html, body {
	height:100%;
	font:12px Verdana, Sans-serif;
	color:#000;
}

ul {
	margin:0;
	padding:0;
	list-style:none;
}

a, a:hover, a:focus {
	color:#2d4720;
	outline:none;
}

hr {
	border-color:#2d4720;
}

h3 {
	font:24px Verdana, Sans-serif;
	text-transform:uppercase;
	border-bottom:1px solid #2d4720;
	margin:0 0 30px;
}

h4 {
	font:16px Verdana, Sans-serif;
}

.lb-number {
	display:none !important;
}

.detail h5 {
	margin:0;
	font:bold 13px Verdana, Sans-serif;
	color:#455D8C;
}

.all .detail p {
	margin:10px 0;
	font-size:15px;
	font-weight:bold;
}

h5 {
	font:18px Verdana, Sans-serif;
	margin:0 0 15px;
}

h5 span {
	font-size:24px;
}

header {
	height:220px;
	position:relative;
}

.logo {
	margin:25px 0 0;
}

.logo a {
	background:url(../images/logo.png) no-repeat;
	width:300px;
	height:90px;
	display:block;
	text-indent:-9999px;
}

.contacts {
	float:right;
	font-size:14px;
}

.contacts ul {
	float:left;
	background:url(../images/border.png) no-repeat;
	padding:0px 0 25px 40px;
	height:105px;
	margin:10px 0 0;
	text-align:left;
}

.contacts ul:first-child {
	background:none;
	padding-left:0px;
	padding-right:40px;
	text-align:right;
}

.contacts li {
	margin:0 0 15px;
}

.top_menu {
	border-bottom:6px solid #9bb617;
	padding:0 0 10px;
	font:13.5px Verdana, Serif;
	font-weight:bold;
}

.top_menu ul {
	margin:0 0 0 12px;
}

.top_menu li {
	display:inline;
	padding:0 9px;
	border-left:1px solid #2d4720;
}

.top_menu li:first-child {
	border:none;
}

.main {
	min-height:100%;
	margin:-220px 0 -50px;
	/*
	background: #eaeff6; 
	background: -moz-linear-gradient(top,  #eaeff6 0%, #d3e2ef 100%); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eaeff6), color-stop(100%,#d3e2ef)); 
	background: -webkit-linear-gradient(top,  #eaeff6 0%,#d3e2ef 100%); 
	background: -o-linear-gradient(top,  #eaeff6 0%,#d3e2ef 100%); 
	background: -ms-linear-gradient(top,  #eaeff6 0%,#d3e2ef 100%); 
	background: linear-gradient(to bottom,  #eaeff6 0%,#d3e2ef 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeff6', endColorstr='#d3e2ef',GradientType=0 ); */
	min-width:1000px;
	background:url(../images/bg.jpg) repeat-y center top fixed;
}

@media (max-width: 480px) {
	.main, footer {
		min-width:1000px;
	}
}

.all {
	padding:200px 0 180px;
}

.all ul {
	margin:20px 0;
	padding:0 0 0 14px;
	list-style:square;
}

.all li {
	margin:0 0 5px;
}

.about {
	background:url(../images/about.png) no-repeat center bottom;
	min-height:350px;
	font:italic 16px Arial, Sans-Serif;
	margin:0 0 30px;
}

.about img {
	margin:0px 25px 25px;
}

.about h2 {
	font:italic 30px Arial, Sans-Serif;
	margin:15px 0 25px;
}

.intro {
	padding:0 25px 0 0;
}

.service h3 {
	border:none;
	border-radius:20px 20px 0 0;
	color:#fff;
	padding:15px 50px;
	display:inline-block;
	margin:0 0 0 50px;
	border-top:1px solid #4b8632;
background: #4b8632; /* Old browsers */
background: -moz-linear-gradient(top,  #4b8632 0%, #6a961d 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4b8632), color-stop(100%,#6a961d)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #4b8632 0%,#6a961d 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #4b8632 0%,#6a961d 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #4b8632 0%,#6a961d 100%); /* IE10+ */
background: linear-gradient(to bottom,  #4b8632 0%,#6a961d 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4b8632', endColorstr='#6a961d',GradientType=0 ); /* IE6-9 */

}

.service_in {
	background: #fff3aa; /* Old browsers */
	background: -moz-linear-gradient(top,  #fff3aa 0%, #efcd53 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff3aa), color-stop(100%,#efcd53)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fff3aa 0%,#efcd53 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fff3aa 0%,#efcd53 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fff3aa 0%,#efcd53 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fff3aa 0%,#efcd53 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff3aa', endColorstr='#efcd53',GradientType=0 ); /* IE6-9 */
	border-top:1px solid #4b8632;
	border-radius:20px;
	padding:50px 20px;
}

.service_in .span3 {
	margin-left:9px;
}

.service ul {
	overflow:hidden;
}

.service .block {
	background:url(../images/block.png) no-repeat center bottom;
	padding:0 10px 10px;
	min-height:190px;
	margin:40px 10px 0px;
	width:210px;
	float:left;
}

.service_in .row:first-child .block {
	margin-top:0px;
}

.service p {
	color:#38322d;
	font:italic 12px/20px Verdana, Sans-serif;
	margin:0px 0 0;
}

.service a {
	color:#455d8c;
}

.service h4 {
	height:40px;
	display:table-cell;
	vertical-align:middle;
}

.service h4 a {
	color:#11203E;
}

.block1 h4 {
	background:url(../images/i1.png) no-repeat center top;
	padding:70px 0 0;
	text-align:center;
	width:210px;
}

.block2 h4 {
	background:url(../images/i2.png) no-repeat center top;
	padding:70px 0 0;
	text-align:center;
	width:210px;
}

.block3 h4 {
	background:url(../images/i3.png) no-repeat center 0px;
	padding:70px 0 0;
	text-align:center;
	width:210px;
}

.block4 h4 {
	background:url(../images/i5.png) no-repeat center 0px;
	padding:70px 0 0;
	text-align:center;
	width:210px;
}

.block5 h4 {
	background:url(../images/i4.png) no-repeat center 0px;
	padding:70px 0 0;
	text-align:center;
	width:210px;
}

.block6 h4 {
	background:url(../images/i6.png) no-repeat center 0px;
	padding:70px 0 0;
	text-align:center;
	width:210px;
}

.block7 h4 {
	background:url(../images/i7.png) no-repeat center 0px;
	padding:70px 0 0;
	text-align:center;
	width:210px;
}

.block8 h4 {
	background:url(../images/i8.png) no-repeat center 0px;
	padding:70px 0 0;
	text-align:center;
	width:210px;
}

.detail {
	padding:0 20px;
}

.all_works {
	position:absolute;
	top:10px;
	right:10px;
	font-size:14px;
	font-weight:bold;
}

.service, .works {
	margin:0 0 30px;
	position:relative;
}

.works img {
	max-width:100%;
	width:300px;
	height:300px;
}

.works ul {
	overflow:hidden;
	margin:0 -20px 0 -14px;
	padding:0;
	list-style:none;
}

.works .item {
	background:url(../images/shadow.png) no-repeat center bottom;
	display:block;
	float:left;
	padding:0 15px;
	margin:0 0 0 15px;
	width:300px;
}

.works .item:first-child {
	margin:0;
}

.works img {
	border:1px solid #38322d;
}

footer {
	background:#386626;
	height:50px;
	color:#fff;
	font:11px Verdana, Sans-serif;
	min-width:1000px;
}

footer p {
	margin:30px 0 0;
	color:#fff;
}

.counters li {
	display:inline-block;
	margin:9px 0 0 10px;
}

.up {
	position:fixed;
	bottom:100px;
	width:100%;
	height:55px;
}

.up a {
	width:1000px;
	margin:0 auto;
	position:relative;
	display:block;
}

.up span {
	position:absolute;
	top:0px;
	right:0px;
	background:url(../images/up.png) no-repeat;
	width:53px;
	height:55px;
	text-indent:-9999px;
	z-index:999;
}

/*Slider*/

.slides_container {
	width:700px;
	display:none;
}

.slides_container div {
	width:700px;
	height:430px;
	display:block;
}

.slider {
	width:720px;
	padding:0 15px 13px;
	margin:0 auto;
	position:relative;
}

#slides {
	border:10px solid #bed774;
}

.slider .item {
	overflow:hidden;
	background:#fff;
}

.slider .item img {
	width:700px;
	height:430px;
}

.slider .left {
	width:585px;
	float:left;
}

.slider .right {
	width:215px;
	float:right;
	color:#3c2e2e;
	padding:25px;
}



.slider .prev {
	background:url(../images/arrows.png) no-repeat;
	width:32px;
	height:69px;
	position:absolute;
	text-indent:-9999px;
	top:210px;
	left:-17px;
}

.slider .next {
	background:url(../images/arrows.png) no-repeat -32px 0;
	width:32px;
	height:69px;
	position:absolute;
	text-indent:-9999px;
	top:210px;
	right:-17px;
}

.slider .pagination {
	margin:0;
	padding:0;
	list-style:none;
	position:absolute;
	left:30px;
	bottom:-17px;
}

.slider .pagination li {
	float:left;
	margin:0 0 0 5px;
}

.slider .pagination li:first-child {
	margin:0;
}

.slider .pagination a {
	display:block;
	background:#a1ba58;
	color:#fff;
	padding:5px 7px;
	border-radius:0 0 3px 3px;
}

.slider .r_pag a {
	background:#5e7d99;
}

.slider .pagination a:hover, .slider .pagination a:focus, .slider .pagination .current a {
	text-decoration:none;
	background:#4b8632;
}

.slider .r_pag a:hover, .slider .r_pag a:focus, .slider .r_pag .current a {
	background:#96abbe;
}

.btn {
	background:url(../images/online.png) no-repeat;
	width:208px;
	height:42px;
	text-indent:-9999px;
	display:block;
	position:fixed;
	bottom:0px;
	right:50px;
	z-index:999;
}

.online {
	position:fixed;
	top:50%;
	margin-top:-104px;
	left:0px;
}

.close {
	position:absolute;
	top:4px;
	right:10px;
	font-size:30px;
	color:#3678d3;
}

.close:hover, .close:focus {
	text-decoration:none;
	color:#3678d3;
}

.modal {
	padding:20px;
	top:20% !important;
	display:none;
	width:400px;
	margin-left:-230px;
}

.modal h3 {
	border:none;
	margin:0 0 15px;
	text-align:center;
	font-size:16px;
}

.modal p {
	overflow:hidden;
	margin:0 0 20px;
}

.modal iframe {
	width:400px;
	height:450px;
}

input[type="text"] {
	border:1px solid #3678d3;
	padding:0 5px;
	height:30px;
	width:258px;
	color:#a9a9a9;
	border-radius:3px;
	font:12px Verdana, Sans-serif;
	margin:2px 0 0;
}

textarea {
	border:1px solid #3678d3;
	padding:5px;
	height:100px;
	width:258px;
	color:#a9a9a9;
	border-radius:3px;
	resize:none;
	font:12px Verdana, Sans-serif;
}

input[type="submit"] {
	background:#3678d3;
	color:#fff;
	height:30px;
	border:none;
	border-radius:3px;
	padding:0 30px;
	font:12px Verdana, Sans-serif;
	display:block;
	margin:20px auto 0;
}

.name {
	color:#000;
	font-size:14px;
	font-weight:bold;
}

.pos {
	color:#455d8c;
	font-style:italic;
}

.foto {
	border-radius:50%;
	margin:0 0 30px;
}

.all ul.people {
	margin:40px 0 0;
	padding:0;
	list-style:none;
}

.ser {
	margin-bottom:50px;
	text-align:center;
}

.ser img {
	height:250px;
	max-width:100%;
}

table {
	width:100%;
	border-collapse:collapse;
	margin:0 0 20px;
}

 td {
	padding:10px;
	vertical-align:bottom;
	border-top:1px solid #2D4720;
}

 th {
	text-transform:uppercase;
	padding:5px 5px 15px;
	text-align:left;
	color:#11203e;
}

table p {
	margin:0;
	color:#000;
	font-style:italic;
}

.date {
	color:#4b77c4;
	font-size:11px;
	font-style:italic;
}

.pay {
	font:bold 16px Verdana, Sans-serif;
}

.v_pos {
	font:bold 16px Verdana, Sans-serif;
	display:block;
	margin:0 0 10px;
}

.r {
	font:20px Verdana, Sans-serif;
	text-transform:uppercase;
	margin:0 0 25px;
}

.service_table td {
	padding:20px;
	width:25%;
	text-align:center;
	font-weight:bold;
}

.service_table  th {
	padding:30px 0 0;
}

.service_table  tr:first-child th{
	padding:5px;
}

.service_table td img {
	display:block;
	margin:0 auto 20px;
}

.our_works img {
	max-width:100%;
	height:200px;
	width:235px;
}

.our_works {
	margin-bottom: 50px;
}

.pag {
	border-top:1px solid #2d4720;
	border-bottom:1px solid #2d4720;
	padding:10px;
	font-weight:bold;
	text-align:center;
}

.pag li {
	display:inline-block;
	margin:0 10px;
}

.pag a {
	color:#2d4720;
}

.pag .current a {
	background:#2d4720;
	color:#fff;
	display:inline-block;
	padding:2px 5px;
}

.page h2 {
	text-align:center;
	margin:0 0 5px;
}

.p_r {
	color:#000;
	font-style:italic;
	margin:0 0 20px;
}

.p_g {
	color:##455D8C;
	font-style:italic;
	font-size:11px;
}

.map_link {
	font-size:14px;
	font-weight:bold;
}

.con ul {
	margin:0;
	padding:0;
	list-style:none;
}

.banner {
	background:url(../images/border2.png) no-repeat center top;
	padding:0px 0 0;
	margin:50px 0;
	text-align:center;
	border-radius:20px;
}

.banner_in {
	background:url("../images/about2.png") no-repeat scroll center bottom rgba(0, 0, 0, 0);
	padding:40px 0 0;
}


.banner .row {
	background:url(../images/border2.png) no-repeat center bottom;
	padding:0 0 40px;
}

.price {
	font:italic 14px Georgia, Serif;
}