.contTeaserBlock{
	padding: 10px 0px;
	background: url(/Design/images/pinkTexture.jpg);
}
	.contTeaser_wrapper{
		width: 1000px;
		margin: 0px auto 0px;
		padding: 15px 50px 30px;
		text-align: center;
		background: white;
	}
		.contTeaserBlock h2{
			font-size: 36px;
			color: #ea6795;
		}
		.contTeaserBlock p{
			font-size: 18px;
			font-weight: 200;
			margin: 10px auto 20px;
		}
		.contTeaserBlock .ghostBtn{
			width: 370px;
			padding: 0px 15px;
		}
		.contTeaserBlock .ghostBtn.takePart{
			float: left;
			margin: 0px 0px 0px 70px;
		}
		.contTeaserBlock .ghostBtn.myWork{
			margin: 0px auto 0px;
		}
		.contTeaserBlock .ghostBtn.takePart.logined{
			display: none;
		}
		.contTeaserBlock .ghostBtn.myWork.logined{
			margin: 0px auto 0px;
			float: none;
		}


.contControlBlock{
/*	height: 670px;*/
	background: white;
	padding: 30px 0px;
}
	.contStepsList{
		width: 960px;
		margin: 15px auto 0px;
		list-style: none;
	}
		.contStepsList li{
			display: block;
			width: 80px;
			height: 80px;
			margin: 0px 80px 0px;
			float: left;
			cursor: pointer;
		}
		.contStepsList li[rel="0"]{
			background: url(/Design/images/contStep_1.png) no-repeat;
			background-position: -80px 0px;
			background-size: auto 100%;
		}
		.contStepsList li[rel="1"]{
			background: url(/Design/images/contStep_2.png) no-repeat;
			background-position: -80px 0px;
			background-size: auto 100%;
		}
		.contStepsList li[rel="2"]{
			background: url(/Design/images/contStep_3.png) no-repeat;
			background-position: -80px 0px;
			background-size: auto 100%;
		}
		.contStepsList li[rel="3"]{
			background: url(/Design/images/contStep_4.png) no-repeat;
			background-position: -80px 0px;
			background-size: auto 100%;
		}
		.contStepsList li.current{
			background-position: 0px 0px;
		}
		.contStepsList li.unclickable{
			opacity: 0.3;
			cursor: default;
		}
		.contStep_arrow{
			width: 144px;
			height: 48px;
			position: absolute;
			top: 0px;
			bottom: 0px;
			margin: auto;
			background: url(/Design/images/contStep_arrow.png) right top no-repeat;
			background-size: cover;
		}
		.contStep_arrow[rel="0"]{
			left: 168px;
		}
		.contStep_arrow[rel="1"]{
			left: 405px;
		}
		.contStep_arrow[rel="2"]{
			left: 650px;
		}
.pinkBtn.ozon{
	text-indent: -100px
}
.pinkBtn.ozon:before{
	content: '';
	display: block;
	width: 90px;
	height: 16px;
	position: absolute;
	top: 4px;
	bottom: 0px;
	left: 165px;
	margin: auto;
	background: url(/Design/images/logo_ozon.png) no-repeat;
	background-size: contain;
}



.contStep{
	display: none;
	width: 95%;
	height: 350px;
	margin: 0px auto 0px;
}
.prodGal{
	width: 1000px;
	height: 500px;
	margin: 20px auto 0px;
}
	.galItems_list{
		width: 100%;
		height: 100%;
		margin: 10px auto 0px;
	}
		.galItem{
			width: 100%;
			height: 100%;
			position: absolute;
			top: 0px;
			left: 0px;
			opacity: 0;
			z-index: 5;
		}
		.galItem.current{
			z-index: 15;
		}
		.galItem.preCurrent{
			z-index: 25;
		}
			.galItem .imgHolder{
				width: 35%;
				float: left;
				margin: 15px 0px 0px 30px;
			}
				.galItem .imgHolder img{
					display: block;
					width: 100%;
				}
			.galItem .prodText{
				width: 58%;
				float: right;
			}
				.galItem .prodText h1{
					font-size: 32px;
					font-weight: 200;
					line-height: 33px;
				}
				.galItem .prodText p{
					font-size: 20px;
					margin: 20px auto 30px;
				}
				.galItem .prodText .pinkBtn{	    
					width: 200px;
				}
	.galMarkers{
		list-style: none;
		position: absolute;
		bottom: 80px;
		left: 130px;
		z-index: 30;
	}
		.marker{
			width: 16px;
			height: 16px;
			border: 3px solid #ea6795;
			border-radius: 20px;
			margin: 0px 5px 0px;
			float: left;
			cursor: pointer;
		}
		.marker.current{
			background: #ea6795;
			cursor: default;
		}
	.prodGal .arrow{
		position: absolute;
		top: 200px;
	}
	.prodGal .arrow.left{
		left: -60px;
	}
	.prodGal .arrow.right{
		right: -60px;
	}


.contestAdd{
	width: 1200px;
	height: auto;
	margin: 15px auto 10px;
}
.introHeader{
	font-size: 32px;
	text-align: center;
	margin: 0px 0px 10px 0px;
}
.addWork_introText{
	text-align: center;
	margin: 20px auto 40px;
}
.addWorkBlock{

}
	.addWork_left{
		float: left;
	}
		.fakePhotoInput{
			width: 259px;
			height: 258px;
			background: url(/Design/images/photoLoad.jpg);
			background-size: contain;
		}
	.addWork_middle{
		width: 400px;
		float: left;
		margin: 0px 0px 0px 20px;
	}
		.formField{
			line-height: 30px;
			margin: 0px auto 10px;
		}
			.formField input[type="text"], .formField input[type="password"]{
				width: 270px;
				height: 30px;
				border: 2px solid #BEBEBE;
				border-radius: 3px;
				float: right;
				outline: none;
				font-family: 'Open Sans', sans-serif;
				font-size: 16px;
				-webkit-box-sizing: border-box;
				-moz-box-sizing: border-box;
				-ms-box-sizing: border-box;
				box-sizing: border-box;
				padding: 0px 5px;
			}
/*			.formField input[type="password"]{
				-webkit-text-security: disc;
			}*/
			.formField input[type="text"].wrong, .formField input[type="password"].wrong, .addWorkForm.wrong{
				border: 2px solid #EA6795;
				box-shadow: 0px 0px 5px #EA6795;
			}
			.formField span{
				display: block;
				font-family: 'Open Sans', sans-serif;
				font-size: 24px;
				line-height: 30px;
				color: #ea6795;
				text-transform: uppercase;
				float: left;
				margin: 0px 10px 0px 0px;
			}
			.formField input[type="text"].wrong, .formField input[type="password"].wrong{
				box-shadow: 0px 0px 5px red;
				outline: none;
			}
	.regSubmit{
		display: none;
	}

	.passChanged{
		width: 100%;
		height: 70px;
		position: fixed;
		top: 0px;
		left: 0px;
		z-index: 3000;
		font-family: 'Open Sans', sans-serif;
		font-size: 21px;
		font-weight: 200;
		line-height: 70px;
		text-align: center;
		background: url(/Design/images/pinkTexture.jpg);
	}


	.loginForm{
		width: 400px;
		margin: 10px auto 0px;
		text-align: center;
	}
		.loginForm .pinkBtn{
			width: 250px;
			margin: 10px auto 10px;
		}
		.remPass{
			font-family: 'Open Sans', sans-serif;
			color: #ea6795;
			text-decoration: none;
		}
		#js-loginError, .js-regErrorMessageHandler{
			color: red;
			font-size: 18px;
			font-weight: bold;
		}


	.workProd_select{
		width: 95%;
	}
		.workProd_select p{
			text-align: left;
			font-size: 24px;
			line-height: 30px;
			color: #ea6795;
			text-transform: uppercase;
		}
		.workProd_images{
			width: 120px;
			height: 100px;
			float: left;
			margin: 0px 0px 0px 20px;
		}
			.workProd_img{
				display: none;
				width: 100%;
			}
			.workProd_arrow{
				width: 0px;
				height: 0px;
				position: absolute;
				top: 40px;
				border-top: 10px solid transparent;
				border-bottom: 10px solid transparent;
				cursor: pointer;
				-webkit-user-select: none;
				-moz-user-select: none;
				user-select: none;
			}
			.workProd_arrow.left{
				border-right: 10px solid #ea6795;
				left: -15px;
			}
			.workProd_arrow.right{
				border-left: 10px solid #ea6795;
				right: -15px;
			}
		.workProd_names{
			display: table;
			width: 190px;
			height: 100px;
			float: right;
		}
			.workProd_select .workProd_name{
				display: none;
				font-size: 16px;
				color: black;
				text-transform: none;
				line-height: 18px;
				vertical-align: middle;
			}

	.addWork_right{
		width: 500px;
		float: right;
	}
		.addWorkForm{
			border: 2px solid #BEBEBE;
			border-radius: 3px;
			margin: 0px auto 0px;
		}
			.addWorkForm input{
				display: block;
				width: 100%;
				height: 30px;
				outline: none;
				font-family: 'Open Sans', sans-serif;
				font-size: 16px;
				-webkit-box-sizing: border-box;
				-moz-box-sizing: border-box;
				box-sizing: border-box;
				padding: 5px;
				font-weight: bold;
			}
			.addWorkForm textarea{
				display: block;
				width: 100%;
				height: 100px;
				resize: none;
				outline: none;
				font-family: 'Open Sans', sans-serif;
				font-size: 16px;
				-webkit-box-sizing: border-box;
				-moz-box-sizing: border-box;
				box-sizing: border-box;
				padding: 5px;
			}
			.addWorkForm *::-webkit-input-placeholder{
				font-family: 'Open Sans', sans-serif;
				font-size: 14px;
				color: #BEBEBE;
			}
			.addWorkForm *::-moz-placeholder{
				font-family: 'Open Sans', sans-serif;
				font-size: 14px;
				color: #BEBEBE;
				}/* Firefox 19+ */
			.addWorkForm *:-moz-placeholder{
				font-family: 'Open Sans', sans-serif;
				font-size: 14px;
				color: #BEBEBE;
				}/* Firefox 18- */
			.addWorkForm *:-ms-input-placeholder{
				font-family: 'Open Sans', sans-serif;
				font-size: 14px;
				color: #BEBEBE;
			}
			.symb{
				margin: 5px 5px 2px 0px;
				font-size: 16px;
				color: #6D6D6D;
				text-align: right;
			}
			.addWorkForm hr{
				display: block;
				width: 100%;
				height: 2px;
				border: none;
				background: #BEBEBE;
			}
		.rulesCheckbox{
			margin: 10px 0px 25px 20px;
			cursor: pointer;
		}
			.rulesCheckbox:before{
				content: '';
				display: block;
				width: 15px;
				height: 15px;
				position: absolute;
				top: 2px;
				left: -20px;
				background: url(/Design/images/checkbox.png) 0px 0px no-repeat;
			}
			.rulesCheckbox.checked:before{
				content: '';
				display: block;
				width: 15px;
				height: 15px;
				position: absolute;
				top: 2px;
				left: -20px;
				background: url(/Design/images/checkbox.png) -15px 0px no-repeat;
			}
			.rulesLink{
				color: #ea6795;
				text-decoration: underline;
			}
		.addWork_right .pinkBtn{

		}





.doneWorkBlock{
/*	min-width: 1100px;*/
}
.doneWorkBlock.clickable{
	cursor: pointer;
}
	.workPhotoHolder{
		width: 390px;
		height: 390px;
		float: left;
		background: url(/Design/images/photoLocker.jpg) center center no-repeat;
		background-size: cover;
	}
		.workPhotoHolder img{
			display: block;
			width: 100%;
		}
		.workFioBlock{
			padding: 20px 30px;
			color: white;
			font-family: 'Open Sans', sans-serif;
			text-align: center;
			overflow: hidden;
			position: absolute;
			bottom: 40px;
			left: 0px;
			right: 0px;
			background: rgba(0, 0, 0, 0.5);
		}
	.workInfo{
		width: 760px;
		float: right;
	}
		.workText{
			width: 440px;
			min-height: 160px;
			float: left;
		}
			.workText h1{
				width: 350px;
				margin: 0px 0px 40px 0px;
			}
		.wt_partImg{
			display: block;
			width: 100px;
			position: absolute;
			top: 0px;
			right: 0px;
		}
		.onModeration{
			font-family: 'Open Sans', sans-serif;
			font-size: 26px;
			color: #EA6795;
		}

	.workStatus{
		clear: both;
	}
		.workStatus .shareMenu{
			margin: 10px 50px 0px 200px;
			float: left;
			width: 255px;
		}
			.workStatus .shareMenu p{
				text-transform: none;
				color: #ea6795;
				width: 250px;
				text-align: left;
				font-weight: normal;
				font-size: 18px;
				top: 10px;
				left: -210px;
			}
			.workStatus .shareMenu li{
				margin: 0px 5px 0px;
			}
				.workStatus .shareMenu li a{
					display: block;
					width: 100%;
					height: 100%;
					background: url(/Design/images/socBtn_trans.png) no-repeat;
				}
				.workStatus .shareMenu li a.VK{
					background-position: -120px 0px;
				}
				.workStatus .shareMenu li a.OK{
					background-position: -180px 0px;
				}
				.workStatus .shareMenu li a.FB{
					background-position: -60px 0px;
				}
				.workStatus .shareMenu li a.TW{
					background-position: -0px 0px;
				}

		.workStatus .likeBlock{
			height: 52px;
			float: left;
		}
			.workStatus .likeIcon{
				width: 52px;
				height: 52px;
				background: url(/Design/images/likeIcon_pink.png) no-repeat;
			}
			.workStatus .likeCount{
				color: #ea6795;
			}

	.workPrizes{
		margin: 100px 0px 0px 0px;
		width: 320px;
		float: right;
	}
		.wPrize{
			float: left;
		}
		.curPrize{
			width: 155px;
			float: left;
		}
			.curPrize .prizeImg{
				width: 155px;
				height: 155px;
			}
			.curPrize .prizeImg[rel="1"]{
				background: url(/Design/images/present1.png) center center no-repeat;
				background-size: contain;
			}
			.curPrize .prizeImg[rel="2"]{
				background: url(/Design/images/present2.png) center center no-repeat;
				background-size: contain;
			}
			.curPrize .prizeImg[rel="3"]{
				background: url(/Design/images/present3.png) center center no-repeat;
				background-size: contain;
			}
		.mainPrize{
			width: 155px;
			float: right;
		}
			.mainPrize .prizeImg{
				width: 155px;
				height: 155px;
				background: url(/Design/images/present1.png) center center no-repeat;
				background-size: 60% 60%;
			}
			.wPrize p{
				text-align: center;
				font-size: 16px;
				color: #ea6795;
			}



.prizesStep{
	height: auto;
}

.prizesList{
	list-style: none;
	width: 930px;
	margin: 10px auto 0px;
}
	.prizesList li{
		width: 250px;
		margin: 0px 30px 0px;
		float: left;
	}
		.prizesList img{
			display: block;
			width: 100%;
		}
		.prizesList p{
			text-align: center;
		}
		.prizeName{
			font-weight: bold;
			font-size: 1.1em;
			white-space: nowrap;
		}

		.prizeName.nabor{
			left: -15px;
		}






.worksList_holder{
	padding: 30px 0px;
	background: url(/Design/images/pinkTexture.jpg);
}
	.cWork{
		display: none;
		width: 70%;
		min-height: 220px;
		margin: 0px auto 20px;
		padding: 0px 0px 20px 0px;
		background: white;
		cursor: pointer;
	}
	.cWork.short{
		cursor: default;
	}
	.cHeader_holder{
		height: 70px;
		background: #800a33;
	}
		.cHeader_holder h3{
			font-size: 21px;
			color: white;
			margin: 0px 320px 0px 250px;
			max-height: 56px;
		}
		.cText{
			margin: 20px 250px 0px 250px;
		}
		.cWork .pinkBtn{
			display: none;
			width: 300px;
			margin: 15px 0px 10px 250px;
			text-align: center;
		}
		.cWork .workPhotoHolder{
			width: 200px;
			height: 200px;
			position: absolute;
			top: 20px;
			left: 20px;
		}
			.cWork .workFioBlock{
				display: table;
				width: 100%;
				height: 45px;
				padding: 0px 5px;
				bottom: 20px;
				font-size: 14px;
				-webkit-box-sizing: border-box;
				-moz-box-sizing: border-box;
				box-sizing: border-box;
			}
				.cWork .workFioBlock .dCell{
					display: table-cell;
					vertical-align: middle;
				}
		.cImg{
			display: block;
			width: 150px;
			height: 120px;
			position: absolute;
			top: 90px;
			right: 50px;
		}
		.cImg[rel="0"]{
			background: url(/files/articles/764241710_work.png) no-repeat;
			background-size: contain;
		}
		.cImg[rel="1"]{
			background: url(/files/articles/114178367_work.png) no-repeat;
			background-size: contain;
		}
		.cImg[rel="2"]{
			background: url(/files/articles/524507407_work.png) no-repeat;
			background-size: contain;
		}
		.cImg[rel="3"]{
			background: url(/files/articles/528334610_work.png) no-repeat;
			background-size: contain;
		}
		.cImg[rel="4"]{
			background: url(/files/articles/44820388_work.png) no-repeat;
			background-size: contain;
		}
	.cWork .LIKE_LINK_NEW{
		position: absolute;
		left: 75%;
		top: 0px;
		height: 100%;
		padding: 0px 20px;
		cursor: default;
	}
		.LIKE_LINK_NEW .likeBlock{
			height: 46px;
			margin: 10px 0px 0px 0px;
			cursor: default;
		}
		.cWork .likeBlock.mayLike{
			cursor: pointer;
		}

	.worksList_holder .ghostBtn.white{
		width: 300px;
		margin: 0px auto 0px;
	}
	.cPlace{
		font-family: 'Open Sans', sans-serif;
		font-size: 48px;
		font-weight: bold;
		color: white;
		position: absolute;
		top: 80px;
		right: 102%;
	}
	.cPrize{
		width: 150px;
		height: 150px;
		position: absolute;
		top: -5px;
		right: -80px;
	}
	.cPrize[rel="1"]{
		background: url(/Design/images/present1.png) no-repeat;
		background-size: contain;
	}
	.cPrize[rel="2"]{
		background: url(/Design/images/present2.png) no-repeat;
		background-size: contain;
	}
	.cPrize[rel="3"]{
		background: url(/Design/images/present3.png) no-repeat;
		background-size: contain;
	}










.pinkBtn.wb {
    text-align: left;
    text-indent: 30px;
}
.pinkBtn.wb:before{
				content: '';
				display: block;
				width: 50px;
				height: 40px;
				position: absolute;
    top: -8px;
    bottom: 0px;
    left: 190px;
				margin: auto;
				background: url(/Design/images/logo_wb.png) no-repeat;
				background-size: contain;
			}















@media only screen and (max-width: 1440px){
.contControlBlock{
	padding: 15px 0px;
}

.contTeaser_wrapper {
	width: 850px;
	margin: 0px auto 0px;
	padding: 5px 10px 10px;
}
.contTeaserBlock h2{
	font-size: 23px;
	color: #ea6795;
}
.contTeaserBlock p{
	font-size: 16px;
	margin: 2px auto 10px;
}
.contTeaserBlock .ghostBtn{
	border: 1px solid #ea6795;
	padding: 0px;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	border-radius: 1px;
}
.contTeaserBlock .ghostBtn.takePart{
	width: 320px;
	margin: 0px 0px 0px 50px;
	padding: 0px;
}
.contTeaserBlock .ghostBtn.myWork{
	width: 320px;
	margin: 0px auto 0px;
	padding: 0px;
}

.galItems_list{
	margin: 20px auto 0px;
}

.prizeName.nabor{
			left: 0px;
		}
.pinkBtn.ozon:before{
	left: 90px;
}
.contStepsList{
	width: 600px;
}
	.contStepsList li{
		width: 50px;
		height: 50px;
		margin: 0px 50px 0px;
	}
	.contStepsList li[rel="0"]{
		background-position: -50px 0px;
	}
	.contStepsList li[rel="1"]{
		background-position: -50px 0px;
	}
	.contStepsList li[rel="2"]{
		background-position: -50px 0px;
	}
	.contStepsList li[rel="3"]{
		background-position: -50px 0px;
	}
	.contStepsList li.current{
		background-position: 0px 0px;
	}
	.contStep_arrow{
		width: 90px;
		height: 30px;
	}
	.contStep_arrow[rel="0"]{
		left: 105px;
	}
	.contStep_arrow[rel="1"]{
		left: 252px;
	}
	.contStep_arrow[rel="2"]{
		left: 405px;
	}



.introHeader{
	font-size: 24px;
}
.prodGal{
	width: 800px;
	height: 440px;
}
.galItem .imgHolder{
	margin: 10px 0px 0px 30px;
}
.galItem .prodText{
	width: 58%;
}
.galItem .prodText h1{
	font-size: 28px;
}
.galItem .prodText p{
	font-size: 16px;
	margin: 10px auto 20px;
}
.galItem .prodText .pinkBtn{
	width: 130px;
}
.galMarkers{
	bottom: 20px;
	left: 115px;
}
.marker{
	width: 10px;
	height: 10px;
	border: 2px solid #ea6795;
	margin: 0px 5px 0px;
}
.prodGal .arrow{
	position: absolute;
	top: 130px;
}

.loginForm{
	/*width: 360px;*/
}
.addWork_introText{
	margin: 10px auto 20px;
}
.contestAdd{
	width: 1040px;
}
.fakePhotoInput{
	width: 220px;
	height: 220px;
	overflow: hidden;
}
.js-autoImage{
    width: 100%;
}
.addWork_middle{
	width: 355px;
	margin: 0px 0px 0px 20px;
}
.formField span{
	font-size: 16px;
	line-height: 30px;
	margin: 0px 0px 0px 0px;
}
.workProd_select{
	width: 100%;
}
.addWork_right{
	width: 430px;
}
.worksList_holder{
	padding: 20px 0px;
}


.workPhotoHolder{
	width: 310px;
	height: 310px;
}
.workInfo {
	width: 700px;
}
	.workText{
		width: 420px;
		min-height: 120px;
	}
	.workText h1{
		width: 350px;
		margin: 0px 0px 20px 0px;
		font-size: 34px;
	}
.onModeration{
	font-size: 21px;
}
.workPrizes{
	width: 260px;
}
.mainPrize{
	width: 50%;
}
.curPrize{
	width: 50%;
}
	.curPrize .prizeImg, .mainPrize .prizeImg{
		width: 130px;
		height: 130px;
	}



.cWork{
	width: 80%;
}







.pinkBtn.wb {
    text-align: left;
    text-indent: 10px;
}
.pinkBtn.wb:before{
				content: '';
				display: block;
				width: 40px;
				height: 40px;
				position: absolute;
    top: 5px;
    bottom: 0px;
    left: 120px;
				margin: auto;
				background: url(/Design/images/logo_wb.png) no-repeat;
				background-size: contain;
			}
}













@media only screen and (max-width: 1366px){
.cHeader_holder h3{
	margin: 0px 200px 0px 250px;
}
}





@media only screen and (max-width: 1200px){
.contTeaser_wrapper{
	width: 80%;
	margin: 0px auto 0px;
	padding: 15px 25px 25px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	background: white;
}
	.contTeaserBlock .ghostBtn, .contTeaserBlock .ghostBtn.takePart, .contTeaserBlock .ghostBtn.myWork{
		width: 290px;
	}
	.contTeaserBlock .ghostBtn.takePart{
		margin: 0px 0px 0px 40px;
	}
	.contTeaserBlock .ghostBtn.myWork{
		margin: 0px auto 0px;
	}


.prodGal{
	margin: 50px auto 0px;
}
.galMarkers{
	bottom: 30%;
	left: 14%;
}
.introHeader{
	font-size: 24px;
	line-height: 28px;
}


.contestAdd{
	width: 720px;
	margin: 50px auto 10px;
}
	.addWork_middle{
		width: 400px;
		margin: 0px 0px 0px 60px;
	}
	.addWork_right{
		width: 100%;
		margin: 20px 0px 0px 0px;
		float: none;
		clear: both;
	}

.contestAdd.prizesStep{
	width: 100%;
}
.curWorkBlock{
	width: 95%;
	margin: 50px auto 10px;
}

.cWork .LIKE_LINK_NEW{
	left: 73%;
}
.cHeader_holder h3{
	font-size: 17px;
	margin: 0px 200px 0px 250px;
}

.prizesList{
	width: 660px;
	margin: 10px auto 0px;
}



.prizesList li{
	width: 200px;
	margin: 0px 10px 0px;
}
	.prizesList p{
		font-size: 14px
	}
}






@media only screen and (max-width: 1200px){
.workInfo .LIKE_LINK_NEW .likeBlock {
    margin: 5px 0px 0px 0px;
}
.workStatus .shareMenu {
    margin: 10px 50px 0px 160px;
}
.workStatus .shareMenu p {
	width: 200px;
    font-size: 14px;
    top: 4px;
    left: -160px;
}
.workStatus .shareMenu li {
    margin: 0px 5px 0px;
    width: 50px;
    height: 50px;
}
.workStatus .shareMenu li a {
	background: url(/Design/images/socBtn_trans.png) no-repeat;
	background-size: cover;
}
.workStatus .shareMenu li a.VK {
    background-position: -100px 0px;
}
.workStatus .shareMenu li a.FB {
    background-position: -50px 0px;
}
.workStatus .shareMenu li a.TW {
    background-position: 0px 0px;
}
.workStatus .shareMenu li a.OK {
    background-position: -150px 0px;
}
}







@media only screen and (max-width: 1100px){
.contTeaser_wrapper{
	width: 85%;
}

.prodGal{
	width: 82%;
	height: 460px;
}
.galMarkers{
	bottom: 30%;
	left: 14%;
}



.workPhotoHolder {
    width: 270px;
    height: 270px;
}
.workFioBlock {
    bottom: 20px;
}
.workInfo{
	width: 660px;
}
.workText{
	width: 350px;
	min-height: 120px;
}
}





@media only screen and (max-width: 1024px){
.workPhotoHolder {
    width: 180px;
    height: 180px;
}
.workFioBlock{
	padding: 10px 20px;
	bottom: 20px;
}
.workInfo{
	width: 620px;
}
}