@font-face
{
    font-family: 'mhFont';
    src: url('../font/font.ttf');

} 

@font-face
{
    font-family: 'Futura';
    src: url('../font/futura-medium.woff2') format('woff2'),
        url('../font/futura-medium.woff') format('woff'),
        url('../font/futura-medium.svg#Futura') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*h1,h2,h3,h4{
        font-family: mhFont;
}*/
.sm-normal{
    font-weight:normal
}
.sm-italic{
    font-style:italic !important;
}
.sm-cat-slider{
    height:592px;
}
.sm-tab{
    margin-top:20px;
}
.news-box.hidden-xs.sm-cat{
    min-height:1123px
} 
.sm-center{
    text-align:center;
}
.footer-top {display:none!important;}
.detail .info .header-sm a {
    padding: 5px;
}
.header-sm.author-icon{display:none}
.detail .scholars-detail h3 a{
    text-decoration:none;
    color:#222
}
.article-box .sm-arthor-name a{
    text-decoration:none;
    color:#222
}

.detail.authors-name{
    min-height:524px
}

.detail.authors-name .article-box{
    height:auto
}
.detail.search-page .publish-date.sm-publish-date{
    float:right
}
.form-footer{
    width: 200px;
    /*position: absolute;
     bottom: -68px;
    right: 74px;*/
    display: none;
    z-index: 2;
    color: black !important;
    display:none;
    overflow:hidden

}
.search-icon-footer{
    cursor:pointer
}
.form-footer input{
    padding:0px 4px
}
.form-footer input[type="submit"]{
    float: left;
    padding: 2px 10px;
    font-size: 14px;
}	
.footer-form form{
    display:block !important
}
.detail.search-page .sm-line{
    margin-bottom:12px
}
.smAuthor{
    font-size: 12px;
    float: left;
    display: block;
    margin-left: 11px;
}
.title.sm-title{
    font-family: mhFont;
    font-size:40px
}
.sm-ol h3{
    font-size: 1.17em;
    line-height: 1.282em;
    margin-top: 1.282em;
    margin-bottom: 1.282em;
    font-family: arial;
    font-weight: bold;
}
.sm-head {
    font-size:16px;
    font-family: arial;
}
.detail p{
    font-family:arial;
    font-size: 14px;
}
.detail h1 {
    font-size: 2em;
}

.detail h2 {
    font-size: 1.5em;
}

.detail h3 {
    font-size: 1.17em;
}

.detail h4 {
    font-size: 1em;
}

.detail h5 {
    font-size: 0.83em;

}

.detail h6 {
    font-size: 0.75em;
}

body
{
    margin: 0px;
    padding: 0px;
    font-family: Open Sans;
    color: black;
    background-image: url("../image/bg3.jpg") !important; 
    background-size: 100%!important;
    background-repeat: repeat-y;
    background-repeat: repeat !important;
    font-size: 13px;
    -webkit-font-smoothing: antialiased;
    font-family: arial;
}
a
{
    color: black;
}

/*--------------HEADER--------------*/
.header
{
    width: 100%;
    float: left;
    /*background-image: url("../image/Home-pattern.jpg");*/
}




.logo
{
    width: 70%;
    float: left;
    padding: 10px;
}
.header-sm
{
    width: 100%;
    float: right;
    text-align: right;
    font-size: 20px;
    margin-top: 10px;
}
.header-sm a
{
    color: #bf1e2e;
    text-align: center;
    /*background-color: #4f4f51;*/
    border-radius: 3px;
    padding: 3px 5px;
}
.header-sm svg
{
    width: 20px !important;
    color: white;
}
.foundation-logo
{
    height: 35px;
    margin-top: -3px;
	width: auto;
}
.menu
{
    width: 100%;
    float: left;
    padding-top: 5px;
    position: relative;
}
.menu ul
{
    width: 100%;
    float: left;
    margin: 0px;
    padding: 0px;
}
.menu li
{
    list-style-type: none;
    float: left;
    font-size: 16px;
    font-weight: bold;
    vertical-align: middle;
    padding: 9.5px 20px;
    transition: 0.3s ease;
    cursor: pointer;
}
.menu li:hover
{
    transition: 0.3s ease;
    background-color: #8f651a;
}
.menu li:hover a
{
    color: white;
}
.menu a
{
    font-family: Futura;
    color: black;
}
.fix-menu
{
    width: 100%;
    height: 47px;
    float: left;
    position: relative;
    background-color: black;
}
.open-menu
{
    width: 100%;
    float: left;
    display: none;
    position: absolute;
    left: 0px;
    top: 47px;
    z-index: 2;
    padding-left: 15px !important;
}
.open-menu a
{
    color: white;
}
.menu li:hover .open-menu
{
    display: block;
}
.search-icon
{
    background-color: #4f4f51 !important;
    color: white !important;
    padding: 7px 12px !important;
}
.form-ac
{
    width: 226px;
    position: absolute;
    top: 50px;
    right: 15px;
    display: none;
    z-index: 2;
    color: black !important;
}
.form-ac .screen-reader-text
{
    display: none;
}
.footer-bottom .noh, .footer-bottom .form-ac
{
    display: none !important;
}
.menu .noh
{
    float: right;
    padding: 0px;
}
.noh:hover
{
    background-color: transparent !important;
}
.mobil-menu
{
    width: 100%;
    float: left;
}
.mobil-menu .header-sm
{
    width: 50%;
    display: block !important;
    position: absolute;
    right: 15px;
    top: 0px;
}

/*--------------MIDDLE--------------*/
.nop
{
    padding-left: 0px;
    padding-right: 0px;
    float: left;
}
.news-box .col-md-12
{
    float: left;
    margin-bottom: 10px;
}
.slider
{
    width: 100%;
    float: left;
    margin-top: 20px;
}
.big-slide
{
    width: 100%;
    height: 430px;
    float: left;
    position: relative;
}
.big-slide .prev, .big-slide .next
{
    width: auto;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    cursor: pointer;
    padding: 15px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    border-radius: 0 3px 3px 0;
    background-color: rgba(0, 0, 0, 0.7);
}
.big-slide .prev
{
    left: 0px;
}
.big-slide .next
{
    right: 0px;
}
.big-slide img
{
    width: 100%;
    height: 100%;
    float: left;
    object-fit: cover;
    border: 1px solid black;
}
.featured-text
{
    width: 100%;
    float: left;
    position: absolute;
    left: 0px;
    top: 0px;
    background-color: rgba(0, 0, 0, 0.7);
    color: white;
    padding: 5px 10px;
    font-size: 18px;
}
.slide-text
{
    width: 100%;
    float: left;
    position: absolute;
    left: 0px;
    bottom: 0px;
    background-color: rgba(0, 0, 0, 0.7);
    color: white;
}
.slide-text a
{
    color: white;
}
.slide-text h2
{
    width: 100%;
    float: left;
    padding-left: 20px;
    margin-top: 10px;
}
.slide-text p
{
    width: 100%;
    float: left;
    padding-left: 20px;
    margin-top: 0px;
}
.slide-nav
{
    width: 100%;
    float: left;
    margin-top: 10px;
}
.slide-nav ul
{
    width: 100%;
    float: left;
    margin: 0px;
    padding: 0px;
}
.slide-nav li
{
    width: 10%;
    height: 70px;
    float: left;
    list-style-type: none;
}
.slide-nav img
{
    width: 100%;
    height: 100%;
    float: left;
    opacity: 0.8;
    cursor: pointer;
    object-fit: cover;
}
.slide-nav .active
{
    opacity: 1;
}
.twitter-box
{
    width: 100%;
    height: 510px;
    float: left;
    background-color: white;
    border: 1px solid black;
    padding: 10px;
    overflow: auto;
}
.title
{
    width: 100%;
    float: left;
    font-family: Futura;
    margin-top: 30px;
    font-size: 25px;
}
.title-bg
{
    width: 100%;
    float: left;
    font-family: Futura;
    margin-top: 30px;
    margin-bottom: 0px;
    padding-top: 10px;
    padding-left: 15px;
    background-color: white;
    font-size: 25px;
}
.tab-left-box
{
    width: 100%;
    float: left;
}
.tab-left-box img
{
    width: 100%;
    float: left;
}
.tab-left-box h3
{
    width: 100%;
    float: left;
    height: 52px;
    margin-top: 10px;
    margin-bottom: 0px;
    font-weight: 700;
}
.tab-left-box p
{
    width: 100%;
    float: left;
    height: 248px;
    color: #4d4d4d;
}
.read-more
{
    float: left;
    background-color: #ddb93e;
    color: black !important;
    font-weight: 700;
    padding: 10px;
    border: none;
    outline: none;
}
.learn-more
{
    background-color: #39275b;
    color: white !important;
    padding: 5px;
    position: absolute;
    right: 10px;
    bottom: 10px;
}
.tab-right-box
{
    width: 100%;
    float: left;
    margin-bottom: 10px;
}
/*.tab-right-box:nth-child(2n+1)
{
        float: right;
}*/
.tab-right-box img
{
    width: 100%;
    float: left;
    object-fit: cover;
}
.tab-right-box h3
{
    width: 100%;

    float: left;
    margin-top: 10px;
    margin-bottom: 0px;
    font-weight: 700;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 16px;
    padding-bottom: 5px;
}
.tab-right-box  p
{
    width: 100%;
    /*height: 80px;*/
    height: 60px;
    float: left;
    color: #4d4d4d;
    white-space: pre-line;
    text-overflow: ellipsis;
    overflow: hidden;
}
.tab-right-box .read-more
{
    padding: 5px;
}
.gallery
{
    width: 100%;
    float: left;
}
.gallery img
{
    width: 100%;
    float: left;
    position: relative;
    height:auto;
}
.overlay
{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    transition: 0.3s ease;
    cursor: pointer;
}
.overlay h3{
    color:#fff;
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    width: 100%;
    transform: translate(-50%, -75%);
}
.overlay span
{
    background-color: rgba(0, 0, 0, 0.7);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 17px;
    border-radius: 100%;

}
.overlay span.sm-gallery-text
{

    background-color: rgba(0, 0, 0, 0.7);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 4px 14px;

    height: 100%;
    text-align: center;
    border-radius: 0;
    width: 100%;
}
.overlay svg
{
    color: white;
    font-size: 30px;
}
.gallery a:hover .overlay, .video a:hover .overlay
{
    opacity: 1;
}
.video
{
    width: 100%;
    float: left;
}
.video img
{
    width: 100%;
    float: left;
    height: 210px;
}
.video-text
{
    width: 100%;
    height: 40px;
    float: left;
    color: #3f3f41;
    background-color: #fff;
    font-weight: 700;
    padding-left: 10px;
    white-space: pre-line;
    text-overflow: ellipsis;
    overflow: hidden;
}
.video .overlay span
{
    background-color: rgba(255, 0, 0, 0.7);
}
.timeline
{
    width: 100%;
    float: left;
    position: relative;
    padding-top: 30px;
    /*padding-bottom: 30px;
    background-image: url("../image/timeline-bg.jpg");
    background-size: 100% 100%;
    background-repeat: no-repeat;*/
}
.timeline .title
{
    margin-top: 0px;
    /*margin-bottom: 40px;*/
}
.timeline .line
{
    width: 100%;
    height: 10px;
    background-color: #273222;
    position: absolute;
    top: 56%;
    left: 0px;
    transform: translate(0%, -50%);
    z-index: 1;
    border-radius: 30px;
}
.timeline .time-up
{
    width: 100%;
    height: 400px;
    float: left;
    position: relative;
    text-align: center;
    background-image: url("../image/dots-up.png");
    background-position: center 83px;
    background-repeat: no-repeat;
    font-weight: 700;
    font-style: italic;
    transform: scale(0.8);
}
.timeline .time-up h2
{
    width: 100%;
    float: left;
    position: absolute;
    left: 0px;
    top: 20px;
    margin: 0px;
    font-size: 20px;
}
.timeline .time-up p
{
    width: 100%;
    float: left;
    position: absolute;
    left: 0px;
    top: 65px;
    margin: 0px;
}
.timeline .time-down
{
    width: 100%;
    height: 400px;
    float: left;
    position: relative;
    text-align: center;
    background-image: url("../image/dots-down.png");
    background-position: center 180px;
    background-repeat: no-repeat;
    font-weight: 700;
    font-style: italic;
    transform: scale(0.8);
}
.timeline .time-down h2
{
    width: 100%;
    float: left;
    position: absolute;
    left: 0px;
    bottom: 55px;
    margin: 0px;
    font-size: 20px;
}
.timeline .time-down p
{
    width: 100%;
    float: left;
    position: absolute;
    left: 0px;
    bottom: 32px;
    margin: 0px;
}
.news-box
{
    width: 100%;
    float: left;
    background-color: white;
    /*min-height:1258px;*/
}
.news-box .title
{
    margin-top: 5px;
    padding-left: 15px;
}
.news-box .nav-pills
{
    margin-top: 0px;
    margin-bottom: 0px;
    padding-left: 15px; padding-right: 15px;
    background-color: transparent;
}
.news-box .nav-pills a
{
    padding: 12px 6px !important;
}
.news-box .nav-pills .active
{	
    background-color: #ddb93e;
}
.news-box p
{
    width: 60%;
    float: left;
    margin: 0px;
    font-weight: 600;
    padding-left: 10px;
    padding-top: 10px;
}
.news-box img
{
    width: 40%;
    height: 100px;
    float: left;
    margin-bottom: 10px;
    object-fit: cover;
}
.detail .info .sm-date{
    font-size: 15px;
    color: #808080;
    padding: 5px 0px;

}
.news-box h4 {
    width: 60%;
    max-height: 100px;
    float: left;
    margin: 0px;
    /* font-weight: 700; */
    padding-left: 10px;
    /* padding-top: 20px; */
    white-space: pre-line;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 14px;
    font-family: arial;
}
.article-box
{
    width: 100%;
    float: left;
    padding-top: 15px;
    padding-bottom: 15px;
    position: relative;
}
.article-box img
{
    width: 100%;
    height: 130px !important;
    float: left;
    height: auto;
    object-fit: cover;
}
.article-box h3
{
    width: 100%;
    float: left;
    margin-top: 10px;
    margin-bottom: 0px;
    font-weight: 700;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 16px;
}
.article-box p
{
    width: 100%;
    float: left;
    color: #4d4d4d;
}
.article
{
    background-color: white;
}
.article .owl-prev
{
    left: unset !important;
    right: 55px !important;
}
.article .owl-next
{
    right: 15px !important;
}
.article .owl-prev, .article .owl-next
{
    top: -30px !important;
    background-color: #ddb93e !important;
    padding: 5px 10px !important;
}
.article .owl-prev svg, .article .owl-next svg
{
    color: black !important;
    float: left;
    font-size: 15px;
}
.detail
{
    width: 100%;
    float: left;
    background-color: #f2f2f2;
    padding: 15px;
}
.detail a
{
    color: #337ab7;
}
.detail img
{
    max-width: 100%;
    height: auto;
    /*float: left;*/
}
.wp-caption, .alignnone
{
    max-width: 100% !important;
}
/*.detail p
{
        width: 100%;
        float: left;
}*/
.alignright
{
    float: right !important;
    text-align: right !important;
}
.detail .alignright {
    margin-left: 5px;
}
.alignleft
{
    float: left !important;
    text-align: left !important;
}
.detail .info
{
    width: 100%;
    float: left;
    margin-top: 20px !important;
}
.detail .info a
{
    color: black;
}
.detail .info h5
{
    width: 60%;
    float: left;
    font-family: Futura;
}
.sm-short{
    font-family:arial;
    font-weight:bold;
}
.sm-content{
    font-family:arial;
}
.detail .info h4
{
    width: 60%;
    float: left;
    margin: 0px;
    font-family: arial;
    font-size: 23px;
    font-style: normal;
}
.detail .info h4 span
{
    font-style: initial;
}
.detail .info svg
{
    /*color: #e5c145;*/
}
.detail .info .header-sm
{
    width: 20%;
    float: left;
    margin-top: 0px;
    text-align: left;
}
.detail .info .header-sm a
{
    padding: 0px 3px;
}
.detail .info .header-sm svg
{
    color: white;
}
.detail .info p
{
    /*width: 20%;
    float: left;*/
    margin-top: -5px;
    margin-bottom: 0px;
}
.detail .img-box
{
    width: 60%;
    float: left;
}
.detail .img-box img
{
    width: auto;
    float: left;
}
.detail .tags
{
    width: 100%;
    float: left;
    margin-top: 20px;
    border-bottom: 1px solid #e5c145;
    padding-bottom: 10px;
}
.detail .tags h4
{
    float: left;
    margin: 0px 5px 0px 0px;
    font-family: Futura;
}
.scholars-detail
{
    width: 100%;
    float: left;
    border-bottom: 1px solid #ddb93e;
    padding-bottom: 20px;
    margin-top: 20px;
}
.scholars-detail h3
{
    width: 100%;
    float: left;
    font-weight: 700;
    margin: 0px;
}
.scholars-detail h4
{
    width: 100%;
    float: left;
    font-weight: 600;
    margin: 0px;
}
.scholars-detail p
{
    width: 100%;
    float: left;
}
.video-box
{
    width: 100%;
    float: left;
    position: relative;
}
.video-box img
{
    width: 40%;
    float: left;
    margin-bottom: 10px;
}
.video-box h4
{
    width: 60%;
    float: left;
    margin: 0px;
    font-weight: 700;
    padding-left: 10px;
    padding-top: 20px;
}
.video-box p
{
    width: 60%;
    float: left;
    margin: 0px;
    font-weight: 600;
    padding-left: 10px;
    padding-top: 10px;
}
.video-box-overlay
{
    position: absolute;
    left: 20%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 17px;
    border-radius: 100%;
    background-color: #e5c145;
}
.video-box-overlay svg
{
    color: white;
}
.article-box .video-box-overlay
{
    left: 50%;
    top: 30%;
}
.search-page
{
    width: 100%;
    float: left;
}
.search-page .col-md-12
{
    margin-bottom: 20px;
}
.search-page h4
{
    width: 80%;
    float: left;
    margin: 0px;
    padding-left: 10px;
    padding-bottom: 10px;
}
.author-name.sm-padd-bottom
{
    padding-bottom: 5px;
}
.search-page a
{
    width: 80%;
    float: left;
    margin: 0px;
}
.search-page a h4
{
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.search-page p
{
    width: 80%;
    float: left;
    margin: 0px;
    padding-left: 10px;
    white-space: pre-line;
    text-overflow: ellipsis;
    overflow: hidden;
}
.search-page img
{
    width: 20%;
    height: 125px;
    float: left;
    object-fit: cover;
}
.search-page .author-name
{
    font-family: Futura;
    position: relative;
}
.search-page .author-name span
{
    font-style: italic;
}
.publish-date
{
    font-style: normal !important;
    float: left;
    color: grey;
    font-size: 12px;
    margin-left: 11px;
}
.search-tags
{
    width: 80%;
    float: left;
    padding-left: 10px;
    padding-top: 10px;
}
.search-tags span
{
    font-family: Futura;
    float: left;
}
.search-tags a
{
    width: auto !important;
    float: left;
    margin-right: 2px;
}
.contact-form
{
    width: 100%;
    float: left;
    margin-top: 37px;
}
.contact-form input[type=text], .contact-form input[type=email]
{
    width: 100%;
    float: left;
    margin-bottom: 15px;
}
.contact-form textarea
{
    width: 100%;
    float: left;
    resize: none;
}
.contact-form input[type=submit]
{
    float: right;
    background-color: #ddb93e;
    color: black;
    padding: 10px;
    font-weight: 700;
    margin-top: 15px;
    border: none;
    outline: none;
}
.contact-form .form-control:focus
{
    border-color: #ddb93e;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
}

/*--------------FOOTER--------------*/
.footer-top
{
    width: 100%;
    float: left;
    background-color: #273222;
    margin-top: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
}
.footer-top p
{
    width: 50%;
    float: left;
    color: #bfbfbf;
    text-align: left;
}
.footer-top .form
{
    width: 50%;
    float: left;
    margin-top: 14px;
    margin-bottom: 14px;
    text-align: right;
}
.eemail_textbox
{
    width:80%;
    float:left;
}
.footer-top .eemail_textbox input[type=text]
{
    width: 100%;
    outline: none;
    padding: 10px 20px;
    border: none;
    border-radius: 3px;
}
.footer-top input[type=button]
{
    background-color: #8f651a;
    outline: none;
    border: none;
    padding: 10px 20px;
    color: white;
    border-radius: 3px;
    margin-left:2%;
    width:18%;
}
.footer-bottom
{
    width: 100%;
    float: left;
    /*background-color: black;*/
    background-color: #0b0e32;
    color: #bfbfbf;
}
.header-sm.footer-sm a{
    margin-top: 12px;
    display: inline-block;
}
.header-sm.footer-sm{
    text-align:center;
    margin-top: 17px;
}
.header-sm.footer-sm > div{

    display: inline-block;
}
.footer-bottom p
{
    width: 100%;
    float: left;
    margin: 0px;
}
.footer-bottom h4
{
    width: 100%;
    float: left;
    font-weight: 600;
}
.footer-bottom ul
{
    width: 100%;
    float: left;
    padding: 0px;
}
.footer-bottom li
{
    list-style-type: none;
    line-height: 30px;
}
.footer-bottom a
{
    color: #bfbfbf;
}
.footer-bottom svg
{
    margin-right: 5px;
}
.footer-bottom .foundation-logo
{
    height: 60px;
    /*float: left;*/
    background-color: white;
    padding: 10px;
}
.footer-bottom .copy
{
    width: auto;
    float: left;
    margin: 40px 0px 0px 5px;
}
.footer-bottom .site-link
{
    width: 100%;
    float: left;
    padding: 0px;
    margin: 29px 0px 0px 0px;
}
.footer-bottom .site-link li
{
    float: left;
    padding: 5px 10px;
}
.footer-bottom .site-link li:first-child
{
    padding-left: 0px;
}
.footer-bottom .site-link .contact
{
    padding: 5px 10px;
    background-color: #8f651a;
    border-radius: 3px;
    margin-top: -12px;
}
.footer-bottom .site-link-2
{
    width: auto;
    float: right;
}
.footer-twitter-box
{
    width: 100%;
    height: 200px;
    float: left;
    overflow: hidden;
}
.footer-bottom .dropdown-menu
{
    display: none !important;
}
#toTop
{
    position: fixed;
    background-color: red;
    z-index: 99999;
    bottom: 30px;
    right: 20px;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.7);
    color: white;
    font-size: 25px;
    padding: 5px 10px;
    text-align: center;
    display: none;
}
.news-box .article .owl-item
{
    width: 100%;
    float: left;
    padding-top: 20px;
}
.news-box .article .owl-prev
{
    left: 0px !important;
    right: unset !important;
    top: -10px !important;
}
.news-box .article .owl-next
{
    left: 30px !important;
    right: unset !important;
    top: -10px !important;
}
.news-box-last .article .owl-item
{
    width: 100%;
    float: left;
    padding-top: 30px;
}
.news-box-last .article .owl-prev
{
    left: 15px !important;
    right: unset !important;
    top: -5px !important;
}
.news-box-last .article .owl-next
{
    left: 45px !important;
    right: unset !important;
    top: -5px !important;
}

/*--------------MOBIL MENU - TAB MENU - BREADCRUMB - ACCORDION - CHECKBOX - RADIO--------------*/
.nav-pills{width: 100%; float: left; background-color: #ddb93e; margin-top: 30px; margin-bottom: 30px; font-family: Futura; font-weight: bold;}
/*.nav-pills a{color: black; padding: 12px 25px !important;}*/
.nav-pills a{color: black; padding: 12px 15px !important;}
.nav-pills .active{background-color: #8f651a;}
.tab-content{width: 100%; float: left; background-color: white; padding: 15px;}

.breadcrumb, .breadcrumblist{width: 100%; float: left; padding: 0px; margin-bottom: 5px; font-family: Futura; background:none;}
.breadcrumb li, .breadcrumblist li{list-style-type: none; display: inline-block; color:#fff;  text-transform:uppercase;}
.breadcrumb a, .breadcrumblist a{color: white;}
.breadcrumb span, .breadcrumblist span{float: left; color:#fff;}
.breadcrumblist svg{margin: 2px 3px 0px 3px;}
.breadcrumb>.active{color:#fff;}

.panel{box-shadow: none;}
.panel-default{border: none;}
.panel-group{width: 100%; float: left; padding-left: 15px; padding-right: 15px;}
.panel-default>.panel-heading{background-color: transparent; background-image: linear-gradient(to bottom,transparent 0,transparent 100%); padding: 15px 0px;}
.panel-default>.panel-heading+.panel-collapse>.panel-body{border: none;}
.panel-default>.panel-heading a{color: black; display: block; border-bottom: 1px solid #ddb93e;}
.panel-body{padding-left: 0px; padding-right: 0px;}
.panel-group .read-more{margin-top: 20px;}
.panel-body .radio_container{width: 50%;}

.radio_container{width: 100%;float: left;font-weight: normal;cursor: pointer;}
.radio_container input{position: absolute;opacity: 0;}
.radio_checkmark{height: 20px;width: 20px; display: block; border-radius: 50%;cursor: pointer;border: 1px solid #ddb93e; float: left;margin-right: 10px;}
.radio_container input:checked ~ .radio_checkmark{background-color: #ddb93e;}
.radio_checkmark:after{content: "";position: absolute;display: none;}
.radio_container input:checked ~ .radio_checkmark:after{display: block;}
.radio_container .radio_checkmark:after{width: 6px;height: 6px;border-radius: 50%;background: white;margin-left: 6px;margin-top: 6px;}

.check_container{width: 100%;float: left; font-weight: normal;cursor: pointer}
.check_container input{position: absolute;opacity: 0;}
.check_checkmark {height: 20px;width: 20px;float: left;cursor: pointer;margin-right: 5px;border: 1px solid #ddb93e;}
.check_container input:checked ~ .check_checkmark{background-color: #ddb93e;}
.check_checkmark:after{content: "";position: absolute;display: none;}
.check_container input:checked ~ .check_checkmark:after{display: block;}
.check_container .check_checkmark:after{width: 7px;height: 10px;border: solid white;border-width: 0 3px 3px 0;-webkit-transform: rotate(45deg);-ms-transform: rotate(45deg);transform: rotate(45deg);margin-left: 6px;margin-top: 3px;}

.wp-pagenavi{text-align:center;}
.wp-pagenavi{width: 100%; float: left;}
.wp-pagenavi a, .wp-pagenavi span{display: inline-block;}
.wp-pagenavi span, .wp-pagenavi a{color: black; border: none; font-weight: 600; padding: 6px 8px; border-radius: 0px !important;}

.navbar-nav>li>.dropdown-menu{left:50%;}
.nav>li, .dropdown, .dropup{position:static;}
.dropdown-menu{background:none; border:0; border-radius:0; box-shadow:none; width: 100% !important; position: absolute; left: 0px !important; margin-left: 0px !important;}
.dropdown-menu>li>a{padding: 3px 8px;}
.open .dropdown-menu{display: none;}
#menu-item-8724, #menu-item-555{float: right;}
#menu-item-8725{margin-right: 20%;}
#menu-item-8725, #menu-item-557{float: right;}
#menu-item-4822 {display:none;}
.dropdown-menu>.active, .dropdown-menu>.active:focus, .dropdown-menu>.active:hover{background-color: #8f651a;}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover{background-color: transparent !important;}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover{background:none;}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover{background:none; color:#fff; padding:3px 8px;}
.navbar-nav>li>a{padding:0;}

.eemail_caption{display:none;}
.bwg_container{position: relative;float: left;max-width: 100%;}

#author-bio-box{display: none !important; visibility: hidden !important; opacity: 0 !important;}

/*--------------RESPONSIVE--------------*/
@media only screen and (max-width: 1200px)
{
    .news-box .nav-pills a{padding: 12px 6px !important; font-size: 12px;}
    .detail .wp-caption{max-width: 100%;}
    .detail .info{margin-bottom: 10px;}
    .detail .info h4{width: 100%;}
    .detail .info p{width: 50%; margin-top: 20px; text-align: center;}
    .detail .info .header-sm{width: 50%; margin-top: 25px; text-align: center;}
    .detail .info .img-box, .detail .info .img-box img{width: 100%;}
    .detail img{max-width: 100%; object-fit: cover;}
}
@media only screen and (max-width: 1195px)
{
    .menu li{padding: 9.5px 15px;}
}
@media only screen and (max-width: 1024px)
{
    .dropdown-menu>li>a{padding: 3px 2px;}
    .dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover{padding: 3px 2px;}
    .nav-pills a{padding: 12px 10px !important;}
    .video-text{height: 40px;}
}
@media only screen and (max-width: 991px)
{
    .header .logo{width: 80%; margin: 0px auto; display: block; float: none;}
    .header .header-sm{display: none;}
    .menu li{padding: 9px 6px; font-size: 14px;}
    .fix-menu{height: 45px;}
    .dropdown-menu>li>a{padding: 4px 3px;}
    .navbar-nav>li>.dropdown-menu{top: 37px !important;}
    .dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover{padding: 4px 3px;}
    .slider{margin-top: 10px;}
    .slide-text h2{font-size: 16px;}
    .twitter-box{display: none;}
    .detail{margin-top: 20px; margin-bottom: 20px;}
    .news-box .col-md-12{width: 100%;}
    .article-box .video-box-overlay{top: 25%;}
    .nav-pills a{padding: 12px 10px !important;}
    .news-box .nav-pills a{padding: 12px 5px !important; font-size: 12px;}
    .tab-left-box{margin-bottom: 20px;}

    .search-page img{width: 100%; height: 155px;}
    .search-page a{width: 100%; padding-left: 0px;}
    .search-page h4{width: 100%; padding-left: 0px; padding-top: 10px;}
    .search-page p{width: 100%; padding-left: 0px;}
    .publish-date{width: 100%; float: left; padding-top: 10px;}
    .search-tags{width: 100%; padding-left: 0px;}

    .footer-bottom .site-link, .footer-bottom .copy{margin: 0px;}
    .footer-top p, .footer-top .form{width: 100%; float: left; text-align: left;}
    .footer-top input[type=email]{width: 210px;}
    .footer-bottom .site-link .contact{display: none;}
    .footer-bottom ul, .footer-bottom h4, .footer-bottom p{text-align: center;}
    .footer-bottom .logo{margin: 0px auto; display: block; float: none;}
    .footer-bottom .foundation-logo{margin: 30px auto; display: block; float: none;}
    .footer-bottom .site-link{width: 100%; float: left; text-align: center;}
    .footer-bottom .site-link li{float: none; display: inline-block;}
    .footer-bottom .copy{width: 100%; float: left; text-align: center; margin-top: 20px;}
    .footer-twitter-box{margin-top: 30px; margin-bottom: 30px; display: none;}
}
@media only screen and (max-width: 800px)
{
    .open .dropdown-menu{display: block;}
    .form-ac{left: 5px;bottom: 11px;top: unset;}
    .navbar-toggle{float: left; border: none;}
    .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover{background-color: transparent;}
    .navbar-default .navbar-toggle .icon-bar{background-color: white}
    .navbar{margin-bottom: 0px !important;}
    .navbar-nav>li{float: none;}
    .navbar-default .navbar-nav>li>a{color: white;text-shadow: none; padding: 5px 5px;}
    .navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover{color: white;background-color: transparent;}
    .dropdown-menu{width: 100%; float: left;background-color: transparent; border-top: 1px solid white; padding-left: 15px;}
    .dropdown-menu>li>a{display: block;clear: both;color: white;padding: 0px;}
    .search-icon{float: right; margin-right: 5px;}
    .open{border-bottom: 1px solid white;}
    .dropdown-menu>li{padding: 13px 5px !important;}
    .navbar-default .navbar-nav .open .dropdown-menu>li>a{color: white;padding: 0px;}
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover{color: white;}
    .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover{background-color: transparent;background-image: none;color: white; box-shadow: none; border-bottom: 1px solid white;}
    .navbar-default .navbar-collapse{background-color: black; border: none;}
}
@media only screen and (max-width: 799px)
{
    .menu{display: none;}
}

@media only screen and (max-width: 767px){
    .scol-md-7 {max-width:100%;}
}


@media (max-width: 520px) {
	div.wp-caption.alignright {
		max-width: 52vw !important;
	}
}


.detail { background: #fff;}
.detail .title{ float:none;}
.detail .tags { border-bottom: 6px solid #e5c145;}
#smRMpost { cursor:pointer;}
.container .wp-caption-text {text-align:center; font-size:12px; margin: auto;}
blockquote p {margin:0}
.slide-nav.smhide {display:none;}
.big-slide, .twitter-box { height: 464px;}
.publish-date {float:right;}
.post_title {font-size:25px;}
.header-sm .ss-inline-share-wrapper{margin:0;}
.scol-md-7 {width:695px; max-width:100%;}
.scol-md-5 {width: calc((100vw - 715px)/2); }
.slider .publish-date{ display: block; margin: 0; float: none; margin-top: 5px;}
.sp-excerpt {font-weight:bold;}
.detail .info a {font-size: 18px;  font-style: italic;}
.detail .tags {margin-top:10px;}
.detail .info {margin-top:0;}
h4.saTitle {font-weight:bold;}
.raAuthor {margin-left:10px; font-style:italic;}
.detail .info h4 {width:60%;}
.detail .info .mh-author-social {
    width: 35%;
    float: left;
}
.news-box p {font-weight:normal;}
.tVGallery .news-box a h4, .tVideo .news-box a h4 {font-weight:bold;} 
.tCategory .news-box .article .owl-item {padding-top:40px;}
.footer-twitter-box{height:auto;}
p#voting-results {font-size:unset;}
news-box img {height:auto;}
.container .wp-caption-text {padding: 0 10px;}
p#voting-results{font-style: normal !important; color: grey;font-size: 12px!important;}
.author-name {font-style: italic;}
.wp-caption.aligncenter {margin: 0 auto;}

/* 
        Books : #bb8d32
        Culture : #faa81a
        Environment: #6ac17b
        Home : #39275b
        Multimedia : #000000
        News : #00a8b4
        People : #c82254
        Science : #3f8ac3;
.Books .news-box .nav-pills .active, .Books .article .owl-prev, .Books .article .owl-next { background-color: #6ac17b !important;}
.Culture .news-box .nav-pills .active, .Culture .article .owl-prev, .Culture .article .owl-next { background-color: #6ac17b !important;}
.Environment .news-box .nav-pills .active, .Environment .article .owl-prev, .Environment .article .owl-next { background-color: #6ac17b !important;}
.Home .news-box .nav-pills .active, .Home .article .owl-prev, .Home .article .owl-next { background-color: #6ac17b !important;}
.Multimedia .news-box .nav-pills .active, .Multimedia .article .owl-prev, .Multimedia .article .owl-next { background-color: #6ac17b !important;}
.News .news-box .nav-pills .active, .News .article .owl-prev, .News .article .owl-next { background-color: #6ac17b !important;}
.People .news-box .nav-pills .active, .People .article .owl-prev, .People .article .owl-next { background-color: #6ac17b !important;}
.Science .news-box .nav-pills .active, .Science .article .owl-prev, .Science .article .owl-next { background-color: #6ac17b !important;} 

*/



/* CHnages starts from Here */
body{ background: url("../image/Home-pattern.jpg") repeat-x left top transparent; }
body.Books { background: url("../image/Books-pattern.jpg") repeat-x left top transparent; }
body.Culture { background: url("../image/Culture-pattern.jpg") repeat-x left top transparent; }
body.Environment { background: url("../image/Environment-pattern.jpg") repeat-x left top transparent; }
body.Home { background: url("../image/Home-pattern.jpg") repeat-x left top transparent;}
body.Multimedia { background: url("../image/Multimedia-pattern.jpg") repeat-x left top transparent; }
body.News { background: url("../image/News-pattern.jpg") repeat-x left top transparent; }
body.People { background: url("../image/People-pattern.jpg") repeat-x left top transparent; }
body.Science { background: url("../image/Science-pattern.jpg") repeat-x left top transparent; }

.Books .fix-menu { background-color: #bb8d32;}
.Culture .fix-menu { background-color: #faa81a;}
.Environment .fix-menu { background-color: #6ac17b;}
.Home .fix-menu { background-color: #39275b;}
.Multimedia .fix-menu { background-color: #000000;}
.News .fix-menu { background-color: #00a8b4;}
.People .fix-menu { background-color: #c82254;}
.Science .fix-menu { background-color: #3f8ac3;}

.Books .menu li:hover {    background-color: #bb8d32; color: #fff;}
.Culture .menu li:hover {    background-color: #faa81a; color: #fff;}
.Environment .menu li:hover {    background-color: #6ac17b; color: #fff;}
.Home .menu li:hover {    background-color: #39275b; color: #fff;}
.Multimedia .menu li:hover {    background-color: #000000; color: #fff;}
.News .menu li:hover {    background-color: #00a8b4; color: #fff;}
.People .menu li:hover {    background-color: #c82254; color: #fff;}
.Science .menu li:hover {    background-color: #3f8ac3; color: #fff;}


.Books .header-sm a.hsm-si  {background-color:#bb8d32;}
.Culture .header-sm a.hsm-si  {background-color:#faa81a;}
.Environment .header-sm a.hsm-si  {background-color:#6ac17b;}
.Home .header-sm a.hsm-si  {background-color:#39275b;}
.Multimedia .header-sm a.hsm-si  {background-color:#000000;}
.News .header-sm a.hsm-si  {background-color:#00a8b4;}
.People .header-sm a.hsm-si  {background-color:#c82254;}
.Science .header-sm a.hsm-si  {background-color:#3f8ac3;}

.owl-carousel {touch-action: unset;}

/* CHnages starts from Here */
/* CHnages starts from Here */
/*body.tCategory .header{
    background: #fff;
}*/
input.wpcf7-form-control.wpcf7-submit.button-mail {
    float: right;
    background-color: #ddb93e;
    color: black;
    padding: 10px;
    font-weight: 700;
    margin-top: 15px;
    border: none;
    outline: none;
}
div.wpcf7-response-output {
    margin: 4em 0.5em 1em !important;

}
/*p.rmp-rating-widget__results.js-rmp-results {
    position: relative;
    left: 115px;
    right: 0;
    bottom: 32px;
}*/
/*.home .header{
    background: #fff;
}*/
p.rmp-rating-widget__msg.js-rmp-msg {
    display: none;
}

/* Owl flex carousel */
.flex-owl-carousel.owl-carousel .owl-wrapper {
    display: flex !important;
}
a.mh-more-slide {
    display: flex;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.8);
    color: #fff;
    font-size: 20px;
    text-align: center;
    justify-content: center;
    align-items: center;
}

.rmp-rating-widget.js-rmp-rating-widget {
    display: flex;
}

.detail .info .ss-inline-share-wrapper {
    margin-top: 10px;
    text-align: right;
}

.mh-author-social #smRMpost .rmp-widgets-container.rmp-wp-plugin.rmp-main-container {
    text-align: right;
    margin-top: 0;
}
.mh-author-social #smRMpost .rmp-widgets-container.rmp-wp-plugin.rmp-main-container .rmp-rating-widget.js-rmp-rating-widget {
    justify-content: flex-end;
}

.mh-author-social #smRMpost .rmp-widgets-container.rmp-wp-plugin.rmp-main-container .rmp-rating-widget__icons {
    margin-right: 5px;
}

/* Masdar search */
.masdar-search .header,
.masdar-search .header .menu {
    float: none;
}

.masdar-search-content {
    background: #fff;
    padding-top: 70px;
    padding-bottom: 100px;
}

input#mh-references-query {
    font-size: 14px;
    padding: 5px 5px;
    min-width: 200px;
    display: inline-block;
}

input#mh-references-query:focus {
    outline: none;
    border-color: #ddb93e;
    box-shadow: none;
    border-style: solid;
}

.mh-ms-fields {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.mh-ms-searchby {
    display: flex;
    align-items: center;
    margin-left: 10px;
    justify-content: center;
    flex-wrap: wrap;
    font-size: 16px;
}

.mh-ms-searchby > div label {
    cursor: pointer;
}

.mh-ms-searchby p {
    margin: 0;
}
.mh-ms-searchby label {
    margin-bottom: 0;
    margin-right: 10px;
}

.mh-references-form input[type="submit"] {
    background-color: #ddb93e;
    color: black;
    box-shadow: none;
    border: 0 none;
    display: inline-block;
    padding: 10px 30px;
    font-size: 16px;
    font-weight: bold;
    min-width: 200px;
}

.mh-references-list {
    padding-left: 20px;
}

.mh-references-list p > span {
    width: 100px;
    flex: 0 0 100px;
    padding-right: 10px;
    display: inline-block;
    font-weight: bold;
    box-sizing: border-box;
}

.mh-references-form + .mh-references-list {
    margin-top: 40px;
}

.mh-references-list li + li {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #ddb93e;
}

.mh-references-list li p {
    margin: 0;
    font-size: 16px;
    display: flex;
}

.mh-references-list li a {
    font-size: 16px;
    display: inline-block;
    margin-top: 15px;
    color: #ddb93e;
    font-weight: bold;
}

.masdar-single-reference p {
    display: flex;
}
.masdar-single-reference p > .msf-title {
    width: 100px;
    flex: 0 0 100px;
    padding-right: 10px;
    display: inline-block;
    font-weight: bold;
    box-sizing: border-box;
}
.masdar-logo {
    display: inline-block;
    margin-top: 30px;
}

.masdar-search-content .navigation {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    margin-top: 80px;
}

.masdar-search-content .navigation .page-numbers.current,
.masdar-search-content .navigation a.page-numbers:hover {
    color: #ddb93e;
}

.masdar-search-content .navigation .page-numbers {
    margin-right: 8px;
}