
/*****TOP*****/

#toplogo {
	background-image:url(../images/bg-top.jpg);
	background-repeat:no-repeat;
	padding:10px;
}
.top {
	font-family: 'Montserrat', sans-serif;
	font-size:14px;
	color:#000;
	line-height:27px;
	margin-top:30px;
}

.p {
	font-family: 'Montserrat', sans-serif;
	font-size:14px;
	color:#000;
	line-height:25px;
}

#content {
	background-image:url(../images/bg-page.jpg);
	background-repeat:repeat;
}

.welcome {
	font-family: 'Montserrat', sans-serif;
	font-size:14px;
	color:#000;
	line-height:30px;	
	width:80%;
}

#sub {
	background-image:url(../images/bg-sub.jpg);
	padding:50px;
}


.h2 {
	font-family: 'Oswald', sans-serif;		
	line-height:30px;	
	color:#7C340D;
}

.h3 {
	font-family: 'Oswald', sans-serif;		
	line-height:30px;	
	color:#FC880C;
}
	
.h4 {
	font-family: 'Oswald', sans-serif;		
	line-height:30px;	
	color:#7C340D;
}

.hr {
	padding:5px;
	margin-top:6px;
	margin-bottom:6px;
}

#homam {
	background-image:url(../images/bg-homam.jpg);
	background-repeat:repeat;
	padding:10px;
}
/***** button-online *****/

.btn-warning {
    color: #fff;
	background-image:url(../images/bg-button.jpg);    
    border-color: #eea236;
	padding:13px;
	margin-top:20px;

}	 

/***** footer *****/

#footer {
	background-image:url(../images/bg-footer.jpg);
	padding:10px;
}

.footer {
	font-family: 'Montserrat', sans-serif;
	font-size:13px;
	color:#F0E565;
	line-height:33px;	
	
}

#copy {
	background-color:#3B1004;
	padding:10px;
}

/***** HYPERLINK *****/

A.bgdark {color:#fff;}
A.bgdark :link {text-decoration: none; color:#F9E165;}
A.bgdark :visited {text-decoration: none; color:#F9E165;}
A.bgdark :hover {text-decoration: none; color:#fff;}
A.bgdark :active {text-decoration: none; color:#F9E165;}


A.bglight {color:#000;}
A.bglight:link  {text-decoration: none; color:#000;}
A.bglight:visited {text-decoration: none; color:#000;}
A.bglight:hover {text-decoration: none; color:#000;}
A.bglight:active {text-decoration: none; color:#000;}

A.bgyellow {color:#A03E02;}
A.bgyellow:link  {text-decoration: none; color:#A03E02;}
A.bgyellow:visited {text-decoration: none; color:#A03E02;}
A.bgyellow:hover {text-decoration: none; color:#A03E02;}
A.bgyellow:active {text-decoration: none; color:#A03E02;}


/***** map*****/
.map-responsive{
    overflow:hidden;
    padding-bottom:60.25%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
   
    width:100%;
	height:100%;
	
    position:absolute;
}