/*------------------------------------------------------------------
[Master Stylesheet]

Project: Laboom - Restaurant HTML Template
Version: 1.0
Last change: October 24, 2017
Assigned to: SK Themes
Primary use: Restaurant 
-------------------------------------------------------------------*/


/*------------------------------------------------------------------
[Table of contents]

1. Body
2. Typography
3. Header
4. Slider
5. Main Menu
6. Chef
8. Client
9. Instagram
10. Footer
11. Map Address
12. Menu Page
13. Gallery Page
14. Contact
15. 404 Page
16. Sections
16. SiteMap
-------------------------------------------------------------------*/


/*------------------------------------------------------------------
[Color codes]

Background: #ffffff
Content: #7a7676
Header h1 to h6: #383848
Footer: #20202f

a (standard): #bd9651
a (hover): #383848
a (active): #383848
a (focus): #383848
-------------------------------------------------------------------*/


/*------------------------------------------------------------------
[Typography]

Body copy: 16px/26px Source Sans Pro, Graviola-Regular, QuicksandBook, jey;
Headers: 15px/42px Source Sans Pro, Graviola-Regular, QuicksandBook, jey;
Input, textarea: 14px 14px/42px Source Sans Pro, Graviola-Regular, QuicksandBook, jey;
Sidebar heading: 18px 14px/42px Source Sans Pro, Graviola-Regular, QuicksandBook, jey;
-------------------------------------------------------------------*/

/*------------------------------------------------------------------
[1. Body ]
------------------------------------------------------------------*/

body {
    margin: 0px;
    padding: 0px;
    line-height: 26px;
    font-size: 16px;
    font-family: 'AlmoniNeueDL4.0AAA-Light', sans-serif;
    font-weight: 400;
    color: #333;
}



/*------------------------------------------------------------------
[2. Typography ]
------------------------------------------------------------------*/

html,
body,
div,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    outline: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
    display: block;
}

nav ol,
ul {
    list-style: none;
}

ul,
ol {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

ul li,
ol li {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

body ul.list,
body ol.list,
body ul.list li,
body ol.list li {
    list-style: outside none disc;
    margin: 0 0 0 5px;
}

ul.list li,
ol.list li {
    margin-left: 10px;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

blockquote {
    color: #959393;
    font-size: 16px;
    font-style: italic;
    line-height: 26px;
    border-left: 2px solid #bd9651;
    padding: 15px 20px;
}

a {
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    outline: none;
    text-decoration: none;
    color: #bd9651;
}

a:hover,
a:focus {
    color: inherit;
}

a:hover,
a:active,
a:focus {
    outline: none;
    text-decoration: none;
}

ins {
    background-color: #bd9651;
    color: #000;
    text-decoration: none;
}

mark {
    background-color: #bd9651;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

input,
select {
    vertical-align: middle;
    outline: none;
}

img {
    max-width: 100%;
}

table {
    width: 100%;
}

tr td,
tr th {
    padding: 5px 10px;
    border: 1px solid #797979;
}

section:after,
section:before {
    clear: both;
    content: "";
    display: table;
}

section {
    clear: both;
    padding: 15px 0;
    position: relative;
}

::-webkit-input-placeholder {
    opacity: 1 !important;
}

:-moz-placeholder {
    opacity: 1 !important;
}

::-moz-placeholder {
    opacity: 1 !important;
}

:-ms-input-placeholder {
    opacity: 1 !important;
}



/* Header Title */

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1;
    margin: 0 0 1px 0;
    font-weight: 700;
    font-family: 'AlmoniNeueDL4.0AAA-Bold', sans-serif;
}

b, strong {
	font-family: 'AlmoniNeueDL4.0AAA-Bold', sans-serif;
	font-weight: 600;
}

h1 {
    font-size: 65px;
}

h2 {
    font-size: 45px;
}

h3 {
    font-size: 32px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 18px;
}

.gold { color: #bd9651 !important; }
.white { background-color: #ffffff !important; }
.dark { background-color: #222222 !important; }
.google-maps { position: relative !important; /*padding-bottom: 75% !important; height: 0 !important;*/ overflow: hidden !important; }

/* Weight Text */
.u-light {
	font-family: 'AlmoniNeueDL4.0AAA-U-Light', sans-serif !important;
}
.u-bold {
	font-family: 'AlmoniNeueDL4.0AAA-U-Bold', sans-serif !important;
}
.u-black {
	font-family: 'AlmoniNeueDL4.0AAA-U-Black', sans-serif !important;
}
.thin {
	font-family: 'AlmoniNeueDL4.0AAA-Thin', sans-serif !important;
}
.regular {
	font-family: 'AlmoniNeueDL4.0AAA-Regular', sans-serif !important;
}
.medium {
	font-family: 'AlmoniNeueDL4.0AAA-Medium', sans-serif !important;
}
.light {
	font-family: 'AlmoniNeueDL4.0AAA-Light', sans-serif !important;
}
.d-bold {
	font-family: 'AlmoniNeueDL4.0AAA-D-Bold', sans-serif !important;
}
.bold {
	font-family: 'AlmoniNeueDL4.0AAA-Bold', sans-serif !important;
}
.black {
	font-family: 'AlmoniNeueDL4.0AAA-Black', sans-serif !important;
}

/*------------------------------------------------------------------
[3. Header ]
------------------------------------------------------------------*/

.heade-xs {
    color: #9a9a9a;
    font-weight: 400;
    font-family: 'AlmoniNeueDL4.0AAA-Light', sans-serif;
    font-size: 15px;
}

p {
	font-family: 'AlmoniNeueDL4.0AAA-Light', sans-serif;
    margin: 0 0 25px 0;
}

.btn-black {
    display: inline-block;
	float: right;
    border: none;
    box-shadow: none;
    background-color: #333;
    font-size: 20px;
	padding: 8px 30px 10px;
	margin-left: 10px;
    color: #bd9651;
    font-weight: 500;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    text-transform: uppercase;
}

.btn-black:hover {
	color: #bd9651;
    background: rgba(0, 0, 0, 0.9);
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.btn-black:focus {
    color: #bd9651;
}

.btn-gold {
    display: inline-block;
    border: none;
    font-size: 16px;
    color: #20202f;
	background-color: #bd9651;
    font-weight: 700;
    height: 50px;
	width: 100%;
    line-height: 50px;
    padding: 0 30px;
    text-align: center;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    text-transform: uppercase;
}

.btn-gold:hover {
	color: #20202f;
	background: rgba(228, 185, 91, 0.5);
	-webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    text-transform: uppercase;
}

.btn-gold:focus {
    color: #ffffff;
}

.btn-gold-v2 {
    display: inline-block;
	float: right;
    border: none;
    box-shadow: none;
    background-color: #bd9651;
    font-size: 20px;
	padding: 8px 20px 10px;
	margin-left: 10px;
    color: #20202f;
    font-weight: 500;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    text-transform: uppercase;
}

.btn-gold-v2:hover {
	color: #20202f;
    background: rgba(228, 185, 91, 0.5);
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.btn-gold-v2:focus {
    color: #20202f;
}

.btn-dark {
    display: inline-block;
    border: none;
    font-size: 20px;
    color: #fff;
	background-color: #000;
    font-weight: 700;
    height: 50px;
	width: 100%;
    line-height: 50px;
    padding: 0 30px;
    text-align: center;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    text-transform: uppercase;
}

.btn-dark:hover {
	color: #f1f1f1;
	background-color: #666;
}

.btn-dark:focus {
    color: #ffffff;
}

.btn-main {
    width: auto;
    display: inline-block;
    border: none;
    box-shadow: none;
    background: url('../images/btn2-bg.jpg') repeat-y 0 0;
    background-size: 100% auto;
    font-size: 16px;
    color: #ffffff;
    font-weight: 700;
    height: 50px;
    line-height: 50px;
    padding: 0 30px;
    min-width: 195px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
    text-align: center;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    text-transform: uppercase;
}

.btn-main:hover {
    color: #ffffff;
    background: url('../images/btn1-bg.jpg') repeat-y 0 0;
    background-size: 100% auto;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.btn-main:focus {
    color: #ffffff;
}

.btn-big {
    font-size: 26px;
    height: 70px;
    line-height: 70px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
}

.btn-common {
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    text-align: center;
    width: auto;
    display: inline-block;
    border: none;
    box-shadow: none;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
}

.btn-common:focus {
    color: #ffffff;
}

.btn-medium {
    height: 50px;
    line-height: 48px;
    text-transform: uppercase;
    display: inline-block;
    width: auto;
    padding: 0px 35px;
    min-width: 170px;
    border: 2px solid #c7a17a;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
    text-align: center;
    box-shadow: none;
    background: transparent;
    color: #bd9651;
    font-size: 16px;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    font-weight: 700;
}

.btn-dark-coffee {
    background: #372727;
    color: #ffffff;
    border-color: #372727;
}

.btn-skin {
    background: #c7a17a;
    border-color: #c7a17a;
    color: #ffffff;
}

.btn-skin:hover {
    background: #bd9651;
    color: #ffffff;
    border-color: #bd9651;
}

.btn-primary-gold {
    background: #bd9651;
    color: #ffffff;
    border-color: #bd9651;
}

.btn-primary-gold:hover {
    background: #c7a17a;
    border-color: #c7a17a;
    color: #ffffff;
}

.btn-shadow {
    -webkit-box-shadow: 0 0 20px 0 #dddcd9;
    -moz-box-shadow: 0 0 20px 0 #dddcd9;
    -ms-box-shadow: 0 0 20px 0 #dddcd9;
    -o-box-shadow: 0 0 20px 0 #dddcd9;
    box-shadow: 0 0 20px 0 #dddcd9;
}

.radius-none {
    border-radius: 0px !important;
}

.button-default {
    display: inline-block;
    width: auto;
    padding: 0px 35px;
    min-width: 170px;
    height: 42px;
    border: 2px solid #f4f2ed;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
    text-align: center;
    line-height: 39px;
    box-shadow: none;
    background: transparent;
    color: #959393;
    font-size: 16px;
    font-weight: normal;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.button-default:hover {
    background: #20202f none repeat scroll 0 0;
    color: #ffffff;
}

input[type="text"],
input[type="password"],
input[type="tel"],
input[type="email"],
input[type="number"] {
    height: 50px;
    width: 100%;
    border: 2px solid #bd9651;
    padding: 0 30px;
    outline: none;
    color: #20202f;
}

.build-title {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}

.build-title h6 {
    color: #9a9a9a;
    font-weight: 400;
    font-size: 15px;
}

.build-title span {
    font-size: 23px;
    font-weight: 400;
}

.icon-default {
    position: absolute;
    left: 50%;
    top: -59px;
    width: 254px;
    background: url('../images/pattern-white.png') no-repeat center center;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 59px;
    z-index: 30;
    text-align: center;
    padding: 20px 0 0 0;
}

.btn-primary-gold {
    background: #bd9651;
    color: #ffffff;
    border-color: #bd9651;
}

.btn-large {
    height: 55px;
    line-height: 55px;
    padding: 0 50px;
}

.icon-black {
    background: url('../images/pattern-black.png') no-repeat center center;
}

.icon-skeen {
    background: url('../images/pattern-skeen.png') no-repeat center center;
}

.icon-gold {
    background: url('../images/pattern-gold.png') no-repeat center center;
}

.icon-dark {
    background: url('../images/pattern-dark.png') no-repeat center center;
}

.banner-bg {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

body main .txt-default {
    color: #bd9651;
}

.invert .build-title h2 {
    color: #bd9651;
}

.invert .build-title h6 {
    color: #e2dadd;
}

.invert-black h1,
.invert-black h2,
.invert-black h3,
.invert-black h4,
.invert-black h5,
.invert-black h6,
.invert-black {
    color: #e2dadd;
}

.bg-prim {
    background-color: #bd9651;
}

body main .bg-skeen {
    background-color: #f4f2ed;
}



/* Reset Classes For Whole Site */

.mfp-container {
	overflow: hidden;
}

.pad-top-remove {
    padding-top: 0px !important;
}

.pad-bottom-remove {
    padding-bottom: 0px !important;
}

.v-pad-remove {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.v-pad-small {
    padding: 50px 0;
}

.top-pad-xsmall {
    padding-top: 40px;
}

body main .home-small-pad {
    padding-bottom: 100px;
}

.text-primary {
    color: #bd9651;
}

.text-white {
    color: #ffffff;
}

.bg-cover {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.Banner-Bg {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.input-fields {
    border: 2px solid #f4f2ed;
    width: 100%;
    height: 50px;
    padding: 0 25px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
    background: transparent;
    margin-bottom: 20px;
}

.col-center {
	margin: 0 auto;
	float: none;
}
.image-center {
	display: block;
	margin: 0 auto;	
}

label {
    font-weight: normal;
    color: #20202f;
}

input[type="text"],
input[type="password"],
input[type="tel"],
input[type="email"],
input[type="number"] {
    height: 50px;
    width: 100%;
    border: 2px solid #bd9651;
    padding: 0 30px;
    outline: none;
}

input:focus {
	border-color: rgba(0, 0, 0, 0.5);
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #20202f;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #20202f;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #20202f;
}
:-moz-placeholder { /* Firefox 18- */
  color: #20202f;
}

textarea {
    padding: 25px 30px;
    width: 100%;
    border: 2px solid #bd9651;
    margin-bottom: 29px;
    resize: none;
    outline: none;
}



/* Class support For verticall and Horizontal Spacing */

.clearfix {
	clear: both;
}

.text-wrap-left {
	clear: right;
	float: left;
	margin: 0 60px 0 0;
}
.text-wrap-left-20 {
	clear: right;
	float: left;
	margin: 0 20px 0 0;
}

.text-wrap-right {
	clear: left;
	float: right;
	margin: 0 60px 0 0;
}
.text-wrap-right-20 {
	clear: left;
	float: right;
	margin: 0 20px 0 0;
}

.no-top-padding {
	padding-top: 0;
}

.no-bottom-padding {
	padding-bottom: 0;
}

.no-bottom-margin {
	margin-bottom: 0;
}

.ex-margin-bottom {
    margin-bottom: 70px;
}

.margin-top-10 {
    margin-top: 10px;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

.margin-left-10 {
    margin-left: 10px;
}

.margin-right-10 {
    margin-right: 10px;
}

.margin-top-20 {
    margin-top: 20px;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

.margin-left-20 {
    margin-left: 20px;
}

.margin-right-20 {
    margin-right: 20px;
}

.margin-top-30 {
    margin-top: 30px;
}

.margin-bottom-30 {
    margin-bottom: 30px;
}

.margin-left-30 {
    margin-left: 30px;
}

.margin-right-30 {
    margin-right: 30px;
}

.margin-top-40 {
    margin-top: 40px;
}

.margin-bottom-40 {
    margin-bottom: 40px;
}

.margin-left-40 {
    margin-left: 40px;
}

.margin-right-40 {
    margin-right: 40px;
}

.margin-top-50 {
    margin-top: 50px;
}

.margin-bottom-50 {
    margin-bottom: 50px;
}

.margin-left-50 {
    margin-left: 50px;
}

.margin-right-50 {
    margin-right: 50px;
}

.margin-top-60 {
    margin-top: 60px;
}

.margin-bottom-60 {
    margin-bottom: 60px;
}

.margin-left-60 {
    margin-left: 60px;
}

.margin-right-60 {
    margin-right: 60px;
}

.margin-top-70 {
    margin-top: 70px;
}

.margin-bottom-70 {
    margin-bottom: 70px;
}

.margin-left-70 {
    margin-left: 70px;
}

.margin-right-70 {
    margin-right: 70px;
}

.margin-top-80 {
    margin-top: 80px;
}

.margin-bottom-80 {
    margin-bottom: 80px;
}

.margin-left-80 {
    margin-left: 80px;
}

.margin-right-80 {
    margin-right: 80px;
}

/* Back To Top Arrow */

.top-arrow {
    position: fixed;
    bottom: 20px;
    background: url('../images/arrow-top.png') no-repeat 0 0;
    width: 40px;
    height: 40px;
    right: 30px;
    display: none;
    z-index: 99;
    background-size: 40px 40px;
}



/* Loader */

#pre-loader {
    background: #fff none repeat scroll 0 0;
    bottom: 0;
    display: block;
    left: 0;
    position: fixed;
    right: 0;
    text-align: center;
    top: 0;
    z-index: 9999;
}

#pre-loader .loader-holder:before {
    content: "";
    display: inline-block;
    height: 100%;
    margin: 0 0 0 -5px;
    overflow: hidden;
    vertical-align: middle;
    width: 1px;
}

#pre-loader .loader-holder {
    height: 400px;
    left: 50%;
    margin: -200px 0 0 -200px;
    position: absolute;
    top: 50%;
    white-space: nowrap;
    width: 400px;
}

#pre-loader .loader-holder .frame {
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
}

#pre-loader img {
    display: inline-block;
    margin: 0 0 45px;
}

.alert-dismissible label {
    display: block;
}

.header-part {
    float: left;
    width: 100%;
    position: relative;
    z-index: 999;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.header-part .container {
    position: relative;
}

.header-top {
    float: left;
    width: 100%;
    position: relative;
    background: #bd9651;
    padding: 15px 0;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.header-top-inner {
    float: left;
    width: 100%;
    position: relative;
}

.header-top-left {
    float: left;
    width: auto;
}

.header-top-left a {
    color: #ffffff;
    display: inline-block;
    width: auto;
    margin-right: 15px;
    vertical-align: bottom;
}

.header-top-left a:last-child {
    margin-right: 0px;
}

.top-cell {
    font-size: 18px;
}

.top-cell span {
    padding-left: 10px;
    vertical-align: bottom;
}

.top-email {
    font-size: 14px;
}

.header-top-right {
    float: right;
    width: auto;
    vertical-align: middle;
}

.social-top {
    display: inline-block;
    width: auto;
	padding: 30px 10px 20px;
}

.social-top ul,
.social-top li {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.social-top li {
    display: inline-block;
    width: auto;
    padding: 0 20px 0 20px;
    vertical-align: middle;
}
.social-top.v2 li {
    padding: 0 10px 0 10px;
}

.social-top li a {
    display: block;
    font-size: 40px;
	color: #000;
}

.social-top li.line {
    background: url("/images/menu-divider.png") no-repeat left center;
}

.social-top li img {
	height: 42px;
}

.social-top li span {
    font-size: 32px;
	line-height: 40px;
	margin-left: 10px;
	color: #333;
	font-weight: 700;
	float: right;
}

.social-top.v2 {
	padding: 0;
	margin: 0 auto;
	width: 60%;
	display: block;
}
.social-top.v2 li span {
	line-height: 50px;
}
.social-top.v2 li a {
	font-size: 50px;
}
.social-top.v2 li.line {
    background: url("/images/menu-divider-white.png") no-repeat left center;
}

.header-top-right .social-top li a {
    color: #ffffff;
}

.language-menu {
    display: inline-block;
    width: auto;
    font-size: 13px;
    background: #383848;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    -ms-border-radius: 18px;
    -o-border-radius: 18px;
    border-radius: 18px;
    position: relative;
}

.language-menu a {
    color: #ffffff;
    display: block;
}

.language-menu ul,
.language-menu li {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.language-menu ul {
    right: 0;
    position: absolute;
    top: 64px;
    width: 100%;
    background: #bd9651;
    display: none;
    padding: 20px 18px;
    min-width: 135px;
    z-index: 32;
    font-size: 13px;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    -ms-border-radius: 18px;
    -o-border-radius: 18px;
    border-radius: 18px;
}

.language-menu>ul:after {
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #bd9651;
    right: 44px;
    position: absolute;
    top: -8px;
    content: "";
}

.language-menu li {
    display: block;
    vertical-align: middle;
}

.language-menu li .fa {
    margin-right: 12px;
    font-size: 15px;
}

.language-menu .current-lang {
    padding: 4px 25px;
}

.language-menu .fa-caret-down {
    padding-left: 17px;
    color: #bd9651;
    font-size: 16px;
}

.header-bottom {
    float: left;
    width: 100%;
    position: relative;
}

.menu-main {
    float: left;
	padding: 20px 0 20px 0;
}

.menu-main ul,
.menu-main li {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.menu-main li {
    float: right;
    width: auto;
    font-size: 23px;
    margin-left: 25px;
    position: relative;
}

.menu-main li:last-child {
    margin-left: 0px;
}

.menu-main li a {
    display: block;
    position: relative;
    padding: 15px 20px 10px 10px;
	text-align: center;
    color: #bd9651;
}

.menu-main li a:hover {
	text-shadow: 2px 2px 2px rgb(255,255,255,.09), -2px -2px 2px rgb(255,255,255,.09), -2px 2px 2px rgb(255,255,255,.09), 2px -2px 2px rgb(255,255,255,.09);
}

.menu-main > ul > li > a:before {
    content: "•";
    position: absolute;
    top: 50%;
	padding-top: 3px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #bd9651;
    right: 0px;
}

.menu-main ul li > a:after {
		opacity: 0;
		content: '';
		background : url('../images/border.svg') no-repeat;
		position: absolute;
		bottom: -2px;
		left: 0;
		text-align: center;
		margin: 0 auto;
		width: 100%;
		height: 3px;
		-webkit-transition: all .3s ease;
		-o-transition: all .3s ease;
		transition: all .3s ease;
	}
.menu-main ul li.current > a:after, .menu-main ul li:hover > a:after { bottom: -4px; opacity: 1; }
.menu-main ul li ul li a :after { content: none; }


/* Just Conform */

.drop-nav-arrow {
    display: none;
}

.menu-main li.mega-menu {
    position: static;
}

.mega-title {
    color: #20202f;
    font-size: 18px;
    display: block;
    margin-bottom: 25px;
}

.mega-position {
    float: right;
    margin-right: -40px;
    margin-bottom: -40px;
    position: relative;
    bottom: -8px;
    margin-top: -100px;
}

.mega-preview {
    position: relative;
    z-index: 1;
}

.mega-position img {
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    -ms-border-radius: 18px;
    -o-border-radius: 18px;
    border-radius: 18px;
}

.menu-main ul>li.mega-menu:hover>a:before {
    position: absolute;
    border-bottom: 12px dashed #ffffff;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    position: absolute;
    top: 83px;
    left: 50%;
    content: "";
    display: inline-block;
    margin-left: -6px;
}

.menu-main li.mega-menu .drop-nav {
    min-width: 200px;
    background: #ffffff;
    padding: 40px;
    width: auto;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 100%;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    -ms-border-radius: 18px;
    -o-border-radius: 18px;
    border-radius: 18px;
    color: #9e9eab;
    z-index: 99;
    display: none;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(147, 109, 29, 0.3);
    -moz-box-shadow: 0px 3px 5px 0px rgba(147, 109, 29, 0.3);
    -ms--webkit-box-shadow: 0px 3px 5px 0px rgba(147, 109, 29, 0.3);
    -o--webkit-box-shadow: 0px 3px 5px 0px rgba(147, 109, 29, 0.3);
    box-shadow: 0px 3px 5px 0px rgba(147, 109, 29, 0.3);
    margin-top: 32px;
}

.menu-main ul>li:hover>.drop-nav {
    display: block;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(147, 109, 29, 0.3);
    -moz-box-shadow: 0px 3px 5px 0px rgba(147, 109, 29, 0.3);
    -ms--webkit-box-shadow: 0px 3px 5px 0px rgba(147, 109, 29, 0.3);
    -o--webkit-box-shadow: 0px 3px 5px 0px rgba(147, 109, 29, 0.3);
    box-shadow: 0px 3px 5px 0px rgba(147, 109, 29, 0.3);
}

.header-near .menu-main li.mega-menu .drop-nav {
    margin-top: 18px;
}

.header-near .menu-main li.has-child .drop-nav {
    margin-top: 18px;
}

.header-near .search-box {
    top: 62px;
}

.header-near .cart-wrap {
    padding-top: 18px;
}

.header-near .menu-main ul>li.mega-menu:hover>a:before {
    top: 69px;
}

.header-near .menu-main ul>li.has-child:hover>a:after {
    top: 62px;
}

.menu-main li.mega-menu .drop-nav:after {
    content: "";
    height: 50px;
    left: 0;
    position: absolute;
    top: -34px;
    width: 100%;
}

.menu-main li.mega-menu .drop-nav li a {
    padding-bottom: 0px;
    padding-left: 24px;
    margin-bottom: 12px;
    color: #9e9eab;
}

.menu-main li .drop-nav li a {
    color: #ffffff;
}

.menu-main li.mega-menu .drop-nav li {
    padding-left: 0px;
}

.menu-main li.mega-menu .drop-nav li a {
    padding-top: 0px;
}

.menu-main li.mega-menu .drop-nav li a:before {
    content: "\f105";
    font-family: 'FontAwesome';
    position: absolute;
    left: 0px;
}

.drop-mega-part {
    font-size: 15px;
    font-weight: normal;
}

.menu-main li .drop-nav li {
    margin: 0px;
    width: auto;
    display: block;
    float: none;
    padding-left: 28px;
}

.drop-mega-part {
    display: inline-block;
    width: 100%;
}

.menu-main li.has-child .drop-nav li a:before {
    content: "\f105";
    font-family: 'FontAwesome';
    position: absolute;
    left: 0px;
}

.drop-has-child>a:after {
    content: "\f101";
    font-family: 'FontAwesome';
    position: absolute;
    right: 12px;
}

.menu-main li.has-child .drop-nav {
    min-width: 200px;
    position: absolute;
    left: 0px;
    top: 100%;
    color: #372727;
    background: #bd9651;
    z-index: 99;
    padding: 25px 0px 25px 0px;
    font-size: 15px;
    font-weight: normal;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    -ms-border-radius: 18px;
    -o-border-radius: 18px;
    border-radius: 18px;
    display: none;
    margin-top: 34px;
}

.menu-main li.has-child .drop-nav:after {
    content: "";
    height: 50px;
    left: 0;
    position: absolute;
    top: -34px;
    width: 100%;
}

.menu-main li.has-child .drop-nav .drop-nav {
    top: -25px;
    left: 100%;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(147, 109, 29, 0.3);
    -moz-box-shadow: 0px 0px 5px 0px rgba(147, 109, 29, 0.3);
    -ms--webkit-box-shadow: 0px 0px 5px 0px rgba(147, 109, 29, 0.3);
    -o--webkit-box-shadow: 0px 0px 5px 0px rgba(147, 109, 29, 0.3);
    box-shadow: 0px 0px 5px 0px rgba(147, 109, 29, 0.3);
}

.menu-main li.has-child .drop-nav li a {
    padding-bottom: 10px;
    padding-left: 24px;
    padding-top: 0px;
}

.menu-icon {
    float: left;
    width: auto;
    display: none;
}

.menu-icon a {
    display: inline-block;
    height: 24px;
    width: 30px;
    margin-top: 29px;
    margin-right: 20px;
    position: relative;
    z-index: 9999;
}

.menu-icon a span {
    background: #ffffff none repeat scroll 0 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
    float: right;
    height: 3px;
    margin: 0 0 5px;
    position: relative;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    width: 100%;
}

.menu-icon a span:after {
    background: #959393 none repeat scroll 0 0;
    content: "";
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
}

.menu-icon a span.bar-1:after {
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.menu-icon a span.bar-2:after {
    -webkit-transition: all 0.5s ease 0.15s;
    -moz-transition: all 0.5s ease 0.15s;
    -ms-transition: all 0.5s ease 0.15s;
    -o-transition: all 0.5s ease 0.15s;
    transition: all 0.5s ease 0.15s;
}

.menu-icon a span.bar-3:after {
    -webkit-transition: all 0.5s ease 0.25s;
    -moz-transition: all 0.5s ease 0.25s;
    -ms-transition: all 0.5s ease 0.25s;
    -o-transition: all 0.5s ease 0.25s;
    transition: all 0.5s ease 0.25s;
}

.menu-icon a:hover span:after {
    width: 100%;
}

.menu-icon a.open span:after {
    width: 100%;
    background: #ffffff;
}

.menu-icon a.open .bar-1 {
    -webkit-transform: rotate(-45deg) translate(-7px, 4px);
    -moz-transform: rotate(-45deg) translate(-7px, 4px);
    -ms-transform: rotate(-45deg) translate(-7px, 4px);
    -o-transform: rotate(-45deg) translate(-7px, 4px);
    transform: rotate(-45deg) translate(-7px, 4px);
}

.menu-icon a.open .bar-2 {
    opacity: 0;
}

.menu-icon a.open .bar-3 {
    -webkit-transform: rotate(45deg) translate(-7px, -4px);
    -moz-transform: rotate(45deg) translate(-7px, -4px);
    -ms-transform: rotate(45deg) translate(-7px, -4px);
    -o-transform: rotate(45deg) translate(-7px, -4px);
    transform: rotate(45deg) translate(-7px, -4px);
}



/*Just Conform*/

.logo {
    float: right;
    /* width: 20%;
    text-align: center; */
}

.logo>a {
	float: right;
	width: 230px;
	padding: 5px 0 5px 0;
}

.tp-simpleresponsive img {
	min-width: 200px !important;
	min-height: 92px !important;
}

.header-info {
    float: left;
    position: relative;
    padding: 20px 0 0 0;
}

.header-collect {
    display: inline-block;
    font-size: 20px;
    vertical-align: middle;
}

.header-collect a {
	color: #fff;
	font-weight: 600;
    display: inline-block;
    vertical-align: middle;
	padding: 15px 20px 15px 10px;
}

.header-collect img {
    margin-right: 15px;
	margin-left: 5px;
}

.search-part {
    display: inline-block;
    width: auto;
    margin-left: 8px;
    vertical-align: middle;
}

.search-part>a {
    background: url('../images/icon-zoom.png') no-repeat right 0;
    width: 28px;
    height: 28px;
    display: inline-block;
    vertical-align: bottom;
}

.search-part.active>a {
    background: url('../images/close.png') no-repeat right 0;
}

.search-box {
    position: absolute;
    top: 70px;
    right: 0px;
    width: 100%;
    background: #bd9651;
    height: 50px;
    color: #ffffff;
    font-size: 14px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;
    display: none;
    z-index: 30;
}

.search-box input[type="text"] {
    width: 100%;
    height: 50px;
    background: #bd9651;
    color: #ffffff;
    font-size: 14px;
    border: none;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;
    padding: 0 64px 0 34px;
}

.search-box ::-webkit-input-placeholder {
    color: #ffffff !important;
}

.search-box :-moz-placeholder {
    color: #ffffff !important;
}

.search-box ::-moz-placeholder {
    color: #ffffff !important;
}

.search-box :-ms-input-placeholder {
    color: #ffffff !important;
}

.search-box input[type="submit"] {
    background: none;
    width: 28px;
    height: 28px;
    border: none;
    box-shadow: none;
    background: url('../images/icon-zoom.png') no-repeat right 0;
    position: absolute;
    right: 30px;
    margin-top: 11px;
    top: 0px;
}

.modal-backdrop.in {
    opacity: 0.8;
}

.modal-backdrop {
    background-color: #21202f;
}

.modal .close {
    height: 50px;
    width: 50px;
    position: absolute;
    top: -18px;
    right: -18px;
    background: #bd9651 url('../images/close.png') no-repeat center center;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    opacity: 1;
    background-size: 18px 18px;
    text-indent: -10000px;
}

.modal-dialog {
    margin-top: 180px;
    width: 750px;
}

.modal-body {
    padding: 30px 65px 50px;
}

.modal-content {
    box-shadow: none !important;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    -ms-border-radius: 18px;
    -o-border-radius: 18px;
    border-radius: 18px;
}

.table-title {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}

.booktable .jq-selectbox {
    margin-bottom: 30px;
}

.booktable input[type="text"],
.booktable input[type="email"] {
    margin-bottom: 30px;
}

.booktable .btn-big {
    width: 100%;
    margin-top: 14px;
}

.booktable .jq-selectbox__dropdown {
    top: 55px !important;
}

.book-sm {
    display: none;
}

.cart-wrap:before {
    height: 22px;
    position: absolute;
    left: 0px;
    width: 100%;
    top: -22px;
    content: "";
}

.cart-wrap {
    position: absolute;
    top: 100%;
    right: 0px;
    width: auto;
    padding-top: 25px;
    z-index: 99;
    display: none;
}

.shop-cart:hover .cart-wrap {
    display: block;
}

.shop-cart:hover .cart-blog:before {
    position: absolute;
    border-bottom: 8px dashed #ffffff;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    position: absolute;
    top: 0;
    right: 35%;
    content: "";
    display: inline-block;
    margin-top: -8px;
    margin-left: -8px;
    z-index: 99;
}

.cart-blog {
    background: #ffffff;
    min-width: 380px;
    padding: 40px 25px;
    color: #20202f;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    -ms-border-radius: 18px;
    -o-border-radius: 18px;
    border-radius: 18px;
    position: relative;
    z-index: 99;
}

.cart-item {
    display: inline-block;
    width: 100%;
    position: relative;
    margin-bottom: 35px;
}

.cart-item-left {
    display: table-cell;
    width: 66px;
    vertical-align: middle;
}

.cart-item-right {
    padding-left: 20px;
    display: table-cell;
    vertical-align: middle;
    padding-right: 20px;
}

.cart-blog h6 {
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: normal;
}

.cart-blog span {
    color: #9e9eab;
    font-size: 14px;
}

.delete-icon {
    position: absolute;
    right: 0px;
    width: 12px;
    height: 15px;
    background: url('../images/delete.png') no-repeat center center;
    top: 10px;
}

.subtotal {
    display: inline-block;
    width: 100%;
}

.subtotal h6 {
    margin-bottom: 0px;
}

.subtotal span {
    text-align: right;
    float: right;
}

.cart-btn {
    text-align: center;
    display: inline-block;
    width: 100%;
}

.view,
.checkout {
    min-width: inherit;
    padding-left: 35px;
    padding-right: 35px;
}

.view {
    margin-right: 13px;
}

.checkout {
    margin-left: 13px;
}



/* Main part */

.main-part {
    float: left;
    width: 100%;
    position: relative;
}



/*------------------------------------------------------------------
[4. Slider ]
------------------------------------------------------------------*/

.home-slider {
    padding: 0px;
}

.home-slider .tp-bullets {
    display: none !important;
}

.tparrows.preview1:after {
    display: none !important;
}

.tp-leftarrow {
    width: 50px;
    height: 50px;
    background: url('../images/arrow-black-left.png') no-repeat center center !important;
}

.tp-leftarrow:hover {
    background: url('../images/arrow-black-left.png') no-repeat center center !important;
}

.tp-rightarrow {
    width: 50px;
    height: 50px;
    background: url('../images/arrow-black-right.png') no-repeat center center !important;
}

.tp-rightarrow:hover {
    background: url('../images/arrow-black-right.png') no-repeat center center !important;
}

.tp-caption span {
	font-size: 40px;
}

.tp-caption i {
    font-weight: 300;
    font-style: normal;
}

.tp-caption.header {
	position: absolute !important;
	bottom: 10% !important;
	right: 4% !important;
	padding: 10px;

}

.button-white {
    display: inline-block !important;
    width: 225px !important;
    border: 2px solid #ffffff !important;
    color: #ffffff !important;
    font-size: 18px !important;
    text-align: center !important;
    padding: 12px 15px !important;
    -webkit-border-radius: 30px !important;
    -moz-border-radius: 30px !important;
    -ms-border-radius: 30px !important;
    -o-border-radius: 30px !important;
    border-radius: 30px !important;
    line-height: normal !important;
    text-transform: uppercase;
}

.button-white.radius-none {
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    -ms-border-radius: 0px !important;
    -o-border-radius: 0px !important;
    border-radius: 0px !important;
}

.button-white:hover {
    background: #bd9651 !important;
    border-color: #bd9651 !important;
}



/* Dishes Part */

.product-blog {
    text-align: center;
    font-size: 14px;
    display: inline-block;
    /*width: 100%;
    padding: 0 50px;*/
}

.product-blog strong {
    font-size: 18px;
    padding-left: 14px;
}

.product-blog p {
    margin-bottom: 8px;
}

.slick-slide img {
    display: inline-block;
    margin-bottom: 27px;
}

.dishes .slick-slider {
    position: inherit;
}

.slick-prev:before,
.slick-next:before {
    display: none;
}

.slick-prev,
.slick-prev:hover,
.slick-prev:focus {
    background: url('../images/slider-arrow-left.png') no-repeat center center;
    width: 32px;
    height: 24px;
}

.slick-next,
.slick-next:hover,
.slick-next:focus {
    background: url('../images/slider-arrow-right.png') no-repeat center center;
    width: 32px;
    height: 24px;
}

.icon-top-left {
    position: absolute;
    top: 120px;
    left: 34px;
}

.icon-bottom-left {
    position: absolute;
    top: 60%;
    left: 95px;
}

.icon-top-right {
    position: absolute;
    top: 180px;
    right: 120px;
}

.icon-bottom-right {
    position: absolute;
    top: 80%;
    right: 63px;
}



/* Isotop Style Here... */

.portfolioFilter {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-bottom: 78px;
}

.portfolioFilter a {
    display: inline-block;
    width: auto;
    text-align: center;
    padding: 13px 36px;
    color: #20202f;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;
}

.portfolioFilter-inner {
    display: inline-block;
    width: auto;
    background: #ffffff;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;
    -webkit-box-shadow: 0 0 20px 0 #dddcd9;
    -moz-box-shadow: 0 0 20px 0 #dddcd9;
    -ms-box-shadow: 0 0 20px 0 #dddcd9;
    -o-box-shadow: 0 0 20px 0 #dddcd9;
    box-shadow: 0 0 20px 0 #dddcd9;
}

.portfolioFilter a.current {
    background: #20202f;
    color: #ffffff;
}

.isotope-item {
    z-index: 2;
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}

.isotope,
.isotope .isotope-item {

    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    transition-property: height, width;
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    transition-property: transform, opacity;
}

.galleryportfolio {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-bottom: 78px;
}

.galleryportfolio a {
    display: inline-block;
    width: auto;
    text-align: center;
    padding: 13px 36px;
    color: #20202f;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;
}

.portfolioFilter-inner {
    display: inline-block;
    width: auto;
    background: #ffffff;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;
    -webkit-box-shadow: 0 0 20px 0 #dddcd9;
    -moz-box-shadow: 0 0 20px 0 #dddcd9;
    -ms-box-shadow: 0 0 20px 0 #dddcd9;
    -o-box-shadow: 0 0 20px 0 #dddcd9;
    box-shadow: 0 0 20px 0 #dddcd9;
}

.galleryportfolio a.current {
    background: #20202f;
    color: #ffffff;
}

.isotope-item {
    z-index: 2;
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}

.isotope,
.isotope .isotope-item {

    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    transition-property: height, width;
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    transition-property: transform, opacity;
}



/*------------------------------------------------------------------
[5. Main Menu ]
------------------------------------------------------------------*/

.products {
	background-color: #333333;
}

.menu-wrapper {
    display: inline-block;
    width: 100%;
}

.menu-list {
    float: left;
    width: 100%;
    position: relative;
    padding-left: 135px;
    margin-bottom: 25px;
}

.menu-list-product {
    left: 0;
    max-width: 105px;
    position: absolute;
	border: 1px solid #000;
}

.menu-list h5 {
    border-bottom: 1px dashed #cccccc;
    color: #20202f;
    font-size: 20px;
    padding-bottom: 14px;
    padding-right: 60px;
    position: relative;
    font-weight: 700;
    margin-bottom: 10px;
}

.menu-list h5 span {
    color: #bd9651;
    position: absolute;
    right: 0;
    top: 0;
}

.btn-outer {
    display: inline-block;
    width: 100%;
    margin-top: 30px;
    text-align: center;
}



/*------------------------------------------------------------------
[6. Chef ]
------------------------------------------------------------------*/

.chef-blog {
    float: left;
    width: 100%;
    position: relative;
    border: 2px solid #f4f2ed;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    -ms-border-radius: 18px;
    -o-border-radius: 18px;
    border-radius: 18px;
}

.chef-inner {
    float: left;
    width: 100%;
    position: relative;
}

.chef-member {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: -100px;
}

.chef-member img {
    display: inline-block !important;
    width: auto !important;
}

.chef-info {
    float: left;
    width: 100%;
    background: #f4f2ed;
    padding: 13px 25px;
    -webkit-border-bottom-left-radius: 15px;
    -moz-border-bottom-left-radius: 15px;
    -ms-border-bottom-left-radius: 15px;
    -o-border-bottom-left-radius: 15px;
    border-bottom-left-radius: 15px;
    -webkit-border-bottom-right-radius: 15px;
    -moz-border-bottom-right-radius: 15px;
    -ms-border-bottom-right-radius: 15px;
    -o-border-bottom-right-radius: 15px;
    border-bottom-right-radius: 15px;
    position: relative;
}

.chef-info h3,
.chef-info h4,
.chef-info h5,
.chef-info h6,
.chef-info p,
.chef-info span,
.chef-info span,
.chef-info a {
    position: relative;
    z-index: 2;
}

.chef-slider {
    margin-top: 15px;
    font-size: 15px;
}

.chef-slider.owl-carousel .owl-stage-outer {
    padding-top: 100px;
    padding-bottom: 30px;
}

.chef-blog h5 {
    margin-bottom: 2px;
}

.chef-part .icon-bottom-left {
    top: inherit;
    bottom: 65px;
}

.owl-theme .owl-nav .owl-prev {
    background: url("../images/arrow-black-left.png") no-repeat center center;
    float: left;
    height: 50px;
    left: -120px;
    width: 50px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    text-indent: -10000px;
    position: absolute;
}

.owl-theme .owl-nav .owl-prev:hover {
    background: url("../images/arrow-left-active.png") no-repeat center center;
}

.owl-theme .owl-nav .owl-next {
    background: url("../images/arrow-black-right.png") no-repeat center center;
    float: left;
    height: 50px;
    right: -120px;
    width: 50px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    text-indent: -10000px;
    position: absolute;
}

.owl-theme .owl-nav .owl-next:hover {
    background: url("../images/arrow-right-active.png") no-repeat center center;
}

.chef-blog .social-top {
    width: 100%;
    margin-top: 3px;
    display: none;
    z-index: 5;
}

.chef-info:before {
    border: 2px solid #20202f;
    -webkit-border-bottom-left-radius: 16px;
    -moz-border-bottom-left-radius: 16px;
    -ms-border-bottom-left-radius: 16px;
    -o-border-bottom-left-radius: 16px;
    border-bottom-left-radius: 16px;
    -webkit-border-bottom-right-radius: 16px;
    -moz-border-bottom-right-radius: 16px;
    -ms-border-bottom-right-radius: 16px;
    -o-border-bottom-right-radius: 16px;
    border-bottom-right-radius: 16px;
    content: "";
    height: 100%;
    left: -0.6%;
    position: absolute;
    top: 0;
    width: 101.4%;
    z-index: 1;
    display: none;
}

.chef-blog .social-top a {
    color: #ffffff;
}

.chef-blog .social-top a:hover {
    color: #bd9651;
}

.chef-blog:hover {
    border-color: #20202f;
    color: #ffffff;
}

.chef-blog:hover h5 {
    color: #bd9651;
}

.chef-blog:hover .chef-info {
    background: #20202f;
}

.chef-blog:hover .social-top {
    display: block;
}

.chef-blog:hover .chef-info:before {
    display: block;
}


/* Feature Blog Part */

.feature-img {
    display: inline-block;
    position: relative;
    width: 100%;
    float: left;
}

.feature-blog .item,
.feature-blog .owl-item {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
}

.feature-blog .item .feature-img img {
    -webkit-border-top-left-radius: 20px;
    -moz-border-top-left-radius: 20px;
    -ms-border-top-left-radius: 20px;
    -o-border-top-left-radius: 20px;
    border-top-left-radius: 20px;
    -webkit-border-top-right-radius: 20px;
    -moz-border-top-right-radius: 20px;
    -ms-border-top-right-radius: 20px;
    -o-border-top-right-radius: 20px;
    border-top-right-radius: 20px;
}

.date-feature {
    background: #20202f none repeat scroll 0 0;
    border-radius: 17px;
    color: #ffffff;
    font-size: 24px;
    font-weight: 700;
    height: 78px;
    padding: 12px 5px;
    position: absolute;
    right: 20px;
    text-align: center;
    top: 20px;
    width: 78px;
    z-index: 1;
}

.date-feature small {
    color: #ffffff;
    display: block;
    font-size: 18px;
    margin-top: 8px;
}

.feature-info {
    display: inline-block;
    padding: 20px 25px;
    width: 100%;
    background: #ffffff;
    float: left;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-bottom-left-radius: 20px;
    -ms-border-bottom-left-radius: 20px;
    -o-border-bottom-left-radius: 20px;
    border-bottom-left-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
    -moz-border-bottom-right-radius: 20px;
    -ms-border-bottom-right-radius: 20px;
    -o-border-bottom-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

.feature-info span {
    color: #bd9651;
    margin-right: 25px;
    font-size: 15px;
    vertical-align: middle;
}

.feature-info span .icon-user:before,
.feature-info span .icon-comment:before {
    display: none;
}

.icon-user {
    background: url('../images/user.png') no-repeat center center;
    width: 17px;
    height: 22px;
    vertical-align: middle;
    font-weight: normal;
    display: inline-block;
    margin-right: 6px;
}

.icon-comment {
    background: url('../images/comment.png') no-repeat center center;
    width: 23px;
    height: 21px;
    vertical-align: middle;
    font-weight: normal;
    display: inline-block;
    margin-right: 6px;
}

.icon-more {
    background: url('../images/more-arrow.png') no-repeat center center;
    width: 17px;
    height: 11px;
    vertical-align: middle;
    font-weight: normal;
    display: inline-block;
    margin-left: 14px;
}

.feature-info h5 {
    color: #20202f;
    letter-spacing: 1px;
    margin: 10px 0;
}

.feature-info p {
    margin-bottom: 10px;
}



/*------------------------------------------------------------------
[8. Client ]
------------------------------------------------------------------*/

.client {
	background-color: #333 !important;
}

.client .build-title {
    margin-bottom: 12px;
}

.client-say {
    text-align: center;
}

.client-say .owl-theme .owl-nav.disabled + .owl-dots {
	margin-top: 10px;
}

.client-say .owl-stage-outer:before {
	position: absolute;
	top: 0;
	right: 0;
	font-family: 'fontello'; content: "\e86d"; color: #bd9651;
	font-size: 25px;
}

.client-say .owl-stage-outer:after {
	position: absolute;
	bottom: 0;
	left: 0;
	font-family: 'fontello'; content: "\e86c"; color: #bd9651;
	font-size: 25px;
}

.client-say .item {
    padding: 30px 50px 30px 50px;
}

.client-say .item img {
    display: inline-block;
    width: auto;
}

.client-say .item h6 {
    margin-bottom: 10px;
	color: #bd9651;
}

.client-say .item h6:before, .client-say .item h6:after {
    content: '\2013';
	margin-right: 2px;
	margin-left: 2px;
}

.client-say .item p {
	color: #bd9651;
	font-size: 20px;
}

.client-say .owl-theme .owl-dots .owl-dot span {
    background: #eae7de;
}

.client-say .owl-theme .owl-dots .owl-dot.active span,
.client-say .owl-theme .owl-dots .owl-dot:hover span {
    background: #bd9651;
    width: 35px;
}

.client-metro .owl-theme .owl-dots .owl-dot.active span,
.client-metro .owl-theme .owl-dots .owl-dot:hover span {
    background: #eae7de;
}

.client-metro .item {
    background: #ffffff;
    padding: 70px 25px 10px 25px;
}

.client-metro .item img {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    border: 10px solid #f4f2ed;
    position: absolute;
    top: -50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.client-metro .owl-carousel .owl-stage-outer {
    padding-top: 50px;
}

@media (max-width:767px) {
	.client-say .item {
		padding: 30px 10px 30px 10px;
	}
}

/* Feature List */

.feature-list-icon {
    display: inline-block;
    width: auto;
    vertical-align: bottom;
}

.feature-icon-table {
    display: table-cell;
    vertical-align: bottom;
    height: 88px;
}

.feature-list h5 {
    margin: 20px 0 10px;
}



/*------------------------------------------------------------------
[9. Instagram ]
------------------------------------------------------------------*/

.gallery-slider {
    float: left;
    width: 100%;
    padding: 0 70px;
}

.gallery-slider a>img {
    -webkit-border-radius: 17px;
    -moz-border-radius: 17px;
    -ms-border-radius: 17px;
    -o-border-radius: 17px;
    border-radius: 17px;
}

.gallery-overlay {
    position: absolute;
    left: 0px;
    width: 100%;
    height: 100%;
    top: 0px;
    padding: 20px;
    text-align: center;
    overflow: hidden;
    opacity: 0;
    z-index: -1;
    -webkit-transform: scale(0) rotate(-180deg);
    -moz-transform: scale(0) rotate(-180deg);
    -ms-transform: scale(0) rotate(-180deg);
    -o-transform: scale(0) rotate(-180deg);
    transform: scale(0) rotate(-180deg);
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.gallery-overlay-inner {
    position: relative;
    background: url('../images/gradient-bg.png') no-repeat center center;
    background-size: cover;
    width: 100%;
    height: 100%;
    display: table;
    vertical-align: middle;
    font-size: 42px;
    color: #ffffff;
    -webkit-border-radius: 17px;
    -moz-border-radius: 17px;
    -ms-border-radius: 17px;
    -o-border-radius: 17px;
    border-radius: 17px;
}

.gallery-overlay-inner i {
    display: table-cell;
    vertical-align: middle;
}

.gallery-slider .item:hover .gallery-overlay {
    opacity: 1;
    -webkit-transform: scale(1) rotate(0deg);
    -moz-transform: scale(1) rotate(0deg);
    -ms-transform: scale(1) rotate(0deg);
    -o-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
    -webkit-transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
    -ms-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s;
    z-index: 1;
}

.gallery-slider .owl-theme .owl-nav .owl-prev {
    left: -60px;
}

.gallery-slider .owl-theme .owl-nav .owl-next {
    right: -60px;
}



/*------------------------------------------------------------------
[10. Footer ]
------------------------------------------------------------------*/

.footer-part {
    float: left;
    width: 100%;
    position: relative;
    padding: 15px 0 15px 0;
    color: #f6f0f2;
    font-size: 15px;
	background-color: #444444;
	-webkit-box-shadow: inset 0 10px 10px -10px rgba(0,0,0,0.8);
	-moz-box-shadow: inset 0 10px 10px -10px rgba(0,0,0,0.8);
	box-shadow: inset 0 10px 10px -10px rgba(0,0,0,0.8);
}

.footer-part h1,
.footer-part h2,
.footer-part h3,
.footer-part h4,
.footer-part h5,
.footer-part h6 {
    color: #bd9651;
}

.footer-inner {
    float: left;
    width: 100%;
    margin: 0 0 55px 0;
}

.footer-part a {
    color: #bd9651;
}

.footer-info {
    display: inline-block;
    width: 100%;
    text-align: center;
}

.footer-info p {
    margin: 0px;
}

.footer-info h3 {
    margin-bottom: 32px;
}

.copy-right {
    float: left;
    width: 100%;
    color: #5c5c6e;
}

.copy-right a {
    color: #5c5c6e;
}

.copy-right a:hover {
    color: #bdbdd3;
}

.social-round {
    display: inline-block;
    width: auto;
    text-align: center;
}

.social-round ul,
.social-round li {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.social-round li {
    display: inline-block;
    width: auto;
    margin-right: 18px;
}

.social-round li a {
    display: block;
    width: 50px;
    height: 50px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid #383848;
    line-height: 50px;
    font-size: 16px;
    color: #5c5c6e;
}

.copyright-before {
    margin-top: 12px;
}

.copyright-after .social-round {
    float: right;
}

.icon-find {
    position: absolute;
    left: 50%;
    bottom: 0px;
    width: 254px;
    background: url('../images/find-us.png') no-repeat center center;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 59px;
    z-index: 30;
    text-align: center;
    padding: 10px 0 0 0;
}

.icon-find span {
    display: inline-block;
    width: 100%;
    font-size: 16px;
    color: #ffffff;
    margin-top: -4px;
}

.location-footer-map {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 32;
    height: 101.8%;
    display: none;
}

.location-footer-map.location-open {
    display: block;
}

.location-footer-map iframe {
    width: 100% !important;
    height: 100%;
    float: left;
}

.icon-find-location {
    position: absolute;
    left: 50%;
    top: -59px;
    position: absolute;
    left: 50%;
    width: 254px;
    background: url('../images/pattern-dark.png') no-repeat center center;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 59px;
    z-index: 30;
    text-align: center;
    padding: 10px 0 0 0;
}

.icon-find-location span {
    display: inline-block;
    width: 100%;
    font-size: 14px;
    color: #ffffff;
    margin-top: -4px;
    top: -5px;
    position: relative;
}

.icon-find-location img {
    max-width: 22px;
}



/* Home Page 2 Style */

.wrapper-spacer {
    padding: 60px 70px;
    float: left;
    width: 100%;
}

.home-ride,
.home-ride .tp-banner-container,
.home-ride .tp-banner,
.home-ride .tp-banner li,
.home-ride .tp-bgimg,
.home-ride .slotholder {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
}

.header-part.header-on {
    position: absolute;
    left: 0px;
    width: 100%;
    top: 138px;
}

.header-on .header-bottom {
	background: #000;
    border-bottom: none;
}

.header-on .logo>a {
    top: -35px;
}

.header-reduce .header-bottom {
	background: #000;
}

.on-scroll {
    position: absolute;
    left: 0px;
    width: 100%;
    bottom: 0px;
    z-index: 30;
    text-align: center;
}
.on-scroll.bounce {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
.on-scroll .scroll i {
	width: 54px;
	height: 54px;
	font-size: 54px;
	color: #000;
}
.on-scroll .scroll i:hover {
	color: #fff;
}
.content-middle {
    width: 615px;
    margin: 0 auto;
}

.invert .build-white h2 {
    color: #ffffff;
}

.invert .build-white h6 {
    color: #b9b7b2;
}

.portfolioFilter-inner.portfolioFilter-sample {
    box-shadow: none !important;
}

.portfolioFilter .portfolioFilter-sample a.current {
    background: #c4993a;
    color: #ffffff;
}

.portfolioContainer-sample .menu-list h5 {
    color: #ffffff;
}

.radius-part {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
}

.feature-label .feature-img {
    width: 36%;
}

.feature-label .feature-img img {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
}

.feature-label .date-feature small {
    margin-top: 0px;
}

.feature-label .feature-info {
    width: 64%;
    background: transparent;
    padding: 26px 25px;
}

.feature-label .owl-item {
    background: #f4f2ed;
}

.feature-label .feature-info span {
    color: #383848;
}

.feature-label .icon-user {
    background: url('../images/user1.png') no-repeat center center;
}

.feature-label .icon-comment {
    background: url('../images/comment1.png') no-repeat center center;
}

.feature-label .date-feature {
    background: #bd9651;
}

.feature-label .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 65px;
}

.feature-primary {
    color: #20202f;
}

.feature-primary .build-title h6 {
    color: #ffffff;
}

.feature-primary .feature-icon-table img {
    filter: brightness(0) invert(1);
}

.chef-slote .chef-blog {
    border-color: transparent;
}

.chef-slote .chef-inner {
    background: #ffffff;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    -ms-border-radius: 18px;
    -o-border-radius: 18px;
    border-radius: 18px;
}

.chef-slote .chef-info {
    background: #20202f;
    color: #ffffff;
}

.chef-slote .chef-blog h5 {
    color: #bd9651;
}

.gallery-slider.gallery-uniq {
    padding-left: 0px;
    padding-right: 0px;
}



/*------------------------------------------------------------------
[11. Map Address ]
------------------------------------------------------------------*/

.map-address {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
}

.map-address-inner {
    float: left;
    width: 100%;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
}

.map-address-inner img,
.map-address-inner iframe {
    width: 100% !important;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-bottom-left-radius: 20px;
    -ms-border-bottom-left-radius: 20px;
    -o-border-bottom-left-radius: 20px;
    border-bottom-left-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
    -moz-border-bottom-right-radius: 20px;
    -ms-border-bottom-right-radius: 20px;
    -o-border-bottom-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

.map-top {
    float: left;
    width: 100%;
    background: #20202f;
    padding: 50px 0;
    -webkit-border-top-left-radius: 20px;
    -moz-border-top-left-radius: 20px;
    -ms-border-top-left-radius: 20px;
    -o-border-top-left-radius: 20px;
    border-top-left-radius: 20px;
    -webkit-border-top-right-radius: 20px;
    -moz-border-top-right-radius: 20px;
    -ms-border-top-right-radius: 20px;
    -o-border-top-right-radius: 20px;
    border-top-right-radius: 20px;
}

.map-bottom {
    float: left;
    width: 100%;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-bottom-left-radius: 20px;
    -ms-border-bottom-left-radius: 20px;
    -o-border-bottom-left-radius: 20px;
    border-bottom-left-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
    -moz-border-bottom-right-radius: 20px;
    -ms-border-bottom-right-radius: 20px;
    -o-border-bottom-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

.address-blog {
    float: left;
    width: auto;
    color: #ffffff;
    padding-right: 10%;
}

.address-blog:last-child {
    padding-right: 0px;
}

.address-blog a {
    color: #ffffff;
}

.address-blog h3 {
    color: #bd9651;
    margin-bottom: 3px;
}



/* Footer Part Round */

.footer-round {
    background: #f4f2ed;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    padding: 30px 0;
    margin: 0;
    float: left;
    width: 100%;
    color: #20202f;
}

.footer-round a {
    color: #20202f;
}

.footer-round-left {
    float: left;
    width: 45%;
    text-align: left;
    margin-top: 45px;
}

.footer-round-middle {
    float: left;
    width: auto;
}

.footer-round-right {
    float: right;
    width: 39%;
    text-align: left;
    margin-top: 45px;
}

.footer-round .social-top {
    float: right;
}




/* Home Page 3 Style */

.wrapper-spacer-bg {
    background: #20202f;
    padding-left: 0px;
    padding-right: 0px;
}

.wrapper-spacer-bg .header-on .logo>a {
    top: 0px;
}

.wrapper-spacer-bg .header-part.header-on {
    top: 0px;
}

.wrapper-spacer-bg .home-slider {
    padding-left: 70px;
    padding-right: 70px;
}

.wrapper-spacer-bg .home-slider .home-slider-target {
    float: left;
    width: 100%;
    position: relative;
}

.wrapper-spacer-bg h1,
.wrapper-spacer-bg h2,
.wrapper-spacer-bg h3,
.wrapper-spacer-bg h4,
.wrapper-spacer-bg h5,
.wrapper-spacer-bg h6 {
    color: #bd9651;
}

.wrapper-spacer-bg .heade-xs {
    color: #f6f0f2;
}

.wrapper-spacer-bg .table-title .heade-xs {
    color: #9a9a9a;
}

.wrapper-spacer-bg .table-title h2 {
    color: #383848;
}

.wrapper-spacer-bg .modal-body .jq-selectbox__select {
    border-color: #e5e5ee;
}

.wrapper-spacer-bg .jq-selectbox__select {
    border-color: #383848;
}

.wrapper-spacer-bg .jq-selectbox__select-text {
    color: #636375;
}

.wrapper-spacer-bg .table-part.booktable input[type="text"],
.wrapper-spacer-bg .table-part.booktable input[type="password"],
.wrapper-spacer-bg .table-part.booktable input[type="tel"],
.wrapper-spacer-bg .table-part.booktable input[type="email"],
.wrapper-spacer-bg .table-part.booktable input[type="number"] {
    background: transparent;
    color: #636375;
    border-color: #383848;
}

.wrapper-spacer-bg .portfolioFilter-inner,
.wrapper-spacer-bg .portfolioFilter a.current {
    background: none;
}

.wrapper-spacer-bg .portfolioFilter a,
.wrapper-spacer-bg .portfolioFilter-inner {
    border-radius: 0px !important;
}

.wrapper-spacer-bg .portfolioFilter a.current {
    color: #bd9651;
}

.wrapper-spacer-bg .portfolioFilter a {
    color: #f6f0f2;
}

.wrapper-spacer-bg .chef-slote .chef-info {
    background: #383848;
}

.wrapper-spacer-bg .owl-theme .owl-nav .owl-prev {
    background: url("../images/arrow-left.png") no-repeat center center;
}

.wrapper-spacer-bg .owl-theme .owl-nav .owl-next {
    background: url("../images/arrow-right.png") no-repeat center center;
}

.wrapper-spacer-bg .owl-theme .owl-nav .owl-prev:hover {
    background: url("../images/arrow-left-active.png") no-repeat center center;
}

.wrapper-spacer-bg .owl-theme .owl-nav .owl-next:hover {
    background: url("../images/arrow-right-active.png") no-repeat center center;
}

.wrapper-spacer-bg .chef-slote .chef-inner {
    background: #151521;
}

.wrapper-spacer-bg .chef-slote .chef-inner:hover {
    background: #bd9651;
}

.wrapper-spacer-bg .chef-slote .chef-inner:hover .chef-info {
    background: #d2a748;
}

.wrapper-spacer-bg .chef-slote .chef-inner:hover h5 {
    color: #20202f;
}

.wrapper-spacer-bg .build-title h6 {
    color: #f6f0f2;
}

.wrapper-spacer-bg .feature-label .feature-info span {
    color: #f6f0f2;
}

.wrapper-spacer-bg .feature-label .owl-item {
    background: #151521;
}

.wrapper-spacer-bg .feature-info {
    color: #f6f0f2;
}

.wrapper-spacer-bg .feature-label .icon-user {
    background: url("../images/user1.png") no-repeat center center;
}

.wrapper-spacer-bg .feature-label .icon-comment {
    background: url("../images/comment1.png") no-repeat center center;
}

.wrapper-spacer-bg .owl-theme .owl-dots .owl-dot.active span,
.wrapper-spacer-bg .owl-theme .owl-dots .owl-dot:hover span {
    background: #bd9651;
}

.wrapper-spacer-bg .owl-theme .owl-dots .owl-dot span {
    background: #383848;
}

.wrapper-spacer-bg .feature-list h5,
.wrapper-spacer-bg .feature-list {
    color: #f6f0f2;
}

.footer-mix {
    float: left;
    width: 100%;
    padding: 90px 0 0;
    color: #f6f0f2;
    position: relative;
}

.footer-mix:before {
    position: absolute;
    left: 4%;
    width: 92%;
    height: 1px;
    background: #383848;
    content: "";
    top: 40px;
}

.footer-mix a {
    color: #f6f0f2;
}

.footer-mix a:hover {
    color: #bd9651;
}

.footer-mix .social-top {
    float: right;
}

.footer-round-right .social-top li:last-child {
    margin-right: 0px;
}



/* Home Page 4 Style */

.header-part.header-transparent {
    top: 0px;
}

.header-transparent .logo {
    position: relative;
    text-align: left;
}

.header-transparent .header-bottom {
    padding: 10px 0;
}

.tp-caption i.text-on-slider {
    font-weight: 400 !important;
	white-space: normal !important;
}

.booktable-none .jq-selectbox__select {
    border-radius: 0px !important;
}

.booktable-none input[type="text"],
.booktable-none input[type="password"],
.booktable-none input[type="tel"],
.booktable-none input[type="email"],
.booktable-none input[type="number"] {
    border-radius: 0px !important;
}

.dishes-special {
    float: left;
    width: 100%;
    padding: 180px 0;
}

.dishes-special .build-title h6 {
    color: #f6f0f2;
}

.dishes-filter .portfolioFilter-inner {
    background: transparent;
    border-radius: 0px !important;
    box-shadow: none !important;
}

.dishes-filter .portfolioFilter {
    background: rgba(32, 32, 47, 0.85);
}

.dishes-filter .portfolioFilter a {
    border-radius: 0px !important;
    color: #ffffff;
    padding-top: 25px;
    padding-bottom: 25px;
    position: relative;
}

.dishes-filter .portfolioFilter a.current {
    background: transparent;
    color: #bd9651;
}

.dishes-filter .portfolioFilter a.current:before {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #ffffff;
    position: absolute;
    bottom: 0px;
    left: 50%;
    content: "";
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.feature-extra .feature-blog .feature-img img,
.feature-extra .feature-blog .item,
.feature-extra .feature-blog .owl-item,
.feature-extra .feature-info,
.feature-extra .date-feature {
    border-radius: 0px;
}

.feature-extra .date-feature small {
    margin-top: 0px;
}

.feature-extra .owl-theme .owl-nav .owl-prev {
    background: url(../images/direction-left.png) no-repeat center center;
}

.feature-extra .owl-theme .owl-nav .owl-prev:hover {
    background: url(../images/direction-left-active.png) no-repeat center center;
}

.feature-extra .owl-theme .owl-nav .owl-next {
    background: url(../images/direction-right.png) no-repeat center center;
}

.feature-extra .owl-theme .owl-nav .owl-next:hover {
    background: url(../images/direction-right-active.png) no-repeat center center;
}

.food-extra .food-blog {
    margin-top: 0px;
}

.map-fix {
    padding: 0px;
}

.map-fix img,
.map-fix iframe {
    width: 100% !important;
}

.instagram-trail a>img,
.instagram-trail .gallery-overlay-inner {
    border-radius: 0px !important;
}

.instagram-trail .owl-theme .owl-nav .owl-prev {
    background: url(../images/direction-left.png) no-repeat center center;
}

.instagram-trail .owl-theme .owl-nav .owl-prev:hover {
    background: url(../images/direction-left-active.png) no-repeat center center;
}

.instagram-trail .owl-theme .owl-nav .owl-next {
    background: url(../images/direction-right.png) no-repeat center center;
}

.instagram-trail .owl-theme .owl-nav .owl-next:hover {
    background: url(../images/direction-right-active.png) no-repeat center center;
}

.footer-form {
    float: left;
    width: 100%;
    position: relative;
    color: #f6f0f2;
    font-size: 15px;
}

.footer-form a {
    color: #f6f0f2;
}

.footer-form-top {
    float: left;
    width: 100%;
    position: relative;
    padding: 45px 0 28px 0;
}

.footer-form-left {
    float: left;
    width: auto;
}

.footer-form-left h3 {
    color: #bd9651;
}

.footer-form-left p:last-child {
    margin-bottom: 0px;
}

.footer-form-top h3 {
    margin: 0 0 20px 0;
}

.footer-form-top p {
    margin: 0 0 14px 0;
}

.footer-form-top a {
    display: block;
}

.footer-form-middle {
    float: left;
    width: 100%;
    color: #636375;
}

.footer-form-middle .btn-main {
    width: 100%;
    height: 59px;
    line-height: 59px;
    font-size: 18px;
    text-transform: inherit;
}

.footer-form-middle input[type="text"],
.footer-form-middle input[type="email"],
.footer-form-middle input[type="password"],
.footer-form-middle textarea {
    border-radius: 0px !important;
    margin-bottom: 20px;
    padding-left: 24px;
    padding-right: 24px;
}

.footer-form-middle h3 {
    text-align: center;
}

.footer-form-middle textarea {
    height: 144px;
    padding: 19px 24px;
}

.footer-form-right {
    float: right;
    width: auto;
    text-align: right;
}

.footer-form-right .social-top {
    float: right;
    width: auto;
}

.footer-form-right .social-top li:last-child {
    margin-right: 0px;
}

.footer-form-right .social-top li a {
    color: #5c5c6e;
}

.footer-form-right .social-top li:hover a {
    color: #bdbdd3;
}

.footer-xs {
    float: left;
    width: 100%;
    position: relative;
}

.footer-xs-left {
    float: left;
    width: 30%;
}

.footer-xs-middle {
    float: left;
    width: 40%;
    background: #ffffff;
    padding: 25px 65px 45px 65px;
    margin-top: -200px;
}

.footer-xs-right {
    float: left;
    width: 30%;
    position: absolute;
    right: 0px;
    bottom: 0px;
}

.footer-form-bottom {
    float: left;
    width: 100%;
    background: #20202f;
    padding: 27px 0;
    text-align: center;
}



/* Home Page 5 Style */

.header-expert .header-bottom {
    border-bottom: none;
    background: none;
    padding: 10px 0;
}

.header-expert .menu-main li a {
    color: #383848;
}

.header-expert .search-part>a {
    background-image: url("../images/icon-zoom-blue.png");
}

.header-expert .search-part.active>a {
    background-image: url("../images/close-blue.png");
}

.header-expert .header-collect a {
    color: #383848;
}

.header-expert .search-box {
    top: 76px;
}

.dishes-expand .slick-prev {
    background: url('../images/arrow-black-left.png') no-repeat center center;
    width: 50px;
    height: 50px;
}

.dishes-expand .slick-prev:hover,
.dishes-expand .slick-prev:focus {
    background: url('../images/arrow-left-active.png') no-repeat center center;
}

.dishes-expand .slick-next {
    background: url('../images/arrow-black-right.png') no-repeat center center;
    width: 50px;
    height: 50px;
}

.dishes-expand .slick-next:hover,
.dishes-expand .slick-next:focus {
    background: url('../images/arrow-right-active.png') no-repeat center center;
}

.menu-return .portfolioFilter-inner {
    box-shadow: none !important;
    background: none !important;
}

.menu-return .portfolioFilter a {
    color: #ffffff;
}

.menu-return .portfolioFilter a span {
    display: block;
    margin-bottom: 5px;
}

.menu-return .portfolioFilter a.current {
    background: transparent;
    color: #bd9651;
}

.footer-inset {
    color: #bd9651;
    display: inline-block;
    width: 100%;
    font-size: 20px;
    padding-bottom: 25px;
}

.footer-inset a {
    color: #bd9651;
}

.footer-inset p a {
    display: block;
}

.footer-inset .social-top li {
    margin-right: 14px;
}

.footer-inset .social-top li:last-child {
    margin-right: 0px;
}

.footer-inset .social-top a {
    font-size: 16px;
}

.footer-action {
    padding-bottom: 0px;
    border-bottom: none;
}

.footer-inset-copyright {
    display: inline-block;
    width: 100%;
    text-align: center;
    color: #5e5e75;
    font-size: 13px;
    background: #12121d;
    padding: 22px 0;
}

.equal-inset {
    float: left;
    width: 100%;
}

.equal-inset h1, .equal-inset h2, .equal-inset h3, .equal-inset h4, .equal-inset h5, .equal-inset h6 {
	padding-bottom: 20px;
}

.equal-inset.fb-page {
	height: auto !important;
	padding: 30px 0 0 0;
}
.equal-inset.fb-page .icon-facebook {
	color: #000;
	width: 100px;
	height: 100px;
	background: #bd9651;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
}

.quick-links .equal-inset {
	height: auto !important;
	padding: 65px 80px 0 0;
}
.quick-links .equal-inset p {
	margin-bottom: 0;
}
.quick-links .equal-inset a {
	padding-bottom: 5px;
}
.quick-links .equal-inset a:hover {
	color: #ffffff;
}


/*------------------------------------------------------------------
[12. Menu Page ]
------------------------------------------------------------------*/

.breadcrumb-part {
    padding: 0px;
    height: 345px;
}

.breadcrumb-inner {
    position: absolute;
    left: 0px;
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #ffffff;
    text-align: center;
}

.breadcrumb-inner h2,
.breadcrumb-inner h3 {
    color: #ffffff;
    margin-bottom: 7px;
    text-transform: uppercase;
}

.breadcrumb-inner a {
    display: inline-block;
    width: auto;
    color: #ffffff;
}

.breadcrumb-inner a:after {
    content: "-";
    padding: 0 8px 0 10px;
}

.breadcrumb-inner a:last-child:after {
    display: none;
}

.breadcrumb-inner span {
    display: inline-block;
    width: auto;
    color: #bd9651;
}

.discount-part {
    padding: 55px 0 110px 0;
}

.discount-part h2 {
    font-weight: 300;
}

.discount-part h2 span {
    color: #bd9651;
    font-size: 60px;
    font-weight: 700;
}

.discount-part .heade-xs {
    margin: 0;
}

.discount-left {
    float: left;
    width: 100%;
    padding-top: 50px;
}

.discount-right {
    float: left;
    width: 100%;
}

.menu-sector-blog {
    display: inline-block;
    width: 100%;
    position: relative;
    margin: 0 0 85px 0;
}

.menu-sector-img {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-bottom: 25px;
}

.menu-sector-title {
    display: inline-block;
    width: 100%;
    text-align: center;
}

.menu-sector-inner {
    display: inline-block;
    width: 100%;
    position: relative;
    margin: 85px 0 0 0;
}

.menu-sector-list {
    float: left;
    width: 100%;
    position: relative;
    margin: 0 0 25px 0;
}

.menu-sector-list h6 {
    border-bottom: 1px dashed #cccccc;
    padding-bottom: 25px;
    padding-right: 60px;
    position: relative;
}

.menu-sector-list h6 span {
    color: #bd9651;
    position: absolute;
    right: 0;
    top: 0;
}

.discount-partial {
    padding: 50px 0;
    margin: 0 0 180px 0;
}

.discount-partial .discount-right {
    margin-bottom: -130px;
}

.discount-partial .discount-left {
    padding-top: 0px;
}

.menu-sector-dessert .menu-sector-list h6 {
    border-bottom: none;
    padding-bottom: 0;
    padding-right: 60px;
}

.menu-sector-dessert .menu-sector-list {
    margin-bottom: 15px;
    height: auto !important;
}

.menu-round {
    float: left;
    width: 100%;
    -webkit-border-radius: 17px;
    -moz-border-radius: 17px;
    -ms-border-radius: 17px;
    -o-border-radius: 17px;
    border-radius: 17px;
    background: #ffffff;
    margin-bottom: 30px;
}

.menu-round-img {
    float: left;
    width: 100%;
    -webkit-border-radius: 17px 17px 0px 0px;
    -moz-border-radius: 17px 17px 0px 0px;
    -ms-border-radius: 17px 17px 0px 0px;
    -o-border-radius: 17px 17px 0px 0px;
    border-radius: 17px 17px 0px 0px;
}

.menu-round-img img {
    -webkit-border-radius: 17px 17px 0px 0px;
    -moz-border-radius: 17px 17px 0px 0px;
    -ms-border-radius: 17px 17px 0px 0px;
    -o-border-radius: 17px 17px 0px 0px;
    border-radius: 17px 17px 0px 0px;
}

.menu-round-info {
    float: left;
    width: 100%;
    -webkit-border-radius: 0px 0px 17px 17px;
    -moz-border-radius: 0px 0px 17px 17px;
    -ms-border-radius: 0px 0px 17px 17px;
    -o-border-radius: 0px 0px 17px 17px;
    border-radius: 0px 0px 17px 17px;
    padding: 24px 30px;
}

.menu-round-info h5 {
    margin: 0px;
    position: relative;
    padding-right: 80px;
}

.menu-round-info h5 span {
    color: #bd9651;
    position: absolute;
    right: 0px;
    top: 0px;
}

.service-track {
    display: inline-block;
    width: 100%;
}

.service-track-inner {
    float: left;
    width: 100%;
    height: 283px;
    position: relative;
    vertical-align: middle;
    text-align: center;
    background: #ffffff;
    -webkit-border-radius: 17px;
    -moz-border-radius: 17px;
    -ms-border-radius: 17px;
    -o-border-radius: 17px;
    border-radius: 17px;
    overflow: hidden;
}

.service-track-inner h3 {
    font-size: 30px;
    margin: 0px;
    line-height: normal;
    text-transform: uppercase;
}

.service-track-inner h3 span {
    color: #bd9651;
    display: block;
}

.service-track-info {
    float: left;
    width: 100%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0px;
}

.service-track-overlay {
    color: #ffffff;
    position: absolute;
    top: 100%;
    left: 0px;
    width: 100%;
    background-color: #bd9651;
    z-index: 1;
    height: 100%;
    padding: 20px 15px;
    -webkit-border-radius: 17px;
    -moz-border-radius: 17px;
    -ms-border-radius: 17px;
    -o-border-radius: 17px;
    border-radius: 17px;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.service-track-inner:hover .service-track-overlay {
    top: 0px;
}

.service-track-overlay h3,
.service-track-overlay h4,
.service-track-overlay h5 {
    color: #ffffff;
}

.service-track-overlay h3 span,
.service-track-overlay h4 span,
.service-track-overlay h5 span {
    color: #ffffff;
}

.service-track-overlay a {
    color: #ffffff;
}

.service-track-overlay h3 {
    margin: 15px 0 10px 0;
}

.service-track-overlay p {
    margin: 0px;
}

.service-port {
    display: inline-block;
    width: 100%;
    margin: 0 0 95px 0;
}

.service-port-outer .service-port:last-child {
    margin-bottom: 0px;
}

.service-port-prev {
    float: left;
    width: 100%;
    position: relative;
    -webkit-border-radius: 17px;
    -moz-border-radius: 17px;
    -ms-border-radius: 17px;
    -o-border-radius: 17px;
    border-radius: 17px;
    border: 2px solid #f4f2ed;
}

.service-port-prev img {
    -webkit-border-radius: 17px;
    -moz-border-radius: 17px;
    -ms-border-radius: 17px;
    -o-border-radius: 17px;
    border-radius: 17px;
    width: 100%;
    position: relative;
    top: -20px;
    left: -20px;
}

.service-port-next {
    float: left;
    width: 100%;
    position: relative;
    margin-top: 55px;
}

.service-port.even .service-port-left {
    float: right;
}

.partner-part img {
    width: auto !important;
    display: inline-block !important;
}

.partner-part {
    padding: 70px 0 120px 0;
}

.partner-part .item img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.partner-part .item:hover img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}



/*------------------------------------------------------------------
[13. Gallery Page ]
------------------------------------------------------------------*/

.gallery-royal {
    display: inline-block;
    width: 100%;
}

.gallery-megic-blog {
    float: left;
    width: 100%;
    position: relative;
    -webkit-border-radius: 17px;
    -moz-border-radius: 17px;
    -ms-border-radius: 17px;
    -o-border-radius: 17px;
    border-radius: 17px;
    color: #ffffff;
    margin: 0 0 30px 0;
}

.gallery-megic-blog h1,
.gallery-megic-blog h2,
.gallery-megic-blog h3,
.gallery-megic-blog h4,
.gallery-megic-blog h5,
.gallery-megic-blog h6,
.gallery-megic-blog p {
    margin: 0px;
    color: #ffffff;
}

.gallery-megic-inner {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    left: 0px;
    padding: 20px;
    -webkit-border-radius: 17px;
    -moz-border-radius: 17px;
    -ms-border-radius: 17px;
    -o-border-radius: 17px;
    border-radius: 17px;
    overflow: hidden;
    opacity: 0;
    z-index: -1;
    -webkit-transform: scale(0) rotate(-180deg);
    -moz-transform: scale(0) rotate(-180deg);
    -ms-transform: scale(0) rotate(-180deg);
    -o-transform: scale(0) rotate(-180deg);
    transform: scale(0) rotate(-180deg);
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.gallery-megic-out {
    display: table;
    width: 100%;
    position: relative;
    height: 100%;
    background: rgba(228, 185, 91, 0.90);	
}

.gallery-megic-detail {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    padding: 15px;
}

.gallery-megic-blog img {
    width: 100%;
	border: 1.5px solid #bd9651;
}

.item .gallery-megic-blog img {
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.item .gallery-megic-blog:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.gallery-megic-detail span {
    font-size: 16px;
}

.gallery-megic-blog:hover .gallery-megic-inner {
    opacity: 1;
    -webkit-transform: scale(1) rotate(0deg);
    -moz-transform: scale(1) rotate(0deg);
    -ms-transform: scale(1) rotate(0deg);
    -o-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
    -webkit-transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
    -ms-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s;
    z-index: 1;
}

.gallery-pagination {
    text-align: center;
    display: inline-block;
    width: 100%;
    font-size: 13px;
    color: #959393;
    margin-top: 40px;
}

.gallery-pagination-inner {
    display: inline-block;
    width: auto;
}

.gallery-pagination ul,
.gallery-pagination li {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.gallery-pagination li {
    display: inline-block;
    width: auto;
    margin-right: 18px;
    text-align: center;
}

.gallery-pagination li:last-child {
    margin-right: 0px;
}

.gallery-pagination li a {
    display: block;
    padding: 0px;
    border: 2px solid #f4f2ed;
    -webkit-border-radius: 80px;
    -moz-border-radius: 80px;
    -ms-border-radius: 80px;
    -o-border-radius: 80px;
    border-radius: 80px;
    width: 52px;
    height: 52px;
    line-height: 50px;
    color: #959393;
}

.gallery-pagination li .pagination-prev,
.gallery-pagination li .pagination-next {
    text-transform: uppercase;
    -webkit-border-radius: 28px;
    -moz-border-radius: 28px;
    -o-border-radius: 28px;
    border-radius: 28px;
    padding: 0 30px;
    width: auto;
}

.gallery-pagination li:hover a,
.gallery-pagination li.active a {
    background: #20202f;
    color: #ffffff;
}

.pagination-prev .fa {
    margin-right: 6px;
}

.pagination-next .fa {
    margin-left: 6px;
}

.mesonay-megic img,
.mesonay-megic .msrItem {
    -webkit-border-radius: 17px;
    -moz-border-radius: 17px;
    -ms-border-radius: 17px;
    -o-border-radius: 17px;
    border-radius: 17px;
    margin: 0px;
}

.gallery-megic-blog img.mobile {
	display: none;
}

/*------------------------------------------------------------------
[14. Contact ]
------------------------------------------------------------------*/

.contact-part {
	background-color: #000;
}
.contact-part h2 {
	color: #bd9651;
}
.contact-part h3 {
	color: #bd9651;
	font-weight: 400;
}
.contact-part .item {
	margin-bottom: 30px;
}
.contact-part .alert-success {
	background-color: #bd9651;
	border-color: #bd9651;
	color: #20202f;
	font-size: 20px;
	font-weight: 700;
	text-align: center;
}
.contact-part .alert-success p {
	margin: 15px;
}
.contact-part.custom {
	background-color: #444444;
	background-color: rgba(68, 68, 68, .9);
	/*-webkit-box-shadow: inset 0 10px 10px -10px rgba(0,0,0,0.8);
	-moz-box-shadow: inset 0 10px 10px -10px rgba(0,0,0,0.8);
	box-shadow: inset 0 10px 10px -10px rgba(0,0,0,0.8);*/
}
.contact-part.custom h2 {
	color: #fff;
}
.contact-part.custom h3 {
	color: #fff;
	font-weight: 400;
}
.contact-part.custom .alert-success {
	background-color: #fff;
	border-color: #444;
	color: #444;
	font-size: 20px;
	font-weight: 700;
	text-align: center;
}
.contact-part.custom label {
	cursor: pointer;
	font-size: 18px;
	color: #fff;
}
.jq-checkbox {
	margin: 0;
}

.contact-part iframe,
.contact-part .map {
    width: 100% !important;
    margin-bottom: 45px;
}

.contact-properties {
	padding: 50px 0 50px 0;
	font-size: 20px;
}

.contact-form {
	font-size: 20px;
	margin-bottom: 20px;
}
.contact-form input {
	margin-bottom: 20px;
}

.contact-blog-row {
    float: right;
    width: 100%;
    border: 1.5px solid #bd9651;
    padding: 25px 45px;
    color: #20202f;
    text-align: center;
}

.contact-blog-row a {
    color: #20202f;
}

.contact-icon {
    display: block;
    min-height: 65px;
}

.contact-blog-row p {
    margin: 45px 0 0 0;
}

.contact-part .submit-btn {
    float: right;
}

.co-title {
    font-size: 20px;
    font-weight: 700;
    display: block;
    margin-bottom: 13px;
}

.time-list li {
    margin-bottom: 8px;
}

.time-list li span {
    display: inline-block;
    width: auto;
}

.time-list .week-name {
    min-width: 180px;
}

.contact-part address {
    margin-bottom: 50px;
    color: #20202f;
}

.contact-part address a {
    color: #20202f;
}

.contact-part address a:hover {
    color: #bd9651;
}

.contact-part .title {
    display: inline-block;
    margin-bottom: 30px;
    width: 100%;
}

@media (max-width:767px) {
	.contact-part.custom label {
		margin-bottom: 15px;
	}
}


/*------------------------------------------------------------------
[15. 404 Page ]
------------------------------------------------------------------*/

.error-404 {
    position: fixed;
    left: 0px;
    height: 100%;
    width: 100%;
    top: 0px;
    z-index: 1;
}

.error-404-inner {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #ffffff;
    line-height: 36px;
    padding: 0 15px;
    margin-top: 0;
}

.error-404-inner p {
	margin: 0px;
	font-size: 40px;
}

.error-404-inner h2 {
	margin: 0px;
    color: #ffffff;
	font-size: 70px;
}

.error-404-inner h2 {
    margin-bottom: 8px;
}

.error-404-inner a {
    color: #bd9651;
    text-decoration: underline;
}

.error-404-title {
    display: inline-block;
    width: 100%;
    color: #bd9651;
    font-size: 200px;
    margin-bottom: 40px;
    font-weight: 700;
}



/*------------------------------------------------------------------
[15. Sections ]
------------------------------------------------------------------*/

.products-list p {
	margin: 0 0 0 0;
	word-wrap: break-word;
}

.cart-overlay-wrap {
    position: absolute;
    left: 0px;
    width: 100%;
    height: 100.1%;
    background: rgba(0,0,0,0.6);
    bottom: 0px;
    overflow: hidden;
    opacity: 0;
	text-align: center;
    z-index: -1;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.shop-main-list:hover .cart-overlay-wrap {
	opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
    -ms-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s;
    z-index: 1;
}

.cart-overlay {
	position: relative;
	display: table;
	vertical-align: middle;
    width: 100%;
	height: 100%;
}

.cart-overlay a {
	display: table-cell;
	vertical-align: middle;
}

.cart-overlay a i.icon {
	font-size: 40px;
	color: #fff;
}

.share-tag {
	position: absolute;
    left: 0px;
    width: 100%;
    text-align: center;
    bottom: 0px;
}

.share-tag h5 {
    font-size: 18px;
    display: inline-block;
    margin-right: 10px !important;
    color: #20202f;
}

.share-tag .social {
    display: inline-block;
    width: auto;
	float: right;
	padding-right: 5px;
	padding-bottom: 3px;
}

.social li {
    display: inline-block;
    width: auto;
	padding: 3px;
}

.social li a {
    display: block;
    width: 40px;
    border: 2px solid #f4f2ed;
    height: 40px;
    text-align: center;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    line-height: 39px;
    color: #fff;
}

.social li:hover a {
    color: #ffffff;
}

.social li.social-facebook:hover a {
    background: #3B5998;
    border-color: #3B5998;
}

.social li.social-tweeter:hover a {
    background: #1DA1F2;
    border-color: #1DA1F2;
}

.social li.social-instagram:hover a {
    background: #FBAD50;
    border-color: #FBAD50;
}

.social li.social-pinterest:hover a {
    background: #C92228;
    border-color: #C92228;
}

.social li.social-dribble:hover a {
    background: #DD3E7B;
    border-color: #DD3E7B;
}

.social li.social-google:hover a {
    background: #3A7CEC;
    border-color: #3A7CEC;
}

.shop-product {
    display: inline-block;
    width: 100%;
    position: relative;
	overflow: hidden;
	border: 1px solid #333;
}

.shop-product img {
    max-width: 100%;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.shop-product:hover img {
	-moz-transform: scale(1.3);
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}

.shop-main-list h5 {
    font-size: 23px;
    margin: 0 0 0 0;
}

.shop-main-list {
    float: left;
    width: 100%;
    text-align: center;
    margin: 0 0 15px 0;
}

.abous-us {
	padding-top: 10px;
	background-color: #fff !important;
}
.abous-us p {
	font-size: 22px;
}

.latest-products {
	background-color: #222;
}

.services {
    display: block;
    position: relative;
    margin-top: 30px;
    overflow-x: hidden;
}

.services-inner {
	float: right;
    position: relative;
    color: #000;
    text-align: center;
	margin-bottom: 10px;
}

.services-inner h4 {
    color: #000;
    margin: 12px 0 10px 0;
}

.services .col-xs-12 {
    padding-left: 80px;
    padding-right: 80px;
}

.service-item {
    display: inline-block;
    width: auto;
    position: relative;
}

.service-item-inner {
    display: table-cell;
    vertical-align: bottom;
    height: 90px;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: -ms-transition;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.service-item-inner:hover {
	transform: scale(0.9);
}


.lp-services {
    display: block;
    position: relative;
    margin: 0 auto;
	float: none;
    overflow-x: hidden;
}

.lp-services-inner {
    width: 100%;
    position: relative;
    color: #000;
    text-align: center;
}

.lp-services-inner h4 {
    color: #000;
    margin: 0;
}

.lp-services .col-xs-12 {
    padding-left: 80px;
    padding-right: 80px;
}

.lp-service-item {
    display: inline-block;
    width: auto;
    position: relative;
}

.lp-service-item-inner {
    display: table-cell;
    vertical-align: bottom;
    height: 90px;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: -ms-transition;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.lp-service-item-inner:hover {
	transform: scale(0.9);
}

.contactus-details .details {
	float: right;
	padding: 50px;
}
.contactus-details .location {
	margin-bottom: 30px;
}
.contactus-details .location i {
	font-size: 35px;
}
.contactus-details .location a {
	display: block;
	margin: 0 40px 10px 0;
	font-size: 25px;
	color: #000;
}

@media (max-width:767px) {
	.contactus-details .details {
		padding: 0 0 50px 0;
	}
	.contactus-details .location a {
		margin: 0 25px 10px 0;
	}
	.contactus-details .col-xs-12 {
		padding: 0;
	}
	
	.latest-products .item p {
		margin-bottom: 10px;
	}
	
	.services-inner {
		padding-left: 5px !important;
		padding-right: 5px !important;
	}
	
	.abous-us p {
		margin-top: 10px;
	}
}

@media (max-width:492px) {	
	.service-item-inner {
		height: auto;
	}
	.services {
		margin-top: 10px;
	}
	
	.latest-products .item, .products-list .item {
		width: 100% !important;
	}
	
	.shop-main-list h5 { font-size: 20px !important; }
	.shop-main-list p { font-size: 15px !important; }
}

/*------------------------------------------------------------------
[16. SiteMap ]
------------------------------------------------------------------*/

.iconlist {
	padding-right: 0;
	margin-left: 0;
	margin-right: 1.75em;
	list-style-type: none;
}

.iconlist li { position: relative; text-align: right; }

.iconlist li a:hover {
	color: #ffffff;
}

.iconlist ul {
	list-style-type: none;
	margin: 5px 25px 5px 0;
}

.iconlist > li [class^="icon-"], .iconlist > li [class*=" icon-"] {
	right: -1.75em;
	left: auto;
}

.iconlist > li [class^="icon-"]:first-child, .iconlist > li [class*=" icon-"]:first-child {
	position: absolute;
	left: -1.75em;
	width: 1.75em;
	text-align: center;
	top: 1px;
	width: 14px;
}

.iconlist.iconlist-large { font-size: 16px; }

.iconlist.iconlist-large li { margin: 4px 0; }

.iconlist.iconlist-large > li [class^="icon-"], .iconlist.iconlist-large > li [class*=" icon-"] {
	width: 16px;
	margin-left: 5px;
	margin-right: 0;
}

.iconlist-color li i { color: #1ABC9C; }

/*  Video        
---------------------------------------------------------------- */

.videoContainer {
    height:100%;
    width:100%;
    overflow: hidden;
}

.videoContainer video {
    max-width: 100%;
    max-height: 100%;
}

/*  Ajax Loading        
---------------------------------------------------------------- */

.ajax_wrap {
	position: relative;
	width: 100%;
	height: 100%;
}
.ajax_wrap .ajax_loading {
  	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 10;
} 
.ajax_wrap .ajax_loading .loading {
	margin: 0;
	position: relative;
	text-align: center;
	display: table;
	width: 100%;
	height: 100%;
}
.ajax_wrap .ajax_loading .loading span.message {
	display: table-cell;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-position: center;
}
.loading span {
	color: #fff !important;
}

/*  Validation        
---------------------------------------------------------------- */

.field-validation-error {
	background-color: #dc3545;
	color: #fff;
	display: block;
	padding: 5px;
	font-size: 14px;
	font-weight: 600;
}

.field-validation-valid { display: none; }

.input-validation-error, .input-validation-error:focus { border-color: #dc3545 !important; }

.validation-summary-valid {	display: none; }

/*	Copyright
------------------------------------------------------ */

.copyright {
	direction:rtl;
	padding:4px;
	font-weight:bold;
	text-align:center;
	background-color: #ffffff;
}
.copyright img {
	width:80px;
	vertical-align:text-bottom;
}
.copyright a {
	color:inherit;
	font-size:14px;
}
	
	
@media (max-width:412px) {
	.copyright {
		float:none;
		display:block;
	}		
}
	
@media (max-width:767px) and (min-width:413px) {	
	.copyright {
		clear:both;
	}	
}