@import 'headnav.css';
@import 'content.css';

html, body{
	margin: 0;
	padding: 0;
}
body{
	position: relative;
	width: 100%;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	background: #EEE;
}
a{
	color: #c8433c;
}
a:hover, a:focus{
	color: #b61614;
}
.clearfix{
	clear: both;
}
hr{
	border-color: #aaa;
}
.mt-0{
	margin-top: 0;
}
.mb-0{
	margin-bottom: 0 !important;
}
.p-0{
	padding: 0 !important;
}
.pr-0{
	padding-right: 0 !important;
}
.pl-0{
	padding-left: 0 !important;
}
@media (max-width: 991px){
	.pl-0{
		padding: 0;
	}
}
@media (max-width:350px){
	h3{
		font-size: 20px;
	}
	h4{
		font-size: 16px;
	}
}
.modal:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -4px;
}
.modal {
	text-align: center;
	padding: 0 !important;
}
.modal-content{
	background-color: #eee;
}
.modal-dialog {
	display: inline-block;
	text-align: left;
	vertical-align: middle;
}
.modal-header.bg-danger{
	background-color: #c8433c;
	color: #fff;
}
.modal .lead{
	margin-bottom: 10px;
}
.widget{
	position: fixed;
	z-index: 8;
	right: 8px;
	bottom: 60px;
}
.widget a + a{
	margin-left: 5px;
}
.widget-phone, .widget-wa{
	display: inline-block;
	text-align: center;
	padding: 10px;
	font-size: 30px;
	min-width: 50px;
	line-height: 1;
	border-radius: 50%;
	color: #FFF;
}
.widget-wa{
	background: #4dc247;
}
.widget-phone{
	background: #3374ff;
}
.widget a:hover{
	color: #FFF;
	box-shadow: 2px 2px 8px rgba(0,0,0,0.7)
}
#color.carousel .item.active, #color.carousel .item.prev, #color.carousel .item.next{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 320px;
}
footer{
	position: relative;
	bottom: 0;
	width: 100%;
	color: #fff;
	padding-top: 10px;
	background: #333;
	text-align: center;
}
@media (max-width: 768px){
}
@media (max-width: 991px){
	footer .col-xs-6{
		padding: 0 10px;
	}
	footer .lead{
		font-size: 18px;
	}
	footer table tr td{
		font-size: 12px;
		padding: 5px !important;
	}
}
footer h4{
	border-bottom: 1px solid #444;
	padding-bottom: 5px;
}
footer h5{
	color: #c8433c;
	text-shadow: 1px 1px 2px #a92c2a;
	margin-bottom: 15px;
	padding: 8px 0;
}
footer p{
	line-height: 1.5;
}
footer i{
	margin-right: 5px;
}
footer table{
	width: 100%;
	margin-bottom: 20px;
	font-size: 14px;
}
footer table tr td{
	padding: 8px;
	line-height: 1.42857143;
	vertical-align: top;
}
footer table tr td a{
	color: #fff;
}
footer table tr td a:hover{
	color: #c8433c;
}
footer .copyright{
	padding: 20px 0;
	background: #c8433c;
}
footer .copyright a{
	color: #fed226;
}
footer .copyright a:hover, footer .copyright a:focus{
	color: #fea337;
}