@media only screen and (max-width: 1130px) {
body{
    background-color: rgba(255,255,255,0);
    margin:0px;
}
*{
    font: 13px/20px PTSansRegular,Arial,Helvetica,sans-serif;
    text-align: center;
}
a{
    font-family: Roboto, Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 900;
    letter-spacing: 0px;
    font-style: normal;
    color:#fff;
    -webkit-font-smoothing: subpixel-antialiased;
    text-decoration: none;
    cursor: pointer;
    box-sizing: border-box;
    text-transform: capitalize;
}
a:hover{
    color:#9e0017;;
}
/*header*/
.topbar{
    position: relative;
    height: 45.6px;
    width: 90%;
    background-color: #9e0017;
    padding:0px 5%;
}

#static_menubar{
    position: fixed;
    z-index: 200;
    height: 119px;
    width: 100%;
    position: relative;
    background-color: #fff;
}
#responsive_menubar{
display: none;
}
.menubuttons{display: none;}
.menubutton{display: inline-block;}
.menu{
    position: absolute;
    top:110px;
    width: 100%;
    background-color: #fff;
    display: none;
}
    .menu a {
        position: relative;
        display: block;
        width: 80%;
        height: 35px;
        float: none;
        color:#555;
    }
/*fooder*/
.bottombar{
    position: relative;
    height: 143.6px;
    width: 100%;
    background-color: #9e0017;
    
}
.fooder{
    position: relative;
    width: 100%;
    min-height: 571px;
    
}

.line{
    position: relative;
    height: 140px;
    width: 100%;
    background-color: #9e0017;
    text-align: center;
    vertical-align: middle;
}
.block{
    position: relative;
    display: inline-block;
    height: 70%;
    width: 85%;
    margin: 2%;
    border: #eee solid 0.1px;
    background-color: #fff;
    padding:5%;
}
.block div{
    position: absolute;
    width: 90%;
    height:90%;
}
.inline-div{
    position: relative;
    display: inline-block;
    width: 85%;
    height: 465;
    margin:3%;
    overflow: hidden;
}
.inline-div div{
    position: absolute;
    text-align: center;
    width: 100%;
    height: 100%;
}

.section{
    position: relative;
    width: 90%;
    min-height: 100%;
    padding: 5%;
}

.fullSizePhoto{ 
    position: relative;
    width: 100%;
    
}
.fullSizePhotoText{
    position: relative;;
    color:#fff;
    text-align: center;
    height: 115%;
    min-height: 600px;
    padding-top: 20%;
    padding-right: 5%;
    padding-bottom: 0%;
    padding-left: 5%;
    background-repeat: no-repeat;
    background-size: cover;
}
button, input[type=submit]{
    color: #ffffff;
    background: #bc0022;
    border-radius: 25px;
    padding: 13px 29px;
    font-weight: 900;
    letter-spacing: 2px;
    font-size: 14;
    transition: all .2s;
    border: 1px;
    box-shadow: none !important;
    text-transform: uppercase;
    margin: 15px;
}
/*text*/
h1{    
    font-family: Roboto, Arial, Helvetica, sans-serif;
    font-weight: 900;
    line-height: 1.2;
    letter-spacing: 0px;
    font-style: normal;
    font-size: 45px;
}
h2{    
    font-family: Roboto, Arial, Helvetica, sans-serif;
    font-weight: 900;
    line-height: 1.2;
    letter-spacing: 0px;
    font-style: normal;
    font-size: 31px;
}
h3{    
    font-family: Roboto, Arial, Helvetica, sans-serif;
    font-weight: 900;
    line-height: 1.2;
    letter-spacing: 0px;
    font-style: normal;
    font-size: 20px;
}
h4{    

    position: absolute;
    width: 100%;
    top: 25%;

    font-family: Roboto, Arial, Helvetica, sans-serif;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0px;
    font-style: normal;
    font-size: 16px;
color:#fff;
}
h5{    
    font-family: Roboto, Arial, Helvetica, sans-serif;
    font-weight: 900;
    line-height: 1.2;
    letter-spacing: 0px;
    font-style: normal;
    font-size: 16px;
}
h6{
    font-family: Roboto, Arial, Helvetica, sans-serif;
    font-weight: 900;
    line-height: 1.5;
    letter-spacing: 0px;
    font-style: normal;
    font-size: 14px;
}
p{
    color: #585858;
    font-size: 14px;
    line-height: 2;
}
label{
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
    color: #585858;
    font-size: 16;
}
/*form*/
table{
    width: 100%;
    border-spacing: 0.5em;
}
td{
    text-align: left;
}
input[type=text], input[type=email], textarea{
    width: 100%;
    min-height: 34px;
    padding: 6px 12px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 2px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    display: block;
    text-align: left;
}
#contactForm{
    min-height: 800px;
    min-width: 85%;
}
}