html{
min-height:100%;
position: relative;
}
body{
  font-family:"open sans",sans-serif;
  background-color:#131722;
}
header.menu{
font-size:1.3em;
border-top:solid .75rem #131722  
}
a:hover{
text-decoration:none;
color:#24baef!important;
}

.bg-gray-1{background-color:#131722;}
.bg-gray-2{background-color:#13172299;}
.bg-gray-3{background-color:#1c212e99;}
.text-gray-1{color: #949cb0!important;}

.shadow-soft {box-shadow: 0 3px 6px 0 rgba(140,152,164,.25)!important;}

*, *::before, *::after {
  box-sizing: border-box;
}

.show > .dropdown-menu {
  max-height: 2000px;
  visibility: visible;
}

.dropdown-menu {
  display: block;
  max-height: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: .3125rem;
  border-bottom-left-radius: .3125rem;
  border:0;
  margin:0;
  box-shadow: 0 8px 10px 0 rgba(0,0,0,.2);
  background-color: #f6f7f9;
  padding:1em 0;
}
 .nav-link{
  color: #121a21!important;
}         
.nav-item:hover .nav-link{
color:#24baef!important;
}
.nav-child a{
  display:block;
  color: #121a21!important;
  font-weight: 400;
  background-color: transparent;
  border: 0;
  font-size:1.2em;
}
.nav-child a:hover{
color:#24baef!important; 
font-weight:bold;
text-decoration:none!important;
}

.sidebar{
min-height: 700px;
background-color: #0e0d1299;
}

ul {
  list-style-type: none;
}

@media(min-width: 480px){
  ul.submenu-list{
      -webkit-column-count: 2;
      -moz-column-count: 2;
      column-count: 2;
    }
      ul.navbar-nav{
    font-size:0.9em;
  }
}

@media(min-width: 768px){
  ul.submenu-list{
      -webkit-column-count: 4;
      -moz-column-count: 4;
      column-count: 4;
    }
}

@media(min-width: 992px){
  ul.submenu-list{
      -webkit-column-count: 5;
      -moz-column-count: 5;
      column-count: 5;
    }
}
@media(min-width: 1200px){
  ul.submenu-list{
    -webkit-column-count: 6;
    -moz-column-count: 6;
    column-count: 6;
  }

}
@media(min-width: 1350px){
  ul.navbar-nav{
    font-size:1.0em;
  }
}

.wnew{
background-image: url('bg-webcam-2.jpg');
width: 100%;
min-height:700px;
height: auto;
background-repeat: no-repeat;
background-position: top center;
background-attachment: fixed;
}

@media(min-width: 1350px){
  #main{max-width:1320px;}
}

.hashtags a, .hashtags2 a{
color:#949cb0!important;
}
a.country{
color:#fff;
}

.product-meta{
font-size:13px;
}

.hashtags{
text-align:right;
}
.hashtags2{
text-align:left;
}
.product-meta a:hover{
color:#24baef!important;
}
.alt-link a{
color: #24baef!important;
}

@media (min-width: 1200px){
.col-xl-5 {
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
}
}

@media (min-width: 1200px){
.col-xl-6 {
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%;
}
}

.h1w{
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}
h3{
font-size: 1.5rem;
}
.borderbottom{
border-bottom: .0625rem solid #434957!important;
}
.list-group a{
  font-size: .875rem;
  padding: 0;
  color: #949cb0!important;
}
.list-group a:hover{
  color: #fff!important;
  font-weight:bold;
}


.div169 {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0;
}

.div169 iframe, .div169 object, .div169 embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.unstyled{
  display:none;
}
.menu_main li, .menu_anchor li {
    /*float: left;*/
    display:block;
    padding: 5px 0 10px;
    line-height: 1.2em;
    font-size: 1em;
}
.list-group li a, .menu_main li span {
    padding: 0 8px;
    color:#fff;
}

footer{
background-color:#0a0d14;
}

.border-bottom {
    border-bottom: .0625rem solid #d0d0d2!important;
    border-color: #2d323f!important;
}
.text-gray-1300{
color: #949cb0!important;
}
.font-size-13{
font-size:0.8em;
}

.tab-nav__v1 .nav-link {
    padding: 0;
    font-size: .875rem;
    color: #949cb0;
    font-weight: 500;
}
.tab-nav__v1 .nav-item+.nav-item::before {
    content: "/";
    margin: 0 15px;
    color: #949cb0;
}
.nav:not(.nav-pills) .nav-link.active {
    color: #24baef;
    font-weight:700;
}
.nav-link {
    display: block;
}
.tab-nav__v1 .nav-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}
.nav .nav-link:not(.active):hover {
    color: #24baef;
}
a.product-title{
color:#000;
}

.breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 1.5em 0;
    margin-bottom: 0;
    font-size: .875rem;
    list-style: none;
    background-color: transparent;
    border-radius: .3125rem;
}
.breadcrumb-item a{
    color: #949cb0;
}
.breadcrumb-item a:hover{
  color: #24baef;
}

.tags a{
    border-radius: .313rem;
    padding: .406rem 1.08rem;
    background: #323846;
    line-height: 18px;
    color: #24baef;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
}
.tags a:hover{
  background-color: #24baef;
  color: #1c212e;
}
footer a{
color:#949cb0;
}
.rs a{
fill:#ffffff; 
color:#ffffff!important;
}
.rs a:hover{
color:#24baef!important;
}
.rs a:hover{
fill:#24baef!important;
}
.img-fluid{
border-radius:2px;
box-shadow:0 10px 20px -10px rgba(148,156,176,.5);
}
.puce{
background-color:#949cb0;
color:#fff;
}
























