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;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 0;
}
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;
}

body, html{
    height: 100%;
    position: relative;
}



body{
background-color:#161618;
font-family: 'Roboto', Arial, sans-serif;
font-size:0;
line-height:normal;
font-weight:100;
color:#cccbcb;
margin: 0;
padding: 0;
}


a{text-decoration:none; color:#1d3041;}
a:hover{text-decoration:none; outline:none;}
a:focus, object:focus, input:focus, textarea:focus, select:focus {text-decoration:none; outline:none;}

form, p{margin:0px; padding:0px; display:block;}

ul, li{
margin:0px;
padding:0px;
list-style:none;
list-style-type:none;
}

h1, h2, h3, h4, h5, h6{
display:inline;
margin:0px;
padding:0px;
font-family: 'Roboto', Arial, sans-serif;
font-size:12px;
color:#cccbcb;
font-weight:100;
line-height:normal;
text-align:left;
}


h1{
display: block;
position: relative;
margin: 0px auto;
width: auto;
text-align: center;
font-size: 105px;
margin-bottom:30px;
margin-top: -47px;
}

h2{
display: none;
font-size: 21px;
margin: 0px auto;
width: auto;
text-align: center;
color: #6d6c6d;
}

h3{
display: block;
font-size: 25px;
margin: 0px auto;
width: auto;
text-align: center;
    color: #7b7a7a;
}

.wrap{
    width: 1180px;
    margin: 0px auto;
    position: relative;
    /*top: 50%;
    transform: translateY(-50%);*/
}

.wrap ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    flex-direction: row;
    align-items:stretch;
}

.wrap ul li{
    width: 27%;
    height: auto;
    font-family: 'Roboto', Arial, sans-serif;
    font-size:15px;
    color:#7b7a7a;
    font-weight:100;
    text-align: justify;
}

.wrap ul li strong{
    font-size: 44px;
    font-weight:100;
    color:#cccbcb;
    display: block;
    line-height: 41px;
}

.wrap ul li em{
    font-size: 21px;
    font-weight:100;
    color:#a2a1a1;
    display: block;
    font-style: normal;
    margin-bottom: 30px;
}

.wrap ul li span{
    display: block;
    margin-bottom:15px;
}

.slide .flex {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    flex-direction: row;
    align-items: stretch;
}

.slide .flex img{
    width: 32%;
    max-width: 32%;
}


.lopd{
font-family: 'Roboto', Arial, sans-serif;
font-size:14px;
color:#828286;
font-weight:100;
width: 100%;
position: absolute;
z-index: 99;
left: 0px;
top: 0px;
min-height: 100vh;
background-color: #161618;
display:none;
}

body.fp-viewing-gallery .lopd, body.fp-viewing-gallery-gallery1 .lopd, body.fp-viewing-gallery-gallery2 .lopd, body.fp-viewing-gallery-gallery3 .lopd, body.fp-viewing-gallery-gallery4 .lopd{
    background-color:#fff;
}

.lopd div{
    width: 35%;
    margin: 0px auto;
    margin-top:75px;
    margin-bottom: 45px;
    padding-top:22px;
    background-image:url("../img/close.png");
    background-repeat: no-repeat;
    background-position: right top;
    cursor: pointer;
}

.lopd strong{
    font-weight: 300;
}

#footer{
display:block;
position:fixed;
left:0px;
bottom:0px;
width:100%;
font-family: 'Roboto', Arial, sans-serif;
font-size:13px;
color:#828286;
font-weight:100;
text-align:center;
background-color:#161618;
line-height: 32px;
z-index: 100;
transition: all 0.2s ease-in-out;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
}

body.fp-viewing-gallery #footer, body.fp-viewing-gallery-gallery1 #footer, body.fp-viewing-gallery-gallery2 #footer, body.fp-viewing-gallery-gallery3 #footer, body.fp-viewing-gallery-gallery4 #footer{
    background-color:#fff;
}

#footer a{
    font-family: 'Roboto', Arial, sans-serif;
	color:#828286;
	font-size:13px;
}

#footer a:hover{
    text-decoration: underline;
}
