@charset "utf-8";
/* CSS Document */

/*============================Generic=============================*/

html {
    background: #2A2A2A;
    font-size: 62.5%;
}

body {
    background: #ebebeb;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial;
    font-weight: 400;
    z-index: 0;
    position: relative;
}

.fullwidth {
    width: 100%;
}

.padd-nowt {
    padding: 0;
}

img {
    max-width: 100%;
}

iframe {
    max-width: 100%;
    padding: 4px;
    background: #fff;
}

h1, h2, h3, h4, h5, h6, p, a, ul, span {
    display: block;
    padding: 0px;
    margin: 0px;
    text-decoration: none;
}

.sitemap  h2 { margin-bottom: 20px}
.sitemap ul li {
    list-style: none;
} .sitemap ul li a { padding: 15px 0 }

  .sitemap hr {border-top: 1px solid #d5d5d5
  }

h1, h2, h3, h4, h5, h6 { text-transform: uppercase}

a, span {
    display: inline;
}
p {
    margin: 0 0 1rem;
}

h1 {
    font-size: 24px;
}

h2 {
    font-size: 22px;
}

h3 {
    font-size: 20px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 16px;
}

h6 {
    font-size: 14px;
}

/*============================ Main colours =============================*/
ul.navbar-nav {
    background: #5ba6e6;
}


.navbar-default .navbar-nav > li > a {
    color: #fff;
}

.navbar-default .navbar-nav > li > a:hover {
    background: #318bd8;
    color: #fff;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
    background: #318bd8;
    color: #fff;
}

.content h1, .content h2 {
    color: #5ba6e6;
}

.content h2, .content h3, .content h4, .content h5, .content h6 {margin-bottom: 20px;  color: #5ba6e6;}

/*============================Main design=============================*/

.shadow-effect
{
    position: relative;
}
.shadow-effect:after
{
    content: " ";
    position: absolute;
    top: 61px;
    width: 100%;
    height: 33px;
    background: url('../images/shadow-effect.png') top center;
    background-size: 100% 100%;
}

/*============================Header=============================*/

#header-background {
    width: 100%;
    position: fixed;
    top: 0;
    height: 102vh;
    background-image: url('../images/bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    z-index: -5;
    min-height: 350px;
}

#header-container {
    height: 102vh;
    z-index: 2;
    position: relative;
    color: #fff;
    text-align: center;
    min-height: 350px;
}

#header-container > div.header-text {
    position: absolute;
    bottom: 5rem;
    z-index: -5;
}

#header-container .header-text-1 {
    color: #fff;
    font-size: 11rem;
    text-shadow: 0px 0px 6px rgba(0,0,60,0.35);
    text-transform: uppercase;
    margin-bottom: 1rem;
}
#header-container .header-text-2 {
    color: #fff;
    font-size: 4.8rem;
    text-shadow: 0px 0px 6px rgba(0,0,60,0.35);
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 2rem;
}

#homepage #header-container > div.header-text {
    bottom: 5rem;
}


#header-container #scroll_down {
    display: inline-block;
    width: 22px;
    height: 22px;
    cursor: pointer;
    background: url('../images/arrow-down.png');
    opacity: 0.7;
    transition: all 0.3s ease-in-out;
}
#header-container #scroll_down:hover {
    opacity: 1;
    margin-bottom: -5px;
    margin-top: 5px;
}

/* Hide for animation */
.header-text h1, .header-text h2 {
    display: none;
}

/*============================Nav================================*/



#main-nav-container {
    position: fixed;
    top: 0;
    margin: auto;
    z-index: 10;
}

.nav-wrapper {
    background-color: #ffff;
    float: left;
    width: 100%;
}

#haytor-logo {
    margin-top: -30px;
}

.navbar-default {
    border: 0;
    background: 0;
    background: #fff;
}

.navbar-collapse, .container-fluid {
    padding: 0 !important;
}

.nav > li a {
    /* text-transform: uppercase; */
    font-size: 12px;
    padding: 18px 17px;
}

.menu-text {
    display: none;
}

.navbar-default .navbar-nav > li > a {
    text-align: center;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 2rem;
    padding: 2rem 1.3rem;
}

.navbar-nav>li {
    float: none;
    display: inline-block;
}

ul.navbar-nav {
    width: 100%;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

.navbar {
    min-height: auto
}

.navbar-default .navbar-toggle {
    border: none;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #cccccc;
}

.menu-text {
    color: #fff;
    margin-top: 12px;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border: none;
}

.navbar-collapse {
    max-height: 100%;
}
/*
.navbar {
    position: fixed;
    width: 100%;
    top: 0;
}
*/

/*css for side slide menu*/
@media screen and (max-width: 990px) {

    #main-nav-container {
        width: 92%;
    }

    .cbp-spmenu li a {
        color: #fff !important;
    }

    .cbp-spmenu ul.navbar-nav {
    }

    .navbar-default .navbar-nav > li > a:hover {
        background: #000;
    }

    .navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
        background: #000;
    }

    ul.navbar-nav {
        background: inherit;
    }

    .navbar-default .navbar-nav > li > a {
        text-align: left;
    }

    .navbar-default {
        background: #2A2A2A
    }

    .nav-wrapper {
        background: #2A2A2A;
        margin-bottom: 15px;
    }

    .navbar-default {
        margin: 0px;
    }

    .navbar-toggle {
        display: block;
        position: relative;
        margin-left: 30px;
        padding: 9px 10px;
        margin-top: 8px;
        margin-bottom: 8px;
        background-color: transparent;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 4px;
        float: left;
    }

    .navbar-fixed-top {
        width: 100%;
    }

    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        max-height: none;
    }

    .navbar-nav {
        margin: 0;
    }

    .navbar-form {
        margin: 0;
    }

    /* General styles for all menus */
    .cbp-spmenu li {
        display: list-item;
        padding: 0 !important;
        border: none;
        width: 100%;
    }

    .cbp-spmenu li a {
        padding: 15px 20px !important;
    }

    .cbp-spmenu {
        background: #2A2A2A !important;
        position: fixed;
        padding: 0;
        margin: 0 !important;
        overflow-x: hidden;
        overflow-y: visible;
        display: block;
        visibility: visible;
        height: 100% !important;
    }

    .navbar-fixed-top .cbp-spmenu {
        bottom: 0;
    }

    /* Orientation-dependent styles for the content of the menu */
    .cbp-spmenu-vertical {
        width: 260px;
        height: 100%;
        top: 0;
        z-index: 1000;
        background: #ccc;
    }

    .cbp-spmenu-horizontal {
        width: 100%;
        height: 150px;
        left: 0;
        z-index: 1000;
        overflow: hidden;
    }

    .cbp-spmenu-horizontal h3 {
        height: 100%;
        width: 20%;
        float: left;
    }

    .cbp-spmenu-horizontal a {
        float: left;
        width: 20%;
        padding: 0.8em;
        border-left: 1px solid #258ecd;
    }

    /* Vertical menu that slides from the left or right */
    .cbp-spmenu-left {
        left: -260px;
    }

    .cbp-spmenu-right {
        right: -260px;
    }

    .cbp-spmenu-left.cbp-spmenu-open,
    .cbp-spmenu-push-toright .navbar-fixed-top .cbp-spmenu-left.cbp-spmenu-open {
        left: 0px;
    }

    .cbp-spmenu-right.cbp-spmenu-open,
    .cbp-spmenu-push-toleft .navbar-fixed-top .cbp-spmenu-right.cbp-spmenu-open {
        right: 0px;
    }

    /* Horizontal menu that slides from the top or bottom */
    .cbp-spmenu-top {
        top: -150px;
    }

    .cbp-spmenu-bottom {
        bottom: -150px;
    }

    .cbp-spmenu-top.cbp-spmenu-open {
        top: 0px;
    }

    .cbp-spmenu-bottom.cbp-spmenu-open {
        bottom: 0px;
    }

    /* Push classes applied to the body */
    .cbp-spmenu-push {
        overflow-x: hidden;
        position: relative;
        left: 0;
    }

    .cbp-spmenu-push-toright,
    .cbp-spmenu-push-toright .navbar-fixed-top {
        left: 260px;
    }

    .cbp-spmenu-push-toleft,
    .cbp-spmenu-push-toleft .navbar-fixed-top {
        left: -260px;
    }

    /* Transitions */
    .cbp-spmenu,
    .cbp-spmenu-push,
    .navbar {
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .navbar-nav>li>.dropdown-menu {
        background: none;
        position: relative;
        float: none;
        text-align: left;
        box-shadow: none;
        padding: 0;
    }
    .dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
        background-color: #000;
    }
}

/*============================Pages=============================*/

#gallery {
    float: left;
    width: 100%;
    margin: 100px 0 100px 0;
}

#main-content {
    width: 100%;
    background: #ebebeb;
    box-shadow: 0 -6px 10px rgba(0,0,0,0.1);
    padding: 30px 0 50px 0;
    position: relative;
    z-index: 1;
}

.content {
    line-height: 1.8em;
}
h1 {
    margin-bottom: 2rem;
}

/*============================Footer=============================*/

#footer {
    background: #fff;
    position: relative;
    padding: 50px 0 40px 0;
}
#footer::before {
    content: " ";
    position: absolute;
    width: 100%;
    height: 10px;
    top: -10px;
    background: url('../images/footer-tear.png') repeat-x;
}

/*============================Media Queries================================*/

@media screen and (max-width: 1200px) {
    /*medium*/

}

@media screen and (max-width: 990px) {
    /*small*/

    #main-nav-container .shadow-effect {
        overflow: hidden;
    }

    #header-container h1 {
        font-size: 4.8rem;
    }
    #header-container h2 {
        font-size: 3.8rem;
    }

}

@media screen and (max-width: 767px) {
    /*Extra Small*/

    #header-container h1 {
        font-size: 3.8rem;
    }
    #header-container h2 {
        font-size: 3rem;
    }

}

@media screen and (max-width: 600px) {

}

@media screen and (max-width: 480px) {

}

@media screen and (max-width: 350px) {

    .g-recaptcha {
        width: 230px;
        overflow: hidden;
        border-right: 1px solid #CCC;
        border-radius: 4px;
    }
}

/*============================Animation================================*/