a.color-btn, form.customform button.color-btn {
	background: #fff;
   border: 1px solid #e2e2e2;
	border-radius: 3px;
	color: #001925;
	display: block;
	font-size: 11px;
	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 {
    /*background: none repeat scroll 0 0 #091748;*/
}

header {
	width: 100%;
	z-index: 10;
}

h1 img { width: auto; max-width: 100%;}
.top-nav li a, .side-menu li a {
	color: #fff;
	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 #7a9dc1;
	color: #000000;
	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;
	padding: 0px 6px 0px 23px;
}
.box .section-title{background:#eeeeee; padding:4px;border-bottom: 1px solid #e4e4e4;margin-top: -1px; border-top: 1px solid #e4e4e4;box-shadow: 0 -1px 0px rgba(0,0,0,.15) inset}
.box {border:1px solid #ddd;margin-left: 3px;}
.box ul li {
    background: url(../images/widget-links.png) no-repeat 5px center;
    color: #676768 !important;
    display: block;
    padding: 3px 0px 2px 25px;
}
.s-12.l-4.box {width: 36%;
    margin: 0px 0px 5px 14px;}
#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-top: 12px;
}
#services h2 {
	font-size:130%;
}

#services h3 {
	color: #524e4e;
	font-weight: 700;
}
#services p {
	color: #131313;
}

.news li{
	position: relative;
    padding: 5px;
    width: 98%;
    border: 1px dotted #808080;
    list-style: none;
    margin-bottom: 7px;
}

.news li a{color:#000;}

#content {
	position: relative;
	z-index: 2;    margin-bottom: 27px;
}
#content input, #content textarea {
	/*background: none repeat scroll 0 0 #ffffff;*/
	border-radius: 3px;
}
form.customform button.color-btn {
	height: auto;
	margin-top: 0;
}

#content h3 {
	color: #303a35;
	font-size: 113%;
}
#content p {
	font-style: normal;
	line-height: 19px;
}
#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;line-height: 16px;
    color: #ffffff;
    background: #3e3e3e;
    font-size: 96%;
    border-left: 1px solid #d6d3d3;
    border-right: 1px solid #d6d3d3;
}

footer  ul a {color: #ffffff!important;}

ul#footer a, ul#footer {color: #fff; list-style-type:none;}
.toplinks {
	background: #483a34;
}

@media screen and (max-width: 768px) {
 header {
 	position: relative;
 }
 .top-nav li, .side-menu li {float:left;width:100%; border-right: none;}
 .top-nav li a, .side-menu li a {
	 
 }
 #carousel .text {
 	font-size: 0.8em;
 	top: 20%;
 }
 .owl-controls.clickable {
 	display: none!important;
 }
 .right {
 	float: none;
 }
 .social.right {
 	float: right;
 }
 #about-us article {
 	padding: 4em 2.5em;
 }
}
@media screen and (max-width: 480px) {
 #topbar {
 	line-height: 1.625em;
 	text-align: center;
 }
 .social.right {
 	float: none;
 }
 p.logo, p.nav-text {
 	text-align: center;
 }

}

@media screen and (max-width: 769px){
.toplinks ul, .right { margin-left:0px; float:right;}
.toplinks li{
float: left;
list-style: none outside none;
padding: 3px!important;
width:86%;
}
.toplinks {background: #dadbe0; display:block; float: right;}
section{padding:0px!important;}

}

.toplinks li {display: inline; padding: 5px; background: #dadbe0; color:#000;font-size:97%;}
.toplinks li a{color:#000000; 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 #d3d2d2 !important;
    color: #676768 !important;
    display: block;
    padding: 5px 0px 5px 25px;}
ul.catg{ border: 1px solid #d3d2d2;}

section {padding: 0px 0px 0px 25px;}
section ul, section ol  {padding: 4px 0px 6px 25px;}

	a:focus {outline-width: 1px;
  outline-style: solid;
  outline-color: #ff7e0c;}

a.tempcolor-button{
	background: url(../images/icon.png) no-repeat scroll 130px 3px #eeeeee;
    display: block;
    padding: 5px 10px;
    min-width: 155px; text-align: center;
    float: right;  margin-top: 5px;border:1px solid #e2e2e2;box-shadow: 0 -1px 0px rgba(0,0,0,.15) inset;
}

a.tempcolor-button:hover {background:url(../images/icon-hover.png) no-repeat scroll 130px 3px #accdf1;border:1px solid #cde4fc;}
.news-events li{
	position: relative;
    padding:0px 0px 8px 3px;
    list-style-type: square;
}
.news-events li a {color:#000;}
.bg {background: #dadbe0; width: 100%;padding: 5px;}
#ext img{ position: relative;    padding-bottom: 6px;
    right: -34px;}
caption {
    color: green;
    font-weight: bold;
}

#header{
	width:100%;
	position:relative;
	margin:0 auto;
	background:#ffffff;
}

#header img.logo{margin:0 auto;display:block; float:none;}

#header h1{
	color:#314946; margin:0px;
	font-size: 235%; text-shadow: 1px 1px #999; font-weight: bold; font-style: normal;
}
#header h2{
	position:absolute;
	left:119px;
	top: 57px;
	color: #2d2b2b;
	font-size: 118%;
}
img#banner { margin:0 auto; display:block; padding:0px 0px 7px 15px; max-width:720px;}

@media screen and (max-width:940px)
{
#header img.logo {float:left; display:block; max-height:90%;position:relative; left:0px;top:0px; width:auto; height:auto;}
#header {padding:2px;}
#header h1{
	text-align: left;
    display: block;
    position: relative;
    left: 0;
    top: 0;
	word-wrap: break-word;
}
#header h2{
	position: relative;
    left: 0;
    top: 0;
	word-wrap: break-word;
}
.s-12.l-4.box {width:98%; display:block; float:left;}
.s-12.l-2.block1 {width:98%!important; float:left;}
	}

.leftimg {margin:0 auto; display:block; max-width:210px; padding: 11px 0px 0px 0px;}
img.leftimg {max-width:100%;}
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; border:1px solid #d3d2d2; margin-top:8px;}
section li img {vertical-align:middle;display: inline;}

 /*span { background: #fff;}*/
 #cssmenu span {background: none;}
 /*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: 42px;
	margin-top:36px;
	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;
}
hr {border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(128, 125, 125, 0.75), rgba(0, 0, 0, 0));
    float: left;
    width: 100%;
    line-height: 18px;
    margin: 13px 0px 15px 0px;}
	footer p {    padding: 4px;}
	
.s-12.l-2.block1{width: 15%;}
.s-12.l-2.block1 .area{margin-bottom: 11px; text-align:center; border: 1px solid #e4e4e4;}
.block1 img{vertical-align:middle; margin:0 auto; float:none; display:block; padding-bottom:12px;}
.block1 h2{background: #eeeeee; padding:2px;font-size: 111%!important; border:1px solid #e2e2e2;margin-top: -2px;}

@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;
    }
	caption {width:197px; text-align:left;}
	
	/* Hide table headers (but not display: none;, for accessibility) */
	thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	tr { border: 1px solid #ccc; }
	
	td { 
		/* Behave like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 50%; 
	}
	
	td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 0px;
		width: 50%; 
		padding-right: 0px;
	}
}

.navrgt {border:1px solid #c1c1c1; border-radius:2px;}
.navrgt li{color:#000;list-style: none; padding: 4px 0px 4px 5px; border-bottom: 1px dotted #c1c1c1;}
.navrgt li a{color:#000;}
.box p{padding:2px 0px 8px 36px;}
.zoom_in_out {
    padding:0px 2px !important;
}