
html, body, div, span,
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, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}

ol, ul {
    /*list-style: none;*/
}
/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: separate;
    border-spacing: 0;
}
caption, th, td {
    text-align: left;
    font-weight: normal;
}

p{margin-bottom:15px;}
.center{text-align: center;}
.clearfix{height: 1px;clear: both;}
p img{max-width: 100%}

body
{
	margin: 0 auto;
	padding: 0;
    font-family: 'Roboto', serif;
	font-size: 14px;
	color: #000;
	background: #FFF;
}

a,
a:Active,
a:Visited
{
	color: #333;
    text-decoration: none;
}

a:Hover
{
	color: #666;
	text-decoration: none;
}

header
{
    background: #211E1A;
    padding: 30px 20px;
}

header:after
{
    display: block;
    clear: both;
    content: " ";
    height: 0;
}

.header-right
{
    float: right;
    margin-top: 20px;
}

.tagline
{
    color: #FFF;
    font-size: 18px;
    float: left;
    font-weight: 300;
    margin-right: 80px;
}

#logo
{    
    float: left;
    margin-left: 15px;
}

#logo img
{
    width: 150px;
}

#nav-box
{
    display: none;
    position: absolute;
    z-index: 500;
    background-color: #211E1A;
    color: #FFF;
    padding: 30px 0;
    width: 240px;
    right: 0px;
    margin-top: 30px;
}

#nav-box ul
{
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#nav-box ul li
{
    text-align: center;
    margin: 15px auto;
}

#nav-box ul li:after
{
    display: block;
    content: "";
    border-bottom: solid 1px #6D6D70;
    width: 30px;
    margin: 20px auto 0 auto;
}

#nav-box ul li:last-child:after
{
    display: none;
}

#nav-box ul li a,
#nav-box ul li a:Active,
#nav-box ul li a:Visited
{
    text-transform: uppercase;
    color: #6D6D70;
    font-size: 17px;
    font-weight: 300;
    letter-spacing: 2px;
}

#nav-box ul li a:Hover
{
    color: #FFF;
}

.nav-toggle {
  position: relative;
  float: right;
  cursor: pointer;
  margin-right: 15px;
}

#menu-open
{
    width: 25px;
}

#menu-close{display: none;}

#menu-close
{
    width: 25px;
}

/* BOXES */
.box
{
    float: left;
    width: 100%;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}

.boxes-left,
.boxes-right
{    
    float: left;
    width: 50%;
}

.box-1:after
{
    display: block;
    content: "";
    padding-bottom: 16%;
}
.box-2:after
{
    display: block;
    content: "";
    padding-bottom: 32%;
}
.box-3:after
{
    display: block;
    content: "";
    padding-bottom: 48%;
}
.box-4:after
{
    display: block;
    content: "";
    padding-bottom: 64%;
}

.box video
{
    position: absolute;
}

.box img
{
    width: 100%;
    position: absolute;
    z-index: 90;
}

.box img.hover
{
    z-index: 92;
    transform: translateX(100%);
    transition: all 0.3s;
}

.box:Hover img.hover
{
    transform: translateX(0);
}

.box .carousel img
{
    position: relative;
    width: 100%;
    max-width: 100%;
}

.box-title
{
	letter-spacing: 2px;
    font-size: 25px;
    position: absolute;
    z-index: 95;
    top: 35px;
    left: 35px;
    text-transform: uppercase;
    color: #FFF;
    font-weight: 300;
}

.box-title.black{color:#000;}

.box-1 .box-title
{    
    top: 50%;
    transform: translateY(-50%);
}

.box .carousel
{
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 90;
}

/***.slick-list
{
    overflow: visible !important;
}

.slick-dots
{
    bottom: 0 !important;
}

.slick-dots
{
    margin-bottom: 7px;
}

.slick-dots li button::before
{
    border: solid 1px #FFF;
    color: transparent;
    background: #FFF;
    width: 6px;
    height: 6px;
    border-radius: 20px;
    opacity: 1;
}

.slick-dots li.slick-active button::before
{
    color: transparent;
    background: transparent;
    opacity: 1;
}

.slick-dots li
{
    width: 10px;
    height: 10px;
    margin: 0 4px;
}***/

#articles
{
    margin: 60px 0 30px 0;
    padding: 40px;
}

.col-1of3
{
    width: 30%;
    float: left;
    margin: 0 1.5%;
}

.article
{
    margin-bottom: 30px;
    font-weight: 300;
}

.article img
{
    max-width: 100%;
}

.article-col-1
{
    padding-top: 50px;
}

.article-col-2
{
    padding-top: 120px;
}

.article h1
{
    font-size: 18px;
    padding: 0;
    margin: 10px 0;
    font-weight: 500;
}

.page
{
    padding: 65px 0 30px 0;
}

.page-container
{
    width: 90%;
    max-width: 870px;
    margin: auto;
}

.page .content
{
    width: 100%;
    max-width: 450px;
    margin: auto;
    font-weight: 300;
    line-height: 24px;
    font-size: 12px;
    letter-spacing: 1px;
    position: relative;
}

.page h1
{
    margin-bottom: 40px;
    font-size: 26px;
    line-height: 35px;
    font-weight: 300;
    letter-spacing: 1px;
    font-family: 'Cormorant Garamond', serif;
}

.page p{margin-bottom:30px;}

.map
{
    width: 62vw;
    max-width: 1000px;
}

footer
{
    clear: both;
    padding: 20px 0;
}

.footer-links
{
    padding: 10px;
}

.footer-links ul
{
    width: 100%;
    display: table;
    text-align: center;
}

.footer-links ul li
{
    display: table-cell;
    text-align:center;
    width:1%;
}

.footer-links ul li a
{
    font-size: 13px;
    color: #000;
}

.footer-links ul li a:Hover
{
    color: #555;
}


.social-icons
{
    padding: 30px 0;
    text-align: center;
}

.social-icons a
{
    margin: 0 15px;
    transition: 0.3s opacity;
}

.social-icons a:Hover
{
    opacity: 0.6;
}

.social-icons img
{
    width: 30px;
}