/* HEADER */

header.main {
  width: 100%;
  height: 70px;
  float: left;
  position: fixed;
  z-index: 104;
  background-color: #fff;
  box-shadow: 0px 0px 13px -2px rgba(0, 0, 0, 0.75);
  line-height: 24px;
}

header.main .hbox {
  max-width: 1400px;
  margin: 0 auto;
}

header.main .hbox .logo {
  float: left;
  padding: 7px 0;
  text-align: center;
  margin-right: 17px;
}

header.main .hbox .logo img {
  width: auto;
  height: 48px;
}

.head-main-nav {
  float: left;
}

.head-main-nav ul.main-header {
  float: left;
}

.head-main-nav ul.main-header li {
  float: left;
}

.head-main-nav ul.main-header li a {
  padding: 24px 20px;
  font-size: 16px;
  font-weight: 900;
  text-transform: uppercase;
  float: left;
  color: #737373;
  text-decoration: none;
}

.menu-item:hover > a {
  color: #53185c !important;
}

.head-main-nav ul.main-header li ul.sub-menu {
  display: flex;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.25s, opacity 0.25s linear;
  position: absolute;
  top: 70px;
  z-index: 3;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  padding-bottom: 30px;
  left: 0;
  background-color: #fff;
  box-shadow: 0px 2px 11px -7px rgba(0, 0, 0, 0.75);
}

.head-main-nav ul.main-header li ul.sub-menu li a {
  width: 100%;
  font-weight: 900;
  text-transform: none;
  font-size: 16px;
  color: #737373;
  transition: 0.25s ease-in-out;
  text-decoration: none;
}

.head-main-nav ul.main-header li ul.sub-menu li ul {
  padding: 0;
  margin: 0;
  line-height: 1.7;
  color: rgba(0, 0, 0, 0.6);
}

.head-main-nav ul.main-header li ul.sub-menu li ul li {
  width: 100%;
  color: #737373;
}

.head-main-nav ul.main-header li ul.sub-menu li ul li:hover {
  color: #53185c !important;
  cursor: pointer;
}

.head-main-nav ul.main-header li ul.sub-menu li .half li {
  width: 33%;
}

.sub-menu li:after {
  display: block;
  content: "";
  border-bottom: solid 3px #019fb6;
  transform: scaleX(0);
  transition: transform 250ms ease-in-out;
}

.sub-menu li:hover::after {
  transform-origin: 0% 50%;
}

.head-main-nav ul.main-header li ul.sub-menu li {
  width: 33%;
  max-width: 330px;
  padding: 0 10px;
}

ul.main-header li ul.sub-menu li a {
  color: rgba(255, 255, 255, 0.5);
}

.headitems {
  position: relative;
  float: right;
  padding-left: 20px;
  display: flex;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}

header.main .hbox .search {
  float: left;
  width: 100%;
  padding: 14px 0px 0px;
}

header.main .hbox .register_active > .search {
  width: 244px;
}

header.main .hbox .search form {
  width: 100%;
  position: relative;
  padding: 0px;
}

header.main .hbox .search form input[type="text"] {
  width: 100%;
  height: 40px;
  font-size: 14px;
  font-weight: 300;
  border-width: 0px;
  border-style: initial;
  border-color: initial;
  border-image: initial;
  padding: 10px;
  color: #737373;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  padding-left: 20px;
  padding-right: 85px;
  box-shadow: 0px 0px 5px -2px rgba(0, 0, 0, 0.75);
}

header.main .hbox .search form input[type="text"]::placeholder {
  color: #737373;
}

header.main .hbox .search form button[type="submit"] {
  color: rgb(255, 255, 255);
  background: transparent;
}

header.main .hbox .search form button[type="submit"] {
  position: absolute;
  right: 0px;
  top: 0px;
  cursor: pointer;
  font-size: 14px;
  border-width: 0px;
  border-style: initial;
  border-color: initial;
  border-image: initial;
  padding: 12px 15px;
}

[class^="icon-"],
[class*=" icon-"] {
  font-style: normal;
  font-weight: 400;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  font-family: icomoon !important;
  font-variant: normal;
}

.dtuser {
  float: left;
  margin-left: 20px;
  padding: 17.5px 0px;
}

.dtuser a.clicklogin {
  color: rgb(255, 255, 255);
  float: left;
  border-left: 2px solid rgba(255, 255, 255, 0.2);
  padding: 5px 15px;
}

.dtuser a.clicklogin i {
  font-size: 24px;
  color: #737373;
  cursor: pointer;
}

.live-search {
  margin-left: 0px;
}

.live-search {
  margin-top: 0px;
  margin-left: -1px;
  float: left;
  width: 100%;
}

.head-main-nav ul.main-header li:hover > ul.sub-menu {
  display: flex;
  opacity: 1;
  visibility: visible;
}

.head-main-nav ul.main-header li ul.sub-menu li {
  width: 33%;
}

.head-main-nav ul.main-header li {
  float: left;
}

header.responsive {
  background-color: #220f25;
  box-shadow: 0px 0px 13px -2px rgba(0, 0, 0, 0.75);
}

header.responsive {
  width: 100%;
  float: left;
}
form.form-resp-ab,
header.responsive {
  display: none;
}

header.responsive .nav {
  float: left;
  padding: 14px;
}

header.responsive a.aresp {
  font-size: 24px;
  cursor: pointer;
}

header.responsive .search {
  float: right;
  font-size: 24px;
  padding: 13px;
}

header.responsive .logo {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 9px 0;
}

header.responsive a {
  color: #fff;
}

.search_responsive {
  display: none;
  position: relative;
  float: left;
  width: 100%;
  z-index: 999998;
}

form.form-resp-ab {
  width: 100%;
  float: left;
  position: relative;
  -moz-transition: top 0.4s ease-in-out;
  -o-transition: top 0.4s ease-in-out;
  -webkit-transition: top 0.4s ease-in-out;
  -ms-transition: top 0.4s ease-in-out;
  transition: top 0.4s ease-in-out;
}

form.form-resp-ab input[type="text"] {
  color: #737373;
}
form.form-resp-ab input[type="text"] {
  background: 0 0;
  border: 0;
  width: 100%;
  padding: 15px;
  font-size: 20px;
}

form.form-resp-ab button[type="submit"] {
  border: 0;
  background: 0 0;
  top: 0;
  right: 0;
  position: absolute;
  padding: 14px 13px;
  cursor: pointer;
}

.search_responsive .live-search {
  margin-top: 0;
  float: left;
  position: absolute;
  top: 54px;
  z-index: 104;
  width: 100%;
}

.live-search {
  margin-left: 0;
}
.live-search {
  margin-top: 0;
  margin-left: -1px;
  float: left;
  width: 100%;
}

.menuresp {
  display: none;
  float: left;
  width: 100%;
  position: relative;
}

.menuresp .menu {
  background: rgba(10, 10, 10, 0.98);
}

.menuresp .menu {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 103;
  box-shadow: 0 10px 20px -3px rgba(0, 0, 0, 0.52);
  padding: 0;
}

.menuresp .menu .user {
  background-color: #ffffff;
}
.menuresp .menu .user {
  float: left;
  width: 100%;
  padding: 15px;
}

.menuresp .menu .user a.ctgs,
.menuresp .menu .user .logout a:hover {
  background: #e91e63;
}
.menuresp .menu .user a.ctgs {
  background: #408bea;
}
.menuresp .menu .user a.ctgs {
  cursor: pointer;
  float: left;
  width: 46%;
  margin: 0 2%;
  color: #737373;
  border: 1px solid #737373;
  background-color: transparent;
  text-align: center;
  padding: 10px 0;
  font-weight: 400;
  font-size: 14px;
  border-radius: 3px;
}

header.responsive .logo img {
  width: auto;
  height: 44px;
}

.menuresp .menu ul.resp {
  float: left;
  max-width: 100%;
  background-color: #ffffff;
}

.menuresp .menu ul.resp li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.menuresp .menu ul.resp li {
  padding: 0;
  float: left;
  width: 100%;
  font-weight: 500;
}

.menuresp .menu ul.resp li a {
  font-weight: 600;
  color: #737373 !important;
}
.menuresp .menu ul.resp li a {
  font-size: 17px;
  float: left;
  width: 100%;
  padding: 15px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

@media only screen and (max-width: 768px) {
  header.main,
  footer.main,
  .module .content .items .item:hover > .dtinfo {
    display: none;
  }
  /* #google_translate_element{
    top:100px;
    right: 100px;
      width: 200px;
      height: 24px;
  } */
}

@media only screen and (max-width: 980px) {
  .headitems {
    padding-left: 0;
  }
}

@media only screen and (max-width: 768px) {
  header.responsive,
  .search_responsive {
    display: block;
    background-color: #ffffff;
  }
}

header.responsive a.aresp {
  line-height: 1;
  font-weight: 400;
  font-family: icomoon !important;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-variant: normal;
  text-transform: none;
  font-style: normal;
}
.fa .fa-times {
  color: rgba(0, 0, 0, 0.7);
}

header.responsive a {
  color: #fff;
}

.menuresp .menu ul.resp li ul.sub-menu {
  float: left;
  width: 100%;
}
.menuresp .menu ul.resp li ul {
  padding-bottom: 15px;
}

header.responsive .nav a.active:before,
header.responsive .search a.active:before,
.dtuser a.clicklogin:hover,
.menuresp .menu ul.resp li a:hover,
.menuresp .menu ul.resp li ul.sub-menu li a:hover {
  color: #e91e63;
}
header.responsive .nav a.active:before,
header.responsive .search a.active:before {
  color: #408bea;
}

@media only screen and (max-width: 768px) {
  .sidblock,
  .formblock {
    display: block !important;
    -moz-transition: top 0.4s ease-in-out;
    -o-transition: top 0.4s ease-in-out;
    -webkit-transition: top 0.4s ease-in-out;
    -ms-transition: top 0.4s ease-in-out;
    transition: top 0.4s ease-in-out;
  }
}

.menuresp .menu ul.resp li ul.sub-menu li a {
  font-size: 14px;
  padding: 5px 20px;
}
.menuresp .menu ul.resp li a {
  color: rgba(255, 255, 255, 0.8);
}
.menuresp .menu ul.resp li a {
  font-size: 15px;
  float: left;
  width: 100%;
  padding: 15px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.menuresp .menu ul.resp li ul.sub-menu li {
  width: 50%;
}

.menuresp .menu ul.resp li ul.sub-menu li:hover {
  color: #53185c;
  cursor: pointer;
}

.menuresp .menu ul.resp li ul li {
  font-weight: 400;
  border-bottom: 0;
}
.menuresp .menu ul.resp li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.menuresp .menu ul.resp li {
  padding: 0;
  float: left;
  width: 100%;
  font-weight: 500;
  border-bottom: 1px solid #737373;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

@media (max-width: 1042px) {
  .head-main-nav ul.main-header li a {
    padding: 24px 7px;
  }
}

@media (max-width: 888px) {
  .head-main-nav ul.main-header li a {
    font-size: 12px;
  }
}

.user-data {
  position: absolute;
  top: 70px;
  right: 40px;
  background-color: #ffffff;
  padding: 20px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  visibility: hidden;
  opacity: 0;
  line-height: 1.3;
  transition: visibility 0.25s, opacity 0.25s linear;
}

.user-data li {
  color: #737373;
}

.dtuser:hover > .user-data {
  visibility: visible;
  opacity: 1;
}

.user-data .fa {
  margin-right: 5px;
}

.user-data li a:hover {
  color: #53185c !important;
}

.user-data .fa-heart {
  color: #ff0000;
}
.user-data .fa-sign-in {
  color: #00b6ed;
}
.user-data .fa-sign-out {
  color: #ff0000;
}
.user-data .fa-user {
  color: #00b6ed;
}
.user-data .fa-plus {
  color: #00b6ed;
}

.resp li ul li ul {
  color: rgba(253, 253, 253, 0.5);
  padding-left: 25px;
  font-size: 13px;
}

#logout-mobile {
  position: absolute;
  font-size: 30px;
  left: 70px;
  top: 7px;
}

#logout-mobile a i {
  color: #737373;
  cursor: pointer;
}

/* HEADER */

.forgot {
  z-index: 99998;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  display: block !important;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.6s, opacity 0.6s linear;
}

.forgot-active {
  visibility: visible;
  opacity: 1;
}

.float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  left: 40px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  z-index: 100;
}

.my-float {
  margin-top: 16px;
}
.nav-dropdown-link {
  padding: 0 !important;
  font-size: 15px !important;
  font-weight: 100 !important;
  color: #737373 !important;
  text-decoration: none;
  text-transform: unset !important;
}
.nav-dropdown-link:hover {
  color: #53185c !important;
}

.aresp.nav-resp.active {
  background-color: transparent !important;
}

#filter {
  position: absolute;
  right: 40px;
  top: 8px;
}

.search-selection {
  position: absolute;
  cursor: pointer;
}

#search-selection {
  right: 65px;
  top: 8px;
}

#search-selection-responsive {
  right: 85px;
  top: 12px;
}

.search-selection-menu {
  display: none;
  background-color: #fff;
  position: absolute;
  padding: 24px;
  color: #737373;
  border-radius: 5px;
}

.search-selection-menu > p {
  margin-bottom: 10px;
}

#search-selection-menu {
  right: -61px;
  top: 42px;
}

#search-selection-menu-responsive {
  right: 0px;
  top: 42px;
}

.show-search-selection {
  display: block;
}

.radio-wrapper > * {
  cursor: pointer;
  display: inline-block;
}

.title, .contents {
  margin: 0;
}

[data-tooltip] {
  position: relative;
  z-index: 2;
  cursor: pointer;
}

/* Hide the tooltip content by default */
[data-tooltip]:before,
[data-tooltip]:after {
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  pointer-events: none;
}

/* Position tooltip above the element */
[data-tooltip]:before {
  position: absolute;
  bottom: -47px;
  left: 50%;
  margin-bottom: 5px;
  margin-left: -80px;
  padding: 7px;
  width: 160px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #000;
  background-color: hsla(0, 0%, 20%, 0.9);
  color: #fff;
  content: attr(data-tooltip);
  text-align: center;
  font-size: 14px;
  line-height: 1.2;
}

/* Triangle hack to make tooltip look like a speech bubble */
[data-tooltip]:after {
  position: absolute;
  bottom: -8px;
  left: 50%;
  margin-left: -5px;
  width: 0;
  border-top: 5px solid #000;
  border-top: 5px solid hsla(0, 0%, 20%, 0.9);
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  content: " ";
  font-size: 0;
  line-height: 0;
}

/* Show tooltip content on hover */
[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

#goog-gt-tt {
  display: none !important;
}

.goog-te-banner-frame.skiptranslate {
  display: none !important;
}
body {
  top: 0px !important;
  display: flex !important;
}

.goog-tooltip {
  display: none !important;
}

.goog-tooltip:hover {
  display: none !important;
}

.goog-text-highlight {
  background-color: transparent !important;
  border: none !important; 
  box-shadow: none !important;
}

.goog-logo-link {
  display:none !important;
} 
  
.goog-te-gadget{
  color: transparent !important;
}
.goog-te-gadget .goog-te-combo {
    font-size: 9pt;
    margin: 0!important;
}
.goog-te-gadget .goog-te-combo  {
    -webkit-appearance:none;
    -moz-appearance:none;
    -ms-appearance:none;
    appearance:none;
    outline:0;
    box-shadow:none;
    border:0!important;
    background: #5c6664;
    background-image: none;
    flex: 1;
    color:#fff;
    margin-right: 20px;
    background-color: #37183c;
    padding: 8% 17%;
    cursor:pointer;
    font-weight: bold;
    font-family: 'Open Sans', sans-serif;
}
.goog-te-gadget .goog-te-combo ::-ms-expand {
    display: none;
}
#google_translate_element {
  display: inline-block;
  width: 10em;
  height: 1.6em;
  line-height: 2;

  overflow: hidden;
  border-radius: .30em;
}



#google_translate_element{
 
 position: fixed;
 z-index: 999999;
 top:20px;
 right: 160px;
 width: 120px;
}

@media  screen and (max-width: 769px) {
  #google_translate_element{  
    display: inline-block;
    position: absolute;
    right: 50px;
    width: 100px;
    border-radius: .30em;
    
   
  }
 
  .goog-te-gadget .goog-te-combo {
    display: inline-block;
    border-radius: .30em;
    font-size: 7pt;
      padding: 8% 12%;
  }
}
@media  screen and (min-width:769px) {
  #google_translate_element{  
    display: inline-block;
    position: fixed;
    right: 80px;
    width: 100px;
  
 margin-right:70px;
    border-radius: .30em;
  }

  .goog-te-gadget .goog-te-combo {
    display: inline-block;
    font-size: 7pt;
    padding: 8% 12%;
  }


}



@media  screen and (min-width:889px) {
  #google_translate_element{  
    display: inline-block;
    position: fixed;
    right: 80px;
    width: 100px;
    
    
    border-radius: .30em;
  }

  .goog-te-gadget .goog-te-combo {
    display: inline-block;
    font-size: 7pt;
      padding: 8% 12%;
  }



}

@media  screen and (min-width:1430px) {
  #google_translate_element{  
    display: inline-block;
    position: fixed;
    right: 100px;
    width: 100px;
    
    
    border-radius: .30em;
  }

  .goog-te-gadget .goog-te-combo {
    display: inline-block;
    font-size: 7pt;
      padding: 8% 12%;
  }


  

}

@media  screen and (min-width:1500px) {
  #google_translate_element{  
    display: inline-block;
    position: fixed;
    right: 180px;
    width:100px;

 
    border-radius: .30em;
  }

  .goog-te-gadget .goog-te-combo {
    display: inline-block;
    font-size: 7pt;
      padding: 8% 12%;
  }


}
@media  screen and (min-width:1670px) {
  #google_translate_element{  
    display: inline-block;
    position: fixed;
    right: 220px;
    width: 100px;
   
 
    border-radius: .30em;
  }

  .goog-te-gadget .goog-te-combo {
    display: inline-block;
    font-size: 7pt;
    padding: 8% 12%;
  }


}

@media  screen and (min-width:1750px) {
  #google_translate_element{  
    display: inline-block;
    position: fixed;
    right: 250px;
    width: 100px;
   
 
    border-radius: .30em;
  }

  .goog-te-gadget .goog-te-combo {
    display: inline-block;
    font-size: 7pt;
    padding: 8% 12%;
  }


}

@media  screen and (min-width:1810px) {
  #google_translate_element{  
    display: inline-block;
    position: fixed;
    right: 270px;
    width: 100px;

 
    border-radius: .30em;
  }

  .goog-te-gadget .goog-te-combo {
    display: inline-block;
    font-size: 7pt;
    padding: 8% 12%;
  }


}


@media  screen and (min-width:1850px) {
  #google_translate_element{  
    display: inline-block;
    position: fixed;
    right: 310px;
    width: 100px;
    
 
    border-radius: .30em;
  }

  .goog-te-gadget .goog-te-combo {
    display: inline-block;
    font-size: 7pt;
    padding: 8% 12%;
  }


}







@media  screen and (min-width:1910px) {
  #google_translate_element{  
    display: inline-block;
    position: fixed;
    right:1px;
    width: 100px;
  
    
    border-radius: .30em;
  }

  .goog-te-gadget .goog-te-combo {
    display: inline-block;
    font-size: 7pt;
    padding: 8% 12%;
  }


}


/* @media  screen and (min-width:889px) {
  #google_translate_element{  
    display: inline-block;
    position: fixed;
    right:60px;
    width: 100px;
    margin-right:70px;
    border-radius: .30em;
  }

  .goog-te-gadget .goog-te-combo {
    display: inline-block;
    font-size: 7pt;
    padding: 8% 10%;
  }


} */




/* @media  screen and (min-width: 918px) {
  .goog-te-gadget .goog-te-combo {  
      padding: 8% 17%;
  }
  #google_translate_element{
      position: fixed;
      top: 2.7%;
      
  }


}
@media  screen and (min-width: 1100px) {
  #google_translate_element{
    display: inline-block;
    top: 2.7%;
    right: 170px;
  }
  .goog-te-gadget .goog-te-combo {
    display: inline-block;
      padding: 8% 17%;

  }
} */



.goog-te-gadget-icon{
  display: none !important;
}


@media only screen and (max-width: 918px) {
  .dtuser {
    margin-left: 0;
  }
  .nav-item {
    margin-left: -10px;
  }
}

@media only screen and (max-width: 797px) {
  header.main .hbox .register_active > .search {
    width: 215px;
  }
}
@media only screen and (max-width: 1382px) {
  /* .headitems .search {
    max-width: 200px;
  } */
  .headitems .dtuser {
    margin-left: 5px;
  }
}

@media  screen and (max-width: 1400px) {
    .sub-menu {
        max-height: 600px;
        overflow-y: auto;
    }
}
@media  screen and (max-width: 768px) {
    .sub-menu {
        max-height: unset;
        overflow-y: unset;
    }
}


@media only screen and (max-width: 1323px) {
  .headitems .search {
    max-width: 244px;
  }
  .headitems {
    background: #fff;
    margin-top: -4px;
  }
}
/* @media only screen and (max-width: 1282px) {
  .headitems {
    background: #fff;
    margin-top: -4px;
  }
} */
