/*------------------------------------------------------------------
[Table of contents]
This file include css code for layout structure.
Press Ctrl + F to find component. Ex: "#Header";

1. Header: #Header
 - #Header Top
 - #Header Main
 - #Main Navigation
 - #Utility Nav
 - Header Fixed
 - Header Transparent
2. Content: #Content
 - #Top Slider
 - #Slider Arrow
 - #Page Title
 - #Page Content
 - #Totop
 - #Footer
 - #Subcribe
3. Page: #Page
 - #Product Single
 - #404 Page
-------------------------------------------------------------------*/
.parallax-window {
  min-height: 400px;
  background: #00000029;
}
.top-header .parallax-window {
  min-height: 100vh;
}
html {
  overflow-x: hidden;
}
body {
  background-color: #fff;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  line-height: 1.714;
  color: #616f7d;
  overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6 {
  line-height: 1;
}
.img-full {
  width: 100%;
}
.top-header .animated {
  opacity: 0;
}
.swin-bg-transparent {
  background: transparent !important;
}
/* #Slider Arrow */
.slick-arrow {
  position: absolute;
  top: 48%;
  z-index: 1;
  opacity: 0.7;
  cursor: pointer;
}
.slick-arrow .arrow-slide {
  position: relative;
}
.slick-arrow .arrow-slide i {
  font-size: 16px;
  color: #bbbbbb;
  border: 2px solid #ededed;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  line-height: 36px;
  text-align: center;
}
.slick-arrow .arrow-slide:before {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -2px;
  width: 60px;
  height: 2px;
  background-color: #ededed;
}
.slick-arrow.prev-slide .arrow-slide:before {
  left: 100%;
}
.slick-arrow.next-slide .arrow-slide:before {
  right: 100%;
}
.slick-arrow:hover {
  opacity: 1;
}
.slick-arrow.slide-vertical {
  top: auto;
  bottom: 0;
}
.slick-arrow.slide-vertical .arrow-slide:before {
  display: none;
}
.slick-arrow.slide-vertical.next-slide {
  left: 0;
  right: auto;
}
.slick-arrow.slide-vertical.prev-slide {
  left: 50px;
  right: auto;
}
.next-slide {
  right: 30px;
}
.prev-slide {
  left: 30px;
}
.slick-slide {
  position: relative;
}
/* ==========================================================================
   #Loader
   ========================================================================== */
.sk-circle {
  margin: 0;
  width: 60px;
  height: 60px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
}
.sk-circle .sk-child {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.sk-circle .sk-child:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 20%;
  height: 20%;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
  animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}
.sk-circle.sk-circle-out .sk-child:before {
  width: 20%;
  height: 20%;
}
.sk-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}
.sk-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
}
.sk-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.sk-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg);
}
.sk-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg);
}
.sk-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.sk-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  transform: rotate(210deg);
}
.sk-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg);
}
.sk-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.sk-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  transform: rotate(300deg);
}
.sk-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  transform: rotate(330deg);
}
.sk-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.sk-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.sk-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.sk-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
.sk-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}
.sk-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}
.sk-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}
.sk-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}
.sk-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}
.sk-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}
.sk-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}
@-webkit-keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
/* ==========================================================================
   #Header
   ========================================================================== */
header {
  position: absolute;
  z-index: 2;
  width: 100%;
  top: 0;
}
header + div {
  padding-top: 135px;
}
header.header-transparent + div {
  padding-top: 0;
}
/* #Header Top */
.header-top {
  color: #616f7d;
  background-color: transparent;
  height: 35px;
  border: none;
  border-bottom: 1px solid #eaeaea;
}
.header-top a {
  color: #616f7d;
}
.header-top:before {
  content: '';
  clear: both;
}
.header-top:after {
  content: '';
  display: table;
  clear: both;
}
.header-top .topbar-left {
  float: left;
}
.header-top .topbar-right {
  float: right;
}
.header-top .topbar-right .item {
  position: relative;
}
.header-top .topbar-right .item:not(:first-child):before {
  content: "";
  position: absolute;
  width: 1px;
  background-color: #c4c4c4;
  height: 35%;
  top: 50%;
  left: -12px;
  transform: translateY(-50%);
}
.header-top .item {
  display: inline-block;
  line-height: 35px;
  margin-right: 15px;
  font-size: 13px;
}
.header-top .item i {
  margin-right: 7px;
}
.header-top ul.wg-social li:last-child {
  padding-right: 0;
}
.header-top .socials-nb li a i {
  color: #616f7d;
}
.header-top .wg-social {
  margin: 0;
}
.header-top.top-layout-02 {
  color: #fff;
  background-color: #ab8d59;
  border: none;
}
.header-top.top-layout-02 a {
  color: #ffffff;
}
.header-top.top-layout-02 .topbar-right .item:not(:first-child):before {
  background-color: rgba(255, 255, 255, 0.4);
}
.header-top.top-layout-02 .socials-nb li a i {
  color: #ffffff;
}
.header-top.top-layout-01 {
  color: #fff;
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.3);
}
.header-top.top-layout-01 a {
  color: #ffffff;
}
.header-top.top-layout-01 .topbar-right .item:not(:first-child):before {
  background-color: #ababab;
}
.header-top.top-layout-01 .socials-nb li a i {
  color: #ffffff;
}
header.header-fixed .header-top {
  display: none;
}
/* #Header Main */
.header-main {
  background-color: #fff;
  height: 100px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header-main .header-logo {
  width: 200px;
  min-height: 150px;
  float: left;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header-main .logo {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
.header-main .main-nav-wrapper {
  float: right;
}
/* #Main Navigation */
#main-nav {
  /* Dropdow Menu */
}
#main-nav > li {
  display: block;
  padding: 0 8px;
}
#main-nav > li > a {
  line-height: 80px;
  color: #29272e;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#main-nav > li > a:hover, #main-nav > li a:focus {
  background-color: transparent;
}
#main-nav > li > a {
  position: relative;
}
#main-nav > li > a:after {
  content: '';
  position: absolute;
  height: 2px;
  left: 15px;
  width: 0;
  top: 50%;
  margin-top: 15px;
  background-color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#main-nav > li.current-menu-item > a, #main-nav > li:hover > a {
  position: relative;
}
#main-nav > li.current-menu-item > a:after, #main-nav > li:hover > a:after {
  width: 60px;
}
#main-nav > li.active > a {
  position: relative;
  background-color: transparent;
}
#main-nav > li.active > a:after {
  width: 60px;
}
#main-nav > .open > a {
  background-color: transparent;
}
#main-nav .dropdown .dropdown-menu {
  opacity: 0;
  z-index: -1;
  left: 0;
  margin: 0;
  padding: 0;
  min-width: 180px;
  border-radius: 0;
  border: 0;
  -webkit-box-shadow: 0 5px 19px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#main-nav .dropdown .dropdown-menu > li > a {
  padding: 10px 20px;
}
#main-nav .dropdown.open > .dropdown-menu {
  opacity: 1;
  z-index: 99;
  left: 15px;
}
#main-nav .dropdown.dropdown-mega {
  position: static;
}
#main-nav .dropdown.dropdown-mega .dropdown-mega-menu {
  width: 100%;
}
/* Utility Nav */
.utility-nav {
  float: right;
}
.utility-nav .search-bar {
  display: inline-block;
  line-height: 80px;
  padding: 10px;
  color: #29272e;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.utility-nav .dropdown-menu {
  left: auto;
  right: 0;
  padding: 15px;
  width: 250px;
  border-radius: 0;
  margin: 0;
}
.utility-nav .search-form .input-group input {
  border-radius: 0;
  box-shadow: none;
  border-color: #d0d0d0;
  padding: 8px 15px;
  height: 35px;
}
.utility-nav .search-form .input-group-addon {
  border-radius: 0;
}
/* #Header Fixed */
header.header-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}
header.header-fixed .header-main {
  background-color: rgba(255, 255, 255, 0.95);
  height: 60px;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
}
header.header-fixed .header-main .header-logo {
  min-height: 60px;
}
header.header-fixed .header-main .utility-nav .search-bar {
  line-height: 40px;
}
header.header-fixed .header-main #main-nav > li > a {
  color: #29272e;
  line-height: 40px;
}
header.header-fixed #st-trigger-effects {
  line-height: 60px;
}
header.header-fixed #st-trigger-effects .st-btn-efect {
  color: #000;
}
/* Header Transparent */
.header-transparent .header-main {
  background-color: transparent;
}
.header-transparent .header-top.top-layout-02 {
  /*opacity: 0.9; */
}
.header-transparent #main-nav > li > a {
  color: #fff;
  font-weight: 900;
}
.header-transparent .utility-nav .search-bar {
  color: #fff;
}
.header-transparent .logo-fixed {
  display: none;
}
.header-transparent.header-fixed > li > a {
  color: #29272e;
}
.header-transparent.header-fixed .utility-nav .search-bar {
  color: #29272e;
}
.header-transparent.header-fixed .logo-static {
  display: none;
}
.header-transparent.header-fixed .logo-fixed {
  display: block;
}
/*Header Vertical*/
.body-full {
  height: 100%;
}
#st-container.st-container {
  position: static;
  height: auto;
}
#st-container.st-container.st-menu-open {
  position: relative;
  height: 100%;
}
.search-form.search-layout-01 {
  background: rgba(255, 255, 255, 0.05);
}
.search-form.search-layout-01 .search-input {
  border: none;
  color: rgba(255, 255, 255, 0.6);
}
.search-form.search-layout-01 .search-input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.search-form.search-layout-01 .search-input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.search-form.search-layout-01 .search-input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.search-form.search-layout-01 .search-input:-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.search-form.search-layout-01 .input-group-addon {
  background: transparent;
  border: none;
}
.search-form.search-layout-01 .input-group-addon i {
  color: rgba(255, 255, 255, 0.6);
}
.st-menu-open {
  background-color: rgba(0, 0, 0, 0.5);
}
.st-menu-open .swin-trigger-effects.btn-open {
  display: none;
}
.st-menu-open .header-main .header-logo {
  display: none;
}
#st-trigger-effects {
  float: left;
  line-height: 100px;
}
#st-trigger-effects .st-btn-efect {
  background: none;
  padding: 0 20px;
  border: none;
  color: #fff;
  font-size: 25px;
}
/* Header Sidebar*/
.header-sidebar #main-nav > li > a {
  color: #ffffff;
}
.header-sidebar .dropdown-menu > li > a {
  width: 100%;
}
.header-sidebar .swin-trigger-effects.btn-close {
  text-align: right;
}
.header-sidebar .swin-trigger-effects.btn-close button {
  background: none;
  border: none;
}
.header-sidebar .swin-trigger-effects.btn-close {
  color: rgba(255, 255, 255, 0.6);
  font-size: 22px;
  margin-top: 35px;
}
.header-sidebar .menu-content {
  padding: 0 30px;
  background-color: rgba(0, 0, 0, 0.5);
}
.header-sidebar .socials {
  width: 100%;
  text-align: center;
  margin-top: 14%;
  margin-bottom: 0;
}
.header-sidebar .socials li a {
  background-color: rgba(255, 255, 255, 0.3);
}
.header-sidebar .search-form {
  margin-top: 10%;
}
.header-sidebar .main-nav-wrapper {
  margin-top: 12%;
  padding: 0 10px;
}
.header-sidebar .main-nav-wrapper .main-nav {
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding: 0 0 10px 0;
}
.header-sidebar .main-nav-wrapper .main-nav::after {
  right: 100%;
  content: '';
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  bottom: -3px;
}
.header-sidebar .main-nav-wrapper .main-nav::before {
  left: 100%;
  content: '';
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.2);
  bottom: -3px;
}
.header-sidebar .main-nav-wrapper #main-nav > li.current-menu-item > a:after, .header-sidebar .main-nav-wrapper #main-nav > li:hover > a:after {
  width: 59%;
}
.header-sidebar .main-nav-wrapper #main-nav > li.active > a:after {
  width: 59%;
}
.header-sidebar .main-nav-wrapper #main-nav li {
  float: none;
  text-align: center;
}
.header-sidebar .main-nav-wrapper #main-nav li a {
  line-height: 30px;
  display: inline-block;
}
.header-sidebar .main-nav-wrapper #main-nav li a::after {
  left: 21%;
}
.header-sidebar .header-logo {
  margin-bottom: 12%;
  margin-top: 18%;
}
.header-sidebar .header-logo img.logo-img {
  display: block;
  margin: 0 auto;
}
/*Header Box */
.header-box .bg-top-header {
  transform: translateY(-1px) scale(-1, -1);
  transform-origin: bottom;
}
.header-box .gambit_sep_decor1 {
  fill: #f15f2a;
}
.header-box .header-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background: #f15f2a;
  padding-top: 35px;
}
.header-box .header-main-wrapper {
  width: 100%;
  box-shadow: 0 0 35px 10px rgba(0, 0, 0, 0.08);
  padding: 0 40px 0 40px;
  position: relative;
  background-color: #fff;
}
.header-box .header-main-wrapper:before, .header-box .header-main-wrapper:after {
  content: '';
  display: table;
  clear: both;
}
/* ==========================================================================
   #Content
   ========================================================================== */
/* #Top Slider */
.top-header {
  position: relative;
  /* Slider Align Left - Image full width */
}
.top-header .slick-slide {
  position: relative;
}
.top-header .slide-content {
  position: absolute;
  top: 120px;
  left: 0;
  width: 100%;
  z-index: 1;
}
.top-header .slide-content .slide-icon {
  margin: 15px auto;
}
.top-header .slide-content .swin-sc-title {
  margin-bottom: 40px;
}
.top-header .slide-content .swin-sc-title .title {
  margin: 0;
  line-height: 1;
}
.top-header .slide-bg {
  height: 800px;
}
.top-header .slide-bg img {
  position: absolute;
  height: 100%;
  width: auto;
  max-width: none;
  left: 50%;
  transform: translatex(-50%);
}
.top-header .slick-dots {
  bottom: 20px;
}
.top-header .slick-dots li {
  margin: 0;
}
.top-header .slick-dots li button::before {
  font-size: 8px;
}
.top-header.layout-shop .slide-content {
  top: 30%;
}
.top-header.layout-shop .slide-bg {
  height: auto;
}
.top-header.layout-shop .slide-bg img {
  position: relative;
  left: 0;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  width: 100%;
  height: auto;
}
.top-header.layout-shop .title {
  font-size: 60px;
}
.top-header.layout-shop .subtitle {
  margin-top: 20px;
  font-size: 26px;
  color: #424242;
  text-transform: capitalize;
}
.top-header.layout-shop .slick-arrow .arrow-slide i {
  border-color: #d1d1d1;
}
.top-header.layout-shop .slick-arrow .arrow-slide::before {
  width: 30px;
  background-color: #d1d1d1;
}
/* #Top Header Ver 2 - Header Image Parallax */
.top-header .slide-content .slide-text-01 {
  position: relative;
  font-weight: 700;
  font-size: 16px;
  color: #f15f2a;
  text-transform: uppercase;
  display: inline-block;
  line-height: 1;
}
.top-header .slide-content .slide-text-01.style-long span.text:before, .top-header .slide-content .slide-text-01.style-long span.text:after {
  width: 90px;
}
.top-header .slide-content .slide-text-01.style-long span.text:before {
  left: -95px;
}
.top-header .slide-content .slide-text-01.style-long span.text:after {
  right: -95px;
}
.top-header .slide-content .slide-text-01.style-long:before {
  left: -95px;
}
.top-header .slide-content .slide-text-01.style-long:after {
  right: -95px;
}
.top-header .slide-content .slide-text-01 span.text:before, .top-header .slide-content .slide-text-01 span.text:after {
  content: '';
  width: 50px;
  position: absolute;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #f15f2a;
  top: 50%;
  margin-top: 0;
}
.top-header .slide-content .slide-text-01 span.text:before {
  left: -65px;
}
.top-header .slide-content .slide-text-01 span.text:after {
  right: -65px;
}
.top-header .slide-content .slide-text-01:before, .top-header .slide-content .slide-text-01:after {
  content: '';
  position: absolute;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #f15f2a;
  top: 50%;
  margin-top: -1px;
}
.top-header .slide-content .slide-text-01:before {
  left: -65px;
}
.top-header .slide-content .slide-text-01:after {
  right: -65px;
}
.top-header .slide-content.slide-layout-02 {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}
.top-header .slide-content.slide-layout-02 .slide-title {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-size: 90px;
  color: #fff;
  text-align: center;
  margin-bottom: 0;
}
.top-header .slide-content.slide-layout-02 .slide-sub-title {
  font-family: 'Berkshire Swash', cursive;
  font-size: 80px;
  color: #fff;
  text-align: center;
  position: relative;
}
.top-header .slide-content.slide-layout-02 .slide-sub-title .text {
  display: block;
  width: 51%;
  margin: 0 auto;
  line-height: 1;
}
.top-header .slide-content.slide-layout-02 .slide-sub-title .text span {
  display: inline-block;
  margin-right: 25px;
}
.top-header .slide-content.slide-layout-02 .slide-sub-title .text span:after {
  content: '';
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #fff;
  margin-left: 25px;
  margin-bottom: 10px;
}
.top-header .slide-content.slide-layout-02 .slide-sub-title .text span:last-child {
  margin-right: 0;
}
.top-header .slide-content.slide-layout-02 .slide-sub-title .text span:last-child:after {
  display: none;
}
.top-header .slide-content.slide-layout-02 .slide-content-inner {
  width: 90%;
  margin: 0 auto;
}
.top-header .slide-content.slide-layout-02 .line-before {
  float: left;
  height: 3px;
  background-color: #FFF;
  width: 280px;
  position: relative;
  margin-top: 50px;
}
.top-header .slide-content.slide-layout-02 .line-before:before {
  content: '';
  position: absolute;
  left: 0;
  top: -3px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #fff;
}
.top-header .slide-content.slide-layout-02 .line-after {
  float: right;
  height: 3px;
  background-color: #FFF;
  width: 280px;
  position: relative;
  margin-top: 50px;
}
.top-header .slide-content.slide-layout-02 .line-after:after {
  content: '';
  position: absolute;
  right: 0;
  top: -3px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #fff;
}
.top-header .slide-content.slide-layout-02.slide-style-02 .slide-content-inner {
  width: 65%;
}
.top-header .slide-content.slide-layout-02.slide-style-02 .slide-sub-title {
  font-size: 46px;
}
.top-header .slide-content.slide-layout-03 {
  top: 95px;
  text-align: center;
}
.top-header .slide-content.slide-layout-03 .top-content {
  position: relative;
  display: inline-block;
}
.top-header .slide-content.slide-layout-03 .top-content .line {
  position: absolute;
  bottom: 2px;
  height: 1px;
  background-color: #f15f2a;
}
.top-header .slide-content.slide-layout-03 .top-content .line.short {
  width: 48px;
  bottom: 13px;
}
.top-header .slide-content.slide-layout-03 .top-content .line.long {
  width: 114px;
}
.top-header .slide-content.slide-layout-03 .top-content .line.left {
  right: 100%;
}
.top-header .slide-content.slide-layout-03 .top-content .line.right {
  left: 100%;
}
.top-header .slide-content.slide-layout-03 .top-content img {
  display: inline-block;
  margin-bottom: 1px;
  padding: 0 10px;
}
.top-header .slide-content.slide-layout-03 .slide-title {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 80px;
  color: #29272e;
  text-align: center;
  margin-bottom: 0;
  margin-top: 20px;
}
.top-header .slide-content.slide-layout-03 .slide-sub-title {
  margin-top: 20px;
}
/* #Top Header Ver 3 - Header Video Background */
.top-bg-video .slides {
  height: 100vh;
  position: relative;
}
.top-bg-video .slides.playing:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}



/* #Page Title */
.page-title {
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
.page-title:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0 0 0 / 0.30);
}
.page-title .title-wrapper {
  padding-bottom: 140px;
  padding-top: 260px;
  text-align: center;
  position: relative;
}
.page-title .title-wrapper ul.bread-crumb {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.page-title .title-wrapper ul.bread-crumb li {
  font-size: 14px;
  display: inline-block;
  position: relative;
}
.page-title .title-wrapper ul.bread-crumb li.main {
  color: #bbbbbb;
  margin-left: 50px;
}
.page-title .title-wrapper ul.bread-crumb li.main:before {
  content: '';
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #fff;
  top: 12px;
  margin-left: -10px;
}
.page-title .title-wrapper ul.bread-crumb li.main span:before {
  content: "";
  position: absolute;
  width: 40px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #fff;
  top: 14px;
  margin-left: -50px;
}
.page-title .title-wrapper ul.bread-crumb li.sub {
  margin-left: 10px;
  text-transform: capitalize;
  color: #fff;
}
.page-title .title-wrapper ul.bread-crumb li.sub:before {
  position: absolute;
  content: ".";
  color: #fff;
  font-size: 18px;
  top: 0;
  line-height: 18px;
  margin-left: -10px;
}
.page-title .title {
  color: #fff;
  font-family: 'Berkshire Swash', cursive;
  font-size: 64px;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 20px;
}
.page-title .subtitle {
  color: #d2d2d2;
  font-size: 16px;
}
.divider {
  position: relative;
  width: 225px;
  margin: auto;
  height: 15px;
}
.divider .line-before, .divider .line-after {
  position: absolute;
  height: 2px;
  background-color: #fff;
  width: 100px;
}
.divider .line-before {
  left: 0;
}
.divider .line-after {
  right: 0;
}
.divider .dot {
  position: absolute;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  border: 1px solid #fff;
  background-color: #fff;
  top: -6px;
  left: 50%;
  transform: translateX(-50%);
}
.divider .dot:before, .divider .dot:after {
  content: '';
  position: absolute;
  height: 5px;
  width: 5px;
  background-color: #fff;
  top: 3px;
  left: 50%;
  border-radius: 50%;
}
.divider .dot:before {
  transform: translateX(-15px);
}
.divider .dot:after {
  transform: translateX(9px);
}
/* #Page Content */
.page-content-wrapper {
  background-color: #fff;
}
.page-content {
  padding: 100px 0;
}
.page-content.no-padding {
  padding: 0;
}
#totop {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  position: fixed;
  bottom: 40px;
  right: 1.5%;
  display: none;
  z-index: 9999;
  background: #494949;
  border: 3px solid #ffffff;
  border-radius: 50%;
  height: 47px;
  width: 47px;
  text-align: center;
  transition: all 0.2s linear;
}
#totop i {
  color: #ffffff;
  line-height: 40px;
  font-size: 20px;
  transition: all 0.2s ease;
}
#totop:hover i {
  line-height: 35px;
}
/* #Footer */
.footer-main {
  background-color: #000000;
  padding-top: 25px;
  padding-bottom: 18px;
}
.footer-main p {}
.footer-main .socials-nb li a i {
  font-size: 24px;
}

/* ==========================================================================
   #Content
   ========================================================================== */

/*
 * Live Setting
 */
.swin-transition, a#open-popup, #popup, .color-setting li, .color-setting a {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
a#open-popup {
  position: fixed;
  z-index: 10;
  top: 85px;
  right: 5px;
  display: block;
  color: #333;
  width: 45px;
  height: 45px;
  font-size: 16px;
  text-align: center;
  line-height: 45px;
  border-radius: 5px;
  background-color: #fff;
  cursor: pointer;
  opacity: 0.6;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
}
a#open-popup:hover, a#open-popup.show {
  opacity: 1;
}
#popup {
  position: fixed;
  z-index: 10;
  top: 85px;
  margin-top: 50px;
  right: -10px;
  width: 200px;
  height: auto;
  background-color: #FFF;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
  opacity: 0;
}
#popup.showup {
  right: 5px;
  opacity: 1;
}
#popup .live-title {
  font-family: "Roboto", sans-serif;
  font-size: 28px;
  color: #333;
  margin: 0 20px;
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
.box-setting {
  padding: 20px;
}
.box-setting p {
  font-size: 12px;
  color: #888;
}

@media screen and (max-width:1199px) {
  #main-nav > li {
    padding: 0 0px;
  }
}
.alert-top {
  background-color: rgba(6, 6, 6, 0.82);
  text-align: center;
  width: 100%;
}
p.alert-top {
  color: #fff;
}
.header-fixed .alert-top {
  display: none;
}

span.update{
	font-size: 15px;
	color: #959595;
}

/* HIDE WHEN NOT USING ALERT 
header.header-fixed .header-main{
    height: 100px!important;
}*/