@font-face {
			font-family: "MyriadProRegular";
			src: url("../fonts/MyriadProRegular/MyriadPro-Regular.eot");
			src: url("../fonts/MyriadProRegular/MyriadPro-Regular.eot?#iefix")format("embedded-opentype"),
			url("../fonts/MyriadProRegular/MyriadPro-Regular.woff") format("woff"),
			url("../fonts/MyriadProRegular/MyriadPro-Regular.ttf") format("truetype");
			font-style: normal;
			font-weight: normal;
	}

@font-face {
			font-family: "MyriadProLight";
			src: url("../fonts/MyriadProLight/MyriadPro-Light.eot");
			src: url("../fonts/MyriadProLight/MyriadPro-Light.eot?#iefix")format("embedded-opentype"),
			url("../fonts/MyriadProLight/MyriadPro-Light.woff") format("woff"),
			url("../fonts/MyriadProLight/MyriadPro-Light.ttf") format("truetype");
			font-style: normal;
			font-weight: normal;
	}

@font-face {
			font-family: "MyriadProLightSemiExtended";
			src: url("../fonts/MyriadProLightSemiExtended/MyriadPro-SemiExt.eot");
			src: url("../fonts/MyriadProLightSemiExtended/MyriadPro-SemiExt.eot?#iefix")format("embedded-opentype"),
			url("../fonts/MyriadProLightSemiExtended/MyriadPro-SemiExt.woff") format("woff"),
			url("../fonts/MyriadProLightSemiExtended/MyriadPro-SemiExt.ttf") format("truetype");
			font-style: normal;
			font-weight: normal;
	}


	@font-face {
			font-family: "MyriadProBold";
			src: url("../fonts/MyriadProBold/MyriadProBold.eot");
			src: url("../fonts/MyriadProBold/MyriadProBold.eot?#iefix")format("embedded-opentype"),
			url("../fonts/MyriadProBold/MyriadProBold.woff") format("woff"),
			url("../fonts/MyriadProBold/MyriadProBold.ttf") format("truetype");
			font-style: normal;
			font-weight: normal;
	}

	@font-face {
			font-family: "MyriadProItalic";
			src: url("../fonts/MyriadProItalic/MyriadProItalic.eot");
			src: url("../fonts/MyriadProItalic/MyriadProItalic.eot?#iefix")format("embedded-opentype"),
			url("../fonts/MyriadProItalic/MyriadProItalic.woff") format("woff"),
			url("../fonts/MyriadProItalic/MyriadProItalic.ttf") format("truetype");
			font-style: normal;
			font-weight: normal;
	}

	@font-face {
			font-family: "MyriadProSemiBold";
			src: url("../fonts/MyriadProSemiBold/MyriadPro-Semibold.eot");
			src: url("../fonts/MyriadProSemiBold/MyriadPro-Semibold.eot?#iefix")format("embedded-opentype"),
			url("../fonts/MyriadProSemiBold/MyriadPro-Semibold.woff") format("woff"),
			url("../fonts/MyriadProSemiBold/MyriadPro-Semibold.ttf") format("truetype");
			font-style: normal;
			font-weight: normal;
	}

	@font-face {
			font-family: "MyriadProBoldItalic";
			src: url("../fonts/MyriadProBoldItalic/MyriadPro-BoldIt.eot");
			src: url("../fonts/MyriadProBoldItalic/MyriadPro-BoldIt.eot?#iefix")format("embedded-opentype"),
			url("../fonts/MyriadProBoldItalic/MyriadPro-BoldIt.woff") format("woff"),
			url("../fonts/MyriadProBoldItalic/MyriadProBold-Italic.ttf") format("truetype");
			font-style: normal;
			font-weight: normal;
	}

	@font-face {
			font-family: "MyriadProSemiBoldItalic";
			src: url("../fonts/MyriadProSemiBoldItalic/MyriadPro-SemiboldIt.eot");
			src: url("../fonts/MyriadProSemiBoldItalic/MyriadPro-SemiboldIt.eot?#iefix")format("embedded-opentype"),
			url("../fonts/MyriadProSemiBoldItalic/MyriadPro-SemiboldIt.woff") format("woff"),
			url("../fonts/MyriadProSemiBoldItalic/MyriadPro-SemiboldIt.ttf") format("truetype");
			font-style: normal;
			font-weight: normal;
	}


 @charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
}
li {
/*list-style: none;*/
}
a{
	-webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
a:hover, a:focus, a {
	text-decoration: none;
	outline: none !important;
	-webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.hover {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.hover:hover {
  opacity: 0.9;
  -webkit-transform: scale(0.95);
  -moz-transform: scale(0.95);
  -o-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}

.button-color-orange {
	background: rgb(250, 162, 90);
	background: -moz-linear-gradient(90deg, rgb(250, 162, 90) 0%, rgb(248, 121, 63) 80%);
	background: -webkit-linear-gradient(90deg, rgb(250, 162, 90) 0%, rgb(248, 121, 63) 80%);
	background: -o-linear-gradient(90deg, rgb(250, 162, 90) 0%, rgb(248, 121, 63) 80%);
	background: -ms-linear-gradient(90deg, rgb(250, 162, 90) 0%, rgb(248, 121, 63) 80%);
	background: linear-gradient(180deg, rgb(250, 162, 90) 0%, rgb(248, 121, 63) 80%);
	border: 1px solid #f54725;
	color: #FFFFFF;
	font: 14px "myriad_prosemibold";
	font-weight: bold;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-shadow: -1px 2px 4px rgba(250, 160, 134, 1);
}
.button-color-orange:hover, .button-color-orange:focus {
	background: rgb(251, 172, 101);
	background: -moz-linear-gradient(90deg, rgb(251, 172, 101) 0%, rgb(249, 143, 73) 74%);
	background: -webkit-linear-gradient(90deg, rgb(251, 172, 101) 0%, rgb(249, 143, 73) 74%);
	background: -o-linear-gradient(90deg, rgb(251, 172, 101) 0%, rgb(249, 143, 73) 74%);
	background: -ms-linear-gradient(90deg, rgb(251, 172, 101) 0%, rgb(249, 143, 73) 74%);
	background: linear-gradient(180deg, rgb(251, 172, 101) 0%, rgb(249, 143, 73) 74%);
	color: #FFFFFF;
}
.button-small {
	display: inline-block;
	padding: 10px 0;
	width: 112px;
	height: 40px;
	text-transform:capitalize;
}
.button-large {
	display: inline-block;
	padding: 14px 0;
	width: 138px;
	height: 48px;
	text-transform:capitalize;
}
.button-orange-active {
	background: rgb(250, 153, 83);
	background: -moz-linear-gradient(90deg, rgb(250, 153, 83) 0%, rgb(248, 132, 70) 100%);
	background: -webkit-linear-gradient(90deg, rgb(250, 153, 83) 0%, rgb(248, 132, 70) 100%);
	background: -o-linear-gradient(90deg, rgb(250, 153, 83) 0%, rgb(248, 132, 70) 100%);
	background: -ms-linear-gradient(90deg, rgb(250, 153, 83) 0%, rgb(248, 132, 70) 100%);
	background: linear-gradient(180deg, rgb(250, 153, 83) 0%, rgb(248, 132, 70) 100%);
	color: #FFF;
}
.button-color-brown {
	background: rgb(76, 60, 52);
	background: -moz-linear-gradient(90deg, rgb(76, 60, 52) 30%, rgb(55, 43, 38) 70%);
	background: -webkit-linear-gradient(90deg, rgb(76, 60, 52) 30%, rgb(55, 43, 38) 70%);
	background: -o-linear-gradient(90deg, rgb(76, 60, 52) 30%, rgb(55, 43, 38) 70%);
	background: -ms-linear-gradient(90deg, rgb(76, 60, 52) 30%, rgb(55, 43, 38) 70%);
	background: linear-gradient(180deg, rgb(76, 60, 52) 30%, rgb(55, 43, 38) 70%);
	color: #FFFFFF;
	border: 1px solid #302520;
	font: 14px "myriad_prosemibold";
	font-weight: bold;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.button-color-brown:hover, .button-color-brown:focus {
	background: rgb(94, 73, 63);
	background: -moz-linear-gradient(90deg, rgb(94, 73, 63) 30%, rgb(100, 75, 41) 93%);
	background: -webkit-linear-gradient(90deg, rgb(94, 73, 63) 30%, rgb(100, 75, 41) 93%);
	background: -o-linear-gradient(90deg, rgb(94, 73, 63) 30%, rgb(100, 75, 41) 93%);
	background: -ms-linear-gradient(90deg, rgb(94, 73, 63) 30%, rgb(100, 75, 41) 93%);
	background: linear-gradient(180deg, rgb(94, 73, 63) 30%, rgb(100, 75, 41) 93%);
	color: #FFFFFF;
}
.button-brown-active {
	background: rgb(71, 56, 48);
	background: -moz-linear-gradient(90deg, rgb(71, 56, 48) 30%, rgb(62, 48, 42) 93%);
	background: -webkit-linear-gradient(90deg, rgb(71, 56, 48) 30%, rgb(62, 48, 42) 93%);
	background: -o-linear-gradient(90deg, rgb(71, 56, 48) 30%, rgb(62, 48, 42) 93%);
	background: -ms-linear-gradient(90deg, rgb(71, 56, 48) 30%, rgb(62, 48, 42) 93%);
	background: linear-gradient(180deg, rgb(71, 56, 48) 30%, rgb(62, 48, 42) 93%);
	color: #FFF;
}
.button-color-grey {
	background: rgb(90, 91, 96);
	background: -moz-linear-gradient(90deg, rgb(90, 91, 96) 30%, rgb(63, 64, 67) 90%);
	background: -webkit-linear-gradient(90deg, rgb(90, 91, 96) 30%, rgb(63, 64, 67) 90%);
	background: -o-linear-gradient(90deg, rgb(90, 91, 96) 30%, rgb(63, 64, 67) 90%);
	background: -ms-linear-gradient(90deg, rgb(90, 91, 96) 30%, rgb(63, 64, 67) 90%);
	background: linear-gradient(180deg, rgb(90, 91, 96) 30%, rgb(63, 64, 67) 90%);
	border: 1px solid #37383b;
	color: #FFFFFF;
	font: 14px "myriad_prosemibold";
	font-weight: bold;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.button-color-grey:hover, .button-color-grey:focus {
	background: rgb(100, 101, 107);
	background: -moz-linear-gradient(90deg, rgb(100, 101, 107) 30%, rgb(80, 82, 86) 90%);
	background: -webkit-linear-gradient(90deg, rgb(100, 101, 107) 30%, rgb(80, 82, 86) 90%);
	background: -o-linear-gradient(90deg, rgb(100, 101, 107) 30%, rgb(80, 82, 86) 90%);
	background: -ms-linear-gradient(90deg, rgb(100, 101, 107) 30%, rgb(80, 82, 86) 90%);
	background: linear-gradient(180deg, rgb(100, 101, 107) 30%, rgb(80, 82, 86) 90%);
	color: #FFFFFF;
}
.button-grey-active {
	background: rgb(83, 85, 89);
	background: -moz-linear-gradient(90deg, rgb(83, 85, 89) 30%, rgb(70, 71, 75) 90%);
	background: -webkit-linear-gradient(90deg, rgb(83, 85, 89) 30%, rgb(70, 71, 75) 90%);
	background: -o-linear-gradient(90deg, rgb(83, 85, 89) 30%, rgb(70, 71, 75) 90%);
	background: -ms-linear-gradient(90deg, rgb(83, 85, 89) 30%, rgb(70, 71, 75) 90%);
	background: linear-gradient(180deg, rgb(83, 85, 89) 30%, rgb(70, 71, 75) 90%);
	color: #FFF;
}
.button-color-blue {
	background: rgb(0, 192, 246);
	background: -moz-linear-gradient(90deg, rgb(0, 192, 246) 30%, rgb(0, 167, 243) 90%);
	background: -webkit-linear-gradient(90deg, rgb(0, 192, 246) 30%, rgb(0, 167, 243) 90%);
	background: -o-linear-gradient(90deg, rgb(0, 192, 246) 30%, rgb(0, 167, 243) 90%);
	background: -ms-linear-gradient(90deg, rgb(0, 192, 246) 30%, rgb(0, 167, 243) 90%);
	background: linear-gradient(180deg, rgb(0, 192, 246) 30%, rgb(0, 167, 243) 90%);
	border: 1px solid #009cf1;
	color: #FFFFFF;
	font: 14px "myriad_prosemibold";
	font-weight: bold;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.button-color-blue:hover, .button-color-blue:focus {
	background: rgb(0, 201, 247);
	background: -moz-linear-gradient(90deg, rgb(0, 201, 247) 30%, rgb(0, 196, 247) 90%);
	background: -webkit-linear-gradient(90deg, rgb(0, 201, 247) 30%, rgb(0, 196, 247) 90%);
	background: -o-linear-gradient(90deg, rgb(0, 201, 247) 30%, rgb(0, 196, 247) 90%);
	background: -ms-linear-gradient(90deg, rgb(0, 201, 247) 30%, rgb(0, 196, 247) 90%);
	background: linear-gradient(180deg, rgb(0, 201, 247) 30%, rgb(0, 196, 247) 90%);
	color: #FFFFFF;
}
.button-blue-active {
	background: rgb(0, 185, 245);
	background: -moz-linear-gradient(90deg, rgb(0, 185, 245) 30%, rgb(0, 173, 244) 90%);
	background: -webkit-linear-gradient(90deg, rgb(0, 185, 245) 30%, rgb(0, 173, 244) 90%);
	background: -o-linear-gradient(90deg, rgb(0, 185, 245) 30%, rgb(0, 173, 244) 90%);
	background: -ms-linear-gradient(90deg, rgb(0, 185, 245) 30%, rgb(0, 173, 244) 90%);
	background: linear-gradient(180deg, rgb(0, 185, 245) 30%, rgb(0, 173, 244) 90%);
	color: #FFF;
}
body {
	font: 14px "MyriadProRegular";
	color: #FFF;
	font-weight: normal;
}
.header {
	background-color: #075E3C;
	border-top: 4px solid #05649c;
}
.logo {
	padding: 25px 0 15px;
}
.logo a{
	display:block;
	text-align:center;}
.top-header {
	margin: 3px 0 40px 0;
	display:none;
}
.top-header ul li {
	display: inline-block;
}
.top-header ul li:first-child{
	border-right:1px solid #000;
	padding-right:5px;}
.top-header ul li a {
	padding: 5px;
	color: #FFF;
	font: 12px "MyriadProRegular";
}
.top-header ul li a i{
	font-size:12px;
	color:#000;
	padding-right:10px;}
.navigation{
	position:relative;}
.nav-area{
	position:absolute;
	z-index:999;
	padding:10px 0;
	width: 100%;
	background-color: #004731;}
.navbar-nav {
	float: none;
	text-align: center;}

.navbar-default .navbar-nav > li > a {
	padding: 3px 15px 2px;
	color: #FFF;
	text-shadow:none !important;
	font-family:'MyriadProLight';
	font-size:1.25em;
	letter-spacing:1px;
}
.navbar-default .navbar-nav > li {
	float: none;
	text-align: center;
	display: inline-block;
}
.navbar-default .navbar-nav > li:last-child {
	margin-right: 0;
}
.navbar-default .navbar-nav > li:hover {
	margin-bottom: -4px;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus,.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus{
	background:#8da7b7;
	border-radius:5px;
	font-weight:bold;
	color:#05649c;
	text-shadow:none;
}
.navbar-default .navbar-nav > .open li a:hover{
	background:#8da7b7;
}
@keyframes slidy {
0% { left: 0%; }
20% { left: 0%; }
25% { left: -100%; }
45% { left: -100%; }
50% { left: -200%; }
70% { left: -200%; }
75% { left: -300%; }
95% { left: -300%; }
100% { left: -400%; }
}

figure {
  margin: 0; background: #101010;
  font-family: Istok Web, sans-serif;
  font-weight: 100;
}
div#captioned-gallery {
  width: 100%; overflow: hidden;
  /*height:441px;*/
height:441px;

}
figure.slider {
  position: relative; width: 500%;
  font-size: 0; animation: 30s slidy infinite;
}
figure.slider figure {
  width: 20%; height: auto;
  display: inline-block;  position: inherit;
}
figure.slider img { width: 100%; height: auto; }
figure.slider figure figcaption {
  position: absolute; bottom: 0;
  background: rgba(0,0,0,0.4);
  color: #fff; width: 100%;
  font-size: 2rem; padding: .6rem;
}
.blackshadow{
	box-shadow:inset 0px 200px 300px #000;
	width:100%;
	height:100%;
	z-index: 1;
    position: absolute;}
.carousel-caption {
	bottom:auto;
	top:15%; }
.carousel-caption h2{
	font-weight:bold;
	font-size:46px;
	text-shadow:0 2px 5px rgba(0, 0, 0, 0.6);}
.carousel-caption h3{
	font-size:12px;
	text-shadow:0 1px 5px rgba(0, 0, 0, 0.6);}
.carousel-caption .btn{
	margin-top:20%;}
.jssorb05{
	display:none;}
div#jssor_1 {
	margin: 0 auto;
    box-shadow: 0px 20px 80px #000;
}
.banner-area {
	background: url(../images/banner.png) no-repeat center top;
	background-size: 100%;
	height: 400px;
}
.widget-wraper {
	overflow: hidden;
}
.widget-wraper h2{
    font: 24px 'myriad_prosemibold';
	color: #05669e;
	text-align: center;
}
.widget {
	text-align: center;
	padding: 60px 10px;
	background:#075E3C;
	cursor: pointer;
	z-index:1;
	position:relative;
}
.widget.hover {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.widget.hover:hover {
  opacity: 1;
	padding: 60px 10px;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.widget-wraper h4, .widget .widget-content h3 {
	color: #fff;
	font: 16px 'myriad_prosemibold';
	padding:10px 0;
}
.widget .widget-content p {
	color: #fff;
	padding: 5px 35px;
	font-size: 12px;
	font: 12px 'myriad_prosemibold';
}
.widget .btn {
	background-color: #05669e;
	color: #FFF;
	border-bottom: 1px solid #3f312b;
	font: 14px 'myriad_prosemibold';
}
.widget:hover {
	padding: 12px 7px;
	z-index:999;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.widget-wraper h3, .widget-wraper h4 {
	text-align: center;
	font: 18px 'myriad_prosemibold';
}
.widget-wraper h3 {
	color: #3f312b;
	font: 20px "MyriadProRegular";
}
.jssorslider{
	overflow:hidden;}
.paralles{
	background-image:url("../images/parallex2.jpg");

    /* Set a specific height */
    min-height: 300px;

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.para{
	padding:100px 0;
}
.carblock{
	padding-top:60px;
}
.carblock h3{
	color:#05649c;
	text-align:center;}
.type-mouse {
	background: url("../images/type-mountain.png") no-repeat scroll 0 0 / 100% auto transparent;
	clear: both;
	text-align: center;
	margin-top: 60px;
	margin-bottom: 30px;
	background-size: contain;
    background-position: center;
}
.type-mouse a {
	color: #FFF;
	font-size: 18px;
	padding: 12px 0;
	display: block;
	font: 18px 'myriad_prosemibold';
}
.cyclic-area {
	margin-bottom: 30px;
	overflow: hidden;
}
.cycle-widget {
	position: relative;
}
.cycle-widget img {
	width: 100%;
}
.cycle-widget .cyclic-bottom {
	background: #05669e;
	display:block;
	position:relative;
	z-index:999;
	color: #FFF;
	padding: 5px 0 5px 10px;
	font: 16px 'myriad_prosemibold';
}
.cycle-widget .cyclic-bottom i {
	font-size:18px;
    padding-right: 10px;
}
.cycle-widget .cyclic-bottom span {
	vertical-align:top;
}
.cycle-widget .cycle-hover {
	display: none;
}
.cycle-widget:hover .cycle-hover {
	display: block;
	cursor: pointer;
}
.img-area{
	overflow:hidden;
}
.cycle-widget img {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.cycle-widget:hover img {
  opacity: 0.9;
  -webkit-transform: scale(1.10);
  -moz-transform: scale(1.10);
  -o-transform: scale(1.10);
  -ms-transform: scale(1.10);
  transform: scale(1.10);
}
.cycle-hover {
	background:rgba(5, 102, 158, 0.2);
	height: 100%;
	position: absolute;
	top: 0;
	width: 100%;
}
.cycle-hover .btn {
	background: #05669e;
	color: #FFF;
	position: absolute;
	left: 28%;
	top: 42%;
	font: 16px 'myriad_prosemibold';
}
.bike-list-wrapper {
	margin-bottom:30px;
}
.bike-list-head {
	background-color: #035586;
	text-align: center;
	margin-bottom: 30px;
}
.bike-list-head h3 {
	font: 24px 'myriad_prosemibold';
	color: #fff;
}
.bike-list-head p {
	font: 16px "MyriadProRegular";
	color: #FFF;
	margin-bottom: 20px;
}
/*.bike-list-area:before {
	content: "";
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 7px 7.5px 0 7.5px;
	border-color: #3f312b transparent transparent;
	position: absolute;
	top: 0;
	left: 49.5%
}
.bike-list-area:after {
	content: "";
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 7px 7.5px 0 7.5px;
	border-color: #05669e transparent transparent;
	position: absolute;
	bottom: -7px;
	left: 49.5%
}*/
.bike-list-area .bx-wrapper{
	margin:0 auto;}
.bike-list-area {
	position: relative;
}
.bike-list-area .bx-wrapper .bx-viewport{
	left:auto;}
.bike-list-area .blog-item img{
	width:100%;
}
.bike-list-area .blog-item .blog-link{
	padding: 10px;
	border-radius:3px;
    font-size: 12px;
}
.bike-list-area h3 a{
	color:#fff;
}
.bike-list-area .bike-list {
	position: relative;
	cursor: pointer;
}
.bike-list-area .bike-list .img-wrap{
	overflow:hidden;
}
.bike-list-area .bike-list img {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  float:right;
  width:100%;
}
/*.bike-list-area .bike-list:hover img {
  opacity: 0.9;
  -webkit-transform: scale(1.10);
  -moz-transform: scale(1.10);
  -o-transform: scale(1.10);
  -ms-transform: scale(1.10);
  transform: scale(1.10);
}*/
.bike-list-hover {
	display: none;
}
.bike-list-hover .zoom-in {
	position: absolute;
	left: 27%;
	top: 35%;
}
.bike-list-hover .zoom-in a{
	color:#fff;
}
.bike-list-hover .link {
	position: absolute;
	left: 60%;
	top: 35%;
}
.bike-list:hover .bike-list-hover {
	display: block;
}
.bike-list-hover {
	font-size:40px;
	background: rgba(255 , 161 , 109 , 0.7);
	width: 100%;
	position: absolute;
	top: 0;
	height: 100%;
	border: 3px solid #c05c25;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
.valueable-client {
	text-align: center;
	padding: 20px 0;
}
.valueable-client img{
	margin:0 auto;}
.valueable-client h4 {
	color: #05669e;
	font: 24px 'myriad_prosemibold';
}
.valueable-client ul li {
	display: inline-block;
	margin: 25px 39px 25px 0;
}
.valueable-client ul li a {
}
.footer .container{
	max-width:1200px;
}
.footer h4 {
	color: #fff;
	font: 20px 'myriad_prosemibold';
	text-align: center;
}
.footer h4 i{
	padding-right:10px;}
.footer-top {
background-color: #075E3C;
	padding: 20px 0 10px 0;
}
.footer-top .container{
	border-bottom: 2px solid #fff;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.footer-top li{
	list-style:none;
	text-align: center;
}
.footer-top li a{
	color:#fff;
	font-size:12px;
}
.left-footer form input {
	float: left;
}
.left-footer form input[type="submit"] {
	width: 23%;
	float: left;
	background: #0b91e1;
	color: #fff;
	font: 16px 'myriad_prosemibold';
	padding: 8px;
}
.twitter-wrap {
	border-top: 2px solid #023b5d;
	box-shadow: 0 -2px 0 #023b5d;
	clear: both;
}
.border-right {
	border-right: 2px solid #023b5d;
	box-shadow: 2px 0 0 #023b5d;
	padding-right: 22px;
}
.twitter p {
	color: #FFF;
	font: 16px 'myriad_prolight';
}
.twitter p span {
	font-size: 12px;
}
.color {
	color: #fff;
	font-size: 16px !important;
}
.order-btn, .right-footer .btn {
	background-color: #023b5d;
	color: #FFF;
	text-transform: uppercase;
	padding: 3px 10px;
	margin-top: 10px;
}
.footer-bottom-wrape {
	background-color: #075E3C;
}
.footer-Lbottom img {
	max-width:300px;
	margin: 0 auto;
}
.footer-Lbottom p {
	color: #FFF;
	text-align: center;
    padding: 15px 0 20px;
    font-size: 12px;
}
.social-icons ul li {
	display: inline-block;
	margin-right: 5px;
}
.social-icons li a {
    background: #fff;
    color: #035586;
    border-radius: 100%;
    padding: 10px 0;
    text-align: center;
    font-size: 27px;
    width: 45px;
    height: 45px;
    display: block;
}
.social-icons li a:hover {
	background:#8da7b7;
}
.tw {
	background: url(../images/tw.png) no-repeat left 0 center;
}
.rss {
	background: url(../images/rss.png) no-repeat left 0 center;
}
.location {
	background: url(../images/location.png) no-repeat left 0 center;
}
.form-group {
	overflow: hidden;
}
.social-icons {
	text-align: center;
}
.page-404{
	padding:60px 0;
	text-align:center;}

.page-404 h1{
	color:#05669e;
	font-size:46px;}

.error-404{
	font-size:60px;
	color:#05669e;}

.project{
	margin:40px 0 0;}

.related-projects{
	margin:0 0 20px;}

.project-details h3,
.related-projects h3{
	color:#333333;
	font-size:40px;}

.project-details h4{
	color:#333333;
	font-size:20px;}

.project-details ul{
	margin-left:20px;}

.project-details li{
	color:#333333;
	padding-top:10px;
	list-style:square;
	font-size:18px;}

/* -------------------Inner pages ------------------- ------------ */

/* ----------CYCLE PRICE ------------------- */

.title-bg {
	background-color: #05649c;
}
.title h1 {
	color: #fff;
	font: 18px 'myriad_prosemibold';
	float:left;
}




.four-column {
	text-align: center;
	margin-bottom: 30px;
	overflow: hidden;
}
.four-column h2 {
	color: #05669e;
	font: 24px 'myriad_prosemibold';
}
.pricing-widget {
	background: #f0f0f0;
	border-bottom: 1px solid #cccccc;
	padding-bottom: 20px;
}
.pricing-widget ul {
	padding: 30px 25px 5px 25px;
}
.pricing-widget ul li {
	/*background: url("../images/check-li.png") no-repeat scroll left top 5px transparent;*/
	clear: left;
	color: #868686;
	display: block;
	margin-bottom: 10px;
	/*padding-left: 30px;*/
	text-align: left;
}
.pricing-widget ul li i{
	color:#05669e;
	font-size:22px;
	padding-right:15px;
}
.price-title-black, .price-title {
	background-color: #05669e;
	position: relative;
	text-align: center;
}
.price-title:after {
	content: "";
	position: absolute;
	bottom: -14px;
	left: 44%;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 14px 14px 0 14px;
	border-color: #05669e transparent transparent
}
.price-title-black h1, .price-title h1 {
	font: 30px "MyriadProRegular";
	font-weight: bold;
	color: #FFF;
	padding: 10px 0;
}
.price {
	font: 40px "MyriadProRegular";
	font-weight: bold;
	color: #05669e;
	border-bottom: double #d1d1d1;
}
.price img {
	display: block;
	margin-bottom: -11px;
	margin-left: 44%;
}
.order-btn {
	font: 20px "MyriadProRegular";
	padding: 5px 25px;
}
.border-none {
	border-bottom: 0;
	font-size: 50px;
}
.details {
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	background-color: #a7a7a7;
	padding: 2px 34px;
}
.details a {
	color: #FFF;
	font: 20px "MyriadProRegular";
}
.price-title-black {
	background-color: #4c4c4c;
}
.price-title-black:after {
	content: "";
	position: absolute;
	bottom: -14px;
	left: 44%;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 14px 14px 0 14px;
	border-color: #4c4c4c transparent transparent
}
.black.price{
	color:#4c4c4c;
}
.black.order-btn{
	background:#4c4c4c;}
.pricedark .pricetab{
  width:20%;
  min-width:220px;
  background:rgba(63, 49, 43, 0.9);
  float:left;
  margin-top:.2%;
  box-shadow:1px 1px 20px rgba(0, 0, 0, .5);
}
.pricedark .pricetabmid{
  width:20%;
  min-width:220px;
  background: linear-gradient( #F9B84A, #ff9547);
  float:left;
  box-shadow:0 0  15px rgba(0, 0, 0, 1);
  position:relative;
}
.pricedark .priceheader{
  width:100%;
  height:60px;
  background-image: -o-linear-gradient(bottom ,#444 , #555);
  background-image: -webkit-linear-gradient(bottom ,#444 , #555);
  background-image: -o-linear-gradient(bottom ,#444 , #555);
  background-image: -moz-linear-gradient(bottom ,#444 , #555);
  background-image: linear-gradient(to bottom , #444 , #555);
  box-shadow:0 2px 12px rgba(0, 0, 0, .5);
}
.pricedark .price{
  width:120px;
  height:120px;
  border-radius:50%;
  border:1px solid #ff9547;
  margin:5% auto 0 auto;
  text-align:center;
}
.pricedark .pricemid{
  width:120px;
  height:120px;
  border-radius:50%;
  border:1px solid #444;
  margin:5% auto 0 auto;
  text-align:center;
}
.pricedark .infos{
  margin-top:10%;
}
.pricedark .pricefooter{
  width:100%;
  height:50px;
  margin-top:10%;
  background:#333;
}
.pricedark .pricefootermid{
  width:100%;
  height:50px;
  margin-top:10%;
  background:#fe9040;
}
.pricedark .author{
  width:10%;
  min-width:150px;
  height:40px;
  background:rgba(0, 0, 0, .5);
  overflow:hidden;
  clear:both;
  float:right;
  position:fixed;
  bottom:0;
  right:0;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.pricedark .author:hover{
  background:rgba(0, 0, 0, .8);
}
.pricedark .author:hover .credit{
  margin-left:10%;
}
/* Typo */
.pricedark .title{
  font-family:arial;
  color:#fff;
  font-size:38px;
  font-weight:normal;
  text-align:center;
  text-transform:uppercase;
  text-shadow: 1px 2px 5px rgba(0,0,5,0.2);
  margin:auto;
}
.pricedark h1{
  font-size:18px;
  color:#fff;
  text-align:center;
  line-height:3;
}
.pricedark h2{
  text-align:center;
  font-size:42px;
  margin-top: 35px;
  color:#fff;
}
.pricedark sub{
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
}
.pricedark h3{
  font-size:14px;
  font-weight:normal;
  text-align:center;
  color:#fff;
  line-height:1;
}
.pricedark .button a{
  color:#fff;
  font-size:14px;
  font-weight:bold;
  text-decoration:none;
  line-height:50px;
}
.pricedark .buttonmid a{
  color:#fff;
  font-size:14px;
  font-weight:bold;
  text-decoration:none;
  line-height:50px;
}
.pricedark .credit{
  font-family:arial;
  color:#fff;
  font-size:16px;
  font-weight:normal;
  text-align:left;
  text-shadow: 1px 2px 5px rgba(0,0,5,0.2);
  margin-left:5%;
  line-height:1.3;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
/* Buttons */
.pricedark .button{
  width:50%;
  height:50px;
  margin:0 auto 0 auto;
  background:#ff9547;
  text-align:center;
  cursor:pointer;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.pricedark .button:hover{
  width:60%;
}
.pricedark .buttonmid{
  width:50%;
  height:50px;
  margin:0 auto 0 auto;
  background:#333;
  text-align:center;
  cursor:pointer;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.pricedark .buttonmid:hover{
  width:60%;
}
.btn-custom {
  color: #fff;
  font-size: 18px;
  border: 1px solid #fff;
}
.btn-custom:hover {
  color: #ffffff;
  border: 1px solid #ffffff;
}
#pricing-table {
  padding-top: 50px;
}
#pricing-table .pricing {
  marign: 0;
  padding: 0;
  font-family: 'Robot', sans-serif;
}
#pricing-table .pricing .pricing-table {
  padding-bottom: 30px;
}
#pricing-table .pricing .pricing-table .pricing-header {
  position: relative;
  background: #05669e;
  padding: 22px 22px;
  text-align: center;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
#pricing-table .pricing .pricing-table .pricing-header .pricing-title {
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 24px;
  text-align: center;
  font-weight: 700;
}
#pricing-table .pricing .pricing-table .pricing-header .pricing-rate {
  font-size: 70px;
  font-weight: 700;
  color: #ffffff;
  position: relative;
  text-align: center;
}
#pricing-table .pricing .pricing-table .pricing-header .pricing-rate sup {
  font-size: 24px;
  position: relative;
  top: -30px;
  color: #fff;
}
#pricing-table .pricing .pricing-table .pricing-header .pricing-rate span {
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
}
#pricing-table .pricing .pricing-list {
  padding: 20px 0 40px 0;
  background: #ffffff;
  border: 1px solid #e3e3e3;
}
#pricing-table .pricing .pricing-list ul {
  padding: 0px;
  display: table;
  margin: 0px auto;
}
#pricing-table .pricing .pricing-list ul li {
  list-style: none;
  border-bottom: 1px solid #EAECEB;
  color: #868686;
  font-size: 16px;
  line-height: 42px;
}
#pricing-table .pricing .pricing-list ul li:last-child {
  border: none;
}
#pricing-table .pricing .pricing-list ul li i {
  margin-right: 12px;
  color: #bdc3c7;
}
#pricing-table .pricing .pricing-list ul li span {
  color: #34495e;
}

.container{
	width:100%;}

/* ----------CYCLE ACCORDIAN ------------------- */
#accordion-container {
	background-color: #f0f0f0;
	text-align: left;
	margin-bottom: 5px;
}
.accordian-title {
	background-color: #05669e !important;
	border-bottom: 2px solid #0b91e1;
	color: #FFF;
	font: 20px "MyriadProRegular";
	font-weight: bold;
	padding: 10px 20px;
}
.accordian-text {
	padding: 20px;
	border-bottom: 1px solid #cccccc;
	width: 100% !important;
}
.accordian-text p {
	color: #3f312b;
	font: 16px "MyriadProRegular";
}
.contact-heading {
	text-align: center;
}
.address-area p, .contact-heading p {
	color: #3f312b;
	font: 16px "MyriadProRegular";
	text-align: left;
}
.contact-heading h1 {
	color: #05669e;
	font: 30px 'myriad_prosemibold';
}
.adress-img, .contact-form {
	border-top: 1px solid #dcdcdc;
	position: relative;
	padding: 70px 0 30px 0;
	margin-top: 30px;
}
.adress-img i, .contact-form i {
	position: absolute;
	top: -10px;
	left: 45%;
	font-size:24px;
	padding:0 25px;
	color:#E5E5E5;
	background:#fff;
}
.contact-form label {
	color: #3f312b;
	font: 16px "MyriadProRegular";
}
.contact-form textarea, .contact-form input {
	border: 1px solid #dcdcdc;
	width: 100%;
}
.contact-form button {
	background-color: #05669e !important;
	color: #fff;
	font: 15px 'myriad_prosemibold';
	text-transform: uppercase;
	border-radius: 0 0 0 0;
}
.address-area {
	margin-bottom: 25px;
	overflow: hidden;
}
.contact-icon {
    background: #05669e;
    width: 65px;
    height: 65px;
    text-align: center;
    font-size: 36px;
    padding: 15px 0;
    border-radius: 100%;
    float: left;
    margin-right: 25px;
}
.address-area .color{
	color:#05669e;}
.mapbg{
	position: absolute;
    width: 100%;
    z-index: -1;
    opacity: 0.3;}

.contact2 .adress-img, .contact2 .contact-form {
	border:none;
	padding:0;}

.contact2 .contact-heading,.contact2 .contact-form button{
	margin-bottom:30px;}

.contact2 .form-control{
	border-radius:5px;
	font-size: 18px;}

.alignleft {
	float: left;
	margin-right: 6%;
}
.gallery-filter h2{
	color:#035586;
	font-weight:bold;
	text-transform:uppercase;
	padding-top:20px;}

.post-menu {
	text-align: center;
	padding: 30px 0;
}
.post-menu ul li {
	text-align:center;
	display:block;
}
.post-menu ul li a {
	color: rgba(230, 236, 241, 0.90);
	display:block;
	font-size:14px;
	padding: 6px 12px;
}
.post-menu ul li a:hover, .gallery-menu ul li a:focus {
	color: #FFF;
	background-color: #8da7b7;
}
.post {
	position: relative;
	border-bottom: 1px solid #dcdcdc;
	cursor: pointer;
}
.post-img {
	margin-bottom: 10px;
	position:relative;
	z-index:999;
}
.post-img img{
	width:100%;}
.post-hover {
	display: none;
}
.post-description {
}
.post-description p {
	color: #727272;
	font: 14px "MyriadProRegular";
}
.post-description span {
	color: #05669e;
	display: block;
	font: 12px "MyriadProRegular";
	padding-bottom: 10px;
}
.post:hover .post-hover {
	background-color: #FFFFFF;
	display: block;
	height: 30px;
	position: absolute;
	top: 32%;
	width: 25%;
	color: #3F312B;
}
.post-hover .post-zoom {
	left: 20%;
	position: absolute;
	top: 16%;
	font-size:18px;
}
.post-hover .post-link {
	left: 62%;
	position: absolute;
	top: 18%;
	font-size:22px;
}
.post:hover {
	border-bottom: 1px solid #05649c;
}
.post a {
	color: black;
	text-decoration: none;
	text-align: center;
	display: block; /* important */
}
.post, .post-hover {
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	display: block;
}
.post-hover {
	margin-left: -20em;
	z-index:999;
}
.post:hover .post-hover {
	margin-left: 0;
}
p {
	color: black;
}
.tab-area {
	text-align: left;
}
.navbar-tabs {
	height: 35px;
	overflow: hidden;
	margin-bottom: 0;
}
.state-tab .navbar-tabs-state li a:hover, .curve-tab .navbar-tabs-curve li a:hover, .rotate-tab .navbar-tabs li:first-child:hover, .rotate-tab .navbar-tabs li:hover {
	background-color: #05669e;
}
.curve-tab .navbar-tabs-curve li a:hover, .rotate-tab .navbar-tabs li:hover a {
	color: #FFF;
}

.select {
  display: inline-block;
  margin-bottom: 10px;
}
[class*="span"] > .select[class*="span"] {
  margin-left: 0;
}
.select[class*="span"] .btn {
  width: 100%;
}
.select.select-block {
  display: block;
  float: none;
  margin-left: 0;
  width: auto;
}
.select.select-block:before,
.select.select-block:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.select.select-block:after {
  clear: both;
}
.select.select-block .btn {
  width: 100%;
}
.select .btn {
  width: 220px;
}
.select .btn.btn-hg .filter-option {
  left: 20px;
  right: 40px;
  top: 13px;
}
.select .btn.btn-hg .caret {
  right: 20px;
}
.select .btn.btn-lg .filter-option {
  left: 18px;
  right: 38px;
}
.select .btn.btn-sm .filter-option {
  left: 13px;
  right: 33px;
}
.select .btn.btn-sm .caret {
  right: 13px;
}

.select .btn .caret {
  position: absolute;
  right: 16px;
  top: 50%;
  margin-top: -3px;
}
.select .btn .dropdown-toggle {
  border-radius: 6px;
}
.select .btn .dropdown-menu {
  min-width: 100%;
}
.select .btn .dropdown-menu dt {
  cursor: default;
  display: block;
  padding: 3px 20px;
}
.select .btn .dropdown-menu li:not(.disabled) > a:hover small {
  color: rgba(255, 255, 255, 0.004);
}
.select .btn .dropdown-menu li > a {
  min-height: 20px;
}
.select .btn .dropdown-menu li > a.opt {
  padding-left: 35px;
}
.select .btn .dropdown-menu li small {
  padding-left: .5em;
}
.select .btn .dropdown-menu li > dt small {
  font-weight: normal;
}
.select .btn > .disabled,
.select .btn .dropdown-menu li.disabled > a {
  cursor: default;
}
.select .caret {
  border-bottom-color: #ffffff;
  border-top-color: #ffffff;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active{
  background-color: #05649c;
  border-color: #05649c;
}

.open .dropdown-toggle.btn-primary{
  background-color: #ffffff;
  border-color: #05649c;
  color: #000000 !important;
}



.btn-primary{
  background-color: #05649c;
  border-color: #05649c;
}
.dropdown-menu {
  background-color: #05649c;
  border: none;
  display: block;
  margin-top: 8px;
  opacity: 0;
  padding: 0;
  visibility: hidden;
  width: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.dropdown-menu.typeahead {
  display: none;
  opacity: 1;
  visibility: visible;
  width: auto;
  margin-top: 5px;
  border: 2px solid #05669e;
  padding: 5px 0;
  background-color: #ffffff;
  border-radius: 6px;
}
.dropdown-menu.typeahead li a {
  padding: 6px 14px;
}
.dropdown-menu.typeahead li:first-child a,
.dropdown-menu.typeahead li:last-child a {
  padding: 6px 14px;
  border-radius: 0;
}
.open > .dropdown-menu {
  margin-top: 18px !important;
  opacity: 1;
  visibility: visible;
}
.dropdown-menu li:first-child dt + a {
  border-radius: 0;
}
.dropdown-menu li:first-child > a {
  padding-top: 8px;
}
.dropdown-menu li:last-child > a {
  border-radius: 0 0 4px 4px;
  padding-bottom: 10px;
}
.dropdown-menu li.active > a,
.dropdown-menu li.selected > a,
.dropdown-menu li.active > a.highlighted,
.dropdown-menu li.selected > a.highlighted {
  background: #8da7b7;
  color: #ffffff;
}
.dropdown-menu li.active > a:hover,
.dropdown-menu li.selected > a:hover,
.dropdown-menu li.active > a.highlighted:hover,
.dropdown-menu li.selected > a.highlighted:hover,
.dropdown-menu li.active > a:focus,
.dropdown-menu li.selected > a:focus,
.dropdown-menu li.active > a.highlighted:focus,
.dropdown-menu li.selected > a.highlighted:focus {
  background: #8da7b7;
  color: #ffffff;
}
.dropdown-menu li > a {
  color: rgba(230, 236, 241, 0.75);
  padding: 6px 15px 6px;
  text-decoration: none;
  -webkit-transition: background-color 0.25s;
  transition: background-color 0.25s;
}
.dropdown-menu li > a:before,
.dropdown-menu li > a:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.dropdown-menu li > a:after {
  clear: both;
}
.dropdown-menu li > a:hover,
.dropdown-menu li > a:active,
.dropdown-menu li > a:focus {
  background: #8da7b7;
  color: inherit;
  outline: none;
}
.dropdown-menu li > a.highlighted {
  background: #8da7b7;
  color: #ffffff;
}
.dropdown-menu li > a.highlighted:hover,
.dropdown-menu li > a.highlighted:focus {
  background: #bac1c8;
  color: #ffffff;
}
.dropdown-menu li > a:before {
  float: right;
  margin-top: 3px;
}
.dropdown-menu li dt {
  font-weight: 300;
  margin-bottom: 3px;
  margin-top: 12px;
  padding: 0 15px;
}
@media (max-width: 480px) {
  .dropdown-menu {
    border-radius: 0 0 6px 6px !important;
  }
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  margin-bottom: 8px;
}
.dropup .dropdown-arrow,
.navbar-fixed-bottom .dropdown .dropdown-arrow {
  border-bottom: none;
  border-top: 8px outset #f3f4f5;
  bottom: 100%;
  top: auto;
}
.navbar-fixed-bottom .nav > li > ul:before {
  border-bottom: none;
  border-top: 9px outset #34495e;
  bottom: 4px;
  top: auto;
}
.open.dropup > .dropdown-menu {
  margin-bottom: 18px;
}
.open.dropup > .dropdown-arrow {
  margin-bottom: 10px;
}
.open.dropup > .dropdown-arrow.dropdown-arrow-inverse {
  border-top-color: #34495e;
}
.open > .dropdown-arrow {
  margin-top: 9px;
  opacity: 1;
}
.dropdown-arrow {
  border-style: solid;
  border-width: 0 9px 9px 9px;
  border-color: transparent transparent #f3f4f5 transparent;
  height: 0;
  margin-top: 0;
  opacity: 0;
  position: absolute;
  right: 13px;
  top: 100%;
  width: 0;
  z-index: 10;
  -webkit-transform: rotate(360deg);
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.gallery-filter {
  min-height: 96px;
  margin: 0 auto;
  display: block;
  text-align: center;
}
#gallery-items {
  margin: 24px 0;
}
#gallery-items .gallery-item {
  width:33.2%;
}
#gallery-items .gallery-item img {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#gallery-items .gallery-item img:hover {
  opacity: 0.9;
  -webkit-transform: scale(0.95);
  -moz-transform: scale(0.95);
  -o-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}
/* ========== ISOTOPE FILTERING ========== */
.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  transition-property: transform, opacity;
}

.rotate-tab .navbar-tabs li {
	background-color: #dddddd;
	display: inline-block;
	margin-top: -11px;
	-webkit-transform: rotate(-13deg);
	-moz-transform: rotate(-13deg);
	-ms-transform: rotate(-13deg);
	margin-right: 1px;
}
.rotate-tab .navbar-tabs li:first-child:hover {
	margin-left: -3px;
}
.rotate-tab .navbar-tabs li:first-child {
	background-color: #dddddd;
	margin-left: -3px;
}
.rotate-tab .navbar-tabs li.active {
	background-color: #05669e;
}
.rotate-tab .navbar-tabs li.active a {
	color: #fff;
}
.rotate-tab .navbar-tabs li a {
	padding: 17px 30px;
	display: block;
	-webkit-transform: rotate(13deg);
	-moz-transform: rotate(13deg);
	-ms-transform: rotate(13deg);
	font: 20px 'myriad_prosemibold';
	color: #7e7e7e;
}
.bx-controls-direction{
	display:none;
}
.tab-pane-2, .tab-pane {
	background-color: #f0f0f0;
	border: 1px solid #cccccc;
	padding: 25px 20px;
}
.tab-pane-2 {
	background-color: #FFF;
}
.curve-tab {
}
.state-tab .navbar-tabs-state li, .curve-tab .navbar-tabs-curve li {
	display: inline-block;
	margin-right: 1px;
}
.navbar-tabs-state, .navbar-tabs-curve {
	margin-bottom: 0;
}
.curve-tab .navbar-tabs-curve li a:hover {
	border: 1px solid #0b91e1;
}
.state-tab .navbar-tabs-state li a, .curve-tab .navbar-tabs-curve li a {
	background-color: #dddddd;
	padding: 5px 25px;
	display: block;
	font: 20px 'myriad_prosemibold';
	color: #eaeaea;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border: 1px solid #c0c0c0;
	color: #7e7e7e;
}

.state-tab .navbar-tabs-state li a {
	border: none;
	border-radius: 0;
	background-color: #424242;
	color: #FFF;
}

.state-tab .navbar-tabs-state li.active a {
	background-color: #05669e;
}
.state-tab .navbar-tabs-state li.active a {
	color: #fff;
}
.curve-tab .navbar-tabs-curve li.active a {
	background-color: #05669e;
}
.curve-tab .navbar-tabs-curve li.active a {
	color: #fff;
}
.new-model {
	background-color: #05649c;
	padding: 15px 20px;
	text-align: center;
}
.new-model img {
	margin-bottom: 20px;
}
.new-model p {
	color: #FFF;
	font: 20px "MerriweatherSans-Regular";
	text-align: left;
}
.post .post-img {
	margin-bottom: 0;
	z-index:999;
	position:relative;
}
.article {
	margin-bottom: 35px;
}
.category {
}
.category h1 {
	color: #05649c;
	font: 18px 'myriad_prosemibold';
}
.category p {
	color: #3f312b;
	font: 16px "MyriadProRegular";
}
.category a {
	background: url("../images/glyphicon-right-arrow.png") no-repeat scroll right 0 top 4px transparent;
	color: #05649c;
	display: block;
	font: 14px "MyriadProRegular";
	width: 80px;
}
.buy-now-wraper {
	border: 4px solid #eaeaea;
	padding: 25px 12px;
	margin-top:20px;
}
.buy-now-txt p {
	font: 20px 'myriad_prosemibold';
	color: #919191;
}
.by-btn {
	background: #05669e;
	color: #FFF;
	padding: 5px 10px;
	font: 20px 'myriad_prosemibold';
	text-align: center;
}
.left-footer form input[type="submit"], .left-footer form .form-control {
	height: 40px;
}
/* ========== 12. BLOG SECTION ========== */
#blog {
  background-color: white;
  padding-bottom: 48px;
}
#blog p{
    font-weight: 300;
    margin: 0 0 12px 0;
    font-size: 14px;
    line-height: 1.72222;
    padding: 0 0 15px 0;
}
#blog .blog-layout {
  padding: 72px 0;
}
#blog .blog-item {
  padding-bottom: 96px;
}
#blog .blog-item a.blog-title {
  color: #2c3e50;
  font-size: 28px;
  text-transform: uppercase;
  line-height: 48px;
}
#blog .blog-item a.blog-title:hover {
  color: #7f8c8d;
}
#blog .blog-item .blog-teaser {
  margin-bottom: 0;
}
#blog .blog-item a.blog-link {
  margin-top: 0;
}
#blog .blog-item.single .lead {
  padding-top: 12px;
}
#blog .blog-meta {
  padding: 12px 0;
}
#blog span.label {
  padding: 6px 12px;
  margin: 0 6px 6px 0;
  font-size:100%;
  font-weight:normal;
  display: inline-block;
}
#blog span.label:hover {
  background-color: #05669e;
}
#blog .featured-image {
  padding-bottom: 24px;
  width:100%;
}
#blog ul.social-icons {
  padding: 0;
}
#blog ul.social-icons li {
  float: left;
  font-size: 24px;
  padding-right: 24px;
  list-style: none;
}
#blog .pagination {
  margin: 0 auto;
  display: block;
  text-align: center;
  padding-bottom: 48px;
}
#blog .sidebar {
  padding-left: 48px;
  margin-left: 48px;
  padding-right: 0;
  border-left: solid 1px #ecf0f1;
}
#blog .sidebar .widget {
  padding-bottom: 48px;
      padding: 11px 6px;
	  background-color:transparent;
	  text-align:left;
    border: 1px solid transparent;
}
#blog .sidebar .widget .widget-title {
  font-size: 22px;
  text-transform: uppercase;
  line-height: 36px;
  padding-bottom: 12px;
  color:#3f312b;
}
#blog .sidebar .widget li a{
	color:#3f312b;
}
#blog .sidebar .widget .widget-description {
  font-size: 18px;
  font-weight: 300;
}
#blog .widget:hover {
    background-color: transparent;
    border: 1px solid transparent;
    padding: 11px 6px;
}
#blog .sidebar .widget ul {
  padding-left: 0px;
}
#blog .sidebar .widget ul li {
  list-style: none;
  font-size: 18px;
  font-weight: 300;
}
#blog ul.comments li {
  list-style: none;
  padding: 24px 0;
}
#blog ul.comments li .comment-text p,
#blog ul.comments li .action {
  margin-top: -24px;
}
#blog ul.comments li.indent-1 {
  margin-left: 96px;
}
#blog ul.comments li.indent-2 {
  margin-left: 192px;
}
#blog textarea {
  font-size: 20px;
  line-height: 24px;
  padding: 5px 11px;
}
#blog label {
  font-weight: normal;
  color:#000;
  line-height: 1.9986363100000002em;
}
#blog .form-control:-moz-placeholder {
  color: #b2bcc5;
}
#blog .form-control::-moz-placeholder {
  color: #b2bcc5;
}
#blog .form-control:-ms-input-placeholder {
  color: #b2bcc5;
}
#blog .form-control::-webkit-input-placeholder {
  color: #b2bcc5;
}
#blog .form-control.placeholder {
  color: #b2bcc5;
}
#blog blockquote{
	color:#3f312b;}
#blog .form-control {
  border: 2px solid #bdc3c7;
  color: #34495e;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-size: 15px;
  padding: 8px 12px;
  -webkit-appearance: none;
  width:100%;
  border-radius: 6px;
  margin-bottom:20px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: border .25s linear, color .25s linear, background-color .25s linear;
  transition: border .25s linear, color .25s linear, background-color .25s linear;
}
#blog .form-group.focus .form-control,
#blog .form-control:focus {
  border-color: #05669e;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#blog .form-control[disabled],
#blog .form-control[readonly],
#blog fieldset[disabled] .form-control {
  background-color: #f4f6f6;
  border-color: #d5dbdb;
  color: #d5dbdb;
  cursor: default;
}
#blog .form-control.flat {
  border-color: transparent;
}
#blog .form-control.flat:hover {
  border-color: #bdc3c7;
}
#blog .form-control.flat:focus {
  border-color: #05669e;
}
#blog .main-column h1,
#blog .main-column h2,
#blog .main-column h3,
#blog .main-column h4,
#blog .main-column h5,
#blog .main-column h6{
	color:#3f312b;
	text-align:left;
}
#blog h1 {
	color:#3f312b;
	text-align: center;
	margin-bottom:20px;
}
.pagination ul {
  background: #d6dbdf;
  color: #ffffff;
  padding: 0;
  margin: 0;
  display: inline-block;
  border-radius: 6px;
}
@media (max-width: 480px) {
  .pagination ul {
    height: 41px;
    padding: 0 55px 0 52px;
    overflow: auto;
    white-space: nowrap;
    border-radius: 6px;
  }
}
.pagination ul li {
  display: inline-block;
  margin-right: -3px;
  vertical-align: middle;
}
.pagination ul li.active > a,
.pagination ul li.active > span {
  background-color: #05669e;
  color: #ffffff;
}
.pagination ul li.active.previous > a,
.pagination ul li.active.next > a,
.pagination ul li.active.previous > span,
.pagination ul li.active.next > span {
  margin: 0;
}
.pagination ul li.active.previous > a,
.pagination ul li.active.next > a,
.pagination ul li.active.previous > span,
.pagination ul li.active.next > span,
.pagination ul li.active.previous > a:hover,
.pagination ul li.active.next > a:hover,
.pagination ul li.active.previous > span:hover,
.pagination ul li.active.next > span:hover,
.pagination ul li.active.previous > a:focus,
.pagination ul li.active.next > a:focus,
.pagination ul li.active.previous > span:focus,
.pagination ul li.active.next > span:focus {
  background-color: #05669e;
  color: #ffffff;
}
.pagination ul li:first-child > a,
.pagination ul li:first-child > span {
  border-radius: 6px 0 0 6px;
  border-left: none;
}
.pagination ul li:first-child.previous + li > a,
.pagination ul li:first-child.previous + li > span {
  border-left-width: 0;
}
.pagination ul li:last-child {
  margin-right: 0;
}
.pagination ul li:last-child > a,
.pagination ul li:last-child > span,
.pagination ul li:last-child > a:hover,
.pagination ul li:last-child > span:hover,
.pagination ul li:last-child > a:focus,
.pagination ul li:last-child > span:focus {
  border-radius: 0 6px 6px 0;
}
.pagination ul li.previous > a,
.pagination ul li.next > a,
.pagination ul li.previous > span,
.pagination ul li.next > span {
  border-right: 2px solid #e4e7ea;
  font-size: 16px;
  min-width: auto;
  padding: 12px 17px;
}
.pagination ul li.next > a,
.pagination ul li.next > span {
  border-right: none;
}
@media (max-width: 480px) {
  .pagination ul li.next,
  .pagination ul li.previous {
    background-color: #d6dbdf;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
    border-radius: 0 6px 6px 0;
  }
  .pagination ul li.previous {
    left: 0;
    right: auto;
    border-radius: 6px 0 0 6px;
  }
}
.pagination ul li > a,
.pagination ul li > span {
  display: inline-block;
  background: transparent;
  border: none;
  border-left: 2px solid #e4e7ea;
  color: #ffffff;
  font-size: 14px;
  line-height: 16px;
  min-height: 41px;
  min-width: 41px;
  outline: none;
  padding: 12px 10px;
  text-align: center;
  -webkit-transition: 0.25s ease-out;
  transition: 0.25s ease-out;
}
.pagination ul li > a:hover,
.pagination ul li > span:hover,
.pagination ul li > a:focus,
.pagination ul li > span:focus {
  background-color: #05669e;
}
.pagination ul li > a:active,
.pagination ul li > span:active {
  background-color: #05669e;
  color: #ffffff;
}
.pagination-minimal > ul > li:first-child {
  border-radius: 6px 0 0 6px;
}
.pagination-minimal > ul > li:first-child.previous + li > a,
.pagination-minimal > ul > li:first-child.previous + li > span {
  border-left-width: 5px;
}
.pagination-minimal > ul > li:last-child {
  border-radius: 0 6px 6px 0;
}
.pagination-minimal > ul > li.previous > a,
.pagination-minimal > ul > li.next > a,
.pagination-minimal > ul > li.previous > span,
.pagination-minimal > ul > li.next > span {
  background: transparent;
  border: none;
  border-right: 2px solid #e4e7ea;
  margin: 0 9px 0 0;
  padding: 12px 17px;
  border-radius: 6px 0 0 6px;
}
.pagination-minimal > ul > li.previous > a,
.pagination-minimal > ul > li.next > a,
.pagination-minimal > ul > li.previous > span,
.pagination-minimal > ul > li.next > span,
.pagination-minimal > ul > li.previous > a:hover,
.pagination-minimal > ul > li.next > a:hover,
.pagination-minimal > ul > li.previous > span:hover,
.pagination-minimal > ul > li.next > span:hover,
.pagination-minimal > ul > li.previous > a:focus,
.pagination-minimal > ul > li.next > a:focus,
.pagination-minimal > ul > li.previous > span:focus,
.pagination-minimal > ul > li.next > span:focus {
  border-color: #e4e7ea !important;
}
@media (max-width: 480px) {
  .pagination-minimal > ul > li.previous > a,
  .pagination-minimal > ul > li.next > a,
  .pagination-minimal > ul > li.previous > span,
  .pagination-minimal > ul > li.next > span {
    margin-right: 0;
  }
}
.pagination-minimal > ul > li.next {
  margin-left: 9px;
}
.pagination-minimal > ul > li.next > a,
.pagination-minimal > ul > li.next > span {
  border-left: 2px solid #e4e7ea;
  border-right: none;
  margin: 0;
  border-radius: 0 6px 6px 0;
}
.pagination-minimal > ul > li.active > a,
.pagination-minimal > ul > li.active > span {
  background-color: #ffffff;
  border-color: #05669e;
  border-width: 2px !important;
  color: #05669e;
  margin: 10px 5px 9px;
}
.pagination-minimal > ul > li.active > a:hover,
.pagination-minimal > ul > li.active > span:hover,
.pagination-minimal > ul > li.active > a:focus,
.pagination-minimal > ul > li.active > span:focus {
  background-color: #ffffff;

  border-color: #ffffff;
  color: #d6dbdf;
}
.pagination-minimal > ul > li.active.previous,
.pagination-minimal > ul > li.active.next {
  border-color: #e4e7ea;
}
.pagination-minimal > ul > li.active.previous {
  margin-right: 6px;
}
.pagination-minimal > ul > li > a,
.pagination-minimal > ul > li > span {
  background: #ffffff;
  border: 5px solid #d6dbdf;
  color: #ffffff;
  line-height: 16px;
  margin: 7px 2px 6px;
  min-width: 0;
  min-height: 16px;
  padding: 0 4px;
  border-radius: 50px;
  -webkit-transition: background .2s ease-out, border-color 0s ease-out, color .2s ease-out;
  transition: background .2s ease-out, border-color 0s ease-out, color .2s ease-out;
}
.pagination-minimal > ul > li > a:hover,
.pagination-minimal > ul > li > span:hover,
.pagination-minimal > ul > li > a:focus,
.pagination-minimal > ul > li > span:focus {
  background-color: #05669e;
  border-color: #05669e;
  color: #ffffff;
  -webkit-transition: background .2s ease-out, border-color .2s ease-out, color .2s ease-out;
  transition: background .2s ease-out, border-color .2s ease-out, color .2s ease-out;
}
.pagination-minimal > ul > li > a:active,
.pagination-minimal > ul > li > span:active {
  background-color: #05669e;
  border-color: #05669e;
}
@media (max-width:1300px) {
.carblock {
    padding-top: 20px;
}
}
@media (max-width:1000px) {

.navbar-default .navbar-nav > li {
}
.social-icons ul li {
	width: 11%;
}
.cycle-hover {
	min-height: 153px;
	width: 100%;
}
.cycle-hover .btn {
	left: 14%;
}
/*.cycle-widget .cyclic-bottom {
	background: url("images/cycle-small.png") no-repeat scroll left 10px top 2px #05669e;
	font: 12px 'myriad_prosemibold';
}*/
.left-footer form input[type="submit"] {
	width: 30%;
	font: 14px 'myriad_prosemibold';
	padding: 10px 8px 11px;
}
.left-footer form .form-control {
	width: 70%;
}
.type-mouse a {
	padding: 5px 0;
}
.by-btn, .buy-now-txt p {
	font: 16px 'myriad_prosemibold';
}
.address-area p {
	font: 11px "MyriadProRegular";
}
.order-btn {
	font: 16px "MyriadProRegular";
	padding: 5px 10px;
}
.price-title h1 {
	font: bold 26px "MyriadProRegular";
}
}
@media (max-width: 992px) {
.container {
	max-width: 100%;
	width: 100%;
}
.navbar-default .navbar-nav > li > a{padding: 3px 3px 3px;}
.widget {
	text-align: center;
}
.valueable-client ul li{
	margin:25px 5px;}
.footer .social-icons li a{    width: 100%;height:auto;font-size: 20px;padding: 6px 0px;}
.navbar-default .navbar-toggle:hover .icon-bar,
.navbar-default .navbar-toggle:focus .icon-bar {
    background-color: #05669e;
}
.navbar-default .navbar-toggle .icon-bar{
    background-color: #fff;
}
.navbar-default .navbar-toggle{
	border-color:#fff;
	    position: absolute;
    right: 0;
    top: -75px;}
}
@media (max-width: 767px) {
	.logo{ text-align:left; width:90%;}
	.nav-area{ margin:0;background: #05669e;}
	.logo a{ display:inline-block;}
	.top-header{ margin-bottom:0;}
	.navbar-nav{ margin:0;}
	.navbar-default .navbar-nav > li {
    	display: block;
		float:none;
		border:none;
	}
	.navbar-collapse.in{ overflow: visible; max-height:inherit;}
	.navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header{ padding:0;}
	.navbar-default .navbar-nav .open .dropdown-menu > li > a{ color:#fff;}
	ul.navbar-nav{ float:none;}
	.navbar-default .navbar-nav > li:hover{ border-bottom:none; margin-bottom:0;}
	.navbar-default .navbar-nav > li > a:hover:after, .navbar-default .navbar-nav > li > a:focus:after{ display:none;}
	.footer-Lbottom{
		text-align:center;}
	.footer .social-icons{
		text-align:center;}
	.footer .social-icons li{ text-align: -webkit-center;}
	.footer .social-icons li a{ width:35px;    text-align: -webkit-center;}
	.top-header.pull-right{
		text-align:center; float:none !important;}
}
@media (max-width:750px) {
.navbar-nav {
	margin: 0 0 10px;
}
.navbar-default .navbar-nav > li:hover {
	border-bottom: none;
	margin-bottom: 10px;
}
.navbar-default .navbar-nav > li > a:hover:after, .navbar-default .navbar-nav > li > a:focus:after {
	border: none;
}
.navbar-default .navbar-nav > li {
	margin-bottom: 10px;
}
.navbar {
	border-bottom: none;
}
.cyclic-area {
	/*width: 240px;
	margin: 0 auto 30px;*/
}
.cycle-widget .cyclic-bottom {
	/*width: 210px;*/
}
.cycle-widget {
	margin-bottom: 10px;
}
.type-mouse a {
	font: 14px 'myriad_prosemibold';
	padding: 4px 0;
}
.about-us .post {
	margin: 0 auto 5px;
	width: 251px;
}
.about-us .new-model {
	width: 251px;
}
#accordion-container-3 {
	padding: 0 15px;
}
}
 @media (max-width:480px) {
.top-header ul li a {
	font: 11px "MyriadProRegular";
}
.footer h4 {
	font: 16px 'myriad_prosemibold';
}
.footer .social-icons ul li {
	margin-right: 3px;
	width: 12%;
}
.footer-Lbottom img {
	width: 100%;
	border-right: 0 none;
	box-shadow: none;
}
.by-btn {
	font: 14px 'myriad_prosemibold';
}
.right-accordian {
	padding: 0 15px;
	padding: 0 15px;
}
.type-mouse a {
	font: 12px 'myriad_prosemibold';
	padding: 2px 0;
}
.navbar-default .navbar-toggle{
	right:-10px;
}
}
@media (max-width:350px) {
.type-mouse a {
	font: 9px 'myriad_prosemibold';
	padding: 1px 0;
}
