* {
  margin: 0;
}
html, body {
  height: 100%;
}
.page-wrap {
  min-height: 100%;
  /* equal to footer height */
  margin-bottom: -102px; 
}
.page-wrap:after {
  content: "";
  display: block;
}
.site-footer, .page-wrap:after {
  height: 102px; 
}

body{
	background: url(../img/bg.jpg);
	background-size:cover;
	background-position: center center;
	font-family: 'Open Sans', sans-serif;
    }
hr{
	color:#777;
}
.main-logo{
	
}
.top-head{
	padding-top: 33px;
    padding-bottom: 14px;
    text-align: center;
}
.row p{
	text-align:center;
	margin-bottom: 30px;
	color:#ffffff;
	font-family: 'Open Sans', sans-serif;
   font-size: 18px;
   
}
.footer{
	background:#000000;
	margin-right: 0px;
    margin-left: 0px; 
}
.left-bottom{
	  padding: 23px 0px;
	  color:#777;
}
.right-bottom{
	  padding: 23px 0px;
	  color:#777;
	  text-align: right;
}
.right-bottom strong a
{
	    text-decoration: none;
    color: #777;
}
.top-row{
	padding-bottom:42px;
}
.right-img{
	padding-left:25px;
}
.social .fa{
    background-color: #000;
    border-radius: 30px;
    color: #777;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    margin: auto 3px;
    width: 30px;
    font-size: 15px;
    text-align: center;
	border: 2px solid #777;
	margin-left: 15px;
}
.social{
    
    padding-top: 10px;
    width: 100%;
}
.fa:hover 
{    background-color: #005DB9; 
     border-color:#005DB9;    color: #ffffff;    text-decoration:none;
}
@media only screen and (max-width: 767px){
.page-wrap {
    margin-bottom: 10px;
    min-height: 100%;
}
.site-footer, .page-wrap::after {
    height: auto;
}

.right-img{
	padding-left:15px;
}
.row p {
    font-size: 16px;
    padding: 0px 20px;
}

.social{
    
    text-align: center;
    margin-bottom:40px;
    
}
.right-bottom{
	 
	  text-align: left;
}


}
