body{
	background-color:#f4f4f4;
}
p{
	font-family: 'Roboto Slab', serif;
}

.navbar-brand.custom-logo-link{
	width: 400px;
    margin: 0 auto;
}
.hedaer-menu-topbar{
	
}
.header-search-box{
	width: 210px;
    float: right;
	padding: 3px 4px;
}
#wrapper-footer-full, #wrapper-static-hero {
    background-color: #003a5d;
}
.banner-page{
    width: 100%;
}
.header-search-box input#searchsubmit ,.header-search-box .assistive-text{
    display: none;
}
.header-search-box input {
    background: transparent;
	border-radius: 3px;
}

.footer-widget .widget-title{
	 color: #d5a940;
}
.footer-widget.widget_newsletterwidget label{
	display:none;
}
.footer-address{
	 color: #bbbdbc;
}
.footer-widget.widget_nav_menu{
	 color: #bbbdbc;
}
.footer-widget.widget_nav_menu ul li{
	list-style: none;
    color: #bbbdbc;
}
.footer-widget.widget_nav_menu a {
    color: #bbbdbc;
    text-decoration: none;
}
.footer-widget.widget_nav_menu a:hover {
    color: #cacaca;
    text-decoration: none;
}
.footer-widget.widget_nav_menu ul{
	    padding-left: 0;
}

.site-header{
    line-height: 1;
    border-bottom: 1px solid #e5e5e5;
    width: 100%;
}
.site-same{
    font-size: 36px;
    font-weight: bold;
    color: #d5a940;
}
.site-title{
    font-size: 16px;
    font-weight: bold;
    color: #003a5d;
}
address {
	font-size: 16px;
    float: right;
    color: #003a5d;
}
.co-address{
	
}
.co-mail{
	text-decoration: none;
font-weight: bold;
color: #003a5d;
}
.co-phone-larg{
	text-decoration: none;
	font-size: 26px;
	font-weight: bold;
	color: #003a5d;
}
.co-phone-larg:hover{
	text-decoration: none;
}
.co-phone-title-larg{
	text-decoration: none;
	font-size: 26px;
	font-weight: bold;
	color: #d5a940;
}

.add-big{
	font-size:16px;
}

@media only screen and (max-width: 600px) {
	.site-same{
    font-size: 32px;
    font-weight: bold;
    color: #d5a940;
}
    .site-title{
    font-size: 14px;
    font-weight: bold;
    color: #003a5d;
	}
	address {
		font-size: 13px;
		float: right;
		color: #003a5d;
	}
	.co-address{
		text-align:center
	}
	.site-logo-box{
		text-align:center;
		padding-bottom: 56px;
	}
	
	.co-phone-larg{
		text-decoration: none;
		font-size: 22px;
		font-weight: bold;
		color: #003a5d;
	}
	.co-phone-larg:hover{
		text-decoration: none;
	}
	.co-phone-title-larg{
		font-size: 22px;
		font-weight: bold;
		color: #d5a940;
		line-height: 1.6;
	}
}