/*-----------------------------------------------



	LAYOUT



-------------------------------------------------*/

.main-header{
	/*width:100%;*/
	width:100%;
	height:78px;
	position: fixed;
	top:0;
	left:0;
	z-index:1000;
	background: rgba(237,240,242,0.95);
	border-bottom: 1px #d4d7d9 solid;
}
.main-slider{

	width:100%;
	/*background:url(../images/slider.jpg) no-repeat  center;*/
}

.photo-header{
	width: 100%;
	height: auto;
	padding: 0;
	position: relative;
}
.home-title{
	margin:20px auto 40px auto;
	width:1200px;
	text-align:center;
	color: #0e5f93;
	text-transform: uppercase;
	font-size: 32px;
	font-family:"Times New Roman", Times, serif;
}


/*-----------------------------------------------



	BLOCKS



-------------------------------------------------*/

.block-item{
	width:100%;
	height:auto;
	overflow:hidden;
	padding:40px 0 40px 0;
}
.block-boxs{
	width:1200px;
	height:auto;
	margin:0 auto;
	overflow:hidden;
	position:relative;
}
.block-web{
	/*width:980px;*/
	height:auto;
	/*margin:0 auto 40px auto;*/
	/*overflow:hidden;*/
	position:relative;
}
.footer .block-web{
	margin:0 auto;
}
.block-up-nav{
	position:fixed;
	top:300px;
	right:0;
	width: 40px;
	background: #606161;
}

.block-home-boxs{
	-webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.20);
	-moz-box-shadow:0px 1px 3px rgba(0, 0, 0, 0.20);
	box-shadow:0px 1px 3px rgba(0, 0, 0, 0.20);
	background:#fff;
	-webkit-transition: all 0.4s ease-in;
	-moz-transition: all 0.4s ease-in;
	-o-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
	overflow:hidden;
	/*height: 380px;*/
	margin: 20px 0;

}
.block-home-boxs:hover{
	-webkit-box-shadow: 0 15px 18px 0 rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 15px 18px 0 rgba(0, 0, 0, 0.3);
	box-shadow: 0 15px 18px 0 rgba(0, 0, 0, 0.3);
	z-index: 10;
}
.ita-box{
	height: 520px;
}
.eng-box{
	height: 520px;
}
.block-home-boxs img {
	width:100%;
	position:relative;
	-webkit-transition: all 0.4s ease-in;
	-moz-transition: all 0.4s ease-in;
	-o-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
}
.block-home-boxs:hover img{
	opacity: 0.6;
}
.block-banner{
	/*height: 255px;*/
	-webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.20);
	-moz-box-shadow:0px 1px 3px rgba(0, 0, 0, 0.20);
	box-shadow:0px 1px 3px rgba(0, 0, 0, 0.20);
	margin:30px 0px 40px 0px;
	float:left;
	overflow:hidden;
	position: relative;
}
.block-banner img{
	width: 100%;
}
.second-box-2{
	margin:0px 30px 40px 30px;
}
.block-half-width{
	width:460px;
	height:auto;
	float:left;
}
.home-content{
	margin-right:25px;
}
.home-news{
	margin-left:25px;
}
.block-news{
	width:auto;
	/*height:164px;*/
}
.footer{
	border-top:1px #dee0e0 solid;
	background:#edf0f2;
	padding:40px 0 0 0;
}
.block-column-footer{
	list-style:none;
	margin:0 0 20px 0;
	padding:0;
	overflow: hidden;
}
.left-content{
	/*width: 640px;*/
	height: auto;
	overflow: hidden;
	float: left;
	padding: 20px 15px;
}
.right-boxs{
	/*width: 300px;*/
	height: auto;
	overflow: hidden;
	float: right;
	padding-top: 30px;
}
.boxs-version1{
	/*width: 268px;*/
	min-height: 230px;
	height: auto;
	overflow: hidden;
	border: 1px #e7e7e7 solid;
	padding:10px 15px 15px 15px;
	margin-bottom: 25px;
}
.besplatni-savet{
	margin-bottom: 25px;

}
.naltrex-gallery-holder{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.uspesno-resavamo-box{
	/*width: 276px;*/
	/*height: 192px;*/
	/*padding:12px 12px 12px 12px;*/
	background:  url(../images/uspesno-resavamo.jpg) no-repeat;
	background-size: cover;
	-o-background-size: cover; 
	-moz-background-size: cover;
	-webkit-background-size: cover;
	margin-bottom: 25px;
	display: block;
}
.besplatni-savet{
	width: 100%;
	min-height: 250px;
	background:  url(../images/besplatan-savet.jpg) no-repeat;
	background-size: cover;
	-o-background-size: cover; 
	-moz-background-size: cover;
	-webkit-background-size: cover;
	margin-bottom: 25px;
	display: block;
	position: relative;
}
