/*Header Start*/
/*===== CHAPTER 4 ==========  TOP NAVIGATION STYLES  ==========*/

.transform-default {
  transform: rotate(-360deg);
  transition: all 0.1s ease-in-out 0s;
}
.transform {
  transform: rotate(90deg);
  transition: all 0.1s ease-in-out 0s;
  top: 0px;
}

.mainMenuExpert {
  border-left: 1px solid #dddddd;
  height: 15px;
  margin: 15px 0px 15px 20px;
  padding: 0px 0px 0px 20px;
  float: right;
}

.login,
.login:visited,
.expert,
.expert:visited {
  color: #ffffff;
  float: right;
  text-transform: uppercase;
  font-size: 12px;
  cursor: pointer;
}

.login:hover,
.expert:hover {
  color: #bedde5;
  text-decoration: none;
}

.login .fa {
  width: 20px;
  height: 20px;
  border: 1px solid #008db2;

  -webkit-border-radius: 50% 50% 50% 50%;
  -moz-border-radius: 50% 50% 50% 50%;
  -ms-border-radius: 50% 50% 50% 50%;
  -o-border-radius: 50% 50% 50% 50%;
  border-radius: 50% 50% 50% 50%;
  overflow: hidden;
  font-size: 22px;
  display: inline-block;
  margin: 8px 9px 0 0;
  position: relative;
  top: 4px;
}

/* Custom, iPhone Retina */
@media only screen and (max-width: 991px) {
  .mob-phone span {
    color: #fff;
    margin: 0px 12px;
  }

  .login,
  .login:visited,
  .expert,
  .expert:visited {
    float: none;
    margin-left: 20px;
  }
  .expert,
  .expert:visited {
    margin-left: 0px;
  }
  .login .fa {
    border: 1px solid #ffffff;
  }
  .topHeader {
    background: rgba(255, 255, 255, 1);
  }
  .topHeader {
    position: fixed;
    top: 0px;
    width: 100%;
    margin-left: 0px;
    opacity: 1 !important;
    z-index: 99999;
  }
  body{
    padding-top: 50px;
  }
  .shadowdiv {
    position: absolute;
    bottom: -1px;
    height: 1px;
    left: -5px;
    right: -5px;
    background: rgba(0, 0, 0, 0.1);
  }
  .logoContainerdiv {
    display: none;
  }

  .headerMobileDiv .col-xs-2 {
    padding: 0px;
  }

  .headerDiv {
    height: 50px;
    padding-top: 2px;
    padding-bottom: 2px;
  }
  .headerDiv .header-search-btn a:hover,
  .headerDiv .header-search-btn i:hover,
  .headerDiv .divMenuDropDown i:hover {
    cursor: pointer;
  }
  .headerDiv .header-search-btn i {
    margin-top: 12px;
    font-size: 20px;
    color: #044466;
  }

  .headerDiv .divMenuDropDown {
    float: right;
    padding: 7px 0px 10px 10px;
  }

  .headerDiv .divMenuDropDown i {
    color: #003856;
  }

  .mobile-search-popup {
    left: -2px;
    display: block;
    border: none;
    border-radius: 0px;
    box-shadow: none;
    background-color: transparent !important;
  }

  .mobile-search-popup .dropdown-menu {
    border: none;
    box-shadow: none;
    border-radius: 0;
  }

  .mobile-search-popup .dropdown-menu li {
    border-bottom: none !important;
  }

  .mobile-popup {
    -webkit-animation: slide 0.5s forwards;
    -webkit-animation-delay: 20s;
    animation: slide 0.5s forwards;
    animation-delay: 2s;
    position: absolute;
    top: 0px;
    right: -2px;
    z-index: 1000;
    float: right;
    min-width: 250px;
    width: 80%;
    max-width: 375px;
    padding: 0px 0;
    margin: 0px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #3398cc;
    height: 100%;
    overflow-y: scroll;
  }

  .mobile-popup.mobile-search-popup {
    height: 100%;
    width: 85%;
  }
  .mobile-popup.mobile-navigation-popup {
  }

  .main-btns-content {
    background-color: transparent !important;
  }

  .right-content-main {
    background-color: #1d88c0 !important;
  }
  .left-content-main {
    background-color: #3398cc !important;
    height: 100%;
  }

  .top-menu-popup {
    float: right;
    position: fixed;
    right: -2px;
    left: 0 !important;
    width: auto;
    min-width: 250px;
    background-color: rgba(0, 0, 0, 0.5) !important;
    bottom: 0px;
    border: none;
    box-shadow: none;
    padding: 0px 0;
    margin: 0px 0 0;
    top: 48px !important;
    height: 100%;
  }

  .top-menu-popup.active {
    display: block;
  }

  .top-menu-popup .col-xs-12 ul {
    width: 100%;
    list-style-type: none;
    padding-left: 0px;
    margin: 0px;
    overflow: hidden;
  }

  .top-menu-popup .col-xs-12 ul.show {
    display: block;
    transition: background 3s ease;
    padding: 0px;
  }

  .top-menu-popup .col-xs-12 ul.hide {
    display: none;
  }

  .top-menu-popup .col-xs-12 ul li {
    float: left;
    width: 100%;
    /*padding-left: 10px;*/
  }

  .top-menu-popup .col-xs-12 ul.show li:last-child {
    border-bottom: 1px solid #00b7e7;
  }

  .top-menu-popup .col-xs-12 ul li ul li {
    border-bottom: none !important;
  }

  .top-menu-popup .col-xs-12 ul li > ul {
    padding: 0px 15px 15px 15px;
    overflow: hidden;
  }

  .top-menu-popup .col-xs-12 ul li > ul li {
    border: none;
    margin: 5px 0px;
  }

  .top-menu-popup .col-xs-12 ul li > ul li a {
    text-decoration: underline;
    padding: 0px;
  }

  .top-menu-popup .col-xs-12 ul li:nth-child(1) {
    background-color: #00a9d5;
  }

  .top-menu-popup-button,
  .top-menu-popup-button-sub {
    width: 100%;
    color: #000;
    font-weight: bold;
    padding: 15px 20px 15px 10px;
    float: left;
    font-size: 13px;
    background-color: #f4f8fb !important;
    border-bottom: 1px solid #e6ebee;
  }
  .top-menu-popup .col-md-4 {
    padding-left: 0px;
    padding-right: 0px;
    background-color: #edf6fb;
    min-height: 285px;
  }
  .top-menu-popup-button .fa,
  .top-menu-popup-button-sub .fa {
    padding: 0px 0px 0px 15px;
    margin-left: 0px;
    float: left;
    font-size: 16px;
  }
  .top-menu-popup-button-sub .fa {
    margin-left: 20px;
  }
  .top-menu-popup-button .fa-angle-right,
  .top-menu-popup-button-sub .fa-angle-right {
    padding: 0px 10px 0px 45px;
  }
  .top-menu-popup-button:hover,
  .top-menu-popup-button-sub:hover {
    color: #000000;
  }

  .top-menu-popup-button div,
  .top-menu-popup-button-sub div {
    width: 100%;
    padding-left: 45px;
    text-transform: inherit;
    font-weight: 400;
  }

  .top-menu-popup-button.active,
  .top-menu-popup-button-sub.active {
    color: #000;
    background-color: transparent;
  }

  .top-menu-popup .col-xs-12 ul li:hover {
    background-color: #00a9d5;
  }

  .burger {
    font-size: 20px;
    float: left;
    margin-top: 7px;
    color: #fff;
  }

  .inner-btns,
  .main-btns {
    width: 100%;
    background-color: transparent;
    overflow: hidden;
    position: relative;
  }

  .main-btns a {
	text-transform: uppercase;
	font-weight: bold;
	padding: 20px 20px;
  }

  .main-btns i {
    display: none;
  }

  .main-btns.active i {
    position: absolute;
    left: -2px;
    top: 25%;
    color: #fff;
    display: block;
  }

  .right-content-main .main-btns:last-child {
    background-color: #00718c;
    padding-bottom: 50px;
  }

  .inner-btns a i {
    position: absolute;
    right: 15px;
    top: 22px;
    font-size: 16px;
  }

  .inner-btns a i.fa-minus-square {
    display: none;
  }

  .inner-btns.active a i.fa-plus-square-o {
    display: none;
  }

  .inner-btns.active a i.fa-minus-square {
    display: block;
  }

  .inner-btns a,
  .main-btns a {
    position: relative;
    float: left;
    width: 100%;
    font-size: 13px;
    color: #fff;
    border-bottom: 1px solid #00b7e7;
    text-decoration: none;
  }

  .inner-btns {
    background-color: #3398cc;
  }
  .inner-btns a{
	padding: 10px 20px 10px 30px;
  }
  .inner-btns.active {
    background-color: #2da5e3;
  }

  .main-btns:hover,
  .inner-btns:hover {
    cursor: pointer;
  }

  .inner-btns.active a {
    border-bottom: 1px solid #00aad7;
  }

  .mob-phone .mob-title {
    padding: 20px 20px 0px 20px;
    float: left;
    width: 100%;
    font-size: 14px;
    color: #fff;
    margin-bottom: 0px;
  }
  .mob-phone {
    min-height: 200px;
    background-color: #3398cc;
  }
  .mob-phone .mob-number {
    font-weight: 700;
    padding: 0px 20px 20px 20px;
    float: left;
    width: 100%;
    font-size: 16px;
    color: #003856;
    margin: 0px;
    border: 0px;
  }
  .mob-phone .mob-number a {
    color: #003856;
    text-decoration: none;
    font-size: 16px;
  }

  .sr-display .sr_content {
    padding: 0;
    margin-top: 18px;
  }
  .sr-display .sr_form {
    padding: 0;
    width: 270px;
    margin: 0;
  }
  .sr_title {
    background-color: #1d88c0;
    display: block;
    position: relative;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    padding: 20px 30px 15px 30px;
    border-bottom: 1px solid #00b7e7;
  }
  .sr_title i {
    display: none;
    position: absolute;
    left: 0px;
    top: 15px;
  }
  .sr_title.active i {
    display: block;
  }

  .sr_form_content {
    background-color: #3398cc;
    padding: 0 10px;
    color: #fff;
    display: block;
    min-height: 1000px;
    z-index: 9999000;
  }

  .sr_form_content .col-xs-12 {
    padding: 5px 0px 5px 5px;
  }
  .sr_form_content .input-group {
    padding-top: 20px;
    display: block;
  }
  .sr_form_content p {
    font-size: 13px;
    padding: 5px;
  }

  .sr_form_content .mob-search-btn {
    background-color: #003856;
    color: #fff;
    font-weight: 600;
    border-radius: 5px;
    margin-top: 10px;
  }
  .sr_form_content .mob-search-btn:hover {
    background-color: #084c70;
    border: 1px solid #ffffff;
    color: #fff;
  }

  .sr_form_content .input {
    /*mobile search */
    margin-top: 20px;
    padding: 6px 12px 6px 15px;
    border-radius: 2px !important;
    width: 100%;
    float: inherit;
    height: 39px;
  }
  .sr_form_content .fa {
    color: #fff;
    font-weight: 300;
    font-size: 14px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  /*.headerDiv .divMenuDropDown{
				float: left;
				padding: 7px 0px 10px 45%;
			}
			.headerDiv .header-search-btn{
				float: left;
				padding: 0px 0px 10px 45%;
			}
			.headerDiv .header-search-btn i{
				margin-top: 12px;
				font-size: 20px;
				color:#2b747b;
			}*/

  .cw-logoContainerdiv {
    display: none;
  }
}
/* Small Devices, Tablets */
@media only screen and (min-width: 992px) {
  .overlayMenuCover {
    display: none;
    position: fixed;
    width: 100%;
    z-index: 99999;
    height: 100%;
  }

  .topHeader {
    position: relative;
    width: 100%;
    margin-left: 0px;
  }

  .headerDiv {
    background: #1d89c1;
    /*background: #018DB1;*/
    padding: 0px;
  }

  .header-right {
    color: #ffffff;
  }
  .header-left .row {
    margin-right: 0px;
    margin-left: 0px;
  }
  .header-left {
    padding-right: 0px;
  }

  .burger {
    font-size: 14px;
    float: left;
    margin-top: 5px;
    color: #fff;
  }

  .top-menu-popup {
    display: none;
    width: 0px;
    border: 0px;
    box-shadow: none;
  }

  .divLeftMainMenu {
    margin-top: 0px;
    padding-right: 0px;
  }

  .mainMenuItem {
    padding: 0px 0px;
    cursor: pointer;
    text-transform: uppercase;
  }

  .divLeftMainMenu .col-sm-1 {
    padding: 0px;
  }
  .mainMenuButton {
    cursor: pointer;
  }
  .mainMenuButton a,
  .mainMenuButton a:visited {
    color: #fff;
    display: block;
    padding: 12px 0px 10px 3px;
  }
  .mainMenuButton a:hover {
    color: #bedde5;
  }
  .mainMenuButton .fa-home {
    font-size: 20px;
  }

  /* 3 pijlers */
  .mainMenuItem:hover span.active,
  .mainMenuItem span.active {
    right: 0px;
    bottom: 0px;
    left: 0;
    border-width: 0 10px 8px;
    border-color: #fff transparent;
    margin: 0 auto;
    content: "";
    position: absolute;
    display: block;
    width: 0;
    border-style: solid;
  }

  .mainMenuItem div:first-child {
    text-align: center;
    border-left: 1px solid #00b7e7;
    min-height: 25px;
    width: 100%;
  }

  .mainMenuItem:hover a {
    color: #ffffff;
  }

  .mainMenuItem:hover > a,
  .mainMenuItem:hover a:hover {
    text-decoration: none;
  }
  .mainMenuItem:last-child > div {
    border-right: 1px solid #00b7e7;
  }
  .mainMenuItem div {
    padding-top: 2px;
  }
  .mainMenuItem a {
    font-weight: bold;
    color: #ffffff;
    vertical-align: middle;
    text-align: center;
    padding: 10px 0px !important;
    position: relative;
    display: block;
  }
  .opacity-class {
    opacity: 0.6;
  }
  .big-cta-btn {
    background-color: #63b802;
    color: #fff !important;
    display: block;
    font-size: 16px !important;
    font-weight: bold;
    margin: 0 auto;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
    border: 0px;
  }
  .logoContainer img {
    -ms-interpolation-mode: bicubic; /* to prevent logo to appaer cripsy in IE and EDGE */
  }
}

/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {
}
/* Large Devices, Wide Screens */
@media only screen and (min-width: 1200px) {
}
/*Header End*/

/*===== CHAPTER =========  COMPANYWALL LISTBUTTONS ==========*/

.cw-listbtns {
  float: right;
}
.cw-listbtns .cw-btn-arrowLeft,
.cw-listbtns .cw-btn-arrowRight,
.cw-listbtns .cw-btn-list {
  border: 1px solid #cbcbcb;
  background-color: #cbcbcb;
  color: #fff !important;
  display: block;
  font-size: 14px !important;
  margin: 8px 0px 0px 1px;
  padding: 7px 16px 7px 16px;
  text-align: center;
  position: relative;
  float: left;
}
.cw-listbtns .cw-btn-list {
  padding: 7px 16px 7px 34px;
}
.cw-listbtns .cw-btn-arrowLeft .fa,
.cw-listbtns .cw-btn-arrowRight .fa {
  font-weight: 800 !important;
}
.cw-listbtns .cw-btn-list .fa {
  position: absolute;
  top: 11px;
  left: 10px;
}
.cw-listbtns .cw-btn-arrowRight {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cw-listbtns .cw-btn-arrowLeft {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.cw-listbtns .cw-btn-list {
  font-weight: 400;
  border-radius: 0;
}
.cw-listbtns .cw-btn-arrowLeft:hover,
.cw-listbtns .cw-btn-arrowRight:hover,
.cw-listbtns .cw-btn-list:hover,
.cw-listbtns .active {
  background-color: #1d89c1;
  border: 1px solid #1d89c1;
  color: #fff !important;
  text-decoration: none;
}

.cw-breadcrumb-smallcover .cw-listbtns {
  display: none;
}

@media only screen and (max-width: 767px) {
  .cw-logoContainerdiv .cw-listbtns-container {
    padding: 0;
  }
  .cw-listbtns {
    float: none;
    width: 100%;
  }
  .cw-listbtns .cw-btn-arrowLeft {
    width: 50px;
    border-radius: 0;
    min-height: 36px;

    padding: 7px 16px 7px 14px;
    border: 0px;
  }
  /*.cw-listbtns .cw-btn-arrowLeft .fa{position:absolute; top:11px; left:50%;}*/
  .cw-listbtns .cw-btn-arrowRight {
    width: 50px;
    float: right;
    border-radius: 0;
    min-height: 36px;
    border: 0px;
  }
  /*.cw-listbtns .cw-btn-arrowRight .fa{position:absolute; top:11px; right:10px;}*/
  .cw-listbtns .cw-btn-list {
    width: calc(100% - 103px);
    border: 0px;
  }
  .cw-listbtns .cw-btn-list div {
    max-width: 185px;
    margin: 0px auto;
  }
  .cw-listbtns .cw-btn-list div .fa {
    position: relative;
    top: 1px;
    left: 0px;
  }
  .cw-listbtns .cw-btn-arrowLeft:hover,
  .cw-listbtns .cw-btn-arrowRight:hover,
  .cw-listbtns .cw-btn-list:hover,
  .cw-listbtns .active {
    background-color: #1d89c1;
    border: 1px solid #1d89c1;
    color: #fff !important;
    text-decoration: none;
  }

  .cw-breadcrumb-smallcover .cw-listbtns {
    display: block;
  }
  .cw-breadcrumb-smallcover .cw-listbtns .cw-btn-list {
    border: 1px solid #00aad7;
    background: #00aad7;
    color: #fff;
    width: 120px;

    margin: 18px 15px 0px 11px;
    padding: 7px 16px 7px 34px;
    float: right;
    border-radius: 4px;
    text-transform: uppercase;
  }
  .cw-breadcrumb-smallcover .cw-listbtns .cw-btn-list .fa {
    color: #fff;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cw-breadcrumb-smallcover .cw-listbtns {
    display: block;
  }
  .cw-listbtns .cw-btn-list {
    border: 1px solid #e6ebee;
    background-color: #f4f8fb;
    color: #000 !important;

    margin: 18px 0px 0px 11px;
    padding: 7px 16px 7px 34px;
  }
  .cw-listbtns .cw-btn-list .fa-angle-double-right {
    position: absolute;
    top: 9px;
    left: 13px;
  }
}

.video-iframe{
  width: 100%;
  height: 256px;
}
