.m-fpc-debug-info {
  width: 420px;
  min-height: 115px;
  position: fixed;
  bottom: 10px;
  left: 10px;
  background: #47bbb3;
  color: #fff;
  z-index: 100000;
  font-family:Arial;
}
.m-fpc-debug-info .m-fpc-h1 {
  font-family:Arial;
  background: rgb(57, 172, 163);
  color: #fff;
  padding: 3px 3px 5px 10px;
  font-size: 14px;
  font-weight: bold;
  text-align:left;
  text-transform:none;
}
.m-fpc-debug-info .m-fpc-debug-info-main-block {
  padding: 2px 5px 10px 5px;
}
.m-fpc-debug-info .m-fpc-action {
  font-family:sans-serif,Arial;
  padding:0px;
  margin: 5px 0px 5px 0px;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.5);
  text-transform:none;
  padding-top:15px;
}
.m-fpc-debug-info .m-fpc-ignored {
  padding-top: 0px !important;
}
.m-fpc-debug-info .m-fpc-hit-info {
  font-family:sans-serif,Arial;
  padding:0px;
  margin: 5px 0px 0px 0px;
  text-align: center;
  font-size: 30px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.95);
  text-transform:none;
}
.m-fpc-debug-info .m-fpc-time-text {
  font-family:sans-serif,Arial;
  padding:0px;
  margin: 5px 0px 5px 0px;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.5);
  text-transform:none;
}
.m-fpc-debug-info .m-fpc-time {
  font-family:Arial;
  text-transform: uppercase;
  font-size: 76px;
  font-weight: 700;
  line-height: 65px;
  text-align:center;
}
.m-fpc-debug-info .m-fpc-time-sec-text {
  font-family:sans-serif,Arial;
  font-size: 35px;
  text-align:center;
  text-transform:none;
}
.m-fpc-debug-info.m-fpc-debug-info-not-cacheable {
  height: 220px;
  box-shadow: 0 0 0 5px #E0E0E0;
}
.m-fpc-debug-info.m-fpc-debug-info-hit {
  box-shadow: 0 0 0 5px #CCFFD3;
}
.m-fpc-debug-info.m-fpc-debug-info-miss {
  box-shadow: 0 0 0 5px #FECBCB;
}
.m-fpc-debug-info .m-fpc-disabled-info {
  font-family:sans-serif,Arial;
  padding:0px;
  margin: 12px 0px 0px 0px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.95);
  text-transform:none;
  color: #911E42 !important;
}
.m-fpc-debug-info .m-fpc-detail-info-hide-show-button-style {
  float: right;
  padding-right: 10px;
  text-decoration: underline;
  cursor: pointer;
}
.m-fpc-debug-info .m-fpc-info-scroll-hide {
  display: none;
}
/*scroll*/
.m-fpc-debug-info .m-fpc-info-scroll {
  overflow-y: auto;
  height: 350px;
  padding: 0px 5px 10px 5px;
  text-align: justify;
}
.m-fpc-debug-info .m-fpc-info-scroll::-webkit-scrollbar {
  width: 7px;
}
.m-fpc-debug-info .m-fpc-info-scroll::-webkit-scrollbar-track {
  background-color: rgba(255,255,255,0.2);
  border-radius: 7px;
}
.m-fpc-debug-info .m-fpc-info-scroll::-webkit-scrollbar-thumb {
  background-color: #EAEAEA;
  border-radius: 7px;
}
.m-fpc-debug-info .m-fpc-info-scroll::-webkit-scrollbar-thumb:hover {
  background-color: #EAEAEA;
  border-radius: 7px;
}

/*detail info table*/
.m-fpc-debug-info .m-fpc-detail-info-table {
  display:table;
  width:100%;
  padding-top: 3px;
}
.m-fpc-debug-info .m-fpc-detail-row {
  display:table-row;
}
.m-fpc-debug-info .m-fpc-detail-col {
  display:table-cell;
  text-align: left;
  padding: 2px;
  vertical-align: top;
  width: 50%;
  font-family:sans-serif,Arial;
  padding:5px;
  text-align: left;
  font-size: 10px;
  text-transform:none;
  color: #222 !important;
}
.m-fpc-debug-info .m-fpc-dark {
  background-color: #D9F0EE;
}
.m-fpc-debug-info .m-fpc-light {
  background-color: #ECF8F7;
}

/*flush cache button*/
.m-fpc-debug-info .m-fpc-flush-cache-button-style {
  float: left;
  padding-right: 10px;
  text-decoration: underline;
  cursor: pointer;
}

.m-fpc-debug-info .m-fpc-flush-cache-button-style-flushed {
  float: left;
  color: #911E42;
}

/*small debug info block*/
.m-fpc-debug-info-small {
  width: 120px;
  min-height: 10px;
  position: fixed;
  bottom: 10px;
  left: 10px;
  background: #47bbb3;
  color: #fff;
  z-index: 100000;
  font-family:Arial;
}

.m-fpc-debug-info-small .m-fpc-debug-info-main-block-small {
  padding: 2px 5px 10px 5px;
}

.m-fpc-debug-info-small .m-fpc-hit-info-small {
  font-family:sans-serif,Arial;
  padding:0px;
  margin: 5px 0px 0px 0px;
  text-align: left;
  font-size: 12px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.95);
  text-transform:none;
}

.m-fpc-debug-info-small .m-fpc-flush-cache-button-style-small {
  float: left;
  padding-right: 10px;
  text-decoration: underline;
  cursor: pointer;
}

.m-fpc-debug-info-small .m-fpc-flush-cache-button-style-flushed {
  float: left;
  color: #911E42;
}

.m-fpc-debug-info-small.m-fpc-debug-info-hit {
  box-shadow: 0 0 0 3px #CCFFD3;
}
.m-fpc-debug-info-small.m-fpc-debug-info-miss {
  box-shadow: 0 0 0 3px #FECBCB;
}
.m-fpc-debug-info-small.m-fpc-debug-info-not-cacheable {
  box-shadow: 0 0 0 5px #E0E0E0;
}
/* cache-buster */


/*!
 *  Font Awesome 4.6.3 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('https://motorolahome.com/skin/frontend/welldone/motorola/font-awesome-4.6.3/fonts/fontawesome-webfont.eot?v=4.6.3');
  src: url('https://motorolahome.com/skin/frontend/welldone/motorola/font-awesome-4.6.3/fonts/fontawesome-webfont.eot?#iefix&v=4.6.3') format('embedded-opentype'), url('https://motorolahome.com/skin/frontend/welldone/motorola/font-awesome-4.6.3/fonts/fontawesome-webfont.woff2?v=4.6.3') format('woff2'), url('https://motorolahome.com/skin/frontend/welldone/motorola/font-awesome-4.6.3/fonts/fontawesome-webfont.woff?v=4.6.3') format('woff'), url('https://motorolahome.com/skin/frontend/welldone/motorola/font-awesome-4.6.3/fonts/fontawesome-webfont.ttf?v=4.6.3') format('truetype'), url('https://motorolahome.com/skin/frontend/welldone/motorola/font-awesome-4.6.3/fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     default_default
 * @copyright   Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */

/* Reset ================================================================================= */
* { margin:0; padding:0; }



img           { border:0; vertical-align:top; }

a             {  text-decoration:underline; }
a:hover       { text-decoration:none; }
:focus        { outline:0; }

/* Headings */
h1,h2,h3,
h4,h5,h6      { margin:0 0 5px; line-height:1.35;  }
h1            { font-size:20px; font-weight:normal; }
h2            { font-size:18px; font-weight:normal; }
h3            { font-size:16px; font-weight:bold; }
h4            { font-size:14px; font-weight:bold; }
h5            { font-size:12px; font-weight:bold; }
h6            { font-size:11px; font-weight:bold; }

/* Forms */
form          { display:inline; }
fieldset      { border:0; }
legend        { display:none; }

/* Table */
table         { border:0; /*border-collapse:collapse;*/ border-spacing:0; empty-cells:show; font-size:100%; }
caption,th,td { vertical-align:top; text-align:left; /*font-weight:normal;*/ }

/* Content */
p             { margin:0 0 10px; }
strong        { font-weight:bold; }
address       { font-style:normal; line-height:1.35; }
cite          { font-style:normal; }
q,
blockquote    { quotes:none; }
q:before,
q:after       { content:''; }
small,big     { font-size:1em; }
/*sup           { font-size:1em; vertical-align:top; }*/

/* Lists */
ul,ol         { list-style:none; }

/* Tools */
.hidden       { display:block !important; border:0 !important; margin:0 !important; padding:0 !important; font-size:0 !important; line-height:0 !important; width:0 !important; height:0 !important; overflow:hidden !important; }
.nobr         { white-space:nowrap !important; }
.wrap         { white-space:normal !important; }
.a-left       { text-align:left !important; }
.a-center     { text-align:center !important; }
.a-right      { text-align:right !important; }
.v-top        { vertical-align:top; }
.v-middle     { vertical-align:middle; }
.f-left,
.left         { float:left !important; }
.f-right,
.right        { float:right !important; }
.f-none       { float:none !important; }
.f-fix        { float:left; width:100%; }
.no-display   { display:none; }
.no-margin    { margin:0 !important; }
.no-padding   { padding:0 !important; }
.no-bg        { background:none !important; }
/* ======================================================================================= */


/* Layout ================================================================================ */
.wrapper {  }
.page {}
.page-print { background:#fff; padding:25px 30px; text-align:left; }
.page-empty { background:#fff; padding:20px; text-align:left; }
.page-popup { background:#fff; padding:25px 30px; text-align:left; }
.main-container { background:#fbfaf6 url(https://motorolahome.com/skin/frontend/welldone/default/images/bkg_main1.gif) 50% 0 no-repeat; }
.main { width:900px; margin:0 auto; min-height:400px; padding:25px 25px 80px; background:#fffffe url(https://motorolahome.com/skin/frontend/welldone/default/images/bkg_main2.gif) 0 0 no-repeat; text-align:left; }

/* Base Columns */
.col-left { float:left; width:195px; padding:0 0 1px; }
.col-main { float:left; width:685px; padding:0 0 1px; }
.col-right { float:right; width:195px; padding:0 0 1px; }

/* 1 Column Layout */
.col1-layout .col-main { float:none; width:auto; }

/* 2 Columns Layout */
.col2-left-layout .col-main { float:right; }
.col2-right-layout .col-main {}

/* 3 Columns Layout */
.col3-layout .col-main { width:475px; margin-left:17px; }
.col3-layout .col-wrapper { float:left; width:687px; }
.col3-layout .col-wrapper .col-main { float:right; }

/* Content Columns */
.col2-set .col-1 { float:left; width:48.5%; }
.col2-set .col-2 { float:right; width:48.5%; }
.col2-set .col-narrow { width:32%; }
.col2-set .col-wide { width:65%; }

.col3-set .col-1 { float:left; width:32%; }
.col3-set .col-2 { float:left; width:32%; margin-left:2%; }
.col3-set .col-3 { float:right; width:32%; }

.col4-set .col-1 { float:left; width:23.5%; }
.col4-set .col-2 { float:left; width:23.5%; margin:0 2%; }
.col4-set .col-3 { float:left; width:23.5%; }
.col4-set .col-4 { float:right; width:23.5%; }
/* ======================================================================================= */


/* Global Styles ========================================================================= */
/* Form Elements */
select option { padding-right:10px; }
select.multiselect option { border-bottom:1px solid #b6b6b6; padding:2px 5px; }
select.multiselect option:last-child { border-bottom:0; }
textarea { overflow:auto; }
input.radio { margin-right:3px; }
input.checkbox { margin-right:3px; }
input.qty { width:2.5em !important; }

p.control input.checkbox,
p.control input.radio { margin-right:6px; }
/* Form Highlight */
input.input-text:focus,select:focus,textarea:focus {}
/*.highlight { background:#efefef; }*/

/* Form lists */
/* Grouped fields */
/*.form-list { width:535px; margin:0 auto; overflow:hidden; }*/
.form-list li { margin:0 0 8px; }
label { position:relative; z-index:0; }
.form-list label.required {}
label.required em { float:right; font-style:normal; color:#eb340a; position:absolute; top:0; right:-8px; }
.form-list li.control label { float:none; }
.form-list li.control input.radio,
.form-list li.control input.checkbox { margin-right:6px; }
.form-list li.control .input-box { clear:none; display:inline; width:auto; }

.form-list .input-box { display:block; clear:both;}
.form-list .field { float:left;  }
.form-list input.input-text {  }
.form-list textarea {  height:10em; }
.form-list select {  }
.form-list li.wide .input-box { }
.form-list li.wide input.input-text { }
.form-list li.wide textarea {  }
.form-list li.wide select { }
.form-list li.additional-row { border-top:1px solid #ccc; margin-top:10px; padding-top:7px; }
.form-list li.additional-row .btn-remove { float:right; margin:5px 0 0; }
.form-list .input-range input.input-text { width:74px; }

.form-list-narrow li  { margin-bottom:0; }
.form-list-narrow li .input-box { margin-bottom:6px; }
.form-list-narrow li.wide .input-box {  }
.form-list-narrow li.wide input.input-text,
.form-list-narrow li.wide textarea { }
.form-list-narrow li.wide select {  }

/* Customer */
.form-list .customer-name-prefix .input-box,
.form-list .customer-name-suffix .input-box,
.form-list .customer-name-prefix-suffix .input-box,
.form-list .customer-name-prefix-middlename .input-box,
.form-list .customer-name-middlename-suffix .input-box,
.form-list .customer-name-prefix-middlename-suffix .input-box { width:auto; }

.form-list .name-prefix { width:65px; }
.form-list .name-prefix select { width:55px; }
.form-list .name-prefix input.input-text { width:49px; }

.form-list .name-suffix { width:65px; }
.form-list .name-suffix select { width:55px; }
.form-list .name-suffix input.input-text { width:49px; }

.form-list .customer-name-prefix-middlename-suffix .name-firstname,
.form-list .customer-name-prefix-middlename .name-firstname { width:140px; }
.form-list .customer-name-prefix-middlename-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-middlename .name-firstname input.input-text { width:124px; }
.form-list .customer-name-prefix-middlename-suffix .name-lastname { width:205px; }
.form-list .customer-name-prefix-middlename-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-name-prefix-suffix .name-firstname { width:210px; }
.form-list .customer-name-prefix-suffix .name-lastname { width:205px; }
.form-list .customer-name-prefix-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-name-prefix-suffix .name-firstname { width:210px; }
.form-list .customer-name-prefix-suffix .name-lastname { width:205px; }
.form-list .customer-name-prefix-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-name-prefix .name-firstname,
.form-list .customer-name-middlename .name-firstname,
.form-list .customer-name-middlename .name-middlename { width:210px; }

.form-list .customer-name-suffix .name-lastname,
.form-list .customer-name-middlename .name-firstname,
.form-list .customer-name-middlename .name-middlename,
.form-list .customer-name-middlename-suffix .name-firstname,
.form-list .customer-name-middlename-suffix .name-lastname { width:205px; }

.form-list .customer-name-prefix .name-firstname input.input-text,
.form-list .customer-name-suffix .name-lastname input.input-text,
.form-list .customer-name-middlename .name-firstname input.input-text,
.form-list .customer-name-middlename .name-middlename input.input-text,
.form-list .customer-name-middlename-suffix .name-firstname input.input-text,
.form-list .customer-name-middlename-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-dob .dob-month,
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-year { float:left; width:85px; }
.form-list .customer-dob input.input-text { display:block; width:74px; }
.form-list .customer-dob label { font-size:10px; font-weight:normal; color:#888; }
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-month { width:60px; }
.form-list .customer-dob .dob-day input.input-text,
.form-list .customer-dob .dob-month input.input-text { width:46px; }
.form-list .customer-dob .dob-year { width:140px; }
.form-list .customer-dob .dob-year input.input-text { width:134px; }

.buttons-set {
    border-top: 1px solid #E4E4E4;
    clear: both;
    margin: 13px 0 20px;
    padding: 8px 0 0;
    text-align: right;
}
.buttons-set p.required { margin:0 0 10px; }
.buttons-set .back-link { float:left; margin:0; }
.buttons-set button.button { float:right; margin-left:5px; }

.buttons-set-order { margin:10px 0 0; }
.buttons-set-order .please-wait { padding:12px 7px 0 0; }

.fieldset { margin-bottom: 28px }
.fieldset .legend { position:relative;  }
.fieldset h2.legend { font-size: 16px; margin-bottom: 5px}

/* Form Validation */
.validation-advice {clear:both; min-height:13px; margin:3px 0 0; /*padding-left:17px; */font-size:11px; font-weight:bold; line-height:13px; background:url(https://motorolahome.com/skin/frontend/welldone/default/images/validation_advice_bg.gif) 2px 0 no-repeat; color:#eb340a; }


.validation-failed { border:1px dashed #eb340a !important; background:#faebe7 !important; }
.validation-passed {}
p.required { font-size:11px; text-align:right; color:#EB340A; }
/* Expiration date and CVV number validation fix */
.v-fix { float:left; }
.v-fix .validation-advice { display:block; width:12em; margin-right:-12em; position:relative; }

/* Global Messages */
.success { color:#3d6611; font-weight:bold; }
.error { color:#df280a; font-weight:bold; }
.notice { color:#e26703; }

.messages,
.messages ul { list-style:none !important; margin:0 !important; padding:0 !important; }
.messages { width:100%; overflow:hidden; }
.messages li { margin:0 0 10px !important; }
.messages li li { margin:0 0 3px !important; }



.error-msg,
.success-msg,
.note-msg,
.notice-msg {

    border-radius: 4px 4px 4px 4px;
    margin-bottom: 20px;
    padding: 15px;
}

.error-msg { background-color: #F2DEDE;
    border-color: #EED3D7;
    color: #B94A48; }
.success-msg {background-color: #DFF0D8;
    border-color: #D6E9C6;
    color: #468847;  }
.note-msg,
.notice-msg {  background-color: #FCF8E3;
    border-color: #FBEED5;
    color: #C09853; }


/* BreadCrumbs */
.breadcrumbs { }
.breadcrumbs li { display:inline; }
.breadcrumbs li strong { font-weight:bold; }

/* Page Heading */
.page-title { width:100%;    margin: 0 0 8px;  overflow: hidden;}
.page-title h1,
.page-title h2 {box-sizing: border-box;
    color: #212121;
    font-family: "Roboto",sans-serif;
    font-size: 30px;
    font-weight: 100;
    line-height: 33px;
    margin: 0px;
    padding: 0px 0px 30px;
    text-transform: uppercase;}



.page-title .separator { margin:0 3px; }
.page-title .link-rss { float:right; margin:7px 0 0; }
.title-buttons { text-align:right; }
.title-buttons h1,
.title-buttons h2,
.title-buttons h3,
.title-buttons h4,
.title-buttons h5,
.title-buttons h6 { float:left; }

.subtitle,
.sub-title { clear:both; padding:15px 0 0; font-size:15px; margin:0 0 6px; }

/* Pager */
.pager { font-size:11px;  padding: 10px 0px;border-top:1px solid #e2e2e2; text-align:center; }
.pager .amount { float:left; margin:0; }
.pager .limiter { float:right; }
.pager .limiter label { vertical-align:middle; }
.pager .limiter select { padding:0; margin:0 0 1px; vertical-align:middle; }
/*.pager .pages { margin:0 140px; }*/
.pager .pages ol { display:inline; }
.pager .pages li { display:inline; margin:0 0px; }
.pager .pages .current {}

/* Sorter */
.sorter { font-size:11px; padding:3px 8px; border-top:1px solid #e2e2e2; }
.sorter .view-mode { float:left; margin:0; }
.sorter .sort-by { float:right; padding-right:36px; }
.sorter .sort-by label { vertical-align:middle; }
.sorter .sort-by select { padding:0; margin:0 0 1px; vertical-align:middle; }
.sorter .link-feed {}

/* Toolbar */
.toolbar {}
.toolbar .pager { padding:3px 8px; border-bottom:1px solid #fff; }
.toolbar .sorter { border-bottom:1px solid #fff; }
.toolbar-bottom {}

/* Data Table */
.data-table { width:100%; border:1px solid #bebcb7; }
.data-table .odd  { background:#f8f7f5 }
.data-table .even { background:#eeeded; }
/*.data-table tr.odd:hover,
.data-table tr.even:hover { background:#ebf1f6; }*/
.data-table td.last,
.data-table th.last { border-right:0; }
.data-table tr.last th,
.data-table tr.last td { border-bottom:0 !important; }
.data-table th { padding:3px 8px; font-weight:bold; }
.data-table td { padding:3px 8px; }

.data-table thead th { font-weight:bold; border-right:1px solid #c2d3e0; padding:2px 8px;  white-space:nowrap; vertical-align:middle; }
.data-table thead th.wrap { white-space:normal; }
.data-table thead th a,
.data-table thead th a:hover { color:#fff; }
.data-table thead th { background:url(https://motorolahome.com/skin/frontend/welldone/default/images/bkg_th.gif) repeat-x 0 100% #d9e5ee; }
.data-table thead th .tax-flag { font-size:11px; white-space:nowrap; }

.data-table tfoot { border-bottom:1px solid #d9dde3; }
.data-table tfoot tr.first td { background:url(https://motorolahome.com/skin/frontend/welldone/default/images/bkg_tfoot.gif) 0 0 repeat-x; }
.data-table tfoot tr { background-color:#dee5e8 !important; }
.data-table tfoot td { padding-top:1px; padding-bottom:1px; border-bottom:0; border-right:1px solid #d9dde3; }
.data-table tfoot strong { font-size:16px; }

.data-table tbody th,
.data-table tbody td { border-bottom:1px solid #d9dde3; border-right:1px solid #d9dde3; }
/* Bundle products tables */
.data-table tbody.odd tr { background:#f8f7f5 !important; }
.data-table tbody.even tr { background:#f6f6f6 !important; }
.data-table tbody.odd tr td,
.data-table tbody.even tr td { border-bottom:0; }
.data-table tbody.odd tr.border td,
.data-table tbody.even tr.border td { border-bottom:1px solid #d9dde3; }

.data-table tbody td .option-label { font-weight:bold; font-style:italic; }
.data-table tbody td .option-value { padding-left:10px; }

/* Generic Info Box */
.info-box { background:#fff url(https://motorolahome.com/skin/frontend/welldone/default/images/bkg_block-title.gif) 0 0 repeat-x; border:1px solid #d0cbc1; padding:12px 15px; margin:0 0 15px; }
.info-box h2 { font-weight:bold; font-size:13px; }

.info-table th { font-weight:bold; padding:2px 15px 2px 0; }
.info-table td { padding:2px 0; }

/* Shopping cart total summary row expandable to details */
tr.summary-total { cursor:pointer; }
tr.summary-total td {}
tr.summary-total .summary-collapse { float:right; text-align:right; padding-left:20px; background:url(https://motorolahome.com/skin/frontend/welldone/default/images/bkg_collapse.gif) 0 5px no-repeat; cursor:pointer; }
tr.show-details .summary-collapse { background-position:0 -52px; }
tr.show-details td {}
tr.summary-details td { font-size:11px; background-color:#dae1e4; color:#626465; }
tr.summary-details-first td { border-top:1px solid #d2d8db; }
tr.summary-details-excluded { font-style:italic; }

/* Shopping cart tax info */
.cart-tax-info { display:block; }
.cart-tax-info,
.cart-tax-info .cart-price { padding-right:20px; }
.cart-tax-total { display:block; padding-right:20px; background:url(https://motorolahome.com/skin/frontend/welldone/default/images/bkg_collapse.gif) 100% 5px no-repeat; cursor:pointer; }
.cart-tax-info .price,
.cart-tax-total .price { display:inline !important; font-weight:normal !important; }
.cart-tax-total-expanded { background-position:100% -52px; }

/* Class: std - styles for admin-controlled content */
.std .subtitle { padding:0; }
.std ol.ol { list-style:decimal outside; padding-left:1.5em; }
.std ul.disc { list-style:disc outside; padding-left:18px; margin:0 0 10px; }
.std dl dt { font-weight:bold; }
.std dl dd { margin:0 0 10px; }

.std dl,

.std address,
.std blockquote { margin:0 0 0em; padding:0; }
.std ul { /*list-style:disc outside; */}
.std ol { /*list-style:decimal outside; padding-left:1.5em; */}
.std ul ul { }
.std ul ul,
.std ol ol,
.std ul ol,
.std ol ul { margin:.5em 0; }
.std dt { font-weight:bold; }
.std dd { padding:0 0 0 0em; }
.std blockquote { font-style:italic; padding:0 0 0 1.5em; }
.std address { font-style:normal; }
.std b,
.std strong { font-weight:bold; }
.std i,
.std em { }

/* Misc */
.links li { display:inline; }
.links li.first { padding-left:0 !important; }
.links li.last { background:none !important; padding-right:0 !important; }

.link-cart {  font-weight:bold; }
.link-wishlist {font-weight:bold; }
.link-reorder { font-weight:bold; }
.link-compare { font-weight:bold; }
.link-print { /*background:url(https://motorolahome.com/skin/frontend/welldone/default/images/i_print.gif) 0 2px no-repeat; padding:2px 0 2px 25px;*/ font-weight:bold; }
.link-rss { background:url(https://motorolahome.com/skin/frontend/welldone/default/images/i_rss.gif) 0 2px no-repeat; padding-left:18px; line-height:14px; white-space:nowrap; }
.btn-remove  { display:block; width:11px; height:11px; font-size:0; line-height:0; background:url(https://motorolahome.com/skin/frontend/welldone/default/images/btn_remove.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
.btn-previous  { display:block; width:11px; height:11px; font-size:0; line-height:0; background:url(https://motorolahome.com/skin/frontend/welldone/default/images/btn_previous.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
.btn-remove2 { display:block; width:16px; height:16px; font-size:0; line-height:0; background:url(https://motorolahome.com/skin/frontend/welldone/default/images/btn_trash.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
.btn-edit    { display:block; width:11px; height:11px; font-size:0; line-height:0; background:url(https://motorolahome.com/skin/frontend/welldone/default/images/btn_edit.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }

.cards-list dt { margin:5px 0 0; }
.cards-list .offset { padding:2px 0 2px 20px; }

.separator { margin:0 3px; }



/* Global site notices */
.global-site-notice { border:1px solid #cfcfcf; border-width:0 0 1px; background:#ffff90; font-size:12px; line-height:1.25; text-align:center; color:#2f2f2f; }
.global-site-notice .notice-inner { width:860px; margin:0 auto; padding:12px 0 12px 80px; background:url(https://motorolahome.com/skin/frontend/welldone/default/images/i_notice.gif) 20px 25px no-repeat; text-align:left; }
.global-site-notice .notice-inner p { margin:0; border:1px dotted #cccc73; padding:10px; }
.global-site-notice .notice-inner .actions { padding-top:10px; }

/* Cookie Notice */
.notice-cookie { }

/* Noscript Notice */
.noscript {}

/* Demo Notice */
.demo-notice { margin:0; padding:6px 10px; background:#d75f07; font-size:12px; line-height:1.15; border:0; text-align:center; color:#fff; }
.demo-notice .notice-inner { width:auto; padding:0; background:none; text-align:center; }
.demo-notice .notice-inner p { padding:0; border:0; }

/* ======================================================================================= */


/* Sidebar =============================================================================== */
.block {}
.block .block-title {padding: 0 0 1em; }
.block .block-title strong {    color: #2b2b2b;
    font: 1.167em Sintony;
    text-transform: uppercase;
    font-weight: bold; }
.block .block-title strong span {}
.block .block-title a { text-decoration:none !important; }
.block .block-subtitle {  }
.block .block-content {  border-bottom: 0px dotted #cacaca;
    margin-bottom: 24px;
    padding-bottom: 24px;}
.block .block-content li.item { padding:7px 9px; }
.block .block-content .product-name {  }
.block .btn-remove,
.block .btn-edit { float:right; margin:1px 0 2px 5px; }
.block .actions {  text-align:right; }
.block .actions a { float:left; }
.block .actions button.button { float:right; }
.block .empty { margin:0; padding:5px 9px; }

.block li.odd {  }
.block li.even { }

/* Mini Blocks */
.block-cart,
.block-wishlist,
.block-subscribe,
.block-compare,
.block-reorder,
.block-poll,
.block-gr-search,
.block-viewed,
.block-compared,
.block-related,
.block-tags,
.block-login {  }
.block-cart .block-title strong,
.block-wishlist .block-title strong,
.block-subscribe .block-title strong,
.block-compare .block-title strong,
.block-reorder .block-title strong,
.block-poll .block-title strong,
.block-viewed .block-title strong,
.block-compared .block-title strong,
.block-related .block-title strong,
.block-tags .block-title strong,
.block-login .block-title strong {  background-position:0 0; background-repeat:no-repeat; }

/* Mini Products List */
.mini-products-list .product-image { border: 1px solid #a9a9a9;
    float: left;
    width: 52px; }
.mini-products-list .product-details { margin-left:60px; }
.block-cart .mini-products-list .product-details .product-name,
.block-cart .mini-products-list .product-details .nobr small { word-wrap:break-word; }
.block-cart .mini-products-list .product-details .nobr { white-space:normal !important; }

/* Block: Account */
.block-account { border-color:#bbb; }
.block-account .block-title {  }
.block-account .block-title strong { }
.block-account .block-content { }
.block-account .block-content li a { display:block; border-bottom:1px solid #ddd; padding:3px 0; color:#5f5d5c; text-decoration:none !important; }
.block-account .block-content li a:hover { color:#000; }
.block-account .block-content li.last a { border-bottom:0; }
.block-account .block-content li.current { border-bottom:1px solid #ddd; padding:3px 0;  }
.block-account .block-content li.current.last { border-bottom:0; }

/* Block: Currency Switcher */
.block-currency { border:0;  }
.block-currency .block-title { background:none; border:0; padding:0; margin:0 0 5px; }
.block-currency .block-title strong { font:bold 13px/21px Arial, Helvetica, sans-serif;  padding:0 0 0 21px; text-transform:none; color:#fff; }
.block-currency .block-content { background:none; padding:0; }
.block-currency .block-content select { width:100%; padding:0; }

/* Block: Layered Navigation */
.block-layered-nav { border:0; }
.block-layered-nav .block-title { }
.block-layered-nav .block-subtitle { font-weight: bold;
    margin: 10px 0 18px;}
.block-layered-nav .block-content {  }
.block-layered-nav dt { }
.block-layered-nav dd { }
.block-layered-nav dd.last { background:none; }
.block-layered-nav .currently li { position:relative; z-index:1; line-height:1.5; }
.block-layered-nav .currently .label { font-weight:bold; padding-left:15px; background:url(https://motorolahome.com/skin/frontend/welldone/default/images/bkg_block-layered-label.gif) 0 4px no-repeat; text-transform:uppercase; display:inline-block; vertical-align:top; }
.block-layered-nav .currently .value { display:inline-block; vertical-align:top; }
.block-layered-nav .currently .btn-previous,
.block-layered-nav .currently .btn-remove { position:absolute; right:4px; top:9px; margin:0; }
.block-layered-nav .currently .btn-previous { right:17px; }
.block-layered-nav .actions { }
.block-layered-nav .actions a { float:none; }
.block-layered-nav .price{ font-size: 10px !important}
/* Block: Cart */
.block-cart .block-title { /*border-bottom:0;*/ }
.block-cart .block-title strong { }
.block-cart .summary { background:#fff; padding:2px 8px 8px; margin:-1px 0 0; position:relative; z-index:1; }
.block-cart .amount { margin:0; }
.block-cart .amount a { font-weight:bold; }
.block-cart .subtotal { margin:5px 0 0; padding:2px 0;text-align:center; }
.block-cart .subtotal .price { font-weight:bold; }
.block-cart .actions { }
.block-cart .actions .paypal-logo { float:left; width:100%; margin:3px 0 0; text-align:right; }
.block-cart .actions .paypal-logo .paypal-or { clear:both; display:block; padding:0 55px 8px 0; }

/* Block: Wishlist */
.block-wishlist .block-title strong {  }
.block-wishlist .actions { text-align:right; }
.block-wishlist .actions a { float:none; }

/* Block: Related */
.block-related .block-title strong { background-position:0 1px; }
.block-related input.checkbox { float:left; }
.block-related .product { margin-left:20px; }

/* Block: Compare Products */
.block-compare .block-title strong { background-position:0 1px; }
.block-compare button.button span { }
.page-popup .link-print {padding:2px 0 2px 25px; font-weight:bold; }
.compare-table { border:0; }
.compare-table thead tr.first th,
.compare-table thead tr.first td { border:0; background:none; padding:0; font-size:0; line-height:0; }
.compare-table .btn-remove { float:right;  }
.compare-table tbody th { }
.compare-table tbody th,
.compare-table tbody td { padding:10px; border:0; }
.compare-table tbody td.last {}
.compare-table tbody tr.last th,
.compare-table tbody tr.last td {  }
.compare-table tr.add-to-row td { text-align:center; }
.compare-table tr.first td { text-align:center; }
.compare-table tr.first td .product-name {  }
.compare-table tr.first td .product-name a { }
.compare-table tr.first td .ratings { width:69px; margin:0 auto; }
.compare-table tr.first td p,
.compare-table tr.add-to-row td p { margin:0; }

/* Block: Recently Viewed */
.block-viewed .block-title strong {  }

/* Block: Recently Compared */
.block-compared .block-title strong { }

/* Block: Poll */
.block-poll .block-title strong {}
.block-poll .block-subtitle {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}
.block-poll label {  }
.block-poll input.radio { float:left; margin:1px -18px 0 0; }
.block-poll .label { display:block; margin-left:18px; }
.block-poll li { padding:3px 0px; }
.block-poll .actions { margin:5px 0 0; }
.block-poll button.button span { }
.block-poll .answer { font-weight:bold; }
.block-poll .votes { float:right; margin-left:10px; }

/* Block: Orders and Returns */
.block-gr-search li { padding:3px 9px; }
.block-gr-search button.button span {  }

/* Block: Tags */
.block-tags .block-title strong {  }
.block-tags .block-content .tags-list { background:none; border:0; font-size:12px; }
.block-tags .block-content a { }
.block-tags .actions { margin: 14px 0 0;
    text-align: right; }
.block-tags .actions a { float:none; }

/* Block: Subscribe */
.block-subscribe .block-content { padding:5px 10px; }
.block-subscribe .block-title strong { }
.block-subscribe label { font-weight:bold;  }
.block-subscribe input.input-text { display:block; width:167px; margin:3px 0; }
.block-subscribe .actions { background:none; padding:0; margin:3px 0 0; text-align:left; }
.block-subscribe .actions button.button { float:none; }
.block-subscribe .actions button.button span { }

/* Block: Reorder */
.block-reorder .block-title strong { }
.block-reorder input.checkbox { float:left; margin:2px -20px 0 0; }
.block-reorder .product-name { margin-left:20px; }
.block-reorder .validation-advice { margin:3px 9px 7px; }

/* Block: Banner */
.block-banner { border:0; }
.block-banner .block-content { padding:0; text-align:center; }

/* Block: Login */
.block-login .block-title strong { }
.block-login .block-content { padding:5px 10px; }
.block-login label { font-weight:bold;  }
.block-login input.input-text { display:block; width:167px; margin:3px 0; }
.block-login .actions { background:none; padding:0; margin:3px 0 0; }
.block-login .actions button.button span {  }

/* Paypal */
.sidebar .paypal-logo { display:block; margin:10px 0; text-align:center; }
.sidebar .paypal-logo a { float:none; }
/* ======================================================================================= */


/* Category Page ========================================================================= */
.category-title { border:0; margin:0 0 7px; }
.category-image { width:100%; overflow:hidden; margin:0 0 10px; text-align:center; }
.category-image img {}
.category-description { margin:0 0 10px;  line-height: 1.4em;}
.category-products {}

/* Product View ========================================================================== */
/* Rating */
.no-rating { margin:0; }

.ratings {font-size: 11px;
    line-height: 1.25;
    margin: 0px 0px 10px;}
.product-info .rating-box{ display: none}
.ratings strong { float:left; margin:1px 3px 0 0; }
.ratings .rating-links { margin:0; }
.ratings .rating-links .separator { margin:0 2px; }
.ratings dt {}
.ratings dd {}
.rating-box { width:69px; height:13px; font-size:0; line-height:0; background:url(https://motorolahome.com/skin/frontend/welldone/default/images/bkg_rating.gif) 0 0 repeat-x; text-indent:-999em; overflow:hidden; }
.rating-box .rating { float:left; height:13px; background:url(https://motorolahome.com/skin/frontend/welldone/default/images/bkg_rating.gif) 0 100% repeat-x; }
.ratings .rating-box { float:left; margin-right:3px; }
.ratings .amount {}

.ratings-table th,
.ratings-table td { font-size:13px; line-height:1.15; padding:3px 0; }
.ratings-table th { font-weight:bold; padding-right:8px; }
.ratings-table .rating i{ margin-right: 3px}
#customer-reviews dt{margin-bottom: 10px}
#customer-reviews dd{margin-bottom: 30px}
/* Availability */
.availability {
    margin: 0 0 12px 0 !important;
}
.availability span { font-weight:bold; }
.availability.in-stock span {}
.availability.out-of-stock span { color:#d83820; }

.availability-only { margin:10px 0 7px; line-height:16px; background:url(https://motorolahome.com/skin/frontend/welldone/default/images/i_availability_only.gif) 0 50% no-repeat; padding-left:15px; }
.availability-only span,
.availability-only a { border-bottom:1px dashed #751d02; color:#000; }
.availability-only a { background:url(https://motorolahome.com/skin/frontend/welldone/default/images/i_availability_only_arrow.gif) 100% 0 no-repeat; cursor:pointer; padding-right:15px; text-decoration:none; }
.availability-only .expanded { background-position:100% -15px; }
.availability-only strong { color:#be2c00; }

.availability-only-details { margin:0 0 7px; }
.availability-only-details th { background:#d2d6d9; font-size:10px; padding:0 8px; }
.availability-only-details td { background:#ebf0f3; border-bottom:1px solid #fff; font-size:11px; padding:2px 8px 1px; }
.availability-only-details tr.odd td.last { color:#d95e00; font-weight:bold; }
#product-review-table  .radio{ display: inline}
.product-view .product-shop .availability { font-size:11px; }
.product-view .product-shop .availability span { font-weight:normal; }

/* Email to a Friend */
.email-friend { margin:0; }

/* Alerts */
.alert-price { margin:0; font-size:11px; }
.alert-stock { margin:0; font-size:11px; }

/********** < Product Prices */
.price { white-space:nowrap !important; }

.price-box { margin:0px 0; }
.price-box .price {  }

/* Regular price */
.regular-price {  }
.regular-price .price { }
.block .regular-price,
.block .regular-price .price {  }

/* Old price */
.old-price { margin:0; }
.old-price .price-label { white-space:nowrap; color:#999;  display: none;}
.old-price .price {
    text-decoration: line-through;}

/* Special price */
.special-price {  /*padding: 3px 0 3px; */  }

.special-price .price-label { font-size:13px; font-weight:bold; white-space:nowrap;  display: none; }
.product .special-price .price { margin: 0 0 0 10px;}

/* Minimal price (as low as) */
.minimal-price { margin:0; }
.minimal-price .price-label { font-weight:bold; white-space:nowrap; }

.minimal-price-link { margin: 0 0 0 0px; }
.minimal-price-link .label {color:#EE3B27;}
.minimal-price-link .price { font-weight:normal; /*color:#1e7ec8;*/ }

/* Excluding tax */
.price-excluding-tax {  display: inline-block; color:#999; }
.price-excluding-tax .label { white-space:nowrap; color:#999; padding: 0 }
.price-excluding-tax .price { font-size:13px !important; font-weight:normal; margin: 0 !important }

/* Including tax */
.price-including-tax {  display: inline-block; color:#999; }
.price-including-tax .label { white-space:nowrap; color:#999; padding: 0 }
.price-including-tax .price { font-size:13px !important ; margin:0 !important }

/* Configured price */
.configured-price { margin:0; }
.configured-price .price-label { font-weight:bold; white-space:nowrap; }
.configured-price .price { font-weight:bold; }

/* FPT */
.weee { display:block; font-size:11px; color:#444; }
.weee .price { font-size:11px; font-weight:normal; }

/* Excl tax (for order tables) */
.price-excl-tax  { display:block; }
.price-excl-tax .label { display:block; white-space:nowrap; }
.price-excl-tax .price { display:block; }

/* Incl tax (for order tables) */
.price-incl-tax { display:block; }
.price-incl-tax .label { display:block; white-space:nowrap; }
.price-incl-tax .price { display:block; font-weight:bold; }

/* Price range */
.price-from { margin:0; }
.price-from .price-label { font-weight:bold; white-space:nowrap; }

.price-to { margin:0; }
.price-to .price-label { font-weight:bold; white-space:nowrap; }

/* Price notice next to the options */
.price-notice { padding-left:10px; color:#999; }
.price-notice .price { font-weight:bold; }
ul.options-list li{ line-height: 16px !important;}

/* Price as configured */
.price-as-configured { margin:0; }
.price-as-configured .price-label { font-weight:bold; white-space:nowrap; }

.price-box-bundle { padding:0 0 10px 0; }
.price-box-bundle .price-box { margin:0 !important; padding:0 !important; }
.price-box-bundle .price {  }
/********** Product Prices > */

/* Tier Prices */
.product-pricing,
.tier-prices {  color: #424242;
    margin: 10px 0 10px 4px;
    padding: 10px; }
.tier-prices li {  line-height: 1.4;
    list-style: disc outside none;
    padding: 2px 0;}
.tier-prices .benefit { font-style:italic; font-weight:bold; color:#2f2f2f; }
.tier-prices .price { font-weight:bold; color:#2f2f2f; }

.tier-prices-grouped li { padding:2px 0; color:#e26703; }
.tier-prices-grouped li .price { font-weight:bold; }

/* Add to Links */
.add-to-links { /*font-size:11px; margin:5px 0 0;*/ }
.add-to-links .separator { display:none; }

/* Add to Cart */
.add-to-cart label { float:left; margin-right:5px; font-weight:bold; color:#666; }
.add-to-cart .qty { float:left; margin-right:5px; }
.add-to-cart button.button { float:left; }
.add-to-cart .paypal-logo { clear:left; margin:0; text-align:right; }
.add-to-cart .paypal-logo .paypal-or { clear:both; display:block; margin:5px 60px 5px 0; }
.product-view .add-to-cart .paypal-logo { margin:0; }

/* Add to Links + Add to Cart */
.add-to-box {  margin: 21px 0; }
.add-to-box .add-to-cart { float:left; }
.add-to-box .or { float:left; font-weight:bold; margin:0 7px; color:#666; }
.add-to-box .add-to-links { float:left; margin:0; font-size:12px !important; line-height:1.25 !important; text-align:left !important; }
.add-to-box .add-to-links li { display:block !important; }
.add-to-box .add-to-links li .separator { display:none !important; }


.product-view {  }
.sku { margin-top: 10px}
.product-essential { }
.product-essential h2 {  }

.product-collateral { background:#faf7ee url(https://motorolahome.com/skin/frontend/welldone/default/images/bkg_product_collateral.gif) 0 0 repeat-x; padding:25px; }
.product-collateral h2 { font-weight:bold; font-size:15px; color:#e26703; border-bottom:1px solid #e5dcc3; padding:0 0 1px; margin:0 0 15px; }
.product-collateral .box-collateral { margin:0 0 25px; }



/* Product Options */
.product-options {margin: 0px 0 0;
    padding: 0px 0 0px;
    position: relative; }
.product-options dt { padding:10px 0 0; font-weight:normal; }
.product-options dt.swatch-attr {  padding: 22px 0 0;font-weight:normal; }
.product-options dt label { font-weight:bold;  }
.product-options dt label.required em { color:#eb340a; margin-left:5px; }
.product-options dd .qty-holder { display:block; padding:10px 0 0; }
.product-options dd .qty-holder label { vertical-align:middle; }
.product-options dt .qty-disabled { background:none; border:0; padding:3px; color:#2f2f2f; }
.product-options dd {border-bottom: 1px solid #e4e4e4;
    margin: 0 0 5px;
    padding: 5px 0px 15px;}
.product-options dl.last dd.last { border-bottom:0; padding-bottom:5px; margin-bottom:0; }
.product-options dd input.input-text { width:98%; }
.product-options dd input.datetime-picker { width:150px; }
.product-options dd .time-picker { display:-moz-inline-box; display:inline-block; padding:2px 0; vertical-align:middle; }
.product-options dd textarea { width:98%; height:8em; }
.product-options dd select { width:100%; }
.product-options dd .multiselect option { border-bottom:1px dotted #d9e5ee; padding:2px 4px; }
.product-options ul.options-list { margin-right:5px; }
.product-options ul.options-list li { line-height:1.5; padding:2px 0; }
.product-options ul.options-list input.radio {  float: left;
    margin-top: 7px; }
.product-options ul.options-list input.checkbox {  float: left;
    margin-top: 7px; }
.product-options ul.options-list .label { display:block; margin-left:18px; }
.product-options ul.options-list label { font-weight: normal;
    line-height: 20px; }
.product-options ul.validation-failed { padding:0 7px; }
.product-options p.note { margin:0; font-size:11px; }
.product-options p.required { position:absolute; right:20px; top:20px; }

.product-options-bottom { padding:15px 0px; border-top:0; }
.product-options-bottom .product-pricing,
.product-options-bottom .tier-prices { margin:0; padding:0 0 10px; border:0; background:0; color:#e26703; }
.product-options-bottom .tier-prices li { background:0; padding:2px 0; }
.product-options-bottom .tier-prices .price,
.product-options-bottom .tier-prices .benefit { color:#e26703; }
.product-options-bottom .price-box { margin:0; padding:0;padding: 14px 0 0; }
.product-options-bottom .add-to-links { clear:both; padding:5px 0 0; text-align:right; }
.col3-layout .product-options-bottom .price-box { float:none; padding:0 0 5px; }
.product-options-bottom .price-label { float:left; padding-right:13px; }
.product-options-bottom .price-tax { float:left; }
.product-options-bottom .add-to-cart { float:right; }
.product-shop .product-options-bottom { margin:0 0 10px; }
.product-shop .product-options-bottom .price-box { float:none; margin:0 0 5px; }
.product-shop .product-options-bottom .price-label { float:none; padding-right:0; }
.product-shop .product-options-bottom .price-tax { float:none; }
.product-shop .product-options-bottom .add-to-cart-box { clear:both; float:left; padding-top:12px; }
.product-shop .product-options-bottom .add-to-links { clear:both; padding:5px 0 0; text-align:right; }

/* Grouped Product */
.product-view .grouped-items-table .price-box { margin:0; padding:0; }

/* Send a Friend */
.send-friend .form-list { width:615px; overflow:hidden; }
.send-friend .form-list li { margin-right:-15px; }
.send-friend .form-list li p { margin:0 15px 0 0; }
.send-friend .form-list .field { width:315px; }
.send-friend .form-list .input-box { width:300px; }
.send-friend .form-list input.input-text,
.send-friend .form-list textarea { width:294px; }
.send-friend .form-list li.wide .input-box { width:612px; }
.send-friend .form-list li.wide textarea {  }
.send-friend .buttons-set .limit { float:right; margin:0 7px 0 0; font-size:11px; line-height:21px; }
/* ======================================================================================= */


/* Content Styles ================================================================= */
.product-name { margin:0;  font-weight:normal; }
.product-name a { }

/* Product Tags */
.tags-list { display: block;
    font-size: 13px;
    padding: 0px;}
.tags-list li { display:inline !important; margin:0 4px 0 0; }
.tags-list li a { color:#1b2d3b; }

/* Advanced Search */
.advanced-search .form-list label { width:160px; padding-right:10px; }
.advanced-search .form-list .input-box,
.advanced-search .form-list .input-range { float:left; clear:none; }
.advanced-search-amount { margin:0 0 10px; }
.advanced-search-summary { margin:10px 0; border:1px solid #e9d7c9; background:#fff6f1; padding:10px; }
.advanced-search-summary ul { float:left; width:49%; }
.advanced-search-summary strong { color:#E17C24; padding-left:15px; background:url(https://motorolahome.com/skin/frontend/welldone/default/images/i_search_criteria.gif) 0 3px no-repeat; }
.advanced-search-summary p { clear:both; font-weight:bold; margin:0; }

/* CMS Home Page */
.cms-home .subtitle {}
.cms-index-index .subtitle {}

/* RSS */
.rss-title h1 { background:url(https://motorolahome.com/skin/frontend/welldone/default/images/i_rss-big.png) 0 4px no-repeat; padding-left:27px; }
.rss-table .link-rss { display:block; line-height:1.55; background-position:0 4px; }
/* ======================================================================================= */


/* Shopping Cart ========================================================================= */
.cart .page-title { border-bottom:0; margin:0 0 12px; }
.cart .page-title h1 { margin:10px 0 0; }

/* Checkout Types */
.cart .page-title .checkout-types li { margin:0 0 5px; }
.cart .title-buttons .checkout-types { float:right; }
.cart .title-buttons .checkout-types li { float:left; margin:0 0 5px 5px; }
.cart .checkout-types .paypal-or { margin:0 8px; line-height:2.3; }
.cart .totals .checkout-types .paypal-or { clear:both; display:block; padding:8px 55px 0 0; line-height:1.0; font-size:11px; }

/* Shopping Cart Table */

.cart .cart-collaterals { padding:25px 0 0; }
.cart .cart-collaterals .col2-set { float:left; width:605px; }
.cart .cart-collaterals .col2-set .col-2 { width:294px; }

.cart .crosssell { border:1px solid #cec3b6; background:#fafaec; padding:12px 15px; }
.cart .crosssell h2 { font-size:13px; font-weight:bold; }
.cart .crosssell .product-image { float:left; width:75px; height:75px; border:1px solid #d0cdc9; }
.cart .crosssell .product-details { margin-left:90px; }
.cart .crosssell .product-name { font-weight:bold; }
.cart .crosssell li.item { margin:12px 0; }
.cart .crosssell .link-compare { font-weight:normal; }

/* Discount Codes & Estimate Shipping and Tax Boxes */
.cart .discount,
.cart .shipping { border:1px solid #d0cbc1; background:#fff url(https://motorolahome.com/skin/frontend/welldone/default/images/bkg_block-title.gif) 0 0 repeat-x; padding:12px 15px; margin:0 0 18px; }
.cart .discount h2,
.cart .shipping h2 { background-position:0 0; background-repeat:no-repeat; font:bold 13px/16px Arial, Helvetica, sans-serif; padding:0 0 0 21px; color:#e26703; text-transform:uppercase; }
.cart .discount button span,
.cart .shipping button span {  }
.cart .discount .buttons-set,
.cart .shipping .buttons-set { margin:10px 0 0; border:0; padding:0; text-align:left; }
.cart .discount .buttons-set button.button,
.cart .shipping .buttons-set button.button { float:none; margin-left:0; }

.cart .discount h2 { background-image:url(https://motorolahome.com/skin/frontend/welldone/default/images/i_discount.gif); }
.cart .discount .input-box { margin:8px 0 0; width:260px; }
.cart .discount input.input-text { width:254px; }

.cart .shipping h2 { background-image:url(https://motorolahome.com/skin/frontend/welldone/default/images/i_shipping.gif); }
.cart .shipping .sp-methods { margin:10px 0 0; padding:5px 0 0; background:url(https://motorolahome.com/skin/frontend/welldone/default/images/bkg_divider1.gif) 0 0 repeat-x; }

/* Shopping Cart Totals */
.cart .totals { float:right; width:268px; background:#dee5e8; border:1px solid #bebcb7; }
.cart .totals table { width:100%; margin:7px 0; }
.cart .totals td { padding:1px 15px 1px 7px; }
.cart .totals tr.last td {}
.cart .totals tfoot th { padding:5px 15px 5px 7px; }
.cart .totals tfoot td { padding-top:5px; padding-bottom:5px; }
.cart .totals tfoot th strong,
.cart .totals tfoot td strong { font-size:15px; }
.cart .totals .checkout-types { font-size:13px; padding:8px 15px 15px; text-align:right; }
.cart .totals .checkout-types li { clear:both; margin:10px 0; }

/* Options Tool Tip */
.item-options dt { font-weight:bold; font-style:italic; }
.item-options dd { padding-left:10px; margin:0 0 6px; }
.truncated { cursor:help; }
.truncated a.dots { cursor:help; }
.truncated a.details { cursor:help; }
.truncated .truncated_full_value { position:relative; z-index:999; }
.truncated .truncated_full_value .item-options { position:absolute; top:-99999em; left:-99999em; z-index:999; width:250px; padding:8px; border:1px solid #ddd; background-color:#f6f6f6; }
.truncated .truncated_full_value .item-options > p { font-weight:bold; text-transform:uppercase; }
.truncated .show .item-options { top:-20px; left:50%; }
.col-left .truncated .show .item-options { left:15px; top:7px; }
.col-right .truncated .show .item-options { left:-240px; top:7px; }
/* ======================================================================================= */


/* Checkout ============================================================================== */
/********** < Common Checkout Styles */
/* Shipping and Payment methods */
.sp-methods { margin:0 0 8px; }
.sp-methods dt { margin:13px 0 5px; font-weight:bold; }
.sp-methods dd {}
.sp-methods dd li { margin:5px 0; }
.sp-methods label { }
.sp-methods .price { font-weight:bold; }
.sp-methods .form-list { padding-left:20px; }
.sp-methods .form-list li { margin:0 0 8px; }
.sp-methods select.month { width:154px; margin-right:10px; }
.sp-methods select.year { width:96px; }
.sp-methods input.cvv { width:3em !important; }

.sp-methods .checkmo-list li { margin:0 0 5px; }
.sp-methods .checkmo-list label { width:135px; padding-right:10px; text-align:right; }
.sp-methods .checkmo-list address { float:left; }

.sp-methods .centinel-logos a { margin-right:3px; }
.sp-methods .centinel-logos img { vertical-align:middle; }

.sp-methods .release-amounts { margin:0.5em 0; }
.sp-methods .release-amounts button { float:left; margin:5px 10px 0 0; }

.please-wait { float:right; }
.please-wait img { vertical-align:middle; }
.cvv-what-is-this { font-size:11px; cursor:help; margin-left:10px; }

/* Tooltip */
.tool-tip { border:1px solid #7BA7C9; background:#EAF6FF; padding:15px 20px; position:absolute; z-index:9999; }
.tool-tip .btn-close { margin:-9px -14px 0; text-align:right; }
.tool-tip .btn-close a { display:block; margin:0 0 0 auto; width:15px; height:15px; background:url(https://motorolahome.com/skin/frontend/welldone/default/images/btn_window_close.gif) 100% 0 no-repeat; text-align:left; text-indent:-999em; overflow:hidden; }
.tool-tip .tool-tip-content { padding:5px; }

/* Gift Messages */
.gift-messages h3 { font-size:12px; font-weight:bold; }
.gift-messages p.control { color:#8e8d8b; }
.gift-messages-form { position:relative; }
.gift-messages-form label { float:none !important; position:static !important; }
.gift-messages-form h4 { font-size:12px; font-weight:bold;  }
.gift-messages-form .whole-order { margin:0 0 25px; }
.gift-messages-form .item { margin:0 0 10px; }
.gift-messages-form .item .product-img-box { float:left; width:75px; }
.gift-messages-form .item .product-image { margin:0 0 7px; }
.gift-messages-form .item .number { margin:0; font-weight:bold; text-align:center; color:#8a8987; }
.gift-messages-form .item .details { margin-left:90px; }
.gift-messages-form .item .details .product-name { font-size:13px; font-weight:bold; margin:0 0 10px; }
.gift-messages-form .item .details .form-list .field { width:255px; }
.gift-messages-form .item .details .form-list .input-box { width:240px; }
.gift-messages-form .item .details .form-list input.input-text { width:234px; }
.gift-messages-form .item .details .form-list li.wide .input-box { width:500px; }
.gift-messages-form .item .details .form-list li.wide textarea { width:494px; }

.gift-message-link { font-size:11px; background:url(https://motorolahome.com/skin/frontend/welldone/default/images/bkg_collapse-gm.gif) 100% 6px no-repeat; padding-right:7px; }
.gift-message-link.expanded { background-position:100% -40px; }
.gift-message-row { background:#f2efe9; }
.gift-message-row .btn-close { float:right; width:16px; height:16px; background:url(https://motorolahome.com/skin/frontend/welldone/default/images/btn_gm-close.gif) 0 0 no-repeat; font-size:0; line-height:0; text-indent:-999em; overflow:hidden; }

/* Checkout Agreements */
.checkout-agreements li { margin:30px 0; }
.checkout-agreements .agreement-content { overflow:auto; height:12em; padding:10px; background-color:#fbfaf6; border:1px solid #bbb6a5; }
.checkout-agreements .agree { margin:0; padding:10px 0 10px 11px; }
.checkout-agreements .agree input.checkbox { margin-right:6px; }
.checkout-agreements .agree label { font-weight:bold; color:#666; }

.opc .checkout-agreements { border:1px solid #d9dde3; border-width:0 1px; padding:5px 30px; }
.opc .checkout-agreements li { margin:20px 0 0; }
.opc .checkout-agreements .agreement-content { background-color:#fff; border-color:#e4e4e4; padding:5px; }
.opc .checkout-agreements .agree { padding-left:6px; }

/* Centinel */
.centinel {}
.centinel .authentication { border:1px solid #ddd; background:#fff; }
.centinel .authentication iframe { width:99%; height:400px; background:transparent !important; margin:0 !important; padding:0 !important; border:0 !important; }

.opc .centinel { border:1px solid #bbb6a5; border-width:0 1px 1px; padding:10px 30px; }

/* Generic Info Set */
.info-set { background:#fbfaf6 url(https://motorolahome.com/skin/frontend/welldone/default/images/bkg_checkout.gif) 0 0 repeat-x; border:1px solid #bbb6a5; margin:0 0 25px; padding:20px; }
.info-set h2 { font-size:13px; font-weight:bold; margin:0 0 10px; }
.info-set h3,
.info-set h4 { font-size:13px; font-weight:bold; }
.info-set h2 a,
.info-set h3 a,
.info-set h4 a { font-weight:normal; }
.info-set h2.legend { margin:-20px -20px 15px; padding:5px 10px; background:#f9f3e3; border-bottom:1px solid #bbafa0; position:relative; }
.info-set h3.legend { margin:0 0 10px;  }
.info-set .divider { margin:0 -20px; padding:25px 0; position:relative; }
.info-set .box { margin:0 0 15px; }
.info-set .box h2 { color:#e26703; }
.info-set .data-table .product-name { font-size:1em !important; font-weight:bold !important; color:#1e7ec8 !important; }
.info-set .data-table .product-name a { font-weight:bold !important; }
.info-set .data-table .item-options { margin:5px 0 0; }
/********** Common Checkout Styles > */

/* One Page Checkout */
.block-progress { border:0; margin:0; }
.block-progress .block-title { background:none; border:0; padding:0; margin:0 0 5px; }
.block-progress .block-title strong {  }
.block-progress .block-content { background:none; }
.block-progress dt {
    background-color: transparent;
    color: #212121;
    font-family: "Roboto",sans-serif;
    font-size: 13px;
    line-height: 18.2px;
    list-style: outside none none;
    text-decoration: none #212121;
    text-transform: uppercase;
    font-weight: normal;
    border-bottom: 1px solid #F0F0F0;
    box-sizing: border-box;
    padding: 10px 0px 10px 15px;
    position: relative;

}
.block-progress dt::before {
    position: absolute;
    top: 10px;
    left: 0px;
    display: block;
    content: "»";
}
.block-progress dd {  border-top:0; padding:8px 13px; margin:0 0 6px; }
.block-progress dt.complete { margin:0; }
.block-progress dd.complete {}
.block-progress p { margin:0; }
.block-progress .cards-list dt { background:none; border:0 none; color:inherit; font-size:12px; margin:5px 0; padding:0; }
.block-progress .cards-list dd { border:0 none; margin:0; padding:0; }
.block-progress .cards-list .info-table th { font-weight:normal; }

/* show/hide "change" link for progress step depend on complete status
 * should be placed in .css file */
.opc-block-progress dt.complete a,
.opc-block-progress dt.complete .separator { display: inline; }
.opc-block-progress dt a,
.opc-block-progress dt .separator { display: none; }

.opc .buttons-set { margin-top:0; padding-top:2em; }
.opc .buttons-set p.required { margin:0; padding:0 0 10px; }
.opc .buttons-set .back-link small { display:none; }
.opc .buttons-set .back-link a { }
.opc .buttons-set.disabled button.button { display:none; }
.opc .buttons-set .please-wait { height:21px; line-height:21px; }
.opc .ul {  font-weight: bold;
    list-style: disc outside none;
    padding-left: 18px; }

.opc { position:relative; }
.opc li.section {}

.opc .step-title {
    border: 1px solid #F0F0F0;
    border-radius: 4px;
    box-sizing: border-box;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 1px 0px;
    box-sizing: border-box;


}
.opc .step-title h2{line-height: 28px;}
.opc .step-title .number { float: left;
    font-family: Verdana,Geneva,sans-serif;
    font-size: 15px;
    line-height: 28px;
    padding: 10px 0px 10px 0px;
    color: #4C4C4C;
    width: 55px;
    text-align: center; background: #FAFAFA}
.opc .step-title .number:after{content: "."}

.opc .step-title h2 { float:left;  font-size: 16px;
    margin-bottom: 0;
    margin-top: 0; outline: medium none;
    padding: 10px 9px;
    text-decoration: none;
    text-transform: uppercase; color: #4C4C4C}
.opc .step-title a { display:none; float:right; font-size:11px; line-height:16px; }

.opc .allow .step-title {  padding-bottom:5px;



    border-radius: 0 0 0 0;
    padding: 0; cursor:pointer; }

.opc .allow .step-title h2 { }
/*.opc .allow .step-title a { display:block; }*/

.opc .active .step-title {

    cursor:default;
    background-color: #879196;
    color: #FFFFFF;
    border-bottom-color: #374850;
    border-bottom-style: none;
    border-bottom-width: 0px;
    border-left-color: #374850;
    border-left-style: solid;


    border-top-left-radius: 3px;
    border-top-right-radius: 3px;



}
.opc .step-title{transition: all 0.3s ease 0s}
.divider.in_footer{ margin-top: 25px}

#checkoutSteps li{ margin: 0 0 5px 0}
.opc .step-title:hover{background-color: #879196;}
.opc .step-title:hover h2{ color: #fff}
.opc .step-title:hover .number{ color: #fff; background: #374850}

.opc .active .step-title .number { color:#fff; background: #374850;}
.opc .active .step-title h2 { color:#ffffff; }
/*.opc .active .step-title a { display:none; }*/

.opc .step { border:1px solid #F1F1F1;box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); border-top:0; padding:15px 30px; position:relative; }
.opc .step .tool-tip { right:30px; }

#opc-login .buttons-set { border-top:0; }
#opc-login h3 {  margin-bottom:10px; }
#opc-login h4 { font-size:1em; font-weight:bold; margin:0; color:#2f2f2f; }

#opc-shipping_method .buttons-set { border-top:0; }
.opc .gift-messages-form { margin:0 -30px; background:#f6f1eb; border:1px solid #e9e4de; border-width:1px 0; padding:22px 24px 22px 30px; }
.opc .gift-messages-form .inner-box { padding:5px; height:260px; overflow:auto; }

#opc-review .step { border:0; padding:0; }
#opc-review .product-name { font-size: 12px;
    font-weight: bold;}
#opc-review .item-options { margin:5px 0 0; }
#opc-review .buttons-set { padding:20px 30px; border:1px solid #d9dde3; border-width:0 1px 1px; }
#opc-review .buttons-set p { margin:0; line-height:40px; }
#opc-review .buttons-set .please-wait { height:40px; line-height:40px; }
#opc-review .authentication { margin:0 auto; width:570px; }
#opc-review .warning-message { color:#222; font-weight:bold; text-align:center; padding:10px 10px 0; }

/* Multiple Addresses Checkout */
.checkout-progress { padding:0 90px; margin:0 0 20px; }
.checkout-progress li { float:left; width:19%; margin:0 3px 0 0; border-top:10px solid #999; padding:2px 0 0; font-weight:bold; text-align:center; color:#abb5ba; }
.checkout-progress li.active {  border-top-color: #000000;
    color: #000000; }

.multiple-checkout h2 { font-size:13px; font-weight:bold; margin:0 0 10px; }
.multiple-checkout h3,
.multiple-checkout h4 { font-size:13px; font-weight:bold;  }
.multiple-checkout h2 a,
.multiple-checkout h3 a,
.multiple-checkout h4 a { font-weight:normal; }
.multiple-checkout .data-table .product-name { font-size:1em !important; font-weight:bold !important; color:#1e7ec8 !important; }
.multiple-checkout .data-table .product-name a { font-weight:bold !important; }
.multiple-checkout .data-table .item-options { margin:5px 0 0; }

.multiple-checkout .gift-messages { margin:15px 0 0; }

.multiple-checkout .tool-tip { top:50%; margin-top:-120px; right:20px; }

.multiple-checkout .col2-set,
.multiple-checkout .col3-set { margin:0 0 25px; padding:20px; }
.multiple-checkout .col2-set h2.legend { margin:-20px -20px 15px; padding:5px 10px;  position:relative; }
.multiple-checkout .col2-set h3.legend { margin:0 0 10px;  }
.multiple-checkout .col2-set .divider { margin:0 -20px; padding:25px 0; position:relative; }
.multiple-checkout .box { margin:0 0 15px; }
.multiple-checkout .box h2 {  }

.multiple-checkout .place-order .please-wait { float:right; padding:27px 7px 0 0; }
.multiple-checkout .place-order .grand-total { float:right; height:71px;  padding:0 0 0 21px;  overflow:hidden; }
.multiple-checkout .place-order .grand-total .inner { float:left; height:57px; padding:14px 21px 0 0;  }
.multiple-checkout .place-order .grand-total .inner div { display:inline; }
.multiple-checkout .place-order .grand-total big { display:inline; margin-right:12px; }
.multiple-checkout .place-order .grand-total .price { }
.multiple-checkout .place-order .grand-total button.button span { font-size:16px; }
.multiple-checkout .place-order .grand-total button.button span span { padding:0 45px 0 36px; }

/* Step 1 */
.multiple-checkout .title-buttons button.button span {  }
#multiship-addresses-table td { padding:10px; }
#multiship-addresses-table tfoot td { padding:5px 10px; }
#multiship-addresses-table tfoot button.button span {   }

/* Step 2 */
.multiple-checkout .gift-messages-form .item .details .form-list { width:100%; overflow:hidden; }
.multiple-checkout .gift-messages-form .item .details .form-list li { margin-right:-15px; }
.multiple-checkout .gift-messages-form .item .details .form-list .field { width:230px; }
.multiple-checkout .gift-messages-form .item .details .form-list .input-box { width:215px; }
.multiple-checkout .gift-messages-form .item .details .form-list input.input-text { width:209px; }
.multiple-checkout .gift-messages-form .item .details .form-list li.wide .input-box { width:445px; }
.multiple-checkout .gift-messages-form .item .details .form-list li.wide textarea { width:439px; }
.checkout-multishipping-shipping .box-sp-methods { border:1px solid #d9d2be;  padding:13px; position:relative; }
.checkout-multishipping-shipping .box-sp-methods .pointer { position:absolute; top:-20px; right:-40px; width:178px; height:41px;  overflow:hidden; }

/* Step 3 */
.checkout-multishipping-billing .multiple-checkout { position:relative; }
/* ======================================================================================= */


/* Account Login/Create Pages ============================================================ */
.account-login .content { min-height:345px; padding:14px 21px; background:#faf7ee url(https://motorolahome.com/skin/frontend/welldone/default/images/bkg_login-box.gif) 0 0 repeat-x; border:1px solid #bbb6a5; border-bottom:0; }
.account-login .content h2 { font-weight:bold; font-size:13px; margin:0 0 14px; padding:0 0 5px 23px; border-bottom:1px solid #ddd; background-position:0 1px; background-repeat:no-repeat; text-transform:uppercase; color:#e76200; }
.account-login .new-users h2 { background-image:url(https://motorolahome.com/skin/frontend/welldone/default/images/i_page1.gif)}
.account-login .registered-users h2 { background-image:url(https://motorolahome.com/skin/frontend/welldone/default/images/i_page2.gif); }
.account-login .buttons-set { border:1px solid #bbb6a5; border-top:0; margin:0; padding:8px 13px; background:#dee5e8 url(https://motorolahome.com/skin/frontend/welldone/default/images/bkg_buttons-set1.gif) 0 0 repeat-x; }

.account-create {}

/* Captcha ================================================================================ */
.captcha-note      { clear:left; padding-top:5px; }
.captcha-image     { float:left; display:inline;  margin:0; position:relative; width:258px; }
.captcha-image .captcha-img { border:1px solid #b6b6b6; vertical-align:bottom; width:100%; }
.registered-users .captcha-image { margin:0;}
.captcha-reload { cursor:pointer; position:absolute; top:2px; right:2px;}
.captcha-reload.refreshing  { animation:rotate 1.5s infinite linear; -webkit-animation:rotate 1.5s infinite linear; -moz-animation:rotate 1.5s infinite linear; }

@-webkit-keyframes rotate {
    0% { -webkit-transform:rotate(0); }
    0% { -webkit-transform:rotate(-360deg); }
}
@-moz-keyframes rotate {
    0% { -moz-transform:rotate(0); }
    0% { -moz-transform:rotate(-360deg); }
}
@keyframes rotate {
    0% { transform:rotate(0); }
    0% { transform:rotate(-360deg); }
}

/* Remember Me Popup ===================================================================== */
.window-overlay { background:url(https://motorolahome.com/skin/frontend/welldone/default/images/window_overlay.png) repeat; background:rgba(0, 0, 0, 0.35); position:absolute; top:0; left:0; height:100%; width:100%; z-index:990; }

.remember-me label { float:none; margin:0 6px; }
.remember-me-popup { background:#fff; border:1px solid #ccc; left:50%; top:50%; position:absolute; margin:-85px 0 0 -200px; width:400px; text-align:left; -moz-box-shadow:0 0 6px #ccc; -webkit-box-shadow:0 0 6px #ccc; -box-shadow:0 0 6px #ccc; z-index:1000; }
.remember-me-popup h3 { background:#d9e5ee; border-bottom:1px solid #ccc; font-size:14px; padding:5px 10px; }
.remember-me-popup .remember-me-popup-head { position:relative; }
.remember-me-popup .remember-me-popup-head .remember-me-popup-close { background:url(https://motorolahome.com/skin/frontend/welldone/default/images/btn_window_close.gif) no-repeat; display:block; position:absolute; top:7px; right:7px; height:15px; width:15px; text-indent:-9999em; }
.remember-me-popup .remember-me-popup-body { padding:10px; }
.remember-me-popup .remember-me-popup-body a { display:inline-block; height:19px; border:1px solid #de5400; background:#f18200; padding:0 8px; font:bold 12px/19px Arial, Helvetica, sans-serif; text-align:center; text-decoration:none; white-space:nowrap; color:#fff; }
/* Remember Me Popup ===================================================================== */


/* My Account ============================================================================= */
.my-account .title-buttons .link-rss { float:none; margin:0; }

/********** < Dashboard */
.dashboard .welcome-msg { margin:0 8em 1.5em 0; }
.dashboard .welcome-msg p { margin:0; }
.dashboard .col2-set { margin:0 0 15px; }

/* General Box */
.box-account { margin: 0 0 20px; }
.box-account .box-head { border-bottom:1px solid #d9dde3; margin:0 0 10px; text-align:right; }
.box-account .box-head h2 { float:left; margin:0; font-size:13px; font-weight:bold; text-transform:uppercase; background-position:0 0; background-repeat:no-repeat;}

.dashboard .box .box-title {  text-align:right; }
.dashboard .box .box-title h3,
.dashboard .box .box-title h4 { float:left; font-size:13px; font-weight:bold; margin:0; }

/* Block: Recent Orders */
.dashboard .box-recent .box-head h2 {  }

/* Block: Account Information */
.dashboard .box-info .box-head h2 {}
.dashboard .box-info h4 { font-size:11px; font-weight:bold; text-transform:uppercase; }

/* Block: Reviews */
.dashboard .box-reviews .box-head h2 { }
.dashboard .box-reviews .number { float:left; font-size:10px; font-weight:bold; line-height:1; color:#fff; margin:3px -20px 0 0; padding:2px 3px;  }
.dashboard .box-reviews .details { margin-left:20px; }
.dashboard .box-reviews li.item { margin:0 0 7px; }
.dashboard .box-reviews li.item.last { margin:0; }
.dashboard .box-reviews .ratings { margin:7px 0 0; }

.box-account .product-name{ font-size: 15px}
.box-account .details{ margin-left: 0 !important}
.box-account .number{ display: none}
/* Block: Tags */
.dashboard .box-tags .box-head h2 {}
.dashboard .box-tags .number { float:left; font-size:10px; font-weight:bold; line-height:1; color:#fff; margin:3px -20px 0 0; padding:2px 3px; }
.dashboard .box-tags .details { margin-left:20px; }
.dashboard .box-tags li.item { margin:0 0 7px; }
.dashboard .box-tags li.item.last { margin:0; }
.dashboard .box-tags .tags strong,
.dashboard .box-tags .tags ul,
.dashboard .box-tags .tags ul li { display:inline; }
/********** Dashboard > */

/* Address Book */
.addresses-list h2 { font-weight:bold; font-size:13px;  text-transform:uppercase; }
.addresses-list h3 { font-weight:bold; font-size:13px; }
.addresses-list address { margin:0 0 3px; }
.addresses-list p { margin:0; }
.addresses-list a { font-weight:bold; }
.addresses-list .link-remove { color:#646464; }
.addresses-list .separator { margin:0 3px; }
.addresses-list li.item { border:1px solid #ccc; padding:10px 13px; margin:0 0 10px; }
.addresses-list li.empty { background:none; border:0; padding:0; }
.addresses-list li.empty p { font-weight:bold; }
.addresses-list .addresses-additional li.item { background:none; border:0; padding:0; }

/* Order View */
.order-info {  border:1px solid #d0cbc1; padding:4px 8px; margin:0 0 8px; }
.order-info dt,
.order-info dd,
.order-info ul,
.order-info li { display:inline; }
.order-info .current { font-weight:bold; }
.order-info li { margin:0 3px; }

.order-date { margin:10px 0; }

.order-info-box {  border:1px solid #d0cbc1; padding:12px 15px; margin:0 0 15px; }
.order-info-box h2 { font-weight:bold; font-size:13px; }
.order-info-box .box-payment p { margin:0 0 3px; }
.order-info-box .box-payment th { font-weight:bold; padding-right:7px; }

.order-items { width:100%; overflow-x:auto; }
.order-items h2,
.order-items h3 { clear:none; font-weight:bold; font-size:13px; padding:0; margin:0 0 5px; }
.order-items .product-name { font-size:1em !important; font-weight:bold !important; }
.order-items .link-print { color:#1e7ec8; font-weight:normal; }
.order-items .order-links { text-align:right; }

.order-additional { margin:15px 0; }
/* Order Gift Message */
.gift-message dt strong { color:#666; }
.gift-message dd { font-size:13px; margin:5px 0 0; }
/* Order Comments */
.order-about dt { font-weight:bold; }
.order-about dd { font-size:13px; margin:0 0 7px; }

.tracking-table { margin:0 0 15px; }
.tracking-table th { font-weight:bold; white-space:nowrap; }

.tracking-table-popup { width:100%; }
.tracking-table-popup th { font-weight:bold; white-space:nowrap; }
.tracking-table-popup th,
.tracking-table-popup td { padding:1px 8px; }

/* Order Print Pages */
.page-print .print-head { margin:0 0 15px; }
.page-print .print-head .logo { float:left; }
.page-print .print-head address { float:left; margin-left:15px; }
.page-print h1 { font-size:16px; font-weight:bold; }
.page-print h2,
.page-print h3 { font-size:13px; font-weight:bold; }
.page-print h2.h2 { font-size:16px; font-weight:bold; }
.page-print .order-date { background:url(https://motorolahome.com/skin/frontend/welldone/default/images/bkg_divider1.gif) 0 100% repeat-x; padding:0 0 10px; margin:0 0 10px; }
.page-print .col2-set { margin:0 0 10px; }
/* Price Rewrites */
.page-print .gift-message-link { display:none; }
.page-print .price-excl-tax,
.page-print .price-incl-tax { display:block; white-space:nowrap; }
.page-print .cart-price,
.page-print .price-excl-tax .label,
.page-print .price-incl-tax .label,
.page-print .price-excl-tax .price,
.page-print .price-incl-tax .price { display:inline; }

/* My Wishlist */
.my-wishlist .data-table td { padding:10px; }
.my-wishlist .product-image { display:block; width:113px; height:113px; margin:0 0 5px; }
.my-wishlist textarea { display:block; width:97%; height:109px; }
.my-wishlist .buttons-set { margin-top:2em; }
.my-wishlist .buttons-set button.button { float:none; }
.my-wishlist .buttons-set .btn-add span,
.my-wishlist .buttons-set .btn-share span {  }
#wishlist-table .add-to-links { white-space:nowrap; }

/* My Tags */
.my-tag-edit { float:left; margin:0 0 10px; }
.my-tag-edit .btn-remove { float:right; margin:4px 0 0 5px; }
#my-tags-table { clear:both; }
#my-tags-table td { padding:10px; }
#my-tags-table .add-to-links { white-space:nowrap; }

/* My Reviews */
#my-reviews-table td { padding:10px; }

.product-review .product-img-box { float:left; width:140px;  }
.product-review .product-img-box .product-image { display:block; width:125px; height:125px; }
.product-review .product-img-box .label { font-size:11px; margin:0 0 3px; }
.product-review .product-img-box .ratings .rating-box { float:none; display:block; margin:0 0 3px; }
.product-review .product-details { margin-left:150px; }
.product-review .product-name { font-size:16px; font-weight:bold; margin:0 0 10px; }
.product-review h3 { font-size:12px; margin:0 0 3px; color:#2f2f2f; }
.product-review .ratings-table { margin:0 0 10px; }
.product-review dt { font-weight:bold; }
.product-review dd { font-size:13px; margin:5px 0 0; }

/* Billing Agreements */
.billing-agreements .info-box{ margin:15px 0; }
.billing-agreements .form-list li select { float:left; }
.billing-agreements .form-list li button.button { float:left; margin-left:10px; }
.billing-agreements .table-caption { font-weight:bold; font-size:13px; }
/* ======================================================================================= */


/* MAP Popup============================================================================== */
.cart-msrp-totals { color:red; font-size:12px !important; font-weight:bold; margin:10px 10px 0; padding:10px; text-align:right; text-transform:uppercase;}
.map-cart-sidebar-total { color:red; display:block; font-size:10px; font-weight:bold; text-align:left; padding:2px 5px; text-shadow:0 1px 0 #fff; }

.map-popup { background:#fff; border:1px solid #aaa; margin:12px 0 0; position:absolute; -moz-box-shadow:0 0 6px #ccc; -webkit-box-shadow:0 0 6px #ccc; box-shadow:0 0 6px #ccc; text-align:left; width:300px; z-index:100; }
.map-popup-heading { background:#d9e5ee; border-bottom:1px solid #ccc; padding:5px 30px 5px 10px; width:260px; }
.map-popup-heading h2 { font-size:16px; margin:0; text-shadow:0 1px 0 #f6f6f6; overflow:hidden; white-space:nowrap; word-wrap:break-word; text-align:left; text-overflow:ellipsis; }
.map-popup-arrow { background:url(https://motorolahome.com/skin/frontend/welldone/default/images/map_popup_arrow.gif) no-repeat; position:absolute; left:50%; top:-10px; height:10px; width:19px; }
.map-popup-close { background:url(https://motorolahome.com/skin/frontend/welldone/default/images/btn_window_close.gif) no-repeat; display:block; position:absolute; top:8px; right:10px; height:15px; width:15px; text-indent:-9999em; -moz-box-shadow:0 0 3px #999; -webkit-box-shadow:0 0 3px #999; box-shadow:0 0 3px #999; -moz-border-radius:2px; -webkit-border-radius:2px; border-radius:2px; }
.map-popup-content { border-top:1px solid #eee; padding:10px; overflow:hidden; text-align:left; width:280px; }
.map-popup-checkout { display:inline; float:right; text-align:right; }
.map-popup-checkout span { display:block; padding-right:30px; }
.map-popup-checkout .paypal-logo { margin:0 0 5px; }
.map-popup-price .price-box,
.map-popup-price .price-box .special-price { margin:0; padding:0; }
.map-popup-price { margin:5px 0 0; }
.map-popup-text { clear:right; margin:0 10px; padding:10px 0; text-align:left; word-wrap:break-word; }
.map-popup-only-text { border-top:1px solid #ddd; }
/* ======================================================================================= */



/* Sample Data============================================================================ */
.home-callout { margin-bottom:12px; }
.home-callout img { display:block }
.home-spot { float:left; width:470px; margin-left:20px; }
.best-selling h3 { margin:12px 0 6px 0; color:#e25203; font-size:1.2em; }
.best-selling table { border-top:1px solid #ccc; }
.best-selling tr.odd { background:#eee url(https://motorolahome.com/skin/frontend/welldone/default/images/best_selling_tr_odd_bg.gif) 0 100% repeat-x; }
.best-selling tr.even { background:#fff url(https://motorolahome.com/skin/frontend/welldone/default/images/best_selling_tr_even_bg.gif) 0 100% repeat-x; }
.best-selling td { width:50%; border-bottom:1px solid #ccc; padding:8px 10px 8px 8px; font-size:11px; }
.best-selling .product-img { float:left; border:2px solid #dcdcdc; }
.best-selling .product-description { margin-left:107px; line-height:1.3em; }
.best-selling a.product-name,
.home-spot .best-selling a.product-name:hover { color:#203548; }
/* ======================================================================================= */


/* Clears ================================================================================ */
.clearer:after,
.header-container:after,
.header-container .top-container:after,
.header:after,
.header .quick-access:after,
#nav:after,
.main:after,
.footer:after,
.footer-container .bottom-container:after,
.col-main:after,
.col2-set:after,
.col3-set:after,
.col3-layout .product-options-bottom .price-box:after,
.col4-set:after,
.search-autocomplete li:after,
.block .block-content:after,
.block .actions:after,
.page-title:after,
.products-list li.item:after,
.box-account .box-head:after,
.dashboard .box .box-title:after,
.box-reviews li.item:after,
.box-tags li.item:after,
.pager:after,
.sorter:after,
.ratings:after,
.add-to-box:after,
.add-to-cart:after,
.product-essential:after,
.product-collateral:after,
.product-view .product-img-box .more-views ul:after,
.product-view .box-tags .form-add:after,
.product-view .product-shop .short-description:after,
.product-view .box-description:after,
.product-options .options-list li:after,
.product-options-bottom:after,
.product-review:after,
.cart:after,
.cart-collaterals:after,
.cart .crosssell li.item:after,
.opc .step-title:after,
.checkout-progress:after,
.multiple-checkout .place-order:after,
.group-select li:after,
.form-list li:after,
.form-list .field:after,
.buttons-set:after,
.page-print .print-head:after,
.advanced-search-summary:after,
.gift-messages-form .item:after,
.send-friend .form-list li p:after { display:block; content:"."; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }
/* ======================================================================================= */

.guest-select {width:305px !important;}
#wishlist-table .add-to-cart-alt button{ margin-top: 10px}
.table .product-name{ font-family: inherit !important; font-size: inherit !important}
.breadcrumbs .product{ float: none !important; padding: 0 !important}
.ev_remove{ font-size: 20px}

#fancybox-content {
    background: url("https://motorolahome.com/skin/frontend/welldone/default/images/ajax-loader-quick-view.gif") no-repeat scroll center center rgba(0, 0, 0, 0);
}
#ProductBox.quickviewblock .product_type_data_price .price-box{ display: none !important}
iframe.twitter-timeline.twitter-timeline-rendered{ min-width: inherit !important}
#product-options-wrapper .form-horizontal .form-group{margin-left: 0px;
    margin-right: -0px;}
.options-list li{ text-align: left !important}
.page-print,.page-print a,.page-print .price, .page-print h1,.page-print h2,.page-print h3,.page-print h4{ color: #000}
#ProductBox, #ProductBox h1,  #ProductBox .price{}
.std .messages{ margin-top:20px  !important}
.cms-index-index .page-title{ display: none}
.content-aside .section-divider{border-bottom:0}
.content-aside .label {
    border-radius: inherit !important;
    color: #000 !important;
    display: inline !important;
    font-size: 12px !important;
    font-weight: normal !important;
    line-height: 20px !important;
    padding: 0 !important;
    text-align: left  !important;
    vertical-align: baseline !important;
    white-space: inherit !important;
}


.page-title.category-title{ margin-top: -4px}

.required{ color: inherit !important}
textarea{resize: none;overflow: auto;}

#ProductBox .product-options{ font-size:inherit !important }
#super-product-table .qty, #product-options-wrapper .qty-holder input{  border-radius: 3px !important;
    height: 29px;
    line-height: 14px;
    margin: -1px 0;
    padding: 7px 0;
    text-align: center;
    display: table-cell;
    background-color: #FFFFFF;
    background-image: none;
    border: 1px solid #CCCCCC;
    font-size: 14px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    vertical-align: middle;
}
input.qty-disabled{background-color: #EEEEEE !important;
    cursor: not-allowed;
    opacity: 1;
    cursor: not-allowed !important;
}
.product-options-bottom .price-box {
    padding: 7px 0 14px;
}
.add-to-links.wish_comp{ margin-top: 10px}
.shopping-cart .price{ font-weight: normal  !important;font-size: inherit !important;}
.cart-empty{ min-height: 150px}

.account-create input,#email_address, input[type=checkbox], input[type=radio]{/*width: inherit !important;*/ margin-right: 10px}
/*input[type=checkbox], input[type=radio]{ display: inline-block;height: inherit !important;}*/
#checkout-step-login .col-lg-6.col-md-6.col-sm-6{ margin-bottom: 20px}
.input-box{margin-right: 0px}
#billing-new-address-form .field,#checkout-payment-method-load #ccsave_expiration{ margin-bottom: 10px}
#checkout-progress-wrapper{  margin-top: 69px; }
.table .price, #checkout-review-table .price, .table-total .price, #super-product-table .price, .product-options .price {
    display: inline !important;
    font-size: inherit !important;
    line-height: inherit !important;
}
#discount-coupon-form .input-box, #shipping-zip-form .input-box{ margin-right: 0}
.buttons-set{ border: 0}
#multiship-addresses-table select{ width : inherit !important}
.grand-total .price {
    font-size:inherit !important;
}

#product_comparison h2.product-name{ font-size: 18px; margin: 10px 0 0 0}
#product_comparison .price{ font-size: 14px; }
#product_comparison .price-box{ margin: 0px 0 10px 0}
#product_comparison .add-to-links{ margin: 10px 0 0px 0}
.wishlist-index-configure .add-to-links{ text-align: left}
.wishlist-index-configure #product_addtocart_form .add-to-links.wish_comp{ display: none}
.wishlist-index-configure #product_addtocart_form .add-to-links.wish_comp.conf{ display: block}
#wishlist-table .add-to-cart-alt input.qty {
    width: 41px !important; text-align: center;
}

.loader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: #fff
}

.no-load-anime .loader {

    display: none;}
#menuScroller > div{ overflow:hidden;}

header.variant4 .navbar-secondary-menu {
    direction: ltr !important;
}
header.variant4 .navbar-secondary-menu .btn-default, header.variant4 .navbar-secondary-menu .open .btn-default {
    padding-right:0 !important;
    padding-left: 15px !important
}




/*amasty search*/
.am_search_popup a:hover .price{text-decoration: none !important; color:#fff !important}
.am_search_popup a:hover{text-decoration: none !important;}

/*amasty social login*/
.am-form-list input{ display: inline !important}
.am-login-button{ margin-right: 30px !important; line-height: 26px !important}
.am-form-block{ max-width: 277px !important;  margin: 20px 1px 20px 20px !important;}
.am-form-block-line {
    padding-bottom: 10px !important;
}
#am-twitter-image {
    height: 35px !important;
    width: 112px !important;
}
.amform-block-social {
    padding-left: 0 !important;}

/*amasty color swatcher*/
#amconf-block label, .product-preview > .actions{ display:none !important}
.amconf-image-container{text-align:center}
.amconf-image-container{ display:inline; float:none !important}
#amconf-block .std dd {
    padding: 0 0 0 0  !important;
}
#amconf-block .amconf-image{border-color:white !important}
.product-preview #amconf-block .amconf-image {
    border: 1px solid #d1d1d1;
    margin: 0;
    width: 17px;
}
/*#translate-inline-trig{ z-index:2147483647 !important}*/


/* ============================================ *
 * Configurable Swatches
 * ============================================ */
/* General Swatch Styling */

.swatch-link .x {
  display: none;
  text-indent: -999em;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(https://motorolahome.com/skin/frontend/welldone/default/images/bg_x.png) center no-repeat transparent;
  z-index: 10;
}

.configurable-swatch-list {
  margin-left: -3px;
  zoom: 1;
  -webkit-transform: translateZ(0px);
}
.configurable-swatch-list li {
    display: inline-block;
    float: none;
    margin: 0;
    vertical-align: top;
}


.products-list .configurable-swatch-list .swatch-link,.products-list .configurable-swatch-list .swatch-label{cursor: inherit !important}

.configurable-swatch-list .not-available .x {
  display: block;
}
.configurable-swatch-list .not-available .swatch-link {
  border-color: #ededed;
  position: relative;
}
.configurable-swatch-list .not-available .swatch-link.has-image img {
  opacity: 0.4;
  filter: alpha(opacity=40);
}
.configurable-swatch-list .not-available .swatch-label {
  color: #aaa;
  background: #fff;
}
.configurable-swatch-list .wide-swatch .swatch-label {
  padding: 0 6px;
}
.configurable-swatch-list .not-available a:focus {
  outline: 0;
}

#narrow-by-list dd .configurable-swatch-list li {
  margin: 0 0 0 3px;
  width: 47%;
}
#narrow-by-list dd .swatch-link {
  border: none;
  line-height: 25px;
  margin-right: 2px;
  text-align: left;
}
#narrow-by-list dd .swatch-link.has-image {
  line-height: inherit;
}
#narrow-by-list dd .swatch-link:hover .swatch-label {
  border-color: #3399cc;
}
#narrow-by-list dd .swatch-label {
  background: #f4f4f4;
  border: 1px solid #cccccc;
  border-radius: 3px;
  display: block;
  float: left;
  line-height: 1.5em;
  margin: 0 5px 0 0;
  padding: 1px 5px;
  white-space: nowrap;
}
#narrow-by-list dd .swatch-label img {
  border: 1px solid #fff;
  border-radius: 3px;
  box-sizing: content-box;
}
#narrow-by-list dd .has-image .swatch-label {
  padding: 0;
}

.product-image-gallery .gallery-image{ display: none !important}
.product-image-gallery .gallery-image.visible{ display: inline-block !important}

@media only screen and (max-width: 770px) {
  #narrow-by-list dd .configurable-swatch-list li:nth-child(odd) {
    clear: left;
  }
}
.currently .swatch-current {
  position: relative;
}
.currently .swatch-current .btn-remove {
  margin-top: -10px;
  position: absolute;
  right: 0;
  top: 50%;
}
.currently .swatch-current span {
  display: block;
  float: left;
}
.currently .swatch-link {
  display: inline-block;
  margin: 0 0 0 3px;
}
.currently .swatch-link:hover {
  border-color: #cccccc;
  cursor: default;
}

/* Other Swatch States */
.configurable-swatch-list .hover .swatch-link,
.configurable-swatch-list .selected .swatch-link,
.swatch-link:hover {
  border-color: #3399cc;
}

.configurable-swatch-box {
  background: none !important;
}
.configurable-swatch-box select.swatch-select {
  display: none;
}
.configurable-swatch-box .validation-advice {
  margin: 0 0 5px;
  background: #df280a;
  padding: 2px 5px !important;
  font-weight: bold;
  color: #fff !important;
  float: left;
  display: block;
  border-radius: 3px;
}
.product-view .product-img-box .product-image img {
    max-width: 100%;
    max-height: 750px;
    margin: 0px auto;
}
.product-view .product-img-box .product-image-zoom {
    z-index: 0;
}
.product-view .product-image-thumbs img {
    max-width: 100%;
    max-height: 100%;
}

.box-collateral.box-additional{ margin-top: 20px}
.ratings-table .rating{ display: block; margin-top: -3px}
.box-collateral .product-tags li{ display: inline-block}
.box-collateral .form-add{ margin-top: 10px}

.catalog-product-view .swatch-attr label {margin-bottom:0}
.catalog-product-view .swatch-attr .validation-advice{ margin-bottom:7px }


.colors-list img{margin: 2px 10px 0 0; border: 1px solid #ccc;}

.category-image img {
    width: 100%;
    margin-bottom: 20px;
}

.ajax-index-options .product-info-cell{ box-shadow: none; padding: 0}
.ajax-index-options .large-image{width: 257px;}
.ajax-index-options .product-options {
    padding-bottom: 0px;
}
.ajax-index-options dl {
    margin-bottom: 0px;
}
.ajax-index-options .demo-notice{display: none}
.ajax-index-options .email-friend{display: none}
.ajax-index-options .product-view{margin-top:10px}

.product-options-bottom .price-box {
    display: none;
    float: none;
    margin: 0 0 5px;
}
#checkout-review-submit{ padding: 30px}
#checkout-review-submit .f-left{ float: none !important;}
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #212121;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #000000;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transition:  all 1s 0s ease, 0.2s 1s 0s ease, ease-in-out 1s 0s ease;
  -moz-transition:  all 1s 0s ease, 0.2s 1s 0s ease, ease-in-out 1s 0s ease;
  -ms-transition:  all 1s 0s ease, 0.2s 1s 0s ease, ease-in-out 1s 0s ease;
  -o-transition:  all 1s 0s ease, 0.2s 1s 0s ease, ease-in-out 1s 0s ease;
  transition:  all 1s 0s ease, 0.2s 1s 0s ease, ease-in-out 1s 0s ease;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #337ab7;
}
a.text-primary:hover {
  color: #286090;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #337ab7;
}
a.bg-primary:hover {
  background-color: #286090;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #ffffff;
  background-color: #333333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 12px;
  padding-bottom: 12px;
  color: #777777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 12px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #f0f0f0;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #f0f0f0;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #f0f0f0;
}
.table .table {
  background-color: #ffffff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 10px;
}
.table-bordered {
  border: 1px solid #f0f0f0;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #f0f0f0;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #fdfdfd;
}
.table-hover > tbody > tr:hover {
  background-color: #fdfdfd;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #fdfdfd;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #f0f0f0;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #f0f0f0;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #2b2b2b;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #2b2b2b;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -webkit-transition:  border-color ease-in-out .15s, box-shadow ease-in-out .15s 1s 0s ease;
  -moz-transition:  border-color ease-in-out .15s, box-shadow ease-in-out .15s 1s 0s ease;
  -ms-transition:  border-color ease-in-out .15s, box-shadow ease-in-out .15s 1s 0s ease;
  -o-transition:  border-color ease-in-out .15s, box-shadow ease-in-out .15s 1s 0s ease;
  transition:  border-color ease-in-out .15s, box-shadow ease-in-out .15s 1s 0s ease;
  font-size: 1em;
  line-height: 1.214em;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"],
  input[type="time"],
  input[type="datetime-local"],
  input[type="month"] {
    line-height: 34px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.form-group-sm .form-control {
  height: 30px;
  line-height: 30px;
}
textarea.form-group-sm .form-control,
select[multiple].form-group-sm .form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  min-height: 32px;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.form-group-lg .form-control {
  height: 46px;
  line-height: 46px;
}
textarea.form-group-lg .form-control,
select[multiple].form-group-lg .form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  min-height: 38px;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.333333px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default .badge {
  color: #ffffff;
  background-color: #333333;
}
.btn-primary {
  color: #ffffff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #ffffff;
}
.btn-success {
  color: #ffffff;
  background-color: #84cd81;
  border-color: #72c66f;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #60bf5c;
  border-color: #4ab146;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #84cd81;
  border-color: #72c66f;
}
.btn-success .badge {
  color: #84cd81;
  background-color: #ffffff;
}
.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #ffffff;
}
.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #ffffff;
}
.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #ffffff;
}
.btn-link {
  color: #212121;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #000000;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  -webkit-transition:  opacity 1s 0s ease, 0.15s 1s 0s ease, linear 1s 0s ease;
  -moz-transition:  opacity 1s 0s ease, 0.15s 1s 0s ease, linear 1s 0s ease;
  -ms-transition:  opacity 1s 0s ease, 0.15s 1s 0s ease, linear 1s 0s ease;
  -o-transition:  opacity 1s 0s ease, 0.15s 1s 0s ease, linear 1s 0s ease;
  transition:  opacity 1s 0s ease, 0.15s 1s 0s ease, linear 1s 0s ease;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #2b2b2b;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #212121;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #dddddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #e8e8e8 #e8e8e8 #dddddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #337ab7;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777777;
}
.navbar-default .navbar-nav > li > a {
  color: #777777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #dddddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555555;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777777;
}
.navbar-default .navbar-link:hover {
  color: #333333;
}
.navbar-default .btn-link {
  color: #777777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #cccccc;
}
.navbar-inverse {
  background-color: #222222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #ffffff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #ffffff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444444;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f4f4f4;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #2b2b2b;
}
.breadcrumb > .active {
  color: #2b2b2b;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #212121;
  background-color: #ffffff;
  border: 1px solid #e3e3e3;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #2b383e;
  background-color: #ededed;
  border-color: #e3e3e3;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #2b383e;
  border-color: #e3e3e3;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
a.label:hover,
a.label:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777777;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #337ab7;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #286090;
}
.label-success {
  background-color: #84cd81;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #60bf5c;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #212121;
  background-color: #ffffff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@-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: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-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-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
  background-color: #337ab7;
  -webkit-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;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
  -webkit-transition:  width 1s 0s ease, 0.6s 1s 0s ease, ease 1s 0s ease;
  -moz-transition:  width 1s 0s ease, 0.6s 1s 0s ease, ease 1s 0s ease;
  -ms-transition:  width 1s 0s ease, 0.6s 1s 0s ease, ease 1s 0s ease;
  -o-transition:  width 1s 0s ease, 0.6s 1s 0s ease, ease 1s 0s ease;
  transition:  width 1s 0s ease, 0.6s 1s 0s ease, ease 1s 0s 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;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #84cd81;
}
.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);
}
.panel {
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #f0f0f0;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #dddddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}
.panel-default {
  border-color: #dddddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #dddddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #dddddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #dddddd;
}
.panel-primary {
  border-color: #337ab7;
}
.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #ffffff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after,
.header.boxed:before,
.header.boxed:after,
body.boxed .header:before,
body.boxed .header:after,
.header.fullwidth:before,
.header.fullwidth:after,
body.fullwidth .header:before,
body.fullwidth .header:after,
.header__dropdowns-container:before,
.header__dropdowns-container:after,
.footer.boxed:before,
.footer.boxed:after,
body.boxed .footer:before,
body.boxed .footer:after,
.footer.fullwidth:before,
.footer.fullwidth:after,
body.fullwidth .footer:before,
body.fullwidth .footer:after,
.footer.fullwidth .container:before,
.footer.fullwidth .container:after,
body.fullwidth .footer .container:before,
body.fullwidth .footer .container:after,
.content.boxed:before,
.content.boxed:after,
body.boxed *:not(.aside-column) > .content:before,
body.boxed *:not(.aside-column) > .content:after,
.content.fullwidth:before,
.content.fullwidth:after,
body.fullwidth *:not(.aside-column) > .content:before,
body.fullwidth *:not(.aside-column) > .content:after,
.content.fullwidth .container:before,
.content.fullwidth .container:after,
body.fullwidth *:not(.aside-column) > .content .container:before,
body.fullwidth *:not(.aside-column) > .content .container:after,
.breadcrumbs--full:before,
.breadcrumbs--full:after,
body.fullwidth .breadcrumbs:before,
body.fullwidth .breadcrumbs:after,
.breadcrumbs--full .container:before,
.breadcrumbs--full .container:after,
body.fullwidth .breadcrumbs .container:before,
body.fullwidth .breadcrumbs .container:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.panel-body:after,
.modal-footer:after,
.header.boxed:after,
body.boxed .header:after,
.header.fullwidth:after,
body.fullwidth .header:after,
.header__dropdowns-container:after,
.footer.boxed:after,
body.boxed .footer:after,
.footer.fullwidth:after,
body.fullwidth .footer:after,
.footer.fullwidth .container:after,
body.fullwidth .footer .container:after,
.content.boxed:after,
body.boxed *:not(.aside-column) > .content:after,
.content.fullwidth:after,
body.fullwidth *:not(.aside-column) > .content:after,
.content.fullwidth .container:after,
body.fullwidth *:not(.aside-column) > .content .container:after,
.breadcrumbs--full:after,
body.fullwidth .breadcrumbs:after,
.breadcrumbs--full .container:after,
body.fullwidth .breadcrumbs .container:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
.vertical-align {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.horizontal-align {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.dropdown-wd {
  margin-top: 7px;
  padding: 10px 18px;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-radius: 0;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
}
.dropdown-wd > li > a {
  position: relative;
  margin: 0 -18px;
  padding: 3px 18px;
}
@media (max-width: 767px) {
  .dropdown-wd {
    margin-top: 0;
  }
}
.dropdown-menu > li > a:after,
.submenu > li > a:after {
  position: absolute;
  right: 7px;
  top: 50%;
  margin-top: -3px;
  content: "\e602";
  font-family: 'Welldone';
  font-size: 8px;
  line-height: 8px;
  cursor: pointer;
  opacity: 0.3;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.dropdown-menu > li > a:only-child:after,
.submenu > li > a:only-child:after {
  content: '';
}
.line-after {
  position: absolute;
  display: block;
  content: " ";
  right: 0;
  top: 0;
  height: 43px;
  width: 1px;
}
.line-before {
  position: absolute;
  display: block;
  content: " ";
  right: 0;
  top: 0;
  height: 43px;
  width: 1px;
  right: auto;
  left: 0;
}
.header {
  min-height: 70px;
  position: relative;
  z-index: 10001;
  -webkit-box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.15);
}
@media (max-width: 767px) {
  .header {
    min-height: 43px;
  }
}
.header.boxed,
body.boxed .header {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  .header.boxed,
  body.boxed .header {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .header.boxed,
  body.boxed .header {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .header.boxed,
  body.boxed .header {
    width: 1170px;
  }
}
.header.boxed > .navbar-header,
body.boxed .header > .navbar-header,
.header.boxed > .navbar-collapse,
body.boxed .header > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .header.boxed > .navbar-header,
  body.boxed .header > .navbar-header,
  .header.boxed > .navbar-collapse,
  body.boxed .header > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.header.fullwidth,
body.fullwidth .header {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  padding-left: 0;
  padding-right: 0;
}
.header.fullwidth > .navbar-header,
body.fullwidth .header > .navbar-header,
.header.fullwidth > .navbar-collapse,
body.fullwidth .header > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .header.fullwidth > .navbar-header,
  body.fullwidth .header > .navbar-header,
  .header.fullwidth > .navbar-collapse,
  body.fullwidth .header > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.header.fullwidth .container,
body.fullwidth .header .container {
  width: auto;
}
.header--only-logo {
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  text-align: center;
  min-height: 0;
  width: 100%;
}
.header--transparent {
  position: absolute;
  width: 100%;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}
.header--transparent .dropdown .icon {
  color: #ffffff;
}
.boxed .header--transparent {
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
}
.header--semi-transparent {
  position: absolute;
  width: 100%;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}
.header--semi-transparent .dropdown .icon {
  color: #ffffff;
}
.header__dropdowns-container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  position: relative !important;
  height: 50px;
  margin-bottom: -82px;
  margin-top: 32px;
}
@media (min-width: 768px) {
  .header__dropdowns-container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .header__dropdowns-container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .header__dropdowns-container {
    width: 1170px;
  }
}
.header__dropdowns-container > .navbar-header,
.header__dropdowns-container > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .header__dropdowns-container > .navbar-header,
  .header__dropdowns-container > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.header.fullwidth .header__dropdowns-container,
body.fullwidth .header__dropdowns-container {
  width: 100%;
}
.header__dropdowns-container .dropdown--wd {
  margin-top: 7px;
  padding: 10px 18px;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-radius: 0;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
}
.header__dropdowns-container .dropdown--wd > li > a {
  position: relative;
  margin: 0 -18px;
  padding: 3px 18px;
}
@media (max-width: 767px) {
  .header__dropdowns-container .dropdown--wd {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .header__dropdowns-container {
    height: auto !important;
    margin: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .header__dropdowns-container {
    margin-bottom: -60px;
    margin-top: 15px;
  }
}
.header__dropdowns {
  position: absolute;
  z-index: 1000;
  right: 0;
  top: -5px;
}
@media (max-width: 767px) {
  .header__dropdowns {
    top: 0;
  }
}
@media (max-width: 767px) {
  .header__dropdowns .dropdown {
    position: static;
  }
}
.header__dropdowns .dropdown .dropdown-toggle {
  position: relative;
}
.header__dropdowns .dropdown-menu {
  border: 0;
  margin-top: 7px;
  padding: 10px 18px;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-radius: 0;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
}
.header__dropdowns .dropdown-menu > li > a {
  position: relative;
  margin: 0 -18px;
  padding: 3px 18px;
}
@media (max-width: 767px) {
  .header__dropdowns .dropdown-menu {
    margin-top: 0;
  }
}
.header__dropdowns .pull-right > .dropdown-menu {
  right: 3px;
}
.header__dropdowns__button {
  margin: 0 6px;
  padding: 10px 5px;
}
.header-line .header__dropdowns__button {
  padding-top: 0;
  padding-bottom: 0;
  border: 0;
  line-height: 40px;
  height: 40px;
}
@media (max-width: 767px) {
  .header__dropdowns__button {
    margin: -1px 0 0 0;
    padding: 0;
    text-align: center;
    width: 43px;
  }
  .header__dropdowns__button:before {
    position: absolute;
    display: block;
    content: " ";
    right: 0;
    top: 0;
    height: 43px;
    width: 1px;
    right: auto;
    left: 0;
  }
}
.header__dropdowns__button__symbol {
  font-size: 17px;
}
.header__dropdowns__button .icon {
  display: block;
  font-size: 20px;
  line-height: 1.4em;
  text-align: center;
}
@media (max-width: 767px) {
  .header__dropdowns__button .icon {
    font-size: 17px !important;
    line-height: 43px;
  }
}
.header__cart {
  display: inline-block;
}
.header__cart__indicator {
  float: left;
  line-height: 45px;
  margin: 0 5px;
  font-size: 1.077em;
  padding-top: 3px;
}
.header__cart .badge.badge--menu {
  right: -2px;
  top: 5px;
}
.header__cart__button {
  padding: 0;
}
.header__cart__button .icon {
  font-size: 36px;
  margin-top: -5px;
}
@media (max-width: 767px) {
  .header__cart__button .icon {
    margin-top: 0;
  }
}
.header .navbar-header {
  position: relative;
}
@media (max-width: 767px) {
  .header .navbar-header {
    margin-left: 0;
    margin-right: 0;
  }
}
.header .caret {
  border-top: 3px dashed;
  border-right: 3px solid transparent;
  border-left: 3px solid transparent;
}
.logo {
  float: left;
  display: block;
  font-family: 'Ubuntu', sans-serif;
  text-decoration: none;
  margin-right: 15px;
}
.logo img {
  max-width: 100%;
}
.logo img.logo-transparent {
  display: none;
}
.logo img.logo-mobile {
  display: none;
}
@media (max-width: 767px) {
  .logo img {
    height: 40px;
  }
  .logo img.logo-default {
    display: none !important;
  }
  .logo img.logo-transparent {
    display: none !important;
  }
  .logo img.logo-mobile {
    display: block !important;
  }
}
.header--transparent .logo img.logo-default {
  display: none;
}
.header--transparent .logo img.logo-transparent {
  display: block;
}
.header--transparent .stuck .logo img.logo-default {
  display: block;
}
.header--transparent .stuck .logo img.logo-transparent {
  display: none;
}
@media (max-width: 767px) {
  .logo {
    padding: 0 5px;
    text-align: center;
    position: relative;
  }
}
.header--only-logo .logo {
  margin: 60px 0 0;
  text-align: center;
  display: inline-block;
  float: none;
}
@media (max-width: 767px) {
  .header--only-logo .logo {
    padding: 0 5px;
    text-align: center;
    position: relative;
  }
}
.logo:hover {
  text-decoration: none;
}
.logo div {
  margin: 0;
  padding: 0;
  font-size: 36px;
  line-height: 1.35em;
  font-weight: 900;
}
@media (max-width: 767px) {
  .logo div {
    font-size: 25.2px;
    line-height: 1.5em;
  }
  .header--only-logo .logo div {
    font-size: 36px;
    line-height: 1.35em;
    font-weight: 900;
  }
}
.header-line {
  position: relative;
  z-index: 1;
  min-height: 40px;
  padding: 11px 0 10px;
  background-color: #2b383e;
  -webkit-box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.15);
}
.header-line .header__dropdowns {
  position: relative;
  padding: 0;
  margin: -6px 0 -15px;
  border: 0;
}
.header-line .header__dropdowns .header__cart__indicator {
  line-height: 38px;
  padding-top: 2px;
}
.header-line .header__dropdowns .header__dropdowns__button .icon {
  line-height: 40px;
}
.header-line .header__dropdowns .header__cart__button .icon {
  font-size: 24px;
  margin-top: -2px;
}
.user-links ul {
  margin: 0;
  padding: 0;
}
.user-links ul .user-links__item {
  display: inline-block;
  margin-left: 1em;
  list-style: none;
  text-transform: uppercase;
  font-size: 0.846em;
}
.pull-right .user-links ul .user-links__item.user-links__item--separate {
  margin-left: 3em;
}
.pull-left .user-links ul .user-links__item.user-links__item--separate {
  margin-right: 3em;
}
.navbar {
  min-height: 43px;
}
.no-touch .navbar {
  -webkit-transition:  padding 200ms 0s ease;
  -moz-transition:  padding 200ms 0s ease;
  -ms-transition:  padding 200ms 0s ease;
  -o-transition:  padding 200ms 0s ease;
  transition:  padding 200ms 0s ease;
}
.header--sticky .navbar.stuck {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
}
@media (min-width: 768px) {
  .boxed .header--sticky .navbar.stuck,
  body.boxed .header--sticky .navbar.stuck {
    width: auto;
  }
}
.navbar #slidemenu {
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .navbar #slidemenu {
    float: none !important;
  }
}
.navbar .navbar-toggle {
  float: left;
  border: 0;
  padding: 14px 11px 15px;
  margin: 0;
}
.navbar .navbar-toggle:after {
  position: absolute;
  display: block;
  content: " ";
  right: 0;
  top: 0;
  height: 43px;
  width: 1px;
}
.navbar .navbar-nav {
  margin-left: -10px;
  margin-right: -10px;
}
.navbar.navbar-wd {
  background-color: #ffffff;
  padding: 26px 0;
  margin-bottom: 0;
  border: 0;
  border-radius: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  .navbar.navbar-wd {
    padding: 13px 0;
  }
}
@media (max-width: 767px) {
  .navbar.navbar-wd {
    background-color: #454545 !important;
    padding: 0;
    margin: 0;
  }
  .navbar.navbar-wd .container {
    padding: 0;
  }
}
.header--transparent .navbar.navbar-wd {
  background-color: transparent;
  -webkit-transition:  all 200ms 0s ease-out;
  -moz-transition:  all 200ms 0s ease-out;
  -ms-transition:  all 200ms 0s ease-out;
  -o-transition:  all 200ms 0s ease-out;
  transition:  all 200ms 0s ease-out;
}
.header--semi-transparent .navbar.navbar-wd {
  background-color: transparent;
  -webkit-transition:  all 200ms 0s ease-out;
  -moz-transition:  all 200ms 0s ease-out;
  -ms-transition:  all 200ms 0s ease-out;
  -o-transition:  all 200ms 0s ease-out;
  transition:  all 200ms 0s ease-out;
}
.navbar.navbar-wd.stuck {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
@media (min-width: 992px) {
  .navbar.navbar-wd.stuck.stuck--smaller {
    padding: 8.66666667px 0 13.66666667px;
  }
}
@media (max-width: 767px) {
  .navbar.navbar-wd.stuck {
    padding: 0;
    margin: 0;
  }
  .navbar.navbar-wd.stuck .container {
    padding: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .navbar.navbar-wd.stuck {
    padding: 8.66666667px 0 13.66666667px;
  }
}
@media (max-width: 767px) {
  .navbar.navbar-wd .navbar-collapse {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .navbar.navbar-wd .navbar-collapse {
    display: inline-block !important;
    float: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .navbar.navbar-wd .navbar-collapse {
    display: block !important;
    margin: 15px -15px 0;
    padding: 10px 0 0;
    clear: both;
  }
}
@media (min-width: 768px) {
  .navbar.navbar-wd .dropdown-menu {
    margin-top: 7px;
    padding: 10px 18px;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-radius: 0;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
  }
  .navbar.navbar-wd .dropdown-menu > li > a {
    position: relative;
    margin: 0 -18px;
    padding: 3px 18px;
  }
  .navbar.navbar-wd .dropdown-menu li {
    position: relative;
    z-index: 1;
  }
  .navbar.navbar-wd .dropdown-menu li:hover {
    z-index: 2;
  }
  .navbar.navbar-wd .dropdown-menu li:hover > ul.submenu {
    display: block;
  }
  .navbar.navbar-wd .dropdown-menu ul.submenu {
    display: none;
    position: absolute;
    left: 90%;
    list-style: none;
    margin: -36px 0 0 0;
    padding: 10px 0;
    min-width: 180px;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
  }
  .navbar.navbar-wd .dropdown-menu ul.submenu li > a {
    display: block;
    padding: 3px 18px;
    line-height: 1.42857143;
    text-decoration: none;
  }
}
@media (min-width: 768px) and (max-width: 767px) {
  .navbar.navbar-wd .dropdown-menu {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .navbar.navbar-wd .dropdown-menu ul.submenu {
    margin: 0;
    padding: 10px 25px 0 45px;
    list-style: none;
  }
  .navbar.navbar-wd .dropdown-menu ul.submenu ul {
    padding: 10px 25px 0 25px;
  }
  .navbar.navbar-wd .dropdown-menu ul.submenu ul li {
    opacity: 0.7;
  }
  .navbar.navbar-wd .dropdown-menu ul.submenu li {
    margin-bottom: 10px;
    font-size: 12px;
  }
}
.navbar.navbar-wd .nav {
  text-align: center;
}
.store-pt_br .navbar.navbar-wd .nav > li:nth-child(2) {
  display:none;
}
@media (max-width: 767px) {
  .store-pt_br .hide-in-mobile {
    display: none!important;
  }
}
@media (min-width: 1200px) {
  .navbar.navbar-wd .nav {
    padding: 3px 0 0 0;
    width: 780px;
  }
  .store-pt_br .navbar.navbar-wd .nav {
    width: 800px!important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .navbar.navbar-wd .nav {
    width: 580px;
    text-align: left;
  }
  .store-pt_br .navbar.navbar-wd .nav {
    width: 800px!important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .navbar.navbar-wd .nav {
    width: 100%;
    margin-top: 10px;
    margin-left: -25px !important;
    margin-right: -25px !important;
    padding: 0 15px;
    text-align: left;
  }
}
.navbar.navbar-wd .nav > li {
  position: relative;
  float: none;
  display: inline-block;
  vertical-align: top;
}
.navbar.navbar-wd .nav > li > a {
  padding: 0;
  min-height: 2.308em;
  font-size: 1.154em;
  text-transform: uppercase;
}
.navbar.navbar-wd .nav > li > a span.link-name {
  display: block;
  padding: 7px 14px 15px;
  margin-bottom: -8px;
}
@media (min-width: 768px) {
  header a.dropdown-toggle:before,
  header a.dropdown-toggle:after {
    bottom: -8px;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    z-index: 10000;
    pointer-events: none;
    opacity: 0;
    -webkit-transition:  opacity 100ms 0 ease-out;
    -moz-transition:  opacity 100ms 0 ease-out;
    -ms-transition:  opacity 100ms 0 ease-out;
    -o-transition:  opacity 100ms 0 ease-out;
    transition:  opacity 100ms 0 ease-out;
  }
  header a.dropdown-toggle:after {
    border-width: 8px;
    margin-left: -8px;
  }
  header a.dropdown-toggle:before {
    border-width: 9px;
    margin-left: -9px;
  }
  header .open > a.dropdown-toggle:before,
  header .open > a.dropdown-toggle:after,
  header li.hovernav:hover > a.dropdown-toggle:before,
  header li.hovernav:hover > a.dropdown-toggle:after {
    opacity: 1;
  }
}
.ul-row {
  overflow: hidden;
  min-width: 200px;
  padding: 20px !important;
  margin: 0;
}
.open .ul-row {
  display: table;
}
.ul-row .li-col {
  display: table-cell;
  min-width: 190px;
  padding: 0 30px 0 0;
}
@media (max-width: 991px) {
  .ul-row .li-col {
    display: block;
    margin-bottom: 10px;
    padding: 0;
  }
}
.ul-row .li-col ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.ul-row .li-col ul li a {
  display: block;
  padding: 8px 10px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  text-decoration: none;
  font-size: 0.857em;
}
.ul-row .li-col ul li a:hover {
  text-decoration: none !important;
}
.ul-row .li-col ul li:last-child a {
  border: 0;
}
.ul-row .li-col h4 {
  font-size: 1.077em;
  line-height: 1.643em;
  text-transform: uppercase;
  padding: 0 0 8px;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  text-align: left !important;
}
.list-user-menu {
  padding: 0 !important;
  min-width: 160px !important;
}
.list-user-menu a {
  white-space: nowrap;
}
.currency__item a span {
  padding-right: 10px;
  font-weight: bold;
}
.languages__item {
  min-height: 1.286em;
}
.languages__item a {
  white-space: nowrap;
}
.languages__item__flag {
  display: none;
  border-radius: 1px;
}
.languages__item--active .languages__item__flag {
  -webkit-box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.2);
}
.languages--flag .languages__item__flag {
  display: inline-block;
  margin: 3px 0;
}
.languages__item__label {
  display: block;
  height: 18px;
  line-height: 18px;
}
.languages--flag .languages__item__label {
  display: inline-block;
  padding-left: 10px;
}
.menu-large {
  position: static !important;
}
.megamenu {
  padding: 0 !important;
  width: 100%;
  top: auto;
}
.megamenu > .container {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.megamenu ul {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
}
.megamenu__content {
  padding-top: 20px;
  padding-bottom: 20px;
}
.megamenu__columns {
  padding-top: 25px !important;
  padding-bottom: 20px !important;
  padding-right: 400px !important;
}
.megamenu__columns.megamenu__columns-image-off {
  padding-right: 0 !important;
}
.megamenu__columns.megamenu__columns-image-off .level-menu {
  width: 24%;
}
.navbar-nav--vertical .megamenu__columns {
  padding-right: 300px !important;
}
.navbar-nav--vertical .megamenu__columns.megamenu__columns-image-off {
  padding-right: 0 !important;
}
.navbar-nav--vertical .megamenu__columns.megamenu__columns-image-off .level-menu {
  width: 24%;
}
@media (max-width: 991px) {
  .megamenu__columns {
    padding-right: 0 !important;
  }
  .navbar-nav--vertical .megamenu__columns {
    padding-right: 0 !important;
  }
}
.megamenu__columns .level-menu {
  width: 32.9%;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 15px;
  z-index: 100;
}
@media (max-width: 991px) {
  .megamenu__columns .level-menu {
    width: 49% !important;
  }
}
@media (max-width: 767px) {
  .megamenu__columns .level-menu {
    width: 100% !important;
  }
}
.megamenu__columns .level-menu li {
  position: relative;
  float: left;
  clear: both;
  margin-bottom: 5px;
  font-size: 12px;
  background-color: transparent !important;
}
.megamenu__columns .level-menu li:hover {
  background-color: transparent !important;
}
.megamenu__columns .level-menu li:hover > a {
  background-color: transparent !important;
}
.megamenu__columns .level-menu li a:hover {
  background-color: transparent !important;
}
.megamenu__columns .level-menu li.title {
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.megamenu__columns .level-menu li ul.level-menu__dropdown {
  display: none;
}
@media (max-width: 767px) {
  .megamenu__columns .level-menu li ul.level-menu__dropdown {
    display: block;
    position: relative;
    margin-left: 15px;
    margin-top: 10px;
  }
}
@media (min-width: 768px) {
  .megamenu__columns .level-menu li ul.level-menu__dropdown {
    position: absolute;
    top: -10px;
    left: 100%;
    z-index: 100;
    padding: 10px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
    min-width: 160px;
  }
  .megamenu__columns .level-menu li ul.level-menu__dropdown li {
    display: block;
    float: none;
    clear: none;
  }
}
.megamenu__columns__top-block,
.megamenu__columns__bottom-block {
  width: 100% !important;
  padding: 15px 0 10px;
  margin-bottom: 20px !important;
  font-size: 1.077em;
  line-height: 1.8em;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.megamenu__columns__top-block .icon,
.megamenu__columns__bottom-block .icon {
  vertical-align: top;
  padding-right: 7px;
}
.megamenu__columns__top-block li,
.megamenu__columns__bottom-block li {
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
}
@media (max-width: 480px) {
  .megamenu__columns__top-block li,
  .megamenu__columns__bottom-block li {
    margin-right: 0;
    display: block;
  }
}
.megamenu__columns__top-block li a,
.megamenu__columns__bottom-block li a {
  padding: 0 10px;
  display: inline-block;
  vertical-align: top;
}
@media (max-width: 991px) {
  .megamenu__columns__top-block li a,
  .megamenu__columns__bottom-block li a {
    padding: 0;
  }
}
.megamenu__columns__top-block {
  margin-top: -25px !important;
}
.megamenu__columns__bottom-block {
  z-index: -2;
  margin-bottom: -20px !important;
  border-bottom: 0;
  border-top-width: 1px;
  border-top-style: solid;
}
.megamenu__columns__side-image {
  width: 400px !important;
  height: 100%;
  position: absolute !important;
  right: 5px;
  bottom: 0;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden;
  z-index: -1;
}
@media (max-width: 991px) {
  .megamenu__columns__side-image {
    display: none;
  }
}
.megamenu__columns__side-image img {
  max-width: 100%;
  float: right;
}
.row-menu {
  padding: 0 !important;
  width: 100%;
  top: auto;
}
.row-menu > .container {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.row-menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
}
.row-menu__content {
  padding-top: 20px;
  padding-bottom: 20px;
}
.row-menu__columns {
  padding-top: 25px !important;
  padding-bottom: 20px !important;
  padding-right: 400px !important;
}
.row-menu__columns.megamenu__columns-image-off {
  padding-right: 0 !important;
}
.row-menu__columns.megamenu__columns-image-off .level-menu {
  width: 24%;
}
.navbar-nav--vertical .row-menu__columns {
  padding-right: 300px !important;
}
.navbar-nav--vertical .row-menu__columns.megamenu__columns-image-off {
  padding-right: 0 !important;
}
.navbar-nav--vertical .row-menu__columns.megamenu__columns-image-off .level-menu {
  width: 24%;
}
@media (max-width: 991px) {
  .row-menu__columns {
    padding-right: 0 !important;
  }
  .navbar-nav--vertical .row-menu__columns {
    padding-right: 0 !important;
  }
}
.row-menu__columns .level-menu {
  width: 32.9%;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 15px;
  z-index: 100;
}
@media (max-width: 991px) {
  .row-menu__columns .level-menu {
    width: 49% !important;
  }
}
@media (max-width: 767px) {
  .row-menu__columns .level-menu {
    width: 100% !important;
  }
}
.row-menu__columns .level-menu li {
  position: relative;
  float: left;
  clear: both;
  margin-bottom: 5px;
  font-size: 12px;
  background-color: transparent !important;
}
.row-menu__columns .level-menu li:hover {
  background-color: transparent !important;
}
.row-menu__columns .level-menu li:hover > a {
  background-color: transparent !important;
}
.row-menu__columns .level-menu li a:hover {
  background-color: transparent !important;
}
.row-menu__columns .level-menu li.title {
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.row-menu__columns .level-menu li ul.level-menu__dropdown {
  display: none;
}
@media (max-width: 767px) {
  .row-menu__columns .level-menu li ul.level-menu__dropdown {
    display: block;
    position: relative;
    margin-left: 15px;
    margin-top: 10px;
  }
}
@media (min-width: 768px) {
  .row-menu__columns .level-menu li ul.level-menu__dropdown {
    position: absolute;
    top: -10px;
    left: 100%;
    z-index: 100;
    padding: 10px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
    min-width: 160px;
  }
  .row-menu__columns .level-menu li ul.level-menu__dropdown li {
    display: block;
    float: none;
    clear: none;
  }
}
.row-menu__columns__top-block,
.row-menu__columns__bottom-block {
  width: 100% !important;
  padding: 15px 0 10px;
  margin-bottom: 20px !important;
  font-size: 1.077em;
  line-height: 1.8em;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.row-menu__columns__top-block .icon,
.row-menu__columns__bottom-block .icon {
  vertical-align: top;
  padding-right: 7px;
}
.row-menu__columns__top-block li,
.row-menu__columns__bottom-block li {
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
}
@media (max-width: 480px) {
  .row-menu__columns__top-block li,
  .row-menu__columns__bottom-block li {
    margin-right: 0;
    display: block;
  }
}
.row-menu__columns__top-block li a,
.row-menu__columns__bottom-block li a {
  padding: 0 10px;
  display: inline-block;
  vertical-align: top;
}
@media (max-width: 991px) {
  .row-menu__columns__top-block li a,
  .row-menu__columns__bottom-block li a {
    padding: 0;
  }
}
.row-menu__columns__top-block {
  margin-top: -25px !important;
}
.row-menu__columns__bottom-block {
  z-index: -2;
  margin-bottom: -20px !important;
  border-bottom: 0;
  border-top-width: 1px;
  border-top-style: solid;
}
.row-menu__columns__side-image {
  width: 400px !important;
  height: 100%;
  position: absolute !important;
  right: 5px;
  bottom: 0;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden;
  z-index: -1;
}
@media (max-width: 991px) {
  .row-menu__columns__side-image {
    display: none;
  }
}
.row-menu__columns__side-image img {
  max-width: 100%;
  float: right;
}
.row-menu ul {
  padding: 25px 0 15px;
  text-align: center;
}
@media (max-width: 767px) {
  .row-menu ul {
    text-align: left;
    padding: 10px 10px;
  }
}
.row-menu ul li {
  display: inline-block;
  vertical-align: top;
  margin: 0 10px 10px;
  font-size: 1em;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .row-menu ul li {
    background-color: transparent !important;
    text-decoration: none !important;
  }
  .row-menu ul li > a:hover,
  .row-menu ul li:hover a {
    color: #536dfe;
    text-decoration: none !important;
    background-color: transparent !important;
  }
}
@media (max-width: 767px) {
  .row-menu ul li {
    display: block;
    margin: 0 0 5px;
  }
}
.shopping-cart {
  width: 320px;
  padding-bottom: 15px !important;
}
.shopping-cart ul {
  margin: 0;
  padding: 0;
}
.shopping-cart__top {
  padding: 5px 18px 12px;
  margin: 0 -18px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.shopping-cart__bottom {
  padding: 12px 18px 0;
  margin: 0 -18px;
  border-top-width: 1px;
  border-top-style: solid;
  font-size: 0.923em;
  line-height: 39px;
}
.shopping-cart__total {
  font-size: 1.692em;
  line-height: 1em;
  vertical-align: sub;
  padding: 0 5px;
}
.shopping-cart__settings {
  position: absolute;
  right: 5px;
  top: 15px;
}
.shopping-cart__settings > a {
  padding: 10px;
}
.shopping-cart__item {
  display: inline-block;
  width: 100%;
  position: relative;
  padding: 11px 0 14px;
  font-size: 0.923em;
}
.shopping-cart__item:after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  content: '';
  height: 1px;
}
.shopping-cart__item:last-child:after {
  display: none;
}
.shopping-cart__item__image {
  width: 58px;
}
.shopping-cart__item__image img {
  width: 100%;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-transition:  box-shadow 300ms 0s ease;
  -moz-transition:  box-shadow 300ms 0s ease;
  -ms-transition:  box-shadow 300ms 0s ease;
  -o-transition:  box-shadow 300ms 0s ease;
  transition:  box-shadow 300ms 0s ease;
}
.shopping-cart__item__image img:hover {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.shopping-cart__item__info {
  overflow: hidden;
  padding: 0 55px 0 15px;
}
.shopping-cart__item__info__title h2 {
  font-size: 1em;
  padding: 0 0 10px;
  margin: 0;
}
.shopping-cart__item__info__price {
  position: absolute;
  top: 9px;
  right: 0;
}
.shopping-cart__item__info__qty {
  position: absolute;
  top: 30px;
  right: 0;
}
.shopping-cart__item__info__delete {
  position: absolute;
  top: 55px;
  right: 0;
}
.navbar-nav--vertical {
  width: 100%;
  position: relative;
  z-index: 1000;
  float: none;
  margin: 0;
  border-radius: 3px;
  border-width: 1px;
  border-style: solid;
}
@media (max-width: 991px) {
  .navbar-nav--vertical {
    display: none;
  }
}
@media (min-width: 992px) {
  .navbar-nav--vertical {
    display: block !important;
  }
}
.navbar-nav--vertical > li {
  float: none;
  position: relative !important;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.navbar-nav--vertical > li.menu-large {
  position: static !important;
}
.navbar-nav--vertical > li > a {
  padding: 16px 18px;
  text-transform: uppercase;
}
.navbar-nav--vertical > li > a .badge {
  border-radius: 3px;
  margin: 0 10px;
  font-size: 10px;
  line-height: 16px;
  vertical-align: top;
}
.navbar-nav--vertical > li > a .caret {
  position: absolute;
  z-index: 1;
  right: 0;
  top: 0;
  margin: 0;
  height: 100%;
  padding: 18px 15px 25px 25px;
}
.navbar-nav--vertical > li .dropdown-menu {
  margin-top: 7px;
  padding: 10px 18px;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-radius: 0;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
  border: 0;
  top: -1px;
  margin-top: 0;
  background-color: #ffffff !important;
}
.navbar-nav--vertical > li .dropdown-menu > li > a {
  position: relative;
  margin: 0 -18px;
  padding: 3px 18px;
}
@media (max-width: 767px) {
  .navbar-nav--vertical > li .dropdown-menu {
    margin-top: 0;
  }
}
.navbar-nav--vertical > li .dropdown-menu li {
  position: relative;
}
@media (max-width: 991px) {
  .navbar-nav--vertical > li .dropdown-menu {
    top: auto;
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    border: 0;
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}
.navbar-nav--vertical > li .megamenu .container {
  width: auto;
}
@media (min-width: 992px) {
  .navbar-nav--vertical > li .megamenu__columns {
    position: static;
    padding-bottom: 55px !important;
  }
  .navbar-nav--vertical > li .megamenu__columns__bottom-block {
    position: absolute !important;
    bottom: 25px;
    margin: 0;
  }
}
@media (min-width: 992px) {
  .categories-title .icon {
    display: none;
  }
}
@media (max-width: 991px) {
  .categories-title {
    cursor: pointer;
    margin-bottom: 0;
    padding-bottom: 15px;
  }
  .categories-title .icon {
    vertical-align: middle;
    font-weight: 700;
    font-size: 12px;
    padding: 0 5px 0 10px;
    margin-top: -2px;
    cursor: pointer;
  }
  .categories-title .icon-arrow-up {
    display: none;
  }
  .categories-title.open .icon-arrow-down {
    display: none;
  }
  .categories-title.open .icon-arrow-up {
    display: inline-block;
  }
}
@media (max-width: 767px) {
  #slidemenu {
    left: -100%;
    width: 80%;
    min-width: 0;
    position: absolute;
    padding-left: 0;
    z-index: 2000;
    top: 0;
    margin: 0;
    padding: 0 !important;
    overflow-x: hidden;
    overflow-y: auto;
  }
  #slidemenu .slidemenu-close {
    position: absolute;
    z-index: 2001;
    right: 0;
    top: 3px;
    width: 40px;
    height: 40px;
    vertical-align: text-top;
    font-size: 26px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
  }
  #slidemenu .navbar-nav {
    width: 100%;
    position: relative;
    float: none;
    margin: 0;
  }
  #slidemenu .navbar-nav > li {
    float: none;
    display: block;
    width: 100%;
    position: relative !important;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #767676;
    text-align: left;
  }
  #slidemenu .navbar-nav > li a .badge {
    border-radius: 3px;
    margin: 0 10px;
    font-size: 10px;
    line-height: 16px;
    vertical-align: top;
  }
  #slidemenu .navbar-nav > li a .caret {
    position: absolute;
    right: 0;
    top: 50%;
    padding: 15px 15px 25px;
    margin: -23px 0 0 0;
  }
  #slidemenu .navbar-nav > li > a > span.link-name {
    padding: 14px 25px;
    margin-bottom: 0;
    text-transform: uppercase;
  }
  #slidemenu .navbar-nav > li .dropdown-menu {
    width: auto;
    top: auto;
    border-top-style: 1px;
    border-top-width: solid;
  }
  #slidemenu .navbar-nav > li .megamenu .container {
    width: auto;
    padding: 0 15px;
  }
}
/* Header variants */
/* header--small */
@media (min-width: 768px) {
  .header--small {
    min-height: 70px;
  }
}
@media (min-width: 768px) {
  .header--small .navbar-header {
    float: none;
    text-align: center;
  }
}
@media (min-width: 768px) {
  .header--small #slidemenu {
    display: none;
    opacity: 0;
    text-align: center;
    -webkit-transition:  opacity 100ms 0 ease-out;
    -moz-transition:  opacity 100ms 0 ease-out;
    -ms-transition:  opacity 100ms 0 ease-out;
    -o-transition:  opacity 100ms 0 ease-out;
    transition:  opacity 100ms 0 ease-out;
  }
  .header--small #slidemenu.open {
    opacity: 1;
  }
  .header--small #slidemenu .navbar-nav > li {
    float: none;
    display: inline-block;
    vertical-align: top;
  }
}
.boxed .header--small {
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .header--small .header__dropdowns-container {
    margin-top: 0;
    height: 70px;
    padding-top: 10px;
    margin-bottom: -60px;
  }
}
@media (min-width: 768px) {
  .header--small .header__dropdowns {
    position: relative;
    top: 0;
  }
}
@media (min-width: 768px) {
  .header--small .navbar:not(.stuck) #slidemenu {
    width: 100% !important;
  }
  .header--small .navbar:not(.stuck) #slidemenu .navbar-nav {
    width: 100% !important;
  }
}
@media (min-width: 768px) {
  .header--small.header--sticky .stuck #slidemenu {
    display: block !important;
    opacity: 1 !important;
  }
}
@media (min-width: 768px) {
  .header--small.header--sticky .stuck .navbar-header {
    float: left;
    text-align: left;
  }
}
@media (min-width: 768px) {
  .header--small .logo {
    float: none;
  }
}
@media (min-width: 768px) {
  .header--small.header--sticky .stuck .logo {
    float: left;
  }
}
.header--small .navbar.navbar-wd {
  padding: 0;
}
/* header--max */
@media (min-width: 768px) {
  .header--max {
    min-height: 190px;
  }
}
@media (min-width: 768px) {
  .header--max .navbar-header {
    float: none;
    text-align: center;
    padding: 30px 0;
    -webkit-transition:  padding 200ms 0s ease;
    -moz-transition:  padding 200ms 0s ease;
    -ms-transition:  padding 200ms 0s ease;
    -o-transition:  padding 200ms 0s ease;
    transition:  padding 200ms 0s ease;
  }
}
.header--max #slidemenu.stuck {
  position: fixed;
  top: 0;
  width: 100%;
}
.header--max .header__dropdowns__button {
  padding-top: 0;
  padding-bottom: 0;
  line-height: 40px;
}
@media (min-width: 768px) {
  .header--max .header__dropdowns {
    top: -57px;
  }
  .header--max .header__dropdowns .header__cart__button .icon {
    font-size: 24px;
    margin-top: 5px;
  }
  .header--max .header__search .header__dropdowns__button {
    padding: 5px 5px;
  }
  .header--max .header__cart__indicator {
    line-height: 43px;
    padding-top: 0;
  }
  .header--max a.btn.dropdown-toggle.btn--links--dropdown.header__cart__button.header__dropdowns__button {
    border-width: 0;
    margin-left: 8px;
  }
}
@media (min-width: 992px) {
  .header--max .header__dropdowns {
    top: -73px;
  }
}
@media (max-width: 767px) and (min-width: 768px) {
  .header--max .header__dropdowns {
    top: -57px;
  }
}
@media (max-width: 767px) {
  .header--max .dropdown .header__dropdowns__button {
    width: auto;
    padding: 0 12px;
  }
  .header--max .header__cart .badge.badge--menu {
    right: 2px;
  }
  .header--max .header__dropdowns .dropdown {
    position: relative;
  }
  .header--max .dropdown-menu {
    right: 0;
    left: auto !important;
  }
}
@media (max-width: 767px) {
  .header--max .dropdown .header__dropdowns__button {
    padding: 0 6px;
  }
}
@media (min-width: 768px) {
  .header--max .logo {
    float: none;
    display: inline-block;
  }
}
.header--max .navbar.navbar-wd {
  padding: 0;
}
.header--max .navbar.navbar-wd .nav {
  margin: 0 auto !important;
  float: none;
  display: table;
  width: auto;
}
@media (min-width: 992px) {
  .navbar.navbar-wd.stuck.stuck--smaller {
    padding: 0;
  }
}
.navbar #slidemenu {
  padding: 7px 0 7px;
}
/* header--no-line */
@media (min-width: 768px) {
  .header--no-line .header__dropdowns-container {
    margin-top: 0;
  }
  .header--no-line .navbar.navbar-wd {
    margin-top: 15px;
  }
}
/*
Navbar "hovernav" dropdown menu - this works only for screen sizes larger than phones.
The Bootstrap CSS is unchanged.
*/
@media (min-width: 768px) {
  .navbar-nav .hovernav.open:hover {
    z-index: 100;
  }
  .navbar-nav .hovernav.open:hover > .dropdown-menu {
    display: block;
  }
}
.footer {
  position: relative;
}
.footer.boxed,
body.boxed .footer {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  .footer.boxed,
  body.boxed .footer {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .footer.boxed,
  body.boxed .footer {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .footer.boxed,
  body.boxed .footer {
    width: 1170px;
  }
}
.footer.boxed > .navbar-header,
body.boxed .footer > .navbar-header,
.footer.boxed > .navbar-collapse,
body.boxed .footer > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .footer.boxed > .navbar-header,
  body.boxed .footer > .navbar-header,
  .footer.boxed > .navbar-collapse,
  body.boxed .footer > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.footer.fullwidth,
body.fullwidth .footer {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  padding-left: 0;
  padding-right: 0;
}
.footer.fullwidth > .navbar-header,
body.fullwidth .footer > .navbar-header,
.footer.fullwidth > .navbar-collapse,
body.fullwidth .footer > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .footer.fullwidth > .navbar-header,
  body.fullwidth .footer > .navbar-header,
  .footer.fullwidth > .navbar-collapse,
  body.fullwidth .footer > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.footer.fullwidth .container,
body.fullwidth .footer .container {
  width: auto;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.footer.fullwidth .container > .navbar-header,
body.fullwidth .footer .container > .navbar-header,
.footer.fullwidth .container > .navbar-collapse,
body.fullwidth .footer .container > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .footer.fullwidth .container > .navbar-header,
  body.fullwidth .footer .container > .navbar-header,
  .footer.fullwidth .container > .navbar-collapse,
  body.fullwidth .footer .container > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.footer__links {
  position: relative;
  padding: 18px 0;
}
.footer .logo--footer {
  float: none;
  margin-bottom: 15px;
  display: block;
}
.footer .logo--footer img {
  max-width: 100%;
}
.footer__column-links {
  position: relative;
  padding: 45px 0;
}
@media (max-width: 767px) {
  .footer__column-links {
    padding: 35px 0 0;
  }
}
.footer__column-links .title {
  margin-top: 10px;
}
.footer__settings {
  padding: 10px 0;
}
.footer__settings .dropdown {
  display: inline-block;
  float: none !important;
  padding: 0 10px;
}
.footer__settings .dropdown .dropdown-menu {
  margin-top: 7px;
  padding: 10px 18px;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-radius: 0;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
  top: auto;
  bottom: 110%;
  border: 0;
}
.footer__settings .dropdown .dropdown-menu > li > a {
  position: relative;
  margin: 0 -18px;
  padding: 3px 18px;
}
@media (max-width: 767px) {
  .footer__settings .dropdown .dropdown-menu {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .footer__settings .header__dropdowns__button {
    width: auto;
  }
}
.footer__subscribe {
  position: relative;
  background-color: #374850;
  padding: 18px 0;
}
.footer__bottom {
  position: relative;
  padding: 10px 0 8px;
  font-size: 0.846em;
  line-height: 1.5em;
}
.footer__bottom .container > div {
  width: 33.3%;
  line-height: 25px;
}
@media (max-width: 767px) {
  .footer__bottom .container > div {
    width: 100%;
    float: none !important;
    text-align: center;
    margin-bottom: 6px;
  }
}
.footer .social-links {
  text-align: right;
}
@media (max-width: 767px) {
  .footer .social-links {
    text-align: center;
    margin-top: 20px;
  }
}
.back-to-top {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  /* note that you have @transform here */
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  -webkit-transition:  all 200ms ease-out 0s;
  -moz-transition:  all 200ms ease-out 0s;
  -ms-transition:  all 200ms ease-out 0s;
  -o-transition:  all 200ms ease-out 0s;
  transition:  all 200ms ease-out 0s;
}
.back-to-top:hover {
  margin-top: -10px;
}
.back-to-top > a {
  -webkit-transition:  all 300ms ease-out 0s;
  -moz-transition:  all 300ms ease-out 0s;
  -ms-transition:  all 300ms ease-out 0s;
  -o-transition:  all 300ms ease-out 0s;
  transition:  all 300ms ease-out 0s;
  position: relative;
}
.back-to-top > a:hover span {
  position: absolute;
  bottom: 26px;
  left: 24px;
  -webkit-animation: scroll-ani-to-top 800ms linear infinite;
  -moz-animation: scroll-ani-to-top 800ms linear infinite;
  animation: scroll-ani-to-top 800ms linear infinite;
}
@media (max-width: 767px) {
  .mobile-collapse {
    width: 100%;
    border-bottom-width: 1px;
    border-bottom-style: solid;
  }
  .mobile-collapse__content {
    display: none;
    padding-bottom: 15px;
  }
  .open > .mobile-collapse__content {
    display: block;
  }
  .mobile-collapse__title {
    cursor: pointer;
    padding: 16px 0;
    margin-top: 0 !important;
    position: relative;
  }
  .mobile-collapse__title:after {
    position: absolute;
    display: block;
    top: 20px;
    right: 15px;
    font-family: 'Welldone';
    font-size: 10px;
    content: "\e601";
    line-height: 1em;
  }
  .open > .mobile-collapse__title:after {
    content: "\e631";
  }
  .mobile-collapse--last {
    border-bottom: 0;
  }
}
.outer {
  width: 100%;
  display: inline-block;
}
.page-content {
  position: relative;
  overflow: hidden;
}
.row-no-padding [class*="col-"] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.parallax,
.image-bg {
  background: url(https://motorolahome.com/skin/frontend/welldone/default/images/parallax-bg.jpg) 50% 50% no-repeat fixed;
}
.touch .parallax,
.touch .image-bg {
  background-attachment: scroll;
  background-repeat: repeat;
  background-size: cover;
  background-position: center 0 !important;
}
.title-outer {
  padding-top: 75px;
}
.title-outer.top-null {
  margin-top: 0 !important;
  padding-top: 0;
}
.title-outer.bottom-null {
  margin-bottom: 0 !important;
  padding-bottom: 0;
}
#pageContent > #slider.content {
  padding-top: 0;
  padding-bottom: 0 !important;
}
.content {
  padding-top: 75px;
}
@media (max-width: 767px) {
  .content {
    padding-top: 37.5px;
  }
}
#pageContent > .content:last-child,
#pageContent > .content:last-of-type {
  padding-bottom: 48.75px;
}
.content .aside-column {
  padding-top: 48.75px;
}
@media (max-width: 767px) {
  .content .aside-column {
    float: none !important;
  }
}
.aside-column .content {
  padding-top: 48.75px;
}
.aside-column .content:first-child {
  padding-top: 0;
}
.aside-column .content:last-child {
  padding-bottom: 48.75px;
}
.landing-content .content {
  padding-top: 0;
}
.content.top-padding {
  padding-top: 48.75px !important;
}
.content.top-null {
  margin-top: 0 !important;
  padding-top: 0;
}
.content.top-pad-null {
  padding-top: 0 !important;
}
.content.bottom-null {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
.content--fill {
  padding-top: 75px !important;
  padding-bottom: 75px !important;
  margin-top: 75px;
}
.content--fill.top-pad-null {
  padding-top: 0 !important;
}
.content--parallax {
  background: url(https://motorolahome.com/skin/frontend/welldone/default/images/parallax-bg.jpg) 50% 50% no-repeat fixed;
  padding: 60px 0 70px 0;
  margin-top: 75px;
}
.content--parallax.top-null {
  padding: 60px 0 70px 0;
}
.touch .content--parallax {
  background-attachment: scroll;
  background-repeat: repeat;
  background-size: cover;
  background-position: center 0 !important;
}
.content--parallax--short {
  padding: 60px 0 50px !important;
}
.content--parallax--high {
  padding: 75px 0 !important;
}
@media (min-width: 768px) {
  .content--parallax--high {
    padding: 112.5px 0 !important;
  }
}
@media (min-width: 992px) {
  .content--parallax--high {
    padding: 150px 0 !important;
  }
}
@media (min-width: 1200px) {
  .content--parallax--high {
    padding: 172.5px 0 !important;
  }
}
.content.boxed,
body.boxed *:not(.aside-column) > .content {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  .content.boxed,
  body.boxed *:not(.aside-column) > .content {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .content.boxed,
  body.boxed *:not(.aside-column) > .content {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .content.boxed,
  body.boxed *:not(.aside-column) > .content {
    width: 1170px;
  }
}
.content.boxed > .navbar-header,
body.boxed *:not(.aside-column) > .content > .navbar-header,
.content.boxed > .navbar-collapse,
body.boxed *:not(.aside-column) > .content > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .content.boxed > .navbar-header,
  body.boxed *:not(.aside-column) > .content > .navbar-header,
  .content.boxed > .navbar-collapse,
  body.boxed *:not(.aside-column) > .content > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.content.boxed .hide-outer-animation,
body.boxed *:not(.aside-column) > .content .hide-outer-animation {
  overflow: hidden;
  padding-bottom: 25px;
  margin-bottom: -25px;
}
.content.fullwidth,
body.fullwidth *:not(.aside-column) > .content {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  padding-left: 0;
  padding-right: 0;
}
.content.fullwidth > .navbar-header,
body.fullwidth *:not(.aside-column) > .content > .navbar-header,
.content.fullwidth > .navbar-collapse,
body.fullwidth *:not(.aside-column) > .content > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .content.fullwidth > .navbar-header,
  body.fullwidth *:not(.aside-column) > .content > .navbar-header,
  .content.fullwidth > .navbar-collapse,
  body.fullwidth *:not(.aside-column) > .content > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.content.fullwidth .container,
body.fullwidth *:not(.aside-column) > .content .container {
  width: auto;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  padding-left: 0;
  padding-right: 0;
}
.content.fullwidth .container > .navbar-header,
body.fullwidth *:not(.aside-column) > .content .container > .navbar-header,
.content.fullwidth .container > .navbar-collapse,
body.fullwidth *:not(.aside-column) > .content .container > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .content.fullwidth .container > .navbar-header,
  body.fullwidth *:not(.aside-column) > .content .container > .navbar-header,
  .content.fullwidth .container > .navbar-collapse,
  body.fullwidth *:not(.aside-column) > .content .container > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
body.fullwidth .content .container {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.slider {
  padding-bottom: 75px;
}
@media (max-width: 1199px) {
  .aside-column {
    margin-bottom: 35px;
  }
}
.aside-column .container {
  width: 100% !important;
}
.social-item {
  text-align: center;
  margin-bottom: 75px;
}
@media (min-width: 992px) {
  .social-item {
    max-width: 340px;
  }
}
.social-item .img-responsive {
  display: inline-block;
}
@media (min-width: 1770px) {
  body.wide {
    width: 100%;
  }
  body.wide .container,
  body.wide .header__dropdowns-container {
    width: 1770px;
  }
}
#pluginIdTFPU_2 {
  display: none;
}
body.boxed {
  background: url(https://motorolahome.com/skin/frontend/welldone/default/images/bg-boxed.jpg) no-repeat center top fixed;
}
.touch body.boxed {
  background-attachment: inherit;
  background-repeat: repeat;
}
body.boxed .content--fill {
  margin-top: 0;
}
body.boxed .content--parallax {
  position: relative;
}
body.boxed .content--parallax:before {
  content: ' ';
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 75px;
  top: -75px;
  display: block;
}
#loader-wrapper,
#modalLoader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
}
#loader-wrapper.loader-off {
  display: none !important;
}
#loader,
#modalLoader {
  border: 3px solid transparent;
  border-top-color: #536dfe;
  border-radius: 50%;
  display: block;
  margin: -75px 0 0 -75px;
  width: 150px;
  height: 150px;
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-animation: spin 2s linear infinite;
  -moz-animation: spin 2s linear infinite;
  -o-animation: spin 2s linear infinite;
  -ms-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}
#loader:before,
#modalLoader:before {
  border: 3px solid transparent;
  border-radius: 50%;
  content: "";
  position: absolute;
  top: 5px;
  right: 5px;
  bottom: 5px;
  left: 5px;
  -webkit-animation: spin 3s linear infinite;
  -moz-animation: spin 3s linear infinite;
  -o-animation: spin 3s linear infinite;
  -ms-animation: spin 3s linear infinite;
  animation: spin 3s linear infinite;
}
#loader:after,
#modalLoader:after {
  border: 3px solid transparent;
  border-radius: 50%;
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  bottom: 15px;
  right: 15px;
  -webkit-animation: spin 1.5s linear infinite;
  -moz-animation: spin 1.5s linear infinite;
  -o-animation: spin 1.5s linear infinite;
  -ms-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-ms-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.loaded #loader,
.touch #loader {
  opacity: 0;
  transition: all 0.3s ease-out;
}
.loaded #loader-wrapper,
.touch #loader-wrapper {
  visibility: hidden;
  transform: translateY(-100%);
  transition: all 0.3s 1s ease-out;
}
body {
  font-family: 'Roboto', sans-serif;
  font-size: 1.3em;
  line-height: 1.4em;
}
a:hover,
a:focus,
a:active {
  outline: none;
}
a:focus,
a:active {
  text-decoration: none;
}
a.underline {
  text-decoration: underline;
}
a.underline:hover,
a.underline:focus,
a.underline:active {
  text-decoration: none;
}
.text-uppercase {
  text-transform: uppercase;
}
.icon--lg {
  font-size: 24px;
}
.icon-enable {
  display: inline-block;
  margin-top: -3px;
  font-size: 19px;
  line-heigth: 1em;
}
.icon-disable {
  display: inline-block;
  margin-top: -3px;
  font-size: 19px;
  line-heigth: 1em;
}
label {
  font-weight: normal;
}
label.label--top {
  display: block;
}
.label {
  padding: .3em .8em .3em;
}
h1 {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 2.615em;
  padding: 0 0 50px;
  margin: 0;
}
h2 {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 2.308em;
  padding: 0 0 30px 0;
  margin: 0;
}
h3 {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 2em;
  padding: 0 0 1.5em;
  margin: 0;
}
h4 {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 1.692em;
  padding: 0 0 1.5em;
  margin: 0;
}
@media (max-width: 991px) {
  h4 {
    text-align: center;
  }
}
h5 {
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
  font-size: 1.231em;
  padding: 0 0 1.2em;
  margin: 0;
}
h6 {
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
  font-size: 1.077em;
  padding: 0 0 1em;
  margin: 0;
}
h1 .icon,
h2 .icon,
h3 .icon,
h4 .icon,
h5 .icon,
h6 .icon {
  vertical-align: bottom;
  display: inline-block;
  padding-right: 5px;
}
.h-pad-sm {
  padding-bottom: 20px;
}
.h-pad-xs {
  padding-bottom: 5px;
}
.divider {
  height: 75px;
  clear: both;
}
.divider--lg {
  height: 112.5px;
}
.divider--md {
  height: 50.025px;
}
.divider--sm {
  height: 35.025px;
}
.divider--xs {
  height: 20.025px;
}
.divider--xxs {
  height: 7.5px;
}
.divider--line {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  margin-bottom: 75px;
}
.hr {
  clear: both;
  height: 1px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
address {
  font-style: italic;
}
.img-center {
  display: inline-block;
}
.img-left {
  float: left;
  margin: 0 30px 15px 0;
}
.img-right {
  float: right;
  margin: 0 0 15px 30px;
}
.mark {
  padding: 2px 2px 0;
}
.mark--color {
  padding: 2px 2px 0;
}
.h-links-list ul {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}
.h-links-list li {
  display: inline-block;
  padding: 0 16px 0 0;
}
.v-links-list ul {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}
.v-links-list li {
  padding: 0 0 4px;
  font-weight: lighter;
}
.v-links-list li.icon {
  padding: 0 0 4px 22px;
  vertical-align: middle;
  font-family: 'Roboto', sans-serif;
  font-weight: lighter;
  font-size: 1em;
  line-height: 1.4em;
}
.v-links-list li.icon:before {
  font-family: 'Welldone';
  position: absolute;
  font-size: 1em;
  left: 0;
}
.category-list {
  margin: 0 0 15px;
  padding: 0;
  list-style: none;
}
.category-list li {
  position: relative;
  padding: 10px 0 10px 15px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  text-transform: uppercase;
}
.category-list li:last-child {
  border: 0;
}
.category-list li a {
  text-decoration: none;
}
.category-list li:after {
  position: absolute;
  top: 10px;
  left: 0;
  display: block;
  content: "»";
}
.circle-list {
  margin: 15px 0;
  padding: 0;
  list-style: none;
}
.circle-list li {
  position: relative;
  padding-left: 15px;
  margin-bottom: 10px;
}
.circle-list li:after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "•";
  font-size: 1.5em;
}
.simple-list {
  margin: 15px 0;
  padding: 0;
  list-style: none;
}
.simple-list li {
  position: relative;
  padding-left: 15px;
  margin-bottom: 5px;
}
.simple-list li:after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "»";
}
.simple-list ul {
  margin: 10px 0 10px 0;
  padding: 0;
  list-style: none;
}
.simple-list ul li:after {
  content: "•";
  font-size: 1em;
}
.decimal-list {
  margin: 15px 0 15px 25px;
  padding: 0;
  list-style: decimal outside;
}
.decimal-list li {
  padding-left: 0;
  margin-bottom: 5px;
  text-indent: 0;
}
.decimal-list ul {
  margin: 5px 0 5px 17px;
  padding: 0;
  list-style: decimal outside;
}
.sizes-row {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sizes-row li {
  min-width: 50px;
  display: inline-block;
  text-align: center;
}
.table.text-center td,
.table.text-center th {
  text-align: center;
}
.table-address {
  min-width: 250px;
  margin: 20px 0 35px;
}
.table-address td {
  padding: 3px 25px 3px 0;
  vertical-align: top;
}
.table-params td {
  border-left-width: 1px;
  border-left-style: solid;
}
.table-params tr > td:first-child {
  border-left: 0;
  width: 30%;
}
.table-params tr:last-child td {
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.dropcap {
  display: block;
  float: left;
  font-size: 2.833em;
  line-height: 1em;
  margin: 0 5px 0 0;
}
.pagination {
  margin: 0;
  border-radius: 1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  border-bottom-left-radius: 1px;
  border-top-left-radius: 1px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 1px;
  border-top-right-radius: 1px;
}
.pagination-label {
  line-height: 30px;
  padding-right: 15px;
}
.card {
  border-radius: 3px;
  border-width: 1px;
  border-style: solid;
}
.card-title {
  cursor: pointer;
  padding: 20px 0;
  margin-top: 0 !important;
  position: relative;
  font-size: 1.385em;
  background-color: #f8f8f8;
  padding: 18px 45px 18px 25px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.card--collapse.open .card-title {
  display: block;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.card-title:after {
  position: absolute;
  display: block;
  top: 24px;
  right: 12px;
  font-family: 'Welldone';
  font-size: 10px;
  content: "\e601";
  line-height: 1em;
}
.open > .card-title:after {
  content: "\e631";
}
.card-content {
  display: none;
  padding: 18px 25px;
}
.card--collapse.open .card-content {
  display: block;
}
.card--padding {
  padding: 20px 25px;
}
.card--form {
  padding: 20px 45px 0;
  text-align: center;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}
.card--form__icon {
  display: inline-block;
  margin-bottom: 15px;
  font-size: 100px;
  line-height: 100px;
}
.card--form .checkbox-group {
  display: inline-block;
}
.card--form__footer {
  border-top-width: 1px;
  border-top-style: solid;
  margin: 25px -45px 0;
  padding: 15px 45px;
}
.card--icon__cell {
  padding: 12px;
  text-align: center;
}
.card--icon__cell__icon {
  display: inline-block;
  width: 96px;
  height: 96px;
  margin-bottom: 10px;
  font-size: 40px;
  line-height: 98px;
  text-align: center;
  border-radius: 50%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -webkit-transition:  box-shadow 300ms 0s ease;
  -moz-transition:  box-shadow 300ms 0s ease;
  -ms-transition:  box-shadow 300ms 0s ease;
  -o-transition:  box-shadow 300ms 0s ease;
  transition:  box-shadow 300ms 0s ease;
}
.card--icon__cell__icon:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}
.card--icon__cell__title {
  padding-bottom: 0;
}
.card--icon__text {
  padding: 20px;
}
.card__row-line {
  padding: 10px 0 30px;
  margin: 10px 10px 25px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.card__row-line:last-child {
  margin-bottom: 0;
  border: 0;
}
.card__row-line table.order-history {
  margin-bottom: -30px;
}
.card__row {
  position: relative;
  padding: 15px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
a.card__row {
  display: table;
  width: 100%;
  cursor: pointer;
  text-decoration: none;
}
.card__row--big {
  padding: 45px 15px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .card__row--big {
    padding: 22px 15px;
  }
}
.card__row:last-child {
  border: none;
}
.card__row__title {
  font-size: 1.077em;
  text-transform: uppercase;
}
.card__row--big .card__row__title {
  font-size: 1.692em;
  line-height: 1em;
}
.card__row--icon {
  padding-left: 80px;
  min-height: 70px;
}
.card__row--icon.card__row--big {
  min-height: 151px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .card__row--icon.card__row--big {
    min-height: 100px;
  }
}
.card__row--icon__icon {
  position: absolute;
  left: 0;
  width: 80px;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.card__row--icon__icon .icon {
  font-size: 38px;
  line-height: 1em;
  -webkit-transition:  color 300ms 0s ease;
  -moz-transition:  color 300ms 0s ease;
  -ms-transition:  color 300ms 0s ease;
  -o-transition:  color 300ms 0s ease;
  transition:  color 300ms 0s ease;
}
.card__row--big .card__row--icon__icon .icon {
  font-size: 50px !important;
}
.card__row--icon__text {
  display: table-cell;
  vertical-align: middle;
}
.grey-box {
  padding: 30px;
  margin-bottom: 30px;
}
blockquote.blockquote--wd {
  padding: 0;
  margin: 0 0 20px;
  border: none;
  font-size: 1em;
}
blockquote.blockquote--wd p {
  border-left-width: 4px;
  border-left-style: solid;
  border-left-color: #536dfe;
  padding: 5px 0 5px 30px;
  margin-bottom: 0;
}
blockquote.blockquote--wd footer {
  padding: 5px 0 0 30px;
  font-style: italic;
  font-size: 100%;
}
.testimonial {
  display: table;
  width: 100%;
  overflow: hidden;
  border-radius: 3px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -webkit-transition:  box-shadow 300ms 0s ease;
  -moz-transition:  box-shadow 300ms 0s ease;
  -ms-transition:  box-shadow 300ms 0s ease;
  -o-transition:  box-shadow 300ms 0s ease;
  transition:  box-shadow 300ms 0s ease;
}
.testimonial:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}
.testimonial__author {
  display: table-cell;
  vertical-align: middle;
  padding: 14px 28px;
}
.testimonial__author__image {
  margin-bottom: 4px;
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px) {
  .testimonial__author__image {
    margin: 15px 0 4px;
  }
}
.testimonial__author__image img {
  min-width: 100px;
  border-radius: 50%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.testimonial__author__name {
  text-align: center;
  font-size: 0.923em;
}
@media (min-width: 768px) and (max-width: 991px) {
  .testimonial__author__name {
    margin: 0 0 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .testimonial__author {
    display: table-row;
    text-align: center;
  }
}
.testimonial__text {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  padding: 20px 20px 15px 65px;
  overflow: hidden;
}
.testimonial__text:after {
  position: absolute;
  display: block;
  top: 24px;
  left: 20px;
  font-family: 'Welldone';
  font-size: 26px;
  line-height: 1em;
  content: "\e63b";
}
.infobox {
  display: table;
  width: 100%;
  overflow: hidden;
  border-radius: 3px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -webkit-transition:  box-shadow 300ms 0s ease;
  -moz-transition:  box-shadow 300ms 0s ease;
  -ms-transition:  box-shadow 300ms 0s ease;
  -o-transition:  box-shadow 300ms 0s ease;
  transition:  box-shadow 300ms 0s ease;
}
.infobox:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}
.infobox__icon {
  display: table-cell;
  vertical-align: middle;
  padding: 25px 20px;
  width: auto;
  font-size: 64px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -webkit-transition:  box-shadow 300ms 0s ease;
  -moz-transition:  box-shadow 300ms 0s ease;
  -ms-transition:  box-shadow 300ms 0s ease;
  -o-transition:  box-shadow 300ms 0s ease;
  transition:  box-shadow 300ms 0s ease;
}
.infobox__icon:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}
.infobox__text {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  padding: 20px 25px 15px;
  overflow: hidden;
}
#map {
  width: 100%;
  height: 390px;
  margin: 0 0 -5px;
  border: 0;
  overflow: hidden;
}
.calendar__header {
  font-size: 16px;
  padding: 0 0 10px;
  text-transform: uppercase;
}
.calendar__footer {
  font-size: 16px;
  padding: 15px 0 0;
  text-transform: uppercase;
}
.calendar table {
  border-collapse: collapse;
  font-family: 'PT Sans', sans-serif;
  font-size: 13px;
  width: 100%;
  max-width: 350px;
}
.calendar th,
.calendar td {
  border: 0;
  cursor: pointer;
  line-height: 22px;
}
.calendar tr:first-child td {
  font-weight: 700;
  padding-bottom: 10px;
}
.calendar .selected {
  font-weight: bold;
}
button:focus,
.btn:focus,
button:active:focus,
.btn:active:focus,
button.active:focus,
.btn.active:focus,
button.focus,
.btn.focus,
button:active.focus,
.btn:active.focus,
button.active.focus,
.btn.active.focus {
  outline: 0;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
button:hover,
.btn:hover,
button:focus,
.btn:focus,
button.focus,
.btn.focus {
  outline: 0;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
button:active,
.btn:active,
button.active,
.btn.active {
  outline: 0;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
button.pull-right,
.btn.pull-right {
  margin-right: 10px;
}
.btn--wd {
  padding: 12px 14px;
  font-size: 1.214em;
  line-height: 1em;
  height: 40px;
  border-radius: 3px;
  vertical-align: top;
  border: 0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -webkit-transition:  box-shadow 300ms 0s ease;
  -moz-transition:  box-shadow 300ms 0s ease;
  -ms-transition:  box-shadow 300ms 0s ease;
  -o-transition:  box-shadow 300ms 0s ease;
  transition:  box-shadow 300ms 0s ease;
}
.btn--wd:hover,
.btn--wd:active,
.btn--wd.focus,
.btn--wd:focus {
  padding: 12px 14px;
}
.btn--wd:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}
.btn--wd .icon {
  display: inline-block;
}
.btn--wd span {
  position: relative;
  top: 0;
  left: 0;
}
.btn--wd.btn--links--dropdown {
  border: none;
  background: none;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.25);
}
.btn--wd.btn--links--dropdown:hover {
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.25);
}
.btn--wd.btn--with-icon .icon {
  padding-right: 5px;
}
.btn--wd.btn--xs {
  padding: 5px 10px;
  font-size: 0.923em;
  height: auto;
}
.btn--wd.btn--xs:hover {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.btn--wd.btn--sm {
  padding: 8px 16px;
  height: auto;
  font-size: 13px;
}
.btn--wd.btn--sm .icon {
  font-size: 12px;
}
.btn--wd.btn--lg {
  padding: 15px 20px;
  height: auto;
}
.btn--wd.btn--xl {
  padding: 19px 30px;
  font-size: 1.385em;
  height: auto;
}
.btn--wd.btn--xxl {
  padding: 25px 35px;
  font-size: 1.923em;
  height: auto;
}
.btn--clear {
  border: 0;
  padding-left: 0;
  background-color: transparent;
}
.btn--clear:hover,
.btn--clear:active,
.btn--clear.focus,
.btn--clear:focus {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.open > .btn--clear.dropdown-toggle {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn--wait,
.btn--round.btn--wait {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
  background-size: 40px 40px;
  animation: 2s linear 0s normal none infinite progress-bar-stripes;
  -webkit-animation: progress-bar-stripes 2s linear infinite;
}
.btn--round {
  border-radius: 999em;
  width: 60px;
  height: 60px;
  padding: 0;
  line-height: 65px;
  font-size: 32px;
  position: relative;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -webkit-transition:  box-shadow 300ms 0s ease;
  -moz-transition:  box-shadow 300ms 0s ease;
  -ms-transition:  box-shadow 300ms 0s ease;
  -o-transition:  box-shadow 300ms 0s ease;
  transition:  box-shadow 300ms 0s ease;
}
.btn--round:hover {
  text-decoration: none;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.btn--round--lg {
  width: 76px;
  height: 76px;
  line-height: 78px;
  font-size: 27px;
}
.btn--round--sm {
  width: 46px;
  height: 46px;
  line-height: 78px;
  font-size: 22px;
}
.btn--round--xs {
  width: 37px;
  height: 37px;
  line-height: 37px;
  font-size: 16px;
}
.input--wd {
  appearance: none;
  padding: 9px 12px;
  font-size: 1.214em;
  line-height: 1em;
  height: 40px;
  border-width: 1px;
  border-style: solid;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}
.input--wd:hover,
.input--wd:focus,
.input--wd.focus {
  box-shadow: none;
  outline: none;
}
.input--wd--full {
  width: 100%;
}
.textarea--wd {
  appearance: none;
  padding: 9px 12px;
  font-size: 1.214em;
  line-height: 1em;
  height: 40px;
  border-width: 1px;
  border-style: solid;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  min-height: 140px;
  height: auto;
}
.textarea--wd:hover,
.textarea--wd:focus,
.textarea--wd.focus {
  box-shadow: none;
  outline: none;
}
.textarea--wd--full {
  width: 100%;
}
.input--line {
  display: block;
  border: none;
  padding-left: 0;
  -webkit-transition:  all 300ms cubic-bezier(0.64, 0.09, 0.08, 1) 0s;
  -moz-transition:  all 300ms cubic-bezier(0.64, 0.09, 0.08, 1) 0s;
  -ms-transition:  all 300ms cubic-bezier(0.64, 0.09, 0.08, 1) 0s;
  -o-transition:  all 300ms cubic-bezier(0.64, 0.09, 0.08, 1) 0s;
  transition:  all 300ms cubic-bezier(0.64, 0.09, 0.08, 1) 0s;
  background-position: -1000px 0;
  background-size: 1000px 100%;
  background-repeat: no-repeat;
  border-radius: 0;
  transition: all 0.3s ease-in-out;
}
.input--line:focus {
  box-shadow: none;
  outline: none;
  background-position: 0 0;
}
.input--line:focus::-webkit-input-placeholder {
  transition: all 0.3s ease-in-out;
  font-size: 0.9em;
  transform: translateY(-20px);
  visibility: visible !important;
}
.input-group--wd {
  display: block;
  position: relative;
  margin-bottom: 45px;
}
.input-group--wd input,
.input-group--wd textarea {
  font-size: 16px;
  line-height: 18px;
  padding: 10px 0 10px 0;
  -webkit-appearance: none;
  display: block;
  background: transparent;
  width: 100%;
  border: none;
  border-radius: 0;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.input-group--wd input:focus,
.input-group--wd textarea:focus {
  outline: none;
}
.input-group--wd input.input--full,
.input-group--wd textarea.input--full {
  width: 100%;
}
.input-group--wd textarea {
  min-height: 140px;
  height: auto;
}
.input-group--wd label {
  font-size: 18px;
  font-weight: normal;
  position: absolute;
  pointer-events: none;
  left: 0;
  top: 10px;
  transition: all 0.2s ease;
}
.input-group input:focus ~ label,
.input-group input.used ~ label,
.input-group textarea:focus ~ label,
.input-group textarea.used ~ label {
  top: -20px;
  font-size: 13px;
  opacity: 0.5;
  -webkit-transition: top 0.3s cubic-bezier(0.8, 0.15, 0.15, 0.85), font-size 0.3s cubic-bezier(0.8, 0.15, 0.15, 0.85);
  transition: top 0.3s cubic-bezier(0.8, 0.15, 0.15, 0.85), font-size 0.3s cubic-bezier(0.8, 0.15, 0.15, 0.85);
}
.input-group__bar {
  position: relative;
  display: block;
  width: 100%;
}
.input-group__bar:before,
.input-group__bar:after {
  display: block;
  content: ' ';
  height: 2px;
  width: 0;
  bottom: 0;
  position: absolute;
  transition: all 0.2s ease;
}
.input-group__bar:before {
  left: 50%;
}
.input-group__bar:after {
  right: 50%;
}
.input-group input:focus ~ .input-group__bar:before,
.input-group input:focus ~ .input-group__bar:after,
.input-group textarea:focus ~ .input-group__bar:before,
.input-group textarea:focus ~ .input-group__bar:after {
  width: 50%;
}
.contact-form {
  margin-bottom: 15px;
}
.contact-form .input--wd,
.contact-form .textarea--wd {
  margin-bottom: 15px;
}
label.label--inline {
  font-size: 1.231em;
  line-height: 2.6em;
  font-weight: normal;
  padding-right: 10px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  label.label--inline {
    display: block;
    margin-bottom: 5px;
    float: none !important;
  }
}
.subscribe-form {
  position: relative;
}
.subscribe-form__label {
  font-size: 1.231em;
  line-height: 2.6em;
  font-weight: normal;
  padding-right: 10px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .subscribe-form__label {
    display: block;
    margin-bottom: 5px;
    float: none !important;
  }
}
.subscribe-form__input {
  margin-right: 10px;
}
@media (max-width: 767px) {
  .subscribe-form__input {
    margin-right: 0;
    width: 97%;
    padding-right: 50px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .subscribe-form__input {
    width: 160px;
  }
}
@media (max-width: 767px) {
  .subscribe-form button {
    position: absolute;
    right: 0;
  }
}
.subscribe-form button .icon {
  font-size: 18px;
}
.placeholder {
  font-size: 1em;
  line-height: 1.214em;
}
input::-webkit-input-placeholder {
  font-size: 1em;
  line-height: 1.214em;
}
input::-webkit-input-placeholder::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
input::-webkit-input-placeholder:-ms-input-placeholder {
  color: #999999;
}
input::-webkit-input-placeholder::-webkit-input-placeholder {
  color: #999999;
}
input::-moz-placeholder {
  font-size: 1em;
  line-height: 1.214em;
}
input::-moz-placeholder::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
input::-moz-placeholder:-ms-input-placeholder {
  color: #999999;
}
input::-moz-placeholder::-webkit-input-placeholder {
  color: #999999;
}
input:-ms-input-placeholder {
  font-size: 1em;
  line-height: 1.214em;
}
input:-ms-input-placeholder::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
input:-ms-input-placeholder:-ms-input-placeholder {
  color: #999999;
}
input:-ms-input-placeholder::-webkit-input-placeholder {
  color: #999999;
}
input:-moz-placeholder {
  font-size: 1em;
  line-height: 1.214em;
}
input:-moz-placeholder::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
input:-moz-placeholder:-ms-input-placeholder {
  color: #999999;
}
input:-moz-placeholder::-webkit-input-placeholder {
  color: #999999;
}
.select-wrapper {
  position: relative;
  display: inline-block;
}
.select-wrapper:after {
  content: " ";
  height: 0;
  width: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #000;
  position: absolute;
  right: 12px;
  transition: all 0.3s linear;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -moz-transform: scale(0.9999);
}
@-moz-document url-prefix() {
  .select-wrapper:after {
    margin-top: -2px;
  }
}
.select--wd::-ms-expand {
  display: none;
}
.select--wd {
  appearance: none;
  padding: 9px 12px;
  font-size: 1.214em;
  line-height: 1em;
  height: 40px;
  border-width: 1px;
  border-style: solid;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  padding: 12px 12px;
  font-size: inherit;
  line-height: 1.1em;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.select--wd:hover,
.select--wd:focus,
.select--wd.focus {
  box-shadow: none;
  outline: none;
}
.select--wd--full {
  width: 100%;
}
.select--wd--sm {
  padding: 6px 20px 6px 10px;
  height: 34px;
  line-height: 1.385em;
}
.select--wd--xs {
  padding: 2px 20px 2px 5px;
  height: 24px;
}
.select--wd--lg {
  padding: 5px 20px 5px 12px;
  height: 40px;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 5px;
  width: 100%;
}
.checkbox-group {
  position: relative;
}
.checkbox-group input[type=checkbox] {
  display: none;
}
.checkbox-group label {
  padding-left: 25px;
  cursor: pointer;
}
.checkbox-group label span {
  display: block;
  position: absolute;
  left: 0;
  -webkit-transition-duration: .3s;
  -moz-transition-duration: .3s;
  transition-duration: 0.3s;
}
.checkbox-group label .box {
  border-width: 1px;
  border-style: solid;
  height: 16px;
  width: 16px;
  z-index: 9;
  -webkit-transition-delay: .2s;
  -moz-transition-delay: .2s;
  transition-delay: 0.2s;
}
.checkbox-group label .check {
  top: 0;
  left: 4px;
  width: 8px;
  height: 11px;
  border-width: 2px;
  border-style: solid;
  border-top: none;
  border-left: none;
  opacity: 0;
  z-index: 10;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition-delay: .3s;
  -moz-transition-delay: .3s;
  transition-delay: 0.3s;
}
input[type=checkbox]:checked ~ label .check {
  opacity: 1;
  -webkit-transform: scale(1) rotate(45deg);
  -moz-transform: scale(1) rotate(45deg);
  transform: scale(1) rotate(45deg);
}
.radio {
  display: block;
  cursor: pointer;
  margin: 0 0 8px;
}
.radio:hover .inner {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  opacity: .5;
}
.radio input {
  width: 1px;
  height: 1px;
  opacity: 0;
}
.radio input:checked + .outer .inner {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.radio input:checked + .outer {
  border-width: 1px;
  border-style: solid;
}
.radio input:focus + .outer .inner {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.radio .outer {
  width: 16px;
  height: 16px;
  display: block;
  float: left;
  margin: 0 9px 0 0;
  border-width: 1px;
  border-style: solid;
  border-radius: 50%;
}
.radio .inner {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  width: 10px;
  height: 10px;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  display: block;
  margin: 2px;
  border-radius: 50%;
  opacity: 0;
}
input.input--wd,
textarea.textarea--wd,
.select-wrapper select.input--wd,
.select-wrapper select.select--wd {
  -webkit-appearance: none;
  -moz-appearance: none;
}
.header__search {
  display: inline-block;
  margin: 0 12px;
  position: relative;
  width: 40px;
  height: 40px;
}
.header__search .icon {
  font-size: 20px;
}
.header--transparent .header__search .icon {
  color: #ffffff;
}
@media (max-width: 767px) {
  .header__search {
    width: auto;
    height: 43px;
    margin: 0;
  }
}
.header__search__input {
  position: absolute;
  top: 7px;
  right: 0;
  z-index: 2;
  opacity: 0;
  width: 35px;
  height: 35px;
  padding: 7px 0 6px;
  transition: width 0.6s ease-out;
  cursor: pointer;
  border: 0;
  border-radius: 0;
  background-color: transparent;
  font-size: 1.231em;
  line-height: 22px;
  text-transform: uppercase;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}
.header-line .header__search__input {
  top: 2px;
}
.header--transparent .header__search__input {
  color: #ffffff;
}
.header__search--to-right .header__search__input {
  right: auto;
  left: 0;
  padding-left: 35px;
}
.header__search__input:hover,
.header__search__input:focus,
.header__search__input.focus {
  box-shadow: none;
  outline: none;
}
.header__search__input:focus {
  opacity: 1;
  z-index: 1;
  transition: width 0.6s ease-out, opacity 0.6s ease-out;
  padding-right: 40px;
  cursor: text;
  width: 350px;
  border-bottom-width: 2px;
  border-bottom-style: solid;
}
.header__search__button {
  position: absolute;
  top: 6px;
  padding: 5px 4px;
  font-size: 20px;
  right: 0;
  z-index: 1;
  cursor: pointer;
  background-color: transparent;
  box-shadow: none;
}
.header-line .header__search__button {
  top: 3px;
}
.header__search--to-right .header__search__button {
  right: auto;
  left: 0;
}
.modal--search input {
  margin-bottom: 15px;
  background-color: transparent;
}
.dots {
  position: relative;
  display: block;
}
.dots:before {
  font-family: 'Welldone';
  content: "\e657";
}
.dots--vertical:before {
  content: "\e641";
}
.caret.caret--dots {
  margin: -20px auto 0;
  width: auto;
  border-width: 0 0 0 0;
  text-align: center;
  font-size: 9px;
  position: relative;
  display: block;
}
.caret.caret--dots:before {
  font-family: 'Welldone';
  content: "\e657";
}
.caret.caret--dots.caret--dots--vertical {
  height: 22px;
  font-size: 17px;
  margin: 0;
}
.caret.caret--dots.caret--dots--vertical:before {
  content: "\e641";
}
.social-links ul {
  margin: 0;
  padding: 0;
}
.social-links ul .social-links__item {
  display: inline-block;
  margin-right: 1.538em;
  list-style: none;
  text-align: center;
}
.social-links ul .social-links__item a {
  font-size: 1.154em;
  text-decoration: none;
  -webkit-transition:  color 300ms 0s ease;
  -moz-transition:  color 300ms 0s ease;
  -ms-transition:  color 300ms 0s ease;
  -o-transition:  color 300ms 0s ease;
  transition:  color 300ms 0s ease;
}
.social-links--large ul .social-links__item {
  margin-right: 2.3em;
}
.social-links--large ul .social-links__item a {
  font-size: 1.385em;
  line-height: 2em;
}
.social-links--padding {
  padding: 10px 0;
}
.badge.badge--menu {
  position: absolute;
  padding: 0;
  right: -5px;
  top: -5px;
  width: 17px;
  height: 17px;
  line-height: 18px;
  text-align: center;
}
.badge.badge--squared {
  border-radius: 3px;
  padding: 4px 7px;
  margin-left: 12px;
  vertical-align: bottom;
}
/*product*/
.product-preview-wrapper {
  float: none;
  display: inline-block;
  margin-right: -4px;
  vertical-align: top;
  padding-bottom: 20px;
}
.slick-slider .product-preview-wrapper {
  float: left;
  margin-right: 0;
}
.products-isotope {
  margin-right: -20px;
}
.one-in-row .product-preview-wrapper {
  display: block;
  margin-right: 0;
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  .one-in-row .product-preview-wrapper {
    max-width: 360px;
    margin: 0 auto;
  }
}
.two-in-row .product-preview-wrapper {
  max-width: none;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 559px) {
  .two-in-row .product-preview-wrapper {
    width: 100%;
  }
}
@media (min-width: 560px) {
  .two-in-row .product-preview-wrapper {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .two-in-row .product-preview-wrapper {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .two-in-row .product-preview-wrapper {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .two-in-row .product-preview-wrapper {
    width: 50%;
  }
}
.three-in-row .product-preview-wrapper {
  max-width: none;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 559px) {
  .three-in-row .product-preview-wrapper {
    width: 100%;
  }
}
@media (min-width: 560px) {
  .three-in-row .product-preview-wrapper {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .three-in-row .product-preview-wrapper {
    width: 33.333%;
  }
}
@media (min-width: 992px) {
  .three-in-row .product-preview-wrapper {
    width: 33.333%;
  }
}
@media (min-width: 1200px) {
  .three-in-row .product-preview-wrapper {
    width: 33.333%;
  }
}
@media (min-width: 560px) {
  .aside-column .three-in-row .product-preview-wrapper {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .aside-column .three-in-row .product-preview-wrapper {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .aside-column .three-in-row .product-preview-wrapper {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .aside-column .three-in-row .product-preview-wrapper {
    width: 33.333%;
  }
}
.four-in-row .product-preview-wrapper {
  max-width: none;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 559px) {
  .four-in-row .product-preview-wrapper {
    width: 100%;
  }
}
@media (min-width: 560px) {
  .four-in-row .product-preview-wrapper {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .four-in-row .product-preview-wrapper {
    width: 33.333%;
  }
}
@media (min-width: 992px) {
  .four-in-row .product-preview-wrapper {
    width: 25%;
  }
}
@media (min-width: 1200px) {
  .four-in-row .product-preview-wrapper {
    width: 25%;
  }
}
.five-in-row .product-preview-wrapper {
  max-width: none;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 559px) {
  .five-in-row .product-preview-wrapper {
    width: 100%;
  }
}
@media (min-width: 560px) {
  .five-in-row .product-preview-wrapper {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .five-in-row .product-preview-wrapper {
    width: 25%;
  }
}
@media (min-width: 992px) {
  .five-in-row .product-preview-wrapper {
    width: 20%;
  }
}
@media (min-width: 1200px) {
  .five-in-row .product-preview-wrapper {
    width: 20%;
  }
}
.six-in-row .product-preview-wrapper {
  max-width: none;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 559px) {
  .six-in-row .product-preview-wrapper {
    width: 100%;
  }
}
@media (min-width: 560px) {
  .six-in-row .product-preview-wrapper {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .six-in-row .product-preview-wrapper {
    width: 25%;
  }
}
@media (min-width: 992px) {
  .six-in-row .product-preview-wrapper {
    width: 20%;
  }
}
@media (min-width: 1200px) {
  .six-in-row .product-preview-wrapper {
    width: 16.667%;
  }
}
.seven-in-row .product-preview-wrapper {
  max-width: none;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 559px) {
  .seven-in-row .product-preview-wrapper {
    width: 100%;
  }
}
@media (min-width: 560px) {
  .seven-in-row .product-preview-wrapper {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .seven-in-row .product-preview-wrapper {
    width: 25%;
  }
}
@media (min-width: 992px) {
  .seven-in-row .product-preview-wrapper {
    width: 20%;
  }
}
@media (min-width: 1200px) {
  .seven-in-row .product-preview-wrapper {
    width: 16.667%;
  }
}
@media (min-width: 1600px) {
  .seven-in-row .product-preview-wrapper {
    width: 14.2%;
  }
}
.eight-in-row .product-preview-wrapper {
  max-width: none;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 559px) {
  .eight-in-row .product-preview-wrapper {
    width: 100%;
  }
}
@media (min-width: 560px) {
  .eight-in-row .product-preview-wrapper {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .eight-in-row .product-preview-wrapper {
    width: 25%;
  }
}
@media (min-width: 992px) {
  .eight-in-row .product-preview-wrapper {
    width: 20%;
  }
}
@media (min-width: 1200px) {
  .eight-in-row .product-preview-wrapper {
    width: 16.667%;
  }
}
@media (min-width: 1600px) {
  .eight-in-row .product-preview-wrapper {
    width: 12.5%;
  }
}
@media (max-width: 559px) {
  .products-listing.two-in-row .product-preview-wrapper {
    width: 50%;
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (max-width: 559px) {
  .products-listing.three-in-row .product-preview-wrapper {
    width: 50%;
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (max-width: 559px) {
  .products-listing.four-in-row .product-preview-wrapper {
    width: 50%;
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (max-width: 559px) {
  .products-listing.five-in-row .product-preview-wrapper {
    width: 50%;
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (max-width: 559px) {
  .products-listing.six-in-row .product-preview-wrapper {
    width: 50%;
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (max-width: 559px) {
  .products-listing.seven-in-row .product-preview-wrapper {
    width: 50%;
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (max-width: 559px) {
  .products-listing.eight-in-row .product-preview-wrapper {
    width: 50%;
    padding-left: 5px;
    padding-right: 5px;
  }
}
.product-links {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0.846em;
  text-transform: uppercase;
}
.product-links .icon {
  padding: 0 5px;
  vertical-align: baseline;
}
.product-links li {
  padding-bottom: 1em;
}
.product-links a {
  text-decoration: none;
}
.product-links--inline li {
  display: inline-block;
  padding-right: 3px;
}
.product-preview {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.no-touch .product-preview {
  -webkit-transition:  all 300ms ease-out 0s;
  -moz-transition:  all 300ms ease-out 0s;
  -ms-transition:  all 300ms ease-out 0s;
  -o-transition:  all 300ms ease-out 0s;
  transition:  all 300ms ease-out 0s;
}
.no-transition .product-preview {
  -webkit-transition:  all 0s ease-out 0s;
  -moz-transition:  all 0s ease-out 0s;
  -ms-transition:  all 0s ease-out 0s;
  -o-transition:  all 0s ease-out 0s;
  transition:  all 0s ease-out 0s;
}
@media (max-width: 767px) {
  .product-preview {
    max-width: 270px;
    margin: 0 auto;
  }
}
@media (max-width: 321px) {
  .product-preview {
    width: auto;
    margin: 0 auto;
  }
}
.product-preview__image {
  margin-bottom: 110px;
  position: relative;
}
@media (max-width: 767px) {
  .product-preview__image {
    margin-bottom: 0 !important;
  }
}
.product-preview__image img {
  width: 100%;
  border-radius: 4px 4px 0 0;
}
.product-preview__info {
  position: absolute;
  bottom: 0;
  border-top-width: 2px;
  border-top-style: solid;
  width: 100%;
  padding: 30px 30px 20px 30px;
  border-radius: 0 0 5px 5px;
}
.no-touch .product-preview__info {
  -webkit-transition:  all 200ms ease-out 0s;
  -moz-transition:  all 200ms ease-out 0s;
  -ms-transition:  all 200ms ease-out 0s;
  -o-transition:  all 200ms ease-out 0s;
  transition:  all 200ms ease-out 0s;
}
.no-transition .product-preview__info {
  -webkit-transition:  all 0s ease-out 0s;
  -moz-transition:  all 0s ease-out 0s;
  -ms-transition:  all 0s ease-out 0s;
  -o-transition:  all 0s ease-out 0s;
  transition:  all 0s ease-out 0s;
}
@media (max-width: 767px) {
  .product-preview__info {
    position: relative;
    padding: 30px 10px 10px;
  }
}
.product-preview__info__title h2 {
  font-size: 1em;
  margin: 0 0 10px 0;
  padding: 0;
  text-transform: uppercase;
}
.product-preview__info__title h2 a {
  text-decoration: none;
}
.product-preview__info__btns {
  height: 0;
  overflow: hidden;
  text-align: center;
  margin: 0 -30px;
  -webkit-transition:  all 200ms ease-out 0s;
  -moz-transition:  all 200ms ease-out 0s;
  -ms-transition:  all 200ms ease-out 0s;
  -o-transition:  all 200ms ease-out 0s;
  transition:  all 200ms ease-out 0s;
}
.product-preview__info__btns .btn {
  display: inline-block;
  opacity: 0;
  -webkit-transition:  all 250ms ease-out 250ms;
  -moz-transition:  all 250ms ease-out 250ms;
  -ms-transition:  all 250ms ease-out 250ms;
  -o-transition:  all 250ms ease-out 250ms;
  transition:  all 250ms ease-out 250ms;
}
.product-preview__info__btns .btn:first-child {
  left: -50%;
}
.product-preview__info__btns .btn:last-child {
  right: -50%;
}
.product-preview__info__description {
  display: none;
}
.product-preview__info__link {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0.846em;
  text-transform: uppercase;
  overflow: hidden;
  position: relative;
  height: 0;
  opacity: 0;
  margin: 0 -30px;
  -webkit-transition:  all 200ms ease-out 0s;
  -moz-transition:  all 200ms ease-out 0s;
  -ms-transition:  all 200ms ease-out 0s;
  -o-transition:  all 200ms ease-out 0s;
  transition:  all 200ms ease-out 0s;
}
.product-preview__info__link .icon {
  padding: 0 5px;
  vertical-align: baseline;
}
.product-preview__info__link li {
  padding-bottom: 1em;
}
.product-preview__info__link a {
  text-decoration: none;
}
.product-preview__info__link--inline li {
  display: inline-block;
  padding-right: 3px;
}
.no-transition .product-preview__info__link {
  -webkit-transition:  all 0s ease-out 0s;
  -moz-transition:  all 0s ease-out 0s;
  -ms-transition:  all 0s ease-out 0s;
  -o-transition:  all 0s ease-out 0s;
  transition:  all 0s ease-out 0s;
}
.product-preview__info__link .icon {
  padding: 0 5px;
  vertical-align: baseline;
}
.product-preview__info__link a {
  text-decoration: none;
  white-space: nowrap;
}
.product-preview__info__link:after {
  pointer-events: none;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  content: '';
  opacity: 0;
  -webkit-transition: opacity 350ms ease-out 350ms, -webkit-transform 350ms ease-out 350ms;
  transition: opacity 350ms ease-out 350ms, transform 350ms ease-out 350ms;
  border-top-width: 1px;
  border-top-style: solid;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.product-preview__info__link .buy-link {
  display: none;
}
.product-preview__info .rating {
  height: 0;
  overflow: hidden;
  margin: 0;
}
.no-touch .product-preview__info .rating {
  -webkit-transition:  all 200ms ease-out 0s;
  -moz-transition:  all 200ms ease-out 0s;
  -ms-transition:  all 200ms ease-out 0s;
  -o-transition:  all 200ms ease-out 0s;
  transition:  all 200ms ease-out 0s;
}
.no-transition .product-preview__info .rating {
  -webkit-transition:  all 0s ease-out 0s;
  -moz-transition:  all 0s ease-out 0s;
  -ms-transition:  all 0s ease-out 0s;
  -o-transition:  all 0s ease-out 0s;
  transition:  all 0s ease-out 0s;
}
.product-preview__outstock {
  font-size: 16px;
  line-height: 18px;
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 60%;
  padding: 15px 15px 15px;
  margin: 0 20%;
  z-index: 999;
}
.product-preview__label {
  position: absolute;
  top: 0;
  width: 52px;
  height: 52px;
  font-size: 0.923em;
  text-transform: uppercase;
  text-align: center;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.row-view .product-preview__label {
  width: 35px;
  height: 35px;
  font-size: 0.7em;
}
.product-preview__label span {
  display: block;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.product-preview__label--left {
  left: 15px;
}
.row-view .product-preview__label--left {
  left: 0;
}
.product-preview__label--right {
  right: 15px;
}
.row-view .product-preview__label--right {
  right: 0;
}
@media (min-width: 768px) {
  .product-preview:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  }
  .product-preview:hover .product-preview__info__btns {
    height: 70px;
    margin-top: -65px;
  }
  .product-preview:hover .product-preview__info__btns .btn {
    opacity: 1;
  }
  .product-preview:hover .product-preview__info__btns .btn:first-child {
    left: 0;
  }
  .product-preview:hover .product-preview__info__btns .btn:last-child {
    right: 0;
  }
  .product-preview:hover .product-preview__info__link {
    height: auto;
    padding-top: 12px;
    opacity: 1;
  }
  .product-preview:hover .product-preview__info__link:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  .product-preview:hover .rating {
    height: 11px;
    margin: 0 0 10px 0;
  }
}
@media (max-width: 767px) {
  .product-preview .product-preview__info__btns {
    height: 70px;
    margin-top: -65px;
  }
  .product-preview .product-preview__info__btns .btn {
    opacity: 1;
  }
  .product-preview .product-preview__info__btns .btn:first-child {
    left: 0;
  }
  .product-preview .product-preview__info__btns .btn:last-child {
    right: 0;
  }
  .product-preview .product-preview__info__btns .btn.btn-quickview {
    display: none;
  }
  .products-listing .product-preview .product-preview__info__btns {
    display: none;
  }
  .product-preview .product-preview__info__link {
    position: absolute;
    right: 30px;
    bottom: 18px;
    height: auto;
    padding-top: 0;
    opacity: 1;
    font-size: 14px;
  }
  .product-preview .product-preview__info__link:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    border: 0;
  }
  .product-preview .product-preview__info__link__text {
    display: none;
  }
  .products-listing .product-preview .product-preview__info__link {
    position: relative;
    right: auto;
    bottom: auto;
    padding: 15px 30px 5px;
    text-align: left;
  }
  .products-listing .product-preview .product-preview__info__link .buy-link {
    display: block;
    position: absolute;
    right: 20px;
    height: auto;
    bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: transparent;
    padding: 0;
  }
  .products-listing .product-preview .product-preview__info__link .buy-link .icon {
    font-size: 26px;
  }
  .product-preview .product-preview__info__link a:hover > .icon {
    color: #212121;
  }
  .product-preview .rating {
    height: 11px;
    margin: 0 0 10px 0;
  }
}
.products-listing.row-view .product-preview-wrapper {
  width: 100% !important;
}
.products-listing.row-view .product-preview-wrapper .product-preview {
  position: relative;
  overflow: hidden;
  background: #ffffff;
  width: 100%;
  max-width: none;
  padding: 0;
}
@media (max-width: 991px) {
  .products-listing.row-view .product-preview-wrapper .product-preview {
    border-radius: 0;
  }
}
.products-listing.row-view .product-preview-wrapper .product-preview__image {
  position: relative;
  width: 30%;
  float: left;
  margin: 30px !important;
}
@media (max-width: 991px) {
  .products-listing.row-view .product-preview-wrapper .product-preview__image {
    margin: 22.5px !important;
    width: 38%;
  }
}
@media (max-width: 991px) {
  .products-listing.row-view .product-preview-wrapper .product-preview__image {
    margin: 12px !important;
    width: 38%;
  }
}
.products-listing.row-view .product-preview-wrapper .product-preview__info {
  position: static;
  bottom: auto;
  border-top: 0;
  width: 100%;
  padding: 30px;
  background: transparent;
  text-align: left;
}
.open .products-listing.row-view .product-preview-wrapper .product-preview__info {
  padding-bottom: 0;
}
.products-listing.row-view .product-preview-wrapper .product-preview__info__btns {
  display: none;
}
.products-listing.row-view .product-preview-wrapper .product-preview__info__description {
  display: block;
}
@media (max-width: 991px) {
  .products-listing.row-view .product-preview-wrapper .product-preview__info__description {
    display: none;
  }
}
@media (max-width: 991px) {
  .products-listing.row-view .product-preview-wrapper .product-preview__info {
    padding: 12px !important;
  }
}
.products-listing.row-view .product-preview-wrapper .product-preview__info .product-preview__info__link {
  display: inline-block;
  margin-left: -15px;
  height: auto;
  min-height: 42px;
  line-height: 42px;
  padding: 15px 0 20px 15px;
  opacity: 1;
}
@media (max-width: 1200px) {
  .open .products-listing.row-view .product-preview-wrapper .product-preview__info .product-preview__info__link {
    clear: both;
  }
}
.products-listing.row-view .product-preview-wrapper .product-preview__info .product-preview__info__link .buy-link {
  display: inline-block;
  float: left;
  margin-right: 15px;
}
.products-listing.row-view .product-preview-wrapper .product-preview__info .product-preview__info__link .buy-link .icon {
  font-size: 18px;
  vertical-align: sub !important;
}
.products-listing.row-view .product-preview-wrapper .product-preview__info .product-preview__info__link:after {
  display: none;
}
@media (max-width: 991px) {
  .products-listing.row-view .product-preview-wrapper .product-preview__info .product-preview__info__link {
    min-height: 32px;
    line-height: 32px;
    position: absolute;
    width: 62%;
    left: 0;
    bottom: 15px;
    margin-left: 38%;
    padding: 0 0 0 45px;
    font-size: 14px;
  }
  .products-listing.row-view .product-preview-wrapper .product-preview__info .product-preview__info__link__text {
    display: none;
  }
  .products-listing.row-view .product-preview-wrapper .product-preview__info .product-preview__info__link .buy-link {
    position: absolute;
    right: 0;
    height: auto;
    top: -3px;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: transparent;
    padding: 0;
    margin: 0 5px 0 0;
  }
  .products-listing.row-view .product-preview-wrapper .product-preview__info .product-preview__info__link .buy-link .icon {
    font-size: 26px;
  }
}
@media (max-width: 991px) {
  .products-listing.row-view .product-preview-wrapper .product-preview__info .product-preview__info__link {
    bottom: 0;
    padding: 0 0 0 24px;
  }
}
.products-listing.row-view .product-preview-wrapper .product-preview__info .rating {
  height: 11px;
  margin: 0 0 10px 0;
}
.rating {
  font-size: 10px;
  line-height: 1em;
}
.rating span {
  padding-right: 1px;
}
.rating .empty-star {
  opacity: 0.5;
}
.rating--big {
  font-size: 13px;
  line-height: 1.4em !important;
}
.rating--big span {
  padding-right: 2px;
}
.price-box {
  margin: 0 0 10px 0;
  font-size: 1.231em;
  line-height: 1em;
}
.price-box__new {
  font-weight: bold;
}
.price-box__old {
  font-size: 0.95em;
  font-weight: light;
  text-decoration: line-through;
}
.filters-col__collapse .products-widget .slick-slider.slick-vertical {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .products-widget {
    margin-bottom: 30px;
  }
}
.products-widget__item {
  position: relative;
  padding: 11px 20px 13px;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .products-widget__item {
    padding: 11px 10px 13px;
  }
}
.filters-col__collapse .products-widget__item {
  padding-left: 0;
  padding-right: 0;
}
.products-widget__item:after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  content: '';
  height: 1px;
}
.filters-col .products-widget__item:after {
  display: none;
}
.products-widget__item__image {
  width: 74px;
}
.products-widget__item__image img {
  width: 100%;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-transition:  box-shadow 300ms 0s ease;
  -moz-transition:  box-shadow 300ms 0s ease;
  -ms-transition:  box-shadow 300ms 0s ease;
  -o-transition:  box-shadow 300ms 0s ease;
  transition:  box-shadow 300ms 0s ease;
}
.products-widget__item__image img:hover {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.products-widget__item__info {
  overflow: hidden;
  padding: 0 20px;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .products-widget__item__info {
    padding: 0 0 0 10px;
  }
}
.products-widget__item__info__title h2 {
  font-size: 1em;
  padding: 0 0 10px;
  margin: 0;
}
.products-widget__item__info .rating {
  padding-bottom: 10px;
}
.product-carousel {
  margin-bottom: -20px;
}
.product-carousel .slick-prev,
.product-carousel .slick-next {
  margin-top: -21px;
}
@media (max-width: 767px) {
  .product-carousel .slick-prev,
  .product-carousel .slick-next {
    margin-top: -72px;
  }
}
.product-main-image {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
}
.product-main-image__zoom {
  position: absolute;
  z-index: 10001;
  bottom: 0;
  right: 0;
  display: block;
  width: 46px;
  height: 46px;
  text-align: center;
  cursor: pointer;
}
.product-main-image__zoom:after {
  font-family: 'Welldone';
  font-size: 15px;
  line-height: 46px;
  content: "\e62b";
}
.product-main-image.no-zoom {
  position: relative;
}
.product-main-image.no-zoom .product-main-image__item {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
}
.product-main-image.no-zoom .product-main-image__item.active {
  z-index: 1;
}
.product-main-image img {
  width: 100%;
}
.product-images-carousel {
  padding: 0 25px;
  margin-top: 30px;
  width: 100%;
  position: relative;
}
.product-images-carousel .loader {
  opacity: 1;
}
.product-images-carousel ul {
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-transition:  all 300ms 0s ease;
  -moz-transition:  all 300ms 0s ease;
  -ms-transition:  all 300ms 0s ease;
  -o-transition:  all 300ms 0s ease;
  transition:  all 300ms 0s ease;
}
.modal .product-images-carousel ul {
  opacity: 0;
  height: 90px;
  overflow: hidden;
}
.product-images-carousel ul li {
  display: inline;
}
.product-images-carousel ul li a {
  display: block;
  margin: 0 4px;
}
.product-images-carousel .slick-prev {
  left: -28px;
}
.product-images-carousel .slick-next {
  right: -28px;
}
.product-images-carousel.loaded ul {
  opacity: 1;
  overflow: visible;
  height: auto;
}
.product-images-carousel.loaded .loader {
  display: none;
}
.product-images-carousel .video-link {
  display: block;
  position: relative;
  text-decoration: none;
}
.product-images-carousel .video-link:after {
  position: absolute;
  display: block;
  width: 100%;
  text-align: center;
  font-family: 'Welldone';
  font-size: 42px;
  line-height: 42px;
  content: "\e638";
  line-height: 1em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.product-info__title h2 {
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  .product-info__title h2 {
    text-align: left !important;
    padding-bottom: 8px;
  }
}
.product-info__price {
  font-size: 1.846em;
}
.product-info__description {
  line-height: 1.231em;
  padding-bottom: 20px;
}
.product-info__rating {
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  .product-info__rating {
    padding-bottom: 10px;
  }
}
.product-info__sku {
  margin-top: 4px;
}
@media (max-width: 991px) {
  .product-info__sku {
    float: none !important;
    margin-bottom: 15px;
  }
}
.product-info__divider {
  border-top-width: 1px;
  border-top-style: solid;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .product-info .social-links {
    float: none !important;
    padding-top: 25px;
    clear: both;
  }
}
@media (max-width: 991px) {
  .product-info .grey-box {
    padding: 0;
  }
}
.input-qty {
  width: 62px;
  text-align: center;
  padding-right: 22px;
  padding-left: 5px;
}
.input-group-qty {
  padding-right: 10px;
}
.input-group-qty .btn-number-container {
  position: relative;
}
.input-group-qty .btn-number-container .btn-number {
  position: absolute;
  left: -18px;
  width: 18px;
  height: 21px;
  padding: 0;
  line-height: 18px;
  border-left-width: 1px;
  border-left-style: solid;
  border-top-width: 1px;
  border-top-style: solid;
  background: none;
  border-radius: 0;
}
.input-group-qty .btn-number-container .btn-number--minus {
  top: 19px;
}
.input-group-qty .btn-number-container .btn-number--plus {
  top: 0;
}
.product-other {
  margin: 0;
  padding: 11px 0 9px;
  list-style: none;
}
.product-other__link {
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  cursor: pointer;
}
.product-other__link a {
  text-decoration: none;
}
.product-other__link__image {
  position: absolute;
  display: none;
  top: 23px;
  width: 55px;
  z-index: 100;
}
.product-other__link__image img {
  width: 100%;
  -webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1);
}
.product-other__link.show-image .product-other__link__image {
  display: block;
}
.product-other__link.product-prev {
  padding-left: 25px;
  padding-right: 50px;
}
.product-other__link.product-prev:after {
  position: absolute;
  display: block;
  top: 3px;
  left: 0;
  font-family: 'Welldone';
  font-size: 12px;
  content: "\e603";
  line-height: 1em;
}
.product-other__link.product-prev .product-other__link__image {
  left: 0;
}
.product-other__link.product-prev:last-child {
  padding-right: 0 !important;
}
.product-other__link.product-next {
  padding-right: 25px;
}
.product-other__link.product-next:after {
  position: absolute;
  display: block;
  top: 3px;
  right: 0;
  font-family: 'Welldone';
  font-size: 12px;
  content: "\e602";
  line-height: 1em;
}
.product-other__link.product-next .product-other__link__image {
  right: 0;
}
#singleGallery {
  margin: 0 0 35px;
  padding: 0;
  list-style: none;
}
#singleGallery .slick-slide {
  margin-bottom: 30px;
}
#singleGallery .slick-dots {
  bottom: -15px;
}
#singleGalleryVertical {
  margin: 0 0 35px;
  padding: 0;
  list-style: none;
}
#singleGalleryVertical .slick-dots {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  bottom: auto;
  width: 20px;
}
#singleGalleryVertical .slick-track {
  top: 0 !important;
}
#singleGalleryVertical .slick-slide {
  border: 0 !important;
}
.products-widget.card {
  margin-bottom: 25px;
}
.products-isotope {
  margin-bottom: 50px;
}
.product-category {
  position: relative;
  cursor: pointer;
  border-radius: 0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -webkit-transition:  box-shadow 300ms 0s ease;
  -moz-transition:  box-shadow 300ms 0s ease;
  -ms-transition:  box-shadow 300ms 0s ease;
  -o-transition:  box-shadow 300ms 0s ease;
  transition:  box-shadow 300ms 0s ease;
}
.product-category img {
  width: 100%;
  border-radius: 0;
}
.product-category__info {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.product-category__info__ribbon {
  margin-bottom: 18px;
  padding: 12px 0;
  background: rgba(255, 255, 255, 0.9);
  text-align: center;
}
.product-category__info__ribbon__title {
  padding: 0;
  margin: 0;
  font-size: 1.077em;
  text-transform: uppercase;
}
.product-category__info__ribbon__count {
  font-size: 0.923em;
}
.product-category:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}
.product-category-carousel.slick-slider,
.product-category-carousel-aside.slick-slider {
  margin: 0 -15px -20px;
}
.product-category-carousel .slick-slide,
.product-category-carousel-aside .slick-slide {
  margin: 0 15px 20px;
}
.product-category-carousel .slick-prev,
.product-category-carousel-aside .slick-prev,
.product-category-carousel .slick-next,
.product-category-carousel-aside .slick-next {
  margin-top: -21px;
}
@media (max-width: 767px) {
  .product-category-carousel .slick-prev,
  .product-category-carousel-aside .slick-prev,
  .product-category-carousel .slick-next,
  .product-category-carousel-aside .slick-next {
    margin-top: -72px;
  }
}
@media (max-width: 767px) {
  .product-category-carousel.nav-inside .slick-prev,
  .product-category-carousel-aside.nav-inside .slick-prev,
  .product-category-carousel.nav-inside .slick-next,
  .product-category-carousel-aside.nav-inside .slick-next {
    margin-top: -72px !important;
  }
}
.category-big-banner {
  position: relative;
  overflow: hidden;
}
.category-big-banner__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  background-size: cover;
  background-position: center center;
}
.no-touch .category-big-banner__image {
  -webkit-transition: 15s -webkit-transform linear;
  transition: 15s transform linear;
}
.no-touch .category-big-banner__image:hover {
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}
.category-big-banner__text {
  text-align: center;
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 100;
  color: #fff;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.category-big-banner__text .category-title {
  font-size: 2.2em;
  padding-bottom: 15px;
}
.category-big-banner__text p {
  font-size: 1.6em;
  margin-bottom: 20px;
}
.category-big-banner__text .btn {
  visibility: hidden;
  opacity: 0;
  margin-top: 50px;
  -webkit-transition:  all 300ms 0s ease;
  -moz-transition:  all 300ms 0s ease;
  -ms-transition:  all 300ms 0s ease;
  -o-transition:  all 300ms 0s ease;
  transition:  all 300ms 0s ease;
}
.category-big-banner:hover .category-big-banner__text .btn {
  visibility: visible;
  opacity: 1;
  margin-top: 0;
  -webkit-transition:  all 300ms 0s ease;
  -moz-transition:  all 300ms 0s ease;
  -ms-transition:  all 300ms 0s ease;
  -o-transition:  all 300ms 0s ease;
  transition:  all 300ms 0s ease;
}
body.modal-open {
  overflow-y: scroll;
  padding-right: 0 !important;
}
.modal {
  z-index: 10003;
  text-align: center;
  padding: 0 !important;
}
.modal.quick-view .modal-dialog {
  width: 940px;
  max-width: 90%;
  -webkit-transition:  all 300ms 0s ease;
  -moz-transition:  all 300ms 0s ease;
  -ms-transition:  all 300ms 0s ease;
  -o-transition:  all 300ms 0s ease;
  transition:  all 300ms 0s ease;
}
.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
  /* Adjusts for spacing */
}
.modal .modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  overflow: hidden;
}
.modal .modal-content {
  padding: 35px 20px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  border-radius: 0;
}
.modal button.close {
  margin: -20px -5px 0 0;
  font-size: 14px;
  opacity: 1;
}
.modal--bg .modal-dialog {
  width: auto !important;
  max-width: 678px;
  position: relative;
  padding: 0;
}
.modal--bg .modal-header {
  position: absolute;
  z-index: 1;
  right: 0;
  top: 0;
  border: 0;
  padding: 14px;
}
.modal--bg .modal-header button.close {
  margin: 0;
  font-size: 20px;
  opacity: 1;
}
.modal--bg .modal-content {
  text-align: center;
  background: transparent;
  border: 0;
  width: 100%;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}
@media (min-width: 768px) {
  .modal--bg .modal-content {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0 75px;
  }
}
@media (max-width: 991px) {
  .modal--bg .modal-content {
    padding: 0 25px;
  }
}
@media (max-width: 767px) {
  .modal--bg .modal-content {
    padding: 45px 15px;
  }
}
.modal--bg .modal-content h1,
.modal--bg .modal-content h2,
.modal--bg .modal-content h3 {
  padding-bottom: 15px;
}
.modal--bg .modal-content input {
  max-width: 400px;
  margin: 25px 0 20px 0;
  padding: 11px 15px;
  height: 44px;
}
.modal--bg .modal-body {
  padding: 0;
}
.modal--bg .modal-footer {
  border: 0;
}
.modal--bg .popup-dont-show {
  position: absolute;
  bottom: 40px;
  left: 20px;
  text-align: left;
  color: #3b3434;
  font-size: 10px;
  font-weight: 300;
}
@media (max-width: 767px) {
  .modal--bg .modal-bg-image {
    display: none;
  }
}
.modal-backdrop {
  z-index: 10002;
}
.overlay {
  z-index: 10002;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.overlay .overlay-close {
  width: 80px;
  height: 80px;
  position: absolute;
  right: 20px;
  top: 20px;
  overflow: hidden;
  border: none;
  font-size: 40px;
  background: transparent;
  outline: none;
  z-index: 100;
}
.overlay__content {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 60%;
  margin: 0 auto;
  text-align: center;
}
.overlay-scale {
  visibility: hidden;
  opacity: 0;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transition: -webkit-transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
  transition: transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
}
.overlay-scale.open {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
  transition: transform 0.4s, opacity 0.4s;
}
.overlay .input-group--wd input {
  text-align: center;
  font-size: 36px;
  line-height: 42px;
  font-weight: 300;
}
@media (max-width: 991px) {
  .overlay .input-group--wd input {
    font-size: 25px;
    line-height: 36px;
  }
}
@media screen and (max-height: 30.5em) {
  .overlay nav {
    height: 70%;
    font-size: 34px;
  }
  .overlay ul li {
    min-height: 34px;
  }
}
body.modal-open {
  overflow: hidden !important;
}
.loader {
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -75px;
  position: absolute;
  top: 50%;
  width: 150px;
}
.loader .bar {
  font-size: 0;
  height: 3px;
  opacity: 0;
  width: 25px;
  -webkit-animation: subtleIn 2s ease-in-out infinite;
  -moz-animation: subtleIn 2s ease-in-out infinite;
  -ms-animation: subtleIn 2s ease-in-out infinite;
  animation: subtleIn 2s ease-in-out infinite;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.loader .bar:nth-child(2) {
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
}
.loader .bar:nth-child(3) {
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
}
.loader .bar:nth-child(4) {
  -webkit-animation-delay: .9s;
  animation-delay: .9s;
}
.loader .bar:nth-child(5) {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}
@-moz-keyframes subtleIn {
  0% {
    opacity: 0;
    -moz-transform: translateY(300%);
    -ms-transform: translateY(300%);
    -webkit-transform: translateY(300%);
    transform: translateY(300%);
  }
  30% {
    opacity: 1;
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes subtleIn {
  0% {
    opacity: 0;
    -moz-transform: translateY(300%);
    -ms-transform: translateY(300%);
    -webkit-transform: translateY(300%);
    transform: translateY(300%);
  }
  30% {
    opacity: 1;
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes subtleIn {
  0% {
    opacity: 0;
    -moz-transform: translateY(300%);
    -ms-transform: translateY(300%);
    -webkit-transform: translateY(300%);
    transform: translateY(300%);
  }
  30% {
    opacity: 1;
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.options-swatch {
  margin: 0 0 10px 0;
  padding: 0;
  list-style: none;
}
.options-swatch li {
  display: inline-block;
  width: 24px;
  height: 23px;
  border-width: 2px;
  border-style: solid;
  cursor: pointer;
  font-size: 11px;
  line-height: 15px;
  text-align: center;
  -webkit-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.25);
}
.options-swatch li:hover {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.options-swatch img {
  width: 100%;
  height: 100%;
}
.options-swatch--lg li {
  width: 34px;
  height: 32px;
  border-width: 3px;
  font-size: 11px;
  line-height: 22px;
}
.options-swatch--size li {
  padding: 0 !important;
  line-height: 19px;
}
.options-swatch--size.options-swatch--lg li {
  line-height: 26px;
}
.color-icon {
  display: inline-block;
  width: 17px;
  height: 17px;
  margin-right: 8px;
  cursor: pointer;
  font-size: 11px;
  line-height: 15px;
  text-align: center;
  vertical-align: text-top;
}
.color-icon img {
  width: 100%;
  height: 100%;
}
@media (max-width: 991px) {
  .compare-box {
    display: none;
  }
}
body.compare-minimize {
  padding-bottom: 48px;
}
.compare-box {
  position: fixed;
  z-index: 10001;
  left: 0;
  right: 0;
  height: 220px;
  bottom: -220px;
  padding: 20px 0;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #f0f0f0;
  background: rgba(255, 255, 255, 0.95);
  overflow: hidden;
  -webkit-transition:  all 300ms 0s ease;
  -moz-transition:  all 300ms 0s ease;
  -ms-transition:  all 300ms 0s ease;
  -o-transition:  all 300ms 0s ease;
  transition:  all 300ms 0s ease;
}
.compare-box .container {
  position: relative;
}
.compare-box.open {
  bottom: 0;
}
.compare-box.open__header__toggle__hide {
  display: block;
}
.compare-box.open__header__toggle__show {
  display: none;
}
.compare-box.minimize {
  bottom: 0;
  height: 48px;
  padding: 10px 0;
}
.compare-box__header {
  position: relative;
}
.compare-box__header__title {
  padding-bottom: 20px;
}
.minimize .compare-box__header__title {
  padding-bottom: 10px;
}
.compare-box__header__toggle {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 1.231em;
  line-height: 1em;
  text-transform: uppercase;
  cursor: pointer;
}
.minimize .compare-box__header__toggle {
  top: 5px;
}
.compare-box__header__toggle .icon {
  vertical-align: top;
  font-weight: bold;
  font-size: 12px;
  padding: 0 5px 0 10px;
  cursor: pointer;
}
.compare-box__header__toggle__hide {
  display: inline-block;
}
.minimize .compare-box__header__toggle__hide {
  display: none;
}
.compare-box__header__toggle__show {
  display: none;
}
.minimize .compare-box__header__toggle__show {
  display: inline-block;
}
.compare-box__header__toggle__close {
  font-size: 14px;
  padding-left: 15px;
}
.compare-box__actions {
  position: absolute;
  right: 0;
  top: 50px;
  width: 150px;
}
.compare-box__actions__btns {
  width: 135px;
}
.compare-box__actions .btn {
  width: 100%;
  margin: 7px 0;
}
.compare-box__items {
  margin-right: 200px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .compare-box__items {
    width: 655px;
  }
}
.compare-box__items .owl-welldone.nav-top .owl-nav {
  margin-top: -40px;
}
.minimize .compare-box__items .owl-welldone.nav-top .owl-nav {
  display: none;
}
.compare-box__items__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.compare-box__items__list__item {
  display: block;
  float: left;
  position: relative;
  width: 115px;
  margin-left: 20px;
  margin-bottom: 100px;
  vertical-align: top;
  border-width: 4px;
  border-style: solid;
  -webkit-transition:  border-color 200ms 0s ease;
  -moz-transition:  border-color 200ms 0s ease;
  -ms-transition:  border-color 200ms 0s ease;
  -o-transition:  border-color 200ms 0s ease;
  transition:  border-color 200ms 0s ease;
}
.compare-box__items__list__item:first-child {
  margin-left: 0;
}
.compare-box__items__list__item.empty {
  border-width: 4px;
  border-style: dashed;
}
.compare-box__items__list__item img {
  width: 100%;
}
.compare-box__items__list__item__delete {
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 10px;
}
.compare-box__items__list__item__num {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  margin-top: -19px;
  text-align: center;
  font-size: 38px;
  line-height: 1em;
  font-weight: bold;
}
.compare-carousel.slick-slider {
  margin: 0 -10px !important;
}
.compare-carousel .slick-slide {
  width: 115px !important;
  margin: 0 10px !important;
}
.compare-carousel .slick-prev {
  right: 45px !important;
}
.minimize .compare-carousel .slick-prev {
  opacity: 0 !important;
}
.compare-carousel .slick-next {
  right: 10px !important;
}
.minimize .compare-carousel .slick-next {
  opacity: 0 !important;
}
@media (min-width: 0) and (max-width: 479px) {
  .compare-carousel .slick-next {
    top: 50%;
    margin-top: -11px;
    right: 22px !important;
  }
  .compare-carousel .slick-prev {
    top: 50%;
    margin-top: -11px;
    left: 22px !important;
  }
}
.flag {
  width: 16px;
  height: 11px;
  display: inline-block;
  vertical-align: middle;
}
.flag img {
  vertical-align: top;
}
.tp-banner-container {
  width: 100%;
  position: relative;
  padding: 0;
  opacity: 0;
  height: 2000px;
}
.tp-banner {
  width: 100%;
  position: relative;
}
.tp-banner-fullscreen-container {
  width: 100%;
  position: relative;
  padding: 0;
}
.tp-caption--wd-1 {
  font-size: 115px;
  line-height: 1em;
  font-family: 'Ubuntu', sans-serif;
  font-weight: bold;
}
.tp-caption--wd-2 {
  font-size: 84px;
  line-height: 1em;
  font-weight: lighter;
  font-family: 'Ubuntu', sans-serif;
}
.tp-caption--wd-3 {
  font-size: 26px;
  line-height: 1em;
  font-family: 'Roboto', sans-serif;
}
.tp-caption--wd-4 {
  font-size: 64px;
  line-height: 1em;
  font-family: 'Ubuntu', sans-serif;
  font-weight: bold;
}
.tp-caption--wd-5 {
  font-size: 44px;
  line-height: 1em;
  font-family: 'Ubuntu', sans-serif;
}
.tp-caption--wd-6 {
  font-size: 16px;
  line-height: 1em;
  font-family: 'Roboto', sans-serif;
}
.tp-caption--wd-7 {
  font-size: 64px;
  line-height: 1em;
  font-family: 'Roboto', sans-serif;
}
.tp-caption--wd-8 {
  font-size: 36px;
  line-height: 1em;
  font-family: 'Ubuntu', sans-serif;
}
.tp-caption .btn--wd {
  font-size: 18px;
}
@media (max-width: 767px) {
  .tp-caption .btn--wd.btn--xl {
    font-size: 16px;
    padding: 12px 20px;
  }
}
.scroll-to-content {
  position: absolute;
  z-index: 100;
  bottom: 15px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  /* note that you have @transform here */
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  text-align: center;
  -webkit-transition:  all 300ms ease-out 0s;
  -moz-transition:  all 300ms ease-out 0s;
  -ms-transition:  all 300ms ease-out 0s;
  -o-transition:  all 300ms ease-out 0s;
  transition:  all 300ms ease-out 0s;
}
.scroll-to-content .icon {
  position: absolute;
  top: 26px;
  left: 24px;
}
.scroll-to-content:hover {
  bottom: 5px;
}
.scroll-to-content:hover .icon {
  -webkit-animation: scroll-ani 800ms linear infinite;
  -moz-animation: scroll-ani 800ms linear infinite;
  animation: scroll-ani 800ms linear infinite;
}
.single-slider {
  opacity: 0;
  -webkit-transition:  opacity 300ms ease-out 0s;
  -moz-transition:  opacity 300ms ease-out 0s;
  -ms-transition:  opacity 300ms ease-out 0s;
  -o-transition:  opacity 300ms ease-out 0s;
  transition:  opacity 300ms ease-out 0s;
}
.single-slider li {
  position: relative;
}
.single-slider__text {
  position: absolute;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
}
.single-slider__text h2 {
  font-size: 68px;
  line-height: 1em;
  padding: 0;
}
@media (max-width: 479px) {
  .single-slider__text h2 {
    font-size: 42px;
  }
}
.single-slider__text h3 {
  font-size: 40px;
  line-height: 1em;
  padding: 0 0 10px;
}
@media (max-width: 479px) {
  .single-slider__text h3 {
    font-size: 24px;
    padding: 0 0 5px;
  }
}
.single-slider__text h4 {
  font-size: 17px;
  padding: 0 0 25px;
}
@media (max-width: 479px) {
  .single-slider__text h4 {
    font-size: 14px;
    padding: 0 0 10px;
  }
}
.banner {
  position: relative;
  cursor: pointer;
  line-height: 1em;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -webkit-transition:  box-shadow 300ms 0s ease;
  -moz-transition:  box-shadow 300ms 0s ease;
  -ms-transition:  box-shadow 300ms 0s ease;
  -o-transition:  box-shadow 300ms 0s ease;
  transition:  box-shadow 300ms 0s ease;
}
.banner:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}
.banner--image {
  display: inline-block;
}
@media (max-width: 991px) {
  .banner--image {
    margin-bottom: 34px;
  }
}
.banner--image img {
  width: 100%;
  max-width: 100%;
}
.banner--image__text {
  position: absolute;
  padding: 2%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.banner--image__text--bottom {
  top: 70%;
}
.banner--image__text--left {
  width: 45%;
  left: 6%;
}
.banner--image__text--right {
  width: 45%;
  right: 6%;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .banner--image__text--left {
    width: 55%;
    left: 6%;
  }
  .banner--image__text--right {
    width: 55%;
    right: 6%;
  }
}
.banner--image__text .btn {
  margin-top: 1.2em;
}
@media (max-width: 767px) {
  .banner--image__text .btn {
    margin-top: 0.8em;
  }
}
.banner--image__text h2 {
  font-size: 5.538em;
  line-height: 1em;
  padding-bottom: 0.2em;
  font-family: 'Ubuntu', sans-serif;
}
@media (max-width: 1199px) {
  .banner--image__text h2 {
    font-size: 4.8em;
    line-height: 0.9em;
  }
}
@media (max-width: 991px) {
  .banner--image__text h2 {
    font-size: 3.8em;
    line-height: 0.8em;
  }
}
@media (max-width: 767px) {
  .banner--image__text h2 {
    font-size: 2.8em;
    line-height: 0.8em;
  }
}
.banner--image__text h3 {
  font-size: 5.538em;
  line-height: 1em;
  padding-bottom: 0;
  font-family: 'Ubuntu', sans-serif;
}
@media (max-width: 1199px) {
  .banner--image__text h3 {
    font-size: 4.2em;
    line-height: 0.9em;
  }
}
@media (max-width: 991px) {
  .banner--image__text h3 {
    font-size: 3.2em;
    line-height: 0.8em;
  }
}
@media (max-width: 767px) {
  .banner--image__text h3 {
    font-size: 2.2em;
    line-height: 0.8em;
  }
}
.banner--image__text h5 {
  font-size: 1.654em;
  line-height: 1.2em;
  padding-bottom: 0;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 300;
}
@media (max-width: 767px) {
  .banner--image__text h5 {
    font-size: 1.3em;
  }
}
.banner--image__text h6 {
  font-size: 1.308em;
  line-height: 1.3em;
  padding-bottom: 0;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 300;
}
@media (max-width: 767px) {
  .banner--image__text h6 {
    font-size: 1.1em;
  }
}
.banner--icon {
  margin-bottom: 34px;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .banner--icon {
    margin-bottom: 10px;
  }
}
.banner--icon.banner--last {
  margin-bottom: 0;
}
.banner--icon__icon {
  padding: 0.75em 0 0.6em 0;
  width: 1.643em;
  font-size: 4.615em;
  line-height: 1em;
  text-align: center;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .banner--icon__icon {
    padding: 0.38em 0 0.4em 0;
  }
}
.banner--icon__text {
  position: absolute;
  width: 100%;
  padding: 0 5% 0 8.582445em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.banner--icon__text h4 {
  font-size: 1.846em;
  padding: 0;
  margin: 0;
}
.banner--icon__text__divider {
  height: 10px;
  border-bottom: 1px solid #ffffff;
  margin-bottom: 10px;
}
@media (max-width: 480px) {
  .banner {
    font-size: 8.5px;
  }
}
.banner-collection,
#bannerCollection [class*="col-"] {
  float: none;
  display: inline-block;
  vertical-align: top;
  margin-right: -4px;
  margin-bottom: 45px;
}
@media (max-width: 767px) {
  .banner-collection,
  #bannerCollection [class*="col-"] {
    display: block;
    margin-right: 0;
  }
}
.banner-collection img,
#bannerCollection [class*="col-"] img {
  max-width: 100%;
}
.banner-collection .banner-collection__title,
#bannerCollection [class*="col-"] .banner-collection__title {
  margin: 15px 0 15px;
  padding: 0;
}
.blog-widget {
  position: relative;
}
.boxed .blog-widget {
  padding-left: 60px;
  padding-right: 60px;
}
.boxed .blog-widget .row {
  margin-left: 0;
  margin-right: 0;
}
.blog-widget__title {
  padding-left: 15px;
  margin-left: 37%;
}
.show-2 .blog-widget__title,
.show-3 .blog-widget__title,
.show-5 .blog-widget__title,
.blog-widget--one-center .blog-widget__title {
  padding-left: 0;
  margin-left: 0;
}
@media (max-width: 767px) {
  .blog-widget__title {
    text-align: center;
    padding-left: 0;
    margin-left: 0;
  }
}
.blog-widget .slick-list {
  padding-bottom: 30px;
  z-index: 100;
}
.blog-widget__item {
  position: relative;
  padding-top: 45px;
}
@media (max-width: 991px) {
  .show-2 .blog-widget__item {
    padding-top: 20px;
  }
}
@media (max-width: 767px) {
  .blog-widget__item {
    padding-top: 20px;
  }
}
.blog-widget--one-center .blog-widget__item {
  display: block;
  overflow: hidden;
  padding-top: 20px;
  max-width: 490px;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 75px;
}
.blog-widget__item:after {
  position: absolute;
  display: block;
  top: 0;
  right: 15px;
  font-family: 'Welldone';
  font-size: 60px;
  content: "\e63b";
  line-height: 1em;
}
.blog-widget--one-center .blog-widget__item:after {
  top: 0;
  right: 2px;
}
@media (min-width: 768px) {
  .show-3 .blog-widget__item:after {
    top: 50px;
  }
  .show-4 .blog-widget__item:after {
    top: 50px;
  }
}
@media (max-width: 991px) {
  .show-2 .blog-widget__item:after {
    top: 0;
    right: 2px;
  }
}
@media (max-width: 767px) {
  .blog-widget__item:after {
    top: 0;
    right: 2px;
  }
}
.blog-widget__item__image-cell {
  width: 22%;
  padding-left: 2px;
  padding-right: 15px;
}
@media (min-width: 1200px) {
  .blog-widget__item__image-cell {
    width: 20.5%;
    margin-left: 16.5%;
  }
  .show-2 .blog-widget__item__image-cell,
  .show-3 .blog-widget__item__image-cell,
  .show-5 .blog-widget__item__image-cell,
  .blog-widget--one-center .blog-widget__item__image-cell {
    margin-left: 0;
  }
}
.show-2 .blog-widget__item__image-cell {
  width: 50%;
}
.show-3 .blog-widget__item__image-cell {
  width: 100%;
}
@media (min-width: 768px) {
  .show-3 .blog-widget__item__image-cell {
    padding-right: 95px;
  }
}
.show-4 .blog-widget__item__image-cell {
  width: 100%;
}
@media (min-width: 768px) {
  .show-4 .blog-widget__item__image-cell {
    padding-right: 95px;
  }
}
@media (max-width: 991px) {
  .blog-widget__item__image-cell {
    width: 30%;
  }
  .show-2 .blog-widget__item__image-cell {
    width: 100%;
  }
  .show-3 .blog-widget__item__image-cell {
    width: 100%;
  }
  .show-4 .blog-widget__item__image-cell {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .blog-widget__item__image-cell {
    width: 100% !important;
  }
}
.blog-widget--one-center .blog-widget__item__image-cell {
  width: 100% !important;
}
.blog-widget__item__image-cell img {
  border-radius: 50%;
  width: 100%;
  max-width: 100%;
  -webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.25);
}
.show-3 .blog-widget__item__image-cell img {
  margin: 0 auto 10px;
}
.show-4 .blog-widget__item__image-cell img {
  margin: 0 auto 10px;
}
@media (max-width: 991px) {
  .show-2 .blog-widget__item__image-cell img {
    max-width: 60% !important;
    margin: 0 auto 25px;
  }
}
@media (max-width: 767px) {
  .blog-widget__item__image-cell img {
    max-width: 60% !important;
    margin: 0 auto 25px;
  }
}
.blog-widget--one-center .blog-widget__item__image-cell img {
  max-width: 60% !important;
  margin: 0 auto 25px;
}
.blog-widget__item__offset-text {
  width: 78%;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1200px) {
  .blog-widget__item__offset-text {
    width: 46.5%;
    margin-right: 16.5%;
    padding-top: 15px;
  }
  .show-2 .blog-widget__item__offset-text,
  .show-3 .blog-widget__item__offset-text,
  .show-5 .blog-widget__item__offset-text,
  .blog-widget--one-center .blog-widget__item__offset-text {
    margin-right: 0;
  }
}
.show-2 .blog-widget__item__offset-text {
  width: 50%;
}
.show-3 .blog-widget__item__offset-text {
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .show-3 .blog-widget__item__offset-text {
    padding-right: 95px;
  }
}
.show-4 .blog-widget__item__offset-text {
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .show-4 .blog-widget__item__offset-text {
    padding-right: 95px;
  }
}
@media (max-width: 991px) {
  .blog-widget__item__offset-text {
    width: 70%;
  }
  .show-2 .blog-widget__item__offset-text {
    width: 100%;
  }
  .show-3 .blog-widget__item__offset-text {
    width: 100%;
  }
  .show-4 .blog-widget__item__offset-text {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .blog-widget__item__offset-text {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .blog-widget__item__offset-text {
    text-align: center;
  }
}
.blog-widget--one-center .blog-widget__item__offset-text {
  width: 100% !important;
}
.blog-widget__item__offset-text__title {
  padding-bottom: 15px;
}
.show-3 .blog-widget__item__offset-text__title {
  font-size: 1.538em;
  padding-bottom: 5px;
}
.show-4 .blog-widget__item__offset-text__title {
  font-size: 1.538em;
  padding-bottom: 5px;
}
.blog-widget__item__offset-text__date {
  overflow: hidden;
  font-size: 0.923em;
  padding-bottom: 20px;
}
.blog-widget__item__offset-text__date span {
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  position: relative;
  padding: 0 10px 0 0;
}
.blog-widget--one-center .blog-widget__item__offset-text__date span {
  padding: 0 10px;
}
.blog-widget__item__offset-text__date span:after {
  content: '';
  left: 100%;
  display: block;
  width: 1000px;
  position: absolute;
  top: 0.73em;
  border-top-width: 1px;
  border-top-style: solid;
}
@media (max-width: 767px) {
  .blog-widget__item__offset-text__date span:after {
    display: none;
  }
}
.show-3 .blog-widget__item__offset-text__date span:after {
  display: none;
}
.show-4 .blog-widget__item__offset-text__date span:after {
  display: none;
}
.blog-widget--one-center .blog-widget__item__offset-text__date span:before {
  content: '';
  right: 100%;
  display: block;
  width: 1000px;
  position: absolute;
  top: 0.73em;
  border-top-width: 1px;
  border-top-style: solid;
}
@media (max-width: 767px) {
  .blog-widget--one-center .blog-widget__item__offset-text__date span:before {
    display: none;
  }
}
.blog-widget__item__offset-text p {
  font-size: 1.077em;
  line-height: 1.429em;
  margin-bottom: 20px;
}
.blog-widget .blog-carousel {
  margin-top: -25px;
}
@media (max-width: 767px) {
  .blog-widget .blog-carousel {
    margin: 0 20px;
  }
  .blog-widget .blog-carousel .slick-prev {
    left: -35px;
  }
  .blog-widget .blog-carousel .slick-next {
    right: -35px;
  }
}
@media (max-width: 767px) {
  .blog-widget .blog-carousel {
    margin: 0 20px;
  }
  .blog-widget .blog-carousel .slick-prev {
    left: -35px;
  }
  .blog-widget .blog-carousel .slick-next {
    right: -35px;
  }
}
@media (min-width: 1200px) {
  .blog-widget .blog-carousel:not(.show-2):not(.show-3):not(.show-4):not(.blog-widget--one-center) .slick-prev {
    left: 10%;
  }
  .blog-widget .blog-carousel:not(.show-2):not(.show-3):not(.show-4):not(.blog-widget--one-center) .slick-next {
    right: 10%;
  }
}
.content--parallax .blog-post-title {
  text-align: center;
}
.blog-post-title__title {
  padding-bottom: 20px;
}
.blog-post-title__meta {
  width: 250px;
  margin: 0 auto;
}
.blog-post-title__meta__text {
  text-align: left;
  padding: 12px 0 0;
}
.blog-post-title__meta__text__name {
  padding-bottom: 4px;
  font-style: italic;
}
.blog-post-title__meta__text__date {
  font-size: 0.923em;
}
.blog-post-title__meta__image {
  width: 70px;
  float: left;
  margin: 0 15px;
}
.blog-post-title__meta__image img {
  width: 100%;
  border-radius: 50%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -webkit-transition:  box-shadow 300ms 0s ease;
  -moz-transition:  box-shadow 300ms 0s ease;
  -ms-transition:  box-shadow 300ms 0s ease;
  -o-transition:  box-shadow 300ms 0s ease;
  transition:  box-shadow 300ms 0s ease;
}
.blog-post-title__meta__image img:hover {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.blog-post-content .tags-list {
  margin: 50px 0;
}
.post {
  margin-bottom: 60px;
}
.post p a {
  text-decoration: underline;
}
.post p a:hover {
  text-decoration: none;
}
.post--fill {
  padding: 50px 50px;
  margin-left: -50px;
  margin-right: -50px;
}
.post__title {
  padding-bottom: 12px;
}
.post__title a {
  text-decoration: none;
}
.post--column {
  float: left;
  width: 24.9%;
  margin-bottom: 0;
  padding: 20px 20px 6.66666667px;
  border-radius: 0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -webkit-transition:  box-shadow 300ms 0s ease;
  -moz-transition:  box-shadow 300ms 0s ease;
  -ms-transition:  box-shadow 300ms 0s ease;
  -o-transition:  box-shadow 300ms 0s ease;
  transition:  box-shadow 300ms 0s ease;
}
.post--column:hover {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  z-index: 100;
}
.post__image {
  display: block;
  margin: -20px -20px 0 -20px;
}
.post__image img {
  width: 100%;
  border-radius: 0 0 0 0;
}
.post__view-btn {
  position: relative;
  width: 100%;
  margin: -30px 0 15px;
}
.post__meta {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0.846em;
  text-transform: uppercase;
  text-transform: none;
  padding-bottom: 35px;
}
.post__meta .icon {
  padding: 0 5px;
  vertical-align: baseline;
}
.post__meta li {
  padding-bottom: 1em;
}
.post__meta a {
  text-decoration: none;
}
.post__meta--inline li {
  display: inline-block;
  padding-right: 3px;
}
.post--column .post__meta {
  position: relative;
  padding-top: 6.66666667px;
  padding-bottom: 0;
}
.post__meta__item {
  margin-right: 7px;
}
.post__meta__date {
  display: block;
}
.post__meta__author {
  display: block;
}
.post__meta .icon {
  padding: 0 5px 0 0;
  vertical-align: baseline;
}
.post__meta a {
  text-decoration: none;
}
.post--column .post__meta:after {
  pointer-events: none;
  position: absolute;
  margin: 0 -20px;
  top: 0;
  right: 0;
  left: 0;
  content: '';
  border-top-width: 1px;
  border-top-style: solid;
}
.btn-plus {
  position: relative;
}
.btn-plus__links {
  position: absolute;
  top: 10px;
  right: 0;
  opacity: 0;
  width: 150px;
  transition: all 0.3s ease;
  text-align: right;
}
.btn-plus__links__icon {
  border-radius: 999em;
  width: 60px;
  height: 60px;
  padding: 0;
  line-height: 65px;
  font-size: 32px;
  position: relative;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -webkit-transition:  box-shadow 300ms 0s ease;
  -moz-transition:  box-shadow 300ms 0s ease;
  -ms-transition:  box-shadow 300ms 0s ease;
  -o-transition:  box-shadow 300ms 0s ease;
  transition:  box-shadow 300ms 0s ease;
  text-align: center;
  vertical-align: top;
  width: 42px;
  height: 42px;
  line-height: 50px;
  font-size: 22px;
}
.btn-plus__links__icon:hover {
  text-decoration: none;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.btn-plus__links__icon--lg {
  width: 76px;
  height: 76px;
  line-height: 78px;
  font-size: 27px;
}
.btn-plus__links__icon--sm {
  width: 46px;
  height: 46px;
  line-height: 78px;
  font-size: 22px;
}
.btn-plus__links__icon--xs {
  width: 37px;
  height: 37px;
  line-height: 37px;
  font-size: 16px;
}
.btn-plus__links--active {
  opacity: 1;
  right: 64px;
}
.btn-plus__toggle {
  display: block;
  margin: 0 0 0 50%;
  left: -30px;
  z-index: 2;
  transition: all 0.3s ease;
}
.btn-plus__toggle.expanded {
  margin: 0 0 0 100%;
  left: -60px;
  line-height: 58px;
}
.btn-plus__toggle.expanded span.icon:before {
  font-family: Garamond, "Apple Garamond";
  content: "\00D7";
}
.blog-content {
  padding: 35px 50px;
  -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.25);
}
.blog-content .img-left {
  margin-left: -50px;
}
.blog-content .img-right {
  margin-right: -50px;
}
.blog-content ul ul,
.blog-content ol ul,
.blog-content ul ol {
  list-style-type: inherit;
}
.audio-content {
  position: relative;
  margin-left: 70px;
  margin-bottom: 35px;
  width: auto;
  padding-left: 15px;
  border-left-width: 1px;
  border-left-style: solid;
}
.audio-content:before {
  display: block;
  position: absolute;
  left: -70px;
  top: 10px;
  font-family: "Welldone";
  content: "\e671";
  font-size: 36px;
}
.post .embed-vimeo iframe,
.post .embed-youtube iframe {
  width: 100%;
}
.post--status {
  padding: 50px 50px;
  margin-left: -50px;
  margin-right: -50px;
  border-left-width: 4px;
  border-left-style: solid;
}
.post--status .post__meta {
  padding-bottom: 0;
}
.post--status p {
  font-size: 26px;
  line-height: 1.2em;
  font-style: italic;
  font-weight: 300;
  margin-bottom: 25px;
}
.post--quotes {
  padding: 50px 50px;
  margin-left: -50px;
  margin-right: -50px;
}
.post--quotes .post__meta {
  padding-bottom: 0;
}
.post--quotes .post__quote {
  font-size: 26px;
  line-height: 1.2em;
  font-style: italic;
  font-weight: 300;
  margin-bottom: 25px;
  position: relative;
  padding-left: 50px;
}
.post--quotes .post__quote:after {
  position: absolute;
  display: block;
  top: 4px;
  left: 0;
  font-family: Welldone;
  font-size: 32px;
  line-height: 1em;
  content: "\e63b";
}
.post--quotes .post__quote cite {
  font-size: 13px;
}
.post--format-link .post__title {
  display: inline-block;
  font-size: 2em;
  line-height: 1.2em;
  font-style: italic;
  padding-right: 20px;
}
.post--format-link .post__meta {
  display: inline;
}
.brands__item img {
  border-radius: 4px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -webkit-transition:  box-shadow 300ms 0s ease;
  -moz-transition:  box-shadow 300ms 0s ease;
  -ms-transition:  box-shadow 300ms 0s ease;
  -o-transition:  box-shadow 300ms 0s ease;
  transition:  box-shadow 300ms 0s ease;
}
.brands__item:hover img {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.brands .product-category-carousel .slick-slide {
  margin: 0 15px;
}
.brands-carousel .slick-slide {
  margin: 2px 15px 10px;
}
.brands-carousel.slick-slider {
  margin: 0 -15px;
}
.brands-carousel .slick-prev,
.brands-carousel .slick-next {
  margin-top: -16px;
}
@media (max-width: 767px) {
  .brands-carousel .slick-prev,
  .brands-carousel .slick-next {
    margin-top: -67px;
  }
}
@media (max-width: 767px) {
  .brands-carousel.nav-inside .slick-prev,
  .brands-carousel.nav-inside .slick-next {
    margin-top: -67px !important;
  }
}
.testimonials__item {
  border-radius: 3px;
  border-width: 1px;
  border-style: solid;
}
.testimonials__item-title {
  cursor: pointer;
  padding: 20px 0;
  margin-top: 0 !important;
  position: relative;
  font-size: 1.385em;
  background-color: #f8f8f8;
  padding: 18px 45px 18px 25px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.card--collapse.open .testimonials__item-title {
  display: block;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.testimonials__item-title:after {
  position: absolute;
  display: block;
  top: 24px;
  right: 12px;
  font-family: 'Welldone';
  font-size: 10px;
  content: "\e601";
  line-height: 1em;
}
.open > .testimonials__item-title:after {
  content: "\e631";
}
.testimonials__item-content {
  display: none;
  padding: 18px 25px;
}
.card--collapse.open .testimonials__item-content {
  display: block;
}
.testimonials__item--padding {
  padding: 20px 25px;
}
.testimonials__item--form {
  padding: 20px 45px 0;
  text-align: center;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}
.testimonials__item--form__icon {
  display: inline-block;
  margin-bottom: 15px;
  font-size: 100px;
  line-height: 100px;
}
.testimonials__item--form .checkbox-group {
  display: inline-block;
}
.testimonials__item--form__footer {
  border-top-width: 1px;
  border-top-style: solid;
  margin: 25px -45px 0;
  padding: 15px 45px;
}
.testimonials__item--icon__cell {
  padding: 12px;
  text-align: center;
}
.testimonials__item--icon__cell__icon {
  display: inline-block;
  width: 96px;
  height: 96px;
  margin-bottom: 10px;
  font-size: 40px;
  line-height: 98px;
  text-align: center;
  border-radius: 50%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -webkit-transition:  box-shadow 300ms 0s ease;
  -moz-transition:  box-shadow 300ms 0s ease;
  -ms-transition:  box-shadow 300ms 0s ease;
  -o-transition:  box-shadow 300ms 0s ease;
  transition:  box-shadow 300ms 0s ease;
}
.testimonials__item--icon__cell__icon:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}
.testimonials__item--icon__cell__title {
  padding-bottom: 0;
}
.testimonials__item--icon__text {
  padding: 20px;
}
.testimonials__item__row-line {
  padding: 10px 0 30px;
  margin: 10px 10px 25px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.testimonials__item__row-line:last-child {
  margin-bottom: 0;
  border: 0;
}
.testimonials__item__row-line table.order-history {
  margin-bottom: -30px;
}
.testimonials__item__row {
  position: relative;
  padding: 15px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
a.testimonials__item__row {
  display: table;
  width: 100%;
  cursor: pointer;
  text-decoration: none;
}
.testimonials__item__row--big {
  padding: 45px 15px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .testimonials__item__row--big {
    padding: 22px 15px;
  }
}
.testimonials__item__row:last-child {
  border: none;
}
.testimonials__item__row__title {
  font-size: 1.077em;
  text-transform: uppercase;
}
.card__row--big .testimonials__item__row__title {
  font-size: 1.692em;
  line-height: 1em;
}
.testimonials__item__row--icon {
  padding-left: 80px;
  min-height: 70px;
}
.testimonials__item__row--icon.card__row--big {
  min-height: 151px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .testimonials__item__row--icon.card__row--big {
    min-height: 100px;
  }
}
.testimonials__item__row--icon__icon {
  position: absolute;
  left: 0;
  width: 80px;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.testimonials__item__row--icon__icon .icon {
  font-size: 38px;
  line-height: 1em;
  -webkit-transition:  color 300ms 0s ease;
  -moz-transition:  color 300ms 0s ease;
  -ms-transition:  color 300ms 0s ease;
  -o-transition:  color 300ms 0s ease;
  transition:  color 300ms 0s ease;
}
.card__row--big .testimonials__item__row--icon__icon .icon {
  font-size: 50px !important;
}
.testimonials__item__row--icon__text {
  display: table-cell;
  vertical-align: middle;
}
.testimonials__item__image-sell {
  padding: 12px 0 12px;
  text-align: center;
}
.testimonials__item__image-sell__author {
  font-size: 0.923em;
  padding: 10px 0 0;
}
.testimonials__item__image-sell img {
  width: inherit !important;
  max-width: 100% !important;
  margin: 0 auto;
  border-radius: 50%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -webkit-transition:  box-shadow 300ms 0s ease;
  -moz-transition:  box-shadow 300ms 0s ease;
  -ms-transition:  box-shadow 300ms 0s ease;
  -o-transition:  box-shadow 300ms 0s ease;
  transition:  box-shadow 300ms 0s ease;
}
.testimonials__item__image-sell img:hover {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.testimonials__item__text {
  position: relative;
  margin: 17px 15px;
  padding-left: 45px;
  font-size: 1em;
  line-height: 1.35em;
  font-weight: lighter;
}
.testimonials__item__text:before {
  position: absolute;
  left: 0;
  top: 0;
  font-family: 'Welldone';
  content: "\e639";
  font-size: 26px;
}
.breadcrumbs {
  margin-bottom: 0;
}
.breadcrumbs--boxed,
body.boxed .breadcrumbs {
  padding-left: 0;
  padding-right: 0;
}
.breadcrumbs--full,
body.fullwidth .breadcrumbs {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  padding-left: 0;
  padding-right: 0;
}
.breadcrumbs--full > .navbar-header,
body.fullwidth .breadcrumbs > .navbar-header,
.breadcrumbs--full > .navbar-collapse,
body.fullwidth .breadcrumbs > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .breadcrumbs--full > .navbar-header,
  body.fullwidth .breadcrumbs > .navbar-header,
  .breadcrumbs--full > .navbar-collapse,
  body.fullwidth .breadcrumbs > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.breadcrumbs--full .container,
body.fullwidth .breadcrumbs .container {
  width: auto;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.breadcrumbs--full .container > .navbar-header,
body.fullwidth .breadcrumbs .container > .navbar-header,
.breadcrumbs--full .container > .navbar-collapse,
body.fullwidth .breadcrumbs .container > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .breadcrumbs--full .container > .navbar-header,
  body.fullwidth .breadcrumbs .container > .navbar-header,
  .breadcrumbs--full .container > .navbar-collapse,
  body.fullwidth .breadcrumbs .container > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.breadcrumbs .breadcrumb.breadcrumb--wd {
  display: inline-block;
  padding: 11px 0;
  border-radius: 0;
  margin: 0;
}
.breadcrumbs .breadcrumb.breadcrumb--wd > li {
  display: inline-block;
}
.breadcrumbs .breadcrumb.breadcrumb--wd > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
}
.nav-tabs--wd {
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
@media (max-width: 767px) {
  .nav-tabs--wd > li {
    float: none;
    display: block;
  }
}
.nav-tabs--wd > li > a {
  border: 0;
  margin-right: 3px;
  border-radius: 0;
  padding: 14px 16px 13px;
}
@media (max-width: 767px) {
  .nav-tabs--wd > li > a {
    border-width: 1px;
    border-style: solid;
    margin-right: 0;
  }
}
.nav-tabs--wd > li.active > a {
  -webkit-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.15);
}
@media (max-width: 767px) {
  .nav-tabs--wd > li.active > a {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}
.nav-tabs--wd > li.active > a,
.nav-tabs--wd > li.active > a:hover,
.nav-tabs--wd > li.active > a:focus {
  border-width: 1px;
  border-style: solid;
  border-bottom: 0;
  padding: 13px 15px 14px;
}
@media (max-width: 767px) {
  .nav-tabs--wd > li.active > a,
  .nav-tabs--wd > li.active > a:hover,
  .nav-tabs--wd > li.active > a:focus {
    border-bottom-width: 1px;
    border-bottom-style: solid;
  }
}
.nav-tabs--wd > li.active > a:after {
  height: 2px;
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
}
@media (max-width: 767px) {
  .nav-tabs--wd > li.active > a:after {
    display: none;
  }
}
.tab-content--wd > .tab-pane {
  display: none;
  padding: 30px;
  border-width: 1px;
  border-style: solid;
  border-top: 0;
  -webkit-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.15);
}
@media (max-width: 767px) {
  .tab-content--wd > .tab-pane {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}
.tab-content--wd > .active {
  display: block;
}
.nav-product {
  background: #ffffff;
  border-top-width: 6px;
  border-top-style: solid;
  -webkit-box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.15);
}
@media (max-width: 767px) {
  .nav-product {
    display: none;
  }
}
.nav-product.stuck {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
}
body.boxed .nav-product.stuck {
  width: auto;
}
.nav-product ul {
  width: 100%;
  top: 0;
  z-index: 10000;
  margin: 10px 0;
  padding: 0;
  list-style: none;
}
.nav-product ul li {
  display: inline-block;
}
.nav-product ul li a {
  display: block;
  font-size: 1.077em;
  line-height: 1.429em;
  padding: 15px 20px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition:  all 100ms 0s ease;
  -moz-transition:  all 100ms 0s ease;
  -ms-transition:  all 100ms 0s ease;
  -o-transition:  all 100ms 0s ease;
  transition:  all 100ms 0s ease;
}
.product-additional section {
  padding: 50px 0 0 0;
  display: inline-block;
  width: 100%;
}
#landingBanners {
  overflow-y: hidden;
  margin-top: 50px;
}
article:last-of-type {
  margin-bottom: 0;
}
article {
  position: relative;
  height: auto;
}
@media (min-width: 480px) {
  article {
    margin-bottom: 100px;
  }
}
@media (min-width: 480px) {
  article .entry-content:before {
    padding-top: 55%;
    content: '';
    display: block;
  }
}
@media (min-width: 480px) {
  article .entry-content .banner {
    overflow: hidden;
    position: absolute;
  }
  article .entry-content .banner img {
    width: 100%;
  }
}
@media (min-width: 480px) and (max-width: 479px) {
  article .entry-content .banner {
    position: relative;
  }
}
article .entry-content .banner:hover {
  z-index: 100;
}
article .entry-content .banner::before {
  content: '';
  background: inherit;
  position: absolute;
  top: -20px;
  right: -1px;
  bottom: -20px;
  left: -1px;
}
@media (min-width: 480px) {
  article .banner--1 {
    top: -20%;
    left: 0%;
    right: 48%;
    z-index: 1;
  }
  .touch article .banner--1 {
    top: 0;
  }
  article .banner--2 {
    top: 30%;
    left: 50%;
    right: 0%;
    z-index: 2;
  }
  .touch article .banner--2 {
    top: 5%;
  }
  article .banner--3 {
    bottom: -15%;
    margin: 0 auto;
    left: 30%;
    right: 30%;
    z-index: 3;
  }
  article .banner--4 {
    top: 5%;
    left: 0%;
    right: 55%;
    z-index: 1;
  }
  article .banner--5 {
    top: 10%;
    left: 40%;
    right: 0%;
    z-index: 2;
  }
  article .banner--6 {
    bottom: -25%;
    margin: 0 auto;
    left: 35%;
    right: 35%;
    z-index: 3;
  }
  article .banner--7 {
    top: 10%;
    left: 0%;
    right: 40%;
    z-index: 1;
  }
  article .banner--8 {
    top: 5%;
    left: 55%;
    right: 0%;
    z-index: 2;
  }
}
@media (min-width: 480px) and (max-width: 1199px) {
  article .banner--3 {
    left: 20%;
    right: 20%;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  article .banner--3 {
    left: 10%;
    right: 10%;
  }
}
@media (min-width: 480px) and (max-width: 991px) {
  article .banner--6 {
    left: 25%;
    right: 25%;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  article .banner--6 {
    left: 20%;
    right: 20%;
  }
}
.article-nav {
  position: fixed;
  right: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 479px) {
  .article-nav {
    display: none;
  }
}
.article-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.article-nav ul li a {
  display: block;
  font-size: 0;
  height: 40px;
  line-height: 1;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
}
.article-nav ul li a:before {
  content: '\2022';
  display: block;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 25px;
}
.category-block {
  display: table;
  margin-bottom: 55px;
}
@media (max-width: 767px) {
  .category-block {
    width: 100%;
  }
}
.category-block__title {
  position: absolute;
  z-index: 0;
  width: 100%;
  left: 0;
  top: 0;
  font-size: 120px;
  line-height: 120px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
}
@media (max-width: 767px) {
  .category-block__title {
    font-size: 70px;
  }
}
.category-block__list {
  position: relative;
  z-index: 1;
  display: table-cell;
  vertical-align: middle;
  height: 100%;
  width: 50%;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 767px) {
  .category-block__list {
    text-align: right;
    padding-right: 15px;
  }
}
.category-block__list li {
  padding: 0 0 10px;
}
.category-block__list li > a {
  font-size: 1.231em;
  line-height: 1.25em;
  text-transform: uppercase;
  text-decoration: none;
}
@media (max-width: 767px) {
  .category-block__list li > a {
    font-size: 1em;
  }
}
.category-block__list li > a:hover,
.category-block__list li > a.active {
  font-weight: bold;
}
.category-block__image {
  position: relative;
  z-index: 1;
  display: table-cell;
  vertical-align: middle;
  height: 100%;
  width: 50%;
  text-align: center;
  margin: 25px 0 0 125px;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .category-block__image {
    margin-left: 50px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .category-block__image {
    margin-left: 100px;
  }
}
@media (max-width: 767px) {
  .category-block__image {
    margin-left: 0;
    max-width: 70%;
  }
}
.category-block__image__loader {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
}
.category-block__image img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  opacity: 0;
  /*.transition (opacity, 400ms);*/
  max-width: 100%;
}
.category-block__image img.active {
  opacity: 1;
  position: relative;
}
.category-block--right {
  direction: rtl;
}
.category-block--right .category-block__list {
  direction: ltr;
  text-align: right;
}
@media (max-width: 767px) {
  .category-block--right .category-block__list {
    text-align: left;
    padding-left: 15px;
  }
}
.category-block--right .category-block__image {
  direction: ltr;
  margin: 25px 125px 0 0;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .category-block--right .category-block__image {
    margin-right: 50px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .category-block--right .category-block__image {
    margin-right: 100px;
  }
}
@media (max-width: 767px) {
  .category-block--right .category-block__image {
    margin-right: 0;
  }
}
.chapter {
  position: relative;
  padding-bottom: 0 !important;
}
.chapter .chapter__title {
  position: relative;
}
@media (min-width: 992px) {
  .chapter .chapter__title {
    position: absolute;
    width: 50%;
    top: 0;
    left: 0;
    -webkit-transition: 1s width cubic-bezier(0.77, 0, 0.175, 1);
    transition: 1s width cubic-bezier(0.77, 0, 0.175, 1);
    z-index: 200;
  }
}
@media (max-width: 991px) {
  .chapter .chapter__title {
    min-height: 300px !important;
  }
}
.chapter .chapter__title.title--fixed {
  position: fixed;
}
.chapter .chapter__title.title--bottom {
  position: absolute;
  bottom: 0;
  top: auto;
}
.chapter .chapter__title__text {
  position: absolute;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.chapter .chapter__end {
  height: 0;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
}
.chapter .chapter__content {
  padding: 45px 0;
}
.chapter .chapter__content--full {
  padding: 0;
}
@media (min-width: 992px) {
  .chapter .chapter__content {
    padding: 75px 112.5px;
    position: relative;
    width: 50%;
    left: 50%;
    z-index: 100;
    -webkit-transition: 1s width cubic-bezier(0.77, 0, 0.175, 1) 0, 1s left cubic-bezier(0.77, 0, 0.175, 1) 0;
    transition: 1s width cubic-bezier(0.77, 0, 0.175, 1) 0, 1s left cubic-bezier(0.77, 0, 0.175, 1) 0;
  }
  .chapter .chapter__content--full {
    padding: 0;
  }
}
.chapter .chapter__content .art-catalogue__item {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.chapter .chapter__content .art-catalogue__item:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}
@media (max-width: 991px) {
  .chapter .chapter__content .art-catalogue__item {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .chapter .chapter__content .art-catalogue__item {
    width: 80%;
  }
}
#intro {
  padding-bottom: 0;
}
.art-catalogue {
  width: 100%;
}
.art-catalogue__item {
  width: 25%;
  -webkit-transition:  box-shadow 300ms 0s ease;
  -moz-transition:  box-shadow 300ms 0s ease;
  -ms-transition:  box-shadow 300ms 0s ease;
  -o-transition:  box-shadow 300ms 0s ease;
  transition:  box-shadow 300ms 0s ease;
}
.art-catalogue__item--double {
  width: 50%;
}
.art-catalogue__item--full {
  width: 100%;
  margin-bottom: 50px;
}
.art-catalogue__item:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  z-index: 100;
}
@media (max-width: 991px) {
  .art-catalogue__item {
    width: 50%;
  }
}
.art-catalogue__item .product-preview-wrapper {
  display: block;
  margin: 0;
  padding: 0;
}
.art-catalogue__item .product-preview-wrapper .product-preview {
  overflow: hidden;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .art-catalogue__item .product-preview-wrapper .product-preview {
    max-width: none;
  }
}
.art-catalogue__item .product-preview-wrapper .product-preview .product-preview__image {
  margin-bottom: 0 !important;
}
.art-catalogue__item .product-preview-wrapper .product-preview .product-preview__info {
  bottom: -200px;
  padding: 60px 30px 15px;
}
@media (max-width: 991px) {
  .art-catalogue__item .product-preview-wrapper .product-preview .product-preview__info {
    bottom: 0;
    position: absolute;
  }
}
.art-catalogue__item .product-preview-wrapper img {
  width: 100%;
  border-radius: 0;
}
.art-catalogue__item .product-preview-wrapper :hover .product-preview__info {
  bottom: 0;
}
.art-catalogue__item .product-preview-wrapper .product-preview__info__title h2 {
  font-size: 1.5em;
  margin-top: 15px;
}
.art-catalogue__item .product-preview-wrapper .product-preview__info__more {
  height: 110px;
  margin-top: -115px;
}
.art-catalogue__item .product-preview-wrapper .product-preview__info__more .btn--round {
  position: relative;
  width: 110px;
  height: 110px;
  line-height: 1em;
  font-size: 14px;
}
.art-catalogue__item .product-preview-wrapper .product-preview__info__more .btn--round span {
  position: absolute;
  width: 100%;
  text-align: center;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.category-outer {
  -webkit-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.15);
}
@media (max-width: 767px) {
  .category-outer {
    margin: 0 -15px;
    margin-top: 0;
  }
}
.category-outer__text {
  padding: 35px;
}
@media (max-width: 767px) {
  .category-outer__text {
    padding: 15px;
  }
}
.category-outer__text__title {
  padding-bottom: 10px;
}
.filters-row {
  padding: 30px 15px;
}
.filters-row__view {
  margin: 0 12px 0 0;
  font-size: 26px;
  line-height: 32px;
  cursor: pointer;
}
.filters-row__items {
  display: inline;
  padding: 0 20px;
}
@media (max-width: 1199px) {
  .filters-row__items {
    padding: 0 10px;
  }
}
.aside-column .filters-row__items {
  padding: 0 10px;
}
@media (max-width: 1199px) {
  .aside-column .filters-row__items {
    padding: 0 5px;
  }
}
.filters-row__select {
  display: inline;
  padding: 0 12px;
}
@media (max-width: 1199px) {
  .filters-row__select {
    padding: 0 5px;
  }
}
.filters-row__select label {
  padding: 0 5px;
}
.filters-row__select .icon {
  display: inline-block;
  padding: 0 2px;
  font-size: 10px;
  vertical-align: middle;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .filters-row .col-2 {
    text-align: right;
  }
  .filters-row .col-2 .filters-row__select:last-child {
    padding-right: 0;
  }
}
.products-col {
  width: auto;
  position: relative;
}
body.boxed .products-col {
  overflow: hidden;
}
@media (max-width: 767px) {
  .products-col {
    margin-left: 0 !important;
  }
}
.filters-col {
  width: 280px;
  float: left;
  opacity: 0;
  -webkit-transition:  opacity 300ms ease-out 0s;
  -moz-transition:  opacity 300ms ease-out 0s;
  -ms-transition:  opacity 300ms ease-out 0s;
  -o-transition:  opacity 300ms ease-out 0s;
  transition:  opacity 300ms ease-out 0s;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  padding: 4px 20px 4px;
  position: absolute;
}
@media (min-width: 768px) {
  .filters-col {
    right: auto !important;
  }
}
.open .filters-col {
  opacity: 1;
}
.aside-column .filters-col {
  height: auto !important;
  opacity: 1;
  width: 100%;
  float: none;
  position: relative !important;
}
.open .filters-col {
  position: relative;
}
.filters-col__close {
  display: none;
  position: absolute;
  top: 10px;
  left: 20px;
}
.filters-col__select {
  margin-bottom: 8px;
}
.filters-col__select label {
  width: 80px;
}
.filters-col__collapse {
  width: 100%;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.filters-col__collapse__content {
  display: none;
  padding-bottom: 15px;
}
.open > .filters-col__collapse__content {
  display: block;
}
.filters-col__collapse__title {
  cursor: pointer;
  padding: 20px 20px 20px 0;
  margin-top: 0 !important;
  position: relative;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.filters-col__collapse__title:after {
  position: absolute;
  display: block;
  top: 24px;
  right: 2px;
  font-family: 'Welldone';
  font-size: 10px;
  content: "\e601";
  line-height: 1em;
}
.open > .filters-col__collapse__title:after {
  content: "\e631";
}
.filters-col__collapse:last-child {
  border-bottom: 0;
}
.price-slider {
  margin: 25px 0 15px;
}
.filter-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.filter-list li {
  margin: 0 0 5px;
  text-transform: uppercase;
}
.filter-list li a.icon {
  display: inline-block;
  vertical-align: middle;
  font-size: 0.8em;
  margin: 0 8px 0 0 !important;
  text-decoration: none;
}
#showFilterMobile {
  display: none;
}
@media (max-width: 767px) {
  .col-1 {
    float: right;
    margin-right: -15px;
  }
  .col-2 {
    float: left;
    margin-left: -15px;
  }
  #showFilterMobile {
    display: inline-block;
  }
  #showFilter {
    display: none;
  }
  .outer #filtersCol {
    padding: 35px 20px;
    right: -100%;
    width: 80%;
    top: 0;
    margin: 0;
    min-width: 0;
    height: 100%;
    position: fixed;
    z-index: 10001;
    overflow-x: hidden;
    overflow-y: auto;
    opacity: 1;
  }
  .outer #filtersCol .filters-col__collapse__title {
    text-align: left;
  }
  .filters-row__select {
    display: none;
  }
  .aside-column .filters-row__select {
    display: inline;
  }
  .filters-row__items {
    padding: 0;
    line-height: 32px;
  }
}
.filters-by-category ul {
  margin: 0 0 50px;
  padding: 0;
  list-style: none;
  text-align: center;
}
.filters-by-category ul li {
  display: inline-block;
  line-height: 1em;
}
.filters-by-category ul li a {
  font-size: 1.5385em;
  font-weight: 300;
  line-height: 1em;
  padding: 10px;
  background-color: #fafafa;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 4px;
}
.filters-by-category ul li a:hover,
.filters-by-category ul li a .selected {
  background-color: #536dfe;
  color: #ffffff;
}
.tag {
  display: block;
  border-width: 1px;
  border-style: solid;
  font-size: 0.923em;
  line-height: 1.8em;
  padding: 2px 10px 0;
  text-decoration: none;
  -webkit-transition:  all 200ms 0s ease;
  -moz-transition:  all 200ms 0s ease;
  -ms-transition:  all 200ms 0s ease;
  -o-transition:  all 200ms 0s ease;
  transition:  all 200ms 0s ease;
  text-transform: uppercase;
}
.tags-list {
  position: relative;
  list-style: none;
  margin: 0 0 10px;
  padding: 0;
}
.tags-list li {
  display: inline-block;
  padding: 0;
  margin-bottom: 2px;
}
.tags-list li a {
  display: block;
  border-width: 1px;
  border-style: solid;
  font-size: 0.923em;
  line-height: 1.8em;
  padding: 2px 10px 0;
  text-decoration: none;
  -webkit-transition:  all 200ms 0s ease;
  -moz-transition:  all 200ms 0s ease;
  -ms-transition:  all 200ms 0s ease;
  -o-transition:  all 200ms 0s ease;
  transition:  all 200ms 0s ease;
  text-transform: uppercase;
  line-height: 0.9em;
  padding: 7px 10px;
}
.rating-extended {
  margin-bottom: 15px;
}
.rating-extended .rating {
  margin-top: 4px;
}
.rating-extended__num {
  margin: 0 15px 10px 0;
  padding: 0;
  font-size: 2.615em;
  font-weight: 600;
}
.rating-extended__label {
  float: left;
  width: 50px;
  line-height: 1em;
}
.rating-extended__reviews-count {
  float: right;
  line-height: 1em;
}
.rating-extended .progress {
  overflow: hidden;
  height: 14px;
  margin-bottom: 3px;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.rating-extended .progress-bar {
  text-align: left;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.review {
  padding: 20px 0;
  margin: 15px 0;
  border-top-width: 1px;
  border-top-style: solid;
}
.review__title {
  padding-bottom: 15px;
}
.review__content {
  padding-bottom: 10px;
}
.review__meta {
  padding-bottom: 15px;
}
.review__comments {
  padding-bottom: 7px;
}
.review__helpful {
  color: #adadad;
}
.review__helpful a {
  display: inline-block;
  padding: 0 7px;
  line-height: 20px;
  border-radius: 3px;
  text-decoration: none;
}
.review .rating {
  margin-bottom: 10px;
}
.panel-table {
  display: table;
  width: 100%;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.panel-table > .panel-body {
  display: table-row-group;
  padding: 0;
}
.panel-table > .panel-body:before,
.panel-table > .panel-body:after {
  content: none;
}
.panel-table > div > .tr {
  display: table-row;
}
.panel-table > div:last-child > .tr:last-child > .td {
  border-bottom: none;
}
.panel-table .td {
  float: none;
  display: table-cell;
  padding: 20px 15px;
  border-width: 1px;
  border-style: solid;
  border-top: none;
  border-left: none;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .panel-table .td {
    display: block;
    border-right: none;
    border-bottom-width: 1px !important;
    border-bottom-style: solid !important;
  }
}
.panel-table .td:last-child {
  border-right: none;
  border-bottom: none !important;
}
.panel-table h2,
.panel-table h3,
.panel-table h4,
.panel-table h5,
.panel-table h6 {
  padding: 0;
}
.panel-default,
.panel-checkout {
  border-color: #f0f0f0;
}
.panel-default > .panel-heading,
.panel-checkout > .panel-heading {
  color: #333333;
  background-color: #f4f4f4;
  border-color: #f0f0f0;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body,
.panel-checkout > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #f0f0f0;
}
.panel-default > .panel-heading .badge,
.panel-checkout > .panel-heading .badge {
  color: #f4f4f4;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body,
.panel-checkout > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #f0f0f0;
}
.panel-checkout .panel-heading {
  position: relative;
  border-left-width: 55px;
  border-left-style: solid;
}
.panel-checkout .panel-heading__number {
  content: " ";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -55px;
  width: 55px;
  height: 100%;
  padding: 15px 0;
  font-size: 16px;
  text-align: center;
  border-right-style: solid;
  border-right-width: 1px;
}
.panel-heading {
  padding: 0;
}
.panel-number {
  position: absolute;
}
.panel-title {
  text-transform: uppercase;
  padding: 0;
}
.panel-title a {
  padding: 15px 15px;
  display: block;
  text-decoration: none;
}
.panel-body {
  padding: 20px 50px;
}
@media (max-width: 991px) {
  .panel-body {
    padding: 20px 25px;
  }
}
@media (max-width: 767px) {
  .panel-body {
    padding: 15px 20px;
  }
}
.comments__comment__userpic {
  width: 65px;
  height: 65px;
  float: left;
  border-radius: 50%;
  margin: 0 15px 0 0;
  font-size: 40px;
  line-height: 73px;
  text-align: center;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -webkit-transition:  box-shadow 300ms 0s ease;
  -moz-transition:  box-shadow 300ms 0s ease;
  -ms-transition:  box-shadow 300ms 0s ease;
  -o-transition:  box-shadow 300ms 0s ease;
  transition:  box-shadow 300ms 0s ease;
}
.comments__comment__userpic:hover {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.comments__comment__text {
  overflow: hidden;
  padding: 10px 0 35px;
}
.comments__comment__text__username {
  padding-bottom: 3px;
  font-weight: 400;
}
.comments__comment__text__date {
  font-size: 0.923em;
  padding-bottom: 10px;
}
.comments__comment--replay {
  margin-left: 80px;
}
.comment-form .form-group {
  margin-bottom: 8px;
}
.comment-form input[type=text],
.comment-form textarea {
  border-left: 0;
  border-top: 0;
  border-right: 0;
  padding: 5px 0;
  margin-bottom: 0;
  height: 38px;
}
.comment-form textarea {
  padding: 12px 0;
  overflow: hidden;
}
.gallery__item {
  position: relative;
  float: left;
  width: 19.9%;
  overflow: hidden;
}
.gallery__item img {
  width: 100%;
}
.gallery__item--double {
  width: 39.9%;
}
.gallery__item .btn {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 50%;
  margin-left: -30px;
  margin-top: -30px;
  opacity: 0;
  -webkit-transition:  all 300ms 0s ease;
  -moz-transition:  all 300ms 0s ease;
  -ms-transition:  all 300ms 0s ease;
  -o-transition:  all 300ms 0s ease;
  transition:  all 300ms 0s ease;
}
.gallery__item__image {
  overflow: hidden;
}
.gallery__item__image img {
  -webkit-transition:  all 300ms 0s ease;
  -moz-transition:  all 300ms 0s ease;
  -ms-transition:  all 300ms 0s ease;
  -o-transition:  all 300ms 0s ease;
  transition:  all 300ms 0s ease;
  opacity: 0.5;
}
.gallery__item__image__caption {
  position: absolute;
  padding: 15px;
  width: 100%;
  bottom: 0;
  opacity: 0;
  text-align: center;
  text-transform: uppercase;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  /* note that you have @transform here */
  -o-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
  -moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
  transition: transform 0.4s, opacity 0.1s 0.3s;
}
.gallery__item__image__caption h6 {
  padding: 0;
}
.gallery__item:hover .btn {
  opacity: 1;
}
.gallery__item:hover img {
  transform: translateY(-50px);
  opacity: 1;
}
.gallery__item:hover .gallery__item__image__caption {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  /* note that you have @transform here */
  -o-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
  -moz-transition: -moz-transform 0.4s, opacity 0.1s;
  transition: transform 0.4s, opacity 0.1s;
}
.post .gallery-row {
  overflow: hidden;
  margin: 0 -2px;
}
.post .gallery-row .gallery-col {
  float: left;
}
.post .gallery-row .gallery-col img {
  padding: 2px;
  width: 100%;
}
.lookbook {
  text-align: center;
}
.lookbook__image {
  display: inline-block;
  position: relative;
  margin-bottom: -4px;
}
.lookbook__image img {
  position: relative;
  z-index: 0;
}
.hint {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  font-size: 12px;
  line-height: 28px;
  text-align: center;
  cursor: pointer;
}
.hint:hover {
  z-index: 2;
}
.hint__dot {
  border-width: 10px;
  border-style: solid;
  background: transparent;
  border-radius: 50%;
  height: 28px;
  width: 28px;
  -webkit-animation: pulse 1s ease-out;
  -moz-animation: pulse 1s ease-out;
  animation: pulse 1s ease-out;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0;
}
.tool {
  height: auto;
  width: auto;
  position: absolute;
  right: 38px;
  padding: 10px 12px;
  color: #000;
  border-bottom: 0;
  opacity: 1;
  z-index: 0;
  border-radius: 3px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  font-size: 12px;
  line-height: 1em;
  text-transform: uppercase;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  white-space: nowrap;
  -webkit-transition:  background 300ms ease-out 0s;
  -moz-transition:  background 300ms ease-out 0s;
  -ms-transition:  background 300ms ease-out 0s;
  -o-transition:  background 300ms ease-out 0s;
  transition:  background 300ms ease-out 0s;
}
@media (max-width: 991px) {
  .tool {
    padding: 6px 8px;
  }
}
.tool:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: -10px;
  height: 32px;
  width: 10px;
  background: transparent;
}
.tool .tip {
  content: '';
  height: 8px;
  width: 8px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  position: absolute;
  top: 50%;
  right: -4px;
  margin-top: -4px;
  z-index: 1;
  box-shadow: -2px 2px 2px rgba(0, 0, 0, 0.1);
  -webkit-transition:  background 300ms ease-out 0s;
  -moz-transition:  background 300ms ease-out 0s;
  -ms-transition:  background 300ms ease-out 0s;
  -o-transition:  background 300ms ease-out 0s;
  transition:  background 300ms ease-out 0s;
}
.hint:hover .tool .tip {
  background: #536dfe;
}
.tool--right {
  left: 38px;
  right: auto;
}
.tool--right:before {
  left: -10px;
  right: auto;
}
.tool--right .tip {
  left: -4px;
  right: auto;
  box-shadow: 2px -2px 2px rgba(0, 0, 0, 0.1);
}
.hover-tool {
  visibility: hidden;
  opacity: 0;
  -webkit-transition:  all 300ms ease-out 0s;
  -moz-transition:  all 300ms ease-out 0s;
  -ms-transition:  all 300ms ease-out 0s;
  -o-transition:  all 300ms ease-out 0s;
  transition:  all 300ms ease-out 0s;
  cursor: auto;
  height: auto;
  width: 425px;
  position: absolute;
  left: 50px;
  top: 48px;
  padding: 16px 20px;
  border-bottom: 0;
  z-index: 0;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  font-size: 13px;
  line-height: 1.4em;
  text-transform: none;
  text-align: left;
  white-space: normal;
}
.hint:hover .hover-tool {
  left: 0;
  visibility: visible;
  opacity: 1;
}
@media (max-width: 991px) {
  .hover-tool {
    font-size: 12px;
    line-height: 1.2em;
    width: 250px;
    top: 38px;
    padding-bottom: 70px;
  }
}
.tool--right .hover-tool {
  left: auto;
  right: 50px;
}
.hint:hover .tool--right .hover-tool {
  left: auto;
  right: 0;
}
.hover-tool:before {
  content: '';
  display: block;
  position: absolute;
  top: -18px;
  left: 0;
  height: 18px;
  width: 100%;
  background: transparent;
}
.hover-tool .btn {
  float: right;
  margin-left: 35px;
}
@media (max-width: 991px) {
  .hover-tool .btn {
    float: none;
    margin-left: 0;
    margin-bottom: 15px;
    position: absolute;
    left: 20px;
    bottom: 0;
  }
}
.hover-tool__tip {
  content: '';
  height: 8px;
  width: 8px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  position: absolute;
  top: -4px;
  left: 35px;
  z-index: 1;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
}
.tool--right .hover-tool__tip {
  left: auto;
  right: 35px;
}
/*countdown*/
.eight-in-row .countdown_box,
.seven-in-row .countdown_box {
  display: none;
}
@media (max-width: 991px) {
  .countdown_box {
    display: none;
  }
}
.countdown-row {
  clear: both;
  width: 100%;
  padding: 0 2px;
  text-align: center;
}
.countdown-show1 .countdown-section {
  width: 98%;
}
.countdown-show2 .countdown-section {
  width: 48%;
}
.countdown-show3 .countdown-section {
  width: 31.5%;
}
.countdown-show4 .countdown-section {
  width: 22.5%;
}
.countdown-show5 .countdown-section {
  width: 19.5%;
}
.countdown-show6 .countdown-section {
  width: 16.25%;
}
.countdown-show7 .countdown-section {
  width: 14%;
}
.countdown-period {
  display: block;
}
.countdown-descr {
  display: block;
  width: 100%;
}
.countdown_box {
  line-height: 18px;
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  z-index: 999;
}
.countdown_inner {
  overflow: hidden;
  -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.25);
  margin: 0 auto;
  width: 80%;
  padding: 15px 15px 15px;
  text-align: center;
}
.countdown_inner .title {
  margin: 0 0 5px;
  font-size: 14px;
  text-transform: uppercase;
}
.countdown-section {
  display: inline-block;
  text-align: center;
  padding: 5px 0;
  margin: 0 1px 0 0;
  font-size: 9px;
  line-height: 10px;
  text-transform: uppercase;
}
.countdown-amount {
  line-height: 1em;
}
@media (min-width: 768px) {
  .countdown-amount {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .countdown-amount {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .countdown-amount {
    font-size: 28px;
  }
}
@media (min-width: 768px) {
  .two-in-row .countdown-amount {
    font-size: 28px;
  }
}
@media (min-width: 992px) {
  .two-in-row .countdown-amount {
    font-size: 28px;
  }
}
@media (min-width: 1200px) {
  .two-in-row .countdown-amount {
    font-size: 28px;
  }
}
@media (min-width: 768px) {
  .three-in-row .countdown-amount {
    font-size: 22px;
  }
}
@media (min-width: 992px) {
  .three-in-row .countdown-amount {
    font-size: 26px;
  }
}
@media (min-width: 1200px) {
  .three-in-row .countdown-amount {
    font-size: 28px;
  }
}
@media (min-width: 768px) {
  .five-in-row .countdown-amount {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .five-in-row .countdown-amount {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .five-in-row .countdown-amount {
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .six-in-row .countdown-amount {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .six-in-row .countdown-amount {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .six-in-row .countdown-amount {
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .seven-in-row .countdown-amount {
    font-size: 13px;
  }
}
@media (min-width: 992px) {
  .seven-in-row .countdown-amount {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .seven-in-row .countdown-amount {
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .eight-in-row .countdown-amount {
    font-size: 13px;
  }
}
@media (min-width: 992px) {
  .eight-in-row .countdown-amount {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .eight-in-row .countdown-amount {
    font-size: 18px;
  }
}
.product-preview__image:hover .countdown_box {
  display: none;
}
.shopping-cart-table > tbody > tr > td {
  vertical-align: middle !important;
}
.shopping-cart-table__product-image img {
  max-width: 80px;
}
.shopping-cart-table__product-price {
  font-size: 14px;
}
.shopping-cart-table [class^="icon-"],
.shopping-cart-table [class*=" icon-"] {
  font-size: 18px;
  line-height: 38px;
  display: inline-block;
  vertical-align: top;
}
.shopping-cart-table td.image-col {
  width: 105px;
  padding-left: 0;
  padding-right: 0;
}
.shopping-cart-table h6 {
  padding: 2px 0 5px;
}
@media (max-width: 767px) {
  .shopping-cart-table > thead {
    display: none;
  }
  .shopping-cart-table__product-image img {
    max-width: 160px;
  }
  .shopping-cart-table td.image-col {
    width: 100%;
    text-align: center !important;
  }
  .shopping-cart-table,
  .shopping-cart-table tbody,
  .shopping-cart-table td,
  .shopping-cart-table tr {
    display: block;
    border: 0;
    width: 100%;
  }
  .shopping-cart-table td:first-child {
    border-top: 0;
  }
  .shopping-cart-table td {
    position: relative;
    padding-left: 50% !important;
    text-align: left  !important;
  }
  .shopping-cart-table td div.th-title {
    position: absolute;
    left: 10px;
    width: 45%;
    padding-right: 10px;
    text-align: right;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-weight: bold;
    text-transform: uppercase;
  }
  .shopping-cart-table td.no-title {
    padding-left: 20px !important;
    text-align: center !important;
  }
  .shopping-cart-table .input-group-qty {
    display: inline-block;
    padding-right: 10px;
  }
  .shopping-cart-btns {
    text-align: center;
  }
  .shopping-cart-btns .btn.pull-left,
  .shopping-cart-btns .btn.pull-right {
    float: none !important;
    margin: 0 !important;
  }
}
table.table-total {
  font-size: 18px;
  margin-bottom: 20px;
}
.aside-column table.table-total {
  margin-bottom: 0;
}
table.table-total tr > th {
  border-top: 0;
  font-weight: normal;
}
table.table-total tr > th,
table.table-total tr > td {
  padding: 4px 0 4px;
  width: 50%;
}
table.table-total h2 {
  font-size: 24px;
  padding-bottom: 0;
}
.twitter-widget {
  min-height: 450px;
}
.facebook-widget {
  min-height: 450px;
}
.pinterest-widget {
  min-height: 450px;
}
.not-found-box {
  text-align: center;
}
.not-found-box__image {
  position: relative;
  display: inline-block;
}
.not-found-box__image img {
  width: 100%;
  max-width: 100%;
}
.not-found-box__text {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 0 10% 8% 0;
  width: 55%;
}
@media (max-width: 767px) {
  .not-found-box__text {
    padding: 0;
  }
}
.animated {
  -webkit-animation-duration: .6s;
  animation-duration: .6s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  opacity: 1;
}
.animation {
  opacity: 0;
  opacity: 1\9;
}
@-webkit-keyframes slideDown {
  0% {
    max-height: 0;
  }
  100% {
    max-height: 500px;
  }
}
@keyframes slideDown {
  0% {
    max-height: 0;
  }
  100% {
    max-height: 500px;
  }
}
.slideDown {
  overflow: hidden;
  -webkit-animation-name: slideDown;
  animation-name: slideDown;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
.hover-squared {
  position: relative;
  /*	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
*/
}
.hover-squared .caption::before,
.hover-squared .caption::after {
  pointer-events: none;
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}
.hover-squared .caption::before {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.hover-squared .caption::after {
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
}
.hover-squared:hover .caption::before,
.hover-squared:hover .caption::after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.modal-backdrop {
  -webkit-backface-visibility: hidden;
}
.modal-backdrop.zoom,
.modal-backdrop.newspaper,
.modal-backdrop.move-horizontal,
.modal-backdrop.move-from-top,
.modal-backdrop.unfold-3d,
.modal-backdrop.zoom-out {
  opacity: 0;
  transition: opacity 0.4s ease;
}
.modal-backdrop.in {
  opacity: 0.8;
}
.modal-backdrop.unfold-3d {
  perspective: 500;
}
.modal.zoom .modal-dialog {
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transition:  all 1s 0s ease, 0.5s 1s 0s ease, ease-in-out 1s 0s ease;
  -moz-transition:  all 1s 0s ease, 0.5s 1s 0s ease, ease-in-out 1s 0s ease;
  -ms-transition:  all 1s 0s ease, 0.5s 1s 0s ease, ease-in-out 1s 0s ease;
  -o-transition:  all 1s 0s ease, 0.5s 1s 0s ease, ease-in-out 1s 0s ease;
  transition:  all 1s 0s ease, 0.5s 1s 0s ease, ease-in-out 1s 0s ease;
  transform: scale(0.6);
}
.modal.in .modal-dialog {
  opacity: 1;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transition:  all 1s 0s ease, 0.4s 1s 0s ease, ease-in-out 1s 0s ease;
  -moz-transition:  all 1s 0s ease, 0.4s 1s 0s ease, ease-in-out 1s 0s ease;
  -ms-transition:  all 1s 0s ease, 0.4s 1s 0s ease, ease-in-out 1s 0s ease;
  -o-transition:  all 1s 0s ease, 0.4s 1s 0s ease, ease-in-out 1s 0s ease;
  transition:  all 1s 0s ease, 0.4s 1s 0s ease, ease-in-out 1s 0s ease;
  transform: scale(1);
}
.modal.fade.newspaper .modal-dialog,
.modal.newspaper .modal-dialog {
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s;
  transform: scale(0) rotate(500deg);
}
.modal.fade.newspaper.in .modal-dialog,
.modal.in .modal-dialog {
  opacity: 1;
  transform: scale(1) rotate(0deg);
}
.modal.move-horizontal .modal-dialog {
  opacity: 0;
  transition: all 0.5s;
  transform: translateX(-50px);
}
.modal.in .modal-dialog {
  opacity: 1;
  transform: translateX(0);
}
.modal.move-from-top .modal-dialog {
  opacity: 0;
  transition: all 0.5s;
  transform: translateY(-100px);
}
.modal.in .modal-dialog {
  opacity: 1;
  transform: translateY(0);
}
.modal.unfold-3d .modal-dialog {
  opacity: 0;
  transition: all 0.5s ease-in-out;
  transform-style: preserve-3d;
  transform: rotateY(-60deg);
}
.modal.in .modal-dialog {
  opacity: 1;
  transform: rotateY(0deg);
}
.modal.fade.zoom-out .modal-dialog,
.modal.zoom-out .modal-dialog {
  opacity: 0;
  transition: all 0.5s;
  transform: scale(1.3);
}
.modal.fade.zoom-out.in .modal-dialog,
.modal.in .modal-dialog {
  opacity: 1;
  transform: scale(1);
}
.csstransforms3d .modal.unfold-3d .modal-dialog {
  transform: none;
  transform-origin: 50% 100%;
  transform: scale(0.7) rotate3d(-1, 1, 0, -60deg);
}
.csstransforms3d .modal.in .modal-dialog {
  transform: scale(1) rotate3d(-1, 1, 0, 0deg);
}
@-webkit-keyframes scroll-ani {
  0% {
    opacity: 0;
    top: 0;
  }
  50% {
    opacity: 1;
    top: 50%;
  }
  100% {
    opacity: 0;
    top: 75%;
  }
}
@-moz-keyframes scroll-ani {
  0% {
    opacity: 0;
    top: 0;
  }
  50% {
    opacity: 1;
    top: 50%;
  }
  100% {
    opacity: 0;
    top: 75%;
  }
}
@keyframes scroll-ani {
  0% {
    opacity: 0;
    top: 0;
  }
  50% {
    opacity: 1;
    top: 50%;
  }
  100% {
    opacity: 0;
    top: 75%;
  }
}
@-webkit-keyframes scroll-ani-to-top {
  0% {
    opacity: 0;
    bottom: 0;
  }
  50% {
    opacity: 1;
    bottom: 50%;
  }
  100% {
    opacity: 0;
    bottom: 75%;
  }
}
@-moz-keyframes scroll-ani-to-top {
  0% {
    opacity: 0;
    bottom: 0;
  }
  50% {
    opacity: 1;
    bottom: 50%;
  }
  100% {
    opacity: 0;
    bottom: 75%;
  }
}
@keyframes scroll-ani-to-top {
  0% {
    opacity: 0;
    bottom: 0;
  }
  50% {
    opacity: 1;
    bottom: 50%;
  }
  100% {
    opacity: 0;
    bottom: 75%;
  }
}
@-webkit-keyframes rotating {
  /* Safari and Chrome */
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.rotating {
  -webkit-animation: rotating 2s linear infinite;
  -moz-animation: rotating 2s linear infinite;
  -ms-animation: rotating 2s linear infinite;
  -o-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
}
@-moz-keyframes pulse {
  0% {
    -moz-transform: scale(1);
    opacity: 0.0;
  }
  25% {
    -moz-transform: scale(1);
    opacity: 0.1;
  }
  50% {
    -moz-transform: scale(1.1);
    opacity: 0.3;
  }
  75% {
    -moz-transform: scale(1.5);
    opacity: 0.5;
  }
  100% {
    -moz-transform: scale(1.8);
    opacity: 0.0;
  }
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    opacity: 0.0;
  }
  25% {
    -webkit-transform: scale(1);
    opacity: 0.1;
  }
  50% {
    -webkit-transform: scale(1.1);
    opacity: 0.3;
  }
  75% {
    -webkit-transform: scale(1.5);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1.8);
    opacity: 0.0;
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 0.0;
  }
  25% {
    transform: scale(1);
    opacity: 0.1;
  }
  50% {
    transform: scale(1.1);
    opacity: 0.3;
  }
  75% {
    transform: scale(1.5);
    opacity: 0.5;
  }
  100% {
    transform: scale(1.8);
    opacity: 0.0;
  }
}
.slick-dots li button:before {
  opacity: 1;
}
.slick-dots li.slick-active button:before {
  opacity: 1;
  font-size: 12px;
  margin-top: 1px;
}
@media (min-width: 768px) {
  .animated-arrows .slick-prev,
  .animated-arrows .slick-next {
    width: 40px;
    height: 40px;
    -webkit-transform: translateY(-7px);
    transform: translateY(-7px);
  }
  .animated-arrows .slick-prev .icon-wrap,
  .animated-arrows .slick-next .icon-wrap {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
  }
  .animated-arrows .slick-prev::before,
  .animated-arrows .slick-prev::after,
  .animated-arrows .slick-prev .icon-wrap::before,
  .animated-arrows .slick-prev .icon-wrap::after,
  .animated-arrows .slick-next::before,
  .animated-arrows .slick-next::after,
  .animated-arrows .slick-next .icon-wrap::before,
  .animated-arrows .slick-next .icon-wrap::after {
    position: absolute;
    left: 50%;
    width: 3px;
    height: 50%;
    content: '';
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .animated-arrows .slick-prev .icon-wrap::before,
  .animated-arrows .slick-prev .icon-wrap::after,
  .animated-arrows .slick-next .icon-wrap::before,
  .animated-arrows .slick-next .icon-wrap::after {
    z-index: 100;
    height: 0;
    -webkit-transition: height 0.3s, -webkit-transform 0.3s;
    transition: height 0.3s, transform 0.3s;
  }
  .animated-arrows .slick-prev::before,
  .animated-arrows .slick-prev .icon-wrap::before {
    top: 50%;
    -webkit-transform: translateX(-50%) rotate(-135deg);
    transform: translateX(-50%) rotate(-135deg);
    -webkit-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
  }
  .animated-arrows .slick-next::before,
  .animated-arrows .slick-next .icon-wrap::before {
    top: 50%;
    -webkit-transform: translateX(-50%) rotate(135deg);
    transform: translateX(-50%) rotate(135deg);
    -webkit-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
  }
  .animated-arrows .slick-prev::after,
  .animated-arrows .slick-prev .icon-wrap::after {
    top: 50%;
    -webkit-transform: translateX(-50%) rotate(-45deg);
    transform: translateX(-50%) rotate(-45deg);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
  .animated-arrows .slick-next::after,
  .animated-arrows .slick-next .icon-wrap::after {
    top: 50%;
    -webkit-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
    -webkit-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
  }
  .animated-arrows .slick-prev:hover .icon-wrap::before,
  .animated-arrows .slick-prev:hover .icon-wrap::after,
  .animated-arrows .slick-next:hover .icon-wrap::before,
  .animated-arrows .slick-next:hover .icon-wrap::after {
    height: 50%;
  }
  .animated-arrows .slick-prev:hover::before,
  .animated-arrows .slick-prev:hover .icon-wrap::before {
    -webkit-transform: translateX(-50%) rotate(-125deg);
    transform: translateX(-50%) rotate(-125deg);
  }
  .animated-arrows .slick-next:hover::before,
  .animated-arrows .slick-next:hover .icon-wrap::before {
    -webkit-transform: translateX(-50%) rotate(125deg);
    transform: translateX(-50%) rotate(125deg);
  }
  .animated-arrows .slick-prev:hover::after,
  .animated-arrows .slick-prev:hover .icon-wrap::after {
    -webkit-transform: translateX(-50%) rotate(-55deg);
    transform: translateX(-50%) rotate(-55deg);
  }
  .animated-arrows .slick-next:hover::after,
  .animated-arrows .slick-next:hover .icon-wrap::after {
    -webkit-transform: translateX(-50%) rotate(55deg);
    transform: translateX(-50%) rotate(55deg);
  }
}
@media (min-width: 768px) {
  .content.boxed .slick-slider:not(.nav-inside) .slick-prev,
  body.boxed .slick-slider:not(.nav-inside) .slick-prev,
  .content.boxed .slick-slider:not(.nav-inside) .slick-next,
  body.boxed .slick-slider:not(.nav-inside) .slick-next {
    opacity: 0;
  }
  .content.boxed .slick-slider:not(.nav-inside):hover .slick-next,
  body.boxed .slick-slider:not(.nav-inside):hover .slick-next,
  .content.boxed .slick-slider:not(.nav-inside):hover .slick-prev,
  body.boxed .slick-slider:not(.nav-inside):hover .slick-prev {
    opacity: 1;
  }
}
.nav-mobile .slick-prev,
.nav-mobile .slick-next {
  top: 50% !important;
  width: 22px !important;
  height: 50px !important;
  margin-top: -25px !important;
}
.nav-mobile .slick-next {
  right: 0 !important;
}
.nav-mobile .slick-prev {
  left: 0 !important;
}
.single-slider .slick-prev {
  left: 15px;
}
.single-slider .slick-next {
  right: 15px;
}
.single-slider .slick-dots {
  bottom: -35px;
}
.tp-rightarrow.default,
.tp-leftarrow.default {
  background-image: none !important;
  width: 80px !important;
  height: 80px !important;
}
.tparrows.default.tp-leftarrow .tp-arr-allwrapper,
.tparrows.default.tp-rightarrow .tp-arr-allwrapper {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.tparrows.default.tp-leftarrow::before,
.tparrows.default.tp-leftarrow::after,
.tparrows.default.tp-leftarrow .tp-arr-allwrapper::before,
.tparrows.default.tp-leftarrow .tp-arr-allwrapper::after,
.tparrows.default.tp-rightarrow::before,
.tparrows.default.tp-rightarrow::after,
.tparrows.default.tp-rightarrow .tp-arr-allwrapper::before,
.tparrows.default.tp-rightarrow .tp-arr-allwrapper::after {
  position: absolute;
  left: 50%;
  width: 3px;
  height: 50%;
  content: '';
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.tparrows.default.tp-leftarrow .tp-arr-allwrapper::before,
.tparrows.default.tp-leftarrow .tp-arr-allwrapper::after,
.tparrows.default.tp-rightarrow .tp-arr-allwrapper::before,
.tparrows.default.tp-rightarrow .tp-arr-allwrapper::after {
  z-index: 100;
  height: 0;
  -webkit-transition: height 0.3s, -webkit-transform 0.3s;
  transition: height 0.3s, transform 0.3s;
}
.tparrows.default.tp-leftarrow::before,
.tparrows.default.tp-leftarrow .tp-arr-allwrapper::before {
  top: 50%;
  -webkit-transform: translateX(-50%) rotate(-135deg);
  transform: translateX(-50%) rotate(-135deg);
  -webkit-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}
.tparrows.default.tp-rightarrow::before,
.tparrows.default.tp-rightarrow .tp-arr-allwrapper::before {
  top: 50%;
  -webkit-transform: translateX(-50%) rotate(135deg);
  transform: translateX(-50%) rotate(135deg);
  -webkit-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}
.tparrows.default.tp-leftarrow::after,
.tparrows.default.tp-leftarrow .tp-arr-allwrapper::after {
  top: 50%;
  -webkit-transform: translateX(-50%) rotate(-45deg);
  transform: translateX(-50%) rotate(-45deg);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
.tparrows.default.tp-rightarrow::after,
.tparrows.default.tp-rightarrow .tp-arr-allwrapper::after {
  top: 50%;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  -webkit-transform-origin: 100% 0%;
  transform-origin: 100% 0%;
}
.tparrows.default.tp-leftarrow:hover .tp-arr-allwrapper::before,
.tparrows.default.tp-leftarrow:hover .tp-arr-allwrapper::after,
.tparrows.default.tp-rightarrow:hover .tp-arr-allwrapper::before,
.tparrows.default.tp-rightarrow:hover .tp-arr-allwrapper::after {
  height: 50%;
}
.tparrows.default.tp-leftarrow:hover::before,
.tparrows.default.tp-leftarrow:hover .tp-arr-allwrapper::before {
  -webkit-transform: translateX(-50%) rotate(-125deg);
  transform: translateX(-50%) rotate(-125deg);
}
.tparrows.default.tp-rightarrow:hover::before,
.tparrows.default.tp-rightarrow:hover .tp-arr-allwrapper::before {
  -webkit-transform: translateX(-50%) rotate(125deg);
  transform: translateX(-50%) rotate(125deg);
}
.tparrows.default.tp-leftarrow:hover::after,
.tparrows.default.tp-leftarrow:hover .tp-arr-allwrapper::after {
  -webkit-transform: translateX(-50%) rotate(-55deg);
  transform: translateX(-50%) rotate(-55deg);
}
.tparrows.default.tp-rightarrow:hover::after,
.tparrows.default.tp-rightarrow:hover .tp-arr-allwrapper::after {
  -webkit-transform: translateX(-50%) rotate(55deg);
  transform: translateX(-50%) rotate(55deg);
}
/*ElevateZoom custom style*/
.zoomContainer {
  height: 0 !important;
}
.zoomContainer:hover {
  z-index: 10000;
  height: inherit !important;
}
/* Parallax Carousel */
.parallax-gallery .carousel-navigation-wrapper {
  height: 650px;
}
@media (max-width: 991px) {
  .parallax-gallery .carousel-navigation-wrapper {
    height: auto !important;
  }
  .parallax-gallery .parallax-gal-carousel.ready .parallax-gal-slide {
    margin: 15px;
  }
}
.parallax-gallery .parallax-gal-carousel.ready .parallax-gal-slide {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  background-color: #ffffff;
}
.parallax-gallery .parallax-gal-carousel.ready .parallax-gal-slide .parallax-gal-caption {
  padding: 15px;
}
.parallax-gallery .parallax-gal-carousel.ready .parallax-gal-slide .parallax-gal-image {
  position: relative;
}
.parallax-gallery .nav-arrow.right.slick-next {
  right: -15px;
}
.parallax-gallery .nav-arrow.left.slick-prev {
  left: -15px;
}

/* HEADER COLORS */
.dropdown-wd {
  border-color: #e7e7e7;
  border-bottom-color: #00abc7;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background-color: #f4f4f4;
  color: #212121;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background-color: #f4f4f4;
  color: #212121;
}
.line-after {
  background: rgba(255, 255, 255, 0.15);
}
.header {
  background-color: transparent;
  color: #212121;
}
.header--fill {
  background-color: #f4f4f4 !important;
}
.header--transparent {
  background-color: transparent;
}
.header--semi-transparent {
  background-color: rgba(35, 35, 35, 0.9);
}
@media (min-width: 768px) {
  .header--grey .navbar.navbar-wd {
    background-color: #eff0f1;
  }
}
.header--dark .dropdown .icon {
  color: #ffffff;
}
.header__dropdowns-container .dropdown--wd {
  border-color: #e7e7e7;
  border-bottom-color: #00abc7;
}
.header__dropdowns .dropdown-menu {
  border-color: #e7e7e7;
  border-bottom-color: #00abc7;
}
.header__dropdowns__button {
  color: #212121;
}
.header--transparent .header__dropdowns__button {
  color: #ffffff;
}
.header--semi-transparent .header__dropdowns__button {
  color: #ffffff;
}
@media (max-width: 767px) {
  .header__dropdowns__button .icon {
    color: #ffffff;
  }
}
.header--semi-transparent .header__cart__indicator {
  color: #ffffff;
}
.header--transparent .header__cart__indicator {
  color: #ffffff;
}
.header .navbar-header--dark {
  background-color: #788489;
}
@media (max-width: 767px) {
  .header .navbar-header--dark {
    background-color: #454545 !important;
  }
}
.logo {
  color: #212121;
}
.header--transparent .logo {
  color: #ffffff;
}
.header--transparent .stuck .logo {
  color: #212121;
}
.header--semi-transparent .logo {
  color: #ffffff;
}
.header--semi-transparent .stuck .logo {
  color: #212121;
}
.navbar-header--dark .logo {
  color: #ffffff;
}
@media (max-width: 767px) {
  .logo {
    color: #ffffff !important;
  }
}
@media (max-width: 767px) {
  .header--only-logo .logo {
    color: #212121 !important;
  }
  .header--only-logo .logo span {
    color: #00abc7;
  }
}
.logo div span {
  color: #00abc7;
}
.header--transparent .logo div span {
  color: #ffffff;
}
.header--transparent .stuck .logo div span {
  color: #00abc7;
}
.header--semi-transparent .logo div span {
  color: #ffffff;
}
.header--semi-transparent .stuck .logo div span {
  color: #00abc7;
}
.navbar-header--dark .logo div span {
  color: #ffffff;
}
.header-line {
  background-color: #2b383e;
  color: #ffffff;
}
.header--transparent .header-line {
  background-color: rgba(43, 56, 62, 0.5);
}
.header--semi-transparent .header-line {
  background-color: rgba(43, 56, 62, 0.5);
}
.header-line a {
  color: #ffffff;
}
.header-line a:hover,
.header-line a:focus {
  color: #ffffff;
}
.header-line--light {
  background-color: #f4f4f4;
  color: #212121;
}
.header-line--light a {
  color: #212121;
}
.header-line--light a:hover,
.header-line--light a:focus {
  color: #212121;
}
@media (min-width: 768px) {
  .navbar #slidemenu.slidemenu--dark {
    background-color: #374850;
  }
  .navbar #slidemenu.slidemenu--dark .nav > li > a {
    color: #ffffff;
  }
}
.navbar.navbar-wd {
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .navbar.navbar-wd {
    background-color: #454545 !important;
  }
}
.header--transparent .navbar.navbar-wd {
  background-color: transparent;
}
.header--dark .navbar.navbar-wd {
  background-color: #232323;
}
.header--semi-transparent .navbar.navbar-wd {
  background-color: transparent;
}
@media (max-width: 767px) {
  .navbar.navbar-wd.stuck {
    background-color: #454545;
  }
}
.header--transparent .navbar.navbar-wd.stuck {
  background-color: #ffffff;
}
.header--transparent .navbar.navbar-wd.stuck .nav > li > a {
  color: #212121;
}
.header--semi-transparent .navbar.navbar-wd.stuck {
  background-color: #ffffff;
}
.header--semi-transparent .navbar.navbar-wd.stuck .nav > li > a {
  color: #212121;
}
.navbar.navbar-wd .icon-bar {
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .navbar.navbar-wd .dropdown-menu {
    border-color: #e7e7e7;
    border-bottom-color: #00abc7;
  }
  .navbar.navbar-wd .dropdown-menu > li:hover > a {
    background-color: #f5f5f5;
  }
  .navbar.navbar-wd .dropdown-menu ul.submenu {
    background: #ffffff;
  }
  .navbar.navbar-wd .dropdown-menu ul.submenu > li:hover > a {
    background-color: #f5f5f5;
  }
  .navbar.navbar-wd .dropdown-menu ul.submenu li > a {
    color: #262626;
  }
}
.header--transparent .navbar.navbar-wd .nav > li > a {
  color: #ffffff;
}
.header--dark .navbar.navbar-wd .nav > li > a {
  color: #ffffff;
}
.header--semi-transparent .navbar.navbar-wd .nav > li > a {
  color: #ffffff;
}
.navbar.navbar-wd .nav > li > a:focus,
.navbar.navbar-wd .nav > li > a:hover {
  background-color: transparent;
}
.navbar.navbar-wd .nav > li > a:hover {
  color: #00abc7;
}
.navbar.navbar-wd .nav .open > a,
.navbar.navbar-wd .nav .open > a:focus,
.navbar.navbar-wd .nav .open > a:hover {
  background-color: transparent;
  color: #00abc7;
}
@media (min-width: 768px) {
  header a.dropdown-toggle:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
  }
  header a.dropdown-toggle:before {
    border-color: rgba(204, 204, 204, 0);
    border-bottom-color: #e7e7e7;
  }
}
.ul-row .li-col ul li a {
  border-bottom-color: #eeeeee;
}
.ul-row .li-col ul li a:hover {
  background-color: #f3f3f3;
}
.ul-row .li-col ul li.active a {
  background-color: #f3f3f3;
}
.ul-row .li-col h4 {
  border-bottom-color: #00abc7;
}
.megamenu__columns__top-block,
.megamenu__columns__bottom-block {
  border-bottom-color: #f0f0f0;
}
.megamenu__columns__bottom-block {
  border-top-color: #f0f0f0;
}
.shopping-cart {
  color: #212121;
}
.shopping-cart a:not(.btn) {
  color: #212121;
}
.shopping-cart a:not(.btn):hover {
  color: #00abc7;
}
.shopping-cart__top {
  border-bottom-color: #f0f0f0;
}
.shopping-cart__bottom {
  border-top-color: #f0f0f0;
  color: #878787;
}
.shopping-cart__total {
  color: #212121;
}
.shopping-cart__item:after {
  background-color: #f0f0f0;
}
.shopping-cart__item__info__option {
  color: #878787;
}
.shopping-cart__item__info__qty {
  color: #878787;
}
.navbar-nav--vertical {
  background-color: #ffffff;
  border-color: #f0f0f0;
}
.navbar-nav--vertical > li {
  border-bottom-color: #f0f0f0;
}
.navbar-nav--vertical > li:hover {
  background-color: #ededed !important;
}
.navbar-nav--vertical > li > a .badge {
  background-color: #00abc7;
}
.navbar-nav--vertical > li > a:focus {
  background-color: transparent !important;
}
.navbar-nav--vertical > li > a:hover {
  background-color: transparent !important;
}
.navbar-nav--vertical > li.open > a {
  background-color: #000000 !important;
  color: #ffffff;
}
.navbar-nav--vertical > li .dropdown-menu {
  border-color: #e7e7e7;
  border-bottom-color: #00abc7;
}
@media (max-width: 991px) {
  .categories-title .icon {
    color: #adadad;
  }
}
@media (max-width: 767px) {
  #slidemenu {
    background: #5c5c5c;
  }
  #slidemenu .slidemenu-close {
    background-color: #5c5c5c;
    color: #ffffff;
  }
  #slidemenu .navbar-nav > li {
    border-bottom-color: #767676;
  }
  #slidemenu .navbar-nav > li a {
    color: #ffffff;
  }
  #slidemenu .navbar-nav > li a .badge {
    background-color: #00abc7;
  }
  #slidemenu .navbar-nav > li a:focus {
    background-color: transparent !important;
  }
  #slidemenu .navbar-nav > li a:hover {
    background-color: transparent !important;
  }
  #slidemenu .navbar-nav > li > a > span.link-name {
    color: #ffffff;
  }
  #slidemenu .navbar-nav > li.open > a {
    background-color: #000000 !important;
    color: #ffffff;
  }
  #slidemenu .navbar-nav > li .dropdown-menu {
    border-top-color: #767676;
  }
  #slidemenu .navbar-nav > li .dropdown-menu .divider {
    background-color: #767676;
  }
  #slidemenu .navbar-nav > li .megamenu__columns__bottom-block .icon,
  #slidemenu .navbar-nav > li .megamenu__columns__top-block .icon {
    color: #767676;
  }
}
/* header--max */
@media (max-width: 767px) {
  .header--max a {
    color: #ffffff;
  }
  .header--max a:hover,
  .header--max a:focus {
    color: #ffffff;
  }
}
/* FOOTER COLORS */
.footer {
  background-color: #ffffff;
  color: #2b2b2b;
}
.footer__links {
  background-color: #eaeeef;
  color: #000000;
}
.footer__links a:not(.btn) {
  color: #000000;
}
.footer__links--variant2 {
  background-color: #f8f8f9;
  color: #000000;
}
.footer__links--variant2 a:not(.btn) {
  color: #000000;
}
.footer .logo--footer {
  color: #ffffff !important;
}
.footer .logo--footer span {
  color: #ffffff;
}
.footer__column-links {
  background-color: #374850;
  color: #ffffff;
}
.footer__column-links a:not(.btn) {
  color: #bbc2c6;
}
.footer__column-links .v-links-list li {
  color: #bbc2c6;
}
.footer__column-links .v-links-list li.icon:before {
  color: #ffffff;
}
.footer__column-links .title {
  color: #ffffff;
}
.footer__column-links .light-color {
  color: #ffffff;
}
.footer__column-links--variant2 {
  background-color: #eff0f1;
  color: #212121;
}
.footer__column-links--variant2 a:not(.btn) {
  color: #212121;
}
.footer__column-links--variant2 .v-links-list li {
  color: #212121;
}
.footer__column-links--variant2 .v-links-list li.icon:before {
  color: #212121;
}
.footer__column-links--variant2 .title {
  color: #212121;
}
.footer__column-links--variant2 .light-color {
  color: #212121;
}
.footer__column-links--variant2 .logo--footer {
  color: #212121 !important;
}
.footer__column-links--variant2 .logo--footer span {
  color: #00abc7;
}
.footer__settings {
  background-color: #eaeeef;
  color: #212121;
}
.footer__subscribe {
  background-color: #374850;
  color: #ffffff;
}
.footer__subscribe a {
  color: #ffffff;
}
.footer__subscribe--variant2 {
  background-color: #000000;
  color: #ffffff;
}
.footer__subscribe--variant2 a {
  color: #ffffff;
}
.footer__bottom {
  background-color: #ffffff;
  color: #2b2b2b;
}
.footer__bottom a {
  color: #2b2b2b;
}
.footer__bottom--dark {
  color: #ffffff;
  background-color: #232323;
}
.footer__bottom--dark a {
  color: #ffffff;
}
@media (max-width: 767px) {
  .mobile-collapse {
    border-bottom-color: rgba(187, 194, 198, 0.2);
  }
  .mobile-collapse__title:after {
    color: rgba(187, 194, 198, 0.2);
  }
}
/* CONTENT COLORS */
body:not(.boxed) .page-content--fill {
  background: #f4f4f4;
}
.parallax {
  background-image: url(https://motorolahome.com/skin/frontend/welldone/motorola/images/parallax-bg.jpg);
}
.content--fill {
  background-color: #f4f4f4 !important;
}
.content--fill--light {
  background-color: #f8f8f8 !important;
}
.content--parallax {
  background-image: url(https://motorolahome.com/skin/frontend/welldone/motorola/images/parallax-bg.jpg);
}
body.boxed {
  background-image: url(https://motorolahome.com/skin/frontend/welldone/motorola/images/bg-boxed.jpg);
}
body.boxed .content {
  background-color: #ffffff;
}
body.boxed .content--parallax:before {
  background: #ffffff;
}
/* TYPOGRAPHY COLORS */
body {
  color: #212121;
}
a {
  color: #212121;
}
a:hover,
a:focus,
a:active {
  color: #212121;
}
a.custom-color {
  color: #00abc7;
}
.custom-color {
  color: #00abc7;
}
.color-light {
  color: #6e6e6e;
}
.color-facebook {
  color: #526ac4 !important;
}
.color-facebook:hover {
  color: #526ac4 !important;
}
.color-twitter {
  color: #00e4ff !important;
}
.color-twitter:hover {
  color: #00e4ff !important;
}
.color-linkedin {
  color: #0077b5 !important;
}
.color-linkedin:hover {
  color: #0077b5 !important;
}
.color-heart {
  color: #f55582 !important;
}
.color-heart:hover {
  color: #f55582 !important;
}
.icon-enable {
  color: #00abc7;
}
.icon-disable {
  color: #d3d3d3;
}
.divider--line {
  border-bottom-color: #f0f0f0;
}
.divider--line--dark {
  border-color: #d7d7d7;
}
.hr {
  border-bottom-color: #f0f0f0;
}
.mark {
  background-color: #ededed;
}
.mark--color {
  background-color: #00abc7;
  color: #ffffff;
}
.category-list li {
  border-bottom-color: #f0f0f0;
}
.category-list li a:hover {
  color: #00abc7;
}
.sizes-row li {
  color: #adadad;
}
.table-params td {
  border-left-color: #f0f0f0;
}
.table-params tr:last-child td {
  border-bottom-color: #f0f0f0;
}
.card {
  background-color: #ffffff;
  border-color: #f0f0f0;
  /*overflow: hidden;*/
}
.card--collapse.open .card-title {
  border-bottom-color: #f0f0f0;
}
.card--form {
  background: #ffffff;
}
.card--form__icon {
  color: #d3d3d3 !important;
}
.card--form__footer {
  border-top-color: #f0f0f0;
  background: #f7f7f7;
}
.card--icon__cell {
  background-color: #f4f4f4;
}
.card--icon__cell__icon {
  background-color: #ffffff;
  color: #212121;
}
.card__row-line {
  border-bottom-color: #f0f0f0;
}
.card__row {
  border-bottom-color: #f0f0f0;
}
.card__row--icon__icon .icon {
  color: #d3d3d3;
}
.card__row:hover .card__row--icon__icon .icon {
  color: #878787;
}
.card__row--big .card__row--icon__icon .icon {
  color: #000000;
}
.grey-box {
  background: #f4f4f4;
}
.testimonial__author {
  background-color: #f4f4f4;
}
.testimonial__text:after {
  color: #d3d3d3;
}
.infobox__icon {
  background-color: #f4f4f4;
  color: #d3d3d3;
}
.calendar table {
  background: #fff;
  color: #222;
}
.calendar th,
.calendar td {
  color: #000;
}
.calendar tr:first-child td {
  color: #222;
}
/* ART CATALOGUE COLORS */
@media (max-width: 991px) {
  .art-catalogue__item .product-preview-wrapper .product-preview .product-preview__info {
    background-color: rgba(255, 255, 255, 0.96);
  }
}
/* BADGES COLORS */
.badge.badge--menu {
  background-color: #00abc7;
  color: #ffffff;
}
.badge.badge--squared {
  background-color: #00abc7;
  color: #ffffff;
}
.badge.badge--color-alt {
  background-color: #ef498b !important;
  color: #ffffff !important;
}
/* BANNERS COLORS */
.banner--image__text--light {
  color: #ffffff;
}
.banner--image__text--white {
  color: #ffffff;
}
.banner--image__text--dark {
  color: #212121;
}
.banner--icon {
  background-color: #00abc7;
  color: #ffffff;
}
.banner--icon.banner--light {
  background-color: #dce3e7;
  color: #000000;
}
.banner--light .banner--icon__text__divider {
  border-color: #000000;
}
/* BLOCKQUOTES COLORS */
blockquote.blockquote--wd p {
  border-left-color: #00abc7;
}
/* BLOG COLORS */
.blog-widget {
  color: #ffffff;
}
.blog-widget--dark-color {
  color: #212121;
}
.blog-widget__item:after {
  color: rgba(255, 255, 255, 0.5);
}
.blog-widget__item__offset-text__date span:after {
  border-top-color: #ffffff;
}
.blog-widget--dark-color .blog-widget__item__offset-text__date span:after {
  border-color: #212121;
}
.blog-widget--dark-color .blog-widget__item__offset-text__date span:before {
  border-color: #212121 !important;
}
.blog-widget--one-center .blog-widget__item__offset-text__date span:before {
  border-top-color: #ffffff;
}
.blog-post-title--light {
  color: #ffffff;
}
.blog-post-title--light .blog-post-title__title a {
  color: #ffffff;
}
.blog-post-title__meta__text__name {
  color: #ffffff;
}
.blog-post-title--light .blog-post-title__meta__text__name a {
  color: #ffffff;
}
.post p a {
  color: #00abc7;
}
.post--fill {
  background-color: #00abc7;
  color: #ffffff;
}
.post--fill .post__title,
.post--fill .post__title a,
.post--fill .post__title a:hover {
  color: #ffffff;
}
.post__title a:hover {
  color: #00abc7;
}
.post--column {
  background-color: #ffffff;
}
.post__meta {
  color: #adadad;
}
.post__meta .icon {
  color: #d3d3d3;
}
.post__meta a {
  color: #adadad;
}
.post__meta a:hover {
  color: #212121;
}
.post__meta a .icon {
  color: #d3d3d3;
}
.post--column .post__meta:after {
  border-top-color: #dfdfdf;
}
.btn-plus__links__icon {
  background: #ef498b !important;
  color: #ffffff !important;
}
.btn-plus__links__icon:hover,
.btn-plus__links__icon:active,
.btn-plus__links__icon.focus,
.btn-plus__links__icon:focus {
  background: #ef498b !important;
  color: #ffffff !important;
}
.blog-content {
  background: #ffffff;
}
.audio-content {
  border-left-color: #f0f0f0;
}
.post--status {
  border-left-color: #00abc7;
  background-color: #e1e8ed;
}
.post--quotes {
  background-color: #2b383e;
  color: #ffffff;
}
.post--quotes .post__meta {
  color: #ffffff;
}
.post--quotes .post__meta a {
  color: #ffffff;
}
.post--quotes .post__quote:after {
  color: #ffffff;
}
/* BRANDS COLORS */
/* BREADCRUMBS COLORS */
.breadcrumbs {
  background-color: #f4f4f4;
}
.breadcrumbs--boxed,
body.boxed .breadcrumbs {
  background-color: transparent;
}
.breadcrumbs--boxed .container,
body.boxed .breadcrumbs .container {
  background-color: #f4f4f4;
}
.breadcrumbs .breadcrumb.breadcrumb--wd > li + li:before {
  color: #2b2b2b;
}
.breadcrumbs .breadcrumb.breadcrumb--wd > .active {
  color: #2b2b2b;
}
/* BUTTONS COLORS */
.btn--light {
  background-color: #a8afb3 !important;
  color: #ffffff !important;
}
.btn--light:hover,
.btn--light:active,
.btn--light.focus,
.btn--light:focus {
  background: #a8afb3 !important;
  color: #ffffff !important;
}
.btn--alt {
  background: #ef498b !important;
  color: #ffffff !important;
}
.btn--alt:hover,
.btn--alt:active,
.btn--alt.focus,
.btn--alt:focus {
  background: #ef498b !important;
  color: #ffffff !important;
}
.btn--dark {
  background: #374850 !important;
  color: #ffffff !important;
}
.btn--dark:hover,
.btn--dark:active,
.btn--dark.focus,
.btn--dark:focus {
  background: #374850 !important;
  color: #ffffff !important;
}
.btn--wd {
  background-color: #00abc7;
  color: #ffffff;
}
.btn--wd:hover,
.btn--wd:active,
.btn--wd.focus,
.btn--wd:focus {
  background: #00abc7;
  color: #ffffff;
}
.btn--clear {
  background-color: transparent;
}
.btn--clear:hover,
.btn--clear:active,
.btn--clear.focus,
.btn--clear:focus {
  background-color: transparent;
}
.btn--round {
  background-color: #00abc7;
  color: #ffffff;
}
.btn--round:hover,
.btn--round:active,
.btn--round.focus,
.btn--round:focus {
  background-color: #00abc7;
  color: #ffffff;
}
/* CARET COLORS */
.dots {
  position: relative;
  display: block;
}
.dots:before {
  font-family: 'Welldone';
  content: "\e657";
}
.dots--vertical:before {
  content: "\e641";
}
.caret.caret--dots {
  color: #d3d3d3;
}
.caret.caret--dots.caret--dots--vertical {
  color: #212121;
}
.header--transparent .caret.caret--dots {
  color: #ffffff;
}
/* COMMENTS COLORS */
.comments__comment__userpic {
  background-color: #ffffff;
  color: #878787;
}
/* COMPARE BOX COLORS */
.compare-box {
  border-top-color: #f0f0f0;
  background: rgba(255, 255, 255, 0.95);
}
.compare-box__header__toggle .icon {
  color: #adadad;
}
.compare-box__header__toggle .icon:hover {
  color: #00abc7;
}
.compare-box__items__list__item {
  border-color: #f0f0f0;
}
.compare-box__items__list__item.empty {
  border-color: #f0f0f0;
}
.compare-box__items__list__item__delete {
  color: #878787;
}
.compare-box__items__list__item__delete a:hover {
  color: #00abc7;
}
.compare-box__items__list__item__num {
  color: #adadad;
}
.compare-box__items__list__item:hover {
  border-color: #00abc7;
}
/* COUNTDOWN COLORS */
.countdown-holding span {
  color: #888888;
}
.countdown_box {
  color: #272727;
}
.countdown_inner {
  background: rgba(255, 255, 255, 0.9);
}
.countdown_inner .title {
  color: #000;
}
.countdown-section {
  background: #f5f5f5;
}
.countdown-amount {
  color: #000;
}
/* FORMS COLORS */
.input--wd {
  background: #ffffff;
  border-color: #e3e3e3;
  color: #2b2b2b;
}
.input--line {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 96%, #00abc7 4%);
}
.input-group--wd input,
.input-group--wd textarea {
  color: #636363;
  border-bottom-color: #e3e3e3;
}
.input-group--wd label {
  color: #999;
}
.input-group__bar:before,
.input-group__bar:after {
  background: #00abc7;
}
.subscribe-form .input--wd {
  border-color: #ffffff;
}
.placeholder {
  color: #848484;
}
.header--transparent .placeholder {
  color: #ffffff;
}
input::-webkit-input-placeholder {
  color: #848484;
}
.header--transparent input::-webkit-input-placeholder {
  color: #ffffff;
}
input::-moz-placeholder {
  color: #848484;
}
.header--transparent input::-moz-placeholder {
  color: #ffffff;
}
input:-ms-input-placeholder {
  color: #848484;
}
.header--transparent input:-ms-input-placeholder {
  color: #ffffff;
}
input:-moz-placeholder {
  color: #848484;
}
.header--transparent input:-moz-placeholder {
  color: #ffffff;
}
.select--wd {
  background: #ffffff;
  border-color: #e3e3e3;
  color: #2b2b2b;
}
.checkbox-group label .box {
  border-color: #adadad;
}
.checkbox-group label .check {
  border-color: #fff;
}
input[type=checkbox]:checked ~ label .box {
  background: #00abc7;
  border-color: #00abc7;
}
.radio input:checked + .outer {
  border-color: #00abc7;
}
.radio input:focus + .outer .inner {
  background-color: #00abc7;
}
.radio .outer {
  border-color: #adadad;
  background-color: #fff;
}
.radio .inner {
  background-color: #00abc7;
}
.required {
  color: red;
}
/* GALLERY COLORS */
.gallery__item {
  background: #000000;
}
.gallery__item__image__caption {
  background: #262626;
  color: #ffffff;
}
/* LANDING BANNERS COLORS */
.article-nav ul li a {
  background-color: transparent;
}
.article-nav ul li a:before {
  color: #878787;
}
.article-nav ul li.active a:before {
  color: #212121;
}
/* LANDING CATEGORY COLORS */
.category-block {
  background: url('https://motorolahome.com/skin/frontend/welldone/motorola/images/category-bg.png') no-repeat center bottom;
}
.category-block__title {
  color: #ffffff;
}
/* LANDING CONTENT COLORS */
.chapter .chapter__title {
  background-color: #212121;
  color: #ffffff;
}
.chapter .chapter__title.title--white {
  background-color: #ffffff;
  color: #000000;
}
.chapter .chapter__title.title--light {
  background-color: #727272;
}
/* TAGS COLORS */
.tag {
  border-color: #d3d3d3;
}
.tag:hover {
  background-color: #00abc7;
  border-color: #00abc7;
  color: #ffffff;
}
.tag--light {
  border-color: #ffffff;
  color: #ffffff;
}
.tags-list li a {
  border-color: #d3d3d3;
}
.tags-list li a:hover {
  background-color: #00abc7;
  border-color: #00abc7;
  color: #ffffff;
}
/* LISTING COLORS */
.category-outer {
  background: #ffffff;
}
.filters-row__view {
  color: #878787;
}
.filters-row__view.active {
  color: #212121;
}
.filters-row__select .icon {
  color: #adadad;
}
.filters-row__select .icon.active {
  color: #212121;
}
.filters-col {
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .filters-col__close {
    display: block;
  }
  .filters-col__close a {
    color: #ffffff;
  }
}
.filters-col__collapse {
  border-bottom-color: rgba(187, 194, 198, 0.2);
}
.filter-list li a.icon:hover {
  color: #00abc7;
}
@media (max-width: 767px) {
  .outer #filtersCol {
    background: #5c5c5c;
    color: #ffffff;
  }
  .outer #filtersCol a {
    color: #ffffff;
  }
  .outer #filtersCol .tags-list a {
    border-color: #ffffff;
    color: #ffffff;
  }
}
/* PRELOADER COLORS */
#loader-wrapper,
#modalLoader-wrapper {
  background-color: #ffffff;
}
#loader,
#modalLoader,
.circle-loader {
  border-top-color: #00abc7;
}
#loader:before,
#modalLoader:before,
.circle-loader:before {
  border-top-color: #ef498b;
}
#loader:after,
#modalLoader:after,
.circle-loader:after {
  border-top-color: #FFC107;
}
/* LOOKBOOK COLORS */
.lookbook {
  background: url(https://motorolahome.com/skin/frontend/welldone/motorola/images/lookbook-bg.jpg) repeat-x 0 0 #ffffff;
}
.hint {
  background: #00abc7;
  color: #fff;
}
.hint__dot {
  border-color: #00abc7;
}
.tool {
  background: #fff;
  color: #000;
}
.hint:hover .tool {
  background: #00abc7;
  color: #fff;
}
.tool .tip {
  background: #fff;
}
.hint:hover .tool .tip {
  background: #00abc7;
}
.tool--right {
  left: 38px;
  right: auto;
}
.tool--right:before {
  left: -10px;
  right: auto;
}
.tool--right .tip {
  left: -4px;
  right: auto;
  box-shadow: 2px -2px 2px rgba(0, 0, 0, 0.1);
}
.hover-tool {
  background: #fff;
  color: #000;
}
.hover-tool__tip {
  background: #fff;
}
/* MODAL COLORS */
.modal button.close {
  color: #000;
}
.modal--bg .modal-header button.close {
  color: #000;
}
@media (max-width: 767px) {
  .modal--bg .modal-content {
    background: url('https://motorolahome.com/skin/frontend/welldone/motorola/images/newsletter-bg.jpg') no-repeat right 0;
  }
}
.overlay {
  background: rgba(0, 0, 0, 0.95);
}
.overlay .overlay-close {
  color: #ffffff;
}
.overlay .input-group--wd input {
  color: #ffffff;
}
/* OPTIONS COLORS */
.options-swatch li {
  border-color: #fff;
}
.color-black {
  background: #000000;
}
.color-red {
  background: #ea6250;
}
.color-blue {
  background: #517ab9;
}
.color-yellow {
  background: #ebc253;
}
.color-green {
  background: #73cd6c;
}
.color-dark-grey {
  background: #505050;
}
.color-grey {
  background: #d3d3d3;
}
.color-white {
  background: #ffffff;
}
/* PANELS COLORS */
.panel-table .td {
  border-color: #f0f0f0;
}
@media (max-width: 767px) {
  .panel-table .td {
    border-bottom-color: #f0f0f0 !important;
  }
}
.panel-checkout .panel-heading {
  background-color: #fff;
  border-left-color: #fafafa;
}
.panel-checkout .panel-heading__number {
  border-right-color: #f0f0f0;
}
.panel-checkout .panel-heading.active,
.panel-checkout .panel-heading:hover {
  background-color: #879196;
  border-color: #374850;
}
.panel-checkout .panel-heading.active a,
.panel-checkout .panel-heading:hover a {
  color: #fff;
}
.panel-checkout .panel-heading.active .panel-heading__number,
.panel-checkout .panel-heading:hover .panel-heading__number {
  color: #fff;
  border-right-color: #879196;
}
/* PRODUCTS COLORS */
.product-links {
  color: #adadad;
}
.product-links .icon {
  color: #d3d3d3;
}
.product-links a {
  color: #adadad;
}
.product-links a:hover {
  color: #212121;
}
.product-links a .icon {
  color: #d3d3d3;
}
.product-preview__info {
  border-top-color: #dfdfdf;
  background: #ffffff;
}
.product-preview__info__link {
  color: #adadad;
}
.product-preview__info__link .icon {
  color: #d3d3d3;
}
.product-preview__info__link a {
  color: #adadad;
}
.product-preview__info__link a:hover {
  color: #212121;
}
.product-preview__info__link a .icon {
  color: #d3d3d3;
}
.product-preview__info__link:after {
  border-top-color: #dfdfdf;
}
.product-preview__outstock {
  color: #fff;
  background: rgba(0, 0, 0, 0.7);
}
.product-preview__label {
  color: #ffffff;
}
.product-preview__label--sale {
  background: #f55582;
}
.product-preview__label--new {
  background: #a8afb3;
}
@media (max-width: 767px) {
  .products-listing .product-preview .product-preview__info__link .buy-link .icon {
    color: #adadad !important;
  }
  .products-listing .product-preview .product-preview__info__link .buy-link .icon:hover {
    color: #212121 !important;
  }
  .product-preview .product-preview__info__link a:hover > .icon {
    color: #212121;
  }
}
.products-listing.row-view .product-preview-wrapper .product-preview {
  background: #ffffff;
}
.products-listing.row-view .product-preview-wrapper .product-preview__info .product-preview__info__link .buy-link {
  color: #ffffff;
}
.products-listing.row-view .product-preview-wrapper .product-preview__info .product-preview__info__link .buy-link .icon {
  color: #ffffff;
}
@media (max-width: 991px) {
  .products-listing.row-view .product-preview-wrapper .product-preview__info .product-preview__info__link .buy-link .icon {
    color: #adadad !important;
  }
  .products-listing.row-view .product-preview-wrapper .product-preview__info .product-preview__info__link .buy-link .icon:hover {
    color: #212121 !important;
  }
  .products-listing.row-view .product-preview-wrapper .product-preview__info .product-preview__info__link a:hover > .icon {
    color: #212121;
  }
}
.rating {
  color: #9a9a9a;
}
.price-box__new {
  color: #f55582;
}
.products-widget__item:after {
  background-color: #f0f0f0;
}
.product-main-image__zoom {
  background-color: rgba(211, 211, 211, 0.2);
  color: #adadad;
}
.product-images-carousel .video-link {
  background-color: rgba(211, 211, 211, 0.2);
  color: rgba(211, 211, 211, 0.8);
}
.product-info__divider {
  border-top-color: #f0f0f0;
}
@media (max-width: 991px) {
  .product-info .grey-box {
    background-color: transparent;
  }
}
.input-group-qty .btn-number-container {
  position: relative;
}
.input-group-qty .btn-number-container .btn-number {
  border-left-color: #e3e3e3;
  border-top-color: #e3e3e3;
}
/* PRODUCT STICKY COLORS */
.nav-product {
  background: #ffffff;
  border-top-color: #f0f0f0;
}
.nav-product ul li a {
  background: transparent;
  color: #212121;
}
.nav-product ul li a:hover {
  background: #f7f7f7;
}
.nav-product ul li.active a {
  background: #000000;
  color: #ffffff;
}
/* RATINGS COLORS */
.rating-extended .progress {
  background-color: transparent;
}
.rating-extended .progress-bar-five {
  background-color: #a0dc0f;
}
.rating-extended .progress-bar-four {
  background-color: #cde449;
}
.rating-extended .progress-bar-three {
  background-color: #dfd239;
}
.rating-extended .progress-bar-two {
  background-color: #df9739;
}
.rating-extended .progress-bar-one {
  background-color: #d62b2b;
}
/* REVIEW COLORS */
.review {
  border-top-color: #f0f0f0;
}
.review__meta {
  color: #adadad;
}
.review__meta a {
  color: #adadad;
}
.review__comments a {
  color: #00abc7;
}
.review__helpful {
  color: #adadad;
}
.review__helpful a {
  background: #adadad;
  color: #ffffff;
}
.review__helpful a:hover {
  background: #00abc7;
}
/* SEARCH COLORS */
.header--transparent .header__search .icon {
  color: #ffffff;
}
.header--dark .header__search .icon {
  color: #ffffff;
}
.header__search__input {
  background-color: transparent;
}
.header--transparent .header__search__input {
  color: #ffffff;
}
.header__search__input:focus {
  border-bottom-color: #00abc7;
}
.header__search__button {
  background-color: transparent;
  color: #212121;
}
.header-line .header__search__button {
  color: #ffffff;
}
.header-line--light .header__search__button {
  color: #212121;
}
.modal--search input {
  background-color: transparent;
}
/* SLIDER COLORS */
.tp-caption--wd-1 {
  color: #fff;
}
.tp-caption--wd-2 {
  color: #fff;
}
.tp-caption--wd-3 {
  color: #fff;
}
.tp-caption--wd-4 {
  color: #000;
}
.tp-caption--wd-5 {
  color: #2b383e;
}
.tp-caption--wd-6 {
  color: #000;
}
.tp-caption--wd-7 {
  color: #fff;
}
.tp-caption--wd-8 {
  color: #fff;
}
.tp-caption .btn--wd {
  color: #ffffff !important;
}
.single-slider__text {
  color: #ffffff;
}
/* SOCIAL BTNS COLORS */
.social-links ul .social-links__item a {
  color: #ffffff;
}
.social-links--invert ul li.social-links__item a {
  color: #d3d3d3;
}
.header-line--light .social-links ul li.social-links__item a {
  color: #212121;
}
.social-links--dark ul li.social-links__item a {
  color: #212121;
}
.social-links--colorize .icon-facebook:hover {
  color: #526ac4;
}
.social-links--colorize .icon-twitter:hover {
  color: #00e4ff;
}
.social-links--colorize .icon-pinterest:hover {
  color: #cb2026;
}
.social-links--colorize .icon-linkedin:hover {
  color: #0077b5;
}
.social-links--colorize .icon-google:hover {
  color: #d50f25;
}
.social-links--colorize .icon-mail:hover {
  color: #00abc7;
}
/* SPINNER COLORS */
.loader .bar {
  background-color: #00bff3;
}
.loader .bar:nth-child(2) {
  background-color: #82ca9c;
}
.loader .bar:nth-child(3) {
  background-color: #f69679;
}
.loader .bar:nth-child(4) {
  background-color: #acd373;
}
.loader .bar:nth-child(5) {
  background-color: #959595;
}
/* TABS COLORS */
.nav-tabs--wd {
  border-bottom-color: #e8e8e8;
}
.nav-tabs--wd > li > a {
  background-color: rgba(255, 255, 255, 0.5);
}
@media (max-width: 767px) {
  .nav-tabs--wd > li > a {
    border-color: #e8e8e8;
  }
}
.nav-tabs--wd > li > a:hover {
  border-color: #e8e8e8 #e8e8e8 #dddddd;
}
.nav-tabs--wd > li.active > a,
.nav-tabs--wd > li.active > a:hover,
.nav-tabs--wd > li.active > a:focus {
  border-color: #e8e8e8;
}
@media (max-width: 767px) {
  .nav-tabs--wd > li.active > a,
  .nav-tabs--wd > li.active > a:hover,
  .nav-tabs--wd > li.active > a:focus {
    border-bottom-color: #e8e8e8;
  }
}
.nav-tabs--wd > li.active > a:after {
  background-color: #ffffff;
}
.tab-content--wd > .tab-pane {
  background-color: #ffffff;
  border-color: #e8e8e8;
}
/* TESTIMONIALS COLORS */
.testimonials__item {
  background-color: #ffffff;
  border-color: #f0f0f0;
  /*overflow: hidden;*/
}
.card--collapse.open .testimonials__item-title {
  border-bottom-color: #f0f0f0;
}
.testimonials__item--form {
  background: #ffffff;
}
.testimonials__item--form__icon {
  color: #d3d3d3 !important;
}
.testimonials__item--form__footer {
  border-top-color: #f0f0f0;
  background: #f7f7f7;
}
.testimonials__item--icon__cell {
  background-color: #f4f4f4;
}
.testimonials__item--icon__cell__icon {
  background-color: #ffffff;
  color: #212121;
}
.testimonials__item__row-line {
  border-bottom-color: #f0f0f0;
}
.testimonials__item__row {
  border-bottom-color: #f0f0f0;
}
.testimonials__item__row--icon__icon .icon {
  color: #d3d3d3;
}
.card__row:hover .testimonials__item__row--icon__icon .icon {
  color: #878787;
}
.card__row--big .testimonials__item__row--icon__icon .icon {
  color: #000000;
}
.testimonials__item__image-sell {
  background: #f4f4f4;
}
.testimonials__item__text:before {
  color: #d2d2d2;
}
/* SHOPPING PAGE */
.shopping-cart-table [class^="icon-"],
.shopping-cart-table [class*=" icon-"] {
  color: #adadad;
}
.shopping-cart-table [class^="icon-"]:hover,
.shopping-cart-table [class*=" icon-"]:hover {
  color: #00abc7;
}
/* TOOLS COLORS */
#tools .box-out {
  background: #2b383e;
  color: #fff;
}
#tools .box-out,
#tools .box-out a {
  color: #fff;
}
.tgl + .tgl-btn {
  background: #f0f0f0;
}
.tgl + .tgl-btn:after {
  background: #fff;
}
.tgl.checked + .tgl-btn {
  background: #00abc7;
}
/* OTHER VENDORS COLORS */
.slick-dots li button:before {
  color: #878787;
}
.slick-dots li.slick-active button:before {
  color: #00abc7;
}
.animated-arrows .slick-prev::before,
.animated-arrows .slick-prev::after,
.animated-arrows .slick-prev .icon-wrap::before,
.animated-arrows .slick-prev .icon-wrap::after,
.animated-arrows .slick-next::before,
.animated-arrows .slick-next::after,
.animated-arrows .slick-next .icon-wrap::before,
.animated-arrows .slick-next .icon-wrap::after {
  background: #878787;
}
.animated-arrows .slick-prev .icon-wrap::before,
.animated-arrows .slick-prev .icon-wrap::after,
.animated-arrows .slick-next .icon-wrap::before,
.animated-arrows .slick-next .icon-wrap::after {
  background: #00abc7;
}
.single-slider .slick-prev {
  left: 15px;
}
.single-slider .slick-next {
  right: 15px;
}
.single-slider .slick-dots {
  bottom: -35px;
}
.tparrows.default.tp-leftarrow::before,
.tparrows.default.tp-leftarrow::after,
.tparrows.default.tp-leftarrow .tp-arr-allwrapper::before,
.tparrows.default.tp-leftarrow .tp-arr-allwrapper::after,
.tparrows.default.tp-rightarrow::before,
.tparrows.default.tp-rightarrow::after,
.tparrows.default.tp-rightarrow .tp-arr-allwrapper::before,
.tparrows.default.tp-rightarrow .tp-arr-allwrapper::after {
  background: #cccccc;
}
.tparrows.default.tp-leftarrow .tp-arr-allwrapper::before,
.tparrows.default.tp-leftarrow .tp-arr-allwrapper::after,
.tparrows.default.tp-rightarrow .tp-arr-allwrapper::before,
.tparrows.default.tp-rightarrow .tp-arr-allwrapper::after {
  background: #00abc7;
}

select {
    appearance: none;
    padding: 9px 12px;
    font-size: 1.214em;
    line-height: 1em;
    height: 40px;
    border-width: 1px;
    border-style: solid;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    padding: 12px 12px;
    font-size: inherit;
    line-height: 1.1em;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
select:hover,
select:focus,
select.focus {
    box-shadow: none;
    outline: none;
}
#pageContent > .std > .content:first-child {
    /*padding-top: 0px;*/
    /*padding-top: 0px !important;*/
}
.cms-index-index #pageContent > .std > .content:first-child {
    /*padding-top: 0px;*/
    padding-top: 0px !important;
}
.currency__item--active a{font-weight: bold !important;}
.dropdown-menu.header_type_4  li  a {
    margin: 0px -18px;
    padding: 3px 18px;
    line-height: 1.7;
    white-space: nowrap;
}
.header--small .header__cart__indicator{ display: none}
.non-circle img,.non-circle *{border-radius: 0;}
.price-box .old-price,.price-box .special-price{ display: inline-block}
.price-box  .special-price .price{color: #F55582;font-weight: bold;}
/*.slick-vertical .old-price{ display: none}*/
#newsletter-validate-detail #advice-required-entry-email, #newsletter-validate-detail #advice-validate-email-email{ display: none}
body.boxed{ background-attachment: fixed}
body.fullwidth{ overflow-x: hidden}
body.customer-account-login,body.customer-account-create{ background-color: #F4F4F4; padding: 0}
.validation-advice{ /*margin-top: -5px;*/ margin-bottom: 10px}
.customer-account-login .validation-advice,.customer-account-create  .validation-advice{ margin-top: -5px; }
.contacts-index-index .validation-advice{ margin-top: 5px; margin-bottom: 0px}

.customer-account-create input[type=text],
.customer-account-create input[type=password]{
    background: #FFF none repeat scroll 0% 0%;
    border-color: #E3E3E3;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0px 0px 0px 0px transparent;
    box-sizing: border-box;
    color: #2B2B2B;
    font: 400 15.7833px/15.7833px "Roboto",sans-serif;
    height: 40px;
    margin: 0px 0px 15px;
    padding: 9px 12px;
    text-align: start;
    vertical-align: middle;
    width: 268px;
    -moz-appearance: none;
}

/*Blocks*/
.block .block-title strong span{
    box-sizing: border-box;
    color: #212121;
    font-family: "Roboto",sans-serif;
    font-size: 22px;
    font-weight: 100;
    line-height: 24.2px;
    margin: 0px;
    padding: 0px 0px 33px;
    text-transform: uppercase;
}
.block .block-content li.item{
    border-bottom: 1px solid #F0F0F0;
    box-sizing: border-box;
    color: #212121;
    font-family: "Roboto",sans-serif;
    font-size: 13px;
    line-height: 18.2px;
    list-style: outside none none;
    padding: 10px 0px 10px 15px;
    position: relative;
    text-transform: uppercase;
}
.block-content ul{box-sizing: border-box;
    box-sizing: border-box;
    color: #212121;
    font-family: "Roboto",sans-serif;
    font-size: 13px;
    line-height: 18.2px;
    list-style: outside none none;
    margin: 0px 0px 15px;
    padding: 0px;
}
.block-content li::after {
    position: absolute;
    top: 10px;
    left: 0px;
    display: block;

}
.block-account li:after{content: ""}
.block .block-content li.last {
    border-bottom: 0px solid #F0F0F0;
}
.input-text{
    background: #FFF none repeat scroll 0% 0%;
    border-color: #E3E3E3;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0px 0px 0px 0px transparent;
    box-sizing: border-box;
    color: #2B2B2B;
    font: 400 15.7833px/15.7833px "Roboto",sans-serif;
    height: 40px;
    /*margin: 0px 0px 15px;*/
    padding: 9px 12px;
    text-align: start;
    -moz-appearance: none;
    width: 100%;
}

a.read-more,button.button,button.btn,a.button,a.opc-login-trigger,a.restore-account,a.back-link,p.back-link a{
    background: #536DFE none repeat scroll 0% 0%;
    border: 0px none #FFF;
    border-radius: 3px;
    box-sizing: border-box;
    color: #FFF;
    cursor: pointer;
    display: inline-block;
    font: 400 15.6833px/15.6833px "Roboto",sans-serif;
    height: 40px;
    list-style: outside none none;
    margin: 0px;
    outline: 0px none #FFF;

    padding: 12px 14px;
    text-align: center;
    text-decoration: none #FFF;

    transition-delay: 0s;
    transition-duration: 0.3s;
    -moz-user-select: none;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    -webkit-transition:  box-shadow 300ms 0s ease;
    -moz-transition:  box-shadow 300ms 0s ease;
    -ms-transition:  box-shadow 300ms 0s ease;
    -o-transition:  box-shadow 300ms 0s ease;
    transition:  box-shadow 300ms 0s ease;
}

button:hover, a.read-more:hover,a.button:hover,button.btn:hover,a.opc-login-trigger:hover,a.restore-account:hover,a.back-link:hover,p.back-link a:hover{
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    color: #fff;

}

.btn--wd.btn--wait:hover
{
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
    background-size: 40px 40px;
    animation: 2s linear 0s normal none infinite progress-bar-stripes;
    -webkit-animation: progress-bar-stripes 2s linear infinite;
}

.blog-search .input-text {
    margin-bottom: 4px;
    width: 160px;
}
.blog-search button{margin-top: -4px;}
.post p a.read-more{color: #fff;text-decoration: none; margin-top: 15px}
.post p a   .read-more .meta-nav{ display: none}
.post__meta__item .list-info li,.post__meta__item .list-info{display: inline-block}
.breadcrumb .post {
    margin-bottom: 0px;
}
.tags-list li {
    display: inline-block !important;
}
.list-info{
    margin-bottom: 25px;
    font-style: italic;
    text-align: right;
}
#respond{ margin-top:40px}
#respond .validation-advice {
    margin-top: 5px;
}
.tags-list li::after {
    content: "";
}
#shopping-cart-totals-table tbody > tr:first-child td{border: 0}

.checkout-cart-index .col-md-3.aside-column{ padding-top: 111px}
.fields .input-box{ margin-right: 20px}

.gallery__item__image__caption a{ color: #fff !important;}
.opc-index-index .customer-name-middlename input{ margin-bottom: 10px}
.opc-index-index .name-lastname input{ width: 189px}
.read-more  .meta-nav{ display: none}
.blog-widget__item__offset-text__teaser .read-more{ display: none}
.post .post__title{ font-size: 22px !important;}
.wordpress-index-index .pager{ display: none}
.posts-isotope a.read-more{ display: none}
.posts-isotope .post__title a{ font-size: 16px}
.posts-isotope .post-author,.posts-isotope .category{ visibility: hidden}
.posts-isotope .list-info li{ display: inline-block;}
.posts-isotope .post__meta li{ padding-bottom: 0}
.posts-isotope .list-info{ margin-bottom: 0; white-space: nowrap}
button.btn-number,.slick-next,.slick-prev,.mfp-arrow-left,.mfp-arrow-right,.mfp-close,button.close,.slick-dots button{ box-shadow: none !important;color: inherit !important;}
button.btn-number:hover{

    }
.product-info .price-box {
    font-size: 23px;
}

.review {
    padding: 0px 0px 20px;
    margin: 0px 0px;
    border-top-width: 0px;
    border-top-style: solid;
}
.form-add.reviews{ display: none}
.rating-links a{ color: #536DFE; font-size: 12px}

.options-swatch--lg li.selected{box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.25);}
.filterSize .filter-list li{ display: inline-block; margin-right: 10px}
.filterSize .filter-list .count{}
.checkbox-group label span.price{ display: inline-block !important;; position: relative!important;}
.progress-loading #loader-wrapper{ background: none}
.progress-loading .products-listing{ opacity: 0.3}
#ajax_loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10100;
    display: none;
}
#ajax_loader {
    border: 3px solid transparent;
    border-radius: 50%;
    display: block;
    margin: -75px 0 0 -75px;
    width: 150px;
    height: 150px;
    position: relative;
    top: 50%;
    left: 50%;
    -webkit-animation: spin 2s linear infinite;
    -moz-animation: spin 2s linear infinite;
    -o-animation: spin 2s linear infinite;
    -ms-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}
#ajax_loader:before {
    border: 3px solid transparent;
    border-radius: 50%;
    content: "";
    position: absolute;
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 5px;
    -webkit-animation: spin 3s linear infinite;
    -moz-animation: spin 3s linear infinite;
    -o-animation: spin 3s linear infinite;
    -ms-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite;
}
#ajax_loader:after {
    border: 3px solid transparent;
    border-radius: 50%;
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    bottom: 15px;
    right: 15px;
    -webkit-animation: spin 1.5s linear infinite;
    -moz-animation: spin 1.5s linear infinite;
    -o-animation: spin 1.5s linear infinite;
    -ms-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}
#ajax_loader {
    border-top-color: #536dfe;
}
#ajax_loader:before {
    border-top-color: #ef498b;
}
#ajax_loader:after {
    border-top-color: #FFC107;
}
#loader-wrapper {
    background-color:transparent !important;;
}
.block-layered-nav.not_ajax .checkbox-group input,
.block-layered-nav.not_ajax .checkbox-group .check,
.block-layered-nav.not_ajax .checkbox-group .box{ visibility: hidden;}
.block-layered-nav.not_ajax .checkbox-group label{ padding-left:0 }
.block-layered-nav.not_ajax .checkbox-group label:before{ content: "-"}
#quickView .product-main-image__zoom {
    position: absolute;
    z-index: 1;
}
#quickView .modal button.close {
    margin: 0px 17px 0 0;
}
.slick-vertical .products-widget__item__info__title h2 {
    height: 29px;
    overflow: hidden;
}
.slick-vertical p.special-price{ margin: 0}
.boxed.catalog-category-view  .content > .container{overflow: hidden}
@media (min-width: 1200px) {
    .fullwidth .zoomWindowContainer, .fullwidth .zoomLens {
        display: none !important;
    }
}
.catalog-product-view .product-info .countdown_box{position: relative;transform: translateY(0%); margin-bottom: 20px !important;}
.catalog-product-view .countdown_inner{width: 100%}
/*.brands.brands-carousel{ height: 96px;}*/
.catalogsearch-result-index .page-title{ display: none}
.blog-widget__item__image-cell > div {
    border-radius: 50%;
    -webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.25);
    width: 213px;
    height: 213px;
    overflow: hidden;
    cursor: pointer;
}
.landing_blog > div{margin: 0 auto;
    margin-bottom: 27px;}
#tools ul {
    margin-top: 0px;
}
#tools .colors .colors-scheme{ margin: 0; padding: 0;list-style: none;}
#tools .colors .colors-scheme li{
    display: inline-block;
    margin: 0 3px 0 0; padding: 0;
}
#tools .colors .colors-scheme li > div
{

    cursor: pointer;
    text-align: center;
    -webkit-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.25);
    padding: 0; margin: 0;
    height: 25px;
}
#tools .colors .colors-scheme li > div:hover{ opacity: 0.8}
#tools .colors .colors-scheme li > div > div{
    width: 24px;
    height: 23px;
    display: inline-block;
    margin: 0; padding: 0;
    float: left;
}
#tools .box-out {
    height: 397px;}
.cms-welldone-gallery.fullwidth .content .container {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.cms-welldone-gallery.fullwidth .title-outer{padding-left: 15px !important;}
.content.content--parallax {
    overflow:hidden-x;
}
.cms-welldone-home-page-art .content--fill{padding-top: 0px !important;padding-bottom: 0px !important;}
.header--transparent .logo img.logo-default {
    display:block;
}
#intro{ margin: 0; padding: 0 !important;}
.card--collapse  .form-list select {
    width: 100%;
}
.price-box p{ margin-bottom: 0}
.navbar.navbar-wd .nav > li > a span.link-name {
    padding: 7px 10px 15px;
}
.footer .li-col.list-user-menu h4{ display: none}
.dropdown-menu li{position: relative}
@media (max-width: 768px) {
    .checkout-cart-index .col-md-3.aside-column{ padding-top: 0px}
    .shopping-cart-btns button.pull-left,
    .shopping-cart-btns button.pull-right {
        float: none !important;
        margin: 0 !important;
    }
}
@media (max-width: 993px) {
    .addthis_toolbox{ margin-bottom: 40px}
}

/* Slider */
.slick-slider
{
    position: relative;

    display: block;

    -moz-box-sizing: border-box;
         box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0 ;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
	width: 100%;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}

@font-face {
	font-family: 'OpenSans';
	src: url('https://motorolahome.com/skin/frontend/welldone/motorola/font/fonts/OpenSans-300.woff2') format('woff2'),
			 url('https://motorolahome.com/skin/frontend/welldone/motorola/font/fonts/OpenSans-300.woff') format('woff'),
			 url('https://motorolahome.com/skin/frontend/welldone/motorola/font/fonts/OpenSans-300.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'OpenSans';
	src: url('https://motorolahome.com/skin/frontend/welldone/motorola/font/fonts/OpenSans-400.woff2') format('woff2'),
			 url('https://motorolahome.com/skin/frontend/welldone/motorola/font/fonts/OpenSans-400.woff') format('woff'),
			 url('https://motorolahome.com/skin/frontend/welldone/motorola/font/fonts/OpenSans-400.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'OpenSans';
	src: url('https://motorolahome.com/skin/frontend/welldone/motorola/font/fonts/OpenSans-600.woff2') format('woff2'),
			 url('https://motorolahome.com/skin/frontend/welldone/motorola/font/fonts/OpenSans-600.woff') format('woff'),
			 url('https://motorolahome.com/skin/frontend/welldone/motorola/font/fonts/OpenSans-600.ttf') format('truetype');
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: 'OpenSans';
	src: url('https://motorolahome.com/skin/frontend/welldone/motorola/font/fonts/OpenSans-700.woff2') format('woff2'),
			 url('https://motorolahome.com/skin/frontend/welldone/motorola/font/fonts/OpenSans-700.woff') format('woff'),
			 url('https://motorolahome.com/skin/frontend/welldone/motorola/font/fonts/OpenSans-700.ttf') format('truetype');
	font-weight: 700;
	font-style: normal;
}





@font-face {
	font-family: 'Gotham-Medium';
	src: url('https://motorolahome.com/skin/frontend/welldone/motorola/font/gotham/medium/GothamMedium.woff2') format('woff2'),
			 url('https://motorolahome.com/skin/frontend/welldone/motorola/font/gotham/medium/GothamMedium.woff') format('woff'),
			 url('https://motorolahome.com/skin/frontend/welldone/motorola/font/gotham/medium/GothamMedium.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Gotham-Medium';
	src: url('https://motorolahome.com/skin/frontend/welldone/motorola/font/gotham/medium/GothamMedium-Italic.woff2') format('woff2'),
			 url('https://motorolahome.com/skin/frontend/welldone/motorola/font/gotham/medium/GothamMedium-Italic.woff') format('woff'),
			 url('https://motorolahome.com/skin/frontend/welldone/motorola/font/gotham/medium/GothamMedium-Italic.ttf') format('truetype');
	font-weight: normal;
	font-style: italic;
}

@font-face {
	font-family: 'Gotham-Book';
	src: url('https://motorolahome.com/skin/frontend/welldone/motorola/font/gotham/book/GothamBook.woff2') format('woff2'),
			 url('https://motorolahome.com/skin/frontend/welldone/motorola/font/gotham/book/GothamBook.woff') format('woff'),
			 url('https://motorolahome.com/skin/frontend/welldone/motorola/font/gotham/book/GothamBook.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Gotham-Book';
	src: url('https://motorolahome.com/skin/frontend/welldone/motorola/font/gotham/book/GothamBook-Italic.woff2') format('woff2'),
			 url('https://motorolahome.com/skin/frontend/welldone/motorola/font/gotham/book/GothamBook-Italic.woff') format('woff'),
			 url('https://motorolahome.com/skin/frontend/welldone/motorola/font/gotham/book/GothamBook-Italic.ttf') format('truetype');
	font-weight: normal;
	font-style: italic;
}






/* Temporary Search and social Hide */
.header__search, .social-links {display:none !important;}
.back-to-top {display:none;}

/*Body */
body {
  font-family: 'OpenSans', sans-serif;
  font-size: 1.3em;
  line-height: 1.4em;
}


h1 {
    font-family: inherit;
    font-weight: 600;
    /*font-size: 2.615em;*/
    font-size:41px;
    padding: 0 0 50px;
    margin: 0;
}
h2 {
    font-family: inherit;
    font-weight: 300;
    font-size: 2.308em;
    padding: 0 0 30px 0;
    margin: 0;
}
h3 {
    font-family: inherit;
    font-weight: 300;
    font-size: 2em;
    padding: 0 0 1.5em;
    margin: 0;
}
h4 {
    font-family: inherit;
    font-weight: 300;
    font-size: 1.692em;
    padding: 0 0 1.5em;
    margin: 0;
}
h5 {
    font-family: inherit;
    font-weight: normal;
    font-size: 1.231em;
    padding: 0 0 1.2em;
    margin: 0;
}
h6 {
    font-family: inherit;
    font-weight: normal;
    font-size: 1.077em;
    padding: 0 0 1em;
    margin: 0;
}


/* MenuMenu Aggregate Specific */
.cms-page-view.cms-home4 .megamenu__columns .level-menu {
    width:49.9% !important;

}
.cms-page-view.cms-home4 .megamenu__columns .level1 {
    display:none;
}
.cms-page-view.cms-home4 .megamenu {
    width:460px;

}
.cms-page-view.cms-home4 .megamenu > .container {
    width:440px
}
.cms-page-view.cms-home4 .navbar.navbar-wd .nav > li {
    position:relative !important;
}

/* MenuMenu Aggregate Specific */
.megamenu__columns .level-menu {
    width:49.9% !important;

}
.megamenu__columns .level0.nav-2.level-menu {
    padding-left:10px;

}

.megamenu__columns .level1 .level-menu__dropdown {
    display:none !important;
}

.megamenu__columns .level-menu li {
    margin-bottom:10px;
}
.megamenu__columns .level-menu li.title a{
    color:#555659;
    font-size:1em;

}


.megamenu__columns .level-menu li a{
    color:#80888c;
    font-size:1em;
}

.megamenu {
    width:400px;

}
.megamenu > .container {
    width:380px
}

.navbar.navbar-wd .nav > li {
    position:relative !important;
}

.caret.caret--dots:before {
    font-family: 'Welldone';
    content: "\e657" !important;
    color:#fff;

}
.link-name {}

.header-line a {
    color: rgba(255,255,255,0.7);
}
/* Back to Motorola*/
.header-line a:hover {
    text-decoration: none;
}
/*Top-Back Link*/
.top-back .icon {
    padding-right: 4px;
    top: -2px;
    font-size: 0.5em;
    position: relative;
    color: rgba(255,255,255,0.8);
}


/* Menu Position Update */

@media (min-width: 1200px) {
	.navbar.navbar-wd .nav { text-align:left; padding: 0; }
	.navbar.navbar-wd .nav > li > a { text-align:center; }
}



@media (min-width: 768px) and (max-width: 991px) {
    .navbar.navbar-wd .nav {
        width: 80%;
        margin-top: 0px;
        margin-left: 0px !important;
        margin-right: 0px !important;
        padding: 0;
    }
}

@media (min-width: 400px) and (max-width: 767px){
    .mobile-nav { display:block !important; }
    #slidemenu .navbar-nav > li > a > span { display:block; padding: 14px 25px; margin-bottom: 0; text-transform: uppercase }
    #slidemenu .navbar-nav > li > a { z-index:990; }
}



/* Slider Adjust */
.tp-caption--wd-4 { font-family: inherit; }
.tp-caption--wd-6 { font-weight: 300; font-family: inherit; }


#pageContent > #slider-mob.content { padding-top: 0; padding-bottom: 0 !important; }


@media (min-width: 992px) and (max-width: 1199px) {
    .tp-caption { padding-left:80px !important; font-size:41px !important; }
    .tp-caption--wd-6 {font-size:1.4em !important;}
}

@media (min-width: 768px) and (max-width: 991px) {
    .tp-caption { padding-left:60px !important; font-size:41px !important; line-height: 44px !important; }
    .tp-caption--wd-6 {font-size:1.4em !important;line-height: 1.4 !important; padding-top:30px !important;}

    /* .page-content { background-color:#F7F7F6; } */
    .section-info { padding:20px; }
}

@media (max-width: 767px) and (min-width: 400px) {
    .header .navbar-header { padding-top:3px; }
    /* .page-content { background-color:#F7F7F6; } */

    .tp-caption { padding-left:20px !important; font-size:30px !important; line-height: 32px !important; }
    .tp-caption--wd-6 { display:none;font-size:1.3em !important;line-height: 1.3 !important; padding-top:20px !important; }
    .section-info { padding:20px; }
}



/* Logo Change */
#motorola-icon { fill:#00abc7; }

.category-home-monitors #motorola-icon,
.category-heimuberwachung #motorola-icon { fill:#ff8300 !important; }
.category-home-monitors .btn--org,
.category-home-monitors .btn--wd,
.category-home-monitors .back-to-top > a,
.category-heimuberwachung .btn--org,
.category-heimuberwachung .btn--wd,
.category-heimuberwachung .back-to-top > a { background-color:#ff8300!important; }

.category-baby #motorola-icon { fill:#00bf89 !important; }
.category-baby .btn--org,
.category-baby .btn--wd,
.category-baby .back-to-top > a { background-color:#00bf89 !important; }

.category-cable-modems #motorola-icon { fill:#94d500 !important; }
.category-cable-modems .btn--org,
.category-cable-modems .btn--wd,
.category-cable-modems .back-to-top > a { background-color:#94d500 !important; }

.category-home-office-phones #motorola-icon,
.category-heim-und-burotelefone #motorola-icon { fill:#ffc600 !important; }
.category-home-office-phones .btn--org,
.category-home-office-phones .btn--wd,
.category-home-office-phones .back-to-top > a,
.category-heim-und-burotelefone .btn--org,
.category-heim-und-burotelefone .btn--wd,
.category-heim-und-burotelefone .back-to-top > a { background-color:#ffc600 !important; }

.category-pet #motorola-icon { fill:#fb3448 !important; }
.category-pet .btn--org,
.category-pet .btn--wd,
.category-pet .back-to-top > a { background-color:#fb3448 !important; }

.category-bluetooth-freisprecheinrichtungen #motorola-icon,
.category-haustiersicherheit #motorola-icon { fill:#00aec7 !important; }
.category-haustiersicherheit .btn--org,
.category-haustiersicherheit .btn--wd,
.category-haustiersicherheit .back-to-top > a,
.category-bluetooth-freisprecheinrichtungen .btn--org,
.category-bluetooth-freisprecheinrichtungen .btn--wd,
.category-bluetooth-freisprecheinrichtungen .back-to-top > a { background-color:#00aec7 !important; }


.category-stromversorgung-und-aufladen #motorola-icon { fill:#d7006d !important; }
.category-stromversorgung-und-aufladen .btn--org,
.category-stromversorgung-und-aufladen .btn--wd,
.category-stromversorgung-und-aufladen .back-to-top > a { background-color:#d7006d !important; }

.category-kabel-headset #motorola-icon { fill:#00aec7 !important; }
.category-kabel-headset .btn--org,
.category-kabel-headset .btn--wd,
.category-kabel-headset .back-to-top > a { background-color:#00aec7 !important; }

.category-babyphones #motorola-icon { fill:#00bf89 !important; }
.category-babyphones .btn--org,
.category-babyphones .btn--wd,
.category-babyphones .back-to-top > a { background-color:#00bf89 !important; }

.category-power-and-charging #motorola-icon { fill:#d7006d !important; }
.category-power-and-charging .btn--org,
.category-power-and-charging .btn--wd,
.category-power-and-charging .back-to-top > a { background-color:#d7006d !important; }

.dark-orange #motorola-icon { fill:#ff8300 !important; }
.dark-orange .btn--org,
.dark-orange .btn--wd,
.dark-orange .back-to-top > a { background-color:#ff8300 !important; }

.caribbean-green #motorola-icon { fill:#00bf89 !important; }
.caribbean-green .btn--org,
.caribbean-green .btn--wd,
.caribbean-green .back-to-top > a { background-color:#00bf89 !important; }

.citrus #motorola-icon { fill:#94d500 !important; }
.citrus .btn--org,
.citrus .btn--wd,
.citrus .back-to-top > a { background-color:#94d500 !important; }

.golden-poppy #motorola-icon { fill:#ffc600 !important; }
.golden-poppy .btn--org,
.golden-poppy .btn--wd,
.golden-poppy .back-to-top > a { background-color:#ffc600 !important; }

.radical-red #motorola-icon { fill:#fb3448 !important; }
.radical-red .btn--org,
.radical-red .btn--wd,
.radical-red .back-to-top > a { background-color:#fb3448 !important; }

.iris-blue #motorola-icon { fill:#00aec7 !important; }
.iris-blue .btn--org,
.iris-blue .btn--wd,
.iris-blue .back-to-top > a { background-color:#00aec7 !important; }

.razzmatazz #motorola-icon { fill:#d7006d !important; }
.razzmatazz .btn--org,
.razzmatazz .btn--wd,
.razzmatazz .back-to-top > a { background-color:#d7006d !important; }

.picton-blue #motorola-icon { fill:#428fda !important; }
.picton-blue .btn--org,
.picton-blue .btn--wd,
.picton-blue .back-to-top > a { background-color:#428fda !important; }

.medium-turquoise #motorola-icon { fill:#4ec8df !important; }
.medium-turquoise .btn--org,
.medium-turquoise .btn--wd,
.medium-turquoise .back-to-top > a { background-color:#4ec8df !important; }

.apple #motorola-icon { fill:#6dc14e !important; }
.apple .btn--org,
.apple .btn--wd,
.apple .back-to-top > a { background-color:#6dc14e !important; }

.gorse #motorola-icon { fill:#fde533 !important; }
.gorse .btn--org,
.gorse .btn--wd,
.gorse .back-to-top > a { background-color:#fde533 !important; }

.pumpkin #motorola-icon { fill:#fc6a21 !important; }
.pumpkin .btn--org,
.pumpkin .btn--wd,
.pumpkin .back-to-top > a { background-color:#fc6a21 !important; }

.fire-engine-red #motorola-icon { fill:#de191c !important; }
.fire-engine-red .btn--org,
.fire-engine-red .btn--wd,
.fire-engine-red .back-to-top > a { background-color:#de191c !important; }

.violet-red #motorola-icon { fill:#ed4587 !important; }
.violet-red .btn--org,
.violet-red .btn--wd,
.violet-red .back-to-top > a { background-color:#ed4587 !important; }

.prussian-blue #motorola-icon { fill:#053b6d !important; }
.prussian-blue .btn--org,
.prussian-blue .btn--wd,
.prussian-blue .back-to-top > a { background-color:#053b6d !important; }

.evening-sea #motorola-icon { fill:#285c4d !important; }
.evening-sea .btn--org,
.evening-sea .btn--wd,
.evening-sea .back-to-top > a { background-color:#285c4d !important; }

.roof-terracotta #motorola-icon { fill:#a84840 !important; }
.roof-terracotta .btn--org,
.roof-terracotta .btn--wd,
.roof-terracotta .back-to-top > a { background-color:#a84840 !important; }

.siren #motorola-icon { fill:#72253d !important; }
.siren .btn--org,
.siren .btn--wd,
.siren .back-to-top > a { background-color:#72253d !important; }

.palatinate-purple #motorola-icon { fill:#5f2b5d !important; }
.palatinate-purple .btn--org,
.palatinate-purple .btn--wd,
.palatinate-purple .back-to-top > a { background-color:#5f2b5d !important; }



/*Home Page Category Color Blocks */

.cms-index-index .hover-squared img {opacity:0.70 !important;}
.cms-index-index .hover-squared img:hover {opacity:0.85 !important;}
.cat-first{background-color:#00abc7;}
.cat-second{background-color:#00bf89;}
.cat-third{background-color:#94d500;}
.cat-fourth{background-color:#ffc600;}
.cat-fifth{background-color:#ff8300;}
.cat-sixth{background-color:#fb3448;}
.cat-seventh{background-color:#d7006d;}
.product-category__info__ribbon {background:transparent !important;color:#fff;}
.product-category__info__ribbon h5 {font-size:1.6em;font-weight:300;padding-left:5px;padding-right:5px;}
.product-category__info__ribbon__count a {color:#fff;}
.cms-index-index .back-to-top {display:none;}

/* Category Specific Color Nav */
.category-music-and-audio .hover-squared img {opacity:1 !important;}
.category-music-and-audio .hover-squared img:hover {opacity:0.8 !important;-webkit-transition: opacity 0.6s}

.category-music-and-audio .hover-squared:nth-of-type(1) {background-color:#63D1E0;}
.category-music-and-audio .hover-squared:nth-of-type(2) {background-color:#32BED4;}
.category-music-and-audio .hover-squared:nth-of-type(3) {background-color:#00ABC7;}
.category-music-and-audio .hover-squared:nth-of-type(4) {background-color:#005F7E;}
.category-music-and-audio .hover-squared:nth-of-type(5) {background-color:#00567e;}
.myclass:nth-of-type(1) {}


/*Aggregate Logo Clamp*/
.logo-default {width:50px;}

/*Span Iconography*/
.tp-caption .icon, .single-slider .icon {padding-right:5px;top:1px;}




/*Small Slider */
.single-slider__text h2 {text-shadow:1px 1px #555659;}
.single-slider__text h4 {color:#555659;}

/*Category Slider */
.product-category-carousel-5-child .slick-slider, .product-category-carousel-4-child .slick-slider, .product-category-carousel-3-child .slick-slider, .product-category-carousel-2-child .slick-slider, .product-category-carousel-1-child .slick-slider {   margin: 0 -15px -20px;}
.product-category-carousel-5-child .slick-slide, .product-category-carousel-4-child .slick-slide, .product-category-carousel-3-child .slick-slide, .product-category-carousel-2-child .slick-slide, .product-category-carousel-1-child .slick-slide {margin: 0 15px 20px;}


/*Category Responsive*/
@media (max-width: 559px) {
    .products-grid {padding-top:0px !important;}
    .products-listing.four-in-row .product-preview-wrapper {
        width: 100% !important;
        padding-left: 5px;
        padding-right: 5px;
    }
    .products-listing.four-in-row .category-featured-text {
        padding:30px 65px 30px 50px !important;
        margin-bottom:50px;
        background:#f9f9f9;
        border:1px solid #d7d7d7;
        box-shadow: 1px 0px 1px #e4e4e4;
    }
    .products-listing.four-in-row .category-featured-text .btn--wd {
        width:100% !important;
        text-align: center;
    }
    .footer__column-links .mobile-collapse__title, .footer__column-links .mobile-collapse__content {padding-left:30px;}
    .footer__bottom .pull-left {padding-left:15px;}
    .footer__column-links .mobile-collapse {border-bottom-style: none;}

}


/*Category Header */
body:not(.boxed) .page-content--fill {
    background-color:#ffffff;
}
.category-header {
    height: 500px;
    width: 100%;
    font-size: 18px;
    font-weight: 300;
    line-height: 30px;
    background-position:right;
}
.category-header .btn--md {
    font-size:16px;
}
.bg-right .category-header {
    background-position:right !important;
}
.bg-left .category-header {
    background-position:left !important;
}
.bg-center .category-header {
    background-position:center !important;
}

.category-header .container {
    height:500px;
}
.category-header .container .row
{
    height: 500px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

}
.category-header .container .row>div {
    align-self:center;
    -webkit-align-self: center
}
.category-header .light
{
    color:#fff;
}
.category-header .dark {
    color:#555659;
}
.category-header .light h1 {
    color:#fff;
}
.category-header .dark h1 {
    color:#555659;
}
.category-header h1 {
    margin: 0 0 5px;
    padding-bottom: 10px;
}
.category-description {
    margin: 20px 0px 0px 0px;
    line-height: 1.4em;
}
.category-wrapper {
    background-color:#ffffff;
    margin-bottom: 50px;

}
.category-wrapper .category-outer {
    box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.15);
}

.category-featured-text {
    padding:30px 0px 0px 20px
}
.category-featured-text p {
    margin-bottom:20px;
    padding-right:15px;
}
.products-grid {padding-top:50px;}


/* Product Catalog Items */
.product-preview__image img {padding:10px;}



/*Mega Menu Mods*/
.level2 {display:none;}

/* Powered By eBuyNow */
body.powered-by-in {
    overflow: hidden;
}

body>.outer-wrap {
    position: relative;
    right: 0;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

body>.outer-wrap.in {
    right: 320px;
}

.powered-by-toggle {
    position: fixed;
    right: 7px;
    background: rgba(36,38,39,.5);
    bottom: 7px;
    z-index: 999999;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    -webkit-border-radius: 20px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 20px;
    -moz-background-clip: padding;
    border-radius: 20px;
    background-clip: padding-box;
    padding: 5px 10px 4px;
    -webkit-font-smoothing: antialiased;
    color: #DBDCDD;
    font-size: 10px;
    line-height: 1;
    text-decoration: none;
}

.powered-by-toggle:active,.powered-by-toggle:focus,.powered-by-toggle:hover,.powered-by-toggle:visited {
    text-decoration: none;
    color: #fff;
}

.powered-by-toggle.in {
    right: 327px;
}

#powered-by {
    overflow: scroll;
    position: fixed;
    right: -320px;
    width: 320px;
    background: #242627;
    top: 0;
    bottom: 0;
    z-index: 999999;
    color: #A0A2A4;
    padding: 30px;
    font-family: 'OpenSans',sans-serif;
    -webkit-font-smoothing: antialiased;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

#powered-by.in {
    right: 0;
}

#powered-by a {
    color: #A0A2A4;
}

#powered-by a:hover {
    color: #fff;
}

#powered-by a:active,#powered-by a:focus,#powered-by a:hover,#powered-by a:visited {
    text-decoration: none;
}

#powered-by .powered-by-content {
    margin-top: 100px;
    position: relative;
}

#powered-by .close-powered-by {
    position: absolute;
    z-index: 2;
    top: 30px;
    right: 30px;
    height: 25px;
    width: 25px;
}

#powered-by .powered-by-title {
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    margin-bottom: 30px;
}

#powered-by .powered-by-main {
    font-size: 12px;
    line-height: 18px;
    width: 260px;
}

#powered-by .powered-by-main p {
    margin-bottom: 20px;
}

#powered-by .powered-by-links {
    border-top: 1px solid #444647;
}

#powered-by .powered-by-links a {
    color: #fff;
    font-size: 12px;
    line-height: 18px;
}

#powered-by .powered-by-links li {
    border-bottom: 1px solid #444647;
    padding-bottom: 15px;
    margin-top: 15px;
}

#powered-by-overlay {
    position: fixed;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #242627;
    zoom: 1;
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

#powered-by-overlay.in {
    z-index: 105;
    zoom: 1;
    filter: alpha(opacity=25);
    -webkit-opacity: .25;
    -moz-opacity: .25;
    opacity: .25;
}


/* Homepage Large Bootstrap Category Selection */
#homepage-content section .bg-img {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50%;
    right: 0;
    z-index: 1;
}
#homepage-content section .row {
    height: 580px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
#homepage-content section .section-content {
    position: relative;
    z-index: 2;
    background: #fff;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
}

#homepage-content section {
    height: 580px;
    position: relative;
    width:100%;
    margin-bottom:0px;
}
#homepage-content section.img-left .bg-img {
    left: 0;
    right: auto;
}
#homepage-content section a svg {
    position: relative;
    top: 13px;
    left: -9px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
#homepage-content section a {
    position: relative;
    top: -10px;
    font-size: 12px;
    font-weight: 600;
    color: #00AEC7;
    text-transform: uppercase;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
#homepage-content section .section-content a {
    top: -15px;
    text-transform: uppercase;
}

@media only screen and (max-width: 992px) {
    #homepage-content section {
        width: 100%;
        height: auto;
        padding-left: 20px;
        padding-right: 20px;
        margin-bottom:0px;
        background-color: #F7F7F7;
        padding-bottom: 20px;
        position:relative;
    }

    #homepage-content section.first {
        padding-top: 30px;
    }

    #homepage-content section .section-img {
      padding-bottom: 40%;
    }
    #homepage-content section .section-content {
        padding-left: 0;
        padding-right: 0;
        -webkit-align-self: auto;
        -ms-flex-item-align: auto;
        align-self: auto;
    }
    #homepage-content section .row {
        display: block;
        margin-left: 0;
        margin-right: 0;
        height: auto;
    }
    #homepage-content section .container {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        border: 1px solid #DBDCDD;
    }
    #homepage-content section:last-child {
        padding-bottom: 30px;
    }
    #homepage-content section .section-content .section-info {
        padding: 40px 40px 25px;
    }
    #homepage-content section .section-content p {
        font-size: 18px;
        line-height: 24px;
    }

}

.page-not-found div.page-content {
    margin-top: 60px;
    margin-bottom: 60px;
}
.page-not-found div.not-found-links {
    margin-top: 20px;
}

html { -moz-osx-font-smoothing:grayscale; -webkit-font-smoothing:antialiased; }

.tp-bullets.simplebullets.round .bullet { background-color: #e1e1e1; border-radius: 12px; width: 12px; height: 12px; }

.tp-bullets.simplebullets .bullet:hover,
.tp-bullets.simplebullets .bullet.selected { background-color: #039aaf; }

.tp-bullets { display: none; }

#homepage-content section:first-child { padding-top: 30px; }

.logo-mobile-footer { display: none; }

.v-links-list li { font-family: inherit !important; }

.mobile-collapse { border: none !important; }

.footer__bottom { display: none; }


.footer__column-links .row > div { margin-bottom: 2em; }
.footer__column-links .row > div:last-child { margin-bottom: 0; }


.footer__subscribe { display: none; }

.slick-slider { position: relative; }
.slick-slider > button { position: absolute; top: 50%; transform: translateY(-50%); font-size: 0; width: 40px; background: transparent; border:none; }
.slick-slider > button .icon-wrap { display: block; padding-bottom: 100%; }
.slick-slider > button::before { font-family: FontAwesome; content: "\f104"; color:#999; opacity: .5; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); font-size: 36px; }
.slick-slider > button.slick-prev { left: -15px; }
.slick-slider > button.slick-next { right: -15px; }
.slick-slider > button.slick-next::before { content: "\f105"; }
.slick-slider > button:hover::before { opacity: 1; color:#00AEC7; }

.slick-dots { padding: .5rem 0; white-space: nowrap; }
.slick-dots li { display: inline-block; opacity: .5; padding: 0 .5rem; }
.slick-dots li button { display: block; font-size: 0; width: 10px; padding-bottom: 100%; height: 0; border-radius: 50px; border: none; background-color: #444; }
.slick-dots li.slick-active { opacity: 1; }


.b-lazy:not(.b-loaded) { background-image: url(https://motorolahome.com/skin/frontend/welldone/motorola/images/loading.svg) !important; background-size:40px !important; background-position: center center !important; background-repeat: no-repeat !important; }


/* -------------------------------------------------- */
/* !- MotoHome 2017 */
.header { box-shadow: none; }
.header .navbar-header { line-height: 0; }
.header .logo { margin-right: 15px; }
.header .logo #motorola-icon { display: block; width: 48px; height: auto; max-width: 100%; fill: #f04187; }

.header-line { background-color: #333f48; color: #fff; box-shadow: none; padding: 0; min-height: 0; line-height: 1.42857143; -webkit-font-smoothing: antialiased; }
.header-line * { color: inherit !important; }
.header-line a { font-weight: inherit; }
.header-line .container { max-width: none !important; padding-left: 0; }
.header-line .user-links .top-back { font-size: 1.1rem; font-weight: normal; margin-left: 0; display: block; padding: .85em 1em .95em; }
.header-line .user-links .top-back span.icon { display: inline-block; vertical-align: middle; padding: 0; font-size: 1em; line-height: 1; margin-right: .5em; }
.header-line .user-links .top-back span.icon:before { display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
	content: "\f104"; /* fa-angle-left */ line-height: 0;
}
.header-line .user-links .top-back a { padding: 0 0 0 3px; }

.header .navbar.navbar-wd { padding: 22px 0; border-bottom: 1px solid #EDEDEE; }
.header .navbar.navbar-wd .navbar-nav { margin: 0; position: relative; top: 2px; }
.header .navbar.navbar-wd.stuck { box-shadow: none; }
.header .navbar.navbar-wd .nav > li > a { -webkit-font-smoothing: antialiased; font-size: 14px; padding: 0 5px; }
.header .navbar.navbar-wd .nav > li:hover > a,
.header .navbar.navbar-wd .nav > li > a:hover { color: #f04187 !important; }
.header .navbar.navbar-wd .dropdown-menu { border-bottom-color: #f04187 !important; }

.megamenu__columns .level-menu { margin-bottom: 0; }
.megamenu__columns .level-menu li { float: none; }
.megamenu__columns .level-menu li a { color: inherit; opacity: .8; font-size: 1.3rem; display: block; width: 100%; }
.megamenu__columns .level-menu li.title { display: none; }


.header__dropdowns-container { display: none !important; }
.container { width: 100% !important; max-width: 1170px; }

.baby-monitors {}
.categ-117 #motorola-icon { fill: rgb(70,200,225) !important; }
.categ-117 .navbar.navbar-wd .dropdown-menu { border-bottom-color: rgb(70,200,225) !important; }
.categ-117 .header-line,
.categ-117 .btn--wd,
.categ-117 .product-preview__label--sale { background-color: rgb(70,200,225) !important; }
.categ-117 .header .navbar.navbar-wd .nav > li:hover > a,
.categ-117 .header .navbar.navbar-wd .nav > li > a:hover { color: rgb(70,200,225) !important; }

.home-monitors {}
.categ-114 #motorola-icon { fill: rgb(62,141,221) !important; }
.categ-114 .navbar.navbar-wd .dropdown-menu { border-bottom-color: rgb(62,141,221) !important; }
.categ-114 .header-line,
.categ-114 .btn--wd,
.categ-114 .product-preview__label--sale { background-color: rgb(62,141,221) !important; }
.categ-114 .header .navbar.navbar-wd .nav > li:hover > a,
.categ-114 .header .navbar.navbar-wd .nav > li > a:hover { color: rgb(62,141,221) !important; }

.home-office-phones {}
.categ-116 #motorola-icon { fill: rgb(235,20,10) !important; }
.categ-116 .navbar.navbar-wd .dropdown-menu { border-bottom-color: rgb(235,20,10) !important; }
.categ-116 .header-line,
.categ-116 .btn--wd,
.categ-116 .product-preview__label--sale { background-color: rgb(235,20,10) !important; }
.categ-116 .header .navbar.navbar-wd .nav > li:hover > a,
.categ-116 .header .navbar.navbar-wd .nav > li > a:hover { color: rgb(235,20,10) !important; }

.cable-modems {}
.categ-115 #motorola-icon { fill: rgb(70,200,225) !important; }
.categ-115 .navbar.navbar-wd .dropdown-menu { border-bottom-color: rgb(70,200,225) !important; }
.categ-115 .header-line,
.categ-115 .btn--wd,
.categ-115 .product-preview__label--sale { background-color: rgb(70,200,225) !important; }
.categ-115 .header .navbar.navbar-wd .nav > li:hover > a,
.categ-115 .header .navbar.navbar-wd .nav > li > a:hover { color: rgb(70,200,225) !important; }

.home-pets {}
.categ-131 #motorola-icon { fill: rgb(105,195,70) !important; }
.categ-131 .navbar.navbar-wd .dropdown-menu { border-bottom-color: rgb(105,195,70) !important; }
.categ-131 .header-line,
.categ-131 .btn--wd,
.categ-131 .product-preview__label--sale { background-color: rgb(105,195,70) !important; }
.categ-131 .header .navbar.navbar-wd .nav > li:hover > a,
.categ-131 .header .navbar.navbar-wd .nav > li > a:hover { color: rgb(105,195,70) !important; }

.wireless-headphones {}
.categ-120 #motorola-icon { fill: rgb(70,200,225) !important; }
.categ-120 .navbar.navbar-wd .dropdown-menu { border-bottom-color: rgb(70,200,225) !important; }
.categ-120 .header-line,
.categ-120 .btn--wd,
.categ-120 .product-preview__label--sale { background-color: rgb(70,200,225) !important; }
.categ-120 .header .navbar.navbar-wd .nav > li:hover > a,
.categ-120 .header .navbar.navbar-wd .nav > li > a:hover { color: rgb(70,200,225) !important; }

.bluetooth-handsfree {}
.categ-121 #motorola-icon { fill: rgb(255,106,0) !important; }
.categ-121 .navbar.navbar-wd .dropdown-menu { border-bottom-color: rgb(255,106,0) !important; }
.categ-121 .header-line,
.categ-121 .btn--wd,
.categ-121 .product-preview__label--sale { background-color: rgb(255,106,0) !important; }
.categ-121 .header .navbar.navbar-wd .nav > li:hover > a,
.categ-121 .header .navbar.navbar-wd .nav > li > a:hover { color: rgb(255,106,0) !important; }

.power-charging {}
.categ-118 #motorola-icon { fill: rgb(62,141,221) !important; }
.categ-118 .navbar.navbar-wd .dropdown-menu { border-bottom-color: rgb(62,141,221) !important; }
.categ-118 .header-line,
.categ-118 .btn--wd,
.categ-118 .product-preview__label--sale { background-color: rgb(62,141,221) !important; }
.categ-118 .header .navbar.navbar-wd .nav > li:hover > a,
.categ-118 .header .navbar.navbar-wd .nav > li > a:hover { color: rgb(62,141,221) !important; }

.car-speakers {}
.categ-122 #motorola-icon { fill: rgb(235,20,10) !important; }
.categ-122 .navbar.navbar-wd .dropdown-menu { border-bottom-color: rgb(235,20,10) !important; }
.categ-122 .header-line,
.categ-122 .btn--wd,
.categ-122 .product-preview__label--sale { background-color: rgb(235,20,10) !important; }
.categ-122 .header .navbar.navbar-wd .nav > li:hover > a,
.categ-122 .header .navbar.navbar-wd .nav > li > a:hover { color: rgb(235,20,10) !important; }

.moto-z-cases {}
.categ-298 #motorola-icon { fill: rgb(240,65,135) !important; }
.categ-298 .navbar.navbar-wd .dropdown-menu { border-bottom-color: rgb(240,65,135) !important; }
.categ-298 .header-line,
.categ-298 .btn--wd,
.categ-298 .product-preview__label--sale { background-color: rgb(240,65,135) !important; }
.categ-298 .header .navbar.navbar-wd .nav > li:hover > a,
.categ-298 .header .navbar.navbar-wd .nav > li > a:hover { color: rgb(240,65,135) !important; }

.moto-x-cases {}
.categ-299 #motorola-icon { fill: rgb(70,200,225) !important; }
.categ-299 .navbar.navbar-wd .dropdown-menu { border-bottom-color: rgb(70,200,225) !important; }
.categ-299 .header-line,
.categ-299 .btn--wd,
.categ-299 .product-preview__label--sale { background-color: rgb(70,200,225) !important; }
.categ-299 .header .navbar.navbar-wd .nav > li:hover > a,
.categ-299 .header .navbar.navbar-wd .nav > li > a:hover { color: rgb(70,200,225) !important; }

.moto-g-cases {}
.categ-300 #motorola-icon { fill: rgb(235,20,10) !important; }
.categ-300 .navbar.navbar-wd .dropdown-menu { border-bottom-color: rgb(235,20,10) !important; }
.categ-300 .header-line,
.categ-300 .btn--wd,
.categ-300 .product-preview__label--sale { background-color: rgb(235,20,10) !important; }
.categ-300 .header .navbar.navbar-wd .nav > li:hover > a,
.categ-300 .header .navbar.navbar-wd .nav > li > a:hover { color: rgb(235,20,10) !important; }


.motohome2017v2 .home-grid { background-color: #FF5300; padding: 5rem 0; }
.motohome2017v2 .home-grid .container { width: 100%; max-width: 1170px; }
.motohome2017v2 .home-grid .tiles { display: flex; flex-wrap: wrap; margin: 0 -1.5rem; justify-content: space-around; }
.motohome2017v2 .home-grid .tile { position: relative; flex: 0 1 calc(33.33% - 3rem); margin: 1.5rem 0; }
.motohome2017v2 .home-grid .tile > a { position: absolute; z-index: 9; left: 0; top: 0; right: 0; bottom: 0; opacity: 0; cursor: pointer; }
.motohome2017v2 .home-grid .tile .tile-top {}
.motohome2017v2 .home-grid .tile .tile-top h2 { color: #fff; font-weight: normal; font-family: "Gotham-Medium", "OpenSans", sans-serif; font-size: 2rem; line-height: 1; padding: .5rem 1.5rem 1.5rem; margin: 0; }
.motohome2017v2 .home-grid .tile-middle {}
.motohome2017v2 .home-grid .tile-middle .tile-text { padding: .5rem 1.5rem; font-size: 1.3rem; font-weight: 300; line-height: 1.4; color: inherit; }
.motohome2017v2 .home-grid .tile .tile-bottom { position: relative; overflow: hidden; }
.motohome2017v2 .home-grid .tile .tile-bottom .bgImg { background-color: rgba(255,255,255,.5);
	background-size: cover; background-position: right center; background-repeat: no-repeat; transition: all 500ms ease-in-out;
}
.motohome2017v2 .home-grid .tile .tile-bottom .bgImg:after { content: ""; display: block; padding-bottom: 90%; }

.motohome2017v2 .home-grid .tile-bottom { overflow: hidden; }
.motohome2017v2 .home-grid .tile-bottom .tile-middle { opacity: 0; position: absolute; z-index: 2; left: 0; top: 0; right: 0; bottom: 0;
	background-color: rgba(255,255,255,.85); transition: opacity 200ms ease; }
.motohome2017v2 .home-grid .tile-bottom .tile-middle .tile-text { font-size: 1.8rem; font-weight: normal; color: #333f48; padding: 1.5rem; }
.motohome2017v2 .home-grid .tile:hover .tile-bottom .tile-middle { opacity: 1; }

/** fr_ca, fr_fr, es_es, de_de, it_it and fr custom titles fix on home **/
.store-fr_ca .tiles .tile-top,
.store-fr_fr .tiles .tile-top,
.store-es_es .tiles .tile-top,
.store-de_de .tiles .tile-top,
.store-it_it .tiles .tile-top {
	min-height: 60px;
}


@media screen and (max-width: 991px) {
	.motohome2017v2 .home-grid .tile { flex: 0 1 calc(50% - 3rem); margin-bottom: 4.5rem; }

	.motohome2017v2 .home-grid .tile .tile-top h2 { padding: 0 1rem; }
	.motohome2017v2 .home-grid .tile .tile-bottom .tile-middle { position: static; background-color: transparent; opacity: 1; }
	.motohome2017v2 .home-grid .tile .tile-bottom .tile-middle .tile-text { font-size: 1.3rem; color: #fff; padding: .5rem 1rem; }
	.motohome2017v2 .home-grid .tile .tile-bottom .bgImg:after { padding-bottom: 75%; }
}

@media screen and (max-width: 600px) {
	.motohome2017v2 .home-grid .tile { flex: 0 1 calc(100% - 3rem); }
	.motohome2017v2 .home-grid .tile .tile-middle { min-height: 0 !important; }
}



.breadcrumbs { display: none !important; }
#cms-content .page-content { padding: 30px 15px 60px; }
#cms-content .page-content a { color: #2200CC; }
#cms-content .page-content a:hover { color: #0056b3; }
#cms-content .page-content h5 { font-weight: bold; margin: 30px 0 3px 0; padding: 0; }
#cms-content .page-content h6 { font-weight: bold; margin: 15px 0 2px; padding: 0px; }
#cms-content .page-content ul,
#cms-content .page-content ol { margin: 0 0 20px 16px; }

/* -------------------------------------------------- */
/* !- Cookies Info */
.global-site-notice { position: fixed; z-index: 999999; right: 0; bottom: 0; background-color: #fff; max-width: 360px; font-size: 14px; line-height: 20px; box-shadow: 0 0 4px #999; }
.global-site-notice .notice-inner { width: auto !important; background: none; padding: 15px 0; }
.global-site-notice .notice-inner .container { width: 100% !important; min-width: 0 !important; }
.global-site-notice .notice-inner p { border: none; padding: 0; text-align: justify; }
.global-site-notice .notice-inner p a { color: #337ab7; text-decoration: none; }
.global-site-notice .notice-inner p a:hover { color: #00aec7; text-decoration: underline; }
.global-site-notice .notice-inner .actions { text-align: center; }
.global-site-notice .notice-inner .actions .button { background-color: #00aec7; border-radius: 0; box-shadow: none; height: auto; padding: 0.6em 2.25em 0.5em; font-size: 1em; }
.global-site-notice .notice-inner .actions .button:hover { background-color: #00a1ba; box-shadow: 0 2px 3px rgba(0,0,0,.3); }


/* -------------------------------------------------- */
/* !- Header Social Icons */
.header-nav-container { position: relative; }
.header-social { position: absolute; right: 15px; top: 50%; z-index: 9; transform:translate(0%, -50%); }
.header-social a { display: inline-block; padding: 0 5px; vertical-align: middle; color: #555659; text-decoration: none; opacity: .5; }
.header-social a:hover { opacity: 1; text-decoration: none; cursor: pointer; }
.header-social a b { display: none; }
.header-social a i { font-size: 30px; }


/* -------------------------------------------------- */
/* !- COUNTRY SWITCHER */

.country-switcher { line-height: 1.6 !important; font-weight: 300; }
.country-switcher .switcher-label { text-transform: uppercase; }
.country-switcher .country-select { display: inline-block; position: relative; cursor: pointer; border: 1px solid rgba(187, 195, 199, 0.50); border-radius: 4px; }
.country-switcher .country-select:after { content: ""; display: inline-block; margin: 0 .7em -4px .5em;
	border: 5px solid transparent; border-top-color: rgba(187, 195, 199, 0.50); }
.country-switcher .country-select:hover { background-color: rgba(255,255,255,.05); }

.country-switcher .country-select.state-open { background-color: rgba(255,255,255,.15); }
.country-switcher .country-select.state-open:after { margin-bottom: 2px; border-top-color: transparent; border-bottom-color: rgba(187, 195, 199, 0.50); }
.country-switcher .country-select.state-open .other-countries { opacity: 1; transform: translate(0,0); pointer-events: auto; }

.country-switcher .current-country { display: inline-block; padding: .3em 1em .3em .6em; color: #bbc2c6; }

.country-switcher .other-countries { display: block; position: absolute; left: 0; bottom: 100%; margin-left: -.6em; margin-bottom: .25em; background-color: #fff; border-radius: .5em; padding: .6em 0 1em;
	box-shadow: 0 0 5px rgba(0,0,0,.6); z-index: 9000; color: #212121; opacity: 0; pointer-events: none; transform: translate(0,-25px); transition: all 100ms ease-out; }

.country-switcher .other-countries:before { content: ""; display: block; position: absolute; left: 2.3em; top: 100%;
	border: 5px solid transparent; border-top-color: rgba(0,0,0,.9); transform:translate(-50%, 0%); }
.country-switcher .other-countries:after { content: ""; display: block; position: absolute; left: 2.3em; top: 100%;
	border: 5px solid transparent; border-top-color: #fff; transform:translate(-50%, 0%); }
.country-switcher .other-countries > a { display: block; padding: .35em 4em .35em 1.3em; white-space: nowrap; text-align: left;
	text-decoration: none; color: inherit; text-transform: uppercase; }
.country-switcher .other-countries > a:hover { cursor: pointer; background-color: rgba(42, 56, 63, .15); text-decoration: none; }
.country-switcher .country-flag { display: inline-block; width: 24px; vertical-align: middle; line-height: 1; }
.country-switcher .country-flag svg { width: 100%; height: auto !important; max-width: 100%; max-height: 100%; }
.country-switcher .country-lbl { display: inline-block; padding: 0 .5em; }

.footer__bottom .country-switcher .switcher-label { padding: .5em; font-weight: bold; }

.footer__column-links .copyright { color: #bbc2c6; opacity: .5; font-size: 10px; line-height: 1.5; }

.footer__column-links .footer-contact .icon { padding: 0; }
.footer__column-links .footer-contact .icon:before { display: none; }






/* -------------------------------------------------- */
/* !- HOME SLIDER */

.motohome-slider { padding: 0 !important; background-color: #fff; }
.motohome-slider-slides { margin: 0 !important; }
.motohome-slider-slide { display: none; padding-bottom: 2em; background-color: #fff; text-align: center; }
.motohome-slider-slide:first-child { display: block; }
.motohome-slider-slide.slick-slide { display: block; }
.motohome-slider-slide > img { max-width: 100%; height: auto; }
.motohome-slider-slide .textLayers { padding-bottom: 3em; background-color: #fff; }
.motohome-slider-slide .layer { color: #646464; }
.motohome-slider-slide .layer.layer1 { padding: 1em 0 0.25em !important; font-family: "Gotham-Medium", "OpenSans", sans-serif; font-weight: normal; font-size: 2.3em; line-height: 1; color: #333f48; }
.motohome-slider-slide .layer.layer1 img { display: inline-block; width: auto; height: 60px; }
.motohome-slider-slide .layer.layer2 { color: #333f48; font-size: 1.15em; font-weight: 300; line-height: 1.2; padding-bottom: 1em;	}
.motohome-slider-slide .banner-img-div { padding-bottom: 50%; background-position: right center; background-size: cover; }


.motohome-slider .slick-dots { position: absolute; left: 0; right: 0; bottom: 0; text-align: center; background-color: #fff; margin: 0; }
.motohome-slider .slick-dots li { margin: 0; }

.motohome-slider .slick-slide .layer.layer1 { transform:translate(0%, 50%); transition: all 200ms ease; }
.motohome-slider .slick-slide.slick-active .layer.layer1 { transform:translate(0%, 0%); transition: all 350ms ease; }

.motohome-slider .slick-slide .layer.layer2 { opacity: 0; transform:translate(0%, 50%); transition: all 150ms ease; }
.motohome-slider .slick-slide.slick-active .layer.layer2 { opacity: 1; transform:translate(0%, 0%); transition: all 750ms ease; }

.motohome-slider-video .motohome-slider-slide { position: relative; padding-bottom: 0; }
.motohome-slider-video .textLayers { pointer-events: none; z-index: 9999; }
.motohome-slider-video .motohome-slider-slide .textLayers { padding-bottom: 0; }
.motohome-slider-video .motohome-slider-slide .layer.layer1 { font-size: 3.6rem !important; line-height: 1.2; padding: 0 0 .25em !important; }
.motohome-slider-video .motohome-slider-slide .layer.layer2 { font-size: 1.6rem; line-height: 1.4; padding-bottom: 0; }
.motohome-slider-video .video-wrap { padding-bottom: 34.723% !important; }
.motohome-slider-video video { position: absolute; top: 50%; left: 50%; height: 100% !important; width: auto !important; transform:translate(-50%, -50%); }





/* -------------------------------------------------- */
/* !- Category */
.category-header { position: relative; color: #333f48; background-position: 85% 70%; background-repeat: no-repeat; background-size: cover; }
.cat-mobile-header-img { display: none; background-position: center center; background-repeat: no-repeat; background-size: cover; }

.categ-114 .category-header,
.categ-117 .category-header { background-position: right center; }

.category-header h1 { font-family: "Gotham-Medium", "OpenSans", sans-serif; font-weight: normal; font-size: 3.6rem; line-height: 1.2; color: inherit; margin: 0; padding: 0 0 .25em; }
.category-header p { font-size: 1.6rem; font-weight: 300; line-height: 1.4; margin: 0; padding: 0; color: inherit; }
.category-header p + .btn { position:relative; margin-top: 2rem; font-weight: normal; text-transform: none; text-align: left; box-shadow: none; padding: .7em 4rem .7em .7em; line-height: 1; height: auto; }
.category-header p + .btn:after { content: ''; height: 1em; width: 1em; position: absolute; top:50%; right:.5em; transform: translate(0,-50%); margin-top: 1px;
	background: transparent url(https://motorolahome.com/skin/frontend/welldone/motorola/images/btn-caret-right.svg) no-repeat center; }

.category-header .dark,
.category-header .dark h1,
.category-header .dark p { color: inherit; }
.category-header .light { color: #fff; }

.category-featured-text .btn--wd { padding: 0 10px 0 15px; height: 40px; line-height: 40px; font-size: 15px; box-shadow: none; }
.category-featured-text .btn--wd:hover { box-shadow: none; background-color: #33bed2; }
.category-featured-text .btn--wd:after { content: ''; display: inline-block; vertical-align: middle; height: 1em; width: 1em; margin-left: 1em; margin-top: -3px;
	background: transparent url(https://motorolahome.com/skin/frontend/welldone/motorola/images/btn-caret-right.svg) no-repeat center; }

.catalog-category-view .items + .items { border-top: 1px solid #eee; }

.products-col { max-width: 100%; }
.products-col .product-preview { padding-bottom: 60px; transition: box-shadow 100ms ease; }
.products-col .product-preview__image { margin: 0; }
.products-col .product-preview__image a.b-lazy { display: block; padding-bottom: 100%; background-position: center center; background-size: contain; background-repeat: no-repeat; }
.products-col .product-preview__info { padding: 20px 30px; border: none; }
.products-col .product-preview__info__title h2 { margin: 0; font-size: 1.3rem; }
.products-col .product-preview .rating { display: none !important; }

.category-custom #motorola-icon,
.categ-372 #motorola-icon,
.categ-375 #motorola-icon,
.categ-373 #motorola-icon,
.categ-376 #motorola-icon { fill: rgb(61,141,221) !important; }
.category-custom .content { background-color: #333f48; padding-bottom: 0}
.category-custom .category-header h1 { color: #46c8e1;}
.category-custom .category-header h1 span { color: #e32726;}
.category-custom .category-header p { font-size: 2.0rem; font-weight: 400;}
.category-custom .home-grid { background-color: #333f48; padding-top: 5rem;}
.category-custom .home-grid .container { width: 100%; max-width: 1170px; }
.category-custom .home-grid .tiles { display: flex; flex-wrap: wrap; margin: 0 -1.5rem; justify-content: space-around; }
.category-custom .home-grid .tile { position: relative; flex: 0 1 calc(33.33% - 3rem); margin: 1.5rem 0; }
.category-custom .home-grid .tile > a { position: absolute; z-index: 9; left: 0; top: 0; right: 0; bottom: 0; opacity: 0; cursor: pointer; }
.category-custom .home-grid .tile .tile-top {}
.category-custom .home-grid .tile .tile-top h2 { color: #fff200; font-weight: normal; font-family: "Gotham-Medium", "OpenSans", sans-serif; font-size: 1.9rem; line-height: 1; padding: .5rem 1.5rem 1.5rem; margin: 0; }
.category-custom .home-grid .tile .tile-bottom { position: relative; overflow: hidden; }
.category-custom .home-grid .tile .tile-bottom .bgImg { background-color: rgba(255,255,255,.5);
	background-size: cover; background-position: right center; background-repeat: no-repeat; transition: all 500ms ease-in-out;
}
.category-custom .home-grid .tile .tile-bottom .bgImg:after { content: ""; display: block; padding-bottom: 90%; }
.category-custom .home-grid .tile-bottom { overflow: hidden; }

@media screen and (max-width: 991px) {
	.category-custom .home-grid .tile { flex: 0 1 calc(50% - 3rem); margin-bottom: 4.5rem; }
	.category-custom .home-grid .tile .tile-top h2 { padding: 0 1rem; margin-bottom: 20px; }
	.category-custom .home-grid .tile .tile-bottom .bgImg:after { padding-bottom: 75%; }
}

@media screen and (max-width: 600px) {
	.category-custom .home-grid .tile { flex: 0 1 calc(100% - 3rem); }
}


@media screen and (max-width: 991px) {
	.category-header { display: block !important; background-position: 85% center; height: auto !important; }
	.category-header .container { height: auto; }
	.category-header .container .row { height: auto; }
	.category-header .container .row > div { padding: 12vw 45vw 12vw 30px; }
	.category-header .container .row > div.cat-mobile-header-img { display: none !important; }
	.category-header h1 { font-size: 2.7rem; }
	.category-header p { font-size: 1.6rem; }
	.category-header p + .btn { margin-top: 1.5rem; }

	.mobile-category-header { display: none !important; }
}

@media screen and (max-width: 650px) {
	.category-header { background-image: none !important; }
	.category-header .container .row { display: block; }
	.category-header .container .row > div.cat-mobile-header-img { display: block !important; float: none; width: 100%; background-position: right center !important; }
	.category-header .cat-mobile-header-img:before { content: ""; display: block; padding-bottom: 35%; }
	.category-header .container .row > div.cat-mobile-header-img + div { float: none; width: 100%; margin-bottom: 0; padding: 2.6rem 2rem 3rem; background-color: #fff; text-align: center; }
	.category-header .container .row > div.cat-mobile-header-img + div h1 {}
	.category-header .container .row > div.cat-mobile-header-img + div p { max-width: 500px; margin: 0 auto; }
	.category-header .container .row > div.cat-mobile-header-img + div p br { display: none; }
	.category-header .light { color: #333f48; }
}




/* -------------------------------------------------- */
/* !- PDP - Product Page */
.catalog-product-view {}
.catalog-product-view h2 { font-size: 24px; padding: 0 0 1em; }

.product-view-wrap { padding-top: 30px; padding-bottom: 0 !important; }
.product-main-image__item > img { display: block; margin: 0 auto; width: auto; height: auto; max-width: 100%; max-height: 500px; }
.product-info-outer > form { display: flex; flex-wrap: wrap; justify-content: space-between; padding: 0 15px; }
.product-image-wrap { flex: 0 0 auto; width: 100%; padding: 0; max-width: 600px; margin: 0 auto; }
.product-slider { position: relative; padding: 0; margin: 0; }
.product-slider img { width: auto; height: auto; max-width: 100%; }
.product-slider .slick-slide .img { padding-bottom: 100%; background-repeat: no-repeat; background-size: contain; background-position: center; }
.product-shop { flex: 0 0 auto; width: 100%; padding: 30px 0; max-width: 600px; margin: 0 auto; }
.product-name { position: relative; font-size: 22px; font-weight: 700; margin: 0 0 30px; padding: 0; }
.product-name small { position: absolute; left: 0; bottom: 100%; font-size: 10px; color: #999; padding-bottom: 5px; }
.product-summary { font-size: 16px; font-weight: 300; line-height: 1.4; }

.prod-variants { margin: 30px 0; font-size: 10px; }
.prod-variants > div + div { margin-top: 15px; }
.prod-variants h5 { padding: 0; margin: 0 0 2px; font-size: 1em; font-weight: bold; text-transform: uppercase; }
.prod-variants ol { display: flex; flex-wrap: wrap; margin: 0; padding: 0; list-style: none; }
.prod-variants ol li { flex: 0 0 auto; border-radius: 3px; background-color: #eee; margin: 0; padding: 8px 10px 9px; line-height: 1.1; }
.prod-variants ol li + li { margin-left: 5px; }
.prod-variants .colors {}
.prod-variants .colors li { position: relative; width: 40px; padding: 0; overflow: hidden; }
.prod-variants .colors li::before { content: ""; display: block; padding-bottom: 100%; }
.prod-variants .colors li::after { content: ""; display: block; width: 200%; padding-bottom: 200%; position: absolute; left:50%; top: 50%; transform: translate(-50%, 0) rotate(-45deg); transform-origin: 50% 0; }
.prod-variants .color-black { background-color: #000 }
.prod-variants .color-black-blue { background-color: #000 }
.prod-variants .color-black-blue::after { background-color: #0A55A4 }
.prod-variants .color-black-red { background-color: #000 }
.prod-variants .color-black-red::after { background-color: #F11E2E }
.prod-variants .color-black-silver { background-color: #000; }
.prod-variants .color-black-silver::after { background-color: #979798; }
.prod-variants .color-blue { background-color: #0A55A4 }
.prod-variants .color-green { background-color: #30A518 }
.prod-variants .color-red { background-color: #F11F2E }
.prod-variants .color-white { background-color: #fff; box-shadow: 0 0 1px rgba(0,0,0, .15); }

/* user-guide */
.widget-product-doc-list { margin-top: 30px; }
.widget-product-doc-list a { display: inline-flex; align-items: center; padding: 5px; padding-right: 15px; border-radius: 3px; font-weight: bold; color: #777; }
.widget-product-doc-list a:hover { background-color: rgba(0,0,0,.025); }
.widget-product-doc-list a svg { margin-right: 1em; }
.widget-product-doc-list a svg path { fill: currentColor; }

.product-features { background-color: #F7F7F7; padding: 45px 0; }
.product-features > h2 { width: 100%; }

.cordless-features { display: flex; flex-wrap: wrap; align-items: flex-start; justify-content: flex-start; }
.cordless-features > div { flex:0 0 auto; width: 100%; padding-bottom: 30px; }
.cordless-features h5 { font-weight: bold; text-transform: uppercase; margin: 0 0 .75em; padding: 0; }
.cordless-features ul { list-style: disc; padding-left: 1.5em; }
.cordless-features ul li + li { margin-top: .3em; }
.cordless-features ol { list-style: decimal; padding-left: 1.5em; }
.cordless-features .cordless-footnote { width: 100%; font-size: .8em; }

.prod-sales-faq { padding: 45px 0; }
.prod-sales-faq .row { padding: 0 15px; }
.prod-sales-faq .prod-faq-main { padding-top: 30px; }
.prod-sales-faq .prod-faq-img { max-width: 400px; margin: 0 auto; }
.prod-sales-faq .prod-faq-img > div { padding-bottom: 100%; background-color: transparent; background-position: center; background-size: contain; background-repeat: no-repeat; }
.prod-sales-faq #accordion > div { padding-right: 50px; }
.prod-sales-faq #accordion > div + div { margin-top: 15px; }
.prod-sales-faq h4 { position: relative; font-size: 16px; font-weight: bold; padding: 4px 0; opacity: .75; text-align: left; }
.prod-sales-faq h4.in { opacity: 1; }
.prod-sales-faq h4::after { content: "+"; opacity: .5; width: 50px; text-align: center; position: absolute; left: 100%; top: 50%; transform: translate(0, -50%); transition: transform 100ms linear; }
.prod-sales-faq h4.in::after { transform: translate(0, -50%) rotate(45deg); }
.prod-sales-faq .accordion-content { font-size: 14px; padding: 5px 0 15px; }
.prod-sales-faq .accordion-content p { margin: 0 0 .4em; }

@media screen and (min-width: 701px) {
	.cordless-features > div { width: 50%; padding-right: 20px; }
}

@media screen and (min-width: 992px) {
	.catalog-product-view h2 { font-size: 28px; }

	.product-image-wrap { width: calc(50% - 30px); max-width: none; margin: 0; }
	.product-shop { width: calc(50% - 30px); max-width: none; margin: 0; }
	.product-name { font-size: 28px; margin-bottom: 40px; }
	.product-summary { font-size: 21px; }

	.product-features { padding: 90px 0; }
	.cordless-features > div { width: 33%; padding-right: 40px; }

	.prod-sales-faq { padding: 90px 0; }
	.prod-sales-faq .row { display: flex; }
	.prod-sales-faq .prod-faq-main { flex: 1 1 100%; width: 66%; }
	.prod-sales-faq .prod-faq-img { flex: 1 1 100%; }
}

/* -------------------------------------------------- */
/* !- ICMS Home Page */
.category-header.icms { position: relative; overflow: hidden; color: #333f48; }
.category-header.icms .bg { position: absolute; z-index: 0; left: 0; top: 0; right: 0; bottom: 0; background-position: right center; background-size: cover; background-repeat: no-repeat; }
.category-header.icms .bg.crop-right { right: -20%; }
.category-header.icms .bg.crop-right-5 { right: -5%; }
.category-header.icms .bg.crop-right-10 { right: -10%; }
.category-header.icms .bg.crop-right-15 { right: -15%; }
.category-header.icms .bg.crop-right-20 { right: -20%; }
.category-header.icms h2 { font-family: "Gotham-Medium", "OpenSans", sans-serif; font-weight: normal; color: #333f48; font-size: 2.3em; line-height: 1; }
.category-header.icms p { color: inherit; }
.category-header.icms.twoSquares h2 { font-size: 2.3rem; padding-bottom: 1.5rem; }
.category-header.icms.twoSquares p { color: #333f48; font-size: 1.8rem; line-height: 1.4; margin-bottom: 20px; padding-bottom: 0; }

.page-m4de-licensee {}
.page-m4de-licensee .category-featured-text {}
.page-m4de-licensee .category-featured-text > * { display: none; }
.page-m4de-licensee .category-featured-text > .licensee-page-info { display: block !important; }

@media screen and (max-width: 599px) {
	.category-header.icms { font-size: inherit; }
	.category-header.icms .container .row { color: inherit; padding-top: 0 !important; }
	.category-header.icms .container .row > div { color: inherit; text-align: center; }
	.category-header.icms h2 { padding: 1em 0 .25em !important; }
	.category-header.icms p { font-size: 1.15em; padding: 0; margin: 0; }
	.category-header.icms p + a { display: inline-block; margin-top: 1.5rem; }
	.category-header.icms:last-child { border-bottom: 1px solid #eee; }
	.category-header.icms .bg { bottom: auto; padding-bottom: 50%; }

	.category-header.icms.twoSquares .bg { background-position: right bottom; }
	.category-header.icms.twoSquares .bg.m-v-center { background-position-y: center; }
}

@media screen and (max-width: 1000px) {
	.category-header.icms { position: relative; height: auto; background-color: #fff; }
	.category-header.icms .container { position: relative; height: auto; z-index: 1; padding-top: 50%; }
	.category-header.icms .container .row { height: auto; padding: 15px 30px 45px; }
	.category-header.icms .container .row > div { position: relative; padding: 0; }
	.category-header.icms h2 { /* position: absolute; left: 0; right: 0; bottom: 100%; */ }

	.category-header.icms.twoSquares p { font-size: 1.1em; }
}

@media screen and (min-width: 600px) {
	.category-header.icms .light { color: #fff; }
	.category-header.icms .light h2 { color: inherit; }


	.category-header.icms.twoSquares {}
	.category-header.icms.twoSquares .light { color: inherit; }
	.category-header.icms.twoSquares .bg { right: 0; left: 50%; background-size: cover; }
	.category-header.icms.twoSquares > .container { position: relative; z-index: 1; width: 50% !important; margin: 0; min-height: 300px; }
	.category-header.icms.twoSquares > .container:before { content: ""; display: block; position: absolute; z-index: -1; left: 0; top: 0; right: 0; bottom: 0; background-color: #fff; }
	.category-header.icms.twoSquares .row > div { width: 75%; max-width: 445px; margin: 0 auto; }

	.category-header.icms.twoSquares.imgLeft {}
	.category-header.icms.twoSquares.imgLeft .bg { right: 50%; left: 0; background-position: center bottom; }
	.category-header.icms.twoSquares.imgLeft > .container { margin-left: 50%; }
}

@media screen and (min-width: 600px) and (max-width: 1000px) {
	.category-header.icms .container { padding-top: 0; padding-bottom: 0; }
	.category-header.icms .container .row { padding: 15vw 30px; }
	.category-header.icms h2 { position: static; }

	.category-header.icms.twoSquares .row > div { font-size: .8em; }
	.category-header.icms.twoSquares h2 { padding-bottom: 0; }
	.category-header.icms.twoSquares p br { display: none; }
}



/* -------------------------------------------------- */
/* !- M4DE */

.cSoon { display: block; margin: 0; font-size: 12px; font-weight: bold; color: #00abc7 !important; text-transform: uppercase !important; }

.catalog-category-view.m4de { position: relative; }

.page-m4de-home {}
.page-m4de-home #pageContent { background-color: #F5F7FA; }
.page-m4de-home #pageContent > .content { padding: 0; }

.m4de-slider .banner-img-div { background-position: left center; }
.m4de-slider .button { display: inline-block; position: relative; top: 20px; background-color: #00abc7; color: #fff; padding: .8em 2em; border: none; box-shadow: none; }
.m4de-slider .button:after { content: ""; position: relative; display: inline-block; border: 5px solid transparent; border-top-color: #fff; transform:translate(100%, 25%); }
.m4de-slider .button:hover { cursor: pointer; background-color: #028a9b; }
.m4de-slider .button .btn-options { display: none; position: absolute; z-index: 9999; left: 100%; top: 50%; background-color: #fff; border-radius: 4px; padding: 5px;
	box-shadow: 0 0 4px rgba(0,0,0,.5); text-align: left; transform:translate(0%, -50%); }
.m4de-slider .button.state-open .btn-options { display: block; }
.m4de-slider .button.state-open:after { border-top-color: transparent; border-left-color: #fff; top: -3px; left: 4px; }
.m4de-slider .button .btn-options a { position: relative; display: block; white-space: nowrap; padding: .2em .6em; padding-right: 3em; font-size: 1em; }
.m4de-slider .button .btn-options a img { width: auto !important; max-height: 24px; }
.m4de-slider .button .btn-options a .text { display: inline-block; padding: .4em 0; }
.m4de-slider .button .btn-options a:hover { background-color: #eee; text-decoration: none; }

#m4de-content > h1 { text-align: center; margin: 0; padding: 2rem; font-size: 3rem !important;
	position: absolute; left: 0; right: 0; opacity: 0; pointer-events: none; user-select: none;
}

.categ-box { position: relative; padding: 0 !important; height: auto !important; line-height: 1.2; }
.categ-box .section-content { background-color: #fff; }
.categ-box h2 { font-weight: bold; font-size: 1.8em; padding: 0; margin: 0; }
.categ-box p { font-size: 1.5em; font-weight: 300; margin: .5em auto 1.4em; max-width: 20em; color: #646464; }
.categ-box a { display: block; margin: 0; font-size: 1.3em; font-weight: bold; color: #00abc7; }
.categ-box .section-img { background-position: center center; background-repeat: no-repeat; background-size: cover; }


@media screen and (max-width: 749px) {
	.m4de-slider .button { display: none; }

	.categ-box { padding: 2em !important; }
	.categ-box .section-content { box-shadow: 0 0 3px rgba(0, 0, 0, 0.1); border-radius: 2px; overflow: hidden; }
	.categ-box .section-img { padding-bottom: 48%; }
	.categ-box .section-info { text-align: center; padding: 2em; }
	.categ-box a { background-color: #00abc7; padding: 1em 2em; color: #fff; font-weight: 500; font-size: 1em; }
	.categ-box a:hover { text-decoration: none; background-color: #028a9b; }
}

@media screen and (max-width: 800px) {
	.categ-box h2 { font-size: 18px; }
	.categ-box p { font-size: 16px; }
}

@media screen and (min-width: 750px) {
	.categ-box {}
	.categ-box .section-content { display: flex; align-items: center; min-height: 50vw; padding-right: 50%; }
	.categ-box .section-info { width: 85%; max-width: 30em; margin: 0 auto; }
	.categ-box .section-img { position: absolute; width: 50%; top: 0; right: 0; bottom: 0; }
	.categ-box p { margin: 1.6em 0; max-width: none; }

	.categ-box:nth-child(even) .section-content { padding-left: 50%; padding-right: 0; }
	.categ-box:nth-child(even) .section-img { right: auto; left: 0; }
}

@media screen and (min-width: 801px) {
	.categ-box .section-content { min-height: 500px; }
}

@media screen and (min-width: 551px) and (max-width: 900px) {
	.m4de-slider .banner-img-div { background-position: left center !important; }
	.m4de-slider .textLayers > * {}
}

.category-header h1 img { max-height: 60px; }

.category-featured-text img { max-width: 100%; height: auto; }
.category-featured-text > p > img { display: inline-block; margin-bottom: 1em; }
.category-featured-text > p > .btn { display: inline-block; margin-top: 1em; }
.category-featured-text .m4de-licensee-logo { width: auto; max-width: 80px; max-height: 45px; }




/* -------------------------------------------------- */
/* !- Support Page */
.page-support .category-header { background-position: right center; }
.support-page-wrap { padding: 0 15px 30px; }
.support-page-wrap img { max-width: 100%; height: auto; }
.support-page-group { display: flex; flex-wrap: wrap; margin: 0 -1.5rem; padding: 60px 0 3rem; padding-left: 25%; position: relative; }
.support-page-group + .support-page-group { border-top: 1px solid #eee; }
.support-page-group > * { width: 33.33%; }
.support-group-parent,
.support-group-cat { padding: 0 1.5rem; margin-bottom: 3rem; }

.support-group-parent { position: absolute; left: 0; width: 25%; padding-top: 2em; }
.support-group-parent h2 { font-size: 2.6rem; }
.support-group-parent p { margin-bottom: 20px; padding-right: 15px; }
.support-group-parent .btn { margin-bottom: 30px; }

.support-group-cat {}
.support-group-cat > a { display: block; background-color: #fff; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); border-radius: 5px;
	-webkit-transition: all 150ms ease;
		 -moz-transition: all 150ms ease;
			 -o-transition: all 150ms ease;
					transition: all 150ms ease;
}
.support-group-cat > a:hover { text-decoration: none; transform:scale(1.05); transform-origin: center top; box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 4px rgba(0, 0, 0, 0.24); }
.support-group-cat > a:hover .img-wrap { }
.support-group-cat .img-wrap { display: block; }
.support-group-cat .img-wrap.b-lazy { padding-bottom: 75%; background-position: center center; background-size: contain; background-repeat: no-repeat; }
.support-group-cat .img-wrap img { border-radius: 5px 5px 0 0; }
.support-group-cat h3 { font-size: 13px; color: #212121; padding: 1.5em .5em 2em; text-transform: uppercase; font-weight: 300; text-align: center; }

.support-group-cat > a { border-bottom: 3px solid #00abc7; }
.support-group-cat.cat-baby-monitors > a { border-bottom-color: #4ec8df; }
.support-group-cat.cat-home-monitors > a { border-bottom-color: #428fda; }
.support-group-cat.cat-modems-gateways > a { border-bottom-color: #6dc14e; }
.support-group-cat.cat-home-office-phones > a { border-bottom-color: #ffc600; }
.support-group-cat.cat-pet-monitors > a { border-bottom-color: #fc6a21; }
.support-group-cat.cat-wireless-headphones > a { border-bottom-color: #428fda; }
.support-group-cat.cat-bluetooth-handsfree > a { border-bottom-color: #ed4587; }
.support-group-cat.cat-power-charging > a { border-bottom-color: #fde533; }
.support-group-cat.cat-wall-chargers > a { border-bottom-color: #428fda; }
.support-group-cat.cat-car-chargers > a { border-bottom-color: #6dc14e; }
.support-group-cat.cat-car-speakerphones > a { border-bottom-color: #de191c; }



#slide-nav:after,
#slide-nav:before { content: ""; display: block; position: absolute; left: 6px; right: 6px; top: 50%; width: auto; height: 2px; background-color: transparent; border-radius: 2px;
	transition: all 100ms ease-out; }
#slide-nav.js-on .icon-bar { opacity: 0; }
#slide-nav.js-on:before { background-color: #808080; transform: translate(0,-50%) rotate(45deg); }
#slide-nav.js-on:after { background-color: #808080; transform: translate(0,-50%) rotate(-45deg); }





/* -------------------------------------------------- */
/* !- INDIA 30% Off Promo - 2017-11-28 */
.homeBannerPromoBar { display: block !important; position: absolute; z-index: 1; top: 0; left: 0; right: 0; padding: 6px 0 !important;
	background-color: rgb(50,63,71); color: #fff; font-weight: 500; }
.homeBannerPromoBar::after { content: ""; position: absolute; z-index: 0; top: 0; left: 50%; bottom: 0; width: 150vw; transform: translate(-50%,0); background-color: rgb(50,63,71); }
.homeBannerPromoBar .container { height: auto; display: flex; align-items: center; position: relative; z-index: 1; }
.homeBannerPromoBar h2 { flex: 1 1 100%; padding: 6px 0 2px; padding-right: 30px; font-family: 'Gotham-Medium', sans-serif; font-size: 2.7rem; font-weight: normal; line-height: 1;
	text-align: center; color: inherit; margin: 0; }
.homeBannerPromoBar h2 .spacer { display: inline-block; min-width: 80px; }
.homeBannerPromoBar .buyDrop { flex: 0 0 auto; position: relative; }
.homeBannerPromoBar .buyDrop .btn {
	margin: 0; display: block; width: auto; padding: .25em 1.8em; font-size: 1.6rem; font-weight: bold; color: #fff; border-radius: 3px;
	background-color: rgb(255,106,0);
}
.homeBannerPromoBar .buyDrop .btn:hover { background-color: #FF5300; }
.homeBannerPromoBar .buyDrop .options { display: none; position: absolute; top: 100%; right: -20px; list-style: none; margin: 0; padding: 10px; border-radius: 3px;
	background-color: rgba(50,63,71,.99); color: #fff; font-size: 1.6rem; line-height: 1.25; min-width: 380px; }
.homeBannerPromoBar .buyDrop .options li { display: block; padding: 0; margin: 0; max-width: 600px; }
.homeBannerPromoBar .buyDrop .options li + li { border-top: 1px solid rgba(255,255,255, .1); }
.homeBannerPromoBar .buyDrop .options li a { display: block; position: relative; color: inherit; text-decoration: none; padding: .6em 3em .6em 1em; white-space: nowrap; }
.homeBannerPromoBar .buyDrop .options li a::after { content: "›"; position: absolute; top: 50%; right: .5em; transform: translate(0,-50%); font-size: 1.5em; }
.homeBannerPromoBar .buyDrop .options li a:hover { background-color: rgba(255,255,255,.2); }
.homeBannerPromoBar .buyDrop:hover .options { display: block; }
.homeBannerPromoBar .buyDrop:hover::after { content: ""; display: block; position: absolute; bottom: 0; left: 50%; transform: translate(-50%,0); border: 6px solid transparent; border-bottom-color: rgba(50,63,71,.99); }


@media (max-width: 1199px) {
	.homeBannerPromoBar h2 .spacer { display: none; }
}
@media (max-width: 991px) {
	.homeBannerPromoBar { position: relative; top: auto; left: auto; right: auto; bottom: auto; transform: translate(0,0); padding: 2px 0 !important; margin: 0 !important; }
	.homeBannerPromoBar h2 { color: #fff; font-size: 2rem; }
}
@media (max-width: 420px) {
	.homeBannerPromoBar { padding: 4px 15px !important; }
	.homeBannerPromoBar .container { display: block; padding: 0; }
	.homeBannerPromoBar h2 { padding: 3px 0 5px; }
	.homeBannerPromoBar .buyDrop .options { right: 0; width: 100%; min-width: 0; }
	.homeBannerPromoBar .buyDrop .options li a { white-space: normal; }
	.homeBannerPromoBar .buyDrop .options li a br { display: none; }
}



.pdp-support {  }
.pdp-support button { background-color: transparent; border:none; -webkit-appearance: none; display: inline-flex; align-items: center; padding: 5px; padding-right: 15px; border-radius: 3px; font-weight: bold; color: #777; }
.pdp-support button:hover { background-color: rgba(0,0,0,.025); box-shadow: none; text-decoration: underline; }
.pdp-support button svg { margin-right: 1em; }
.pdp-support button svg path { fill: currentColor; }

.pdp-support .support-phones { pointer-events: none; opacity: 0; transition: opacity 100ms ease; position: fixed; z-index:99999; top:0; left:0; right:0; bottom:0;
	display: flex; flex-direction: column; align-items: center; justify-content: center; background-color: rgba(0,0,0,.75); }
.pdp-support .support-phones ol { transform: translate(0,50%); transition: transform 200ms ease;
	list-style: none; max-height: 90vh; overflow: auto; padding:20px 30px; background-color: #fff; border-radius: 3px; margin: 0; font-size: 14px; box-shadow: 0 2px 4px 2px rgba(0,0,0,.8); }
.pdp-support .support-phones ol h4 { margin:0; padding:0 0 10px; }
.pdp-support .support-phones li { margin:0; }
.pdp-support .support-phones ol > li { display: flex; padding:0; }
.pdp-support .support-phones ol > li > strong { padding: 10px 0; width: 100px; }
.pdp-support .support-phones ol ul { list-style: none; margin:0; padding: 10px; }
.pdp-support .support-phones ol ul label { vertical-align: middle; font-size: 10px; text-transform: uppercase; font-weight: bold; color: #888; padding: 0 3px; }
.pdp-support .support-phones ol ul label::before { content:"("; }
.pdp-support .support-phones ol ul label::after { content:")"; }

.pdp-support .support-phones.showing { pointer-events: auto; opacity: 1; }
.pdp-support .support-phones.showing ol { transform: translate(0,0); }



/* -------------------------------------------------- */
/* !- MEDIA QUERIES */

@media screen and (max-width: 559px) {
	body:not(.boxed) .page-content--fill { background-color: #ECF1F4; }

	.catalog-category-view .product-preview-wrapper { padding: 0 0 40px !important; }
	.catalog-category-view .product-preview-wrapper .category-featured-text { margin-bottom: 0; border-width: 1px 0; padding: 2.5rem 2rem 3rem 2rem !important; }
	.catalog-category-view .product-preview-wrapper .category-featured-text h3 { padding-bottom: .5em; }

	#homepage-content section .section-img { padding-bottom: 60%; }


	.support-page-group > * { width: 50%; }

	.global-site-notice { max-width: none; }
	.global-site-notice .actions { padding: 30px 0 20px; }

}




@media screen and (max-width: 767px) {

	.header { position: fixed; z-index: 9; top: 0; left: 0; right: 0; }

	.header .header-social { right: 10px; }
	.header .header-social a { padding: 0 3px; }

	.header .navbar.navbar-wd { padding: 0; background-color: #fff !important; }
	.header .navbar.navbar-wd.stuck { box-shadow: none; }

	.header__dropdowns { display: none; }

	.header .navbar-header { padding-top: 0; text-align: center; }
	.header .navbar-header .logo { display: inline-block; width: 60px; float: none; padding: 10px; margin: 0; }

	.header .navbar-toggle { margin-left: 10px; padding: 8px 7px 2px; position: absolute; top: 50%; left: 0; transform:translate(0%, -50%); }
	.header .navbar-toggle:hover { box-shadow: none; }
	.header .navbar-toggle .icon-bar { background-color: #808080; margin-bottom: 6px; width: 28px; }

	.page-content { padding-top: 60px; z-index: 0; }

	.navbar #slidemenu { position: fixed; z-index: -1; top: 0; left: 0 !important; right: 0 !important; bottom: 0 !important;
		width: auto !important; height: auto !important; max-width: none !important; background-color: transparent; box-shadow: none; overflow: hidden;
		background-color: rgba(0,0,0,0); pointer-events: none; transition: background-color 100ms ease;
	}
	.navbar #slidemenu .slidemenu-wrap { position: absolute; top: 60px; left: 0; bottom: 0; width: 100%; max-width: 500px; background-color: #374850; overflow: auto;
		-webkit-overflow-scrolling: touch; transform:translate(-100%, 0%); will-change: transform; transition: transform 300ms cubic-bezier(0, 0.9, 0.3, 1); opacity: 0; }

	.navbar #slidemenu.sidemenu--open { pointer-events: auto; background-color: rgba(0,0,0,.2); }
	.navbar #slidemenu.sidemenu--open .slidemenu-wrap { opacity: 1; transform: translate(0,0); }

	.navbar #slidemenu .slidemenu-close { display: none !important; }
	.navbar #slidemenu .navbar-nav { top: 0; padding: 0 0 6rem !important; }
	.navbar #slidemenu .mobilemenu-list li { border-bottom: 1px solid rgba(0,0,0,.1); }
	.navbar #slidemenu .mobilemenu-list li a { display: block; padding: 1.4rem 2rem 1.3rem; font-size: 1.6rem; font-weight: 300; color: rgba(255,255,255, .9); }
	.navbar #slidemenu .mobilemenu-list li a span { display: inline-block; padding: 0 0 0 1.3rem; color: inherit; font-size: inherit; }

	.navbar #slidemenu .navbar-nav .mainmenu-support > a:active,
	.navbar #slidemenu .mobilemenu-list li a:active { background-color: rgb(70,200,225) !important; }

	.navbar #slidemenu .navbar-nav > li { border: none; }
	.navbar #slidemenu .navbar-nav > .mainmenu-support,
	.navbar #slidemenu .mobilemenu-list > li { padding: 1rem 0; border: none; }

	.navbar #slidemenu .navbar-nav .mainmenu-support > a,
	.navbar #slidemenu .mobilemenu-list > li > a,
	.navbar #slidemenu .mobilemenu-list li.title a { padding: 1.5rem 2rem 1.4rem; font-size: 1.8rem; font-weight: bold; color: #fff; text-transform: uppercase; }
	.navbar #slidemenu .navbar-nav .mainmenu-support > a span,
	.navbar #slidemenu .mobilemenu-list > li > a span,
	.navbar #slidemenu .mobilemenu-list li.title a span { text-transform: inherit; padding: 0; }


	#homepage-content section .section-content .section-info { text-align: center; }
	#homepage-content section .section-content .section-info svg { max-width: 100%; }
	#homepage-content section .section-content .section-info h2 { font-weight: 700; }
	#homepage-content section .section-content p { font-size: 16px; line-height: 21px; text-align: center; color: #646464; }
	#homepage-content section a svg { display: none; }

	#homepage-content section .section-content a { top: 0; text-transform: uppercase; background-color: #029aaf; width: 100%; display: inline-block; color: #fff; text-align: center; padding: 15px; text-transform: capitalize; font-weight: 500; }


	.product-preview { max-width: 290px; padding-bottom: 0 !important; }


	.tp-bullets { display: block; opacity: 1 !important; }
	.tp-simpleresponsive ul,
	.tp-simpleresponsive ul li,
	.tp-simpleresponsive ul li:before { height: 200%; }
	.tp-simpleresponsive > ul > li > div { /* height: 50% !important; */ }
	.tp-caption.layer1.lite { color: #fff; display: block; position: initial; color: #101010; text-align: center; background-color: #fff; height: 20% !important; padding: 0 !important; }
	.tp-caption.layer1 { width: 100%; text-align: center; position: initial; padding-top: 30px !important; vertical-align: middle; height: 20% !important; background-color: #fff; padding: 10px !important; padding-bottom: 0px !important; font-size: 32px !important; line-height: 1 !important; color: #333f48; }
	.tp-caption.layer1.lite { padding-top: 5px !important; }
	.tp-caption.layer2 { font-size: 14px !important; color: #333f48; line-height: 24px; display: block; position: initial; width: 100%; background-color: #fff; color: #000 !important; text-align: center; padding: 0 !important; z-index: 9999 !important; height: 30% !important; opacity: 1 !important; padding-top: 0px !important; white-space: normal; word-wrap: break-word; box-sizing: border-box; word-break: break-all; max-width: 100% !important; line-height: 1.2 !important; font-weight: 500; }
	.tp-banner { min-height: 500px; }


	.footer__column-links { background-color: #fff; color: #374850; padding: 30px 0; font-size: 1.2em; }
	.footer__column-links .footer-links-switcher { display: none; }
	.footer__column-links .title { text-align: center; font-weight: bold; color: #101010; text-transform: none; padding: 0 0 .5em; }
	.mobile-collapse__title:after { display: none; opacity: 0; }
	.footer__column-links .title + .mobile-collapse__content { display: block !important; text-align: center; padding: 0; }
	.footer__column-links a:not(.btn) { color: #646464; }

	.footer__subscribe { display: none; }
	.footer__settings { display: none !important; }
	.footer__bottom { display: block; background-color: #374850; color: #fff; padding: 30px 0 30px; text-align: center; }

	.footer__bottom .logo-mobile-footer { display: block; margin-bottom: 30px !important; line-height: 0 !important; }
	.footer__bottom .logo-mobile-footer svg { width: 150px; height: auto !important; max-width: 100%; }

	.select--wd.select--wd--xs { font-size: 16px; height: 32px; }
	.footer__bottom .pull-left { float: none !important; padding: 0 !important; }
	.footer__bottom label { font-size: 1.2em; margin-bottom: 0; vertical-align: inherit; }

	.footer__bottom .copyright { padding-top: 30px; color: #687679; font-size: 1em; line-height: 1.3 !important; }

	.footer__bottom .country-switcher .country-select { font-size: 1.4rem; }
	.footer__bottom .country-switcher .other-countries { font-size: 1.2rem; padding: .3em 0 .5em; left: 50%; margin-left: 0; transform:translate(-50%, -25px); }
	.footer__bottom .country-switcher .country-select.state-open .other-countries { transform:translate(-50%, 0); }
	.footer__bottom .country-switcher .other-countries:before,
	.footer__bottom .country-switcher .other-countries:after { left: 50%; }
	.footer__bottom .country-switcher .other-countries > a { padding-top: .4em; padding-bottom: .4em; }


	.motohome-slider-slide .banner-img-div { background-position: 90% center; }
	.motohome-slider .textLayers { min-width: 100%; padding: 0 2em; }

	.motohome-slider-video .banner-img-div.video-wrap { position: relative; padding-bottom: 45% !important; }
	.motohome-slider-video .textLayers { padding: 2em !important; }
	.motohome-slider-video .textLayers .layer.layer1 { font-size: 2.8rem !important; }


}






@media screen and (max-width: 991px) {

	#homepage-content section { background-color: #ECF1F4; }
	#homepage-content section .container { border: none; }
	#homepage-content section .section-content .section-info {
		padding: 40px 25px 25px; box-shadow: 0 1px 1px rgba(0,0,0,.1);
	}

	.product-preview__image { background-color: #fff; }


	.page-support #pageContent .content.top-null { padding-bottom: 2rem; }
	.support-page-group { padding-top: 30px; padding-left: 0; }
	.support-group-parent { position: relative; left: 0; top: 0; width: 100%; padding-top: 0; padding-right: 25%; margin-bottom: 15px; }
	.support-group-parent h2 { padding-bottom: 0; }
	.support-group-parent p { margin-bottom: 0; }
	.support-group-parent .btn { position: absolute; top: 0; right: 15px; }

}




/* -------------------------------------------------- */
/* !- ABOVE X WIDTH */


@media screen and (min-width: 550px) {
	.motohome-slider-slide { text-align: left; }
	.motohome-slider .slick-slide { padding-bottom: 0; }
	.motohome-slider .textLayers { position: absolute; top: 50%; left: 50%; background-color: transparent; transform:translate(-50%, -50%); }

	.motohome-slider-slide.slide-1 .banner-img-div { background-position: center center; }
	.motohome-slider-slide .layer.lite { color: #fff !important; }
	.motohome-slider-slide .layer.layer2 { font-size: 1.2em; }

	.motohome-slider-slide .layer.layer1 { font-size: 2.6em; }
	.motohome-slider-slide .layer.layer2 { color: #333f48; font-size:1.25em; }


	.motohome-slider .slick-dots { display: none !important; background-color: transparent; }
	.motohome-slider .slick-dots li:not(.slick-active) button:before { color: #fff; }

	.motohome-slider .banner-img-div { padding-bottom: 40%; }
}





@media screen and (min-width: 768px) {

	#cms-content .page-title + .lead { font-size: 18px; }

	.navbar #slidemenu { padding: 7px 0 0; }
	.navbar.navbar-wd .nav > li { padding-bottom: 7px; }
	.navbar.navbar-wd .dropdown-menu.megamenu { width: auto; top: 100% !important; margin-top: 0; }
	.navbar.navbar-wd .dropdown-menu.megamenu > .container { width: auto; }
	.navbar.navbar-wd .dropdown-menu.megamenu .megamenu__columns { display: flex; max-width: 70vw; white-space: nowrap; }
	.navbar.navbar-wd .dropdown-menu.megamenu .megamenu__columns > li { list-style: none; width: auto !important; min-width: 175px; padding-left: 10px; padding-right: 2em; white-space: normal; }
	.navbar.navbar-wd .dropdown-menu.megamenu .megamenu__columns > li:first-child { padding-left: 0; }
	.navbar.navbar-wd .dropdown-menu.megamenu .megamenu__columns > li:last-child { padding-right: 0; }

	.footer__column-links .country-switcher .country-select { position: relative; top: -.5em; }
}




@media screen and (min-width: 768px) and (max-width:991px) {
	.footer__column-links { position: relative; padding-bottom: 100px;	}
	.footer-logo { display: block !important; position: absolute; left: 50%; bottom: 0; transform:translate(-50%, 0%); }
	.footer-logo a { display: inline-block !important; float: none !important; margin-bottom: 0 !important; vertical-align: middle; line-height: 0; }
	.footer-logo .copyright { display: inline-block !important; float: none !important; vertical-align: middle; }
}





@media screen and (min-width: 769px) {
	.footer__bottom .container > div { width: 50%; }
	.footer__bottom .copyright br { display: none; }
	.wd-footer-bottom-text { display: none; }
}





@media screen and (min-width: 900px) {

	.motohome-slider-slide .layer.layer1 { font-size:3.6rem; line-height:1.2; margin: 0; padding: 0 0 .25em !important; }
	.motohome-slider-slide .layer.layer2 { font-size:1.6rem; line-height:1.4; margin: 0; padding: 0; font-weight: 300; }


	.footer__column-links .country-switcher .other-countries { font-size: .9em; }

}



@media screen and (min-width: 1200px) {

	.motohome-slider .banner-img-div { padding-bottom: 0 !important; height: 500px; }

}



