/*
	Theme Name: Emporio
	Theme URI: www.emporiodoaco.com
	Description: Emporio's Theme
	Version: 1.0
	Author: Romain Archimbaud
	Author URI: http://64pixels.net
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
  margin: 0;
  background:#060606;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}
.btn-primary{
	background: #444;
	border:1px solid #000;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary:active:hover{
	background: #666;
	border:1px solid #000;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/
/* header */
.header {
	position: fixed;
	width: 100%;
	top:0;
	left: 0;
	background:#000;
  	z-index: 2;
}
/* nav */
.nav, .nav span{
	line-height: 50px;
}
.nav .fa{
	font-size: 21px;
	color:#fff;
	cursor: pointer;
	background: #000;
	position: relative;
	z-index: 2;
}
.nav .fa:hover{
	color:#818181;
}
.nav ul{
	margin-bottom: 0;
}
.nav .menu-item {
	padding:0;
	color:#fff;
}
.nav .menu-item a{
	color:#fff;
	font-size: 15px;
}
.nav .menu-item:before{
	content:" - ";
	padding:0 5px;
	font-weight: bold;
}
.nav .menu-item-15:before{
	content: "";
	padding:0 0 0 5px;
}

/* menu open */
.nav .col-xs-8{
	position: relative;
}
.navbar-header{
	position: relative;
	z-index: 1;
	left: -110%;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}
.nav.open .navbar-header{
	left: 20px;
} 
.logo-img{
	margin-right: 15px;
}

/* langues */
#qtranslate-chooser{
	list-style: outside none none;
    margin-left: -5px;
    padding-left: 0;
    float:right;
    margin-right: 10px;
}
#qtranslate-chooser > li{
	display: inline-block;
}
#qtranslate-chooser > li:before{
	content:" / ";
	padding:0 5px;
}
#qtranslate-chooser > li:first-child:before{
	content: "";
}
#qtranslate-chooser a{
	color:#818181;
}
#qtranslate-chooser li.active a, #qtranslate-chooser a:hover{
	color:#fff;
}

/* audio */
#audioplayback.paused{
	color:#818181;	
}
#audioplayback:hover, #audioplayback.paused:hover{
	color:#fff;
}
#audioplayback.paused:before{
	content: "\f026";
}

/* footer */
.footer {
  padding: 3% 5%;
  text-align: center;
  background-color: #000;
  color: white;
}
.footer p{
	margin-bottom: 0;
}
.footer .fa{
	font-size: 26px;
	padding:0 10px 30px;
}

/*------------------------------------*\
    tabs
\*------------------------------------*/
.nav-tabs, .nav-tabs > li > a,
.nav-tabs, .nav-tabs > li.active > a, 
.nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus,
.nav > li > a:hover, .nav > li > a:focus{
	border:none;
	background:none;
}
.nav-tabs, .nav-tabs > li > a{
	color:#818181;
}
.nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus,.nav-tabs, .nav-tabs > li.active > a{
	color:#fff;
}
.nav-tabs > li{
	float:none;
	display: inline-block;
}


/*------------------------------------*\
    slider
\*------------------------------------*/
.pager{
	text-align:center;
	position: absolute;
	bottom: 10px;
	width: 100%;
	z-index: 2
}
.pager-item{
	width: 10px;
	height: 10px;
	background:#777777;
	display: inline-block;
	margin:0 5px;
	border-radius: 50%;
	cursor: pointer;
}
.pager-item.active{
	background:#fff;
}

/*------------------------------------*\
	Common
\*------------------------------------*/
section, .bs_container, .videolink {
  width: 100%;
  padding: 0;
  display: table;
  margin: 0;
  max-width: none;
  height: 100vh;
  position: relative;
  z-index: 1;
  line-height: 24px;
}
main section .scroll, .page-id-18 main section:first-child .scroll{
	display: none;
}
main section:first-child, main section:first-child .bs_container{
	height: 90vh;
}
main section:first-child .scroll{
	position: absolute;
	bottom: 5%;
	left:0px;
	width: 100%;
	z-index:2;
	font-size:10px;
	color:#fff;
	display: block;
	text-align:center;
	letter-spacing: 1px;
}
.page-id-18 main section:first-child .scroll{
	display: none;
}

main section:first-child .fa-angle-down{
	font-size: 21px;
}
.content {
  display: table-cell;
  vertical-align: middle;
}

section.has_tabs .nav-tabs{
	position: absolute;
	width: 100%;
	bottom: 2%;
	left: 0;
	text-align: center;
}
section.has_tabs .nav-tabs li{
	text-align: center;
	white-space: nowrap;
}
section h2, section h3{
	margin: 0 0 20px;
	text-align: left;
}
section.has_tabs .col-sm-4 img{
	border-right: 2px solid #fff
}
section.has_tabs .content{
	padding:10px 0;
}
section.gallery {
	padding:0 15px;
	height: auto;
}
section.gallery li[class^="col-"]{
	padding: 0;
}
section.gallery li.baseline{
	padding: 2% 5%;
	text-align: center;
	background-color: #fff;
	color: #000;
	text-transform: uppercase;
	font-weight: bold;
	font-size:16px;
}
section.gallery li.baseline span{
	padding:0 10px;
}
section.gallery ul{
	margin-bottom:0;
}
section.gallery figure{
	position: relative
	background:#000;
	overflow: hidden;
}
section.gallery figcaption{
	width: 100%;
	height: 100%;
	color:#fff;
	position: absolute;
	top:0;
	left:0;
	padding-top: 25%;
	text-transform: uppercase;
	font-weight: bold;
	display: none;
}
section.gallery a:hover img{
	opacity: .2;
	-o-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
section.gallery a:hover figcaption{
	display: block;
}


/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

/* Extra Small Devices, .visible-xs-* */
@media (max-width: 767px) {
	.nav, .nav span{
		line-height: 30px;
	}
    .nav, .nav a, .nav .menu-item a, .nav .fa-volume-up{
    	font-size: 12px;
    }
    .nav .col-xs-8, .nav .col-xs-4{
    	padding:0 5px;
    }
    .nav .menu-item:before{
    	content: "";
    	padding:0 0 0 5px;
    }
    .nav li{
    	display:none;
    }
    .nav.open .navbar-header{
    	left: 0;
    }
    .nav.open .menu-item, .nav.open li, .nav.open li:first-child{
    	display: block;
    	clear:left;
    }
    .logo-img{
    	width: 20px;
    	margin-left: 10px;
    	margin-right: 0;
    }
    section.has_tabs .nav-tabs{
    	position: static;
    	width: auto;
    }
    section.has_tabs .nav-tabs li{
    	display:block;
    	white-space: nowrap;
    }
    section.has_tabs .tab-content{
    	padding-top: 20px;
	}
	.bs_container.right img{
		left: auto !important;
		right:-100px;
	}
}
/* Smartphones (landscape) ----------- */
@media only screen and (min-device-width: 480px) and (max-device-width: 640px) and (orientation: landscape) {
    .bs_container.right img{
		left: auto;
		right:auto;
	}
}
/* Small Devices, .visible-sm-* */
@media (min-width: 768px) and (max-width: 991px) {
    .bs_container.right img{
		left: auto !important;
		right:-100px;
	}
	
}
/* Medium Devices, .visible-md-* */
@media (min-width: 992px) and (max-width: 1199px) {
    .nav.visible .navbar-header{
		left: 20px;
	} 
}
/* Large Devices, .visible-lg-* */
@media (min-width: 1200px) {
    .nav.visible .navbar-header{
		left: 20px;
	} 
}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#fff;
	color:#000;
	text-shadow:none;
}
::-webkit-selection {
	background:#fff;
	color:#000;
	text-shadow:none;
}
::-moz-selection {
	background:#fff;
	color:#000;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.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;
	}
	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;
	}
}

/* ------ Store Locator ------ */

.wpsl-store-location p .wpsl-street span{
	display: none !important;
	}
.wpsl-store-location span{
	display: none !important;
	}
.wpsl-store-location p strong {
	font-size: 14px;
	color: #FFF;
	}
#wpsl-result-list{
	background-color: rgba(0, 0, 0, 0.9);
    position: absolute;
    width: auto;
    margin: 20px 0 0 10px;
    padding: 0 5px 0 5px;
    }
 #wpsl-gmap {
    float: right;
    height: 650px; /*650px*/
    margin-bottom: 0;
    margin-top:20px;
    width: 100%;
    }   
#wpsl-result-list li p {
    padding-left: 0;
    margin: 0 0 5px;
    }
.wpsl-input div label{
  width: 190px;
  color: #A3A3A3;
  font-weight: 300;
}
.wpsl-input #wpsl-search-input{
	background-color: #333;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #818181;
    font-size: 14px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    margin-right: 0;
    width:283px;
}
.wpsl-search {
    background: #060606 none repeat scroll 0 0;
    margin-bottom: 12px;
    padding: 12px 12px 0;
}
#wpsl-stores ul li div{font-size: 12px;}
#wpsl-stores ul li div p a{color: #A3A3A3;}
.wpsl-directions{color: #A3A3A3;}
.wpsl-search-btn-wrap #wpsl-search-btn{
	color: #fff;
	background: #444;
	border: 1px solid #000;
    display: inline-block;
    margin-top: 0px;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    white-space: nowrap;
    padding: 8px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 3px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-right: 0;
}
.wpsl-default-filters .wpsl-search{
	width: 600px;
	margin:0 auto;
}

@media (max-width:570px){
	main h3{
		margin-top: 40px !important;
	}
	.wpsl-default-filters .wpsl-search{
		width: 100%;
	}
	.wpsl-search-btn-wrap{
		width: 100%;
	}
	#wpsl-search-btn{
		width: 100%;
	}
	#wpsl-result-list{
		width: 100%;
		margin: 20px 0 0 0;
    	padding: 0 15px 0 15px;
	}
	#wpsl-gmap{
		margin-top: 200px;
	}
	#wpsl-result-list #wpsl-stores{
		height: 170px !important;
	}
}
@media (max-width:676px){
	.wpsl-input div label{
  		width: 100%;
	}
/*@media (min-height: 768px){
	.wpsl-default-filters .wpsl-gmap-canvas div{
  		height: 70% !important;
	}*/
}