@charset "UTF-8";

/*
Title:      	Tomahawk Steakhouse, stylesheet for screen media
Author:     	Karl Ridley, falling@happyleaves.com
Updated:    	28th March 2018
*/


/* PRIMARY COMPONENTS */

*,
*::after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    font-size: 100%;
}

html * {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-overflow-scrolling: touch;
}

body {
    font-weight: normal;
    font-style: normal;
    font-size: 1.0em;
    line-height: 1.6875em;
    font-family: "FSHackneyWebRegular";
    color: #ffffff;
    /*background: #272f3a;*/
    background: #2d3436;
}

body,
html {
    /* prevent horizontal scrolling */
    overflow-x: hidden;
}

::-moz-selection {
    background: #232f38;
    color: #ffffff;
    text-shadow: none;
}

::selection {
    background: #232f38;
    color: #ffffff;
    text-shadow: none;
}

img::-moz-selection {
    background: transparent;
}

img::selection {
    background: transparent;
}

a:active {
    outline: none;
}

a:focus {
    -moz-outline-style: none;
}

a {
    text-decoration: none;
    font-weight: normal;
    font-style: normal;
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .3s ease-in;
}

ol {
    color: #ffffff;
    font-weight: normal;
}

ol li {
    padding: 0 0 8px 0;
}

p {
    margin: 0 0 0.8em 0;
    text-align: left;
    color: #ffffff;
    font-size: 0.95rem;
    line-height: 1.25rem;
    font-family: "FSHackneyWebRegular";
    font-weight: normal;
    font-style: normal;
}

em {
    font-family: "FSHackneyWebItalic";
    font-style: normal;
    font-weight: normal;
}

strong {
    font-family: "FSHackneyWebBold";
    font-weight: normal;
    font-style: normal;
}

h1 {
    text-align: left;
    font-size: 2.5rem;
    line-height: 2.9rem;
    color: #ffffff;
    font-family: "Bodoni W01 Bold_709602";
    font-weight: normal;
    font-style: normal;
    margin: 0;
    padding: 0 0 2.0rem 0;
    text-transform: uppercase;
}

@media only screen and (max-width: 960px) {
    h1 {
        font-size: 2.0rem;
        line-height: 2.4rem;
    }
}

.h1_huge {
    text-align: left;
    font-size: 6.5rem;
    line-height: 6.9rem;
    color: #ffffff;
    font-family: "Bodoni W01 Bold_709602";
    font-weight: normal;
    font-style: normal;
    margin: 0;
    padding: 0 0 2.0rem 0;
    text-transform: uppercase;
}

@media only screen and (max-width: 960px) {
    .h1_huge {
        font-size: 4.0rem;
        line-height: 4.4rem;
    }
}

.h1_huge_red {
    text-align: left;
    font-size: 6.5rem;
    line-height: 6.9rem;
    color: #cb1e06;
    font-family: "Bodoni W01 Bold_709602";
    font-weight: normal;
    font-style: normal;
    margin: 0;
    padding: 0 0 2.0rem 0;
    text-transform: uppercase;
    text-shadow: 0 0 10px rgba(0, 0, 0, .4);
}

@media only screen and (max-width: 960px) {
    .h1_huge_red {
        font-size: 4.0rem;
        line-height: 4.4rem;
    }
}

h2 {
    text-align: left;
    font-size: 2.2rem;
    line-height: 2.5rem;
    color: #ffffff;
    font-family: "Bodoni W01 Book Italic";
    font-weight: normal;
    font-style: normal;
    margin: 0 0 2.8rem 0;
    padding: 0;
}

@media only screen and (max-width: 960px) {
    h2 {
        font-size: 1.8rem;
        line-height: 2.2rem;
    }
}

.h2_home {
    text-align: left;
    font-size: 2.65rem;
    line-height: 2.95rem;
    color: #b5babd;
    font-family: "Bodoni W01 Book Italic";
    font-weight: normal;
    font-style: normal;
    margin: 0 0 2rem 0;
    padding: 0;
    text-transform: none;
}

@media only screen and (max-width: 960px) {
    .h2_home {
        font-size: 1.85rem;
        line-height: 2.15rem;
    }
}

@media only screen and (max-width: 768px) {
    .h2_home {
        font-size: 1.5rem;
        line-height: 1.75rem;
    }
}

h3 {
    text-align: left;
    font-size: 1.725rem;
    line-height: 2.025rem;
    color: #ffffff;
    font-family: "Bodoni W01 Bold_709602";
    font-weight: normal;
    font-style: normal;
    margin: 0 0 1.2rem 0;
    padding: 0;
    text-transform: uppercase;
}

@media only screen and (max-width: 960px) {
    h3 {
        font-size: 1.425rem;
        line-height: 1.725rem;
    }
}

h4 {
    text-align: left;
    font-size: 1.5rem;
    line-height: 1.85rem;
    color: #b5babd;
    font-family: "Bodoni W01 Bold_709602";
    font-weight: normal;
    font-style: normal;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}

h4 span {
    color: #b5babd;
    font-family: "Bodoni W01 Book Italic";
    font-weight: normal;
    font-style: normal;
    text-transform: none !important;
}

@media only screen and (max-width: 960px) {
    h4 {
        font-size: 1.2rem;
        line-height: 1.6rem;
    }
}

.h4_muted {
    text-align: left;
    font-size: 1.25rem;
    line-height: 1.65rem;
    color: #64696d;
    font-family: "Bodoni W01 Bold_709602";
    font-weight: normal;
    font-style: normal;
    margin: 0 0 1.2rem 0;
    padding: 0;
    text-transform: uppercase;
}

@media only screen and (max-width: 960px) {
    .h4_muted {
        font-size: 1.1rem;
        line-height: 1.4rem;
    }
}

.divlineshortocean {
    height: 0;
    margin: 3.0rem auto;
    padding: 0;
    width: 20%;
    border-bottom: #272f3a solid 6px;
}

@media screen and (max-width: 768px) {
    .divlineshortocean {
        height: 0;
        margin: 1.4rem auto;
        padding: 0;
        width: 50%;
        border-bottom: #272f3a solid 4px;
    }
}

.divlineshortoceanvouchers {
    height: 0;
    margin: 0 auto 2.0rem auto;
    padding: 0;
    width: 40%;
    border-bottom: #272f3a solid 6px;
}

@media screen and (max-width: 768px) {
    .divlineshortoceanvouchers {
        display: none;
        visibilty: 0;
    }
}

.divlineshortoceanleft {
    height: 0;
    margin: 3.0rem 0;
    padding: 0;
    width: 20%;
    border-bottom: #272f3a solid 6px;
}

@media screen and (max-width: 768px) {
    .divlineshortoceanleft {
        height: 0;
        margin: 2.5rem 0;
        padding: 0;
        width: 50%;
        border-bottom: #272f3a solid 4px;
    }
}

.titleunderline {
    height: 0;
    margin: 0.4rem 0 2.4rem 0;
    padding: 0.4rem 0 0 0;
    width: 30%;
    border-bottom: #272f3a solid 6px;
}

.divlinewidewhite {
    height: 0;
    margin: 1.6rem auto;
    padding: 1.6rem 0 0 0;
    width: 75%;
    border-bottom: #25313a solid 2px;
}

@media only screen and (max-width: 960px) {
    .divlinewidewhite {
        margin: 1.0rem auto;
        padding: 1.0rem 0 0 0;
    }
}

.divlineprivacy {
    height: 0;
    margin: 1.2rem 0;
    padding: 0;
    width: 15%;
    border-bottom: #1d222a solid 2px;
}

.clear {
    clear: both;
    overflow: hidden;
    height: 0;
}


/* HOME PAGE COMPONENTS */

#homepagecontainer {
    padding: 7.5vh 5% 10vh 5%;
    /* IE9 and 10  */
    content: 'viewport-units-buggyfill;' 'padding: 7.5vh 5% 10vh 5%;';
    margin: 0 auto;
    background: #303e48;
    border-bottom: 1px solid #222933;
    text-align: left !important;
}

@media only screen and (max-width: 960px) {
    #homepagecontainer {
        padding: 4vh 5% 4vh 5%;
        /* IE9 and 10  */
        content: 'viewport-units-buggyfill;' 'padding: 4vh 5% 4vh 5%;';
    }
}

#homepagefootercontainer {
    padding: 1.4rem 5%;
    margin: 0 auto;
    text-align: center !important;
}

.text-js {
    opacity: 0;
}

.cursor {
    display: block;
    position: absolute;
    height: 100%;
    top: 0;
    right: -5px;
    width: 2px;
    /* Change colour of Cursor Here */
    background-color: #5a6771;
    z-index: 1;
    animation: flash 0.5s none infinite alternate;
}

@keyframes flash {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.headline {
    margin: 6vh 0 0 0;
    /* IE9 and 10  */
    content: 'viewport-units-buggyfill;' 'margin: 6vh 0 0 0;';
    color: white;
    font-size: 2.0rem;
    text-align: left;
}

.headline h1 {
    font-family: "FSHackneyWebHeavy";
    font-weight: normal;
    font-style: normal;
    text-align: left;
    font-size: 3.15rem;
    line-height: 3.45rem;
    color: #c93925;
    margin: 0;
    padding: 0 0 2.0rem 0;
    text-transform: uppercase;
}

@media only screen and (max-width: 960px) {
    .headline {
        margin: 5vh 0 0 0;
        /* IE9 and 10  */
        content: 'viewport-units-buggyfill;' 'margin: 5vh 0 0 0;';
    }
    .headline h1 {
        font-size: 2.85rem;
        line-height: 3.15rem;
        padding: 0 0 1.0rem 0;
    }
}

@media only screen and (max-width: 768px) {
    .headline h1 {
        font-size: 2.25rem;
        line-height: 2.65rem;
        padding: 0 0 1.0rem 0;
    }
}

.locationholder {
    padding: 0;
    margin: 0 auto;
    text-align: left !important;
    font-size: 1.6rem;
    color: #ffffff;
    font-family: "Bauer Bodoni Pro_1 W01 Roman";
    font-weight: normal;
    font-style: normal;
    line-height: 2.0rem;
    text-transform: none;
    border-top: 1px solid #272f3a;
}

.locationholder em {
    font-family: "Bodoni W01 Book Italic";
    font-weight: normal;
    font-style: normal;
    color: #aeb3b7;
    text-transform: none;
    font-size: 1.6rem;
}

.locationholder .fullwidth {
    display: inline;
    visibility: visible;
}

.locationholder a:link,
.locationholder a:visited {
    color: #c93925;
    text-decoration: none;
    font-family: "FSHackneyWebHeavy";
    font-weight: normal;
    font-style: normal;
    text-transform: uppercase;
    font-size: 1.7rem;
}

.locationholder a:active,
.locationholder a:hover {
    color: #ffffff;
    text-decoration: none;
    font-family: "FSHackneyWebHeavy";
    font-weight: normal;
    text-transform: uppercase;
    font-size: 1.7rem;
}

.restaurant {
    padding: 0;
    margin: 0;
    text-align: left !important;
    font-size: 2.0rem;
    line-height: 2.0rem;
    color: #ffffff;
    font-family: "Bodoni W01 Bold_709602";
    font-weight: normal;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
}

.restaurantopening {
    padding: 0;
    margin: 0;
    text-align: left !important;
    font-size: 1.4rem;
    color: #70a086;
    font-family: "FSHackneyWebRegular";
    font-weight: normal;
    font-style: normal;
    text-transform: uppercase;
}

@media screen and (max-width: 768px) {
    .restaurantopening {
        display: inline;
        font-size: 0.85rem;
        line-height: 1.1rem;
    }
}

.restaurantaddress {
    padding: 0;
    margin: 0;
    text-align: center !important;
    font-size: 1.0rem;
    line-height: 1.3rem;
    color: #a4aeb7;
    font-family: "FSHackneyWebRegular";
    font-weight: normal;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 0;
}

@media screen and (max-width: 768px) {
    .restaurantaddress {
        font-size: 0.85rem;
        line-height: 1.1rem;
    }
}

.linebreaker {
    margin: 1.0rem 0;
    padding: 0.5rem 0 1.0rem 0;
    border-bottom: 1px solid #272f3a;
}

@media screen and (max-width: 768px) {
    .locationholder {
        margin: 0 auto;
        padding: 0 !important;
        width: 100%;
        text-align: left !important;
        font-size: 1.4rem;
    }
    .locationholder em {
        display: none;
        visibility: hidden;
    }
    .locationholder a:link,
    .locationholder a:visited {
        font-size: 1.4rem;
    }
    .locationholder a:active,
    .locationholder a:hover {
        font-size: 1.4rem;
    }
    .restaurant {
        font-size: 1.3rem;
        line-height: 1.0rem;
        letter-spacing: 0.05rem;
    }
}


/* CONTENT PAGE COMPONENTS */

#logoholderhome {
    margin: 0;
    max-width: 90%;
    padding: 0 10% 5vh 0;
    /* IE9 and 10  */
    content: 'viewport-units-buggyfill;' 'padding: 0 10% 5vh 0;';
}

@media screen and (max-width: 768px) {
    #logoholderhome {
        margin: 0 auto;
        max-width: 100%;
        padding: 1vh 0 4vh 0;
        /* IE9 and 10  */
        content: 'viewport-units-buggyfill;' 'padding: 1vh 0 4vh 0;';
    }
}

#logoholderbooking {
    margin: 0 auto;
    max-width: 245px;
    padding: 4vh 0;
    /* IE9 and 10  */
    content: 'viewport-units-buggyfill;' 'padding: 4vh 0;';
}

@media screen and (max-width: 768px) {
    #logoholderbooking {
        margin: 0 auto;
        max-width: 40%;
        padding: 3vh 0;
        /* IE9 and 10  */
        content: 'viewport-units-buggyfill;' 'padding: 4vh 0;';
    }
}

#logoholderpotto {
    margin: 0;
    max-width: 383px;
    padding: 2.4rem 0 2.6rem 0;
}

@media screen and (max-width: 768px) {
    #logoholderpotto {
        margin: 0 auto;
        max-width: 100%;
    }
}

#logoholdernewcastle {
    margin: 0;
    max-width: 472px;
    padding: 2.4rem 0 2.6rem 0;
}

@media screen and (max-width: 768px) {
    #logoholdernewcastle {
        margin: 0 auto;
        max-width: 100%;
    }
}

#logoholderyarm {
    margin: 0;
    max-width: 358px;
    padding: 2.4rem 0 2.6rem 0;
}

@media screen and (max-width: 768px) {
    #logoholderyarm {
        margin: 0 auto;
        max-width: 100%;
    }
}

#logoholderhusthwaite {
    margin: 0;
    max-width: 491px;
    padding: 2.4rem 0 2.6rem 0;
}

@media screen and (max-width: 768px) {
    #logoholderhusthwaite {
        margin: 0 auto;
        max-width: 100%;
    }
}

#logoholderbirtley {
    margin: 0;
    max-width: 406px;
    padding: 2.4rem 0 2.6rem 0;
}

@media screen and (max-width: 768px) {
    #logoholderbirtley {
        margin: 0 auto;
        max-width: 100%;
    }
}

#logoholderdarlington {
    margin: 0;
    max-width: 487px;
    padding: 2.4rem 0 2.6rem 0;
}

@media screen and (max-width: 768px) {
    #logoholderdarlington {
        margin: 0 auto;
        max-width: 100%;
    }
}

#logonavholder {
    padding: 0;
    margin: 0 auto;
    background: #272f3a;
    border-bottom: 1px solid #222933;
}

#logoholderrestaurants {
    padding: 0 10%;
    margin: 0;
    text-align: left;
    background: url(../png/cow-watermark.png) no-repeat bottom right;
}

@media screen and (max-width: 768px) {
    #logoholderrestaurants {
        padding: 0 5%;
        border-bottom: 1px solid #222933;
        background: url(../png/cow-watermark.png) no-repeat bottom center;
    }
}

#headerheroholder {
    padding: 20vh 5% 25vh 5%;
    /* IE9 and 10  */
    content: 'viewport-units-buggyfill;' 'padding: 20vh 5% 25vh 5%;';
    margin: 0 auto;
    border-bottom: 1px solid #222933;
}

@media screen and (max-width: 768px) {
    #headerheroholder {
        padding: 17.5vh 5% 20vh 5%;
        /* IE9 and 10  */
        content: 'viewport-units-buggyfill;' 'padding: 17.5vh 5% 20vh 5%;';
    }
}

#contentcontainer {
    padding: 7.5vh 5%;
    /* IE9 and 10  */
    content: 'viewport-units-buggyfill;' 'padding: 7.5vh 5%;';
    margin: 0 auto;
    background: #303e48 url(../png/bg-tile.png) repeat 50% 50%;
}

@media (max-width: 768px) {
    #contentcontainer {
        padding: 12.5vh 5%;
        /* IE9 and 10  */
        content: 'viewport-units-buggyfill;' 'padding: 12.5vh 5%;';
    }
}

.bodyleftpadding {
    padding: 0 2.0rem 0 0;
    margin: 0;
}

@media (max-width: 768px) {
    .bodyleftpadding {
        padding: 0;
    }
}

.bodyrightpadding {
    padding: 0 0 0 2.0rem;
    margin: 0;
}

@media (max-width: 768px) {
    .bodyrightpadding {
        padding: 0;
    }
}

.disclaimertxtholder {
    padding: 2.0rem 0 5.0rem 0;
    margin: 0;
}

#boxescontainer {
    padding: 12.5vh 5% 2.5vh 5%;
    /* IE9 and 10  */
    content: 'viewport-units-buggyfill;' 'padding: 12.5vh 5% 2.5vh 5%;';
    margin: 0 auto;
    background: #272f3a;
}

@media (max-width: 768px) {
    #boxescontainer {
        padding: 0 0 2.5vh 0;
        /* IE9 and 10  */
        content: 'viewport-units-buggyfill;' 'padding: 0 0 2.5vh 0;';
    }
}

.giftvouchertxtholder {
    width: 40%;
    margin: 0;
    padding: 0;
}

@media (max-width: 768px) {
    .giftvouchertxtholder {
        width: 45%;
    }
}

#homevenueholder {
    padding: 0 0 0 5%;
}

@media screen and (max-width: 768px) {
    #homevenueholder {
        padding: 0;
    }
}

#privacycontainer {
    padding: 5vh 5%;
    /* IE9 and 10  */
    content: 'viewport-units-buggyfill;' 'padding: 5vh 5%;';
    margin: 0 auto;
    background: #272f3a;
}

#footercontainer {
    padding: 2.5vh 5% 7.5vh 5%;
    /* IE9 and 10  */
    content: 'viewport-units-buggyfill;' 'padding: 2.5vh 5% 7.5vh 5%;';
    margin: 0 auto;
    background: #272f3a;
}


/* GIFT VOUCHERS HOME */

#homevoucherholderlogo {
    margin: 0;
    max-width: 80%;
    padding: 2.0rem;
}

#cocktailtakeaway {
    display: none;
}

@media screen and (max-width: 768px) {
    #homevoucherholderlogo {
        visibility: hidden;
        height: 0;
        display: none;
    }
    #cocktailtakeaway {
        display: block;
        border-radius: 5px;
        margin-bottom: 20px;
        padding-top: 20px;
    }
}

#homevoucherholderlogobottom {
    margin: 0;
    max-width: 80%;
    height: 190px;
    padding: 0;
    background: url(../png/gift-vouchers-home.png);
    background-repeat: no-repeat;
    background-size: contain;
}

@media screen and (max-width: 768px) {
    #homevoucherholderlogobottom {
        visibility: hidden;
        height: 0;
        display: none;
    }
}

.giftvouchertxthomeholder {
    width: 60%;
    margin: 0;
    padding: 0;
}

@media (max-width: 768px) {
    .giftvouchertxthomeholder {
        width: 45%;
    }
}

#tophomevoucherholder {
    visibility: hidden;
    height: 0;
}

@media screen and (max-width: 768px) {
    #tophomevoucherholder {
        visibility: visible;
        height: auto;
        padding: 1.0rem 5%;
        margin: 0 auto;
        background: #cc3527;
        border-bottom: 1px solid #222933;
    }
}

.homevouchertxt {
    text-align: center;
    color: #ffffff;
    font-size: 1.0rem;
    line-height: 1.3rem;
    font-family: "FSHackneyWebRegular";
    font-weight: normal;
    font-style: normal;
}

@media screen and (max-width: 768px) {
    .homevouchertxt {
        font-size: 0.85rem;
        line-height: 1.15rem;
    }
}

.homevouchertxt2 {
    text-align: center;
    color: #a4aeb7;
    font-size: 1.0rem;
    line-height: 1.3rem;
    font-family: "FSHackneyWebRegular";
    font-weight: normal;
    font-style: normal;
}

@media screen and (max-width: 768px) {
    .homevouchertxt2 {
        font-size: 0.85rem;
        line-height: 1.15rem;
    }
}

.homevouchertxt3 {
    text-align: center;
    color: #ffffff;
    font-size: 1.1rem;
    line-height: 1.5rem;
    font-family: "FSHackneyWebRegular";
    font-weight: normal;
    font-style: normal;
}

.homevouchertxt3 strong {
    font-family: "FSHackneyWebBold";
    font-weight: normal;
    font-style: normal;
    color: #a4aeb7 !important;
}

.homevouchertxt3 a:link,
.homevouchertxt3 a:visited {
    color: #ffffff;
    text-decoration: none;
    font-family: "FSHackneyWebBold";
    font-weight: normal;
    font-style: normal;
}

.homevouchertxt3 a:active,
.homevouchertxt3 a:hover {
    color: #cb3525;
    text-decoration: none;
    border-bottom: 1px solid #cb3525;
    font-family: "FSHackneyWebBold";
    font-weight: normal;
    font-style: normal;
}

@media screen and (max-width: 768px) {
    .homevouchertxt3 {
        font-size: 0.85rem;
        line-height: 1.15rem;
    }
}

.tophomevoucherbutholder {
    visibility: hidden;
    height: 0;
}

@media screen and (max-width: 768px) {
    .tophomevoucherbutholder {
        padding: 0;
        margin: 0 auto;
        text-align: center;
        visibility: visible;
        height: auto;
    }
}

.voucherbutholder {
    padding: 0;
    margin: 1.5rem auto 0 auto;
    text-align: center;
    visibility: visible;
    height: auto;
}

@keyframes shadow-pulse {
    0% {
        box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.4);
    }
    100% {
        box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
    }
}

.buttonvoucherstop {
    font-size: 0.85rem;
    line-height: 0.85rem;
    font-family: "FSHackneyWebBold";
    font-weight: normal;
    font-style: normal;
    border: 0;
    padding: 0.70rem 1.4rem;
    background: #ffffff;
    color: #303e48;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    margin: 0 auto;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    animation: shadow-pulse 1s infinite;
}

.buttonvoucherstop:hover {
    background: #cb3525;
    color: #ffffff;
}

.buttonvoucherslarge {
    font-size: 1.rem;
    line-height: 1.0rem;
    font-family: "FSHackneyWebBold";
    font-weight: normal;
    font-style: normal;
    border: 0;
    padding: 1rem 2rem;
    background: #c93925;
    color: #ffffff;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    margin: 0 auto;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    animation: shadow-pulse 1s infinite;
}

.buttonvoucherslarge:hover {
    background: #cb3525;
    color: #ffffff;
}

.buttonvoucherslargedark {
    font-size: 1.rem;
    line-height: 1.0rem;
    font-family: "FSHackneyWebBold";
    font-weight: normal;
    font-style: normal;
    border: 0;
    padding: 0.70rem 1.4rem;
    background: #576574;
    color: #ffffff;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    margin: 0 auto;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    animation: shadow-pulse 1s infinite;
}

.buttonvoucherslargedark:hover {
    background: #576574;
    color: #ffffff;
}


/* ANIMATED SCROLL COMPONENTS */

#section10 a {
    padding-top: 55px;
}

#section10 a span {
    position: absolute;
    top: 0;
    left: 50%;
    width: 26px;
    height: 44px;
    margin-left: -15px;
    border: 1px solid #ffffff;
    border-radius: 50px;
    box-sizing: border-box;
    font-family: "museo-sans";
    font-weight: 300;
    font-style: normal;
}

#section10 a span::before {
    position: absolute;
    top: 10px;
    left: 50%;
    content: '';
    width: 6px;
    height: 6px;
    margin-left: -3px;
    background-color: #ffffff;
    border-radius: 100%;
    -webkit-animation: sdb10 2s infinite;
    animation: sdb10 2s infinite;
    box-sizing: border-box;
}

@-webkit-keyframes sdb10 {
    0% {
        -webkit-transform: translate(0, 0);
        opacity: 0;
    }
    40% {
        opacity: 1;
    }
    80% {
        -webkit-transform: translate(0, 20px);
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@keyframes sdb10 {
    0% {
        transform: translate(0, 0);
        opacity: 0;
    }
    40% {
        opacity: 1;
    }
    80% {
        transform: translate(0, 20px);
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

.demo a {
    position: absolute;
    bottom: 20px;
    left: 48.5%;
    z-index: 2;
    display: inline-block;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    color: #dddddd;
    font-size: 0.75rem;
    font-family: "DINNextW01-CondensedBol";
    font-weight: normal;
    font-style: normal;
    letter-spacing: 0.15rem;
    text-decoration: none;
    transition: opacity .3s;
    text-transform: uppercase;
}

.demo a:hover {
    opacity: .5;
}

@media (max-width: 768px) {
    .demo a {
        display: none;
    }
}


/* TEXT COMPONENTS */

.bookingnoticetxt {
    text-align: center !important;
    color: #ffffff;
    font-size: 1.1rem;
    line-height: 1.5rem;
    font-family: "FSHackneyWebRegular";
    font-weight: normal;
    font-style: normal;
}

.normaltxt {
    text-align: left;
    color: #ffffff;
    font-size: 1.1rem;
    line-height: 1.5rem;
    font-family: "FSHackneyWebRegular";
    font-weight: normal;
    font-style: normal;
}

.normaltxt strong {
    font-family: "FSHackneyWebBold";
    font-weight: normal;
    font-style: normal;
}

.normaltxt a:link,
.normaltxt a:visited {
    color: #ffffff;
    text-decoration: none;
    font-family: "FSHackneyWebBold";
    font-weight: normal;
    font-style: normal;
}

.normaltxt a:active,
.normaltxt a:hover {
    color: #cb3525;
    text-decoration: none;
    border-bottom: 1px solid #cb3525;
    font-family: "FSHackneyWebBold";
    font-weight: normal;
    font-style: normal;
}

.normaltxtdark2 {
    text-align: left;
    color: #1d1e2a;
    font-size: 1.1rem;
    line-height: 1.5rem;
    font-family: "FSHackneyWebRegular";
    font-weight: normal;
    font-style: normal;
}

.normaltxtdark2 strong {
    font-family: "FSHackneyWebBold";
    font-weight: normal;
    font-style: normal;
}

.normaltxtdark2 a:link,
.normaltxtdark2 a:visited {
    color: #cb3525;
    text-decoration: none;
    font-family: "FSHackneyWebBold";
    font-weight: normal;
    font-style: normal;
}

.normaltxtdark2 a:active,
.normaltxtdark2 a:hover {
    color: #cb3525;
    text-decoration: none;
    border-bottom: 1px solid #cb3525;
    font-family: "FSHackneyWebBold";
    font-weight: normal;
    font-style: normal;
}

.normaltxtdark {
    text-align: left;
    color: #1d1e2a;
    font-size: 1.1rem;
    line-height: 1.5rem;
    font-family: "FSHackneyWebRegular";
    font-weight: normal;
    font-style: normal;
}

.normaltxtdark strong {
    font-family: "FSHackneyWebBold";
    font-weight: normal;
    font-style: normal;
}

.normaltxtdark a:link,
.normaltxtdark a:visited {
    color: #1d1e2a;
    text-decoration: none;
    font-family: "FSHackneyWebBold";
    font-weight: normal;
    font-style: normal;
}

.normaltxtdark a:active,
.normaltxtdark a:hover {
    color: #cb3525;
    text-decoration: none;
    border-bottom: 1px solid #cb3525;
    font-family: "FSHackneyWebBold";
    font-weight: normal;
    font-style: normal;
}

.openingtimestxt {
    text-align: left;
    color: #ffffff;
    font-size: 1.1rem;
    line-height: 1.5rem;
    font-family: "FSHackneyWebRegular";
    font-weight: normal;
    font-style: normal;
}

.openingtimestxt strong {
    font-family: "FSHackneyWebBold";
    font-weight: normal;
    font-style: normal;
}

.openingtimestxt span {
    font-family: "FSHackneyWebRegular";
    font-weight: normal;
    font-style: normal;
    color: #3d4653;
}

.openingtimestxt .day {
    font-family: "FSHackneyWebHeavy";
    font-weight: normal;
    font-style: normal;
    color: #3d4653;
    text-transform: uppercase;
}

.openingtimestxtdark {
    text-align: left;
    color: #ffffff;
    font-size: 1.1rem;
    line-height: 1.5rem;
    font-family: "FSHackneyWebRegular";
    font-weight: normal;
    font-style: normal;
}

.openingtimestxtdark strong {
    font-family: "FSHackneyWebBold";
    font-weight: normal;
    font-style: normal;
}

.openingtimestxtdark span {
    font-family: "FSHackneyWebRegular";
    font-weight: normal;
    font-style: normal;
    color: #d04540;
}

.openingtimestxtdark .day {
    font-family: "FSHackneyWebHeavy";
    font-weight: normal;
    font-style: normal;
    color: #d04540;
    text-transform: uppercase;
}

.largeteltxt {
    text-align: left;
    color: #ffffff;
    font-size: 1.625rem;
    line-height: 1.825rem;
    font-family: "FSHackneyWebHeavy";
    font-weight: normal;
    font-style: normal;
    padding: 0;
    margin: 0;
}

.largeteltxt a:link,
.largeteltxt a:visited {
    color: #ffffff;
    text-decoration: none;
    font-family: "FSHackneyWebHeavy";
    font-weight: normal;
    font-style: normal;
}

.largeteltxt a:active,
.largeteltxt a:hover {
    color: #cb3525;
    text-decoration: none;
    border-bottom: 1px solid #cb3525;
    font-family: "FSHackneyWebHeavy";
    font-weight: normal;
    font-style: normal;
}

.largeteltxt span {
    font-size: 1.1rem;
    line-height: 1.5rem;
}

.largeteltxt span a:link,
.largeteltxt span a:visited {
    color: #70a086;
    text-decoration: none;
    font-family: "FSHackneyWebBold";
    font-weight: normal;
    font-style: normal;
}

.largeteltxt span a:active,
.largeteltxt span a:hover {
    color: #cb3525;
    text-decoration: none;
    border-bottom: 1px solid #cb3525;
    font-family: "FSHackneyWebBold";
    font-weight: normal;
    font-style: normal;
}

.smallertxt {
    text-align: left;
    color: #79838d;
    font-size: 0.8rem;
    line-height: 1.15rem;
    font-family: "FSHackneyWebRegular";
    font-weight: normal;
    font-style: normal;
}

.smallertxt span {
    font-size: 1.5rem;
    line-height: 1.4rem;
}

.smallertxt a:link,
.smallertxt a:visited {
    color: #ffffff;
    text-decoration: none;
    font-family: "FSHackneyWebBold";
    font-weight: normal;
    font-style: normal;
}

.smallertxt a:active,
.smallertxt a:hover {
    color: #cb3525;
    text-decoration: none;
    border-bottom: 1px solid #cb3525;
    font-family: "FSHackneyWebBold";
    font-weight: normal;
    font-style: normal;
}

.bulletlist {
    margin: 0;
    padding: 0;
    color: #ffffff;
}

.bulletlist ul {
    margin: 0;
    border: 0;
    padding: 0;
}

.bulletlist li {
    margin: 0 0 1.2rem 0;
    text-align: left;
    color: #ffffff;
    font-size: 1.3rem;
    line-height: 1.6rem;
    font-family: "FSHackneyWebRegular";
    font-weight: normal;
    font-style: normal;
    padding-left: 1.6rem;
    text-indent: -1.0em;
}

.bulletlist li span {
    font-family: "FSHackneyWebRegular";
    font-weight: normal;
    font-style: normal;
    color: #c93925;
    text-transform: none !important;
}

.bulletlist a:link,
.bulletlist a:visited {
    color: #ffffff;
    text-decoration: none;
    font-family: "FSHackneyWebBold";
    font-weight: normal;
    font-style: normal;
    text-transform: uppercase;
}

.bulletlist a:active,
.bulletlist a:hover {
    color: #c93925;
    text-decoration: none;
    border-bottom: 1px solid #c93925;
    font-family: "FSHackneyWebBold";
    font-weight: normal;
    font-style: normal;
    text-transform: uppercase;
}

.bulletlist li:before {
    background-color: #c93925;
    content: "";
    display: inline-block;
    height: 2px;
    position: relative;
    vertical-align: middle;
    width: 1.0rem;
    right: 0.6rem;
    margin-left: 0.4rem;
}

@media screen and (max-width: 768px) {
    .bulletlist li {
        margin: 0 0 0.6rem 0;
    }
    .bulletlist li:before {
        background-color: #c93925;
        content: "";
        display: inline-block;
        height: 2px;
        position: relative;
        vertical-align: middle;
        width: 1.4rem;
    }
    .bulletlist li:before {
        right: 0.6rem;
        margin-left: 0.3rem;
    }
}

.container {
    width: 100%;
    margin: 0 auto;
    padding: 0;
}

.items-container,
.data-test-items {
    overflow: hidden;
    margin: 0 0;
}

.itemleft {
    display: block;
    float: left;
    width: 49%;
}

.itemright {
    display: block;
    float: right;
    width: 49%;
}

.item-1 {
    margin: 0 0 2% 0;
    background: #333333;
}

.item-2 {
    padding: 0;
    margin: 0 0 2% 0;
    background: #ffffff;
}

.item-3 {
    padding: 0;
    margin: 0 0 2% 0;
    background: #53b6b2;
}

.item-4 {
    padding: 0;
    margin: 0 0 2% 0;
    background: #ffffff;
}

.item-5 {
    padding: 0;
    margin: 0 0 2% 0;
    background: #ffffff;
}

.item-6 {
    padding: 0;
    margin: 0 0 2% 0;
    background: #454f58;
}

.iteminnerleft {
    padding: 2.8rem 7.5%;
    text-align: left;
}

.iteminnerright {
    padding: 2.8rem 7.5%;
    text-align: left;
}

.item img {
    display: block;
    max-width: 100%;
}

.item p:last-child {
    margin-bottom: 0;
}

.itemdrinks {
    display: block;
    float: left;
    width: 20%;
}

.itemdrinksblack {
    border-right: 1px solid #2c343a;
    padding: 30px;
    margin: 0;
    background-color: rgba(25, 38, 48, .8);
}

.itemdrinksgrey {
    border-right: 1px solid #2c343a;
    padding: 30px;
    margin: 0;
    background-color: rgba(140, 145, 146, .8);
}

.itemdrinkspink {
    border-right: 1px solid #2c343a;
    padding: 30px;
    margin: 0;
    background-color: rgba(167, 65, 119, .8);
}

.itemdrinksgold {
    border-right: 1px solid #2c343a;
    padding: 30px;
    margin: 0;
    background-color: rgba(134, 117, 77, .8);
}

.itemdrinksblue {
    padding: 30px;
    margin: 0;
    background-color: rgba(113, 143, 153, .8);
}

@media only screen and (max-width: 960px) {
    .test-margin .itemleft,
    .test-margin .items-container.big-items .itemleft {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        height: auto !important;
    }
    .test-margin .itemright,
    .test-margin .items-container.big-items .itemright {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        height: auto !important;
    }
    .iteminnerleft {
        padding: 3.0rem 5%;
        text-align: left;
    }
    .iteminnerright {
        padding: 3.0rem 5%;
        text-align: left;
    }
    .item-5 {
        padding: 0;
        margin: 0 0 2% 0;
        height: 20vh;
        /* IE9 and 10  */
        content: 'viewport-units-buggyfill;' 'height: 20vh;';
    }
}

#map {
    padding: 0;
    margin: 0;
}

@media (max-width: 768px) {
    #map {
        height: 20vh;
        /* IE9 and 10  */
        content: 'viewport-units-buggyfill;' 'height: 20vh;';
    }
}

#masterclass {
    padding: 2.8rem 7.5%;
    margin: 0;
}

@media (max-width: 768px) {
    #masterclass {
        height: 20vh;
        /* IE9 and 10  */
        content: 'viewport-units-buggyfill;' 'height: 20vh;';
    }
}


/* XMAS OPENING TIMES COMPONENTS */

.xmasopeningtimes {
    padding: 4.0rem 50% 4.0rem 7.5%;
    text-align: left;
    margin: 0 0 2% 0;
    background: #303e48 url(../jpg/xmas-opening-times.jpg) no-repeat top center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

@media (max-width: 768px) {
    .xmasopeningtimes {
        padding: 3.0rem 5%;
        text-align: left;
    }
}


/* COPYRIGHT COMPONENTS */

.copyrighttxt {
    text-align: center;
    color: #5a6771;
    font-size: 1.1rem;
    line-height: 1.35rem;
    font-family: "DINNextW01-CondensedReg";
    font-weight: normal;
    font-style: normal;
    padding: 0;
    margin: 0 0 1.2rem 0;
}

.copyrighttxt a:link,
.copyrighttxt a:visited {
    color: #5a6771;
    text-decoration: none;
    font-family: "DINNextW01-CondensedReg";
    font-weight: normal;
    font-style: normal;
}

.copyrighttxt a:active,
.copyrighttxt a:hover {
    color: #ffffff;
    text-decoration: none;
    border-bottom: 1px solid #ffffff;
    font-family: "DINNextW01-CondensedReg";
    font-weight: normal;
    font-style: normal;
}


/* MAILING LIST COMPONENTS */

.mailingfields {
    padding: 0;
    margin: 0 0 10px 0;
}

.mailingfields input[type="email"],
.mailingfields input[type="text"] {
    color: #1d1e2a;
    width: 100%;
    height: 40px;
    padding: 0 15px;
    margin: 0;
    font-size: 1.15rem;
    line-height: 30px;
    vertical-align: middle;
    font-family: "Bodoni W01 Book Italic";
    font-weight: normal;
    font-style: normal;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    border: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    background: #f2f2f2;
}

.mailingfields input[type="email"]:hover,
.mailingfields input[type="text"]:hover {
    background-color: #e4e4e4;
}

button[type="submit"].mailingform_button {
    font-size: 1.15rem;
    line-height: 1.0rem;
    font-family: "FSHackneyWebBold";
    font-weight: normal;
    font-style: normal;
    border: 0;
    padding: 0.75rem 1.65rem;
    background: #303e48;
    color: #ffffff;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    margin: 0 auto;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}

button[type="submit"].mailingform_button:hover,
button[type="submit"].mailingform_button:focus {
    background: #cb3525;
}


/* BRANDS LOGOS */

.brandslinksholder {
    margin: 0 auto;
    width: 33.3333%;
    padding: 0;
    float: left;
    text-align: center;
}

.brandslinksholder img {
    margin: 0 auto;
    padding: 0;
    max-width: 300px;
}

.brandslinks {
    width: 33.3333%;
    height: 100%;
    min-height: 100%;
    float: left;
    padding: 0 1.0rem 0 0;
}

.brandslinks img {
    width: 100%;
    max-width: 200px;
}


/* FOOTER COMPONENTS */

#sociallinksholder {
    padding: 0;
    margin: 0;
    text-align: left !important;
}

@media (max-width: 768px) {
    #sociallinksholder {
        padding: 0;
        margin: 0 0 2.0rem 0;
    }
}

.sociallinks {
    padding: 0;
    margin: 0 1.0rem 0 0;
    display: inline;
    position: relative;
    font-size: 0.8rem;
    font-family: sans-serif;
    font-weight: normal;
    text-align: center;
    color: #cb3525;
    text-transform: none;
}

.sociallinks i {
    padding: 0;
    margin: 0 1.2rem 0 0;
}

.sociallinks a:link,
.sociallinks a:visited {
    color: #cb3525;
    text-decoration: none;
}

.sociallinks a:active,
.sociallinks a:hover {
    color: #ffffff;
    text-decoration: none;
}

#copyrightholder {
    padding: 0;
    margin: 0;
    text-align: left !important;
}

.copyrighttxt {
    text-align: left;
    color: #5a6771;
    font-size: 0.85rem;
    line-height: 1.3rem;
    font-family: "DINNextW01-CondensedReg";
    font-style: normal;
    font-weight: normal;
    text-transform: uppercase;
}

.copyrighttxt strong {
    font-family: "DINNextW01-CondensedBol";
    font-style: normal;
    font-weight: normal;
}

.footerholder {
    padding: 20px 0 30px 0;
    margin: 20px 0 0 0;
    border-top: #767a7d solid 2px;
}

.footertxthome {
    text-align: center;
    color: #5a6771;
    font-size: 0.85rem;
    line-height: 1.3rem;
    font-family: "DINNextW01-CondensedReg";
    font-style: normal;
    font-weight: normal;
    text-transform: uppercase;
}

.footertxthome a:link,
.footertxthome a:visited {
    color: #5a6771;
    text-decoration: none;
}

.footertxthome a:active,
.footertxthome a:hover {
    color: #ffffff;
    text-decoration: none;
}

#happyleafhome {
    width: 178px;
    height: 15px;
    margin: 0.6rem auto 0 auto;
    padding: 0;
    text-align: center !important;
}

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

.white {
    color: #ffffff;
}

.silver {
    color: #c2c7d3;
}

.dark {
    color: #1d1e2a;
}

#happyleaves {
    max-width: 178px;
    margin: 0;
    padding: 0;
    float: right;
    text-align: right !important;
}

@media (max-width: 768px) {
    #happyleaves {
        max-width: 178px;
        margin: 1.0rem 0;
        padding: 0;
        float: left;
        text-align: left !important;
    }
}

#quandoo-booking-widget {
    margin: 0 auto;
    padding: 0;
    text-align: center;
    width: 100%
}

#collins-booking-widget {
    margin: 0 auto;
    padding: 0;
    text-align: center;
    width: 100%
}

.quandoolocation {
    color: #c93925;
    text-decoration: none;
    font-family: "FSHackneyWebHeavy";
    font-weight: normal;
    font-style: normal;
    text-transform: uppercase;
    font-size: 2.0rem;
    text-align: center;
}

@media (max-width: 768px) {
    .quandoolocation {
        font-size: 1.6rem;
    }
}

.quandoolocation span {
    font-family: "FSHackneyWebRegular";
    font-weight: normal;
    font-style: normal;
    text-transform: uppercase;
    font-size: 1.5rem;
    text-align: center;
}

@media (max-width: 768px) {
    .quandoolocation span {
        font-size: 1.3rem;
    }
}

input {
    border: none;
    box-shadow: none;
}

input:-moz-placeholder {
    box-shadow: none !important;
}

input:invalid {
    box-shadow: none !important;
}

a[href^="http://maps.google.com/maps"] {
    display: none !important
}

a[href^="https://maps.google.com/maps"] {
    display: none !important
}

.gmnoprint a,
.gmnoprint span,
.gm-style-cc {
    display: none;
}

.gmnoprint div {
    background: none !important;
}

#pontelandh3 {
    font-family: "Bodoni W01 Book Italic";
    text-transform: none;
}

.telcolor {
    color: #c93925;
    transform: none;
}


/*.telfont {
	font-size: 1rem !important;
}	*/

.locationholder a:link {
    font-size: 1rem
}

#drinkspackagescontainer {
    padding: 7.5vh 5%;
    /* IE9 and 10  */
    content: 'viewport-units-buggyfill;' 'padding: 7.5vh 5%;';
    margin: 0 auto;
    background: #ffffff url(../jpg/wall-paper-tile.jpg) repeat 50% 50%;
}

@media (max-width: 768px) {
    #drinkspackagescontainer {
        padding: 10vh 5%;
        /* IE9 and 10  */
        content: 'viewport-units-buggyfill;' 'padding: 10vh 5%;';
    }
}

#drinkspackages {
    padding: 0;
    margin: 0 auto;
}

#gc-mobile {
    display: none;
}

.blinking {
    animation: blinkingText 1.2s infinite;
}

@keyframes blinkingText {
    0% {
        color: #000;
    }
    49% {
        color: #000;
    }
    60% {
        color: transparent;
    }
    99% {
        color: transparent;
    }
    100% {
        color: #000;
    }
}