* {
	margin: 0;
	padding: 0;
}

html, body {
	font-size: 16px;
}

body {
	font-family: 'Sansation', sans-serif;
	background: #ffffff;
	color: #231f20;
}

h1, h2, h3, h4, h5, h6, p {
	margin: 0;
	padding: 0;
}

a, a:link, a:hover, a:visited, a:active, a:focus {
	text-decoration: none;
}

ul, li {
	padding: 0;
	margin: 0;
}

figure {
	margin: 0;
}

.slick-dotted.slick-slider {
	margin-bottom: 0;
}

.slick-dots {
	bottom: 50px;
}

.slick-dots li {
	background: #fff;
}

.slick-dots li.slick-active {
	background: #4dbae0;
}

.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: none;
}

thead {
	background: #f1f1f1;
}

.table-style-country {
	width: 120px;
}

.table-year-col {
	width: 90px;
}

.main-container {
	border: 1px solid #f0f0f0;
    box-shadow: 0 0 40px #f0f0f0;
}

.choose-lang .dropdown {
	display: inline-block;
}

.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    color: #16181b;
    background-color: #f8f9fa;
}

.btn-style {
	display: inline-block;
	font-size: 0.875rem;
	border: 1px solid #fff;
	padding: 6px 14px 6px 14px;
	font-weight: 600;
	text-transform: uppercase;
	transition: all 0.2s;
	background: #2e7087;
}

.btn-style.gray {
	color: #fff;
}

.btn-style.lg-btn {
	font-size: 1.4375rem;
	padding: 10px 20px;
}

.btn-style.lg-btn i {
	font-size: 1.5rem;
}

.btn-style i {
	font-size: .9rem;
	transform: rotate(45deg);
	color: #4dbae0;
	transition: all 0.2s;
}

.btn-style:hover {
	color: #fff;
	background: #4dbae0;
}

.btn-style:hover i {
	color: #fff;
}

#printref {
	cursor: pointer;
}

#printref:hover {
	color: #fff;
}

.main-container {
	max-width: 1600px;
	margin: 0 auto;
}

header {
	padding: 20px 0 35px;
}

header ul li {
	display: inline-block;
}

.choose-lang span, .choose-lang button, .choose-lang .dropdown-item {
	font-size: 0.6875rem;
}

.choose-lang .dropdown-menu {
	min-width: 90px;
}

.top-nav {
	position: relative;
	z-index: 5;
}

.top-nav i {
	font-size: 1rem;
	transform: translateY(1px);
}

.choose-lang button {
    padding: 10px 0;
	text-transform: uppercase;
	font-weight: 700;
}

.choose-lang button, .choose-lang button:hover {
	color: #4dbae0;
}

.choose-lang span {
	margin-right: 5px;
	font-weight: 700;
	text-transform: uppercase;
}

.choose-lang span, .social-link span {
	color: #b9b9b9;
}

.choose-lang .dropdown-item, .top-nav ul li a {
	text-transform: uppercase;
	font-weight: 700;
}

.top-nav ul li:not(:last-child) {
	margin-right: 20px;
}

.social-link {
	text-transform: uppercase;
}

.social-link span {
	font-weight: 700;
}

.social-link span, .top-nav ul li a {
	font-size: 0.75rem;
}

.social-link i {
	color: #231f20;
}

.footer-text .social-link {
	font-size: 1rem;
}

.footer-text .social-link i {
	color: #afb0b4;
}

.top-nav ul {
	display: inline-block;
	margin:  0 40px 0 0;
}

.top-nav ul li a i {
	color: #4dbae0;
}

.top-nav ul li a, .main-nav ul li a {
	color: #231f20;
}

.top-nav a:hover, .main-nav ul li a:hover, footer a:hover, .style-text a:hover {
	opacity: 0.6;
}

.main-nav ul li {
	position: relative;
}

.main-nav ul li:not(:last-child) {
	margin-right: 25px;
}

.main-nav ul li a {
	font-size: 1rem;
	text-transform: uppercase;
	font-weight: 400;
}

.main-nav ul li:nth-child(1) a, .main-nav ul li:nth-child(2) a, .main-nav ul li:nth-child(3) a {
	font-weight: 700;
}

.main-nav ul li:after {
	content: "";
	display: inline-block;
	position: absolute;
	bottom: -5px;
	left: 0;
	background: #4dbae0;
	height: 1px;
	width: 20px;
	transition: all 0.7s;
}

.main-nav ul li:hover::after {
	width: 100%;
}

.main-nav-dropdown {
    display: none;
    position: absolute;
	top: 31px;
    left: 0;
    width: 260px;
    background: #4dbae0;
    padding: 15px;
    border-top: 5px solid #4dbae0;
    z-index: 10;
}

.main-nav ul li:last-child .main-nav-dropdown {
	left: auto;
	right: 0;
	width: 190px;
}

.item-dropdown:hover .main-nav-dropdown {
    display: block;
}

.item-dropdown a {
    padding-bottom: 20px;
}

.main-nav .main-nav-dropdown li:not(:last-child) {
    margin: 0 0 8px 0;
}

.main-nav .main-nav-dropdown li {
	display: block;
	line-height: 1.2;
}

.main-nav .main-nav-dropdown li a {
	font-size: 0.85rem;
	line-height: 1;
	padding: 0;
	text-transform: none;
	font-weight: 400!important;
	color: #fff;
}

.main-nav .main-nav-dropdown li:after {
	content: none;
}

.mbmin-20 {
	margin-bottom: -20px;
}

.logo {
	width: 248px;
}

.logo2 {
	position: absolute;
    right: -100px;
    bottom: -142px;
    transform: translateX(-50%);
	z-index: 4;
}

.slider-section {
	position: relative;
}

.slider {
	position: relative;
	width: 100%;
}

.slider-bg {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	filter: grayscale(1);
	z-index: 1;
}

.slider-item a {
	display: block;
	position: relative;
	height: 100%;
    z-index: 5;
}

.slider-text {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
	width: 100%;
    padding: 0 60px;
}

.home-slider .slider, .home-slider .slider-item {
	height: 820px;
	overflow: hidden;
}

#scroll img {
	filter: grayscale(1);
}

.home-slider .slider-text h2 {
	font-size: 5.625rem;
	margin-bottom: 15px;
	font-weight: 700;
	text-transform: uppercase;
}

.home-slider .slider-text h3 {
	font-size: 2.25rem;
	font-style: italic;
	margin-bottom: 40px;
	font-weight: 600;
}

.serv-box {
	position: relative;
}

.gradient-overlay {
	background: url('/assets/images/gradient-background.png');
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 3;
	background-size: cover;
}

.page-slider .slider, .page-slider .slider-item {
	height: 520px;
	overflow: hidden;
}

.page-slider h1 {
	font-size: 3.625rem;
    line-height: 3.7rem;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
}

.red-text {
	color: #4dbae0;
}

.short-text-section {
	padding: 170px 0 100px;
	background: #4dbae0;
	color: #fff;
}

.short-text-section .short-text, .category-intro .short-text {
	margin-bottom: 70px;
}

.short-text {
	font-size: 1.45rem;
	line-height: 1.6;
	font-weight: 600;
	margin-bottom: 40px;
}

.sidebar .short-text {
	line-height: 2.4rem;
	margin-bottom: 50px;
}

.illustration-text-section {
	position: relative;
	height: 700px;
}

.illustration-text-section .container {
	position: relative;
	z-index: 5;
}

.ill-bg {
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.ill-bg {
	filter:  grayscale(1);
}

.text-over-box {
	padding: 0;
	color: #fff;
    font-size: 3rem;
    line-height: 1.2;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
}

.text-over-box.gray {
	background: rgba(35,31,32,0.7);
}

.text-over-box.red {
	background: rgba(46,112,135,0.8);
}

.text-over-box h2 {
	font-size: 3.75rem;
	line-height: 4rem;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;	
    margin-bottom: 30px;
}

.text-over-box p {
	font-size: 1.25rem;
	line-height: 2.1875rem;
	color: #fff;
}

.gray-bg {
	background: #f8f8f8;
}

.categories {
	padding: 100px 0;
}

.categories a {
	display: block;
	color:  #4dbae0;
}

.category-box {
	background: #fff;
	padding: 80px 70px;
}

.category-box {
	display: block;
	padding: 40px 40px;
}

.category-box h3 {
	font-size: 2.1875rem;
	color: #231f20;
    font-weight: 700;
    text-transform: uppercase;
	margin: 20px 0 25px 0px;
}

.category-box p {
	font-size: 1.1rem;
	line-height: 1.875rem;
	color: #231f20;
	margin-bottom: 45px;
}

.category-box ul li {
	font-size: 1rem;
	line-height: 1.2rem;
	color: #4dbae0;
	margin: 0 0 10px 18px;
}

.categories .col-lg-6:nth-child(-n + 2) a {
	margin-bottom: 30px;
}

.category-intro {
	padding-bottom: 25px;
}

.references {
	padding-bottom: 75px;
}

.category-intro {
	padding-top: 50px;
}

.category-icon-inside {
	position: relative;
	min-height: 230px;
    min-width: 250px;
    background: #4dbae0;
    padding: 0 0px;
    margin: -80px 0 90px 0;
    z-index: 3;
}

.featured-text {
	font-size: 1.625rem;
	line-height: 2.25rem;
	color: #4dbae0;
	font-style: italic;
	font-weight: 600;
	margin-bottom: 40px;
}

.listed-articles {
	margin-bottom: 80px;
}

.title-lined {
    position: relative;
    font-size: 2rem;
    text-transform: uppercase;
	font-weight: 600;
    text-align: center;
    margin-bottom: 30px;
    color: #4dbae0;
	z-index: 1;
}

.title-lined:before {
    display: inline-block;
    border-top: 1px solid #e3e3e3;
    content: "";
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: -1;
}

.title-lined span {
    background: #fff;
    padding: 0 20px;
}

.article {
	/*margin-bottom: 30px;*/
	border: 1px solid #e3e3e3;
	height: 100%;
}

.art-wrap {
	margin-bottom: 30px;
}

.references .article picture {
	padding: 15px;
	display: flex;
	align-items: center;
}

.article-text {
	padding: 15px;
	width: 100%;
	position: relative;
}

.article-text .read-more {
	/*position: absolute;
	right: 10px;
	bottom: 10px;*/
}

.references .article .read-more {
	color: #4dbae0;
	text-transform: uppercase;
	font-size: .65rem;
	line-height: 1;
	font-weight: 600;
	display: inline-flex;
	align-items: center;
	float: right;
}

.references .article .read-more i {
	font-size: .9rem;
	margin:  -2px 4px 0 0;
}

span.ndate{
    font-size: 13px;
    color: #8e8e8e;
}

.article h3 {
	font-size: 1.1rem;
	color: #4dbae0;
	font-weight: 600;
	text-transform: uppercase;
	margin: 0;
}

.references .article h3 {
	color: #2e7087;
}

.article p {
	font-size: 0.95rem;
    line-height: 1.3rem;
	color: #231f20;
	font-weight: 600;
	overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    margin-top: 7px;
    margin-bottom: 10px;
    -webkit-box-orient: vertical;
}

.article p.cr, .article p.yr {
	font-size: 0.75rem;
	margin-bottom: 0;
	margin-top: 0;
	color: #ccc;
}

.references .btn-style {
	margin-top: 0;
}

.top-title {
	padding: 60px 0;
}

.title-lg {
	font-size: 5.625rem;
	text-transform: uppercase;
	font-weight: 700;
}

.title-md {
	font-size: 3.5rem;
	font-weight: 700;
	margin-bottom: 15px;
}

.title-md.blue-color {
   color: #2e7087;
}

.illustration-small {
	position: relative;
	height: 300px;
	width: 100%;
}

a.back {
	color: #ccc;
	margin-bottom: 25px;
	font-size: .7rem;
	display: inline-flex;
	align-items: center;
	text-transform: uppercase;
}

a.back i {
	font-size: 1rem;
	margin-right: 5px;
}

.page {
	padding: 40px 0;
}

.sidebar {
	padding-left: 30px;
}

.sidebar-title {
	font-size: 1.4rem;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 15px;
}

.sidebar .article {
	margin-bottom: 15px;
}

.reference-side-info {
	margin-bottom: 50px;
}

.reference-side-info p {
	font-size: 1.4rem;
	font-weight: 600;
}

.single-document, .single-contact {
	border: 1px solid #e3e3e3;
}

.single-document {
	margin-bottom: 15px;
}

.single-document a {
	color: #16181b;
	padding: 15px;
}

.single-document span {
	display: block;
	margin-left: 15px;
}

.single-document i {
	font-size: 3rem;
}

.single-contact {
	padding: 20px;
	height: 100%;
}

.media-content {
	margin-bottom: 40px;
}

.ref .media-content figure {
	bordeR:  1px solid #e3e3e3;
}

.ref.padd .media-content figure {
	padding: 40px;
}

.gallery figure {
	margin-top: 30px;
}

.style-text {
	position: relative;
	margin-bottom: 0;
}

.style-text table {
	margin-bottom: 50px;
}

.category-intro .style-text {
	padding-bottom: 10px;
}

.col-mb {
	margin-bottom: 30px;
}

.map {
	margin-bottom: 70px;
}

.style-text h2 {
	font-size: 1.7rem;
}

.style-text h3 {
	font-size: 1.4rem;
}

.style-text h4 {
	font-size: 1.2rem;
}

.style-text h2, .style-text h3, .style-text h4 {
	font-weight: 700;
    margin-bottom: 10px;
}

.style-text ul, .style-text ol {
	margin-left: 25px;
}

.style-text p, .style-text ul li, .style-text ol li {
	font-size: 1.125rem;
	line-height: 2rem;
}

.style-text ul li {
	list-style: disc;
	margin: 0 0 5px 18px;
}

.style-text p, .style-text ul, .style-text ol {
	margin-bottom: 40px;
}

.style-text a {
	display: inline-block;
	color: #4dbae0;
}

.category-intro .style-text ul, .category-intro .style-text ol {
	list-style: none;
	margin-left: 0;
}

#accordion button {
	font-size: 1.2rem;
	color: #231f20;
    font-weight: 600;
}

#accordion button:hover, #accordion button:focus {
	text-decoration: none;
}

footer {
	padding: 100px 0 0 0;
}

footer img {
	margin-top: 35px;
	margin-left: auto;
	margin-right: auto;
	width: 120px;
}

.footer-text a, .footer-text p {
	font-size: 0.875rem;
	color: #afb0b4;
}

.footer-text p {
	line-height: 1.875rem;
}

.footer-text span {
	font-weight: 600;
}

footer ul {
	margin-bottom: 20px;
}

footer ul li a {
	position: relative;
	font-size: 1rem;
	color: #231f20;
	font-weight: 600;
}

footer a {
	transition: all 0.2s;
}

footer ul li {
	display: inline-block;
	margin-bottom: 15px;
}

footer ul li a:hover {
	color: #231f20;
}

footer ul li:not(:last-child) {
	margin-right: 20px;
}

footer ul li a:after {
	content: "";
	display: inline-block;
	position: absolute;
	left: 0;
	bottom: 0;
	height: 2px;
	width: 100%;
	background: #afb0b4;
}

.footer-text p.footer-shortText {
	margin-bottom: 25px;
	font-size: .75rem;
	line-height: 1.5;
}

.footer-text a {
	text-decoration: underline;
}

.footer-text .idea-label {
	font-weight: 400;
}

.footer-text .design-by {
	text-decoration: none;
}

.cat-gallery {
	margin:  0 0 30px;
}

.cat-gal-box {
	margin:  0 0 30px;
}

.cat-gal-box span {
	font-size: .8rem;
	line-height: 1.2;
	color: #231f20;
	font-weight: 700;
	display: block;
	margin-top: 7px;
}

@font-face {
    font-family: 'Sansation';
    src: url('/assets/fonts/Sansation_Bold.eot');
    src: url('/assets/fonts/Sansation_Bold.eot') format('embedded-opentype'),
         url('/assets/fonts/Sansation_Bold.woff2') format('woff2'),
         url('/assets/fonts/Sansation_Bold.woff') format('woff'),
         url('/assets/fonts/Sansation_Bold.ttf') format('truetype'),
         url('/assets/fonts/Sansation_Bold.svg#Sansation_Bold') format('svg');
         font-weight: 700;
}

@font-face {
    font-family: 'Sansation';
    src: url('/assets/fonts/Sansation_Regular.eot');
    src: url('/assets/fonts/Sansation_Regular.eot') format('embedded-opentype'),
         url('/assets/fonts/Sansation_Regular.woff2') format('woff2'),
         url('/assets/fonts/Sansation_Regular.woff') format('woff'),
         url('/assets/fonts/Sansation_Regular.ttf') format('truetype'),
         url('/assets/fonts/Sansation_Regular.svg#Sansation_Regular') format('svg');
         font-weight: 400;
}

@font-face {
    font-family: 'Sansation';
    src: url('/assets/fonts/Sansation_Light.eot');
    src: url('/assets/fonts/Sansation_Light.eot') format('embedded-opentype'),
         url('/assets/fonts/Sansation_Light.woff2') format('woff2'),
         url('/assets/fonts/Sansation_Light.woff') format('woff'),
         url('/assets/fonts/Sansation_Light.ttf') format('truetype'),
         url('/assets/fonts/Sansation_Light.svg#Sansation_Light') format('svg');
         font-weight: 100;
}
