    body{
    color:#343434;
    min-height:100vh;
    position:relative;
    padding-bottom:215px
}
 @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
    }
}
.mb-10{
  margin-bottom: 10px;
}
 body.popup-open{
    overflow:hidden
}
.gallery_text_style{
    font-size: 15px;
    position: absolute;
    bottom: 0;
    left: 15px;
    right: 15px;
    padding: 5px 10px;
    text-align: left;
    color: white;
    background: rgba(0,0,0,.6);
    margin: 0;
}
.btn-search-go{
    background: transparent;
}
.btn-search-go i{
    font-size: 18px;
}
.header-container{
  height: 150px;
  background: rgb(54,86,84);
}
.header-container .navbar-brand{
  height: 140px;
  color:white;
}
.events_block{
  padding: 15px !important;
  background: #f7f8fa;
}
.events_more{
position: absolute;
bottom: 57px;
right: 15px;
top: 40px;
font-size: 27px;
border: 1px solid rgba(0,0,0,.2);
line-height: 31px;
padding: 0px 9px;
border-radius: 50px;
color:rgba(0,0,0,.2);
}
.events_block:hover {
    background: #365655 !important;
}
.events_block:hover *{
  color:white !important;
}
.events_cal{
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.text-13{
  font-size: 13px;
}
.talk-group .help-block{
  display: inline-block;
}
.text-warning{
  color:red;
}
.btn-talk{
  top: 0;
  width: 130px;
}
.lang_rows{
  height:85px;
  position: relative;
}
.lang_rows span{
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 195px;
  width: 225px;
  text-align: center;
  padding:7.5px 7px;
  background: #b99d5a;
  color:#ffffff;
}
.lang_switcher{
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 15px;
  padding:7.5px 7px;
  background: #304d4c;
}
.lang_switcher img{
  width: 35px;
  height: 20px;
  margin: 0 5px;
}
.active_lang{

}
.inactive_lang{
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
     filter: grayscale(100%);
}
.search_input{
  background: #496665;
  border: none;
  border-radius: 0;
  color:white;
  width: 403px;
  height: 35px;
  padding: 5px 10px;
}
.search_input:focus{
  border: none;
  outline: none;
}
.search_input::-webkit-input-placeholder {
  color: white;
}
.header-container .navbar-brand img{
  height: 100%;
}
.form-control{
    border-radius:0;
    font-family:"BPG Arial"
}
.no-border{
  border:none !important;
}
.mb-20{
  margin-bottom: 20px !important;
}
.rs-form input{
  height: 45px;
    font-family:"BPG Arial"
}
main{
  margin-bottom: 30px;
}
.btn-send{
  right: 15px;
  width: 130px;
  margin-top: 5px;
}
.btn{
    border-radius:0;
    font-family:"BPG Arial Caps"
}
.btn-default{
    background-color:rgb(185,156,89);
    border-color:rgb(185,156,89);
    color:#fff;
}
 .btn-default:hover{
    border-color:rgb(185,156,89);
    background-color:rgb(185,156,89);
    color:#fff
}
.btn-default:focus
{
   border-color:rgb(185,156,89);
   background-color:rgb(185,156,89);
   color:#fff
}
 .btn-hover-white-bg{
     -webkit-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:#ff5e32
}
.btn-border-orange{
    border:1px solid #ff5e32
}
.btn-border-orange:focus,.btn-border-orange:hover{
    border:1px solid #ff5e32
}
.btn-large{
    font-size:18px;
    padding:6px 25px
}
.btn-search{
    padding:6.5px 12px;
    position: absolute;
    right: 15px;
}
@media screen and (max-width:380px){
    .btn-full-width-xs{
        width:100%
    }
}
a{
    color:#343434;
    -webkit-transition:color 0.3s;
    transition:color 0.3s
}
a:hover{
    text-decoration:none;
    color: #b99c59;
}
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
}
.text--justify{
    text-align: justify;
}
.talk_head{
        margin-bottom: 10px !important;
        padding-bottom: 0 !important;

}
.talk_geo_block a{
    position: absolute;
    z-index: 2;
    right: 30px;
    top: 30px;
}
.talk_head a{
    color:#b99c59 !important;
    font-weight: bold;
    line-height: 22px;
}
.block__title{
    font-size:16px;
    font-family:"BPG Arial Caps";
    color:#343434;
    margin-bottom: 30px;
}
.block__title-box{
    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
}
@media screen and (max-width:380px){
    .block__title-box{
        height:auto
    }
}
.navbar-default{
    background-color:rgba(229, 229, 229, 0.1);
    border-radius:0;
    border:none;
    color:#fff;
    height:45px;
    margin-bottom:0
}
.navbar-default .navbar-brand{
    color:#fff;
    height:85px
}
.navbar-default .navbar-brand img{
    height:100%
}
.navbar-default .navbar-nav li.active a{
    background-color:transparent;
    color:rgb(185,156,89);
}
.navbar-default .navbar-nav li.active a:hover{
    background-color:transparent;
    color:rgb(185,156,89);
}
.navbar-default .navbar-nav li a{
    font-family:"BPG Arial Caps";
    padding-top:0;
    padding-bottom:0;
    line-height:45px;
    height:45px;
    color:#000;
    -webkit-transition:color .3s;
    transition:color .3s
}
.navbar-default .navbar-nav li a:focus{
    outline:none;
    color:#000
}
.navbar-default .navbar-nav li a:hover{
    color:rgb(185,156,89);
}
@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.1)
}
.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;
    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-radius:0;
    border-color:#e7e7e7
}
.navbar-default .dropdown .dropdown-menu li a{
    color:#343434
}
.navbar-toggle{
    margin-top:19px
}
.navbar-default .navbar-toggle{
    border-color:#fff
}
.navbar-default .navbar-toggle .icon-bar{
    background-color:#fff
}
@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:#fff;
    background-color:rgb(185,156,89);
}
.navbar-nav.main-navigation>li>.dropdown-menu{
    background-color:#fff
}
.navbar-nav.main-navigation>li>.dropdown-menu a{
    color:#343434
}
.navbar-nav.main-navigation>li>.dropdown-menu a:hover{
    color:#b99d5a;
}
.dropdown-menu{
    padding:0;
    border-radius:0
}
.slider{
    width:100%;
    height:500px;
    position:relative
}
@media screen and (max-width:380px){
    .slider{
        display:none
    }
}
.slider__item{
    height:500px
}
.slider__content{
    position:absolute;
    font-family:"BPG Arial";
    bottom: 85px;
    z-index:20
}
.slider__content *{
    font-family:"BPG Arial"
}
.slider__content-wrapper{
    background-color:rgba(190,157,79,.7);
    padding:15px
}
.slider__title{
    font-size:17px;
    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:30px
}
.slider__control{
    position:relative;
    width:15px;
    height:6px;
    background-color:#fff;
    border:none;
    margin:0 6px;
    z-index:10
}
.slider__control--active{
    background-color:#b99d5a;
    width:35px
}
.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;
    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:#ff5e32;
    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;
    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:320px;
    margin-bottom:20px;
    position:relative;
    -webkit-box-shadow: 1px 6px 12px 0px rgba(0,0,0,0.75);
    box-shadow: 1px 6px 12px 0px rgba(0,0,0,0.75);
}
.news--hover,.news--hover a{
  opacity: 0;
  text-align: right;
  display: inline;
  background: #4b7372 !important;
  color: white !important;
  LINE-HEIGHT: 40px;
  cursor: pointer;
  -webkit-transition: all 2s linear;
  transition: all 2s linear;

}
.news:hover .news--hover,.news:hover .news--hover a{
  opacity: 1;
}
.all_news{
  margin-top: 20px;
}
@media screen and (max-width:380px){
    .news{
        height:auto;
        padding-left:0;
        padding-right:0
    }
}


@media screen and (max-width:380px){
    .news__block{
        height:auto
    }
}
.news__block{
  padding:25px 5px;
}
.news:hover .news__block .news__date{

}
.news__image{
  width: 100%;
  height: 210px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width:380px){
    .news__image{
        position:relative;
        height:150px
    }
}
.news__image--full{
    width:400px;
    height:auto;
    position:relative;
    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{
    font-family:"BPG Arial Caps";
    margin:0;
    margin-bottom:10px;
    font-size:16px
}
@media screen and (max-width:380px){
    .news__title{
        margin-top:10px
    }
}
.news__title-link{
    color:#343434;
    -webkit-transition:color 0.3s;
    transition:color 0.3s;
        font-size: 14px;
}
.news__title-link:hover{
    color:rgb(185,156,89);
    text-decoration:none
}
div.news__date{
    font-size:16px;
    color:#fff;
    height: 40px;
    background: url('../images/date_back.png') no-repeat left center;
    background-size: 160px 42px;
    padding: 2px 10px;
    line-height: 1.1;
    position: absolute;
    top: 188px;
    left: 0;
    right: 0;
}
.pdf_container{
  position: absolute;
right: 15px;
top: 0px;
-webkit-box-shadow: -4px 0px 8px -3px rgba(0,0,0,0.75);
box-shadow: -4px 0px 8px -3px rgba(0,0,0,0.75);
padding: 34px;
bottom:10px;
}
.pub_container{
  margin-bottom: 10px;
    padding: 15px;
  border: 1px solid rgba(0,0,0,.1);
  -webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.75);
}
.news__summary{
    padding:10px 0;
    color:rgba(52, 52, 52, 0.8);
    font-family:"BPG Arial"
}
@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__more{
    color:#fff;
    position:absolute;
    bottom:0;
    right:0;
    padding:5px 10px;
    background-color:#ff5e32;
    border:1px solid #ff5e32;
    font-weight:bold;
    -webkit-transition:color 0.3s, background-color .3s;
    transition:color 0.3s, background-color .3s
}
@media screen and (max-width:380px){
    .news__more{
        right:15px
    }
}
.news__more:hover{
    background-color:transparent;
    text-decoration:none;
    color:#ff5e32
}
.news__more:focus{
    outline:none
}
.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;
    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;
    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__image{
    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;
    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:120px;
    position:relative
}
.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%);
    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:#ff5e32;
    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;
    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;
    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:#ff5e32;
    text-align:center;
    -webkit-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:0 10px;
    height:40px;
    line-height:40px;
    padding:0 15px;
    color:#fff
}
.social-link--facebook{
    background-color:#3b5998
}
footer{
    background-color:#f7f7f7;
    width:100%;
    height:205px;
    position:absolute;
    bottom:0;
    left:0;
    overflow:hidden
}
@media screen and (max-width:380px){
    footer{
        position:relative;
        height:auto
    }
}
.footer__block{
    height:165px
}
@media screen and (max-width:380px){
    .footer__block{
        height:auto
    }
}
.footer__logo{
    width:135px;
    height:55px
}
.footer__copyright{
    background-color:#e8e8e8
}
.footer-links{
    display:block;
    padding:0;
    margin:0
}
.footer-links li{
    display:block;
    padding:0;
    margin:0
}
.footer-links li a{
    font-family:"BPG Arial Caps";
    display:block;
    width:100%;
    padding:5px 0;
    color:#343434
}
.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;
    transition:border-bottom-color .3s
}
.subscribe__input:focus{
    border-bottom-color:#ff5e32;
    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;
    transition:border-bottom-color .3s
}
.subscribe__button:hover{
    border-bottom-color:#ff5e32
}
.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;
    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;
    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
}
.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 #ff5e32 1px;
    -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);
    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:#ff5d33;
    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-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-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-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-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;
    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{
  border: 1px solid rgba(0,0,0,.1);
    display:inline-block;
    height: 31px;
  width: 31px;
  margin: 1px 2px;
  line-height: 31px;
    text-align:center;
    font-size:12px;
    font-weight:lighter;
    cursor:pointer;
    -webkit-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:2px solid #e6e6e6;
    background-color:#ffffff;
    height:32px;
    width:32px;
    line-height:32px
}
.jsCalendar tbody td.jsCalendar-current{
    background-color:#52c9ff;
    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:#365655
}
.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;
    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:#000;
    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:#000
}
.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:12px;
    text-shadow:none;
        color: #000;
}
.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:transparent;
}
.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
}
.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
}
.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;
    font-family:"BPG Arial"
}
.about_background{
background: #f1ebdf;
}
.content-block span.text--arial{
  text-transform: capitalize;
  float: left;
  font-size: 75px;
 line-height: 60px;
 padding-top: 4px;
 padding-right: 8px;
 padding-left: 3px;
}
.content-block *:not(.block__title){
    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
}
