@font-face{
	font-family:'Arsenal-Bold';
	src:url('../fonts/Arsenal-Bold.otf'),
	url('../fonts/Arsenal-Bold.eot') format('eot'),
	url('../fonts/Arsenal-Bold.woff') format('woff'),
	url('../fonts/Arsenal-Bold.ttf')  format('truetype'),
	url('../fonts/Arsenal-Bold.svg#svgFontName') format('svg');
}
@font-face{
	font-family:'Arsenal-BoldItalic';
	src:url('../fonts/Arsenal-BoldItalic.otf'),
	url('../fonts/Arsenal-BoldItalic.eot') format('eot'),
	url('../fonts/Arsenal-BoldItalic.woff') format('woff'),
	url('../fonts/Arsenal-BoldItalic.ttf')  format('truetype'),
	url('../fonts/Arsenal-BoldItalic.svg#svgFontName') format('svg');
	font-style:normal;
	font-weight:normal;
}
@font-face{
	font-family:'Arsenal-Italic';
	src:url('../fonts/Arsenal-Italic.otf'),
	url('../fonts/Arsenal-Italic.eot') format('eot'),
	url('../fonts/Arsenal-Italic.woff') format('woff'),
	url('../fonts/Arsenal-Italic.ttf')  format('truetype'),
	url('../fonts/Arsenal-Italic.svg#svgFontName') format('svg');
	font-style:normal;
	font-weight:normal;
}
@font-face{
	font-family:'Arsenal-Regular';
	src:url('../fonts/Arsenal-Regular.otf'),
	url('../fonts/Arsenal-Regular.eot') format('eot'),
	url('../fonts/Arsenal-Regular.woff') format('woff'),
	url('../fonts/Arsenal-Regular.ttf')  format('truetype'),
	url('../fonts/Arsenal-Regular.svg#svgFontName') format('svg');
	font-style:normal;
	font-weight:normal;
}
@font-face{
	font-family:'YeahPapa YeahPapa';
	src:url('../fonts/YeahPapa YeahPapa.otf'),
	url('../fonts/Arsenal-Regular.eot') format('eot'),
	url('../fonts/Arsenal-Regular.woff') format('woff'),
	url('../fonts/Arsenal-Regular.ttf')  format('truetype'),
	url('../fonts/Arsenal-Regular.svg#svgFontName') format('svg');
	font-style:normal;
	font-weight:normal;
}

*{
	margin:0;
	padding:0;
}

body{
	background:url('../img/Svitoch_BG.jpg') no-repeat,
	url('../img/chainOf_BG.jpg') repeat;
	background-position:top;
	background-attachment: fixed;
	font-family: 'Arsenal-Regular';
	font-size:14px;
	color: #522a1f;
}

header{
	width:100%;
	left: 0;
	position: fixed;
	top: 0;
	z-index: 999;
	background:#65352b;
	background: linear-gradient(to top, #4d261c, #65352b);
}

header.u_is_admin{
	top: 32px;
}

.wrapForMenu{
	width:100%;
	margin:0 auto;
	position:relative;
	text-align: center;
	padding: 10px 0;
}

.wrapForMenu ul li{
	list-style:none;
	display:inline-block;
	vertical-align: middle;
	color:#e2cf9a;
	font-family:'Arsenal-Bold';
	text-transform:uppercase;
	border-right:solid 2px #e2cf9a;
	font-size:22px;
	padding: 0 15px 0 0;
	margin: 6px 5px;
}

.wrapForMenu ul li a{
	text-decoration:none;
	color:#e2cf9a;
}

.wrapForMenu ul li a.active{
	text-decoration:underline;
}

.wrapForMenu ul li a:hover{
	text-decoration:underline;
	color:#e2cf9a;
}

.wrapForMenu ul li:last-child{
	border-right:none;
}

.forHr{
	height:5px;
	background:red;
	background: radial-gradient(#e9d395, #aa8a56);
	border:none;
	box-shadow:0px 3px 20px 0px rgb(0,0,0);
	position:relative;
	z-index:20;
}

.clear{
	clear: both;
}

.forChokoType{
	width:100%;
	height:285px;
	margin:0 auto;
	top: 60px;
	background:url('../img/chokoLogo.png') no-repeat top center;
	background-size: contain;
	position:absolute;
	z-index:16;
}

.forChokoType.u_is_admin{
	top: 92px;
}

.wrapForMenu_adapt{
	display: none;
}

.chokoAndCoffee{
	width:100%;
	height:300px;
	margin:0 auto;
	background:url('../img/chokoAndCoffee.png') no-repeat;
	background-position:center;
	position: fixed;
	bottom:-320px;
	z-index:20;
}

.chokoAndCoffee.fixed{
	position: fixed;
	left: 0;
	bottom: 10px;
	transition: bottom 1.5s;
}

.chokoAndCoffee.nofixed{
	position: fixed;
	bottom:-320px;
	transition: bottom 1s;
}

.wrappForContent{
	width:70%;
	overflow: hidden;
	max-width: 1080px;
	background: #ddc593 url('../img/pageBG.jpg') repeat-y;
	background-size: 100% auto;
	margin: 0 auto;
	z-index:15;
	position:relative;
	padding-top: 405px;
	padding-bottom: 90px;
	top:-1px;
	box-shadow:0 1px 4px rgba(0, 0, 0, .3),
	-23px 0 20px -23px rgba(0, 0, 0, .8),
	23px 0 20px -23px rgba(0, 0, 0, .8),
	0 0 40px rgba(0, 0, 0, .1) inset;
}

.wrappForContent.u_is_admin{
	padding-top: 407px;
}

.contentBlock img{
	position:relative;
	margin: 0 2.5%;
}
.adaptChocoType{
	display:none;
}


.secondChokoStr{
	width:95%;
	position:relative;
	top:-30px;
}

.firstChokoStr{
	width:95%;
	position:relative;
	margin-left:2.5%;
	margin-right:2.5%;
}

/*popup*/

.contentBlock h2{
	font-family:'Arsenal-Bold';
	text-align: center;
	color:#522a1f;
	font-size:1.2em;
	text-transform: uppercase;
	position:relative;
	top:30px;
}

.bgopacity{
	background-color:rgba(0,0,0,.7);
	height:100%;
	position:fixed;
	width:100%;
	top:0;
	z-index: 9997;
	left:0;
}


.modal{
	background: #ecdfc4;
	padding-bottom: 14px;
	position: fixed;
	left: 50%;
	top: 50px;
	margin-left: -335px;
	z-index: 9998;
	width: 670px;
}

.leftcolum {
	float:left;
	width:30%;
	margin-top:82px;
}
.leftcolum img{
	width:100%;
	height:auto;
}

.rightcolum{
	float:right;
	width:70%;

}
.modal h2 {
	color: #4d2f2d;
	font-size:4em;
	font-family:'YeahPapa YeahPapa';
	text-transform:uppercase;
	padding-top: 15px;
	padding-left: 14%;
}

.note{
	position:relative;
	width:90%;

}

.note img{
	width:90%;
	height:236px;
}

.note h3{
	position:absolute;
	width:60%;
	top:15%;
	left:25%;
	color:#522a1f;
	font-size:1.6em;
	font-family: 'Arsenal-Italic';
}
.rightcolum p{
	text-transform:uppercase;
	color:#522a1f;
	font-size:1.4em;
	font-family:'Arsenal-Bold';
	margin-top:14px;
	margin-left:14%;
}

.modalsocial{
	margin-top:10%;
	text-align: center;
}
.modalsocial img{
	width:14%;
	display: inline-block;
	vertical-align: middle;
	margin: 0 5% 10px 5%;
	height:auto;
	cursor: pointer;
}

/*windows2*/
.windows2{
	padding: 20px;
	background:#ecdfc4;
	color:#522a1f;
	font-family:'Arsenal-Bold';
	position: fixed;
	left: 50%;
	top: 50px;
	margin-left: -335px;
	z-index: 9998;
	width: 670px;
	text-align: center;
}
.windows2 h3{
	font-size:2.1em;
	margin: 20px 0 30px 0;
	text-align: center;
	text-transform: uppercase;
}

.wp-social-login-provider img{
	display: inline-block;
	width: 50px;
	height: auto;
	margin: 10px 8px !important;
}

label {
	display: inline-block;
	cursor: pointer;
	position: relative;
	padding-left: 35px;
	font-size: 24px;
	text-transform: uppercase;
}

label:before {
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	position: absolute;
	left: 0;
	background-color: transparent;
	border:3px solid #522a1f;
}

input[type="checkbox"]{
	display:none;
}

input[type=checkbox]:checked + label:before {
	content: "\2713";
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
	font-size: 35px;
	color: #522a1f;
	text-align: center;
	line-height: 15px;
}
.windows2 img{
	margin: 30px 0 20px 0;
	max-width: 100%;
}

/*****winner******/
.winer{
	width:536px;
}
.winner h2{
	text-align: center;
	color:#522a1f;
	font-family:'Arsenal-Bold';
	font-size:1.7em;
	margin-bottom: 15px;
}

.week{
	width:100%;
}

.week h4{
	margin-top:-30px;
	color:#412118;
	font-size:1.6em;
	text-align: center;
	font-family:'Arsenal-Regular';
	font-weight: normal;

}

.wrapper{
	position: relative;
	z-index: 21;
	margin: 50px auto 50px auto;
	width: 100%;
	max-width: 600px;
}

.block1{
	display: inline-block;
}

.circle img{
	position:relative;
	width: 100px;
	height: 100px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	background-position: center;
}
.block1 img{
	margin-left: 90px;
}

.block1 img:last-child{
	margin-right: 0px;
}

.block1 p{
	font-size:1.4em;
	color:#522a1f;
	font-family:'Arsenal-Bold';
	text-transform: uppercase;
	text-align: left;
	margin-top:16px;
	margin-left:60px;
}
/***winner end***/

/*****rate****/

.topic{
	background: url('../img/chocolate.png') no-repeat center;
	background-size:contain;
	width:33%;
	height:114px;
	float:left;
	text-align: center;
	font-family:'Arsenal-Bold';
	font-size:15px;
	position:relative;
}

.topic h4{
	text-transform: uppercase;
	color:#e2cf9a;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
}

.topic.mini h4{
	padding-top: 42px;
}

.topic.middle h4{
	padding-top: 32px;
}

.topic.big h4{
	padding-top: 22px;
}

.topic h4 span{
	text-transform: none;
}

.list,.wish, .number{
	width: calc(31.333% - 60px);
	min-height: 38px;
	display: inline-block;
	vertical-align: middle;
	color:#483221;
	text-transform: uppercase;
	font-size:16px;
	padding: 0 0 20px 60px;
	font-family:'Arsenal-Bold';
	text-align: center;
}



.stroke{
	background: url('../img/chockStripAround.png') no-repeat bottom center;
	background-size: contain;
	width: 100%;
	height:160px;
	position:relative;
	margin: 0 0 -40px 0;
}


/**/
footer{
	width:100%;
	height:40px;
	/*	background-color:#65352b; */
	position:fixed;
	z-index:2;
}

.no_decoration, .no_decoration:hover{
	text-decoration: none !important;
}

.topBlockBackground{
	margin-top: -170px;
}

.wrappForSocial_decrtext{
	font-family: "Arsenal-Regular";
}

.blockForShowName{
	font-family: "Arsenal-Bold";
}

.clearInSocial{
	width:100%;
	clear:both;
}

.firstP{
	color:#522a1f;
	text-align:center;
	font-family:'Arsenal-Bold';
	font-size:20px;
	margin-top: -15px;
	text-transform:uppercase;
}

.secondP{
	color:#522a1f;
	text-align:center;
	font-family:'Arsenal-Bold';
	font-size:22px;
	text-transform:uppercase;
}

/*Стили для блока с соц. группами*/
.wrappForSocial{
	width:100%;
	position:relative;
	padding-left: 3%;
	margin-top: -60px;
}

.wrappForSocial{
	text-align: center;
}

.wrappForSocial img{
	position:relative;
}

.partOne{
	width:25%;
	float:left;
	text-align:center;
	margin-left:3%;
}

.partOne p{
	font-size:14px;
	margin-left:35px;
	margin-right:35px;
	margin-top:5px;
}

.firstSocial{
	width:60px;
	height:auto;
	margin-left:30%;
}

.socialArrow{
	height:128px;
	display: inline-block;
	float: left;
}

.adaptSocArrw{
	display:none;
}

.partTwo{
	width:25%;
	float:left;
}

.partTwo img{
	margin-top: 8px;
	width:60px;
	height:auto;
}

.partTwo p{
	`	font-size:14px;
	margin-top:10px;
}

.thirdSocial{
	width:70px;
	height:auto;
	margin-left:30%;
	margin-top:17px;
}

.partThree{
	width:25%;
	float:left;
}

.partThree p{
	font-size:14px;
	margin-left:35px;
	margin-right:35px;
	margin-top:5px;
}

.fifeSocial{
	margin-left:30%;
	height:auto;
	width:54px;
}
/*Блок с выбором участника*/
.BlWithChokoCirc{
	width:355px;
	height:98px;
	background:url('../img/chokocCrkle.png') no-repeat;
	background-position:center;
	background-size:cover;
	position:relative;
	margin: 30px auto 0 auto;
}

.BlWithChokoCirc:hover{
	opacity: 0.8;
}

.BlWithChokoCirc p{
	font-size:24px;
	position:relative;
	padding-top:39px;
	font-family: "Arsenal-Regular";
	font-weight: bold;
	padding-left:20px;
	text-align: center;
	color:#65352b;
}

.BlWithChokoCirc.mini p{
	font-size:30px;
	padding-top:40px;
}

/*Блок который будет показывать имя участника*/
.blockForShowName{
	position:relative;
	display:none;
	width:90%;
	height:120px;
	background-color:rgba(181, 179, 180, 0.8);
	text-align:center;
	padding: 60px 5% 0 5%;
	font-size:24px;
}

.blockForShowName p{
	color:#fff;
}

.adaptNamePaticipant{
	display:none;
}

/*Стили для талона свиточа и счетчика*/
.blockWithPhoto{
	height:auto;
	position: relative;
	text-align: center;
	opacity: 0;
}

.blockWithPhoto img{
	position: absolute;
	bottom: -20px;
	width: 40%;
	height: auto;
	left: -12%;
}

.blockWithPhoto p{
	position:absolute;
	top:98%;
	text-align: center;
	z-index:10;
	display: block;
	width: 100%;
	color:#522a1f;
}

/*Блок с фото учатников*/
.tile1{
	display: inline-block;
	vertical-align: top;
	width:20%;
	height:180px;
	position:relative;
	margin-top:40px;
	margin-left:2.5%;
	margin-right:1%;
}

.blockWithPhoto_link{
	text-decoration: none;
}

.blockWithPhoto_link:hover .forSvitochTalon{
	display:none;
}

.blockWithPhoto_link:hover p{
	top:40px;
	z-index:10
}

.blockWithPhoto_link:hover .blockForShowName{
	display:block;
}

.blockWithPhoto_link:hover .blockForShowName p{
	color:#fff;
	margin-left: -10px;
}

.blockWithPhoto_counter{
	text-align: right !important;
	margin-top: 10px;
	font-weight: bold;
	padding-right: 20px;
	width: calc(100% - 20px) !important;
}

.blockWithPhoto_link:hover .blockWithPhoto_counter{
	top: calc(100% - 4px);
}

.thirdBlock{
	width: 33%;
	float: right;
	margin-right: 3%;
	margin-top: -50px;
}

.topBlockBackground{
	top:18%;
	position:relative;
}

.headerText{
	font-size:28px;
	text-transform:uppercase;
	font-family: 'Arsenal-Bold';
	color: #522a1f;
	text-align: center;
}

.namePaticipant{
	float:left;
	font-size:28px;
	margin-right:11px;
	color: #65352b;
	font-weight: bold;
	margin-left:80px;
}

.SecNamePaticipant{
	float:left;
	font-size:28px;
	color: #65352b;
	font-weight: bold;
	text-transform:uppercase;
}

.secondChokoStr{
	position:relative;
	top:-20px;
}

.firstBlock{
	float:left;
	width: 38%;
	margin-top:26px !important;
	margin: 10px 0 0 80px !important;
}

.secondBlock{
	position:relative;
	float:left;
	width: 30%;
	margin: 0 0 0 -15%!important;
}

.overPaticInThirdBlock{
	margin-top:15px;
	text-decoration:none;
	margin-bottom: 30px;
	text-align: center;
}

.InformationAboutPaticipant{
	position: relative;
}

.overPaticInThirdBlock p{
	font-size:28px;
	text-transform:uppercase;
	text-decoration:none;
	color:#522a1f;
	display: inline-block;
	vertical-align: middle;
}

.overPaticInThirdBlock img{
	position:relative;
	display: inline-block;
	vertical-align: middle;
}

.textInThirdBl{
	font-size:23px;
	text-transform:uppercase;
	color: #65352b;
	text-align: center;
}

.nextTextBlInThirdBl{
	margin-top:10px;
	color: #65352b;
	font-size:70px;
	text-align: center;
}

.headerText{
	position:relative;
	top:-15px;
}

.firstChokoStr{
	width:95%;
	position:relative;
	margin-left:2%;
	margin-right:2.5%;
	left:0.5%;
	top:-15px;
}

.secondChokoStr{
	width:90%;
	position:relative;
	top:-35px;
}

/*Ѕлока с выбором участника*/
.BlWithChokoCirc{
	width:253px;
	height:100px;
	background:url('../img/chokocCrkle.png') no-repeat;
	background-position:center;
	background-size:contain;
	position:relative;
	margin:0 auto;
	color:#3f2017;

}

.textInCircle{
	font-size:24px;
	position:relative;
	padding-top:45px;
	font-weight:bold;
	padding-left:20px;
	text-transform:uppercase;
}

.wrappForNoteBL{
	position:relative;
	font-family:'Arsenal-BoldItalic';
	font-size:16px;
	text-align:left;
	line-height:1.4;
}

.noteBl1 img{
	position:relative;
	width:32%;
	float: left;
	height:auto;
	margin: 0 3% 5px 3% !important;
}

.noteBl1 p{
	padding-left: 24%;
	width: 70%;
	padding-top: 40px;
}


.noteBl1{
	display: inline-block;
	vertical-align: top;
	width:29%;
	min-height: 176px;
	background:url('../img/bgInNoteBl.png') no-repeat;
	background-position: top center;
	background-size:contain;
	position:relative;
	margin: 10px 2% 10px 2%;

}

.chocoStrip{
	text-align: center;
}

.textBeforeChocoStrip{
	text-transform:uppercase;
	text-align:center;
	font-size:25px;
	color:#522a1f;
	position:relative;
	padding: 50px 15% 0 15%;
	margin-bottom: -15px;
	width: 70%;
}

.chocoStrip img{
	display: inline-block;
	width: 96%;
}

.leftBlWithChoco{
	float:left;
	width:40%;
	height:auto;
}

.leftBlWithChoco img{
	display: block;
	width: 100%;
	height: auto;
}

.blockWithChocoType1{
	display: none;
}

.blockWithChocoType1.active{
	display: block;
}

.rightBlWithChoco{
	float:left;
	width:60%;
	text-align: center;
}

.firstTile{
	width:15%;
	display: inline-block;
	vertical-align: middle;
}

.firstTile:hover{
	opacity: 0.8;
}

.firstTile.active{
	background: url('../img/groundForChoco.png') no-repeat bottom center;
	background-size: contain;
}

.firstChoco{
	height:auto;
	width: 60%;
	margin-right:15px;
	position:relative;
	top: 1px;
	left:2px;
	z-index:10;
}

.wrappForSlider{
	position:relative;
	top:60px;
}

.leftArrow{
	position:relative;
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
	left: -7px;
}

.chocoTile{
	background: url('../img/chocoTile.png') no-repeat center;
	background-size: contain;
	width: 280px;
	display: none;
	vertical-align: middle;
	height: 180px;
}

.chocoTile.active{
	display: inline-block;
}

.chocoTile p{
	position:relative;
	color:#fff;
	font-family:'Arsenal-BoldItalic';
	font-size:18px;
	padding: 36px 38px 0 30px;
	text-align:center;
}

.rightArrow{
	position:relative;
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
}

.recent{
	width:280px;
	height:126px;
	display: block;
	margin: 70px auto 0 auto;
	left: -15px;
	background:url('../img/chokocCrkle.png') no-repeat;
	background-position:center;
	background-size:contain;
	position:relative;
	text-align: center;
}

.recent p{
	position:relative;
	text-transform:uppercase;
	font-size:26px;
	color:#522a1f;
	top: 50px;
}

.mainBottomBl{
	position:relative;
	margin: 60px auto 0 auto;
	width: 60%;
}

.bottomBlock{
	width:100%;
	max-width: 520px;
	height:300px;
	background:url('../img/note.png') no-repeat;
	background-position: top center;
	background-size:contain;
	margin:0 auto;
}

.bottomBlock p{
	position:relative;
	font-family:'Arsenal-Italic';
	font-size:28px;
	text-align:left;
	display: block;
	padding-top: 70px;
	padding-left: 150px;
}

.bottomImg{
	position:relative;
	float:left;
	width: 30%;
	height: auto;
	display: block;
	top: -25px;
}

.block1 img{
	margin: 0 auto;
	position: relative;
	display: block;
}
.block1 p{
	margin: 10px 0 30px 0;
	text-align: center;
}
.block1{
	width: 32%;
	vertical-align: top;
}

article{
	padding: 20px 40px;
	margin-top: -50px;
}

article h1, article h2, article h3, article h4{
	top: 0 !important;
	margin-bottom: 15px;
	margin-top: 20px;
}

.windows2_container{
	position: relative;
}

.windows2_close{
	position: absolute;
	top: -70px;
	right: -50px;
	width: 60px;
	height: 60px;
	background: url('../img/windows2_close.png') no-repeat center;
	background-size: contain;
}

.windows2_close.part_2{
	top: -30px;
	right: -30px;
	cursor: pointer;
}

.load_more{
	display: inline-block;
	margin: 30px auto;
	cursor: pointer;
}

.load_more:hover{
	text-decoration: underline;
}
.blockWithPhoto .mobile_forTextInShowBl {
	display: none;
}
.member_single_video_text {
	text-align: left;
	float: left;
	font-size: 20px;
	margin-right: 11px;
	color: #65352b;
	font-weight: bold;
	margin-left: 40px;
}
.member_video_iframe {
	width: 30%;
	position:relative;
	margin-left: 2%;
	display: inline-block;
	float: left;
}
.member_video_iframe iframe {
	border: none;
}
img.member_video_image {
	width: 100%;
}
.b-popup {
	width: 100%;
	min-height: 100%;
	background-color: rgba(0,0,0,0.7);
	overflow: hidden;
	position: fixed;
	top: 0px;
	z-index: 99999;
}
.b-popup .b-popup-content_video {
	margin: 20% auto 0px auto;
	max-width: 900px;
	width: 600px;
	position: relative;
	text-align: center;
}
.b-popup-content_video iframe {
	border: none;
}
#popup_membre_video {
	display: none;
}
input#s::-webkit-input-placeholder {
	color: #483221;
}

input#s {
	padding-left:110px;
	background: transparent;
	width: 55%;
	height: 45px;
	border: none;
	min-height: 38px;
	display: inline-block;
	vertical-align: middle;
	color: #483221;
	font-size: 20px;
	margin-bottom: 15px;
	font-family: 'Arsenal-Bold';
	background-image: url(../img/under_search.png);
}
#s input:focus {
	border: none;
}
.input_s_img {
	position: absolute;
	top: -40px;
}
input#s:focus {
	outline: none;
}

.member_video_iframe:after{
	background-image: url(../img/play_button.png);
	position: absolute;
	left: 37%;
	top: 17%;
	content: " ";
	height: 100px;
	z-index: 999;
	width: 100px;
	cursor: pointer;
}

#popup_membre_video_close {
	color: #aaa;
	float: right;
	margin-right: 10px;
}
#popup_membre_video_close img{
	height: 35px;
}
.text_sv_up_footer {
	text-align: center;
	font-size: 16px;
	color: #65352b;
	font-weight: bold;
	margin: 5px 0px;
}

/* START MAIN MEW */
.svitoch_left_header.tiramisu, .svitoch_right_header.cappuccino {
	width: 37%;
	display: inline-block;
	vertical-align: top;
}
.svitoch_left_header.strawberry, .svitoch_right_header.banana {
	width: 31%;
	display: inline-block;
	vertical-align: top;
}
.svitoch_left_header.truffel, .svitoch_right_header.peach {
	width: 29%;
	display: inline-block;
	vertical-align: top;
}
.left_header_img.img_tiramisu, .left_header_img.img_strawberry, .left_header_img.img_truffel,
.right_header_img.img_cappuccino, .right_header_img.img_banana, .svitoch_right_header.img_peach {
	width: 100%;
}





img.left_header_img {
	vertical-align: top;
}
img.right_header_img {
	vertical-align: top;
}
.svitoch_left_header_img {
	width: 34%;
	margin-top: 20px;
	vertical-align: top;
	display: inline-block;
}
.svitoch_right_header_img {
	width: 34%;
	margin-top: 20px;
	vertical-align: top;
	display: inline-block;
}
.svitoch_logo_header_img {
	width: 31%;
	vertical-align: top;
	display: inline-block;
}
.svitoch_logo_header_img img{
	width: 100%;
}

/* Hover position */


.wrappForContent.svitoch_front_wrappForContent {
	padding-top: 56px;
	position: relative;
	width: 70% !important;
}
.svitoch_front_topBlockBackground {
	margin-top: -110px;
}



.hover_header_chocolate {
	display: none;
	z-index: 20;
}
.hover_header_chocolate.chocolate_tiramisu {
	position: absolute;
	top: 15px;
	left: 12%;
}
.hover_header_chocolate.chocolate_strawberry {
	position: absolute;
	top: 15px;
	left: 23%;
}
.hover_header_chocolate.chocolate_truffel {
	position: absolute;
	top: 15px;
	left: 33%;
}
.hover_header_chocolate.chocolate_peach {
	position: absolute;
	top: 15px;
	right: 34%;
}
.hover_header_chocolate.chocolate_banana {
	position: absolute;
	top: 15px;
	right: 24%;
}
.hover_header_chocolate.chocolate_cappuccino {
	position: absolute;
	top: 15px;
	right: 13%;
}


img.left_header_img.img_tiramisu:hover + .hover_header_chocolate.chocolate_tiramisu {
	display: block;
}
img.left_header_img.img_strawberry:hover + .hover_header_chocolate.chocolate_strawberry {
	display: block;
}
img.left_header_img.img_truffel:hover + .hover_header_chocolate.chocolate_truffel {
	display: block;
}

img.svitoch_right_header.img_peach:hover + .hover_header_chocolate.chocolate_peach {
	display: block;
}
img.right_header_img.img_banana:hover + .hover_header_chocolate.chocolate_banana {
	display: block;
}
img.right_header_img.img_cappuccino:hover + .hover_header_chocolate.chocolate_cappuccino {
	display: block;
}

img.hover_header_img_chocolate {
	width: 160px;
}
.winner_svitoch_xfaktor img {
	width: 140px;
	height: 140px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}