/* gray : #979797 gold :rgb(193,167,107) daark gray: #585858 */

html,
body {
    padding: 0px;
    margin: 0px;
}

@font-face {
    font-family: 'HelveticaNeueLight';
    font-style: normal;
    src: url('../fonts/helveticaneue/HelveticaNeue-Light.eot');
    src: url('../fonts/helveticaneue/HelveticaNeue-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/helveticaneue/HelveticaNeue-Light.woff2') format('woff2'), url('../fonts/helveticaneue/HelveticaNeue-Light.woff') format('woff'), url('../fonts/helveticaneue/HelveticaNeue-Light.svg#HelveticaNeue-Light') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'HelveticaNeueBold';
    src: url('../fonts/helveticaneue/HelveticaNeueBold.eot');
    src: url('../fonts/helveticaneue/HelveticaNeueBold.eot?#iefix') format('embedded-opentype'), url('../fonts/helveticaneue/HelveticaNeueBold.woff2') format('woff2'), url('../fonts/helveticaneue/HelveticaNeueBold.woff') format('woff'), url('../fonts/helveticaneue/HelveticaNeueBold.svg#HelveticaNeueBold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'HelveticaNeueMedium';
    src: url('../fonts/helveticaneue/HelveticaNeue-Medium.eot');
    src: url('../fonts/helveticaneue/HelveticaNeue-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/helveticaneue/HelveticaNeue-Medium.woff2') format('woff2'), url('../fonts/helveticaneue/HelveticaNeue-Medium.woff') format('woff'), url('../fonts/helveticaneue/HelveticaNeue-Medium.svg#HelveticaNeue-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
}

body {
    font-family: 'HelveticaNeueLight';
    font-weight: normal;
    width: 100%;
    font-size: 16px;
    color: #818181;
    background: #fff;
    min-height: 100vh;
    overflow-x: hidden;
    /*    line-height: 20px;
*/
    letter-spacing: .7px;
}

html.home-page  body{
    background: #fff;
    padding-top: 0px !important
}

html:not(.home-page) body{
    padding-top: 135.2px;
}

html:not(.home-page) body,
#sidebar {
    background: rgba(246, 246, 246, 1.0)
}

.e-page-wrapper {
    min-height: 60vh;
}

strong,
.bold {
    font-family: 'HelveticaNeueBold';
}

.h1,
h1 {
    font-size: 2em
}

.title-2 {
    font-size: 1.3em
}

h3,
.h3 {
    font-size: 1.2em
}

.h2,
h2 {
    font-size: 1.9em;
}

.normal {
    font-size: .95em;
}

.btn,
.form-control {
    font-size: 1em
}

.title,
.colored {
    color: #4a4a4a;
}

.gray-clr {
    color: #898989
}

.small-title {
    color: #9b9b9b;
}

.title {}

.page-wrapper {
    min-height: 80vh;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    transition: all .5s;
    -moz-transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
}

.mx-wdth {
    max-width: 500px;
    margin: auto;
}

a {
    color: #22a6d6;
    transition: all .5s
}

a:focus,
a:hover,
a.active {
    color: #a7a7a7;
}

strong,
.bold,
h2,
h1,
.h2,
.h1 {}

a,
.form-control,
.form-control:focus,
.bootstrap-select,
.bootstrap-select>*,
.bootstrap-select .dropdown-toggle:focus,
button,
.button,
.btn,
button input {
    text-decoration: none !important;
    outline: none !important;
    text-shadow: none !important;
    box-shadow: none !important;
}

img {
    max-width: 100%
}

.cover {
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}

.form-control:not(textarea),
.bootstrap-select>.dropdown-toggle {
    /* max-height: 33px;
    min-height: 33px;*/
    padding-left: 1rem;
    padding-right: 1rem;
}

.form-control {
    border: 1px solid #848484 !important;
}

.form-control,
.btn,
.bordered {
    border-radius: 50px;
}

.boxed1 {
    box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.14) !important
}

.bg-colored,
.btn {
    background: #70c3ed
}

.bg-colored-2 {
    background: #fd9b5b
}

.btn {
    transition: all .5s;
    cursor: pointer;
    border: none;
    outline: none;
    color: #fff;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
}

.btn:hover,
.btn.active {
    background: #194863;
    color: #fff;
    background-image: none;
}

.btn-2 {
    background: white;
    color: #636363;
}

.action-toolbar .btn-2 {
    background: white !important;
    color: #636363 !important;
}

.action-toolbar .btn-2:hover,
.action-toolbar .btn-2.active {
    background: #194863 !important;
    color: #fff !important;
    background-image: none;
}

.scaled_hover {
    position: relative;
    overflow: hidden;
}

.bottom-blocks .block .img-con {
    left: 0px;
    top: 0px;
    z-index: 0;
    position: absolute;
    width: 100%;
    height: 100%;
}

.bottom-blocks .block .img-con:before {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #31014c;
    opacity: 0.69;
    content: '';
    top: 0px;
    left: 0px;
    z-index: 1
}

.bottom-blocks .block:nth-child(2) .img-con:before {
    opacity: 0.78;
    background-color: #e86d72;
}

.bottom-blocks .block:nth-child(3) .img-con:before {
    opacity: 0.73;
    background-color: #00baf9;
}

.bottom-blocks .block:nth-child(4) .img-con:before {
    background-color: rgba(0, 0, 0, 0.77);
}

.bottom-blocks .block .content {
    z-index: 1;
    width:100%;
    position: relative;
    min-height: 100%;
    pointer-events:none;
}
.bottom-blocks .block .content .btn {pointer-events:all !important}

.scaled_hover .img-con img {
    min-height: 100%;
    transition: all .5s;
    min-width: 100%;
    object-fit: cover;
    position: absolute;
    top: 0px;
    left: 0px;
    transform: scale(1.1);
    transition: all .5s;
    min-width: 100%;
}

.scaled_hover:hover .img-con img {
    transform: scale(1);
}

.img-fit {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    object-fit: cover;
}

.slick-dots li,
.slick-dots li button {
    width: 10px;
    height: 10px
}
.slick-dots li:only-child {display:none;}
.slick-dots li button:before {
    opacity: 0;
    color: black;
    background: #353535;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    top: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    opacity: 0;
    transform: scale(0);
    transform-origin: center;
    transition: all .5s;
}

.slick-dots li.slick-active button:before {
    opacity: 1;
    transform: scale(.6);
}

.slick-arrow {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 50px;
    height: 50px;
    z-index: 9
}

.slick-next {
    right: 50px;
}

.slick-prev {
    left: 50px;
}

.slick-prev:before {
    content: "\f104";
    color: #ffffff;
}

.slick-next:before {
    color: #ffffff;
    content: "\f105";
}

.slick-prev:before,
.slick-next:before {
    width: 100%;
    display: block;
    font-size: 45px
}

.slick-dots li button {
    background: #fff;
    border-radius: 50%;
    border: 2px solid #979797;
    position: relative;
}

.wth-shad {
    position: relative;
}

.wth-shad:after {
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    left: 0px;
    bottom: 0px;
    z-index: 0;
    background-image: linear-gradient(to bottom, rgba(41, 41, 41, 0.34), #000000);
    opacity: .49
}

header {
    pointer-events: none;
}

header * {
    pointer-events: auto;
}


/*top-header*/

.lang .nav-link.dropdown-toggle {
    border: 1px solid #fff;
    border-radius: 16px;
    color: #fff;
    padding-bottom: 5px;
    padding-top: 5px;
    padding-left: 10px;
    padding-right: 10px
}

.lang .dropdown-menu {
    padding-bottom: 0px;
    padding-top: 0px;
    border-radius: 16px;
    ;
    min-width: 100%
}

.lang .dropdown-menu a {
    transition: all .5s
}

.lang .dropdown-menu a:hover,
.lang .dropdown-menu a.active {
    color: #194863;
    background: none !important
}

.lang .dropdown-menu a img {
    display: none;
}

.lang .nav-link img {
    max-width: 17px;
    margin-right: 4px;
}

header {
    position: fixed;
    width: 100%;
    z-index: 10;
    top: 0px;
}

header .main-navigation {
    background: rgba(255, 255, 255, .93)
}

header .navbar-nav .nav-link {
    font-size: 1em;
    color: inherit;
}

.top-header {
    font-size: .8em;
    background: rgba(0, 0, 0, .93);
    color: #fff;
}
.dropdown-menu{min-width: 10.5rem}
.main-navigation .dropdown-menu {
    background: none;
    color: #fff;
    text-align: center;
    border-radius: 0px;
    border: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.main-navigation .dropdown-menu:before {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: 1em solid rgba(112, 195, 237, 0.96);
    border-right: .8em solid transparent;
    border-bottom: 0;
    border-left: .8em solid transparent;
    position: absolute;
    top: -13px;
    transform: rotate(180deg);
    left: 0px;
    right: 0px;
    margin: auto;
    max-width: 26px
}

.main-navigation .nav-item.nav-link {
    transition: all .4s
}

.main-navigation .dropdown-menu a {
    transition: all .5s;
    font-size: .9em;
    border-bottom: solid 1px rgba(38, 74, 92, .1);
    color: rgba(255, 255, 255, .6);
}

.main-navigation .dropdown-menu a:hover,
.main-navigation .dropdown-menu a.active {
    background: rgba(23, 69, 92, 0.945);
    color: rgba(255, 255, 255, 1);
}

.main-navigation .dropdown .dropdown-menu,
.lang.dropdown .dropdown-menu {
    margin-top: 20px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    display: block;
    transition: all .5s;
}

.main-navigation .dropdown-menu.show {
    visibility: visible;
    pointer-events: auto;
}

.main-navigation .dropdown .dropdown-menu a {
    padding: .5rem 1rem;
    pointer-events: none;
}
.main-navigation .dropdown .dropdown-menu:hover a{    pointer-events: all}
body:not(.contrast-effect) .main-navigation .nav-item.active>.nav-link,
body:not(.contrast-effect) .main-navigation .nav-item:hover>.nav-link {
    opacity: 0.76;
    background-image: linear-gradient(to right, #3023ae, #53a0fd 48%, #70c3ed);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.main-navigation .nav-item.active>.nav-link,
.main-navigation .nav-item:hover>.nav-link {
    font-weight: bold;
}

header .navbar-nav .nav-item>.nav-link {
    font-weight: bolder;
    font-size: 1em;
    color: inherit;
    font-family: 'HelveticaNeueBold';
    /* font-size: 13.5px; */
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.22px;
    font-size: .85em;
    text-align: center;
}

header .social-network {}

header .social-network li {
    border: 1px solid #a7a7a7;
    margin: 3px;
    border-radius: 25px;
    border-radius: 30px;
    width: 30px;
    height: 30px;
    transition: all .5s;
    line-height: 30px;
    transition: all .5s;
    color: #a7a7a7;
}

header .social-network li a {
    padding: 0px;
    font-size: 1em;
    color: black;
    display: inline-block;
    position: relative;
    text-align: center;
    position: relative;
    display: block;
    font-size: 1.3em;
    color: #fff;
}

header .social-network li .fa {
    margin: auto;
    line-height: 25px;
    font-size: 1rem;
    position: relative;
}

header .searchfor,
.error-page .searchfor,
.search-elements .searchfor {
    position: relative;
}

header .searchfor:before,
.error-page .searchfor:before,
.search-elements .searchfor:before {
    content: "\f002";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    left: 15px;
    top: 9px;
    position: absolute;
    z-index: 9;
    color: #ccc;
}

header .searchfor .form-control,
.error-page .searchfor .form-control,
.search-elements .form-control {
    padding-left: 35px !important;
    background-color: #454545;
    border-color: #454545 !important;
    color: #fff;
}


/*top-header*/


/*home*/

.main-slider {
    z-index: 1;
    position: relative;
    height: 80vh;
    overflow: hidden;
    margin-bottom: 0px !important;
}

.main-slider .slick-dots {
    bottom: 60px
}

.main-slider .slide-image {
    min-height: 100vh
}

.main-slider figcaption {
    position: absolute;
    z-index: 99;
    /*bottom: 120px;*/
    bottom: 230px;
    max-width: 500px;
    margin: auto;
    text-align: center;
    left: 0px;
    right: 0px;
    color: #fff;
    width: 95%;
    pointer-events:none
}


/*.scroll-down{font-size:70%;position: absolute;bottom: -1px;background: url(../images/banner-mask.png);width: 100%;height: 40px;left: 0px;background-position: center top;z-index: 2}
.go-scroll{width: 104px;cursor:pointer;}
*/

.scroll-down {
    overflow: hidden;
    font-size: 70%;
    position: absolute;
    bottom: -1px;
    width: 100%;
    height: 40px;
    left: 0px;
    background-position: center top;
    z-index: 2
}

.scroll-down:after,
.go-scroll:after,
.go-scroll:before,
.scroll-down:before {
    position: absolute;
    width: 100%;
    height: 3px;
    background: #fff;
    content: '';
    bottom: 0px
}

.go-scroll {
    width: 104px;
    cursor: pointer;
    display: block;
    width: 86px;
    height: 57px;
    background-color: #fff;
    border-radius: 50% 50% 50% 50% / 60% 60% 40% 40%;
    bottom: -10px;
    position: relative;
    opacity: 1;
    z-index: 3;
}

.scroll-down:before {
    left: calc(50% - 55px);
    background: !important;
    transform: rotate(0deg) !important;
    top: 3px !important;
    border-radius: 40%;
    width: 110px !important;
    border-radius: 50% 50% 50% 50% / 60% 60% 40% 40%;
    height: 132px !important;
    z-index: -17 !important;
}

.go-scroll:after,
.go-scroll:before,
.scroll-down:before {
    width: 50px;
    top: 36%;
    height: 33px;
    transform: rotate(32deg);
    right: -24px;
    z-index: -1;
    background: #fff;
}

.go-scroll:after {
    /* background: #fff; */
    left: -24px;
    right: auto;
    transform: rotate(-32deg);
    /* opacity: 0; */
    z-index: -1;
}

.go-scroll:before {}

.go-scroll:hover img {
    -moz-animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
}

@keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-7px);
    }
    60% {
        transform: translateY(2px);
    }
}

.home-calendar {
    background-image: url(../images/calendar_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    border-top: 1px solid #dbdbdb

}

.home-news {
}

.home-news .inner,
..gall-blocks .inner {
    min-height: 100%
}

.home-news .inner .normal,
.calendar-events .normal {
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.67;
    letter-spacing: 0.86px;
    text-align: center;
    color: #818181;
}

.calendar-events .normal {
    color: #fff
}
.home-news .inner{min-height: 100%;}

.home-news .img-con,
.home-calendar .event .img-con,
.gall-blocks .img-con {
    overflow: hidden;
    position: relative;
    height: 200px
}

.home-calendar .event {
    background: #2d2d2d;
    height: 100%;
    color: #fff;
    box-shadow: none !important
}

.home-calendar .event .img-con {
    height: 230px
}

.home-calendar .slick-arrow {
    display: none !important;
}

.home-calendar .slick-slider {
    height: 100%;
    background: #2d2d2d
}

.go-news {
    color: black;
}


.home-news .inner .desc ,.Photos-gall.news-item .inner .desc{padding-bottom:75px !important;}
.home-news .inner .desc  .more-details,.Photos-gall.news-item .inner .desc .more-details{position:absolute;bottom:20px;transform: translateX(-50%);
    left: 50%;}

button.close.toggle-text-news-speech{
 right:48px;   filter: brightness(0) invert(1);border:none;}

/*important-topics*/

.important-topics .title.bg-colored {
    padding: .6rem
}

.important-topics-slider {
    position: relative;
    background-image: url(../images/black-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.important-topics-slider .slider-for {
    position: absolute;
    width: 100%;
    height: 100%;
}

.important-topics-slider .slider-for * {
    height: 100%;
}

.important-topics-slider .slider-nav {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
    width: 95%;
    background: #fff
}

.important-topics-slider .slick-dots {
    text-align: left;
}

.important-topics-slider .slick-next {
    right: -50px;
}

.important-topics-slider .slick-prev {
    left: -50px;
}

.download-report {
    color: initial;
    transition: all .5s
}

.download-report:hover {
    color: #194863
}

.important-topics-slider .item .title {
    font-size: 1.7em;
    margin-bottom: 1rem
}


/*important-topics*/


/*footer*/

.social li {
    width: 40px;
    height: 40px;
    overflow: hidden;
    transition: all .5s
}

.social li img {
    transition: all .5s;
    transform: scale(.9);
}

.social li a {
    margin: auto;
    text-align: center;
    display: block;
}

.social li a:hover img,
.social-network li:hover {
    transform: scale(1.01);
}

.newsletter-wrapper .form-control,
.newsletter-wrapper .btn,
.newsletter-wrapper .form-control .bordered {
    border-radius: 9px !important;
}

footer {
    font-size: 1em;
    background: #fff
}

footer .bottom {
    font-size: .8em;
    background: #000000;
    color: #fff;
}

footer,
footer a {
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.67;
    letter-spacing: normal;
    color: #505463
}

.col-count {
    column-count: 2;
    column-rule: 1px solid black;
}

section {
    position: relative;
}

footer a,
footer p.mb-0.w-100 {
    display: block;
    margin-bottom: 3px;
    font-family: 'HelveticaNeueBold';
    font-size: .9em;
    transition: all .5s;
}

footer a:hover,
footer .active>a,
footer a.active {
    color: #70c3ed
}


/*calendar*/

#external-events {
    float: left;
    width: 150px;
    padding: 0 10px;
    text-align: left;
}

#external-events h4 {
    font-size: 16px;
    margin-top: 0;
    padding-top: 1em;
}

.external-event {
    /* try to mimick the look of a real event */
    margin: 10px 0;
    padding: 2px 4px;
    background: #3366CC;
    color: #fff;
    font-size: .85em;
    cursor: pointer;
}

#external-events p {
    margin: 1.5em 0;
    font-size: 11px;
    color: #666;
}

#external-events p input {
    margin: 0;
    vertical-align: middle;
}

#calendar {
    /*       float: right; */
    margin: 0 auto;
    width: 100%;
    /*
        border-radius: 6px;
        box-shadow: 0 1px 2px #C3C3C3;
      -webkit-box-shadow: 0px 0px 21px 2px rgba(0,0,0,0.18);
-moz-box-shadow: 0px 0px 21px 2px rgba(0,0,0,0.18);
box-shadow: 0px 0px 21px 2px rgba(0,0,0,0.18);*/
}

body:not(.contrast-effect) td.fc-day {
    background: #FFF !important;
}

td.fc-today {
    background: #FFF !important;
    position: relative;
}

.fc-first th {
    border-left: 1px solid #e5e5e5;
    padding: 8px !important
}

body:not(.contrast-effect) .fc-first th {
    background: #fff;
}

thead .fc-first th:first-child {
    border-left: none
}

.fc-event-inner,
.fc-event-logo {
    background: #eff4fe!important;
    color: #FFF!important;
    font-size: .9em!important;
    font-weight: 500!important;
    padding: 5px!important;
    border-left: 3px solid #4a90e2!important;
    color: #4a90e2 !important;
}

.international_events_days .fc-event-inner,
.international_events_days .fc-event-logo {
    border-color: #fd9b5b !important;
    color: #fd9b5b !important;
    background: rgba(253, 155, 91, 0.2)!important
}

.event-sec {
    transition: all .5s;
    position: relative;
    cursor: pointer;
    padding-left: 17px
}

.event-sec:not(.all):before {
    position: absolute;
    width: 11px;
    height: 11px;
    left: 0px;
    content: '';
    background: #4a90e2;
    top: 0px;
    bottom: 0px;
    margin: auto;
    transition: all .5s
}

.fc-event-logo {
    opacity: 0;
    transition: all .5s;
}

.fc-event-inner:hover .fc-event-logo {
    opacity: 1
}

.fc-event-logo img {
    max-width: 100%;
}

.event-sec.active,
.event-sec:hover {
    color: #194863
}

.event-sec.international_events_days:before {
    background: #fd9b5b;
}

.event-sec.active:before,
.event-sec:hover:before {
    transform: scale(1.65);
}

.fc {
    direction: ltr;
    text-align: left;
}

.fc table {
    border-collapse: collapse;
    border-spacing: 0;
}

html .fc,
.fc table {
    font-size: 1em;
}

.fc td,
.fc th {
    padding: 0;
    vertical-align: top;
}


/* Header
------------------------------------------------------------------------*/

.fc-header td {
    white-space: nowrap;
    padding: 15px 10px 0px;
}

.fc-header-left {
    width: 25%;
    text-align: left;
}

.fc-header-center {
    text-align: center;
}

.fc-header-right {
    width: 25%;
    text-align: right;
}

.fc-header-title {
    display: inline-block;
    vertical-align: top;
    margin-top: 4px;
    padding-left: 10px;
    padding-right: 10px
}

.fc-header-title h2 {
    margin-top: 0;
    white-space: nowrap;
    font-size: 1.1em;
    color: #194863;
    font-weight: 100;
    margin-bottom: 10px;
}

span.fc-button {
    border-color: #9675ce;
    color: #9675ce;
}

.fc-state-down,
.fc-state-active {
    background-color: #9675ce !important;
    color: #FFF !important;
}

.fc .fc-header-space {
    padding-left: 10px;
}

.fc-header .fc-button {
    margin-bottom: 1em;
    vertical-align: top;
}


/* buttons edges butting together */

.fc-header .fc-button {
    margin-right: -1px;
}

.fc-header .fc-corner-right,

/* non-theme */

.fc-header .ui-corner-right {
    /* theme */
    margin-right: 0;
    /* back to normal */
}


/* button layering (for border precedence) */

.fc-header .fc-state-hover,
.fc-header .ui-state-hover {
    z-index: 2;
}

.fc-header .fc-state-down {
    z-index: 3;
}

.fc-header .fc-state-active,
.fc-header .ui-state-active {
    z-index: 4;
}


/* Content
------------------------------------------------------------------------*/

.fc-content {
    clear: both;
    margin-top: 10px;
    zoom: 1;
    /* for IE7, gives accurate coordinates for [un]freezeContentHeight */
}

.fc-content .tbody {}

.fc-view {
    width: 100%;
    overflow: hidden;
}


/* Cell Styles
------------------------------------------------------------------------*/


/* <th>, usually */

.fc-widget-content {
    /* <td>, usually */
    border: 1px solid #e5e5e5;
}

.fc-widget-header {
    border-bottom: 1px solid #EEE;
}

.fc-state-highlight {
    /* <td> today cell */
    /* TODO: add .fc-today to <th> */
    /* background: #fcf8e3; */
}

.fc-state-highlight>div>div.fc-day-number {
    background-color: #ed5454;
    color: #FFFFFF;
    border-radius: 50%;
    margin: 4px;
}

.fc-cell-overlay {
    /* semi-transparent rectangle while dragging */
    background: #bce8f1;
    opacity: .3;
    filter: alpha(opacity=30);
    /* for IE */
}


/* Buttons
------------------------------------------------------------------------*/

.fc-button {
    position: relative;
    display: inline-block;
    padding: 0 .6em;
    overflow: hidden;
    height: 1.9em;
    line-height: 1.9em;
    white-space: nowrap;
    cursor: pointer;
}

.fc-state-default {
    /* non-theme */
    border: 1px solid;
}

.fc-state-default.fc-corner-left {
    /* non-theme */
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.fc-state-default.fc-corner-right {
    /* non-theme */
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border: 0px;
    color: #fff;
    margin: 0px;
    background: none !important;
}


/*
   Our default prev/next buttons use HTML entities like Ć„ĀÄā€Ā¬Ä€Ā¹ Ć„ĀÄā€Ā¬Ć…ā€” Ć„ā‚¬Ä€Ā« Ć„ā‚¬Ä€Ā»
   and we'll try to make them look good cross-browser.
*/

.fc-text-arrow {
    margin: 0 .4em;
    font-size: 2em;
    line-height: 23px;
    vertical-align: baseline;
    /* for IE7 */
}

.fc-button-prev .fc-text-arrow,
.fc-button-next .fc-text-arrow {
    /* for Ć„ĀÄā€Ā¬Ä€Ā¹ Ć„ĀÄā€Ā¬Ć…ā€” */
    font-weight: bold;
}


/* icon (for jquery ui) */

.fc-button .fc-icon-wrap {
    position: relative;
    float: left;
    top: 50%;
}

.fc-button .ui-icon {
    position: relative;
    float: left;
    margin-top: -50%;
    *margin-top: 0;
    *top: -50%;
}

.fc-state-default {
    border-color: #ff3b30;
    color: #ff3b30;
}

.fc-button-month.fc-state-default,
.fc-button-agendaWeek.fc-state-default,
.fc-button-agendaDay.fc-state-default {
    min-width: 67px;
    text-align: center;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}

.fc-state-hover,
.fc-state-down,
.fc-state-active,
.fc-state-disabled {
    color: #333333;
    background-color: #FFE3E3;
}

.fc-state-hover {
    color: #ff3b30;
    text-decoration: none;
    background-position: 0 -15px;
    -webkit-transition: background-position 0.1s linear;
    -moz-transition: background-position 0.1s linear;
    -o-transition: background-position 0.1s linear;
    transition: background-position 0.1s linear;
}

.fc-state-down,
.fc-state-active {
    background-color: #ff3b30;
    background-image: none;
    outline: 0;
    color: #FFFFFF;
}

.fc-state-disabled {
    cursor: default;
    background-image: none;
    background-color: #FFE3E3;
    filter: alpha(opacity=65);
    box-shadow: none;
    border: 1px solid #FFE3E3;
    color: #ff3b30;
}


/* Global Event Styles
------------------------------------------------------------------------*/

.fc-event-container>* {
    z-index: 8;
}

.fc-event-container>.ui-draggable-dragging,
.fc-event-container>.ui-resizable-resizing {
    z-index: 9;
}

.fc-event {
    border: 1px solid #FFF;
    /* default BORDER color */
    background-color: #FFF;
    /* default BACKGROUND color */
    color: #919191;
    /* default TEXT color */
    font-size: 12px;
    cursor: default;
}

.fc-event.chill {
    background-color: #f3dcf8;
}

.fc-event-logo {
    position: absolute;
    bottom: 41px;
    width: 100%;
    left: -1px
}

.fc-event.info {
    background-color: #c6ebfe;
}

.fc-event.important {
    background-color: #FFBEBE;
}

.fc-event.success {
    background-color: #BEFFBF;
}

.fc-event:hover {
    opacity: 0.7;
}

a.fc-event {
    text-decoration: none;
}

a.fc-event,
.fc-event-draggable {
    cursor: pointer;
}

.fc-rtl .fc-event {
    text-align: right;
}

.fc-event-inner {
    width: 100%;
    height: 100%;
    overflow: hidden;
    line-height: 15px;
}

.fc-event-time,
.fc-event-title {
    padding: 0 1px;
}

.fc .ui-resizable-handle {
    display: block;
    position: absolute;
    z-index: 99999;
    overflow: hidden;
    /* hacky spaces (IE6/7) */
    font-size: 300%;
    /* */
    line-height: 50%;
    /* */
}


/* Horizontal Events
------------------------------------------------------------------------*/

.fc-event-hori {
    border-width: 1px 0;
    margin-bottom: 1px;
}

.fc-ltr .fc-event-hori.fc-event-start,
.fc-rtl .fc-event-hori.fc-event-end {
    border-left-width: 1px;
    /*
border-top-left-radius: 3px;
   border-bottom-left-radius: 3px;
*/
}

.fc-ltr .fc-event-hori.fc-event-end,
.fc-rtl .fc-event-hori.fc-event-start {
    border-right-width: 1px;
    /*
border-top-right-radius: 3px;
   border-bottom-right-radius: 3px;
*/
}


/* resizable */

.fc-event-hori .ui-resizable-e {
    top: 0 !important;
    /* importants override pre jquery ui 1.7 styles */
    right: -3px !important;
    width: 7px !important;
    height: 100% !important;
    cursor: e-resize;
}

.fc-event-hori .ui-resizable-w {
    top: 0 !important;
    left: -3px !important;
    width: 7px !important;
    height: 100% !important;
    cursor: w-resize;
}

.fc-event-hori .ui-resizable-handle {
    _padding-bottom: 14px;
    /* IE6 had 0 height */
}


/* Reusable Separate-border Table
------------------------------------------------------------*/

table.fc-border-separate {
    border-collapse: separate;
}

.fc-border-separate th,
.fc-border-separate td {
    border-width: 1px 0 0 1px;
}

.fc-border-separate th.fc-last,
.fc-border-separate td.fc-last {
    border-right-width: 1px;
}

.fc-border-separate tr.fc-last td {}

.fc-border-separate .fc-week .fc-first {
    border-left: 0;
}

.fc-border-separate .fc-week .fc-last {
    border-right: 0;
}

.fc-border-separate tr.fc-last th {
    border-bottom-width: 1px;
    font-size: 16px;
    font-weight: 300;
    line-height: 30px;
}

.fc-border-separate tbody tr.fc-first td,
.fc-border-separate tbody tr.fc-first th {
    border-top-width: 0;
}


/* Month View, Basic Week View, Basic Day View
------------------------------------------------------------------------*/

.fc-grid th {
    text-align: center;
}

.fc .fc-week-number {
    width: 22px;
    text-align: center;
}

.fc .fc-week-number div {
    padding: 0 2px;
}

.fc-grid .fc-day-number {
    float: right;
    padding: 0 2px;
}

.fc-grid .fc-other-month .fc-day-number {
    opacity: 0.3;
    filter: alpha(opacity=30);
    /* for IE */
    /* opacity with small font can sometimes look too faded
      might want to set the 'color' property instead
      making day-numbers bold also fixes the problem */
}

.fc-grid .fc-day-content {
    clear: both;
    padding: 2px 2px 1px;
    /* distance between events and day edges */
}


/* event styles */

.fc-grid .fc-event-time {
    font-weight: bold;
    display: block;
}


/* right-to-left */

.fc-rtl .fc-grid .fc-day-number {
    float: left;
}

.fc-rtl .fc-grid .fc-event-time {
    float: right;
}


/* Agenda Week View, Agenda Day View
------------------------------------------------------------------------*/

.fc-agenda table {
    border-collapse: separate;
}

.fc-agenda-days th {
    text-align: center;
}

.fc-agenda .fc-agenda-axis {
    width: 50px;
    padding: 0 4px;
    vertical-align: middle;
    text-align: right;
    white-space: nowrap;
    font-weight: normal;
}

.fc-agenda .fc-week-number {
    font-weight: bold;
}

.fc-agenda .fc-day-content {
    padding: 2px 2px 1px;
}


/* make axis border take precedence */

.fc-agenda-days .fc-agenda-axis {
    border-right-width: 1px;
}

.fc-agenda-days .fc-col0 {
    border-left-width: 0;
}


/* all-day area */

.fc-agenda-allday th {
    border-width: 0 1px;
}

.fc-agenda-allday .fc-day-content {
    min-height: 34px;
    /* TODO: doesnt work well in quirksmode */
    _height: 34px;
}


/* divider (between all-day and slots) */

.fc-agenda-divider-inner {
    height: 2px;
    overflow: hidden;
}

.fc-widget-header .fc-agenda-divider-inner {
    background: #eee;
}


/* slot rows */

.fc-agenda-slots th {
    border-width: 1px 1px 0;
}

.fc-agenda-slots td {
    border-width: 1px 0 0;
    background: none;
}

.fc-agenda-slots td div {
    height: 20px;
}

.fc-agenda-slots tr.fc-slot0 th,
.fc-agenda-slots tr.fc-slot0 td {
    border-top-width: 0;
}

.fc-agenda-slots tr.fc-minor th.ui-widget-header {
    *border-top-style: solid;
    /* doesn't work with background in IE6/7 */
}


/* Vertical Events
------------------------------------------------------------------------*/

.fc-event-vert {
    border-width: 0 1px;
}

.fc-event-vert.fc-event-start {
    border-top-width: 1px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.fc-event-vert.fc-event-end {
    border-bottom-width: 1px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

.fc-event-vert .fc-event-time {
    white-space: nowrap;
    font-size: 10px;
}

.fc-event-vert .fc-event-inner {
    position: relative;
    z-index: 2;
}

.fc-event-vert .fc-event-bg {
    /* makes the event lighter w/ a semi-transparent overlay  */
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: .25;
    filter: alpha(opacity=25);
}

.fc .ui-draggable-dragging .fc-event-bg,

/* TODO: something nicer like .fc-opacity */

.fc-select-helper .fc-event-bg {
    display: none\9;
    /* for IE6/7/8. nested opacity filters while dragging don't work */
}


/* resizable */

.fc-event-vert .ui-resizable-s {
    bottom: 0 !important;
    /* importants override pre jquery ui 1.7 styles */
    width: 100% !important;
    height: 8px !important;
    overflow: hidden !important;
    line-height: 8px !important;
    font-size: 11px !important;
    font-family: monospace;
    text-align: center;
    cursor: s-resize;
}

.fc-agenda .ui-resizable-resizing {
    /* TODO: better selector */
    overflow: hidden;
}

body:not(.contrast-effect)thead tr.fc-first {
    background-color: #f7f7f7;
}

table.fc-header {
    background-color: #FFFFFF;
    border-radius: 0px;
    color: #fff;
    font-size: 1em;
    background: #70c3ed
}

.fc-week .fc-day>div .fc-day-number {
    font-size: 15px;
    margin: 2px;
    min-width: 19px;
    padding: 6px;
    text-align: center;
    width: 30px;
    height: 30px;
}

.fc-sun,
.fc-sat {
    color: #b8b8b8;
}

.fc-week .fc-day:hover .fc-day-number {
    background-color: #B8B8B8;
    border-radius: 50%;
    color: #FFFFFF;
    transition: background-color 0.2s;
}

.fc-week .fc-day.fc-state-highlight:hover .fc-day-number {
    background-color: #ff3b30;
}

.fc-button-today {
    border: 1px solid rgba(255, 255, 255, .0);
}

.fc-view-agendaDay thead tr.fc-first .fc-widget-header {
    text-align: right;
    padding-right: 10px;
}


/*!
 * FullCalendar v1.6.4 Print Stylesheet
 * Docs & License: http://arshaw.com/fullcalendar/
 * (c) 2013 Adam Shaw
 */


/*
 * Include this stylesheet on your page to get a more printer-friendly calendar.
 * When including this stylesheet, use the media='print' attribute of the <link> tag.
 * Make sure to include this stylesheet IN ADDITION to the regular fullcalendar.css.
 */


/* Events
-----------------------------------------------------*/

.fc-event {
    background: #fff !important;
    color: #000 !important;
}


/* for vertical events */

.fc-event-bg {
    display: none !important;
}

.fc-event .ui-resizable-handle {
    display: none !important;
}


/*end calendar*/

.bottom-blocks .title {
    font-size: 1.5em
}

.bottom-blocks strong {
    font-size: 1.3em
}

.main-navigation .dropdown .dropdown-toggle::after {
    border: none;
    width: 15px;
    height: 12px;
    background-image: url(../images/triangle_1.png);
    background-size: contain;
    background-repeat: no-repeat;
}

body:not(.contrast-effect) .main-navigation .nav-item.active .dropdown-toggle::after,
body:not(.contrast-effect) .main-navigation .nav-item:hover .dropdown-toggle::after {
    background-image: url(../images/triangle.png);
}

.main-navigation .nav-item>.nav-link {
    display: inline-flex;
    align-items: center;
    justify-content: center
}


/*action-toolbar*/

body.small-font {
    font-size: 13px;
}

body.small-font .main-navigation .dropdown-menu a {
    font-size: .8rem
}

body.medium-font {}

body.large-font {
    font-size: 18px;
}

body.large-font .h2.title:not(.normal),
body.large-font h2.title:not(.normal) {
    font-size: 2.3em;
}

body.large-font .bottom-blocks .title {
    font-size: 1.65em !important;
}

body.large-font header .navbar-nav .nav-item>.nav-link {
    /*font-size: .9em*/
}

body.grayscaleeffect {}

body.grayscaleeffect .GrayScale-img .img:after {
    opacity: 1
}

body.grayscaleeffect img:not(.notgray),
body.grayscaleeffect .grayed,
.grayscaleeffect .gogole-map {
    filter: grayscale(1);
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(1);
    -ms-filter: grayscale(1);
    -o-filter: grayscale(1);
}

.GrayScale-img .img:after {
    opacity: 0;
    position: absolute;
    width: 3px;
    height: 100%;
    top: 0px;
    left: 0px;
    content: '';
    background: rgba(224, 223, 222, 0.7)
}

body.black #sidebar,
body.black .search-results:before,
body.black footer,
body.black .main-navigation .dropdown .dropdown-menu,
body.black,
body.black .tint-colored,
body.black .main-navigation,
body.black .scroll-down:after,
body.black .go-scroll:after,
body.black .go-scroll,
body.black .go-scroll:before,
body.black .scroll-down:before,
body.black #NewsModal .details,
body.black #EventsModal .details,
body.black #MemberModal .details,
body.black .important-topics-slider .slick-list,
body.black .fc-widget-content,
body.black thead tr.fc-first,
body.black table.fc-header,
body.black .home-calendar .slick-slider,
body.contrast-effect.black .bottom-blocks .btn-2 {
    background: black !important
}

body.red #sidebar,
body.red .search-results:before,
body.red footer,
body.red .main-navigation .dropdown .dropdown-menu,
body.red,
body.red .tint-colored,
body.red .main-navigation,
body.red .scroll-down:after,
body.red .go-scroll:after,
body.red .go-scroll,
body.red .go-scroll:before,
body.red .scroll-down:before,
body.red #NewsModal .details,
body.red #EventsModal .details,
body.red #MemberModal .details,
body.red .important-topics-slider .slick-list,
body.red .fc-widget-content,
body.red thead tr.fc-first,
body.red table.fc-header,
body.red .home-calendar .slick-slider,
body.contrast-effect.red .bottom-blocks .btn-2 {
    background: red
}

body.green #sidebar,
body.green .search-results:before,
body.green footer,
body.green .main-navigation .dropdown .dropdown-menu,
body.green,
body.green .tint-colored,
body.green .main-navigation,
body.green .scroll-down:after,
body.green .go-scroll:after,
body.green .go-scroll,
body.green .go-scroll:before,
body.green .scroll-down:before,
body.green #NewsModal .details,
body.green #EventsModal .details,
body.green #MemberModal .details,
body.green .important-topics-slider .slick-list,
body.green .fc-widget-content,
body.green thead tr.fc-first,
body.green table.fc-header,
body.green .home-calendar .slick-slider,
body.contrast-effect.green .bottom-blocks .btn-2 {
    background: #00FF21
}

body.blue #sidebar,
body.blue .search-results:before,
body.blue footer,
body.blue .main-navigation .dropdown .dropdown-menu,
body.blue,
body.blue .tint-colored,
body.blue .main-navigation,
body.blue .scroll-down:after,
body.blue .go-scroll:after,
body.blue .go-scroll,
body.blue .go-scroll:before,
body.blue .scroll-down:before,
body.blue #NewsModal .details,
body.blue #EventsModal .details,
body.blue #MemberModal .details,
body.blue .important-topics-slider .slick-list,
body.blue .fc-widget-content,
body.blue thead tr.fc-first,
body.blue table.fc-header,
body.blue .home-calendar .slick-slider,
body.contrast-effect.blue .bottom-blocks .btn-2 {
    background: #0FF
}

body.orange #sidebar,
body.orange .search-results:before,
body.orange footer,
body.orange .main-navigation .dropdown .dropdown-menu,
body.orange,
body.orange .tint-colored,
body.orange .main-navigation,
body.orange .scroll-down:after,
body.orange .go-scroll:after,
body.orange .go-scroll,
body.orange .go-scroll:before,
body.orange .scroll-down:before,
body.orange #NewsModal .details,
body.orange #EventsModal .details,
body.orange #MemberModal .details,
body.orange .important-topics-slider .slick-list,
body.orange .fc-widget-content,
body.orange thead tr.fc-first,
body.orange table.fc-header,
body.orange .home-calendar .slick-slider,
body.contrast-effect.orange .bottom-blocks .btn-2 {
    background: #FF6A00
}

body.yellow #sidebar,
body.yellow .search-results:before,
body.yellow footer,
body.yellow .dropdown-menu,
body.yellow,
body.yellow .tint-colored,
body.yellow .main-navigation,
body.yellow .scroll-down:after,
body.yellow .go-scroll:after,
body.yellow .go-scroll,
body.yellow .go-scroll:before,
body.yellow .scroll-down:before,
body.yellow #NewsModal .details,
body.yellow #EventsModal .details,
body.yellow #MemberModal .details,
body.yellow .important-topics-slider .slick-list,
body.yellow .fc-widget-content,
body.yellow thead tr.fc-first,
body.yellow table.fc-header,
body.yellow .home-calendar .slick-slider,
body.contrast-effect.yellow .bottom-blocks .btn-2 {
    background: #FFD800
}

body.navi #sidebar,
body.navi .search-results:before,
body.navi footer,
body.navi .main-navigation .dropdown .dropdown-menu,
body.navi,
body.navi .tint-colored,
body.navi .main-navigation,
body.navi .scroll-down:after,
body.navi .go-scroll:after,
body.navi .go-scroll,
body.navi .go-scroll:before,
body.navi .scroll-down:before,
body.navi #NewsModal .details,
body.navi #EventsModal .details,
body.navi #MemberModal .details,
body.navi .important-topics-slider .slick-list,
body.navi .fc-widget-content,
body.navi thead tr.fc-first,
body.navi table.fc-header,
body.navi .home-calendar .slick-slider,
body.contrast-effect.navi .bottom-blocks .btn-2 {
    background: #B200FF
}

body.white #sidebar,
body.white .search-results:before,
body.white footer,
body.white .main-navigation .dropdown .dropdown-menu,
body.white .tint-colored,
body.white,
body.white .tint-colored,
body.white .main-navigation,
body.white .scroll-down:after,
body.white .go-scroll:after,
body.white .go-scroll,
body.white .go-scroll:before,
body.white .scroll-down:before,
body.white .important-topics-slider .slick-list,
body.white .fc-widget-content,
body.white thead tr.fc-first,
body.white table.fc-header,
body.white .home-calendar .slick-slider,
body.contrast-effect.white .bottom-blocks .btn-2 {
    background: #fff
}

body.navi .small-title,
body.navi .go-news,
body.navi .search-results:before,
body.red .small-title,
body.red .go-news,
body.green .small-title,
body.red .go-news,
body.blue .small-title,
body.red .go-news,
body.orange .small-title,
body.red .go-news,
body.yellow .small-title,
body.navi .small-title {
    color: #fff;
}

.tint-colored {
    padding: 4px
}

body.contrast-effect:not(.white) .tint-colored,
body.contrast-effect:not(.white) .main-navigation,
body.contrast-effect footer,
body.contrast-effect:not(.white) footer a {
    color: black
}

body.contrast-effect.black .tint-colored,
body.contrast-effect.black .main-navigation,
body.contrast-effect.black footer,
body.contrast-effect.black footer a {
    color: #fff !important
}

body.contrast-effect:not(.white) .scroll-down {
    color: #fff;
}

body.contrast-effect:not(.white) .scroll-down img {
    filter: brightness(0) invert(1)
}

body.contrast-effect .dropdown .dropdown-menu:after {
    opacity: 0
}

body.contrast-effect .main-navigation .dropdown .dropdown-menu a,
body.contrast-effect:not(.black) .important-topics-slider .slick-list {
    color: black
}

body.contrast-effect .main-navigation .dropdown-menu a:hover,
body.contrast-effect .main-navigation .dropdown-menu a.active {
    background: #fff;
    color: black;
}

body.contrast-effect .home-news {
    border: none
}

body.contrast-effect .search-results .created,
body.contrast-effect.black .btn-2 {
    color: inherit;
}

body.contrast-effect .serach-total-nums,
body.contrast-effect .accordion-items .title:not(.collapsed) {
    background-image: none;
    background: none;
    color: initial;
}

body.contrast-effect.black .serach-total-nums,
body.contrast-effect.black .title,
body.contrast-effect.black .colored,
body.contrast-effect.black .btn-2 {
    color: #fff
}

body.contrast-effect .search-elements .form-control,
body.contrast-effect .related-sites .site,
body.contrast-effect .contact-form,
body.contrast-effect #sidebar a,
body.contrast-effect #content .bg-colored,
body.contrast-effect .btn,
body.contrast-effect .form-control,
body.contrast-effect .card,
body.contrast-effect #MemberModal .details .media.n-member,
body.contrast-effect .media,
body.contrast-effect .btn-2 {
    background: inherit;
}

body.contrast-effect .media,
body.contrast-effect .inner-details,
body.contrast-effect .media .pos,
body.contrast-effect .pos,
body.contrast-effect .inner-banner.theme-2 .text,
body.contrast-effect .inner-banner.theme-2 .text *,
body.contrast-effect .home-news .inner .normal,
body.contrast-effect .calendar-events .normal {
    color: inherit;
}

body.contrast-effect:not(.black) .search-elements,
body.contrast-effect:not(.black) .contact-form .info,
body.contrast-effect:not(.black) .related-sites .site,
body.contrast-effect:not(.black) #sidebar a,
body.contrast-effect:not(.black) .related-sites .site .title,
body.contrast-effect:not(.black) .fc-border-separate th,
body.contrast-effect:not(.black) .fc-border-separate td {
    color: black
}

body.contrast-effect.black .main-navigation .dropdown .dropdown-menu a,
body.contrast-effect.black .related-sites .site .title body.contrast-effect.black .media,
body.contrast-effect.black .inner-details,
body.contrast-effect.black .media .pos,
body.contrast-effect.black .pos,
body.contrast-effect.black .ved-title,
body.contrast-effect.black .members .name,
body.contrast-effect.black .media,
body.contrast-effect.balck .inner-details,
body.contrast-effect.black .media .pos,
body.contrast-effect.black .pos,
body.contrast-effect.black .modal .details,
body.black.contrast-effect .home-news .inner .normal,
body.contrast-effect.black .calendar-events .normal {
    color: #fff
}

body.contrast-effect.black .main-navigation .dropdown-menu a:hover,
body.contrast-effect.black .main-navigation .dropdown-menu a.active {
    background: #fff;
    color: black;
}

body.contrast-effect.white .main-navigation .dropdown-menu a:hover,
body.contrast-effect.white .main-navigation .dropdown-menu a.active {
    background: black;
    color: #fff;
}

body.contrast-effect.black #sidebar a {
    color: #fff
}

body.contrast-effect.black #sidebar li>a:after,
body.contrast-effect #sidebar li a.btn.btn-link:after {
    background: #fff
}

body.contrast-effect:not(.black) .btn,
body.contrast-effect:not(.black) #content .form-control,
body.contrast-effect:not(.black) #content .bg-colored {
    border: none;
    box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.14) !important
}

body.contrast-effect.black .boxed,
body.contrast-effect.black .boxed1,
body.black.contrast-effect #content .bg-colored,
body.black.contrast-effect .btn,
body.black.contrast-effect #content .form-control {
    box-shadow: 0 1px 8px 0 rgba(255, 255, 255, 0.14) !important;
    border: none !important
}

body.contrast-effect #sidebar li>a:after,
body.contrast-effect #sidebar li a.btn.btn-link:after {
    background: black
}

body.contrast-effect .main-navigation .dropdown-menu:before {
    border: 0px
}

body.contrast-effect:not(.black) .text-white {
    color: inherit !important;
}

body.contrast-effect:not(.black) .inner-wrapper,
#sidebar,
body.contrast-effect:not(.black) .calendar-events .normal,
body.contrast-effect.white .text-white {
    color: black !important
}

.keyboard-select.selected,
.keyboard-select.selected.s_selected,
body.contrast-effect.black .keyboard-select.selected {
    border: 5px solid #70c3ed !important
}

body.contrast-effect:not(.black) .newsletter-wrapper,
body.contrast-effect:not(.black) .bottom-blocks .btn-2 {
    color: black
}


/*
.main-navigation .nav-item{position: relative;}
.main-navigation .nav-item:before{position: absolute;width: 80%;left: 10px;content: '';background: red;top: 0px;bottom: 0px;margin:auto;}

body.contrast-effect .tint-colored ,body.contrast-effect footer ,body.contrast-effect  footer a{color: black}
body.contrast-effect.black .tint-colored,body.contrast-effect.black footer ,body.contrast-effect.black  footer a{color: #fff}*/

body.contrast-effect .bottom-blocks .tint-colored {
    color: #fff !important
}

body.contrast-effect.white .bottom-blocks .tint-colored,
body.contrast-effect.white .tint-colored {
    color: black !important
}

.nav-tabs {
    border: none
}

.reset {
    background: none;
    border: solid 1px #adadad;
}

.action-toolbar .tab-content>.active {
    display: block;
    min-height: 201px;
    /* border: 1px solid red; */
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    justify-content: space-between;
}

.reset-action {
    position: absolute;
    right: 0px;
    top: 0px;
    bottom: 0px;
    margin: auto;
    height: auto;
    height: 34px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    width: 33px;
    text-align: center;
    /* display: inline-block; */
    justify-content: center;
    align-self: center;
    align-items: center;
    justify-content: center
}

.reset-action:hover,
.scaled-to-hover:hover {
    transform: scale(1.1);
}

.action-toolbar.shown,
.action-toolbar.shown .actions {
    transform: translateX(0px)
}

.action-toolbar.shown .toggle-icon {
    left: -30px
}

.action-toolbar:not(.shown) .top-bar:hover .toggle-icon {
    transform: scale(1.05);
}

.action-toolbar {
    position: relative;
    z-index: 9;
    display: inline-block;
    width: 00px;
    position: relative;
    z-index: 9999;
    left: auto;
    right: 0px;
    height: auto;
    width: 220px;
    float: right;
    transition: all .5s;
    font-size: .8rem;
    transform: translateX(208px);
    margin-top: -27px;
}

.action-toolbar .tab-pane {
    max-height: 235px
}

.action-toolbar .tab-pane img:not(.grayed) {
    filter: grayscale(0)!important;
    filter: grayscale(0)!important;
    -webkit-filter: grayscale(0)!important;
    -moz-filter: grayscale(0)!important;
    -ms-filter: grayscale(0)!important;
    -o-filter: grayscale(0)!important;
}

.action-toolbar.shown .top-bar {
    left: 0px;
    margin-left: 0px;
}

.action-toolbar .top-bar {
    transition: all .5s;
    background: #70c3ed;
    position: relative;
    display: flex;
    align-items: center;
    /* justify-content: center; */
    padding-left: 40px;
    color: #fff;
    font-size: .85em;
    border-radius: 0px;
    margin-left: 28px;
    height: 40px;
    margin-top: 15px;
    z-index: 999999;
}

.action-toolbar .toggle-icon {
    cursor: pointer;
    display: inline-block;
    border: 2px solid #70c3ed;
    border-radius: 50%;
    cursor: pointer;
    display: inline-block;
    border: 2px solid #fff;
    border-radius: 50%;
    position: absolute;
    left: -38px;
    background: #6FC3ED;
    transition: all .5s;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.14)
}

.action-toolbar .toggle-icon img {
    width: 30px;
    margin: auto;
}

.action-toolbar .actions {
    transition: all .5s;
    transform: translateX(40px);
    box-shadow: 0 -1px 4px 0 rgba(0, 0, 0, 0.21);
    background-color: #ffffff;
    background: rgba(236, 236, 236, .92)
}

.action-toolbar .actions .btn {
    width: 100%;
    display: block;
    margin-bottom: .6rem;
    padding: .3rem;
}

.action-toolbar .icons {
    padding: 0px;
    width: 50px;
    max-width: 50px;
    background: rgba(112, 195, 237, 0.96);
    background-image: linear-gradient(1deg, #276d90, #53a0fd 64%, #70c3ed);
}
.form-control-feedback{}
.action-toolbar .nav-tabs .nav-link {
    position: relative;
    height: 45px;
    transition: all .5s;
    border: none;
    position: relative;
    height: 52px;
    transition: all .5s;
    border: none;
    padding: 0px;
    text-align: center;
    line-height: 45px;
    border-radius: 0px;
    width:50px;
}

.action-toolbar .nav-tabs .nav-link:after {
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0px;
    bottom: 0px;
    content: '';
}

.action-toolbar .nav-tabs .nav-item.show .nav-link,
.action-toolbar .nav-tabs .nav-link.active,
.action-toolbar .nav-tabs .nav-link:hover {
    background: #17455c
}

.action-toolbar .tab-content {
    margin: auto;
    text-align: center;
    padding: 10px;
}

.action-toolbar .reset {
    margin-bottom: 0px !important;
    position: relative;
    top: 16px
}

.action-toolbar .reset:before {
    position: absolute;
    width: calc(100% + 30px);
    content: '';
    height: 1px;
    left: -15px;
    top: -11px;
    content: ""
}

.action-toolbar .reset:before,
.action-toolbar .nav-tabs .nav-link:after {
    background-image: linear-gradient(to bottom, rgba(41, 41, 41, 0.34), #000000);
    opacity: .49;
}

.GrayScale-img {
    position: relative;
    overflow: hidden;
}

.GrayScale-img .img {
    position: relative;
    overflow: hidden;
    left: 50%;
    width: 100%
}

.GrayScale-img .grayed {
    position: absolute;
    top: 0px;
    left: 0px;
    left: 0%;
    opacity: 1;
}

.GrayScale-img .img img {
    position: relative;
    margin-left: -100%;
    filter: grayscale(0) !important
}

.switch {
    position: relative;
    display: inline-block;
    width: 70px;
    height: 32px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.switch .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #9d9d9d;
    border: 1px solid #9d9d9d;
    -webkit-transition: .4s;
    transition: .4s;
}

.tab-title {
    color: color: rgb(110, 110, 110);
    font-weight: bolder
}

.switch .slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 2px;
    background-color: #fff;
    -webkit-transition: .4s;
    transition: .4s;
}

.switch input:checked+.slider {
    background-color: #fff;
}

.switch input:focus+.slider {
    box-shadow: 0 0 1px #2196F3;
}

.switch input:checked+.slider:before {
    -webkit-transform: translateX(34px);
    -ms-transform: translateX(34px);
    transform: translateX(34px);
    background: #5cabf8
}


/* Rounded sliders */

.switch .slider.round {
    border-radius: 34px;
}

.switch .slider.round:before {
    border-radius: 50%;
}

#slider-container {
    width: 80%;
    height: 80px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    top: 50%;
    margin: 0 auto;
    text-align: center;
    background: #FFF;
    border-radius: 5px;
    padding: 35px 40px 30px 40px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.ui-slider {
    background-color: #1ABC9C;
    background-image: -webkit-linear-gradient(left, #1ABC9C 0%, #F1C40F 50%, #E74C3C 100%);
    background-image: linear-gradient(to right, #1ABC9C 0%, #F1C40F 50%, #E74C3C 100%);
}

.ui-slider * {
    outline: none;
}

.ui-slider .slider-range-inverse {
    background: #CCC;
    position: absolute;
    right: 0;
}

.ui-slider .ui-slider-range {
    background: transparent;
}

.ui-slider .ui-slider-handle {
    width: 28px;
    height: 28px;
    cursor: pointer;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.4);
    background: #FFF;
    top: -7px;
    border-radius: 50%;
    border-width: 0;
}

.ui-slider .ui-slider-handle:active {
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.5);
}

.ui-slider .ui-slider-handle .dot {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    position: absolute;
    top: 5px;
    left: 5px;
    background: transparent;
    overflow: hidden;
}

.ui-slider .ui-slider-handle .dot .handle-track {
    display: block;
    height: 18px;
    background-color: #1ABC9C;
    background-image: -webkit-linear-gradient(left, #1ABC9C 0%, #F1C40F 50%, #E74C3C 100%);
    background-image: linear-gradient(to right, #1ABC9C 0%, #F1C40F 50%, #E74C3C 100%);
    position: absolute;
    padding-right: 18px;
}

.color_selector button {
    display: inline-block;
    cursor: pointer;
    font-size: 0;
    width: 28px !important;
    height: 28px;
    float: left;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
    margin: 4px;
    padding: 0;
    border: 2px solid darkgrey !important;
}

.color_selector .black {
    background: black !important;
}

.color_selector .white {
    background: white !important;
}

.color_selector .green {
    background: #00FF21 !important;
}

.color_selector .blue {
    background: #0FF !important;
}

.color_selector .red {
    background: red !important;
}

.color_selector .orange {
    background: #FF6A00 !important;
}

.color_selector .yellow {
    background: #FFD800 !important;
}

.color_selector .navi {
    background: #B200FF !important;
}

.color_selector .btn.active {
    border-color: #70c3ed;
    transform: scale(1.2);
}


/*action-toolbar*/


/*inner-pages*/

.gall-blocks .img-con {
    height: 170px
}

.gall-blocks .inner {
    min-height: 100%
}

.gall-blocks .title {
    font-size: 1.02em
}

.gall-blocks .Photos-gall {
    cursor: pointer;
}

.gall-blocks .num-photos {
    position: absolute;
    background: rgba(0, 0, 0, .4);
    color: #fff;
    width: 100%;
    left: 0px;
    height: 100%;
    top: 0px;
    z-index: 2;
    text-align: center;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    opacity: 0;
    transition: all .5s
}

.gall-blocks .Photos-gall:hover .num-photos {
    opacity: 1
}

.more-details:hover {
    color: #fff !important
}

.ved-title {
    color: rgba(74, 73, 74, 1.0);
    font-size: 1.42em;
}

.med-font {
    font-family: 'HelveticaNeueMedium'
}

.inner-wrapper {
    display: flex;
    width: 100%;
    align-items: stretch;
}


/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */


/*pagination*/

.pagination .page-item .page-link {
    position: relative;
    background: none !important;
    border: none !important;
    font-size: .9em;
    color: rgba(179, 179, 179, 1.0);
    font-size: .9em;
    color: rgba(179, 179, 179, 1.0);
    padding: .5rem
}

.pagination .page-item .page-link:not(.arrow):after {
    position: absolute;
    top: 0px;
    bottom: 0px;
    margin: auto;
    display: inline;
    content: ',';
    margin-left: 4px;
    margin-right: -8px;
    font-size: 1.4rem
}

.pagination .page-item:nth-last-child(2) .page-link:not(.arrow):after {
    display: none;
}

.pagination .page-item .page-link.active,
.pagination .page-item .page-link:hover {
    color: rgba(70, 134, 167, 1.0)
}

#content {
    max-width: calc(100% - 210px);
    min-width: calc(100% - 210px)
}

#sidebar {
    width: 220px;
    left: -210px;
    min-width: 210px;
    color: #fff;
    transition: left 0.3s;
}

#sidebar.active {
    left: 0;
}

#sidebar a {
    color: rgba(129, 129, 129, 1.0);
    text-align: center;
    letter-spacing: .76px;
    margin: auto;
    text-align: center;
    display: block;
    background: #fff;
    border-radius: 6px;
    margin: 0px auto 8px auto;
    padding: 11px;
    font-size: .8em;
    transition: all .5S;
}

#sidebar li a,
#sidebar li .card a {
    cursor:pointer;
    position: relative;
    transition: all .5s
}

#sidebar li a,
#sidebar li .card a,
.boxed {
    box-shadow: 0 2px 4px 0 rgba(218, 218, 218, 0.5) !important;
}

#sidebar li>a:after,
#sidebar li a.btn.btn-link:after {
    position: absolute;
    width: 100%;
    height: 4px;
    bottom: 0px;
    content: '';
    background: #6FC3ED;
    left: 0px;
    bottom: 0px;
    left: 0px;
    bottom: 0px;
    transform: scaleX(0);
    transition: all .5s;
    transform-origin: left
}

#sidebar ul>li:hover>a:after,
#sidebar li a.btn.btn-link:not(.collapsed):after,
#sidebar ul>li.active>a:after,
#sidebar li a.btn.btn-link:hover:after {
    transform: scaleX(1);
}

.accordion-items .card-body {
    overflow: hidden;
}

.accordion-items .card-body {
    position: relative;
    padding: 20px 30px !important;
}

.accordion-items .card-body .desc:not(:first-child) {
    position: relative;
    padding: 35px 0px !important;
}

.media-items:before,
.accordion-items .card-body:before,
.accordion-items .card-body .desc:not(:first-child):before {
    position: absolute;
    width: 100%;
    height: 1px;
    content: '';
    top: 14px;
    background: rgba(135, 135, 135, 0.4);
    left: 0px;
}

.accordion-items .card-body .desc:not(:first-child):before {
    width: 120%;
    top: 19px;
    left: -5%
}

.accordion-items .card-body:before {
    top: 3px
}

.accordion-items .title {
    position: relative;
    transition: all .5s;
    cursor: pointer;
    padding: 12px 20px 12px 66px !important;
    letter-spacing: 1.02px
}

.gray_icon {
    color: rgba(135, 135, 135, 1.0);
    border: 1px solid rgba(135, 135, 135, 1.0);
    border-radius: 50%;
    padding: 8px;
    display: block;
    width: 45px;
    height: 45px;
    min-width: 45px;
    min-height: 45px;
    font-size: 1.5em;
    /* margin: auto; */
    text-align: center;
    line-height: 28px;
    background: #fff;
    transition: all .5s
}

.small .gray_icon{
    width: 35px;
    height: 35px;
    min-width: 35px;
    min-height: 35px;
    line-height: 19px;

}
.gray_icon:hover,
.gray_icon:active {
    color: #70c3ed;
    border-color: #70c3ed
}

.accordion-items.career-items .title {
    padding: 8px 20px 8px 66px !important
}

.accordion-items.career-items .title .pos,
.links-items .title .pos {
    font-size: .85em;
    margin-top: -2px;
}

.accordion-items .title,
.accordion-items .ved-title,
.links-items .title,
.links-items .ved-title {
    font-size: 1em !important
}

.links-items .title {
    padding: 10px 20px !important;

}
.accordion-items.career-items .title,.links-items .title{ min-height:55px;}
.accordion-items.career-items .title,
.accordion-items.career-items .ved-title {
    font-size: 1.02em
}

.accordion-items .title::before {
    position: absolute;
    width: 24px;
    left: 22px;
    content: '';
    top: 0px;
    height: auto;
    content: "\f078 \f078";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 14px;
    line-height: 1;
    line-height: 1;
    font-size: .9em;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 7px;
    top: 0px;
    bottom: 0px;
    margin: auto;
    height: 18px;
    transition: all .4s;
    color: rgba(129, 129, 129, 0.37)
}

.accordion-items .title::after {
    position: absolute;
    width: 2px;
    height: 59%;
    top: 0px;
    left: 53px;
    bottom: 0px;
    content: '';
    background: rgba(129, 129, 129, 0.37);
    margin: auto;
}

.accordion-items .title:not(.collapsed) {
    color: #4a90e2
}

.accordion-items .title:not(.collapsed):before {
    transform: rotate(180deg);
    color: #4a90e2;
    left: 17px;
}

#sidebar ul>li:hover>a,
#sidebar ul>li.active>a,
#sidebar li a.btn.btn-link:not(.collapsed),
#sidebar li a.btn.btn-link:hover {
    color: rgba(70, 134, 167, 1.0);
    font-weight: bold
}

#sidebar .card {
    background: none;
    border: none
}

#sidebar .card-body a {
    background: none !important;
    box-shadow: none !important;
    text-align: left;
    padding-top: 0px;
    padding-bottom: 0px;
    padding: 1px 6px;
    padding-left: 25px;
}

#sidebar .card-body a:after {
    display: none;
}

#dismiss {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #72c4ed;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#dismiss:hover {
    background: #fff;
    color: #7386D5;
}

#sidebarCollapse {
    border-radius: 0px;
    margin-bottom: 5px;
    padding: 3px 14px
}

.overlay {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 998;
    opacity: 0;
    transition: all 0.5s ease-in-out;
    top: 0px;
}

.overlay.active {
    display: block;
    opacity: 1;
}

a[data-toggle="collapse"] {
    position: relative;
}

.inner-details {
    font-size: 1.15em;
    letter-spacing: 1.4px;
    color: rgba(129, 129, 129, 1.0);
}

.inner-wrapper {
    color: rgba(129, 129, 129, 1.0);
}

.media {
    background: #fff;
    padding: 11px !important;
    color: rgba(41, 41, 41, 1.0);
    font-size: .9em
}

.bordered-1 {
    border-radius: 11px;
}

.media .img-wrapp {
    width: 25%;
    max-width: 170px
}

.media .title {
    color: rgba(70, 70, 70, 1.0)
}

.media .title {
    color: rgba(70, 70, 70, 1.0)
}

.media .pos,
.pos {
    font-size: 1em;
    color: rgba(135, 135, 135, 1.0);
}

.media-items {
    position: relative;
}

.inner-banner.theme-2 {
    position: relative;
    overflow: hidden;
    min-height: 250px
}

.inner-banner.theme-2 .text {
    position: relative;
    max-width: 730px;
    position: relative;
    max-width: 730px;
    z-index: 9;
    color: #fff;
    padding-top: 3rem;
    padding-bottom: 4rem;
    padding-left: 3rem;
    padding-right: 10rem;
    color: rgba(21, 21, 21, 1.0);
    font-size: .7em;
    line-height: 19px;
}

.inner-banner.theme-2 .img-fit-banner {
    position: absolute;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px;
    object-fit: cover
}

.inner-banner.theme-2 .text .main {
    color: rgba(39, 108, 144, 1.0);
    font-size: 3.5em
}

.inner-banner.theme-2 .text .sub {
    color: rgba(111, 138, 152, 1.0);
    font-size: 2.4em;
    margin-top: -13px;
    position: relative
}

.modal-content {
    background: none !important;
    border: none !important;
    border-radius: 0px !important
}

button.close {
    transition: all .5s;
    color: #fff !important;
    border: 1px solid #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    opacity: 1 !important;
    position: absolute;
    right: 0px;
    top: -51px
}

button.close span {
    height: 29px;
    display: inline-block;
}

button.close:hover {
    transform: rotate(180deg);
}

.modal-backdrop.show {
    opacity: .75;
}
.modal .slick-slide img{margin:auto;max-height:300px;}
.navigator.slick-slider{min-height:100px;}
.slick-slide {
    order: none !important;
    outline: none !important;
}

.modal .gallery {
    position: relative;
    margin-top: 61px;
    min-height: 250px;
}

.navigator .small {
    transition: all .5s;
    width: 50px !important;
    height: 40px;
    position: relative;
}

.navigator .small.slick-current {
    width: 72px !important;
    height: 57px !important;
    margin-top:-8px;
}

.navigator .small img {
    position: absolute;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px;
    object-fit: cover;
    transform: scale(.9)
}

body.modal-open #content,
body.modal-open #sidebar,
body.modal-open header {
    -webkit-filter: blur(2px);
    -moz-filter: blur(2px);
    -o-filter: blur(2px);
    -ms-filter: blur(2px);
    filter: blur(2px);
    filter: url("https://gist.githubusercontent.com/amitabhaghosh197/b7865b409e835b5a43b5/raw/1a255b551091924971e7dee8935fd38a7fdf7311/blur".svg#blur);
}

.modal .gallery .slick-next {
    right: -50px !important;
    pointer-events: all !important
}

.modal .gallery .slick-prev {
    left: -50px !important;
    pointer-events: all !important
}

.modal .gallery .slick-track {
    min-width:100%;
    padding-top:10px;
    /*display: flex;*/
    /*align-items: center;*/
    /*justify-content: center;*/
    /*transform: translate3d(0px, 0px, 0px) !important*/
}

.gallery .primary {}

.loader {
    border: 7px solid #f3f3f3;
    border-top: 7px solid #70c3ed;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    animation: spin 2s linear infinite;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto;
    z-index: 9;
    transform: scale(.7) !important
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


/*.modal-content{overflow: hidden;}
*/

.modal-dialog {
    min-height: calc(100vh - 60px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    /*    overflow: auto;
*/
}

@media(max-width: 768px) {
    #sidebar li a, #sidebar li .card a{text-align: left;}
    .modal-dialog {
        min-height: calc(100vh - 20px);
    }
}

.Subscribe-to {
    min-width: 50%;
}

#NewsModal .details,
#EventsModal .details,
#MemberModal .details {
    background: #FFF;
    min-height: 350px
}

#MemberModal .details .media.n-member {
    background: #f6f6f6;
    padding-top: 52px !important;
    margin-bottom: 50px !important;
    padding-bottom: 0px !important;
    padding-bottom: 10 !important;
    position: relative;
}

#MemberModal .details .media.n-member,
#MemberModal .details .inner {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
}

#MemberModal .details .media.n-member:before {
    position: absolute;
    content: '';
    height: 5px;
    background: #ccc;
    left: 0px;
    bottom: -10px;
    content: '';
    width: 100%;
}

#MemberModal .details .media.n-member .img-media {
    height: 130px;
    position: relative;
    margin-top: -114px;
    margin-left: 0px;
    height: 140px;
    position: relative;
    margin-top: -23px;
    margin-left: 0px;
    margin-bottom: -52px
}

#MemberModal .details .media.n-member .img-media img {
    position: absolute;
    bottom: 0px;
}

#NewsModal .arrows .disabled,
#EventsModal .arrows .disabled {
    opacity: .5;
    pointer-events: none !important;
}

#NewsModal .details .img-fit,
#EventsModal .details .img-fit {
    position: relative;
    max-height: 450px;
    width: auto
}

#NewsModal .details .title,
#EventsModal .details .title {
    color: rgba(74, 73, 74, 1.0);
    font-size: 1.55em;
    line-height: 28px
}

.latest-one.news-item {
    padding-left: 30px;
    padding-right: 30px;
}

.gall-blocks .latest-one.news-item .title {
    font-size: 1.2em;
}

.contact-form,
.related-sites .site {
    background: #fff
}

.contact-form .form-control {}

.contact-form p {
    margin-bottom: 0px;
}

.contact-form .form-control,
.contact-form .btn {
    border-radius: 5px;
    border: 1px solid #e6e2e2 !important
}

.contact-form .info {
    color: rgba(79, 83, 98, 1.0)
}

.contact-form .info a {
    color: inherit
}

.gogole-map {
    height: 300px;
    overflow: hidden;
}

.form-control.selected.keyboard-select {
    border-color: #70c3ed !important
}

.branches .info {
    cursor: pointer;
    font-size: .91em;
    min-height: 87%;
}

.branches .info.s_selected {
    border: 2px solid #70c3ed
}

.related-sites .site {
    min-height: 210px;
    transition: all .3s
}

.related-sites .site  img{max-height: 100px}
.related-sites .site:hover {
    transform: scale(1.05);
}

.related-sites .site .title {
    line-height: normal;
}

.related-sites .slick-prev {
    left: -32px
}

.related-sites .slick-next {
    right: -32px
}

.related-sites .slick-next:before,
.related-sites .slick-prev:before {
    color: #868686
}

.vedios-blocks .inner {
    cursor: pointer;
}

.vedios-blocks .inner .img-con {
    height: 200px
}

.vedios-blocks .fa {
    position: absolute;
    z-index: 9;
    top: calc(50% - 30px);
    bottom: auto;
    margin: auto;
    left: 0px;
    right: 0px;
    height: auto;
    border: 2px solid #fff;
    display: inline-block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: none;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.7em;
}

.main-member {
    border: 1px solid rgba(150, 150, 150, 1.0);
    max-width: 43%;
    border-radius: 18px;
    margin: auto;
    cursor: pointer;
}


.main-member .media {
    background: none;
    font-size: 0.8rem;
    line-height: 17px
}

.main-member .name {
    font-size: 1.3em !important;
    color: rgba(70, 70, 70, 1.0)
}

.img-media {
    margin-left: -10%;
    width: 116px;
    border-radius: 10px
}

.img-media img {
    border-radius: 10px;
}

.main-member .read-more {
    cursor: pointer;
    color: rgba(70, 70, 70, 1.0)
}

.members {
    font-size: .75rem
}

.members .name {
    font-size: 1.15em;
    color: rgba(70, 70, 70, 1.0)
}

.members .img-con {
    border-radius: 10px;
    overflow: hidden;
    height: 130px;
    border-radius: 10px;
    align-items: center;
    background-color: #f6f6f6;
    align-items: center;
    justify-content: center;
    display: flex;
}

.members .img-con img {
    max-width: 100%;
    max-height: 100%;
    background: #f6f6f6;
    border-radius: 15px;
}

.members .n-member {
    padding: 12px;
}

.members .pos {
    color: rgba(98, 98, 98, 1.0)
}

body.error-page {
    padding-top: 120px
}

.error-page .action-toolbar {
    display: none;
}

.error-page .text {
    color: #003F5D;
    max-width: 430px;
    margin: auto;
    text-align: center;
    margin-top: -18%;
    margin-bottom: 8%
}

.error-page form {
    max-width: 280px;
    text-align: center;
}

.error-page .searchfor .form-control,
.search-elements .form-control {
    background-color: #fff;
    border-color: #fff !important;
    color: initial
}

.error-page .img-con {
    min-height: 275px
}

.serach-total-nums {
    background: #53a0fd;
    color: #fff;
    text-align: center;
    margin: auto;
    margin-top: -13px;
    margin-bottom: 10px;
    padding: 8px;
    width: 100%;
    min-width: 100%;
    height: auto;
    background-image: linear-gradient(4deg, #373cbe, #53a0fd 64%, #70c3ed)
}

.search-elements .s-title {
    border-bottom: 2px solid #eee;
    color: #797979
}

.search-elements {
    color: #7B7B7B
}

.search-results {
    font-size: .9em;
    position: relative;
}

.search-results:before {
    position: absolute;
    width: 100vw;
    min-height: calc(100% + 65px);
    top: -20px;
    left: 0px;
    background: #fff;
    content: '';
    z-index: -1;
    content: '';
    width: 1000px;
    height: calc(100% + 65px)
}

.search-results li {
    border-bottom: 2px solid #eee;
    margin-bottom: 20px;
    margin-top: 20px;
    min-height: 85%
}

.search-results li:last-child {
    border: none
}

.search-results a {
    color: inherit;
    padding: 5px;
}

.search-results .name {
    color: rgba(70, 70, 70, 1.0)
}

.search-results .created {
    color: #6fc3ed
}

.custimed-label {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


/* Hide the browser's default checkbox */

.custimed-label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}


/* Create a custom checkbox */

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
}


/* On mouse-over, add a grey background color */

.custimed-label:hover input~.checkmark,
.radiobtn {
    border: 1px solid #eee;
    background: #fff;
}


/* When the checkbox is checked, add a blue background */

.custimed-label input:checked~.checkmark {
    background-color: #6fc3ed;
}


/* Create the checkmark/indicator (hidden when not checked) */

.checkmark:after {
    content: "";
    position: absolute;
    opacity: 0;
    transition: all .5s
}


/* Show the checkmark when checked */

.custimed-label input:checked~.checkmark:after {
    opacity: 1
}


/* Style the checkmark/indicator */

.custimed-label .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* Create a custom radio button */

.radiobtn {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    border-radius: 50%;
}

.checkcontainer {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


/* On mouse-over, add a grey background color */

.checkcontainer:hover input~.radiobtn {
    background-color: #ccc;
}


/* When the radio button is checked, add a blue background */

.checkcontainer input:checked~.radiobtn {}


/* Hide the browser's default checkbox */

.checkcontainer input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}


/* Create the indicator (the dot/circle - hidden when not checked) */

.radiobtn:after {
    content: "";
    position: absolute;
    display: block;
    opacity: 0;
    transition: all .5s
}


/* Show the indicator (dot/circle) when checked */

.checkcontainer input:checked~.radiobtn:after {
    opacity: 1;
}


/* Style the indicator (dot/circle) */


/* Style the indicator (dot/circle) */

.checkcontainer .radiobtn:after {
    top: 6px;
    left: 6px;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #797979;
}


/*end inner-pages*/



@media (min-width:786px) {
    .action-toolbar .toggle-icon {
        z-index: 9;
        left: calc((720px - 170px - 100vw)/2);
    }
}


@media (min-width:992px) {
    .action-toolbar .toggle-icon {
        z-index: 9;
        left: calc((992px - 170px - 100vw)/2);
    }
}


@media (min-width:1200px) {
    .col-md-55 {
        -ms-flex: 0 0 19.666667%;
        flex: 0 0 19.666667%;
        max-width: 19.666667%;
    }
    .action-toolbar .toggle-icon {
        z-index: 9;
        left: calc((960px - 170px - 100vw)/2);
    }
}

@media (min-width:1200px) {
    .action-toolbar .toggle-icon {
        z-index: 9;
        left: calc((1170px - 170px - 100vw)/2);
    }
}

@media (min-width:768px) {
.level-2 .main-member{min-width: 31%;max-width: 31%;width: 31%;}
.level-2 .main-member .img-media{width: 96px}

}
@media (max-width:767.99px) {
    .main-member {
        max-width: 95%
    }
    .action-toolbar .toggle-icon {
        left: -80px
    }
}

@media (min-width: 576px) and (max-width: 992px) {
    .modal-dialog {
        max-width: 90%;
        margin: 1.75rem auto;
    }
}

@media (min-width:991.99px) {
    .navbar-expand-lg .navbar-nav {
        align-items: center;
    }
    .main-navigation .dropdown-menu:after {
        background: rgba(112, 195, 237, 0.96);
        ;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0px;
        opacity: 0.94;
        box-shadow: 2px 4px 4px 0 rgba(0, 0, 0, 0.21);
        background-image: linear-gradient(1deg, #276d90, #53a0fd 64%, #70c3ed);
        content: '';
        left: 0px;
        top: 0px;
        z-index: -1
    }
    .main-navigation {
        padding-bottom: 0px;
        padding-top: 0px
    }
    /*header .container {max-width: 100%}*/
    .main-navigation .nav-item {
        padding-bottom: 1.1rem;
        padding-top: 1.1rem
    }
    .main-navigation .nav-item:not(:last-child)>.nav-link {
        position: relative;
        margin-left: .5rem;
        margin-right: .5rem
    }
    .main-navigation .nav-item:last-child>.nav-link {
        margin-left: .5rem
    }
    .main-navigation .nav-item:not(:last-child)>.nav-link:before {
        position: absolute;
        right: 0px;
        width: 1px;
        height: 70%;
        content: '';
        background: #818181;
        top: 0px;
        bottom: 0px;
        margin: auto;
        right: -.5rem
    }
    .main-navigation .dropdown .dropdown-menu a {
        padding: .9rem 1rem
    }
    .main-navigation .dropdown .dropdown-menu {
        margin-top: 10%;
    }
    .main-navigation .dropdown:hover .dropdown-menu,
    .lang.dropdown.show .dropdown-menu {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        margin-top: 0px;
        z-index:99999;
    }
    .main-navigation .dropdown-menu:before {
        top: -20px;
        transition: all .5s;
        opacity: 0
    }
    .main-navigation .dropdown:hover .dropdown-menu:before {
        top: -16px;
        opacity: 1
    }
}

@media (max-width:992px) {
    .action-toolbar .nav-tabs #nav-keyboard-tab {
        display: none!important
    }

    .action-toolbar .tab-content>.active{padding-bottom: 20px;}
    .action-toolbar .reset:before{display: none;}
    .action-toolbar .nav-tabs .nav-link{height: 56px}
    .lang.dropdown.show .dropdown-menu {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        margin-top: 0px;
    }
    .main-navigation .dropdown-menu:before {
        display: none;
    }
    .main-navigation .dropdown .dropdown-menu {
        max-height: 0px;
        overflow: hidden;
        padding: 0px;
        margin: 0px;
        transition: all .4s
    }
    body:not(.contrast-effect) .main-navigation .dropdown .dropdown-menu {
        background: #53a0fd;
    }
    .main-navigation .dropdown .dropdown-menu.show {
        max-height: 200px;
        opacity: 1;
        visibility: visible;
    }
    .main-navigation .dropdown-menu {
        text-align: left;
    }
}

@media (max-width:992px) {
    .important-topics-slider .slider-nav {
        margin: auto;
    }
    #sidebar {
        position: fixed;
        top: 0;
        left: -250px;
        height: 100vh;
        z-index: 99999;
        overflow-y: scroll;
        min-width: 250px;
        padding-top: 60px;
    }
    #content {
        max-width: 100%;
        min-width: 100%
    }
}

@media (max-width:768px) {
    .latest-one.news-item .img-con {
        min-height: 130px
    }
    .gallery .primary {
        pointer-events: auto;
    }
    .gallery .navigator {
        display: none;
    }
    .inner-banner.theme-2 {
        min-height: 150px;
    }
    .inner-banner.theme-2 .text {
        padding-top: 1rem;
        padding-bottom: 1rem;
        padding-left: 2rem;
        padding-right: 3rem;
    }
    .inner-banner.theme-2 .text .main {
        font-size: 2.3em;
    }
    .inner-banner.theme-2 .text .sub {
        font-size: 1.4em
    }
}

@media (min-width:767.99px) {
    .mCustomScrollbar {
        margin-left: -30px;
    }
    .mCustomScrollbar {
        height: 180px;
    }
    .mCSB_inside>.mCSB_scrollTools,
    .mCS-dir-rtl>.mCSB_outside+.mCSB_scrollTools {
        right: auto;
        left: 12px;
    }
    .mCSB_inside>.mCSB_container {
        margin-left: 30px;
    }
    .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
        background-color: #b4b5b1 !important
    }
    .mCSB_scrollTools .mCSB_draggerRail {
        background: none !important;
        border: 1px solid #b4b5b1;
        width: 3px;
        border-radius: 0px
    }
    .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
        width: 7px;
        border-radius: 0px;
        opacity: .8
    }
    .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
        background-color: #b4b5b1
    }
    .fc-header td.fc-header-left {
        padding-top: 22px;
        padding-bottom: 22px
    }
    .main-navigation .dropdown-menu {
        left: calc(100% - 10rem)!important;
    }
    .important-topics-slider .slider-nav {
        margin-top: 7rem !important;
        margin-bottom: 7rem !important;
        width: 80%;
        max-width: 600px;
        margin-right: 7rem;
    }
    .important-topics-slider .slider-for {
        width: 55%
    }
    footer .item:not(:first-child) {
        border-left: 1px solid #bebebe
    }
}

@media (max-width:576px) {
    .download-the-bio{position: absolute;
    right: 0px;
    bottom: -43px;}
    .navbar-brand{max-width: calc(100% - 60px)}
    .gall-blocks .num-photos {
        opacity: 1
    }
    .fc-header-right {
        display: none;
    }
    .fc-header-left,
    .fc-header-center {
        display: block;
        width: 100%;
        text-align: center;
    }
    .calendar-con {
        overflow-x: scroll;
    }
    .calendar-con #calendar {
        min-width: 500px;
    }
    .slick-arrow {
        display: none !important;
    }
    #MemberModal .details .media.n-member,
    #MemberModal .details .inner {
        padding-left: .75rem !important;
        padding-right: .75rem !important;
    }
    .modal-body {
        padding: 1rem .4rem
    }
    #MemberModal .details .media.n-member {
        padding-top: 20px !important;
        margin-bottom: 37px !important;
    }
    .img-media {
        margin-left: -10%;
        width: 100px;
        height: 120px
    }
    .accordion-items .card-body {
        padding: 15px 20px !important
    }
    .media:not(.n-member) {
        display: block;
    }
    .media .img-wrapp {
        width: 100%;
        max-width: 100%;
        margin-bottom: .5rem
    }
}


.accordion-items  .links-items .title::before,.accordion-items  .links-items .title::after{display: none !important}

.modal .gallery .prev-news-item,.modal .gallery .next-news-item{display: none !important;}

#NewsModal .img-con {
    min-height: 150px;
    margin-bottom: 0px;
}

#NewsModal .slick-dots{bottom: 20px}
