//@media only screen and (max-width: 320px) {
//    body {
//        max-width: 320px;
//        background:#677084; 
//    }
//    #head-div{
//        width: auto; 
//    }
//}

@import url(http://fonts.googleapis.com/css?family=Roboto);
@import url(http://fonts.googleapis.com/css?family=Dosis);


html { 
   background: #d7d7d7; 
   background: url("img/bg.jpg");
   background-position:center top;
}
body { 
    margin-top: 0px;
	margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
	padding: 0;  
    font-family: 'Roboto', sans-serif;
    font-size: 14px ;
	color: #000000;
}
#rob { 
    margin-top: 120px;
	margin-bottom: 0px;
    margin-left: 12%;
    margin-right: 12%; 
	padding: 0;  
    font-family: 'Roboto', sans-serif;
    font-size: 14px ;
	color: #464646;
	background:#FFFFFF;
	background-repeat:repeat;
    overflow-x:hidden;
	border:0px solid #000000;
	border-radius: 9px;
	width: 75%;
}

#mas a 
{
	float: center;
	height: 85px;
	padding: 8px;
	color: #fff;
	font: normal 12px Roboto;
	text-decoration: none;
	background: #a51918;
    border-radius: 2px;
}

#mas a:hover 
{
	color: #000;
	background: #959595;
	border-radius: 2px;
	
}

a:link{
	color: #a51918;
	text-decoration: none;
}

a:visited {
	color: #a51918;
	text-decoration: none;	
}
a:hover {
	color: #d4760b;
	text-decoration: underline;
}
#tel {
	margin-top: 25px;
	margin-bottom: 20%;
    margin-left: 20%;
    margin-right: 20%;
   	text-align: inherit;
    font-family: 'Roboto', sans-serif;
    color:#ebebeb;
    text-decoration:none;
    font-size: 15px;
    font-weight:normal;
    }

.grow-box {
    border:0px solid #e1e1e1; 
	margin-top: 0px;
	margin-bottom: 0px;
    margin-left: 1%;
    margin-right: 1%;
    overflow: auto;
    padding: 0 0px 0 0px;
	
}

#head-div{
	margin-top: 0px;
	margin-bottom: 0px;
    margin-left: 1%;
    margin-right: 1%;
    border: 1px;
    padding: 10px 0px 10px 0px;
    height: 143px;
    overflow: none;
}
.head-inside-left{
	height: 143px;
	width: 280px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 10%;
	margin-right: 0px;
    border: 0;
    padding: 0 0px 0 0px;
    float: left;
    max-width: 280px;
}

.head-inside-right{
	height: 145px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
    border: 0;
    padding: 0 0px 0 0px;
    float: right;
}

#menu{    
	margin-top: 0px;
	margin-bottom: 0px;
    margin-left: 1%;
    margin-right: 1%;
    clear: both;
    z-index: 1000;
    height: 35px;
}
#content-one{
    
    padding: 0px 0px 0px 0px;
	margin-top: 0px;
	margin-bottom: 0px;
    margin-left: 1%;
    margin-right: 1%;
}
#content-two{
	margin-top: 0px;
	margin-bottom: 0px;
    margin-left: 1%;
    margin-right: 1%;
    padding: 15px;
    float: right;
    width: 270px;
}
.foot-div{
    color: #a51918;
	margin-top: 0px;
	margin-bottom: 0px;
    margin-left: 1%;
    margin-right: 1%;
    padding: 0px 0px 0px 0px;
	text-align:center;
	font-size: 13px;
	font-family: 'Roboto', sans-serif;
}

.foot2-div{
    background: #a51918;
    color: #fff;
	margin-top: 0px;
	margin-bottom: 0px;
    margin-left: 1%;
    margin-right: 1%;
    padding: 0px 0px 0px 0px;
	font-size: 12px;
}

.facebook {
 width: 48px;
 height:48px;
 display:inline-block;
 background:transparent url('img/facebook.png') center top no-repeat;
}

.facebook:hover {
   background-image: url('img/facebook_hoover.png');
}

.youtube {
 width: 35px;
 height:35px;
 display:inline-block;
 background:transparent url('img/youtube.png') center top no-repeat;
}

.youtube:hover {
   background-image: url('img/youtube_hoover.png');
}

.google {
 width: 35px;
 height:35px;
 display:inline-block;
 background:transparent url('img/google.png') center top no-repeat;
}

.google:hover {
   background-image: url('img/google_hoover.png');
}