/* -------------------  COMMENTS      ----------------------

 -------------------                 ----------------------
*/



/** Main Elements */
html,body { 
  /*background: url(/uploads/images/rund/Ad_Koe_06.jpg) no-repeat center center fixed;*/ 
  /*background: url(/~ldul/uploads/images/rund/vineyard-of-saint-emilion-gironde-aquitaine-france-bernard-jaubert.jpg) no-repeat center center fixed; */
  background: url("/uploads/images/background.jpg") no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.container {
  background-color:rgba(255,255,255,255.85);
  box-shadow: 0 0 7px #ccc;
  font-family: 'Open Sans', sans-serif;
}

h1 {
   margin:25px 0;
    text-transform: uppercase;
    color: #333;
    font-weight:bold;
    font-size: 25px;
}


h1, h2, h3, h4, h5, h6 {
    font-family: 'Oxygen', sans-serif;
}










/*** NAV BAR ****/
.navbar-default {
   background:none;
   border:none;
   text-transform:uppercase;
   margin-bottom:0;
}


.navbar-brand {
  height:auto;
  padding-left:0;
}

.navbar-brand>img {
  width:250px;
}

.navbar-nav>li>a {
  font-size:15px;
}

.navbar-default .navbar-nav>li>a:focus, 
.navbar-default .navbar-nav>li>a:hover {
   color: #679b31;
}


.navbar-toggle {
    margin-top: 40px;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color:#679b31;
}





/*** Main section ***/
.mainBanner {
    height: 450px;
    overflow: hidden;
}


.mainBanner img {
  width:100%;
  height:auto;
}

.content {
  padding:10px 30px;
  color: #888;
}

.content p {
   padding: 10px 0;
   line-height: 25px;
   font-size: 15px;
}








/****** FOOTER *****/
.footer {
    background: #b8b8b8;
    color:#fff;
    padding: 30px 20px 30px 15px;
    margin-top: 50px;
}

.footer ul {
  list-style:none; 
  padding-left:0;
  font-size:13px;
}

.footer strong {
  font-size:17px;
}


.footer strong,
.footer ul li a {
  display:block;
  text-decoration:none;
}


.footer a{
   color:#fff;
} 


.footer .col-md-3 {
  padding-bottom: 30px;
}

.footer a:hover {
  text-decoration:underline;
}

.social {
  
}

ul.social-icons {
  list-style:none;
}

ul.social-icons li {
  float:right;
  padding-left:10px;
  
}

ul.social-icons i {
  font-size:26px;
}

.footerBottom {
  font-size:11px;
}








/*==========   Mobile first Method ==========*/
/* Custom Iphone Retina */
@media only screen and (min-width: 320px){

    ul.social-icons li {
       float:left;
   }

   .mainBanner {
    height:auto;
    }
}
/* Small devices, Phones */
@media only screen and (min-width: 480px){

}














/* Small devices, Tablets */
@media only screen and (min-width: 768px){

   /*** NAV BAR ****/
   .nav.navbar-nav.navbar-right {
      padding-top:30px;
   }
   /***Footer ***/

    .footer .social {
       text-align:right 
    }
     ul.social-icons li {
        float:right;
    }
 
   .mainBanner {
    max-height: 500px;
  }

}

/* Medium devices, Desktop */
@media only screen and (min-width: 992px){

}

/* Large devices, Widescreens */
@media only screen and (min-width: 1200px){

}
/* Stylesheet: resp_css Modified On 2017-01-31 10:34:44 */
