/*
   Theme Name: Spendor
 */

/* Table of Contents
   -----------------------------------------------------------------------------
   1. Clean Base
   2. Font Face
   3. Base Typography
   4. Images
   5. Links
   6. Forms
   7. Tables
   8. Framework
 */


/* 1. Clean Base
   ------------------------------------------------------------------------------*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, a, nav, section, summary, time, mark, audio, video { margin:0 auto; padding:0; border:0; outline:0; font-size:100%; vertical-align:baseline; background:transparent; text-decoration:none; list-style:none; outline:none; -webkit-font-smoothing: subpixel-antialiased; -webkit-tap-highlight-color:rgba(0,0,0,0); }
html, body { -webkit-text-size-adjust:none; -webkit-font-smoothing: antialiased; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -ms-text-size-adjust: 100%; }
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary { display: block; }
img { border:none; }
input[type="text"], input[type="submit"], input[type="button"], input[type="password"], input[type="email"], input[type="tel"], input[type="search"], textarea { -webkit-appearance: none; outline: none; }
textarea:focus, input:focus, a, div, img { outline: none; }
/*html, body, #page{ min-height:100%; height:100%; }*/

.cf:before, .cf:after { content: ""; display: table; }
.cf:after { clear: both; }
.cf { zoom: 1; }
.clear { clear: both; }
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix { display: inline-block; }
* html .clearfix { height: 1%; }
.clearfix { display: block; }
*:before, *:after { -webkit-box-sizing: inherit; -moz-box-sizing: inherit; box-sizing: inherit; }
/* 2. Font Face
   ------------------------------------------------------------------------------*/

@font-face { font-family: 'bentonsansregular'; src: url('fonts/bentonsans-regular-webfont.eot'); src: url('fonts/bentonsans-regular-webfont.eot?#iefix') format('embedded-opentype'),  url('fonts/bentonsans-regular-webfont.woff2') format('woff2'),  url('fonts/bentonsans-regular-webfont.woff') format('woff'),  url('fonts/bentonsans-regular-webfont.ttf') format('truetype'),  url('fonts/bentonsans-regular-webfont.svg#bentonsansregular') format('svg'); font-weight: normal; font-style: normal; }
@font-face { font-family: 'rosarioregular'; src: url('fonts/rosario-regular-webfont.eot'); src: url('fonts/rosario-regular-webfont.eot?#iefix') format('embedded-opentype'),  url('fonts/rosario-regular-webfont.woff2') format('woff2'),  url('fonts/rosario-regular-webfont.woff') format('woff'),  url('fonts/rosario-regular-webfont.ttf') format('truetype'),  url('fonts/rosario-regular-webfont.svg#rosarioregular') format('svg'); font-weight: normal; font-style: normal; }
/*
   @font-face { font-family: 'Gabriola'; src: url('fonts/hinted-Gabriola.eot'); src: local('Gabriola'),  url('fonts/hinted-Gabriola.eot?#iefix') format('embedded-opentype'),  url('fonts/hinted-Gabriola.woff2') format('woff2'),  url('fonts/hinted-Gabriola.woff') format('woff'),  url('fonts/hinted-Gabriola.ttf') format('truetype'),  url('fonts/hinted-Gabriola.svg#Gabriola') format('svg'); font-weight: normal; font-style: normal; }
 */
@font-face {
    font-family: 'Gabriola';
    src: url('fonts/Gabriola.eot');
    src: url('fonts/Gabriola.eot?#iefix') format('embedded-opentype'),
    url('fonts/Gabriola.woff') format('woff'),
    url('fonts/Gabriola.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face { font-family: 'Minion Pro'; src: url('fonts/MinionPro-Regular.eot'); src: url('fonts/MinionPro-Regular.eot?#iefix') format('embedded-opentype'),  url('fonts/MinionPro-Regular.woff') format('woff'),  url('fonts/MinionPro-Regular.ttf') format('truetype'); font-weight: normal; font-style: normal; }
/* 3. Base Typography
   ------------------------------------------------------------------------------*/
body {
    color:#373d48;
    /*background-color: #999999;*/
    background-color: white;
    font-size:13px;
    font-family:"futura-pt", sans-serif;
    font-weight:400;
    line-height:22px; }
h1, h2, h3, h4, h5, h6 {margin-bottom: .9em;font-weight:normal;}
h1 { font-size:34px; }
h2 {font-size: 1.7em;}
h3 { font-size:30px; }
h4 {font-size: 16px;font-weight: bold;}
h5 { font-size:25px; }
h6 { font-size:25px; }
p { color:#373d48; font-size:14px; font-weight:100; line-height:17px; margin-bottom:20px; line-height:1.35em}
ul { margin:0 0; padding:0; }
ul li { font-size:13px; color:#373d48; font-weight:300; line-height:18px; padding:0 0 5px 0; list-style-type:none; }
ol { margin:20px 20px; padding:0; }
ol li { font-size:13px; color:#373d48; font-weight:400; line-height:18px; padding:0 0 5px 0; list-style: decimal; margin-left:20px; }
blockquote { display:block; text-align:left; margin-bottom:20px; position:relative; background:#f3f3f3; padding:20px 20px 10px 20px; border-left:2px solid #1589cb; }
blockquote p { font-size:13px; font-weight:400; line-height:17px; margin-bottom:15px; position:relative; }

::-webkit-input-placeholder {
    color: #8b8d8d;
    opacity:1
}
:-moz-placeholder { /* Firefox 18- */
    color: #8b8d8d;
    opacity:1
}
::-moz-placeholder {  /* Firefox 19+ */
    color: #8b8d8d;
    opacity:1
}
:-ms-input-placeholder {
    color: #8b8d8d;
    opacity:1
}
hr { border:0 #000 solid; border-top-width:1px; clear:both; height:0; }
/* 4 Images
   ------------------------------------------------------------------------------*/
img { border:none; border-style: none; }
/* 5. Link
   ------------------------------------------------------------------------------*/
a { color:#000; }
a:hover { color:#000; text-decoration: none; }
a:active, a.current { color: #000; }
a:focus { outline: none; }

.tp-parallax-wrap.slider_bottom_text {
    left: 0 !important;
    width: 100%;
}

.tp-static-layers {
    width: 100%;
}

.zeus .tp-bullet {
    width: 9px !important;
    height: 9px !important;
}
/* 6. Forms
   ------------------------------------------------------------------------------*/
input[type="text"], input[type="password"], input[type="email"], input[type="tel"], input[type="search"], select { border: 1px solid #8d918b; border-radius: 5px; box-sizing: border-box; color: #666666; font-size:12px; height: 36px; max-width: 380px; padding: 0 10px; width:100%; font-family:"futura-pt", sans-serif !important; }
textarea { border:1px solid #8d918b; padding: 10px 10px; width:100%; max-width: 380px; color:#666666; font-family:"futura-pt", sans-serif !important; font-size:12px; height:169px; resize:none; border-radius: 5px; box-sizing:border-box }
input[type="submit"], input[type="button"], input[type="reset"] { background:#666; cursor:pointer; color:#fff; border:none; height:30px; line-height:28px; display:block; font-size:15px; }
input[type="submit"]:hover, input[type="button"]:hover { background:#000; color:#fff; }
.form-provision input[type="submit"], input[type="button"], input[type="reset"] { display: inline-block !important; }
.form-signup input[type="submit"], input[type="button"], input[type="reset"] { display: inline-block !important; }
.wpcf7-select{font-family:"futura-pt", sans-serif !important;}
#page {
    background-color: white;
    max-width: 75.385em;
    padding-top: 5em;
    /*border-left: 1.5px #cbcbcb solid;
       border-right: 1.5px #cbcbcb solid;*/
    margin-top: 2.3em;
}
.admin-bar .topheader {
    margin-top: 24px;
}
.admin-bar #page {
    margin-top: 23px;
}
.admin-bar .mobile-nav-block {
    margin-top: 24px;
}
/* 7. Tables
   ------------------------------------------------------------------------------*/
table { border-spacing: 0; border-collapse: collapse; }
td { text-align: left; font-weight: normal; }
/* 8. Layout Framework
   ------------------------------------------------------------------------------*/
/* main container */
.container { max-width:940px; width:100%; margin:0 auto }

iframe[name=google_conversion_frame] {
    display: none;
}

/* header */
.site-header{padding:25px 0 20px 0; transition:all 0.2s ease 0s; background-color: white; border-bottom: 1px #DEDEDE solid;}
.site-header.active { padding:25px 0 20px 0; transition:all 0.2s ease 0s; }


.logo {float: left;  height: auto;  margin: 0;  width: 240px;}
.logo img { float: left; height: auto; max-width: 100%; margin: 0.2em 0 0.6em 0;}
/*.social_link a{width:19px; height:20px; background-size:19px auto !important; display:inline-block; margin-right: 0px;  }*/
.social_link a{width:90px; height:15px; background-size:contain !important; display:inline-block; margin-right: 0px; position: relative; top: 8px; }

.header_right_info {float: right;margin-top: 1.4em;}
.social_link span { font-size: 14px; letter-spacing: 1px; line-height: 17px; margin-right: 10px; text-transform: capitalize; vertical-align: top; color:#a59c94; }
.social_link { display: block; float: none; margin-bottom: 10px; text-align: right; }
.call {
    color: #a0715b;
    display: block;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 17px;
}
.call a{ color: #a0715b;font-size: 14px; font-weight: 400; letter-spacing: 1px; line-height: 17px; }
nav {padding: 5px 0 6px 0;float: right;margin: 1em 1em 0 0;}
nav ul li { display:inline-block; padding:0; }
nav ul li.nav-active a { color:#a0715b; }
nav ul li a { display:inline-block; text-decoration:none; text-transform:uppercase; color:#a59c94; font-size:14px; margin-right:25px; font-family:"futura-pt", sans-serif; letter-spacing:1px; }
nav ul li a:hover{ color:#a0715b; }
nav ul li a.homepage_link { display:none }
.topheader {height: auto;position: fixed;top: 0;width: 100%;z-index: 999;background: #f4f4f4;}

nav .sub-menu {
    position: fixed;
    width: 980px;
    background-color: white;
    display: none;
    left: 0;
    top: 105px;
    padding: 2em;
    border-bottom: 1px solid #D9D9D9;
}

nav .sub-menu.active {
    display: flex;
}

nav li.menu-item-has-children {
    position: relative;
}

nav .sub-menu .menu-item {
    width: 20%;
    max-width: 190px;
    text-align: center;
}

nav .sub-menu .menu-item a {
    width: 100%;
    margin: 0;
}

nav .menu-item.button-last a {
    background-color: #Ecc075;
    color: white;
    padding: 0.7em 1em;
    font-size: 0.85em;
    border-radius: 0.2em;
    font-weight: 400;
}

nav .menu-item.button-last a:after {
    content: ">";
    padding-left: 0.5em;
}

nav .menu-item .image {
    height: 175px;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    background-position: center;
    margin-bottom: 1em;
}

/* Front banner */
#banner_outer { margin-left: 0; }
#banner { float: none; margin-bottom: 0; right: 0; }
.rsBullet { width:px; height:8px; border-radius:50%; background:url(images/bullet.png) no-repeat left top; }
/*.headings { left: 0; margin: 0 auto; max-width: 530px; position: absolute; right: 0; text-align: center; top: 0; width: 100%; }*/
.headings {

    display: table-cell;
    float: none;
    max-width: 530px;
    position: relative;
    vertical-align: middle;
    width: 100%;
}


.headings span.bg { /* background: rgba(0, 0, 0, 0) url("images/bg.png") no-repeat scroll left top;*/display: block; /*  filter: blur(5px);*/
    height: 100%; left: 0; margin: 0 auto; max-width: 396px; /*opacity: 0.6;*/ position: absolute; right: 0; top: 0; width: 100%; z-index: 0; /*backdrop-filter: blur(20px);*/ }
.headings h1 { position:relative; margin-top:0; }

.headings h1 .page_title {
    border: 1px solid #dbdbdb;
    color: #ffffff;
    display: table;
    font-family: "futura-pt",sans-serif;
    font-size: 40px;
    font-weight: 400;
    line-height: 50px;
    margin-bottom: 0;
    max-width: 396px;
    min-height: 124px;
    position: relative;
    width: 100%;
    z-index: 99;
}

.sub-heading {  color: #ffffff;  font-size: 24px;  line-height: 35px; padding:0 20px; display:block; font-weight:400;}
.descript{position: absolute;  right: 0;  bottom: 175px;   left: 0;  text-align: center;}
.descript .desc{ font-size:12px; line-height:32px; color:#fff; display:block !important;   }

/*.headbg { background: rgba(0, 0, 0, 0) url("images/headbg.png") no-repeat scroll left bottom; bottom: 0; min-height: 500px; position: absolute; width: 100%; }*/

.headbg {
    background: rgba(0, 0, 0, 0) url("images/headbg.png") no-repeat scroll left bottom;

    display: table;
    height: 100%;
    min-height: 100%;
    text-align: center;
    vertical-align: middle;
    width: 100%;
}


.bottom-arrow-outer { bottom: 20px; }
.bottom-arrow { background: rgba(0, 0, 0, 0) url("images/arrow.png") no-repeat scroll left top / 16px auto; bottom: 80px; display: block; height: 16px; left: 0 !important; margin: 0 auto; position: absolute; right: 0 !important; text-align: center; width: 16px; z-index: 996; }
.rsBullets { bottom: 65px; left: 0; margin: 0 auto; position: absolute; right: 0; text-align: center; z-index: 999; }
.rsBullet.rsNavSelected { background: #ffffff none repeat scroll 0 0; border-radius: 50%; height: 6px; width: 6px; }
.rsBullet { background: rgba(0, 0, 0, 0) none repeat scroll 0 0; border: 2px solid #ffffff; display: inline-block; height: 6px; margin: 0 3px; width: 6px; cursor:pointer; }

/* About Section */
.top_content { margin-bottom:40px; margin-top:80px; text-align:center }
.top_content h2 { font-size: 20px; font-weight: 400 !important; letter-spacing: 0; line-height: 50px; margin-bottom: 0; color:#a0715b; }
.top_content p { font-size: 16px; line-height: 19px; max-width: 640px; width: 100%; }
.page_cont h2 { font-size: 20px; font-weight: 400 !important; letter-spacing: 0; line-height: 50px; margin-bottom: 0;color:#a0715b; }
.page_cont p { font-size: 16px; font-weight: 100; line-height: 18px; margin-bottom: 20px; }
.page_cont { display:block; margin-bottom:73px; }
img.alignleft { max-width:100%; float:left; margin-right:50px; }
img.alignright { max-width:100%; float:right; margin-left:50px; }
.three_callouts { margin-left: auto; margin-right: auto; margin-top: 20px; text-align: center; }
.third { display: inline-block; float: left; margin: 0 20px 20px 0; text-align: center; width: 300px; }
.third img { max-width:100%; height:auto }
.third.last { margin-right:0; }
.third h3 { font-size: 20px; font-weight: 400; letter-spacing: 0; line-height: 50px; margin-bottom: 0; color:#a0715b; }
.third p { font-size: 16px; font-weight: 100; line-height: 19px; margin-bottom: 20px; }
/*.hrline { background: rgba(0, 0, 0, 0) url("images/page_line_bg.png") no-repeat scroll center center; display: block; height: 15px; max-width: 463px; text-align: center; width: 100%; margin-bottom:60px; }*/
.hrline {
    border-top: 2px dotted #b3b3b3;
    display: block;
    height: 2px;
    margin-bottom: 60px;
    max-width: 463px;
    text-align: center;
    width: 100%;
}
.aro { background: rgba(0, 0, 0, 0) url("images/black_arrow.png") no-repeat scroll center center / 16px auto; display: inline-block; height: 16px; width: 16px; }
.hrline > a {background: #ffffff none repeat scroll 0 0;  display: inline-block;  position: relative;  top: -8px;  width: 77px;}

/* Product Range Section */
.product.last { margin-right:0 }
.product img { display: flex; height: auto; max-width: 100%; }
.product { margin-right: 20px; position: relative; margin-bottom: 20px; }
.large.product { float: left; width: 460px; }
.small.product { float: left; width: 220px; }
.pro_title { left: 0; position: absolute; top: 23px; background:#fff; border-top:4px solid #9AC84D; padding:3px 15px; }
.product_list { display: block; width: 100%; margin-bottom:40px; }
.pro_title h3 { color: #9ac84d; font-size: 15px; font-weight: 400; line-height: 18px; margin-bottom: 0; }
.pro_title span { background: rgba(0, 0, 0, 0) url("images/view.jpg") no-repeat scroll right 5px / 4px auto; color: #666666; font-size: 12px; font-weight: 400; line-height: 14px; padding-right: 8px; }
.bottomline { color: #a0715b; display: block; font-size: 25px; font-weight: 400; line-height: 17px; margin-bottom: 0; text-align: center; }

/*.hrline2 { background: rgba(0, 0, 0, 0) url("images/h4line2.png") no-repeat scroll center center;  display: block; height: 15px; max-width:750px; text-align: center; width: 100%; }*/
.hrline2 {border-top: 2px dotted #b3b3b3;  display: block;  height: 2px;  max-width: 750px;  text-align: center;  width: 100%;}
.hrline2 > a {
    background: #ffffff none repeat scroll 0 0;
    display: inline-block;
    position: relative;
    top: -8px;
    width: 77px;
}
#product-range { margin-bottom:80px; }
.gal_leftimg { float: left; margin-right: 20px; padding: 0 0 20px; width: 540px; }
.gal_rightcontent { width:380px; padding:25px 0 0 0; float:left; }
.gal_rightcontent p { color: #373d48; font-size: 16px; font-weight: 100; line-height: 19px; margin-bottom: 20px; }
.popup { padding:25px; display:none }
#progallery1, #progallery2, #progallery3, #progallery4, #progallery5, #progallery6 { height:460px; width:540px; position:relative }
.slides-pagination { background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important; bottom: 110px !important; position: absolute; text-align: center; width: 100%; z-index: 3; }
.slides-pagination a.current { background: #ffffff none repeat scroll 0 0 !important; }
.slides-pagination a { background-image: none !important; border: 1px solid #ffffff !important; border-radius: 15px; display: inline-block; height: 6px !important; margin: 2px 4px; overflow: hidden; text-indent: -100%; vertical-align: middle; width: 6px !important; }
.rsDefault, .rsDefault .rsOverflow, .rsDefault .rsSlide, .rsDefault .rsVideoFrameHolder, .rsDefault .rsThumbs { background:transparent !important; }
.rsOverflow { overflow:hidden !important; }
.rsDefault .rsThumbsHor { position:relative }
.rsDefault.rsWithThumbsHor .rsThumbsArrowRight { background:  #fff url("images/arow_right.png") no-repeat scroll 7px center / 8px auto; }
.rsDefault.rsWithThumbsHor .rsThumbsArrowRight:hover { background: #fff url("images/arow_right.png") no-repeat scroll 7px center / 8px auto; }
.rsDefault.rsWithThumbsHor .rsThumbsArrowLeft { background:#fff url(images/arrow_left.png) no-repeat left center; background-size:8px; }
.rsDefault.rsWithThumbsHor .rsThumbsArrowLeft:hover { background: #fff url("images/arrow_left.png") no-repeat scroll left center / 8px auto; }
.rsDefault .rsThumbsHor { margin-top: 6px !important; overflow: hidden !important; }
.rsDefault .rsArrowIcn { height: 30px; left: 50%; position: absolute; top: 50%; width: 30px; }
.rsArrowLeft .rsArrowIcn{background: rgba(255, 255, 255, 0.7) url("images/arrow_left.png") no-repeat scroll center center / 8px auto !important; }
.rsArrowRight .rsArrowIcn{background: rgba(255, 255, 255, 0.7) url("images/arow_right.png") no-repeat scroll center center / 8px auto !important; }

.gal_rightcontent h2 { font-size:20px; line-height:50px; letter-spacing:0px; margin-bottom:0; font-weight: 400; color:#a0715b }
.fancybox-close { cursor: pointer; height: 36px; position: absolute; right: -18px; top: -18px; width: 36px; z-index: 8040; }
#slider3 { display: block; height: auto; padding-bottom: 50px; }
.rsFullscreenBtn { display:none !important; }
.product img { max-width:100%; }
.desktop { display:block }
.mobile { display:none }
.mobile-nav-block { display:none }
.overlaymenu { display:none }
.call_text { display: block; font-size: 14px; font-weight: 500; line-height: 24px; margin-bottom: 20px; }
.probutton:hover { color:#fff; background:#000 }
.probutton {
    background: #333333 none repeat scroll 0 0;border: 1px solid #b3b3b3;border-radius: 4px;box-sizing: border-box;color: #ffffff;  display: inline-block;  font-size: 14px;  font-weight: 400;  height: 28px;
    line-height: 16px;  padding: 3px 10px 4px;  text-align: center;  text-decoration: none;  width: 148px;}

.fancybox-close { background-attachment: scroll !important; background-clip: border-box !important; background-color: rgba(0, 0, 0, 0) !important; background-image: url("images/cloase1.png") !important; background-origin: padding-box !important; background-position: left top !important; background-repeat: no-repeat !important; background-size: 14px auto; cursor: pointer; height: 14px !important; position: absolute; right: 24px !important; top: 24px !important; width: 14px !important; z-index: 8040; }
/*.headings span.bg { background-position:center; background-repeat:no-repeat; background-size:inherit; -webkit-filter: blur(5px); filter: blur(5px); max-width: 394px; position: absolute; }*/

.headings span.bg {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: inherit;
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5) inset;
    max-width: 394px;
    filter: blur(6px);
    -webkit-filter: blur(6px);
    -moz-filter: blur(6px);
    opacity: 0.9;
    position: absolute;
    z-index:9;
    background-color:#fff;
    backdrop-filter: contrast(1) blur(6px);
    -webkit-backdrop-filter: contrast(1) blur(6px);
}

/* Contact Section */
.column-left { float: left; max-width: 380px; width: 100%; }
.column-right { float: right; max-width: 380px; width: 100%; }
.contact_form h2 { font-size:20px; line-height:50px; font-weight:500; color:#a0715b; margin-bottom:0 }
.contact_form { box-sizing: border-box; display: block; margin-bottom: 60px; max-width: 780px; width: 100% !important; }
.wpcf7-submit {
    background: #333333 none repeat scroll 0 0 !important;
    border: 1px solid #b3b3b3 !important;
    border-radius: 4px;
    box-sizing: border-box;
    color: #ffffff !important;
    display: inline-block !important;
    font-family: "futura-pt",sans-serif;
    font-size: 14px !important;
    line-height: normal !important;
    max-width: 148px;
    padding: 2px 10px 4px;
    text-decoration: none;
    width: 100%;
}
.wpcf7-form p { display:block; clear:both; text-align:center; }
.wpcf7-form label {
    display: block;
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 5px;
}
.field {
    color: #333333;
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 11px;
}
.site-footer { background:#c6c8c5; padding:8px 0; overflow: auto; }
.site-footer p { color:#666; margin-bottom:0; font-size:12px; line-height:14px; }
.site-footer .right {
    float: right;
    padding: 0.3em 3em 0 0;
}
.site-footer .menu-item {
    display: inline-block;
    padding: 0 1em;
    font-size: 0.8em;
    border-right: 1px solid #373d48;
}
.site-footer .menu-item:last-child {
    border: none;
}
.site-footer .left {
    float: left;
    padding: 0 0 0 3em;
}

.addressbar.last { margin-right:0 }
.addressbar h3 { font-size:20px; line-height:50px; color:#a0715b; font-weight:500; margin-bottom:0 !important }
.addressbar { display: inline-block; float: none; margin-right: 20px; max-width: 220px; text-align: left; vertical-align: top; width: 100%; }
.addressbar p { color:#333333; font-size:12px; line-height:17px; font-weight:100; }
.address_container { text-align: center; max-width:780px; width:100%; margin-bottom:6px; }
.addressbar1 { max-width: 219px; }
.addressbar2 { max-width: 257px; }
.addressbar3 { max-width: 257px; }
#map1 { width:780px; display:block; height:350px; margin-bottom:20px; }
.note em{ color:#333333; }
.note {
    color: #999999;
    display: block;
    font-size: 12px;
    line-height: 15px;
    text-align: left;
}
#contact-us .top_content { margin-top:65px; }
.back_to_top { color: #666666; display: inline-block; font-size: 9px; line-height: 11px; margin: 0 auto; padding-bottom: 35px; padding-top: 35px; background:url(images/bottom_arrow.png) no-repeat center top; background-size:16px auto; }
.backto_top { text-align: center; }
div.wpcf7 img.ajax-loader { border: medium none; display: block !important; margin: 5px auto 0 !important; vertical-align: middle; }


.chosen-container-single .chosen-single {border: 1px solid #8d918b !important;
    border-radius: 5px;
    box-sizing: border-box;
    color: #666666;
    display: block;
    height: 36px !important;
    line-height: 30px !important;
    overflow: hidden;
    padding: 0 0 0 8px;
    position: relative;
    text-decoration: none;
    white-space: nowrap;
    width: 380px !important;  background:#ffffff none repeat scroll 0 0 !important;
}
.chosen-container { width: 380px !important;}
.chosen-search { display:none !important }
.chosen-container-active.chosen-with-drop .chosen-single{ background-image:none !important; background-color:transparent  }
.chosen-container-single .chosen-single div b {  background: rgba(0, 0, 0, 0) url("images/select_arow.png") no-repeat scroll 0 11px / 7.5px auto !important;  display: block;  height: 100%;  width: 100%;}
.chosen-container-active .chosen-single{ box-shadow:none !important; }

div.wpcf7-validation-errors {
    background: transparent !important;
    border: medium none !important;
    color: #ff0000;
    font-size: 14px;
    font-weight: 400;
    padding: 10px;
}
.wpcf7-text.wpcf7-not-valid, .wpcf7-textarea.wpcf7-not-valid {
    background: #fcb0b7 none repeat scroll 0 0 !important;
    border: 1px solid #fa727f !important;
    box-shadow: none !important;
}

.wpcf7-submit:hover{ background:#000; }

#test {
    display: block;
    margin: 0 50px;
    width: 700px;
}
.rsArrow{ display:none !important }
.chosen-rtl .chosen-drop { left: -9000px; }

#product-range .top_content{ text-align:center }
.not-found{ margin-top:220px; }
.error404  .backto_top{ display:none }
.error404 .site-footer{ position:fixed; bottom:0 !important; width:100% }
#about-us .top_content{margin-top:45px; text-align:center }
.rsDefault .rsThumb.rsNavSelected{ background:transparent !important }
.rsDefault .rsThumb.rsNavSelected img {opacity: 1 !important;}
.page_title > em {
    display: table-cell !important;
    font-style: normal !important;
    height: 124px !important;
    text-align: center !important;
    vertical-align: middle !important;
}

/*.bg{
   margin:0 auto;
   width:255px;
   height:255px;
   top:45%;
   left:45%;
   position:absolute;
   cursor:pointer;

   }*/
.abthumb{ max-height:200px; max-width:300px; display:block; overflow:hidden }
.pro_thumb{ max-height:325px; display:block; overflow:hidden }
.pro_thumb.large{max-width:460px; }
.pro_thumb.small{max-width:220px; }
.rsSlide {
    height: 376px !important;
    max-width: 100%;
    width: 540px !important;
}
.rsSlide .rsMainSlideImage{ max-width:100%; height:auto }
.rsDefault .rsPreloader{ width:25px !important; height:25px !important; }
#homebulletul, .homebulletul {
    bottom: 100px;
    left: 0;
    margin: 0 auto;
    max-width: 200px;
    position: absolute;
    right: 0;
    text-align: center;
    width: 100%;
    z-index: 9999;
}
#homebulletul li, .homebulletul li{ display:inline-block !important}
#homebulletul li a, .homebulletul li a{ border:1px solid #ffffff !important; border-radius:50%; width:8px; height:8px; margin:0 1px; font-size:0px; display:inline-block }
#homebulletul li a.on, .homebulletul li a.on{ border:1px solid #ffffff !important; border-radius:50%; width:8px; height:8px; background:#fff;  }
.createby:hover{  color: #666666;}
.createby{
    color: #666666;
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 0; text-decoration:none; font-weight:100; padding-top:4px;
}

.space{ margin-top:32px;}

.wpb_text_column.no_margin { margin-bottom:0; }

.page-header {
    margin-top: 2.9em;
    text-align: center;
    width: 85%;
    margin: 2.9em auto 0;
}

.page-header h2 {
    color: #9e7456;
}

.blog .backto_top,
.archive .backto_top,
.single-post .backto_top {
    display: none;
}

.page-header hr {
    margin-top: 1em;
}

.terms li {
    display: inline;
    font-weight: lighter;
}

.terms li::after {
    content: "/";
    padding: 0 0.5em 0 0.7em;
    color: #BBB;
}

.terms li:last-child::after {
    content: "";
}

.page-header.blog a {
    font-size: 13px;
    font-weight: 300;
    line-height: 18px;
    padding: 0 0 5px 0;
    letter-spacing: 0.2em;
}

hr {
    border-color: #BBB;
    margin: 0 1.7em;
}

.posts {
    display: flex;
    flex-flow: row wrap;
    padding-top: 1.5em;
    padding-bottom: 4em;
}
.posts > .post-column {
    width: 33.33%;
    margin: 0;
    position: relative;
}

.featured-post > .post-column > .post-wrap {
    text-align: center;
    padding: 1.5em;
}

.featured-post .post-wrap .button {
    margin-top: 0.4em;
    margin-bottom: 0.8em;
}

.posts .post-wrap a.button {
    margin: 0.8em 0 1em;
}

.featured-post {
    padding-top: 2em;
    width: 85%;
    margin: 0 auto;
}

.post-wrap span.category {
    font-weight: 300;
    margin: 1.4em 0 0.2em;
    text-transform: uppercase;
    display: inline-block;
    letter-spacing: 0.2em;
}

.posts .post-wrap span.category {
    margin: 0.8em 0 1em;
}

.post-wrap h2 {
    font-weight: 300;
    line-height: 1.2;
    text-transform: uppercase;
}

.featured-post .post-wrap h2 {
    font-size: 3em;
}

.featured-post .post-wrap .entry-content::before,
.featured-post .post-wrap .entry-content::after {
    border-top: 1px solid #BBB;
    content: "";
    width: 25%;
    display: block;
    padding: 0 0 2em;
    margin: 2.3em auto 0;
}


.posts > .post-column > .post-wrap {
    padding: 4em 1.5em 0;
    text-align: center;
    position: relative;
    z-index: 10;
}

.posts > .post-column > .post-wrap h2 {
    font-size: 18px;
}

.posts > .post-column:nth-child(-n+3) > .post-wrap {
    padding-top: 0;
}

.posts > .post-column::after{
    border-right: 1px solid #BBB;
    height: 100%;
    width: 100%;
    content: "";
    display: block;
    position: absolute;
    top: 0;
}


.posts > .post-column:nth-child(3n)::after{
    border-right: none;
}

.posts > .post-column > .post-wrap::after{
    border-bottom: 1px solid #BBB;
    border-left: 1px solid #BBB;
    content: "";
    margin: 0 3em;
    display: block;
    position: relative;
    top: 1.5em;
}

.image.background {

    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;

}

.image.r16by9 {
    width: 100%;
    padding-bottom: 56.25%;
}

a.button {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 300;
    letter-spacing: 0.1em;
    background-color: #3a586c;
    color: white;
    padding: 0.5em 3.5em;
    border-radius: 0.25em;
    display: inline-block;
}

.posts-pagination {
    text-align: center;
    margin-bottom: 2.4em;
}

.post-single .entry-header {
    text-align: center;
}
.post-single .entry-header h2{
    font-size: 3em;
}
.post-single .entry-header .category {
    display: inline-block;
    padding: 1.8em 6em;
    margin-bottom: 2em;
    border-bottom: 1px solid #BBB;
}

.related-header {
    text-align: center;
    font-size: 1em;
    color: #9e7456;
}
.button.loadmore {background-color:black;}
.share-buttons {
    text-align: center;
}

.buttons-container {
    display: none;
    position: absolute;
    top: 0;
    width: 16em;
    left: 100%;
    margin: -1.2em 0 0 1.8em;
    background-color: #7da495;
    padding: 0.5em 1em;
    border-radius: 0.3em;
}

.buttons-container.active {
    display: block;
}

.buttons-container::before {
    width: 20px;
    height: 20px;
    display: inline-block;
    content: "";
    position: absolute;
    left: -5px;
    background-color: #7da495;
    transform: rotate(45deg);
    top: 50%;
    margin-top: -10px;
}

.share-buttons {
    padding-bottom: 2em;
}

.share-buttons .apss-icon-block {
    background-color: transparent;
}

.button.share {
    background-color: black;
    display: inline-block;
}

.button.share img {
    height: 17px;
    vertical-align: middle;
    margin: 0.4em 0.5em 0.4em 0;
}

.share-buttons .button-wrapper {
    display: inline-block;
    position: relative;
}

.share-buttons .apss-single-icon a {
    min-height: auto;
}

.page-header.blog a.current {
    font-weight: 400;
}

.vc_row.no-padding .vc_column-inner {
    padding-top: 0 !important;
}
.vc_row.no-padding {
    overflow: visible !important;
}

.um input {
	max-width: 100%;
}