/* Global */
::selection {
    color: #5d5d5d;
    opacity: 1;
}

::-moz-selection {
    color: #000000;
    opacity: 1;
}



html {
    width: 100%;
    overflow-x: hidden;
}

body {
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: -2;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    opacity: 0.01;
    background: #5d5d5d;
}


h1, h2, h3, h4, h5, h6 {
    word-wrap: break-word;
}

p {
    margin: 0 0 8px 0;
}

a {
}

a, a:hover,
a:hover span {
    text-decoration: none;
    outline: none;
}

.site_wrapper {
    width: 1170px;
    padding: 0 50px;
    margin: 0 auto;
    text-align: center;
    background: rgba(255, 255, 255, 0.95);
}

.fullscreen_page .site_wrapper {
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
    background: none;
    padding: 0;
    width: 1270px;
}

/* HEADER*/
.main_header {
    display: block;
    min-height: 120px;
    height: 100%;
    position: relative;
    z-index: 50;
}

.fullscreen_page .main_header {
    width: auto;
    display: inline-block;
    margin: 30px auto 0 auto;
    z-index: 999;
    position: relative;
	
}

.logo {
    display: inline-block;
    float: left;
    margin: 0 30px;
}



.main_wrapper {
    text-align: left;
    position: relative;
    min-height: 100%;
    display: inline-block;
    padding: 54px 0 55px 0;
}



/* TYPOGRAPHY */
h1, h2, h3, h4, h5, h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
    text-transform: capitalize;
}

h1 {
    margin: 0 0 21px 0;
}

h2 {
    margin: 0 0 21px 0;
}

h3 {
    margin: 0 0 23px 0;
}

h4 {
    margin: 0 0 23px 0;
}

h5 {
    margin: 0 0 24px 0;
}

h6 {
    margin: 0 0 13px 0;
}

.alignleft {
    margin: 0 15px 10px 0;
    float: left;
}

.alignright {
    margin: 0 0 10px 15px;
    float: right;
}

.aligncenter {
    float: none;
    text-align: center;
}


/* STRIP */
.strip_template figure {
    margin: 0;
    overflow: hidden;
    height: 100%;
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
	
}

.strip_template figure a {
padding:9px 18px;
line-height:1;
letter-spacing: .2em;
	border-radius:3px;
	-webkit-border-radius:3px;
	  -moz-border-radius: 3px;
    text-transform: uppercase;
	font-family:PT Sans;
    font-weight: normal;
    color: #ffffff;
    position: relative;
	font-size:12px;
    display: inline-block;
	background-color:none; !important;
	text-align:center;
}


.strip_template figure a:hover {
    background-color:none; !important;
		text-align:center;

}

.strip_template figure a i {
    width: 46px;
    height: 46px;
    background: rgba(0, 0, 0, 0.2);
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    line-height: 46px;
    font-size: 15px;
}

.strip_template figure section {
    float: left;
    height: 100%;
    display: inline-block;
    z-index: 13;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
}

.strip_wrapper {
    overflow: auto;
    width: 100%;
    display: block;
    position: relative;
}

.strip_template figure.strip-menu-scroll {
    width: auto;
    position: relative;
    left: auto;
    top: auto;
}

.strip_template figure section .strip-text {
    text-align: center;
    position: relative;
    padding: 0 50px;
    transition: opacity 250ms;
    -webkit-transition: opacity 250ms;
}

.strip_template figure.double section .strip-text {
    text-align: left;
    padding: 0 0 0 150px;
}

.strip_template figure.double section:first-child .strip-text {
    text-align: right;
    padding: 0 150px 0 0;
}

.strip_template figure.strip-menu-scroll section .strip-text {
    left: 0;
    bottom: 165px;
    width: 100%;
    text-align: center;
}

.strip_template .strip-text h1 {
font-family: 'timeburnerregular';
    font-size: 60px;
	line-height: 102px;
    margin-bottom: 11px;
    color: #ffffff;
text-shadow:3px 3px rgba(0,0,0,0.5);
}
.strip_template .wrapper_href {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	display:block;
	z-index:15;
	background:none!important;
	padding:0;
}
.strip_template .strip-text h3 {
font-family:PT Sans;
	line-height: 1.5;

    font-weight: 100;
    text-transform: none;
    font-size: 16px;
    color: #ffffff;
    margin: 0 0 52px 0;
}

.strip_template figure section .strip-text,
.strip_template figure section .strip-text h1,
.strip_template figure section .strip-text h3 {
    cursor: default;
}

.strip_template figure.strip-menu-scroll section .logo {
    margin-left: -70px;
    left: 50%;
    top: 88px;
}

.strip-fadder {
    position: absolute;
	text-align:center;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 0;
    background: rgba(0, 0, 0, 0.5);
    transition: background 250ms;
    -webkit-transition: background 250ms;
}
@media only screen and (min-width: 1025px) {
	section:hover .strip-fadder {
		background: rgba(12, 22, 35, 0.0);
	}
	.strip_template figure section:hover .strip-text {
		opacity: 0.999;
			background-color:rgba(0, 0, 0, 0.5);

	}
	.strip_template figure section:hover {
		z-index: 15;
	}
}
section.hovered .strip-fadder {
    background: rgba(12, 22, 35, 0.8);
}
.strip_template figure section.hovered .strip-text {
    opacity: 0.999;
}
.strip_template figure section.hovered {
    z-index: 15;
}