/* Minification failed. Returning unminified contents.
(2688,1): run-time error CSS1019: Unexpected token, found '@import'
(2688,9): run-time error CSS1019: Unexpected token, found 'url(//fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,700italic,700,300,400)'
(2689,1): run-time error CSS1019: Unexpected token, found '@import'
(2689,9): run-time error CSS1019: Unexpected token, found 'url('https://fonts.googleapis.com/css?family=Roboto+Condensed:400i,700i')'
(5189,29): run-time error CSS1046: Expect comma, found '255'
(5189,37): run-time error CSS1046: Expect comma, found '/'
(5287,5467): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(5287,5501): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(5287,5616): run-time error CSS1019: Unexpected token, found '@keyframes'
(5287,5642): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(5962,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(5963,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(5978,1): run-time error CSS1019: Unexpected token, found '@-moz-keyframes'
(5979,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(6010,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(6011,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
 */
/*!
 *  Font Awesome 4.7.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.7.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-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 */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/**
 * angular-growl-v2 - v0.7.8 - 2015-10-25
 * http://janstevens.github.io/angular-growl-2
 * Copyright (c) 2015 Marco Rinck,Jan Stevens,Silvan van Leeuwen; Licensed MIT
 */
/*
 *  growl-container styles
 */
.growl-container.growl-fixed {
  position: fixed;
  float: right;
  width: 90%;
  max-width: 400px;
  z-index: 9999;
}
.growl-container.growl-fixed.top-right {
  top: 10px;
  right: 15px;
}
.growl-container.growl-fixed.bottom-right {
  bottom: 10px;
  right: 15px;
}
.growl-container.growl-fixed.middle-right {
  top: 49%;
  right: 15px;
}
.growl-container.growl-fixed.top-left {
  top: 10px;
  left: 15px;
}
.growl-container.growl-fixed.bottom-left {
  bottom: 10px;
  left: 15px;
}
.growl-container.growl-fixed.middle-left {
  top: 49%;
  left: 15px;
}
.growl-container.growl-fixed.top-center {
  top: 10px;
  left: 50%;
  margin-left: -200px;
}
.growl-container.growl-fixed.bottom-center {
  bottom: 10px;
  left: 50%;
  margin-left: -200px;
}
.growl-container.growl-fixed.middle-center {
  top: 49%;
  left: 50%;
  margin-left: -200px;
}

/*
 * growl-item styles
 */
.growl-container > .growl-item {
  padding: 10px;
  padding-right: 35px;
  margin-bottom: 10px;
  cursor: pointer;
}

.growl-container > button {
  border: none;
  outline:none;
}
.growl-container > .growl-item.ng-enter,
.growl-container > .growl-item.ng-leave {
  -webkit-transition:0.5s linear all;
  -moz-transition:0.5s linear all;
  -o-transition:0.5s linear all;
  transition:0.5s linear all;
}

.growl-container > .growl-item.ng-enter,
.growl-container > .growl-item.ng-leave.ng-leave-active {
  opacity:0;
}
.growl-container > .growl-item.ng-leave,
.growl-container > .growl-item.ng-enter.ng-enter-active {
  opacity:1;
}

.growl-container > div.growl-item {
  background-position: 12px center;
  background-repeat: no-repeat;
}

/*
 * growl-title styles
 */
.growl-title {
  font-size: 16px;
}
.growl-item.icon > .growl-title {
  margin: 0 0 0 40px;
}

/*
 * growl-message styles
 */
.growl-item.icon > .growl-message {
  margin: 0 0 0 40px;
}

/*
 * growl background images
 */
.growl-container > .alert-info.icon {
  /* for the white images
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=");
  */
  background-image: url("data:image/png;base64,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");
}
.growl-container > .alert-error.icon {
  /* for the white images
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=");
  */
  background-image: url("data:image/png;base64,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");
}
.growl-container > .alert-success.icon {
  /* for the white images
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==");
  */
  background-image: url("data:image/png;base64,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");
}
.growl-container > .alert-warning.icon {
  /* for the white images
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=");
  */
  background-image: url("data:image/png;base64,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");
}

/* Preload images */
body:after {
  content: url(../images/close.png) url(../images/loading.gif) url(../images/prev.png) url(../images/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: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../images/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(../images/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(../images/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(../images/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;
}

@charset "utf-8";
/* CSS Document */
@import url(//fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,700italic,700,300,400);
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:400i,700i');
body {
  margin: 0; font-family: 'Open Sans', "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif; letter-spacing:-0.5px; color: #000;
}
img{ max-width:100%; height:auto; }
a:focus{ outline:0; }
.h1, h1{ color:#000; }

/* Main pages css start here */
/*.container{ max-width:1170px; margin:0 auto; padding:0 20px; }*/
p, li{ letter-spacing:0px; }
header{ padding:10px 8px 0px 15px; background: #000; }
header .logo{ }
header .nav{ margin:0px; }
header .nav ul{ margin:0px; padding:0px; float:right; }
header .nav ul li{ display:inline-block; padding:0px; margin:0 3px 0px; }
header .nav ul li:last-child{ padding-right:0px; }
header .nav ul li a{ font-size:17px; font-weight:600; color:#bec0c2; text-decoration:none; padding:10px 15px 20px; }
header .nav ul li:hover{ background:#404041; }
header .nav ul li a:hover{ color:#ffd204; background:none; transition:all 0.3s ease-in-out; }
header .nav ul li.active a{ color:#ffd204; }
header .nav ul li a:focus{ color:#ffd204; outline:0; }
header .nav ul li li{ display:block; padding:0px; /*border-bottom:1px solid #D4D4D4;*/ }
header .nav ul li li:last-child{ border:0px; padding-right:0px; }
header .nav ul li li a{ font-size:17px; color:#000; padding:5px 15px 5px; line-height:normal; }
header .nav ul li li a:hover{ color:#000; background:#ffd204; transition:all 0.3s ease-in-out; }
header .nav ul li li:last-child a{ padding-right:15px; }
header .row {margin-left:15px !important;}
.nav .open > a, .nav .open > a:focus, .nav .open > a:hover, header .nav ul li:focus, .nav > li > a:focus{ background:none; border:0px; color:#ffd204; }
.navbar-collapse{ padding:0px; }
.navbar-nav > li > .dropdown-menu{ border-radius:0px; }
.dropdown-menu{ background:rgba(190,192,194,0.87); border:0px; top:102%;  }
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover{ background:none; }
.navbar-nav .open .dropdown-menu > li > a:focus, .navbar-nav .open .dropdown-menu > li > a:hover{ color:#000; background:#ffd204; }

.banner{ padding:0px; border-top:1px solid #838383; background:#fff; }
.banner .container{ position:relative; padding:0px;  }
.banner .right-banner-img{ float:right; position:relative; bottom:-1px; }
.banner .right-banner-img img{ position:relative; right:-65px; }
.banner .left-text{ position:absolute; left:15px; top:110px; z-index:0; }
.banner .left-text h1{ font-size:78px; font-weight:400; line-height:70px; margin:15px 0 7px 0px; color:#231f20; }
.banner .left-text h4{  font-size:30px; font-weight:300; color:#231f20; margin:0 0 25px 0px;  }
.banner .left-text .other-txt a:hover{ opacity:0.7; transition:all 0.3s ease-in-out; }
.carousel-control{ width:5%; }
.carousel-control.left, .carousel-control.right{ background-image:none; }
.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev{ margin:0px; width:auto; height:auto; font-size: inherit; }
.glyphicon-chevron-left::before, .glyphicon-chevron-right::before{ content:inherit; display:none; }
.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev{ top:45%; }

.footer-top{ border-bottom:1px solid #444546; padding-bottom:20px; padding-top:20px;  }

footer{ padding:0px 0px; }
.ourservices .heading-box{ float:left; margin:0 20px 10px 0px; }
.ourservices h2{ margin:0px; }
.ourservices p{ margin:5px 0 0 0px; font-size:17px; font-weight:400; color:#aaabae; line-height:normal; text-align:justify; }
.ourservices .more-box{ display:block; clear:both;padding:0 0 0 0px; }
.ourservices .more-box a{ float:right; text-decoration:none; color:#ffd200; font-weight:600; font-size:18px; background:url(../images/arrow-icon2.png) right center no-repeat; background-size:30px; padding:7px 38px 3px 0px; line-height:23px; font-style:italic; }
.ourservices .more-box a:hover{ color:#fff; transition:all 0.3s ease-in-out; }

footer .footer-bottom{ padding:40px 0 0px;}
/*footer .footer-bottom .col-4{  }
footer .footer-bottom .col-4:last-child{ padding-right:0; }*/
footer .footer-bottom .footer-links{  }
footer .footer-bottom .footer-links h5{ font-style:italic; font-size:18px; font-weight:400; color:#ffd200; margin:0 0 4px 0px; }
footer .footer-bottom .footer-links ul{ margin:0 0 20px 0px; padding:0px; list-style:none; }
footer .footer-bottom .footer-links ul li{ font-size:16px; font-style:italic; color:#bec0c2; font-weight:400; margin:0 0 0px 0px; }
footer .footer-bottom .footer-links ul li a{ text-decoration:none; color:#bec0c2; }
footer .footer-bottom .footer-links .other-logos{ padding:15px 0px; text-align:left; }
footer .footer-bottom .footer-links a:hover{ color:#ffd200; transition:all 0.3s ease-in-out; text-decoration:underline; }


footer .footer-bottom .othersearch h4{ font-size:17px; color:#bec0c2; font-weight:400; text-transform:uppercase; text-align:left; margin:0px; padding:0px 0 0 0px; line-height:17px; }
footer .footer-bottom .othersearch h4 span{ display:inline-block; vertical-align:middle; padding:2px 0 0 0px;}
footer .footer-bottom .othersearch h4 img{ display:inline-block; margin-left:10px; vertical-align:middle;}
footer .footer-bottom .othersearch .detail-box{ padding:5px 0 15px 0px; }
footer .footer-bottom .othersearch .detail-box input[type=text], footer .footer-bottom .othersearch .detail-box input[type=email]{ border-radius:4px; padding:3px 2%; border:0px; }
footer .footer-bottom .othersearch .detail-box input[type=submit] { background-color: #676767; color: #ffffff; text-align: center; border: 0; box-shadow: none; border-radius: 4px; height: 26px; width: 65px;vertical-align:top; }



footer .footer-bottom .othersearch .detail-box .lang{ padding:2px 10px; background:#fff; }
footer .footer-bottom .othersearch .detail-box .lang img{ display:inline-block; vertical-align:middle; }
footer .footer-bottom .othersearch .detail-box .lang select{ display:inline-block; vertical-align:middle; margin:0px; padding:0px; border:0px; text-transform:uppercase; }
footer .footer-bottom .othersearch .detail-box.connect img{ margin-right:5px; border-radius: 4px; }

.adapter-btn a {
background-image: url("../images/AdapterSearch.png");
height:31px;
width:100%;
position:relative;
display:block;
background-repeat:  no-repeat;
background-size:contain;
cursor:pointer;
}

.adapter-btn a:hover {
background-image: url("../images/AdapterSearchHover.png");
display:block;
position:relative;
background-repeat:  no-repeat;
cursor:pointer;
background-size:contain;
}

li.small-text {
    font-size: 16px !important;
    }



footer .footer-copytext {    
    clear: both;
    padding: 20px 0px 30px;
    background: #000;
    margin-top: 40px;
}
footer .footer-copytext p{ font-size:14px; color:#bec0c2; text-align:left; margin: 0; }
footer .footer-copytext p > span { 
    float: right;
    font-style: oblique;
    font-size: 18px;
    font-weight: 700;
    position: relative;
    top: -3px;
}
/* inner page css start here */
.banner.inner{ padding:0 0 0 0px; }
.banner.inner .carousel-inner .item img{ width:100%;}

.middle-content{ background:#fff; padding:35px 0px 40px; }
.middle-content .container{ /*max-width:1400px; width:auto;*/ }
.middle-content.extra .container{ max-width:1400px; width:auto; }

.product-item{}
.product-item:hover{ box-shadow:0 0 20px rgba(0, 0, 0, 0.2); transition:all 0.3s ease-in-out; }
.product-item .other-info{ clear:both; }
.product-item .image-box{ text-align:center; padding:10px 15px; }
.product-item h2{ font-size:23px; font-weight:bold; font-style:italic; color:#000; padding:5px 0 7px 15px;  margin:0px;}
.product-item h2 a{ color:#000; }
.product-item h2 a:hover{ color:#ffd204; transition:all 0.3s ease-in-out; text-decoration:none; }
.product-item h2 span{ font-size:18px; font-weight:normal; padding:0 0 0 10px; }
.product-item .detail-box{ background:#f3f3f5; padding:15px; }
.product-item .detail-box h4{ margin:0px; padding:0 0 7px 0px; font-size:16px; font-weight:bold; font-style:italic; color:#000; }
.product-item .detail-box p{ font-size:12px; margin:0 0 5px 0px; }
.product-item .detail-box .other-info{ padding:7px 0 0px 0px;  }
.product-item .detail-box .other-info .Left-text{ float:left; text-transform:uppercase; }
.product-item .detail-box .other-info .Left-text span.head{ display:inline-block; color:#000; background:#f4c300; font-size:12px; font-weight:bold; font-style:italic; padding:4px 4px 0px; margin:0 5px 0 0px; text-transform:uppercase; line-height:normal; vertical-align:middle; }
.product-item .detail-box .other-info .Left-text span.big-txt{ display:inline-block; color:#000; font-size:24px; font-weight:bold; font-style:italic; vertical-align:middle; }
.product-item .detail-box .other-info .right-btn{ float:right; padding:4px 0 0 0px; }
.product-item .detail-box .other-info .right-btn a{ text-transform:uppercase; font-size:12px; display:block; padding:5px 23px 0 0px; background:url(../images/icon-add.png) right center no-repeat; color:#000; }
.product-item .detail-box .other-info .right-btn a:hover{ color:#f4c200; transition:all 0.3s ease-in-out; }

/* Notofications css */
.notification{ background:#ffd203; padding:3px; text-align:left; }
.notification .message{ font-size:15px; font-style:italic; font-weight:500; display:inline-block; vertical-align:middle; line-height:normal; color:#000; letter-spacing: .3px; }
.notification .message a{ text-decoration:none; color:#000; }
.notification .message a:hover{ opacity:0.75; transition:all 0.3 ease-in-out;  }
.notification .btn{ padding:2px 0px 2px 10px; }
.notification .btn a{ font-style:italic; color:#000; font-size:17px; font-weight:300; }
.notification .btn a:hover{ color:#fff; transition:all 0.3s ease-in-out; text-decoration:none; }
.btn.active, .btn:active{ box-shadow:none; outline:0px; }
/* bredcrum css */
.bredcrum{}
.bredcrum ul{ list-style:none; float:right; }
.bredcrum ul li{ display:inline-block; margin:0px; padding:0 0 0 2px; color:#000; font-size:12px; text-transform:uppercase; }
.bredcrum ul li a{ color:#000; }
.bredcrum ul li a:hover{ color:#ffd203; text-decoration:none; transition:all 0.3s ease-in-out; }

.product-detail{ color:#000; margin:0 auto 30px; }
.product-detail .image-box{ padding:10px 15px; position:relative; }
.product-detail .image-box .zoom-icon{ position:absolute; bottom:10px; right:15px; }
.product-detail .image-box .zoom-icon img {width:26px;}
.product-detail .image-box .zoom-icon:hover img{ opacity:0.8; }

.image-box a {
    color: #000;
}

.product-detail h1{ font-size:64px; font-style:italic; text-transform:uppercase; font-weight:700; margin:30px 0 10px 0px; line-height:60px;  }
.product-detail h2{ font-size:27px; font-style:italic; text-transform:uppercase; font-weight:400; margin:0px 0 15px 0px; line-height:27px;  }
.product-detail p{ font-size:13px;}
.product-detail h3{ font-size:24px; font-style:italic; font-weight:400; margin:25px 0 10px 0px; line-height:27px;  }
.product-detail ul{ margin:0px; padding:0 0 0 12px; }
.product-detail ul li{ font-size:13px; margin:0px; }
.product-detail table{ font-size:12px; }
.product-detail .pdf-download-box{ max-width:250px; padding-top:25px; }
.product-detail .pdf-download-box span{ display:inline-block; padding-right:0px; vertical-align:top; }
.product-detail .pdf-download-box a{ font-size:13px; color:#000; display:block; padding-bottom:0px; }
.product-detail .pdf-download-box a span{ display:inline-block; vertical-align:middle; line-height:18px; }
.product-detail .pdf-download-box a span img{ margin-right:7px; }
.product-detail .pdf-download-box a:hover{ text-decoration:none; color:#ffd203; transition:all 0.3s ease-in-out; }
.product-detail .pdf-download-box a:hover img{ opacity:0.7; transition:all 0.3s ease-in-out; }
.product-detail .pdf-download-box img {padding-right: 10px; width: 60px;}

.related-product{ margin-top:65px;  }
.related-product .prod-img{ text-align:center; }
.related-product h2{ font-size:23px; font-weight:bold; font-style:italic; color:#000; padding:7px 0 2px 15px;  margin:0px;}
.related-product h2 a{ color:#000; }
.related-product h2 a:hover{ color:#ffd204; transition:all 0.3s ease-in-out; text-decoration:none; }
.related-product h2 span{ font-size:17px; font-weight:300; padding:0 0 0 10px; letter-spacing:0px; }
.related-product .detail-box{ background:#f3f3f5; padding:7px 15px; }
.related-product .detail-box h4{ margin:0px; padding:0 0 7px 0px; font-size:16px; font-weight:bold; font-style:italic; color:#000; text-transform:uppercase; }
.related-product .detail-box p{ font-size:12px; margin:0 0 5px 0px; }
.related-product .detail-box .other-info{ padding:0px 0 0px 0px;  }
.related-product .detail-box .other-info .Left-text{ float:left; text-transform:uppercase; }
.related-product .detail-box .other-info .Left-text span.head{ display:inline-block; color:#000; background:#f4c300; font-size:12px; font-weight:bold; font-style:italic; padding:2px 6px 1px; margin:0 5px 0 0px; text-transform:uppercase; line-height:normal; vertical-align:middle;}
.related-product .detail-box .other-info .Left-text span.head:hover{ background:#000; color:#fff; transition:all 0.3s ease-in-out; }

.related-product .detail-box .other-info .Left-text span.big-txt{ display:inline-block; color:#000; font-size:24px; font-weight:bold; font-style:italic; vertical-align:middle; }
.related-product .detail-box .other-info .right-btn{ float:right; padding:0px 0 0 0px; }
.related-product .detail-box .other-info .right-btn a{ text-transform:uppercase; font-size:12px; display:block; padding:5px 23px 0 0px; background:url(../images/icon-add.png) right center no-repeat; color:#000; }
.related-product .detail-box .other-info .right-btn a:hover{ color:#f4c200; transition:all 0.3s ease-in-out; }


.connect img:hover, .other-logos img:hover{ opacity:0.7; transition:all 0.3s ease-in-out; }

.navbar-toggle{ margin-right:0px; margin-top:3px; }
.navbar-toggle .icon-bar { background:#878789;  width: 31px; border-radius:2px; height:3px;}
/*24 july*/
.Grey-bg { background:#f1f1f2; padding-top:60px; padding-bottom:60px;}
.choose h1{ font-style:italic; font-weight:bold; color:#231f20; margin:0; font-size:34px;}
.choose h2 { color: #231f20; font-size:24px; font-weight: normal; margin: 10px 0 20px;  text-transform: uppercase;}
.choose h2 span { display: inline-block; vertical-align: middle; }
/* The CSS */
 .choose  select {
     background: #fff none repeat scroll 0 0;
    border: medium none;
    color: #1f1c1c;
    cursor: pointer;
    display: block;
	width:98%;
    font-size: 14px;
    font-weight: normal;
    margin: 0;
    outline: medium none;
    padding: 7px 0 7px 8px;
    text-transform: uppercase;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
}
.choose  label {display: block;
    margin:7px 0;
    max-width: 55%;
    position: relative;}
.choose  label:after {
	background:url(../images/select-bg.png) 0 -4px no-repeat;
   border: 7px solid #f1f1f2 ;
    content: " ";
    height: 57px;
    padding: 0 0 2px;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: -7px;
    width: 57px;
}
.choose input[type="submit"]
{
	  background-color: #fff;
	  background-image:url(../images/search-icon2.png);
      background-repeat:no-repeat;
      background-size:30px;
	  background-position:91% center;
    border: medium none;
    font-size: 28px;
	color:#000;
    font-style: italic;
    font-weight: bold;
    margin-top: 15px;
    padding:7px 45px 7px 15px;
    text-transform: uppercase;
}
.choose input[type="submit"]:hover
{
	background-color:#000;
	transition:all ease 1s;
	color:#fff;
}
.rep-search{

}
.rep-search .container{
	max-width:900px;
}

.Result-details .result-tbl-bx{ padding:5px; }
.Result-details table{
	background: #fff none repeat scroll 0 0;
    display: block;
    padding:5px; overflow:auto;
}
.Result-details table tbody{ width:100%; display: table; }
.Result-details th {
     font-size: 12px;
    font-style: italic;
    font-weight: bold;
    padding: 8px;
    text-align: center;
	border:1px solid #cdcfd1;
	border-top:none;

}
.Result-details td {
    padding:5px;
    text-align: center;
	 border: 1px solid #cdcfd1;
	 border-collapse:collapse; font-size:12px;
}
.Result-details tr:last-child td
{
	border-bottom:none;
}
.Result-details td:first-child, .Result-details th:first-child
{
	border-left:none;
}
.Result-details td:last-child, .Result-details th:last-child
{
	border-right:none;
}
.Result-details td span
{
	display:block;
}
.Result-details td a
{
	text-decoration:underline;
	color:#231f20;
}
.Result-details td a:hover{ color:#ffd203; }
.Result-details TABLE tr:hover td{ background:#fffbe9; transition:all 0.3s ease-in-out; }
.Result-details td:nth-child(8n), .Result-details th:nth-child(8n)
{
	text-align:left;
}
.Result-details
{
	margin-top:25px;
}
.Result-details h3 {
    font-size:36px;
    font-style: italic;
    font-weight: bold;
    text-transform: uppercase;
}
.rep-inner p {
    font-size:22px;
    font-weight: 300;
    line-height:normal;
}
.rep-inner h1{
	padding-right:30px;
	display:inline-block;
	background-size:20px;
	font-size:34px;
	font-weight:bold;
	font-style:italic; margin:0px;
}
.rep-inner h1 span{ display:inline-block; }
.searchbox{
	 display: block;
    margin-top: 15px;
    max-width: 45%;
}
.searchbox input[type="text"]{
	border: medium none;
    font-size: 15px;
    padding: 6px 0;
    text-indent: 12px;
    width: 100%;
}
.searchbox input[type="submit"]{
	background-color:#fff;
    background-image:url(../images/pin-icon.png);
    background-size:15px;
	background-position:right center;
	background-repeat:no-repeat;
	text-transform:uppercase;
	background-position:91% center;
    border: medium none;
    font-size: 28px;
    font-style: italic;
    font-weight: bold;
	color:#000000;
    margin-top: 15px;
    padding:2px 35px 1px 15px;
}
.searchbox input[type="submit"]:hover{
	background-color:#000000;
	transition:all ease 1s;
	color:#fff;
}
.resprenstative-main {
    background: #fff none repeat scroll 0 0;
    padding:25px;
}
.represnt-text{
	padding-top:20px;
}
.represnt-text h2 {
    font-size:20px;
    font-weight:300;
    line-height:32px;
    margin: 0;
}
.represnt-text h2 a{
	color:#000;
	text-decoration:underline;
	font-style:italic; word-wrap:break-word;
}
.represnt-text h2 a:hover{
	color:#ffd204;
	transition:all ease 1s;

}
.detailed-text {
    display: inline-block;
    width: 60%;
    font-size:15px;
}
.request {
    display: inline-block;
	width:39%;
}
.request a {
	background-image:url(../images/plus.png);
	background-repeat:no-repeat;
    background-color: #ffd204;
	background-position:95% center;
    border-radius: 5px;
    color: #000;
    display: block;
    font-size:20px;
    font-style: italic;
    font-weight: bold;
    padding:8px 45px 8px 12px;
    text-transform: uppercase;
    vertical-align: bottom;
}
.request a:hover
{
	background-color:#000;
	text-decoration:none;
	color:#fff;
	transition:all ease 1s;
}
.your-resprenstative h1 {
    font-size:32px;
    font-style: italic;
    font-weight: bold;
    margin-top: 35px;
    text-transform: uppercase;
}
.products-zoom {
    clear: both;
}
.products-zoom .image-box {
	display:inline-block;
	width:49%;
}
.image-box span {
    display: block;
    font-size: 16px;
    margin-top: 10px;
}
.product-detail h2 span {
  font-size: 22px;
  font-style: italic;
  letter-spacing: 0;
  text-transform: none;
}
.no-padding
{
	padding:0;}
	.product-detail .no-padding {
    padding: 0;
}
.left-brake h1
{
	margin:0;
}
.left-brake {
    margin-top: -35px;
}
.left-brake h1 {
    font-size: 26px;
    font-style: italic;
    font-weight: bold;
    margin: 0 0 15px;
}
.left-brake p {
    display: block;
    margin-bottom: 15px;
}
.brake-video
{
	display:block;
	margin:10px 0;
}
.details-brake h2 {
    color: #231f20;
    font-size: 20px;
    font-weight: bold;
}
.who-we-are p {
    line-height: 26px;
	font-size:18px;
	text-align:justify;
}
.we-are-details {
    padding-bottom:10px;
    padding-top:30px;
}
.we-are-details h1 {
    font-size: 22px;
    font-style: italic;
    font-weight: bold;
    margin: 0 0 10px;
    text-transform: uppercase;
}
.we-are-details p {
    font-size: 18px;
    font-weight: normal;
}
.we-are-details span {
    font-weight: lighter;
    letter-spacing: 0;
    margin-bottom: 10px;
}
.we-are-details p {
    color: #231f20;
    font-size: 18px;
    font-weight:normal;
}
.we-are-details a {
    color: #000;
    display: block;
}
.we-are-details a:hover
{
	color:#ffd200;
	transition:all ease 1s;
	text-decoration:none;
}
.right-brake .product-detail .pdf-download-box {
    max-width: inherit;
}
.right-brake .pdf-download-box.no-padding span:last-child {
      display: inline-block;
    padding-left: 2%;
    vertical-align: top;
    width: 80%;
}
.brakesaver-kit {
    background: #f2f2f2 none repeat scroll 0 0;
    margin-bottom: 30px;
    margin-top: 120px;
    padding: 15px;
}
.brakesaver-kit h1 {
    font-size: 26px;
    font-style: italic;
    font-weight: bold;
    margin: 0;
    text-transform: uppercase;
}
.brakesaver-kit h2 {
    font-size: 17px;
    font-style: italic;
    font-weight: bold;
    margin: 8px 0;
    text-transform: uppercase;
}
.complete {
    background: #f2d204 none repeat scroll 0 0;
    display: inline-block;
    font-style: italic;
    font-weight: bold;
    padding: 2px 8px;
}

.down
{
	background:url(../images/plus-grey.png);
	background-repeat:no-repeat;
	color: #000;
    float: right;
    line-height: 25px;
	background-size:20px;
	background-position:right center;
    padding-right: 30px;
    text-transform: uppercase;

}
.down:hover
{
	text-decoration:none;
	color:#000;
}
.adpter-search{}
.adpter-search .container{ max-width:900px;}
.adpter-search.big .container{ max-width:990px;}

.btns-det input{ background: #f4c300 none repeat scroll 0 0;
    color: #000;
    display: inline-block;
    font-size: 15px;
    font-style: italic;
    font-weight: bold;
    line-height: normal;
    margin: 0 5px 0 0;
    padding:4px 10px;
    text-transform: uppercase; cursor:pointer;
    vertical-align: middle; border:0px; }
.btns-det input:hover{ background:#000; color:#fff; transition:all 0.3s ease-in-out; }
.btns-det input:disabled { background: grey; }

span.mobile-heading, .Result-details td span.mobile-heading{ display:none; }
.subhead > select { font-style: normal; font-weight: normal;}

/* Support page css */
.support{}
.support .we-are-details a{ display:inline;}
.support h3{ font-style:italic; font-weight:bold; font-size:20px; }
.support .we-are-details p{ font-weight:lighter; }
.support .we-are-details h2{ font-size:26px; font-weight:bold; font-style:italic; margin:0 0 10px 0px; }
.help{ margin-top:20px; }
.help a{ padding:0 25px 0 0px; background:url(../images/gray-plus-icon.png) right center no-repeat; background-size: 20px; text-transform:uppercase; font-size:22px; font-weight:lighter; }
.right-zoom .zoom-icon{ bottom:inherit; top:20px; }
.right-zoom .img-detail{ text-align:center; padding-top:5px; }
.rotor-match{ padding-top:15px;}
.rotor-match h1{ font-size:36px; font-style:italic; font-weight:bolder;}
.rotor-match h2{ font-size:34px; font-style:italic; font-weight:bolder;}
.rotor-match h3{ font-size:26px; font-style:italic; font-weight:bolder;}

.find input[type="submit"]
{
	  background-color: #fff;
	  background-image:url(../images/location-icon.png);
	  background-repeat:no-repeat;
	  background-position:91% center;
    border: medium none;
    font-size: 24px;
	color:#000;
    font-style: italic;
    font-weight: bold;
    margin-top: 15px;
    padding:3px 30px 3px 10px;
    text-transform: uppercase;
}
.find input[type="submit"]:hover
{
	background-color:#000;
	transition:all ease 1s;
	color:#fff;
}

.find input[type="search"]{ font-weight:lighter; color:#000; text-align:left; margin:0 0 0px 0px; clear:both; display:block; width:400px; padding:5px 7px; border:0px; }

.result-box-rotor{ padding:20px; background:#fff; margin-top:25px; }
.result-box-rotor .image-box{ text-align:left; display:inline-block; }
.result-box-rotor .result-txt{ padding-top:0px; text-align:left; display:inline-block; font-size:22px; font-weight:lighter; color:#000;  }
.result-box-rotor .result-txt a{ color:#000; text-decoration:underline; }
.result-box-rotor .result-txt a:hover{ color:#ffd204; }

.result-box-rotor .button-box{ text-align:left; display:inline-block; }
.button-box .request-btn{ padding:0px 0 0 0px; margin-top:0px; height:130px; position:relative; }
.button-box .request-btn a{ background:url(../images/plus.png) 97% center/10% no-repeat #ffd204; padding:4px 35px 4px 10px; font-weight:bold; text-transform:uppercase; font-style:italic; display:block; font-size:16px; position:absolute; width:100%; bottom:0px; color:#000; border-radius:4px; }
.button-box .request-btn a:hover{ background:url(../images/plus.png) 97% center/10% no-repeat #000; color:#fff; text-decoration:none; transition:all 0.3s ease-in-out; }
.space-line{ background:#fff; height:1px; margin:15px 0px 7px; }

.train-smart-pg h1{ font-size:36px; font-weight:bold; font-style:italic; margin-top:0px; }
.train-smart-pg h3{ font-size:24px; font-weight:bold; font-style:italic; }
.train-smart-pg h2{ font-size:32px; font-weight:bold; font-style:italic; margin-top:45px;}
.train-smart-pg h6{ font-size:17px; margin-bottom:25px; }

.color-bx{ background:#f2f2f2; padding:12px; min-height:98px; }



/***************My code start *********************/

.left-btn, .right-txt {
    display: inline-block;
    vertical-align: bottom;
}
.left-btn a {
   background: #f2d204 none repeat scroll 0 0;
    color: #000 !important;
    display: inline-block;
    font-style: normal;
    font-weight: bold;
    letter-spacing: 0;
	line-height:normal;
    min-width: 129px;
    padding: 2px 8px;
    text-align: center;
    text-decoration: none;
    transform: skewX(-12deg);
}
.left-btn a:hover{ color:#f2d204 !important; background:#000; transition:all 0.3s ease-in-out; }

.left-btn {
    background:url(../images/plus-grey.png);
	background-repeat:no-repeat;
	background-position:right center;
	background-size:20px auto;
    padding-right: 25px;
   width: auto;;
}
.right-txt {
    color: #000;
    float: right;
    font-family: sans-serif;
    font-style: italic;
    letter-spacing: 0;
    padding-top: 7px;
}
.color-bx p {
    min-height: 40px;
}
.train-smart-pg em {
    font-size: 17px;
}
.train-smart-pg em a
{
	color:#000;
	text-decoration:none;
}


.train-smart-pg a {
    color: #ffd203 !important;
    font-weight:bold;

}



header .nav ul li ul {
    display: none;
	position: absolute;
    min-width:-webkit-max-content;
    min-width:-moz-max-content;
	background: #404041 none repeat scroll 0 0;
	z-index:99;
	padding-top:0px;
	padding-bottom:5px;
}

header .nav ul li ul li{ position:relative; }
header .nav ul li ul ul{ position:absolute; left:100%; top:0px; }
header .nav ul li ul ul .leftSide { position: absolute; right: 100%; top: 0px;}

ul.sub-menu .inline-li a, ul.sub-menu .inline-li ul {
    display: inline-block;
    vertical-align: top;
    width: 53%;
}
ul.sub-menu .inline-li ul li a
{
	width:100%;
	color:#ffd200;
}
ul.sub-menu .inline-li:last-child a
{
	padding-right:0;
}
ul.nav ul.sub-menu .inline-li ul {
  position: relative;
  width: 47%;
  padding:0;
}
ul.sub-menu .inline-li:last-child a img {
  margin-left: 25%;
}
header .nav ul li
{
	position:relative;
}

header .nav ul li:hover ul {
    display: block;
}
header .nav ul li ul ul li a{ color:#bec0c2; }
header .nav ul li:hover ul ul{ display:none; }
header .nav ul li ul li:hover ul{ display:block; }

header .nav ul li ul li, header .nav ul li ul li a
{
	display:block;
}
header .nav ul li ul li a {
    color: #bec0c2;
}
header .nav ul li ul li:hover a {
    color: #000;
}
header .nav ul li ul li:hover li a {
    color: #bec0c2;
}
header .nav ul li ul li li:hover a{ color:#000; }

.train-smart-pg p {
    text-align: justify;
}
.portal-login {
   background: #f1f1f2 none repeat scroll 0 0;
    border-radius: 25px;
    display: block;
    float: none;
    margin: 60px auto;
    max-width: 480px;
    padding: 15px 20px 30px;
    text-align: center;
}
.portal-login h3
{
	margin-top:0;
}
.portal-login input {
    background: #fff none repeat scroll 0 0;
    border: 0 none;
    color: #000;
    display: block;
    font-size: 16px;
    margin-bottom: 12px;
    padding: 5px 0;
    text-align: center;
    width: 100%;
}
.portal-login i {
    margin-bottom: 15px;
    margin-top: 10px;
	display:block;
	letter-spacing:0;
}
.portal-login i a {
    color: #000;
    display: block;
    font-size: 16px;
	text-decoration:none;
}
.portal-login input[type="submit"] {
    background: #ffd204 none repeat scroll 0 0;
	border:2px solid rgba(0, 0, 0, 0);
    border-radius: 6px;
    font-size: 24px;
    font-style: italic;
    font-weight: bold;
    letter-spacing: 0;
    line-height: normal;
    margin: 0 auto 12px;
    padding: 0px 30px;
    width: auto;
	transform:all 5s ease 0s;
}
.portal-login input[type="submit"]:hover
{
	opacity:0.6;
}
.portal-login h5 a {
    color: #000;
    display: block;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0;
	text-decoration:none;
}
.nextPre a, .nextPre h2 {
    display: inline-block;
    margin: 0;
    vertical-align: middle;
    width: 33%;
    color: #000;
}
.nextPre a {
    color: #000 !important;
    font-size: 24px;
    font-style: italic;
    font-weight: bold;
    letter-spacing: 0;
    text-transform: uppercase;
	text-decoration:none;
}
.nextPre h2
{
	text-align:center;
	text-transform:uppercase;
    font-size:italic;
    font-weight:900;
    color: #000;
}

.nextPre {
    margin-left: 40px;
    margin-right:40px;
    padding-top:20px;
    margin: 0 auto;
    text-align:center;
}

.nextPre a:last-child {
    text-align: center;
}


.video {
    margin: 0 auto;
    text-align:center;
  }

  @media (max-width:500px){
  .video iframe {
    max-width: 350px !important;
  }
  }


.logout {
display: block;
width: 100%;
text-align: right;
margin-top:20px;
margin-bottom:15px;
}


.train-smart-pg p img
{
	float:none;
}
.train-smart-pg a {
    color: #000;
    text-decoration: none;
}
.product-detail h4 {
    font-size: 17px;
    font-weight: bold;
    margin: 8px 0 30px;
    text-transform: uppercase;
	color:#000;
}
.find-pro {	background: #f2f2f2; padding: 12px 0 15px 0;}
.find-LR-main {	padding-right: 12px;}
.find-left, .find-right {display: inline-block;	vertical-align: top;}
.find-left {width: 80%;}
.find-right {text-align: center;width: 18%;}
.find-left span {background: #ffd204 none repeat scroll 0 0;display: inline-block;	font-size: 29px; font-style: italic; font-weight: bold;	line-height: normal; margin-bottom: 4px;	padding: 0 15px; width: auto;}
.find-pro .brakesaver {	padding: 15px;text-align: center;}
.find-pro input {background: #fff;display: block;text-align: center;color: #231f20;	border: 0; margin-bottom: 15px;	width: 100%;font-size: 14px; padding: 10px 10px; }

.find-pro input[type="submit"], .modal-main .brakesaver.rep-contact input[type="submit"] {
	background: url("../images/pin-icon.png") no-repeat scroll 90% center, #fff;
    display: inline-block;
    background-size:15px;
	color: #000;
	margin-bottom: 0;
	width: auto;
	font-weight: bold;
	font-style: italic;
	font-size: 21px;
	padding: 5px 30px 5px 12px;
	line-height: normal;
}
.modal-content .modal-header {
	border: 0 none;
	min-height: inherit;
	padding: 10px 10px 0;
	position: relative;
	z-index: 99;
}
.modal-content h1 {
	font-size: 26px;
	font-style: italic;
	font-weight: bold;
	margin: 0 0 15px;
	color: #000;
}
.modal-main .brakesaver {
	padding: 0;
	text-align: left;
	margin-bottom: 22px;
}
.modal-main p {
	font-size: 16px;
	line-height: 26px;
}
.modal-main .brakesaver input {
	text-align: left;
	padding: 5px;
	max-width: 290px;
	display:block;
}
.modal-main .brakesaver input[type="submit"] {
	padding: 2px 25px 2px 10px;
	font-size: 20px;
}
.modal-main .modal-content {
	background: #f1f1f2 none repeat scroll 0 0;
}
.modal-main .modal-header .close {
	font-size: 17px;
	font-weight: normal;
}
.modal-main .modal-body {
	padding: 10px 30px 30px;
}
.result-main {
	padding: 10px 13px;
	background: #fff;
}
.result-each {
	margin: 0 auto 30px;
}
.result-each:last-child {
	margin-bottom: 0;
}
.result-each p, .result-each a {
	color: #231f20;
	font-size: 16px;
	line-height: normal;
	margin: 0 auto;
}
.result-each a {
	font-style: italic;
	border-bottom: 1px solid;
}
.result-each a:hover {
	text-decoration: none;
}
.check-roi-main {
	background: #f1f1f2 none repeat scroll 0 0;
	display: block;
	padding: 50px 0;
}
.check-roi {
	float: none;
	margin: 0 auto;
	max-width: 850px;
}
.check-roi h1 {
	font-size: 26px;
	font-style: italic;
	font-weight: bold;
	margin: 0 0 15px;
}
.check-roi p, .check-roi-main .check-roi p, .check-roi-main .check-roi .form-section-request label {
  color: #231f20;
  font-size: 17px;
  font-style: normal;
  font-weight: normal;
  text-align: justify;
  width: auto;
}
.check-roi i {
	color: #231f20;
	display: block;
	font-size: 17px;
	letter-spacing: 0;
	margin-bottom: 10px;
}
.check-roi form {
	text-align: center;
}
.check-roi span {
	display: block;
	margin: 0 auto 5px;
}
.check-roi input, .check-roi label, .check-roi span.sign-percentage, .check-roi span.sign-dollar {
	display: inline-block;
	vertical-align: middle;
}
.check-roi label {
	text-align: left;
}
.check-roi label, .check-roi input, .check-roi select {
	font-size: 16px;
	font-style: italic;
	letter-spacing: 0;
	line-height: normal;
	width: 50%;
	border: 0;
}
.check-roi input, .check-roi select {
	font-weight: bold;
	padding: 2px;
	text-align: center;
	width: 49%;
	color: #636466;
}
.check-roi select {
	width: 46%;
}
.sign-dollar, .sign-percentage {
	background: #231f20 none repeat scroll 0 0;
	border-bottom: 1px solid #8a8889;
	border-top: 1px solid #8a8889;
	color: #ffd200;
	cursor: pointer;
	font-weight: bold;
	height: 22px;
	line-height: normal;
	text-align: center;
	width: 22px;
}
.check-roi input.small-field {
	width: 46%;
}
.check-roi input[type="submit"], .yellow-btn, .result-each a.yellow-btn{
    background: url("../images/white-plus-icon.png") no-repeat scroll 92% center, #ffd204 none repeat scroll 0 0;
    background-size: 20px;
	border-radius: 4px;
	margin-top: 20px;
	padding: 2px 35px 2px 10px;
	width: auto;
	color: #000;
	border:0 !important;
	font-weight:bold;
}

.gray-btn {
	border-radius: 4px;
	padding: 7px 10px 7px 20px;
	width: 223px;
	color: #ffffff !important;
	border:0 !important;
  background: #676767;
  text-align: center !important;
  display: block;
  margin-top: 20px !important;
  margin: 0 auto;
  margin-bottom:20px;
    margin-right:10px;
}

a.gray-btn {
	border-radius: 0;
	padding: 7px 35px 7px 35px;
	width: 100%;
	color: #ffffff !important;
	border:0 !important;
  background: #676767;
  text-align: center !important;
  display: inline;
  margin-top: 20px !important;
  margin: 0 auto;
  margin-bottom:20px;
}




.yellow-btn a:hover {
  color: #ffffff !important;
}

.yellow-btn a {
    color: #000;
}

.gray-btn a:hover {
  color: #ffffff !important;
}



.check-roi input[type="submit"]:hover {
	opacity: 0.8;
}
.modal-main .brakesaver.rep-contact input {
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
}
.modal-main .brakesaver.rep-contact input[type="submit"]
{
	margin-top:10px;
}
.representative-each .result-each, .representative-each img {
  display: inline-block;
  vertical-align: middle;
}
.representative-each img {
  max-width: 180px;
  margin-right:10px;
}
.representative-each .result-each {
  width: 75%;
}
 .result-each a.yellow-btn
{
	margin-left:15px;
}
.check-roi .result-main {
  margin-bottom: 30px;
  padding: 20px;
}
.check-roi .modal-main h1
{
	margin-bottom:5px;
}
.rep-contact-form input[type=checkbox].css-checkbox {
	position: absolute;
	z-index: -1000;
	left: -1000px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
}
.rep-contact-form input[type=checkbox].css-checkbox + label.css-label, .rep-contact-form input[type=checkbox].css-checkbox + label.css-label.clr {
	padding-left: 26px;
	height: 21px;
	display: inline-block;
	line-height: 20px;
	background-repeat: no-repeat;
	background-position: 0 0;
	font-size: 20px;
	vertical-align: middle;
	cursor: pointer;
	font-weight:normal;
	font-style:normal;
	color:#231f20;
	vertical-align:top;
	width:auto;
}
.rep-contact-form input[type=checkbox].css-checkbox:checked + label.css-label, .rep-contact-form input[type=checkbox].css-checkbox + label.css-label.chk {
	background-position: 0 -21px;
}
.rep-contact-form label.css-label {
	background-image: url(/images/csscheckbox_c029a5e5c6b0015c535938bcc2342d24.png);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.check-roi .rep-contact-form input
{
	color:#636466;
	text-align:left;
	font-weight:normal;
	font-style:italic;
	font-size:15px;
	padding:1px 10px;
	vertical-align:top;
	margin-right:3%;

}
.rep-contact-form form > label
{
	font-weight:normal;
	color:#231f20;
	font-size:20px;
	line-height:20px;
	width:100%;
	font-style:normal;
	margin:10px 0;
	}
.rep-contact-form form
{
	text-align:left;
}
.free_onsite.check-roi { background: rgba(0, 0, 0, 0) none repeat scroll 0 0; padding: 0 15px;}
.check-roi-main .check-roi .form-section-request p, .check-roi-main .check-roi .form-section-request h3, .check-roi-main .check-roi .form-section-request h4 {  display: none;}
.check-roi-main .check-roi .form-section-request input { width: 100%;}
.check-roi-main .check-roi .form-section-request table { margin:0;}
.check-roi-main .check-roi .form-section-request input[type="checkbox"] { width:auto; display:inline-block; vertical-align:middle; margin-right:10px;}
.check-roi-main .check-roi .form-section-request input[type="image"] { margin:20px 0 0 17%; width: auto;}
.check-roi-main .check-roi #cbxRequestingDemo{ margin-top:20px; }
.banner.inner .carousel .supertech-banner img { width: auto; display: inline-block; vertical-align: bottom;}
.banner.inner .carousel .supertech-banner img:first-child { margin-right:5%;}
.supertech-text, .supertech-images { display: inline-block; float: none; vertical-align: bottom; width: 49.5%; }
.supertech-images { text-align:right;}
.supertech-banner { padding:30px 0;}
.supertech-banner .container { padding:0 15px; }
.supertech-download {  background: #e6e7e8 none repeat scroll 0 0; padding-bottom: 21px; padding-top: 21px; margin-right:2%; width:39%; text-align:center;}
.supertech-img, .supertech-content {  display: inline-block; vertical-align: middle; }
.supertech-img { width:23%; margin-right:2%;}
.supertech-content { width: 74%;}
.supertech-content span {  display: block; font-size: 25px;  font-weight: 300; text-align: center; line-height:normal; margin-bottom:5px;}
.supertech-content a {  background: url("../images/white-plus-icon.png") no-repeat scroll 92% center, #ffd204 none repeat scroll 0 0; background-size:20px; border: 0 none !important;
  border-radius: 4px; color: #000; font-weight: bold; padding: 2px 39px 2px 10px; width: auto; font-size: 21px;  font-style: italic; letter-spacing: 0; display:inline-block;}
.supertech-rightext h5 { color: #000; font-size: 17px; font-weight: bold; margin-top:0; margin-bottom:5px;}
.supertech-rightext p { color:#000; margin-bottom:0;}
.supertech-btm .row { margin-bottom: 40px; margin-left:10px; margin-right:10px;}
.supertech-btm .row:last-child { margin-bottom: 0px;}
.supertech-btm p.line-border { border-bottom: 1px solid #000; margin-bottom: 0; padding-bottom: 30px;}


img.warranty-logo.second {
    max-width: 200px;
    padding-top:10px;
}

img.warranty-logo {
    max-width: 250px;
}

@media (max-width:768px){
    .yellow-btn {
width:100% !important;
    }
    .yellow-btn a {
        font-size:13px !important;
    }
}


/***************My code close *********************/

/* RESPONSIVE CSS
-------------------------------------------------- */




@media (max-width:1199px) {

header .nav ul li a{ padding:15px 12px; }
header .nav ul li a{ font-size:18px; }
.banner .right-banner-img{ max-width:560px; }
.ourservices .heading-box{ width:13%; }
.ourservices .more-details{ width:80%; float:left; }
.color-bx { min-height: 117px;}
.color-bx p {  min-height: 60px;}
.right-txt { padding: 0; width: 63%; float:none; text-align:right;}
.left-btn, .right-txt {vertical-align: top;}
.find-left span{font-size:22px;}
.right-brake .pdf-download-box.no-padding span:last-child {width: 77%;}
.supertech-content { width: 71%;}
.supertech-content span { font-size: 20px;}
.gray-btn {width:160px;}


}

@media (max-width:991px) {
.gray-btn {width:100%; margin-bottom:10px;}
.container{ width:auto; }
.free, .free_onsite.check-roi, .free.free_onsite {width:auto !important;}
.banner .right-banner-img{ max-width:460px; }
.banner .left-text{ top:20%; width:400px; }
.banner .left-text h1{ font-size:55px; }
.banner .left-text h4{ font-size:22px; }
.navbar nav{ position:relative; }
.navbar .navbar-collapse{ position:absolute !important; z-index:102; background:#000; top:100%; width:100%; right:0px; min-width:288px; }
header .nav ul{ float:none; padding: 6px 2px; }
header .nav ul li{ display:block; padding:0; float:none; }
.navbar-nav > li > .dropdown-menu{ display:block; position:static; background:none; }
header .nav ul li li a, .navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu > li > a{ color:#ffd203; padding:4px 7px; line-height:normal; }
.caret{ }
.navbar-nav .open .dropdown-menu > li > a{ line-height:inherit; }
header .nav ul li li a{  }
.ourservices .heading-box{ width:15%; }
.ourservices .more-details{ width:75%; float:left; }
.banner .right-banner-img img{ right:0px; }
.down { float:none;}
.request{ width:auto; margin-top:10px; }
.right-txt { display: block; margin: 10px auto 0; padding: 0; text-align: left; width: 100%;}
.train-smart-pg iframe { display: block; float: none !important; margin: 20px auto !important; max-width: 100%;}
.train-smart-pg p img { display: block; float: none; margin: 20px auto;}
.brakesaver-kit h1 { font-size: 25px;}
.right-brake .pdf-download-box.no-padding span:last-child { width: 100%;}
.find-left span { font-size: 17px;}
.container { width:auto;}
.supertech-text { width: 37%;}
.supertech-images { width: 62%;}
header .nav ul li ul{ position:static; display:block; }
header .nav ul li ul ul{ position:static; display:block; }
header .nav ul li ul{ width:auto; }
header .nav ul li:hover ul ul{ display:block; }
header .nav ul li a{ padding:10px 12px; }

}
@media (min-width:768px) and (max-width:991px) {

footer .footer-bottom .othersearch .detail-box.connect img{ max-width:42px; }
footer .footer-bottom .othersearch h4{ font-size:14px; }
footer .footer-bottom .othersearch h4 img{ margin-left:2px; }
.gray-btn{ font-size: 11px; padding: 5px 10px; margin-right: 0; margin-top: 0 !important; }
footer .footer-bottom .footer-links ul li{ font-size:14px; }

}


@media (max-width:767px) {

.ourservices { clear: both;}
.ourservices .heading-box{ width:auto; }
.ourservices .more-details{ width:auto; float: none }
.ourservices .more-box{ clear:inherit; }
footer .footer-bottom .othersearch{ width:49%; display:inline-block; }
footer .footer-bottom .footer-links{ width:49%; display:inline-block; }
.product-item{ margin-bottom:25px; }
.banner .right-banner-img{ max-width:370px; }
.banner .left-text{ width:300px; }
.banner .left-text h1{ font-size:45px; line-height:45px; }
.middle-content{ padding:15px 0px; }
.request{ width:auto; margin-top:10px; }
.brakesaver-kit{ margin-top:20px; }
.down { float:right;}
.product-detail table.two-col td:first-child{ width:65%; }
.product-detail .pdf-download-box{ padding-top:20px; }
.row.related-product .col-sm-6{ margin-top:25px; }
.color-bx p {min-height: 0;}
.color-bx {  min-height: inherit;}
.train-smart-pg h2 { /*width: 32%;*/}
.train-smart-pg h1 { font-size: 27px;}
.find-left span {font-size: 29px; display:block;}
.check-roi-main .check-roi input.small-field, .check-roi select { width: 40%;}
.check-roi input { width: 44%;}
.check-roi label { width: 55%;}
.representative-each .result-each { width: 65%;}
.free.free_onsite h4, .free.free_onsite p { width: auto;}
.supertech-text, .supertech-images { display:block; width:100%; text-align:center; margin:0 auto 10px;}
.supertech-download { width: 100%; display:block; margin: 0 auto 20px;}
.supertech-btm .row { margin-left: 0; margin-right: 0;}
.banner.inner .supertech-banner .supertech-text img, .banner.inner .supertech-banner .supertech-text img:first-child { margin: 0 auto 20px;max-width: 350px;}
.left-brake{ margin-top:0px; }
.brake-video iframe{ height: 300px; }
.train-smart-pg ul{ padding-left:15px; }
footer .footer-bottom .othersearch, footer .footer-bottom .footer-links{ vertical-align:top; }
}

@media (max-width:639px) {

.notification .message{ font-size:14px; }
.banner .right-banner-img{ float:none; text-align:center; margin:0 auto; padding:0 15px; }
.banner .left-text{ position:static; text-align:center; width:auto; padding:0 15px 25px;  }
.rep-inner h1{ font-size:28px; padding-right:0px; }
.rep-inner p{ font-size:18px; }
.searchbox{ width:auto; display:block; max-width:inherit; }
.your-resprenstative h1{ font-size:28px; }
.detailed-text{ width:auto; display:block; padding-bottom:15px; }
.request{ width:auto; display:block; }
.resprenstative-main{ text-align:center; }
.request{ margin:0 auto; max-width:265px; }
.represnt-text h2{ font-size:20px; line-height:normal; }
.left-brake h1{ font-size:20px; }
.details-brake h2{ font-size:16px; }
.who-we-are p{ font-size:14px; line-height: normal; }
.we-are-details p{ font-size:16px; }
.we-are-details h1{ font-size:20px; }
.choose label{ max-width:inherit; }
.result-tbl-bx{ overflow:auto; clear:both; }
.check-roi label {  width: 100%;}
.check-roi input {  width: 100%;}
.check-roi-main .check-roi input.small-field, .check-roi select {  width: 94%;}
.sign-dollar, .sign-percentage{width:5%; vertical-align:top; height:auto; padding:1px 0;}
.check-roi select { vertical-align:top; }
.check-roi .rep-contact-form input { display: inline-block;  width: 60%;}
.rep-contact-form form > label { font-size:16px; }
.rep-contact-form input.css-checkbox[type="checkbox"] + label.css-label, .rep-contact-form input.css-checkbox[type="checkbox"] + label.css-label.clr
{ font-size:16px;}
.representative-each .result-each {width: 100%;}
.gray-btn{ margin-bottom:10px; margin-top:10px; }
.brake-video iframe{ height: 265px; }
.left-btn, .right-txt { margin-bottom:7px;}
.train-smart-pg iframe{ width:100%; }
}

@media (max-width:480px){

footer .footer-bottom .othersearch{ width:auto; }
footer .footer-bottom .footer-links{ width:auto; display:block; }
.middle-content{ padding:20px 0px;}
.notification{ text-align:center; }
.notification .btn{ padding:0 5px; }
.product-detail h1{ font-size:40px; line-height:40px; }
.product-detail h2{ font-size:20px; line-height:22px; }
.navbar{ min-height:inherit; }
header{ padding:10px 0 10px;  }
.navbar-toggle{ margin:0px; padding:10px 0; }
.ourservices .heading-box{ width:10%; }
.ourservices .more-details{ width:80%; float: left; }
.ourservices p{ font-size: 14px; }
.rep-inner p{ font-size:16px; }
.request a{ font-size:21px; }
.right-brake .pdf-download-box.no-padding span:last-child{ width:79%; }
.nextPre a, .nextPre h2 { width: 32%;}
.train-smart-pg h2 { font-size: 24px;}
.find-left, .find-right { display: block; width: 100%; margin:0 auto 5px; }
.modal-main .modal-body { padding: 10px 20px 30px; }
.check-roi-main .check-roi input.small-field, .check-roi select { width: 91%; vertical-align:top;}
.check-roi label, .check-roi input, .check-roi select{ font-size:14px; }
.sign-dollar, .sign-percentage{width:7%;}
.result-each a.yellow-btn, a.gray-btn { display: inline-block; margin: 10px auto 0;}
.check-roi .rep-contact-form input { display: block;  margin-bottom: 10px; width: 100%;}
.check-roi h1 { font-size: 17px;}
.free.free_onsite input {  margin: 0 0 5px; }
.free.free_onsite.middle-content input {  width:100%;}
.free.free_onsite.middle-content input[type="checkbox"] {  width: auto;}
.free.free_onsite table {  margin: 10px 0 0;}
.free.free_onsite table, .free.free_onsite tr, .free.free_onsite tbody { display:block; max-width:100%;}
.free.free_onsite td { display:inline-block; max-width:100%;}
.free.free_onsite td:first-child {  width: 25%;}
.free.free_onsite td:last-child {  width: 73%;}
.banner.inner .carousel .supertech-banner img:first-child { margin-bottom:10px;}

.logo img { margin-top: 5px; max-width: 180px;}
.ourservices p { text-align: left;}
.ourservices .more-box { overflow: hidden; padding: 10px 0 15px;}
footer{ text-align:center; }
footer .footer-bottom .othersearch h4{ text-align:center; margin-bottom:7px; }
footer .footer-bottom .othersearch .detail-box input[type="text"], footer .footer-bottom .othersearch .detail-box input[type="email"]{ text-align:center; }
footer .footer-copytext p{ text-align:center; }
.bredcrum ul { float: none; padding-left: 0; text-align:center;}
.related-product .detail-box .other-info .Left-text span.head{ font-size:15px; }
.right-brake .pdf-download-box.no-padding span:last-child{ width: 75%; }
.banner.inner .supertech-banner .supertech-text img, .banner.inner .supertech-banner .supertech-text img:first-child{ max-width:100%; }
button, html input[type="button"], input[type="reset"], input[type="submit"]{ margin-bottom:7px; }
}

/* Train Smart Pages */
.register tr {
	height: 30px;
}
.register .radioAddress input[type=radio] {
	margin-left: 20px;
}
.learning .errors01 {
	color: red;
}

/* Train Smart Quiz */
.learning .quiz .quiztext {
	padding-bottom: 30px;
	min-height: 40px;
    padding-right:20px;
}

.learning .quiz > table {
	border-spacing: 3px;
	border-collapse: initial;
}
.learning .quiz > table strong {
	margin-left: 5px;
}
.learning .quiz > table table {
	width: 100%;
}
.learning .quiz .radio,
.learning .quiz .radio1 {
	margin: 0;
}
.learning .quiz .radio td,
.learning .quiz .radio1 td {
	width: 25%;
}
.learning .quiz .radio label,
.learning .quiz .radio1 label {
	padding-left: 0;
	display: block;
	font-weight: 200;
}
.learning .quiz .radio input,
.learning .quiz .radio1 input {
	position: initial;
	margin-left: 0;
}

/* Brake Saver */
.brakesaver .errors01 {
	color: red;
}
.brakesaver .search-field {
	margin: 5px 0;
}
.brakesaver .invis {
	visibility: hidden;
}
.brakesaver.add-zip input,
.brakesaver.edit-zip input,
.brakesaver.add-user input,
.brakesaver.edit-user input {
	margin: 5px 0;
}

.errorsHidden
{
	display: none;
	color: #FF3333;
}
label.mt-radio {
    margin-left: 18px;
}

/*other style*/
.mt-radio-inline {
    margin-top: 5px;
}
span.caption-subject.font-dark.sbold.uppercase {
    border-bottom: 1px solid #cecece;
    display: block;
    padding: 9px 0px;
    margin-bottom: 17px;
    margin-top: 39px;
}

/*top nav css*/
.topsearch {
    background: #ffd203;
    padding: 0px 0px;
    text-align: center;
    /*display: none*/
}
.topsearch .row {
    margin-right: 0;
    margin-left: 0
}
header .nav .glyphicon {
    background: #ffd203;
    color: #000;
    padding: 2px;
    border-radius: 2px
}
header .nav ul li.search:hover {
    background: none;
}
.glyphicon-remove {
    background: #000;
    color: #ffd203;
    padding: 2px;
    margin-left: 3px
}
.glyphicon-remove:before {
    top:0px;
    position: relative
}
.wrap {
    padding: 5px;

}
.wrap .glyphicon-search {
    padding: 3px;
    margin-right: 5px;
    background: #000;
    color: #ffd203;
    border-radius: 2px
}


.wrap .bold {
    font-weight: 600;
    text-transform: uppercase;
    margin-right: 5px;
}
.wrap form {
    display: inline-block
}
.wrap form input:focus, .wrap form input:hover,
.wrap form input.sub:hover, .wrap form input.sub:focus {
    outline: none
}
.wrap form input {
    border-radius: 0px;
    padding: 2px;
    border: 0px;
    font-size: 12px;
    margin-left: 4px;
}
.wrap .shop, .wrap .drivers {
    display: inline;
    /*margin: 0 20px;*/
}

.wrap form input.sub {
    background-color: #676767;
    color: #ffffff;
    text-align: center;
    border: 0;
    box-shadow: none;
    border-radius: 2px;
    /* height: 27px; */
    width: 65px;
}
.wrap a.btn {
    color: #000;
    font-weight: 300;
    padding: 0
}
.wrap a.btn:hover {
    color: #fff;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
}
.wrap a.btn:hover .glyphicon {
    background: #fff;
    transition: all 0.3s ease-in-out;
}

.sbar .row>div {
    padding-left: 0;
    padding-right: 0;

}

.wrap.sbar span, .wrap.bold {
    vertical-align: middle;
}

.sbar {
    padding-top:6px;
}


span.search-title {
  font-size: 18px;
font-weight: bold;  
}

@media (max-width: 1024px) {
    span.search-title {
        font-size:16px;
    }

    .search-section {
    padding-right:0;
    }

    .close-area {
        padding-left:0;
        margin-left:-30px;
    }

    .mobile-margin-up {
        margin-top:-60px;
    }

}

@media (max-width: 1024px) and (min-width:768px) {
footer .footer-bottom .othersearch .detail-box input[type=submit] {
    margin-top:10px;
}
}


@media (max-width: 991px) {
    .navbar-toggle {
        display: block !important
    }
    .navbar-collapse.collapse {
        display: none !important
    }
    .navbar-collapse.collapse.in {
        display: block !important
    }
    .msearch {top:0;left:10px;}
}

@media (max-width: 768px) {
    .msearch {
        float: right;
        top: 10px;
        position: relative;
        display: block 
    }
    header .nav .glyphicon {
        padding: 4px;
        border-radius: 2px;
        margin-right: 15px;
    }
    img.warranty-logo.second {
        max-width:150px;
    }
}

@media (max-width: 767px) {
    .sbar .row>div {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 5px;
        padding-bottom: 5px
    }

}

@media (max-width: 480px) {
    .wrap form input {
        padding: 4px
    }
    .sbar .glyphicon-triangle-right {
        display: inline;
    }
    .msearch {
        top: 8px
    }

}

[dro-report-form] input.entry {
background-color: #f8e79a !important;
}
[dro-report-form] select.entry {
background-color: #f8e79a !important;
}

/* webkit solution */
::-webkit-input-placeholder { text-align:left; }
/* mozilla solution */
input:-moz-placeholder { text-align:left; }

header .row{
    margin:0 !important;
}
.DroReportCard .glyphicon-chevron-left::before, .DroReportCard .glyphicon-chevron-right::before{ content:inherit; display:block; }
.DroReportCard .uib-datepicker-popup {
    background:#fff;
}




/* css for homepage sliders*/

  .service {
  width: 100% !important;
    text-align: center;
    left: 0 !important;
  }

  @media (max-width: 991px){
    .service {
      width:100% !important;
    }
  }

  h4.service {
    color: #fff !important;
      text-align: center;
        width: 100% !important;
  }

  h1.service {
    color: #fff !important;
    text-align: center;
      width: 100% !important;
  }

  .service-img {
  background-image: url("images/service-slider3.jpg");
  background-position: center;
  background-size: cover;
  height: 456px;
  width: 100%;
  }



  

/* slider changes */
.slider--custom--text span {
	color: #fed203;
	background: #000;
	font-style: italic;
	font-size: 1.4em;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	line-height: 1.1;
	position: relative;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	letter-spacing: 0.3px;
	display:inline-block;
}
.full--slider--text span{
	font-size:1.35em;
}
.slider--custom--text span:before{
	content:"";
	background:inherit;
	position:absolute;
	left:-3px;
	width:5px;
	height:100%;
	top:0;
	transform:rotate(10deg);
	-webkit-transform:rotate(10deg);
	-moz-transform:rotate(10deg);
	
}
.slider--custom--text span:after{
	content:"";
	background:inherit;
	position:absolute;
	right:-3px;
	width:5px;
	height:100%;
	top:0;
	transform:rotate(10deg);
	-webkit-transform:rotate(10deg);
	-moz-transform:rotate(10deg);
}
.slider--custom--text .link--text{
	margin-left:12px;
}
.second--row{
	padding-left:30px;
}
.slider--custom--text a{
	text-decoration:none;
}
.slider--custom--text span{
   -webkit-transition: all 0.3s ease-in-out;
   -moz-transition: all 0.3s ease-in-out;
   -o-transition: all 0.3s ease-in-out;
   transition: all 0.3s ease-in-out;
 }
.slider--custom--text a:hover span{
	opacity:0.7;
}
 .slide--right {
	display: table;
	float: right;
	margin-right: 18%;
}
.slide--right--2 {
	float: right;
	margin-top: 10px;
	margin-right: 8%;
}
.slider--custom--text {
	display: table;
	width: 100%;
}
@media (max-width:991px){
	.slider--custom--text span{font-size:1em; line-height:1.2;}
	.full--slider--text span {font-size: 1.2em !important;}
}
@media (max-width:767px){
	.full--slider--text span {font-size: 1em !important;}
	.slider--custom--text span {font-size: 0.8em;	line-height: 1.2;	padding-top: 5px;	padding-bottom: 5px;}
	.banner .left-text{top:6%;}
	.banner .left-text {width: 320px;}
}
@media (max-width:639px){
	.banner .left-text{width:100%;}
	.slider--custom--text span{font-size:1em;}
	.full--slider--text span {font-size: 0.8em !important;}
}
@media (max-width:479px){
	.slider--custom--text span {font-size: 0.8em;	padding-top: 4px;	padding-bottom: 4px;}
	.slider--custom--text span::before, .slider--custom--text span::after {width:6px;}
}

/* Style */

.head-first-sec {
	display: table;
	width: 243px;
	float: left;
	padding-top: 10px;
}
.head-second-sec {
	display: inline-block;
	width: calc(100% - 47px);
	float: none;
}
.head-third-sec {
	width: 35px;
	padding: 0;
	display: inline-block;
	float: none;
	margin-right: 8px;
}
.head-third-sec .close-area {
	padding: 0;
}
.second-1-title span, .second-2-title span {
	font-size: 20px;
	float: right;
}
.second-1-title, .second-2-title {
	width: auto;
	float: none;
	text-align: right;
	color: #000;
	display: inline-block;
	vertical-align: middle;
}
.second-1-title span , .second-2-title span{
	position: relative;
	z-index: 1;
}
.second-1-title span::before  , .second-2-title span::before{
	content: '';
	width: 100%;
	height: 8px;
	background-color: #d6b209;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	z-index: -1;
}
.second-1-content, .second-2-content {
	width: auto;
	border-left: 1px solid #000;
	margin-left: 1%;
	padding-left: 7px;
	float: none;
	display: inline-block;
	vertical-align: middle;
}

.one-content-top, .two-content-top {
	display: table;
}
.one-content-bottom span, .two-content-bottom span {
	padding: 0 !important;
	padding-right: 6px !important;
}
.one-content-bottom, .two-content-bottom {
	display: table;
	width: auto;
}
.head-second-1, .head-second-2 {
	box-sizing: border-box;
	width: calc(30% - 28px);
	display: inline-block;
	float: none;
	margin-left: 30px;
	vertical-align: middle;
	min-height: unset;
}
.two-content-bottom a {
	color: #333;
}
.two-content-bottom a span {
	margin-top: -4px;
	margin-left: 4px;
}
.head-center-text {
	width: 39%;
	display: inline-block;
	float: none;
	vertical-align: middle;
	text-align: center;
}
/*.topsearch > .row {
	white-space: nowrap;
}*/
.head-third-sec a.btn {
	font-size: 26.5px;
	line-height: normal;
}
.head-second-2 {
	margin-left: 0 !important;
	margin-right: 30px;
}
.head-center-text span {
	font-size: 26px;
	text-transform: uppercase;
	font-weight: 600;
	background-color: #000;
	color: #ffd203;
	position: relative;
	padding: 0 16px;
	line-height: normal;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	
}
.head-center-text span::before {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 18px 0 18px 9px;
	border-color: transparent transparent transparent #000000;
	position: absolute;
	right: -9px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
}
.head-second-sec .wrap.sbar {
	padding: 6px 0;
}
.second-1-title span {
	position: relative;
}
.head-center-text a:hover {
	text-decoration: none;
}
.head-center-text a:hover span {
	color: #fff;
}
@media (max-width:1900px){
	.head-center-text {	width: 33%;}
	.head-second-1, .head-second-2 {	width: calc(33% - 28px);}
	
}
@media (max-width:1700px){
	.head-center-text span {	font-size: 24px;}
	.head-second-1, .head-second-2 {	width: calc(36% - 28px);}
	.head-center-text {	width: 27%;}
	.head-center-text span::before {	border-width: 16px 0 16px 9px;}
	.second-1-title span, .second-2-title span {	font-size: 20px;}
	
}
@media (max-width:1600px){
    .head-first-sec {width: 203px;}
    span.search-title {font-size: 15px;}
    .head-second-1, .head-second-2 {padding-left: 0px !important;}
    .second-1-title span, .second-2-title span {font-size: 20px;float: none;}
    .head-second-1, .head-second-2 {	width: calc(38% - 23px);	margin-left: 25px;}
    .head-second-2 {	margin-right: 25px;}
    .head-center-text {	width: 23%;}
    .second-1-title span, .second-2-title span {	font-size: 17px;}
    

}
@media (max-width:1500px){
	.second-1-title span, .second-2-title span {	font-size: 19px;}
	.head-second-1, .head-second-2 {	width: calc(40% - 13px);	margin-left: 15px;}
	.head-center-text {	width: 18%;}
}
@media (max-width:1400px){
	.head-first-sec {display:none;}
	.head-center-text span {	font-size: 22px;	padding: 0px 14px;}
	.head-center-text {	width: 17%;}
	.head-second-1, .head-second-2 {	width: calc(41% - 5px);	margin-left: 5px;}
	.head-second-2 {	margin-right: 5px;}
	.head-center-text span::before {	border-width: 15px 0 15px 9px;}
	.second-1-title span, .second-2-title span {	font-size: 18px;}
	
		
}
@media (max-width:1300px){
    .head-second-1 , .head-second-2 {	width: calc(39% - 5px);}
    .head-center-text {	width: 21%;}
    .second-1-title, .second-2-title {width: auto;text-align: left;padding-left: 0;padding-top: 0;}
 	.second-1-content form, .second-2-content form {	display: block;}
    .one-content-top, .two-content-top {	text-align: left;}
    .second-1-content form input, .second-2-content form input {	margin: 5px 0;}
    .second-1-title span, .second-2-title span {	font-size: 17px;}
    
}
@media (max-width:1250px){
    .two-content-top input {max-width: 143px;}
    .head-third-sec {padding-right: 0;}
    span.search-title {font-size: 13px;}
    .head-first-sec, .head-third-sec {padding-top: 0px;}
	.head-center-text span {	font-size: 18px;	padding: 0px 12px;}
	.head-second-1 {	width: calc(35% - 5px);}
	.head-second-2 {	width: calc(44% - 5px);}
	.head-center-text {	width: 16%;}
	.head-center-text span::before {	border-width: 12px 0 12px 9px;}
	
}
@media (max-width:1100px){
	.second-1-title span, .second-2-title span {	font-size: 14px;}
	.head-second-1 {	width: 37%;	margin-left: 0;}
	.head-second-2 {	width: 45%;	margin-right: 0;}
	.head-center-text span {	font-size: 18px;	padding: 0px 10px;}
	.head-center-text span::before {	border-width: 12px 0 12px 8px;	right: -8px;}
	.head-third-sec a.btn {	font-size: 22.5px;}
	.head-third-sec {	width: 25px;	margin-right: 6px;}
	.head-second-sec {	width: calc(100% - 37px);}
	.head-center-text {	width: 17%; text-align: left;}
	.head-center-text span.triangle-after:after {    content: '';    background-color: #000;    height: 98%;    width: 1px;    position: absolute;    right: 0px;    top: 50%;    transform: translateY(-50%);    -webkit-transform: translateY(-50%);    -moz-transform: translateY(-50%);}
	
}
@media (max-width:1024px){
	.head-third-sec .wrap.close-area {	margin-left: 0;}
	.head-second-1, .head-second-2 {	width: 100%;	padding-top: 0; margin: 0; padding: 6px 0;}
	.one-content-bottom, .two-content-bottom , .one-content-top, .two-content-top {	text-align: left; display: inline-block;float: none;vertical-align: middle;}
	.head-center-text span {	font-size: 22px; padding: 4px 12px;}
	.head-center-text span::before {	border-width: 19px 0 19px 8px;}
	.topsearch {	position: relative;}
	.head-third-sec {	position: absolute;	top: 10px;	right: 10px;}
	.topsearch .head-second-sec .row {	position: relative; padding-bottom: 50px; }
	.head-center-text {	width: auto;	position: absolute;	bottom: 5px;	left: 50%;	transform: translateX(-50%);	-webkit-transform: translateX(-50%);	-moz-transform: translateX(-50%);}
	.second-1-title, .second-2-title {	float: left;}
	.second-1-content, .second-2-content {	text-align: left; width: 100%;}
	.one-content-top, .two-content-top {	width: 25%;}
	.one-content-bottom, .two-content-bottom {	width: 74%;	padding-left: 30px;}
	    .second-1-title span, .second-2-title span {	font-size: 18px;}
    .second-1-title span::before, .second-2-title span::before {	background-color: transparent;}
	
	
}
@media (max-width:959px){
    .head-first-sec {width: 100%;padding-top: 0;}
    .head-first-sec .wrap {display: table;}
    .one-content-top, .two-content-top {	width: 100%;}
    .second-1-title, .second-2-title {	padding: 0 0 5px 0;}
    .one-content-bottom, .two-content-bottom {	width: 100%;	padding-left: 0;}
    .second-1-content form, .second-2-content form {	display: inline-block;}
    .second-1-content form input, .second-2-content form input {	margin: 0;}
}
@media (max-width:767px){
    
    .head-first-sec {width: 100%;padding-top: 0;}
    .one-content-top, .two-content-top , .one-content-bottom, .two-content-bottom{	width: 100%;}
    .one-content-bottom span {	display: inline-block !important;}
    

    
}
@media (max-width:639px){
	.one-content-top input[type="text"], .two-content-top input[type="text"] {	margin-left: 0;}
	.head-center-text {	bottom: 5px;}
	.head-center-text span.triangle-after {padding: 2px 14px; 	max-height: 34px;	display: inline-block;}
	.head-center-text a {    display: inline-block;    text-align: center;}
	.head-center-text span::before {	border-width: 17px 0 17px 8px;}
	
}

@media (max-width:496px){
	.sbar .glyphicon-triangle-right {display: inline;}
}
@media (max-width:479px){
    button, html input[type="button"], input[type="reset"], input[type="submit"] {margin-bottom: 3px;margin-top: 0px;}
   .one-content-top form  , .two-content-top form{	width: 100%;	margin-top: 5px;}
   .head-center-text {	padding: 0 !important; width: 100%; 	text-align: center;}

   
   
}
@media (max-width:430px){
	.head-center-text span.triangle-after::after {	top: 49%;}
}
#RoiCalculator span.form-control {
    width:200px;
}

#RoiCalculator .profitability-table .bottom-figures {
    background-color: #f1d867;
    text-align: center !important;
    padding-bottom:20px;
}

span.watch-icon {
    display: inline-flex;
    width:35px;
    height:28px;
    margin-left:10px;
    }

.ng-hide {
	display: none !important;
}


footer {
    background: #f1f1f2;
  }
  .footer-top {
    border-bottom: none;
    padding-bottom: 0;
      /* border-top: 1px solid #c9c9c9; */
  }
  footer .footer-bottom {
    border-top: none;
  }
  .footer-bottom .ourservices.b-l {
      border-left: none;
  }
  .footer-bottom .ourservices.b-r {
    border-right: none;
  }
.footer-bottom .ourservices > .wraplinks > h4,
.footer-bottom .ourservices h4.title {
  text-decoration: none;
  color: #000;
  font-weight: 600;
  font-size: 20px;
  padding: 0px 38px 3px 0px;
  line-height: 23px;
  font-style: italic;
  margin-bottom: 13px;
  display: block;
}
    .footer-bottom .ourservices > .wraplinks > h4 > a {
        color: #000;
    }
    .footer-bottom .ourservices > .wraplinks > h4 > img {
        width: 40px;
        display: inline;
    }
  .footer-bottom .ourservices .detail-box {
    margin-top: 30px;
  }
  .footer-bottom .ourservices .detail-box form > input {
    background: #ccc;
    border: none;
    padding: 5px 10px;
  }
  .footer-bottom .ourservices .detail-box form > .submit {
    border: none;
    background: #231f20;
    padding: 5px 10px;
    color: #fff;
    font-weight: 600;
    font-style: italic;
    width: 65px;
  }
  .footer-bottom .ourservices .detail-box > a {
    border: none;
    background: #231f20;
    padding: 2px 10px;
    color: #fff;
    font-weight: 600;
    font-style: italic;
    border-radius: 5px;
    display: block;
    margin-bottom: 10px;
    text-align: center;
    font-size: 17px;
  }
  .footer-bottom .ourservices h4.title {
    padding: 0 0 0;
    margin-bottom: 10px;
  }
  .footer-bottom .ourservices .detail-box > a.socmedia {
    background: none;
    display: inline-block;
    padding: 0 6px;
  }
  .footer-bottom .ourservices .detail-box > a.socmedia > img {
    width: 34px;
    height: auto;
    display: inline-block;
  }
  .footer-bottom .ourservices .wraplinks .other-logos {
    text-align: center;
    margin-top: 30px;
  }
  .footer-bottom .ourservices .wraplinks > ul {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 30px;
  }
  .footer-bottom .ourservices .wraplinks > ul > li {
    margin-bottom: 3px;
    font-size: 17px;
    font-weight: 400;
    font-style: italic;
  }
  .footer-bottom .ourservices .wraplinks > ul > li > a {
    color: #000;
    font-size: 17px;
    font-weight: 400;
    font-style: italic;
  }
  .footer-bottom .ourservices .wraplinks > ul > li > a:hover {
    text-decoration: none;
  }

  .b-l {
    border-left: 1px solid;
  }
  .b-r {
    border-right: 1px solid;
  }
  .othersearch .supertech {
      width: 100%;
      max-width: none;
  }
  .footer-bottom .ourservices .other-logos img.supertech {
    max-width: none;
    width: 100%;
  }
  @media (max-width: 576px) {
    footer .footer-copytext p > span {
        top: 0;
        margin-top: 10px;
        display: block;
        float: none;
    }
    .footer-bottom .ourservices h4.title,
    .footer-bottom .ourservices > .wraplinks > h4 {       
        padding: 10px 0 00px !important
    }
    .footer-bottom .ourservices h4.title > img {
        top: -2px;
        position: relative;
    }
    .ourservices .heading-box {
        float: left;
        margin: 0 0 10px 0px;
    }
    .footer-top .ourservices .wrap .more-details {
        margin-bottom: 15px;
    }
    .ourservices .more-details {
        width: 90%;
    }
    .need-adventure {
        padding-left: 0 !important;
    }
    .footer-bottom .ourservices .detail-box > a {
        padding: 10px;
    }
    .footer-bottom .ourservices .detail-box form > input,
    .footer-bottom .ourservices .detail-box form > .submit {       
        padding: 8px 10px !important
    }
    .footer-bottom .ourservices .other-logos {
        width: 235px;
        margin: 0 auto;
    }
    .footer-bottom .ourservices .detail-box {
        margin-top: 0;
    }
}
.b-t {
    border-top: 1px solid #c9c9c9;
}
.tour .banner {
    background: url(/images/2022/usa-rotor-matching-tour-banner-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 160px;
    padding-bottom: 130px
}
.tour .banner > .container-fluid {
    padding-left: 0;
    padding-right: 0;
}
    .tour .banner .wrap {
        padding: 0;
    }
    .tour .banner .wrap > label {
        font-size: 80px;
        font-family: inherit;
        text-transform: uppercase;
        background: #ffd203;
        font-weight: 700;
        padding: 0 20px;
        display: table;
        margin-bottom: 10px;
    }
    .tour .banner .wrap > p {
        color: #ffd203;
        font-size: 50px;
        padding: 0 20px;
        background: url(../images/arrow-icon2.png) right center no-repeat;
        background-size: 40px;
        padding-right: 55px;
        display: inline-flex;
    }
    .miles {
        background: #ffd205;
        padding-top: 6px;
        padding-bottom: 6px;
    }
.miles label {
    font-size: 30px;
    color: #000;
    font-family: inherit;
    font-weight: 700;
    line-height: 1.1;
}
.miles label > span {
    font-weight: 500;
}
.tour .middle-content {
    padding: 4px 0px 20px;
}
    .tour .middle-content .maplabel {
        position: absolute;
        padding: 20px 20px;
    }
    .tour .middle-content .maplabel > label {
        background: #ffd205;
        font-size: 25px;
        padding: 2px 10px;
    }
    .tour .middle-content .maplabel > span {
        font-size: 16px;
        font-weight: 700;
        padding-left: 10px;
    }
    .tour .middle-content label.bot {
        position: relative;
        bottom: 0;
        width: 100%;
        font-size: 20px;
        padding: 10px 15px;
        background: rgb(255 255 255 / 50%);
        display: block;
    }
    .tour ul {
        list-style: none;
        margin-top: 20px;
    }
.tour ul li {
    font-size: 20px;
    margin-bottom: 4px;
}
.tour .dtails {
    margin-top: 20px;
}
.tour p {
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 20px;
}
.tour p > span {
    font-weight: 700;
}

    .tour .gallery .wrap {
        background: #f1f1f2;
        margin-top: 20px;
        padding: 20px 20px;
    }
.tour .gallery label {
    font-weight: 600;
    font-size: 20px;
    padding: 0px 38px 3px 0px;
    line-height: 23px;
    font-style: italic;
    margin-bottom: 13px;
    display: block;
}
.tour .gallery .img img {
    display: inline-block;
    width: auto;
    height: 230px;
}
@media (max-width: 567px) {
    .tour .gallery .img img {
        height: 120px;
        margin-bottom: 4px;
    }
    .miles {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .miles label {
        font-size: 20px;
    }
    .tour .middle-content label.bot {
        width: auto;
        font-size: 15px;
    }
    .tour .banner .wrap > p {
        font-size: 15px
    }
    .tour .middle-content .maplabel > span {
        display: block
    }
    .tour .banner {
        padding-top: 0;
        padding-bottom: 130px;
    }
    .tour .banner .wrap > label {
        padding: 5px 20px;
        font-size: 30px;
    }
    .bot .fllow {
        margin: 0 0;
    }
    .bot .fllow {
        margin: 0;
    }
    .bot .mk, .bot .mf {
        display: block
    }
    .bot .mrker {
        width: 24px;
    }
    .tour .middle-content label.bot {
        padding: 10px 0
    }
    .tour ul {
        padding-left: 0;
    }
}


/*!
 * ui-select
 * http://github.com/angular-ui/ui-select
 * Version: 0.19.7 - 2017-04-15T14:28:36.790Z
 * License: MIT
 */.ui-select-highlight{font-weight:700}.ui-select-offscreen{clip:rect(0 0 0 0)!important;width:1px!important;height:1px!important;border:0!important;margin:0!important;padding:0!important;overflow:hidden!important;position:absolute!important;outline:0!important;left:0!important;top:0!important}.selectize-control.single>.selectize-input>input,.selectize-control>.selectize-dropdown{width:100%}.ui-select-choices-row:hover{background-color:#f5f5f5}.ng-dirty.ng-invalid>a.select2-choice{border-color:#D44950}.select2-result-single{padding-left:0}.select-locked>.ui-select-match-close,.select2-locked>.select2-search-choice-close{display:none}body>.select2-container.open{z-index:9999}.ui-select-container.select2.direction-up .ui-select-match,.ui-select-container[theme=select2].direction-up .ui-select-match{border-radius:0 0 4px 4px}.ui-select-container.select2.direction-up .ui-select-dropdown,.ui-select-container[theme=select2].direction-up .ui-select-dropdown{border-radius:4px 4px 0 0;border-top-width:1px;border-top-style:solid;box-shadow:0 -4px 8px rgba(0,0,0,.25);margin-top:-4px}.ui-select-container.select2.direction-up .ui-select-dropdown .select2-search,.ui-select-container[theme=select2].direction-up .ui-select-dropdown .select2-search{margin-top:4px}.ui-select-container.select2.direction-up.select2-dropdown-open .ui-select-match,.ui-select-container[theme=select2].direction-up.select2-dropdown-open .ui-select-match{border-bottom-color:#5897fb}.ui-select-container[theme=select2] .ui-select-dropdown .ui-select-search-hidden,.ui-select-container[theme=select2] .ui-select-dropdown .ui-select-search-hidden input{opacity:0;height:0;min-height:0;padding:0;margin:0;border:0}.selectize-input.selectize-focus{border-color:#007FBB!important}.selectize-control.multi>.selectize-input>input{margin:0!important}.ng-dirty.ng-invalid>div.selectize-input{border-color:#D44950}.ui-select-container[theme=selectize].direction-up .ui-select-dropdown{box-shadow:0 -4px 8px rgba(0,0,0,.25);margin-top:-2px}.ui-select-container[theme=selectize] input.ui-select-search-hidden{opacity:0;height:0;min-height:0;padding:0;margin:0;border:0;width:0}.btn-default-focus{color:#333;background-color:#EBEBEB;border-color:#ADADAD;text-decoration:none;outline:-webkit-focus-ring-color auto 5px;outline-offset:-2px;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)}.ui-select-bootstrap .ui-select-toggle{position:relative}.ui-select-bootstrap .ui-select-toggle>.caret{position:absolute;height:10px;top:50%;right:10px;margin-top:-2px}.input-group>.ui-select-bootstrap.dropdown{position:static}.input-group>.ui-select-bootstrap>input.ui-select-search.form-control{border-radius:4px 0 0 4px}.input-group>.ui-select-bootstrap>input.ui-select-search.form-control.direction-up{border-radius:4px 0 0 4px!important}.ui-select-bootstrap .ui-select-search-hidden{opacity:0;height:0;min-height:0;padding:0;margin:0;border:0}.ui-select-bootstrap>.ui-select-match>.btn{text-align:left!important}.ui-select-bootstrap>.ui-select-match>.caret{position:absolute;top:45%;right:15px}.ui-select-bootstrap>.ui-select-choices,.ui-select-bootstrap>.ui-select-no-choice{width:100%;height:auto;max-height:200px;overflow-x:hidden;margin-top:-1px}body>.ui-select-bootstrap.open{z-index:1000}.ui-select-multiple.ui-select-bootstrap{height:auto;padding:3px 3px 0}.ui-select-multiple.ui-select-bootstrap input.ui-select-search{background-color:transparent!important;border:none;outline:0;height:1.666666em;margin-bottom:3px}.ui-select-multiple.ui-select-bootstrap .ui-select-match .close{font-size:1.6em;line-height:.75}.ui-select-multiple.ui-select-bootstrap .ui-select-match-item{outline:0;margin:0 3px 3px 0}.ui-select-multiple .ui-select-match-item{position:relative}.ui-select-multiple .ui-select-match-item.dropping .ui-select-match-close{pointer-events:none}.ui-select-multiple:hover .ui-select-match-item.dropping-before:before{content:"";position:absolute;top:0;right:100%;height:100%;margin-right:2px;border-left:1px solid #428bca}.ui-select-multiple:hover .ui-select-match-item.dropping-after:after{content:"";position:absolute;top:0;left:100%;height:100%;margin-left:2px;border-right:1px solid #428bca}.ui-select-bootstrap .ui-select-choices-row>span{cursor:pointer;display:block;padding:3px 20px;clear:both;font-weight:400;line-height:1.42857143;color:#333;white-space:nowrap}.ui-select-bootstrap .ui-select-choices-row>span:focus,.ui-select-bootstrap .ui-select-choices-row>span:hover{text-decoration:none;color:#262626;background-color:#f5f5f5}.ui-select-bootstrap .ui-select-choices-row.active>span{color:#fff;text-decoration:none;outline:0;background-color:#428bca}.ui-select-bootstrap .ui-select-choices-row.active.disabled>span,.ui-select-bootstrap .ui-select-choices-row.disabled>span{color:#777;cursor:not-allowed;background-color:#fff}.ui-select-match.ng-hide-add,.ui-select-search.ng-hide-add{display:none!important}.ui-select-bootstrap.ng-dirty.ng-invalid>button.btn.ui-select-match{border-color:#D44950}.ui-select-container[theme=bootstrap].direction-up .ui-select-dropdown{box-shadow:0 -4px 8px rgba(0,0,0,.25)}.ui-select-bootstrap .ui-select-match-text{width:100%;padding-right:1em}.ui-select-bootstrap .ui-select-match-text span{display:inline-block;width:100%;overflow:hidden}.ui-select-bootstrap .ui-select-toggle>a.btn{position:absolute;height:10px;right:10px;margin-top:-2px}.ui-select-refreshing.glyphicon{position:absolute;right:0;padding:8px 27px}@-webkit-keyframes ui-select-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes ui-select-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.ui-select-spin{-webkit-animation:ui-select-spin 2s infinite linear;animation:ui-select-spin 2s infinite linear}.ui-select-refreshing.ng-animate{-webkit-animation:none 0s}
/*# sourceMappingURL=select.min.css.map */

/*
Version: 3.4.5 Timestamp: Mon Nov  4 08:22:42 PST 2013
*/
.select2-container {
    margin: 0;
    position: relative;
    display: inline-block;
    /* inline-block for ie7 */
    zoom: 1;
    *display: inline;
    vertical-align: middle;
}

.select2-container,
.select2-drop,
.select2-search,
.select2-search input {
  /*
    Force border-box so that % widths fit the parent
    container without overlap because of margin/padding.

    More Info : http://www.quirksmode.org/css/box.html
  */
  -webkit-box-sizing: border-box; /* webkit */
     -moz-box-sizing: border-box; /* firefox */
          box-sizing: border-box; /* css3 */
}

.select2-container .select2-choice {
    display: block;
    height: 26px;
    padding: 0 0 0 8px;
    overflow: hidden;
    position: relative;

    border: 1px solid #aaa;
    white-space: nowrap;
    line-height: 26px;
    color: #444;
    text-decoration: none;

    border-radius: 4px;

    background-clip: padding-box;

    -webkit-touch-callout: none;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;

    background-color: #fff;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.5, #fff));
    background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 50%);
    background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#eeeeee', GradientType = 0);
    background-image: linear-gradient(top, #fff 0%, #eee 50%);
}

.select2-container.select2-drop-above .select2-choice {
    border-bottom-color: #aaa;

    border-radius: 0 0 4px 4px;

    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.9, #fff));
    background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 90%);
    background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 90%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
    background-image: linear-gradient(top, #eee 0%, #fff 90%);
}

.select2-container.select2-allowclear .select2-choice .select2-chosen {
    margin-right: 42px;
}

.select2-container .select2-choice > .select2-chosen {
    margin-right: 26px;
    display: block;
    overflow: hidden;

    white-space: nowrap;

    text-overflow: ellipsis;
}

.select2-container .select2-choice abbr {
    display: none;
    width: 12px;
    height: 12px;
    position: absolute;
    right: 24px;
    top: 8px;

    font-size: 1px;
    text-decoration: none;

    border: 0;
    background: url('/scripts/select2/select2.png') right top no-repeat;
    cursor: pointer;
    outline: 0;
}

.select2-container.select2-allowclear .select2-choice abbr {
    display: inline-block;
}

.select2-container .select2-choice abbr:hover {
    background-position: right -11px;
    cursor: pointer;
}

.select2-drop-mask {
    border: 0;
    margin: 0;
    padding: 0;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 9998;
    /* styles required for IE to work */
    background-color: #fff;
    filter: alpha(opacity=0);
}

.select2-drop {
    width: 100%;
    margin-top: -1px;
    position: absolute;
    z-index: 9999;
    top: 100%;

    background: #fff;
    color: #000;
    border: 1px solid #aaa;
    border-top: 0;

    border-radius: 0 0 4px 4px;

    -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
            box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
}

.select2-drop-auto-width {
    border-top: 1px solid #aaa;
    width: auto;
}

.select2-drop-auto-width .select2-search {
    padding-top: 4px;
}

.select2-drop.select2-drop-above {
    margin-top: 1px;
    border-top: 1px solid #aaa;
    border-bottom: 0;

    border-radius: 4px 4px 0 0;

    -webkit-box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);
            box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);
}

.select2-drop-active {
    border: 1px solid #5897fb;
    border-top: none;
}

.select2-drop.select2-drop-above.select2-drop-active {
    border-top: 1px solid #5897fb;
}

.select2-container .select2-choice .select2-arrow {
    display: inline-block;
    width: 18px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;

    border-left: 1px solid #aaa;
    border-radius: 0 4px 4px 0;

    background-clip: padding-box;

    background: #ccc;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ccc), color-stop(0.6, #eee));
    background-image: -webkit-linear-gradient(center bottom, #ccc 0%, #eee 60%);
    background-image: -moz-linear-gradient(center bottom, #ccc 0%, #eee 60%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#eeeeee', endColorstr = '#cccccc', GradientType = 0);
    background-image: linear-gradient(top, #ccc 0%, #eee 60%);
}

.select2-container .select2-choice .select2-arrow b {
    display: block;
    width: 100%;
    height: 100%;
    background: url('/scripts/select2/select2.png') no-repeat 0 1px;
}

.select2-search {
    display: inline-block;
    width: 100%;
    min-height: 26px;
    margin: 0;
    padding-left: 4px;
    padding-right: 4px;

    position: relative;
    z-index: 10000;

    white-space: nowrap;
}

.select2-search input {
    width: 100%;
    height: auto !important;
    min-height: 26px;
    padding: 4px 20px 4px 5px;
    margin: 0;

    outline: 0;
    font-family: sans-serif;
    font-size: 1em;

    border: 1px solid #aaa;
    border-radius: 0;

    -webkit-box-shadow: none;
            box-shadow: none;

    background: #fff url('/scripts/select2/select2.png') no-repeat 100% -22px;
    background: url('/scripts/select2/select2.png') no-repeat 100% -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
    background: url('/scripts/select2/select2.png') no-repeat 100% -22px, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url('/scripts/select2/select2.png') no-repeat 100% -22px, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url('/scripts/select2/select2.png') no-repeat 100% -22px, linear-gradient(top, #fff 85%, #eee 99%);
}

.select2-drop.select2-drop-above .select2-search input {
    margin-top: 4px;
}

.select2-search input.select2-active {
    background: #fff url('select2-spinner.gif') no-repeat 100%;
    background: url('select2-spinner.gif') no-repeat 100%, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
    background: url('select2-spinner.gif') no-repeat 100%, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url('select2-spinner.gif') no-repeat 100%, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url('select2-spinner.gif') no-repeat 100%, linear-gradient(top, #fff 85%, #eee 99%);
}

.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
    border: 1px solid #5897fb;
    outline: none;

    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
            box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}

.select2-dropdown-open .select2-choice {
    border-bottom-color: transparent;
    -webkit-box-shadow: 0 1px 0 #fff inset;
            box-shadow: 0 1px 0 #fff inset;

    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;

    background-color: #eee;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #fff), color-stop(0.5, #eee));
    background-image: -webkit-linear-gradient(center bottom, #fff 0%, #eee 50%);
    background-image: -moz-linear-gradient(center bottom, #fff 0%, #eee 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
    background-image: linear-gradient(top, #fff 0%, #eee 50%);
}

.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
    border: 1px solid #5897fb;
    border-top-color: transparent;

    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(0.5, #eee));
    background-image: -webkit-linear-gradient(center top, #fff 0%, #eee 50%);
    background-image: -moz-linear-gradient(center top, #fff 0%, #eee 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
    background-image: linear-gradient(bottom, #fff 0%, #eee 50%);
}

.select2-dropdown-open .select2-choice .select2-arrow {
    background: transparent;
    border-left: none;
    filter: none;
}
.select2-dropdown-open .select2-choice .select2-arrow b {
    background-position: -18px 1px;
}

/* results */
.select2-results {
    max-height: 200px;
    padding: 0 0 0 4px;
    margin: 4px 4px 4px 0;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.select2-results ul.select2-result-sub {
    margin: 0;
    padding-left: 0;
}

.select2-results ul.select2-result-sub > li .select2-result-label { padding-left: 20px }
.select2-results ul.select2-result-sub ul.select2-result-sub > li .select2-result-label { padding-left: 40px }
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label { padding-left: 60px }
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label { padding-left: 80px }
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label { padding-left: 100px }
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label { padding-left: 110px }
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label { padding-left: 120px }

.select2-results li {
    list-style: none;
    display: list-item;
    background-image: none;
}

.select2-results li.select2-result-with-children > .select2-result-label {
    font-weight: bold;
}

.select2-results .select2-result-label {
    padding: 3px 7px 4px;
    margin: 0;
    cursor: pointer;

    min-height: 1em;

    -webkit-touch-callout: none;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
}

.select2-results .select2-highlighted {
    background: #3875d7;
    color: #fff;
}

.select2-results li em {
    background: #feffde;
    font-style: normal;
}

.select2-results .select2-highlighted em {
    background: transparent;
}

.select2-results .select2-highlighted ul {
    background: #fff;
    color: #000;
}


.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-selection-limit {
    background: #f4f4f4;
    display: list-item;
}

/*
disabled look for disabled choices in the results dropdown
*/
.select2-results .select2-disabled.select2-highlighted {
    color: #666;
    background: #f4f4f4;
    display: list-item;
    cursor: default;
}
.select2-results .select2-disabled {
  background: #f4f4f4;
  display: list-item;
  cursor: default;
}

.select2-results .select2-selected {
    display: none;
}

.select2-more-results.select2-active {
    background: #f4f4f4 url('select2-spinner.gif') no-repeat 100%;
}

.select2-more-results {
    background: #f4f4f4;
    display: list-item;
}

/* disabled styles */

.select2-container.select2-container-disabled .select2-choice {
    background-color: #f4f4f4;
    background-image: none;
    border: 1px solid #ddd;
    cursor: default;
}

.select2-container.select2-container-disabled .select2-choice .select2-arrow {
    background-color: #f4f4f4;
    background-image: none;
    border-left: 0;
}

.select2-container.select2-container-disabled .select2-choice abbr {
    display: none;
}


/* multiselect */

.select2-container-multi .select2-choices {
    height: auto !important;
    height: 1%;
    margin: 0;
    padding: 0;
    position: relative;

    border: 1px solid #aaa;
    cursor: text;
    overflow: hidden;

    background-color: #fff;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #eee), color-stop(15%, #fff));
    background-image: -webkit-linear-gradient(top, #eee 1%, #fff 15%);
    background-image: -moz-linear-gradient(top, #eee 1%, #fff 15%);
    background-image: linear-gradient(top, #eee 1%, #fff 15%);
}

.select2-locked {
  padding: 3px 5px 3px 5px !important;
}

.select2-container-multi .select2-choices {
    min-height: 26px;
}

.select2-container-multi.select2-container-active .select2-choices {
    border: 1px solid #5897fb;
    outline: none;

    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
            box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}
.select2-container-multi .select2-choices li {
    float: left;
    list-style: none;
}
.select2-container-multi .select2-choices .select2-search-field {
    margin: 0;
    padding: 0;
    white-space: nowrap;
}

.select2-container-multi .select2-choices .select2-search-field input {
    padding: 5px;
    margin: 1px 0;

    font-family: sans-serif;
    font-size: 100%;
    color: #666;
    outline: 0;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    background: transparent !important;
}

.select2-container-multi .select2-choices .select2-search-field input.select2-active {
    background: #fff url('select2-spinner.gif') no-repeat 100% !important;
}

.select2-default {
    color: #999 !important;
}

.select2-container-multi .select2-choices .select2-search-choice {
    padding: 3px 5px 3px 18px;
    margin: 3px 0 3px 5px;
    position: relative;

    line-height: 13px;
    color: #333;
    cursor: default;
    border: 1px solid #aaaaaa;

    border-radius: 3px;

    -webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
            box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);

    background-clip: padding-box;

    -webkit-touch-callout: none;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;

    background-color: #e4e4e4;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#f4f4f4', GradientType=0);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eee));
    background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
}
.select2-container-multi .select2-choices .select2-search-choice .select2-chosen {
    cursor: default;
}
.select2-container-multi .select2-choices .select2-search-choice-focus {
    background: #d4d4d4;
}

.select2-search-choice-close {
    display: block;
    width: 12px;
    height: 13px;
    position: absolute;
    right: 3px;
    top: 4px;

    font-size: 1px;
    outline: none;
    background: url('/scripts/select2/select2.png') right top no-repeat;
}

.select2-container-multi .select2-search-choice-close {
    left: 3px;
}

.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {
  background-position: right -11px;
}
.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {
    background-position: right -11px;
}

/* disabled styles */
.select2-container-multi.select2-container-disabled .select2-choices {
    background-color: #f4f4f4;
    background-image: none;
    border: 1px solid #ddd;
    cursor: default;
}

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
    padding: 3px 5px 3px 5px;
    border: 1px solid #ddd;
    background-image: none;
    background-color: #f4f4f4;
}

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {    display: none;
    background: none;
}
/* end multiselect */


.select2-result-selectable .select2-match,
.select2-result-unselectable .select2-match {
    text-decoration: underline;
}

.select2-offscreen, .select2-offscreen:focus {
    clip: rect(0 0 0 0) !important;
    width: 1px !important;
    height: 1px !important;
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    position: absolute !important;
    outline: 0 !important;
    left: 0px !important;
    top: 0px !important;
}

.select2-display-none {
    display: none;
}

.select2-measure-scrollbar {
    position: absolute;
    top: -10000px;
    left: -10000px;
    width: 100px;
    height: 100px;
    overflow: scroll;
}
/* Retina-ize icons */

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi)  {
  .select2-search input, .select2-search-choice-close, .select2-container .select2-choice abbr, .select2-container .select2-choice .select2-arrow b {
      background-image: url('/scripts/select2/select2x2.png') !important;
      background-repeat: no-repeat !important;
      background-size: 60px 40px !important;
  }
  .select2-search input {
      background-position: 100% -21px !important;
  }
}

/* Absolute Center CSS Spinner */
.loading {
  position: fixed;
  z-index: 9999999;
  height: 2em;
  width: 2em;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/* Transparent Overlay */
.loading:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  opacity:0.3;
}

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
  /* hide "loading..." text */
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.loading:not(:required):after {
  content: '';
  display: block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  -webkit-animation: spinner 1500ms infinite linear;
  -moz-animation: spinner 1500ms infinite linear;
  -ms-animation: spinner 1500ms infinite linear;
  -o-animation: spinner 1500ms infinite linear;
  animation: spinner 1500ms infinite linear;
  border-radius: 0.5em;
  -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
  box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.form-control,.btn-info,.btn-success,.btn-danger,.btn-default,.btn-primary{border-radius:0 !important;}.table thead>tr>th{border-bottom:0 !important;}.items-table th{font-weight:normal;}.items-table tr td{padding:5px !important;}.items-table tr td input{border:1px solid #ddd !important;}.nomargin{margin-bottom:0 !important;}[quote-form] h2,[warranty] h2{color:#edc001 !important;}[warranty] h2{margin-bottom:0 !important;}[quote-form] .form-group label,.warranty-form .form-group label{padding-top:9px;font-weight:normal;text-align:right;}[quote-form] .form-group .radio-con input[type="radio"],.warranty-form .form-group .radio-con input[type="radio"]{margin-left:0 !important;}[quote-form] .form-group .radio-con span,.warranty-form .form-group .radio-con span{min-width:70px;display:inline-block;padding-left:3px;padding-top:6px;}[quote-form] .form-group .radio-con .lathe-info-radio,.warranty-form .form-group .radio-con .lathe-info-radio{min-width:90px;}.Invalid-row td{border-color:#ff0345 !important;}[ng\:cloak],[ng-cloak],.ng-cloak{display:none !important;}.DroReportCard h1{font-size:25px;margin-bottom:15px;}.DroReportCard h2{padding:5px;color:#000;border-bottom:0 !important;font-weight:900;font-size:20px;margin-bottom:0;}.DroReportCard input.ng-invalid.ng-invalid-required{border:1px solid #b94a48;}.DroReportCard select.ng-invalid.ng-invalid-required{border:1px solid #b94a48;}.DroReportCard table tr td{border:0 !important;padding-top:3px;padding-bottom:3px;}.DroReportCard table tr td input{height:30px;}.DroReportCard table tr .v-middle{vertical-align:middle !important;}.DroReportCard .form-horizontal{margin-bottom:10px;}.DroReportCard .form-horizontal input{height:30px;}.DroReportCard .form-horizontal .form-group{margin-bottom:10px;}.DroReportCard .form-horizontal input[type="checkbox"]{height:auto;}.DroReportCard .uib-datepicker-popup li .btn{padding:5px 10px !important;}.DroReportCard .uib-daypicker table tr th{padding:3px;}.DroReportCard .uib-daypicker table tr td{padding:3px !important;}.DroReportCard .uib-daypicker table tr td button.btn-sm{margin-top:0 !important;padding:0 !important;border:0 !important;}.DroReportCard .input-group-btn button{margin-top:0 !important;padding-top:4px;padding-left:10px;border:1px solid #ddd;padding-right:10px;border-left:0;}.DroReportCard .rms-shop-toggle i{margin-right:3px;}.DroReportCard .rms-shop-toggle span{margin-right:10px;}.DroReportCard .rms-shop-toggle:hover,.DroReportCard .rms-shop-toggle:focus{text-decoration:none;}.DroReportCard .np{padding:0 !important;}.DroReportCard .np-right{padding-right:0 !important;}.DroReportCard .np-left{padding-left:0 !important;}.DroReportCard .btn-sm{margin:0;padding:8px 20px 8px 20px;}.DroReportCard .btn-default{border:1px solid #ddd !important;}.modal-content .btn{padding:6px 12px !important;margin-top:0 !important;}.modal-content .btn-default{border:1px solid #ddd;}.modal-content .modal-footer{margin-top:0 !important;}
