body, html{
	margin:0;
	padding:0;
	font-family:arial;
	position:relative;
	max-width:100%;
	
}

#work-block{
	clear:both;
	position:relative;
	position:relative;
	max-width:100%;
	width:auto;
}

.left{
	float:left;
	width:70%;
	box-sizing:border-box;
	position:relative;
	box-sizing:border-box;
}

.right{
	float:right;
	box-sizing:border-box;
	width:30%;
	padding-left:5px;
	overflow-y:auto;
	max-height:100%;
	position:relative;
	box-sizing:border-box;
}

#lightSlider{
	position:relative;
	box-sizing:border-box;
	max-width:100%;
	width:auto;
}

#lightSlider img{
	max-width:100%;
	width:auto;
}

@media (max-width:700px){
	.left{
		float:none;
		width:100%;
		box-sizing:border-box;
	}

	.right{
		float:none;
		box-sizing:border-box;
		width:100%;
		padding-left:5px;
		overflow-y:auto;
		max-height:100%;
		width:90%;
	}
}

#work-gallery{
	width:100%!important;
	box-sizing:border-box!important;
	overflow:hidden;
}

#work-gallery img{
	max-width:100%;
	box-sizing:border-box!important;
	max-width: 100%;
	width: auto;
}

#work-title {
	padding:10px;
	background:#FBBB04;
	margin-bottom:2px;
	box-sizing:border-box!important;
}

#work-title h1{
	text-align:center;
	font-size:28px;
	margin:0!important;
	color:#fff;
	text-shadow:1px 1px 1px rgba(0,0,0,0.5);
	box-sizing:border-box!important;
}

#work-title h1 span{
	display:block;
	font-size:18px;
	font-weight:normal;
	
}

@media(max-width:400px){
	#work-title h1{
		
		font-size:20px;
		
	}

	#work-title h1 span{
		
		font-size:14px;
		
		
	}
}

#work-price{
	border:3px solid #FBBB04;
	margin-top:3px;
	margin-bottom:3px;
	padding:15px;
	text-align:center;
	font-size:40px;
	font-weight:bold;
}

#work-price span{
	font-size:20px;
	font-weight:normal;
}

#work-desc{
	padding:10px 15px;
	/*background:#F2F2F2;*/
	margin-top:4px;
	border:3px solid #FBBB04;
	font-size:14px;
	max-height:350px;
	overflow-y:scroll;
}

#work-desc p{
	padding:0!important;
	
}


#work-form{
	border:3px solid #FBBB04;
	padding:5px;
	margin-top:5px;
	/*background:url("../images/ave-wood.jpg") no-repeat center center;*/
	background-size:cover;
}

#work-form h3{
	/*text-shadow:1px 1px 1px rgba(0,0,0,1);*/
	text-transform:uppercase;
	text-align:center;
	color:#000;
	font-weight:bold;
	font-size:24px;
	line-height:28px;
	margin:10px 0 15px;
}

#work-form form{
	
	padding:15px;
}

#work-form form input{
	height:40px;
	width:100%;
	box-sizing:border-box;
	margin-bottom:10px;
	font-size:18px;
	padding:0 10px;
}


#work-form form input{
	border:3px solid #BBBBBB!important;
	height:50px!important;
	/*background:rgba(0,0,0,0.5)!important;*/
	color:#000!important;
}

#work-form form input:active,
#work-form input:focus{
	border-color:#FBBB04!important;
	color:#000!important;
}

#work-form form input[type=submit]{
	font-weight:800;
	text-transform:uppercase;
	color:#000!important;
	font-size:18px;
	transition:all 0.3s ease;
	border-color:#fff!important;
	cursor:pointer;
	border-color:#FBBB04!important;
}
#work-form form input[type=submit]:hover{
	background:#FBBB04!important;
	color:#fff!important;
	
}


/********************/
.fotorama{
	width:100%!important;
}
.fotorama__wrap{
	width:100%!important;
}

.fotorama__wrap img{
	max-width:100%!important;
	width:100%!important;
}