@charset "utf-8";
/* +++++++++++++++++++++++++++++++++++ START FONT +++++++++++++++++++++++++++++++++++++++++ */
@font-face {
    font-family: 'open_sansregular';
    src: url('font/OpenSans-Regular-webfont.eot');
    src: url('font/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/OpenSans-Regular-webfont.woff') format('woff'),
         url('font/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('font/OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'open_sanslight';
    src: url('font/OpenSans-Light-webfont.eot');
    src: url('font/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/OpenSans-Light-webfont.woff') format('woff'),
         url('font/OpenSans-Light-webfont.ttf') format('truetype'),
         url('font/OpenSans-Light-webfont.svg#open_sanslight') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'open_sansbold';
    src: url('font/OpenSans-Bold-webfont.eot');
    src: url('font/OpenSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/OpenSans-Bold-webfont.woff') format('woff'),
         url('font/OpenSans-Bold-webfont.ttf') format('truetype'),
         url('font/OpenSans-Bold-webfont.svg#open_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'open_sansextrabold';
    src: url('font/OpenSans-ExtraBold-webfont.eot');
    src: url('font/OpenSans-ExtraBold-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/OpenSans-ExtraBold-webfont.woff') format('woff'),
         url('font/OpenSans-ExtraBold-webfont.ttf') format('truetype'),
         url('font/OpenSans-ExtraBold-webfont.svg#open_sansextrabold') format('svg');
    font-weight: normal;
    font-style: normal;
}
body{
	font-size:16px;
	margin:0;
	padding:0;
	font-family:'open_sansregular';
	background: url(../img/hg.png) no-repeat center center fixed;
}
.clearer{
	clear:both;
}
.move{
	-webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.content-wrapper{
	background:#404040;
	max-width:1200px;
	width:100%;
	margin:50px auto;
	min-height:1200px;
	-webkit-box-shadow: 0px 0px 25px 5px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 25px 5px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 25px 5px rgba(0,0,0,0.75);
}
.lgo-big{
	padding:20px 0 20px 30px;
}
.lgo-small{
	display:block;
	padding:20px 0 20px 10px;
	width:250px;
	float:left;
}
.lgo-medium{
	display:none;
	padding:20px 0 20px 30px;
}
.lgo-big{
	display:none;
	padding:20px 0 20px 30px;
}
.navibar{
	background:#40833c;
	margin-top:-17px;
	min-height:50px;
	float:right;
	-webkit-box-shadow: 0px 0px 25px 5px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 25px 5px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 25px 5px rgba(0,0,0,0.75);
}
.navibar ul{
	
}

#big-nav{
	display:none;
}
#slideout{
	width: 50px;
	height:85px;
    float: right;
    font-family: 'open_sanslight';
    font-size: 18px;
    color: #fff;
    padding-top: 35px;
    padding-right: 5px;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
	text-align: center;
	z-index:99;
}
#slideout_inner {
	display:none;
	color:#fff;
	font-size:18px;
	position: absolute;
	top: 170px;
	left:0;
	background-color: #40833c;
	width: 100%;
	margin:0 auto;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
	text-align: center;
	-webkit-border-radius: 0 0 5px 0;
	-moz-border-radius: 0 0 5px 0;
	border-radius: 0 0 5px 0;
	z-index:999;
	-webkit-box-shadow: -4px 10px 10px -6px rgba(0,0,0,0.75);
	-moz-box-shadow: -4px 10px 10px -6px rgba(0,0,0,0.75);
	box-shadow: -4px 10px 10px -6px rgba(0,0,0,0.75);
}
#slideout_inner span{
	font-size:18px;
	color:#fff;
}
#slideout:hover #slideout_inner {
	margin:0 auto;
	display:block;
	-webkit-transition: all .25s ease-in;
}
a { text-decoration: none; }
ol, ul { list-style: none; margin:0; padding:0; }
header {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  margin-top:0px;
}
p {
	font-size:16px;
	color:#fff;
}
/*** Styling top level items*/
.nav a, .nav label {
	display: block;
	padding: .85rem;
	color: #fff;
	font-size:16px;
	-webkit-transition: all .25s ease-in;
	transition: all .25s ease-in;
}
.nav a:focus, .nav label:focus, .nav a:hover, .nav label:hover {
  color: rgba(255, 255, 255, 0.5);
  background: #2d582a;
}
.nav label { cursor: pointer; }
/*** Styling first level lists items */
.group-list a, .group-list label {
  padding-left: 2rem;
  background: #4c9248;
  font-size:14px;
  border-bottom:1px sold #fff;
}
.group-list a:focus, .group-list a:hover, .group-list label:focus, .group-list label:hover, .group-list li:hover { background: #2d582a !important; }
/*** Hide nested lists*/
.group-list, .sub-group-list, .sub-sub-group-list {
  height: 100%;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height .5s ease-in-out;
  transition: max-height .5s ease-in-out;
}
.nav__list input[type=checkbox]:checked + label + ul { /* reset the height when checkbox is checked */
max-height: 1000px; }
/**Rotating chevron icon */
.selected{
	background:#2d582a !important;
}
label > span {
  float: right;
  -webkit-transition: -webkit-transform .65s ease;
  transition: transform .65s ease;
}
.nav__list input[type=checkbox]:checked + label > span {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.row-one{
	width:100%;
	min-height:5px;
	background:#2d582a;
	margin-bottom:5px;
}
.row-two{
	width:100%;
	min-height:8px;
	background:#40833c;
	margin-bottom:5px;
}
.content-container{
	margin:0 15px;
}
.content-container p{
	color:#fff;
	
}
.sub-content-container{
	margin:0 35px;
}
.sub-content-container p{
	color:#fff;
	
}
h1{
	color:#5cb757;
	font-size:28px;
	font-family:'open_sanslight';
	padding:15px 0 25px 0;
}
h2{
	color:#fff;
	font-size:20px;
	font-family:'open_sanslight';
	padding:0;
}
.smaller h2{
	font-size:20px;
}
.center{
	text-align:center;
}
.service-container{
	width:100%;
	margin:0 auto;
}
.text-container{
	width:100%;
	max-width:950px;
	margin:0 auto;
	color:#fff;
}
.service-item{
	width:100%;
	display:inline-block;
	text-align:center;
	color:#fff;
	margin-bottom:20px;
}
.service-item h2{
	text-align:center;
}
.service-item p{
	margin-bottom:25px;
}
.service-item p a{
	color:#5cb757;
	font-size:12px;
	text-decoration:none;
}
.service-item p a:hover{
	color:#5cb757;
	text-decoration:underline;
}
.left-link-row{
	width:100%;
	float:none;
}
.right-link-row{
	width:100%;
	float:none;
}
.link-logo{
	width:60px;
	text-align:left;
	float:left;
}
.link-txt{
	float:left;
	width:75%;
	font-size:14px;
	color:#fff;
	margin-bottom:25px;
}
.link-txt a{
	color:#5cb757;
	font-size:12px;
	text-decoration:none;
}
.link-txt h3{
	font-family:'open_sansextrabold';
	font-size:16px;
	color:#fff;
	margin:0 0 5px 0;
	line-height: 1;
}
.form-container input{
	width:95%;
	border:1px solid #2d582a;
	height:48px;
	color:#2d582a;
	font-size:16px;
	border-radius:4px;
	padding-left:10px;
	margin-bottom:35px;
}
.form-container textarea{
	width:95%;
	border:1px solid #2d582a;
	height:150px;
	color:#2d582a;
	font-size:16px;
	border-radius:4px;
	padding-left:10px;
	padding-top:10px;
	margin-bottom:35px;
	resize:none;
}
.form-container label{
	color:#fff;
	font-size:16px;
	font-family:'open_sansextrabold';
}
.btn_group{
	width:65%;
	margin:0 auto;

}
.btn {
  width:96% !important;
  padding: 0 15px;
  font-size: 22px !important;
  font-weight:bold;
  line-height: 35px;
  color: #fff !important;
  text-align: center;
  text-decoration:none !important;
  text-shadow: none;
  vertical-align: middle;
  cursor: pointer;
  background-color: #2d582a;
  border: 1px solid #2d582a;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}
.captcha{
	width:95%;
}
.captcha-img{
	width:100%;
	text-align:center;
	float:left;
	margin-bottom:15px;
}
.answer-code{
	width:100%;
	float:left;
}
.answer-code input{
	width:100%;
}
.submit-btn{
	float:left;
	width:100%;
	
}

@media only screen 
and (min-width: 320px) 
and (max-width: 480px) {
	#m1{
		top:262px !important;
	}
	#m2{
		top:374px !important;
	}
	#m3{
		top:374px !important;
	}
	#m4{
		top:597px !important;
	}
	#m5{
		top:613px !important;
	}
	#m6{
		top:154px !important;
	}
}


@media only screen 
and (min-width: 480px) 
and (max-width: 767px) {
	h1{
		color:#5cb757;
		font-size:32px;
		font-family:'open_sanslight';
		padding:25px 0;
	}
	h2{
		color:#fff;
		font-size:24px;
		font-family:'open_sanslight';
		padding:0;
	}
	.lgo-small{
		display:none;
		padding:20px 0 20px 10px;
	}
	.lgo-medium{
		display:block;
		padding:20px 0 20px 20px;
		width:350px;
		float:left;
	}
	.lgo-big{
		display:none;
		padding:20px 0 20px 30px;
	}
	.service-item{
		width:50%;
		float:left;
		min-height:350px;
	}
	.ref .service-item{
		min-height:430px;
	}
	.service-item p{
		padding:0 15px;
	}
	#slideout{
		padding-top: 35px;
		padding-right: 15px;
	}
}

@media only screen 
and (min-width: 768px) 
and (max-width: 1024px) {
	h1{
		color:#5cb757;
		font-size:36px;
		font-family:'open_sanslight';
		padding:25px 0;
	}
	h2{
		color:#fff;
		font-size:24px;
		font-family:'open_sanslight';
		padding:0;
	}
	.lgo-small{
		display:none;
		padding:20px 0 20px 10px;
	}
	.lgo-medium{
		display:none;
		padding:20px 0 20px 30px;
	}
	.lgo-big{
		display:block;
		padding:20px 0 20px 30px;
		width:450px;
		float:left;
	}
	.service-item{
		width:33%;
		float:left;
		min-height:390px;
	}
	.ref .service-item{
		min-height:450px;
	}
	.service-item p{
		padding:0 30px;
	}
	.nav-container{
		display:none;
	}
	#big-nav{
		display:block;
		background:#40833c;
		height:50px;
		width: auto;
		float: right;
		margin-top: -14px;
		-webkit-box-shadow: 0px 0px 25px 5px rgba(0,0,0,0.75);
		-moz-box-shadow: 0px 0px 25px 5px rgba(0,0,0,0.75);
		box-shadow: 0px 0px 25px 5px rgba(0,0,0,0.75);
	}
	.big-nav-container{
		margin:0 auto;
		text-align:center;
	}
	.navigation {
	  list-style: none;
	  padding: 0;
	  margin: 0;
	  height:50px;
	  font-family:'Open Sans';
	}
	.navigation .group-list{
		height: 100%;
		max-height: 250px;
		overflow: hidden;
		-webkit-transition: max-height .5s ease-in-out;
		 transition: max-height .5s ease-in-out;
	}
	.navigation label{
		display: block;
		font-family: 'open_sanslight';
		font-size: 16px;
		padding: 0 15px;
		text-decoration: none;
		line-height: 50px;
		color: #fff;
	}
	.navigation .fa-angle-down{
		line-height: 50px;
		padding-left:10px;
	}
	.navigation li {
	  float: left;
	  border-right: 1px solid #2d582a;
	}
	.navigation li:hover {
		background: #2d582a;
	}
	.navigation li a {
	  display: block;
	  font-family:'open_sanslight';
	  font-size:16px;
	  padding: 0 15px;
	  text-decoration: none;
	  line-height: 50px;
	  color: #fff;
	}
	.navigation ul {
	  display: none;
	  position: absolute;
	  list-style: none;
	  padding: 0;
	  overflow: hidden;
	  z-index: 99999999;
	}
	.navigation ul li {
	  float: none;
	}
	.navigation li:hover > ul {
	  display: block;
	  background: #2d582a;
	  border-top: 0;
	  -webkit-border-radius: 0 0 8px 8px;
	  border-radius: 0 0 8px 8px;
	  
	  -webkit-box-shadow:  0px 3px 3px 0px rgba(0, 0, 0, 0.25);
	  box-shadow:  0px 3px 3px 0px rgba(0, 0, 0, 0.25);
	}
	.navigation li:hover > ul li:hover {
	  -webkit-border-radius: 0 0 5px 5px;
	  border-radius: 0 0 5px 5px;
	}
	.navigation li li a:hover {
	  background: #4c9248;
	}
	.navigation ul li:last-child a,
	.navigation ul li:last-child a:hover {
	  -webkit-border-radius: 0 0 5px 5px;
	  border-radius: 0 0 5px 5px;
	  box-shadow:  0px 2px 3px -1px rgba(0, 0, 0, 1);
	}
	.left-link-row{
		width:50%;
		float:left;
	}
	.right-link-row{
		width:50%;
		float:left;
	}
	
	.captcha-img{
		width:170px;
		float:left;
	}
	.answer-code{
		width:35%;
		float:left;
	}
	.answer-code input{
		width:80%;
	}
	.submit-btn{
		float:left;
		width:40%;
		
	}
}

@media only screen 
and (min-width: 1025px) 
and (max-width: 3000px) {
	h1{
		color:#5cb757;
		font-size:40px;
		font-family:'open_sanslight';
		padding:25px 0;
	}
	h2{
		color:#fff;
		font-size:26px;
		font-family:'open_sanslight';
		padding:0;
	}
	.lgo-small{
		display:none;
		padding:20px 0 20px 10px;
	}
	.lgo-medium{
		display:none;
		padding:20px 0 20px 30px;
	}
	.lgo-big{
		display:block;
		padding:20px 0 20px 30px;
	}
	.service-item{
		width:33%;
		float:left;
		min-height:350px;
	}
	.ref .service-item{
		min-height:400px;
	}
	.service-item p{
		padding:0 40px;
	}
	.nav-container{
		display:none;
	}
	#big-nav{
		display:block;
		background:#40833c;
		height:60px;
		width: auto;
		float: right;
		margin-top: -14px;
		-webkit-box-shadow: 0px 0px 25px 5px rgba(0,0,0,0.75);
		-moz-box-shadow: 0px 0px 25px 5px rgba(0,0,0,0.75);
		box-shadow: 0px 0px 25px 5px rgba(0,0,0,0.75);
	}
	.big-nav-container{
		margin:0 auto;
		text-align:center;
	}
	.navigation {
	  list-style: none;
	  padding: 0;
	  margin: 0;
	  height:60px;
	  font-family:'Open Sans';
	}
	.navigation .group-list{
		height: 100%;
		max-height: 250px;
		overflow: hidden;
		-webkit-transition: max-height .5s ease-in-out;
		 transition: max-height .5s ease-in-out;
	}
	.navigation label{
		display: block;
		font-family: 'open_sanslight';
		font-size: 20px;
		padding: 0 15px;
		text-decoration: none;
		line-height: 60px;
		color: #fff;
	}
	.navigation .fa-angle-down{
		line-height: 60px;
		padding-left:10px;
	}
	.navigation li {
	  float: left;
	  border-right: 1px solid #2d582a;
	}
	.navigation li:hover {
		background: #2d582a;
	}
	.navigation li a {
	  display: block;
	  font-family:'open_sanslight';
	  font-size:20px;
	  padding: 0 15px;
	  text-decoration: none;
	  line-height: 60px;
	  color: #fff;
	}
	.navigation ul {
	  display: none;
	  position: absolute;
	  list-style: none;
	  padding: 0;
	  overflow: hidden;
	  z-index: 99999999;
	}
	.navigation ul li {
	  float: none;
	}
	.navigation li:hover > ul {
	  display: block;
	  background: #2d582a;
	  border-top: 0;
	  -webkit-border-radius: 0 0 8px 8px;
	  border-radius: 0 0 8px 8px;
	  
	  -webkit-box-shadow:  0px 3px 3px 0px rgba(0, 0, 0, 0.25);
	  box-shadow:  0px 3px 3px 0px rgba(0, 0, 0, 0.25);
	}
	.navigation li:hover > ul li:hover {
	  -webkit-border-radius: 0 0 5px 5px;
	  border-radius: 0 0 5px 5px;
	}
	.navigation li li a:hover {
	  background: #4c9248;
	}
	.navigation ul li:last-child a,
	.navigation ul li:last-child a:hover {
	  -webkit-border-radius: 0 0 5px 5px;
	  border-radius: 0 0 5px 5px;
	  box-shadow:  0px 2px 3px -1px rgba(0, 0, 0, 1);
	}
	.left-link-row{
		width:50%;
		float:left;
	}
	.right-link-row{
		width:50%;
		float:left;
	}
	.captcha-img{
		width:170px;
		float:left;
	}
	.answer-code{
		width:35%;
		float:left;
	}
	.answer-code input{
		width:80%;
	}
	.submit-btn{
		float:left;
		width:46%;
		
	}
}





#return-to-top {
	z-index: 99999;
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i {
    color: #fff;
    top: 5px;
}
.fa-angle-up{
	color: #fff;
    font-size: 30px;
    padding: 8px 15px;
}
