/*
Theme Name: Base Theme
Version: 1.0
*/

/*---- Fonts start ----*/
@font-face {
    font-family: 'AlwynNew';
    src: url('fonts/alwynnew-bold-webfont.eot');
    src: url('fonts/alwynnew-bold-webfont.eot?#iefix') format('embedded-opentype'),
        url('fonts/alwynnew-bold-webfont.woff2') format('woff2'),
        url('fonts/alwynnew-bold-webfont.woff') format('woff'),
        url('fonts/alwynnew-bold-webfont.ttf') format('truetype'),
        url('fonts/alwynnew-bold-webfont.svg#alwyn_new_rgbold') format('svg');
    font-weight: 700;
    font-style: normal;
}

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

@font-face {
    font-family: 'georgia';
    src: url('fonts/georgia.eot');
    src: url('fonts/georgia.woff') format('woff'),
        url('fonts/georgia.ttf') format('truetype'),
        url('fonts/georgia.svg') format('svg');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'georgia';
    src: url('fonts/georgia-italic.eot');
    src: url('fonts/georgia-italic.woff') format('woff'),
        url('fonts/georgia-italic.ttf') format('truetype'),
        url('fonts/georgia-italic.svg') format('svg');
    font-weight: 400;
    font-style: italic;
}

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

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

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

@font-face {
    font-family: 'FuturaLT';
    src: url('fonts/futura-lt-book-webfont.eot');
    src: url('fonts/futura-lt-book-webfont.eot?#iefix') format('embedded-opentype'),
        url('fonts/futura-lt-book-webfont.woff2') format('woff2'),
        url('fonts/futura-lt-book-webfont.woff') format('woff'),
        url('fonts/futura-lt-book-webfont.ttf') format('truetype'),
        url('fonts/futura-lt-book-webfont.svg#futura_ltbook') format('svg');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'FuturaLT';
    src: url('fonts/futura-lt-light-webfont.eot');
    src: url('fonts/futura-lt-light-webfont.eot?#iefix') format('embedded-opentype'),
        url('fonts/futura-lt-light-webfont.woff2') format('woff2'),
        url('fonts/futura-lt-light-webfont.woff') format('woff'),
        url('fonts/futura-lt-light-webfont.ttf') format('truetype'),
        url('fonts/futura-lt-light-webfont.svg#futura_ltlight') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'FuturaLT';
    src: url('fonts/futura-lt-bold-webfont.eot');
    src: url('fonts/futura-lt-bold-webfont.eot?#iefix') format('embedded-opentype'),
        url('fonts/futura-lt-bold-webfont.woff2') format('woff2'),
        url('fonts/futura-lt-bold-webfont.woff') format('woff'),
        url('fonts/futura-lt-bold-webfont.ttf') format('truetype'),
        url('fonts/futura-lt-bold-webfont.svg#futura_ltbold') format('svg');
    font-weight: 700;
    font-style: normal;
}
/*---- Fonts end ----*/

body {
    font-family: "FuturaLT", serif;
    font-size: 16px;
    font-weight: 400;
    color: #808080;
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-text-stroke: 1px transparent;
}

:focus {
    outline: 0 none;
}
.large {
	font-size: 18px !important;
}

a {
    color: #ED1C24;
    text-decoration: none;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

a:hover,
a:focus {
    color: #000;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'ITCAvantGardeStd', serif;
    font-weight: 100;
    color: #000;
    margin-top: 0;
}

h1 {
    font-size: 75px;
}

h2 {
    font-size: 60px;
}

h3 {
    font-size: 42px;
}

h4 {
    font-size: 30px;
}

h5 {
    font-size: 24px;
}

h6 {
    font-size: 20px;
}

figure {
    margin: 0;
}

.container {
    max-width: 1470px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}

.container::after,
.row::after,
.cf::after {
    content: "";
    display: table;
    clear: both;
}

.col {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
}

.col-2 {
    width: 50%;
}

.col-3 {
    width: 33.333333%;
}

.col-4 {
    width: 25%;
}

.col-5 {
    width: 20%;
}

.screen-reader-text {
    display: none;
}

.tbl {
    display: table;
    width: 100%;
    height: 100%;
}

.tbl-cell {
    display: table-cell;
    vertical-align: middle;
}

.link-more {
    color: #ED1C24;
    font-family: 'ITCAvantGardeStd', serif;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.4em;
    font-weight: 600;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.link-more:hover,
.link-more:focus {
    color: #000;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
input[type="password"],
input[type="search"],
textarea,
select {
    color: #808080;
    background-color: #fff;
    border: 1px solid #FFF;
    border-radius: 0;
    padding: 16px 25px;
    font-family: 'georgia', serif;
    font-size: 16px;
    line-height: normal;
    /*text-align: left;*/
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus,
select:focus {
    outline: none;
    /*background-color: #FFF0F2;*/
    background-color: #FFF8F8;
    border-color: #FFF8F8;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

textarea {
    resize: vertical;
    height: 110px;
}

.btn,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    display: inline-block;
    padding: 17px 18px;
    margin: 0;
    background-color: #ED1B2E;
    background-image: none;
    border: 2px solid #ED1B2E;
    border-radius: 0;
    color: #FFF;
    font-family: 'ITCAvantGardeStd', serif;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: 0.4em;
    min-width: 335px;
    text-transform: uppercase;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.btn:hover,
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    text-decoration: none;
    color: #ED1B2E;
    background-color: #FFF;
    border-color: #ED1B2E;
}

.btn:focus,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
    text-decoration: none;
    outline: none;
    color: #ED1B2E;
    background-color: #FFF;
    border-color: #ED1B2E;
}

.btn-wh {
    background-color: #FFF;
    border-color: #FFF;
    color: #ED1C24;
}

.btn-wh:hover,
.btn-wh:focus {
    background-color: #ED1C24;
    border-color: #ED1C24;
    color: #FFF;
}

.btn-outline {
    background-color: transparent;
    color: #ED1C24;
}

.btn-outline:hover,
.btn-outline:focus {
    background-color: #ED1B2E;
    border-color: #ED1B2E;
    color: #FFF;
}

.btn-outline-wh {
    background-color: transparent;
    border-color: #FFF;
    color: #FFF;
}

.btn-outline-wh:hover,
.btn-outline-wh:focus {
    background-color: #ED1B2E;
    border-color: #ED1B2E;
    color: #FFF;
}

.btn-order {
    background-repeat: no-repeat;
    background-position: 20px 50%;
    background-size: auto 72%;
    padding-left: 82px;
}

.btn-order:hover,
.btn-order:focus {
    background-color: #FFDFE2;
    border-color: #FFDFE2;
    color: #ED1B2E;
}

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

.inline-btns .btn {
    margin: 0 2px;
}


/*----- Custom Checkbox & Radio Start -----*/

.custom-radio,
.custom-check {
    position: relative;
    display: inline-block;
}

.custom-radio [type="radio"],
.custom-check [type="checkbox"] {
    position: absolute;
    left: -9999px;
    opacity: 0;
}

.custom-radio label,
.custom-check label {
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    margin-left: 0;
    padding-left: 25px;
    line-height: 22px;
    font-weight: normal;
    position: relative;
}

.custom-radio label::before,
.custom-check label::before,
.custom-radio label::after,
.custom-check label::after {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    margin-top: 0;
    width: 14px;
    height: 14px;
    border-radius: 2px;
    text-align: center;
    color: #808080;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.custom-radio label::before,
.custom-check label::before {
    border: 1px solid #808080;
}

.custom-check label::after {
    /*content: "^";*/
    /*font-family: 'FontAwesome';*/
    /*font-size: 15px;*/
    width: 10px;
    height: 10px;
    background-color: #ED1B2E;
    top: 7px;
    left: 3px;
}

.custom-radio label::after {
    width: 12px;
    height: 12px;
    background-color: #ED1B2E;
    top: 5px;
    left: 5px;
}

.custom-radio label::before,
.custom-radio label::after {
    border-radius: 50%;
}

.custom-radio [type="radio"]:not(:checked) + label::after,
.custom-check [type="checkbox"]:not(:checked) + label::after,
.custom-radio label::after,
.custom-check label::after {
    opacity: 0;
    transform: scale(0);
}

.custom-radio [type="radio"]:checked + label::before,
.custom-check [type="checkbox"]:checked + label::before,
.custom-radio label.checked::before,
.custom-check label.checked::before {
    border-color: #ED1B2E;
}

.custom-radio [type="radio"]:checked + label::after,
.custom-check [type="checkbox"]:checked + label::after,
.custom-radio label.checked::after,
.custom-check label.checked::after {
    opacity: 1;
    transform: scale(1);
}


/*
.custom-radio [type="radio"]:disabled + label::before,
.custom-check [type="checkbox"]:disabled + label::before {
    background-color: #9e0039;
    box-shadow: inset 0 0 8px 0 #640024;
}
.custom-radio [type="radio"]:focus + label::before,
.custom-check [type="checkbox"]:focus + label::before {
    border-color: #555 !important;
}
*/


/*----- Custom Checkbox & Radio End -----*/


/*----- Custom Select Start -----*/

select {
    background-image: url(images/caret.png);
    background-repeat: no-repeat;
    background-position: 96% center;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.ie-browser select {
    background-image: none;
}


/*----- Custom Select End -----*/


/*----- Custom Upload Start -----*/

.fileupload input[type="file"] {
    position: absolute;
    left: -9999px;
}

.fileupload .btn {
    width: 100%;
    background-image: url(images/icon-upload.png);
    background-repeat: no-repeat;
    background-position: 95% 50%;
    padding-left: 50px;
    padding-right: 50px;
}

.fileupload .btn:hover,
.fileupload .btn:focus {
    background-color: #FFF;
    color: #ED1C24;
}

.fileupload:invalid + span {
    color: #000;
}

.fileupload:valid + span {
    color: #4A4;
}

.fileupload label.error {
    height: 60px;
    right: 50px;
}

.popup-block {
    position: relative;
    background-color: #FFF;
    padding: 40px;
    width: auto;
    margin: 20px auto;
    max-width: 564px;
}

.popup-block .mfp-close {
    background-color: #ED1C24;
    color: #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    padding: 0 6px;
    text-align: center;
}

.mfp-close:active {
    top: 0;
}

.popup-block .mfp-close:hover,
.popup-block .mfp-close:focus {
    background-color: #ED1C24;
}


/*----- Custom Upload End -----*/

.list-unstyled {
    list-style: none;
    padding-left: 0;
}


/* Placeholder text color -- selectors need to be separate to work. */

::-webkit-input-placeholder {
    color: #808080;
}

:-moz-placeholder {
    color: #808080;
}

::-moz-placeholder {
    color: #808080;
}

:-ms-input-placeholder {
    color: #808080;
}


/*----- Header Start -----*/

.site-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}

.site-header .col-right {
    float: right;
}

.logo {}

.logo a {
    display: block;
}


/* Top Menu */

.top-menu {
    float: right;
    margin: 28px 0 0;
}

.top-menu ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.top-menu ul::after {
    content: "";
    display: table;
    clear: both;
}

.top-menu li {
    float: left;
}

.top-menu li:not(:first-of-type) {
    margin-left: 30px;
}

.top-menu a {
    color: rgba(255, 255, 255, 0.5);
}

.top-menu li.current_page_item a,
.top-menu a:hover,
.top-menu a:focus {
    color: rgba(255, 255, 255, 1);
}

.main-menu-wrap {
    float: right;
    clear: right;
    margin: 20px 0 0;
}

.main-menu-wrap::after {
    content: "";
    display: table;
    clear: both;
}

.main-menu-wrap .site-header-menu {
    float: left;
    margin: 12px 12px 0 0;
}

.main-menu-wrap .nav-btns {
    float: left;
}

.main-menu-wrap .nav-btns .btn {
    min-width: 0;
    letter-spacing: 0.2em;
    vertical-align: top;
}

.main-menu-wrap .nav-btns .btn:not(:first-of-type) {
    margin-left: 18px;
}


/* Main Menu */

.menu-toggle {
    font-size: 0;
    min-width: 0;
    width: 40px;
    height: 35px;
    border-radius: 0;
    position: absolute;
    right: 15px;
    top: 15px;
    padding: 0 !important;
    background-color: transparent;
    border-color: #FFF;
}

.menu-toggle:hover,
.menu-toggle:focus {
    background-color: transparent;
    border-color: #ED1B2E;
}

.menu-toggle::before {
    content: "\f0c9";
    font-family: fontAwesome;
    display: inline-block;
    font-size: 23px;
    line-height: 1;
}

.site-header-menu {
    display: none;
}

.site-header-menu.toggled-on,
.no-js .site-header-menu {
    display: block;
}

.main-navigation {
    font-family: 'ITCAvantGardeStd', serif;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.2em;
}

.main-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.main-navigation ul::after {
    content: "";
    display: table;
    clear: both;
}

.main-navigation li {
    position: relative;
    margin-bottom: 0;
}

.main-navigation a {
    color: #FFF;
    display: block;
    line-height: 1.3125;
    outline-offset: -1px;
    padding: 0.84375em 0;
}

.main-navigation .primary-menu > li:not(:first-of-type) {
    margin-left: 27px;
}

.main-navigation ul ul {
    display: none;
    padding: 0;
    border: 0;
}

.main-navigation ul ul li:hover a,
.main-navigation ul ul li.focus a {
    /*color: #ED1B2E;*/
}

.no-js .main-navigation ul ul {
    display: block;
}

.main-navigation ul .toggled-on {
    display: block;
}

.dropdown-toggle {
    background-color: transparent !important;
    border: 0;
    border-radius: 0;
    color: #000;
    content: "";
    width: 40px;
    height: 33px;
    padding: 0 !important;
    position: absolute;
    right: 5px;
    text-transform: none;
    text-align: center;
    top: 0;
    min-width: 0;
}

.dropdown-toggle:after {
    content: "\f107";
    font-family: fontAwesome;
    font-size: 24px;
    border: 0;
    left: 0;
    position: relative;
}

.dropdown-toggle:hover {
    color: #ED1B2E;
}

.dropdown-toggle:focus {
    color: #000;
}

.dropdown-toggle:focus:after {
    /*border-color: transparent;*/
}

.dropdown-toggle.toggled-on:after {
    content: "\f106";
}

.menu-desk {
    display: block;
}

.menu-mob {
    display: none;
}

.list-btns {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.list-btns li {
    margin: 0 0 10px;
}

.list-btns .btn {
    width: 100%;
}

.popup-reservation {
    text-align: center;
    padding: 65px 90px;
}

.popup-reservation h3 {
    margin-bottom: 18px;
}

.popup-reservation .list-btns {
    margin: 28px 0 10px;
}


/*----- Header End -----*/


/*----- Banner Start -----*/

.parallax {
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 0%;
}

.bg-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.35;
}

.banner {
    height: 960px;
    position: relative;
    background-color: #231F20;
}

.banner .banner-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    opacity: 0.4;
}

.banner .banner-img::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#231f20+0,231f20+100&0.97+0,0.88+14,0.73+30,0.37+58,0.15+80,0+100 */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzIzMWYyMCIgc3RvcC1vcGFjaXR5PSIwLjk3Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjE0JSIgc3RvcC1jb2xvcj0iIzIzMWYyMCIgc3RvcC1vcGFjaXR5PSIwLjg4Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjMwJSIgc3RvcC1jb2xvcj0iIzIzMWYyMCIgc3RvcC1vcGFjaXR5PSIwLjczIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjU4JSIgc3RvcC1jb2xvcj0iIzIzMWYyMCIgc3RvcC1vcGFjaXR5PSIwLjM3Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjgwJSIgc3RvcC1jb2xvcj0iIzIzMWYyMCIgc3RvcC1vcGFjaXR5PSIwLjE1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyMzFmMjAiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(35, 31, 32, 0.97) 0%, rgba(35, 31, 32, 0.88) 14%, rgba(35, 31, 32, 0.73) 30%, rgba(35, 31, 32, 0.37) 58%, rgba(35, 31, 32, 0.15) 80%, rgba(35, 31, 32, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(35, 31, 32, 0.97) 0%, rgba(35, 31, 32, 0.88) 14%, rgba(35, 31, 32, 0.73) 30%, rgba(35, 31, 32, 0.37) 58%, rgba(35, 31, 32, 0.15) 80%, rgba(35, 31, 32, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(35, 31, 32, 0.97) 0%, rgba(35, 31, 32, 0.88) 14%, rgba(35, 31, 32, 0.73) 30%, rgba(35, 31, 32, 0.37) 58%, rgba(35, 31, 32, 0.15) 80%, rgba(35, 31, 32, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f7231f20', endColorstr='#00231f20', GradientType=0);
    /* IE6-8 */
}

.banner .banner-char {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0.25;
}

.banner .banner-char img {
    display: block;
    float: right;
    max-width: none;
    max-height: 100%;
}

.banner-content {
    position: relative;
    height: 100%;
    z-index: 1;
}

.logo-partner {
    position: absolute;
    top: 0;
    width: 192px;
    height: 100%;
    padding-top: 13%;
    text-align: center;
}

.logo-partner img {
    margin: 12% auto 18%;
}

.logo-partner .line-v {
    width: 5px;
    height: 9%;
    background-color: #FFF;
    opacity: 0.3;
    margin: 0 auto;
}

.logo-partner .line-v:last-of-type {
    height: 54%;
}

.banner-text {
    text-align: center;
    position: absolute;
    top: 52%;
    left: 0;
    width: 100%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.banner-text h1 {
    color: #FFF;
    margin: 0;
    line-height: 1.6;
    margin: 0 0 35px;
}

.banner-text h5 {
    font-family: 'georgia', serif;
    font-style: italic;
    color: #FFF;
    margin: 0;
}

.banner-text h5 a {
    color: #ED1C24;
}

.banner-text h5 a:hover,
.banner-text h5 a:focus {
    color: #FFF;
}

.banner.banner-lg {
    height: 710px;
}

.banner.banner-lg .banner-text {
    top: 60%;
}


/* Banner Inner */

.banner.banner-inner {
    height: 408px !important;
}

.banner.banner-inner .banner-text {
    top: 64%;
    text-align: left;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

.banner.banner-inner .banner-text h1 {
    line-height: 1.1;
    margin-bottom: 0;
}


/* Scroll Down */

.scroll-down {
    display: inline-block;
    color: #FFF;
    width: 150px;
    text-align: center;
    padding: 35px 0 0;
    position: absolute;
    bottom: 8%;
    left: 50%;
    z-index: 9;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.scroll-down span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.scroll-down::before {
    content: "";
    display: block;
    width: 28px;
    height: 44px;
    border: 2px solid #FFF;
    border-radius: 20px;
    margin: 0 auto;
}

.scroll-down .dot {
    content: "";
    background-color: #FFF;
    width: 4px;
    height: 4px;
    position: absolute;
    top: 48px;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: block;
    border-radius: 100%;
    animation-duration: 6s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-duration: 6s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
}

.scroll-down:hover,
.scroll-down:focus {
    color: #FFF;
}

.scroll-down:hover .dot,
.scroll-down:focus .dot {
    animation-name: shake;
    -webkit-animation-name: shake;
}

@-webkit-keyframes shake {
    0%,
    100% {
        top: 48px;
    }
    10%,
    50%,
    90% {
        top: 68px;
    }
    30%,
    70% {
        top: 48px;
    }
}

@keyframes shake {
    0%,
    100% {
        top: 48px;
    }
    10%,
    50%,
    90% {
        top: 68px;
    }
    30%,
    70% {
        top: 48px;
    }
}


/*----- Banner End -----*/


/*----- Content Start -----*/

.section {
    padding: 80px 0;
    position: relative;
}

.section .container {
    position: relative;
    z-index: 1;
}


/*
.section a {
    color: #ED1C24;
}
.section a:hover,
.section a:focus {
    color: #000;
}
*/

.sec-title {
    text-align: center;
    margin: 0 0 45px;
}

.sec-title h2 {}

.sec-title h5 {
    font-family: 'georgia', serif;
    font-style: italic;
    opacity: 0.5;
    margin-bottom: 10px;
    letter-spacing: -0.01em;
}

.sec-newsletter h5,
.sec-newsletter h2,
.sec-quick-event h5,
.sec-quick-event h2,
.sec-enquiry h5,
.sec-enquiry h2 {
    color: #FFF;
}

.sec-quick-event {
    padding: 95px 0 100px;
    background-color: #231F20;
}

.sec-quick-event .bg-img {
    opacity: 0.25;
}

.sec-quick-event .inline-btns {
    margin: 60px 0 0;
}

.list-event {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.list-event::after {
    content: "";
    display: table;
    clear: both;
}

.list-event li {
    float: left;
    width: 50%;
}

.event-item {
    display: block;
    height: 360px;
    background-color: #FFF;
    color: #808080;
    text-align: center;
}

.event-item::after {
    content: "";
    display: table;
    clear: both;
}

.event-item figure {
    float: left;
    width: 50%;
    height: 100%;
    /*background-image: url(images/placeholder.png);*/
    background-image: url(images/logo-lg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}

.event-item .event-dtl {
    float: left;
    width: 50%;
    height: 100%;
    padding: 0 30px;
}

.event-item .event-dtl h5 {
    color: #000;
    font-weight: 400;
    margin: 0 0 26px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.event-item .event-dtl h5 a {
    color: #000;
}

.event-item .event-dtl h5 a:hover {
    color: #ED1C24;
}

.event-item .event-dtl p {
    padding: 0 26px;
    margin: 0 0 30px;
    line-height: 1.5;
}

.list-event li:nth-of-type(4n+3) .event-item figure,
.list-event li:nth-of-type(4n) .event-item figure {
    float: right;
}

.section.sec-invert {
    background-color: #FFF;
    padding-top: 40px;
}

.section.sec-invert h2 {
    color: #000;
}

.section.sec-invert h5 {
    color: rgba(0, 0, 0, 0.5);
}

.section.sec-invert .event-item {
    background-color: #F2F2F2;
}

.sec-restaurants {
    padding: 130px 0 70px;
}

.list-thumb {
    list-style: none;
    padding: 0;
    margin: 0 -6px;
}

.list-thumb::after {
    content: "";
    display: table;
    clear: both;
}

.list-thumb li {
    float: left;
    width: 20%;
    padding: 0 6px;
}

.thumb-item {
    display: block;
    height: 340px;
    position: relative;
}

.thumb-item figure::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #ED1C24;
    opacity: 0;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.thumb-item figure {
    position: relative;
    height: 256px;
    /*background-image: url(images/placeholder.png);*/
    background-image: url(images/logo-lg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.thumb-item .thumb-caption {
    text-align: center;
    padding: 20px 0 0;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.thumb-item .thumb-caption::before,
.thumb-item .thumb-caption::after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    width: 9px;
    height: 0;
    margin-left: -4px;
    background-color: #FFF;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.thumb-item .thumb-caption::before {
    bottom: 94%;
}

.thumb-item .thumb-caption::after {
    top: 114%;
}

.thumb-item h4 {
    margin-bottom: 0;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.thumb-item h6 {
    color: #ED1C24;
    margin: 0 0 10px;
    font-family: "FuturaLT", serif;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.6em;
    margin-bottom: 6px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.thumb-item:hover figure::before {
    opacity: 0.75;
}

.thumb-item:hover figure {
    height: 100%;
}

.thumb-item:hover .thumb-caption {
    bottom: 46%;
}

.thumb-item:hover .thumb-caption::before,
.thumb-item:hover .thumb-caption::after {
    height: 52px;
}

.thumb-item:hover h4,
.thumb-item:hover h6 {
    color: #FFF !important;
}

.sec-gallery {
    padding: 75px 0;
}

.mfp-arrow:hover,
.mfp-arrow:focus,
.mfp-close:hover,
.mfp-close:focus {
    background-color: transparent;
}

.mfp-arrow-right:after {
    border-left-color: #ED1B2E;
}

.mfp-arrow-left:after {
    border-right-color: #ED1B2E;
}

.mfp-counter,
.mfp-title {
    display: none;
}

button.mfp-close,
button.mfp-arrow {
    min-width: 0;
}

.sec-whatson {
    background-color: #F2F2F2;
    padding-top: 120px;
}

.sec-whatson .iso-grid {
    margin: 0 -10px;
}

.sec-whatson .iso-grid li {
    padding: 0 10px;
    margin-bottom: 20px;
    width: 25%;
}

.sec-whatson .iso-grid li .event-item {
    height: auto;
}

.sec-whatson .iso-grid li figure,
.sec-whatson .iso-grid li .event-dtl {
    width: 100%;
    height: 346px;
}

.sec-whatson .iso-grid li:first-of-type .event-dtl {
    height: 692px;
    padding: 60px 30px;
    text-align: left;
}

.sec-whatson .iso-grid li:first-of-type .event-dtl .iso-btn {
    margin-bottom: 0;
}

.sec-whatson .iso-grid li:first-of-type .event-dtl h5 {
    margin-bottom: 70px;
    color: #000;
}

.sec-whatson .iso-btn a {
    display: block;
    margin: 0 0 30px;
    letter-spacing: 0.3em;
    padding-left: 24px;
    position: relative;
}

.sec-whatson .iso-btn a::before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border: 1px solid #000;
    position: absolute;
    top: 2px;
    left: 0;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.sec-whatson .iso-btn a:hover::before,
.sec-whatson .iso-btn a.active::before {
    border-color: #ED1B2E;
    background-color: #ED1B2E;
}

.sec-whatson .iso-grid li figure::before,
.sec-whatson .iso-grid li figure::after {
    display: none;
}

.sec-whatson .iso-grid li .event-item .link-more {
    color: #ED1C24;
}

.sec-whatson .iso-grid li a.event-item:hover {
    color: #000;
}

.sec-whatson .iso-grid li a.event-item:hover .link-more {
    color: #000;
}

.sec-whatson .iso-grid li a.event-item:hover .event-dtl h5 {
    color: #ED1C24;
}

.tab-item .inline-btns {
    margin: 40px 0 0;
}


/*----- Restaurant Menu Start -----*/

.sec-column {
    padding: 0 !important;
    overflow: hidden;
}

.sec-column .col-left {
    width: 72%;
    padding-right: 35px;
    padding-top: 115px;
}

.sec-column .col-right {
    width: 28%;
    background-color: #FAFAFA;
    padding-top: 65px;
    padding-bottom: 40px;
    padding-left: 30px;
    position: relative;
}

.sec-column .col-right::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 1000%;
    background-color: #FAFAFA;
}

.sec-menu {}

.sec-menu h3 {
    margin-bottom: 36px;
}

.sec-menu .thumb-wrap {
    margin: 0 0 60px;
}

.sec-menu .list-thumb {
    margin-left: -15px;
    margin-right: -15px;
}

.sec-menu .list-thumb li {
    width: 33.3333%;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 0 30px;
}

.sec-menu .thumb-item {
    height: 316px;
}

.sec-menu .thumb-item h6 {
    font-family: 'ITCAvantGardeStd', serif;
    font-weight: 600;
    letter-spacing: 0.58em;
    color: #000;
    margin-bottom: 15px;
}

.sec-menu .thumb-item:hover h6 {
    margin-bottom: 10px;
}


/*----- Restaurant Menu End -----*/


/*----- Isotope Start -----*/

.iso-grid {
    margin: 0 -6px;
}

.iso-grid::after {
    content: "";
    display: table;
    clear: both;
}
.iso-grid .grid-sizer {
    width: 100%;
}
.iso-grid .grid-item {
    display: block;
    float: left;
    padding: 0 6px;
    width: 20%;
    margin: 0 0 12px;
    /*-webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;*/
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.iso-grid .grid-item figure {
    width: 100%;
    height: 278px;
    position: relative;
    /*background-image: url(images/placeholder.png);*/
    background-image: url(images/logo-lg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}

.iso-grid .grid-item figure::before,
.iso-grid .grid-item figure::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    opacity: 0;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.iso-grid .grid-item figure::before {
    background-color: rgba(237, 27, 46, 0.75);
}

.iso-grid .grid-item figure::after {
    background-image: url(images/icon-plus.png);
}

.iso-grid .grid-item:hover figure::before,
.iso-grid .grid-item:hover figure::after {
    opacity: 1;
}

.iso-grid.grid-video .grid-item {
    width: 25%;
}

.iso-grid.grid-video .grid-item figure {
    height: 196px;
}

.iso-grid.grid-video .grid-item figure::after {
    background-image: url(images/icon-play.png);
}

.iso-btn {
    margin-bottom: 65px;
}

.iso-btn a {
    font-family: 'ITCAvantGardeStd', serif;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 38px 10px 0;
    letter-spacing: 0.3em;
    color: #000;
    display: inline-block;
}

.iso-btn a:hover,
.iso-btn a.active {
    color: #ED1C24;
}


/*----- Isotope End -----*/


/*----- form Start -----*/

.form {
    background-color: #F2F2F2;
    padding: 65px 55px 35px;
}

.form h2 {
    margin-bottom: 65px;
}

.form input[type="text"],
.form input[type="email"],
.form input[type="tel"],
.form input[type="number"],
.form input[type="password"],
.form input[type="search"],
.form textarea,
.form select {
    padding-right: 70px;
}

.wpcf7-form-control-wrap {
    display: block;
}

.wpcf7 ul {
    list-style: none;
    padding-left: 0;
    margin: 0 -12px;
    text-align: center;
}

.wpcf7 ul::after {
    content: "";
    display: table;
    clear: both;
}

.wpcf7 li {
    float: left;
    width: 100%;
    display: block;
    padding: 0 12px;
    margin: 0 0 24px;
}

.wpcf7 li:last-of-type {
    margin-bottom: 0;
}

.wpcf7 li.wpcf7-half {
    width: 50%;
}

span.wpcf7-list-item {
    margin-left: 0;
}

.ie-browser .form input[type='text'],
.ie-browser .form input[type='email'],
.ie-browser .form input[type='tel'],
.ie-browser .form input[type='number'],
.ie-browser .form input[type='password'],
.ie-browser .form input[type='search'],
.ie-browser .form textarea,
.form select {
    padding-right: 12px;
}

div.wpcf7 img.ajax-loader {
    display: block;
    margin: 6px auto 0;
}

span.wpcf7-not-valid-tip {
    display: none !important;
}

div.wpcf7-response-output {
    margin: 0;
    padding: 0;
    border: 0 !important;
    text-align: center;
}

div.wpcf7-validation-errors {
    display: none !important;
}

div.wpcf7-mail-sent-ng {
    color: #FF0000;
}

div.wpcf7-mail-sent-ok {
    color: #33AB00;
    display: none !important;
}

.wpcf7-date,
.numberofguests {
    background-image: url(images/icon-cal.png);
    background-repeat: no-repeat;
    background-size: 18px auto;
    background-position: 96% 50%;
}

.numberofguests {
    background-image: url(images/icon-user.png);
}


/* Career form */

.form-career input[type="submit"] {
    width: 100%;
}

.form.form-career textarea {
    height: 122px;
}

.field-resident label {
    display: inline-block;
    vertical-align: middle;
    width: 60%;
    text-align: left;
}

.field-resident .wpcf7-form-control-wrap {
    display: inline-block;
    vertical-align: middle;
    width: 40%;
}

.wpcf7 li.field-days {
    text-align: left;
}

.ie-browser .wpcf7 li.field-days {
    margin-bottom: 22px;
}

.field-days > label {
    color: #000;
    font-family: 'ITCAvantGardeStd', serif;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    margin-top: 8px;
    display: inline-block;
}

.field-days .wpcf7-form-control-wrap {
    float: right;
}

.field-days span.wpcf7-list-item:not(:first-of-type) {
    margin-left: 18px;
}

.field-days .custom-radio label,
.field-days .custom-check label {
    padding-left: 0;
}

.field-days .custom-radio label .wpcf7-list-item-label,
.field-days .custom-check label .wpcf7-list-item-label {
    display: inline-block;
    padding: 6px 25px;
    background-color: #FFF;
    color: #000;
    font-family: 'ITCAvantGardeStd', serif;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.field-days .custom-radio label::before,
.field-days .custom-check label::before,
.field-days .custom-radio label::after,
.field-days .custom-check label::after {
    display: none;
}

.field-days .custom-radio label.checked .wpcf7-list-item-label,
.field-days .custom-check label.checked .wpcf7-list-item-label {
    background-color: #ED1B2E;
    color: #FFF;
}

.wpcf7 .field-policy {
    text-align: left;
    font-family: 'georgia', serif;
    padding-top: 4px;
    padding-bottom: 3px;
    position: relative;
}

.wpcf7 .field-policy .custom-check,
.wpcf7 .field-policy .custom-check label,
.wpcf7 .field-policy .wpcf7-form-control-wrap {
    position: static;
}

.wpcf7 .field-policy .custom-check label.error {
    position: absolute;
    right: 52px;
}

.wpcf7 .field-policy .wpcf7-form-control-wrap {
    display: inline-block;
}

.wpcf7 .field-policy a {
    color: #ED1C24;
}

.wpcf7 .field-policy a:hover {
    color: #000;
}

.wpcf7 .field-policy .custom-radio label::before,
.wpcf7 .field-policy .custom-check label::before {
    top: 7px;
    left: 14px;
}

.wpcf7 .field-policy .custom-radio label::after,
.wpcf7 .field-policy .custom-check label::after {
    top: 10px;
    left: 17px;
}


/*----- form End -----*/

.sec-function {
    padding: 120px 0;
}

.sec-function .col-left {
    width: 47%;
}

.sec-function .col-right {
    width: 51%;
    float: right;
}

.function-content {
    max-width: 520px;
    margin: 0 auto;
    padding-top: 165px;
    line-height: 1.5;
    text-align: center;
}

.function-content h5 {
    font-family: 'georgia', serif;
    line-height: 1.6;
    font-style: italic;
    margin-bottom: 40px;
    color: #808080;
}

.function-content p {
    margin-bottom: 26px;
}

.sec-join {
    padding: 68px 0;
    text-align: center;
}

.sec-join .col-left {
    width: 47%;
}

.sec-join .col-right {
    width: 51%;
    float: right;
}

.sec-join .sec-title h2 {
    margin-bottom: 60px;
}

.sec-join .sec-title h5 {
    line-height: 1.6;
    letter-spacing: 0;
}

.sec-join .join-content {
    max-width: 470px;
    margin: 0 auto;
    padding-top: 36px;
}

.sec-join .join-content p {
    line-height: 1.5;
}

.sec-join figure {
    /*margin-left: -15px;*/
}

.sec-career {
    padding: 95px 0;
    background-color: #F2F2F2;
}

.sec-career .form {
    padding-top: 0;
    padding-bottom: 0;
}

.sec-career .wpcf7-form::after {
    content: "";
    display: table;
    clear: both;
}

.sec-career .wpcf7-form ul {
    float: left;
    width: 50%;
    padding: 0 6%;
}

.sec-career .wpcf7-form .form-title h5 {
    text-align: left;
    font-weight: 400;
}

.sec-whats-dtl {}

.sec-whats-dtl .col-left {
    float: right;
    padding-left: 35px;
    padding-right: 15px;
    padding-bottom: 40px;
}

.sec-whats-dtl .col-right {
    padding-left: 15px;
    padding-right: 30px;
    padding-top: 115px;
}

.sec-whats-dtl .col-right::before {
    left: auto;
    right: 0;
}

.sec-whats-dtl .sidebar {
    margin-left: -15px;
    margin-right: 0;
}

.sec-whats-dtl .sidebar ul {
    padding-left: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
}

.sec-whats-dtl .sidebar ul li {
    list-style: none;
    margin-bottom: 30px;
}

.sec-whats-dtl .sidebar ul li a {
    font-size: 12px;
    text-transform: uppercase;
    font-family: 'ITCAvantGardeStd', serif;
    color: #000;
    letter-spacing: 0.3em;
    display: inline-block;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.sec-whats-dtl .sidebar ul li a:hover,
.sec-whats-dtl .sidebar ul li a:focus,
.sec-whats-dtl .sidebar ul li a:active {
    color: #ED1B2E;
}

.sec-whats-dtl .sidebar ul li:last-of-type a {
    margin-bottom: 0px;
}


/*.sec-whats-dtl.sec-whats-dtl .sidebar {
    margin-left: 0px;
}*/

.sec-whats-dtl .sidebar h5 {
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 66px;
}

.sec-whats-dtl .sidebar .widget {
    padding: 58px 30px 146px;
}

.sec-whats-dtl .sidebar .widget.widget_text {
    padding: 0;
    margin: 0;
}


/*
.sec-whats-dtl.sec-whats-dtl .col-right {
    padding-left: 15px;
    padding-right: 20px;
}
*/


/*
.sec-column.sec-whats-dtl .col-right
{
    width: 25.9%;
}
.sec-column.sec-whats-dtl .col-left
{
    width: 74.1%;
}
.sec-whats-dtl.sec-whats-dtl .col-left
{
    padding-left: 20px;
}
.sec-whats-dtl.sec-column .col-left
{
    padding-top: 119px;
    padding-bottom: 83px;
}
*/

.sec-whats-dtl .col-left figcaption {
    margin-top: 40px;
}

.sec-menu.sec-whats-dtl h3 {
    margin-bottom: 32px;
    text-transform: uppercase;
}

.sec-whats-dtl .col-left figcaption p {
    line-height: 1.7;
    margin-bottom: 30px;
    padding-right: 50px;
}

.watson-innr-cnt .box {
    font-size: 24px;
    text-align: left;
    font-weight: 400;
    margin-bottom: 10px;
}

.watson-innr-cnt .box a {
    padding: 15px 30px 12px;
    display: inline-block;
    border: 1px solid #ed1c24;
}

.watson-innr-cnt .box a:hover,
.watson-innr-cnt .box a:focus {
    border-color: #ED1C24;
    background-color: #ED1C24;
    color: #FFF;
}


/*first-about*/

.sec-whoweare {
    padding: 118px 0 50px 0;
}

.sec-whoweare h5 {
    font-family: 'georgia', serif;
    color: #808080;
    line-height: 1.6;
    font-style: italic;
    margin-bottom: 31px;
}

.cnt-whoweare {
    width: 50%;
}

.img-whoweare {
    width: 50%;
    text-align: right;
    padding: 0;
}

.img-whoweare .col {
    width: 50%;
}

.innr-cnt-whoweare {
    text-align: center;
    padding-top: 38px;
    max-width: 500px;
    margin: 0 auto;
}

.sec-whoweare h2 {
    margin-bottom: 31px;
}

.sec-whoweare p {
    line-height: 1.5;
    margin-bottom: 26px;
}


/*second-about*/

.sec-philosophy {
    padding: 50px 0 40px 0;
}

.sec-philosophy h5 {
    font-family: 'georgia', serif;
    color: #808080;
    line-height: 1.6;
    font-style: italic;
    margin-bottom: 38px;
}

.cnt-philosophy {
    width: 50%;
}

.img-philosophy {
    width: 50%;
    /*padding: 0;*/
}

.img-philosophy .row {
    margin-left: -10px;
    margin-right: -10px;
}

.img-philosophy .col {
    padding-left: 10px;
    padding-right: 10px;
    width: 50%;
}

.img-philosophy figure {
    margin-bottom: 20px;
}

.img-philosophy figure img {
    width: 100%;
}

.innr-cnt-philosophy {
    text-align: center;
    padding-top: 38px;
    max-width: 500px;
    margin: 0 auto;
}

.sec-philosophy h2 {
    margin-bottom: 34px;
}

.sec-philosophy p {
    line-height: 1.5;
    margin-bottom: 26px;
}


/*third-about*/

.sec-experience {
    padding: 40px 0;
}

.sec-experience h5 {
    font-family: 'georgia', serif;
    color: #808080;
    line-height: 1.6;
    font-style: italic;
    margin-bottom: 66px;
}

.cnt-experience {
    width: 50%;
}

.img-experience {
    width: 50%;
    text-align: right;
    /*padding: 0;*/
}

.img-experience .row {
    margin-left: -10px;
    margin-right: -10px;
}

.img-experience .col {
    padding-left: 10px;
    padding-right: 10px;
    width: 50%;
}

.img-experience figure {
    margin-bottom: 20px;
}

.innr-cnt-experience {
    text-align: center;
    padding-top: 38px;
    max-width: 532px;
    margin: 0 auto;
}

.sec-experience h2 {
    margin-bottom: 34px;
    line-height: 1.32;
    margin-bottom: 64px;
}

.sec-experience p {
    line-height: 1.5;
    margin-bottom: 26px;
}

.innr-cnt-experience .inline-btns .btn {
    min-width: 280px;
}

.inline-btns p {
    margin-bottom: 10px;
}


/*blog design*/

.sec-menu .col-left.sec-blog-list {
    padding-right: 30px;
    padding-top: 80px;
    padding-bottom: 76px;
}

.sec-menu .sec-blog-list h3 {
    margin-bottom: 18px;
}

.sec-menu .sec-blog-list h3 a {
    color: #000;
}

.sec-menu .sec-blog-list h3 a:hover,
.sec-menu .sec-blog-list h3 a:focus {
    color: #ED1C24;
}

.sec-blog-list article p {
    line-height: 1.7;
    margin-bottom: 36px;
}

.post-thumbnail {
    margin-bottom: 45px;
}

.post-thumbnail img {
    width: 100%;
}

.blog .post-thumbnail {
    height: 400px;
    overflow: hidden;
    position: relative;
}

.blog .post-thumbnail img {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.sec-blog-list a.btn-outline {
    min-width: 353px;
}

.sec-blog-list article {
    margin-bottom: 80px;
}

.navigation.pagination,
.wp-pagenavi {
    text-align: center;
}

.navigation.pagination .page-numbers,
.wp-pagenavi .page,
.wp-pagenavi span,
.wp-pagenavi a {
    display: inline-block;
    font-size: 13px;
    text-transform: uppercase;
    font-family: 'ITCAvantGardeStd', serif;
    font-weight: 700;
    margin-right: 23px;
    letter-spacing: 0.35em;
    border: 0px;
    color: #000;
}

.navigation.pagination .page-numbers.current,
span.current,
.navigation.pagination .page-numbers:hover,
.wp-pagenavi .page:hover,
.wp-pagenavi span:hover,
.wp-pagenavi a:hover {
    color: #ed1c24;
}

.wp-pagenavi span.pages:hover {
    color: #000 !important;
}

.meta-nav {
    display: none;
}


/*our chef*/

.sec-our-chef .col-left .col:first-of-type {
    width: 45%;
}

.sec-our-chef .col-left .col:last-of-type {
    width: 55%;
}

.sec-our-chef .chef-cnt {
    text-align: center;
    max-width: 470px;
    margin: 0 auto 40px;
}

.sec-our-chef .chef-cnt h5 {
    font-family: 'georgia', serif;
    color: #808080;
    line-height: 1.6;
    font-style: italic;
    margin-bottom: 45px;
}

.sec-our-chef .chef-cnt h2 {
    margin-bottom: 45px;
}

.sec-our-chef .chef-cnt p {
    line-height: 1.5;
    margin-bottom: 26px;
}

.chef-img img {
    width: 100%;
}


/*testimonial page*/

.sec-testi {
    background-color: #FAFAFA;
}

ul.testimonial-ul {
    padding-left: 0px;
}

ul.testimonial-ul li {
    list-style: none;
    background-color: #fff;
    padding: 50px 50px 40px;
    margin-bottom: 30px;
}

.sec-menu.sec-testi .col-left {
    padding-right: 0px;
    padding-top: 82px;
    padding-bottom: 49px;
}

.sec-column.sec-testi .col-right {
    padding-top: 97px;
}

.sec-testi .testi-dtl {
    margin-bottom: 0 0 46px;
}

.sec-testi-slider {
    text-align: center;
}

.sec-testi-slider h2 {
    font-style: normal;
}

.sec-testi-slider .container {
    max-width: 920px;
}

.sec-testi-slider .owl-dots .owl-dot {
    border-radius: 0;
    background-color: #000;
    margin-left: 10px;
}


/*kobe jones sydney*/

.sec-rest-banner .banner-text h6.text-up {
    text-transform: uppercase;
    color: #ed1b2e;
    letter-spacing: 10px;
    font-family: 'ITCAvantGardeStd', serif;
    font-style: normal;
    letter-spacing: 0.8em;
    margin-bottom: 19px;
}

.sec-rest-banner .banner-text h1 {
    line-height: 1.3;
    margin-bottom: 36px;
}

.sec-rest-banner .btn {
    min-width: 311px;
    margin-right: 10px;
}

.sec-rest-banner .banner-text h6 {
    margin-top: 55px;
    font-family: 'georgia', serif;
    color: #fff;
    font-style: italic;
    font-weight: 100;
    letter-spacing: 0.1px;
    font-size: 20px;
    line-height: 1.6;
}

.sec-rest-banner .scroll-down {
    bottom: 6%;
}


/*black white map*/

.section.sec-black-map {
    padding-top: 0px;
    padding-bottom: 0px;
}

.sec-black-map {
    position: relative;
}

.sec-black-map .inline-btns {
    text-align: left;
}

.sec-black-map .widget-enquiry {
    width: 50%;
    float: right;
    margin-top: 120px;
    margin-bottom: 120px;
    background-color: #fff;
    padding: 65px 52px 79px 60px;
}

.sec-black-map .footer {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
}

.sec-black-map .footer .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background:rgba(0,0,0,0.3);    
}

.sec-black-map h3 {
    font-size: 60px;
    margin-bottom: 32px;
}

.sec-black-map .menu-dtl {
    margin-bottom: 38px;
}

.sec-black-map .btn {
    min-width: 290px;
    margin-right: 16px;
}

.sec-black-map .btn.btn-outline {
    min-width: 270px;
    margin-right: 0px;
}

.sec-black-map .menu-dtl .col {
    width: 50%;
}

.sec-black-map .menu-dtl .col:last-of-type {
    padding-left: 7px;
}

.rest-main.sec-whoweare {
    padding: 108px 0 106px 0;
}

.rest-main .innr-cnt-whoweare {
    padding-top: 48px;
}

.sec-whoweare.rest-main h5 {
    margin-bottom: 40px;
}

.rest-main.sec-experience h2 {
    margin-bottom: 38px;
}

.rest-main.sec-experience h5 {
    margin-bottom: 50px;
}

.rest-main .innr-cnt-experience .inline-btns {
    margin-top: 30px;
}

.rest-main .img-experience > figure {
    height: 535px;
    overflow: hidden;
}

.contact-us-fun .menu-info h4 {
    font-size: 18px;
    font-family: 'georgia', serif;
    font-style: italic;
    margin-bottom: 22px;
}

.contact-us-fun .menu-info h5 {
    padding-top: 20px;
}

.contact-us-fun .menu-info {
    margin-top: 8px;
    margin-bottom: 48px;
}

.contact-us-fun .menu-info p {
    margin-bottom: 34px;
    max-height: 22px;
}

.form h2 {
    margin-bottom: 32px;
}

.form p {
    margin-bottom: 52px;
}

.form textarea {
    height: 230px;
}

.contact-us-fun.sec-function .col-left {
    /*width: 51%;*/
    width: 99%
}

.contact-us-fun.sec-function .col-right {
    /*width: 49%;*/
    width: 99%
}

.contact-us-fun.sec-function .col-right {
    /*padding-left: 42px;*/
    /*padding-top: 67px;*/
}

.contact-us-fun .col-right .col {
    width: 47%;
}

.contact-us-fun.sec-function {
    padding: 120px 0 63px 0;
}

.contact-us-fun.sec-black-map .widget-enquiry {
    width: 100%;
    float: none;
    margin-top: 0;
    margin-bottom: 0;
    background-color: transparent;
    padding: 0;
}

.contact-us-fun.sec-black-map .menu-info p {
    max-height: inherit;
    margin-bottom: 21px;
}

.contact-us-fun.sec-black-map .menu-info {
    margin-bottom: 0px;
}

.res-map {
    width: 100%;
    height: 734px;
}

/*iframe {
    border: 0;
    width: auto;
}
*/

.reservation-block {
    padding-top: 65px;
    max-width: 370px;
    margin: 0 auto;
    text-align: center;
    font-size: 80%;
}

.reservation-block iframe {
    height: 400px;
    display: block;
    margin: 50px auto 0;
    border: 1px solid #DDD;
    max-width: 100%;
}

.sec-gift {
    position: relative;
}

.sec-gift:after {
    content: "";
    background-image: url("images/card-gift.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 563px;
    height: 520px;
    position: absolute;
    left: -1%;
    bottom: -19%;
}

.sec-gift .inr-cnt-gift {
    max-width: 522px;
    margin: 0 auto;
    text-align: center;
    padding-top: 26px;
}

.sec-gift .sec-title {
    margin: 0 0 47px;
}

.sec-gift .form {
    padding: 48px 67px 63px;
}

.sec-gift p {
    margin: 0 0 25px;
    line-height: 1.5;
}

.section.after-add.sec-philosophy {
    padding-top: 120px;
}

.post-navigation .nav-links::after {
    content: "";
    display: table;
    clear: both;
}

.post-navigation .nav-previous,
.post-navigation .nav-next {
    width: 50%;
    float: left;
}

.post-navigation .nav-previous a,
.post-navigation .nav-next a {
    font-size: 13px;
    text-transform: uppercase;
    font-family: 'ITCAvantGardeStd', serif;
    font-weight: 700;
    margin-right: 23px;
    letter-spacing: 0.2em;
    border: 0px;
    color: #000;
}

.post-navigation .nav-previous a:hover,
.post-navigation .nav-next a:hover {
    color: #ED1C24;
}

.post-navigation .nav-previous {
    padding-right: 10px;
}

.post-navigation .nav-next {
    text-align: right;
    padding-left: 10px;
}

.post-navigation .nav-next a {
    margin-right: 0px;
}


/*blog side bar / Search */

#searchform {
    position: relative;
}


/*.widget_search form input[type="text"],*/

#searchform input[type="text"] {
    background-color: transparent;
    border-bottom: 1px solid #ED1B2E;
    margin-bottom: 15px;
    padding: 8px 23px 7px 0px;
    margin: 0;
    font-family: "FuturaLT", serif;
}

#searchform #searchsubmit {
    position: absolute;
    bottom: 0;
    right: 0;
    min-width: 0;
    font-size: 0;
    border: 0;
    background-color: transparent;
    padding: 16px 10px;
    background-image: url("images/search.png");
    background-repeat: no-repeat;
    background-position: center right;
}

.widget_search form label {
    font-size: 13px;
    text-transform: uppercase;
    color: #000;
    font-family: 'ITCAvantGardeStd', serif;
    font-weight: 700;
    margin-bottom: 15px;
    display: block;
}

.widget_search form input[type="submit"] {
    /*display: none;*/
}

.blog-nav .widget h6 {
    font-size: 13px;
    text-transform: uppercase;
    color: #000;
    font-family: 'ITCAvantGardeStd', serif;
    font-weight: 700;
    margin-bottom: 30px;
    display: block;
}

.blog-nav .widget ul {
    padding-left: 0px;
}

.blog-nav .widget ul li {
    position: relative;
    padding-left: 15px;
}

.blog-nav .widget ul li:before {
    content: "\f105";
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    top: 1px;
    left: 0px;
    color: #ED1B2E;
}

.blog-nav .widget ul li a {
    font-family: "FuturaLT", serif;
    color: #808080;
}

.blog-nav .widget ul li a:hover {
    color: #ED1C24;
}

.blog-nav .widget ul li {
    list-style: none;
    margin-bottom: 20px;
}

.blog-nav .widget ul li:last-of-type {
    margin-bottom: 0px;
}

.sec-blog-list article h2 {
    font-size: 40px;
}

.sec-blog-list article h2.entry-title {
    font-size: 50px;
    line-height: 1.2;
}

.sec-thankyou .container {
    max-width: 920px;
}

.page-template-template-thankyou-book-function .sec-testi-slider {
    background-color: #FAFAFA;
}


/*----- Content End -----*/


/*----- Sidebar Start -----*/

.sidebar {
    margin-right: -15px;
    position: relative;
    z-index: 1;
}

.sidebar .widget {
    padding: 45px 15px 28px;
    margin: 0 0 40px;
    background-color: #FFF;
}

.sidebar .widget .btn {
    min-width: 0;
    width: 100%;
    margin: 0 0 10px;
}

.sidebar .widget h3 {
    margin-bottom: 35px;
}

.sidebar .widget-enquiry h3 {
    margin-bottom: 46px;
}

.menu-info {
    margin: 30px 0 0;
}

.menu-info h5,
.menu-info h6 {
    font-family: 'ITCAvantGardeStd', serif;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.3em;
    margin-bottom: 5px;
}

.menu-info h5 {
    color: #ED1C24;
    margin-bottom: 24px;
}

.menu-info h5 a {
    color: #ED1C24;
}

.menu-info h5 a:hover,
.menu-info h5 a:focus {
    color: #000;
}

.menu-info p {
    margin-bottom: 20px;
    line-height: 1.4;
}


/*----- Sidebar End -----*/


/*----- Testimonials Start -----*/

.owl-dots .owl-dot {
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    margin: 0 4px 0 0;
    background-color: #B2B2B2;
}

.owl-dots .owl-dot.active {
    background-color: #ED1B2E;
}

.testi-dtl {
    font-family: 'georgia', serif;
    font-size: 18px;
    line-height: 1.45;
    font-style: italic;
    margin: 0 0 54px;
}

.testi-dtl p {
    margin-bottom: 26px;
}

.testi-author {
    margin-bottom: 18px;
}

.testi-author h6 {
    font-family: 'ITCAvantGardeStd', serif;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: #ED1C24;
    margin-bottom: 5px;
}

.testi-link {
    color: #808080;
}

.testi-link:hover,
.testi-link:hover {
    color: #ED1C24;
}


/*----- Testimonials End -----*/


/*----- Instagram Start -----*/

.sec-insta {
    padding: 94px 0 85px;
}

.sec-insta .insta-feed {
    margin-top: 80px;
}

.insta-feed #wdi_feed_0 .wdi_feed_wrapper {
    width: auto;
    margin: 0 -6px 70px;
}

.insta-feed #wdi_feed_0 .wdi_feed_item {
    padding: 0 6px;
    margin: 0 0 35px;
}

.insta-feed #wdi_feed_0 .wdi_photo_wrap {
    display: block;
    width: 100%;
    padding: 0;
}

.insta-feed #wdi_feed_0 .wdi_photo_overlay:hover {
    background-color: rgba(237, 28, 36, 0.75);
}

.insta-feed #wdi_feed_0 .wdi_photo_wrap_inner {
    border: 0;
}

.insta-feed #wdi_feed_0 .wdi_photo_img {
    background-color: #231F20;
}

.insta-feed #wdi_feed_0 .wdi_photo_meta {
    padding: 35px 20px;
}

.insta-feed #wdi_feed_0 .wdi_photo_title {
    margin: 0;
    width: auto;
    font-size: 16px;
    color: #808080;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.insta-feed #wdi_feed_0 .wdi_photo_title:hover {
    color: #ED1C24;
}

.insta-feed #wdi_feed_0 .wdi_load_more_wrap,
.insta-feed #wdi_feed_0 .wdi_spinner_wrap {
    border: 2px solid #ED1B2E;
    font-family: 'ITCAvantGardeStd', serif;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.4em;
    color: #ED1C24;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.insta-feed #wdi_feed_0 .wdi_load_more_wrap {
    width: 335px;
    height: 60px;
    border-radius: 0;
    padding: 0;
}

.insta-feed #wdi_feed_0 .wdi_load_more_wrap:hover,
.insta-feed #wdi_feed_0 .wdi_load_more_wrap:focus {
    background-color: #ED1B2E;
    border-color: #ED1B2E;
    color: #FFF;
}

.insta-feed #wdi_feed_0 .wdi_load_more_text {
    color: inherit;
    font-size: inherit;
}

.insta-feed #wdi_feed_0 .wdi_load_more_spinner {
    color: #ED1C24;
}


/*----- Instagram End -----*/


/*----- Newsletter Start -----*/

.sec-newsletter {
    background-color: #231F20;
    color: #FFF;
    padding: 128px 0 125px;
    text-align: center;
}

.sec-newsletter a {
    color: inherit;
    text-decoration: underline;
}

.sec-newsletter a:hover,
.sec-newsletter a:focus {
    color: #fff;
}

.form-newsletter {
    /*max-width: 720px;*/
    margin: 0 auto;
    text-align: center;
}

.form-newsletter ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.form-newsletter li {
    display: inline-block;
    vertical-align: top;
    margin: 0 6px 10px;
}

.form-newsletter input,
.form-newsletter input[type="submit"],
.form-newsletter select {
    min-width: 336px;
}

.mc4wp-response {
    margin: 10px 0 0;
    font-size: 14px;
}

.mc4wp-response .response-error {
    color: #ff8899;
}

.mc4wp-response .response-success {
    color: #69dd69;
}


/*
.mailgun-list-widget-inputs p {
    margin-bottom: 10px;
}
.mailgun-list-widget-inputs strong {
    display: none;
}
.mailgun-list-widget-inputs input {
    width: 100%;
}

.form-newsletter .mailgun-list-submit-button {
    margin-left: -4px;
}
.form-newsletter .mailgun-list-widget-inputs {
    display: inline-block;
    vertical-align: top;
    margin-left: -4px;
}
.form-newsletter .mailgun-list-widget-inputs p {
    display: inline-block;
    margin: 0 20px 0 0;
}
.form-newsletter .mailgun-list-widget-inputs input,
.form-newsletter .mailgun-list-widget-inputs select {
    min-width: 336px;
}
*/


/*----- Newsletter End -----*/


/*----- Enquiry Start -----*/

.sec-enquiry {
    background-color: #231F20;
    text-align: center;
    padding: 128px 0;
}

.sec-enquiry .sec-title {
    margin-bottom: 30px;
}


/*----- Enquiry End -----*/


/*----- Footer Start -----*/

.site-footer a {
    color: #808080;
}

.site-footer a:hover,
.site-footer a:focus {
    color: #ED1C24;
}

.footer-top {
    padding: 94px 0 88px;
    background-color: #F2F2F2;
}

.footer-top .widget {
    float: left;
    width: 20%;
    padding-left: 15px;
    padding-right: 15px;
}

.widget .menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.widget .menu li {
    margin-bottom: 10px;
}

.widget .menu li.title {
    margin: 0 0 30px;
}

.widget .menu li.title a {
    font-family: 'ITCAvantGardeStd', serif;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
    letter-spacing: 0.3em;
}

.widget .menu li.title a:hover,
.widget .menu li.title a:focus {
    color: #ED1B2E;
}

.footer-main {
    padding: 78px 0 60px;
}

.footer-main .col-left {
    width: 57%;
}

.footer-main .col-right {
    width: 40%;
    float: right;
}

.footer-nav {
    margin: 0 0 2px;
}

.footer-nav .menu {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.footer-nav .menu li {
    display: inline-block;
    margin: 0 0 8px;
}

.footer-nav .menu li:not(:last-of-type)::after {
    content: "";
    display: inline-block;
    vertical-align: 10%;
    width: 5px;
    height: 5px;
    background-color: #000;
    border-radius: 50%;
    margin: 0 8px 0 12px;
}

.footer-nav a {
    color: #000;
}

.footer-nav a:hover,
.footer-nav a:focus {
    color: #ED1B2E;
}

.site-info {}

.site-info::after {
    content: "";
    display: table;
    clear: both;
}

.social {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.social li {
    display: inline-block;
}

.social li:not(:first-of-type) {
    margin-left: 5px;
}

.social a {
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #000;
    color: #000;
    text-align: center;
    font-size: 18px;
    line-height: 30px;
}

.social a:hover,
.social a:focus {
    color: #ED1B2E;
    border-color: #ED1B2E;
}

.site-info .copyright {
    /*float: left;*/
    padding: 6px 15px 6px 0;
    letter-spacing: -0.02em;
}

.site-info .copyright p {
    margin: 0;
}

.social-wrap {
    clear: left;
    margin: 10px 0 0;
}

.social-wrap .social-single {
    display: inline-block;
    vertical-align: middle;
    margin-right: 30px;
}

.social-wrap .social {
    display: inline-block;
    vertical-align: middle;
}

.social-wrap em {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.footer-logos {
    list-style: none;
    padding-left: 0;
    margin: 0;
    text-align: center;
}

.footer-logos li {
    display: inline-block;
    padding: 0 15px;
    margin-bottom: 15px;
}


/*----- Footer End -----*/

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    margin: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

label.error {
    display: block !important;
    padding: 0;
    text-indent: -9999px;
    font-size: 0;
    position: absolute;
    right: 40px;
    top: 0;
    background: url(images/error.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    width: 24px;
    height: 100%;
}

label.error::before,
label.error::after {
    display: none !important;
}

.valid label.error {
    background-image: url(images/success.png);
}


/*----- Responsive tab Start -----*/

.resp-tabs-list {
    list-style: none;
    padding-left: 0;
    margin: 0 0 20px;
    width: 100%;
}

.resp-tabs-list::after {
    content: "";
    display: table;
    clear: both;
}

.resp-tabs-list li {
    display: inline-block;
    font-family: 'ITCAvantGardeStd', serif;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 38px 10px 0;
    letter-spacing: 0.3em;
    color: #000;
    cursor: pointer;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.resp-tab-content,
.tab-item {
    display: none;
}

.resp-tabs-list li:hover,
.resp-tabs-list li.resp-tab-active {
    color: #ED1C24;
}

.resp-tab-content-active {
    display: block;
}


/* Accordion styles */

.resp-accordion {
    font-size: 17px;
    background-color: #2D2D2D;
    color: #FFF;
    margin: 0px;
    cursor: pointer;
    padding: 12px 12px 5px;
    margin: 2px 0 0;
    display: none;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.resp-accordion:hover,
.resp-accordion.resp-tab-active {
    background-color: #F0934C;
}

.resp-jfit {
    width: 100%;
    margin: 0px;
}


/*
@media only screen and (max-width: 991px) {
    .resp-tabs-list {
        display: none;
    }
    .resp-accordion {
        display: block;
    }
    .resp-accordion-closed {
        display: none !important;
    }
}
*/


/*----- Responsive tab End -----*/

.animated {
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-o-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

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

.animated.fadeIn {
    -webkit-animation-name: fadeIn;
    -moz-animation-name: fadeIn;
    -o-animation-name: fadeIn;
    animation-name: fadeIn;
}

.btnLoad {
    position: relative;
}

.btnLoad i {
    content: "";
    opacity: 0;
    position: absolute;
    top: 32%;
    left: 45%;
    font-size: 20px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.btnLoad.loading span {
    opacity: 0;
}

.btnLoad.loading i {
    opacity: 1;
}

img.alignleft {
    margin: 0 15px 10px 0;
}

img.alignright {
    margin: 0 0 10px 15px;
}

.kobe2goc {
	width: 100%;
	height: 165px;
	padding-top: 10px;
}

.kobe2go1 {
	float: left;
	width: 33%;
}

.kobe2go2 {
	float: left;
	width: 33%;
}
.kobe2go3 {
	float: left;
	width: 33%;
}

.kobe2go {
    text-align: center;
    padding: 65px 90px;
}

.kobe2go h3 {
    margin-bottom: 18px;
}

.kobe2go .list-btns {
    margin: 28px 0 10px;
}

.kobe2gob { height: 55px; }

.videog {
	text-align: center;
    padding-top: 25%;
    color: #fff;
    font-weight: bold;
    text-shadow: 0px 2px 20px #000;
    font-size: 140%;
}