/* Add here all your CSS customizations */
.main{
	margin-top:82px!important;
}
.tp-caption{
	color:#333!important;
}
.contact li{
	list-style:none;
	text-align:left;
}
.header-body,
html #header.header-semi-transparent .header-body::before, html #header.header-semi-transparent-light .header-body::before {
	background:#fff!important;
}
#footer .footer-copyright p{
	line-height:1.3;
	text-align:center;
	font-size:12px;
}
html #header.header-semi-transparent .header-nav-main nav > ul > li:not(.active) > a {
	color:#01709e;
}
html .btn-primary,
#footer .footer-ribbon,
#header .header-btn-collapse-nav{
	background:#01709e;
}
#footer .footer-ribbon::before {
    border-left-color: #01709e;
    border-right-color: #01709e;
}
.fullWidth{
	width:100%;
	height:auto;
}

@media screen and (max-width:480px){
	.header-logo img{
		height:30px;
		width:auto;
		text-align:center;
	}
}