@font-face {
  font-family: "!BPG! DejaVu Sans Caps";
  src: url('fonts/-BPG-DejaVuSansCaps.eot?#iefix') format('embedded-opentype'),
      /* url('fonts/-BPG-DejaVuSansCaps.woff') format('woff'), */
      url('fonts/BPG-DejaVu-Sans-Caps.ttf') format('truetype'),
      url('fonts/-BPG-DejaVuSansCaps.svg#!BPG!DejaVuSansCaps') format('svg');
}
@font-face {
  font-family: "!BPG! DejaVu Sans";
  src: url('fonts/!BPG! DejaVu Sans.eot?#iefix') format('embedded-opentype'),
      url('fonts/!BPG! DejaVu Sans.woff') format('woff'),
      url('fonts/!BPG! DejaVu Sans.ttf') format('truetype'),
      url('fonts/!BPG! DejaVu Sans.svg') format('svg');
}

body{
    color:#fff;
    /* padding-top:95px; */
    min-height:100vh;
    position:relative;
    /* padding-bottom:215px */
    font-family: "!BPG! DejaVu Sans";
    background: #000;
}
.navbar-brand,
.navbar-nav a,
.footer-links a,
.selectpicker,
.block__title,
.help-box-title,
.news__title,
.news__more,
.news__date,
.all-news,
.background-title,
.page__title,
.breadcrumbs,
#aim_menu li,
#user_auth button,
#form_aim option,
#user_add_news label,
.partners-description h1, .partners-description h2, .partners-description h3,
.partners-description h1, .partners-description h2, .partners-description h3 {
    font-family: "!BPG! DejaVu Sans Caps", Times, serif;
}

#header {
    background-image: url("../images/header-image.jpg");
    height: 738px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;

}
#header ul{
      border:none !important;
}
#not-home {
  background-image: url("../images/header-image-faded.jpg");
  height: 100px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  margin-bottom: 20px;
}
#navigation {
   z-index: 999999;
}
.page__title{
    text-transform: uppercase;
    padding-top: 20px;
}

@media screen and (max-width: 1120px){
    .row {
       margin: 0;
       width: 100%;
    }
}

@media screen and (max-width: 400px){
    .page__title {
        font-size: 16px;
    }
    .breadcrumbs {
        padding: 0;
    }
    .breadcrumbs li {
        font-size: 11px !important;
    }
}
@media screen and (max-width: 767px){
    #header {
        height: 510px;
    }
    .navbar-nav {
        margin-top: 0 !important;
    }
    .navbar-right {
        margin-left: auto;
    }
    #header ul {
        background-color: rgba(0,0,0,0.5);
    }
    .slider__video-control {
        margin-top: -80px !important;
        padding: 0 !important;
    }
}

#header-in{
    background-color: #141414;
    /* height: 100px; */
    overflow: auto;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    z-index: 999;
    padding: 22px 0;
    /* margin-bottom: -120px; */
}
#header-in ul {
    /* background-color: #4ccfff; */
}
.lang img{
    filter: grayscale(50%);
    transition: 0.3s ease;
}
.lang img:hover{
    filter: grayscale(0%);
}
.active_lang img{
    filter: grayscale(0%);
}
.nav li>a {
    line-height: 28px !important;
    text-transform: uppercase;
}
.main-navigation li:last-child {
    /* background: #00baff; */
}
.dropdown-menu li:last-child {
    background: inherit;
}
.navbar-default {
    z-index: 9;
}
.navbar-right {
    margin-right: 0;
}
.navbar-right li a {
    color: #343434;
}
.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
    background-color: #343434;
    color: #fff;
    border: none;
}
.navbar-default .navbar-nav .open .dropdown-menu>li>a {
    padding: 3px 15px;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover{
    color: #343434;
    background: transparent !important;
}

@media screen and (width: 768px){
    #navigation .nav {
        /* margin-top: -25px!important; */
        padding: 0!important;
    }
}
@media screen and (min-width: 768px){
    .main-navigation {
        /* padding-top: 25px;
        margin-left: 50px; */
        float: right;
    }
    #navigation .nav {
        /* margin-top: 10px; */
        padding: 42px 0;
    }
    #header-in .main-navigation {
        /* padding-top: 25px;
        margin-left: 50px; */
    }
    #header-in .navbar-right {
        /* margin-top: 35px; */
    }
    #header .navbar-right {
        /* margin-top: 35px !important; */
    }
    .container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header{
      padding: 0;

    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .container {
        width: 100% !important;
    }
    .navbar-right{
        /* position: absolute;
        top: 0px;
        right: 20px; */
    }
}
@media (min-width: 768px) and (max-width: 1200px) {
    .navbar-default .navbar-nav li a {
        font-size: 12px !important;
        /* padding: 10px !important; */
    }

}
@media (min-width: 768px) and (max-width: 991px) {
  .main-navigation {
      /* margin-left: 0 !important; */
  }
    .navbar-default .navbar-nav li a {
        padding: 5px !important;
    }
}
@media (min-width: 768px) and (max-width: 844px) {
    .navbar-default .navbar-nav li a {
        font-size: 11px !important;
    }
}
@media (min-width: 768px) and (max-width: 800px) {
    .navbar-default .navbar-brand img{
        width: 100%;
    }
    .navbar-default .navbar-brand{
        width: 170px;
    }
}
@media (max-width: 980px) {
  .slick-list{
      height: 190px !important;
  }
}

.news-item{
	/*margin: 20px 13px;*/
	/*width: 265px;*/
	margin: 20px 0;
	padding: 0 !important;
	background-color: #f8f8f8;
	transition: 0.2s all ease;
}

.help-us:hover, .news-item:hover {
    -webkit-box-shadow: 2px 3px 8px 1px rgba(0,0,0,0.49);
    -moz-box-shadow: 2px 3px 8px 1px rgba(0,0,0,0.49);
    box-shadow: 2px 3px 8px 1px rgba(0,0,0,0.49);
}

.news-item img{
	width: 100%;
	height: 170px;
  object-fit: cover;
}
.news-item p{
	padding-left: 4px;
}
.no-padding {
  padding: 0 !important;
}
.owl-carousel .owl-nav.disabled {
    display: block;
}
.owl-prev, .owl-next {
    width: 30px;
    top: 25px;
    height: 50px;
    position: absolute;
    background: #fbfbfb;
    padding: 13px 6px;
    overflow: hidden;
}
.owl-prev {
    left: 0px;
    -webkit-box-shadow: 2px 0px 5px 0px rgba(0,0,0,0.47);
    -moz-box-shadow: 2px 0px 5px 0px rgba(0,0,0,0.47);
    box-shadow: 2px 0px 5px 0px rgba(0,0,0,0.47);
}
.owl-prev:before {
    content: url(../images/left.png);
}
.owl-next {
    right: 0px;
    -webkit-box-shadow: -2px 0px 5px 0px rgba(0,0,0,0.47);
    -moz-box-shadow: -2px 0px 5px 0px rgba(0,0,0,0.47);
    box-shadow: -2px 0px 5px 0px rgba(0,0,0,0.47);
}
.owl-next:before {
    content: url(../images/right.png);
}

.socials-in{
    list-style: none;
    padding: 0;
}

.socials-in li {
    display: inline;
}

.all-news {
    position: absolute;
    right: 15px;
    padding: 7px 8px 4px;
    font-size: 12px;
    margin-right: 15px;
    background-color: #00baff;
    bottom: -20px;
}
.all-news a{
    color: #fff;
}



.help-us{
  padding-top: 14px;
	margin-top: 20px;
  height: 480px;
  overflow: hidden;
	/*margin: 20px 15px;*/
    /*max-width: 360px;*/
	text-align: center;
	background-color: #f8f8f8;
	transition: 0.2s all ease;
}
.help-us:hover,.news-item:hover{
	-webkit-box-shadow: 2px 3px 8px 1px rgba(0,0,0,0.49);
	-moz-box-shadow: 2px 3px 8px 1px rgba(0,0,0,0.49);
	box-shadow: 2px 3px 8px 1px rgba(0,0,0,0.49);
}

.help-us p {
	font-family: "!BPG! DejaVu Sans", Times, serif;
	font-size: 14px;
	text-align: left;
	padding: 5px 15px 15px;
}

.help-btn{
  	width: 177px;
  	margin-top: 10px;
  	margin-bottom: 20px;
  	border-radius: 0;
  	background-color: #00baff;
  	color: #fff;
    transition: 0.2s;
    text-transform: uppercase;
}

.help-btn:hover{
    color: #fff;
    opacity: 0.8;
}

.help-box-title{
	font-size: 16px;
  text-transform: uppercase;
	/* font-weight: 600; */
}

.content-right h3 {
    padding-top: 15px;
}

main {
}

.breadcrumbs {
    list-style: none;
    margin: 40px 0;
}
.breadcrumbs li{
    display: inline;
    font-size: 13px;
    margin-left: 10px;
    text-transform: uppercase;
}

.partners-item {
    border: 1px solid #ebebeb;
    margin-bottom: 30px;
    transition: 0.4s;
}
/* .partners-item:hover {
    -webkit-box-shadow: 2px 2px 2px 1px rgba(0,0,0,0.2);
    -moz-box-shadow: 2px 2px 2px 1px rgba(0,0,0,0.2);
    box-shadow: 2px 2px 2px 1px rgba(0,0,0,0.2);
} */
.partners-item img{
    width: 100%;
    height: auto;
    position: relative;
}

.partners-description {
    position: absolute;
    top: 0px;
    margin-left: 261px;
    width: 586px;
    height: 262px;
    background: #fff;
    z-index: 999999;
    /*border: 1px solid #ebebeb;*/
    padding-left: 10px;
    padding-top: 10px;
    -webkit-box-shadow: 2px 2px 2px 1px rgba(0,0,0,0.2);
    -moz-box-shadow: 2px 2px 2px 1px rgba(0,0,0,0.2);
    box-shadow: 2px 2px 2px 1px rgba(0,0,0,0.2);
    display: none;
}


.second {
    margin-left: -586px;
}

@media screen and (min-width: 1199px){
	.partners-item {
		width: 263px;
		height: 263px;
	}
}

@media screen and (min-width: 991px) and (max-width: 1199px) {

	.partners-item img{
		/* width: 212px;
		height: 212px; */
	}

	.partners-description {
		height: 213px;
		margin-left: 213px;
		font-size: 12px;
		width: 486px;
	}

	.second {
		margin-left: -486px;
	}
}

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

	/* .partners-item img{
		width: 155px;
		height: 155px;
	} */
	.partners-description {
		height: 186px;
		margin-left: 156px;
		font-size: 12px;
		width: 410px;
	}

	.partners-description h3 {
		margin-top: 10px;
		font-size: 12px;
	}
	.partners-description p {
		font-size: 10px;
		margin-bottom: 5px;
	}
	.second {
		margin-left: -410px;
	}
}


/* ////////////// */

@media screen and (max-width:380px){
    body{
        padding-bottom:0
    }
}
body.homepage{
    padding-top:0
}
@media screen and (max-width:380px){
    body.homepage{
        /* padding-top:95px */
    }
}
body.popup-open{
    overflow:hidden
}
#feedback {
    margin-top: 20px;
}

.form-control{
    border-radius:0;
    font-family:"BPG Arial"
}
.form-control:focus{
    /* border-color:#00baff;
    -webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 4px rgba(255, 93, 51, 0.6);
    box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 4px rgba(255, 93, 51, 0.6) */
}
.btn{
    border-radius:0;
    font-family:"BPG Arial Caps"
}
.btn-default{
    background-color:#00baff;
    border-color:#00baff;
    color:#fff;
    -webkit-transition:color 0.3s, background-color 0.3s;
    -o-transition:color 0.3s, background-color 0.3s;
    transition:color 0.3s, background-color 0.3s
}
.btn-default:hover{
    /* border-color:#00baff;
    background-color:transparent;
    color:#00baff */
}
.btn-hover-white-bg{
    -webkit-transition:color 0.3s, background-color 0.3s, border-color 0.3s;
    -o-transition:color 0.3s, background-color 0.3s, border-color 0.3s;
    transition:color 0.3s, background-color 0.3s, border-color 0.3s
}
.btn-hover-white-bg:hover{
    /* background-color:#fff;
    border-color:#fff;
    color:#00baff */
}
.btn-border-orange{
    border:1px solid #00baff
}
.btn-border-orange:focus,.btn-border-orange:hover{
    border:1px solid #00baff
}
.btn-large{
    font-size:18px;
    padding:6px 25px
}
.btn-search{
    padding:6.5px 12px
}
@media screen and (max-width:380px){
    .btn-full-width-xs{
        width:100%
    }
}
a{
    color:#fff;
    -webkit-transition:color 0.3s;
    -o-transition:color 0.3s;
    transition:color 0.3s
}
a:hover{
    text-decoration:none;
    color:inherit;
}
a:focus{
    text-decoration:none;
    outline:none
}
@font-face{
    font-family:'BPG Arial Caps';
    src:url("fonts/bpg-arial-caps-webfont.eot");
    src:url("fonts/bpg-arial-caps-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/bpg-arial-caps-webfont.woff2") format("woff2"), url("fonts/bpg-arial-caps-webfont.woff") format("woff"), url("fonts/bpg-arial-caps-webfont.ttf") format("truetype"), url("fonts/bpg-arial-caps-webfont.svg#bpg_arial_capsregular") format("svg")
}
@font-face{
    font-family:'BPG Arial';
    src:url("fonts/bpg-arial-webfont.eot");
    src:url("fonts/bpg-arial-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/bpg-arial-webfont.woff2") format("woff2"), url("fonts/bpg-arial-webfont.woff") format("woff"), url("fonts/bpg-arial-webfont.ttf") format("truetype"), url("fonts/bpg-arial-webfont.svg#bpg_arialregular") format("svg")
}
.block--light{
    /* background-color:#fff */
}
.block--gray{
    /* background-color:#f7f7f7 */
}
.block__title{
    font-size: 20px;
    text-transform: uppercase;
    margin-left: 15px;
}
.block__title:after {
    /* background: none repeat scroll 0 0 #343434;
    bottom: -10px;
    content: "";
    display: block;
    height: 1px;
    position: relative;
    width: 68px; */
}
.block__title-box{
  /* margin-top: 20px; */
  margin-bottom: 20px;
  padding: 0;
    /* height:120px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -ms-flex-line-pack:center;
    align-content:center;
    -webkit-box-pack:start;
    -ms-flex-pack:start;
    justify-content:flex-start */
}
.owl-carousel .owl-stage-outer {
    background: #fbfbfb !important;
    margin: 0 15px;
}
@media screen and (max-width:380px){
    .block__title-box{
        height:auto
    }
}
.navbar-default{
    background-color:transparent;
    border-radius:0;
    border:none;
    color:#fff;
    /* height:75px; */
    margin-bottom:0
}
.navbar-default .navbar-brand{
    color:#fff;
    height:auto;
    padding: 0;
    font-size: 16px;
    margin-left: 0 !important;
}
.navbar-default .navbar-brand img{
    /* height:100% */
}
.navbar-default .navbar-nav li.active a{
    background-color:transparent;
    /* border-bottom: 2px solid #fff; */
    color: #fff;
}
.navbar-default .navbar-nav li.active a:hover{
    background-color:transparent;
    color:#fff;
}
.navbar-default .navbar-nav li a:hover,
.navbar-default .navbar-nav li a:focus,
.navbar-default .navbar-nav li a:active{
    color: #fff;
}
.navbar-default .navbar-nav li a{
    font-size: 14px;
    /* height: 34px; */
    padding: 0 15px;
    color:#fff;
    -webkit-transition:color .2s all;
    -o-transition:color .2s all;
    transition: .2s all;
}
.navbar-default .navbar-nav li a:focus{
    outline:none;
    background-color: transparent !important;
}
.navbar-default .main-navigation li a:hover{
    /* border-bottom: 2px solid #343434;
    color: #343434; */
}

.footer-links a:hover {
    border-bottom: 2px solid #fff;
}

@media screen and (max-width:380px){
    .navbar-default .navbar-nav li a{
        height:42.5px;
        line-height:42.5px
    }
}
.navbar-default .dropdown-menu{
    background-color:rgba(255, 255, 255, 0);
    background: transparent !important;
}

#header-in .navbar-default .dropdown-menu li {
    background-color: #4ccfff;
}
.navbar-default .dropdown-menu li a{
    height:auto;
    line-height:30px
}
.navbar-default .dropdown{
    /* height:85px; */
    /* line-height:35px; */
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center
}
@media screen and (max-width:380px){
    /* .navbar-default .dropdown{
        height:42.5px;
        display:-webkit-inline-box;
        display:-ms-inline-flexbox;
        display:inline-flex
    } */
}
.navbar-default .dropdown .dropdown-toggle{
    /* background-color:rgba(255, 255, 255, 0.1);
    line-height:35px;
    height:35px; */
    -webkit-transition:background-color .3s;
    -o-transition:background-color .3s;
    transition:background-color .3s
}
.navbar-default .dropdown .dropdown-toggle:hover{
    color:#fff;
    background-color:rgba(255, 255, 255, 0.3)
}
.navbar-default .dropdown .dropdown-menu{
    /* margin-top:-26px; */
    /* background-color:#e7e7e7; */
    border:none;
    border-radius:0;
    /* border-color:#e7e7e7 */
}
.navbar-default .dropdown .dropdown-menu li a{
    color:#fff;
    text-align: center;
}
.navbar-default .dropdown .dropdown-menu li a:hover{
    color: #555;
}

.navbar-toggle{
    margin-top:21px;
}
.navbar-default .navbar-toggle{
    border-color:#fff
}
.navbar-default .navbar-toggle .icon-bar{
    background-color:#fff
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background: transparent !important;
}
@media screen and (max-width:380px){
    .navbar-collapse{
        background-color:rgba(0, 0, 0, 0.5)
    }
}
.navbar-default .navbar-nav.main-navigation>.open>a,.navbar-default .navbar-nav.main-navigation>.open>a:focus,.navbar-default .navbar-nav.main-navigation>.open>a:hover{
    color:#343434;
}

.navbar-nav.main-navigation>li>.dropdown-menu{
    /* background-color:#fff */
    /* border: none; */
}
.navbar-nav.main-navigation>li>.dropdown-menu a{
    /* color:#343434 */
}
.navbar-nav.main-navigation>li>.dropdown-menu a:hover{
    background-color:#fafafa
}
.dropdown-menu{
    padding:0;
    border-radius:0;
    box-shadow: none !important;
}
.slider{
    width:100%;
    height:600px;
    position:relative
}
@media screen and (max-width:380px){
    .slider{
        display:none
    }
}
.slider__item{
    height:600px
}
.slider__content{
    position:relative;
    font-family:"BPG Arial";
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -ms-flex-direction:column;
    flex-direction:column;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    -webkit-box-align:start;
    -ms-flex-align:start;
    align-items:flex-start;
    z-index:20
}
.slider__content *{
    font-family:"BPG Arial"
}
.slider__content-wrapper{
    background-color:rgba(0, 0, 0, 0.5);
    padding:15px
}
.slider__title{
    font-size:36px;
    color:#fff;
    font-family:"BPG Arial Caps"
}
.slider__image{
    width:100%;
    height:100%;
    -o-object-fit:cover;
    object-fit:cover;
    -o-object-position:center;
    object-position:center;
    position:absolute;
    top:0;
    left:0;
    z-index:10
}
.slider__dot-container{
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
    height:50px
}
.slider__control{
    position:relative;
    width:23px;
    height:23px;
    background-color:transparent;
    border:2px solid #00baff;
    margin:0 6px;
    z-index:10
}
.slider__control--active{
    background-color:#00baff
}
.slider__control:focus{
    outline:none
}
.services{
    margin:0 -8px 20px -8px
}
.service{
    width:calc(20% - 16px);
    height:145px;
    margin:8px;
    padding:5px;
    background-color:#f7f7f7;
    color:#343434;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -ms-flex-line-pack:center;
    align-content:center;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -ms-flex-direction:column;
    flex-direction:column;
    cursor:pointer;
    -webkit-transition:background-color .4s, color .4s;
    -o-transition:background-color .4s, color .4s;
    transition:background-color .4s, color .4s
}
@media screen and (max-width:380px){
    .service{
        width:calc(50% - 16px)
    }
    .service:last-of-type{
        float:none;
        margin-left:auto;
        margin-right:auto
    }
}
.service:hover{
    background-color:#00baff;
    color:#fff;
    text-decoration:none
}
.service:hover .service__image{
    -webkit-filter:invert(0);
    filter:invert(0);
    opacity:1
}
.service__image{
    width:70px;
    height:70px;
    -webkit-filter:invert(100%);
    filter:invert(100%);
    opacity:.7;
    -webkit-transition:opacity .4s, -webkit-filter .4s;
    transition:opacity .4s, -webkit-filter .4s;
    -o-transition:filter .4s, opacity .4s;
    transition:filter .4s, opacity .4s;
    transition:filter .4s, opacity .4s, -webkit-filter .4s
}
.service__title{
    font-size:16px;
    padding:0 10px;
    margin-bottom:0
}
.news{
    /* height:170px;
    padding:10px 15px;
    margin-bottom:10px;
    position:relative */
}
@media screen and (max-width:380px){
    .news{
        height:auto;
        padding-left:0;
        padding-right:0
    }
}
.news:after{
    /* content:'';
    position:absolute;
    bottom:0;
    left:15px;
    width:calc(100% - 30px);
    height:1px;
    background-color:#343434 */
}
.news__block{
    /* height:150px */
}
@media screen and (max-width:380px){
    .news__block{
        height:auto
    }
}
.news__image{
    /* position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    -o-object-fit:cover;
    object-fit:cover;
    -o-object-position:center;
    object-position:center */
}
@media screen and (max-width:380px){
    .news__image{
        /* position:relative;
        height:150px */
    }
}
.news__image--full{
    width:400px;
    height:auto;
    position:relative;
    margin-top: 11px;
    margin-right:25px;
    margin-bottom:15px
}
@media screen and (max-width:380px){
    .news__image--full{
        width:calc(100% + 30px);
        max-height:200px;
        margin-left:-15px;
        margin-right:-15px
    }
}
.news__title{
    margin:0;
    /* margin-bottom:10px; */
    font-size:16px;
    padding-left: 4px;
    padding-top: 10px;
}
@media screen and (max-width:380px){
    .news__title{
        margin-top:10px
    }
}
.news__title-link{
    color:#343434;
    -webkit-transition:color 0.3s;
    -o-transition:color 0.3s;
    transition:color 0.3s
}
.news__title-link:hover{
    /* color:#00baff; */
    text-decoration:none
}
.news__date{
    font-size:13px;
    color:rgba(52, 52, 52, 0.5)
}
.news__summary{
    padding:10px 4px;
    color:rgba(52, 52, 52, 0.8);
    font-family:"!BPG! DejaVu Sans"
}
@media screen and (max-width:380px){
    .news__summary{
        margin-bottom:30px
    }
}
.news__summary *{
    font-family:"BPG Arial";
    color:rgba(52, 52, 52, 0.8)
}
.news-bottom {
    padding: 6px 4px;
}
.news__more{
    background: transparent;
    color: #adadad;
    float: right;
    -webkit-transition:color 0.3s, background-color .3s;
    -o-transition:color 0.3s, background-color .3s;
    transition:color 0.3s, background-color .3s
}
.fa-angle-right i {
  font-size: 16px;
}
.news__more:hover{
    color: #555;
}
.news__more:focus{
}
.news-full__image{
    position:relative;
    height:300px
}
.video-slider{
    position:relative;
    width:100%;
    height:100%;
    padding:0 30px
}
.video-slider__control{
    position:absolute;
    top:0;
    height:100%;
    width:25px;
    text-align:center;
    padding:0;
    margin:0;
    background-color:#e3e3e3;
    border:none
}
.video-slider__control:focus{
    outline:none
}
.video-slider__control i{
    font-size:1.5em
}
.video-slider__control--prev{
    left:0
}
.video-slider__control--next{
    right:0
}
.video-slider__item{
    display:block;
    width:calc(100% - 10px);
    margin:0 5px;
    height:120px;
    position:relative;
    margin-bottom:10px
}
@media screen and (max-width:380px){
    .video-slider__item{
        width:100%;
        margin:0
    }
}
.video-slider__item:hover .video-slider__play{
    opacity:1
}
.video-slider__item--full{
    margin:0;
    width:100%
}
.video-slider__image{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    -o-object-fit:cover;
    object-fit:cover;
    -o-object-position:center;
    object-position:center
}
.video-slider__play{
    position:absolute;
    top:calc(50% - 14px);
    left:calc(50% - 11px);
    color:#fff;
    opacity:0;
    z-index:10;
    -webkit-transition:opacity 0.3s;
    -o-transition:opacity 0.3s;
    transition:opacity 0.3s
}
.video__title{
    font-size:14px;
    margin:0;
    max-height:60px;
    overflow:hidden
}
.video__content{
    height:250px;
    padding:5px 15px;
    margin-bottom:15px;
    background-color:#f7f7f7;
    -webkit-transition:-webkit-box-shadow 0.3s;
    transition:-webkit-box-shadow 0.3s;
    -o-transition:box-shadow 0.3s;
    transition:box-shadow 0.3s;
    transition:box-shadow 0.3s, -webkit-box-shadow 0.3s
}
.video__content:hover{
    -webkit-box-shadow:0 2px 3px 2px rgba(52, 52, 52, 0.14);
    box-shadow:0 2px 3px 2px rgba(52, 52, 52, 0.14)
}
.video__summary{
    font-size:13px;
    color:#343434;
    max-height:130px;
    overflow-y:auto
}
.video__date{
    display:block;
    font-size:13px;
    margin:5px 0;
    color:#ababab
}
.gallery{
    height:330px;
    overflo:hidden
}

.gallery__image{
    height: 270px;
    width: 100%;
object-fit: cover;
    /* position:absolute;
    top:0;
    left:0;
    height:100%;
    width:100%;
    -o-object-fit:cover;
    object-fit:cover;
    -o-object-position:center;
    object-position:center */
}
.gallery__image--partner{
    -webkit-filter:grayscale(100%);
    filter:grayscale(100%);
    -webkit-transition:-webkit-filter .3s;
    transition:-webkit-filter .3s;
    -o-transition:filter .3s;
    transition:filter .3s;
    transition:filter .3s, -webkit-filter .3s
}
.gallery__image--partner:hover{
    -webkit-filter:grayscale(0);
    filter:grayscale(0)
}
.gallery__item{
    display:block;
    width:100%;
    /* height:100px; */
    position:relative;
    /* overflow: auto; */
    margin-bottom: 30px;
}
.img_title{
    height: 120px;
    padding: 20px 15px;
    background: #161616;
    color: #fff;
    font-family: "!BPG! DejaVu Sans Caps", Times, serif;
    text-transform: uppercase;
    border-top: 1px solid #dd5d1c;
}
.gallery__item--big{
    height:250px
}
.info-block{
    position:relative;
    padding-bottom:20px;
    margin-bottom:20px
}
.info-block:after{
    content:"";
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
    height:1px;
    background-color:#cfcfcf
}
.info-block__icon{
    display:inline-block;
    width:30px
}
.info-block__info{
    padding-left:30px;
    color:rgba(52, 52, 52, 0.8)
}
.map{
    /* margin-top:-10px;
    margin-bottom:30px; */
    width:100%;
    height:400px;
}
.member{
    height:170px;
    background-color:#f7f7f7;
    cursor:pointer
}
@media screen and (max-width:380px){
    .member{
        height:auto
    }
}
.member__image{
    width:100%;
    height:170px;
    -o-object-fit:cover;
    object-fit:cover;
    -o-object-position:center;
    object-position:center
}
.member__info{
    margin:5px 0
}
.member__title{
    font-size:16px;
    margin-top:14px;
    margin-bottom:19px
}
.member-popup{
    position:fixed;
    top:50%;
    left:calc(50% - 300px);
    width:600px;
    background-color:#fff;
    padding:15px;
    -webkit-transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    transform:translateY(-50%);
    z-index:1050
}
.member-popup__image{
    float:left;
    width:50%;
    height:auto;
    margin-left:15px;
    margin-bottom:15px
}
.member-popup__close{
    position:absolute;
    top:-35px;
    right:0;
    width:35px;
    height:35px;
    background-color:#00baff;
    border:none
}
.member-popup__close:focus{
    outline:none
}
.popup-bg{
    background-color:rgba(0, 0, 0, 0.4);
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:1040
}
.fade-enter-active,.fade-leave-active{
    -webkit-transition:opacity .5s;
    -o-transition:opacity .5s;
    transition:opacity .5s
}
.fade-enter,.fade-leave-to{
    opacity:0
}
.search-form{
    display:none;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    opacity:0;
    background-color:rgba(0, 0, 0, 0.8);
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    z-index:2000;
    -webkit-transition:opacity .3s;
    -o-transition:opacity .3s;
    transition:opacity .3s
}
.search-form.active{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    opacity:1
}
.search-form__input{
    width:100%;
    padding:13px;
    background-color:transparent;
    border:none;
    border-bottom:1px solid #939393;
    color:#fff;
    font-family:"BPG Arial";
    font-size:18px
}
.search-form__input::-webkit-input-placeholder{
    font-family:"BPG Arial Caps";
    color:#e0e0e0
}
.search-form__input:-ms-input-placeholder{
    font-family:"BPG Arial Caps";
    color:#e0e0e0
}
.search-form__input::-ms-input-placeholder{
    font-family:"BPG Arial Caps";
    color:#e0e0e0
}
.search-form__input::placeholder{
    font-family:"BPG Arial Caps";
    color:#e0e0e0
}
.search-form__input:focus{
    outline:none
}
.search-form__button{
    padding:18px
}
.training{
    position:relative;
    height:450px;
    width:100%;
    background-color:#ebebeb;
    margin-bottom:20px;
    -webkit-box-shadow:0px 2px 3px 0px #c1bbbb;
    box-shadow:0px 2px 3px 0px #c1bbbb
}
.training__image{
    height:180px;
    width:100%;
    -o-object-fit:cover;
    object-fit:cover;
    -o-object-position:center;
    object-position:center
}
.training__content{
    display:block;
    height:240px;
    padding-left:15px;
    padding-right:15px;
    overflow:hidden
}
.training__title{
    font-family:"BPG Arial Caps";
    font-size:13px;
    margin:10px 0;
    color:#343434;
    -webkit-hyphens:auto;
    -ms-hyphens:auto;
    hyphens:auto;
    word-wrap:break-word;
    word-break:break-all
}
.training__time{
    display:block;
    font-size:12px;
    margin-bottom:10px;
    color:rgba(52, 52, 52, 0.3)
}
.training__summary,.training__summary *{
    font-family:"BPG Arial";
    font-size:12px;
    color:#343434
}
.training__more{
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
    height:30px;
    line-height:30px;
    color:#fff;
    background-color:#00baff;
    text-align:center;
    -webkit-transition:background-color .3s;
    -o-transition:background-color .3s;
    transition:background-color .3s
}
.training__more:focus,.training__more:hover{
    color:#fff;
    background-color:#fe3700
}

.social-link {
    display:inline-block;
    margin-bottom: 10px;
    width: 27px;
    height:27px;
    border: 1px solid #e1e1e1;
    border-radius: 50%;
    padding: 3px;
    cursor: pointer;
    transition: 0.2s all ease;
}
.social-link:hover {
    background-color: #e1e1e1;
}

footer{
    width:100%;
    padding-top: 20px;
    position:absolute;
    font-size: 13px;
    bottom:0;
    background: #ebebeb;
}
footer .col{
    /* padding-top: 20px; */
    padding-bottom: 20px;
    line-height: 26px;
}
#f2{
    background-color:#f9f9f9;
    padding: 8px 0;
    text-align: center;

}
@media screen and (max-width:380px){
    footer{
        /* position:relative;
        height:auto */
    }
}
.footer__block{
    /* height:165px */
    padding-top: 20px;
}
@media screen and (max-width:380px){
    .footer__block{
        height:auto
    }
}
.footer__logo{
    width: auto;
    height: auto;
}
.footer__copyright{
    /* background-color:#e8e8e8 */
}
.footer-links{
    display:block;
    padding:0;
    margin:0
}
.footer-links li{
    display:inline-block;
    margin:0
}
.footer-links li a{
    /* font-family:"BPG Arial Caps"; */
    display:block;
    width:100%;
    padding:10px 15px;
    color:#555;
    height: 36px;
    margin-bottom: 20px;
    transition: .2s;
}
.footer-links li a:hover{
    text-decoration:none
}
.subscribe__title{
    color:#343434;
    font-size:16px
}
.subscribe__input{
    border:none;
    border-bottom:1px solid #8d8d89;
    padding:5px 5px 10px 5px;
    min-width:200px;
    background-color:transparent;
    -webkit-transition:border-bottom-color .3s;
    -o-transition:border-bottom-color .3s;
    transition:border-bottom-color .3s
}
.subscribe__input:focus{
    border-bottom-color:#00baff;
    outline:none
}
.subscribe__input::-webkit-input-placeholder{
    font-family:"BPG Arial Caps";
    font-size:13px
}
.subscribe__input:-ms-input-placeholder{
    font-family:"BPG Arial Caps";
    font-size:13px
}
.subscribe__input::-ms-input-placeholder{
    font-family:"BPG Arial Caps";
    font-size:13px
}
.subscribe__input::placeholder{
    font-family:"BPG Arial Caps";
    font-size:13px
}
.subscribe__button{
    border:none;
    border-bottom:1px solid #8d8d89;
    padding:5px 5px 10px 5px;
    margin-left:10px;
    background-color:transparent;
    -webkit-transition:border-bottom-color .3s;
    -o-transition:border-bottom-color .3s;
    transition:border-bottom-color .3s
}
.subscribe__button:hover{
    border-bottom-color:#00baff
}
.subscribe__button:focus{
    outline:none
}
.fancybox-bg{
    background-color:#fff!important
}
.fancybox-caption{
    text-align:center!important;
    color:#343434!important;
    font-size:3rem!important;
    font-family:"BPG Arial Caps"!important;
    padding-top:0!important;
    padding-bottom:60px!important
}
.fancybox-caption-wrap{
    background:none!important
}
.select2-container{
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    display:inline-block;
    margin:0;
    position:relative;
    vertical-align:middle
}
.select2-container .select2-selection--single{
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    cursor:pointer;
    display:block;
    height:28px;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
    -webkit-user-select:none
}
.select2-container .select2-selection--single .select2-selection__rendered{
    display:block;
    padding-left:8px;
    padding-right:20px;
    overflow:hidden;
    -o-text-overflow:ellipsis;
    text-overflow:ellipsis;
    white-space:nowrap
}
.select2-container .select2-selection--single .select2-selection__clear{
    position:relative
}
.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered{
    padding-right:8px;
    padding-left:20px
}
.select2-container .select2-selection--multiple{
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    cursor:pointer;
    display:block;
    min-height:32px;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
    -webkit-user-select:none
}
.select2-container .select2-selection--multiple .select2-selection__rendered{
    display:inline-block;
    overflow:hidden;
    padding-left:8px;
    -o-text-overflow:ellipsis;
    text-overflow:ellipsis;
    white-space:nowrap
}
.select2-container .select2-search--inline{
    float:left
}
.select2-container .select2-search--inline .select2-search__field{
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    border:none;
    font-size:100%;
    margin-top:5px;
    padding:0
}
.select2-container--default .select2-search--inline .select2-search__field::-webkit-input-placeholder{
    color:#999
}
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{
    -webkit-appearance:none
}
.select2-dropdown{
    background-color:white;
    border:1px solid #aaa;
    border-radius:0;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    display:block;
    position:absolute;
    left:-100000px;
    width:100%;
    z-index:1051
}
.select2-results{
    display:block
}
.select2-results__options{
    list-style:none;
    margin:0;
    padding:0
}
.select2-results__option{
    padding:6px;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
    -webkit-user-select:none
}
.select2-results__option[aria-selected]{
    cursor:pointer
}
.select2-container--open .select2-dropdown{
    left:0
}
.select2-container--open .select2-dropdown--above{
    border-bottom:none;
    border-bottom-left-radius:0;
    border-bottom-right-radius:0
}
.select2-container--open .select2-dropdown--below{
    border-top:none;
    border-top-left-radius:0;
    border-top-right-radius:0
}
.select2-search--dropdown{
    display:block;
    padding:4px
}
.select2-search--dropdown .select2-search__field{
    padding:4px;
    width:100%;
    -webkit-box-sizing:border-box;
    box-sizing:border-box
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{
    -webkit-appearance:none
}
.select2-search--dropdown.select2-search--hide{
    display:none
}
.select2-close-mask{
    border:0;
    margin:0;
    padding:0;
    display:block;
    position:fixed;
    left:0;
    top:0;
    min-height:100%;
    min-width:100%;
    height:auto;
    width:auto;
    opacity:0;
    z-index:99;
    background-color:#fff;
    filter:alpha(opacity=0)
}
.select2-hidden-accessible{
    border:0!important;
    clip:rect(0 0 0 0)!important;
    -webkit-clip-path:inset(50%)!important;
    clip-path:inset(50%)!important;
    height:1px!important;
    overflow:hidden!important;
    padding:0!important;
    position:absolute!important;
    width:1px!important;
    white-space:nowrap!important
}
.select2-container--default .select2-selection--single{
    background-color:#fff;
    border:1px solid #aaa;
    border-radius:4px
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    color:#444;
    line-height:28px
}
.select2-container--default .select2-selection--single .select2-selection__clear{
    cursor:pointer;
    float:right;
    font-weight:bold
}
.select2-container--default .select2-selection--single .select2-selection__placeholder{
    color:#999
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    height:26px;
    position:absolute;
    top:1px;
    right:1px;
    width:20px
}
.select2-container--default .select2-selection--single .select2-selection__arrow b{
    border-color:#888 transparent transparent transparent;
    border-style:solid;
    border-width:5px 4px 0 4px;
    height:0;
    left:50%;
    margin-left:-4px;
    margin-top:-2px;
    position:absolute;
    top:50%;
    width:0
}
.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear{
    float:left
}
.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow{
    left:1px;
    right:auto
}
.select2-container--default.select2-container--disabled .select2-selection--single{
    background-color:#eee;
    cursor:default
}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{
    display:none
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{
    border-color:transparent transparent #888 transparent;
    border-width:0 4px 5px 4px
}
.select2-container--default .select2-selection--multiple{
    background-color:white;
    border:1px solid #ccc;
    border-radius:0;
    overflow:hidden;
    cursor:text;
    height: 34px;
    margin-bottom: 10px;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered{
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    list-style:none;
    margin:0;
    padding:0 5px;
    width:1000%
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered li{
    list-style:none
}
.select2-container--default .select2-selection--multiple .select2-selection__placeholder{
    color:#999;
    margin-top:5px;
    float:left
}
.select2-container--default .select2-selection--multiple .select2-selection__clear{
    cursor:pointer;
    float:right;
    font-weight:bold;
    margin-top:5px;
    margin-right:10px
}
.select2-container--default .select2-selection--multiple .select2-selection__choice{
    background-color:#e4e4e4;
    border:1px solid #aaa;
    border-radius:0;
    cursor:default;
    float:left;
    margin-right:5px;
    margin-top:5px;
    padding:0 5px
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{
    color:#999;
    cursor:pointer;
    display:inline-block;
    font-weight:bold;
    margin-right:2px
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{
    color:#333
}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline,.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice,.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__placeholder{
    float:right
}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice{
    margin-left:5px;
    margin-right:auto
}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove{
    margin-left:2px;
    margin-right:auto
}
.select2-container--default.select2-container--focus .select2-selection--multiple{
    border:solid #00baff 1px;
    -webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 4px rgba(0, 186, 255, 0.6);
    box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 4px rgba(0, 186, 255, 0.6);
    outline:0
}
.select2-container--default.select2-container--disabled .select2-selection--multiple{
    background-color:#eee;
    cursor:default
}
.select2-container--default.select2-container--disabled .select2-selection__choice__remove{
    display:none
}
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple,.select2-container--default.select2-container--open.select2-container--above .select2-selection--single{
    border-top-left-radius:0;
    border-top-right-radius:0
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,.select2-container--default.select2-container--open.select2-container--below .select2-selection--single{
    border-bottom-left-radius:0;
    border-bottom-right-radius:0
}
.select2-container--default .select2-search--dropdown .select2-search__field{
    border:1px solid #aaa
}
.select2-container--default .select2-search--inline .select2-search__field{
    background:transparent;
    border:none;
    outline:0;
    -webkit-box-shadow:none;
    box-shadow:none;
    color:#99999a;
    font-family:"BPG Arial";
    padding-left:7px;
    -webkit-appearance:textfield
}
.select2-container--default .select2-results>.select2-results__options{
    max-height:200px;
    overflow-y:auto
}
.select2-container--default .select2-results__option[role=group]{
    padding:0
}
.select2-container--default .select2-results__option[aria-disabled=true]{
    color:#999
}
.select2-container--default .select2-results__option[aria-selected=true]{
    background-color:#eae8e8
}
.select2-container--default .select2-results__option .select2-results__option{
    padding-left:1em
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__group{
    padding-left:0
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option{
    margin-left:-1em;
    padding-left:2em
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{
    margin-left:-2em;
    padding-left:3em
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{
    margin-left:-3em;
    padding-left:4em
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{
    margin-left:-4em;
    padding-left:5em
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{
    margin-left:-5em;
    padding-left:6em
}
.select2-container--default .select2-results__option--highlighted[aria-selected]{
    background-color:#00baff;
    color:white
}
.select2-container--default .select2-results__group{
    cursor:default;
    display:block;
    padding:6px
}
.select2-container--classic .select2-selection--single{
    background-color:#f7f7f7;
    border:1px solid #aaa;
    border-radius:4px;
    outline:0;
    background-image:-webkit-linear-gradient(top, #fff 50%, #eee 100%);
    background-image:-o-linear-gradient(top, #fff 50%, #eee 100%);
    background-image:-webkit-gradient(linear, left top, left bottom, color-stop(50%, #fff), to(#eee));
    background-image:linear-gradient(to bottom, #fff 50%, #eee 100%);
    background-repeat:repeat-x;
    filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0 )
}
.select2-container--classic .select2-selection--single:focus{
    border:1px solid #5897fb
}
.select2-container--classic .select2-selection--single .select2-selection__rendered{
    color:#444;
    line-height:28px
}
.select2-container--classic .select2-selection--single .select2-selection__clear{
    cursor:pointer;
    float:right;
    font-weight:bold;
    margin-right:10px
}
.select2-container--classic .select2-selection--single .select2-selection__placeholder{
    color:#999
}
.select2-container--classic .select2-selection--single .select2-selection__arrow{
    background-color:#ddd;
    border:none;
    border-left:1px solid #aaa;
    border-top-right-radius:4px;
    border-bottom-right-radius:4px;
    height:26px;
    position:absolute;
    top:1px;
    right:1px;
    width:20px;
    background-image:-webkit-linear-gradient(top, #eee 50%, #ccc 100%);
    background-image:-o-linear-gradient(top, #eee 50%, #ccc 100%);
    background-image:-webkit-gradient(linear, left top, left bottom, color-stop(50%, #eee), to(#ccc));
    background-image:linear-gradient(to bottom, #eee 50%, #ccc 100%);
    background-repeat:repeat-x;
    filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0 )
}
.select2-container--classic .select2-selection--single .select2-selection__arrow b{
    border-color:#888 transparent transparent transparent;
    border-style:solid;
    border-width:5px 4px 0 4px;
    height:0;
    left:50%;
    margin-left:-4px;
    margin-top:-2px;
    position:absolute;
    top:50%;
    width:0
}
.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear{
    float:left
}
.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow{
    border:none;
    border-right:1px solid #aaa;
    border-radius:0;
    border-top-left-radius:4px;
    border-bottom-left-radius:4px;
    left:1px;
    right:auto
}
.select2-container--classic.select2-container--open .select2-selection--single{
    border:1px solid #5897fb
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{
    background:transparent;
    border:none
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{
    border-color:transparent transparent #888 transparent;
    border-width:0 4px 5px 4px
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{
    border-top:none;
    border-top-left-radius:0;
    border-top-right-radius:0;
    background-image:-webkit-linear-gradient(top, #fff 0%, #eee 50%);
    background-image:-o-linear-gradient(top, #fff 0%, #eee 50%);
    background-image:-webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(50%, #eee));
    background-image:linear-gradient(to bottom, #fff 0%, #eee 50%);
    background-repeat:repeat-x;
    filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0 )
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{
    border-bottom:none;
    border-bottom-left-radius:0;
    border-bottom-right-radius:0;
    background-image:-webkit-linear-gradient(top, #eee 50%, #fff 100%);
    background-image:-o-linear-gradient(top, #eee 50%, #fff 100%);
    background-image:-webkit-gradient(linear, left top, left bottom, color-stop(50%, #eee), to(#fff));
    background-image:linear-gradient(to bottom, #eee 50%, #fff 100%);
    background-repeat:repeat-x;
    filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0 )
}
.select2-container--classic .select2-selection--multiple{
    background-color:white;
    border:1px solid #aaa;
    border-radius:4px;
    cursor:text;
    outline:0
}
.select2-container--classic .select2-selection--multiple:focus{
    border:1px solid #5897fb
}
.select2-container--classic .select2-selection--multiple .select2-selection__rendered{
    list-style:none;
    margin:0;
    padding:0 5px
}
.select2-container--classic .select2-selection--multiple .select2-selection__clear{
    display:none
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice{
    background-color:#f5f4f4;
    border:1px solid #aaa;
    border-radius:0;
    cursor:default;
    float:left;
    margin-right:5px;
    margin-top:5px;
    padding:0 5px
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{
    color:#888;
    cursor:pointer;
    display:inline-block;
    font-weight:bold;
    margin-right:2px
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{
    color:#555
}
.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice{
    float:right
}
.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice{
    margin-left:5px;
    margin-right:auto
}
.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove{
    margin-left:2px;
    margin-right:auto
}
.select2-container--classic.select2-container--open .select2-selection--multiple{
    border:1px solid #5897fb
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{
    border-top:none;
    border-top-left-radius:0;
    border-top-right-radius:0
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{
    border-bottom:none;
    border-bottom-left-radius:0;
    border-bottom-right-radius:0
}
.select2-container--classic .select2-search--dropdown .select2-search__field{
    border:1px solid #aaa;
    outline:0
}
.select2-container--classic .select2-search--inline .select2-search__field{
    outline:0;
    -webkit-box-shadow:none;
    box-shadow:none
}
.select2-container--classic .select2-dropdown{
    background-color:#fff;
    border:1px solid transparent
}
.select2-container--classic .select2-dropdown--above{
    border-bottom:none
}
.select2-container--classic .select2-dropdown--below{
    border-top:none
}
.select2-container--classic .select2-results>.select2-results__options{
    max-height:200px;
    overflow-y:auto
}
.select2-container--classic .select2-results__option[role=group]{
    padding:0
}
.select2-container--classic .select2-results__option[aria-disabled=true]{
    color:grey
}
.select2-container--classic .select2-results__option--highlighted[aria-selected]{
    background-color:#3875d7;
    color:#fff
}
.select2-container--classic .select2-results__group{
    cursor:default;
    display:block;
    padding:6px
}
.select2-container--classic.select2-container--open .select2-dropdown{
    border-color:#5897fb
}
.jsCalendar *{
    padding:0px;
    margin:0px
}
.jsCalendar table,.jsCalendar table td,.jsCalendar table th{
    border:0px
}
.jsCalendar table{
    width:100%;
    color:#000000;
    background-color:#ffffff;
    border-collapse:collapse;
    font-family:Tahoma, Geneva, sans-serif;
    margin:5px;
    -webkit-box-shadow:0px 0px 2px rgba(0, 0, 0, 0.4);
    box-shadow:0px 0px 2px rgba(0, 0, 0, 0.4);
    border-radius:4px
}
.jsCalendar thead .jsCalendar-title{
    height:40px;
    line-height:40px
}
.jsCalendar thead .jsCalendar-title-left{
    float:left
}
.jsCalendar thead .jsCalendar-title-right{
    float:right
}
.jsCalendar thead .jsCalendar-nav-left,.jsCalendar thead .jsCalendar-nav-right{
    font-family:'Courier New', Courier, monospace;
    font-size:12px;
    font-weight:bold;
    height:20px;
    width:20px;
    margin:10px 8px;
    text-align:center;
    line-height:20px;
    cursor:pointer;
    color:#999999;
    border-radius:10px;
    -webkit-transition:color 0.2s, background-color 0.2s;
    -o-transition:color 0.2s, background-color 0.2s;
    transition:color 0.2s, background-color 0.2s
}
.jsCalendar thead .jsCalendar-nav-left:hover,.jsCalendar thead .jsCalendar-nav-right:hover{
    background-color:#e2e2e2;
    color:#000000
}
.jsCalendar thead .jsCalendar-nav-left{
    float:left
}
.jsCalendar thead .jsCalendar-nav-right{
    float:right
}
.jsCalendar thead .jsCalendar-title-name{
    font-size:18px;
    font-weight:lighter;
    float:left;
    padding:0px 20px;
    cursor:default
}
.jsCalendar thead .jsCalendar-nav-left,.jsCalendar thead .jsCalendar-nav-right{
    font:normal normal normal 14px/1 FontAwesome
}
.jsCalendar thead .jsCalendar-nav-left:after{
    content:'\f104'
}
.jsCalendar thead .jsCalendar-nav-right:after{
    content:'\f105'
}
.jsCalendar thead .jsCalendar-week-days th{
    text-shadow:0px 0px 1px rgba(0, 0, 0, 0.2)
}
.jsCalendar tbody td,.jsCalendar thead .jsCalendar-week-days th{
    display:inline-block;
    height:40px;
    width:46px;
    margin:1px 2px;
    line-height:41px;
    text-align:center;
    font-size:13px;
    font-weight:lighter;
    cursor:pointer;
    -webkit-transition:color 0.1s, background-color 0.2s;
    -o-transition:color 0.1s, background-color 0.2s;
    transition:color 0.1s, background-color 0.2s
}
.jsCalendar tbody td:hover{
    background-color:#e6e6e6
}
.jsCalendar tbody td.jsCalendar-selected{
    border:1px solid #00baff;
    background-color:#ffffff;
    height:40px;
    width:40px;
    line-height:40px
}
.jsCalendar tbody td.jsCalendar-current{
    background-color:#52c9ff !important;
    color:#ffffff
}
.jsCalendar tbody td.jsCalendar-next,.jsCalendar tbody td.jsCalendar-previous{
    color:#cacaca
}
.jsCalendar tbody td.jsCalendar-next:hover,.jsCalendar tbody td.jsCalendar-previous:hover{
    color:#ffffff
}
.jsCalendar thead{
    display:block;
    margin:4px 4px 0px 4px
}
.jsCalendar tbody{
    display:block;
    margin:0px 4px 4px 4px
}
.jsCalendar ::-moz-selection{
    background:#83d8ff
}
.jsCalendar ::selection{
    background:#83d8ff
}
.jsCalendar ::-moz-selection{
    background:#83d8ff
}
.jsCalendar.yellow tbody td.jsCalendar-current{
    background-color:#ffe31b
}
.jsCalendar.yellow ::-moz-selection{
    background:#fde74c
}
.jsCalendar.yellow ::selection{
    background:#fde74c
}
.jsCalendar.yellow ::-moz-selection{
    background:#fde74c
}
.jsCalendar.orange tbody td.jsCalendar-current{
    background-color:#ffb400
}
.jsCalendar.orange ::-moz-selection{
    background:#ffb400
}
.jsCalendar.orange ::selection{
    background:#ffb400
}
.jsCalendar.orange ::-moz-selection{
    background:#ffb400
}
.jsCalendar.red tbody td.jsCalendar-current{
    background-color:#ff5d33
}
.jsCalendar.red ::-moz-selection{
    background:#ff5d33
}
.jsCalendar.red ::selection{
    background:#ff5d33
}
.jsCalendar.red ::-moz-selection{
    background:#ff5d33
}
.jsCalendar.green tbody td.jsCalendar-current{
    background-color:#7fb800
}
.jsCalendar.green ::-moz-selection{
    background:#7fb800
}
.jsCalendar.green ::selection{
    background:#7fb800
}
.jsCalendar.green ::-moz-selection{
    background:#7fb800
}
.jsCalendar.material-theme table{
    border-radius:0px
}
.jsCalendar.material-theme thead{
    margin:0px;
    padding:4px 4px 0px 4px;
    background-color:#52c9ff !important;
    color:#ffffff
}
.jsCalendar.material-theme thead .jsCalendar-title{
    display:block;
    position:relative
}
.jsCalendar.material-theme thead .jsCalendar-title-name{
    font-family:"BPG Arial Caps";
    color:#ffffff;
    text-align:center;
    position:absolute;
    left:15px;
    right:15px;
    font-size:16px;
    border-bottom:1px solid rgba(255, 255, 255, 0.4)
}
.jsCalendar.material-theme thead .jsCalendar-title-left,.jsCalendar.material-theme thead .jsCalendar-title-right{
    position:absolute;
    z-index:1
}
.jsCalendar.material-theme thead .jsCalendar-nav-left,.jsCalendar.material-theme thead .jsCalendar-nav-right{
    color:#ffffff
}
.jsCalendar.material-theme thead .jsCalendar-nav-left:hover,.jsCalendar.material-theme thead .jsCalendar-nav-right:hover{
    background-color:#03a9f4
}
.jsCalendar.material-theme thead .jsCalendar-title-right{
    right:0px
}
.jsCalendar.material-theme thead .jsCalendar-week-days th{
    font-family:"BPG Arial Caps";
    font-size:14px;
    text-shadow:none
}
.jsCalendar.material-theme.yellow thead{
    background-color:#ffe31b
}
.jsCalendar.material-theme.yellow thead .jsCalendar-nav-left:hover,.jsCalendar.material-theme.yellow thead .jsCalendar-nav-right:hover{
    background-color:#e2ca23
}
.jsCalendar.material-theme.orange thead{
    background-color:#ffb400
}
.jsCalendar.material-theme.orange thead .jsCalendar-nav-left:hover,.jsCalendar.material-theme.orange thead .jsCalendar-nav-right:hover{
    background-color:#d49600
}
.jsCalendar.material-theme.red thead{
    background-color:#ff5d33
}
.jsCalendar.material-theme.red thead .jsCalendar-nav-left:hover,.jsCalendar.material-theme.red thead .jsCalendar-nav-right:hover{
    background-color:transparent
}
.jsCalendar.material-theme.green thead{
    background-color:#7fb800
}
.jsCalendar.material-theme.green thead .jsCalendar-nav-left:hover,.jsCalendar.material-theme.green thead .jsCalendar-nav-right:hover{
    background-color:#639000
}
.jsCalendar.classic-theme table,.jsCalendar.classic-theme tbody td,.jsCalendar.classic-theme tbody td.jsCalendar-current,.jsCalendar.classic-theme thead .jsCalendar-nav-left,.jsCalendar.classic-theme thead .jsCalendar-nav-right,.jsCalendar.classic-theme thead .jsCalendar-week-days th{
    border-radius:0px
}
.jsCalendar.classic-theme thead{
    margin:0px;
    background-color:#52c9ff;
    padding:4px 4px 0px 4px
}
.jsCalendar.classic-theme thead .jsCalendar-title,.jsCalendar.classic-theme thead .jsCalendar-title-row{
    display:block;
    width:100%
}
.jsCalendar.classic-theme thead .jsCalendar-title{
    position:relative
}
.jsCalendar.classic-theme thead .jsCalendar-title-name{
    font-size:16px;
    color:#ffffff;
    text-shadow:none;
    text-align:center;
    position:absolute;
    left:41px;
    right:41px
}
.jsCalendar.classic-theme thead .jsCalendar-title-left,.jsCalendar.classic-theme thead .jsCalendar-title-right{
    position:absolute;
    z-index:1
}
.jsCalendar.classic-theme thead .jsCalendar-title-right{
    right:0px
}
.jsCalendar.classic-theme thead .jsCalendar-nav-left,.jsCalendar.classic-theme thead .jsCalendar-nav-right{
    color:#ffffff;
    text-shadow:none
}
.jsCalendar.classic-theme thead .jsCalendar-nav-left:hover,.jsCalendar.classic-theme thead .jsCalendar-nav-right:hover{
    background-color:#03a9f4
}
.jsCalendar.classic-theme thead .jsCalendar-week-days{
    background-color:#ffffff;
    display:block;
    margin:0px -4px
}
.jsCalendar.classic-theme thead .jsCalendar-week-days th{
    height:20px;
    line-height:20px;
    font-size:10px;
    text-shadow:none
}
.jsCalendar.classic-theme tbody td{
    padding:1px 1px 0px 1px;
    margin:-1px 0px 0px -1px;
    border-top:1px solid #dadada;
    border-left:1px solid #dadada;
    width:38px
}
.jsCalendar.classic-theme tbody{
    margin:0px
}
.jsCalendar.classic-theme tbody td.jsCalendar-selected{
    border-top:1px solid #dadada;
    border-left:1px solid #dadada;
    border-right:0px;
    border-bottom:0px;
    height:36px;
    line-height:36px;
    background-color:#ccefff
}
.jsCalendar.classic-theme tbody td.jsCalendar-current.jsCalendar-selected{
    background-color:#52c9ff;
    text-shadow:0px 0px 3px #000000
}
.jsCalendar.classic-theme.yellow thead{
    background-color:#ffe31b
}
.jsCalendar.classic-theme.yellow thead .jsCalendar-nav-left:hover,.jsCalendar.classic-theme.yellow thead .jsCalendar-nav-right:hover{
    background-color:#e2ca23
}
.jsCalendar.classic-theme.orange thead{
    background-color:#ffb400
}
.jsCalendar.classic-theme.orange thead .jsCalendar-nav-left:hover,.jsCalendar.classic-theme.orange thead .jsCalendar-nav-right:hover{
    background-color:#d49600
}
.jsCalendar.classic-theme.red thead{
    background-color:#ff5d33
}
.jsCalendar.classic-theme.red thead .jsCalendar-nav-left:hover,.jsCalendar.classic-theme.red thead .jsCalendar-nav-right:hover{
    background-color:#bb3d16
}
.jsCalendar.classic-theme.green thead{
    background-color:#7fb800
}
.jsCalendar.classic-theme.green thead .jsCalendar-nav-left:hover,.jsCalendar.classic-theme.green thead .jsCalendar-nav-right:hover{
    background-color:#639000
}
.pagination>li:first-child>a,.pagination>li:first-child>span,.pagination>li:last-child>a,.pagination>li:last-child>span{
    border-radius:0
}
.pagination>li>a,.pagination>li>span{
    color:#00baff
}
.pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover,.pagination>.active>span,.pagination>.active>span:focus,.pagination>.active>span:hover{
    background-color:#00baff;
    border-color:#00baff
}
.text--arial{
    font-family:"BPG Arial"
}
.text--arial-caps{
    font-family:"BPG Arial Caps"
}
.text-white{
    color:#fff
}
@media screen and (max-width:380px){
    .text-center-xs{
        text-align:center
    }
}
@media screen and (max-width:380px){
    .text-left-xs{
        text-align:left
    }
}
@media screen and (max-width:380px){
    .text-right-xs{
        text-align:right
    }
}
.cursor-pointer{
    cursor:pointer
}
.padding-0{
    padding:0px
}
.padding-top-0{
    padding-top:0px
}
.padding-bottom-0{
    padding-bottom:0px
}
.padding-left-0{
    padding-left:0px
}
.padding-right-0{
    padding-right:0px
}
.padding-10{
    padding:10px
}
.padding-top-10{
    padding-top:10px
}
.padding-bottom-10{
    padding-bottom:10px
}
.padding-left-10{
    padding-left:10px
}
.padding-right-10{
    padding-right:10px
}
.padding-15{
    padding:15px
}
.padding-top-15{
    padding-top:15px
}
.padding-bottom-15{
    padding-bottom:15px
}
.padding-left-15{
    padding-left:15px
}
.padding-right-15{
    padding-right:15px
}
.margin-top-0{
    margin-top:0px
}
.margin-bottom-0{
    margin-bottom:0px
}
.margin-top-10{
    margin-top:10px
}
.margin-bottom-10{
    margin-bottom:10px
}
.margin-top-15{
    margin-top:15px
}
.margin-bottom-15{
    margin-bottom:15px
}
.margin-top-20{
    margin-top:20px
}
.margin-bottom-20{
    margin-bottom:20px
}
.margin-top-30{
    margin-top:30px
}
.margin-bottom-30{
    margin-bottom:30px
}
.full-height{
    height:100%
}
.d-block{
    display:block
}
@media screen and (max-width:380px){
    .d-flex-xs{
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex
    }
}
.content-block{
    max-width:100%;
    overflow:hidden;
    margin: 20px auto;
    font-family:"BPG Arial"
}
.content-block *{
    font-family:"BPG Arial"
}

textarea.no-resize{
    resize:none
}
.custom-select{
    display:block;
    position:relative
}
.custom-select__input{
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none
}
.custom-select__icon{
    position:absolute;
    top:0;
    right:8px;
    line-height:35px
}
@media (min-width:992px){
    .col-md-5th{
        width:20%
    }
}
#top-ge-counter-container{
    display:inline-block
}
.flex{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex
}
.flex--j-c-space-around{
    -ms-flex-pack:distribute;
    justify-content:space-around
}
.flex--j-c-space-between{
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between
}
.flex--j-c-center{
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center
}
.flex--j-c-flex-start{
    -webkit-box-pack:start;
    -ms-flex-pack:start;
    justify-content:flex-start
}
.flex--j-c-flex-end{
    -webkit-box-pack:end;
    -ms-flex-pack:end;
    justify-content:flex-end
}
.flex--no-wrap{
    -ms-flex-wrap:nowrap;
    flex-wrap:nowrap
}
.flex--wrap{
    -ms-flex-wrap:wrap;
    flex-wrap:wrap
}
.flex--a-i-center{
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center
}
.flex--a-i-flex-start{
    -webkit-box-align:start;
    -ms-flex-align:start;
    align-items:flex-start
}
.flex--a-i-flex-end{
    -webkit-box-align:end;
    -ms-flex-align:end;
    align-items:flex-end
}
.flex--a-i-self-start{
    -webkit-box-align:self-start;
    -ms-flex-align:self-start;
    align-items:self-start
}
.flex--a-i-self-end{
    -webkit-box-align:self-end;
    -ms-flex-align:self-end;
    align-items:self-end
}
.flex--column{
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -ms-flex-direction:column;
    flex-direction:column
}
.flex--row{
    -webkit-box-orient:horizontal;
    -webkit-box-direction:normal;
    -ms-flex-direction:row;
    flex-direction:row
}
.flex--center{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -ms-flex-line-pack:center;
    align-content:center
}

#user_auth {
    text-align: center;
}
#user_auth .col-md-6 {

}
#user_auth input {
    border: 1px solid #ededed;
    padding: 5px;
    width: 100%;
    color: #343434;
    margin-bottom: 10px;
}
#user_auth button {
    width: 100%;
    margin-top: 5px;
    background: #ededed;
    border-radius: 0;
    border: none;
    padding: 5px;
    color: #343434;
}
#user_auth_form {
    max-width: 750px;
    margin: 0 auto;
    padding: 30px 0;
}
.title_aim {
    color: #fff;
    background: #00aff0;
    padding: 10px;
    margin-top: 2px;
}
#aim_left img{
    width: 100%;
    background-color: #00aff0;
}
#form_aim {
    overflow: visible;
    margin-bottom: 60px;
}
#form_aim input{
    border: none;
    border-radius: 0;
    float: right;
    font-size: 13px;
    padding: 10px;
    background: #00aff0;
    color: #fff;
}
#select_aim,#select_aim_saved {
    width: 100%;
    position: relative;
    border: none;
    height: 100%;
}
#select_aim[multiple], #select_aim_saved[multiple] {
    border: none;
    overflow: visible;
}
#select_aim option, #select_aim_saved option {
    width: 100%;
    margin: 10px 0;
    padding: 10px;
    font-size: 13px;
    position: relative;
    background: #ebebeb;
    cursor: pointer;
}
#select_aim{
    font-family: 'FontAwesome';

}
#select_aim option:checked {
    background: #00aff0 linear-gradient(0deg, #00aff0 0%, #00aff0 100%);
    color: #fff !important;
}
#select_aim_saved option:checked {
    background: #39b54a linear-gradient(0deg, #39b54a 0%, #39b54a 100%) !important;
}
#select_aim:focus, #select_aim_saved:focus, textarea:focus, input:focus{
    outline: none;
}
#completed,.completed {
    background: #39b54a !important;
}
#select_aim_saved option:disabled {
    color: #fff;
    font-weight: bold;
}
#aim_menu {
  padding: 0;
  margin-top: 20px;
}
#aim_menu li{
    list-style: none;
    /* margin: 10px 0; */
    padding: 5px 10px;
}
#aim_menu li a:hover {
    color: #00aff0;
}
#aim_menu li:nth-child(even){
    background: #ebebeb;
}
#aim_menu li:nth-child(odd){
    background: #dedede;
}
/* user add news */
#user_add_news input, #user_add_news textarea{
    width: 100% !important;
}
#user_add_image{
  margin-top: 5px;
}
#user_add_image a{
    background: #ff3d46;
    color: #fff;
    padding: 7px;
}
#user_add_news .row {
    margin-bottom: 10px;
}
#user_add_news label {
    text-transform: uppercase;
    font-weight: 400;
}
.AddArticle{
    background: #93c21e;
    padding: 5px;
    color: #fff;
    cursor: pointer;
    border: none !important;
}
#aim_menu li a {
    text-transform: uppercase;
}
#user_add_news textarea,
#user_add_news input{
    background: #fcfcfc;
    border: 1px solid #e5e5e5;
    padding: 5px;
}
#user_add_news textarea:focus,
#user_add_news input:focus{
    border-color: #c9e08e;
    background: #f9fcf4;
}
.company_news{
    background: #f8f8f8;
    overflow: auto;
    margin-bottom: 20px;
    margin-top: 0 !important;
}
.footer_info{
  position: absolute;
  bottom: 90px;
  padding: 30px 20px;
  background: #000;
}
.footer_info h4{
    font-family: "!BPG! DejaVu Sans Caps";
}
.footer_info p{
    padding-left: 10px;
}

@media screen and (min-width: 1201px){
    .company_news{
        height: 360px;
    }
}
@media (min-width: 991px) and (max-width:1200px){
    .company_news{
        height: 400px;
    }
}
@media (max-width: 991px){
    #aim_left, #aim_right .col-md-4{
        padding: 0;
    }
    #aim_right {
      padding-right: 0;
    }
    .videos{
      padding: 0 !important
    }
    .content-block img{
        width: 100% !important;
        height: auto !important;
    }
    #projects{
        padding: 0;
    }
    .container-fluid{
        padding: 0;
    }
}
@media (max-width: 767px){
    #aim_left, #aim_right, #aim_right .col-md-4, #aim_right .col-md-12{
        padding: 0 !important;
    }
    .navbar-collapse {
      margin-top: 12px;
    }
    .navbar-brand>img{
        margin-left: 30px;
    }
    .navbar-toggle{
        margin-right: 30px;
        margin-top: 38px;
    }
    .navbar-default .navbar-nav li a{
        padding: 10px 30px;
    }
}
.company_news img {
     width: 100%;
     height: auto;
}
time {
  padding: 0 5px;
}
.company_news p{
  padding: 0 5px;
}
.company_news a{
  padding-right: 5px;
}
.company_bottom {
    margin-top: 5px;
}
.hr {
    border-top-color: #adadad;width: 97%;margin: 0 auto;
}
#aim_right .news__image--full {
    margin-top: 0 !important;
}
#aim_right .news__title {
    /* padding-top: 0; */
    text-transform: uppercase;
    padding-bottom: 10px;
}
#aim_right .col-md-4{
    margin-bottom: 10px;
}
#aim_right .col-md-12 .news__title {
    padding-top: 0;
}
@media (min-width:991px) and (max-width: 1199px){
    .company_bottom hr {
        width: 83% !important;
    }
}
@media (min-width:991px){
    .company_bottom *{
        position: absolute;
        bottom: 24px;
    }
    .company_bottom i {
        right: -2px !important;
        bottom: 3px;
    }
    .company_bottom a {
        right: 23px !important;
    }
    .company_bottom hr {
        bottom: 48px;
        width: 86%;
        left: 20px;
    }
    .company_bottom time{
        left: 15px;
    }
}
.news_message {
    width: 100%;
    text-align: center;
    transition: 0.4s all ease;
}


/* */

.slider__video-button{
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 100%;
    color: #fff;
    width: 43px;
    height: 43px;
    transition: 0.2s;
    margin-right: 20px;
    padding-right: 20px;
}
.slider__video-button:hover{
    background-color: #fff;
    color: #4ccfff;
    outline: none;
}
.slider__video-control {
    position: relative;
    margin-top: -130px;
    /* text-align: center; */
    padding: 20px 15px;
    z-index: 8;
}
.slick-track{
   margin-right: inherit !important;
   margin-left: inherit !important;
}
.popular__tours__slider .slick-prev ,.popular__tours__slider .slick-next , .about_geo_slider .slick-prev , .about_geo_slider .slick-next{
    position: absolute;
    right: 0px;
    top: -40px;
    border-radius: 0px;
    color: #40434d;
    transition: color 0.5s ease;
    background: #f3f3f3;
}
.popular__tours__slider .slick-prev  i,.popular__tours__slider .slick-next i , .about_geo_slider .slick-prev i, .about_geo_slider .slick-next i{
    font-size: 16px;
}
.popular__tours__slider .slick-prev:hover ,.popular__tours__slider .slick-next:hover , .about_geo_slider .slick-prev:hover , .about_geo_slider .slick-next:hover{
    color: #fff;
    background: #42bbf2;
}
.popular__tours__slider .slick-prev , .about_geo_slider .slick-prev {
    right: 40px;
}

.about_geo__thumbnail i{
    font-size: 37px;
}
.about_geo__thumbnail{
    position: relative;
    top: 100px;
    left: 0px;
    right: 0px;
    margin-left: auto;
    margin-right: auto;
    width: 29px;
    color: #fff;
}
.slick-slide img {
    width: 100%;
}
.about_geo_slider .slick-slide{
    width: 265px !important;
    margin: 0 13px;
}
.youtubeVideo__div{
    margin-top: -25px;
}
.slick-dots{
  display: none;
}
#background{
  position: absolute;
  width: 100%;
  height: 300px;
  background: #ebebeb;
}
.youtubeVideo:focus{
    outline: none !important;
}
.container-fluid{

}
.videos h3{
   margin-left: 0 !important;
   color: #5cc4e8;
}
.proservice{
    color: inherit;
}
.proservice:hover{
    color: #5cc4e8;
}
.videopopupjs__block--notfound {
    width: 40% !important;
}


.videoWrapper {
    height: 43vw !important;
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-top: -5px;
    z-index: -1;
}
.videoWrapper iframe {
    height:56.5vw;
    width:100%;
    position:absolute;
    top:0;
    bottom:0;
}

/* @media (min-width: 1169px) and (max-width:1508px){
    .videoWrapper iframe {
        margin-top: -80px !important;
    }
} */
@media (min-width: 1166px){

  .videoWrapper {
      height: 46vw;
      position: relative;
  }
  .videoWrapper iframe {
      height:57vw;
      margin-top: -150px !important;
  }
}
