@font-face {
    font-family: 'myfont';
    src: url(../fonts/OpenSans-CondLight.ttf);
}
@font-face {
    font-family: 'myfont_bold';
    src: url(../fonts/OpenSans-CondBold.ttf);
}

body{
	background: url('../img/bg1.jpg');
	height: 100%;
	font-family: 'myfont';
}
footer{
	font-family: 'myfont_bold';
}
.btn-primary{
	height: 20%;
	width: 90%;
	border-radius: 0px;
	font-family: 'myfont';
}
.btn-default{
	width: 90%;
	height: 70;
	margin-top: 20;
}
span{
	font-family: 'myfont_bold';
	color: white;
}

.btn{
	font-family: 'myfont_bold';
	font-size: 50px;
}
.header_bg1{
	background: black;
	height: 35;
	padding: 0.5% 0.5% 0.5% 0.5%;
}
.header_bg{
	background: #373737;
	height: 100;
	padding: 0.5% 0.5% 0.5% 0.5%;
	background-image: url('../img/hee.png');
    background-position: left bottom, center bottom;
    background-repeat: repeat-x, repeat;
    margin: 0;
    overflow-x: hidden;
}
.footer_bg1{
	background: #373737;
	height: 70;
	color: white;
	padding: 1% 1% 1% 1%;
	background-image: url('../img/hee.png');
    background-position: left top, center top;
    background-repeat: repeat-x, repeat;
    margin: 0;
    overflow-x: hidden;
}
.footer_bg{
	background: #1B1B1B;
	height: 50;
	color: white;
	padding: 1% 1% 1% 1%;

}

.footer_bg a{
	font-family: 'myfont';
	color: white;
}


.space{
	margin-top: 3%;
}

.social{
	margin-left: 41%;
}

.social img:hover{
	opacity: 0.4;
    filter: alpha(opacity=40); /* For IE8 and earlier */
}

.hee{
	background: #0545BB;
    margin-top: 40px;
    background-image: url('../img/hee.png');
    background-position: left top, center top;
    background-repeat: repeat-x, repeat;
    margin: 0;
    overflow-x: hidden;
}
.footer_menu{
	color: white;
}
.bg_color{
	background: white;
}