@charset "UTF-8";
@import url("icofont.css");
@import url("_fonts.min.css?v=1");
@import '_reset.scss';
html body .postimgbg img{border-radius:5px;}
html body .postimgbg{border-radius:10px !important;}
ul{
    list-style: none;
    padding-left: 0px;
    padding-right: 0px;
    margin:0px;
}
img, svg {
    max-width: 100%;
    height: auto;
}
a{
    text-decoration: none;
}
html body {
  direction: rtl;
  font-family: vofb;
  font-size: 14px;
  color: #000;
  background: #fafafa;
}

html body.videos, html body.photos {
  background: #333333 url("../img/photobg.png");
}

html body.videos ul.post-categories li a, html body.photos ul.post-categories li a {
  color: #fff !important;
}

html body.videos div.title, html body.photos div.title {
  color: #fff !important;
}

html body .loginpg {
  background: #fff !important;
  margin-top: 0px !important;
}

html body .intrologin {
  background: #e6f5f7;
  padding: 15px;
  margin-bottom: 30px;
  border-radius: 6px;
}

html body .mb-30px {
  margin-bottom: -30px !important;
}

html body #vo--header {
  background: #071d10;
  padding: 15px 10px;
}

html body #vo--header .menubar {
  background: #2e2e2e;
  border-radius: 6px;
  margin-top: 15px;
}

html body #vo--header .menubar nav {
  /* background: #2e2e2e !important; */
  border-radius: 6px;
  padding-top: 2px;
  padding-bottom: 2px;
}

html body #vo--header .menubar nav .navbar-brand {
  color: #fff;
}

html body #vo--header .menubar nav button {
  border: unset;
}

html body #vo--header .menubar nav button i {
  color: #fff;
}

html body #vo--header .menubar nav button:focus {
  border: unset;
  -webkit-box-shadow: unset;
          box-shadow: unset;
}

html body #vo--header .menubar nav ul li a {
  font-size: 13px;
  color: #fff;
  -webkit-transition: 500ms;
  transition: 500ms;
}

html body #vo--header .menubar nav ul li a:hover {
  color: yellowgreen;
  -webkit-transition: 500ms;
  transition: 500ms;
}

html body #vo--header .menubar nav ul li ul li a {
  color: #333;
}

html body #vo--header .menubar nav ul li ul li a.active {
  background: yellowgreen;
  color: #fff;
}

html body #vo--header .menubar nav ul.left {
  min-width: 90px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-top: -2px;
  direction: ltr;
}

html body #vo--header .menubar nav ul.left li {
  margin-right: 5px;
}

html body #vo--header .menubar nav ul.left li a {
  background: #fff;
  border-radius: 3px;
  font-size: 19px;
  height: 25px;
  display: block;
  width: 25px;
  text-align: center;
  color: #383838;
  line-height: 29px;
  -webkit-transition: 500ms;
  transition: 500ms;
}

html body #vo--header .menubar nav ul.left li a:hover {
  color: yellowgreen;
  -webkit-transition: 500ms;
  transition: 500ms;
}

html body #vo--header .searchbox {
  margin-top: 10px;
}

html body #vo--header .searchbox .time {
  float: right;
  color: #fff;
  font-size: 12px;
}

html body #vo--header .searchbox .nightmod {
  background: #fff;
  font-size: 21px;
  width: 30px;
  height: 30px;
  float: left;
  text-align: center;
  border-radius: 3px;
}

html body #vo--header .searchbox .nightmod .dark_switch_box.floating-bottom-center {
  position: relative !important;
  bottom: 50px !important;
  display: block !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  width: 60px !important;
  margin: unset !important;
  margin-top: 50px !important;
  left: 15px !important;
  right: unset !important;
}

html body #vo--header .searchbox .search {
  float: left;
  margin-left: 10px;
}

html body #vo--header .searchbox .search form input[type="text"] {
  height: 30px;
  border-radius: 3px;
  border: unset;
  width: 220px;
}

html body #vo--header .searchbox .search form button[type="submit"] {
  float: left;
  background: #303030;
  border: unset;
  color: #fff;
  margin-top: 3px;
  position: relative;
  right: -4px;
  text-align: center;
  border-radius: 4px;
  padding-top: 3px;
  top: -30px;
}

html body #vo--lastnews {
  margin-top: 30px;
}

html body #vo--lastnews .lastnews {
  padding: 15px;
  border-width: 1px;
  border-color: white;
  border-style: solid;
  border-radius: 5px;
  background-color: white;
  -webkit-box-shadow: 0px 0px 16px 0px rgba(11, 11, 11, 0.06);
          box-shadow: 0px 0px 16px 0px rgba(11, 11, 11, 0.06);
}

html body #vo--lastnews .lastnews .post .title {
  margin-top: 10px;
  font-size: 12px;
  color: #000;
  -webkit-transition: 500ms;
  transition: 500ms;
}

html body #vo--lastnews .lastnews .post .cover {
  float: left;
  margin-top: -30px;
  z-index: 1;
  position: relative;
  font-size: 21px;
  color: #fff;
  padding: 0px 7px;
  opacity: .7;
  -webkit-transition: 500ms;
  transition: 500ms;
}

html body #vo--lastnews .lastnews .post:hover .cover {
  opacity: 1;
  -webkit-transition: 500ms;
  transition: 500ms;
}

html body #vo--lastnews .lastnews .post:hover .title {
  color: yellowgreen;
  -webkit-transition: 500ms;
  transition: 500ms;
}

html body #vo--mainbody {
  margin-top: 30px;
  margin-top: 30px;
  padding-bottom: 60px;
}

html body #vo--mainbody.photos {
  background: #333333 url("../img/photobg.png");
  padding-top: 30px;
  margin-top: 0px;
}

html body #vo--mainbody.photos .vo--titlepage .title {
  color: #fff;
}

html body #vo--mainbody.photos .titlesliderarchive {
  position: relative;
  top: -70px;
  padding-right: 30px;
}

html body #vo--mainbody.photos .titlesliderarchive a {
  color: #fff;
  font-size: 21px;
}

html body #vo--mainbody.photos .post {
  margin-bottom: 30px !important;
  padding: 0px;
  background: transparent;
  border-bottom: unset;
}

html body #vo--mainbody.photos .post img {
  border-radius: 0px !important;
}

html body #vo--mainbody.photos .post .title {
  margin-top: -10%;
  padding: 5px 15px;
}

html body #vo--mainbody.photos .post .title.dismt {
  margin-top: 0px !important;
}

html body #vo--mainbody.photos .post .title a {
  color: #fff;
  font-size: 17px;
}

html body #vo--mainbody.photos .post:hover .title a {
  color: yellow;
}

html body #vo--mainbody #vo--s1body .slidenews {
  padding: 15px;
}

html body #vo--mainbody #vo--s1body .slidenews .carousel-caption {
  text-align: right;
  font-size: 13px;
  background: #000;
  left: 0;
  position: absolute;
  right: 0px;
  bottom: 0px;
  padding: 15px;
  opacity: .8;
}

html body #vo--mainbody #vo--s1body .slidenews .carousel-caption .title {
  font-size: 15px;
  font-weight: 600;
  color: #fff;
}

html body #vo--mainbody #vo--s1body .slidenews .carousel-caption .desc {
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  color: #fff;
}

html body #vo--mainbody #vo--s1body .vo--topicbox .boxtitle .name {
  background: #fff;
  padding: 10px 15px;
  font-family: ahang;
  border-radius: 16px 16px 0 0;
  font-size: 20px;
}

html body .boxtitle{
  color: #071d10;
}

html body #vo--mainbody #vo--s1body .vo--topicbox .boxtitle .name i {
  margin-right: 15px;
  color: #071d10;
}

html body #vo--mainbody #vo--s1body .vo--topicbox .vo--topics {
  padding: 15px 15px 0 15px;
}

html body #vo--mainbody #vo--s1body .vo--topicbox .vo--topics .showtopic {
  margin: -15px;
  border-radius: 0;
  background: #071d10;
  color: #fff;
}

@media (min-width: 768px) {
  html body #vo--mainbody #vo--s1body .vo--topicbox .vo--topics .showtopic {
    border-radius: 0 16px 16px 0;
  }
}

html body #vo--mainbody #vo--s1body .vo--topicbox .vo--topics .showtopic .post {
  padding: 15px;
}

html body #vo--mainbody #vo--s1body .vo--topicbox .vo--topics .showtopic .post .title {
  font-size: 17px;
  font-family: voft;
}

html body #vo--mainbody #vo--s1body .vo--topicbox .vo--topics .showtopic .post .title a {
  color: #fff;
}

html body #vo--mainbody #vo--s1body .vo--topicbox .vo--topics .showtopic .post .desc {
  color: #f3f3f3;
  font-size: 13px;
}

html body #vo--mainbody #vo--s1body .vo--topicbox .vo--topics .tabtopic {
  list-style: none;
  padding: 0px;
}

html body #vo--mainbody #vo--s1body .vo--topicbox .vo--topics .tabtopic li {
  cursor: pointer;
  font-size: 13.5px;
  overflow: hidden;
  height: 20px;
}

html body #vo--mainbody #vo--s1body .vo--topicbox .vo--topics .tabtopic li {
  margin-bottom: 20px;
  border-right: solid 4px #eaeeee;
  border-right: solid 4px #c7d2d2;
  padding-right: 10px;
}

html body #vo--mainbody #vo--s1body .vo--topicbox .vo--topics .tabtopic li:last-child {
  margin-bottom: 0px;
}

html body #vo--mainbody #vo--s1body .vo--topicbox .vo--topics .tabtopic li.active {
  color: #071d10;
}

html body #allsidebar {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
}

html body #allsidebar .side.profile img,
html body #rightsidebar .side.profile img {
  border-radius: 16px;
}

html body #allsidebar .side.vo--imagemenus,
html body #rightsidebar .side.vo--imagemenus {
  margin-top: 28.5px;
}

html body #allsidebar .side.vo--imagemenus .vo--menu,
html body #rightsidebar .side.vo--imagemenus .vo--menu {
  margin-top: 15px;
  border-radius: 15px;
  background-color: white;
  -webkit-box-shadow: 0px 0px 16px 0px rgba(11, 11, 11, 0.06);
          box-shadow: 0px 0px 16px 0px rgba(11, 11, 11, 0.06);
  padding: 10px 15px;
  margin-bottom: 15px;
  -webkit-transition: 500ms;
  transition: 500ms;
}

html body #allsidebar .side.vo--imagemenus .vo--menu .title,
html body #rightsidebar .side.vo--imagemenus .vo--menu .title {
  font-family: ahang;
  color: #fff;
  font-size: 21px;
  z-index: 2;
  position: relative;
}

html body #allsidebar .side.vo--imagemenus .vo--menu .desc,
html body #rightsidebar .side.vo--imagemenus .vo--menu .desc {
  font-size: 12px;
  color: #262626;
  z-index: 2;
  position: relative;
}

html body #allsidebar .side.vo--imagemenus .vo--menu:before,
html body #rightsidebar .side.vo--imagemenus .vo--menu2:before {
  content: ' ';
  background: #fccdcd;
  width: 100px;
  height: 50px;
  display: block;
  -webkit-clip-path: polygon(11% 3%, 98% 4%, 90% 100%, 0 99%);
          clip-path: polygon(11% 3%, 98% 4%, 90% 100%, 0 99%);
  position: absolute;
  z-index: 1;
  margin-right: -8px;
}

html body #allsidebar .side.vo--imagemenus .vo--menu.bg1:hover, html body #allsidebar .side.vo--imagemenus .vo--menu.bg1:before,
html body #rightsidebar .side.vo--imagemenus .vo--menu.bg1:hover,
html body #rightsidebar .side.vo--imagemenus .vo--menu.bg1 {
  background: #071d10;
}

html body #allsidebar .side.vo--imagemenus .vo--menu.bg2:hover, html body #allsidebar .side.vo--imagemenus .vo--menu.bg2:before,
html body #rightsidebar .side.vo--imagemenus .vo--menu.bg2:hover,
html body #rightsidebar .side.vo--imagemenus .vo--menu.bg2 {
  background: #071d10;
}

html body #allsidebar .side.vo--imagemenus .vo--menu.bg3:hover, html body #allsidebar .side.vo--imagemenus .vo--menu.bg3:before,
html body #rightsidebar .side.vo--imagemenus .vo--menu.bg3:hover,
html body #rightsidebar .side.vo--imagemenus .vo--menu.bg3 {
  background: #071d10;
}

html body #allsidebar .side.vo--imagemenus .vo--menu.bg4:hover, html body #allsidebar .side.vo--imagemenus .vo--menu.bg4:before,
html body #rightsidebar .side.vo--imagemenus .vo--menu.bg4:hover,
html body #rightsidebar .side.vo--imagemenus .vo--menu.bg4 {
  background: #071d10;
}

html body #allsidebar .side.vo--imagemenus .vo--menu.bg5:hover, html body #allsidebar .side.vo--imagemenus .vo--menu.bg5:before,
html body #rightsidebar .side.vo--imagemenus .vo--menu.bg5:hover,
html body #rightsidebar .side.vo--imagemenus .vo--menu.bg5 {
  background: #071d10;
}

html body #allsidebar .side.vo--imagemenus .vo--menu:hover,
html body #rightsidebar .side.vo--imagemenus .vo--menu:hover {
  -webkit-transition: 500ms;
  transition: 500ms;
}

html body #allsidebar .box,
html body #vo--left-sidebar .box {
  background: #fff;
  padding: 15px;
  margin-bottom: 15px;
  border-radius: 6px;
}

html body #allsidebar .box.green .title .icon,
html body #vo--left-sidebar .box.green .title .icon {
  background: #00a857;
}

html body #allsidebar .box.blue .title .icon,
html body #vo--left-sidebar .box.blue .title .icon {
  background: #0870c1;
}

html body #allsidebar .box .title,
html body #vo--left-sidebar .box .title {
  font-family: ahang;
  margin-top: -15px;
  border-bottom: solid 1px #e5e5e545;
  margin-bottom: 10px;
  margin-left: -15px;
  margin-right: -15px;
  padding-right: 15px;
  background-image: url("../img/ptrns.png");
  border-radius: 6px 6px 0 0;
}

html body #allsidebar .box .title .icon,
html body #vo--left-sidebar .box .title .icon {
  width: 35px;
  height: 36px;
  color: #fff;
  font-size: 21px;
  display: inline-block;
  text-align: center;
  padding-top: 3px;
  border-radius: 0 6px 0 0;
  margin-right: -15px;
  top: 0px;
  position: relative;
  margin-top: 0px;
  line-height: 35px;
  margin-bottom: 0px;
}

html body #allsidebar .box .title .stt,
html body #vo--left-sidebar .box .title .stt {
  margin-top: -10px;
  position: relative;
  top: -4px;
  font-size: 19px;
  margin-right: 7px;
  text-shadow: 0px 0px 5px #b7b7b7;
  color: #071d10;
}

html body #allsidebar .box .sbody a,
html body #vo--left-sidebar .box .sbody a {
  color: #000;
}

html body #allsidebar .box .sbody a .sltt,
html body #vo--left-sidebar .box .sbody a .sltt {
  margin-top: 5px;
  font-size: 12px;
}

html body #allsidebar .box .sbody ul.lastnews li,
html body #vo--left-sidebar .box .sbody ul.lastnews li {
  margin-bottom: 5px;
}

html body #allsidebar .box .sbody ul.lastnews li a,
html body #vo--left-sidebar .box .sbody ul.lastnews li a {
  font-size: 13px;
  -webkit-transition: 500ms;
  transition: 500ms;
}

html body #allsidebar .box .sbody ul.lastnews li a::before,
html body #vo--left-sidebar .box .sbody ul.lastnews li a::before {
  font-family: IcoFont;
  content: "";
  display: inline-block;
  width: 15px;
  height: 20px;
  color: #ff8181;
  margin-left: 5px;
}

html body #allsidebar .box .sbody ul.lastnews li a:hover,
html body #vo--left-sidebar .box .sbody ul.lastnews li a:hover {
  color: #ff8181;
  -webkit-transition: 500ms;
  transition: 500ms;
}

html body #vo--pfarhangi .pbox {
  background: #fff;
}

html body #vo--pfarhangi .pbox .titlebox .linetitle {
  border-bottom: dashed 1px #2f5957;
  display: table;
  padding-left: 15px;
  padding-bottom: 5px;
}

html body #vo--pfarhangi .pbox .titlebox .linetitle i {
  font-size: 31px;
  margin-left: 10px;
}

html body #vo--pfarhangi .pbox .titlebox .linetitle span {
  color: #071d10;
  font-family: ahang;
  font-size: 28px;
}

html body #vo--pfarhangi .pbox .titlebox a.archive {
  color: #071d10;
  border-bottom: dashed 1px #071d10;
  margin-top: -40px;
  padding-bottom: 10px;
  font-size: 16px;
}

html body #vo--bgo {
  background: #fff;
  padding: 15px;
}

html body #vo--bgo .titlebox .linebox {
  border-bottom: dashed 1px #2f5957;
  display: table;
  padding-left: 15px;
  padding-bottom: 5px;
  color: #071d10;
}

html body #vo--bgo .titlebox .linebox i {
  font-size: 27px;
  margin-left: 10px;
}

html body #vo--bgo .titlebox .linebox span {
  color: #071d10;
  font-family: ahang;
  font-size: 31px;
}

html body #vo--bgo .titlebox a.archive {
  color: #071d10;
  border-bottom: dashed 1px #071d10;
  padding-bottom: 10px;
  font-size: 16px;
}

html body #vo--bgo .box {
  color: #383838;
  font-size: 15px;
  border: solid 1px #e5e5e5;
  margin-bottom: 15px;
  padding: 15px;
  border-radius: 6px;
  -webkit-transition: 500ms;
  transition: 500ms;
}

html body #vo--bgo .box a {
  color: #000;
}

html body #vo--bgo .box img {
  float: right;
  width: 80px;
  border-radius: 50%;
  margin-left: 15px;
  margin-top: -10px;
}

html body #vo--bgo .box .txt span {
  color: #098500;
}

html body #vo--bgo .box:hover {
  background: #eff2f2;
  -webkit-transition: 500ms;
  transition: 500ms;
}

html body #vo--books {
  background: #e6e6e6;
  padding: 50px;
}

html body #vo--books .title {
  color: #3c3c3c;
  text-align: center;
}

html body #vo--books .title .t {
  font-family: ahang;
  font-size: 31px;
}

html body #vo--books .title .t span {
  color: #071d10;
}

html body #vo--books .title i {
  font-size: 31px;
  color: #071d10;
  top: -15px;
  position: relative;
}

html body #vo--books .title .span {
  color: #3c3c3c;
  font-size: 21px;
}

html body #vo--books .boxbook {
  background: #fff;
  padding: 15px;
  text-align: center;
  border: solid 2px #fff;
  border-radius: 6px;
  -webkit-transition: 500ms;
  transition: 500ms;
}

html body #vo--books .boxbook .img {
  margin-bottom: 15px;
}

html body #vo--books .boxbook .titlebox {
  font-family: ahang;
  color: #494949;
  font-size: 24px;
}

html body #vo--books .boxbook .dsc {
  color: #494949;
  font-size: 19px;
}

html body #vo--books .boxbook:hover {
  -webkit-transition: 500ms;
  transition: 500ms;
  -webkit-box-shadow: 0px 0px 16px 0px rgba(11, 11, 11, 0.06);
          box-shadow: 0px 0px 16px 0px rgba(11, 11, 11, 0.06);
  border-color: rgba(11, 11, 11, 0.06);
}

html body #vo--books .boxbook:hover .titlebox {
  color: #01717d;
}

html body #vo--breadcrumb .pattern {
  display: block;
  width: 100%;
  height: 15px;
  margin-top: 30px;
  margin-bottom: 30px;
  background: url("https://www.toptal.com/designers/subtlepatterns/uploads/crossline-dots.png");
}

html body #vo--footer {
  background: url("../img/bg2.jpg");
  text-align: center;
}

html body #vo--footer .opacity {
  background: #2f5957;
  padding: 70px;
  opacity: .8;
  z-index: 1;
}

html body #vo--footer .logo {
  margin-bottom: 40px;
  z-index: 10;
  opacity: 1;
}

html body #vo--footer .copyright {
  z-index: 10;
  opacity: 1;
  font-size: 17px;
  color: #fff;
  line-height: 35px;
  text-align: justify;
}

@media (min-width: 1200px) {
  html body #vo--footer .copyright {
    text-align: center;
    font-size: 19px;
  }
}

html body #vo--footer .box {
  margin-top: 30px;
  color: #fff;
  font-size: 25px;
}

html body #vo--footer .box i {
  font-size: 31px;
}

html body #vo--footer .box .txt {
  margin-top: 10px;
  font-size: 19px;
}

html body #vo--footer .box .txt.tell {
  direction: ltr;
}

html body #vo--postbody {
  color: #212529;
  padding: 3em;
}

html body #vo--postbody .descript .category-name {
  font-size: 1.1rem;
  color: #2f5957;
}

html body #vo--postbody .descript .category-name a {
  color: #2f5957;
}

html body #vo--postbody .postbodyvideo .box-small-videos {
  max-height: 450px !important;
  overflow-y: auto;
  overflow-x: hidden !important;
}

html body #vo--postbody .postbodyvideo .lastvideoTWOS .vo---lastvideosmall .imgpostkenar {
  height: 200px !important;
}

html body #vo--postbody .postbodyvideo .lastvideoTWOS .titlelastvideos {
  text-align: left;
  margin-bottom: 20px;
}

html body #vo--postbody .postbodyvideo .lastvideoTWOS .titlelastvideos span {
  background: #2d32cf;
  color: #fff;
  padding: 5px 15px;
  border-radius: 6px 0;
  margin-bottom: 0;
}

html body #vo--postbody .postbodyvideo .vo---lastvideosmall .imgpostkenar {
  height: 72px;
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  background-position: center;
  background-color: #010922;
  border-radius: 15px 0;
}

html body #vo--postbody .postbodyvideo .vo---lastvideosmall a {
  color: #fff !important;
}

html body #vo--postbody .blackcolorwithe {
  color: #fff !important;
}

html body #vo--postbody .black-title {
  border-bottom: solid 2px #fff;
  padding-bottom: 15px;
}

html body #vo--postbody .videoimginfo a, html body #vo--postbody .videoimginfo span {
  color: #f0af00 !important;
}

html body #vo--postbody .videoimginfo a i, html body #vo--postbody .videoimginfo span i {
  font-size: 17px;
}

html body #vo--postbody .videoimginfo a input, html body #vo--postbody .videoimginfo span input {
  background: transparent;
  border: unset;
  color: #f0af00;
  width: 80%;
  display: inline;
  text-align: left;
  direction: ltr !important;
  font-size: 12px;
}

html body #vo--postbody .videoimginfo a input:focus, html body #vo--postbody .videoimginfo span input:focus {
  outline: unset !important;
  border-color: #f0af00;
}

html body #vo--postbody .MultiMediaEndBoxs .title span {
  background: #f0af00;
  padding: 5px 0px 5px 30px;
  border-radius: 7px 0;
}

html body #vo--postbody .MultiMediaEndBoxs .title span i {
  margin-right: 15px;
  padding-left: 15px;
}

html body #vo--postbody .MultiMediaEndBoxs .bodybox a {
  color: #fff;
}

html body #vo--postbody .MultiMediaEndBoxs .bodybox i {
  font-size: 19px;
  color: #cddc39;
}

html body #vo--postbody .MultiMediaComments {
  background: #fff;
  padding: 15px;
  border-radius: 3px;
}

html body #vo--postbody .title {
  margin-bottom: 30px;
}

html body #vo--postbody .title h1, html body #vo--postbody .title h2, html body #vo--postbody .title h3, html body #vo--postbody .title h4, html body #vo--postbody .title h5, html body #vo--postbody .title h6 {
  font-size: 1.8em;
  font-weight: 700;
}

html body #vo--postbody .image {
  margin-bottom: 30px;
}

html body #vo--postbody .image .sharepost {
  display: none;
  -webkit-transition: 500ms;
  transition: 500ms;
}

html body #vo--postbody .image:hover {
  -webkit-transition: 500ms;
  transition: 500ms;
}

html body #vo--postbody .image:hover .sharepost {
  -webkit-transition: 500ms;
  transition: 500ms;
  width: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  margin-top: 10px;
  margin-right: 5px;
}

html body #vo--postbody .lead {
  background: #eee;
  padding: 15px 15px 18px 15px;
  line-height: 25px;
  border-radius: 6px;
  margin-bottom: 15px;
  font-size: 16px;
  color: #646464;
  background: #f1f1f1;
}

html body #vo--postbody .lead p {
  margin-bottom: 0px;
}

html body #vo--postbody .postxt {
  color: #212529;
  margin-bottom: 15px !important;
  text-align: justify;
  word-wrap: break-word;
  font-size: 1.05rem;
}

html body #vo--postbody .postxt a {
  color: #212529;
}

html body #vo--postbody .postxt .woocommerce h1, html body #vo--postbody .postxt .woocommerce h2, html body #vo--postbody .postxt .woocommerce h3, html body #vo--postbody .postxt .woocommerce h4, html body #vo--postbody .postxt .woocommerce h5, html body #vo--postbody .postxt .woocommerce h6 {
  font-weight: 700;
  font-size: 23px;
}

html body #vo--postbody .postxt .woocommerce .single-product .woocommerce-tabs {
  font-size: 15px;
}

html body #vo--postbody .postxt .woocommerce .related.products {
  margin-top: 50px;
}

html body #vo--postbody .postxt .woocommerce .related.products .woocommerce-loop-product__title {
  font-size: 19px;
}

html body #vo--postbody .postxt .woocommerce .related.products ul.products li {
  border: solid 1px #eee;
  padding: 15px;
  border-radius: 6px;
  text-align: center;
}

html body #vo--postbody .postxt .woocommerce .related.products ul.products li .button {
  font-size: 14px;
  background: #efefef;
  display: block;
}

html body #vo--postbody .postxt .woocommerce .related.products ul.products li:hover {
  -webkit-box-shadow: 0px 0px 16px 0px rgba(11, 11, 11, 0.06);
          box-shadow: 0px 0px 16px 0px rgba(11, 11, 11, 0.06);
}

html body #vo--postbody .tags {
  margin-top: 30px;
}

html body #vo--postbody .tags a {
  color: #3b3b3b;
  background: #e9ecef;
  padding: 0 4px;
  margin-left: 15px;
  border-radius: 8px 0 8px 0 !important;
  overflow: hidden;
  padding: 3px 5px;
  -webkit-transition: 500ms;
  transition: 500ms;
}

html body #vo--postbody .tags a:hover {
  background: #ffb81c !important;
  color: #fff !important;
  -webkit-transition: 500ms;
  transition: 500ms;
}

html body #vo--postbody .relatednews {
  border-top: dashed 1px #e5e5e5;
  padding-top: 15px;
}

html body #vo--postbody .relatednews .title {
  font-family: voft;
  font-size: 1.7em;
  color: #f8f9fa;
  display: table;
  background: #198754;
  padding: 5px 15px;
  border-radius: 50px 0;
}

html body #vo--postbody .relatednews ul {
  list-style: disc;
}

html body #vo--postbody .relatednews ul li {
  margin-bottom: 10px;
}

html body #vo--postbody .relatednews ul li::marker {
  color: #198754;
  font-size: 20px;
}

html body #vo--postbody .relatednews ul li a {
  -webkit-transition: 500ms;
  transition: 500ms;
  color: #3b3b3b;
  font-size: 1.1em;
}

html body #vo--postbody .relatednews ul li a span {
  float: left;
  font-size: .85em;
}

html body #vo--postbody .relatednews ul li a:hover {
  -webkit-transition: 500ms;
  transition: 500ms;
  color: #198754;
}

html body #vo--postbody .shareshorturl .share {
  background: #e9fafc;
  height: 60px;
  text-align: center;
  line-height: 60px;
  padding-top: 4px;
}

html body #vo--postbody .shareshorturl .share a.vo {
  display: inline-block;
  background: #fff;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  line-height: 50px;
  -webkit-transition: 500ms;
  transition: 500ms;
}

html body #vo--postbody .shareshorturl .share a.vo i {
  color: #333;
  font-size: 23px;
  -webkit-box-shadow: 0px 0px 16px 0px rgba(11, 11, 11, 0.06);
          box-shadow: 0px 0px 16px 0px rgba(11, 11, 11, 0.06);
}

html body #vo--postbody .shareshorturl .share a.vo:hover {
  -webkit-box-shadow: 0px 0px 16px 0px rgba(11, 11, 11, 0.06);
          box-shadow: 0px 0px 16px 0px rgba(11, 11, 11, 0.06);
  -webkit-transition: 500ms;
  transition: 500ms;
  background: #ffb81c;
}

html body #vo--postbody .shareshorturl .share a.vo:hover i {
  color: #fff;
  -webkit-box-shadow: 0px 0px 16px 0px rgba(11, 11, 11, 0.06);
          box-shadow: 0px 0px 16px 0px rgba(11, 11, 11, 0.06);
}

html body #vo--postbody .shareshorturl .shorturl {
  height: 60px;
  background: #e9fafc;
  vertical-align: middle;
  padding-top: 11px;
}

html body #vo--postbody .shareshorturl .shorturl input {
  text-align: center;
  width: 100%;
  border: unset;
  height: 40px;
  background: transparent;
}

html body .vo--titlepage {
  margin-bottom: 30px;
}

html body .vo--titlepage .title {
  font-family: voft;
  border-bottom: dashed 1px #333;
  display: table;
  padding-left: 10px;
  font-size: 37px;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

html body #vo--archivepro li.product,
html body #vo--archivepro .boxpro {
  border-radius: 16px;
  background: #fff;
  text-align: center;
  padding: 30px 15px;
  border: solid 3px #fff;
  -webkit-transition: 500ms;
  transition: 500ms;
  -webkit-box-shadow: 0px 0px 16px 0px rgba(11, 11, 11, 0.06);
          box-shadow: 0px 0px 16px 0px rgba(11, 11, 11, 0.06);
}

html body #vo--archivepro li.product:hover,
html body #vo--archivepro .boxpro:hover {
  border-color: #2f5957;
  -webkit-transition: 500ms;
  transition: 500ms;
}

html body #vo--archivepro li.product:hover .tt,
html body #vo--archivepro .boxpro:hover .tt {
  color: #317c78;
}

html body #vo--archivepro li.product h2,
html body #vo--archivepro li.product .tt,
html body #vo--archivepro .boxpro h2,
html body #vo--archivepro .boxpro .tt {
  margin-top: 15px;
  font-size: 19px;
  font-weight: 700;
  color: #333;
}

html body #vo--archivepro li.product .desc,
html body #vo--archivepro .boxpro .desc {
  margin-top: 10px;
  color: #333333;
}

html body #vo--archivepro li.product .price,
html body #vo--archivepro .boxpro .price {
  background: #2f5957;
  color: #fff;
  margin: 15px -18px -33px -18px;
  border-radius: 0 0 16px 16px;
  padding: 15px;
  font-size: 17px;
}

html body #vo--archivepro li.product .add_to_cart_button,
html body #vo--archivepro .boxpro .add_to_cart_button {
  display: none;
}

html body #vo--archiveposts .post {
  border-bottom: solid 1px #eee;
  background: #fff;
  padding: 15px;
}

html body #vo--archiveposts .post.videopost img {
  border-radius: 6px !important;
}

html body #vo--archiveposts .post:hover .title a {
  color: #198754;
  -webkit-transition: 500ms;
  transition: 500ms;
}

html body #vo--archiveposts .post .imgpost img {
  border-radius: 6px;
}

html body #vo--archiveposts .post .imgpost.mxh-110 img {
  max-height: 110px;
}

html body #vo--archiveposts .post .title {
  font-size: 19px;
  font-weight: 900;
}

html body #vo--archiveposts .post .title a {
  color: #333;
  -webkit-transition: 500ms;
  transition: 500ms;
}

html body .vo--woocomerce--single .intro {
  border: solid 1px #eee;
  padding: 15px;
  border-radius: 6px;
}

html body .vo--woocomerce--single .proshortinfo {
  font-size: 17px;
}

html body .vo--woocomerce--single .pricebox {
  font-size: 17px;
  color: #2ab82a;
  font-weight: 700;
}

html body .vo--woocomerce--single .addtocartbtn {
  margin-top: 20px;
}

html body .vo--woocomerce--single .addtocartbtn a.button.add_to_cart_button {
  color: #fff;
  padding: 10px 15px;
  border-radius: 6px;
  background: #2d50ec;
}

html body .vo--woocomerce--single .addtocartbtn a.button.add_to_cart_button.added {
  display: none;
}

html body .vo--woocomerce--single .addtocartbtn a.added_to_cart.wc-forward {
  color: #fff;
  padding: 10px 15px;
  border-radius: 6px;
  background: #20ca11;
}

html body .vo--woocomerce--single .postxt {
  margin-top: 30px;
}

html body .vo--page--single .product-thumbnail img {
  max-width: 80px;
  border-radius: 50%;
}

html body .vo---loginformWp .login-password,
html body .vo---loginformWp .login-username {
  width: 47%;
  display: inline-block;
}

html body .vo---loginformWp .login-password label,
html body .vo---loginformWp .login-username label {
  margin-bottom: 15px;
}

html body .vo---loginformWp .login-password input,
html body .vo---loginformWp .login-username input {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.375rem;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

html body .vo---loginformWp .login-username {
  margin-left: 1%;
}

html body .vo---loginformWp .login-password {
  margin-right: 1%;
}

html body .vo---loginformWp .login-submit input {
  --bs-btn-padding-x: 0.75rem;
  --bs-btn-padding-y: 0.375rem;
  --bs-btn-font-family: ;
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 1.5;
  --bs-btn-color: #212529;
  --bs-btn-bg: transparent;
  --bs-btn-border-width: 1px;
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: 0.375rem;
  --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  --bs-btn-color: #fff;
  --bs-btn-bg: #0d6efd;
  --bs-btn-border-color: #0d6efd;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0b5ed7;
  --bs-btn-hover-border-color: #0a58ca;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0a58ca;
  --bs-btn-active-border-color: #0a53be;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #0d6efd;
  --bs-btn-disabled-border-color: #0d6efd;
}

html body .vo----pagenavi.videonumber .wp-pagenavi {
  background: #030e18 !important;
  border-bottom: #030e18 !important;
  border-radius: 6px;
}

html body .vo----pagenavi.videonumber .wp-pagenavi span.current {
  background: #001aac !important;
  border-color: #001aac !important;
  color: #fff;
}

html body .vo----pagenavi.videonumber .wp-pagenavi span {
  border-color: #001aac !important;
  color: #fff !important;
}

html body .vo----pagenavi.videonumber .wp-pagenavi a {
  border-color: #001aac !important;
  color: #fff !important;
}

html body .vo----pagenavi .wp-pagenavi {
  line-height: 25px;
  background: #fff;
  border-bottom: solid 1px #eee;
  -webkit-box-shadow: 0px 0px 16px 0px rgba(11, 11, 11, 0.06);
          box-shadow: 0px 0px 16px 0px rgba(11, 11, 11, 0.06);
  padding: 15px;
  margin-top: 15px;
}

html body .vo----pagenavi .wp-pagenavi span.pages {
  height: 30px;
  display: inline-block;
}

html body .vo----pagenavi .wp-pagenavi span.current {
  width: 30px;
  height: 30px;
  display: inline-block;
  text-align: center;
  line-height: 25px;
  padding: 3px 0px;
  background: green;
  border-color: green;
  color: #fff;
}

html body .vo----pagenavi .wp-pagenavi a, html body .vo----pagenavi .wp-pagenavi .previouspostslink,
html body .vo----pagenavi .wp-pagenavi a.nextpostslink,
html body .vo----pagenavi .wp-pagenavi a.page {
  width: 30px;
  height: 30px;
  display: inline-block;
  text-align: center;
  padding: 3px 0px;
  color: #333;
}

html body #important-message {
  position: fixed;
  display: table;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 999999;
}

html body #important-message .important-title {
  background: linear-gradient(to bottom, rgba(0, 5, 25, 0) 0, rgb(225 55 55 / 70%) 50%, #ad1919 100%);
}

html body #important-message .important-title a {
  display: block;
  padding: 16px 32px;
  color: #fff;
  text-shadow: 1px 1px 0 #000;
  font-size: 16px;
  line-height: 26px;
  padding-right: 48px;
  font-family: ahang;
}

html body #important-message .important-title a::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 8px;
  height: 8px;
  background: #a82d18;
  border-radius: 50%;
  margin-left: 8px;
  margin-right: -16px;
  -webkit-box-shadow: 1px 1px 0 #000;
          box-shadow: 1px 1px 0 #000;
}

html body #important-message p {
  margin-bottom: 0px !important;
}

html body .postimgbg {
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  background-position: center;
  background-color: #010922;
  border-radius: 15px 0;
  position: static;
    height: 95%;
}

html body .postimgbg.noR {
  border-radius: 0 0 !important;
}
html body .postimgbg.R6 {
  border-radius: 6px !important;
}

html body .postimgbg.R50 {
  border-radius: 50% !important;
}

html body .postimgbg.W80 {
  width: 80px !important;
}

html body .postimgbg.ml10 {
  margin-left: 10px !important;
}
html body .postimgbg img{
    object-fit: cover !important;
    width: 100% !important;
    height: 100% !important;
    transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
    /*transform: scale(1.1);*/
}
/*
html body .postimgbg img {
  opacity: 0;
  z-index: 99999;
  position: relative;
  visibility: hidden;
}
*/

.woocommerce .woocommerce-MyAccount-navigation {
  background: #607d8b;
  padding: 15px;
  border-radius: 6px;
  margin-bottom: 15px;
}

.woocommerce .woocommerce-MyAccount-navigation ul li {
  display: inline-block;
  margin-left: 15px;
}

.woocommerce .woocommerce-MyAccount-navigation ul li a {
  color: #fff !important;
}

.woocommerce .woocommerce-MyAccount-navigation ul li:last-child {
  float: left;
}

select,
textarea,
input[type='email'],
input[type='password'],
input[type='number'],
input[type='tell'],
input[type='mobile'],
input[type='text'] {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.375rem;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.vo--sendbypeople {
  background: #f3f4f6;
  padding: 15px;
}

.vo--sendbypeople select,
.vo--sendbypeople textarea,
.vo--sendbypeople input[type='text'] {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.375rem;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.vo--sendbypeople input[type="button"] {
  border: unset;
  background: transparent;
}

.vo--sendbypeople input[type="submit"] {
  background: #d2ac68;
  border: solid 2px #d2ac68;
  padding: 1px 15px;
  border-radius: 16px;
  color: #fff;
}

.vo--sendbypeople .ittile {
  font-weight: 900;
  color: #d2ac68;
  font-family: voft;
}

.vo--sendbypeople .ittile .time {
  float: left;
  font-family: vofb;
  color: #009688;
  font-size: 20px;
  font-weight: 600;
  margin-top: 5px;
}

.woocommerce div.product .woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
  clear: unset !important;
}

.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
  float: left;
  width: 68% !important;
  clear: none;
}
/*# sourceMappingURL=vo.css.map */






