@import url('https://fonts.googleapis.com/css?family=Dancing+Script:400,700|Oswald:300,400,700|Roboto+Slab:100,300,400,700|Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i');
/*font-family: 'Roboto', serif;
font-family: 'Oswald', sans-serif;
font-family: 'Dancing Script', cursive;
font-family: 'Roboto', sans-serif;*/
@import url('font-awesome.css');
@import url('flaticon.css');
@import url('animate.css');
@import url('owl.css');
@import url('jquery.fancybox.css');
@import url('jquery.mCustomScrollbar.min.css');
@import url('masterslider/style/masterslider.css');
@import url('masterslider/skins/default/style.css');
@import url('masterslider/style/ms-vertical.css');

/***

====================================================================
	Reset
====================================================================

 ***/
* {
    margin  : 0px;
    padding : 0px;
    border  : none;
    outline : none;
}

/***

====================================================================
	Global Settings
====================================================================

 ***/

body {
    font-family            : 'Roboto', serif;
    font-size              : 14px;
    color                  : #555555;
    line-height            : 1.7em;
    font-weight            : 400;
    background             : #FFFFFF;
    -webkit-font-smoothing : antialiased;
    -moz-font-smoothing    : antialiased;
}

a {
    text-decoration : none;
    cursor          : pointer;
    color           : #d3bc8e;
}

a:hover, a:focus, a:visited {
    text-decoration : none;
    outline         : none;
}

h1, h2, h3, h4, h5, h6 {
    position    : relative;
    font-family : 'Oswald', sans-serif;
    font-weight : normal;
    margin      : 0px;
    background  : none;
    line-height : 1.6em;
}

input, button, select, textarea {
}

p {
    position    : relative;
    line-height : 1.8em;
}

.strike-through {
    text-decoration : line-through;
}

.auto-container {
    position  : static;
    max-width : 1200px;
    padding   : 0px 15px;
    margin    : 0 auto;
}

.medium-container {
    max-width : 850px;
}

.page-wrapper {
    position  : relative;
    margin    : 0 auto;
    width     : 100%;
    min-width : 300px;
}

ul, li {
    list-style : none;
    padding    : 0px;
    margin     : 0px;
}

.theme-btn {
    display            : inline-block;
    transition         : all 0.3s ease;
    -moz-transition    : all 0.3s ease;
    -webkit-transition : all 0.3s ease;
    -ms-transition     : all 0.3s ease;
    -o-transition      : all 0.3s ease;
}

.centered {
    text-align : center;
}

.btn-style-one {
    position       : relative;
    padding        : 10px 51px;
    line-height    : 26px;
    text-transform : capitalize;
    background     : #d3bc8e;
    color          : #FFFFFF !important;
    border         : 2px solid transparent;
    font-size      : 14px;
    /*font-weight    : 700;*/
}

.btn-style-one:hover {
    background   : none;
    border-color : #d3bc8e;
    color        : #d3bc8e !important;
}

.btn-style-two {
    position       : relative;
    padding        : 9px 40px;
    line-height    : 24px;
    text-transform : uppercase;
    background     : #333333;
    color          : #FFFFFF;
    border         : 2px solid #333333;
    font-size      : 13px;
    font-weight    : 600;
}

.btn-style-two:hover {
    background-color : transparent;
    color            : #333333 !important;
    border-color     : #333333;
}

.btn-style-three {
    position       : relative;
    padding        : 10px 51px;
    line-height    : 26px;
    text-transform : capitalize;
    background     : #d3bc8e;
    color          : #FFFFFF !important;
    border         : 2px solid transparent;
    font-size      : 14px;
    font-weight    : 700;
}

.btn-style-three:hover {
    background   : none;
    border-color : #d3bc8e;
    color        : #d3bc8e !important;
}

.btn-style-four {
    position       : relative;
    padding        : 8px 30px;
    line-height    : 24px;
    text-transform : uppercase;
    background     : none;
    color          : #222222 !important;
    border         : 2px solid #FA6F1C;
    font-size      : 13px;
    font-weight    : 600;
    border-radius  : 2px;
}

.btn-style-four:hover {
    background : #FA6F1C;
    color      : #FFFFFF !important;
}

.theme_color {
    color : #FA6F1C;
}

.heavy-font {
    font-weight : 900;
}

.preloader { position : fixed; left : 0px; top : 0px; width : 100%; height : 100%; z-index : 999999; background-color : #FFFAFC; background-position : center center; background-repeat : no-repeat; background-image : url(../final/l.gif); }

img {
    display   : inline-block;
    max-width : 100%;
    height    : auto;
}

/***

====================================================================
	Scroll To Top style
====================================================================

***/

.scroll-to-top {
    position           : fixed;
    bottom             : 15px;
    right              : 15px;
    width              : 40px;
    height             : 40px;
    color              : #FFFFFF;
    font-size          : 13px;
    text-transform     : uppercase;
    line-height        : 38px;
    text-align         : center;
    z-index            : 100;
    cursor             : pointer;
    border-radius      : 0;
    background         : #0A0A0A;
    display            : none;
    -webkit-transition : all 300ms ease;
    -ms-transition     : all 300ms ease;
    -o-transition      : all 300ms ease;
    -moz-transition    : all 300ms ease;
    transition         : all 300ms ease;
}

.scroll-to-top:hover {
    color      : #FFFFFF;
    background : #d3bc8e;
}

/***

====================================================================
	Social Icon One
====================================================================

***/

.social-icon-one {
    position : relative;
}

.social-icon-one li {
    position     : relative;
    display      : inline-block;
    margin-right : 12px;
}

.social-icon-one li a {
    position  : relative;
    font-size : 14px;
    color     : #FFFFFF;
}

/***

====================================================================
	Social Icon Two
====================================================================

***/

.social-icon-two {
    position : relative;
}

.social-icon-two li {
    position     : relative;
    display      : inline-block;
    margin-right : 8px;
}

.social-icon-two li a {
    position         : relative;
    font-size        : 14px;
    color            : #FFFFFF;
    width            : 38px;
    height           : 38px;
    text-align       : center;
    border-radius    : 2px;
    line-height      : 36px;
    display          : inline-block;
    background-color : #333333;
}

/***

====================================================================
	Main Header style
====================================================================

***/

.main-header {
    position : relative;
    left     : 0px;
    top      : 0px;
    z-index  : 999;
    width    : 100%;
}

.main-header .auto-container {
    position : relative;
}

.main-header .header-top {
    position   : relative;
    background : #222222;
    color      : #FFFFFF;
}

.main-header .header-top .top-left {
    position : relative;
    float    : left;
}

.main-header .header-top .top-left ul {
    display : inline-block;
    padding : 8px 0px;
}

.main-header .header-top .top-left ul li {
    position    : relative;
    display     : inline-block;
    line-height : 24px;
    color       : #DDDDDD;
    font-size   : 13px;
}

.main-header .header-top .top-left ul li .icon {
    position    : absolute;
    left        : 0px;
    top         : 1px;
    font-size   : 14px;
    line-height : 24px;
}

.main-header .header-top .top-left ul li a:hover {
    color : #FFFFFF;
}

.main-header .header-top .top-left ul li a {
    position           : relative;
    color              : #FFFFFF;
    -moz-transition    : all 500ms ease;
    -webkit-transition : all 500ms ease;
    -ms-transition     : all 500ms ease;
    -o-transition      : all 500ms ease;
    transition         : all 500ms ease;
}

.main-header .header-top .top-left ul li a:hover {
    color : #FA6F1C;
}

.main-header .header-top .top-right {
    position : relative;
    float    : right;
    top      : -1px;
}

.main-header .header-top .top-right ul {
    padding    : 0px;
    margin-top : 1px;
}

.main-header .header-top .top-right ul li {
    color            : #DDDDDD;
    font-size        : 13px;
    display          : inline-block;
    padding          : 8px 18px;
    background-color : #222222;
    border-left      : 1px solid #434343;
}

.main-header .header-top .top-right ul .eng-dropdown a {
    padding          : 0px;
    border           : 0px;
    font-size        : 13px;
    color            : #DDDDDD;
    background-color : transparent;
}

.main-header .header-top .top-right ul .eng-dropdown > ul {
    border-top : 3px solid #d3bc8e;
}

.main-header .header-top .top-right ul .eng-dropdown .dropdown-menu.style-one li {
    display       : block;
    border-left   : 0px;
    border-bottom : 1px solid #434343;
    text-align    : left;
    padding       : 0px !important;
}

.main-header .header-top .top-right ul .eng-dropdown .dropdown-menu.style-one li:last-child {
    border : 0px;
}

.main-header .header-top .top-right ul .eng-dropdown .dropdown-menu.style-one li a {
    color   : #DDDDDD;
    padding : 8px 15px;
}

.main-header .header-top .top-right ul .eng-dropdown .dropdown-menu.style-one li a:hover {
    color : #d3bc8e;
}

.main-header .header-top .top-right ul .cart-btn {
    position : relative;
}

.main-header .header-top .top-right ul .cart-btn .icon {
    position  : relative;
    font-size : 18px;
    top       : 4px;
    color     : #FFFFFF;
}

.main-header .header-top .top-right ul .cart-btn .count {
    position         : absolute;
    right            : 8px;
    top              : 10px;
    font-size        : 10px;
    width            : 16px;
    height           : 16px;
    line-height      : 16px;
    color            : #FFFFFF;
    text-align       : center;
    border-radius    : 50%;
    display          : inline-block;
    background-color : #d3bc8e;
}

.header-top .social-icon {
    position     : relative;
    padding      : 8px 0px;
    margin-right : 25px;
    display      : inline-block;
    border-right : 1px solid #434343;
}

.header-top .social-icon a {
    position           : relative;
    display            : inline-block;
    text-align         : center;
    margin-right       : 26px;
    line-height        : 22px;
    font-size          : 13px;
    color              : #DDDDDD;
    transition         : all 500ms ease;
    -moz-transition    : all 500ms ease;
    -webkit-transition : all 500ms ease;
    -ms-transition     : all 500ms ease;
    -o-transition      : all 500ms ease;
}

.header-top .social-icon a:hover {
    color : #d3bc8e;
}

.main-header .main-box {
    position           : relative;
    padding            : 0px 0px;
    left               : 0px;
    top                : 0px;
    width              : 100%;
    background         : rgba(0, 0, 0, 0.7);
    border-bottom      : 1px solid rgba(0, 0, 0, 0.7);;
    -webkit-transition : all 300ms ease;
    -ms-transition     : all 300ms ease;
    -o-transition      : all 300ms ease;
    -moz-transition    : all 300ms ease;
    transition         : all 300ms ease;
}

.main-header.fixed-header .main-box {
    position                          : fixed;
    border-bottom                     : 1px solid rgb(0, 0, 0);
    background                        : rgb(0, 0, 0);
    padding                           : 0px 0px;
    z-index                           : 999;
    opacity                           : 1;
    visibility                        : visible;
    -ms-animation-name                : fadeInDown;
    -moz-animation-name               : fadeInDown;
    -op-animation-name                : fadeInDown;
    -webkit-animation-name            : fadeInDown;
    animation-name                    : fadeInDown;
    -ms-animation-duration            : 500ms;
    -moz-animation-duration           : 500ms;
    -op-animation-duration            : 500ms;
    -webkit-animation-duration        : 500ms;
    animation-duration                : 500ms;
    -ms-animation-timing-function     : linear;
    -moz-animation-timing-function    : linear;
    -op-animation-timing-function     : linear;
    -webkit-animation-timing-function : linear;
    animation-timing-function         : linear;
    -ms-animation-iteration-count     : 1;
    -moz-animation-iteration-count    : 1;
    -op-animation-iteration-count     : 1;
    -webkit-animation-iteration-count : 1;
    animation-iteration-count         : 1;
}

.main-header .main-box .outer-container {
    position : relative;
}

.main-header .main-box .logo-box {
    position : relative;
    float    : left;
    left     : 0px;
    padding  : 15px 0px;
    z-index  : 10;
}

.fixed-header .main-box .logo-box {
    padding : 10px 0px;
}

.main-header .main-box .logo-box .logo img {
    display            : inline-block;
    max-width          : 100%;
    -webkit-transition : all 300ms ease;
    -ms-transition     : all 300ms ease;
    -o-transition      : all 300ms ease;
    -moz-transition    : all 300ms ease;
    transition         : all 300ms ease;
}

.main-header .nav-toggler {
    position   : absolute;
    right      : 0px;
    top        : 50%;
    margin-top : -18px;
    display    : none;
}

.main-header .nav-toggler button {
    position    : relative;
    display     : block;
    height      : 36px;
    width       : 42px;
    background  : none;
    color       : #d3bc8e;
    text-align  : center;
    font-size   : 16px;
    line-height : 32px;
    border      : 2px solid #d3bc8e;
    font-weight : normal;
}

.main-header .nav-outer {
    position      : relative;
    float         : right;
    padding-right : 168px;
}

.main-header .nav-outer .btn-outer {
    position   : absolute;
    top        : 50%;
    margin-top : -22px;
    right      : 0px;
}

.main-header .nav-outer .btn-outer a {
    color              : #FFFFFF;
    font-size          : 13px;
    padding            : 9px 36px;
    line-height        : 24px;
    display            : inline-block;
    background-color   : transparent;;
    text-transform     : capitalize;
    border             : 2px solid #FFFFFF;
    -webkit-transition : all 300ms ease;
    -ms-transition     : all 300ms ease;
    -o-transition      : all 300ms ease;
    -moz-transition    : all 300ms ease;
    transition         : all 300ms ease;
}

.main-header .nav-outer .btn-outer a:hover {
    border           : 2px solid transparent;
    background-color : #d3bc8e;
}

.main-menu {
    position           : relative;
    -webkit-transition : all 300ms ease;
    -ms-transition     : all 300ms ease;
    -o-transition      : all 300ms ease;
    -moz-transition    : all 300ms ease;
    transition         : all 300ms ease;
}

.main-menu .navbar-collapse {
    padding : 0px;
}

.main-menu .navigation {
    position : relative;
    margin   : 0px;
}

.main-menu .navigation > li {
    position    : relative;
    display     : inline-block;
    padding     : 15px 0px;
    margin-left : 29px;
}

.fixed-header .main-menu .navigation > li {
    padding : 10px 0px;
}

.main-menu .navigation > li > a {
    position           : relative;
    display            : block;
    padding            : 20px 0px;
    color              : #FFFFFF;
    text-align         : center;
    line-height        : 30px;
    letter-spacing     : 0px;
    opacity            : 1;
    font-size          : 14px;
    text-transform     : capitalize;
    transition         : all 500ms ease;
    -moz-transition    : all 500ms ease;
    -webkit-transition : all 500ms ease;
    -ms-transition     : all 500ms ease;
    -o-transition      : all 500ms ease;
    font-weight        : bold;
}

.header-style-two .main-menu .navigation > li > a {
    color : #FFFFFF;
}

.main-menu .navigation > li:hover > a,
.main-menu .navigation > li.current > a,
.main-menu .navigation > li.current-menu-item > a {
    color   : #d3bc8e;
    opacity : 1;
}

.main-menu .navigation > li:hover > a:before,
.main-menu .navigation > li.current > a:before,
.main-menu .navigation > li.current-menu-item > a:before {
    width : 100%;
}

.main-menu .navigation > li > ul {
    position           : absolute;
    left               : 0px;
    top                : 120%;
    width              : 220px;
    padding            : 0px;
    z-index            : 100;
    display            : none;
    background         : #FFFFFF;
    border-top         : 3px solid #d3bc8e;
    transition         : all 300ms ease;
    -moz-transition    : all 300ms ease;
    -webkit-transition : all 500ms ease;
    -ms-transition     : all 300ms ease;
    -o-transition      : all 300ms ease;
    -webkit-box-shadow : 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -ms-box-shadow     : 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -o-box-shadow      : 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow    : 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    box-shadow         : 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}

.main-menu .navigation > li > ul.from-right {
    left  : auto;
    right : 0px;
}

.main-menu .navigation > li > ul > li {
    position      : relative;
    width         : 100%;
    border-bottom : 1px solid rgba(0, 0, 0, 0.10);
}

.main-menu .navigation > li > ul > li:last-child {
    border-bottom : none;
}

.main-menu .navigation > li > ul > li > a {
    position           : relative;
    display            : block;
    padding            : 10px 15px;
    line-height        : 24px;
    font-weight        : 400;
    font-size          : 13px;
    text-transform     : capitalize;
    color              : #272727;
    transition         : all 500ms ease;
    -moz-transition    : all 500ms ease;
    -webkit-transition : all 500ms ease;
    -ms-transition     : all 500ms ease;
    -o-transition      : all 500ms ease;
}

.main-menu .navigation > li > ul > li:hover > a {
    color      : #FFFFFF;
    background : #d3bc8e;
}

.main-menu .navigation > li > ul > li.dropdown > a:after {
    font-family : 'FontAwesome';
    content     : "\f105";
    position    : absolute;
    right       : 10px;
    top         : 10px;
    width       : 10px;
    height      : 20px;
    display     : block;
    color       : #253D4A;
    line-height : 20px;
    font-size   : 16px;
    font-weight : normal;
    text-align  : center;
    z-index     : 5;
}

.main-menu .navigation > li > ul > li.dropdown:hover > a:after {
    color : #FFFFFF;
}

.main-menu .navigation > li > ul > li > ul {
    position           : absolute;
    left               : 100%;
    top                : 20px;
    width              : 220px;
    padding            : 0px;
    z-index            : 100;
    display            : none;
    background         : #FFFFFF;
    border-top         : 3px solid #d3bc8e;
    -webkit-box-shadow : 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -ms-box-shadow     : 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -o-box-shadow      : 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow    : 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    box-shadow         : 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}

.main-menu .navigation > li > ul > li > ul.from-right {
    left  : auto;
    right : 0px;
}

.main-menu .navigation > li > ul > li > ul > li {
    position      : relative;
    width         : 100%;
    border-bottom : 1px solid rgba(0, 0, 0, 0.10);
}

.main-menu .navigation > li > ul > li > ul > li:last-child {
    border-bottom : none;
}

.main-menu .navigation > li > ul > li > ul > li > a {
    position           : relative;
    display            : block;
    padding            : 10px 15px;
    line-height        : 24px;
    font-weight        : 400;
    font-size          : 13px;
    text-transform     : capitalize;
    color              : #272727;
    transition         : all 500ms ease;
    -moz-transition    : all 500ms ease;
    -webkit-transition : all 500ms ease;
    -ms-transition     : all 500ms ease;
    -o-transition      : all 500ms ease;
}

.main-menu .navigation > li > ul > li > ul > li:hover > a {
    color      : #FFFFFF;
    background : #d3bc8e;
}

.main-menu .navigation > li > ul > li > ul > li.dropdown > a:after {
    font-family : 'FontAwesome';
    content     : "\f105";
    position    : absolute;
    right       : 10px;
    top         : 11px;
    width       : 10px;
    height      : 20px;
    display     : block;
    color       : #272727;
    line-height : 20px;
    font-size   : 16px;
    font-weight : normal;
    text-align  : center;
    z-index     : 5;
}

.main-menu .navigation > li > ul > li > ul > li.dropdown:hover > a:after {
    color : #FFFFFF;
}

.main-menu .navigation > li.dropdown:hover > ul {
    visibility : visible;
    opacity    : 1;
    top        : 100%;
}

.main-menu .navigation li > ul > li.dropdown:hover > ul {
    visibility         : visible;
    opacity            : 1;
    top                : 0;
    transition         : all 300ms ease;
    -moz-transition    : all 300ms ease;
    -webkit-transition : all 500ms ease;
    -ms-transition     : all 300ms ease;
    -o-transition      : all 300ms ease;
}

.main-menu .navbar-collapse > ul li.dropdown .dropdown-btn {
    position        : absolute;
    right           : 10px;
    top             : 6px;
    width           : 34px;
    height          : 30px;
    border          : 1px solid #FFFFFF;
    background      : url(../images/icons/submenu-icon.png) center center no-repeat;
    background-size : 20px;
    cursor          : pointer;
    z-index         : 5;
    display         : none;
}

/***

====================================================================
	Header Style Two
====================================================================

***/

.header-style-two {
    position         : fixed;
    left             : 0px;
    top              : 0px;
    background-color : rgba(0, 0, 0, 0.30);
}

.header-style-two .main-box {
    background-color : rgba(0, 0, 0, 0.30);
    border           : 0px;
}

.header-style-two .main-box .btn-outer a {
    background   : none;
    color        : #FFFFFF;
    border-color : #FFFFFF;
}

.header-style-two.fixed-header .main-box {
    background-color : rgba(0, 0, 0, 0.96);
    border           : 0px;
}

/***

====================================================================
	Hidden Sidebar style
====================================================================

***/

.hidden-bar {
    position           : fixed;
    top                : 0;
    width              : 305px;
    height             : 100%;
    background         : #272727;
    z-index            : 9999;
    transition         : all 700ms ease;
    -webkit-transition : all 700ms ease;
    -ms-transition     : all 700ms ease;
    -o-transition      : all 700ms ease;
    -moz-transition    : all 700ms ease;
}

.hidden-bar .mCSB_inside > .mCSB_container {
    margin-right : 0px;
}

.hidden-bar.right-align {
    right : -400px;
}

.hidden-bar.right-align.visible-sidebar {
    right : 0px;
}

.hidden-bar.right-align .hidden-bar-closer {
    left : 0px;
}

.hidden-bar.left-align {
    left : -400px;
}

.hidden-bar.left-align.visible-sidebar {
    left : 0px;
}

.hidden-bar.left-align .hidden-bar-closer {
    right : -20px;
}

.hidden-bar .hidden-bar-closer {
    width              : 40px;
    height             : 40px;
    position           : absolute;
    top                : 0;
    background         : rgba(255, 255, 255, 0.80);
    color              : #272727;
    border-radius      : 2px;
    text-align         : center;
    line-height        : 38px;
    transition         : all 300ms ease;
    -webkit-transition : all 300ms ease;
    -ms-transition     : all 300ms ease;
    -o-transition      : all 300ms ease;
    -moz-transition    : all 300ms ease;
    z-index            : 999999;
}

.hidden-bar .hidden-bar-closer:hover {
    background : #d3bc8e;
}

.hidden-bar .hidden-bar-closer:hover .btn {
    color : #FFFFFF;
}

.hidden-bar .hidden-bar-closer .btn {
    background-color : transparent;
    border           : none;
    outline          : none;
    font-size        : 14px;
}

.hidden-bar .social-icons {
    text-align : center;
    margin     : 50px 0px 30px;
}

.hidden-bar .social-icons ul {
    font-size    : 0;
    margin-left  : -5px;
    margin-right : -5px;
}

.hidden-bar .social-icons ul li {
    display : inline-block;
    padding : 0 5px;
}

.hidden-bar .social-icons ul li a {
    display            : block;
    width              : 36px;
    height             : 36px;
    font-size          : 16px;
    line-height        : 36px;
    text-align         : center;
    background         : #d3bc8e;
    color              : #FFFFFF;
    border-radius      : 5px;
    transition         : all 0.3s ease;
    -moz-transition    : all 0.3s ease;
    -webkit-transition : all 0.3s ease;
    -ms-transition     : all 0.3s ease;
    -o-transition      : all 0.3s ease;
}

.hidden-bar .social-icons ul li a:hover {
    background : #000000;
    color      : #d3bc8e;
}

.hidden-bar-wrapper {
    height : 100%;
}

.hidden-bar .logo {
    padding    : 30px 0px;
    background : #272727;
}

.hidden-bar .logo img {
    display   : inline-block;
    max-width : 100%;
}

.hidden-bar .side-menu {
    background-color : transparent;
    padding          : 0;
    font-size        : 13px;
    letter-spacing   : 1px;
}

.hidden-bar .side-menu ul li ul a {
    background     : transparent;
    text-transform : capitalize;
}

.hidden-bar .side-menu ul li ul li ul li a {
    background     : transparent;
    text-transform : capitalize;
}

.hidden-bar .side-menu a.current {
    color : #FFFFFF;
}

.hidden-bar .side-menu li.current > a {
    color : #FFFFFF;
}

.hidden-bar .side-menu ul li a {
    background         : transparent;
    color              : #FFFFFF;
    display            : block;
    font-weight        : 500;
    text-transform     : uppercase;
    border-top         : 1px solid rgba(255, 255, 255, 0.30);
    border-bottom      : 1px solid rgba(255, 255, 255, 0.30);
    padding            : 10px 15px 10px 20px;
    position           : relative;
    transition         : all 0.3s ease;
    -moz-transition    : all 0.3s ease;
    -webkit-transition : all 0.3s ease;
    -ms-transition     : all 0.3s ease;
    -o-transition      : all 0.3s ease;
}

.hidden-bar .side-menu ul li a:hover,
.hidden-bar .side-menu ul > li.current > a,
.hidden-bar .side-menu ul > li > ul > li.current > a {
    background : rgba(255, 255, 255, 0.10);
    color      : #FFFFFF;
}

.hidden-bar .side-menu ul li a .btn.expander {
    background    : none;
    color         : #FFFFFF;
    border        : 1px solid rgba(255, 255, 255, 0.80);
    padding       : 5px 10px;
    font-size     : 14px;
    border-radius : 0px;
    position      : absolute;
    top           : 6px;
    right         : 20px;
    outline       : none;
}

/***

====================================================================
	Main Slider style
====================================================================

***/

.main-slider {
    position      : relative;
    z-index       : 10;
    top           : -100px;
    background    : #333333;
    margin-bottom : -100px;
}

.main-slider .tp-caption {
    z-index : 5;
}

.main-slider .text {
    font-weight : 400;
    line-height : 1.8em;
    color       : #FFFFFF;
    font-size   : 14px;
    text-align  : center;
}

.main-slider .text.text-left {
    text-align : left;
}

.main-slider h2 {
    font-size      : 48px;
    color          : #FFFFFF;
    font-weight    : 700;
    line-height    : 1.3em;
    letter-spacing : 2px;
    /*text-align:center;*/
    text-transform : capitalize;
    font-family    : 'Oswald', sans-serif;
}

.main-slider .btn-style-one,
.main-slider .btn-style-two {
    border-width : 2px !important;
}

.main-slider .tp-bullets.preview3 .bullet {
    background    : none !important;
    width         : 10px !important;
    height        : 10px !important;
    border        : 2px solid #FFFFFF !important;
    border-radius : 0 !important;
    margin        : 0px 7px;
}

.main-slider .tp-bullets.preview3 .bullet:hover,
.main-slider .tp-bullets.preview3 .bullet.selected {
    background   : #d3bc8e !important;
    border-color : #d3bc8e !important;
}

.main-slider .tparrows.preview3,
.main-slider .tparrows.preview3 {
    background : none !important;
    width      : 54px !important;
    overflow   : hidden;
    margin-top : 0px !important;
    height     : 54px !important;
}

.main-slider .tparrows.preview3::after {
    top           : 0px;
    background    : rgba(0, 0, 0, 0);
    color         : #FFFFFF;
    font-size     : 22px;
    height        : 54px !important;
    line-height   : 52px;
    width         : 50px !important;
    border        : 2px solid #FFFFFF;
    padding       : 0px;
    border-radius : 2px;
}

.main-slider .tparrows.tp-leftarrow.preview3::after {
    content     : '\f104';
    font-family : 'FontAwesome';
}

.main-slider .tparrows.tp-rightarrow.preview3::after {
    content     : '\f105';
    font-family : 'FontAwesome';
}

.main-slider .tparrows.preview3.tp-leftarrow {
    left : 30px !important;
}

.main-slider .tparrows.preview3.tp-rightarrow {
    right : 30px !important;
}

.main-slider .tparrows.preview3:hover::after {
    background   : #d3bc8e;
    border-color : #d3bc8e;
}

.main-slider .tparrows.preview3 .tp-arr-iwrapper {
    visibility : hidden;
    opacity    : 0;
    display    : none;
}

.main-slider .tp-bannertimer {
    display : none !important;
}

/***

====================================================================
	Section Title
====================================================================

***/

.sec-title {
    position : relative;
}

.sec-title h2 {
    font-size      : 33px;
    font-weight    : 700;
    color          : #d3bc8e;
    text-transform : capitalize;
    line-height    : 1.4em;
}

.sec-title h3 {
    font-size     : 28px;
    font-weight   : 700;
    color         : #333333;
    margin-bottom : 20px;
    /*text-transform:uppercase;*/
    line-height   : 1.4em;
    font-family   : 'Oswald', sans-serif;
}

/*.sec-title .text p{
	font-size:14px;
	color:#777777;
	margin-bottom:22px;
}

.sec-title .text p:last-child{
	margin-bottom:0px;
}*/

.sec-title .read-more {
    padding    : 10px 40px;
    margin-top : 40px;
}

/***

====================================================================
	Section Title One
====================================================================

***/

.sec-title-one {
    position      : relative;
    text-align    : center;
    margin-bottom : 60px;
}

.sec-title-one h2 {
    font-size   : 38px;
    font-weight : 700;
    color       : #d3bc8e;
    line-height : 1.4em;
}

.sec-title-one h4 {
    font-family    : 'Roboto', serif;
    font-size      : 26px;
    font-weight    : 700;
    color          : #333333;
    margin-bottom  : 20px;
    text-transform : capitalize;
    line-height    : 1.4em;
}

.sec-title-one .icon-box {
    position      : relative;
    margin-bottom : 15px;
}

/***

====================================================================
	Section Title Two
====================================================================

***/

.sec-title-two {
    position      : relative;
    text-align    : center;
    margin-bottom : 60px;
}

.sec-title-two h2 {
    font-size   : 38px;
    font-weight : 700;
    color       : #d3bc8e;
    line-height : 1.4em;
}

.sec-title-two h4 {
    font-family    : 'Roboto', serif;
    font-size      : 36px;
    font-weight    : 700;
    color          : #FFFFFF;
    margin-bottom  : 20px;
    text-transform : capitalize;
    line-height    : 1.4em;
}

/***

====================================================================
	Section Title Three
====================================================================

***/

.sec-title-three {
    position : relative;
}

.sec-title-three h2 {
    font-size   : 30px;
    font-weight : 400;
    color       : #333333;
    line-height : 1.4em;
}

.sec-title-three h4 {
    font-size      : 31px;
    font-weight    : 700;
    color          : #d3bc8e;
    margin-bottom  : 15px;
    line-height    : 1.4em;
    text-transform : capitalize;
}

/***

====================================================================
	Main Footer
====================================================================

***/

.main-footer {
    position            : relative;
    background-color    : #151515;
    background-size     : cover;
    background-repeat   : no-repeat;
    background-position : left center;
    /*color:#ffffff;*/
}

.main-footer a,
.main-footer input,
.main-footer textarea {
    -webkit-transition : all 300ms ease;
    -ms-transition     : all 300ms ease;
    -o-transition      : all 300ms ease;
    -moz-transition    : all 300ms ease;
    transition         : all 300ms ease;
}

.main-footer .auto-container {
    position : relative;
    z-index  : 1;
}

.main-footer .widgets-section {
    position : relative;
    padding  : 94px 0px 40px;
}

.main-footer .footer-column {
    position : relative;
}

.main-footer .footer-widget {
    position      : relative;
    margin-bottom : 30px;
}

.main-footer .footer-logo {
    position      : relative;
    margin-bottom : 5px;
}

.main-footer .footer-logo img {
    display   : block;
    max-width : 100%;
}

.main-footer .footer-column h2 {
    font-size      : 14px;
    font-weight    : 500;
    text-transform : uppercase;
    margin-bottom  : 35px;
    padding        : 12px 0px 5px;
    color          : #CCCCCC;
    font-family    : 'Roboto', serif;
}

.main-footer .footer-column h2:after {
    position         : absolute;
    content          : '';
    width            : 30px;
    height           : 1px;
    left             : 0px;
    bottom           : 0px;
    background-color : #d3bc8e;
}

.main-footer .about-widget .text {
    margin-bottom : 20px;
    line-height   : 1.7em;
    color         : #888888;
    font-size     : 14px;
}

.main-footer .about-widget .text p {
    margin-bottom : 15px;
}

.main-footer .about-widget .text .more-link {
    color : #FA6F1C;
}

.main-footer .contact-info {
    margin-bottom : 25px;
}

.main-footer .contact-info li {
    position      : relative;
    padding       : 0px 0px 0px 30px;
    margin-bottom : 10px;
    line-height   : 24px;
    color         : #999999;
    font-size     : 13px;
}

.main-footer .contact-info li .icon {
    position    : absolute;
    left        : 0px;
    top         : 3px;
    line-height : 1em;
    font-size   : 18px;
    color       : #CCCCCC;
}

.main-footer .posts-widget .widget-content {
    margin-left : -10px;
}

.main-footer .posts-widget h2 {
    margin-left : -10px;
}

.main-footer .posts-widget .post {
    position      : relative;
    min-height    : 62px;
    padding-left  : 75px;
    margin-bottom : 16px;
}

.main-footer .posts-widget .post:last-child {
    margin-bottom : 0px;
}

.main-footer .posts-widget .post .post-thumb {
    position      : absolute;
    left          : 0px;
    top           : 0px;
    width         : 62px;
    height        : 62px;
    border-radius : 50%;
    overflow      : hidden;
}

.main-footer .posts-widget .post .post-thumb img {
    border-radius : 50%;
    border        : 3px solid #5C5C5C;
}

.main-footer .posts-widget .post .post-thumb .overlay-link {
    position           : absolute;
    left               : 0px;
    top                : 0px;
    width              : 100%;
    height             : 100%;
    background         : rgba(228, 47, 36, 0.7);
    color              : #FFFFFF;
    opacity            : 0;
    border-radius      : 50%;
    transition         : all 300ms ease;
    -webkit-transition : all 300ms ease;
    -ms-transition     : all 300ms ease;
    -o-transition      : all 300ms ease;
    -moz-transition    : all 300ms ease;
}

.main-footer .posts-widget .post:hover .post-thumb .overlay-link {
    opacity : 1;
}

.main-footer .posts-widget .post .post-thumb .overlay-link span {
    position    : absolute;
    left        : 50%;
    top         : 50%;
    text-align  : center;
    width       : 30px;
    margin-left : -15px;
    margin-top  : -15px;
    line-height : 30px;
    font-size   : 16px;
}

.overlay-link-sq {
    position           : absolute;
    left               : 0px;
    top                : 0px;
    width              : 100%;
    height             : 100%;
    background         : rgba(228, 47, 36, 0.7);
    color              : #FFFFFF;
    opacity            : 0;
    transition         : all 300ms ease;
    -webkit-transition : all 300ms ease;
    -ms-transition     : all 300ms ease;
    -o-transition      : all 300ms ease;
    -moz-transition    : all 300ms ease;
}

.news-block:hover figure .overlay-link-sq, .inner-box:hover .overlay-link-sq {
    opacity : 1;
}

.main-footer .posts-widget .post .post-thumb img {
    display : block;
    width   : 100%;
}

.overlay-link-sq span {
    position    : absolute;
    left        : 50%;
    top         : 50%;
    text-align  : center;
    width       : 30px;
    margin-left : -15px;
    margin-top  : -15px;
    line-height : 30px;
    font-size   : 16px;
}

.main-footer .posts-widget .post .desc-text a {
    position      : relative;
    font-size     : 14px;
    color         : #CCCCCC;
    line-height   : 1.8em;
    margin-bottom : 0px;
}

.main-footer .posts-widget .post .time {
    color       : #666666;
    font-size   : 13px;
    line-height : 24px;
}

.main-footer .links-widget .list li {
    position      : relative;
    margin-bottom : 12px;
}

.main-footer .links-widget .list li a {
    position       : relative;
    display        : inline-block;
    line-height    : 24px;
    color          : #888888;
    font-size      : 14px;
    text-transform : capitalize;
}

.main-footer .links-widget .list li a:hover {
    color : #FFFFFF;
}

.main-footer .newsletter-widget {
    position : relative;
}

.main-footer .newsletter-widget .text {
    line-height   : 1.8em;
    margin-bottom : 10px;
}

.main-footer .contact-info {
    position      : relative;
    margin-bottom : 25px;
}

.main-footer .opening-widget {
    position : relative;
}

.main-footer .opening-widget .widget-content {
    position : relative;
}

.main-footer .opening-widget .widget-content ul li {
    position      : relative;
    font-size     : 13px;
    color         : #A8A8A8;
    margin-bottom : 25px;
    text-align    : center;
}

.main-footer .opening-widget .widget-content ul .note {
    text-align : left;
}

.main-footer .footer-bottom {
    position         : relative;
    padding          : 34px 0px;
    margin-top       : 25px;
    background-color : #111111;
}

.main-footer .footer-bottom .copyright-text {
    color     : #999999;
    font-size : 13px;
}

/***

====================================================================
	Featured Post
====================================================================

***/

.featured-section {
    padding : 120px 0px 55px 0px;
}

.featured-post {
    position      : relative;
    margin-bottom : 50px;
}

.featured-post .inner-box {
    position : relative;
}

.featured-post .inner-box figure {
    position : relative;
}

.featured-post .inner-box figure img {
    position : relative;
    width    : 100%;
    display  : block;
}

.featured-post .inner-box .lower-content {
    position   : relative;
    text-align : center;
    padding    : 15px 0px 10px;
}

.featured-post .inner-box .lower-content h3 a {
    position           : relative;
    font-weight        : 400;
    font-size          : 20px;
    color              : #333333;
    text-transform     : capitalize;
    font-family        : 'Oswald', sans-serif;
    transition         : all 300ms ease;
    -webkit-transition : all 300ms ease;
    -ms-transition     : all 300ms ease;
    -o-transition      : all 300ms ease;
    -moz-transition    : all 300ms ease;
}

.featured-post .inner-box .lower-content .text {
    font-size  : 14px;
    color      : #777777;
    margin-top : 4px;
}

.featured-post .inner-box .lower-content .read-more {
    color              : #333333;
    font-size          : 14px;
    margin-top         : 15px;
    display            : inline-block;
    transition         : all 300ms ease;
    -webkit-transition : all 300ms ease;
    -ms-transition     : all 300ms ease;
    -o-transition      : all 300ms ease;
    -moz-transition    : all 300ms ease;
}

.featured-post .inner-box .lower-content h3 a:hover,
.featured-post .inner-box .lower-content .read-more:hover {
    color : #d3bc8e;
}

/***

====================================================================
	Restaurant
====================================================================

***/

.restaurant {
    position : relative;
    padding  : 120px 0px 70px 0px;
}

.restaurant .column {
    margin-bottom : 40px;
}

.restaurant .column .inner-box {
    padding-top   : 50px;
    padding-right : 20px;
}

.restaurant.alternate .column .inner-box {
    padding-top : 0px;
}

.restaurant .column .inner-box .content {
    position : relative;
}

.restaurant .column .inner-box .content .text {
    position : relative;
}

.restaurant .column .inner-box .content .text p {
    font-size     : 14px;
    color         : #777777;
    margin-bottom : 22px;
}

.restaurant .column .inner-box .content .text p:last-child {
    margin-bottom : 0px;
}

.restaurant .column .inner-box .content .read-more {
    margin-top : 40px;
    padding    : 10px 43px;
    display    : inline-block;
}

.restaurant .corousel-column {
    margin-bottom : 40px;
}

.restaurant .carousel-outer {
    position     : relative;
    padding-left : 70px;
    overflow     : hidden;
}

.restaurant .carousel-outer .owl-stage-outer {
    overflow : visible;
}

.restaurant .carousel-outer .slide {
    border : 7px solid rgba(255, 255, 255, 0.4);
}

.restaurant .carousel-outer .slide img {
    position           : relative;
    right              : -80px;
    width              : 100%;
    display            : block;
    -webkit-transform  : scale(0.9, 0.9);
    -ms-transform      : scale(0.9, 0.9);
    -o-transform       : scale(0.9, 0.9);
    -moz-transform     : scale(0.9, 0.9);
    transform          : scale(0.9, 0.9);
    transition         : all 500ms ease;
    -webkit-transition : all 500ms ease;
    -ms-transition     : all 500ms ease;
    -o-transition      : all 500ms ease;
    -moz-transition    : all 500ms ease;
}

.restaurant .carousel-outer .active .slide img {
    left              : 0px;
    -webkit-transform : scale(1, 1);
    -ms-transform     : scale(1, 1);
    -o-transform      : scale(1, 1);
    -moz-transform    : scale(1, 1);
    transform         : scale(1, 1);
}

.restaurant .corousel-column .carousel-outer .owl-controls .owl-nav {
    display : none !important;
}

.restaurant .corousel-column .carousel-outer .owl-controls .owl-dots {
    margin-top : 24px;
}

.restaurant .corousel-column .carousel-outer .owl-controls .owl-dots .owl-dot span {
    width         : 8px;
    height        : 8px;
    margin        : 0px 4px;
    border-radius : 50%;
    background    : none;
    border        : 1px solid #D3D3D3;
}

.restaurant .corousel-column .carousel-outer .owl-controls .owl-dots .owl-dot.active span {
    background-color : #d3bc8e;
    border-color     : #d3bc8e;
}

.restaurant .images-column {
    position : relative;
}

.restaurant .images-column .inner-box {
    position     : relative;
    padding-left : 25px;
}

.restaurant .images-column .inner-box .row {
    position : relative;
    margin   : 0px -2px;
}

.restaurant .images-column .inner-box .column {
    position : relative;
    padding  : 0px 2px;
}

.restaurant .images-column .inner-box .column .image-box img {
    width   : 100%;
    display : block;
}

/***

====================================================================
	Parallax Image Section
====================================================================

***/

.parallax-image-section {
    position              : relative;
    padding               : 50px 0 100px 0;
    text-align            : center;
    background-attachment : fixed;
    background-position   : center center;
    background-repeat     : no-repeat;
    background-size       : cover;
}

.parallax-image-section h2 {
    position  : relative;
    font-size : 38px;
    color     : #d3bc8e;
}

.parallax-image-section h4 {
    position    : relative;
    color       : #FFFFFF;
    font-size   : 36px;
    margin-top  : -10px;
    font-family : 'Roboto', serif;
}

.parallax-image-section .icon-box {
    position      : relative;
    margin-bottom : 10px;
}

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

.services-block {
    position      : relative;
    margin-bottom : 40px;
}

.services-block .inner-box {
    position   : relative;
    text-align : center;
}

.services-block .inner-box .image-box {
    position : relative;
}

.services-block .inner-box .image-box img {
    position  : relative;
    max-width : 100%;
    display   : block;
}

.services-block .inner-box h3 a {
    position    : relative;
    color       : #333333;
    font-size   : 22px;
    margin-top  : 10px;
    display     : inline-block;
    font-family : 'Oswald', sans-serif;
}

.services-block .inner-box .text {
    font-size  : 14px;
    color      : #777777;
    margin-top : 12px;
}

.services-block .inner-box .read-more {
    position           : relative;
    margin-top         : 16px;
    display            : inline-block;
    transition         : all 300ms ease;
    -webkit-transition : all 300ms ease;
    -ms-transition     : all 300ms ease;
    -o-transition      : all 300ms ease;
    -moz-transition    : all 300ms ease;
}

.services-block .inner-box .read-more:hover {
    color : #333333;
}

/***

====================================================================
	Delicous Section
====================================================================

***/

.delicous-section {
    position              : relative;
    padding               : 110px 0px;
    background-attachment : fixed;
    background-position   : center center;
    background-repeat     : no-repeat;
    background-size       : cover;
}

.delicous-section:before {
    position         : absolute;
    content          : '';
    left             : 0px;
    top              : 0px;
    width            : 100%;
    height           : 100%;
    background-color : rgba(34, 34, 34, 0.25);
}

.delicous-section .delicous-inner {
    position : relative;
    padding  : 72px 70px 55px 100px;
    border   : 9px solid rgba(255, 255, 255, 0.2);
}

.delicous-section .delicous-inner:before {
    position         : absolute;
    content          : '';
    left             : 0px;
    top              : 0px;
    width            : 100%;
    height           : 100%;
    background-color : rgba(13, 13, 13, 0.80);
}

.delicous-section .delicous-inner .food-carousel-column {
    position      : relative;
    margin-bottom : 80px;
}

.delicous-section .delicous-inner .food-carousel-column .inner-box h2 {
    position    : relative;
    font-size   : 45px;
    color       : #FFFFFF;
    line-height : 46px;
}

.delicous-section .food-carousel-column .inner-box h2 span {
    color : #d3bc8e;
}

.delicous-section .food-carousel-column .inner-box .text {
    color         : #FFFFFF;
    margin-bottom : 40px;
    font-family   : 'Roboto', serif;
}

.delicous-section .food-carousel-column .slide img {
    opacity   : 0.80;
    max-width : 100%;
    display   : inline-block;
}

.delicous-section .food-carousel-column .owl-controls .owl-dots {
    display : none !important;
}

.delicous-section .food-carousel-column .owl-theme .owl-controls .owl-nav {
    position           : absolute;
    left               : 0px;
    bottom             : -80px;
    margin-bottom      : 10px;
    transition         : all 0.3s ease;
    -moz-transition    : all 0.3s ease;
    -webkit-transition : all 0.3s ease;
    -ms-transition     : all 0.3s ease;
    -o-transition      : all 0.3s ease;
}

.delicous-section .food-carousel-column .owl-controls .owl-nav [class*="owl-"] {
    position         : relative;
    width            : 33px;
    height           : 33px;
    margin           : 0px;
    margin-right     : 10px;
    text-align       : center;
    display          : inline-block;
    background-color : #262727;
    color            : #FFFFFF;
    border-radius    : 0px;
}

.delicous-section .food-carousel-column .owl-controls .owl-nav [class*="owl-"]:hover {
    background-color : #AEAEAE;
}

.delicous-section .delicous-inner .food-column {
    position : relative;
}

.delicous-section .delicous-inner .food-column .inner {
    position     : relative;
    padding-left : 35px;
}

.delicous-section .delicous-inner .food-column .inner h3 {
    position      : relative;
    color         : #FFFFFF;
    font-size     : 22px;
    font-weight   : 400;
    margin-bottom : 22px;
    font-family   : 'Oswald', sans-serif;
}

/***

====================================================================
	Food Item
====================================================================

***/

.food-item {
    position      : relative;
    margin-bottom : 20px;
}

.food-item .inner-box {
    position   : relative;
    min-height : 90px;
    padding    : 14px 0px 0px 110px;
}

.food-item .inner-box .new {
    position         : absolute;
    left             : 2px;
    top              : 2px;
    line-height      : 17px;
    padding          : 0px 11px;
    font-size        : 11px;
    color            : #FFFFFF;
    background-color : #d3bc8e;
    font-family      : 'Roboto', sans-serif;
}

.food-item .image-box {
    position : absolute;
    width    : 90px;
    height   : 90px;
    left     : 0px;
    top      : 0px;
    display  : inline-block;
}

.food-item .image-box img {
    width   : 100%;
    display : block;
    border  : 2px solid #313131;
}

.food-item .inner-box ul {
    position : relative;
}

.food-item .inner-box ul li {
    position    : relative;
    color       : #333333;
    font-size   : 15px;
    text-align  : center;
    font-family : 'Oswald', sans-serif;
}

.food-item .inner-box ul li .dots {
    color     : #999999;
    font-size : 14px;
}

.food-item .inner-box ul li .title-box {
    float : left;
}

.food-item .inner-box ul li a {
    color       : #FFFFFF;
    font-size   : 17px;
    font-weight : 400;
}

.food-item .inner-box li .price {
    position    : relative;
    float       : right;
    color       : #FFFFFF;
    font-weight : 400;
}

.food-item .inner-box ul li.text {
    color       : #AAAAAA;
    font-size   : 14px;
    text-align  : left;
    margin-top  : 6px;
    font-family : 'Roboto', serif;
}

/***

====================================================================
	Food Item
====================================================================

***/

.special-section {
    position : relative;
    padding  : 120px 0px 60px 0px;
}

.special-section .sec-title-one {
    margin-bottom : 50px;
}

.special-section .opening-column {
    position      : relative;
    padding-right : 45px;
    margin-bottom : 50px;
}

.special-section .opening-column .inner-box {
    position        : relative;
    padding         : 32px 30px;
    background-size : cover;
    outline         : 1px dashed #818181;
    outline-offset  : -30px;
    background      : url(../images/background/opening-bg.jpg);
}

.opening-column .inner-box .title-box {
    position      : relative;
    font-size     : 14px;
    color         : #d3bc8e;
    margin-top    : -4px;
    min-height    : 42px;
    text-align    : center;
    line-height   : 32px;
    margin-bottom : 50px;
    background    : url(../images/resource/title-bg.png) center top no-repeat;
    font-family   : 'Roboto', serif;
}

.opening-column .inner-box ul {
    position   : relative;
    text-align : center;
}

.opening-column .inner-box ul li {
    color         : #FFFFFF;
    font-size     : 14px;
    margin-bottom : 26px;
    font-family   : 'Roboto', serif;
}

.opening-column .inner-box ul .number {
    color       : #d3bc8e;
    font-size   : 25px;
    font-weight : 700;
    margin      : 60px 0px 50px 0px;
}

.dishes-column {
    position : relative;
}

.dishes-column .inner-box {
    position     : relative;
    padding-left : 40px;
}

/***

====================================================================
	Special Dish
====================================================================

***/

.special-dish {
    position      : relative;
    margin-bottom : 50px;
    border-bottom : 1px dashed #D5D5D5;
}

.special-dish:last-child {
    border        : 0px;
    margin-bottom : 0px;
}

.special-dish .inner-content {
    position : relative;
}

.special-dish .content-column {
    position      : relative;
    margin-top    : 35px;
    margin-bottom : 40px;
}

.special-dish .content-column h3 {
    position      : relative;
    color         : #333333;
    font-size     : 20px;
    margin-bottom : 12px;
    font-family   : 'Oswald', sans-serif;
}

.special-dish .content-column .text {
    position      : relative;
    color         : #777777;
    font-size     : 14px;
    margin-bottom : 8px;
}

.special-dish .content-column .read-more {
    font-size : 15px;
    color     : #d3bc8e;
}

.special-dish .content-column .read-more:hover {
    color : #333333;
}

.special-dish .image-column {
    position      : relative;
    margin-bottom : 40px;
}

.special-dish .image-column .inner {
    position : relative;
}

.special-dish .inner-content:hover .image-column .inner .image-box .overlay-box {
    opacity : 1;
}

.special-dish .image-column .inner .image-box {
    position      : relative;
    width         : 206px;
    border-radius : 50%;
    overflow      : hidden;
}

.special-dish .image-column .inner .image-box .overlay-box {
    position           : absolute;
    content            : '';
    left               : 0px;
    top                : 0px;
    width              : 100%;
    height             : 100%;
    display            : block;
    text-align         : center;
    border-radius      : 50%;
    background-color   : rgba(254, 181, 24, 0.60);
    -moz-transition    : all 500ms ease;
    -webkit-transition : all 500ms ease;
    -ms-transition     : all 500ms ease;
    -o-transition      : all 500ms ease;
    transition         : all 500ms ease;
    opacity            : 0;
}

.special-dish .image-column .inner .image-box img {
    width   : 100%;
    display : block;
}

.special-dish .image-column .inner .image-box .overlay-box .price {
    position    : relative;
    width       : 100%;
    height      : 100%;
    display     : block;
    color       : #FFFFFF;
    font-size   : 24px;
    line-height : 200px;
    font-weight : 700;
}

/***

====================================================================
	Gallery Carousel
====================================================================

***/

.gallery-carousel {
    position : relative;
    padding  : 0px 10px;
}

.gallery-item {
    position : relative;
}

.gallery-item .inner-box {
    position : relative;
    overflow : hidden;
}

.gallery-item .inner-box .image-box {
    position : relative;
}

.gallery-item .inner-box .image-box:after {
    position   : absolute;
    content    : '';
    left       : 0px;
    bottom     : 0px;
    width      : 100%;
    height     : 100%;
    display    : block;
    background : -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
    background : -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
    background : -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
    background : -ms-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
}

.gallery-item .inner-box .image-box img {
    position : relative;
    width    : 100%;
    display  : block;
}

.gallery-item .image-box .title-box {
    position    : absolute;
    left        : 0px;
    z-index     : 1;
    bottom      : -100%;
    padding     : 50px;
    padding-top : 0px;
    color       : #FFFFFF;
    font-size   : 24px;
    font-family : 'Oswald', sans-serif;
}

.inner-box:hover .image-box .title-box {
    bottom             : 0%;
    -moz-transition    : all 500ms ease;
    -webkit-transition : all 500ms ease;
    -ms-transition     : all 500ms ease;
    -o-transition      : all 500ms ease;
    transition         : all 500ms ease;
}

.gallery-carousel .owl-controls {
    display : none !important;
}

/***

====================================================================
	Chefs Section
====================================================================

***/

.chefs-section {
    position : relative;
    padding  : 110px 0px 60px 0px;
}

.chef-member {
    position      : relative;
    margin-bottom : 50px;
}

.chefs-section .owl-controls {
    display : none !important;
}

.chef-member .inner-box {
    position : relative;
}

.chef-member .inner-box .image-box {
    position      : relative;
    max-width     : 288px;
    height        : 288px;
    margin        : 0 auto;
    border-radius : 50%;
    overflow      : hidden;
}

.chef-member .inner-box .image-box .image {
    position : relative;
}

.chef-member .inner-box .image-box .overlay-box {
    position           : absolute;
    content            : '';
    left               : 0px;
    top                : 0px;
    width              : 100%;
    height             : 100%;
    display            : block;
    border-radius      : 50%;
    border             : 8px solid transparent;
    opacity            : 0;
    transition         : all 0.7s ease;
    -moz-transition    : all 0.7s ease;
    -webkit-transition : all 0.7s ease;
    -ms-transition     : all 0.7s ease;
    -o-transition      : all 0.7s ease;
}

.chef-member .inner-box .image-box .overlay-box .inner {
    position         : absolute;
    padding-top      : 50%;
    text-align       : center;
    left             : 0px;
    top              : 0px;
    width            : 100%;
    height           : 100%;
    display          : block;
    border-radius    : 50%;
    overflow         : hidden;
    background-color : rgba(228, 47, 36, 0.7);
}

.chef-member .inner-box .image-box img {
    width         : 100%;
    display       : block;
    border-radius : 50%;
}

.chef-member .inner-box .lower-content {
    position    : relative;
    text-align  : center;
    padding-top : 20px;
}

.chef-member .inner-box .lower-content h3 {
    position    : relative;
    color       : #333333;
    font-size   : 20px;
    font-family : 'Oswald', sans-serif;
}

.chef-member .inner-box .lower-content .designation {
    position    : relative;
    color       : #d3bc8e;
    font-size   : 15px;
    font-family : 'Roboto', serif;
}

.chef-member .inner-box:hover .image-box .overlay-box {
    opacity : 1;
}

/***

====================================================================
	Testimonial Section
====================================================================

***/

.testimonial-section {
    position              : relative;
    background-attachment : fixed;
    background-position   : center center;
    background-repeat     : no-repeat;
    background-size       : cover;
    padding               : 110px 0px 100px 0px;
}

.testimonial-block {
    position : relative;
}

.testimonial-block .inner-box {
    position   : relative;
    text-align : center;
}

.testimonial-block .inner-box .quote-icon {
    position      : relative;
    color         : #FFFFFF;
    font-size     : 26px;
    margin-bottom : 25px;
}

.testimonial-block .inner-box .text {
    position    : relative;
    color       : #FFFFFF;
    font-size   : 18px;
    max-width   : 890px;
    margin      : 0 auto;
    line-height : 2em;
}

.testimonial-block .inner-box h3 {
    color      : #d3bc8e;
    font-size  : 29px;
    margin-top : 15px;
}

.testimonial-block .inner-box h3 span {
    color       : #FFFFFF;
    font-family : 'Roboto', serif;
}

.testimonial-section .owl-controls .owl-nav {
    display : none !important;
}

.testimonial-section .owl-controls .owl-dots {
    margin-top : 35px;
}

.testimonial-section .owl-controls .owl-dots .owl-dot span {
    width         : 7px;
    height        : 7px;
    border-radius : 0;
    background    : none;
    border        : 1px solid #D3D3D3;
}

.testimonial-section .owl-controls .owl-dots .owl-dot.active span {
    background-color : #d3bc8e;
    border-color     : #d3bc8e;
}

/*news-section*/

.news-section {
    position : relative;
    padding  : 110px 0px 60px 0px;
}

.news-block {
    position      : relative;
    margin-bottom : 55px;
}

.news-block .inner-box {
    position : relative;
}

.news-block .inner-box .image-box {
    position : relative;
}

.news-block .inner-box .image-box .row {
    margin : 0px -1px;
}

.news-block .inner-box .image-box .column {
    padding : 0px 1px;
}

.news-block .inner-box .image-box img {
    position : relative;
    width    : 100%;
    display  : block;
}

.news-block .inner-box .lower-content {
    position    : relative;
    padding-top : 10px;
}

.news-block .inner-box .lower-content .post-header {
    margin-bottom : 15px;
}

.news-block .inner-box .lower-content h3 a {
    position           : relative;
    color              : #333333;
    font-size          : 18px;
    text-transform     : capitalize;
    font-family        : 'Oswald', sans-serif;
    transition         : all 0.3s ease;
    -moz-transition    : all 0.3s ease;
    -webkit-transition : all 0.3s ease;
    -ms-transition     : all 0.3s ease;
    -o-transition      : all 0.3s ease;
}

.news-block .inner-box .lower-content h3 a:hover {
    color : #d3bc8e;
}

.news-block .inner-box .lower-content .meta {
    position      : relative;
    color         : #777777;
    font-size     : 14px;
    margin-bottom : 10px;
}

.news-block .inner-box .lower-content .meta span {
    color : #d3bc8e;
}

.news-block .inner-box .lower-content .text {
    position      : relative;
    color         : #777777;
    font-size     : 14px;
    margin-bottom : 18px;
}

.news-block .inner-box .lower-content p {
    color     : #777777;
    font-size : 14px;
}

.news-block .inner-box .lower-content .lower-box {
    position    : relative;
    padding-top : 15px;
    margin-top  : 22px;
    border-top  : 1px dashed #D6D6D6;
}

.news-block .inner-box .lower-content .lower-box .read-more a {
    position           : relative;
    color              : #333333;
    font-size          : 14px;
    font-weight        : 700;
    transition         : all 0.3s ease;
    -moz-transition    : all 0.3s ease;
    -webkit-transition : all 0.3s ease;
    -ms-transition     : all 0.3s ease;
    -o-transition      : all 0.3s ease;
}

.news-block .inner-box .lower-content .lower-box .likes a {
    position  : relative;
    color     : #777777;
    font-size : 14px;
}

.news-block .inner-box .lower-content .lower-box .read-more a:hover {
    color : #d3bc8e;
}

.news-block .inner-box .lower-content .lower-box .likes a span {
    color : #333333;
}

.news-block .inner-box .lower-content h3 {
    position       : relative;
    color          : #333333;
    font-size      : 18px;
    margin         : 12px 0px 4px;
    text-transform : capitalize;
}

.news-block .inner-box .lower-content h4 {
    position       : relative;
    color          : #333333;
    font-size      : 18px;
    margin         : 24px 0px 20px;
    text-transform : capitalize;
}

.news-block .inner-box .lower-content .two-column {
    margin-bottom : 20px;
    margin-top    : 24px;
}

.news-block .inner-box .lower-content .two-column .row {
    margin : 0px -1px;
}

.news-block .inner-box .lower-content .two-column .column {
    padding : 0px 1px;
}

.news-block .inner-box .lower-content .two-column .column img {
    width   : 100%;
    display : block;
}

.news-block .post-option {
    position    : relative;
    padding-top : 10px;
    margin-top  : 40px;
    border-top  : 1px dashed #D8D8D8;
}

.news-block .post-option strong {
    text-transform : capitalize;
    font-weight    : 600;
    font-size      : 15px;
    color          : #232323;
    padding-right  : 10px;
}

.news-block .post-option a {
    color       : #d3bc8e;
    line-height : 30px;
}

.news-block .post-option .tags a:hover {
    color : #232323;
}

.news-block .post-option .comments {
    position    : relative;
    font-size   : 13px;
    color       : #333333;
    line-height : 28px;
    font-weight : 400;
}

/***

====================================================================
	Restaurant Discover
====================================================================

***/

.restaurant-discover {
    position : relative;
    padding  : 120px 0px 0px 0px;
}

.restaurant-discover .column {
    margin-bottom : 60px;
}

.restaurant-discover .sec-title {
    margin-top : 60px;
}

.restaurant-discover .inner-box .content .read-more {
    margin-top : 30px;
    padding    : 10px 40px;
}

/***

====================================================================
	Special Dish Section
====================================================================

***/

.special-dish-section {
    position : relative;
    padding  : 110px 0px 70px 0px;
}

.dish-item {
    position      : relative;
    margin-bottom : 45px;
}

.dish-item .inner-box {
    position : relative;
}

.dish-item .inner-box .image-box {
    position : relative;
    overflow : hidden;
}

.dish-item .inner-box .image-box img {
    position : relative;
    width    : 100%;
    display  : block;
}

.dish-item .inner-box .image-box .new {
    position         : absolute;
    left             : 20px;
    top              : 20px;
    line-height      : 17px;
    padding          : 1px 19px;
    font-size        : 12px;
    color            : #FFFFFF;
    z-index          : 1;
    border-radius    : 2px;
    background-color : #d3bc8e;
}

.dish-item .inner-box .image-box .add-cart {
    position           : absolute;
    right              : 0px;
    color              : #FFFFFF;
    font-size          : 13px;
    padding            : 5px 20px;
    font-weight        : 700;
    bottom             : -40px;
    text-transform     : uppercase;
    display            : inline-block;
    background-color   : #d3bc8e;
    transition         : all 0.3s ease;
    -moz-transition    : all 0.3s ease;
    -webkit-transition : all 0.3s ease;
    -ms-transition     : all 0.3s ease;
    -o-transition      : all 0.3s ease;
}

.dish-item .inner-box .image-box .add-cart .cart-bag {
    margin-right : 10px;
    font-size    : 14px;
}

.dish-item .inner-box:hover .add-cart {
    bottom : 0px;
}

.dish-item .inner-box .lower-content {
    position    : relative;
    padding-top : 10px;
}

.dish-item .inner-box .lower-content h3 a {
    font-size          : 17px;
    color              : #333333;
    display            : block;
    transition         : all 0.3s ease;
    -moz-transition    : all 0.3s ease;
    -webkit-transition : all 0.3s ease;
    -ms-transition     : all 0.3s ease;
    -o-transition      : all 0.3s ease;
    font-family        : 'Oswald', sans-serif;
}

.dish-item .inner-box .lower-content h3 a:hover {
    color : #d3bc8e;
}

.dish-item .inner-box .lower-content .text {
    position   : relative;
    color      : #777777;
    font-size  : 13px;
    margin-top : -3px;
}

.rating {
    font-size   : 12px;
    color       : #d3bc8e;
    line-height : 24px;
}

.rating .fa {
    display : inline-block;
    margin  : 0px 2px;
}

.rating .light {
    color : #B9B9B9;
}

/*Dish Item Style Two*/

.dish-item.style-two {
    margin-bottom : 65px;
}

.dish-item.style-two .inner-box .lower-content h3 a {
    color : #FFFFFF;
}

.dish-item.style-two .inner-box .lower-content h3 a:hover {
    color : #d3bc8e;
}

.special-dish-section.menu-items {
    position       : relative;
    padding-bottom : 120px;
}

.special-dish-section.menu-items .book-table {
    padding    : 10px 30px;
    margin-top : 30px;
}

/*Dish Item Style Three*/

.dish-item.style-three .lower-content {
    position           : absolute;
    padding            : 0px 20px 25px 20px;
    width              : 100%;
    bottom             : 0px;
    opacity            : 0;
    transition         : all 0.3s ease;
    -moz-transition    : all 0.3s ease;
    -webkit-transition : all 0.3s ease;
    -ms-transition     : all 0.3s ease;
    -o-transition      : all 0.3s ease;
}

.dish-item.style-three .lower-content h3 a {
    color : #FFFFFF;
}

.dish-item.style-three .lower-content .text {
    color : #FFFFFF;
}

.dish-item.style-three .inner-box:hover .lower-content {
    opacity : 1;
}

/***

====================================================================
	Recipes Tabs Style
====================================================================

***/

.recipes-section {
    padding-bottom : 100px;
}

.recipe-info-tabs {
    position : relative;
}

.recipe-tabs {
    position : relative;
}

.recipe-tabs .tab-buttons {
    position   : relative;
    top        : 1px;
    z-index    : 1;
    text-align : center;
    margin-top : -60px;
}

.tab-btn {
    position       : relative;
    display        : inline-block;
    font-size      : 16px;
    color          : #FFFFFF;
    text-transform : capitalize;
    font-weight    : 400;
    padding        : 10px 20px;
    line-height    : 24px;
    cursor         : pointer;
}

.tab-btn.active-btn {
    color : #FFFFFF;
}

.recipe-tabs .tabs-container {
    position   : relative;
    margin-top : 135px;
}

.recipe-tabs .tabs-container .tab {
    position : relative;
    display  : none;
}

.recipe-tabs .tabs-container .tab.active-tab {
    display : block;
}

/***

====================================================================
	Product Tabs Style
====================================================================

***/

.product-info-tabs {
    position   : relative;
    margin-top : 8px;
}

.prod-tabs {
    position : relative;
}

.prod-tabs .tab-buttons {
    position : relative;
    z-index  : 1;
}

.tab-btn {
    position       : relative;
    float          : left;
    top            : 1px;
    font-size      : 14px;
    color          : #FFFFFF;
    font-weight    : bold;
    padding        : 8px 18px 8px;
    line-height    : 24px;
    text-transform : capitalize;
    border         : 0;
    background     : #333333;
    margin-left    : 5px;
}

.tab-btn:first-child {
    border-right : 0px;
    margin-left  : 0;
}

.tab-btn.active-btn {
    background : #d3bc8e;
}

.prod-tabs .tabs-container {
    position      : relative;
    color         : #5A5A5A;
    background    : #FFFFFF;
    margin-bottom : 50px;
}

.prod-tabs .tabs-container .tab {
    position : relative;
    padding  : 20px 40px 30px;
    display  : none;
    border   : 1px solid #DDDDDD;
}

.prod-tabs .tabs-container .tab h3 {
    font-size : 18px;
}

.prod-tabs .tabs-container .tab.active-tab {
    display : block;
}

.prod-tabs .tabs-container .tab p,
.prod-tabs .tabs-container .tab h2,
.prod-tabs .tabs-container .tab h3,
.prod-tabs .tabs-container .tab h4,
.prod-tabs .tabs-container .tab h5,
.prod-tabs .tabs-container .tab h6 {
    margin-bottom : 15px;
}

.prod-tabs .tabs-container .tab .content .text {
    color     : #777777;
    font-size : 14px;
}

.prod-tabs .reviews-container {
    position : relative;
}

.prod-tabs .reviews-container .review-box {
    position      : relative;
    margin-bottom : 30px;
    padding-left  : 100px;
    min-height    : 100px;
}

.prod-tabs .reviews-container .rev-thumb {
    position      : absolute;
    left          : 0px;
    top           : 0px;
    width         : 82px;
    height        : 82px;
    border-radius : 3px;
    background    : #FFFFFF;
}

.prod-tabs .reviews-container .rev-thumb img {
    display : block;
    width   : 80px;
    height  : 80px;
}

.prod-tabs .reviews-container .rev-content {
    position   : relative;
    padding    : 15px;
    border     : 1px solid #E0E0E0;
    background : #FFFFFF;
}

.prod-tabs .reviews-container .rating {
    color     : #d3bc8e;
    font-size : 13px;
}

.prod-tabs .reviews-container .rating .fa {
    margin-right : 1px;
}

.prod-tabs .reviews-container .rev-info {
    font-size      : 12px;
    letter-spacing : 1px;
    margin-bottom  : 10px;
}

.prod-tabs .reviews-container .rev-text {
    font-size : 14px;
}

.prod-tabs .add-review {
    position  : relative;
    margin    : 30px 0px 0px;
    font-size : 14px;
}

.prod-tabs .add-review .rating {
    position    : relative;
    padding-top : 7px;
}

.prod-tabs .add-review .rating .rate-box {
    position     : relative;
    display      : inline-block;
    margin-right : 10px;
    font-size    : 14px;
    color        : #5A5A5A;
}

.prod-tabs .add-review .rating .rate-box:hover,
.prod-tabs .add-review .rating .rate-box:focus,
.prod-tabs .add-review .rating .rate-box:active {
    color : #d3bc8e;
}

.prod-tabs .add-review label {
    position      : relative;
    display       : block;
    font-size     : 14px;
    margin-bottom : 5px;
    font-weight   : 400;
    color         : #303030;
}

.prod-tabs .add-review h3 {
    margin-bottom : 20px;
}

.prod-tabs .add-review .form-group {
    position      : relative;
    margin-bottom : 20px;
}

.prod-tabs .add-review .form-group input[type="text"],
.prod-tabs .add-review .form-group input[type="password"],
.prod-tabs .add-review .form-group input[type="tel"],
.prod-tabs .add-review .form-group input[type="email"],
.prod-tabs .add-review .form-group select {
    position           : relative;
    display            : block;
    width              : 100%;
    line-height        : 22px;
    padding            : 9px 15px;
    color              : #222222;
    height             : 40px;
    border             : 1px solid #E0E0E0;
    transition         : all 300ms ease;
    -webkit-transition : all 300ms ease;
    -ms-transition     : all 300ms ease;
    -o-transition      : all 300ms ease;
    -moz-transition    : all 300ms ease;
}

.prod-tabs .add-review .form-group input[type="text"]:focus,
.prod-tabs .add-review .form-group input[type="password"]:focus,
.prod-tabs .add-review .form-group input[type="tel"]:focus,
.prod-tabs .add-review .form-group input[type="email"]:focus,
.prod-tabs .add-review .form-group textarea:focus {
    border-color : #d3bc8e;
}

.prod-tabs .add-review .form-group textarea {
    position           : relative;
    display            : block;
    width              : 100%;
    line-height        : 22px;
    padding            : 8px 15px;
    color              : #222222;
    border             : 1px solid #E0E0E0;
    height             : 120px;
    resize             : none;
    transition         : all 300ms ease;
    -webkit-transition : all 300ms ease;
    -ms-transition     : all 300ms ease;
    -o-transition      : all 300ms ease;
    -moz-transition    : all 300ms ease;
}

.prod-tabs .add-review button {
    padding : 10px 50px;
}

/***

====================================================================
	Food Item
====================================================================

***/

.food-item-two {
    position      : relative;
    margin-bottom : 20px;
}

.food-item-two .inner-box {
    position   : relative;
    min-height : 90px;
    padding    : 14px 0px 0px 110px;
}

.food-item-two .inner-box .new {
    position         : absolute;
    left             : 2px;
    top              : 2px;
    line-height      : 17px;
    padding          : 0px 11px;
    font-size        : 11px;
    color            : #FFFFFF;
    background-color : #d3bc8e;
    font-family      : 'Roboto', sans-serif;
}

.food-item-two .image-box {
    position : absolute;
    width    : 90px;
    height   : 90px;
    left     : 0px;
    top      : 0px;
}

.food-item-two .image-box img {
    width   : 100%;
    display : block;
    border  : 2px solid #F6F6F6;
}

.food-item-two .inner-box ul {
    position : relative;
}

.food-item-two .inner-box ul li {
    position    : relative;
    color       : #333333;
    font-size   : 15px;
    text-align  : center;
    font-family : 'Oswald', sans-serif;
}

.food-item-two .inner-box ul li .dots {
    color     : #999999;
    font-size : 14px;
}

.food-item-two .inner-box ul li .title-box {
    float      : left;
    max-width  : 60%;
    text-align : left;
}

.food-item-two .inner-box ul li a {
    color       : #333333;
    font-size   : 15px;
    font-weight : 400;
}

.food-item-two .inner-box li .price {
    position    : relative;
    float       : right;
    color       : #333333;
    font-weight : 400;
}

.food-item-two .inner-box ul li.text {
    color       : #AAAAAA;
    font-size   : 14px;
    text-align  : left;
    margin-top  : 6px;
    font-family : 'Roboto', serif;
}

/***

====================================================================
	Form Section
====================================================================

***/

.form-section {
    position              : relative;
    padding               : 120px 0px 100px 0px;
    background-attachment : fixed;
    background-position   : center center;
    background-repeat     : no-repeat;
    background-size       : cover;
}

.form-section:before {
    position         : absolute;
    content          : '';
    left             : 0px;
    top              : 0px;
    width            : 100%;
    height           : 100%;
    display          : block;
    background-color : rgba(13, 13, 13, 0.65);
}

.form-section {
    position : relative;
}

.default-form .form-group {
    position      : relative;
    margin-bottom : 30px;
    padding       : 0px 20px;
}

.default-form .form-group .group-inner {
    position : relative;
}

.default-form .form-group.icon-group .icon-label {
    position    : absolute;
    right       : 20px;
    top         : 10px;
    font-size   : 18px;
    color       : #777777;
    line-height : 24px;
    font-weight : 400;
}

.default-form input[type="text"],
.default-form input[type="email"],
.default-form input[type="password"],
.default-form input[type="number"],
.default-form select,
.default-form textarea {
    display            : block;
    width              : 100%;
    line-height        : 22px;
    height             : 45px;
    font-size          : 13px;
    border             : 1px solid #E2E2E2;
    padding            : 10px 15px 10px 22px;
    font-weight        : 400;
    font-family        : 'Roboto', sans-serif;
    transition         : all 500ms ease;
    -webkit-transition : all 500ms ease;
    -ms-transition     : all 500ms ease;
    -o-transition      : all 500ms ease;
}

.default-form input[type="text"]:focus,
.default-form input[type="email"]:focus,
.default-form input[type="password"]:focus,
.default-form input[type="number"]:focus,
.default-form select:focus,
.default-form textarea:focus {
    border-color : #d3bc8e;
}

.default-form .form-group button[type="submit"] {
    color          : #333333;
    font-size      : 12px;
    padding        : 10px 45px;
    margin-top     : 30px;
    font-weight    : 700;
    text-transform : uppercase;
}

.default-form textarea {
    height        : 140px;
    margin-bottom : 10px;
    resize        : none;
}

.default-form input.error,
.default-form select.error,
.default-form textarea.error {
    border-color : #FF0000 !important;
}

.default-form label.error {
    display        : block;
    line-height    : 24px;
    padding        : 5px 0px 0px;
    margin         : 0px;
    text-transform : uppercase;
    font-size      : 11px;
    color          : #FF0000;
    font-weight    : 500;
}

.default-form.dark-form .form-group.icon-group .icon-label {
    color : #D2D2D2;
}

.default-form.dark-form .group-inner input {
    background-color : rgba(0, 0, 0, 0.30);
    border-color     : #3A3A3A;
    color            : #FFFFFF;
}

.default-form.dark-form .group-inner input:focus {
    border-color : #d3bc8e;
}

/***

====================================================================
	Meeting Section
====================================================================

***/

.meeting-section {
    position : relative;
    padding  : 120px 0px 90px 0px;
}

.meeting-section .content-column {
    position      : relative;
    margin-bottom : 40px;
}

.meeting-section .content-column .inner-box .read-more {
    margin-top     : 34px;
    padding        : 10px 40px;
    text-transform : uppercase;
}

.meeting-section .content-column .inner-box .meeting-info {
    position   : relative;
    margin-top : 18px;
}

.meeting-section .content-column .inner-box .meeting-info h4 {
    position    : relative;
    font-size   : 16px;
    color       : #333333;
    font-family : 'Oswald', sans-serif;
}

.meeting-section .content-column .inner-box .meeting-info .text {
    color      : #777777;
    font-size  : 14px;
    margin-top : 6px;
}

.meeting-section .content-column .inner-box .read-more {
    font-weight : 700;
    color       : #333333;
    font-size   : 12px;
}

.meeting-section .image-column {
    position : relative;
}

.meeting-section .image-column .row {
    margin : 0px -5px;
}

.meeting-section .image-column .image-box img {
    position : relative;
    width    : 100%;
    display  : block;
}

.meeting-section .image-column .column {
    position      : relative;
    padding       : 0px 5px;
    margin-bottom : 15px;
}

/***

====================================================================
	Dishes Carousel Section
====================================================================

***/

.dishes-carousel-section {
    position              : relative;
    background-attachment : fixed;
    background-position   : center center;
    background-repeat     : no-repeat;
    background-size       : cover;
    padding               : 35px 30px 0px 30px;
}

.dishes-carousel-section h4 {
    position      : relative;
    color         : #FFFFFF;
    font-size     : 24px;
    font-weight   : 700;
    margin-bottom : 35px;
    font-family   : 'Roboto', serif;
}

.dishes-carousel-section .owl-controls {
    margin   : 0px !important;
    padding  : 0px;
    position : absolute;
    left     : 0px;
    top      : 0px;
    width    : 100%;
}

.dishes-carousel-section .owl-dots {
    display : none !important;
}

.dishes-carousel-section .owl-nav {
    max-width : 1170px;
    margin    : 0 auto;
    position  : relative;
}

.dishes-carousel-section .owl-controls .owl-nav [class*="owl-"] {
    position         : absolute;
    top              : -70px;
    margin           : 0px;
    font-size        : 16px;
    padding          : 0px;
    line-height      : 32px;
    width            : 34px;
    height           : 34px;
    background-color : rgba(255, 255, 255, 0.10);
    border-radius    : 0px;
}

.dishes-carousel-section .owl-controls .owl-nav [class*="owl-"]:hover {
    background-color : rgba(254, 181, 24, 0.30);
    color            : #F1AC17;
}

.dishes-carousel-section .owl-controls .owl-nav [class*="owl-prev"] {
    right : 40px;
}

.dishes-carousel-section .owl-controls .owl-nav [class*="owl-next"] {
    right : 0px;
}

.chef-info-section {
    position              : relative;
    background-attachment : fixed;
    background-position   : center center;
    background-repeat     : no-repeat;
    background-size       : cover;
    background-color      : #F9F9F9;
    padding-top           : 35px;
}

.chef-info-section .image-column {
    position : relative;
}

.chef-info-section .image-column .image-box {
    position : relative;
}

.chef-info-section .image-column .image-box img {
    position  : relative;
    max-width : 100%;
    display   : block;
}

.chef-info-section .content-column {
    position      : relative;
    margin-bottom : 40px;
}

.chef-info-section .content-column .inner-box {
    position   : relative;
    margin-top : 230px;
}

.chef-info-section .content-column .inner-box {
    color     : #777777;
    font-size : 14px;
}

.chef-info-section .content-column .inner-box .social-icon-two {
    margin-top : 35px;
}

/***

====================================================================
	Reservation Section
====================================================================

***/

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

.reservation-section .content-box {
    position       : relative;
    max-width      : 760px;
    margin         : 0 auto;
    text-align     : center;
    padding-bottom : 50px;
    border-bottom  : 1px solid #E4E4E4;
}

.reservation-section .content-box h2 {
    position    : relative;
    color       : #d3bc8e;
    font-size   : 32px;
    font-weight : 700;
}

.reservation-section .content-box h3 {
    color         : #333333;
    font-size     : 26px;
    font-weight   : 700;
    margin-bottom : 15px;
    font-family   : 'Roboto', serif;
}

.reservation-section .content-box .text {
    position : relative;
}

.reservation-section .content-box .text p {
    position      : relative;
    color         : #777777;
    font-size     : 15px;
    max-width     : 570px;
    margin        : 0 auto;
    margin-bottom : 26px;
}

.reservation-section .content-box .text p:last-child {
    margin-bottom : 0px;
}

.reservation-section .content-box .text p span {
    color : #d3bc8e;
}

.reservation-section .content-box h4 {
    color       : #333333;
    font-size   : 25px;
    font-weight : 700;
    margin-top  : 15px;
    font-family : 'Oswald', sans-serif;
}

.reservation-section .form-box {
    position   : relative;
    margin-top : 60px;
    max-width  : 960px;
    margin     : 0 auto;
}

.reservation-section .form-box h3 {
    color       : #333333;
    font-size   : 22px;
    text-align  : center;
    font-weight : 700;
    margin      : 50px 0px;
    font-family : 'Roboto', serif;
}

/***

====================================================================
	Page Title
====================================================================

***/

.page-title {
    position              : relative;
    padding               : 202px 0px;
    text-align            : center;
    background-attachment : fixed;
    background-position   : center center;
    background-repeat     : no-repeat;
    background-size       : cover;
}

.page-title h3 {
    position  : relative;
    color     : #d3bc8e;
    font-size : 32px;
}

.page-title h2 {
    position    : relative;
    color       : #FFFFFF;
    font-size   : 28px;
    font-weight : 700;
    font-family : 'Roboto', serif;
}

/***

====================================================================
	Contact Banner
====================================================================

***/

.contact-banner {
    position              : relative;
    background-attachment : fixed;
    background-position   : center center;
    background-repeat     : no-repeat;
    background-size       : cover;
    padding               : 68px 0px 34px;
}

.contact-banner .column {
    margin-bottom : 30px;
}

.contact-banner h2 {
    position    : relative;
    color       : #FFFFFF;
    font-size   : 26px;
    font-family : 'Roboto', serif;
}

/***

====================================================================
	Food Section
====================================================================

***/

.food-section {
    position : relative;
    padding  : 110px 0px 90px 0px;
}

.gallery-section {
    position : relative;
    padding  : 10px 0px 110px 0px;
}

.gallery-section .gallery-item {
    margin-bottom : 30px;
}

.gallery-section .image-box .title-box {
    padding : 0px 0px 40px 30px;
    color   : #d3bc8e;
}

.gallery-section .styled-pagination {
    margin-top : 50px;
}

/***

====================================================================
	Styled Pagination
====================================================================

***/

.styled-pagination {
    position : relative;
}

.styled-pagination li {
    position : relative;
    display  : inline-block;
    margin   : 0px 5px 7px 0px;
}

.styled-pagination li a {
    position           : relative;
    display            : block;
    line-height        : 24px;
    padding            : 8px 5px;
    font-size          : 15px;
    min-width          : 40px;
    background         : none;
    color              : #333333;
    font-weight        : 500;
    text-align         : center;
    border-radius      : 0;
    text-transform     : capitalize;
    transition         : all 500ms ease;
    -webkit-transition : all 500ms ease;
    -ms-transition     : all 500ms ease;
    -o-transition      : all 500ms ease;
    -moz-transition    : all 500ms ease;
}

.styled-pagination li .next {
    padding       : 5px 34px;
    border-radius : 50px;
    border        : 1px solid #EAEAEA;
}

.styled-pagination li:hover a,
.styled-pagination li.active a {
    color        : #FFFFFF;
    background   : #d3bc8e;
    border-color : #d3bc8e;
}

/***

====================================================================
	Gallery Popup style
====================================================================

***/

body.popup-visible {
    overflow : hidden;
}

.gallery-box {
    position           : fixed;
    left               : 0px;
    top                : -120%;
    width              : 100%;
    height             : 100%;
    overflow           : auto;
    padding            : 0px;
    z-index            : 9999;
    visibility         : hidden;
    opacity            : 0;
    -webkit-transition : all 1000ms ease-in-out;
    -o-transition      : all 1000ms ease-in-out;
    -ms-transition     : all 1000ms ease-in-out;
    transition         : all 1000ms ease-in-out;
}

.gallery-box.now-visible {
    top        : 0px;
    visibility : visible;
    opacity    : 1;
}

.gallery-box .bg-fade-layer {
    position   : fixed;
    left       : 0px;
    top        : 0px;
    width      : 100%;
    height     : 100%;
    background : rgba(21, 21, 21, 0.80);
}

.gallery-box .popup-content {
    overflow : hidden;
    border   : 1px solid #505050;
}

.gallery-box .popup-header {
    position   : relative;
    padding    : 20px 30px;
    background : #d3bc8e;
    color      : #FFFFFF;
}

.gallery-box .popup-header .btn-close {
    position    : absolute;
    top         : 20px;
    right       : 30px;
    color       : #FFFFFF;
    width       : 30px;
    height      : 30px;
    background  : #FEBD30;
    opacity     : 1;
    font-size   : 14px;
    line-height : 30px;
    padding     : 0px;
    display     : block;
    border      : none;
    z-index     : 1;
}

.gallery-box .popup-header .close:hover {
    background : #999999;
}

.gallery-box .popup-header h3 {
    position       : relative;
    font-size      : 20px;
    text-align     : center;
    line-height    : 30px;
    color          : #FFFFFF;
    font-weight    : 400;
    text-transform : capitalize;
}

.gallery-box .popup-container {
    margin    : 50px auto;
    width     : auto;
    max-width : 1070px;
    padding   : 0px 15px;
}

.gallery-box .content-outer {
    position   : relative;
    padding    : 30px 30px;
    background : #FFFFFF;
}

.vertical-slider-outer {
    position : relative;
}

/***

====================================================================
	Sidebar
====================================================================

***/

.sidebar-page-container {
    position : relative;
    padding  : 110px 0px 90px;
}

.sidebar-page-container .sidebar,
.sidebar-page-container .content-side {
    margin-bottom : 30px !important;
}

.sidebar-page-container.right-side-bar .content-side {
    padding-right : 35px;
}

.sidebar-page-container.left-side-bar .content-side {
    padding-left : 35px;
}

.sidebar .sidebar-title {
    position      : relative;
    margin-bottom : 25px;
}

.sidebar .sidebar-title h2 {
    font-size      : 18px;
    color          : #253D4A;
    font-weight    : 400;
    text-transform : capitalize;
}

.sidebar .sidebar-widget {
    position      : relative;
    margin-bottom : 30px;
}

.sidebar .sidebar-widget.categories .sidebar-title {
    margin-bottom : 6px;
}

/*Search Box*/

.sidebar .search-box .form-group {
    position : relative;
    margin   : 0px;
}

.sidebar .search-box .form-group input[type="text"],
.sidebar .search-box .form-group input[type="search"] {
    position           : relative;
    line-height        : 22px;
    padding            : 8px 40px 8px 20px;
    border             : 1px solid #E8E8E8;
    background         : #FFFFFF;
    color              : #3A3A3A;
    display            : block;
    font-size          : 13px;
    width              : 100%;
    height             : 40px;
    transition         : all 500ms ease;
    -moz-transition    : all 500ms ease;
    -webkit-transition : all 500ms ease;
    -ms-transition     : all 500ms ease;
    -o-transition      : all 500ms ease;
}

.sidebar .search-box .form-group input:focus {
    border-color : #d3bc8e;
}

.sidebar .search-box .form-group button {
    position    : absolute;
    right       : 1px;
    top         : 1px;
    height      : 40px;
    width       : 40px;
    line-height : 40px;
    text-align  : center;
    display     : block;
    font-size   : 15px;
    color       : #555555;
    background  : none;
    font-weight : normal;
}

.sidebar .search-box .form-group input:focus + button,
.sidebar .search-box .form-group button:hover {
    color : #777777;
}

/*list*/

.sidebar .list {
    position : relative;
}

.sidebar .list li {
    position    : relative;
    line-height : 24px;
}

.sidebar .list li a {
    position     : relative;
    display      : block;
    color        : #777777;
    font-size    : 14px;
    font-weight  : 400;
    line-height  : 24px;
    padding      : 7px 15px 3px;
    padding-left : 20px;
}

.sidebar .list li a:before {
    position         : absolute;
    content          : '';
    width            : 5px;
    height           : 5px;
    border-radius    : 0;
    font-size        : 26px;
    left             : 0;
    top              : 50%;
    color            : #C2C3C5;
    line-height      : 24px;
    background-color : #C2C3C5;
}

.sidebar .list li a:hover, .sidebar .list li.active a {
    color : #d3bc8e;
}

.sidebar .list li.active a:before, .sidebar .list li a:hover:before {
    color            : #d3bc8e;
    background-color : #d3bc8e;
}

/*Popular Posts*/

.sidebar .popular-posts .post {
    position      : relative;
    font-size     : 14px;
    color         : #CCCCCC;
    padding-left  : 100px;
    padding-top   : 5px;
    min-height    : 90px;
    margin-bottom : 20px;
}

.sidebar .popular-posts .post:last-child {
    border-bottom  : none;
    margin-bottom  : 0px;
    padding-bottom : 0px;
}

.sidebar .popular-posts .post .post-thumb {
    position : absolute;
    left     : 0px;
    top      : 0px;
    width    : 80px;
}

.sidebar .popular-posts .post:hover .post-thumb img {
    opacity : 0.50;
}

.sidebar .popular-posts .post .post-thumb img {
    display : block;
    width   : 100%;
}

.sidebar .popular-posts .post h4 {
    font-size   : 15px;
    margin      : 0px;
    line-height : 1.4em;
    color       : #253D4A;
    font-family : 'Roboto', serif;
    font-weight : 500;
}

.sidebar .popular-posts .post a,
.sidebar .popular-posts .post a:hover {
    color : #d3bc8e;
}

.sidebar .popular-posts .post h4 a {
    color       : #333333;
    font-weight : 300;
}

.sidebar .popular-posts .post-price {
    font-size : 13px;
    color     : #333333;
}

.sidebar .popular-posts .post-price .discount {
    position        : relative;
    color           : #999999;
    margin-left     : 15px;
    text-decoration : line-through;
}

.rangeslider-widget .outer-box {
    position : relative;
    padding  : 10px 0px 0px;
}

.rangeslider-widget .form-group {
    position    : relative;
    color       : #999999;
    font-weight : 400;
    font-size   : 13px;
    margin      : 40px 0px 0px;
}

.rangeslider-widget .val-box {
    position    : relative;
    display     : inline-block;
    margin      : 2px 0px 0px 0px;
    line-height : 24px;
    font-size   : 13px;
    padding     : 5px 0px;
    width       : 50px;
    text-align  : center;
    color       : #999999;
    font-weight : 500;
}

.rangeslider-widget .noUi-connect {
    background : #d3bc8e !important;
    box-shadow : none;
}

.rangeslider-widget .noUi-background {
    background : #F7F7F7 !important;
    border     : 0px;
}

.rangeslider-widget .noUi-handle {
    top              : -7px !important;
    background-color : transparent !important;
    box-shadow       : none;
    border           : 1px solid #D4D4D4;
    cursor           : pointer;
    width            : 20px;
    height           : 20px;
    background       : #FFFFFF !important;
    margin-left      : 14px;
    border-radius    : 50%;
}

.rangeslider-widget .noUi-handle:before {
    position         : absolute;
    content          : '';
    left             : 6px;
    top              : 6px;
    width            : 6px;
    height           : 6px;
    background-color : #D4D4D4;
    border-radius    : 50%;
}

.rangeslider-widget .noUi-horizontal {
    height     : 5px !important;
    box-shadow : none !important;
    background : #F7542B;
}

.rangeslider-widget .btn-style-one {
    padding        : 0px 13px;
    font-weight    : 400;
    color          : #FFFFFF !important;
    letter-spacing : 1px;
    text-transform : uppercase;
}

.rangeslider-widget .btn-style-one:hover {
    color : #d3bc8e !important;
}

/***

====================================================================
	List Style One
====================================================================

***/

.list-style-one {
    position : relative;
}

.list-style-one li {
    position      : relative;
    padding-left  : 22px;
    font-size     : 14px;
    color         : #777777;
    margin-bottom : 20px;
}

.list-style-one li:before {
    position         : absolute;
    content          : '';
    left             : 0px;
    top              : 9px;
    width            : 6px;
    height           : 6px;
    background-color : #d3bc8e;
}

/***

====================================================================
	List Style Two
====================================================================

***/

.list-style-two {
    position   : relative;
    margin-top : 20px;
}

.list-style-two li {
    position      : relative;
    padding-left  : 35px;
    font-size     : 13px;
    color         : #777777;
    margin-bottom : 14px;
}

.list-style-two li span {
    position  : absolute;
    left      : 0px;
    top       : 2px;
    font-size : 18px;
    color     : #d3bc8e;
}

.list-style-two li.direction {
    padding-left : 0px;
    margin-top   : 18px;
}

.list-style-two li.direction a {
    color              : #333333;
    font-size          : 14px;
    font-weight        : 400;
    -webkit-transition : all 300ms ease;
    -ms-transition     : all 300ms ease;
    -o-transition      : all 300ms ease;
    -moz-transition    : all 300ms ease;
    transition         : all 300ms ease;
}

.list-style-two li.direction a:hover {
    color : #d3bc8e;
}

/***

====================================================================
	Comments Area
====================================================================

 ***/

.sidebar-page-container .comments-area {
    position      : relative;
    margin-bottom : 40px;
    margin-top    : 50px;
}

.sidebar-page-container .comments-area .group-title {
    position      : relative;
    margin-bottom : 30px;
}

.sidebar-page-container .comments-area .group-title h2 {
    font-size   : 18px;
    color       : #323232;
    font-weight : 400;
}

.sidebar-page-container .comments-area .comment-box {
    position           : relative;
    padding            : 25px 0px 0px;
    margin-bottom      : 25px;
    -webkit-transition : all 300ms ease;
    -ms-transition     : all 300ms ease;
    -o-transition      : all 300ms ease;
    -moz-transition    : all 300ms ease;
    transition         : all 300ms ease;
}

.sidebar-page-container .comments-area .comment-box:nth-child(1) {
    padding-top : 0px;
}

.sidebar-page-container .comments-area .comment-box:hover {
    border-color : #222222;
}

.sidebar-page-container .comments-area .comment {
    position  : relative;
    padding   : 0px 0px 0px 135px;
    font-size : 14px;
}

.sidebar-page-container .comments-area .comment .comment-inner {
    position       : relative;
    padding-bottom : 42px;
    padding-top    : 12px;
    border-bottom  : 1px solid #F3F3F3;
}

.sidebar-page-container .comments-area .comment .comment-reply {
    position           : absolute;
    right              : 0px;
    top                : 12px;
    color              : #333333;
    font-size          : 12px;
    font-weight        : 700;
    -webkit-transition : all 300ms ease;
    -ms-transition     : all 300ms ease;
    -o-transition      : all 300ms ease;
    -moz-transition    : all 300ms ease;
    transition         : all 300ms ease;
}

.sidebar-page-container .comments-area .comment .comment-reply .arrow {
    position    : relative;
    top         : 1px;
    margin-left : 4px;
}

.sidebar-page-container .comments-area .comment .comment-reply:hover {
    color           : #d3bc8e;
    padding-bottom  : 3px;
    text-decoration : underline;
}

.sidebar-page-container .comments-area .reply-comment {
    padding-left : 90px;
}

.sidebar-page-container .comments-area .comment-box .author-thumb {
    position      : absolute;
    left          : 0px;
    top           : 0px;
    width         : 102px;
    border-radius : 50%;
}

.sidebar-page-container .comments-area .comment-box .author-thumb img {
    width         : 100%;
    border-radius : 50%;
    display       : block;
}

.sidebar-page-container .comments-area .comment-info {
    margin-bottom : 5px;
    color         : #3E5773;
    line-height   : 24px;
    font-size     : 13px;
}

.sidebar-page-container .comments-area .comment-box strong {
    font-size   : 15px;
    font-weight : 400;
    color       : #323232;
    display     : inline-block;
    font-family : 'Oswald', sans-serif;
}

.sidebar-page-container .comments-area .comment-box .text {
    color         : #777777;
    font-size     : 14px;
    margin-bottom : 8px;
    line-height   : 1.6em;
}

.sidebar-page-container .comments-area .comment-info .comment-time {
    font-size    : 12px;
    color        : #777777;
    float        : right;
    margin-right : 70px;
    display      : inline-block;
}

.sidebar-page-container .comments-area .comment-box .theme-btn {
    padding        : 5px 30px;
    font-size      : 12px;
    border         : 1px solid #FBCA00;
    text-transform : uppercase;
    letter-spacing : 1px;
}

/*Shop Section*/

.shop-section {
    padding : 120px 0px 140px 0px;
}

.items-sorting {
    position      : relative;
    margin-bottom : 20px;
}

.items-sorting .results-column,
.items-sorting .select-column {
    margin-bottom : 10px;
}

.items-sorting .results-column h4 {
    font-size   : 14px;
    font-weight : 400;
    color       : #777777;
    line-height : 24px;
    padding     : 10px 0px;
    font-family : 'Roboto', serif;
}

.items-sorting .form-group {
    margin-bottom : 0px;
}

.items-sorting select {
    position           : relative;
    display            : block;
    width              : 100%;
    line-height        : 28px;
    padding            : 10px 15px 9px;
    height             : 50px;
    font-size          : 14px;
    border             : 2px solid #E9E9E9;
    cursor             : pointer;
    -moz-appearance    : none;
    -webkit-appearance : none;
    -ms-appearance     : none;
    -o-appearance      : none;
    background         : url(../images/icons/icon-select-2.png) right center no-repeat;
    color              : #999999;
    transition         : all 500ms ease;
    -webkit-transition : all 500ms ease;
    -ms-transition     : all 500ms ease;
    -o-transition      : all 500ms ease;
}

.items-sorting select option {
    text-indent : 15px;
}

.shop-section .styled-pagination {
    position   : relative;
    margin-top : 30px;
}

.shop-section .items-sorting {
    margin-bottom : 30px;
}

.shop-item-section .row {
    margin : 0px -10px;
}

.shop-item-section .dish-item {
    padding : 0px 10px;
}

.shop-item-section .styled-pagination {
    margin-top : 30px;
}

/*shop single*/

.shop-single {
    position : relative;
    padding  : 120px 0px 0px 0px;
}

.product-details .basic-details {
    position      : relative;
    margin-bottom : 0px;
}

.product-details .image-column,
.product-details .info-column {
    margin-bottom : 20px;
}

.product-details .info-column {
    padding-left : 15px;
}

.product-details .image-column .image-box {
    border     : 1px solid #E0E0E0;
    background : #FFFFFF;
}

.product-details .image-column .image-box img {
    position : relative;
    display  : block;
    width    : 100%;
}

.product-details .basic-details .details-header {
    position : relative;
}

.product-details .basic-details .details-header h4 {
    font-size     : 20px;
    margin        : 0px 0px;
    line-height   : 1.4em;
    color         : #333333;
    margin-bottom : 12px;
    font-family   : 'Oswald', sans-serif;
}

.product-details .basic-details .details-header h4 a {
    color : #333333;
}

.product-details .basic-details .details-header .rating {
    position    : relative;
    font-size   : 12px;
    color       : #d3bc8e;
    line-height : 24px;
    display     : inline-block;
}

.product-details .basic-details .details-header .rating .light {
    color : #ACACAC;
}

.product-details .basic-details .details-header .rating span {
    display      : inline-block;
    margin-right : 3px;
}

.product-details .basic-details .details-header .reviews {
    position    : relative;
    margin-left : 10px;
    display     : inline-block;
}

.product-details .basic-details .details-header .reviews .separater {
    color  : #ACACAC;
    margin : 0px 6px;
}

.product-details .basic-details .details-header .reviews a {
    position  : relative;
    color     : #ACACAC;
    font-size : 14px;
}

.product-details .basic-details .text {
    margin-bottom : 10px;
    color         : #777777;
    font-size     : 14px;
    line-height   : 1.8em;
    margin-top    : 12px;
}

.product-details .basic-details .text p {
    margin-bottom : 0px;
}

.product-details .info-column {
    position : relative;
}

.product-details .info-column .item-price {
    position      : relative;
    padding       : 25px 0px;
    margin-top    : 22px;
    border-top    : 1px solid #F0F0F0;
    border-bottom : 1px solid #F0F0F0;
}

.product-details .info-column .item-price .price {
    color       : #d3bc8e;
    font-size   : 20px;
    font-weight : 700;
}

.product-details .info-column .item-price .price-tax {
    color      : #777777;
    font-size  : 15px;
    margin-top : 2px;
}

.product-details .other-options {
    position : relative;
    margin   : 40px 0px;
}

.product-details .other-options h4 {
    position     : relative;
    float        : left;
    color        : #333333;
    font-size    : 14px;
    line-height  : 44px;
    margin-right : 12px;
}

.product-details .basic-details .item-quantity {
    position     : relative;
    float        : left;
    width        : 45px;
    height       : 45px;
    border       : 1px solid #EDEDED;
    margin-right : 15px;
}

.product-details .basic-details .item-quantity input {
    width       : 100%;
    padding     : 6px;
    line-height : 30px;
}

.product-details .other-options .add-to-cart {
    color       : #FFFFFF !important;
    font-weight : 400;
    padding     : 7px 35px;
    float       : left;
}

.product-details .other-options .add-to-cart:hover {
    color : #d3bc8e !important;
}

.product-details .other-options .share-icon {
    position    : relative;
    float       : left;
    width       : 44px;
    height      : 44px;
    line-height : 42px;
    text-align  : center;
    margin-left : 15px;
    border      : 1px solid #ECECEC;
}

.product-details .other-options .share-icon a {
    display : block;
}

.product-details .other-options .share-icon a .icon {
    color       : #232323;
    font-size   : 20px;
    font-weight : 700;
}

.shop-related-post {
    padding : 80px 0px 100px;
}

/***

====================================================================
	Comment Form
====================================================================

 ***/

.comment-form .form-group {
    position      : relative;
    margin-bottom : 15px;
}

.comment-form .group-title {
    margin-bottom : 60px;
}

.comment-form .group-title h2 {
    position  : relative;
    color     : #323232;
    font-size : 18px;
}

.comment-form .form-group .field-label {
    position      : relative;
    display       : block;
    font-size     : 12px;
    margin-bottom : 3px;
    color         : #777777;
}

.comment-form .form-group .field-label sup {
    color     : #d3bc8e;
    font-size : 12px;
}

.comment-form .form-group input[type="text"],
.comment-form .form-group input[type="password"],
.comment-form .form-group input[type="tel"],
.comment-form .form-group input[type="email"],
.comment-form .form-group select {
    position           : relative;
    display            : block;
    width              : 100%;
    line-height        : 24px;
    padding            : 7px 15px;
    color              : #222222;
    border             : 1px solid #F1F1F1;
    height             : 40px;
    background         : #FFFFFF;
    -webkit-transition : all 300ms ease;
    -ms-transition     : all 300ms ease;
    -o-transition      : all 300ms ease;
    -moz-transition    : all 300ms ease;
    transition         : all 300ms ease;
}

.comment-form .form-group input[type="text"]:focus,
.comment-form .form-group input[type="password"]:focus,
.comment-form .form-group input[type="tel"]:focus,
.comment-form .form-group input[type="email"]:focus,
.comment-form .form-group select:focus,
.comment-form .form-group textarea:focus {
    border-color : #d3bc8e;
}

.comment-form .form-group textarea {
    position           : relative;
    display            : block;
    width              : 100%;
    line-height        : 24px;
    padding            : 8px 15px;
    color              : #222222;
    border             : 1px solid #F1F1F1;
    height             : 140px;
    background         : #FFFFFF;
    resize             : none;
    margin-bottom      : 21px;
    -webkit-transition : all 300ms ease;
    -ms-transition     : all 300ms ease;
    -o-transition      : all 300ms ease;
    -moz-transition    : all 300ms ease;
    transition         : all 300ms ease;
}

.comment-form button {
    position       : relative;
    padding        : 5px 20px;
    color          : #FFFFFF !important;
    letter-spacing : 1px;
    font-weight    : 400;
    display        : block;
    width          : 100%;
}

/***

====================================================================
	Cart Section style
====================================================================

***/

.cart-section {
    position : relative;
    padding  : 120px 0px;
}

.cart-outer {
    position      : relative;
    margin-bottom : 90px;
}

.cart-outer .default-title h2 {
    font-size     : 18px;
    color         : #333333;
    font-weight   : 700;
    margin-bottom : 50px;
    font-family   : 'Roboto', serif;
}

.cart-outer .table-outer {
    position   : relative;
    width      : 100%;
    overflow-x : auto;
    border     : 1px solid #E0E0E0;
    background : #FFFFFF;
}

.cart-outer .cart-table {
    width     : 100%;
    min-width : 900px !important;
}

.cart-table .cart-header {
    position       : relative;
    width          : 100%;
    text-transform : uppercase;
    font-size      : 14px;
    color          : #222222;
    margin         : 0px !important;
    border-bottom  : 1px solid #E0E0E0;
}

.cart-table thead tr {
    position : relative;
    width    : 100%;
}

.cart-table thead tr th {
    line-height : 24px;
    padding     : 20px 30px;
    min-width   : 120px;
    font-weight : 600;
    text-align  : center;
    font-size   : 13px;
    border-left : 1px solid #E0E0E0 !important;
}

.cart-table thead tr th:nth-child(1) {
    border : none !important;
}

.cart-table thead tr th .fa {
    font-size : 18px;
    padding   : 0px 20px 0px 30px;
}

.cart-table thead tr th.prod-column {
    text-align     : left;
    vertical-align : middle;
}

.cart-table tbody tr td {
    line-height : 24px;
    padding     : 20px 30px;
    min-width   : 120px;
    text-align  : center;
    font-size   : 16px;
    font-weight : 300;
    font-family : 'Oswald', sans-serif;
}

.cart-table tbody tr .qty {
    width : 200px;
}

.cart-table tbody tr .prod-column .column-box {
    position     : relative;
    min-height   : 106px;
    padding-left : 120px;
    padding-top  : 15px;
    text-align   : left;
}

.cart-table tbody tr .prod-column .column-box .prod-thumb {
    position : absolute;
    width    : 100px;
    left     : 0px;
    top      : 0px;
}

.cart-table tbody tr .prod-column .column-box .prod-thumb img {
    display   : block;
    max-width : 100%;
}

.cart-table tbody tr .prod-column .column-box h4 {
    font-size      : 18px;
    color          : #333333;
    font-weight    : 300;
    text-transform : uppercase;
    font-family    : 'Oswald', sans-serif;
}

.cart-table tbody tr .prod-column .author {
    font-size     : 13px;
    color         : #333333;
    margin-bottom : 0px;
}

.cart-table tbody tr .prod-column .rating {
    font-size : 13px;
    color     : #FF9C01;
}

.cart-table tbody tr .prod-column .rating .fa {
    display      : inline-block;
    margin-right : 2px;
}

.cart-table tbody tr .sub-total,
.cart-table tbody tr .price {
    font-weight : 300;
    color       : #223555;
}

.cart-table tbody tr .remove-btn {
    position           : relative;
    display            : inline-block;
    padding            : 0px;
    font-size          : 14px;
    color              : #474747;
    line-height        : 26px;
    width              : 30px;
    border             : 1px solid #474747;
    border-radius      : 50%;
    -webkit-transition : all 500ms ease;
    -ms-transition     : all 500ms ease;
    -o-transition      : all 500ms ease;
    -moz-transition    : all 500ms ease;
    transition         : all 500ms ease;
}

.cart-table tbody tr .remove-btn .fa {
    position    : relative;
    padding     : 0px 0px;
    font-size   : 14px;
    line-height : 28px;
}

.cart-table tbody tr .remove-btn:hover {
    color : #474747;
}

.cart-table tbody tr {
    border-bottom : 1px solid #E9E9E9;
}

.cart-table tbody tr:last-child {
    border-bottom : none;
}

.cart-table tbody tr td {
    vertical-align : middle;
    border-right   : 1px solid #E0E0E0;
}

.cart-table tbody tr td .quantity-spinner {
    width    : 100%;
    position : relative;
}

.cart-table tbody .available-info {
    position     : relative;
    padding-left : 50px;
}

.cart-table tbody .available-info .icon {
    position      : absolute;
    left          : 0px;
    top           : 5px;
    width         : 40px;
    height        : 40px;
    line-height   : 40px;
    text-align    : center;
    font-size     : 18px;
    color         : #FFFFFF;
    background    : #223555;
    border-radius : 50%;
}

.cart-section .price-calculator {
    position : relative;
}

.cart-section .price-calculator .outer-box {
    position      : relative;
    padding       : 22px 30px;
    border        : 1px solid #E0E0E0;
    margin-bottom : 40px;
    background    : #FFFFFF;
}

.cart-section .price-calculator .outer-box .top-bar {
    padding-bottom : 5px;
    border-bottom  : 1px solid #E0E0E0;
}

.cart-section .price-calculator .outer-box .default-title h3 {
    color     : #333333;
    font-size : 18px;
}

.cart-section .price-calculator .outer-box .lower-total {
    position    : relative;
    margin-top  : 0px;
    padding-top : 15px;
    border-top  : 1px solid #E0E0E0;
}

.cart-section .price-calculator .outer-box .lower-total li {
    line-height : 28px;
}

.cart-section .price-calculator .outer-box .lower-total li .col {
    position    : relative;
    display     : block;
    float       : left;
    line-height : 28px;
    padding     : 5px 0px;
    width       : 70%;
    color       : #000000;
}

.cart-section .price-calculator .outer-box .lower-total li .col.bold-text {
    width          : 30%;
    font-weight    : 700;
    font-size      : 18px;
    color          : #333333;
    text-transform : capitalize;
}

.cart-section .price-calculator .outer-box .lower-total li .col.total {
    font-size  : 18px;
    text-align : right;
}

/*Select Amount*/

.cart-section .price-calculator .outer-box .select-amount {
    position : relative;
    padding  : 25px 0px 30px;
}

.cart-section .price-calculator .outer-box .select-amount .title-box {
    position : relative;
}

.cart-section .price-calculator .outer-box .select-amount .title-box label {
    position : relative;
    cursor   : none;
}

.cart-section .outer-box .select-amount label {
    position      : relative;
    font-size     : 13px;
    color         : #777777;
    font-weight   : 500;
    cursor        : pointer;
    margin-bottom : 10px;
}

.cart-section .outer-box .select-amount .select-box {
    position : relative;
}

.cart-section .outer-box .select-amount .select-box label {
    padding-left : 35px;
}

.cart-section .outer-box .select-amount .select-box input[type="radio"] {
    position         : absolute;
    left             : 0px;
    top              : 0px;
    width            : 19px;
    visibility       : hidden;
    height           : 19px;
    background-color : #FFFFFF;
    border           : 1px solid #CFCFCF;
}

.cart-section .outer-box .select-amount .select-box input[type="radio"]:checked + label .check-icon {
    opacity : 1;
}

.cart-section .outer-box .select-amount .select-box .default-check {
    position         : absolute;
    left             : 0px;
    top              : 3px;
    width            : 19px;
    height           : 19px;
    background-color : #FFFFFF;
    border           : 1px solid #CFCFCF;
}

.cart-section .outer-box .select-amount .select-box .check-icon {
    position    : absolute;
    content     : '\f00c';
    left        : 0px;
    top         : 2px;
    width       : 19px;
    height      : 19px;
    color       : #d3bc8e;
    z-index     : 99;
    font-size   : 14px;
    text-align  : center;
    opacity     : 0;
    font-family : 'FontAwesome';
}

.cart-section .outer-box .select-amount .calculate-ship {
    margin-top     : 20px;
    text-transform : uppercase;
}

/*Cart Options*/

.cart-section .cart-options {
    position      : relative;
    margin-bottom : 30px;
    padding       : 25px 20px 20px;
    border        : 1px solid #E0E0E0;
}

.cart-section .cart-options h4 {
    font-size      : 16px;
    font-weight    : 600;
    text-transform : uppercase;
    font-family    : 'Roboto', serif;
    color          : #222222;
    margin-bottom  : 20px;
}

.cart-section .apply-coupon {
    position : relative;
}

.cart-section .apply-coupon .form-group {
    position      : relative;
    padding-right : 190px;
    margin-bottom : 10px;
}

.select-amount .form-group input[type="text"] {
    display     : block;
    line-height : 24px;
    padding     : 9px 15px;
    border      : 1px solid #E0E0E0;
    height      : 44px;
    width       : 100%;
    background  : none;
}

.cart-section .apply-coupon .theme-btn {
    position   : absolute;
    right      : 0px;
    top        : 0px;
    color      : #FFFFFF !important;
    padding    : 7px 36px;
    text-align : center;
}

.cart-section .apply-coupon .theme-btn:hover {
    color : #d3bc8e !important;
}

.cart-section .totals-table {
    position : relative;
}

.cart-section .totals-table li {
    position      : relative;
    line-height   : 28px;
    margin-bottom : 5px;
}

.cart-section .totals-table li:last-child {
    margin-bottom : 0px;
}

.cart-section .totals-table .col {
    position    : relative;
    display     : block;
    float       : left;
    line-height : 28px;
    padding     : 5px 0px;
    width       : 70%;
}

.cart-section .totals-table .col.total-amount {
    text-align : right;
    font-size  : 21px;
}

.cart-section .totals-table .col.bold-text {
    width          : 30%;
    font-weight    : 400;
    font-size      : 14px;
    color          : #999999;
    text-transform : capitalize;
}

.cart-section .totals-table .total {
    color : #333333;
}

.cart-section .totals-table a {
    color           : #33458D;
    text-decoration : underline;
}

.cart-section .update-btn {
    margin-right  : 8px;
    margin-bottom : 15px;
}

.cart-section .price-calculator .check-btns {
    text-align : right;
}

.cart-section .proceed-btn {
    padding : 8px 42px;
}

.cart-section .proceed-btn:hover {
    color : #d3bc8e !important;
}

/* Quantity Spinner*/

.quantity-spinner {
    position : relative;
    display  : block;
    border   : 1px solid #D0D0D0;
}

.product-details .quantity-spinner {
    margin-bottom : 20px;
}

.quantity-spinner input {
    position      : relative;
    display       : block;
    width         : 138px;
    line-height   : 24px;
    padding       : 9px 50px;
    height        : 42px;
    border        : 1px solid transparent;
    text-align    : center;
    border-radius : 5px;
}

.quantity-spinner .minus {
    position     : absolute;
    left         : 0px;
    top          : 0px;
    width        : 46px;
    height       : 42px;
    line-height  : 22px;
    padding      : 10px 10px;
    text-align   : center;
    font-size    : 16px;
    background   : #FFFFFF;
    border-right : 1px solid #D0D0D0;
    z-index      : 1;
}

.quantity-spinner .plus {
    position    : absolute;
    right       : 0px;
    top         : 0px;
    width       : 46px;
    height      : 42px;
    line-height : 22px;
    padding     : 10px 10px;
    text-align  : center;
    font-size   : 16px;
    background  : #FFFFFF;
    border-left : 1px solid #D0D0D0;
    z-index     : 1;
}

/***

====================================================================
	Checkout Style
====================================================================

***/

.checkout-page {
    position : relative;
    padding  : 120px 0px;
}

.checkout-page .cart-outer {
    margin-bottom : 60px;
}

.checkout-page .default-links {
    position      : relative;
    margin-bottom : 45px;
}

.checkout-page .default-links li {
    margin-bottom : 25px;
    line-height   : 40px;
    padding       : 10px 70px;
    background    : #F7F7F7;
    color         : #222222;
    font-size     : 16px;
    font-weight   : 700;
}

.checkout-page .default-links li .btn-style-three {
    text-transform : uppercase;
    font-size      : 11px;
    padding        : 5px 30px;
}

.checkout-page .billing-details {
    position      : relative;
    margin-bottom : 4px;
}

.checkout-page .billing-details .default-title {
    margin-bottom : 35px;
}

.checkout-page .billing-details .default-title h2 {
    font-size   : 18px;
    color       : #333333;
    font-weight : 700;
    font-family : 'Roboto', serif;
}

.checkout-page .check-box {
    line-height : 24px;
    font-size   : 14px;
    font-weight : normal;
}

.checkout-page .check-box label {
    position    : relative;
    top         : -1px;
    font-weight : normal;
    padding     : 0px;
    color       : #FF6363;
    font-size   : 14px;
    cursor      : pointer;
}

.checkout-page .place-order {
    position : relative;
    padding  : 0px;
}

.checkout-page .place-order .default-title h2 {
    font-size     : 18px;
    color         : #333333;
    font-weight   : 700;
    margin-bottom : 30px;
    font-family   : 'Roboto', serif;
}

.checkout-page .payment-options {
    position      : relative;
    margin-bottom : 30px;
}

.checkout-page .payment-options li {
    position      : relative;
    margin-bottom : 15px;
}

.checkout-page .payment-options li .radio-option {
    position : relative;
}

.checkout-page .payment-options li .radio-option label {
    position       : relative;
    display        : inline-block;
    padding-left   : 30px;
    font-weight    : 500 !important;
    text-transform : capitalize;
    letter-spacing : 1px;
    margin-bottom  : 0px;
    color          : #A5A5A5;
    font-size      : 14px;
    cursor         : pointer;
}

.checkout-page .payment-options li .radio-option label strong {
    font-weight : 600;
}

.checkout-page .payment-options li .radio-option input[type="radio"] {
    position : absolute;
    left     : 0px;
    top      : 3px;
}

.checkout-page .payment-options li .radio-option label .small-text {
    display        : block;
    padding-top    : 5px;
    letter-spacing : 0px;
    text-transform : none;
    font-weight    : normal;
    font-size      : 13px;
    color          : #A5A5A5;
    line-height    : 20px;
}

.checkout-page .payment-options li .radio-option label img {
    position     : relative;
    top          : -3px;
    display      : inline-block;
    max-width    : 100%;
    padding-left : 30px;
}

.checkout-page .place-order .theme-btn {
    padding : 8px 38px;
}

/*Shop Form*/

.billing-details .shop-form {
    position : relative;
}

.billing-details .shop-form .form-group {
    margin-bottom : 30px;
    padding       : 0px 15px;
}

.billing-details .shop-form .form-group.country {
    margin-bottom : 30px;
}

.shop-form .form-group .field-label {
    display        : block;
    line-height    : 24px;
    margin-bottom  : 10px;
    font-size      : 14px;
    text-transform : capitalize;
    color          : #222222;
}

.shop-form .form-group .field-label sup {
    color     : #FF0000;
    font-size : 16px;
    top       : 0px;
}

.shop-form input[type="text"],
.shop-form input[type="email"],
.shop-form input[type="password"],
.shop-form input[type="tel"],
.shop-form input[type="number"],
.shop-form input[type="url"],
.shop-form select,
.shop-form textarea {
    position           : relative;
    display            : block;
    width              : 100%;
    background         : #FFFFFF;
    line-height        : 24px;
    padding            : 12px 15px 12px 26px;
    height             : 50px;
    font-family        : 'Roboto', serif;
    border             : 1px solid #F0F0F0;
    transition         : all 300ms ease;
    -webkit-transition : all 300ms ease;
    -ms-transition     : all 300ms ease;
    -o-transition      : all 300ms ease;
    -moz-transition    : all 300ms ease;
}

.shop-form select {
    -webkit-appearance : none;
    -ms-appearance     : none;
    -moz-appearance    : none;
    -o-appearance      : none;
    background         : #FFFFFF url(../images/icons/icon-select-3.png) right center no-repeat;
    cursor             : pointer;
}

.shop-form select option {
    text-indent : 15px;
}

.shop-form textarea {
    resize        : none;
    margin-bottom : 0px;
    height        : 80px;
}

.shop-form textarea.shiping-address {
    height : 70px;
}

.shop-form input:focus,
.shop-form select:focus,
.shop-form textarea:focus {
    border-color : #d3bc8e;
}

.contact-form {
    position : relative;
    padding  : 120px 0px 0px 0px;
}

.contact-form .image-column {
    position : relative;
}

.contact-form .form-column {
    position : relative;
    /*margin-top : 80px;*/
}

.contact-form .form-column .inner-box .row {
    margin : 0px -10px;
}

.contact-form .form-column .sec-title {
    margin-bottom : 40px;
}

.contact-form .form-column .form-group {
    padding       : 0px 10px;
    margin-bottom : 25px;
}

.contact-form .form-column .form-group textarea {
    height : 170px;
}

.contact-form .form-column .form-group button[type="submit"] {
    margin-top : 0px;
    width      : 100%;
    font-size  : 13px;
    color      : #FFFFFF;
    padding    : 11px 45px;
}

.reverse-user {
    width              : 20px;
    height             : 20px;
    color              : #222222;
    border-radius      : 100%;
    background         : #DDDDDD;
    text-align         : center;
    line-height        : 18px;
    display            : inline-block;
    font-size          : 16px;
    -webkit-transition : all 300ms ease;
    -ms-transition     : all 300ms ease;
    -o-transition      : all 300ms ease;
    -moz-transition    : all 300ms ease;
    transition         : all 300ms ease;
}

.reverse-user:hover {
    color      : #DDDDDD;
    background : #d3bc8e;
}

.t-bg {

}

.text-white {
    color : #FFFFFF;
}

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

.margin-top-lg {
    margin-top : 60px;
}

.half-text {
    width       : 60%;
    margin-left : 20%;
}

.home-arrow {
    position : absolute;
    top      : 40px;
}

.home-arrow.lefta {
    left : 25%;
}

.home-arrow.righta {
    right : 25%;
}

.relative {
    position : relative;
}

.home-socials li {
    display      : inline-block;
    margin-right : 5px;
}

.home-socials li a {
    color       : #FFFFFF;
    background  : #333333;
    width       : 30px;
    height      : 30px;
    line-height : 30px;
    font-size   : 20px;
    display     : inline-block;
    text-align  : center;
}

.home-socials li a:hover {
    color : #d3bc8e;
}

.error-title {
    font-weight : bold;
    font-size   : 54px;
}

.error-text {
    font-size : 20px;
    color     : #555555;
}

.sm-title {
    padding : 190px 0 90px;
}

#map {
    width  : 100%;
    height : 350px;
}

.invalid {
    border     : 1px solid red !important;
    background : rgba(255, 0, 0, 0.07);
}

.move-to-top {
    top           : -100px;
    margin-bottom : -100px;
}

#blog-slick .owl-controls {
    position : absolute;
    width    : 100%;
    bottom   : 20px;
}

#blog-slick .owl-dots .owl-dot span {
    background    : none;
    border        : 1px solid #FFFFFF;
    border-radius : 0;
}

#blog-slick .owl-dots .owl-dot.active span {
    border     : 1px solid #d3bc8e !important;
    background : #d3bc8e;
}

.reverse-link {
    color : #555555;
}

.reverse-link:hover {
    color : #d3bc8e;
}

.overlay-link-sq.black-bg {
    background : rgba(0, 0, 0, 0.7);
    text-align : center;
}

.overlay-link-sq.black-bg a {
    padding            : 4px 20px;
    position           : absolute;
    top                : 50%;
    color              : #d3bc8e;
    border             : 2px solid #d3bc8e;
    border-radius      : 5px;
    margin-top         : -18px;
    transition         : all 500ms ease;
    -moz-transition    : all 500ms ease;
    -webkit-transition : all 500ms ease;
    -ms-transition     : all 500ms ease;
    -o-transition      : all 500ms ease;
}

.overlay-link-sq.black-bg a.add-to-cart {
    margin-left : -70px;
}

.overlay-link-sq.black-bg a.open-product {
    margin-right : -70px;
}

.overlay-link-sq.black-bg a:hover {
    background : #d3bc8e;
    color      : #FFFFFF;
}

.cart-btn .dropdown-menu {
    min-width     : 330px;
    left          : auto;
    right         : -6px;
    border-radius : 2px;
}

.main-header .header-top .top-right ul .eng-dropdown.cart-btn .dropdown-menu.style-one li {
    padding  : 10px !important;
    overflow : hidden;
    position : relative;
}

.cart-count {
    position : absolute;
    top      : 5px;
    right    : 10px;
}

.main-header .header-top .top-right ul .eng-dropdown.cart-btn .dropdown-menu.style-one li .mgl10 a {
    padding     : 0px;
    display     : block;
    width       : 100%;
    color       : #FFFFFF;
    margin      : 0 !important;
    line-height : 20px;
    font-size   : 14px;
}

.mgl10 {
    margin-left : 15px;
}

.main-header .header-top .top-right ul .eng-dropdown a.btn-style-one {
    position       : relative;
    padding        : 5px 10px !important;
    line-height    : 26px;
    text-transform : uppercase;
    background     : #d3bc8e;
    color          : #FFFFFF !important;
    border         : 2px solid transparent;
    font-size      : 13px;
    /*font-weight    : 700;*/
}

.main-header .header-top .top-right ul .eng-dropdown a.btn-style-one:hover {
    background   : none;
    border-color : #d3bc8e;
    color        : #d3bc8e !important;
}

.cart-total {
    font-weight : bold;
    font-size   : 20px;
    color       : #d3bc8e !important;
    line-height : 40px;
}

.white-border {
    border : 1px solid white;
}

.modal-content {
    border-radius : 0;
    overflow      : hidden;
}

.modal-body {
    overflow : hidden;
    padding  : 30px 15px;
}

.close {
    width       : 30px;
    height      : 30px;
    font-size   : 26px;
    text-align  : center;
    font-weight : bold;
    color       : #FFFFFF;
    line-height : 30px;
    background  : #d3bc8e !important;
    opacity     : 1;
    padding     : 0 !important;
    position    : absolute;
    right       : 0;
    top         : 0;
    z-index     : 9999;
}

.close span {
    display    : block;
    margin-top : -4px;
}

.product-options label {
    color       : #AAAAAA;
    margin-left : 10px;
}

.product-options input {
    top      : 2px;
    position : relative;
}

.a-color {
    color : #AAAAAA;
}

.text-black {
    color : #000000 !important;
}

#productModal .default-form textarea {
    height : 60px;
}

#productModal .price {
    color : #d3bc8e;
}

#productModal .quantity-spinner {
    display     : inline-block;
    margin-left : 5px;
}

#productModal .btn-style-one {
    display     : inline-block;
    margin-left : 10px;
    padding     : 8px 30px;
}

.tab-btn.log-out {
    position       : relative;
    float          : right;
    top            : 0;
    font-size      : 14px;
    color          : #FFFFFF;
    font-weight    : bold;
    padding        : 13px 45px 13px;
    line-height    : 24px;
    text-transform : capitalize;
    border         : 0;
    background     : #333333;
    margin-left    : 5px;
}

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

.abs-push {
    position      : fixed;
    bottom        : 50px;
    right         : 50px;
    min-width     : 20%;
    z-index       : 9999999999999999999;
    background    : #d3bc8e;
    color         : #0A0A0A;
    border-radius : 0;
    border        : none;
    opacity       : 0.9 !important;
}

.abs-push a {
    color : #FFFFFF;
}

.pr-dt span {
    width   : 100%;
    display : inline-block;
}

.pr-dt span.code {
}

.pr-dt span.title {
    color       : #0A0A0A;
    font-weight : bold;
}

.pr-dt span.desc {
    color     : #AAAAAA;
    font-size : 12px;
}

.pdt0 {
    padding-top : 0 !important;
}

.max-st {
    /*max-width   : 70%;*/
    float       : left;
    /*line-height : 28px;*/
}

ul.paymant_list li {
    display      : inline-block;
    margin-right : 5px;
}
.styled-pagination li.first,.styled-pagination li.last{
    display: none !important;
}
.tp-bgimg.defaultimg{
    opacity: 0.7 !important;
}
.ovr{
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.6);
}