@import url('https://fonts.googleapis.com/css?family=Exo:400,500,600|PT+Sans:400,700');

html {
    font-size: 10px;
}

body {
    font-family: 'PT Sans', sans-serif;
    font-size: 1.5rem;
    color: #10181f;
    font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 20px;
    font-weight: 700;
}

h1 img,
h2 img,
h3 img,
h4 img,
h5 img,
h6 img {
    margin-right: 10px;
}

h1 {
    font-size: 3.2rem;
}

h2 {
    font-size: 2.4rem;
}

h3 {
    font-size: 1.8rem;
    margin-bottom: 1rem;
}

h4 {
    font-size: 1.5rem;
}

h6 {
    font-size: 1.3rem;
    text-transform: uppercase;
    line-height: 1.4;
    letter-spacing: 2px;
    margin-bottom: 5px;
}

p {
    margin-bottom: 3rem;
    line-height: 1.2;
}

/********************************************************************************/
/*								 	General Ui 									*/
/********************************************************************************/
.fl-left {
    float: left;
}

.fl-right {
    float: right;
}

.no-margin {
    margin: 0;
}

.img-full {
    width: 100%;
    height: auto;
}

hr {
    border-top-color: #1e1e1e;
}

.highlight {
    color: #e8a401;
}

a {
    color: #e8a401;
}

a:hover,
a:focus {
    color: #e8a401;
}

.btn-default:hover,
.btn-default:focus,
.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.open>.dropdown-toggle.btn-default.focus,
.open>.dropdown-toggle.btn-default:focus,
.open>.dropdown-toggle.btn-default:hover {
    background: #e8a401;
    color: #fff;
    border-color: #e8a401;
}

.btn-primary {
    background: -webkit-gradient(linear, left top, left bottom, from(#5c84b8), to(#031a39));
    background: -webkit-linear-gradient(top, #5c84b8, #031a39);
    background: -moz-linear-gradient(top, #5c84b8, #031a39);
    background: -o-linear-gradient(top, #5c84b8, #031a39);
    background: linear-gradient(to bottom, #5c84b8, #031a39);
    color: #fff;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open>.dropdown-toggle.btn-primary.focus,
.open>.dropdown-toggle.btn-primary:focus,
.open>.dropdown-toggle.btn-primary:hover {
    background: #031a39;
    color: #fff;
}

.btn-success {
    background: #818b06;
    color: #fff;
}

.btn-success:hover,
.btn-success:focus,
.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success:active.focus,
.btn-success:active:focus,
.btn-success:active:hover,
.open>.dropdown-toggle.btn-success.focus,
.open>.dropdown-toggle.btn-success:focus,
.open>.dropdown-toggle.btn-success:hover {
    background: #545a04;
    color: #fff;
}

.btn-dark {
    background: #706f6f;
    color: #fff;
}

.btn-dark:hover,
.btn-dark:focus,
.btn-dark.active.focus,
.btn-dark.active:focus,
.btn-dark.active:hover,
.btn-dark:active.focus,
.btn-dark:active:focus,
.btn-dark:active:hover,
.open>.dropdown-toggle.btn-dark.focus,
.open>.dropdown-toggle.btn-dark:focus,
.open>.dropdown-toggle.btn-dark:hover {
    background: #565656;
    color: #fff;
}

@media (max-width: 480px) {
    .col-xxs-12 {
        width: 100%;
    }
}

b,
strong {
    font-weight: 900;
}

.mt-10 {
    margin-top: 10px;
}

.mt-15 {
    margin-top: 15px;
}

.mt-20 {
    margin-top: 20px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-25 {
    margin-bottom: 25px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-80 {
    margin-bottom: 80px;
}

.mt-45 {
    margin-top: 45px;
}

.mt-50 {
    margin-top: 50px;
}

.m-18 {
    margin-top: 18px;
    margin-bottom: 18px;
}

@media (max-width: 767px) {
    .m-18 {
        margin-top: 10px;
        margin-bottom: 10px;
    }
}

/***********************************************************************************
				Header
***********************************************************************************/
.header__top {
    padding-top: 10px;
    padding-bottom: 10px;
}

.header__top .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.logo {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
}

.logo img {
    max-width: 100%;
    height: auto;
}

.header__bottom {
    background: #fff;
}

.main-nav {
    background: #000
        /*#e8a401*/
    ;
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    margin-bottom: 0;
}

.main-nav .navbar-nav {
    font-size: 1.5rem;
}

@media (max-width: 991px) {
    .main-nav {
        background-color: transparent;
        border: 0;
    }

    .header__bottom {
        background-color: transparent !important;

    }
}

.main-nav .navbar-nav li a {
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    -webkit-transition: all 200ms;
    -o-transition: all 200ms;
    -moz-transition: all 200ms;
    transition: all 200ms;
}

.main-nav .navbar-nav li a:hover,
.main-nav .navbar-nav li a:focus {
    background: none;
    color: #aaa;
}

.main-nav .navbar-nav li.active a,
.main-nav .navbar-nav li.active a:hover,
.main-nav .navbar-nav li.active a:focus {
    background: none;
    color: #aaa;
}

@media (min-width: 992px) {
    .main-nav .navbar-nav {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .main-nav .navbar-nav li a {
        text-align: center;
    }
}

.main-nav .navbar-nav>.open>a,
.main-nav .navbar-nav>.open>a:hover,
.main-nav .navbar-nav>.open>a:focus {
    background: none;
    color: #000;
}

.main-nav .dropdown-menu {
    -webkit-border-radius: 0;
    border-radius: 0;
    border: none;
    background: #e8a401;
    padding-bottom: 0px !important;
    padding-left: 10px !important;
    padding-bottom: 10px !important;
}

/* .main-nav .dropdown-menu li.black { background:black!important;} */
.main-nav .dropdown-menu li a {
    text-align: left;
    padding: 6px 15px;
    color: #fff;
}

.main-nav .dropdown-menu li.active.black a,
.main-nav .dropdown-menu li.black a:hover,
.main-nav .dropdown-menu li.black a:focus {
    color: #fff !important;
}

@media (min-width: 992px) {
    .main-nav .navbar-collapse {
        padding-left: 0;
        padding-right: 0;
    }
}

.navbar-toggle .icon-bar {
    background: #fff !important;
}

.navbar-toggle:hover .icon-bar,
.navbar-toggle:focus .icon-bar {
    background: #000 !important;
}

@media (max-width: 991px) {
    .navbar-header {
        float: none;
    }

    .navbar-left,
    .navbar-right {
        float: none !important;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }

    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-nav {
        float: none !important;
        margin-top: 7.5px;
    }

    .navbar-nav>li {
        float: none;
    }

    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .collapse.in {
        display: block !important;
    }

    .main-nav .dropdown {
        position: static;
    }

    .main-nav .dropdown.open>a,
    .main-nav .dropdown.open>a:hover,
    .main-nav .dropdown.open>a:focus {
        background: none;
        color: #000;
    }

    .main-nav .navbar-nav .open .dropdown-menu>li>a {
        color: #fff;
    }

    .main-nav .navbar-nav .open .dropdown-menu>li>a:hover,
    .main-nav .navbar-nav .open .dropdown-menu>li>a:focus {
        color: #000;
    }

    .main-nav .dropdown-menu {
        float: none;
        width: 100%;
        position: static;
        -webkit-box-shadow: none;
        box-shadow: none;
        padding-left: 10px;
    }
}


.header__bottom__banner {
    padding: 15px 0 0;
    position: relative;
    z-index: 1;
}

.header__bottom__banner a {
    display: block;
}

.header__bottom__banner img {
    max-width: 100%;
    height: auto;
}

.parallax {
    -o-background-size: contain;
    background-size: contain;
}

@media (max-width: 991px) {
    .parallax {
        background-attachment: inherit !important;
        background-position: center center !important;
        -o-background-size: cover;
        background-size: cover;
    }
}

.parallax-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
}

.social-list {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
}

.social-list:before,
.social-list:after {
    content: "";
    display: table;
}

.social-list:after {
    clear: both;
}

.social-list .facebook {
    background: #2b3990;
}

.social-list .youtube {
    background: #ed1c24;
}

.social-list .twitter {
    background: #27aae1;
}

.social-list .linkedin {
    background: #1b74bb;
}

.social-list li {
    display: inline-block;
    float: left;
    margin-right: 7px;
    margin-bottom: 5px;
}

.social-list li a {
    width: 30px;
    height: 30px;
    display: block;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    font-size: 1.8rem;
    color: #fff;
}

.social-list li a:hover,
.social-list li a:focus {
    opacity: 0.8;
}

.social-list.social-list--grey li a {
    background: #848484;
}

.social-list.social-list--grey li a:hover,
.social-list.social-list--grey li a:focus {
    background: #5e5e5e;
}

.social-list__label {
    text-transform: uppercase;
    color: #000;
    margin-top: 5px;
    margin-right: 10px;
}

.search-form {
    background: rgba(0, 0, 0, 0.4);
    border: 1px solid transparent;
    -webkit-transition: background, border 200ms;
    -o-transition: background, border 200ms;
    -moz-transition: background, border 200ms;
    transition: background, border 200ms;
}

.search-form .form-control {
    background: rgba(0, 0, 0, 0.4);
    text-align: right;
    text-transform: uppercase;
    border-color: transparent;
    color: #fff;
}

.search-form .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.search-form .form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #fff;
}

.search-form .form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff;
}

.search-form .form-control:-ms-input-placeholder {
    /* IE 10+ */
    color: #fff;
}

.search-form .form-control:-moz-placeholder {
    /* Firefox 18- */
    color: #fff;
}

.search-form .search-btn {
    height: 34px;
    padding: 6px;
    border: none;
    background: none;
    color: #fff;
}


/***********************************************************************************
				Main content
***********************************************************************************/
body {
    overflow-x: hidden;
}

.main-content {
    padding: 15px 20px;
    position: relative;
}

.main-content.nosp {
    padding: 15px 0;
}

.main-content .side-banner {
    position: absolute;
    top: 15px;
}

.main-content .side-banner--left {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    left: 0;
}

.main-content.nosp .side-banner--left {
    -webkit-transform: translateX(-110%);
    -moz-transform: translateX(-110%);
    -ms-transform: translateX(-110%);
    -o-transform: translateX(-110%);
    transform: translateX(-110%);
}

.main-content .side-banner--right {
    right: 0;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
}

.main-content.nosp .side-banner--right {
    right: 0;
    -webkit-transform: translateX(110%);
    -moz-transform: translateX(110%);
    -ms-transform: translateX(110%);
    -o-transform: translateX(110%);
    transform: translateX(110%);
}

@media (max-width: 480px) {
    .main-content {
        padding-left: 0;
        padding-right: 0;
    }

    .main-content .side-banner {
        display: none;
    }
}

@media (min-width: 992px) {
    .col-cus-9 {
        width: 79.2%;
        float: left;
    }

    .col-cus-3 {
        width: 20.8%;
        float: left;
    }
}

.banner-title {
    background: #fba514;
    font-weight: 700;
    padding: 5px;
    margin-bottom: 5px;
    font-size: 12px;
    text-transform: uppercase;
}

.banner-link {
    display: block;
    background: #ffbd1f;
    font-size: 12px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    padding: 5px;
    margin-top: 5px;
}

.media-body .banner-link {
    background: #7e7e7e;
    display: inline-block;
    padding: 5px 15px;
    color: #fff !important;
}

.banner-link:hover,
.banner-link:focus {
    background: #e8a401;
    color: #fff;
    text-decoration: none;
}

.media-body .banner-link:hover,
.media-body .banner-link:focus {
    background: #aaa;
}

.carousel .carousel-caption {
    width: 100%;
    right: 0;
    left: 0;
    top: 50%;
    bottom: auto;
    padding-bottom: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    text-transform: uppercase;
}

.carousel .carousel-caption h1 {
    font-size: 2.5rem;
    margin-bottom: 5px;
}

.carousel .carousel-indicators {
    margin-bottom: 0;
    bottom: 15px;
}

.carousel .carousel-indicators li {
    width: 16px;
    margin: 0;
    height: 16px;
    border: none;
    -webkit-box-shadow: inset 0 5px 7px rgba(0, 0, 0, 0.4);
    box-shadow: inset 0 5px 7px rgba(0, 0, 0, 0.4);
    background: #bfbfbf;
}

.carousel .carousel-indicators li.active {
    background: #e8a401;
}

@media (max-width: 480px) {
    .carousel .carousel-caption {
        top: 0;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }

    .carousel .carousel-caption h1 {
        font-size: 1.8rem;
    }
}

.heading {
    background: url(../images/heading-bg.jpg) repeat;
    line-height: 1.9;
}

.heading span {
    display: inline-block;
    padding-left: 17px;
    padding-right: 15px;
    min-width: 120px;
    color: #fff;
    text-transform: uppercase;
}

.heading--11,
.heading--27,
.heading--11 span,
.heading--27 span {
    background: #000;
}

.heading--12,
.heading--12 span {
    background: #d10000;
}

.heading--13,
.heading--13 span {
    background: #f4ab44;
}

.heading--14,
.heading--14 span {
    background: #257a97;
}

.heading--15,
.heading--15 span {
    background: #3c7eb6;
}

.heading--16,
.heading--16 span {
    background: #000;
}

.heading--17,
.heading--17 span {
    background: #000;
}

.heading--brown span {
    background: #c2531b;
}

.heading--red span {
    background: #d10000;
}

.heading--orange span {
    background: #e9a607;
}

.heading--blue span {
    background: #3c7eb6;
}

.heading--yellow span {
    background: #ffbd1f;
}

h2.heading {
    font-size: 1.6rem;
}

.page-title {
    text-transform: uppercase;
    margin-top: 10px;
}

.heading2 {
    text-transform: uppercase;
    border-bottom: 2px solid #e1e1e1;
    padding-bottom: 7px;
    margin-bottom: 25px;
}

.heading2 span {
    color: #e8a401;
}

.media {
    margin-top: 26px;
}

.media .media-heading {
    font-weight: 400;
    color: #000;
    margin-top: 3px;
}

.media .media-heading a {
    color: #000;
}

.media .media-body {
    text-align: justify;
}

.media .media-body p {
    line-height: 1.6;
    margin-bottom: 0;
}

.media .media-body a {
    color: #000;
}

.date {
    color: #6a6a6a;
    font-size: 1.2rem;
    display: block;
    margin-bottom: 10px;
}

.media-lg {
    margin-top: 24px;
}

.media-lg .media-heading {
    text-transform: uppercase;
}

.media-left a {
    display: block;
    max-width: 90px;
    max-height: 70px;
    overflow: hidden;
}

.media-lg .media-left a {
    display: block;
    max-width: 185px;
    max-height: 146px;
    overflow: hidden;
}

.media-big .media-left {
    padding-right: 30px;
}

.media-big .media-left a {
    display: block;
    max-width: 370px;
    max-height: 292px;
    overflow: hidden;
}

@media (max-width: 991px) {

    .media-lg,
    .media-big {
        margin-bottom: 30px;
    }

    .media-big .media-body,
    .media-big .media-left,
    .media-big .media-right {
        display: block;
        width: 100%;
    }
}

@media (max-width: 480px) {

    .media-lg .media-body,
    .media-lg .media-left,
    .media-lg .media-right {
        display: block;
        width: 100%;
    }

    .media-lg .media-object,
    .media-big .media-object {
        width: 100%;
        margin-bottom: 10px;
    }
}

.divider {
    border-top: 1px solid #eee;
    margin-top: 40px;
    margin-bottom: 40px;
}

.news-item {
    background: #f8f8f8;
    margin-bottom: 30px;
}

.news-item .caption-title {
    font-weight: 400;
    color: #000;
    text-transform: uppercase;
    line-height: 1.3;
    margin-bottom: 10px;
}

.news-item .caption-title a {
    color: #000;
}

.news-item .caption {
    padding: 20px 15px 10px;
}

.equal-columns {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.equal-columns .col {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -moz-box;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    -webkit-flex-wrap: no-wrap;
    -ms-flex-wrap: no-wrap;
    flex-wrap: no-wrap;
}

.form-subscribe .form-control,
.form-subscribe .btn {
    height: 45px;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.form-subscribe .btn {
    color: #e8a401;
}

.form-subscribe .btn:hover,
.form-subscribe .btn:focus {
    color: #fff;
}

/***********************************************************************************
				Footer
***********************************************************************************/
.footer {
    background: #4a4a4a;
    padding: 35px 0;
    text-align: center;
    font-size: 1.2rem;
}

.footer-nav {
    list-style-type: none;
    margin-bottom: 15px;
}

.footer-nav>li {
    display: inline-block;
}

.footer-nav>li:last-of-type {
    display: none;
}

.footer-nav>li a {
    padding: 5px 15px;
    display: block;
    color: #000;
}

.footer-nav li a {
    text-transform: uppercase;
    font-size: 1.2rem;
}

.designBy,
.designBy:hover,
.designBy:focus {
    color: #ca090d;
}

.event-table {
    margin-bottom: 30px;
}

.event-table tbody tr {
    border-bottom: 1px solid #f1efef;
}

.event-table tbody tr.noBorder {
    border-bottom: none;
}

.event-table tbody tr td {
    border: none;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
}

.event-table tbody tr td:first-child {
    width: 150px;
    text-align: left;
}

.event-website {
    color: #e8a401;
    margin-top: 20px;
    display: inline-block;
    text-decoration: underline;
    font-size: 1.7rem;
    font-weight: 700;
}

.event-title,
.event-date,
.event-title a,
.event-date a,
.event-table p a {
    font-size: 2rem;
    color: #3d3d3d;
    font-weight: 700;
    text-decoration: none;
}

.event-title {
    margin-top: 5px;
    text-align: center;
}

.event-date {
    color: #000;
    text-align: center;
}

.video-section {
    margin-bottom: 40px;
}

.video-section .col {
    margin-bottom: 30px;
}

.video-section h4 {
    padding-bottom: 7px;
    border-bottom: 1px solid #f1efef;
    display: inline-block;
}

.video-section .embed-responsive {
    margin-top: 25px;
}

@media (min-width: 992px) {
    .video-section .col:first-child {
        padding-right: 80px;
    }

    .video-section .col:last-child {
        padding-left: 80px;
    }
}

/***********************************************************************************/
/* 									Pagination style 				*/
/***********************************************************************************/
.custom-pagination {
    font-weight: 600;
    text-align: center;
    list-style-type: none;
    padding: 0;
    margin: 0 0 35px;
}

.custom-pagination a {
    display: block;
    padding: 2px 8px;
    border: 1px solid transparent;
    -webkit-transition: all 0.3s ease-in-out;
    -khtml-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.custom-pagination li {
    display: inline-block;
}

.custom-pagination li.active a,
.custom-pagination li a:hover {
    color: #b89147;
}

.custom-pagination .prev,
.custom-pagination .next {
    text-transform: uppercase;
}

.contact-form textarea {
    height: 132px;
    resize: none;
}

.btn-social {
    text-transform: uppercase;
    text-align: right;
}

.sidebarbanner {
    max-width: 150px;
    margin: 0 auto 30px auto;
}

/* Refactoring */

.header {
    background-color: #4a4a4a;
    /* background-image: none !important; */
    -webkit-background-size: cover;
    background-size: cover;
}

.header .header-top__white {
    width: 100%;
    padding: 10px 0 !important;
}

#canvas {
    height: auto;
    width: auto;
    background-color: #ffffff;
    cursor: default;
    border: 1px solid black;
}

.column-articles .media .media-left a {
    display: block;
    width: 200px;
    height: auto;
}

.column-articles .media .media-left img {
    display: block;
    width: 100%;
    height: auto;
}

.column-articles .media .media-heading {
    font-size: 20px;
    font-weight: bold;
}

.column-articles .media p a {
    text-decoration: underline;
}

.btn-link {
    display: inline-block;
    padding: 15px;
    background: #e8a400;
    color: white !important;
}

.btn-link:hover,
.btn-link:focus {
    background: #f5c657;
    color: black !important;
    text-decoration: none;
}

@media screen and (min-width: 768px) {
    .main-content .side-banner {
        top: -83px !important;
    }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
    .header .nav.navbar-nav li a {
        font-size: 14px;
    }

    .main-content .side-banner {
        top: -110px !important;
    }
}

@media screen and (min-width: 992px) {
    .header .nav.navbar-nav {
        width: calc(100% - 20px);
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-left: 10px;
        position: relative;
        top: 0;
    }

    .header .nav.navbar-nav li {
        float: none;
        font-size: 18px;
        letter-spacing: .5px;
    }

    .header .nav.navbar-nav li a {
        padding: 0 !important;
    }
}

@media screen and (min-width: 1200px) {
    .main-content .side-banner {
        top: -135px !important;
    }
}

.header .social-list--grey {
    display: flex;
    justify-content: flex-end;
    margin-top: 26px;
}

.header .social-list--grey a {
    background: rgba(0, 0, 0, 0.4) !important;
}

.main-content .social-list--grey a {
    width: 40px;
    height: 40px;
    font-size: 2.5rem;
    line-height: 40px;
}

.header .social-list--grey .facebook i,
.header .social-list--grey .youtube i {
    position: relative;
    top: 1px;
}

.main-content .social-list--grey .facebook i,
.main-content .social-list--grey .youtube i {
    position: relative;
    top: 2px;
}

.event-table img {
    width: 150px;
    height: auto;
    object-fit: cover;
    max-width: 150px;
    box-shadow: 0px 11px 11px 0px rgba(0, 0, 0, 0.2);
}

.event-table tbody tr td {
    text-align: left;
}

.event-table p a {
    font-weight: normal;
}

.event-table .event-date a {
    font-weight: normal;
}

@media screen and (min-width: 1200px) {
    .col-lg-2-5 {
        width: 20%;
    }
}

@media screen and (min-width: 768px) {
    .row.arhiva {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .main-content .img-article {
        /* width: 70%; */
        width: auto;
        margin: 0 auto 30px;
    }
}

.input-group-btn {
    background: rgba(0, 0, 0, 0.4);
}

.wrapper__sidebar form+div,
.wrapper-side-left .customContent {
    display: none;
}

.wrapper-side-left .sidebarbanner {
    display: none;
}

.wrapper-side-right .customContent,
.wrapper-side-right h2,
.wrapper-side-right .mb-40 {
    display: none;
}

.search-form {
    background: #ddd;
    width: 200px;
}

.search-form .form-control {
    border-radius: 0;
}

.side-banner {
    position: absolute;
    top: 50px !important;
}

.header .container {
    position: relative;
}

.side-banner--left {
    left: -120px;
    width: 120px;
}

.side-banner--right {
    right: -120px;
    width: 120px;
}

.home .side-banner--left {
    left: -90px;
}

.home .side-banner--right {
    right: -90px;
}

.customContent p span {
    font-family: 'PT Sans', sans-serif;
    line-height: 1.2;
}

.post-article p a {
    color: #10181f;
}

.sticky {
    position: fixed;
    top: 0 !important;
}

.sticky.side-banner--left {
    left: auto;
    width: 120px;
    position: fixed;
    top: 0 !important;
    margin-left: -135px;
}

.sticky.side-banner--right {
    right: auto;
    position: fixed;
    top: 0 !important;
    margin-left: 770px;
}

@media screen and (min-width: 992px) {
    .sticky.side-banner--right {
        width: 120px;
        margin-left: 950px;
    }
}

@media screen and (min-width: 1200px) {
    .sticky.side-banner--right {
        margin-left: 1160px;
    }
}

.main-nav li.dropdown:hover ul.dropdown-menu {
    display: block !important;
}

/* Menu */

/* .nav.navbar-nav li:nth-of-type(3) li:nth-of-type(2),
.nav.navbar-nav li:nth-of-type(3) li:nth-of-type(4),
.nav.navbar-nav li:nth-of-type(3) li:nth-of-type(6) {
  display: none;
}


.nav.navbar-nav li:nth-of-type(6) li:nth-of-type(1),
.nav.navbar-nav li:nth-of-type(6) li:nth-of-type(3),
.nav.navbar-nav li:nth-of-type(6) li:nth-of-type(5),
.nav.navbar-nav li:nth-of-type(6) li:nth-of-type(7) {
  display: none;
} */

@media screen and (max-width: 992px) {
    .media-body .btn-link {
        width: 140px !important;
    }

    .media-body .wrapper-title .btn-link {
        display: none;
    }
}

@media screen and (min-width: 992px) {
    .media-body .wrapper-title {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .media-body .wrapper-title h4 {
        display: block;
        width: calc(100% - 150px);
    }

    .media-body .wrapper-title .btn-link {
        display: block;
    }
}

#main_banner .carousel-inner .item {
    /*height: 354px;*/
}

#main_banner .carousel-inner img {
    max-width: 100%;
    /* width: 100%;
      height: 100%;
      object-fit: cover; */
}

@media screen and (min-width: 768px) {
    #main_banner .carousel-inner .item {
        /* height: 450px; */
    }

    .logo {
        width: 110px;
        margin-bottom: 0;
    }

    .logo img {
        width: 100%;
    }

    .nav__header li {
        font-size: 14px;
    }

    .row__members {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        flex-wrap: wrap;
    }

    .card__member {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        margin-bottom: 30px;
        align-items: center;
    }
}

@media screen and (min-width: 992px) {

    .footer ul li,
    .footer p {
        font-size: 18px !important;
        line-height: 1.8;
    }

    .footer h4 {
        font-size: 20px;
    }
}

.carousel-caption h1 a {
    color: #fff;
}

.main-content .col-sm-9 article.customContent {
    margin-bottom: 60px !important;
}


.footer {
    text-align: left;
}

.footer * {
    color: #fff;
}

.footer .logo {
    margin-bottom: 20px;
}

.footer h4 {
    color: #e8a400;
    font-weight: bold;
    text-transform: uppercase;
}

.footer ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.footer ul li {
    text-transform: capitalize;
    font-family: 'Exo', sans-serif;
}

.footer .col-sm-4 ul:not(:last-of-type) {
    margin-bottom: 20px;
}

.footer ul li,
.footer p {
    font-size: 14px;
}

.carousel .carousel-indicators {
    display: none;
}

.carousel .carousel-caption {
    top: auto;
    bottom: 0;
}

.carousel .carousel-control {
    display: -ms-grid;
    display: grid;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
}

.carousel .carousel-control .fa {
    font-size: 36px;
}

.input__checkbox {
    position: relative;
}

.input__checkbox label {
    padding-left: 30px;
}

.input__checkbox input[type="checkbox"] {
    /* position: absolute;
    top: -11px; */
    width: 30px;
    z-index: 1;
    position: relative;
}

.input__checkbox label {
    position: absolute;
    top: 12px;
}

.wrapper__items {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.wrapper__items ul {
    margin: 0 0 0 20px;
    list-style: none;
}

.wrapper__items ul li {
    margin-right: 20px;
}

.wrapper__items ul a {
    color: #fff;
    text-transform: uppercase;
}

.img__member {
    width: 150px;
    height: auto;
    margin-right: 20px;
    object-fit: cover;
    float: left;
}

.wrapper__member {
    display: block;
}

/* .nav.navbar-nav>li:last-of-type, */
.nav.navbar-nav>li:nth-last-of-type(2),
.nav.navbar-nav>li:nth-last-of-type(3),
.nav.navbar-nav>li:nth-last-of-type(4),
.nav.navbar-nav>li:nth-last-of-type(5) {
    display: none;
}

.nav.navbar-nav .dropdown-menu li {
    display: block !important;
}

.member__image {
    max-width: 150px !important;
    border: 2px solid #000;
    padding: 5px;
    border-radius: 50%;
}

.wrapper__articles {
    margin-bottom: 30px;
}

.wrapper__articles h4 {
    width: 100% !important;
}

.show_more {
    cursor: pointer;
    margin: 30px auto 0;
    display: block;
    width: 160px;
    text-align: center;
}

.header__bottom__banner {
    padding-top: 0;
    padding-bottom: 15px;
}

.nav__header {
    width: calc(100% - 200px);
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: flex-end;
}

@media screen and (max-width: 767px) {
    .nav__header {
        display: none;
    }
}

.footer .logo {
    width: 200px;
}

.email span.visible-lg {
    display: inline-block !important;
}

.input__checkbox input[type="checkbox"]:focus {
    box-shadow: none;
}

.conference__date {
    font-size: 18px;
    color: #6666;
    font-weight: bold;
}

@media screen and (min-width: 992px) {

    .conference p,
    .conference ul,
    .conference li {
        font-size: 18px;
        line-height: 1.4;
    }
}

.list-images {
    margin: 0 0 30px;
    padding: 0;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.list-images li {
    /*width: 160px;
    height: 160px;*/
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.list-images li img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
}


.list-images-premium {
    display: grid !important;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 20px 20px;
    grid-template-areas:
        "area1 area2 area3 area4"
        "area1 area5 area6 area6";
}

.area1,
.list-images-premium li:nth-child(1) {
    grid-area: area1;
}

.area2,
.list-images-premium li:nth-child(2) {
    grid-area: area2;
}

.area3,
.list-images-premium li:nth-child(3) {
    grid-area: area3;
}

.area4,
.list-images-premium li:nth-child(4) {
    grid-area: area4;
}

.area5,
.list-images-premium li:nth-child(5) {
    grid-area: area5;
}

.area6,
.list-images-premium li:nth-child(6) {
    grid-area: area6;
}

@media screen and (max-width: 767px) {
    .list-images li img {
        width: auto !important;
        max-width: 100%;
        height: auto;
        max-height: 70px !important;
        margin-bottom: 10px;
    }

    .area1,
    .list-images.list-images-premium li:nth-child(1) img {
        max-height: 180px !important;
    }

    .area2,
    .list-images-premium li:nth-child(2) img {
        max-height: 30px !important;
    }

    .area3,
    .list-images-premium li:nth-child(3) img {
        max-height: 30px !important;
    }

    .area4,
    .list-images-premium li:nth-child(4) img {
        max-height: 30px !important;
    }

    .area5,
    .list-images-premium li:nth-child(5) img {
        max-height: 30px !important;
    }

    .area6,
    .list-images-premium li:nth-child(6) img {
        max-height: 30px !important;
    }

    .list-images-premium {
        display: block !important;
    }

    .list-images-premium li {
        justify-content: flex-start;
    }
}

.list-speakers {
    margin: 0 0 30px;
    padding: 0;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
}

.column-articles .wrapper__articles:first-of-type .btn-link {
    background-color: #000 !important;
}

.column-articles .wrapper__articles:nth-of-type(2) .btn-link {
    background-color: #3c7eb6 !important;
}

.column-articles .wrapper__articles:nth-of-type(3) .btn-link {
    background-color: #d10000 !important;
}

.column-articles .wrapper__articles:nth-of-type(4) .btn-link {
    background-color: #f4ab44 !important;
}

.column-articles .wrapper__articles:last-of-type .btn-link {
    background-color: #257a97 !important;
}

.wrapper__register {
    margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
    .wrapper__register {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        flex-wrap: wrap;
    }

    .wrapper__register .wrapper__left {
        width: 250px;
    }

    .wrapper__register .wrapper__right {
        width: calc(100% - 280px);
        margin-left: 30px;
        padding: 10px;
        border: 1px solid #000;
        box-sizing: border-box;
    }
}

@media screen and (min-width: 992px) {
    .wrapper__register .wrapper__left {
        width: 320px;
    }

    .wrapper__register .wrapper__right {
        width: calc(100% - 350px);
        padding: 30px;
    }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
    .wrapper__register #contactForm label {
        font-size: 12px !important;
    }
}

.row__conferinte .col-sm-12:not(:last-of-type) {
    margin-bottom: 30px;
}

.row__conferinte .col-sm-12 .media-left img {
    width: 180px;
    height: auto;
    obejct-fit: cover
}

.after-carousel ins,
.after-carousel_full_width ins {
    width: 100% !important;
    height: auto !important;
}

.after-carousel ins img,
.after-carousel_full_width ins img {
    width: 100% !important;
    height: auto !important;
}

.after-carousel_full_width .col-sm-12 {
    margin-top: 0;
    padding-top: 0;
}


.customContent p img {
    max-width: 100%;
    height: auto;
}

.header .nav.navbar-nav .dropdown-menu li:last-of-type {
    display: none !important;
}

.header .nav.navbar-nav .dropdown li:nth-last-of-type(2) {
    display: none !important
}

.header .nav.navbar-nav li:nth-of-type(4) .dropdown-menu li:nth-last-of-type(2) {
    display: block !important;
}

.header .nav.navbar-nav li a.shop {
    background: red;
    color: #fff;
    padding: 15px !important;
    /* position: absolute; */
    /* top: -27px; */
}

.heading--28 {
    background: red;
    color: #fff;
}

.heading--28+.row .column-articles .media-left a {
    width: 370px;
}

.heading--28+.row .btn-link {
    background-color: red;
}

/*
.nav.navbar-nav>li:nth-of-type(1) {
  order: 1;
}

.nav.navbar-nav>li:nth-of-type(2) {
  order: 2;
}

.nav.navbar-nav>li:nth-of-type(3) {
  order: 3;
}

.nav.navbar-nav>li:nth-of-type(4) {
  order: 4;
}

.nav.navbar-nav>li:nth-of-type(5) {
  order: 5;
}

.nav.navbar-nav>li:nth-of-type(6) {
  order: 6;
}

.nav.navbar-nav>li:nth-of-type(7) {
  order: 7;
}

.nav.navbar-nav>li:nth-of-type(8) {
  order: 8;
}

.nav.navbar-nav>li:nth-of-type(9) {
  order: 10;
}

.nav.navbar-nav>li:last-of-type {
  order: 9;
} */

.form-subscribe .form-group {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 10px;
}

.form-subscribe #gdpr1,
.form-subscribe #gdpr2 {
    width: 15px;
    height: 20px;
    margin-right: 10px;
}

.form-subscribe .input__checkbox label {
    top: 0;
}

.side-banner {
    z-index: 1001;
}

@media screen and (max-width: 768px) {
    .side-banner {
        display: block !important;
        top: 110px !important;
        width: 35px !important;
    }

    .form-subscribe .form-group {
        display: flex;
        flex-direction: row;
        align-items: center;
        margin-top: 10px;
    }

    .form-subscribe #gdpr1 {
        width: 15px;
        height: 20px;
        margin-right: 10px;
    }

    main.container .main-content .header__bottom__banner {
        margin: 0 35px !important;
    }

    .row.after-carousel {
        /*margin: 0 20px !important;*/
    }

    main.container .main-content .header__bottom__banner+.row {
        /*margin: 0 20px;*/
    }

    .header__bottom__banner {
        padding-bottom: 11px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
    .side-banner {
        display: block !important;
        top: 15px !important;
        width: 45px !important;
    }

    .side-banner--left {
        top: 15px !important;
    }

    .side-banner--right {
        top: 15px !important;
    }

    .home .side-banner--left {
        left: 15px !important;
    }

    .home .side-banner--right {
        right: 15px !important;
    }

    .sticky.side-banner--left {
        width: 40px !important;
        margin-left: 0;
        left: 0;
    }

    .sticky.side-banner--right {
        width: 40px !important;
        margin-right: 0;
        right: 0;
    }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
    .side-banner {
        width: 80px !important;
    }

    .sticky.side-banner--left {
        width: 60px !important;
    }

    .sticky.side-banner--right {
        width: 60px !important;
    }

    main.container .main-content .header__bottom__banner {
        margin: 0 0;
    }

    main.container .main-content .header__bottom__banner+.row {
        margin: 0 0;
    }
}

@media screen and (max-width: 1200px) {
    .header__bottom+#wrapper {
        position: relative;
    }
}

@media screen and (max-width: 768px) {
    .default-page .header__bottom+#wrapper {
        display: none;
    }

    .side-banner--left {
        left: -5px;
    }

    .side-banner--right {
        right: -5px;
    }

    .home .side-banner--left {
        left: -5px;
    }

    .home .side-banner--right {
        right: -5px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
    .side-banner--left {
        left: -60px;
    }

    .side-banner--right {
        right: -60px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
    .default-page .side-banner--left {
        width: 40px !important;
        left: -40px;
    }

    .default-page .side-banner--right {
        width: 40px !important;
        right: -40px;
    }

    .default-page .sticky.side-banner--left {
        left: 0;
    }

    .default-page .sticky.side-banner--right {
        right: 0;
    }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
    .default-page .main-content {
        margin-left: 30px;
        margin-right: 30px;
    }
}

.dcmads {
    width: 1100px;
    /* height: 193px; */
    max-width: 100% !important;
}

.dcmads img {
    width: 100% !important;
    height: auto !important;
}

@media screen and (max-width: 1100px) {
    .dcmads {
        width: 100% !important;
        height: auto !important;
    }
}

@media screen and (max-width: 1199px) {
    .member__wrapper p {
        margin-bottom: 1rem;
        line-height: 1.2;
    }

    .member__image {
        max-width: 100% !important;
    }
}

@media (max-width: 767px) {
    .header .container.nav-container {
        position: absolute !important;
        top: 60px;
        z-index: 2;
        right: 0;
        width: 100%;
    }

    .navbar-collapse {
        background-color: #000 !important;
    }

    .header .social-list--grey {
        margin-right: 60px;
    }

    main.container .main-content .header__bottom__banner {
        margin-block: 0;
    }

    /*main.container .main-content .header__bottom__banner {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    main.container .main-content .header__bottom__banner + .row {
        margin-left: -15px !important;
        margin-right: -15px !important;
    }
    .row.after-carousel {
        margin-left: -15px !important;
        margin-right: -15px !important;
    }*/
}

.demo-msg {
    display: none !important;
}

.solid-container iframe {
    height: calc(100vh - 200px) !important;
}

.header-top__white .row {
    background-image: url("/images/prometeon_banner_ro.jpg");
    background-attachment: fixed;
    background-repeat: no-repeat;
    position: relative;
    background-position: center 0px;
    background-size: 770px 120px;
    cursor: pointer;
}

.wrapper__items ul a {
    text-shadow: 0 0 1px #000;
}

@media (max-width: 767px) {
    .header-top__white .row {
        background-position: center bottom;
        background-attachment: initial;
        background-size: 100%;
        margin-top: 20px;
        padding-bottom: 68px;
    }

    .navbar-toggle .icon-bar {
        box-shadow: 0 0 1px #000;
    }

    #main_banner.carousel {
        margin: 0 35px !important;
    }
}

@media (max-width: 767px) {
    .sticky.hidden-xs.side-banner {
        display: none !important;
    }
}
