* {
    /*outline: 1px solid red*/
}

body {
    /* background: url(../img/bacg.png); */
    font-family: "JF Flat Regular";
}

@font-face {
    font-family: "JF Flat Regular";
    src: url('../fonts/JF-Flat-regular.eot');
    src: url('../fonts/JF-Flat-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/JF-Flat-regular.svg#JF Flat Regular') format('svg'), url('../fonts/JF-Flat-regular.woff') format('woff'), url('../fonts/JF-Flat-regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.h4,
h4 {
    font-size: 16px;
}

.h3,
h3 {
    font-size: 21px;
}


 /* navbar-top */
 .navbar-top{
    background: #095751;
    padding-top: 15px;
}
.navbar-top ul a i{
    width: 35px; 
    height: 35px;
    line-height: 35px;
    border: 1px solid #0f837a;
    font-size: 20px;
    color: #d1b76d;
    margin-bottom: 10px;
    transition: ease 0.3s;
    -moz-transition: ease 0.3s;
    -o-transition: ease 0.3s;
    -webkit-transition: ease 0.3s;
}
.navbar-top ul a i:hover{
    border: 1px solid #d1b76d;
    color: #0f837a;
}

.hr-titel {
    margin-top: 20px;
    margin-bottom: 25px;
    outline: 1px solid #989b9e;
}
 /* hedar */
.hedar{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0f8279+0,074942+100 */
    background: #0f8279; /* Old browsers */
    background: -moz-linear-gradient(top, #0f8279 0%, #074942 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #0f8279 0%,#074942 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #0f8279 0%,#074942 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f8279', endColorstr='#074942',GradientType=0 ); /* IE6-9 */
    padding-bottom: 20px;
}
 /* navbar */
nav.navbar-findcond { background: #fff; border-color: #ccc;  }
nav.navbar-findcond a { color: #fff; }


nav.navbar-findcond { color: #fff; border-style: solid; border-width: 0 0 2px 0; /*border-color: #fff;*/ font-size: 17px; background: #074942;}


ul.navbar-nav a {
    color: #fff;
    /* border-style: solid; */
    border-width: 0 0 2px 0;
    border-color: #fff;
    font-size: 15px;
}

nav.navbar-findcond ul.navbar-nav a:hover,
nav.navbar-findcond ul.navbar-nav a:visited,
nav.navbar-findcond ul.navbar-nav a:focus,
nav.navbar-findcond ul.navbar-nav a:active { background: #0e8077; }
nav.navbar-findcond ul.navbar-nav a:hover { border-color: #0c6f67; }
nav.navbar-findcond li.divider { background: #ccc; }
nav.navbar-findcond button.navbar-toggle { background: #0c6f67; border-radius: 2px; }
nav.navbar-findcond button.navbar-toggle:hover { background: #999; }
nav.navbar-findcond button.navbar-toggle > span.icon-bar { background: #fff; }
nav.navbar-findcond ul.dropdown-menu { border: 0; background: #fff; border-radius: 0px; margin: 4px 0; }
nav.navbar-findcond ul.dropdown-menu > li > a { color: #0c6f67; }
nav.navbar-findcond ul.dropdown-menu > li > a:hover { background: #0c6f67; color: #fff; }
nav.navbar-findcond span.badge { background: #0c6f67; font-weight: normal; font-size: 11px; margin: 0 4px; }
.nav .open > a, .nav .open > a:focus, .nav .open > a:hover{
    border-color: #0c6f67;
}



nav.navbar-findcond ul.navbar-nav a:hover,
nav.navbar-findcond ul.navbar-nav a:visited,
nav.navbar-findcond ul.navbar-nav a:focus,
nav.navbar-findcond ul.navbar-nav a:active { background: transparent; } 


/* date */
.clock{
    background: #0e7a72;
    color: #fff;
    padding: 10px;
    margin-bottom: 10px;
}
.new{
    background: #d0b66c;
    padding: 10px;
    margin-bottom: 10px;
    height: 40px;
    overflow: hidden;
}
.new .vticker{
    margin-right: -40px;
}
.new li{
    list-style: none;
}
.new a{
    display: block;
    color: #3c3c3c;
    text-align: right;
}
.new a:hover{
    text-decoration: none;
    color: #0e7a72;
}
.search {
    margin-bottom: 10px;
}
.search .btn-primary{
    background: #0e7a72;
    color: #fff;
    border-color: transparent;
    padding: 10px;
    border-radius: 0;
}
.search .btn-primary:active{
    background-color: #d0b66c;
    border-color: #d0b66c;
    color: #fff;
}
.search .modal-header {
    background: #d0b66c ;
    border-bottom: 1px solid #e5e5e5;
    color: #fff;
    padding: 15px;
}
/* footer */
footer{
    background: #2c3033;
    border-top:5px solid #0f837a;
    padding: 20px 0 10px 0;
}
footer .munfooter li a{
    color: #d0b66c;
    font-size: 17px;
    line-height: 2.5;
    border-right:2px solid #0f837a;
    padding-right: 5px;
}
footer .munfooter li a:hover{
    color: #0f837a;
    border-right:2px solid #d0b66c;
    text-decoration: none;
}
footer .item{
    border-bottom: 1px solid #444;
    /* padding-bottom: 10px; */
    margin-top: 10px;
    margin-bottom: -5px;
}
footer .item h4 a{
    color: #0f837a;
}
footer .item h4 a:hover{
    color: #d0b66c;
    text-decoration: none;
}
footer .iconuse {
    color: #444;
}
footer .icons ul a i{
    width: 70px; 
    height: 70px;
    line-height: 70px;
    border: 1px solid #0f837a;
    font-size: 25px;
    color: #d1b76d;
    text-align: center;
    margin-bottom: 10px;
    transition: ease 0.3s;
    -moz-transition: ease 0.3s;
    -o-transition: ease 0.3s;
    -webkit-transition: ease 0.3s;
}
footer .icons ul a i:hover{
    border: 1px solid #d1b76d;
    color: #0f837a;
}
.dfooter{
    background: #1f1f1f;
    padding: 10px 0 5px 0;
}
.dfooter p{
    color: #a1a5a8;
}
.dfooter a{
    color: #0f837a;
    display: block;
}
.dfooter a:hover{
    color: #a1a5a8;
    text-decoration: none;
}

.content-center{
    margin-bottom: 20px;
}
/* munbar */
.munbar{}
.munbar li a{
    background: #d0b66c;
    display: block;
    font-size: 19px;
    margin-bottom: 8px;
    color: #444;
    transition: ease 0.3s ;
    -moz-transition: ease 0.3s ;
    -o-transition: ease 0.3s ;
    -webkit-transition: ease 0.3s ;
}
.munbar li a:hover{
    text-decoration: none;
    background: #0e7a72;
    color: #fff;
}
.munbar li a i{
    background: #0e7a72;
    padding: 10px;
    color: #fff;
    transition: ease 0.3s ;
    -moz-transition: ease 0.3s ;
    -o-transition: ease 0.3s ;
    -webkit-transition: ease 0.3s ;
}
.munbar li a:hover i{
    background: #d0b66c;
    color: #444;
}
.panel-default > .panel-heading {
    background-color: #0e7a72;
    border-color: #0e7a72;
    color: #fff;
    border-radius: 0;
    transition: ease 0.3s ;
    -moz-transition: ease 0.3s ;
    -o-transition: ease 0.3s ;
    -webkit-transition: ease 0.3s ;
}
.panel-default > .panel-heading:hover {
    background-color: #d0b66c;
    border-color: #d0b66c;
    color: #444;
    border-radius: 0;
}
.panel-default  .panel-title a:hover {
    text-decoration: none;
}
.panel-default  .panel-title i{
    color: #d0b66c;
    padding-left: 5px;
}
.panel-default > .panel-heading:hover i{
    color: #0e7a72;
    padding-left: 5px;
}
/* .panel-body{
    border: 1px solid #d0b66c;
} */

/***[news-paly]***/

.news-paly {
    margin-bottom: 30px;
}

.news-paly .tabs-man,
.siedbar .tabs-man,
.Sub-articles .tabs-man {
    position: relative;
}

.news-paly .nav-tabs,
.siedbar .nav-tabs,
.Sub-articles .nav-tabs {
    border-bottom: none;
}

.news-paly .nav-tabs>li>a,
.siedbar .nav-tabs>li>a,
.Sub-articles .nav-tabs>li>a {
    border-radius: 0;
    line-height: 1.42857;
    margin-right: 2px;
    background-color: #d0b66c;
    color: #fff;
    border: 0;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    border: none;
    background-color: #3e454c;
    color: #b0b2b4;
    line-height: 1.42857;
}

.news-paly .nav>li>a:focus,
.news-paly .nav>li>a:hover,
.siedbar .nav>li>a:focus,
.siedbar .nav>li>a:hover,
.Sub-articles .nav>li>a:focus,
.Sub-articles .nav>li>a:hover {
    background-color: #565c64;
    color: #b0b2b4;
    text-decoration: none;
}

.news-paly .tab-content .tab-pane {
    display: block;
    height: 0;
    overflow: hidden;
}

.news-paly .tab-content .active {
    display: block;
    height: auto;
    overflow: visible;
}

.news-paly .owl-carousel {
    margin-top: 10px;
}

.news-paly .owl-nav div {
    background: #d0b66c none repeat scroll 0 0;
    color: #fff;
    height: 39px;
    left: 0;
    line-height: 39px;
    margin-top: -15px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 35px;
}

.news-paly .owl-nav div:hover {
    background-color: #3e454c;
    color: #b0b2b4;
}

.news-paly .owl-nav .owl-next {
    right: 0px;
}


/***[slieds]***/

.slieds {
    margin-bottom: 30px;
}

.slied {}


/***[siedbar]***/

.siedbar .tawas {
    margin-top: 10px;
}

.siedbar .lik {
    color: #d0b66c;
    font-size: 18px;
    margin-top: -10px;
    padding: 10px 20px;
}


/***[Video]***/

.Videos-Articles {
    margin-bottom: 20px;
}

.Video {
    margin-top: 20px;
    margin-bottom: 20px;
}

.Video .item {
    padding-top: 5px;
    padding-bottom: 5px;
}

.Video .media-heading a {
    color: #3e454c;
}

.Video .media-heading a:hover {
    color: #d0b66c;
    text-decoration: none;
}


/***[Articles]***/

.Articles {
    /*margin-top: 20px;*/
    margin-bottom: 20px;
}

.Articles .Sub-article {
    margin-top: 10px;
}

.Articles .item-col {
    margin-bottom: 48px;
}


/***[sports]***/

.sports {
    margin-top: 20px;
    margin-bottom: 20px;
}

.sports .owl-nav div {
    background: #d0b66c none repeat scroll 0 0;
    color: #fff;
    height: 39px;
    left: 0;
    line-height: 39px;
    margin-top: -15px;
    position: absolute;
    text-align: center;
    top: 30%;
    width: 35px;
}

.sports .owl-nav div:hover {
    background-color: #3e454c;
    color: #b0b2b4;
}

.sports .owl-nav .owl-next {
    right: 0;
}


/***[sports]***/

/* .Sub-articles {
    margin-top: 20px;
    margin-bottom: 20px;
} */

/* .Sub-articles .Sub-article {
    margin-top: 10px;
} */

.Sub-articles .item {
    margin-top: 10px;
}

.Sub-articles .owl-nav div {
    background: #d0b66c none repeat scroll 0 0;
    color: #fff;
    height: 39px;
    left: 0;
    line-height: 39px;
    margin-top: -15px;
    position: absolute;
    text-align: center;
    top: 30%;
    width: 35px;
}

.Sub-articles .owl-nav div:hover {
    background-color: #3e454c;
    color: #b0b2b4;
}

.Sub-articles .owl-nav .owl-next {
    right: 0;
}

.Sub-article1 {}

.Sub-article1 .panel {
    background-color: #fff;
    border: 0;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    margin-bottom: 20px;
}

.Sub-article1 .panel-default>.panel-heading {
    background-color: #d0b66c;
    border-color: #d0b66c;
    color: #fff;
}

.Sub-article1 .panel-heading {
    border-bottom: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding: 10px 15px;
}

.panel-title a:hover {
    text-decoration: none;
}

.Sub-article1 .owl-nav div {
    background: #d0b66c none repeat scroll 0 0;
    color: #fff;
    height: 39px;
    left: 0;
    line-height: 39px;
    margin-top: -15px;
    position: absolute;
    text-align: center;
    top: 25%;
    width: 35px;
}

.Sub-article1 .owl-nav div:hover {
    background-color: #3e454c;
    color: #b0b2b4;
}

.Sub-article1 .owl-nav .owl-next {
    right: 0;
}


/***[media-heading]***/

.Articles .media-heading a,
.sports .media-heading a,
.Sub-articles .media-heading a,
.Sub-articles .media-heading a {
    color: #ff690e;
}

.Articles .media-heading a:hover,
.sports .media-heading a:hover,
.Sub-articles .media-heading a:hover,
.Sub-articles .media-heading a:hover {
    color: #d0b66c;
    text-decoration: none;
}

.Articles p,
.sports p,
.Sub-articles p,
.Sub-articles p {
    text-align: justify;
}

.Articles .btn-warning,
.sports .btn-warning,
.Sub-articles .btn-warning,
.Sub-articles .btn-warning {
    background-color: #3e454c;
    border-color: #3e454c;
    border-radius: 0;
    color: #fff;
}

.Articles .btn-warning:hover,
.sports .btn-warning:hover,
.Sub-articles .btn-warning:hover,
.Sub-articles .btn-warning:hover {
    background-color: #d0b66c;
    border-color: #d0b66c;
    border-radius: 0;
    color: #fff;
}


/***[img-hover]***/

.imghover {
    position: relative;
}

.imghover .iconcat {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 2;
    background: #d0b66c;
    color: #fff;
    padding: 8px 15px;
    font-size: 20px;
}

.imghover .icondat {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background: #3e454c;
    color: #fff;
    padding: 8px;
}

.imghover .iconhd h3 {
    position: absolute;
    bottom: 0;
    left: 5px;
    z-index: 2;
    color: #383e44;
    font-size: 19px;
}

.imghover .iconlink {
    background: rgba(0, 0, 0, 0.7);
    color: #b0b2b4;
    padding: 10px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: ease 0.3s;
    -moz-transition: ease 0.3s;
    -o-transition: ease 0.3s;
    -webkit-transition: ease 0.3s;
    display: flex;
}

.imghover:hover.imghover .iconlink {
    opacity: 1;
}

.imghover .iconlink a {
    color: #b0b2b4;
    padding: 8px;
    margin: auto;
    transition: ease 0.3s;
    -moz-transition: ease 0.3s;
    -o-transition: ease 0.3s;
    -webkit-transition: ease 0.3s;
}

.imghover .iconlink a:hover {
    color: #d0b66c;
}


/***[hed-titel]***/

.hed-titel {
    border-bottom: 5px ridge #3e454c;
    position: relative;
    display: block;
}

.hed-titel h3 {
    position: absolute;
    top: -27px;
    background: #fff;
    padding: 7px;
    color: #a98b38;
}

.media-icon {
    color: #b0b2b4;
}


/***[adv-art]***/

.adv-art {
    background: #383e44;
    padding-bottom: 0;
    padding: 15px;
}

.adv-art .owl-nav div {
    background: #d0b66c none repeat scroll 0 0;
    color: #fff;
    height: 39px;
    left: 0;
    line-height: 39px;
    margin-top: -15px;
    position: absolute;
    text-align: center;
    top: 40%;
    width: 35px;
}

.adv-art .owl-nav div:hover {
    background-color: #3e454c;
    color: #b0b2b4;
}

.adv-art .owl-nav .owl-next {
    right: 0;
}


/***[footer]***/

footer {
    background: #3e454c;
    padding: 10px;
    padding-bottom: 0;
}

.footer-top h3 {
    color: #d0b66c;
    margin: 0 0 7px 0;
}

.footer-top p {
    color: #f2f2f2;
    text-align: justify;
    line-height: 2;
}

.footer-top .man,
.footer-top .facebook-f {
    border-bottom: 1px solid #f2f2f2;
    margin-bottom: 10px;
}

.footer-top .archive li {
    margin-top: 20px;
    margin-bottom: 20px;
}

.footer-top .archive a {
    background: #60666b;
    color: #f2f2f2;
    padding: 10px 20px;
}

.footer-top .archive a:hover {
    background: #d0b66c;
    color: #fff;
    text-decoration: none;
}

.footer-top .slied-bottom {
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 20px;
}

.footer-top .slied-bottom .owl-nav div {
    background: #d0b66c none repeat scroll 0 0;
    color: #fff;
    height: 39px;
    left: 0;
    line-height: 39px;
    margin-top: -15px;
    position: absolute;
    text-align: center;
    top: 40%;
    width: 35px;
}

.footer-top .slied-bottom .owl-nav div:hover {
    background-color: #3e454c;
    color: #b0b2b4;
}

.footer-top .slied-bottom .owl-nav .owl-next {
    right: 0;
}

.footer-top .sub-more {
    margin-top: 10px;
    margin-bottom: 20px;
}

.footer-top .sub-more .media-heading a {
    color: #d0b66c;
}

.footer-top .sub-more .media-heading a:hover {
    color: #b0b2b4;
    text-decoration: none;
}

.mail {}

.mail .btn-success {
    background-color: #60666b;
    border-color: #60666b;
    color: #fff;
    border-radius: 0;
}

.mail .btn-success:hover {
    background-color: #d0b66c;
    border-color: #d0b66c;
    color: #fff;
    border-radius: 0;
}

.footer-top .social {
    border-top: 1px solid #f2f2f2;
    padding-top: 5px;
    margin-top: 10px;
}

.footer-top .social li {
    margin-bottom: 10px;
}

.footer-top .social a {
    display: block;
    padding: 1px;
}

.footer-top .social a:hover {
    display: block;
    padding: 1px;
}

.footer-bottom {
    border-top: 1px solid #4b5158;
    padding: 5px;
    margin-top: 20px;
}

.footer-bottom p {
    color: #b0b1b4;
    text-align: center;
}


/***[upscroll]***/

.upscroll {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99999;
    opacity: 0.5;
    background: #d0b66c;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 5px;
    color: #fff;
    font-size: 30px;
    cursor: pointer;
    -moz-transition: ease-in 0.3s;
    -webkit-transition: ease-in 0.3s;
    -o-transition: ease-in 0.3s;
    transition: ease-in 0.3s;
}

.upscroll:hover {
    background: #3e454c;
    -moz-transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
    opacity: 1;
}


/*************/

.white {
    color: #000;
    background-color: #fff;
}

.btn-facebook {
    color: #ffffff;
    -webkit-text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #2b4b90;
    *background-color: #133783;
    background-image: -moz-linear-gradient(top, #3b5998, #133783);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#3b5998), to(#133783));
    background-image: -webkit-linear-gradient(top, #3b5998, #133783);
    background-image: -o-linear-gradient(top, #3b5998, #133783);
    background-image: linear-gradient(to bottom, #3b5998, #133783);
    background-repeat: repeat-x;
    border-color: #133783 #133783 #091b40;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff3b5998', endColorstr='#ff133783', GradientType=0);
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-facebook:hover,
.btn-facebook:focus,
.btn-facebook:active,
.btn-facebook.active,
.btn-facebook.disabled,
.btn-facebook[disabled] {
    color: #ffffff;
    background-color: #133783 !important;
    *background-color: #102e6d !important;
}

.btn-facebook:active,
.btn-facebook.active {
    background-color: #0d2456 \9 !important;
}

.btn-success {
    background-color: #3e454c;
    border-color: #3e454c;
    color: #fff;
    border-radius: 0;
}

.btn-success:hover {
    background-color: #d0b66c;
    border-color: #d0b66c;
    color: #fff;
    border-radius: 0;
}


/* responsive */

@media (max-width: 1700px) {
    .button-down,
    .button-up {
        display: none;
    }
}

@media (max-width: 670px) {
    .Sub-article1 {
        margin-top: 20px;
    }
}

@media (max-width: 770px) {
    .navtop {
        display: none;
    }
    .button-down {
        display: block;
    }
}