body {
	font: 14px/1.8em 'Noto Sans', sans-serif;
	color: #111;
}
body:before {
	content: "";
	position: fixed;
	top: -10px;
	left: 0;
	width: 100%;
	height: 10px;
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,.3);
	-moz-box-shadow: 0px 0px 10px rgba(0,0,0,.3);
	box-shadow: 0px 0px 10px rgba(0,0,0,.3);
	z-index: 100;
}
h1, h2, h3 {
	font-family: 'Oswald', sans-serif;
	color: #19539A;
}
h1 {
	font-size: 28px;
	font-weight: 700;
	line-height: 1.4em;
	margin-bottom: 20px;
	text-transform: uppercase;
	letter-spacing: 0.8px;
}
h2 {
	font-size: 22px;
	margin-bottom: 20px;
}
h3 {
	font-size: 18px;
	margin-bottom: 10px;
	font-weight: 700;
}
a:focus {
	outline: 0;
}
.header {
	padding: 15px 0 12px 0;
	background: #0C4F75;
	background: #195196;
	border-bottom: 1px solid #3C97F2;
	position: relative;
	z-index: 1000;
	box-shadow: 0 3px 10px rgba(0,0,0,0.2);
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#195196+0,0279e8+100 */
	background: #195196; /* Old browsers */
	background: -moz-linear-gradient(top,  #195196 0%, #0279e8 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #195196 0%,#0279e8 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #195196 0%,#0279e8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#195196', endColorstr='#0279e8',GradientType=0 ); /* IE6-9 */
}
.logo {
	width: 120px;
}
.logo-title {
	font: italic 48px 'Anton', sans-serif;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #fff;
	margin: 0;
	margin-top: 25px;
	margin-left: 5px;
	text-shadow: 2px 2px 2px #1B63B4;
}
.tagline {
	position: relative;
	top: 18px;
	left: -13px;
	color: #888;
}
.lang-icon {
	width: 26px;
	margin-right: 2px;
}
.navbar {
	margin: 0;
	padding: 0;
	border-radius: 0;
	position: relative;
	top: 22px;
	right: -30px;
}
ul.nav > li > a {
	color: #fff;
	padding: 11px 15px !important;
	font: 700 16px 'Oswald', sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	margin-right: 5px;
	text-shadow: 2px 2px 2px #1B63B4;
}
ul.nav > li:last-child > a {

}
ul.nav > li.active > a {
	background: #0F5B84;
	background: #0573DD;
	color: #fff;
}
ul.nav > li:hover > a {
	background: none;
	color: #fff;
}
ul.nav > li > a:focus {
	outline: 0;
	background: none;
	color: #fff;
}
.dropdown-menu {
	background: rgba(255,255,255,0.95);
	padding: 12px 0;
	border: 0;
	border-radius: 1px !important;
	/*box-shadow: none;*/
	min-width: 220px;
}
.dropdown-menu li a {
	font: 400 14px 'Noto Sans', sans-serif;
	color: #111;
	padding: 8px 20px !important;
}
.dropdown-menu li:last-child a {
	border-bottom: 0;
}
.dropdown-menu li:hover a {
	background: #E3EDF2;
}
.hero {
	background: url(../images/banner2.jpg) 0 -270px;
	background-size: 100%;
	padding: 115px 0 135px 0;
	color: #fff;
	font: 700 33px/1.4em 'Oswald', sans-serif;
	text-transform: uppercase;
}
.hero-sm {
	background: #f3f3f3;
	padding: 5px 0;
	border-bottom: 1px solid #eee;
}
.main-slider {
	margin-top: -10px;
	margin-top: 40px;
}
.content {
	padding: 45px 0;
}
.brands {
	background: #f7f7f7;
	padding: 10px 0;
}
.thumb-full {
	width: 100%;
	margin: 0;
}
.thumb-full:hover {

}
.block {
	margin-bottom: 35px;
}
.logo-thumb {
	height: 160px;
	line-height: 160px;
}
.logo-thumb img {
	width: 125px;
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
	filter: gray; /* IE6-9 */
	-webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
	opacity: 0.8;
}
.logo-thumb:hover img {
	filter: none;
	-webkit-filter: grayscale(0%);
	opacity: 1;
}
.bullet-list {
	padding: 0 0 0 20px;
	margin: 0;
	list-style: none;
	list-style-image: url(../images/check.png);
}
.btn-hero {
	background: #35B1CA;
	color: #fff;
	padding: 12px 18px;
	border-radius: 0;
	font: 900 15px 'Oswald', sans-serif;
	margin-top: 20px;
	border-radius: 2px;
}
.btn-hero:hover {
	color: #fff;
}
.btn-link {
	color: #E71919;
	padding: 0;
	text-transform: uppercase;
	font: 400 14px 'Fjalla One', sans-serif;
}
.btn-link:hover {
	color: #EDE404;
	text-decoration: none;
}
.btn-custom {
	color: #fff;
	background: rgba(228,1,1,0.75);
	font: 400 15px 'Fjalla One', sans-serif;
	text-transform: uppercase;
	border-radius: 0;
	padding: 8px 12px;
	margin-top: 5px;
}
.btn-custom:hover {
	color: #fff;
	background: rgba(228,1,1,0.9);
}
.btn-outline {
	font: 400 14px 'Fjalla One', sans-serif;
	border-radius: 0;
	padding: 7px 9px;
	margin-top: 12px;
	border: 1px solid rgba(255,255,255,0.5);
	border-radius: 2px;
	color: #BAD0E0;
}
.btn-outline:hover {
	color: #fff;
}
ul.list {
	padding: 0;
	margin: 0;
	list-style: none;
}
ul.list li {
	border-bottom: 1px solid #eee;
	padding: 12px 0;
}
ul.list li:last-child {
	border-bottom: 0;
}
ul.list li:first-child {
	padding-top: 0;
}
.footer {
	background: #0E3F77 url(../images/footer-bg.jpg);
	padding: 50px 0 0 0;
	color: #fff;
}
.footer h2 {
	font: 900 18px 'Oswald', sans-serif;
	margin-top: 0;
	margin-bottom: 15px;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 0.3px;
}
.footer h2 span {
	border-bottom: 2px solid #E71919;
	display: block;
	width: 15%;
	padding-bottom: 15px;
}
.footer ul {
	padding: 0;
	margin: 0;
	list-style: none;
	list-style-position: outside;
}
.footer ul li a {
	color: #eee;
}
.footer ul li:hover a {
	color: #6BC615;
	text-decoration: none;
}
.footer .fa {
	color: #fff;
}
.footer-bottom {
	padding: 20px 0;
	color: #BAD0E0;
	border-top: 1px solid rgba(255,255,255,0.1);
	text-transform: uppercase;
	font-size: 13px;
}
@media screen and (min-width: 1400px) {
	.menubar {
		background-image: none;
		margin-top: 25px;
	}
}
@media screen and (max-width: 1270px) {
	.menubar {
		background-image: none;
		margin-top: 25px;
	}
}
@media screen and (max-width: 1199px) {
	.hero {
		background-size: cover;
		padding: 95px 0;
	}
}
@media screen and (max-width: 991px) {
	.logo-title {
		left: 20px;
	}
	.tagline {
		left: 20px;
	}
	ul.nav > li > a {
		padding: 11px 12px !important;
	}
	.hero {
		background: url(../images/banner2.jpg) no-repeat center center;
		background-size: cover;
		padding: 50px 0;
	}
	.logo-thumb img {
		width: 100px;
	}
}
@media screen and (min-width: 768px) {
	ul.nav li.dropdown:hover ul.dropdown-menu {
		display: block;
	}
}
@media screen and (max-width: 767px) {
	.logo {
		/*float: right;
		position: relative;
		left: 10px;*/
	}
	.logo-title {
		top: 40px;
	}
	.tagline {
		left: -10px;
		top: 20px;
	}
	.navbar-toggle span {
		border-bottom: 2px solid #fff;
	}
	ul.nav {
		float: none !important;
	}
	ul.nav > li > a {
		padding: 18px 0 !important;
		border-bottom: 1px solid #406C8E;
		margin-left: 0;
	}
	ul.nav > li:last-child > a {
		border-bottom: 0;
	}
	ul.nav > li.active > a {
		background: none;
		border-bottom: 1px solid #406C8E;
		color: #E2D403;
	}
	.hero {
		font: 900 30px/1.4em 'Oswald', sans-serif;
	}
	.brands {
		padding: 30px 0;
	}
	.logo-thumb {
		height: 90px;
		line-height: 90px;
		text-align: center;
	}
	.our-brand {
		text-align: left;
	}
	.hide-on-mb {
		display: none;
	}
}

.gradient-bg {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+40,dcecf2+100 */
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 40%, #EAF3F7 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #ffffff 40%,#EAF3F7 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #ffffff 40%,#EAF3F7 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dcecf2',GradientType=0 ); /* IE6-9 */
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#dcecf2+0,ffffff+60 */
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #EAF3F7 0%, #ffffff 70%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #EAF3F7 0%,#ffffff 70%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #EAF3F7 0%,#ffffff 70%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EAF3F7', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

.gradient-bg2 {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#dcecf2+0,ffffff+60 */
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #F4F8F9 0%, #FDFEFE 30%, #FDFEFE 60%, #F4F8F9 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #F4F8F9 0%, #FDFEFE 30%, #FDFEFE 60%, #F4F8F9 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #F4F8F9 0%, #FDFEFE 30%, #FDFEFE 60%, #F4F8F9 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EAF3F7', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

.box {
	background: #fff;
	padding: 15px 18px 18px 18px;
	border: 1px solid #eee;
	border-top: 0;
}

.img-wrapper {
	position: relative;
	background: #111;
}

.img-wrapper:hover img {
	opacity: 0.8;
}

.img-wrapper h3 {
	margin: 0;
	position: absolute;
	bottom: 0;
	background: rgba(26,91,167,0.85);
	width: 100%;
	color: #fff;
	padding: 10px 18px;
	text-transform: uppercase;
}

.img-wrapper h4 {
	margin: 0;
	position: absolute;
	bottom: 8px;
	background: rgba(0,0,0,0.6);
	color: #fff;
	padding: 7px 12px;
	font-size: 16px;
}

.sy-controls li a::after {
	border-radius: 0 !important;
}

.sy-caption-wrap .sy-caption {
	background-color: rgba(0, 0, 0, 0.5) !important;
	border-radius: 0 !important;
	padding: 0.4em 1em;
	font-size: 18px !important;
}

.sy-pager li {
	width: 0.8em !important;
	height: 0.8em !important;
}

.sy-pager li a {
	border-radius: 1px !important;
}

.search-box {
	background: #fff url(../images/search-icon.png) 4px no-repeat;
	background-size: 23px;
	padding-left: 28px;
}
