/*
	Project Name : Mountain Biking
	Author Company : Ewebcraft
	Project Date: 16 June, 2015
	Author Website : http://www.ewebcraft.com
	Author Email : ewebcraft@gmail.com
*/

/*------------------------------------------------------------------
[generic Table of contents]

* body
  
  + @font-face

  + #loader  

  + #topbar
			
  + #main-slider

  + #main-navigation

  + #about
    - .welcomeColumns

  + #video
  
  + #trails
    - #trail-slider

  + #instructor
    - #instructor-slider

  + #news-letter
    - #subscribe

  + #parts
    - #parts-slider

  + #gallery
    - #gallery-slider

  + #testimonials
    - #testimonials-slider

  + #packages
    - .package

  + #blogs
    - .blog-container

  + #sponsers
  
  + #contact
    - .contact-info
  
  + #map-canvas

  + #footer
    - .social

  + #copy-right
  
  -------------------------------------------------------------------*/

.mapimg img {  
  max-width: 100%;
 }

@media only screen and (max-width: 480px) {
  .mapimg img {
    width: 100%;
  }
}

@font-face {
  font-family: 'OpenSans';
  src: url('../fonts/OpenSansd41d.eot?#iefix') format('embedded-opentype'),  url('../fonts/OpenSans.woff') format('woff'), url('../fonts/OpenSans.ttf')  format('truetype'), url('../fonts/OpenSans.svg#OpenSans') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Pacifico-Regular';
  src: url('../fonts/Pacifico-Regulard41d.eot?#iefix') format('embedded-opentype'),  url('../fonts/Pacifico-Regular.woff') format('woff'), url('../fonts/Pacifico-Regular.ttf')  format('truetype'), url('../fonts/Pacifico-Regular.svg#Pacifico-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Raleway';
  src: url('../fonts/Ralewayd41d.eot?#iefix') format('embedded-opentype'),  url('../fonts/Raleway.woff') format('woff'), url('../fonts/Raleway.ttf')  format('truetype'), url('../fonts/Raleway.svg#Raleway') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Raleway-Bold';
  src: url('../fonts/Raleway-Boldd41d.eot?#iefix') format('embedded-opentype'),  url('../fonts/Raleway-Bold.woff') format('woff'), url('../fonts/Raleway-Bold.ttf')  format('truetype'), url('../fonts/Raleway-Bold.svg#Raleway-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Raleway-ExtraBold';
  src: url('../fonts/Raleway-ExtraBoldd41d.eot?#iefix') format('embedded-opentype'),  url('../fonts/Raleway-ExtraBold.woff') format('woff'), url('../fonts/Raleway-ExtraBold.ttf')  format('truetype'), url('../fonts/Raleway-ExtraBold.svg#Raleway-ExtraBold') format('svg');
  font-weight: normal;
  font-style: normal;
}
.section-title {
  border-bottom: 1px solid #103a6b;
  display: inline-block;
  padding-bottom: 25px;
  position: relative;
}
.dark-section-indicator {
  width: 0;
  height: 0;
  position: absolute;
  bottom: -20px;
  left: 50%;
  margin-left: -30px;
  border-style: solid;
  border-width: 20px 30px 0 30px;
  border-color: #103a6b transparent transparent transparent;
}
.light-section-indicator {
  width: 0;
  height: 0;
  position: absolute;
  bottom: -85px;
  left: 50%;
  margin-left: -30px;
  border-style: solid;
  border-width: 20px 30px 0 30px;
  border-color: #f4f4f4 transparent transparent transparent;
}
h1.heading {
  font-family: 'Raleway-Bold';
  color: #fff;   
  text-transform: uppercase;
  font-size: 28px;
}
h1.heading span {
  background: #6ac610;
  padding: 10px 15px;
}
h3.small-heading {
  font-family: 'OpenSans';
  color: #b6b6b6;
  /* text-transform: uppercase; */
  display: inline-block;
  margin-top: 30px;
  line-height: 1.3em;
  font-size: 22px;
}
.section-detail {
  font-family: 'OpenSans';
  color: #b6b6b6;
  line-height: 1.8em;
  font-size: 16px;
  padding-left: 15px;
}

/* TopBar */

#topbar {
  background: #011f43;
  position: relative;
  overflow: hidden;
}
#topbar span.topbar-right{
  position: absolute;
  left: 75%;
  width: 100%;
  background: #6ac610;
  height: 50px;
}
#topbar p i {
  margin-right: 10px;
}
#topbar .address,
#topbar .email-address {
  color: #e0e0e0;
  font-family: 'OpenSans';
  font-size: 16px;
  margin-top: 15px;
}
#topbar .email-address a {
  color: #e0e0e0;
}
#topbar .address p,
#topbar .email-address p,
#topbar .social p {
  margin-bottom: 0px;
  font-size: 14px;
}
p.social-skew {
   background: #6ac610;
   height: 50px;
   margin-top: 0px;
   position: relative;
   width: 100%;
   padding-left: 70px;
}

p.social-skew:before {
   border-right: 50px solid transparent;
   border-top: 50px solid #011f43;
   content: "";
   height: 0;
   left: 0;
   position: absolute;
   top: 0;
   width: 0; 
}
p.social-skew a {
  margin-top: 15px;
  margin-left: 8px;
  display: inline-block;
  color: #fff;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}
p.social-skew a:hover {
  color: #2a2928;
}
p.social-skew a i.fa {
  font-size: 18px;
}

/* Main-navigation */

/*for main menu*/
#main-navigation {
  position: absolute;
  top: 50px !important;
  width: 100%;
  -webkit-transition: all 0.9s ease;
  -moz-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
  transition: all 0.9s ease;
  -ms-transition: all 1s ease;
}
.navbar-default{
  background-color:rgba(3, 60, 130, 0.7);
  border-color:transparent;
}
.navbar{
  border-radius:0;
  padding:3px 0;
  margin-bottom: 0px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.navbar > .container .navbar-brand{
  margin-left:0;
  padding:0;
  height:auto;
}
.navbar-collapse.collapse {
  margin-top: 30px;
}
.navbar-default .navbar-nav > li {
  font-family: 'Raleway';
  background: rgba(255,168,0,0);
  color: #fff;
  font-size: 14px;
  margin-left: 5px;
 
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -ms-transition: all 0.4s ease; 
}
.navbar-default .navbar-nav > li > a {
  color: #fff;
  padding-top: 5px;
  padding-bottom: 5px;
}
.navbar-default .navbar-nav > li.active,
.navbar-default .navbar-nav > li:hover {
  background: #6ac610;
  color: #2b2b2b;
  border-radius: 15px;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus, 
.navbar-default .navbar-nav > .active > a:hover {
  background-color: transparent;
  color: #2b2b2b;
  padding-top: 5px;
  padding-bottom: 5px;
}

#navigation.affix {
  background-color: #212121;
  position: fixed;
  top: 0;
  width: 100%;
  z-index:9999;
  -webkit-box-shadow: 0px 2px 5px -1px rgba(0,0,0,0.5);
  -moz-box-shadow: 0px 2px 5px -1px rgba(0,0,0,0.5);
  box-shadow: 0px 2px 5px -1px rgba(0,0,0,0.5);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}

/* MainSlider */

.ms-ctimer {
  right: 30px;
  top: 100px;
  /* left: none; */
}
#mainSlider .ms-layer.bold-title {
  font-family: 'Raleway-ExtraBold';
  color: #fff; 
  text-transform: uppercase;
  font-size: 75px;
  font-weight: bold;
  text-align: center;
}
#mainSlider .slide-3 .bold-title {
  font-size: 82px;
}
#mainSlider .ms-layer.light-title {
  font-family: 'Pacifico-Regular';
  color: #6ac610;
  text-transform: none;
  font-size: 30px;
  width: 42%;
  letter-spacing: normal;
  text-align: center;
}
#mainSlider .ms-layer.title-2 {
  font-family: 'Raleway-Bold';
  font-size: 45px;
  text-transform: uppercase;
}
#mainSlider .ms-layer.title-2 span {
  background: #6ac610;
  font-family: 'Raleway';
  color: #fff;
  padding: 0px 15px;
}
#mainSlider .ms-layer.normal-title {
  background: #6ac610;
  font-size: 45px;
  font-family: 'Raleway';
  color: #fff;
  text-transform: uppercase;
  padding: 0px 15px;
}
#mainSlider .btn-try-class {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
  font-family: 'Raleway';
  border-radius: 22px;
  padding:10px 40px 10px 40px;
  font-size: 18px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}
#mainSlider .btn-try-class:hover {
  background-color: #6ac610;
  border-color: #6ac610;
}

#mainSlider .ms-skin-black-2 .ms-nav-next,
#mainSlider .ms-skin-black-2 .ms-nav-prev {
  background-color: #6ac610;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}
#mainSlider .ms-skin-black-2 .ms-nav-next:hover,
#mainSlider .ms-skin-black-2 .ms-nav-prev:hover {
  border:3px solid rgba(255,168,0,0.9);
}

/* About */

section.module.parallax {
  height: auto;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
section.module.parallax-1 {
  background-image: url(../images/background.jpg);
  padding: 40px 0px;
}

#about .welcomeColumns {
  padding-top: 60px;
  overflow: hidden;
}
#about .welcomeColumns .welcome-column img {
  display: inline-block;
  -webkit-transform:scale(1);
  -moz-transform:scale(1);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}
#about .welcomeColumns .welcome-column:hover img {
  -webkit-transform:scale(1.3);
  -moz-transform:scale(1.3);
}
#about .welcomeColumns .welcome-column p {
  font-family: 'Raleway';
  color: #fff;
  text-transform: uppercase;  
  margin-top: 20px;
  font-size: 18px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}
#about .welcomeColumns .welcome-column:hover p {
  color: #8a8a8a;
}

/* Video */

section.module.parallax-2 {
  background-image: url(../images/video-bg.jpg);
      padding-bottom: 45px;
    padding-top: 70px;
}

#video .seperator {
   margin-bottom: 10px; 
}
#video h1 {
 font-family: 'Raleway-ExtraBold';
    font-size: 35px;
    color: #fff;
    margin-top: 20px;
    margin-bottom: 0px;
    text-transform: uppercase;
}
#video p {
  color: #011f43;
  font-family: 'Pacifico-Regular';
  font-size: 24px;
  margin-top: 15px;
  margin-bottom: 0px;
}
#video p a {
  color: #000;
  text-decoration: none;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}
#video p a:hover {
  color: #fff;
}
#video p i.fa {
  font-size: 30px;
  margin-left: 10px;
}

/* Trails */

#trails {  
  padding-bottom: 75px;
}
#trail-title {
  background: #f4f4f4;
  padding:75px 0px 60px;
}
#trails .section-title {
  border-bottom:none;
  padding-bottom: 0px;
  position: relative;
}
#trails h3.small-heading {
  color: #011f43;
  font-size: 20px;
}
#trails p.section-detail {
  color: #5d5d5d;
}

#trail-gallery {
  background: #f4f4f4;
  margin-top: 75px;
}

  /* Trail-Slider */

  #trail-slider .item{
    margin: 0px;
    overflow: hidden;
  }
  #trail-slider .item img{
    display: block;
    width: 100%;
    height: auto;
  }
   #trail-slider .item h3 {
    text-align: center;   
  } 
  #trail-slider .item h3 a {
    font-family: 'OpenSans';
    color: #011f43;
    margin:30px 0px 10px;
    font-size: 20px;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all 0.4s ease-in 0s;
    -moz-transition: all 0.4s ease-in 0s;
    -o-transition: all 0.4s ease-in 0s;
    transition: all 0.4s ease-in 0s;
    -ms-transition: all 0.4s ease-in 0s;
  }
  #trail-slider .item h3 a:hover,
  #trail-slider .item h3 a:focus {
    text-decoration: none;
  }
  #trail-slider .item p {
    font-family: 'OpenSans';
    color: #686868;
    margin: 0px 0px 40px;
    text-align: center; 
  }
  #trail-slider .item .trail-image {
    position: relative;
  }
  #trail-slider .item .trail-image .trail-hover {
    width: 100%;
    height: 2px;
    background-color: rgba(101,100,97,0.2);
    position: absolute;
    top: 50%;
    margin-top: -1px;
    left: 0;
    opacity: 0;
    text-align: center;
    -webkit-transition: all 0.4s ease-in 0s;
    -moz-transition: all 0.4s ease-in 0s;
    -o-transition: all 0.4s ease-in 0s;
    transition: all 0.4s ease-in 0s;
    -ms-transition: all 0.4s ease-in 0s;
  }
  #trail-slider .item .trail-image .trail-hover a {
    background-color: #6ac610;
    color: #000;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    position: absolute;
    bottom: 50%;
    left: 50%;
    margin-left: -20px;
    margin-bottom: -20px;
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
  }
  #trail-slider .item:hover .trail-image .trail-hover {
    background-color: rgba(101,100,97,0.8);
    top: 0;
    height: 100%;
    opacity: 1;
  }
  #trail-slider .item:hover h3 a {
    color: #6ac610;
    text-decoration: none;
  }
  #trail-slider .item:hover .trail-image .trail-hover a {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    transition-delay:0.5s;
  }
  #trail-slider .item .trail-image .trail-hover a:hover {
    color: #fff;
  }

    /* Popup Modal */

.modal-dialog{
  width:850px;
  max-width:90%;
  margin:100px auto 40px;
}
.modal-header{
  border-bottom:none;
  margin-bottom:5%;
  font-family: 'Raleway';                                  
  color:#35383e;
}
.modal-header h2{
  font-size:28px;
  margin-bottom:10px;
}
.modal-header strong{
  font-size:12px;
}
.modal-header .close{
  color:#F67B00;
  opacity:1;
}
.modal-body p{
  color:#767676;
  font-size:14px;
  margin-top:25px;
}
.modal-body thead{
  background:#F67B00;
  color:#fff;
  font-size:14px;
}
.modal-body .table > thead tr th{
  border:transparent;
}
.modal-body .table > tbody tr td{
  border:1px solid #F67B00;
  font-size:12px;
}
.modal-footer .btn-default{
  background:#F67B00;
  border:transparent;
  color:#fff;
  font-size:12px;
  padding:3px 10px;
}

    /* Popup Modal */

/* Instructors */

section.module.parallax-3 {
  background-image: url(../images/background.jpg);
  padding: 75px 0px 0px;
}

/* Instructor-slider */

#instructor-gallery {
  margin-top: 75px;
}

#instructor-slider .item{
    margin: 0px;
    overflow: hidden;
  }
  #instructor-slider .item img{
    display: block;
    width: 100%;
    height: auto;    
  }
  .instructor-photo-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: -100%;
    left: 0;
    right: 0;
    opacity: 0;
    text-align: center;
    background: rgba(101,100,97,0.2);
    -webkit-transition: all 0.4s ease 0.2s;
    -moz-transition: all 0.4s ease 0.2s;
    -o-transition: all 0.4s ease 0.2s;
    transition: all 0.4s ease 0.2s;
}
.instructor-photo-overlay h1 {
  font-family: 'Raleway';
  color: #fff;
  font-size: 26px;
  margin-top: 95%;
  margin-bottom: 0px !important;
}
.instructor-photo-overlay p {
  font-family: 'OpenSans';
  color: #fff;
  font-size: 16px;
  margin-top: 0px !important;
}
.instructor-photo-overlay .icon-overlay {
  color: #fff;
  opacity: 0;
  position: relative;
  bottom:-50%;
  -webkit-transition: all 0.8s ease 0.1s;
  -moz-transition: all 0.8s ease 0.1s;
  -o-transition: all 0.8s ease 0.1s;
  transition: all 0.8s ease 0.1s;
}
.instructor-photo-overlay .icon-overlay a {
  color: #fff;
}
.instructor-photo-overlay .icon-overlay i.fa {
  margin-right: 2px;
  height: 20px;
  width: 20px;
}
.instructor-photo-overlay .icon-overlay i.fa:hover {
  color: #011f43;
}

#instructor-slider .item:hover .instructor-photo-overlay {
  top: 0;
  background: rgba(101,100,97,0.8);
  opacity: 1;
}
#instructor-slider .item:hover .instructor-photo-overlay .icon-overlay {
  bottom: 0;
  opacity: 1;
}
#instructor-slide .item:hover img {
  transform:scale(1.05);
}

/* News-Letter */

section.module.parallax-4 {
  background-image: url(../images/news-letter-bg.jpg);
  padding: 75px 0px;
}
#news-letter-form {
  background: url(../images/letter-form-bg.jpg);
  height: auto;
  padding: 10px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; 
}
#subscribe {
  background-color: #fff;
  padding: 40px 0px;
  display: inline-block;
  width: 100%;
}
#subscribe h2 {
  margin-top: 0px;
  font-family: 'Raleway';
  font-size: 24px;
  margin-bottom: 5px;
  color: #011f43;
  text-transform: uppercase;
}
#subscribe p {
  font-family: 'OpenSans';
  color: #5d5d5d;
  font-size: 16px;
}
#subscribe .form-inline {
  padding: 20px;
  margin-left: 15%;
  margin-top: 9px;
}
#subscribe .form-inline .input-small {
  padding: 15px 20px;
  background-color: transparent;
  border:1px solid #afafaf;
  font-family: 'OpenSans';
  color: #434343;
  width: 36%;
  margin-right: -5px;
}
#subscribe .form-inline .btn-subscribe {
  background-color: #011f43;
  color: #fff;
  font-family: 'Raleway-Bold';
  border:none;
  padding: 15px 25px;
  border-radius: 0px;
  margin-bottom: 3px;
  font-size: 15px;
}

  /* Parts */

#parts {  
  padding-bottom: 75px;
}
#parts-title {
  background: #f4f4f4;
  padding:55px 0px 60px;
}
#parts .section-title {
  border-bottom:none;
  padding-bottom: 0px;
}
#parts h3.small-heading {
  color: #011f43;
  font-size: 20px;
}
#parts p.section-detail {
  color: #5d5d5d;
}

#parts-gallery {
  background: #f4f4f4;
  margin-top: 75px;
}

  /* Parts-Slider */

  #parts-slider .item{
    margin: 0px;
    overflow: hidden;
  }
  #parts-slider .item img{
    display: block;
    width: 100%;
    height: auto;
  }
  #parts-slider .item h3 {
    text-align: center;
  }
  #parts-slider .item h3 a {
    font-family: 'OpenSans';
    color: #011f43;
    text-decoration: none;
    margin:30px 0px 10px;
    font-size: 20px;
    text-align: center;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
  }
  #parts-slider .item h3 a:hover,
  #parts-slider .item h3 a:focus {
    text-decoration: none;
  }

  #parts-slider .item p {
    font-family: 'OpenSans';
    color: #686868;
    margin-bottom:20px;
    padding:0px 60px; 
    text-align: center; 
  }
  #parts-slider .item p.parts-price {
    font-family: 'Raleway';
    color: #011f43;
    font-size: 24px;
    margin: 0px 0px 40px;
    text-align: center; 
  }
  #parts-slider .item .parts-image {
    position: relative;
  }
  #parts-slider .item .parts-image .parts-hover {
    width: 100%;
    height: 100%;
    background-color: rgba(101,100,97,0.2);
    position: absolute;
    top: 0;
    left: -100%;
    opacity: 0.2;
    text-align: center;
    -webkit-transition: all 0.4s ease-in 0s;
    -moz-transition: all 0.4s ease-in 0s;
    -o-transition: all 0.4s ease-in 0s;
    transition: all 0.4s ease-in 0s;
    -ms-transition: all 0.4s ease-in 0s;
  }
  #parts-slider .item .parts-image .parts-hover a {
    background-color: #6ac610;
    color: #000;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    position: absolute;
    bottom: 50%;
    left: 50%;
    margin-left: -20px;
    margin-bottom: -20px;
    opacity: 0;
    -webkit-transform:scale(1.8);
    -moz-transform:scale(1.8);
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4 ease;
    -ms-transition: all 0.4s ease;
  }
  #parts-slider .item:hover .parts-image .parts-hover {
    background-color: rgba(101,100,97,0.8);
    left: 0;
    opacity: 1;
  }
  #parts-slider .item:hover h3 a {
    color: #6ac610;
  }
  #parts-slider .item:hover .parts-image .parts-hover a {
    -webkit-transform:scale(1);
    -moz-transform:scale(1);
    opacity: 1;
    transition-delay:0.6s;
  }
  #parts-slider .item .parts-image .parts-hover a:hover {
    color: #fff;
  }

/* Gallery */

section.module.parallax-5 {
  background-image: url(../images/background.jpg);
  padding: 75px 0px 0px;
}

/* Gallery-slider */

#mb-gallery {
  margin-top: 75px;
}

#gallery-slider .item{
    margin: 0px;
    overflow: hidden;
    position: relative;
  }
  #gallery-slider .item .gallery-image img{
    display: block;
    width: 100%;
    height: auto;    
  }
  .gallery-photo-overlay {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -25px;
    margin-left: -25px;
    border-radius: 50%;     
    opacity: 0;
    background: rgba(0,0,0,0.2);
    -webkit-transition: all 0.4s ease 0.2s;
    -moz-transition: all 0.4s ease 0.2s;
    -o-transition: all 0.4s ease 0.2s;
    transition: all 0.4s ease 0.2s;
    overflow: hidden;
}
.gallery-photo-overlay p {
  font-family: 'OpenSans';
  color: #fff;
  font-size: 20px;
  position: absolute;
  top: 0px;
  left: -50%;
  opacity: 0;
  text-transform: uppercase;
  -webkit-transition: all 0.8s ease 0.1s;
  -moz-transition: all 0.8s ease 0.1s;
  -o-transition: all 0.8s ease 0.1s;
  transition: all 0.8s ease 0.1s;
   margin-top: 25px; 
}
.gallery-photo-overlay .icon-overlay {
  color: #fff;
  opacity: 0;
  position: absolute;
  bottom:-50%;
  right: 50px;
  -webkit-transition: all 0.8s ease 0.1s;
  -moz-transition: all 0.8s ease 0.1s;
  -o-transition: all 0.8s ease 0.1s;
  transition: all 0.8s ease 0.1s;
}
.gallery-photo-overlay .icon-overlay a {
  color: #fff;
  -webkit-transition: all 0.4s ease 0.1s;
  -moz-transition: all 0.4s ease 0.1s;
  -o-transition: all 0.4s ease 0.1s;
  transition: all 0.4s ease 0.1s;
}
.gallery-photo-overlay .icon-overlay i.fa {
  margin-right: 10px;
  font-size: 18px;
  height: 20px;
  width: 20px;
}
.gallery-photo-overlay .icon-overlay a:hover {
  color: #6ac610;
}
.gallery-photo-overlay .icon-overlay i.fa:hover {
  color: #6ac610;
}

#gallery-slider .item:hover .gallery-photo-overlay {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0px;
  margin-top: 0px;
  margin-left: 0px;
  background: rgba(0,0,0,0.6);
  opacity: 1;
}
#gallery-slider .item:hover .gallery-photo-overlay p {
  left: 25px;
  opacity: 1;
  transition-delay:0.4s;
}
#gallery-slider .item:hover .gallery-photo-overlay .icon-overlay {
  bottom: 5%;
  right: 20px;  
  opacity: 1;
  transition-delay:0.6s;
}
#gallery-slide .item:hover img {
  transform:scale(1.05);
}

  /* Testimonials */

#testimonials {
  overflow: hidden;
}
div.module.parallax-6 {
  background-image: url(../images/testimonials-bg.jpg);
  padding-top: 70px;
}
#testimonials .testimonial {
  position: relative;
}
#testimonials .testimonial .testimonials-text {
  padding: 0px 0px 130px;
}
#testimonials .testimonial .testimonials-text p {
  font-family: 'Raleway';
  color: #fff;
  font-size: 24px;
  line-height: 1.3em;
}
#testimonials .testimonial .testimonials-text h4 {
  font-family: 'OpenSans';
  color: #fff;
  font-size: 26px;
  font-weight: bold;
  margin-top: 20px;
}
#testimonials .testimonial .mountain-image {
  position: absolute;
  bottom: 0px;
  right: 0px;
  z-index: 50;
}
#testimonials .testimonial .bicycle-image {
  position: absolute;
  bottom: 0px;
  right: 30px;
  z-index: 100;
}


  /* Price & Packages */

#packages {  
  padding-bottom: 75px;
}
#packages-title {
  background: #f4f4f4;
  padding:75px 0px 60px;
}
#packages .section-title {
  border-bottom:none;
  padding-bottom: 0px;
}
#packages h3.small-heading {
  color: #011f43;
  font-size: 20px;
}
#packages p.section-detail {
  color: #5d5d5d;
}

#packages .packages-container {
  margin-top: 75px;  
}
#packages .packages-container .package .package-container {
  display: block;
  border: 1px solid #e4e4e4;
  background: #f4f4f4;
}
#packages .packages-container .package .package-container .select-button {
  background: #6ac610;
  display: inline-block;
  width: 100%;
  margin-top: 30px;  
}
#packages .packages-container .package .package-container .select-button p {
  font-family: 'Raleway';
  color: #fff;
  font-size: 22px;
  display: inline-block;
  margin-bottom: 0px;
  padding:20px 0px 20px 15px;
}
#packages .packages-container .package .package-container .select-button .btn-select-pkg {
  background: #ffb525;
  text-align: center;
  height: 100%;
  color: #fff;
  font-size: 20px;
  border-radius: 0px;
  padding: 20px;
  float: right;
  -webkit-transition: all 0.4s ease 0.1s;
  -moz-transition: all 0.4s ease 0.1s;
  -o-transition: all 0.4s ease 0.1s;
  transition: all 0.4s ease 0.1s;
}
#packages .packages-container .package .package-container .select-button .btn-select-pkg:hover {
  background: #011f43;  
}

#packages .packages-container .package .package-container .select-button .btn-select-pkg .fa {
  margin-top: 6px;
}
#packages .packages-container .package .package-container .package-info {
  display: inline-block;
}
#packages .packages-container .package .package-container .package-info h3 {
  font-family: 'OpenSans';
  color: #011f43;
  text-transform: uppercase;
  font-size: 18px;
  margin-left: 15px;
  margin-top: 40px;
}
#packages .packages-container .package .package-container .package-info p {
  font-family: 'OpenSans';
  color: #5d5d5d;
  margin-bottom: 30px;
  margin-left: 15px;
}
#packages .packages-container .package .package-container .package-info .package-info-icon,
#packages .packages-container .package .package-container .package-info .package-info-text {
  margin-bottom: 15px;
}
#packages .packages-container .package .package-container .package-info .package-info-text {
  padding-left:0px;
}
#packages .packages-container .package .package-container .package-info .package-info-text p {
  font-family: 'OpenSans';
  color: #5d5d5d;
  margin-top: 2px;
  margin-bottom: 0px;
  margin-left: 0px;
}

/* Blogs */

section.module.parallax-7 {
  background-image: url(../images/background.jpg);
  padding: 75px 0px;
}

#blogs .blog-container {
  margin-top: 75px;
}
#blogs .blog-container .blog-info-container {
  margin-top: 30px;
}
#blogs .blog-container .blog-info-container .blog-image {
  position: relative;
  overflow: hidden;
}
#blogs .blog-container .blog-info-container .blog-image img {
  -webkit-tranform:scale(1);
  -moz-tranform:scale(1);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}
#blogs .blog-container .blog-info-container .blog-image .blog-image-hover {
  width: 50px;
  height: 50px;
  background: rgba(255,168,0,0.2);
  text-align: center;
  line-height: 50px;
  left: 50%;
  top: 50%;
  position: absolute;
  margin-top: -25px;
  margin-left: -25px;
  -webkit-transform:scale(1.8);
  -moz-transform:scale(1.8);
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}
#blogs .blog-container .blog-info-container .blog-image .blog-image-hover a {
  color: #fff;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}
#blogs .blog-container .blog-info-container .blog-image .blog-image-hover .fa {
  line-height: 55px;
  font-size: 22px;
}
#blogs .blog-container .blog-info-container .blog-image:hover img {
  -webkit-transform:scale(1.1);
  -moz-transform:scale(1.1);
  transition-delay:0.1s;
}
#blogs .blog-container .blog-info-container .blog-image:hover .blog-image-hover {
  background: rgba(255,168,0,1);
  -webkit-transform:scale(1);
  -moz-transform:scale(1); 
  opacity: 1;
}
#blogs .blog-container .blog-info-container .blog-image .blog-image-hover:hover {
  background: #fff;
}
#blogs .blog-container .blog-info-container .blog-image .blog-image-hover:hover a {
  color: #1b1b1b;
}
#blogs .blog-container .blog-info {
  background: #fff;
  position: relative;
  padding: 30px 0px;
}
#blogs .blog-container .blog-info-container .blog-info .blog-date {
  background: #1c1c1c;
  padding:10px 15px;
  position: absolute;
  top: -45px;
  left: 50px;
  text-align: center;
}
#blogs .blog-container .blog-info .blog-date p {
  color: #fff;
  font-family: 'OpenSans';
  /* font-weight: bold; */
  text-transform: uppercase;
  font-size: 18px;
  margin-bottom: 0px;
  line-height: 1.1em;
}
#blogs .blog-container .blog-info .blog-date p span.year {
  font-weight: normal;
  font-size: 14px;
  display: block;
}
#blogs .blog-container .blog-info .blog-date p span.author {
  color: #ffb525;
  font-family: 'OpenSans';
  font-size: 18px;
  /* font-weight: bold; */
  margin-top: 10px;
  display: block;
}
#blogs .blog-container .blog-info .blog-date .date-bottom-triangle {
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -24px;
  border-width: 18px 25px 0 25px;
  border-color: #1c1c1c transparent transparent transparent; 
}
#blogs .blog-container .blog-info .blog-info-text p {
  font-family: 'Raleway';
  color: #011f43;
  font-size: 24px;
  margin: 0px;
}

#blogs .blog-buttons {
  margin-top: 60px;
}
#blogs .blog-btn {
  font-family: 'OpenSans';
  color: #fff;
  padding: 8px 30px;
  text-transform: uppercase;
  font-weight: bold;
  background: transparent;
  border: 2px solid  #fff;
  margin-right: 15px;
  border-radius: 0px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -ms-transition: all 0.4s ease; 
}
#blogs .blog-btn:hover {
  background: #fff;
  color: #151515;
}

  /* Sponsers */

div.module.parallax-8 {
  background-image: url(../images/sponser-bg.jpg);
  padding: 50px 0px;
}
/* #sponsers .sponser-heading {
  padding: 41px 0px;  
}
#sponsers .sponser-heading  h4 span{
  background: #000;
  
  color: #fff;
  font-family: 'Raleway';
  font-size: 28px;
}  */
#sponsers h1.heading {
  padding: 46px 0px;
  margin: 0px;
}
#sponsers h1.heading span {
  background: #161614;  
}
#sponsers-slider {
  background: #fff;
  padding-top: 15px;
  padding-bottom: 15px;
}
#sponsers-slider .item {
  margin-right: 10px;
  margin-left: 5px;
  overflow: hidden;
  text-align: center;
}
#sponsers-slider .item img {
  display: inline-block;
  width: 100%;
  height: auto;
}
#sponsers-slider.owl-carousel.owl-theme .owl-controls .owl-buttons div{
   color: #FFA800;
   display: inline-block;
   *display: inline;/*IE7 life-saver */
   padding: 0px;
   margin-right: 5px;
   font-weight: normal; 
   width: 30px;
   height: 30px;
   line-height: 32px;
   font-size: 14px;
   text-align: center;
   -webkit-border-radius: 0px;
   -moz-border-radius: 0px;
   border-radius: 0px;
   opacity: 1;
   background: #161614;
   -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}
#sponsers-slider.owl-carousel.owl-theme .owl-controls .owl-buttons div:hover {
  color: #000;
  background: #fff;
}

#sponsers-slider.owl-carousel.owl-theme .owl-controls .owl-buttons .owl-prev {
  position: absolute;
  left: -20px;
  top: 50%;
  margin-top: -15px;
}
#sponsers-slider.owl-carousel.owl-theme .owl-controls .owl-buttons .owl-next {
  position: absolute;
  right: -20px;
  top: 50%;
  margin-top: -15px;
}

/* Price & Packages */

#contact {  
  padding-bottom: 75px;
}
#contact-title {
  background: #f4f4f4;
  padding:75px 0px 60px;
}
#contact .section-title {
  border-bottom:none;
  padding-bottom: 0px;
}
#contact h3.small-heading {
  color: #011f43;
  font-size: 20px;
}
#contact p.section-detail {
  color: #5d5d5d;
}

#contact .contact-container {
  margin-top: 60px;
}
#contact .contact-container .contact-info {
  padding: 15px 0px;
  border-bottom: 1px solid #cfcfcf;
  display: inline-block;
  width: 100%;
}
#contact .contact-container .contact-info .contact-info-icon {
  padding: 0px;
}
#contact .contact-container .contact-info .contact-info-icon .fa{
  font-size: 18px;
  margin-top: 5px;
}
#contact .contact-container .contact-info .contact-info-text {
  padding-left: 0px;
}
#contact .contact-container .contact-info .contact-info-text p,
#contact .contact-container .contact-info .contact-info-text a {
  color: #5d5d5d;
  font-family: 'OpenSans';
  font-size: 16px;
  line-height: 1.6em;
  margin-bottom: 0px;
}

#contact .bottom-contact-form input.form-control {
  width: 100%;
  margin-bottom: 20px;
  border-radius: 0px;
  height: 50px;
  font-family: 'OpenSans';
  color: #828282;
  border-color: #e0e0e0;
  box-shadow: none;
  -moz-box-shadow:none;
  -webkit-box-sahdow:none;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}
#contact .bottom-contact-form .form-control:focus {
  -webkit-box-shadow: 0px 1px 3px 0px rgba(171,171,171,0.68);
  -moz-box-shadow: 0px 1px 3px 0px rgba(171,171,171,0.68);
  box-shadow: 0px 1px 3px 0px rgba(171,171,171,0.68);
}

#contact .bottom-contact-form textarea.form-control {
  width: 100%;
  font-family: 'OpenSans';
  color: #828282;
  margin-bottom: 30px;
  border-radius: 0px;
  border-color: #e0e0e0;
}
.bottom-contact-form .btn-contact {
  background: transparent;
  border:2px solid #011f43;
  color: #011f43;
  font-family: 'OpenSans';
  text-transform: uppercase;
  border-radius: 0px;
  padding: 10px 20px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}
.bottom-contact-form .btn-contact:hover {
  background: #011f43;
  color: #fff;
}

  /* map */

#map-canvas {
  height: 200px;
}

  /* Footer */

div.module.parallax-9 {
  background-image: url(../images/background.jpg);
  padding: 60px 0px 20px;
}
#footer h3 {
  margin-top: 0px;
  margin-bottom: 45px;
}
#footer h3 span {
  background: #6ac610;
  padding: 2px 10px;
  color: #fff;
  font-size: 22px;
  font-family: 'Raleway-Bold';
  text-transform: uppercase;
}
#footer p {
  font-family: 'OpenSans';
  color: #8b8b8b;
}

#footer .footer-about p {
  line-height: 1.7em;
  color: #8b8b8b;
  font-size: 16px;
  margin-bottom: 30px;
}

#footer .footer-about .social {
  margin-top: 30px;
}
#footer .footer-about .social a {
  background: #333333;
  /* padding: 10px 15px; */
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 5px;
  margin-left: 3px;
  display: inline-block;
  text-align: center;
  color: #fff;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}
#footer .footer-about .social a:hover {
  background: #6ac610;
}
#footer .footer-about .social a .fa {
  font-size: 16px;
  line-height: 50px;
}

#footer .footer-post .latest-post-links p {
  margin-bottom: 25px;
  display: block;
}
#footer .footer-post .latest-post-links p a.latest-post-link {
  color: #dcdcdc;
  display: block;
  margin-bottom: 8px;
  font-size: 16px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}
#footer .footer-post .latest-post-links p span.post-date {
  color: #8b8b8b;
  display: block;
  font-size: 14px;
}
#footer .footer-post .latest-post-links p a.latest-post-link:hover {
  color: #6ac610;
  text-decoration: none;
}

#footer .footer-trail-links p {
  padding: 10px 0px;
  margin-bottom: 0px;
  border-bottom: 1px solid #4c4b4d;  
}
#footer .footer-trail-links p:first-child {
  padding: 0px 0px 10px;
}
#footer .footer-trail-links p a {
  color: #8b8b8b;
  margin-left: 5px;
  display: inline-block;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}
#footer .footer-trail-links p a .fa {
  color: #6ac610;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}
#footer .footer-trail-links p a:hover{
  color: #fff;
  text-decoration: none;
}
#footer .footer-trail-links p a:hover .fa {
  color: #fff;
}

#footer .bottom-image-group .bottom-image-col {
  width:28%;
  float: left;
  margin-right: 3.5%;
}
#footer .bottom-image-group .bottom-image-col .photo-item {
  display: block;
  margin-bottom: 10px;
}

  /* copyright */

#copyright {
  background: #041a35;
  padding: 15px 0px;
}
#copyright p {
  font-family: 'OpenSans';
  color: #8b8b8b;
  margin-bottom: 0px;
  font-size: 16px;
}
#copyright p a {
  color: #fff;
}

.whats-app{
	    position: fixed;
    /* top: 100px; */
    bottom: 10px;

    right: 0;
	
}
