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;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* apply a natural box layout model to all elements */
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}
.clearfix {
    clear: both;
}

.clear {
	clear:both;
}
@font-face {
    font-family: 'maison_neuelight';
    src: url('maisonneue-light-webfont.eot');
    src: url('maisonneue-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('maisonneue-light-webfont.woff2') format('woff2'),
         url('maisonneue-light-webfont.woff') format('woff'),
         url('maisonneue-light-webfont.ttf') format('truetype'),
         url('maisonneue-light-webfont.svg#maison_neuelight') format('svg');
    font-weight: normal;
    font-style: normal;

}
body {
	font-size:14px;
	color:#000;
	line-height:20px;
	background-color:#F1F1F1;
	font-family:'maison_neuelight', Arial, Helvetica, sans-serif;
	letter-spacing:0.05em;
	font-weight:normal;
    -webkit-font-smoothing: antialiased;
}
a {
    color: #000000;
    text-decoration: none;
    border-bottom: 1px solid #000;
}
a:hover {
    border-bottom: 0px solid #000;
}
a:focus {
	outline:0;
}
p {
    margin: 0 0 25px 0;
}
.bold, strong {
    font-weight: bold;
}
h2 {
    margin: 0 0 25px 0;
    font-weight: normal;
    font-size: 24px;
    letter-spacing: 0.075em;
    font-weight: 700;
    font-family: 'Playfair Display', serif;
    line-height: normal;
}
h3 {
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
	letter-spacing:0.05em;
    margin: 0 0 5px 0;
}
em {
    font-style: italic;
    font-size: 13px;
    font-family: 'Playfair Display', serif;
    color: #353535;
}
.container {
    max-width: 1110px;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 auto;
}
.background-fill {
    background-position: center center;
    /*background-attachment: fixed;*/
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.site {
    display: none;
}
.site-header {
    height: 85px;
    width: 100%;
    top: 0px;
    left: 0px;
    position: fixed;
    z-index: 1000;
    background: #fff;
}
.site-footer {
    height: 50px;
    position: fixed;
    z-index: 1000;
    bottom: 0px;
    left: 0px;
    width: 100%;
    background: #fff;
}
.site-content {
    padding: 80px 0 130px 0;
}
.logo {
    width: 210px;
    padding-top: 30px;
    margin: 0 auto;
}
.logo img {
    width: 100%;
    height: auto;
    display: block;
}
.scroll-trigger {
    bottom: 90px;
    width: 40px;
    height: 40px;
    left: 50%;
    margin: 0 0 0 -20px;
    z-index: 800;
    cursor: pointer;
    background-color: rgba(255,255,255,0.9);
    border-radius: 50%;
    position: absolute;
    background-image: url(images/arrow.svg);
    background-repeat: no-repeat;
    background-position: center 60%;
    background-size: 18px 18px;
}
.scroll-trigger:hover {
    background-color: rgba(255,255,255,1);
}
.overlay {
    position: absolute;
    top: 50%;
    padding: 40px 40px 15px 40px;
    z-index: 700;
    width: 600px;
    margin: -200px 0 0 -300px;
    left: 50%;
    background-color: rgba(255, 255, 255, 1)!important;
    text-align: center;
}
.col {
    padding: 0 20px;
}
.col.left {
    width: 42%;
    float: left;
}
.col.right {
    width: 58%;
    float: right;
}
.contact {
    float: right;
    padding-top: 33px;
}
.follow-trigger {
    padding-top: 21px;
    display: block;
    float: left;
}
.new-site {
    padding-top: 15px;
    float: left;
}
.social-links {
    float: right;
    padding-top: 15px;
}
.social-links li {
    float: left;
    margin-left: 30px;
}
.site-content .container {
    background-image: url(images/slider/slide1___.jpg);
    padding-bottom: 40px;
}
.content-col {
    background: #fff;
    padding: 40px 40px 15px 40px;
}
.left {
    margin-top: 40px;
}
.right {
    margin-top: 40px;
}

*:focus {
	outline: none;
	outline-width: 0;
}
.slider div {
    background: #ffffff;
}
.slider {
    height: 100%;
}

.credit {
    text-align: center;
    padding-top: 80px;
    font-size: 12px;
}
.credit a {
    border: none;
    color: #666;
}
.credit a:hover {
    border: none;
    color: #000;
}

@media screen and (max-width: 767px) {
    .credit {
        padding-top: 20px;
        padding-bottom: 40px;
    }
    .overlay {
        width: auto;
        padding: 30px 30px 5px 30px;
        margin: 0px;
        position: static;
    }
    .logo {
        width: 180px;
        padding-top: 25px;
    }
    .col {
        float: none;
        padding: 0px;
        width: 100%!important;
    }
    .left, .right {
        margin-bottom: 20px;
        margin-top: 0px;
    }
    .site-content .container {
        padding-bottom: 10px;
    }
    .site-content {
        padding: 0px 0 0px 0;
    }
    .site-header {
        height: 70px;
    }
    .site-footer {
        position: static;
    }
    .container {
        padding-left: 20px;
        padding-right: 20px;
    }
    .content-col {
        padding: 30px 30px 5px 30px;
    }
    .slider {
        position: static;
        /*background-image: url(images/slider/slide3.jpg);*/
        padding: 90px 20px 20px 20px;
    }
    body {
        background-image: url(images/slider/slide1.jpg);
        background-position: center center;
        /*background-attachment: fixed;*/
        background-repeat: no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
    .col.left {
        margin-bottom: 10px;
    }
    .site-content .container {
        background: none;
    }
    .royalslider {
        display: none;
    }
    .scroll-trigger {
        display: none;
    }
    .social-links {
        padding-top: 15px;
        float: none;
        width: 100%;
        text-align: center;
    }
    .social-links li {
        float: none;
        display: inline;
        margin-left: 10px;
        margin-right: 10px;
    }
    .new-site {
        padding-top: 13px;
        float: none;
        text-align: center;
        display: none;
    }
}