/* LESS Document */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
/*body*/
body {
  font-family: Arial;
  color: #0b335f;
  font-size: 16px;
}
@media (min-width: 768px) {
  .lg-font p,
  .lg-font a {
    font-size: 16px;
  }
}
a {
  text-decoration: underline;
  color: #0b335f;
}
h1 {
  font-size: 26px;
}
.green_heading {
  color: #89c64d;
}
h3 {
  font-size: 26px;
}
.bold {
  font-weight: bold;
}
.left_pad_20 {
  padding-left: 20px;
}
.no-btm-margin {
  margin-bottom: 0;
}
.no-tp-margin {
  margin-top: 0;
}
/*Top Navigation*/
.top_nav {
  background-color: #ffffff;
  border-bottom: 5px solid #3d8dc8;
  padding: 15px 0 5px;
  text-align: right;
  font-size: 18px;
  color: #b20000;
  text-shadow: 0px 0px 0.01px #b20000;
}
.top_nav a {
  color: #b20000;
  text-decoration: underline;
}
@media (max-width: 1200px) {
  .top_nav .container {
    width: auto;
  }
}
@media (max-width: 767px) {
  .top_nav {
    text-align: center;
  }
}
/*Main Navigation*/
.navbar {
  margin-bottom: 0;
  border: none;
  min-height: 105px;
}
@media (max-width: 1200px) {
  .navbar .container {
    width: auto;
  }
}
.navbar .navbar-header {
  position: relative;
}
.navbar .navbar-header .navbar-toggle {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -15px;
}
.navbar-default {
  background-color: #fff;
}
.navbar-default .navbar-nav > li + li {
  margin-left: 1px;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav > li + li {
    border-top: 1px solid #124570;
  }
}
.navbar-default .navbar-nav > li > a {
  position: relative;
  text-decoration: none;
  z-index: 1;
  color: #fff;
  transition: 0.3s all ease-in-out;
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
}
@media (min-width: 768px) {
  .navbar-default .navbar-nav > li > a {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #000;
    font-size: 16px;
    padding-left: 8px;
    padding-right: 8px;
  }
  .navbar-default .navbar-nav > li > a:hover {
    background-color: #c23c3c;
    color: #fff;
  }
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav > li > a:focus,
  .navbar-default .navbar-nav > li > a:hover {
    color: #fff !important;
  }
}
@media (min-width: 980px) {
  .navbar-default .navbar-nav > li > a {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .navbar-default .navbar-nav > li > a {
    font-size: 18px;
  }
}
@media (min-width: 768px) and (max-width: 900px) {
  .navbar-header,
  .navbar-brand {
    float: none;
  }
  .navbar-header {
    text-align: center;
  }
  .navbar-brand img {
    display: inline-block;
  }
  .navbar-collapse {
    margin-top: 10px!important;
  }
  .navbar-right {
    float: none!important;
  }
  .navbar-nav {
    text-align: center;
  }
  .navbar-nav > li {
    float: none;
    display: inline-block;
  }
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand {
    margin-top: -60px;
  }
}
@media (max-width: 930px) and (min-width: 768px) {
  .navbar > .container .navbar-brand {
    margin-top: -16px;
  }
  .navbar > .container .navbar-brand img {
    width: 200px;
  }
}
@media (max-width: 767px) {
  .navbar > .container .navbar-brand {
    height: auto;
  }
}
@media (max-width: 375px) {
  .navbar > .container .navbar-brand img {
    height: 115px;
  }
}
.navbar-toggle {
  border: none;
  background: transparent !important;
  position: relative;
}
.navbar-toggle:before {
  content: "Menu";
  right: 2px;
  bottom: -12px;
  position: absolute;
  width: 50px;
  color: #0c3a60 !important;
}
.navbar-toggle:hover {
  background: transparent !important;
}
.navbar-toggle .icon-bar {
  width: 22px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  background-color: #8cc63e !important;
}
.navbar-toggle .top-bar {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform-origin: 10% 10%;
  -webkit-transform-origin: 10% 10%;
  -moz-transform-origin: 10% 10%;
}
.navbar-toggle .middle-bar {
  opacity: 0;
}
.navbar-toggle .bottom-bar {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform-origin: 10% 90%;
  -webkit-transform-origin: 10% 90%;
  -moz-transform-origin: 10% 90%;
}
.navbar-toggle.collapsed .top-bar {
  transform: rotate(0);
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
}
.navbar-toggle.collapsed .middle-bar {
  opacity: 1;
}
.navbar-toggle.collapsed .bottom-bar {
  transform: rotate(0);
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
}
@media (min-width: 768px) {
  .navbar-collapse {
    margin-top: 69px;
  }
}
@media (max-width: 767px) {
  .navbar-collapse {
    background-color: #0c3a60;
  }
}
.slider_wrap {
  background-color: #0c3a60;
}
.slider_wrap .container {
  padding: 0;
}
.slider_wrap #wowslider-container0 {
  margin: 0;
}
.slider_wrap #wowslider-container0 .ws_images {
  overflow: hidden!important;
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
  box-shadow: none !important;    
}
.slider_wrap #wowslider-container0 .ws_images .ws-title {
  border: none;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: 0;
  background: none;
}
.slider_wrap #wowslider-container0 .ws_images .ws-title > div {
  bottom: 0;
  top: 0;
  height: 100%;
  position: absolute;
  right: 0;
  width: 25%;
  z-index: 999;
  background: rgba(0, 0, 0, 0.5);
}
.slider_wrap #wowslider-container0 .ws_images .ws-title > div .mid_content {
  margin-top: 44%;
  padding: 0 13% 0;
  display: block;
  vertical-align: middle;
  font-family: Arial;
  text-align: center;
  font-size: 30px;
  font-weight: normal;
  line-height: 38px;
}
@media (max-width: 1200px) {
  .slider_wrap #wowslider-container0 .ws_images .ws-title > div .mid_content {
    font-size: 26px;
    line-height: 30px!important;
  }
}
@media (max-width: 991px) {
  .slider_wrap #wowslider-container0 .ws_images .ws-title > div .mid_content {
    padding: 0 9% 0;
    margin-top: 45%;
    font-size: 22px;
    line-height: 26px!important;
  }
}
@media (max-width: 767px) {
  .slider_wrap #wowslider-container0 .ws_images .ws-title > div .mid_content {
    margin-top: 42%;
    font-size: 18px;
    line-height: 24px!important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .extra_sm_hidden .visible-sm {
    display: none!important;
  }
  .extra_sm_hidden .hidden-sm {
    display: block !important;
  }
}
.extra_sm_hidden .center-image {
  border: 5px solid #89c64d;
}
@media (max-width: 767px) {
  .extra_sm_hidden .hidden-xs {
    display: block !important;
  }
}
@media (max-width: 532px) {
  .extra_sm_hidden .hidden-xs {
    display: none!important;
  }
}
@media (max-width: 767px) {
  .extra_sm_hidden .visible-xs {
    display: none !important;
  }
}
@media (max-width: 532px) {
  .extra_sm_hidden .visible-xs {
    display: block !important;
  }
}
.border_container {
  border-left: 1px solid #939393;
  border-right: 1px solid #939393;
  min-height: 300px;
}
.grey_bg {
  background-color: #f3f3f3;
}
@media (max-width: 767px) {
  .grey_bg {
    padding-top: 10px;
    padding-bottom: 20px;
  }
}
.black_bg {
  padding-bottom: 45px;
  background: #000 url(../../../images/fire.jpg) center bottom repeat-x;
  position: relative;
  color: #fff;
}
.black_bg p,
.black_bg a {
  color: #fff;
}
.black_bg h3 {
  color: #fff;
}
@media (max-width: 991px) {
  .black_bg h3 {
    font-size: 20px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .black_bg {
    padding-top: 10px;
  }
}
.home-list-image {
  margin-top: 20px!important;
  margin-bottom: 45px!important;
}
@media (max-width: 600px) {
  .home-list-image .col-xs-6 {
    float: none;
    width: 100%;
  }
  .home-list-image .col-xs-6 + .col-xs-6 {
    margin-top: 20px;
  }
}
.home-list-image li {
  font-weight: bold;
  font-size: 18px;
}
@media (min-width: 768px) {
  .table_div {
    display: table;
    table-layout: fixed;
    width: 100%;
    margin: 0;
  }
  .table_div .col-md-9,
  .table_div .col-md-3 {
    display: table-cell;
    float: none;
  }
  .table_div .col-sm-7,
  .table_div .col-sm-5 {
    display: table-cell;
    float: none;
    vertical-align: middle;
  }
  .table_div .col-sm-6 {
    display: table-cell;
    float: none;
    vertical-align: middle;
  }
}
@media (min-width: 768px) {
  .minus-row {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.plane_icon {
  position: relative;
  padding-left: 60px;
}
.plane_icon img {
  position: absolute;
  left: 0;
  top: 5px;
}
.italic_title {
  font-style: italic;
  font-size: 18px;
}
.plane-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 30px;
  margin-top: 30px;
}
.plane-list li {
  background: url(../../../images/plane_icon_sm.png) top left no-repeat;
  padding-left: 45px;
}
.plane-list li + li {
  margin-top: 8px;
}
.plane-list.white-plane > li {
  background: url(../../../images/plane_icon_sm_wt.png) top left no-repeat;
}
@media (max-width: 991px) {
  .plane-list.white-plane > li {
    font-size: 14px;
  }
}
.green-link {
  color: #89c64d !important;
}
.contact-us {
  background: #89c64d;
  padding: 15px;
  text-align: center;
  color: #0c3a60;
}
.contact-us h2 {
  font-size: 20px;
}
@media (max-width: 910px) {
  .contact-us h2 {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .contact-us h2 {
    font-size: 20px;
  }
}
.contact-us h2 span {
  font-weight: bold;
  color: #0c3a60;
}
@media (max-width: 767px) {
  .contact-us h2 span {
    display: block!important;
    margin-bottom: 15px;
  }
}
.contact-us h2 span a {
  text-decoration: none;
  font-size: 22px;
  background: #0c3a60;
  border-color: #083050;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
}
.contact-us h2 span a:hover,
.contact-us h2 span a:focus {
  background: #0b335f;
}
.footer {
  background: #0D3A61 url(../../../images/footer_bg.jpg) center center no-repeat;
  padding: 20px 0;
}
@media (max-width: 767px) {
  .footer {
    background-size: cover;
  }
}
.footer .green_box {
  background-color: #fff;
  font-weight: bold;
  font-size: 17px;
  padding: 20px 20px 50px;
  border: 5px solid #8ec449;
}
@media (max-width: 1200px) {
  .footer .green_box {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .footer .green_box {
    margin-bottom: 20px;
    font-size: 17px;
  }
}
@media (max-width: 350px) {
  .footer .green_box {
    font-size: 15px;
  }
}
.footer .green_box h1 {
  margin-top: 0;
  color: #8ec449;
  font-size: 24px;
  margin-bottom: 5px;
}
.footer .green_box p {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .footer .footer_logo + .footer_logo {
    margin-top: 24px;
  }
  .footer .footer_logo.right_logo {
    text-align: right;
  }
  .footer .footer_logo.right_logo img {
    display: inline-block;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .footer .footer_logo + .footer_logo {
    margin-top: 10px;
  }
}
@media (min-width: 1200px) {
  .footer .sm-4 {
    width: 30%;
  }
  .footer .lg-4 {
    margin-left: 3.3%;
  }
}
@media (max-width: 767px) {
  .footer .footer_logo {
    margin-bottom: 20px;
  }
}
.copywright {
  padding-top: 20px;
  text-align: center;
}
.copywright p {
  margin-bottom: 0;
  color: #fff;
}
.copywright a {
  color: #fff;
}
.img_center {
  margin: 0 auto;
  display: block;
}
@media (min-width: 431px) {
  .sm_act {
    display: none;
  }
}
@media (max-width: 430px) {
  .sm_act {
    display: block;
  }
}
.mb-20 {
  margin-bottom: 20px;
}
.section-title {
  font-weight: bold;
  margin: 20px 0 10px;
}
.black-text p {
  color: #000;
}
.static_text {
  border: 0px solid #89c64d;
  position: relative;
}
.static_text div {
  bottom: 0;
  top: 0;
  height: 100%;
  position: absolute;
  right: 0;
  width: 24.8%;
  z-index: 999;
  background: rgba(0, 0, 0, 0.5);
}
@media (max-width: 568px) {
  .static_text div {
    width: auto;
    left: 0;
    right: 0;
    top: auto;
    bottom: 0;
    height: auto;
  }
}
.static_text div .slogan {
  margin-top: 48%;
  padding: 0 13% 0;
  display: block;
  color: #fff;
  vertical-align: middle;
  font-family: Arial;
  text-align: center;
  font-size: 30px;
  font-weight: normal;
  line-height: 35px;
}
.static_text div .slogan.lg_slogan {
  margin-top: 40%;
}
@media (max-width: 1200px) {
  .static_text div .slogan.lg_slogan {
    margin-top: 30%;
  }
}
@media (max-width: 991px) {
  .static_text div .slogan {
    padding: 0 9% 0;
    margin-top: 45%;
    font-size: 22px;
    line-height: 26px!important;
  }
}
@media (max-width: 767px) {
  .static_text div .slogan {
    margin-top: 44%;
    font-size: 20px;
    line-height: 24px!important;
  }
}
@media (max-width: 568px) {
  .static_text div .slogan {
    margin-top: 0;
    padding: 10px;
    font-size: 16px;
    text-align: left;
  }
  .static_text div .slogan.lg_slogan {
    margin-top: 0;
  }
}
.table-section {
  margin: 30px auto;
  max-width: 768px;
}
.table-section .table-bordered {
  border-color: #0c3a60;
}
.table-section .table-note {
  text-align: center;
  font-weight: bold;
}
.server-table {
  font-size: 14px;
}
.server-table th {
  background: #89c64d;
  color: #fff;
}
.server-table > tbody > tr > td,
.server-table > thead > tr > td,
.server-table > tbody > tr > th,
.server-table > thead > tr > th {
  border-color: #0c3a60;
}
.single-head {
  background: #0c3a60;
  text-align: center;
  color: #fff;
}
.img-thumbnail,
.thumbnail {
  border-color: #dddddd #aaaaaa #aaaaaa #dddddd;
  border-width: 1px 2px 2px 1px;
  border-radius: 0;
  padding: 8px;
}
.fix-size {
  max-width: 481px;
  width: 481px;
}
@media (max-width: 1200px) {
  .fix-size {
    max-width: 394px;
    width: 394px;
  }
}
@media (max-width: 767px) {
  .fix-size {
    max-width: none!important;
    width: 100%!important;
  }
}
.img-left-align {
  float: left;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .img-left-align {
    padding-bottom: 20px;
    width: 100%;
    float: none;
  }
}
.img-right-align {
  float: right;
  margin-left: 10px;
}
@media (max-width: 767px) {
  .img-right-align {
    padding-bottom: 20px;
    margin-left: 0;
    width: 100%;
    float: none;
    display: block;
  }
}
.custom-height-iframe {
  height: 1800px;
}
@media (max-width: 991px) {
  .custom-height-iframe {
    height: 2600px;
  }
}
.form-wrap {
  border-top: 3px solid #89c64d;
}
.custom-contact-height {
  height: 1000px;
}
@media (max-width: 1200px) {
  .custom-contact-height {
    height: 900px;
  }
}
.mailing-address {
  margin-bottom: 20px;
  text-align: center;
}
.mailing-address h2 {
  font-weight: bold;
  font-size: 20px;
}
.mailing-address p {
  margin-bottom: 0px;
}
.list-title {
  margin-bottom: 20px;
}
.list-title h2 {
  font-size: 18px;
  margin-bottom: 0;
  font-weight: bold;
  color: #89c64d;
}
.list-title p {
  margin-bottom: 0;
}
hr {
  border-color: #dfdfdf !important;
}
.order-list > li {
  list-style-type: lower-alpha;
}
.order-list > li + li {
  margin-top: 15px;
}
.order-list > li > ol li {
  margin-top: 15px;
}
@media print {
  a:link:after,
  a:visited:after {
    content: "" !important;
  }
}
.testimonial {
  background: rgba(255, 255, 255, 0.1);
  padding: 15px;
  font-size: 13px;
  color: #fff;
  margin-top: 17px;
  font-style: italic;
  border-top: 5px solid #fff;
}
.testimonial .name {
  color: #89C64D;
  font-weight: 700;
  font-size: 13px;
  margin-top: 5px;
  text-align: right;
}
