/*!
 *  Font Awesome 4.3.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.3.0');
  src: url('fonts/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'), url('fonts/fontawesome-webfont.woff2?v=4.3.0') format('woff2'), url('fonts/fontawesome-webfont.woff?v=4.3.0') format('woff'), url('fonts/fontawesome-webfont.ttf?v=4.3.0') format('truetype'), url('fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 20px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}
/* 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;
}
.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 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  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 {
  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-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: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-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.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-genderless:before,
.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-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-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";
}
@font-face {
  font-family: 'Tele-Grotesk';
  src: url('fonts/tele-grotesknor.eot');
  src: url('fonts/tele-grotesknor.eot?#iefix') format('embedded-opentype'), url('fonts/tele-grotesknor.woff2') format('woff2'), url('fonts/tele-grotesknor.woff') format('woff'), url('fonts/tele-grotesknor.ttf') format('truetype'), url('fonts/tele-grotesknor.svg#Tele-Grotesk') format('svg');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'Tele-Grotesk';
  src: url('fonts/tele-groteskhal.eot');
  src: url('fonts/tele-groteskhal.eot?#iefix') format('embedded-opentype'), url('fonts/tele-groteskhal.woff2') format('woff2'), url('fonts/tele-groteskhal.woff') format('woff'), url('fonts/tele-groteskhal.ttf') format('truetype'), url('fonts/tele-groteskhal.svg#Tele-Grotesk') format('svg');
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: 'Tele-Grotesk';
  src: url('fonts/tele-groteskfet.eot');
  src: url('fonts/tele-groteskfet.eot?#iefix') format('embedded-opentype'), url('fonts/tele-groteskfet.woff2') format('woff2'), url('fonts/tele-groteskfet.woff') format('woff'), url('fonts/tele-groteskfet.ttf') format('truetype'), url('fonts/tele-groteskfet.svg#Tele-Grotesk') format('svg');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Tele-Grotesk';
  src: url('fonts/tele-groteskult.eot');
  src: url('fonts/tele-groteskult.eot?#iefix') format('embedded-opentype'), url('fonts/tele-groteskult.woff2') format('woff2'), url('fonts/tele-groteskult.woff') format('woff'), url('fonts/tele-groteskult.ttf') format('truetype'), url('fonts/tele-groteskult.svg#Tele-Grotesk') format('svg');
  font-weight: 500;
  font-style: normal;
}
.page-header {
  height: 82px;
  width: 100%;
  margin: 0;
  position: absolute;
  background-color: #e20074;
  z-index: 500;
  top: 0;
}
header.container-fluid {
  padding: 0;
}
header .content {
  height: 100%;
  max-width: 992px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
header .content .logo {
  float: left;
  margin: 28px 0 0 50px;
  height: 26px;
}
header .content .links-menu,
header .content .right-menu {
  margin: 27px 0 0 50px;
}
header .content .links-menu {
  margin: 27px 0 0 50px;
  padding-left: 0;
  float: left;
  display: none;
}
header .content .links-menu li {
  display: inline-block;
  font-size: 20px;
  font-family: "Tele-Grotesk", sans-serif;
  font-weight: 300;
  margin-right: 30px;
}
header .content .links-menu li a {
  color: #ffffff;
}
header .content .links-menu li a.open {
  -moz-opacity: 0.66;
  -khtml-opacity: 0.66;
  -webkit-opacity: 0.66;
  opacity: 0.66;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=66);
  filter: alpha(opacity=66);
}
header .content .links-menu li a.open:after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 9px solid #ba0060;
  position: relative;
  top: 16px;
  margin: 0 auto -9px auto;
}
header .content .links-menu li a:hover {
  -moz-opacity: 0.66;
  -khtml-opacity: 0.66;
  -webkit-opacity: 0.66;
  opacity: 0.66;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=66);
  filter: alpha(opacity=66);
}
header .content .right-menu {
  float: right;
  height: 30px;
  margin: 26px 25px 0 0;
}
header .content .right-menu ul {
  margin-top: inherit;
  position: relative;
  top: -10px;
}
header .content .right-menu li {
  float: left;
  margin-right: 15px;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
header .content .right-menu a {
  color: #ffffff;
}
header .content .right-menu a:hover i {
  -moz-opacity: 0.66;
  -khtml-opacity: 0.66;
  -webkit-opacity: 0.66;
  opacity: 0.66;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=66);
  filter: alpha(opacity=66);
}
header .content .right-menu li.selected {
  -moz-opacity: 0.66;
  -khtml-opacity: 0.66;
  -webkit-opacity: 0.66;
  opacity: 0.66;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=66);
  filter: alpha(opacity=66);
}
header .content .right-menu li.login,
header .content .right-menu li.my {
  display: none;
  margin-right: 0;
}
header .content .right-menu li.nav {
  margin-right: 0;
}
header .content .right-menu li.map {
  margin-right: 14px;
}
header .content .right-menu li.cart {
  margin-top: -3px;
}
header .content .right-menu li.close-menu {
  margin-right: 0;
  margin-top: -4px;
  margin-left: -2px;
}
header .content .right-menu li.open > i {
  -moz-opacity: 0.66;
  -khtml-opacity: 0.66;
  -webkit-opacity: 0.66;
  opacity: 0.66;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=66);
  filter: alpha(opacity=66);
}
header .content .right-menu li.open:after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 9px solid #ba0060;
  position: relative;
  top: 17px;
  margin: 0 auto -9px auto;
}
header .content .right-menu a i {
  font-size: 29px;
}
header .content .header-search {
  background-color: #ffffff;
  width: 456px;
  border: 1px solid #cecece;
  border-top: 0;
  position: absolute;
  top: 82px;
  right: 0;
  padding-bottom: 8px;
  -webkit-box-shadow: 4px 8px 8px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 4px 8px 8px rgba(0, 0, 0, 0.1);
  box-shadow: 4px 8px 8px rgba(0, 0, 0, 0.1);
}
header .content .header-search .search-box {
  height: 70px;
  padding: 15px 25px;
  margin-bottom: 20px;
  background-color: #a10053;
  display: table;
  width: 100%;
}
header .content .header-search .search-box:before {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 13px solid #a10053;
  position: relative;
  top: -28px;
  margin: 0 28% -13px auto;
}
header .content .header-search .search-box .form-control {
  display: table-cell;
  float: left;
  height: 40px;
  width: 100%;
  font-size: 20px;
  font-family: "Tele-Grotesk", sans-serif;
  font-weight: 300;
  color: #a10053;
}
header .content .header-search .search-box .search-button {
  height: 40px;
  width: 1%;
  vertical-align: middle;
  display: table-cell;
}
header .content .header-search .search-box .search-button button {
  padding: 0;
  width: 42px;
  height: 100%;
  border: 0;
  background-color: #e20074;
  font-size: 20px;
  font-family: "Tele-Grotesk", sans-serif;
  font-weight: 300;
  color: #ffffff;
}
header .content .header-search p.lead {
  margin: 0 40px 20px;
}
header .content .header-search p.xsmall {
  margin: 0 55px 15px;
}
header .content .header-search hr {
  margin: 3px 25px 19px;
  border-color: #9b9b9b;
}
header .content .header-search a {
  color: #6a6a6a;
}
header .content .header-search a:hover {
  color: #e20074;
}
header .content .expanded-menu {
  position: fixed;
  top: 74px;
  right: 0;
  width: 260px;
  padding: 0;
}
header .content .expanded-menu h5 {
  font-size: 20px;
}
header .content .expanded-menu.collapse.in {
  pointer-events: none;
  bottom: 0;
}
header .content .expanded-menu.collapse.in .scroll {
  overflow-y: auto;
  max-height: 100%;
  pointer-events: all;
}
header .content .expanded-menu .submenu {
  background-color: #a10053;
  padding-left: 68px;
}
header .content .expanded-menu a {
  display: block;
  height: 70px;
  color: #ffffff;
}
header .content .expanded-menu a.open h5,
header .content .expanded-menu a:hover h5 {
  -moz-opacity: 0.66;
  -khtml-opacity: 0.66;
  -webkit-opacity: 0.66;
  opacity: 0.66;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=66);
  filter: alpha(opacity=66);
}
header .content .expanded-menu a.menu-item {
  border-top: 1px solid #a10053;
  position: relative;
  padding-left: 24px;
  background-color: #e20074;
}
header .content .expanded-menu a.menu-item > h5 {
  color: #ffffff;
  margin: 0;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding-left: 44px;
}
header .content .expanded-menu a.menu-item > h5 i {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
}
header .content .expanded-menu a.menu-item > h5 i.fa {
  height: 26px;
  font-size: 24px;
}
header .content .expanded-menu a.menu-item > .t-caret {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  height: 25px;
  right: 20px;
  font-size: 24px;
}
header .content .expanded-menu a.submenu-item {
  height: auto;
  padding: 18px 0 17px;
}
header .content .expanded-menu a.submenu-item:first-of-type {
  padding-top: 27px;
}
header .content .expanded-menu a.submenu-item:last-of-type {
  padding-bottom: 27px;
}
header .content .expanded-menu a.submenu-item > h5 {
  color: #ffffff;
  margin: 0;
}
body {
  padding-top: 80px;
}
@media (min-width: 1200px) {
  header .content .header-search {
    left: 53%;
  }
  header .content .header-search .search-box:before {
    margin-left: 68%;
    margin-right: 32%;
  }
}
@media (min-width: 992px) {
  header .content {
    position: initial;
  }
  header .content .links-menu {
    display: block;
  }
  header .content .right-menu li.nav,
  header .content .right-menu li.close-menu {
    display: none;
  }
  header .content .right-menu li.login,
  header .content .right-menu li.my {
    display: inherit;
  }
  header .content .expanded-menu {
    display: block;
    width: 100%;
    top: 81px;
    border-bottom: 1px solid #9b9b9b;
    background-color: #ba0060;
  }
  header .content .expanded-menu.collapse.in {
    bottom: auto;
  }
  header .content .expanded-menu.collapsing .scroll {
    height: 82px;
  }
  header .content .expanded-menu .submenu {
    height: 82px;
    background-color: #ba0060;
    max-width: 992px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 50px;
  }
  header .content .expanded-menu .submenu.collapsing[style*="height: 0px;"] {
    transition: none;
  }
  header .content .expanded-menu a {
    display: inline-block;
  }
  header .content .expanded-menu a.menu-item {
    display: none;
  }
  header .content .expanded-menu a.menu-item.store-locator {
    display: none;
  }
  header .content .expanded-menu a.submenu-item,
  header .content .expanded-menu a.submenu-item:first-of-type,
  header .content .expanded-menu a.submenu-item:last-of-type {
    height: 82px;
    margin-right: 35px;
    padding: 0;
    float: left;
  }
  header .content .expanded-menu a.submenu-item.logout,
  header .content .expanded-menu a.submenu-item:first-of-type.logout,
  header .content .expanded-menu a.submenu-item:last-of-type.logout {
    float: right;
    margin-right: 25px;
  }
  header .content .expanded-menu a.submenu-item.logout h5,
  header .content .expanded-menu a.submenu-item:first-of-type.logout h5,
  header .content .expanded-menu a.submenu-item:last-of-type.logout h5 {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 14px;
  }
  header .content .expanded-menu a.submenu-item h5,
  header .content .expanded-menu a.submenu-item:first-of-type h5,
  header .content .expanded-menu a.submenu-item:last-of-type h5 {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  header .content .expanded-menu a.submenu-item h5:before,
  header .content .expanded-menu a.submenu-item:first-of-type h5:before,
  header .content .expanded-menu a.submenu-item:last-of-type h5:before,
  header .content .expanded-menu a.submenu-item h5:after,
  header .content .expanded-menu a.submenu-item:first-of-type h5:after,
  header .content .expanded-menu a.submenu-item:last-of-type h5:after {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  header .content .header-search {
    left: 53%;
  }
  header .content .header-search .search-box:before {
    margin-left: 70%;
    margin-right: 30%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .page-header {
    height: 75px;
  }
  .page-header .content .logo {
    margin-left: 40px;
    height: 19px;
  }
  .page-header .content .right-menu {
    height: 23px;
  }
  .page-header .content .right-menu li {
    margin-right: 9px;
  }
  .page-header .content .right-menu li i {
    font-size: 24px;
  }
  .page-header .content .right-menu li.map {
    display: none;
  }
  .page-header .content .right-menu li.cart {
    margin-right: 11px;
  }
  .page-header .content .header-search {
    width: 356px;
    top: 75px;
  }
  .page-header .content .header-search .search-box:before {
    margin-right: 11%;
  }
  .page-header .content .header-search .search-box .search-button button {
    width: 42px;
  }
  body {
    padding-top: 75px;
  }
}
@media (max-width: 767px) {
  .page-header {
    height: 53px;
  }
  .page-header .content .logo {
    margin: 19px 0 0 30px;
    height: 15px;
  }
  .page-header .content .right-menu {
    height: 17px;
    margin: 18px 17px 0 0;
  }
  .page-header .content .right-menu li {
    margin-right: 8px;
  }
  .page-header .content .right-menu li i {
    font-size: 20px;
  }
  .page-header .content .right-menu li.cart {
    margin-top: 0;
    margin-right: 10px;
  }
  .page-header .content .right-menu li.map {
    display: none;
  }
  .page-header .content .right-menu li.close-menu {
    margin-top: 0px;
    margin-left: 1px;
  }
  .page-header .content .right-menu li.close-menu i {
    background-position: -441px -74px;
    width: 16px;
    height: 16px;
  }
  .page-header .content .header-search {
    width: 100%;
    top: 53px;
  }
  .page-header .content .header-search .search-box {
    height: 55px;
    padding: 13px 15px 12px;
  }
  .page-header .content .header-search .search-box:before {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 9px solid #a10053;
    top: -22px;
    margin: 0 25px -9px auto;
  }
  .page-header .content .header-search .search-box .form-control {
    height: 30px;
    font-size: 14px;
  }
  .page-header .content .header-search .search-box .search-button {
    height: 30px;
  }
  .page-header .content .header-search .search-box .search-button button {
    font-size: 14px;
    width: 38px;
  }
  .page-header .content .header-search p.lead {
    margin: 0 30px 20px;
  }
  .page-header .content .header-search p.xsmall {
    margin: 0 40px 15px;
  }
  .page-header .content .header-search hr {
    margin: 3px 15px 19px;
  }
  .page-header .content .expanded-menu {
    width: 100%;
    top: 52px;
  }
  body {
    padding-top: 53px;
  }
}
body {
  position: relative;
  padding-bottom: 137px;
  min-height: 100%;
}
html {
  height: 100%;
}
footer {
  background-color: #000000;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 137px;
}
footer.container-fluid {
  padding: 0;
}
footer p {
  font-family: "Tele-Grotesk", sans-serif;
  font-weight: 300;
}
footer a {
  color: #ffffff;
}
footer a:hover {
  color: #ffffff;
  -moz-opacity: 0.66;
  -khtml-opacity: 0.66;
  -webkit-opacity: 0.66;
  opacity: 0.66;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=66);
  filter: alpha(opacity=66);
}
footer .top-line {
  background-color: #f8f8f8;
  height: 34px;
}
footer .top-line p {
  font-weight: 100;
  font-size: 18px;
  margin-top: 7px;
  margin-bottom: 0;
}
footer .top-line a {
  color: #000000;
}
footer .top-line a.strong {
  font-weight: 300;
  font-size: 18px;
}
footer .content {
  max-width: 992px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 48px;
  padding-left: 48px;
}
footer .big-links {
  clear: both;
  float: left;
  font-size: 22px;
  margin: 27px 0 0;
}
footer .big-links a {
  margin-right: 32px;
}
footer .big-links a:last-of-type {
  margin-right: 0;
}
footer .social {
  float: right;
  margin-top: 18px;
}
footer .social > a {
  display: inline-block;
  padding-left: 20px;
}
footer .social > a:first-of-type {
  padding-left: 0;
}
footer .social > a img {
  width: 30px;
}
footer .social .instagram-icon {
  background: url('../img/icons/Rebellion_SpriteSheet_v5_050815_AL.PNG') no-repeat -348px -431px;
  width: 30px;
  height: 30px;
  display: block;
}
footer .social .facebook-icon {
  background: url('../img/icons/Rebellion_SpriteSheet_v5_050815_AL.PNG') no-repeat -393px -431px;
  width: 30px;
  height: 30px;
  display: block;
}
footer .social .twitter-icon {
  background: url('../img/icons/Rebellion_SpriteSheet_v5_050815_AL.PNG') no-repeat -437px -431px;
  width: 30px;
  height: 30px;
  display: block;
}
footer .social .google-icon {
  background: url('../img/icons/Rebellion_SpriteSheet_v5_050815_AL.PNG') no-repeat -482px -431px;
  width: 30px;
  height: 30px;
  display: block;
}
footer .small-links {
  font-size: 12px;
  line-height: 1;
  clear: both;
  float: left;
  margin: 18px 0 18px;
}
footer .small-links a {
  margin-right: 15px;
}
footer .small-links a:last-of-type {
  margin-right: 0;
}
footer .legal {
  float: right;
  font-size: 8px;
  color: #ffffff;
  margin: 19px 0 0;
}
@media (min-width: 992px) {
  footer .content {
    padding-left: 60px;
  }
  footer .big-links a {
    margin-right: 40px;
  }
  footer .social > a {
    padding-left: 30px;
  }
}
@media (max-width: 767px) {
  body {
    padding-bottom: 312px;
  }
  footer {
    height: 312px;
  }
  footer .content {
    padding-left: 21px;
    padding-right: 21px;
  }
  footer .top-line {
    height: 29px;
  }
  footer .top-line p {
    margin-top: 6px;
  }
  footer .big-links {
    clear: none;
    margin-top: 20px;
    margin-bottom: 0;
  }
  footer .big-links a {
    margin-right: 0;
    display: block;
    margin-bottom: 12px;
  }
  footer .small-links {
    clear: none;
    float: right;
    text-align: right;
    margin-top: 20px;
    margin-bottom: 0;
  }
  footer .small-links a {
    margin-right: 0;
    display: block;
    margin-bottom: 11px;
  }
  footer .social {
    position: absolute;
    bottom: 52px;
    margin: 0;
    left: 0;
    right: 0;
    text-align: center;
  }
  footer .social > a {
    padding-left: 26px;
  }
  footer .social > a img {
    width: 50px;
  }
  footer .social .instagram-icon {
    background-position: -21px -431px;
    width: 50px;
    height: 49px;
  }
  footer .social .facebook-icon {
    background-position: -100px -431px;
    width: 50px;
    height: 49px;
  }
  footer .social .twitter-icon {
    background-position: -181px -431px;
    width: 50px;
    height: 49px;
  }
  footer .social .google-icon {
    background-position: -261px -431px;
    width: 50px;
    height: 49px;
  }
  footer .legal {
    position: absolute;
    margin: 0;
    bottom: 19px;
  }
}
body {
  color: #6a6a6a;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 20px;
}
h1 {
  color: #000000;
  font-family: "Tele-Grotesk", sans-serif;
}
h2,
h3,
h4,
h5,
h6 {
  font-family: "Tele-Grotesk", sans-serif;
  color: #555555;
}
h1 {
  font-size: 72px;
  font-weight: 100;
  line-height: 76px;
}
h1.small {
  font-size: 69px;
  line-height: 82px;
}
h1.xsmall {
  font-size: 60px;
  line-height: 65px;
}
h2 {
  font-size: 48px;
  font-weight: 300;
  line-height: 58px;
}
h3 {
  font-size: 36px;
  font-weight: 300;
  line-height: 43px;
}
h4 {
  font-size: 30px;
  font-weight: 300;
  line-height: 36px;
}
h5 {
  font-size: 26px;
  font-weight: 300;
  line-height: 31px;
}
h6 {
  font-size: 24px;
  font-weight: 200;
  line-height: 29px;
}
label {
  font-weight: inherit;
}
label.disabled {
  cursor: not-allowed;
}
label.disabled p,
label.disabled h1,
label.disabled h2,
label.disabled h3,
label.disabled h4,
label.disabled h5,
label.disabled h6 {
  color: #cecece;
}
.lead {
  font-size: 18px;
  line-height: 22px;
}
p,
.p {
  color: #6a6a6a;
  font-size: 16px;
  line-height: 19px;
}
.small {
  font-size: 14px;
  line-height: 17px;
}
.xsmall {
  font-size: 12px;
  line-height: 15px;
}
.legal {
  font-size: 10px;
  color: #555555;
  line-height: 12px;
}
.price-text {
  font-family: "Tele-Grotesk", sans-serif;
  font-weight: 200;
  font-size: 50px;
  line-height: 60px;
}
.price-text sup {
  font-size: 20px;
  line-height: 1;
  top: 11px;
  vertical-align: top;
}
.price-text.price-small {
  font-weight: 100;
  font-size: 27px;
  line-height: 1;
}
.price-text.price-small sup {
  font-size: 13px;
  top: 2px;
}
@media (min-width: 768px) and (max-width: 991px) {
  h2 {
    font-size: 36px;
    line-height: 43px;
  }
  h3 {
    font-size: 28px;
    line-height: 34px;
  }
  h4 {
    font-size: 26px;
    line-height: 31px;
  }
  h5 {
    font-size: 24px;
    line-height: 29px;
  }
  h6 {
    font-size: 24px;
    line-height: 29px;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 44px;
    line-height: 53px;
  }
  h1.small {
    font-size: 44px;
    line-height: 53px;
  }
  h1.xsmall {
    font-size: 44px;
    line-height: 47px;
  }
  h2 {
    font-size: 28px;
    line-height: 34px;
  }
  h3 {
    font-size: 24px;
    line-height: 29px;
  }
  h4 {
    font-size: 22px;
    line-height: 25px;
  }
  h5 {
    font-size: 20px;
    line-height: 24px;
  }
  h6 {
    font-size: 20px;
    line-height: 24px;
  }
  body {
    font-size: 14px;
    line-height: 17px;
  }
  p,
  .p {
    font-size: 14px;
    line-height: 17px;
  }
  .lead {
    font-size: 16px;
    line-height: 22px;
  }
  .small {
    font-size: 12px;
    line-height: 15px;
  }
  .xsmall {
    font-size: 11px;
    line-height: 13px;
  }
}
.black {
  color: #000000;
}
.magenta {
  color: #e20074 !important;
}
.gray {
  color: #6a6a6a;
}
.gray-dark {
  color: #555555;
}
.gray-light {
  color: #9b9b9b;
}
.gray-lightest {
  color: #cecece;
}
.red {
  color: #ff0000;
}
.green {
  color: #09b119;
}
.blue {
  color: #0872ba;
}
.on-magenta {
  background-color: #e20074;
}
.on-magenta h1,
.on-magenta h2,
.on-magenta h3,
.on-magenta h4,
.on-magenta h5,
.on-magenta h6,
.on-magenta p {
  color: #ffffff;
}
.on-magenta.title {
  min-height: 217px;
  padding-top: 50px;
  padding-bottom: 65px;
}
.on-magenta.title h1,
.on-magenta.title p {
  margin: 0;
}
.on-magenta.title p {
  margin-top: 35px;
}
.on-magenta.title.single-line {
  padding-top: 0;
  padding-bottom: 0;
  display: table;
}
.on-magenta.title.single-line > .content {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
@media (max-width: 767px) {
  .on-magenta.title {
    min-height: 116px;
    padding-top: 28px;
    padding-bottom: 22px;
  }
  .on-magenta.title.single-line {
    min-height: 78px;
  }
}
a {
  color: #e20074;
}
a:hover,
a:focus {
  color: #ba0060;
  text-decoration: none;
}
a.disabled {
  color: #cecece;
  cursor: not-allowed;
}
.a-on-magenta {
  background-color: #e20074;
  color: #ffffff;
}
.magenta-circle {
  width: 51px;
  height: 51px;
  background-color: #e20074;
  text-align: center;
  display: inline-block;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}
.magenta-circle p {
  color: #ffffff;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 14px;
  line-height: 14px;
}
.magenta-circle.multiline {
  padding-bottom: 3px;
}
.n-padding,
.n-p {
  padding-left: 0;
  padding-right: 0;
}
.n-padding-l,
.n-p-l {
  padding-left: 0;
}
.n-padding-r,
.n-p-r {
  padding-right: 0;
}
.n-margin,
.n-m {
  margin: 0;
}
.n-margin-t,
.n-m-t {
  margin-top: 0;
}
.n-margin-b,
.n-m-b {
  margin-bottom: 0;
}
.m-t-5 {
  margin-top: 5px;
}
.m-t-10 {
  margin-top: 10px;
}
.m-t-15 {
  margin-top: 15px;
}
.m-t-20 {
  margin-top: 20px;
}
.m-t-25 {
  margin-top: 25px;
}
.m-t-30 {
  margin-top: 30px;
}
.m-t-35 {
  margin-top: 35px;
}
.m-t-40 {
  margin-top: 40px;
}
.m-t-45 {
  margin-top: 45px;
}
.m-t-50 {
  margin-top: 50px;
}
.m-r-5 {
  margin-right: 5px;
}
.m-r-10 {
  margin-right: 10px;
}
.m-r-15 {
  margin-right: 15px;
}
.m-r-20 {
  margin-right: 20px;
}
.m-r-25 {
  margin-right: 25px;
}
.m-r-30 {
  margin-right: 30px;
}
.m-r-35 {
  margin-right: 35px;
}
.m-r-40 {
  margin-right: 40px;
}
.m-r-45 {
  margin-right: 45px;
}
.m-r-50 {
  margin-right: 50px;
}
.m-b-5 {
  margin-bottom: 5px;
}
.m-b-10 {
  margin-bottom: 10px;
}
.m-b-15 {
  margin-bottom: 15px;
}
.m-b-20 {
  margin-bottom: 20px;
}
.m-b-25 {
  margin-bottom: 25px;
}
.m-b-30 {
  margin-bottom: 30px;
}
.m-b-35 {
  margin-bottom: 35px;
}
.m-b-40 {
  margin-bottom: 40px;
}
.m-b-45 {
  margin-bottom: 45px;
}
.m-b-50 {
  margin-bottom: 50px;
}
.m-b-55 {
  margin-bottom: 55px;
}
.m-b-60 {
  margin-bottom: 60px;
}
.m-l-5 {
  margin-left: 5px;
}
.m-l-10 {
  margin-left: 10px;
}
.m-l-15 {
  margin-left: 15px;
}
.m-l-20 {
  margin-left: 20px;
}
.m-l-25 {
  margin-left: 25px;
}
.m-l-30 {
  margin-left: 30px;
}
.m-l-35 {
  margin-left: 35px;
}
.m-l-40 {
  margin-left: 40px;
}
.m-l-45 {
  margin-left: 45px;
}
.m-l-50 {
  margin-left: 50px;
}
.float-none {
  float: none;
}
@media (max-width: 767px) {
  .xs-text-center {
    text-align: center;
  }
}
.row.equal-heights {
  overflow: hidden;
}
.row.equal-heights > [class*="col-"] {
  margin-bottom: -99999px;
  padding-bottom: 99999px;
}
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.align-items {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.inline-block {
  display: inline-block;
}
.block {
  display: block;
}
.title-spacing {
  margin-top: 50px;
  margin-bottom: 50px;
}
.title-spacing h2,
.title-spacing h1 {
  margin-top: 0;
  margin-bottom: 0;
}
.title-spacing h6 {
  margin-top: 25px;
}
@media (max-width: 767px) {
  .title-spacing {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .title-spacing h6 {
    margin-top: 20px;
  }
}
.page-title {
  padding-top: 32px;
  padding-bottom: 30px;
  border-bottom: 1px solid #9b9b9b;
}
.page-title h2 {
  margin: 0;
}
@media (max-width: 767px) {
  .page-title {
    padding-top: 30px;
  }
}
.landing-page-header {
  border-top: 2px solid #ffffff;
  padding-top: 27px;
  padding-bottom: 22px;
}
.landing-page-header h1 {
  margin: 0 0 18px;
}
.landing-page-header .subheader {
  margin-bottom: 0;
}
.landing-page-header .alert-button {
  margin-top: -7px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .landing-page-header {
    padding-top: 22px;
    padding-bottom: 18px;
  }
}
@media (max-width: 767px) {
  .landing-page-header {
    padding-top: 25px;
    padding-bottom: 18px;
  }
  .landing-page-header h1 {
    margin-bottom: 16px;
  }
  .landing-page-header .subheader .small {
    display: block;
  }
  .landing-page-header .alert-button {
    margin-top: 11px;
  }
}
.confirmation-header {
  border-top: 2px solid #ffffff;
  height: 150px;
}
.confirmation-header .center {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.confirmation-header h1 {
  margin: 0;
}
.confirmation-header h5 {
  margin: 20px 0 0;
}
.confirmation-header.single {
  height: 130px;
}
@media (max-width: 767px) {
  .confirmation-header {
    height: 116px;
  }
  .confirmation-header.single {
    height: 78px;
  }
}
.header-pattern.header-white {
  background: none;
  border-top: none;
  border-bottom: 1px solid #9b9b9b;
}
.header-pattern.header-white .secondary-header .secondary-header-content h1,
.header-pattern.header-white .secondary-header .secondary-header-content h2,
.header-pattern.header-white .secondary-header .secondary-header-content h3,
.header-pattern.header-white .secondary-header .secondary-header-content h4,
.header-pattern.header-white .secondary-header .secondary-header-content h5,
.header-pattern.header-white .secondary-header .secondary-header-content h6 {
  color: #555555;
}
.header-pattern.header-white .secondary-header .secondary-header-content p.small {
  color: #6a6a6a;
}
.header-pattern.header-white .secondary-header .secondary-header-content p.lead {
  color: #6a6a6a;
}
.header-pattern.header-white .secondary-header .secondary-header-content .main-header {
  margin-top: 28px;
}
.header-pattern.header-white .secondary-header .secondary-header-content .alert-block {
  margin-top: -39px;
}
.header-pattern.header-white .secondary-header .secondary-header-content .alert-block .alert-button .alert-magenta {
  color: #e20074;
}
.header-pattern.header-white .secondary-header .secondary-header-content .alert-block .alert-button .alert-magenta i {
  color: #e20074;
}
.header-pattern.header-white .secondary-header .secondary-header-content .alert-block .alert-button .circle.circle-border {
  background-color: #e20074;
  border: 4px solid #ba0060;
}
.header-pattern.header-white .secondary-header .secondary-header-content .multiline-header {
  margin-top: 8px;
  margin-bottom: 1px;
}
.header-pattern.header-margin {
  margin-top: 2px;
}
.header-pattern .secondary-header {
  height: 130px;
  max-width: 970px;
  margin-left: auto;
  margin-right: auto;
}
.header-pattern .secondary-header .secondary-header-content {
  margin-top: 17px;
}
.header-pattern .secondary-header .secondary-header-content h1,
.header-pattern .secondary-header .secondary-header-content h2,
.header-pattern .secondary-header .secondary-header-content h3,
.header-pattern .secondary-header .secondary-header-content h4,
.header-pattern .secondary-header .secondary-header-content h5,
.header-pattern .secondary-header .secondary-header-content h6,
.header-pattern .secondary-header .secondary-header-content p {
  color: #ffffff;
}
.header-pattern .secondary-header .secondary-header-content p.lead {
  margin-top: -1px;
}
.header-pattern .secondary-header .secondary-header-content .main-header {
  margin-top: 20px;
}
.header-pattern .secondary-header .secondary-header-content .alert-block {
  margin-top: -40px;
}
.header-pattern .secondary-header .secondary-header-content .alert-block .alert-button .circle.circle-border {
  height: 30px;
  width: 30px;
  padding-top: 2px;
  border: 4px solid #a10053;
  margin-right: 13px;
}
.header-pattern .secondary-header .secondary-header-content .alert-block .alert-button i.caret-align {
  margin-top: 3px;
  margin-left: 6px;
}
.header-pattern .secondary-header.type-two {
  height: 112px;
}
.header-pattern .secondary-header.type-two .secondary-header-content {
  margin-top: 10px;
}
.header-pattern .secondary-header.type-two .secondary-header-content .act-align {
  text-align: right;
  margin-top: 10px;
}
.header-pattern .secondary-header.height-five {
  height: 84px;
}
.header-pattern .secondary-header.height-five .secondary-header-content {
  margin-top: 10px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .header-pattern.header-white .secondary-header .secondary-header-content .main-header {
    margin-top: 39px;
  }
  .header-pattern.header-white .secondary-header .secondary-header-content .alert-block {
    margin-top: -35px;
  }
  .header-pattern.header-white .secondary-header .secondary-header-content .multiline-header {
    margin-top: 19px;
    margin-bottom: 5px;
  }
  .header-pattern.header-white .secondary-header.height-five {
    padding-top: 11px;
  }
  .header-pattern.header-margin {
    margin-top: 0;
  }
  .header-pattern .secondary-header {
    max-width: 750px;
  }
}
@media (max-width: 767px) {
  .header-pattern.header-white .secondary-header.type-two .secondary-header-content .main-header {
    margin-top: 26px;
  }
  .header-pattern.header-white .secondary-header.type-two .secondary-header-content .act-align {
    margin-top: 2px;
  }
  .header-pattern.header-white .secondary-header.type-two .secondary-header-content .alert-block {
    margin-top: -24px;
  }
  .header-pattern.header-white .secondary-header .secondary-header-content .multiline-header {
    margin-top: 10px;
    margin-bottom: 6px;
  }
  .header-pattern.header-white .secondary-header.height-five {
    height: 62px;
  }
  .header-pattern.header-white .secondary-header.height-five .secondary-header-content {
    margin-top: 15px;
  }
  .header-pattern.header-margin {
    margin-top: 0;
  }
  .header-pattern .secondary-header {
    height: 112px;
  }
  .header-pattern .secondary-header .secondary-header-content {
    margin-top: 25px;
  }
  .header-pattern .secondary-header .secondary-header-content p.lead {
    margin-top: 3px;
  }
  .header-pattern .secondary-header.type-two {
    height: 80px;
  }
  .header-pattern .secondary-header.type-two.type-two-xs {
    height: 112px;
  }
  .header-pattern .secondary-header.type-two .secondary-header-content {
    margin-top: 2px;
  }
  .header-pattern .secondary-header.type-two .secondary-header-content .act-align {
    text-align: left;
    margin-top: -1px;
  }
  .header-pattern .secondary-header.type-two .secondary-header-content .main-header {
    margin-top: 12px;
  }
  .header-pattern .secondary-header.type-two .secondary-header-content .alert-block {
    margin-top: -23px;
  }
  .header-pattern .secondary-header.type-two .secondary-header-content .alert-block .alert-button .circle.circle-border {
    margin-right: 10px;
  }
}
@media (min-width: 992px) {
  .extra-padding-l {
    padding-left: 30px;
  }
  .extra-padding-l .row-fix {
    margin-left: -30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .extra-padding-l {
    padding-left: 25px;
  }
  .extra-padding-l .row-fix {
    margin-left: -25px;
  }
}
.strict h1:before,
.strict h1:after,
.strict h2:before,
.strict h2:after,
.strict h3:before,
.strict h3:after,
.strict h4:before,
.strict h4:after,
.strict h5:before,
.strict h5:after,
.strict h6:before,
.strict h6:after,
.strict p:before,
.strict p:after {
  display: table-caption;
  content: "";
}
.strict h1:before {
  margin-top: -12px;
}
.strict h1:after {
  margin-bottom: -15px;
}
.strict h1.small:before {
  margin-top: -16px;
}
.strict h1.small:after {
  margin-bottom: -19px;
}
.strict h1.xsmall:before {
  margin-top: -10px;
}
.strict h1.xsmall:after {
  margin-bottom: -14px;
}
.strict h2:before {
  margin-top: -12px;
}
.strict h2:after {
  margin-bottom: -14px;
}
.strict h3:before {
  margin-top: -9px;
}
.strict h3:after {
  margin-bottom: -10px;
}
.strict h4:before {
  margin-top: -7px;
}
.strict h4:after {
  margin-bottom: -9px;
}
.strict h5:before {
  margin-top: -6px;
}
.strict h5:after {
  margin-bottom: -8px;
}
.strict h6:before {
  margin-top: -6px;
}
.strict h6:after {
  margin-bottom: -7px;
}
.strict p.lead:before {
  margin-top: -4px;
}
.strict p.lead:after {
  margin-bottom: -5px;
}
.strict p:before {
  margin-top: -3px;
}
.strict p:after {
  margin-bottom: -4px;
}
.strict p.small:before {
  margin-top: -3px;
}
.strict p.small:after {
  margin-bottom: -4px;
}
.strict p.xsmall:before {
  margin-top: -2px;
}
.strict p.xsmall:after {
  margin-bottom: -4px;
}
.strict p.legal:before {
  margin-top: -2px;
}
.strict p.legal:after {
  margin-bottom: -3px;
}
.strict h2.price-text:before {
  margin-top: -12px;
}
.strict h2.price-text:after {
  margin-bottom: -14px;
}
.strict h2.price-text.price-small:before {
  margin-top: -4px;
}
.strict h2.price-text.price-small:after {
  margin-bottom: -5px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .strict h2:before {
    margin-top: -9px;
  }
  .strict h2:after {
    margin-bottom: -10px;
  }
  .strict h3:before {
    margin-top: -7px;
  }
  .strict h3:after {
    margin-bottom: -8px;
  }
  .strict h4:before {
    margin-top: -5px;
  }
  .strict h4:after {
    margin-bottom: -8px;
  }
  .strict h5:before {
    margin-top: -6px;
  }
  .strict h5:after {
    margin-bottom: -7px;
  }
}
@media (max-width: 767px) {
  .strict h1:before {
    margin-top: -10px;
  }
  .strict h1:after {
    margin-bottom: -13px;
  }
  .strict h1.small:before {
    margin-top: -10px;
  }
  .strict h1.small:after {
    margin-bottom: -13px;
  }
  .strict h1.xsmall:before {
    margin-top: -7px;
  }
  .strict h1.xsmall:after {
    margin-bottom: -10px;
  }
  .strict h2:before {
    margin-top: -7px;
  }
  .strict h2:after {
    margin-bottom: -8px;
  }
  .strict h3:before {
    margin-top: -6px;
  }
  .strict h3:after {
    margin-bottom: -7px;
  }
  .strict h4:before {
    margin-top: -4px;
  }
  .strict h4:after {
    margin-bottom: -6px;
  }
  .strict h5:before {
    margin-top: -4px;
  }
  .strict h5:after {
    margin-bottom: -6px;
  }
  .strict h6:before {
    margin-top: -4px;
  }
  .strict h6:after {
    margin-bottom: -6px;
  }
  .strict p.lead:before {
    margin-top: -4px;
  }
  .strict p.lead:after {
    margin-bottom: -6px;
  }
  .strict p.small:before {
    margin-top: -2px;
  }
  .strict p.small:after {
    margin-bottom: -4px;
  }
  .strict p.xsmall:before {
    margin-top: -2px;
  }
  .strict p.xsmall:after {
    margin-bottom: -3px;
  }
}
/*
Version: 3.5.1 Timestamp: Tue Jul 22 18:58:56 EDT 2014
*/
.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, #eeeeee), color-stop(0.5, #ffffff));
  background-image: -webkit-linear-gradient(center bottom, #eeeeee 0%, #ffffff 50%);
  background-image: -moz-linear-gradient(center bottom, #eeeeee 0%, #ffffff 50%);
  background-image: linear-gradient(to top, #eeeeee 0%, #ffffff 50%);
}
html[dir="rtl"] .select2-container .select2-choice {
  padding: 0 8px 0 0;
}
.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, #eeeeee), color-stop(0.9, #ffffff));
  background-image: -webkit-linear-gradient(center bottom, #eeeeee 0%, #ffffff 90%);
  background-image: -moz-linear-gradient(center bottom, #eeeeee 0%, #ffffff 90%);
  background-image: linear-gradient(to bottom, #eeeeee 0%, #ffffff 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;
  float: none;
  width: auto;
}
html[dir="rtl"] .select2-container .select2-choice > .select2-chosen {
  margin-left: 26px;
  margin-right: 0;
}
.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;
  /*update-here*/
  background: url("../img/mega-icon-sprite.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;
}
.select2-drop.select2-drop-above {
  margin-top: 1px;
  border-top: 1px solid #aaa;
  border-bottom: 0;
  border-radius: 4px 4px 0 0;
}
.select2-drop-active {
  border: 1px solid #5897fb;
  border-top: none;
}
.select2-drop.select2-drop-above.select2-drop-active {
  border-top: 1px solid #5897fb;
}
.select2-drop-auto-width {
  border-top: 1px solid #aaa;
  width: auto;
}
.select2-drop-auto-width .select2-search {
  padding-top: 4px;
}
.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, #cccccc), color-stop(0.6, #eeeeee));
  background-image: -webkit-linear-gradient(center bottom, #cccccc 0%, #eeeeee 60%);
  background-image: -moz-linear-gradient(center bottom, #cccccc 0%, #eeeeee 60%);
  background-image: linear-gradient(to top, #cccccc 0%, #eeeeee 60%);
}
html[dir="rtl"] .select2-container .select2-choice .select2-arrow {
  left: 0;
  right: auto;
  border-left: none;
  border-right: 1px solid #aaa;
  border-radius: 4px 0 0 4px;
}
.select2-container .select2-choice .select2-arrow b {
  display: block;
  width: 100%;
  height: 100%;
  background: url('../img/mega-icon-sprite.png') no-repeat -331px -109px;
}
html[dir="rtl"] .select2-container .select2-choice .select2-arrow b {
  background-position: 2px 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;
  /*update-here*/
  background: #ffffff url('../img/mega-icon-sprite.png') no-repeat 100% -22px;
  background: url('../img/mega-icon-sprite.png') no-repeat 100% -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #ffffff), color-stop(0.99, #eeeeee));
  background: url('../img/mega-icon-sprite.png') no-repeat 100% -22px, -webkit-linear-gradient(center bottom, #ffffff 85%, #eeeeee 99%);
  background: url('../img/mega-icon-sprite.png') no-repeat 100% -22px, -moz-linear-gradient(center bottom, #ffffff 85%, #eeeeee 99%);
  background: url('../img/mega-icon-sprite.png') no-repeat 100% -22px, linear-gradient(to bottom, #ffffff 85%, #eeeeee 99%) 0 0;
}
html[dir="rtl"] .select2-search input {
  padding: 4px 5px 4px 20px;
  /*update-here*/
  background: #ffffff url('../img/mega-icon-sprite.png') no-repeat -37px -22px;
  background: url('../img/mega-icon-sprite.png') no-repeat -37px -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #ffffff), color-stop(0.99, #eeeeee));
  background: url('../img/mega-icon-sprite.png') no-repeat -37px -22px, -webkit-linear-gradient(center bottom, #ffffff 85%, #eeeeee 99%);
  background: url('../img/mega-icon-sprite.png') no-repeat -37px -22px, -moz-linear-gradient(center bottom, #ffffff 85%, #eeeeee 99%);
  background: url('../img/mega-icon-sprite.png') no-repeat -37px -22px, linear-gradient(to bottom, #ffffff 85%, #eeeeee 99%) 0 0;
}
.select2-drop.select2-drop-above .select2-search input {
  margin-top: 4px;
}
.select2-search input.select2-active {
  background: #ffffff url('../img/select2-spinner.gif') no-repeat 100%;
  background: url('../img/select2-spinner.gif') no-repeat 100%, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #ffffff), color-stop(0.99, #eeeeee));
  background: url('../img/select2-spinner.gif') no-repeat 100%, -webkit-linear-gradient(center bottom, #ffffff 85%, #eeeeee 99%);
  background: url('../img/select2-spinner.gif') no-repeat 100%, -moz-linear-gradient(center bottom, #ffffff 85%, #eeeeee 99%);
  background: url('../img/select2-spinner.gif') no-repeat 100%, linear-gradient(to bottom, #ffffff 85%, #eeeeee 99%) 0 0;
}
.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
  border: 1px solid #5897fb;
  outline: none;
}
.select2-dropdown-open .select2-choice {
  border-bottom-color: transparent;
  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, #ffffff), color-stop(0.5, #eeeeee));
  background-image: -webkit-linear-gradient(center bottom, #ffffff 0%, #eeeeee 50%);
  background-image: -moz-linear-gradient(center bottom, #ffffff 0%, #eeeeee 50%);
  background-image: linear-gradient(to top, #ffffff 0%, #eeeeee 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, #ffffff), color-stop(0.5, #eeeeee));
  background-image: -webkit-linear-gradient(center top, #ffffff 0%, #eeeeee 50%);
  background-image: -moz-linear-gradient(center top, #ffffff 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #eeeeee 50%);
}
.select2-dropdown-open .select2-choice .select2-arrow {
  background: transparent;
  border-left: none;
  filter: none;
}
html[dir="rtl"] .select2-dropdown-open .select2-choice .select2-arrow {
  border-right: none;
}
.select2-dropdown-open .select2-choice .select2-arrow b {
  background-position: -350px -109px;
}
html[dir="rtl"] .select2-dropdown-open .select2-choice .select2-arrow b {
  background-position: -16px 1px;
}
.select2-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 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);
}
html[dir="rtl"] .select2-results {
  padding: 0 4px 0 0;
  margin: 4px 0 4px 4px;
}
.select2-results ul.select2-result-sub {
  margin: 0;
  padding-left: 0;
}
.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-dept-1 .select2-result-label {
  padding-left: 20px;
}
.select2-results-dept-2 .select2-result-label {
  padding-left: 40px;
}
.select2-results-dept-3 .select2-result-label {
  padding-left: 60px;
}
.select2-results-dept-4 .select2-result-label {
  padding-left: 80px;
}
.select2-results-dept-5 .select2-result-label {
  padding-left: 100px;
}
.select2-results-dept-6 .select2-result-label {
  padding-left: 110px;
}
.select2-results-dept-7 .select2-result-label {
  padding-left: 120px;
}
.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-ajax-error,
.select2-results .select2-selection-limit {
  background: #f4f4f4;
  display: list-item;
  padding-left: 5px;
}
/*
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-results .select2-ajax-error {
  background: rgba(255, 50, 50, 0.2);
}
.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 5px 0 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%, #eeeeee), color-stop(15%, #ffffff));
  background-image: -webkit-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background-image: -moz-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background-image: linear-gradient(to bottom, #eeeeee 1%, #ffffff 15%);
}
html[dir="rtl"] .select2-container-multi .select2-choices {
  padding: 0 0 0 5px;
}
.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;
}
.select2-container-multi .select2-choices li {
  float: left;
  list-style: none;
}
html[dir="rtl"] .select2-container-multi .select2-choices li {
  float: right;
}
.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;
  background: transparent !important;
}
.select2-container-multi .select2-choices .select2-search-field input.select2-active {
  background: #ffffff 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;
  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;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(to top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
}
html[dir="rtl"] .select2-container-multi .select2-choices .select2-search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 18px 3px 5px;
}
.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;
  /*update-here*/
  background: url('../img/mega-icon-sprite.png') right top no-repeat;
}
html[dir="rtl"] .select2-search-choice-close {
  right: auto;
  left: 3px;
}
.select2-container-multi .select2-search-choice-close {
  left: 3px;
}
html[dir="rtl"] .select2-container-multi .select2-search-choice-close {
  left: auto;
  right: 2px;
}
.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: 2dppx) {
  .select2-search input,
  .select2-search-choice-close,
  .select2-container .select2-choice abbr,
  .select2-container .select2-choice .select2-arrow b {
    background-image: url('../img/mega-icon-sprite.png');
  }
  .select2-search input {
    background-position: 100% -21px !important;
  }
}
/*!
 * ui-select
 * http://github.com/angular-ui/ui-select
 * Version: 0.9.5 - 2014-12-12T16:07:20.859Z
 * License: MIT
 */
/* Style when highlighting a search. */
.ui-select-highlight {
  font-weight: bold;
}
.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: 0px !important;
  top: 0px !important;
}
/* Select2 theme */
/* Mark invalid Select2 */
.ng-dirty.ng-invalid > a.select2-choice {
  border-color: #D44950;
}
.select2-result-single {
  padding-left: 0;
}
.select2-locked > .select2-search-choice-close {
  display: none;
}
.select-locked > .ui-select-match-close {
  display: none;
}
/* Selectize theme */
/* Helper class to show styles when focus */
.selectize-input.selectize-focus {
  border-color: #007FBB !important;
}
/* Fix input width for Selectize theme */
.selectize-control > .selectize-input > input {
  width: 100%;
}
/* Fix dropdown width for Selectize theme */
.selectize-control > .selectize-dropdown {
  width: 100%;
}
/* Mark invalid Selectize */
.ng-dirty.ng-invalid > div.selectize-input {
  border-color: #D44950;
}
/* Bootstrap theme */
/* Helper class to show styles when focus */
.btn-default-focus {
  color: #333;
  background-color: #EBEBEB;
  border-color: #ADADAD;
  text-decoration: none;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
/* Fix Bootstrap dropdown position when inside a input-group */
.input-group > .ui-select-bootstrap.dropdown {
  /* Instead of relative */
  position: static;
}
.input-group > .ui-select-bootstrap > input.ui-select-search.form-control {
  border-radius: 4px;
  /* FIXME hardcoded value :-/ */
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.ui-select-bootstrap > .ui-select-match {
  /* Instead of center because of .btn */
  text-align: left;
}
.ui-select-bootstrap > .ui-select-match > .caret {
  position: absolute;
  top: 45%;
  right: 15px;
}
/* See Scrollable Menu with Bootstrap 3 http://stackoverflow.com/questions/19227496 */
.ui-select-bootstrap > .ui-select-choices {
  width: 100%;
  height: auto;
  max-height: 200px;
  overflow-x: hidden;
}
.ui-select-multiple.ui-select-bootstrap {
  height: auto;
  padding: .3em;
}
.ui-select-multiple.ui-select-bootstrap input.ui-select-search {
  background-color: transparent !important;
  /* To prevent double background when disabled */
  border: none;
  outline: none;
  height: 1.666666em;
}
.ui-select-multiple.ui-select-bootstrap .ui-select-match .close {
  font-size: 1.6em;
  line-height: 0.75;
}
.ui-select-multiple.ui-select-bootstrap .ui-select-match-item {
  outline: 0;
}
.ui-select-bootstrap .ui-select-choices-row > a {
  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 > a:hover,
.ui-select-bootstrap .ui-select-choices-row > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.ui-select-bootstrap .ui-select-choices-row.active > a {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #428bca;
}
.ui-select-bootstrap .ui-select-choices-row.disabled > a,
.ui-select-bootstrap .ui-select-choices-row.active.disabled > a {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
}
/* fix hide/show angular animation */
.ui-select-match.ng-hide-add,
.ui-select-search.ng-hide-add {
  display: none !important;
}
/* Mark invalid Bootstrap */
.ui-select-bootstrap.ng-dirty.ng-invalid > button.btn.ui-select-match {
  border-color: #D44950;
}
.btn {
  -webkit-border-radius: 45px;
  -moz-border-radius: 45px;
  border-radius: 45px;
  color: #ffffff;
  font-family: "Tele-Grotesk", sans-serif;
  font-size: 18px;
  font-weight: 300;
  height: 45px;
  line-height: 1;
  min-width: 240px;
  padding: 11px 30px;
  outline: none !important;
}
.btn:active {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn.btn-small {
  min-width: 210px;
}
@media (max-width: 767px) {
  .btn {
    width: 240px;
    margin-top: 0;
    margin-bottom: 25px;
  }
}
.btn-primary {
  background-color: #e20074;
  border: 0 none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  background-color: #ba0060;
}
.btn-secondary {
  background-color: #ffffff;
  border: 2px solid #cecece;
  color: #e20074;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active {
  background-color: #ffffff;
  color: #ba0060;
  border-color: #e20074;
}
.btn-primary.disabled,
.btn-primary.disabled:hover,
.btn-primary[disabled],
.btn-primary[disabled]:hover,
.btn-disabled,
.btn-disabled:hover {
  color: #ffffff;
  background-color: #cecece;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.btn-secondary.disabled,
.btn-secondary.disabled:hover,
.btn-secondary[disabled],
.btn-secondary[disabled]:hover {
  color: #cecece;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.on-magenta .btn-primary {
  background-color: #ffffff;
  color: #e20074;
}
.on-magenta .btn-primary:hover,
.on-magenta .btn-primary:focus,
.on-magenta .btn-primary:active {
  background-color: #f8f8f8;
  color: #ba0060;
}
.on-magenta .btn-primary.disabled,
.on-magenta .btn-primary[disabled],
.on-magenta .btn-primary.disabled:hover,
.on-magenta .btn-primary[disabled]:hover {
  background-color: #ffffff;
  color: #cecece;
}
.on-magenta .btn-secondary {
  background-color: #e20074;
  border: 2px solid #ffffff;
  color: #ffffff;
}
.on-magenta .btn-secondary:hover,
.on-magenta .btn-secondary:focus,
.on-magenta .btn-secondary:active {
  background-color: #ba0060;
  color: #ffffff;
  border: 2px solid #ffffff;
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  filter: alpha(opacity=80);
}
.on-magenta .btn-secondary.disabled,
.on-magenta .btn-secondary[disabled],
.on-magenta .btn-secondary.disabled:hover,
.on-magenta .btn-secondary[disabled]:hover {
  background-color: #ba0060;
  color: #ffffff;
  border: 2px solid #ffffff;
  -moz-opacity: 0.4;
  -khtml-opacity: 0.4;
  -webkit-opacity: 0.4;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40);
  filter: alpha(opacity=40);
}
.buttons-container {
  position: relative;
}
@media (min-width: 768px) {
  .buttons-container .button-box {
    display: inline-block;
    margin-right: 45px;
  }
  .buttons-container .button-box:last-of-type {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .buttons-container .button-box {
    display: block;
    position: relative;
    text-align: center;
  }
  .buttons-container .button-box:first-of-type {
    top: 70px;
  }
  .buttons-container .button-box:nth-of-type(2) {
    top: -70px;
  }
  .buttons-container .button-box:nth-of-type(2) .btn {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .buttons-container.buttons-3 .button-box:first-of-type {
    top: 140px;
  }
  .buttons-container.buttons-3 .button-box:nth-of-type(2) {
    top: 0;
  }
  .buttons-container.buttons-3 .button-box:nth-of-type(3) {
    top: -115px;
  }
}
.buttons-container.button-spacing {
  margin-top: 50px;
  margin-bottom: 50px;
}
.buttons-container.button-spacing-t {
  margin-top: 50px;
}
.buttons-container.button-spacing-b {
  margin-top: 50px;
}
.buttons-container-vertical .button-box {
  margin-bottom: 25px;
}
.buttons-container-vertical .button-box:last-of-type {
  margin-bottom: 0;
}
.buttons-container-vertical .button-box .btn {
  margin: 0;
}
.buttons-container-vertical.button-spacing {
  margin-top: 50px;
  margin-bottom: 50px;
}
.tertiaty-buttons {
  height: 142px;
  border-top: 1px solid #cecece;
  border-bottom: 1px solid #cecece;
}
.tertiaty-buttons .button-box {
  height: 100%;
  border-left: 1px solid #cecece;
  padding: 0;
}
.tertiaty-buttons .button-box:last-of-type {
  border-right: 1px solid #cecece;
}
.tertiaty-buttons .button-box a {
  color: #6a6a6a;
  height: 100%;
  text-align: center;
  display: block;
}
.tertiaty-buttons .button-box a:hover {
  color: #e20074;
}
.tertiaty-buttons .button-box a:hover .t-icon {
  display: none;
}
.tertiaty-buttons .button-box a:hover .t-icon.hover {
  display: inline-block;
}
.tertiaty-buttons .button-box a.disabled {
  color: #cecece;
}
.tertiaty-buttons .button-box a i {
  font-size: 30px;
  margin-bottom: 7px;
}
.tertiaty-buttons .button-box .center {
  display: block;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.tertiaty-buttons .button-box .t-icon {
  margin-bottom: 5px;
}
.tertiaty-buttons .button-box .t-icon.hover {
  display: none;
}
.tertiaty-buttons.task {
  height: 100px;
  border-top: 0;
  border-bottom: 0;
}
.tertiaty-buttons.task .button-box {
  border: 0;
}
.tertiaty-buttons.task .button-box:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 1px;
  height: 40px;
  background-color: #cecece;
  top: 30px;
}
.tertiaty-buttons.task .button-box:first-of-type:before {
  display: none;
}
.tertiaty-buttons.task .button-box a i {
  font-size: 22px;
}
@media (min-width: 768px) {
  .tertiaty-buttons.vertical {
    border: 0;
    height: 270px;
  }
  .tertiaty-buttons.vertical .button-box {
    border: 0;
    border-top: 1px solid #cecece;
    height: 50%;
  }
  .tertiaty-buttons.vertical .button-box:only-child {
    height: 100%;
  }
  .tertiaty-buttons.vertical .button-box:first-of-type {
    border-top: 0;
  }
}
@media (max-width: 767px) {
  .tertiaty-buttons {
    height: 100px;
  }
  .tertiaty-buttons .button-box a i {
    font-size: 30px;
  }
  .tertiaty-buttons.task .button-box:before {
    height: 38px;
    top: 31px;
  }
  .tertiaty-buttons.vertical .button-box:only-child a {
    text-align: left;
    padding-left: 14px;
    padding-right: 14px;
  }
  .tertiaty-buttons.vertical .button-box:only-child a br {
    display: none;
  }
  .tertiaty-buttons.vertical .button-box:only-child a i {
    float: left;
    margin-top: -6px;
    margin-right: 10px;
  }
}
.checkbox-padding {
  padding-left: 31px;
  display: table;
}
.checkbox-padding .co-checkbox {
  float: left;
  margin-left: -31px;
}
.checkbox-padding > .content {
  display: block;
  margin-top: 6px;
  margin-bottom: 0;
}
.co-checkbox {
  display: inline-block;
  line-height: 14px;
  margin-right: 10px;
  position: relative;
  vertical-align: middle;
}
.co-checkbox input[type="checkbox"] {
  width: 20px;
  height: 20px;
  padding: 0;
  margin: 0;
  position: absolute;
  z-index: 1;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
}
.co-checkbox input[type="checkbox"] + .checkbox {
  display: inline-block;
  position: relative;
  z-index: 0;
  width: 20px;
  height: 20px;
  background-color: #cecece;
  text-align: center;
  margin: 0;
}
.co-checkbox input[type="checkbox"] + .checkbox i {
  display: none;
  float: left;
  color: #ffffff;
  margin-left: 2px;
  font-size: 16px;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.co-checkbox input[type="checkbox"]:hover + .checkbox,
.co-checkbox input[type="checkbox"]:focus + .checkbox {
  box-shadow: inset 0 0 40px rgba(0,0,0,.4);
}
.co-checkbox input[type="checkbox"]:checked + .checkbox {
  background: #e20074;
}
.co-checkbox input[type="checkbox"]:checked + .checkbox i {
  display: inline-block;
}
.co-checkmark {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  width: 23px;
  height: 23px;
  background: url("../img/mega-icon-sprite.png") no-repeat scroll -299px 1px transparent;
}
.co-checkmark.stroke {
  -webkit-border-radius: 11px;
  -moz-border-radius: 11px;
  border-radius: 11px;
  background-position: -300px 0px;
  border: 1px #e20074 solid;
}
.co-checkmark.stroke.success {
  background-position: -257px 0px;
  border-color: #09b119;
}
.co-checkmark.stroke.fail {
  background-position: -339px 0px;
  border-color: #e20074;
}
.co-checkmark.stroke.error {
  background-position: -368px 0px;
  border-color: #ff0000;
}
.co-checkmark.stroke.white {
  border-color: #ffffff;
}
.co-select {
  border: none;
  background: #f8f8f8;
  font-size: 14px;
  padding: 12px 10px;
  width: 100%;
}
.forms {
  margin-top: 1em;
  margin-bottom: 1em;
  font-size: 14px;
}
.form-control {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background-color: #f8f8f8;
  border: 0 none;
  color: #6a6a6a;
  font-size: 14px;
  height: 45px;
  padding: 0 16px;
  width: 100%;
}
.form-control:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: #6a6a6a solid 1px;
}
.form-control[disabled] {
  color: #cecece;
  background-color: #f8f8f8;
}
.form-control[disabled]::-webkit-input-placeholder {
  color: #cecece;
}
.form-control[disabled]:-moz-placeholder {
  color: #cecece;
}
.form-control[disabled]::-moz-placeholder {
  color: #cecece;
}
.form-control[disabled]:-ms-input-placeholder {
  color: #cecece;
}
.form-control::-webkit-input-placeholder {
  color: #9b9b9b;
}
.form-control:-moz-placeholder {
  color: #9b9b9b;
}
.form-control::-moz-placeholder {
  color: #9b9b9b;
}
.form-control:-ms-input-placeholder {
  color: #9b9b9b;
}
.form-control.error {
  border: 1px solid #ff0000;
  outline: 0;
}
.form-control.error + .error-label {
  color: #ff0000;
  float: right;
  margin: -30px 10px 0 0;
}
.form-control.input-small {
  height: 40px;
}
.form-control.form-white {
  background-color: #ffffff;
  border: 1px solid #9b9b9b;
}
@media (max-width: 767px) {
  .form-control {
    font-size: 12px;
  }
}
.on-magenta .form-control {
  background-color: #ffffff;
}
.input-group-addon {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background-color: #f8f8f8;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 0 none;
  color: #6a6a6a;
}
.input-group-addon .border {
  border-left: 1px solid #d7d7d7;
  line-height: 40px;
  width: 43px;
  text-align: right;
  padding-right: 3px;
}
.form-group {
  margin-bottom: 25px;
  margin-top: 0;
}
.form-group label {
  font-weight: normal;
}
.form-group-relative {
  position: relative;
}
.form-group-centered {
  text-align: center;
  margin: 1em 0;
}
.form-group-centered button {
  width: 80%;
}
.half-width {
  width: 50%;
}
.icon-snap-pic {
  margin-right: 1em;
  margin-bottom: 1em;
  border-right: 1px solid #ddd;
  padding-right: 2.9em;
  padding-bottom: 2.6em;
}
.form-control-feedback {
  display: block;
  height: 25px;
  line-height: 25px;
  right: 0;
  top: 30px;
  width: 25px;
}
.form-login {
  color: #ffffff;
  background-color: #e20074;
  padding: 1em;
}
.form-login a {
  color: #ffffff;
}
.form-login .form-control {
  background-color: #e20074;
  border: 1px solid #9b9b9b;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #ffffff;
  height: 65px;
  line-height: 1.42857;
  padding: 6px 12px;
  width: 100%;
}
.form-login .checkbox {
  border: 1px solid #9b9b9b;
}
.select2-container {
  width: 100%;
}
.select2-container .select2-choice {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: #f8f8f8;
  border: 0 none;
  color: #000000;
  height: 45px;
  line-height: 45px;
  padding: 0 0 0 16px;
  font-size: 14px;
}
.select2-container .select2-choice.select2-default {
  color: #9b9b9b !important;
}
.select2-container .select2-choice > .select2-chosen {
  margin-right: 50px;
}
.select2-container .select2-choice .select2-arrow {
  background: none;
  border-left-color: #6a6a6a;
  height: 25px;
  line-height: 25px;
  padding: 0;
  text-align: center;
  top: 10px;
  width: 50px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.select2-container .select2-choice .select2-arrow i.open {
  color: #e20074;
}
.select2-container .select2-choice .select2-arrow b {
  background: none;
}
.select2-container .select2-choice .select2-arrow b:before {
  content: "\f107";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  font-size: 24px;
  color: #6a6a6a;
}
@media (max-width: 767px) {
  .select2-container .select2-choice {
    font-size: 12px;
  }
}
.select2-dropdown-open .select2-choice .select2-arrow {
  border-left: 1px solid #6a6a6a;
}
.select2-dropdown-open .select2-choice .select2-arrow b:before {
  content: "\f106";
  color: #e20074;
}
.select2-drop-active {
  background: #f8f8f8;
  border-top: none;
  border: 0;
  border-top: 1px solid #000000;
  color: #6a6a6a;
  font-size: 14px;
}
.select2-results {
  margin: 10px 0;
  padding: 0;
}
.select2-results .select2-highlighted {
  background-color: transparent;
  color: #e20074;
  font-style: italic;
}
.select2-results .select2-result-label {
  padding: 5px 16px;
}
.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
  background-image: none;
}
.t-caret-icon {
  font-size: 16px;
}
.icon-margin {
  padding-left: 29px;
}
.icon-margin i {
  float: left;
  margin-left: -29px;
}
.icon-margin.single-line {
  padding-top: 4px;
}
.icon-margin.single-line i {
  margin-top: -4px;
}
.def {
  color: #9b9b9b;
}
.def.fa-check {
  font-size: 16px;
  color: #09b119;
}
.def.fa-info-circle {
  font-size: 18px;
}
.def.fa-camera {
  font-size: 24px;
}
.def.fa-calendar {
  font-size: 28px;
}
.def.fa-repeat {
  font-size: 18px;
}
.def.fa-share-alt {
  font-size: 18px;
}
.def.fa-star {
  font-size: 18px;
  color: #e20074;
}
.def.fa-star-half-o {
  font-size: 18px;
  color: #e20074;
}
.def.fa-star-o {
  font-size: 18px;
  color: #e20074;
}
.def.fa-plus {
  font-size: 16px;
}
.def.fa-minus {
  font-size: 16px;
}
.def.fa-times {
  font-size: 20px;
}
.def.fa-files-o {
  font-size: 24px;
}
.def.fa-lock {
  font-size: 18px;
  color: #e20074;
}
.def.fa-unlock-alt {
  font-size: 18px;
}
.def.fa-map-marker {
  font-size: 30px;
}
.def.fa-sign-in {
  font-size: 18px;
}
.def.fa-bars {
  font-size: 18px;
}
.def.fa-exclamation-circle {
  font-size: 22px;
  color: #ff0000;
}
.def.fa-flag {
  font-size: 20px;
  color: #e20074;
}
.def.fa-bar-chart {
  font-size: 22px;
}
.def.fa-dashboard {
  font-size: 20px;
}
.def.fa-chain {
  font-size: 20px;
}
.def.fa-download {
  font-size: 20px;
}
.def.fa-gear {
  font-size: 23px;
}
.def.fa-filter {
  font-size: 20px;
}
.def.fa-barcode {
  font-size: 24px;
}
.def.fa-angle-left {
  font-size: 24px;
  color: #000000;
}
.def.fa-angle-right {
  font-size: 24px;
  color: #000000;
}
.def.fa-angle-down {
  font-size: 24px;
  color: #000000;
}
.def.fa-angle-up {
  font-size: 24px;
  color: #e20074;
}
.def.fa-caret-down {
  font-size: 14px;
  color: #6a6a6a;
}
.def.fa-search {
  font-size: 18px;
}
.def.fa-pencil {
  font-size: 24px;
}
.def.fa-comments {
  font-size: 20px;
}
.def.fa-close {
  font-size: 16px;
}
.def.fa-navicon {
  font-size: 22px;
  color: #e20074;
}
.def.gray {
  color: #9b9b9b;
}
/*=============== Color icons ===============*/
.co-icon[class^="color-swatch-"],
.co-icon[class*="color-swatch-"] {
  display: inline-block;
  vertical-align: middle;
  height: 23px;
  width: 23px;
  margin-right: 10px;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  border-radius: 23px;
}
.color-swatch-black {
  background-color: #000000;
}
.color-swatch-white {
  background-color: #ffffff;
  border: 1px solid #cecece;
}
.color-swatch-silver {
  background-color: #c8c8c8;
}
.color-swatch-gold {
  background-color: #cba01b;
}
.color-swatch-pink {
  background-color: #e2308b;
}
.color-swatch-blue {
  background-color: #15529c;
}
.color-swatch-blue-3075A6 {
  background-color: #3075a6;
}
.color-swatch-champagne {
  background-color: #c9b9a5;
}
.color-swatch-sf-purple {
  background-color: #6c9cd2;
}
.color-swatch-green {
  background-color: #6bc269;
}
.color-swatch-space {
  background-color: #535b61;
}
.t-icon {
  background: url('../img/icons/Rebellion_SpriteSheet_v5_050815_AL.PNG') no-repeat;
  display: inline-block;
  line-height: inherit;
  vertical-align: middle;
}
.header-pattern {
  background: url('../img/backgrounds/pattern-hatch.png');
  background-color: #e20074;
  border-top: 2px solid #a10053;
}
.t-icon-certified-pre-owned {
  background-position: -89px -26px;
  height: 25px;
  width: 17px;
}
.t-icon-certified-pre-owned-magenta {
  background-position: -147px -26px;
  height: 25px;
  width: 17px;
}
.t-icon-share-continue-sharing {
  background-position: -89px -162px;
  height: 25px;
  width: 17px;
}
.t-icon-share-set-autopay {
  background-position: -81px -252px;
  height: 25px;
  width: 25px;
}
.t-icon-edit-autopay {
  background-position: -84px -203px;
  height: 25px;
  width: 25px;
}
.t-icon-share-set-autopay-magenta {
  background-position: -136px -252px;
  height: 25px;
  width: 25px;
}
.t-icon-edit-autopay-magenta {
  background-position: -142px -203px;
  height: 25px;
  width: 25px;
}
.t-icon-logo {
  background-position: -189px -72px;
  height: 20px;
  width: 38px;
}
.t-icon-logo-magenta {
  background-position: -254px -70px;
  height: 25px;
  width: 47px;
}
.t-icon-cart-xs-0 {
  background-position: -330px -258px;
  width: 26px;
  height: 19px;
}
.t-icon-cart-xs-1 {
  background-position: -330px -211px;
  width: 26px;
  height: 19px;
}
.t-icon-cart-xs-2 {
  background-position: -330px -170px;
  width: 26px;
  height: 19px;
}
.t-icon-cart-xs-3 {
  background-position: -330px -126px;
  width: 26px;
  height: 19px;
}
.t-icon-cart-sm-0 {
  background-position: -260px -253px;
  width: 32px;
  height: 24px;
}
.t-icon-cart-sm-1 {
  background-position: -260px -206px;
  width: 32px;
  height: 24px;
}
.t-icon-cart-sm-2 {
  background-position: -260px -165px;
  width: 32px;
  height: 24px;
}
.t-icon-cart-sm-3 {
  background-position: -260px -121px;
  width: 32px;
  height: 24px;
}
.t-icon-cart-md-0 {
  background-position: -195px -248px;
  width: 38px;
  height: 29px;
}
.t-icon-cart-md-1 {
  background-position: -194px -201px;
  width: 38px;
  height: 29px;
}
.t-icon-cart-md-2 {
  background-position: -195px -160px;
  width: 38px;
  height: 29px;
}
.t-icon-cart-md-3 {
  background-position: -194px -116px;
  width: 39px;
  height: 29px;
}
.t-icon[class^="t-icon-card-"],
.t-icon[class*="t-icon-card-"] {
  display: inline-block;
  height: 22px;
  line-height: inherit;
  vertical-align: middle;
  width: 38px;
}
.t-icon-card-visa {
  background-position: -21px -375px;
}
.t-icon-card-master {
  background-position: -75px -375px;
}
.t-icon-card-express {
  background-position: -131px -375px;
}
.t-icon-card-discover {
  background-position: -189px -375px;
}
.t-icon-card-star {
  background-position: -248px -375px;
}
.t-icon-card-pulse {
  background-position: -304px -375px;
}
.t-icon-card-accer {
  background-position: -362px -375px;
}
.t-icon-card-nyce {
  background-position: -421px -375px;
}
.t-icon-menu-times-l {
  background-position: -391px -71px;
  width: 23px;
  height: 23px;
}
.t-icon-menu-times-s {
  background-position: -441px -74px;
  width: 16px;
  height: 16px;
}
.t-icon-menu-my {
  background-position: -388px -130px;
  width: 29px;
  height: 15px;
}
.t-icon-menu-my-m {
  background-position: -437px -130px;
  width: 29px;
  height: 15px;
}
.t-icon-menu-shop {
  background-position: -388px -162px;
  width: 19px;
  height: 26px;
}
.t-icon-menu-shop-m {
  background-position: -437px -162px;
  width: 19px;
  height: 26px;
}
.t-icon-menu-bars {
  background-position: -391px -210px;
  width: 13px;
  height: 20px;
}
.t-icon-menu-bars-m {
  background-position: -440px -210px;
  width: 13px;
  height: 20px;
}
.t-icon-menu-logo {
  background-position: -391px -254px;
  width: 31px;
  height: 16px;
}
.t-icon-menu-logo-m {
  background-position: -440px -254px;
  width: 31px;
  height: 16px;
}
.t-icon-arrow-top-left {
  background-position: -485px -70px;
  width: 23px;
  height: 24px;
}
.t-icon-arrow-bottom-right {
  background-position: -485px -124px;
  width: 23px;
  height: 24px;
}
.t-icon-instagram {
  background-position: -21px -431px;
  width: 50px;
  height: 49px;
}
.t-icon-facebook {
  background-position: -100px -431px;
  width: 50px;
  height: 49px;
}
.t-icon-twitter {
  background-position: -181px -431px;
  width: 50px;
  height: 49px;
}
.t-icon-google {
  background-position: -261px -431px;
  width: 50px;
  height: 49px;
}
@media (min-width: 768px) {
  .t-icon-instagram {
    background-position: -348px -431px;
    width: 30px;
    height: 30px;
    display: block;
  }
  .t-icon-facebook {
    background-position: -393px -431px;
    width: 30px;
    height: 30px;
    display: block;
  }
  .t-icon-twitter {
    background-position: -437px -431px;
    width: 30px;
    height: 30px;
    display: block;
  }
  .t-icon-google {
    background-position: -482px -431px;
    width: 30px;
    height: 30px;
    display: block;
  }
  .t-icon-instagram {
    background: url('../img/icons/Rebellion_SpriteSheet_v5_050815_AL.PNG') no-repeat -348px -431px;
    width: 30px;
    height: 30px;
    display: block;
  }
  .t-icon-facebook {
    background: url('../img/icons/Rebellion_SpriteSheet_v5_050815_AL.PNG') no-repeat -393px -431px;
    width: 30px;
    height: 30px;
    display: block;
  }
  .t-icon-twitter {
    background: url('../img/icons/Rebellion_SpriteSheet_v5_050815_AL.PNG') no-repeat -437px -431px;
    width: 30px;
    height: 30px;
    display: block;
  }
  .t-icon-google {
    background: url('../img/icons/Rebellion_SpriteSheet_v5_050815_AL.PNG') no-repeat -482px -431px;
    width: 30px;
    height: 30px;
    display: block;
  }
}
.t-icon-instagram.black,
.t-icon-facebook.black,
.t-icon-twitter.black,
.t-icon-google.black {
  background-color: #000000;
}
.t-icon-instagram.gray,
.t-icon-facebook.gray,
.t-icon-twitter.gray,
.t-icon-google.gray {
  background-color: #6a6a6a;
}
.t-icon-map-mark-magenta {
  background-position: -360px -501px;
  height: 43px;
  width: 30px;
}
.t-icon-map-mark-magenta.dark {
  background-position: -477px -501px;
}
.t-icon-map-mark-magenta.black {
  background-position: -420px -501px;
}
.modal-dialog {
  width: 648px;
  margin-top: 100px;
}
.modal-dialog .modal-content {
  padding: 90px 60px 60px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.modal-dialog .modal-content .logo-icon {
  float: left;
  position: absolute;
  top: 49px;
  left: 50px;
}
.modal-dialog .modal-content .close-x {
  float: right;
  position: absolute;
  right: 50px;
  top: 50px;
  cursor: pointer;
  text-align: right;
  width: 20px;
  height: 20px;
}
.modal-dialog .modal-content .close-x i {
  float: right;
}
.modal-dialog .modal-content .modal-header {
  border-bottom: 0;
  padding: 0;
  margin-bottom: 50px;
}
.modal-dialog .modal-content .modal-header h2,
.modal-dialog .modal-content .modal-header h3 {
  margin-top: 0;
  margin-bottom: 0;
}
.modal-dialog .modal-content .modal-body {
  padding: 0;
}
.modal-dialog .modal-content .modal-footer {
  border-top: 0;
  padding: 0;
  text-align: left;
}
.modal-dialog .modal-content .modal-footer .buttons-container {
  margin-bottom: 0;
}
.modal-dialog .modal-content .modal-footer .button-box {
  margin-right: 30px;
}
.modal-dialog .modal-content .modal-footer .button-box:last-of-type {
  margin-right: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  .modal-dialog {
    width: 626px;
    margin-top: 80px;
  }
  .modal-dialog .modal-content {
    padding: 80px 50px 50px;
  }
  .modal-dialog .modal-content .logo-icon {
    top: 37px;
    left: 40px;
  }
  .modal-dialog .modal-content .close-x {
    top: 40px;
    right: 40px;
  }
}
@media (max-width: 767px) {
  .modal-dialog {
    width: auto;
    margin: 60px 20px 0;
  }
  .modal-dialog .modal-content {
    padding: 66px 35px 40px;
  }
  .modal-dialog .modal-content .logo-icon {
    top: 30px;
    left: 30px;
  }
  .modal-dialog .modal-content .close-x {
    top: 30px;
    right: 30px;
  }
  .modal-dialog .modal-content .modal-header {
    margin-bottom: 40px;
  }
  .modal-dialog .modal-content .modal-footer .button-box {
    margin-right: 0;
  }
  .modal-dialog .modal-content .modal-footer .button-box .btn {
    width: 214px;
    min-width: 214px;
  }
}
.modal-big .modal-dialog {
  width: auto;
}
.modal-big .modal-dialog .modal-content {
  padding: 100px 0 60px;
}
.modal-big .modal-dialog .modal-content .container {
  padding: 0 15px;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 24px;
  margin-bottom: 24px;
  background-color: #f8f8f8;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress.small {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  height: 5px;
  background-color: #cecece;
}
.progress.small .progress-bar {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 14px;
  line-height: 24px;
  color: #ffffff;
  text-align: center;
  background-color: #e20074;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -moz-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite 300ms 0 ease;
  -moz-animation: progress-bar-stripes 2s linear infinite 300ms 0 ease;
  -ms-animation: progress-bar-stripes 2s linear infinite 300ms 0 ease;
}
.progress-bar[aria-valuenow="1"],
.progress-bar[aria-valuenow="2"] {
  min-width: 30px;
}
.progress-bar[aria-valuenow="0"] {
  color: #cecece;
  min-width: 30px;
  background-color: transparent;
  background-image: none;
  box-shadow: none;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.co-progress-indeterminate {
  background: url("../img/spinner.gif") no-repeat center center;
  display: inline-block;
  height: 53px;
  overflow: hidden;
  width: 54px;
}
.radio-padding {
  padding-left: 31px;
  display: table;
}
.radio-padding .co-radio {
  float: left;
  margin-left: -31px;
}
.radio-padding > .content {
  display: block;
  margin-top: 4px;
  margin-bottom: 0;
}
.co-radio {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  margin-right: 10px;
}
.co-radio input[type="radio"] {
  width: 21px;
  height: 21px;
  padding: 0;
  margin: 0;
  position: absolute;
  z-index: 1;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
}
.co-radio input[type="radio"] + .radio {
  position: relative;
  z-index: 0;
  margin: 0;
  padding: 0;
  display: block;
  width: 21px;
  height: 21px;
  min-height: 0;
  border: 1px #cecece solid;
  background: #ffffff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 1px #cecece;
  -moz-box-shadow: 0 0 1px #cecece;
  box-shadow: 0 0 1px #cecece;
}
.co-radio input[type="radio"] + .radio:after {
  content: '';
  display: block;
  position: absolute;
  background-color: #e20074;
  width: 13px;
  height: 13px;
  top: 3px;
  left: 3px;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.co-radio input[type="radio"]:hover + .radio,
.co-radio input[type="radio"]:focus + .radio {
  box-shadow: inset 0 0 40px rgba(0,0,0,.1),
              0 0 1px #cecece;
}
.co-radio.disabled {
  color: #cecece;
}
.co-radio.disabled input[type="radio"] + .radio:after {
  background-color: #cecece;
}
.co-radio input[type="radio"]:checked + .radio:after {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.color-radio {
  display: inline-table;
  position: relative;
  width: 82px;
}
.color-radio input[type="radio"] {
  width: 82px;
  height: 100%;
  padding: 0;
  margin: 0;
  position: absolute;
  z-index: 1;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
}
.color-radio input[type="radio"] + .color-box {
  text-align: center;
  display: table-cell;
}
.color-radio input[type="radio"] + .color-box:before {
  content: "";
  display: block;
  margin: 15px auto 0;
  width: 41px;
  height: 41px;
}
.color-radio input[type="radio"] + .color-box.space:before {
  background: #535b61;
}
.color-radio input[type="radio"] + .color-box.silver:before {
  background: #c8c8c8;
  border: 1px solid #6a6a6a;
}
.color-radio input[type="radio"] + .color-box.gold:before {
  background: #cba01b;
}
.color-radio input[type="radio"] + .color-box.black:before {
  background: #000000;
}
.color-radio input[type="radio"] + .color-box.white:before {
  background: #ffffff;
  border: 1px solid #6a6a6a;
}
.color-radio input[type="radio"] + .color-box.gray:before {
  background: #6a6a6a;
}
.color-radio input[type="radio"] + .color-box p {
  margin: 5px 0 15px;
}
.color-radio input[type="radio"] + .img-color {
  text-align: center;
  display: table-cell;
}
.color-radio input[type="radio"] + .img-color img {
  margin: 15px auto 0;
}
.color-radio input[type="radio"] + .img-color p {
  margin: 5px 0 15px;
}
.color-radio input[type="radio"]:checked + .color-box,
.color-radio input[type="radio"]:checked + .img-color {
  background-color: #cecece;
}
.memory-radio {
  display: inline-table;
  height: 50px;
  position: relative;
  width: 80px;
}
.memory-radio input[type="radio"] {
  width: 80px;
  height: 100%;
  padding: 0;
  margin: 0;
  position: absolute;
  z-index: 1;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
}
.memory-radio input[type="radio"] + .memory-box {
  display: table-row;
  height: inherit;
  text-align: center;
  width: inherit;
}
.memory-radio input[type="radio"] + .memory-box p {
  margin: 0;
  display: table-cell;
  vertical-align: middle;
}
.memory-radio input[type="radio"]:checked + .memory-box {
  background-color: #cecece;
}
.nav-tabs > li > a {
  color: #6a6a6a;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
  border: 0 none;
  color: #6a6a6a;
  background-color: #ffffff;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.co-toggle {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  margin-right: 10px;
}
.co-toggle input[type="checkbox"] {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  padding: 0;
  margin: 0;
  width: 45px;
  height: 23px;
}
.co-toggle input[type="checkbox"] + .switch {
  display: inline-block;
  position: relative;
  z-index: 0;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  width: 45px;
  height: 23px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  background: #cecece;
  border: 1px #cecece solid;
}
.co-toggle input[type="checkbox"] + .switch:after {
  content: "";
  display: inline-block;
  width: 21px;
  height: 21px;
  position: absolute;
  left: 0;
  top: 0;
  background: none repeat scroll 0 0 #ffffff;
  -webkit-border-radius: 11px;
  -moz-border-radius: 11px;
  border-radius: 11px;
  -webkit-transition: left 0.1s ease-out;
  -moz-transition: left 0.1s ease-out;
  -o-transition: left 0.1s ease-out;
  transition: left 0.1s ease-out;
  margin: 0;
  padding: 0;
}
.co-toggle input[type="checkbox"]:checked + .switch {
  background: #e20074;
  border-color: #e20074;
}
.co-toggle input[type="checkbox"]:checked + .switch:after {
  left: 22px;
}
.white-select {
  padding: 0;
}
.white-select:first-of-type {
  padding-left: 15px;
}
.white-select:first-of-type .select2-container .select2-choice {
  border-left: 0;
}
.white-select:last-of-type {
  padding-right: 15px;
}
.white-select .select2-dropdown-open {
  outline: none;
}
.white-select .select2-container .select2-choice {
  background-color: #ffffff;
  border-top: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
  border-left: 1px solid #d7d7d7;
  height: 54px;
  line-height: 54px;
  padding-left: 12px;
}
.white-select .select2-container .select2-choice.with-icon {
  padding-left: 4px;
}
.white-select .select2-container .select2-choice .co-icon {
  margin-right: 5px;
  margin-top: -3px;
}
.white-select .select2-container .select2-choice .select2-arrow {
  border: 0;
  padding: 4px 0 0;
  width: 34px;
  line-height: 32px;
}
.white-select .select2-drop-active {
  background-color: #ffffff;
}
.filter-sort-component {
  margin-top: 21px;
}
.filter-sort-component label {
  font-weight: inherit;
}
.filter-sort-component .tab-button {
  border: 1px solid #d7d7d7;
  border-right: none;
  height: 54px;
  text-decoration: none;
  cursor: pointer;
}
.filter-sort-component .tab-button:first-of-type {
  border-left: none;
}
.filter-sort-component .tab-button:last-of-type {
  border-right: 1px solid #d7d7d7;
}
.filter-sort-component .tab-button:hover,
.filter-sort-component .tab-button:active {
  text-decoration: none;
}
.filter-sort-component .tab-button p {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.filter-sort-component .tab-button .t-caret-icon {
  float: right;
  margin-top: -2px;
}
.filter-sort-component .open {
  border-bottom: none;
  padding-bottom: 1px;
}
.filter-sort-component .tab-fill {
  border-bottom: 1px solid #d7d7d7;
  height: 54px;
}
.filter-sort-component .filter-panel {
  padding-top: 17px;
  padding-bottom: 5px;
  border-bottom: 1px solid #d7d7d7;
  z-index: 10;
  background-color: #ffffff;
}
.filter-sort-component .filter-panel label {
  display: block;
  height: 25px;
  margin-bottom: 15px;
}
.filter-sort-component .filter-panel .no-title {
  padding-top: 3px;
}
.filter-sort-component .filter-panel .check-text {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.filter-sort-component .filter-panel .small {
  font-size: 12px;
  margin-bottom: 5px;
}
.filter-sort-component .filter-panel .title-small {
  margin-bottom: 18px;
}
.filter-sort-component .filter-panel .co-checkbox {
  margin-right: 11px;
  float: left;
}
.filter-sort-component .sort-panel .inner-panel {
  border: 1px solid #d7d7d7;
  border-top: none;
  padding-top: 18px;
  padding-bottom: 4px;
  position: absolute;
  z-index: 10;
  background: #ffffff;
}
.filter-sort-component .sort-panel p {
  margin-bottom: 13px;
}
.filter-sort-component .sort-panel p .co-icon {
  float: right;
  margin-right: 5px;
  margin-top: 1px;
}
.filter-sort-component .sort-panel a:not(.selected) {
  color: #6a6a6a;
}
.filter-sort-component .sort-panel .small {
  font-size: 12px;
}
.filter-sort-component .filter-sort-result {
  padding-top: 6px;
  padding-right: 5px;
  margin-bottom: 4px;
}
.filter-sort-component .filter-sort-result .xsmall {
  margin: 0;
  display: inline-block;
}
.filter-sort-component .filter-sort-result .result-item {
  margin-right: 28px;
  display: inline-block;
}
.filter-sort-component .filter-sort-result .result-item .co-icon {
  margin-left: 5px;
  margin-top: -3px;
}
.filter-sort-component .filter-sort-result .result-header,
.filter-sort-component .filter-sort-result .result-item {
  margin-top: 13px;
  margin-bottom: 6px;
}
.filter-sort-component-task .filter-sort-container {
  width: 354px;
  display: inline-block;
  float: right;
}
.filter-sort-component-task .filter-sort-container .tertiaty-buttons.task {
  height: 95px;
}
.filter-sort-component-task .filter-sort-container .tertiaty-buttons.task .button-box {
  height: 95px;
  width: 50%;
  float: left;
  position: relative;
}
.filter-sort-component-task .filter-sort-container .tertiaty-buttons.task .button-box:before {
  left: 0;
  top: 27px;
}
.filter-sort-component-task .filter-sort-container .inner-panel {
  width: 354px;
  padding-left: 17px;
  padding-right: 17px;
}
.filter-sort-component-task .filter-sort-container .inner-panel > .row {
  margin-left: -17px;
  margin-right: -17px;
}
.filter-sort-component-task .filter-sort-container .inner-panel > .blade > a.header .header-container:first-of-type {
  padding-left: 33px;
}
.filter-sort-component-task .filter-sort-container .inner-panel > .blade > a.header .t-caret {
  right: 33px;
}
.filter-sort-component-task .filter-sort-container .inner-panel > .blade > .expanded-blade {
  padding: 0 33px 40px;
}
.filter-sort-component-task .filter-sort-container .inner-panel > .blade:before,
.filter-sort-component-task .filter-sort-container .inner-panel > .blade:after {
  margin: 0 17px;
}
.filter-sort-component-task .filter-sort-container .search-panel .inner-panel {
  padding: 0 33px 50px;
  border-bottom: 1px solid #d7d7d7;
}
.filter-sort-component-task.search .filter-sort-container .tertiaty-buttons.task .button-box {
  width: 33.33333333%;
}
.filter-sort-component-task .tertiaty-buttons.task .button-box:before {
  display: inline-block;
}
.filter-sort-component-task .tertiaty-buttons .button-box .open-b {
  display: none;
}
.filter-sort-component-task .tertiaty-buttons .button-box .open .open-b {
  display: block;
}
.filter-sort-component-task .tertiaty-buttons .border {
  border-left: 1px solid #d7d7d7;
  border-right: 1px solid transparent;
}
.filter-sort-component-task .tertiaty-buttons .border:first-of-type:before {
  display: none;
}
.filter-sort-component-task .result-item a {
  position: absolute;
  right: 25px;
  top: 5px;
}
.filter-sort-component-task .checkbox-padding > .content {
  margin-top: 8px;
}
.filter-sort-component-task .radio-padding > .content {
  margin-top: 6px;
}
.filter-sort-component-task label {
  margin-bottom: 0px;
}
.filter-sort-component-task .open .open-a {
  display: none;
}
.filter-sort-component-task .open span {
  color: #e20074;
}
.filter-sort-component-task .inner-panel {
  border-left: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
  border-top: none;
  padding-top: 0px;
  padding-bottom: 50px;
  position: absolute;
  z-index: 4;
  background: #ffffff;
}
.filter-sort-component-task .bottom {
  padding-bottom: 40px;
  padding-left: 40px;
}
.filter-sort-component-task .filter-sort-result .p-1 {
  background: #f8f8f8;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
}
.filter-sort-component-task .filter-sort-result .m-15-b {
  margin-bottom: 15px;
  margin-top: 25px;
}
.filter-sort-component-task-special h6 {
  font-size: 20px;
}
.filter-sort-component-task-special .tertiaty-buttons.task .border {
  border-left: 1px solid #d7d7d7;
}
.filter-sort-component-task-special .tertiaty-buttons.task .border:first-of-type:before {
  display: none;
}
.filter-sort-component-task-special .tertiaty-buttons.task .border1 {
  border-right: 1px solid #d7d7d7;
}
.filter-sort-component-task-special .tertiaty-buttons.task .border1:last-of-type:after {
  display: none ;
}
.filter-sort-component-task-special .space-date {
  padding-left: 31px;
  padding-right: 31px;
}
.filter-sort-component-task-special .result-item a {
  position: absolute;
  right: 25px;
}
.filter-sort-component-task-special .checkbox-padding > .content {
  margin-top: 8px;
}
.filter-sort-component-task-special .radio-padding > .content {
  margin-top: 6px;
}
.filter-sort-component-task-special label {
  margin-bottom: 0px;
}
.filter-sort-component-task-special .open span {
  color: #e20074;
}
.filter-sort-component-task-special .inner-panel {
  border-left: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
  border-right: 1px solid #d7d7d7;
  border-top: none;
  padding-top: 0px;
  padding-bottom: 50px;
  position: absolute;
  z-index: 4;
  background: #ffffff;
  max-height: 700px;
  overflow-y: auto;
}
.filter-sort-component-task-special .bottom {
  padding-bottom: 40px;
  padding-left: 40px;
}
.filter-sort-component-task-special .filter-sort-result .p-1 {
  background: #f8f8f8;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
}
.filter-sort-component-task-special .filter-sort-result .m-15-b {
  margin-bottom: 15px;
  margin-top: 25px;
}
@media (max-width: 767px) {
  .filter-sort-component .filter-panel {
    padding-top: 30px;
    padding-bottom: 0;
    position: absolute;
    width: 100%;
  }
  .filter-sort-component .filter-panel label {
    margin-bottom: 10px;
  }
  .filter-sort-component .filter-panel .title-small {
    margin-top: 5px;
    margin-bottom: 19px;
  }
  .filter-sort-component .filter-panel .no-title {
    padding-bottom: 15px;
  }
  .filter-sort-component .filter-panel .xs-button {
    border-top: 1px solid #d7d7d7;
    padding: 19px 0 16px;
    font-weight: 200;
    cursor: pointer;
    margin-top: 0;
    margin-bottom: 0;
  }
  .filter-sort-component .filter-panel .xs-button .icon-open {
    display: none;
  }
  .filter-sort-component .filter-panel .xs-button .icon-close {
    display: block;
  }
  .filter-sort-component .filter-panel .button-open .icon-open {
    display: block;
  }
  .filter-sort-component .filter-panel .button-open .icon-close {
    display: none;
  }
  .filter-sort-component .filter-panel .expandable-options {
    display: none;
    padding-bottom: 20px;
  }
  .filter-sort-component .filter-panel .open {
    display: block;
  }
  .filter-sort-component .sort-panel p {
    margin-bottom: 16px;
    padding-bottom: 17px;
    border-bottom: 1px solid #d7d7d7;
  }
  .filter-sort-component .sort-panel p .co-icon {
    margin-right: -3px;
  }
  .filter-sort-component .sort-panel p:last-of-type {
    border: none;
    margin-bottom: 0;
    padding-bottom: 13px;
  }
  .filter-sort-component .filter-sort-result .xsmall {
    display: block;
  }
  .filter-sort-component .filter-sort-result .result-item {
    margin-right: 25px;
  }
  .filter-sort-component-task .inner-panel {
    border-left: none;
    border-bottom: none;
    padding-bottom: 0px;
  }
  .filter-sort-component-task .bottom {
    padding-bottom: 25px;
    padding-left: 25px;
    border-bottom: 1px solid #d7d7d7;
  }
  .filter-sort-component-task .filter-sort-container {
    width: 100%;
  }
  .filter-sort-component-task .filter-sort-container .tertiaty-buttons.task .button-box {
    width: 50%;
  }
  .filter-sort-component-task .filter-sort-container .inner-panel {
    width: 100%;
  }
  .filter-sort-component-task .filter-sort-container .inner-panel > .row {
    margin-left: -17px;
    margin-right: -17px;
  }
  .filter-sort-component-task .filter-sort-container .inner-panel > .blade > a.header .header-container:first-of-type {
    padding-left: 16px;
  }
  .filter-sort-component-task .filter-sort-container .inner-panel > .blade > a.header .t-caret {
    right: 16px;
  }
  .filter-sort-component-task .filter-sort-container .inner-panel > .blade > .expanded-blade {
    padding: 0 16px 40px;
  }
  .filter-sort-component-task .filter-sort-container .inner-panel > .blade:before,
  .filter-sort-component-task .filter-sort-container .inner-panel > .blade:after {
    margin: 0;
  }
  .filter-sort-component-task .filter-sort-container .search-panel .inner-panel {
    padding: 0 16px 25px;
  }
  .filter-sort-component-task .tertiaty-buttons.task .button-box:first-of-type:before {
    display: none;
  }
}
.date-picker .form-control {
  padding-right: 0;
}
.date-picker .form-control[disabled] {
  background-color: #f8f8f8;
  color: #f8f8f8;
}
.date-picker .input-group-addon {
  padding: 0;
}
.date-picker .input-group-addon i {
  width: 50px;
}
.date-picker .input-group-addon.disabled {
  cursor: not-allowed;
}
.date-picker .input-group-addon.disabled i {
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
}
.date-picker .dropdown-menu {
  border-radius: 0;
  border-color: #000000;
  padding: 0 8px;
  min-width: 228px;
}
.date-picker .dropdown-menu small {
  color: #000000;
}
.date-picker .dropdown-menu table:focus {
  outline: 0;
}
.date-picker .dropdown-menu .glyphicon {
  font-weight: normal;
}
.date-picker .dropdown-menu .btn-default {
  background-color: #ffffff;
  color: #e20074;
}
.date-picker .dropdown-menu .btn {
  border: 0;
  color: #000000;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  height: inherit;
  line-height: 1;
  min-width: inherit;
  padding: 9px 5px;
  width: auto;
}
.date-picker .dropdown-menu td .btn {
  color: #e20074;
  padding: 7px;
}
.date-picker .dropdown-menu td .btn .text-info {
  color: #e20074;
}
.date-picker .dropdown-menu td .btn .text-muted {
  color: #cecece;
}
.date-picker .dropdown-menu td .btn:disabled {
  color: #000000;
}
.date-picker .dropdown-menu td .btn.active {
  border-radius: 0;
  color: #ffffff;
  background-color: #e20074;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.date-picker .dropdown-menu td .btn.active .text-info {
  color: #ffffff;
}
.date-picker.form-white .form-control,
.date-picker.form-white .input-group-addon {
  background-color: #ffffff;
}
.search-box .input-group-addon {
  padding: 0;
}
.search-box .input-group-addon i {
  width: 40px;
}
.search-box-go {
  padding: 0px 0px;
  margin-bottom: 20px;
  display: table;
}
.search-box-go .search-button {
  height: 40px;
  width: 1%;
  vertical-align: middle;
  display: table-cell;
}
.search-box-go .search-button button {
  padding: 0;
  width: 42px;
  height: 100%;
  border: 0;
  background-color: #e20074;
  font-size: 20px;
  font-family: "Tele-Grotesk", sans-serif;
  font-weight: 300;
  color: #ffffff;
}
.search-box-go .form-control {
  display: table-cell;
  float: left;
  height: 40px;
  width: 100%;
  font-size: 14px;
  color: #000000;
}
.container {
  max-width: 970px;
}
.in-border.border-t:before {
  display: block;
  content: "";
  border-top: 1px solid #d7d7d7;
  padding-bottom: 15px;
}
.in-border.border-b:after {
  display: block;
  content: "";
  border-bottom: 1px solid #d7d7d7;
  padding-top: 15px;
}
.out-border.border-t {
  border-top: 1px solid #d7d7d7;
}
.out-border.border-b {
  border-bottom: 1px solid #d7d7d7;
}
.out-border.border-l {
  border-left: 1px solid #d7d7d7;
}
.out-border.border-r {
  border-right: 1px solid #d7d7d7;
}
.blade:before,
.blade:after {
  content: "";
  display: block;
  margin: 0 15px;
}
.blade.border-t:before {
  border-top: 1px solid #9b9b9b;
}
.blade.border-b:after {
  border-bottom: 1px solid #9b9b9b;
}
.blade > .header {
  height: 70px;
  padding-top: 16px;
  padding-bottom: 16px;
}
.blade > .header:first-of-type {
  padding-left: 45px;
}
.blade > .header .header-container {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.blade > .header h6 {
  margin-top: 0;
  margin-bottom: 0;
  color: #000000;
}
.blade > .header p.blade-desc {
  font-size: 12px;
  color: #9b9b9b;
  margin-top: 10px;
  margin-bottom: 0;
}
.blade > a.header {
  position: relative;
  display: block;
  padding: 0;
}
.blade > a.header:first-of-type {
  padding: 0;
}
.blade > a.header .header-container:first-of-type {
  padding-left: 45px;
}
.blade > a.header .t-caret {
  height: 25px;
  right: 45px;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
}
.blade > a.header:hover .t-caret i {
  color: #e20074;
}
.blade > .t-caret-box {
  text-align: right;
  height: 70px;
  padding-left: 0;
  padding-right: 45px;
}
.blade > .t-caret-box a,
.blade > .t-caret-box > .t-caret {
  display: inline-block;
  width: 30px;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.blade > .t-caret-box a:hover i,
.blade > .t-caret-box > .t-caret:hover i {
  color: #e20074;
}
.blade > .expanded-blade {
  padding: 0 45px 40px;
}
.blade > .expanded-blade.n-padding {
  padding-left: 15px;
  padding-right: 15px;
}
.blade > .expanded-blade .row-fix {
  margin-left: -45px;
  margin-right: -45px;
}
.blade > .expanded-blade.n-padding-b {
  padding-bottom: 0;
}
.blade.internal {
  margin-left: -45px;
  margin-right: -45px;
}
.blade.internal > a.header .header-container:first-of-type {
  padding-left: 67px;
}
.blade.internal > .expanded-blade {
  padding-left: 67px;
}
.blade.disabled > .header h6 {
  color: #cecece;
}
.blade.disabled > .header p.blade-desc {
  color: #cecece;
}
.blade.disabled > a.header {
  cursor: not-allowed;
  pointer-events: none;
}
.blade.disabled > a.header .t-caret i {
  color: #cecece;
}
.blade.disabled > a.header .t-caret i.fa-angle-up:before {
  content: "\f107";
}
.blade.disabled > .t-caret-box a {
  cursor: default;
}
.blade.disabled > .t-caret-box a i {
  color: #cecece;
}
.blade.disabled > .t-caret-box a i.fa-angle-up:before {
  content: "\f107";
}
.blade.disabled > .expanded-blade {
  display: none;
}
@media (min-width: 768px) and (max-width: 991px) {
  .blade > .header:first-of-type {
    padding-left: 31px;
  }
  .blade > a.header .header-container:first-of-type {
    padding-left: 31px;
  }
  .blade > a.header .t-caret {
    right: 31px;
  }
  .blade > .t-caret-box {
    padding-right: 31px;
  }
  .blade > .expanded-blade {
    padding-left: 31px;
    padding-right: 31px;
  }
  .blade > .expanded-blade .row-fix {
    margin-left: -31px;
    margin-right: -31px;
  }
  .blade.internal {
    margin-left: -31px;
    margin-right: -31px;
  }
  .blade.internal > a.header .header-container:first-of-type {
    padding-left: 53px;
  }
  .blade.internal > .expanded-blade {
    padding-left: 53px;
  }
}
@media (max-width: 767px) {
  .blade:before,
  .blade:after {
    margin: 0;
  }
  .blade > .header:first-of-type {
    padding-left: 16px;
  }
  .blade > a.header .header-container:first-of-type {
    padding-left: 16px;
  }
  .blade > a.header .t-caret {
    right: 16px;
  }
  .blade > .t-caret-box {
    padding-right: 16px;
  }
  .blade > .expanded-blade {
    padding-left: 16px;
    padding-right: 16px;
  }
  .blade > .expanded-blade .row-fix {
    margin-left: -16px;
    margin-right: -16px;
  }
  .blade.internal {
    margin-left: -16px;
    margin-right: -16px;
  }
  .blade.internal > a.header .header-container:first-of-type {
    padding-left: 38px;
  }
  .blade.internal > .expanded-blade {
    padding-left: 38px;
  }
}
a.blade {
  display: block;
}
a.blade:hover > .t-caret-box > .t-caret i {
  color: #e20074;
}
a.blade.disabled > .t-caret-box > .t-caret i {
  color: #cecece;
}
.expanded-padding-l {
  padding-left: 45px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .expanded-padding-l {
    padding-left: 31px;
  }
}
@media (max-width: 767px) {
  .expanded-padding-l {
    padding-left: 16px;
  }
}
.expanded-padding-r {
  padding-right: 45px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .expanded-padding-r {
    padding-right: 31px;
  }
}
@media (max-width: 767px) {
  .expanded-padding-r {
    padding-right: 16px;
  }
}
.gray-box {
  background-color: #cecece;
}
.gray-box.light {
  background-color: #f8f8f8;
}
.disclaimer-box {
  border: 1px solid #d7d7d7;
}
.gray-table tr td,
.gray-table tr th {
  border: 1px solid #d7d7d7;
}
.gray-table tr td:first-of-type,
.gray-table tr th:first-of-type {
  border-left: 0;
}
.gray-table tr td:last-of-type,
.gray-table tr th:last-of-type {
  border-right: 0;
}
.gray-table tr td {
  color: #d7d7d7;
}
.gray-table tr:first-of-type td,
.gray-table tr:first-of-type th {
  border-top: 0;
}
.gray-table tr:last-of-type td,
.gray-table tr:last-of-type th {
  border-bottom: 0;
}
.arrow-top {
  background-color: #ffffff;
}
.arrow-top:before {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid #ffffff;
  position: relative;
  top: -12px;
  margin: 0 auto -12px auto;
}
.arrow-top.on-gray {
  background-color: #f8f8f8;
}
.arrow-top.on-gray:before {
  border-bottom: 12px solid #f8f8f8;
}
.arrow-top.on-magenta {
  background-color: #e20074;
}
.arrow-top.on-magenta:before {
  border-bottom: 12px solid #e20074;
}
.arrow-top.arrow-l:before {
  margin-left: 22%;
}
.arrow-top.arrow-r:before {
  margin-right: 22%;
}
.arrow-bottom {
  text-align: center;
  background-color: #e20074;
  display: inline-block;
}
.arrow-bottom:after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #e20074;
  position: relative;
  margin: 0 auto -6px auto;
}
.arrow-bottom p {
  margin: 7px;
  color: #ffffff;
}
.price-box {
  min-height: 134px;
}
.price-box h2 {
  margin-top: 37px;
  margin-bottom: 15px;
}
.price-box .border-l:before {
  display: inline-block;
  content: "";
  width: 1px;
  height: 60px;
  background-color: #555555;
  position: absolute;
  left: 0;
  top: 25px;
}
.price-box > .price-button {
  cursor: pointer;
}
.price-box > .price-button .t-caret-icon {
  position: relative;
  display: none;
}
.price-box > .price-button .t-caret-icon .fa {
  position: absolute;
  margin: -5px 0 0 4px;
}
.price-box > .price-button .t-caret-icon .fa-angle-down {
  color: #9b9b9b;
}
@media (max-width: 767px) {
  .price-box > .price-button .t-caret-icon {
    display: inline;
  }
}
.price-box.gray {
  background-color: #cecece;
}
.price-box.gray .border-l:before {
  background-color: #9b9b9b;
}
.price-box.magenta {
  background-color: #e20074;
}
.price-box.magenta h2,
.price-box.magenta p {
  color: #ffffff;
}
.price-box.magenta .border-l:before {
  background-color: #ffffff;
}
hr.bar {
  border-top-width: 10px;
  border-color: #f8f8f8;
}
hr.bar.one {
  border-top-width: 1px;
  border-color: #cecece;
}
.page-tabs .nav-tabs {
  border-bottom: 1px solid #000000;
}
.page-tabs .nav-tabs > li {
  padding-left: 0;
  padding-right: 0;
  border-top: 1px solid #d7d7d7;
  border-left: 1px solid #d7d7d7;
  height: 69px;
  background-color: #ffffff;
}
.page-tabs .nav-tabs > li:first-of-type {
  border-left: 0;
}
.page-tabs .nav-tabs > li > a {
  margin-right: 0;
  border: 0;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  color: #d7d7d7;
  font-size: 26px;
  font-weight: 300;
}
@media (min-width: 768px) and (max-width: 991px) {
  .page-tabs .nav-tabs > li > a {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .page-tabs .nav-tabs > li > a {
    font-size: 20px;
  }
}
.page-tabs .nav-tabs > li.active {
  border: 1px solid #000000;
  border-bottom-color: transparent;
  height: 70px;
}
.page-tabs .nav-tabs > li.active > a {
  color: #000000;
  border: 0;
}
.page-tabs .nav-tabs > li.active + li {
  border-left: 0;
}
.alert-button {
  text-align: right;
}
.alert-button p {
  margin-bottom: 0;
}
.alert-button a {
  color: #ffffff;
  padding-top: 4px;
}
.alert-button i {
  color: #ffffff;
  font-size: 24px;
  float: right;
  margin: 1px 0 0 8px;
}
.alert-button .circle {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #ba0060;
  display: inline-block;
  height: 26px;
  margin-right: 7px;
  padding-top: 4px;
  text-align: center;
  width: 26px;
}
.alert-content {
  padding-top: 40px;
  padding-bottom: 25px;
  border-bottom: 1px solid #9b9b9b;
}
.alert-content p {
  margin-bottom: 15px;
}
.screenlock {
  background: #000000;
  background: rgba(0, 0, 0, 0.3);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2000;
  text-align: center;
  height: 100%;
  padding: 82px 0 137px;
}
.screenlock .spinner {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.screenlock .spinner i {
  font-size: 50px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .screenlock {
    padding-top: 75px;
  }
}
@media (max-width: 767px) {
  .screenlock {
    padding: 35px 0 312px;
  }
  .screenlock .spinner i {
    font-size: 75px;
  }
}
@media (min-width: 768px) {
  .left-fixed {
    display: table;
  }
  .left-fixed .left-panel {
    float: none;
    display: table-cell;
    vertical-align: top;
  }
  .left-fixed .right-panel {
    float: none;
    display: table-cell;
    vertical-align: top;
  }
}
.left-fixed .left-panel {
  border-right: 1px solid #cecece;
  background-color: #f8f8f8;
}
.left-fixed .left-panel p,
.left-fixed .left-panel h3,
.left-fixed .left-panel h5 {
  margin: 0;
}
.left-fixed .left-panel .m-b-25 {
  margin-top: 0;
  margin-bottom: 25px;
}
.left-fixed .left-panel .m-b-15 {
  margin-top: 0;
  margin-bottom: 15px;
}
.left-fixed .left-panel .price-box:after {
  display: none;
  content: "";
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid #f8f8f8;
  position: relative;
  top: 28px;
  margin: 0 auto;
}
.left-fixed .left-panel .price-box.arrow-l:after {
  display: block;
  margin-left: 22%;
}
.left-fixed .left-panel .price-box.arrow-r:after {
  display: block;
  margin-right: 22%;
}
.left-fixed .left-panel .title {
  margin-top: 40px;
}
.left-fixed .left-panel h6 {
  margin-top: 20px;
  margin-bottom: 15px;
}
.left-fixed .left-panel h6.first {
  margin-top: 50px;
}
.left-fixed .left-panel .info-row {
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.left-fixed .left-panel .info-row p {
  margin-bottom: 0;
}
.left-fixed .left-panel .b-30 {
  margin-bottom: 30px;
}
.left-fixed .left-panel .b-15 {
  margin-bottom: 15px;
}
.left-fixed .left-panel .line:before {
  display: block;
  content: "";
  border-top: 1px solid #d7d7d7;
  margin: 25px 0;
}
@media (min-width: 768px) {
  .left-fixed .left-panel .price-box {
    top: 81px;
    width: 323px;
    z-index: 4;
  }
  .left-fixed .left-panel .fixed,
  .left-fixed .left-panel .price-fixed {
    top: 81px;
    width: 293px;
  }
  .left-fixed .left-panel .fixed .price-box,
  .left-fixed .left-panel .price-fixed .price-box {
    position: fixed;
  }
  .left-fixed .left-panel .fixed .left-content,
  .left-fixed .left-panel .price-fixed .left-content {
    padding-top: 134px;
  }
  .left-fixed .left-panel .fixed {
    position: fixed;
  }
  .left-fixed .left-panel .in-bottom {
    top: auto;
    bottom: 0;
    position: absolute;
  }
  .left-fixed .left-panel .fixed-bottom {
    top: auto;
    bottom: 0;
  }
  .left-fixed .left-panel .title {
    margin-top: 50px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .left-fixed .left-panel .price-box {
    top: 75px;
    width: 250px;
  }
  .left-fixed .left-panel .fixed,
  .left-fixed .left-panel .price-fixed {
    top: 75px;
    width: 220px;
  }
  .left-fixed .left-panel .fixed-bottom {
    top: auto;
    bottom: 0;
  }
  .left-fixed .left-panel .in-bottom {
    top: auto;
  }
}
@media (max-width: 767px) {
  .left-fixed .row.equal-heights > [class*="col-"] {
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
.left-menu {
  background-color: #f8f8f8;
  padding-left: 0;
  padding-right: 0;
}
.left-menu h6 {
  margin-top: 0;
  margin-bottom: 0;
}
.left-menu .link-menu {
  display: block;
  padding: 26px 24px;
  border-bottom: 1px solid #cecece;
}
.left-menu .link-menu:hover h6 {
  color: #e20074;
}
.left-menu .link-menu.selected {
  background-color: #e20074;
  position: relative;
}
.left-menu .link-menu.selected:after {
  content: "";
  display: inline-block;
  float: right;
  position: absolute;
  top: 19px;
  right: 0;
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-right: 15px solid #ffffff;
}
.left-menu .link-menu.selected h6 {
  color: #ffffff;
}
.left-menu .link-menu.disable h6 {
  color: #cecece;
}
.left-slider-rep {
  position: absolute;
  width: 970px;
  top: 0;
  min-height: 100%;
  z-index: 10;
}
.left-slider-rep .panel-container {
  background-color: #ffffff;
  border-right: 1px solid #cecece;
  min-height: 100%;
  position: absolute;
  -webkit-box-shadow: 10px 0 15px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 10px 0 15px rgba(0, 0, 0, 0.1);
  box-shadow: 10px 0 15px rgba(0, 0, 0, 0.1);
}
.left-slider-rep .panel-container .tertiaty-buttons.task {
  height: 88px;
}
.left-slider-rep .panel-container .tertiaty-buttons.task .button-box:before {
  top: 24px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .left-slider-rep {
    width: 750px;
  }
}
#left-slider-csm {
  overflow: hidden;
}
#left-slider-csm .bg-content {
  margin-left: 100px;
}
.repdash-menu {
  background-color: #444;
  bottom: 0;
  left: 0;
  position: fixed;
  text-align: center;
  top: 0;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  width: 100px;
  z-index: 9999;
}
.repdash-menu .tertiaty-buttons.vertical {
  height: auto;
}
.repdash-menu .tertiaty-buttons.vertical .button-box {
  height: 85px;
}
.repdash-menu .tertiaty-buttons.vertical .button-box p.small {
  color: #9b9b9b;
}
.repdash-menu .tertiaty-buttons.vertical .button-box a {
  color: #6a6a6a;
}
.repdash-menu .tertiaty-buttons.vertical .button-box a i {
  color: #ffffff;
  font-size: 22px;
}
.repdash-menu .tertiaty-buttons.vertical .button-box.small {
  border-color: #9b9b9b;
}
.repdash-menu .tertiaty-buttons.vertical .button-box.selected {
  background-color: #f8f8f8;
}
.repdash-menu .tertiaty-buttons.vertical .button-box.selected i {
  color: #6a6a6a;
}
.repdash-menu .tertiaty-buttons.vertical .button-box.selected .magenta-circle {
  height: 23px;
  left: 60px;
  margin-bottom: 2px;
  position: absolute;
  top: -8px;
  width: 23px;
}
.repdash-menu .tertiaty-buttons .button-box a {
  color: #6a6a6a;
}
.repdash-menu .tertiaty-buttons .button-box:last-of-type {
  border-bottom: 1px solid;
}
.repdash-drawer {
  background-color: #fff;
  bottom: 0;
  box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.3);
  left: -510px;
  padding-top: 20px;
  position: fixed;
  top: 0;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  width: 538px;
  z-index: 9998;
}
body.drawer-open .repdash-drawer {
  left: 100px;
}
.left-slider-csm {
  position: absolute;
  width: 538px;
  top: 0;
  min-height: 100%;
  z-index: 10;
}
.left-slider-csm .tertiaty-buttons .button-box a {
  color: #6a6a6a;
}
.left-slider-csm .panel-container {
  background-color: #ffffff;
  border-right: 1px solid #cecece;
  min-height: 100%;
  position: absolute;
  -webkit-box-shadow: 10px 0 15px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 10px 0 15px rgba(0, 0, 0, 0.1);
  box-shadow: 10px 0 15px rgba(0, 0, 0, 0.1);
}
.left-slider-csm .panel-container .left .magenta-circle {
  margin-left: 3px;
}
.left-slider-csm .panel-container .tertiaty-buttons.task {
  height: 88px;
}
.left-slider-csm .panel-container .tertiaty-buttons.task .button-box:before {
  top: 24px;
}
.left-slider-csm .panel-container .tertiaty-buttons.task .button-box .magenta-circle p {
  font-size: 12px;
}
.left-slider-csm .panel-container .tertiaty-buttons.task .button-box a i {
  font-size: 18px;
  margin-top: 14px;
  margin-bottom: 9px;
}
.left-slider-csm .panel-container .tertiaty-buttons.task .button-box a:hover {
  color: #e20074;
}
.left-slider-csm .panel-container .tertiaty-buttons.task .button-box p.sub-title {
  display: inline-block;
  vertical-align: bottom;
  font-size: 14px;
}
.left-slider-csm .panel-container .magenta-circle {
  height: 23px;
  width: 23px;
  margin-bottom: 2px;
  position: absolute;
  top: 36px;
  left: 64px;
}
.left-slider-csm .panel-container .tertiaty-buttons.task.second .button-box a i {
  font-size: 23px;
}
.left-slider-csm .panel-container h3.main-t {
  margin-top: 40px;
  margin-left: 5px;
  margin-bottom: 14px;
}
.left-slider-csm .panel-container p.main-p {
  margin-left: 5px;
  margin-bottom: 28px;
}
.left-slider-csm .panel-container .content {
  margin-top: 15px;
  margin-bottom: 32px;
}
.left-slider-csm .panel-container .content i.fa-times {
  font-size: 20px;
  padding-left: 10px;
  color: #9b9b9b;
}
.left-slider-csm .panel-container .content i.fa-times:hover {
  color: #e20074;
}
.price-bars {
  display: inline-block;
}
.price-bars:after {
  display: block;
  content: "";
  border-bottom: 1px solid #cecece;
  position: relative;
  bottom: 30px;
  margin: 0 5px;
  z-index: -1;
}
.price-bars .bar-container {
  text-align: center;
  display: inline-block;
  margin-right: 56px;
}
.price-bars .bar-container:last-of-type {
  margin-right: 0;
}
.price-bars .bar-container a.bar {
  display: inline-block;
  margin: 10px 0 -7px;
  width: 63px;
  height: 80px;
  background-color: #cecece;
}
.price-bars .bar-container a.bar:hover {
  background-color: #9b9b9b;
}
.price-bars .bar-container a.bar.selected {
  background-color: #e20074;
}
.price-bars .bar-container a.bar.selected:hover {
  background-color: #a10053;
}
.price-bars .bar-container p {
  margin-bottom: 0;
}
.price-bars .bar-container .bottom {
  margin-top: 13px;
  height: 10px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .price-bars .bar-container {
    margin-right: 25px;
  }
}
@media (max-width: 767px) {
  .price-bars:after {
    bottom: 23px;
  }
  .price-bars .bar-container {
    margin-right: 22px;
  }
  .price-bars .bar-container a.bar {
    width: 55px;
  }
}
.tooltip {
  z-index: 400;
}
.tooltip[class^="bottom"],
.tooltip[class*="bottom"] {
  margin-top: 5px;
  padding-top: 15px;
  background-color: transparent;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.tooltip[class^="bottom"] .tooltip-arrow,
.tooltip[class*="bottom"] .tooltip-arrow {
  top: 0;
  border-bottom-color: #cecece;
  border-width: 0 13px 15px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
.tooltip[class^="bottom"] .tooltip-arrow:after,
.tooltip[class*="bottom"] .tooltip-arrow:after {
  display: block;
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  top: 1px;
  margin-left: -13px;
  border-bottom-color: #ffffff;
  border-width: 0 13px 15px;
}
.tooltip[class^="bottom"] .tooltip-inner,
.tooltip[class*="bottom"] .tooltip-inner {
  max-width: 237px;
  padding: 10px;
  border: 1px solid #cecece;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background-color: #ffffff;
  color: #6a6a6a;
  text-align: left;
  font-size: 14px;
}
@media (max-width: 767px) {
  .tooltip[class^="bottom"] .tooltip-inner,
  .tooltip[class*="bottom"] .tooltip-inner {
    font-size: 12px;
  }
}
.tooltip.bottom-center-right .tooltip-arrow {
  left: auto;
  right: 10px;
}
.tooltip.bottom-center-left .tooltip-arrow {
  right: auto;
  left: 10px;
}
.tooltip.bottom-center-xright .tooltip-arrow {
  left: auto;
  right: 1px;
}
.tooltip.bottom-center-xleft .tooltip-arrow {
  right: auto;
  left: 1px;
}
.carousel-simple .size-xs {
  width: 33px;
  height: 55px;
  float: left;
}
.carousel-simple .size-sm {
  height: 55px;
  float: left;
  width: 33px;
  height: 56px;
}
.carousel-simple .size-md {
  width: 33px;
  height: 55px;
  float: left;
  width: 52px;
  height: 87px;
}
.carousel-simple .carousel-move {
  width: 33px;
  height: 55px;
  float: left;
  width: 20px;
}
.carousel-simple .carousel-list {
  overflow: hidden;
  height: 63px;
  width: 252px;
  float: left;
}
.carousel-simple .left-control i {
  color: #cecece;
  font-size: 38px;
  margin-top: 13px;
  cursor: pointer;
}
.carousel-simple .right-control {
  width: 18px;
}
.carousel-simple .right-control i {
  font-size: 38px;
  margin-top: 13px;
  margin-left: 5px;
  cursor: pointer;
  color: #cecece;
}
.carousel-simple .right-control .active i {
  color: #e20074;
}
.carousel-simple .left-control .active i {
  color: #e20074;
}
.carousel-simple .right-control .inactive i {
  cursor: not-allowed;
}
.carousel-simple .left-control .inactive i {
  cursor: not-allowed;
}
.carousel-simple .carousel-tiles {
  margin-top: 5px;
}
.carousel-simple .tileGray,
.carousel-simple .tile-gray {
  width: 33px;
  height: 55px;
  border-radius: 4px;
  background-color: #f6f6f6;
  float: left;
  margin-top: 2px;
  margin-left: 15px;
  margin-right: 15px;
  text-align: center;
  color: #555555;
}
.carousel-simple .tileGray-p,
.carousel-simple .tile-gray-p {
  font-size: 11px;
  margin-top: 9px;
  margin-bottom: 0;
  color: #555555;
}
.carousel-simple .tileGray-h5,
.carousel-simple .tile-gray-h5 {
  font-size: 20px;
  margin-top: 2px;
  line-height: 20px;
  color: #555555;
}
.carousel-simple .tileGray h5,
.carousel-simple .tile-gray h5 {
  font-size: 20px;
  margin-top: 2px;
  line-height: 20px;
  color: #555555;
}
.carousel-simple .tileGray p,
.carousel-simple .tile-gray p {
  margin-top: 11px;
  margin-bottom: 10px;
  margin-left: 2px;
}
.carousel-simple .tileMagenta,
.carousel-simple .tile-magenta {
  width: 33px;
  height: 55px;
  border-radius: 4px;
  background-color: #f6f6f6;
  float: left;
  margin-top: 2px;
  margin-left: 15px;
  margin-right: 15px;
  text-align: center;
  color: #555555;
  background-color: #e20074;
  color: white;
}
.carousel-simple .tileMagenta p,
.carousel-simple .tile-mMagenta p {
  font-size: 11px;
  margin-top: 9px;
  margin-bottom: 0;
  color: #555555;
  color: white;
  margin-top: 10px;
  margin-bottom: 12px;
}
.carousel-simple .tileMagenta h5,
.carousel-simple .tile-magenta h5 {
  font-size: 20px;
  margin-top: 2px;
  line-height: 20px;
  color: #555555;
  color: white;
}
.carousel-simple .tileSelected,
.carousel-simple .tile-selected {
  border: 2px solid #e20074;
  height: 56px;
  margin-top: 0;
}
.carousel-simple .tileSelected p,
.carousel-simple .tile-selected p {
  margin-left: -2px;
  margin-top: 11px;
  font-size: 12px;
}
.carousel-simple .tileSelected h5,
.carousel-simple .tile-selected h5 {
  margin-top: 3px;
}
.carousel-simple .tileSelected.tileMagenta p,
.carousel-simple .tile-selected.tile-magenta p {
  margin-left: 3px;
  margin-top: 10px;
  font-size: 11px;
}
.carousel-simple .tileSelected.tileMagenta h5,
.carousel-simple .tile-selected.tile-magenta h5 {
  margin-top: -2px;
}
.carousel-simple .tile-container {
  float: left;
  position: relative;
}
.carousel-simple .tileout {
  width: 37px;
  border-radius: 4px;
  margin-left: 15px;
  margin-right: 15px;
  background-color: white;
  border: 1px solid #e20074;
  height: 63px;
}
.carousel-simple .tileoutoff {
  width: 37px;
  border: none;
  margin-left: 15px;
  margin-right: 15px;
  background-color: white;
  height: 63px;
}
.carousel-simple .tileoutbase {
  width: 39px;
  margin-left: 12px;
  margin-right: 11px;
  background-color: white;
  height: 63px;
}
.carousel-simple .tile-inner {
  position: absolute;
  margin-top: 1px;
  top: 3px;
  left: 3px;
}
.carousel-simple .tile-inner p {
  margin: 12px 0 11px -2px;
  font-size: 11px;
}
.carousel-simple .tile-inner.tileSelected p {
  margin: 10px 0 11px -2px;
}
.carousel-simple .tile-inner.tileMagenta.tileSelected {
  top: 3px;
  left: 0;
}
.carousel-simple .tile-inner.tileMagenta.tileSelected p {
  margin: 10px 0 12px 0;
}
.carousel-simple .tile-inner.tileMagenta {
  top: 3px;
  left: 0;
}
.carousel-simple .tile-inner.tileMagenta p {
  margin: 12px 0 10px 0;
}
.carousel-simple .carousel-text {
  margin-top: 30px;
}
.carousel-simple .carousel-text .form-group {
  margin-bottom: 0;
}
.carousel-simple .carousel-text .form-group .form-control {
  color: #555555;
}
.carousel-simple ::-webkit-input-placeholder {
  color: #555555;
}
.carousel-simple :-moz-placeholder {
  /* Firefox 18- */
  color: #555555;
}
.carousel-simple ::-moz-placeholder {
  /* Firefox 19+ */
  color: #555555;
}
.carousel-simple :-ms-input-placeholder {
  color: #555555;
}
.carousel-simple .tertiaty-buttons.task .button-box:before {
  top: 27px;
}
.carousel-simple .tertiaty-buttons.task .button-box a i {
  padding-bottom: 2px;
  margin-top: 6px;
  margin-left: 1px;
}
.carousel-simple .tertiaty-buttons .button-box a {
  color: #6A6A6A;
}
.carousel-simple .tertiaty-buttons .button-box a:hover {
  color: #e20074;
}
.carousel-simple .bloque {
  display: block;
  margin: 0 0 0 2px;
}
.carousel-simple .tertiaty-buttons .button-box a.active .center {
  color: #6A6A6A;
}
.carousel-simple .tertiaty-buttons .button-box a.inactive .center {
  color: #cecece;
  cursor: not-allowed;
}
.carousel-simple .tertiaty-buttons.task .button-box.first a i {
  font-size: 22px;
  margin: 6px 0 1px 0;
}
.carousel-simple .tertiaty-buttons.task .button-box.second a i {
  margin: 6px 0 0 0;
}
.carousel-simple .tertiaty-buttons.task .button-box.third a i {
  margin: 7px 0 4px 0;
  font-size: 20px;
}
@media (min-width: 768px) {
  .carousel-simple .carousel-tiles {
    margin-top: 22px;
    left: 27px;
  }
  .carousel-simple .carousel-list {
    overflow: hidden;
    height: 63px;
    width: 320px;
    float: left;
  }
  .carousel-simple .tileMagenta.tileSelected,
  .carousel-simple .tile-magenta.tile-selected {
    height: 54px;
    margin-top: 0;
    width: 33px;
  }
  .carousel-simple .tileMagenta p,
  .carousel-simple .tile-magenta p {
    margin-left: -1px;
    margin-top: 10px;
    margin-bottom: 12px;
  }
  .carousel-simple .tileMagenta h5,
  .carousel-simple .tile-magenta h5 {
    margin-top: 1px;
  }
  .carousel-simple .tileGray,
  .carousel-simple .tile-gray {
    height: 55px;
    float: left;
    width: 33px;
    height: 56px;
    height: 58px;
    margin-bottom: 4px;
  }
  .carousel-simple .tileGray p,
  .carousel-simple .tile-gray p {
    margin-top: 11px;
    margin-bottom: 11px;
    margin-left: 2px;
    font-size: 12px;
  }
  .carousel-simple .tileGray h5,
  .carousel-simple .tile-gray h5 {
    margin-top: 1px;
    margin-left: 1px;
  }
  .carousel-simple .tileSelected p,
  .carousel-simple .tile -selected {
    margin-left: -3px;
    margin-top: 10px;
    margin-bottom: 12px;
  }
  .carousel-simple .tileSelected h5,
  .carousel-simple .tile-selected h5 {
    margin-top: 2px;
  }
  .carousel-simple .tileMagenta,
  .carousel-simple .tile-magenta {
    height: 55px;
    float: left;
    width: 33px;
    height: 56px;
  }
  .carousel-simple .right-control i {
    margin-left: 7px;
    margin-top: 8px;
  }
  .carousel-simple .left-control i {
    margin-top: 9px;
  }
  .carousel-simple .tile-container {
    height: 62px;
  }
  .carousel-simple .tileoutbase {
    height: 60px;
  }
  .carousel-simple .carousel-text {
    margin-top: 28px;
    padding-left: 0;
    left: -8px;
    padding-right: 28px;
  }
  .carousel-simple .tile-inner {
    top: 0;
  }
  .carousel-simple .tile-inner p {
    margin: 12px 0 11px -1px;
    font-size: 12px;
  }
  .carousel-simple .tile-inner.tileMagenta {
    top: 2px;
    left: 0;
    height: 54px;
  }
  .carousel-simple .tile-inner.tileMagenta.tileSelected p {
    margin: 8px 0 13px 2px;
    font-size: 12px;
    top: 3px;
  }
  .carousel-simple .tile-inner.tileMagenta p {
    margin: 10px 0 11px 2px;
    font-size: 12px;
  }
  .carousel-simple .tile-inner.tileSelected {
    top: 0;
    /*margin-top: -1px;
            left: 2px;
            height: 56px;*/
  }
  .carousel-simple .tile-inner.tileSelected p {
    margin: 10px 0 11px -1px;
  }
  .carousel-simple .tertiaty-buttons.task {
    margin-top: 21px;
  }
  .carousel-simple .tertiaty-buttons.task .button-box.first {
    margin-right: -4px;
  }
  .carousel-simple .tertiaty-buttons.task .button-box.second {
    margin-right: 4px;
  }
  .carousel-simple .tertiaty-buttons.task .button-box.first a i {
    margin: 7px 0 3px -9px;
  }
  .carousel-simple .tertiaty-buttons.task .button-box.first a .first-line {
    margin: 0 0 0 -13px;
  }
  .carousel-simple .tertiaty-buttons.task .button-box.first a .second-line {
    margin: 0 0 0 -13px;
  }
  .carousel-simple .tertiaty-buttons.task .button-box.second a i {
    margin: 6px 0 0 5px;
  }
  .carousel-simple .tertiaty-buttons.task .button-box.second a .first-line {
    margin: 4px 0 0 5px;
  }
  .carousel-simple .tertiaty-buttons.task .button-box.third a i {
    font-size: 20px;
    margin: 6px 0 0 9px;
  }
  .carousel-simple .tertiaty-buttons.task .button-box.third a .first-line {
    margin: 5px 0 0 10px;
  }
  .carousel-simple .tertiaty-buttons.task .button-box.third a .second-line {
    margin: 0 0 0 10px;
  }
}
@media (min-width: 992px) {
  .carousel-simple .tileGray p span,
  .carousel-simple .tile-gray p span {
    display: inline !important;
  }
  .carousel-simple .tileGray,
  .carousel-simple .tile-gray {
    width: 33px;
    height: 55px;
    float: left;
    width: 52px;
    height: 87px;
    margin-left: 14px;
    margin-right: 14px;
  }
  .carousel-simple .carousel-text {
    margin-top: 47px;
    padding-left: 0;
    left: 42px;
    padding-right: 29px;
  }
  .carousel-simple .tileMagenta.tileSelected,
  .carousel-simple .tile-magenta.tile-selected {
    height: 89px;
    margin-top: 1px;
  }
  .carousel-simple .tileMagenta,
  .carousel-simple .tile-magenta {
    width: 33px;
    height: 55px;
    float: left;
    margin-left: 14px;
    margin-right: 14px;
    width: 52px;
    height: 87px;
  }
  .carousel-simple .carousel-tiles {
    margin-top: 25px;
    left: 48px;
  }
  .carousel-simple .carousel-list {
    height: 96px;
    width: 480px;
  }
  .carousel-simple .left-control i {
    font-size: 40px;
    margin-top: 25px;
  }
  .carousel-simple .right-control i {
    margin-left: 3px;
    margin-top: 25px;
  }
  .carousel-simple .tileMagenta p,
  .carousel-simple .tile-magenta p {
    margin-left: 2px;
    font-size: 12px;
    margin-top: 24px;
    margin-bottom: 13px;
  }
  .carousel-simple .tileMagenta h5,
  .carousel-simple .tile-magenta h5 {
    margin-top: 3px;
    font-size: 24px;
  }
  .carousel-simple .tileSelected,
  .carousel-simple .tile-selected {
    width: 33px;
    height: 55px;
    float: left;
    width: 52px;
    height: 87px;
    margin-left: 14px;
    margin-right: 14px;
    height: 90px;
  }
  .carousel-simple .tileSelected p,
  .carousel-simple .tile-selected p {
    margin-top: 21px;
    margin-left: -9px;
    font-size: 12px;
  }
  .carousel-simple .tileSelected h5,
  .carousel-simple .tile-selected h5 {
    margin-top: 3px;
    font-size: 24px;
  }
  .carousel-simple .tileGray p,
  .carousel-simple .tile-gray p {
    font-size: 12px;
    margin-top: 24px;
    margin-left: 1px;
    margin: 25px 0 14px -5px;
  }
  .carousel-simple .tileGray h5,
  .carousel-simple .tile-gray h5 {
    margin-top: 3px;
    font-size: 24px;
    margin-left: 0px;
    margin: 13px 0 0 1px;
  }
  .carousel-simple .tileoutbase {
    width: 58px;
    height: 96px;
  }
  .carousel-simple .tile-container {
    height: 91px;
    margin-bottom: 5px;
  }
  .carousel-simple .tile-inner p {
    font-size: 12px;
  }
  .carousel-simple .tile-inner.tileMagenta.tileSelected {
    top: 3px;
    left: 2px;
    height: 88px;
    width: 50px;
  }
  .carousel-simple .tile-inner.tileMagenta {
    height: 88px;
    top: 1px;
    left: 0;
  }
  .carousel-simple .tile-inner.tileMagenta.tileSelected p {
    margin: 20px 0 16px 1px;
  }
  .carousel-simple .tile-inner.tileMagenta p {
    margin: 24px 0 14px 3px;
  }
  .carousel-simple .tile-inner.tileSelected p {
    margin: 23px 0 14px -5px;
    font-size: 12px;
  }
  .carousel-simple .tileSelected.tileMagenta h5 {
    margin-top: -2px;
    margin-left: -1px;
  }
  .carousel-simple .tertiaty-buttons.task {
    margin-top: 12px;
  }
  .carousel-simple .tertiaty-buttons.task .button-box.first {
    margin-right: -4px;
  }
  .carousel-simple .tertiaty-buttons.task .button-box.first a .first-line {
    margin: 0 0 0 -5px;
  }
  .carousel-simple .tertiaty-buttons.task .button-box.first a .second-line {
    margin: 0 0 0 -5px;
  }
  .carousel-simple .tertiaty-buttons.task .button-box.second a i {
    margin: 6px 0 0 14px;
  }
  .carousel-simple .tertiaty-buttons.task .button-box.second a .first-line {
    margin: 4px 0 0 12px;
  }
  .carousel-simple .tertiaty-buttons.task .button-box.second a .second-line {
    margin: 0 0 0 12px;
  }
}
.carousel-simple.second .carousel-tiles {
  margin-top: 9px;
  margin-left: -16px;
}
.carousel-simple.second .carousel-text {
  margin-top: 30px;
}
.carousel-simple.second .carousel-list {
  height: 63px;
}
.carousel-simple.second .tertiaty-buttons.task {
  margin-top: 7px;
}
.carousel-simple.second .box-main {
  position: relative;
  float: left;
}
.carousel-simple.second .tile-out {
  width: 37px;
  float: left;
  border-radius: 4px;
  margin-left: 15px;
  margin-right: 15px;
  text-align: center;
  background-color: white;
  color: white;
  border: 1px solid #e20074;
  height: 63px;
  margin-top: 0;
}
.carousel-simple.second .tile-inner {
  width: 31px;
  height: 55px;
  position: absolute;
  border-radius: 4px;
  margin-top: 1px;
  margin-left: 15px;
  margin-right: 15px;
  text-align: center;
  background-color: #e20074;
  color: white;
  border: 2px solid #e20074;
  top: 3px;
  left: 3px;
}
.carousel-simple.second .tile-inner p {
  font-size: 11px;
  color: white;
  margin-left: -3px;
  margin-top: 9px;
  margin-bottom: 12px;
}
.carousel-simple.second .tile-inner h5 {
  font-size: 20px;
  margin-top: 3px;
  line-height: 20px;
  color: white;
}
.carousel-simple.second .tileMagenta {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .carousel-simple.second .carousel-tiles {
    margin-left: 18px;
  }
  .carousel-simple.second .carousel-text {
    margin-top: 17px;
  }
  .carousel-simple.second .tertiaty-buttons.task {
    margin-top: 20px;
  }
}
@media (min-width: 992px) {
  .carousel-simple.second .carousel-tiles {
    margin-left: 21px;
  }
  .carousel-simple.second .carousel-text {
    margin-top: 35px;
    margin-left: -49px;
  }
  .carousel-simple.second .carousel-list {
    height: 96px;
    width: 480px;
  }
  .carousel-simple.second .tile-out {
    width: 58px;
    height: 96px;
  }
  .carousel-simple.second .tile-inner {
    width: 51px;
    height: 88px;
  }
  .carousel-simple.second .tile-inner p {
    font-size: 12px;
    color: white;
    margin-left: -11px;
    margin-top: 22px;
    margin-bottom: 15px;
  }
  .carousel-simple.second .tile-inner h5 {
    font-size: 23px;
    margin-top: 5px;
    line-height: 20px;
    color: white;
  }
  .carousel-simple.second .tertiaty-buttons.task {
    margin-top: 14px;
  }
}
.carousel-basic {
  /*width: 600px;*/
  height: 285px;
  /*margin: 100px auto;
      background: #A3CBE0;
      border: 2px solid #000;*/
  overflow: hidden;
  position: relative;
  /*box-shadow: 0 0 10px #000;*/
}
.carousel-basic ul {
  /*float: left;
          margin-right: -946em;
          white-space: nowrap;
          list-style: none;*/
}
.carousel-basic ul li {
  /*margin: 15px;
            text-align: center;
            float: left;
            display: inline;*/
}
.carousel-basic img {
  margin-top: 23px;
  height: 193px;
}
.carousel-basic p {
  margin: 21px 0 0 -2px;
}
.carousel-basic .displayImage {
  display: block !important;
}
.carousel-basic a.arrow.next,
.carousel-basic a.arrow.prev {
  display: block;
  position: absolute;
  font-size: 38px;
  color: #6a6a6a;
  top: 162px;
}
.carousel-basic a.arrow.next {
  right: 16px;
}
.carousel-basic a.arrow.prev {
  left: 16px;
}
@media (max-width: 767px) {
  .carousel-basic {
    height: 198px;
  }
  .carousel-basic img {
    margin-top: 14px;
    height: 120px;
  }
  .carousel-basic a.arrow.next,
  .carousel-basic a.arrow.prev {
    top: 55px;
  }
  .carousel-basic a.arrow.next {
    right: 15px;
  }
  .carousel-basic a.arrow.prev {
    left: 16px;
  }
}
@media (min-width: 768px) {
  .carousel-basic {
    height: 285px;
  }
  .carousel-basic img {
    margin-top: 19px;
    height: 198px;
  }
  .carousel-basic a.arrow.next,
  .carousel-basic a.arrow.prev {
    top: 90px;
  }
  .carousel-basic a.arrow.next {
    right: 15px;
  }
  .carousel-basic a.arrow.prev {
    left: 15px;
  }
}
@media (min-width: 992px) {
  .carousel-basic {
    height: 349px;
  }
  .carousel-basic img {
    margin-top: 15px;
    height: 259px;
  }
  .carousel-basic a.arrow.next,
  .carousel-basic a.arrow.prev {
    top: 119px;
  }
  .carousel-basic a.arrow.next {
    right: 15px;
  }
  .carousel-basic a.arrow.prev {
    left: 15px;
  }
}
