/*------------------------------------*\
    #GLOBAL STYLES
\*------------------------------------*/

@import url("https://use.typekit.net/xkz5yyd.css");
@import url('https://fonts.googleapis.com/css?family=Raleway:400,700|Spectral:400,400i');
body, html {
    overflow-x: hidden;
}
html {
    font-size: 14px;
}
body {
    background-color: #ffffff;
    font-family: 'Raleway', serif;
    font-size: 14px;
    font-weight: 400;
    color: #222222;
    line-height: 1.5;
    margin: 0;
}
.wrapper {
/* background-color: #f9f9f9; */
}
* {
    outline: none;
}
::-moz-selection {
 text-shadow: none;
}
::selection {
    background-color: #c59d5f;
    color: #ffffff;
    text-shadow: none;
}
a {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #c59d5f;
}
a:hover {
    color: #b18540;
    text-decoration: none;
    cursor: pointer;
}
a:focus {
    color: #b18540;
    outline: none;
    text-decoration: none;
}
a:active {
    color: #b18540;
    outline: none;
    text-decoration: none;
}
textarea {
    resize: none;
}
button.btn {
    margin-bottom: 0;
}
.clearfix {
    clear: both;
}
.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn.focus:active, .btn.active.focus {
    outline: none;
}
.modal-backdrop {
    z-index: 1020;
    background-color: rgba(34, 34, 34, 0.95);
}
.fullscreen {
    height: 100vh !important;
}

/* Custom, iPhone Retina */
/* Small Devices, Tablets */
/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
.fullscreen {
    height: auto !important;
}
}
/*------------------------------------*\
    #TYPOGRAPHY
\*------------------------------------*/
/* Heading Text */
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    color: #222222;
    font-family: 'Spectral', sans-serif;
    font-weight: 500;
    margin: 0 0 28px;
    line-height: 1;/*text-transform: capitalize;*/
}
.h1, h1 {
    font-size: 52px;
    text-transform: capitalize;
}
.h2, h2 {
    font-size: 42px;
}
.h3, h3 {
    font-size: 38px;
}
.h4, h4 {
    font-size: 32px;
}
.h5, h5 {
    font-size: 24px;
}
.h6, h6 {
    font-size: 18px;
}
p {
    color: #222222;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: .8px;
    line-height: 1.6;
}
p a:hover {
    text-decoration: underline;
}
.lead {
    font-size: 18px;
    line-height: 1.9;
}
/* Aligning Text */
.text--left {
    text-align: left !important;
}
.text--right {
    text-align: right !important;
}
.text--center {
    text-align: center !important;
}
.text--just {
    text-align: justify !important;
}
.align--top {
    vertical-align: top;
}
.align--bottom {
    vertical-align: bottom;
}
.align--middle {
    vertical-align: middle;
}
.align--baseline {
    vertical-align: baseline;
}
/* Weight Text */
.bold {
    font-weight: bold;
}
.regular {
    font-weight: normal;
}
.italic {
    font-style: italic;
}
.break-word {
    word-wrap: break-word;
}
.no-wrap {
    white-space: nowrap;
}
/* Text Color */
.text-white {
    color: #ffffff !important;
}
.text-gray {
    color: #f9f9f9 !important;
}
.text-black {
    color: #222222;
}
.text-theme {
    color: #c59d5f !important;
}
.text--capitalize {
    text-transform: capitalize !important;
}
.text--uppercase {
    text-transform: uppercase !important;
}
.font-heading {
    font-family: 'Kaushan Script', cursive !important;
}
.font-body {
}
.font-18 {
    font-size: 24px;
}
.font-16 {
    font-size: 16px;
}
.font-20 {
    font-size: 20px;
}
.font-40 {
    font-size: 40px;
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {
.text-center-xs {
    text-align: center !important;
}
	.text-left-xs {
    text-align: left !important;
}
}

/* Small Devices, Tablets */
@media only screen and (min-width: 768px) and (max-width: 991px) {
.text-center-sm {
    text-align: center !important;
}
}
.higlighted-style1 {
    background-color: #c59d5f;
    color: #fff;
    padding: 5px 0;
}
.higlighted-style2 {
    background-color: #222222;
    color: #fff;
    padding: 5px 0;
}
.higlighted-style3 {
    background-color: #f9f9f9;
    color: #c59d5f;
    padding: 5px 0;
}
/*------------------------------------*\
    #COLORS
\*------------------------------------*/
.color-heading {
    color: #222222 !important;
}
.color-theme {
    color: #c59d5f !important;
}
.color-white {
    color: #ffffff !important;
}
.color-gray {
    color: #f9f9f9 !important;
}
/*------------------------------------*\
    #Align
\*------------------------------------*/
address, blockquote, dd, dl, fieldset, form, ol, p, pre, table, ul {
    margin-bottom: 20px;
}
section {
    padding-top: 110px;
    padding-bottom: 110px;
    overflow: hidden;
}
/* All margin */
.m-0 {
    margin: 0 !important;
}
.m-xs {
    margin: 10px;
}
.m-sm {
    margin: 20px;
}
.m-md {
    margin: 40px;
}
.m-lg {
    margin: 80px;
}
/* top margin */
.mt-0 {
    margin-top: 0;
}
.mt-xs {
    margin-top: 10px;
}
.mt-10 {
    margin-top: 10px !important;
}
.mt-20 {
    margin-top: 20px !important;
}
.mt-30 {
    margin-top: 30px !important;
}
.mt-40 {
    margin-top: 40px !important;
}
.mt-50 {
    margin-top: 50px !important;
}
.mt-60 {
    margin-top: 60px;
}
.mt-70 {
    margin-top: 70px !important;
}
.mt-80 {
    margin-top: 80px !important;
}
.mt-90 {
    margin-top: 90px !important;
}
.mt-100 {
    margin-top: 100px !important;
}
.mt-150 {
    margin-top: 150px;
}
/* bottom margin */
.mb-0 {
    margin-bottom: 0 !important;
}
.mb-15 {
    margin-bottom: 15px;
}
.mb-10 {
    margin-bottom: 10px !important;
}
.mb-20 {
    margin-bottom: 20px !important;
}
.mb-30 {
    margin-bottom: 30px !important;
}
.mb-50 {
    margin-bottom: 50px !important;
}
.mb-40 {
    margin-bottom: 40px !important;
}
.mb-60 {
    margin-bottom: 60px !important;
}
.mb-70 {
    margin-bottom: 70px !important;
}
.mb-80 {
    margin-bottom: 80px !important;
}
.mb-90 {
    margin-bottom: 90px !important;
}
.mb-100 {
    margin-bottom: 100px !important;
}
.mb-150 {
    margin-bottom: 150px !important;
}
/* right margin */
.mr-0 {
    margin-right: 0;
}
.mr-30 {
    margin-right: 30px !important;
}
.mr-50 {
    margin-right: 50px;
}
.mr-60 {
    margin-right: 60px;
}
.mr-150 {
    margin-right: 150px;
}
/* left margin */
.ml-0 {
    margin-left: 0;
}
.ml-xs {
    margin-left: 10px;
}
.ml-sm {
    margin-left: 20px;
}
.ml-md {
    margin-left: 40px;
}
.ml-lg {
    margin-left: 80px;
}
.ml-30 {
    margin-left: 30px !important;
}
.ml-50 {
    margin-left: 50px;
}
.ml-60 {
    margin-left: 60px;
}
.ml-150 {
    margin-left: 150px;
}
/* All padding */
.p-0 {
    padding: 0 !important;
}
.p-xs {
    padding: 10px;
}
.p-sm {
    padding: 20px;
}
.p-md {
    padding: 40px;
}
.p-lg {
    padding: 80px;
}
/* top padding */
.pt-0 {
    padding-top: 0 !important;
}
.pt-10 {
    padding-top: 10px !important;
}
.pt-20 {
    padding-top: 20px !important;
}
.pt-30 {
    padding-top: 30px !important;
}
.pt-40 {
    padding-top: 40px !important;
}
.pt-50 {
    padding-top: 50px;
}
.pt-60 {
    padding-top: 60px;
}
.pt-70 {
    padding-top: 70px !important;
}
.pt-80 {
    padding-top: 80px;
}
.pt-90 {
    padding-top: 90px;
}
.pt-100 {
    padding-top: 100px !important;
}
.pt-150 {
    padding-top: 150px !important;
}
/* bottom padding */
.pb-0 {
    padding-bottom: 0 !important;
}
.pb-30 {
    padding-bottom: 30px;
}
.pb-50 {
    padding-bottom: 50px;
}
.pb-60 {
    padding-bottom: 60px;
}
.pb-70 {
    padding-bottom: 70px !important;
}
.pb-80 {
    padding-bottom: 80px;
}
.pb-90 {
    padding-bottom: 90px;
}
.pb-100 {
    padding-bottom: 100px !important;
}
/* right padding */
.pr-0 {
    padding-right: 0;
}
.pr-xs {
    padding-right: 10px;
}
.pr-sm {
    padding-right: 20px;
}
.pr-md {
    padding-right: 40px;
}
.pr-lg {
    padding-right: 80px;
}
.pr-15 {
    padding-right: 15px !important;
}
.pr-30 {
    padding-right: 30px !important;
}
.pr-50 {
    padding-right: 50px;
}
.pr-60 {
    padding-right: 60px;
}
.pr-100 {
    padding-right: 100px !important;
}
.pr-150 {
    padding-right: 150px;
}
/* left padding */
.pl-0 {
    padding-left: 0;
}
.pl-30 {
    padding-left: 30px;
}
.pl-50 {
    padding-left: 50px;
}
.pl-60 {
    padding-left: 60px;
}
.pl-100 {
    padding-left: 100px !important;
}
.pl-150 {
    padding-left: 150px;
}
/* Postions */
.fixed {
    position: fixed;
}
.relative {
    position: relative;
}
.absolute {
    position: absolute;
}
.static {
    position: static;
}
/* Zindex*/
.zindex-1 {
    z-index: 1;
}
.zindex-2 {
    z-index: 2;
}
.zindex-3 {
    z-index: 3;
}
/* Borders */
.border-all {
    border: 1px solid #c59d5f;
}
.border-top {
    border-top: 1px solid #c59d5f;
}
.border-bottom {
    border-bottom: 1px solid #c59d5f;
}
.border-right {
    border-right: 1px solid #c59d5f;
}
.border-left {
    border-left: 1px solid #c59d5f;
}
/* Display */
.inline {
    display: inline;
}
.block {
    display: block;
}
.inline-block {
    display: inline-block;
}
.hide {
    display: none;
}
.flex {
    display: flex;
}

@media only screen and (max-width: 767px) {
section {
    padding-top: 60px;
    padding-bottom: 60px;
}
.xs-mt-30 {
    margin-top: 30px;
}
.text-center-xs {
    text-align: center !important;
}
.pull-none-xs {
    float: none !important;
    text-align: center !important;
}
.mb-15-xs {
    margin-bottom: 15px;
}
.mb-30-xs {
    margin-bottom: 30px !important;
}
.mb-50-xs {
    margin-bottom: 50px;
}
.mb-60-xs {
    margin-bottom: 60px !important;
}
.p-none-xs {
    padding-right: 0;
    padding-left: 0;
}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
.text-center-sm {
    text-align: center !important;
}
.mb-0-sm {
    margin-bottom: 0;
}
.mb-15-sm {
    margin-bottom: 15px;
}
.mb-30-sm {
    margin-bottom: 30px !important;
}
.mb-50-sm {
    margin-bottom: 50px;
}
.mb-60-sm {
    margin-bottom: 60px;
}
.pb-15-sm {
    padding-bottom: 15px;
}
.pb-30-sm {
    padding-bottom: 30px;
}
.pb-50-sm {
    padding-bottom: 50px;
}
.pb-60-sm {
    padding-bottom: 60px;
}
.p-none-sm {
    padding-right: 0;
    padding-left: 0;
}
.pull-none-sm {
    float: none !important;
    text-align: center !important;
}
}
.border-b {
    border-bottom: 1px solid #f9f9f9;
}
.mt--80 {
    margin-top: -80px;
}
/*------------------------------------*\
    #Grid
\*------------------------------------*/
.row-no-padding [class*="col-"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.col-lg-5ths, .col-md-5ths, .col-sm-5ths, .col-xs-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col-xs-5ths {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
.col-sm-5ths {
    width: 20%;
    float: left;
}
}

@media (min-width: 992px) {
.col-md-5ths {
    width: 20%;
    float: left;
}
}

@media (min-width: 1200px) {
.col-lg-5ths {
    width: 20%;
    float: left;
}
}
.col-content {
    padding: 120px 100px 110px 120px;
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {
.col-content {
    padding: 40px !important;
}
}
/* Small Devices, Tablets */
/* Postion Helpers */
.pos-fixed {
    position: fixed;
}
.pos-relative {
    position: relative;
}
.pos-absolute {
    position: absolute;
}
.pos-static {
    position: static;
}
.pos-top {
    top: 0;
}
.pos-bottom {
    bottom: 0;
}
.pos-right {
    right: 0;
}
.pos-left {
    left: 0;
}
.pos-vertical-center {
    position: relative;
    top: 50%;
    -webkit-transform: perspective(1px) translateY(-50%);
    -moz-transform: perspective(1px) translateY(-50%);
    -o-transform: perspective(1px) translateY(-50%);
    transform: perspective(1px) translateY(-50%);
}
.height-700 {
    height: 700px !important;
}
.height-500 {
    height: 500px !important;
}
.height-800 {
    height: 800px !important;
}

@media only screen and (min-width: 992px) {
.hidden-lg, .hidden-md {
    display: none;
}
}
/*------------------------------------*\
    #Blockquotes
\*------------------------------------*/
.blockquote, blockquot {
    font-size: 20px;
    color: #d2d2d2;
    font-style: italic;
    line-height: 28px;
    font-weight: 500;
    padding: 30px 0 30px 30px;
    position: relative;
}
.quote-author {
    font-family: 'Raleway', sans-serif;
    display: block;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 1;
    color: #757473;
    margin-top: 18px;
}
.blockquote-1 {
    border-left: 6px solid #c59d5f;
    color: #4c4c4c;
}
.blockquote-3, .blockquote-4 {
    padding-right: 30px;
}
.blockquote-2, .blockquote-3, .blockquote-4 {
    border-left: none;
}
.blockquote-2:after, .blockquote-2:before {
    font-family: fontawesome;
    font-size: 16px;
    position: absolute;
    color: #777777;
    line-height: 1.8;
}
.blockquote-2:before {
    content: "\f10d";
    top: 0;
    left: 0;
}
.blockquote-2:after {
    content: "\f10e";
    right: 0;
    bottom: 0;
}
.blockquote-3 {
    color: #c59d5f;
    background-color: #f4f4f4;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.blockquote-4 {
    color: #ffffff;
    background-color: #222222;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.blockquote-4 .quote-author {
    color: #ffffff;
}
/*------------------------------------*\
    #BACKGROUNDS
\*------------------------------------*/
.bg-theme {
    background-color: #c59d5f !important;
}
.bg-gray {
    background-color: #f7f5f3 !important;
}
.bg-white {
    background-color: #ffffff !important;
}
.bg-dark {
    background-color: #222222 !important;
}
.bg-dark2 {
    background-color: #222222 !important;
}
.bg-dark3 {
    background-color: #3d3c3c !important;
}
/* Background Image */
.bg-section {
    position: relative;
    overflow: hidden;
    z-index: 1;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    /*background-attachment: fixed;*/
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 100%;
}
.bg-overlay:before {
    content: "";
    display: inline-block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.bg-overlay-light:before {
    background-color: #ffffff;
    opacity: 0.8;
}
.bg-overlay-dark2:before {
    background-color: rgba(27, 26, 26, 0.95);
}
.bg-overlay-dark3:before {
    background-color: rgba(27, 26, 26, 0.85);
}
.bg-overlay-dark4:before {
    background-color: rgba(27, 26, 26, 0.65);
}
.bg-parallex {
    background-attachment: fixed;
}
.bg-overlay-gradient:before {
    background-color: rgba(27, 26, 26, 0.75);
    background-image: -webkit-linear-gradient(180deg, rgba(27, 26, 26, 0.75) 0%, rgba(27, 26, 26, 0) 34%, rgba(27, 26, 26, 0) 82%, rgba(27, 26, 26, 0) 100%);
    background-image: -moz-linear-gradient(180deg, rgba(27, 26, 26, 0.75) 0%, rgba(27, 26, 26, 0) 34%, rgba(27, 26, 26, 0) 82%, rgba(27, 26, 26, 0) 100%);
    background-image: -ms-linear-gradient(180deg, rgba(27, 26, 26, 0.75) 0%, rgba(27, 26, 26, 0) 34%, rgba(27, 26, 26, 0) 82%, rgba(27, 26, 26, 0) 100%);
    background-image: -o-linear-gradient(180deg, rgba(27, 26, 26, 0.75) 0%, rgba(27, 26, 26, 0) 34%, rgba(27, 26, 26, 0) 82%, rgba(27, 26, 26, 0) 100%);
    background-image: linear-gradient(180deg, rgba(27, 26, 26, 0.75) 0%, rgba(27, 26, 26, 0) 34%, rgba(27, 26, 26, 0) 82%, rgba(27, 26, 26, 0) 100%);
}
/* Background Color Palettes */
.bg-purple {
    color: #ffffff;
    background-color: #cc66cc !important;
}
.bg-sun-flower {
    color: #ffffff;
    background-color: #f1c40f !important;
}
.bg-orange {
    color: #ffffff;
    background-color: #f39c12 !important;
}
.bg-carrot {
    color: #ffffff;
    background-color: #e67e22 !important;
}
.bg-pumpkin {
    color: #ffffff;
    background-color: #d35400 !important;
}
.bg-alizarin {
    color: #ffffff;
    background-color: #e74c3c !important;
}
.bg-pomegranate {
    color: #ffffff;
    background-color: #c0392b !important;
}
.bg-turquoise {
    color: #ffffff;
    background-color: #1abc9c !important;
}
.bg-green-sea {
    color: #ffffff;
    background-color: #16a085 !important;
}
.bg-emerald {
    color: #ffffff;
    background-color: #2ecc71 !important;
}
.bg-nephritis {
    color: #ffffff;
    background-color: #27ae60 !important;
}
.bg-peter-river {
    color: #ffffff;
    background-color: #3498db !important;
}
.bg-belize-hole {
    color: #ffffff;
    background-color: #2980b9 !important;
}
.bg-amethyst {
    color: #ffffff;
    background-color: #9b59b6 !important;
}
.bg-wisteria {
    color: #ffffff;
    background-color: #8e44ad !important;
}
.bg-wet-asphalt {
    color: #ffffff;
    background-color: #34495e !important;
}
.bg-wet-asphalt {
    color: #ffffff;
    background-color: #34495e !important;
}
.bg-midnight-blue {
    color: #ffffff;
    background-color: #2c3e50 !important;
}
.bg-clouds {
    color: #454545;
    background-color: #ecf0f1 !important;
}
.bg-silver {
    color: #ffffff;
    background-color: #bdc3c7 !important;
}
.bg-concrete {
    color: #ffffff;
    background-color: #859596 !important;
}
.bg-asbestos {
    color: #ffffff;
    background-color: #7f8c8d !important;
}
.bg-asbestos {
    color: #ffffff;
    background-color: #7f8c8d !important;
}
.bg-graphite {
    color: #ffffff;
    background-color: #454545 !important;
}
.bg-gray-0 {
    background-color: #EEEEEE !important;
    color: #454545;
}
.bg-gray-1 {
    background-color: #ECECEC !important;
    color: #454545;
}
.bg-gray-2 {
    background-color: #BDC3C7 !important;
    color: #454545;
}
.bg-gray-3 {
    background-color: #DADFE1 !important;
    color: #454545;
}
.bg-gray-5 {
    background-color: #ECF0F1 !important;
    color: #454545;
}
.bg-gray-4 {
    background-color: #F2F1EF !important;
    color: #454545;
}
.bg-gray-6 {
    background-color: #D2D7D3 !important;
    color: #454545;
}
.bg-gray-7 {
    background-color: #E6E6E6 !important;
    color: #454545;
}
.bg-orange-1 {
    background-color: #F9690E !important;
    color: #ffffff;
}
.bg-orange-2 {
    background-color: #D35400 !important;
    color: #ffffff;
}
.bg-orange-3 {
    background-color: #F89406 !important;
    color: #ffffff;
}
.col-img {
    height: 720px;
    padding: 60px;
    overflow: hidden;
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {
.col-img {
    height: auto;
    min-height: 600px;
}
}
/* Background Video */
.bg-video {
    position: relative;
}
.bg-video .bg-player {
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    top: 0;
    width: 100%;
    /* background: url(polina.jpg) no-repeat; */
    min-height: 500px;
}
.bg-video .vidbg {
    min-width: 100%;
    min-height: 100%;
}
.bg-vyoutube {
    z-index: 550;
    text-align: center;
    height: 100%;
    min-height: 100%;
    position: relative;
    overflow: hidden;
}
/*------------------------------------*\
    #BREADCRUMB
\*------------------------------------*/
/* Breadcrumb Style 1 */
.breadcrumb {
    background-color: transparent;
    margin-bottom: 0;
    padding: 0;
    border-radius: 0;
    color: #222222;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    text-transform: capitalize;
    z-index: 999;
}
.breadcrumb > li + li:before, .breadcrumb > li a {
    color: #b1b1b1;
}
.breadcrumb > .active {
    color: #cccccc;
}
.breadcrumb-2 > li + li:before {
    content: "\f101";
    font-family: fontawesome;
}
.breadcrumb-3 > li + li:before {
    content: "\f105";
    font-family: fontawesome;
}
.breadcrumb > li a:hover {
    color: #c59d5f;
}
/*------------------------------------*\
    #BUTTONS
\*------------------------------------*/
.btn {
    position: relative;
    z-index: 2;
    font-size: 14px;
    font-weight: 300;
    text-transform: uppercase;
    text-align: center;
    border-radius: 3px;
    padding: 0;
    line-height: 49px;
    width: auto;
    height: 51px;
    letter-spacing: .8px;
    padding: 0 20px
}
.btn.active, .btn:active {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
/* Button Primary */
.btn--primary {
    background-color: #c59d5f;
    color: #ffffff;
    border: 2px solid transparent;
}
.btn--primary:active, .btn--primary:focus, .btn--primary:hover {
    background-color: #222222;
    border: 2px solid #222222;
    color: #ffffff;
}
/* Button Secondary*/
.btn--secondary {
    background-color: #222222;
    color: #ffffff;
    border: 2px solid #222222;
}
.btn--secondary:active, .btn--secondary:focus, .btn--secondary:hover {
    background-color: #c59d5f;
    color: #ffffff;
    border-color: #c59d5f;
}
/* Button White */
.btn--white {
    background-color: #ffffff;
    color: #222222;
    border: 2px solid #ffffff;
}
.btn--white:active, .btn--white:focus, .btn--white:hover {
    background-color: #c59d5f;
    color: #ffffff;
    border-color: #c59d5f;
}
.bg-overlay-theme2 .btn--white:active, .bg-overlay-theme2 .btn--white:focus, .bg-overlay-theme2 .btn--white:hover {
    background-color: #222222;
    color: #ffffff;
    border-color: #222222;
}
/* Button Block */
.btn--block {
    width: 100%;
}
.btn--auto {
    width: auto;
}
/* Button Rounded */
.btn--rounded {
    border-radius: 50px;
}
/* Button Link */
.btn--link {
    background-color: transparent;
    border-color: transparent;
}
.btn--link.btn--primary {
    color: #c59d5f;
}
.btn--link.btn--primary:active, .btn--link.btn--primary:focus, .btn--link.btn--primary:hover {
    color: #222222;
    background-color: transparent;
    border-color: transparent;
}
.btn--link.btn--secondary {
    color: #222222;
}
.btn--link.btn--secondary:active, .btn--link.btn--secondary:focus, .btn--link.btn--secondary:hover {
    color: #c59d5f;
    background-color: transparent;
    border-color: transparent;
}
/* Button Bordered */
.btn--bordered {
    background-color: transparent;
}
.btn--bordered.btn--primary {
    color: #c59d5f;
    border-color: #c59d5f;
}
.btn--bordered.btn--primary:active, .btn--bordered.btn--primary:focus, .btn--bordered.btn--primary:hover {
    color: #ffffff;
    background-color: #c59d5f;
    border-color: #c59d5f;
}
.btn--bordered.btn--secondary {
    color: #222222;
    border-color: #222222;
}
.btn--bordered.btn--secondary:active, .btn--bordered.btn--secondary:focus, .btn--bordered.btn--secondary:hover {
    color: #ffffff;
    background-color: #222222;
    border-color: #222222;
}
.btn--bordered.btn--white {
    color: #ffffff;
    border-color: #ffffff;
}
.btn--bordered.btn--white:active, .btn--bordered.btn--white:focus, .btn--bordered.btn--white:hover {
    color: #c59d5f;
    background-color: #ffffff;
    border-color: #ffffff;
}
.btn--white.btn--secondary {
    color: #222222;
    border-color: #ffffff;
    background-color: #ffffff;
}
.btn--white.btn--secondary:active, .btn--white.btn--secondary:focus, .btn--white.btn--secondary:hover {
    color: #ffffff;
    background-color: #c59d5f;
    border-color: #c59d5f;
}
.btn--slide:last-of-type {
    margin-left: -6px;
}
.btn--video {
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    line-height: 51px;
    text-transform: uppercase;
    padding-left: 93px;
}
.btn--video i {
    position: absolute;
    left: 30px;
    top: 0;
    color: #f9f9f9;
    font-size: 48px;
}
.btn--video:hover, .btn--video:hover i {
    color: #c59d5f;
}
/* Buttom Video With Bordered */
.btn--video-bordered {
    width: 68px;
    height: 68px;
    line-height: 65px;
    border-radius: 50%;
    border-radius: 33px;
    background-color: rgba(255, 255, 255, 0.2);
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.btn--video-bordered .btn--video {
    padding-left: 0;
    width: 48px;
    height: 48px;
    color: #f9f9f9;
}
.btn--video-bordered .btn--video i {
    left: 9px;
}
.btn--video-bordered:hover {
    background-color: #ffffff;
}
.btn--video-bordered:hover .btn--video, .btn--video-bordered:hover .btn--video i {
    color: #c59d5f;
}
/* Buttom More */
.btn-more span {
    position: relative;
    padding-right: 7px;
}
.btn-more span:before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    width: 8px;
    margin-left: -7px;
    height: 2px;
    background-color: #222222;
}
.btn-more span:after {
    position: absolute;
    content: "";
    left: -4px;
    top: 50%;
    margin-top: -3px;
    width: 2px;
    height: 8px;
    background-color: #222222;
}
.btn-more:hover span:after, .btn-more:hover span:before {
    background-color: #ffffff;
}
/* Buttom Link */
.btn--link.btn-more {
    color: #c59d5f;
    height: 15px;
    line-height: 15px;
}
.btn--link.btn-more:hover {
    color: #222222;
}
.btn--link.btn-more span:after, .btn--link.btn-more span:before {
    background-color: #c59d5f;
}
.btn--link.btn-more:hover span:after, .btn--link.btn-more:hover span:before {
    background-color: #222222;
}
/* Button Action */
.btn--action {
    line-height: 130px;
    height: 130px;
}
.btn--action span:after, .btn--action span:before {
    background-color: #ffffff;
}
/* Button Icon */
.btn--icon {
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    border-radius: 2px;
    background-color: rgba(27, 26, 26, 0.9);
    font-size: 40px;
    display: inline-block;
    -webkit-transition: all .4s linear;
    -moz-transition: all .4s linear;
    transition: all .4s linear;
}
.btn--icon-gradient i {
    color: #c59d5f;
    background: -webkit-linear-gradient(150deg, #1da4cb 0%, #1da4cb 2%, #1dcb84 27%, #7bcb1d 58%, #efd631 100%);
    background: linear-gradient(150deg, #1da4cb 0%, #1da4cb 2%, #1dcb84 27%, #7bcb1d 58%, #efd631 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.btn--icon:hover {
    background-color: #ffffff;
    -webkit-transform: translateY(-4px);
    -moz-transform: translateY(-4px);
    transform: translateY(-4px);
}
.btn--bg-gradient {
    background-color: rgba(27, 26, 26, 0.9);
    background: -webkit-linear-gradient(150deg, #1da4cb 0%, #1da4cb 2%, #1dcb84 27%, #7bcb1d 58%, #efd631 100%);
    background: linear-gradient(150deg, #1da4cb 0%, #1da4cb 2%, #1dcb84 27%, #7bcb1d 58%, #efd631 100%);
}
.btn--bg-gradient i {
    color: #ffffff;
    background: none;
    -webkit-background-clip: inherit;
    -webkit-text-fill-color: inherit;
}
.btn--lg {
    width: 270px;
}
.btn--quote {
    font-size: 15px;
    background: #222;
    margin: 20px 0 10px;
    border-radius: 5px;
    padding: 0 50px;
    width: auto;
    height: auto;
    font-weight: 300;
    letter-spacing: .8px;
}
.btn--quote a {
    color: #fff;
}
.btn--quote:active, .btn--quote:focus, .btn--quote:hover {
    background-color: #c59d5f;
    color: #ffffff;
    border-color: #c59d5f;
}

@media screen and (max-width: 680px) {
.btn--quote {
    margin: 20px auto 0 !important;
}
}
/*------------------------------------*\
    #FORMS
\*------------------------------------*/
.form-control {
    font-size: 14px;
    font-weight: 500;
    line-height: 49px;
    border: 1px solid #d2d2d2;
    background: transparent;
    padding-left: 18px;
    margin-bottom: 30px;
    position: relative;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 49px;
}
.form-control:focus {
    border-color: #c59d5f;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
/* Placeholder */
.form-control::-webkit-input-placeholder {
 color: #a5a5a5;
 text-transform: capitalize;
}
.form-control::-moz-placeholder {
 color: #a5a5a5;
 text-transform: capitalize;
}
.form-control::-ms-input-placeholder {
 color: #a5a5a5;
 text-transform: capitalize;
}
.form-group .checkbox+.checkbox {
    margin-top: 10px !important;
}
.reservation-form, .quote-form {
    padding: 50px 30px;
}
.reservation--dec, .quote--dec {
    font-size: 15px;
    font-weight: 400;
    padding: 0 55px;
    margin-bottom: 30px;
}
.form-select {
    position: relative;
}
.form-select i {
    position: absolute;
    font-size: 20px;
    font-weight: 400;
    line-height: 49px;
    right: 20px;
    top: 0;
    z-index: 1;
    pointer-events: none;
    cursor: pointer;
    color: #b8b8b8;
}
.form-select select {
    line-height: 1;
    color: #a5a5a5;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {
.reservation-form, .quote-form {
    padding: 60px 0;
}
}
/* Small Devices, Tablets */
/*------------------------------------*\
    #ICONS
\*------------------------------------*/
#icons section {
    padding-top: 60px;
    padding-bottom: 60px;
}
#icons h3 {
    margin-bottom: 0;
}
#icons .fa-hover {
    margin-bottom: 15px;
    font-size: 15px;
}
#icons i {
    margin-right: 10px;
}
/*------------------------------------*\
    #Lists
\*------------------------------------*/
ul.list {
    padding: 0;
    font-size: 14px;
    list-style-type: none;
    color: #7f7f7f;
}
ul.list li {
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
}
ul.icon-list li i {
    font-size: 15px;
    font-weight: 400;
    line-height: 30px;
    margin-right: 10px;
    color: #222222;
}
ul.number-list li {
    line-height: 33px;
}
ul.number-list li span {
    font-size: 14px;
    font-weight: 700;
    line-height: 30px;
    margin-right: 15px;
    color: #222222;
}
ul.dot-list li i {
    font-size: 7px;
    font-weight: 400;
    line-height: 30px;
    margin-right: 19px;
    color: #222222;
}
/*------------------------------------*\
    #MEDIA
\*------------------------------------*/
.screen-img {
    position: relative;
    display: block;
    overflow: hidden;
}
.screen-img img {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.screen-img .screen-hover {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    padding: 30px;
    opacity: 0;
}
.screen-img .screen-hover a {
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -90px;
    webkit-transition: all 0.4s 0.4s ease-in-out;
    -moz-transition: all 0.4s 0.4s ease-in-out;
    -o-transition: all 0.4s 0.4s ease-in-out;
    transition: all 0.4s 0.4s ease-in-out;
    opacity: 0;
}
/* screen Hover Effect */
.screen-img:hover .screen-hover {
    opacity: 1;
}
.screen-img:hover .screen-hover a {
    opacity: 1;
}
/*------------------------------------*\
    #Tabs
\*------------------------------------*/
.tabs .nav-tabs {
    border: none;
    text-align: center;
}
.tabs .nav-tabs > li {
    float: none;
    display: inline-block;
    margin: 0 19px;
}
.tabs .nav-tabs > li > a {
    font-family: 'Raleway', sans-serif;
    color: #333333;
    font-size: 22px;
    font-weight: 400;
    text-transform: capitalize;
    border-radius: 0;
    border: none;
}
.tabs .nav > li > a {
    padding: 0 0 7px 0;
}
.tabs .nav-tabs > li > a:focus, .tabs .nav-tabs > li > a:hover, .tabs .nav-tabs > li.active > a, .tabs .nav-tabs > li.active > a:focus, .tabs .nav-tabs > li.active > a:hover {
    color: #c59d5f;
    background-color: transparent;
    border: none;
}
.tabs .nav-tabs > li > a:after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    background-color: #c59d5f;
    width: 0;
    height: 2px;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
}
.tabs .nav-tabs > li > a:focus:after, .tabs .nav-tabs > li > a:hover:after, .tabs .nav-tabs > li.active > a:after, .tabs .nav-tabs > li.active > a:focus:after, .tabs .nav-tabs > li.active > a:hover:after {
    width: 100%;
}
.tabs .tab-content > .tab-pane {
    margin-top: 37px;
}
.tabs .tab--logos li {
    padding-right: 15px;
    padding-left: 15px;
}
.tabs .tab--heading {
    font-size: 40px;
    font-family: 'Raleway', sans-serif;
    color: #222222;
    font-weight: 400;
    line-height: 40px;
    margin-bottom: 39px;
}
.tabs ul.tab--details {
    padding: 0;
    margin-bottom: 0;
}
.tabs .tab--details li {
    font-size: 14px;
    line-height: 30px;
    list-style: none;
    position: relative;
    padding-left: 20px;
}
.tabs .tab--details li::before {
    content: "•";
    color: #222222;
    font-size: 30px;
    position: absolute;
    left: 0;
}

@media (max-width: 768px) {
.tabs .nav-tabs > li {
    margin: 0 8px;
}
.tabs .nav-tabs > li > a {
    font-size: 17px;
}
.tabs .tab--logos li {
    margin-bottom: 10px;
}
.tabs .tab--heading {
    font-size: 25px;
    line-height: 40px;
    margin-bottom: 45px;
}
.tabs .tab--details li {
    font-size: 14px;
}
.tabs .tab--logos li {
    padding: 0;
}
}
/*------------------------------------*\
    #Accordion
\*------------------------------------*/
/* Accordion Base */
.accordion {
    border-radius: 2px;
    border: 1px solid #eeeeee;
    background-color: #ffffff;
}
.accordion .panel {
    border-bottom-color: rgba(49, 49, 49, 0.1);
    padding: 10px;
    margin-bottom: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -moz-border-radius: none;
    -webkit-border-radius: none;
    border-radius: none;
    background-color: #cec2b01c;
}
.accordion .panel:last-of-type {
    border-bottom: none;
}
.accordion .panel .panel--heading {
    padding: 19px;
    border: 1px dotted #c59d5f;
}
.accordion .panel .panel--heading a {
    font-family: 'Spectral', sans-serif;
    font-size: 20px;
    color: #282828;
    font-weight: 400;
    line-height: 1;
    text-transform: capitalize;
    position: relative;
    display: block;
}
.accordion .panel .panel--heading a.collapsed {
    color: #222222;
}
.accordion .panel .panel--body {
    padding: 20px;
    /* color: #a5a5a5; */
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    border: 1px dotted #c59d5f;
    margin-top: 10px;
}
/* Accordion Status */
.accordion .panel--heading .accordion-toggle:after {
    position: absolute;
    right: 0;
    top: 0;
    content: "\f068";
    /* symbol for "opening" panels */
    font-family: fontawesome;
    font-size: 11px;
    color: #ffffff;
    background-color: #c59d5f;
    border: 1px solid #c59d5f;
    text-align: center;
    width: 20px;
    height: 20px;
    line-height: 20px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}
.accordion .panel--heading .accordion-toggle.collapsed:after {
    content: "\f067";/* symbol for "collapsed" panels */
}
/* Accordion Style #1 */
.accordion.accordion-1 {
    background-color: transparent;
    border-radius: 0;
    border: none;
}
.accordion.accordion-1 .panel {
    box-shadow: 0 1px 5px rgba(40, 40, 40, 0.1);
    border-radius: 1px;
    /*background-color: #ffffff;*/
    margin-bottom: 20px;
}
/* Accordion Style #2 */
.accordion.accordion-2 .panel {
    border-bottom: none;
    padding-bottom: 0;
}
.accordion.accordion-2 .panel:last-of-type {
    padding-bottom: 10px;
}
.accordion.accordion-2 .panel .panel--body {
    margin-top: 0;
    border-top: none;
}
/* Accordion Style #3 */
.accordion.accordion-3 {
    background-color: transparent;
    border: none;
}
.accordion.accordion-3 .panel {
    box-shadow: 0 1px 5px rgba(40, 40, 40, 0.1);
    border-radius: 1px;
    background-color: #ffffff;
    margin-bottom: 30px;
    padding: 29px;
}
.accordion.accordion-3 .panel .panel--heading {
    padding: 0;
    border: none;
}
.accordion.accordion-3 .panel .panel--body {
    border: none;
    border-top: 1px dashed #c59d5f;
    padding: 19px 0 0 0;
    margin-top: 22px;
}
/*------------------------------------*\
    #PAGINATION
\*------------------------------------*/
.pagination {
    margin: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.pagination > li {
    margin-right: 10px;
    display: inline-block;
}
.pagination > li:first-child > a, .pagination > li:first-child > span {
    border-radius: 0;
}
.pagination > li > a, .pagination > li > span {
    background-color: #333333;
    border-radius: 2px;
    color: #ffffff;
    font-size: 20px;
    font-weight: 400;
    border-color: #333333;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    padding: 0;
    width: 51px;
    height: 51px;
    line-height: 51px;
    text-align: center;
}
.pagination > .active > a, .pagination > li:hover > a {
    background-color: #c59d5f !important;
    border-radius: 1px;
    color: #ffffff;
    border-color: #c59d5f;
}
.pagination > li:first-child > a, .pagination > li:first-child > span, .pagination > li:last-child > a, .pagination > li:last-child > span {
    border-radius: 0 !important;
}
/*------------------------------------*\
    #ALERT MESSAGE
\*------------------------------------*/
.alerts {
    background-color: #ffffff;
    border-radius: 2px;
    padding: 20px;
    margin-bottom: 40px;
    -webkit-box-shadow: 0 0 20px rgba(40, 40, 40, 0.12);
    -moz-box-shadow: 0 0 20px rgba(40, 40, 40, 0.12);
    box-shadow: 0 0 20px rgba(40, 40, 40, 0.12);
}
.alerts .alert-icon {
    width: 46px;
    height: 46px;
    line-height: 46px;
    background-color: #c59d5f;
    -moz-border-radius: 2px 1px 1px 2px;
    -webkit-border-radius: 2px 1px 1px 2px;
    border-radius: 2px 1px 1px 2px;
    text-align: center;
    position: absolute;
}
.alerts .alert-icon i {
    color: #ffffff;
    font-size: 15px;
    font-weight: 400;
    line-height: 28px;
}
.alerts .alert-content {
    padding-left: 68px;
}
.alerts .alert-content h4 {
    color: #c59d5f;
    font-size: 15px;
    font-weight: 700;
    line-height: 32px;
    text-transform: capitalize;
    margin-bottom: 0;
    margin-top: -6px;
}
.alerts .alert-content p {
    color: #9b9b9b;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 0;
}
.alerts.alert-warning h4 {
    color: #8a6d3b;
}
.alerts.alert-warning .alert-icon {
    background-color: #fcf8e3;
}
.alerts.alert-warning .alert-icon i {
    color: #8a6d3b;
}
.alerts.alert-danger h4 {
    color: #a94442;
}
.alerts.alert-danger .alert-icon {
    background-color: #f2dede;
}
.alerts.alert-danger .alert-icon i {
    color: #a94442;
}
/*------------------------------------*\
    #BACK TO TOP
\*------------------------------------*/
#back-to-top {
    z-index: 9999;
    position: fixed;
    right: 30px;
    bottom: 30px;
    opacity: 0;
}
.backtop {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #ffffff;
    cursor: pointer;
    border-radius: 2px;
    transition: opacity 0.2s ease-out;
    background-color: rgba(0, 0, 0, 0.4);
    font-size: 20px;
}
#back-to-top.show {
    opacity: 1;
}
#back-to-top:hover {
    background-color: #c59d5f;
}
/* Style 2 */
.backtop.style-2 {
    border-radius: 0;
}
/* Style 4*/
.backtop.style-3 {
    border-radius: 5px;
}
/* Style 4*/
.backtop.style-4 {
    border-radius: 50%;
}
.back-top-styles .backtop {
    text-align: center;
    margin-right: auto;
    margin-left: auto;
}

@media only screen and (max-width: 992px) {
#back-to-top.show {
    opacity: 0;
}
}
/*------------------------------------*\
    #Range
\*------------------------------------*/
.range-slider .ui-slider {
    height: 8px;
    background-color: #d7d7d7;
    border-radius: 2px;
    margin-bottom: 20px;
    margin-top: 5px;
}
.range-slider .ui-slider-handle {
    /* Style for "Line" */
    width: 15px;
    height: 15px;
    margin-left: 0;
    background-color: #272930;
    border-radius: 1px;
}
.range-slider .ui-slider-range {
    height: 8px;
    background-color: #c59d5f;
    margin-bottom: 20px;
}
.range-slider p {
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
}
.range-slider label {
    color: #f9f9f9;
}
.range-slider input {
    color: #c59d5f;
    border: none;
    background-color: transparent;
}
/*------------------------------------*\
    #FEATRUE BOX
\*------------------------------------*/
/* Feature #8 */
.feature-box {
    text-align: center;
    margin-bottom: 0;
}
.feature-box .feature-heading h3 {
    color: #f9f9f9;
    font-size: 17px;
    font-weight: 500;
    line-height: 1;
}
.feature-box .feature-icon {
    position: relative;
    width: 60px;
    height: 60px;
    line-height: 60px;
    background-color: #f9f9f9;
    border-radius: 1px;
    color: #ffffff;
    font-size: 28px;
    font-weight: 400;
    text-align: center;
    margin: 0 auto 20px;
    overflow: hidden;
}
.feature-box .feature-icon i {
    position: relative;
    display: block;
    line-height: 60px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.feature-box:hover .feature-icon i:first-child {
    margin-top: -60px;
}
.feature-box .feature-body p {
    margin-bottom: 0;
}
/* Feature Box #2 */
.fbox-2 .feature-icon {
    float: left;
}
.fbox-2 .feature-body, .fbox-2 .feature-heading {
    padding-left: 80px;
    text-align: left;
}
/* Feature Box #3 */
.fbox-3 .feature-icon {
    float: right;
}
.fbox-3 .feature-body, .fbox-3 .feature-heading {
    padding-right: 80px;
    text-align: right;
}
/* Feature Box borderd */
.fbox-bordered .feature-icon {
    background-color: transparent;
    border: 1px solid #f9f9f9;
    color: #f9f9f9;
}
/* Feature Box Circle */
.fbox-circle .feature-icon {
    border-radius: 50%;
}
/* Feature Box Circle  bordered */
.fbox-circle.fb-bordered .feature-icon {
    border-radius: 50%;
    background-color: transparent !important;
    border: 2px solid #f9f9f9;
    color: #f9f9f9;
}
/*------------------------------------*\
    #MISC
\*------------------------------------*/
/* Utility classes table  */
.bs-table th small, .responsive-utilities th small {
    display: block;
    font-weight: normal;
    color: #999;
}
.responsive-utilities tbody th {
    font-weight: normal;
}
.responsive-utilities td {
    text-align: center;
}
.responsive-utilities td.is-visible {
    color: #468847;
    background-color: #dff0d8 !important;
}
.responsive-utilities td.is-hidden {
    color: #ccc;
    background-color: #f9f9f9 !important;
}
.pallete-item {
    border: 1px solid #eee;
    margin-bottom: 24px;
}
.pallete-color {
    padding: 45px 15px;
    text-align: center;
    text-transform: uppercase;
}
.pallete-color p {
    margin-bottom: 0;
    font-weight: bold;
    color: #ffffff;
}
/*------------------------------------*\
    #MODALS
\*------------------------------------*/
body.modal-open {
    overflow-y: scroll;
}
body.modal-open .affix {
    display: none;
}
.modal {
    z-index: 1080;
    background: rgba(34, 34, 34, 0.95);
}
.modal-backdrop {
    z-index: 1020;
    background-color: #222222;
    display: none;
}
.modal-dialog {
    margin-top: 80px;
}
.modal button.close {
    position: absolute;
    top: 30px;
    right: 30px;
    width: 31px;
    height: 31px;
    line-height: 31px;
    text-align: center;
    background-color: #c59d5f;
    color: #ffffff;
    z-index: 1040;
    opacity: 1;
    font-size: 12px;
    font-weight: 400;
    border-radius: 4px;
}
.modal button.close:focus, .modal button.close:hover {
    background-color: #222222;
}
.quote-popup .modal-content {
    background-color: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.quote-popup .modal-body {
    padding: 0;
}
.quote-popup .quote-form {
    -moz-box-shadow: 0 2px 3px rgba(40, 40, 40, 0.26);
    -webkit-box-shadow: 0 2px 3px rgba(40, 40, 40, 0.26);
    box-shadow: 0 2px 3px rgba(40, 40, 40, 0.26);
}
/*------------------------------------*\
    #Animation
\*------------------------------------*/
@keyframes pulse {
 0% {
 transform: scale(0.95);
 opacity: 0.7;
}
 50% {
 transform: scale(1);
 opacity: 1;
}
 100% {
 transform: scale(0.95);
 opacity: 0.7;
}
}
@-webkit-keyframes pulse {
 0% {
 -webkit-transform: scale(0.95);
 opacity: 0.7;
}
 50% {
 -webkit-transform: scale(1);
 opacity: 1;
}
 100% {
 -webkit-transform: scale(0.95);
 opacity: 0.7;
}
}
/*------------------------------------*\
    #Tables
\*------------------------------------*/
table {
    background-color: #ffffff;
    border: 0px solid #eee;
    border-radius: 0;
    margin-bottom: 0;
}
table thead {
    background-color: #f9f9f9;
}
table thead tr th {
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
    color: #282828;
    line-height: 30px !important;
    border-bottom-width: 0 !important;
    border-color: #eee;
    padding: 0;
}
table tbody tr td {
    padding: 5px;
    border-color: transparent;
}
table tbody tr td, table tbody tr td {
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;/* color: #9b9b9b; */
}
.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #c59d5f;
    color: #ffffff;
}
.table-responsive {
    border: 0;
}
/*------------------------------------*\
    #PAGE-TTILE
\*------------------------------------*/
.page-title {
    padding: 0;
}
.page-title .title {
    padding: 150px 0 50px;
    position: relative;
}
.title .title--heading h1 {
    color: #ffffff;
    font-size: 95px;
    font-weight: 400;
    line-height: 115px;
    margin-bottom: 0;
    font-family: 'Spectral', sans-serif;
    text-transform: uppercase;
    overflow-wrap: break-word;
}

@media (max-width:767px) {
.title .title--heading h1 {
    font-size: 50px;
    line-height: 65px;
    margin-bottom: 10px;
    padding-bottom: 5px;
}
}
.page-title .title--subtitle {
    color: #c59d5f;
    font-family: 'Raleway', sans-serif;
    font-size: 30px;
    font-style: italic;
    line-height: 1;
    margin-bottom: 0;
}
.page-title .title--desc {
    color: #f9f9f9;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 0;
}
.page-title .breadcrumb {
    position: absolute;
    top: 130px;
    margin: 0 auto;
    text-align: left;
    display: block;/*width: 100%;*/
}
.page-title .breadcrumb, .page-title .breadcrumb a {
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    background: transparent;
    color: #f9f9f9;
}
.page-title .breadcrumb .active {
    color: #f4f4f4;
}
.page-title .breadcrumb a:hover {
    color: #c59d5f;
}
.page-title .breadcrumb > li + li:before {
    color: #f9f9f9;
}
/* Title #1 */
.title-1 .title--content {
    margin-bottom: 0px;
}
/* Title #2 */
.title-2 .title--img {
    margin-bottom: 35px;
}
.title-2 .title--content {
    margin-bottom: 125px;
}
.title-2 .title--heading h1 {
    color: #ffffff;
    font-size: 40px;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 0;
    font-family: 'Spectral', sans-serif;
}
/* Title #3 */
.title-3 .title--img {
    margin-bottom: 32px;
}
.title-3 .title--content {
    margin-bottom: 125px;
}
/* Title #4 */
.title-4 .title--content {
    margin-bottom: 77px;
}
/* Title #5 */
.title-5 .title--content {
    margin-bottom: 78px;
}
/* Title #9 */
.title-9 .breadcrumb {
    position: relative;
    bottom: auto;
    margin: 0 auto;
}
.title-9 .title--content {
    margin-bottom: 80px;
}
/* Title #10 */
.title-10 .title--content {
    margin-bottom: 78px;
}
/*------------------------------------*\
    #Heading
\*------------------------------------*/

.heading.heading-1 {
    letter-spacing: -1px;
}
.heading .heading--subtitle {
    color: #c59d5f;
    font-family: 'Raleway', sans-serif;
    font-size: 35px;
    font-style: italic;
    line-height: 1;
    margin-bottom: 5px;
}
.heading .heading--title {
    font-family: 'Spectral', sans-serif;
    color: #222222;
    font-size: 45px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 25px;
}
.heading .heading--desc {
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 0;
    padding: 0 40px;
}
.heading-3 .heading--img {
    margin-bottom: 0;
}
.heading-4 .heading--title {
    margin-bottom: 20px;
}
/*------------------------------------*\
    #LOADING-SECTION
\*------------------------------------*/
.preloader {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: fixed;
    z-index: 99999;
    background-color: #ffffff;
    overflow: hidden;
}
.sk-cube-grid {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -40px 0 0 -40px;
}
.spinner {
    margin: -40px 0 0 -40px;
    width: 70px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
}
.spinner > div {
    width: 18px;
    height: 18px;
    background-color: #c59d5f;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
.spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}
.spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}
@-webkit-keyframes sk-bouncedelay {
 0%, 80%, 100% {
 -webkit-transform: scale(0);
 transform: scale(0);
}
 40% {
 -webkit-transform: scale(1);
 transform: scale(0);
}
}
@keyframes sk-bouncedelay {
 0%, 80%, 100% {
 -webkit-transform: scale(0);
 transform: scale(0);
}
 40% {
 -webkit-transform: scale(1);
 transform: scale(1);
}
}
/*------------------------------------*\
    #HEADER
\*------------------------------------*/
.header {
    height: 100px;
}
.header-transparent {
    background-color: transparent;
}
.header-dark {
    background-color: #222222;
}
.header-transparent + .mtop-100, .header-transparent + .page-title, .header-transparent + .slider {
    position: relative;
    margin-top: -100px;
}
.header-transparent-topbar + .mtop-100, .header-transparent-topbar + .page-title, .header-transparent-topbar + .slider {
    position: relative;
    margin-top: -155px;
}
/* Top Bar */
.top-bar {
    height: 50px;
    background-color: #222222;
    overflow: hidden;
}
.top-bar .top--contact li {
    margin-right: 21px;
}
.top-bar .top--contact li:last-child {
    margin-right: 0;
}
.top-bar .top--contact {
    line-height: 50px;
    color: #cecece;
    font-size: 12px;
    font-weight: 400;
}
.top-bar .top--contact i {
    margin-right: 6px;
    color: #c59d5f;
}
.top-bar .top--social {
    color: #cecece;
    font-size: 12px;
    font-weight: 400;
    line-height: 50px;
}
.top-bar .top--social a {
    color: #cecece;
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    margin-left: 19px;
}
.top-bar.topbar-light {
    background-color: #ffffff;
}
.top-bar.topbar-light .top--contact, .top-bar.topbar-light .top--social {
    color: #a5a5a5;
}
.top-bar.topbar-light .top--social a {
    color: #333;
}
.top-bar .top--social a:hover, .top-bar.topbar-light .top--social a:hover {
    color: #c59d5f;
}
.top-bar.topbar-transparent {
    background-color: transparent;
}
.header-transparent-topbar .top-bar {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}
.top-bar .bottom-bar-border {
    position: relative;
}
.top-bar .bottom-bar-border:after {
    content: "";
    width: 100%;
    height: 9px;
    background: url(../images/background/shapes/shape-topbar.png) center repeat-x;
    position: absolute;
    left: 0;
    bottom: 0;
}
/* Transparent Header */
.static-affix {
    top: 0;
    width: 100%;
    z-index: 10;
}
/* Custom, iPhone Retina */
/* Small Devices, Tablets */
/* Large Devices, Wide Screens */
/*------------------------------------*\
    #MODULE
\*------------------------------------*/
.module {
    display: inline-block;
    position: relative;
}
.module span.title {
    display: none;
}
.module .module-icon {
    margin-right: 25px;
    cursor: pointer;
    line-height: 100px;
}
.module:last-of-type .module-icon {
    margin-right: 0;
}
.module .module-icon i {
    font-size: 14px;
    line-height: 24px;
    color: #ffffff;
    font-weight: 400;
}
.module .menu-icon-double i {
    margin-left: 30px;
}
.menu-icon-button {
    width: 58px;
    height: 29px;
    background-color: #333333;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    line-height: 29px;
    text-transform: uppercase;
    /* Text style for "Menu" */
    letter-spacing: 0.26px;
    text-align: center;
    margin-top: 25px;
    border-radius: 4px;
}
.menu-icon-button:hover {
    background-color: #c59d5f;
}
.module .module-active .module-icon i {
    color: #c59d5f;
}
.module-content {
    width: 0;
    height: 0;
    opacity: 0;
    display: none;
    transition: all 0.35s;
}
.module-fullscreen {
    left: 0;
    top: 0;
    z-index: 99;
    display: block;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
    background-color: rgba(34, 34, 34, 0.9);
    position: fixed;
}
.module-fullscreen .container {
    display: none;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    transition: all 0.1s linear;
}
.module-active .module-fullscreen {
    opacity: 1;
    visibility: visible;
    height: 100%;
    width: 100%;
}
.module-active .module-fullscreen .container {
    display: block;
}
.module-cancel {
    top: 50px;
    position: absolute;
    right: 50px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
    width: 58px;
    height: 29px;
    line-height: 28px;
    text-align: center;
    background-color: #c59d5f;
}
.module-cancel:hover {
    opacity: 1;
    color: #c59d5f;
    background-color: #ffffff;
}
.module .module-box {
    position: absolute;
    display: block;
    background-color: #1b1a1a;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    transition: all 0.1s linear;
    right: -50px;
    width: 370px;
    border-radius: 2px;
    padding: 32px;
    z-index: 99;
    -webkit-transform: translateY(10%);
    -moz-transform: translateY(10%);
    transform: translateY(10%);
    height: 0;
    -webkit-box-shadow: 0 2px 3px rgba(40, 40, 40, 0.06);
    -moz-box-shadow: 0 2px 3px rgba(40, 40, 40, 0.06);
    box-shadow: 0 2px 3px rgba(40, 40, 40, 0.06);
}
.module-active .module-box {
    opacity: 1;
    visibility: visible;
    display: block;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
    height: inherit;
}
.module .module-hamburger {
    height: 100%;
    width: 370px;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    opacity: 1;
    visibility: visible;
    display: block;
    overflow-x: hidden;
    -webkit-transition: all 0.35s linear;
    -moz-transition: all 0.35s linear;
    -o-transition: all 0.35s linear;
    transition: all 0.35s linear;
    -webkit-transform: translateX(370px);
    -moz-transform: translateX(370px);
    transform: translateX(370px);
}
.module-active .module-hamburger {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
}
.module-active .module-hamburger::-webkit-scrollbar {
 display: none;
}
.module-active .module-hamburger .module-cancel {
    top: 30px;
    position: absolute;
    right: 30px;
    left: auto;
    font-size: 12px;
    color: #ffffff;
    opacity: 1;
    z-index: 3;
}
/* Module Search */
.module--search-box .form-search {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0;
}
.module--search-box .form-control {
    color: #f9f9f9;
    font-family: 'Raleway', sans-serif;
    font-size: 35px;
    font-weight: 400;
    line-height: 70px;
    height: 70px;
    border: none;
    background-color: transparent;
    width: 95%;
    float: left;
    padding: 0;
    margin-bottom: 0;
    text-transform: capitalize;
}
.module--search-box .btn {
    background-color: transparent;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    width: 35px;
    line-height: 57px;
    color: #c59d5f;
    font-size: 28px;
    font-weight: 400;
    text-align: right;
    margin-left: 0;
    padding: 0;
}
.module--search-box .form-control::-webkit-input-placeholder {
 color: #f9f9f9;
}
.module--search-box .form-control:-moz-placeholder {
 color: #f9f9f9;
}
.module--search-box .form-control::-moz-placeholder {
 color: #9e9e9e;
}
.module--search-box .form-control:-ms-input-placeholder {
 color: #f9f9f9;
}
.module .module-label {
    width: 16px;
    height: 16px;
    line-height: 16px;
    border-radius: 50%;
    background-color: #c59d5f;
    color: #ffffff;
    font-size: 10px;
    font-weight: 400;
    text-align: center;
    position: absolute;
    top: 34px;
    left: 8px;
}
/* Module Menu */
.module-menu .logo-container {
    text-align: left;
    margin-top: 30px;
    margin-left: 50px;
    margin-bottom: 180px;
}
.module-menu {
    text-align: center;
}
.module-menu .menu-list li {
    margin-bottom: 30px;
}
.module-menu .menu-list li:last-child {
    margin-bottom: 0;
}
.module-menu .menu-list a {
    color: #ffffff;
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
    margin-right: 50px;
}
.module-menu .menu-list li:last-child a {
    margin-right: 0;
}
.module-menu .menu-list a:hover {
    color: #c59d5f;
}
.module-menu .menu-copyrights {
    position: absolute;
    bottom: 80px;
    left: 0;
    width: 100%;
    text-align: center;
}
.module-menu .menu-copyrights {
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    margin-right: 23px;
    bottom: 30px;
}
/* Module Widgets */
.module-widgets {
    text-align: left;
    padding: 80px 50px;
}
.module-active .module-hamburger .module-widgets .module-cancel {
    line-height: 29px;
    background-color: #c59d5f;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0 8px;
    text-align: center;
    border-radius: 4px;
}
.module-active .module-hamburger .module-widgets .module-cancel:hover {
    background-color: #222222;
}
/* Module Reservation */
.module-reservation .btn-popup {
    height: 25px;
    border: 2px solid #ffffff;
    background-color: transparent;
    margin-top: 37px;
    text-align: center;
    font-family: 'Raleway', sans-serif;
    font-size: 13px;
    font-weight: 600;
    line-height: 22px;
    text-transform: uppercase;
    letter-spacing: 0.26px;
    padding: 0 8px;
    color: #ffffff;
    display: block;
    margin-right: 25px;
    cursor: pointer;
    letter-spacing: .5px;
    cursor: pointer;
}
.module-reservation .btn-popup:hover, .module-reservation .btn-popup-theme, .affix .module-reservation .btn-popup {
    background-color: #c59d5f;
    color: #ffffff;
    border-color: #c59d5f;
}
.module-reservation .btn-popup-theme:hover {
    background-color: #222222;
    border-color: #222222;
}
/* Module Social */
.module-social a {
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    line-height: 100px;
    margin-left: 18px;
}
.module-social a:hover {
    color: #c59d5f;
}
/* Transparent Header */
.transparent-header .module .module-icon > i {
    color: #ffffff;
}
.transparent-header .search-box {
    top: 100px !important;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
.module .module-box {
    position: relative;
    right: 0;
    width: 100%;
    border: none;
}
.module .module-box .btn--bordered.btn--secondary {
    background-color: #ffffff;
    color: #222222;
}
.module-reservation .btn-popup {
    margin: 17px 10px;
    padding: 10px 0;
    height: auto;
}
.module .module-label {
    top: -3px;
}
.module {
    display: block;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.module .module-icon {
    padding-top: 8px;
    padding-left: 10px;
}
.module.active i {
    color: #ffffff;
}
.module span.title {
    display: inline-block;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}
.module .cart-box, .search-box {
    display: none;
    padding-right: 10px;
    padding-left: 10px;
}
.module .module-content {
    margin-bottom: 10px;
}
.cart-box .cart-overview h5 {
    color: #ffffff;
}
.module--search-box .form-search {
    margin: 25px;
}
.module--search-box .form-control {
    font-size: 14px;
    width: 220px;
    line-height: 30px;
}
.module--search-box .btn {
    font-size: 14px;
    line-height: 30px;
}
.module-cart.active .cart-box {
    opacity: 1;
    visibility: visible;
    display: block;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    background-color: #272930;
}
.module-cancel {
    top: 30px;
    left: 30px;
}
.module .module-icon {
    line-height: 36px !important;
}
.module-search .search-icon i {
    border-left: none;
    padding-left: 0;
    padding-right: 5px;
}
.module.module-active .cart-box, .module.module-active .search-box {
    display: block !important;
}
.module-search.module-active .search-box .search-form {
    margin-bottom: 10px;
}
.module-search.module-active .search-box .search-form input {
    background-color: #ffffff;
    margin-bottom: 0;
    height: 35px;
    line-height: 35px;
    padding-left: 10px;
}
.module-cart.module-active .cart-box {
    background-color: #222222;
    padding: 30px 20px;
    margin-bottom: 10px;
}
.module-cart.module-active .cart-box .cart-control {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}
.module-cart.module-active .cart-box .cart-control .pull-right {
    float: none !important;
}
.module .module-label {
    position: relative;
}
.module-menu.pull-left {
    float: none !important;
}
.module-menu .logo-container {
    margin-top: 40px;
    margin-bottom: 50px;
}
.module-menu .menu-social {
    bottom: 20px;
}
.module-menu .menu-list li {
    display: block;
    margin-bottom: 20px;
}
.module-menu .menu-list a {
    margin-right: 0;
}
.navbar.navbar--dark .module .module-icon {
    color: #ffffff !important;
}
}

/* Small Devices, Tablets */
@media only screen and (min-width: 768px) and (max-width: 991px) {
.module {
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 5px 15px;
}
.module .module-icon {
    padding-top: 0;
}
.module .module-box {
    position: relative;
    right: 0;
    width: 100%;
    border: none;
}
.module .module-box .btn--bordered.btn--secondary {
    background-color: #ffffff;
    color: #222222;
}
.module .module-label {
    top: -3px;
    position: relative;
}
.module span.title {
    display: inline-block;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}
.module .cart-box, .search-box {
    display: none;
    padding-right: 10px;
    padding-left: 10px;
}
.module .module-content {
    margin-bottom: 10px;
}
.cart-box .cart-overview h5 {
    color: #ffffff;
}
.module-cart.active .cart-box {
    opacity: 1;
    visibility: visible;
    display: block;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
.module .module-icon {
    line-height: 36px !important;
}
.module-search .search-icon i {
    border-left: none;
    padding-left: 0;
    padding-right: 5px;
}
.module.module-active .cart-box, .module.module-active .search-box {
    display: block !important;
}
.module-search.module-active .search-box .search-form {
    margin-bottom: 10px;
}
.module-search.module-active .search-box .search-form input {
    background-color: #ffffff;
    margin-bottom: 0;
    height: 35px;
    line-height: 35px;
    padding-left: 10px;
}
.module-cart.module-active .cart-box {
    background-color: #222222;
    border: none;
    padding: 30px 20px;
    margin-bottom: 10px;
}
.module-cart.module-active .cart-box .cart-control {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}
.module-cart.module-active .cart-box .cart-control .pull-right {
    float: none !important;
}
.header-fixed .navbar.affix .module .module-icon i, .header-fixed .navbar.affix .navbar-nav > li > a, .module .module-icon i {
    color: #ffffff !important;
}
.menu-popup .logo {
    float: none !important;
}
.module-menu .logo-container {
    margin-top: 100px;
    margin-bottom: 130px;
}
.navbar.navbar--dark .navbar-nav > li > .menu-item:hover::before, .navbar.navbar--dark .navbar-nav > li.active > .menu-item:before {
    background-color: #ffffff !important;
}
}

/* Large Devices, Wide Screens */
@media only screen and (min-width: 992px) and (max-width: 1200px) {
.module-search .search-icon i {
    padding-left: 16px;
    padding-right: 16px;
}
}
/*------------------------------------*\
    #Menu
\*------------------------------------*/
.header .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
}
.header .navbar {
    margin-bottom: 0;
    border-radius: 0;
    min-height: 100px;
    border: none;
    font-family: 'Raleway', sans-serif;
    letter-spacing: .5px;
}
.header-bordered .navbar {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
}
.header-bordered .navbar.navbar--dark {
    border-bottom: 1px solid rgba(34, 34, 34, 0.1);
}
.header .navbar .logo {
    height: 100px;
    line-height: 100px;
}
.navbar-nav:not(.nav-pos-right) {
    margin-right: 200px;
}
.nav-bordered-right {
    margin-right: 30px;
}
.nav-bordered-right + .module:first-of-type:before {
    position: relative;
    margin-left: 12px;
}
.nav-bordered-right + .module:first-of-type:before {
    position: absolute;
    top: 50%;
    margin-top: -13px;
    left: -46px;
    content: "";
    width: 2px;
    height: 26px;
    background-color: #c9c9c9;
}
.affix .nav-bordered-right + .module:first-of-type:before {
    background-color: #c9c9c9;
}
.navbar-nav > li {
    margin-right: 32px;
}
.navbar-nav > li > a {
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 500;
    line-height: 100px;
    color: #ffffff;
    padding: 0;
}
.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    background-color: transparent;
    border: none;
}
.navbar-nav > li.active > ul {
    margin-top: 0;
}
.navbar-nav > li > a:focus, .navbar-nav > li > a:hover {
    background-color: transparent;
    color: #ffffff;
}
/* Menu Level #1 */
.navbar-nav > li > .menu-item:before {
    position: absolute;
    bottom: 0;
    left: 50%;
    right: 0;
    margin-left: -10px;
    width: 0;
    height: 2px;
    background: transparent;
    content: '';
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}
.navbar-nav > li > .menu-item:hover::before, .navbar-nav > li.active > .menu-item:before {
    background-color: #ffffff;
    width: 20px;
}
li.has-dropdown > ul.dropdown-menu > li.dropdown-submenu > a:before, ul.dropdown-menu > li.has-dropdown > a:before {
    font-family: fontawesome;
    content: "\f105";
    font-size: 14px;
    position: absolute;
    right: 25px;
}
/* Menu Levels */
.dropdown-menu {
    background-color: transparent;
    position: relative;
    width: 100%;
    border: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
/**
Header Customaztion
**/
.transparent-header .navbar {
    background-color: transparent;
    height: 101px;
}
.transparent-header .navbar-nav > li.has-dropdown > a {
    color: #ffffff;
}
.transparent-header .navbar-nav li.has-dropdown > a:hover, .transparent-header .navbar-nav li.has-dropdown.active > a {
    color: #c59d5f;
}
/* Header Light */
.header-light {
    background-color: #ffffff;
}
.header-light .navbar .logo-dark {
    display: inline-block;
}
.header-light .navbar .logo-light {
    display: none;
}
.header-light .navbar .module .module-icon i, .header-light .navbar .navbar-nav > li > a {
    color: #222222;
}
.header-light .navbar .navbar-nav > li > .menu-item:hover::before, .header-light .navbar .navbar-nav > li.active > .menu-item:before {
    background-color: #222222;
}
/* Header Fixed */
.header-fixed .affix {
    background-color: #ffffff;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09);
    -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09);
}
.header-fixed:not(.header-light) .navbar .logo-dark {
    display: none;
}
.header-fixed .navbar.affix .logo-dark {
    display: inline-block;
}
.header-fixed .navbar.affix .logo-light {
    display: none;
}
.header-fixed .navbar.affix .module .module-icon i, .header-fixed .navbar.affix .navbar-nav > li > a {
    color: #222222;
}
.header-fixed .navbar.affix .navbar-nav > li > .menu-item:hover::before, .header-fixed .navbar.affix .navbar-nav > li.active > .menu-item:before {
    background-color: #222222;
    bottom: 0;
}
/* Header Centered */
.header-centered {
    height: 255px;
}
.header-centered .navbar-collapse {
    padding-right: 260px;
    padding-left: 260px;
}
.header-centered .navbar {
    top: 155px;
}
.header-centered .navbar.affix {
    top: 0;
}
.header-centered .logo-centered {
    padding-top: 50px;
    padding-bottom: 25px;
}
/* Header With Top Bar */
.header-topbar {
    height: 155px;
}
.header-topbar .navbar {
    top: 55px;
}
.header-topbar .navbar.affix {
    top: 0;
}
/* Header #2 */
.header-2 .navbar-nav > li > .menu-item:before {
    bottom: 35px;
}
/* Header #4 */
.header-4 .navbar {
    background-color: #ffffff;
    top: 50px;
}
/* Header #6 */
.header-6 .navbar-collapse.pull-left {
    padding-left: 100px;
}
.header-6 .navbar-collapse.pull-right {
    padding-right: 100px;
}
/* Header #8 */
.header-8 {
    height: 150px;
}
.header-8 .navbar {
    padding-top: 32px;
}
.header-8 + .slider {
    position: relative;
    margin-top: -150px;
}
.header-8 .logo {
    margin-top: -19px;
}
/* Header #10 */
.header-centered.header-10 {
    height: 165px;
}
.header-centered.header-10 .navbar {
    top: 80px;
}
.header-10 .navbar.affix {
    top: 0;
}
.header-10.header-transparent + .slider {
    margin-top: -170px;
}
.header-10.header-centered .logo-centered {
    padding-top: 40px;
    padding-bottom: 40px;
    z-index: 1040;
    position: fixed;
    right: 0;
    left: 0;
}
/* Header #13 */
.header-3 .navbar-header > .logo {
    position: absolute;
    left: 50%;
    margin-left: -51px;
}
/* Header #16 */
.header-16 .navbar {
    top: 30px;
}
.header-16 .navbar.affix {
    top: 0;
}
/* Header Half */
.header-half .navbar-nav > li > .menu-item:before {
    bottom: 36px;
}
/* Container Bordered */
.container-bordered {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    height: 100px;
}
/* Navbar Dark */
.header-transparent.header-light .navbar.affix {
    background-color: transparent;
}
.navbar.navbar--dark .logo-dark {
    display: inline-block !important;
}
.navbar.navbar--dark .logo-light {
    display: none;
}
.navbar.navbar--dark .module .module-icon, .navbar.navbar--dark .module .module-icon i, .navbar.navbar--dark .navbar-nav > li > a {
    color: #222222;
}
.navbar.navbar--dark .navbar-nav > li > .menu-item:hover::before, .navbar.navbar--dark .navbar-nav > li.active > .menu-item:before {
    background-color: #222222;
}
/* Header Split */
.header-split .logo-dark {
    display: none;
}
.header-split .logo-light {
    display: inline-block;
}
.header-split .module .module-icon i, .header-split .navbar-nav > li > a {
    color: #222222;
}
.header-split .navbar-nav > li > .menu-item:hover::before, .header-split .navbar-nav > li.active > .menu-item:before {
    background-color: #222222;
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {
.header-centered .logo-centered {
    display: none;
}
.header-centered.header-10 {
    height: 120px;
}
.header-centered.header-10 .navbar {
    top: 0;
}
.header-centered .navbar-collapse {
    padding: 0;
    background-color: #222222;
}
.header-3 .navbar-header > .logo {
    position: relative;
    left: 0;
    margin-left: 0;
}
.header-3 #navbar-collapse-2 {
    display: none;
}
.header-16 .navbar {
    top: 0;
}
}

/* Small Devices, Tablets */
@media only screen and (min-width: 768px) and (max-width: 991px) {
.header-3 .navbar-header > .logo {
    position: relative;
    left: 0;
    margin-left: 0;
}
.header-centered .logo-centered {
    display: none;
}
.header-centered.header-10 {
    height: 100px;
}
.header-centered.header-10 .navbar {
    top: 0;
}
.header-centered .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
}
.header-centered.header-10 .module {
    display: inline-block;
}
.header-16 .navbar {
    top: 0;
    background-color: #ffffff;
}
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 479px) {
.mega-dropdown-menu ul {
    list-style: none;
    margin-left: -10px;
}
.mega-dropdown-menu ul li a {
    line-height: 28px;
    padding: 0;
}
.mega-dropdown-menu ul li a i {
    margin-right: 8px;
}
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {
.header .container {
    padding-right: 0;
    padding-left: 0;
}
.navbar-nav {
    margin: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.navbar-toggle {
    border-color: #ffffff;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    margin-top: 35px;
}
.affix .navbar-toggle, .header-light .navbar-toggle {
    border-color: #222222;
}
.navbar-toggle .icon-bar {
    background-color: #ffffff;
}
.affix .navbar-toggle .icon-bar, .header-light .navbar-toggle .icon-bar {
    background-color: #222222;
}
.container > .navbar-header {
    margin-left: 0;
    padding-right: 10px;
    padding-left: 10px;
}
.container .navbar-collapse, .container-bordered .navbar-collapse, .container-fluid .navbar-collapse {
    width: 100%;
    background-color: #222222;
    margin-right: 0;
    margin-left: 0;
}
.navbar-nav > li {
    height: auto !important;
    margin-right: 0;
}
.navbar-nav > li.pull-left {
    float: none !important;
}
.navbar-nav li a {
    line-height: 36px;
    color: #ffffff;
    padding-right: 0;
    padding-left: 10px;
    padding-top: 0;
}
.navbar-nav > li > .menu-item:before {
    display: none;
}
ul ul {
    list-style: none;
}
ul.dropdown-menu li a, ul.mega-menu, ul.mega-menu li ul li a {
    background-color: transparent;
    position: relative;
    padding: 0;
}
	ul.dropdown-menu li a:hover, ul.mega-menu, ul.mega-menu li ul li a:hover {
    color: #c59d5f;
}
.navbar-nav > li.has-dropdown > a:after, li.dropdown-submenu > a:after {
    font-family: fontawesome;
    content: "\f105";
    font-size: 14px;
    position: absolute;
    right: 10px;
}
.navbar-nav > li.has-dropdown.open > a, .navbar-nav > li.has-dropdown.open > a:focus, .navbar-nav > li.has-dropdown.open > a:hover {
    background-color: #c59d5f;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
li.dropdown-submenu.open > ul > li > a {
    padding-left: 50px !important;
}
.navbar-nav > li.has-dropdown.open > a:after, .navbar-nav > li.has-dropdown.open > a:focus:after, .navbar-nav > li.has-dropdown.open > a:hover:after, li.dropdown-submenu.open > a:after, li.dropdown-submenu.open > a:focus:after, li.dropdown-submenu.open > a:hover:after {
    font-family: fontawesome;
    content: "\f107";
    font-size: 14px;
    position: absolute;
    right: 10px;
}
li.dropdown-submenu > a:after, li.dropdown-submenu.open > a:focus:after, li.dropdown-submenu.open > a:hover:after {
    right: 10px;
}
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover, .mega-menu li a:focus, .mega-menu li a:hover, .nav > li > a:focus, .nav > li > a:hover {
    background-color: transparent;
}
.dropdown-menu > li > a, .mega-menu > li > a {
    color: #ffffff;
}
.mega-menu ul {
    list-style: none;
    padding-left: 25px;
}
.mega-menu ul li {
    padding-top: 5px;
}
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover, .mega-menu li a:focus, .mega-menu li a:hover {
    color: #ffffff;
}
ul.mega-menu {
    list-style: none;
    display: none;
}
.dropdown-submenu.open > .mega-menu, .has-dropdown.open > .mega-menu {
    display: block;
}
.dropdown-submenu.open > .mega-menu ul {
    padding-left: 50px;
}
.header-fixed .navbar.affix .module .module-icon i, .header-fixed .navbar.affix .navbar-nav > li > a {
    color: #ffffff;
}
.mega-dropdown-menu .container a[href='#'] {
    color: #c59d5f;
    cursor: default;
    margin-left: 10px;
    padding: 0;
    font-weight: 700;
    text-transform: capitalize;
}
li.has-dropdown > ul.dropdown-menu > li.dropdown-submenu > a:before, ul.dropdown-menu > li.has-dropdown > a:before {
    display: none;
}
.navbar.navbar--dark .module .module-icon i, .navbar.navbar--dark .navbar-nav > li > a {
    color: #ffffff;
}
.navbar-nav:not(.nav-pos-right) {
    margin-right: 0;
}
.mega-dropdown-menu li ul li a i {
    margin-right: 8px;
}
.header-light .navbar .module .module-icon i, .header-light .navbar .navbar-nav > li > a {
    color: #ffffff;
}
.container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
    margin-right: 0;
    margin-left: 0;
}
}

/* Small Devices, Tablets */
@media only screen and (min-width: 768px) and (max-width: 991px) {
.header .container {
    padding-right: 0;
    padding-left: 0;
}
.navbar-header {
    float: none !important;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}
.header .navbar .logo {
    float: left;
}
.navbar-toggle {
    border-color: #ffffff;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    margin-top: 35px;
    display: block;
}
.affix .navbar-toggle, .header-light .navbar-toggle {
    border-color: #222222;
}
.navbar-toggle .icon-bar {
    background-color: #ffffff;
}
.affix .navbar-toggle .icon-bar, .header-light .navbar-toggle .icon-bar {
    background-color: #222222;
}
.navbar-fixed-top .navbar-collapse {
    overflow: scroll !important;
}
.navbar-collapse.collapse {
    display: none!important;
}
.collapse.in {
    display: block !important;
}
.navbar-nav {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
.navbar-nav > li {
    float: none;
}
.container > .navbar-collapse {
    width: 100%;
    background-color: #222222;
    margin-right: 0;
}
.navbar-nav > li {
    height: auto !important;
    margin-right: 0;
}
.navbar-nav > li.pull-left {
    float: none !important;
}
.navbar-nav > li > a {
    line-height: 36px !important;
    color: #ffffff !important;
    padding-right: 0;
    padding-left: 0;
    padding-top: 0;
}
.dropdown-menu > li > a, .mega-menu a {
    padding-top: 0;
}
.navbar-nav > li:after {
    display: none;
}
.navbar-nav > li.active {
    border-bottom: none;
}
.navbar-nav > li.has-dropdown > a:after, .navbar-nav > li.has-dropdown > a:after, li.dropdown-submenu > a:after {
    font-family: fontawesome;
    content: "\f105";
    font-size: 14px;
    position: absolute;
    right: 0;
}
.navbar-nav > li.has-dropdown.open > a, .navbar-nav > li.has-dropdown.open > a:focus, .navbar-nav > li.has-dropdown.open > a:hover {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.mega-menu > li > a, li a:hover, li.dropdown-submenu.open > a, li.open > a:focus {
    color: #ffffff;
}
li.dropdown-submenu.open > ul > li > a {
    padding-left: 50px !important;
}
.navbar-nav > li.has-dropdown.open > a:after, .navbar-nav > li.has-dropdown.open > a:focus:after, .navbar-nav > li.has-dropdown.open > a:hover:after, li.dropdown-submenu.open > a:after, li.dropdown-submenu.open > a:focus:after, li.dropdown-submenu.open > a:hover:after {
    font-family: fontawesome;
    content: "\f107";
    font-size: 14px;
    position: absolute;
    right: 0;
}
li.dropdown-submenu > a:after, li.dropdown-submenu.open > a:focus:after, li.dropdown-submenu.open > a:hover:after {
    right: 10px;
}
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover, .nav > li > a:focus, .nav > li > a:hover {
    background-color: transparent;
}
.dropdown-menu > li > a, .mega-dropdown-menu .container a, .mega-menu a {
    color: #ffffff;
}
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    color: #ffffff;
}
.mega-menu ul {
    list-style: none;
    padding-left: 0;
}
.mega-menu ul li {
    padding-top: 5px;
}
.mega-menu ul ul {
    padding-left: 0;
}
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover, .mega-menu li a:focus, .mega-menu li a:hover {
    color: #ffffff;
}
ul.mega-menu {
    list-style: none;
    display: none;
}
.mega-dropdown-menu .container ul {
    list-style: none;
    padding-left: 5px;
}
.mega-dropdown-menu .container ul li {
    line-height: 25px;
}
.mega-dropdown-menu .container ul i {
    margin-right: 5px;
}
.dropdown-submenu.open > .mega-menu, .has-dropdown.open > .mega-menu {
    display: block;
    padding-left: 25px;
}
.dropdown-submenu.open > .mega-menu ul {
    padding-left: 25px;
}
.navbar-nav > li > .menu-item:before, li.has-dropdown > ul.dropdown-menu > li.dropdown-submenu > a:before, ul.dropdown-menu > li.has-dropdown > a:before {
    display: none;
}
.mega-dropdown-menu .container a[href='#'] {
    color: #c59d5f;
    cursor: default;
    margin-left: 10px;
    padding: 0;
    font-weight: 700;
    text-transform: capitalize;
}
}

/* Small Devices, Tablets */
@media only screen and (max-width: 991px) {
.navbar.navbar--dark .module .module-icon i, .navbar.navbar--dark .navbar-nav > li > a {
    color: #ffffff;
}
.container .navbar-collapse, .container-bordered .navbar-collapse, .container-fluid .navbar-collapse {
    width: 100%;
    background-color: #222222;
    margin-right: 0;
    margin-left: 0;
}
}

/* Large Devices, Wide Screens */
@media only screen and (min-width: 992px) and (max-width: 1200px) {
.navbar-nav > li {
    margin-right: 16px;
}
}

@media only screen and (min-width: 992px) {
/* Menu with Dropdown */
.navbar-nav > li.has-dropdown > ul.dropdown-menu, .navbar-nav > li.has-dropdown > ul.mega-menu, li.dropdown-submenu > ul.mega-menu {
    background-color: #1b1a1a;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -o-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 0 0 0;
    -ms-transform-origin: 0 0 0;
    -o-transform-origin: 0 0 0;
    transform-origin: 0 0 0;
    opacity: 0;
    position: absolute;
    left: 0;
    right: auto;
    -moz-box-shadow: 0 2px 3px rgba(40, 40, 40, 0.06);
    -webkit-box-shadow: 0 2px 3px rgba(40, 40, 40, 0.06);
    box-shadow: 0 2px 3px rgba(40, 40, 40, 0.06);
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    display: block;
}
.navbar-nav > li.has-dropdown > ul.dropdown-menu {
    width: 245px;
    min-width: 245px;
    padding: 13px 0;
}
.navbar-nav > li.has-dropdown > ul.mega-menu, li.dropdown-submenu > ul.mega-menu {
    width: 385px!important;
}
li.dropdown-submenu:hover > ul.mega-menu, li.has-dropdown:hover > ul.dropdown-menu, li.has-dropdown:hover > ul.mega-menu {
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -o-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    opacity: 1;
    z-index: 100;
    display: block;
}
ul.dropdown-menu > li, ul.mega-menu > li {
    padding-right: 0;
    height: 40px;
    line-height: 40px;
    position: relative;
    vertical-align: top;
}
ul.mega-menu > li {
    border-right: 1px solid #eaeaea;
}
ul.mega-menu > li:last-child {
    border-right: none;
}
ul.mega-menu > li {
    width: 190px !important;
    height: auto;
    overflow: hidden;
    display: inline-block;
}
ul.mega-menu > li > ul {
    width: 190px;
    list-style: none;
    background-color: #ffffff;
    padding-left: 0;
    position: relative !important;
    left: auto !important;
}
ul.mega-menu li ul li {
    height: 40px;
    line-height: 40px;
    padding: 0;
}
ul.dropdown-menu li a, ul.mega-menu li ul li a {
    line-height: 40px;
    color: #b5b5b5;
    padding: 0;
    border-bottom: 1px solid rgba(127, 127, 127, 0.5);
    display: block;
    font-size: 14px;
    font-weight: 400;
    -o-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    text-transform: capitalize;
    margin: 0 25px;
}
ul.mega-menu li ul li span {
    color: #c59d5f;
    padding: 0;
    display: block;
    font-size: 14px;
    line-height: 39px;
    text-transform: uppercase;
    font-weight: 700;
}
ul.dropdown-menu li:last-child > a {
    border-bottom: none;
}
ul.dropdown-menu li > a:active, ul.dropdown-menu li > a:focus, ul.dropdown-menu li > a:hover, ul.mega-menu li a:active, ul.mega-menu li a:focus, ul.mega-menu li a:hover {
    background-color: transparent;
    color: #c59d5f;
    padding: 0 0 0 20px;
}
ul.dropdown-menu.left {
    left: -185px !important;
    margin-left: 0 !important;
}
ul.mega-menu.left {
    left: -410px !important;
}
/* Menu Level #2 */
li.dropdown-submenu > ul.mega-menu, li.has-dropdown > ul.dropdown-menu > li.dropdown-submenu > ul.dropdown-menu {
    background-color: #1b1a1a;
    padding: 25px 0;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -o-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 0 0 0;
    -ms-transform-origin: 0 0 0;
    -o-transform-origin: 0 0 0;
    transform-origin: 0 0 0;
    opacity: 0;
    display: block;
    position: absolute;
    left: 100%;
    right: auto;
    top: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    margin: -1px 0 0;
    z-index: 1001;
}
li.has-dropdown > ul.dropdown-menu > li.dropdown-submenu:hover > ul.dropdown-menu {
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    transform: scaleY(1);
    opacity: 1;
    z-index: 1001;
    margin-top: -1px;
    margin-left: 0;
    padding: 13px 0;
    -moz-box-shadow: 0 2px 3px rgba(40, 40, 40, 0.1);
    -webkit-box-shadow: 0 2px 3px rgba(40, 40, 40, 0.1);
    box-shadow: 0 2px 3px rgba(40, 40, 40, 0.1);
}
li.dropdown-submenu.pull-left > ul.dropdown-menu {
    left: auto;
    right: 0;
    margin-right: 0;
}
/* Menu Level #3 */
li.dropdown-submenu > ul.dropdown-menu > li.has-dropdown > ul.dropdown-menu {
    background-color: #1b1a1a;
    float: none;
    position: absolute;
    border-radius: 0;
    left: 100%;
    right: auto;
    top: 0;
    margin: -1px 0 0;
    z-index: 1;
    padding: 13px 0;
}
li.dropdown-submenu > ul.dropdown-menu > li.has-dropdown > ul.dropdown-menu.left {
    left: -185px !important;
}
/* Mega Menu Content */
.mega-dropdown {
    position: static !important;
}
.mega-dropdown-menu {
    padding: 20px 0 !important;
    width: 100% !important;
    border: none !important;
    margin-top: -23px;
}
.mega-dropdown-menu .container div[class*='col-'] {
    padding-left: 0;
    padding-right: 0;
}
.mega-dropdown-menu li ul {
    padding: 0;
    margin: 0;
}
.mega-dropdown-menu li ul li {
    list-style: none;
}
.mega-dropdown-menu li ul li a {
    padding: 0;
    border-bottom: none;
}
.mega-dropdown-menu li ul li a:hover {
    padding: 0 0 0 12px;
}
.mega-dropdown-menu li ul li a i {
    margin-right: 8px;
}
.mega-dropdown-menu .container div[class*='col-'] > a {
    border-bottom: none;
    padding-left: 0;
    font-size: 14px;
}
.mega-dropdown-menu .container a[href='#'] {
    color: #c59d5f;
    cursor: default;
    font-weight: 600;
}
}
/*------------------------------------*\
    #Hamburger
\*------------------------------------*/
/* Hamburger Panel */
.hamburger-panel .list-links {
    margin-bottom: 0;
    padding: 45px 30px;
}
.hamburger-panel .list-links a {
    font-size: 14px;
    font-weight: 700;
    line-height: 44px;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 0;
    position: relative;
    display: block;
}
.hamburger-panel .list-links a:hover {
    color: #c59d5f;
}
.hamburger-panel .social-share {
    padding: 0 30px;
    margin-bottom: 49px;
}
.hamburger-panel .social-share a {
    width: 32px;
    height: 32px;
    line-height: 32px;
    border-radius: 1px;
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    text-align: center;
    display: inline-block;
    background-color: transparent;
    margin-right: 5px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.hamburger-panel .social-share a:hover {
    color: #ffffff !important;
}
.hamburger-panel .social-share a.share-facebook:hover {
    background-color: #3B5998;
}
.hamburger-panel .social-share a.share-twitter:hover {
    background-color: #00ACEE;
}
.hamburger-panel .social-share a.share-pinterest:hover {
    background-color: #C8232C;
}
.hamburger-panel .social-share a.share-google-plus:hover {
    background-color: #DD4B39;
}
.hamburger-panel .social-share a.share-dribbble:hover {
    background-color: #EA4C89;
}
.hamburger-panel .copywright {
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    color: #a5a5a5;
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {
.hamburger-panel .list-links {
    padding: 25px;
}
.hamburger-panel {
    padding: 30px;
}
.hamburger-panel .list-links a {
    line-height: 35px;
}
.hamburger-panel .copywright span {
    display: block;
}
}

/* Small Devices, Tablets */
@media only screen and (min-width: 768px) and (max-width: 991px) {
.hamburger-panel .logo {
    float: none !important;
    height: 50px !important;
    line-height: 50px !important;
}
.hamburger-panel .list-links {
    padding: 25px;
}
}
/*------------------------------------*\
    #Hero
\*------------------------------------*/
.slider {
    height: 975px;
    padding-top: 0;
    padding-bottom: 0;
}
.slider .slide--item {
    height: 975px;
}
.slider .slide--headline.extend {
    line-height: 1.2;
}
.slider .slide--subheadline {
    color: #f9f9f9;
    font-family: 'Raleway', sans-serif;
    /*font-size: 35px;
	font-weight: 400;
	line-height: 45px;*/
    margin-bottom: 0;
    /*text-transform: capitalize;*/
    padding-bottom: 15px;
}
.slider .slide--headline {
    color: #ffffff;
    font-family: 'Spectral', sans-serif;
    /*font-size: 80px;
	font-weight: 400;
	line-height: 115px;*/
    margin-bottom: 20px;
    text-transform: capitalize;
    padding-bottom: 25px;
}
.slider .slide--bio {
    color: #f9f9f9;
    font-size: 17px;
    font-weight: 700;
    line-height: 27px;
    padding-bottom: 10px;
}
/* Slider Small */
.slider-small {
    height: 600px;
}
.slider-small .slide--item {
    height: 600px;
}
.slider-small .slide--headline {
    font-size: 67px;
    line-height: 1;
}
.slider-small .slide--bio, .slider-small .slide--subheadline {
    font-size: 16px;
}
.slider-theme .slide--headline {
    font-size: 165px;
    line-height: 1;
    text-transform: capitalize;
}
.slider .slide--icons a {
    width: 70px;
    height: 70px;
    line-height: 70px;
    font-size: 40px;
    text-align: center;
    border-radius: 2px;
    background-color: rgba(27, 26, 26, 0.9);
    margin-right: 25px;
    display: inline-block;
}
.slider .slide--icons a i {
    color: #1bb580;
}
.slider .slide--icons.slider-icons-gradient a i {
    color: #1bb580;
    background: -webkit-linear-gradient(150deg, #1da4cb 0%, #1da4cb 2%, #1dcb84 27%, #7bcb1d 58%, #efd631 100%);
    background: linear-gradient(150deg, #1da4cb 0%, #1da4cb 2%, #1dcb84 27%, #7bcb1d 58%, #efd631 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.slider .slide--icons a:hover {
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    transform: translateY(-6px);
}
.slide-icons a:last-of-type {
    margin-right: 0;
}
.slide--icons.slide--icons-gradient a {
    background-color: rgba(27, 26, 26, 0.9);
    background: -webkit-linear-gradient(150deg, #1da4cb 0%, #1da4cb 2%, #1dcb84 27%, #7bcb1d 58%, #efd631 100%);
    background: linear-gradient(150deg, #1da4cb 0%, #1da4cb 2%, #1dcb84 27%, #7bcb1d 58%, #efd631 100%);
}
.slide--icons.slide--icons-gradient a i {
    color: #ffffff;
    background: none;
    -webkit-background-clip: inherit;
    -webkit-text-fill-color: inherit;
}
/* Slider Portfolio */
.slider-portfolio .slide--container {
    background-color: rgba(255, 255, 255, 0.95);
    padding: 80px 60px;
}
.slider-portfolio .slide--subheadline {
    font-size: 14px;
    color: #9b9b9b;
}
.slider-portfolio .slide--headline {
    font-size: 30px;
    color: #282828;
    font-weight: 700;
    line-height: 30px;
}
.slider-portfolio .slide--action a {
    color: #1bb580;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
}
.slider-portfolio .slide--action a i {
    margin-right: 8px;
}
/* Slider Shop */
.slider-shop .slide--headline {
    font-size: 55px;
    line-height: 60px;
}
.slider-shop .slide--subheadline {
    color: #f9f9f9;
}
/* Slider Dark */
.slider-dark .slide--headline {
    color: #282828;
    font-size: 80px;
}
.slider-dark .slide--bio {
    color: #616161;
    font-size: 17px;
}
/* Revoultion slide Arrows */
.slider .tparrows {
    background: rgba(0, 0, 0, 0.4);
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.slider .tparrows:hover {
    background-color: #bb9356;
}
.slider .tparrows:before {
    display: block;
    text-align: center;
}
.slider .tparrows.tp-leftarrow:before {
    content: "";
    background-image: url(../images/slider/left-arrow.png);
    width: 20px;
    height: 10px;
    position: relative;
    top: 25px;
    margin: auto;
}
.slider .tparrows.tp-rightarrow:before {
    content: "";
    background-image: url(../images/slider/right-arrow.png);
    width: 20px;
    height: 10px;
    position: relative;
    top: 25px;
    margin: auto;
}
/* bullets style */
.hermes .tp-bullet {
    width: 12px !important;
    height: 12px !important;
    box-shadow: inset 0 0 0 3px #ffffff;
}
/* Revoultion Slide Overlay */
.slide-overlay-dark .slotholder:after {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    background-color: rgba(27, 26, 26, 0.25);
}
.slide-overlay-black .slotholder:after {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    background-color: rgba(27, 26, 26, 0.65);
}
.slide-overlay-black2 .slotholder:after {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    background-color: rgba(27, 26, 26, 0.85);
}
.slide-overlay-white .slotholder:after {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    background-color: rgba(27, 26, 26, 0.1);
}
.slide-overlay-gradient .slotholder:after {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    background-color: #1bb580;
    background-image: -webkit-linear-gradient(to top, rgba(27, 181, 128, 0.8) 0%, rgba(12, 109, 176, 0.8) 100%);
    background-image: -moz-linear-gradient(to top, rgba(27, 181, 128, 0.8) 0%, rgba(12, 109, 176, 0.8) 100%);
    background-image: linear-gradient(to top, rgba(27, 181, 128, 0.8) 0%, rgba(12, 109, 176, 0.8) 100%);
    opacity: 0.8;
}
.slide-overlay-gradient2 .slotholder:after {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    background-color: #1bb580;
    background-image: -webkit-linear-gradient(180deg, #1bb580 0%, #0c6db0 100%);
    background-image: -moz-linear-gradient(180deg, #1bb580 0%, #0c6db0 100%);
    background-image: linear-gradient(180deg, #1bb580 0%, #0c6db0 100%);
    opacity: 0.85;
}
a.next-section {
    position: absolute;
    left: 50%;
    bottom: 0;
    display: inline-block;
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    margin-left: -50px;
}
a.next-section:focus, a.next-section:hover {
    color: acolor-white;
    font-weight: bold;
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {
.slider .slide--headline {
    /*font-size: 30px;*/
    line-height: 1.2;
}
.slider .slide--bio {
    font-size: 14px;
    line-height: 1.5;
    padding: 0 10px;
}
.slider, .slider .slide--item {
    height: 500px;
}
.rs-arrows.tparrows.ares {
    display: none;
}
.slide-action .btn {
    width: 120px;
    font-size: 12px;
}
.slide-action .btn.btn--lg {
    width: 170px;
    font-size: 12px;
}
.slider-navs .owl-controls .owl-nav [class*=owl-] {
    width: 30px !important;
}
.slide-action .btn--lg {
    width: 220px;
}
.slider-portfolio .slide--container {
    padding: 30px 20px;
}
.slider-portfolio .slide--headline {
    font-size: 25px !important;
}
.slide-action .btn.btn--icon {
    height: 60px;
    font-size: 30px;
    line-height: 60px;
}
#sliderApp .slide-holder {
    display: none;
}
.slider .tparrows {
    display: none;
}
}

/* Small Devices, Tablets */
@media only screen and (min-width: 768px) and (max-width: 991px) {
.slider {
    height: 600px;
}
.slider-navs .owl-controls .owl-nav [class*=owl-] {
    width: 30px !important;
}
.slider .slide--headline {
    font-size: 55px;
}
.slider-portfolio .slide--headline {
    font-size: 25px !important;
}
.slider-rs8 .slide--headline {
    font-size: 40px;
    line-height: 55px;
}
.slider-rs8 .slide--bio {
    line-height: 22px;
    font-size: 12px;
}
.rs-arrows.tparrows.ares {
    display: none;
}
}
/*------------------------------------*\
    #Team
\*------------------------------------*/
.team {
    padding-bottom: 80px;
}
/* Team shadow */
.team-shadow .member {
    -webkit-box-shadow: 0 0 18px rgba(40, 40, 40, 0.12);
    -moz-box-shadow: 0 0 18px rgba(40, 40, 40, 0.12);
    -ms-box-shadow: 0 0 18px rgba(40, 40, 40, 0.12);
    box-shadow: 0 0 18px rgba(40, 40, 40, 0.12);
    border-radius: 2px;
}
.member {
    text-align: center;
    overflow: hidden;
    margin-bottom: 30px;
}
.member:hover .member-img img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.member .member-img {
    position: relative;
    margin-bottom: 0;
    overflow: hidden;
}
.member .member-img img {
    max-width: 100%;
    height: auto;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
}
.member .member-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.member .member-overlay .member-hover {
    border-radius: 2px;
    background-color: rgba(34, 34, 34, 0.9);
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    opacity: 0;
}
.member:hover .member-overlay .member-hover {
    opacity: 1;
}
.member .member-hover a {
    color: #c59d5f;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    margin-right: 20px;
}
.member .member-hover a:last-child {
    margin-right: 0;
}
.member .member-hover a:hover {
    color: #fff;
}
.member .member-desc {
    padding: 15px;
    font-size: 15px;
    color: #9b9b9b;
    margin-bottom: 0;
}
.member .member-desc p {
    font-size: 15px;
    line-height: 23px;
}
.member .pos-vertical-center {
    position: relative;
    top: 70%;
    -webkit-transform: perspective(1px) translateY(-30%);
    -moz-transform: perspective(1px) translateY(-30%);
    -o-transform: perspective(1px) translateY(-30%);
    transform: perspective(1px) translateY(-30%);
}
.member .member-info {
    padding-top: 30px;
}
.member .member-info h5 {
    color: #282828;
    font-size: 22px;
    font-weight: 600;
    line-height: 1;
    /*text-transform: capitalize;*/
    margin-bottom: 14px;
}
.member .member-info h6 {
    color: #9b9b9b;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 0;
}
/*  team 1 */
.team-1 .member .member-info {
    padding-bottom: 30px;
}
/*  team 3 */
.team-3 .member {
    text-align: center;
}
.team-3 .member .member-social {
    position: relative;
    -webkit-transform: translateY(80px);
    -moz-transform: translateY(80px);
    -o-transform: translateY(80px);
    transform: translateY(80px);
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
}
.team-3 .member .member-info {
    position: relative;
    -webkit-transform: translateY(140px);
    -moz-transform: translateY(140px);
    -o-transform: translateY(140px);
    transform: translateY(140px);
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
}
.team-3 .member .member-info h5 {
    color: #ffffff;
}
.team-3 .member:hover .member-overlay .member-hover .member-social {
    transform: translateY(40px);
}
.team-3 .member:hover .member-overlay .member-hover .member-info {
    transform: translateY(170px);
}
/*  team 4 */
.team-4 .member .member-desc {
    padding: 0;
}
.team-4 .member .member-desc p {
    padding: 0 20px;
}
.team-4 .member .member-hover {
    margin-top: 25px;
}
.team-4 .member .member-hover a {
    color: #333333;
}
.team-4 .member .member-hover a:hover {
    color: #c59d5f;
}
.team-4 .divider--line {
    margin-top: 18px;
    margin-bottom: 15px;
}
.team-4 .divider--line:after {
    width: 24px;
    background-color: #686868;
    margin-left: -12px;
}
/*------------------------------------*\
    #Testimonial
\*------------------------------------*/
.testimonial-1 .testimonial-panel {
    -webkit-box-shadow: 0px 2px 3px 0px rgba(40, 40, 40, 0.26);
    -moz-box-shadow: 0px 2px 3px 0px rgba(40, 40, 40, 0.26);
    -o-box-shadow: 0px 2px 3px 0px rgba(40, 40, 40, 0.26);
    box-shadow: 0px 2px 3px 0px rgba(40, 40, 40, 0.26);
    border-radius: 2px;
    background-color: #ffffff;
    padding: 40px;
    position: relative;
    text-align: center;
    opacity: .85;
}
/*.testimonial-1 .testimonial-panel:before {
	content: "";
	width: 16px;
	height: 42px;
	position: absolute;
	top: 0;
	left: 30px;
	background-image: url(../images/testimonial/ribbon.png);
}*/
.testimonial .testimonial-panel p {
    font-size: 16px;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    color: #282828;
    line-height: 24px;
    margin-bottom: 23px;
}
.testimonial--rating {
    margin-bottom: 20px;
}
.testimonial--rating i {
    color: #c59d5f;
    font-size: 16px;
    letter-spacing: 4px;
}
.testimonial-panel .testimonial--img {
    margin-bottom: 28px;
}
.testimonial-panel .testimonial--img img {
    width: 54px;
    height: 54px;
    line-height: 54px;
    border-radius: 50%;
    margin: 0 auto;
    display: block;
}
.testimonial--author h4 {
    font-size: 14px;
    line-height: 1.3;
    color: #a5a5a5;
    font-weight: 500;
    font-style: italic;
    margin-bottom: 0;
}
.testimonial-4 .testimonial--author h4 {
    color: #f9f9f9;
}
/* Testimonial #5 */
.testimonial-5 {
    padding-top: 200px;
    padding-bottom: 200px;
}
.testimonial-5 .testimonial-panel .testimonial--img {
    margin-bottom: 40px;
}
.testimonial-5 .testimonial--author h4 {
    color: #c59d5f;
}
.testimonial-5 .testimonial-panel p {
    font-size: 40px;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    color: #ffffff;
    line-height: 39px;
    margin-bottom: 23px;
}
/*------------------------------------*\
    #Divider
\*------------------------------------*/
.section-divider {
    padding-top: 297px;
    padding-bottom: 94px;
}
.section-divider2 {
    padding-top: 297px;
    padding-bottom: 275px;
}
.section-divider3 {
    padding-top: 200px;
    padding-bottom: 200px;
}
.divider--line {
    position: relative;
    height: 2px;
}
.divider--line:after {
    position: absolute;
    content: "";
    height: 2px;
    width: 40px;
    background-color: #c59d5f;
    bottom: 0;
    left: 0;
    margin: 0 auto;
}
.divider--center:after {
    left: 50%;
    margin-left: -20px;
}
.divider--medium:after {
    width: 70px;
}
.divider--center.divider--medium:after {
    margin-left: -35px;
}
.divider--line.divider--white:after {
    background-color: #ffffff;
}
.divider--line.divider--gray:after {
    background-color: #9b9b9b;
}
.section-bordered {
    border-bottom: 1px solid #f0f0f0;
}
.divider--section {
    border-top: 1px solid #f0f0f0;
    margin-top: 0;
    margin-bottom: 0;
}
/* divider Shape #1 */
.divider--shape-1down {
    width: 92px;
    height: 20px;
    background: url(../images/background/shapes/arrow-down.png) center no-repeat;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -46px;
}
.divider--shape-1down.divider--shape-white {
    background: url(../images/background/shapes/arrow-down-white.png) center no-repeat;
}
.divider--shape-1up {
    width: 92px;
    height: 20px;
    background: url(../images/background/shapes/arrow-up.png) center no-repeat;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -46px;
}
/* divider Shape #2 */
.divider--shape-2up {
    width: 100%;
    height: 9px;
    background: url(../images/background/shapes/shape-2up.png) center repeat-x;
    position: absolute;
    left: 0;
    top: 0;
}
.divider--shape-2down {
    width: 100%;
    height: 9px;
    background: url(../images/background/shapes/shape-2down.png) center repeat-x;
    position: absolute;
    bottom: 0;
    left: 0;
}
/* divider Shape #3 */
.divider--shape-3up {
    width: 100%;
    height: 10px;
    background: url(../images/background/shapes/shape-3up.png) center repeat-x;
    position: absolute;
    top: 0;
    left: 0;
}
.divider--shape-3down {
    width: 100%;
    height: 10px;
    background: url(../images/background/shapes/shape-3down.png) center repeat-x;
    position: absolute;
    bottom: 0;
    left: 0;
}
/* divider Shape #4 */
.divider--shape-4up {
    width: 100%;
    height: 10px;
    background: url(../images/background/shapes/shape-4up.png) center repeat-x;
    position: absolute;
    top: 0;
    left: 0;
}
.divider--shape-4down {
    width: 100%;
    height: 10px;
    background: url(../images/background/shapes/shape-4down.png) center repeat-x;
    position: absolute;
    bottom: 0;
    left: 0;
}
/* divider Shape #5 */
.divider--shape-5up {
    width: 100%;
    height: 12px;
    background: url(../images/background/shapes/shape-5up.png) center repeat-x;
    position: absolute;
    top: 0;
    left: 0;
}
.divider--shape-5down {
    width: 100%;
    height: 12px;
    background: url(../images/background/shapes/shape-5down.png) center repeat-x;
    position: absolute;
    bottom: 0;
    left: 0;
}
/* divider Shape #6 */
.divider--shape-6up {
    width: 100%;
    height: 6px;
    background: url(../images/background/shapes/shape-6up.png) center repeat-x;
    position: absolute;
    top: 0;
    left: 0;
}
.divider--shape-6down {
    width: 100%;
    height: 6px;
    background: url(../images/background/shapes/shape-6down.png) center repeat-x;
    position: absolute;
    bottom: 0;
    left: 0;
}
/* divider Shape #7 */
.divider--shape-7up {
    width: 100%;
    height: 12px;
    background: url(../images/background/shapes/shape-7up.png) center repeat-x;
    position: absolute;
    top: 0;
    left: 0;
}
.divider--shape-7down {
    width: 100%;
    height: 12px;
    background: url(../images/background/shapes/shape-7down.png) center repeat-x;
    position: absolute;
    bottom: 0;
    left: 0;
}
/* divider Shape #8 */
.divider--shape-8up {
    width: 100%;
    height: 13px;
    background: url(../images/background/shapes/shape-8up.png) center repeat-x;
    position: absolute;
    top: 0;
    left: 0;
}
.divider--shape-8down {
    width: 100%;
    height: 13px;
    background: url(../images/background/shapes/shape-8down.png) center repeat-x;
    position: absolute;
    bottom: 0;
    left: 0;
}
/* divider Shape #9 */
.divider--shape-4 {
    width: 100%;
    height: 14px;
    background: url(../images/background/shapes/shape-4.png) center no-repeat;
    margin-bottom: 20px;
    margin-top: 20px;
}
/* divider Shape #10 */
.divider--shape-5 {
    width: 100%;
    height: 24px;
    background: url(../images/background/shapes/shape-5.png) center no-repeat;
    margin-bottom: 25px;
    margin-top: 20px;
}
/* divider Shape #11 */
.divider--shape-theme {
    width: 92px;
    height: 20px;
    background: url(../images/background/shapes/arrow-up-theme.png) center no-repeat;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -46px;
}
/* divider Shape #11*/
.divider--shape-11 {
    width: 100%;
    height: 16px;
    background: url(../images/background/shapes/shape-11.png) center no-repeat;
}
/* divider Shape #12*/
.divider--shape-12 {
    width: 100%;
    height: 16px;
    background: url(../images/background/shapes/shape-9.png) center no-repeat;
    margin-bottom: 25px;
    margin-top: 22px;
}
/**/
.divider--shape-dark {
    width: 92px;
    height: 20px;
    background: url(../images/background/shapes/arrow-down-dark.png) center no-repeat;
    position: absolute;
    top: -20px;
    left: 50%;
    margin-left: -46px;
}
/**/
.divider--shape-10up {
    width: 92px;
    height: 20px;
    background: url(../images/background/shapes/shape-10up.png) center no-repeat;
    position: absolute;
    top: -20px;
    left: 50%;
    margin-left: -46px;
}
.divider--shape-10down {
    width: 92px;
    height: 20px;
    background: url(../images/background/shapes/shape-10down.png) center no-repeat;
    position: absolute;
    bottom: -20px;
    left: 50%;
    margin-left: -46px;
}
.divider--shape-10uptheme {
    width: 92px;
    height: 20px;
    background: url(../images/background/shapes/arrow-up-theme.png) center no-repeat;
    position: absolute;
    top: -20px;
    left: 50%;
    margin-left: -46px;
}
/* divider Shape #13 */
.divider--shape-13 {
    width: 100%;
    height: 16px;
    background: url(../images/background/shapes/shape-13.png) center no-repeat;
    margin-bottom: 25px;
    margin-top: 20px;
}
/* divider Shape #14 */
.divider--shape-14up {
    width: 92px;
    height: 20px;
    background: url(../images/background/shapes/shape-14up.png) center no-repeat;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -46px;
}
.divider--shape-14down {
    width: 92px;
    height: 20px;
    background: url(../images/background/shapes/shape-14down.png) center no-repeat;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -46px;
}
/* divider Shape #14 */
.divider--shape-left {
    width: 20px;
    height: 92px;
    background: url(../images/background/shapes/shape-left.png) center no-repeat;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -46px;
}
.divider--shape-right {
    width: 20px;
    height: 92px;
    background: url(../images/background/shapes/shape-right.png) center no-repeat;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -46px;
}
.divider--shape-header {
    width: 100%;
    height: 9px;
    background: url(../images/background/shapes/shape-header.png) center repeat-x;
    position: absolute;
    left: 0;
    bottom: -9px;
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {
.testimonial-5 {
    padding-top: 100px;
    padding-bottom: 100px;
}
}
/* Small Devices, Tablets */
/*------------------------------------*\
    #Portfolio
\*------------------------------------*/
/* Portfolio Filter */
.portfolio-filter {
    text-align: center;
    margin-bottom: 36px;
}
.portfolio-filter li a {
    color: #333333;
    font-family: 'Raleway', sans-serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 1;
    margin-right: 25px;
    text-transform: capitalize;
    letter-spacing: 0.44px;
    padding-bottom: 10px;
    position: relative;
}
.portfolio-filter li a:after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    width: 100%;
    height: 2px;
    background-color: #c59d5f;
    width: 0;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
}
.portfolio-filter li:last-child a {
    margin-right: 0;
}
.portfolio-filter li a.active-filter, .portfolio-filter li a:hover {
    color: #c59d5f;
}
.portfolio-filter li a.active-filter::after, .portfolio-filter li a:hover::after {
    width: 100%;
}
/* Portfolio Item */
.portfolio-item .portfolio--img {
    position: relative;
    padding: 5px;
}
.portfolio-item .portfolio--img img {
    max-width: 100%;
    height: auto;
}
.portfolio-item .portfolio--hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 25px;
}
.portfolio-item .portfolio--hover .portfolio--action {
    width: 100%;
    height: 100%;
    background-color: rgba(34, 34, 34, 0.75);
    text-align: center;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}
.portfolio-item:hover .portfolio--hover .portfolio--action {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.portfolio--content {
    text-align: center;
}
.portfolio--zoom {
    margin-bottom: 30px;
}
.portfolio--zoom a {
    display: inline-block;
    position: relative;
}
.portfolio--zoom a:before {
    position: absolute;
    content: "";
    left: -10px;
    top: 0;
    width: 20px;
    height: 1px;
    background-color: #ffffff;
}
.portfolio--zoom a:after {
    position: absolute;
    content: "";
    left: 0;
    top: -10px;
    width: 1px;
    height: 20px;
    background-color: #ffffff;
}
/*------------------------------------*\
    #Features
\*------------------------------------*/
.feature-panel {
    position: relative;
    margin-bottom: 50px;
}
.feature-panel .feature--icon {
    margin-bottom: 23px;
}
.feature-panel .feature--content h3 {
    font-family: 'Spectral', sans-serif;
    font-size: 28px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 19px;/*text-transform: capitalize;*/
}
.feature-panel .feature--content p {
    font-size: 14px;
    font-weight: 400;
    line-height: 23px;
    margin-bottom: 0;
}
.feature-left .feature-panel .feature--icon {
    position: absolute;
    left: 0;
    top: 0;
    margin-bottom: 0;
}
.feature-left .feature-panel .feature--content {
    padding-left: 88px;
}
.feature-left .feature-panel .feature--content h3 {
    font-size: 23px;
}
.feature-left .feature-panel .feature--content p {
    font-size: 14px;
    line-height: 23px;
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {
.feature-panel {
    margin-bottom: 20px;
}
.feature-panel .feature--icon {
    margin-bottom: 10px;
}
}

/* Small Devices, Tablets */
@media only screen and (min-width: 768px) and (max-width: 991px) {
.feature-panel {
    margin-bottom: 20px;
}
}
/*------------------------------------*\
    #Call To Action
\*------------------------------------*/
.cta h3 {
    color: #ffffff;
    font-size: 45px;
    font-family: 'Spectral', sans-serif;
    font-weight: 400;
    margin-bottom: 30px;
}
.cta p {
    color: #ffffff;
    font-family: 'Raleway', sans-serif;
    font-size: 40px;
    font-weight: 500;
    line-height: 42px;
    margin-bottom: 37px;
}
.cta .btn {
    width: 270px;
}
/* CTA #1 */
.cta-1 {
    padding: 190px 0;
}
/*------------------------------------*\
    #Counters
\*------------------------------------*/
.counter .count-box .counting {
    font-family: 'Raleway', sans-serif;
    color: #ffffff;
    font-size: 70px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 16px;
    position: relative;
}
.counter .count-box .count-title {
    font-family: 'Raleway', sans-serif;
    color: #f4f4f4;
    font-size: 20px;
    font-weight: 400;
    line-height: 1;/*text-transform: capitalize;*/
}
/* Counter #1 */
.counter-1 {
    padding: 260px 0;
}
/* Counter #2 */
.counter-2 {
    padding: 130px 0;
}
/*------------------------------------*\
    #PRICING-SECTION
\*------------------------------------*/
.pricing-panel {
    -webkit-box-shadow: 0px 0px 20px 0px rgba(40, 40, 40, 0.12);
    -moz-box-shadow: 0px 0px 20px 0px rgba(40, 40, 40, 0.12);
    -o-box-shadow: 0px 0px 20px 0px rgba(40, 40, 40, 0.12);
    box-shadow: 0px 0px 20px 0px rgba(40, 40, 40, 0.12);
    border-radius: 2px;
    background-color: #ffffff;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    margin-top: 20px;
}
.pricing .pricing--heading {
    background-color: #c59d5f;
    padding: 30px 68px 60px 68px;
    position: relative;
}
.pricing .pricing--heading h5 {
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 50px;
}
.pricing .pricing--heading p {
    font-family: 'Raleway', sans-serif;
    color: #ffffff;
    font-size: 70px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 15px;
}
.pricing .pricing--heading span.currency {
    font-size: 28px;
}
.pricing .pricing--heading span.time {
    font-size: 14px;
    color: #ffffff;
}
.pricing .pricing--heading .pricing--desc {
    color: #f9f9f9;
    font-size: 14px;
    line-height: 21px;
}
.pricing--body {
    padding: 26px 40px 40px 40px;
}
.pricing--body .list-group {
    margin: 0;
}
.pricing--body .list-group li.list-group-item {
    font-size: 14px;
    font-weight: 500;
    line-height: 40px;
    border: none;
    background-color: transparent;
    border-bottom: 1px solid #e9e8e8;
    padding: 0;
}
.pricing--body .list-group li.list-group-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}
.pricing-body .list-group li.list-group-item:first-child {
    padding-top: 0;
}
.pricing .panel-footer {
    border-top: 2px solid #eeeeee;
    background-color: #ffffff;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    padding: 40px;
}
.pricing .panel-footer .btn {
    margin-bottom: 0;
}

/* Small Devices, Tablets */
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pricing .panel-body {
    padding-top: 50px;
    padding-bottom: 50px;
    line-height: 30px;
}
.pricing .panel-body h4 {
    font-size: 70px;
}
.pricing .list-group {
    padding: 25px;
}
.pricing .panel-footer {
    padding: 0 25px 25px 25px;
}
.pricing .panel-footer .btn {
    font-size: 11px;
    padding: 0 16px;
}
.pricing .panel-footer .btn i {
    margin-left: 5px;
}
}
/*------------------------------------*\
    #BLOG-SECTION
\*------------------------------------*/
.blog-entry {
    -moz-box-shadow: 0 0 20px rgba(40, 40, 40, 0.12);
    -webkit-box-shadow: 0 0 20px rgba(40, 40, 40, 0.12);
    box-shadow: 0 0 20px rgba(40, 40, 40, 0.12);
    background-color: #ffffff;
    margin-bottom: 30px;
}
.blog-entry .entry--img {
    overflow: hidden;
}
.blog-entry .entry--img img {
    max-width: 100%;
    height: auto;
    -moz-transition: all .4s;
    -webkit-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.blog-entry:hover .entry--img img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
}
.blog-entry .entry--content {
    padding: 30px;
    position: relative;
}
.blog-entry .entry--format {
    position: absolute;
    left: 30px;
    top: -40px;
    width: 49px;
    height: 49px;
    line-height: 49px;
    text-align: center;
    border-radius: 2px;
    background-color: #282828;
    font-size: 18px;
    font-weight: 400;
    color: #ffffff;
    opacity: 0;
    -moz-transition: all .4s;
    -webkit-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.blog-entry:hover .entry--format {
    opacity: 1;
}
.blog-entry .entry--meta {
    color: #616161;
    font-size: 11px;
    font-weight: 600;
    /*text-transform: capitalize;*/
    line-height: 26px;
    margin-bottom: 5px;
}
.blog-entry .entry--meta .entry--cat a {
    color: #c59d5f;
}
.blog-entry .entry--title {
    margin-bottom: 18px;
}
.blog-entry .entry--title h4 {
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 0;
}
.blog-entry .entry--title h4 a {
    color: #222222;
}
.blog-entry .entry--title h4 a:hover {
    color: #c59d5f;
}
.blog-entry .entry--bio {
    font-size: 14px;
    font-weight: 400;
    line-height: 23px;
    margin-bottom: 30px;
    padding-bottom: 25px;
    border-bottom: 1px solid #d9d9d9;
}
.blog-entry .entry--more {
    overflow: hidden;
}
.blog-entry .entry--date {
    color: #686868;
    font-size: 11px;
    font-weight: 600;
    line-height: 1;
    float: left;
}
/* Blog Standard */
.blog-standard .blog-entry .entry--title h4 {
    font-size: 22px;
}
.blog-standard .blog-entry .entry--content {
    padding: 40px;
    position: relative;
}
.blog-standard .blog-entry .entry--meta {
    line-height: 1;
    margin-bottom: 10px;
}
.blog-standard .blog-entry .entry--bio {
    border-bottom: none;
    padding-bottom: 0;
}
/* Color Carousel */
.blog-carousel .blog-entry {
    margin-bottom: 27px;
}
/* Blog Masonry */
.blog-masonry-col {
    column-count: 3;
    column-gap: 30px;
}
.blog-masonry .blog-entry .entry--img img, .blog-masonry .blog-entry .entry--more a i, .blog-masonry .blog-entry .entry--more a span {
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
}
/* Blog Single */
.blog-single .col-md-10 {
    padding-right: 50px;
    padding-left: 50px;
}
.blog-single .blog-entry .entry--img img {
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
}
.blog-single .blog-entry .entry--content {
    padding: 40px;
    position: relative;
}
.blog-single .blog-entry .entry--meta {
    line-height: 1;
    margin-bottom: 9px;
}
.blog-single .blog-entry .entry--title h4 {
    font-size: 20px;
    font-weight: 700;
    color: #333333;
}
.blog-single .blog-entry .entry--bio {
    padding-bottom: 0;
}
.entry--share .share--title {
    color: #222222;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 0;
    margin-right: 16px;
}
.entry--share a {
    color: #5d5d5d;
    font-size: 14px;
    font-weight: 400;
    margin-right: 22px;
    line-height: 1;
}
.entry--share a:last-child {
    margin-right: 0;
}
.entry--share a:hover {
    color: #c59d5f;
}
.entry-prev-next {
    position: relative;
    -moz-box-shadow: 0 0 20px rgba(40, 40, 40, 0.12);
    -webkit-box-shadow: 0 0 20px rgba(40, 40, 40, 0.12);
    box-shadow: 0 0 20px rgba(40, 40, 40, 0.12);
    border-radius: 2px;
    background-color: #ffffff;
    padding: 40px;
    margin-bottom: 40px;
    min-height: 140px;
}
.entry-prev-next:after {
    position: absolute;
    width: 2px;
    height: 48px;
    content: "";
    background-color: #d9d9d9;
    left: 50%;
    top: 46px;
}
.entry-next, .entry-prev {
    width: 50%;
    float: left;
}
.entry-prev-next .entry-prev {
    padding-right: 15px;
}
.entry-prev-next .entry-next {
    padding-left: 15px;
    text-align: right;
}
.entry-next-content, .entry-prev-content {
    position: relative;
}
.entry-prev-next .entry-prev img {
    position: absolute;
    left: 0;
    top: 0;
}
.entry-prev-next .entry-next img {
    position: absolute;
    right: 0;
    top: 0;
}
.entry-prev-next .entry-prev .entry-desc {
    position: relative;
    margin-left: 65px;
}
.entry-prev-next .entry-next .entry-desc {
    position: relative;
    margin-right: 65px;
}
.entry-prev-next a {
    font-size: 14px;
    font-weight: 700;
    color: #333333;
    margin-top: 13px;
}
.entry-prev-next p {
    color: #686868;
    font-size: 11px;
    font-weight: 600;
    line-height: 1;
    text-transform: capitalize;
    margin-bottom: 10px;
}
.entry-widget {
    -moz-box-shadow: 0 0 20px rgba(40, 40, 40, 0.12);
    -webkit-box-shadow: 0 0 20px rgba(40, 40, 40, 0.12);
    box-shadow: 0 0 20px rgba(40, 40, 40, 0.12);
    background-color: #ffffff;
    margin-bottom: 40px;
    padding: 40px;
}
.entry-widget .entry-widget-title {
    position: relative;
    margin-bottom: 30px;
}
.entry-widget .entry-widget-title h4 {
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
    text-transform: capitalize;
    margin-bottom: 0;
}
.entry-widget .entry-widget-content {
    position: relative;
}
.entry-bio img {
    position: absolute;
    left: 0;
    top: 0;
}
.entry-bio .entry-bio-desc {
    padding-left: 120px;
}
.entry-bio .entry-bio-desc p {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 8px;
}
.entry-bio .entry-bio-desc a {
    color: #5d5d5d;
    font-size: 15px;
    font-weight: 400;
    line-height: 1;
    margin-right: 25px;
}
.entry-bio .entry-bio-desc a:last-child {
    margin-right: 0;
}
.entry-bio .entry-bio-desc a:hover, .entry-meta a:hover, .entry-next:hover a, .entry-prev:hover a, .entry-related .entry:hover .entry-title h5, .entry-share a:hover {
    color: #c59d5f;
}
.entry-related .entry--img {
    margin-bottom: 20px;
}
.entry-related .entry--img img {
    max-width: 100%;
    height: auto;
}
.entry-related .entry-title {
    margin-left: 0;
}
.entry-related .entry--title h5 {
    font-size: 16px;
    font-weight: 700;
    line-height: 25px;
    color: #222222;
    margin-bottom: 10px;
}
.entry-related .entry--title a {
    color: #222222;
}
.entry-related .entry--title a:hover {
    color: #c59d5f;
}
.entry-related .entry--meta {
    color: #616161;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
}
ul.comments-list {
    width: 100%;
    list-style: none;
    overflow: hidden;
    padding-left: 0;
    margin-bottom: 0;
}
ul.comments-list li {
    position: relative;
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 20px;
    margin-bottom: 30px;
}
ul.comments-list li:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
ul.comments-list .comment-body .avatar {
    position: absolute;
    left: 0;
    top: 0;
}
ul.comments-list .comment-body .comment {
    padding-left: 90px;
}
ul.comments-list .comment-body .comment h6 {
    font-size: 14px;
    font-weight: 700;
    /*text-transform: capitalize;*/
    margin-bottom: 0;
    color: #333333;
    line-height: 27px;
}
ul.comments-list .comment-body .comment .date {
    color: #616161;
    font-size: 12px;
    font-weight: 600;
    line-height: 24px;
    text-transform: uppercase;
}
ul.comments-list .comment-body .comment p {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 0;
}
ul.comments-list .comment-body .comment a.reply {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.26px;
    color: #c59d5f;
    line-height: 1;
    margin-top: 16px;
    display: inline-block;
}
ul.comments-list .comment a.reply:hover {
    color: #222222;
}
ul.comments-list ul.comment-children {
    list-style: none;
    margin: 20px 0 0 90px;
    padding-top: 30px;
    padding-left: 0;
    border-top: 2px solid #eeeeee;
}
ul.comments-list ul.comment-children .comment-body .comment {
    padding-left: 90px;
}
ul.comments-list ul.comment-children li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}
ul.comments-list ul.comment-children ul .comment-body .comment {
    padding-left: 90px;
}
.entry-widget.comments-form .entry-widget-title h4 {
    margin-bottom: 60px;
}
.comments-form .form-control {
    margin-bottom: 30px;
}
/* Blog Carousel */
.blog-carousel .carousel-dots .owl-controls {
    margin-top: 18px;
}
.blog-carousel .owl-item {
    padding: 0 15px;
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {
ul.comments-list ul.comment-children {
    margin: 20px 0 0;
}
.blog-entry {
    padding: 20px;
}
.blog-single .blog-entry .entry--title h4 {
    font-size: 17px;
    line-height: 1.2;
}
.entry--share .text-right {
    text-align: left;
}
.entry-next, .entry-prev {
    width: 100%;
    float: none;
    margin-bottom: 0;
}
.entry-next {
    margin-bottom: 0;
}
.entry-prev {
    margin-bottom: 30px;
}
.entry-prev-next {
    padding: 10px;
}
.entry-prev-next:after {
    display: none;
}
.entry-prev-next a {
    font-size: 14px;
}
.entry-prev-next .entry-prev {
    padding-right: 0;
}
.entry-widget {
    padding: 20px;
}
.entry-bio .entry-bio-desc p, .entry-bio img {
    position: relative;
    margin-bottom: 15px;
}
.entry-bio .entry-bio-desc {
    padding-left: 0;
}
.entry-related .entry {
    margin-bottom: 30px;
}
.entry-related .entry:last-of-type {
    margin-bottom: 0;
}
.blog-standard .blog-entry .entry--title h4 {
    font-size: 18px;
    line-height: 1.2;
}
}

/* Small Devices, Tablets */
@media only screen and (min-width: 768px) and (max-width: 991px) {
.entry-related img {
    width: 100%;
}
.blog-standard .blog-entry .entry--title h4 {
    font-size: 20px;
    line-height: 1.2;
}
}

/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) and (max-width: 1200px) {
.entry-related img {
    width: 100%;
}
}
/* Product Item */
.product-item {
    -webkit-box-shadow: 0 0 20px rgba(40, 40, 40, 0.12);
    -moz-box-shadow: 0 0 20px rgba(40, 40, 40, 0.12);
    box-shadow: 0 0 20px rgba(40, 40, 40, 0.12);
    background-color: #ffffff;
    margin-bottom: 30px;
    text-align: center;
}
.product-item .product--img {
    position: relative;
    margin-bottom: 0;
}
.product-item .product--img img {
    max-width: 100%;
    height: auto;
}
.product-item .product--img .product--hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(34, 34, 34, 0.95);
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}
.product-item .product--img .product--hover .product--action {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 40px;
}
.product-item .product--img .product--hover .product--action a {
    width: 100%;
    height: 100%;
    border-radius: 2px;
    background-color: transparent;
    text-align: center;
    color: #c59d5f;
    border: 2px solid #c59d5f;
    font-size: 14px;
    font-weight: 700;
    line-height: 51px;
    text-transform: uppercase;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.35s .2s;
    -moz-transition: all 0.35s .2s;
    -o-transition: all 0.35s .2s;
    transition: all 0.35s .2s;
    display: block;
}
.product-item .product--img .product--hover .product--action a:hover {
    background-color: #c59d5f;
    color: #ffffff;
}
.product-item .product--content {
    padding: 30px 0;
}
.product-item .product--content .product--cat {
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    font-style: italic;
    line-height: 1;
    margin-bottom: 12px;
}
.product-item .product--content .product--cat a {
    color: #3d3c3c;
}
.product-item .product--content .product--cat a:hover {
    color: #c59d5f;
}
.product-item .product--content .product--type {
    font-size: 11px;
    font-weight: 600;
    line-height: 26px;
    letter-spacing: 0.22px;
    margin-bottom: 10px;
}
.product-item .product--content .product--title h3 {
    font-size: 23px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 17px;
}
.product--content .product--title a {
    color: #333333;
    font-size: 23px;
    font-family: 'Spectral', sans-serif;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 10px;
    display: block;
}
.product--content .product--title a:hover {
    color: #c59d5f;
}
.product--content .product--price {
    color: #c59d5f;
    font-size: 20px;
    font-weight: 400;
    font-family: 'Raleway', sans-serif;
    line-height: 1;
}
.product--img:hover .product--hover {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.product--img:hover .product--hover .product--action a {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
/* Shop Options */
.shop-options {
    padding: 20px;
    background-color: #ffffff;
    margin-bottom: 30px;
    height: 70px;
    -webkit-box-shadow: 0 0 20px rgba(40, 40, 40, 0.12);
    -moz-box-shadow: 0 0 20px rgba(40, 40, 40, 0.12);
    box-shadow: 0 0 20px rgba(40, 40, 40, 0.12);
}
.shop-options .product-options2 span, .shop-options .product-view-mode span {
    color: #222222;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    margin-right: 10px;
}
.shop-options .product-options2 .product-sort {
    position: relative;
    margin-right: 30px;
}
.shop-options .product-options2 .product-sort i {
    position: absolute;
    font-size: 14px;
    right: 10px;
    top: 10px;
    z-index: 1;
    pointer-events: none;
    cursor: pointer;
    color: #9b9b9b;
}
.shop-options .product-options2 select {
    height: 30px;
    line-height: 30px;
    width: 134px;
    border: 1px solid #eeeeee;
    background-color: rgba(246, 246, 247, 0);
    border-radius: 1px;
    color: #9b9b9b;
    font-size: 12px;
    font-weight: 400;
    padding-left: 10px;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.shop-options .product-view-mode {
    line-height: 30px;
}
.shop-options .product-view-mode a i {
    background-color: transparent;
    border: 1px solid #eee;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    color: #9b9b9b;
    font-size: 14px;
    font-weight: 400;
    margin-left: 10px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
}
.shop-options .product-view-mode a:first-of-type i {
    margin-left: 0;
}
.shop-options .product-view-mode a.active i, .shop-options .product-view-mode a:hover i {
    color: #c59d5f;
}
.product-list {
    width: 100%;
    text-align: left;
    min-height: 340px;
    margin-bottom: 0;
}
.product-list .product--img {
    float: left;
    width: 33%;
}
.product-list .product--content {
    padding-left: 300px;
}
/* Shop Single */
.shop-product .product-title h3 {
    font-family: 'Spectral', sans-serif;
    color: #222222;
    font-size: 23px;
    font-weight: 400;
    line-height: 27px;
    text-transform: capitalize;
    margin-bottom: 15px;
    line-height: 26.52px;
}
.shop-product .product-price {
    font-family: 'Raleway', sans-serif;
    color: #c59d5f;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 25px;
}
.shop-product .product-rating {
    margin-right: 30px;
}
.shop-product .product-rating i {
    color: #c59d5f;
    font-size: 15px;
    font-weight: 400;
    line-height: 1;
}
.shop-product .product-review span {
    color: #9b9b9b;
    font-size: 14px;
    line-height: 1;
    font-weight: 400;
}
.shop-product .product-review span a {
    color: #9b9b9b;
}
.shop-product .product-review span a:hover {
    color: #c59d5f;
}
.shop-product .product-desc p {
    color: #959595;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 25px;
}
.shop-product hr {
    opacity: 0.7;
    border-top: 1px solid rgba(229, 228, 228, 0.7);
    margin-top: 0;
    margin-bottom: 30px;
}
.shop-product .product-details h5 {
    color: #333333;
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 20px;
    position: relative;
}
.shop-product .product-details ul li {
    line-height: 26px;
    color: #c59d5f;
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
}
.shop-product .product-details ul li span {
    color: #9b9b9b;
    font-size: 14px;
    font-weight: 400;
}
.shop-product .product-quantity {
    line-height: 49px;
}
.shop-product .product-quantity .qua {
    font-family: 'Raleway', sans-serif;
    color: #333333;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    margin-right: 10px;
}
.shop-product .product-quantity a i {
    width: 25px;
    height: 25px;
    font-size: 10px;
    line-height: 25px;
    border: 1px solid #eee;
    border-radius: 1px;
    color: #c59d5f;
    text-align: center;
}
.shop-product .product-quantity input {
    width: 30px;
    height: 25px;
    border: 1px solid #eee;
    border-radius: 1px;
    color: #222222;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    text-align: center;
    background-color: transparent;
}
.shop-product .product-cta {
    padding-bottom: 30px;
}
.shop-product .product-cta .btn {
    margin-left: 20px;
    width: 134px;
    height: 42px;
    line-height: 41px;
    border-radius: 0;
    text-transform: uppercase;
}
.shop-product .product-share {
    margin-bottom: 70px;
}
.shop-product .product-share h5 {
    color: #333333;
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 20px;
    position: relative;
    text-transform: capitalize;
}
.shop-product .product-share a {
    width: 34px;
    height: 34px;
    line-height: 34px;
    border-radius: 1px 2px 2px 1px;
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    text-align: center;
    display: inline-block;
    background-color: #c59d5f;
    margin-right: 3px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.shop-product .product-share a {
    background-color: #c59d5f;
}
.shop-product .product-share a.share-facebook:hover {
    background-color: #3B5998;
}
.shop-product .product-share a.share-twitter:hover {
    background-color: #00ACEE;
}
.shop-product .product-share a.share-google-plus:hover {
    background-color: #DD4B39;
}
.shop-product .product-share a.share-linkedin:hover {
    background-color: #0E76A8;
}
.product-tabs {
    background-color: #ffffff;
    border: 1px solid #eee;
    border-radius: 1px;
    color: #9b9b9b;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    font-style: italic;
    margin-bottom: 50px;
}
.product-tabs .nav-tabs {
    background-color: #f9f9f9;
}
.product-tabs .nav-tabs > li {
    margin-bottom: -1px;
}
.product-tabs .nav-tabs > li > a {
    color: #282828 !important;
    font-size: 15px;
    font-weight: 700;
    text-transform: capitalize;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    padding: 0 20px;
    border-right: 1px solid #eeeeee;
    margin-right: 0;
    line-height: 60px;
    height: 60px;
}
.product-tabs .nav-tabs > li:last-child > a {
    border-right: none;
}
.product-tabs .nav-tabs > li > a:focus, .product-tabs .nav-tabs > li > a:hover {
    background-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
    border-bottom-color: transparent;
    color: #c59d5f !important;
}
.product-tabs .nav-tabs > li.active > a, .product-tabs .nav-tabs > li.active > a:focus, .product-tabs .nav-tabs > li.active > a:hover {
    color: #c59d5f !important;
    border: none;
    border-right: 1px solid #eee;
    background-color: #ffffff;
}
.product-tabs .tab-content {
    padding: 20px;
}
.product-tabs .tab-content h5 {
    font-size: 14px;
}
.product-review li {
    background-color: #f9f9f9;
    padding: 20px;
    margin-bottom: 30px;
}
.product-review li h6 {
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 14px;
}
.product-review li .review-date {
    margin-bottom: 0;
}
.product-review li .product-rating {
    color: #c59d5f;
    margin-bottom: 10px;
}
.product-review li .product-comment p {
    margin-bottom: 0;
}
.form-review .form-control {
    margin-bottom: 30px;
}
/* Product Related */
.shop-product .product-related-title h5 {
    color: #333333;
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
    position: relative;
    text-transform: capitalize;
}
.product-num h2 {
    font-size: 15px;
    font-weight: 700;
    line-height: 35px;
    text-transform: capitalize;
    color: #222222;
    margin-bottom: 0;
}
.product-options {
    margin-bottom: 50px;
}
.product-options .product-select {
    position: relative;
}
.product-options .product-select i {
    position: absolute;
    font-size: 14px;
    right: 25px;
    top: 12px;
    z-index: 1;
    pointer-events: none;
    cursor: pointer;
    color: #9b9b9b;
}
.product-options select {
    width: 230px;
    height: 35px;
    border: 1px solid #eeeeee;
    border-radius: 1px;
    color: #9b9b9b;
    font-size: 14px;
    font-weight: 400;
    line-height: 35px;
    padding-left: 10px;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
/* shop Item */
.shop-item .shop--img {
    position: relative;
}
.shop-item .shop--img img {
    max-width: 100%;
    height: auto;
}
.shop-item .shop--hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.shop-item .shop--hover .shop--action {
    width: 100%;
    height: 100%;
    background-color: rgba(40, 40, 40, 0.95);
    text-align: center;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}
.shop-item:hover .shop--hover .shop--action {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.shop-item .shop--price {
    color: #9b9b9b;
    font-size: 22px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 30px;
}
.shop-item .shop--title h4 {
    color: #ffffff;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 35px;
    text-transform: capitalize;
}
.shop-item .shop--title h4 a {
    color: #ffffff;
}
.shop-item .shop--title h4 a:hover {
    color: #c59d5f;
}
.shop-item .shop--cat .btn:hover {
    background-color: #ffffff;
    color: #c59d5f;
}
/*------------------------------------*\
    #CONTACT-PAGE
\*------------------------------------*/
.contact .contact--desc {
    margin-bottom: 40px;
}
.contact .contact--desc p {
    color: #a5a5a5;
    font-size: 15px;
    margin-bottom: 0;
}
.contact--info h3 {
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 23px;
}
.contact--info p {
    font-size: 14px;
    font-weight: 400;
    line-height: 23px;
    margin-bottom: 0;
}
.contact--info p:last-of-type {
    margin-bottom: 6px;
}
.contact--info a.link--styled {
    color: #c59d5f;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.contact--info a.link--styled:hover {
    color: #222222;
}
.contact--info .social-icons a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    font-size: 14px;
    background-color: #1c1c1c;
    color: #ffffff;
    display: inline-block;
    margin-right: 10px;
}
.contact--info .social-icons a i {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.contact--info .social-icons a:hover {
    color: #ffffff;
    background-color: #c59d5f;
}
.contact--info .social-icons a:hover i {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
}
/*------------------------------------*\
	#Widgets
\*------------------------------------*/
.sidebar {
    -moz-box-shadow: 0 2px 3px rgba(40, 40, 40, 0.16);
    -webkit-box-shadow: 0 2px 3px rgba(40, 40, 40, 0.16);
    box-shadow: 0 2px 3px rgba(40, 40, 40, 0.16);
    border-radius: 2px;
    background-color: #ffffff;
    padding: 50px;
}
.widget {
    margin-bottom: 60px;
}
.widget:last-of-type {
    margin-bottom: 0;
}
/* Widget */
.widget .widget--title {
    position: relative;
    margin-bottom: 30px;
}
.widget .widget--title h5 {
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
    text-transform: capitalize;
    margin-bottom: 0;
    position: relative;
}
/* Category Widget */
.widget-categories ul li {
    border-bottom: 1px solid #eeeeee;
}
.widget-categories ul li:last-child {
    border-bottom: none;
}
.widget-categories ul li a {
    color: #333333;
    font-size: 14px;
    font-weight: 600;
    line-height: 40px;
    position: relative;
    display: block;
}
.widget-categories ul li a:after {
    position: absolute;
    top: 0;
    right: 0;
    content: "\f178";
    color: #333333;
    font-family: fontawesome;
    font-size: 11px;
    font-weight: 400;
    line-height: 40px;
}
.widget-categories ul li a:hover, .widget-categories ul li a:hover:after {
    color: #c59d5f;
}
.widget-categories ul li a span {
    margin-left: 5px;
    color: #c59d5f;
}
/* Tags Widget */
.widget-tags ul {
    margin-bottom: 0;
    margin-left: 0;
}
.widget-tags ul li {
    padding-left: 0;
    padding-right: 0;
}
.widget-tags a {
    display: inline-block;
    border: 1px solid #ececec;
    background-color: transparent;
    color: #a5a5a5;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    margin-right: 7px;
    margin-bottom: 10px;
    text-transform: capitalize;
    padding: 9px 10px;
}
.widget-tags a:hover {
    background-color: #c59d5f;
    color: #ffffff;
    border-color: #c59d5f;
}
/* Recent Widegt */
.widget-recent-posts .entry {
    position: relative;
    margin-bottom: 24px;
    min-height: 50px;
}
.widget-recent-posts .entry:last-of-type {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0;
}
.widget-recent-posts img {
    position: absolute;
    left: 0;
    top: 0;
    width: 49px;
    height: 49px;
    text-align: center;
}
.widget-recent-posts .entry .entry-desc {
    position: relative;
    margin-left: 60px;
    border-bottom: 1px solid #ececec;
    padding-bottom: 10px;
}
.widget-recent-posts .entry:last-of-type .entry-desc {
    border-bottom: none;
    padding-bottom: 0;
}
.widget-recent-posts .entry .entry-title {
    margin-bottom: 5px;
}
.widget-recent-posts .entry .entry-title a {
    color: #282828;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    text-transform: capitalize;
}
.widget-recent-posts .entry .entry-title a:hover {
    color: #c59d5f;
}
.widget-recent-posts .entry .entry-desc .entry-meta {
    line-height: 1;
    margin-bottom: 12px;
}
.widget-recent-posts .entry .entry-desc .entry-meta a {
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
    color: #686868;
    text-transform: uppercase;
    letter-spacing: 0.22px;
}
/* Search Widget */
.widget-search .form-search {
    border: 1px solid rgba(34, 34, 34, 0.07);
    background-color: rgba(255, 255, 255, 0);
}
.widget-search .form-search .form-control {
    border: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #9e9e9e;
    font-size: 14px;
    font-weight: 400;
    line-height: 49px;
    height: 49px;
    text-transform: capitalize;
    padding-left: 15px;
}
.widget-search .form-search .btn {
    background-color: transparent;
    color: #c59d5f;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    width: 35px;
    height: 49px;
    line-height: 29px;
    text-align: center;
    font-size: 14px;
    margin-left: 0;
    padding: 0;
}
/* Best Products */
.widget-best-product .best-product .product-img {
    width: 49px;
    height: 49px;
    text-align: center;
    padding: 4px;
}
.widget-best-product .best-product .product-bio {
    padding-top: 0;
}
.widget-best-product .best-product .product-bio .product-price {
    color: #9b9b9b;
    font-size: 14px;
    font-weight: 600;
    line-height: 23px;
}
.widget-best-product .best-product a {
    text-transform: uppercase;
}
/* fiter product */
.ui-slider {
    position: relative;
    text-align: left;
}
.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1.2em;
    height: 1.2em;
    cursor: default;
    -ms-touch-action: none;
    touch-action: none;
}
.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: 0.7em;
    display: block;
    border: 0;
    background-position: 0 0;
}
/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle, .ui-slider.ui-state-disabled .ui-slider-range {
    filter: inherit;
}
.ui-slider-horizontal .ui-slider-handle {
    top: -0.2em;
    margin-left: -0.6em;
}
.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
    left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
    right: 0;
}
.ui-slider-vertical {
    width: 0.8em;
    height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
    left: -0.3em;
    margin-left: 0;
    margin-bottom: -0.6em;
}
.ui-slider-vertical .ui-slider-range {
    left: 0;
    width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
    bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
    top: 0;
}
.widget-filter .ui-slider {
    height: 4px;
    background-color: rgba(34, 34, 34, 0.06);
    border-radius: 0;
    margin-bottom: 20px;
    margin-top: 5px;
}
.widget-filter .ui-slider-handle {
    /* Style for "Line" */
    width: 9px;
    height: 9px;
    margin-left: 0;
    background-color: #222222;
    border-radius: 0;
}
.widget-filter .ui-slider-range {
    height: 4px;
    background-color: #c59d5f;
    margin-bottom: 20px;
}
.widget-filter p {
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 19px;
}
.widget-filter label {
    color: #9b9b9b;
    font-weight: 400;
}
.widget-filter input {
    color: #c59d5f;
    border: none;
    background-color: transparent;
}
.widget-filter .btn {
    width: 108px;
    height: 42px;
    line-height: 40px;
}
/* ADS widget */
.ads-widget img {
    max-width: 100%;
    height: auto;
}
/* Recent Product Widegt */
.widget-recent-products .product {
    position: relative;
    margin-bottom: 24px;
    min-height: 50px;
}
.widget-recent-products .product:last-of-type {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0;
}
.widget-recent-products .product img {
    position: absolute;
    left: 0;
    top: 0;
}
.widget-recent-products .product .product-desc {
    position: relative;
    margin-left: 65px;
    border-bottom: 1px solid #ececec;
    padding-bottom: 18px;
}
.widget-recent-products .product:last-of-type .product-desc {
    border-bottom: none;
    padding-bottom: 0;
}
.widget-recent-products .product .product-title {
    margin-bottom: 5px;
}
.widget-recent-products .product .product-title a {
    color: #222222;
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    text-transform: capitalize;
}
.widget-recent-products .product .product-title a:hover {
    color: #c59d5f;
}
.widget-recent-products .product .product-desc .product-meta {
    font-family: 'Raleway', sans-serif;
    color: #c59d5f;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 8px;
}
/* Info Widget */
.widget-info {
    background-color: #1b1b1b;
    padding: 50px 36px;
    text-align: center;
    position: relative;
}
.widget-info .info--title {
    color: #ffffff;
    font-family: 'Raleway', sans-serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 20px;
    position: relative;
}
.widget-info .info--content {
    color: #9b9b9b;
    font-size: 15px;
    font-weight: 500;
    line-height: 23px;
    font-style: italic;
    margin-bottom: 23px;
}
/* Widget Instagram */
.widget-instagram a {
    width: 63px;
    height: 63px;
    float: left;
    display: inline-block;
    margin: 2px;
    position: relative;
}
.widget-instagram a img {
    max-width: 100%;
    height: auto;
}
.widget-instagram .insta-hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
}
.widget-instagram .insta-hover i {
    display: block;
    border-radius: 1px;
    background-color: #c59d5f;
    color: #ffffff;
    font-size: 10px;
    font-weight: 400;
    line-height: 63px;
    text-align: center;
}
.widget-instagram a:hover .insta-hover {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
footer .widget-instagram a {
    width: 60px;
    height: 60px;
}
footer .widget-instagram .insta-hover i {
    line-height: 54px;
}
/* Section Instagram */
.instasection {
    height: 168px;
    overflow: hidden;
    position: relative;
}
.instasection [class*="divider-"] {
    z-index: 3;
}
.instasection .divider--shape-dark {
    top: auto;
    bottom: 0;
}
.instasection a {
    width: 168px;
    height: 168px;
    float: left;
    display: inline-block;
    margin: 0;
    position: relative;
}
.instasection a img {
    max-width: 100%;
    height: auto;
}
.instasection .insta-hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    padding: 30px;
}
.instasection .insta-hover i {
    display: block;
    border-radius: 1px;
    background-color: rgba(34, 34, 34, 0.8);
    color: #ffffff;
    font-size: 28px;
    font-weight: 400;
    line-height: 108px;
    text-align: center;
}
.instasection a:hover .insta-hover {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
/* Widget Twitter  */
.widget-tweets ul li:before {
    content: "\f099";
    font-family: fontawesome;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #c59d5f;
    width: 14px;
    height: 12px;
    float: left;
    margin-right: 10px;
}
.widget-tweets ul li p.tweet {
    color: #9b9b9b;
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 5px;
}
.widget-tweets ul li a {
    color: #c59d5f;
    font-weight: 400;
}
.widget-tweets ul li a:hover {
    color: #c59d5f;
}
.widget-tweets ul li .timePosted {
    color: #9b9b9b;
    font-size: 11px;
    font-weight: 400;
    line-height: 20px;
}
.widget-tweets ul li:last-child .timePosted {
    margin-bottom: 0;
}
.widget-tweets ul li .timePosted a {
    color: #9b9b9b;
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {
.sidebar {
    margin-bottom: 30px;
    padding: 30px;
}
.widget {
    margin-bottom: 30px;
}
}

/* Small Devices, Tablets */
@media only screen and (min-width: 768px) and (max-width: 991px) {
.widget-recent .entry .entry-desc {
    margin-left: 70px;
}
}
/*------------------------------------*\
    #Footer
\*------------------------------------*/
footer {
    background: #222222;
    padding-top: 100px;
    padding-bottom: 0;
    position: relative;
}
footer .footer--widget-content h3 {
    color: #ffffff;
    font-family: 'Spectral', sans-serif;
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 25px;
}
footer .footer--widget-content p {
    font-size: 14px;
    font-weight: 400;
    line-height: 23px;
    margin-bottom: 0;
    color: #868686;
}
footer .footer--widget-content .link--styled {
    font-size: 14px;
    font-weight: 700;
    line-height: 49px;
    text-transform: uppercase;
    color: #c59d5f;
}
footer .footer--widget-content a:hover {
    color: #ffffff;
}
footer .footer--reservation {
    position: relative;
    background-color: #141414;
    margin: auto;
    z-index: 888;
    border-radius: 3px;
    margin-top: -179px;
    padding-top: 20px;
}
.footer--reservation-wrapper {
    padding: 14px 40px 40px 40px;
}
footer .footer--reservation h3 {
    font-family: 'Spectral', sans-serif;
    font-size: 28px;
    font-weight: 400;
    line-height: 1;
    color: #ffffff;
    position: relative;
    text-align: center;
    margin-bottom: 24px;
}
footer .footer--reservation ul {
    margin-bottom: 40px;
}
footer .footer--reservation ul li {
    text-align: left;
    border-bottom: 1px dashed #49433f;
    padding: 8px 0;
    color: #868686;
}
footer .footer--reservation ul li span {
    float: right;
}
/* Footer Social */
footer .footer--social {
    padding: 40px 0;
}
footer .footer--social-icons a {
    width: 42px;
    height: 42px;
    line-height: 42px;
    border-radius: 50%;
    text-align: center;
    background-color: #1c1c1c;
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    display: inline-block;
    margin-right: 10px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
footer .footer--social-icons a:last-of-type {
    margin-right: 0;
}
footer .footer--social-icons a:hover {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
}
footer .footer--social-newsletter {
    position: relative;
    margin: 0;
}
footer .footer--social-newsletter .form-control {
    box-shadow: none;
    border: none;
    background-color: #1c1c1c;
    color: #474747;
    font-style: italic;
    width: 250px;
    height: 42px;
    line-height: 42px;
    border-radius: 42px;
    margin: 0;
}
footer .footer--social-newsletter .form-control::-webkit-input-placeholder {
 color: #474747;
}
footer .footer--social-newsletter .form-control::-moz-placeholder {
 color: #474747;
}
footer .footer--social-newsletter .form-control::-ms-input-placeholder {
 color: #474747;
}
footer .footer--social-newsletter button {
    background-color: #9c9c9c1a;
    border: none;
    line-height: 42px;
    color: #c59d5f;
    margin-bottom: 0;
    border-radius: 50px;
    padding: 0px 15px;
    float: left;
}

@media (max-width:990px) {
footer .footer--social-newsletter button {
    float: none;
    font-size: 12px;
}
}
/* Footer Copyrights */
footer .footer--copyright {
    background-color: #141414;
    padding: 17px 0;
    position: relative;
}
.footer--copyright span {
    font-size: 14px;
}
.footer--copyright a {
    color: #c59d5f;
}
/* Footer Contact */
.footer--copyright .contact-info {
    margin-bottom: 20px;
}
.footer--copyright .contact-info span {
    font-size: 14px;
    margin-right: 5px;
    margin-left: 5px;
}
/* Footer #1 */
/* Footer #3 */
.footer-3 .footer--reservation {
    margin-top: -100px;
}
/* Footer #4 */
.footer-4 .footer--social {
    padding: 20px 0 0 0;
}
.footer-4 .footer--widget {
    padding-bottom: 40px;
}
.footer--widget .footer--social-newsletter {
    margin: auto;
}
/* Footer #5 */
.footer-5 .footer--copyright {
    padding: 26px 0;
}
.footer-5 .footer--copyright span, .footer-5 .footer--copyright a {
    line-height: 39px;
}
/* Footer #6 */
.footer-6 .footer--copyright {
    background-color: #222222;
    padding-top: 20px;
    padding-bottom: 57px;
}
/* Footer #7 */
.footer-7 .footer--widget {
    padding-bottom: 80px;
}
.footer-7 .footer--copyright {
    padding: 45px 0;
}
.footer-7 .footer--copyright p {
    font-size: 14px;
}
/* Footer #8 */
.footer-8 .footer--widget {
    padding-bottom: 70px;
}
.footer-8 .footer--social-newsletter, .footer-8 .widget--newsletter .form-control {
    width: 100%;
}
/* Footer #10 */
.footer-10 .social-icons a, .footer-10 .widget--newsletter .form-control {
    border-radius: 3px;
}
.footer-10 .footer--reservation {
    padding-top: 0;
}
.footer-10 .footer--reservation h3 {
    margin-bottom: 0;
    background-color: #c59d5f;
    padding: 26px 0 25px 0;
}
/* Footer #11 */
.footer-11, .footer-12, .footer-13 {
    padding: 0;
}

@media only screen and (max-width: 680px) {
.footer-3 .footer--reservation {
    margin-top: 20px;
    margin-bottom: 40px;
}
.footer--social-icons {
    text-align: center;
    margin-bottom: 20px;
}
footer .footer--social-newsletter {
    margin: 0 auto;
}
}
/*------------------------------------*\
    #404
\*------------------------------------*/
.page-404 h3 {
    color: #ffffff;
    font-family: 'Spectral', sans-serif;
    font-size: 250px;
    font-weight: 400;
    line-height: 1.1;
    margin-bottom: 0;
}
.page-404 p {
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 20px;
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
.page-404 {
    padding-top: 150px !important;
    padding-bottom: 150px !important;
}
.page-404 h3 {
    font-size: 150px;
}
.page-404 .btn {
    width: 125px;
}
.page-404.fullscreen {
    height: auto !important;
}
}
/*------------------------------------*\
    #SOON
\*------------------------------------*/
.page-soon {
    padding-top: 120px;
    padding-bottom: 120px;
}
.page-soon h3 {
    color: #222222;
    font-size: 90px;
    font-weight: 400;
    line-height: 1.1;
    margin-bottom: 30px;
}
.page-soon p {
    font-size: 15px;
    font-weight: 400;
    line-height: 23px;
    margin-bottom: 70px;
}
.count-down {
    padding-top: 110px;
    padding-bottom: 110px;
}
/* jQuery Countdown styles 2.0.0. */
.countdown-rtl {
    direction: rtl;
}
.countdown-section {
    display: block;
    float: left;
    text-align: center;
    position: relative;
    height: auto;
    margin-right: 26px;
    width: 18%;
    padding: 0 23px;
}
.countdown-section:last-of-type {
    margin-right: 0;
}
.countdown-amount {
    font-family: 'Raleway', sans-serif;
    color: #ffffff;
    font-size: 70px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 20px;
}
.countdown-period {
    font-family: 'Raleway', sans-serif;
    display: block;
    color: #f9f9f9;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    text-transform: capitalize;
    text-align: center;
    letter-spacing: 0.33px;
    margin-top: 10px;
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 480px) {
.countdown-section {
    width: 40%;
    margin-top: 10px;
    margin-bottom: 10px;
}
.page-soon h3 {
    font-size: 45px;
    margin-top: 100px;
}
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
.countdown-section {
    width: 16%;
    margin-top: 10px;
    margin-bottom: 10px;
}
.countdown-amount {
    font-size: 50px;
}
.page-soon h3 {
    font-size: 45px;
}
}

/* Small Devices, Tablets */
@media only screen and (min-width: 768px) and (max-width: 991px) {
.countdown-section {
    width: 17%;
}
.countdown-amount {
    font-size: 60px;
}
}

@media only screen and (max-width: 991px) {
.page-soon {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
}
}
/*------------------------------------*\
    #MAINTENANCE
\*------------------------------------*/
.page-maintenance {
    padding-top: 150px;
    padding-bottom: 150px;
}
.page-maintenance h3 {
    color: #222222;
    font-size: 90px;
    font-weight: 400;
    line-height: 1.1;
    margin-bottom: 0;
}
.page-maintenance p {
    color: #a5a5a5;
    font-size: 15px;
    font-weight: 400;
    line-height: 23px;
    margin-bottom: 50px;
}
.maintenance-fullscreen.skills .progress-title .title {
    color: #ffffff;
}
.maintenance-fullscreen.skills .progress-bar {
    background-color: #f9f9f9;
}
.maintenance-fullscreen.skills .progress-title .value {
    color: #f9f9f9;
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {
.page-maintenance {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
}
.page-maintenance h3 {
    font-size: 45px;
}
}

/* Small Devices, Tablets */
@media only screen and (min-width: 768px) and (max-width: 991px) {
.page-maintenance {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
}
}
/*------------------------------------*\
    #Client
\*------------------------------------*/
.client img {
    max-width: 100%;
    width: auto !important;
}
/* Client #1 */
.clients-1 .row-clients .client {
    position: relative;
    height: 135px;
    margin-bottom: 15px;
    line-height: 135px;
    padding: 20px;
}
.clients-1 .row-clients .client img {
    opacity: .8;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}
.clients-1 .row-clients .client:hover img {
    opacity: 1;
}
.clients-1 .row-clients .client:before {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    width: 1px;
    height: 121px;
    background-color: rgba(206, 206, 206, 0.5);
}
.clients-1 .row-clients .client:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 14px;
    width: 90%;
    height: 1px;
    background-color: rgba(206, 206, 206, 0.5);
}
.clients-1.bg-overlay .row-clients .client:before {
    background-color: rgba(206, 206, 206, 0.3);
}
.clients-1.bg-overlay .row-clients .client:after {
    background-color: rgba(206, 206, 206, 0.3);
}
.clients-carousel [class*="col-"] {
    max-height: 50px;
}
.clients-1 .row-clients .client:last-child:before {
    display: none;
}
.clients-1 .row-clients:last-child .client:after {
    display: none;
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {
.client img {
    margin-bottom: 20px;
}
}
.clients-2 {
    padding: 40px 0;
}
/*------------------------------------*\
    #Skills
\*------------------------------------*/
.skills .progressbar {
    margin-bottom: 37px;
}
.skills .progressbar:last-of-type {
    margin-bottom: 0;
}
.skills .progress {
    height: 9px;
    background-color: #282828;
    border-radius: 2px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
    width: 100%;
    margin-bottom: 0;
}
.skills .progress-bar {
    height: 3px;
    margin: 3px 0 0 3px;
    background-color: #c59d5f;
    border-radius: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 0;
}
.skills .progress-title {
    display: block;
    position: relative;
    width: 100%;
    margin-bottom: 8px;
}
.skills .progress-title .title {
    color: #282828;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.skills .progress-title .value {
    float: right;
    font-size: 12px;
    font-weight: 600;
    line-height: 28px;
    text-transform: uppercase;
    padding-top: 0;
}
/*------------------------------------*\
	#Video
\*------------------------------------*/
.video-button .heading--title {
    font-family: 'Raleway', sans-serif;
    font-size: 40px;
    font-weight: 400;
    line-height: 1;
    margin-top: 30px;
    margin-bottom: 0;
}
.video--content .video--player {
    width: 68px;
    height: 68px;
    line-height: 65px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    display: inline-block;
    position: relative;
    background-color: #222222;
    border-radius: 100%;
}
.video--content .video--player:hover {
    background-color: #c59d5f;
}
.video--content .video--player a {
    line-height: 68px;
    display: block;
}
.video--content .video--player i {
    font-size: 48px;
    color: #ffffff;
    line-height: 68px;
}
/* Video Button #1 */
.video-button-1 {
    padding: 210px 0;
}
/* Video Button #2 */
.video-button-2 .video--content {
    width: 100%;
    height: 383px;
}
.video-button-2 .video--content .video--player i {
    font-size: 32px;
}
.video-button-2 .video--content .video--player.video--player-bordered {
    font-size: 32px;
    border: 2px solid #eeeeee;
    background-color: transparent;
}
.video-button-2 .video--content .video--player.video--player-bordered i {
    line-height: 67px;
}
.video-button-2 .video--content .video--player:hover {
    background-color: #ffffff;
    color: #222222;
}
.video-button-2 .video--content .video--player:hover i {
    color: #222222;
}
/*------------------------------------*\
    #Carousel
\*------------------------------------*/
.carousel-dots .owl-controls {
    margin-top: 50px;
}
.carousel-dots .owl-controls .owl-dots .owl-dot span {
    height: 11px;
    width: 11px;
    border-radius: 50%;
    background-color: transparent;
    border: 2px solid rgba(100, 100, 100, 0.5);
    margin: 0 4px;
}
.carousel-dots .owl-controls .owl-dots .owl-dot.active span {
    background-color: #646464;
    border-color: #646464;
}
.carousel-dots.carousel-white .owl-controls .owl-dots .owl-dot span {
    border-color: rgba(255, 255, 255, 0.5);
}
.carousel-dots.carousel-white .owl-controls .owl-dots .owl-dot.active span {
    background-color: #ffffff;
    border-color: #ffffff;
}
.carousel-navs .owl-controls .owl-nav {
    position: relative;
}
.carousel-navs .owl-controls .owl-nav [class*=owl-] {
    position: absolute;
    top: 50%;
    height: 60px;
    line-height: 60px;
    margin-top: -30px;
    color: #222222;
    font-size: 0;
    font-weight: 400;
    text-align: center;
    background-color: transparent;
    padding: 0;
    border-radius: 0;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    margin-top: -250px;
}
.carousel-navs .owl-controls .owl-nav [class*=owl-]:hover {
    color: #c59d5f;
    background-color: transparent;
}
.carousel-navs .owl-controls .owl-nav .owl-prev {
    left: 0;
}
.carousel-navs .owl-controls .owl-nav .owl-prev:before {
    font-family: 'Linearicons-Free';
    content: "\e875";
    font-size: 40px;
}
.carousel-navs .owl-controls .owl-nav .owl-next {
    right: 0;
}
.carousel-navs .owl-controls .owl-nav .owl-next:before {
    font-family: 'Linearicons-Free';
    content: "\e876";
    font-size: 40px;
}
.carousel-navs .owl-dots {
    position: absolute;
    bottom: 20px;
    width: 100%;
}
.carousel-navs .owl-dots .owl-dot span {
    background-color: transparent;
    border: 1px solid #fff;
}
.carousel-navs .owl-dots .owl-dot.active span, .carousel-navs .owl-dots .owl-dot:hover span {
    background: #ffffff;
}
/**/
.slider-dots .owl-controls {
    margin-top: 0;
}
.slider-dots .owl-controls .owl-dots {
    position: absolute;
    bottom: 30px;
    width: 100%;
}
.slider-dots .owl-controls .owl-dots .owl-dot span {
    height: 11px;
    width: 11px;
    border-radius: 50%;
    background-color: #ffffff;
    border: 2px solid rgba(0, 0, 0, 0.6);
    margin: 0 4px;
}
.slider-dots .owl-controls .owl-dots .owl-dot.active span {
    -moz-box-shadow: 0 0 0 2px #3d3c3c;
    -webkit-box-shadow: 0 0 0 2px #3d3c3c;
    box-shadow: 0 0 0 2px #ffffff;
}
.slider-navs .owl-controls .owl-nav [class*=owl-] {
    position: absolute;
    top: 50%;
    height: 60px;
    width: 60px;
    line-height: 60px;
    margin-top: -30px;
    color: #ffffff;
    font-size: 0;
    font-weight: 400;
    background-color: rgba(27, 26, 26, 0.5);
    text-align: center;
    padding: 0;
    border-radius: 0;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
}
.slider-navs .owl-controls .owl-nav [class*=owl-]:hover {
    color: #999999;
    background-color: #ffffff;
}
.slider-navs .owl-controls .owl-nav .owl-prev {
    left: 30px;
}
.slider-navs .owl-controls .owl-nav .owl-prev:before, .slider-navs .owl-controls .owl-nav .owl-next:before {
    font-family: fontawesome;
    font-size: 25px;
}
.slider-navs .owl-controls .owl-nav .owl-prev:before {
    content: "\f104";
}
.slider-navs .owl-controls .owl-nav .owl-next {
    right: 30px;
}
.slider-navs .owl-controls .owl-nav .owl-next:before {
    content: "\f105";
}
.slider-navs .owl-dots {
    position: absolute;
    bottom: 20px;
    width: 100%;
}
.slider-navs .owl-dots .owl-dot span {
    background-color: transparent;
    border: 1px solid #fff;
}
.slider-navs .owl-dots .owl-dot.active span, .slider-navs .owl-dots .owl-dot:hover span {
    background: #ffffff;
}
.slider-navs.slider-shop .owl-controls .owl-dots .owl-dot span {
    background-color: #3d3c3c;
    border: 2px solid #ffffff;
}
.slider-navs.slider-shop .owl-controls .owl-dots .owl-dot.active span {
    -moz-box-shadow: 0 0 0 2px #3d3c3c;
    -webkit-box-shadow: 0 0 0 2px #3d3c3c;
    box-shadow: 0 0 0 2px #3d3c3c;
}
.slider-theme.slider-navs .owl-controls .owl-nav [class*=owl-]:hover {
    color: #222222;
}
.slider-theme.slider-dots .owl-controls .owl-dots .owl-dot span {
    border-color: #c59d5f;
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {
.carousel-dots .owl-controls {
    margin-top: 20px;
}
.slider-navs .owl-controls .owl-nav .owl-prev {
    left: 0;
}
.slider-navs .owl-controls .owl-nav .owl-next {
    right: 0;
}
.slider-navs .owl-controls .owl-nav .owl-next:before, .slider-navs .owl-controls .owl-nav .owl-prev:before {
    font-size: 20px;
}
}

/* Small Devices, Tablets */
@media only screen and (min-width: 768px) and (max-width: 991px) {
.slider-navs .owl-controls .owl-nav .owl-next:before, .slider-navs .owl-controls .owl-nav .owl-prev:before {
    font-size: 30px;
}
}
/*------------------------------------*\
    #Divider
\*------------------------------------*/
.section-divider {
    padding-top: 297px;
    padding-bottom: 94px;
}
.section-divider2 {
    padding-top: 297px;
    padding-bottom: 275px;
}
.section-divider3 {
    padding-top: 200px;
    padding-bottom: 200px;
}
.divider--line {
    position: relative;
    height: 2px;
}
.divider--line:after {
    position: absolute;
    content: "";
    height: 2px;
    width: 40px;
    background-color: #c59d5f;
    bottom: 0;
    left: 0;
    margin: 0 auto;
}
.divider--center:after {
    left: 50%;
    margin-left: -20px;
}
.divider--medium:after {
    width: 70px;
}
.divider--center.divider--medium:after {
    margin-left: -35px;
}
.divider--line.divider--white:after {
    background-color: #ffffff;
}
.divider--line.divider--gray:after {
    background-color: #9b9b9b;
}
.section-bordered {
    border-bottom: 1px solid #f0f0f0;
}
.divider--section {
    border-top: 1px solid #f0f0f0;
    margin-top: 0;
    margin-bottom: 0;
}
/* divider Shape #1 */
.divider--shape-1down {
    width: 92px;
    height: 20px;
    background: url(../images/background/shapes/arrow-down.png) center no-repeat;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -46px;
}
.divider--shape-1down.divider--shape-white {
    background: url(../images/background/shapes/arrow-down-white.png) center no-repeat;
}
.divider--shape-1up {
    width: 92px;
    height: 20px;
    background: url(../images/background/shapes/arrow-up.png) center no-repeat;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -46px;
}
/* divider Shape #2 */
.divider--shape-2up {
    width: 100%;
    height: 9px;
    background: url(../images/background/shapes/shape-2up.png) center repeat-x;
    position: absolute;
    left: 0;
    top: 0;
}
.divider--shape-2down {
    width: 100%;
    height: 9px;
    background: url(../images/background/shapes/shape-2down.png) center repeat-x;
    position: absolute;
    bottom: 0;
    left: 0;
}
/* divider Shape #3 */
.divider--shape-3up {
    width: 100%;
    height: 10px;
    background: url(../images/background/shapes/shape-3up.png) center repeat-x;
    position: absolute;
    top: 0;
    left: 0;
}
.divider--shape-3down {
    width: 100%;
    height: 10px;
    background: url(../images/background/shapes/shape-3down.png) center repeat-x;
    position: absolute;
    bottom: 0;
    left: 0;
}
/* divider Shape #4 */
.divider--shape-4up {
    width: 100%;
    height: 10px;
    background: url(../images/background/shapes/shape-4up.png) center repeat-x;
    position: absolute;
    top: 0;
    left: 0;
}
.divider--shape-4down {
    width: 100%;
    height: 10px;
    background: url(../images/background/shapes/shape-4down.png) center repeat-x;
    position: absolute;
    bottom: 0;
    left: 0;
}
/* divider Shape #5 */
.divider--shape-5up {
    width: 100%;
    height: 12px;
    background: url(../images/background/shapes/shape-5up.png) center repeat-x;
    position: absolute;
    top: 0;
    left: 0;
}
.divider--shape-5down {
    width: 100%;
    height: 12px;
    background: url(../images/background/shapes/shape-5down.png) center repeat-x;
    position: absolute;
    bottom: 0;
    left: 0;
}
/* divider Shape #6 */
.divider--shape-6up {
    width: 100%;
    height: 6px;
    background: url(../images/background/shapes/shape-6up.png) center repeat-x;
    position: absolute;
    top: 0;
    left: 0;
}
.divider--shape-6down {
    width: 100%;
    height: 6px;
    background: url(../images/background/shapes/shape-6down.png) center repeat-x;
    position: absolute;
    bottom: 0;
    left: 0;
}
/*------------------------------------*\
    #Number Process
\*------------------------------------*/
.number-panel {
    position: relative;
}
.number-panel .number--img {
    margin-bottom: 30px;
}
.number-panel .number--img img {
    max-width: 100%;
    height: auto;
}
.number-panel .number--content h6 {
    color: #c59d5f;
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    font-style: italic;
    line-height: 1;
    margin-bottom: 14px;
    position: relative;
    z-index: 2;
}
.number-panel .number--content h3 {
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    color: #282828;
    margin-bottom: 21px;
}
.number-panel .number--content p {
    color: #9b9b9b;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 0;
}
.number-panel .number--content a {
    color: #c59d5f;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    padding-bottom: 4px;
    text-transform: uppercase;
    position: relative;
    margin-top: 26px;
    display: inline-block;
}
.number-panel .number--content a:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 22px;
    height: 2px;
    background-color: #c59d5f;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
}
.number-panel:hover .number--content a:after {
    width: 100%;
}
.number-panel .num {
    position: absolute;
    left: 0;
    top: -32px;
    color: #efefef;
    font-size: 65px;
    font-weight: 600;
    line-height: 1;
}
/* Number #1 */
.number-1 .number-panel .number--content h3 span {
    color: #c59d5f;
    position: relative;
    padding-bottom: 3px;
}
.number-1 .number-panel .number--content h3 span:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: #dd543d;
}
/* Number #2 */
.number-2 .number-panel .number--content h3 {
    margin-bottom: 15px;
}
/* Number #3 */
.number-3 .number-panel .num {
    left: auto;
    right: 0;
    top: -5px;
}
/* Number White */
.number-white .number-panel {
    padding: 76px 50px 57px 50px;
}
.number-white .number-panel .number--content h6 {
    color: #f9f9f9;
}
.number-white .number-panel .number--content h3 {
    color: #ffffff;
    position: relative;
    padding-bottom: 16px;
}
.number-white .number-panel .number--content h3:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 30px;
    height: 2px;
    background-color: #ffffff;
}
.number-white .number-panel .number--content p {
    color: #ffffff;
}
.number-white .number-panel .number--content a {
    color: #ffffff;
}
.number-white .number-panel .number--content a:after {
    background-color: #ffffff;
}
.number-white .number-panel .num {
    position: absolute;
    left: 49px;
    top: 31px;
    color: rgba(239, 239, 239, 0.05);
    font-size: 65px;
    font-weight: 700;
    line-height: 1;
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {
.number-panel {
    margin-bottom: 30px;
}
}
/* Small Devices, Tablets */
/*------------------------------------*\
    #Side Nav
\*------------------------------------*/
/* Header Fixed Left */
.header-fixed-side {
    width: 270px;
    position: fixed;
    border-radius: 0;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #ffffff;
    webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-align: center;
}
.header-fixed-side .header--panel {
    width: 100%;
    height: 100%;
}
.header-fixed-side .navbar-header {
    float: none;
}
.header-fixed-side .header--panel-logo {
    width: 100%;
    display: block;
    text-align: center;
    padding: 30px 30px 30px 0;
    margin-bottom: 80px;
}
.header-fixed-side .header--panel .navbar-nav {
    margin-bottom: 0;
    padding: 30px;
    margin: 0;
    float: none;
}
.header-fixed-side .header--panel .navbar-nav > li {
    margin-right: 0;
    float: none;
    text-align: left;
    border-bottom: 1px solid rgba(51, 51, 51, 0.07);
}
.header-fixed-side .header--panel .navbar-nav > li:last-child {
    border-bottom: none;
}
.header-fixed-side .navbar-nav a {
    font-size: 14px;
    font-weight: 800;
    line-height: 39px;
    text-transform: uppercase;
    color: #333333;
    margin-bottom: 0;
    position: relative;
}
.header-fixed-side .header--panel .navbar-nav li:last-child a {
    margin-bottom: 0;
}
.header-fixed-side .header--panel .navbar-nav a:hover {
    color: #c59d5f;
}
.header--panel-footer {
    position: absolute;
    bottom: 30px;
    width: 100%;
    padding-left: 45px;
}
.header-fixed-side .header--panel .header--panel-social {
    margin-bottom: 40px;
}
.header-fixed-side .header--panel .header--panel-social a {
    line-height: 24px;
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    text-align: left;
    display: inline-block;
    margin-right: 24px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    float: left;
}
.header-fixed-side .header--panel .header--panel-social a:last-of-type {
    margin-right: 0;
}
.header-fixed-side .header--panel .header--panel-social a.share-facebook:hover {
    color: #3B5998;
}
.header-fixed-side .header--panel .header--panel-social a.share-twitter:hover {
    color: #00ACEE;
}
.header-fixed-side .header--panel .header--panel-social a.share-instagram:hover {
    color: #9b6954;
}
.header-fixed-side .header--panel .header--panel-social a.share-linkedin:hover {
    color: #0E76A8;
}
.header-fixed-side .header--panel .header--panel-copyright {
    text-align: left;
    font-size: 14px;
    font-weight: 400;
    color: #9b9b9b;
}
.side-header .wrapper {
    margin: 0 0 0 270px !important;
    width: auto !important;
}
.side-header .wrapper .container {
    width: auto !important;
}
/* Header Fixed White */
.header-fixed-white .navbar-nav a, .header-fixed-white .header--panel .header--panel-social a, .header-fixed-white .header--panel .header--panel-copyright {
    color: #ffffff;
}
.header-fixed-white .header--panel .navbar-nav > li {
    border-bottom-color: rgba(255, 255, 255, 0.15) !important;
}
.header-fixed-white .navbar-nav a:hover, .header-fixed-white .header--panel .header--panel-social a:hover {
    color: #222222 !important;
}
.header-fixed-white.bg-dark .navbar-nav a:hover, .header-fixed-white.bg-dark .header--panel .header--panel-social a:hover {
    color: #c59d5f !important;
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 991px) {
.header-fixed-side {
    width: 100%;
    position: relative;
}
.side-header .wrapper {
    margin: 0 !important;
}
.header-fixed-side .header--panel-logo {
    padding: 0 0 0 15px;
    margin-bottom: 0;
    float: left;
    width: auto;
}
.header--panel-footer {
    display: none;
}
.header-fixed-side .container > .navbar-collapse {
    margin-left: 0;
    background-color: #ffffff;
    border-top: 1px solid #f7f7f7;
}
.header-fixed-side .header--panel .header--panel-social a {
    color: #646464;
}
.header-fixed-side .navbar-nav a {
    color: #333333 !important;
}
.header-fixed-side .header--panel .navbar-nav a:hover {
    color: #c59d5f !important;
}
}
/*------------------------------------*\
    #Landing Page / Promo Page
\*------------------------------------*/
.landing-hero {
    height: 100vh;
    padding-top: 200px;
}
.landing-hero h6 {
    color: #f9f9f9;
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 10px;
}
.landing-hero h1 {
    font-family: 'Spectral', sans-serif;
    font-size: 85px;
    font-weight: 900;
    line-height: 90px;
    font-style: italic;
    margin-bottom: 15px;
}
.landing-hero p {
    color: #f9f9f9;
    font-size: 17px;
    font-weight: 700;
    line-height: 27px;
    padding: 0 30px;
}
.landing-demos .portfolio-filter li a {
    font-weight: 700;
    margin-right: 20px;
}
.landing-demos .portfolio-item {
    margin-bottom: 50px;
}
.landing-demos .portfolio-title h4 {
    color: #222222;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 0;
}
.landing-demos .portfolio-title:hover h4 {
    color: #c59d5f;
}
.landing-demos .portfolio-img {
    -moz-box-shadow: 0 0 36px 4px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 36px 4px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 36px 4px rgba(0, 0, 0, 0.1);
    background-color: #c0c0c0;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
}
.landing-demos .portfolio-img img {
    max-width: 100%;
    height: auto;
}
.landing-demos .portfolio-item:hover .portfolio-img {
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    -o-transform: translateY(-6px);
    transform: translateY(-6px);
}
.landing-demos .portfolio-item:hover img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.landing-demos .portfolio-bio {
    padding-top: 23px;
}
/* Landing Action*/
.wrapper-parallax {
    margin-bottom: 600px;
    position: relative;
    z-index: 50;
}
.footer-parallax {
    width: 100%;
    position: fixed;
    z-index: -1;
    bottom: 0;
    left: 0;
    height: 600px;
}
.landing-action {
    padding-top: 200px;
}
.landing-action img {
    margin-bottom: 50px;
}
.landing-action h2 {
    font-size: 65px;
    font-weight: 900;
    line-height: 1.2;
    margin-bottom: 50px;
}
.landing-featues {
    padding-bottom: 50px;
}
.landing-featues .feature-box {
    margin-bottom: 50px;
}
@keyframes animatedBackground {
 from {
 background-position: 0 0;
}
 to {
 background-position: 100% 0;
}
}
.bg-animate {
    background-position: 0px 0px;
    background-repeat: repeat-x;
    animation: animatedBackground 1s linear infinite;
}
.landing-carousel {
    margin-top: -90px;
}
.landing-carousel .owl-item .carousel-item {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
.landing-carousel .owl-item.center .carousel-item {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
}
.landing-carousel .carousel-navs .owl-controls .owl-nav [class*=owl-] {
    height: 35px;
    line-height: 35px;
    margin-top: -15px;
    color: #999999;
    margin-top: -250px;
}
.landing-carousel .carousel-navs .owl-controls .owl-nav .owl-next:before, .carousel-navs .owl-controls .owl-nav .owl-prev:before {
    font-size: 35px;
}
.landing-carousel .carousel-navs .owl-controls .owl-nav .owl-prev {
    left: 275px;
}
.landing-carousel .carousel-navs .owl-controls .owl-nav .owl-next {
    right: 275px;
}
/* Landing Features */
.landing-feature .feature-panel {
    margin-bottom: 50px;
}
.landing-feature .feature-panel .feature--content h3 {
    font-size: 18px;
}
/*------------------------------------*\
    #Dishes
\*------------------------------------*/
.specials .dishes-wrapper {
    background-color: #ffffff;
    border-radius: 2px;/* -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.26);
	-moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.26);
	-ms-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.26);
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.26); */
}
.dish-panel {
    margin-bottom: 20px;
    position: relative;
}
.dish-panel:last-of-type {
    margin-bottom: 0;
}
.dish-panel .dish--price {
    font-family: 'Raleway', sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 29px;
    color: #c59d5f;
    margin-bottom: 13px;
}
.dish-panel .dish--title {
    font-size: 18px;
    text-align: center;
    color: #ffffff;
    font-weight: 400;
    line-height: 29px;
    margin: 10px 0;
}
.dish-panel .dish--desc {
    font-size: 14px;
    font-weight: 400;
    line-height: 23px;
    margin-bottom: 0;
}
.dish-panel .dish--img {
    position: relative;
}
.dish-panel .dish--img img {
    max-width: 100%;
    height: 100%;
}
/* Dish Overlay */
.dish-panel .dish--img .dish--overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 5px 0;
    cursor: pointer;
    background: red;
}
.dish-panel .dish--img .dish--overlay:before {
    position: absolute;
    top: 5px;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
}
.dish-panel .dish--img .dish--overlay .dish-popup {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
    transform: scale(0);
}
.dish-panel:hover .dish--img .dish--overlay .dish-popup {
    transform: scale(1);
}
.dish-popup i {
    color: #ffffff;
    text-align: center;
    font-size: 22px;
    position: absolute;
    top: 50%;
    transform: translate(0px, -50%);
    left: 0;
    right: 0;
}
#dishPopup .modal-body {
    padding: 0;
}
#dishPopup .modal-body .img-popup {
    position: relative;
}
#dishPopup .modal-body .img-popup img {
    max-height: 400px;
}
#dishPopup .modal-body .img-popup .img-popup-overlay {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 50px;
    text-align: center;
}
#dishPopup .modal-body .img-popup .img-popup-overlay .popup--price {
    font-family: 'Raleway', sans-serif;
    font-size: 25px;
    font-weight: 400;
    line-height: 1;
    color: #c59d5f;
    margin-bottom: 18px;
}
#dishPopup .modal-body .img-popup .img-popup-overlay h3 {
    font-family: 'Spectral', sans-serif;
    font-size: 34px;
    font-weight: 400;
    line-height: 1;
    color: #ffffff;
    margin-bottom: 0;
}
#dishPopup .modal-body .content-popup {
    padding: 50px 60px;
}
#dishPopup .modal-body .content-popup p {
    font-size: 14px;
    font-weight: 400;
    line-height: 23px;
    margin-bottom: 0;
    text-align: center;
}
/* specials #1 */
.specials-1 .dishes-wrapper {
    padding: 80px;
}
/* specials #2 */
.specials-2 .dishes-wrapper {
    padding: 70px 70px 30px 70px;
}
.specials-2 .dish-panel {
    margin-bottom: 40px;
    min-height: 115px;
}
.specials-2 .dish--img {
    position: absolute;
    top: 0;
    left: 0;
}
.specials-2 .dish--content {
    padding-left: 200px;
}
.specials-2 .dish--title {
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 10px;
}
.specials-2 .dish--desc {
    font-size: 14px;
    font-weight: 400;
    line-height: 23px;
    margin-bottom: 3px;
}
.specials-2 .dish--price {
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 29px;
    color: #c59d5f;
    margin-bottom: 0;
}
/* specials #3 */
.specials-3 .dishes-wrapper .dishes-wrapper-inner {
    padding: 68px;
}
/* specials #4 */
.specials-4 .dishes-wrapper .dishes-wrapper-inner {
    padding: 80px 95px 30px 60px;
}
.specials-4 .dishes-wrapper-inner .col-md-6:nth-child(1) {
    padding-right: 20px;
    border-bottom: 1px solid #ececec;
    border-right: 1px solid #ececec;
    padding-bottom: 50px;
}
.specials-4 .dishes-wrapper-inner .col-md-6:nth-child(2) {
    padding-left: 20px;
    border-bottom: 1px solid #ececec;
    padding-bottom: 50px;
}
.specials-4 .dishes-wrapper-inner .col-md-6:nth-child(3) {
    border-right: 1px solid #ececec;
    padding-top: 55px;
    padding-right: 20px;
}
.specials-4 .dishes-wrapper-inner .col-md-6:nth-child(4) {
    padding-top: 55px;
    padding-left: 20px;
}
/*------------------------------------*\
    #Daily menu
\*------------------------------------*/
.menu .dishes-wrapper {
    box-shadow: 0px 1px 73px 0px rgba(40, 40, 40, 0.1);
    overflow: hidden;
}
.menu .dish-panel {
    margin-bottom: 28px;
    overflow: hidden;
    position: relative;
}
.menu .dish-panel .dish--title {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 0;
}
.menu .dish-panel .dish--price {
    font-size: 16px;
    font-weight: 400;
    position: absolute;
    top: 0;
    right: 0;
    margin-bottom: 0;
}
.dish-panel .dish--tag {
    position: absolute;
    top: 20px;
    left: 20px;
    padding: 3px 6px;
    background-color: #c59d5f;
    color: #ffffff;
    font-weight: 700;
    font-size: 14px;
    border-radius: 3px;
    text-transform: uppercase;
}
/* Menu #2 */
.menu-2 .dish-panel {
    margin-bottom: 45px;
}
.menu-2 .dish-panel .dish--img {
    margin-bottom: 20px;
}
.menu-2 .dish-panel .dish--content {
    position: relative;
}
/* Menu #3 */
.menu-3 .dish-panel {
    margin-bottom: 40px;
}
.menu-3 .dish--content {
    padding-left: 200px;
}
.menu-3 .dish--img {
    margin-bottom: 0;
    position: absolute;
    top: 0;
    left: 0;
}
.menu-3 .dish-panel .dish--title {
    margin-bottom: 6px;
}
.menu-3 .dish-panel .dish--desc {
    margin-bottom: 5px;
}
.menu-3 .dish-panel .dish--price {
    position: relative;
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {
.menu-3 .dish--img {
    margin-bottom: 20px;
    position: relative;
    top: 0;
    left: 0;
}
.menu-3 .dish--content {
    padding-left: 0;
}
}

/* Small Devices, Tablets */
@media only screen and (min-width: 768px) and (max-width: 991px) {
.menu-3 .dish--content {
    padding-left: 180px;
}
}
/* Menu #4 */
.menu-4 .dish-panel {
    margin-bottom: 0;
}
.menu-4 .dish-panel .dish--img {
    margin-bottom: 20px;
}
.menu-4 .dish-panel .dish--content {
    position: relative;
    margin-bottom: 32px;
}
/* Menu #5 */
.menu-5 {
    position: relative;
}
.menu-5 .dishes-bg {
    content: "";
    position: absolute;
    top: 270px;
    left: 0;
    height: 1200px;
    width: 100%;
    z-index: 0;
}
.menu-5 .dish-panel {
    background-color: #ffffff;
    overflow: hidden;
    text-align: center;
    margin-bottom: 0;
}
.menu-5 .dish-panel .dish--content {
    padding: 60px 50px;
}
.menu-5 .dish--img {
    height: 380px;
    margin-bottom: 0;
    overflow: hidden;
    position: relative;
}
.menu-5 .dish--img img {
    width: 100%;
}
.menu-5 .dish-panel .dish--title {
    font-family: 'Spectral', sans-serif;
    font-size: 24px;
    font-weight: 400;
}
.menu-5 .dish-panel .dish--price {
    margin-bottom: 7px;
    position: relative;
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 425px) and (max-width: 767px) {
.menu-5 .dish-panel .dish--content {
    padding: 40px;
}
.menu-5 .dish-panel .dish--title {
    font-size: 19px;
}
.menu-5 .dish-panel .dish--desc {
    font-size: 14px;
}
.menu-5 .dish--img {
    height: auto;
}
.menu-5 .dishes-wrapper {
    box-shadow: none;
}
}

@media only screen and (min-width: 600px) and (max-width: 767px) {
.menu-5 .col-xs-12 {
    width: 50%;
}
.menu-5 .dish-panel .dish--content {
    padding: 20px;
}
}

/* Small Devices, Tablets */
@media only screen and (min-width: 768px) and (max-width: 991px) {
.menu-5 .dish-panel .dish--content {
    padding: 50px;
}
}
/* Menu #6 */
.menu-6 .dish-panel .dish--content {
    padding: 30px;
    height: 290px;
}
.menu-6 .dish--img {
    height: 290px;
}
/* Menu #7 */
.menu-7 .dish-panel > [class*="col-"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.menu-7 .dish-panel {
    overflow: hidden;
    text-align: center;
    height: 400px;
    margin-bottom: 0;
}
.menu-7 .dish-panel .dish--content {
    padding: 70px 50px;
}
.menu-7 .dish-panel .dish--img {
    height: 400px;
    margin-bottom: 0;
    overflow: hidden;
}
.menu-7 .dish-panel .dish--title {
    font-family: 'Spectral', sans-serif;
    font-size: 24px;
    font-weight: 400;
}
.menu-7 .dish-panel .dish--price {
    position: relative;
}
/* Menu #8*/
.menu-8 .dish-panel {
    margin-bottom: 15px;
}
.menu-8 .dish-panel .dish--content {
    padding: 0;
}
.menu-8 .dish-panel .dish--price {
    position: relative;
}
.menu-8 .dish-panel .dish--title {
    font-family: 'Spectral', sans-serif;
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 10px;
}
.menu-8 .dish-panel .dish--img {
    margin-bottom: 18px;
}
/* Menu #9*/
.menu-9 .row {
    margin-right: 0;
    margin-left: 0;
}
.menu-9 [class*="col-"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.menu-9 .dish-panel {
    margin-bottom: 0;
    position: relative;
}
.menu-9 .dish-panel .dish--content {
    position: absolute;
    bottom: 28px;
    left: 0;
    width: 100%;
    text-align: center;
}
.menu-9 .dish-panel .dish--title {
    color: #ffffff;
    font-size: 45px;
    font-weight: 400;
    font-family: 'Spectral', sans-serif;
    position: relative;
    margin-bottom: 15px;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
}
.menu-9 .dish-panel:hover .dish--img {
    opacity: 0.3;
}
.menu-9 .dish-panel:hover .dish--title {
    margin-bottom: 30px;
    color: #5a5a5a;
}
.menu-9 .dish-panel .dish--price {
    font-size: 16px;
    position: relative;
}
.menu-9 .btn {
    width: 270px;
}
/*------------------------------------*\
    #Banners
\*------------------------------------*/
.banner .banner-panel .banner--img {
    margin-bottom: 28px;
}
.banner .banner-panel .banner--content {
    padding: 0 10px;
}
.banner .banner-panel .banner--content h3 {
    color: #c59d5f;
    font-size: 30px;
    font-family: 'Spectral', sans-serif;
    font-weight: 400;
    margin-bottom: 15px;
}
.banner .banner-panel .banner--content h4 {
    font-size: 28px;
    font-weight: 400;
    margin-bottom: 20px;
}
.banner .banner-panel .banner--content p {
    font-size: 14px;
}
.banner .btn--link {
    font-size: 20px;
    font-weight: 400;
    color: #c59d5f;
    font-family: 'Raleway', sans-serif;
    text-transform: none;
    margin-right: 30px;
}
/* Banner #5 */
.banner-5 .banner--desc {
    color: #333333;
    font-family: 'Raleway', sans-serif;
    font-size: 40px;
    font-weight: 400;
    line-height: 42px;
    padding: 0 15px;
    margin-bottom: 55px;
}
.history-panel h6 {
    color: #c59d5f;
    font-family: 'Spectral', sans-serif;
    font-size: 35px;
    font-weight: 400;
    line-height: 29px;
    margin-bottom: 15px;
}
.history-panel h3 {
    font-size: 28px;
    font-weight: 400;
    line-height: 29px;
    margin-bottom: 0;
}
.history-panel .divider--shape-13 {
    margin-top: 15px;
    margin-bottom: 15px;
}
.history-panel p {
    font-size: 14px;
    font-weight: 400;
    line-height: 23px;
    margin-bottom: 0;
}
/* Banner #6 */
.banner-6 .panel--logos li {
    padding-right: 15px;
    padding-left: 15px;
}
.banner-6 .panel--heading {
    font-size: 40px;
    font-family: 'Spectral', sans-serif;
    color: #222222;
    font-weight: 400;
    line-height: 40px;
    margin-bottom: 39px;
}
.banner-6 .panel--details {
    padding: 0;
    margin-bottom: 0;
}
.banner-6 .panel--details li {
    font-size: 14px;
    line-height: 30px;
    list-style: none;
    position: relative;
    padding-left: 20px;
}
.banner-6 .panel--details li::before {
    content: "•";
    color: #222222;
    font-size: 30px;
    position: absolute;
    left: 0;
}

/* To active bordered Version */
/*------------------------------------*\
    #Layout Split
\*------------------------------------*/
.nav-split {
    position: fixed;
    top: 50%;
    right: 30px;
    padding: 10px;
    z-index: 99;
    margin-bottom: 0;
    list-style: none;
    background-color: #c59d5f;
}
.nav-split li a {
    width: 9px;
    height: 9px;
    border: 2px solid #ffffff;
    background-color: transparent;
    font-size: 0;
    border-radius: 50%;
    display: block;
    margin-bottom: 13px;
}
.nav-split li a:hover, .nav-split li.active a {
    background-color: #ffffff;
    border-color: #ffffff;
}
.nav-split li:last-child a {
    margin-bottom: 0;
}
/* To active split Version */

/*# sourceMappingURL=style.css.map */

/****************************
        MISCELLANEOUS
****************************/

.grayed {
    background-color: #f3f3f3;
}
.no-pad {
    padding: 0;
}
.min-pad {
    padding: 50px 0 0;
}
.inner-row {
    margin-left: 0;
    margin-right: 0;
}
.text-primary {
    color: #222222 !important;
}
section.half-pad {
    padding-top: 55px;
    padding-bottom: 55px;
}
p.entitled {
    font-size: 17px;
    letter-spacing: .8px;
    line-height: 1.6;
}
.mega-title {
    font-size: 12em;
    font-family: 'Spectral', sans-serif;
}

@media screen and (max-width: 990px) {
.mega-title {
    font-size: 8em;
}
}

@media screen and (max-width: 580px) {
.mega-title {
    font-size: 4em;
}
}
/**********************
     PRODUCT PAGE
**********************/


.small-image {
    margin-bottom: 20px;
}
.small-image:hover {
    cursor: pointer;
}
.small-image img {
    width: 100%;
}
.color-dots li {
    position: relative;
    padding: 0;
    min-width: 0;
    box-sizing: border-box;
    float: left;
    margin: 2px;
    display: inline;
}
.color-dots img {
    border-radius: 20px;
    width: 25px;
    height: 25px;
}
ul.color-dots {
    -webkit-padding-start: 0;
    max-width: 240px;
}

@media (min-width: 681px) and (max-width: 991px) {
ul.color-dots {
    max-width: 100%;
    display: block;
    margin: 0 auto 20px;
}
.color-dots img {
    border-radius: 50%;
    width: 80px;
    height: 80px;
}
}

@media screen and (max-width: 718px) {
ul.color-dots {
    max-width: 100%;
    display: block;
    margin: 0 auto 20px;
}
.color-dots img {
    border-radius: 50%;
    width: 50px;
    height: 50px;
}
}
.product-color-options {
    font-family: unset;
    font-size: 18px;
    margin: 20px 0 10px;
}
.product-color-options a {
    text-transform: capitalize;
    font-size: 80%;
}
.fine-print {
    font-size: 10px;
}

@media screen and (max-width: 991px) {
.piece-title {
    margin-top: 50px;
}
}
/****************************
         FINEST STEPS
****************************/
.fiveSteps {
    width: 20%;
    float: left;
}
.fiveSteps img {
    padding: 10px;
}
.deliveryScene {
    position: relative;
    padding: 10px;
    background-image: url(../images/furniture/delivery-bg.jpg);
    background-size: cover;
    min-height: 550px;
}
.lifestyleScene {
    position: relative;
    padding: 10px;
    background-image: url(../images/background/upholstery-delivery.jpg);
    background-size: cover;
    min-height: 550px;
}
.delivery-caption {
    position: absolute;
    right: 15%;
    bottom: 10px;
    top: 10px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: left;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}
.delivery-caption {
    padding-bottom: 30px;
    background: #313131bd;
}
.delivery-caption img {
    margin: 0 0 20px;
    max-width: 250px;
}
.delivery-caption p {
    padding: 0 20px;
    font-size: 16px;
    letter-spacing: .8px;
    color: #fff;
}

@media screen and (min-width: 768px) {
.delivery-caption {
    top: 10px;
    left: 8%;
    padding-bottom: 30px;
    width: 320px;
    background: #313131bd;
}
}

@media screen and (max-width: 680px) {
.delivery-caption {
    right: 10%;
    left: 10%;
}
}
/*************************
        COLOR LAB
*************************/
.color-slideshow {
    height: 400px;
    max-width: 800px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    transform: translate3d(0, 0, 0);
}
.color-slideshow > div {
    height: 400px;
    width: 1923px;
    background: url(../images/furniture/color-lab.jpg);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    transform: translate3d(0, 0, 0);
}
.color-slideshow .mover-1 {
    animation: moveSlideshow 100s linear infinite;
}
.color-slideshow .mover-2 {
    opacity: 0;
    transition: opacity 0.5s ease-out;
    /* background-position: 0 -200px; */
    animation: moveSlideshow 100s linear infinite;
}
.color-slideshow:hover .mover-2 {
    opacity: 1;
}
 @keyframes moveSlideshow {
 100% {
 transform: translateX(-66.6666%);
}
}
/*************************
      UPHOLSTERY LAB
*************************/
.upholstery-slideshow {
    height: 400px;
    max-width: 800px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    transform: translate3d(0, 0, 0);
}
.upholstery-slideshow > div {
    height: 400px;
    width: 1923px;
    background: url(../images/furniture/stanford/color/upholstery-colors.jpg);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    transform: translate3d(0, 0, 0);
}
.upholstery-slideshow .mover-1 {
    animation: moveSlideshow 100s linear infinite;
}
.upholstery-slideshow .mover-2 {
    opacity: 0;
    transition: opacity 0.5s ease-out;
    /* background-position: 0 -200px; */
    animation: moveSlideshow 100s linear infinite;
}
.upholstery-slideshow:hover .mover-2 {
    opacity: 1;
}
 @keyframes moveSlideshow {
 100% {
 transform: translateX(-66.6666%);
}
}
/*************************
   DUTAILIER COLOR LAB
*************************/
.dutailier-slideshow {
    height: 400px;
    max-width: 800px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    transform: translate3d(0, 0, 0);
}
.dutailier-slideshow > div {
    height: 400px;
    width: 1923px;
    background: url(../images/furniture/durtailier/dutailier-color-lab.jpg);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    transform: translate3d(0, 0, 0);
}
.dutailier-slideshow .mover-1 {
    animation: moveSlideshow 100s linear infinite;
}
.dutailier-slideshow .mover-2 {
    opacity: 0;
    transition: opacity 0.5s ease-out;
    /* background-position: 0 -200px; */
    animation: moveSlideshow 100s linear infinite;
}
.dutailier-slideshow:hover .mover-2 {
    opacity: 1;
}
 @keyframes moveSlideshow {
 100% {
 transform: translateX(-66.6666%);
}
}
/*************************
    BRYANT LEATHER LAB
*************************/
.bryantLeather-slideshow {
    height: 400px;
    max-width: 800px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    transform: translate3d(0, 0, 0);
}
.bryantLeather-slideshow > div {
    height: 400px;
    width: 1923px;
    background: url(../images/furniture/bryant-leather/bryant-leather-color-lab.jpg);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    transform: translate3d(0, 0, 0);
}
.bryantLeather-slideshow .mover-1 {
    animation: moveSlideshow 100s linear infinite;
}
.bryantLeather-slideshow .mover-2 {
    opacity: 0;
    transition: opacity 0.5s ease-out;
    /* background-position: 0 -200px; */
    animation: moveSlideshow 100s linear infinite;
}
.bryantLeather-slideshow:hover .mover-2 {
    opacity: 1;
}
 @keyframes moveSlideshow {
 100% {
 transform: translateX(-66.6666%);
}
}
/*************************
   LANCER COLOR LAB
*************************/
.lancer-slideshow {
    height: 400px;
    max-width: 800px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    transform: translate3d(0, 0, 0);
}
.lancer-slideshow > div {
    height: 400px;
    width: 1923px;
    background: url("../images/furniture/lancer/color/lancer-color-lab.jpg");
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    transform: translate3d(0, 0, 0);
}
.lancer-slideshow .mover-1 {
    animation: moveSlideshow 100s linear infinite;
}
.lancer-slideshow .mover-2 {
    opacity: 0;
    transition: opacity 0.5s ease-out;
    /* background-position: 0 -200px; */
    animation: moveSlideshow 100s linear infinite;
}
.lancer-slideshow:hover .mover-2 {
    opacity: 1;
}
 @keyframes moveSlideshow {
 100% {
 transform: translateX(-66.6666%);
}
}
/*************************
   LA-Z-BOY COLOR LAB
*************************/
.lazboy-slideshow {
    height: 400px;
    max-width: 800px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    transform: translate3d(0, 0, 0);
}
.lazboy-slideshow > div {
    height: 400px;
    width: 1923px;
    background: url("../images/furniture/la-z-boy/color/la-z-boy-color-lab.jpg");
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    transform: translate3d(0, 0, 0);
}
.lazboy-slideshow .mover-1 {
    animation: moveSlideshow 100s linear infinite;
}
.lazboy-slideshow .mover-2 {
    opacity: 0;
    transition: opacity 0.5s ease-out;
    /* background-position: 0 -200px; */
    animation: moveSlideshow 100s linear infinite;
}
.lazboy-slideshow:hover .mover-2 {
    opacity: 1;
}
 @keyframes moveSlideshow {
 100% {
 transform: translateX(-66.6666%);
}
}
/*************************
   WOODARD COLOR LAB
*************************/
.woodard-slideshow {
    height: 400px;
    max-width: 800px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    transform: translate3d(0, 0, 0);
}
.woodard-slideshow > div {
    height: 400px;
    width: 1923px;
    background: url("../images/furniture/woodard/colors/woodard-color-lab.jpg");
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    transform: translate3d(0, 0, 0);
}
.woodard-slideshow .mover-1 {
    animation: moveSlideshow 100s linear infinite;
}
.woodard-slideshow .mover-2 {
    opacity: 0;
    transition: opacity 0.5s ease-out;
    /* background-position: 0 -200px; */
    animation: moveSlideshow 100s linear infinite;
}
.woodard-slideshow:hover .mover-2 {
    opacity: 1;
}
 @keyframes moveSlideshow {
 100% {
 transform: translateX(-66.6666%);
}
}
/*************************
    A FINISH TO ENDURE
*************************/
.finishEndure {
    color: #fff;
    text-align: justify;
}
.finishEndure h3 {
    margin-bottom: 20px;
    text-align: center;
}
.finishEndure h3 span.sub-text {
    font-size: 50%;
    line-height: 5px;
    display: block;
    /*text-transform: capitalize;*/
    text-align: center;
}
.finishEndure h3 img {
    padding-bottom: 10px;
    padding-right: 10px;
}
.bg-overlay-dark {
    background: #1d1d1d29;
    padding: 40px;
}

@media screen and (max-width: 990px) {
.finishEndure h3 {
    font-size: 24px;
    text-align: center;
}
.finishEndure .bg-overlay-dark {
    background: #1d1d1d66;
}
}

@media screen and (max-width: 680px) {
.finishEndure h3 img {
    display: block;
    margin: 0 auto;
    width: auto;
}
.finishEndure h3 span {
    padding-top: 10px;
    line-height: normal !important;
}
.finishEndure p {
    text-align: center;
}
}
/*************************
      HI-DEF COLORS
*************************/
#hidefColors .circled p {
    font-weight: 300;
}
#hidefColors .white-overlay {
    padding: 40px 40px;
    border: 3px #ccc solid;
    border-radius: 2px;
}
/*************************
      WOOD SPECIES
*************************/
.sustainability {
}
.sustainability .white-overlay {
    padding: 40px 80px;
}
.circled {
    width: 12%;
    float: left;
    padding: 0 1%;
    min-height: 190px;
}
.circled img {
    border-radius: 50%;
    border: 3px solid #ffffff;
}
.circled p {
    font-size: 14px;
    font-weight: 700;
}
.sfcLogo {
    position: absolute;
    left: 7%;
    z-index: 999;
    margin-top: 70px;
}

@media screen and (max-width: 1805px) {
.sfcLogo {
    left: 5%;
}
}

@media (min-width: 1201px) and (max-width: 1705px) {
.sfcLogo img {
    max-width: 150px;
}
.sfcLogo {
    left: 0;
    margin-top: 120px;
}
}

@media screen and (max-width: 1320px) {
.sustainability .white-overlay {
    padding: 40px 120px;
}
}

@media screen and (max-width: 1200px) {
.sfcLogo {
    left: 10px;
    margin-top: 0px;
}
.sfcLogo img {
    max-width: 150px;
}
.sustainability .white-overlay {
    padding: 40px 80px;
}
}

@media screen and (max-width: 990px) {
.sustainability {
    background-size: cover;
}
.sfcLogo {
    position: relative;
    left: auto;
    margin: 20px auto 0;
    display: block;
    width: auto;
}
.sfcLogo img {
    margin: 20px auto 0;
    display: block;
    width: auto;
}
.circled {
    width: 25%;
    min-height: 250px;
}
.circled p {
    font-size: 14px;
    font-weight: 400;
    line-height: 2;
}
}

@media screen and (max-width: 767px) {
.sustainability .white-overlay {
    padding: 40px 30px;
}
}

@media screen and (max-width: 680px) {
.circled {
    min-height: 210px;
}
.circled p {
    margin-bottom: 10px;
}
}

@media screen and (max-width: 480px) {
.circled {
    min-height: 200px;
}
.circled p {
    margin-bottom: 0px;
}
}
/****************************
       CUSTOM FURNITURE 
****************************/
.custom-furniture {
    background-image: url('../images/furniture/custom-bg.jpg');
    background-repeat: no-repeat;
    width: 80%;
    margin: 0 auto;
}
.customSlider img {
    vertical-align: middle;
}
/* Position the image container (needed to position the left and right arrows) */
.customSlider {
    position: relative;
}
/* Hide the images by default 
.customSlider .mySlides {
	display: none;
}*/
/* Add a pointer when hovering over the thumbnail images */
.customSlider .cursor {
    cursor: pointer;
}
/* Next & previous buttons */
.customSlider .prev, .customSlider .next {
    cursor: pointer;
    position: absolute;
    top: 40%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: #ffffff73;
    font-weight: 200;
    font-size: 40px;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
}
/* Position the "next button" to the right */
.customSlider .next {
    right: 0;
    border-radius: 3px 0 0 3px;
}
/* On hover, add a black background color with a little bit see-through */
.customSlider .prev:hover, .customSlider .next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}
/* Container for image text */
.customSlider .caption-container {
    text-align: center;
    background-color: transparent;
    padding: 2px 16px;
    color: #222222;
}
#finish-desc {
    text-align: right;
    font-size: 22px;
    font-family: 'Raleway', sans-serif;
    margin-right: 90px;
    margin-top: 30px;
}
/*
.customSlider .arrowicon img{
	float: right;
	margin-top: -50px;
}
*/
.customSlider .row:after {
    content: "";
    display: table;
    clear: both;
}
/* Six columns side by side */
.customSlider .column {
    float: left;
    width: 20%;
}
/* Add a transparency effect for thumnbail images */
.customSlider .demo {
    opacity: 0.8;
}
.customSlider .active, .customSlider .demo:hover {
    opacity: 1;
}
.custom-furniture {
    background-image: url('../images/furniture/custom-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}
.white-overlay {
    background: #ffffffa8;
    padding: 20px 30px;
}
.bold-list {
    font-size: 17px;
    color: #222;
    text-transform: capitalize;
    list-style: none;
	padding-left: 0;
}
.bold-list li img {
    max-width: 40px;
    display: inline-block;
    margin: 0;
}

@media screen and (max-width: 1455px) {
.custom-furniture {
    width: 90%;
}
}

@media screen and (max-width: 1323px) {
.custom-furniture {
    width: 100%;
}
}

@media screen and (max-width: 991px) {
.custom-furniture .nix {
    display: none;
}
}

@media screen and (max-width: 967px) {
.custom-furniture {
    width: 100%;
}
}

@media screen and (min-width: 1199px) {
.custom-furniture .arrowed {
    margin-top: 80px;
}
}
/********************
      TOOLTIPS

********************/
.tool {
    cursor: inherit;
    position : relative;
    text-align: center;
}
.tool::before, .tool::after {
    position : absolute;
    left : 50%;
    opacity : 0;
    z-index: -100;
}
.tool:hover::before, .tool:focus::before, .tool:hover::after, .tool:focus::after {
    opacity : 1;
    z-index: 100;
}
.tool::before {
    border-style : solid;
    border-width : 1em .75em 0 .75em;
    border-color : #222 transparent transparent transparent;
    bottom : 100%;
    margin-left : -.8em;
    content : " ";
}
.tool::after {
    background : #222222;
    border-radius : .25em;
    bottom : 156%;
    color : white;
    width : 12.5em;
    padding: .8em;
    margin-left : -6.75em;
    content : attr(data-tip);
}

@media screen and (max-width:680px) {
.tool::after {
    bottom : 128%;
}
}
/*************************
     FURNITURE STYLE
*************************/

#furnitureStyle .btn--primary {
    margin-bottom: 50px !important;
}
#furnitureStyle h4 {
    margin-top: 100px;
}

@media screen and (max-width: 1548px) {
#furnitureStyle h4 {
    margin-top: 30px;
}
}
/********************
      GUARANTEE
********************/

.guarantee {
}
.guarentee-overlay {
    border: 3px solid #b9b9b9;
    background: #0009;
    padding: 30px;
}
.guarentee-overlay h4, .guarentee-overlay p {
    color: #ffffff;
}
/********************
    MADE IN USA
********************/

.americanMade {
    background-image: url('../images/why-homestead/made-in-usa.jpg');
    background-repeat: no-repeat;
}
.americanMade-overlay {
    border: 3px solid #b9b9b9;
    background: #000;
    opacity: .9;
    padding: 30px;
}
.americanMade-overlay h4, .americanMade-overlay p {
    color: #ffffff;
}
/************************
    BEAUTIFUL CAMPUS 
************************/

.beautifulCampus {
    background-image: url('../images/why-homestead/made-in-usa.jpg');
    background-repeat: no-repeat;
}
.beautifulCampus-overlay {
    border: 3px solid #b9b9b9;
    background: #313131;
    opacity: .9;
    padding: 40px;
}
.beautifulCampus-overlay h4, .beautifulCampus-overlay p {
    color: #ffffff;
}
/********************
    HOW TO ORDER
********************/

.how-to-order h5 {
    margin: 20px 0 10px;
    font-weight: 500;
}
/********************
      BENEFITS
********************/
#benefits img {
    max-width: 150px;
    display: block;
    margin: 25px auto;
}
#benefits h5 {
    font-size: 22px;
    margin-bottom: 15px;
}
/************************
     WHY HOMESTEAD
************************/
#whyHomestead .sub-headline {
    color: #c59d5f;
    font-family: 'Raleway', sans-serif;
    font-size: 35px;
    font-weight: 400;
    line-height: 45px;
    margin-bottom: 0;
    /*text-transform: capitalize;*/
    padding-bottom: 15px;
    letter-spacing: -1px;
}
#whyHomestead .title .title--heading h1 {
    color: #ffffff;
    font-family: 'Spectral', sans-serif;
    font-size: 95px;
    font-weight: 400;
    line-height: 115px;
    margin-bottom: 20px;
    padding-bottom: 25px;
    overflow-wrap: break-word;
}

@media (max-width:767px) {
#whyHomestead .title .title--heading h1 {
    font-size: 50px;
    line-height: 65px;
    margin-bottom: 10px;
    padding-bottom: 5px;
}
}
.product-details-large .easyzoom>a img {
    width: 100%;
}
.product-dec-slider.owl-carousel .owl-nav div {
    background-color: #fff;
    border-radius: 50px;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    color: #8d8c8c;
    display: inline-block;
    font-size: 13px;
    height: 35px;
    left: -15px;
    line-height: 37px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: absolute;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 35px;
}
.product-dec-slider.owl-carousel .owl-nav div:hover {
    background-color: #c59d5f;
    color: #fff;
}
.product-dec-slider.owl-carousel .owl-nav div.owl-next {
    left: auto;
    right: -15px;
}
.product-dec-slider:hover .owl-nav div {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.product-dec-slider .owl-dots {
    display: none
}
.owl-carousel .owl-item .slider-single-img img {
    margin: 0 auto;
    width: auto;
}
.product-slider-active div[class^="col-"], .product-slider-active-h4 div[class^="col-"] {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.product-slider-active .owl-nav div, .product-slider-active-h4 .owl-nav div, .h5_blog_slide_active .owl-nav div {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #e1e1e1;
    border-radius: 100%;
    color: #9e9e9e;
    display: block;
    height: 48px;
    line-height: 46px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    outline: medium none;
    position: absolute;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 48px;
    z-index: 99;
}
.product-slider-active .owl-nav div.owl-next, .product-slider-active-h4 .owl-nav div.owl-next, .h5_blog_slide_active .owl-nav div.owl-next {
    left: auto;
    right: 0;
}
.product-slider-active:hover .owl-nav div, .product-slider-active-h4:hover .owl-nav div, .h5_blog_slide_active:hover .owl-nav div {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
/*-------  16. Product details  style   ---------*/

.product-details-large .easyzoom>a img {
    width: 100%;
}
.product-dec-slider.owl-carousel .owl-nav div {
    background-color: #fff;
    border-radius: 50px;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    color: #c59d5f;
    display: inline-block;
    font-size: 13px;
    height: 35px;
    left: -15px;
    line-height: 37px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: absolute;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 35px;
}
.product-dec-slider.owl-carousel .owl-nav div:hover {
    background-color: #c59d5f;
    color: #fff;
}
.product-dec-slider.owl-carousel .owl-nav div.owl-next {
    left: auto;
    right: -15px;
}
.product-dec-slider:hover .owl-nav div {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.product-dec-slider .owl-dots {
    display: none
}
.blockquote-reverse, blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    text-align: right;
    border-right: 5px solid #eee;
    border-left: 0
}
.blockquote-reverse .small:before, .blockquote-reverse footer:before, .blockquote-reverse small:before, blockquote.pull-right .small:before, blockquote.pull-right footer:before, blockquote.pull-right small:before {
    content: ''
}
.blockquote-reverse .small:after, .blockquote-reverse footer:after, .blockquote-reverse small:after, blockquote.pull-right .small:after, blockquote.pull-right footer:after, blockquote.pull-right small:after {
    content: '\00A0 \2014'
}
/*********************************
     PRODUCT PAGE BRAND IMAGE
*********************************/
.productBrand {
    padding-bottom: 20px;
    margin-bottom: 10px
}
.productBrand img {
    max-width: 400px;
}
/*********************************
     NO EXPERIENCE NECESSARY
*********************************/
.experience-overlay {
    border: 1px solid #b9b9b9;
    background: #232323;
    opacity: .7;
    padding: 40px;
}
/*********************************
     INTRODUCING ABNER HENRY
*********************************/
section#abnerHenry {
    padding: 200px 0;
}

/*********************************
    FACTORY GALLERY  LIGHTBOX
*********************************/
.factoryGallery .row > .column {
    padding: 0 8px;
}
.factoryGallery .row:after {
    content: "";
    display: table;
    clear: both;
}
/* The Modal (background) */
.factoryGallery .modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: black;
}
/* Modal Content */
.factoryGallery .modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    width: 90%;
    max-width: 1200px;
}
/* The Close Button */
.factoryGallery .close {
    color: white;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 35px;
    font-weight: bold;
}
.factoryGallery .close:hover, .factoryGallery .close:focus {
    color: #999;
    text-decoration: none;
    cursor: pointer;
}
/* Hide the slides by default */
.factoryGallery .mySlides {
    display: none;
}
/* Next & previous buttons */
.factoryGallery .prev, .factoryGallery .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
}
/* Position the "next button" to the right */
.factoryGallery .next {
    right: 0;
    border-radius: 3px 0 0 3px;
}
/* On hover, add a black background color with a little bit see-through */
.factoryGallery .prev:hover, .factoryGallery .next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}
/* Number text (1/3 etc) */
.factoryGallery .numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}
/* Caption text */
.factoryGallery .caption-container {
    text-align: center;
    background-color: black;
    padding: 2px 16px;
    color: white;
}
.factoryGallery img.demo {
    opacity: 0.6;
}
.factoryGallery .active, .factoryGallery .demo:hover {
    opacity: 1;
}
.factoryGallery img.hover-shadow {
    transition: 0.3s;
}
.factoryGallery .hover-shadow:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
/*********************************
         BROWSE FURNITURE
*********************************/
.browseFurniture img {
/*  margin-bottom: 10px; */
}
.browseFurniture h3 {
    font-size: 20px;
}
/*********************************
       BROWSE BY STYLE
*********************************/
#collectionStyle .col-sm-3 p {
    font-size: 14px;
}
#collectionStyle h4, .furnitureType h4 {
    margin-top: 100px;
}
 @media screen and (max-width: 1548px) {
#collectionStyle h4, .furnitureType h4 {
 margin-top: 30px !important;
}
}
/*********************************
          BRAND FEATURES
*********************************/
#dutailierFeatures h5 {
    margin-top: 20px;
}

/*********************************
       MOBILE OPTIMIZATION
*********************************/

@media screen and (max-width: 680px) {
h1, h2, h3, h4, h5, h6 {
 text-align: center!important;
}
.btn {
 float: none;
 text-align: center;
 margin: 0 auto;
 width: auto;
 display: block;
}
.fine-print {
 text-align: center;
 margin-top: 10px;
}
.slide--headline {
 font-size: 40px !important;
 line-height: 50px;
}
.sub-headline {
 font-size: 25px !important;
 line-height: 25px;
}
.page-title .breadcrumb, .page-title .breadcrumb a {
 font-size: 12px;
}

}
 @media screen and (min-width:768px) {
.navbar-nav .dropdown:hover>.dropdown-menu {
 display: block;
 margin: 0
}
}
.owl-theme .owl-dots .owl-dot {
    display: none !important;
}
.styleBrowse h3 {
    font-size: 30px;
}
.storied {
    padding: 50px 0;
}
.seperator {
    height: .5px;
    background: #7b7b7b;
    margin: 10px;
}
@media (max-width:768px) {
.mobileOnly{
	display: block !important;
}
	.mobileHide{
	display: none;
}
}
.mobileOnly{
	display: none;
}


/********************
     JOTFORM
*******************
     <link href="https://cdn.jotfor.ms/static/formCss.css?3.3.8307" rel="stylesheet" type="text/css" />
                    <link type="text/css" rel="stylesheet" href="https://cdn.jotfor.ms/css/styles/nova.css?3.3.8307" />
                    <link type="text/css" media="print" rel="stylesheet" href="https://cdn.jotfor.ms/css/printForm.css?3.3.8307" />
                    <link type="text/css" rel="stylesheet" href="https://cdn.jotfor.ms/themes/CSS/548b1325700cc48d318b4567.css?"/>
                    <style type="text/css">*/

.jForm{
	padding:20px;
}
    .form-label-left{
        width:150px;
    }
    .form-line{
        padding-top:12px;
        padding-bottom:12px;
    }
    .form-label-right{
        width:150px;
    }
    .form-all{
        width:838px;
        color:#555 !important;
        font-family:'Muli';
        font-size:16px;
    }

    /* Injected CSS Code */
@import "https://fonts.googleapis.com/css?family=Muli:light,lightitalic,normal,italic,bold,bolditalic";
.form-all:after {
  content: "";
  display: table;
  clear: both;
}
	.form-checkbox-item label, .form-radio-item label {
    color: #222222;
}
.form-all {
  font-family: "Muli", sans-serif;
}
.form-all {
  width: 838px;
  width: 100%;
  max-width: 838px;
}
.form-label-left,
.form-label-right {
  width: 150px;
}
.form-label {
  white-space: normal;
}
.form-label.form-label-auto {
  display: block;
  float: none;
  text-align: left;
}
.form-label-left {
  display: inline-block;
  white-space: normal;
  float: left;
  text-align: left;
}
.form-label-right {
  display: inline-block;
  white-space: normal;
  float: left;
  text-align: right;
}
.form-label-top {
  white-space: normal;
  display: block;
  float: none;
  text-align: left;
}
.form-radio-item label:before {
  top: 0;
}
.form-all {
  font-size: 16px;
}
.form-label {
  position: relative;
}
.form-label:after {
  content: 'This label will not be seen on the form.';
  background: #FFFFE0;
  position: absolute;
  left: 0;
  top: 110%;
  width: 90px;
  opacity: 0;
  padding: 6px 9px 8px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 10px;
  font-weight: normal;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.form-label:hover:after {
  opacity: 0.8;
}
.supernova .form-label:after {
  display: none;
}
.jotform-form .form-line[data-type="control_textbox"] .form-label,
.jotform-form .form-line[data-type="control_textarea"] .form-label,
.jotform-form .form-line[data-type="control_fullname"] .form-label,
.jotform-form .form-line[data-type="control_email"] .form-label,
.jotform-form .form-line[data-type="control_address"] .form-label,
.jotform-form .form-line[data-type="control_phone"] .form-label {
  display: none;
}
.supernova {
  background-color: #ffffff;
}
.supernova body {
  background-color: transparent;
}
/*
@width30: (unit(@formWidth, px) + 60px);
@width60: (unit(@formWidth, px)+ 120px);
@width90: (unit(@formWidth, px)+ 180px);
*/
/* | */
@media screen and (min-width: 480px) {
  .supernova .form-all {
    border: 1px solid #e6e6e6;
    /* -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.1); */
  }
}
/* | */
/* | */
@media screen and (max-width: 480px) {
  .jotform-form .form-all {
    margin: 0;
    width: 100%;
  }
}
/* | */
/* | */
@media screen and (min-width: 480px) and (max-width: 767px) {
  .jotform-form .form-all {
    margin: 0;
    width: 100%;
  }
}
/* | */
/* | */
@media screen and (min-width: 480px) and (max-width: 837px) {
  .jotform-form .form-all {
    margin: 0;
    width: 100%;
  }
}
/* | */
/* | */
@media screen and (min-width: 768px) {
  .jotform-form {
    padding: 60px 0;
  }
}
/* | */
/* | */
@media screen and (max-width: 837px) {
  .jotform-form .form-all {
    margin: 0;
    width: 100%;
  }
}
/* | */
.supernova .form-all,
.form-all {
  background-color: #ffffff;
  border: 1px solid transparent;
}
.form-header-group {
  border-color: #e6e6e6;
}
.form-matrix-table tr {
  border-color: #e6e6e6;
}
.form-matrix-table tr:nth-child(2n) {
  background-color: #f2f2f2;
}
.form-all {
  color: #555555;
}
.form-header-group .form-header {
  color: #555555;
}
.form-header-group .form-subHeader {
  color: #6f6f6f;
}
.form-sub-label {
  color: #6f6f6f;
}
.form-line.form-line-active {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -ms-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -ms-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  background-color: #ffffe0;
}
/* omer */
.form-radio-item,
.form-checkbox-item {
  padding-bottom: 2px !important;
}
.form-radio-item:last-child,
.form-checkbox-item:last-child {
  padding-bottom: 0;
}
/* omer */
.form-single-column .form-checkbox-item,
.form-single-column .form-radio-item {
  width: 100%;
}
.form-checkbox-item .editor-container div,
.form-radio-item .editor-container div {
  position: relative;
}
.form-checkbox-item .editor-container div:before,
.form-radio-item .editor-container div:before {
  display: inline-block;
  vertical-align: middle;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  left: 0;
  width: 18px;
  height: 18px;
}
/*
.form-radio-item:not(#foo) {
  position: relative;
}
*/
.form-radio-item:not(#foo) .form-radio-other-input {
  margin-left: 26px !important;
}
.form-radio-item:not(#foo) .form-radio-other.form-radio {
  display: none !important;
}
.form-radio-item:not(#foo) input[type="checkbox"],
.form-radio-item:not(#foo) input[type="radio"] {
  display: none;
}
.form-radio-item:not(#foo) .form-radio-other,
.form-radio-item:not(#foo) .form-checkbox-other {
  display: inline-block !important;
  margin-left: 7px;
  margin-right: 3px;
  margin-top: 2px;
}
.form-radio-item:not(#foo) .form-checkbox-other-input,
.form-radio-item:not(#foo) .form-radio-other-input {
  margin: 0;
}
.form-radio-item:not(#foo) label {
  line-height: 18px;
  margin-left: 0;
  float: left;
  text-indent: 27px;
}
.form-radio-item:not(#foo) label:before {
  content: '';
  position: absolute;
  display: inline-block;
  vertical-align: baseline;
  margin-right: 4px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  left: 4px;
  width: 18px;
  height: 18px;
  cursor: pointer;
}
.form-radio-item:not(#foo) label:after {
  content: '';
  position: absolute;
  z-index: 10;
  display: inline-block;
  opacity: 0;
  top: 5px;
  left: 9px;
  width: 8px;
  height: 8px;
}
.form-radio-item:not(#foo) input:checked + label:after {
  opacity: 1;
}
.form-radio-item:not(#foo) label:before {
  border: 2px solid #000000;
}
.form-radio-item:not(#foo) label:after {
  background-color: #000000;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
}
.form-radio-item:not(#foo) .editor-container div:before {
  content: '';
  border: 2px solid #000000;
  border-radius: 50%;
  margin: 0 4px 0 -6px;
}
.form-checkbox-item:not(#foo) {
  position: relative;
}
.form-checkbox-item:not(#foo) label {
  display: block;
}
.form-checkbox-item:not(#foo) .form-checkbox-other-input {
  margin-left: 26px !important;
}
.form-checkbox-item:not(#foo) .form-checkbox-other.form-checkbox {
  display: none !important;
}
.form-checkbox-item:not(#foo) input[type="checkbox"],
.form-checkbox-item:not(#foo) input[type="radio"] {
  display: none;
}
.form-checkbox-item:not(#foo) .form-radio-other,
.form-checkbox-item:not(#foo) .form-checkbox-other {
  display: inline-block !important;
  margin-left: 7px;
  margin-right: 3px;
  margin-top: 2px;
}
.form-checkbox-item:not(#foo) .form-checkbox-other-input,
.form-checkbox-item:not(#foo) .form-radio-other-input {
  margin: 0;
}
.form-checkbox-item:not(#foo) label {
  line-height: 18px;
  margin-left: 0;
  float: left;
  text-indent: 27px;
}
.form-checkbox-item:not(#foo) label:before {
  content: '';
  position: absolute;
  display: inline-block;
  vertical-align: baseline;
  margin-right: 4px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  left: 4px;
  width: 18px;
  height: 18px;
  cursor: pointer;
}
.form-checkbox-item:not(#foo) label:after {
  content: '';
  position: absolute;
  z-index: 10;
  display: inline-block;
  opacity: 0;
  top: 8px;
  left: 9px;
  width: 3px;
  height: 3px;
}
.form-checkbox-item:not(#foo) input:checked + label:after {
  opacity: 1;
}
.form-checkbox-item:not(#foo) label:before {
  border: 2px solid #000000;
}
.form-checkbox-item:not(#foo) label:after {
  background-color: #000000;
  box-shadow: 0 2px 0 0 #000000, 2px 2px 0 0 #000000, 4px 2px 0 0 #000000, 6px 2px 0 0 #000000;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.form-checkbox-item:not(#foo) .editor-container div:before {
  content: '';
  border: 2px solid #000000;
  border-radius: 50%;
  margin: 0 4px 0 -6px;
}
.supernova {
  height: 100%;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center top;
  background-repeat: repeat;
}
.supernova {
  background-image: none;
}
#stage {
  background-image: none;
}
/* | */
.form-all {
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center top;
  background-repeat: repeat;
}
.form-header-group {
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center top;
}
.form-line {
  margin-top: 12px;
  margin-bottom: 12px;
}
.form-line {
  padding: 12px 36px;
}
.form-all .qq-upload-button,
.form-all .form-submit-button,
.form-all .form-submit-reset,
.form-all .form-submit-print {
  font-size: 1em;
  padding: 9px 15px;
  font-family: "Muli", sans-serif;
  font-size: 16px;
  font-weight: normal;
}
.form-all .form-pagebreak-back,
.form-all .form-pagebreak-next {
  font-size: 1em;
  padding: 9px 15px;
  font-family: "Muli", sans-serif;
  font-size: 16px;
  font-weight: normal;
}
/*
& when ( @buttonFontType = google ) {
	@import (css) "@{buttonFontLink}";
}
*/
h2.form-header {
  line-height: 1.618em;
  font-size: 1.714em;
}
h2 ~ .form-subHeader {
  line-height: 1.5em;
  font-size: 1.071em;
}
.form-header-group {
  text-align: center;
}
/*.form-dropdown,
.form-radio-item,
.form-checkbox-item,
.form-radio-other-input,
.form-checkbox-other-input,*/
.form-captcha input,
.form-spinner input,
.form-error-message {
  padding: 4px 3px 2px 3px;
}
.form-header-group {
  font-family: "Muli", sans-serif;
}
.form-section {
  padding: 1px 0px 1px 0px;
}
.form-header-group {
  margin: 0px 0px 0px 0px;
}
.form-header-group {
  padding: 10px 36px 10px 36px;
}
.form-header-group .form-header,
.form-header-group .form-subHeader {
  color: #2e6da4;
}
.form-header-group {
  background-color: rgba(255, 255, 255, 0);
}
.form-textbox,
.form-textarea {
  border-color: #cccccc;
  color: #494949;
  padding: 11px 10px 9px 10px;
}
.form-textbox,
.form-textarea,
.form-radio-other-input,
.form-checkbox-other-input,
.form-captcha input,
.form-spinner input {
  background-color: #f5f5f5;
}
.form-textbox {
  height: 49px;
}
.form-textarea {
  height: 100px;
}
.form-textbox,
.form-textarea {
  width: 100%;
  /*max-width: 430px;*/
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
[data-type="control_textbox"] .form-input,
[data-type="control_textarea"] .form-input,
[data-type="control_fullname"] .form-input,
[data-type="control_phone"] .form-input,
[data-type="control_datetime"] .form-input,
[data-type="control_address"] .form-input,
[data-type="control_email"] .form-input,
[data-type="control_passwordbox"] .form-input,
[data-type="control_autocomp"] .form-input,
[data-type="control_textbox"] .form-input-wide,
[data-type="control_textarea"] .form-input-wide,
[data-type="control_fullname"] .form-input-wide,
[data-type="control_phone"] .form-input-wide,
[data-type="control_datetime"] .form-input-wide,
[data-type="control_address"] .form-input-wide,
[data-type="control_email"] .form-input-wide,
[data-type="control_passwordbox"] .form-input-wide,
[data-type="control_autocomp"] .form-input-wide {
  width: 100%;
  max-width: 430px;
}
[data-type="control_fullname"] .form-sub-label-container {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 48%;
  margin-right: 0;
  float: left;
}
[data-type="control_fullname"] .form-sub-label-container:first-child {
  margin-right: 4%;
}
[data-type="control_phone"] .form-sub-label-container {
  width: 62.5%;
  margin-left: 2.5%;
  margin-right: 0;
  float: left;
  position: relative;
}
[data-type="control_phone"] .form-sub-label-container:first-child {
  width: 32.5%;
  margin-right: 2.5%;
  margin-left: 0;
}
[data-type="control_phone"] .form-sub-label-container:first-child [data-component=areaCode] {
  width: 93%;
  float: left;
}
[data-type="control_phone"] .form-sub-label-container:first-child [data-component=areaCode] ~ .form-sub-label {
  display: inline-block;
}
[data-type="control_phone"] .form-sub-label-container:first-child .phone-separate {
  position: absolute;
  top: 0;
  right: -16%;
  width: 24%;
  text-align: center;
  text-indent: -4px;
}
[data-type="control_phone"] .form-sub-label-container .date-separate {
  visibility: hidden;
}
.form-matrix-table {
  width: 100%;
  max-width: 430px;
}
.form-address-table {
  width: 100%;
  max-width: 430px;
}
.form-address-table td .form-dropdown {
  width: 100%;
}
.form-address-table td .form-sub-label-container {
  width: 96%;
}
.form-address-table td:last-child .form-sub-label-container {
  margin-left: 4%;
}
.form-address-table td[colspan="2"] .form-sub-label-container {
  width: 100%;
  margin: 0;
}
.form-dropdown {
  border-color: #cccccc;
  color: #494949;
  -webkit-appearance: menulist-button;
  background-color: #ffffff;
}
[data-type="control_dropdown"] .form-input,
[data-type="control_dropdown"] .form-input-wide {
  width: 150px;
}
.form-dropdown {
  margin: 0;
  border-color: #a6a6a6;
  -webkit-appearance: menulist!important;
  -moz-appearance: menulist!important;
  appearance: menulist!important;
  border-width: 1px;
}
.form-buttons-wrapper {
  margin-left: 0 !important;
  text-align: left;
}
.form-label {
  font-family: "Muli", sans-serif;
}
li[data-type="control_image"] div {
  text-align: left;
}
li[data-type="control_image"] img {
  border: none;
  border-width: 0px !important;
  border-style: solid !important;
  border-color: false !important;
}
/*.form-line-column {
  width: auto;
} */
.form-line-error {
  overflow: hidden;
  -webkit-transition-property: none;
  -moz-transition-property: none;
  -ms-transition-property: none;
  -o-transition-property: none;
  transition-property: none;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -ms-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  background-color: #fff4f4;
}
.form-line-error .form-error-message {
  background-color: #ff3200;
  clear: both;
  float: none;
}
.form-line-error .form-error-message .form-error-arrow {
  border-bottom-color: #ff3200;
}
.form-line-error input:not(#coupon-input),
.form-line-error textarea,
.form-line-error .form-validation-error {
  border: 1px solid #ff3200;
  -webkit-box-shadow: 0 0 3px #ff3200;
  -moz-box-shadow: 0 0 3px #ff3200;
  box-shadow: 0 0 3px #ff3200;
}
.ie-8 .form-all {
  margin-top: auto;
  margin-top: initial;
}
.ie-8 .form-all:before {
  display: none;
}
[data-type="control_clear"] {
  display: none;
}
/* | */
@media screen and (max-width: 480px), screen and (max-device-width: 767px) and (orientation: portrait), screen and (max-device-width: 415px) and (orientation: landscape) {
  .testOne {
    letter-spacing: 0;
  }
  .form-all {
    border: 0;
    max-width: initial;
  }
  .form-sub-label-container {
    width: 100%;
    margin: 0;
    margin-right: 0;
    float: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  span.form-sub-label-container + span.form-sub-label-container {
    margin-right: 0;
  }
  .form-sub-label {
    white-space: normal;
  }
  .form-address-table td,
  .form-address-table th {
    padding: 0 1px 10px;
  }
  .form-submit-button,
  .form-submit-print,
  .form-submit-reset {
    width: 100%;
    margin-left: 0!important;
  }
  div[id*=at_] {
    font-size: 14px;
    font-weight: 700;
    height: 8px;
    margin-top: 6px;
  }
  .showAutoCalendar {
    width: 20px;
  }
  img.form-image {
    max-width: 100%;
    height: auto;
  }
  .form-matrix-row-headers {
    width: 100%;
    word-break: break-all;
    min-width: 40px;
  }
  .form-collapse-table,
  .form-header-group {
    margin: 0;
  }
  .form-collapse-table {
    height: 100%;
    display: inline-block;
    width: 100%;
  }
  .form-collapse-hidden {
    display: none !important;
  }
  .form-input {
    width: 100%;
  }
  .form-label {
    width: 100% !important;
  }
  .form-label-left,
  .form-label-right {
    display: block;
    float: none;
    text-align: left;
    width: auto!important;
  }
  .form-line,
  .form-line.form-line-column {
    padding: 2% 5%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  input[type=text],
  input[type=email],
  input[type=tel],
  textarea {
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: initial !important;
  }
  .form-radio-other-input,
  .form-checkbox-other-input {
    max-width: 55% !important;
  }
  .form-dropdown,
  .form-textarea,
  .form-textbox {
    width: 100%!important;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .form-input,
  .form-input-wide,
  .form-textarea,
  .form-textbox,
  .form-dropdown {
    max-width: initial!important;
  }
  .form-checkbox-item:not(#foo),
  .form-radio-item:not(#foo) {
    width: 100%;
  }
  .form-address-city,
  .form-address-line,
  .form-address-postal,
  .form-address-state,
  .form-address-table,
  .form-address-table .form-sub-label-container,
  .form-address-table select,
  .form-input {
    width: 100%;
  }
  div.form-header-group {
    padding: 10px 36px !important;
    padding-left: 5%!important;
    padding-right: 5%!important;
    margin: 0 0px 2% !important;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  div.form-header-group.hasImage img {
    max-width: 100%;
  }
  [data-type="control_button"] {
    margin-bottom: 0 !important;
  }
  [data-type=control_fullname] .form-sub-label-container {
    width: 48%;
  }
  [data-type=control_fullname] .form-sub-label-container:first-child {
    margin-right: 4%;
  }
  [data-type=control_phone] .form-sub-label-container {
    width: 65%;
    margin-right: 0;
    margin-left: 0;
    float: left;
  }
  [data-type=control_phone] .form-sub-label-container:first-child {
    width: 31%;
    margin-right: 4%;
  }
  [data-type=control_datetime] .allowTime-container {
    width: 100%;
  }
  [data-type=control_datetime] .form-sub-label-container:first-child {
    width: 10%!important;
    margin-left: 0;
    margin-right: 0;
  }
  [data-type=control_datetime] .form-sub-label-container + .form-sub-label-container {
    width: 24%!important;
    margin-left: 6%;
    margin-right: 0;
  }
  [data-type=control_datetime] span + span + span > span:first-child {
    display: block;
    width: 100% !important;
  }
  [data-type=control_birthdate] .form-sub-label-container,
  [data-type=control_time] .form-sub-label-container {
    width: 27.3%!important;
    margin-right: 6% !important;
  }
  [data-type=control_time] .form-sub-label-container:last-child {
    width: 33.3%!important;
    margin-right: 0 !important;
  }
  .form-pagebreak-back-container,
  .form-pagebreak-next-container {
    min-height: 1px;
    width: 50% !important;
  }
  .form-pagebreak-back,
  .form-pagebreak-next,
  .form-product-item.hover-product-item {
    width: 100%;
  }
  .form-pagebreak-back-container {
    padding: 0;
    text-align: right;
  }
  .form-pagebreak-next-container {
    padding: 0;
    text-align: left;
  }
  .form-pagebreak {
    margin: 0 auto;
  }
  .form-buttons-wrapper {
    margin: 0!important;
    margin-left: 0!important;
  }
  .form-buttons-wrapper button {
    width: 100%;
  }
  .form-buttons-wrapper .form-submit-print {
    margin: 0 !important;
  }
  table {
    width: 100%!important;
    max-width: initial!important;
  }
  table td + td {
    padding-left: 3%;
  }
  .form-checkbox-item,
  .form-radio-item {
    white-space: normal!important;
  }
  .form-checkbox-item input,
  .form-radio-item input {
    width: auto;
  }
  .form-collapse-table {
    margin: 0 5%;
    display: block;
    zoom: 1;
    width: auto;
  }
  .form-collapse-table:before,
  .form-collapse-table:after {
    display: table;
    content: '';
    line-height: 0;
  }
  .form-collapse-table:after {
    clear: both;
  }
  .fb-like-box {
    width: 98% !important;
  }
  .form-error-message {
    clear: both;
    bottom: -10px;
  }
  .date-separate,
  .phone-separate {
    display: none;
  }
  .custom-field-frame,
  .direct-embed-widgets,
  .signature-pad-wrapper {
    width: 100% !important;
  }
}
/* | */

/*__INSPECT_SEPERATOR__*/
.form-section.page-section {
    border : 0;
}

.form-submit-button {
    width : 100%;
    margin : 0 0;
    float : none;
    background-color : #222222;
    text-transform : uppercase;
    height : 51px;
	color: #fff;
}

.form-submit-button:hover {
    background-color : #c59d5f;
}

.form-textbox, .form-textarea {
    width : 100% !important;
    max-width : 100% !important;
    border-color: #cccccc;
    color: #494949;
    padding: 11px 10px 9px 10px;
	border-radius: 5px;
}

.supernova .form-all, .form-all {
    border : 0px solid transparent;
}

.form-label.form-label-top {
    color : #222222;
}

.form-checkbox-item label {
    color : #222222;
}

.form-line.form-line-column.form-col-1.jf-required {

}

.phone-separate {
    padding-top : 20px;
    display : inline-block;
}

.form-sub-label {
    display : none;
}

.form-line {
    padding : 12px;
}

[data-type="control_textbox"] .form-input, [data-type="control_textarea"] .form-input, [data-type="control_fullname"] .form-input, [data-type="control_phone"] .form-input, [data-type="control_datetime"] .form-input, [data-type="control_address"] .form-input, [data-type="control_email"] .form-input, [data-type="control_passwordbox"] .form-input, [data-type="control_autocomp"] .form-input, [data-type="control_textbox"] .form-input-wide, [data-type="control_textarea"] .form-input-wide, [data-type="control_fullname"] .form-input-wide, [data-type="control_phone"] .form-input-wide, [data-type="control_datetime"] .form-input-wide, [data-type="control_address"] .form-input-wide, [data-type="control_email"] .form-input-wide, [data-type="control_passwordbox"] .form-input-wide, [data-type="control_autocomp"] .form-input-wide {
    width : 100%;
    max-width : 100%;
}

.jotform-form {
    padding : 0;
}

@media (max-with:990px){
    .form-line-column {
        width : 100%;
    }

}
