body {
		/*font-family: GothamPro, Verdana, "Verdana Ref", sans-serif;*/
		font-family: 'Raleway', sans-serif;

		font-weight:300;
}

img {
	max-width:100%;
	height:auto;
}

hr {

    border-top: 1px solid #1f283b;

}

.logo img {
	width:100%;
	max-width:500px;
}

p {
	font-size:14px;
	line-height:130%;
}

h2 {
	font-size:48px;
	line-height:48px;
	margin-bottom:15px;
	font-weight:500;
	}

h4 {
	font-size:16px;
	text-transform: uppercase;
	margin-bottom:20px;
	font-weight:600;
}

.logo {
    padding-top:20px;
    padding-bottom: 0px;
}

@media (min-width: 991px) {
.logo {
    padding-top:80px;
    padding-bottom: 40px;
}
}
        
.navigation, .navigation a {
	text-transform:uppercase;
	/*font-family: GothamPro, Verdana, "Verdana Ref", sans-serif;*/
	font-family: 'Raleway', sans-serif;

	font-weight:600;
} 

p strong{
	font-weight:600;
}

/** Cookies **/

#cookiewrapper {
	display:none;
}

.cookie-container {
		background: #040d37;
		position: fixed;
		color:#fff;
	bottom:0px; 
	left:0px;
	z-index:9999;
	width:100%;
		font-family: 'Open Sans', sans-serif;
		font-weight:bold;
		opacity: 1;
		overflow: hidden;
		transition: all .3s ease;
}

.cookie-container a {
		text-decoration: none;
		color: #555;
		transition: color .2s ease, background .2s ease, width .6s ease;
}

.cookie-container p {
		margin: 0;
		padding: 13px 75px;
		transition: all .2s ease;
}

.cookie-container.ex-1 {
		text-align: center;
		border-bottom: 1px solid #ccc;
		box-shadow: 0 0 15px #222;
}

.cookie-container .fa {
		position: relative;
		background: #f9f9f9;
		color: #555;
		padding: 1em 3em 1em 2em;
		position: absolute;
		top: 0;
		bottom: 0;
		width: 2%;
}

.cookie-container .fa:after {
		content: attr(alt);
		position: absolute;
		font-family: 'Open Sans', sans-serif;
		white-space: nowrap;
		padding: 5px 10px;
		background: #f9f9f9;
		color: #555;
		border: 1px solid #ccc;
		top: 11px;
		visibility: hidden;
		opacity: 0;
		transition: all .2s ease;
}

.cookie-container .fa-info {
		border-right: 1px solid #ccc;
		left: 0;
}

.cookie-container .fa-info:hover {
		background: #555;
		color: #fff;
}

.cookie-container .fa-info:after {
		left: 110%;
}

.cookie-container .fa-info:hover:after {
		left: 95%;
		visibility: visible;
		opacity: 1;
}

.cookie-container .fa-check {
		border-left: 1px solid #ccc;
		right: 0;
}

.cookie-container .fa-check:hover {
		background: #27ae60;
		color: #fff;
}

.cookie-container .fa-check:after {
		right: 110%;
}

.cookie-container .fa-check:hover:after {
		right: 95%;
		visibility: visible;
		opacity: 1;
}

.cookie-container.ex-1.accepted .fa-info,
.cookie-container.ex-1.accepted p {
		visibility: hidden;
		opacity: 0;
		transition: all .3s ease;
}

.cookie-container.ex-1.accepted .fa-check {
		background: #27ae60;
		width: 100%;
		color: #fff;
}

.cookie-container.ex-1.accepted .fa-check:after {
		display: none;
}

.cookie-container.ex-1.accepted {
		visibility: hidden;
		opacity: 0;
		transition-delay: 2s;
}


/** News **/

section.news {
	border-bottom:1px solid #000;
	padding-bottom:30px;
	margin-bottom:30px;
}

.newswrapper {
	background-color: rgba(180,190,200,0.4);
	padding:15px;
	transition:all 0.4s;
}

#showMoreNews {
	position: absolute;
	cursor:pointer;
	transition: all 0.4s;
}

#showMoreNews hr {
	margin:0;
}

#showMoreNews h4 {
	margin-top:10px;
	line-height: 27px;
	cursor:pointer;
}

#showMoreNews img {
	height:24px;
	margin-left:10px;
	margin-right:0px;
	vertical-align: top;
	display: inline-block;
	transition: all 0.4s;
	cursor:pointer;
}

#showMoreNews:hover img {
	margin-right:20px;
	margin-left:15px;
	}


@media (min-width: 992px) {
	.newswrapper {
		padding:75px;
	}
}


.newswrapper hr {
	margin-top:2rem;
	margin-bottom:0.7rem;
}

.newswrapper p {
	margin-bottom: 2rem;
}


/*
.newswrapper div p:last-of-type {
	margin-bottom:2rem;
}
*/
.datewrapper {
	height:40px;
	margin-bottom:20px;
}

.datewrapper p {
	margin:0;
}

.datewrapper div {
	align-self:center;

}

.datewrapper img {

	max-width:100px;
	max-height:55px;
}





#moreNews {
	display:none;
}


/** Slider **/

section.slider {
	border-bottom:1px solid #000;
	padding-bottom:20px;
	margin-bottom:30px;
}

/** Map **/

section.map {
	border-bottom:1px solid #000;
	padding-bottom:30px;
	margin-bottom:30px;
}

/** Industries **/
section.industries {
	padding-bottom:30px;
	margin-bottom:30px;
}

section.industries hr {
	margin-top:2.5rem;
	margin-bottom:2.5rem;
}

.industry {
	padding-bottom:3rem;
}

@media (min-width: 992px) {
	section.industries {
		padding:0 75px;
	}
}


/** Events **/

section.events {
	border-bottom:1px solid #000;
	padding-bottom:20px;
	margin-bottom:30px;
}

.eventwrapper {
	padding:0px;
	transition:all 0.4s;
}

@media (min-width: 992px) {
	.eventwrapper {
		padding:0 75px;
	}
}

.eventlogo {
	padding-top:1rem;
	padding-bottom:1rem;
	
}

@media (max-width: 991px) {
	.eventlogo { height:100px; }
}

.eventlogo > div{
	background-repeat: no-repeat;
	background-size: contain;
	height:100%;
	width:100%;
}

.eventlogo img{
	margin: 1rem 0;
	max-height:100%;
}

.booth {
	font-weight:700;
	font-size: 40px;
	text-align: right;
	margin-bottom:0;
}



.booth + hr {
	margin-top:5px;
}

.booth span {
	font-size:14px;
	padding-right:10px;
	vertical-align: super;
}

.eventlinks {
	padding-top:1rem;
	padding-bottom:1rem;
}

.eventlinks a {
	text-decoration: none;
	color:rgba(0,0,0,0.6);
	font-weight:700;
	text-transform: uppercase;
	font-size:14px;	
	}
	

.eventlinks img{
	height:60px;
	margin-right:10px;
}

.eventdates {
	margin-bottom: 0;
	text-align:right;
	font-weight: 700;
	font-size:24px;
	
}

@media (min-width: 992px) {
	.eventdates {
			font-size: 28px;

	}
}

@media (min-width: 1200px) {
	.eventdates {
			font-size: 36px;

	}
}


.pin {
	display:none;
}

@media (min-width: 992px) {
	.pin {
		display:block;
		width:20px;
		margin-right:15px;
	}
}

/** Contacts **/

section.contacts p {
	margin:0px;
	line-height:140%;
}

section.contacts .contact {
	height:100%;
		border-bottom:1px solid #000;
	padding-bottom:20px;
	padding-top:30px;
}

/** Header **/

.header h2 {
	margin-bottom:30px;
}

/** Text block **/

.textblock {
	padding-bottom:20px;
	padding-top:20px;
	margin-bottom:30px;
}

.textblock ul, .industry ul {
	margin: 0;
	padding:0;
	list-style-position: inside;
}

.textblock li, .industry li {
	font-size:14px;
	line-height:130%;
}

.textblock hr, .hasline hr {
	   /* width:calc(100% - 30px);*/
	   margin-left:0;
	   margin-right:0;
	    margin-top: 30px;

}

.textblock > .col.hasline {
	padding-bottom:30px;
}



.textblock > .col hr {
		position: absolute;
	    bottom: 0px;
	    left: 15px;
}

.row.hasline {
	margin-top:-30px;
	margin-bottom:30px;
}


@media (min-width: 992px) {
	.textPadded {
		padding:0 75px;
	}
}


/** Contacts **/

.contacts {
    margin-bottom:50px;
}

/** Cases **/

@media (min-width: 992px) {
	.speclist {
			padding-left:75px;
		}
}	
	.casewrapper {
		border-bottom: 1px solid #000;
		margin-bottom:30px;
		transition: all 0.4s;
	}
	
	.casewrapper.hideBorder {
		border-bottom: 1px solid transparent;
	}
	
	
	.case {
		display:none;
	}

	.morecase {
		padding-top:0px;
	}
	
	.morecase h4 {
		line-height: 27px;
		margin:0;
	}
	
	.showcase {
		cursor:pointer;
	}
	.showcase img, .hidecase img {
	height:24px;
	margin-left:10px;
	margin-right:0px;
	vertical-align: top;
	display: inline-block;
	transition: all 0.4s;
	cursor:pointer;
}
 .hidecase img { 
	 transform: rotate(-90deg);
	 margin-left:15px;
 }
	
	.hidecase {
		display:none;
		cursor:pointer;
	}
	
	.specs, .morecase {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	

.newssliderwrapper {
	padding:50px;
	background-color: rgba(180,190,200,0.4);
}

.newsslider {
	margin-top:20px;
}

.newsslider div {
	padding: 0px 5px;
}

.speclist h4 {
	margin:0px;
}

/** Image list **/

.contentImg {
	padding-bottom: 30px;
}

.contentImg.nopadding {
	padding-bottom:0px
} 

.contentImg hr {
	margin-top:30px;
	margin-bottom:30px;
}

/*
.contentImages .hideline.img3:nth-last-child(-n+3) hr, .contentImages .hideline.img2:nth-last-child(-n+2) hr, .contentImages .hideline.img1:nth-last-child(-n+1) hr{
	border:none;
}*/


/***** footer *******/

footer .some a, footer .some a:hover {
	text-decoration: none;
} 

footer .logo {
	width:30%;
	padding-top:30px;
	padding-bottom:20px;
}


footer .some svg {
	width:22%;
	margin:15px 5px 25px 5px;
	transition: all .4s;
}

@media (min-width: 992px) {
	footer .some svg {
	width:7%;
	}
}

footer .some svg rect, footer .some svg polygon, footer .some svg path, footer .some svg circle {
	fill:none;
	stroke:#fff;
	stroke-width:0.5px;

}

footer .some svg .disc {
	fill:#20293c;
	fill-opacity: 0;
	transition: all .4s;

}

	footer .some a svg:hover  {
		width:30%;
			cursor: pointer;

	}

@media (min-width: 992px) {
	footer .some a svg:hover  {
		width:9%;
	}
}



footer .some a svg:hover .disc {
	fill-opacity: 1;
}

footer a, footer a:hover{
	color:#fff;
}

footer .col > div {
		padding:50px;
	color:#fff;
background: rgb(153,165,176); /* Old browsers */
background: -moz-linear-gradient(left, rgba(153,165,176,1) 0%, rgba(32,41,60,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(153,165,176,1) 0%,rgba(32,41,60,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(153,165,176,1) 0%,rgba(32,41,60,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99a5b0', endColorstr='#20293c',GradientType=1 );
}

#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#return-to-top svg {
    width: 24px;
    color: #fff;
    margin: 0;
    position: relative;
    left: 12px;
    top: 12px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover svg {
    color: #fff;
    top: 5px;
}

.container .docs {
	padding:50px;	
	background-color: rgba(180,190,200,0.4);
}

.docwrapper {
	
	list-style: none;
	margin:0;
	padding:0;
}

.docsection {
	display: flex;
	flex-wrap:wrap;
}

.docwrapper span, .docwrapper .docfile {
	display:block;
}



.docwrapper .intro, .docwrapper .documents
{
	display: inline-block;	
	vertical-align: top;
}

.docwrapper .documents {
	flex: 1;
}

.docwrapper hr {
	margin-top: 2rem;
	margin-bottom: 2rem;
	border: 0;
	border-top: 1px solid rgba(0,0,0,.1);
}

.docregion > section {
	margin-bottom:15px;
}

.regionsection {
	background-color: #f7f7f8;
	text-transform: uppercase;
	padding: 20px 0px 10px 20px;
	text-align: right;
	width:100%;
}

.docwrapper li {
	list-style: none;
		margin:0;
		padding:0;
	}

.documents h3 {
	margin-bottom:30px;
	text-transform:uppercase;
}

.title {
	cursor: pointer;

}

section > p.title {
	display: flex;
}

section > p.title span + span {
	flex:1;
	text-align: right;
	padding-right:20px;
}

p.title {
	font-size:16px;
}

.sublink, .docfile {
	margin-bottom:10px;
	padding-right:20px;
	text-decoration: none;
	color:#000;
}

.sublink:hover, .docfile:hover {
	text-decoration: none;
	color:rgb(37, 171, 224);
}



.docwrapper .intro {
	padding-right:40px;
}

.arrow-link {
  position: relative;
  display: inline-block;

}

.arrow-link .downloads {
    color: #006ba3;
  font-weight:bold;
}

.arrow-icon {
  width: 12px; /* Adjust the size of the arrow icon */
  height: 12px;
  transition: transform 0.3s ease;
  transform-origin: center;
  transform: rotate(180deg) translateY(2px);
  

}

.arrow-link.rotate .arrow-icon {
  transform: rotate(0deg) translateY(-2px);
}

.arrow-link.rotate .regiontitle {
    font-weight: 600;
}