/* ------------------------------------------------------------------------------

  Template Name: Vanessa
  Description: Vanessa - Easy Startup Landing Page
  Author: Murren
  Author URI: http://themeforest.net/user/murren20
  Version: 1.0
  
  1.  Global

      1.1 General
      1.2 Loader
      1.3 Typography
      1.4 Fields
      1.5 Buttons
      1.6 Icons
      1.7 Colors
      1.8 Backgrounds
      1.9 Content styles

  2.  Header 

      2.1 Brand
      2.2 Navigation
      2.3 Affix

  3.  Home
  4.  Partners

      4.1 Owl carousel

  5.  About

      5.1 Product
      5.2 Charts
      5.3 Video section
      5.4 Magnific popup

  6.  Features
  7.  Reviews
  8.  Prices
  9.  Contacts
  10. Footer
  11. Modals
  12. Responsive styles

      12.1 Max width 767px
      12.2 Min width 768px
      12.3 Min width 992px
      12.4 Min width 1200px

    
    
/*-------------------------------------------------------------------------------
  1. Global
-------------------------------------------------------------------------------*/



/* 1.1 General */



@import url('bootstrap.min.css');
@import url('font-awesome.min.css');
@import url('animate.css');
@import url('magnific-popup.css');
@import url('owl.carousel.css');
@import url('owl.transitions.css');

html{
  -webkit-font-smoothing: antialiased;
}

body{
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.52;
  color:#909090;
}

::-webkit-scrollbar{
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-thumb {
  cursor: pointer;
  background: #76a934;
}

::selection{
  background-color:#76a934;
  color:#fff;
}

-webkit-::selection{
    background-color:#76a934;
    color:#fff;
}

::-moz-selection{
    background-color:#76a934;
    color:#fff;
}



/* 1.2 Loader */



.loader{
  position: fixed;
  overflow: hidden;
  z-index: 100;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background:#76a934;
  color:#fff;
  text-align: center;
}

.loader-brand{
  position: absolute;
  left:0;
  width: 100%;
  top:50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
       -o-transform: translate(0, -50%);
          transform: translate(0, -50%);
}


/* 1.3 Typography */



h1,
.h1{ 
  font-size: 36px;
  line-height: 1.3;
  font-weight: 700;
  margin:0 0 30px 0;
}


h2,
.h2{ 
  font-size: 36px;
  line-height: 1.3;
  font-weight: 700;
  margin:0;
}

/*
h2,
.h2{ 
  position: relative;
  font-size: 28px;
  line-height: 1.4;
  font-weight: 700;
  color: #4B4B4C;
}*/

h3,
.h3{
  font-size: 24px;
  line-height: 1.4;
  font-weight: 700;
  /*color:#4B4B4C;*/
  margin: 0;
}

h4,
.h4{
  font-size: 15px;
  line-height:1.4;
  font-weight: 700;
  /*color:#4B4B4C;*/
  margin:0;
}

ul,
ol {
  margin-top:0px;
  margin-bottom: 10px;
}

ul{
  list-style: none;
  padding-left: 0;
}

.inline-list li{

  margin-right: 20px;
}

ol li,
ul li{
  margin-top: 10px;
}

p{ 
  margin:10px 0 0;
}

blockquote{
  margin:40px 0;
  padding: 80px 25px 20px;
  position: relative;
  border-left-color:#76a934;
  font-size: inherit;
  line-height: 1.7;
  color: #6B6B6B;
}

blockquote:after, q:after {
  content:"\f10e";
  color: #DBDBDB;
  font-family: "FontAwesome";
  font-size: 30px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  position: absolute;
  top: 25px;
  left: 25px;
}

blockquote *{
  margin:0;
}

a {
  color:#76a934;
  font-weight: bold;
  -webkit-transition: color .3s ease-out;
       -o-transition: color .3s ease-out;
          transition: color .3s ease-out;
}

a:hover,
a:focus {
  color:#76a934;
  outline: none;
}

a:focus{
  text-decoration: none;
}



/* 1.4 Fields */



.form-control,
textarea.form-control{
  height: 50px;
  color: #9F9F9F;
  border-radius: 30px;
  padding-left: 22px;
  -webkit-box-shadow:none;
          box-shadow:none;
  -webkit-transition: all .15s;
       -o-transition: all .15s;
          transition: all .15s;
}

.form-control:focus {
  border-color: #76a934;
  outline: 0;
  -webkit-box-shadow:none;
          box-shadow:none;
}


textarea.form-control{
  height: 120px;
  padding-top: 14px;
  border-radius: 30px;
  resize:none;
}

.form-control::-moz-placeholder {
  color: #9F9F9F;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #9F9F9F;
}

.form-control::-webkit-input-placeholder {
  color: #9F9F9F
}

.form-control.error{
  border-bottom: 1px solid #D99675;
}

.wobble-error{
  -webkit-animation: hvr-wobble-horizontal 1s ease-in-out 0s 1 normal;
           animation: hvr-wobble-horizontal 1s ease-in-out 0s 1 normal;
}


label.error{
  display: block;
  text-align: left;
  font-size: 12px;
  font-weight: 400;
  margin:10px 20px 0;
}

label.error .fa{
  margin-right: 4px;
}

.b-primary{
  border-color:#76a934;
}



/* 1.5 Buttons */



.btn{
  position: relative;
  display: inline-block;
  background:#76a934;
  border:2px solid #76a934;
  padding:15px 42px 15px;
  height: 50px;
  border-radius: 30px;
  text-decoration: none;
  font-size: 12px;
  color:#fff;
  letter-spacing: 0.05em;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-transition: background-color .3s ease-out;
       -o-transition: background-color .3s ease-out;
          transition: background-color .3s ease-out;
}

.btn .fa{
  font-size: 1.3em;
  margin-right: 5px;
  color: #fff;
}

.btn:focus{
  outline: none!important;
  -webkit-box-shadow:none;
  box-shadow: none;
}

.btn:hover,
.btn:focus{
  border-color:#7fd511;
  background-color:transparent;
  color: #76a934;
}

.btn:hover .fa{
  color: #76a934;
}

.btn-light,
.btn-light:after,
.btn-light:focus{
  color: #fff;
}

.btn-light{
  color: #000;
  background-color: #DADADA;
}

.btn-b-white{
  color: #fff;
  border-color:#fff;
}


.btn-b-white:hover,
.btn-b-white:focus{
  border-color:#fff;
  background-color: #fff;
  color: #76a934;
}



/* 1.6 Icons */



.fa{
  display: inline-block;
  /*color: #76a934;*/
}

a.fa:hover,
a.fa:focus{
  text-decoration: none;
}

.icon-link .fa{
  vertical-align: middle;
  margin-left: 5px;
}



/* 1.7 Colors */



.text-white{
  color:#fff;
}

.text-opacity{
  opacity: 0.7;
}

.text-dark{
  color:#000;
}

.text-red{
  color:#ff0000;
}

.text-primary{
  color:#76a934;
}



/* 1.8 Backgrouns */



.bgc-white{
  background-color: #fff;
}

.bgc-light{
  background-color: #f7f7f7;
}

.bgc-primary{
  background-color: #76a934;
}



/* 1.9 Content styles */



.layout{
  overflow: hidden;
}

.section,
.section-lg{
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-sm{
  padding: 100px 0;
}

.section-title{
  margin:0 0 15px 0;
}

.icon-title{
  margin-bottom: 20px;
}

.banner-title{
  font-size: 34px;
  margin:0 0 15px 0;
}

.section-body{
  margin-top: 80px;
}

.bottom-space{
  margin-bottom: 50px;
}

.bottom-space-sm{
  margin-bottom: 20px;
}

.top-space{
  margin-top: 25px;
}

.top-base{
  margin-top: 50px;
}

.masked{
  position: relative;
}

.masked:after{
  content:'';
  position: absolute;
  left:0;
  top:0;
  width:100%;
  height: 100%;
  background-color: rgba(0,0,0,0.35);
}

.rel-1{
  position: relative;
  z-index: 1;
}

.mobile *{
  background-attachment: scroll!important;
}



/*-------------------------------------------------------------------------------
  2. Header
-------------------------------------------------------------------------------*/
/*


.navbar{
  position: absolute;
  z-index: 10;
  top:0;
  left:0;
  width: 100%;
  padding:20px 0!important;
  margin:0;
  border:0;
  border-radius: 0;
}

.navbar-toggle{
  margin-top: 20px;
}

.navbar-toggle .icon-bar{
  background-color: #76a934;
  height: 2px;
  width: 30px; 
}

.navbar-toggle .icon-bar + .icon-bar{
  margin-top: 5px;
}

.navbar-toggle.collapsed .icon-bar{
  background-color: #fff;
}


@media (max-height: 320px ){
  .navbar .navbar-collapse{
    max-height: 240px;
  }
}

*/

/* 2.1 Brand */



.brand{
  display: inline-block;
  text-align: center;
  margin-left: 0px;
}

.brand:hover,
.brand:focus{
  text-decoration: none;
}

.brand-img-white{
  display: inline-block;
}

.brand-img{
  display: none;
}



/* 2.2 Navigation */

/*
.nav-collapse{
  padding-top: 27px;
  margin:0;
  font-size: 15px;
  font-weight: 500;
}

.nav-collapse li{
  position: relative;
  margin-top: 0;
  -webkit-perspective: 2000px;
  perspective: 2000px;
  border-bottom: 1px solid rgba(255,255,255,0.05);
}


.nav-collapse li a{
  color: #fff;
  text-decoration: none;
  padding:12px 20px;
  -webkit-transition:background-color 0.3s;
  -o-transition:background-color 0.3s;
  transition:background-color 0.3s;
}

.nav-collapse li a:hover,
.nav-collapse li a:focus,
.nav-collapse .active > a{
  background-color: transparent;

}

.nav-collapse > li > a:hover,
.nav-collapse > .active > a{
  background-color: #76a934;
  font-weight: bold;
}

.nav-collapse li ul{
  font-size: 14px;
}

.nav-collapse li li{
  border-bottom: 1px solid rgba(255,255,255,0.05);
}

.nav-collapse li li:last-child{
  border-bottom: 0;
}

.nav-collapse li li a{
  display: block;
  padding: 15px 20px;
  color: #adadad;
}

.nav-collapse li li a .fa{
  margin-right: 10px;
}

.nav-collapse li:hover{
  z-index: 1;
}


.nav-collapse li:hover > ul{
  opacity: 1;
  -webkit-transform: rotateY(0);
  -ms-transform: rotateY(0);
  -o-transform: rotateY(0);
  transform: rotateY(0);
}

*/

/* 2.3 Affix */

/*

.navbar.affix{
  position: fixed;
  top:0;
  background-color:rgba(255,255,255,0.95);
  padding:10px 0;
  box-shadow: 0 0 15px rgba(0,0,0,0.2);
}

.navbar.affix .brand-img-white{
  display: none;
}

.navbar.affix .brand-img{
  display: inline-block;
}

.navbar.affix .navbar-nav{
  padding-top: 15px;
}

.navbar.affix .navbar-nav li a{
  color: #4B4B4C;
}

.navbar.affix .navbar-nav > li > a:hover, 
.navbar.affix .navbar-nav > .active > a{
  color: #fff;
}

.navbar.affix .navbar-toggle{
  margin-top: 10px;
}

.navbar.affix .navbar-toggle.collapsed .icon-bar{
  background-color: #76a934;
}

*/
/*-------------------------------------------------------------------------------
  Backgrounds
-------------------------------------------------------------------------------*/

.bg1{
  background: url(../img/bg/bg1.jpg) 0 0 no-repeat;
  background-size: cover;
}
.bg2{
  background: url(../img/bg/bg2.jpg) 0 0 no-repeat;
  background-size: cover;
}
.bg3{
  background: url(../img/bg/bg3.jpg) 0 0 no-repeat;
  background-size: cover;
}
.bg4{
  background: url(../img/bg/bg4.jpg) 0 0 no-repeat;
  background-size: cover;
}
.bg5{
  background: url(../img/bg/bg5.jpg) 0 0 no-repeat;
  background-size: cover;
}
.bg6{
  background: url(../img/bg/bg6.jpg) 0 0 no-repeat;
  background-size: cover;
}
.bg7{
  background: url(../img/bg/bg7.jpg) 0 0 no-repeat;
  background-size: cover;
}
.bg8{
  background: url(../img/bg/bg8.jpg) 0 0 no-repeat;
  background-size: cover;
}
.bg9{
  background: url(../img/bg/bg9.jpg) 0 0 no-repeat;
  background-size: cover;
}
.bg10{
  background: url(../img/bg/bg10.jpg) 0 0 no-repeat;
  background-size: cover;
}
.bg11{
  background: url(../img/bg/bg11.jpg) 0 0 no-repeat;
  background-size: cover;
}
.bg12{
  background: url(../img/bg/bg12.jpg) 0 0 no-repeat;
  background-size: cover;
}
/*-------------------------------------------------------------------------------
  3. Home
-------------------------------------------------------------------------------*/



.masthead{
  background: url(../img/bg/bg1.jpg) 50% 0 no-repeat;
  background-size: cover;
}

.masthead-inner{
  background: url(../img/bg/masthead-inner.jpg) 50%  no-repeat;
  background-size: cover;
}

.masthead-inner h1{
  margin-bottom: 20px;
}

.masthead-video.masked:after{
  background-color: rgba(0,0,0,0.2);
}

.video{
  position:absolute;
  top: 0;
  left: 50%;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.opener{
  color:#fff;
  padding: 170px 0 90px;
}

.inner-page{
  color: #fff;
  padding: 100px 0 100px;
  margin-top: 73px;
}

.lead{
  font-size: inherit;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.7;
  margin-bottom: 0;
}

.lead-text{
  opacity: 0.7;
}

.lead-controls{
  margin-top:20px;
}

.lead-controls a{
  margin-top: 20px;
  vertical-align: middle;
}

.play-home{
  font-size: 15px;
  display:inline-block;
}

.play{
  display: inline-block;
}

.play .fa{
  padding:1px;
  color: inherit;
  vertical-align: middle;
  margin-right: 10px;
  -webkit-transition:all .5s;
  transition:all .5s;
}

.play:hover{
  text-decoration: none;
}

.btn-lead{
  margin-right: 20px;
}

.btn-lead:hover,
.btn-lead:focus{
  color: #fff;
  border-color: #fff;
}

.play-home .fa{
  padding:1px;
  color: inherit;
  vertical-align: middle;
  margin-right: 10px;
  font-size:50px;
  -webkit-transition:color .5s;
  transition:color .5s;
}

.play:hover{
  text-decoration: none;
  color: #fff;
}

.play:hover .fa{
  color: #76a934;
}

.content{
  position: relative;
  background-color: #fff;
}

.content-inner{
  padding-top: 60px;
}

.intro{
  padding:0px 0 30px;
}



/* Breadcrumbs */



.breadcrumbs{
  padding:22px 0 22px;
  background-color: #f5f5f5;
  text-transform: uppercase;
  font-size:13px;
  font-weight: 500;
}


.breadcrumbs li{
  float: left;
  margin:0;
}

.breadcrumbs .active a,
.breadcrumbs a:hover{
  color: #76a934;
}

.breadcrumbs li a{
  color:inherit;
  text-decoration: none;
}

.breadcrumbs li a:after{
  display: inline-block;
  content:'/';
  margin:0 10px;
}

.breadcrumbs li:last-child a:after{
  display: none;
}



/* ------------------------------------------------------------------------------- */
/*  4. Partners
/* ------------------------------------------------------------------------------- */



.partners{
  text-align: center;
  padding: 30px 0;
}

.partners .owl-controls{
  position: absolute;
  left: 0;
  margin-top: -20px;
}

.partner{
  opacity: 0.4;
  padding: 0 65px;
}

.partner img{
  margin:0 auto;
}



/* 4.1 Owl carousel */



.owl-controls {
  position: absolute;
  left: 0;
  width: 100%;
  margin-top: 50px;
}

.owl-controls .owl-pagination{
  text-align: center;
}

.owl-controls .owl-page{
  display: inline-block;
  margin:0 7px;
}

.owl-controls .owl-page span{
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #E0E0E0;
  -webkit-transition: .2s linear;
       -o-transition: .2s linear;
          transition: .2s linear;
}

.owl-controls .owl-page.active span, 
.owl-controls .owl-page:hover span{
  background-color:#76a934;
}



/* ------------------------------------------------------------------------------- */
/*  5. About
/* ------------------------------------------------------------------------------- */



.row-columns{
  margin-top: -50px;
}

.column{
  margin-top: 50px;
}



/* 5.1 Product */



.animatePhone{
  -webkit-animation-name: animatePhone;
  animation-name:animatePhone;
}

@-webkit-keyframes animatePhone {
  0% {
    opacity: 0;
    -webkit-transform:rotateX(-80deg) translateZ(0px);
  }

  50%{
    -webkit-transform:rotateX(0deg) translateZ(0px);
  }

  100%{
    opacity: 1;
    -webkit-transform: rotateX(0deg);
  }
}



@keyframes animatePhone {
  0% {
    opacity: 0;
    transform:rotateX(-80deg) translateZ(0px);
  }

  50%{
    transform:rotateX(0deg) translateZ(0px);
  }

  100%{
    opacity: 1;
    transform: rotateX(0deg);
  }
}



/* 5.2 Charts */



.col-pie{
  display: inline-block;
}

.chart{
  display: inline-block;
  margin:0 20px;
  position: relative;
  color: #4d606f;
}

.chart-content{
  position: absolute;
  top:28px;
  left:40px;
  right: 40px;
  text-align: center;
}

.chart-title{
  font-weight: 400;
  font-size: 17px;
  margin-bottom: 7px;
}

.chart-number{
  font-size: 40px;
  line-height: 1;
  font-weight: 600;
  color: #323c46;
}

.line{
  display: block;
  width: 40px;
  margin:12px auto;
  border-radius: 3px;
  border-top: 3px solid #76a934;
}

.chart-type{
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
}



/* 5.3 Video section */



.video-section{
  background: url(../img/bg/bg4.jpg) 0 0 no-repeat;
  background-size: cover;
}

.video-section .play{
  margin-bottom: 30px;
}



/* 5.4 Magnific popup */



.mfp-figure{
  box-shadow: none;
}

.mfp-iframe-scaler{
  overflow: visible;
}

.mfp-image-holder .mfp-close, 
.mfp-iframe-holder .mfp-close{
  padding: 0;
  margin-top: -10px;
  font-family: inherit;
  font-size: 40px;
  font-weight: 300;
  line-height: 0;
}

img.mfp-img{
  min-height: 220px;
}

.mfp-bottom-bar{
  margin-top: -30px;
}

.mfp-title{
  font-size: 20px;
  color:#D4B068;
}

.mfp-bg{
  background-color: #000;
}

.mfp-arrow-left:before, .mfp-arrow-left .mfp-b{
  display: none;
}

.mfp-arrow-right:before, .mfp-arrow-right .mfp-b{
  display: none;
}

.mfp-wrap .mfp-content {
  -webkit-perspective: 1300px;
          perspective: 1300px
  
}

.mfp-wrap .mfp-figure,
.mfp-wrap .mfp-iframe-scaler {
  opacity: 0;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: rotateX(60deg);
  -o-transform: rotateX(60deg);
  transform: rotateX(60deg);
}

.mfp-bg {
  opacity: 0;
  -webkit-transition: .5s;
       -o-transition: .5s;
          transition: .5s;
}

.mfp-wrap .mfp-figure,
.mfp-wrap .mfp-iframe-scaler {
  opacity: 0;
  -webkit-transition: .3s ease-in-out;
       -o-transition: .3s ease-in-out;
          transition: .3s ease-in-out;
  -webkit-transform: rotateX(-60deg);
      -ms-transform: rotateX(-60deg);
       -o-transform: rotateX(-60deg);
          transform: rotateX(-60deg);
}

.mfp-bg {
  opacity: 0;
  -webkit-transition: .5s;
       -o-transition: .5s;
          transition: .5s;
}

.mfp-wrap.mfp-ready .mfp-figure,
.mfp-wrap.mfp-ready .mfp-iframe-scaler {
  opacity: 1;
  -webkit-transform: rotateX(0);
      -ms-transform: rotateX(0);
       -o-transform: rotateX(0);
          transform: rotateX(0);
}

.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-wrap.mfp-removing .mfp-figure ,
.mfp-wrap.mfp-removing .mfp-iframe-scaler {
  opacity: 0;
  -webkit-transform: rotateX(-60deg);
      -ms-transform: rotateX(-60deg);
       -o-transform: rotateX(-60deg);
          transform: rotateX(-60deg);
  
}

.mfp-removing.mfp-bg {
  opacity: 0;
}



/* ------------------------------------------------------------------------------- */
/*  6. Features
/* ------------------------------------------------------------------------------- */



.feature-img{
  margin:0 auto;
  max-width: 100%;
}



/* ------------------------------------------------------------------------------- */
/*  7. Reviews
/* ------------------------------------------------------------------------------- */



.review{
  padding: 0 20px;
}

.review .fa{
  font-size: 1.5em;
  margin:15px 0;
}



/* ------------------------------------------------------------------------------- */
/*  8. Prices
/* ------------------------------------------------------------------------------- */


.col-price{
  width: 48%;
  min-width: 400px;
  max-width: 500px;
  display:inline-block;
  position: relative;
  padding: 0px;
  margin: 5px;
  text-align: center;
}
@media all and (max-width: 844px){
  .col-price{ width: 100%;max-width:100%;margin:5px 0; }
}
.price-box{
  position: relative;
  background-color: rgba(255,255,255,0.9);
}

.price-inner{
  padding-bottom: 40px;
}

.price-title{
  padding:20px;
  margin-bottom: 0;
}

.price{
  padding: 25px 0;
  line-height: 1;
  color: #000;
  background-color:#DEDEDE;
}

.price-currency{
  display: inline-block;
  vertical-align: top;
  font-size: 30px;
  font-weight: 400;
}

.price-amount{
  font-size: 60px;
}

.price-delimiter{
  font-size: 40px;
  font-weight: 300;
}

.price-period{
  font-size: 20px;
}

.price-features{
  padding:30px 0 0 0;
}

.price-features ul{
  margin-top: 0;
}

.price-features ul li{
  padding: 8px 0;
}

.col-price.leading{
  z-index: 1;
}

.col-price.leading .price{
  color: #fff;
  background-color: #76a934;
}



/* ------------------------------------------------------------------------------- */
/*  9. Contacts
/* ------------------------------------------------------------------------------- */



.contacts.section{
  padding-bottom: 0;
}

.col-contact:first-child{
  border-left: 0;
}

.map{
  width: 100%;
  height: 550px;
  border: 0;
  text-align: center;
}

.map-info{
  text-align: left;
}

.map-address{
  display: block;
  margin-top:20px;
  width: 230px;
}

.map-address-row{
  margin-bottom:10px;
  overflow: hidden;
}

.map-address-row .fa{
  font-size: 16px;
  padding:2px 1px 1px;
  float: left;
  width: 25px;
}

.map-address-row .text{
  display: block;
  overflow: hidden;
}

.gmap-open{
  margin-top: 15px;
}



/* ------------------------------------------------------------------------------- */
/*  Blog
/* ------------------------------------------------------------------------------- */



/* Post */


.post{
  margin-bottom: 50px;
}

.post-header{
  margin:30px 0 20px;
}

.post-meta{
  overflow: hidden;
  border-bottom: 1px solid #DBDBDB;
  padding-bottom: 15px;
  margin-bottom: 40px;
}

.post-meta li{
  float: left;
  margin-right: 25px;
}

.post-meta li .fa{
  color: #c6c6c6;
}

.btn-post-read{
  margin-top: 30px;
}



/* Post share */



.post-controls{
  border-top: 1px solid #DBDBDB;
  padding: 15px 0;
  margin: 40px 0;
}

.post-controls a,
.post-controls .fa{
  color: #B6B6B6;
}

.post-controls a:hover .fa{
  color: #76a934;
}

.post-controls a:hover{
  text-decoration: none;
}

.post-share{
  float: left;
}

.post-share ul{
  margin-top: -10px;
  margin-bottom: 0;
}



/* Comments */



.entry-comment{
  float: right;
}

.comment-reply-title{
  margin-bottom: 20px;
}

.form-double .form-group {
  float: left;
  padding-right: 5px;
  width: 50%;
}



/* Right sidebar */



.search-field{
  height: 40px;
}

.search-submit{
  position: absolute;
  right: 25px;
  top: 10px;
  background: none;
  border: 0;
  font-size: 17px;
  color:#CACACA;
}

.search-submit:focus{
  outline: none;
}

.widget{
  margin-bottom: 50px;
}

.widget a{
  color: #3d3d3d;
}

.widget a:hover{
  color: #f78243;
  text-decoration: none;
}

.widget a:hover{
  text-decoration: none;
}

.widget-title{
  margin-bottom: 25px;
}

.widget_categories ul li {
  text-align: right;
  padding-bottom: 10px;
  margin-bottom: 15px;
  color: #f78243;
  border-bottom: 1px solid #E7E7E7;
}

.widget_categories ul li a {
  float: left;
  display: inline-block;
  font-size: 14px;
}

.post-item{
  margin-bottom: 20px;
}

.post-info{
  margin-top: 5px;
  color: #76a934;
  font-size:13px;
}

.post-item h4{
  font-weight: 400;
}

.tagcloud a{
  display: inline-block;
  background: #EFEFEF;
  border: 1px solid #EFEFEF;
  float: left;
  font-size: 11px;
  padding: 5px 7px 5px 7px;
  margin: 0px 5px 5px 0px;
  text-transform: uppercase;
  -webkit-transition:background-color .5s;
  transition:background-color .5s ;
}

.tagcloud a:hover{
  color: #fff;
  background-color: #76a934;
}



/* ------------------------------------------------------------------------------- */
/*  10. Footer
/* ------------------------------------------------------------------------------- */



.footer{
  padding:60px 0 40px;
}

.social a{
  display: inline-block;
  padding: 1px;
  margin:0 15px;
  color: #C2C2C2;
}

.social a:hover{
  color: #76a934;
}
.copy{
  margin-top: 30px;
}



/* ------------------------------------------------------------------------------- */
/*  11. Modals
/* ------------------------------------------------------------------------------- */



body:not(.modal-open){
  padding-right:0!important;
}

.modal{
  color: #fff;
  text-align: center;
}

.modal .form-control{
  border:0;
}

.modal label.error{
  color: #fff;
}

.modal.fade .modal-dialog{
  -webkit-perspective: 1300px;
          perspective: 1300px;
}

.modal-content{
  border:0;
  opacity: 0;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform:  rotateX(60deg);
      -ms-transform:  rotateX(60deg);
       -o-transform:  rotateX(60deg);
          transform:  rotateX(60deg);
  -webkit-transition:.5s ease-out;
       -o-transition:.5s ease-out;
          transition:.5s ease-out;
}

.modal.fade.in .modal-content{
  opacity: 1;
  webkit-transform: translateZ(0) rotateX(0);
      -ms-transform: translateZ(0) rotateX(0);
       -o-transform: translateZ(0) rotateX(0);
          transform: translateZ(0) rotateX(0);
}

.modal-dialog{
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  width: 90%;
  margin:25px auto;
}

.modal-content{
  background-color:#76a934;
  padding: 20px 30px 40px;
  border-radius:30px;
  -webkit-box-shadow:none;
  box-shadow: none;
}

.modal-header{
  border:0;
  min-height: 0;
  text-align: center;
}

.close{
  display: inline-block;
  font-size: 12px;
  font-weight: 100;
  line-height: 1;
  color: #fff;
  text-align: center;
  text-shadow: none; 
  cursor: pointer;
  border-radius: 50%;
  opacity: 1;
  filter: alpha(opacity=1);
  -webkit-transition: all 0.2s linear;
       -o-transition: all 0.2s linear;
          transition: all 0.2s linear;
}

.close:hover,
.close:focus {
  color: #fff;
  opacity:1;
  filter: alpha(opacity=1);
}

.modal-header .close{
  position: absolute;
  z-index: 1;
  top: 10px;
  right: 20px;
  font-size: 40px;
}

.modal-title{
  font-size: 25px;
  color: #fff;
}

.modal-title,
.modal-title i{
  font-weight: normal;
}

.modal-subtitle{
  font-size: 16px;
  font-weight: 300;
}

.modal-body{
  padding:20px 0 0;
}

.modal-body .form-group{
  margin-bottom: 30px;
}

.modal-message .modal-content{
  padding-top: 55px;
  padding-bottom: 55px;
}



/* ------------------------------------------------------------------------------- */
/*  12. Responsive styles
/* ------------------------------------------------------------------------------- */



/* 12.1 Max width 767px */



@media (max-width: 767px){



  /* Content styles */


  .top-space-sm{
    margin-top: 25px;
  }
}



/* 12.2 Min width 768px */



@media (min-width: 768px){



  /* Typography */

  h1,
  .h1{
    font-size:46px;
  }



  /* Content styles*/



  .section{
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .section-lg{
    padding-top: 185px;
    padding-bottom: 185px;
  }



  /* Home */



  .opener{
    padding: 240px 0 160px;
  }



  /* Navigation */

  .navbar-nav > li{
    border-bottom: 0;
    padding-top: 15px;
  }

/*
  .nav-collapse ul > li{
    border-bottom: 0;
    margin-left: 20px;
  }

  .nav-collapse ul li a{
    position: relative;
    padding:0;
    color:#fff;
  }

  .nav-collapse ul li a:hover,
  .nav-collapse ul li a:focus,
  .nav-collapse .active > a,
  .nav-collapse .active > a:hover{
    background-color: transparent;
  }

  .nav-collapse ul li:after{
    content:'';
    position: absolute;
    top: 100%;
    left: 0;
    width: 0;
    border-top: 10px solid #76a934;
    margin-top: 1px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }

  .nav-collapse ul li:hover:after,
  .nav-collapse .active:after{
    width: auto;
  }

  .navbar.affix .navbar-nav li a:hover,
  .navbar.affix .navbar-nav .active a{
    color: #76a934;
  }

*/
  /* Prices */



/*  .col-price{
    width: 45%;
  }*/


  /* Modals */



  .modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
  }

  .modal-dialog {
    width: 550px;
  }
}



/* 12.3 Min width 992px */



@media (min-width: 992px){



  /* Content styles */


  .row-padding{
    margin-left: -40px;
    margin-right: -40px;
  }

  .column-padding{
    padding-left: 40px;
    padding-right:40px;
  }



  /* Navigation */



  /* Features */



  .col-feature{
    margin-top: 9%;
  }


  /* Video section */


  .video-section{
    padding-top: 210px;
    padding-bottom: 210px;
  }



  /* Prices */



  .row-price{
    text-align: center;
  }

/*
  .col-price{
    width: 30%;
  }*/



  /* Contacts */



  .col-contact{
    border-left:1px solid #E1E1E1;
  }
}



/* 12.4 Min width 1200px */



@media (min-width: 1200px){



  /* Home */


  .opener{
    padding: 300px 0 230px;
  }
}



@media all and (max-width: 640px) {
  .brand{
   margin-left: 10px;
  }
}



/* New Navigation header*/



nav {
  display: block;
}


header {
  position: fixed;
  top: 0;
  left: 0;
  height: 81px;
  width: 100%;
  margin: 0 auto;
  z-index: 20000;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  /*box-shadow: 0 16px 40px rgba(0,0,0,0.05);*/
}
@media screen and (max-width: 640px) {
  header {
    left: 0;
    width: 100%;
  }
}
header .header-inner {
  max-width: 1366px;
  height: 80px;
  margin-left: auto;
  margin-right: auto;
}



#checklist .header-light,
.header-light {
  background: #fff;
  border: 1px solid #f1f1f1;
}

#checklist .header-light .logo,
.header-light .logo {
  width: 95px;
  height: 40px;
  background-size: 95px 40px;
  background-image: url(../img/logo.png);
  /*background-image: url(../img/logo.svg);*/
  margin-top: 20px;
}

.logo {
  width: 118px;
  height: 50px;
  background-size: 118px 50px;
  background-image: url(../img/logo-white.png);
  /*background-image: url(../img/logo-white.svg);*/
  position: absolute;
  margin-top: 10px;
  margin-left: 20px;
}

/* This hides the header when you scroll down */
@media only screen and (max-height: 700px) {
  .nav-up {
    top: -80px;
    /* same as header height*/
  }
}
/*! responsive-nav.js 1.0.34 by @viljamis */
.js .nav-collapse {
  clip: rect(0 0 0 0);
  max-height: 0;
  position: absolute;
  display: block;
  overflow: hidden;
  zoom: 1;
}

/* keeps nav from disappearing when resized quickly*/
.nav-collapse.opened {
  max-height: 9999px;
}

/* ------------------------------------------
  NAV TOGGLE STYLES
--------------------------------------------- */
.nav-toggle {
  position: relative;
  overflow: hidden;
  width: 80px;
  height: 80px;
  float: right;
  margin: 0;
  line-height: 86px;
}

.nav-toggle:focus {
  outline: 0;
}

.nav-toggle:before {
  height: 100%;
  position: absolute;
  content: url(../img/icon-hamburger.png);
  content: url(../img/icon-hamburger.svg), none;
  width: 80px;
  text-align: center;
  padding-top: 2px;
}

.nav-toggle.active::before {
  content: url(../img/icon-close.png);
  content: url(../img/icon-close.svg), none;
}

#checklist .header-light .nav-toggle:focus,
.header-light .nav-toggle:focus {
  outline: 0;
}

#checklist .header-light .nav-toggle:before,
.header-light .nav-toggle:before {
  content: url(../img/icon-hamburger-black.png);
  content: url(../img/icon-hamburger-black.svg), none;
}

#checklist .header-light .nav-toggle.active::before,
.header-light .nav-toggle.active::before {
  content: url(../img/icon-close-black.png);
  content: url(../img/icon-close-black.svg), none;
}

#checklist .header-light .nav-collapse a,
.header-light .nav-collapse a{
  color: #999;
}

/*
#checklist .header-light .nav-collapse .follow .fa, 
.header-light .nav-collapse .follow .fa {
  color: #999;
}*/

#checklist .header-light .nav-collapse a:hover,
.header-light .nav-collapse a:hover {
  color: #76a934;
}

#checklist .header-light .nav-collapse .follow .fa a:hover,
.header-light .nav-collapse .follow .fa a:hover {
  color: #76a934;
}

.nav-collapse > li > a:hover,
.nav-collapse > .active > a{
  background-color: #76a934;
  font-weight: bold;
}

.nav-toggle {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.nav-collapse,
.nav-collapse * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.nav-collapse,
.nav-collapse ul {
  list-style: none;
  width: 100%;
  float: left;
  margin: 0;
  padding: 0;
  font: 600 14px/1.5 "Nunito Sans", sans-serif;
}

.nav-collapse a {
  color: #fff;
  text-align: center;
  text-decoration: none;
  width: 100%;
  height: 10px;
  line-height: 80px;
  float: left;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.nav-collapse a:hover {
  color: #76a934;
}

.nav-collapse li {
  float: left;
  width: 100%;
}

@media screen and (min-width: 960px) {
  .nav-collapse {
    width: auto;
    float: right;
  }

  .js .nav-collapse {
    position: relative;
  }

  .js .nav-collapse.closed {
    max-height: none;
  }

  .nav-toggle {
    display: none;
  }

  .nav-collapse li {
    width: auto;
    display: inline-block;
    margin-top: 0;
    margin-right: 30px;
  }

  .nav-collapse a {
    color: #fff;
    padding: 0;
    height: 90px;
  }

  .nav-collapse a:hover {
    color: #76a934!important;
  }

  .nav-collapse a.current {
    background: #76a934;
    color: #fff;
    height: 80px;
  }

  li.follow {
    width: auto;
  }

  .follow {
    font-size: 1.5em;
  }
  
/*
  .follow .fa,
  .follow a {
    line-height: 80px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    color: #fff;
  }
  .follow .fa a:hover,
  .follow a:hover {
    color: #76a934!important;
  }


#layout .nav-collapse a[data-number="1"],
#about .nav-collapse a[data-number="2"],
#heartie .nav-collapse a[data-number="3"],
#classes .nav-collapse a[data-number="4"],
#contacts .nav-collapse a[data-number="5"] {
    background: #76a934;
    color: #fff;
    height: 80px;
  }*/
}

@media screen and (max-width: 959px) {
  .nav-collapse a {
    color: #fff !important;
    font-size: 1.75em;
    line-height: 2em;
    width: auto;
    height: 60px;
    padding: 0 20px 0 40px;
    margin: auto;
  }


#layout .nav-collapse a[data-number="1"],
#about .nav-collapse a[data-number="2"],
#heartie .nav-collapse a[data-number="3"],
#classes .nav-collapse a[data-number="4"],
#contacts .nav-collapse a[data-number="5"],
.nav-collapse a:hover {
    color: #76a934 !important;
    /*background: #76a934;
    color: #fff;
    height: 80px;*/
  }

  .nav-collapse li.follow {
    width: auto;
  }

  .closed ul {
    padding-top: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .closed .nav-overlay {
    z-index: -1;
    position: fixed;
    height: 0;
    width: 100%;
    background: url("../img/bg-black-trans97.png");
    display: block;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }

  .opened ul {
    padding-top: 20px;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -ms-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
  }
  .opened .nav-overlay {
    z-index: -1;
    position: fixed;
    height: 100%;
    width: 100%;
    background: url("../img/bg-black-trans97.png");
    display: block;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
}
@media screen and (max-width: 400px) {
  .nav-collapse .scroll-link a {
    font-size: 1.5em;
  }
}



/*Animate*/
/*Animate Section*/
.come-in {
  transform: translateY(30px);
  animation: come-in 0.5s ease forwards;
  overflow: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
}

.come-in:nth-child(odd) {
  animation-duration: 1s;
}

.already-visible {
  transform: translateY(0);
  animation: none;
  opacity: 1;
  filter: alpha(opacity=100);
}

@keyframes come-in {
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
.delay1 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.delay2 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}


/********************RESPONSIVE TABLE************************/
.rwd-table{
  display:table;  /* Defines a Table */
  font-size:16px;
  margin:10px 0;
  width:100%;
  line-height: 1.4em;
  border:1px solid #ddd;
  box-sizing: border-box;
}
.rwd-table-head{
   display: table-header-group; /* Defines a table header group */
}

.rwd-row{
  display:table-row; /* Defines a table row */
  border:1px solid #ccc;
}

.rwd-column{
  display:table-cell; /* Defines a table cell */
  padding:6px 10px;
  border:none; padding:25px 20px;
}
.rwd-table-head .rwd-column{ /* Column inside the table-head */
  color: #fff!important;
  background:#76a934!important;
  border-right: 1px solid #4b7f07;
  padding:0px 20px;
  line-height:50px;
  white-space: nowrap;
  }
.rwd-table-head .rwd-column:first-child{border-left:1px solid #76a934;}

.rwd-row:last-child .rwd-column{border-bottom:1px solid #ccc;}
.rwd-column{border-right:1px solid #ccc;}
.rwd-column:first-child{border-left:1px solid #ccc;}

.rwd-row .rwd-column,
.rwd-table-head .rwd-column:last-child,
.rwd-table .rwd-row:last-child .rwd-column{ border:none;}


.rwd-row:nth-child(even){ background-color:#fff;}
.rwd-row:nth-child(odd){ background-color:#f6f6f6!important;}

.rwd-middle{ vertical-align:middle;}
.rwd-center{text-align:center!important;}
.rwd-btn{margin-left:auto!important;margin-right:auto!important;width:auto!important;}
.rwd-right{float: right}

.rwd-table-head .rwd-column a:hover{ color:#f9f9f9!important;}
.rwd-header-mini{
  display: none;
  height: 40px;
  margin: 0 3%;
  line-height: 40px;
  color: #fff;
}
/*
@media screen and (max-width: 640px){
.rwd-table-modern .rwd-column{line-height: auto; padding:2% 20px; } 
.rwd-table-modern { text-align:center;} 
.rwd-table-modern .btn-green {width:87.5%; margin-top:10px;}  
.rwd-table-modern { border:none;}
.rwd-table-modern .rwd-row{ border-right:1px solid #ccc;}
.rwd-right{float: none;}
}*/


/*default*/
@media all and (max-width: 640px){

  .rwd-table{
    border:none;
  }

  .rwd-row .rwd-column,
  .rwd-row:last-child .rwd-column{ /* last column of the row */
    border-bottom:none;
  }

    
  .rwd-table .bold{ font-weight:bold; }
  
  .rwd-table,
  .rwd-row,
  .rwd-column,
  .rwd-column:before{
    display:block;  /* Converts a table, table row, table column and table column:before into a block element */
  }
  .rwd-table-head{
    position:absolute;  /* Hides table head but not using display none */
    top:-1000em;
    left:-1000em;
  }


  .rwd-row{
    padding: 20px 0;
    margin:0 3% 20px 3%;
    border:1px solid #ccc;
    background-color:#fff;
  }
  .rwd-row:last-child {border-bottom: 1px solid #ccc;}
    
  .rwd-hide{ display:none!important;}
  .rwd-show{ display:block!important;}
  .rwd-row .rwd-column:first-child{
    border-left:none;
  }

  .rwd-column{line-height: auto; padding:.5% 20px!important;}

  .rwd-column:before{ /* prints the value of data-label attribute before the column data */
    display:inline;
    content:" "attr(data-label);  /* call the attribute value of data-label and adds a string // */
    color: #76a934;
    font-weight: bold;
    display: block;
    margin:  20px auto 0 auto;
  }
  
  .rwd-btn{width:84%;}
  
  .rwd-row:nth-child(even){ background-color:#fff!important;}
  .rwd-row:nth-child(odd){ background-color:#f6f6f6!important;}

  .rwd-header-mini{display: block;}

  }

 /*[data-label="Level:"] { color: #000;}*/