/*
@media (min-width: 1920px){
	.container 
	{
		min-width: 1920px;
	}
}
.navbar{
	min-width:1280px;
}

*/

body{
	position: relative;
	font-size: Arial, Helvetica, sans-serif;
}

a, a:focus, a:hover{
	color: #fff;
}

a:hover{
	text-decoration: none;
}

.bg{
    background: url(/img/bg-brown.png) repeat;
}
.bg-orang{
	background: url(/img/bg-orang.png) repeat;
	
}
.menu-top{
    position: absolute;
    top: 0px;
    width: 100%;
    z-index: 1;
   
}
.menu-top ul{
	margin: 0px;
	padding:0px;
}
.menu-top li{
	float: left;
	list-style: none;
	margin: 10px;
}
.menu-top li a{
	padding: 5px;
	font-weight: bold;
}
.menu-top .act{
	color: #612904;
	background-color: #fff;
}
.menu-top a:hover{
	background-color: #fff;
	color: #612904;
}

.menu-top .lang{
	float: right;
}
.menu-top .lang li{
	margin-left: 5px;
	margin-right: 5px; 
}
.logo{
	position: absolute;
	top: 40px;
	left: 50%;
	width:345px;
	margin-left:-172px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	padding: 0px 25px 10px 25px;
}
.logo a:hover{
	background: none;
}

.footer{
	position: absolute;
	bottom: 0px;
	width: 100%;
	margin: 0px;
	color: #fff;
	padding: 10px;
	
	font-size: 16px;
}

.dev-site, .what{
	position: absolute;
	z-index: 1;
	top: 65%;
	width: 100%;
}
.dev-site{
	
}
.dev-site .h3{
	margin: 0px;
	font-size: 25px;
	color: #fff;
	vertical-align: middle;
	width: 500px;
	display: block;
}
.box-carousel{
	padding: 24px;
}
.box-carousel .box-c{
	width:500px; 
	left: 50%;
	position: absolute;
	margin-left: -250px;
	top: 10px;
}
.what{
	top: 55%;
	
}
.what .bg-orang{
	color: #fff;
	padding: 10px;
	font-size: 21px;
	width: 200px;
	margin: 0 auto;
	display: block;
}
.quote{
	margin-right: 20px;
	float:left;
}
.quote img{
	height: 25px;
	position: absolute;
}
.quote.r{
	margin-left: 20px;position: absolute;    right: 0px;
}
.line{
	position: absolute;
	top: 130px;
	border-bottom: 1px solid #fff;
	height: 1px;
	width: 100%;
}
.r{
	right: 0px;

}

.circle{
	width: 15px;
	height: 14px;
	background: url(/img/circle.png);
	position: absolute;
}
.circle.right{
	top: -6px;
	right: -6px;
}
.circle.left{
	top: -6px;
	left: -6px;
}
.dev-site .line{
	top: 23px;
}

.box {
	position: absolute;
	top: 160px;
	z-index: 1;
	width: 100%;
}
.con{
	width: 630px;
	margin: 0 auto;
}
.box .con .box-circle{
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	width: 150px;
	height: 150px;
	background-color: #fff;
	float: left;
	margin: 0px 30px; 
}
.box .con .box-circle .num{
	text-align: center;
	color: #681c03;
	font-size: 50px;
	margin-top: 15px;
}
.box .con .box-circle .name{
	margin-top: -10px;
}
.box .con .box-circle .name, .box .con .box-circle .desc{
	font-size: 20px;
	color: #390e01;
	text-align: center;
}
.box .con .box-circle .desc{
	font-size: 17px;

}
.box .con .box-circle .item.act{
	display: block;
}
.box .con .box-circle .item{
	display: none;
}
#mobil-menu{
	display: none;
}

@media screen and (max-width:1000px){

	.footer .col-xs-4{
		width: 28%;
   	}
   	.footer .col-xs-4.text-right{
   		width: 44%;
   	}
}


/*640*/
@media screen and (max-width:640px){
   .box, .what, .dev-site{
   	display: none;
   }
   .logo{
		top: 41px;
	}
   	.footer .col-xs-4{
   		width: 100%!important;
		text-align: center;
	}
}
@media screen and (max-width:360px){
	
	.line, .menu-top{
		display: none;
	}
	#mobil-menu{
		display: block;
	}
	.navbar-inverse .navbar-nav>li>a, 
	.navbar.navbar-inverse a{
		color: #fff;
	}
	.navbar-inverse.bg .active a{
		background: url(/img/bg-orang.png) repeat;
	}
	.navbar-inverse .navbar-brand, .navbar-inverse .navbar-nav>li>a 
	{
		text-shadow: none;
	}
	.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
		background: url(/img/bg-orang.png) repeat;
	}
	.navbar-inverse .navbar-toggle {
		background: url(/img/bg-orang.png) repeat;
	}
	.navbar-toggle{
		border: none;
	}
	.navbar-brand>img {
		display: block;
		width: 130px;
	}
	.navbar-brand {
		float: left;
		height: 50px;
		padding: 9px 15px;
		font-size: 18px;
		line-height: 20px;
	}
}

/*         eskachkov            */


.box-circle {
opacity: 0.85;
}

.box-circle:hover {
opacity: 0.9;
}

.box-circle {
-webkit-border-radius: 100px;
-moz-border-radius: 100px;
border-radius: 100px;
width: 180px !important;
height: 180px !important;
}

.con {
width: 723px;
}

.text_2line {
font-size: 17px;
margin-top: 67px;
text-align: center;
color: #390e01;
}

.text_3line {
font-size: 17px;
margin-top: 56px;
text-align: center;
color: #390e01;
}

.num1 {
margin-top: 40px !important;
}


.num2 {
margin-top: 28px !important;
}

.num_text1 {
font-size: 17px;
text-align: center;
margin-top: -10px;
color: #390e01;
}

.num_text2 {
font-size: 17px;
text-align: center;
margin-top: -10px;
color: #390e01;
}

.bg-orang {
background: rgba(170, 46, 13, 0.8) !important;
}

.text-center.bg-orang:hover {
background: rgba(170, 46, 13, 0.9) !important;
}