* {
  outline: none !important;
}

body {
  font-family: 'Lato', Calibri, Arial, sans-serif;
  color: #222;
}

a {
  transition: all 0.3s ease-out;
  position: relative;
  padding: .5em;
  margin: -.5em;
}
a:focus, a:hover {
  text-decoration: none;
  color: #00ceb8;
}
#preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999999999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background: #fff url(../images/preloader.gif) no-repeat center center;
}
#sidebar-wrapper {
  z-index: 1000;
  position: fixed;
  right: 0;
  width: 260px;
  height: 100%;
  margin-right: -260px;
  overflow-y: auto;
  background: #00967f;
  z-index: 99999999;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.close-btn {
  display: block;
  color: #FFFFFF;
  font-size: 2em;
  margin: 0;
  padding: 0;
  text-align: right;
  width: 100%;
  padding-right: 25px;
}
.sidebar-nav {
  position: absolute;
  width: 250px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.sidebar-nav li {
  text-indent: 20px;
  line-height: 40px;
  border-bottom: 1px dotted rgba(255, 255, 255, 0.27);
}
.sidebar-nav li a {
  display: block;
  text-decoration: none;
  color: #FFF;
  font-size: 16px;
  padding: 15px 15px;
}
.toggle {
  margin: 5px 5px 0 0;
}
#menu-toggle {
  z-index: 1;
  font-size: 35px;
  float: right;
  border: 1px solid #fff;
  color: #fff;
  margin: 5px 0px;
  padding: 2px 10px;
  line-height: 0;
}
#banner {
  background: url(../images/bg.jpg);
  background-size: cover;
  padding-top: 0px;
  background-attachment: fixed;
  position: relative;
  min-height: 90vh;
}
.sticky {
  position: fixed;
  width: 100%;
  background: transparent;
  padding: 15px 0px;
  transition: all 0.5s;
  z-index: 99999;
}
#logo_menu {
  padding: 5px 0px;
}
.logo {
  font-family: 'caviar_dreams';
  color: #fff;
  font-size: 2.5em;
  line-height: 1.6;
}
.headings {
  padding: 5% 0 5% 0;
  color: #fff;
}
.polo-btn {
  display: block;
  color: #fff;
  border: 1px solid;
  text-align: center;
  font-size: 16px;
  font-weight: 300;
  padding: 15px 0px;
  margin: 0px 0px 20px 0px;
  transition: 0.4s ease all;
}
.polo-btn i {
  padding-right: 6px;
}
.headings h1 {
  font-size: 40px;
  font-weight: 300;
  padding-bottom: 0;
  margin-bottom: 0.5em;
}
.headings p {
  font-size: 18px;
  font-weight: 300;
  padding-bottom: 0px;
  margin-bottom: 0.5em;
}
h1 {
  margin: 0;
  border-top: 1px #ffffff dashed;
  border-bottom: 1px #ffffff dashed;
}
p, a, li {
  font-family: 'Oxygen', sans-serif;
}
@media (min-width: 993px){
  .headings {
    text-align: center;
  }
  .headings h1 {
    font-size: 7em;
    margin-bottom: 1em;
  }
  .headings p {
    font-size: 2em;
    margin-bottom: 2em;
  }
}
@media (max-width: 992px){
  .headings h1, .headings p {
    text-align: center;
  }
}
