body{
  	background:#efefef none repeat-x scroll center bottom;
}
.main-header{
    background: #192952 none repeat-x scroll center bottom;
    border-top: 4px solid #cd5b1c;
  	border-bottom:2px solid #ffffff;
    padding-bottom: 0px;
}
div#mainbody{
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.35) inset;
  	padding:0px 0px 15px 0px;
}
.copyright {
    background: #192952 none repeat scroll 0 0;
    border-top: 0px solid #0448fd;
  	color: #ffffff;
    padding: 10px 0;
}
div#bottom1{
  	margin:auto;	
  	width:100%;
  	background:#ffffff none repeat scroll 0 0;
}
footer#footer{
  	background: #cd5b1c none repeat scroll 0 0;
    border-bottom: 25px solid #192952;
  	color: #ffffff;
    padding: 10px 0;
}
div.container.footer{
  	padding:10px 0px;
}
}
.pull-left {
    float: none !important;
    text-align: center;
  	padding-top:10px;
}
.navbar-brand {
    float: none;
    font-size: 18px;
    height: auto;
    line-height: 20px;
    padding: 0px 5px 0px 5px;
  	margin:auto;
  	width:100%;
}
.navbar-header {
    float: left;
    margin-top: -20px;
    margin-bottom: -20px;
}
div.pull-left.copyright-link{
  	float:left;
  	text-align:left;
  	display:none;
}
div.pull-right.footer-links{
  	display:none;
}
.secondary-nav {
    background: #192952 none repeat scroll 0 0;
    border-bottom: 0px solid #0448fd;
  	padding-right:5px;
}
#top.clearfix .container {
  	padding:0px;
}

/*Menu*/

.nav-justified > li > a {
    background: #efefef none repeat scroll 0 0;
    border-bottom: 0 none;
    color: #192952;
    font-size: 14px;
    margin-bottom: 0;
    padding-bottom: 15px;
    padding-top: 15px;
    text-align: center;
    text-shadow: none;
    white-space: nowrap;
}
.nav-justified > li > a:hover, .nav-justified > li > a:focus {
    background-color: #cd5b1c;
    background-image: none;
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.15) inset;
    color: #ffffff;
}
.nav-justified > .active > a, .nav-justified > .active > a:hover, .nav-justified > .active > a:focus, .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #cd5b1c;
    background-image: none;
    border: 0 none;
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.15) inset;
    color: #ffffff;
}
.navbar-toggle .icon-bar {
    background-color: #192952;
}
.nav-justified > li > a {
    border-left: 1px solid #cd5b1c;
    border-right: 1px solid #cd5b1c;
}


/*TEXT*/

p{
  	color: #333;
    font-size: 15px;
    line-height: 25px;
  	letter-spacing: 0.3px;
}
h1{
  	color:#192952;
}
@media (max-width: 768px) {
  h1{
  	font-size:26px;
  }
}
h1{
  	color:#192952;
}

h2{
	color: #192952;
    font-size: 30px;
}
h4{
	color: #192952;
    font-size: 30px;
}
a {
    color: #428bca;
    text-decoration: none;
	outline: medium none !important;
}
a[href^=tel] { 
  	color: inherit; 
  	text-decoration: none; 
} 
ul, ol{
    color: #cd5b1c;
    font-size: 15px;
    line-height: 32px;
    margin-bottom: 10px;
    margin-top: 0;
}
a:hover, a:active {
    color: #c87c02;
    text-decoration: underline;
}
.headline {
    border-bottom: 0px solid #eeeeee;
    display: block;
    margin: 10px 0 15px;
}
.headline h4 {
    border-bottom: 1px solid #eeeeee;
    display: inline-block;
    font-size: 24px;
    margin-bottom: -2px;
    padding-bottom: 10px;
    width: 100%;
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cd5b1c;
    margin: 1em 0;
    padding: 0; 
}
div.copyright.footer-2{
  	display:none;
}
div a.fa.fa-home{
  	color:#192952;
}
div a.fa.fa-times-circle-o{
  	color:#192952;
}

/********* FOOTER *********/

#footer.clearfix p a {
  	color:#fff;
}
#footer.clearfix p a:hover {
  	color:#192952;
}

/***** COOKIE CSS *****/

div.cwcookielaw {
    background-color: #000;
    background-repeat: repeat-x;
    font-family: Gill Sans;
    font-size: 13px;
    color: #ffffff;
    font-weight: bold;
    z-index: 1000;
    width: 100%;
    position: absolute;
    display: none;
    padding-bottom: 5px;
    line-height: 14px;
}
div.cwcookielaw p {
    padding: 9px 0 4px 0;
    margin: 0;
    float: left;
    text-align: center;
    width: 100%;
    line-height: 20px;
    font-size: 16px;
  	color:#fff;
  	font-weight:600;
}
div.cwcookielaw .cwallowcookies {
    -moz-transition: background 0.25s ease-in 0s;
    background: none repeat scroll 0 0 #2276e3;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.25);
    color: #FFFFFF;
    display: inline-block;
    width: 125px;
    height: auto;
    float: right;
    margin-top: 5px;
    padding: 10px;
    text-decoration: none;
    text-shadow: none;
    font-size: 16px;
    font-weight: 600;
    margin-right: 10px;
    text-align: center;
}
div.cwcookielaw .cwcookiesmoreinfo {
    -moz-transition: background 0.25s ease-in 0s;
    background: none repeat scroll 0 0 #2276e3;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.25);
    color: #FFFFFF;
    display: inline-block;
    width: 125px;
    height: auto;
    float: right;
    margin-top: 5px;
    padding: 10px;
    text-decoration: none;
    text-shadow: none;
    font-size: 16px;
    font-weight: 600;
    margin-right: 10px;
    text-align: center;
}
