@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:300i,400,600');

span.demofont {
    font-family: 'Source Sans Pro', sans-serif;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

table,
th,
td {
    border: none
}

table {
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin: 0 0 1.6em;
    table-layout: fixed;
    width: 100%;
}

caption,
th,
td {
    font-weight: normal;
    text-align: left;
}

th {
    border-width: 0 1px 1px 0;
    font-weight: 700;
}

td {
    border-width: 0 1px 1px 0;
}

th,
td {
    padding: 0.4em;
}

th {
    font-size: 24px;
    letter-spacing: 1px;
    line-height: 28px;
}

* {
    margin: 0;
    padding: 0;
    border: none;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    line-height: normal
}

input {
    border: 0;
    outline: none
}

img {
    border: none;
    outline: none;
    max-width: 100%;
    height: auto
}

ul,
ul li {
    list-style: none;
}

ol,
ol li {
    list-style: decimal;
}

input[type="submit"],
input[type="button"] {
    cursor: pointer
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0
}

.clearfix {
    display: inline-block
}

.clear {
    display: block;
    width: 100%;
    height: 1px;
    background: none;
    clear: both;
}

* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block
}

textarea,
input[type="text"],
input[type="button"],
input[type="submit"] {
    -webkit-appearance: none;
    border-radius: 0;
    resize: none;
    max-width: 100%;
}

p,
span,
a,
small,
blockquote,
ul,
li {
    line-height: normal;
}

figure {
    max-width: 100%;
    position: relative;
}

blockquote,
q {
    quotes: """";
    font-size: 26px;
    font-style: italic;
    line-height: 1;
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
    padding: 20px 0;
}

a {
    text-decoration: none;
    color: inherit;
    outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    line-height: normal;
    color: #151515;
    padding-bottom: 5px;
}

h1 {
    font-size: 34px;
    line-height: 36px;
}

h2 {
    font-size: 30px;
    line-height: 32px;
}

h3 {
    font-size: 24px;
    line-height: 28px;
}

h4 {
    font-size: 20px;
    line-height: 24px;
}

h5 {
    font-size: 18px;
    line-height: 20px;
}

h6 {
    font-size: 16px;
    line-height: 18px;
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.625em;
}

p {
    margin-bottom: 0;
}

dl {
    margin: 0 1.625em;
}

dt {
    font-weight: bold;
}

dd {
    margin-bottom: 1.625em;
}

strong {
    font-weight: bold;
}

cite,
em,
i {
    font-style: italic;
}

sup,
sub {
    font-size: 70%;
    height: 0;
    line-height: 1;
    position: relative;
    vertical-align: baseline;
}

sup {
    bottom: 1ex;
}

sub {
    top: .5ex;
}

blockquote {
    font-style: italic;
    font-weight: normal;
    margin: 0 1em;
}

blockquote em,
blockquote i,
blockquote cite {
    font-style: normal;
}

blockquote cite {
    color: #666;
    font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 300;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}

blockquote,
q {
    quotes: """";
}

a img {
    border: 0;
}

pre {
    background: #f4f4f4;
    font: 13px "Courier 10 Pitch", Courier, monospace;
    line-height: 1.5;
    margin-bottom: 1.625em;
    overflow: auto;
    padding: 0.75em 1.625em;
}

sup,
sub {
    font-size: 70%;
    height: 0;
    line-height: 1;
    position: relative;
    vertical-align: baseline;
}

sup {
    bottom: 1ex;
}

sub {
    top: .5ex;
}

a {
    text-decoration: none;
    transition: all .15s ease-in-out 0s;
}

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

:focus {
    outline: 0;
}

table {
    border-collapse: separate;
    border-spacing: 0;
}

caption,
th,
td {
    font-weight: normal;
    text-align: left;
    vertical-align: top;
}

th,
td {
    color: #000;
    font-size: 16px;
    line-height: 19px;
    text-align: left;
}

table img {
    margin: 0 !important;
    width: 100%;
}

.spacer_bottom { display: block; width: 100%; clear: both; min-height: 90px; }

html { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; height: 100%; }

body { font-size: 14px; color: #000; font-family: 'Source Sans Pro', sans-serif; font-weight: 400; background: #fff; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; height: 100%; overflow-x: hidden; -webkit-overflow-scrolling: touch; -webkit-overflow-scrolling: auto; }
body.popup_view { overflow: hidden; }

.wrapper { max-width: 1240px; margin: 0 auto; padding:0 15px; }
.wrapper1 { /*max-width: 1240px;*/ margin: 0 auto; max-width:100%; }

/* layout */
#layout { float: left; width: 100%; position: relative; padding: 0 0 0; }

/*********Header Css*********/

.head-wrap { float: left; width: 100%; position: relative; padding-bottom:56px; }

.ad_container { float: left; width: 100%; background:#fff; }
.ad_container .ad { display: block; width: 100%; text-align: center; max-width: 100%; margin: 10px auto 10px; max-height: 90px; }
.ad_container .ad img { vertical-align: top; }


header { float: left; width: 100%; background: #151515; text-align: center; position:absolute; z-index:999999; left:0; bottom:0; }
header.show { position: fixed; top:0; bottom: auto; }

header .header_inner { float: left; width: 100%; padding: 0 20px; border-top: 4px solid #bce2f1; position: relative; min-height: 56px; z-index: 99; }

header ul.left_logos { float: left; padding: 7px 0 0 0; font-size:0; }
ul.left_logos li { display: inline-block; vertical-align: middle; }
ul.left_logos li a { display: block; vertical-align: top; }
ul.left_logos li a img { vertical-align: top; }
ul.left_logos li.thd_logo { background: url(../images/plus_icon.png) no-repeat right center; padding: 0 21px 0 0; background-size: 10px; }
ul.left_logos li.thd_logo a { width: 38px; }
ul.left_logos li.rs_logo { padding: 0 0 0 12px; }
ul.left_logos li.rs_logo a { width: 115px; }
ul.left_logos li.bhg_logo { padding: 0 0 0 12px; }
ul.left_logos li.bhg_logo a { width: 119px; }


header a.paid_logo {
    display: inline-block;
    width: auto;
    margin: 0 auto;
    vertical-align: top;
    color: #000;
    text-transform: uppercase;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 13px;
    font-weight: 600;
    background: #bce2f1;
    padding: 0 5px 3px 5px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
a.paid_logo i { padding: 0 0 0 5px; font-size: 13px; }

header .show_text { float: left; width: 100%; font-family: 'Source Sans Pro', sans-serif; font-size: 11px; font-weight: 600; color: #151515; text-transform: uppercase; text-align: center; background: #fff; padding: 8px 20px; margin: 0; position: relative; display: none; line-height: 14px }
header .show_text span.close { position: absolute; right: 2px; top: 10px; width: 20px; height: 20px; cursor: pointer; }
header .show_text span.close:before,
header .show_text span.close:after { position: absolute; left: 10px; content: ""; height: 13px; width: 1px; background-color: #151515; }
header .show_text span.close:before { transform: rotate(45deg); -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); }
header .show_text span.close:after { transform: rotate(-45deg); -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); }

header ul.social_icon { list-style: none; float: right; width: auto; margin-top: 10px; }
header ul.social_icon li { list-style: none; display: inline-block; float: left; margin-left: 10px; }
header ul.social_icon li:first-child { margin-left: 0; }
header ul.social_icon li a { display: block; width: 30px; height: 30px; border-radius: 50%; border: 2px solid #fff; opacity: 1; transition: all 0.5s ease; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; }
header ul.social_icon li a i { font-size: 15px; line-height: 27px; color: #fff; display: inline-block; }
header ul.social_icon li a:hover { opacity: 0.7; }

/*********Header Css*********/



/***************************************Home Intro Css**************************************************/


.tag_link { display: inline-block; vertical-align: top; color: #005f95; font-size: 16px; line-height: 20px; padding: 11px 10px 9px; border: 1px solid #005f95; background:#fff; font-family: 'Verlag-Bold'; text-transform: uppercase; margin-bottom: 30px; }
.tag_link span { color: #171512; }

.banner{ float:left; width:100%; text-align:center; padding:0 0 0; margin:0 0 -30px; position:relative; z-index:99; }
.banner .banner_text{ width:100%; max-width:100%; margin:0 auto; background:#eefbff; padding:80px 15px 84px; }
.banner .banner_text h1{ font-family: 'Verlag-Bold'; font-size:75px; line-height:75px; color:rgba(23,21,18,0.75); position:relative; padding:0 0 30px; margin:0 0 26px; text-transform:uppercase;  }
.banner .banner_text h1:after{ content:""; position:absolute; width:114px; height:8px; background:#979797; left:50%; top:100%; margin:0 0 0 -57px; }
.banner .banner_text h1 small{ font-family: 'Verlag-XLight'; line-height:inherit; }
.banner .banner_text h1 span{ display:block; color:#005f95; font-size:115px; line-height:96px; }
.banner .banner_text p{ font-family: 'Verlag-Light'; font-size:35px; line-height:39px; width:710px; max-width:100%; margin:0 auto; color:#171512; }

.banner .banner_img{ display:block; width:100%; min-height:600px; height:90vh; background-size:cover !important; }
.banner .banner_img img{ display:none; vertical-align:top; }


.home_btn { z-index:11; transition:none; -webkit-transition:none; position:absolute; right:15px; top:15px; font-family: 'Verlag-Bold'; font-size: 18px; line-height: 22px; background: rgba(255,255,255,0.5); padding: 5px 10px; border-radius: 2px; -webkit-border-radius: 2px; }
.home_btn:hover { background: rgba(255,255,255,1); box-shadow: 0px 0px 4px rgba(0,0,0,0.2); -webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.2); } 
.home_btn.fixed { position:fixed; top: 70px; box-shadow: 0px 0px 4px rgba(0,0,0,0.2); -webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.2); }
.home_btn.fixed:hover {  } 

.banner_inner{ float:left; width:100%; text-align:center; padding:0 0 0; margin:0 0 15px; position: relative; }
.dining_table_page .banner_inner { margin:0; }
.banner_inner .wrapper1{display:flex; }
.banner_inner .banner_text{ width:520px; max-width:100%; margin:0 auto; background:#fbf9ed; padding:15px 15px 15px; position:relative; display:flex; align-items:center; justify-content: center; }
.banner_inner .banner_text .banner_text_inner{ width:100%; max-width:100%; }
.banner_inner .banner_text:after{ content:""; position:absolute; right:-50px; top:calc(50% - 50px); width: 0; height: 0; border-top: 50px solid transparent; border-left: 50px solid #fbf9ed; border-bottom: 50px solid transparent;}
.banner_inner .banner_text h1{ font-family: 'brandon_grotesqueregular'; font-size:78px; line-height:110px; color:#005f95; position:relative; padding:0; margin:0 0 0; letter-spacing:-1px;  }
.banner_inner .banner_text h1 small{ display:block; font-size:45px; line-height:64px; margin:-10px 0 -35px;  }
.banner_inner .banner_text h1 span{ display:block; font-size:88px; line-height:68px;  }
.banner_inner .banner_text .bottom_arr{ display:inline-block; font-size:0; width:30px; height:30px; text-align:center; box-shadow:0 0 5px rgba(0,0,0,0.35); padding:10px 0 0; margin:0 0 27px; }
.banner_inner .banner_text p{ font-family: 'Verlag-Book'; font-size:18px; line-height:21px; width:380px; max-width:100%; margin:0 auto; color:#000; letter-spacing:0.95px; text-transform:uppercase; }
.banner_inner .banner_img{ display:block; width:calc(100% - 520px); min-height:535px; height:90vh; background-size:cover !important; }
.banner_inner .banner_img img{ display:none; vertical-align:top; }

.dining_table_page .banner_inner .banner_text .bottom_arr { padding-top:12px;  }
.dining_table_page .banner_inner .banner_text { background: #ebf8fd; }
.dining_table_page .banner_inner .banner_text::after {  border-left: 50px solid #ebf8fd; }
.dining_table_page .banner_inner .banner_text h1 { padding-bottom: 30px;  font-size: 75px; line-height: 75px; color: #d3b661; font-family: 'ChronicleDisplay-Roman'; font-weight:400; }
.dining_table_page .banner_inner .banner_text h1:after { content:''; display: block; width: 60px; height: 6px; background: #171512; margin:30px auto 0; }
.dining_table_page .banner_inner .banner_text h1 small{ display:block; font-size:20px; line-height:24px; color: #000; text-transform: uppercase; font-family: 'BrandonGrotesque-Black'; margin:0; letter-spacing: 0.10em; }
.dining_table_page .banner_inner .banner_text p { font-family: 'ChronicleDisplay-Roman'; text-transform:none; font-size: 22px; line-height: 26px; letter-spacing:normal; padding: 0 10px 30px; }


.vid_banner{ float:left; width:100%; text-align:center; position: relative; }
.vid_banner .vid_banner_text{ width:690px; max-width:100%; margin:0 auto; padding:115px 15px 67px; }
.Shelf_style .vid_banner .vid_banner_text { width: 100%; max-width: 800px;  }

.vid_banner .vid_banner_text h1{ font-family: 'ChronicleDisplay-Roman'; font-size:71px; line-height:72px; color:#005f95; padding:0 0 27px; }
.vid_banner .vid_banner_text p{ font-family: 'ProximaNova-Light'; font-size:34px; line-height:36px; color:#000; }





/*********bodycontent********/
.bodycontent { float: left; width: 100%; background: #fff; position: relative; }
.bodycontent.wabi-sabi .article_cont { margin-top:0; }
.bodycontent.wabi-sabi .vid_block { margin-bottom: 80px; }
.bodycontent .vid_block.shadowed { box-shadow: 0px 0px 3px rgba(0,0,0,0.3); } 

.content_row{ display:flex; width:100%; justify-content: space-between; align-items:center; margin:30px 0 30px; }
.dining_table_page .content_row { margin:0; }

.content_row.left_align{ justify-content: flex-start; }
.content_row.right_align{ justify-content: flex-end; }
.content_row.center_align{ justify-content: center; }
.content_row img{ vertical-align:top; position: relative; z-index:10; }
.content_row.stucked { margin-bottom: -135px; }
.content_row.stucked .text_col.left { margin-bottom: 150px; }
.content_row.bedroom_box { padding-left: 135px; align-items:flex-end; -webkit-align-items:flex-end; }
.content_row.bedroom_box .text_col .text_inner { padding: 35px; }

.content_row .img_col{ margin:0 80px 0 0; position: relative; }
.content_row.dining_box .img_col { max-width: 615px; }
.content_row.bedroom_box .img_col { max-width: 400px; }
.content_row.bathroom_box .img_col { max-width: 675px; }
.content_row.oasis .img_col { max-width: 540px; }
.content_row.oasis .text_col { margin-left: 15px; max-width: 310px; }
.content_row.oasis .text_col .text_inner { padding: 35px; }
.content_row.bold_bright .img_col { max-width: 540px; }


.content_row .img_col.has_video:after { width: 60px; height: 60px; content: ''; position:absolute; right: 40px; top: 40px; background:url(../images/vid_icon.png) no-repeat; background-size:100% 100%; z-index:10; }
.content_row .img_col.right.has_video:after { right:auto; left:40px; }
.content_row .img_col.has_video.bottom:after { top:auto; bottom:40px; }
.content_row .img_col.has_video.left_top:after { left:40px; top:40px; }

.content_row .img_col.right{ order:2; margin:0 0 0 80px; }
.content_row .img_col figure{ display:block; position:relative; overflow:hidden; }
.content_row .img_col figure img{ vertical-align:top; transition:all ease 0.3s; -webkit-transition:all ease 0.3s; -moz-transition:all ease 0.3s; }
.content_row .img_col figure:hover img{ transform:scale(1.1,1.1); -webkit-transform:scale(1.1,1.1); -moz-transform:scale(1.1,1.1); }
.content_row .img_col figure a{ position:absolute; left:0; top:0; width:100%; height:100%; z-index:999; font-size:0; }


.content_row .img_box{/* margin:0 10px 0 0;*/ width:60%; }
.content_row .img_box.right{ order:2; /*margin:0 0 0 25px;*/ }
.content_row .img_box figure{ display:block; position:relative; height:95vh; min-height:500px; background-size:cover !important; }
.content_row .img_box figure > img{ display:none;}

.content_row.white_bg .img_box{ height:95vh; display:flex; align-items:center; justify-content: center; }
.content_row.white_bg .img_box figure{ background:none !important; height:auto; min-height:0; }
.content_row.white_bg .img_box figure > img{ display:inline-block; max-height:95vh; }




@-webkit-keyframes pulse {
  0% { opacity: 0.1; -webkit-transform: scale(0.5); }
  50% { opacity: 0.99; }
  70% { opacity: 0.85; }
  100% { opacity: 0; -webkit-transform: scale(2.4); }
}

@keyframes pulse {
  0% { opacity: 0.1; transform: scale(0.5); }
  50% { opacity: 0.99; }
  70% { opacity: 0.85; }
  100% { opacity: 0; transform: scale(2.4); }
}

.content_row .img_box .dot_img{ position:absolute; width:40px; height:40px; border-radius:50%; z-index:999; }
.content_row .img_box .dot_img:before{ content:''; background:rgba(212,194,113, 0.35); border-radius:50%; position:absolute; top:50%; left:50%; animation:pulse 2s linear infinite; -webkit-animation:pulse 2s linear infinite; animation-delay:1s; padding:0; z-index:9; width:30px; height:30px; margin:-15px 0 0 -15px; }
.content_row .img_box .dot_img:after{ content:''; background:rgba(212,194,113, 0.35); border-radius:50%; position:absolute; top:50%; left:50%; animation:pulse 2s linear infinite; -webkit-animation:pulse 2s linear infinite; padding:0; z-index:9; width:30px; height:30px; margin:-15px 0 0 -15px; }

.dining_table_page .content_row .img_box .dot_img:before{ background:rgba(121,35,46, 0.35); }
.dining_table_page .content_row .img_box .dot_img:after{ background:rgba(121,35,46, 0.35); }


.content_row .img_box .dot_img.dot1{ right:16%; bottom:5%; }
.content_row .img_box .dot_img.dot2{ left:10%; top:6%; }
.content_row .img_box .dot_img.dot3{ right:1%; bottom:7%; }
.content_row .img_box .dot_img.dot4{ left:7%; top:24%; }
.content_row .img_box .dot_img.dot5{ right:6%; bottom:9%; }
.content_row .img_box .dot_img.dot6{ right:29%; top:21%; }
.content_row .img_box .dot_img.dot7{ left:24%; bottom:4%; }
.content_row .img_box .dot_img.dot8{ right:2%; bottom:3%; }
.content_row .img_box .dot_img.dot9{ right:-40px; bottom:5%; }
.content_row .img_box .dot_img.dot10{ left:15%; top:15%; }

.dining_table_page .content_row .img_box .dot_img.dot1 { right: 40%; bottom: 40%; }
.dining_table_page .content_row .img_box .dot_img.dot2 { left: 60%; top: 34%; }
.dining_table_page .content_row .img_box .dot_img.dot3 { left: 45%; top: 84%; }
.dining_table_page .content_row .img_box .dot_img.dot4 { left: 15%; top: 85%; }
.dining_table_page .content_row .img_box .dot_img.dot5 { left: 89%; top: 84%; }
.dining_table_page .content_row .img_box .dot_img.dot6 { left: 7%; top: 58%; }
.dining_table_page .content_row .img_box .dot_img.dot7 { left: 38%; top: 87%; }
.dining_table_page .content_row .img_box .dot_img.dot8 { left: 8%; top: 85%; }
.dining_table_page .content_row .img_box .dot_img.dot9 { left: 47%; top: 86%; }
.dining_table_page .content_row .img_box .dot_img.dot10 { left: 45%; top: 66%; }


.content_row .text_col{ min-width:320px; }
.content_row .text_col.left{ order:1; }
.content_row .text_col .text_inner{ border:1px solid #979797; padding:35px 35px; position:relative; text-align:center; box-shadow:0 0 6px #abd7ec; background:#fff; z-index:999; min-height:185px; }
.content_row .text_col .text_inner:after{ content:""; position:absolute; width:30px; height:30px; top:calc(50% - 15px); left:-15px; background:#fff; transform:rotate(45deg);  box-shadow:0 0 6px #abd7ec; z-index:-1; border-width:0 0 1px 1px; border-style:solid; border-color:#979797; }
.content_row .text_col .text_inner:before{ content:""; position:absolute; width:25px; height:50px; top:calc(50% - 25px); left:0; background:#fff; z-index:9; }
.content_row .text_col.left .text_inner:after{ left:auto; right:-15px; border-width:1px 1px 0 0; }
.content_row .text_col.left .text_inner:before{ left:auto; right:0; }


.content_row .text_col .text_inner h3{ font-family: 'Verlag-XLight'; font-size:40px; line-height:40px; color:rgba(23,21,18,0.75); padding:0; }
.content_row .text_col .text_inner strong{ font-family: 'Verlag-Black'; font-size:18px; line-height:20px; letter-spacing:3px; display:block; padding:0 0 5px; color:rgba(23,21,18,0.75); }
.content_row .text_col .text_inner .brand_logo{ display:block; margin:25px 0 0; }
.content_row .text_col .text_inner a{ position:absolute; left:0; top:0; width:100%; height:100%; z-index:999; font-size:0; }
.content_row.bedroom_box.v_align_center,
.content_row .v_align_center { align-items:center !important; -webkit-align-items:center !important; }
.content_row.wabi_sabi .img_col { margin-right:55px; }
.content_row.shelf_style .img_col { max-width: 540px; }
.content_row.shelf_style { padding-left: 135px; }
.content_row.shelf_style .text_col .text_inner { padding: 35px; }

.content_row.small_spaces .img_col { max-width: 525px; }
.content_row.small_spaces { padding-right: 90px; }
.content_row.small_spaces .text_col .text_inner { padding: 35px; }

.content_row .text_inner.v_middle { align-items:center; -webkit-align-items:center; justify-content:center; -webkit-justify-content:center; display: flex; -webkit-display: flex; flex-wrap:wrap; -webkit-flex-wrap:wrap; }

.content_row.box2 { padding-right:140px; }

.content_row .text_box{ width:40%; padding:0 15px; }
.content_row .text_box.left{ order:1; }
.content_row .text_box .text_inner{ width:385px; max-width:100%; position:relative; text-align:center; margin:0 auto; }

.content_row .text_box .text_inner h3{ font-family: 'brandon_grotesquelight'; font-size:70px; line-height:55px; color:#005f95; letter-spacing:-0.58px; padding:0 0 26px; margin:0 0 30px; position:relative; }
.content_row .text_box .text_inner h3:after{ content:""; position:absolute; width:66px; height:6px; background:#000; left:50%; top:100%; margin:0 0 0 -33px; }

.content_row .text_box .text_inner p{ font-family: 'Verlag-Light'; font-size:22px; line-height:28px; padding:0 0 45px; color:rgba(23,21,18,0.75); width:240px; max-width:100%; margin:0 auto; }
.content_row .text_box .text_inner p em{ font-family: 'Verlag-LightItalic'; display:block; line-height:inherit; }

.content_row .text_box .text_inner .bottom_arr{ display:inline-block; font-size:0; width:40px; height:40px; text-align:center; box-shadow:0 0 5px rgba(0,0,0,0.35); padding:15px 0 0; }

.bottom_arr.bottom_arr1{  position:absolute; left:-65px; bottom:0; display:block; font-size:0; width:40px; height:40px; text-align:center; box-shadow:0 0 5px rgba(0,0,0,0.35); padding:15px 0 0; transform:rotate(180deg); -webkit-transform:rotate(180deg); -moz-transform:rotate(180deg); margin:45px auto 0; }



.dining_table_page .content_row .text_box .text_inner .tag { display:block; font-size:18px; line-height:22px; padding-bottom: 15px; color: #000; text-transform: uppercase; font-family: 'BrandonGrotesque-Black'; margin:0; letter-spacing: 0.10em; }
.dining_table_page .content_row .text_box .text_inner h3 { padding-bottom: 30px;  font-size: 44px; line-height: 42px; color: #d3b661; font-family: 'ChronicleDisplay-Roman'; font-weight:400; padding-bottom: 20px; }
.dining_table_page .content_row .text_box .text_inner p { font-size: 18px; line-height: 26px; font-family: 'ChronicleDisplay-Roman'; }
.dining_table_page .content_row .text_box .text_inner { max-width: 340px; width: 100%; }  


.vid_block{ display:block; width:940px; max-width:100%; margin:0 auto; position:relative; overflow:hidden; }
.vid_block img{ vertical-align:top; }
.vid_block a,.vid_block figure{ display:block; position:relative; background-color: #f88f24; }
.vid_block .vid_icon{ position:absolute; width:100px; height:100px; right:35px; bottom:35px; }


.article_cont{ display:block; width:630px; max-width:100%; margin:70px auto 65px; }
.article_cont p{ font-family: 'ProximaNova-Regular'; font-size:22px; line-height:34px; color:#000; text-align:center; }
.article_cont strong{ font-family: 'ProximaNova-Bold'; font-weight:normal; line-height:inherit; }


.shoppable_block{ display:block; width:944px; max-width:100%; border:4px solid #fd740a; margin:0 auto; padding:0 17px; }
.shoppable_block h3{ font-family: 'Verlag-Bold'; font-size:22px; line-height:26px; letter-spacing:1px; color:#005f95; padding:38px 17px 25px; }

.shoppable_block .shoppable_items{ display:block; }
.shoppable_block .shoppable_items .shoppable_item{ padding:0 20px; }
.shoppable_block .shoppable_items .shoppable_item figure { border-radius:25px; box-shadow:0 0 6px rgba(253,116,10,100); overflow:hidden; height:186px; display:flex; align-items:center; justify-content:center; margin:6px 0 6px; position:relative; }
.shoppable_block .shoppable_items .shoppable_item figure.full img { width:100%; height:100%; object-fit:cover; -webkit-object-fit:cover; } 
.shoppable_block .shoppable_items .shoppable_item figure img{ transition:all 0.3s; -webkit-transition:all 0.3s; vertical-align:top; max-height:192px; }
.shoppable_block .shoppable_items .shoppable_item figure:hover img { transform: scale(1.1); -webkit-transform: scale(1.1); }
.shoppable_block .shoppable_items .shoppable_item figure a{ position:absolute; width:100%; height:100%; left:0; top:0; z-index:999; }

.shoppable_items .slick-dots{ display:block; padding:0; margin:30px 0 40px; text-align:center; transition:all ease 0.3s; }
.shoppable_items.active .text_slider .slick-dots{ padding:30px 0 0; }
.shoppable_items .slick-dots li{ display:inline-block; height:auto; margin: 0; padding: 0 6px; vertical-align: middle; width: auto;}
.shoppable_items .slick-dots li button{ border:none; border-radius: 0; display: block;  padding:0; text-indent:-9999px; width:10px; height: 10px; background: #b8b6b6; cursor:pointer; transform:rotate(45deg); -webkit-transform:rotate(45deg); -moz-transform:rotate(45deg); }
.shoppable_items .slick-dots li.slick-active button { width:16px; height: 16px; background: #fd740a;}



.blue_box{ width:940px; max-width:100%; background:#005f95; margin:70px auto 0; padding:22px 35px 22px; text-align:center; }
.blue_box p{ font-family: 'Verlag-Book'; font-size:17px; line-height:22px; color:#fff;  }
.blue_box p a{ font-family: 'Verlag-Black'; line-height:inherit; text-decoration:none; }
.blue_box p { text-transform: uppercase; }
.blue_box.red { margin-bottom: 30px;  background-color: #79232e; }


.related_articles{ display:block; width:1070px; max-width:100%; padding: 0 65px; margin:105px auto 100px;  }
.related_articles h3{ font-family: 'Verlag-Light'; font-size:28px; line-height:34px; color:#000; position:relative; padding:0; z-index:99; margin:0 0 35px; text-transform:uppercase; }
.related_articles h3 span{ display:inline-block; line-height:inherit; background:#fff; padding:0 15px 0 0; }
.related_articles h3:after{ content:""; position:absolute; width:100%; height:1px; background:#979797; left:0; bottom:8px; z-index:-1; }
.related_articles .thumb_boxes{ display:flex; -webkit-display:flex; flex-wrap:wrap; -webkit-flex-wrap:wrap; width:100%; box-shadow:0 0 4px rgba(0,0,0,0.40); padding:42px 24px 40px; position: relative; }
.related_articles .thumb_boxes .thumb_box{ width:calc(100% - 26px) !important; margin:0 13px 40px; text-align:center; position:relative; }
.related_articles .thumb_boxes .thumb_box figure{ position: relative; display:block; overflow:hidden; }
.related_articles .thumb_boxes .thumb_box figure.shadowed { box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.1); -webkit-box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.1); }
.related_articles .thumb_boxes .thumb_box.has_video figure:before { z-index:1; width: 44px; height: 44px; content:''; position:absolute; left:50%; top:50%; margin: -22px 0 0 -22px; background: url(../images/play-small.png) no-repeat; background-size:100% 100%; }

.related_articles .thumb_boxes .thumb_box img{ vertical-align:top; transition:all ease 0.3s; -webkit-transition:all ease 0.3s; -moz-transition:all ease 0.3s; }
.related_articles .thumb_boxes .thumb_box:hover img{ transform:scale(1.1,1.1); -webkit-transform:scale(1.1,1.1); -moz-transform:scale(1.1,1.1); }
.related_articles .thumb_boxes .thumb_box p{ font-family: 'Verlag-Light'; font-size:14px; line-height:16px; color:#000; padding:17px 0 0; text-transform:uppercase; }
.related_articles .thumb_boxes .thumb_box a{ position:absolute; left:0; top:0; width:100%; height:100%; z-index:999; font-size:0; }

.thumb_boxes_slider { width: 100%; }
.thumb_boxes_slider .slick-dots{ display:block; padding:0; margin:0px 0 0px; text-align:center; transition:all ease 0.3s; }
.thumb_boxes_slider .slick-dots li{ display:inline-block; height:auto; margin: 0; padding: 0 6px; vertical-align: middle; width: auto;}
.thumb_boxes_slider .slick-dots li button{ border:none; border-radius: 0; display: block;  padding:0; text-indent:-9999px; width:10px; height: 10px; background: #b8b6b6; cursor:pointer; transform:rotate(45deg); -webkit-transform:rotate(45deg); -moz-transform:rotate(45deg); }
.thumb_boxes_slider .slick-dots li.slick-active button { width:16px; height: 16px; background-color: #005f95;}










/********************************************Footer Css******************************************************************/
footer { float: left; width: 100%; background: #151515; padding: 20px 0; text-align: center; z-index: 9999; }
footer a.footer_logo { display: inline-block; }
a.footer_logo img { vertical-align: top; width: 169px; }

footer ul { list-style: none; padding: 12px 0 0; }
footer ul li { display: inline-block; font-family: 'Source Sans Pro', sans-serif; font-size: 12px; line-height: 16px; font-weight: 600; 
color: #fff; padding: 0 5px 0 8px; background: url(../images/link_sep.jpg) no-repeat left center; }
footer ul li:first-child { background: none; }
footer ul li a { display: block; color: #fff; }
footer ul li a:hover, footer ul li a:focus { color: #888888; }



html { -webkit-text-size-adjust: 100%; /* Prevent font scaling in landscape while allowing user zoom */ }

.video-js { width: 100%; height:0; padding-bottom: 56.2%; }
.video-js [video="poster"] { object-fit:cover; }
.bc-player-B1FpNCG8g_default .vjs-poster { background-color:transparent; background-size:cover; }
.bc-player-B1FpNCG8g_default .vjs-big-play-button { position: absolute; width: 100px; height: 100px; right: 35px; bottom: 35px; left:auto; top:auto; background:url(../images/vid_icon.png) no-repeat; background-size:100% 100%; border-radius: 0; -webkit-border-radius: 0; }
.bc-player-B1FpNCG8g_default .vjs-big-play-button span { opacity: 0; }
.bc-iframe .vjs-playlist-sidebar .vjs-playlist-show-hide button:hover, .bc-player-B1FpNCG8g_default .vjs-big-play-button:active, .bc-player-B1FpNCG8g_default .vjs-big-play-button:focus, .bc-player-B1FpNCG8g_default .vjs-menu-button-popup .vjs-menu .vjs-menu-item.vjs-selected, .bc-player-B1FpNCG8g_default .vjs-play-progress, .bc-player-B1FpNCG8g_default .vjs-volume-level, .bc-player-B1FpNCG8g_default:active .vjs-big-play-button, .bc-player-B1FpNCG8g_default:hover .vjs-big-play-button  { background-color:transparent; }

.bodycontent .vid_block.shadowed .bc-player-B1FpNCG8g_default .vjs-big-play-button { background-image:url(../images/play-dark.png); }
