@charset "utf-8";
/* CSS Document */
body{
	background:#ff0000 !important;
	
	}
.body{padding-bottom:1%;}
#body-link{text-decoration:none; color:black;}
#body-link:hover{text-decoration:none;}
.left-image{height:505px; width:100%; }
.left-image img{ height:100%;}
.main-logo{float:left; padding:1% 0 0 1.8%;}
.logo{float:right; padding:1% 1% 0 1%;}
.logo h3{padding:0 !important; color:#bb9b39;}
.left-image{float:left; width:74%;}

.right-logo{float:left; vertical-align:middle; padding-top:7%; width:24%; }

a.button1 {
    cursor: pointer;
    margin: 0;
    position: relative;
    text-decoration: none;
    text-align: center;
    padding: 12px 62px;
    transition: background-color 300ms ease-out;
    letter-spacing: 2px;
    display: inline-block;
    text-transform: uppercase;
    font-size: 12px;
    border: 1px solid white;
    color: #363636;
    background: transparent;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}
a.button1 {text-decoration:none;color: white;}
a.button1:link{text-decoration:none;color: white;}
a.button1:visited{text-decoration:none;color: white;}
a.button1:hover{text-decoration:none;color: #ff0000; background:#fff; font-weight:bold; border:1px solid black;}
a.button1:active{text-decoration:none;color: white;}

.footer{background:#000; position:fixed;left:0;bottom:0; width:100%; text-align:right; padding-left:80%;}
.social-links{ padding-top:2%;}
.social-links ul{list-style:none; margin-bottom:5px !important;}
.social-links ul li{float:left;}
.social-links ul li {
    display: inline;
    margin-right: 5%;
}

.social-links ul li a {
    color: #000;
    display: inline-block;
    position: relative;
    font-size: 14px;
    width: 26px;
    height: 24px;
    margin: 0 auto 0 auto;
    border-radius: 50%;
    text-align: center;
    background-color: #D3D3D3;
    padding-top: 5px;
}

#facebook:hover{background:#3B5998;}
#twitter:hover{background:#1DA1F2;}
#google-plus:hover{background:#BD3518;}
#linkedin:hover{background:#0077B5;}
.right-logo-text{text-align:justify; padding-left:8%;}
.right-logo-text p{ color:#fff;}

#first{line-height:24px;}   

@media screen and(max-width:767px;)
{
	
}