@font-face {
	font-family: 'opensans-regular';
	src: url('/font/opensans-regular/opensans-regular-webfont.eot');
	src: url('/font/opensans-regular/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
		url('/font/opensans-regular/opensans-regular-webfont.woff') format('woff'),
		url('/font/opensans-regular/opensans-regular-webfont.ttf') format('truetype'),
		url('/font/opensans-regular/opensans-regular-webfont.svg#opensans_regular') format('svg');
	font-weight: normal;
	font-style: normal;

}

.opensans-regular {
	font-family: 'opensans-regular' !important;
}

@font-face {
	font-family: 'opensans-bold';
	src: url('/font/opensans-bold/opensans-bold-webfont.eot');
	src: url('/font/opensans-bold/opensans-bold-webfont.eot?#iefix') format('embedded-opentype'),
		url('/font/opensans-bold/opensans-bold-webfont.woff') format('woff'),
		url('/font/opensans-bold/opensans-bold-webfont.ttf') format('truetype'),
		url('/font/opensans-bold/opensans-bold-webfont.svg#opensans_bold') format('svg');
	font-weight: normal;
	font-style: normal;

}

.opensans-bold {
	font-family: 'opensans-bold' !important;
}

@font-face {
	font-family: 'opensans-semibold';
	src: url('/font/opensans-semibold/opensans-semibold-webfont.eot');
	src: url('/font/opensans-semibold/opensans-semibold-webfont.eot?#iefix') format('embedded-opentype'),
		url('/font/opensans-semibold/opensans-semibold-webfont.woff') format('woff'),
		url('/font/opensans-semibold/opensans-semibold-webfont.ttf') format('truetype'),
		url('/font/opensans-semibold/opensans-semibold-webfont.svg#opensans_semibold') format('svg');
	font-weight: normal;
	font-style: normal;

}

.opensans-semibold {
	font-family: 'opensans-semibold' !important;
}


/* Colors */
.lighter-blue {
	color: #0088cc !important;
}

.light-blue {
	color: #3078ad !important;
}

.mid-blue {
	color: #094e80 !important;
}

.dark-blue {
	color: #00223d !important;
}

.dark-purple {
	color: #483d4b !important;
}

.light-purple {
	color: #9d02c4 !important;
}

.light-grey {
	color: #c6c2c2 !important;
}

.mid-grey {
	color: #999999 !important;
}

.dark-grey {
	color: #1d2127 !important;
}

.white {
	color: #fff !important;
}


/* Shared styles */
.underlined {
	text-decoration: underline;
}

.uppercase {
	text-transform: uppercase;
}

.link-icon {
	padding-right: 5px;
	text-decoration: none !important;
}

.centered-text {
	text-align: center !important;
}

.right-text {
	text-align: right !important;
}

.section {
	min-height: 60px;
}

.section.no-border {
	border: none;
}

.section.section-white {
	background-color: #fff;
}

.section.section-purple {
	background-color: #9d02c4;
}

.section.section-light {
	background-color: #ecececff;
}

.section.section-light-blue {
	background-color: #0088cc;
}

.section.section-dark {
	background-color: #4a4a4a;
}

.section.section-dark-blue {
	background-color: #00223d;
}

.page-title {
	font-size: 36px;
	font-family: 'opensans-bold';
	padding: 45px;
	text-transform: uppercase;
}

.section-title {
	color: #483d4b;
	font-size: 2.25em;
	margin-bottom: 1.3em;
}


body {
	font-family: 'opensans-regular';
	display: flex;
  	flex-direction: column;
}

html, body {
	height: 100%;
	margin: 0;
}

.wrapper {
	flex: 1 0 auto;
}

.top-bar {
	position: relative;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1030;
	width: 100%;
	background-color: #9d02c4 !important;
	font-family: 'opensans-regular';
}




.footer {
	flex-shrink: 0;
	min-height: 313px;
	width: 100%;
}

.footer-phone {
	padding: 0 45px 0 0;
	font-size: 1.5em;
	font-weight: bold;
}

.footer ul.menu {
	list-style: none;
	list-style-type: none;
	text-align: right;
}

.footer ul.menu li {
	list-style: none;
	list-style-type: none;
	display: inline-block;
}

.top-bar ul.navbar-nav li.nav-item,
.footer ul.menu li {
	padding: 0 30px 0 0;
}

.top-bar ul.navbar-nav li.nav-item a.nav-link,
.footer ul.menu li a {
	color: #ffffff;
	padding-bottom: 3px;
	text-transform: uppercase;
}

.top-bar ul.navbar-nav li.nav-item.active a.nav-link,
.footer ul.menu li.active a {
	color: #e6b4f3;
	border-bottom: #e6b4f3 1px solid;
}

.top-bar ul.navbar-nav li.nav-item a.nav-link:hover,
.footer ul.menu li a:hover {
	border-bottom: #e6b4f3 1px solid;
}

.top-bar #top_menu .top_row>li:first-child {
	margin-right: 0;
}


.project-box .picture {
	display: inline-block;
	width: 200px;
	height: 200px;
	overflow: hidden;
	border-radius: 50%;
}








.footer-section {
	min-height: 223px;
	background-color: #4a4a4a;
	padding-top: 54px;
	padding-bottom: 0;
	-webkit-clip-path: polygon(0% 0%, 100% 54px, 100% 100%, 0% 100%);
	clip-path: polygon(0% 0%, 100% 54px, 100% 100%, 0% 100%);
}


.scroll-to-top {
	display: none;
	z-index: 9999;
	position: fixed;
	bottom: 1em;
	right: 1em;
	width: 2.5em;
	height: 2.5em;
	line-height: 2.5em;
	border-radius: 50%;
	background-color: #5a196a;
	color: #ffffff !important;
	text-align: center;
	text-decoration: none !important;
}

.scroll-to-top span {
	position: absolute;
	top: 29%;
	left: 30%;
}


/* Resolution styles */

/* Extra Small devices */
@media (max-width: 767px) {
	.footer {
		min-height: 172px;
	}

	.logo {
		width: 160px;
	}

	.top-bar ul.navbar-nav li.nav-item.active a.nav-link {
		color: #e6b4f3;
		border-bottom: none;
	}

	.top-bar ul.navbar-nav li.nav-item a.nav-link:hover {
		border-bottom: none;
	}
}

/* Small devices */
@media (min-width: 768px) and (max-width: 991px) {
	.footer {
		min-height: 172px;
	}
	
	.logo {
		width: 160px;
	}

	.top-bar ul.navbar-nav li.nav-item.active a.nav-link {
		color: #e6b4f3;
		border-bottom: none;
	}

	.top-bar ul.navbar-nav li.nav-item a.nav-link:hover {
		border-bottom: none;
	}
}

/* Medium devices */
@media (min-width: 992px) and (max-width: 1199px) {
	.top-bar ul.navbar-nav li.nav-item a.nav-link {
		font-size: 0.9rem;
		padding: 0 20px 0 0;
	}
}

/* Large devices */
@media (min-width: 1200px) {

	.navbar-brand {
		position: relative;
		top: -12px;
	}

	.navbar-collapse {
		position: relative;
		top: -15px;
	}

	.top-bar {
		background-color: #9d02c4 !important;
		height: 180px;
		max-height: 180px;
	}
}