/*
 Theme Name:   Stoneweg Landing Pages
 Description:  Devdummy Child Theme For Stoneweg Landing Pages
 Author:       devsector.ch
 Author URI:   http://devsector.ch
 Template:     devdummy
 Version:      1.1.1
 Text Domain:  stoneweglandingpages
*/


/*
COLOR SCHEME:
Orange		#e9802a - rgba(233,128,42,1)

*/

@import url('https://fonts.googleapis.com/css?family=Amethysta&display=swap');


body{
	font-family: 'Nunito Sans', sans-serif;
	line-height: 1.2;
}


.has-orangesw-background-color {
     background-color: #e9802a;
 }
.has-orangesw-color {
     color: #e9802a;
}
.has-lightgray-background-color {
     background-color: #eeeeee;
 }
.has-lightgray-color {
     color: #eeeeee;
}




hr{
	border-top: 1px solid #000;
}
a,
a:link,
a:visited{
	color:rgba(233,128,42,1);
	transition: all 0.3s ease-in-out;
}

a.big-button{
	display: inline-block;
	margin: 1em;
	padding: 1em 2.5em;
	text-align: center;
	text-transform: uppercase;
	background-color: rgba(233,128,42,1);
	color: white;
	font-weight: 400;
	transition: all 0.3s ease-in-out;
}
a.big-button:hover{
	background-color: rgba(0,0,0,1);
	color: rgba(233,128,42,1);
	text-decoration: none;
	transform: scale(1.01);
}

.grecaptcha-badge{
	left:-30000px;
}


body .entry-content > .alignwide, body .entry-content > .alignfull {
    margin: 0 calc(50% - 50vw);
    max-width: 100vw;
    width: 100vw;
}

.page-content, .entry-content, .entry-summary {
    margin: 0;
}

body .wp-block-column.has-background{
	padding: 0 15px 3rem 15px;
}
body .hentry {
    margin: 0;
}
body .entry-footer{
	display: none;
}
.wp-block-cover-image .wp-block-cover__inner-container, .wp-block-cover .wp-block-cover__inner-container {
    width: 100%;
    z-index: 1;
    color: #fff;
    max-width: 1170px;
    margin: 0 auto;
}


.wp-block-cover-image.has-background-dim:not(.has-background-gradient)::before, .wp-block-cover-image .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim:not(.has-background-gradient)::before, .wp-block-cover .wp-block-cover__gradient-background {
    display: none;

}

#cover{
	position: relative;
}
#cover:after{
		content: " ";
		position: absolute;
		top:0;
		bottom:0;
		right: 0;
		left:0;
		z-index: 7;
		background-image: linear-gradient(to right top, #000000, #3b3b3b, #777777, #b9b9b9, #ffffff);
		opacity: 0.25;
	}


/* SCROLL ICON */
.scrolldownboxposition{
	position: absolute;
	left:50%;
	transform:translateX(-50%);
	z-index: 1;
}

.scrolldownboxposition{
	bottom:40px;/* 20px*/
	display: none;
}
#masthead .container.main-nav--sticky .scrolldownboxposition{
	display: none;
}
.scrolldownbox{
	    position: relative;
	    height: 50px;
	    width: 50px;
	    text-align: center;
	    color: white;
	    white-space: nowrap;
	    margin-bottom: 50px;
	    line-height: 1.1;
		font-size: 0.8em;
}
.icon-scroll{
	display: block;
	text-indent: -30000px;
	height: 50px;
	width: 50px;
	border-right: 1px solid white;
	border-bottom: 1px solid white;
	transform: rotate(45deg);
}


/* HOME */


.home .site-footer,
.home .scrolldownboxposition{
	display: none;
}

/* STRATEGIES */
.stategies-col .wp-block-image {
    margin: 0;
}


/*NUMBER SKILLS */
.numberblock h2{
	text-align: center;
	font-size: 2.2rem;
	font-family: 'Roboto', sans-serif;
	font-weight: 900;
	margin: 0 !important;
	letter-spacing: 0;
	}
	.numberblock{
		line-height: 1.2;
	}

/* MAIN NAV */

.top-header {
	display: none;
}


.top-header .navbar{
		position: static;
		width: 100%;
		padding-top:0;
		padding-bottom: 0;
}

.navbar-nav li a,
.navbar-dark .navbar-nav .nav-link{
	text-transform: uppercase;
	color:white;
}
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show > .nav-link{
		color:rgba(233,128,42,1);

}


/* VENOBOX */
.vbox-content > img{
	max-height: 85vh;
}



/* BURGER MENU */
.navbar-toggle{
	transform: scale(2.5);
	margin-right: 0;
	right: 15px;
	z-index: 1000;
	float: none;
}
.navbar-toggle.x.collapsed{
	position: absolute;

	}
.navbar-toggle.x{
	position: fixed;

}
.navbar-toggle .icon-bar {
    display: block;
    background-color: black;
    height:1px;
}

.navbar-toggle.content-icon .icon-bar{
	background-color: black;
}

body .navbar-toggler .icon-bar{
	background-color: rgba(233,128,42,1);
}


.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 5px;
}
button:hover, input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    border-color: transparent;
}


.site-description{
	display: none;
}

#content {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
#content .news-area{
	padding: 3em 0;
	-webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
}
#content .content-area{
	-webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
}
#content .widget-area{
	-webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
}

.page-template-page_fullwidth_strats_global_presence #content .news-area{
	display: none;
}
/*
.global-country-link-block a{
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
	margin: 2rem 0;
	width:180px;
	height: 180px;
	border-radius: 50%;
	background-color: rgba(233,128,42,1);
	color: white;
	transition: all 0.3s ease-in-out;
	text-align: center;
	font-size: 1.5em;
	line-height: 1.1;
}
.global-country-link-block a:hover{
	background-color: rgba(51,51,51,1);
	color: rgba(233,128,42,1);
	text-decoration: none;
}
*/
.page-template-page_fullwidth_strats_global_presence .pagestrat.strat_carte {
    padding: 0em ;
}




article.category-news h1{
	font-size: 2rem;
}

/* TYPOGRAPHY */
h1, .h1, h2, .h2, h3, .h3{
	-moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    margin-bottom: 1.5em;
}

h1, .h1{
	font-size: 2rem;
	font-weight: 900;
}
.h2, h2 {
    font-size: 1.5rem;
}
.h3, h3 {
    font-size: 1.25rem;
}

ol li{
	margin-bottom: 1em;
}
strong{
	font-weight: 900;
}
.has-large-font-size {
    font-size: 1.5em;
}


/* FORM */
.wpcf7-form label,
.wpcf7-form label input
{
	width:100%;
	line-height: 1.2;
}
.wpcf7-form span.notice,
.wpcf7-form label span.legend{
	font-size: 0.8em;
	font-weight: bold;
}

.wpcf7-form button,
.wpcf7-form input[type="button"],
.wpcf7-form input[type="reset"],
.wpcf7-form input[type="submit"] {
    border: 0px solid;
    border-radius: 0px;
    background: rgba(233,128,42,1);
    color: rgba(255, 255, 255, 1);
    font-size: 1em;
    line-height: 1;
    padding: 1em 2em;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
}
.wpcf7-form button:hover, .wpcf7-form input[type="button"]:hover, .wpcf7-form input[type="reset"]:hover, .wpcf7-form input[type="submit"]:hover {
    background: white;
    color: rgb(233, 128, 42);
   }
.wpcf7-acceptance span.wpcf7-list-item{
	margin: 0 0.7em 0 0;
}

/* HEADER */

.site-title{
	display: block;
	width: 170px;
	height: 60px;
	margin: 25px auto;
	background: url(images/logo-stoneweg-big.svg) no-repeat center center;
	background-size: contain;
	text-indent: -30000px;
}

.splash-logo img{
	max-width: 200px;
}
.splash-spacer{
		height:10px !important;
}

/* CONTENT */
.entry-header,
.page-header{
	padding-top: 5em;
	display: none;
}

.posted-on{
	text-transform: uppercase;
	font-size: 0.9em;
}

.entry-footer {
    border-bottom: 0px solid #eee;
    border-top: 0px solid #eee;
    margin-top: 1em;
    padding: 1em 0;
}


/* STRATEGIC CARDS */
.strategic-cards .wp-block-column{
	background-color: white;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.1);
}
.site-content .strategic-cards .wp-block-column h3{
	color: white;
	letter-spacing: 0;
	font-size: 1rem;
	text-align: center;
	padding: 0.8em 0.8em;
	background-color: rgba(233,128,42,1);
	margin-left: 0;
}
.site-content .strategic-cards .wp-block-column h3 a{
	color: white;
}
.site-content .strategic-cards .wp-block-column a:hover{
	text-decoration: none;
}
.site-content .strategic-cards .wp-block-column h4{
	margin-bottom: 0;
	text-align: right;
}
.site-content .strategic-cards b, .site-content .strategic-cards strong {
    font-weight: 500;
}
.site-content .strategic-cards h4.icon-plus-link{
	padding: 0em 0.5em 0.2em 0 ;
	text-align: right;
}


/* SINGLE PROJECTS */
.projets table td:first-of-type{
	font-weight: 600;
}
.projets table td:last-of-type{
	text-align: right;
	font-weight: 400;
}
.projets .entry-content table tr td,
.projets .entry-content table tr th {
    border-bottom: 0px solid #dbdbdb;
    padding: 0.2em 0.5em;

}
.projets .posted-on{
	display: none;
}

/* STRAT */

.pagestrat{
	padding: 8em 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.strat_illustration{
	min-height: 400px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;

}
.strat_illustration .container{
	color: white;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
    font-size: 3em;
}
.strat_illustration .container h2,
#big-video .container h2{
	font-size:1.8rem;
	font-weight: 900;
	margin:0 0 1em 0;
	padding: 0;
	line-height: 1;
}
.pagestrat.custom_googlemap_strat{
	min-height: 0 ;
	display: block;
	padding: 0;
}

#map {
    min-height: 400px;
}
.devgooglemapadvanced .row{
	margin-right: 0px;
	margin-left: 0px;
}
.devgooglemapadvanced .row .col{
	padding-right: 0px;
	padding-left: 0px;
}
.devgooglemapadvanced-map-reset{
	display: none;
}


button.gm-ui-hover-effect {
  display: none !important;
}
.gm-style .gm-style-iw-c {
    position: absolute;
    box-sizing: border-box;
    overflow: hidden;
    top: 0;
    left: 0;
    transform: translate(-105%,-41%);
    background-color: transparent !important;
    border-radius: 0 !important;
    padding: 0 !important;
    box-shadow: 0 2px 7px 1px rgba(0,0,0,0);
    font-size: 1.5em;
    font-family: 'Amethysta', serif;
    text-transform: uppercase !important;
	letter-spacing: 0.12em !important;
    color:/*rgba(233,128,42,1)*/ #333;
}
.gm-style .gm-style-iw-t::after {
	display: none !important;
}

.slogan_sous-titre{
	max-width:900px;
	padding: 0.5em;
	margin: 0 auto;
	font-family: Gwyner, times;
	text-align: center;
	font-size: 2.3em;
	line-height: 1.2;
}
.gm-style img{
	transition:all 0.3s ease-in-out;
}
.gm-style img:hover{
	transform: scale(1.2) !important;
	filter:grayscale(100%) brightness(0%) !important;
}

.parallax-window {
    min-height: 400px;
    background: transparent;
}

#googleMap{
	height:500px;
}

/* COVER */

#big-video{
	  height: 720px;
	  overflow: hidden;
	  position: relative;
	  background-size: cover;
	  background-position: center center;
}
#big-video:after{
	content: " ";
	/*display: block;*/ /* DISPLAY VIDEO OVERLAY */
	display: none; /* HODE VIDEO OVERLAY */
	width:100%;
	min-height: 720px;
	position: absolute;
	top:0;
	left:0;
	background: rgba(0, 0, 0, 0);
	background-image: radial-gradient(rgba(0, 0, 0, 0.33) 33%, transparent 33%);
	background-size: 3px 3px;
}
#big-video video {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

#big-video .container{
	position: absolute;
	left:50%;
	top: 0;
	bottom: 0;
	transform: translate(-50%);
	color: white;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
	font-size: 1.15em;
	z-index: 10;
	padding: 3rem 15px;
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    flex-flow: column;
}
#big-video .container:before{
	content:"";
	display: block;
	width:100%;
	height:160px;
	background:url(images/logo-stoneweg-big.svg) left center no-repeat;
	background-size: contain;
}

.fullscreen_video_banner_content{
	margin-top: 3rem;
}

/* BREADCRUMBS */
#breadcrumbs{
	padding: 2em 0;
	font-size: 0.8em;
}

/* LISTS */


.pagestrat ul {
    margin: 0 0 1em 0;
    margin-top: 0px;
    padding-left: 1.5em;
    list-style: none;
}
.pagestrat ol{
	margin: 0 0 1em 0;
	margin-top: 0px;
	padding-left: 1.5em;
}
.pagestrat ul li {
	position:relative;
	}
.pagestrat ul li::before {
    content: "— ";
    position: absolute;
    display: inline-block;
    left: -1.5em;
}


/* NEWS-BOX */

.news-box-list{
	font-size: 0.8em;
}

.news-box{
	background-color: white;
	box-shadow: 3px 3px 3px rgba(0,0,0,0.15);
	padding: 1em 2em;
}
.news-box a{
	color: black;
}
.news-box a:hover{
	text-decoration: none;
	color: rgba(233,128,42,1);
}
.site-content  .container .news-box h3{
	margin-left:0;
	text-align: center
}
.site-content  .container .news-box h4{
	font-size: 1em;
	margin-bottom: 1em;
	color: rgba(233,128,42,1);
}
.news-box-list-item-date{
	text-transform: uppercase;
}
.news-box-list-item-date:after{
	display: block;
	height: 1px;
	border-bottom: 1px solid #000;
	width:75%;
	margin:0 0 0.3em 0;
	content: " ";
}
.news-box-list-item-excerpt{
	line-height: 1.3;
}
.news-box-more{
	text-align: center;
	text-transform: uppercase;
	margin-top: 1.5em;
	font-family: 'Amethysta', serif;
	text-align: center;
}


/* DIRECTORY */
.directory-grid-item-portait img{
}

.directory-grid{
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(20%, 1fr));
	grid-gap: 2rem;
	margin-bottom: 4rem;
}

.directory-grid-item-portait{
	margin-bottom: 0.5em;
}
.directory-grid-item-name{
	font-size: 1.1em;
	line-height: 1.2;
	margin-bottom: 0.5em;
}
.directory-grid-item-information{
	font-size: 0.8em;
	line-height: 1.2;
}
.directory-grid-item-title{
	font-weight: 400;
}
.directory-grid-item-contact{
	margin-top: 0.5em;
}


.h5, h5 {
    font-size: 1.25rem;
    font-family: 'Amethysta', serif;
	font-weight: normal;
}

/* LANDING PAGE */
.page-template-page_landingpage .navbar{
	display: none;
}


/* ARCHIVE */

.alllink{
	padding: 1em;
	text-align: center;
	font-weight: bold;
}
.site-content .container .archive-grid h2{
	margin-left: 0;
}

.site-content .container .archive-grid h4 {
    font-size: 1em;
    margin-bottom: 0.3em;
}
.site-content .container .archive-grid a{
	color: black;
}
.archive-grid .page-content, .archive-grid .entry-content, .archive-grid .entry-summary {
    margin: 0;
}


/* FORM */
.wpcf7 h4{
	margin-bottom: 1em;
}
.wpcf7 input{
	background: transparent;
	border: 0;
	border-bottom: 1px solid #888;
	padding: 0;
}
.wpcf7 textarea{
	background: transparent;
	border: 0;
	background-attachment: local;
	  background-image:
	    linear-gradient(to right, transparent 10px, transparent 10px),
	    linear-gradient(to left, transparent 10px, transparent 10px),
	    repeating-linear-gradient(transparent, transparent 30px, #888 30px, #888 31px, #888 31px);
	  line-height: 31px;
	  height:100px;

}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
    color: #fff;
    border-radius: 0;
}



::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: rgba(0, 0, 0, 0.5);
}
::-moz-placeholder { /* Firefox 19+ */
  color: rgba(0, 0, 0, 0.5);
}
:-ms-input-placeholder { /* IE 10+ */
  color: rgba(0, 0, 0, 0.5);
}
:-moz-placeholder { /* Firefox 18- */
  color: rgba(0, 0, 0, 0.5);
}



/* SIDEBAR */
#secondary{
	padding: 4em 0 6em 0;
	background-color: rgba(51,51,51,1);
	color: #ccc;
}
#secondary input[type="text"], #secondary input[type="email"], #secondary input[type="url"], #secondary input[type="password"], #secondary input[type="search"],#secondary  input[type="number"],#secondary input[type="tel"],#secondary input[type="range"],#secondary input[type="date"],#secondary input[type="month"],#secondary input[type="week"],#secondary input[type="time"],#secondary input[type="datetime"],#secondary input[type="datetime-local"],#secondary input[type="color"],#secondary textarea {
    color: white;
}
#secondary .h2,#secondary h2 {
    font-size: 1.6rem;
}
#secondary select {
    color: #fff;
    background-color: rgba(51,51,51,1);
    border: 1px solid #666;
    padding: 3px;
    border-radius: 3px;
}

/* FOOTER */
.site-footer{
	padding: 2em 0 5em 0;
	background: black;
	color: white;

}
.site-footer .container{
	color:rgba(255,255,255,0.6);
	-webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.site-footer .container .row{
	flex-direction: column;
}
.site-footer a{
	color:rgba(255,255,255,0.6);
	text-decoration: none;
}
.site-footer a:hover{
	color:rgba(255,255,255,1);
}


.footer-menu li{
	margin-right: 0;
	padding-left: 0;
	line-height: 1.6;
}

.footer-menu li.icon-linkedin a{
	display: inline-block;
	width: 24px;
	height: 13px;
	text-indent: -30000px;
	background: url(images/logo-linkedin.svg) no-repeat center center;
	background-size: contain;
	margin-top:10px;
}
.footer-menu li.icon-linkedin a:hover{
	background-image: url(images/logo-linkedin-over.svg);
}

.site-footer .navbar{
	padding-left: 0;
	padding-right: 0;

}

.navbar-nav li.current_page_item  a{
	color: rgba(233,128,42,1);
}

.site-footer .navbar-nav li  a{
	font-size: 0.9em;
}


.copyright-box,
.site-info{
	font-size: 0.75em;
	text-align: center;
	margin: 1rem 0;
}
.site-info{
	visibility: hidden;
}
.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  background: url(images/top-arrow.svg) no-repeat center center transparent;
  background-size: contain;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
  z-index: 1000;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: 1;
}
.no-touch .cd-top:hover {
  background-color: #e86256;
  opacity: 1;
}


/* NAV */

.nav-part-two .navbar{
	padding-left:0;
	padding-right: 0;
	padding-top: 1em;
	padding-bottom: 1em;
}
#primary-menu.navbar-nav li a{
		padding: 0.4em 0;
		display: inline-block;
}
#secondary-menu,
.secondary-menu{
		width: 100%;
}
#primary-menu.navbar-nav,
#secondary-menu.navbar-nav
	{
		display: block;
}
#primary-menu.navbar-nav li,
#secondary-menu.navbar-nav li{
		margin-bottom: 4px;
}
#primary-menu.navbar-nav li a,
#secondary-menu.navbar-nav li a{
		display: block;
		padding: 0.2em 0.5em 0.12em 0.5em;
		color: white;
		line-height: 1;
		font-size: 0.9em;
		transition: all 0.3s ease-in-out;
}
#secondary-menu.navbar-nav li a{
	text-align: center;
	line-height: 2.5em;
}
#primary-menu.navbar-nav li a:hover,
#primary-menu.navbar-nav li.current_page_item a{
		color: rgba(233,128,42,1);
}

#secondary-menu.navbar-nav li a{
		background-color:rgba(233,128,42,1);
	}
#secondary-menu.navbar-nav li a:hover,
#secondary-menu.navbar-nav li.current_page_item a{
		background-color:rgba(255,255,255,1);
		color: rgba(233,128,42,1);
		text-decoration: none;
}







/* MEDIA QUERIES */
@media only screen and (min-width: 420px) {
	.scrolldownboxposition{
		bottom:20px;/* 20px*/
	}
	/* COLUMNS */

	.one_half {
	    width: 45% !important;
	    margin-right: 10% !important;
	}
	.one_half.last_column {
	    width: 45% !important;
	    margin-right: 0px !important;
	}
	.one_third {
	    width: 32% !important;
	    margin-right: 2% !important;
	}
	.one_third.last_column {
	    width: 32% !important;
	    margin-right: 0px !important;
	}
	.two_third {
	    width: 66% !important;
	    margin-right: 2% !important;
	}
	.two_third.last_column {
	    width: 66% !important;
	    margin-right: 0px !important;
	}

}
@media only screen and (min-width: 576px) {
	.bottom-header .container{
		padding-left: 15px;
		padding-right: 15px;
	}


	.white-and-black-banner{
	background: rgb(255,255,255);
	background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(0,0,0,1) 50%, rgba(0,0,0,1) 100%);
	}
}




@media only screen and (min-width: 768px) {


	h1, .h1{
		font-size: 2.5rem
	}
	.h2, h2 {
	    font-size: 2rem;
	}
	.h3, h3 {
	    font-size: 1.75rem;
	}



	.strat_illustration .container h2, #big-video .container h2 {
	    font-size: 2rem;
	}


}

@media only screen and (min-width: 992px) {

	.strat_illustration .container h2, #big-video .container h2 {
	    font-size: 2.5rem;
	}


	#big-video .container{
		font-size: 1.5em;
		padding-left: 0;
		padding-right: 0;
	}

	.has-large-font-size {
	    font-size: 2.25em;
	}



	/* NEWS BLOCK */
	#content {
	    display: block;
	}
	#content .news-area{
		position: -webkit-sticky;
		position: -moz-sticky;
		position: -ms-sticky;
		position: -o-sticky;
		position: sticky;
		top:50px;
		padding: 0;
		z-index: 200;
	}
	.news-box{
		position: absolute;
		right:15px;
		top:180px;
		width: 270px;
	}



	.navbar-collapse{
		-webkit-align-items: flex-start;
	    -ms-flex-align: start;
	    align-items: flex-start;
	    padding: 0 0 1em 0.3em;
	}

		.bottom-header .navbar{
		padding-top: 0;
		padding-bottom: 0;
	}
	.top-header{


		position: absolute;
		top:0;
		z-index: 8;
	}


	#cover:before{
		content: " ";
		background: black;
		position: absolute;
		top:0;
		z-index: 8;
		height:720px;
		width: calc(50% - 290px);
	}
	.home #cover:after{
		display: none;
	}



	.top-header .navbar-nav
	.show .navbar-nav{
		padding-top: 36px;
		padding-bottom: 36px;
	}

	.nav-part-group{

	    display: -ms-flexbox;
	    display: -webkit-flex;
	    display: flex;
	    -webkit-flex-direction: row;
	    -ms-flex-direction: row;
	    flex-direction: row;
	    -webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	    -webkit-justify-content: flex-start;
	    -ms-flex-pack: start;
	    justify-content: flex-start;
	    -webkit-align-content: stretch;
	    -ms-flex-line-pack: stretch;
	    align-content: stretch;
	    -webkit-align-items: stretch;
	    -ms-flex-align: stretch;
	    align-items: stretch;

	}
	.nav-part-one{
		width:75%;
		column-count:3;
	}
	.nav-part-two{
		width: 24.5%;
		margin-left: 0.5%;
	}
	.top-header .nav-part-two .navbar,
	.top-header .nav-part-two .navbar .container{
		margin:0;
		padding: 0;
	}


	.footer-menu li{
		line-height: 1;
		margin-right: 1em;
		padding-left: 1em;
	}

	.footer-menu li.icon-linkedin a{
		margin-top: 0;
	}



}

@media only screen and (min-width: 1100px) {
	.strat_illustration .container h2, #big-video .container h2 {
	    font-size: 4rem;
	}
}

/* Change responsive menu breakpoint (large desktops, 1200px and up) */
@media (max-width: 3500px) {
    .navbar-header {
	    float: right;
	}
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: none;
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
	    margin-top: -3000px;
    }
    .navbar-collapse.collapse.show {
	    margin-top: 0;
    }
    .navbar-nav {
        float: none!important;
    }
    .navbar .container {
        position: relative;
    }

    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
    border:0;
    transition: none !important;
	}

	    .navbar-nav>li {
        float: none;
    }

    .navbar-nav>li>a {
        padding-top: 0;
        padding-bottom: 0;
    }
    .collapse.in{
        display:block !important;

    }
    .navbar-collapse,
    .navbar-collapse.collapse{

	    z-index: 10;

    }
    .navbar-collapse.collapse{
	    opacity: 1;
	    transition: opacity 0.15s ease-in-out !important;
	    transition-delay: 0 !important;
    }
    .navbar-collapse.collapsing{
	    opacity: 0;
    }


    .navbar-expand-lg .navbar-toggler{
	    display: block;
		position: absolute;
		top:40px;
		right: 0;
		z-index: 100;
    }


    .navbar-toggle {
	border: none;
	background: transparent !important;
	}

	.navbar-toggle:hover {
		background: transparent !important;
	}

	.navbar-toggle .icon-bar {

		-webkit-transition: all 0.2s;
		transition: all 0.2s;
	}






    /* ANIMATED X */
	.navbar-toggle.x .icon-bar:nth-of-type(1) {
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
		-webkit-transform-origin: 10% 10%;
		-ms-transform-origin: 10% 10%;
		transform-origin: 10% 10%;

	}

	.navbar-toggle.x .icon-bar:nth-of-type(2) {
		opacity: 0;
		filter: alpha(opacity=0);
	}

	.navbar-toggle.x .icon-bar:nth-of-type(3) {
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
		-webkit-transform-origin: 10% 90%;
		-ms-transform-origin: 10% 90%;
		transform-origin: 10% 90%;
	}

	/* ANIMATED X COLLAPSED */
	.navbar-toggle.x.collapsed .icon-bar:nth-of-type(1) {
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0);
		background-color: white;
	}
	.navbar-toggle.x.collapsed.content-icon .icon-bar:nth-of-type(1){
		background-color: black;
	}


	.navbar-toggle.x.collapsed .icon-bar:nth-of-type(2) {
		opacity: 1;
		filter: alpha(opacity=100);
		background-color: white;
	}
	.navbar-toggle.x.collapsed.content-icon .icon-bar:nth-of-type(2) {
		background-color: black;
	}

	.navbar-toggle.x.collapsed .icon-bar:nth-of-type(3) {
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0);
		background-color: white;
	}
	.navbar-toggle.x.collapsed.content-icon .icon-bar:nth-of-type(3) {
		background-color: black;
	}
	/* END ANIMATED X */


  }