@-webkit-keyframes left50 {
    0% {
        left: 20px;
    }
    100% {
        left: 50%;
    }
}

@keyframes left50 {
    0% {
        left: 20px;
    }
    100% {
        left: 50%;
    }
}

@-webkit-keyframes right50 {
    0% {
        right: 20px;
    }
    100% {
        right: 50%;
    }
}

@keyframes right50 {
    0% {
        right: 20px;
    }
    100% {
        right: 50%;
    }
}

/* Global Settings */
*, *::before, *::after {
    outline: none !important;
}

.clear {
    clear: both;
}


@font-face {
    font-family: 'PT Sans Narrow';
    src: url('../fonts/2219.ttf');
}

@font-face {
    font-family: 'PT Sans Narrow Bold';
    src: url('../fonts/2220.ttf');
}

.descr {
    visibility: hidden;
}

hr.style11 {
    height: 6px;
    background: url('../img/hr-11.png') repeat-x 0 0;
    border: 0;
}

.but_ob {
    background-color: #f77707; /* Green */
    border: none;
    color: whitesmoke;
    padding: 6px 20px 6px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    margin: 4px 2px;
    cursor: pointer;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    border-radius: 4px;
}
.but_obh:hover {
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);
    background-color: #6c6c6c;
    color: whitesmoke;
}



body {
    color: #414141;
    font-family: 'PT Sans Narrow';
    background-color: #fbfbfb;
}

/* Container and Grid Settings */
.container {
    width: 96%;
    margin: 0 auto;
    max-width: 100%;
    width: calc(100% - 1.5rem);
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
    line-height: 1.1;
    font-family: 'PT Sans Narrow Bold';
}


/* Make new Grid */
@media only screen and (max-width: 400px) {
    .row .col.xs1 {
        width: 8.33333%;
        margin-left: auto;
        left: auto;
        right: auto;
    }

    .row .col.xs2 {
        width: 16.66667%;
        margin-left: auto;
        left: auto;
        right: auto;
    }

    .row .col.xs3 {
        width: 25%;
        margin-left: auto;
        left: auto;
        right: auto;
    }

    .row .col.xs4 {
        width: 33.33333%;
        margin-left: auto;
        left: auto;
        right: auto;
    }

    .row .col.xs5 {
        width: 41.66667%;
        margin-left: auto;
        left: auto;
        right: auto;
    }

    .row .col.xs6 {
        width: 50%;
        margin-left: auto;
        left: auto;
        right: auto;
    }

    .row .col.xs7 {
        width: 58.33333%;
        margin-left: auto;
        left: auto;
        right: auto;
    }

    .row .col.xs8 {
        width: 66.66667%;
        margin-left: auto;
        left: auto;
        right: auto;
    }

    .row .col.xs9 {
        width: 75%;
        margin-left: auto;
        left: auto;
        right: auto;
    }

    .row .col.xs10 {
        width: 83.33333%;
        margin-left: auto;
        left: auto;
        right: auto;
    }

    .row .col.xs11 {
        width: 91.66667%;
        margin-left: auto;
        left: auto;
        right: auto;
    }

    .row .col.xs12 {
        width: 100%;
        margin-left: auto;
        left: auto;
        right: auto;
    }

    .row .col.offset-xs1 {
        margin-left: 8.33333%;
    }

    .row .col.pull-xs1 {
        right: 8.33333%;
    }

    .row .col.push-xs1 {
        left: 8.33333%;
    }

    .row .col.offset-xs2 {
        margin-left: 16.66667%;
    }

    .row .col.pull-xs2 {
        right: 16.66667%;
    }

    .row .col.push-xs2 {
        left: 16.66667%;
    }

    .row .col.offset-xs3 {
        margin-left: 25%;
    }

    .row .col.pull-xs3 {
        right: 25%;
    }

    .row .col.push-xs3 {
        left: 25%;
    }

    .row .col.offset-xs4 {
        margin-left: 33.33333%;
    }

    .row .col.pull-xs4 {
        right: 33.33333%;
    }

    .row .col.push-xs4 {
        left: 33.33333%;
    }

    .row .col.offset-xs5 {
        margin-left: 41.66667%;
    }

    .row .col.pull-xs5 {
        right: 41.66667%;
    }

    .row .col.push-xs5 {
        left: 41.66667%;
    }

    .row .col.offset-xs6 {
        margin-left: 50%;
    }

    .row .col.pull-xs6 {
        right: 50%;
    }

    .row .col.push-xs6 {
        left: 50%;
    }

    .row .col.offset-xs7 {
        margin-left: 58.33333%;
    }

    .row .col.pull-xs7 {
        right: 58.33333%;
    }

    .row .col.push-xs7 {
        left: 58.33333%;
    }

    .row .col.offset-xs8 {
        margin-left: 66.66667%;
    }

    .row .col.pull-xs8 {
        right: 66.66667%;
    }

    .row .col.push-xs8 {
        left: 66.66667%;
    }

    .row .col.offset-xs9 {
        margin-left: 75%;
    }

    .row .col.pull-xs9 {
        right: 75%;
    }

    .row .col.push-xs9 {
        left: 75%;
    }

    .row .col.offset-xs10 {
        margin-left: 83.33333%;
    }

    .row .col.pull-xs10 {
        right: 83.33333%;
    }

    .row .col.push-xs10 {
        left: 83.33333%;
    }

    .row .col.offset-xs11 {
        margin-left: 91.66667%;
    }

    .row .col.pull-xs11 {
        right: 91.66667%;
    }

    .row .col.push-xs11 {
        left: 91.66667%;
    }

    .row .col.offset-xs12 {
        margin-left: 100%;
    }

    .row .col.pull-xs12 {
        right: 100%;
    }

    .row .col.push-xs12 {
        left: 100%;
    }
}

/* Form Settings */
input[type=text],
input[type=password],
input[type=email],
input[type=url],
input[type=time],
input[type=date],
input[type=datetime-local],
input[type=tel],
input[type=number],
input[type=search],
textarea {
    width: 90%;
    height: 3rem;
    padding: 0 10px;
    box-shadow: none;
    line-height: 30px;
    margin-bottom: 10px;
    width: calc(100% - 20px);
    background-color: transparent;
    border: 1px dotted #898989;
}

input[type=text]:focus:not([readonly]),
input[type=password]:focus:not([readonly]),
input[type=email]:focus:not([readonly]),
input[type=url]:focus:not([readonly]),
input[type=time]:focus:not([readonly]),
input[type=date]:focus:not([readonly]),
input[type=datetime-local]:focus:not([readonly]),
input[type=tel]:focus:not([readonly]),
input[type=number]:focus:not([readonly]),
input[type=search]:focus:not([readonly]),
textarea:focus:not([readonly]) {
    box-shadow: none;
    border-bottom: 1px dotted #898989;
}

textarea {
    width: 100%;
    height: 8rem;
    resize: none;
}

textarea.invalid,
textarea:focus.invalid {
    box-shadow: 0 1px 0 0 #F44336;
    border-bottom: 1px solid #F44336;
}

/* Buttons Settings */
.btn, .btn-large {
    background-color: #f77707;
}

.btn:hover, .btn:active, .btn:focus, .btn-large:hover, .btn-large:active, .btn-large:focus {
    background-color: #f77707;
}

.btn-flat:focus, .btn-flat:hover {
    background-color: transparent;
}

/* Main Container Settings */
.containerRight {
    overflow: hidden;
    margin-left: 220px;
}

@media only screen and (max-width: 992px) {
    .containerRight {
        width: 100%;
        margin-left: 0;
    }
}

/* Navigation Settings */
nav {
    background: none;
    height: auto;
    line-height: normal;
}

@media only screen and (min-width: 993px) {
    .side-nav {
        transform: translateX(0) !important;
        -o-transform: translateX(0) !important;
        -ms-transform: translateX(0) !important;
        -moz-transform: translateX(0) !important;
        -webkit-transform: translateX(0) !important;
    }
}

.side-nav a {
    height: auto;
    line-height: normal;
}

@media only screen and (min-width: 601px) {
    nav, nav .nav-wrapper i, nav a.button-collapse, nav a.button-collapse i {
        height: auto;
        line-height: normal;
    }
}

/* Body */
/* Mobile navigation */
nav.mb-nav {
    float: left;
    z-index: 3;
    padding: 0 10px;
    position: relative;
    background-color: #f77707;
}

nav.mb-nav .brand-logo {
    line-height: 60px;
    position: relative;
}

nav.mb-nav .brand-logo img {
    vertical-align: middle;
}

nav.mb-nav a.button-collapse {
    float: right;
    line-height: 60px;
}

nav.mb-nav a.button-collapse i {
    font-size: 30px;
    line-height: 60px;
}

/* End Mobile navigation */
/* Sidebar navigation */
aside.side-nav {

    float: left;
    width: 220px;
    color: #fafafa;
    position: fixed;
    overflow: hidden;
    padding-bottom: 0;
    text-align: center;
    background-color: #f77707;

}

aside.side-nav .logo {
    padding: 0;
    margin: 15px 0 5px;
    display: inline-block;
}

aside.side-nav nav {
    padding: 30px 0;
    position: relative;
}

aside.side-nav nav::before, aside.side-nav nav::after {
    content: '';
    width: 168px;
    height: 24px;
    position: absolute;
    left: calc(50% - 84px);
    background: url("../img/nav-border.png") no-repeat;
}

aside.side-nav nav::before {
    top: 0;
}

aside.side-nav nav::after {
    transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    bottom: 0;
}

aside.side-nav nav a {
    color: white;
    width: 100%;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    line-height: 35px;
}

aside.side-nav nav a.active, aside.side-nav nav a:hover {
    color: #404040;
}

aside.side-nav .tel {
    margin: 10px 0;
    text-align: center;
    display: inline-block;
}

aside.side-nav .social_links a {
    width: 40px;
    padding: 5px 0;
    color: #474747;
    text-align: center;
    display: inline-block;
    border: 1px solid rgba(255, 255, 255, 0.6);
}

aside.side-nav .social_links a i {
    font-size: 20px;
}

aside.side-nav .social_links a:hover {
    color: white;
    border-color: white;
}

/* End Sidebar navigation */
/* Home and other pages Welcome note */
.welcomeNote {
    color: white;
    padding: 25px;
    margin: 0 auto;
    position: relative;
    width: 600px;
    height: 320px;
    background-color: rgba(0, 0, 0, 0.66);
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.welcomeNote::before, .welcomeNote::after {
    content: '';
    width: 218px;
    height: 42px;
    position: absolute;
    left: calc(50% - 109px);
    background: url("../img/welcome-border.png") no-repeat;
}

.welcomeNote::after {
    transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

.welcomeNote h1 {
    font-size: calc(14px + 1.6vw);
    letter-spacing: 2px;
    margin: 60px 0 10px;
}

/* End Home page and other pages Welcome Note */
/* Home slider */
.slider {
    height: 650px !important;
}

.slider .slides li .caption {
    top: calc(50% - 160px);
}

.slider .slides li .caption .welcomeNote p {
    margin-top: 0;
    font-size: 20px;
    font-weight: 300;
}

.slider .indicators {
    z-index: 50;
    bottom: 20px;
}

@media only screen and (max-width: 600px) {
    .slider .indicators {
        bottom: 10px;
    }
}

.slider .indicators .indicator-item.active {
    background-color: #f77707;
}

/* End Home slider */
/* Other Pages Main Image */
.sliderOther {
    /* height: 241px;*/
    padding-top: 12px;
    /*margin: 0 10px  10px 10px;*/
    background: transparent url("../img/main/blog.jpg") no-repeat scroll 0 0/cover;
}

@media only screen and (max-width: 992px) {
    .sliderOther {
        width: 100%;
        padding-top: 10px;
        display: inline-block;
    }
}

.sliderOther.about {
    background-image: url("../img/main/about.jpg");
}

.sliderOther.menu {
    background-image: url("../img/obseemenu.jpg");
}

.sliderOther.contact {
    background-image: url("../img/main/contact.jpg");
}

.sliderOther.blog {
    background-image: url("../img/main/blog.jpg");
}

.sliderOther.events {
    background-image: url("../img/main/events.jpg");
}

.sliderOther .welcomeNote {
    margin: 0 auto;
    position: relative;
    width: 60%;
    height: 215px;
}

@media only screen and (max-width: 400px) {
    .sliderOther .welcomeNote {
        width: 290px;
    }
}

.sliderOther .welcomeNote::before, .sliderOther .welcomeNote::after {
    background: url("../img/welcome-others-up.png") no-repeat;
    left: calc(50% - 85px);
    width: 171px;
    height: 35px;
}

.sliderOther .welcomeNote h1 {
    font-size: calc(12px + 0.8vw);
    margin: 52px 0 10px;
    text-transform: uppercase;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/* End Other Pages Main Image */
/* Welcome Section */
.welcomeSection {
    color: whitesmoke;
    padding: 20px;
    position: relative;
    background-color: #474747
}

.welcomeSection::before, .welcomeSection::after {
    content: '';
    position: absolute;
    width: calc(50% - 20px);
    transition: 2s;
    -o-transition: 2s;
    -moz-transition: 2s;
    -webkit-transition: 2s;
    border-top: 1px dotted rgba(255, 255, 255, 0.5);
}

.welcomeSection::before {
    left: 20px;
}

.welcomeSection::after {
    right: 20px;
}

.welcomeSection:hover::before {
    left: 50%;
    animation-name: left50;
    -o-animation-name: left50;
    -moz-animation-name: left50;
    -webkit-animation-name: left50;
    animation-duration: 2s;
    -o-animation-duration: 2s;
    -moz-animation-duration: 2s;
    -webkit-animation-duration: 2s;
}

.welcomeSection:hover::after {
    right: 50%;
    animation-name: right50;
    -o-animation-name: right50;
    -moz-animation-name: right50;
    -webkit-animation-name: right50;
    animation-duration: 2s;
    -o-animation-duration: 2s;
    -moz-animation-duration: 2s;
    -webkit-animation-duration: 2s;
}

.welcomeSection h2 {
    font-size: 35px;
}

.welcomeSection p {
    margin-left: 40px;
    margin-right: 40px;
    font-size: 18px;
    font-weight: 300;
}

@media only screen and (max-width: 992px) {
    .welcomeSection p {
        margin-left: 0;
        margin-right: 0;
    }
}

@media only screen and (max-width: 400px) {
    .welcomeSection p {
        font-size: 15px;
    }
}

/* End Welcome Section */
/* Events Section */
.eventsSection {
    margin: 50px 0;
}

.eventsSection .eventsBorder {
    padding: 10px;
    border: 10px solid transparent;
    border-image: url("../img/events_border.png") 10 round;
    -o-border-image: url("../img/events_border.png") 10 round;
    -moz-border-image: url("../img/events_border.png") 10 round;
    -webkit-border-image: url("../img/events_border.png") 10 round;
}

.eventsSection .eventsBorder .row {
    margin-bottom: 0;
}

.eventsSection .event {
    color: #fff;
    position: relative;
    width: 100%;
}

.eventsSection .event:hover .event-content {
    transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
}

.eventsSection .event .event-thumb img {
    border: 1px solid #343434;
    width: 100%;
    display: block;
}

.eventsSection .event .event-content {
    background: rgba(0, 0, 0, 0.7);
    text-align: center;
    padding: 10px;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transform: scale(0, 1);
    -o-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -moz-transform: scale(0, 1);
    -webkit-transform: scale(0, 1);
    transition: all 600ms ease 0s, visibility 0s ease 0s;
    -o-transition: all 600ms ease 0s, visibility 0s ease 0s;
    -moz-transition: all 600ms ease 0s, visibility 0s ease 0s;
    -webkit-transition: all 600ms ease 0s, visibility 0s ease 0s;
}

.eventsSection .event .event-content img {
    margin-top: calc(25% - 28px);
}

@media only screen and (min-width: 601px) and (max-width: 992px) {
    .eventsSection .event .event-content img {
        max-width: 40px;
        margin-top: calc(50% - 40px);
    }
}

@media only screen and (max-width: 400px) {
    .eventsSection .event .event-content img {
        margin-top: calc(25% - 20px);
    }
}

.eventsSection .event .event-content h2 {
    margin: 5px 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
}

.eventsSection .event .event-content h2 a {
    color: #fff;
}

.eventsSection .event .event-content h2 a:hover {
    color: #ae8648;
}

@media only screen and (min-width: 601px) and (max-width: 992px) {
    .eventsSection .event .event-content h2 {
        font-size: 16px;
        font-weight: 300;
        line-height: 1;
    }
}

.eventsSection .event .event-content p {
    margin: 0;
    font-size: 16px;
    font-weight: 300;
    line-height: 16px;
}

@media only screen and (min-width: 601px) and (max-width: 992px) {
    .eventsSection .event .event-content p {
        display: none;
    }
}

/* End Events Section */
.steakNightPara h2 {
    color: black;
    margin: 0 auto;
    text-align: center;
    font-family: 'PT Sans Narrow', sans-serif;
}

.steakNightPara h2 span {
    color: #f77707;
}

.steakNightPara .desc {
    margin: 10px 0;
    padding: 20px 0;
    position: relative;
    text-align: center;
    width: 100%;
}

.steakNightPara .desc::after, .steakNightPara .desc::before {
    content: "";
    width: 100%;
    height: 12px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: url("../img/steak-night-border.png") no-repeat scroll 0 0/100% 100%;
}

.steakNightPara .desc::before {
    top: 0;
    transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

.steakNightPara strong {
    text-align: left;
    font-size: 18px;
    font-weight: bold;
}

.steakNightPara > div strong:first-child {
    text-align: right;
    border-right: 2px dotted #656565;
}

.steakNightSection {
    /* margin-bottom: 50px;*/
    background-color: #f5f5f5;
    /* Ribbon */
}

.steakNightSection .row > div {
    position: relative;
}

.steakNightSection .row > div:last-child {
    padding-right: 0;
}

.steakNightSection .ribbon {
    z-index: 1;
    color: white;
    text-align: center;
    position: relative;
    margin: 0 0 70px 20px;
    width: 112px;
    height: 80px;
    background-color: #f77707;
}

.steakNightSection .ribbon span {
    width: 100%;
    font-size: 14px;
    text-align: center;
}

.steakNightSection .ribbon::before, .steakNightSection .ribbon::after {
    content: "";
    z-index: -1;
    position: absolute;
    bottom: -60px;
}

.steakNightSection .ribbon::before {
    left: 0;
    border-width: 60px;
    border-style: solid;
    border-color: transparent transparent transparent #f77707;
}

.steakNightSection .ribbon::after {
    right: 0;
    border-width: 60px;
    border-style: solid;
    border-color: transparent #f77707 transparent transparent;
}

.steakNightSection .steakNightPara {
    width: 82%;
    margin-left: 10px;
}

.steakNightSection img:not(.logo) {
    width: 100%;
}

.steakNightSection .logo {
    z-index: 5;
    position: absolute;
    top: calc(50% - 84px);
    left: -72px;
}

@media only screen and (min-width: 601px) and (max-width: 992px) {
    .steakNightSection h1 {
        font-size: 3.5rem;
    }

    .steakNightSection p {
        font-size: 13px;
    }
}

/* Menu and index page menu */
.menuReservationSection {
    position: relative;
    margin-bottom: 10px;
    /*  Menu page */
}

.menuReservationSection .menuColBorder {
    border: 6px solid #231f20;
    background: #231f20 url("../img/menus/menu-bg.jpg") repeat scroll 0 0/cover;
}

.menuReservationSection .menuColBorder .row {
    margin-bottom: 0;
}

.menuReservationSection .menuColBorder .row > div:first-child {
    padding: 0;
}

.menuReservationSection .menuColBorder .row > div:last-child {
    padding: 0;
}

@media only screen and (max-width: 992px) {
    .menuReservationSection .menuColBorder .row > div:first-child, .menuReservationSection .menuColBorder .row > div:last-child {
        padding: 0 .75rem;
    }
}

.menuReservationSection .menuCol {
    padding: 10px;
    text-align: center;
    color: #f1f1f1;
    border: 25px solid transparent;
    border-image: url("../img/menu-border.png") 30 round;
    -o-border-image: url("../img/menu-border.png") 30 round;
    -moz-border-image: url("../img/menu-border.png") 30 round;
    -webkit-border-image: url("../img/menu-border.png") 30 round;
    /* Menu List */
}

.menuReservationSection .menuCol h3 {
    margin-bottom: 30px;

    font-size: 30px;
    position: relative;
}

.menuReservationSection .menuCol h3::before {
    content: "";
    background: url("../img/menu-builts.png") no-repeat;
    width: 96px;
    height: 8px;
    position: absolute;
    bottom: -15px;
    left: calc(50% - 48px);
}

.menuReservationSection .menuCol .menuList {
    width: 100%;
    clear: both;
    margin: 10px 0;
    text-align: left;
    display: flex;
    align-items: center;
}

.menuReservationSection .menuCol .menuList span:first-child {
    width: 95%;
    display: inline-block;
    font-size: 15px;
    font-weight: 300;
    text-transform: uppercase;
}

.menuReservationSection .menuCol .menuList span:last-child {
    width: 5%;
    float: right;
    margin-left: 5%;
    position: relative;
    font-size: 21px;
    font-weight: 500;
}

.menuReservationSection .menuCol .menuList span:last-child::before {
    content: "";
    width: 20px;
    border-bottom: 1px dotted #f1f1f1;
    position: absolute;
    top: calc(50% - 0.5px);
    left: -50px;
}

.menuReservationSection .btn-flat {
    display: block;
    font-size: 21px;
    margin-top: 10px;
    text-align: center;
}

@media only screen and (max-width: 992px) {
    .menuReservationSection .btn-flat {
        margin: 30px 0 20px;
    }
}

.menuReservationSection .btn-flat i.fa-caret-right {
    font-size: 25px;
    margin-left: 15px;
}

.menuReservationSection .redStroke {
    border: 6px solid #f77707;
    padding: 3px;
}

.menuReservationSection .reservationCol {
    padding: 20px;
    border: 2px dashed #898989;
    background-color: #f1f1f1;
}

.menuReservationSection .reservationCol h2 {
    margin-top: 0;
    font-size: 45px;
    position: relative;
    font-family: 'PT Sans Narrow', sans-serif;
}

.menuReservationSection .reservationCol h2::after {
    content: '';
    width: 221px;
    height: 33px;
    position: absolute;
    top: 32px;
    left: 225px;
    background: url("../img/index-reservation-img.png") no-repeat;
}

.menuReservationSection .reservationCol h5 {
    font-size: 20px;
    margin-bottom: 0;
    color: #f77707;
}

.menuReservationSection .reservationCol p {
    margin-top: 0;
}

.menuReservationSection .reservationCol h3 {
    font-style: italic;
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    text-decoration: underline;
}

.menuReservationSection .reservationCol .openingHours {
    padding: 10px 0;
    border: 1px dotted #898989;
}

.menuReservationSection .reservationCol .openingHours strong {
    width: 75%;
    text-align: left;
    font-size: 14px;
    display: inline-block;
    color: #f77707;
}

@media only screen and (max-width: 400px) {
    .menuReservationSection .reservationCol .openingHours strong {
        width: 80%;
        font-size: 12px;
    }
}

.menuReservationSection .reservationCol .openingHours .row {
    margin-bottom: 0;
    display: flex;
    align-items: center;
}

.menuReservationSection .reservationCol .openingHours .row > div {
    line-height: 25px;
    text-align: center;
    position: relative;
}

.menuReservationSection .reservationCol .openingHours .row > div:first-child::before {
    content: "";
    width: 53px;
    height: 6px;
    position: absolute;
    top: calc(50% - 3px);
    right: -20px;
    background: url("../img/reservation-builts.png") no-repeat;
}

.menuReservationSection .reservationCol input[type=text], .menuReservationSection .reservationCol input[type=email], .menuReservationSection .reservationCol textarea {
    background-color: #ebebeb;
}

.menuReservationSection .reservationCol .totalAns {
    width: 28%;
}

@media only screen and (max-width: 400px) {
    .menuReservationSection .reservationCol .totalAns {
        width: 15%;
    }
}

.menuReservationSection .slider-events {
    padding: 3px;
    text-align: center;
    margin: 30px auto 0;
    background-color: #f77707;
    /* bx slider override css */
}

.menuReservationSection .slider-events .border-white {
    padding: 0 10px;
    border: 1px dashed #ffffff;
}

.menuReservationSection .slider-events h3 {
    color: #fefefe;
    font-size: calc(12px + 0.6vw);
    margin-left: 8%;
    position: relative;
    font-family: 'PT Sans Narrow', sans-serif;
    text-align: left;
    text-transform: capitalize;
}

.menuReservationSection .slider-events h3::after {
    content: '';
    width: 197px;
    height: 33px;
    position: absolute;
    top: 27px;
    left: 80%;
    background: url("../img/slider-events-border.png") no-repeat;
}

.menuReservationSection .slider-events img {
    border: 1px solid #ffffff;
}

.menuReservationSection .slider-events .bx-wrapper {
    border: 0;
    background: none;
    box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

.menuReservationSection .slider-events .bx-wrapper .bx-pager.bx-default-pager a.active, .menuReservationSection .slider-events .bx-wrapper .bx-pager.bx-default-pager a:focus, .menuReservationSection .slider-events .bx-wrapper .bx-pager.bx-default-pager a:hover {
    background: white;
}

.menuReservationSection .slider-events i.keyboard_arrow {
    float: left;
    color: #ffffff;
    margin-top: calc(50% - 170px);
}

.menuReservationSection .slider-events i.keyboard_arrow:nth-child(2) {
    float: right;
}

.menuReservationSection .onlineReservation {
    color: white;
    text-align: left;
    padding: 10px 0 10px 15px;
    position: absolute;
    top: 50px;
    right: -0.75rem;
    background-color: #f77707;
}

.menuReservationSection .onlineReservation::before {
    content: "";
    z-index: -1;
    position: absolute;
    top: -40px;
    right: 0;
    border-width: 20px;
    border-style: solid;
    border-color: transparent transparent #7d0100;
}

.menuReservationSection .onlineReservation i {
    font-size: 25px;
}

.menuReservationSection .onlineReservation span {
    width: 100%;
    font-family: 'PT Sans Narrow', sans-serif;
    letter-spacing: 2px;
    display: inline-block;
    font-size: 45px;
    font-weight: bold;
    line-height: 40px;
}

.menuReservationSection .menuCol-left, .menuReservationSection .menuCol-right {
    padding: 20px;
    margin-top: 20px;
    text-align: center;
    position: relative;
    color: #f1f1f1;
}

.menuReservationSection .menuCol-left .positions, .menuReservationSection .menuCol-right .positions {
    position: relative;
    margin-bottom: 80px;
}

.menuReservationSection .menuCol-left > div:last-child, .menuReservationSection .menuCol-right > div:last-child {
    margin-bottom: 30px;
}

.menuReservationSection .menuCol-left h3, .menuReservationSection .menuCol-right h3 {
    margin: 0 0 65px;
    position: relative;
    font-size: 28px;
    font-weight: 500;
    text-transform: uppercase;
}

.menuReservationSection .menuCol-left h3::after, .menuReservationSection .menuCol-right h3::after {
    content: "";
    position: absolute;
    top: 10px;
    width: 96px;
    height: 16px;
    background: url("../img/menu-point.png") no-repeat;
}

.menuReservationSection .menuCol-left .menuImg, .menuReservationSection .menuCol-right .menuImg {
    display: flex;
    align-items: center;
    position: absolute;
    top: -30px;
    background-color: #e1e1e1;
    border-radius: 50%;
    -o-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    width: 100px;
    height: 100px;
}

.menuReservationSection .menuCol-left .menuImg img, .menuReservationSection .menuCol-right .menuImg img {
    margin: 0 auto;
}

.menuReservationSection .menuCol-left {
    border-right: 2px dotted #ffffff;
}

.menuReservationSection .menuCol-left h3::after {
    right: -20px;
}

.menuReservationSection .menuCol-left .menuImg {
    left: calc(50% - 220px);
}

.menuReservationSection .menuCol-right > div:first-child h3 {
    margin-top: 65px;
}

.menuReservationSection .menuCol-right h3::after {
    left: -22px;
    transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

.menuReservationSection .menuCol-right .menuImg {
    right: calc(50% - 220px);
}

/* Contact us Page */
.google-map {
    width: 100%;
    position: relative;
    margin: 40px auto 0;
}

.google-map #mapContact {
    width: 100%;
    height: 495px;
}

.google-map .text-google-map {
    color: #ffffff;
    width: 360px;
    height: 320px;
    background-color: #f77707;
    outline: 10px solid #f77707;
    border: 1px dashed #d78988;
    position: absolute;
    top: 0;
    left: 0;
}

.google-map .text-google-map h3 {
    margin-top: 0;
    font-size: 64px;
    margin-left: 80px;
    text-align: center;
    font-family: 'PT Sans Narrow', sans-serif;
    letter-spacing: 2px;
}

.google-map .text-google-map i {
    margin: 10px;
    text-align: center;
    background-color: #5d0100;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    -o-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    font-size: 20px;
    line-height: 40px;
    border: 1px dashed #d78988;
}

.google-map .text-google-map span {
    padding: 10px 0;
    line-height: 25px;
    display: inline-block;
    width: calc(100% - 70px);
    border-bottom: 1px dashed #d78988;
}

.google-map .text-google-map span a {
    color: #ffffff;
}

.google-map .logoOnMap {
    position: absolute;
    top: 69px;
    left: 100px;
}

.contact-us-form form {
    margin-top: 50px;
}

.contact-us-form form input:not([type="submit"]) {
    height: 60px;
}

.contact-us-form form textarea {
    height: 350px;
    padding-top: 10px;
}

.contact-us-form form input[type="submit"] {
    float: right;
    padding: 0 50px;
    margin-top: 20px;
}

.rand1, .rand2 {
    cursor: auto;
    background-color: #f77707;
}

.rand1:hover, .rand2:hover {
    background-color: #f77707;
}

.re i.fa {
    font-size: 20px;
}

.plus i.fa {
    font-size: 15px;
}

input[type="text"].totalAns {
    float: right;
    width: 40%;
}

@media only screen and (max-width: 400px) {
    input[type="text"].totalAns {
        width: 90%;
        margin-top: 10px;
        width: calc(100% - 20px);
    }
}

/* End Contact us Page */
/* About us Page */
.what-we-are {
    color: #212121;
    text-align: center;
}

.what-we-are h3 {
    font-size: 65px;
    margin: 0 0 10px 0;
    font-family: 'PT Sans Narrow', sans-serif;
}

@media only screen and (max-width: 400px) {
    .what-we-are h3 {
        margin: 0 0 20px;
        font-size: 50px;
    }
}

.what-we-are h3 span {
    color: #f77707;
}

.what-we-are p {
    font-size: 20px;
    position: relative;
    padding: 25px 0 !important;
}

.what-we-are p:before, .what-we-are p:after {
    content: '';
    width: 100%;
    height: 17px;
    position: absolute;
    left: 0;
    background: url("../img/about-us-before-line.png") no-repeat scroll center center;
    background-size: 100% 100%;
}

.what-we-are p:before {
    top: -20px;
}

.what-we-are p:after {
    transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    bottom: -20px;
}

.aboutUsPage > .row {
    display: flex;
    flex-wrap: wrap;
}

.aboutUsPage > .row > .col:first-child {
    position: relative;
    overflow: hidden;
}

.aboutUsPage > .row > .col:first-child img {
    width: 100%;
    position: absolute;
}

@media only screen and (max-width: 992px) {
    .aboutUsPage > .row > .col:first-child {
        height: 600px;
        margin-bottom: 20px;
    }

    .aboutUsPage > .row > .col:first-child img {
        position: relative;
    }
}

@media only screen and (min-width: 993px) {
    .aboutUsPage > .row > .col:first-child {
        padding-right: 0;
    }

    .aboutUsPage > .row > .col:last-child {
        padding-left: 0;
    }
}

.aboutUsPage .right-side-border {
    position: relative;
    border: 11px solid #434343;
}

.aboutUsPage .right-side-border::before {
    content: "";
    width: 41px;
    height: 42px;
    position: absolute;
    top: 150px;
    left: -40px;
    background: url("../img/about-us-left.png") no-repeat;
}

@media only screen and (max-width: 992px) {
    .aboutUsPage .right-side-border {
        margin-left: 25px;
    }
}

@media only screen and (max-width: 400px) {
    .aboutUsPage .right-side-border {
        margin-left: 0;
    }

    .aboutUsPage .right-side-border::before {
        display: none;
    }
}

.aboutUsPage .right-side-border .about-logo {
    max-width: 124px;
    height: 124px;
}

.aboutUsPage .right-side-border .right-side {
    padding: 20px;
    color: #ffffff;
    background-color: #585858;
    border: 1px dashed #ffffff;
}

.aboutUsPage .right-side-border .right-side img {
    float: left;
    padding: 5px;
    margin: 10px 10px 0 0;
}

.aboutUsPage .right-side-border .right-side p {
    margin-top: 0;
    text-align: justify;
    font-size: 15px;
    line-height: 28px;
}

.aboutUsPage .right-side-border .right-side p:last-child {
    margin-top: 30px;
    position: relative;
    font-size: 22px;
    font-weight: bold;
}

.aboutUsPage .right-side-border .right-side p:last-child:after {
    content: '';
    width: 217px;
    height: 35px;
    position: absolute;
    top: -40px;
    left: 55px;
    background: url("../img/about-us-line-phone.png") no-repeat;
}

.aboutUsPage .right-side-border .right-side strong {
    font-size: 18px;
}

.aboutUsPage .roasts-served {
    padding: 10px 40px;
    background-color: #f5f5f5;
}

@media only screen and (max-width: 400px) {
    .aboutUsPage .roasts-served {
        padding: 10px 0 0;
    }
}

.aboutUsPage .roasts-served .steakNightPara {
    width: 100%;
    text-align: center;
}

.aboutUsPage .roasts-served h2 {
    color: #a10200;
}

/* End About us Page */
/* Blog Page */
.main-blog .current-date, .main-blog-single .current-date {
    float: left;
    width: 70px;
    padding: 10px 0;
    font-size: 14px;
    text-align: center;
    border: 1px dashed #878787;
    border-radius: 2px;
}

.main-blog .current-date span, .main-blog-single .current-date span {
    display: block;
    letter-spacing: 1px;
    color: #f77707;
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 28px;
    font-weight: bold;
    line-height: 20px;
}

.main-blog h5, .main-blog-single h5 {
    margin-top: 7px;
    display: inline-block;
    width: calc(100% - 115px);
    text-transform: capitalize;
    font-size: 20px;
    font-weight: bold;
    line-height: 25px;
}

.main-blog .shortDesc, .main-blog-single .shortDesc {
    clear: both;
    float: left;
    color: #6c7075;
    margin-bottom: 25px;
    font-size: 15px;
    font-weight: 300;
}

.main-blog-single .current-date {
    margin-right: 10px;
}

.main-blog-single h5 {
    margin-top: 0;
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 30px;
    font-weight: 500;
    line-height: 30px;
}

.main-blog-single .shortDesc {
    color: #272727;
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
}

.main-blog .current-date, .main-blog .shortDesc, .main-blog a.btn {
    margin: 0 15px;
}

.main-blog .shortDesc {
    /*margin-top: 6px; */
}

.main-blog img {
    padding: 0 15px;
    margin-bottom: 20px;
   /* border-right: 1px dashed #878787;*/
}

@media only screen and (max-width: 992px) {
    .main-blog img {
        width: 100%;
        border-right: 0;
    }
}

.main-blog .row {
    display: flex;
    flex-wrap: wrap;
}

.main-blog .row > .col {
    padding: 0;
    margin-top: 20px;
    margin-bottom: 20px;
}

.main-blog .row > .col:nth-child(3n+3) img {
    border-right: 0;
}

.main-blog a.btn {
    margin-top: 20px;
    text-transform: capitalize;
    background-color: #404040;
}

.main-blog a.btn:hover, .main-blog a.btn:focus {
    background-color: #f77707;
}

/* Pagination */
.pagination {
    margin: 30px auto 0;
}

.pagination li {
    padding: 0;
    color: #FFFFFF;
    background-color: #404040;
}

.pagination li a {
    color: #FFFFFF;
}

.pagination li a, .pagination li span {
    display: block;
    padding: 0 10px;
}

.pagination li:not(.disabled):hover, .pagination li:focus, .pagination li.active {
    background-color: #ed1c24;
}

.main-blog-single .row > div.center img, .main-event-single .row > div.center img {
    border: 3px solid #f77707;
}

/* End Blog Page */
/* Events Page */
.main-events .event-date, .main-event-single .event-date {
    float: left;
    padding: 10px;
    font-size: 13px;
    margin-right: 15px;
    text-align: center;
    border: 1px dashed #878787;
}

.main-events .event-date span, .main-event-single .event-date span {
    display: block;
    letter-spacing: 1px;
    color: #f77707;
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 34px;
    font-weight: bold;
    line-height: 35px;
}

.main-events .headings, .main-event-single .headings {
    display: inline-block;
    width: calc(100% - 90px);
}

.main-events h5, .main-event-single h5 {
    color: #272727;
    margin-bottom: 5px;
    margin-right: 10px;
    font-size: 21px;
    font-weight: bold;
}

.main-events .shortDesc, .main-event-single .shortDesc {
    clear: both;
    color: #606060;
    font-size: 14px;
    padding-top: 10px;
}

.main-events .time-person, .main-event-single .time-person {
    display: flex;
    align-items: center;
}

.main-events .time-person i, .main-event-single .time-person i {
    width: 15px;
    color: #000000;
    font-size: 15px;
    text-align: center;
}

.main-events .time-person span, .main-event-single .time-person span {
    color: #606060;
    font-size: 13px;
    margin-left: 15px;
}

.main-event-single h5 {
    margin-top: 0;
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 30px;
    font-weight: 500;
    line-height: 30px;
}

.main-event-single .shortDesc {
    color: #272727;
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
}

.main-events {
    margin: -50px 0;
    padding-bottom: 20px;
    background: url("../img/events-main-bg-img.png") no-repeat scroll 0 0/cover;
}

.main-events .upcoming-events {
    color: #ffffff;
    margin: 0 auto 20px;
    display: inline-block;
}

.main-events .upcoming-events h3 {
    font-size: 65px;
    text-align: center;
    margin: 50px 0 30px;
    font-family: 'PT Sans Narrow', sans-serif;
}

@media only screen and (max-width: 400px) {
    .main-events .upcoming-events h3 {
        font-size: 55px;
    }
}

.main-events .upcoming-events h3 span {
    color: #f77707;
}

.main-events .upcoming-events p {
    width: 70%;
    margin: 0 auto;
    padding: 20px 0;
    position: relative;
    text-align: center;
    font-size: 14px;
    line-height: 26px;
}

@media only screen and (max-width: 400px) {
    .main-events .upcoming-events p {
        width: 90%;
    }
}

.main-events .upcoming-events p:before, .main-events .upcoming-events p:after {
    content: '';
    width: 100%;
    height: 12px;
    position: absolute;
    left: 0;
    background: url("../img/events-uper-line.png") no-repeat scroll 0 0/100% 100%;
}

.main-events .upcoming-events p:before {
    top: -10px;
}

.main-events .upcoming-events p:after {
    transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    bottom: -10px;
}

.main-events .row, .main-events .row > div {
    display: flex;
    flex-wrap: wrap;
}

.main-events .event {
    width: 100%;
    position: relative;
    margin-bottom: 30px;
    background-color: #FFFFFF;
}

.main-events .event img {
    width: 100%;
}

.main-events .event .event-content {
    margin-bottom: 70px;
}

.main-events .event .event-content .event-date, .main-events .event .event-content .shortDesc {
    margin: 0 15px;
}

.main-events .event a.btn {
    width: 100%;
    margin-top: 5px;
    background-color: #898989;
    border-radius: 0;
    -o-border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    position: absolute;
    bottom: 0;
}

.main-events .event a.btn:hover, .main-events .event a.btn:focus {
    background-color: #f77707;
}

/* End Events Page */
/* Footer */
footer {
    color: #ffffff;
    background: url("../img/footer-bg-img.png") no-repeat scroll 0 0/cover;
    /* Copy Right */
}

footer .row {
    margin-bottom: 0;
}

footer .upper-footer {
    margin-top: 35px;
    background-color: rgba(0, 0, 0, 0.6);
}

footer .upper-footer .row {
    display: flex;
    flex-wrap: wrap;
}

footer .upper-footer .row > div {
    border-right: 1px dotted #8a8a89;
}

@media only screen and (max-width: 992px) {
    footer .upper-footer .row > div:nth-child(2) {
        border-right: 0;
    }
}

@media only screen and (max-width: 600px) {
    footer .upper-footer .row > div {
        border-right: 0;
    }
}

footer .upper-footer .row > div:first-child .fb-page {
    max-width: 100%;
    overflow: hidden;
}

footer .upper-footer .row > div:last-child {
    border-right: none;
}

footer .upper-footer .row > div #map {
    width: 100%;
    height: 160px;
}

footer .upper-footer .row > div h5 {
    margin: 40px 0 30px;
    color: #f77707;
    font-size: 19px;
    font-weight: 500;
    text-transform: uppercase;
}

footer .upper-footer .row > div input[type="email"] {
    margin-bottom: 0;
    background-color: #464648;
}

footer .upper-footer .row > div p {
    font-size: 15px;
}

footer .upper-footer .row > div button {
    font-size: 14px;
    text-transform: capitalize;
}

footer .upper-footer .row > div .flex-wrap {
    margin-top: 10px;
    display: flex;
    align-items: center;
}

footer .upper-footer .row > div .flex-wrap i {
    float: left;
    font-size: 50px;
    margin-right: 20px;
    color: #f77707;
}

footer .upper-footer .row > div .flex-wrap p {
    width: 85%;
}

footer .copyrights {
    padding-top: 15px;
    background-color: rgba(0, 0, 0, 0.7);
}

footer .copyrights p {
    font-size: 14px;
}

footer .copyrights p:not(.valign) {
    float: left;
    font-size: 13px;
    margin-right: 7px;
}

footer .copyrights img {
    float: left;
    margin-top: 7px;
}

/* End Footer */
/* Responsive queries  */
@media only screen and (max-width: 1120px) and (min-width: 993px) {
    .menuReservationSection .menuImg {
        display: none !important;
    }

    .menuReservationSection .menuCol-left h3 {
        text-align: left;
    }

    .menuReservationSection .menuCol-left h3::before {
        left: 0;
    }

    .menuReservationSection .menuCol-right h3 {
        text-align: right;
    }

    .menuReservationSection .menuCol-right h3::before {
        left: auto;
        right: 0;
    }
}

@media only screen and (max-width: 1260px) {
    .aboutUsPage .right-side-border .right-side p:last-child::after {
        display: none;
    }

    .menuReservationSection .reservationCol h2::after, .menuReservationSection .slider-events h3::after {
        display: none;
    }
}

@media only screen and (max-width: 992px) {
    .slider, .slider .slides {
        height: 440px !important;
    }

    .slider .slides li .caption {
        width: 90%;
        top: calc(50% - 180px);
        left: calc(100% - 95%);
    }

    .slider .slides li .caption .welcomeNote {
        width: 520px;
        height: 280px;
        margin-top: 20px;
    }

    .slider .slides li .caption .welcomeNote h1 {
        font-size: 50px;
    }

    .slider .slides li .caption .welcomeNote p {
        font-size: 16px;
    }

    .steakNightSection .ribbon {
        height: 60px;
        margin: 0 0 50px 20px;
    }

    .steakNightSection .steakNightPara {
        margin-left: 0;
        width: 100%;
    }

    .steakNightPara strong {
        font-size: 13px;
    }

    .menuReservationSection .row > .col {
        margin-top: 10px;
    }

    .menuReservationSection .menuCol-left, .menuReservationSection .menuCol-right {
        border-right: 0 none;
    }

    .menuReservationSection .menuCol-left .menuImg, .menuReservationSection .menuCol-right .menuImg {
        left: 0;
        right: auto;
    }

    .menuReservationSection .menuCol-left h3::after, .menuReservationSection .menuCol-right h3::after {
        display: none;
    }

    .menuReservationSection .menuCol-right > div:first-child h3 {
        margin-top: 0;
    }
}

@media only screen and (max-width: 600px) {
    .slider, .slider .slides {
        height: 78vh !important;
    }

    .slider .slides li .caption {
        top: 4% /*calc(50% - 140px)*/;
    }

    .slider .slides li .caption .welcomeNote {
        margin-top: 10px;
        padding: 10px 5px;
        width: 100%;
        height: 250px;
    }

    .slider .slides li .caption .welcomeNote h1 {
        font-size: 40px;
        margin: 50px 0 5px;
    }

    .slider .slides li .caption .welcomeNote p {
        margin-bottom: 10px;
    }

    .eventsBorder .row .col {
        margin-bottom: 15px;
    }

    .steakNightSection .row > div:last-child {
        padding-left: 0;
    }

    .menuReservationSection .menuColBorder {
        border: 3px solid #231f20;
    }

    .menuReservationSection .menuCol {
        padding: 0;
        border-width: 20px;
    }

    .menuReservationSection .menuCol .menuList span:first-child {
        width: 65%;
        /*font-size: 13px;*/
    }

    .menuReservationSection .menuCol .menuList span:last-child {
        width: 20%;
        font-size: 18px;
        margin-left: 15%;
    }

    .menuReservationSection .menuCol .menuList span:last-child::before {
        left: -50%;
        width: 25%;
    }

    .menuReservationSection .reservationCol {
        padding: 10px;
    }

    .menuReservationSection .menuImg, .menuReservationSection .onlineReservation {
        display: none !important;
    }

    .menuReservationSection .menuCol-left, .menuReservationSection .menuCol-right {
        padding: 0;
    }

    .menuReservationSection .menuCol-left h3, .menuReservationSection .menuCol-right h3 {
        margin: 30px 0;
    }

    .menuReservationSection .menuCol-left .positions, .menuReservationSection .menuCol-right .positions {
        margin-bottom: 0;
    }

    .google-map {
        margin: 0 auto;
    }

    .google-map #mapContact {
        display: none;
    }

    .google-map .text-google-map {
        left: 0;
        top: 60px;
        margin-left: 10px;
        position: relative;
        width: calc(100% - 20px);
    }

    .google-map .text-google-map h3 {
        letter-spacing: 0;
        margin-left: 100px;
    }

    .google-map .logoOnMap {
        left: 20px;
        top: 0;
    }

    .contact-us-form {
        margin-top: 100px;
    }
}

/*# sourceMappingURL=style.css.map */