@import url(http://fonts.googleapis.com/css?family=Bitter:400,700,400italic|Montserrat:400,700&subset=latin,latin-ext);
@import url(http://fonts.googleapis.com/css?family=Oxygen:400,300,700&subset=latin,latin-ext);

body {
    overflow-x: hidden;
    font-family:Calibri, Helvetica, Arial,sans-serif;
    color: #666;
    font-weight: 400;
    padding:0;
    font-size: 16px;
}

.text-muted {
    color: #444;
}

.text-primary {
    color: #fed136;
}

p {
    font-size: 16px;
    line-height: 1.6;
}

p.large {
    font-size: 16px;
}

a,
a:hover,
a:focus,
a:active,
a.active {
    outline: 0;
}

a {
    color: #ae9a63;
}

a:hover,
a:focus,
a:active,
a.active {
    color: #ae9a63;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family:Calibri, Helvetica, Arial,sans-serif;
    font-weight: 700;
    color: #333;
}
ul, li {
    padding: 0 ;
    margin: 0 ;
    list-style-type: none;
    line-height: 1.6;
    
}
ul.list li  {
    margin: 0 0 10px 0;
    
}

ul .arbora img{
	width: 120px !important;
    
    
}
ul li i {
    color: #336600;
    
}
.img-centered {
    margin: 0 auto;
}
.dark {
    color: #333;
}
.author {
    color: #336600;
    font-style: italic;
    display: inline-block;
    text-align: right;
    width: 100%;
    margin-top: 10px;
    
    
}
.triangle-border {
  position: relative;
  padding: 15px;
  margin: 1em 0 3em;
  border: 5px solid #dfe8d4;
  background-color: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.triangle-border.left {
  margin-left: 4px;
  
}
.triangle-border.left:before {
  top: 10px;
  bottom: auto;
  left: -30px;
  border-width: 15px 30px 15px 0;
  border-color: transparent #dfe8d4;
    
}
.triangle-border:before {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 40px;
  border-width: 20px 20px 0;
  border-style: solid;
  border-color: #dfe8d4 transparent;
  display: block;
  width: 0;
}
.triangle-border.left:after {
  top: 16px;
  bottom: auto;
  left: -21px;
  border-width: 9px 21px 9px 0;
  border-color: transparent #fff;
}
.triangle-border:after {
  content: "";
  position: absolute;
  bottom: -13px;
  left: 47px;
  border-width: 13px 13px 0;
  border-style: solid;
  border-color: #fff transparent;
  display: block;
  width: 0;
}
 .logo {
        width: 75%;
    
}
.bg-light-gray {
    background-color: #f0f8e6;
}

.bg-darkest-gray {
    background-color: #222;
}

.btn-primary {
    border-color: #fed136;
    text-transform: uppercase;
    font-family:Calibri, Helvetica, Arial,sans-serif;
    font-weight: 700;
    color: #fff;
    background-color: #fed136;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    border-color: #f6bf01;
    color: #fff;
    background-color: #fec503;
}

.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    background-image: none;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    border-color: #fed136;
    background-color: #fed136;
}

.btn-primary .badge {
    color: #fed136;
    background-color: #fff;
}

.btn-l {
    padding: 10px 20px;
    border-color: #ae9a63;
    border-radius: 3px;
    text-transform: uppercase;
    font-family:Calibri, Helvetica, Arial,sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    background-color: #ae9a63;
}

.btn-l:hover,
.btn-l:focus,
.btn-l:active,
.btn-l.active,
.open .dropdown-toggle.btn-l {
    border-color: #ae9a63;
    color: #fff;
    background-color: #9a8753;
}

.btn-l:active,
.btn-l.active,
.open .dropdown-toggle.btn-l {
    background-image: none;
}

.btn-xl {
    padding: 20px 40px;
    border-color: #ae9a63;
    border-radius: 3px;
    text-transform: uppercase;
    font-family:Calibri, Helvetica, Arial,sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    background-color: #ae9a63;
}

.btn-xl:hover,
.btn-xl:focus,
.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
    border-color: #ae9a63;
    color: #fff;
    background-color: #9a8753;
}

.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
    background-image: none;
}

.btn-xl.disabled,
.btn-xl[disabled],
fieldset[disabled] .btn-xl,
.btn-xl.disabled:hover,
.btn-xl[disabled]:hover,
fieldset[disabled] .btn-xl:hover,
.btn-xl.disabled:focus,
.btn-xl[disabled]:focus,
fieldset[disabled] .btn-xl:focus,
.btn-xl.disabled:active,
.btn-xl[disabled]:active,
fieldset[disabled] .btn-xl:active,
.btn-xl.disabled.active,
.btn-xl[disabled].active,
fieldset[disabled] .btn-xl.active {
    border-color: #fed136;
    background-color: #fed136;
}

.btn-xl .badge {
    color: #fed136;
    background-color: #fff;
}

.md-margin {
    margin-bottom: 25px;
   
}
.lg-margin {
    margin-bottom: 60px;
   
}
.margin-top-btm {
    margin-bottom: 25px;
    margin-top: 25px;
   
}



.navbar-collapse {
    background-color: #336600;
   
    
    
}



.navbar-default {
    border-color: transparent;
    background-color: #dfe8d4;
/*
    background-image: url(../img2/bg.png);
    background-repeat: repeat-y;
    background-position: center top;
*/
}

.navbar-default .navbar-brand {
    min-height: 110px;
    background-color: #dfe8d4;
    padding: 10px 15px;
    
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:active,
.navbar-default .navbar-brand.active {
    color: #fec503;
     background-color: #dfe8d4;
}

.navbar-default .navbar-collapse {
    border-color: rgba(255,255,255,.02);
    
}

.navbar-default .navbar-toggle {
    border-color: #ae9a63;
    background-color: #ae9a63;
    margin-top: 35px;
}

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

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color:#ae9a63;
}

.navbar-default .nav li a {
    text-transform: uppercase;
    font-family:Calibri, Helvetica, Arial,sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
    color: #fff;
    padding: 10px;
    font-size: 14px;
}

.navbar-default .nav li a:hover,
.navbar-default .nav li a:focus {
    outline: 0;
    background-color: #ae9a63;
    border-radius: 3px;
    color: #fff;
}
.navbar-default .navbar-nav>.active>a, 
.navbar-default .navbar-nav>.active>a:focus, 
.navbar-default .navbar-nav>.active>a:hover {
   background-color: transparent !important;
   color: #fff !important;
}
 
 
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 0px;
}



section img {
    width: 100%;
    max-width: 100%;
    
}
.info-bar {
    width: 100%;
    height: 40px;
    background-color: #fff;
    
    
}
.navbar .info-list {
    padding-top: 10px;
    
}
.navbar .info-list li{
    float: left;
    margin-right: 30px;
    font-size: 14px;
    color: #336600;

}
.navbar .info-list li span {
    font-weight: 700;
    
}
.navbar .lang{
    padding-top:5px;
    float: right;
    margin-right: 50px;
    
}
.navbar .lang li{
    float: left;
    margin-left: 10px;


}
.navbar .lang li a{
   opacity: 0.5;

}
.navbar .lang li a:hover,
.navbar .lang li a.activ{
   opacity: 1;

}

#intro-heading{
    position: relative;
    overflow: hidden;
    background-image: url(../img2/header-bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    width: auto;
    height: auto;
    background-size: cover;
    padding: 30px 30px 30px 30px;
    text-align: center
}
#intro-heading span{
   font-family:Calibri, Helvetica, Arial,sans-serif;
    color: rgba(250, 250, 250, 1);
    display: inline-block;
    padding: 10px;
    background-color: rgba(51, 102, 0, 0.7);
    font-weight: 300;
    text-transform: uppercase;
   
   
}

@-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
 
.fade-in {
 opacity:0;  
 -webkit-animation:fadeIn ease-in 1;   
 -moz-animation:fadeIn ease-in 1;
 animation:fadeIn ease-in 1;
 -webkit-animation-fill-mode:forwards; 
 -moz-animation-fill-mode:forwards;
 animation-fill-mode:forwards;
 
 -webkit-animation-duration:1s;
 -moz-animation-duration:1s;
 animation-duration:1s;
}
 
.fade-in.one {
-webkit-animation-delay: 0.7s;
-moz-animation-delay: 0.7s;
animation-delay: 0.7s;
}
 
.fade-in.two {
-webkit-animation-delay: 1.2s;
-moz-animation-delay:1.2s;
animation-delay: 1.2s;
}
 
.fade-in.three {
-webkit-animation-delay: 1.6s;
-moz-animation-delay: 1.6s;
animation-delay: 1.6s;
}

#intro-heading .line1{
   font-size: 40px;
    margin: 20px auto;
    animation-delay: 0s;
    
    
}
#intro-heading .line2{
   font-size: 32px;
    margin: 20px auto;
    animation-delay: 3s;
        
}

#intro-heading .line2 .reg{
    font-size: 18px;
    font-weight: 300;
    
}
#intro-heading .line3{
    font-size: 24px;
    margin: 20px;
    animation-delay: 5s;
    
    
}
#intro-heading .arbora{
    position: absolute;
    right: 0px;
    bottom: 0px;
    display: block;
    width: 120px;
    
    
}
#intro-heading .arbora img{
	width: 120px !important;
    
    
}


section {
    padding: 50px 0 20px 0 ;
    
}
section#intro {
  padding: 150px 0 0 0;
}

section h1.section-heading {
    margin-top: 0;
    margin-bottom: 40px;
    font-size: 36px;
}
section h2.section-subheading {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 30px;
}


.sub-section {
    padding: 50px 0;
    background: none;
}


.service-heading {
    margin: 15px 0 25px 0;
    text-transform: none;
    font-size: 22px;
}


.img-box {
   position: relative;
   background: #000;
   margin-bottom: 30px;
   text-align: center;
    
}
.img-box img {
    width: 100%;
    opacity: .5;
      
}

.img-box span {
    position: absolute;
    bottom:10%;
    left: 0;
    color: #fff;
    font-size: 20px;
    line-height: 1.3;
    text-transform: uppercase;
    z-index: 10;
    display: inline-block;
    width: 100%;
    text-align: center;
    text-shadow: 0 1px #333;
    
}




section#contact .form-group {
    margin-bottom: 25px;
}

section#contact .form-group input,
section#contact .form-group textarea {
    padding: 20px;
}

section#contact .form-group input.form-control {
    height: auto;
}

section#contact .form-group textarea.form-control {
    height: 236px;
}

section#contact .form-control:focus {
    border-color: #fed136;
    box-shadow: none;
}

section#contact::-webkit-input-placeholder {
    text-transform: uppercase;
    font-family:Calibri, Helvetica, Arial,sans-serif;
    font-weight: 700;
    color: #bbb;
}

section#contact:-moz-placeholder {
    text-transform: uppercase;
    font-family:Calibri, Helvetica, Arial,sans-serif;
    font-weight: 700;
    color: #bbb;
}

section#contact::-moz-placeholder {
    text-transform: uppercase;
   font-family:Calibri, Helvetica, Arial,sans-serif;
    font-weight: 700;
    color: #bbb;
}

section#contact:-ms-input-placeholder {
    text-transform: uppercase;
   font-family:Calibri, Helvetica, Arial,sans-serif;
    font-weight: 700;
    color: #bbb;
}

section#contact .text-danger {
    color: #e74c3c;
}

footer {
    padding: 25px 0;
    text-align: center;
}

footer span.copyright {
    text-transform: uppercase;
    text-transform: none;
    font-family:Calibri, Helvetica, Arial,sans-serif;
    line-height: 40px;
}

footer ul.quicklinks {
    margin-bottom: 0;
    text-transform: uppercase;
    text-transform: none;
   font-family:Calibri, Helvetica, Arial,sans-serif;
    line-height: 40px;
}
footer .info-list {
    display: inline-block;
    margin: 20px;
    
}

.modal .modal-header,
.modal .modal-footer {
    background-color:#dfe8d4;
}
.modal .form-control{
	height: 54px;
}
.modal .text-danger {
    color: #e74c3c;
}


ul.social-buttons {
    margin-bottom: 0;
}

ul.social-buttons li a {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    font-size: 20px;
    line-height: 40px;
    outline: 0;
    color: #fff;
    background-color: #222;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

ul.social-buttons li a:hover,
ul.social-buttons li a:focus,
ul.social-buttons li a:active {
    background-color: #fed136;
}

.btn:focus,
.btn:active,
.btn.active,
.btn:active:focus {
    outline: 0;
}


::-moz-selection {
    text-shadow: none;
    background: #fed136;
}

::selection {
    text-shadow: none;
    background: #fed136;
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}

body {
    webkit-tap-highlight-color: #fed136;
}



@media(min-width:1200px) {
   .navbar-default .navbar-brand {
       min-width: 300px;
    
   }
}



@media (min-width:768px) and (max-width:992px) {
    .navbar-right.info-list{
       display: none;
   
   }
    .navbar-nav {
      margin: 0 auto 0 auto !important;
   }
    .info-bar {
       height: 30px;
     }
    .navbar .lang {
       padding-top: 0px;
       margin-right: 50px;
}
}

@media  (max-width:768px) {
    .navbar-right.info-list{
       display: none;
   
   }
    .navbar-nav {
      margin-top: 0px;
   }
    .info-bar {
       height: 30px;
       background: transparent;
     }
    .navbar .lang {
       margin-right: 0px;
       float: left;
        
    }
    .navbar .lang li{
       margin: 0px 10px 0 0;
       float: left;
        
    }
    
}


@media(min-width:768px) {
    .navbar-default {
        padding: 0;
        border: 0;
        -webkit-transition: padding .3s;
        -moz-transition: padding .3s;
        transition: padding .3s;
    }

    .navbar-default .navbar-brand {
        font-size: 2em;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
        display: inline-block;
         height: auto;
    }

    .navbar-default .navbar-nav>.active>a {
        border-radius: 3px;
    }

    .navbar-default.navbar-shrink {
        padding: 0 0 20px 0 ;
        background-color: #fff;
    }

    .navbar-default.navbar-shrink .navbar-brand {
        font-size: 1.5em;
    }
    .navbar-nav {
        float: none;
        margin: 18px auto 0 auto;
        text-align: center;
    }
    .navbar-nav>li {
        float: none;
        display: inline-block;
    }
    .menu-bar {
       display: block;
    }
     section {
        padding: 0 0 50px 0;
        
    }
   section#intro {
        padding: 170px 0 0 0;
        
    }
    section h1.section-heading {
    margin-top: 50px;
    margin-bottom: 50px;
    font-size: 50px;
    font-size: 700;
}
    section h2.section-subheading {
    margin-top: 30px;
    margin-bottom: 60px;
    font-size: 40px;
}
    .logo {
        width: 19%;
    
}


}



@media(max-width:1200px) {
    #intro-heading{
     padding: 20px 20px 40px 20px;
    
    }
    #intro-heading .line1{
     font-size: 30px;
     margin: 15px auto;
    }
    #intro-heading .line2{
      font-size: 26px;
      margin: 15px auto;
    }

    #intro-heading .line2 .reg{
    font-size: 9px;
     }
    #intro-heading .line3{
    font-size: 22px;
    margin: 15px;
    }

}
@media(max-width:768px) {
    #intro-heading{
     padding: 20px 20px 40px 20px;
    
    }
    #intro-heading .line1{
     font-size: 26px;
     margin: 10px auto;
    }
    #intro-heading .line2{
      font-size: 22px;
      margin: 10px auto;
    }

    #intro-heading .line2 .reg{
    font-size: 9px;
     }
    #intro-heading .line3{
    font-size: 18px;
    margin: 10px;
    }
    #intro-heading .arbora{
	 	width: 100px;
    }
}

@media(max-width:400px) {
    #intro-heading{
     padding: 15px 15px 40px 15px;
    
    }
    #intro-heading .line1{
     font-size: 20px;
     margin: 10px auto;
    }
    #intro-heading .line2{
      font-size: 16px;
      margin: 10px auto;
    }

#intro-heading .line2 .reg{
    font-size: 9px;
     }
#intro-heading .line3{
    font-size: 14px;
    margin: 10px auto;
    }

 
    
}

