body {
  font-family: 'Lato', sans-serif !important;
}

#gtco-logo img {
	width: 175px;
	height: 116px;
}

#gtco-header {
	background-image:url(../images/van.jpg);
}

#gtco-header > div.overlay {
	opacity: 0.6;
}

nav .gtco-container > div.row {
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

nav .gtco-container > div.row:first-child {
	border-top: 1px solid #fff;
	border-bottom: 0;
}

nav .gtco-container > div.row:last-child {
}

nav .gtco-container-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #0047ba;
	opacity: .8;
	top: 0;
    left: 0;
    z-index: -5;
}

nav .gtco-custom-logo {
	position: absolute;
	top: 5px;
    left: 5px;
	height: 100%;
	z-index: -3;
}

.gtco-custom-logo img {
	height: 95%;
}

#gtco-logo {
	display: none;
}

#gtco-header .display-tc h2 {
	margin-bottom: 15px;
}

#gtco-header .display-tc h3 {
	color: #fff;
	font-size: 18px;
}

a.active {
	color: #fff !important;
}

.gtco-cover, .gtco-cover .display-tc, .gtco-cover .display-t {
	height: 700px;
}

div.icedam {
	text-align: center;
	color: #000;
	position: absolute;
	width: 350px;
	right: 10px;
	top: 150px;
	padding: 6px 18px;
	border-radius: 8px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffff00+25,a8980a+100 */
	background: #ffff00; /* Old browsers */
	background: -moz-linear-gradient(top, #ffff00 25%, #a8980a 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ffff00 25%,#a8980a 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ffff00 25%,#a8980a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffff00', endColorstr='#a8980a',GradientType=0 ); /* IE6-9 */
}

div.icedam a {
	color: #bb0000;
}

div.icedam a:after {
	content: "\00bb";
}

div.owl-nav, div.owl-item {
	min-height: 100px;
}

div.owl-height {
	min-height: 200px;
}

.gtco-nav ul li.has-dropdown {
	color: rgba(255, 255, 255, 0.5);
}

.gtco-nav ul li.has-dropdown:hover {
	color: #fff;
	cursor: pointer;
}

@media screen and (max-width: 1024px) { 
	nav .gtco-custom-logo {
		display: none;
	}
	nav .gtco-container-bg {
		display: none;
	}	
	#gtco-logo {
		display: inline-block;
	}

	div.icedam {
		top: 200px;
		left: auto;
		right: auto;
		margin: 0 auto;
		position: static;
	}
	
	#gtco-header .display-t {
		padding-bottom: 20px;
	}
	
	#gtco-header .display-tc {
		padding-top: 200px;
	}
	
	.vanimage {
		text-align: center;
	}
	
	.gtco-container .row p img {
		width: 100%;
	}
	
	#gtco-footer .gtco-footer-links {
		float: none;
	}
}