@charset "UTF-8";
/*@font-face {
  font-family: 'HandOfSean';
  src: url("../fonts/HandOfSean.eot?#iefix") format("embedded-opentype"), url("../fonts/HandOfSean.woff") format("woff"), url("../fonts/HandOfSean.ttf") format("truetype"), url("../fonts/HandOfSean.svg#HandOfSean") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Miso-Bold';
  src: url("../fonts/Miso-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Miso-Bold.otf") format("opentype"), url("../fonts/Miso-Bold.woff") format("woff"), url("../fonts/Miso-Bold.ttf") format("truetype"), url("../fonts/Miso-Bold.svg#Miso-Bold") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Miso';
  src: url("../fonts/Miso.eot?#iefix") format("embedded-opentype"), url("../fonts/Miso.otf") format("opentype"), url("../fonts/Miso.woff") format("woff"), url("../fonts/Miso.ttf") format("truetype"), url("../fonts/Miso.svg#Miso") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'HandOfSeanPro-Regular';
  src: url("../fonts/HandOfSeanPro-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/HandOfSeanPro-Regular.otf") format("opentype"), url("../fonts/HandOfSeanPro-Regular.woff") format("woff"), url("../fonts/HandOfSeanPro-Regular.ttf") format("truetype"), url("../fonts/HandOfSeanPro-Regular.svg#HandOfSeanPro-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'HandOfSeanDemo';
  src: url("../fonts/HandOfSeanDemo.eot?#iefix") format("embedded-opentype"), url("../fonts/HandOfSeanDemo.woff") format("woff"), url("../fonts/HandOfSeanDemo.ttf") format("truetype"), url("../fonts/HandOfSeanDemo.svg#HandOfSeanDemo") format("svg");
  font-weight: normal;
  font-style: normal;
}

html {
  box-sizing: border-box;
}

*, *::after, *::before {
  box-sizing: inherit;
}*/

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
/*@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}*/

/* makes the font 33% larger relative to the icon container */
/*.fa-lg {
  font-size: 1.33333em;
  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.28571em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  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: #fff;
}*/

/* 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: "";
}

.fa-music:before {
  content: "";
}

.fa-search:before {
  content: "";
}

.fa-envelope-o:before {
  content: "";
}

.fa-heart:before {
  content: "";
}

.fa-star:before {
  content: "";
}

.fa-star-o:before {
  content: "";
}

.fa-user:before {
  content: "";
}

.fa-film:before {
  content: "";
}

.fa-th-large:before {
  content: "";
}

.fa-th:before {
  content: "";
}

.fa-th-list:before {
  content: "";
}

.fa-check:before {
  content: "";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "";
}

.fa-search-plus:before {
  content: "";
}

.fa-search-minus:before {
  content: "";
}

.fa-power-off:before {
  content: "";
}

.fa-signal:before {
  content: "";
}

.fa-gear:before,
.fa-cog:before {
  content: "";
}

.fa-trash-o:before {
  content: "";
}

.fa-home:before {
  content: "";
}

.fa-file-o:before {
  content: "";
}

.fa-clock-o:before {
  content: "";
}

.fa-road:before {
  content: "";
}

.fa-download:before {
  content: "";
}

.fa-arrow-circle-o-down:before {
  content: "";
}

.fa-arrow-circle-o-up:before {
  content: "";
}

.fa-inbox:before {
  content: "";
}

.fa-play-circle-o:before {
  content: "";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "";
}

.fa-refresh:before {
  content: "";
}

.fa-list-alt:before {
  content: "";
}

.fa-lock:before {
  content: "";
}

.fa-flag:before {
  content: "";
}

.fa-headphones:before {
  content: "";
}

.fa-volume-off:before {
  content: "";
}

.fa-volume-down:before {
  content: "";
}

.fa-volume-up:before {
  content: "";
}

.fa-qrcode:before {
  content: "";
}

.fa-barcode:before {
  content: "";
}

.fa-tag:before {
  content: "";
}

.fa-tags:before {
  content: "";
}

.fa-book:before {
  content: "";
}

.fa-bookmark:before {
  content: "";
}

.fa-print:before {
  content: "";
}

.fa-camera:before {
  content: "";
}

.fa-font:before {
  content: "";
}

.fa-bold:before {
  content: "";
}

.fa-italic:before {
  content: "";
}

.fa-text-height:before {
  content: "";
}

.fa-text-width:before {
  content: "";
}

.fa-align-left:before {
  content: "";
}

.fa-align-center:before {
  content: "";
}

.fa-align-right:before {
  content: "";
}

.fa-align-justify:before {
  content: "";
}

.fa-list:before {
  content: "";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "";
}

.fa-indent:before {
  content: "";
}

.fa-video-camera:before {
  content: "";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "";
}

.fa-pencil:before {
  content: "";
}

.fa-map-marker:before {
  content: "";
}

.fa-adjust:before {
  content: "";
}

.fa-tint:before {
  content: "";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "";
}

.fa-share-square-o:before {
  content: "";
}

.fa-check-square-o:before {
  content: "";
}

.fa-arrows:before {
  content: "";
}

.fa-step-backward:before {
  content: "";
}

.fa-fast-backward:before {
  content: "";
}

.fa-backward:before {
  content: "";
}

.fa-play:before {
  content: "";
}

.fa-pause:before {
  content: "";
}

.fa-stop:before {
  content: "";
}

.fa-forward:before {
  content: "";
}

.fa-fast-forward:before {
  content: "";
}

.fa-step-forward:before {
  content: "";
}

.fa-eject:before {
  content: "";
}

.fa-chevron-left:before {
  content: "";
}

.fa-chevron-right:before {
  content: "";
}

.fa-plus-circle:before {
  content: "";
}

.fa-minus-circle:before {
  content: "";
}

.fa-times-circle:before {
  content: "";
}

.fa-check-circle:before {
  content: "";
}

.fa-question-circle:before {
  content: "";
}

.fa-info-circle:before {
  content: "";
}

.fa-crosshairs:before {
  content: "";
}

.fa-times-circle-o:before {
  content: "";
}

.fa-check-circle-o:before {
  content: "";
}

.fa-ban:before {
  content: "";
}

.fa-arrow-left:before {
  content: "";
}

.fa-arrow-right:before {
  content: "";
}

.fa-arrow-up:before {
  content: "";
}

.fa-arrow-down:before {
  content: "";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "";
}

.fa-expand:before {
  content: "";
}

.fa-compress:before {
  content: "";
}

.fa-plus:before {
  content: "";
}

.fa-minus:before {
  content: "";
}

.fa-asterisk:before {
  content: "";
}

.fa-exclamation-circle:before {
  content: "";
}

.fa-gift:before {
  content: "";
}

.fa-leaf:before {
  content: "";
}

.fa-fire:before {
  content: "";
}

.fa-eye:before {
  content: "";
}

.fa-eye-slash:before {
  content: "";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "";
}

.fa-plane:before {
  content: "";
}

.fa-calendar:before {
  content: "";
}

.fa-random:before {
  content: "";
}

.fa-comment:before {
  content: "";
}

.fa-magnet:before {
  content: "";
}

.fa-chevron-up:before {
  content: "";
}

.fa-chevron-down:before {
  content: "";
}

.fa-retweet:before {
  content: "";
}

.fa-shopping-cart:before {
  content: "";
}

.fa-folder:before {
  content: "";
}

.fa-folder-open:before {
  content: "";
}

.fa-arrows-v:before {
  content: "";
}

.fa-arrows-h:before {
  content: "";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "";
}

.fa-twitter-square:before {
  content: "";
}

.fa-facebook-square:before {
  content: "";
}

.fa-camera-retro:before {
  content: "";
}

.fa-key:before {
  content: "";
}

.fa-gears:before,
.fa-cogs:before {
  content: "";
}

.fa-comments:before {
  content: "";
}

.fa-thumbs-o-up:before {
  content: "";
}

.fa-thumbs-o-down:before {
  content: "";
}

.fa-star-half:before {
  content: "";
}

.fa-heart-o:before {
  content: "";
}

.fa-sign-out:before {
  content: "";
}

.fa-linkedin-square:before {
  content: "";
}

.fa-thumb-tack:before {
  content: "";
}

.fa-external-link:before {
  content: "";
}

.fa-sign-in:before {
  content: "";
}

.fa-trophy:before {
  content: "";
}

.fa-github-square:before {
  content: "";
}

.fa-upload:before {
  content: "";
}

.fa-lemon-o:before {
  content: "";
}

.fa-phone:before {
  content: "";
}

.fa-square-o:before {
  content: "";
}

.fa-bookmark-o:before {
  content: "";
}

.fa-phone-square:before {
  content: "";
}

.fa-twitter:before {
  content: "";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "";
}

.fa-github:before {
  content: "";
}

.fa-unlock:before {
  content: "";
}

.fa-credit-card:before {
  content: "";
}

.fa-feed:before,
.fa-rss:before {
  content: "";
}

.fa-hdd-o:before {
  content: "";
}

.fa-bullhorn:before {
  content: "";
}

.fa-bell:before {
  content: "";
}

.fa-certificate:before {
  content: "";
}

.fa-hand-o-right:before {
  content: "";
}

.fa-hand-o-left:before {
  content: "";
}

.fa-hand-o-up:before {
  content: "";
}

.fa-hand-o-down:before {
  content: "";
}

.fa-arrow-circle-left:before {
  content: "";
}

.fa-arrow-circle-right:before {
  content: "";
}

.fa-arrow-circle-up:before {
  content: "";
}

.fa-arrow-circle-down:before {
  content: "";
}

.fa-globe:before {
  content: "";
}

.fa-wrench:before {
  content: "";
}

.fa-tasks:before {
  content: "";
}

.fa-filter:before {
  content: "";
}

.fa-briefcase:before {
  content: "";
}

.fa-arrows-alt:before {
  content: "";
}

.fa-group:before,
.fa-users:before {
  content: "";
}

.fa-chain:before,
.fa-link:before {
  content: "";
}

.fa-cloud:before {
  content: "";
}

.fa-flask:before {
  content: "";
}

.fa-cut:before,
.fa-scissors:before {
  content: "";
}

.fa-copy:before,
.fa-files-o:before {
  content: "";
}

.fa-paperclip:before {
  content: "";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "";
}

.fa-square:before {
  content: "";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "";
}

.fa-list-ul:before {
  content: "";
}

.fa-list-ol:before {
  content: "";
}

.fa-strikethrough:before {
  content: "";
}

.fa-underline:before {
  content: "";
}

.fa-table:before {
  content: "";
}

.fa-magic:before {
  content: "";
}

.fa-truck:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

.fa-pinterest-square:before {
  content: "";
}

.fa-google-plus-square:before {
  content: "";
}

.fa-google-plus:before {
  content: "";
}

.fa-money:before {
  content: "";
}

.fa-caret-down:before {
  content: "";
}

.fa-caret-up:before {
  content: "";
}

.fa-caret-left:before {
  content: "";
}

.fa-caret-right:before {
  content: "";
}

.fa-columns:before {
  content: "";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "";
}

.fa-envelope:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "";
}

.fa-legal:before,
.fa-gavel:before {
  content: "";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "";
}

.fa-comment-o:before {
  content: "";
}

.fa-comments-o:before {
  content: "";
}

.fa-flash:before,
.fa-bolt:before {
  content: "";
}

.fa-sitemap:before {
  content: "";
}

.fa-umbrella:before {
  content: "";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "";
}

.fa-lightbulb-o:before {
  content: "";
}

.fa-exchange:before {
  content: "";
}

.fa-cloud-download:before {
  content: "";
}

.fa-cloud-upload:before {
  content: "";
}

.fa-user-md:before {
  content: "";
}

.fa-stethoscope:before {
  content: "";
}

.fa-suitcase:before {
  content: "";
}

.fa-bell-o:before {
  content: "";
}

.fa-coffee:before {
  content: "";
}

.fa-cutlery:before {
  content: "";
}

.fa-file-text-o:before {
  content: "";
}

.fa-building-o:before {
  content: "";
}

.fa-hospital-o:before {
  content: "";
}

.fa-ambulance:before {
  content: "";
}

.fa-medkit:before {
  content: "";
}

.fa-fighter-jet:before {
  content: "";
}

.fa-beer:before {
  content: "";
}

.fa-h-square:before {
  content: "";
}

.fa-plus-square:before {
  content: "";
}

.fa-angle-double-left:before {
  content: "";
}

.fa-angle-double-right:before {
  content: "";
}

.fa-angle-double-up:before {
  content: "";
}

.fa-angle-double-down:before {
  content: "";
}

.fa-angle-left:before {
  content: "";
}

.fa-angle-right:before {
  content: "";
}

.fa-angle-up:before {
  content: "";
}

.fa-angle-down:before {
  content: "";
}

.fa-desktop:before {
  content: "";
}

.fa-laptop:before {
  content: "";
}

.fa-tablet:before {
  content: "";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "";
}

.fa-circle-o:before {
  content: "";
}

.fa-quote-left:before {
  content: "";
}

.fa-quote-right:before {
  content: "";
}

.fa-spinner:before {
  content: "";
}

.fa-circle:before {
  content: "";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "";
}

.fa-github-alt:before {
  content: "";
}

.fa-folder-o:before {
  content: "";
}

.fa-folder-open-o:before {
  content: "";
}

.fa-smile-o:before {
  content: "";
}

.fa-frown-o:before {
  content: "";
}

.fa-meh-o:before {
  content: "";
}

.fa-gamepad:before {
  content: "";
}

.fa-keyboard-o:before {
  content: "";
}

.fa-flag-o:before {
  content: "";
}

.fa-flag-checkered:before {
  content: "";
}

.fa-terminal:before {
  content: "";
}

.fa-code:before {
  content: "";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "";
}

.fa-location-arrow:before {
  content: "";
}

.fa-crop:before {
  content: "";
}

.fa-code-fork:before {
  content: "";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "";
}

.fa-question:before {
  content: "";
}

.fa-info:before {
  content: "";
}

.fa-exclamation:before {
  content: "";
}

.fa-superscript:before {
  content: "";
}

.fa-subscript:before {
  content: "";
}

.fa-eraser:before {
  content: "";
}

.fa-puzzle-piece:before {
  content: "";
}

.fa-microphone:before {
  content: "";
}

.fa-microphone-slash:before {
  content: "";
}

.fa-shield:before {
  content: "";
}

.fa-calendar-o:before {
  content: "";
}

.fa-fire-extinguisher:before {
  content: "";
}

.fa-rocket:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

.fa-chevron-circle-left:before {
  content: "";
}

.fa-chevron-circle-right:before {
  content: "";
}

.fa-chevron-circle-up:before {
  content: "";
}

.fa-chevron-circle-down:before {
  content: "";
}

.fa-html5:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-anchor:before {
  content: "";
}

.fa-unlock-alt:before {
  content: "";
}

.fa-bullseye:before {
  content: "";
}

.fa-ellipsis-h:before {
  content: "";
}

.fa-ellipsis-v:before {
  content: "";
}

.fa-rss-square:before {
  content: "";
}

.fa-play-circle:before {
  content: "";
}

.fa-ticket:before {
  content: "";
}

.fa-minus-square:before {
  content: "";
}

.fa-minus-square-o:before {
  content: "";
}

.fa-level-up:before {
  content: "";
}

.fa-level-down:before {
  content: "";
}

.fa-check-square:before {
  content: "";
}

.fa-pencil-square:before {
  content: "";
}

.fa-external-link-square:before {
  content: "";
}

.fa-share-square:before {
  content: "";
}

.fa-compass:before {
  content: "";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "";
}

.fa-euro:before,
.fa-eur:before {
  content: "";
}

.fa-gbp:before {
  content: "";
}

.fa-dollar:before,
.fa-usd:before {
  content: "";
}

.fa-rupee:before,
.fa-inr:before {
  content: "";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "";
}

.fa-won:before,
.fa-krw:before {
  content: "";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "";
}

.fa-file:before {
  content: "";
}

.fa-file-text:before {
  content: "";
}

.fa-sort-alpha-asc:before {
  content: "";
}

.fa-sort-alpha-desc:before {
  content: "";
}

.fa-sort-amount-asc:before {
  content: "";
}

.fa-sort-amount-desc:before {
  content: "";
}

.fa-sort-numeric-asc:before {
  content: "";
}

.fa-sort-numeric-desc:before {
  content: "";
}

.fa-thumbs-up:before {
  content: "";
}

.fa-thumbs-down:before {
  content: "";
}

.fa-youtube-square:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

.fa-xing-square:before {
  content: "";
}

.fa-youtube-play:before {
  content: "";
}

.fa-dropbox:before {
  content: "";
}

.fa-stack-overflow:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

.fa-bitbucket-square:before {
  content: "";
}

.fa-tumblr:before {
  content: "";
}

.fa-tumblr-square:before {
  content: "";
}

.fa-long-arrow-down:before {
  content: "";
}

.fa-long-arrow-up:before {
  content: "";
}

.fa-long-arrow-left:before {
  content: "";
}

.fa-long-arrow-right:before {
  content: "";
}

.fa-apple:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-female:before {
  content: "";
}

.fa-male:before {
  content: "";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "";
}

.fa-sun-o:before {
  content: "";
}

.fa-moon-o:before {
  content: "";
}

.fa-archive:before {
  content: "";
}

.fa-bug:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

.fa-stack-exchange:before {
  content: "";
}

.fa-arrow-circle-o-right:before {
  content: "";
}

.fa-arrow-circle-o-left:before {
  content: "";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "";
}

.fa-dot-circle-o:before {
  content: "";
}

.fa-wheelchair:before {
  content: "";
}

.fa-vimeo-square:before {
  content: "";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "";
}

.fa-plus-square-o:before {
  content: "";
}

.fa-space-shuttle:before {
  content: "";
}

.fa-slack:before {
  content: "";
}

.fa-envelope-square:before {
  content: "";
}

.fa-wordpress:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "";
}

.fa-yahoo:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

.fa-reddit-square:before {
  content: "";
}

.fa-stumbleupon-circle:before {
  content: "";
}

.fa-stumbleupon:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

.fa-pied-piper-pp:before {
  content: "";
}

.fa-pied-piper-alt:before {
  content: "";
}

.fa-drupal:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-language:before {
  content: "";
}

.fa-fax:before {
  content: "";
}

.fa-building:before {
  content: "";
}

.fa-child:before {
  content: "";
}

.fa-paw:before {
  content: "";
}

.fa-spoon:before {
  content: "";
}

.fa-cube:before {
  content: "";
}

.fa-cubes:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

.fa-behance-square:before {
  content: "";
}

.fa-steam:before {
  content: "";
}

.fa-steam-square:before {
  content: "";
}

.fa-recycle:before {
  content: "";
}

.fa-automobile:before,
.fa-car:before {
  content: "";
}

.fa-cab:before,
.fa-taxi:before {
  content: "";
}

.fa-tree:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-database:before {
  content: "";
}

.fa-file-pdf-o:before {
  content: "";
}

.fa-file-word-o:before {
  content: "";
}

.fa-file-excel-o:before {
  content: "";
}

.fa-file-powerpoint-o:before {
  content: "";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "";
}

.fa-file-code-o:before {
  content: "";
}

.fa-vine:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "";
}

.fa-circle-o-notch:before {
  content: "";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "";
}

.fa-ge:before,
.fa-empire:before {
  content: "";
}

.fa-git-square:before {
  content: "";
}

.fa-git:before {
  content: "";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "";
}

.fa-tencent-weibo:before {
  content: "";
}

.fa-qq:before {
  content: "";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "";
}

.fa-history:before {
  content: "";
}

.fa-circle-thin:before {
  content: "";
}

.fa-header:before {
  content: "";
}

.fa-paragraph:before {
  content: "";
}

.fa-sliders:before {
  content: "";
}

.fa-share-alt:before {
  content: "";
}

.fa-share-alt-square:before {
  content: "";
}

.fa-bomb:before {
  content: "";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "";
}

.fa-tty:before {
  content: "";
}

.fa-binoculars:before {
  content: "";
}

.fa-plug:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

.fa-newspaper-o:before {
  content: "";
}

.fa-wifi:before {
  content: "";
}

.fa-calculator:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

.fa-google-wallet:before {
  content: "";
}

.fa-cc-visa:before {
  content: "";
}

.fa-cc-mastercard:before {
  content: "";
}

.fa-cc-discover:before {
  content: "";
}

.fa-cc-amex:before {
  content: "";
}

.fa-cc-paypal:before {
  content: "";
}

.fa-cc-stripe:before {
  content: "";
}

.fa-bell-slash:before {
  content: "";
}

.fa-bell-slash-o:before {
  content: "";
}

.fa-trash:before {
  content: "";
}

.fa-copyright:before {
  content: "";
}

.fa-at:before {
  content: "";
}

.fa-eyedropper:before {
  content: "";
}

.fa-paint-brush:before {
  content: "";
}

.fa-birthday-cake:before {
  content: "";
}

.fa-area-chart:before {
  content: "";
}

.fa-pie-chart:before {
  content: "";
}

.fa-line-chart:before {
  content: "";
}

.fa-lastfm:before {
  content: "";
}

.fa-lastfm-square:before {
  content: "";
}

.fa-toggle-off:before {
  content: "";
}

.fa-toggle-on:before {
  content: "";
}

.fa-bicycle:before {
  content: "";
}

.fa-bus:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-cc:before {
  content: "";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "";
}

.fa-meanpath:before {
  content: "";
}

.fa-buysellads:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-dashcube:before {
  content: "";
}

.fa-forumbee:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

.fa-cart-plus:before {
  content: "";
}

.fa-cart-arrow-down:before {
  content: "";
}

.fa-diamond:before {
  content: "";
}

.fa-ship:before {
  content: "";
}

.fa-user-secret:before {
  content: "";
}

.fa-motorcycle:before {
  content: "";
}

.fa-street-view:before {
  content: "";
}

.fa-heartbeat:before {
  content: "";
}

.fa-venus:before {
  content: "";
}

.fa-mars:before {
  content: "";
}

.fa-mercury:before {
  content: "";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "";
}

.fa-transgender-alt:before {
  content: "";
}

.fa-venus-double:before {
  content: "";
}

.fa-mars-double:before {
  content: "";
}

.fa-venus-mars:before {
  content: "";
}

.fa-mars-stroke:before {
  content: "";
}

.fa-mars-stroke-v:before {
  content: "";
}

.fa-mars-stroke-h:before {
  content: "";
}

.fa-neuter:before {
  content: "";
}

.fa-genderless:before {
  content: "";
}

.fa-facebook-official:before {
  content: "";
}

.fa-pinterest-p:before {
  content: "";
}

.fa-whatsapp:before {
  content: "";
}

.fa-server:before {
  content: "";
}

.fa-user-plus:before {
  content: "";
}

.fa-user-times:before {
  content: "";
}

.fa-hotel:before,
.fa-bed:before {
  content: "";
}

.fa-viacoin:before {
  content: "";
}

.fa-train:before {
  content: "";
}

.fa-subway:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "";
}

.fa-optin-monster:before {
  content: "";
}

.fa-opencart:before {
  content: "";
}

.fa-expeditedssl:before {
  content: "";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "";
}

.fa-mouse-pointer:before {
  content: "";
}

.fa-i-cursor:before {
  content: "";
}

.fa-object-group:before {
  content: "";
}

.fa-object-ungroup:before {
  content: "";
}

.fa-sticky-note:before {
  content: "";
}

.fa-sticky-note-o:before {
  content: "";
}

.fa-cc-jcb:before {
  content: "";
}

.fa-cc-diners-club:before {
  content: "";
}

.fa-clone:before {
  content: "";
}

.fa-balance-scale:before {
  content: "";
}

.fa-hourglass-o:before {
  content: "";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "";
}

.fa-hourglass:before {
  content: "";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "";
}

.fa-hand-scissors-o:before {
  content: "";
}

.fa-hand-lizard-o:before {
  content: "";
}

.fa-hand-spock-o:before {
  content: "";
}

.fa-hand-pointer-o:before {
  content: "";
}

.fa-hand-peace-o:before {
  content: "";
}

.fa-trademark:before {
  content: "";
}

.fa-registered:before {
  content: "";
}

.fa-creative-commons:before {
  content: "";
}

.fa-gg:before {
  content: "";
}

.fa-gg-circle:before {
  content: "";
}

.fa-tripadvisor:before {
  content: "";
}

.fa-odnoklassniki:before {
  content: "";
}

.fa-odnoklassniki-square:before {
  content: "";
}

.fa-get-pocket:before {
  content: "";
}

.fa-wikipedia-w:before {
  content: "";
}

.fa-safari:before {
  content: "";
}

.fa-chrome:before {
  content: "";
}

.fa-firefox:before {
  content: "";
}

.fa-opera:before {
  content: "";
}

.fa-internet-explorer:before {
  content: "";
}

.fa-tv:before,
.fa-television:before {
  content: "";
}

.fa-contao:before {
  content: "";
}

.fa-500px:before {
  content: "";
}

.fa-amazon:before {
  content: "";
}

.fa-calendar-plus-o:before {
  content: "";
}

.fa-calendar-minus-o:before {
  content: "";
}

.fa-calendar-times-o:before {
  content: "";
}

.fa-calendar-check-o:before {
  content: "";
}

.fa-industry:before {
  content: "";
}

.fa-map-pin:before {
  content: "";
}

.fa-map-signs:before {
  content: "";
}

.fa-map-o:before {
  content: "";
}

.fa-map:before {
  content: "";
}

.fa-commenting:before {
  content: "";
}

.fa-commenting-o:before {
  content: "";
}

.fa-houzz:before {
  content: "";
}

.fa-vimeo:before {
  content: "";
}

.fa-black-tie:before {
  content: "";
}

.fa-fonticons:before {
  content: "";
}

.fa-reddit-alien:before {
  content: "";
}

.fa-edge:before {
  content: "";
}

.fa-credit-card-alt:before {
  content: "";
}

.fa-codiepie:before {
  content: "";
}

.fa-modx:before {
  content: "";
}

.fa-fort-awesome:before {
  content: "";
}

.fa-usb:before {
  content: "";
}

.fa-product-hunt:before {
  content: "";
}

.fa-mixcloud:before {
  content: "";
}

.fa-scribd:before {
  content: "";
}

.fa-pause-circle:before {
  content: "";
}

.fa-pause-circle-o:before {
  content: "";
}

.fa-stop-circle:before {
  content: "";
}

.fa-stop-circle-o:before {
  content: "";
}

.fa-shopping-bag:before {
  content: "";
}

.fa-shopping-basket:before {
  content: "";
}

.fa-hashtag:before {
  content: "";
}

.fa-bluetooth:before {
  content: "";
}

.fa-bluetooth-b:before {
  content: "";
}

.fa-percent:before {
  content: "";
}

.fa-gitlab:before {
  content: "";
}

.fa-wpbeginner:before {
  content: "";
}

.fa-wpforms:before {
  content: "";
}

.fa-envira:before {
  content: "";
}

.fa-universal-access:before {
  content: "";
}

.fa-wheelchair-alt:before {
  content: "";
}

.fa-question-circle-o:before {
  content: "";
}

.fa-blind:before {
  content: "";
}

.fa-audio-description:before {
  content: "";
}

.fa-volume-control-phone:before {
  content: "";
}

.fa-braille:before {
  content: "";
}

.fa-assistive-listening-systems:before {
  content: "";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "";
}

.fa-glide:before {
  content: "";
}

.fa-glide-g:before {
  content: "";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "";
}

.fa-low-vision:before {
  content: "";
}

.fa-viadeo:before {
  content: "";
}

.fa-viadeo-square:before {
  content: "";
}

.fa-snapchat:before {
  content: "";
}

.fa-snapchat-ghost:before {
  content: "";
}

.fa-snapchat-square:before {
  content: "";
}

.fa-pied-piper:before {
  content: "";
}

.fa-first-order:before {
  content: "";
}

.fa-yoast:before {
  content: "";
}

.fa-themeisle:before {
  content: "";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "";
}

.fa-handshake-o:before {
  content: "";
}

.fa-envelope-open:before {
  content: "";
}

.fa-envelope-open-o:before {
  content: "";
}

.fa-linode:before {
  content: "";
}

.fa-address-book:before {
  content: "";
}

.fa-address-book-o:before {
  content: "";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "";
}

.fa-user-circle:before {
  content: "";
}

.fa-user-circle-o:before {
  content: "";
}

.fa-user-o:before {
  content: "";
}

.fa-id-badge:before {
  content: "";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "";
}

.fa-quora:before {
  content: "";
}

.fa-free-code-camp:before {
  content: "";
}

.fa-telegram:before {
  content: "";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "";
}

.fa-shower:before {
  content: "";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "";
}

.fa-podcast:before {
  content: "";
}

.fa-window-maximize:before {
  content: "";
}

.fa-window-minimize:before {
  content: "";
}

.fa-window-restore:before {
  content: "";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "";
}

.fa-bandcamp:before {
  content: "";
}

.fa-grav:before {
  content: "";
}

.fa-etsy:before {
  content: "";
}

.fa-imdb:before {
  content: "";
}

.fa-ravelry:before {
  content: "";
}

.fa-eercast:before {
  content: "";
}

.fa-microchip:before {
  content: "";
}

.fa-snowflake-o:before {
  content: "";
}

.fa-superpowers:before {
  content: "";
}

.fa-wpexplorer:before {
  content: "";
}

.fa-meetup:before {
  content: "";
}

.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;
}*/

/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/**
     * 1. Change the default font family in all browsers (opinionated).
     * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
     */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
     * Remove the margin in all browsers (opinionated).
     */
body {
  margin: 0;
}

/* HTML5 display definitions
       ========================================================================== */
/**
     * Add the correct display in IE <10.
     * Add the correct display in Edge, IE, and Firefox for `details` or `summary`.
     * Add the correct display in IE for `main`.
     */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
     * Add the correct display in IE <10.
     */
audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
     * Add the correct display and remove excess height in iOS 4-7.
     */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
     * Add the correct vertical alignment in Chrome, Firefox, and Opera.
     */
progress {
  vertical-align: baseline;
}

/**
     * Add the correct display in IE <11, Safari <8, and Firefox <22.
     * 1. Add the correct display in IE.
     */
template,
[hidden] {
  display: none;
}

/* Links
       ========================================================================== */
/**
     * 1. Remove the gray background on active links in IE 10.
     * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
     */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
     * Remove the outline on focused links when they are also active or hovered
     * in all browsers (opinionated).
     */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
       ========================================================================== */
/**
     * 1. Remove the bottom border in Firefox <40.
     * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
     */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
     * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
     */
b,
strong {
  font-weight: inherit;
}

/**
     * Add the correct font weight in Chrome, Edge, and Safari.
     */
b,
strong {
  font-weight: bolder;
}

/**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
     * Add the correct font style in Android <4.4.
     */
dfn {
  font-style: italic;
}

/**
     * Correct the font size and margin on `h1` elements within `section` and
     * `article` contexts in Chrome, Firefox, and Safari.
     */
h1 {
  font-size: 2em;
  /* Set 1 unit of vertical rhythm on the top and bottom margins. */
  margin: 0.75em 0;
}

/**
     * Add the correct background and color in IE <10.
     */
mark {
  background-color: #ff0;
  color: #000;
}

/**
     * Add the correct font size in all browsers.
     */
small {
  font-size: 80%;
}

/**
     * Prevent `sub` and `sup` elements from affecting the line height in
     * all browsers.
     */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
       ========================================================================== */
/**
     * Remove the border on images inside links in IE <11.
     */
img {
  border-style: none;
}

/**
     * Hide the overflow in IE.
     */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
       ========================================================================== */
/**
     * Add the correct margin in IE 8.
     */
figure {
  margin: 1.5em 40px;
}

/**
     * 1. Add the correct box sizing in Firefox.
     * 2. Show the overflow in Edge and IE.
     */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
       ========================================================================== */
/**
     * Known issues:
     * - By default, Chrome on OS X and Safari on OS X allow very limited styling of
     *   select, unless a border property is set. The default font weight on
     *   optgroup elements cannot safely be changed in Chrome on OSX and Safari on
     *   OS X.
     * - It is recommended that you do not style checkbox and radio inputs as
     *   Firefox's implementation does not respect box-sizing, padding, or width.
     * - Certain font size values applied to number inputs cause the cursor style of
     *   the decrement button to change from default to text.
     * - The search input is not fully stylable by default. In Chrome and Safari on
     *   OSX/iOS you can't control font, padding, border, or background. In Chrome
     *   and Safari on Windows you can't control border properly. It will apply
     *   border-width but will only show a border color (which cannot be controlled)
     *   for the outer 1px of that border. Applying -webkit-appearance: textfield
     *   addresses these issues without removing the benefits of search inputs (e.g.
     *   showing past searches). Safari (but not Chrome) will clip the cancel button
     *   on when it has padding (and textfield appearance).
     */
/**
     * 1. Change font properties to `inherit` in all browsers (opinionated).
     * 2. Remove the margin in Firefox and Safari.
     * 3. Address `font-family` inconsistency between `textarea` and other form in IE 7
     * 4. Improve appearance and consistency with IE 6/7.
     */
button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
     * Show the overflow in IE.
     */
button {
  overflow: visible;
}

/**
     * Remove the inheritance of text transform in Edge, Firefox, and IE.
     * 1. Remove the inheritance of text transform in Firefox.
     */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
     * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
     *    controls in Android 4.
     * 2. Correct the inability to style clickable types in iOS and Safari.
     */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  /**
       * Remove the inner border and padding in Firefox.
       */
  /**
       * Restore the focus styles unset by the previous rule.
       */
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
     * Show the overflow in Edge.
     */
input {
  overflow: visible;
}

/**
     * 1. Add the correct box sizing in IE <11.
     * 2. Remove the padding in IE <11.
     * 3. Remove excess padding in IE 7.
     *    Known issue: excess padding remains in IE 6.
     */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
     * Correct the cursor style of increment and decrement buttons in Chrome.
     */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
     * 1. Correct the odd appearance in Chrome and Safari.
     * 2. Correct the outline style in Safari.
     */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
  /**
       * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
       */
}

[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
     * Correct the text style of placeholders in Chrome, Edge, and Safari.
     */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
     * 1. Correct the inability to style clickable types in iOS and Safari.
     * 2. Change font properties to `inherit` in Safari.
     */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
     * Change the border, margin, and padding in all browsers (opinionated).
     */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
     * 1. Correct the text wrapping in Edge and IE.
     * 2. Correct the color inheritance from `fieldset` elements in IE.
     * 3. Remove the padding so developers are not caught out when they zero out
     *    `fieldset` elements in all browsers.
     * 4. Correct alignment displayed oddly in IE 6/7.
     */
legend {
  box-sizing: border-box;
  /* 1 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  white-space: normal;
  /* 1 */
  color: inherit;
  /* 2 */
  padding: 0;
  /* 3 */
}

/**
     * Restore the font weight unset by a previous rule.
     */
optgroup {
  font-weight: bold;
}

/**
     * Remove the default vertical scrollbar in IE.
     */
textarea {
  overflow: auto;
}

/* CSS Document */
/*----argentina----*/
* {
  box-sizing: border-box !important;
}

*:before, *:after {
  box-sizing: border-box !important;
}

.h2ilu {
  text-align: center;
  color: black;
  text-transform: uppercase;
  font-size: 20px;
  letter-spacing: 1px;
  margin-top: 25px;
  font-family: Miso, sans-serif;
}

.h2ilu2 {
  text-align: center;
  color: #a19160;
  /*  text-transform:uppercase;
  */
  letter-spacing: 1px;
  margin-top: 35px;
  font-size: 35px;
  font-weight: bold;
  font-family: Miso, sans-serif;
}

* {
  box-sizing: border-box !important;
}

*:before, *:after {
  box-sizing: border-box !important;
}

.btncarrousel {
  text-align: center;
}

.btncarrousel a {
  color: black;
}

.btncarrousel a:hover {
  text-decoration: none;
  color: #DD0021;
}

.bodyfont p, .filament li, .tabla-sac td, .btncarrousel a {
  font-family: "roboto", sans-serif;
}

.well {
  border: none;
  border-radius: 0;
  background-color: #fff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  padding: 3px;
  margin-bottom: 30px;
  margin-top: 20px;
  position: relative;
  display: block;
}

.mostrar {
  display: block;
}

.caption {
  width: 100%;
  padding: 10px;
  position: absolute;
  bottom: 0;
  background-color: #fff;
  display: none;
  font-style: italic;
  font-size: 12px;
  color: #666;
  margin-top: 3px;
}

.caption h3 {
  font-size: 25px;
  font-weight: normal;
  line-height: 100%;
  margin: 0 0 3px;
  color: black;
  text-align: left;
  margin-bottom: 7px;
}

.caption a {
  color: #999;
  display: block;
  font-size: 14px;
}

.caption a:hover {
  color: #000;
  text-decoration: none;
}

.howto-nav {
  display: flex;
  margin: 12px;
}

.howto {
  margin: 0 15px 15px;
  text-align: justify;
  letter-spacing: -0.2px;
}

.howto h3 {
  color: #000;
  font-size: 22px;
}

.howto p {
  line-height: 20px;
  font-size: 15px;
}

.btn-kits {
  width: 180px;
  height: 35px;
  display: block;
  border: solid 1px #0072ce;
  text-align: center;
  text-transform: uppercase;
  line-height: 32px;
  margin: 10px auto;
  font-size: 13px;
  font-family: Miso, 'roboto', sans-serif;
}

.btn-kits:hover {
  background-color: #0072ce;
  color: #FFF;
  text-decoration: none;
}

.btn-kitsamb:click {
  color: #DD0021;
}

.btn-kits22 {
  width: 250px;
  height: 35px;
  display: block;
  text-align: center;
  text-transform: uppercase;
  line-height: 32px;
  margin: 10px auto;
  font-size: 13px;
  font-family: Miso, 'roboto', sans-serif;
  margin-top: 10px;
  margin-bottom: 30px;
  background-color: #0072CE;
  color: white;
}

.btn-kits22:hover {
  background-color: #0c63a9;
  color: white;
  text-decoration: none;
}

.btn-kits22:visited {
  color: white;
}

.btn-kits2 {
  width: 200px;
  height: 35px;
  display: block;
  border: solid 1px white;
  text-align: center;
  text-transform: uppercase;
  line-height: 32px;
  margin: 10px auto;
  font-size: 13px;
  font-family: Miso, 'roboto', sans-serif;
  margin-top: 10px;
}

.btn-kits2:hover {
  background-color: white;
  color: black;
  text-decoration: none;
}

.btn-kitsamb {
  width: 50%;
  height: 35px;
  display: block;
  border: solid 1px black;
  text-align: center;
  text-transform: uppercase;
  line-height: 32px;
  margin: 2px;
  font-size: 13px;
  font-family: Miso, 'roboto', sans-serif;
  margin-top: 25px;
  color: black;
}

.btn-kitsamb:hover {
  background-color: black;
  color: #FFF;
  text-decoration: none;
}

.btn-kitsamb:click {
  color: black;
}

.btn-kitsambnav {
  width: 100%;
  display: block;
  border: solid 1px black;
  text-align: center;
  text-transform: uppercase;
  line-height: 32px;
  font-size: 13px;
  font-family: Miso, 'roboto', sans-serif;
  margin-top: 25px;
  color: black;
}

.btn-kitsambnav:hover {
  background-color: black;
  color: #FFF;
  text-decoration: none;
}

.btn-kitsambnav:click {
  color: black;
}

.btn-kitstips {
  width: 50%;
  height: 35px;
  display: block;
  border: solid 1px #DD0021;
  text-align: center;
  text-transform: uppercase;
  line-height: 32px;
  margin: 2px;
  font-size: 13px;
  font-family: Miso, 'roboto', sans-serif;
  margin-top: 25px;
  color: #DD0021;
}

.btn-kitstips:hover {
  background-color: #DD0021;
  color: #FFF;
  text-decoration: none;
}

.font {
  font-family: Miso, 'roboto', sans-serif;
  font-size: 11pt;
  padding-bottom: 5px;
  padding-top: 15px;
  line-height: 19px;
}

@media all and (max-width: 500px) {
  .caption {
    display: block;
    overflow: auto;
  }
}

/*---Fin argentina--*/
section.col-md-12 {
  padding: 0;
}

section.col-md-12 h1, section.col-md-12 h2, section.col-md-12 h3, section.col-md-12 h4, section.col-md-12 h5, section.col-md-12 h6, section.col-md-12 div, section.col-md-12 p {
  font-family: 'Roboto', sans-serif;
}

.breadcrumb {
  display: none;
}

.no-pad {
  padding: 0;
}

.centrado {
  float: none;
  position: relative;
  display: block;
  clear: both;
  margin: 0 auto;
}

#footer .full-container {
  display: none;
}

/* mod owl */
/*.owl-controls { height:inherit; display:block; position:inherit;}
.owl-theme .owl-controls .owl-pagination { position:inherit; right:inherit; bottom:inherit;}
.owl-theme .owl-controls .owl-page span { display:none;}
.owl-theme .owl-controls .owl-buttons { position:inherit; top:inherit; width:inherit;}
.owl-theme .owl-controls .owl-buttons div { color:inherit; display:inherit; font-size:inherit; width:inherit; height:inherit; background:none; text-align:inherit; line-height:inherit; filter:; opacity:;  
-webkit-border-radius:0;
   -moz-border-radius:0;
        border-radius:0;
}*/
.pdd4 {
  padding-left: 4px;
  padding-right: 4px;
}

.pdd6 {
  padding-left: 6px;
  padding-right: 6px;
}

.pdd8 {
  padding-left: 8px;
  padding-right: 8px;
}

.pdd10 {
  padding-left: 10px;
  padding-right: 10px;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mt60 {
  margin-top: 60px;
}

.mt70 {
  margin-top: 70px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb70 {
  margin-bottom: 70px;
}

.p16 {
  font-size: 16px;
  line-height: 140%;
}

.h2c {
  text-align: center;
  font-weight: 300;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.h2c span {
  color: #4f4344;
  font-weight: 700;
}

.flecha-up {
  position: relative;
  display: block;
  color: #fff;
  font-size: 50px;
  margin: -16px auto 0;
  width: 29px;
  padding: 0;
}

.flecha-down {
  position: relative;
  display: block;
  color: #fff;
  font-size: 50px;
  margin: 0 auto -14px;
  width: 29px;
  padding: 0;
}

/*-- HOME --*/
/*----header--*/
.header-home {
  display: block;
  clear: both;
  margin: 10px 0 5px 0;
}

/*-------fin----*/
.divisor {
  width: 40%;
  margin: 20px auto;
  display: block;
  height: 4px;
  background-color: #eee;
}

.divisor::before {
  content: "";
  width: 30%;
  height: 1px;
  background-color: #eee;
  display: block;
  float: left;
  margin-left: -30%;
  margin-top: 1px;
}

.divisor::after {
  content: "";
  width: 30%;
  height: 1px;
  background-color: #eee;
  display: block;
  float: right;
  margin-right: -30%;
  margin-top: 1px;
}

.pdd4 {
  padding-left: 4px;
  padding-right: 4px;
}

.pdd6 {
  padding-left: 6px;
  padding-right: 6px;
}

.pdd8 {
  padding-left: 8px;
  padding-right: 8px;
}

.pdd10 {
  padding-left: 10px;
  padding-right: 10px;
}

.vitrina-home {
  display: block;
  clear: both;
}

.vitrina-home .marca-home {
  width: 250px;
  height: 120px;
  position: absolute;
  top: 50%;
  margin-top: -60px;
  left: 50%;
  margin-left: -125px;
  background-color: #fff;
}

.vitrina-home .marca-home img {
  margin: 0 auto;
  display: block;
  margin-top: 27px;
}

.vitrina-home h1 {
  width: 280px;
  height: 88px;
  position: absolute;
  z-index: 1;
  top: 4%;
  left: 2%;
  text-indent: -5000px;
  margin: 0;
  background-image: url(/static/categorias/contenidoEstatico/landings/Landing-especial-iluminacion-chile/home/iluminate.png);
}

.vitrina-home h2 {
  width: 90%;
  height: 54px;
  background-color: #000;
  font-size: 24px;
  font-weight: lighter;
  color: #fff;
  text-align: center;
  position: relative;
  margin: -68px auto 0;
  line-height: 54px;
  text-transform: uppercase;
}

.bajada-home {
  margin: 20px 0;
}

.bajada-home h2 {
  font-size: 20px;
  font-weight: normal;
  line-height: 130%;
  text-align: center;
  font-style: italic;
}

.link-coleccion {
  width: 100%;
  height: 278px;
  display: block;
  margin-bottom: 12px;
  overflow: hidden;
  position: relative;
}

.link-coleccion a {
  width: 100%;
  height: 100%;
}

.link-coleccion a:hover {
  text-decoration: none;
}

.link-coleccion img {
  border: 0;
}

.link-coleccion .txt {
  width: 100%;
  height: 40px;
  background-color: #6b5f61;
  color: #fff;
  text-align: center;
  font-size: 15px;
  line-height: 40px;
  position: absolute;
  bottom: 0;
}

.link-coleccion a:hover .txt {
  background-color: #4f4344;
  color: #fff;
}

.link-coleccion a img {
  max-width: none;
  width: -webkit-calc(100% + 60px);
  width: calc(100% + 60px);
  opacity: 1;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-30px, 0, 0) scale(1.12);
  transform: translate3d(-30px, 0, 0) scale(1.12);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.link-coleccion a:hover img {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}

/*---link-coleccion2--*/
.link-coleccion2 {
  width: 100%;
  height: 568px;
  display: block;
  margin-bottom: 12px;
  overflow: hidden;
  position: relative;
}

.link-coleccion2 a {
  width: 100%;
  height: 100%;
}

.link-coleccion2 a:hover {
  text-decoration: none;
}

.link-coleccion2 img {
  border: 0;
}

.link-coleccion2 .txt {
  width: 100%;
  height: 40px;
  background-color: #6b5f61;
  color: #fff;
  text-align: center;
  font-size: 15px;
  line-height: 40px;
  position: absolute;
  bottom: 0;
}

.link-coleccion2 a:hover .txt {
  background-color: #4f4344;
  color: #fff;
}

.link-coleccion2 a img {
  max-width: none;
  width: -webkit-calc(100% + 60px);
  width: calc(100% + 60px);
  opacity: 1;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-30px, 0, 0) scale(1.12);
  transform: translate3d(-30px, 0, 0) scale(1.12);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.link-coleccion2 a:hover img {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}

/*----fin----*/
.caja-coleccion {
  width: 100%;
  min-height: 278px;
  height: auto;
  border: solid 2px #a19160;
  display: block;
  margin-bottom: 12px;
  padding: 5% 15%;
}

.caja-coleccion h3 {
  text-align: center;
  font-size: 23px;
  font-weight: lighter;
  color: #000;
}

.caja-coleccion h3 span {
  font-weight: bold;
}

.caja-coleccion p {
  text-align: center;
  font-size: 18px;
  line-height: 140%;
  font-style: italic;
}

.caja-coleccion hr {
  width: 40%;
  margin: 0 auto;
  display: block;
  height: 4px;
  background-color: #eee;
}

.caja-coleccion hr::before {
  content: "";
  width: 30%;
  height: 0;
  background-color: #eee;
  display: block;
  float: left;
  margin-left: -30%;
  margin-top: 1px;
}

.caja-coleccion hr::after {
  content: "";
  width: 30%;
  height: 0;
  background-color: #eee;
  display: block;
  float: right;
  margin-right: -30%;
  margin-top: 1px;
}

/*text-transform:uppercase;*/
.complemento {
  display: block;
  clear: both;
}

.complemento h2 {
  text-align: center;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: bold;
  font-family: 'Roboto', sans-serif;
}

.complemento p {
  width: 80%;
  text-align: center;
  font-size: 16px;
  line-height: 140%;
  margin: 0 auto;
}

.complemento .bombillo {
  margin-top: 10px;
}

.complemento .bombillo a {
  color: #000;
}

.complemento .bombillo a img {
  margin: 0 auto;
  display: block;
}

.complemento .bombillo a h3 {
  text-align: center;
  font-size: 16px;
  font-weight: normal;
  text-transform: uppercase;
}

.complemento .bombillo a:hover {
  text-decoration: none;
  color: #dd0021;
}

.complemento .lmp-big a {
  width: 100%;
  height: 100%;
}

.complemento .lmp-big a img {
  border: 0;
}

.complemento .lmp-big a div {
  width: 320px;
  height: 36px;
  background-color: #000;
  color: #fff;
  position: absolute;
  bottom: 30px;
  text-align: center;
  line-height: 36px;
  left: 50%;
  margin-left: -160px;
  text-transform: uppercase;
  font-size: 12px;
}

.complemento .lmp-big a:hover div {
  text-decoration: none;
  background-color: #fff;
  color: #000;
}

.complemento .lmp-small a {
  width: 100%;
  height: 100%;
  color: #000;
}

.complemento .lmp-small a img {
  border: 0;
  margin: 0 auto;
}

.complemento .lmp-small a div {
  width: 200px;
  height: 36px;
  position: absolute;
  bottom: 0;
  text-align: center;
  line-height: 36px;
  left: 50%;
  margin-left: -100px;
  text-transform: uppercase;
  font-size: 13px;
}

.complemento .lmp-small a:hover div {
  background-color: #000;
  color: #fff;
}

.iluminate .img-iluminate {
  width: 311px;
  height: 100px;
  display: block;
  position: relative;
  margin: 0 auto;
}

.iluminate img {
  border: 0;
}

.iluminate h2 {
  font-size: 30px;
  font-weight: normal;
  text-align: center;
  text-transform: uppercase;
}

.iluminate p {
  font-size: 18px;
  font-style: italic;
  font-weight: normal;
  line-height: 140%;
  text-align: center;
}

.casa-eco {
  display: block;
  position: relative;
  overflow: hidden;
}

.casa-eco a {
  width: 100%;
  height: 100%;
  display: block;
  color: #000;
}

.casa-eco a .eco {
  position: absolute;
  top: 10%;
  left: 14%;
  z-index: 1;
}

.casa-eco a .eco h2 {
  font-size: 30px;
  font-weight: bold;
  margin: 0;
}

.casa-eco a .eco p {
  font-size: 18px;
  color: #000;
  font-style: italic;
  line-height: 120%;
  margin-top: 3px;
}

.casa-eco a img {
  border: 0;
}

.casa-eco a:hover {
  text-decoration: none;
  color: #000;
}

.casa-eco a:hover .eco h2 {
  color: #52ad44;
}

/*-- INTERIOR --*/
.coleccion {
  position: absolute;
  background-color: #fff;
  top: 40px;
  right: 55px;
  z-index: 10;
  text-align: center;
  padding: 20px 30px;
}

.coleccion h1 {
  margin: 0;
  padding: 0;
  font-weight: bold;
  font-size: 40px;
  line-height: 100%;
}

.coleccion h1 small {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
  font-family: 'Roboto', sans-serif;
}

.coleccion hr {
  width: 40%;
  border: solid 1px #ccc;
  margin: 5px auto 20px;
}

.coleccion p {
  font-size: 16px;
  font-weight: normal;
  line-height: 140%;
}

.coleccion2 {
  text-align: center;
  padding: 20px 30px;
}

.coleccion2 h1 {
  margin: 0;
  padding: 0;
  font-weight: bold;
  font-size: 40px;
  line-height: 100%;
}

.coleccion2 h1 small {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: bold;
}

.coleccion2 hr {
  width: 40%;
  border: solid 1px #ccc;
  margin: 5px auto 20px;
}

.coleccion2 p {
  font-size: 14px;
  font-weight: normal;
  line-height: 140%;
}

.caja-tip {
  position: absolute;
  display: block;
  z-index: 1;
}

.caja-tip .ico-tip {
  width: 30px;
  height: 30px;
  display: block;
  cursor: pointer;
  position: relative;
  z-index: 1;
}

.caja-tip .info-tip {
  width: 160px;
  height: auto;
  background-color: #fff;
  padding: 20px 15px;
  position: absolute;
  display: none;
  border-radius: 2px;
  border: solid 1px #ccc;
}

.img-item a {
  color: #000;
  font-size: 15px;
}

.img-item a:hover {
  text-decoration: none;
}

.img-item a:hover .nombre {
  color: #dd0021;
}

.img-item .nombre {
  font-weight: normal;
  font-size: 13px;
}

.img-item .sku {
  font-size: 12px;
  color: #666;
  margin-bottom: 4px;
  font-size: 12px;
  color: #666;
  margin-bottom: 4px;
}

.img-item .precio {
  font-size: 22px;
  font-weight: bold;
  margin-top: 3px;
}

.img-item .precio .signoPeso {
  font-size: 14px;
  margin-right: 2px;
  font-weight: normal;
}

.img-item .precio .cu, .img-item .precio .mt2, .img-item .precio .Jgo {
  font-size: 13px;
  margin-left: 2px;
  font-weight: normal;
}

.img-item .btnVtn {
  color: #dd0021;
  font-size: 14px;
  line-height: 100%;
}

.img-item .cmr-icono {
  width: 72px;
  height: 34px;
  background-image: url(../comun/sprite.png);
  background-position: 0 -41px;
  display: block;
}

.img-item .combo-icono {
  width: 72px;
  height: 29px;
  background-image: url(../comun/sprite.png);
  background-position: 0 -76px;
  display: block;
}

.img-item .aunMasBajo-icono {
  width: 122px;
  height: 26px;
  background-image: url(../comun/sprite.png);
  background-position: 0 -106px;
  display: block;
}

.img-item .bajadaPrecio {
  font-size: 13px;
  color: #000;
}

.img-item .precioCaja, .img-item .marca, .img-item .stock {
  display: none;
}

.info-tip .img-item .btnVtn {
  display: none;
}

.slide-top {
  left: -80px;
  margin-left: 20px;
  bottom: 25px;
}

.slide-down {
  left: -80px;
  margin-left: 20px;
  top: 25px;
}

.bodegon {
  display: block;
  position: relative;
  margin-bottom: 1px;
}

.estilo .owl-controls {
  width: 100%;
  height: 60px;
  position: absolute;
  top: 50%;
  margin-top: -30px;
}

.estilo.owl-theme .owl-controls .owl-buttons div {
  width: 30px;
  height: 60px;
  border-radius: 0;
  text-indent: -5000px;
  display: block;
  opacity: 1;
}

.estilo.owl-theme .owl-controls .owl-buttons div.owl-prev {
  float: left;
  margin-left: -30px;
  background-image: url(../comun/navsprite.jpg);
  background-position: 0 0;
}

.estilo.owl-theme .owl-controls .owl-buttons div.owl-prev:hover {
  background-position: 0px -60px;
}

.estilo.owl-theme .owl-controls .owl-buttons div.owl-next {
  float: right;
  margin-right: -30px;
  background-image: url(../comun/navsprite.jpg);
  background-position: -30px 0;
}

.estilo.owl-theme .owl-controls .owl-buttons div.owl-next:hover {
  background-position: -30px -60px;
}

.carrusel .owl-item {
  padding: 5px;
}

.carrusel .prod-carrusel {
  height: 320px;
  border: solid 1px #eee;
  padding: 10px;
  text-align: center;
}

.carrusel .owl-controls {
  width: 100%;
  height: 60px;
  position: absolute;
  top: 50%;
  margin-top: -50px;
}

.carrusel.owl-theme .owl-controls .owl-buttons div {
  width: 33px;
  height: 66px;
  border-radius: 0;
  text-indent: -5000px;
  display: block;
  opacity: 1;
  background: none;
}

.carrusel.owl-theme .owl-controls .owl-buttons div.owl-prev {
  float: left;
  margin-left: -30px;
  background-image: url(../comun/navsprite.jpg);
  background-position: 0 0;
}

.carrusel.owl-theme .owl-controls .owl-buttons div.owl-prev:hover {
  background-position: 0 -60px;
}

.carrusel.owl-theme .owl-controls .owl-buttons div.owl-next {
  float: right;
  margin-right: -30px;
  background-image: url(../comun/navsprite.jpg);
  background-position: -30px 0;
}

.carrusel.owl-theme .owl-controls .owl-buttons div.owl-next:hover {
  background-position: -30px -60px;
}

.prod-mosaico {
  position: relative;
  overflow: hidden;
  border: solid 1px #ccc;
  height: 240px;
}

.detalle-oculto {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 200px;
  background-color: #fff;
}

.detalle-oculto .btn-oculto {
  width: 100%;
  height: 40px;
  background-color: #000;
  cursor: pointer;
  line-height: 40px;
  margin-bottom: 20px;
}

.detalle-oculto .btn-oculto p {
  color: #fff;
  font-size: 14px;
  padding-left: 15px;
  float: left;
  text-transform: uppercase;
  font-weight: normal;
}

.detalle-oculto .btn-oculto span {
  float: right;
  line-height: 40px;
  color: #fff;
  margin-right: 5px;
  font-size: 20px;
}

.detalle-oculto .img-item {
  width: 70%;
  margin: 0 auto;
}

.detalle-oculto .img-item .btnVtn a {
  width: 120px;
  height: auto;
  background-color: #000;
  text-align: center;
  line-height: 36px;
  margin-top: 10px;
  color: #fff;
  font-size: 13px;
  display: block;
}

.semi .img-item {
  width: 140px;
  height: auto;
  padding: 10px;
  background-color: #fff;
  position: absolute;
  z-index: 1;
  -webkit-box-shadow: 0px 8px 7px -8px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 8px 7px -8px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 8px 7px -8px rgba(0, 0, 0, 0.4);
}

.visible {
  top: 0;
  -webkit-animation: visible 0.3s 1 ease-in-out;
  -moz-animation: visible 0.3s 1 ease-in-out;
  -o-animation: visible 0.3s 1 ease-in-out;
}

@-webkit-keyframes visible {
  from {
    -webkit-transform: translatey(200px);
  }
  to {
    -webkit-transform: translatey(0px);
  }
}

@-moz-keyframes visible {
  from {
    -moz-transform: translatey(200px);
  }
  to {
    -moz-transform: translatey(0px);
  }
}

@-o-keyframes visible {
  from {
    -o-transform: translatey(200px);
  }
  to {
    -o-transform: translatey(0px);
  }
}

.cerrar, .rotate-out {
  transition: All 0.3s ease;
  -webkit-transition: All 0.3s ease;
  -moz-transition: All 0.3s ease;
  -o-transition: All 0.3s ease;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}

.border {
  border: solid 1px #ccc;
  border-left: none;
  border-right: none;
  padding: 40px 0;
}

.h2-desta1 {
  text-align: center;
  font-weight: normal;
  font-size: 26px;
  padding: 0 8%;
  line-height: 130%;
  font-family: 'Roboto', sans-serif;
}

.h2-desta2 {
  text-transform: uppercase;
  margin: 10px;
}

.h2-desta2 small {
  font-size: 30px;
}

.cont-txt {
  height: 172px;
  text-align: center;
  padding: 30px;
  font-size: 14px;
  line-height: 140%;
}

.cont-txt span {
  font-size: 20px;
  display: block;
  line-height: 100%;
  margin: 10px auto;
  color: #666;
  font-family: 'Roboto', sans-serif;
}

.mosaico-chico {
  text-align: center;
  margin: 15px 0;
  min-height: 220px;
}

.mosaico-chico img {
  margin: 0 auto;
}

.mosaico-chico .nombre {
  width: 80%;
  margin: 0 auto;
}

.mosaico-chico .marca, .mosaico-chico .sku, .mosaico-chico .bajadaPrecio, .mosaico-chico .precioCaja, .mosaico-chico .btnVtn {
  display: none;
}

.mosaico-grande {
  text-align: center;
  height: 500px;
}

.mosaico-grande img {
  max-width: 400px;
  margin: 0 auto;
}

.mosaico-borde {
  border: solid 1px #ccc;
}

/*-- Producto destacado - Unitario y Slider --*/
.prod-destacado .ico-flecha {
  position: relative;
  margin-left: -23%;
}

.prod-destacado p {
  height: 162px;
  font-size: 18px;
  line-height: 130%;
  color: #fff;
  margin-top: 25px;
  font-weight: 300;
  font-family: 'Roboto', sans-serif;
}

.prod-destacado .btn-desprod {
  width: 180px;
  height: 38px;
  background-color: #0072ce;
  text-align: center;
  line-height: 38px;
  margin: 20px auto 0;
  display: block;
  color: #fff;
  border-radius: 2px;
  font-size: 14px;
}

.prod-destacado .btn-desprod:hover {
  text-decoration: none;
  background-color: #dd0021;
  border-bottom: solid 3px #b0011b;
}

.prod-destacado .cajaDetalle .nombre {
  font-size: 32px;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 100%;
  color: #fff;
}

.prod-destacado .cajaDetalle .marca {
  display: block;
  font-size: 17px;
  color: #fff;
  font-style: italic;
  margin-top: 4px;
}

.prod-destacado .cajaDetalle .sku {
  margin-bottom: 25px;
  color: #fff;
}

.prod-destacado .cajaPrecio .precio {
  font-size: 24px;
  font-weight: 500;
  color: #fff;
}

.prod-destacado .btnVtn {
  display: none;
}

.prod-destacado .img-item a:hover .nombre {
  color: #ccc;
}

.info-prod-desta {
  position: absolute;
  margin-top: 20px;
  z-index: 1;
  top: 0;
}

/*-- contenido de apoyo --*/
.contenido {
  width: 100%;
  height: 540px;
  border: solid 1px #ccc;
  display: block;
  margin-bottom: 10px;
}

.contenido a {
  color: #000;
}

.contenido a img {
  border: 0;
}

.contenido a .info {
  width: 100%;
  padding: 15px;
}

.contenido a .info h5 {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  height: 36px;
  border: solid 1px #cccc;
  background-color: #000;
  color: #fff;
  text-align: center;
  line-height: 36px;
  font-weight: normal;
}

.contenido a .info h3 {
  font-size: 17px;
  font-weight: normal;
}

.contenido a .info p {
  font-size: 14px;
  line-height: 130%;
}

.contenido a:hover {
  color: #000;
  text-decoration: none;
}

.contenido a:hover .info h3 {
  color: #dd0021;
}

/*================================= medias =================================*/
@media (max-width: 900px) {
  .coleccion {
    top: 40px;
    right: 30px;
    padding: 20px 20px;
  }
  .caja-coleccion h3 {
    font-size: 18px;
  }
  .caja-coleccion p {
    font-size: 15px;
  }
  .coleccion {
    position: relative;
    top: 0;
    right: 0;
  }
  /*prod destacado*/
  .prod-destacado .cajaDetalle .nombre {
    margin-top: 0;
    font-size: 24px;
    color: #fff;
  }
  .prod-destacado .cajaDetalle .marca {
    color: #fff;
  }
  .prod-destacado .cajaDetalle .sku {
    margin-bottom: 10px;
    color: #fff;
  }
  .prod-destacado .cajaPrecio .precio {
    color: #fff;
  }
  .prod-destacado p {
    font-size: 14px;
    color: #fff;
    margin-top: 10px;
  }
  .info-prod-desta {
    position: absolute;
    margin-top: 10px;
  }
  /*slider con flechas*/
  .semi .img-item {
    width: 140px;
    height: auto;
    padding: 10px;
    background-color: #fff;
    position: absolute;
    z-index: 1;
    -webkit-box-shadow: 0px 8px 7px -8px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 8px 7px -8px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 8px 7px -8px rgba(0, 0, 0, 0.4);
  }
}

@media (max-width: 768px) {
  .vitrina-home h2 {
    width: 100%;
    height: auto;
    line-height: 100%;
    padding: 20px;
  }
  .coleccion {
    position: relative;
    top: 0;
    right: 0;
    width: 100%;
    font-size: 110%;
  }
  .prod-mosaico {
    height: 185px;
  }
  .detalle-oculto {
    top: 143px;
  }
  .detalle-oculto .img-item {
    width: 86%;
  }
  .mosaico-grande {
    margin-bottom: 15px;
    height: auto;
    padding-bottom: 20px;
  }
  .mosaico-chico {
    margin: 0 -15px 15px;
  }
  .carrusel .prod-carrusel {
    height: auto;
    padding-bottom: 20px;
    text-align: center;
  }
  .cont-txt {
    height: auto;
  }
  .complemento .lmp-small a div {
    width: 100%;
    left: 0;
    margin-left: 0;
  }
  .iluminate .img-iluminate {
    width: 270px;
  }
  .caja-coleccion h3 {
    font-size: 18px;
  }
  .caja-coleccion p {
    font-size: 15px;
  }
  .prod-destacado .col-md-offset-1, .prod-destacado .col-xs-12.col-sm-9.col-md-9 {
    padding-left: 0;
    padding-right: 0;
  }
  .edicion div.especial {
    font-size: 15px;
  }
  .visible {
    top: 0;
    -webkit-animation: visible 0.3s 1 ease-in-out;
    -moz-animation: visible 0.3s 1 ease-in-out;
    -o-animation: visible 0.3s 1 ease-in-out;
  }
  @-webkit-keyframes visible {
    from {
      -webkit-transform: translatey(143px);
    }
    to {
      -webkit-transform: translatey(0px);
    }
  }
  @-moz-keyframes visible {
    from {
      -moz-transform: translatey(143px);
    }
    to {
      -moz-transform: translatey(0px);
    }
  }
  @-o-keyframes visible {
    from {
      -o-transform: translatey(143px);
    }
    to {
      -o-transform: translatey(0px);
    }
  }
  .semi .img-item {
    width: 100%;
    height: auto;
    padding: 10px;
    background-color: #fff;
    position: relative;
    z-index: 1;
    border: solid 1px #ccc;
    text-align: center;
  }
  .info-prod-desta {
    position: relative;
    margin-top: 10px;
  }
  .prod-destacado .cajaDetalle .nombre {
    margin-top: 10px;
    font-size: 28px;
    color: #000;
  }
  .prod-destacado .cajaDetalle .marca {
    color: #666;
  }
  .prod-destacado .cajaDetalle .sku {
    color: #666;
    margin-bottom: 15px;
  }
  .prod-destacado .cajaPrecio .precio {
    color: #000;
  }
  .prod-destacado p {
    height: auto;
    color: #000;
    font-size: 16px;
    margin-top: 15px;
  }
  .link-coleccion {
    height: auto;
  }
  .link-coleccion .txt {
    position: relative;
  }
  .link-coleccion a img {
    width: 100%;
    opacity: 1;
    -webkit-transition: none;
    transition: none;
    -webkit-transform: none;
    transform: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .link-coleccion a:hover img {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

/*=================== estilos btn carro ===================*/
a.btn-Carro {
  width: 100%;
  height: 36px;
  line-height: 36px;
  background-color: #fff;
  color: #dd0021;
  border: solid 1px #dd0021;
}

a.btn-Carro:hover {
  background-color: #dd0021;
  color: #fff;
  text-decoration: none;
}

.btn-Carro .validacion {
  width: 140px;
  height: 140px;
  background-color: #fff;
  padding: 10px;
  border: solid 1px #ccc;
  border-radius: 4px;
  position: absolute;
  top: 50%;
  margin-top: -70px;
  left: 50%;
  margin-left: -70px;
  opacity: 0;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
  box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
}

.btn-Carro .validacion .mas1 {
  width: 30px;
  height: 30px;
  background-color: #dd0021;
  text-align: center;
  font-family: Miso;
  border-radius: 30px;
  line-height: 30px;
  color: #fff;
  font-size: 24px;
  margin: 0 auto;
}

.btn-Carro .validacion h5 {
  margin: 15px 0 4px;
  text-align: center;
  color: #dd0021;
  font-size: 18px;
  font-weight: bold;
}

.btn-Carro .validacion p {
  font-size: 13px !important;
  text-align: center;
  margin: 0 auto !important;
  color: #000;
  line-height: 120% !important;
  text-transform: none;
}

/*== animate ==*/
.validacion {
  -webkit-animation: validacion 3s 1 ease-in-out;
  -moz-animation: validacion 3s 1 ease-in-out;
  -o-animation: validacion 3s 1 ease-in-out;
}

@-webkit-keyframes validacion {
  0% {
    -webkit-transform: translatey(-30px);
    opacity: 0;
  }
  10% {
    -webkit-transform: translatey(0px);
    opacity: 1;
  }
  90% {
    -webkit-transform: translatey(0px) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translatey(0px) scale(1.5);
    opacity: 0;
  }
}

@-moz-keyframes validacion {
  0% {
    -moz-transform: translatey(-30px);
    opacity: 0;
  }
  10% {
    -moz-transform: translatey(0px);
    opacity: 1;
  }
  90% {
    -moz-transform: translatey(0px) scale(1);
    opacity: 1;
  }
  100% {
    -moz-transform: translatey(0px) scale(1.5);
    opacity: 0;
  }
}

@-o-keyframes validacion {
  0% {
    -o-transform: translatey(-30px);
    opacity: 0;
  }
  10% {
    -o-transform: translatey(0px);
    opacity: 1;
  }
  90% {
    -o-transform: translatey(0px) scale(1);
    opacity: 1;
  }
  100% {
    -o-transform: translatey(0px) scale(1.5);
    opacity: 0;
  }
}

.ocultardata {
  display: none;
}

.cargando {
  width: 48px;
  height: 48px;
  padding: 10px;
  position: absolute;
  top: 50%;
  margin-top: -24px;
  left: 50%;
  margin-left: -24px;
}

.btn-Carro {
  display: none !important;
}

/* CSS Document */
@font-face {
  font-family: Miso;
  src: url("http://www.sodimac.com.ar/static/fonts/miso/miso-webfont.eot");
  src: url("http://www.sodimac.com.ar/static/fonts/miso/miso-regular-webfont.eot?#iefix") format("embedded-opentype"), url("http://www.sodimac.com.ar/static/fonts/miso/miso-regular-webfont.woff2") format("woff2"), url("http://www.sodimac.com.ar/static/fonts/miso/miso-regular-webfont.woff") format("woff"), url("http://www.sodimac.com.ar/static/fonts/miso/miso-regular-webfont.ttf") format("truetype"), url("http://www.sodimac.com.ar/static/fonts/miso/miso-regular-webfont.svg#miso") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* img */
h3 {
  font-family: Miso, roboto, sans-serif;
  font-size: 22pt;
  color: #0072ce;
  margin-top: 50px;
  margin-bottom: 10px;
}

.video {
  margin-top: 90px;
  margin-bottom: 0;
}

.h2ilu {
  text-align: center;
  color: black;
  text-transform: uppercase;
  font-size: 20px;
  letter-spacing: 1px;
  margin-top: 40px;
  font-family: Miso, sans-serif;
}

h1 {
  font-family: Miso, roboto, sans-serif;
  font-size: 45px;
  color: #0072ce;
  text-align: left;
  margin-top: 20px;
}

h4 {
  font-family: Miso, sans-serif;
  font-size: 22px;
  color: #0072ce;
  text-align: center;
  margin-top: 20px;
}

.bannerled h2 {
  font-family: Miso, roboto, sans-serif;
  font-size: 25px;
  color: white;
  margin-top: 0;
}

.h1iluminate {
  font-family: Miso, roboto, sans-serif;
  text-align: center;
  font-size: 75px;
  line-height: 70px;
  color: black;
  margin-top: 0;
  margin-bottom: 25px;
}

.piluminate {
  width: 50%;
  margin: auto;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
}

.font-hand-of {
  font-family: 'hand_of_seanregular' !important;
}

.font-miso {
  font-family: Miso !important;
  font-size: 30px;
  padding-bottom: 40px;
  padding-top: 20px;
  line-height: 35px;
}

@media all and (max-width: 500px) {
  .caption {
    display: block;
    overflow: auto;
  }
}

.bannerled a {
  text-align: center;
  color: white;
  float: left;
  position: relative;
}

.bannerled a:hover {
  text-decoration: none;
  color: #3E2A04;
}

.bannerled h3 {
  margin-bottom: 0;
  margin-top: 0;
  text-align: left;
  color: white;
  line-height: 25px;
}

.bannerled h1 {
  margin-bottom: 0;
  margin-top: 0;
  text-align: left;
  color: white;
}

.pad5 {
  padding-left: 5px;
  padding-right: 5px;
}

.pad0 {
  padding-left: 0;
  padding-right: 0;
}

.bodyfont p, .filament li, .tabla-sac td, .btncarrousel a {
  font-family: Miso, "roboto", sans-serif;
}

.filament {
  background-color: #f9f9fa;
  padding: 35px;
  height: 303px;
}

.financiacion {
  padding: 0;
  padding-top: 5px;
}

.cross a {
  width: 100%;
  margin: 0;
  margin-top: 10px;
}

.filament li {
  font-size: 13px;
  font-weight: 300;
  line-height: 18px;
  padding-left: 20px;
}

.filament h3 {
  text-align: left;
  margin-top: -10px;
  margin-bottom: 20px;
}

.filament h2 {
  margin-top: 0;
  font-size: 30px;
}

.filament ul {
  height: 35%;
}

.bannerled p {
  margin-top: 20px;
  color: white;
  width: 225px;
  margin-bottom: 15px;
}

.howto-nav {
  display: flex;
  margin: 12px;
}

.howto {
  margin: 0 15px 15px;
  text-align: justify;
}

.howto h3 {
  color: #DD0021;
  font-size: 21px;
}

.howto p {
  line-height: 20px;
}

/* img */
.header {
  background-image: url(/static/contenido/especiales/iluminacion/ahorro.jpg);
  height: 250px;
  padding-left: 30px;
  padding-top: 150px;
  font-family: Miso !important;
  margin-bottom: 30px;
}

.header h2 {
  margin-top: -15px;
}

.bannerled {
  padding: 20px;
  background-image: url(ahorro.jpg);
  background-size: cover;
  height: 250px;
  margin-top: 50px;
}

.banneriluminacion {
  padding: 20px;
  margin-top: 30px;
  margin-bottom: 20px;
  background-image: url(banneriluminacion.jpg);
  background-size: cover;
  height: 200px;
}

.banneriluminacion p {
  margin-top: 10px;
  color: white;
  width: 225px;
  margin-bottom: 5px;
}

.banneriluminacion a {
  text-align: center;
  color: white;
  float: left;
  position: relative;
}

.banneriluminacion a:hover {
  text-decoration: none;
  color: #3E2A04;
}

.banneriluminacion h3 {
  margin-bottom: 0;
  margin-top: 0;
  text-align: left;
  color: white;
  font-size: 40px;
}

.led {
  display: block;
  margin: auto;
  width: 150px;
  height: 54px;
}

.porqueled img {
  display: block;
  margin: auto;
  margin-bottom: 15px;
  margin-top: 20px;
}

.teneencuenta {
  margin-bottom: 30px;
}

.teneencuenta img {
  display: block;
  margin: auto;
  margin-bottom: 15px;
  margin-top: 20px;
}

.teneencuenta p {
  text-align: center;
}

.porqueled {
  margin-top: 10px;
  margin-bottom: 50px;
}

.porqueled p {
  text-align: center;
}

.centrar {
  text-align: center;
}

.comment {
  font-style: italic;
  font-size: 9px;
  text-align: center;
  margin-top: 20px;
}

.btncarrousel {
  text-align: center;
}

.btncarrousel a {
  color: black;
}

.btncarrousel a:hover {
  text-decoration: none;
  color: #DD0021;
}

.btn-kits {
  width: 180px;
  height: 35px;
  display: block;
  border: solid 1px #0072ce;
  text-align: center;
  text-transform: uppercase;
  line-height: 32px;
  margin: 10px auto;
  font-size: 13px;
  font-family: Miso, 'roboto', sans-serif;
  margin-top: 10px;
}

.btn-kits:hover {
  background-color: #0072ce;
  color: #FFF;
  text-decoration: none;
}

.btn-kitsamb:click {
  color: #DD0021;
}

.btn-kits22 {
  width: 250px;
  height: 35px;
  display: block;
  text-align: center;
  text-transform: uppercase;
  line-height: 32px;
  margin: 10px auto;
  font-size: 13px;
  font-family: Miso, 'roboto', sans-serif;
  margin-bottom: 30px;
  background-color: #0072CE;
  color: white;
}

.btn-kits22:hover {
  background-color: #0c63a9;
  color: white;
  text-decoration: none;
}

.btn-kits22:visited {
  color: white;
}

.btn-kits2 {
  width: 200px;
  height: 35px;
  display: block;
  border: solid 1px white;
  text-align: center;
  text-transform: uppercase;
  line-height: 32px;
  margin: 10px auto;
  font-size: 13px;
  font-family: Miso, 'roboto', sans-serif;
}

.btn-kits2:hover {
  background-color: white;
  color: black;
  text-decoration: none;
}

.btn-kitsamb {
  width: 50%;
  height: 35px;
  display: block;
  border: solid 1px black;
  text-align: center;
  text-transform: uppercase;
  line-height: 32px;
  margin: 2px;
  font-size: 13px;
  font-family: Miso, 'roboto', sans-serif;
  margin-top: 25px;
  color: black;
}

.btn-kitsamb:hover {
  background-color: black;
  color: #FFF;
  text-decoration: none;
}

.btn-kitsamb:click {
  color: black;
}

.btn-kitsambnav {
  width: 100%;
  display: block;
  border: solid 1px black;
  text-align: center;
  text-transform: uppercase;
  line-height: 32px;
  font-size: 13px;
  font-family: Miso, 'roboto', sans-serif;
  margin-top: 25px;
  color: black;
}

.btn-kitsambnav:hover {
  background-color: black;
  color: #FFF;
  text-decoration: none;
}

.btn-kitsambnav:click {
  color: black;
}

.btn-kitstips {
  width: 50%;
  height: 35px;
  display: block;
  border: solid 1px #DD0021;
  text-align: center;
  text-transform: uppercase;
  line-height: 32px;
  margin: 2px;
  font-size: 13px;
  font-family: Miso, 'roboto', sans-serif;
  margin-top: 25px;
  color: #DD0021;
}

.btn-kitstips:hover {
  background-color: #DD0021;
  color: #FFF;
  text-decoration: none;
}

.font {
  font-family: Miso, 'roboto', sans-serif;
  font-size: 11pt;
  padding-bottom: 5px;
  padding-top: 15px;
  line-height: 19px;
}

/* table */
.tabla-sac {
  width: 100%;
  margin-top: 30px;
}

.tabla-sac thead {
  background-color: #0072ce;
  text-align: center;
  color: #fff;
  font-size: 12px;
}

.tabla-sac thead td {
  padding: 10px 0;
  text-transform: uppercase;
  font-weight: normal;
}

.tabla-sac tbody td {
  padding: 7px 5px;
  border-bottom: solid 1px #ccc;
  text-align: center;
}

@media (max-width: 767px) {
  .caja-sac {
    height: auto;
    padding: 10px 5px;
  }
  .tabla-sac {
    font-size: 12px;
    text-align: center;
    margin-top: 30px;
  }
  .table-responsive {
    border: none;
  }
}

.tabla {
  margin-top: 30px;
}

/*galeria*/
* {
  box-sizing: border-box !important;
}

*:before, *:after {
  box-sizing: border-box !important;
}

.cajapin {
  -moz-column-width: 18em;
  -webkit-column-width: 18em;
  -moz-column-gap: 1em;
  -webkit-column-gap: 1em;
  margin-top: 50px;
}

.item {
  display: inline-block;
  width: 100%;
}

.well {
  border: none;
  border-radius: 0;
  background-color: #fff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  padding: 3px;
  margin-bottom: 30px;
  margin-top: 20px;
  position: relative;
  display: block;
}

.mostrar {
  display: block;
}

.caption {
  width: 100%;
  padding: 10px;
  position: absolute;
  bottom: 0;
  background-color: #fff;
  display: none;
  font-style: italic;
  font-size: 12px;
  color: #666;
  margin-top: 3px;
}

.caption h3 {
  font-size: 25px;
  font-weight: normal;
  line-height: 100%;
  margin: 0 0 3px;
  color: black;
  text-align: left;
  margin-bottom: 7px;
}

.caption a {
  color: #999;
  display: block;
  font-size: 14px;
}

.caption a:hover {
  color: #000;
  text-decoration: none;
}

/* precio producto */
.titulodestacado {
  margin-bottom: 12px;
  margin-top: 10px;
}

.titulodestacado p {
  font-size: 24px;
  font-weight: bold;
  color: #000000;
  padding-bottom: 12px;
  padding-top: 16px;
  line-height: 1.0em;
  text-align: center;
}

.productosHome {
  color: #333;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  line-height: 20px;
  padding: 20px;
  margin-top: 20px;
}

.productosHome a {
  text-decoration: none;
}

.productosHome .cajaProducto {
  min-height: 215px;
}

.productosHome .cajaProducto img {
  padding: 5px 10%;
  max-width: 60%;
}

.productosHome .cajaProducto .cajaPrecio {
  color: #000;
  font-family: Arial, Helvetica, sans-serif;
}

.productosHome .cajaProducto .cajaPrecio .precio {
  font-size: 33px;
  font-weight: bold;
  line-height: 38px;
}

.productosHome .cajaProducto .cajaPrecio .signoPeso {
  font-size: 20px;
  vertical-align: super;
  padding: 0;
  margin: 0;
}

.productosHome .cajaProducto .cajaPrecio .precioNormal {
  font-size: 14px;
  font-weight: lighter;
  color: #565656;
}

.productosHome .cajaProducto .lineaGris {
  width: 200px;
  height: 2px;
  background-color: #aeaeae;
  margin: 10px 0px;
}

.productosHome .cajaProducto .cajaDetalle .descripcion {
  font-size: 14px;
  font-weight: bold;
  color: #333333;
}

.productosHome .cajaProducto .cajaDetalle .marca {
  font-size: 14px;
  font-weight: lighter;
  color: #333333;
  line-height: 20px;
}

.productosHome .cajaProducto .cajaDetalle .sku {
  font-size: 12px;
  font-weight: lighter;
  color: #666666;
}

.productosHome .btnVtn {
  padding: 8px;
  color: #dd0021;
  border: 1px solid #dd0021;
  border-radius: 0;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  margin-top: 8px;
}

.productosHome .btnVtn:hover {
  background: #dd0021;
  color: #fff;
}

.productosHome .cajaProducto .cajaPrecio .icono-Vtn .color1 {
  width: 30px;
  height: 30px;
  display: block;
  border: 1px solid #eee;
  float: left;
  background-color: #fbafbe;
  margin-left: 35px;
}

.productosHome .cajaProducto .cajaPrecio .icono-Vtn .color2 {
  width: 30px;
  height: 30px;
  display: block;
  border: 1px solid #eee;
  float: left;
  margin-left: 3px;
  background-color: #000;
}

.productosHome .cajaProducto .cajaPrecio .icono-Vtn .texto-icono {
  font-family: Miso, roboto, sans-serif;
  display: block;
  color: #dd0021;
  font-size: 20px;
  text-align: center;
  text-transform: uppercase;
}

.link-pdls {
  width: 162px;
  height: 30px;
  display: block;
  position: absolute;
  top: 136px;
  left: 386px;
  z-index: 9;
}

.borderGris {
  border: 1px solid #d5d5d5;
}

@media screen and (max-width: 800px) {
  .productosHome .cajaProducto .cajaPrecio .icono-Vtn {
    width: 100%;
  }
}

/* CSS Document */
.anclar {
  display: block;
  height: 50px;
  border: solid 1px #eee;
  background-color: #8e1d1b;
  margin-bottom: 5px;
}

/*margin-top:20px;*/
/* menu fijo */
.menu-home {
  position: relative;
  transition: all .3s ease-in-out;
}

.menu-home.active {
  top: 0;
  z-index: 99;
  position: fixed;
}

.menu-home.active .anclar {
  max-width: 1000px;
}

.nav-principal {
  height: 50px;
}

.nav-principal ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}

.nav-principal ul li {
  width: auto;
  height: 50px;
  text-align: center;
  display: inline-block;
  line-height: 50px;
}

.nav-principal ul li a {
  font-size: 19px;
  color: #fff;
  text-align: center;
  width: 100%;
  height: 100%;
  display: block;
  font-weight: lighter;
  position: relative;
  font-family: Miso, 'roboto', sans-serif;
}

.nav-principal ul li a:hover, .nav-principal ul li a:focus {
  color: #fff;
  text-decoration: none;
}

.nav-principal ul li ul.dropdown-menu {
  width: 100%;
  border: solid 1px #ddd;
  border-top: none;
  border-radius: 0 0 4px 4px;
  -webkit-box-shadow: 0px 8px 7px -8px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 8px 7px -8px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 8px 7px -8px rgba(0, 0, 0, 0.4);
}

.nav-principal ul li ul.dropdown-menu li {
  width: 100%;
  height: 36px;
  display: block;
  clear: both;
  border-bottom: solid 1px whitesmoke;
}

.nav-principal ul li ul.dropdown-menu li:nth-last-child {
  border-bottom: none;
}

.nav-principal ul li ul.dropdown-menu li a {
  width: 100%;
  height: 100%;
  display: block;
  line-height: 36px;
  padding: 0;
  font-size: 15px;
  color: #8e1d1b;
}

.nav-principal ul.first-ul li a::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
  opacity: 0;
  -webkit-transition: height 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  -moz-transition: height 0.3s, opacity 0.3s, -moz-transform 0.3s;
  transition: height 0.3s, opacity 0.3s, transform 0.3s;
  -webkit-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  transform: translateY(-20px);
}

.nav-principal ul.first-ul li a.efecto-linea:hover::after, .nav-principal ul.first-ul li a.efecto-linea:focus::after {
  height: 3px;
  opacity: 1;
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  transform: translateY(-10px);
  border-radius: 2px;
}

.nav-principal ul li a.active {
  color: #fff !important;
}

.nav-principal ul li a.active::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 3px;
  background: #fff;
  opacity: 1;
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  transform: translateY(-10px);
}

/*dropdow o desplegable*/
/*animacion hover sobre menu*/
/*active para paginas interiores*/
/*menu stick - diseno*/
.fijar {
  width: 1020px;
  position: fixed;
  top: 0;
  border: none;
  border-top: none;
  z-index: 11;
  background-color: #8e1d1b;
  margin-top: 0;
  padding: 0 10px;
  margin-left: -10px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  -webkit-box-shadow: 0px 8px 7px -8px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 8px 7px -8px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 8px 7px -8px rgba(0, 0, 0, 0.4);
}

/*== estilos para version mobile ==*/
.nav-mobile {
  margin: 0 -15px 20px;
  background-color: #8e1d1b;
  border: none;
}

.nav-mobile .navbar-nav {
  margin: 0 -15px;
}

.nav-mobile .navbar-nav li {
  border-bottom: solid 1px #555;
  background-color: #8e1d1b;
}
.nav-mobile .navbar-nav li:hover{
  background: #4f0303;
}

.nav-mobile .navbar-nav li a {
  font-size: 16px;
  color: #fff;
  font-weight: lighter;
  font-family: miso;
}

.nav-mobile .navbar-nav li a:hover, .nav-mobile .navbar-nav li a:focus {
  color: #fff;
}

.nav-mobile .navbar-nav li ul.dropdown-menu {
  margin: 0;
  padding: 0;
  background-color: #fff;
}

.nav-mobile .navbar-nav li ul.dropdown-menu li {
  height: 40px;
}

.nav-mobile .navbar-nav li ul.dropdown-menu li a {
  width: 100%;
  height: 100%;
  display: block;
  line-height: 34px;
  font-size: 14px;
}

.nav-mobile .navbar-nav li ul.dropdown-menu li a:hover {
  background-color: #eee !important;
}

.navbar-default .navbar-toggle {
  border-color: #fff;
  color: #fff;
  font-size: 14px;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
  background-color: #BA9227;
}

.nav-mobile .miralas {
    display: block;
    float: left;
    line-height: 55px;
    margin-left: 15px;
    color: #fff;
    font-size: 20px;
    font-weight: lighter;
    font-family: miso;
    position: relative;
    top: -3px;
}

.edicion {
  height: 50px;
}

.edicion div {
  float: left;
}

.edicion div.marca {
  padding: 0;
  margin-left: 10px;
}

.edicion div.especial {
  color: #666;
  font-size: 24px;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  padding: 5px 0 5px 10px;
  border-left: solid 3px #ccc;
  margin: 12px 0;
  display: block;
}

.edicion-mob {
  height: 50px;
}

.edicion-mob div {
  float: left;
}

.edicion-mob div.marca {
  padding: 0;
  margin-left: 15px;
}

.edicion-mob div.especial {
  color: #666;
  font-size: 15px;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  padding: 5px 0 5px 5px;
  border-left: solid 3px #ccc;
  margin: 12px 0;
  display: block;
}


/* ===== media queris de visualizacion ===== */
@media (max-width: 1000px) {
  .navbar-header {
      float: none;
  }
  .navbar-left,.navbar-right {
      float: none !important;
  }
  .navbar-toggle {
      display: block;
  }
  .navbar-collapse {
      border-top: 1px solid transparent;
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  }
  .navbar-fixed-top {
      top: 0;
      border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
      display: none!important;
  }
  .navbar-nav {
      float: none!important;
      margin-top: 7.5px;
  }
  .navbar-nav>li {
      float: none;
  }
  .navbar-nav>li>a {
      padding-top: 10px;
      padding-bottom: 10px;
  }
  .collapse.in{
      display:block !important;
  }
  .nav-principal{
    display: none!important;
  }
  .nav-mobile{
    display: block!important;
  }
  .content-menu-desktop{
    display: none!important;
  }
  .landing-navidad-2017 #header .nav-bar .sub-nav-cont, #header .zone-price-cl .title, .carousel .owl-buttons, .img-slider .owl-buttons{
    display: block;
  }
  .landing-navidad-2017 .navbar-nav>li>a{
    line-height: 30px;
  }
  .h2ilu2{
    font-size: 29px;
  }
  .titulo{
    font-size: 25px!important; 
  }
  .landing-navidad-2017 p{
    font-size: 17px;
  }
  .landing-navidad-2017 .titulo{
    margin: 0px;
    text-align: left;
    padding: 10px 0px;
  }
  .landing-navidad-2017 .bajada{
    line-height: 17px;
  }
  .landing-navidad-2017 p{
    text-align: left;
  }
  .landing-navidad-2017 .bajada{
    padding: 10px 0px 20px 0px;
  }
  .landing-navidad-2017 a.boton-bajada{
    margin: 0px auto 30px 0px;
  }
}
@media (max-width: 900px) {
  .fijar {
    width: 100%;
    padding: 0 2%;
    margin-left: -2%;
  }
  .nav-principal ul li a {
    font-size: 13px;
  }
}

@media (max-width: 600px) {
  .sope-homecenter-featured-slider .productosHome .btnVtn {
    background: #dd0021;
    color: white;
  }
}

.home-block3-banner-image {
  opacity: 1;
  -webkit-transition: all ease-in-out .3s;
  -o-transition: all ease-in-out .3s;
  -moz-transition: all ease-in-out .3s;
  transition: all ease-in-out .3s;
}

.home-block3-banner-image:hover {
  opacity: .7;
}

@media screen and (max-width: 1047px) {
  .banners-bottom .img-banner-bottom {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 768px) {
  .home-block3-banner-image {
    padding-bottom: 10px;
  }
}

/*Banner services*/
.banner-services-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: row;
  flex-direction: row;
  padding: 15px 0 10px;
}

.banner-services-wrapper a {
  opacity: 1;
  -webkit-transition: all ease-in-out .5s;
  -moz-transition: all ease-in-out .5s;
  -o-transition: all ease-in-out .5s;
  transition: all ease-in-out .5s;
}

.banner-services-wrapper a:focus, .banner-services-wrapper a:hover {
  text-decoration: none;
  opacity: .7;
}

.banner-service {
  -webkit-flex: 1 1 40%;
  flex: 1 1 40%;
  padding: 5px 10px;
}

.banner-service-img {
  -webkit-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
}

.banner-service-name {
  font-family: Miso;
  display: inline-block;
  vertical-align: middle;
  padding-left: 5px;
}

.banner-service-name h4 {
  margin: 0;
  line-height: 2rem;
  text-align: center;
  color: #005bb0;
}

.banner-service-name h4:nth-of-type(1) {
  font-size: 1.9rem;
}

.banner-service-name h4:nth-of-type(2) {
  font-size: 2rem;
  font-weight: 600;
}

/*Countdown timer | CierraPuertas*/
.m-auto {
  margin: auto;
}

.extra-banner-top {
  margin-left: -30px;
  margin-right: -30px;
}

.mt2 {
  font-size: 1.5rem;
  margin-left: -5px;
  display: inline-block;
  margin-bottom: -30px;
}

@media (max-width: 600px) {
  .sope-homecenter-featured-slider .productosHome .btnVtn {
    background: #dd0021;
    color: white;
  }
}

.home-block3-banner-image {
  opacity: 1;
  -webkit-transition: all ease-in-out .3s;
  -o-transition: all ease-in-out .3s;
  -moz-transition: all ease-in-out .3s;
  transition: all ease-in-out .3s;
}

.home-block3-banner-image:hover {
  opacity: .7;
}

@media screen and (max-width: 1047px) {
  .banners-bottom .img-banner-bottom {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 768px) {
  .home-block3-banner-image {
    padding-bottom: 10px;
  }
}

/*Banner services*/
.banner-services-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: row;
  flex-direction: row;
  padding: 15px 0 10px;
}

.banner-services-wrapper a {
  opacity: 1;
  -webkit-transition: all ease-in-out .5s;
  -moz-transition: all ease-in-out .5s;
  -o-transition: all ease-in-out .5s;
  transition: all ease-in-out .5s;
}

.banner-services-wrapper a:focus, .banner-services-wrapper a:hover {
  text-decoration: none;
  opacity: .7;
}

.banner-service {
  -webkit-flex: 1 1 40%;
  flex: 1 1 40%;
  padding: 5px 10px;
}

.banner-service-img {
  -webkit-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
}

.banner-service-name {
  font-family: Miso;
  display: inline-block;
  vertical-align: middle;
  padding-left: 5px;
}

.banner-service-name h4 {
  margin: 0;
  line-height: 2rem;
  text-align: center;
  color: #005bb0;
}

.banner-service-name h4:nth-of-type(1) {
  font-size: 1.9rem;
}

.banner-service-name h4:nth-of-type(2) {
  font-size: 2rem;
  font-weight: 600;
}

/*Countdown timer | CierraPuertas*/
.m-auto {
  margin: auto;
}

.extra-banner-top {
  margin-left: -30px;
  margin-right: -30px;
}

.mt2 {
  font-size: 1.5rem;
  margin-left: -5px;
  display: inline-block;
  margin-bottom: -30px;
}

.recipes h2 {
  margin-top: 50px;
}

.recipes h3.title-recipe-christmass {
  color: #000;
  text-align: center;
  margin: 0 auto 20px;
  text-transform: uppercase;
  padding: 5px 0;
  font-family: Miso, sans-serif;
  vertical-align: baseline;
  font-size: 20px;
}

.recipes h3.title-recipe-christmass.galletas {
  padding-top: 0;
}

#carousel-example-generic a.content, #carousel-example-generic-mobile a.content {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
}

#carousel-example-generic .box-text-slider, #carousel-example-generic-mobile .box-text-slider {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 0 30px 0 30px;
  position: absolute;
  top: 2%;
  left: 2%;
}

#carousel-example-generic .box-text-slider.noel h3.title-three, #carousel-example-generic-mobile .box-text-slider.noel h3.title-three {
  color: #7EB22C;
}

#carousel-example-generic .box-text-slider.noel h3.title-three:after, #carousel-example-generic-mobile .box-text-slider.noel h3.title-three:after {
  background: #7EB22C;
}

#carousel-example-generic .box-text-slider.natural h3.title-three, #carousel-example-generic-mobile .box-text-slider.natural h3.title-three {
  color: #CF742F;
}

#carousel-example-generic .box-text-slider.natural h3.title-three:after, #carousel-example-generic-mobile .box-text-slider.natural h3.title-three:after {
  background: #CF742F;
}

#carousel-example-generic .box-text-slider.holy h3.title-three, #carousel-example-generic-mobile .box-text-slider.holy h3.title-three {
  color: #A91919;
}

#carousel-example-generic .box-text-slider.holy h3.title-three:after, #carousel-example-generic-mobile .box-text-slider.holy h3.title-three:after {
  background: #A91919;
}

#carousel-example-generic .box-text-slider.gold h3.title-three, #carousel-example-generic-mobile .box-text-slider.gold h3.title-three {
  color: #BA9227;
}

#carousel-example-generic .box-text-slider.gold h3.title-three:after, #carousel-example-generic-mobile .box-text-slider.gold h3.title-three:after {
  background: #BA9227;
}

#carousel-example-generic .box-text-slider h3.title-three, #carousel-example-generic-mobile .box-text-slider h3.title-three {
  margin: 0;
  text-align: center;
  font-family: HandOfSeanPro-Regular, Arial, Helvetica, "sans-serif";
}

#carousel-example-generic .box-text-slider h3.title-three:after, #carousel-example-generic-mobile .box-text-slider h3.title-three:after {
  display: block;
  margin: 10px auto 0;
  width: 100px;
  height: 1px;
  content: "";
}

#carousel-example-generic .box-text-slider p.text-three, #carousel-example-generic-mobile .box-text-slider p.text-three {
  color: #000;
  font-family: Miso;
}

#carousel-example-generic .box-text-slider .boton, #carousel-example-generic-mobile .box-text-slider .boton {
  background: #DD0021;
  width: auto;
  height: auto;
  display: inline-block;
  color: #FFF;
  text-transform: uppercase;
  font-family: Miso, 'roboto', sans-serif;
}

#carousel-example-generic .box-text-slider {
  width: 340px;
  height: 240px;
  margin: 0;
  padding: 15px;
}

#carousel-example-generic h3.title-three {
  font-size: 35px;
  padding: 10px 0 5px;
}

#carousel-example-generic p.text-three {
  font-size: 17px;
}

#carousel-example-generic .boton {
  font-size: 18px;
  line-height: 20px;
  margin: 20px 0 0;
  padding: 10px 15px;
}

#carousel-example-generic-mobile .box-text-slider {
  margin: 0;
  padding: 10px;
  width: auto;
  height: auto;
  display: inline-block;
}

#carousel-example-generic-mobile h3.title-three {
  font-size: 25px;
  padding: 5px 0 2px;
}

#carousel-example-generic-mobile p.text-three {
  font-size: 12px;
  max-width: 200px;
}

#carousel-example-generic-mobile .boton {
  font-size: 12px;
  line-height: 14px;
  margin: 5px 0 0;
  padding: 5px 10px;
}

.products_exclusive h2 {
  text-transform: uppercase;
  font-size: 25px;
  text-align: left;
  margin-top: 45px;
}

.video-box {
  cursor: pointer;
  position: relative;
}

.video-box:after {
  transition: all .3s ease-in-out;
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.video-box:hover:after {
  background: rgba(0, 0, 0, 0.2);
}

.overlay-videos {
  position: fixed;
  width: 100%;
  height: 0;
  overflow: hidden;
  z-index: 999;
  background: rgba(0, 0, 0, 0.8);
  margin: 0;
  padding: 0;
  transition: all .3s ease-in-out;
  opacity: 0;
  visibility: hidden;
  top: 0;
}

.overlay-videos.active {
  opacity: 1;
  visibility: visible;
  width: 100%;
  height: 100vh;
}

.overlay-videos .close-content {
  height: 25px;
  position: absolute;
  transform: perspective(1px) translate(-50%, -50%);
  top: 20%;
  left: 50%;
}

.overlay-videos .close-content .close-videos {
  color: #FFF;
  font-size: 30px;
  font-family: Arial, Helvetica, "sans-serif";
  cursor: pointer;
  margin: 0;
  padding: 0;
  left: 95%;
  position: absolute;
}

.overlay-videos .video-space {
  position: absolute;
  transform: perspective(1px) translate(-50%, -50%);
  top: 50%;
  left: 50%;
}

/*-------- NEW----------*/
.titulo {
  color: #a19160;
  text-align: center;
  position: relative;
  font-size: 40px;
  font-weight: bold;
  padding: 10px;
  /* background: rgba(0, 0, 0, 0.8);*/
  margin: 30px 0 10px 0;
  line-height: 30px;
}

.bajada {
  font-size: 16px;
  line-height: 23px;
  position: relative;
  color: #000;
  padding: 10px 20px 20px;
  text-align: center;
}

a.boton-bajada {
  background: #DD0021;
  width: 150px;
  height: 25px;
  font-size: 20px;
  display: block;
  color: #FFF;
  padding: 5px 5px 0;
  margin: 0 auto 30px;
  text-transform: uppercase;
  font-family: Miso, 'roboto', sans-serif;
  text-align: center;
}

/*---------------------*/
.carousel-control {
  width: 9%;
}

.img_area {
  width: 36%;
  margin: 10px 0 39px 99px;
}

.carousel-control .glyphicon-chevron-right, .carousel-control .glyphicon-chevron-left {
  font-size: 45px !important;
}

.view {
  overflow: hidden;
  position: relative;
  text-align: center;
  -webkit-box-shadow: 1px 1px 2px #e6e6e6;
  -moz-box-shadow: 1px 1px 2px #e6e6e6;
  box-shadow: 1px 1px 2px #e6e6e6;
  cursor: default;
  font-family: Miso, 'roboto', sans-serif;
}

.view .mask, .view .content {
  height: 278px;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
}

.view .mask2, .view .content {
  height: 578px;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
}

.view img {
  display: block;
  position: relative;
}

.view h2 {
  color: #a19160;
  text-align: center;
  position: relative;
  font-size: 40px;
  font-weight: bold;
  padding: 10px;
  margin: 60px 0 0 0;
}

.view p {
  font-size: 18px;
  line-height: 23px;
  position: relative;
  color: #000;
  padding: 10px 20px 20px;
  text-align: center;
  font-family: miso;
}

.view a.info {
  display: inline-block;
  text-decoration: none;
  padding: 7px 14px;
  background: #000;
  color: #fff;
  text-transform: uppercase;
  -webkit-box-shadow: 0 0 1px #000;
  -moz-box-shadow: 0 0 1px #000;
  box-shadow: 0 0 1px #000;
}

.view a.info:hover {
  -webkit-box-shadow: 0 0 5px #000;
  -moz-box-shadow: 0 0 5px #000;
  box-shadow: 0 0 5px #000;
}

.view-first img {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.view-first .mask, .view-first .mask2 {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  background-color: rgba(255, 255, 255, 0.79);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.view-first h2 {
  -webkit-transform: translateY(-100px);
  -moz-transform: translateY(-100px);
  -o-transform: translateY(-100px);
  -ms-transform: translateY(-100px);
  transform: translateY(-100px);
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.view-first p {
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -o-transform: translateY(100px);
  -ms-transform: translateY(100px);
  transform: translateY(100px);
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.view-first:hover img {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

.view-first a.info {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.view-first:hover .mask, .view-first:hover .mask2 {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}

.view-first:hover h2, .view-first:hover p, .view-first:hover a.info {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}

.view-first:hover p {
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  -ms-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.view-first:hover a.info {
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  -ms-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.view .caja-text {
  padding: 0;
  margin-top: 49px;
}

.precio.color-unbeatable {
  color: #000;
}

.productosHome {
  font-family: Miso, 'roboto', sans-serif;
}

section.col-md-12 h1, section.col-md-12 h2, section.col-md-12 h3, section.col-md-12 h4, section.col-md-12 h5, section.col-md-12 h6, section.col-md-12 div, section.col-md-12 p {
  font-family: Miso, 'roboto', sans-serif;
}

/*# sourceMappingURL=navidad.css.map */

@media screen and (min-width: 992px) {
  .link-coleccion {
    height: 270px;
  }
}
@media screen and (max-width: 992px) {
  .link-collection {
    height: 480px;
  }
}
