html, body {
margin: 0;
padding: 0;
line-height:0;
overflow-x:hidden;
}

body {
font-family:Arial, Helvetica, sans-serif;
font-size:0;
line-height:normal;
font-weight:normal;
color:#2e2e2d;
margin: 0;
padding: 0;
background-color:#fff;
}

a{text-decoration:none; color:#2e2e2d;}
a:hover{text-decoration:none; outline:none;}
a:focus, object:focus, input:focus, textarea:focus {text-decoration:none; outline:none;}

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

figure{
margin-block-start: 0;
margin-block-end: 0;
margin-inline-start: 0px;
margin-inline-end: 0px;
}

sub, sup{
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}

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:Arial, Helvetica, sans-serif;
font-size:17px;
color:#3b3b4d;
font-weight:normal;
line-height:normal;
text-align:left;
}

h1{

}

h2{

}

h3{
}

img{
    max-width: 100%;
}
    
.wrap{
width: 1280px;
margin: 0px auto;
font-family: 'Roboto Condensed', sans-serif;
color:#fff;
font-weight: 300;
font-size:20px;
line-height:normal;
text-align: center;
padding: 46px 0px;
}

header{
    background-color: #94002c;
    padding: 14px 0px;
    position: relative;
}

header .wrap{
    width: 100%;
    margin: 0px auto;
    padding: 0px;
}

header a{
    color: #fff;
    white-space: nowrap;
}

.mob{
    display: none;
}

.clear{
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

