::selection {
    background: #ffff80;
    text-shadow: none;
    color:#858585;
}
::-moz-selection {
    background: #ffff80;
    color:#858585;
    text-shadow: none;
}

.logo{
    width:100%;
}

.banner-container {
    background:none;
}

#aboutUs {
    background: rgba(228, 222, 220, 0.9) none repeat scroll 0 0;
}

#owl-gallery .item{
  margin: 3px;
}

#owl-gallery .item img{
  display: block;
  width: 100%;
  height: auto;
}

.row .five {
    width: 40%;
}

.row .seven {
    width: 60%;
}

.gallery-wrapper{
    margin-top:27px;
}

#contactUs .btn {
    background: #33865c none repeat scroll 0 0;
}

a {
    color: #33865c;
}

.no-padding{
    padding:0px;
}

.form-control{
    color:white !important;
}

#email{
    color:white;
}

#name{
    color:white;
}

#googlemaps{
    width: 100%;
    height: 500px;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    background: #33865c none repeat scroll 0 0 !important;
    color:white !important;
}

.button-ariola{
    text-align:center;
    margin-top:30px;
}

.btn-custom{
    background-color: #33865c;
    border-radius:0px !important;
    transition:0.2s;
    padding: 13px 30px 10px;
}

.btn-custom:hover{
    color:white;
    transition:0.2s;
}

/* Custom, iPhone Retina */ 
    @media only screen and (min-width : 320px) {
        
    }

    /* Extra Small Devices, Phones */ 
    @media only screen and (min-width : 480px) {
    
    }

    /* Small Devices, Tablets */
    @media only screen and (min-width : 768px) {
    
    .banner-container{
        height:500px;
    }    
    
    }

    /* Medium Devices, Desktops */
    @media only screen and (min-width : 992px) {

    .banner-container{
        height:700px;
    }  

    }

    /* Large Devices, Wide Screens */
    @media only screen and (min-width : 1200px) {
    
    .banner-container{
        height:700px;
    }      
    
    .container{
        max-width:1400px;
    }
    
    

    }



