/*
Theme Name: 	Bootsrap 3.3.7
Theme URI: 		babobski.nl
Description: 	Bootstrap on Wordpress
Version: 		1.1
Author: 		bob de haas
Author URI: 	http://babobski.nl
Tags: 			babobski, bootstrap, basis thema
*/
/* Small devices (tablets, 768px and up) */
/* Medium devices (desktops, 992px and up) */
/* Large devices (large desktops, 1200px and up) */
/****GENERAL****/
* {
  margin: 0;
  padding: 0;
  font-family: "Whitney SSm A", "Whitney SSm B"; }

html,
body {
  height: 100%; }

hr {
  display: none; }

h1 {
  text-align: center;
  margin: 0;
  font-size: 21px;
  color: #284096;
  padding: 20px 0;
  font-weight: 600; }

.home h2 {
  text-transform: uppercase; }

h2 {
  color: #284096;
  margin: 0 auto;
  font-size: 24px;
  font-weight: 600; }
  h2 ~ h3 {
    margin-top: 20px; }

h3 {
  margin-top: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 25px; }

h3.h3 {
  margin-bottom: 10px;
  margin-top: 20px; }

img {
  max-width: 100%;
  height: auto; }

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  h1 {
    font-size: 24px;
    padding: 25px 0; }
  h2 {
    font-size: 36px; }
  h3 {
    font-size: 24px;
    line-height: 35px; }
  p {
    font-size: 18px; } }

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  h1 {
    font-size: 42px;
    padding: 30px 0; }
  h2 {
    font-size: 48px; }
  p {
    font-size: 21px; }
  h3 {
    font-size: 30px;
    line-height: 45px; } }

/* Large devices (large desktops, 1200px and up) */
/****NAV****/
.navbar-header.open {
  background: #284096; }

.fa.fa-angle-down,
.fa.fa-angle-up {
  color: white;
  cursor: pointer;
  font-size: 55px;
  float: right;
  line-height: 49px; }
  .fa.fa-angle-down::before,
  .fa.fa-angle-up::before {
    top: -10px;
    position: relative;
    right: 14px; }

.fa-angle-up {
  display: none; }

.navbar {
  background: transparent;
  z-index: 5000;
  border: 0;
  border-radius: 0;
  margin-bottom: 0; }

.navbar-header {
  height: 110px; }

.nav_bg {
  background: #284096; }

.home .nav_bg {
  background: transparent; }

.navbar-default {
  background: url("/wp-content/uploads/header_bg.jpg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 32px bottom; }
  .navbar-default .navbar-nav {
    margin: 0; }
    .navbar-default .navbar-nav a {
      font-style: normal;
      font-weight: 600; }
    .navbar-default .navbar-nav > li > a,
    .navbar-default .navbar-nav > li > a:hover,
    .navbar-default .navbar-nav > li > a:focus {
      color: #f6921e;
      background-color: transparent; }
    .navbar-default .navbar-nav > .active > a,
    .navbar-default .navbar-nav > .active > a:focus,
    .navbar-default .navbar-nav > .active > a:hover,
    .navbar-default .navbar-nav > .open > a,
    .navbar-default .navbar-nav > .open > a:focus,
    .navbar-default .navbar-nav > .open > a:hover {
      color: #f6921e;
      background-color: transparent; }
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > li > a,
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
      background-color: transparent;
      color: white; }

.home .navbar-default {
  background: none; }

#menu-main-menu {
  width: 100%; }
  #menu-main-menu > li {
    border-top: 3px solid #f6921e;
    padding-top: 8px;
    font-size: 20px;
    margin: 10px; }
    #menu-main-menu > li a {
      display: inline; }
    #menu-main-menu > li:last-child {
      border-bottom: 3px solid #f6921e;
      padding-bottom: 9px; }
  #menu-main-menu .nav_brand {
    display: none;
    background-image: none;
    margin-top: 90px; }
    #menu-main-menu .nav_brand:hover, #menu-main-menu .nav_brand:focus {
      background-image: none; }
    #menu-main-menu .nav_brand a {
      background-image: url("/wp-content/uploads/2017/03/logo.png");
      background-position: center;
      background-repeat: no-repeat;
      color: transparent !important;
      padding: 55px 40px; }

.dropdown.open,
.current-menu-item {
  background-repeat: no-repeat;
  background-position: 0px 7px; }

.dropdown.open .fa-angle-down {
  display: none; }

.dropdown.open .fa-angle-up {
  display: block; }

.dropdown-menu {
  background-color: #21409A;
  border: 3px solid white;
  border-radius: 0;
  font-size: 16px;
  box-shadow: none; }
  .dropdown-menu > li > a,
  .dropdown-menu > li > a:hover,
  .dropdown-menu > li > a:focus {
    padding: 3px 10px;
    color: white;
    background-color: #21409A; }
  .dropdown-menu > .active > a,
  .dropdown-menu > .active > a:focus,
  .dropdown-menu > .active > a:hover {
    background-color: #21409A; }

.navbar-default .navbar-toggle {
  margin-top: 15px;
  z-index: 5000;
  position: absolute;
  top: 2px;
  right: 2px;
  border-color: transparent; }
  .navbar-default .navbar-toggle .icon-bar {
    border-radius: 0;
    background-color: white;
    height: 4px;
    width: 29px; }
  .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: transparent; }

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: transparent;
  box-shadow: none; }

.mobile_logo {
  position: relative;
  top: 20px; }
  .mobile_logo img {
    width: 62px;
    height: auto;
    margin: 0 auto;
    display: block; }

/****SUB MENU****/
.sub_menu {
  margin-top: 20px;
  text-align: center;
  text-transform: uppercase; }
  .sub_menu li {
    line-height: 20px;
    list-style-type: none;
    display: inline;
    margin-right: 4%; }
    .sub_menu li a {
      font-weight: 600;
      color: #284096;
      padding-bottom: 10px;
      font-size: 16px; }
      .sub_menu li a:hover, .sub_menu li a:focus {
        text-decoration: none; }
  .sub_menu li:last-child {
    margin-right: 0; }

/****hamburger menu****/
#nav-icon3 {
  width: 33px;
  transform: rotate(0deg);
  transition: .5s ease-in-out;
  cursor: pointer; }

#nav-icon3 span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: white;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: .25s ease-in-out; }

/* Icon 3 */
#nav-icon3 span:nth-child(2) {
  top: 0px; }

#nav-icon3 span:nth-child(3),
#nav-icon3 span:nth-child(4) {
  top: 9px; }

#nav-icon3 span:nth-child(5) {
  top: 18px; }

#nav-icon3.open span:nth-child(2) {
  top: 9px;
  width: 0%;
  left: 50%; }

#nav-icon3.open span:nth-child(3) {
  transform: rotate(45deg); }

#nav-icon3.open span:nth-child(4) {
  transform: rotate(-45deg); }

#nav-icon3.open span:nth-child(5) {
  top: 9px;
  width: 0%;
  left: 50%; }

/****ALTER NAV****/
@media (max-width: 992px) {
  .navbar-header {
    float: none; }
  .navbar-left,
  .navbar-right {
    float: none !important; }
  .navbar-toggle {
    display: block; }
  .navbar-collapse.collapse {
    display: none !important; }
  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); }
  .navbar-fixed-top {
    top: 0; }
  .navbar-nav {
    float: none !important; }
    .navbar-nav > li {
      float: none; }
      .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px; }
    .navbar-nav .open .dropdown-menu {
      background-color: transparent;
      border: 0 none;
      box-shadow: none;
      float: none;
      margin-top: 0;
      position: static;
      width: auto; }
      .navbar-nav .open .dropdown-menu .dropdown-header,
      .navbar-nav .open .dropdown-menu > li > a {
        padding: 5px 15px 5px 25px; }
  /*.navbar-collapse.in {
		overflow-y: auto;
	}*/
  .collapse.in {
    display: block !important; }
  .container-fluid > .navbar-collapse,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container > .navbar-header {
    margin-left: -15px;
    margin-right: -15px; }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover {
    background-color: #e7e7e7;
    color: #555; } }

/****END****/
/****SUB MENU MOBILE****/
.sub_menu_mobile {
  margin-top: 20px; }
  .sub_menu_mobile ul li {
    list-style-type: none; }
  .sub_menu_mobile button {
    background: white;
    border: 2px solid #284096;
    font-size: 16px;
    padding: 10px;
    text-align: left;
    text-transform: uppercase;
    width: 100%;
    color: #284096;
    min-height: 45px; }
  .sub_menu_mobile .dropdown-menu {
    border: none;
    box-shadow: none;
    width: 100%; }
  .sub_menu_mobile .dropdown.open .fa.fa-angle-up {
    display: block; }
  .sub_menu_mobile .dropdown.open .fa.fa-angle-down {
    display: none; }
  .sub_menu_mobile .fa.fa-angle-down,
  .sub_menu_mobile .fa.fa-angle-up {
    line-height: 24px;
    color: #284096; }
    .sub_menu_mobile .fa.fa-angle-down::before,
    .sub_menu_mobile .fa.fa-angle-up::before {
      top: -2px;
      right: 0; }
  .sub_menu_mobile .fa.fa-angle-up::before {
    top: -4px; }
  .sub_menu_mobile .fa.fa-angle-up {
    display: none; }

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .sub_menu li {
    line-height: 42px; }
  .sub_menu .current_page_item a {
    border-bottom: 4px solid #284096;
    padding-bottom: 8px; }
  .navbar-default {
    background-position: bottom right; }
    .navbar-default .navbar-nav {
      padding-bottom: 15px; }
  .navbar-header {
    height: 137px; }
  .mobile_logo img {
    width: 82px; } }

/* Medium devices (tablets, 992px and down) */
@media (max-width: 992px) {
  .nav_bg #bs-navbar-collapse-1 {
    padding: 0; }
  .nav_bg #bs-navbar-collapse-1.in,
  .nav_bg #bs-navbar-collapse-1.collapsing {
    background: #284096; }
  .nav_bg .col-sm-12 {
    padding: 0; }
  .nav_bg #menu-main-menu li {
    margin-left: 0;
    margin-right: 0; }
  .nav_bg #menu-main-menu > li:last-child {
    margin-bottom: 100px; } }

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .home .nav_bg {
    background-color: transparent; }
  .nav_bg {
    background-color: #284096; }
  .fa.fa-angle-down {
    display: none; }
  .navbar-default {
    background: url("/wp-content/uploads/header_bg.jpg");
    background-repeat: no-repeat;
    background-position: right 50px;
    padding-bottom: 0; }
    .navbar-default .navbar-nav li {
      float: none;
      display: inline-block; }
    .navbar-default .navbar-nav > li > a,
    .navbar-default .navbar-nav > li > a:hover,
    .navbar-default .navbar-nav > li > a:focus {
      color: white; }
    .navbar-default .navbar-nav > .active > a,
    .navbar-default .navbar-nav > .active > a:focus,
    .navbar-default .navbar-nav > .active > a:hover,
    .navbar-default .navbar-nav > .open > a,
    .navbar-default .navbar-nav > .open > a:focus,
    .navbar-default .navbar-nav > .open > a:hover {
      color: white; }
    .navbar-default .navbar-nav #bs-navbar-collapse-1 {
      margin-top: 0;
      padding-bottom: 20px; }
  .home .navbar-default {
    background: none; }
  .sub_menu {
    margin-top: 45px; }
  #menu-main-menu {
    padding-left: 85px;
    margin-top: 20px;
    text-align: center; }
    #menu-main-menu .dropdown.open {
      background-image: url("/wp-content/uploads/menu-bar.png"); }
    #menu-main-menu .dropdown-menu {
      padding-bottom: 0; }
      #menu-main-menu .dropdown-menu li {
        padding-right: 12px;
        width: 100%;
        border-bottom: white solid 3px;
        padding-bottom: 7px;
        padding-top: 4px;
        padding-left: 3px; }
      #menu-main-menu .dropdown-menu li:last-child {
        border-bottom: none;
        padding-bottom: 7px;
        padding-top: 5px; }
    #menu-main-menu .nav_brand {
      display: initial; }
    #menu-main-menu .menu-item-has-children::after {
      content: "\00a0";
      position: absolute;
      width: 100%;
      height: 90px;
      left: 0; }
    #menu-main-menu > li {
      border-top: none;
      padding-top: 0;
      font-size: 18px;
      margin: 15px;
      margin-top: 65px;
      margin-left: 7px;
      padding-bottom: 30px; }
      #menu-main-menu > li:nth-child(1) {
        margin-right: 50px; }
      #menu-main-menu > li:nth-child(2) {
        margin-right: 50px; }
      #menu-main-menu > li:nth-child(3) {
        margin-right: 25px; }
      #menu-main-menu > li:nth-child(4) {
        margin-right: 5px; }
      #menu-main-menu > li:nth-child(5) {
        margin-right: 0; }
      #menu-main-menu > li a {
        padding-right: 2px; }
      #menu-main-menu > li:last-child {
        padding-bottom: 26px;
        border-bottom: none; }
      #menu-main-menu > li > .dropdown-menu {
        margin-top: 15px; }
      #menu-main-menu > li:hover, #menu-main-menu > li:focus {
        background-image: url("/wp-content/uploads/menu-bar.png");
        background-repeat: no-repeat;
        background-position: 0px 7px; }
  .dropdown:hover .dropdown-menu {
    display: block; } }

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .sub_menu li {
    line-height: 0; }
  #menu-main-menu {
    padding-left: 90px; }
    #menu-main-menu > li {
      margin: 27px;
      margin-top: 65px;
      font-size: 20px; }
      #menu-main-menu > li:nth-child(1) {
        margin-right: 55px; }
      #menu-main-menu > li:nth-child(3) {
        margin-left: 50px;
        margin-right: 35px; }
      #menu-main-menu > li:nth-child(4) {
        margin-right: 0; }
      #menu-main-menu > li:nth-child(5) {
        margin-right: 0; } }

.header_h1.color-T {
  background: #7ECBB6; }

.header_h1.color-Y {
  background: #D8DF21; }

.header_h1.color-O {
  background: #f6921e; }

.header_h1.color-P {
  background: #e46ca9; }

.featured_img {
  margin-top: 30px; }

h2:first-child,
.subtitle > h2 {
  margin-top: 20px; }

.page-id-151 hr,
.page-id-148 hr,
.page-id-260 hr,
.page-id-11 hr {
  display: block;
  border-top: 4px solid #e46ca9;
  height: 4px;
  margin-top: 40px;
  margin-bottom: 45px; }

.right .button {
  font-weight: 700;
  border: 4px solid #284096;
  font-size: 16px;
  line-height: 50px;
  max-width: 300px;
  text-align: center;
  text-transform: uppercase;
  margin: 25px auto;
  width: 100%;
  color: #284096;
  background: transparent; }
  .right .button a:hover, .right .button a:focus {
    text-decoration: none; }
  .right .button:hover {
    background: #284096;
    color: white; }

.subtitle {
  margin-bottom: 40px; }

.left {
  margin-bottom: 20px; }

.content p,
.content h3,
.content h2 {
  font-family: "Whitney SSm A", "Whitney SSm B"; }

.content .subtitle h2 {
  font-weight: 600; }

.content .right p a {
  color: #333; }

p {
  font-size: 16px; }

/*SYMPOSIUM*/
.page-template-symposium-template .hr1 {
  padding: 0 15px; }

.page-template-symposium-template hr {
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }

.page-template-symposium-template .hr2 hr {
  border-top: 4px solid #D8DF21; }

.page-template-symposium-template .section_type_a a {
  color: #333;
  text-decoration: underline; }

.page-template-symposium-template .section_type_a h2:first-child {
  margin-bottom: 10px; }

.page-template-symposium-template .item .sh-content.sh-show {
  font-size: 21px;
  margin-top: 20px; }

.page-template-symposium-template .item code {
  padding: 0;
  font-size: 100%;
  background-color: transparent;
  border-radius: 0;
  float: right;
  margin-top: -5px; }
  .page-template-symposium-template .item code a {
    color: #333;
    text-decoration: underline; }

.page-template-symposium-template .item.hr-2-col > .hr2 > hr {
  display: none; }

.page-template-symposium-template .item.hr-2-col .row hr {
  border-top: #D8DF21 solid 4px; }
  .page-template-symposium-template .item.hr-2-col .row hr:first-child {
    margin-top: 10px; }

.page-template-symposium-template #session5 > .hr2 hr {
  display: none; }

.page-template-symposium-template .session {
  margin-bottom: 15px; }
  .page-template-symposium-template .session:first-child hr {
    display: none; }
  .page-template-symposium-template .session h2 {
    margin-top: 10px; }

.page-template-symposium-template.page-id-11 .section_type_a {
  display: none; }

.page-template-symposium-template.page-id-11 .hr2 hr {
  border-top: 4px solid #e46ca9;
  margin-top: 20px;
  margin-bottom: 30px; }

.page-template-symposium-template.page-id-11 p {
  margin-bottom: 30px; }

/*SCROLL*/
.mbr-arrow-up {
  bottom: 20px;
  right: 20px;
  position: fixed;
  z-index: 5000; }

@media (max-width: 991px) {
  .mbr-arrow-up {
    bottom: 31px; } }

@media (max-width: 320px) {
  .mbr-arrow-up {
    bottom: 21px; } }

@media all and (device-width: 320px) and (device-height: 568px) and (orientation: portrait) {
  .mbr-arrow-up {
    bottom: 31px; } }

/*END*/
/****PAGE SLIDER****/
#supsystic-slider-2 ~ .bx-wrapper {
  max-width: 893px !important; }

.slider {
  max-width: 98%;
  margin: 0 auto;
  padding: 15px 0; }
  .slider .bx-caption {
    padding-left: 0 !important;
    font-size: 18px !important; }
    .slider .bx-caption .caption {
      font-family: "Whitney SSm A", "Whitney SSm B" !important;
      color: #333; }
  .slider > .bx-wrapper li {
    max-height: 590px !important; }
  .slider > .bx-wrapper .thumbs li {
    margin-right: 10px !important; }
  .slider .bx-wrapper li {
    background-position: center center !important; }
  .slider .bx-wrapper .bx-controls-direction {
    opacity: 1; }
    .slider .bx-wrapper .bx-controls-direction a {
      top: 39% !important; }

.slider .supsystic-slider .bx-next {
  transform: none;
  margin-right: -40px;
  background: url("/wp-content/uploads/arrow-right.png") no-repeat center !important;
  background-size: 100% !important; }

.slider .supsystic-slider .bx-prev {
  transform: none;
  margin-left: -40px;
  background: url("/wp-content/uploads/arrow-left.png") no-repeat center !important;
  background-size: 100% !important; }

.slider .supsystic-slider .bx-prev,
.slider .supsystic-slider .bx-next {
  background-size: cover; }

.slider .supsystic-slider .bx-controls-direction a {
  width: 40px !important;
  height: 40px !important; }

.slider .supsystic-slider .bx-wrapper .bx-controls-direction a.disabled {
  display: block !important; }

/* Gallery */
.supsystic-slider ul li {
  background-size: auto 100% !important; }

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .page-id-151 hr,
  .page-id-148 hr,
  .page-id-260 hr,
  .page-id-11 hr {
    margin-top: 30px; }
  .page-template-symposium-template.page-id-11 .hr2 hr {
    margin-top: 40px;
    margin-bottom: 50px; }
  h2:first-child,
  .subtitle > h2 {
    margin-top: 0; }
  .slider .bx-next {
    margin-right: -60px; }
  .slider .bx-prev {
    margin-left: -60px; }
  .featured_img {
    margin-top: 40px;
    margin-bottom: 30px; }
  .header_h1.color-P ~ .container .sub_menu .current_page_item a {
    border-bottom: 4px solid #e46ca9;
    padding-bottom: 8px; }
  .page-template-gallery-template .right {
    margin-bottom: 10px; }
  .page-template-symposium-template hr {
    margin-top: 20px;
    margin-bottom: 20px; }
  .right .button {
    margin: 25px 0;
    font-size: 18px;
    max-width: 380px;
    margin-bottom: 0; }
  .right p {
    margin-bottom: 30px;
    font-size: 18px; }
  #closing ~ .item p {
    margin-bottom: 30px; }
  .slider {
    background: #d7dadc;
    padding: 40px 0;
    margin: 50px auto 150px; }
    .slider .bx-caption {
      background-color: #d7dadc !important; }
    .slider > .bx-wrapper {
      display: block !important; } }

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .page-template-symposium-template hr {
    margin-top: 25px;
    margin-bottom: 30px; }
  .page-template-symposium-template .session h2 {
    margin-top: 70px; }
  .right .button {
    font-size: 24px;
    line-height: 60px; }
  .featured_img {
    margin-top: 70px;
    margin-bottom: 40px; }
  .page p {
    font-size: 21px; }
  .slider .thumbs {
    opacity: 0.7; }
    .slider .thumbs li {
      width: 103px !important; }
  .slider .bx-next {
    margin-right: -135px; }
  .slider .bx-prev {
    margin-left: -135px; }
  .slider .supsystic-slider .bx-controls-direction a {
    width: 73px !important;
    height: 73px !important;
    top: 43% !important; } }

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .bx-next {
    margin-right: -165px; }
  .bx-prev {
    margin-left: -165px; } }

.footer {
  margin-top: 20px;
  background: #D8DF21;
  padding: 25px 0; }
  .footer h3 {
    margin-top: 0; }
  .footer .dropdown.open,
  .footer .current-menu-item {
    background-image: none; }
  .footer a {
    color: black;
    text-decoration: underline; }
    .footer a img {
      margin-left: 8px; }
  .footer ul li {
    list-style-type: none; }
    .footer ul li a {
      text-decoration: none; }
    .footer ul li:hover, .footer ul li:focus {
      text-decoration: none; }
  .footer .right {
    text-align: center; }
    .footer .right p {
      font-size: 14px;
      font-family: "Whitney SSm A", "Whitney SSm B";
      margin-top: 3px;
      margin-bottom: 0px; }
    .footer .right .logo a {
      text-decoration: none; }
  .footer .left {
    min-height: 190px;
    padding-top: 10px;
    border-bottom: 4px solid white;
    padding-bottom: 20px;
    margin-bottom: 20px; }
    .footer .left h3,
    .footer .left p,
    .footer .left li {
      font-size: 16px; }
    .footer .left h3,
    .footer .left li {
      font-family: "Whitney SSm A", "Whitney SSm B";
      font-weight: 600; }
    .footer .left li {
      margin-bottom: 3px; }
    .footer .left .footer_logo {
      margin-bottom: 20px;
      margin-top: 5px; }
  .footer .copyright {
    margin-top: 20px; }

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .footer {
    margin-top: 40px; }
    .footer .left {
      font-size: 18px;
      margin-bottom: 0; }
      .footer .left h3 {
        font-size: 18px; }
      .footer .left li {
        font-size: 15.7px; }
    .footer .right {
      text-align: left;
      margin-bottom: 0; }
      .footer .right p {
        font-size: 14px; } }

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .footer {
    padding: 50px 0;
    margin-top: 150px; }
    .footer h3,
    .footer .h3 {
      font-size: 18px;
      font-weight: bold; }
    .footer h3 {
      margin-bottom: 20px; }
    .footer ul li {
      font-weight: bold; }
    .footer .left {
      border-right: 4px solid white;
      border-bottom: none;
      padding-bottom: 30px;
      margin-bottom: 0; }
      .footer .left p {
        font-size: 17.5px; }
    .footer .right p {
      font-size: 14px; }
  .home .footer {
    margin-top: 60px; } }

/* Large devices (large desktops, 1200px and up) */
/****HOME****/
.home_sec_1 {
  height: 100%;
  position: relative;
  background-image: url("/wp-content/uploads/bg.jpg");
  background-repeat: no-repeat;
  background-size: auto 110%;
  background-position: center 9px;
  background-color: #284096; }
  .home_sec_1 h1 {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 48px;
    line-height: 50px; }
    .home_sec_1 h1 .green {
      color: #D8DF21; }
    .home_sec_1 h1 .white {
      color: white; }
  .home_sec_1 .date {
    font-size: 20px;
    text-transform: uppercase;
    color: white;
    bottom: 12px;
    position: absolute;
    width: 100%; }
    .home_sec_1 .date p {
      text-align: center;
      font-weight: 600; }

.home_sec_2 {
  font-size: 20px;
  text-align: center;
  padding: 20px 0;
  color: #284096;
  background: #f6921e;
  background: linear-gradient(#e46ca9, #f6921e); }
  .home_sec_2 p {
    margin-bottom: 0;
    font-weight: 500; }

.home_sec_3 {
  background-color: #7ECBB6;
  padding: 45px 0;
  font-size: 16px;
  font-weight: 600;
  color: #284096; }
  .home_sec_3 .col-sm-4 {
    margin-top: 25px; }
  .home_sec_3 .col-sm-4:first-child {
    margin-top: 10px; }
  .home_sec_3 .img_wrap {
    height: 135px;
    overflow: hidden; }
    .home_sec_3 .img_wrap img {
      min-width: 100%;
      min-height: 100%;
      width: auto;
      height: auto; }
  .home_sec_3 .box_outer_wrap {
    border: 5px solid #284096; }
    .home_sec_3 .box_outer_wrap .img_overlay a {
      font-size: 24px;
      display: none;
      border: 4px solid white;
      color: white;
      position: relative;
      top: 32%; }
      .home_sec_3 .box_outer_wrap .img_overlay a:hover, .home_sec_3 .box_outer_wrap .img_overlay a:focus {
        text-decoration: none; }
    .home_sec_3 .box_outer_wrap:hover, .home_sec_3 .box_outer_wrap:focus {
      cursor: pointer;
      background-color: #284096; }
      .home_sec_3 .box_outer_wrap:hover .img_overlay, .home_sec_3 .box_outer_wrap:focus .img_overlay {
        opacity: 0.9;
        height: 135px;
        position: absolute;
        top: 0;
        width: 100%;
        background: #284096; }
        .home_sec_3 .box_outer_wrap:hover .img_overlay a, .home_sec_3 .box_outer_wrap:focus .img_overlay a {
          margin: 0 auto;
          width: 90px;
          display: block;
          text-align: center;
          line-height: 42px; }
    .home_sec_3 .box_outer_wrap .box_wrap {
      position: relative;
      top: -5px;
      left: 5px; }
      .home_sec_3 .box_outer_wrap .box_wrap p {
        font-weight: 500;
        background: white;
        margin: 0;
        padding: 15px 20px; }
  .home_sec_3 h2 {
    font-weight: 700;
    padding: 14px 18px;
    padding-bottom: 59px;
    background-image: url("/wp-content/uploads/title-box.png");
    background-repeat: no-repeat;
    background-size: 100%;
    font-size: 18px; }

.home_sec_4 {
  padding-top: 60px; }
  .home_sec_4 #id-74 {
    margin-top: 25px; }
  .home_sec_4 h2 {
    font-weight: 700;
    font-size: 18px;
    padding: 26px 16px;
    padding-bottom: 50px;
    background-image: url("/wp-content/uploads/title-box-orange.png");
    background-repeat: no-repeat;
    background-size: 100%; }

/****SLIDER****/
.carousel-slider .owl-nav [class*="owl-"] {
  opacity: 1 !important;
  height: 40px !important;
  width: 40px !important;
  top: 45% !important; }

.carousel-slider .owl-nav {
  display: block !important; }
  .carousel-slider .owl-nav [class*="owl-"]:first-child {
    left: -25px !important; }
  .carousel-slider .owl-nav [class*="owl-"]:last-child {
    right: -25px !important; }

.mfp-counter {
  display: none; }

.home .home_sec_2 #id-74 {
  display: none; }

.home h2 {
  max-width: 122px; }

.home .slider_wrap {
  width: 90%;
  margin: 0 auto; }

.owl-carousel {
  margin-top: 45px; }
  .owl-carousel .owl-stage {
    min-height: 260px; }
  .owl-carousel .carousel-slider__caption {
    position: absolute !important;
    background: transparent;
    top: 0;
    width: 100%;
    height: 100%; }
    .owl-carousel .carousel-slider__caption:hover, .owl-carousel .carousel-slider__caption:focus {
      background: rgba(40, 64, 150, 0.9); }
      .owl-carousel .carousel-slider__caption:hover .caption, .owl-carousel .carousel-slider__caption:focus .caption {
        display: block; }
    .owl-carousel .carousel-slider__caption .caption {
      display: none;
      color: white;
      border: 4px solid white;
      width: 100px;
      margin: 0 auto !important;
      line-height: 45px;
      top: 43%;
      position: relative;
      font-size: 21px !important; }
    .owl-carousel .carousel-slider__caption .title {
      bottom: -40px;
      position: absolute;
      font-size: 14px;
      font-weight: 300; }
  .owl-carousel .owl-item {
    padding-bottom: 25px; }
  .owl-carousel .owl-next {
    background-image: url("/wp-content/uploads/arrow-right.png");
    background-size: 100%; }
    .owl-carousel .owl-next:hover {
      background-image: url("/wp-content/uploads/arrow-right-w.png"); }
  .owl-carousel .owl-prev {
    background-image: url("/wp-content/uploads/arrow-left.png");
    background-size: 100%; }
    .owl-carousel .owl-prev:hover {
      background-image: url("/wp-content/uploads/arrow-left-w.png"); }
  .owl-carousel path {
    display: none; }

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .home h2 {
    max-width: 164px; }
  .home_sec_1 h1 {
    font-size: 90px;
    line-height: 90px; }
  .home_sec_1 .date {
    font-size: 21px; }
  .home_sec_2 {
    padding: 30px 0;
    font-size: 24px; }
  .home_sec_3 h2 {
    font-size: 24px;
    padding: 14px 29px 63px; }
  .home_sec_3 .img_wrap {
    height: 125px; }
  .home_sec_3 .box_outer_wrap {
    margin-left: 7%; }
    .home_sec_3 .box_outer_wrap:hover .img_overlay, .home_sec_3 .box_outer_wrap:focus .img_overlay {
      height: 125px; }
    .home_sec_3 .box_outer_wrap .box_wrap {
      top: -10px;
      left: 10px; }
  .home_sec_3 .col-sm-4 {
    margin-top: 48px; }
    .home_sec_3 .col-sm-4:last-child .box_outer_wrap {
      margin-right: 7%; }
    .home_sec_3 .col-sm-4:first-child {
      margin-top: 48px; }
  .home_sec_4 {
    padding-top: 40px; }
    .home_sec_4 #id-74 {
      margin-top: 45px; }
    .home_sec_4 h2 {
      font-size: 24px;
      padding: 35px 22px;
      padding-bottom: 69px; }
  /****SLIDER****/
  .owl-carousel .owl-stage {
    min-height: 300px; }
  .owl-carousel .carousel-slider__caption .caption {
    width: 86px;
    line-height: 38px;
    top: 30%; }
  .carousel-slider .owl-nav [class*="owl-"] {
    top: 20% !important; }
  .carousel-slider .owl-nav [class*="owl-"] {
    height: 40px !important;
    width: 40px !important; }
  .carousel-slider .owl-nav [class*="owl-"]:last-child {
    right: -55px !important; }
  .carousel-slider .owl-nav [class*="owl-"]:first-child {
    left: -55px !important; }
  .carousel-slider .caption {
    top: 36%; } }

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .home_sec_1.low_height h1 {
    font-size: 110px;
    line-height: 100px; }
  .home h2 {
    max-width: 285px;
    font-size: 42px; }
  .home_sec_1 h1 {
    font-size: 160px;
    line-height: 145px; }
  .home_sec_1 .date p {
    font-size: 24px; }
  .home_sec_2 {
    padding: 70px 0; }
    .home_sec_2 p {
      font-size: 36px; }
  .home_sec_3 h2 {
    padding: 35px 45px;
    padding-bottom: 103px; }
  .home_sec_4 {
    padding-top: 60px; }
    .home_sec_4 h2 {
      padding: 61px 45px;
      padding-bottom: 120px; }
  /****SLIDER****/
  .owl-carousel {
    margin-top: 40px; }
    .owl-carousel .carousel-slider__caption .caption {
      top: 37%; }
  .carousel-slider .owl-nav [class*="owl-"] {
    top: 29% !important; }
  .home_sec_3 .img_wrap {
    height: 170px;
    width: auto; }
  .home_sec_3 .box_outer_wrap {
    margin-left: 7%; }
    .home_sec_3 .box_outer_wrap:hover .img_overlay, .home_sec_3 .box_outer_wrap:focus .img_overlay {
      height: 170px; }
      .home_sec_3 .box_outer_wrap:hover .img_overlay a, .home_sec_3 .box_outer_wrap:focus .img_overlay a {
        top: 39%; }
  .home_sec_3 .col-sm-4:last-child .box_outer_wrap {
    margin-right: 7%; } }

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .home_sec_3 .img_wrap {
    height: 252px; }
  .home_sec_3 .box_outer_wrap {
    margin-left: 3%; }
    .home_sec_3 .box_outer_wrap:hover .img_overlay, .home_sec_3 .box_outer_wrap:focus .img_overlay {
      height: 252px; }
      .home_sec_3 .box_outer_wrap:hover .img_overlay a, .home_sec_3 .box_outer_wrap:focus .img_overlay a {
        top: 42%; }
  .home_sec_3 .col-sm-4:last-child .box_outer_wrap {
    margin-right: 3%; }
  /****SLIDER****/
  .home .slider_wrap {
    width: 85%;
    margin: 0 auto; }
  .owl-carousel {
    margin-top: 45px; }
    .owl-carousel .carousel-slider__caption .caption {
      top: 40%; }
  .carousel-slider .owl-nav [class*="owl-"] {
    height: 73px !important;
    width: 73px !important; }
  .carousel-slider .owl-nav [class*="owl-"]:first-child {
    left: -100px !important; }
  .carousel-slider .owl-nav [class*="owl-"]:last-child {
    right: -100px !important; } }

/* Large devices (large desktops, 1380px and up) */
@media (min-width: 1380px) {
  .home .slider_wrap {
    width: 100%; } }

/*# sourceMappingURL=main.css.map */