

body{
    margin: 0;
    padding: 0;
    background: #F0E9DE;
}

a, a:hover{
    color: inherit;
    text-decoration: none;
}

footer{
    height: 100px;
}

/* Preloader */
#preloader {
    position: fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color:#fff; /* change if the mask should have another color then white */
    z-index:99999; /* makes sure it stays on top */
}

.black_over{
    background: #000 !important;
}

#status {
    width:100%;
    text-align: center;
    /*height:200px;*/
    position:absolute;
    /*left:50%;  centers the loading animation horizontally one the screen*/
    height:220px;
    top: 35%;
    /*background-image:url(../img/status.gif); *//* path to your loading animation */
}

.footer_logo{
    height: 50px;
}

#status img{
    height: 150px;
}
#status .header_title{
   color: #8C001A;
}

#main_header{
    background: #8C001A;
    position: relative;
}

.float_right{
    float: right;
}

.navbar-brand{
    margin: 0 auto;
}

.logo_container{
    margin-top: 20px;
    margin-bottom: 30px;
}

.logo_container img{
    height: 135px;
    padding: 20px 0
    /*opacity: 0.3;*/
}

.header_title{
    font-size: 50px;
    /*font-family: arial, helvetica, sans-serif;*/
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-weight: 100;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 24px;
    /*padding: 40px 0 20px 0;*/
}

#top_nav{
    width: 400px;
    /*margin: 0 auto;*/
    color: #fff;
}
#top_nav ul{
    padding-bottom: 40px;
}

.top_nav{
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
}

.top_nav a{
    border: 1px #C9314C solid;
    color: #FAEAED;
    display: block;
    padding: 10px 0;
    width: 100%;
}


.black_over .top_nav a {
    border: 1px #fff solid;
    color: #FAEAED;

}

#top_nav ul li a{
    color: #fff;
    display: inline-block;
    padding: 10px 20px;
}

.padding_div_top{
    padding-top: 40px;
}
.padding_div_bottom{
    padding-bottom: 30px;
}

.image_row div img{
    margin-bottom: 15px;
}

.image_caption{
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 20px;
    padding-bottom: 10px;
    color: #130507;
}

.one_contact_field{
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    padding-bottom: 10px;
}

label{
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
}

.enquire_title{
    font-size: 20px;
    text-align: left;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 5px;
    padding-bottom: 20px;
}

.submit_message_btn{
    border: 1px #000 solid;
    background: #000;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    text-shadow: none;
    border-radius: 0;
}


.image_caption_other{
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 35px;
    padding-bottom: 10px;
    text-align: center;
}

.image_caption_text{
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    line-height: 21px;
    color: #000;
}
.image_caption_text_other{
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    line-height: 32px;
    font-size: 24px;
    text-align: center;
    padding-bottom: 20px;
}


.image_grid_crop img{
    /*width: 100%;*/
}

.image_grid_crop{
    width: 100%;
    height: 150px;
    overflow: hidden;
    margin-bottom: 10px;
}

.fancybox-next span {
    left: auto;
    right: 20px;
}
.fancybox-prev span {
    left: 20px;
}

.navbar-header{
    display: none;

}

.main_menu{
    display:block;
}

.navbar-inverse{
    border: 0;
    background: #8C001A;
}

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

.width_100{
    height: 400px;
}

.fancybox-skin{
    background: none !important;
}

.fancybox-opened .fancybox-skin{
    box-shadow: none !important;
}

.bold{
    font-weight: bold;
}

.absolute_fix{
    position: absolute;
    top: 70px;
    width: 100%;
    text-align: center;
}

.position_relative{
    position: relative;
}



/* =============================
    Media Queries
===============================*/

@media only screen and (max-width: 767px) {
    .top_nav{
       margin-bottom: 15px;
    }


    .first_img{
        margin-top: -30px;
    }

    .second_img{
        margin-top: -265px;
        width: 100% !important;
    }

    .third_img{
        margin-top: -65px;
    }

    .fourth_img{
        margin-top: -100px;
        width: 100% !important;
    }

    .fifth_img{
        margin-top: -165px;
        width: 100% !important;
    }

    .sixth_img{
        margin-top: -80px;
        width: 100% !important;
    }

    .image_caption_text_other{
        line-height: 26px;
        font-size: 20px;
        padding-bottom: 10px;
    }

    .image_caption_other{
        font-size: 30px;
    }

    .main_menu{
        display:none;
    }


    .navbar-header{
        display: block;
    }

}

/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */

/* Small devices (tablets, 768px and up) */
@media (max-width: 768px) {

    .header_title {
        font-size: 30px;
        letter-spacing: 7px;
    }


}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {

    .header_title {
        font-size: 30px;
    }


}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {


    .second_img{
        margin-top: -85px;
    }

    .navbar-header{
        display: none;
    }

    .main_menu{
        display:block;
    }


    .navbar-header{
        display: none;
    }



}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

    .navbar-header{
        display: none;
    }

    .main_menu{
        display:block;
    }


    .navbar-header{
        display: none;
    }

}