
/*------------------------------------------------------------------
[generic Table of contents]

* body
  
  + @font-face

  + #loader  

  + #topbar
			
  + #main-slider

  + #main-navigation

  + #about
    - .welcomeColumns

  + #video
  
  + #race
    - #trail-slider

  + #instructor
    - #instructor-gallery .instructor-slider

  + #news-letter
    - #subscribe

  + #parts
    - #parts-slider

  + .gallery
    - .gallery .gallery-slider

  + #testimonials
    - #testimonials-slider

  + #packages
    - .package

  + .blogs
    - .blog-container

  + #sponsers
  
  + #contact
    - .contact-info
  
  + #map-canvas

  + #footer
    - .social

  + #copy-right
  
  -------------------------------------------------------------------*/

@font-face {
  font-family: 'OpenSans';
  src: url('../fonts/OpenSans.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: "Lato", Arial, Helvetica, sans-serif;
  src: url('../fonts/Raleway.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: 'icomoon';
  src:url('../fonts/icomoon.eot?-4un37');
  src:url('../fonts/icomoon.eot?#iefix-4un37') format('embedded-opentype'),
  url('../fonts/icomoon.ttf?-4un37') format('truetype'),
  url('../fonts/icomoon.woff?-4un37') format('woff'),
  url('../fonts/icomoon.svg?-4un37#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

.section-title {
  border-bottom: 1px solid #353535;
  display: inline-block;
  padding-bottom: 60px;
  position: relative;
}
.dark-section-indicator {
  width: 0;
  height: 0;
  position: absolute;
  bottom: -20px;
  left: 50%;
  margin-left: -30px;
  border-style: solid dotted none;
  border-width: 20px 30px 0 30px;
  border-color: #353535 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: "Lato", Arial, Helvetica, sans-serif;
  color: #fff;   
  text-transform: uppercase;
  font-size: 28px;
}
h1.heading span {
  background: #cc3333;
  padding: 10px 15px;
  display:inline-block;
}
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: #151614;
  position: relative;
  overflow: hidden;
}
#topbar span.topbar-right{
  position: absolute;
  left: 75%;
  width: 100%;
  background: #cc3333;
  height: 50px;
}
#topbar p i {
  margin-right: 10px;
}
#topbar .address,
#topbar .email-address {
  color: #676563;
  font-family: 'OpenSans';
  font-size: 16px;
  margin-top: 15px;
}
#topbar .email-address a {
  color: #676563;
}
#topbar .address p,
#topbar .email-address p,
#topbar .social p {
  margin-bottom: 0px;
  font-size: 14px;
}
p.social-skew {
   background: #cc3333;
   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 #151614;
   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;
  text-decoration:none;
}
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(21,22,20,0.7);
  border-color:transparent;
}
.navbar{
  border-radius:0;
  padding:16px 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: 10px;
}
.navbar-default .navbar-nav > li {
  font-family: "Lato", Arial, Helvetica, sans-serif;
  background: rgba(204,51,51,0);
  color: #fff;
  font-size: 14px;
  margin-left: 10px;
  text-transform: uppercase;
  -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,.navbar-default .navbar-nav > li > a:focus {
  color: #fff;
  padding-top: 5px;
  padding-bottom: 5px;
}
.navbar-default .navbar-nav > li.active,
.navbar-default .navbar-nav > li:hover {
  background: rgba(204,51,51,1);
  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: "Lato", Arial, Helvetica, sans-serif;
  color: #fff; 
  text-transform: uppercase;
  font-size: 75px;
  font-weight: bold;
  text-align: center;
}

#mainSlider .ms-layer.light-title {
  font-family: 'Pacifico-Regular';
  color: #cc3333;
  text-transform: none;
  font-size: 30px;
  width: 42%;
  letter-spacing: normal;
  text-align: center;
}
#mainSlider .ms-layer.title-2 {
  font-family: "Lato", Arial, Helvetica, sans-serif;
  font-size: 45px;
  text-transform: uppercase;
}
#mainSlider .ms-layer.title-2 span {
  background: #cc3333;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  color: #fff;
  padding: 0px 15px;
}
#mainSlider .ms-layer.normal-title {
  background: #cc3333;
  font-size: 45px;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  color: #fff;
  text-transform: uppercase;
  padding: 0px 15px;
}
#mainSlider .btn-try-class {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  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: #cc3333;
  border-color: #cc3333;
}

#mainSlider .ms-skin-black-2 .ms-nav-next,
#mainSlider .ms-skin-black-2 .ms-nav-prev {
  background-color: #cc3333;
  -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(204,51,51,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(../img/background.jpg);
  padding: 75px 0px;
}

#about .welcomeColumns {
  padding-top: 75px;
  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: "Lato", Arial, Helvetica, sans-serif;
  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(../img/video-bg.jpg);
  padding: 75px 0px;
}

#video .seperator {
   margin-bottom: 10px; 
}
#video h1 {
  font-family: "Lato", Arial, Helvetica, sans-serif;
  font-size: 90px;
  color: #fff;
  margin-top: 0px;
  margin-bottom: 0px;
  text-transform: uppercase; 
}
#video p {
  color: #000;
  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 */

#race {  
  padding-bottom: 75px;
}
#trail-title {
  background: #f4f4f4;
  padding:75px 0px 60px;
}
#race .section-title {
  border-bottom:none;
  padding-bottom: 0px;
  position: relative;
}
#race h3.small-heading {
  color: #151614;
  font-size: 20px;
}
#race 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: #151614;
    margin:30px 0px 10px;
    font-size: 18px;
    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(0,0,0,0.6);
    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: #cc3333;
    color: #ffffff;
    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(0,0,0,0.6);
    top: 0;
    height: 100%;
    opacity: 1;
  }
  #trail-slider .item:hover h3 a {
    color: #cc3333;
    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: #cc3333;
  }

    /* Popup Modal */

  .modal-dialog{
  width:850px;
  max-width:90%;
  margin:40px auto;
}
.modal-header{
  border-bottom:none;
  margin-bottom:5%;
  font-family: "Lato", Arial, Helvetica, sans-serif;                                  
  color:#35383e;
}
.modal-header h2{
  font-size:28px;
  margin-bottom:10px;
}
.modal-header strong{
  font-size:12px;
}
.modal-header .close{
  color:#cc3333;
  opacity:1;
}
.modal-body p{
  color:#767676;
  font-size:14px;
  margin-top:25px;
}

.modal-body .img-responsive{
  padding:0 10px 10px 0;
}
.modal-body thead{
  background:#cc3333;
  color:#fff;
  font-size:14px;
}
.modal-body .table > thead tr th{
  border:1px solid #cc3333!important;
}
.modal-body .table > tbody tr td{
  border:1px solid #cc3333;
  font-size:12px;
}
.modal-footer .btn-default{
  background:#cc3333;
  border:transparent;
  color:#fff;
  font-size:12px;
  padding:3px 10px;
}

    /* Popup Modal */

/* Instructors */

section.module.parallax-3 {
  background-image: url(../img/background.jpg);
  padding: 75px 0px 0px;
}

/* Instructor-slider */

#instructor-gallery {
  margin-top: 75px;
}

#instructor-gallery .instructor-slider .item{
    margin: 0px;
    overflow: hidden;
  }
  #instructor-gallery .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,
.instructor-photo-overlay h2 {
  font-family: "Lato", Arial, Helvetica, sans-serif;
  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: #151614;
}

#instructor-gallery .instructor-slider .item:hover .instructor-photo-overlay {
  top: 0;
  background: rgba(101,100,97,0.8);
  opacity: 1;
}
#instructor-gallery .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(../img/news-letter-bg.jpg);
  padding: 75px 0px;
}
#news-letter-form {
  background: url(../img/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: "Lato", Arial, Helvetica, sans-serif;
  font-size: 24px;
  margin-bottom: 5px;
  color: #151614;
  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: #151614;
  color: #fff;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  border:none;
  padding: 15px 25px;
  border-radius: 0px;
  margin-bottom: 3px;
  font-size: 15px;
}

  /* Parts */

#parts {  
  padding-bottom: 75px;
}
#parts-title {
  background: #f4f4f4;
  padding:75px 0px 60px;
}
#parts .section-title {
  border-bottom:none;
  padding-bottom: 0px;
}
#parts h3.small-heading {
  color: #151614;
  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: #151614;
    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: "Lato", Arial, Helvetica, sans-serif;
    color: #151614;
    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: #cc3333;
    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: #cc3333;
  }
  #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(../img/background.jpg);
  padding: 75px 0px 0px;
}

/* Gallery-slider */

#mb-gallery {
  margin-top: 0;
}

.gallery .gallery-slider .item{
    margin: 0px;
    overflow: hidden;
    position: relative;
  }
  .gallery .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: #cc3333;
}
.gallery-photo-overlay .icon-overlay i.fa:hover {
  color: #cc3333;
}

.gallery .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 .gallery-slider .item:hover .gallery-photo-overlay p {
  left: 25px;
  opacity: 1;
  transition-delay:0.4s;
}
.gallery .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(../img/testimonials-bg.jpg);
  padding-top: 80px;
}
#testimonials .testimonial {
  position: relative;
}
#testimonials .testimonial .testimonials-text {
  padding: 100px 0px 130px;
}
#testimonials .testimonial .testimonials-text p {
  font-family: "Lato", Arial, Helvetica, sans-serif;
  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: 10px;
  right: 220px;
  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: #151614;
  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: #cc3333;
  display: inline-block;
  width: 100%;
  margin-top: 30px;  
}
#packages .packages-container .package .package-container .select-button p {
  font-family: "Lato", Arial, Helvetica, sans-serif;
  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: #151614;  
}

#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: #151614;
  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(../img/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(204,51,51,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(204,51,51,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: 50%;
  text-align: center;
  transform: translate(-50%,0);
  -webkit-transform: translate(-50%,0);
  -moz-transform: translate(-50%,0);
  min-width:80%;
}
.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: #cc3333;
  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: "Lato", Arial, Helvetica, sans-serif;
  color: #151614;
  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(../img/sponser-bg.jpg);
  padding: 50px 0px;
}
/* #sponsers .sponser-heading {
  padding: 41px 0px;  
}
#sponsers .sponser-heading  h4 span{
  background: #000;
  
  color: #fff;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  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: #cc3333;
   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: #151614;
  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 #151614;
  color: #151614;
  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: #151614;
  color: #fff;
}

/* map */

#map-canvas {
  height: 200px;
}

/* Footer */

div.module.parallax-9 {
  background-image: url(../img/background.jpg);
  padding: 75px 0px 60px;
}
#footer h3 {
  margin-top: 0px;
  margin-bottom: 45px;
}
#footer h3 span {
  background: #cc3333;
  padding: 10px;
  color: #fff;
  font-size: 22px;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  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: #cc3333;
}
#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: #fff;
  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: #cc3333;
  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: #cc3333;
  -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: #1a1a1a;
  padding: 30px 0px;
}
#copyright p {
  font-family: 'OpenSans';
  color: #8b8b8b;
  margin-bottom: 0px;
  font-size: 16px;
}
#copyright p a {
  color: #fff;
}

/* --------------------------------------------- */
/* mlk */
/* --------------------------------------------- */

/* General */
a{
color:#cc3333;
}

a:focus, a:hover{
color:#000000;
}

.maxfull{
max-width:100%;
}

.tar{
text-align:right;
}

.ftl{
display:block;
float:left;
}

.ftr{
display:block;
float:right;
}

.pr{
position:relative;
}

.block:before,.block:after {
content:"";
display:table;
}

.block:after {
clear: both;
}

.block {
zoom: 1;
clear: both;
}

.showonmob{
display:none;
}

p.caption{
color:#ffffff;
padding-top:5px;
}

a.whiteonhover:hover,a.whiteonhover:focus{
color:#ffffff!important;
}

p,li,h1,h2{
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}

/* Sections */
#gallery{
overflow:hidden;
}

#trail-title{
padding-bottom:0;
}

.section-detail.white{
color:#ffffff;
}

h2.white{
margin:0;
padding:10px 0;
background:#ffffff;
}

.section-detail{
padding-left:0;
}

.section-title{
width:100%;
}
.tab-content,.cycle-slide{
width:100%;
}

/* sliders */
.owl-theme .owl-controls{
margin:0;
padding:0;
}

.owl-theme .owl-controls .owl-buttons div.owl-prev i,.owl-theme .owl-controls .owl-buttons div.owl-next i{
position: absolute;
cursor: pointer;
z-index: 110;
width: 45px;
height: 45px;
background: url(ms-skins/black-2/black-skin-2.png) black;
-webkit-background-clip: padding-box;
-moz-background-clip: padding-box;
background-clip: padding-box;
background-position: -88px -26px;
border: solid 2px rgb(255, 255, 255);
top: 0;
left: 0;
background-color: rgba(204,51,51,1);
border-radius: 90px;
content:"";
box-sizing: content-box;
}

.owl-theme .owl-controls .owl-buttons div.owl-next i {
right: 0;
left: auto;
background-position: -86px -103px;
}

.owl-theme .owl-controls .owl-buttons div.owl-prev i:before,.owl-theme .owl-controls .owl-buttons div.owl-next i:before{
display:none;
}

.owl-theme .owl-controls .owl-buttons div.owl-prev,
.owl-theme .owl-controls .owl-buttons div.owl-next{
position:absolute;
top:50%;
left:0;
height:45px;
width:45px;
border-radius:0;
background:none;
margin-top:-23px;
padding: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;
opacity:.6;
}

#trail-gallery .owl-theme .owl-controls .owl-buttons div.owl-prev,
#trail-gallery .owl-theme .owl-controls .owl-buttons div.owl-next{
margin-top:-60px;
}

.owl-theme .owl-controls.clickable .owl-buttons div:hover{
opacity:.9;
}

.owl-theme .owl-controls .owl-buttons div.owl-next{
right:0;
left:auto;
}

/* menu */
.navbar > .container .navbar-brand{
width:auto;
display:inline-block;
padding-right:20px;	
}

.navbar > .container .navbar-brand.clipperlogo{
padding:0;
}

.menulogo{
max-width:100%;
width:150px;
}

.fa-lmax img{
width:18px;
}


/* about */
#about .welcomeColumns .welcome-column img{
height:100px;
width:100px;
}

/* race */
#race .light-section-indicator {
bottom:-25px;
}

#trail-slider .item .trail-image .trail-hover a{
width:100%;
height:100%;
left:0;
bottom:0;
margin:0;
background:none;
}

#trail-slider .item .trail-image .trail-hover a i{
position:absolute;
top:50%;
margin-top:-7px;
}

/* team */
.instructor-photo-overlay h1,
.instructor-photo-overlay h2{
margin-top:20%;
font-size:1.2em;
}

/* map */
#geomap{
padding-top:20px;
}

#raceviewer_map {
height:157px;
background-image:url(../img/loader.gif);
background-size:16px 16px;
background-repeat:no-repeat;
background-position:center center;
}

#geomap .crel{
margin-top:42px;
}

.maptoolbar,.raceviewer_content,.standingtablesbar,#distance{
display:none;
}

#race table.section-detail{
color:#5d5d5d;
}

#race table.section-detail .hide_mob {
display:none;
}

#race table.section-detail td + td + td,
#race table.section-detail th + th{
text-align:right;
}

#race table.section-detail.disabled tr + tr + tr + tr + tr {
display:none;
}

#currentstandings,#leaderboard{
margin-bottom:0;
}

.markerInfo {
width: 120px;
position: relative;
background: #fff;
display: block;
}

.markerInfo:after {
position: absolute;
width: 0;
height: 0;
border-left: 12px solid transparent;
border-right: 12px solid transparent;
border-top: 12px solid #fff;
content: '';
display: block;
bottom: -12px;
left: 50%;
margin-left: -12px;
}

.markerInfo h3 {
background: #000;
text-transform: uppercase;
color: #fff;
font-size: 10px;
text-align: center;
padding: 2px 0;
margin: 0;
position: relative;
font-weight: 800;
}

.markerInfo h3 span {
position: relative;
top: 50%;
transform: translateY(-50%);
word-wrap: break-word;
}

.markerInfo h3.lesspdng {
padding-top: 10px;
padding-bottom: 7px;
}

.markerInfo > div {
font-size: 0;
}

.markerInfo > div > span {
display: inline-block;
width: 50%;
height: 13px;
line-height: 13px;
font-size: 9px;
color: #000;
text-transform: uppercase;
box-sizing: border-box;
text-align: center;
border-bottom: 1px solid #ddd;
}

.markerInfo > div > span:first-child {
border-right: 1px solid #ddd;
font-weight: 700;
}

.markerInfo > div > span.lc {
text-transform: none;
}

.markerInfo > div img {
display: none;
}

/* gallery */
#pagercontinentwrapper{
background:none;
padding:0;
width:70%;
font-size:6em;
line-height:1.5em;
text-align:right;
float: right;
}

#pagercontinent a{
color:#ffffff;
display:inline-block;
text-decoration:none;
padding:0 0 0 3%;
}

#pagercontinent a.disabled,
#pagercontinent a.disabled:hover{
color:#353535;
cursor:default;
}

#pagercontinent a:first-child{
padding-left:0;
}

#pagercontinent a:hover,#pagercontinent a.cycle-pager-active{
color:#cc3333;
}

#pagercontinentprev,#pagercontinentnext{display:none;}

[class^="icon-"], [class*=" icon-"], #twitter-wrapper:after, #fanpics:before  {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-redafrica:before {
	content: "\e600";
}
.icon-redasia:before {
	content: "\e601";
}
.icon-redeurope:before {
	content: "\e602";
}
.icon-rednorthamerica:before {
	content: "\e603";
}
.icon-redoceania:before {
	content: "\e604";
}
.icon-redsouthamerica:before {
	content: "\e605";
}
.icon-lmax:before {
	content: "\e606";
}
.icon-clipper:before {
	content: "\e607";
}
.icon-arrow-left:before {
	content: "\e608";
}
.icon-arrow-right:before {
	content: "\e609";
}

.gallery-photo-overlay .icon-overlay a{
display:block;
height:100%;
width:100%;
position:absolute;
top:0;
left:0;
z-index:2;
text-align:center;
}

.gallery-photo-overlay .icon-overlay a i{
position:absolute;
top:50%;
margin-top:-10px;
}

.gallery-photo-overlay .icon-overlay,.gallery .gallery-slider .item:hover .gallery-photo-overlay .icon-overlay{
width:100%;
height:100%;
bottom:0;
right:0;
}

.gallery .cycle-sentinel .gallery-slider .item .gallery-image img{
display:block!important;
}

div.pp_default .pp_social {
float: none;
text-align: center;
padding-right: 110px;
}

div.pp_default .pp_social a{
padding:0 5px;
}

/* blog */
.blog-image img{
width:100%;
}

section.module.parallax-7b {
    background: #ffffff;
    padding: 75px 0px;
}

.blogtitle .blogtitle-text{
text-transform:uppercase;
font-size:1.1em;
color:#ffffff;
display:block;
clear:both;
padding-right:20px;
}

.blogtitle .blogtitle-image{
display:block;
clear:both;
}

.blog-info-container .fill{
background:#ffffff;
display:inline-table;
height:100%;
width:100%;
max-height:370px;
position:relative;
}

#blogsposts-extra{
padding-top:10px;
}

#blogsposts-extra .table-row,
#blogsposts .table-row{
padding:10px 0;
}

.blog-container{
padding:0;
}

#blogs .readmore{
position:absolute;
bottom:0;
right:3%;
width: 93.333333%;
text-align:right;
padding:0 15px;
}

/* contact */
#contact{
padding-bottom:0;
}

#contact .social a {
width:100%;
text-decoration:none;
}
	
#contact .social a {
background: #333333;
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;
}

#contact h1.heading{
margin:0;
}

/* twitter box */
#twitter-wrapper{
position:fixed;
bottom:50px;
right:0;
background-color:#f4f4f4;
width:470px;
padding:10px 10px 10px 65px;
-webkit-filter: drop-shadow(5px 5px 8px rgba(0,0,0,0.3));
-moz-filter: drop-shadow(5px 5px 8px rgba(0,0,0,0.3));
-ms-filter: drop-shadow(5px 5px 8px rgba(0,0,0,0.3));
-o-filter: drop-shadow(px 5px 8px rgba(0,0,0,0.3));
filter: drop-shadow(5px 5px 8px rgba(0,0,0,0.3));
z-index:100
}

#twitter-wrapper,#twitter-wrapper:after,#twitter-logo,#twitter-box{
-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; 
}

#twitter-wrapper.disabled{
right:-380px;
background-color:#cc3333;
}

#twitter-wrapper.disabled:after{
background-color:#cc3333;
color:#ffffff;
content: "\e608";
}

#twitter-wrapper.disabled #twitter-logo{
color:#ffffff;
font-size:73px;
margin-top:-52px;
}

#twitter-wrapper.disabled #twitter-box{
opacity:0;
}

#twitter-wrapper:after {
content: "\e609";
font-size: 20px;
position: absolute;
top: 50%;
left: -25px;
margin: -25px 0 0;
height: 50px;
width: 25px;
border-radius: 50px 0px 0px 50px;
-moz-border-radius: 50px 0px 0px 5 0px;
-webkit-border-radius: 50px 0px 0px 50px;
background: #f4f4f4;
padding: 0 10px;
line-height: 50px;
color:#cc3333;
cursor:pointer;
}

#twitter-box time{
font-style:italic;
font-size:80%;
}

#twitter-box .twitter-fullname{
font-weight:600;
color:#000000;
}

#twitter-box p{
padding:0;
margin:0;
}

#twitter-logo{
position:absolute;
top:50%;
left:11px;
margin-top:-32px;
color:#cc3333;
font-size:46px;
}

/* addthis */
.addthis_single{
display:inline-block;
}

.addthis_single .addthis_button_compact{
display:inline!important;
float:none!important;
padding:0!important;
}

.addthis_single .atclear{
display:none;
}

#blogs .addthis_single{
position:absolute;
top:20px;
right:0;
}

#blogs .section-title .addthis_single{
position:absolute;
top:2px;
right:15px;
}

#gallery .addthis_single{
position:absolute;
top:20px;
right:20px;
width:10px;
z-index:3;
}

.pp_expand,.currentTextHolder{
display:none!Important;
}

/* table row */
.row.table-row {display:table;width:100%;margin:0 auto;}
.row.table-row > [class*="col-"] {
float:none;
display:table-cell;
vertical-align:top;
height:100%;
}

/* modals */
.modal-header{
margin-top:70px;
}

/* Team TABs */
#team .nav-tabs {padding-top:30px;border-bottom:0;}
#team .nav-tabs li{text-align: center;font-size: 30px;font-weight: bold;width:11%;}  
#team .nav-tabs li a{color:#FFF;border:0;}
#team .nav-tabs li.active a,
#team .nav-tabs li a:hover{background-color: transparent;color:#FFF;box-sizing:content-box;text-align:center;}
#team .nav-tabs li a span{display:block;margin:0 auto;font-size:30px;line-height:40px;height:50px;width:50px;border-radius:25px;border:6px solid #666666;}
#team .nav-tabs li a span.legtxt{font-size:inherit;line-height:inherit;height:auto;width:auto;border-radius:none;border:0;}
#team .nav-tabs li.active a span,
#team .nav-tabs li a:hover span{border-color:#CC3333;}

/* tweaks */
.fa-lmax img.svg{vertical-align: top;margin-top: 0px;width: 16px;}

#mainSlider .ms-layer.bold-title{text-shadow: 0px 0px 30px rgba(65, 61, 42, 1);}
#mainSlider .ms-layer.light-title{font-family: "Lato", Arial, Helvetica, sans-serif;color:#FFF;background-color: #CC3333;}

#about .welcomeColumns{padding-top: 25px;}
section#about.module.parallax-1{padding: 75px 0 25px 0;}

section#david .section-detail.white{font-size: 20px;}
section#david .section-detail.white .quotes{font-size:300px;display:block;float: left;margin-top:108px;margin-bottom:-60px;font-family: Impact,sans-serif;margin-right: 20px;} 

section#race p.section-detail strong{font-size:20px;font-weight:bold;}
section#race #trail-gallery{background:#FFF;margin-top:45px;}
section#race #trail-slider .item h3{background-color:#f4f4f4;margin:0;padding:10px 5px;min-height:80px;}
section#race #trail-gallery h2.white{color:#5d5d5d;font-size: 20px;font-weight:normal;}

section#team .tab-content#instructor-gallery{margin-top:25px;}
section#team .instructor-photo-overlay h1,
section#team .instructor-photo-overlay h2 {font-size: 14px;}
section#team .instructor-photo-overlay p {font-size: 12px;}

section#race,
section#gallery{background-image: url(../img/backgroundw.jpg);}
section#gallery #pagercontinent a{color: #5d5d5d}
section#gallery #pagercontinent a.disabled:hover,
section#gallery #pagercontinent a.disabled{color:#dddddd;cursor:default;}
section#gallery #pagercontinent a:hover, 
section#gallery #pagercontinent a.cycle-pager-active {color: #cc3333;}
section#gallery .section-title {padding-bottom: 0px;}

section#testimonials .bicycle-image img{width:250px}

section#blogs .blog-info .blog-info-text{margin-left:3%;width: 93.333333%;}
section#blogs .blog-info .blog-info-text h2{font-size: 20px;padding-right:20px;}
section#blogs .blog-info .blog-info-text p{font-size: 18px;}
section#blogs .blog-info .blog-info-text p.shortdesc{display:block;clear:both;}
section#blogs .blog-info .blog-info-text div.longdesc{display:none;}
section#blogs .blog-info .blog-info-text p.readmore a{float: right;}
section#blogs .blog-info .blog-info-text img{width:100%;height:auto;display:block;clear:both;float:none;padding:5px 0;}

section#contact p.section-detail{font-size: 26px;float: left!important;margin: 0 40px;}
section#contact p.section-detail:first-child{margin-right: 35px;}

section#about.module.parallax-1,
section.module.parallax-3,
section.module.parallax-5,
section.module.parallax-7,
section#race #trail-title {
padding: 135px 0 25px 0;
}

section#race {
padding-top:0;
}

/* hashtags gallery */
#hashtaggal .gallery-image{
position: relative;
padding: 0 0 100%;
margin: 0;
height: 0;
overflow: hidden;
}

#hashtaggal .gallery-image img{
min-height:100%;
min-width:100%;
position:absolute;
top:50%;
left:50%;
width:auto;
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
}

#morevideos{
display:block;
clear:both;
padding-right:5px;
text-decoration:underline;
}

#fanpics{
position: relative;
text-indent: 100%;
white-space: nowrap;
overflow: hidden;
background: url(../img/fanpics.png?v=1) no-repeat right 0;
background-size: 105px 110px;
display: inline-block;
width: 105px;
height: 23px;
z-index:2;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
padding-left:20px;
}

#hashtaggaltext.active #fanpics{
height:58px;
}

#fanpics:hover,#hashtaggaltext.active #fanpics{
background-position:right -56px;
}

#fanpics:before {
content: "\e609";
font-size: 20px;
position: absolute;
top: 0;
left: 0;
margin: 0;
height: 23px;
width: 15px;
padding: 0;
line-height: 23px;
color: #cc3333;
cursor: pointer;
display: block;
z-index:3;
text-indent: 0;
opacity:1;
}

#hashtaggaltext p{
padding:15px 0;
}

#hashtaggaltext p span{
opacity:0;
font-size:1.3em;
}

#hashtaggaltext p span,
#videogaltext p span,
#fanpics:before,
#gallerywrapper,
#hashtaggalwrapper {
-webkit-transition: opacity 0.4s ease;
-moz-transition: opacity 0.4s ease;
-o-transition: opacity 0.4s ease;
transition: opacity 0.4s ease;
-ms-transition: opacity 0.4s ease;
}

#hashtaggaltext.active p span,
#hashtaggaltext.active #hashtaggalwrapper,
#videogaltext.active p span,
#videogaltext.active #videogalwrapper{
opacity:1;
}

#hashtaggalwrapper,
#videogalwrapper{
position:absolute;
opacity:0;
width:100%;
}

#gallerywrapper,
#videogaltext,
#hashtaggaltext{
z-index:2;
position:relative;
}

#hashtaggaltext.active,
#videogaltext.active{
z-index:3;
}

#gallerywrapper.disabled,
#hashtaggaltext.disabled,
#videogaltext.disabled,
#hashtaggaltext.active #fanpics:before{
opacity:0;
}

.video-player {
position: relative;
padding-bottom: 56.25%; /* 16:9 */
padding-top: 25px;
width:100%!Important;
height: 0!important;
}

.video-player iframe {
position: absolute;
top: 0;
left: 0;
width: 100%!important;
height: 100%!important;
}

.popup-youtube{display: block;float: left;margin-left: 50px;}
.popup-youtube .pretty-photo{border: 1px solid #ddd;display:block;clear:both;}
.mfp-wrap{z-index:999999;}

.mejs-controls div.mejs-time-rail{width:40.3%;}
.mejs-controls .mejs-time-rail span{width:37%;}