.navbar {
    font-size: 20px !important;
}

textarea.form-control {
    max-width: 91%;
}

.dropdown-menu .dropdown-item, .bootstrap-select .dropdown-menu.inner li a {
    font-size: 0.8571em;
    padding-top: 0;
    padding-bottom: 0;
}

.video-title {
    font-weight: 900;
    font-size: 20px;
}

._footerend {
    background-color: #524f4f;
}

.dropdown-submenu {
    position: relative;

}

.dropdown-item {
    text-transform: uppercase;
    content: '';
    border: 4px solid transparent;
    margin-left: 2px;
    margin-bottom: 3px;
    display: inline-block;
    vertical-align: bottom
}

.dropdown-submenu a::after {
    transform: rotate(-90deg);
    position: absolute;
    right: 8px;
    top: -4px;
    text-transform: uppercase;

}

.arangetram-item::after {
    display: inline-block !important;
    width: 8px;
    height: 26px;
    margin-left: .255em !important;
    vertical-align: 0.255em !important;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}

.arangetram-photos-item::after {
    display: inline-block !important;
    width: 8px;
    height: 26px;
    margin-left: .255em !important;
    vertical-align: 0.255em !important;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}

.dropdown-submenu .dropdown-menu {
    top: 10px !important;
    left: 100%;
    margin-right: .1rem;
    display: none;
    transition: visibility 0s, opacity 0.5s linear;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
}
h4, .h4 {
    font-size: 2.5em;
    line-height: 1.45em;
    margin-top: 30px;
    margin-bottom: 15px;
}
.video-title {
    font-weight: 900;
    font-size: 20px;
}
.video-page-header-image{
    background-image:url('../img/02_crop.jpg');
}

@media screen and (max-width: 991px) {
    .dropdown-submenu {
        z-index: 99999;
        opacity: 1;
    }

    .dropdown-menu {
        height: 130px !important;
    }

    .dropdown-submenu a::after {
        transform: rotate(-90deg);
        position: absolute;
        right: 107px;
        top: 5px;
        text-transform: uppercase;
    }

    h4, .h4 {
        font-size: 3.5em;
        line-height: 1.45em;
        margin-top: 30px;
        margin-bottom: 15px;
    }

    .video-title {
        font-weight: 900;
        font-size: 30px;
    }
    .video-page-header-image{
        background-image:url('../img/02.jpg');
    }
}
	 .page-header .page-header-image {
    position: absolute;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.page-header {
    height: 800px !important;
  }


@media (max-width: 800px) {
   .page-header {
    height: 100px !important;
  }

  .page-header .page-header-image {
    background-position: inherit !important;

  }
  .close {
    top: 49px !important;
    }
}
@media screen and (orientation:landscape) {
   .page-header {
    height: 800px !important;
  }
}

    .navbarDropdownSubMenuDown {
      list-style-type: none;
      margin: 0;
      padding: 0;
    }
    .navbarDropdownSubMenuDown .dropdown-menu li , 
    .bootstrap-select .dropdown-menu.inner li  {
     float: none;
    }
   .navbarDropdownSubMenuDown .dropdown-menu {
    height: 80px !important;
        left: 0%;
}
.navbarDropdownSubMenuDown .dropdown-submenu .dropdown-menu{
margin-top: 20px;
}
.navbarDropdownSubMenuDown .dropdown-submenu .dropdown-menu .dropdown-item {
        margin-left: 0px;
}
.navbarDropdownSubMenuDown .dropdown-menu .dropdown-item, .bootstrap-select .dropdown-menu.inner li a {
    color: #000!important;
    text-decoration: none;
    background-color: #fff!important;
}
    .navbarDropdownSubMenuDown li {
      float: left;
    }

    .navbarDropdownSubMenuDown li.active,
    .navbarDropdownSubMenuDown li:focus,
    .navbarDropdownSubMenuDown li:hover {
      color: #000;
      text-decoration: none;
      background-color: transparent;
    }

    .navbarDropdownSubMenuDown li a {
      display: block;
      color: white;
      text-align: center;
      padding: 5px;
      text-decoration: none;
    }

    .navbarDropdownSubMenuDown .dropdown-submenu a::after {
      transform: rotate(-90deg);
      position: absolute;
      right: -11px;
      top: 6px;
      text-transform: uppercase;
    }

    .navbarDropdownSubMenuDown .dropdown-item.active,
    .navbarDropdownSubMenuDown .dropdown-item:active,
    .navbarDropdownSubMenuDown .dropdown-item:focus,
    .navbarDropdownSubMenuDown .dropdown-item:hover {
      color: #fff;
      text-decoration: none;
      background-color: transparent;
    }
