/*
THEME NAME: Chauvet Professional
DESCRIPTION: Custom theme developed by DaddyDesign.com for Chauvet Lighting
VERSION: 1.1
AUTHOR: Daddy Design
AUTHOR URI: http://www.daddydesign.com/
*/

/* General Settings */
*{ margin: 0; padding: 0; }
img { border: 0; }

html, body { height:100%; }
body{
font-family: 'Open Sans', sans-serif;
font-size: 15px;
color: #333;
}

p { margin-bottom: 20px; line-height: 24px; }

a{ color: #333; text-decoration: none; outline: none; }
a:hover{ text-decoration: none; }

span.notranslate{ display: inline !important; font-family: inherit !important; margin: 0 !important; }

/* HTML5 Elements */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main { display: block; }

/* Loader */
.loader{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; display: block; background: #000; text-indent: -9000px; z-index: 9; }
#loader{ position: fixed; z-index: 9999999; }
.loader.white{ background: #fff; }
.loader:before {
content: '';
height: 20px;
width: 20px;
position: absolute;
left:50%; 
top:50%; 
margin-top: -10px;
margin-left: -10px;
-webkit-animation: rotation .6s infinite linear;
-moz-animation: rotation .6s infinite linear;
-o-animation: rotation .6s infinite linear;
animation: rotation .6s infinite linear;
border-left: 6px solid rgba(255, 255, 255, .15);
border-right: 6px solid rgba(255, 255, 255, .15);
border-bottom: 6px solid rgba(255, 255, 255, .15);
border-top: 6px solid rgba(255, 255, 255, .8);
border-radius: 100%;
text-indent: -9000px;
-webkit-box-sizing: border-box; 
-moz-box-sizing: border-box; 
box-sizing: border-box;
}
.loader.big:before{ width: 40px; height: 40px; margin-top: -20px; margin-left: -20px; }
.loader.white:before {
border-left: 6px solid rgba(102, 102, 102, .15);
border-right: 6px solid rgba(102, 102, 102, .15);
border-bottom: 6px solid rgba(102, 102, 102, .15);
border-top: 6px solid rgba(102, 102, 102, .8);
}
@-webkit-keyframes rotation { from { -webkit-transform: rotate(0deg); } to { -webkit-transform: rotate(359deg); } }
@-moz-keyframes rotation { from { -moz-transform: rotate(0deg); } to { -moz-transform: rotate(359deg); } }
@-o-keyframes rotation { from { -o-transform: rotate(0deg); } to { -o-transform: rotate(359deg); } }
@keyframes rotation { from { transform: rotate(0deg); } to { transform: rotate(359deg); } }

/* Box Method */
.box{ -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

/* Columns */
.cols {
-moz-column-count: 2;
-moz-column-gap: 40px;
-webkit-column-count: 2;
-webkit-column-gap: 40px;
column-count: 2;
column-gap: 40px;
}

/* With Background Image */
.with_bg{
background-repeat: no-repeat;
background-position: center;
-webkit-background-size: cover; 
-moz-background-size: cover; 
-o-background-size: cover; 
background-size: cover;
}

/* YouTube Play Icon */
a.youtube:before{ 
width: 80px;
height: 80px;
display: block;
content: url(../svg/play.svg);
position: absolute;
top: 50%;
left: 50%;
margin: -40px 0 0 -40px;
-moz-box-shadow: 0 0 15px #000;
-webkit-box-shadow: 0 0 15px #000;
box-shadow: 0 0 15px #000; 
border-radius: 40px;	
-moz-border-radius: 40px; 
-webkit-border-radius: 40px;
}

.videos.box.alt a.youtube:before {
	content: none;
}

/* Container */
#container{ 
width: 100%; 
max-width: 1600px; 
min-height: 100%;
display: block; 
margin: 0 auto; 
background: #000; 
position: relative; 
overflow: hidden;
}

/* Header */
#header{ 
width: 100%;
height: 175px; 
float: left; 
background: #000; 
border-bottom: 1px solid #fff; 
-moz-box-shadow: 0 0 10px #000;
-webkit-box-shadow: 0 0 10px #000;
box-shadow: 0 0 10px #000;
position: relative; 
z-index: 999; 
}

#top_nav_btn{ display: none; }
#header .nav.top.toggle{ display: block; }
#header .nav.top{ width: 100%; height: 50px; float: left; background: #fff; }
#header .nav.top .wrapper{ float: right; padding-right: 165px; }
#header .nav.top ul.menu{ float: left; padding: 0 15px; list-style: none; }
#header .nav.top ul.menu li{ height: 50px; float: left; position: relative; }
#header .nav.top ul.menu li a{ display: block; font-family: 'chaletnewyorknineteensixty', sans-serif; font-size: 14px; line-height: 50px; text-transform: uppercase; padding: 0 15px; }
#header .nav.top ul.menu li.menu-item-has-children a{ margin-right: 15px; }
#header .nav.top ul.menu li a:hover{ color: #999; }
#header .nav.top ul.menu li a.active{ color: #999; }
#header .nav.top ul.menu li.menu-item-has-children > a:after{ 
content: '\203A'; 
height: 20px; 
display: block; 
font-family: 'Open Sans', sans-serif;
font-size: 22px; 
color: #999; 
line-height: 14px; 
position: absolute; 
top: 50%; 
right: 15px; 
margin-top: -10px; 
-webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);
-o-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg); 
}
#header .nav.top ul.menu li.menu-item-has-children > a.active:after{ 
-webkit-transform: rotate(-90deg);
-moz-transform: rotate(-90deg);
-o-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
transform: rotate(-90deg); 
}
#header .nav.top ul.menu li.menu-item-has-children ul.sub-menu{ 
width: 200px; 
max-height: 287px;
display: none; 
position: absolute; 
top: 50px; 
left: 0; 
background: #fff; 
border: 1px solid #ddd; 
list-style: none; 
overflow: auto;
z-index: 999999; 
}
#header .nav.top ul.menu li.menu-item-has-children:last-child ul.sub-menu{ width: 280px; }
#header .nav.top ul.menu li.menu-item-has-children ul.sub-menu li{ height: auto; float: none; display: block; clear: both; border-top: 1px solid #ddd; }
#header .nav.top ul.menu li.menu-item-has-children ul.sub-menu li:first-child{ border: 0; }
#header .nav.top ul.menu li.menu-item-has-children ul.sub-menu li a{ display: block; line-height: inherit; padding: 15px; }

#header .nav.top #google_language_translator{ float: left; }
#header .nav.top select.goog-te-combo {
font-family: 'Open Sans', sans-serif !important;
font-size: 12px !important; 
color: #333 !important;
width: auto !important;
height: 26px !important;
margin: 12px 0 !important;
border: 1px solid #ddd !important;
outline: none !important;
}

#header #searchform{ display: block; position: absolute; top: 0; right: 0; padding: 0 20px; }
#header #searchform .field{ display: block; margin-left: 35px; overflow: hidden; }
#header #searchform .field input{
width: 90px; 
height: 50px; 
float: right; 
font-family: 'chaletnewyorknineteensixty', sans-serif; 
font-size: 14px;
color: #333; 
text-transform: uppercase;
background: none; 
border: 0;
outline: none; 
-webkit-appearance: none;
border-radius: 0;	
-moz-border-radius: 0; 
-webkit-border-radius: 0;
}
#header #searchform .field input::-webkit-input-placeholder{ color: #333; }
#header #searchform .field input:-moz-placeholder{ color: #333; }
#header #searchform .field input::-moz-placeholder{ color: #333; }
#header #searchform .field input:-ms-input-placeholder{ color: #333; }
#header #searchform .submit{ 
width: 30px; 
height: 50px; 
float: left; 
margin-top: -50px; 
text-indent: -9000px;
background: url(../svg/search.svg) no-repeat center; 
-webkit-background-size: 20px 20px; 
-moz-background-size: 20px 20px;  
-o-background-size: 20px 20px; 
background-size: 20px 20px;
border: 0; 
cursor: pointer; 
outline: none;
-webkit-appearance: none;
border-radius: 0;	
-moz-border-radius: 0; 
-webkit-border-radius: 0;
}

#header h1#logo{ width: 132px; height: 85px; float: left; display: block; margin: 20px 60px; background: url(../svg/logo.svg) no-repeat center; text-indent: -9000px; }
#header h1#logo a{ display: block; width: 132px; height: 85px; }

#nav_btn{ display: none; }
#header #nav.toggle{ display: block; }

#header #nav{ height: 145px; float: right; padding-right: 40px; }
#header #nav ul{ width: auto; float: left; list-style: none; }
#header #nav ul li{ width: auto; float: left; position: relative; }
#header #nav ul li a{ height: 85px; display: block; display: table-cell; font-family: 'chaletparisnineteensixty', sans-serif; font-size: 16px; color: #fff; text-transform: uppercase; padding: 20px; vertical-align: bottom; position: relative; }
#header #nav ul li:hover > a:after, #header #nav ul li > a.active:after{ content: ''; display: block; position: absolute; bottom: 0; left: 0; right: 0; margin: 0 20px; /*border-bottom: 7px solid #fff;*/ z-index: 99999; }

#header #nav ul.sub-menu{ 
display: none; 
width: 290px; 
position: absolute; 
left: 0; 
top: 125px;
padding: 40px 0;
background: #fff;
-moz-box-shadow: 0 0 10px #000, inset 0 10px 10px -10px #000;
-webkit-box-shadow: 0 0 10px #000, inset 0 10px 10px -10px #000;
box-shadow: 0 0 10px #000, inset 0 10px 10px -10px #000;  
-webkit-opacity: 0.9;
-moz-opacity: 0.9;
opacity: 0.9;
z-index: 9999; 
}
#header #nav ul.sub-menu:before{ content: ''; position: absolute; top: 0; left: -10px; display: block; width: 310px; border-top: 1px solid #fff; z-index: 99999; }
#header #nav ul.sub-menu:hover{ display: block; }
#header #nav ul.sub-menu li{ width: 100%; -webkit-opacity: 1; -moz-opacity: 1; opacity: 1; }
#header #nav ul.sub-menu li a{ height: auto; display: block; font-family: 'chaletnewyorknineteensixty', sans-serif; font-size: 14px; color: #333; padding: 5px 30px; }
#header #nav ul.sub-menu li a:hover{ color: #fff; background: #000; }
#header #nav ul.sub-menu li:hover > a:after{ display: none; }

#header #nav ul.sub-menu ul.sub-menu{ display: block; width: 100%; position: relative; left: inherit; top: inherit; padding: 0; }
#header #nav ul.sub-menu ul.sub-menu:before{ display: none; }
#header #nav ul.sub-menu ul.sub-menu:after{ display: none; }

/* Main */
#main{ 
width: 100%; 
float: left;
background: #fff; 
position: relative;
}
#home #main{ background: #000; }

/* Section */
.section{ width: 100%; float: left; position: relative; }
.section.std{ padding: 60px; }
.section.grid, .section.std.grid{ padding: 60px 40px 0; }
.section .header{ width: 100%; float: left; margin: 0 0 15px; }
.section.std.grid .header.title{ padding: 0 20px; }
.section .content{ width: 100%; float: left; }

.section .header.main{ padding: 60px 60px 40px; margin: 0; }
.section .header.main.with_bg{ 
color: #fff; 
text-align: right;
padding: 260px 60px 60px;
background-position: center;
-moz-box-shadow: inset 0px -10px 10px -10px #000;
-webkit-box-shadow: inset 0px -10px 10px -10px #000; 
box-shadow: inset 0px -10px 10px -10px #000;
}
.section .header.main h1{ font-family: 'chaletparisnineteensixty', sans-serif; font-size: 60px; font-weight: normal; text-transform: uppercase; }
.section.std .header.title h2{ font-family: 'chaletparisnineteensixty', sans-serif; font-size: 40px; font-weight: normal; line-height: 42px; text-transform: uppercase; }
.section .header.main h3{ font-family: 'chaletparisnineteensixty', sans-serif; font-size: 30px; font-weight: normal; text-transform: uppercase; margin: 5px 0; }
.section .header.main .nav_btn{ display: none; }
.section .header.main .toggle{ display: block; }
.section .header.main .nav ul{ display: block; list-style: none; padding: 8px 0 0; position: relative; }
.section .header.main .nav ul.dropdown{ display: none; position: absolute; left: 0; bottom: 0; }
.section .header.main .nav ul.active{ padding-bottom: 30px; }
.section .header.main .nav ul li{ display: inline-block; font-size: 16px; text-transform: uppercase; margin-right: 15px; }
.section .header.main .nav ul li.title{ border-right: 1px solid #333; padding-right: 15px; }
.section .header.main .nav ul li a{ display: block; position: relative; }
.section .header.main .nav ul li a:hover{ color: #999; }
.section .header.main .nav ul li a.active:before{ content: ''; width: 6px; height: 6px; display: block; position: absolute; top: 50%; left: -12px; margin-top: -3px; background: #000; }

.section.std.with_sidebar .content{ margin-right: -540px; }
.section.std.with_sidebar .content .wrap{ padding-right: 60px; margin-right: 540px; }
.section.std.with_sidebar .sidebar{ width: 540px; float: left; }
.section.std.with_sidebar .sidebar .video{ width: 100%; float: left; display: block; position: relative; }
.section.std.with_sidebar .sidebar .video .thumb{ width: 100%; float: left; position: relative; }
.section.std.with_sidebar .sidebar .video .thumb img{ display: block; width: auto; max-width: 100%; height: auto; }

/* Home */
#slideshow{ position: relative; }
ul#slides{ width: 100%; position: relative; border-bottom: 1px solid #2e2e2e; list-style: none; overflow: hidden; }
ul#slides.rslides li{ width: 100%; display: none; position: absolute; top: 0; left: 0; }
ul#slides.rslides li:first-child{ float: left; display: block; position: relative; }
ul#slides.rslides li a{ display: block; }
ul#slides.rslides li img{ display: block; width: auto; max-width: 100%; height: auto; margin: 0 auto; }
#slideshow a.rslides_nav{ 
width: 100px; 
height: 120px; 
display: block; 
position: absolute; 
top: 50%; 
left: 0; 
text-indent: -9000px;
background: url(../svg/arrow-left.svg) no-repeat center;
margin-top: -60px; 
-webkit-opacity: 0.5;
-moz-opacity: 0.5;
opacity: 0.5; 
z-index: 99; 
}
#slideshow a:hover.rslides_nav{ -webkit-opacity: 1; -moz-opacity: 1; opacity: 1; }
#slideshow a.rslides_nav.next{ left: inherit; right: 0; background: url(../svg/arrow-right.svg) no-repeat center; }
#slideshow ul.rslides_tabs{ position: absolute; bottom: 40px; left: 40px; list-style: none; z-index: 99; }
#slideshow ul.rslides_tabs li{  float: left; margin-right: 5px;  text-indent: -9000px;  }
#slideshow ul.rslides_tabs li a{ width: 10px; height: 10px; display: block; background: #666; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; }
#slideshow ul.rslides_tabs li a:hover, #slideshow ul.rslides_tabs li.rslides_here a{ background: #fff; }

.teaser{ width: 100%; float: left; background-color: #000; position: relative; overflow: hidden; }
.teaser.square.big{ width: 50%; }
.teaser.square.small{ width: 25%; }
.teaser.square:before{ content: ''; display: block; padding-top: 100%; }
.teaser.rect{ width: 50%; }
.teaser.rect:before{ content: ''; display: block; padding-top: 50%; }
.custom4.teaser{ float: right; }
.blog.teaser{ clear: left; }

.teaser a{ display: block; position: absolute; top: 0; left: 0; bottom: 0; right: 0; color: #fff; }
.teaser a:hover{ color: #999; }
.teaser a.youtube:before{ 
width: 120px;
height: 120px;
margin: -60px 0 0 -60px;
border-radius: 60px;	
-moz-border-radius: 60px; 
-webkit-border-radius: 60px;
}
.teaser.small a.youtube:before{ width: 80px; height: 80px; margin: -40px 0 0 -40px; border-radius: 40px; -moz-border-radius: 40px; -webkit-border-radius: 40px; }

.teaser .header{ width: 100%; display: block; position: absolute; bottom: 0; left: 0; padding: 25px 30px; margin: 0; z-index: 9; }
.teaser .header.align_right{ text-align: right; }
.teaser .header.with_bg:after{
content: '';
display: block; 
width: 100%; 
height: 100%; 
position: absolute;
top: 0;
left: 0;
background: #000; 
-webkit-opacity: 0.5;
-moz-opacity: 0.5;
opacity: 0.5;
z-index: -1;
}
.teaser .header h2{ font-family: 'chaletnewyorknineteensixty', sans-serif; font-size: 25px; font-weight: normal; line-height: 29px; text-transform: uppercase;}
.teaser .header h2 span{ display: block; font-family: 'chaletparisnineteensixty', sans-serif; margin: 0 0 4px; text-transform: none;}

.tweet{ 
width: 25%; 
float: left; 
text-align: center; 
background: url(../twitter_icon.html) no-repeat center top 40px #11131a;
-webkit-background-size: 32px 26px; 
-moz-background-size: 32px 26px;   
-o-background-size: 32px 26px;  
background-size: 32px 26px;  
position: relative; 
overflow: hidden; 
}
.tweet:before{ content: ''; display: block; padding-top: 100%; }
.tweet span.content{ 
width: 100%; 
display: block; 
position: absolute; 
top: 50%; 
font-size: 17px;
color: #fff;
line-height: 27px;
padding: 80px 40px; 
-webkit-transform: translateY(-50%); 
-ms-transform: translateY(-50%); 
transform: translateY(-50%); 
}
.tweet span.content a{ color: #00ace4; }
.tweet span.content a:hover{ text-decoration: underline; }
.tweet span.timestamp{
width: 100%; 
display: block; 
position: absolute; 
bottom: 30px; 
font-size: 15px;
color: #999;
}

/* Product */
#products .wrapper{ width: 100%; min-height: 120px; float: left; }
.product.preview{ width: 25%; display: inline-block; text-align: center; padding: 0 20px; margin: 0 -4px 60px 0; vertical-align: top; }
.product.preview a{ display: block; overflow: hidden; }
.product.preview a:hover{ color: #999; }
.product.preview .image{ width: 100%; float: left; position: relative; }
.product.preview .image img{ display: block; width: auto; max-width: 100%; height: auto; }
.product.preview .header{ width: 100%; float: left; margin: 0; }
.product.preview .header h2{ clear: both; font-size: 17px; padding: 15px 20px 0; }
.product.preview .header span.new{ display: inline-block; clear: both; font-size: 14px; font-weight: bold; color: #fff; text-transform: uppercase; padding: 3px 8px; margin-top: 10px; background: #000; }
.product.preview .header span.legacy {
    clear: both;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    padding: 3px 8px;
    margin-top: 10px;
    background: #f2f2f2;
    color:#000;
}
.product.single{ width: 100%; float: left; display: block; position: relative; }

.product.single ul.slideshow{ width: 100%; position: relative; list-style: none; overflow: hidden; }
.product.single ul.slideshow li{ width: 100%; display: none; position: absolute; top: 0; left: 0; }
.product.single ul.slideshow li:first-child{ float: left; display: block; position: relative; }
.product.single .product_shots{ width: 700px; float: left; padding: 80px 120px; position: relative; }
.product.single .product_shots img{ display: block; width: auto; max-width: 100%; height: auto; margin: 0 auto; }
.product.single .product_shots a.rslides_nav{ 
width: 50px; 
height: 100px; 
display: block; 
position: absolute; 
top: 50%; 
left: 40px; 
text-indent: -9000px;
background: url(../svg/arrow-left-grey.svg) no-repeat center;
margin-top: -50px; 
-webkit-opacity: 0.5;
-moz-opacity: 0.5;
opacity: 0.5; 
z-index: 99999; 
}
.product.single .product_shots a:hover.rslides_nav{ -webkit-opacity: 1; -moz-opacity: 1; opacity: 1; }
.product.single .product_shots a.rslides_nav.next{ left: inherit; right: 40px; background: url(../svg/arrow-right-grey.svg) no-repeat center; }
.product.single .product_photos{ position: relative; z-index: 1; }
.product.single .product_photos img{ display: block; width: auto; max-width: 100%; height: auto; margin: 0 auto; }

.product.single .product_photos.single-image-slider a.rslides_nav,
.product.single .product_shots.single-image-slider a.rslides_nav{ display: none !important; }


.product.single .product_photos a.rslides_nav{ 
width: 100px; 
height: 120px; 
display: block; 
position: absolute; 
top: 50%; 
left: 0; 
text-indent: -9000px;
background: url(../svg/arrow-left.svg) no-repeat center;
margin-top: -60px; 
-webkit-opacity: 0.5;
-moz-opacity: 0.5;
opacity: 0.5; 
z-index: 99; 
}
.product.single .product_photos a:hover.rslides_nav{ -webkit-opacity: 1; -moz-opacity: 1; opacity: 1; }
.product.single .product_photos a.rslides_nav.next{ left: inherit; right: 0; background: url(../svg/arrow-right.svg) no-repeat center; }

.product.single .main{ width: auto; float: none; display: block; padding: 140px 80px 80px 20px; margin-left: 700px; overflow: hidden; }
.product.single .main .header span.new{ float: left; font-size: 14px; font-weight: bold; color: #fff; text-transform: uppercase; padding: 3px 8px; margin-bottom: 10px; background: #000; }
.product.single .main .header span.soon{ float: left; font-size: 14px; font-weight: bold; color: rgb(5 32 49 / 70%); text-transform: uppercase; padding: 3px 8px; margin-bottom: 10px; background: #f2f2f2 }
.product.single .main .header h1{ clear: both; font-family: 'chaletparisnineteensixty', sans-serif; font-size: 44px; font-weight: normal; line-height: 46px; }
.product.single .main .header h1 span{ font-family: 'chaletnewyorknineteensixty', sans-serif; }
.product.single .main .content{ margin: 0 0 1rem; padding: 0 0 15px; border-bottom: 1px solid #ddd; }
.product.single .main .footer{ width: 50%; float: right; padding-left: 40px; }
.product.single .main .footer .share{ float: right; clear: both; text-align: right; }
.product.single .main .footer .share.youtube{ padding-top: 15px; }
.product.single .main .footer .showroom_btn{ float: right; clear: both; padding-top: 15px; }
.product.single .main .footer .showroom_btn a{ display: block; font-size: 17px; font-weight: bold; text-transform: uppercase; }
.product.single .main .footer .showroom_btn a:hover{ color: #999; }

.product.single .nav.quicklinks{ 
width: 100%; 
height: 80px; 
float: left; 
text-align: center;
background: #fff;
-moz-box-shadow: inset 0px 10px 10px -10px #999, inset 0px -10px 10px -10px #999;
-webkit-box-shadow: inset 0px 10px 10px -10px #999, inset 0px -10px 10px -10px #999; 
box-shadow: inset 0px 10px 10px -10px #999, inset 0px -10px 10px -10px #999;
position: relative;
z-index: 1;
}
.product.single .nav.quicklinks ul{ display: block; margin: 0 auto; list-style: none; }
.product.single .nav.quicklinks ul li{ height: 80px; display: inline-block; font-family: 'chaletnewyorknineteensixty', sans-serif; font-size: 16px; text-transform: uppercase; line-height: 80px; margin: 0 -4px 0 0; }
.product.single .nav.quicklinks ul li a{ display: block; padding: 0 15px; }
.product.single .nav.quicklinks ul li a:hover{ color: #999; }

.product.single .section.std:before{ content: ''; display: block; position: absolute; top: 0; left: 0; right: 0; margin: -1px 60px 0; border-top: 1px solid #ddd; }
.product.single .section.std .header.title{ margin: 0 0 30px; }
.product.single .section.std.grid{ padding-bottom: 20px; }
.product.single .section.std ul{ width: 100%; float: left; padding: 0 0 0 20px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.product.single .section.std ul li{ width: 100%; float: left; margin: 0 0 15px; }
.product.single .section.std ul li:last-child{ margin: 0; }
.product.single .section.std ul li p:last-child{ margin: 0; }

.product.single #specifications .cols{ width: 100%; float: left; margin-bottom: -40px; overflow: hidden; }
.product.single #specifications .specs{ width: 100%; display: inline-block; margin: 0 0 20px; position: relative; overflow: hidden; }
.product.single #specifications .specs h3{ font-family: 'chaletnewyorknineteensixty', sans-serif; font-size: 18px; font-weight: normal; text-transform: uppercase; margin: 0 0 10px; }
.product.single #specifications .specs ul li{ margin: 0 0 5px; }

.product.single .download{ width: 25%; display: inline-block; text-align: center; padding: 0 20px; margin: 0 -4px 40px 0; vertical-align: top; }
.product.single .download a{ 
display: block;
font-size: 17px; 
font-weight: bold; 
padding-top: 140px;
background-repeat: no-repeat;
background-position: top center; 
-webkit-background-size: 100px 122px; 
-moz-background-size: 100px 122px;   
-o-background-size: 100px 122px;  
background-size: 100px 122px;  
}
.product-downloads li {
	list-style: none;
    margin: 0 0 3px 0 !important;
    display: flex;
    align-items: center;
}

.product-downloads li a:hover {
	text-decoration: underline!important;
}
.product.single .video{ width: 100%; float: left; display: block; position: relative; }
.product.single #videos .video{ width: 25%; float: none; display: inline-block; padding: 0 20px; margin: 0 -4px 40px 0; vertical-align: top; }
.product.single .video.featured{ width: 50%; }
.product.single .video .thumb{ width: 100%; float: left; position: relative; }
.product.single .video .thumb img{ display: block; width: auto; max-width: 100%; height: auto; }
.product.single #videos .video h4{ clear: both; font-size: 17px; padding: 20px 0 0; }

.product.single #related_articles .post.preview{ float: none; display: inline-block; padding: 0 20px; margin: 0 -4px 40px 0; vertical-align: top; }
.product.single #related_articles .post.preview .header{ margin: 0; }
.product.single #related_articles .post.preview .header h2{ font-size: 17px; line-height: 23px; }

.product.single #related_products{ padding-bottom: 0; }

/* Product Category External Link */
.ext_link{ width: 100%; float: left; padding: 20px 60px 60px; position: relative; }
.ext_link:before{ content: ''; width: 30px; height: 4px; display: block; position: absolute; top: 0; left: 60px; background: #ddd; }
.ext_link a{ display: inline-block; font-size: 17px; color: #666; line-height: 25px; }
.ext_link a:hover{ color: #999; }

/* Product Filter */
#filter{ width: 100%; float: left; display: block; border-bottom: 1px solid #ddd; padding: 20px 0 30px; }
#filter fieldset{ width: 100%; max-width: 640px; float: left; border: 0; }
#filter .form-field{ width: 33.3333%; float: left; padding-right: 16px; margin: 0 0 16px; position: relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
#filter .form-field label{ display: block; text-transform: uppercase; margin: 0 0 8px; }
#filter .form-field select{ 
width: 100%; 
display: block; 
font-family: inherit; 
color: inherit;
font-size: 14px; 
font-weight: bold;
padding: 7px 10px;
border: 1px solid #b8b8b8;
-webkit-box-sizing: border-box; 
-moz-box-sizing: border-box; 
box-sizing: border-box;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;	
text-indent: 0.01px;
text-overflow: '';
background: url(../svg/arrow_down.svg) no-repeat right 12px top 50%;
-webkit-background-size: 10px 6px; 
-moz-background-size: 10px 6px;  
-o-background-size: 10px 6px; 
background-size: 10px 6px; 
outline: none;
}
#reset-filter { 
float: left;
font-family: inherit;
font-size: 15px;
color: #fff; 
text-transform: uppercase;
text-decoration: none;
padding: 14px 22px;
margin: 60px 0 0 40px;
background: #000;
border: 1px solid #000;
position: relative; 
cursor: pointer;
outline: none;
-webkit-appearance: none;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;	 
}
#reset-filter:hover{ color: #999; }

#products .wrapper .entry.product{ padding: 0 20px; margin: 0 0 120px; }
#products .wrapper .entry.product .header h2{ font-size: 24px; line-height: 31px; }
#products .wrapper .entry.product .header{ margin: 0; }
#products .wrapper .loader.white{ top: -20px; }

/* Entry */
.entry{ width: 100%; float: left;  }
.entry .banner{ width: 100%; float: left; position: relative; }
.entry .banner:before{
content: '';
height: 10px;
display: block;
position: absolute;
left: 0;
right: 0;
bottom: 0;
z-index: 9;
-moz-box-shadow: inset 0px -10px 10px -10px #000;
-webkit-box-shadow: inset 0px -10px 10px -10px #000; 
box-shadow: inset 0px -10px 10px -10px #000; 
}
.entry .banner img{ display: block; width: auto; max-width: 100%; height: auto; }
.entry .wrapper{ width: 100%; max-width: 960px; float: left; padding: 60px; position: relative; }
.entry .header{ width: 100%; float: left; margin: 0 0 40px; }
.entry .header.no_content{ margin: 0; }
.entry.full .header{ padding: 60px 60px 0; }
.entry .header h1{ font-family: 'chaletparisnineteensixty', sans-serif; font-size: 60px; font-weight: normal; text-transform: uppercase; }
.entry .header h2{ font-family: 'chaletparisnineteensixty', sans-serif; font-size: 40px; font-weight: normal; line-height: 44px; text-transform: uppercase; }
.entry .header .nav.tabbed{ width: 100%; float: left; border-bottom: 1px solid #ddd; position: relative; padding: 30px 60px 0; margin-left: -60px; }
.entry .header .nav.tabbed ul{ width: 100%; float: left; list-style: none; margin-bottom: -1px; position: relative; z-index: 9; }
.entry .header .nav.tabbed ul li{ width: auto; float: left; margin-right: -1px; }
.entry .header .nav.tabbed ul li a{ display: block; font-weight: bold; text-transform: uppercase; padding: 15px 20px; background: #f9f9f9; border: 1px solid #ddd; }
.entry .header .nav.tabbed ul li.current_page_item a{ background: #fff; border-bottom: 1px solid #fff; }
.entry .content{ width: 100%; float: left; }
.entry.full .content{ padding: 0 60px 60px; }

/* About */
#about .section .header{ margin: 0 0 30px; }

#about #gallery{ margin: 0 0 60px; }
#about #gallery .header{ padding: 0 60px; }
#about #gallery .header h2{ font-family: 'chaletparisnineteensixty', sans-serif; font-size: 28px; font-weight: normal; line-height: 34px; text-transform: uppercase; }
#about #gallery .rect{ width: 50%; float: left; position: relative; margin: 0 0 6px; }
#about #gallery .rect:before{ content: ''; display: block; padding-top: 50%; }
#about #gallery .square{ width: 25%; float: left; position: relative; margin: 0 0 6px; }
#about #gallery .square:before{ content: ''; display: block; padding-top: 100%; }
#about #gallery .border:after{ content: ''; width: 6px; position: absolute; top: 0; bottom: 0; background: #fff; z-index: 9; }
#about #gallery .border.left:after{ left: 0; }
#about #gallery .border.right:after{ right: 0; }

#about #gallery .item span{ display: block; position: absolute; font-size: 14px; color: #fff; padding: 15px; z-index: 9; }
#about #gallery .item span.btm{ bottom: 0; }
#about #gallery .item span.top{ top: 0; }
#about #gallery .item span.left{ left: 0; }
#about #gallery .border.left span.left{ left: 6px; }
#about #gallery .item span.right{ right: 0; }
#about #gallery .border.right span.right{ right: 6px; }

#company, #history, #trajectory{ max-width: 960px; }
#company.with_sidebar, #history.with_sidebar, #trajectory.with_sidebar{ max-width: none; }

#trajectory .content p strong:first-child{ font-size: 18px; }
#trajectory ul.gallery{ width: 100%; float: left; list-style: none; }
#trajectory ul.gallery li{ width: 100%; float: left; margin: 20px 0; position: relative; }
#trajectory ul.gallery li:first-child{ margin-top: 0; }
#trajectory ul.gallery li span.year{ display: block; position: absolute; top: 15px; right: 15px; font-family: 'chaletparisnineteensixty', sans-serif; font-size: 40px; color: #fff; line-height: 40px; z-index: 9; }
#trajectory ul.gallery li img{ display: block; width: auto; max-width: 100%; height: auto; }

/* Store Locator */
.sales_network.entry .content{ max-width: 960px; }
.section.locator h2{ font-family: 'chaletparisnineteensixty', sans-serif; font-size: 30px; font-weight: normal; line-height: 32px; text-transform: uppercase; padding: 0 60px; margin: 0 0 30px; }

#sl_div{ width: 100%; float: left; position: relative; }

#sl_div #searchForm{ max-width: 780px; display: block; padding: 0 60px; margin: 0 0 40px; overflow: hidden; }
#sl_div #address_search{ width: 100%; float: left; }
#sl_div #address_search .search_item{ width: 50%; float: left; }
#addy_in_radius { float: left; display: block; padding-right: 15px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
#sl_div #address_search #addy_in_address, #sl_div #address_search #addy_in_country{ padding: 0 15px 0 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
#searchForm LABEL {
height: 30px;
display: block;
text-align: left;
font-size: 15px;
font-weight: bold;
text-transform: uppercase;
padding: 0;
}
#searchForm INPUT, #searchForm SELECT {
width: 100%;
height: 42px;
padding: 0 12px;
font-family: inherit;
color: #333;
border: 1px solid #ddd;
-webkit-box-sizing: border-box; 
-moz-box-sizing: border-box; 
box-sizing: border-box;
outline: none;
border-radius: 0; 
-moz-border-radius: 0; 
-webkit-border-radius: 0;
}
#searchForm input::-webkit-input-placeholder{ color: #333; }
#searchForm div.form_field input:-moz-placeholder{ color: #333; }
#searchForm div.form_field input::-moz-placeholder{ color: #333; }
#searchForm div.form_field input:-ms-input-placeholder{ color: #333; }
#searchForm SELECT { 
width: 100%; 
height: 42px; 
padding: 0 34px 0 12px; 
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
text-indent: 0.01px;
text-overflow: '';
background: url(../svg/arrow_down.svg) no-repeat right 12px top 50%;
-webkit-background-size: 10px 6px; 
-moz-background-size: 10px 6px;  
-o-background-size: 10px 6px; 
background-size: 10px 6px; 
}
#radius_in_submit { width: 50%; float: left; display: block; margin: 30px 0 0; }
#radius_in_submit INPUT {
width: 100%;
height: 42px;
font-family: inherit;
font-size: 14px;
font-weight: bold;
color: #fff;
text-transform: uppercase;
background: #000;
border: 0;
cursor: pointer;
outline: none;
-webkit-appearance: none;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
margin: 0;
}
#radius_in_submit INPUT:hover{ color: #999; }

#distributors #addy_in_address{ display: none !important; }
#distributors #addy_in_radius{ display: none !important; }

#sl_div #map{ width: 100%; float: left; clear: both; margin-bottom: 70px; position: relative; /*overflow: visible !important;*/ }
.section.locator.global #sl_div #map:after{ content: ''; width: 100px; height: 35px; position: absolute; bottom: -50px; right: 20px; background: url(../legend-global.html) no-repeat center; }
.section.locator.usa #sl_div #map:after{ content: ''; width: 240px; height: 35px; position: absolute; bottom: -50px; right: 20px; background: url(../legend-usa.html) no-repeat center; }

#sl_div #map_sidebar{ width: 100%; max-width: 960px; float: left; padding: 0 60px 40px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
#sl_div .results_wrapper{ width: 100%; float: left; line-height: 22px; border-bottom: 1px solid #ddd; }
#sl_div .results_wrapper:first-child{ border-top: 1px solid #ddd; }
#sl_div .results_wrapper .results_entry{ display: block; padding: 30px 15px; overflow: hidden; }

#sl_div .results_wrapper .results_entry .address{ width: 48%; float: left; padding-right: 2%; margin: 15px 0 0; }
#sl_div .results_wrapper .results_entry .contact{ width: 28%; float: left; padding-right: 2%; margin: 15px 0 0; }
#sl_div .results_wrapper .results_entry .contact a:hover{ text-decoration: underline; }
#sl_div .results_wrapper .results_entry .directions{ width: 20%; float: left; margin: 15px 0 0; }
#sl_div .results_wrapper .results_entry .meta{ width: 100%; float: left; clear: both; }

#sl_div .results_wrapper .results_entry span{ display: block; margin: 0 0 1px; width: 100%; }
#sl_div .results_wrapper .results_entry span.location_name{ font-size: 17px; font-weight: bold; }
#sl_div .results_wrapper .results_entry span.location_distance{ font-size: 13px; font-style: italic; }

#sl_div .results_wrapper .results_entry span.slp_result_directions{ width: auto; float: right; }
#sl_div .results_wrapper .results_entry span.slp_result_directions a{ display: block; font-size: 13px; font-weight: bold; color: #000; text-transform: uppercase; text-align: center; padding: 6px 12px; border: 2px solid #000; }
#sl_div .results_wrapper .results_entry span.slp_result_directions a:hover{ color: #fff; background: #000; }

#sl_div .text_below_map{ display: block; font-family: 'chaletparisnineteensixty', sans-serif; font-size: 24px; line-height: 30px; text-transform: uppercase; padding: 30px 15px; border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; }
#sl_div .no_results_found{ display: block; padding: 30px 15px; border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; }
#sl_div .no_results_found h2{ font-size: 24px; line-height: 30px; text-transform: uppercase; padding: 0; margin: 0; }

/* Downloads */
.downloads{ width: 50%; float: left; padding-right: 40px; }
.downloads h3{ font-size: 14px; text-transform: uppercase; margin: 0 0 10px; }
.downloads .field{ display: block; padding-right: 8px; overflow: hidden; }
.downloads .field select{ 
width: 100%; 
height: 40px;
display: block; 
font-family: inherit; 
color: inherit;
font-size: 14px; 
font-weight: bold;
padding: 0 30px 0 10px;
border: 1px solid #b8b8b8;
-webkit-box-sizing: border-box; 
-moz-box-sizing: border-box; 
box-sizing: border-box;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;	
text-indent: 0.01px;
text-overflow: '';
background: url(../svg/arrow_down.svg) no-repeat right 12px top 50%;
-webkit-background-size: 10px 6px; 
-moz-background-size: 10px 6px;  
-o-background-size: 10px 6px; 
background-size: 10px 6px; 
outline: none;
}
.downloads .btn { 
width: auto;
height: 40px;
float: right;
font-family: inherit;
font-size: 15px;
color: #fff; 
text-transform: uppercase;
text-decoration: none;
padding: 0 14px;
background: #000;
border: 1px solid #000;
position: relative; 
cursor: pointer;
outline: none;
-webkit-appearance: none;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;	 
}
.downloads .btn:hover{ color: #999; }

#marketing_downloads ul{ width: 100%; float: left; list-style: none; }
#marketing_downloads li{ width: 100%; float: left; position: relative; padding: 15px 0; }
#marketing_downloads li .thumb{ width: 80px; float: left; }
#marketing_downloads li .thumb img{ display: block; width: auto; max-width: 100%; height: auto; }
#marketing_downloads li .details{ display: block; margin: 3px 0 0 105px; }
#marketing_downloads li .details h4{ font-size: 18px; font-weight: normal; margin: 0 0 12px; }
#marketing_downloads li .details a.btn{ display: inline-block; font-size: 11px; color: #fff; padding: 4px 8px; margin: 0 4px 8px 0; background: #000; text-transform: uppercase; }
#marketing_downloads li .details a:hover.btn{ color: #999; }

/* Contact */
.livechat{ display: block; position: absolute; top: 60px; right: 60px; z-index: 9; }

.region_contact{ padding: 40px 0 0; margin: 20px 0 0; border-top: 1px solid #ddd; }
.region_contact .details{ width: 50%; float: left; padding-right: 60px; }
.region_contact .details ul{ width: 100%; float: left; margin: 0 0 30px; list-style: none; }
.region_contact .details ul li{ width: 100%; float: left; margin: 0 0 5px; line-height: 24px; }
.region_contact .details ul li a:hover{ text-decoration: underline; }
.region_contact .contacts ul li{ margin: 0 0 2px; }
.region_contact .contacts ul li a{ text-decoration: underline; }
.region_contact .contacts ul li a:hover{ color: #999; }
.region_contact .locations ul li.name{ font-weight: bold; }
.region_contact .locations ul li.website a:hover{ text-decoration: underline; }

#support{ padding-top: 0; }
#support ul{ width: 100%; float: left; margin: 0 0 20px; list-style: none; }
#support ul li{ width: 50%; display: inline-block; padding: 0 20px; margin: 0 -4px 40px 0; vertical-align: top; -ms-word-break: break-all; word-break: break-all; word-break: break-word; }
#support ul li a.btn{ display: block; font-weight: bold; text-transform: uppercase; text-align: center; padding: 20px 10px; border: 1px solid #ddd; }
#support ul li a:hover.btn{ color: #fff; background: #000; border: 1px solid #000; }
#support ul li a.btn.active{ color: #fff; background: #000; border: 1px solid #000; }
#support ul li ul{ display: none; padding: 0; margin: 0; }
#support ul li ul li{ width: 100%; display: inline-block; font-size: 13px; line-height: 21px; padding: 30px 30px 10px 10px; margin: 0 -4px 0 0; }
#support ul li ul li.divider{ width: 100%; display: block; padding: 0; margin: 30px 0 10px; border-top: 1px solid #ddd; }
#support ul li ul li.details{ width: 100%; padding-right: 10px; margin-top: 30px; border-top: 1px solid #ddd; }
#support ul li ul li.details span{ display: block; font-size: 15px; font-weight: bold; text-transform: uppercase; margin: 0 0 5px; }
#support ul li ul li.details p{ line-height: 21px; }
#support ul li ul li.details p:last-child{ margin: 0; }
#support ul li ul li a:hover{ text-decoration: underline; }

/* Training */
.section.training:before{ content: ''; display: block; position: absolute; top: 0; left: 0; right: 0; margin: -1px 60px 0; border-top: 1px solid #ddd; }
.section.training .header.title{ margin: 0 0 30px; }
.section.training .videos{ width: 100%; float: left; display: block; padding: 0 0 20px; position: relative; }
.section.training .videos .video { width: 25%; display: inline-block; padding: 0 20px; margin: 0 -4px 40px 0; vertical-align: top; position: relative; }
.section.training .videos .video.box h2 {font-size: 16px;}
.section.training .videos .video .thumb{ width: 100%; float: left; position: relative; }
.section.training .videos .video .thumb img{ display: block; width: auto; max-width: 100%; height: auto; }
.section.training .videos .video h4{ clear: both; font-size: 16px; padding: 20px 0 0; }
.section.training ul.links{ width: 100%; float: left; display: block; padding: 0 20px 50px; list-style: none; position: relative; }
.section.training ul.links li{ width: 100%; float: left; font-family: 'chaletparisnineteensixty', sans-serif; font-size: 20px; line-height: 28px; text-transform: uppercase; padding: 0 0 10px; }
.section.training ul.links li a:hover{ text-decoration: underline; }

/* Social Media Center */
.section.social_feed{ padding-top: 0 !important; }
.section.social_feed.grid{ padding-bottom: 20px; }
.section.social_feed .header.title{ margin: 0 0 40px; }
.section.social_feed .header.title h2{ font-size: 30px; line-height: 34px; }
.section.social_feed .header.title h2 a{ 
display: block; 
text-align: right; 
padding: 22px 24px 22px 74px; 
border: 1px solid #ddd;
background-position: left 17px center;
background-repeat: no-repeat;
-webkit-background-size: 44px 44px; 
-moz-background-size: 44px 44px;  
-o-background-size: 44px 44px; 
background-size: 44px 44px; 
}
.section.twitter .header.title h2 a{ background-image: url(../twitter-icon.html); }
.section.facebook .header.title h2 a{ background-image: url(../facebook-icon.html); }
.section.instagram .header.title h2 a{ background-image: url(../instagram-icon.html); }
.section.youtube .header.title h2 a{ text-align: left; background-image: url(../youtube-icon.html); }
.section.social_feed .header.title h2 a:hover{ background-color: #f6f6f6; }

.section.twitter{ width: 33.3333%; padding-right: 30px; text-align: center; }
.section.twitter .twitter-timeline{ height: 670px !important; margin: 0 auto; }

.section.facebook{ width: 33.3333%; padding-left: 30px; padding-right: 40px; text-align: center; }
.section.facebook .fb-page{ height: 670px !important; margin: 0 auto; }

.section.instagram{ width: 33.3333%; padding-left: 10px !important; }
.section.instagram .feed{ width: 100%; float: left; padding: 0 10px 20px; }
.section.instagram .instagram-image{ width: 50%; float: left; padding: 0 10px; margin: 0 0 20px 0; position: relative; }
.section.instagram .instagram-image a{ display: block; }
.section.instagram .instagram-image a img{ display: block; width: auto; max-width: 100%; height: auto; }

.section.youtube .video{ width: 25%; display: inline-block; padding: 0 20px; margin: 0 -4px 40px 0; vertical-align: top; position: relative; }
.section.youtube .video .thumb{ width: 100%; float: left; position: relative; }
.section.youtube .video .thumb img{ display: block; width: auto; max-width: 100%; height: auto; }
.section.youtube .video h4{ clear: both; font-size: 17px; padding: 20px 0 0; }

/* See Us - Showrooms and Tradeshows */
.see_us .section.std{ padding-top: 20px; }
.see_us .section.std .header.title{ margin: 0 0 30px; }

#showrooms .image{ width: 60%; float: left; padding-right: 40px; margin: 0 0 40px; } 
#showrooms .image img{ display: block; width: auto; max-width: 100% ; height: auto; }
#showrooms .locations{ width: 40%; float: left; margin: 0 0 40px; }
#showrooms .locations h3{ font-family: 'chaletnewyorknineteensixty', sans-serif; font-size: 18px; font-weight: normal; text-transform: uppercase; margin: 0 0 15px; }
#showrooms .locations ul{ width: 100%; float: left; list-style: none; border-top: 1px solid #ddd; }
#showrooms .locations ul li{ width: 100%; float: left; text-transform: uppercase; padding: 12px 6px; border-bottom: 1px solid #ddd; }
#showrooms .locations ul li span.location{ width: 60%; float: left; font-size: 17px; font-weight: bold; }
#showrooms .locations ul li span.info{ width: 40%; float: right; font-size: 13px; text-align: right; padding-left: 10px; }
#showrooms .locations ul li a{ font-weight: bold; }
#showrooms .locations ul li a:hover{ text-decoration: underline; }

#tradeshows ul{ width: 100%; max-height: 478px; float: left; list-style: none; overflow: auto; }
#tradeshows ul li{ width: 100%; float: left; line-height: 24px; padding: 12px 16px; margin: 0 0 8px; border: 1px solid #ddd; }
#tradeshows ul li.even{ color: #fff; background: #000; border: 1px solid #000; }
#tradeshows ul li span:after{ content: '\02022'; padding: 0 6px; }
#tradeshows ul li span.name{ font-weight: bold; }
#tradeshows ul li span:last-child:after{ display: none; }

/* Featured News */
#featured_news{ margin: 0 0 60px; }
.teaser.featured{ width: 50%; height: 400px; float: left; background: none; padding-right: 15px; }
.teaser.featured.lighting_insights{ float: right; padding-left: 15px; padding-right: 0; }
.teaser.featured.lighting_insights:before{ content: 'Lighting Insights'; width: 170px; height: 52px; display: block; position: absolute; top: 30px; right: 30px; 
/* Disable temporarily SB 1-4-18
background: url(images/lighting_insights.svg) no-repeat center;*/
text-indent: -9000px; z-index: 9; 
}
.teaser.featured a{ right: 15px; }
.teaser.featured.lighting_insights a{ right: 0; left: 15px; }
.teaser.featured .header span.cat{ display: block; font-size: 11px; color: #fff; line-height: 14px; text-transform: uppercase; margin: 0 0 4px; }
.teaser.featured .header h2{ font-size: 21px; line-height: 25px; }

/* Post */
#posts{ padding: 0 45px; margin: 0 0 20px; }
#posts.blog{ width: 66%; padding: 0 100px 0 60px; margin: 0 0 60px; border-right: 1px solid #ddd; position: relative; }
#posts .masonry{ display: block; position: relative; }
#posts .wrapper{ width: 100%; float: left; position: relative; }

.post{ width: 66%; float: left; display: block; padding: 0 100px 0 60px; margin: 0 0 60px; position: relative; }
.post.single{ border-right: 1px solid #ddd; }
.post.preview{ width: 25%; padding: 0 15px; margin: 0 0 40px; }
#posts.blog .post.preview{ width: 100%; padding: 60px 0; margin: 0; border-top: 1px solid #ddd; }
#posts.blog .post.preview:first-child{ padding-top: 0; border-top: 0; }
.post .image{ width: 100%; float: left; margin: 0 0 20px; position: relative; }
.post.preview .image{ margin: 0 0 15px; }
.post .image img{ display: block; width: auto; max-width: 100%; height: auto; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
#sidebar .post .image img {border: 1px solid #dddddd;}
.post .header{ width: 100%; float: left; margin: 0 0 30px; }
.post.preview .header{ margin: 0 0 15px; }
#posts.blog .post.preview .header{ margin: 0 0 30px; }
.post.preview .header a:hover{ text-decoration: underline; }
.post.preview .header span.cat{ display: block; font-size: 11px; font-weight: bold; line-height: 14px; letter-spacing: -0.5px; text-transform: uppercase; margin: 0 0 4px; }
.post .header h1{ font-family: 'chaletnewyorknineteensixty', sans-serif; font-size: 40px; font-weight: normal; line-height: 48px; margin: 0 0 8px; }
.post.preview .header h2{ font-family: 'chaletnewyorknineteensixty', sans-serif; font-size: 20px; font-weight: normal; line-height: 26px; }
#posts.blog .post.preview .header h2{ font-size: 40px; line-height: 48px; margin: 0 0 8px; }
.post .header span.date{ display: block; font-size: 14px; }
.post .content{ width: 100%; float: left; }
.post.single .content{ margin: 0 0 20px; }
.post .footer{ width: 100%; float: left; }
.post.preview .footer a.more.btn{ width: auto; float: right; font-size: 11px; font-weight: bold; color: #fff; text-transform: uppercase; padding: 6px 10px; background: #000; }
.post.preview .footer a:hover.more.btn{ color: #999; }
.post.single .footer .postedin{ display: block; clear: both; font-size: 14px; line-height: 21px; padding: 15px 2px; border-top: 1px solid #ddd; }
.post.single .footer .postedin a:hover{ text-decoration: underline; }
.post.single .footer .share{ display: block; clear: both; padding: 20px 0; border-top: 1px solid #ddd; }

/* Post Sidebar */
#sidebar.posts{ width: 34%; float: left; padding: 0 60px 0 100px; margin: 0 0 60px -1px; border-left: 1px solid #ddd; }
#sidebar.posts .section .header{ width: 100%; float: left; margin: 0 0 12px; }
#sidebar.posts .section .header h3{ font-family: 'chaletparisnineteensixty', sans-serif; font-size: 28px; font-weight: normal; text-transform: uppercase; text-align: right; }
#sidebar.posts .post.preview{ width: 100%; padding: 0; }
#sidebar.posts .post.preview .header{ margin: 0; }
#sidebar.posts .section.product .post .image img{ padding: 5% 20%; border: 1px solid #ddd; }
#sidebar.posts .section ul{ display: block; list-style: none; }
#sidebar.posts .section .cat_btn{ display: none; }
#sidebar.posts .section .toggle{ display: block; }
#sidebar.posts .section ul.cats{ padding: 30px 0; }
#sidebar.posts .section ul li{ display: block; margin: 15px 0; }
#sidebar.posts .section ul li a{ display: block; font-size: 16px; text-transform: uppercase; }
#sidebar.posts .section ul li a:hover{ color: #999; }

/* Subscribe Sidebar */
#rss_subscribe{ padding: 40px 0; border-top: 1px solid #ddd; }
#rss_subscribe h3{ font-size: 16px; text-transform: uppercase; margin: 0 0 4px; }
#rss_subscribe p{ font-size: 13px; line-height: 21px; margin: 0 0 12px; }

#rss_subscribe .elp_msg{ font-size: 13px; font-weight: bold; text-transform: uppercase; }
#rss_subscribe .elp_lablebox{ width: 100%; float: left; font-size: 13px; font-weight: bold; text-transform: uppercase; margin: 0 0 3px; }
#rss_subscribe .elp_textbox{ display: block; padding: 0 105px 0 0 !important; overflow: hidden; }
#rss_subscribe .elp_textbox .elp_textbox_class{ 
width: 100%; 
height: 36px; 
float: left; 
font-family: inherit; 
font-size: 12px;
font-weight: bold;
color: #333; 
padding: 0 12px; 
background: none; 
border: 1px solid #b8b8b8;
outline: none; 
-webkit-appearance: none;
-webkit-border-radius:0; 
border-radius:0;
-webkit-box-sizing: border-box; 
-moz-box-sizing: border-box; 
box-sizing: border-box;
}
#rss_subscribe .elp_button{ width: 100px; float: right; padding: 0 !important; margin-top: -36px; }
#rss_subscribe .elp_button .elp_textbox_button{
width: 100px;
height: 36px; 
float: left; 
font-size: 12px; 
font-weight: bold; 
color: #fff; 
text-transform: uppercase;
padding: 0 12px;
background: #000; 
border: 1px solid #000; 
cursor: pointer; 
outline: none;
-webkit-appearance: none;
-webkit-border-radius:0; 
border-radius:0;
}

/* Search */
.search .header.main{ max-width: 960px; }
.search .header.main span{ display: block; font-size: 21px; line-height: 29px; padding-top: 8px; }
.search #posts{ width: 100%; max-width: 960px; float: left; padding: 20px 60px 0; margin: 0 0 60px; position: relative; }
.search #posts .wrapper{ margin: 0 0 20px; }
.search #posts .post.preview{ width: 100%; padding: 40px 0; margin: 0; border-top: 1px solid #ddd; }
.search #posts .post.preview:first-child{ padding-top: 0; border-top: 0; }
.search #posts .post.preview .header{ margin: 0 0 5px; }
.search #posts .post.preview .header span.type{ float: left; font-size: 11px; font-weight: bold; color: #fff; text-transform: uppercase; padding: 3px 8px; margin-bottom: 10px; background: #000; }
.search #posts .post.preview .header h2{ font-size: 26px; line-height: 34px; margin: 0; clear: both; }
.search #posts .post.preview span.url{ display: block; clear: both; font-size: 12px; color: #777; }

.search .no-results .wrapper{ max-width: 960px; padding-top: 20px; }

/* Load More */
.load_more{ display: block; clear: both; position: relative; }
.load_more a, .load_more .loader{ 
display: block; 
height: 50px; 
font-size: 14px;
font-weight: bold;
color: #333;
text-transform: uppercase;
line-height: 50px;
margin: 20px 15px 40px;
background-color: #f9f9f9;
border: 1px solid #ddd; 
overflow: hidden; 
text-align: center; 
position: relative; 
}
.load_more{ display: block; clear: both; position: relative; }
.section.grid .load_more a, .section.grid .load_more .loader{ margin: 0 20px 60px;}
#posts.blog .load_more a, #posts.blog .load_more .loader, .search #posts .load_more a, .search #posts .load_more .loader{ margin: 0 !important; }
.load_more a:hover{ color: #fff; background-color: #000; border: 1px solid #000; text-decoration: none; }
.load_more .loader{ position: relative; top: inherit; left: inherit; width: auto; height: 50px; display: block; background-color: #000; border: 1px solid #000; }

/* Footer */
#footer{ width: 100%; float: left; clear: both; background: #000; position: relative; }
#footer .section{ padding: 30px; }

#footer .nav{ padding-top: 60px; }
#footer .nav ul{ width: auto; float: left; color: #fff; list-style: none; position: relative; }
#footer .nav ul li{ float: left; }
#footer .nav ul li a{ display: block; font-family: 'chaletnewyorknineteensixty', sans-serif; font-size: 15px; color: #fff; text-transform: uppercase; padding-right: 60px; position: relative; }
#footer .nav ul li a:hover{ color: #999; }
#footer .nav ul li.menu-item-has-children > a:after{ 
content: '\203A'; 
height: 20px; 
display: block; 
font-family: 'Open Sans', sans-serif;
font-size: 22px; 
color: #999; 
line-height: 14px; 
position: absolute; 
top: 50%; 
right: 45px; 
margin-top: -10px; 
-webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);
-o-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg); 
}
#footer .nav ul li.menu-item-has-children > a.active:after{ 
-webkit-transform: rotate(-90deg);
-moz-transform: rotate(-90deg);
-o-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
transform: rotate(-90deg); 
}
#footer .nav ul li.menu-item-has-children ul.sub-menu{ display: none; float: none; clear: both; }
#footer .nav ul li.menu-item-has-children ul.sub-menu li{ display: block; float: none; padding: 5px 0 0; }
#footer .nav ul li.menu-item-has-children ul.sub-menu li:first-child{ padding-top: 10px; }
#footer .nav ul li.menu-item-has-children ul.sub-menu li a{ font-family: 'Open Sans', sans-serif; font-size: 12px; font-weight: normal; text-transform: none; padding: 0; }
#footer .nav ul#sister_brands li{ padding-top: 15px; }
#footer .nav ul#sister_brands li:first-child{ padding-top: 25px; }
#footer .nav ul#sister_brands li a{ display: inline-block; }
#footer .nav ul#sister_brands li img{ display: block; width: auto; max-width: 150px; height: auto; max-height: 46px; }

#footer .social{ float: right; color: #fff; }
#footer .social h3{ min-height: 36px; font-family: 'chaletnewyorknineteensixty', sans-serif; font-size: 15px; font-weight: normal; text-transform: uppercase; text-align: right; }
#footer .social h3 a{ color: #fff; }
#footer .social h3 a:hover{ color: #999; }
#footer .social ul{ width: auto; float: right; clear: both; list-style: none; }
#footer .social ul li{ width: 32px; height: 32px; float: left; margin-right: 5px; text-indent: -9000px; }
#footer .social ul li a{ width: 32px; height: 32px; display: block; background-position: center; background-repeat: no-repeat; }
#footer .social ul li.youtube a{ background-image: url(../svg/youtube.svg); }
#footer .social ul li.twitter a{ background-image: url(../twitter.html); }
#footer .social ul li.facebook a{ background-image: url(../svg/facebook.svg); }
#footer .social ul li.google a{ background-image: url(../google.html); }
#footer .social ul li.rss a{ background-image: url(../svg/rss.svg); }
#footer .social ul li.instagram a{ background-image: url(../svg/instagram.svg); }

#footer .updates { min-width: 290px; float: left; }
#footer .updates.box { float: left; padding-top: 36px; }
#footer .updates.box .wrap{ display: block; overflow: hidden; }
#footer .updates.box .field{ 
width: 100%; 
height: 32px; 
float: left; 
font-family: inherit; 
font-size: 11px;
font-weight: bold;
color: #fff; 
padding: 0 8px; 
background: none; 
border: 1px solid #282828;
outline: none; 
-webkit-appearance: none;
-webkit-border-radius:0; 
border-radius:0;
}
#footer .updates.box input.field.box::-webkit-input-placeholder{ color: #fff; text-transform: uppercase; }
#footer .updates.box input.field.box:-moz-placeholder{ color: #fff;  text-transform: uppercase; }
#footer .updates.box input.field.box::-moz-placeholder{ color: #fff; text-transform: uppercase; }
#footer .updates.box input.field.box:-ms-input-placeholder{ color: #fff; text-transform: uppercase; }
#footer .updates.box .submit{ 
height: 32px; 
float: right; 
font-size: 11px; 
font-weight: bold; 
color: #464646; 
text-transform: uppercase;
letter-spacing: -0.5px;
padding: 0 8px;
background: #fff; 
border: 1px solid #fff; 
cursor: pointer; 
outline: none;
-webkit-appearance: none;
-webkit-border-radius:0; 
border-radius:0;
}

#footer .meta{ padding: 10px 30px; background: #fff; }
#footer ul.memberships{ float: right; text-align: right; list-style: none; }
#footer ul.memberships li{ width: auto; height: 70px; display: inline-block; margin-right: -4px; padding: 10px 0 10px 18px; }
#footer ul.memberships li a:before { content: ' '; display: inline-block; vertical-align: middle; height: 100%; }
#footer ul.memberships li a{ display: inline-block; height: 100%; vertical-align: middle; }
#footer ul.memberships li img{ max-width: 100px; max-height: 30px; vertical-align: middle; }
#footer .copyright{ max-width: 40%; display: block; position: absolute; top: 50%; font-size: 14px; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }

/* Forms */
.wpcf7{ display: block; }
.wpcf7-form{ width: 100%; display: block; overflow: hidden; position: relative; }
.wpcf7-form fieldset{ width: 100%; float: left; display: block; border: 0; border-bottom: 1px dotted #ccc; padding: 0 0 20px; margin: 0 0 30px; }
.wpcf7-form div.form_field{ width: 100%; float: left; margin: 0 0 16px; position: relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.wpcf7-form div.form_field.left{ width: 50%; padding-right: 8px; } 
.wpcf7-form div.form_field.right{ width: 50%; padding-left: 8px; }
.wpcf7-form div.form_field span{ display: block; }
.wpcf7-form div.form_field.captcha{ padding-top: 16px; border-top: 1px dashed #ddd; }
.wpcf7-form div.form_field.captcha strong{ display: block; text-transform: uppercase; margin: 0 0 6px; }
.wpcf7-form div.form_field.captcha img{ margin: 0 0 16px; }
.wpcf7-form div.form_field input, 
.wpcf7-form div.form_field select,
.wpcf7-form div.form_field textarea { 
width: 100%; 
display: block; 
font-family: inherit; 
color: inherit;
font-size: 15px; 
font-weight: bold;
padding: 10px 12px;
background: none;
border: 1px solid #b8b8b8;
-webkit-box-sizing: border-box; 
-moz-box-sizing: border-box; 
box-sizing: border-box;
-webkit-appearance: none;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;	
outline: none;
}
.wpcf7-form div.form_field textarea { height: 140px; }
.wpcf7-form div.form_field select{ 
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
text-indent: 0.01px;
text-overflow: '';
padding-right: 32px;
background: url(../svg/arrow_down.svg) no-repeat right 12px top 50%;
-webkit-background-size: 10px 6px; 
-moz-background-size: 10px 6px;  
-o-background-size: 10px 6px; 
background-size: 10px 6px; 
}
.wpcf7-form div.form_field select::-ms-expand { display: none; }
.touch .wpcf7-form div.form_field select{ -webkit-appearance: none; -webkit-border-radius:0; border-radius:0; }
.wpcf7-form div.form_field input::-webkit-input-placeholder{ color: #333; text-transform: uppercase; }
.wpcf7-form div.form_field input:-moz-placeholder{ color: #333;  text-transform: uppercase; }
.wpcf7-form div.form_field input::-moz-placeholder{ color: #333; text-transform: uppercase; }
.wpcf7-form div.form_field input:-ms-input-placeholder{ color: #333; text-transform: uppercase; }
.wpcf7-form div.form_field select::-webkit-input-placeholder{ color: #333; text-transform: uppercase; }
.wpcf7-form div.form_field select:-moz-placeholder{ color: #333;  text-transform: uppercase; }
.wpcf7-form div.form_field select::-moz-placeholder{ color: #333; text-transform: uppercase; }
.wpcf7-form div.form_field select:-ms-input-placeholder{ color: #333; text-transform: uppercase; }
.wpcf7-form div.form_field textarea::-webkit-input-placeholder{ color: #333; text-transform: uppercase; }
.wpcf7-form div.form_field textarea:-moz-placeholder{ color: #333;  text-transform: uppercase; }
.wpcf7-form div.form_field textarea::-moz-placeholder{ color: #333; text-transform: uppercase; }
.wpcf7-form div.form_field textarea:-ms-input-placeholder{ color: #333; text-transform: uppercase; }

.wpcf7-form div.submit{ width: 100%; float: left; clear: both; margin: 5px 0 20px; position: relative; }
div.wpcf7 img.ajax-loader{ position: absolute; top: 50%; left: 0; margin-top: -8px; }
.wpcf7-form .remove_item,
.wpcf7-form div.submit input { 
float: right;
clear: both; 
font-family: inherit;
font-size: 14px;
font-weight: bold;
color: #fff; 
text-transform: uppercase;
text-decoration: none;
padding: 12px 20px;
background: #000;
border: 1px solid #000;
position: relative; 
cursor: pointer;
outline: none;
-webkit-appearance: none;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;	 
}
.wpcf7-form .remove_item:hover,
.wpcf7-form div.submit input:hover{ color: #999; }

div.wpcf7-response-output{ 
clear: both;
color: #fff !important;
line-height: 22px;
border: 1px solid #000 !important;
background: #000;
margin: 0 0 20px !important; 
padding: 25px 20px !important;
color: inherit; 
text-align: center;
}
div.wpcf7-validation-errors{ color: #fff; border: 1px solid #ff0000 !important; background: #ff0000; }

span.wpcf7-not-valid-tip {
width: 100% !important;
height: 1px;
max-width: 100%;
position: absolute;
overflow: hidden;
background: transparent !important;
border: 0 !important;
border-top: 1px solid #ff0000 !important;
text-indent: -9000px;
top: 0 !important;
left: 0 !important;
right: 0 !important;
bottom: inherit !important;
padding: 0 !important;
}

/* Campaigner SignUp Form */
#FormFieldsTable {
	width: 100%;
}
#FormFieldsTable label { 
	position: relative;
	top: -3px;
	width: 40%;
	float: left;
	font-size: 1em;
	display: inline-block;
	text-align: left;
	padding: 5px 0px;
}
#FormFieldsTable input, #FormFieldsTable select {
	width: 100%; 
	display: block; 
	font-family: inherit; 
	color: inherit;
	font-size: 15px; 
	font-weight: bold;
	margin-bottom: 8px;
	padding: 10px 12px;
	background: none;
	border: 1px solid #b8b8b8;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;	
	outline: none;
}
#FormFieldsTable label input {
	margin-right: 8px;
}
#FormFieldsTable h3 {
	text-align: left;
	padding: 30px 0px 15px;
}
#FormFieldsTable input[type="checkbox"] {
	display: inline-block;
    width: auto;
}
input[type="checkbox"] {
    -webkit-appearance: checkbox;
    box-sizing: border-box;
}
#btnSection {
	margin-top: 25px;
}
#btnSection input#SubmitButton {
	background: #000;
	border: 0px;
	padding: 10px 30px;
	color: #fff;
	float: left;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	font-size: 1.3em;
	font-weight: bold;
}

/* New Captcha Form */
#ic_signupform .formEl.fieldtype-input input, 
#ic_signupform .formEl select,
#ic_signupform .formEl textarea { 
	width: 100%; 
	display: block; 
	font-family: inherit; 
	color: inherit;
	font-size: 15px; 
	font-weight: bold;
	padding: 10px 12px;
	background: none;
	border: 1px solid #b8b8b8;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;	
	outline: none;
}
.checkbox-wrap {
	display: inline-block;
	padding: 20px 0px 0px;
	width: 100%;
}
.formEl.fieldtype-checkbox.col {
	float: left;
	width: 50%;
}
.formEl .fieldtype-checkbox input[type="checkbox"]{
	width: auto;
}
.checkbox-wrap .formEl.fieldtype-checkbox.col {
	padding-bottom: 15px;
	width: 100%;
}
.checkbox-wrap label.checkbox {
	float: left;
    width: 33%;
    padding: 0px 0px 10px 0px;
}
label.checkbox input {
	margin-right: 8px; 
}
label.checkbox {
	float: left;
    width: 100%%;
    padding: 0px 0px 10px 0px;
}

.formEl.fieldtype-input, .formEl.fieldtype-dropdown {
	float: left;
    margin-bottom: 5px;
    margin-right: 5px;
    width: 48%;
}

.formEl.fieldtype-input.required.email {
	width: 96.5%;
}
#ic_signupform .submit-container {
	display: inline-block;
	margin-top: 30px;
}
#ic_signupform .submit-container input.btn.btn-submit { 
	font-family: inherit;
	font-size: 14px;
	font-weight: bold;
	color: #fff; 
	text-transform: uppercase;
	text-decoration: none;
	padding: 12px 20px;
	background: #000;
	border: 1px solid #000;
	position: relative; 
	cursor: pointer;
	outline: none;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;	 
}

#ic_signupform.signups .submit-container input.btn.btn-submit {
	margin-top: 15px;
}

.wp-caption img {
	margin-bottom: 5px !important;
}

/* Content Block Universal Code */
/* Begin Images */
.content-block img{ display: block; width: auto; max-width: 100%; height: auto; margin: 0 0 25px; }
.content-block .aligncenter { display: block; margin: 0 auto 25px; }
.content-block .alignleft{ width: 36%; display: inline; float: left; margin: 0 25px 25px 0; }
.content-block .alignright{ width: 36%; display: inline; float: right; margin: 0 0 25px 25px; }

.post.single.box .content-block .alignleft{ width: auto; display: inline; float: left; margin: 0 25px 25px 0; }
.post.single.box .content-block .alignright{ width: auto; display: inline; float: right; margin: 0 0 25px 25px; }

.content-block .wp-caption{
	color: #000;
    display: inline-block;
    font-size: 0.6em;
    font-weight: bold;
    letter-spacing: 0.05em;
    max-width: 100%;
    text-align: right;
}
p.wp-caption-text {
	line-height: 1.6em;
}
.post.single.box .content-block .alignleft p.wp-caption-text  {
	text-align: left;
}
.post.single.box .content-block .alignright p.wp-caption-text {
	width: 97%;
}
/* END Images */

/* Begin Image Gallery */
.content-block .gallery{ display: block; padding: 5px 0; margin: 0 0 25px -5px; overflow: hidden; }
.content-block .gallery .gallery_item{ width: 25%; float: left; }
.content-block .gallery .gallery_item a{ display: block; border: 1px solid #ddd; margin: 5px 0 0 5px; }
.content-block .gallery .gallery_item a img{ display: block; width: auto; max-width: 100%; height: auto; }
/* END Image Gallery */

/* Video */
.content-block embed, .content-block iframe, .content-block object{ max-width: 100%; }
.content-block video { max-width: 100%; height: auto; }

.content-block a{ text-decoration: underline; }

.content-block a.btn {
display: inline-block;
font-size: 15px;
font-weight: bold;
line-height: 20px;
padding: 12px 20px; 
margin: 0 16px 20px 0;
border: 1px solid #ddd;
text-decoration: none;
}
.content-block a:hover.btn { border: 1px solid #00334d; }

.content-block blockquote{ 
font-family: 'chaletparisnineteensixty', sans-serif;
font-size: 23px;
font-style: italic;
line-height: 31px;
padding: 15px 15px 15px 52px;
margin: 0 0 20px;
position: relative;
}
.content-block blockquote strong{ font-family: 'chaletnewyorknineteensixty', sans-serif; }
.content-block blockquote:before{ content: '\0201C'; position: absolute; top: 22px; left: 22px; font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 43px; font-weight: bold; font-style: normal; }
.content-block blockquote p{ line-height: 31px; }
.content-block blockquote p:last-child{ margin-bottom: 0; }

.content-block h1, .content-block h2, .content-block h3, .content-block h4, .content-block h5{ 
font-family: 'chaletparisnineteensixty', sans-serif;
font-size: 100%; 
font-weight: normal;
padding: 10px 0; 
}
.content-block h1:first-child, .content-block h2:first-child, .content-block h3:first-child, .content-block h4:first-child, .content-block h5:first-child{ padding-top: 0; }
.content-block h1{ font-size: 32px; line-height: 38px; }
.content-block h2{ font-size: 28px; line-height: 34px; }
.content-block h3{ font-size: 25px; line-height: 31px; }
.content-block h4{ font-size: 22px; line-height: 28px; }
.content-block h5{ font-size: 19px; line-height: 25px; }

.content-block ul, .content-block ol{ padding: 0 0 20px 40px; }
.content-block ul{ list-style: disc; }
.content-block ul li, .content-block ol li{ padding: 0 0 8px; line-height: 21px; }
.content-block ul li p, .content-block ol li p{ margin: 0 0 15px; }
/* END Content Block Universal Code */

/* Modal Window */
#modal, #mask{
display:none;
width: 100%;
height: 100%;
position:fixed;
top:0px;
left:0px;
z-index: 999998;
}
#mask{ background: #000; }

.modal_window{
display:none;
position: absolute;
top: 0; 
right: 0; 
left: 0; 
bottom: 0;
z-index: 999999;
}
.modal_window .loader{ background-color: transparent !important; }

.vid{ width: 100%; max-width: 853px; height: auto; max-height: 480px; display: block; position: absolute; }
.vid embed, .vid iframe, .vid object{ max-width: 100%; }
.vid video { max-width: 100%; height: auto; }
.vid .close_modal{ 
position: fixed;
top: 0;
right: 0;
display: block; 
width: 50px; 
height: 50px; 
text-transform: uppercase;
font-size: 20px;
color: #333;
line-height: 50px; 
text-align: center; 
background: #fff;
overflow: hidden;
z-index: 99999999999;
}

.controls{
display:none;
width: 100%;
height: 100%;
position: relative;
z-index: 999999;
}
.controls .wrap{ width: 100%; height: 100%; display: block; }
.controls .wrap .pinit{ display: block; position: absolute; top: 10px; left: 10px; }
.controls span{ 
position: absolute;
display: block; 
width: 50px; 
height: 50px; 
text-transform: uppercase;
font-size: 20px;
color: #000;
line-height: 50px; 
text-align: center; 
vertical-align: top; 
background: #fff;
overflow: hidden;
}
.controls .close_modal{ bottom: 0; left: 50%; margin-left: -25px; color: #fff; background: #000; }
.controls .close_modal a{ color: #fff; }
.controls .close_modal a:hover{ color: #000; background: #fff; }
.controls .next_btn, .controls .prev_btn{ font-size: 25px; line-height: 45px; top: 50%; margin-top: -25px; right: 0; }
.controls .next_btn{ right: 0; }
.controls .prev_btn{ left: 0; }
.controls .disabled{ display: none; }
.controls span a{ display: block; color: #000; width: 50px; height: 50px; cursor: pointer; }
.controls span a:hover{ color: #fff; background: #000; text-decoration: none; }

.wpcf7-form.warranty-member-reg-form{ max-width: 100%; width: 950px; }

.wpcf7-form.warranty-member-reg-form .form_field-bottom{ font-size: 12px; }
.wpcf7-form.warranty-member-reg-form .form_field-bottom .first-box{ float: left; clear: both; padding-right: 15px; }
.wpcf7-form.warranty-member-reg-form .form_field-bottom .second-box{ float: left; padding-right: 15px; }
.wpcf7-form.warranty-member-reg-form .form_field-bottom .last-box{ float: left; }

.wpcf7-form.warranty-member-reg-form div.form_field.left-40{ float: left; width:40%; padding-right: 8px; }
.wpcf7-form.warranty-member-reg-form div.form_field.left-30{ float: left; width:30%; padding-right: 8px; }
.wpcf7-form.warranty-member-reg-form div.form_field.right-30{ float: right; width:30%; padding-left: 8px; }


/* Accessiores Page */
.header.main.with_bg.box.accessories {
	background: url("../accessories_hdr_bg.html");
}
section.grid.box.accessories h1 {
    font-family: 'chaletparisnineteensixty', sans-serif;
    font-size: 32px;
	font-weight: normal;
	line-height: 38px;
	padding: 10px 0; 
}
body#accessories .cat {
	padding: 0 15px;
	margin-bottom: 65px;
}
.cat ul li:first-child {
	border-top: 1px solid #f1f1f1;
	margin-top: 10px;
}
.cat ul li {
	background: #fff none repeat scroll 0 0;
    border-bottom: 1px solid #f1f1f1;
    font-size: 12px;
    line-height: 21px;
    list-style: outside none none;
    padding: 8px 10px;
    text-align: left;
}
.specs.box + .specs.box + .specs.box + .specs.box + .specs.box + .specs.box + .specs.box + .specs.box li a {
	text-decoration: underline; 
}

/* WFX Events Page */
body#wfx2015 .header.box {
	display: none;
}
body#wfx2015 hgroup {
	border: 4px double #000;
    margin: 40px 0;
    padding: 35px 25px 15px;
}
body#wfx2015 hgroup h1 {
    color: #000;
    font-size: 40px;
    font-weight: bold;
    letter-spacing: -1px;
    line-height: 16px;
}
body#wfx2015 hgroup h2 {
	color: #000;
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 28px;
}
section.wfx {
    border-right: 1px solid #ddd;
    float: left;
    padding-right: 40px;
    width: 70%;
}
section.wfx > article {
	border-bottom: 1px #e2e2e2 solid;
	float: left;
	padding: 20px 0px;
	width: 100%;
}
section.wfx > article:last-child {
	border-bottom: 0px;
}
section.wfx > article p {
	text-align: justify;
}
section.wfx > article h2, section.wfx > article h3.alt {
	background: #010101 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 8px;
    padding: 6px 15px 11px !important;
    width: 97.3%;
}
section.wfx > article h2,
section.wfx > article h3 {
	font-weight: bold;
}
section.wfx > article img.full {
	border: 1px #000 solid;
	width: 100%;
}
section.wfx > article img.profile {
    float: left;
    margin: 0px 15px 0px 0px;
    max-width: 100%;
    width: 169px;
    border: 1px solid #000;
}
section.wfx > article div {
	float: left;
	margin: 0px;
}
.wfx p {
	float: left;
}
.wfx + aside {
	float: right;
    text-align: right;
    width: 25%;
}
.wfx + aside .callout {
	background: #000;
	padding: 25px;
}
.wfx + aside .callout h1, .wfx + aside .callout h2 {
	color: #fff;
}
.wfx + aside .callout h1 {
	font-size: 50px;
    font-weight: bold !important;
    letter-spacing: -1px;
    line-height: 1.0em;
}
.wfx + aside .callout h1 a {
	color: #fff;
    font-size: 0.9em;
    text-decoration: none;
}
.wfx + aside .callout h2 {
	border-top: 8px solid #b5b5b5;
    color: #fff;
    font-size: 24px;
    line-height: 32px;
    margin-top: 8px;
    padding-top: 20px;
}
.wfx + aside .callout h2 a {
	color: #fff;
	text-decoration: none;
}
.wfx + aside .map {
	border: 1px solid #b5b5b5;
    margin: 30px 0;
}
.wfx + aside a.directions {
	background: #000 none repeat scroll 0 0;
    color: #fff;
    font-size: 20px;
    padding: 8px 25px;
    text-decoration: none;
}
body#wfx2017 hgroup h2 span,
hgroup.wfx h2 span {
	background: #000000; 
	color: #ffffff; 
	font-size: 1em;
	font-style: italic; 
	font-weight: bold; 
	letter-spacing: 0.02em; 
	padding: 1px 25px; 
	display: inline-block;
}
body#wfx2017 h2 {
	font-size: 1.5em;
}
body#wfx2017 h2 > span {
	font-size: 1.3em;
	line-height: 1.3em;
}
body#wfx2018 header h1 {
	display: none;
}
hgroup.wfx h1 {
	font-size: 2.8em;
	line-height: 1.2em;
}
hgroup.wfx h2 {
	font-size: 1.45em;
}
section.wfx article h2 {
	font-size: 1.5em;
}

/* Event Pages */
.event-info {
    border-right: 1px solid #ddd;
    padding-right: 40px;
    float: left;
	width: 65%;
}
.event-info h2, .event-info h2:first-child {
	background: #000;
	font-size: 1.7em;
	color: #fff;
	text-transform: uppercase;
	padding: 10px 15px;
	letter-spacing: 0.03em;
}
.event-info ul {
	padding: 0px;
	margin: 15px 0px;
	width: 100%;
	display: inline-block;
}
.event-info ul li {
	padding: 4px 0px;
	width: 100%;
	list-style: none;
	line-height: 1.8em;
	font-size: 1em;
}
.event-info + aside {
	width: 27%;
	display: inline-block;
	float: right;
}
aside .callout {
	background: #000;
	padding: 25px;
	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	box-sizing: border-box;
}
aside .callout h2 a {
	color: #fff;
	text-decoration: none;
}
aside .callout h2 a:hover {
	color: #fff;
	text-decoration: underline;
}
aside .map {
	border: 1px #000 solid;
	margin-top: 15px;
}
aside .directions {
	float: right;
	background: #000;
	color: #fff;
	padding: 4px 15px 6px;
	margin: 5px 0px;
	text-decoration: none;
	display: inline-block;
}
body#usitt-tour .entry .header h1 {
	display: none;
}

body#usitt-highlights aside .callout h2 {
	text-align: center;
}

/* Training Page */
body#training .section.training .videos {
	padding: 25px 0px;
}
body#training .section.training .videos .video .thumb img {
	background: #f3f3f3;
	border: 1px #ddd solid;
	margin: 15px auto;
	transition: all 0.2s ease;
}
body#training .section.training .videos .video .thumb img:hover {
	background: #f0f0f0;
	-webkit-box-shadow: 2px 2px 3px -1px rgba(0, 0, 0, 0.4);
	box-shadow: 2px 2px 3px -1px rgba(0, 0, 0, 0.4);
}

.header.main.with_bg.box.training {
	background: url("../jpg/training-and-resources.jpg");
}
.videos.box.alt .videos.box {
	border-top: 1px solid #ddd;
    margin: 0px !important;
    padding: 25px 0 !important;
}
.videos.box:first-child {
	border: 0px;
	margin: 0px !important;
	padding-top: 0px !important;
}
.section.training.alt:before {
	border-top: 0px;
}
.videos.box.alt .video.box {
	margin-bottom: 10px !important;
}
.videos.box.alt a.youtube {
	background: #000;
	border: 1px #000 solid;
	color: #fff;
	font-size: 12px;
    padding: 5px 15px;
    transition: all 0.3s ease;
}
.videos.box.alt a.youtube:hover {
	background: #fff;
	border: 1px #000 solid;
	color: #000;
	text-decoration: none;
}
.videos.box.alt .video.box iframe {
	background: #000;
	border: 1px #000 solid;
	margin: 8px auto;
}
header.title ul {
	float: right;
	margin-top: -34px;
}
header.title ul li {
    float: left;
    list-style: outside none none;
}
header.title ul li:first-child {
	padding-right: 20px;
}
header.title ul li a:hover {
	text-decoration: underline;
}
header.title ul li.doc a {
	background: url("../sml-doc.html") no-repeat scroll 0 3px;
    padding-left: 20px;
}
header.title ul li.pdf a {
	background: url("../sml-pdf.html") no-repeat scroll 0 3px;
	padding-left: 22px;
}

.save-and-print.btn{
    display: inline-block;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    padding: 10px 10px;
    border: 1px solid #ddd;
    background: #000;
    color: #fff;
    font-family: 'chaletparisnineteensixty', sans-serif;
}
.save-and-print.btn:hover{ background:#fff; color:#000; border: 1px solid #000; }


/* POP UP NEWSLETTER */

.fancyTrigger {
	display: none;
}
#newspop {
	background: url("../popup-bg.html") no-repeat top left;
	padding: 35px 30px 0;
	z-index:999;
	min-height: 400px;
	width: 750px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#newspop h2 {
	font-family: 'chaletparisnineteensixty', sans-serif;
	color: #fff;
	font-size: 4em;
	font-weight:normal;
	line-height: 1em;
	text-transform: uppercase;
	margin: 0px 0px .4em 0;
	padding: 0;
	letter-spacing: -0.02em;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
}
#newspop p {
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 1em;
	line-height: 1.7em;
	margin-bottom: 0;
	padding: 5px 0;
	width: 320px;
	display: block;
}
.popup-elements {
	position: relative;
    top: 96px;
}
.popup-elements p {
	font-family: "arial";
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 0;
    padding: 10px 0;
    width: 325px;
}
#newspop fieldset {
	border: 0px;
}
#newspop ul li {
	list-style: none;
}
#newspop input.name,
#newspop input.email, 
#newspop input.state, 
#newspop select {
    border: 1px solid #000;
    color: #000;
    font-family: arial;
    font-size: 14px;
    margin-bottom: 5px;
    padding: 6px 7px;
    position: relative;
    transition: all 0.3s ease 0s;
}
#newspop input.newslettersubmit {
    background: #77008c;
    border: 1px solid #520060;
    color: #fff;
    cursor: pointer;
    font-size: 15px;
    font-weight: normal;
    left: 0;
    letter-spacing: 0.06em;
    margin-top: 3px;
    padding: 3px 20px;
}
.newsletterfields {
	width: 450px;
}
#newspop input.name {
    width: 140px;
}
#newspop select {
    width: 156px;
}
#newspop input.state {
    width: 140px;
}
#newspop input.email {
    width: 299px;
}
#newspop INPUT[type="text"]::-webkit-input-placeholder {
  color: #000;
  opacity: 1;
}
#newspop INPUT[type="text"]::-moz-placeholder { /* Firefox 19+ */
  color: #000;
  opacity: 1;
}
#newspop INPUT[type="text"]:-ms-input-placeholder {
  color: #000;
  opacity: 1;
}
#newspop INPUT[type="text"]:-moz-placeholder { /* Firefox 18- */
  color: #000;
  opacity: 1;
}
#newspopselect option {
    color: #000;
    opacity: 1;
}
.popup-overlay {
	background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
    height: 100%;
    left: 0;
    margin: 0 auto;
    padding: 16% 33%;
    position: fixed;
    top: 0;
    width: 100%;
}
.photo-credit {
	font-size: 11px;
	margin: 0px;
}
.section.grid.gallery {
  padding: 0px 40px 0;
}
.dgd_stb_box.default .dgd_stb_box_close {
  top: 40px !important;
  right: -35px !important;
}
.photo-caption {
	float: left; width: 302px; display: inline-block; margin-top: 6px;
}
.photo-caption.left {
	float: left;
	margin-right: 25px; 
}
.photo-caption.right {
	float: right;
	margin-bottom: 10px;
	margin-left: 25px; 
}
.photo-caption img {
	border: 1px solid #000;
}
.photo-caption span {
	background: #000; color: #fff; display: inline-block; font-size: 0.9em; font-style: italic; font-weight: bold; line-height: 18px; margin-top: -25px !important; padding: 10px 20px;
}
ul.rma {
	padding: 0px;
	margin: 0px;
}
.rma li {
	list-style: none;
	padding: 8px 0px;
	margin: 0px;
}
.rma li a.pdf {
	background: rgba(0, 0, 0, 0) url("../png/pdf-doc.png") no-repeat scroll 0 1px;
    color: #000;
    display: inline-block;
    margin: 6px 0;
    padding: 0 25px;
    text-decoration: none;
}
.rma li a.pdf:hover {
	text-decoration: underline;
}
.sm-links {
	clear: both;
	display: inline-block;
	padding: 0px !important;
}
.sm-links li {
	float: left;
	list-style: none;
	margin-right: 10px;
}

/* Marketing Support Checkboxes */
.clicktoshowprod span.wpcf7-list-item {
	margin-left: 0px;
}
.form_field .option-container {
	display: inline-block;
	margin-bottom: 3em;
	width: 100%;
}
.wpcf7-form div.form_field.showwhencheck span {
    display: block;
    margin: 0px;
}
.wpcf7-form-control.wpcf7-checkbox {
	display: inline-block;
	margin-left: 0px;
}
.wpcf7-list-item label{
	width: 40%;
	float: left;
	font-size: 1em;
	display: inline-block;
	text-align: left;
	padding: 5px 0px;
}
.wpcf7-checkbox .wpcf7-list-item input[type="checkbox"] {
    float: left;
    width: auto;
    padding: 0px;
    display: block;
    margin: 5px 8px 0px 0px;
    -webkit-appearance: checkbox;
    box-sizing: border-box;
}

/* ChamSys Control Banner */
#chamsys_banner {
	background-image: url("../chamsys-banner.html");
	background-position: right center;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #000;
	box-sizing: border-box;
	padding: 2em 3em;
	width: 1570px;
	max-width: 100%;
	height: 300px;
	margin: 1em;
	position: relative;
	display: inline-block;
}
#chamsys_banner .logo {
	display: block;
	margin-top: 2em;
	width: 408px;
	max-width: 100%;
}
#chamsys_banner h2 {
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 1em;
	font-weight: normal;
	display: inline-block;
	line-height: auto;
	margin: 3.2em 0em 0em;
}
#chamsys_banner a.text-link {
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 1em;
	font-weight: normal;
	float: right;
	text-decoration: none;
	margin: 3.2em 0em 0em;
}
#chamsys_banner h2, #chamsys_banner a.text-link {
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
}

/*
	USITT 2019 Landing Page
-----------------------------------------------------------------	*/
#usitt-2019 .entry .header h1 {
	font-size: 54px;
}
.sessions {
	float: left;
	display: block;
	clear: both;
	width: 60%;
}
.sessions p {
	line-height: 1.8em;
	font-size: 1.1em;
}
.sessions article {
	margin-bottom: 4em;
}
.sessions img {
	margin-bottom: 0px;
}
.sessions h2 {
	padding: 8px 0px;
}
.sessions h3 {
	padding-top: 0px;
}
.sessions hr {
	background: #000;
	height: 1px;
	border: 0px;
	margin: 1em 0;
}
.sessions + aside {
	float: right;
	width: 32%;
}
.sessions + aside {
	text-align: right;
}
.sessions + aside h2 {
	font-size: 1.7em;
	line-height: 1em;
}

/*
	Hanson Inc. Additions
-----------------------------------------------------------------	*/
.results_wrapper .online_info {
	flex-wrap: wrap;
}
/*  */
.product-downloads li a {
	display:flex;
	align-items:center;
	gap:5px;
}
/* Gravity Forms */

#footer .gform_body input[type="email"] {
    width: 100%;
    font-family: inherit;
    font-size: 11px;
    font-weight: bold;
    color: #fff;
    padding: 0 8px;
    background: none;
    border: 1px solid #282828;
    outline: none;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    font-family: "Open Sans", sans-serif;
    flex:auto;
    text-transform:uppercase;
}

#footer .gform_body input[type="submit"] {
    font-size: 11px;
    font-weight: bold;
    color: #464646;
    text-transform: uppercase;
    letter-spacing: -0.5px;
    padding: 0 8px;
    background: #fff;
    border: 1px solid #fff;
    cursor: pointer;
    outline: none;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    font-family: "Open Sans", sans-serif;
}

#footer .gform_fields {
    gap:0;
    display:flex;
    width: 100%;
}

#footer .gfield--type-email {
    width: 100%;
}

#footer .gform_body input[type="submit"]:hover {
    border-color:#fff;
    color:#fff;
    background:transparent
}

#footer #gfield--type-submit {
	width:100%;
	flex:.5
}
#footer .gfield--type-email {
	width:100%;
	flex:1;
}

#main .gform_button:not(#hop-gate),
#main .gform_body button[type="button"]:not(#hop-gate) {
    background: black;
    color:white;
    font-family:"Open Sans", sans-serif;
    text-transform:uppercase;
    font-weight:700;
    border-radius:0;
    border:2px solid black;
}

#main .gform_button:hover:not(#hop-gate),
#main .gform_body button[type="button"]:not(#hop-gate):hover {
    color:black;
    background:white;
    border:2px solid black;
}

#main .gform_body input,
#main .gform_body select{
    border-radius:0!important
}

#rss_subscribe .gform_body input[type="email"] { 
    width: 100%; 
    font-family: inherit; 
    font-size: 11px; 
    font-weight: bold; 
    color: #000; 
    padding: 0 8px; 
    background: none; 
    border: 1px solid #282828; 
    outline: none; 
    -webkit-appearance: none; 
    -webkit-border-radius: 0;
    border-radius: 0; 
    font-family: "Open Sans", sans-serif; 
    flex:auto; 
    text-transform:uppercase; 
} 
#rss_subscribe .gform_body input[type="submit"] { 
    font-size: 11px; 
    font-weight: bold; 
    color: #fff; 
    text-transform: uppercase; 
    letter-spacing: -0.5px; 
    padding: 0 8px; 
    background: #000; 
    border: 1px solid #000; 
    cursor: pointer; 
    outline: none; 
    -webkit-appearance: none; 
    -webkit-border-radius: 0; 
    border-radius: 0; 
    font-family: "Open Sans", sans-serif; 
} 
#rss_subscribe .gform_fields { 
    gap:0; 
    display:flex; 
    width: 100%; 
} 
#rss_subscribe .gfield--type-email { 
    width: 100%; 
} 
#rss_subscribe .gform_body input[type="submit"]:hover { 
    border-color:#fff; 
    color:#fff; 
    background:transparent 
} 
#rss_subscribe #gfield--type-submit { 
    width:100%; 
    flex:.5 
} 
#rss_subscribe .gfield--type-email { 
    width:100%; 
    flex:1; 
}
/*  */

.cc-banner {
	display: flex;
	gap: 15px;
	align-items: center;
	margin-bottom: 1rem;
	padding-bottom: 1rem;
	border-bottom: 1px solid #ddd;
	width: 100%;
}

.cc-logo {
	max-width: 90px;
	max-height: 90px;
	margin: 0;
}

.cc-content {
	margin: 0;
	flex: 1; /* lets the copy take up available space */
}

.cc-content p {
    margin: 0;
}

.cc-buttons {
	display: flex;
	flex-direction: column;
	gap: 5px;
}

.cc-store-badge {
	margin: 0;
	width: 175px;
	height: auto;
}
  

.cc-group {
    display: flex;
    gap: 15px;
    align-items:center;
}

@media (max-width:720px) {
    div#chauvet-connect {
        flex-direction: column;
    }
}
