/**
* 2007-2015 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
*  @author    PrestaShop SA <contact@prestashop.com>
*  @copyright 2007-2015 PrestaShop SA
*  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*
* Don't forget to prefix your containers with your own identifier
* to avoid any conflicts with others containers.
*/

#module-stlookbook-look #left_column, #module-stlookbook-gallery #left_column, #module-stlookbook-lookdetail #left_column {
	display: none;
}

@media (min-width: 479px) {
	#module-stlookbook-look #center_column, #module-stlookbook-gallery #center_column, #module-stlookbook-lookdetail #center_column {
		width: 100% !important;
	}
}

#galleries {
	clear: both;
	overflow: hidden;
    /* width: 960px; */
    margin: auto;
    max-width: 100%;
}

#galleries .gallery_item {
	width: 540px;
	max-width: 100%;
	float: none;
	margin: 30px 30px;
	position: relative;
}

#galleries .gallery_item a {
	position: relative;
}

#galleries .gallery_item p {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#galleries .gallery_item img {
	display: inline-block;
	width: 100%;
	height: auto;
}

#galleries .gallery_item p span.seethegallery {
    font-family: "GothamHTF";
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
    padding: 0px 10px;
    display: inline-block;
    background-color: #85a1c8;
    position: absolute;
    letter-spacing: 0.15em;
    top: 45px;
}

#galleries .gallery_item p span.gallery_name {
	font-family: 'PonaDisplayW03';
	color: #000;
	font-weight: 300;
	font-size: 2.7em;
	display: inline-block;
	padding: 35px 65px;
	background-color: rgba(255, 255, 255, 1);
}

#looks .look_item {
	position: relative;
	margin-bottom: 30px;
	display: inline-block;
	padding: 5px 5px;
    vertical-align: top;
    margin-right: 20px;
}

#looks .look_item img, #look img {
	max-width: 100%;
	height: auto;
}

#looks .second_name {
	color: #fff;
	font-family: 'GothamHTF';
	font-size: 16px;
	text-transform: uppercase;
	position: absolute;
	left: 65px;
	top: 115px;
}

#looks .second_name span {
	display: inline-block;
	padding: 10px 15px;
	background-color: #85a1c8;
}

#looks .name {
    color: #000;
    font-family: 'Verdana';
    font-size: 15px;
    font-weight: 700;
    /* text-transform: capitalize; */
    position: absolute;
    /* left: 15px; */
    bottom: 52px;
    display: block;
    width: 100%;
}

#looks .name span {
	display: inline-block;
	padding: 15px;
	background-color: rgba(255, 255, 255, 1);
	font-family: 'PonaDisplayW03';
	font-size: 27px;
	color: #333;
	font-weight: 300;
}

#looks .see_look {
    color: #fff;
    font-family: 'Verdana';
    font-size: 14px;
    position: absolute;
    /* right: 10px; */
    bottom: 95px;
    display: block;
    width: 100%;
}

#looks .see_look span {
	display: inline-block;
	font-family: "GothamHTF";
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
    padding: 0px 10px;
    background-color: #85a1c8;
    letter-spacing: 0.15em;
}

#looks .look_price {
	color: #000;
	font-family: 'Verdana';
	font-size: 12px;
	position: absolute;
	font-style: italic;
	left: 15px;
	bottom: 20px;
	display: none;
}

#looks .look_price span {
	display: inline-block;
	padding: 5px 10px;
	background-color: rgba(255, 255, 255, 1);
}

#look .name {
	text-align: center;
	color: #000;
	font-family: 'Verdana';
	text-transform: uppercase;
	font-size: 18px;
}

#look .second_name {
	text-align: center;
	color: #716f6f;
	font-size: 16px;
	font-family: 'GothamHTF';
}

#look .look_title {
	font-family: 'GothamHTF';
	color: #000;
	font-size: 16px;
}

#look #listing_view {
	padding-top: 0 !important;
}

#galleries h2, #looks h2 {
	font-size: 30px;
}

#looks h2 {
	z-index: 10;
	color: #fff !important;
	font-family: 'PonaDisplayW03';
	font-weight: 300;
	font-size: 50px;
	text-shadow: 1px 2px 4px rgba(0,0,0,.3);
}

#bangallery_container {
	display:flex;
	justify-content:center;
	align-items:center;
	width:100%;
	position: relative;
	/*min-height: 400px;*/
}

#bangallery {
	width: 100%;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
}

#look {
	padding-top: 10px;
}

#looks {
	text-align: center;
	padding-top: 10px;
}

#toTop {
	position: fixed;
	right: 30px;
	bottom: 30px;
	display: inline-block;
	width: 30px;
	height: 30px;
	cursor: pointer;
}

#toTop img {
	max-width: 100%;
	height: auto;
}

@media (max-width: 479px) {
	#looks .see_look {
		bottom: -10px;
	}

	#looks {
		width: 375px;
    	margin-left: -42px;
	}
	#looks .look_item {
		padding: 5px 0;
		margin-bottom: 10px;
	}

	#galleries .gallery_item {
		max-width: 100%;
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}

	#galleries .gallery_item img {
		width: 100%;
		height: auto;
	}

	#toTop {
		bottom: 10px;
		right: 10px;
	}
}

#module-stlookbook-gallery h1 {
font-family: 'PonaDisplayW03';
font-weight: 300;
	font-size: 46px;
	color: #000;
	text-align: center;
}

#module-stlookbook-gallery span.gallery_subtitle {
font-family: "GothamHTF";
	font-size: 15px;
	text-transform: uppercase;
	color: #898989;
	text-align: center;
	display: block;
	margin-bottom: 40px;
}

.item_is_gallery .gallery_name {
	font-family: 'PonaDisplayW03';
	font-size: 50px;
	font-weight: 300;
	color: #fff;
	text-shadow: 1px 2px 4px rgba(0,0,0,.3);
    position: relative;
    top: -180px;
    text-align: center;
    display: block;
}

.item_is_gallery .seethegallery {
	display: inline-block;
    font-family: "GothamHTF";
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
    padding: 0px 10px;
    background-color: #85a1c8;
    letter-spacing: 0.15em;
    position: relative;
    top: -120px;
}

.desc_gallery {
	font-family: 'GothamHTF';
    font-size: 15px;
    padding-top: 70px !important;
    text-transform: uppercase;
    color: #898989;
    text-align: center;
    max-width: 30%;
}

.desc_gallery .gallery_name {
	font-family: 'PonaDisplayW03';
    font-weight: 300;
    font-size: 45px;
    color: #000;
    margin-bottom: 30px;
    text-transform: none;
}

@media (max-width: 765px) {
	#galleries .gallery_item p span.gallery_name {
		display: block;
		text-align: center;
	}
	#galleries .gallery_item p span.seethegallery {
		display: block;
		top: 80px;
    	left: 41%;
	}

	#module-stlookbook-look #looks {
		width: 100% !important;
	}

	#module-stlookbook-look #looks .look_item {
		margin-right: 0;
	}
}
.video-gallery{
	margin-top: 30px;
}

.module-stlookbook-look iframe .vp-title .sub-title{
                display: none!important;
            }
