﻿/* My colors
----------------------------------------------------------------------------- */
/* laranja */
/* laranja */
/* Typography: <link rel='stylesheet' href='http://fonts.googleapis.com/css?family=Open+Sans:300,400,700'>
----------------------------------------------------------------------------- */
/* Form states and alerts
----------------------------------------------------------------------------- */
/* Buttons
----------------------------------------------------------------------------- */
/* Components
----------------------------------------------------------------------------- */
/* Tables
----------------------------------------------------------------------------- */
/* Forms
----------------------------------------------------------------------------- */
/* Dropdowns
----------------------------------------------------------------------------- */
/* Z-index
----------------------------------------------------------------------------- */
/* Media queries breakpoints
----------------------------------------------------------------------------- */
/* Grid system
----------------------------------------------------------------------------- */
/* Wells & close
----------------------------------------------------------------------------- */
/* Code
----------------------------------------------------------------------------- */
/* Alerts
----------------------------------------------------------------------------- */
/* Labels
----------------------------------------------------------------------------- */
/* Navbar
----------------------------------------------------------------------------- */
/* Navbar inverse
----------------------------------------------------------------------------- */
/* Navs
----------------------------------------------------------------------------- */
/* Tooltips
----------------------------------------------------------------------------- */
/* Popovers
----------------------------------------------------------------------------- */
/* Modals
----------------------------------------------------------------------------- */
/* Progress bars
----------------------------------------------------------------------------- */
/* List group
----------------------------------------------------------------------------- */
/* Panels
----------------------------------------------------------------------------- */
/* Thumbnails
----------------------------------------------------------------------------- */
/* Badges
----------------------------------------------------------------------------- */
/* Breadcrumbs
----------------------------------------------------------------------------- */
/* Carousel
----------------------------------------------------------------------------- */
/* My mixins
----------------------------------------------------------------------------- */
/* Mixins bootstrap 3
----------------------------------------------------------------------------- */
/* Css3 properties
----------------------------------------------------------------------------- */
/* Gradients
----------------------------------------------------------------------------- */
/* Component mixins
----------------------------------------------------------------------------- */
/* Forms 
----------------------------------------------------------------------------- */
/* Grid system
----------------------------------------------------------------------------- */
/*!
 *  Font Awesome 4.1.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('fonts/fontawesome-webfont.eot?v=4.1.0');
  src: url('fonts/fontawesome-webfont.eot?#iefix&v=4.1.0') format('embedded-opentype'), url('fonts/fontawesome-webfont.woff?v=4.1.0') format('woff'), url('fonts/fontawesome-webfont.ttf?v=4.1.0') format('truetype'), url('fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.icon {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.icon-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.icon-2x {
  font-size: 2em;
}
.icon-3x {
  font-size: 3em;
}
.icon-4x {
  font-size: 4em;
}
.icon-5x {
  font-size: 5em;
}
.icon-fw {
  width: 1.28571429em;
  text-align: center;
}
.icon-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.icon-ul > li {
  position: relative;
}
.icon-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.icon-li.icon-lg {
  left: -2.14285714em + (4em / 14);
}
.icon-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.icon.pull-left {
  margin-right: .3em;
}
.icon.pull-right {
  margin-left: .3em;
}
.icon-spin {
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.icon-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.icon-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.icon-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}
.icon-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.icon-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}
.icon-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.icon-stack-1x,
.icon-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.icon-stack-1x {
  line-height: inherit;
}
.icon-stack-2x {
  font-size: 2em;
}
.icon-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.icon-glass:before {
  content: "\f000";
}
.icon-music:before {
  content: "\f001";
}
.icon-search:before {
  content: "\f002";
}
.icon-envelope-o:before {
  content: "\f003";
}
.icon-heart:before {
  content: "\f004";
}
.icon-star:before {
  content: "\f005";
}
.icon-star-o:before {
  content: "\f006";
}
.icon-user:before {
  content: "\f007";
}
.icon-film:before {
  content: "\f008";
}
.icon-th-large:before {
  content: "\f009";
}
.icon-th:before {
  content: "\f00a";
}
.icon-th-list:before {
  content: "\f00b";
}
.icon-check:before {
  content: "\f00c";
}
.icon-times:before {
  content: "\f00d";
}
.icon-search-plus:before {
  content: "\f00e";
}
.icon-search-minus:before {
  content: "\f010";
}
.icon-power-off:before {
  content: "\f011";
}
.icon-signal:before {
  content: "\f012";
}
.icon-gear:before,
.icon-cog:before {
  content: "\f013";
}
.icon-trash-o:before {
  content: "\f014";
}
.icon-home:before {
  content: "\f015";
}
.icon-file-o:before {
  content: "\f016";
}
.icon-clock-o:before {
  content: "\f017";
}
.icon-road:before {
  content: "\f018";
}
.icon-download:before {
  content: "\f019";
}
.icon-arrow-circle-o-down:before {
  content: "\f01a";
}
.icon-arrow-circle-o-up:before {
  content: "\f01b";
}
.icon-inbox:before {
  content: "\f01c";
}
.icon-play-circle-o:before {
  content: "\f01d";
}
.icon-rotate-right:before,
.icon-repeat:before {
  content: "\f01e";
}
.icon-refresh:before {
  content: "\f021";
}
.icon-list-alt:before {
  content: "\f022";
}
.icon-lock:before {
  content: "\f023";
}
.icon-flag:before {
  content: "\f024";
}
.icon-headphones:before {
  content: "\f025";
}
.icon-volume-off:before {
  content: "\f026";
}
.icon-volume-down:before {
  content: "\f027";
}
.icon-volume-up:before {
  content: "\f028";
}
.icon-qrcode:before {
  content: "\f029";
}
.icon-barcode:before {
  content: "\f02a";
}
.icon-tag:before {
  content: "\f02b";
}
.icon-tags:before {
  content: "\f02c";
}
.icon-book:before {
  content: "\f02d";
}
.icon-bookmark:before {
  content: "\f02e";
}
.icon-print:before {
  content: "\f02f";
}
.icon-camera:before {
  content: "\f030";
}
.icon-font:before {
  content: "\f031";
}
.icon-bold:before {
  content: "\f032";
}
.icon-italic:before {
  content: "\f033";
}
.icon-text-height:before {
  content: "\f034";
}
.icon-text-width:before {
  content: "\f035";
}
.icon-align-left:before {
  content: "\f036";
}
.icon-align-center:before {
  content: "\f037";
}
.icon-align-right:before {
  content: "\f038";
}
.icon-align-justify:before {
  content: "\f039";
}
.icon-list:before {
  content: "\f03a";
}
.icon-dedent:before,
.icon-outdent:before {
  content: "\f03b";
}
.icon-indent:before {
  content: "\f03c";
}
.icon-video-camera:before {
  content: "\f03d";
}
.icon-photo:before,
.icon-image:before,
.icon-picture-o:before {
  content: "\f03e";
}
.icon-pencil:before {
  content: "\f040";
}
.icon-map-marker:before {
  content: "\f041";
}
.icon-adjust:before {
  content: "\f042";
}
.icon-tint:before {
  content: "\f043";
}
.icon-edit:before,
.icon-pencil-square-o:before {
  content: "\f044";
}
.icon-share-square-o:before {
  content: "\f045";
}
.icon-check-square-o:before {
  content: "\f046";
}
.icon-arrows:before {
  content: "\f047";
}
.icon-step-backward:before {
  content: "\f048";
}
.icon-fast-backward:before {
  content: "\f049";
}
.icon-backward:before {
  content: "\f04a";
}
.icon-play:before {
  content: "\f04b";
}
.icon-pause:before {
  content: "\f04c";
}
.icon-stop:before {
  content: "\f04d";
}
.icon-forward:before {
  content: "\f04e";
}
.icon-fast-forward:before {
  content: "\f050";
}
.icon-step-forward:before {
  content: "\f051";
}
.icon-eject:before {
  content: "\f052";
}
.icon-chevron-left:before {
  content: "\f053";
}
.icon-chevron-right:before {
  content: "\f054";
}
.icon-plus-circle:before {
  content: "\f055";
}
.icon-minus-circle:before {
  content: "\f056";
}
.icon-times-circle:before {
  content: "\f057";
}
.icon-check-circle:before {
  content: "\f058";
}
.icon-question-circle:before {
  content: "\f059";
}
.icon-info-circle:before {
  content: "\f05a";
}
.icon-crosshairs:before {
  content: "\f05b";
}
.icon-times-circle-o:before {
  content: "\f05c";
}
.icon-check-circle-o:before {
  content: "\f05d";
}
.icon-ban:before {
  content: "\f05e";
}
.icon-arrow-left:before {
  content: "\f060";
}
.icon-arrow-right:before {
  content: "\f061";
}
.icon-arrow-up:before {
  content: "\f062";
}
.icon-arrow-down:before {
  content: "\f063";
}
.icon-mail-forward:before,
.icon-share:before {
  content: "\f064";
}
.icon-expand:before {
  content: "\f065";
}
.icon-compress:before {
  content: "\f066";
}
.icon-plus:before {
  content: "\f067";
}
.icon-minus:before {
  content: "\f068";
}
.icon-asterisk:before {
  content: "\f069";
}
.icon-exclamation-circle:before {
  content: "\f06a";
}
.icon-gift:before {
  content: "\f06b";
}
.icon-leaf:before {
  content: "\f06c";
}
.icon-fire:before {
  content: "\f06d";
}
.icon-eye:before {
  content: "\f06e";
}
.icon-eye-slash:before {
  content: "\f070";
}
.icon-warning:before,
.icon-exclamation-triangle:before {
  content: "\f071";
}
.icon-plane:before {
  content: "\f072";
}
.icon-calendar:before {
  content: "\f073";
}
.icon-random:before {
  content: "\f074";
}
.icon-comment:before {
  content: "\f075";
}
.icon-magnet:before {
  content: "\f076";
}
.icon-chevron-up:before {
  content: "\f077";
}
.icon-chevron-down:before {
  content: "\f078";
}
.icon-retweet:before {
  content: "\f079";
}
.icon-shopping-cart:before {
  content: "\f07a";
}
.icon-folder:before {
  content: "\f07b";
}
.icon-folder-open:before {
  content: "\f07c";
}
.icon-arrows-v:before {
  content: "\f07d";
}
.icon-arrows-h:before {
  content: "\f07e";
}
.icon-bar-chart-o:before {
  content: "\f080";
}
.icon-twitter-square:before {
  content: "\f081";
}
.icon-facebook-square:before {
  content: "\f082";
}
.icon-camera-retro:before {
  content: "\f083";
}
.icon-key:before {
  content: "\f084";
}
.icon-gears:before,
.icon-cogs:before {
  content: "\f085";
}
.icon-comments:before {
  content: "\f086";
}
.icon-thumbs-o-up:before {
  content: "\f087";
}
.icon-thumbs-o-down:before {
  content: "\f088";
}
.icon-star-half:before {
  content: "\f089";
}
.icon-heart-o:before {
  content: "\f08a";
}
.icon-sign-out:before {
  content: "\f08b";
}
.icon-linkedin-square:before {
  content: "\f08c";
}
.icon-thumb-tack:before {
  content: "\f08d";
}
.icon-external-link:before {
  content: "\f08e";
}
.icon-sign-in:before {
  content: "\f090";
}
.icon-trophy:before {
  content: "\f091";
}
.icon-github-square:before {
  content: "\f092";
}
.icon-upload:before {
  content: "\f093";
}
.icon-lemon-o:before {
  content: "\f094";
}
.icon-phone:before {
  content: "\f095";
}
.icon-square-o:before {
  content: "\f096";
}
.icon-bookmark-o:before {
  content: "\f097";
}
.icon-phone-square:before {
  content: "\f098";
}
.icon-twitter:before {
  content: "\f099";
}
.icon-facebook:before {
  content: "\f09a";
}
.icon-github:before {
  content: "\f09b";
}
.icon-unlock:before {
  content: "\f09c";
}
.icon-credit-card:before {
  content: "\f09d";
}
.icon-rss:before {
  content: "\f09e";
}
.icon-hdd-o:before {
  content: "\f0a0";
}
.icon-bullhorn:before {
  content: "\f0a1";
}
.icon-bell:before {
  content: "\f0f3";
}
.icon-certificate:before {
  content: "\f0a3";
}
.icon-hand-o-right:before {
  content: "\f0a4";
}
.icon-hand-o-left:before {
  content: "\f0a5";
}
.icon-hand-o-up:before {
  content: "\f0a6";
}
.icon-hand-o-down:before {
  content: "\f0a7";
}
.icon-arrow-circle-left:before {
  content: "\f0a8";
}
.icon-arrow-circle-right:before {
  content: "\f0a9";
}
.icon-arrow-circle-up:before {
  content: "\f0aa";
}
.icon-arrow-circle-down:before {
  content: "\f0ab";
}
.icon-globe:before {
  content: "\f0ac";
}
.icon-wrench:before {
  content: "\f0ad";
}
.icon-tasks:before {
  content: "\f0ae";
}
.icon-filter:before {
  content: "\f0b0";
}
.icon-briefcase:before {
  content: "\f0b1";
}
.icon-arrows-alt:before {
  content: "\f0b2";
}
.icon-group:before,
.icon-users:before {
  content: "\f0c0";
}
.icon-chain:before,
.icon-link:before {
  content: "\f0c1";
}
.icon-cloud:before {
  content: "\f0c2";
}
.icon-flask:before {
  content: "\f0c3";
}
.icon-cut:before,
.icon-scissors:before {
  content: "\f0c4";
}
.icon-copy:before,
.icon-files-o:before {
  content: "\f0c5";
}
.icon-paperclip:before {
  content: "\f0c6";
}
.icon-save:before,
.icon-floppy-o:before {
  content: "\f0c7";
}
.icon-square:before {
  content: "\f0c8";
}
.icon-navicon:before,
.icon-reorder:before,
.icon-bars:before {
  content: "\f0c9";
}
.icon-list-ul:before {
  content: "\f0ca";
}
.icon-list-ol:before {
  content: "\f0cb";
}
.icon-strikethrough:before {
  content: "\f0cc";
}
.icon-underline:before {
  content: "\f0cd";
}
.icon-table:before {
  content: "\f0ce";
}
.icon-magic:before {
  content: "\f0d0";
}
.icon-truck:before {
  content: "\f0d1";
}
.icon-pinterest:before {
  content: "\f0d2";
}
.icon-pinterest-square:before {
  content: "\f0d3";
}
.icon-google-plus-square:before {
  content: "\f0d4";
}
.icon-google-plus:before {
  content: "\f0d5";
}
.icon-money:before {
  content: "\f0d6";
}
.icon-caret-down:before {
  content: "\f0d7";
}
.icon-caret-up:before {
  content: "\f0d8";
}
.icon-caret-left:before {
  content: "\f0d9";
}
.icon-caret-right:before {
  content: "\f0da";
}
.icon-columns:before {
  content: "\f0db";
}
.icon-unsorted:before,
.icon-sort:before {
  content: "\f0dc";
}
.icon-sort-down:before,
.icon-sort-desc:before {
  content: "\f0dd";
}
.icon-sort-up:before,
.icon-sort-asc:before {
  content: "\f0de";
}
.icon-envelope:before {
  content: "\f0e0";
}
.icon-linkedin:before {
  content: "\f0e1";
}
.icon-rotate-left:before,
.icon-undo:before {
  content: "\f0e2";
}
.icon-legal:before,
.icon-gavel:before {
  content: "\f0e3";
}
.icon-dashboard:before,
.icon-tachometer:before {
  content: "\f0e4";
}
.icon-comment-o:before {
  content: "\f0e5";
}
.icon-comments-o:before {
  content: "\f0e6";
}
.icon-flash:before,
.icon-bolt:before {
  content: "\f0e7";
}
.icon-sitemap:before {
  content: "\f0e8";
}
.icon-umbrella:before {
  content: "\f0e9";
}
.icon-paste:before,
.icon-clipboard:before {
  content: "\f0ea";
}
.icon-lightbulb-o:before {
  content: "\f0eb";
}
.icon-exchange:before {
  content: "\f0ec";
}
.icon-cloud-download:before {
  content: "\f0ed";
}
.icon-cloud-upload:before {
  content: "\f0ee";
}
.icon-user-md:before {
  content: "\f0f0";
}
.icon-stethoscope:before {
  content: "\f0f1";
}
.icon-suitcase:before {
  content: "\f0f2";
}
.icon-bell-o:before {
  content: "\f0a2";
}
.icon-coffee:before {
  content: "\f0f4";
}
.icon-cutlery:before {
  content: "\f0f5";
}
.icon-file-text-o:before {
  content: "\f0f6";
}
.icon-building-o:before {
  content: "\f0f7";
}
.icon-hospital-o:before {
  content: "\f0f8";
}
.icon-ambulance:before {
  content: "\f0f9";
}
.icon-medkit:before {
  content: "\f0fa";
}
.icon-fighter-jet:before {
  content: "\f0fb";
}
.icon-beer:before {
  content: "\f0fc";
}
.icon-h-square:before {
  content: "\f0fd";
}
.icon-plus-square:before {
  content: "\f0fe";
}
.icon-angle-double-left:before {
  content: "\f100";
}
.icon-angle-double-right:before {
  content: "\f101";
}
.icon-angle-double-up:before {
  content: "\f102";
}
.icon-angle-double-down:before {
  content: "\f103";
}
.icon-angle-left:before {
  content: "\f104";
}
.icon-angle-right:before {
  content: "\f105";
}
.icon-angle-up:before {
  content: "\f106";
}
.icon-angle-down:before {
  content: "\f107";
}
.icon-desktop:before {
  content: "\f108";
}
.icon-laptop:before {
  content: "\f109";
}
.icon-tablet:before {
  content: "\f10a";
}
.icon-mobile-phone:before,
.icon-mobile:before {
  content: "\f10b";
}
.icon-circle-o:before {
  content: "\f10c";
}
.icon-quote-left:before {
  content: "\f10d";
}
.icon-quote-right:before {
  content: "\f10e";
}
.icon-spinner:before {
  content: "\f110";
}
.icon-circle:before {
  content: "\f111";
}
.icon-mail-reply:before,
.icon-reply:before {
  content: "\f112";
}
.icon-github-alt:before {
  content: "\f113";
}
.icon-folder-o:before {
  content: "\f114";
}
.icon-folder-open-o:before {
  content: "\f115";
}
.icon-smile-o:before {
  content: "\f118";
}
.icon-frown-o:before {
  content: "\f119";
}
.icon-meh-o:before {
  content: "\f11a";
}
.icon-gamepad:before {
  content: "\f11b";
}
.icon-keyboard-o:before {
  content: "\f11c";
}
.icon-flag-o:before {
  content: "\f11d";
}
.icon-flag-checkered:before {
  content: "\f11e";
}
.icon-terminal:before {
  content: "\f120";
}
.icon-code:before {
  content: "\f121";
}
.icon-mail-reply-all:before,
.icon-reply-all:before {
  content: "\f122";
}
.icon-star-half-empty:before,
.icon-star-half-full:before,
.icon-star-half-o:before {
  content: "\f123";
}
.icon-location-arrow:before {
  content: "\f124";
}
.icon-crop:before {
  content: "\f125";
}
.icon-code-fork:before {
  content: "\f126";
}
.icon-unlink:before,
.icon-chain-broken:before {
  content: "\f127";
}
.icon-question:before {
  content: "\f128";
}
.icon-info:before {
  content: "\f129";
}
.icon-exclamation:before {
  content: "\f12a";
}
.icon-superscript:before {
  content: "\f12b";
}
.icon-subscript:before {
  content: "\f12c";
}
.icon-eraser:before {
  content: "\f12d";
}
.icon-puzzle-piece:before {
  content: "\f12e";
}
.icon-microphone:before {
  content: "\f130";
}
.icon-microphone-slash:before {
  content: "\f131";
}
.icon-shield:before {
  content: "\f132";
}
.icon-calendar-o:before {
  content: "\f133";
}
.icon-fire-extinguisher:before {
  content: "\f134";
}
.icon-rocket:before {
  content: "\f135";
}
.icon-maxcdn:before {
  content: "\f136";
}
.icon-chevron-circle-left:before {
  content: "\f137";
}
.icon-chevron-circle-right:before {
  content: "\f138";
}
.icon-chevron-circle-up:before {
  content: "\f139";
}
.icon-chevron-circle-down:before {
  content: "\f13a";
}
.icon-html5:before {
  content: "\f13b";
}
.icon-css3:before {
  content: "\f13c";
}
.icon-anchor:before {
  content: "\f13d";
}
.icon-unlock-alt:before {
  content: "\f13e";
}
.icon-bullseye:before {
  content: "\f140";
}
.icon-ellipsis-h:before {
  content: "\f141";
}
.icon-ellipsis-v:before {
  content: "\f142";
}
.icon-rss-square:before {
  content: "\f143";
}
.icon-play-circle:before {
  content: "\f144";
}
.icon-ticket:before {
  content: "\f145";
}
.icon-minus-square:before {
  content: "\f146";
}
.icon-minus-square-o:before {
  content: "\f147";
}
.icon-level-up:before {
  content: "\f148";
}
.icon-level-down:before {
  content: "\f149";
}
.icon-check-square:before {
  content: "\f14a";
}
.icon-pencil-square:before {
  content: "\f14b";
}
.icon-external-link-square:before {
  content: "\f14c";
}
.icon-share-square:before {
  content: "\f14d";
}
.icon-compass:before {
  content: "\f14e";
}
.icon-toggle-down:before,
.icon-caret-square-o-down:before {
  content: "\f150";
}
.icon-toggle-up:before,
.icon-caret-square-o-up:before {
  content: "\f151";
}
.icon-toggle-right:before,
.icon-caret-square-o-right:before {
  content: "\f152";
}
.icon-euro:before,
.icon-eur:before {
  content: "\f153";
}
.icon-gbp:before {
  content: "\f154";
}
.icon-dollar:before,
.icon-usd:before {
  content: "\f155";
}
.icon-rupee:before,
.icon-inr:before {
  content: "\f156";
}
.icon-cny:before,
.icon-rmb:before,
.icon-yen:before,
.icon-jpy:before {
  content: "\f157";
}
.icon-ruble:before,
.icon-rouble:before,
.icon-rub:before {
  content: "\f158";
}
.icon-won:before,
.icon-krw:before {
  content: "\f159";
}
.icon-bitcoin:before,
.icon-btc:before {
  content: "\f15a";
}
.icon-file:before {
  content: "\f15b";
}
.icon-file-text:before {
  content: "\f15c";
}
.icon-sort-alpha-asc:before {
  content: "\f15d";
}
.icon-sort-alpha-desc:before {
  content: "\f15e";
}
.icon-sort-amount-asc:before {
  content: "\f160";
}
.icon-sort-amount-desc:before {
  content: "\f161";
}
.icon-sort-numeric-asc:before {
  content: "\f162";
}
.icon-sort-numeric-desc:before {
  content: "\f163";
}
.icon-thumbs-up:before {
  content: "\f164";
}
.icon-thumbs-down:before {
  content: "\f165";
}
.icon-youtube-square:before {
  content: "\f166";
}
.icon-youtube:before {
  content: "\f167";
}
.icon-xing:before {
  content: "\f168";
}
.icon-xing-square:before {
  content: "\f169";
}
.icon-youtube-play:before {
  content: "\f16a";
}
.icon-dropbox:before {
  content: "\f16b";
}
.icon-stack-overflow:before {
  content: "\f16c";
}
.icon-instagram:before {
  content: "\f16d";
}
.icon-flickr:before {
  content: "\f16e";
}
.icon-adn:before {
  content: "\f170";
}
.icon-bitbucket:before {
  content: "\f171";
}
.icon-bitbucket-square:before {
  content: "\f172";
}
.icon-tumblr:before {
  content: "\f173";
}
.icon-tumblr-square:before {
  content: "\f174";
}
.icon-long-arrow-down:before {
  content: "\f175";
}
.icon-long-arrow-up:before {
  content: "\f176";
}
.icon-long-arrow-left:before {
  content: "\f177";
}
.icon-long-arrow-right:before {
  content: "\f178";
}
.icon-apple:before {
  content: "\f179";
}
.icon-windows:before {
  content: "\f17a";
}
.icon-android:before {
  content: "\f17b";
}
.icon-linux:before {
  content: "\f17c";
}
.icon-dribbble:before {
  content: "\f17d";
}
.icon-skype:before {
  content: "\f17e";
}
.icon-foursquare:before {
  content: "\f180";
}
.icon-trello:before {
  content: "\f181";
}
.icon-female:before {
  content: "\f182";
}
.icon-male:before {
  content: "\f183";
}
.icon-gittip:before {
  content: "\f184";
}
.icon-sun-o:before {
  content: "\f185";
}
.icon-moon-o:before {
  content: "\f186";
}
.icon-archive:before {
  content: "\f187";
}
.icon-bug:before {
  content: "\f188";
}
.icon-vk:before {
  content: "\f189";
}
.icon-weibo:before {
  content: "\f18a";
}
.icon-renren:before {
  content: "\f18b";
}
.icon-pagelines:before {
  content: "\f18c";
}
.icon-stack-exchange:before {
  content: "\f18d";
}
.icon-arrow-circle-o-right:before {
  content: "\f18e";
}
.icon-arrow-circle-o-left:before {
  content: "\f190";
}
.icon-toggle-left:before,
.icon-caret-square-o-left:before {
  content: "\f191";
}
.icon-dot-circle-o:before {
  content: "\f192";
}
.icon-wheelchair:before {
  content: "\f193";
}
.icon-vimeo-square:before {
  content: "\f194";
}
.icon-turkish-lira:before,
.icon-try:before {
  content: "\f195";
}
.icon-plus-square-o:before {
  content: "\f196";
}
.icon-space-shuttle:before {
  content: "\f197";
}
.icon-slack:before {
  content: "\f198";
}
.icon-envelope-square:before {
  content: "\f199";
}
.icon-wordpress:before {
  content: "\f19a";
}
.icon-openid:before {
  content: "\f19b";
}
.icon-institution:before,
.icon-bank:before,
.icon-university:before {
  content: "\f19c";
}
.icon-mortar-board:before,
.icon-graduation-cap:before {
  content: "\f19d";
}
.icon-yahoo:before {
  content: "\f19e";
}
.icon-google:before {
  content: "\f1a0";
}
.icon-reddit:before {
  content: "\f1a1";
}
.icon-reddit-square:before {
  content: "\f1a2";
}
.icon-stumbleupon-circle:before {
  content: "\f1a3";
}
.icon-stumbleupon:before {
  content: "\f1a4";
}
.icon-delicious:before {
  content: "\f1a5";
}
.icon-digg:before {
  content: "\f1a6";
}
.icon-pied-piper-square:before,
.icon-pied-piper:before {
  content: "\f1a7";
}
.icon-pied-piper-alt:before {
  content: "\f1a8";
}
.icon-drupal:before {
  content: "\f1a9";
}
.icon-joomla:before {
  content: "\f1aa";
}
.icon-language:before {
  content: "\f1ab";
}
.icon-fax:before {
  content: "\f1ac";
}
.icon-building:before {
  content: "\f1ad";
}
.icon-child:before {
  content: "\f1ae";
}
.icon-paw:before {
  content: "\f1b0";
}
.icon-spoon:before {
  content: "\f1b1";
}
.icon-cube:before {
  content: "\f1b2";
}
.icon-cubes:before {
  content: "\f1b3";
}
.icon-behance:before {
  content: "\f1b4";
}
.icon-behance-square:before {
  content: "\f1b5";
}
.icon-steam:before {
  content: "\f1b6";
}
.icon-steam-square:before {
  content: "\f1b7";
}
.icon-recycle:before {
  content: "\f1b8";
}
.icon-automobile:before,
.icon-car:before {
  content: "\f1b9";
}
.icon-cab:before,
.icon-taxi:before {
  content: "\f1ba";
}
.icon-tree:before {
  content: "\f1bb";
}
.icon-spotify:before {
  content: "\f1bc";
}
.icon-deviantart:before {
  content: "\f1bd";
}
.icon-soundcloud:before {
  content: "\f1be";
}
.icon-database:before {
  content: "\f1c0";
}
.icon-file-pdf-o:before {
  content: "\f1c1";
}
.icon-file-word-o:before {
  content: "\f1c2";
}
.icon-file-excel-o:before {
  content: "\f1c3";
}
.icon-file-powerpoint-o:before {
  content: "\f1c4";
}
.icon-file-photo-o:before,
.icon-file-picture-o:before,
.icon-file-image-o:before {
  content: "\f1c5";
}
.icon-file-zip-o:before,
.icon-file-archive-o:before {
  content: "\f1c6";
}
.icon-file-sound-o:before,
.icon-file-audio-o:before {
  content: "\f1c7";
}
.icon-file-movie-o:before,
.icon-file-video-o:before {
  content: "\f1c8";
}
.icon-file-code-o:before {
  content: "\f1c9";
}
.icon-vine:before {
  content: "\f1ca";
}
.icon-codepen:before {
  content: "\f1cb";
}
.icon-jsfiddle:before {
  content: "\f1cc";
}
.icon-life-bouy:before,
.icon-life-saver:before,
.icon-support:before,
.icon-life-ring:before {
  content: "\f1cd";
}
.icon-circle-o-notch:before {
  content: "\f1ce";
}
.icon-ra:before,
.icon-rebel:before {
  content: "\f1d0";
}
.icon-ge:before,
.icon-empire:before {
  content: "\f1d1";
}
.icon-git-square:before {
  content: "\f1d2";
}
.icon-git:before {
  content: "\f1d3";
}
.icon-hacker-news:before {
  content: "\f1d4";
}
.icon-tencent-weibo:before {
  content: "\f1d5";
}
.icon-qq:before {
  content: "\f1d6";
}
.icon-wechat:before,
.icon-weixin:before {
  content: "\f1d7";
}
.icon-send:before,
.icon-paper-plane:before {
  content: "\f1d8";
}
.icon-send-o:before,
.icon-paper-plane-o:before {
  content: "\f1d9";
}
.icon-history:before {
  content: "\f1da";
}
.icon-circle-thin:before {
  content: "\f1db";
}
.icon-header:before {
  content: "\f1dc";
}
.icon-paragraph:before {
  content: "\f1dd";
}
.icon-sliders:before {
  content: "\f1de";
}
.icon-share-alt:before {
  content: "\f1e0";
}
.icon-share-alt-square:before {
  content: "\f1e1";
}
.icon-bomb:before {
  content: "\f1e2";
}
/* JQUERY TWENTY20 ZURB 
-------------------------------------------------------------- */
.twentytwenty-handle:before,
.twentytwenty-handle:after {
  content: " ";
  display: block;
  width: 3px;
  background: #ef843c;
  height: 9999px;
  position: absolute;
  left: 50%;
  margin-left: -1.5px;
  z-index: 30;
}
.twentytwenty-before-label,
.twentytwenty-after-label,
.twentytwenty-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.twentytwenty-before-label,
.twentytwenty-after-label,
.twentytwenty-overlay {
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.twentytwenty-before-label,
.twentytwenty-after-label {
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  transition-property: opacity;
}
.twentytwenty-left-arrow,
.twentytwenty-right-arrow {
  width: 0;
  height: 0;
  border: 6px inset transparent;
  position: absolute;
  top: 50%;
  margin-top: -6px;
}
.twentytwenty-container {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  overflow: hidden;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
}
.twentytwenty-container img {
  position: absolute;
  top: 0;
  display: block;
}
.twentytwenty-container.active .twentytwenty-overlay,
.twentytwenty-container.active :hover.twentytwenty-overlay {
  background: rgba(0, 0, 0, 0);
}
.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-before-label,
.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-after-label,
.twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-before-label,
.twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-after-label {
  opacity: 0;
}
.twentytwenty-container * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.twentytwenty-overlay {
  -webkit-transition-property: background;
  -moz-transition-property: background;
  transition-property: background;
  background: rgba(0, 0, 0, 0);
  z-index: 25;
}
.twentytwenty-overlay:hover {
  cursor: pointer;
}
.twentytwenty-overlay:hover .twentytwenty-after-label,
.twentytwenty-overlay:hover .twentytwenty-before-label {
  opacity: 1;
}
.twentytwenty-before {
  z-index: 20;
}
.twentytwenty-after {
  z-index: 10;
}
.twentytwenty-handle {
  height: 44px;
  width: 44px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -22px;
  margin-top: -22px;
  background: #ef843c;
  -webkit-border-radius: 1000px;
  border-radius: 1000px;
  z-index: 40;
  cursor: e-resize;
}
.twentytwenty-handle:before {
  bottom: 50%;
  margin-bottom: 22px;
}
.twentytwenty-handle:after {
  top: 50%;
  margin-top: 22px;
}
.twentytwenty-left-arrow {
  border-right: 8px solid white;
  left: 50%;
  margin-left: -18px;
}
.twentytwenty-right-arrow {
  border-left: 8px solid white;
  right: 50%;
  margin-right: -18px;
}
/* 
 * Download: http://prismjs.com/download.html?themes=prism-okaidia&languages=markup+css+clike+javascript+php+sql+aspnet&plugins=line-highlight+line-numbers 
 * Okaidia theme for JavaScript, CSS and HTML. based on Monokai textmate theme by http://www.monokai.nl/
 */
code[class*="language-"],
pre[class*="language-"] {
  color: #F8F8F2;
  text-shadow: 0 1px rgba(0, 0, 0, 0.3);
  font-family: "Consolas", "Monaco", "Courier New", "monospace";
  direction: ltr;
  text-align: left;
  white-space: pre;
  word-spacing: normal;
  word-break: normal;
  line-height: 1.5;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}
/* Code blocks */
pre[class*="language-"] {
  padding: 1em;
  margin: .5em 0;
  overflow: auto;
  border-radius: 0.3em;
}
:not(pre) > code[class*="language-"],
pre[class*="language-"] {
  background: #272822;
}
/* Inline code */
:not(pre) > code[class*="language-"] {
  padding: .1em;
  border-radius: .3em;
}
.token.prolog,
.token.doctype,
.token.cdata {
  color: slategray;
}
.token.comment {
  color: #75715e;
}
.token.punctuation {
  color: #F8F8F2;
}
.namespace {
  opacity: .7;
}
.token.property,
.token.tag,
.token.constant,
.token.symbol,
.token.deleted {
  color: #f92672;
}
.token.boolean,
.token.number {
  color: #AE81FF;
}
.token.selector,
.token.attr-name,
.token.string,
.token.char,
.token.builtin,
.token.inserted {
  color: #a6e22e;
}
.token.operator,
.token.entity,
.token.url,
.language-css .token.string,
.style .token.string,
.token.variable {
  color: #F8F8F2;
}
.token.atrule,
.token.attr-value {
  color: #E6DB74;
}
.token.keyword {
  color: #66D9EF;
}
.token.regex,
.token.important {
  color: #FD971F;
}
.token.important {
  font-weight: bold;
}
.token.entity {
  cursor: help;
}
pre[data-line] {
  position: relative;
  padding: 1em 0 1em 3em;
}
.line-highlight {
  position: absolute;
  left: 0;
  right: 0;
  padding: inherit 0;
  margin-top: 1em;
  /* Same as .prism’s padding-top */
  background: rgba(211, 209, 192, 0.08);
  pointer-events: none;
  line-height: inherit;
  white-space: pre;
}
.line-highlight:before,
.line-highlight[data-end]:after {
  content: attr(data-start);
  position: absolute;
  top: .4em;
  left: .6em;
  min-width: 1em;
  padding: 0 .5em;
  background-color: rgba(153, 122, 102, 0.4);
  color: #f5f2f0;
  font: bold 65%/1.5 sans-serif;
  text-align: center;
  vertical-align: .3em;
  border-radius: 999px;
  text-shadow: none;
  box-shadow: 0 1px white;
}
.line-highlight[data-end]:after {
  content: attr(data-end);
  top: auto;
  bottom: .4em;
}
pre.line-numbers {
  position: relative;
  padding-left: 3.8em;
  counter-reset: linenumber;
}
pre.line-numbers > code {
  position: relative;
}
.line-numbers .line-numbers-rows {
  position: absolute;
  pointer-events: none;
  top: 0;
  font-size: 100%;
  left: -3.8em;
  width: 3em;
  /* works for line-numbers below 1000 lines */
  letter-spacing: -1px;
  border-right: 1px solid #4A483D;
  border-right: 1px solid rgba(211, 209, 192, 0.08);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.line-numbers-rows > span {
  pointer-events: none;
  display: block;
  counter-increment: linenumber;
}
.line-numbers-rows > span:before {
  content: counter(linenumber);
  color: #75715E;
  display: block;
  padding-right: 0.8em;
  text-align: right;
}
/* Preload images */
body:after {
  content: url(../assets/lightbox/close.png) url(../assets/lightbox/loading.gif) url(../assets/lightbox/prev.png) url(../assets/lightbox/next.png);
  display: none;
}
.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}
.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}
.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.lightbox a img {
  border: none;
}
.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}
.lb-container {
  padding: 4px;
}
.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}
.lb-cancel {
  display: block;
  width: 40px;
  height: 40px;
  margin: 0 auto;
  background: url(../assets/lightbox/loading.gif) no-repeat;
}
.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}
.lb-container > .nav {
  left: 0;
}
.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}
.lb-prev,
.lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}
.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../assets/lightbox/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../assets/lightbox/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}
.lb-data {
  padding: 0 4px;
  color: #ccc;
}
.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}
.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}
.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}
.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../assets/lightbox/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
/* TYPE
----------------------------------------------------------------------------- */
html {
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
}
body {
  font-weight: 300;
  padding-top: 60px;
}
a {
  -webkit-transition: color 0.2s ease-in;
  transition: color 0.2s ease-in;
}
a:active,
a:hover,
a:visited,
a:link {
  outline: 0;
  text-decoration: none;
}
b,
strong,
.label {
  font-weight: 600;
}
label {
  font-weight: 400;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin: 0 0 10px;
}
h1,
h3,
h6 {
  color: #5a5a5a;
}
h2,
h4,
h5 {
  color: #ef843c;
}
.h-md {
  font-size: 4.5em;
  color: #5a5a5a;
}
.h-lg {
  font-size: 5.5em;
  color: #5a5a5a;
}
.h-md,
.h-lg {
  margin: 0 0 10px;
  font-family: "Open Sans", "Helvetica Neue", "Arial", "sans-serif";
  font-weight: 300;
  line-height: 120%;
}
.h-md small,
.h-lg small,
.h-md .small,
.h-lg .small {
  font-size: 65%;
  color: #bbbbbb;
}
small,
.small {
  font-size: 75%;
}
.lead {
  font-size: 1.5em;
}
dt {
  font-weight: 400;
  font-size: 1.2em;
  line-height: 39.2px;
}
dd {
  line-height: 36.4px;
}
pre {
  font-size: 13px;
}
ul.icon-ul {
  line-height: 39.2px;
}
ul.h4.icon-ul,
ul.icon-ul.h4,
ul.icon-ul.h3,
ul.h3.icon-ul {
  line-height: 50.4px;
}
.icon-li {
  top: 0.8em;
}
ul.h4 .icon-li,
ul.h3 .icon-li,
ul.h2 .icon-li {
  top: 0.5em;
}
hr.alt {
  border-top: 1px dashed #d4d4d4;
  border-bottom: 1px dashed #ffffff;
}
ul.ul-dashed li {
  border-bottom: 1px dashed #d4d4d4;
  line-height: 42px;
}
/* BUTTONS 
----------------------------------------------------------------------------- */
.btn-default {
  color: #636363 !important;
  border: 0;
  background: #ececec;
  text-shadow: none;
  -webkit-transition: background 0.2s ease-in;
  transition: background 0.2s ease-in;
  -webkit-box-shadow: none;
  box-shadow: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active {
  background: #d8d8d8;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-primary,
.btn-info {
  color: #ffffff !important;
  border: 0;
  background: #ef843c;
  text-shadow: none;
  -webkit-transition: background 0.2s ease-in;
  transition: background 0.2s ease-in;
  -webkit-box-shadow: none;
  box-shadow: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-primary:hover,
.btn-info:hover,
.btn-primary:focus,
.btn-info:focus,
.btn-primary:active,
.btn-info:active,
.btn-primary.active,
.btn-info.active {
  background: #ec6c16;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-success {
  color: #ffffff !important;
  border: 0;
  background: #8ab953;
  text-shadow: none;
  -webkit-transition: background 0.2s ease-in;
  transition: background 0.2s ease-in;
  -webkit-box-shadow: none;
  box-shadow: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active {
  background: #75a142;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-warning {
  color: #ffffff !important;
  border: 0;
  background: #cb9b57;
  text-shadow: none;
  -webkit-transition: background 0.2s ease-in;
  transition: background 0.2s ease-in;
  -webkit-box-shadow: none;
  box-shadow: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active {
  background: #be883b;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-danger {
  color: #ffffff !important;
  border: 0;
  background: #c74836;
  text-shadow: none;
  -webkit-transition: background 0.2s ease-in;
  transition: background 0.2s ease-in;
  -webkit-box-shadow: none;
  box-shadow: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active {
  background: #a73c2d;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-inverse {
  color: #ffffff !important;
  border: 0;
  background: #2f2f2f;
  text-shadow: none;
  -webkit-transition: background 0.2s ease-in;
  transition: background 0.2s ease-in;
  -webkit-box-shadow: none;
  box-shadow: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active {
  background: #1b1b1b;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active {
  color: #d1d1d1;
}
.btn-transparent {
  color: white;
  outline: 0 none !important;
  background: transparent;
  border: 3px solid white;
}
.btn-transparent:hover,
.btn-transparent:focus,
.btn-transparent:active,
.btn-transparent.active {
  color: white;
  background: transparent;
}
.btn-group > .btn-default:hover,
.btn-group-vertical > .btn-default:hover,
.btn-group > .btn-default:focus,
.btn-group-vertical > .btn-default:focus,
.btn-group > .btn-default:active,
.btn-group-vertical > .btn-default:active,
.btn-group > .btn-default.active,
.btn-group-vertical > .btn-default.active {
  background: #5a5a5a;
  color: #ffffff !important;
}
/* FORM 
----------------------------------------------------------------------------- */
.form-control {
  border-width: 2px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: border-color linear 0.3s;
  transition: border-color linear 0.3s;
}
.input-group-addon {
  border-width: 2px;
  color: #b7b7b7;
}
.input-group-lg > .input-group-addon {
  padding: 8px 18px;
}
.input-group-sm > .input-group-addon {
  padding: 4px 10px;
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.form-group .input-group-addon ~ .form-control,
.form-group .form-control ~ .input-group-addon {
  border-radius: 0 3px 3px 0 !important;
  -webkit-border-radius: 0 3px 3px 0 !important;
}
.has-feedback .form-control {
  padding-right: 40.5px !important;
}
input.form-control.input-sm {
  padding-right: 26px !important;
}
.has-feedback .input-group-sm .form-control {
  padding-right: 30.5px !important;
}
.has-feedback .input-group-sm .form-control-feedback {
  width: 29px;
  height: 29px;
  top: -6px !important;
}
.has-feedback .input-sm ~ .form-control-feedback {
  width: 33px;
  height: 29px;
  top: -6px !important;
  right: 5px !important;
}
.slider {
  height: 7px !important;
  background: #dddddd !important;
}
.slider .progress {
  background: #2f2f2f !important;
}
.slider .handle {
  width: 15px;
  height: 15px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  background: #ef843c !important;
}
/* TABLES 
----------------------------------------------------------------------------- */
.table th,
.table td {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.table th {
  padding: 15px 10px !important;
  color: #5e5e5e;
  font-size: 1.2em;
  font-weight: 400;
  font-family: "Open Sans", "Helvetica Neue", "Arial", "sans-serif";
}
.table-bordered th {
  background: #fbfbfb;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  color: #638837;
  border-color: #c8deae !important;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  color: #cb9b57;
  border-color: #e9d5b8 !important;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  color: #c74836;
  border-color: #e3a299 !important;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  color: #ef843c;
  border-color: #ffe2c4 !important;
}
/* COMPONENTS + COMPONENTS JAVASCRIPT
----------------------------------------------------------------------------- */
.well {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.well blockquote {
  border-color: #f7f7f7;
  border-color: rgba(0, 0, 0, 0.15);
}
.thumbnail,
.img-thumbnail {
  padding: 7px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}
.navbar {
  min-height: 60px;
  padding-top: 5px;
}
.navbar-default {
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #f7f7f7 100%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #f7f7f7 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff7f7f7', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border-radius: 3px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.navbar-default .navbar-nav > .active > a {
  background-image: none;
  font-weight: 400;
}
.navbar-brand,
.navbar-nav > li > a {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
}
.navbar-brand {
  -webkit-box-pack: center;
  -webkit-box-align: center;
  display: -ms-box;
  -ms-box-pack: center;
  -ms-box-align: center;
  display: box;
  box-pack: center;
  box-align: center;
  display: -webkit-flex;
  -webkit-align-items: center;
  -webkit-align-content: center;
  display: flex;
  align-items: center;
  align-content: center;
}
.navbar-inverse .navbar-nav > .active > a {
  font-weight: 400;
}
.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-nav > li > a {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.navbar-inverse .navbar-collapse {
  max-height: 500px !important;
  background: #2f2f2f;
}
.navbar-static-top,
.navbar-fixed-top,
.navbar-fixed-bottom {
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.navbar-inverse.navbar-fixed-top,
.navbar-fixed-top.navbar-inverse {
  outline: none;
  border: none;
}
/* Enable Bootstrap 3 Hover Dropdowns */
@media only screen and (min-width: 768px) {
  .dropdown:hover .dropdown-menu {
    display: block;
  }
}
.dropdown-menu > li > a {
  margin: 8px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background-color: #ef843c;
}
.alert-warning.solid {
  color: #FFF;
  background: #cfa66c;
  border-color: #a37432;
}
.alert-danger.solid {
  color: #FFF;
  background: #cb5b4b;
  border-color: #8b3226;
}
.alert-success.solid {
  color: #FFF;
  background: #96be67;
  border-color: #638837;
}
.alert-info.solid {
  color: #FFF;
  background: #ef9355;
  border-color: #e56713;
}
.list-group {
  border-radius: 3px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.list-group-item {
  padding: 14px 18px;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  font-weight: 400;
  text-shadow: 0 1px 0 #e56713;
  background: #ef843c;
  border-color: #e56713;
}
.list-group-item-success {
  border-color: #c8deae;
}
.list-group-item-danger {
  border-color: #e3a299;
}
.list-group-item-warning {
  border-color: #e9d5b8;
}
.list-group-item-info {
  border-color: #ffe2c4;
}
.label-inverse {
  background-color: #2f2f2f;
}
.label-inverse[href]:hover,
.label-inverse[href]:focus {
  background-color: #161616;
}
.label-default a,
.label-primary a,
.label-success a,
.label-warning a,
.label-danger a,
.label-inverse a {
  color: #ffffff;
}
.alert {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.alert-success {
  color: #638837;
  background: #edf4e4;
  border-color: #c8deae;
}
.alert-info {
  color: #ef843c;
  background: #ffffff;
  border-color: #ffe2c4;
}
.alert-warning {
  color: #cb9b57;
  background: #fbf8f3;
  border-color: #e9d5b8;
}
.alert-danger {
  color: #c74836;
  background: #f4d9d5;
  border-color: #e3a299;
}
.panel {
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-heading,
.panel-title {
  font-weight: 400;
}
.panel-default > .panel-heading {
  background: #f7f7f7;
}
.panel-primary > .panel-heading {
  background: #ef843c;
}
.panel-success > .panel-heading {
  background: #edf4e4;
}
.panel-info > .panel-heading {
  background: #ffffff;
}
.panel-warning > .panel-heading {
  background: #fbf8f3;
}
.panel-danger > .panel-heading {
  background: #f4d9d5;
}
.panel-group .panel-heading {
  padding: 2px;
}
.panel-group .panel-heading a {
  display: block;
  padding: 12px 15px;
}
.panel-group > .panel-default > .panel-heading {
  background: #fdfdfd;
}
.panel-group > .panel-default > .panel-heading a {
  color: #ef843c;
}
.panel-group > .panel-default > .panel-heading a:hover {
  color: #e56713;
}
.panel-group > .panel-warning > .panel-heading a {
  color: #cb9b57;
}
.panel-group > .panel-warning > .panel-heading a:hover {
  color: #b78238;
}
.panel-group > .panel-danger > .panel-heading a {
  color: #c74836;
}
.panel-group > .panel-danger > .panel-heading a:hover {
  color: #9f392b;
}
.panel-group > .panel-success > .panel-heading a {
  color: #638837;
}
.panel-group > .panel-success > .panel-heading a:hover {
  color: #496429;
}
.panel-group > .panel-primary > .panel-heading a {
  color: #ffffff;
}
.panel-group > .panel-primary > .panel-heading a:hover {
  color: #ffe2c4;
}
.panel-group .panel-default .panel-body,
.panel-group .panel-primary .panel-body {
  border-left: 4px solid #ef843c;
}
.panel-group .panel-success .panel-body {
  border-left: 4px solid #d4e5c0;
}
.panel-group .panel-danger .panel-body {
  border-left: 4px solid #e9b5ad;
}
.panel-group .panel-warning .panel-body {
  border-left: 4px solid #efe1cc;
}
.panel-group .panel-info .panel-body {
  border-left: 4px solid #ffe2c4;
}
.progress {
  -webkit-box-shadow: inset 0 1px 1px #dedede;
  box-shadow: inset 0 1px 1px #dedede;
}
.progress-bar {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.progress-bar-success {
  background: #8ab953;
  border: 1px solid #638837;
}
.progress-bar-info {
  background: #ef843c;
  border: 1px solid #e56713;
}
.progress-bar-warning {
  background: #cb9b57;
  border: 1px solid #a37432;
}
.progress-bar-danger {
  background: #c74836;
  border: 1px solid #8b3226;
}
.carousel-control.left,
.carousel-control.right {
  background: none;
  text-shadow: none;
  -webkit-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=1 * 100);
}
.carousel-control .icon {
  position: absolute;
  top: 40%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-angle-left {
  left: 50%;
}
.carousel-control .icon-angle-left {
  right: 50%;
}
.tooltip-inner {
  padding: 15px;
  font-size: 0.9em;
}
.tooltip-error .tooltip-inner {
  background: #c74836;
}
.popover {
  color: #777777;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.popover-title {
  color: #5a5a5a;
  padding: 15px;
}
.modal-footer {
  background: #fcfcfc;
  margin: 1px;
}
.modal-content {
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}
/* MY HELPER CLASSES 
-------------------------------------------------------------- */
.relative {
  position: relative !important;
}
.absolute {
  position: absolute !important;
}
.width-full {
  width: 100% !important;
}
.height-full {
  height: 100% !important;
}
.center-table {
  display: table !important;
  margin: 0 auto !important;
}
.cursor-pointer {
  cursor: pointer !important;
}
.overflow-hidden {
  overflow: hidden !important;
}
.inline {
  display: inline-block !important;
  *display: inline !important;
  *zoom: 1;
}
.stronger {
  font-weight: 600 !important;
}
.thinner {
  font-weight: 300 !important;
}
.text-size-sm {
  font-size: 14px !important;
}
a.muted:hover,
a.muted:focus {
  color: #6e6e6e;
}
.text-photo,
[class*="section-"] .text-photo {
  color: #ffffff;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #b78238;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #9f392b;
}
a.text-info:hover,
a.text-info:focus {
  color: #e56713;
}
a.text-success:hover,
a.text-success:focus {
  color: #496429;
}
.text-ellipsis,
.truncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.text-upper {
  text-transform: uppercase;
}
.text-lower {
  text-transform: lowercase;
}
.text-primary {
  color: #ef843c !important;
}
.text-inverse,
[class*="section-"] .text-inverse {
  color: #5a5a5a !important;
}
.text-body {
  color: #777777 !important;
}
.text-white {
  color: #ffffff !important;
}
.muted {
  color: #e3e3e3 !important;
}
.status-online,
.status-offline,
.status-away,
[class*="icon-loader"] {
  width: 19px;
  height: 19px;
  background: url("assets/tpl/sprite-tpl.png") no-repeat -172px 0;
  display: inline-block;
  *display: inline;
  margin: 0 8px;
  position: relative;
  top: 5px;
}
.status-offline {
  background-position: -192px 0;
}
.status-away {
  background-position: -212px 0;
}
.border-t-primary {
  border-top: 10px solid #ef843c;
}
.border-b-primary {
  border-bottom: 10px solid #ef843c;
}
.table-title {
  border: 0;
  border-bottom: 2px solid #5a5a5a;
}
.table-title td,
.table-title th {
  border: 0 !important;
  background: white;
}
.video-background-wrap {
  position: relative;
  overflow: hidden;
}
.video-background-content {
  position: relative;
  z-index: 100;
}
.video-background {
  position: absolute;
  left: 0;
  top: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  display: inline-block;
  z-index: 1;
  object-fit: contain;
}
.carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition: opacity 0.6s linear;
  transition: opacity 0.6s linear;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .next.left,
.carousel-fade .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
}
.input-ddd {
  width: 18%;
  float: left;
  margin-right: 15px;
}
.input-telefone {
  width: 77%;
}
.center-block-middle {
  -webkit-box-pack: center;
  -webkit-box-align: center;
  display: -ms-box;
  -ms-box-pack: center;
  -ms-box-align: center;
  display: box;
  box-pack: center;
  box-align: center;
  display: -webkit-flex;
  -webkit-align-items: center;
  -webkit-align-content: center;
  display: flex;
  align-items: center;
  align-content: center;
}
.center-block-middle [class*=icon-wrap-circle],
[class*=icon-wrap-circle].center-block {
  display: flex;
}
.center-inline-middle {
  display: block;
  display: inline-block;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.valign-middle {
  display: table-cell !important;
  vertical-align: middle !important;
}
/* ICONS CLASSES 
-------------------------------------------------------------- */
.icon-muted {
  color: #dddddd;
}
.icon-primary {
  color: #ef843c;
}
.icon-inverse {
  color: #2a2a2a;
}
.icon-success {
  color: #638837;
}
.icon-danger {
  color: #c74836;
}
.icon-warning {
  color: #cb9b57;
}
.icon-white {
  color: #ffffff;
}
.icon-loader-small {
  width: 20px;
  height: 20px;
  top: 0;
  background: url(assets/tpl/icon-loader-small.gif) no-repeat;
}
.icon-loader {
  width: 40px;
  height: 40px;
  background: url(assets/tpl/icon-loader.gif) no-repeat;
}
.icon-loader-large {
  width: 64px;
  height: 64px;
  background: url(assets/tpl/icon-loader-large.gif) no-repeat;
}
[class*="icon-wrap-circle"] {
  display: block;
  display: inline-block;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #f7f7f7;
  width: 50px;
  height: 50px;
  border-radius: 100px;
}
[class^="icon-wrap-circle-2x"] {
  width: 85px;
  height: 85px;
}
[class^="icon-wrap-circle-3x"] {
  width: 110px;
  height: 110px;
}
[class^="icon-wrap-circle-4x"] {
  width: 150px;
  height: 150px;
}
.wrap-primary {
  background: #ef843c;
}
.wrap-success {
  background: #8ab953;
}
.wrap-danger {
  background: #c74836;
}
.wrap-inverse {
  background: #2a2a2a;
}
.wrap-warning {
  background: #cb9b57;
}
.wrap-white {
  background: white;
}
[class*="wrap-primary"] [class*="icon-"],
[class*="wrap-inverse"] [class*="icon-"],
[class*="wrap-warning"] [class*="icon-"],
[class*="wrap-danger"] [class*="icon-"],
[class*="wrap-success"] [class*="icon-"] {
  color: white;
}
/* BOX MODEL CLASSES 
-------------------------------------------------------------- */
.pad-no {
  padding: 0 !important;
}
.pad-no-t {
  padding-top: 0 !important;
}
.pad-no-b {
  padding-bottom: 0 !important;
}
.pad-no-l {
  padding-left: 0 !important;
}
.pad-no-r {
  padding-right: 0 !important;
}
.pad-no-h {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.pad-no-v {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.pad-sm {
  padding: 10px !important;
}
.pad-sm-t {
  padding-top: 10px !important;
}
.pad-sm-b {
  padding-bottom: 10px !important;
}
.pad-sm-l {
  padding-left: 10px !important;
}
.pad-sm-r {
  padding-right: 10px !important;
}
.pad-sm-h {
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.pad-sm-v {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.pad {
  padding: 20px !important;
}
.pad-t {
  padding-top: 20px !important;
}
.pad-b {
  padding-bottom: 20px !important;
}
.pad-l {
  padding-left: 20px !important;
}
.pad-r {
  padding-right: 20px !important;
}
.pad-h {
  padding-left: 20px !important;
  padding-right: 20px !important;
}
.pad-v {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
.pad-md {
  padding: 40px !important;
}
.pad-md-t {
  padding-top: 40px !important;
}
.pad-md-b {
  padding-bottom: 40px !important;
}
.pad-md-l {
  padding-left: 40px !important;
}
.pad-md-r {
  padding-right: 40px !important;
}
.pad-md-h {
  padding-left: 40px !important;
  padding-right: 40px !important;
}
.pad-md-v {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}
.pad-lg {
  padding: 70px !important;
}
.pad-lg-t {
  padding-top: 70px !important;
}
.pad-lg-b {
  padding-bottom: 70px !important;
}
.pad-lg-l {
  padding-left: 70px !important;
}
.pad-lg-r {
  padding-right: 70px !important;
}
.pad-lg-h {
  padding-left: 70px !important;
  padding-right: 70px !important;
}
.pad-lg-v {
  padding-top: 70px !important;
  padding-bottom: 70px !important;
}
.margin-no {
  margin: 0 !important;
}
.margin-no-t {
  margin-top: 0 !important;
}
.margin-no-b {
  margin-bottom: 0 !important;
}
.margin-no-l {
  margin-left: 0 !important;
}
.margin-no-r {
  margin-right: 0 !important;
}
.margin-no-h {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.margin-no-v {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.margin-sm {
  margin: 10px !important;
}
.margin-sm-t {
  margin-top: 10px !important;
}
.margin-sm-b {
  margin-bottom: 10px !important;
}
.margin-sm-l {
  margin-left: 10px !important;
}
.margin-sm-r {
  margin-right: 10px !important;
}
.margin-sm-h {
  margin-left: 10px !important;
  margin-right: 10px !important;
}
.margin-sm-v {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}
.margin {
  margin: 20px !important;
}
.margin-t {
  margin-top: 20px !important;
}
.margin-b {
  margin-bottom: 20px !important;
}
.margin-l {
  margin-left: 20px !important;
}
.margin-r {
  margin-right: 20px !important;
}
.margin-h {
  margin-left: 20px !important;
  margin-right: 20px !important;
}
.margin-v {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}
.margin-md {
  margin: 40px !important;
}
.margin-md-t {
  margin-top: 40px !important;
}
.margin-md-b {
  margin-bottom: 40px !important;
}
.margin-md-l {
  margin-left: 40px !important;
}
.margin-md-r {
  margin-right: 40px !important;
}
.margin-md-h {
  margin-left: 40px !important;
  margin-right: 40px !important;
}
.margin-md-v {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}
.margin-lg {
  margin: 70px !important;
}
.margin-lg-t {
  margin-top: 70px !important;
}
.margin-lg-b {
  margin-bottom: 70px !important;
}
.margin-lg-l {
  margin-left: 70px !important;
}
.margin-lg-r {
  margin-right: 70px !important;
}
.margin-lg-h {
  margin-left: 70px !important;
  margin-right: 70px !important;
}
.margin-lg-v {
  margin-top: 70px !important;
  margin-bottom: 70px !important;
}
.margin-n {
  margin: -5px !important;
}
.margin-n-t {
  margin-top: -5px !important;
}
.margin-n-b {
  margin-bottom: -5px !important;
}
.margin-n-l {
  margin-left: -5px !important;
}
.margin-n-r {
  margin-right: -5px !important;
}
.margin-n-h {
  margin-left: -5px !important;
  margin-right: -5px !important;
}
.margin-n-v {
  margin-top: -5px !important;
  margin-bottom: -5px !important;
}
.margin-n-sm {
  margin: -10px !important;
}
.margin-n-sm-t {
  margin-top: -10px !important;
}
.margin-n-sm-b {
  margin-bottom: -10px !important;
}
.margin-n-sm-l {
  margin-left: -10px !important;
}
.margin-n-sm-r {
  margin-right: -10px !important;
}
.margin-n-sm-h {
  margin-left: -10px !important;
  margin-right: -10px !important;
}
.margin-n-sm-v {
  margin-top: -10px !important;
  margin-bottom: -10px !important;
}
.margin-n-md {
  margin: -20px !important;
}
.margin-n-md-t {
  margin-top: -20px !important;
}
.margin-n-md-b {
  margin-bottom: -20px !important;
}
.margin-n-md-l {
  margin-left: -20px !important;
}
.margin-n-md-r {
  margin-right: -20px !important;
}
.margin-n-md-h {
  margin-left: -20px !important;
  margin-right: -20px !important;
}
.margin-n-md-v {
  margin-top: -20px !important;
  margin-bottom: -20px !important;
}
/* MOBILE CLASSES 
-------------------------------------------------------------- */
.is-mobile .pull-left-mobi {
  float: left !important;
}
.is-mobile .pull-right-mobi {
  float: right !important;
}
.is-mobile .center-block-mobi {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.is-mobile .text-left-mobi {
  text-align: left !important;
}
.is-mobile .text-right-mobi {
  text-align: right !important;
}
.is-mobile .text-center-mobi {
  text-align: center !important;
}
.is-mobile .text-justify-mobi {
  text-align: justify !important;
}
.is-mobile .btn-block-mobi {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.is-mobile .clear-float-sm {
  float: auto !important;
}
@media (max-width: 991px) {
  .pull-left-sm {
    float: left !important;
  }
  .pull-right-sm {
    float: right !important;
  }
  .clear-float-sm {
    float: none !important;
  }
  .center-block-sm {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .text-left-sm {
    text-align: left !important;
  }
  .text-right-sm {
    text-align: right !important;
  }
  .text-center-sm {
    text-align: center !important;
  }
  .text-justify-sm {
    text-align: justify !important;
  }
  .btn-block-sm {
    display: block;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .h1-mobi,
  .h2-mobi,
  .h3-mobi {
    margin-top: 28px;
    margin-bottom: 14px;
  }
  .h1-mobi small,
  .h2-mobi small,
  .h3-mobi small,
  .h1-mobi .small,
  .h2-mobi .small,
  .h3-mobi .small {
    font-size: 65%;
  }
  .h4-mobi,
  .h5-mobi,
  .h6-mobi {
    margin-top: 14px;
    margin-bottom: 14px;
  }
  .h4-mobi small,
  .h5-mobi small,
  .h6-mobi small,
  .h4-mobi .small,
  .h5-mobi .small,
  .h6-mobi .small {
    font-size: 75%;
  }
  .h1-mobi {
    font-size: 3.4em;
  }
  .h2-mobi {
    font-size: 2.4em;
  }
  .h3-mobi {
    font-size: 2em;
  }
  .h4-mobi {
    font-size: 1.7em;
  }
  .h5-mobi {
    font-size: 1.4em;
  }
  .h6-mobi {
    font-size: 1.2em;
  }
  .h1-mobi,
  .h2-mobi,
  .h3-mobi,
  .h4-mobi,
  .h5-mobi,
  .h6-mobi {
    margin: 0 0 10px;
  }
  .h-md-mobi {
    font-size: 4.5em;
  }
  .h-lg-mobi {
    font-size: 5.5em;
  }
  .h-md-mobi,
  .h-lg-mobi {
    margin: 0 0 10px;
    font-family: "Open Sans", "Helvetica Neue", "Arial", "sans-serif";
    font-weight: 300;
    line-height: 120%;
  }
  .h-md-mobi small,
  .h-lg-mobi small,
  .h-md-mobi .small,
  .h-lg-mobi .small {
    font-size: 65%;
    color: #bbbbbb;
  }
  .pad-no-mobi {
    padding: 0 !important;
  }
  .pad-no-t-mobi {
    padding-top: 0 !important;
  }
  .pad-no-b-mobi {
    padding-bottom: 0 !important;
  }
  .pad-no-l-mobi {
    padding-left: 0 !important;
  }
  .pad-no-r-mobi {
    padding-right: 0 !important;
  }
  .pad-no-h-mobi {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .pad-no-v-mobi {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .pad-sm-mobi {
    padding: 10px !important;
  }
  .pad-sm-t-mobi {
    padding-top: 10px !important;
  }
  .pad-sm-b-mobi {
    padding-bottom: 10px !important;
  }
  .pad-sm-l-mobi {
    padding-left: 10px !important;
  }
  .pad-sm-r-mobi {
    padding-right: 10px !important;
  }
  .pad-sm-h-mobi {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .pad-sm-v-mobi {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .pad-mobi {
    padding: 20px !important;
  }
  .pad-t-mobi {
    padding-top: 20px !important;
  }
  .pad-b-mobi {
    padding-bottom: 20px !important;
  }
  .pad-l-mobi {
    padding-left: 20px !important;
  }
  .pad-r-mobi {
    padding-right: 20px !important;
  }
  .pad-h-mobi {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .pad-v-mobi {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .pad-md-mobi {
    padding: 40px !important;
  }
  .pad-md-t-mobi {
    padding-top: 40px !important;
  }
  .pad-md-b-mobi {
    padding-bottom: 40px !important;
  }
  .pad-md-l-mobi {
    padding-left: 40px !important;
  }
  .pad-md-r-mobi {
    padding-right: 40px !important;
  }
  .pad-md-h-mobi {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
  .pad-md-v-mobi {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .pad-lg-mobi {
    padding: 70px !important;
  }
  .pad-lg-t-mobi {
    padding-top: 70px !important;
  }
  .pad-lg-b-mobi {
    padding-bottom: 70px !important;
  }
  .pad-lg-l-mobi {
    padding-left: 70px !important;
  }
  .pad-lg-r-mobi {
    padding-right: 70px !important;
  }
  .pad-lg-h-mobi {
    padding-left: 70px !important;
    padding-right: 70px !important;
  }
  .pad-lg-v-mobi {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
  .margin-no-mobi {
    margin: 0 !important;
  }
  .margin-no-t-mobi {
    margin-top: 0 !important;
  }
  .margin-no-b-mobi {
    margin-bottom: 0 !important;
  }
  .margin-no-l-mobi {
    margin-left: 0 !important;
  }
  .margin-no-r-mobi {
    margin-right: 0 !important;
  }
  .margin-no-h-mobi {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .margin-no-v-mobi {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .margin-sm-mobi {
    margin: 10px !important;
  }
  .margin-sm-t-mobi {
    margin-top: 10px !important;
  }
  .margin-sm-b-mobi {
    margin-bottom: 10px !important;
  }
  .margin-sm-l-mobi {
    margin-left: 10px !important;
  }
  .margin-sm-r-mobi {
    margin-right: 10px !important;
  }
  .margin-sm-h-mobi {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
  .margin-sm-v-mobi {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  .margin-mobi {
    margin: 20px !important;
  }
  .margin-t-mobi {
    margin-top: 20px !important;
  }
  .margin-b-mobi {
    margin-bottom: 20px !important;
  }
  .margin-l-mobi {
    margin-left: 20px !important;
  }
  .margin-r-mobi {
    margin-right: 20px !important;
  }
  .margin-h-mobi {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }
  .margin-v-mobi {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .margin-md-mobi {
    margin: 40px !important;
  }
  .margin-md-t-mobi {
    margin-top: 40px !important;
  }
  .margin-md-b-mobi {
    margin-bottom: 40px !important;
  }
  .margin-md-l-mobi {
    margin-left: 40px !important;
  }
  .margin-md-r-mobi {
    margin-right: 40px !important;
  }
  .margin-md-h-mobi {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }
  .margin-md-v-mobi {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .margin-lg-mobi {
    margin: 70px !important;
  }
  .margin-lg-t-mobi {
    margin-top: 70px !important;
  }
  .margin-lg-b-mobi {
    margin-bottom: 70px !important;
  }
  .margin-lg-l-mobi {
    margin-left: 70px !important;
  }
  .margin-lg-r-mobi {
    margin-right: 70px !important;
  }
  .margin-lg-h-mobi {
    margin-left: 70px !important;
    margin-right: 70px !important;
  }
  .margin-lg-v-mobi {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
  }
  .margin-n-mobi {
    margin: -5px !important;
  }
  .margin-n-t-mobi {
    margin-top: -5px !important;
  }
  .margin-n-b-mobi {
    margin-bottom: -5px !important;
  }
  .margin-n-l-mobi {
    margin-left: -5px !important;
  }
  .margin-n-r-mobi {
    margin-right: -5px !important;
  }
  .margin-n-h-mobi {
    margin-left: -5px !important;
    margin-right: -5px !important;
  }
  .margin-n-v-mobi {
    margin-top: -5px !important;
    margin-bottom: -5px !important;
  }
  .margin-n-sm-mobi {
    margin: -10px !important;
  }
  .margin-n-sm-t-mobi {
    margin-top: -10px !important;
  }
  .margin-n-sm-b-mobi {
    margin-bottom: -10px !important;
  }
  .margin-n-sm-l-mobi {
    margin-left: -10px !important;
  }
  .margin-n-sm-r-mobi {
    margin-right: -10px !important;
  }
  .margin-n-sm-h-mobi {
    margin-left: -10px !important;
    margin-right: -10px !important;
  }
  .margin-n-sm-v-mobi {
    margin-top: -10px !important;
    margin-bottom: -10px !important;
  }
  .margin-n-md-mobi {
    margin: -20px !important;
  }
  .margin-n-md-t-mobi {
    margin-top: -20px !important;
  }
  .margin-n-md-b-mobi {
    margin-bottom: -20px !important;
  }
  .margin-n-md-l-mobi {
    margin-left: -20px !important;
  }
  .margin-n-md-r-mobi {
    margin-right: -20px !important;
  }
  .margin-n-md-h-mobi {
    margin-left: -20px !important;
    margin-right: -20px !important;
  }
  .margin-n-md-v-mobi {
    margin-top: -20px !important;
    margin-bottom: -20px !important;
  }
}
/* GENERIC CLASSES
----------------------------------------------------------------------------- */
.myicon-emailpro-w {
  display: inline-block;
  *display: inline;
  width: 38px;
  height: 28px;
  background: url("../assets/email/sprite-email.png") no-repeat -336px -652px;
}
.myicon-exchange-w {
  display: inline-block;
  *display: inline;
  width: 42px;
  height: 45px;
  background: url("../assets/email/sprite-email.png") no-repeat -375px -651px;
}
.myicon-html5 {
  display: inline-block;
  *display: inline;
  width: 142px;
  height: 161px;
  background: url("../assets/agencias/sprite-agencias.png") no-repeat -373px -136px;
}
.ninja-painel {
  display: inline-block;
  *display: inline;
  width: 633px;
  height: 318px;
  background: url("../assets/cloud/sprite-cloud.png") no-repeat -3px -404px;
}
.logo-microsoft-w {
  display: inline-block;
  *display: inline;
  width: 187px;
  height: 40px;
  background: url("../assets/home/sprite-home.png") no-repeat -224px -392px;
}
.logo-oracle-w {
  display: inline-block;
  *display: inline;
  width: 187px;
  height: 26px;
  background: url("../assets/home/sprite-home.png") no-repeat -224px -443px;
}
.logo-wordpress-w {
  display: inline-block;
  *display: inline;
  width: 171px;
  height: 41px;
  background: url("../assets/home/sprite-home.png") no-repeat -12px -61px;
}
.logo-prestashop-w {
  display: inline-block;
  *display: inline;
  width: 171px;
  height: 42px;
  background: url("../assets/home/sprite-home.png") no-repeat -247px -1px;
}
.logo-opencart-w {
  display: inline-block;
  *display: inline;
  width: 169px;
  height: 35px;
  background: url("../assets/home/sprite-home.png") no-repeat -247px -126px;
}
.logo-drupal-w {
  display: inline-block;
  *display: inline;
  width: 153px;
  height: 45px;
  background: url("../assets/home/sprite-home.png") no-repeat -255px -164px;
}
.logo-mysql-w {
  display: inline-block;
  *display: inline;
  width: 247px;
  height: 61px;
  background: url("../assets/home/sprite-home.png") no-repeat -406px -100px;
}
.logo-joomla-w {
  display: inline-block;
  *display: inline;
  width: 169px;
  height: 39px;
  background: url("../assets/home/sprite-home.png") no-repeat -247px -257px;
}
.logo-moodle-w {
  display: inline-block;
  *display: inline;
  width: 171px;
  height: 40px;
  background: url("../assets/home/sprite-home.png") no-repeat -247px -297px;
}
.logo-php-w {
  display: inline-block;
  *display: inline;
  width: 119px;
  height: 56px;
  background: url("../assets/home/sprite-home.png") no-repeat -36px -316px;
}
.logo-sqlserver-w {
  display: inline-block;
  *display: inline;
  width: 171px;
  height: 49px;
  background: url("../assets/home/sprite-home.png") no-repeat -182px -337px;
}
.logo-aspnet-w {
  display: inline-block;
  *display: inline;
  width: 145px;
  height: 41px;
  background: url("../assets/home/sprite-home.png") no-repeat -36px -372px;
}
.logo-magento-w {
  display: inline-block;
  *display: inline;
  width: 167px;
  height: 51px;
  background: url("../assets/home/sprite-home.png") no-repeat -37px -414px;
}
.grid-video {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 3;
  background: rgba(0, 0, 0, 0.6);
}
/* Section Default
----------------------------------------------------------------------------- */
section,
.section-default {
  background: #ffffff;
}
.section-photo {
  background-color: #2f2f2f;
}
.section-photo .text-primary {
  color: #f09354;
}
/* Section Secondary
----------------------------------------------------------------------------- */
.section-secondary {
  background: #f0f4f4;
}
.section-secondary h1,
.section-secondary h3,
.section-secondary h5,
.section-secondary h6 {
  color: #ef843c;
}
.section-secondary h2,
.section-secondary h4 {
  color: #5a5a5a;
}
.section-secondary blockquote {
  border-left: 5px solid #e5e5e5;
}
.section-secondary hr {
  border-top-color: #e5e5e5;
  border-bottom-color: #f7f7f7;
}
.section-secondary .text-body {
  color: #777777;
}
.section-secondary .well {
  background-color: #FFF;
  border: none;
  -webkit-box-shadow: 0 1px 1px #d3dede;
  box-shadow: 0 1px 1px #d3dede;
}
.section-secondary .nav-tabs {
  border-bottom: 1px solid #d8d8d8;
}
.section-secondary .nav-tabs > li > a {
  border: 1px solid transparent;
}
.section-secondary .nav-tabs > li > a:hover {
  border-color: #d8d8d8 #d8d8d8 #d8d8d8;
}
.section-secondary .nav-tabs > li.active > a,
.section-secondary .nav-tabs > li.active > a:hover,
.section-secondary .nav-tabs > li.active > a:focus {
  color: #777777;
  background-color: #f0f4f4;
  border: 1px solid #d8d8d8;
  border-bottom-color: transparent;
}
.section-secondary .nav-pills > li > a {
  background: #FFF;
}
.section-secondary .nav-pills > li > a:hover {
  color: #FFF;
  background-color: #ef843c;
}
.section-secondary .nav-pills > li.active > a,
.section-secondary .nav-pills > li.active > a:hover,
.section-secondary .nav-pills > li.active > a:focus {
  color: #FFF;
  background-color: #ef843c;
}
.section-secondary .nav-tabs.nav-justified {
  border-bottom: none;
}
.section-secondary .nav-tabs.nav-justified > .active > a,
.section-secondary .nav-tabs.nav-justified > .active > a:hover,
.section-secondary .nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #d8d8d8;
}
@media (min-width: 768px) {
  .section-secondary .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #d8d8d8;
  }
  .section-secondary .nav-tabs.nav-justified > .active > a,
  .section-secondary .nav-tabs.nav-justified > .active > a:hover,
  .section-secondary .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: transparent;
  }
}
/* Section Primary
----------------------------------------------------------------------------- */
.section-primary,
.alert-info.solid {
  background: #ef843c;
  color: #ffe2c4;
  text-shadow: none !important;
}
.section-primary h1,
.alert-info.solid h1,
.section-primary h3,
.alert-info.solid h3,
.section-primary h5,
.alert-info.solid h5,
.section-primary h6,
.alert-info.solid h6,
.section-primary dt,
.alert-info.solid dt,
.section-primary b,
.alert-info.solid b,
.section-primary strong,
.alert-info.solid strong {
  color: #ffffff;
}
.section-primary h2,
.alert-info.solid h2,
.section-primary h4,
.alert-info.solid h4,
.section-primary p,
.alert-info.solid p,
.section-primary li,
.alert-info.solid li,
.section-primary dd,
.alert-info.solid dd,
.section-primary small,
.alert-info.solid small,
.section-primary address,
.alert-info.solid address {
  color: #ffe2c4;
}
.section-primary a,
.alert-info.solid a {
  color: #9e480d;
}
.section-primary blockquote,
.alert-info.solid blockquote {
  border-color: #ed7524;
}
.section-primary hr,
.alert-info.solid hr {
  border-top-color: #ed7524;
  border-bottom-color: #ef843c;
}
.section-primary .icon-primary,
.alert-info.solid .icon-primary {
  color: #ffe2c4;
}
.section-primary .well,
.alert-info.solid .well {
  background-color: #ca5d14;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.section-primary .title-box,
.alert-info.solid .title-box {
  border-bottom: 1px solid #f1904f;
}
.section-primary .nav-tabs,
.alert-info.solid .nav-tabs {
  border-bottom: 1px solid #e56713;
}
.section-primary .nav-tabs > li > a,
.alert-info.solid .nav-tabs > li > a {
  color: #ffe2c4;
  border: 1px solid transparent;
}
.section-primary .nav-tabs > li > a:hover,
.alert-info.solid .nav-tabs > li > a:hover {
  border-color: #e56713 #e56713 #e56713;
  background: #f08d4a;
}
.section-primary .nav-tabs > li.active > a,
.alert-info.solid .nav-tabs > li.active > a,
.section-primary .nav-tabs > li.active > a:hover,
.alert-info.solid .nav-tabs > li.active > a:hover,
.section-primary .nav-tabs > li.active > a:focus,
.alert-info.solid .nav-tabs > li.active > a:focus {
  color: #ffffff;
  background-color: #ef843c;
  border: 1px solid #e56713;
  border-bottom-color: transparent;
}
.section-primary .nav-pills > li > a,
.alert-info.solid .nav-pills > li > a {
  color: #FFF;
  background: #f08d4a;
}
.section-primary .nav-pills > li > a:hover,
.alert-info.solid .nav-pills > li > a:hover {
  color: #ffe2c4;
  background-color: #e56713;
}
.section-primary .nav-pills > li.active > a,
.alert-info.solid .nav-pills > li.active > a,
.section-primary .nav-pills > li.active > a:hover,
.alert-info.solid .nav-pills > li.active > a:hover,
.section-primary .nav-pills > li.active > a:focus,
.alert-info.solid .nav-pills > li.active > a:focus {
  color: #ffe2c4;
  background-color: #e56713;
}
.section-primary .nav-tabs.nav-justified,
.alert-info.solid .nav-tabs.nav-justified {
  border-bottom: none;
}
.section-primary .nav-tabs.nav-justified > .active > a,
.alert-info.solid .nav-tabs.nav-justified > .active > a,
.section-primary .nav-tabs.nav-justified > .active > a:hover,
.alert-info.solid .nav-tabs.nav-justified > .active > a:hover,
.section-primary .nav-tabs.nav-justified > .active > a:focus,
.alert-info.solid .nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #e56713;
}
@media (min-width: 768px) {
  .section-primary .nav-tabs.nav-justified > li > a,
  .alert-info.solid .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #e56713;
  }
  .section-primary .nav-tabs.nav-justified > .active > a,
  .alert-info.solid .nav-tabs.nav-justified > .active > a,
  .section-primary .nav-tabs.nav-justified > .active > a:hover,
  .alert-info.solid .nav-tabs.nav-justified > .active > a:hover,
  .section-primary .nav-tabs.nav-justified > .active > a:focus,
  .alert-info.solid .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: transparent;
  }
}
/* Section Inverse
----------------------------------------------------------------------------- */
.section-inverse-light {
  background: #2f2f2f;
}
.section-inverse {
  background: #2a2a2a;
}
.section-inverse h1,
.section-inverse-light h1,
.section-inverse h2,
.section-inverse-light h2,
.section-inverse h3,
.section-inverse-light h3,
.section-inverse h4,
.section-inverse-light h4,
.section-inverse h5,
.section-inverse-light h5,
.section-inverse h6,
.section-inverse-light h6,
.section-inverse dt,
.section-inverse-light dt {
  color: #ffffff;
}
.section-inverse legend,
.section-inverse-light legend {
  color: #d1d1d1;
}
.section-inverse a,
.section-inverse-light a,
.section-inverse dd,
.section-inverse-light dd {
  color: #aaaaaa;
}
.section-inverse a:hover,
.section-inverse-light a:hover {
  color: #d1d1d1;
}
.section-inverse blockquote,
.section-inverse-light blockquote {
  border-color: #222222;
}
.section-inverse hr,
.section-inverse-light hr {
  border-top-color: #222222;
  border-bottom-color: #2f2f2f;
}
.section-inverse .control-form,
.section-inverse-light .control-form {
  border-color: #aaaaaa;
}
.section-inverse .well,
.section-inverse-light .well {
  background-color: #202020;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/*# sourceMappingURL=theme.css.map */