/*

Template 2078 Adventure

http://www.tooplate.com/view/2078-adventure

*/

/* Body 
------------------------------------- */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	position: relative;
	background-image: none;
	background-repeat: no-repeat;
}

html,body {
	overflow-x: hidden;
	font-size: 100%;
	width: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	vertical-align: baseline;
	background-image: none;
	background-repeat: no-repeat;
  }

img {
  vertical-align: middle;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* Typography
------------------------------------- */
h1,h2,h3,h4,h5 {
	font-weight: normal;
}

p {
	color: #FFFFFF;
	letter-spacing: 0.9px;
	line-height: 17px;
	font-family: "Arima Madurai";
	font-size: 13px;
	font-style: normal;
	font-weight: 500;
}
h1 {
	color: #FC9;
	font-family: Cinzel;
	font-size: 24px;
	line-height: 26px;
}
h2 {
	color: #FFF;
	font-family: "Zilla Slab";
	font-size: 18px;
	font-weight: 600;
	line-height: 22px;
}
h3 {
	color: #FFF4A8;
	font-family: Coda;
	font-size: 16px;
	font-weight: bold;
	line-height: 17px;
}
h4 {
	color: #FFF;
	font-family: Coda;
	font-size: 18px;
}

h5 {
	color: #FFEBAF;
	letter-spacing: 3px;
	padding-top: 0px;
	font-family: Coda;
	font-size: 13px;
	font-weight: bold;
}
h6 {
	font-size: 12px;
	color: #FFF;
	font-family: Coda;
	line-height: 13px;
	font-weight: bold;
}
.acolor1 {
	color: #FFE5AF;
}

.color-white {
  color: #FFF;
}

.color-white a {
}


/* All Section styles
------------------------------------- */
.section-title {
	border: 4px solid #000;
	padding: 2px;
	position: relative;
	text-align: center;
	margin-bottom: 92px;
}

.parallax-section {
  background-attachment: fixed !important;
  background-size: cover !important;
}


/* preloader styles
/* ========================================== */
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    background: none repeat scroll 0 0 #fff;
}

.sk-rotating-plane {
  width: 40px;
  height: 40px;
  background-color: #ffa400;
  -webkit-animation: sk-rotatePlane 1.2s infinite ease-in-out;
          animation: sk-rotatePlane 1.2s infinite ease-in-out; }

@-webkit-keyframes sk-rotatePlane {
  0% {
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
            transform: perspective(120px) rotateX(0deg) rotateY(0deg); }
  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
            transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg); }
  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
            transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); } }

@keyframes sk-rotatePlane {
  0% {
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
            transform: perspective(120px) rotateX(0deg) rotateY(0deg); }
  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
            transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg); }
  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
            transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); } }


/* navigation styles
/* ========================================== */
.custom-navbar {
    background: #000000;
    border: none;
    margin-bottom: 0;
    text-align: center;
}

.custom-navbar .navbar-brand  {
	border: 4px solid #ffffff;
	color: #ffffff;
	font-weight: 600;
	font-size: 6px;
	padding-top: 11px;
}

.custom-navbar .navbar-brand .navbar-toggle {
	background: #ffa400;
	padding: 4px 6px;
	font-size: 11px;
	color: #fff;
}

.custom-navbar .nav li {
  
}    

.custom-navbar .nav li a {
	display: block;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 2px;
	color: #FFDB97;
	font-family: Coda;
	padding-top: 15px;
	padding-right: 4px;
	padding-bottom: 15px;
	padding-left: 4px;
	margin-right: 4px;
	margin-left: 4px;
 }

.custom-navbar .nav li a:hover {
	background: transparent;
	color: #FF3;
	text-decoration: underline;
}

.custom-navbar .nav > li > a:focus {
	background-color: transparent;
	color: #FFDB97;
	outline: none;
}

.custom-navbar .nav li.active > a {
  border-bottom: 2px solid #ffffff;
}

.custom-navbar .navbar-toggle {
    border: none;
}
.custom-navbar .navbar-toggle .icon-bar {
    background: #ffa400;
    border-color: transparent;
}

@media(min-width:768px) {

    .custom-navbar {
	padding: 16px;
	background: 0 0;
    }

    .custom-navbar.top-nav-collapse {
       padding: 16px;
      background: #000000;
      border-bottom: 0;
    }
}

@media (max-width: 767px) {

   .custom-navbar .nav li.active > a {
        border-bottom: 2px solid transparent !important;
        color: #ffa400;
    }

}


/* BxSlider Section Style
/* ========================================== */
.site-slider ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.site-slider ul li {
  float: left;
  margin: 0;
}

.bx-wrapper img {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.bx-wrapper {
  background-color: #000000;
}

.bx-thumbnail-wrapper {
  background-color: #161616;
  text-align: center;
  margin-top: -1px;
  position: relative;
}

.caption-wrapper {
	position: relative;
}

.slider-caption {
	position: absolute;
	z-index: 988;
	bottom: 200px;
	color: #ffffff;
	display: inline-block;
	right: 0;
	left: 0;
	text-align: center;
	padding: 0 20px 20px 20px;
	font-family: Oswald;
	font-size: 30px;
	font-weight: 600;
}
.slider-caption h2 {
	font-size: 40px;
	font-weight: 800;
	display: inline-block;
	margin-bottom: 24px;
	font-family: Oswald;
	line-height: 44px;
}
.slider-caption p {
	font-size: 26px;
	font-family: Coda;
	line-height: 30px;
}

#bx-pager a {
  margin: 20px 10px 0 20px;
  padding: 0 0 40px 0;
  display: inline-block;
  opacity: 0.4;
  filter: alpha(opacity=40);
  outline: 0;
  border: 0;
}
#bx-pager a.active {
  opacity: 1;
  filter: alpha(opacity=100);
}
#bx-pager a img {
  outline: 0;
  border: 0;
}

.grid {
  position: relative;
  margin: 0 auto;
  padding: 1em 0 4em;
  max-width: 1000px;
  list-style: none;
  text-align: center;
}


/* footer section styles
/* ========================================== */
footer {
  background: #f9f9f9;
  text-align: center;
  padding-top: 120px;
  padding-bottom: 120px;
}

footer h2 {
  border: 4px solid #000000;
  display: inline-block;
  padding: 12px 32px 12px 32px;
  margin-bottom: 32px;
}


/*------------------------------------------------------
  RESPONSIVE STYLES 
--------------------------------------------------------*/
@media (max-width: 1200px) {

  .slider-caption {
	bottom: 90px;
	text-align: left;
	padding-bottom: 0px;
  }
}

@media (max-width: 980px) {
  .slider-caption {
	  bottom: 60px;
  }
  .slider-caption h2 {
	font-size: 32px;
  }
  .slider-caption p {
	  font-size: 18px;
  }
  .heading {
	font-size: 40px;
  }
  .custom-navbar .navbar-brand  {
	  border: none;
	  font-size: 18px;
  }
}

@media (max-width: 768px) {
	
  .slider-caption {
	  bottom: 30px;
  }
  .slider-caption h2 {
	font-size: 18px;
  }
  .slider-caption p {
	  font-size: 12px;
	  line-height: 14px;
  }
  
  .bx-controls-direction {
    bottom: -40px;
  }
  .grid figure img {
  margin-bottom: 22px;
  }
}

@media (max-width: 767px) {
  .site-slider {
    padding-top: 50px;
  }
}

@media (max-width: 502px) {
}

@media (max-width: 440px) {
  .heading {
    font-size: 37px;
  }
}

@media (max-width: 320px) {
  .heading {
    font-size: 32px;
  }
}
.aheader {
	font-family: "Arima Madurai";
	font-size: 22px;
	line-height: 22px;
	color: #FFE4B5;
}
.asubhead {
	font-family: "Arima Madurai";
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	color: rgb(255,212,121);
}
.alist {
	font-family: Oswald;
	font-size: 13px;
	line-height: 18px;
	color: rgb(255,226,170);
	font-weight: 600;
}
