body {
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  font-weight: normal;
  color: #595959;
  overflow-x: hidden;
  padding-top: 140px;
}

img {
  max-width: 100%;
}

a {
  color: inherit;
  font-size: inherit;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

h7 {
  font-family: 'Lato', sans-serif;
  font-size: 12px;
  color: #595959;
}

:focus {
  outline: none !important;
}

a:hover, a:focus {
  color: inherit;
  text-decoration: none;
}

section {
  padding: 50px 0;
}

.no-padding {
  padding: 0;
}

.no-padding-right {
  padding-right: 0;
}

.no-padding-left {
  padding-left: 0;
}

.no-margin {
  margin: 0;
}

.mt-5 {
  margin-top: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-35 {
  margin-top: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-45 {
  margin-top: 45px;
}

.mt-50 {
  margin-top: 50px;
}

.mb-5 {
  margin-bottom: 5px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mt-20 {
  margin-bottom: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mb-50 {
  margin-bottom: 50px;
}

.gradient-bg {
  background: -webkit-linear-gradient(top, rgb(72, 158, 102) 0%, rgb(23, 111, 54) 81%, rgb(13, 101, 44) 100%);
  background: -o-linear-gradient(top, rgb(72, 158, 102) 0%, rgb(23, 111, 54) 81%, rgb(13, 101, 44) 100%);
  background: -ms-linear-gradient(top, rgb(72, 158, 102) 0%, rgb(23, 111, 54) 81%, rgb(13, 101, 44) 100%);
  background: -moz-linear-gradient(top, rgb(72, 158, 102) 0%, rgb(23, 111, 54) 81%, rgb(13, 101, 44) 100%);
  background: linear-gradient(to bottom, rgb(72, 158, 102) 0%, rgb(23, 111, 54) 81%, rgb(13, 101, 44) 100%);
  color: #fff;
}

.section-title {
  font-size: 38px;
  font-weight: 900;
  color: #f49700;
  text-transform: uppercase;
}

.page-title {
  background: -webkit-linear-gradient(top, rgb(70, 157, 103) 0%, rgb(22, 110, 53) 83%, rgb(15, 103, 46) 100%);
  background: -o-linear-gradient(top, rgb(70, 157, 103) 0%, rgb(22, 110, 53) 83%, rgb(15, 103, 46) 100%);
  background: -ms-linear-gradient(top, rgb(70, 157, 103) 0%, rgb(22, 110, 53) 83%, rgb(15, 103, 46) 100%);
  background: -moz-linear-gradient(top, rgb(70, 157, 103) 0%, rgb(22, 110, 53) 83%, rgb(15, 103, 46) 100%);
  background: linear-gradient(to bottom, rgb(70, 157, 103) 0%, rgb(22, 110, 53) 83%, rgb(15, 103, 46) 100%);
  color: #fff;
}

.page-title h2 {
  font-size: 34px;
  font-style: italic;
}

.section-title>span {
  color: #ab0f10;
}

.site-header {
  padding: 10px 0;
  border-top: 4px solid #286f41;
  border-bottom: 4px solid #286f41;
  min-height: 140px;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}

.contact-number {
  text-align: right;
  color: #fff;
  font-weight: bold;
}

.contact-number > h4 {
  font-weight: bold;
  font-size: 20px;
  margin-top: 0;
}

.contact-number > h4 > span {
  color: #fff200;
}

.agent-img.pull-left {
  margin-right: 15px;
}

.logo img {
  max-width: 400px;
  margin-top: 15px;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}



.site-header.gradient-bg.navbar-fixed-top.is-strick .logo img {
  max-width: 250px;
  margin-top: 15px;
  margin-top: 0;
}
.site-header.gradient-bg.navbar-fixed-top.is-strick .agent-img.pull-left,
.site-header.gradient-bg.navbar-fixed-top.is-strick .contact-number > h4{
display: none;
}

.contact-number > img{
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.site-header.gradient-bg.navbar-fixed-top.is-strick .contact-number > img {
max-width: 250px;
}
.site-header.is-strick {
  padding-top: 10px;
  padding-bottom: 10px;
  min-height: auto;
}


.main-menu {
  background: -moz-linear-gradient(90deg, #e4e4e4 0%, white 51%, #e4e4e4 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e4e4e4), color-stop(49%, white), color-stop(100%, #e4e4e4));
  background: -webkit-linear-gradient(90deg, #e4e4e4 0%, white 51%, #e4e4e4 100%);
  background: -o-linear-gradient(90deg, #e4e4e4 0%, white 51%, #e4e4e4 100%);
  background: -ms-linear-gradient(90deg, #e4e4e4 0%, white 51%, #e4e4e4 100%);
  background: linear-gradient(0deg, #e4e4e4 0%, white 51%, #e4e4e4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4e4e4', endColorstr='#e4e4e4',GradientType=0 );
  box-shadow: 0 1px 10px 0px rgba(0,0,0,.4);
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}
.main-menu.navbar-fixed-top {
    top: 65px;
  width: 100%;
}

.mian-nav > li > a {
  font-size: 20px;
  font-weight: bold;
  color: #277741;
  padding: 15px 15px;
  display: block;
}

.mian-nav > li > a:hover {
  background: #277741;
  color: #fff;
}

.carousel-control > img {
  left: 50%;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
}

#home-highlight .col-sm-12.text-center > h2 {
  font-weight: 100;
  font-size: 48px;
  font-style: italic;
}

#home-highlight .col-sm-12.text-center > p {
  font-weight: 300;
  color: #92e0ad;
  font-size: 28px;
  font-style: italic;
}

.hm-hightlight-item a {
  background: rgba(28,85,47, .85);
  position: absolute;
  width: 100%;
  bottom: 0;
  height: auto;
  padding: 10px 30px;
  text-align: right;
  z-index: 10;
  left: 0;
}

.hm-hightlight-item:hover a {
  padding-right: 20px;
}

.hm-hightlight-item {
  position: relative;
  margin-top: 30px;
  box-shadow: 0 0 15px 1px rgba(0,0,0,.3);
}

.hm-hightlight-item img {
  width: 100%;
}

#achievement {
  background: -webkit-linear-gradient(top, rgb(255, 254, 255) 0%, rgb(216, 214, 216) 100%);
  background: -o-linear-gradient(top, rgb(255, 254, 255) 0%, rgb(216, 214, 216) 100%);
  background: -ms-linear-gradient(top, rgb(255, 254, 255) 0%, rgb(216, 214, 216) 100%);
  background: -moz-linear-gradient(top, rgb(255, 254, 255) 0%, rgb(216, 214, 216) 100%);
  background: linear-gradient(to bottom, rgb(255, 254, 255) 0%, rgb(216, 214, 216) 100%);
}

.newsletter .form-control {
  max-width: 350px;
  float: left;
  border-radius: 100px;
  font-size: 18px;
  height: 45px;
  box-shadow: none;
  border: none;
  padding-left: 15px;
}

.newsletter .btn {
  height: 45px;
  border-radius: 100px;
  position: absolute;
  right: 0;
  min-width: 150px;
  color: #fff;
  background: #277741;
  font-size: 18px;
  line-height: normal;
  font-weight: bold;
  font-style: italic;
}

.newsletter h4 {
  color: #277741;
  font-size: 22px;
  margin-bottom: 20px;
}

.site-footer {
  padding-top: 20px;
  padding-bottom: 30px;
  border-top: 5px solid #277741;
}

.footer-contact > p {
  font-size: 22px;
  margin-bottom: 0;
}

.footer-contact > h4 {
  font-size: 34px;
  margin: 0;
  color: #8ad8a4;
  font-style: italic;
}

.footer-contact > a {
  font-size: 24px;
  color: #8ad8a4;
  font-style: italic;
}

.accordion-details {
  color: #3d5a47;
  padding: 30px;
  box-shadow: none;
  border: none;
}

.accordion-panel.panel {
  box-shadow: none;
}

.accordion-title {
  background: -webkit-linear-gradient(top, rgb(70, 157, 103) 0%, rgb(22, 110, 53) 83%, rgb(15, 103, 46) 100%);
  background: -o-linear-gradient(top, rgb(70, 157, 103) 0%, rgb(22, 110, 53) 83%, rgb(15, 103, 46) 100%);
  background: -ms-linear-gradient(top, rgb(70, 157, 103) 0%, rgb(22, 110, 53) 83%, rgb(15, 103, 46) 100%);
  background: -moz-linear-gradient(top, rgb(70, 157, 103) 0%, rgb(22, 110, 53) 83%, rgb(15, 103, 46) 100%);
  background: linear-gradient(to bottom, rgb(70, 157, 103) 0%, rgb(22, 110, 53) 83%, rgb(15, 103, 46) 100%);
  color: #fff;
  width: 98%;
}

.accordion-title > a {
  display: block;
  position: relative;
  padding-left: 80px;
  font-size: 30px;
  font-style: italic;
}

.accordion-title > a:before {
  content: '';
  position: absolute;
  width: 65px;
  height: 65px;
  top: -10px;
  left: -10px;
  background: url(../../img/accordion-arrow.png) no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

.accordion-title > a:after {
  content: '';
  position: absolute;
  width: 65px;
  height: 100%;
  top: 0;
  left: 100%;
  background: url(../../img/accordion-arrow-right.png) no-repeat;
}

#fotos {
  padding-top: 10px;
  padding-bottom: 15px;
}

.col-gallery {
  padding-left: 5px;
  padding-right: 5px;
}

.popup-gallery {
  position: relative;
}

.popup-gallery > img {
  width: 100%;
}

.popup-trigger {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  background: rgba(48,107,69,.80);
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.popup-trigger img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.popup-gallery:hover .popup-trigger {
  opacity: 1;
}

.advantage-text-block {
  color: #fff;
  padding: 10px 0;
  font-size: 24px;
  font-style: italic;
}

.advantage-text-block p > span {
  color: #fff202;
  font-weight: 900;
  padding: 10px 0;
  font-size: 30px;
  font-style: italic;
  margin-right: 20px;
}

.advantage-title {
  color: #116b31;
  font-size: 34px;
  font-style: italic;
  padding: 10px 0;
  border-top: 10px solid #328b52;
}

#contact {
  background: #f8f8f8;
}

.contact-form input, .contact-form textarea {
  width: 100%;
  border: none;
  border-left: 5px solid #136c32;
  margin-bottom: 15px;
  box-shadow: 0 0 5px 1px rgba(0,0,0,.2);
  padding: 7px;
}

.contact-form label {
  color: #136c32;
  font-size: 22px;
  font-weight: 900;
}

.submit-btn > button {
  background: #000;
  border: none;
  color: #fff;
  padding: 7px 25px;
  background: -webkit-linear-gradient(top, rgb(70, 157, 103) 0%, rgb(22, 110, 53) 83%, rgb(15, 103, 46) 100%);
  background: -o-linear-gradient(top, rgb(70, 157, 103) 0%, rgb(22, 110, 53) 83%, rgb(15, 103, 46) 100%);
  background: -ms-linear-gradient(top, rgb(70, 157, 103) 0%, rgb(22, 110, 53) 83%, rgb(15, 103, 46) 100%);
  background: -moz-linear-gradient(top, rgb(70, 157, 103) 0%, rgb(22, 110, 53) 83%, rgb(15, 103, 46) 100%);
  background: linear-gradient(to bottom, rgb(70, 157, 103) 0%, rgb(22, 110, 53) 83%, rgb(15, 103, 46) 100%);
  margin-left: 10px;
  font-size: 22px;
  font-weight: bold;
}

.contact-block {
  font-size: 22px;
  font-weight: bold;
  color: #797979;
}

.contact-block > p {
  margin-bottom: 0;
}

.contact-block > h4 {
  color: #0e672d;
  margin-top: 20px;
  font-size: 22px;
  font-weight: 900;
}

.data-sheet-table {
  border-top: 7px solid #20743d;
  border-right: 7px solid #20743d;
  border-left: 7px solid #20743d;
  border-bottom: 12px solid #20743d;
  border-radius: 0 0 15% 15%;
}

.ds-tb-head {
  background: #20743d;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.ds-tb-head > p {
  margin-bottom: 0;
}

.ds-tb-head > h4 {
  font-size: 28px;
  margin: 0;
}

.gr-bg {
  background: rgb(255,255,255);
  background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
  background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%);
  background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 );
 /* IE6-9 */;
}

.ds-tb-desc.gr-bg {
  color: #416d50;
  font-size: 21px;
  font-weight: bold;
  padding: 20px 0;
}

.ds-tb-desc > ul > li {
  padding: 3px 0;
}

.ds-tb-parking > h4 {
  background: #20743d;
  text-align: center;
  margin: 0;
  font-size: 25px;
  color: #fefffe;
  font-weight: bold;
  padding: 10px;
}

.ds-tb-parking > ul {
  padding-top: 20px;
  padding-bottom: 50px;
}

.ds-tb-parking > ul {
  padding-top: 20px;
  padding-bottom: 80px;
  font-size: 21px;
  font-weight: bold;
  color: #416d50;
}

.data-sheet-table.dt-sheet-recomended {
  border-top: 7px solid #907f67;
  border-right: 7px solid #907f67;
  border-left: 7px solid #907f67;
  border-bottom: 12px solid #907f67;
  border-radius: 0 0 15% 15%;
}

.dt-sheet-recomended .ds-tb-parking > h4 {
  background: #907f67;
}

.data-sheet-table.dt-sheet-recomended .ds-tb-head {
  background: #907f67;
}

.data-sheet-table.dt-sheet-recomended.gr-bg .ds-tb-desc.gr-bg {
  font-size: 19px;
}

.data-sheet-table.dt-sheet-recomended .ds-tb-parking > ul {
  padding-bottom: 10px;
}

.data-sheet-table {
  min-height: 605px;
}

.col-sm-6.dt-text.dt-text-right > p {
  border-left: 3px solid #607566;
  padding: 10px;
  padding-left: 25px;
}

@media screen and (max-width:1200px) {
  .mian-nav > li > a {
    padding: 15px;
  }
}

@media screen and (max-width:991px) {
  .navbar-header {
    float: none;
  }

@media screen and (max-width: 767px) {
   .logo-img {
    max-width: 100% !important;
    margin: 0 auto;
    display: block;
 }

  .navbar-toggle {
    display: block;
    background: #277741;
  }

  .navbar-toggle .icon-bar {
    background: #fff;
  }

  .navbar-collapse.collapse {
    display: none !important;
  }

  .navbar-collapse.collapse.in {
    display: block !important;
  }

  .nav.navbar-nav.pull-right {
    float: none !important;
    padding-left: 15px;
  }

  .nav.navbar-nav > li {
    float: none;
  }

  .mian-nav > li {
    display: block;
  }

  .logo img {
    max-width: 100%;
  }
}
    .s-for-desktop {
display: block !important;
    }
    
    .s-for-mobile {
display: none !important;
    }





@media screen and (max-width:767px) {
    .s-for-desktop {
display: none !important;
    }
    
    .s-for-mobile {
display: block !important;
    width: 100%;
    } 
  .main-menu.navbar-fixed-top {
    top: 0;
    width: 100%;
}
  body {
    padding-top: 0;
  }
  header.site-header.gradient-bg.navbar-fixed-top {
    position: static;
}
  .header-contact.pull-right, .agent-img.pull-left, .contact-number.pull-left {
    float: none !important;
    text-align: center;
    padding-top: 20px;
  }

  .logo img {
    max-width: 400px;
    margin: 0 auto;
    display: block;
  }

  #home-highlight .col-sm-12.text-center > h2 {
    font-weight: 100;
    font-size: 34px;
    font-style: italic;
  }

  #home-highlight .col-sm-12.text-center > p {
    font-size: 24px;
  }

  .col-md-5.col-md-offset-1.col-sm-6.newsletter {
    margin-top: 30px;
  }

  .footer-contact.pull-right {
    float: none !important;
    padding-top: 15px;
  }

  .newsletter .btn {
    right: 15px;
  }

  .accordion-title > a {
    font-size: 24px;
    padding-left: 50px;
  }

  .accordion-title {
    width: 90%;
  }

  .accordion-title > a::before {
    width: 50px;
    height: 50px;
  }
}
/*
#page-loader {
  background: #fff;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 999;
}

.loader-icon {
  background: none repeat scroll 0 0 #fff;
  border-bottom: 5px solid rgba(19, 19, 19, 0.1) !important;
  border-left: 5px solid rgba(19, 19, 19, 0.1) !important;
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  -o-border-radius: 100px;
  -ms-border-radius: 100px;
  border-right: 3px solid #286f41 !important;
  border-top: 5px solid rgba(19, 19, 19, 0.1) !important;
  height: 50px;
  left: 50%;
  margin: -20px 0 0 -20px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 50px;
}

.colored-border {
  border-color: #fff;
}

.fa-spin {
  -webkit-animation: fa-spin 1s infinite linear;
  animation: fa-spin 1s infinite linear;
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
*/



.scroll_top {
background: #286f41  none repeat scroll 0 0;
bottom: 30px;
color: #fff ;
cursor: pointer;
height: 35px;
position: fixed;
right: 20px;
text-align: center;
width: 35px;
display: none;
}
.scroll_top p {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    font-size: 40px;
    position: relative;
    top: -12px;
    left: -3px;
}









