@charset "utf-8";
/*
Theme Name: 
Theme URI: http://
Author: 
Author URI: http://
Description: 1
Version: 1.0
Text Domain: 
*/
@media(max-width: 800px){

    nav {
        display: none !important;
    }

}
/* CSS Document */
html, body, div, input, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
}


body{background-color: #141414;font: normal 12px Verdana,sans-serif;direction: ltr;}
a{
text-decoration: none;color: inherit;}

header {
    width: 985px;
    position: relative;
    margin: auto;
    direction: rtl;
}

.head {
    width: 925px;
    height: 27px;
    margin: auto;
}

.logo {
    float: left;
    padding: 40px 20px 27px 20px;
}



.logo .img {
    width: 62px;
    height: 73px;
    /* background-image: url(images/logo.png); */
    position: relative;
    background-size: contain;
    background-repeat: no-repeat;
    float: left;
    margin-right: 11px;
}

.logo .text p {
    font: normal 12px Arial,Verdana,sans-serif;
    color: gainsboro;
    line-height: 14px;
    letter-spacing: 1px;
    text-align: left;

}

.logo .text {
    margin: 21px 0 0 0;
    width: 318px;
    direction: ltr;
}

.logo .text p strong {
    font-size: 13px;
    color: #d5b16d;
    line-height: 18px;
}

.feuther {
    float: left;
    margin: 44px 5px 21px -30px;
    background-image: url(images/feuther.png);
    background-repeat: no-repeat;
    width: 57px;
    height: 72px;
    background-size: contain;
}



  #owl-demo .item{
        padding: 3px 0px;
        border-bottom: 1px solid #CDAA69;
    }
    #owl-demo .item img{
        display: block;
        width: inherit;
        height: 81px;
        margin: auto;
    }

    .timeline {
    width: 270px;
    height: 90%;
    float: right;
    position: relative;
    padding: 7px 0px 0 0px;
    margin-left: -5px;
}

.timeline .container {
    padding: 18px 0px;
    height: 100%;
}

.item p {
    color: #D5B16D;
    font: bold 12px Copperplate Gothic;
    margin-top: 14px;
    text-align: center;
}

.owl-controls {
    color: gainsboro;
    margin-top: -28px;
}

.owl-controls .owl-buttons .owl-prev {
    float: left;
    margin-left: -18px;
    transform: rotate(180deg);
}

.owl-controls .owl-buttons .owl-next {
    float: right;
    margin-right: -18px;
}

.owl-controls .owl-buttons div {
    text-indent: 10000px;
    overflow: hidden;
    width: 17px;
    height: 30px;
    background-image: url(images/next.png);
    background-repeat: no-repeat;
    position: relative;
    z-index: 999999;
}

nav {
    clear: both;
    height: 24px;
    background-color: #2e2e2e;
    transition:0.3s;
    -webkit-transition:0.3s;
    -moz-transition:0.3s;
    -o-transition:0.3s;
}

nav .mainmenu ul li {
    float: right;
    list-style: none;
}

ul {
    list-style: none;
}

nav .mainmenu {
    /* width: 72%; */
    margin: auto;
    height: 100%;
    padding-top: 2px;
}

nav {
    clear: both;
    height: 30px;
    background-color: rgba(46, 46, 46, 0.89);
    margin: auto auto 5px auto;
    width: 985px;
    border-radius: 3px;
    border: 1px solid #333333;
    background: rgba(20,20,20,1);
    background: -moz-linear-gradient(top, rgba(20,20,20,1) 0%, rgba(48,48,48,1) 52%, rgba(23,23,23,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(20,20,20,1)), color-stop(52%, rgba(48,48,48,1)), color-stop(100%, rgba(23,23,23,1)));
    background: -webkit-linear-gradient(top, rgba(20,20,20,1) 0%, rgba(48,48,48,1) 52%, rgb(0, 0, 0) 100%);
    background: -o-linear-gradient(top, rgba(20,20,20,1) 0%, rgba(48,48,48,1) 52%, rgba(23,23,23,1) 100%);
    background: -ms-linear-gradient(top, rgba(20,20,20,1) 0%, rgba(48,48,48,1) 52%, rgba(23,23,23,1) 100%);
    background: linear-gradient(to bottom, rgb(35, 35, 35) 0%, rgba(48,48,48,1) 52%, rgb(29, 29, 29) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#141414', endColorstr='#171717', GradientType=0 );
}

nav .mainmenu ul li {
    float: left;
    list-style: none;
    line-height: 1.7rem;
    padding: 0px 18px 0 18px;
    border-radius: 2px;
    border-right: 1px solid #565656;
    transition: 0.5s;
    text-align: center;
    width: 90px;
    height: 27px;
    position: relative;
}

ul {
    align-items: center;
}

nav .mainmenu {
    /* width: 100%; */
    /* padding-left: 10px; */
    height: 100%;
    padding-top: 2px;
    float: left;
}

.mainmenu ul li a {
    color: gainsboro;
    font-size: 13px;
    text-decoration: none;
}


.mainmenu ul li:hover {
    background-color: #CEAB6A;
}



.mainmenu ul li:hover a {
    color: black;
}

.sliderdovom {
    width: 97%;
    margin:  auto;
    height: 200px;
    clear: both;
    position: relative;
    margin-top: 9px;
    margin-bottom: 14px;
    background-color: #2E2E2E;
    padding-top: 1px;
    border-radius: 2px;
    overflow: hidden;
    border: 1px solid #3E3E3E;
}

article {
    clear: both;
    margin: auto;
    width: 985px;
    top: 9px;
    position: relative;
    margin-bottom: 31px;
    direction: ltr;
}

.sliderdovom .owl-item {overflow: hidden;}

.sliderdovom .owl-wrapper {
    margin-left: 0;
}

.sliderdovom .owl-wrapper-outer {
    left: 0;
}

.sliderdovom .item {
    overflow: hidden;
    /* margin-right: 14px; */
    height: 155px;
}

.chap {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.4);
    width: 38%;
    height: 100%;
    z-index: 99;
    left: 0;
}

.rast {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.4);
    width: 38%;
    height: 100%;
    z-index: 99;
    right: 0;
}


.sliderdovom .owl-controls {
    margin-top: -87px;
}

.sliderdovom .owl-controls .owl-buttons .owl-prev {
    margin-left: 5px;
    background-image: url(images/next.png);
}

.sliderdovom .owl-controls .owl-buttons .owl-next {
    margin-right: 5px;
    background-image: url(images/next.png);
}

.sideleft {
    clear: both;
    float: left;
    width: 70%;
    /* min-height: 200px; */
    /* background-color: #171717; */
    /* border: 1px solid #2F2F2F; */
    /* border-radius: 3px; */
    /* overflow: hidden; */
    position: relative;
    /* margin-bottom: 20px; */
}


img {
    width: 100%;
    transition: 0.5s;
    cursor: pointer;
}

.bestnewspic {
    width: 100%;
    margin: 4px auto;
    margin-bottom: -63px;
    height: 100%;
}

.sideright {
    overflow: hidden;
    position: relative;
    float: left;
    margin-left: 7px;
    width: 288px;
    min-height: 200px;
    /* background-color: #171717; */
    /* border: 1px solid #2F2F2F; */
    border-radius: 3px;
}

.bestnews {
    width: 985px;
    overflow: hidden;
    background-color: black;
    height: 350px;
    margin: auto !important;
    position: relative;
}

img.lazyOwl {
    width: inherit;
}

.rootitle h4 {
    text-align: center;
    color: gainsboro;
    line-height: 15px;
    font-weight: normal;
}

.title h2 {
    text-align: center;
    font-size: 1.8rem;
    color: #D5B16D;
    margin-bottom: 33px;
    font-weight: normal;
    /* text-transform: capitalize; */
}
.clear{clear:both;}

.news .head {
    width: 63px;
    text-align: center;
    line-height: 1.4rem;
    font-weight: bolder;
    color: white;
    background-color: #9A2628;
    float: left;
    height: 22px;
    border: 1px solid #9A2628;
    border-radius: 0 0 0 0;
}

.news {
    background: white;
    border-radius: 2px;
    overflow: hidden;
    height: 24px;
    margin-bottom: 8px;
}

.news .content p {
    font-family: arial;
    line-height: 1.4rem;
}

.box {
    border-radius: 2px;
    overflow: hidden;
    margin-bottom: 12px;
    border: 1px solid #2F2F2F;
    border-radius: 3px;
}

.public {
    clear: both;
    height: 180px;
    background-color: #2E2E2E;
    margin: 7px 7px;
    border-radius: 2px;
    overflow: hidden;
    border: 1px solid #3E3E3E;
}

.public .head {
    width: 99%;
    height: 18px;
    background-color: #2E2E2E;
    text-align: center;
    line-height: 1.8rem;
    border-radius: 2px;
    margin-bottom: 14px;
}

.public h2 {
    font-size: 0.8rem;
    color: #D5B16D;
    /* background-color: white; */
}

.publicpic {
    /* border-radius: 2px; */
    overflow: hidden;
    border: none;
}

.title {
    background-color: rgba(0, 0, 0, 0.78);
    position: relative;
    /* padding-bottom: 2px; */
    transition: 0.3s;
}

.rootitle {
    background-color: rgba(0, 0, 0, 0.78);
    position: relative;
    transition: 0.3s;
    width: 100%;
}

.sliderdovom .title h2 {
    font-size: 0.8rem;
}

.sliderdovom .gallery-cell:hover .rootitle, .sliderdovom .item:hover .title {
    margin-top: -160px;
}

.sliderdovom .title {
}


.public .content:hover .rootitle, .public .content:hover .title {
    margin-top: -133px;
}

.content .title {
    padding-bottom: 57px;
    /* margin-top: 2px; */
}

.public .rootitle h4 {
    font-weight: bold;
    line-height: 1.2rem;
    padding: 5px;
}

.public .head h2 {
    background-color: #2E2E2E;
    border-radius: 2px;
    width: 28%;
    margin: auto;
    color: gainsboro;
    text-shadow: 0px 0px 10px rgb(213, 177, 109);
    font-size: 1rem;
}

.public .content .rootitle,  .public .content .title {
    margin-top: 0px;
}

.content {
    width: 30%;
    float: left;
    margin: 0 11px;
    height: 133px;
    overflow: hidden;
}

.news .content {
    height: initial;
    width: 840px;
}

.bestnewspic img {
    height: 350px;
}


.leftl {
    background-color: #171717;
    border: 1px solid #2F2F2F;
    border-radius: 3px;
    overflow: hidden;
    position: relative;
    margin-bottom: 12px;
}

.movie {
    background-color: #000000;
    border: 1px solid #2F2F2F;
    border-radius: 3px;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
    height: 390px;
}

.movie .video {
    float: right;
    width: 63%;
    height: 75%;
    margin: 8px 32px 5px 7px;
}

.movie .videodescript h2 {
    font-size: 1.4rem;
    color: #D5B16D;
    font-weight: normal;
    /* text-align: justify; */
}

.movie .videodescript p {
    color: gainsboro;
    line-height: 1.1rem;
    padding: 3px;
    text-align: justify;
    letter-spacing: 0;
    height: 150px;
    overflow: hidden;
}

.movie .videodescript {
    float: left;
    width: 27%;
    margin: 7px 5px 5px 24px;
    height: 75%;
    overflow: hidden;
    /* letter-spacing: 5px; */
}

.boxparvandeh {
    margin-bottom: 0;
    height: 400px;
    background-image: url(images/parvande.jpg);
    background-size: cover;
    margin-bottom: 10px;
}

footer {
    height: 40px;
    background-color: #000000;
    width: 100%;
    position: fixed;
    bottom: 0;
    overflow: hidden;
    z-index: 99999999;
    border-top: 1px solid gainsboro;
    margin-top: 7px;
}

.item:hover img {
    transform: scale(1.1);
}

.publicpic:hover img {
    transform: scale(1.1);
}

.bestnews:hover .bestnewspic img {
    transform: scale(1.1); 
}



.video.title {
    font-size: 0.75rem;
    color: gainsboro;
    font-weight: bold;
    text-align: center;
    margin: 7px auto 5px auto;
    line-height: 1rem;
    background-color: #171717;
}

.box #owl-demo-video .owl-controls .owl-buttons .owl-prev {
    left: 21px;
    width: 11px;
    background-size: contain;
    top: -6px;
}

.box #owl-demo-video .owl-controls .owl-buttons .owl-next {
    float: right;
    background-size: contain;
    width: 11px;
    right: 21px;
    top: 5px;
    /* border-right: 1px solid gray; */
    /* padding-right: 2px; */
    /* height: 26px; */
}

.timeline .owl-controls .owl-buttons .owl-prev, .timeline .owl-controls .owl-buttons .owl-next {
    top: -50px;
}


.sliderdovom .rootitle h4, .sliderdovom .title h2 {
    padding-left: 7px;
    padding-right: 7px;
    /* text-align: left; */
    padding-top: 7px;
}

.sliderdovom .container {
    width: 98%;
    margin: 5px auto;
    position: relative;
}

nav .mainmenu ul li:last-child {
    border-right: none;
}

.publicpic img {
    height: 133px;
}


nav.sticky {
    position: fixed;
    top: 0;
    width: 985px;
    margin: auto;
    z-index: 99999999999999;
    border-bottom: 2px solid #D1AD6B;
    height: 40px;
}


.sliderdovom .head {
    width: 99%;
    height: 18px;
    background-color: #2E2E2E;
    text-align: center;
    line-height: 1.8rem;
    border-radius: 2px;
    margin-bottom: 14px;
}

.sliderdovom .head h2 {
    background-color: #2E2E2E;
    border-radius: 2px;
    width: 28%;
    margin: auto;
    color: gainsboro;
    text-shadow: 0px 0px 10px rgb(213, 177, 109);
    font-size: 1rem;
}


.social {
    width: 40px;
    height: 36px;
    background-color: #1B1B1B;
    border-radius: 2px;
    border: 1px solid #232323;
    top: 27%;
    overflow: hidden;
    z-index: 0;
    transition: 0.5s;
    margin-right: -44px;
}

.sbox {
    width: 99%;
    height: 27px;
    margin:  auto;
    padding: 4.5px 0;
    text-align: center;
    color: gainsboro;
    font-size: 1.4rem;
    border-bottom: 1px solid gainsboro;
    cursor: pointer;
    float: right;
    position: relative;
    clear: both;
    /* border-left: 1px  solid black; */
    z-index: 99999999999999999999;
}


.fa-search:before {
    content: "\f002";
    color: #CAA867;
}


.text-social p {
    color: #D1AD6B;
    position: relative;
    float: left;
    font-size: 14px;
    text-align: center;
    padding: 5px 24px;
    z-index: 99999999999;
}



.text-social {
    ed;
    width: 42px;
    height: 36px;
    margin: auto;
    text-align: center;
    overflow: hidden;
    background-color: rgba(20, 20, 20, 0.87);
    font-size: 1.4rem;
    cursor: pointer;
    float: right;
    clear: both;
    border-left: 1px solid #000000;
    opacity: 0;
    margin-top: 2px;
    border-radius: 3px 0 0 3px;
}

.text-social:hover {
    opacity: 1;
    width: 180px;
    z-index: 999999999999999999999;
    position: relative;
}
.frame-social {
    height: 143px;
    position: fixed;
    z-index: 9;
}

i.fa {line-height: 27px;text-align: right;float: right;margin-right: 10px;padding-left: 11px;}




.gallery {
  background: rgba(250, 250, 250, 0);
  margin-bottom: 1px;
}

.gallery-cell {
  width: 30%;
  height: 160px;
  margin-right: 10px;
  background: #171717;
  counter-increment: gallery-cell;
  overflow: hidden;

  cursor: pointer;
}

/* cell number */
.gallery-cell:before {
  display: block;
  text-align: center;
  /* content: counter(gallery-cell); */
  line-height: 200px;
  font-size: 80px;
  color: white;
}

.gallery-nav .gallery-cell {
  height: 80px;
  width: 100px;
}

.gallery-nav .gallery-cell:before {
  font-size: 50px;
  line-height: 80px;
}

.gallery-nav .gallery-cell.is-nav-selected {
  background: #C8A667;
}

.sliderdovom img{
	
	width:initial;
	height:100%;
}


.flickity-prev-next-button .arrow {
    fill: #D5B16D;
}


.movie .gallery-main .gallery-cell {
    width: 100%;
    height: 290px;
}

.movie .flickity-viewport {
    height: 202px;
    width: 100%;
}

.gallery-main {
    height: 290px;
    margin-bottom: 10px;
}


.timeline .gallery-cell {
    height: auto;
    padding-top: 18px;
    width: 30%;
}

.timeline .flickity-prev-next-button.previous {
    left: -40px;
}

.timeline .flickity-prev-next-button.next {
    right: -40px;
}

nav.sticky .mainmenu ul li {
    line-height: 30px;
}


i {
    border-left: 1px solid black;
    height: 100%;
}


.box .main-gallery {
    height: 190px;
}

.box:last-child {
    height: 368px;
    background-color: #000000;
    background-image: url(images/parvande.jpg);
    background-size: cover;
}

.box:first-child {
    height: 211px;
}


.box .gallery-cell {
    width: 100%;
}

.sliderdovom .gallery-cell {
    width: 33%;
    margin-right: 5px;
}

.box.gallery img {
    /* border-radius: 3px; */
    /* border: 1px solid #505050; */
    width: 81px;
    height: 54px;
    position: relative;
    clear: both;
}

.box.gallery {
    padding: 10px 14px;
    margin-bottom: 11px;
}


.box .links {
    width: 90%;
    margin: 227px auto 0 auto;
}

.parvandehlink {
    width: inherit;
    background-color: #000000;
    margin: 0px auto 5px auto;
    text-indent: 14px;
    font: bold 12px Arial,Verdana,sans-serif;
    padding: 4px 0;
    color: #C8A667;
    letter-spacing: 1px;
    border-radius: 2px;
    border: 1px solid #2B2B2B;
    text-align: center;
    cursor: pointer;
}


footer.stickyf {
    position: relative;
    height: 240px;
    /* transition: 0.5s; */
}



.stickyf #bottom-menu .footermenu li a {
    color: #C8A667;
    font-size: 14px;
    font-weight: bold;
    transition: 0.5s;

}

li {
    list-style: none;
}

.stickyf #bottom-menu .footermenu li {
    width: 129px;
    float: left;
    letter-spacing: 1px;
    transition: 0.5s;
}


.footermenu {
    margin: 14px;
}


div#bottom-menu {
    width: 985px;
    margin: auto;
	transition: 0.5s;
}


.footermenu ul {
    display: inherit;
    flex: inherit;
    align-items: inherit;
	transition: 0.5s;
}


.footermenu .sub-menu li {
    margin: 7px 0;
	transition: 0.5s;
}

#bottom-menu .footermenu .sub-menu li a {
    color: gainsboro;
    font-size: 12px;
    font-weight: normal;
	transition: 0.5s;
}

.stickyf .footermenu ul.sub-menu {
    margin-top: 14px;
    display: inherit;
	transition: 0.5s;
}


#bottom-menu .footermenu ul li {
    float: left;
    margin-right: 30px;
	transition: 0.5s;
}

.footermenu ul.sub-menu {
    display: none;
	transition: 0.5s;
}

#bottom-menu .footermenu li a {
    color: gainsboro;
	transition: 0.5s;
}




.numonenews .gallery-main .gallery-cell {
    width: 100%;
    height: 400px;
    background: black;
}

.numonenews {
    width: 688px;
    float: right;
    position: relative;
    overflow: hidden;
    height: 400px;
    background-color: black;
    border: 1px solid #252525;
    border-radius: 3px;
}

.catnews {
    width: 690px;
    float: left;
    position: relative;
    overflow: hidden;
}

.numonenews .gallery-nav .gallery-cell {
    width: 140px;
    box-shadow: 0px 0px 3px 1px black;
    opacity: 0.50;
}

.numonenews .gallery.gallery-nav.js-flickity.flickity-enabled.is-draggable {
    bottom: -14px;
}

.numonenews .gallery-nav .gallery-cell.is-selected.is-nav-selected {
    opacity: 1;
}

.onenews {
    clear: both;
    margin: 10px auto;
    width: 690px;
    height: 180px;
    position: relative;
    border-radius: 3px;
    border: 1px solid #232323;
    background-color: black;
}


.onenewspic {
    width: 330px;
    margin: 10px;
    float: left;
}



.onenews h4 {
    font: normal 12px Verdana,sans-serif;
    color: gainsboro;
    margin: 10px auto 0px auto;
    text-align: center;
}


.onenews a h3 {
    color: #D0AC6A;
    font: normal 18px Verdana,sans-serif;
    text-align: center;
    margin-bottom: 5px;

}

.onenews p {
    color: gainsboro;
    /* text-align: justify; */
    width: 270px;
    margin-right: 40px;
    float: right;
    font-size: 11px;
    line-height: 14px;
    letter-spacing: 0px;
}

.numonenews a h3 {
    position: absolute;
    color: #D5B16D;
    font-size: 21px;
    margin: 40px;
    background-color: black;
    word-wrap: break-word;
    word-break: normal;
    padding: 6px;

    bottom: 75px;
}

.timeline p {
    color: gainsboro;
    bottom: 0;
}


.numonenews a {
    /* width: 40px; */
    /* position: relative; */
}

.numonenews h4 {
    position: absolute;
    color: gainsboro;
    bottom: 105px;
    margin: 46px;
}


.suggestpic img {
    width: 140px;
    margin: 5px;
    float: left;
}

.suggest h4 {
    direction: ltr;
    color: gainsboro;
    font-size: 10px;
    font-weight: normal;
    padding: 12px 3px 3px 5px;
    width: 110px;
    float: left;
    letter-spacing: 1px;
}

.suggestpic {
    width: 140px;
    position: relative;
}

.suggest h3 {
    color: #D5B16D;
    font-size: 17px;
    padding: 0 5px;
    width: 110px;
    float: left;
    letter-spacing: 1px;
    line-height: 24px;

    text-transform: capitalize;
}

.suggest p {
    clear: both;
    padding: 5px 10px;
    color: gainsboro;
    font-size: 11px;
    /* text-align: justify; */
    line-height: 15px;
    padding-bottom: 10px;
    letter-spacing: 1px;
    /* text-transform: capitalize; */
}



.snews h1 {
    color: #FFFFFF;
    font-size: 1.4rem;
    font-weight: normal;

    border-bottom: 1px solid #CAA867;
    float: left;
    margin: 5px;
}

.snews {background-color: black;border: 1px solid #272727;border-radius: 3px;}

.snewspic {
    width: 98%;
    margin: 10px auto;
}


.metasidbar-snews {
    float: left;
    width: 50px;
    margin: 7px 3px 7px 7px;
    min-height: 100px;
    overflow: hidden;
}

.datasingle {
    color: gainsboro;
    text-align: center;

    border-top: 1px solid rgba(90, 90, 90, 0.71);
    border-bottom: 1px solid rgba(202, 168, 103, 0.53);
    padding: 7px;
}

.mainsidbar-snews {
    width: 618px;
    float: left;
}




.snews p {
    color: gainsboro;
    /* text-transform: capitalize; */
    line-height: 21px;
    text-align: justify;
    padding: 7px;
    /* float: left; */
}


.snews h4 {
    color: #D4AF68;
    font-size: 1rem;
    letter-spacing: 1px;
    /* text-transform: capitalize; */
    width: 191px;
    float: right;
    /* clear: both; */
    line-height: 27px;
    font-weight: normal;
    padding: 12px;
    border: 1px solid rgba(66, 66, 66, 0.22);
    background-color: #1B1B1B;
    margin: 0 0 4px 12px;
    /* text-align: justify; */
    text-shadow: 0px 0px 27px #000000;
}



.matn {
    clear: both;
    width: 615px;
    min-height: 200px;
}


.mainsidbar-snews h3 {
    color: #9A9A9A;
    clear: both;
    margin: 0 7px;
    font-size: 10px;
    text-transform: capitalize;
}


.mainsidbar-snews h3 strong {
    color: #C7C7C7;
}


.newslinks ul li a {
    color: #FFFFFF;
    font-size: 0.8rem;
    font-weight: normal;
    border-bottom: 2px solid #CAA867;
    float: left;
    margin: 0px 0px 18px 0px;
    padding: 5px 18px;
    position: relative;
    background-color: rgb(42, 42, 42);
    width: 89%;
    letter-spacing: 1px;
}

.newslinks ul li:last-child a {
    /* border-bottom: none; */
}


.newslinks .head h3 {
    color: #C8A766;
    text-transform: capitalize;
    text-align: center;
    position: relative;
    padding: 2px 0;
}

.newslinks .head {
    width: 100%;
    height: 20px;
    background-color: #2C2C2C;
    margin-bottom: 5px;
}


.producemenu {
    width: 240px;
    float: left;
}

.producemenu li {
    clear: both;
    align-items: center;
    display: flex;
    margin: 0 0 27.4px 0;
    background-color: #292929;
}

.producepic {
    width: 140px;
    float: left;
}

.producemenu h3 {
    padding: 7px;
    /* background-color: #141414; */
    font-size: 1.2rem;
    font-weight: normal;
    transition: 0.3s;
    color: gainsboro;
    float: right;
}

li {}


.produceslid {
    width: 740px;
    float: right;
}

.producepic img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.producemenu li:hover .producepic img {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}


.producemenu li:hover h3 {
    color: #CAA867;
}

.producemenu li:hover {
    border-right: 2px solid #CAA867;
}


.case img {
    position: absolute;
    width: 985px;
    height: 519px;
}

.case {
    position: relative;
    clear: both;
    margin-bottom: 51px;
    height: 518px;
}

.case .casepic img {
    width: initial;
    position: relative;
    height: initial;
}

.casepic {
    float: right;
    margin-top: 66px;
    margin-right: 30px;
    border: 3px solid #9C2524;
    position: relative;
    overflow: hidden;
    border-radius: 2px;
}

.casedescript {
    float: right;
    width: 420px;
    margin-top: 66px;
    margin-right: 10px;
    background-color: rgba(0, 0, 0, 0.18);
    position: relative;
    padding: 18px;
    border-radius: 3px;
    height: 158px;
    overflow: hidden;
}

.casedescript h3 {
    text-transform: capitalize;
    margin-bottom: 5px;
    text-align: center;
    color: #BE9E61;
    font-size: 1.4rem;
}

.casedescript p {
    line-height: 18px;
    text-align: justify;
    color: gainsboro;
}

.casemenu {
    position: relative;
    width: 455px;
    float: right;
    margin-right: 10px;
    margin-top: 5px;
}







.o-container {
  margin: 0 auto;
  padding: 0 12px;
  max-width: 960px;
}

@media all and (min-width: 480px) {
  .o-container {
    padding: 0 24px;
  }
}

@media all and (min-width: 720px) {
  .o-container {
    padding: 0 48px;
  }
}

/* -----------------------------------------------------------------------------

  HEADER OBJECT
  
----------------------------------------------------------------------------- */
.o-header {
  margin: 0;
  padding: 0;
}

.o-header-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #dc446e;
}

.o-header-nav__link {
  padding: 12px;
  color: #fff;
}

.o-header-nav__link:hover {
  color: #fff;
  background-color: #9d1d41;
}

.o-header__title {
  margin: 24px;
  padding: 0;
  color: #818181;
  font-size: 28px;
  font-weight: 300;
  text-align: center;
}

@media all and (min-width: 480px) {
  .o-header__title {
    margin: 36px;
    font-size: 42px;
  }
}

/* -----------------------------------------------------------------------------

  MAIN OBJECT
  
----------------------------------------------------------------------------- */
.o-main {
  /**/
}

/* -----------------------------------------------------------------------------

  SECTION OBJECT
  
----------------------------------------------------------------------------- */
.o-section {
  margin-bottom: 24px;
}

.o-section:last-child {
  margin-bottom: 0;
}

@media all and (min-width: 720px) {
  .o-section {
    margin-bottom: 48px;
  }
}

/* -----------------------------------------------------------------------------

  SUB-NAVIGATION OBJECT
  
----------------------------------------------------------------------------- */
.o-sub-nav {
  margin: 0;
  padding: 0;
}

.o-sub-nav__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.o-sub-nav__item {
  margin: 0;
  padding: 4px;
}

.o-sub-nav__link {
  display: block;
  margin: 0;
  padding: 4px 24px;
  border: solid 2px #dc446e;
}

.o-sub-nav__link:hover,
.o-sub-nav__item.active .o-sub-nav__link {
  color: #fff;
  background-color: #dc446e;
}

/* -----------------------------------------------------------------------------

  FOOTER OBJECT
  
----------------------------------------------------------------------------- */
.o-footer {
  padding: 12px 0;
  text-align: center;
}

@media all and (min-width: 480px) {
  .o-footer {
    padding: 24px 0;
  }
}

@media all and (min-width: 720px) {
  .o-footer {
    padding: 48px 0;
  }
}

/* -----------------------------------------------------------------------------

  TABS COMPONENT
  
----------------------------------------------------------------------------- */
/**
 * Tabs component
 *
 * A responsive tabs component that falls back to a linear conent display when
 * JavaScript is disabled. The following is the default suggested markup to play
 * nicely with the JavaScript. If you change it up, just make sure you pass in
 * the correct parameters to the tabs instance.
 *
 * <div id="tabs" class="c-tabs no-js">
 *   <div class="c-tabs-nav">
 *     <a href="#" class="c-tabs-nav__link is-active"></a>
 *     <a href="#" class="c-tabs-nav__link"></a>
 *     ...
 *   </div>
 *   <div class="c-tab is-active">
 *     <div class="c-tab__content"></div>
 *   </div>
 *   <div class="c-tab">
 *     <div class="c-tab__content"></div>
 *   </div>
 *   ...
 * </div>
 */
.c-tabs {
  /**/
}

/**
 * Tabs navigation
 */
.c-tabs-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

.c-tabs-nav__link {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: 4px;
  padding: 12px;
  color: #fff;
  text-align: center;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  background-color: rgba(2, 2, 2, 0.46);
  text-transform: capitalize;

  font-size: 14px;
}

.c-tabs-nav__link:last-child {
  margin-right: 0;
}

.c-tabs-nav__link:hover {
  color: #6d6d6d;
}

.c-tabs-nav__link.is-active {
  color: #CAA867;
  background-color: rgba(0, 0, 0, 0.8);
}

.c-tabs-nav__link i,
.c-tabs-nav__link span {
  margin: 0;
  padding: 0;
  line-height: 1;
}

.c-tabs-nav__link i {
  font-size: 18px;
}

.c-tabs-nav__link span {
  display: none;
  font-size: 18px;
}

@media all and (min-width: 720px) {
  .c-tabs-nav__link i {
    margin-bottom: 12px;
    font-size: 22px;
  }
  .c-tabs-nav__link span {
    display: block;
  }
}

/**
 * Tab
 */
.c-tab {
  display: none;
  background-color: rgba(255, 255, 255, 0.74);
  height: 146px;
}

.c-tab.is-active {
  display: block;
}

.c-tab__content {
  padding: 10px 14px;
}

/**
 * Tabs no-js fallback
 */
.c-tabs.no-js .c-tabs-nav {
  display: none;
}

.c-tabs.no-js .c-tab {
  display: block;
  margin-bottom: 1.5rem;
}

.c-tabs.no-js .c-tab:last-child {
  margin-bottom: 0;
}

/* -----------------------------------------------------------------------------

  CARBON AD COMPONENT
  
----------------------------------------------------------------------------- */
#carbonads {
  position: fixed;
  bottom: 12px;
  right: 12px;
  z-index: 1000;
  padding: 24px 12px 12px 12px;
  width: 154px;
  background-color: #fff;
  line-height: 1.1;
  border: solid 1px #e7e7e7;
}

.carbon-wrap {
  display: block;
  margin: 0 0 4px 0;
}

.carbon-img {
  display: block;
  margin: 0 0 4px 0;
  padding: 0;
  width: 130px;
  height: 100px;
}

.carbon-text {
  color: #818181;
  font-size: 12px;
}

.carbon-poweredby {
  font-size: 10px;
  font-style: italic;
}

.carbonad__close {
  display: block;
  position: absolute;
  top: 0;
  left: 12px;
  height: 24px;
  font-size: 11px;
  line-height: 24px;
}

@media all and (max-width: 660px) {
  #carbonads {
    display: none;
  }
}


.casepic:nth-child(3) {
    border-color: #BE9E61;
}


.casenewspic img {
    width: inherit;
}

.casenews {
    width: 220px;
}

.casenewspic {float: left;width: 58px;}

.casenews h4 {
    font-size: 14px;
    margin-left: 63px;
}

.casenews p {
    margin-left: 63px;
    font-size: 11px;
}


.casenewspic img {
    width: inherit;
}

.casenews {
    width: 202px;
    margin-bottom: 12px;
    float: left;
    margin-right: 10px;
}

.casenewspic {float: left;width: 58px;}

.casenews h4 {
    font-size: 12px;
    margin-left: 63px;
    margin-bottom: 3px;
}

.casenews p {
    margin-left: 63px;
    font-size: 10px;
    text-align: justify;
    line-height: 13px;
}


.movie .gallery-main .flickity-prev-next-button.next {
    right: -7px !important;
}

.movie .gallery-main .flickity-prev-next-button.previous {
    left: -7px !important;
}

.news .gallery-cell {
    height: 24px;
    width: 100%;
    margin: 0;
    padding: 0;
    background-color: initial;
    background: initial;
    /* float: left; */
    /* counter-increment: initial; */
}

.numonenews .gallery-nav img {
    height: 100%;
}

.bestnews .gallery-cell {
    width: 100%;
    height: 350px;
}

.js .grid li img {
    height: 208px;
    width: 312px;
    position: relative;
    z-index: 9;
}


.catnews .comments {
    border-style: solid;
    border-width: 1px;
    border-color: rgba(138, 136, 136, 0.29);
    background-color: rgb( 42, 42, 42 );
    width: 97%;
    height: auto;
    margin-top: 15px;
    margin-right: 10px;
    float: left;
    position: relative;
    overflow: hidden;
    padding: 10px;
    clear: both;
    margin-bottom: 15px;
}

.form-comment {
    border: 1px solid #464545;
    margin-top: 10px;
    height: 200px;
    width: 99%;
}

.left-fild {
    width: 45%;
    position: relative;
    float: left;
}

.name-form {
    margin: 10px;
    position: relative;
}

input[type="text"] {
    padding: 3px;
    width: 100%;
}

.email-form {margin: 10px;position: relative;}

input[type="email"] {
    padding: 3px;
    width: 100%;
}

.right-form {
    position: relative;
    float: left;
    width: 50%;
}

.message-form {
    margin: 10px;
    position: relative;
    float: left;
    width: 100%;
}

textarea {
    width: 100%;
    height: 150px;
}


input[type="submit"] {
    border: 1px solid #464545;
    background: #2A2A2A;
    padding: 2px 10px;
    color: #CAA867;
    margin: 10px;
    text-transform: capitalize;
}

.border-comments {
    border: 1px solid #464545;
    width: 91%;
    height: 93%;
    padding: 3%;
}

.comment {
    border: 1px solid rgba(138, 136, 136, 0.34);
    margin-top: 15px;
    width: 99%;
}

.head-comment {
    background-color: rgb( 63, 63, 63 );
    border-bottom: 1px solid rgb(101, 100, 100);
    height: 25px;
}

.comment .name p {.comment .name
    p {     position: relative;
    float: left;
    padding: 7px;
    color: white;
    font-size: 12px;
    font: normal 12px Verdana,sans-serif;
    width: 50%; }
.comment .name
    p {     position: relative;
    float: left;
    padding: 7px;
    color: white;
    font-size: 12px;
    font: normal 12px Verdana,sans-serif;
    width: 50%; }
    position: relative;
    float: left;
    padding: 7px;
    color: white;
    font-size: 12px;
    font: normal 12px Verdana,sans-serif;
    width: 50%;
}

.comment .time p {
    position: relative;
    float: left;
    padding: 7px;
    color: #D1AD6B;
    font-size: 12px;
    font: normal 12px Verdana,sans-serif;
    width: 25%;
}

.text-comment a {
    color: #CAA867;
    float: right;
    margin: 10px;
    border: 1px solid #656464;
    padding: 1px 9px;
    text-transform: capitalize;
}

.text-comment p {
    color: white;
    padding: 7px;
    text-align: justify;
    width: 80%;
    float: left;
}


.text-comment small {
    font: normal 12px Verdana,sans-serif;
    color: white;
}


.user_ID {
    color: white;
    text-align: center;
    margin-top: 20px;
}

.user_ID a {
    color: #CAA867;
}

.comments ul.children {
    width: 90%;
    margin-left: 67px;
}


.comments {
    border-style: solid;
    border-width: 1px;
    border-color: rgba(138, 136, 136, 0.29);
    background-color: rgb( 42, 42, 42 );
    width: 615px;
    height: auto;
    margin-top: 15px;
    margin-right: 10px;
    float: left;
    position: relative;
    overflow: hidden;
    padding: 10px;
    clear: both;
    margin-bottom: 15px;
}


.frame-text-social {
    height: 190px;
    position: fixed;
    /* width: 220px; */
    z-index: 99;
    margin-right: -43px;
}

div#text-field-container {
    width: 150px;
}

input.searchin {
    width: 140px;
    background-color: #2A2A2A;
    height: 36px;
    position: relative;
    float: left;
    direction: ltr;
    font-size: 14px;
    text-indent: 10px;
    border-radius: 3px 0 0 3px;
    color: #eee;
    z-index: 999999999999;
}

input#siteSearchFormSubmit {
    width: 36px;
}

.factlistscroll {
    height: 600px;
    overflow: scroll;
    position: relative;
    width: 488px;
}


form#siteSearchForm {
    height: 36px;
    /* width: 183px; */
    display: none;
}

ul.sub-menu {
    z-index: 999;
    position: relative;
    display: none;
}

nav .mainmenu ul li .sub-menu li {
    float: initial;
    text-align: center;
    padding: 0;
    position: relative;
    z-index: 999;
    border-right: none;
    height: 21px;
    margin-top: 5px;
    line-height: 1.1rem;
    font-size: 0.8rem;
    width: auto;
    border-bottom: 1px solid #6F6F6F;
    border-radius: 0;
}

.mainmenu ul li:hover .sub-menu {
    display: initial !important;
}

nav .mainmenu ul li .sub-menu li a {
    color: gainsboro;
    font-size: 0.8rem;
}

.backmenu {
    width: 100.13%;
    height: 360px;
    right: 0;
    position: absolute;
    /* background-color: rgba(128, 128, 128, 0.67); */
    z-index: 99;
    margin-top: 31px;
    display: none;
}




.mainmenu:hover .backmenu {
    display: initial !important;
}



nav .mainmenu ul li .sub-menu li:hover {
    background-color: initial;
}

nav .mainmenu ul li .sub-menu li a:hover {
    color: #DAA849;
}


nav .mainmenu ul li:hover ul.sub-menu {
    background-color: gray;
    width: 126px;
    position: absolute;
    text-align: center;
    margin-top: 27px;
    left: 0;
}

.text-social:hover .search-form {
    width: 180px !important;
    display: initial !important;
    z-index: 9999999;
    position: relative;
}


.headcontent {
    width: 851px;
    float: left;
    padding: 0 6px;
    border-left: 20px solid #141414;
}

.news .gallery {
    /* float: left; */
}
img.attachment-news.size-news.wp-post-image:hover {
    /* transform: scale(1.9); */
}


.personpic {
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid #383838;
    background-color: black;
    height: 179px;
    width: 179px;
}


.sliderdovom .gallery-cell:hover img {
    transform: scale(1.9) rotate(7deg);
}

.public .content:hover img {
    transform: scale(1.9) rotate(7deg);
}


.head h3 {
    color: #C8A766;
    text-transform: capitalize;

    text-align: center;
    position: relative;
    padding: 2px 0;
}

.box .head {
    width: 100%;
    height: 20px;
    background-color: #2C2C2C;
    margin-bottom: 5px;
}


.movie .head h2 {
    background-color: #2E2E2E;
    border-radius: 2px;
    width: 28%;
    margin: auto;
    color: gainsboro;
    text-shadow: 0px 0px 10px rgb(213, 177, 109);
    font-size: 1rem;
}

.movie .head {
    width: 100%;
    height: 28px;
    background-color: #2E2E2E;
    text-align: center;
    line-height: 1.8rem;
    border-radius: 2px;
    /* margin-bottom: 14px; */
}


.one {
    clear: both;
    width: 690px;
    height: 80px;
    position: relative;
    border-radius: 3px;
    border: 1px solid #232323;
    background-color: black;
}

.one h3 {
    font-size: 15px;
    color: #CAA867;
    text-align: center;
    margin-top: 28px;
}

.social-menu-footer {
    color: white;
    margin-right: 180px;
}

.sideright .box.gallery a {
    width: 81px;
    height: 57px !important;
    position: relative;
}

.imggallery {
    width: 79px;
    height: 57px;
    float: left;
    margin: 2px;
    position: relative;
    overflow: hidden;
    border-radius: 3px;
    border: 1px solid #505050;
}

@charset "utf-8";
/*
Theme Name: 
Theme URI: http://
Author: 
Author URI: http://
Description: 1
Version: 1.0
Text Domain: 
*/

/* CSS Document */
html, body, div, input, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
}


body{background-color: #141414;font: normal 12px Verdana,sans-serif;direction: ltr;}
a{
text-decoration: none;color: inherit;}

header {
    width: 985px;
    position: relative;
    margin: auto;
    direction: rtl;
}

.head {
    width: 925px;
    height: 27px;
    margin: auto;
}

.logo {
    float: left;
    padding: 40px 20px 27px 20px;
}

.logo .img {
    width: 62px;
    height: 73px;
    /* background-image: url(images/logo.png); */
    position: relative;
    background-size: contain;
    background-repeat: no-repeat;
    float: left;
    margin-right: 11px;
}

.logo .text p {
    font: normal 12px Arial,Verdana,sans-serif;
    color: gainsboro;
    line-height: 14px;
    letter-spacing: 1px;
    text-align: left;
}

.logo .text {
    margin: 21px 0 0 0;
    width: 318px;
    direction: ltr;
}

.logo .text p strong {
    font-size: 13px;
    color: #d5b16d;
    line-height: 18px;
}

.feuther {
    float: left;
    margin: 44px 5px 21px -30px;
    background-image: url(images/feuther.png);
    background-repeat: no-repeat;
    width: 57px;
    height: 72px;
    background-size: contain;
}



  #owl-demo .item{
        padding: 3px 0px;
        border-bottom: 1px solid #CDAA69;
    }
    #owl-demo .item img{
        display: block;
        width: inherit;
        height: 81px;
        margin: auto;
    }

    .timeline {
    width: 110px;
    height: 90%;
    float: right;
    position: relative;
    padding: 7px 0px 0 0px;
    margin-left: -5px;
}

.timeline .container {
    padding: 18px 0px;
    height: 100%;
}

.item p {
    color: #D5B16D;
    font: bold 12px Copperplate Gothic;
    margin-top: 14px;
    text-align: center;
}

.owl-controls {
    color: gainsboro;
    margin-top: -28px;
}

.owl-controls .owl-buttons .owl-prev {
    float: left;
    margin-left: -18px;
    transform: rotate(180deg);
}

.owl-controls .owl-buttons .owl-next {
    float: right;
    margin-right: -18px;
}

.owl-controls .owl-buttons div {
    text-indent: 10000px;
    overflow: hidden;
    width: 17px;
    height: 30px;
    background-image: url(images/next.png);
    background-repeat: no-repeat;
    position: relative;
    z-index: 999999;
}

nav {
    clear: both;
    height: 24px;
    background-color: #2e2e2e;
    transition:0.3s;
    -webkit-transition:0.3s;
    -moz-transition:0.3s;
    -o-transition:0.3s;
}

nav .mainmenu ul li {
    float: right;
    list-style: none;
}

ul {
    list-style: none;
}

nav .mainmenu {
    /* width: 72%; */
    margin: auto;
    height: 100%;
    padding-top: 2px;
}

nav {
    clear: both;
    height: 30px;
    background-color: rgba(46, 46, 46, 0.89);
    margin: auto auto 5px auto;
    width: 985px;
    border-radius: 3px;
    border: 1px solid #333333;
    background: rgba(20,20,20,1);
    background: -moz-linear-gradient(top, rgba(20,20,20,1) 0%, rgba(48,48,48,1) 52%, rgba(23,23,23,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(20,20,20,1)), color-stop(52%, rgba(48,48,48,1)), color-stop(100%, rgba(23,23,23,1)));
    background: -webkit-linear-gradient(top, rgba(20,20,20,1) 0%, rgba(48,48,48,1) 52%, rgb(0, 0, 0) 100%);
    background: -o-linear-gradient(top, rgba(20,20,20,1) 0%, rgba(48,48,48,1) 52%, rgba(23,23,23,1) 100%);
    background: -ms-linear-gradient(top, rgba(20,20,20,1) 0%, rgba(48,48,48,1) 52%, rgba(23,23,23,1) 100%);
    background: linear-gradient(to bottom, rgb(35, 35, 35) 0%, rgba(48,48,48,1) 52%, rgb(29, 29, 29) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#141414', endColorstr='#171717', GradientType=0 );
}

nav .mainmenu ul li {
    float: left;
    list-style: none;
    line-height: 1.7rem;
    padding: 0px 7px;
    border-radius: 2px;
    border-right: 1px solid #565656;
    transition: 0.5s;
    text-align: center;
    width: 100px;
    height: 27px;
    position: relative;
}

ul {
    align-items: center;
}

nav .mainmenu {
    /* width: 100%; */
    /* padding-left: 10px; */
    height: 100%;
    padding-top: 2px;
    float: left;
}

.mainmenu ul li a {
    color: gainsboro;
    font-size: 13px;
    text-decoration: none;
}


.mainmenu ul li:hover {
    background-color: #CEAB6A;
}



.mainmenu ul li:hover a {
    color: black;
}

.sliderdovom {
    width: 97%;
    margin:  auto;
    height: 200px;
    clear: both;
    position: relative;
    margin-top: 9px;
    margin-bottom: 14px;
    background-color: #2E2E2E;
    padding-top: 1px;
    border-radius: 2px;
    overflow: hidden;
    border: 1px solid #3E3E3E;
}

article {
    clear: both;
    margin: auto;
    width: 985px;
    top: 9px;
    position: relative;
    margin-bottom: 31px;
    direction: ltr;
}

.sliderdovom .owl-item {overflow: hidden;}

.sliderdovom .owl-wrapper {
    margin-left: 0;
}

.sliderdovom .owl-wrapper-outer {
    left: 0;
}

.sliderdovom .item {
    overflow: hidden;
    /* margin-right: 14px; */
    height: 155px;
}

.chap {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.4);
    width: 38%;
    height: 100%;
    z-index: 99;
    left: 0;
}

.rast {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.4);
    width: 38%;
    height: 100%;
    z-index: 99;
    right: 0;
}


.sliderdovom .owl-controls {
    margin-top: -87px;
}

.sliderdovom .owl-controls .owl-buttons .owl-prev {
    margin-left: 5px;
    background-image: url(images/next.png);
}

.sliderdovom .owl-controls .owl-buttons .owl-next {
    margin-right: 5px;
    background-image: url(images/next.png);
}

.sideleft {
    clear: both;
    float: left;
    width: 70%;
    /* min-height: 200px; */
    /* background-color: #171717; */
    /* border: 1px solid #2F2F2F; */
    /* border-radius: 3px; */
    /* overflow: hidden; */
    position: relative;
    /* margin-bottom: 20px; */
}


img {
    width: 100%;
    transition: 0.5s;
    cursor: pointer;
}

.bestnewspic {
    width: 100%;
    margin: 4px auto;
    margin-bottom: -63px;
    height: 100%;
}

.sideright {
    overflow: hidden;
    position: relative;
    float: left;
    margin-left: 7px;
    width: 288px;
    min-height: 200px;
    /* background-color: #171717; */
    /* border: 1px solid #2F2F2F; */
    border-radius: 3px;
}

.bestnews {
    width: 985px;
    overflow: hidden;
    background-color: black;
    height: 350px;
    margin: auto !important;
    position: relative;
}

img.lazyOwl {
    width: inherit;
}

.rootitle h4 {
    text-align: center;
    color: gainsboro;
    line-height: 15px;
    font-weight: normal;
    direction: ltr;
}

.title h2 {
    text-align: center;
    font-size: 16px;
    color: #D5B16D;
    margin-bottom: 33px;
    font-weight: normal;
    /* text-transform: capitalize; */
    padding: 10px 0;
    direction: ltr;
}
.clear{clear:both;}

.news .head {
    width: 63px;
    text-align: center;
    line-height: 1.4rem;
    font-weight: bolder;
    color: white;
    background-color: #9A2628;
    float: left;
    height: 22px;
    border: 1px solid #9A2628;
    border-radius: 0 0 0 0;
}

.news {
    background: white;
    border-radius: 2px;
    overflow: hidden;
    height: 24px;
    margin-bottom: 8px;
}

.news .content p {
    font-family: arial;
    line-height: 1.4rem;
}

.box {
    border-radius: 2px;
    overflow: hidden;
    margin-bottom: 12px;
    border: 1px solid #2F2F2F;
    border-radius: 3px;
}

.public {
    clear: both;
    height: 180px;
    background-color: #2E2E2E;
    margin: 7px 7px;
    border-radius: 2px;
    overflow: hidden;
    border: 1px solid #3E3E3E;
}

.public .head {
    width: 99%;
    height: 18px;
    background-color: #2E2E2E;
    text-align: center;
    line-height: 1.8rem;
    border-radius: 2px;
    margin-bottom: 14px;
}

.public h2 {
    font-size: 0.8rem;
    color: #D5B16D;
    /* background-color: white; */
}

.publicpic {
    /* border-radius: 2px; */
    overflow: hidden;
    border: none;
}

.title {
    background-color: rgba(0, 0, 0, 0.78);
    position: relative;
    /* padding-bottom: 2px; */
    transition: 0.3s;
}

.rootitle {
    background-color: rgba(0, 0, 0, 0.78);
    position: relative;
    transition: 0.3s;
    width: 100%;
}

.sliderdovom .title h2 {
    font-size: 0.8rem;
}

.sliderdovom .gallery-cell:hover .rootitle, .sliderdovom .item:hover .title {
    margin-top: -160px;
}

.sliderdovom .title {
    padding-bottom: 89px;
}


.public .content:hover .rootitle, .public .content:hover .title {
    margin-top: -133px;
}

.content .title {
    padding-bottom: 57px;
    /* margin-top: 2px; */
}

.public .rootitle h4 {
    font-weight: bold;
    line-height: 1.2rem;
    padding: 5px;
}

.public .head h2 {
    background-color: #2E2E2E;
    border-radius: 2px;
    width: 28%;
    margin: auto;
    color: gainsboro;
    text-shadow: 0px 0px 10px rgb(213, 177, 109);
    font-size: 15px;
}

.public .content .rootitle,  .public .content .title {
    margin-top: 0px;
}

.content {
    width: 30%;
    float: left;
    margin: 0 11px;
    height: 133px;
    overflow: hidden;
}

.news .content {
    height: initial;
    width: 840px;
}

.bestnewspic img {
    height: 350px;
}


.leftl {
    background-color: #171717;
    border: 1px solid #2F2F2F;
    border-radius: 3px;
    overflow: hidden;
    position: relative;
    margin-bottom: 12px;
}

.movie {
    background-color: #000000;
    border: 1px solid #2F2F2F;
    border-radius: 3px;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
    height: 425px;
}

.movie .video {
    float: right;
    width: 63%;
    height: 75%;
    margin: 8px 32px 5px 7px;
}

.movie .videodescript h2 {
    font-size: 14px;
    color: #D5B16D;
    font-weight: bold;
    /* text-align: justify; */
}

.movie .videodescript p {
    color: gainsboro;
    line-height: 1.1rem;
    padding: 3px;
    text-align: justify;
    letter-spacing: 0;
    height: 150px;
    overflow: hidden;
}

.movie .videodescript {
    float: left;
    width: 27%;
    margin: 7px 5px 5px 24px;
    height: 75%;
    overflow: hidden;
    /* letter-spacing: 5px; */
}

.boxparvandeh {
    margin-bottom: 0;
    height: 400px;
    background-image: url(images/parvande.jpg);
    background-size: cover;
    margin-bottom: 10px;
}

footer {
    height: 40px;
    background-color: #000000;
    width: 100%;
    position: fixed;
    bottom: 0;
    overflow: hidden;
    z-index: 1;
    border-top: 1px solid gainsboro;
    margin-top: 7px;
}

.item:hover img {
    transform: scale(1.1);
}

.publicpic:hover img {
    transform: scale(1.1);
}

.bestnews:hover .bestnewspic img {
    transform: scale(1.1); 
}



.video.title {
    font-size: 0.75rem;
    color: gainsboro;
    font-weight: bold;
    text-align: center;
    margin: 7px auto 5px auto;
    line-height: 1rem;
    background-color: #171717;
}

.box #owl-demo-video .owl-controls .owl-buttons .owl-prev {
    left: 21px;
    width: 11px;
    background-size: contain;
    top: -6px;
}

.box #owl-demo-video .owl-controls .owl-buttons .owl-next {
    float: right;
    background-size: contain;
    width: 11px;
    right: 21px;
    top: 5px;
    /* border-right: 1px solid gray; */
    /* padding-right: 2px; */
    /* height: 26px; */
}

.timeline .owl-controls .owl-buttons .owl-prev, .timeline .owl-controls .owl-buttons .owl-next {
    top: -50px;
}


.sliderdovom .rootitle h4, .sliderdovom .title h2 {
    padding-left: 7px;
    padding-right: 7px;
    /* text-align: left; */
    padding-top: 7px;
}

.sliderdovom .container {
    width: 98%;
    margin: 5px auto;
    position: relative;
}

nav .mainmenu ul li:last-child {
    border-right: none;
}

.publicpic img {
    height: 133px;
}


nav.sticky {
    position: fixed;
    top: 0;
    width: 985px;
    margin: auto;
    z-index: 99999999999999;
    border-bottom: 2px solid #D1AD6B;
    height: 40px;
}


.sliderdovom .head {
    width: 99%;
    height: 18px;
    background-color: #2E2E2E;
    text-align: center;
    line-height: 1.8rem;
    border-radius: 2px;
    margin-bottom: 14px;
}

.sliderdovom .head h2 {
    background-color: #2E2E2E;
    border-radius: 2px;
    width: 28%;
    margin: auto;
    color: white;
    text-shadow: 0px 0px 10px rgb(213, 177, 109);
    font-size: 15px;
}


.social {
    width: 40px;
    height: 36px;
    background-color: #1B1B1B;
    border-radius: 2px;
    border: 1px solid #232323;
    top: 27%;
    overflow: hidden;
    z-index: 0;
    transition: 0.5s;
    margin-right: -44px;
}

.sbox {
    width: 99%;
    height: 27px;
    margin:  auto;
    padding: 4.5px 0;
    text-align: center;
    color: gainsboro;
    font-size: 1.4rem;
    border-bottom: 1px solid gainsboro;
    cursor: pointer;
    float: right;
    position: relative;
    clear: both;
    /* border-left: 1px  solid black; */
    z-index: 99999999999999999999;
}


.fa-search:before {
    content: "\f002";
    color: #CAA867;
}


.text-social p {
    color: #D1AD6B;
    position: relative;
    float: left;
    font-size: 14px;
    text-align: center;
    padding: 8px 20px;
    z-index: 99999999999;
}



.text-social {
    ed;
    width: 42px;
    height: 36px;
    margin: auto;
    text-align: center;
    overflow: hidden;
    background-color: rgba(20, 20, 20, 0.87);
    font-size: 1.4rem;
    cursor: pointer;
    float: right;
    clear: both;
    border-left: 1px solid #000000;
    opacity: 0;
    margin-top: 2px;
    border-radius: 3px 0 0 3px;
}

.text-social:hover {
    opacity: 1;
    width: 180px;
    z-index: 999999999999999999999;
    position: relative;
}
.frame-social {
    height: 143px;
    position: absolute;
    z-index: 9;
    transition: all 0.3s linear;
    margin-top: 0px;
}

i.fa {line-height: 27px;text-align: right;float: right;margin-right: 10px;padding-left: 11px;}




.gallery {
  background: rgba(250, 250, 250, 0);
  margin-bottom: 1px;
}

.gallery-cell {
  width: 30%;
  height: 160px;
  margin-right: 10px;
  background: #171717;
  counter-increment: gallery-cell;
  overflow: hidden;
  cursor: pointer;
}

/* cell number */
.gallery-cell:before {
  display: block;
  text-align: center;
  /* content: counter(gallery-cell); */
  line-height: 200px;
  font-size: 80px;
  color: white;
}

.gallery-nav .gallery-cell {
  height: 80px;
  width: 100px;
}

.gallery-nav .gallery-cell:before {
  font-size: 50px;
  line-height: 80px;
}

.gallery-nav .gallery-cell.is-nav-selected {
  background: #C8A667;
}

.sliderdovom img{
	
	width:initial;
	height:100%;
}


.flickity-prev-next-button .arrow {
    fill: #D5B16D;
}


.movie .gallery-main .gallery-cell {
    width: 100%;
    height: 290px;
}

.movie .flickity-viewport {
    height: 202px;
}

.gallery-main {
    height: 290px;
    margin-bottom: 10px;
}


.timeline .gallery-cell {
    height: 85px;
    padding-top: 20px;
    width: 100%;
}

.timeline .flickity-prev-next-button.previous {
    left: -40px;
}

.timeline .flickity-prev-next-button.next {
    right: -40px;
}

nav.sticky .mainmenu ul li {
    line-height: 30px;
}


i {
    border-left: 1px solid black;
    height: 100%;
}


.box .main-gallery {
    height: 190px;
}

.box:last-child {
    height: 382px;
    background-color: #000000;
    background-image: url(images/parvande.jpg);
    background-blend-mode: hard-light;
    background-size: cover;
}

.box:first-child {
    height: 211px;
}


.box .gallery-cell {
    width: 100%;
}

.sliderdovom .gallery-cell {
    width: 33%;
    margin-right: 5px;
}

.box.gallery img {
    /* border-radius: 3px; */
    /* border: 1px solid #505050; */
    width: 81px;
    height: 54px;
    position: relative;
    clear: both;
}

.box.gallery {
    padding: 10px 14px;
    margin-bottom: 11px;
}


.box .links {
    width: 90%;
    margin: 3px auto 0 auto;
}

.parvandehlink {
    width: inherit;
    background-color: #000000;
    margin: 0px auto 1px auto;
    text-indent: 14px;
    font: bold 12px Arial,Verdana,sans-serif;
    padding: 4px 0;
    color: #C8A667;
    letter-spacing: 1px;
    border-radius: 2px;
    border: 1px solid #2B2B2B;
    text-align: center;
    cursor: pointer;
}


footer.stickyf {
    position: relative;
    height: 240px;
    /* transition: 0.5s; */
    z-index: 99;
}



.stickyf #bottom-menu .footermenu li a {
    color: #C8A667;
    font-size: 14px;
    font-weight: bold;
    transition: 0.5s;
}

li {
    list-style: none;
}

.stickyf #bottom-menu .footermenu li {
    width: 145px;
    float: left;
    letter-spacing: 1px;
    transition: 0.5s;
}


.footermenu {
    margin: 14px;
}


div#bottom-menu {
    width: 985px;
    margin: auto;
	transition: 0.5s;
}


.footermenu ul {
    display: inherit;
    flex: inherit;
    align-items: inherit;
	transition: 0.5s;
}


.footermenu .sub-menu li {
    margin: 7px 0;
	transition: 0.5s;
}

#bottom-menu .footermenu .sub-menu li a {
    color: gainsboro;
    font-size: 12px;
    font-weight: normal;
	transition: 0.5s;
}

.stickyf .footermenu ul.sub-menu {
    margin-top: 14px;
    display: inherit;
	transition: 0.5s;
}


#bottom-menu .footermenu ul li {
    float: left;
    margin-right: 14px;
    transition: 0.5s;
}

.footermenu ul.sub-menu {
    display: none;
	transition: 0.5s;
}

#bottom-menu .footermenu li a {
    color: gainsboro;
	transition: 0.5s;
}




.numonenews .gallery-main .gallery-cell {
    width: 100%;
    height: 400px;
    background: black;
}

.numonenews {
    width: 688px;
    float: right;
    position: relative;
    overflow: hidden;
    height: 400px;
    background-color: black;
    border: 1px solid #252525;
    border-radius: 3px;
}

.catnews {
    width: 690px;
    float: left;
    position: relative;
    overflow: hidden;
}

.numonenews .gallery-nav .gallery-cell {
    width: 140px;
    box-shadow: 0px 0px 3px 1px black;
    opacity: 0.50;
}

.numonenews .gallery.gallery-nav.js-flickity.flickity-enabled.is-draggable {
    bottom: -14px;
}

.numonenews .gallery-nav .gallery-cell.is-selected.is-nav-selected {
    opacity: 1;
}

.onenews {
    clear: both;
    margin: 10px auto;
    width: 690px;
    height: 180px;
    position: relative;
    border-radius: 3px;
    border: 1px solid #232323;
    background-color: black;
}


.onenewspic {
    width: 221px;
    margin: 10px;
    float: left;
}



.onenews h4 {
    font: normal 10px Verdana,sans-serif;
    color: gainsboro;
    margin: 10px auto 0px auto;
    text-align: center;
}


.onenews a h3 {
    color: #D0AC6A;
    font: bold 14px Verdana,sans-serif;
    text-align: center;
    margin-bottom: 5px;
}

.onenews p {
    color: gainsboro;
    /* text-align: justify; */
    width: 380px;
    margin-right: 40px;
    float: right;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0px;
}

.numonenews a h3 {
    position: absolute;
    color: #D5B16D;
    font-size: 21px;
    margin: 40px;
    background-color: black;
    word-wrap: break-word;
    word-break: normal;
    padding: 6px;

    bottom: 75px;
}

.timeline p {
    color: gainsboro;
    bottom: 0;
    position: absolute;
    width: 110px;
    text-align: center;
}


.numonenews a {
    /* width: 40px; */
    /* position: relative; */
}

.numonenews h4 {
    position: absolute;
    color: gainsboro;
    bottom: 105px;
    margin: 46px;
}


.suggestpic img {
    width: 140px;
    margin: 5px;
    float: left;
}

.suggest h4 {
    direction: ltr;
    color: gainsboro;
    font-size: 10px;
    font-weight: normal;
    padding: 12px 3px 3px 5px;
    width: 110px;
    float: left;
    letter-spacing: 1px;
}

.suggestpic {
    width: 140px;
    position: relative;
}

.suggest h3 {
    color: #D5B16D;
    font-size: 14px;
    padding: 0 5px;
    width: 110px;
    float: left;
    letter-spacing: 0px;
    line-height: 24px;
    text-transform: capitalize;
}

.suggest p {
    clear: both;
    padding: 5px 10px;
    color: gainsboro;
    font-size: 11px;
    /* text-align: justify; */
    line-height: 15px;
    padding-bottom: 10px;
    letter-spacing: 1px;
    /* text-transform: capitalize; */
}



.snews h1 {
    color: #FFFFFF;
    font-size: 1.1rem;
    font-weight: bold;
    border-bottom: 1px solid #CAA867;
    float: left;
    margin: 5px;
}

.snews {background-color: black;border: 1px solid #272727;border-radius: 3px;}

.snewspic {
    width: 98%;
    margin: 10px auto;
}


.metasidbar-snews {
    float: left;
    width: 50px;
    margin: 7px 3px 7px 7px;
    min-height: 100px;
    overflow: hidden;
}

.datasingle {
    color: gainsboro;
    text-align: center;

    border-top: 1px solid rgba(90, 90, 90, 0.71);
    border-bottom: 1px solid rgba(202, 168, 103, 0.53);
    padding: 7px;
}

.mainsidbar-snews {
    width: 618px;
    float: left;
}




.snews p {
    color: gainsboro;
    /* text-transform: capitalize; */
    line-height: 21px;
    text-align: justify;
    padding: 7px;
    /* float: left; */
}


.snews h4 {
    color: #D4AF68;
    font-size: 13px;
    letter-spacing: 1px;
    /* text-transform: capitalize; */
    width: 191px;
    float: right;
    clear: both;
    line-height: 27px;
    font-weight: normal;
    padding: 12px;
    border: 1px solid rgba(66, 66, 66, 0.22);
    background-color: #1B1B1B;
    margin: 0 0 4px 12px;
    /* text-align: justify; */
    text-shadow: 0px 0px 27px #000000;
}



.matn {
    clear: both;
    width: 615px;
    min-height: 200px;
}


.mainsidbar-snews h3 {
    color: #9A9A9A;
    clear: both;
    margin: 0 7px;
    font-size: 10px;

    text-transform: capitalize;
}


.mainsidbar-snews h3 strong {
    color: #C7C7C7;
}


.newslinks ul li a {
    color: #FFFFFF;
    font-size: 0.8rem;
    font-weight: normal;

    border-bottom: 2px solid #CAA867;
    float: left;
    margin: 0px 0px 18px 0px;
    padding: 5px 18px;
    position: relative;
    background-color: rgb(42, 42, 42);
    width: 89%;
    letter-spacing: 1px;
}

.newslinks ul li:last-child a {
    /* border-bottom: none; */
}


.newslinks .head h3 {
    color: #C8A766;
    text-transform: capitalize;

    text-align: center;
    position: relative;
    padding: 2px 0;
}

.newslinks .head {
    width: 100%;
    height: 20px;
    background-color: #2C2C2C;
    margin-bottom: 5px;
}


.producemenu {
    width: 240px;
    float: left;
}

.producemenu li {
    clear: both;
    align-items: center;
    display: flex;
    margin: 0 0 27.4px 0;
    background-color: #292929;
}

.producepic {
    width: 140px;
    float: left;
}

.producemenu h3 {
    padding: 7px;

    /* background-color: #141414; */
    font-size: 1.2rem;
    font-weight: normal;
    transition: 0.3s;
    color: gainsboro;
    float: right;
}

.Country-Origin li {
    float: left;
    width: 25%;
}


.produceslid {
    width: 740px;
    float: right;
}

.producepic img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.producemenu li:hover .producepic img {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}


.producemenu li:hover h3 {
    color: #CAA867;
}

.producemenu li:hover {
    border-right: 2px solid #CAA867;
}


.case img {
    position: absolute;
    width: 985px;
    height: 519px;
}

.case {
    position: relative;
    clear: both;
    margin-bottom: 51px;
    height: 518px;
}

.case .casepic img {
    width: initial;
    position: relative;
    height: initial;
}

.casepic {
    float: right;
    margin-top: 66px;
    margin-right: 30px;
    border: 3px solid #9C2524;
    position: relative;
    overflow: hidden;
    border-radius: 2px;
}

.casedescript {
    float: right;
    width: 420px;
    margin-top: 66px;
    margin-right: 10px;
    background-color: rgba(0, 0, 0, 0.18);
    position: relative;
    padding: 18px;
    border-radius: 3px;
    height: 158px;
    overflow: hidden;
}

.casedescript h3 {

    text-transform: capitalize;
    margin-bottom: 5px;
    text-align: center;
    color: #BE9E61;
    font-size: 1.4rem;
}

.casedescript p {
    line-height: 18px;
    text-align: justify;
    color: gainsboro;
}

.casemenu {
    position: relative;
    width: 455px;
    float: right;
    margin-right: 10px;
    margin-top: 5px;
}







.o-container {
  margin: 0 auto;
  padding: 0 12px;
  max-width: 960px;
}

@media all and (min-width: 480px) {
  .o-container {
    padding: 0 24px;
  }
}

@media all and (min-width: 720px) {
  .o-container {
    padding: 0 48px;
  }
}

/* -----------------------------------------------------------------------------

  HEADER OBJECT
  
----------------------------------------------------------------------------- */
.o-header {
  margin: 0;
  padding: 0;
}

.o-header-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #dc446e;
}

.o-header-nav__link {
  padding: 12px;
  color: #fff;
}

.o-header-nav__link:hover {
  color: #fff;
  background-color: #9d1d41;
}

.o-header__title {
  margin: 24px;
  padding: 0;
  color: #818181;
  font-size: 28px;
  font-weight: 300;
  text-align: center;
}

@media all and (min-width: 480px) {
  .o-header__title {
    margin: 36px;
    font-size: 42px;
  }
}

/* -----------------------------------------------------------------------------

  MAIN OBJECT
  
----------------------------------------------------------------------------- */
.o-main {
  /**/
}

/* -----------------------------------------------------------------------------

  SECTION OBJECT
  
----------------------------------------------------------------------------- */
.o-section {
  margin-bottom: 24px;
}

.o-section:last-child {
  margin-bottom: 0;
}

@media all and (min-width: 720px) {
  .o-section {
    margin-bottom: 48px;
  }
}

/* -----------------------------------------------------------------------------

  SUB-NAVIGATION OBJECT
  
----------------------------------------------------------------------------- */
.o-sub-nav {
  margin: 0;
  padding: 0;
}

.o-sub-nav__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.o-sub-nav__item {
  margin: 0;
  padding: 4px;
}

.o-sub-nav__link {
  display: block;
  margin: 0;
  padding: 4px 24px;
  border: solid 2px #dc446e;
}

.o-sub-nav__link:hover,
.o-sub-nav__item.active .o-sub-nav__link {
  color: #fff;
  background-color: #dc446e;
}

/* -----------------------------------------------------------------------------

  FOOTER OBJECT
  
----------------------------------------------------------------------------- */
.o-footer {
  padding: 12px 0;
  text-align: center;
}

@media all and (min-width: 480px) {
  .o-footer {
    padding: 24px 0;
  }
}

@media all and (min-width: 720px) {
  .o-footer {
    padding: 48px 0;
  }
}

/* -----------------------------------------------------------------------------

  TABS COMPONENT
  
----------------------------------------------------------------------------- */
/**
 * Tabs component
 *
 * A responsive tabs component that falls back to a linear conent display when
 * JavaScript is disabled. The following is the default suggested markup to play
 * nicely with the JavaScript. If you change it up, just make sure you pass in
 * the correct parameters to the tabs instance.
 *
 * <div id="tabs" class="c-tabs no-js">
 *   <div class="c-tabs-nav">
 *     <a href="#" class="c-tabs-nav__link is-active"></a>
 *     <a href="#" class="c-tabs-nav__link"></a>
 *     ...
 *   </div>
 *   <div class="c-tab is-active">
 *     <div class="c-tab__content"></div>
 *   </div>
 *   <div class="c-tab">
 *     <div class="c-tab__content"></div>
 *   </div>
 *   ...
 * </div>
 */
.c-tabs {
  /**/
}

/**
 * Tabs navigation
 */
.c-tabs-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

.c-tabs-nav__link {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: 4px;
  padding: 12px;
  color: #fff;
  text-align: center;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  background-color: rgba(2, 2, 2, 0.46);
  text-transform: capitalize;

  font-size: 14px;
}

.c-tabs-nav__link:last-child {
  margin-right: 0;
}

.c-tabs-nav__link:hover {
  color: #6d6d6d;
}

.c-tabs-nav__link.is-active {
  color: #CAA867;
  background-color: rgba(0, 0, 0, 0.8);
}

.c-tabs-nav__link i,
.c-tabs-nav__link span {
  margin: 0;
  padding: 0;
  line-height: 1;
}

.c-tabs-nav__link i {
  font-size: 18px;
}

.c-tabs-nav__link span {
  display: none;
  font-size: 18px;
}

@media all and (min-width: 720px) {
  .c-tabs-nav__link i {
    margin-bottom: 12px;
    font-size: 22px;
  }
  .c-tabs-nav__link span {
    display: block;
  }
}

/**
 * Tab
 */
.c-tab {
  display: none;
  background-color: rgba(255, 255, 255, 0.74);
  height: 146px;
}

.c-tab.is-active {
  display: block;
}

.c-tab__content {
  padding: 10px 14px;
}

/**
 * Tabs no-js fallback
 */
.c-tabs.no-js .c-tabs-nav {
  display: none;
}

.c-tabs.no-js .c-tab {
  display: block;
  margin-bottom: 1.5rem;
}

.c-tabs.no-js .c-tab:last-child {
  margin-bottom: 0;
}

/* -----------------------------------------------------------------------------

  CARBON AD COMPONENT
  
----------------------------------------------------------------------------- */
#carbonads {
  position: fixed;
  bottom: 12px;
  right: 12px;
  z-index: 1000;
  padding: 24px 12px 12px 12px;
  width: 154px;
  background-color: #fff;
  line-height: 1.1;
  border: solid 1px #e7e7e7;
}

.carbon-wrap {
  display: block;
  margin: 0 0 4px 0;
}

.carbon-img {
  display: block;
  margin: 0 0 4px 0;
  padding: 0;
  width: 130px;
  height: 100px;
}

.carbon-text {
  color: #818181;
  font-size: 12px;
}

.carbon-poweredby {
  font-size: 10px;
  font-style: italic;
}

.carbonad__close {
  display: block;
  position: absolute;
  top: 0;
  left: 12px;
  height: 24px;
  font-size: 11px;
  line-height: 24px;
}

@media all and (max-width: 660px) {
  #carbonads {
    display: none;
  }
}


.casepic:nth-child(3) {
    border-color: #BE9E61;
}


.casenewspic img {
    width: inherit;
}

.casenews {
    width: 220px;
}

.casenewspic {float: left;width: 58px;}

.casenews h4 {
    font-size: 14px;
    margin-left: 63px;
}

.casenews p {
    margin-left: 63px;
    font-size: 11px;
}


.casenewspic img {
    width: inherit;
    height: inherit;
}

.casenews {
    width: 23%;
    margin-bottom: 12px;
    float: left;
    margin-right: 10px;
    height: 60px;
}

.casenewspic {float: left;width: 58px;}

.casenews h4 {
    font-size: 12px;
    margin-left: 63px;
    margin-bottom: 3px;
    height: 55px;
    overflow: hidden;
}

.casenews p {
    margin-left: 63px;
    font-size: 10px;
    text-align: justify;
    line-height: 13px;
}


.movie .gallery-main .flickity-prev-next-button.next {
    right: -7px !important;
}

.movie .gallery-main .flickity-prev-next-button.previous {
    left: -7px !important;
}

.news .gallery-cell {
    height: 24px;
    width: 100%;
    margin: 0;
    padding: 0;
    background-color: initial;
    background: initial;
    /* float: left; */
    /* counter-increment: initial; */
}

.numonenews .gallery-nav img {
    height: 100%;
}

.bestnews .gallery-cell {
    width: 100%;
    height: 350px;
}

.js .grid li img {
    height: 208px;
    width: 312px;
    position: relative;
    z-index: 9;
}


.catnews .comments {
    border-style: solid;
    border-width: 1px;
    border-color: rgba(138, 136, 136, 0.29);
    background-color: rgb( 42, 42, 42 );
    width: 97%;
    height: auto;
    margin-top: 15px;
    margin-right: 10px;
    float: left;
    position: relative;
    overflow: hidden;
    padding: 10px;
    clear: both;
    margin-bottom: 15px;
}

.form-comment {
    border: 1px solid #464545;
    margin-top: 10px;
    height: 200px;
    width: 99%;
}

.left-fild {
    width: 45%;
    position: relative;
    float: left;
}

.name-form {
    margin: 10px;
    position: relative;
}

input[type="text"] {
    padding: 3px;
    width: 100%;
    background: #2d2d2d;
    width: 96%;
    background: #2d2d2d;
    border: 1px solid dimgrey;
    color: #fff;
    padding: 5px 10px;
    border-radius: 2px;
}

.email-form {margin: 10px;position: relative;}

input[type="email"] {
    width: 96%;
    background: #2d2d2d;
    border: 1px solid dimgrey;
    color: #fff;
    padding: 5px 10px;
    border-radius: 2px;
}

.right-form {
    position: relative;
    float: left;
    width: 50%;
}

.message-form {
    margin: 10px;
    position: relative;
    float: left;
    width: 100%;
}

textarea {
    width: 100%;
    height: 150px;
    width: 96%;
    background: #2d2d2d;
    border: 1px solid dimgrey;
    color: #fff;
    padding: 5px 10px;
    border-radius: 2px;
}


input[type="submit"] {
    border: 1px solid #464545;
    background: #2A2A2A;
    padding: 2px 10px;
    color: #CAA867;
    margin: 10px;
    text-transform: capitalize;
}

.border-comments {
    border: 1px solid #464545;
    width: 91%;
    height: 93%;
    padding: 3%;
}

.comment {
    border: 1px solid rgba(138, 136, 136, 0.34);
    margin-top: 15px;
    width: 99%;
}

.head-comment {
    background-color: rgb( 63, 63, 63 );
    border-bottom: 1px solid rgb(101, 100, 100);
    height: 25px;
}

.comment .name p {.comment .name
    p {     position: relative;
    float: left;
    padding: 7px;
    color: white;
    font-size: 12px;
    font: normal 12px Verdana,sans-serif;
    width: 50%; }
.comment .name
    p {     position: relative;
    float: left;
    padding: 7px;
    color: white;
    font-size: 12px;
    font: normal 12px Verdana,sans-serif;
    width: 50%; }
    position: relative;
    float: left;
    padding: 7px;
    color: white;
    font-size: 12px;
    font: normal 12px Verdana,sans-serif;
    width: 50%;
}

.comment .time p {
    position: relative;
    float: left;
    padding: 7px;
    color: #D1AD6B;
    font-size: 12px;
    font: normal 12px Verdana,sans-serif;
    width: 25%;
}

.text-comment a {
    color: #CAA867;
    float: right;
    margin: 10px;
    border: 1px solid #656464;
    padding: 1px 9px;
    text-transform: capitalize;
}

.text-comment p {
    color: white;
    padding: 7px;
    text-align: justify;
    width: 80%;
    float: left;
}


.text-comment small {
    font: normal 12px Verdana,sans-serif;
    color: white;
}


.user_ID {
    color: white;
    text-align: center;
    margin-top: 20px;
}

.user_ID a {
    color: #CAA867;
}

.comments ul.children {
    width: 90%;
    margin-left: 67px;
}


.comments {
    border-style: solid;
    border-width: 1px;
    border-color: rgba(138, 136, 136, 0.29);
    background-color: rgb( 42, 42, 42 );
    width: 615px;
    height: auto;
    margin-top: 15px;
    margin-right: 10px;
    float: left;
    position: relative;
    overflow: hidden;
    padding: 10px;
    clear: both;
    margin-bottom: 15px;
}


.frame-text-social {
    height: 190px;
    position: absolute;
    /* width: 220px; */
    z-index: 99;
    margin-right: -43px;
    transition: all 0.3s linear;
    display: none;
}
}

div#text-field-container {
    width: 150px;
}

input.searchin {
    width: 140px;
    background-color: #2A2A2A;
    height: 36px;
    position: relative;
    float: left;
    direction: ltr;
    font-size: 14px;
    text-indent: 10px;
    border-radius: 3px 0 0 3px;
    color: #eee;
    z-index: 999999999999;
}

input#siteSearchFormSubmit {
    width: 36px;
}

.factlistscroll {
    height: 600px;
    overflow: scroll;
    position: relative;
    width: 488px;
}


form#siteSearchForm {
    height: 36px;
    /* width: 183px; */
    display: none;
}

ul.sub-menu {
    z-index: 999;
    position: relative;
    display: none;
}

nav .mainmenu ul li .sub-menu li {
    float: initial;
    text-align: center;
    padding: 0;
    position: relative;
    z-index: 999;
    border-right: none;
    height: 21px;
    margin-top: 5px;
    line-height: 1.1rem;
    font-size: 0.8rem;
    width: auto;
    border-bottom: 1px solid #6F6F6F;
    border-radius: 0;
}

.mainmenu ul li:hover .sub-menu {
    display: initial !important;
}

nav .mainmenu ul li .sub-menu li a {
    color: gainsboro;
    font-size: 0.8rem;
}

.backmenu {
    width: 100.13%;
    height: 360px;
    right: 0;
    position: absolute;
    /* background-color: rgba(128, 128, 128, 0.67); */
    z-index: 99;
    margin-top: 31px;
    display: none;
}




.mainmenu:hover .backmenu {
    display: initial !important;
}



nav .mainmenu ul li .sub-menu li:hover {
    background-color: initial;
}

nav .mainmenu ul li .sub-menu li a:hover {
    color: #DAA849;
}


nav .mainmenu ul li:hover ul.sub-menu {
    background-color: gray;
    width: 150px;
    position: absolute;
    text-align: center;
    margin-top: 27px;
    left: 0;
}

.text-social:hover .search-form {
    width: 180px !important;
    display: initial !important;
    z-index: 9999999;
    position: relative;
}


.headcontent {
    width: 851px;
    float: left;
    padding: 0 6px;
    border-left: 20px solid #141414;
}

.news .gallery {
    /* float: left; */
}
img.attachment-news.size-news.wp-post-image:hover {
    transform: scale(1.2);
}


.personpic {
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid #383838;
    background-color: black;
    height: 179px;
    width: 179px;
}


.sliderdovom .gallery-cell:hover img {
    transform: scale(1.9) rotate(7deg);
}

.public .content:hover img {
    transform: scale(1.9) rotate(7deg);
}


.head h3 {
    color: #C8A766;
    text-transform: capitalize;

    text-align: center;
    position: relative;
    padding: 2px 0;
}

.box .head {
    width: 100%;
    height: 20px;
    background-color: #2C2C2C;
    margin-bottom: 5px;
}


.movie .head h2 {
    background-color: #2E2E2E;
    border-radius: 2px;
    width: 28%;
    margin: auto;
    color: gainsboro;
    text-shadow: 0px 0px 10px rgb(213, 177, 109);
    font-size: 15px;
}

.movie .head {
    width: 100%;
    height: 28px;
    background-color: #2E2E2E;
    text-align: center;
    line-height: 1.8rem;
    border-radius: 2px;
    /* margin-bottom: 14px; */
}


.one {
    clear: both;
    width: 690px;
    height: 80px;
    position: relative;
    border-radius: 3px;
    border: 1px solid #232323;
    background-color: black;
}

.one h3 {
    font-size: 15px;
    color: #CAA867;
    text-align: center;
    margin-top: 28px;
}

.social-menu-footer {
    color: white;
    margin-right: 102px;
    font-size: 19px;
}

.sideright .box.gallery a {
    width: 81px;
    height: 57px !important;
    position: relative;
}

.imggallery {
    width: 79px;
    height: 57px;
    float: left;
    margin: 2px;
    position: relative;
    overflow: hidden;
    border-radius: 3px;
    border: 1px solid #505050;
}


.matn img {
    width: initial;
}


.news-leter {
    margin-top: -8px;
    width: 120px;
    margin-bottom: 20px;
    height: 18px;
    background: #2D2D2D;
    border: 1px solid #333333;
    color: #F8EDEE;
    text-align: left;
    border-radius: 2px;
    padding: 4px;
    box-shadow: 1px 1px 2px 1px #404040;
}

.news-leter input[type="text"] {
    background: #2D2D2D;     color: #EBEBEB;
}

.footermenu img {
    width: 82px;
    height: 89px;
}


.maincasepic img {
    /* width: 80%; */
    height: initial;
    /* margin: 5% 10%; */
}


.maincasepic h4 {}

.cases h4 {
    text-align: center;
    margin-top: -8px;
    font-size: 1rem;
    color: #D5B16D;
    text-transform: capitalize;
}


.maincasepic {
    width: 80%;
    height: initial;
    margin: 5% 10%;
    min-height: 200px;
}

a.crp_title {
    color: #caa867;
    line-height: 22px;
    margin: 10px;
}

.crp_related li {
    height: 22px;
    margin: 5px;
    color: #c4a364;
}

.crp_related ul {
    margin: 20px 20px;
}
.copyright {
    text-align: center;
    margin-left: 290px;
    color: #ebebeb;
    font-weight: 100;
    text-transform: capitalize;
}

.wpnewsletter {padding:5px;background: #141414;border: 2px solid #2b2b2b;border-radius:5px;width: 100%;}
.wpnewsletter img {float:right;margin: 15px 26px 10px 10px;}
.wpnewsletter input[type=text] {border: 1px solid #2b2b2b;color: #f3f3f3;margin: -1px 7px 6px 0px;background: #232323;width: 124px;}
.wpnewsletter input[type=submit] {background-color: #c8a667 !important;background: #c8a667 !important;-webkit-box-shadow: inset 0 0 #c8a667;-moz-box-shadow: inset 0 0 #9a1c22;box-shadow: inset 0 0 #c8a667;border: solid 1px #faf7f2;text-align: center;color: #000;margin: 7px;}


.pagination {
    text-align: center;
    /* position: absolute; */
    direction: ltr;
    font-weight: 100;
    margin-top: 10px;
}

.pagination ul {
    display: inline-block;
    margin-left: 0;
    margin-bottom: 0;
    border-radius: 5px;
}

.pagination ul>li {
    display: inline;
    float: left;
}

.pagination ul>li:first-child>a, .pagination ul>li:first-child>span {
    border-right-width: 0px;
    border-radius: 5px 0px 0px 5px;
}

.pagination ul>li>a, .pagination ul>li>span {
    float: left;
    padding: 4px 12px;
    line-height: 20px;
    text-decoration: none;
    background-color: #d5b16d;
    border: 1px solid #282828;
    /* border-left-width: 1px; */
    font-size: 9px;
    font-weight: normal;
}

.pagination ul>li:last-child>a, .pagination ul>li:last-child>span {
    border-left-width: 1px;
    border-radius: 0px 5px 5px 0px;
}










	.ssb {
		display:none;
	}
	li#menu-item-624 {
    display: none;
	}

footer.stickyff {
    position: fixed;
    height: 40px;
    /* transition: 0.5s; */
}









@media screen and (max-width: 1024px) {
    /*header*/

    .flickity-viewport {
        height: 136px;
    }
    .flickity-slider {
        transform: translateX(34%);
    }
    .gallery-cell {
        height: 109px;
        padding-top: 23px;
        width: 33%;
        position: absolute;
    }
    .gallery-cell a {
        height: 100%;
    }
    .gallery-cell a img {
        opacity: 0.8;
    }
    .gallery-cell a p {
        position: absolute;
        color: white;
        bottom: 2px;
    }

    /*logo*/
    .logo .text {
        width: 370px;
    }
    .logo .text p {
        font: normal 13px Arial,Verdana,sans-serif;
        line-height: 20px;
        letter-spacing: 2px;
    }
    .logo .text p strong {
        font-size: 17px;
        line-height: 18px;
    }


    /*nav*/

    nav .mainmenu ul li {
        /* padding: 0px 11px 0 15px; */
    }
    #menu-item-309:hover ul.sub-menu {
        width: 108px;
        margin-top: -1px;
        text-overflow: ellipsis;
    }
    #menu-item-260:hover ul.sub-menu {
        width: 160px;
        margin-top: -1px;
        text-overflow: ellipsis;
    }
    #menu-item-256:hover ul.sub-menu {
        width: 84px;
        margin-top: -1px;
        text-overflow: ellipsis;
    }

    .mainmenu ul li a {font-size: 18px;}
    .social {
        display: none;
    }

    .frame-text-social {

        position: absolute;
        margin-right: -8px;
        display: none;
    }

    .logo .text p {
        font: normal 15px Arial,Verdana,sans-serif;
        color: gainsboro;
        line-height: 20px;
        letter-spacing: 2px;
    }
    li#menu-item-624 {
        display: none;
    }

    nav .mainmenu ul li {
        width: auto;
    }

    .ssb {
        position: absolute;
        z-index: 9;
        top: 149px;
        right: 5px;
        height: 25px;
        width: 161px;
        border-radius: 7px;
        text-align: left;
        background-color: rgb(220, 220, 220);
        color: #330600;
        font-size: large;
		display: block;
    }
    /*bestnews*/
    .title h2 {
        font-size: 18px;
        font-weight: bold;
    }

    /*article*/
    /*news*/
    .news .head {
        line-height: 2.4rem;
        height: 44px;
        font-size: 1rem;
    }
    .news {
        height: 45px;
    }
    .headcontent {
        width: 888px;
    }
    /*.flickity-viewport {
        height: 44px;
    }*/
    .news .gallery-cell {
        height: 37px;
        margin: 2px;
    }
    .news .content p {
        line-height: 1.2rem;
        font-size: large;
        color: black;
        bottom: initial;
    }

    /*sideleft*/
    /*leftl*/

    /*sliderdovom*/
    .sliderdovom .head h2 {
        font-size: 18px;
    }

    /*public*/
    .public .head h2 {
        font-size: 18px;
    }

    /*move*/
    .movie .head h2 {
        font-size: 18px;
    }
    .movie .videodescript h2 {
        font-size: 15px;
    }
    .movie .videodescript p {
        text-align: left;
        font-size: medium;
    }
    div.splayer>a.play-button {
        left: 36%;
        position: absolute;
        top: 10%;
        width: 200px;
        opacity: 0.6;
    }

    /*sideright*/
    .head h3 {
        font-size: medium;
    }
    .parvandehlink {
        font: bold 14px Arial,Verdana,sans-serif;
    }

    /*footer*/
    .stickyf #bottom-menu .footermenu li a {
        font-size: 16px;
    }
    .stickyf #bottom-menu .footermenu li {
        font-size: inherit;
    }
    .wpnewsletter input[type=text] {
        font-size: medium;
    }
    .wpnewsletter input[type=submit] {
        height: 27px;
    }


}




@media(max-width: 800px) {

  
    nav {
        clear: both;
        height: 100%;
        width: 30%;
        border: 0;
        left:0;
    }
    .menu-top-container .ul {
        height: 100%;
        width: 30%;
        position: fixed;
        z-index: 1;
        top: 0;
        left: 0;
        background-color: #111;
        overflow-x: hidden;
        transition: 0.5s;
        padding-top: 60px;
    }
    nav .mainmenu ul li {
        float: left;
        list-style: none;
        padding: 20px;
        transition: 0.5s;
        text-align: left;
        width: 100%;
        height: 36px;
    }
    .mainmenu ul li a {
        font-size: 35px;
        font-weight: bold;
    }



}

.webgozar {
    visibility: hidden;
    height: 0;
width: 0;
}

.sbox i:hover {
    color: #caa867;
}

.sbox i.farsi:hover {
    background: #caa867;
        color: black;
}

.c-tab .casenews {
    width: 47%;
}

.fa-play-circle-o:before {
    content: "\f01d";
    position: absolute;
    z-index: 99;
    font-size: 80px;
    font-weight: 100;
    color: #fff;
    text-shadow: 0 0 7px #947436;
    margin: 53px 0 0 115px;
}

/* newstyle */

/* footer effect in desktop version */

/* footer.stickyf */
footer.stickyff{
    position: fixed;
    height: 40px;
    /* transition: 0.5s; */
}

/* .wpnewsletter img */ {
    float: right;
    margin: 15px 26px 10px 10px;
    display: none;
}
/* .stickyf #bottom-menu .footermenu li */
.stickyf #bottom-menu .footermenu li.fmi{
    width: 123px;
    transition: 0.5s;
}

/* .wpnewsletter */
.stickyf #bottom-menu .footermenu li .wpn{
    padding:0;
    background: 0;
    border: 0;
    border-radius:0;
    width: 100%;
}

/* .wpnewsletter input[type=submit] */
.wpninput{
    position: absolute;
    top: -7px;
    left: 143px;
}
.iii2 {
    display:none;
}
.ii {
    display:block;
}

/* end of footer effect */



section#register {
    width: 96%;
    margin: auto;
    padding: 2%;
}


section#register h2 {
    font-size: 13px;
    color: #d5b16d;
    line-height: 18px;
}

section#register p {
    color: gainsboro;
    line-height: 25px;
    letter-spacing: 1px;
    text-align: left;
}

input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    margin-bottom: 10px;
    width: 150px;
    padding: 5px 10px;
    border-radius: 2px;
}

input[type="button"] {}

input.wpcf7-form-control.wpcf7-file.wpcf7-validates-as-required {
    margin-bottom: 10px;
}

textarea.wpcf7-form-control.wpcf7-textarea {
    width: 300px;
    margin-bottom: 10px;
    border-radius: 3px;
    padding: 5px 10px;
}

input.wpcf7-form-control.wpcf7-date.wpcf7-validates-as-required.wpcf7-validates-as-date {
    margin-bottom: 10px;
    background: #2d2d2d;
    border: 1px solid dimgrey;
    color: dimgrey;
    padding: 3px 8px;
    border-radius: 2px;
}

input.wpcf7-form-control.wpcf7-text.wpcf7-email.wpcf7-validates-as-email {
    width: 150px;
    /* background: #fff; */
}


.movie  .gallery-nav {
    width: 90%;
    margin: auto;
}

.movie .flickity-prev-next-button.next {
    right: -36px;
}

.movie .flickity-prev-next-button.previous {
    left: -36px;
}




a.cmenu {
    display: none;
}



.register-form {
    width: 870px;
    margin: auto;
}

.Category {
    color: gainsboro;
    height: 100px;
    margin: 15px 0;
}

.category span {}

.category span.wpcf7-list-item {}

.Category .wpcf7-form-control-wrap.radio-497 .wpcf7-form-control wpcf7-radio wpcf7-list-item {}

span.wpcf7-list-item {
    margin-right: 30px;
}

.title-1 {
    height: 77px;
}

.Director-Name {
    height: 90px;
}

.Director-photo {
    height: 80px;
}

.English-dialogue-list {
    margin: 12px 0;
}

.Topic {
    margin: 25px 0;
    height: 110px;
}



.Topic p {
    margin: 10px 0;
}


.Download-Link {
    margin-top: 30px;
}

.Official-stills {
    margin: 25px 0;
}

.Duration {
    margin: 10px 0;
}

.Country-Origin {
    height: 90px;
}


.Gender {
    height: 90px;
}

.Address li {
    float: left;
    width: 34%;
}

.Address {
    height: 250px;
}

li.add {
    width: 100%;
}

span.wpcf7-form-control-wrap.text-859 {
    width: 1000px !important;
}

li.add input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    width: 51%;
}

input.wpcf7-form-control.wpcf7-text.wpcf7-tel.wpcf7-validates-as-required.wpcf7-validates-as-tel {
    background: #2d2d2d;
    border: 1px solid dimgrey;
}

.submitting {
    height: 60px;
    margin: 25px 0;
}

.Permission {
    height: 70px;
    margin: 25px 0;
}

.clicking {
    margin: 20px 0;
}


::-webkit-scrollbar-track
{
   /* -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);*/
    background-color: ##ffffff;
}

::-webkit-scrollbar
{
    width: 6px;
    background-color: ##ffffff;
}

::-webkit-scrollbar-thumb
{
    background-color: #cfcfcf;;
}


.phone {
    padding: 0 10px 5px 5px;
    color: white;
}

div#banner {
    margin-bottom: 40px;
}


div#pop p {
    color: white;
    background-color: rgba(0, 0, 0, 0.48);
    font-size: 13px;
    text-align: justify;
    line-height: 27px;
    padding: 2rem;
    text-transform: capitalize;
}

p#toptitle {
    width: 110px;
    float: left;
    clear: none;
    font-size: 9px;
    padding: 3px 5px;
}

audio::-webkit-media-controls-panel, video::-webkit-media-controls-panel {
    background: #2a2a2a;
}

.wpcf7-response-output.wpcf7-mail-sent-ok {
    color: white;
    border-color: #e5e5e5 !important;
}

li.fa.fa-play-circle-o.shown {
    width: 311px;
    height: 196px;
    /* z-index: -1; */
}
select {
    padding: 3px;
    
    background: #2d2d2d;
    
    background: #2d2d2d;
    border: 1px solid dimgrey;
    color: #fff;
    padding: 5px 10px;
    border-radius: 2px;
}

input {
    padding: 3px;
    background: #2d2d2d;
    background: #2d2d2d;
    border: 1px solid dimgrey;
    color: #fff;
    padding: 5px 10px;
    border-radius: 2px;
}

.sbox i {
    font-style: inherit;
    font-weight: bold;
}

.matn video {
    width: 600px !important;
    height: 338px !important;
}

a.auto-link {
    color: #c8a667;
}

i.farsi {
    background: gainsboro;
    color: black;
    font-size: 16px;
    border-radius: 4px;
}
div#gform_confirmation_message_2 {
    color: white;
}

h3.gform_title {
    color: white !important;
}