body{
    font-family: Lato;
    font-weight: 400;
    font-size: 21px;
    color: #666;
}

h1{
    font-weight: 300;
    font-size: 50px;
    text-transform: uppercase;
}

h2{
    font-weight: 300;
    font-size: 40px;
    text-transform: uppercase;
}

h3{
    font-weight: 300;
    font-size: 35px;
    text-transform: uppercase;
}

h4{
    font-weight: 700;
    font-size: 27px;
}

hr{
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
}

.h-link{
    font-size: 28px;
    color: #009bd4;
    text-transform: uppercase;
    border: solid  #009bd4;
    border-width: 0 0 1px 0;
    cursor: pointer;
}

.h-link-3{
    font-size: 24px;
}

.h-link-4{
    font-size: 20px;
}

.h-link:hover{
    text-decoration: none;
}

strong{
    font-weight: 700;
}

img{
    max-width: 100%;
}

.clear-a{
    color: #444;
}

.clear-a:hover{
    color: #444;
    text-decoration: none;
}

.margin-top-5{
    margin-top: 5px;
}
.margin-top-10{
    margin-top: 10px;
}
.margin-top-15{
    margin-top: 15px;
}
.margin-top-20{
    margin-top: 20px;
}
.margin-top-25{
    margin-top: 25px;
}
.margin-top-30{
    margin-top: 30px;
}
.margin-top-35{
    margin-top: 35px;
}
.margin-top-40{
    margin-top: 40px;
}
.margin-top-45{
    margin-top: 45px;
}
.margin-top-50{
    margin-top: 50px;
}
.margin-top-55{
    margin-top: 55px;
}
.margin-top-60{
    margin-top: 60px;
}
.margin-top-65{
    margin-top: 65px;
}
.margin-top-70{
    margin-top: 70px;
}
.margin-top-75{
    margin-top: 75px;
}
.margin-top-80{
    margin-top: 80px;
}
.margin-top-85{
    margin-top: 85px;
}
.margin-top-90{
    margin-top: 90px;
}
.margin-top-95{
    margin-top: 95px;
}
.margin-top-100{
    margin-top: 100px;
}

.margin-bottom-5{
    margin-bottom: 5px;
}
.margin-bottom-10{
    margin-bottom: 10px;
}
.margin-bottom-15{
    margin-bottom: 15px;
}
.margin-bottom-20{
    margin-bottom: 20px;
}
.margin-bottom-25{
    margin-bottom: 25px;
}
.margin-bottom-30{
    margin-bottom: 30px;
}
.margin-bottom-35{
    margin-bottom: 35px;
}
.margin-bottom-40{
    margin-bottom: 40px;
}
.margin-bottom-45{
    margin-bottom: 45px;
}
.margin-bottom-50{
    margin-bottom: 50px;
}
.margin-bottom-55{
    margin-bottom: 55px;
}
.margin-bottom-60{
    margin-bottom: 60px;
}
.margin-bottom-65{
    margin-bottom: 65px;
}
.margin-bottom-70{
    margin-bottom: 70px;
}
.margin-bottom-75{
    margin-bottom: 75px;
}
.margin-bottom-80{
    margin-bottom: 80px;
}
.margin-bottom-85{
    margin-bottom: 85px;
}
.margin-bottom-90{
    margin-bottom: 90px;
}
.margin-bottom-95{
    margin-bottom: 95px;
}
.margin-bottom-100{
    margin-bottom: 100px;
}

header{ 
    background: url(../images/header.jpg); 
    height: 600px;  
    margin: 0 auto; 
    width: 100%; 
    position: relative; 
    background-size: cover;
    background-position: top;
}

header.not-main{ 
    background: url(../images/header.jpg) 50% -100px;
    height: 370px;  
    margin: 0 auto; 
    width: 100%; 
    position: relative; 
    background-size: cover;
}

#header2 { 
    background: url(../images/header2.jpg); 
    height: 500px;  
    margin-top: 30px;
    margin: 0 auto; 
    width: 100%; 
    position: relative; 
    background-size: cover;
    background-position: 50% 50%;
}
#header3 { 
    background: url(../images/header4.jpg); 
    height: 500px;  
    margin-top: 30px;
    margin: 0 auto; 
    width: 100%; 
    position: relative; 
    background-size: cover;
    background-position: 50% 80%;
}
#home { 
    background: url(../images/home.jpg) 50% 0 fixed; 
    height: auto;  
    margin: 0 auto; 
    width: 100%; 
    position: relative; 
    padding: 200px 0;
}
#about { 
    background: url(../images/about.png) 50% 0 fixed; 
    height: auto;
    margin: 0 auto; 
    width: 100%; 
    position: relative; 
    padding: 100px 0;
    color: #fff;
}

.bottom-rhomb{
    height: 240px;
    width: 100%;
    background: url(../images/rhomb-bottom2.png);
    background-position: bottom right;
    background-size: 100%;
    position: absolute;
    bottom: 0;
    background-repeat: no-repeat;
}

.top-rhomb{
    height: 240px;
    width: 100%;
    background: url(../images/rhomb-top.png);
    background-position: top right;
    background-size: 100%;
    position: absolute;
    top: 0;
    background-repeat: no-repeat;
}

.bottom-rhomb2{
    height: 240px;
    width: 100%;
    background: url(../images/rhomb-bottom3.png);
    background-position: bottom left;
    background-size: 100%;
    position: absolute;
    bottom: 0;
    background-repeat: no-repeat;
}

.top-rhomb2{
    height: 240px;
    width: 100%;
    background: url(../images/rhomb-top3.png);
    background-position: top left;
    background-size: 100%;
    position: absolute;
    top: 0;
    background-repeat: no-repeat;
}

.navbar-collapse {
    background-color: #FFF;
    border: solid #999 1px;
}


nav.navbar ul{
    width: 100%;
    text-align: center;
    position: relative;
    z-index: 3;
}

nav.navbar{
    margin-top: 20px;
    height: 100px;
    background-color: rgba(255,255,255,0.8);
    float: left;
    width: 100%;
    
    position: relative;
    z-index: 2;
}

nav.navbar ul{
    width: 100%;
    text-align: center;
    position: relative;
    z-index: 3;
}

nav.navbar ul li{
    list-style: none;
    display: inline-block;
    margin: 0 2px;
    padding: 0 10px;
    height: 100px;
    line-height: 100px;
    float: none;
}

nav.navbar ul li:hover{
    background-color: rgba(200, 200, 200, 0.4);
}

nav.navbar ul li.active{
    border: solid #666;
    border-width: 0 0 4px 0;
}

header nav.navbar ul.navbar-nav  li.active a{
    background: none;
}

header nav.navbar ul.navbar-nav  li.active a:hover{
    background: none;
}

nav.navbar ul li a{
    color: #444444;
    line-height: 100px;
    height: 100px;
    display: inline-block;
    font-weight: 300;
    font-size: 23px;
    padding: 0;
}

nav.navbar ul li a:hover{
    color: #444444;
    text-decoration: none;
}

section#top-footer{
    background-image: url(../images/footer-top.png);
    width: 100%;
    height: 207px;
    background-position: bottom center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
}

section.map{
    height: 600px;
    position: relative;
    z-index: 0;
    margin-bottom: -260px;
}

section.map #map{
    height: 600px;
}

footer{
    height: 605px;
    background-image: url(../images/footer-background.png);
    background-position: top left;
    background-size: cover;
    position: relative;
    background-repeat: no-repeat;
}

footer.contact{
    height: 403px;
    background-image: url(../images/footer2.jpg);
    background-position: top center;
    background-size: cover;
    position: relative;
    background-repeat: no-repeat;
    background-color: #000;
}

div.bottom{
	background-color: #222;
}

.contact-form input[type="text"]{
    width: 100%;
    border: solid #DDD 1px;
    padding: 5px 2%;
    margin-bottom: 20px;
}

.contact-form input[type="text"].deactive, .contact-form textarea.deactive{
    color: #BBB;
}

.contact-form input[type="submit"]{
    width: 200px;
    border-width: 0;
    text-align: center;
    line-height: 40px;
    float: right;
    color: #FFF;
    background-color: #009bd4;
}

.contact-form textarea{
    width: 100%;
    border: solid #DDD 1px;
    padding: 5px 2%;
    margin-bottom: 20px;
    height: 6em;
}

.special-offer a:hover{
    text-decoration: none;
}

.special-offer a:hover{
    text-decoration: none;
}



/*------------ CONTACT FORM -----------------------*/

#contactForm input[type="text"]{
    width: 100%;
    border: solid #DDD 1px;
    padding: 5px 2%;
    margin-bottom: 20px;
}

#contactForm input[type="text"].deactive, #contactForm textarea.deactive{
    color: #BBB;
}

#contactForm textarea{
    width: 100%;
    border: solid #DDD 1px;
    padding: 5px 2%;
    margin-bottom: 20px;
    height: 6em;
}

#contactForm input[type="submit"]{
    width: 200px;
    border-width: 0;
    text-align: center;
    line-height: 40px;
    float: right;
    color: #FFF;
    background-color: #009bd4;
}


    
    #contactForm div.input_container div.error_container,
    #contactForm div.input_container div.email_error_container{
        position: relative;
        padding: 10px 20px;
        background-color: #ff7812;
        margin-top: 0px;
        margin-bottom: 1em;
        font-size: 17px;
        color: #FFF;
        z-index: 20;
        border: solid #FFF;
        border-width: 0 0 2px 0;
        display: none;
        float: left;
    }
    
    #contactForm div.input_container div.error_container span,
    #contactForm div.input_container div.email_error_container span{
        width: 20px;
        height: 15px;
        background-image: url(../images/triangle-top.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: bottom;
        top: -15px;
        z-index: 20;
        display: inline-block;
        position: absolute;
    }

/*------------ END CONTACT FORM -------------------*/

