header,main,footer{
    display: block;
}
html{
    position: relative;
    min-height: 100%;
}
body{
    color:#5b524d;
    font-size:16px;
    line-height: 28px;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
}
h1,h2,h3,h4{
    font-family: 'Tenor Sans', sans-serif;
    text-transform: uppercase;
}
.content{
    padding:35px 0 30px;
}

@media(min-width:1500px){
    .container{
        width:1492px;
    }
}
.form-control{    
    box-shadow: none;
    border-radius: 0;
    border: 2px solid black;
    height: 45px;
}
textarea.form-control{
    border: 2px solid black;
}

@media(min-width:768px){
    .form-control{
        border:0;
        border-bottom: 2px solid black;
    }
}
a.btn.btn-ward,
button.btn.btn-ward{
    background:#363636;
    color:white;
    box-shadow: none;
    border:0;
    padding:10px 10px;
    transition: 0.5s all;
    border-radius: 0;
    font-size:18px;
}
a.btn.btn-ward:hover,
button.btn.btn-ward:hover{
    background:#ab0e0e;
}
span.required{
    color:red;
}

@media(min-width:992px){
   
    footer#footer{
        /*position: absolute;*/
        bottom: 0;
        left:0;
        width: 100%;
    }   
}

/**********************************************************************/
a.logo{
    display: inline-block;
}


header#header{
    padding:15px 0 0;
    background:white;    
}

body#page header#header{     
    border-bottom:2px solid #6a6a6a;
}
header#header .btn-group button{
    padding: 0;
    background: none;
    margin-top:-25px;
}
header#header .social-header{
    display: inline-block;
    text-align: right; 
    margin-left: 35px;
    margin-top:10px;
}
header#header .social-header a{
    font-size:10px;
    color:#7d7d7d;
    display: inline-block;
    transition: 0.5s all;
}
header#header .social-header a img{
    width:31px;
}
header#header .social-header a:hover{
    color:#ed1c24;
}

@media(min-width:768px){
    header#header{
        padding: 15px 0 0;
        background:white;
        position: fixed;
        z-index: 100;
        width: 100%;
        border-bottom: 2px solid #6a6a6a;
    }
    main{        
        padding-top:192px;
    }
    .info-header{
        margin-top:20px;
        text-align: right;
    }
}
@media(min-width:992px){
    header#header{
        padding: 15px 0 0;
    }
    main{        
        padding-top:187px;
    }
}
@media(min-width:1200px){                             
    a.logo img{
        width:280px;
    }
    main{        
        padding-top:180px;
    }
}

@media(min-width:1500px){
    header#header{
        padding: 15px 0;
    }
    .info-header{
        margin-top:11px;
    }
    a.logo img{
        width:270px;
    }
    main{        
        padding-top:115px;
    }
}
/**********************************************************************/
footer#footer{    
    /*border-top:1px solid #6a6a6a;*/
    background:white;
    padding:20px 0;
}
.about-footer{
    text-align: center;   
    font-size:13px;
    margin-bottom:35px;
}
.about-footer a{
     color:#5b524d;
}
.footer-social{
    text-align: center;
}
.footer-social a{
    color:#828282;
    font-size:10px;
    display: inline-block;
    margin:0 1px;
}
.footer-social a:hover{
    color:#ed1c24;
}
footer#footer ul{
    padding: 0;
    margin-top:20px;
    line-height: 14px;
    text-align: center;
}
footer#footer ul li{
    display: inline-block;
}

footer#footer ul li a{
    color:#5b524d;
    font-size:15px;
    display: inline-block;
    padding: 0 8px;
    margin:10px;
    border-left: 2px solid #828282;    
}
footer#footer ul li:first-child a{
    border-left: 0;
    padding-left: 0;
}
footer#footer .copyright{
    font-size:13px;
    text-align: center;
    margin-top:20px;
}
@media(min-width:768px){
    footer#footer .copyright{
        text-align: center
    }
    .footer-social{
        text-align: left;
    }
    footer#footer ul{
        text-align: center;
    }
    footer#footer ul li a{        
        font-size:13px;        
        padding: 0 8px;  
        margin: 0;
    }
}
@media(min-width:992px){
    footer#footer .copyright{
        text-align: right;
    }
    footer#footer ul{
        text-align: left;
    }
}
/************************************************************************/

@media (min-width: 1500px){
    .col-xlg-1,.col-xlg-2,.col-xlg-3,.col-xlg-4,.col-xlg-5,.col-xlg-6,.col-xlg-7,.col-xlg-8,.col-xlg-9,.col-xlg-10,.col-xlg-11,.col-xlg-12{float:left!important}
    .col-xlg-1{
        width:8.33333333%;
    }
    .col-xlg-2{
        width:16.66666667%;
    }
    .col-xlg-3{
        width:25%;
    }
    .col-xlg-4{
        width:33.33333333%;
    }
    .col-xlg-5{
        width:50%;
    }
    .col-xlg-6{
        width:50%;
    }
    .col-xlg-7{
        width:58.33%;
    }
    .col-xlg-8{
        width:66.66%;
    }
    .col-xlg-9{
        width: 75%;
    }
    .col-xlg-10{
        width:83.33333333%;
    }
    .col-xlg-11{
        width:91.66666667%;
    }
    .col-xlg-12{
        width:100%;
    }
    .col-xlg-push-7 {
        left: 58.33333333%;
    }
    .col-xlg-pull-3 {
        right: 25%;
    }
}