/** 
 *  FinkMoto CSS 
 *  
 *  Color scheme
 *  ---------------------------------------------
 *  
 *  dark    = #1B1C20;
 *  blue    = #002550;
 *  yellow  = #FFED00;
 *  orange  = #E95E0F
 *
*/



/* first import Google Webfont */
@font-face {
  font-family: "Source Sans Pro";
  font-weight: 300;
  font-style: normal;
  src: url('../fonts/Source_Sans_Pro/SourceSansPro-Light.ttf') format('truetype');
}

@font-face {
  font-family: "Source Sans Pro";
  font-weight: 400;
  font-style: normal;
  src: url('../fonts/Source_Sans_Pro/SourceSansPro-Regular.ttf') format('truetype');
}

@font-face {
  font-family: "Source Sans Pro";
  font-weight: 600;
  font-style: normal;
  src: url('../fonts/Source_Sans_Pro/SourceSansPro-SemiBold.ttf') format('truetype');
}

@font-face {
  font-family: "Source Sans Pro";
  font-weight: bold;
  font-style: normal;
  src: url('../fonts/Source_Sans_Pro/SourceSansPro-SemiBold.ttf') format('truetype');
}

/* make some resets and presets ... */
html,
body {
  font-size: 16px;  
}

html {
  font-family: "Source Sans Pro", sans-serif;
}

body {
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 300;
  color: #fff;
  background-color: #000;
  min-height: 600px;
  padding-top: 68px;   /* adjusting top padding to header height */
}

/* color scheme elements */

h1 {
  color: #fff;
}

h2 {
  font-size: 1.5em; 
}

a,
a:link,
a:visited {
  color: #eee;  
  text-decoration: none;
  transition: all linear .3s;
  outline: none;
}

a:hover,
a:active {
  color: #fff;  
  text-decoration: underline;  
  outline: none;
}

.orange {
  color: #E95E0F;
}

.dark {
  color: #eee;
}

.light {
  color: #ddd;
}

.bg-dark {
  background: #eee; 
  color: #222; 
}

.bg-light {
  background: #ddd;
  color: #242424;
}

.bg-orange {
  background: #E95E0F;
  color: #fff;
}

.btn-primary {
  background: #fff;
  color: #000;  
  border: solid 1px #ddd;
  display: inline-block;
  transition: all linear .3s;
}

.btm-primary:hover {
  background: #eee;
  color: #222;
}

hr {
  border-top: 1px solid #ddd;
}

.cf {
  clear: both;
}


/* panel spacer */
.panel-spacer {
  padding-top: 40px;
}

.panel-spacer-large {
  padding: 60px;
}


/* limit inner container images size */
.container img,
.container-fluid img {
  width: auto;
  max-width: 100%;
  height: auto;
}


/* Welcome */
.welcome-header {
  padding: 1em 0;
}

.welcome-brands-wrapper {
  position: relative;
}

.welcome-bg-image {
  width: 100%;
  overflow-x: hidden;
  min-height: 400px;
}

.welcome-brand-options {}

.welcome-brand-options .brand-option {
  background: #fff;
  padding: 5px;
  text-align: center;
  box-shadow: 1px 1px 6px rgba(0,0,0,.3);
  margin-bottom: 1em;
}

.welcome-brand-options .brand-option img {
  max-width: 100%;
}

.brands-layer {
  position: absolute;
  z-index: 9999;
  top: 4%;
  left: 5%;
  right: 5%;
}

.welcome-information {
  /* position: absolute; */
  position: relative;
  background: rgba(255,255,255,.8);
  padding: 15px;
}

.information-layer {
  margin-top: -150px;  
}

@media (max-width:768px) 
{
  .welcome-bg-image img {
    margin-left: -50%;
  }
  
  .brands-layer {
    top: 10%;
    left: 10px;
    right: 10px;
  } 
  
  .welcome-information {
    background: rgba(255,255,255,1);
  } 
  
  .information-layer {
    margin-top: 0;  
  }
}


/* KTM Fink Header */
.finkmoto-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  background: #000;
  color: #fff;
  height: 80px;
  max-height: 80px;
}

#finkmoto-logo {
  margin-top: 4px;
}

.brand-logo {
  position: absolute;
  right: 20px;
}

@media only screen and (min-width:1024px) {
  .brand-logo {
    margin-right: 20px;
  }  
}

/* navbar */

.navbar-toggle {
  float: left;
  color: #fff;
  border: none;
  margin-top: 15px;
  margin-left: 10px;
  transition: all linear .3s;
}

.navbar-toggle:focus, 
.navbar-toggle:hover {
  background-color: transparent;
  color: #464546;
}

.navbar-toggle span {
  font-size: 26px;
}

.navbar-default {
  min-height: 75px;
  background: #222;
  padding-top: 3px;
  z-index: 9998;
  border: none;
  border-radius: 0;
}

.navbar-default .navbar-text {
  color: #fff;
}

.navbar-default .navbar-nav > li > a {
  color: #eee;
  text-decoration: none;
  font-size: .9em;
  font-weight: 300;
  padding: 10px 15px;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
  text-decoration: none;
}

.navbar-default .navbar-nav > .open > a, 
.navbar-default .navbar-nav > .open > a:focus, 
.navbar-default .navbar-nav > .open > a:hover {
  color: #eee;
  background-color: #222;
}

.navbar-default .dropdown-toggle::after {
  /* content: " \02c5"; */
}

@media only screen and (min-width:1170px) {  
  .nav > li > a {
    padding: 10px 20px 10px 0;
  }  
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 200px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: inherit;
  text-align: left;
  list-style: none;
  background-color: #222;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: none;
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
  box-shadow: none;
}

.dropdown-menu > li > a {
  padding: 3px 20px;
  font-weight: 300;
  line-height: 1.42857143;
  color: #eee;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #000;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #000;
  outline: 0;
}

.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #333;
}

.navbar-collapse {
  margin-top: 20px;
}

/* logo */

@media only screen and (max-width:768px),
only screen and (-webkit-min-device-pixel-ratio: 1.5), 
only screen and (min-device-pixel-ration: 1.5) {
  #finkmoto-logo {
    margin-left: -25px;
  }  
}

/* carousel news slider on homepage */

.carousel-inner .item {}

.carousel-inner .item h2 {
  background: #E95E0F;
  color: #fff;
  padding: 10px 10px;
  box-shadow: 3px 3px 0px #fff;
  font-weight: normal;
	-webkit-transform: skew(-15deg);
	   -moz-transform: skew(-15deg);
	     -o-transform: skew(-15deg);
}

.carousel-caption {
  right: 15%;
  left: 10%;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}

.carousel-inner .item h3 span {
  font-weight: bold;
}

.carousel-inner .item a,
.carousel-inner .item a:link,
.carousel-inner .item a:visited {
  color: #fff;
}

.carousel-inner .item a:hover,
.carousel-inner .item a:active {
  color: #ddd;
  text-decoration: none;
}

.carousel-control {
  font-size: 15px;
}

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 15%;
  margin-left: -10px;
}

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 15%;
  margin-right: -10px;
}

.carousel-indicators {
  bottom: -42px;  
}

.carousel-indicators li {
  width: 13px;
  height: 17px;
  border: none;
  background: transparent url('../img/finkmoto/icon-arrow-white.png') no-repeat;
  background-size: cover;
  cursor: pointer;
  border: none;
  margin: 0;
}

.carousel-indicators .active {
  width: 13px;
  height: 17px;
  background: transparent url('../img/finkmoto/icon-arrow-white.png') no-repeat;
  background-size: cover;
  border: none;
  margin: 0;
}

@media only screen and (max-width:768px),
only screen and (-webkit-min-device-pixel-ratio: 1.5), 
only screen and (min-device-pixel-ration: 1.5) {
  
  .carousel {
    margin-left: -15px;
    margin-right: -15px;
  }
  
  .carousel-inner .item h2 {
    font-size: 1.2em;
  }
  
  .carousel-control .icon-prev,
  .carousel-control .glyphicon-chevron-left {
    left: 25%;
  }
  
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-right {
    right: 25%;
  }  
}

@media only screen and (max-width:480px),
only screen and (-webkit-min-device-pixel-ratio: 1.5), 
only screen and (min-device-pixel-ration: 1.5) {
  
  .carousel-inner .item h2 {
    font-size: 0.8em;
  }
  
  .carousel-caption {
    display: none;
  }  
}

/* home news-teaser */

.news-teaser {}

.news-teaser h2 {
  min-height: 3.5em;
}

/* ktm bike categories */

.bike-category {
  text-align: center;
  min-height: 240px;
}

.bike-category-details {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 99;
  display: none;
  background: transparent url('../img/bg-orange-transparent.png');
  color: #fff;
  padding: 25% 0;
  margin-left: -15px;
}

.bike-category-details a {
  color: #fff;
  text-decoration: none;
}

/* btn testride */

.btn-testride {
  position: relative;
  margin-left: 30px;
  margin-top: 100px;
}

.bike-category-cover {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  max-width: 100%;
  height: auto;
}

.bike-category-description {
  padding: 40px 40px;
}

/* category bikes list */
.bike-details {
  margin-bottom: 50px;
}

.bike-details h2 {
  margin-top: .5rem;
  line-height: 1em;
}

.bike-details h3 {
  margin-top: 10px;
}

.bike-highlights {
  text-align: center;
}

.bike-highlights a {
  color: #fff;
  text-decoration: none;
}

.bike-highlights span {
  background: #E95E0F;
  color: #fff;
  margin-right: 10px;
  margin-bottom: 6px;
  padding: 3px 8px;
  display: inline-block;
}

.ktm-link {
  color: #eee;
  text-align: center;
}

@media only screen and (max-width:768px),
only screen and (-webkit-min-device-pixel-ratio: 1.5), 
only screen and (min-device-pixel-ration: 1.5) {
  .bike-details {
    text-align: center;
  }
}

/* Image galleries */

.image-gallery {}

.image-gallery .gallery-image {
  display: inline-block;
  width: 100%;
  height: 120px;
  overflow: hidden;
  margin-bottom: 1rem;
  text-align: center;
}

.image-gallery .gallery-image img { 
  width: auto;
  max-width: 100%;
  height: auto;
}

@media only screen and (max-width:768px),
only screen and (-webkit-min-device-pixel-ratio: 1.5), 
only screen and (min-device-pixel-ration: 1.5) {
  .image-gallery {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .image-gallery .gallery-image img { 
    width: 100%;
    height: auto;
  }
}

/* News */

.news-image-container {
  height: 200px;
  position: relative;
}

.news-image-container .news-image {
  position: absolute;
  bottom: 0;
}

.news-article {
  padding: 1rem 0 2rem;
}

.news-article .news-headline {}

.news-article .news-teaser {}

/* KTM equipment */

.ktm-equipment {
  margin-bottom: 1em;
}

/* contact */
.google-map {}

.google-map iframe {
  width: 100%;
  height: 400px;
  border: none;
}

/* home panel - contact us */

.contact-us-box {
  padding: 0;
}

.contact-us-headline {
  position: absolute;
  z-index: 99;
  background: #222;
  bottom: 30px;
  left: 20%;
  right: 20%;
  color: #fff;
  padding: 10px;
  box-shadow: 3px 3px 0px #fff;
	-webkit-transform: skew(-15deg);
	   -moz-transform: skew(-15deg);
	     -o-transform: skew(-15deg);
  text-align: center;
}

.contact-us-box a {
  color: #fff;
  text-decoration: none;
}

#inputMessage {
  height: 250px;
}


/* footer */

footer {
  min-height: 300px;
  background: #000 url('../img/bg-footer.jpg') bottom right no-repeat;
  color: #fff;
  box-shadow: 1px 1px 6px #000;
}

footer div,
footer p {
  font-size: 1.0em;
  text-shadow: 1px 1px 3px #000;
}

footer .footer-box {
  padding: 30px;
}

footer hr {
  border-top: 1px solid #444;
}

footer ul.submenu {
  list-style-image: url('../img/list-style-img-white.png');
  margin-left: -20px;
  max-width: 200px;
  float: left;
  margin-right: 30px;
}

footer ul.submenu li a {
  display: block;
}

footer a:link,
footer a:visited {
  background: transparent;
  text-decoration: none;
  color: #fff;
}

footer a:hover,
footer a:active {
  background: #333;
  text-decoration: none;
  color: #fff;
}

footer .no-shadow a:hover,
footer .no-shadow a:active {
  background: transparent;
  text-decoration: none;
  color: #e95e0f;
}

@media only screen and (max-width:480px),
only screen and (-webkit-min-device-pixel-ratio: 1.5), 
only screen and (min-device-pixel-ration: 1.5) {
  .contact-us-headline {
    font-size: 1.2em;
  }
  
  footer {
    background: #000 url('../img/bg-footer-mobile.jpg') bottom right no-repeat;
    box-shadow: none;
  }
  
  footer .footer-box {
    padding: 20px;
    text-align: center;
  }
  
  footer ul.submenu {
    margin-left: 0;
  }  
  
  footer ul.submenu li {
    text-align: left;
  }
}


/* forms - contactform */
form[name="contactform"] {
  margin-top: 30px;
}

#email-address {
  display: none;
}

.input-large {
  height: 200px;
}


.scroll-top {
  padding: 1em 1em 2em;
  text-align: center;
}