@import url(https://fonts.googleapis.com/css?family=Abel);
@import url('https://fonts.googleapis.com/css?family=Fjalla+One');
@import url(https://fonts.googleapis.com/css?family=Great+Vibes);
#logo-slice {
    flex-grow: 0;
    -webkit-box-flex: 0;
    fill: rgb(103, 46, 18);
    width: 20%;
    padding-top: 8px;
    /*margin-left: 8px;*/
    padding-left: 6px;
    position: absolute;
}
#logo-opentable {
    flex-grow: 0;
    -webkit-box-flex: 0;
    fill: rgb(103, 46, 18);
    width: 40%;
    padding-top: 20px;
    /*margin-left: 8px;*/
    padding-left: 6px;
    position: absolute;
}

* {
    margin: 0;
    padding: 0;
}

.logo>img {
    width: 80%;
}

.main-navi a:hover path.st1 {
    fill: white;
}

/* Carlos */

@media screen and (min-width: 800px) {
    .absolute-bottom {
        position: absolute;
        width: 100%;
        bottom: 0;
        margin-bottom: -10px;
    }
}

.last_item_menu {
    padding: 15px;
    border-bottom: 1px solid #d0965b;
    color: #672e12;
    background-color: rgba(208, 150, 91, 0.33);
    font-size: 18px;
}

.no-margin-top {
    margin-top: 0;
}

.no-margin-bottom {
    margin-bottom: 0;
}

.modal-content {
    border-radius: 0;
}

.siamo-title-color {
    color: #672E12;
}

.separator-line {
    text-align: center;
    margin: 0 auto;
    background: url(../images/line.png) no-repeat center;
    width: 280px;
    height: 26px;
}


/*em#showHideMenu:after {

    content: url('../images/menu.png');

    height: 40px;

    float: right;

    margin-right: 4px;

}*/

.modal-backdrop.in {
    opacity: .9;
    filter: alpha(opacity=90);
}


/* end carlos */

html,
body {
    height: 100%;
}

body {
    font-family: 'Abel', sans-serif;
    overflow: hidden;
    background: #ffffff;
    font-weight: normal;
}

a,
a:hover,
a:active {
    text-decoration: none !important;
    color: #333;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Abel', sans-serif;
}

strong {
    font-weight: 900;
}

.flexslider {
    border: none;
    box-shadow: none;
    margin-bottom: 0;
}


/*----------  LEFT MENU  ----------*/

.left-menu {
    width: 280px;
    height: 100%;
    position: fixed;
    background: #e1d8c6;
    z-index: 10;
    opacity: 0;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
    background-image: url(../images/menu-bg.png);
    background-position: left bottom;
    background-repeat: no-repeat;
}

.btn_eat {
    padding: 5px 10px;
    color: #ffffff;
    background-color: #d0965b;
    font-size: 30px;
}


/*----------  LOGO  ----------*/

.logo {
    color: #fff;
    display: block;
    font-size: 15px;
    font-weight: 900;
    /*height: 121px;*/
    letter-spacing: 3px;
    line-height: 115px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 25px;
}


/*----------  //LOGO  ----------*/


/*----------  NAVIGATION  ----------*/

.main-navi li {
    position: relative;
}

.main-navi li div,
.main-navi a,
.not-available {
    display: block;
    line-height: 65px;
    text-transform: uppercase;
    padding-left: 30px;
    color: #672E12;
    position: relative;
    z-index: 1;
    font-size: 18px;
    cursor: pointer;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.main-navi li div {
    padding-left: 0;
    border: none;
}

.main-navi li div {
    position: relative;
    z-index: 1;
    padding-left: 30px;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.main-navi a.active:hover,
.main-navi a.active {
    color: #fff;
    background: #672e12;
    cursor: default;
}

.main-navi li div .corner,
.main-navi a .corner {
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    opacity: 0;
    z-index: -1;
    border-top: 40px solid transparent;
    border-left: 20px solid #1A1A1A;
    border-bottom: 40px solid transparent;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.main-navi li div.active .corner,
.main-navi a.active .corner {
    right: -20px;
    opacity: 1;
    border-left: 20px solid #672E12;
}

.main-navi a.active:hover .dot,
.main-navi a.active .dot {
    background: #fff;
}

@media screen and (max-width:600px) {
    .main-navi li div:hover,
    .main-navi a:hover {
        color: #fff;
        background: #672E12;
    }
    .main-navi li div:hover,
    .main-navi a:hover svg {
        -moz-transition: all 0.3s linear;
        fill: rgb(255, 255, 255) !important;
    }
}

@media screen and (min-width:600px) {
    .main-navi li div:hover,
    .main-navi a:hover {
        padding-left: 50px;
        color: #fff;
        background: #672E12;
    }
    .main-navi li div:hover,
    .main-navi a:hover svg {
        -moz-transition: all 0.3s linear;
        fill: rgb(255, 255, 255) !important;
    }
}

.main-navi li div.active {
    padding-left: 50px;
    background: #672E12;
    color: #fff;
}

.main-navi li div:hover .dot,
.main-navi a:hover .dot {
    background: #672E12;
}

.main-navi li div.active .dot {
    background: #fff;
}

.drop-down {
    left: 0;
    overflow: hidden;
    position: absolute;
    top: -0;
    width: 250px;
    z-index: -2;
    background: #151515;
    opacity: 0;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.main-navi li:hover .drop-down {
    left: 100%;
    opacity: 1;
}

.active .drop-down {
    overflow: visible;
}

.main-navi .drop-down a,
.not-available {
    background: #672F12;
    border: none;
    line-height: 40px;
}

.main-navi .drop-down a:hover {
    padding-left: 40px;
    background: #E0A953;
}

.show-hide-menu {
    background: #D0965B !important;
    color: #ffffff !important;
    display: none !important;
    height: 40px;
    left: 100%;
    line-height: 40px !important;
    padding-left: 0 !important;
    position: absolute !important;
    text-align: center;
    top: 10px;
    margin-left: 0;
    cursor: pointer;
    -moz-transition: all 0.3s linear 0s;
    -webkit-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
    width: 70px;
}

.show-hide-menu:before {
    color: #ffffff;
    font-size: 20px;
    -moz-transition: all 0.3s linear 0s;
    -webkit-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}

.left-menu.animate .show-hide-menu {
    margin-left: 0px;
    top: 10px;
}


/*----------  //NAVIGATION  ----------*/


/*----------  SOCIAL ICONS  ----------*/

.soc-icons {
    height: 45px;
    text-align: center;
    line-height: 45px;
    font-size: 20px;
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
}

.soc-icons a {
    margin: 0 11px;
    display: none;
}

.soc-icons a:hover {
    color: #672E12;
}

.soc-icons strong {
    text-transform: uppercase;
    color: #333;
    font-size: 12px;
}


/*----------  //SOCIAL ICONS  ----------*/

.copy {
    position: absolute;
    bottom: 0;
    height: 40px;
    line-height: 40px;
    color: #672E12;
    text-align: center;
    width: 100%;
    margin: 0;
}


/*----------  //LEFT MENU  ----------*/


/*----------  RIGHT CONTENT  ----------*/

.right-content {
    margin-left: 280px;
    position: relative;
    height: 100%;
    opacity: 0;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}


/*----------  HOME BIG IMAGE  ----------*/

.home-page {
    height: 100%;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    padding-left: 280px;
    border: none;
    z-index: 5;
    background: #1A1A1A;
    overflow: hidden;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.home-page.animate {
    top: -100%;
}

.home-page .mbYTP_wrapper {
    left: 280px !important;
}

.home-page .mbYTP_wrapper:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url(../images/video_grig.png);
    z-index: 1;
}

#controlBar_bgndVideo {
    display: none !important;
}

.flexslider.video-slider .slides {
    bottom: 0;
    left: 280px;
    position: absolute !important;
    right: 0;
    top: 0;
}

.flexslider .slides>li {
    height: 100%;
}

.home-page.flexslider .slides>li:before {
    background: #672E12;
    content: "";
    height: 6px;
    left: 0;
    position: absolute;
    bottom: 0;
    transition: all 0s linear 0s;
    width: 0;
    z-index: 1;
}

.home-page.flexslider .slides>li:after {
    background: rgba(0, 0, 0, 0.35);
    content: "";
    height: 6px;
    left: 0;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.home-page.flexslider .slides>li.flex-active-slide:before {
    width: 100%;
    transition: all 4s linear 1s;
}


/*----------  //HOME BIG IMAGE  ----------*/


/*----------  SLIDER  ----------*/

.images-bg {
    background-size: cover;
    background-position: center;
}

.flex-control-nav,
.flex-direction-nav {
    display: none;
}


/*----------  //SLIDER  ----------*/


/*----------  CIRCLE  ----------*/

.circle {
    border-radius: 50%;
    height: 880px;
    width: 880px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -440px 0 0 -440px;
    text-align: center;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -o-box-sizing: content-box;
    -ms-box-sizing: content-box;
    box-sizing: content-box;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.circle:before {
    border: 4px solid #672E12;
    border-radius: 50%;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

.circle:before:hover {
    background: rgba(0, 0, 0, 0.35);
}


/*----------  HOME TITLE  ----------*/

.home-title {
    font-size: 70px;
    line-height: 90px;
    font-weight: 300;
    margin-top: 320px;
    color: #fff;
    /*text-transform: uppercase;*/
    opacity: 0;
    -moz-transition: all 1s linear 0.6s;
    -webkit-transition: all 1s linear 0.6s;
    -o-transition: all 1s linear 0.6s;
    -ms-transition: all 1s linear 6s;
    transition: all 1s linear 0.6s;
}

.flex-active-slide .home-title {
    opacity: 1;
}

.home-title span {
    display: block;
    text-align: center;
    -moz-transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.home-title strong {
    font-weight: 900;
}

.home-title p {
    margin-top: 18px;
    font-size: 21px;
    line-height: 19px;
    letter-spacing: 2px;
    -moz-transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    transition: all 0.5s linear;
}


/*----------  //HOME TITLE  ----------*/


/*----------  HOME BUTTON  ----------*/

.button-down {
    width: 120px;
    height: 120px;
    background: #672E12;
    font-size: 60px;
    line-height: 120px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    margin-top: 100px;
    position: relative;
    z-index: 2;
}

.button-down:hover {
    width: 140px;
    height: 140px;
    line-height: 140px;
    margin-top: 90px;
    color: #fff;
}


/*----------  //HOME BUTTON  ----------*/


/*----------  //CIRCLE  ----------*/


/*----------  //RIGHT CONTENT  ----------*/


/*----------  LEFT CONTENT  ----------*/


/*----------  SCROLLER  ----------*/

.scroller {
    height: 100%;
    overflow-y: scroll;
}

.scroller::-webkit-scrollbar {
    /* Preventing webkit cross-direction scrolling bug */
    width: 0;
}

.scroller__track {
    position: absolute;
    right: 4px;
    top: 10px;
    bottom: 4px;
    width: 3px;
    z-index: 3;
}

.scroller__bar {
    background: #1A1A1A;
    border-radius: 3px;
    pointer-events: auto;
    position: absolute;
    transition: opacity 0.2s linear 0s;
    width: 3px;
    z-index: 1;
    opacity: 0.1;
}


/*----------  //SCROLLER  ----------*/


/*----------  //PORTFOLIO  ----------*/


/*----------  ABOUT  ----------*/

.about {
    position: relative;
    z-index: 3;
    height: 100%;
    color: #575757;
    padding: 20px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.about .scroller {
    width: 100%: ;
}

.about h3 {
    font-family: 'Great Vibes', cursive;
    font-size: 45px;
    text-align: center;
    color: #d7a453;
    font-weight: normal;
}

.about .line {
    text-align: center;
    margin: 0 auto;
    background: url(../images/line.png) no-repeat center;
    width: 280px;
    height: 26px;
}

.about_cont {
    margin-top: 50px;
}

.about_cont h4 {
    font-size: 22px;
    color: #672e12;
}

.about_cont p {
    font-size: 15px;
    color: #4f4f4f;
    text-align: justify;
}

.about_cont1 {}

.about_cont1 h3 {
    clear: both;
    color: #672f12;
    font-family: "Great Vibes", cursive;
    font-size: 50px;
    font-weight: normal;
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
}

.about_cont1 .box {
    padding-bottom: 50px;
    overflow: hidden;
    /*margin-left: 120px;*/
}

.about_cont1 .box h3 {
    font-size: 22px;
    color: #672e12;
}

.about_cont1 .box p {
    font-size: 14px;
    color: #4f4f4f;
    text-align: justify;
}

.about_cont1 .box img {
    float: left;
    margin: 10px;
}

.about_cont1 .box span {
    margin: 0 10px;
    height: 1px;
    color: #672e12;
}


/*----------  //ABOUT  ----------*/


/*----------  menu  ----------*/

.menu {
    position: relative;
    z-index: 3;
    height: 100%;
    color: #575757;
    padding: 20px;
    overflow-y: scroll;
    overflow-x: hidden;
    background: url(../images/menu_bg.jpg) no-repeat right;
    background-size: cover;
}

/*.dinein {
    background: url(../images/menu-dinein-bg.jpg) no-repeat right;
    background-size: cover;
}

.brunch {
    background: url(../images/menu_bg-brunch.jpg) no-repeat right;
    background-size: cover;
}*/

.menu .scroller {
    width: 100%: ;
}

.menu h3 {
    font-family: 'Great Vibes', cursive;
    font-size: 45px;
    text-align: center;
    color: #d7a453;
    font-weight: normal;
}

.menu .line {
    text-align: center;
    margin: 0 auto;
    background: url(../images/line.png) no-repeat center;
    width: 280px;
    height: 26px;
}

.exTab3 {
    display: table;
    margin: 50px auto;
}

.exTab3 .nav-pills>li>a {
    border-radius: 3px;
    margin-left: 10px;
    font-size: 16px;
}

.exTab3 .tab-content {
    color: #4f4f4f;
    padding-top: 50px;
}

.tab-content .menu_cont1 .box {
    padding-bottom: 50px;
}

.tab-content .menu_cont1 .box h4 {
    font-size: 24px;
    color: #672e12;
    background: #e1d8c6;
    padding: 15px;
    /* min-width: 300px; */
}

.tab-content .menu_cont1 .box span {
    background: #672f12;
    border-radius: 3px;
    border-bottom: 2px solid #c09853;
    color: #fff;
    float: right;
    font-size: 18px;
    padding: 10px 10px 9px 10px;
    line-height: 5px;
    margin: 15px;
}

.tab-content .menu_cont1 .box p {
    font-size: 16px;
    color: #4f4f4f;
    text-align: justify;
}

.tab-content .menu_cont1 .box img {
    float: left;
}

.col-centered {
    float: none;
    margin: 0 auto;
    display: table;
}


/*----------  //menu  ----------*/


/*----------  //JOBS  ----------*/

.jobs {
    position: relative;
    z-index: 3;
    height: 100vh;
    color: #575757;
    padding: 20px;
    overflow-y: scroll;
    overflow-x: hidden;
    background: url(../images/jobs-bg.jpg) no-repeat right;
    background-size: cover;
}

.jobs .scroller {
    width: 100%:
}

.jobs h3 {
    font-family: 'Great Vibes', cursive;
    font-size: 45px;
    text-align: center;
    color: #ffffff;
    font-weight: normal;
}

.jobs .line {
    text-align: center;
    margin: 0 auto;
    background: url(../images/line-w.png) no-repeat center;
    width: 280px;
    height: 26px;
}

.jobs .form {
    display: table;
    margin: 50px auto;
    width: 50%;
}

.jobs .form label {
    color: #d7a453;
}

.sub_btn {
    background: #d7a453 none repeat scroll 0 0;
    border: 1px solid #d7a453;
    color: #ffffff;
    float: right;
    margin: 10px 0;
    height: 50px;
    padding: 8px 47px;
    width: 100%;
}


/*----------  //JOBS  ----------*/


/*****************community********************/

.community {
    position: relative;
    z-index: 3;
    height: 100%;
    color: #575757;
    padding: 20px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.community .scroller {
    width: 100%: ;
}

.community h3 {
    font-family: 'Great Vibes', cursive;
    font-size: 45px;
    text-align: center;
    color: #d7a453;
    font-weight: normal;
}

.community .line {
    text-align: center;
    margin: 0 auto;
    background: url(../images/line.png) no-repeat center;
    width: 280px;
    height: 26px;
}

.community_1 .box {
    padding-top: 50px;
}

.community_1 {
    padding-top: 50px;
    text-align: center;
}

.community_1 h4 {
    font-size: 22px;
    color: #672e12;
}

.community_1 p {
    font-size: 16px;
    color: #4f4f4f;
    text-align: center;
}


/*****************community********************/


/*****************************Gallery*************************/

.gallery {
    position: relative;
    z-index: 3;
    height: 100%;
    color: #575757;
    padding: 20px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.gallery .scroller {
    width: 100%: ;
}

.gallery h3 {
    font-family: 'Great Vibes', cursive;
    font-size: 45px;
    text-align: center;
    color: #d7a453;
    font-weight: normal;
}

.gallery .line {
    text-align: center;
    margin: 0 auto;
    background: url(../images/line.png) no-repeat center;
    width: 280px;
    height: 26px;
}

.gallery .box {
    padding-top: 50px;
}

.g_box {
    border-radius: 3px;
    border: 1px solid #d7a453;
    margin: 10px 0;
}

.g_box img {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}

.g_box h2 {
    padding: 20px 10px;
    background: #c8c0ad;
    color: #544d3d;
    font-size: 20px;
    text-align: center;
    margin: 0px;
}


/*----------  MAIN BLOCK  ----------*/

.main-block {
    top: 0;
    width: 100%;
    position: absolute !important;
    z-index: 3;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.main-block.animate {
    top: 100%;
    z-index: -1;
}


/*----------  //MAIN BLOCK  ----------*/


/*----------  CONTACT  ----------*/

.contact {
    position: relative;
    z-index: 3;
    height: 100%;
    color: #575757;
    padding: 20px;
    overflow-y: scroll;
    overflow-x: hidden;
    background: url(../images/contact-bg.jpg) no-repeat right;
    background-size: cover;
}

.contact .scroller {
    width: 100%;
}

.contact h3 {
    font-family: 'Great Vibes', cursive;
    font-size: 45px;
    text-align: center;
    color: #d7a453;
    font-weight: normal;
}

.contact .line {
    text-align: center;
    margin: 0 auto;
    background: url(../images/line.png) no-repeat center;
    width: 280px;
    height: 26px;
}

.contact .box1 {
    background: #ffffff none repeat scroll 0 0;
    clear: both;
    overflow: hidden;
    padding: 20px;
    margin: 50px 0;
    width: 100%;
}

.contact_box p {
    color: #575757;
    font-size: 16px;
    text-align: justify;
}

.contact_box h2 {
    color: #672E12;
    font-size: 22px;
    text-align: justify;
}

input[type="text"] {
    border: 2px solid #ccc;
    text-transform: uppercase;
    height: 50px;
    margin-bottom: 10px;
    padding: 0 15px;
    vertical-align: middle;
    width: 100%;
    content: #999;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.select {
    border: 2px solid #ccc;
    text-transform: uppercase;
    height: 50px;
    margin-bottom: 10px;
    padding: 0 15px;
    vertical-align: middle;
    width: 100%;
    content: #999;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

input[type="text"].error {
    border-color: #672E12;
    color: #672E12;
}

textarea:focus,
input[type="text"]:focus {
    border-color: #672E12;
    color: #333;
}

textarea {
    border: 2px solid #ccc;
    font: 900 12px 'Lato', sans-serif;
    text-transform: uppercase;
    height: 140px;
    margin-bottom: 10px;
    padding: 10px 15px;
    width: 100%;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

input[type="submit"] {
    background: #000;
    border: medium none;
    color: #fff;
    height: 50px;
    text-transform: uppercase;
    vertical-align: middle;
    width: 160px;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

input[type="submit"]:hover {
    background: #672E12;
}

.contact .left-content-text p.mini {
    margin-bottom: 40px;
    margin-top: -20px;
}

.info-block {
    margin-bottom: 20px;
}

.info-block strong {
    text-transform: uppercase;
    margin-left: 15px;
    width: 85px;
    display: inline-block;
}

.info-block em {
    color: #672E12;
}

.info-block span {
    font-size: 15px;
    color: #666;
    display: inline-block;
    width: 205px;
    vertical-align: top;
    position: relative;
    top: -3px;
}

.info-block span.phone {
    font-size: 16px;
    color: #333;
}


/*----------  //CONTACT  ----------*/

.map {
    height: 400px;
}


/*----------  LEFT CONTENT  ----------*/

.left-content {
    padding: 0;
    height: 100%;
    overflow: hidden;
}

.left-content .scroller>img {
    width: 100%;
    display: block;
}

.left-content-text {
    padding: 60px 40px;
    position: relative;
}

.left-content-text h2 {
    font-size: 60px;
    line-height: 60px;
    font-weight: 300;
    text-transform: uppercase;
    color: #333;
    margin-top: 0;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.left-content-text>strong {
    font-size: 34px;
    font-weight: 900;
    line-height: 34px;
    color: #ccc;
    text-transform: uppercase;
    margin-bottom: 55px;
    display: block;
}

.left-content-text p {
    font-size: 24px;
    color: #333;
    line-height: 34px;
    margin-bottom: 45px;
}

.left-content-text p.mini {
    font-size: 15px;
    color: #666;
    line-height: 22px;
    margin-bottom: 20px;
}

.skill {
    position: relative;
}

.skill .title {
    line-height: 12px;
    font-weight: 900;
    text-transform: uppercase;
    color: #333;
    display: block;
}

.skill .amount {
    color: #672E12;
    font-size: 50px;
    font-weight: 300;
    line-height: 50px;
    position: absolute;
    right: 0;
    top: -7px;
}

.skill .line {
    height: 10px;
    border: 1px solid #672E12;
    box-shadow: inset 0 0 0 1px #fff;
    background: #eaeaea;
    margin: 15px 115px 25px 0;
    position: relative;
}

.skill .line div {
    background: url(../images/skills-line.jpg);
    height: 6px;
    margin: 1px 0 0 1px;
    width: 0;
    -moz-transition: all 1s linear;
    -webkit-transition: all 1s linear;
    -o-transition: all 1s linear;
    -ms-transition: all 1s linear;
    transition: all 1s linear;
}


/*----------  //LEFT CONTENT  ----------*/


/*----------  RIGHT IMAGES  ----------*/

.right-images {
    padding: 0;
    height: 100%;
    overflow: hidden;
}

.right-images img {
    width: 100%;
}


/*----------  //RIGHT IMAGES  ----------*/


/*----------  //LEFT CONTENT  ----------*/


/*----------  PRELOADER  ----------*/

#preloader {
    left: 50%;
    margin: -16px 0 0 -16px;
    position: absolute;
    top: 50%;
}


/*----------  //PRELOADER  ----------*/
@media (max-height: 900px){
    .main-navi li div,
    .main-navi a {
        line-height: 50px;
    }
}
@media (max-width: 1600px) {
    /*----------  HOME PAGE  ----------*/
    .circle {
        height: 780px;
        margin: -390px 0 0 -390px;
        width: 780px;
    }
    .home-title {
        margin-top: 270px;
    }
    .main-navi li div,
    .main-navi a {
        line-height: 60px;
    }
    .main-navi li div .corner,
    .main-navi a .corner {
        border-bottom: 30px solid rgba(0, 0, 0, 0);
        border-top: 30px solid rgba(0, 0, 0, 0);
    }
    .left-content-text h2 {
        font-size: 50px;
        line-height: 50px;
    }
    .left-content-text .member-block h2 {
        margin-top: -9px;
    }
    /*----------  //HOME PAGE  ----------*/
    .features-contents a {
        margin: 0 7px 15px;
    }
}

@media (max-width: 1440px) {
    .masonry-wrapper .item span.title,
    .portfolio-image li span.title,
    .right-images li span.title,
    .portfolio.column li span.title {
        font-size: 15px;
    }
}

@media (max-width: 1400px) {
    .blog-block {
        padding-left: 70px;
    }
    .blog-block .day {
        font-size: 60px;
        line-height: 60px;
    }
    .blog-block .month {
        font-size: 24px;
        line-height: 24px;
    }
    .blog-details {
        padding: 0 0 0 5px;
    }
    .portfolio-with-details .soc-icons a {
        margin: 0 5px;
    }
}

@media (max-width: 1366px) {
    #logo-opentable {
        width: 40%;
        padding-top: 12px;
    }
    /*----------  HOME PAGE  ----------*/
    .circle {
        height: 650px;
        margin: -325px 0 0 -325px;
        width: 650px;
    }
    .home-title {
        font-size: 70px;
        line-height: 70px;
        margin-top: 240px;
    }
    .home-title p {
        font-size: 14px;
        line-height: 14px;
        text-align: center;
    }
    .button-down {
        height: 100px;
        line-height: 100px;
        margin-top: 80px;
        width: 100px;
    }
    .button-down:hover {
        height: 110px;
        line-height: 110px;
        margin-top: 75px;
        width: 110px;
    }
    .twitter-block {
        margin-top: 30px;
    }
    .twitter-block p {
        font-size: 12px;
        line-height: 20px;
        margin-top: 10px;
    }
    .twitter-block .glyph {
        margin-bottom: 10px;
    }
    .soc-icons {
        height: 60px;
        line-height: 60px;
    }

    /*----------  //HOME PAGE  ----------*/
}

@media (max-width: 1366px) {
    /*----------  HOME PAGE  ----------*/
    .twitter-block {
        margin-top: 10px;
    }
    .main-navi li div,
    .main-navi a {
        line-height: 54px;
    }
    .main-navi li div,
    .main-navi a {
        line-height: 50px;
    }
    .main-navi li div.active .corner,
    .main-navi a.active .corner {
        border-left: 15px solid #672E12;
        right: -15px;
    }
    .main-navi li div .corner,
    .main-navi a .corner {
        border-bottom: 27px solid rgba(0, 0, 0, 0);
        border-top: 27px solid rgba(0, 0, 0, 0);
    }
    /*----------  //HOME PAGE  ----------*/
    .portfolio-with-details .left-content-text h2,
    .service .left-content-text h2,
    .about .left-content-text h2 {
        font-size: 50px;
    }
    .twitter-block p {
        font-size: 10px;
        line-height: 18px;
        margin: 5px 0;
    }
    .soc-icons {
        height: 40px;
        line-height: 40px;
    }
    .twitter-block strong {
        font-size: 10px;
    }
    .info-block span {
        width: 200px;
    }
    .left-content-text h2 {
        font-size: 40px;
        line-height: 40px;
    }
    .left-content-text .member-block h2 {
        margin-top: -7px;
    }
    .member-block strong {
        font-size: 30px;
        line-height: 30px;
    }
    .masonry-wrapper .item span.title,
    .portfolio-image li span.title,
    .right-images li span.title,
    .portfolio.column li span.title {
        font-size: 11px;
    }
    .masonry-wrapper .item span.class,
    .portfolio-image li span.class,
    .right-images li span.class,
    .portfolio.column li span.class {
        font-size: 10px;
        top: 23px;
    }
    .masonry-wrapper .item div:last-child,
    .portfolio-image li div,
    .right-images li div,
    .portfolio.column li div:last-child {
        left: 15px;
        right: 20px;
    }
    .masonry-wrapper .item:hover div,
    .right-images li:hover div,
    .portfolio.column li:hover div {
        top: 15px;
    }
}

@media (max-width: 1310px) {
    .portfolio-with-details .left-content-text h2,
    .service .left-content-text h2,
    .about .left-content-text h2 {
        font-size: 50px;
    }
    .left-content-text h2 {
        font-size: 36px;
        line-height: 36px;
    }
}

@media (max-width: 1280px) {
    .portfolio-with-details .left-content-text h2,
    .service .left-content-text h2,
    .about .left-content-text h2 {
        font-size: 50px;
    }
    .left-content-text h2 {
        font-size: 34px;
        line-height: 34px;
    }
    .left-content-text .member-block h2 {
        margin-top: -5px;
    }
}

@media (max-width: 1024px) {
    .portfolio-with-details .left-content-text h2,
    .service .left-content-text h2,
    .about .left-content-text h2 {
        font-size: 50px;
    }
    .blog-single,
    .blog,
    .main-block {
        overflow: visible;
        height: auto;
    }
    .portfolio.main-block {
        overflow: hidden;
        height: 100%;
        width: 100%;
    }
    .left-content-text h2 {
        font-size: 30px;
        line-height: 30px;
    }
    .member-block strong {
        font-size: 20px;
        line-height: 20px;
    }
    .portfolio-with-details .right-images,
    .portfolio-with-details .left-content {
        height: auto;
    }
    .masonry-wrapper .item {
        width: 33.33%
    }
    .portfolio-with-details {
        overflow: scroll;
    }
}

@media (max-width: 768px) {
    /*----------  HOME PAGE  ----------*/
    .right-content {
        margin-left: 0;
    }
    .left-menu {
        left: -280px;
    }
    .main-navi {
        margin-right: 15px;
        -moz-transition: all 0.1s linear;
        -webkit-transition: all 0.1s linear;
        -o-transition: all 0.1s linear;
        -ms-transition: all 0.1s linear;
        transition: all 0.1s linear;
    }
    /*----------  //HOME PAGE  ----------*/
    .portfolio-with-details .left-content-text h2,
    .service .left-content-text h2,
    .about .left-content-text h2 {
        font-size: 50px;
    }
    .show-hide-menu {
        display: block !important;
    }
    .home-page {
        padding-left: 0;
    }
    .portfolio-with-details,
    .flexslider.video-slider .slides,
    .home-page .mbYTP_wrapper {
        left: 0 !important;
    }
}

@media (max-width: 640px) {
    /*----------  HOME PAGE  ----------*/
    .circle {
        height: 400px;
        margin: -200px 0 0 -200px;
        width: 400px;
    }
    .home-title {
        font-size: 45px;
        line-height: 45px;
        margin-top: 40px;
    }
    .home-title p {
        font-size: 14px;
        line-height: 15px;
        margin-top: 10px;
    }
    .button-down {
        font-size: 40px;
        height: 70px;
        line-height: 70px;
        margin-top: 40px;
        width: 70px;
    }
    .button-down:hover {
        height: 76px;
        line-height: 76px;
        margin-top: 37px;
        width: 76px;
    }
    .left-menu {
        width: 200px;
        left: -200px;
    }
    .twitter-block {
        display: none;
    }
    .drop-down {
        width: 200px;
    }
    .copy {
        height: 20px;
        line-height: 20px;
    }
    .soc-icons {
        height: 51px;
        line-height: 50px;
    }
    .soc-icons a {
        margin: 0 5px;
    }
    /*----------  //HOME PAGE  ----------*/
    .portfolio-with-details .left-content-text h2,
    .service .left-content-text h2,
    .about .left-content-text h2 {
        font-size: 46px;
    }
    .member-block img {
        float: left;
        width: 250px;
    }
    .member-details {
        margin-left: 270px;
    }
    .map {
        height: 200px;
    }
    .left-content-text {
        padding: 40px;
    }
    .flex-direction-nav .flex-prev {
        background: none repeat scroll 0 0 #1A1A1A;
        height: 60px;
        line-height: 60px;
        right: 142px !important;
        width: 60px;
    }
    .details-close,
    .portfolio-with-details .button-close {
        height: 60px;
        line-height: 60px;
        right: 81px;
        width: 60px;
    }
    .flex-direction-nav .flex-next {
        height: 60px;
        line-height: 60px;
        right: 20px !important;
        width: 60px;
    }
    .filter {
        padding: 0 20px;
    }
    .filter>a {
        padding: 5px 15px;
    }
    .left-content-text .member-block h2 {
        margin-top: -5px;
    }
    .member-block strong {
        font-size: 24px;
        line-height: 24px;
    }
    .logo {
        font-size: 12px;
    }
    .logo em:before {
        font-size: 22px;
    }
}

@media (max-width: 480px) {
    .portfolio-with-details .left-content-text h2,
    .service .left-content-text h2,
    .about .left-content-text h2 {
        font-size: 32px;
        line-height: 32px
    }
    .left-content-text>strong {
        font-size: 20px;
        line-height: 20px;
        margin-bottom: 35px;
    }
    .filter>a {
        font-size: 10px;
        padding: 5px 10px;
    }
    .portfolio.horizontal li a {
        padding: 0 10px;
        right: 240px;
        width: 240px;
    }
    .service .button {
        height: 70px;
        padding: 10px 20px;
        top: 46px;
        width: 100px;
    }
    .team .left-content-text {
        padding-left: 15px;
    }
    .member-block img {
        float: left;
        width: 150px;
    }
    .member-details {
        margin-left: 170px;
    }
    .member-block strong {
        font-size: 20px;
        line-height: 20px;
    }
    .masonry-wrapper .item {
        width: 50%
    }
    .soc-icons {
        bottom: 20px;
    }
    .main-navi .drop-down a {
        font-size: 10px;
    }
    .logo {
        text-align: left;
        padding-left: 20px;
    }
    .logo>img {
        width: 120px;
    }
    .left-menu {
        width: 180px;
        left: -180px;
    }
    .main-navi .drop-down a {
        font-size: 10px;
        padding-left: 15px;
    }
    .drop-down {
        width: 150px;
    }
    .main-navi li div.active .corner,
    .main-navi a.active .corner {
        border-left: 10px solid #672E12;
        right: -10px;
    }
    .flex-direction-nav .flex-prev:before,
    .flex-direction-nav .flex-next:before {
        font-size: 25px;
    }
    .flex-direction-nav .flex-prev,
    .flex-direction-nav .flex-next {
        height: 30px;
        line-height: 30px;
        right: 20px !important;
        width: 30px;
    }
    .details-close,
    .portfolio-details .details-close,
    .portfolio-with-details .button-close {
        height: 30px;
        line-height: 30px;
        right: 51px !important;
        width: 30px;
        font-size: 25px;
    }
    .details-close:after,
    .portfolio-with-details .button-close:after {
        left: -1px;
    }
    .portfolio-details .flex-direction-nav .flex-prev,
    .flex-direction-nav .flex-prev {
        right: 82px !important;
    }
    li.flex-active-slide div {
        bottom: 75px;
    }
    .blog-single .blog-title,
    .blog-single .left-content-text {
        position: static;
    }
}

@media (max-height: 660px) {
    .twitter-block .glyph {
        font-size: 20px;
        line-height: 20px;
    }
    .soc-icons {
        bottom: 20px;
    }
}

@media (max-width: 480px) and (max-height: 320px) {
    /*----------  HOME PAGE  ----------*/
    .logo {
        height: 40px;
        line-height: 40px;
        font-size: 10px;
    }
    .main-navi li div,
    .main-navi a {
        line-height: 36px;
    }
    .main-navi li div .corner,
    .main-navi a .corner {
        border-bottom: 18px solid rgba(0, 0, 0, 0);
        border-top: 18px solid rgba(0, 0, 0, 0);
    }
    .left-menu.animate .show-hide-menu {
        top: 10px;
    }
    .soc-icons {
        height: 39px;
        line-height: 39px;
        background: #1A1A1A;
        z-index: 2;
    }
    .copy {
        background: #1A1A1A;
        z-index: 2;
    }
    .circle {
        height: 280px;
        margin: -140px 0 0 -140px;
        width: 280px;
    }
    .home-title {
        font-size: 30px;
        line-height: 30px;
        margin-top: 105px;
    }
    .home-title p {
        font-size: 8px;
        line-height: 8px;
        margin-top: 5px;
        padding: 0 20px;
    }
    .button-down {
        font-size: 30px;
        height: 50px;
        line-height: 50px;
        margin-top: 15px;
        width: 50px;
    }
    .button-down:hover {
        font-size: 30px;
        height: 56px;
        line-height: 56px;
        margin-top: 12px;
        width: 56px;
    }
    /*----------  //HOME PAGE  ----------*/
}

@media (max-width: 410px) {
    .service .left-content-text>strong {
        margin-bottom: 100px;
    }
    .service .button {
        height: 70px;
        left: 40px;
        padding: 10px 20px;
        right: auto;
        top: 120px;
        width: 100px;
    }
}

@media (max-width: 350px) {
    .blog-info a:before {
        margin: 0 4px;
    }
}

@media (max-width: 320px) {
    /*----------  HOME PAGE  ----------*/
    .circle {
        height: 280px;
        margin: -140px 0 0 -140px;
        width: 280px;
    }
    .home-title {
        font-size: 30px;
        line-height: 30px;
        margin-top: 105px;
    }
    .home-title p {
        font-size: 14px;
        line-height: 14px;
        margin-top: 5px;
        padding: 0 20px;
    }
    .button-down {
        font-size: 30px;
        height: 50px;
        line-height: 50px;
        margin-top: 15px;
        width: 50px;
    }
    .button-down:hover {
        font-size: 30px;
        height: 56px;
        line-height: 56px;
        margin-top: 12px;
        width: 56px;
    }
    /*----------  //HOME PAGE  ----------*/
    .portfolio-with-details .left-content-text h2,
    .service .left-content-text h2,
    .about .left-content-text h2 {
        font-size: 22px;
        line-height: 22px;
    }
    .left-content-text {
        padding: 20px;
    }
    .left-content-text h2 {
        font-size: 28px;
        line-height: 28px;
    }
    .blog .left-content-text {
        padding: 0;
    }
    .blog-block img {
        padding: 0;
    }
    .blog .scroller {
        display: block;
    }
    .date {
        left: 0;
    }
    .features-contents a {
        margin: 0 6px 12px;
    }
    .blog-info a {
        font-size: 10px;
    }
    .blog-title {
        padding: 0 0 40px 0;
    }
    .blog-single .date .day {
        font-size: 20px;
        line-height: 20px;
    }
    .blog-single .date .month {
        font-size: 14px;
        line-height: 14px;
    }
    .comments .date {
        margin-left: 0;
    }
    .comments .date:before {
        display: none;
    }
    .soc-icons a {
        font-size: 12px;
        margin: 0 4px;
    }
    .info-block strong {
        width: 60px;
    }
    .info-block span {
        width: 140px;
    }
    .filter {
        height: 75px;
        line-height: 34px;
    }
    .portfolio.horizontal li a {
        padding: 0 10px;
        right: 160px;
        width: 160px;
    }
    .portfolio.horizontal span.title {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 5px;
    }
    .portfolio.horizontal strong {
        font-size: 12px;
    }
    .service .button {
        top: 22px;
    }
    .member-block img {
        float: none;
        width: 100%;
    }
    .member-details {
        margin: 20px 0 0;
    }
    .team .left-content-text {
        padding-left: 20px;
    }
    .masonry-wrapper .item {
        width: 100%
    }
    .blog .date {
        left: 0;
    }
    .show-more {
        margin: 0 15px 30px;
    }
}

.btn_h {
    padding: 10px 30px;
    margin: 6px 3px;
    color: #ffffff;
    border-radius: 3px;
    background: #d0965b;
    font-size: 16px;
    display: inline-block;
    min-width: 171px;
}

.page-template-front-page .flat-portfolio .portfolio-filter {
    margin-bottom: 50px;
    margin-top: -12px;
    text-align: center;
}

.flat-portfolio .portfolio-filter {
    margin-bottom: 60px;
    margin-top: -56px;
    text-align: right;
}

@media screen and (min-width: 240px) and (max-width:600px) {
    #logo-opentable {
        width: 30%;
        padding-top: 12px;
    }
    .img {
        margin-left: -43px !important;
    }
    .sub_btn {
        width: 100%;
        float: none;
    }
    .logo {
        line-height: 65px;
        height: 65px;
    }
    .main-navi li div,
    .main-navi a {
        line-height: 35px;
    }
    .main-navi li div,
    .main-navi a {
        color: #672e12;
        font-size: 15px;
    }
    .copy {
        bottom: 0;
        color: #672e12;
        font-size: 12px;
        height: 40px;
        line-height: 40px;
        margin: 0;
        position: absolute;
        text-align: center;
        width: 100%;
    }
    .soc-icons {
        bottom: 39px;
    }
    .soc-icons {
        height: 35px;
        line-height: 35px;
    }
    img {}
    .box img {}
    .nav-pills>li {
        float: none;
        margin: 0 0 10px;
        width: 100%;
    }
    .nav>li>a {
        background: #d7a453 none repeat scroll 0 0;
        color: #ffffff;
        display: block;
        padding: 10px 20px;
        position: relative;
        text-align: center;
        width: 100%;
        min-width: 250px;
    }
    .menu {
        background: #ffffff;
        color: #575757;
        height: 100%;
        overflow-x: hidden;
        overflow-y: scroll;
        padding: 20px;
        position: relative;
        z-index: 3;
    }
    .jobs .form {
        display: table;
        margin: 40px 0 0 0px;
    }
}

@media screen and (min-width: 800px) and (max-width:900px) {
    .exTab3 .nav-pills>li>a {
        border-radius: 3px;
        margin: 5px;
    }
}

@media screen and (min-width: 240px) and (max-width:768px) {
    .logo1 {
        background: url(../images/logo1.png) no-repeat center;
        margin: 50px auto;
        width: 100%;
        height: 90px;
        text-align: center;
    }
    .soc-icons {
        height: 40px;
        text-align: center;
        line-height: 40px;
        font-size: 25px;
        position: absolute;
        bottom: 0px;
        left: 0;
        width: 100%;
    }
    .soc-icons a {
        font-size: 20px;
        margin: 0 4px;
    }
    .main-navi .drop-down a {
        font-size: 16px;
        padding-left: 15px;
    }
}