@font-face {
    font-family: v_bold;
    src: url(../font/vazir/Vazir-Bold.woff2) format('woff2'), url(../font/vazir/Vazir-Bold.woff) format('woff'), url(../font/vazir/Vazir-Bold.ttf) format('truetype')
}

@font-face {
    font-family: v_light;
    src: url(../font/vazir/Vazir-Light.woff2) format('woff2'), url(../font/vazir/Vazir-Light.woff) format('woff'), url(../font/vazir/Vazir-Light.ttf) format('truetype')
}

@font-face {
    font-family: v_med;
    src: url(../font/vazir/Vazir-Medium.woff2) format('woff2'), url(../font/vazir/Vazir-Medium.woff) format('woff'), url(../font/vazir/Vazir-Medium.ttf) format('truetype')
}

@font-face {
    font-family: v_thin;
    src: url(../font/vazir/Vazir-Thin.woff2) format('woff2'), url(../font/vazir/Vazir-Thin.woff) format('woff'), url(../font/vazir/Vazir-Thin.ttf) format('truetype')
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

body {
    line-height: 1
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none;
    border-right: 3px solid;
    padding: 10px 10px 10px 10px;
    margin: 14px;
    background: #f7f7ef;
    border-radius: 15px;
    transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out
}

blockquote:hover,
q {
    transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    background: rgba(255, 145, 199, .42);
    border-radius: 10px;
    border-right: 3px solid #9f0091
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: ''
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

body {
    background: #f0f0f0;
    color: #444;
    font: 12px v_med, tahoma;
    direction: rtl;
    overflow-x: hidden
}

li {
    list-style: none
}

img {
    max-width: 100%
}

:focus {
    outline: 0
}

.clear {
    clear: both
}

a {
    text-decoration: none;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out
}

.nav-bar {
    width: 100%;
    height: 95px;
    background: -webkit-linear-gradient(top right, #850059, #ff00ae);
    position: relative
}

#vms {
  margin-top: 35px;
      float: left;
      text-align: center;
      display: block;
}

#vms p {
  padding: 5px 10px;
  display: block;
  top: 25px;
  background: #fdfdfd;
  border-radius: 5px;
  border-bottom: 2px solid#e6e6e6;
}


.main-dv {
    width: 1200px;
    margin: 0 auto
}

.main-dv>ul>li {
    display: inline-block;
    float: right;
    position: relative
}

.main-dv>ul>li>a {
    color: #a4a4a4;
    display: block;
    padding: 5px
}

.main-dv>ul>li>a:hover {
    background: #a4a4a4;
    color: #2c2c2c
}

.nav-serch {
    float: left;
    margin: 1px 0 0 0;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out
}

.nav-serch input {
    float: right;
    width: 115px;
    padding: 11px 9px 10px 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    margin-bottom: 12px;
    background: #fff;
    font-family: v_light;
    font-size: 10px;
    border: 1px solid #fff;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out
}

.nav-serch input:focus {
    border-top: 1px dashed #850059;
    border-right: 1px dashed #850059;
    border-bottom: 1px dashed #850059;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out
}

.nav-serch i {
    float: left;
    padding: 12px;
    font-size: 15px;
    background: #ba00bc;
    color: #fff;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px
}

#main {
    width: 1200px;
    margin: 20px auto
}

#header-nav {
    margin: 0 auto;
    background: #fff
}

#header-nav ul>li {
    width: 100px;
    height: 105px;
    background: #fff;
    float: right
}

#header-nav ul>li>a {
    display: block;
    text-align: center;
    margin: 0;
    padding: 0
}

.logo-org img {
    object-fit: contain;
    width: 200px;
    height: 70px;
    float: right;
    margin-top: 15px
}

.logo-org a h1 {
    position: absolute;
    bottom: 35px;
    color: #fdfdfd;
    padding-right: 20px;
    font-size: 20px
}

.nav-menu {
    background: #fff;
    border-bottom: 2px solid #c6c6c6
}

.main-1 {
    background: #fff;
    margin: 0 auto
}

.main-menu {
    width: 1200px;
    margin: 0 auto
}

.main-menu>ul>li {
    display: inline-block;
    float: right;
    position: relative
}

.main-menu>ul>li>a {
    color: #414141;
    display: block;
    padding: 10px;
    font-family: v_med, tahoma
}

.main-menu>ul>li>a:hover {
    background: #e9e9e9;
    color: #8b0300
}

.main-menu-footer {
    width: 1200px;
    margin: 0 auto
}

.main-menu-footer ul>li {
    display: inline-block;
    float: right;
    position: relative
}

.main-menu-footer ul>li>a {
    color: #d8d8d8;
    display: block;
    padding: 10px;
    font: 12px v_light;
    border-top: 1px solid
}

.main-menu-footer ul>li>a:hover {
    background: #d8d8d8;
    color: #34495e
}

.nav-slide {
    margin: 20px 0 0 0
}

.main-slide {
    width: 1200px;
    margin: 0 auto
}

.conti {
    width: 1200px;
    margin: 20px auto
}

.posts {
    width: 835px;
    float: left;
    margin: 0 15px 15px 15px
}

.overposts {
    width: 500px;
    height: 250px;
    overflow: hidden;
    background: #fff;
    border: 1px solid#fff;
    border-bottom: 2px solid#e6e6e6;
    float: right;
    margin-bottom: 10px;
    border-radius: 5px
}

.overposts h3 {
    background-image: url(../img/bg_sar.gif);
    border-bottom: 1px dashed;
    color: #000;
    padding: 7px 15px;
    font-size: 13px
}

.overposts ul {
    padding: 0
}

.overposts ul li {
    padding: 10px
}

.overposts ul li:after {
    content: '';
    display: block;
    clear: both
}

.overposts img {
    width: 480px;
    height: 190px;
    float: right;
    object-fit: cover;
    border-radius: 5px
}

.overposts ul li a {
    color: #fff;
    padding: 5px;
    position: relative;
    bottom: 30px;
    left: 0;
    background: rgba(56, 50, 83, .7);
    width: 100%
}

.overposts span {
    float: right;
    margin-top: 30px;
    font-size: 11px
}

.sidbar-r {
    width: 315px;
    float: right;
    margin: 0 4px 15px 15px
}

.sidbar-rr video {
    width: 100%;
    margin-top: 6px
}

.sid-ads-img,
.sidbar-r .sidbar-rr {
    background: #fff;
    border: 1px solid #fff;
    border-bottom: 2px solid#e6e6e6;
    margin-bottom: 10px;
    border-radius: 5px
}

.sid-ads-img h3,
.sidbar-r .sidbar-rr h3 {
    background-image: url(../img/bg_sar.gif);
    border-bottom: 1px dashed;
    padding: 8px 20px;
    color: #000
}

.sid-ads-img ul,
.sidbar-r .sidbar-rr ul {
    margin: 10px auto
}

.sid-ads-img ul li a,
.sidbar-r .sidbar-rr ul li a {
    padding: 5px 20px;
    color: #444;
    display: block
}

.sidbar-r .sidbar-rr ul li i {
    display: block;
    margin-top: 4px;
    margin-left: 8px
}

.sidbar-r .sidbar-rr ul li i:hover {
    color: #fff
}

.sid-ads-img ul li a:hover,
.sidbar-r .sidbar-rr ul li a:hover {
    background: #6b6b6b;
    color: #fff
}

.sidbar-r .sid-ads-img img {
    margin: 15px 6px
}

.cot {
    width: 100%;
    float: right;
    background: #fff;
    border: 1px solid #fff;
    border-bottom: 2px solid#e6e6e6;
    margin-bottom: 10px;
    border-radius: 5px
}
.cotplus{
      margin-bottom: 0;
}
.tagh {
    width: 100%;
    background-image: url(../img/bg_sar.gif);
    overflow: hidden
}

.cot-m {
    width: 100%;
    float: right;
    background: #fff;
    border: 1px solid #fff;
    border-bottom: 2px solid#e6e6e6;
    margin-bottom: 10px;
    border-radius: 5px
}

.cot-m .p-tagh {
    width: 100%;
    background-image: url(../img/bg_sar.gif);
    overflow: hidden
}

.cot-n {
    width: 49%;
    float: right;
    background: #fff;
    border: 1px solid #fff;
    border-bottom: 2px solid#e6e6e6;
    margin-bottom: 10px;
    border-radius: 5px
}

.cot-n .tagh {
    width: 100%;
    background-image: url(../img/bg_sar.gif);
    overflow: hidden
}

.cot-n-2 {
    width: 49%;
    float: left;
    background: #fff;
    border: 1px solid #fff;
    border-bottom: 2px solid#e6e6e6;
    margin-bottom: 10px;
    border-radius: 5px
}

.cot-n-2 .tagh {
    width: 100%;
    background-image: url(../img/bg_sar.gif);
    overflow: hidden
}

.cot .p-tag {
    width: 100%;
    background-image: url(../img/bg_sar.gif);
    overflow: hidden;
    border-bottom: 1px dashed;
    font-family: v_light
}

.cot .p-tag ol {
    color: #676767e1;
    padding: 7px 15px;
    font-size: 13px;
    float: right;
    width: 150px
}

.tagh h3 {
    border-bottom: 1px dashed;
    color: #000;
    padding: 7px 15px;
    font-size: 13px;
    float: right
}

.tagh h4 {
    color: #000;
    padding: 10px 15px;
    font-size: 9px;
    float: left;
    text-align: left
}

.tagh a h4:hover {
    color: #850059
}

.tagh h3 {
    border-bottom: 1px dashed;
    color: #000;
    padding: 7px 15px;
    font-size: 13px;
    float: right
}

.cot-n h3 {
    border-bottom: 1px dashed;
    color: #000;
    padding: 7px 15px;
    font-size: 13px;
    float: right
}

.cot-n h4 {
    color: #000;
    padding: 10px 15px;
    font-size: 9px;
    float: left;
    text-align: left
}

.cot-n a h4:hover {
    color: #850059
}

.cot-n-2 h3 {
    border-bottom: 1px dashed;
    color: #000;
    padding: 7px 15px;
    font-size: 13px;
    float: right
}

.cot-n-2 h4 {
    color: #000;
    padding: 10px 15px;
    font-size: 9px;
    float: left;
    text-align: left
}

.cot-n-2 a h4:hover {
    color: #850059
}

.cot-title {
    color: #00008b;
    margin: 5px 20px;
    padding: 5px 0;
    font-size: 15px
}

.cot-title-org {
    color: #00008b;
    margin: 5px 20px;
    padding: 5px 0;
    font-size: 19px;
    font-family: v_bold
}

.expr {
    width: 741px;
    border: 2px solid #eeee;
    border-right: 4px solid #9c27b0;
    background: #f2f7ff;
    margin: 0 auto;
    padding: 18px;
    margin-bottom: 20px
}

.expr p {
    color: #3a3a3b;
    font: 14px/20px v_light, tahoma
}

.cot-title-org h2>i {
    display: block;
    margin-top: 4px;
    margin-left: 8px
}

.cot-o-title {
    color: #00008b;
    margin: 5px 0;
    font-size: 13px
}

.cot-o-title-2 {
    color: #00008b;
    padding: 5px 0;
    font-size: 13px;
    column-count: 2
}

.cot-o-title-2 h2 {
    padding: 5px 0
}

.cot-o-title-2 a h2:hover {
    color: #850059
}

.cot-o-title-2 h2>i {
    display: block;
    margin-top: 4px;
    margin-left: 8px
}

.cot-o-title h2 {
    padding: 5px 0
}

.cot-o-title a h2:hover {
    color: #850059
}

.cot-o-title h2>i {
    display: block;
    margin-top: 4px;
    margin-left: 8px
}

.fa-caret-left {
    float: right;
    color: #ff059e;
    margin-left: 5px;
    vertical-align: middle
}

.cot-img img {
    width: 120px;
    height: 120px;
    object-fit: cover;
    float: right;
    display: block;
    padding: 0 25px 0 15px
}

.cot-contant {
    padding: 0 20px;
    font: 14px/24px v_light, tahoma
}

.cot-contant p {
    font: 13px/2 v_light;
    color: #000;
    text-align: justify;
    padding: 0 5px 10px
}

.cot-contant p a {
    color: #502e53
}

.cot-contant p a:hover {
    color: #502e53;
    border-bottom: 1px dashed;
    text-decoration: none;
    transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in
}

.cot-contant h2 {
    font: 24px v_light;
    color: #000;
    font-weight: 700;
    display: block
}

.cot-contant>h3 {
    font: 13px v_light;
    font-weight: 700;
    color: #000
}

.cot-contant img {
    margin: 5px auto 5px auto;
    display: block
}

.barchasb {
  width: 100%;
  /* margin: 0 auto; */
  padding: 0;
  margin-top: -10px;
  color: #5d5d5dee;
  margin-bottom: 10px;
}
.barchasb li i{
  margin-left: 3px;
vertical-align: middle;
}
.barchasb>ul {
    padding: 10px 0
}

.barchasb ul>ol {
    background: #ff6a6a;
    padding: 5px;
    color: #fff;
    border-radius: 3px;
    display: inline-block;
}

.barchasb ul>li {
  padding: 5px;
  color: #fff;
  margin: 0 5px 2px;
  border-radius: 3px;
  display: inline-block;
}

.barchasb a,.barchasb i {
    color: #000
}

.share {
  width: 800px;
  margin: 0 auto;
  padding: 0;
  margin-bottom: 20px;
  margin-top: 5px;
  color: #5d5d5dee;
  direction: ltr;
}

.share>ul {
    display: inline-flex;
    padding: 10px 0
}

.share ul>ol {
  background: #c6009b;
      padding: 5px 32px;
      color: #fff;
      margin: 0 5px;
      border-radius: 3px;
      display: block;
      font-size: 12px;
}

.share .fshare li {
  background: #3765a3;
  padding: 5px 12px;
  color: #fff;
  margin: 0 5px;
  border-radius: 3px;
  display: block;
  font-size: 12px;
}

.share .tshare li {
    background: #5ea9dd;
    padding: 5px 9px;
        color: #fff;
        margin: 0 5px;
        border-radius: 3px;
        display: block;
        font-size: 12px;
}

.share .gshare li {
    background: #dc4a3d;
    padding: 5px 8px;
        color: #fff;
        margin: 0 5px;
        border-radius: 3px;
        display: block;
        font-size: 12px;
}

.share .teshare li {
    background: #36ade1;
    padding: 5px 9px;
    color: #fff;
    margin: 0 5px;
    border-radius: 3px;
    display: block;
    font-size: 12px;
}

.share .wshare li {
    background: #21a514;
    padding: 5px 10px;
        color: #fff;
        margin: 0 5px;
        border-radius: 3px;
        display: block;
        font-size: 12px;
}

.cot footer {
    border-top: 2px solid #e6e6e6;
    margin: 25px auto
}

.cot footer div {
    padding: 5px 3px;
    border-left: 1px solid #e6e6e6;
    float: right;
    font-size: 12px;
    margin: 0 auto;
    text-align: center
}

.cot footer div a {
    color: #ccc
}

.cot footer div a:hover {
    color: #444
}

.more-link {
    width: auto!important;
    float: left!important;
    padding: 3px 10px!important;
    background: #006400;
    border-radius: 15px;
    margin: 3px 10px!important
}

.more-link a {
    color: #fdfdfd
}

.more-link a:hover {
    color: #fff!important
}

.post-meta {
    width: 100%;
    height: 60px;
    background: #444
}

.wp-pagenavi a,
.wp-pagenavi span {
    border: 2px solid #20b2aa;
    float: right;
    color: #0b0b0b;
    margin: 2px;
    border-radius: 15px
}

.wp-pagenavi span.cur {
    background: #3449
}

.l-sid-l {
    width: 167px;
    float: left
}

.l-sid-l .sid-box,
.sid-ads-img {
    background: #fff;
    border: 1px solid #fff;
    border-bottom: 2px solid#e6e6e6;
    margin-bottom: 10px;
    border-radius: 5px;
    padding: 10px
}

.l-sid-l .sid-box h3,
.sid-ads-img h3 {
    background-image: url(../img/bg_sar.gif);
    border-bottom: 1px dashed;
    padding: 8px 20px;
    color: #000
}

.l-sid-l .sid-box ul,
.sid-ads-img ul {
    margin: 10px auto
}

.l-sid-l .sid-box ul li a,
.sid-ads-img ul li a {
    padding: 7px 20px;
    color: #444;
    display: block
}

.l-sid-l .sid-box ul li img {
    width: 123px
}

.l-sid-l .sid-box ul li a:hover,
.sid-ads-img ul li a:hover {
    background: #fdfdfd
}

.l-sid-l .sid-ads-img img {
    width: 150px;
    margin: 7px 7px 7px 7px
}

.l-sid-r {
    width: 167px;
    float: right
}

.l-sid-r .sid-box,
.sid-ads-img {
    background: #fff;
    border: 1px solid #fff;
    border-bottom: 2px solid#e6e6e6;
    margin-bottom: 10px;
    border-radius: 5px;
    padding: 10px
}

.l-sid-r .sid-box h3,
.sid-ads-img h3 {
    background-image: url(../img/bg_sar.gif);
    border-bottom: 1px dashed;
    padding: 8px 20px;
    color: #000
}

.l-sid-r .sid-box ul,
.sid-ads-img ul {
    margin: 10px auto
}

.l-sid-r .sid-box ul li a,
.sid-ads-img ul li a {
    padding: 7px 20px;
    color: #444;
    display: block
}

.l-sid-r .sid-box ul li img {
    width: 123px
}

.l-sid-r .sid-box ul li a:hover,
.sid-ads-img ul li a:hover {
    background: #fdfdfd
}

.l-sid-r .sid-ads-img img {
    width: 150px;
    margin: 7px 7px 7px 7px
}

.foot {
    width: 100%;
    background: #34495e;
    margin: 20px auto 0;
    position: relative
}

.main-foot {
    width: 1200px;
    margin: 0 auto
}

.about {
    width: 700px;
    height: auto;
    float: right
}

.about h5,
.sup h5,
.sus h5 {
    font-size: 16px;
    padding: 5px;
    margin: 10px auto;
    color: #fdfdfd
}

.about p {
    text-align: justify;
    color: #b8b8b8;
    margin-top: 23px
}

.sus {
    width: 430px;
    height: auto;
    margin: 0 30px 0 0;
    float: left
}

.sus ul li {
    display: flex;
    float: right;
    font-size: 11px
}

.sus ul a {
    color: #b8b8b8;
    padding: 15px
}

.sus ul a:hover {
    color: #1e90ff
}

.sus p {
    text-align: center;
    color: #b8b8b8
}

.sup {
    float: right
}

.foot-copy {
    width: 1200px;
    height: 50px;
    background: #151f2b;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin: 0 auto
}

.foot-copy .cp {
    color: #fdfdfd;
    margin: 15px 15px 0;
    float: right
}

.foot-copy .trh {
    width: 9px;
    position: absolute;
    left: 160px;
    float: left;
    height: 16px;
    overflow: hidden;
    margin: 15px 15px 0;
    color: #fff;
    background: #9b25b7;
    padding: 3px 10px;
    border-radius: 5px;
    transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out
}

.foot-copy .trh:hover {
    width: 160px;
    overflow: hidden;
    color: #9b25b7;
    background: #fff;
    transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out
}

.addres {
    background: #fff;
    border-radius: 5px
}

.addres p {
    padding: 10px 20px;
    margin-bottom: 12px
}

.addres p>a {
    color: #2c2c2c
}

.addres p>a:hover {
    color: #850059
}

.l-sid-r img {
    border-radius: 5px
}

.l-sid-l img {
    border-radius: 5px
}

.shoar {
  background: -webkit-linear-gradient(top right, #850059, #ff00ae);
  padding: 10px;
  border-radius: 5px;
  margin: 0 0 12px 0;
  text-align: justify;
  border-right: 3px solid #850059;
  border-left: 3px solid #ff00ae;
  font: 12px v_light, tahoma;
}
.shoar h3{
  COLOR: #fff;
font-weight: bold;
}
.straw {
  background: #fff;
  text-align: right;
  color: #303b5b;
  font-family: v_thin, tahoma;
  padding: 0 20px;
}

.alt-post {
  background: #e1e1e1;
  text-align: right;
  color: #303b5b;
  /* border-radius: 3px; */
  font-family: v_thin, tahoma;
  padding: 0 20px;
}

.straw a {
    color: #3a3a3b
}

.alt-post a {
    color: #3a3a3b
}

.p404 {
    background: #fff;
    border-radius: 5px;
    width: 100%
}

.p404 p {
    padding: 150px 20px;
    margin-bottom: 12px;
    text-align: center
}

.p404 p>a {
    color: #8b0300
}

.p404 p>a:hover {
    color: #350023
}

.tag-title a h2 {
    font-size: 13px;
    padding: 5px 20px
}

.tag-title i {
    display: block;
    margin-top: 4px;
    margin-left: 8px
}

.topbutton {
    height: 50px;
    width: 50px;
    position: fixed;
    right: 5px;
    bottom: 5px;
    z-index: 1;
    background: url(../img/top.png) no-repeat;
    display: none
}

#comments {
    width: 100%;
    float: right;
    margin-top: 10px
}

.comments-title {
    font: 15px v_bold, Tahoma
}

ol.comment-list {
    width: 100%;
    margin: 20px 0;
    float: right
}

ol.comment-list p {
    padding: 0 75px;
    margin-bottom: 10px
}

ol.comment-list .even {
    background: #fff;
    border: 1px solid #e2e2e2;
    border-bottom: 3px solid #e6e6e6;
    padding: 10px;
    position: relative
}

ol.comment-list .odd {
    margin-top: 20px;
    background: #fff;
    border: 1px solid #e2e2e2;
    padding: 10px;
    position: relative
}

ol.comment-list li.depth-2 {
    background: #e5e5e5;
    margin-top: 30px
}

ol.comment-list li.depth-3 {
    background: #e5e5e5;
    margin-top: 30px;
    border-top: 3px dashed #fcfcfc
}

ol.comment-list li.depth-4 {
    background: #e5e5e5;
    margin-top: 30px;
    border-top: 3px dashed #fcfcfc
}

ol.comment-list li.depth-5 {
    background: #e5e5e5;
    margin-top: 30px;
    border-top: 3px dashed #fcfcfc
}

.commentmetadata a {
    position: absolute;
    left: 10px;
    top: 20px;
    color: #999;
    font-size: 10px
}

.comment-edit-link {
    position: absolute;
    top: 40px!important;
    left: 10px
}

.reply {
    float: left;
    margin-top: -20px!important
}

.reply a {
    font: 13px v_light, tahoma;
    color: #555;
    background: #eee;
    padding: 1px 10px;
    border-radius: 5px
}

.reply a:hover {
    background: #502e53;
    color: #fdfdfd
}

.fn {
    position: absolute;
    padding: 3px 5px 3px 5px;
    font-style: normal;
    border-radius: 5px;
    border: 1px dashed;
    margin-right: 10px
}

.fn a {
    color: #000
}

.says {
    display: none
}

#reply-title {
    font: 15px v_bold, Tahoma
}

.comment-notes {
    font: 13px v_light, Tahoma
}

.comment-form {
    font: 13px v_light, Tahoma
}

.comment-form input {
    font: 13px v_light, Tahoma;
    border: 1px solid #1a1a1a;
    border-radius: 5px;
    margin: 5px 10px;
    padding: 5px;
    width: 150px
}

.comment-form textarea {
    font: 13px v_light, Tahoma;
    border: 1px solid #1a1a1a;
    border-radius: 5px;
    margin: 0 auto;
    width: 822px;
    padding: 5px
}

.comment-form-author {
    float: right
}

.comment-form-email {
    float: right
}

.comment-form-url {
    float: right
}

nav ul li a {
    color: #485868;
    display: block;
    float: right;
    padding: 10px 15%;
    text-decoration: none
}

nav>ul>li>a {
    padding: 10px 10px
}

nav ul li {
    margin: 0;
    position: relative
}

nav ul li ul {
    background-color: rgba(252, 252, 252, .95);
    opacity: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 100%;
    transition: all .5s ease 0s;
    visibility: hidden;
    width: 170px
}

nav ul li:hover>ul {
    display: block;
    opacity: 1;
    visibility: visible;
    z-index: 1
}

nav ul li ul li ul {
    right: 100%;
    top: 0;
    z-index: 2
}

nav ul {
    list-style: none outside none;
    margin: 0;
    padding: 0
}

nav>ul>li {
    display: block;
    float: right
}

nav ul li ul li a {
    border-bottom: 1px solid #637383;
    color: #333;
    float: none;
    text-align: right;
    width: 70%;
    z-index: 2
}

nav ul li ul li a:hover {
    color: #9f0091
}

nav ul li ul li {
    clear: both;
    display: block;
    float: none;
    position: relative;
    width: 100%;
    z-index: 2
}

.sub-menu {
    padding: unset!important
}

.topnav-1 {
    background: #666;
    border-radius: 10px
}

.topnav-1 a {
    color: #fdfdfd
}

.topnav-1 ul li {
    padding: 0;
    border-bottom: 1px dotted
}

.topnav-1 ul>li a {
    padding: 10px;
    margin: 0;
    display: block
}

.topnav-1 ul>li>ul>li {
    background: #9d9c9c;
    padding-right: 20px
}

.menubtn {
    border: 0;
    background: 0 0;
    margin: 10px;
    cursor: pointer;
    display: none
}

.responsive-menu-open {
    float: left!important
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .5);
    height: 100%;
    width: 0;
    z-index: 1;
    display: none;
    transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    overflow-x: hidden
}

.modal-content {
    box-shadow: #1a1a1a;
    padding: 20px;
    height: 100%
}

.mclo {
    position: relative;
    top: -10px;
    left: 0;
    background: #9f0091;
    color: #fdfdfd;
    padding: 7px 10px;
    border-radius: 50%;
    cursor: pointer
}

.nevisande {
    margin: 15px
}

.nevisande img {
    border-radius: 10px
}

.nevisande p {
    top: 20px;
    width: 670px;
    float: left;
    font: 12px/2 v_med, tahoma;
    text-align: justify;
    margin: 0 0 15px 15px
}

.fixed-header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out
}

.foot-ads-mob {
    display: none
}

.exploreit-logo {
    float: left;
    display: inline-flex;
    margin-left: 15px
}

.exploreit-logo a {
    padding: 10px 0
}

.exploreit-logo a img {
    width: 90px
}

p.hided {
    margin: 0;
    transition: all .4s;
    display: none;
    color: #fdfdfd;
    float: right;
    padding: 6px 10px;
    font-size: 12px;
    font-weight: 300
}

.exploreit-logo a:hover p.hided {
    transition: all .4s;
    display: block;
    opacity: 1
}

nav ul li ul {
    background-color: rgba(255, 255, 255, 0.95);
    opacity: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 100%;
    transition: all .5s ease 0s;
    visibility: hidden;
    width: 170px;
    border: 1px solid #ababab;
    border-radius: 5px;
}
