
/* ==============================
   2. header-style
   ============================== */

.top-bar {
  position: relative;
  background: #212120;
  line-height: 49px;
  position: relative;
  z-index: 9;
}

.top-bar .top-bar-info {
  display: inline-block;
  margin: 0;
}

.top-bar .top-bar-info li {
  color: #fff;
  margin-right: 20px;
  display: inline-block;
  position: relative;
  top: 0px;
  font-weight: normal;
}
.top-bar .top-bar-info li i {
    color: #D050D0;
    margin-right: 10px;
    font-size: 20px;
    position: relative;
    top: 3px;
}

.top-bar .social li {
  color: #fff;
  font-size: 14px;
}
.top-bar .social li a:hover {
  color: #D050D0;
  transition: .5s ease-in-out;
}

.top-bar .social li:last-child {
  padding-right: 0px;
}
.top-bar .social,
.top-bar .link {
  display: inline-block;
  margin-left: 20px;
  margin-bottom: 0;
}
.social li {
  display: inline-block;
  font-size: 14px;
  padding: 0 10px;
}
.social li a {
  color: #fff;
  transition: .5s ease-in-out;
  font-size: 14px;
}

/*language switcher*/
#polyglotLanguageSwitcher {
  position: relative;
  display: inline-block;
  position: relative;
  margin-right: 20px;
}

#polyglotLanguageSwitcher span.trigger:before {
  content: '\f107';
  font-family: FontAwesome;
  position: absolute;
  color:#cdcdcd;
  top: 0;
  right: 0px;
  line-height: 10px;
}
#polyglotLanguageSwitcher a {
  font-family: 'Hind', sans-serif;
  display: inline-block;
  font-size: 14px;
  color: #fff;
  font-weight: normal;
}

#polyglotLanguageSwitcher a.current:link, 
#polyglotLanguageSwitcher a.current:visited, 
#polyglotLanguageSwitcher a.current:active {
    position: relative;
    background-color: #162f3a;
    border: 0;
    line-height: 34px;
    border-radius: 0;
    color: #fff;
    text-align: center;
    height: 33px;
    padding: 0px 0px 0px 22px;
}

#polyglotLanguageSwitcher a.current:hover {
    background-color: #162f3a;
}

#polyglotLanguageSwitcher ul.dropdown {
  top: 100%;
}

/*logo*/

.main-logo {
  margin: 10px 0  10px;
}
.main-logo img {
  height: 60px;
  margin-top: 0px;
}


/*==============================================
    Mainmenu Area Css
===============================================*/


.theme_menu .container {
  position: relative;
}

.theme_menu {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  background: rgba(255, 255, 255, 0.8);
  position: relative;
  z-index: 2;
}
.theme_menu .menu-column {
  padding-left: 0;
}

.theme_menu .menuzord {
  padding: 0;
  background: transparent;
}







.theme_menu .main-menu {
  padding: 0;
  background: transparent;
}

.main-menu > li.home > a {
  font-family: FontAwesome;
  color: #D050D0;
  background: #0b111e;
  padding: 19px 24px 18px;
  font-size: 20px;
}


.mainmenu-area {
  background: #000
}

.main-menu {
  position: relative;
  background: #fff;
  float: left;
  width: 100%;
}

.navbar-collapse {
  padding: 0px
}

.navigation {
  position: relative;
  font-family: 'Montserrat', sans-serif;
  margin: 0;
  padding: 0;
  text-align: right;
}
.navigation > li {
  display: inline-block;
}

.navigation > li.home > a {
  font-family: FontAwesome;
  color: #D050D0;
  background: #0b111e;
  padding: 19px 24px 18px;
  font-size: 20px;
}

.navigation > li > a {
  padding: 30px 18px;
  text-transform: uppercase;
  color: #333;
  display: inline-block;
  text-decoration: none;
  font-family: 'Hind', sans-serif;
  font-size: 14px;
  font-weight: 600;
  outline: 0;
  line-height: 1.42857143;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-tap-highlight-color: transparent;
}

.navigation > li:hover > a {
  color: #D050D0;
}

.navigation > li > ul {
  list-style: none;
  margin: 0;
  padding: 15px 0;
  display: none;
  position: absolute;
  z-index: 99;
  min-width: 180px;
  white-space: nowrap;
  display: none;
  min-width: 250px;
  background: #10252e;
}

.navigation > li > ul > li {
  position: relative;
  display: block;
}

.navigation > li > ul > li > a {width: 100%;background: none;padding: 10px 25px 10px 22px;color: #888;text-decoration: none;display: inline-block;float: left;clear: both;position: relative;outline: 0;position: relative;padding: 8px 30px;color: #848484;-webkit-transition: .5s ease-in-out;transition: .5s ease-in-out;font-size: 14px;}

.navigation > li > ul > li > a:before {
    position: absolute;
    left: 30px;
    top: 15px;
    font-size: 10px;
    color: #848484;
    content: "\f192";
    font-family: FontAwesome;
    -webkit-transition: .5s ease;
    transition: .5s ease;
    display: none;
}

.navigation > li > ul > li > a:hover:before {
    color: #D050D0;
    -webkit-transition: .5s ease;
    transition: .5s ease;
}



.navigation > li > ul > li:last-child > a {
  border-bottom: 0px;
}

.navigation > li > ul > li:hover > a {
  color: #D050D0;
}

/*========= third-menu ==============*/

.navigation > li > ul > li.third-menu ul {
  position: absolute;
  left: 230px;
  top: 0px;
  background: #333;
  width: 200px;
  border-top: 2px solid #fff;
  padding: 12px 0px;
  z-index: 999;
  display: none;
}
.navigation > li > ul > li.third-menu {
  position: relative;
}
.navigation > li > ul > li.third-menu ul a {
  color: #ffffff;
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  padding: 12px 20px;
  margin: 0;
  text-transform: capitalize;
  transition: all 500ms ease 0s;
}
.navigation > li > ul > li.third-menu ul a:hover {
  color: #fdc716;
}
.navigation > li > ul > li.third-menu:after {
  position: absolute;
  content: "\f0de";
  font-family: FontAwesome;
  color: #fff;
  font-size: 20px;
  line-height: 40px;
  right: 14px;
  transform: rotate(90deg);
  top: 3px;
}

/*========= mobile-menu ==============*/

.mobile-menu .dropdown-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 42px;
  border-left: 1px solid #ffffff;
  cursor: pointer;
  display: block;
  z-index: 5;
}
.mobile-menu .dropdown-btn:after {
  position: absolute;
  content: "\f107";
  font-family: FontAwesome;
  color: #fff;
  font-size: 20px;
  line-height: 40px;
  text-align: center;
  width: 100%;
}

.mobile-menu,
.mobile-menu > li > ul,
.mobile-menu > li > ul > li > ul{
  background: #131d33;
  font-family: 'Hind', sans-serif;
}

.mobile-menu > li > ul,
.mobile-menu > li > ul > li > ul{
  display: none;
}

.mobile-menu > li > a,
.mobile-menu > li > ul > li > a,
.mobile-menu > li > ul > li > ul > li > a{
  padding:10px 20px;
  font-family: 'Hind', sans-serif;
  line-height:22px;
  color:#ffffff;
  display: block;
  text-transform: uppercase;
  font-size: 14px;
  border-top: 1px solid #fff;
} 







/*megamenu*/



.w100 {
  width: 100%;
}
.w50 {
  width: 50%;
  float: left;
}
.row-10 {
  margin: 0 -10px;
}
.megamenu .form-group {
  padding: 0 10px;
}
.megamenu .default-form {
  max-width: 410px;
  margin-bottom: 30px;
}
.megamenu .default-form.register-form {
  width: 405px;
  border: 1px solid #2f2f2f;
  padding: 10px 30px 24px;
  background: #252525;
}

.default-form.register-form .form-group {
  margin-bottom: 0;
}
.default-form.register-form .link {
  border-bottom: 1px solid #2f2f2f;
  padding-bottom: 10px;
  margin-bottom: 10px;
  color: #fff;
}
.default-form.register-form .link .thm-color-2 {
  color: #848484;
}
.default-form.register-form .thm-color:hover,
.default-form.register-form .thm-color-2:hover {
  color: #D050D0;
  transition: .5s ease;
}

.default-form.register-form .link_2 {
  position: relative;
}

.default-form.register-form .link_2.singn {
  padding-left: 25px;

}
.default-form.register-form .link_2 .fancy_video {
  position: absolute;
  left: 0;
  top: 1px;
  width: 15px;
  border-radius: 50%;
  font-size: 8px;
  text-align: center;
  line-height: 15px;
  height: 15px;
  color: #222;
  background: #D050D0;
  font-family: "FontAwesome";

}
.default-form.register-form .link_2 .fancy_video span {
  position: relative;right:-1px;
}

/*=================== Cart And Search Option ===============*/

.theme_menu .right-column {
    position: absolute;
    right: 0;
    width: 50px;
}


.nav_side_content {
  margin-top: 30px;
  position: relative;
  right: 0;
}
.nav_side_content .cart_select>button {
  font-size: 14px;
  text-transform: uppercase;
  position: relative;
  margin-right: 23px;
  color:#272727;
}
.nav_side_content .cart_select>button span {
  font-weight: normal;
  padding: 0 0px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: -20px;
  color: #D050D0;
}
.nav_side_content .cart_select>button i {
  font-size: 18px;
  margin-left:5px;
}
.nav_side_content .cart_select,
.nav_side_content .search_option {
  display: inline-block;
  vertical-align: middle;
}
.nav_side_content .search_option>button {
  height: 26px;
  font-size: 15px;
  color: #222;
   border:none;
  border-left: 1px solid #828d92;
  padding-left: 35px;
  background: transparent;

}

.nav_side_content .search_option form {
    height: 50px;
    width: 280px;
    padding: 5px;
    border-radius: 4px;
    margin: 0;
    left: auto;
    right: 0;
    border-color: #D050D0;
    top: 70px;
}
.nav_side_content .search_option form input {
    font-family: 'Poppins', sans-serif;
    font-weight: normal;
    width: 100%;
    height: 100%;
    background: transparent;
    color: #9e9e9e;
    border: 1px solid rgba(51, 51, 51, 0.16);
    padding: 0 47px 0 10px;
    font-size: 15px;
    border-radius: 3px;
    box-shadow: inset 0 0 11px 2px rgba(119, 119, 119, 0.25);
}
.nav_side_content .search_option form button {
  display: block;
  width:40px;
  line-height: 40px;
  text-align: center;
  position: absolute;
  top:3px;
  right:5px;
  color:#D050D0;
      background: transparent;
    border: none;
}
.nav_side_content .cart_select {
  border-left: 1px solid #ececec;
  padding-left: 5px;
}

.theme_menu .link_btn {
  margin-top: 24px;
}





/* Mainmenu fixed style */
@keyframes menu_sticky {
  0%   {margin-top:-100px;}
  50%  {margin-top: -90px;}
  100% {margin-top: 0;}
}
.theme_menu.stricky-fixed {
  margin: 0;
  position: fixed;
  background: #fff;
  top:0;
  left:0;
  width: 100%;
  z-index: 99999;
  animation-name: menu_sticky;
  animation-duration: 0.60s;
  animation-timing-function: ease-out;
}



#polyglotLanguageSwitcher, #polyglotLanguageSwitcher * {
  margin: 0;
  padding: 0; 
  outline: none;
}

#polyglotLanguageSwitcher ul {
  list-style: none; 
}

#polyglotLanguageSwitcher {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  color: #444;
  line-height: normal;
  position: relative; /* sets the initial position for the drop-down menu */  
  z-index: 100;
}

#polyglotLanguageSwitcher form {
  display: none;  
}

/* ---------------------------------------------------------------------- */
/* JS-created Code
/* ---------------------------------------------------------------------- */
#polyglotLanguageSwitcher a {
  text-decoration: none;
  display: block;
  padding: 7px 0 8px 54px; /* 6px 6px 6px 28px */
  color: #fff;
  width: 140px; /* 84px; total width: 120px */
  background-repeat: no-repeat;
  background-position: 20px center;
}

#polyglotLanguageSwitcher a:hover {
}



#polyglotLanguageSwitcher a.current:hover, 
#polyglotLanguageSwitcher ul.dropdown li:hover {
  /* background-color: #F7F7F7; */
}

#polyglotLanguageSwitcher a.active { /* This style is applied as long as the drop-down menu is visible. */
  border-bottom: none !important;
  border-radius: 3px 3px 0 0 !important;
}

#polyglotLanguageSwitcher span.trigger {
  display: block;
  position: absolute;
  top: 11px;
  right: 15px;
  height: 12px;
  width: 20px;
  overflow: hidden;
}



#polyglotLanguageSwitcher a.current:hover span.trigger, #polyglotLanguageSwitcher a.current:active span.trigger, #polyglotLanguageSwitcher a.active span.trigger {
  background-position: left bottom !important;
}

/* Drop-Down Menu */

#polyglotLanguageSwitcher ul.dropdown {
  display: none;
  position: absolute;
  top: 2.333em; /* 28px */
  left: 0;
  background-color: #10252e;
  border-top: none !important;
  border-radius: 0 0 3px 3px;
}

#polyglotLanguageSwitcher ul.dropdown li {
  border-top: 1px dashed #D4D4D4;
}

#polyglotLanguageSwitcher ul.dropdown li:last-child { 
  border-radius: 0 0 3px 3px;
}

/* Flags */

#en { 
  background-image: url(../images/icons/gb.png);
}

#fr {
  background-image: url(../images/icons/fr.png);
}

#de { 
  background-image: url(../images/icons/de.png);  
}

#it { 
  background-image: url(../images/icons/it.png);  
}

#es { 
  background-image: url(../images/icons/es.png);  
}

.thm-btn {
  position: relative;
  background: #D050D0;
  font-size: 14px;
  line-height: 46px;
  font-weight: 600;
  color: #ffffff;
  border: 2px solid #D050D0;
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif;
  display: inline-block;
  padding: 0 38px;
  transition: all .5s cubic-bezier(0.4, 0, 1, 1);
}
.thm-btn:hover {
  background: transparent;
  color: #D050D0;
  transition: all .5s cubic-bezier(0.4, 0, 1, 1);
}

.float_right {
    float: right;
}
.float_left {
    float: left;
}



@media only screen and (max-width: 991px){
    

/*=================== mobile-menu ======================*/

  .navigation {
    display: none;
  } 

  .main-menu .collapse {
    border: 0px;
    max-height: 300px;
    display: none !important;
    overflow: auto !important;
  } 

  .main-menu .collapse.in, 
  .main-menu .collapsing {
    display: block !important;
  } 

  .main-menu .navbar-header{
    padding: 14px 0px;
    float: none;
  }  

  .main-menu .navbar-toggle {
    float: none;
    margin: 0;
    display: block;
  }  

  .main-menu .navbar-toggle .icon-bar {
    background: #D050D0;
    width: 30px;
  }  


/*=================================menu=======================*/
      
}

@media only screen and (min-width: 991px){
  .mobile-menu {
    display: none;
  }      
}

@media (min-width: 768px){
  .navbar-toggle {
    display: none;
  } 
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
.open>.dropdown-menu {
    display: block;
}

.slider-five {
  z-index: 1;
}


.tran3s {
    transition: all 0.3s ease-in-out;
}

.theme_menu.stricky-fixed .main-logo img {
  height: 40px;
}
.theme_menu.stricky-fixed .navigation > li > a {
  padding: 20px 18px;
}
.bg-img-fix {
      background-attachment: fixed;
      background-size: cover;
      background-position: center bottom;
}
.wrapper-fo {
      background-color: rgba(0,0,0,.82);
}