/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}
html {
    font-size: 1em;
    line-height: 1.4;
    font-family: Verdana, Geneva, sans-serif;
}

a:not(.trigger), a *, input[type="submit"] {
    transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

figure img {
    width: 99%;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

body {
    overflow-x: hidden;
}

.trebuchet {
    font-family: "Trebuchet MS",Helvetica,Jamrul,sans-serif;
}

a{
	color: inherit;
}

.lineCenter{
	text-align: center;
}

#container {
    float: left;
    width: 100%;
}

#container > header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: rgb(0, 0, 0); /* The Fallback */
    background: rgba(0,0,0,0.6);
    color: #ffffff;
    z-index: 1001;
    padding: 10px 0;
}

.lt-ie9 #container > header {
    background:transparent;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#50000000,endColorstr=#50000000);
    zoom: 1;
}

#container > footer {
    background: #363635;
    float: left;
    width: 100%;
    color: #ffffff;
    margin-top: 110px;
}

#container > footer .top,
#container > footer .bottom {
    float: left;
    width: 100%;
    padding: 20px 0;
    font-size: 12px;
}

#container > footer .bottom {
    padding: 8px 0;
}

#container > footer .border {
    border-top: 1px solid #828282;
    float: left;
    width: 100%;
}

#topSection > article {
    opacity: 1;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
}

#topSection > article:hover {
    opacity: 0.9;
}

ul.social {
    list-style: none;
    float: left;
    line-height: 31px;
    padding: 0;
    margin: 0;
}

ul.social > li {
    float: left;
    margin-right: 35px;
}

ul.social > li a {
    color: #9B9B9B;
    font-size: 16px;
}

ul.social > li a:hover {
    color: #ffffff;
}

ul.social .corporate a {
    margin-left: 10px;
    font-size: 12px;
    text-decoration: none;
    color: #ffffff;
}

ul.social .corporate a:hover {
    color: #9B9B9B;
}

.newsletterForm label {
    text-transform: uppercase;
    font-weight: bold;
    margin-right: 10px;
}

.newsletterForm input[type="email"] {
    background: #686868;
    border: 1px solid #686868;
    border-radius: 3px;
    padding: 8px 10px;
    color: #ffffff;
    font-style: italic;
    width: 252px;
}

.newsletterForm input[type="submit"] {
    background: #010101;
    border: 1px solid #010101;
    color: #ffffff;
    padding: 8px 10px;
    border-radius: 3px;
}

.newsletterForm input[type="submit"]:hover {
    background: #1E1D1D;
    border: 1px solid #1E1D1D;
}

.inner {
    max-width: 960px;
    margin: 0 auto;
}

.logo {
    width: 175px;
    float: left;
}

#topNav {
    float: right;
    padding: 45px 0 0;
}

#topNav ul{
	padding: 0;
}

#topNav li {
    float: left;
    margin: 0 8px;
    display:inline-block;
    text-align:center;
}

#topNav li a {
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: normal;
    display:inline-block;
    text-align:center;
}

#topNav li.active a,
#topNav li a:hover {
    font-weight: bold;
}

#topNav a:after {
    display:block;
    content:attr(title);
    font-weight:bold;
    height:1px;
    color:transparent;
    overflow:hidden;
    visibility:hidden;
}

#topNav > ul > li.idiomas {
    position: relative;
    border-right: 1px solid;
    font-size: 12px;
    font-weight: bold;
    height: 20px;
    position: relative;
}

#topNav > ul > li.idiomas{
    border-right: 0;
}
#topNav li.idiomas.active a,
#topNav li.idiomas a:hover {
    font-weight: normal;
}
#topNav .submenu {
    position: absolute;
    opacity: 0;
    padding: 20px 0;
    margin: -1px 0 0;
    right: 5%;
    display: block;
    overflow: hidden;
    visibility: hidden;
    max-height:0;
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -ms-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
    transition: max-height 0.5s ease-in;
}

#topNav .submenu.cartmenu {
    overflow: hidden;
	overflow-y:auto;
}

#topNav ul > li.idiomas:hover .submenu,
#topNav ul > li.idiomas.open .submenu {
    opacity: 1;
    max-height: 500px;
    max-height: 65vh;
    visibility: visible;
}

#topNav .submenu li {
    clear: both;
    margin: 0;
    min-width: 100px;
    width: 100%;
}

#topNav .submenu:after {
    right: 9%;
    margin-left: -8px;
    position: absolute;
    top: 12px;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 8px 8px 8px;
    border-color: transparent transparent rgba(0, 0, 0, 0.7) transparent;
    -webkit-transform:rotate(360deg);
}

#topNav .submenu .spacer a,
#topNav .submenu .spacer > span {
    float: left;
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
}

#topNav .cartmenu .spacer a,
#topNav .cartmenu .spacer > span {
    padding: 12px;
}

#topNav .submenu a {
    float: left;
    clear: both;
    width: 100%;
    padding: 5px 23px;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.6);
    font-weight: normal;
}

#topNav .submenu li:nth-child(odd):not(:first-child):not(:last-child) a {
    background: rgba(0, 0, 0, 0.7);
}

#topNav .submenu li:hover:not(:first-child):not(:last-child) a {
    /*background: rgba(0, 0, 0, 0.7);*/
    background: rgba(255,255,255,0.8);
    color: #4D4C4C;
}

#topNav .submenu li:hover:not(:first-child):not(:last-child) .close {
    background-position: -510px -140px !important;
}
.topBlocks > article {
	overflow: auto;
    width: 50%;
    float: left;
    background-position: center center;
    background-size: cover;
    position: relative;
    transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
}
@media only screen and (max-width: 480px) {
.topBlocks > article {
	overflow: hidden;
}
}
.topBlocks > article a {
    display: inline-block;
    width: 100%;
    height: 99%;
}

.blockCaption {
    background: #787778;
    color: #ffffff;
    position: absolute;
    bottom: 45px;
    right: 0;
    padding: 10px 20px;
    min-height: 35px;
    min-width: 300px;
    text-align: center;
    line-height: 29px;
}

.topBlocks article:nth-child(2) .blockCaption {
    right: auto;
    left: 0;
    background: #363636;
}

.triangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 18px 18px 18px 0;
    border-color: transparent #787778 transparent transparent;
    -webkit-transform:rotate(360deg);
}

.blockCaption .triangle {
    left: -17px;
    margin: -18px 0;
    position: absolute;
    top: 50%;
}

.topBlocks article:nth-child(2) .blockCaption .triangle {
    left: auto;
    right: -17px;
    border-width: 18px 0 18px 18px;
    border-color: transparent transparent transparent #363636;
}

#top_section > article:hover {
    opacity: 0.7;
}

.blockCaption .topTitle {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.blockCaption .bottomTitle {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 5px;
}

/* one item */
.topBlocks article:first-child:nth-last-child(1) {
    width: 100%;
}

/* two items */
.topBlocks article:first-child:nth-last-child(2),
.topBlocks article:first-child:nth-last-child(2) ~ article {
    width: 50%;
}

.mainSection {
    float: left;
    width: 100%;
    font-size: 12px;
    color: #848484;
}

.mainSection header {
    font-size: 28px;
    text-transform: uppercase;
    text-align: center;
    color: #848484;
    font-weight: normal;
    position: relative;
}

.mainSection header:after {
    background: url('../img/image-set.png') -2px -1px;
    content: "";
    display: table;
    height: 15px;
    margin: 3px auto 30px;
    position: relative;
    top: 12px;
    width: 240px;
}
.mainSection header.alt:after {
    background-position: -2px -27px;
    height: 30px;
    top: 5px
}
.mainSection header.alt2:after {
    /*background-position: -2px -69px;
    height: 25px;
    top: 5px*/
}
.mainSection header img{
	max-width: 100%;
}


.grayBackground {
    background: #e4e5e6;
}

.contact .left p:first-of-type {
    margin-top: 0;
}

/* Sliders */

.galery {
    width: 100%;
	overflow: hidden;
    position: relative;
    width: 100%;
}

.galery .tile {
    float: left;
    max-width: 33.3%;
    position: relative;
}

.galery .tile img {
    width: 100%;
}

.cycle-slide {
    width: 100%;
}

article.contact {
    padding: 20px 28px;
}

article.contact a {
    text-decoration: none;
}

article.contact a.link {
    color: #4393CF;
    text-decoration: none;
}

article.contact .left {
    width: 35%;
    padding-right: 6%;
    float: left;
}

article.contact .right {
    width: 59%;
    float: left;
}

article.contact .right iframe {
    float: right;
}

article.contact .innerLeft {
    float: left;
    width: 17%;
}

article.contact .innerRight {
    float: left;
    width: 75%;
    font-size: 12px;
}

.geoIcon {
    background: url('../img/image-set.png') -611px -1px;
    content: "";
    width: 40px;
    height: 50px;
}

.contactNotice {
    float: left;
    color: #3b3839;
    font-weight: bold;
    margin: 13px 0;
    width: 275px;
}

.contactForm {
    position: relative;
    float: left;
}

.contactForm input[type="text"],
.contactForm input[type="email"],
.contactForm textarea {
    /*border: 1px solid #ABAAAA;
    border-radius: 3px;*/
	border: 0;
    margin: 7px 0 0;
    padding: 8px 30px 8px 5px;
    width: 240px;
}

.contactForm input[type="text"],
.contactForm input[type="email"] {
    /*background: url("../img/image-set.png") no-repeat 245px -307px #ffffff;*/
}

.contactForm textarea {
    /*background: url("../img/image-set.png") no-repeat 240px -373px #ffffff;*/
}

.contactForm input[type="submit"] {
    background: #5a5b5d;
    border: 1px solid #5a5b5d;
    color: #ffffff;
    /*border-radius: 3px;*/
    margin: 7px 0 0 0;
    padding: 8px 5px;
    width: 274px;
}

.contactForm input[type="submit"]:hover {
    background: #848484;
    border: 1px solid #848484;
}

.contactForm .spinner {
    bottom: 3px;
    color: #fff;
    font-size: 22px;
    left: 156px;
    position: absolute;
    right: 0;
    width: 0;
    display: none;
}

.selectors {
    float: left;
    width: 100%;
}

.selectors .left {
    width: 30% !important;
    float: left;
    padding-right: 30px;
}
.selectors .right {
    width: 30% !important;
    float: left;
    clear: right;
}

.selectors label {
    font-weight: bold;
    font-size: 11px;
    color: #000000;
    margin-bottom: 7px;
    display: inline-block;
}

.storeInfo {
    float: left;
    clear: left;
}

.storeInfo .photo {
    width: 350px;
    float: left;
    margin-right: 10px;
}

.storeInfo .map {
    width: 350px;
    float: left;
}

.pagination {
    clear: both;
    float: none;
    padding: 40px 0 0;
    display: table;
    margin: 0 auto;
    width: auto !important;
}

.pagination ul {
    list-style: none;
    margin: 0 auto;
    display: table;
    float: left;
}

.pagination ul > li {
    float: left;
    margin: 0 3px;
}

.pagination ul > li a {
    color: #232021;
    display: table-cell;
    height: 20px;
    padding: 4px;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    width: 20px;
    font-weight: bold;
    font-size: 11px;
}

.pagination ul > li.cycle-pager-active a {
    background: #232021;
    border-radius: 50px;
    color: #ffffff;
    display: table-cell;
    height: 20px;
    /*padding: 4px 5px 5px;*/
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    width: 20px;
    font-weight: bold;
    font-size: 11px;
}

.pagination .lateralLinks {
    float: left;
    margin: 0;
    padding: 0;
}

.pagination ul.pager {
    padding: 0;
}

/* Tiles Overlay */
.tile .overlay {
    display: none;
    background: rgb(0,0,0);
    background: rgba(0, 0, 0, 0.3);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    color: #ffffff;
}

.lt-ie9 .tile .overlay {
    background:transparent;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#30000000,endColorstr=#30000000);
    zoom: 1;
}

.tile:hover .overlay {
    display: block;
}

.tile .overlay .more {
    color: #ffffff;
    font-size: 16px;
    font-weight: 100;
    left: 50%;
    margin-left: -10px;
    margin-top: -13px;
    position: absolute;
    text-decoration: none;
    top: 50%;
}

.tile .overlay.resumed {
    top: auto;
    color: #ffffff;
    background: rgba(0, 0, 0);
    background: rgba(0, 0, 0, 0.5);
    padding: 5px 10px;
    box-sizing: border-box;
}

.lt-ie9 .overlay.resumed {
    background:transparent;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#50000000,endColorstr=#50000000);
    zoom: 1;
}

.tile .overlay.resumed .date {
    font-size: 10px;
    font-style: italic;
}

.tile .overlay.resumed header {
    font-size: 12px;
    color: #ffffff;
    text-transform: none;
    text-align: left;
}

.tile .overlay.resumed p {
    font-size: 10px;
    color: #ffffff;
}

.tile .overlay.resumed p:first-of-type {
    margin-top: 2px;
}

.tile .overlay.resumed header:after {
    display: none;
}

.tile .spinner {
    color: #fff;
    font-size: 40px;
    left: 5%;
    position: absolute;
    text-shadow: 1px 1px 3px #000;
    top: 1%;
    display: none;
}

.tile .social,
.tileDetailOverlay .social,
.fancybox-outer .social {
    background: rgb(0, 0, 0);
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.71);
    bottom: 39px;
    left: 0;
    padding: 11px 0 4px 11%;
    position: absolute;
    right: 0;
    display: none;
}

.lt-ie9 .tile .social,
.lt-ie9 .tileDetailOverlay .social,
.lt-ie9 .fancybox-outer .social {
    background:transparent;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#71000000,endColorstr=#71000000);
    zoom: 1;
}

.tile .social li,
.tileDetailOverlay .social li {
    float: left;
}

.tile .social li .fa,
.tileDetailOverlay .social .fa {
    font-size: 24px;
}

.tileDetailOverlay figure img {
    width: 100%;
}

.newsTiles .tile {
    cursor: pointer;
}

.posRelative {
    clear: both;
    float: left;
    position: relative;
    width: 100%;
}

.newsSec {
    float: left;
    width: 100%;
}

.newsDetailSec {
    float: left;
    width: 100%;
    position: absolute;
    left: 0;
    display: none;
}

.newsDetailSec > article {
    float: left;
    width: 100%;
    color: #000000;
    padding: 0 20px;
    box-sizing: border-box;
}

.newsDetailSec > article header {
    font-size: 14px;
    color: #000000;
    text-transform: none;
    text-align: left;
}

.newsDetailSec > article .date {
    font-size: 10px;
    font-style: italic;
}

.newsDetailSec > article summary {
    font-size: 12px;
    color: #000000;
    text-transform: none;
    text-align: left;
    margin-bottom: 10px;
}

.newsDetailSec > article figure {
    float: left;
    max-width: 320px;
    padding-right: 10px;
    position: relative;
}

.pagerSelect {
    float: right;
    line-height: 10px;
    min-width: 64px;
}

.pagerSelect a {
    text-decoration: none;
}

.pagerSelect .dropcontainer {
    z-index: 1000;
}

.pagerSelect .trigger,
.pagerSelect .trigger:hover,
.pagerSelect .activetrigger,
.pagerSelect .activetrigger:hover,
.pagerSelect .activetrigger:active {
    background-position: right -245px;
}

.pagerSelectForm {
    position: absolute;
    right: 0;
    top: 40px;
}

.pagerSelectForm > label {
    float: left;
    font-size: 11px;
    line-height: 32px;
    margin-right: 10px;
}

.newsBackLink {
    text-decoration: none;
    color: #000000;
    font-weight: bold;
    position: relative;
    z-index: 100;
}

.newsDetailSec > article header:after {
    display: none;
}

ul.tileOptions {
    list-style: none;
    bottom: 10px;
    left: 15px;
    position: absolute;
    padding: 0;
    margin: 0;
}

ul.tileOptions > li {
    float: left;
    margin-right: 15px;
}

ul.tileOptions > li > a {
    color: #ffffff;
    font-size: 16px;
}

ul.tileOptions > li > a:hover {
    color: #5B5B5B;
}

.whishlist.active {
    color: red;
}

.corporateDetailOverlay {
    position: fixed;
    background-color: rgba(255, 255, 255);
    background-color: rgba(255, 255, 255, 0.95);
    display: block;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1002;
}

.lt-ie9 .corporateDetailOverlay {
    background:transparent;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#95FFFFFF,endColorstr=#95FFFFFF);
    zoom: 1;
}

.tileDetailOverlay {
    position: fixed;
    background-color: rgb(50, 50, 50);
    background-color: rgba(50, 50, 50, 0.88);
    display: block;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1002;
}

.lt-ie9 .tileDetailOverlay {
    background:transparent;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#88323232,endColorstr=#88323232);
    zoom: 1;
}

.tileDetailOverlay > figure {
    margin: 50px auto 0;
    max-width: 960px;
    position: relative;
}

.tileDetailOverlay > figure > figcaption {
    background-color: rgba(50, 50, 50);
    background-color: rgba(50, 50, 50, 0.4);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    color: #ffffff;
    padding: 10px 25px;
}

.lt-ie9 .tileDetailOverlay > figure > figcaption {
    background:transparent;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#40323232,endColorstr=#40323232);
    zoom: 1;
}

.tileDetailOverlay .close {
    background: url("../img/image-set.png") no-repeat -617px -77px;
    position: absolute;
    color: #ffffff;
    text-decoration: none;
    top: -30px;
    right: 10px;
    font-weight: 100;
    font-size: 20px;
    display: inline-block;
    width: 23px;
    height: 20px;
}

.tileDetailOverlay .blockCaption {
    margin-right: 5%;
    background: #333333;
    min-width: 140px;
	padding: 5px 15px;
}
.tileDetailOverlay .blockCaption .triangle {
    border-color: transparent #333333 transparent transparent;
	border-width: 15px 15px 15px 0;
	left: -15px;
    margin: -15px 0;
}

.tileDetailOverlay .shopping {
    background: url("../img/image-set.png") no-repeat -620px -112px;
    float: left;
    height: 39px;
    width: 26px;
}

.tileDetailOverlay .blockCaption .title {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 100;
    line-height: 40px;
}

.tileDetailOverlay .shopLink:hover .blockCaption {
    background: #5F5F5F;
}

.tileDetailOverlay .shopLink:hover .blockCaption .triangle {
    border-color: transparent #5F5F5F transparent transparent;
}

.tileDetailOverlay .prev {
    color: #ffffff;
    height: 57px;
    position: absolute;
    left: -87px;
    top: 39%;
    width: 32px;
    background: url("../img/image-set.png") no-repeat scroll -38px -111px rgb(0, 0, 0);
    background: url("../img/image-set.png") no-repeat scroll -38px -111px rgba(0, 0, 0, 0);
}

.tileDetailOverlay .next {
    color: #ffffff;
    height: 57px;
    position: absolute;
    right: -87px;
    top: 39%;
    width: 32px;
    background: url("../img/image-set.png") no-repeat scroll -95px -111px rgb(0, 0, 0);
    background: url("../img/image-set.png") no-repeat scroll -95px -111px rgba(0, 0, 0, 0);
}

.tileDetailOverlay .prev:hover,
.tileDetailOverlay .next:hover {
    opacity: 0.5;
}

.tileDetailOverlay .spinner {
    left: 50%;
    margin-left: -30px;
    position: absolute;
    top: 50%;
    margin-top: -75px;
    font-size: 80px;
    color: #ffffff;
}

.tileDetailOverlay figure img {
    max-width: 80vw;
}

.gallery-icon {
    bottom: 0;
    color: #c0c0c0;
    font-size: 29px;
    position: absolute;
    right: 28px;
}

.storeContent strong {
    color: #000000;
}

.pic.blank {
    width: 700px !important;
    height: 350px;
}

.altpic {
    visibility: hidden;
    position: absolute;
    top: 0;
}

.newsDetailSec > article figure:hover .gallery-icon {
    color: #000000;
}

.loading .shopLink,
.loading .tileOptions,
.loading .headerTitle {
    display: none;
}

.tileDetailOverlay .headerTitle p {
    font-size: 13px;
    line-height: 16px;
    max-height: 90px;
    overflow: auto;
}

.nsocial li:hover a {
    color: #000000 !important;
}

.gallery {
    float: left;
    width: 100%;
    margin-top: 20px;
}

.gallery figure {
    padding-bottom: 10px;
}

.gallery figure:nth-child(3n) {
    padding-right: 0;
}

.gallery figure:nth-child(3n+1) {
    clear: left;
}

.selectors .left,
.selectors .right {
    position: relative;
}

.selectors .spinner {
    font-size: 18px;
    position: absolute;
    right: 40px;
    top: 30px;
    display: none;
}

label.error {
    color: red;
    float: left;
    font-size: 11px;
    padding-left: 3px;
}

input.error,
textarea.error {
    border-color: red !important;
}

/* Select */
.dropcontainer {
    position:relative;
    font-size: 16px;
    color: #777;
}

.dropcontainer a {
    color: #777 !important;
}

.trigger {
    color: #777;
    padding: 10px;
    font-size: 12px;
    width: 100%;
    background: #ffffff url(../img/image-set.png) right -242px no-repeat;
    display: block;
    border-radius: 3px;
    border: 1px solid #ccc;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.trigger:hover {
    color: #777;
    background: #ffffff url(../img/image-set.png) right -242px no-repeat;
}

.activetrigger {
    color: #777;
    padding: 10px;
    font-size: 12px;
    width: 100%;
    background: #ffffff url(../img/image-set.png) right -242px no-repeat;
    display: block;
    border: 1px solid #ccc;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.activetrigger:hover {
    background: #ffffff url(../img/image-set.png) right -242px no-repeat;
    color: #777;
}

.activetrigger:active {
    background: #ffffff url(../img/image-set.png) right -242px no-repeat;
    color: #777;
}

.dropcontainer ul {
    font-size: 14px;
    border: 1px solid #ccc;
    border-top: none;
    background: #fff;
    list-style-type: none;
    padding: 10px;
    margin: 0;
    width: 100%;
    z-index: 100;
    position: absolute;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.dropcontainer ul li {
    padding: 5px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.dropcontainer ul li:hover {
    background: #f5f5f5;
    outline: none;
}

.dropcontainer ul li:first-child {
    display: none;
}

.dropcontainer ul li:last-child {
    border-bottom: none;
}

.dropdownhidden {
    display: none;
}

.dropdownvisible {
    height: auto;
}

.dropdownvisible {
    height: 200px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}

.fancybox-outer .social,
.fancybox-outer .tileOptions  {
    z-index: 10000;
}

.arrowLeft {
    display: block;
    position: fixed;
    top: 50%;
    font-size: 90px;
    cursor: pointer;
    background: url("../img/image-set.png") no-repeat scroll -39px -199px;
    height: 57px;
    width: 32px;
    z-index: 1000;
}

.arrowRight {
    display: block;
    position: fixed;
    top: 50%;
    font-size: 90px;
    cursor: pointer;
    background: url("../img/image-set.png") no-repeat scroll -91px -199px;
    height: 57px;
    width: 32px;
    z-index: 1000;
}

.noOpacity {
    opacity: 0;
    z-index: 10 !important;
}

.popupBox {
    display: none;
    background-color: rgb(50, 50, 50);
    background-color: rgba(50, 50, 50, 0.88);
    height: 450px;
    left: 50%;
    margin: 170px auto 131px -350px;
    position: fixed;
    width: 700px;
    z-index: 2002;
    color: #ffffff;
    text-align: center;
    font-size: 20px;
    text-transform: uppercase;
}

.popupBox .popupContent {
    position: relative;
    top: 46%;
}

.lt-ie9 .popupBox {
    background:transparent;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#88323232,endColorstr=#88323232);
    zoom: 1;
}

.popupBox .close {
    background: url("../img/image-set.png") no-repeat -617px -77px;
    position: absolute;
    color: #ffffff;
    text-decoration: none;
    top: 16px;
    right: 15px;
    font-weight: 100;
    font-size: 20px;
    display: inline-block;
    width: 23px;
    height: 20px;
}

body.popup {
    overflow: hidden;
}

body.popup .mainSection {
    height: 100%;
    overflow: scroll;
}

body.popup .mainSection article {
    margin-bottom: 100px;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Margins
 */

.margin-top-10 {
    margin-top: 10px;
}

.margin-top-20 {
    margin-top: 20px;
}

.margin-top-30 {
    margin-top: 30px;
}

.margin-top-40 {
    margin-top: 40px;
}

.margin-top-50 {
    margin-top: 50px;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

.margin-bottom-30 {
    margin-bottom: 30px;
}

.margin-bottom-40 {
    margin-bottom: 40px;
}

.margin-bottom-50 {
    margin-bottom: 50px;
}

/*
 * Paddings
 */

.padding-top-10 {
    padding-top: 10px;
}

.padding-top-20 {
    padding-top: 20px;
}

.padding-top-30 {
    padding-top: 30px;
}

.padding-top-40 {
    padding-top: 40px;
}

.padding-top-50 {
    padding-top: 50px;
}

.padding-bottom-10 {
    padding-bottom: 10px;
}

.padding-bottom-20 {
    padding-bottom: 20px;
}

.padding-bottom-30 {
    padding-bottom: 30px;
}

.padding-bottom-40 {
    padding-bottom: 40px;
}

.padding-bottom-50 {
    padding-bottom: 50px;
}

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (max-width: 1248px) {
    .arrowLeft, .arrowRight {
        opacity: 0 !important;
    }
}

@media only screen and (max-width: 996px) {
    /* Style adjustments for viewports that meet the condition */
    #container > footer .top, #container > footer .bottom {
        padding: 20px 15px;
        box-sizing: border-box;
    }

    article.contact .left {
        clear: none;
        float: left;
        width: 46% !important;
        padding-right: 6%;
    }

    article.contact .right {
        clear: none;
        float: left;
        width: 46% !important;
    }

    section > .inner > article > p {
        padding: 0 15px;
    }

    .pagerSelect {
        margin-right: 10px;
    }

    ul.social {
        margin: 0 auto;
        display: table;
        float: none;
    }

    .newsletterForm {
        display: table;
        float: none !important;
        margin: 17px auto 0;
    }

    #container > header {
        padding: 10px 10px;
    }

    #topNav {
        margin: 0 auto;
        float: none !important;
        display: table;
        padding: 0;
    }

    .logo {
        display: table;
        float: none;
        margin: 0 auto;
        width: 175px;
    }

    .gallery figure:nth-child(3n) {
        padding-right: 10px;
    }

    .gallery figure:nth-child(2n) {
        padding-right: 0;
    }

    .gallery figure:nth-child(3n+1) {
        clear: none;
    }

    .gallery figure:nth-child(2n+1) {
        clear: left;
    }

    .gallery > figure {
        max-width: 100% !important;
        width: 49%;
    }
}

@media only screen and (max-width: 879px) {
    .tileDetailOverlay figure {
        max-width: 100%;
    }

    .tileDetailOverlay .prev,
    .tileDetailOverlay .next {
        display: none;
    }

    .tileDetailOverlay figure img {
        max-width: 100% !important;
    }

    .tileDetailOverlay .blockCaption {
        display: none;
    }
}

@media only screen and (max-width: 791px) {
    .blockCaption {
        min-width: 150px;
        padding: 10px 15px;
        line-height: 20px;
    }

    .blockCaption .topTitle {
        font-size: 10px;
        letter-spacing: 3px;
    }

    .blockCaption .bottomTitle {
        font-size: 10px;
        letter-spacing: 3px;
    }

    footer .bottom .pull-left,
    footer .bottom .pull-right {
        float: none;
        margin: 0 auto;
        display: table;
    }

    footer .bottom {
        line-height: 20px;
    }

    .tileDetailOverlay figure img {
        max-width: 60vw;
    }
}
.cartIcon {
    background: url("../img/image-set.png") no-repeat scroll -620px -184px rgba(0, 0, 0, 0) !important;
    display: block;
    height: 42px;
    overflow: auto;
    width: 23px;
	margin: 0 0 0 5px;
	
}
a.icon{
position: absolute;
top: 50%;
transform: translateY(-50%);
right: 15px;
width: 33px;
height:32px;
display: none;
font-size:12px;
text-decoration: none;
text-transform: uppercase;
}
@media only screen and (max-width: 554px) {
    /* Style adjustments for viewports that meet the condition */
    article.contact .left {
        clear: none;
        float: left;
        width: 100% !important;
        padding-right: 6%;
    }

    article.contact .right {
        clear: none;
        float: left;
        width: 100% !important;
        margin-top: 10px;
    }

    .pagerSelectForm {
        right: 0;
        top: 4px;
    }

    .pagerSelectForm > label {
        display: none;
    }

    .newsletterForm label {
        display: table;
        margin: 0 auto 10px;
    }

    .gallery > figure {
        max-width: 100% !important;
        width: 100%;
    }

    .tileDetailOverlay figure img {
        max-width: 50vw;
    }

    #topNav {
        display: none;
    }
a.icon{
display: block;
}
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

.lineCenter a{
	display: inline-block;
	padding-left: 25px;
	padding-right: 25px;
}



.videoFrame{
	width: 100%;
	padding: 28.5% 0;
	position: relative;
}

.videoFrame iframe{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}
