a.color-btn, form.customform button.color-btn {
	background: #fff;
   border: 1px solid #e2e2e2;
	border-radius: 3px;
	color: #001925;
	display: block;
	font-size: 12px;
	padding: 0.625em 1.25em;
	transition: all 0.20s linear 0s;
	-o-transition: all 0.20s linear 0s;
	-ms-transition: all 0.20s linear 0s;
	-moz-transition: all 0.20s linear 0s;
	-webkit-transition: all 0.20s linear 0s;
	margin-top: 7px;
	text-align: center;
}
a.color-btn:hover, form.customform button.color-btn:hover {
	border: 1px solid #92c500;
	color: #00283a;
}
#topbar {
    position: relative;
}
#topbar p {
	color: #fff;
	font-size: 0.75em;
	opacity: 0.5;
	position: relative;
	top: 2px;
}
#topbar p strong {
	font-weight: 600;
}
#topbar i {
	color: #ffffff;
	font-size: 1.1em;
	opacity: 0.5;
	transition: all 0.20s linear 0s;
	-o-transition: all 0.20s linear 0s;
	-ms-transition: all 0.20s linear 0s;
	-moz-transition: all 0.20s linear 0s;
	-webkit-transition: all 0.20s linear 0s;
}
#topbar i:hover {
	color: #92c500;
	cursor: pointer;
	opacity: 1;
}
nav {
	border-top: 1px solid #000;
}

header {
	width: 100%;
	z-index: 10;
}

.sidebar_box {
	position: relative;
	margin-bottom: 36px;
	background-color: #ffd799;
}

h1 img { width: auto; max-width: 100%;}
.top-nav li a, .side-menu li a {
	color: #000;
	font-size: 13px;
	padding: 10px 26px;
	transition: all 0.20s linear 0s;
	-o-transition: all 0.20s linear 0s;
	-ms-transition: all 0.20s linear 0s;
	-moz-transition: all 0.20s linear 0s;
	-webkit-transition: all 0.20s linear 0s;
	text-decoration: none;
}
.top-nav li a:hover, .top-nav li.active-item a, .side-menu li a:hover, .side-menu li.active-item a {
	background: none repeat scroll 0 0 #0C0E0D;
	color: #ffffff;
	position: relative;
}
#carousel .text {
	position: absolute;
	top: 40%;
	z-index: 10;
}
.item {
	overflow: hidden;
	width: 100%;
}
.prev-arrow, .next-arrow {
	background: none repeat scroll 0 0 #00283a;
	cursor: pointer;
	float: left;
	height: 30px;
	line-height: 30px;
	margin-right: 1px;
	text-align: center;
	width: 30px;
}
#carousel .text h2 {
	background: none repeat scroll 0 0 rgba(146, 197, 0, 0.8);
	color: #fff;
	display: inline-block;
	font-size: 2em;
	font-weight: 300;
	margin: 1px 0;
	max-width: 600px;
	padding: 10px 20px;
	width: 100%;
}
#carousel .text p {
	background: none repeat scroll 0 0 #00283a;
	color: #fff;
	max-width: 600px;
	padding: 10px 20px;
	width: 100%;
}
#carousel .owl-theme .owl-controls {
	background: none repeat scroll 0 0 rgba(0, 40, 58, 0.53);
	bottom: 0;
	margin: 0;
	padding: 0.625em 0;
	position: absolute;
	width: 100%;
}
.owl-theme .owl-controls .owl-page span {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	border: 3px solid rgba(0, 40, 58, 0.57);
	height: 18px;
	margin: 0 0.3125em;
	opacity: 1;
	width: 18px;
}
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
	background: none repeat scroll 0 0 #92c500;
}
#first-block {
	background: none repeat scroll 0 0 #00283a;
	padding: 3em 2em;
	text-align: center;
}
#first-block h1 {
	color: #fff;
	font-size: 2em;
	font-weight: 300;
	margin-top: 0;
}
#first-block p {
	color: #6c7c84;
	font-size: 0.85em;
}
#features {
	background: none repeat scroll 0 0 #fff;
	border-bottom: 2px solid #ececec;
	padding: 3em 2em;
	position: relative;
	text-align: center;
	z-index: 2;
}
#features i {
	background: none repeat scroll 0 0 #92c500;
	border-radius: 100px;
	box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.3) inset;
	color: #fff;
	display: inline-block;
	font-size: 2em;
	height: 100px;
	line-height: 100px;
	text-align: center;
	width: 100px;
}
#features h2 {
	font-size: 14px;
	font-weight: 600;
	margin: 1.25em 0;
}
#features p {
	font-size: 12px;
	line-height: 1.5em;
}
#about-us {
	background: none repeat scroll 0 0 #00283a;
	clear: both;
}
#about-us:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	line-height: 0;
	visibility: hidden;
}
#about-us article {
	padding: 4em;
}
article h2 {
	font-size: 4em;
	font-weight: 900;
	line-height: 0.9;
	margin: 0 0 0.625em 0
}
article h1, article h2, article h3, article h4, article h5, article h6 {
	color: #fff;
}
.media-container {
 overflow: hidden;
}
.media-container video, .media-container img {
 display: block;
 height: 100%;
 max-width: none;
 min-width: 100%;
 width: auto;
}
article p, article li {
	color: #fff;
	font-size: 0.85em;
	opacity: 0.7;
}
article ul {
	padding: 1.25em 0;
}
article ul li {
	list-style-type: none;
	margin: 0.625em 0;
	padding: 0 0 0 1em;
}
article ul li:before {
	background: #00283a none repeat scroll 0 0;
	color: #fff;
	content: "\f006";
	display: inline-block;
	font-family: "mfg";
	font-size: 0.8em;
	height: 20px;
	line-height: 20px;
	margin-left: -1em;
	margin-right: 0.625em;
	text-align: center;
	width: 20px;
}
.about-us-icons i {
	border: 2px solid #92c500;
	border-radius: 100px;
	color: #92c500;
	display: block;
	float: left;
	font-size: 1.6em;
	height: 60px;
	line-height: 60px;
	margin-right: 0.625em;
	text-align: center;
	width: 60px;
}
.about-us-icons {
	display: block;
	margin-top: 2em;
}

h2.section-title {
	font-size: 14px;
	font-weight: bold;
}
#our-work {
	background: none repeat scroll 0 0 #fff;padding: 12px 0px 0px 3px;
	position: relative;
	z-index: 2;
}
.tab-item {
	background: #fff none repeat scroll 0 0;
	padding: 1.25em 0;
}
.our-work-container {
	display: block;
	height: 100%;
	position: relative;
}
.our-work-text {
	background: #00283a none repeat scroll 0 0;
	bottom: 0;
	display: block;
	left: 0;
	opacity: 0;
	padding: 1.25em;
	position: absolute;
	right: 0;
	text-align: center;
	transition: opacity 0.20s linear 0s;
	-o-transition: opacityd 0.20s linear 0s;
	-ms-transition: opacity 0.20s linear 0s;
	-moz-transition: opacity 0.20s linear 0s;
	-webkit-transition: opacity 0.20s linear 0s;
	width: 100%;
}
.our-work-container:hover > .our-work-text {
	opacity: 1;
}
.our-work-text h4 {
	color: #fff;
	font-size: 1em;
	font-weight: 600;
}
.our-work-text p {
	color: #fff;
	font-size: 0.8em;
	opacity: 0.7;
}
.tab-nav {
	display: block;
}
a.tab-label, a.tab-label:link, a.tab-label:visited {
	background: #00283a none repeat scroll 0 0;
	color: #fff;
	display: block;
	font-size: 1em;
	transition: all 0.20s linear 0s;
	-o-transition: all 0.20s linear 0s;
	-ms-transition: all 0.20s linear 0s;
	-moz-transition: all 0.20s linear 0s;
	-webkit-transition: all 0.20s linear 0s;
	border-bottom: 2px solid #011d29;
}
a.tab-label:hover, a.tab-label.active-btn {
	background: #337133;
	color: #fff;
}
#services {
	background: #ffffff;
	padding: 17px;
}
#services h2 {
	color: #904331;
	font-size:129%;
}

#services h3 {
	color: #524e4e;
	font-weight: 700;
}
#services p {
	color: #131313;
}
.news {
	border: 1px dotted #808080;}
.news li{
	position: relative;
	padding: 10px;
	list-style: none;
	margin-bottom: 7px;
}

.news li a{color:#000;}

#content {
	position: relative;
	z-index: 2;
}
#content input, #content textarea {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	border-radius: 3px;
}
form.customform button.color-btn {
	height: auto;
	margin-top: 0;
}

#content h3 {
	color: #303a35;
	font-size: 105%;
 	font-weight: 700;
}
#content p {
	font-style: normal;
	line-height: 2em;
	text-align:justify;
	
}
#content p strong {
	font-weight: 700;
	
}
#content i {
	background: #e0e0e0 none repeat scroll 0 0;
	border-radius: 30px;
	color: #fff;
	display: inline-block;
	line-height: 26px;
	margin: 0.625em;
	text-align: center;
	width: 26px;
}

footer {
	padding: 1.5em 3px;
    color: #ffffff;
    background: #92412e;
    font-size: 96%;
	text-align:center;
}
footer a {color:#ffffff;}

footer  ul a {color: #ffffff!important;}

ul#footer a, ul#footer {color: #fff; list-style-type:none;}
.toplinks {
    line-height: 26px;
	background: #dcb27f;
}
.toplinks ul {padding-left:0px;}
@media screen and (max-width: 768px) {
 header {
 	position: relative;
 }
 caption{ text-align:left!important;}
  body{width:100%;}
 .top-nav li, .side-menu li {float:left;width:100%; border-right: none;}
 .top-nav li a, .side-menu li a {
 	background: #314946 none repeat scroll 0 0;
 }
 #carousel .text {
 	font-size: 0.8em;
 	top: 20%;
 }
 .owl-controls.clickable {
 	display: none!important;
 }

 .social.right {
 	float: right;
 }
 #about-us article {
 	padding: 4em 2.5em;
 }
}
@media screen and (max-width: 768px) {
 #topbar {
 	line-height: 1.625em;
 	text-align: center;
 }
}
@media screen and (max-width: 480px) {

 ul#main-menu { width: 100%;}
 .social.right {
 	float: none;
 }
 p.logo, p.nav-text {
 	text-align: center;
 }
}

@media screen and (max-width: 767px){
.toplinks ul, .right { margin-left:0px; float:right;}
.toplinks li{
float: left;
list-style: none outside none;
padding: 3px!important;
width:86%;
}
.toplinks {background: #dcb27f; display:block; float: right;}
ul#main-menu { width: 100%;}
}

.toplinks li {display: inline; padding: 5px; color:#000; background: #dcb27f; font-size:91%;}
.toplinks li a{color:#000; text-decoration: none;}
.toplinks li a:hover{text-decoration: underline;}
.toplinks li img {vertical-align: middle; display: inline;}
ul, ol {
 padding-left: 11px;
}


ol.uroman, ol li.uroman{ list-style-type:upper-roman;}
ol.lroman, ol li.lroman{ list-style-type:lower-roman;}
ol.ualpha, ol li.ualpha {list-style-type: upper-alpha;}
ol.lalpha, ol li.lalpha{list-style-type: lower-alpha;}

.rgt-btn{float: right;padding: 4px;}

section img {vertical-align:middle;}
.js-btn,
.js-hide-show_btn {
  background: rgb(255,255,255); /* Fallback */
  background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(243,243,243,1) 50%, rgba(237,237,237,1) 51%, rgba(243,243,243,1) 100%);
  border: 1px solid #dfdfdf;
  border-radius: 5px;
  box-shadow: 0 1px 3px rgba(000,000,000,0.1), inset 0 0 3px rgba(255,255,255,1);
  cursor: pointer;
  display: inline-block;
  font-size: 1em;
  font-weight: 400;
  line-height: 1em;
  margin: 1em 5px;
  padding: 5px 1em;
  text-shadow: 0 -1px 0 rgba(000,000,000,0.2), 0 1px 0 rgba(255,255,255,1);
}

.td {display: table-cell;}
.gallery img {display: inline; margin-bottom: 3px;}


ul.catg li{background: url(../images/widget-links.png) no-repeat 5px center;
    border-bottom:1px solid #e8c48c !important;
    color: #000;
    display: block;
    padding: 5px 0px 5px 26px;
	text-align: left;}

section {padding: 0px 6px 0px 23px;word-wrap: break-word;}
section ul, section ol  {padding: 4px 0px 6px 25px;}

	a:focus {outline-width: 1px;
  outline-style: solid;
  outline-color: #ff7e0c;}

a.tempcolor-button{
background-color: #5A4F4A;
    color: #fff;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 12px;
    padding-right: 12px;
    font-weight: normal;
    font-size: 95%;
    text-decoration: none;
    border: 0px solid #ccc;
    margin-top: 8px;
    margin-bottom: 10px;
	float: right;}
	
.news-events li{
	position: relative;
    padding: 6px;
    width: 95%;
    border: 1px dotted #808080;
    list-style-type: square;
    margin-bottom: 4px;
	list-style-position: inside;
}
.news-events li a {color:#000;}
.bg {background: #dcb27f; width: 100%;}
#ext img{ position: relative;
    right: -34px;}
caption {
    color: green;
    font-weight: bold;
	min-width: 174px;
    text-align: center;
}

#header{
	width:100%;
	min-height:100px;
	position:relative;
	margin:0 auto;
	background:#e0ba8c;
}

#header img.logo{
	float:right;
}

#header h1{
	position:absolute;
	left:66px;
	top:20px;
	color:#000000;
	font-size: 235%; 
	text-shadow: 1px 1px #999;
	font-weight: bold;
	font-style: normal;
	text-transform: capitalize;
	text-align: justify;
}
#header h2{
	position:absolute;
	left:59px;
	top: 57px;
	color: #000000;
	font-size: 130%;
	text-transform:uppercase;
	text-align:center;
}
img#banner { margin:0 auto; display:block; padding:0px 0px 7px 15px; max-width:720px;}

@media screen and (max-width:769px)
{
#header {text-align:center;}
#header img.logo {float:right; display:block; max-height:90%;position:relative; left:0px;top:0px; width:100%; height:auto;}
#header {padding:2px;}
#header h1{
	text-align: center;
    display: block;
    position: relative;
    left: 0;
    top: 0;
}
#header h2{
	position: relative;
    left: 0;
    top: 0;text-align: center;
}

	}

.leftimg {margin:0 auto; display:block; padding: 2px 2px 3px 2px;}
img.leftimg {
	max-width:400px;
	border:1px solid #bdbdbd
}
ul.catg li:last-child {border-bottom:none!important;}

form input, form select, form textarea {
    padding: 5px;
    color: #333333;
    border: 1px solid #ddd;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background-color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.9em;
}
.hdesk {padding:4px; margin-top:8px; font-size: 105%; font-weight: bold;background:#fff1d9;
	border: 1px solid #ffd799;}
section li img {vertical-align:middle;display: inline;}

@media 
only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px) {

	/* Force table to not be like tables anymore */
	table, thead, tbody, th, td, tr { 
		display: block; 
		word-wrap: break-word;
	}
	
	tr { border: 1px solid #ccc; }
	
	td { 
		/* Behave like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
	}
	table.noti td {width:100%!important;}

}

@media screen and (max-width: 1360px) {
.intro {position: relative;
    left: 0px!important;}
img.leftimg {max-width:100%;}

}

	
.table {display:table; width:95%;}
.row {display:table-row;}
.cell {display:table-cell;}
 span { background: #fff;}
 
footer p a {color:#fff!important;}

.message {border:0; background:#e8cfaf;color:#000;font-weight:bold; padding: 10px 0px 9px 10px;}
.message-box{background:#fff6ea; padding: 0px 0px 0px 12px;line-height: 25px; text-align:left;border:0;}
.intro {font-size:97%;position: relative;
    left: -38px;margin-bottom: 12px;}
li img.n-icon{ vertical-align:middle; display:inline; padding:4px;}
.news li img, .catg li img{display:inline;}
/*zmr*/
.zoom{display: block;}
    .large{background: none;}
    /*.small{width:1080px;}*/
	.large{font-size:120%;width:1214px;} 
.az-wrap,.az-small{
	position: relative;
	display:block;
}
.az-large{
    position: relative;
}
.az-wrap-inner{
	margin: 0 auto;
  height:auto!important;
}
/* This wraps the large image and hides it */
.az-zoom {
	background: #fff;
	border: #fff 5px solid;
	position: absolute;
    margin-left: 38px;
	margin-top:34px;
	top: 0;
	left: 0;
	width: 200px;
	height: 200px;
	overflow: hidden;
	z-index: 100;
	display: none;
	/*-moz-box-shadow: inset 0px 0px 4px #000;
	-webkit-box-shadow: inset 0px 0px 4px #000;*/
	box-shadow: inset 0px 0px 4px #000;
	border-radius: 100px;
}
/* Class applied to az-mover when large image is windowed */
.az-windowed {
	overflow: hidden;
	position: absolute;
}
/* Class applied to az-mover when large image is fully shown */
.az-expanded {
	height: auto;
	width: auto;
	position: static;
	overflow: visible;
}

/* overlay small area */
.az-overlay {
	background-color: #000;
	opacity: 0.3;
	/*filter: alpha(opacity=30);*/
	z-index: 10;
}
.az-coords, .az-overly {
	display: none; /* hidden when expanded */
}
.az-zoom .az-coords {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	background: #000;
	background: rgba(0,0,0,0.5);
	color: #fff;
}
/*zmr*/
.block {padding: 4px;
    border: 1px solid #d2bbbb; margin-bottom:17px;}
.block1{
    font-weight: bold;text-align:center;color: #037117;}
.month {padding: 4px;
    margin-top: 8px;
    font-size: 105%;
    font-weight: bold;
    background: #f7efdd;text-align:center; border-left: 1px solid #d2bbbb;border-right: 1px solid #d2bbbb;border-top: 1px solid #d2bbbb;}
 @media screen and (max-width: 800px) {

    table.contacts {
	  height:auto;
    }

    table.contacts thead, table.contacts th {
      display: none;
    }

    table.contacts tr {
      margin-bottom: 10px;
      display: block;
    }

    table.contacts td {
      display: block;
      text-align: right;
      font-size: 1em;
    }

    table.contacts td:last-child {
      border-bottom: 0;
    }

    table.contacts td:before {
      content: attr(data-label);
      float: left;
      font-weight: bold;
    }
  }
  
  .servey li{
	position: relative;
	padding: 5px;
	list-style: none;
	margin-bottom: 7px;
}
.servey li img, .catg li img{display:inline;}
.servey li a{color:red;}
