/*------------------------------------------------------------------
[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
  
  -------------------------------------------------------------------*/
/*@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: 'Pacifico-Regular';
  src: url('../fonts/Pacifico-Regular.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/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: 'Raleway-Bold';
  src: url('../fonts/Raleway-Bold.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-ExtraBold.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;
}*/
body{
	font-size:16px;	
	 font-family: 'geomanist_regularregular';
}
div.no-lft-padding{padding-left:0;}
div.no-rght-padding{padding-right:0;}
.section-title {
  padding-bottom: 60px;
  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: #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: 'geomanist_regularregular';
  color: #fff;   
  text-transform: uppercase;
  font-size: 28px;
}
h1.heading span {
  background: #009CE0;
  padding: 10px 15px;
}
h3.small-heading {
   font-family: 'geomanist_regularregular';
  color: #b6b6b6;
  /* text-transform: uppercase; */
  display: inline-block;
  margin-top: 30px;
  line-height: 1.3em;
  font-size: 22px;
}
.section-detail {
  font-family: 'geomanist_regularregular';
  color: #b6b6b6;
  line-height: 1.8em;
  font-size: 16px;
  padding-left: 15px;
}
#main-slider
{
	margin-bottom:35px;	
}
#about .section-detail h3 {
    color: #009CE0;
     font-family: 'geomanist_regularregular';
    margin-bottom: 20px;
    margin-top: 0;
}
#about .section-detail p{color:#fff;}
#about .section-detail .about-text {
    margin-top: 80px;
    padding-left: 0;
}
#about .section-detail .detail {
    display: inline-block;
    margin-bottom: 30px;
    padding-left: 0;
}
.section-detail .detail .detail-icon {
    margin-bottom: 20px;
}
#about-detail
{
	background:#484747;
	margin-bottom:35px;	
}
.abt-detail-info{margin:0px 0 30px 0;}
#about-detail .about-detail-container {
    padding: 20px 0 0;
}
#about-detail .about-detail-container {
    padding: 20px 0 0;
}
#about-detail .about-detail-container {
    padding: 20px 0 0;
}
#about-detail .about-detail-container h1 {
    color: #FFF;
     font-family: 'geomanist_regularregular';
    font-size: 22px;
    margin: 0;
    text-transform: uppercase;
}
#about-detail .about-detail-container h1 {
    font-size: 14px;
	line-height:1.5em;
}
.about-line {
    background: #009CE0 none repeat scroll 0 0;
    border-radius: 4px;
    display: inline-block;
    height: 3px;
    width: 70px;
}
#about-detail .about-detail-container p,
#about-detail .about-detail-container ul {
    color: #dadada;
    font: 400 14px/1.6em "open sans",sans-serif;
}
#about-detail .about-detail-container p {
    padding-right: 45px;
}
/* TopBar */
#topbar {
  background: #151614;
  position: relative;
  overflow: hidden;
}
#topbar span.topbar-right{
  position: absolute;
  left: 75%;
  width: 100%;
  background: #009CE0;
  height: 50px;
}
#topbar p i {
  margin-right: 10px;
}
#topbar .address,
#topbar .email-address {
  color: #E1E0DF;
   font-family: 'geomanist_regularregular';
  font-size: 16px;
  margin-top: 15px;
}
#topbar .email-address a {
  color: #E1E0DF;
}
#topbar .address p,
#topbar .email-address p,
#topbar .social p {
  margin-bottom: 0px;
  font-size: 14px;
}
p.social-skew {
   background: #009CE0;
   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;
}
p.social-skew a:hover {
  color: #2a2928;
}
p.social-skew a i.fa {
  font-size: 18px;
}
/* Main-navigation */
/*for main menu*/
#main-navigation {
  position: relative;
  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(255,255,255,0.7);
  border-color:transparent;
}
.navbar{
  border-radius:0;
  padding: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;
  margin-top:5px;
}
.navbar-collapse.collapse {
	margin-top:6px;
}
.navbar-default .navbar-nav > li {
   font-family: 'geomanist_regularregular';
  background: rgba(255,168,0,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; 
  padding:30px 0;
  position:relative;
}
.navbar-default .navbar-nav > li > a {
  color: #7d7d7d;
  padding-top: 5px;
  padding-bottom: 5px;
  padding:5px 12px;
  font-size:16px;
  font-weight:700;
  line-height:26px;
}
.navbar-default .navbar-nav > li.active,
.navbar-default .navbar-nav > li:hover {
  color:#009ce0;
  background:none;
  border-radius:0;
    
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus, 
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > li > a:focus, 
.navbar-default .navbar-nav > li > a:hover {
  background:none;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover  
{
	background:none;	
	color: #009ce0;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > .open > a,  .navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover
{
	color: #FFF;
    background: #009ce0;
    border-radius: 5px;
	
}
#navigation.affix {
  background-color: #fff;
  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;
}
ul.dropdown-menu 
{
	background:#009ce0;
	color:#fff;	
	top:90px;
	border:none;
	border-top:3px solid #fff;
}
.dropdown-menu > li > a{color:#fff;}
#navigation.affix div.navbar-header a.navbar-brand {visibility:visible !important;}
/* MainSlider */
.ms-ctimer {
  right: 30px;
  top: 100px;
  /* left: none; */
}
#mainSlider .ms-layer.bold-title {
   font-family: 'geomanist_regularregular';
  color: #151614; 
  text-transform: uppercase;
  font-size: 60px;
  font-weight: bold;
  text-align: center;
}
#mainSlider .slide-3 .bold-title {
  font-size: 82px;
}
#mainSlider .ms-layer.light-title {
   font-family: 'geomanist_regularregular';
  color: #009CE0;
  text-transform: none;
  font-size: 30px;
  width: 42%;
  letter-spacing: normal;
  text-align: center;
}
#mainSlider .ms-layer.title-2 {
   font-family: 'geomanist_regularregular';
  font-size: 45px;
  text-transform: uppercase;
}
#mainSlider .ms-layer.title-2 span {
  background: #009CE0;
   font-family: 'geomanist_regularregular';
  color: #fff;
  padding: 0px 15px;
}
#mainSlider .ms-layer.normal-title {
  background: #009CE0;
  font-size: 35px;
   font-family: 'geomanist_regularregular';
  color: #fff;
  text-transform: uppercase;
  padding: 0px 15px;
}
#mainSlider .btn-try-class {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
  font-family: 'geomanist_regularregular';
  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: #009CE0;
  border-color: #009CE0;
}
#mainSlider .ms-skin-black-2 .ms-nav-next,
#mainSlider .ms-skin-black-2 .ms-nav-prev {
  background-color: #009CE0;
  -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);
}
#warehousing
{
	margin:40px 0;
	padding:25px 0;
	background:#efefef;	
}
	#warehousing h2{margin-bottom:45px;}
	.warehouse-item{
		background:#fff;
		border-radius:15px;	
		margin-bottom:25px;
	}
		.warehouse-item .description
		{
			padding:25px 15px;	
		}
		
		.warehouse-item .media{border-radius:15px 15px 0 0;}
		
		.warehouse-item .description h4 {
			color:#009CE0;
			margin: 0 0 15px;
			text-transform: none;
			transition: all 0.8s ease-in-out 0s;
			font-size:20px;
			line-height:1.5em;
		}
/* About */
#fullfillment
{
	margin:40px 0;
	padding:25px 0;
}
	#fullfillment h2{margin-bottom:45px;}
	.fullfilment-item{
		background:#fff;
		margin:20px 0;
	}
	
	.fullfilment-item h3{margin-bottom:15px;}
	
		.fullfilment-item .img-circle{border:6px solid #dadada;}
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: 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: 'geomanist_regularregular';
  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;
}
div.section-container {margin-top:40px; margin-bottom:40px}
#new-section{margin-bottom:40px;}
#new-section h2 {
    color: #464646;
    font: 700 30px 'geomanist_regularregular',sans-serif;
    text-transform: uppercase;
	margin-bottom:25px;
}
#new-section p {
    color: #656565;
    font: 400 16px/1.6em 'geomanist_regularregular',sans-serif;
}
/* Video */
section.module.parallax-2 {
  background-image: url(../images/business_enquiry.jpg);
  background-position:50% 50%;
  padding: 75px 0px;
  margin-bottom:60px;
  background-size:cover;
}
section.module.what-we-do {
  background-image: url(../images/what-we-do.jpg);
}
section.module.why-us {
  background-image: url(../images/why-us1.jpg);
}
section.module.industries {
  background-image: url(../images/industry.jpg);
}
section.module.contact {
  background-image: url(../images/contact.jpg);
}
section.module.career {
  background-image: url(../images/hire.jpg);
}

section.module.services {
  background-image: url(../images/services.jpg);
}

section.module.ourproducts {
  background-image: url(../images/ourProducts.jpg);
}

#video .seperator {
   margin-bottom: 10px; 
}
#video h1 {
   font-family: 'geomanist_regularregular';
  font-size: 55px;
  color: #fff;
  margin-top: 0px;
  margin-bottom: 0px;
  text-transform: uppercase; 
  font-weight:bold;
}
#video p {
  color: #000;
  font-family: 'geomanist_regularregular';
  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: #151614;
  font-size: 20px;
}
#trails p.section-detail {
  color: #5d5d5d;
}
#trail-gallery {
  background: #f4f4f4;
  margin-top: 75px;
  padding-bottom:35px;
}
  /* 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: 'geomanist_regularregular';
    color: #151614;
    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: 'geomanist_regularregular';
    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: #009CE0;
    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: #009CE0;
    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:40px auto;
}
.modal-header{
  border-bottom:none;
  margin-bottom:5%;
   font-family: 'geomanist_regularregular';                                 
  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: 'geomanist_regularregular';
  color: #fff;
  font-size: 26px;
  margin-top: 95%;
  margin-bottom: 0px !important;
}
.instructor-photo-overlay p {
   font-family: 'geomanist_regularregular';
  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-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: 'geomanist_regularregular';
  font-size: 24px;
  margin-bottom: 5px;
  color: #151614;
  text-transform: uppercase;
}
#subscribe p {
   font-family: 'geomanist_regularregular';
  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: 'geomanist_regularregular';
  color: #434343;
  width: 36%;
  margin-right: -5px;
}
#subscribe .form-inline .btn-subscribe {
  background-color: #151614;
  color: #fff;
   font-family: 'geomanist_regularregular';
  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: 'geomanist_regularregular';
    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: 'geomanist_regularregular';
    color: #686868;
    margin-bottom:20px;
    padding:0px 60px; 
    text-align: center; 
  }
  #parts-slider .item p.parts-price {
     font-family: 'geomanist_regularregular';
    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: #009CE0;
    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: #009CE0;
  }
  #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;
  margin:40px 0;
}
/* 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: 'geomanist_regularregular';
  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: #009CE0;
}
.gallery-photo-overlay .icon-overlay i.fa:hover {
  color: #009CE0;
}
#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);
}
div.product-item
{
	position:relative;
	margin:25px 0;	
}
div.product-item .infro-con {
    background: rgba(0, 156, 224,0.92) none repeat scroll 0 0;
    border-right: 4px solid rgba(58, 58, 58, 1);
    bottom: 16px;
    height: 50px;
    left: 0;
    overflow: hidden;
    padding: 5px 10px;
    position: absolute;
    transition: all 0.2s ease 0s;
    width: 85%;
    z-index: 5;
}
.infro-con h5 {
    color: #ffffff;
	font-size:18px;
    margin-bottom: 10px;
}
.infro-con p
{
	color:#fff;
	font-size:14px;	
}
div.product-item article:hover .infro-con {
    height: 85%;
}
  /* Testimonials */
#testimonials {
  overflow: hidden;
}
div.module.parallax-6 {
  background-image: url(../images/brands.jpg);
  padding-top: 80px;
}
#testimonials .testimonial {
  position: relative;
}
#testimonials .testimonial .testimonials-text {
  padding: 100px 0px 130px;
}
#testimonials .testimonial .testimonials-text p {
   font-family: 'geomanist_regularregular';
  color: #fff;
  font-size: 24px;
  line-height: 1.3em;
}
#testimonials .testimonial .testimonials-text h4 {
   font-family: 'geomanist_regularregular';
  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;
  top: 40px;
  right: 40px;
  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: #009CE0;
  display: inline-block;
  width: 100%;
  margin-top: 30px;  
}
#packages .packages-container .package .package-container .select-button p {
   font-family: 'geomanist_regularregular';
  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: 'geomanist_regularregular';
  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: 'geomanist_regularregular';
  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: 'geomanist_regularregular';
  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: 'geomanist_regularregular';
  /* 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: 'geomanist_regularregular';
  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: 'geomanist_regularregular';
  color: #151614;
  font-size: 24px;
  margin: 0px;
}
#blogs .blog-buttons {
  margin-top: 60px;
}
#blogs .blog-btn {
   font-family: 'geomanist_regularregular';
  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 {
  
  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: #009CE0;
   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: 'geomanist_regularregular';
  font-size: 16px;
  line-height: 1.6em;
  margin-bottom: 0px;
}
#contact .bottom-contact-form .form-control {
  width: 100%;
  margin-bottom: 20px;
  border-radius: 0px;
  height: 50px;
   font-family: 'geomanist_regularregular';
  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 .exp_dependant
{
	display:none;	
}
form{position:relative;}
div.formOverlay
		{
			width:100%;
			height:100%;
			position:absolute;
			left:0;
			top:0;
			background-image:url(../images/loader.gif);
			background-position:50% 50%;
			background-repeat:no-repeat;
			background-color:rgba(0,0,0,.70);	
			z-index:999;
		}
#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: 'geomanist_regularregular';
  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: 'geomanist_regularregular';
  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-color: #313131;
  padding: 25px 0px 25px;
}
#footer h3 {
  margin-top: 0px;
  margin-bottom: 45px;
}
#footer h3 span {
  background: #009CE0;
  padding: 10px;
  color: #fff;
  font-size: 22px;
   font-family: 'geomanist_regularregular';
  text-transform: uppercase;
}
#footer p {
   font-family: 'geomanist_regularregular';
  color: #fff;
}
#footer .footer-about p {
  line-height: 1.7em;
  color: #fff;
  font-size: 16px;
  margin-bottom: 0px;
}
#footer .footer-about .social {
  margin-top: 30px;
}
#footer .footer-about .social a {
  background: #fff;
  /* 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: #009CE0;
}
#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 ul{list-style:none; padding:0;}
#footer .footer-post .latest-post-links ul li {
    padding: 15px 0 0;
}
#footer .footer-post .latest-post-links ul li .icon {
    border: 1px solid #009CE0;
    border-radius: 50%;
    float: left;
    height: 40px;
    margin-right: 13px;
    text-align: center;
    width: 40px;
	color:#009CE0;
	display:inline-block;
}
#footer .footer-post .latest-post-links ul li .media-left{padding-right:0;}
#footer .footer-post .latest-post-links ul li .icon {
    transition: all 0.3s ease 0s;
}
#footer .footer-post .latest-post-links ul li .icon:hover {
    background-color: #009CE0;
    transform: rotateX(-7deg) scale(1.09);
    transition: all 0.7s ease 0s;
	color:#fff;
}
#footer .footer-post .latest-post-links ul li .icon i {
    font-size: 18px;
    line-height: 39px;
}
#footer .footer-post .latest-post-links ul li .description p {
    line-height: 1.5em !important;
	margin-bottom:0 !important;
	margin-top:5px;
}
#footer .footer-post .latest-post-links p span.post-date {
  color: #fff;
  display: block;
  font-size: 14px;
}
#footer .footer-post .latest-post-links p a.latest-post-link:hover {
  color: #009CE0;
  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: #fff;
  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: #009CE0;
  -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: #009CE0;
  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: 10px 0px;
}
#copyright p {
   font-family: 'geomanist_regularregular';
  color: #fff;
  margin-bottom: 0px;
  font-size: 14px;
}
#copyright p a {
  color: #fff;
}
div.iconbox
{
	margin-bottom:35px;	
}
	div.iconbox h3{color:#009CE0; margin-bottom:15px;}
	
div.footer-post a{color:#009CE0;}