body, html
{
	padding:0;
	margin:0;
	overflow-x:hidden;
}

.cstoriesContainer
{
	max-width:1280px;
	font-family:Open Sans;
	margin:auto;
	overflow:hidden;
}

.cstoriesYTVideo
{
	margin-bottom:20px;
}

.cstoriesText, .cstoriesFullText
{
	font-weight:700;
	
	margin-left:15%;
	margin-right:15%;
	margin-top:70px;
	
	font-size:18pt;
	line-height:26pt;
	text-align:center;
}

.cstoriesTextLine
{
	width:196px;
	height:6px;
	background-color:#000;/*#8a1602;*/
	margin-top:40px;
	margin-bottom:30px;
	margin-right:auto;
	margin-left:auto;
}

.cstoriesShare
{
	text-align:center;
}

.cstoriesPortrait
{
	width:100%;
	height:auto;
	
}
.cstoriesPortrait img
{
	width:100%;
}

.cstoriesVerbatim
{
	
	color:#fff;
	font-style:italic;
	font-weight:300;
	font-size:16pt;
	line-height:20pt;
	width:80%;
	margin:auto;
	background-color:#dfc3c2;/*#aeacaa;*/

	text-align:center;
	background-image:url(../content_common/blogQuoteLeft.png?$staticlink$);
	background-repeat: no-repeat;
	background-position: 30px 30px;
	padding:30px;
	margin-top:-50px;
	max-width:600px;
	position:relative;
	z-index:1;
	margin-bottom:30px;
}

.cstoriesVerbatimText
{
	padding-top:50px;
	padding-bottom:50px;
	background-image:url(../content_common/blogQuoteRight.png?$staticlink$);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.cstorieVerbatimUp { display:none; }
.cstorieVerbatimDown { display:none; }


/*------------------------*/
.cstoriesProductContainer, .cstoriesProductContainer2 
{
	width:100%;
}

.cstoriesProduct
{
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
	margin-bottom:20px;
}

.cstoriesProduct img
{
	margin-top:200px;
	margin-bottom:0px;
	
	width:100%;
}

.cstoriesBlockProduct
{
	margin:0px;
	margin-top:-20px;
	background-color:#fff;
	padding-top:20px;
	padding-bottom:20px;
}

.cstoriesProductSpace
{
	height:40px;
}

.cstoriesNameProduct
{
	font-weight:700;
	font-size:12pt;
	line-height:14pt;
	width:100%;
	margin-bottom:10px;
	text-align:center;
}

.cstoriesDescribProduct
{
	width:90%;
	margin-left:10%;
	font-weight:300;
	font-size:10pt;
}


.cstoriesShopButton
{
	margin-top:50px;
	text-align:center;
	font-weight: 700;

}
.cstoriesShopButton a
{
	background-color:#000;
	color:#fff;
	font-size:14pt;
	text-decoration:none;
	padding:8px 20px;
}

.cstoriesBlockProduct
{
	padding-right:5%;
	padding-left:5%;
}

/*---------------------*/

.cstoriesFullPhoto
{
	width:100%;
}
.cstoriesFullPhoto img
{
	width:100%;
}

/*---------------------*/

.cstoriesPush
{
	width:100%;
	text-align:center;
	margin-bottom:20px;
}
.cstoriesPush img
{
	width:100%;
	margin-bottom:-6px;
}



/*---------------------*/
.cstoriesVerbatimPhoto
{
	
	color:#fff;
	font-style:italic;
	font-size:18pt;
	font-weight:300;
	line-height:22pt;
	width:80%;
	margin:auto;
	background-color:#bfbcb6;

	text-align:center;
	background-image:url(../content_common/storyQuoteLeft.png?$staticlink$);
	background-repeat: no-repeat;
	background-position: 30px 30px;
	padding:30px;
	margin-top:-50px;
	max-width:600px;
	position:relative;
	z-index:1;
	margin-bottom:30px;
	
}


.cstoriesVerbatimTextPhoto
{
	padding-top:50px;
	padding-bottom:50px;
	background-image:url(../content_common/storyQuoteRight.png?$staticlink$);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.cstoriesPortraitLink
{
	position:absolute;
	transform-origin:50% 100%;
	transform:translateY(-100%);
	background-color:rgba(255, 255, 255, 0.6);
	margin-left:20px;
	margin-top:-20px;
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	opacity:0;
	transition:opacity .2s;
}

.cstoriesPortraitLink:hover
{
	opacity:1;
}


.cstoriesPortraitLink a
{
	color:#000;
	text-decoration:none;
}
h1, h2
{
    font-size: inherit !important;
    line-height: inherit !important;
    position: inherit !important;
    font-weight: inherit !important;
    margin-top: inherit !important;
    -webkit-transition: inherit !important;
    transition: inherit !important;
    text-align: inherit !important;
    text-transform: inherit !important;
}

h1::after, h2::after {
    background-color: inherit !important;
}

.cstoriesTextTitle
{
	

	font-size:20pt;
}

.cstoriesTextSub
{

	font-size:18pt;
	font-weight:300;
}



.cstoriesFullText
{
	font-size:12pt;
}

.cstoriesFullText a
{
	color:#d1acaa;
	text-decoration:none;
}


.cstoriesPortraitLink
{
	position:absolute;
	transform-origin:50% 100%;
	transform:translateY(-100%);
	background-color:rgba(255, 255, 255, 0.6);
	margin-left:20px;
	margin-top:-20px;
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	opacity:0;
	transition:opacity .2s;
}

.cstoriesPortraitLink:hover
{
	opacity:1;
}

.cstoriesPortraitLink div
{
	transform-origin:50% 50%;
	margin-left: 12%;
    margin-right: 12%
}

.cstoriesPortraitLink a
{
	color:#000;
	text-decoration:none;
	font-weight: 800;
	font-size: 11pt;
}


@media (min-width: 750px)
{
	
	
	.cstorieVerbatimUp
	{ 
		display:block;
		margin-top: -15px;
		margin-bottom: -15px;
		transition:opacity .3s;
	}
	
	.cstorieVerbatimDown
	{ 
		display:block;
	    margin-top: 3px;
		transition:opacity .3s;
	}

	
	.cstoriesProfile
	{
		height:600px;
		max-width:1280px;
		margin:auto;
		display:table;
		position:relative;
		margin-bottom:20pt;
		width:100%;

	}
	
	.cstoriesText
	{
		display:table-cell;
		width:33%;
		padding-top:0;
		padding-bottom:0;
		padding-left:3%;
		padding-right:3%;
		margin:0;
		font-size:12pt;
		vertical-align:middle;
		height:100%;
	}
	
	.cstoriesPortrait
	{
		width:auto;
		top:0px;
		margin-right:auto;
		
		display:table-cell;
		width:35%;
		height:100%;
		vertical-align:middle;
		
	}
	.cstoriesPortrait img
	{
		width:100%;
		vertical-align:middle;
	}
	
	.cstoriesVerbatim
	{
		width:30%;
		position:absolute;
		right:6%;
		top:50%;
		font-size:14pt;
		line-height:16pt;
		
		margin-top:-20px;
		transform:translate(0%,-50%);
		background-size: 50px;
	}
	
	.cstoriesVerbatimText
	{
		background-size: 50px;
		padding-top:20px;
		padding-bottom:20px;
	}
	
	
	/* cut vertim long*/
	
	.cstoriesLongVerbatim
	{
		height:250px;
		overflow:hidden;
	}
	
	.cstoriesLongVerbatimText
	{
		height:190px;
		overflow:hidden;
		
	}
	
	.cstoriesVerbatimTextContent
	{
		height:155px;
		overflow:hidden;
	}
	
	.cstoriesVerbatimTextBox
	{
		transition:margin-top .3s;
	}
	
	/* ---------------- */	
	
	.cstoriesVerbatimPhoto
	{
		width:50%;
		max-width:500px;
		background-size: 50px;
	}
	
	.cstoriesVerbatimTextPhoto
	{
		background-size: 50px;
		padding-top:20px;
		padding-bottom:20px;
	}
	
	
	.cstoriesProductContainer
	{
		width:33.3%;
		float:left;
	}
	
	
	.cstoriesProductContainer1
	{
		width:33.3%;
		margin-left:auto;
		margin-right:auto;
	}
		
	.cstoriesProduct
	{
		margin-left:4%;
		margin-right:4%;
	}
	
	.cstoriesBlockProduct
	{
		padding-right:10px;
		padding-left:10px;
	}
	
	.cstoriesDescribProduct
	{
		font-size:7pt;
	}
	.cstoriesShop
	{
		display: table;
		width: 100%;
	}
	
	.cstoriesShopButton a
	{
		font-size:10pt;
	}
	
	.cstoriesNameProduct
	{
		font-size:8pt;
		line-height:10pt;
	}
	
	
	.cstoriesShopButton
	{
		margin-top:20px;
	}
	
	.cstoriesPush div
	{
		width:33.3%;
		float:left;
		margin-bottom:20px;
	}
	
	.cstoriesPush img
	{
		width:92%;
	}
	
	.cstoriesFullPhoto, .cstoriesProfile, .cstoriesShop, .cstoriesFullText, .cstoriesYTVideo
	{
		margin-bottom:80px;
	}
}
