@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}
img {
	border: 0;
}
@font-face {
	font-family: segoeui;
	src: url(../fonts/segoeui_0.ttf);
}
#wrapper {
	width: 100%;
	height: auto;
	margin: 0px;
	padding: 0px;
	float: left;
}
#line-top {
	width: 100%;
	height: auto;
	margin: 0px;
	padding: 0px;
	float: left;
	background: #e0e2d5;
}
.container-top {
	width: 100%;
	max-width: 1000px;
	height: auto;
	margin: 0px auto;
	padding: 0px;
}
.line-left {
	width: 32%;
	height: auto;
	margin: 0px;
	float: right;
}
.line-left p {
	font: normal 13px segoeui;
	color: #7e845e;
}
.line-left p a {
	font: normal 35px segoeui;
	color: #7e845e;
	text-decoration: none;
}
.line-left p span {
	color: #7e845e;
}
#header-main {
	width: 100%;
	height: auto;
	margin: 0px;
	padding: 0px;
	float: left;
}
.header {
	width: 100%;
	max-width: 1000px;
	height: 70px;
	margin: 0px auto;
	padding: 0px;
}
.logo {
	width: 20%;
	height: 70px;
	margin: 10px 0px 0px 0px;
	padding: 0px;
	float: left;
}
.hed_right {
	width: 75%;
	height: 70px;
	float: right;
	margin: 15px 0px 0px 0px;
	padding: 0px;
}
#navigation {
	width: 98%;
	height: auto;
	float: right;
	text-align: right;
	margin: 15px 0px 0px 0px;
	padding: 0px 0 0px 0;
}
#ff-nav {
	width: 100%;
	height: auto;
	padding: 0px 0;
	float: right;
	margin: 0px 0px 0px 0px;
}
.nav {
	position: relative;
	display: inline-block;
	font-size: 14px;
	z-index: 9;
	margin: -18px 0px 0px 0px;
}
.nav-list {
	text-align: left;
}
.nav-item {
	float: left;
*display:inline;
	zoom: 1;
	position: relative;
	margin: 0px 0px 0px 1px;
	padding: 0px 0px 0px 0px;
	list-style: none;
}
.nav-item a {
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 0px 10px;
	text-align: center;
	color: #a7a6a6;
	font: normal 16px segoeui;
	text-decoration: none;
	line-height: 30px !important;
}
.nav-item > a:hover, .nav-item > a.act {
	color: #FFF;
	margin: 0px 0px 0px 0px;
	padding: 3px 10px 3px 10px;
	background: rgba(120, 125, 84, 0.8);
}
.nav-item:hover .nav-submenu {
	display: block;
	z-index: 999999 !important;
}
.nav-submenu {
	display: none;
	position: absolute;
	/* left: 15px; */
	margin: -2px 0px 0px 0px;
	width: 162px;
	background: rgba(14, 14, 14, 0.5);
	z-index: 9999999 !important;
}
.nav-submenu-item a {
	width: 95%;
	background: rgb(55, 54, 54, );
	border-bottom: 1px dashed #666666;
	display: block;
	margin: 0 0px 0 0px;
	padding: 9px 0px 9px 10px;
	color: #CCC;
	font: normal bold 13px Arial, Helvetica;
	z-index: 9999999 !important;
	position: relative;
}
.nav-submenu-item a:hover {
	background: #98b63c;
	color: #000;
}
.nav-mobile {
	display: none;
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 0;
	left: -2px;
	float: left;
	background: #3D3D3B url(../images/nav.svg) no-repeat center center;
	background-size: 18px;
	height: 40px;
	width: 50px;
	border-radius: 5px 0px 0px 5px;
}
.nav-mn {
	display: none;
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 0;
	left: 50px;
	background-size: 18px;
	height: 40px;
	line-height: 40px;
	vertical-align: middle;
	color: #fff;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.nav-click {
	position: absolute;
	top: 0;
	right: 0;
	display: none;
	height: 32px;
	width: 45px;
	cursor: pointer;
}
.nav-click i {
	display: block;
	height: 40px;
	width: 45px;
	background: url(../images/lft-arrow.png) no-repeat center center;
	background-size: 14px;
}
.nav-click:hover {
	background-color: #e2ad0c;
}
.nav-rotate {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
#imh {
	width: 100%;
	height: auto;
	float: left;
}
#imh img {
	margin: 10px 0 5px 0;
	width: auto;
	float: left;
}
@media only screen and (min-width:50px) and (max-width:800px) {
.nav {
	width: 100%;
	height: 32px;
	padding: 8px 0 0;
	margin: 0px 0px 0px 0px;
	background: #799c0f;
	color: #fff;
	z-index: 99 !important;
	border-radius: 5px 0 0 5px;
}
.nav-list {
	width: 98%;
	display: none;
	margin: 32px 0 0 2%;
	padding: 0;
	background: #FFF;
	color: #fff;
	z-index: 99999 !important;
}
.nav-mobile, .nav-mn {
	display: block;
}
.nav-item {
	float: left;
*display:inline;
	zoom: 1;
	position: relative;
	margin: 0px 0px 0px 0px;
}
.nav-item {
	width: 98%;
	height: auto;
	float: left;
	background: #FFF;
	z-index: 99999;
}
.nav-item > a {
	width: 97%;
	padding: 0px 0 0px 0 !important;
}
.nav-item a {
	display: block;
	color: #333;
	font: normal 13px Verdana, Geneva, sans-serif;
	margin: 0px 0px 0px 0px;
	padding: 8px 0px 8px 3% !important;
	z-index: 999999 !important;
}
.nav-click {
	display: block;
}
.nav-item > a:hover, .nav-item > a.act {
	margin: 0px 0px 0px 0px;
	padding: 8px 0px 7px 3% !important;
	color: #333;
	background: #98b63c;
	z-index: 9999999 !important;
	border-bottom: 1px solid #FFF !important;
	border: none;
	border-radius: 0;
}
.nav-item:hover .nav-submenu {
	display: block;
	z-index: 99999999 !important;
}
.nav-submenu {
	position: static;
	width: 100%;
}
}
.banner-main {
	width: 100%;
	height: 584px;
	margin: 0px 0 0px 0;
	padding: 0px;
	float: left;
}
.banner-main img {
	width: 100%;
	height: auto;
}
#ourclients {
	width: 100%;
	max-width: 1000px;
	height: auto;
	margin: 0px auto;
	padding: 0px;
}
#ourclients h1 {
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 5px 0px;
	text-align: left;
	color: #ee7b0a;
	font: normal 25px segoeui;
	text-transform: uppercase;
}
#ourclients p {
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 0px 0px;
	text-align: justify;
	color: #7a7a7a;
	font: normal 13px segoeui;
	line-height: 22px;
}
#ourclients p a {
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 0px 0px;
	text-align: justify;
	color: #7a7a7a;
	font: normal 13px segoeui;
	line-height: 22px;
	text-decoration: none;
}
#ourclients p a:hover {
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 0px 0px;
	text-align: justify;
	color: #7a7a7a;
	font: normal 13px segoeui;
	line-height: 22px;
	text-decoration: underline;
}
#ourclientimg {
	width: 269px;
	height: 254px;
	float: left;
	margin: 15px 37px 15px 27px;
}
#gly_main {
	width: 1000px;
	height: auto;
	margin: 20px auto 0px auto;
	padding: 0px;
}
#glyimg {
	width: 150px;
	height: 200px;
	float: left;
	margin: 0px 20px 0px 0px;
	border: solid 1px #999;
}
#wel-main {
	width: 100%;
	height:auto;
	min-height: 150px;
	margin: 0px 0 0px 0;
	padding: 0px;
	float: left;
	background: #f8f3e7;
}
.wel {
	width: 1000px;
	height:auto;
	/*min-height: 150px;*/
	margin: 0px auto;
	padding: 0px;
}
.wel-left {
	width: 26%;
	height: auto;
	float: left;
	margin: 0px;
	padding: 0px;
}
.bot {
	margin-top: 180px !important;
}
.wel h1 {
	font: normal 40px segoeui;
	mrgin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
	color: #795951;
	/*border-right: solid 1px #d9d0ba;*/
}
.wel h1 span {
	font: normal 40px segoeui;
	mrgin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
	color:#795951;
}
.wel-left h1 {
	font: normal 40px segoeui;
	mrgin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	color: #795951;
	border-right: solid 1px #d9d0ba;
}
.wel-left h1 span {
	font: normal 40px segoeui;
	mrgin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	color: #c2a09a;
}
.wel-right {
	width: 65%;
	height: auto;
	float: right;
	margin: 42px 0px 0px 0px;
	padding: 0px;
}
.wel h2 {
  
    color: #795951;
    font: 25px segoeui;
    padding: 0;
    text-align: left;
    margin: 0px;
}
.wel p {
	font: normal 13px segoeui;
	mrgin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	color: #9e8378;
}
.wel p a {
	color:blue;
   /* float: right;*/
    font-weight: 600;
    padding: 0;
    text-decoration: none;
}
.inr {
	float: right;
	margin: -48px 0px 0px 0px !important;
}
#gallery_main {
	width: 1000px;
	height: auto;
	margin: 20px auto 0px auto;
	padding: 0px;
}
#gallery_mn {
	width: 1000px;
	height: auto;
	float: left;
	margin: 0px;
	padding: 0px;
}
#gallery {
	width: 48%;
	height: auto;
	float: left;
	margin: 0px 20px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#galleryimg {
	width: 487px;
	height: 192px;
	float: left;
	margin: 20px 0px 0px 0px;
}
#galleryimg img {
	width: 100%;
}
#galleryimg a {
	float: right;
	margin: -46px 0px 0px 0px;
	position: relative;
}
#about_main {
	width: 100%;
	height: auto;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}
#inner {
	width: 1000px;
	height: auto;
	margin: 0px auto;
	padding: 0px;
}
#about-left {
	width: 530px;
	height: auto;
	margin: 0px;
	padding: 0px;
	float: left;
}
#about-left input {
	width: 220px;
	height: 22px;
	margin: 2px 0px 0px 0px;
	float: left;
	padding: 0 0 0 5px;
	font: normal 11px Arial, Helvetica, sans-serif;
	border: solid 1px #d3d4d4;
}
#about-left label {
	margin: 0px 0px 0px 0px;
	float: left;
	padding: 0 0 0 0px;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #7a7a7a;
}
#about-left textarea {
	width: 220px;
	height: 65px;
	margin: 2px 0px 0px 0px;
	float: left;
	padding: 0 0 0 5px;
	font: normal 11px Arial, Helvetica, sans-serif;
	border: solid 1px #d3d4d4;
}
#about-left input[type="submit"] {
	width: 80px;
	height: 30px;
	color: #fff;
	margin: 2px 0px 0px 0px;
	float: left;
	background: #edc300;
	padding: 0 0 0 0px;
	font: bold 12px Arial, Helvetica, sans-serif;
	border: solid 1px #d3d4d4;
}
#about-left h1 {
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 5px 0px;
	text-align: left;
	color: #ee7b0a;
	font: normal 25px segoeui;
	text-transform: uppercase;
}
#about-left p {
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 0px 0px;
	text-align: justify;
	color: #7a7a7a;
	font: normal 13px segoeui;
	line-height: 22px;
}
#about-right {
	width: 370px;
	height: auto;
	margin: 0px;
	padding: 0px;
	float: right;
}
#about-right img {
	width: 100%;
}
.ftr-wrapper {
	width: 100%;
	height: auto;
	margin-top: 20px;
	padding: 0px 0px 0px 0px;
	float: left;
	border-top: solid 1px #cdcdcd;
	bottom: 0;
}
.ftr-container {
	width: 1000px;
	height: 95px;
	margin: 0px auto;
	padding: 0px;
}
.ftr-copy {
	width: 10%;
	height: 95px;
	margin: 8px 0px 0px 0px;
	padding: 0px;
	float: right;
}
.ftr-nav {
	width: 700px;
	height: 95px;
	margin: 8px 0px 0px 0px;
	padding: 0px;
	
}
.ftr-nav p {
	margin: 20px 0px 0px 0px;
	padding: 0px;
	
	text-align: left;
	color: #b1b1ad;
	font-family: segoeui;
	font-size: 13px;
}
.ftr-nav h6 {
	margin:5px 0px 0px 5px;
	padding: 0px;
	
	text-align: left;
	color: #b1b1ad;
	font-family: segoeui;
	font-size: 13px;
	font-weight:normal;
}
.ftr-nav span {
	margin: 10px 0px 0px 7px;
	padding: 0px;
	float: left;
	text-align: left;
	color: #b1b1ad;
	font-family: segoeui;
	font-size: 13px;
}
.ftr-nav p a {
	margin: 0px 8px 0px 8px;
	padding: 0px;
	text-align: left;
	color: #b1b1ad;
	font-family: segoeui;
	font-size: 13px;
	text-decoration: none;
}
.ftr-nav p a:hover {
	margin: 0px 8px 0px 8px;
	padding: 0px;
	font-family: segoeui;
	font-size: 13px;
	color: #b1b1ad;
	text-decoration: none;
}


.rus {
	width: 99%;
	float: left;
	background:#f8f3e7;
	margin-top:15px;  
	padding: 0px 0 10px 0; 
}

.rus p {
    width:200px;
    color: #333;
    margin:10px 0 0 15px;
    padding: 10px;
    text-align: left;
    background: #f60;   
}
.rus ul {
	margin: 0px 0px 10px 10px;
	padding: 0px 0px;
	
}
.rus ul li {
        list-style:none;
	margin: 10px 10px 0 10px;
	padding: 8px;
	font-size: 14px;
	float:left;
	background:#333;
	
}
.rus ul li a{
	margin: 0px 0px;
	padding: 0px 15px;
	font-size: 14px;
	color:#fff;
	text-decoration:none;	
}
.rus ul li a:hover{
	text-decoration:underline;
}




@media (min-width:320px) and (max-width:767px) {
#wrapper {
	width: 100% !important;
}
#line-top {
	width: 100%;
	height: auto;
}
#inner {
	width: 100%;
}
.container-top {
	width: 100% !important;
	height: auto;
}
.line-left {
	width: 96%;
	height: auto;
	float: left;
	margin: 0 2% 0 2%;
}
#header-main {
	width: 100% !important;
}
.header {
	width: 100% !important;
}
.logo {
	width: 98% !important;
	margin: 15px 2% 0 2%;
}
.hed_right {
	width: 100% !important;
	float: left;
	margin: 0px 0px 0px 0px !important;
}
.banner-main {
	width: 100%;
	height: auto !important;
}
#wel-main {
	width: 100%;
	height: auto;
}
.wel {
	width: 94% !important;
	height: auto;
}
#about_main {
	width: 100%;
}
#about-left {
	width: 94%;
	height: auto;
	margin: 0 3% 0 3%;
}
#about-right {
	width: 98%;
	float: left;
	margin: 0 0% 0 0% !important;
}
#about-right img {
	width: 100%;
}
.wel-left {
	width: 96% !important;
	height: auto;
	margin: 0 2% 0 2%;
}
.wel-right {
	width: 96% !important;
	height: auto;
	float: left !important;
	margin: 0px 2% 0px 2% !important;
}
.wel-right p a {
	float: left !important;
	mrgin: 50px 0px 0px 0px !important;
	padding: 0px 0px 0px 0px;
	text-decoration: none;
}
.inr {
	float: left;
	margin: 20px 0px 0px 0px !important;
}
#gallery_main {
	width: 100%;
	height: auto;
}
#gallery_mn {
	width: 100%;
}
#gallery {
	width: 100%;
	height: auto;
}
#galleryimg {
	width: 100%;
	height: auto;
}
#galleryimg img {
	width: 100%;
	height: auto;
}
#galleryimg a {
	float: left;
	margin: -46px 0px 0px 5px;
}
#ourclients {
	width: 94%;
	height: auto;
	margin: 0 3% 0 3%;
}
#ourclientimg {
	width: 90%;
	height: auto;
}
#gly_main {
	width: 100%;
}
#glyimg {
	width: 98%;
	height: auto;
	margin: 26px 0px 0px 0px;
}
#glyimg img {
	width: 100%;
}
.ftr-wrapper {
	width: 100%;
}
.ftr-container {
	width: 100%;
}
.ftr-copy {
	width: 96%;
	height: auto !important;
	float: left !important;
	margin: 0px 2% 0px 2%;
}
.ftr-nav {
	width: 100%;
	height: auto !important;
	margin-bottom: 20px;
}
}
@media (min-width:640px) and (max-width:1200px) {
#wrapper {
	width: 100% !important;
}
#line-top {
	width: 100%;
	height: auto;
}
.container-top {
	width: 100% !important;
	height: auto;
}
#inner {
	width: 100%;
}
.line-left {
	width: 96% !important;
	height: auto;
	float: left;
	margin: 0 2% 0 2%;
}
#header-main {
	width: 100% !important;
}
.header {
	width: 100% !important;
}
.logo {
	width: 26% !important;
	margin: 15px 2% 0 2%;
}
.hed_right {
	width: 70% !important;
	float: left !important;
	margin: 10px 0px 0px 0px !important;
}
#about_main {
	width: 100%;
}
#about-left {
	width: 52%;
	height: auto;
	margin: 0 3% 0 2%;
}
#about-right {
	width: 36%;
	float: left !important;
	margin: 30px 3% 0 3% !important;
}
#about-right img {
	width: 100%;
}
.banner-main {
	width: 100%;
	height: auto !important;
}
#wel-main {
	width: 100%;
	height: auto;
}
.wel {
	width: 100% !important;
	height: auto;
}
.wel-left {
	width: 46% !important;
	height: auto;
	margin: 0 2% 0 2%;
}
.wel-right {
	width: 46% !important;
	height: auto;
	float: left !important;
	margin: 20px 2% 0px 2% !important;
}
.wel-right p a {
	float: left !important;
	mrgin: 50px 0px 0px 0px !important;
	padding: 0px 0px 0px 0px;
	text-decoration: none;
}
.inr {
	float: left;
	margin: 10px 0px 0px 0px !important;
}
#ourclients {
	width: 95%;
	height: auto;
}
#ourclientimg {
	width: 26%;
	height: auto;
	float: left;
}
#gly_main {
	width: 100%;
}
#glyimg {
	width: 45%;
	height: auto;
	margin: 20px 20px 0px 0px;
}
#glyimg img {
	width: 100%;
}
#gallery_main {
	width: 100%;
	height: auto;
}
#gallery_mn {
	width: 100%;
}
#gallery {
	width: 100%;
	height: auto;
}
#galleryimg {
	width: 46%;
	height: auto;
	margin: 15px 2% 0px 2% !important;
}
#galleryimg img {
	width: 100%;
	height: auto;
}
#galleryimg a {
	float: left;
	margin: -46px 0px 0px 5px;
}
.ftr-wrapper {
	width: 100%;
}
.ftr-container {
	width: 100%;
}
.ftr-copy {
	width: 20%;
	height: auto !important;
	float: right !important;
	margin: 10PX 0% 0 0%;
}
.ftr-nav {
	width: 75%;
	height: auto !important;
	margin-bottom: 20px;
}
}
@media (width:640px) {
.ftr-copy {
	width: 18%;
	height: auto !important;
	float: right !important;
	margin: 20px 6% 0 0%;
}
}
</ul>
