.field--label-hidden .viewsreference--view-title{
    display:none;
}
#drupal-live-announce.visually-hidden{
    display: none;
}
.owl-theme .owl-nav{
    margin-top: 0px;
}
.dropdown-menu{
    z-index:100;
}
.dropdown-menu.show.open-right,
.dropdown-menu.show.open-left{
    position: absolute;
    top: 5px;
}
.video {
    height: 100.5%;
}
.form-control, label {
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
    color: #000000 !important;
}
.playpause{
    width: 100%;
    height: 100%;
    position:absolute;
    left:0%;
    right:0%;
    top:0%;
    bottom:0%;
    z-index: 2;
}
.playpause img{
    background-repeat:no-repeat;
    width: auto !important;
    height: auto;
    display: flex !important;
    align-self: flex-end;
    position: relative;
    top: 40%;
    margin:auto;
    background-size:contain;
    background-position: center;
}

.owl-carousel .owl-video-tn {
  background-size: cover;
  padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
}

.owl-video-frame {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.owl-video-frame iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.slider-carousel .owl-item {
    background: #000;
}

.owl-dots {
  text-align: center;
  margin-top: 20px;
}

.owl-dot {
  display: inline-block;
}

.owl-dot span {
  width: 11px;
  height: 11px;
  background-color: #ccc;
  border-radius: 50%;
  display: block;
  margin: 5px 3px;
}

.owl-dot.active span {
  background-color: #000;
}
#login #edit-current-pass--description, #login #edit-pass--description {
    font-size: 14px;
}

.gtranslate{
    display: inline-block;
}
/*.select2-dropdown--below{
    width: 120px;
}*/
.highcharts-container {
  width: inherit;
}
.s2-to-tree .item-label{
    width: max-content;
    font-family: 'Roboto', sans-serif !important;
    font-size: 16px;
    font-weight: 500;
}
.select2-container--default .select2-results__option--selected{
      background-color: #5d813a;
}
.s2-to-tree.select2-container li.select2-results__option[aria-selected="true"] > span.item-label{
      background-color: #5d813a;
}
.select2-container--open .select2-dropdown--below{
    /*width: max-content !important;*/
}
/*.select2-container--default .select2-selection--single .select2-selection__arrow{
    display: none;
}*/
span.gflag {
    font-size: 16px;
    padding: 1px 0;
    background-repeat: no-repeat;
    /*background-image: url($module_url/16.png);*/
}

span.gflag img {
    border: 0;
    border-radius: 10px;
    margin-top: 2px;
    margin: 0px 5px;
}

.switcher {
    font-family: Arial;
    font-size: 10pt;
    text-align: left;
    cursor: pointer;
    line-height: 18px;
}

.switcher a {
    text-decoration: none;
    display: block;
    font-size: 10pt;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    border: none;
}

.switcher a span.gflag {
    margin-right: 3px;
    padding: 0;
    display: block;
    float: left;
}

.switcher .selected {
    position: relative;
    z-index: 100;
}

.switcher .selected a {
    background: url(../images/arrow_down.png) 180px center no-repeat;
    color: #000;
    padding: 3px 5px;
    width: 190px;
}

.switcher .selected a:hover {
    background: #F0F0F0 url(../images/arrow_down.png) 180px center no-repeat;
}

.switcher .option {
    position: relative;
    z-index: 101;
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    background-color: #EEEEEE;
    display: none;
    width: 200px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.switcher .option a {
    color: #000;
    padding: 3px 5px;
}

.switcher .option a:hover {
    background: #FFC;
}

.switcher .option a.selected {
    background: #FFC;
}

#selected_lang_name {
    float: none;
}

.l_name {
    float: none !important;
    margin: 0;
}
.modal-backdrop.fade {
    visibility: hidden;
}
.modal-backdrop {
    visibility: hidden;
}
.modal-backdrop.show {
    visibility: visible;
}
.field--widget-text-textarea .js-filter-wrapper{
    background: #2b579a;
    color: #fff;
    padding: 0px 10px;
    display: inline-block;
    width: 100%;
}
.field--widget-text-textarea .js-filter-wrapper a{
    color: #fff;
    order: 2;
    float: right;
}
.field--widget-text-textarea .js-filter-wrapper .form-type-select{
    order: 1;
    float: left;
    display: inline-flex;
    width: max-content;
}
.field--widget-text-textarea .js-filter-wrapper .form-type-select select{
    font-size: 12px;
}
.field--widget-text-textarea .cke_bottom a{
    color: #fff;
}

/*Loaders*/

/* Full screen throbber */

.ajax-agtubefullscreen {
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.4);
  top: 0;
  left: 0px;
}
.ajax-progress-agtubefullscreen {
  position: fixed;
  z-index: 1000;
  top: 48.5%;
  /* Can't do center:50% middle: 50%, so approximate it for a typical window size. */
  left: 49%; /* LTR */
  padding: 4px;
  opacity: 0.9;
  border-radius: 7px;
  border: 5px solid #fff;
  border-radius: 50%;
  border-top: 5px solid #5d813a;
  width: 50px;
  height: 50px;
  -webkit-animation: spin 1s linear infinite; /* Safari */
  animation: spin 1s linear infinite;
}

.slider-carousel .slider-content.bottom_center .content-position .slider-main-content .link a{
  margin-top: 20px;
} 
/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
[dir="rtl"] .ajax-progress-agtubefullscreen {
  right: 49%;
  left: auto;
}

.search-loader {
  border: 5px solid #f3f3f3;
  border-radius: 50%;
  border-top: 5px solid #3498db;
  width: 50px;
  height: 50px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
}

/*Video Upload*/
.s3fs-progressbar,
.s3fs-progress-bar-wrapper{
  display:block;
  border-radius: 10px;
  color: #fff;
  line-height: 2em;
  min-height: 2em;
  float: left;
  text-align: left;
  height: 5px;
}
.s3fs-progressbar{
  background-color:#5D813A;
  width: 0%; 
}
.s3fs-progress-bar-wrapper{
  background-color:#f6f6f6;
  margin: 10px 0px 20px;
  box-shadow: 0px 0px 1px 0px #000;
  width: 100%; 
}
.share-carousel.owl-theme .owl-nav [class*=owl-] {
    background-color: #000;
}
.share-carousel.owl-theme .owl-nav [class*=owl-]:hover {
    background-color: #D6D6D6;
}

/* Responsive */
@media (max-width: 575.98px) {
}
@media (min-width: 576px) and (max-width: 767.98px) {
}
@media (min-width: 768px) and (max-width: 991.98px) {
}
@media (min-width: 992px) and (max-width: 1199.98px) { 
}
@media (min-width: 1200px) {
}
@media (min-width: 992px){
    .dropdown-menu .dropdown-toggle:after{
        border-top: .3em solid transparent;
        border-right: 0;
        border-bottom: .3em solid transparent;
        border-left: .3em solid;
    }
    .dropdown-menu .dropdown-menu{
        margin-left:0; margin-right: 0;
    }
    .dropdown-menu li{
        position: relative;
    }
    .nav-item .submenu{ 
        display: none;
        position: absolute;
        left:100%; top:-7px;
    }
    .nav-item .submenu-left{ 
        right:100%; left:auto;
    }
    .dropdown-menu > li:hover{ background-color: #f1f1f1 }
    .dropdown-menu > li:hover > .submenu{
        display: block;
    }
}
@media (max-width: 768px) {
    .dropdown-menu.show.open-right,
    .dropdown-menu.show.open-left{
        position: unset;
        top: unset;
        max-height: unset;
        overflow-y: auto;
        z-index: 100;
    }
}
@media (max-width: 992px) {
}