/* ======================== OSNOVNO ======================== */
body {
    font-family: "Oswald", sans-serif;
    /*font-family: 'Open Sans', sans-serif;*/
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Oswald", sans-serif;
}
p {
    font-family: "Roboto", sans-serif;
}
a,
a:hover {
    transition: all 0.3s ease-in-out;
    text-decoration: none;
    font-family: "Roboto", sans-serif;
}
a:hover {
    cursor: pointer;
}
.white_txt {
    color: #f1f1f1;
}
/* ======================== TOP MENU ======================== */
.navbar {
    margin: 0px;
    padding: 20px 0px;
}
.navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
}

.navbar-nav > li > span {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
    display: block;
    font-family: "Roboto", sans-serif;
}

.navbar-nav > li.logged {
    padding-left: 8px;
    border-left: 2px solid #851641;
    max-width: 200px;
    word-wrap: break-word;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li.active > a {
    color: #bc0035;
    background: transparent;
}
.login a {
    background: #851641;
    color: #fff !important;
    margin-left: 40px;
    border: 1px solid #851641;
}
.singup a {
    background: #bc0035;
    color: #fff !important;
    margin-left: 10px;
    border: 1px solid #bc0035;
}
.login:hover a {
    color: #851641 !important;
    background: #fff;
}
.singup:hover a {
    color: #bc0035 !important;
    background: #fff;
}
.hero_logo {
    width: 179px;
    /*  margin-left: -110px;*/
    margin-top: -1px;
}
/* ======================== FOOTER ======================== */
footer {
    background: #dee1e6;
    padding: 60px 0px;
}
footer .copyrights {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 300;
    color: #4d4d4d;
}
footer .social_icons {
    padding-bottom: 25px;
}
footer .social_icons .fa {
    color: #4e4e4e;
    font-size: 28px;
    margin: 0px 5px;
    transition: all 0.3s ease-in-out;
}
footer .social_icons .fa-facebook-official:hover {
    color: #3b5999;
}
footer .social_icons .fa-linkedin-square:hover {
    color: #0077b5;
}
footer .social_icons .fa-twitter:hover {
    color: #55acee;
}
footer .social_icons .fa-instagram:hover {
    color: #e4405f;
}
/* ======================== HOME PAGE SLIDER ======================== */
.flexslider {
    border: none;
}
.flex-direction-nav a {
    text-decoration: none;
    display: block;
    width: 30px;
    height: 80px;
    padding-top: 15px;
    position: absolute;
    top: 45%;
    z-index: 10;
    overflow: hidden;
    opacity: 0;
    cursor: pointer;
    color: rgba(255, 255, 255, 0.8);
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -ms-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}
.flex-direction-nav a:focus {
    outline: none;
}
.flex-direction-nav a::before {
    font-family: "FontAwesome";
    font-size: 45px;
    display: inline-block;
    content: "\f053";
    color: rgba(255, 255, 255, 0.5);
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
#home_slider .slider {
    color: #fff;
    height: 475px;
    position: relative;
}
#home_slider .slider2 {
    background: url(../images/home_slider2.jpg) no-repeat center center / cover;
    color: #fff;
    height: 475px;
    position: relative;
}
#home_slider h2 {
    position: absolute;
    bottom: 20%;
    left: 50%;
    transform: translateX(-50%);
    right: 0;
    font-weight: 600;
    width: 40%;
    color: #fff;
}

#home_slider h2 a {
    font-family: "Oswald", sans-serif;
    color: #fff;
}
#home_slider h2 a:hover {
    color: #fff;
    text-decoration: underline;
}
ol.flex-control-nav.flex-control-paging {
    display: none;
}
#home_slider .hero_logo {
    /*    width: 110px;
        margin-left: -110px;
        margin-top: -1px;*/
    position: absolute;
    z-index: 1;
}
/* ======================== HOME PAGE NEWS BOX ======================== */
.home_news_box {
    padding: 80px 0px;
}
.home_news_box h2 {
    padding-bottom: 20px;
    padding-left: 15px;
    font-weight: 600;
}

.home_single_news {
    color: #333;
}

.home_single_news img {
    border-bottom: 5px solid #bc0035;
}
.home_single_news .news_headline {
    font-family: "Oswald", sans-serif;
    padding-top: 15px;
    font-size: 20px;
}

.home_single_news:hover .news_headline {
    text-decoration: underline;
}

.home_single_news .news_date,
.news_date {
    font-family: "Oswald", sans-serif;
    color: #bc0035;
}
.home_news_box_innerbox {
    position: relative;
}
.home_news_box_innerbox .dugme_viewall {
    position: absolute;
    right: 30px;
    top: 25px;
    padding: 5px 30px;
    color: #333;
    font-size: 14px;
    border: 1px solid #ccc;
}
.home_news_box_sideinnerbox {
    padding-top: 45px;
}
.home_news_box_sideinnerbox_signup {
    background: #ebebed;
    padding: 50px 20px;
}
.home_news_box_sideinnerbox_weekly,
.home_news_box_sideinnerbox_tweets {
    padding: 50px 20px;
    border-top: 2px solid #ebebed;
    border-left: 2px solid #ebebed;
    height: 444px;
    overflow-y: scroll;
}
.home_news_box_sideinnerbox_signup .news_side_headline,
.home_news_box_sideinnerbox_weekly .news_side_headline,
.home_news_box_sideinnerbox_tweets .news_side_headline {
    font-family: "Oswald", sans-serif;
    font-weight: 600;
    font-size: 28px;
}
.home_news_box_sideinnerbox_signup .news_side_subheadline {
    font-family: "Oswald", sans-serif;
    font-weight: 400;
    font-size: 20px;
}
.home_news_box_sideinnerbox_signup img {
    padding-bottom: 25px;
}
.home_news_box_sideinnerbox_signup .dugme_signup {
    padding: 5px 30px;
    color: #f1f1f1;
    background: #bc0035;
    font-size: 14px;
    border: 1px solid #bc0035;
    margin-top: 10px;
}
.home_news_box_sideinnerbox_weekly ul li {
    list-style: none;
    padding: 7px 0px;
    font-size: 16px;
    border-bottom: 1px solid #f8f9fa;
    text-align: left;
}
.home_news_box_sideinnerbox_weekly ul {
    padding: 0px;
    width: 75%;
    margin: 0 auto;
}
.home_news_box_sideinnerbox_weekly ul li:before {
    content: "\003e";
    padding-right: 5px;
    vertical-align: text-top;
    color: #bc0035;
}
.home_news_box_sideinnerbox_tweets {
    position: relative;
}
.home_news_box_sideinnerbox_tweets .twitter_button {
    position: absolute;
    right: 25px;
    top: 60px;
    text-align: right;
}
.home_news_box_sideinnerbox_tweets .twitter_button iframe {
    width: 25%;
}
/* ======================== HOME PAGE ABOUT BOX ======================== */
.home_about_box {
    background: url(../images/home_aboutbox.jpg) no-repeat center center / cover;
    padding-top: 100px;
    padding-bottom: 150px;
}
.home_about_box h2 {
    color: #f1f1f1;
}
.home_about_box p {
    font-weight: 300;
    color: #f1f1f1;
    padding: 20px 0px 25px;
}
.home_about_box .dugme_more a {
    padding: 10px 40px;
    color: #f1f1f1;
    font-size: 18px;
    border: 1px solid #f1f1f1;
}
.home_about_box .dugme_more a:hover {
    border: 1px solid #f1f1f1;
    background: #f1f1f1;
    color: #333;
}
/* ======================== HOME PAGE MEMBERS BOX ======================== */
.home_members_box {
    padding: 80px 0px;
}
.home_members_box h2 {
    padding-bottom: 40px;
}

.members-box {
    display: flex;
    flex-wrap: wrap;
}

.members-box h4 {
    width: 100%;
}

.members-box .news_partners_box .news_partners_innerbox_txt {
    /*    height: calc(100% - 145px);
        background: #ebebed;*/
}

.members-box .news_partners_box .news_partners_innerbox_img {
    height: 145px;
}

.members-box .news_partners_box .news_partners_innerbox_img img {
    margin: 0 auto;
    max-width: 100%;
    max-height: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: relative;
}

p.oryx_members,
p.falcon_members {
    text-align: center;
    font-size: 12px;
    position: relative;
    z-index: 1;
    font-weight: 200;
}
p.oryx_members:before,
p.falcon_members:before {
    border-top: 1px solid rgba(204, 204, 204, 0.4);
    content: "";
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    bottom: 0;
    width: 95%;
    z-index: -1;
}
p.oryx_members span,
p.falcon_members span {
    background: #fff;
    padding: 0 15px;
    font-size: 14px;
    font-weight: 400;
}
.slider_oryx_members {
    margin-top: 20px;
    margin-bottom: 15px;
}
.slider_falcon_members {
    margin-bottom: 55px;
}

.slider .slider-item {
    position: relative;
    height: 150px;
}

.slider .slider-item img {
    max-height: 150px;
    width: 80%;

    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
}

.home_members_box .dugme_viewall a {
    padding: 5px 30px;
    color: #333;
    font-size: 14px;
    border: 1px solid #ccc;
}
.slick-prev:before,
.slick-next:before {
    color: #ccc;
}
/* ======================== SUB NAVIGATION ======================== */

.sub_navigation {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.sub_navigation a {
    float: left;
    color: #333;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    border-left: 1px solid #ccc;
    border-bottom: 2px solid #fff;
    transition: all 0.3s ease-in-out;
    text-transform: uppercase;
}

.sub_navigation a:hover,
.sub_navigation .active a {
    color: #851641;
    border-bottom: 2px solid #851641;
}

/* ======================== ABOUT PAGES NAVIGATION ======================== */
.about_pages_mvh_box {
    overflow: hidden;
}
.about_pages_hero {
    height: 260px;
}
.about1_pages_hero {
    background: url(../images/about1_hero.jpg) no-repeat center center / cover;
}
.about2_pages_hero {
    background: url(../images/about2_hero.jpg) no-repeat center center / cover;
}
.about3_pages_hero {
    background: url(../images/about3_hero.jpg) no-repeat center center / cover;
}
.about4_pages_hero {
    background: url(../images/about4_hero.jpg) no-repeat center center / cover;
}
.about5_pages_hero {
    background: url(../images/about5_hero.jpg) no-repeat center center / cover;
}

.about_pages_navigation ul a {
    padding: 10px 10px;
}
.about_pages_mvh_headline {
    padding: 25px 0px;
}
.about_vision_box p,
.about_history_box2 p {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-size: 14px;
    padding-top: 15px;
}
.about_mision_box p,
.about_history_box1 p {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-size: 22px;
    padding-top: 15px;
}
.about_mision_vision {
    background: #ebebed url(../images/about_mision_vision.png) no-repeat center center / cover;
    padding: 80px 0px 100px;
}
.about_history {
    background: #ebebed url(../images/about_history.png) no-repeat center center / cover;
    padding: 80px 0px 100px;
}
.about_mision_box h2,
.about_vision_box h2,
.about_history_box1 h2 {
    float: left;
}
.about_mision_box hr,
.about_vision_box hr,
.about_history_box1 hr,
.about_history_box2 hr {
    margin-bottom: 0px;
    margin-left: 15px;
    margin-top: 35px;
    float: left;
}
.about_mision_box .hr_mision,
.about_vision_box .hr_vision {
    width: 75%;
    border: 3px solid #333;
}
.about_history_box1 .hr_history1 {
    width: 75%;
    border: 3px solid #fff;
}
.about_history_box2 .hr_history2 {
    width: 100%;
    border: 3px solid #fff;
    margin-left: 0px;
}
.about2_board_of_directors ul {
    padding: 0px;
    margin: 0px;
    padding-top: 30px;
}
.about2_board_of_directors ul li {
    list-style: none;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-size: 14px;
    border-bottom: 1px solid #ccc;
}
.about2_board_of_directors ul li p:first-of-type {
    margin-bottom: 0px;
    padding-top: 10px;
    font-weight: 400;
}
.about2_board_of_directors ul li p:last-of-type {
    padding-bottom: 15px;
    margin-bottom: 0px;
}
.about2_board_of_directors ul li:last-of-type {
    border-bottom: none;
}
.about2_board,
.about2_members {
    padding-top: 30px;
    padding-right: 30px;
    padding-bottom: 100px;
}
/* ======================== NEWS PAGES ======================== */
.news_pages_hero {
    height: 260px;
}
.news_pages_hero {
    background: url(../images/news_hero.jpg) no-repeat center center / cover;
}
.news_partners_hero {
    background: url(../images/news_partners_hero.jpg) no-repeat center center / cover;
}
.news_login_hero {
    background: url(../images/news_login_hero.jpg) no-repeat center center / cover;
}
.page-single {
    padding: 20px 0px;
}
.news_all {
    padding: 60px 0px;
}
.news_all_sidebar,
.news_all_mainbox {
    padding: 0px;
}
.siderbar_box_twitter {
    position: relative;
    overflow-y: scroll;
}
.siderbar_box_twitter .twitter_button {
    position: absolute;
    right: 25px;
    top: 60px;
    text-align: right;
}
.siderbar_box_twitter .twitter_button iframe {
    width: 25%;
}
.siderbar_box_twitter,
.siderbar_box_weekly,
.siderbar_box_events {
    padding: 50px 20px;
    border: 2px solid #f1f1f1;
    height: 430px;

    border-bottom: none;
}
.siderbar_box_events {
    border-bottom: 2px solid #f1f1f1;
    overflow-y: scroll;
    background: #ebebed;
}
.siderbar_box_twitter .news_side_headline,
.siderbar_box_weekly .news_side_headline,
.siderbar_box_events .news_side_headline {
    font-family: "Oswald", sans-serif;
    font-weight: 600;
    font-size: 28px;
}

.siderbar_box_weekly ul {
    padding: 0px;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 30px;
}
.siderbar_box_weekly ul li {
    list-style: none;
    padding: 7px 0px;
    font-size: 16px;
    border-bottom: 1px solid #f1f1f1;
    text-align: left;
}
.siderbar_box_weekly ul li:before {
    content: "\003e";
    padding-right: 5px;
    vertical-align: text-top;
    color: #bc0035;
}

.weekly_briefs li {
    font-family: "Roboto", sans-serif;
}
.weekly_briefs li a {
    color: #333;
}

.weekly_briefs li a:hover {
    text-decoration: underline;
}
.siderbar_box_weekly .dugme_viewall {
    padding: 5px 30px;
    color: #333;
    font-size: 14px;
    border: 1px solid #e0e2e7;
    background: #ebebed;
}
.news_sidebar_events_box {
    padding-bottom: 25px;
}
.news_sidebar_events_box .date {
    font-family: "Roboto", sans-serif;
    margin-bottom: 0px;
}
.news_sidebar_events_box .txt {
    color: #a4a4a4;
    font-family: "Roboto", sans-serif;
}

.news_sidebar_events_box .txt a {
    color: #a4a4a4;
    font-family: "Roboto", sans-serif;
}

.news_sidebar_events_box .txt a:hover {
    color: #565656;
}
.news_sidebar_events_box img {
    width: 80%;
}
.news_all_mainbox_headline {
    border: 2px solid #f1f1f1;
    border-right: none;
}
.events_all_mainbox_headline {
    text-transform: uppercase;
}
.news_all_mainbox_2latestnews {
    padding: 35px 15px 35px;
    border-left: 2px solid #f1f1f1;
    border-bottom: 2px solid #f1f1f1;
}
.news_all_mainbox_4smallnews {
    padding: 50px 15px 50px;
    border-left: 2px solid #f1f1f1;
    border-bottom: 2px solid #f1f1f1;
}
.news_all_mainbox_4smallnews .news_headline {
    font-size: 16px;
}
.home_single_news .events_headline {
    min-height: 75px;
    padding-top: 0px !important;
}
.home_single_news .events_date {
    margin: 0px;
    padding-top: 15px;
    padding-bottom: 6px;
}
.home_single_news .events_date span {
    color: #000;
}
.news_all_mainbox_4smallnews .home_single_news_noimg .news_headline {
    padding-top: 0px;
}
.news_all_mainbox_4smallnews .home_single_news_noimg .news_txt {
    font-size: 12px;
    color: #a4a4a4;
}
.news_all_mainbox_4smallnews .home_single_news {
    border-left: 1px solid #ccc;
    margin-bottom: 45px;
}
.news_all_mainbox_4smallnews .row .home_single_news:first-of-type {
    border-left: none;
}
.news_all_mainbox_2latestnews .home_single_news:first-of-type {
    border-left: none;
}
.news_single_mainbox_img img {
    width: auto;
    max-width: 100%;
    margin: 0 auto;
    border-bottom: 5px solid #bc0035;
}
.news_single_mainbox,
.news_single_mainbox_img {
    padding: 0px;
}
.news_single_body_box {
    font-family: "Roboto", sans-serif;
    padding: 50px;
    border: 2px solid #f1f1f1;
}

.news_single_body_box p,
.news_single_body_box ul,
.news_single_body_box ol {
    margin-bottom: 15px;
}

.news_single_main_headline {
    padding-bottom: 30px;
}
.news_single_date {
    padding-bottom: 20px;
    color: #bc0035;
}
.news_single_txt {
    padding-bottom: 15px;
}
.news_singles_small_headline {
    color: #bc0035;
    font-weight: 600;
    padding-bottom: 15px;
}
#news_partners {
    padding: 30px 0px 60px;
}
.news_partners h1 {
    padding-bottom: 50px;
}
.news_partners h4 {
    padding-bottom: 30px;
}
.news_partners_box {
    margin-bottom: 25px;
}
.news_partners_box p {
    margin: 0px;
    padding: 8px 25px;
    background: #ebebed;
}
.news_partners_innerbox_img {
    /*border: 1px solid #ebebed;*/
    border-bottom: none;
    padding-bottom: 8px;
}
.news_partners_innerbox_img img {
    margin: 0 auto;
}
.news_partners_innerbox_txt .partners_name {
    padding-top: 15px;
    font-weight: 300;
}
.link_more a {
    color: #8f0035;
    text-transform: uppercase;
}
.link_more:before {
    content: " » ";
    margin-right: 5px;
    color: #8f0035;
}
.oryx_members,
.falcon_members {
    overflow: hidden;
}
.news_partners .falcon_members {
    padding-top: 50px;
}
#news_login {
    background: #ebebed;
    background: -moz-linear-gradient(right, #ebebed 50%, #ffffff 50%);
    background: -webkit-linear-gradient(right, #ebebed 50%, #ffffff 50%);
    background: linear-gradient(to left, #ebebed 50%, #ffffff 50%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebebed', endColorstr='#ffffff',GradientType=1 );

    padding-top: 50px;
    padding-bottom: 50px;
}
.news_login_box {
    /*padding:60px 0px;*/
}
.news_login_box .light_gray_bgd_box {
    background: #fff;
}
.news_login_box .white_bgd_box {
    background: #ebebed;
}
.news_login_left img {
    padding-top: 45px;
}
.news_login_forma {
    width: 60%;
    margin: 0 auto;
    padding-top: 15px;
}
.news_login_forma p {
    padding-bottom: 20px;
}
.news_login_forma input[type="text"],
.news_login_forma input[type="password"] {
    width: 100%;
    padding: 8px 15px;
    margin: 5px 0px;
    border: none;
    font-family: "Roboto", sans-serif;
}
.news_login_forma input:focus,
.news_login_forma input:hover {
    outline: none;
}
.news_login_forma .help-block {
    color: #8f0035;
}
.news_login_forma button {
    width: 100%;
    padding: 8px 15px;
    margin: 5px 0px;
    color: #f1f1f1;
    background: #8f0035;
    border: 1px solid #8f0035;
    font-family: "Roboto", sans-serif;
    transition: all 0.3s ease-in-out;
}
.news_login_forma button:hover {
    border: 1px solid #8f0035;
    color: #8f0035;
    background: #f1f1f1;
}
.news_login_forma label.checkbox {
    font-weight: 400;
    font-family: "Roboto", sans-serif;
}
/* */
.news_gallery_headline {
    border: 2px solid #f1f1f1;
    border-right: none;
    padding-bottom: 15px;
}
.news_gallery_photo_slider {
    padding: 25px 0px;
    border: 2px solid #f1f1f1;
    border-right: none;
    border-top: none;
}
.news_gallery_photo_slider .news_headline {
    font-weight: 600;
    padding-top: 10px;
}

.news_gallery_photo_slider .news_gallery_photo_single_slide p {
    color: #333;
}

.news_gallery_photo_slider .news_gallery_photo_single_slide:hover p {
    text-decoration: underline;
}

.news_gallery_video_slider {
    background: #3c393f;
    border-right: none;
}
.news_gallery_video_slider h1 {
    color: #f1f1f1;
    padding-bottom: 15px;
    border-bottom: 2px solid #2c292f;
}
.news_gallery_video_single_post {
    padding: 15px 15px 35px;
    border-right: 1px solid #2c292f;
    color: #f1f1f1;
}
.news_gallery_video_single_post .news_video_txt {
    font-weight: 300;
    padding: 10px 0px 15px;
}
.news_gallery_press_relese {
    border-left: 2px solid #f1f1f1;
    border-bottom: 2px solid #f1f1f1;
}
.news_gallery_press_relese h1 {
    padding-bottom: 15px;
}

.news_gallery_press_relese_single_item img {
    border-bottom: 5px solid #bc0035;
}
.news_gallery_press_relese_single_item .news_headline {
    font-family: "Oswald", sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #4d4d4d;
}
.news_gallery_press_relese_single_item .news_txt {
    font-size: 14px;
    color: #4d4d4d;
}
.news_gallery_press_relese_single_item .news_date {
    font-family: "Oswald", sans-serif;
    color: #bc0035;
}
.news_press_relese_headline {
    padding-bottom: 15px;
    border-left: 2px solid #f1f1f1;
    border-bottom: 2px solid #f1f1f1;
}
.news_gallery_press_relese {
    padding: 20px 0px;
    border-left: 2px solid #f1f1f1;
    border-bottom: 2px solid #f1f1f1;
}
/* ======================== ABOUT PAGES ======================== */
.about3_partners {
    padding-bottom: 60px;
    display: flex;
    flex-wrap: wrap;
}
.about3_partners h1 {
    padding-bottom: 50px;
    width: 100%;
}
.about3_partners_box {
    margin-bottom: 25px;
}
.about3_partners_box p {
    margin: 0px;
    padding: 8px 25px;
    background: #ebebed;
}
.about3_partners_innerbox_img {
    border: 1px solid #ebebed;
    border-bottom: none;
    height: 145px;
}
.about3_partners_innerbox_img img {
    margin: 0 auto;
    max-width: 100%;
    max-height: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: relative;
}
.about4_stuffs {
    padding-bottom: 60px;
}
.about4_stuffs h1 {
    padding-bottom: 50px;
}
.about4_stuffs_stuffmember {
    margin: 20px 0px;
}
.about4_stuffs img {
    border-radius: 50%;
    width: 70%;
    margin: 0 auto;
    margin-bottom: 15px;
}
.about4_stuffs_stuffmember p {
    margin: 0px;
    font-size: 16px;
}
.about4_stuffs_stuffmember .about4_stuffs_position {
    color: #aaa;
}
#about5_membership,
#contact_box {
    background: #ebebed;
    background: -moz-linear-gradient(left, #ebebed 50%, #ffffff 50%);
    background: -webkit-linear-gradient(left, #ebebed 50%, #ffffff 50%);
    background: linear-gradient(to right, #ebebed 50%, #ffffff 50%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebebed', endColorstr='#ffffff',GradientType=1 );
}
.light_gray_bgd_box {
    background: #ebebed;
    padding: 50px 100px 120px 0px;
}
.white_bgd_box {
    background: #fff;
    padding: 50px 0px 120px 100px;
}
.membership_box_left {
    font-family: "Roboto", sans-serif;
}

.membership_box_left p {
    font-weight: 300;
    font-size: 18px;
    padding-top: 30px;
}
.membership_box_right p:first-of-type {
    padding-top: 100px;
}
.membership_box_right a {
    color: #8f0035;
}
.membership_link_box ul,
.membership_download_box ul {
    padding: 0px;
    margin: 0px;
    margin-top: 60px;
}
.membership_link_box li,
.membership_download_box li {
    list-style: none;
    padding: 20px 15px;
    font-size: 16px;
    font-weight: 300;
    font-family: "Roboto", sans-serif;
    border: 1px solid #ebebed;
    border-top: none;
}
.membership_link_box li:first-of-type,
.membership_download_box li:first-of-type {
    text-transform: uppercase;
    padding: 10px 15px;
    background: #8f0035;
    color: #f1f1f1;
    font-size: 20px;
    font-weight: 400;
    font-family: "Oswald", sans-serif;
    border-radius: 5px 5px 0px 0px;
    border: 1px solid #8f0035;
    border-bottom: none;
}
.membership_link_box li a,
.membership_download_box li a {
    color: initial;
}
.membership_link_box li:before {
    content: " » ";
    margin-right: 5px;
    color: #8f0035;
}
.membership_download_box li:before {
    content: "";
    display: inline-block;
    background: url("../images/pdf_icon.png") no-repeat center center / cover;
    width: 55px;
    height: 30px;
    margin-right: 10px;
    margin-top: 5px;
}
.membership_link_box li:first-of-type:before,
.membership_download_box li:first-of-type:before {
    content: none;
}
/* ======================== CONTACT PAGE ======================== */
#contact_box {
    padding-top: 80px;
}
.contact_hero {
    background: url(../images/contact_hero.jpg) no-repeat center center / cover;
    height: 260px;
}
.contact_box_left h1 {
    padding-bottom: 60px;
}
.contact_box_left h2 {
    padding-bottom: 30px;
}
.contact_box_left p {
    font-weight: 300;
    padding-bottom: 10px;
}

.contact_box_right ul {
    padding: 0px;
    margin: 0px;
    margin-top: 60px;
}
.contact_box_right li {
    list-style: none;
    padding: 15px 0px;
}
.contact_box_right li:before {
    content: " » ";
    margin-right: 5px;
    color: #8f0035;
}
.contact_box_right li a {
    color: initial;
    font-weight: 300;
    font-size: 18px;
}
/* ======================== RESOURCES PAGES ======================== */
.resources_hero {
    height: 260px;
}
.resources_hero_about_qatar {
    background: url(../images/resources_hero.jpg) no-repeat center center / cover;
    height: 260px;
}
.resources_navigation a {
    font-size: 12px;
    padding: 10px 5px;
}
.resources_about_qatar_upperbox {
    background: #1e2b5d;
    padding: 40px;
}
.resources_about_qatar_upperbox h1 {
    color: #f1f1f1;
    padding-bottom: 25px;
    padding-left: 45px;
}
.resources_about_qatar_left_box,
.resources_about_qatar_right_box {
    padding: 0px;
}
.resources_about_qatar_left_box p,
.resources_about_qatar_right_box p {
    padding-left: 45px;
    padding-right: 45px;
    color: #f1f1f1;
    font-weight: 300;
}
.resources_about_qatar_downbox {
    background: url(../images/resources_about_qatar_bgd.jpg) no-repeat center center / cover;
    padding: 250px 0px;
}
.resources_about_qatar_downbox h1 {
    color: #f1f1f1;
    font-size: 50px;
    margin-bottom: 50px;
}
.resources_about_qatar_downbox a.dugme_more {
    padding: 10px 40px;
    color: #f1f1f1;
    font-size: 18px;
    border: 1px solid #f1f1f1;
}
.resources_about_qatar_downbox a.dugme_more:hover {
    border: 1px solid #f1f1f1;
    background: #f1f1f1;
    color: #333;
}
/* ======================== SERVICES PAGES ======================== */
.services_hero {
    height: 260px;
}
.services1_hero {
    background: url(../images/services1_hero.jpg) no-repeat center center / cover;
    height: 260px;
}
.services_navigation a {
    font-size: 14px;
    padding: 10px 15px;
}
.services1_upperbox {
    background: url(../images/services1_upperbox.jpg) no-repeat center center / cover;
}
.services1_downbox {
    background: url(../images/services1_downbox.jpg) no-repeat center center / cover;
}
#services1_box p {
    padding-top: 25px;
}
.services1_upperbox .col-md-12 {
    padding-top: 40px;
}
.services1_upperbox .col-md-6,
.services1_downbox .col-md-6 {
    padding-top: 40px;
    padding-right: 90px;
    padding-bottom: 100px;
}
.services1_upperbox_desnobox,
.services1_downbox_desnobox {
    padding-left: 50px;
}
.services1_downbox_desnobox {
    color: #f1f1f1;
}
.services1_upperbox h2,
.services1_downbox_levobox h2 {
    float: left;
}
.services1_upperbox hr,
.services1_downbox_levobox hr {
    float: left;
    width: 50%;
    border: 3px solid #333;
    margin-left: 15px;
    margin-top: 35px;
}
/* ======================== SINGLE POST ======================== */
.single-post {
    background: #ddd;
    padding-top: 15px;
}

.briefs a {
    color: #333;
}

.briefs a:hover {
    text-decoration: underline;
}

.briefs .brief-item {
    margin-top: 15px;
    font-size: 16px;
    padding-left: 10px;
}

/* ======================== AUTH FORMS ======================== */
.authform {
    min-height: 70vh;
    margin-top: 40px;
}

.authform a {
    color: #333;
    font-family: "Oswald", sans-serif;
}

.authform a:hover {
    text-decoration: underline;
}

.authform .form-title {
    text-align: center;
    margin-bottom: 15px;
}

.authform .forget-password {
    float: left;
}

.authform .vt-register-link {
    margin-top: 15px;
    color: #bc0035;
}

.authform .form-actions {
    overflow: auto;
}

.authform .create-account {
    position: relative;
    margin-top: 20px;
    text-align: center;
}

.authform button[type="submit"] {
    background: #bc0035;
    border: 1px solid #bc0035;
    color: #fff;
    float: right;
}

.authform button[type="submit"]:hover,
.authform button[type="submit"]:focus {
    background: #fff;
    color: #bc0035;
}

.error-form {
    color: #bc0035;
    padding: 10px 0 5px 10px;
    border-left: 3px solid #bc0035;
    margin: 10px 0;
}

.success-form {
    color: darkgreen;
    padding: 20px 0 15px 10px;
    border-left: 3px solid darkgreen;
    margin: 10px 0;
}

.font-red {
    color: #bc0035;
}

.gray-btn {
    background: #ebebed;
}

.gray-btn:hover {
    background: #fff;
}

.pagination > li > a,
.pagination > li > span {
    margin: 0 7px;
    color: #333;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    background: #ebebed;
    border-color: #ebebed;
    color: #333;
}

.partner-small-img {
    max-height: 150px;
    margin-bottom: 5px;
    display: inline-block;
}

.gallery_single_mainbox {
    border: 2px solid #ebebeb;
}

.gallery-holder {
}

.gallery-holder a {
    display: inline-block;
    overflow: auto;
}

.gallery-holder a:hover {
    -webkit-box-shadow: 3px 3px 5px 1px rgba(166, 166, 166, 1);
    -moz-box-shadow: 3px 3px 5px 1px rgba(166, 166, 166, 1);
    box-shadow: 3px 3px 5px 1px rgba(166, 166, 166, 1);
}

.gallery-holder .gallery_photo_single {
    margin-top: 20px;
}

.subnavbar .navbar-toggle {
    background: #fff;
    border: 1px solid #bcbcbc;
}

.subnavbar .navbar-toggle span {
    background-color: #aaa;
}

.subnavbar {
    margin: 0;
    padding: 0;
    min-height: 40px;
}

.container .vitoembed {
    position: relative;
    padding: 15px 20px;
}

.container .vitoembed .video-js {
    max-width: 100%;
    max-height: 480px;
}

.container .vitoembed .video-js .vjs-big-play-button {
    position: absolute;
    left: 44%;
    top: 46%;
}

.container .vitoembed .video-js .vjs-play-progress:before {
    /*line-height: 3em;*/
    content: "\f111";
    position: absolute;
    top: -0.733333333333333em;
    right: -0.5em;
    font-size: 0.9em;
}

.container .vitoembed .video-js .vjs-remaining-time-display {
    line-height: 3em;
}

.container .vitoembed.vitoembed-center {
    text-align: center;
}

.container .vitoembed.vitoembed-center iframe {
    display: inline-block !important;
}

.container .vitoembed.vitoembed-center .video-js {
    display: inline-block;
}

.container .vitoembed.vitoembed-center .video-js.vjs-fullscreen {
    display: block;
}

.container .vitoembed.vitoembed-left {
    float: left;
    padding-left: 0;
    padding-top: 0;
}

.container .vitoembed.vitoembed-right {
    float: right;
    padding-right: 0;
    padding-top: 0;
}

.container .vitoembed.vitoembed-responsive {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 25px;
    height: 0;
    margin: 20px 0;
}

.container .vitoembed.vitoembed-responsive iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.container .vitoembed .oembedall-container {
    display: inline-block;
}

@media (min-width: 768px) {
    .resources_about_qatar_left_box {
        column-count: 2;
    }
}

@media (max-width: 768px) {
    .resources_about_qatar_left_box {
    }

    .sub_navigation {
        margin-bottom: 15px;
        overflow: auto;
        background: #fff !important;
    }

    .sub_navigation a {
        padding: 10px 5px;
        width: 100%;
        line-height: 1;
        border: 0;
        font-size: 16px;
        text-align: left;
    }

    .services1_upperbox {
        background-position: right center;
    }

    .services1_downbox {
        background-position: left center;
    }
}

.big-video-holder .news_headline {
    font-weight: bold;
    font-size: 32px;
}

.home_publication {
    margin-top: 20px;
}

.home_publication .img-holder {
    padding-right: 5px;
}

.home_publication .text-holder {
    padding-left: 5px;
}

.home_publication .text-holder .news_headline {
    font-family: Roboto;
    font-size: 16px;
    margin-top: 0;
    padding-top: 0;
}

.home_publication .text-holder .news_date {
    font-family: Roboto;
}

.publications_all {
    padding: 20px 0;
}

.publications {
    padding-bottom: 10px;
}

.publications .dugme_viewall {
    position: relative;
    right: inherit;
    top: inherit;
    display: inline-block;
}

.videos_all {
    padding: 30px 0;
}

.video-img-wrapper {
    position: relative;
}

.video-img-wrapper .video-img-cover {
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
}

.video-img-wrapper .video-img-cover:hover {
    background: rgba(0, 0, 0, 0.6);
}

.video-img-wrapper .video-img-cover:before {
    content: url("/public/frontend/images/play.png");
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
}

.single-video-box {
    padding: 10px;
}

.publications {
    border: 2px solid #f1f1f1;
}

.publications .news_all_mainbox_2latestnews {
    border: 0;
}

.publications .news_all_mainbox_headline {
    border-left: 0;
    border-top: 0;
}

.publication-item {
    margin-top: 20px;
}

.publication-item .download-btn {
    margin-top: 50%;
    transform: translateY(-50%);
}

.publication-item .news_headline {
    padding-top: 0;
}

.video-container {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.video-container::after {
    padding-top: 56.25%;
    display: block;
    content: "";
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media (min-width: 768px) {
    .container.navbar-collapse {
        width: 750px !important;
    }
}

@media (min-width: 992px) {
    .container.navbar-collapse {
        width: 970px !important;
    }
}

@media (min-width: 1200px) {
    .container.navbar-collapse {
        width: 1170px !important;
    }
}

/* ======================== EVENTS ======================== */
.events_single_body_box {
    padding: 25px;
}
.events_date span {
    color: #000;
}
.event_separator {
    margin-top: 10px;
    padding: 0px;
}
.event_separator hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border-top: 3px solid #f1f1f1;
}
.event_speakers .event_speakers_headline {
    color: #bc0035;
    margin: 0px;
    margin-bottom: 40px;
}
.event_speakers_item {
    overflow: hidden;
    margin-bottom: 25px;
}
.event_speakers_item img {
    border-radius: 50%;
}
.event_speakers_item .event_speakers_name {
    margin: 0px;
    margin-bottom: 10px;
}
.event_speakers_item .event_speakers_bio {
}
.event_form .bnt_box {
    text-align: center;
}
.event_form .bnt_box .btn {
    background-color: #211f49;
    border-color: #211f49;
    text-transform: uppercase;
}
.event_form .bnt_box .btn:focus {
    outline: none;
    box-shadow: none;
}
.event_form .collapse {
    margin-top: 35px;
}
#event_form input[type="text"],
#event_form input[type="email"] {
    border: 0;
    padding: 5px;
    border-bottom: 2px solid #ccc;
    margin-bottom: 25px;
    width: 100%;
}
#event_form input:focus,
#event_form input:focus-visible {
    border: 0px;
    outline: none;
    box-shadow: none;
    border-bottom: 2px solid #ccc;
}
#event_form .reg_box {
    text-align: center;
}
#event_form .reg_box input[type="reset"] {
    border: 0px;
    background: none;
    margin-right: 6px;
    padding: 8px 16px;
}
#event_form .reg_box input[type="submit"] {
    border: 1px solid #211f49;
    background: #211f49;
    color: #fff;
    padding: 8px 16px;
    margin-left: 6px;
}

/* ======================== EVENTS ======================== */
.home_events_box {
    background: #ebebed;
    padding: 80px 0px;
}
.home_events_box h2 {
    padding-bottom: 20px;
    padding-left: 15px;
    font-weight: 600;
    color: #bc0035;
}
.home_events_box_innerbox {
    position: relative;
}
.home_events_box_innerbox .dugme_viewall {
    position: absolute;
    right: 30px;
    top: 25px;
    padding: 5px 30px;
    color: #333;
    font-size: 14px;
    border: 1px solid #ccc;
}
.home_single_events {
}
.home_single_events .home_single_events_inner {
    padding: 20px;
    background: #fff;
}
.home_single_events .home_single_events_inner .news_single_main_headline {
    font-family: "Oswald", sans-serif;
    color: #000;
    padding-top: 15px;
    font-size: 26px;
    line-height: 30px;
    padding: 0px;
    margin: 0px;
    padding-top: 15px;
    padding-bottom: 25px;
    min-height: 130px;
}

.home_single_events:hover .news_single_main_headline {
    text-decoration: underline;
}
.home_single_events .home_single_events_inner .btn {
    padding: 5px 30px;
    color: #fff;
    background: #211f49;
    font-size: 14px;
    border: 1px solid #211f49;
    border-radius: 0px;
}

.frame_wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}
.frame_wrapper .responsive-iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
