body {
    font-family:tahoma;
    background: #e7e7dd;
    color: #322924;
}

/*@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;
}*/




/***[menuUI]***/

#menu {}

#menu .list-menu {
    background-color: #26211d;
    border-color: #26211d;
    margin-bottom: 0;
    width: 200px;
    z-index: 9999999;
    position: fixed;
    right: -170px;
    -moz-transition: ease-in 0.3s;
    -webkit-transition: ease-in 0.3s;
    -o-transition: ease-in 0.3s;
    transition: ease-in 0.3s;
    height: 100vh;
}

#menu .hedlogo {
    background: #966f2a;
    font-size: 20px;
    color: #e7e7dd;
    padding: 10px 7px;
}

#menu .hedlogo span fa {
    color: #e7e7dd;
}

#menu .list-menu ul {
    padding: 5px;
}

#menu .list-menu li:last-child {
    border-bottom: 0;
}

#menu .list-menu span {
    padding: 5px 9px;
    -moz-transition: ease-in 0.3s;
    -webkit-transition: ease-in 0.3s;
    -o-transition: ease-in 0.3s;
    transition: ease-in 0.3s;
}

#menu .list-menu li a {
    display: block;
    line-height: 2;
    color: #e7e7dd;
    padding: 5px;
    -moz-transition: ease-in 0.3s;
    -webkit-transition: ease-in 0.3s;
    -o-transition: ease-in 0.3s;
    transition: ease-in 0.3s;
}

#menu .list-menu li a:hover {
    color: #966f2a;
}

#menu .list-menu li a:hover span {
    color: #966f2a;
}

#menu:hover .list-menu {
    right: 0;
}

/***[menuUI]***/

/***[navbartop]***/

.navbartop {
    background-color: #26211d;
    border-bottom: 3px solid #966f2a;

}

.navbartop .newsplay .new-right {
    background-color: #966f2a;
    color: #fff;
    height: 35px;
    line-height: 35px;
}

.navbartop .newsplay .new-left {
    color: #fff;
    height: 35px;
    line-height: 35px;
}

.navbartop .social-media {
    display: block;
    margin-top: 5px;
    margin-bottom: -5px;
}



.navbartop .social-media img {
    width: 23px;
    height: 23px;
}


/***[header]***/

header {}

.overlay {
    background: url(../img/bacg.png);
    background-size: cover;
}


/***[navbar]***/

.navbar {
    border-radius: 0px;
}

.navbar-default {
    background-color: #26211d;
    border-color: transparent;
    border-bottom: 4px solid #966f2a;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
    background-color: #966f2a;
    color: #fff;
}

.navbar-default .navbar-nav > li > a {
    color: #fff;
}

.navbar-default .navbar-nav > li > a:hover {
    color: #966f2a;
}



/***[min-block]***/

.min-block {
    margin: 0 0 27px;
    position: relative;
}

.min-block .hed-block {
    border-bottom: 4px solid #966f2a;
    position: relative;
}

.min-block .hed-block h3 {
    background-color: #966f2a;
    color: #fff;
    font-size: 18px;
    padding: 10px 10px;
    margin: 0;
    /* display: inline-block; */
    position: relative;
}

/*.min-block .block-color h3 {
    background-color: #353535;
    color: #fff;
}*/


.min-block .body-block {
    background-color: #ffffff;
    border: 1px solid #e7e7e7;
    padding: 10px;
}





/***[footer]***/

.footer {
    background-color: #27201a;
    border-top: 4px solid #966f2a;
    margin: 20px 0 0;
    padding: 20px 0;
}

.footer .title {
    border-bottom: 1px solid #966f2a;
    position: relative;
    margin-top: 20px;
    margin-bottom: 20px;
}

.footer .title h2 {
    margin: 0 0 5px 0;
    font-size: 17px;
    border-bottom: 1px solid #fffaea;
    display: inline-block;
    position: absolute;
    top: -24px;
    padding-bottom: 5px;
    color: #fff;
}

.footer .new-map li {
    color: #e7e7dd;
    font-size: 17px;
    display: block;
    line-height: 2;
}

.footer .new-map li i {
    color: #966f2a;
    font-size: 20px;
}



.footer .new-block p {
    font-size: 17px;
    color: #966f2a;
    text-align: center;
    margin-bottom: 20px;
}




footer .lis1 {
    margin: 0px 10px 0 0;
    padding: 0;
}

footer .lis1 li {
    margin-bottom: 15px;
    margin-top: 10px;
}

footer .lis1 li a {
    background: #fff;
    color: #023f1b;
    padding: 5px 15px;
    transition: ease 0.4s;
    -moz-transition: ease 0.4s;
    -webkit-transition: ease 0.4s;
    -o-transition: ease 0.4s;
}

footer .lis1 li a:hover {
    background: #ebb731;
    color: #023f1b;
    text-decoration: none;
    padding: 5px 15px;
}

footer .lis {
    color: #fff;
    margin: 0px 10px 0 0;
    padding: 0;
}

footer .lis li {
    list-style: disc;
    color: #dfa829;
    margin: 0;
    padding: 0;
}

footer .lis li a {
    display: block;
    padding: 5px 0 10px 0;
    color: #fff;
    transition: ease 0.4s;
    -moz-transition: ease 0.4s;
    -webkit-transition: ease 0.4s;
    -o-transition: ease 0.4s;
}

footer .lis li a:hover {
    text-decoration: none;
    color: #dfa829;
}

footer .twas {}

footer .twas a {
    color: #fff;
    font-size: 35px;
    padding: 30px 0;
    width: 100%;
    display: block;
    margin-bottom: 10px;
    text-align: center;
}

footer .twas a.fs {
    background: #3b5999;
}

footer .twas a.tw {
    background: #55acee;
}

footer .twas a.in {
    background: #b92b27;
}

footer .twas a.yo {
    background: #cd201f;
}

.coperight {
    background-color: #26211d;
    border-top: 1px solid rgba(0, 0, 0, 0.5);
    padding: 20px 0;
}

.coperight p {
    color: #7d7d7d;
    padding-top: 10px;
}

.coperight p a {
    color: #966f2a;
    -moz-transition: ease-in 0.3s;
    -webkit-transition: ease-in 0.3s;
    -o-transition: ease-in 0.3s;
    transition: ease-in 0.3s;
}

.coperight p a:hover {
    color: #fff9e9;
}

.coperight .social-links a {
    background-color: #333333;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    height: 40px;
    margin-left: 7px;
    text-align: center;
    width: 40px;
    -moz-transition: ease-in 0.3s;
    -webkit-transition: ease-in 0.3s;
    -o-transition: ease-in 0.3s;
    transition: ease-in 0.3s;
}

.coperight .social-links a:hover {
    color: #966f2a;
}

.coperight .social-links i {
    line-height: 40px;
}

/***[upscroll]***/

.upscroll {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99999;
    opacity: 0.5;
    background: #01b1c4;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 3px;
    color: #fff;
    font-size: 20px;
    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: #966f2a;
    -moz-transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
    opacity: 1;
}



.navs-rights {}

.navs-rights ul li a {
    background: #e7e7dd;
    color: #333333;
    display: block;
    font-size: 15px;
    margin-bottom: 5px;
    padding: 10px;
    transition: all 0.3s ease 0s
}

.navs-rights ul li a:hover {
    background: #353535 0 0;
    color: #FFFFFF;
    text-decoration: none
}

/*****framework******/

.posts-content .post-img {
    position: relative;
    overflow: hidden;
}

.posts-content .post-img .post-icon {
    position: absolute;
    z-index: 3;
    top: 15px;
    left: 0;
    background: #966f2a;
    padding: 5px 10px;
    font-size: 15px;
    color: #fff;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.posts-content .post-img .post-overlay {
    background: #966f2a;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    text-align: center;
    z-index: 2;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    overflow: hidden;
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
}

.posts-content .post-img img {
    background-color: #fdfdfd;
    border: 1px solid #d3d3d3;
    padding: 3px;
    box-shadow: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.posts-content:hover .post-overlay {
    opacity: 1;
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
}

.posts-content .post-img .post-overlay i {
    font-size: 25px;
    color: #fff;
    -moz-transform: scale(6);
    -o-transform: scale(6);
    -webkit-transform: scale(6);
    transform: scale(6);
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.posts-content:hover .post-overlay i {
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
}

.posts-content:hover .post-icon {
    background: #353535;
}

.posts-content .post-h3 a {
    margin: 5px 0 0 0;
    display: inline-block;
    font-size: 17px;
    color: #131313;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.posts-content .post-h3 a:hover {
    color: #966f2a;
    text-decoration: none;
}

.posts-content .post-detels {
    color: #909090;
    font-size: 13px;
    margin: 5px 0;
}

.posts-content .post-p {
    text-align: justify;
    line-height: 1.5;
}

.btn-default {
    background-color: #966f2a;
    border-color: #966f2a;
    color: #fff;
    -moz-transition: ease-in 0.3s;
    -webkit-transition: ease-in 0.3s;
    -o-transition: ease-in 0.3s;
    transition: ease-in 0.3s;
}

.btn-default:hover {
    background-color: #333333;
    border-color: #333333;
    color: #fff;
}

.btn {
    border-radius: 0px;
}

/**********/

.carousel-book .item {
    border-bottom: 1px solid rgba(117, 117, 117, 0.38);
    padding-bottom: 10px;
    margin-bottom: 10px;
}


/*****framework******/

.new-video .posts-content {
    margin-bottom: 10px;
}

#accordion .panel {
    border: none;
    border-radius: 0;
    box-shadow: none;
    margin: 0 0px 7px 0px;
    overflow: hidden;
    position: relative;
}

#accordion .panel-heading {
    padding: 0;
    border: none;
    border-radius: 0;
    position: relative;
}

#accordion .panel-title a {
    display: block;
    padding: 10px 20px;
    margin: 0;
    background: #353535;
    font-size: 18px;
    color: #fff;
    border-radius: 0;
    position: relative;
}

#accordion .panel-title a:hover {
    text-decoration: none;
}

#accordion .panel-title a.collapsed {
    background: #353535;
}

#accordion .panel-title a:before,
#accordion .panel-title a.collapsed:before {
    content: "\f068";
    font-family: fontawesome;
    width: 30px;
    height: 30px;
    line-height: 25px;
    border-radius: 50%;
    background: #ababab;
    font-size: 14px;
    font-weight: normal;
    color: #fff;
    text-align: center;
    border: 3px solid #626262;
    position: absolute;
    top: 4px;
    left: 14px;
}

#accordion .panel-title a.collapsed:before {
    content: "\f067";
    background: #ababab;
    border: 4px solid #626262;
}

#accordion .panel-title a:after,
#accordion .panel-title a.collapsed:after {
    content: "";
    width: 17px;
    height: 7px;
    background: #fff;
    position: absolute;
    top: 16px;
    left: 0;
}

#accordion .panel-title a.collapsed:after {
    width: 19px;
    background: #ababab;
}

#accordion .panel-body {
    border-left: 3px solid #966f2a;
    border-top: none;
    background: #fff;
    font-size: 15px;
    color: #353535;
    line-height: 27px;
    position: relative;
}

#accordion .panel-body:before {
    content: "";
    height: 3px;
    width: 50%;
    background: #966f2a;
    position: absolute;
    bottom: 0;
    left: 0;
}

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

.new-block .posts-content .post-detels {
    font-size: 12px;
}

.new-block .item {
    border-bottom: 1px solid rgba(117, 117, 117, 0.38);
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.voice .item {
    border-bottom: 1px solid rgba(117, 117, 117, 0.38);
}

.voice .media-object i {
    background: #333333;
    line-height: 60px;
    color: #fff;
    font-size: 25px;
    color: #fff;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

/* responsive */

@media (max-width: 1700px) {}

@media (max-width: 670px) {}

@media (max-width: 770px) {}








/***[owl-nav]***/

.owl-theme .owl-nav {
    margin-top: 10px;
    position: absolute;
    top: -71px;
    left: -10px;
}

.owl-theme .owl-nav [class*="owl-"] {
    background: #966f2a;
    border-radius: 0px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    margin: 15px 4px 0 0;
    padding: 4px 14px;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
    background: #353535;
    color: #fff;
}

.owl-controls {
    margin-top: 19px;
    border-top: 1px solid rgba(117, 117, 117, 0.38);
}

.carousel-articles .owl-controls {
    margin-top: 0;
    border-top: 0;
}


.owl-theme .owl-dots .owl-dot span {
    background: #353535;
    border-radius: 50%;
    height: 10px;
    width: 10px;
}

.owl-theme .owl-dots .owl-dot.active span {
    height: 11px;
    width: 11px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #966f2a;
}

/***[owl-nav]***/

/***[upscroll]***/
.footer .media a {
    color: #e7e7dd;
}
