/*

====================================================
            End table content 
===================================================*/
/*====== Link Google Fonts API ========*/
@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700");
@import url("https://fonts.googleapis.com/css?family=Gabriela");
/*==================================================
1. GENERAL 
==================================================*/
body, html {
  font-family: "Poppins", sans-serif;
  min-height: 100%;
  color: #303030;
  padding: 0px;
  margin: 0px;
  font-size: 16px;
  line-height: 1.8;
  font-weight: 300; }

body {
  padding: 0;
  margin: 0; }

a {
  color: #ffc700;
  cursor: pointer; }

a:hover, a:focus, a:active {
  text-decoration: none;
  color: #090909; }

a.btn-style {
  background: #929292;
  color: #ffffff;
  padding: 2px 8px;
  font-size: 12px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }

a.btn-style:hover {
  background: #000000; }

.animated {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-delay: 500ms;
  animation-delay: 500ms; }

.animate-out {
  -webkit-animation-delay: 0ms;
  animation-delay: 0ms; }

.text-theme {
  color: #ffc700; }

.clear {
  clear: both;
  height: 0px; }

.line {
  width: 100px;
  height: 4px;
  margin: 20px auto;
  background: #ffffff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }

.outline-btn {
  border: 1px solid #ffffff;
  color: #ffffff;
  -webkit-border-radius: 90px;
  -moz-border-radius: 90px;
  border-radius: 90px;
  padding: 5px 30px;
  display: inline-block; }

.outline-btn:hover {
  text-decoration: none;
  color: #513f00;
  cursor: pointer;
  background: #ffc700;
  border: 1px solid #ffc700; }

.rounded-button {
  background: #ffc700;
  color: #513f00;
  display: inline-block;
  -webkit-border-radius: 90px;
  -moz-border-radius: 90px;
  border-radius: 90px;
  padding: 10px 30px;
  border: 0px solid #ffffff;
  font-weight: 600; }

.rounded-button:hover,
.rounded-button:active {
  background: #090909;
  cursor: pointer;
  color: #ffffff;
  -webkit-box-shadow: 3px 3px 9px 0px rgba(50, 50, 50, 0.29);
  -moz-box-shadow: 3px 3px 9px 0px rgba(50, 50, 50, 0.29);
  box-shadow: 3px 3px 9px 0px rgba(50, 50, 50, 0.29); }

.fadetransition {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }

.heading-section {
  margin: 0px 0px 0px; }

.heading-title {
  width: 100%;
  font-size: 24px;
  text-align: center;
  text-transform: uppercase;
  font-family: "Gabriela", serif; }

.heading-text {
  text-align: center;
  width: 100%; }

.parallax-stellar {
  background-attachment: fixed;
  background-position: 50% 0;
  background-repeat: no-repeat;
  position: relative; }

.owl-dots {
  width: 100%;
  text-align: center; }

.owl-dots .owl-dot {
  display: inline-block;
  margin: 0px 6px 0px 0px;
  height: 10px;
  width: 10px;
  border: 1px solid #ffffff;
  -webkit-border-radius: 90px;
  -moz-border-radius: 90px;
  border-radius: 90px; }

.owl-dots .owl-dot.active {
  width: 20px;
  background: #ffffff; }

ul.list-ul {
  padding: 0px 0px; }

ul.list-ul li {
  list-style: none; }

body .form-control {
  -webkit-box-shadow: inset 0px 0px 0px 0px transparent;
  -moz-box-shadow: inset 0px 0px 0px 0px transparent;
  box-shadow: inset 0px 0px 0px 0px transparent; }

body .form-control:hover,
body .form-control:focus {
  -webkit-box-shadow: 0px 0px 0px 0px transparent;
  -moz-box-shadow: 0px 0px 0px 0px transparent;
  box-shadow: 0px 0px 0px 0px transparent; }

body .form-control:focus,
body .form-control:active {
  border: 1px solid #ffc700; }

body label {
  font-weight: 500; }

.to-right {
  float: right; }

.to-left {
  float: left; }

.os-animation, .staggered-animation {
  opacity: 0; }

.os-animation.animated, .staggered-animation.animated {
  opacity: 1; }

/*==================================================
2. PRELOADER
==================================================*/
.preloading {
  width: 100%;
  text-align: center;
  height: 100%;
  position: fixed;
  background: #ffffff;
  z-index: 999999;
  top: 0px;
  display: table;
  left: 0; }

.preloading .text-preloading {
  color: #000000;
  padding-bottom: 10px;
  letter-spacing: 5px;
  font-size: 12px;
  padding-top: 10px; }

.preloading .wrap-preload {
  display: table-cell;
  text-align: center;
  vertical-align: middle; }

.preloading .cssload-loader {
  width: 49px;
  height: 49px;
  border-radius: 50%;
  margin: 1em;
  display: inline-block;
  position: relative;
  vertical-align: middle; }

.preloading .cssload-loader,
.preloading .cssload-loader:before,
.preloading .cssload-loader:after {
  animation: 1.15s infinite ease-in-out;
  -o-animation: 1.15s infinite ease-in-out;
  -ms-animation: 1.15s infinite ease-in-out;
  -webkit-animation: 1.15s infinite ease-in-out;
  -moz-animation: 1.15s infinite ease-in-out; }

.preloading .cssload-loader:before,
.preloading .cssload-loader:after {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0; }

.preloading .cssload-loader:before,
.preloading .cssload-loader:after {
  content: ""; }

.preloading .cssload-loader {
  background-color: white;
  animation: cssload-flower-fan 0.46s infinite linear;
  -o-animation: cssload-flower-fan 0.46s infinite linear;
  -ms-animation: cssload-flower-fan 0.46s infinite linear;
  -webkit-animation: cssload-flower-fan 0.46s infinite linear;
  -moz-animation: cssload-flower-fan 0.46s infinite linear; }

.preloading .cssload-loader:before {
  content: "";
  width: 80%;
  height: 80%;
  background-color: white;
  top: 10%;
  left: 10%;
  box-shadow: 5px -3px 0 rgba(255, 100, 100, 0.7), 5px 5px 0 rgba(100, 255, 100, 0.7), -3px 5px 0 rgba(100, 100, 255, 0.7), -5px -5px 0 rgba(240, 240, 120, 0.7);
  -o-box-shadow: 5px -3px 0 rgba(255, 100, 100, 0.7), 5px 5px 0 rgba(100, 255, 100, 0.7), -3px 5px 0 rgba(100, 100, 255, 0.7), -5px -5px 0 rgba(240, 240, 120, 0.7);
  -ms-box-shadow: 5px -3px 0 rgba(255, 100, 100, 0.7), 5px 5px 0 rgba(100, 255, 100, 0.7), -3px 5px 0 rgba(100, 100, 255, 0.7), -5px -5px 0 rgba(240, 240, 120, 0.7);
  -webkit-box-shadow: 5px -3px 0 rgba(255, 100, 100, 0.7), 5px 5px 0 rgba(100, 255, 100, 0.7), -3px 5px 0 rgba(100, 100, 255, 0.7), -5px -5px 0 rgba(240, 240, 120, 0.7);
  -moz-box-shadow: 5px -3px 0 rgba(255, 100, 100, 0.7), 5px 5px 0 rgba(100, 255, 100, 0.7), -3px 5px 0 rgba(100, 100, 255, 0.7), -5px -5px 0 rgba(240, 240, 120, 0.7); }

.preloading .cssload-loader:after {
  content: "";
  border: 3px solid white;
  z-index: 2;
  top: -3px;
  left: -3px; }

@keyframes cssload-flower-fan {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
@-o-keyframes cssload-flower-fan {
  0% {
    -o-transform: rotate(0deg); }
  100% {
    -o-transform: rotate(360deg); } }
@-ms-keyframes cssload-flower-fan {
  0% {
    -ms-transform: rotate(0deg); }
  100% {
    -ms-transform: rotate(360deg); } }
@-webkit-keyframes cssload-flower-fan {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg); } }
@-moz-keyframes cssload-flower-fan {
  0% {
    -moz-transform: rotate(0deg); }
  100% {
    -moz-transform: rotate(360deg); } }
/*==================================================
3. BACK TO TOP
==================================================*/
.back-to-top {
  padding: 12px 0px;
  font-size: 20px !important;
  cursor: pointer;
  position: fixed;
  bottom: 50px;
  right: 50px;
  display: none;
  border: 0px solid #333;
  background: #ffc700;
  z-index: 5;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  color: #896f14 !important; }

.back-to-top.btn-primary:hover,
.back-to-top.btn-primary:focus,
.back-to-top.btn-primary:active,
.back-to-top.btn-primary.active,
.open .back-to-top.dropdown-toggle.btn-primary {
  color: #FFF;
  opacity: 0.8;
  background: #ffc700;
  border: 0px solid #333; }

/*==================================================
4. HEADER
==================================================*/
@media screen and (min-width: 768px) {
  header .nav > li {
    padding: 0px 15px; }

  header .nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    border-color: #ffffff; }

  header.sticky .nav-header nav .navbar-nav > li > a {
    color: #262626;
    padding: 20px 0px 20px !important; }

  .nav > li > a:focus, .nav > li > a:hover {
    border-bottom: 2px solid #ffffff;
    padding-bottom: 18px !important; }

  .sticky .nav-header nav .navbar-nav > li > a:hover {
    border-bottom: 5px solid #ffc700; }

  .header.sticky .nav-header .nav > li.active > a {
    border-bottom: 5px solid #ffc700;
    padding-bottom: 15px !important; } }
header.header .dropdown-menu > .active > a,
header.header .dropdown-menu > .active > a:focus,
header.header .dropdown-menu > .active > a:hover {
  background-color: transparent;
  color: #303030; }

header .dropdown-menu > li > a {
  padding: 8px 20px;
  border-bottom: 1px solid #f0f0f0; }

header .dropdown-menu {
  padding: 0px 0px; }

.header .logo {
  padding: 20px 0px;
  height: 120px; }

.header .logo img {
  max-height: 100%;
  width: auto; }

.header .in-header {
  margin: 0 auto; }

.header .in-header .header-bottom {
  padding-left: 15px;
  padding-right: 15px; }

.header {
  z-index: 101;
  width: 100%;
  position: absolute; }

/*---------- NAVIGATION MENU ----------*/
.dropdown-submenu {
  position: relative; }

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%; }

.dropdown-submenu > a:after {
  content: "";
  margin-top: 6px;
  margin-right: -10px;
  float: right;
  border-left: 4px solid;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent; }

.nav-header nav .navbar-nav > li > a {
  background-color: transparent !important;
  font-size: 14px;
  font-weight: 400;
  color: #ffffff; }

.nav-header .caret {
  margin-left: 5px; }

.nav-header .navbar {
  margin-bottom: 0px;
  border: 0px solid #ffffff; }

.innerpage .header {
  position: relative;
  -webkit-box-shadow: 0px 1px 5px 0px rgba(50, 50, 50, 0.27);
  -moz-box-shadow: 0px 1px 5px 0px rgba(50, 50, 50, 0.27);
  box-shadow: 0px 1px 5px 0px rgba(50, 50, 50, 0.27); }

.licon {
  padding-right: 10px; }

/*==================================================
5. SLIDER
==================================================*/
section.home-slider {
  height: 700px;
  overflow: hidden; }

section.home-slider .slide-caption {
  position: absolute;
  z-index: 3;
  top: 150px;
  text-align: center;
  width: 100%;
  color: white;
  padding: 80px 0px 0px; }

section.home-slider .slider-caption-left {
  width: 400px;
  left: 100px;
  top: 100px; }

section.home-slider .slider-caption-right {
  width: 400px;
  right: 100px;
  top: 100px; }

section.home-slider .slide-layer-img {
  right: 120px;
  top: 80px;
  position: absolute;
  z-index: 2; }
  

section.home-slider #home-slider .item .filter-slider {
  background-color: #000000;
  opacity: 0.1;
  position: absolute;
  z-index: 2;
  height: 100%;
  width: 100%; }

section.home-slider .slide-caption h2 {
  font-size: 60px;
  font-family: "Gabriela", serif; }

section.home-slider p {
  max-width: 800px;
  margin: 0 auto;
  text-align: center; }

section.home-slider .owl-nav {
  position: absolute;
  top: 280px;
  width: 100%;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }

section.home-slider:hover .owl-nav {
  opacity: 1; }

section.home-slider .owl-nav .owl-prev,
section.home-slider .owl-nav .owl-next {
  width: 50px;
  height: 50px;
  display: table;
  background-color: #000000;
  color: #ffffff;
  font-size: 24px;
  position: absolute;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }

section.home-slider .owl-nav .fa {
  display: table-cell;
  vertical-align: middle;
  text-align: center; }

section.home-slider .owl-nav .owl-prev {
  left: 10px; }

section.home-slider .owl-nav .owl-next {
  right: 10px; }
  
  @media(max-width:500px){
	  section.home-slider {
  margin-top:100px;
  }
 