/*!
* Copyright 2013 ext.
* Custom CSS
*/

body {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #6c6c6c ;
  background: url('../../images/ottomotor.jpg') no-repeat center top #000;
}
.row {
margin-top: 15px;
margin-right: -15px;
margin-left: -15px;
margin-bottom: 15px;
}
.container {
padding-right: 30px;
padding-left: 30px;
margin-right: auto;
margin-left: auto;
}
.navbar-header {
background: #fff;
float: none !important;
margin-left: -9999px;
margin-right: -9999px;
}
.navbar-toggle {
position: relative;
float: right;
padding: 16px 15px;
margin-top: 13px;
margin-right: -15px;
margin-bottom: 9px;
background-color: transparent;
border: 0px solid transparent;
}
.navbar-inverse .navbar-toggle .icon-bar {
background-color: #333;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
background-color: #fff !important;
}
.navbar-inverse{
border-bottom: 0px solid #f52c2c;
background: transparent !important;
-webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    0px 0px 10px 0px rgba(50, 50, 50, 0.75);
box-shadow:         0px 0px 10px 0px rgba(50, 50, 50, 0.75);
}
.navbar-brand{
  margin: 10px 0 10px 0;
  width: 100%;
  height: 120px;
  text-indent: -9999px;
  background: url('../../images/ottomotor_logo.png') no-repeat center center;
}
@media (max-width: 767px) {
    .navbar-header {
        background: #fff;
        float: none !important;
        margin-left: -20px;
        margin-right: -20px;
    }
    .navbar-brand {
        width: 115px;
        height: 40px;
        margin-left: 0;
        background: transparent;
        font-weight: 600;
        float: left;
        padding: 15px 15px;
        font-size: 19px;
        line-height: 20px;
        text-indent: -9999px;
        background: url('../../images/ottomotor-logo_small.jpg') no-repeat center center;
    }
    .navbar-inverse {
        border-bottom: 5px solid #f52c2c;
        background: #fff !important;
    }
    .nav-justified > li {
     display: block !important;
     width: auto !important;
    }
    .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
	background: #f52c2c !important;
	margin-left: -65px !important;
	margin-right: -65px !important;
	margin-bottom: 0px;
	padding-top: 12px;
	border-bottom: 1px solid #f52c2c;
	opacity: 0.97;
	}
    .content {
      top: 10px !important;
      padding-top: 15px;
      background: #fff;
      position: relative;
    }
    .container {
        width:95%;
        padding-right: 30px;
        padding-left: 30px;
        margin-right: auto;
        margin-left: auto;
    }
}
.navbar-inverse .navbar-brand {
color: #ae0001;
}
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
color: #333;
background-color: transparent;
}
ul.nav.nav-justified{
}
.nav.nav-justified{
text-align: center !important;
margin-bottom: 10px !important;
 }
 .nav-justified > li {
display: inline-block;
width: auto !important;
margin: 0 5px;
}

.nav-justified > li > a {
text-transform: uppercase;
font-size: 13px;
color: #fff;
font-weight: 600;
background:#000;
border-radius:3px;
}
.nav > li > a:hover, .nav > li > a:focus{
background: #fff;
    color:#f52c2c;
}
.navbar-collapse.ul.nav.nav-justified > li{
display:block ;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
color: #6e6e6e;
background-color: transparent;
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
background: #f52c2c;
margin-left: -999px;
margin-right: -999px;
margin-bottom: 0px;
padding-top: 12px;
border-bottom: 1px solid #f52c2c;
opacity: 0.90;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus{
color: #333;
background-color: #e9f7ca;
}
.content{
  top: 160px;
  padding-top: 15px;
  background: transparent url('../../images/white_90.png');
  position: relative;
}
.jumbotron {
  background-size: 100%;
  background-size: cover;
  border-radius:0 !important;
  padding: 30px;
  margin-bottom: 30px;
  font-size: 21px;
  font-weight: 200;
  line-height: 2.1428571435;
  color: inherit;
  background: #eee url('../../images/banner-test.jpg') no-repeat;
}

.jumbotron h1 {
  line-height: 1;
  color: inherit;
}

.jumbotron p {
  line-height: 1.4;
}
@media (max-width: 767px) {
.sidebar{
background:#f5f5f5;
padding-top: 15px;
padding-bottom: 5px;
    }
}
.container .jumbotron {
  border-radius: 6px;
}

@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron {
    padding-right: 50px;
    padding-left: 50px;
  }
  .jumbotron h1 {
    font-size: 63px;
  }
}
a {
color: #139799;
text-decoration: none;
}
a:hover, a:focus {
color: #139799;
text-decoration: underline;
}
.service_box a:hover, a:focus {
color: #139799;
text-decoration: none !important;
}
h2{
line-height: 1.3;
color: #f52c2c;
font-weight: 600;
font-size: 30px;
}
h3{
font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-weight: 600;
line-height: 1.1;
color: #333;
}
.sidebar h3{
letter-spacing: 1px;
display: inline-block;
font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-weight: 600;
color: #fff;
background: #f52c2c;
padding: 10px 20px;
font-size: 13px;
text-transform: uppercase;
margin-bottom: 5px;
}
.sidebar ul{
  list-style: none;
  padding-left: 0;
}
.sidebar a {

background: #cfcfcf;
padding: 10px 15px;
margin-bottom: 5px;
display: block;
color: #139799;
text-decoration: none;
}
.sidebar a:hover, a:focus {
  background: #139799;
color: #fff;
text-decoration: none;
}

.sidemenu h3{
letter-spacing: 1px;
display: inline-block;
font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-weight: 600;
color: #fff;
background: #f52c2c;
padding: 10px 20px;
font-size: 13px;
text-transform: uppercase;
margin-bottom: 5px;
}
.sidebarmenu ul{
  list-style: none;
}
.sidebarmenu a {

background: #139799;
padding: 10px 15px;
margin-bottom: 5px;
display: block;
color: #fff;
text-decoration: none;
}
.sidebarmenu a:hover, a:focus {
  background: #000;
color: #fff;
text-decoration: none;
}
.news{
display: block;
font-weight: 600;
}
.orange{
	color: #e67e22 !important;
}
.pull-right{
	margin-left: 20px;
}
.prize{
margin: 20px 0;
	color: #f52c2c;
}
.btn-default{
    color: #139799;
    background-color: #ffffff;
    border-color: #139799;
}
.btn-default:hover{
color: #fff;
background-color: #139799;
border-color: #139799;
}
.contact_box{
background: #131313;
width: 100%;
text-align: center;
}
.contact_box img{
    display:inline !important;
}

.service_box{
border-bottom:1px solid #fff;
padding: 20px 20px;
background: #139799;
width: 100%;
text-align: center;
}
.service_box:hover{
opacity:0.7;
}
.service_box a:hover{
text-decoration: none;
}
.service_box img{
    display:inline !important;
}
.service_box h2,.service_box h4{
color:#fff;
}

.service_box p{
color:#fff;
}
.button{
background: #fff;
padding: 10px 20px;
border-radius: 50px;
margin: 5px 0px;
display: inline-block;
}
.kalusto{
  width:100%;
}
.kalusto td{
  vertical-align: middle !important;
}
.wpcf7-response-output{
    background-color: #FFFFFF;
    background-image: none;
    border: 1px solid #CCCCCC !important;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555555;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px !important;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    vertical-align: middle;
    width: 100%;
}
.wpcf7-validation-errors{
    border-color: #B94A48 !important;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}
span.wpcf7-form-control-wrap{
  display:block;
}
span.wpcf7-not-valid-tip{
    background-color: #FFFFFF;
    background-image: none;
    border: 1px solid #B94A48 !important;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555555;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px !important;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    vertical-align: middle;
    top: 0 !important;
    left:0 !important;
    width:100%;
    margin-top: 5px;
}
.wpcf7-mail-sent-ok{
    border-color: #468847 !important;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset; 
}
.google-map-placeholder {
border: 0px solid #333 !important;
}
article{
  padding-bottom: 15px;
border-bottom: 1px dotted;
display: block;
}
hr{
  border-bottom: 1px dotted #666;
}
.cat{
text-transform: uppercase;
font-weight: 500;
font-size: 16px;
color: #fff;
float: left;
margin: 0 15px 15px 0px;
border-radius: 6px;
padding: 20px 10px;
text-align: center;
width: 220px;
height: 150px;
background: #139799;
}
.cat:hover{
opacity: 0.90;
 }
.carousel-indicators{
  bottom: 0;
}
.right.carousel-control, .left.carousel-control {
    display: none;
}