*{margin:0; padding:0; box-sizing:border-box;}
body{color:#333333; font-family:Roboto-Regular; font-size:14px; line-height:1.3;}
a{text-decoration:none; color:#ff525e;}
a:hover , a:focus{text-decoration:underline; color:#ff525e;}
p{font-size:18px; margin:0 0 10px; padding:0;}
@font-face{font-family:Roboto-Light; src:url(../fonts/Roboto-Light.ttf)}
@font-face{font-family:Roboto-Regular; src:url(../fonts/Roboto-Regular.ttf)}
.wrapper{max-width:1058px; margin:auto; padding:0 15px;}
header{padding:15px 0;}
.main-bnr{background:url(../images/blair-banner.jpg) no-repeat center center; padding:15px 0; background-size:cover;}
.up-box-tbl{height:400px; display:table;}
.text-box-tbl-cell{display:table-cell; vertical-align:middle; color:#fff;}
.main-head{font-size:60px; font-family:Roboto-Light; font-weight:normal; color:#ffffff; margin:0 0 30px; padding:0; }
.main-head small{font-size:50%; display:block;}
.text-box-tbl-cell p{white-space:pre; margin:0; color:#fff;}
footer{padding:12px 0;}
footer p{font-family:Roboto-Light; font-size:12px; color:#666666;}
.buttons {
    position: relative;
    margin-top: 40px;
	min-height:60px;
}
.buttons:after{display:block; clear:both; content:"";}
.buttons a{
z-index: 7;
min-width: 170px;
white-space: nowrap;
font-size: 18px;
line-height: 18px;
font-weight: 400;
color: rgb(255, 255, 255);
background-color: rgb(255, 82, 94);
text-decoration: none;
visibility: inherit;
transition: none 0s ease 0s;
text-align: center;
border-width: 0px;
margin: 0px;
padding: 15px 30px;
letter-spacing: 0px;
min-height: 0px;
max-height: none;
opacity: 1;
transform: translate3d(0px, 0px, 0px);
transform-origin: 50% 50% 0px;
display: inline-block;
box-shadow: 0 4px #CC1F2B;
margin-right:40px;
float:left;
border-radius:4px;
overflow: hidden;
text-overflow: ellipsis;

}
.buttons a:last-child{margin-right:0;}
.buttons a:hover{box-shadow: 0 2px #CC1F2B; margin-top: 2px;
}

@media (min-width:1450px){
	.up-box-tbl{height:500px;}
}
@media (max-width:1024px){
	.main-head {
    font-size: 45px;
}

}
@media (max-width:991px){
	.main-head {
    font-size: 40px;
}
p{font-size:16px;}
}

@media (max-width:767px){
	.main-head {
    font-size: 35px;
}
}

@media (max-width:580px){
	.main-head {
    font-size: 30px;
}
p {
    font-size: 14px;
}

.text-box-tbl-cell p {
    white-space: normal;
}
.main-head small {
    font-size: 60%;
	margin-top: 10px;
}

}

@media (max-width:480px){

.buttons a{margin: 0 5px 0 0;
font-size: 15px;
max-width: 130px;
box-sizing: border-box;
width: 100%;
min-width: 0;
padding: 15px 10px;
}

}