/*b33544*/


/*------------ANIMATIONS------------*/

.textAnimate {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translateX(20px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translateX(-20px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

.animate {
    transition: all 0.1s;
    -webkit-transition: all 0.1s;
}

/*------------FONTS------------*/

@font-face {
    font-family: "Cheddar Jack";
    src: url('../fonts/cheddar_jack-webfont.eot');
    src: url('../fonts/cheddar_jack-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/cheddar_jack-webfont.woff2') format('woff2'), url('../fonts/cheddar_jack-webfont.woff') format('woff'), url('../fonts/cheddar_jack-webfont.ttf') format('truetype'), url('../fonts/cheddar_jack-webfont.svg#cheddar_jack-webfont') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*------------MAIN------------*/
html, body {
    height: 100% !important;
}

body {
    overflow-x: hidden;
}

.large {
    font-size: 35px;
}

h2 {
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    color: #157bb5;
    margin-bottom: 0 !important;
}

h3 {
    font-family: 'Lato', sans-serif;
    font-size: 16px !important;
    color: #157bb5;
}

p {
    color: #666;
    font-family: 'Lato', sans-serif;
    line-height: 24px;
    /*padding: 0 30px 0 30px; -fix for small*/
    margin-top: 20px !important;
    margin-bottom: 20px !important;
    font-size: 15px !important;
}

ul {
    color: #666;
    font-family: Lato, sans-serif;
    line-height: 22px;
    margin-left: 20px;
}

ol {
    color: #666;
    font-family: Lato, sans-serif;
    line-height: 22px;
}

a {
    color: #157bb5;
    text-decoration: none !important;
}

.active{
    color: #157bb5 !important;
}

a:hover,
a:focus {
    color: #157bb5 !important;
}

table {
    color: #444;
    font-family: Lato, sans-serif;
}

.grey {
    color: #666;
}

.darkgrey {
    color: #333 !important;
}

.red {
    color: #b33544;
}

.white {
    color: #fff;
}

.text-center {
    text-align: center;
}

.wrapper {
    max-width: 100% !important;
    margin: 0 -150px;
    padding: 0 150px;
    display: block;
    box-sizing: content-box !important;
}

.redBack {
    background-color: #b33544;
}

.noPadding {
    padding: 0 !important;
}

.no-margin-left {
    margin-left: 0 !important;
}

.more-margin-top{
    margin-top:20px;
}

.more-margin-bottom{
    margin-bottom:30px !important;
}

.less-margin-left {
    margin-left: 10px !important;
}

.less-margin-bottom {
    margin-bottom: 20px !important;
}

.no-margin-bottom {
    margin-bottom: 0 !important;
}

.less-margin-top {
    margin-top: 10px !important;
}

.no-margin-top {
    margin-top: 0 !important;
}

.no-margin-bottom {
    margin-bottom: 0 !important;
}

.less-margin-bottom {
    margin-bottom: 5px !important;
}

.more-line-height {
    line-height: 24px !important;
}

.mb-40{
    margin-bottom: 40px !important;
}

.mb-10{
    margin-bottom: 10px !important;
}

.mb-15{
    margin-bottom: 15px !important;
}

.mb-5{
    margin-bottom: 5px !important;
}

.mt-5{
    margin-top: 5px;
}

.mt-20{
    margin-top: 20px;
}

.nolink {
    color: inherit;
}

.nolink:hover {
    color: #b33544;
}

.rightIMG {
    margin: 20px;
    width: 50%;
    min-width: 400px;
    max-width: 500px;
}

.imgBorder {
    border: 1px #f4f4f4 solid;
    -webkit-box-shadow: 0 1px 10px 0 rgba(50, 50, 50, 0.9);
    -moz-box-shadow: 0 1px 10px 0 rgba(50, 50, 50, 0.9);
    box-shadow: 0 1px 10px 0 rgba(50, 50, 50, 0.9);
}

.text-right{
    text-align: right;
}

.inline {
    display: inline;
}

/*------------ALL PAGES------------*/

#nav-services {
    margin-top: -80px;
    padding-top: 120px;
}

#nav-contact {
    margin-top: -120px;
    padding-top: 120px;
}

#nav-gallery {
    margin-top: -120px;
    padding-top: 120px;
}

header {
    width: 100%;
    /*height: 160px;*/
    position: fixed;
    top: 0;
    background-color: rgba(252, 252, 252, 0.8);
    z-index: 999;
    overflow-x: hidden;
}

.headCont {
    float: none !important;
    margin: 0 auto;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.logoCont {
    display: flex;
    align-items: center;
}

#logo {
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -ms-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
}

#logo img {
    width:380px;
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -ms-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
}

nav {
    display:table;
    font-family: 'Lato', sans-serif;
    font-size: 17px;
    float: right;
}

nav ul {
    display: table-cell;
    vertical-align: middle;
    overflow: hidden;
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: center;
    height:125px;
}

nav li {
    float:left;
    padding-left: 10px;
    padding-right: 10px;
}

nav li a {
    color: #3b3b3b !important;
    text-decoration: none;
}

nav li a:hover {
    color: #b33544;
}

#page {
    margin: 0 auto;
    padding-top: 125px;
    position:relative;
    overflow-x: hidden;
    min-height: calc(100vh - 145px);
    margin-bottom: 20px;
}

footer {
    overflow: hidden;
    position: relative;
}

#footer {
    padding-top: 15px;
    padding-bottom: 10px;
    width: 100% !important;
    max-width: 100% !important;
    background-color: #9a9a9a;
    color: #fff;
    font-family: Lato, sans-serif;
    margin-bottom: 0 !important;
    line-height: 26px;
}


.FTorange {
    font-family: "Cheddar Jack";
    font-size: 40px;
    line-height: 45px;
}

.FTorange:hover {
    color: #f79536;
}

.pageTitle {
    color: #FFF !important;
    margin-bottom: 0 !important;
}

.action-button {
    font-family: 'deriviaregular';
    display: inline-block;
    position: relative;
    padding: 3px 15px 0px 15px;
    border-radius: 10px;
    font-size: 20px;
    font-weight: bold;
    line-height: 32px;
    color: #FFF !important;
    text-decoration: none;
    background-color: #b33544;
    border-bottom: 3px solid #A20C1D;
    text-shadow: 0 -2px #A20C1D;
}

.action-button:hover {
    color: #FFF !important;
    background-color: #A20C1D;
    border-bottom: 3px solid #880003;
    text-shadow: 0 -2px #880003;
    cursor: pointer;
}

.action-button:active {
    transform: translate(0px, 3px);
    -webkit-transform: translate(0px, 3px);
    border-bottom: 1px solid;
}

/*------------HEADER SHRINK------------*/
.headCont.shrink #logo img{
    width: 240px;
}

.headCont.shrink .logo-main{
    font-size: 20px;
}

nav.shrink {
    font-size: 16px;
}

nav.shrink ul {
    height:80px;
}

/*------------HOME PAGE------------*/

.top-img-text{
    margin-top: 200px;
}

.top-img-text-container {
    font-family: 'Lato', sans-serif;
    line-height: 28px;
    padding: 2px 2em 2px 0;
}
.top-img-text-container span {
    background-color: white;
    color: #333;
    display: inline;
    padding: 0.45rem;

    /* Needs prefixing */
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
}

.homeSmall{
    font-family: Lato, sans-serif;
    font-weight: bold;
    font-size: 45px;
    line-height: 65px;
}

.homeSmaller{
    margin-bottom: 10px;
    font-family: 'amandaart_design';
    font-size: 25px;
    line-height: 50px;
    font-weight: bold;
}

.callToAction {
    border: none;
    font-family: 'deriviaregular';
    font-weight: bold ;
    font-size: 18px;
    background: #b33544;
    color: #ffffff;
    cursor: pointer;
    padding: 10px 20px;
    display: inline-block;
    border-radius: 30px;
    letter-spacing: 1px;
    outline: none;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.callToAction:hover {
    color: #b33544;
    background: #ffffff;
}


.homeMain{
    margin-top: 75px;
    font-size: 30px;
    text-align: center;
}

.pHomeMain{
    text-align: center;
    margin-top: 0 !important;
    font-size: 24px;
}

.full-width-container {
    width: 100% !important;
    padding-top: 30px !important;
    background-size: cover !important;
    display: block;
    box-sizing: content-box !important;
}

.homeTopImage {
    height: 320px;
    background: url(../img/homeimg.png) left center;
}

#homepageAccommodation{
    padding-left: 30px !important;
}

.pHomepageMain {
    color: #fff;
    margin-top: 38px;
    line-height: 1.6 !important;
}

.pHomepageSecondary {
    margin-bottom: 30px !important;
    line-height: 1.6 !important;
}

.homepage-information{
    background-color: #f7f7f7;
    padding-bottom:40px;
}

.google-maps {
    position: relative;
    padding-bottom: 40%;
    height: 0;
    overflow: hidden;
    margin: 20px auto;
    width: 70%;
    border: 1px #f4f4f4 solid;
    -webkit-box-shadow: 0 1px 10px 0 rgba(50, 50, 50, 0.9);
    -moz-box-shadow: 0 1px 10px 0 rgba(50, 50, 50, 0.9);
    box-shadow: 0 1px 10px 0 rgba(50, 50, 50, 0.9);
}

.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    border: 1px #f4f4f4 solid;
    -webkit-box-shadow: 0 1px 10px 0 rgba(50, 50, 50, 0.9);
    -moz-box-shadow: 0 1px 10px 0 rgba(50, 50, 50, 0.9);
    box-shadow: 0 1px 10px 0 rgba(50, 50, 50, 0.9);
}


/*------------Services------------*/

.services {
    text-align: center;
    padding-left: 9px !important;
    padding-right: 9px !important;
}

.services p {
    padding: 0px 20px;
}

.services img {
    width: 70px;
    height: 70px;
    margin-bottom: 20px;
}

/*------------GALLERY------------*/

.gallery-photos{
    text-align: center;
}

.gallery-photos figure {
    display: inline-block;
    margin: 0.55rem;
}

.gallery-photos img {
    border: 1px #f4f4f4 solid;
    -webkit-box-shadow: 0 1px 10px 0 rgba(50, 50, 50, 0.9);
    -moz-box-shadow: 0 1px 10px 0 rgba(50, 50, 50, 0.9);
    box-shadow: 0 1px 10px 0 rgba(50, 50, 50, 0.9);
    width:166px;
}

@media (max-width: 768px) {
    .gallery-photos img {
        width: 135px;
    }
}


/*------------BOOKING------------*/

.book-button {
    font-family: 'intrique';
    position: relative;
    padding: 10px 20px 5px 20px;
    margin: 10px 0 10px 0;
    border-radius: 10px;
    font-size: 36px;
    line-height: 36px;
    color: #FFF !important;
    text-decoration: none;
    /*background-color: #3498DB;*/
    background-color: #4c76bb;
    border-bottom: 3px solid #1a548e;
    text-shadow: 0 -2px #1a548e;
    float: left;
}

.book-button:hover {
    color: #FFF !important;
    background-color: #2966a4;
    border-bottom: 3px solid #193754;
    text-shadow: 0 -2px #193754;
    cursor: pointer;
}

.book-button:active {
    transform: translate(0px, 3px);
    -webkit-transform: translate(0px, 3px);
    border-bottom: 1px solid;
    color: #FFF !important;
}

/*------------RESPONSIVENESS------------*/

@media screen and (max-width: 40em) {
    h2 {
    }

    h3 {
        font-size: 1.9375rem;
    }

    h4 {
        font-size: 1.5625rem;
    }

    h5 {
        font-size: 1.25rem;
    }

    h6 {
        font-size: 1rem;
    }

    .large {
        line-height: 42px;
    }

    .my-gallery img {
        width: 140px;
        height: 110px;
    }
}

@media only screen and (max-width: 1025px) {
    #homeBottomImage {
        background-image: url(../img/homepageBottomDark.png);
    }
}

/*------------RESPONSIVE SMALL------------*/

@media only screen and (max-width: 825px) {
    #page {
        padding-top: 80px;
    }

    h1 {
        font-size: 19px;
    }

    .h1false {
        font-size: 19px;
    }

    h2 {
    }

    .large {
        font-size: 24px;
    }

    .pageTitle {
        height: 45px;
        padding-top: 7px;
    }

    #logo img {
        width:215px
    }

    .logo-main{
        font-size: 20px;
    }

    nav {
        font-size: 16px;
    }

    nav ul {
        height: 80px;
    }

    #footer {
        font-weight: normal;
        font-size: 15px;
    }

    .pHomepageMain {
        font-weight: normal;
    }

    .pVans {
        font-weight: normal;
    }

    .no-margin-top-medium {
        margin-top: 0 !important;
    }
}

@media only screen and (max-width: 639px) {

    nav {
        font-size: 15px;
    }

    nav li {
        padding-left: 6px;
        padding-right: 6px;
    }

    #logo-text {
        padding-left:10px;
        line-height: 0.6;
    }

    .logo-sub{
        font-size: 10px;
    }

    .wrapper {
        margin: 0 0;
        padding: 0 0;
        box-sizing: inherit !important;
        overflow-x: hidden;
    }

    .top-img-text{
        margin-top: 175px;
    }

    .services-top {
        margin-bottom: 15px;
    }
}

@media only screen and (min-width: 1350px) {
    .wrapper {
        margin: 0 -2000px;
        padding: 0 2000px;
        padding-top: 10px;
        overflow-x: hidden;
    }
}

@media only screen and (max-width: 358px) {
    .top-img-text{
        margin-top: 120px;
    }
}
