/*
Typekit override

<script src="//use.typekit.net/nam5bfy.js"></script>
<script> try { Typekit.load( { async: true } ); } catch ( e ) {} </script>

Effra
	Light (300)
	+ Italic
	Regular (400)
	+ Italic
	Medium (500)
	+ Italic
	Bold (700)
	+ Italic
*/

* {
	font-family: 'effra', 'Open Sans', sans-serif !important;
}
.fa {
	font-family: 'FontAwesome' !important;
}
.icon-custom,
.icon-custom *,
i[class*="icon"],
i[class*="icon"] * {
	font-family: 'Simple-Line-Icons' !important;
}

/* Add here all your css styles (customizations) */

.topbar-v3 {
	background: #F1F1F1;
	display: none;
}
.topbar-v3 .right-topbar li,
.topbar-v3 .right-topbar li a {
	vertical-align: middle;
	color: #4B4F54;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 300;
}
.topbar-v3 .right-topbar li a[href^="tel:"] {
	font-size: 20px;
	color: #707070;
	font-weight: 400;
}
.topbar-v3 .btn-topbarcontact {
	background: #cd6632;
	background: -mox-linear-gradient( left, #cd6632 0%, #e38000 100% );
	background: -webkit-linear-gradient( left, #cd6632 0%, #e38000 100% );
	background: linear-gradient( to right, #cd6632 0%, #e38000 100% );
	color: #fff;
	padding: 2.5px 20px;
	margin: 5px 0;
	border-radius: 20px !important;
	-moz-border-radius: 20px !important;
	-webkit-border-radius: 20px !important;
	font-weight: 300;
	transition: all .25s;
}
.topbar-v3 .search {
	color: #4B4F54;
	cursor: pointer;
	font-size: 14px;
	display: inline-block;
}
.header .dropdown > a:after {
	color: #d25e00;
}
.header .dropdown:hover > a:after,
.header .navbar-nav > li:hover > a {
	color: #81c1cf;
}
.header .dropdown-menu {
	border-top: solid 2px #81c1cf;
}
.header .mega-menu .dropdown-menu.innerpartner,
.header .mega-menu .dropdown-menu.innerresource {
	right: 0;
}
.header .navbar-toggle {
	border-color: #d25e00;
}
.header .navbar-toggle,
.header .navbar-toggle:hover,
.header .navbar-toggle:focus {
	background: #d25e00;
}
.header .navbar-toggle:hover {
	background: #81c1cf !important;
	border-color: #81c1cf;
}

button.navbar-toggle.mobile-phone {
	margin-right: 15px;
    background: #81c1cf;
    border: 1px solid #81c1cf;
}

#global-header.shrink {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10000;
}

#global-header.shrink .header .mega-menu {
	margin-top: 0px;
    padding-bottom: 10px;

	-webkit-transition: all .15s ease-in-out;
	-moz-transition: all .15s ease-in-out;
	-o-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out;
}

#global-header.shrink .header a.logo img {
	width: 150px;
	height: auto;

	-webkit-transition: all .15s ease-in-out;
	-moz-transition: all .15s ease-in-out;
	-o-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out;
}

/*
.headhesive {
	position: fixed;
    top: 0;
    left: 0;
    background: #c95a5d;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    width: 100%;
    z-index: 10000;
}

.headhesive.headhesive--stick {
	-webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
}

#global-header.headhesive .header .mega-menu {
	margin-top: -60px;
    padding-bottom: 10px;
}
*/

@media (max-width: 991px) {
	.header .topbar {
		margin: 0;
	}
}

@media (min-width: 992px) {
	.topbar-v3 {
		display: block;
	}
	.header .navbar-nav > li > a:hover,
	.header .navbar-nav > .active > a {
		bottom: -2px;
		position: relative;
		border-bottom: none;
	}
	.header .navbar-nav > .active > a {
		color: #4B4F54;
	}
}

.footer-v6 .footer {
	padding: 40px 0;
	background: #001d42;
	/* Old browsers */
	background: -moz-linear-gradient(top, #001d42 0%, #005988 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, #001d42 0%, #005988 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #001d42 0%, #005988 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.footer h3 {
	color: #fff;
	margin: 0;
	font-size: 15px;
}
