@font-face{font-family:'proxima_nova_rgregular';src:url('../fonts/proximanova-regular-webfont.eot');src:url('../fonts/proximanova-regular-webfont.eot?#iefix') format('embedded-opentype'),
url('../fonts/proximanova-regular-webfont.woff') format('woff'),
url('../fonts/proximanova-regular-webfont.ttf') format('truetype'),
url('../fonts/proximanova-regular-webfont.svg#proxima_nova_rgregular') format('svg');font-weight:normal;font-style:normal;}


@font-face {
    font-family: 'proxima_nova_scosfextrabold';
    src: url('../fonts/mark_simonson_-_proxima_nova_scosf_extrabold-webfont.woff2') format('woff2'),
         url('../fonts/mark_simonson_-_proxima_nova_scosf_extrabold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'proxima_nova_scosflight';
    src: url('../fonts/mark_simonson_-_proxima_nova_scosf_light-webfont.woff2') format('woff2'),
         url('../fonts/mark_simonson_-_proxima_nova_scosf_light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'proxima_nova_scosf_rgregular';
    src: url('../fonts/mark_simonson_-_proxima_nova_scosf_regular-webfont.woff2') format('woff2'),
         url('../fonts/mark_simonson_-_proxima_nova_scosf_regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'proxima_nova_scosfthin';
    src: url('../fonts/mark_simonson_-_proxima_nova_scosf_thin-webfont.woff2') format('woff2'),
         url('../fonts/mark_simonson_-_proxima_nova_scosf_thin-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'proxima_nova_ltsemibold';
    src: url('../fonts/mark_simonson_-_proxima_nova_semibold-webfont.woff2') format('woff2'),
         url('../fonts/mark_simonson_-_proxima_nova_semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'proxima_nova_ththin';
    src: url('../fonts/mark_simonson_-_proxima_nova_thin-webfont.woff2') format('woff2'),
         url('../fonts/mark_simonson_-_proxima_nova_thin-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}
q:before,q:after{content:'';}
abbr,acronym{border:0;font-variant:normal;}
sup{vertical-align:top;}
sub{vertical-align:bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
img{vertical-align:top;}
strong{font-weight:bold;}
em{font-style:italic;}
.clear{clear:both;}
*{outline:0;outline-color:transparent;outline-style:none;outline-width:0;}

img{max-width:100%;height:auto;}
p{padding-top:15px;display:block;}
a{color:#000;text-decoration:none;font-weight: 700;margin-top: 10px; font-size: 25px; display: inline-block;}

body {
	background: #f4f4f4 url('../images/bg.png') no-repeat center;
	background-size: cover;
	font-size:19px;font-family: 'Raleway', sans-serif;
}
html, body {
	height: 100%;
}
.center {
	max-width: 1000px;
	margin: 0 auto;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	height: 100%;
	text-align: center;

}


.center_inner {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.center_wrap {
    padding: 50px 0;
}
.wrap {
    min-height: 100%;
    height: 100%;
}

h1 {
    font-family: 'proxima_nova_scosfextrabold';
    font-size: 75px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
h2 {
/*    font-family: 'proxima_nova_ltsemibold';*/
font-weight: 800;
    font-size: 30px;
    text-transform: uppercase;
    margin-bottom: 40px;
}
h3 {
/*    font-family: 'proxima_nova_ltsemibold';*/
font-weight: 800;
    font-size: 30px;
    margin-top: 20px;
}
 { }

@media all and (max-width: 992px) {

    h1 {
        font-size: 55px;
    }
    h2 {
        font-size: 30px;

    }
    h3 {
        font-size: 30px;
    }



}

@media all and (max-width: 768px) {

    h1 {
        font-size: 50px;
    }
    h2 {
        font-size: 20px;
        margin-bottom: 20px;
    }
    h3 {
        font-size: 20px;
    }



}

/*@media all and (orientation: landscape)  {

.center_wrap {
    margin: 50px 0;
}

}*/

@media all and (max-width: 768px) {

body {
    background: #f4f4f4 url('../images/mobile_bg.png') no-repeat center;
    background-size: cover;
}
h1 {
    line-height: 40px;
    margin-bottom: 15px;
}
h3 {
  font-size: 35px;
  font-weight: 800;
  letter-spacing: -1px;
  margin-bottom: 15px;
}
.center {
    max-width: 300px;
}


}