/*
Design & Develop by Tiara Studio
http://tiara.studio
*/



/*****************************************************************************************************
****************************************************************************************************
*********************************************   OLD STYLE   ****************************************
****************************************************************************************************
******************************************************************************************************/
* {
    box-sizing: border-box;
}

a:hover, a:focus, a:active {
    text-decoration: none;
}

@font-face {
    font-family: 'yekan';
    src: url(../fonts/WebYekanLight.woff);
    font-weight: normal;
    font-style: normal
}

body {

    font-family: yekan;
    /*font-weight: bold;*/
    padding: 0 !important;
    margin: 0 !important;
    overflow-x: hidden;
    position: relative;
    /*overflow-y: auto;*/
}

img {
    width: 100%;
}

ul {
    padding: 0;
    margin: 0
}

h3 {

    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 0;

}

.img-wrapper{
    background-size: cover;
    background-position: center center;
}

.special{
    height: 555px !important;
}

.spec .carousel-caption{
    position: absolute;
    padding-right: 40px;
    min-height: 130px;
}

.overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    background: black;
    top: 44px;
    bottom: 0;
    right: 0;
    left: 0;
    display: none;
    opacity: 0.6;
    z-index: 20;
}

.overlay.show{
    display: block;
} 


.documents-item-container .img-responsive {
    height: 138px;
    margin-bottom: 14px;
}

#wrapper-video {
    direction: ltr;
    width: 100%;
    margin-bottom: 20px;
}

.video-span {
    width: 20% !important;
}

/*Edited By MSM*/
.beta-badge {
    font-size: 10px;
    color: red;
    border-radius: 5px;
    border: 1px solid #4A90E2;
    vertical-align: middle;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 5px;
    padding-left: 5px;
    /*height: 20px;*/
    margin-left: 20px;
    margin-top: 3px;
    margin-bottom: 5px;
}

.padding-right-15 {
    padding-right: 15px;
}

.padding-left-15{
    padding-left: 15px;
}
.padding-top-15{
    padding-top: 15px;
}


/*Responsove Menu*/

.responsiveMenu-container .responsiveMenuToggle {
    padding-top: 20px;
}

.responsiveMenu-container .languageResponsiveBar {
    margin: 0;
    padding: 0;
    padding-left: 10px;
    padding-top: 20px;
}

.responsiveMenu-container .beta-badge {
    margin-left: 0px;
    margin-top: 0px;
}

.responsiveMenu-container .lang-container {
    padding-top: 0px
}

.responsiveMenu-container {
    /*padding: 15px 20px   0px 20px;*/
        position: fixed;
    background-color: #fff;
    z-index: 100;
    width: 100%;
}

.responsiveMenu-container .logo-bg {
    background-color: #112D5A;
}

.responsiveMenu-container .responsive-logo {
    width: 50%;
    height: auto;
}

.responsiveMenuToggle a {
    font-size: 20px;
    margin-top: 10px;
}

/*.motherWrapper{position: absolute;}*/
.mainResponsiveMenu {
    height: 600px;
    width: 200px;
    background-color: #112D5A;
    color: white;
    right: -200px;
    position: fixed;
    top: 0;
    /*float: right;*/
}

.mainResponsiveMenu > ul {
}

.mainResponsiveMenu li {
    color: white;
    width: 100%;
    min-height: 50px;
    text-align: center;
    font-size: 12px;
}

.mainResponsiveMenu > ul > li.dropdown {
    border-bottom: 1px solid #4A90E2;
    position: relative;
}

.mainResponsiveMenu > ul > li.dropdown > a {
    color: white;
    font-size: 14px;
    display: block;
    line-height: 50px;
    text-align: center;
}

.mainResponsiveMenu ul.submenu li a {
    font-size: 12px;
    line-height: 50px;
    color: #fff;
}

.mainResponsiveMenu > ul{
    padding-top:15%;
}

.mainResponsiveMenu ul.submenu {
    display: none;

}

.mainResponsiveMenu ul.submenu li {
    background-color: #245BB2;
    border-bottom: 1px solid #fff;
}

/*MENU*/

.menu {
    z-index: 1030;
}

.lang-container {
    padding-top: 10px;
}

.lang-container ul {
    list-style: none;
}

.lang-container ul li {
    display: inline-block;
    padding-top: 5px;
    padding-left: 10px;
    font-size: 10px;
}

.lang-container ul li:first-child:after {
    content: '|';
    margin-right: 10px;
    color: #4A90E2;
}

.main-menu {
    background-color: #112D5A;
}

.top-nav-container {
    width: 100%;
    background: transparent !important;
}

.top-nav-container .menu ul li, .top-nav-container .menu ul {
    background-color: #fff;
}

/*Main Menu*/
.fa-search {
    position: absolute;
    top: 45%;
    left: 3%;
    color: #fff;
}

.banners-item-container {

}

.banners-item-container img {
    margin-top: -10px;
}

.banners-item-container-top {
    position: relative;
    max-height: 113px;
    box-shadow: -1px 3px 4px -2px rgba(0, 0, 0, 0.6);
    overflow: hidden;
}

.banners-item-container-top img {
height: 120px;
}

.banner-year-slogan {

}

.banner-year-slogan img {
    margin-top: -20px;
}

.telegram-ad {

}

.telegram-ad img {
    margin-top: -20px;
}

.navbar-nav > li a {
    color: white;
    padding-bottom: 28px;
    padding-top: 29px;
    font-size: 12px;
}

.logo-container {
    margin-left: 20px;
}

.dropdown-menu > li > a {
    color: #757575;
    line-height: 30px;

}

.dropdown-menu > li > a:hover {
    background-color: #FEFEFE;
    color: #757575;
}

.navbar {
    margin-bottom: 0px;
}

.navbar-nav > li > .dropdown-menu {
    border-top: none;
}

.navbar-nav > li a:active {
    color: #2B3541;
}

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover, .nav .dropdown > a:hover {
    background-color: #FEFEFE;
    color: #757575;

    border-top: 3px solid #AD0F29;
}

.navbar-nav .fa-angle-down {
    padding-right: 15px;
    color: #8896AC;
}

.dropdown-menu > li > a {
    padding-top: 0 !important;
    line-height: 40px !important;
    padding-bottom: 0 !important;
    border-top: none;
}

.h5_lb_player img.poster {
    z-index: 0 !important;
}

.navbar-nav > li > .dropdown-menu {

}

.dropdown-menu {
    right: -35px;
    /* left: 23px; */
    width: 200px;
    float: left;
    text-align: right;
}


/* Search */
.navbar-form {
    margin: 0;
    padding: 0;
}

.form-group {
    width: 250px;
}

.form-control {
    display: block;
    width: 250px !important;
    height: 79px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #ffffff;
    background-color: #1D3762;
    border: 1px solid #1D3762;
    border-radius: 0;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control::-ms-clear {
    display: none;
}

.form-control:focus, .form-control:active {
    border-color: rgba(255, 255, 255, .15);
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}


.carousel-caption {
    right: 5%;
    text-align: right;
    width: 90%;
    text-shadow: none !important;
    padding-right: 10px;
    padding-left: 10px;

}

.carousel p {
    font-size: 16px;
    color: #fff;
    line-height: 30px;
}

.carousel h4 {
    border-right: 2px solid #fff;
    padding-right: 10px;
    font-size: 14px;
    line-height: 11px;
    color: #fff;
}

.carousel-indicators {
    bottom: 0;
}

#carousel-gallery-2 > ol{
    bottom: -45px;
}


.footer-container {
    background-color: #F4F4F4;
    height: 300px;
    padding-top: 50px;
    text-align: center;
    color: #4A4A4A;
}

.footer-container .fa {
    color: #747474;
    font-size: 18px;
    padding: 11px;
}

.icons {
    border-bottom: 2px solid #eeeeee;
    margin-top: 30px;
    padding-bottom: 30px;
    text-align: center;
}

.copyrights {
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: center;
}

.copyrights p:last-child {
    direction: ltr;
}

.footer-menu {
    text-align: center;

}

.footer-menu span {
    padding-right: 10px;
    padding-left: 10px;
}

a.btn-sticky-menu {
    background-color: #2e89f2;
    color: #fff !important;
    text-align: center;
    line-height: 40px;
    width: 140px;
    border-radius: 3px;
    font-size: 12px;
    position: relative;
    padding: 0 !important;
    margin: 0 !important;
}

.btn-sticky-menu > i {
    width: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 20px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.2);
}

.carousel p a {
    color: white;
}

.carousel h4 a {
    color: white;
}

.nav .dropdown:hover > a {
    background-color: #FEFEFE;
    color: #757575;
    border-top: 3px solid #AD0F29;
}

.dropdown-menu {
    right: -1px;
    width: 200px;
    float: left;
    text-align: right;
}

/*Mega Menu re style*/
.menu > ul {
    padding-top: 0;
}

.menu > ul > li {
    border-top: 3px rgba(0, 0, 0, 0) solid;
    background-color: rgba(0, 0, 0, 0) !important;
    border-left: none !important;
}

.menu > ul > li:hover {
    border-top: 3px #ad0f29 solid;
}

.menu > ul > li:first-child {

}

.slideshow {
    padding-top: 20px;
}

.slideshow .carousel-inner > .item {
    height: 410px;
}

.slideshow .carousel-inner > .item > img {
    height: 410px;
}

.img-gallery{
  background-size: cover;
  height: 365px;
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: center;
}

.slider-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(0, 0, 0, 0);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.6)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=0);
}

/*****************************************************************************************************
****************************************************************************************************
*********************************************   NEW STYLE   ****************************************
****************************************************************************************************
******************************************************************************************************/

/*GENERAL*/
/*.no-padding{
    padding: 0px;
}*/

.video-thumb-overlay3 {
    background-color: rgba(0, 0, 0, 0);
    z-index: 10;
    position: absolute;
    top: 4px;
    bottom: 33px;
    right: 0;
    left: 0;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.video-thumb-overlay3 i {
    color: rgba(255, 255, 255, 0);
    z-index: 100;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    font-size: 40px;
}

.border-left-white-10{
    border-left: 10px solid #fff;
}

.border-right-white-10{
    border-right: 10px solid #fff;
}
.no-padding-left{
    padding-left: 0px !important;
}

.no-padding-right{
    padding-right: 0px !important;
}

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

.padding-top-50{
    padding-top: 50px;
}

.padding-top-30{
    padding-top: 30px;
}

.padding-top-20{
    padding-top: 20px;
}

.margin-right-5{
    margin-right: 5px;
}

.margin-right-5{
    margin-right: 5px;
}

.margin-left-5{
    margin-left: 5px;
}

.margin-left-5{
    margin-left: 5px;
}

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

.carousel-caption{
    position: relative;
    right: 0;
    left: 0;
    min-height: 155px;
    padding-top: 20px;
    padding-left: 10px;
    margin-left: 0px;
    width: 100%;
}

.menu > ul > li a{
    font-size: 12px;
}

#carousel-slider{
    background-color: #112d5a;
    height: 390px;
}

#myCarousel-insider .carousel-inner > .item > a > img, .carousel-inner > .item > img{
    height: 280px;
}

.carousel-indicators li{
    border-color: #fff;
}

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


.mini-main-title{
    border-right: 4px solid #2e89f2;
    border-bottom: 1px solid #2e89f2;
    width: 100%;
    padding-right: 15px;
    padding-top: 8px;
    padding-bottom: 8px;
    float: right;
}

.mini-main-title h2{
    font-size: 12px;
    /*font-weight: bold;*/
    color: #1e1e1e;
    margin: 0px;
    width: 50%;
    margin-top: 0px !important;

}

.mini-main-title a{
    position: relative;
    width: 50px;
    font-size: 12px;
    color: #1e1e1e;
    opacity: 0.6;
}

.mini-main-title a i{
    position: absolute;
    left: 18px;
    top: 2px;
}

.mini-main-title a:hover{
    color: #2e89f2;
    cursor: pointer;
}


.big-main-title{
    border-bottom: 1px solid #2e89f2;
    width: 100%;
    /*padding-right: 15px;*/
    padding-top: 8px;
    padding-bottom: 8px;
    float: right;
}

.big-main-title .inner{
    width: 100%;
    float: right;
    border-right: 7px solid #2e89f2;

    padding-right: 15px;
    /*padding-left: 15px;*/
}

.big-main-title .inner h2{
    font-size: 18px;
}

.big-main-title .inner a{
    width: 75px;
    padding-top: 14px;
    font-size: 12px;
    color: #1e1e1e;
    opacity: 0.6;
}

.big-main-title .inner a i{
    margin-right: 3px;
}

.big-main-title .inner a:hover{
    color: #2e89f2;
    opacity: 0.8;
}

@media screen and (min-width: 1200px){
    .container{
        width: 1200px;
    }
}


h2{
    margin-top: 10px !important;
}

/*TOP MENU*/



.land-msg{
    position: fixed;
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: #fff;
    z-index: 1999;
    padding-top: 30px;
    display: none;
}

.land-msg object{
    top: 0 ; right: 0; left: 0; bottom: 0;
    margin: 0 auto;
    top: 10%;
    width: 30%;
    margin-bottom: 30px;
}

.land-msg span{
    font-size: 16px;
    /*letter-spacing: 2px;*/
}

@media screen and (orientation:landscape) and (max-width: 900px) and (min-width: 480px){
    .land-msg{
        display: block;
    }
}


.date-badge {
    font-size: 10px;
    color: #4A90E2;
    border-radius: 5px;
    border: 1px solid #4A90E2;
    vertical-align: middle;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 5px;
    padding-left: 5px;
    margin-left: 20px;
    margin-top: 3px;
    margin-bottom: 5px;
}

body > div.motherWrapper > div.responsiveMenu.visible-xs.visible-sm > div > div > div > div.col-sm-5.col-xs-5.languageResponsiveBar.text-left > div.date-badge.pull-left{
    margin-left: 0px;
    font-size: 8px;
}


.date-badge .date::after{
    content: '-';
    color: #4A90E2;
}

/*Responsive Menu*/

.responsiveMenu .responsive-search-bar{
    padding-top: 19px;
}

.responsiveMenu .responsive-search-bar input{
    border:1px solid #ccc;
    border-radius: 5px;
    padding-right: 10px;
    font-size: 12px;
    height: 27px;
    float: left;
    /*width: 200px;*/
}

/*SECTION1*/

.section-1{
    padding-top: 20px;
}

.section-1 .featured-news , .section-1 .most-viewed-news{
    padding-top:15px;
    position: relative;
}

.section-1 .talks .talks-container{
    padding-top: 40px;
}

.section-1 .featured-news .featured-news-content .featured-content , .section-1 .most-viewed-news .most-viewed-news-content .most-viewed-content , .section-1 .talks .talks-container .talks-content{
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
    margin-bottom: 5px;

}

.section-1 .featured-news .featured-news-content .featured-content div ,
.section-1 .most-viewed-news .most-viewed-news-content .most-viewed-content div ,
.section-1 .talks .talks-container .talks-content div{
    border-right: 4px solid #112d5a;
    padding-right: 15px;
    min-height: 40px;

}

.section-1 .talks .talks-container.top-container .talks-content div{
  border-right: none;
  padding-right: 0;
}

.section-1 .featured-news .featured-news-content .featured-content div a ,
.section-1 .most-viewed-news .most-viewed-news-content .most-viewed-content div a,
.section-1 .talks .talks-container .talks-content div a{
    font-size: 12px;
    /*letter-spacing: 0.2px;*/
    /*font-weight: bold;*/
    color: #1e1e1e;
}

.section-1 .featured-news .featured-news-content .featured-content div a:hover ,
.section-1 .most-viewed-news .most-viewed-news-content .most-viewed-content div a:hover,
.section-1 .talks .talks-container .talks-content div a:hover{
    color: #2e89f2;
}

.section-1 .talks .talks-container .talks-content div{
    min-height: 49px;
}

.section-1 .talks .talks-container .talks-content div img{
    height: 49px;
    width: 49px;
    margin-left: 15px;
    margin-top: 8px;

}

.section-1 .talks .talks-container .talks-content div p{
    padding-top: 5px;
    font-size: 9px;
    margin-bottom: 0px;
    opacity: 0.8;
    color:#1e1e1e;
}


.section-1 > div:nth-child(2) > div > div.row.no-padding > div > div > div:nth-child(3){

}

/*SECTION2*/

.section-2{

}

.section-2 .multimedia{
    background-color: #c6dcff;
    width: 100%;
    margin: 0 auto;
    min-height: 240px;
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 0px !important;
    margin-right: 0px;
}

.section-2 .multimedia .img-wrapper{
    height: 170px;
    width: auto;
}

.section-2 .multimedia .img-wrapper img{
    height: 100%;
    width: 100%;
}

.section-2 .multimedia .img-wrapper .img-overlay{
    height: 170px;
    width: 100%;

    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(0, 0, 0, 0);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.6) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.2)), color-stop(100%, rgba(0, 0, 0, 0.6)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.6) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.6) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.6) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.6) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=0);
}

.section-2 .multimedia .icon-wrapper{
    background-color: #2e89f2;
    position: absolute;
    right: 0;
    top: 140px;
        height: 30px;
    width: 30px;
    text-align: center;
    padding-top: 4px;
}

.section-2 .multimedia .icon-wrapper img{
    width: auto;
}

.section-2 .multimedia .title-wrapper {
    width: 100%;
    padding: 10px;
    padding-right: 15px;
    min-height: 80px;
}

.section-2 .multimedia .title-wrapper p{
    font-size: 12px;
    color: #1e1e1e;
    line-height: 25px;
    /*font-weight: bold;*/
}


/*SECTION3*/

.section-3{
    background-color: rgba(0 , 174 , 239 , 0.05);
    padding-bottom: 20px;
}

.section-3 .container .row , .section-4  .row , .section-5 .row {
    padding-left: 15px;
    padding-right: 15px;
}

.section-3 .latest-news{
    border-bottom: 1px solid #898989;
    margin-top:10px;
    padding-bottom: 10px;
    position: relative;
    /*padding-right: 0px;*/
    /*margin-right: -15px;*/

}

.section-3 .latest-news .latest-news-content{
    border-right: 5px solid #112d5a;
    padding-right: 25px;
    min-height: 40px;
}

.section-3 .latest-news .latest-news-content .news-number{
    position: absolute;
    background-color: #112d5a;
    width: 17px;
    text-align: center;
    color: #fff;
    font-family: 'yekan';
    font-size: 12px;
    top: 0;
    right: 1px;
}

.section-3 .latest-news .latest-news-content a{
    color: #1e1e1e;
    font-size: 13px;
    line-height: 24px;
}

.section-3 .latest-news .latest-news-content a:hover{
    color: #2e89f2;
    cursor: pointer;
}


/*SECTION4*/

.section-4{
    padding-bottom: 10px;
}

.section-4 .minis{
    margin-top: 15px;
    background-color: #112d5a;
    min-height: 309px;
    box-shadow: -1px 1px 6px #ccc;
}

.section-4 .minis .img-wrapper{
    height: 239px;
}

.section-4 .minis img{
    height: 220px;
    width: 100%;
}

.section-4 .minis .minis-news{
    padding-top: 10px;
    padding-right: 15px;
    padding-bottom: 10px;
}

.section-4 .minis .minis-news .up-title{
    font-size: 10px;
    color: #2eaff2;
}
.section-4 .minis .minis-news .title{
    font-size: 13px;
    color: #fff;
    line-height: 30px;
}

.section-4 .minis-little ,
.section-5 .assist-little ,
.section-6 .assist-little{
    margin-top: 15px;
    height: 93px;

    background-color: #c6dcff;
    box-shadow: -1px 1px 6px #ccc;

}

.section-4 .minis-little .img-wrapper ,
.section-5 .assist-little .img-wrapper ,
.section-6 .assist-little .img-wrapper{
    width: 35%;
    height: 100%;
    float: right;
}

.section-4 .minis-little .img-wrapper img ,
.section-5 .assist-little .img-wrapper img ,
.section-6 .assist-little .img-wrapper img{
    width: 100%;
    height: 100%;
}

.section-4 .minis-little .minis-little-news ,
.section-5 .assist-little .assist-little-news,
.section-6 .assist-little .assist-little-news{
    width: 64%;
    height: 100%;
    float: left;

    padding-right: 10px;
    padding-left: 10px;
}

.section-4 .minis-little .minis-little-news .up-title ,
.section-5 .assist-little .assist-little-news .up-title,
.section-6 .assist-little .assist-little-news .up-title{
    font-size: 10px;
    color: #2e89f2;
    /*letter-spacing: 1px;*/
    line-height: 39px;
}

.section-4 .minis-little .minis-little-news .title ,
.section-5 .assist-little .assist-little-news .title,
.section-6 .assist-little .assist-little-news .title{
    font-size: 13px;
    color: #1e1e1e;

}


/*SECTION5   &&&   SECTION6*/

.section-5 , .section-6{
    padding-bottom: 10px;
}

.section-5 .assist , .section-6 .assist{
    margin-top: 20px;

    box-shadow: 0px 2px 6px #ccc;
    min-height: 280px;
}

.section-5 .assist .img-wrapper , .section-6 .assist .img-wrapper{
    height: 180px;
    width: 100%;
}

.section-5 .assist .img-wrapper img , .section-6 .assist .img-wrapper img{
    height: 100%;
}

.section-5 .assist .assist-news , .section-6 .assist .assist-news{
    padding-right: 20px;
    padding-top: 10px;
    padding-left: 20px;
}

.section-5 .assist .assist-news .up-title , .section-6 .assist .assist-news .up-title{
    font-size: 10px;
    color: #2e89f2;
    /*line-height: 35px;*/
}

.section-5 .assist .assist-news .title , .section-6 .assist .assist-news .title{
    font-size: 13px;
    color: #1e1e1e;
}

.section-5 .assist-little {
    background-color: #fff;
}


/*SECTION6*/
.section-6 .assist{
    background-color: #112d5a;
}

.section-6 .assist .assist-news .title{
    color: #fff;
}


/*SECTION7*/

.section-7{
    padding-bottom: 10px;
}

.section-7 .big-main-title .inner a{
    width: 40px;
}

.section-7 .img-wrapper{
    height: 70px;
    margin-top: 10px;

    position: relative;

    /*margin-bottom: 20px;*/
    /*width: 100%;*/
}

.section-7 .img-wrapper .img-overlay{
    position: absolute;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;

    background: rgba(0, 0, 0, 0);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.6)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=0);
}

.section-7 .img-wrapper a{
    position: absolute;

    bottom: 10px;
    right: 20px;
    color: #fff;
    cursor: pointer;
}


/*SECTION8*/

.section-8{
    /*background-image:url('../img/gallery-bg.jpg');
    background-position: center center;
    background-size: cover;*/
    background-color: #071935;
}

.section-8 #pic , .section-8 #film{
    padding-top: 30px;
    padding-bottom: 30px;
}

.section-8 #pic hr , .section-8 #film hr{
    margin-top: 0px;
    margin-bottom: 14px;
}

.section-8 #pic hr.active , .section-8 #film hr.active{
    border-color: #2e89f2;
}

.section-8 #pic .img-wrapper , .section-8 #film .film-wrapper{
    height: 500px;
}

.section-8 #pic .pic-gallery , .section-8 #film .pic-gallery{
    height: 70px;
    position: relative;
    margin-bottom: 14px;
}

.section-8 #pic .pic-gallery .img-wrapper-gallery , .section-8 #film .pic-gallery .img-wrapper-gallery{
    width: 30%;
    height: 100%;
    display: inline-block;
    padding-top: 10px;
    text-align: center;
}

.section-8 #pic .pic-gallery .img-wrapper-gallery img , .section-8 #film .pic-gallery .img-wrapper-gallery img{
    width: 100%;
    height: 100%;
}

.section-8 #pic .pic-gallery .pic-detail , .section-8 #film .pic-gallery .pic-detail{
    width: 70%;
    display: inline-block;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    padding-right: 10px;
    padding-top: 5px;
}
.section-8 #pic .pic-gallery .pic-detail span , .section-8 #film .pic-gallery .pic-detail span{
    font-size: 14px;
    color: #fff;
    opacity: 0.6;
}

.section-8 #pic .pic-gallery.active .pic-detail , .section-8 #film .pic-gallery.active .pic-detail{
    background-color: rgba(46 , 137 , 242 , 0.3);
}

.section-8 #pic .pic-gallery.active .pic-detail span , .section-8 #film .pic-gallery.active .pic-detail span{
    opacity: 1;
}

.section-8 ul.nav-tabs{
    border:none;
}


.section-8 ul.nav-tabs li a{
    border-radius: 0px !important;
    width: 150px;
    border:none;
    color: #fff;
    padding-right: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-right: 5px solid;
    border-right-color: rgba(0 , 0 , 0 , 0);
}

.section-8 ul.nav-tabs li.active a , .section-8 ul.nav-tabs li a:hover{

    background-color: rgba(46 , 137 , 242, 0.3);
    border-right: 5px solid #fff;
}

.section-8 ul.nav-tabs li:last-child a:hover{
    background:transparent;
    border-right: 5px solid;
    border-right-color: rgba(0 , 0 , 0 , 0);

}
#carousel-gallery > div{
    height: 260px !important;
}

.section-8 #film .film-wrapper{
    position: relative;
}

.section-8 .icon-play{
    color: #fff;
    font-size: 45px;
    text-align: center;
    position: relative;
    z-index: 300px;
    margin: 0 auto;

}

.section-8 .img-overlay{
    height: 70px;
    width: 30%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    /*left: 0;*/

    background: rgba(0, 0, 0, 0);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.6) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.2)), color-stop(100%, rgba(0, 0, 0, 0.6)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.6) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.6) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.6) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.6) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=0);
}




/*****************************************************************************************************
****************************************************************************************************
*********************************************   MEDIA QUERY   **************************************
****************************************************************************************************
******************************************************************************************************/

video{
    background-color: #000;
}
.vjs-fade-in,.vjs-fade-out {
visibility: visible !important;
opacity: 1 !important;
transition-duration: 0s!important;
}
@media only screen and (max-width: 1200px) {
    .nav>li>a{
        padding: 27px 9px;
    }

    #carousel-slider{
        height: 498px;
    }

    .section-2 .multimedia .title-wrapper{
        min-height: 105px;
    }

    .section-3 .latest-news .latest-news-content{
        min-height: 72px;
    }

     #carousel-slider{
        height: 422px;
    }

    #myCarousel-insider .carousel-inner > .item > a > img, .carousel-inner > .item > img{
        height: 290px;
    }

    .section-2 .multimedia .img-wrapper .img-overlay ,
    .section-2 .multimedia .img-wrapper{
        height: 130px;
    }

    .section-2 .multimedia .icon-wrapper{
        top: 100px;
    }

    .section-5 .assist, .section-6 .assist,.section-2 .multimedia{
        min-height: 240px;
    }
    .section-5 .assist .img-wrapper, .section-6 .assist .img-wrapper{
        height: 140px;
    }

    .section-8 #pic hr, .section-8 #film hr,
    .section-8 #pic .pic-gallery, .section-8 #film .pic-gallery{
        margin-bottom: 10px;
    }
    .section-8 #pic .img-wrapper, .section-8 #film .film-wrapper{
        height: 455px;
    }

    #video-active{
        height: 455px;
    }
}

@media only screen and (min-width: 990px) and (max-width: 1200px) {

    .form-group {
        width: 148px;
    }

    .fa-search {
        left: 3%;
    }

    .form-control {
        width: 150px !important;
    }

    .telegram-ad img {
        margin-top: -5px;
    }
}

/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {

    .slideshow .carousel {
        margin-bottom: 20px;
    }

    .banners-item-container img {
        margin-top: -25px;
    }

    .telegram-ad img {
        margin-top: -35px;
    }

    .responsiveMenu-container .responsive-logo {
        width: 13% !important;
    }

    .quick-access .col-md-6:nth-child(-n+4) {
        padding-left: 0;
    }

    .quick-access {
        margin-right: -15px;
    }

    .responsiveMenu-container .beta-badge {
        margin-left: 15px;
    }
}

/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
    .responsiveMenu-container .responsive-logo {
        width: 22%;
        height: auto;
    }

    .slideshow .carousel-inner > .item {
        height: 420px;
    }

    .slideshow .carousel-inner > .item > img {
        height: 420px;
    }

    .carousel h4 {
        font-size: 12px;
        line-height: 20px;
    }

    .carousel p {
        font-size: 14px;
    }

    .ministries-featured-excep-1 .ministries-featured-news-img-container img {
        height: 230px;
    }

    .hide-bullets .thumbnail a > img, .thumbnail > img {
        height: 100px;
    }

    .responsiveMenu .responsive-search-bar input{
        float: right;
    }

    #myCarousel-insider .carousel-inner > .item > a > img, .carousel-inner > .item > img{
        height: 340px;
    }

    .section-1 > div:nth-child(1) > div:nth-child(2) > div:nth-child(1){
        padding-top: 20px;
    }

    .section-1 > div.row.no-padding.padding-top-20 > div > div.row.no-padding > div:nth-child(3),
    .section-1 > div.row.no-padding.padding-top-20 > div > div.row.no-padding > div:nth-child(4){
        padding-top: 0px;
    }

    .section-4 > div:nth-child(2) > div.col-lg-4.col-md-4.col-sm-12.col-xs-12.no-padding-right{
        padding-left: 0px;
    }

    .section-4 > div:nth-child(2) > div:nth-child(2) > div{
        padding-left: 15px !important;
    }

    .section-7 > div > div.col-lg-6.col-md-6.col-sm-12.col-xs-12.no-padding-right{
        padding-right: 15px !important;
        padding-left: 0px !important;
    }

    #carousel-slider{
        height: 505px;
    }

    .section-1 .talks .talks-container .talks-content div{
        min-height: 63px;
    }

    .section-2 .multimedia .img-wrapper .img-overlay, .section-2 .multimedia .img-wrapper{
        height: 200px;
    }

    .section-2 .multimedia .icon-wrapper{
        top: 170px;
    }

    .section-1 > div:nth-child(2) > div > div.row.no-padding > div:nth-child(3),
    .section-1 > div:nth-child(2) > div > div.row.no-padding > div:nth-child(4){
        padding-top: 0px;
    }

    .section-2 .multimedia .title-wrapper{
        min-height: 90px;
    }

    .section-4 .minis .img-wrapper{
        height: 235px;
    }
    .section-5 .assist .img-wrapper, .section-6 .assist .img-wrapper{
        height: 195px;
    }
    .section-5 .assist, .section-6 .assist, .section-2 .multimedia{
        min-height: 290px;
    }

    #pic > div > div > div.col-lg-4.col-md-4.col-sm-12.col-xs-12.hidden-xs{
        padding-top: 10px;
    }

    #myCarousel-insider .carousel-inner > .item > a > img, .carousel-inner > .item > img{
        height: 390px;
    }

    #film > div > div > div.col-lg-4.col-md-4.col-sm-12.col-xs-12.hidden-xs.no-padding-right{
        padding-top: 10px;
    }

    .section-8 #pic .pic-gallery, .section-8 #film .pic-gallery , .section-8 .img-overlay{
        height: 115px;
    }

    .section-8 .icon-play{
        top: 22%;
    }

    #film > div > div > div.col-lg-4.col-md-4.col-sm-12.col-xs-12.hidden-xs.no-padding-right,
    #pic > div > div > div.col-lg-8.col-md-8.col-sm-12.col-xs-12.hidden-xs.no-padding-right{
        padding-right: 15px !important;
    }

    .section-7 > div{
        padding-right: 0px;
    }

    body > div.motherWrapper > div.responsiveMenu.visible-xs.visible-sm > div > div > div > div.col-sm-5.col-xs-5.languageResponsiveBar.text-left > div.date-badge.pull-left{
        font-size: 10px;
        margin-top: 0px;
        margin-left: 5px;
    }
}

/* Middle Devices, Tablets */
@media only screen and (max-width: 601px) {

    .telegram-ad img {
        margin-top: -25px;
    }

    .border-left-white-10 , .border-right-white-10{
        border-width: 0px;
        /*border-left: 15px solid #fff;*/
    }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
    .responsiveMenu-container .beta-badge {
        margin-left: 0px;
    }

    .responsiveMenu-container .responsive-logo {
        width: 22%;
        height: auto;
    }

    .slideshow .carousel-inner > .item {
        height: 250px;
    }

    .slideshow .carousel-inner > .item > img {
        height: 250px;
    }

    .carousel h4 {
        font-size: 10px;
        line-height: 20px;
    }

    .carousel p {
        font-size: 12px;
    }

    .menu > ul > li a {
        line-height: 27px;
    }

    .telegram-ad img {
        margin-top: 0;
    }

    .hide-bullets .thumbnail a > img, .thumbnail > img {
        height: 50px;
    }

    #myCarousel-insider .carousel-inner > .item > a > img, .carousel-inner > .item > img{
        height: 185px;
    }

    .section-1{
        padding-top: 100px;
    }

    .section-1 > div:nth-child(1) > div:nth-child(2){
        padding-top: 20px;
    }

    .section-1 > div.row.no-padding.padding-top-20 > div > div.row.no-padding > div:nth-child(2),
    .section-1 > div.row.no-padding.padding-top-20 > div > div.row.no-padding > div:nth-child(3),
    .section-1 > div.row.no-padding.padding-top-20 > div > div.row.no-padding > div:nth-child(4)
    {
        padding-top: 0px;
    }

    .section-4 > div:nth-child(2) > div.col-lg-4.col-md-4.col-sm-12.col-xs-12.no-padding-right{
        padding-left: 0px !important;
    }

    .section-4 > div:nth-child(2) > div:nth-child(3) > div{
        /*padding-right: 0px !important;*/
    }

    .section-4 > div:nth-child(2) > div:nth-child(3) > div > div , .section-7 > div > div.col-lg-6.col-md-6.col-sm-12.col-xs-12.no-padding-left{
        padding-right: 0px;
    }

    .section-6 > div:nth-child(2) > div > div , .section-6 > div:nth-child(1) , .section-7 > div{
        padding-right: 15px !important;
        padding-left: 15px !important;
    }

    .section-7 > div > div.col-lg-6.col-md-6.col-sm-12.col-xs-12.no-padding-right > div.col-lg-12.col-md-12.col-sm-12.col-xs-12 > div > div ,
    .section-7 > div > div.col-lg-6.col-md-6.col-sm-12.col-xs-12.no-padding-left > div.col-lg-12.col-md-12.col-sm-12.col-xs-12 > div > a > div{
        border:none !important;
    }

    #pic > div > div > div.col-lg-8.col-md-8.col-sm-12.col-xs-12 > div,
    #film > div > div > div.col-lg-8.col-md-8.col-sm-12.col-xs-12 > div{
        height: 260px !important;
    }

    .section-8 .more-btn {
        width: 100%;
        text-align: center;
         margin: 0 auto !important;
         padding-top: 20px;
    }

    .section-8 .more-btn a{
        height: 40px;
        /*width: 100px;*/
        background: transparent;
        border: 1px solid #fff;
        text-align: center;
        padding: 5px 20px 5px 20px;
        border-radius: 5px;

        margin: 0 auto !important;
    }

    #film > div > div > div.col-xs-12.visible-xs > div > section{
        padding-top: 67px;
    }
    

    #video-active{
        height: 100%;
    }

    .section-4 > div:nth-child(2) > div:nth-child(2) > div > div{
        padding-left: 0px;
    }

    .section-7 > div > div.col-lg-6.col-md-6.col-sm-12.col-xs-12.no-padding-right{
        padding-right: 0px !important;
        padding-left: 0px !important;
    }

    #carousel-slider{
        height: 325px;
    }
    .special{
        height: 250px !important;
    }

    .spec .carousel-caption {
      padding-right: 10px;
      min-height: 130px;
      padding-bottom: 0;
    }
    .spec .carousel-caption p{
      line-height: 24px;
    }

    .section-8 ul.nav-tabs li a{
        width: 130px;padding-right: `
    }

    .section-6 > div:nth-child(2) > div > div > div{
        padding: 0px;
    }

    .section-5 .assist, .section-6 .assist, .section-2 .multimedia{
        min-height: 210px;
    }

    .section-2 .multimedia .title-wrapper{
        min-height: 60px;
    }

    .section-1 .featured-news, .section-1 .most-viewed-news{
        padding-top: 2px;
    }

    .section-2 .multimedia .icon-wrapper{
        top: 190px;
    }
    .section-2 .multimedia .img-wrapper .img-overlay, .section-2 .multimedia .img-wrapper,
    .section-5 .assist .img-wrapper, .section-6 .assist .img-wrapper{
        height: 220px;
    }

    .section-5 .assist .assist-news, .section-6 .assist .assist-news{
        padding-bottom: 20px;
    }

    .section-1 .talks .talks-container .talks-content div{
        min-height: 63px;
    }
    .section-1 .featured-news .featured-news-content{
        padding-top: 2px;
    }

    .section-4 .minis .minis-news{
        padding-bottom: 10px;
    }

    body > div.motherWrapper > div.responsiveMenu.visible-xs.visible-sm > div > div > div > div.col-sm-5.col-xs-5.languageResponsiveBar.text-left > div.date-badge.pull-left{
        font-size: 8px;
        margin-top: 3px;
        margin-left: 0px;
    }
}

/* Custom, iPhone Retina */
@media only screen and (max-width: 320px) {
    .responsiveMenu-container .responsive-logo {
        width: 22%;
        height: auto;
    }
}

