*{
    margin: 0;
    padding: 0;
}
.clear{clear:both;}
body {
    background-color: #faedd9;
	font-family: "Open Sans","Lucida Grande","Lucida Sans Unicode","Lucida Sans","DejaVu Sans",Verdana,sans-serif;
    color: #644138;
	font-size:13px;
}
.conteiner{
	width:1100px;
	margin:0 auto;}
img{border:0 none;}
p{
	margin:10px 0;}
h6{
	text-transform:uppercase;
	color:#644138;
	font-size:13px;
	margin:10px 0;
	padding:0;}
/*HEADER*/
.header{
	border-bottom:12px solid #644138;}
.header .conteiner{
	height:120px;
	position:relative;}
h1.logo {
    display: block;
    float: left;
    height: 85px;
    margin: 18px 0 0;
    width: 384px;
}
h1.logo a:hover { opacity:0.8;}
h1.logo a {
    background: url("../images/logo.png") no-repeat scroll left top rgba(0, 0, 0, 0);
    display: block;
    height: 85px;
    text-indent: -10000px;
    width: 384px;
}
ul.header-menu {
    display: block;
    float: left;
    list-style: none outside none;
    margin: 45px 0 0 30px;
    padding: 0;
}
ul.header-menu li {
    display: block;
    float: left;
    margin: 0;
    padding: 0;
}
ul.header-menu li a:hover, ul.header-menu li a.active {
    background-color: #A5BF5B;
    color: #FAEDD9;
}
ul.header-menu li a {
    border-radius: 5px;
    color: #644138;
    display: block;
    font-size: 13px;
    margin: 0 5px;
    padding: 8px 15px;
    text-decoration: none;
    text-transform: uppercase;
}
.header-contact{
    color: #A5BF5B;
    float: right;
    font-size: 24px;
    font-weight: bold;
    line-height: 25px;
    text-align: right;}
.header-contact span{
	color:#644138;
	font-size:16px;
	font-weight:normal;}
.header-contact h6{ margin:20px 0 0;}
/*END HEADER*/

/*CONTENT*/
.content{
	margin:0 auto;
	width:1000px;
	padding:20px 0 40px;}
.content h2{
    font-size: 30px;
    margin: 0 0 15px;}
.content h3{
	font-size:18px;
	margin:10px 0 20px;}
.content h4{
	font-size:14px;
	margin:10px 0 10px;}
/*END CONTENT*/

/*FOOTER*/
.footer{
	font-size:11px;
	text-align:center;
	height:82px;
	text-transform:uppercase;
	line-height:76px;}
/*END FOOTER*/

/*SLIDER*/
.nivoSlider {
    height: 468px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
	max-width:1280px;
	border-bottom:12px solid #644138;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	max-width: none;
}
.nivo-main-image {
	display: block !important;
	position: relative !important; 
	width: 100% !important;
}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
	background:white; 
	filter:alpha(opacity=0); 
	opacity:0;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
	top:0;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
	overflow:hidden;
}
.nivo-box img { display:block; }

/* Caption styles */
.nivo-caption {
    background-color: #644138;
    bottom: 75px;
    color: #FFFFFF;
    display: none;
    left: 14%;
    opacity: 0.8;
    overflow: hidden;
    padding: 8px 10px 8px 45px;
    position: absolute;
    z-index: 8;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:40%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	text-align:center;
	padding: 15px 0;
}
.nivo-controlNav a {
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}
.theme-default .nivoSlider {
	position:relative;
	background:#fff url(../images/loading.gif) no-repeat 50% 50%;
}
.theme-default .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.theme-default .nivoSlider a {
	border:0;
	display:block;
}

.theme-default .nivo-controlNav {
	text-align: center;
	padding: 20px 0;
}
.theme-default .nivo-controlNav a {
	display:inline-block;
	width:22px;
	height:22px;
	background:url(../images/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin: 0 2px;
}
.theme-default .nivo-controlNav a.active {
	background-position:0 -22px;
}

.theme-default .nivo-directionNav a {
	display:block;
	width:44px;
	height:57px;
	background:url(../images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
	opacity: 0;
	-webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
.nivo-directionNav a:hover { opacity: 1 !important; }
.theme-default:hover .nivo-directionNav a { opacity: 0.6; }
.theme-default a.nivo-nextNav {
	background-position:-44px 0;
	right:10%;
}
.theme-default a.nivo-prevNav {
	left:10%;
}

.theme-default .nivo-caption {
	font-size:21px;
	text-transform:uppercase;
	
}
.theme-default .nivo-caption a {
    color:#fff;
    border-bottom:1px dotted #fff;
}
.theme-default .nivo-caption a:hover {
    color:#fff;
}

.theme-default .nivo-controlNav.nivo-thumbs-enabled {
	width: 100%;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled a {
	width: auto;
	height: auto;
	background: none;
	margin-bottom: 5px;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled img {
	display: block;
	width: 120px;
	height: auto;
}
/*END SLIDER*/

/*SERVICE BLOCK*/
.service-block{ margin-bottom:20px;}
.service-block h2{
	margin:0;
	padding:25px;
	text-align:center;}
.service-block h2 span{
    background-color: #F3E1C6;
    border-radius: 5px;
    color: #644138;
    font-size: 20px;
    font-weight: normal;
    padding: 5px 22px;
    text-transform: uppercase;}
.service-block ul{
	width:975px;
	margin:0 auto;
	padding:0;
	list-style:none;}
.service-block ul li{
    display: block;
    float: left;
    font-size: 12px;
    margin: 0 5px;
    width: 185px;}
.service-block ul li p{
	margin:0;}
.service-block ul li a.service-ico:hover{color:#9dc05a;}
.service-block ul li a.service-ico{
    color: #644138;
    display: block;
    float: left;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
	cursor:pointer;
	width:100%;
	margin-bottom:20px;}
a.service-ico img{border: 5px solid #644138; border-radius: 75px; margin-bottom:10px;}
a.service-ico:hover img{border: 5px solid #9DC05A;}
/*END SERVICE BLOCK*/

/*ABOUT BLOCK*/
.about-block{
	background-color:#98b24e;
	border-bottom:5px solid #8da745;
	margin-bottom:20px;}
.about-block-content{
    color: #FAEDD9;
    font-size: 13px;
    margin: 0 auto 25px;
    width: 1000px;}
.about-block-content h2{
	margin:0;
	padding:25px 0 10px;
	text-align:center;}
.about-block-content h2 span{
    background-color: #8da745;
    border-radius: 5px;
    color: #faedd9;
    font-size: 20px;
    font-weight: normal;
    padding: 5px 22px;
    text-transform: uppercase;}
.about-block-content img{
    border: 3px solid #FFFFFF;
    border-radius: 3px;
    float: left;
    margin: 15px 25px 15px 0;}
/*END ABOUT BLOCK*/

/*PORTFOLIO BLOCK*/
.portfolio-block{margin-bottom:20px;}
.portfolio-block h2{
	margin:0;
	padding:25px;
	text-align:center;}
.portfolio-block h2 span{
    background-color: #F3E1C6;
    border-radius: 5px;
    color: #644138;
    font-size: 20px;
    font-weight: normal;
    padding: 5px 22px;
    text-transform: uppercase;}
.jscarousal-horizontal
{
    height: 118px;
    margin: 0 auto;
    padding: 22px 0;
    position: relative;
    width: 1000px;
}
.jscarousal-horizontal-back:hover, .jscarousal-horizontal-forward:hover
{opacity:1;}
.jscarousal-horizontal-back, .jscarousal-horizontal-forward
{
    color: #FFFFFF;
    cursor: pointer;
    float: left;
    height: 57px;
    opacity: 0.2;
    position: relative;
    top: 35px;
    width: 44px;
}
.jscarousal-horizontal-back
{
	background-image: url(../images/arrows.png);
	background-repeat: no-repeat;
	background-position: left;
}
.jscarousal-horizontal-forward
{
	background-image: url(../images/arrows.png);
	background-repeat: no-repeat;
	background-position: right;
}
.jscarousal-contents-horizontal
{
    float: left;
    height: 124px;
    margin: 0 5px;
    overflow: hidden;
    position: relative;
    width: 891px;
}
.jscarousal-contents-horizontal > div
{
	position: absolute;
	width: 100%;
	height: 124px;
}
.jscarousal-contents-horizontal > div > div
{
	float: left;
	margin-left: 8px;
	margin-right: 8px;
}
.jscarousal-contents-horizontal img
{
	width: 160px;
	height: 120px;
	border: solid 1px #7A7677;
}
/*Horizontal Orientation CSS Ends*/

/*Vertical Orientation CSS Starts*/
.jscarousal-vertical
{
	width: 140px;
	height: 460px;
	background-color: #121212;
	border: solid 1px #7A7677;
	margin: 0;
	padding: 0;
	position: relative;
	overflow: hidden;
}
.jscarousal-vertical-back, .jscarousal-vertical-forward
{
	width: 100%;
	height: 30px;
	background-color: #121212;
	color: White;
	position: relative;
	cursor: pointer;
	z-index:100;
}
.jscarousal-vertical-back
{
	background-image: url(top_arrow.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
.jscarousal-vertical-forward
{
	background-image: url(bottom_arrow.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
.jscarousal-contents-vertical
{
	overflow: hidden;
	width: 140px;
	height: 410px;
}
.jscarousal-contents-vertical > div
{
	position: absolute;
	top: 40px;
	width: 100%;
	height: 820px;
	overflow: hidden;
}
.jscarousal-contents-vertical > div > div
{
	width: 140px;
	height: 125px;
	margin: 8px;
	margin-left: 14px;
}
.jscarousal-contents-vertical > div > div span
{
	display: block;
	width: 70%;
	text-align: center;
}
.jscarousal-contents-vertical img
{
	width: 110px;
	height: 80px;
	border: solid 1px #7A7677;
}
/*Common*/
.hidden
{
	display: none;
}
.visible
{
	display: block;
}
.thumbnail-active
{
	filter: alpha(opacity=100);
	opacity: 1.0;
	cursor: pointer;
}
.thumbnail-inactive
{
	filter: alpha(opacity=90);
	opacity: 0.9;
	cursor: pointer;
}
.thumbnail-text
{
	color: #7A7677;
	font-weight: bold;
	text-align: left;
	display: block;
	padding: 10px 2px 2px 0px;
}
/*END PORTFOLIO BLOCK*/

/*ORDER FORM BLOCK*/
.order-form-block{
    background-color: #644138;
    border-bottom: 5px solid #4F3B31;
	color:#faedd9;
	font-size:13px;
	text-transform:uppercase;}
.order-form-block h2{
	margin:0;
	padding:25px;
	text-align:center;}
.order-form-block h2 span{
    background-color: #98b24e;
    border-radius: 5px;
    color: #faedd9;
    font-size: 20px;
    font-weight: normal;
    padding: 5px 22px;
    text-transform: uppercase;}
.order-form-block input[type=text]{
    background-color: #A1796E;
    border: 0 none;
    border-radius: 5px;
    color: #FFFFFF;
    font-family: 'Open Sans','trebuchet ms','arial';
    font-size: 17px;
    font-weight: normal;
    height: 40px;
    margin: 0 10px;
    padding: 0 10px;}
.order-form-block textarea{
    background-color: #A1796E;
    border: 0 none;
    border-radius: 5px;
    color: #FFFFFF;
    font-family: 'Open Sans','trebuchet ms','arial';
    font-size: 13px;
    font-weight: normal;
    height: 80px;
    margin: 0;
    padding: 5px 0 5px 10px;
    resize: none;}
.order-form-block input[type=submit]:hover{color:#444;}
.order-form-block input[type=submit]{
    border: 0 none;
    border-radius: 5px;
    color: #FFFFFF;
    cursor: pointer;
    font-family: 'Open Sans','trebuchet ms','arial';
    font-size: 13px;
    height: 40px;
    margin: 10px 0;
    padding: 0 30px;
    text-transform: uppercase;	
background: #a3be59; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2EzYmU1OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3YzkzMzkiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjN2M5MzM5IiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
background: -moz-linear-gradient(top,  #a3be59 0%, #7c9339 100%, #7c9339 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a3be59), color-stop(100%,#7c9339), color-stop(100%,#7c9339)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #a3be59 0%,#7c9339 100%,#7c9339 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #a3be59 0%,#7c9339 100%,#7c9339 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #a3be59 0%,#7c9339 100%,#7c9339 100%); /* IE10+ */
background: linear-gradient(to bottom,  #a3be59 0%,#7c9339 100%,#7c9339 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a3be59', endColorstr='#7c9339',GradientType=0 ); /* IE6-8 */
}
/*END ORDER FORM BLOCK*/

.main-news {

}
.main-news .mn-title {
    margin: 0 auto;
    text-align: center;
}
.mn-main-block-news {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}
.mn-one-news {
    min-width: 600px;
    width: 100%;
    border: 5px solid  #644138;
}