@import "animate.css";
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);
@import url(//fonts.googleapis.com/css?family=Open+Sans:400,600,700);
/*========================================================
                      Main Styles
=========================================================*/
body {
  background: #999999; /* lite grey */
  color: #666666; /* darker grey text*/
  font: 400 16px/28px 'Open Sans', sans-serif;
  -webkit-text-size-adjust: none;
}
img {
  max-width: 100%;
  height: auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 2px;
  color: #222222; /* very dark grey H1 text*/
}
h1 {
  font-size: 28px;
  font-weight: 600;
  line-height: 1;
  margin-top:20;
}
h2 {
  font-size: 22px;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 600;
  display: inline-block;
}
h3 {
  font-size: 15px;
}
h4 {
  font-size: 15px;
}
h5 {
  font-size: 15px;
}
h6 {
  font-size: 15px;
}
p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#222222;
}
.p2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#222222;
	font-style: italic;	
	}


p a:hover {
  text-decoration: underline;
}
time {
  display: block;
}
a {
	font: inherit;
	color: inherit;
	text-decoration: underline;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
a:active {
  background: transparent;
}
a:focus {
  outline: none;
}
a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}
a[href^="malito:"] {
  display: inline-block;
  text-decoration: underline;
}
a[href^="malito:"]:hover {
  color: #98b237;
}
strong {
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 2px;
  color: #222222;
}
.fa {
  line-height: inherit;
}
[class*='fa-']:before {
  font-weight: 400;
  font-family: 'FontAwesome';
}
.page {
  overflow: hidden;
  min-height: 500px;
}
.lt-ie9 .page {
  min-width: 1200px;
}
.mg-add {
  margin-top: 2px;
}
.mg-add2 {
  margin-top: 6px;
}
.mg-add3 {
  margin-top: 10px;
}
/*=======================================================
                       Main Layout
=========================================================*/
* + h1 {
  margin-top: 20px;
}
* + h2 {
  margin-top: 5px;
}
* + h3 {
  margin-top: 20px;
}
* + h4 {
  margin-top: 20px;
}
* + h5 {
  margin-top: 20px;
}
* + h6 {
  margin-top: 20px;
}
* + .row {
  margin-top: 21px;
}
* + p {
  margin-top: 10px;
}
h2 + p {
  margin-top: 10px;
}
img + h3 {
  margin-top: 30px;
}
p + p {
  margin-top: 30px;
}
@media (max-width: 767px) {
  * + .index-list {
    margin-top: 30px;
  }
}
* + .flex-list {
  margin-top: 30px;
}
.privacy + a[href^="malito:"] {
  margin-top: 25px;
}
.row + .offset {
  margin-top: 38px;
}
/*=======================================================
                        Components
=========================================================*/
/*========================   Menu   ==========================*/
.sf-menu {
  display: inline-block;
}
.sf-menu:before,
.sf-menu:after {
  content: " ";
  display: table;
}
.sf-menu:after {
  clear: both;
}
.sf-menu > li {
  position: relative;
  float: left;
}
.sf-menu > li + li {
  margin-left: 25px;
}
.sf-menu a {
  display: block;
}
.sf-menu > li > a {
  color: #FFF;
  font-weight: 700;
  padding-top: 13px;
  padding-bottom: 13px;
  letter-spacing: 2px;
  border-top: 2px solid rgba(34, 34, 34, 0);
  border-bottom: 2px solid rgba(34, 34, 34, 0);
}
.sf-menu > li.sfHover > a,
.sf-menu > li > a:hover {
  color: #fff;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
.sf-menu > li.active > a {
  color: #fff;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
.sf-menu ul {
  display: none;
  position: absolute;
  top: 149%;
  right: -50%;
  width: 115px;
  padding: 15px 0;
  background: rgba(34, 34, 34, 0.3);
  z-index: 2;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.sf-menu ul > li > a {
  color: #FFF;
  font-size: 14px;
  line-height: 3;
  text-align: center;
}
.sf-menu ul > li.sfHover > a,
.sf-menu ul > li > a:hover {
  color: #222;
}
.sf-menu ul ul {
  position: absolute;
  top: 30%;
  right: -100%;
  width: 115px;
  padding: 15px 0;
  z-index: 4;
}
.sf-menu ul ul > li > a {
  color: #FFF;
}
.sf-menu ul ul > li.sfHover > a,
.sf-menu ul ul > li > a:hover {
  color: #222;
}
.sf-menu > li > .sf-with-ul {
  position: relative;
}
.sf-menu > li > .sf-with-ul:before {
  position: absolute;
  left: 50%;
  top: 62%;
  margin-left: -6px;
  content: '\f0d7';
  font: 400 12px/12px 'FontAwesome';
}
@media (max-width: 767px) {
  .sf-menu {
    display: none;
  }
}
@media (max-width: 979px) {
  .sf-menu > li {
    position: relative;
    float: left;
  }
  .sf-menu > li + li {
    margin-left: 15px;
  }
}
/*==================  Select Menu  ======================*/
.select-menu {
  position: relative;
  display: none;
  margin: 0 auto 3px;
  width: 420px;
  background: #ffffff url('../images/select.png') no-repeat right center;
  overflow: hidden;
}
.select-menu .select {
  width: 440px;
  height: 30px;
  color: #585858;
  background-color: transparent;
  font: 400 15px 'Open Sans', sans-serif;
  line-height: 30px;
  border: none;
  border-radius: 0;
  box-shadow: none;
  outline: none;
  -webkit-appearance: none;
}
.select-menu .select::-ms-expand {
  display: none;
}
@media (max-width: 767px) {
  .select-menu {
    display: block;
  }
}
@media (max-width: 479px) {
  .select-menu {
    width: 270px;
  }
  .select-menu .select {
    width: 290px;
  }
}
/*==================  Stuck menu  ======================*/
.isStuck {
  background: #006600;
  z-index: 999;
  padding: 9px 0;
}
.isStuck .sf-menu ul {
  background: #555555;
  top: 99%;
}
.isStuck .sf-menu ul ul {
  top: 30%;
}
@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important;
  }
}
/*==================     ToTop     ======================*/
.toTop {
  width: 40px;
  height: 40px;
  font-size: 24px;
  line-height: 40px;
  color: #fff;
  background: #98B237;
  border-radius: 50%;
  position: fixed;
  right: 66px;
  bottom: 180px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 20;
}
.toTop:hover {
  color: #fff;
  background: #000000;
  text-decoration: none;
}
@media only screen and (max-width: 1399px) {
  .toTop {
    display: none !important;
  }
}
/*==================   Parallax    ======================*/
.parallax {
  background-position: center 0;
  background-repeat: no-repeat;
  background-size: cover;
}
.mobile .parallax,
.tablet .parallax {
  background-position: 50% 0 !important;
}
.parallax1 {
  background-color: #333333;
  background-image: url(../images/parallax01.jpg);
  padding: 85px 0 30px;
}
@media (max-width: 1199px) {
  .parallax1 {
    padding: 50px 0;
  }
}
.parallax2 {
  background-color: #333333;
  background-image: url(../images/parallax02.jpg);
  padding: 150px 0;
}
@media (max-width: 479px) {
  .parallax2 {
    padding: 120px 0;
  }
}
.parallax3 {
  background-color: #333333;
  background-image: url(../images/parallax01.jpg);
  padding: 75px 0 70px;
}
.parallax4 {
  background-color: #333333;
  background-image: url(../images/parallax01.jpg);
  padding: 80px 0 85px;
}
.parallax5 {
  background-color: #333333;
  background-image: url(../images/parallax01.jpg);
  padding: 65px 0 80px;
}
@media (max-width: 767px) {
  .parallax {
    background-position: center 0 !important;
  }
}
/*==================   Thumbnail    ======================*/
.thumb {
  display: block;
  position: relative;
  overflow: hidden;
}
.thumb img {
  width: 100%;
  height: auto;
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.thumb_overlay {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	-moz-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	-webkit-transition: 0.3s all ease;
	transition: 0.3s all ease;
	color: #ffffff;
	background: transparent;
	height: 1518px;
}
.thumb_overlay:before {
  content: url(../images/page-1_icon.png);
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin-top: -9px;
  text-align: center;
}
.lt-ie9 .thumb_overlay:before {
  display: none;
}
.thumb:hover .thumb_overlay {
  opacity: 1;
  background: rgba(152, 178, 55, 0.7);
}
.lt-ie9 .thumb:hover .thumb_overlay {
  background: none;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b398b237', endColorstr='#b398b237');
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b398b237', endColorstr='#b398b237');
  zoom: 1;
}
.lt-ie9 .thumb:hover .thumb_overlay:before {
  display: block;
}
.thumb:hover img {
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
/*==================  Backgrounds  ======================*/
.bg-primary {
  background: #98b237;
}
.bg-secondary {
  background: #222222;
}
.bg-header {
  height: 130px;
  width: 100%;
  background: url(../images/bg-header.jpg);
}
/*==================      Index-list     ======================*/
.index-list {
  counter-reset: li;
  text-align: center;
}
.index-list li:before {
  content: counter(li, upper-alpha) " .";
  counter-increment: li;
  font-size: 20px;
  font-weight: 600;
  color: #222222;
  width: 56px;
  height: 56px;
  display: inline-block;
  border-radius: 50%;
  border: 3px solid #222222;
  line-height: 56px;
  margin-bottom: 25px;
}
/*==================      Marked-list     ======================*/
.marked-list li {
  position: relative;
  padding-left: 25px;
  line-height: 35px;
}
.marked-list li:before {
  content: '\f00c';
  position: absolute;
  left: 0;
  top: 0;
  font-family: 'FontAwesome';
  line-height: inherit;
  color: #98b237;
}
/*==================      Marked-list2     ======================*/
.marked-list2 li {
  position: relative;
  padding-left: 25px;
  line-height: 2.3;
}
.marked-list2 li:hover {
  color: #98b237;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.marked-list2 li:hover:before {
  color: #98b237;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.marked-list2 li:before {
  content: '\f00c';
  position: absolute;
  left: 0;
  top: 0;
  font-family: 'FontAwesome';
  line-height: inherit;
  color: #fff;
}
/*==================      Flex-list     ======================*/
.flex-list {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.flex-list li {
  display: table-cell;
}
.flex-list li:hover {
  opacity: 0.7;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .flex-list,
  .flex-list li {
    display: block;
    text-align: center;
  }
}
/*==================      Social_inline-list     ======================*/
.social_inline-list {
  color: #fff;
  display: inline-block;
}
.social_inline-list li {
  float: left;
  font-size: 30px;
}
.social_inline-list li + li {
  margin-left: 75px;
}
.social_inline-list li a {
  display: block;
}
.social_inline-list li a:hover {
  color: #98b237;
}
/*==================     Icons     ======================*/
.icon1 {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url(../images/page-1_sprite1.png) top center;
}
.icon2 {
  display: inline-block;
  width: 32px;
  height: 30px;
  background: url(../images/page-1_sprite2.png) top center;
}
.icon3 {
  display: inline-block;
  width: 22px;
  height: 31px;
  background: url(../images/page-1_sprite3.png) top center;
}
.icon4 {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url(../images/page-1_sprite4.png) top center;
}
.icon5 {
  display: inline-block;
  width: 30px;
  height: 25px;
  background: url(../images/page-1_icon2.png) top center;
  background-repeat: no-repeat;
}
.icon1 + h3 {
  margin-top: 23px;
}
.icon2 + h3 {
  margin-top: 23px;
}
.icon3 + h3 {
  margin-top: 23px;
}
.icon4 + h3 {
  margin-top: 23px;
}
/*==================    Buttons    ======================*/
.btn {
	font-size: 14px;
	line-height: normal;
	font-weight: 600;
	display: inline-block;
	color: #ffffff;
	background: #003607;
	letter-spacing: 1px;
	padding: 15px 17px;
	-moz-transition: 0.6s;
	-o-transition: 0.6s;
	-webkit-transition: 0.6s;
	transition: 0.6s;
}
.btn span {
  vertical-align: middle;
}
.btn:hover {
  color: #ffffff;
}
.btn:hover .icon5 {
  background: url(../images/page-1_icon2.png) bottom center;
  -moz-transition: 0.6s;
  -o-transition: 0.6s;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.btn:active {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.35);
  background: #003607;
}
/*==================      Box      ======================*/
.box:before,
.box:after {
  content: " ";
  display: table;
}
.box:after {
  clear: both;
}
.box_aside {
  float: left;
}
.box_cnt__no-flow {
  overflow: hidden;
}
.box-1_name {
	color: #000000;
	background: #ffffff;
	letter-spacing: 3px;
	padding: 32px 10px 15px 17px;
	text-align: center;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	line-height: normal;
}
.box-1 p {
  line-height: 1.1;
}
@media (max-width: 767px) {
  .box-1 {
    text-align: center;
  }
}
.box-2 figcaption {
  line-height: 1;
   
  
}
.box-2 figcaption + a.thumb {
  margin-top: 13px;
}
.box-2 figure + * {
  margin-top: 21px;
}
/*==================     Service     ======================*/
.service {
  text-align: center;
}
.service_link {
  display: inline-block;
}
.service_link:hover h3 {
  color: #98b237;
  -moz-transition: 0.1s;
  -o-transition: 0.1s;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}
.service_link:hover .icon1 {
  background: url(../images/page-1_sprite1.png) bottom center;
}
.service_link:hover .icon2 {
  background: url(../images/page-1_sprite2.png) bottom center;
}
.service_link:hover .icon3 {
  background: url(../images/page-1_sprite3.png) bottom center;
}
.service_link:hover .icon4 {
  background: url(../images/page-1_sprite4.png) bottom center;
}
@media (max-width: 979px) and (min-width: 768px) {
  .service_text {
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    font-size: 13px;
    line-height: 20px;
  }
}
.service a + p {
  margin-top: 15px;
}
/*==================     Testimonials     ======================*/
blockquote {
  color: #fff;
}
blockquote img {
  border-radius: 50%;
  border: 5px solid rgba(34, 34, 34, 0.3);
  max-width: 95%;
}
blockquote q:before {
  font: 400 28px/28px 'FontAwesome';
  content: '\f075';
  display: block;
  padding-left: 10px;
  margin-bottom: 25px;
}
blockquote p cite {
  font-weight: 700;
}
p + p.author {
  margin-top: 15px;
}
/*==================     Post     ======================*/
.post a {
  display: block;
}
.post a .post1 + h3 {
  margin-top: 30px;
}
.post a div {
  position: relative;
}
.post a div img {
  width: 100%;
}
.post a div time {
  position: absolute;
  top: 13px;
  left: 0;
  right: 0;
  background: #222222;
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 50px;
  z-index: 100;
  letter-spacing: 1px;
}
.post a div .post_thumb {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  background: transparent;
}
.post a p {
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
}
.post a:hover h3 {
  color: #98b237;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.post a:hover div time {
  background: #98b237;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.post a:hover div .post_thumb {
  opacity: 1;
  background: rgba(34, 34, 34, 0.6);
}
/*==================     Contact-info     ======================*/
.contact-info {
  padding-top: 15px;
}
.contact-info address + dl {
  margin-top: 20px;
}
.contact-info address {
  line-height: 1;
}
.contact-info dl {
  clear: both;
  width: 70%;
}
@media (max-width: 979px) and (min-width: 768px) {
  .contact-info dl {
    width: 100%;
  }
}
@media (max-width: 479px) {
  .contact-info dl {
    width: 100%;
  }
}
.contact-info dl dt {
  float: left;
}
.contact-info dl dd {
  float: right;
}
.contact-info dl dd.email {
  float: left;
}
/*==================     Privacy     ======================*/
.privacy dd + dt {
  margin-top: 30px;
}
/*========================================================
                     HEADER  Section
=========================================================*/
header {
  background: rgba(0, 102, 0, 0.9);
  position: absolute;
  top: 8px;
  left: 0;
  right: 0;
  z-index: 999;
  padding: 18px 0 0 5px;
}
header .brand {
	float: right;
	background: #990000;
		padding: 9px 17px;
}
header .nav {
  float: right;
}
@media (max-width: 767px) {
  header {
    text-align: center;
  }
  header .brand,
  header .nav {
    float: none;
  }
}
@media (max-width: 479px) {
  header {
    text-align: center;
  }
  header .brand {
    padding: 16px;
  }
  header .brand_name {
    letter-spacing: 2px;
  }
}
/*==================     Brand     ======================*/
.brand {
  text-align: center;
  line-height: 1;
}
.brand_name {
  overflow: hidden;
  color: #ffffff;
  letter-spacing: 1.4px;
  font-size: 20px;
  display: inline-block;
  vertical-align: middle;
}
.phone_number {
  overflow: hidden;
  color: #000000;
  letter-spacing: 7.4px;
  font-size: 22px;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
}
/*========================================================
                     CONTENT  Section
=========================================================*/
main {
  display: block;
  background: #ffffff;
}
.wrap {
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
}
.clr {
  color: #fff;
}
.img_width {
  width: 100%;
}
.clear {
  clear: both;
}
/*==================      Well     ======================*/
.well-1 {
  padding: 15px 0 35px;
}
.well-111 {
  padding: 35px 10px 20px 55px;
  padding-left:155px;
}
.well-2 {
  padding: 35px 0 75px;
}
.well-3 {
  padding: 80px 0 100px;
}
.well-4 {
  text-align: center;
}
.well-5 {
  padding: -25px 0 25px;
}
.well-6 {
  padding-bottom: 75px;
}
.well-7 {
  padding: 50px 0 70px;
}
.well-8 {
  padding: 90px 0 70px;
}
.well-9 {
  padding: 88px 0 83px;
}
/*========================================================
                     FOOTER  Styles
=========================================================*/
footer {
	background:#990000;
	padding: 20px 0;
	text-align: center;
}
footer .social + address {
  margin-top: 10px;
}
footer address + .copyright {
  margin-top: 20px;
}
footer .copyright {
  color: #ffffff;
  letter-spacing: 1px;
  line-height: 2.1;
  font-weight: 600;
}
footer .copyright a:hover {
  text-decoration: underline;
}
footer address {
  letter-spacing: 1.5px;
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
  color: #ffffff;
  background: #990000;
  padding: 18px 17px;
  text-align: center;
  line-height: 2.5;
}
