@media only screen and (min-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;
    }
    #responsive_menubar{
        position: relative;
        display: none;
        background-color: #919191;
        position: fixed;
        top:0px;
        z-index: 500;
        height: 119px;
        width: 100%;
    }
    .menubuttons{float: right;    width: 600px;    margin: 50px;}
    .menubutton{display: none;}
    .menu{display: none;}
/*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: 55%;
        width: 35%;
        margin: 2%;
        border: #eee solid 0.1px;
        background-color: #fff;
        padding:5%;
    }
    .block div{
        position: absolute;
        width: 80%;
        height:80%;
    }
    .inline-div{
        position: relative;
        display: inline-block;
        width: 23%;
        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: 100%;
        padding-top: 15%;
        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: 64px;
    }
    h2{    
        font-family: Roboto, Arial, Helvetica, sans-serif;
        font-weight: 900;
        line-height: 1.2;
        letter-spacing: 0px;
        font-style: normal;
        font-size: 52px;
    }
    h3{    
        font-family: Roboto, Arial, Helvetica, sans-serif;
        font-weight: 900;
        line-height: 1.2;
        letter-spacing: 0px;
        font-style: normal;
        font-size: 32px;
    }
    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: 18px;
    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: 22px;
	text-align: left;
    }
    h6{
        font-family: Roboto, Arial, Helvetica, sans-serif;
        font-weight: 900;
        line-height: 1.5;
        letter-spacing: 0px;
        font-style: normal;
        font-size: 16px;
    }
    p{
        color: #585858;
        font-size: 16px;
        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;
    }

}