/* CSS Document */
/**
 * 3 column
 */
body
{
	
}

#container
{
	width:978px;
    margin: 0px auto;
    position: relative;
	/*background-image:url("../images/core/960-grid.png");
	background-repeat:repeat-y;*/
}

/* HOME PAGE */
#content #home-panel,
#content #home-panel .panel-left,
#content #home-panel .panel-right,
.swiper-container-left,
.swiper-container-right {
	height: 599px;
}


.single-lookbook-image #lookbook .lookbook-image-gallery,
#lookbook .thumbnails
{
	width:310px !important;
}


/**/
.newsposts li:nth-child(3n+3),
.lookbook-image-gallery .lookbook-image:nth-child(2n+2),
#categories li:nth-child(3n+3)
{
	margin-right:0px;
}

#the-look-elements #categories li:nth-child(3n+3)
{
	margin-right:4px;
}

#the-look-elements #categories li:nth-child(2n+2)
{
	margin-right:0px;
}


/* Preview */
#ymcgallery.preview-large .ymc-image-gallery li:nth-child(4n+4) {
	margin-right: 4px;
}
#ymcgallery.preview-large .ymc-image-gallery li:nth-child(3n+3) {
	margin-right: 0px;
}


#product-details .overview
{
	width:308px;
}

#lookbook .description
{
	margin-left:314px;
}
.single-lookbook-image .lookbook-image-gallery {
	margin-left: 0px;
}
.single-lookbook .lookbook-image-gallery .lookbook-image:nth-child(2n+2)
{
	margin-right:0px !important;
}



/**
 * Home page layouts
 */

/* ---------------------------- 4 panels row ---------------------------- */
.layout-post-4_panels_row .image-1,
.layout-post-4_panels_row .image-2,
.layout-post-4_panels_row .image-3,
.layout-post-4_panels_row .image-4 {
	width: 232px;
}
.layout-post-4_panels_row .image-3,
.layout-post-4_panels_row .image-4 {
	width: 231px;
}

/* ---------------------------- 3 panels row / vertical ---------------------------- */
.layout-post-3_panels_row .image-1,
.layout-post-3_panels_row .image-2,
.layout-post-3_panels_row .image-3,
.layout-post-3_panels_vertical .image-1,
.layout-post-3_panels_vertical .image-2,
.layout-post-3_panels_vertical .image-3 {
	width: 310px;
	height: 291px;
	float: left;
	position: relative;
}
.layout-post-3_panels_vertical .image-1,
.layout-post-3_panels_vertical .image-2,
.layout-post-3_panels_vertical .image-3 {
	height: 598px;
}
	.layout-post-3_panels_row .image-2 img,
	.layout-post-3_panels_vertical .image-2 img {
		width: 310px;
		height: auto;
	}

.layout-post-3_panels_vertical .text {
	width: 310px;
}

/* ---------------------------- 3 panels 50/50 ---------------------------- */
.layout-post-3_panels_5050 .main-hero,
.layout-post-3_panels_5050 .image-1 {
	width: 467px;
	height: 598px;
	overflow: hidden;
}
.layout-post-3_panels_5050 .image-1,
.layout-post-3_panels_5050 .image-2 {
	width: 467px;
	height: 297px;
	overflow: hidden;
}

/* ---------------------------- 3 panels 30/60 ---------------------------- */
.layout-post-3_panels_3060 .main-hero {
	width: 624px;
	height: 599px;
}
.layout-post-3_panels_3060 .image-1,
.layout-post-3_panels_3060 .image-2 {
	width: 310px;
	height: 297px;
}
.layout-post-3_panels_3060 .image-2,
.layout-post-3_panels_3060 .image-2 img {
	height: 298px;
}

/* ---------------------------- 2 panels 50/50 split ---------------------------- */
.layout-post-2_panels_split_5050 .image-1,
.layout-post-2_panels_split_5050 .image-2 {
	width: 467px;
	height: 599px;
}

/* ---------------------------- 1 panel hero ---------------------------- */
.layout-post-1_panel_hero {
	width: 938px;
	height: 585px;
}
.layout-post-1_panel_hero .text {
	right: 35px;
}

/* ---------------------------- Slider horizontal ---------------------------- */
.royalSlider.home_slider_horizontal {
	height: 375px !important;
}

