/*
 * Lux Studio
 */
@font-face {
    font-family: "RobotoCondensedRegular";
    src: url("../fonts/RobotoCondensedRegular/RobotoCondensedRegular.eot");
    src: url("../fonts/RobotoCondensedRegular/RobotoCondensedRegular.eot?#iefix")format("embedded-opentype"),
    url("../fonts/RobotoCondensedRegular/RobotoCondensedRegular.woff") format("woff"),
    url("../fonts/RobotoCondensedRegular/RobotoCondensedRegular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "RobotoCondensedLight"; */
@font-face {
    font-family: "RobotoCondensedLight";
    src: url("../fonts/RobotoCondensedLight/RobotoCondensedLight.eot");
    src: url("../fonts/RobotoCondensedLight/RobotoCondensedLight.eot?#iefix")format("embedded-opentype"),
    url("../fonts/RobotoCondensedLight/RobotoCondensedLight.woff") format("woff"),
    url("../fonts/RobotoCondensedLight/RobotoCondensedLight.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "RobotoCondensedBold"; */
@font-face {
    font-family: "RobotoCondensedBold";
    src: url("../fonts/RobotoCondensedBold/RobotoCondensedBold.eot");
    src: url("../fonts/RobotoCondensedBold/RobotoCondensedBold.eot?#iefix")format("embedded-opentype"),
    url("../fonts/RobotoCondensedBold/RobotoCondensedBold.woff") format("woff"),
    url("../fonts/RobotoCondensedBold/RobotoCondensedBold.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
body > .container {
	padding-top: 60px;
	font-family: "RobotoCondensedRegular", sans-serif;
  	font-weight: 400;
}
a,h1,h2,h3,h4,h5,h6,p,input{
	font-family: "RobotoCondensedRegular", sans-serif;
  	font-weight: 400;
}

/* header */
.navbar-main {
	background-color: #FFFFFF;
	padding: 20px 0;
	border-radius: 0;
	border: none;
	-webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
	-moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
	transition: background .5s ease-in-out,padding .5s ease-in-out;
}
.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
	margin-left: 0;
}
.navbar-main .navbar-brand {
    padding: 5px;
}.navbar-main .navbar-nav > .active > a, .navbar-main .navbar-nav > .active > a:hover, .navbar-main .navbar-nav > .active > a:focus {
    color: #FFF;
    background-color: #C51633;
	font-family: "RobotoCondensedRegular", sans-serif;
	font-weight: 400;
}
.navbar-main .navbar-nav > li > a:hover, .navbar-main .navbar-nav > li > a:focus {
    color: #FFF;
    background-color: #C51633;
}
.navbar-inverse .navbar-toggle {
    border-color: #C51633;
}
.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #C51633;
}
.navbar-inverse .navbar-toggle:hover .icon-bar, .navbar-inverse .navbar-toggle:focus .icon-bar{
    background-color: #fff;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    background-color: #C51633;
}
.header {
	background-color: #FFFFFF;
	width: 100%;
	margin-bottom: 20px;
}

.header .header-icon-box {
	font-size: 26px;
	line-height: 60px;
    display: inline-block;
}
.header .header-icon-box .icon {
	font-size: 40px;
    vertical-align: middle;
}

.header .left-info {
	font-size: 20px;
	line-height: 60px;
}

.header .working-time {
	font-size: 20px;
	line-height: 60px;
}

.header .phone-box {
	text-align: right;
}
.header .phone-box .phones {
	font-size: 20px;
	display: inline-block;
	padding-left: 10px;
	float: right;
}
.header .phone-box .phones a.link-in-header {
    display: block;
	line-height: 30px;
}


.header a.link-in-header {
	color: #333333;
	text-decoration: none;
}
.header a.link-in-header:hover, .header a.link-in-header:focus {
	color: #c51633;
	text-decoration: underline;
}

.services-navigation {
	width: 100%;
	background-color: #c51633;
	box-shadow: 0 0px 3px #333;
	z-index: 1;
	position: relative;
}
.navbar-services {
	background-color: #c51633;
	margin-bottom: 0px;
}
.navbar-services > li > a {
	font-family: "RobotoCondensedRegular", sans-serif!important;
    font-weight: 400; 
	text-align: center;
	color: #FFF;
	border: none !important;
	border-radius: 0 !important;
	font: inherit;
	font-size: 107%;
	padding: 0px 16px;
}
.navbar-services > li > a:hover, .navbar-services > li > a:focus {
	color: #000 !important;
    background-color: #FFFFFF !important;
}
.navbar-services .nav > li > a:focus, .navbar-services .nav > li > a:hover {
    background-color: #fff !important;
}

.header-top {
	width: 100%;
	background: #F0F0F0;
	color: #333333;
	border-bottom: 1px solid #ccc;
    line-height: 35px;
}

.header-top .social ul {
	list-style: none;
    margin-left: -40px;
}
.header-top .social ul li {
	display: block;
    float: left;
	font-size: 24px;
	padding-right: 5px;
}

.header-top .user-links {
	text-align: right;
	font-size: 14px;
}
.header-top .user-links a, .header-top .social ul li a {
	color: #333333;
}
.header-top .user-links a:hover, .header-top .social ul li a:hover {
	color: #C51633;
}
.header-top .user-links a {
    padding: 11px;
	text-decoration: none;
}
.header-top .user-links a:hover {
	color: #000000;
    background: #DADADA;
}

.user-links .nav.nav-pills {
	text-align: right !important;
	float: right !important;
}
.user-links .nav.nav-pills li {
	line-height: 15px !important;
	border-radius: 0 !important;
}
.user-links .nav.nav-pills li a:hover {
	color: #000000 !important;
    background: #DADADA !important;
	border-radius: 0 !important;
}


.navbar-inverse {
    border: none;
	border-bottom: 1px solid #ccc;
}

.affix {
	width: 100%;
	top: 0;
	z-index: 9999;
	padding: 0;
	border-bottom: none;
	box-shadow: 0 1px 2px rgba(2, 2, 2, 0.4);
}
.affix + .header {
	padding-top: 90px;
}
.carousel{
	z-index: 0!important;
}
.carousel-caption {
	top: 0;
}
/* header end */


/* Content */
.white-box {
	background: #fff;
	border-bottom: 1px solid #CCC;
	padding-top: 40px;
	padding-bottom: 40px;
}
.grey-box {
	background: #F0F0F0;
	border-bottom: 1px solid #ccc;
	padding-top: 40px;
	padding-bottom: 40px;
}

.slider {
	width: 100%;
	height: 400px;
	background: #F0F0F0;
/*     border-top: 1px solid #ccc; */
/*     border-bottom: 1px solid #ccc; */
}
.main-container {
  padding: 40px 15px;
}
.skyblue {
	background-color: #22c8ff;
}
.deepskyblue {
	background-color: #00bfff;
}
.darkerskyblue {
	background-color: #00a6dd;
}
.carousel-indicators {
	bottom: 0;
}
.carousel-control.right,
.carousel-control.left {
/* 	background-image: none; */
}
.carousel .item {
	/*min-height: 350px; */
	height: 100%;
	width:100%; 
}
.carousel-caption h3,
.carousel .icon-container,
.carousel-caption button {
/* 	background-color: #09c; */
}
.carousel-caption h3 {
	padding: .5em;
}
.carousel .icon-container {
	display: inline-block;
	font-size: 25px;
	line-height: 25px;
	padding: 1em;
	text-align: center;
	
	border-radius: 50%;
}
.carousel-caption button {
	border-color: #00bfff;
	margin-top: 1em; 
}

.item, .active, .carousel-inner {
    height: 100%;
}

.storage .right-box {
	background: #fff;
}

.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
section .title h1 {
	font-family: "RobotoCondensedRegular", sans-serif!important;
    font-weight: 400; 
	text-align: center;
	text-transform: uppercase;
}


.promo {
	text-align: center;
}
.promo .links {
	padding-top: 60px;
    line-height: 50px;
}
.promo .links a {
	color: #C51633;
	text-transform: uppercase;
	font-size: 24px;
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
	display: block;
}
.news-more{
	margin-bottom: 20px!important;
	padding: 10px 30px!important;
	text-align: left!important;
}
.content.text.animated.bounceIn p img{
	max-width: 100%;
}
.text.animated.bounceIn .row p img{
	max-width: 100%;
}
.rem-pt{
	padding-top: 1px!important; 
}
.services .thumbnail {
	text-align: center;
	border-radius: 0;
}
.services .thumbnail:hover {
	box-shadow: 0 1px 5px rgba(152, 152, 152, 0.4);
}
.services .icon {
	font-size: 80px;
	color: #C51633;
}
.services h3 {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
}

.about .left-info .logo {
	text-align: center;
}
.about .right-info {
	background: #F0F0F0;
    border: 1px solid #ccc;
    padding: 20px;
}
.about .right-info .form-control {
	border-radius: 0;
}
.about .right-info .form-horizontal .form-group {
    margin-right: 0;
    margin-left: 0;
}
.about .right-info .form-horizontal .form-group:last-child {
    margin-bottom: 0;
}
.about-us h1{
	color: #3E3E43;
	padding-bottom: 12px;
	margin-bottom: 20px;
}
.more-about h1 {
    font-size: 40px;
    margin: 0px!important;
    letter-spacing: -1px;
    text-transform: uppercase;
    padding: 20px 0;
    border-bottom: 1px solid #D9D9DB;
}
.why-we h1 {
    font-size: 40px;
    margin: 0px!important;
    letter-spacing: -1px;
    text-transform: uppercase;
    padding: 20px 0;
    border-bottom: 1px solid #D9D9DB;
}
.about-us p{
		margin: 15px 15px;
		padding: 0px!important;
		color: #3E3E43;
		font-size: 15px;
}
.hline {
    position: relative;
    width: 100%;
    height: 1px;
    display: block;
    /*margin: 20px 0px;*/
    background: #D9D9DB none repeat scroll 0% 0%;
}
.hline2 {
    position: relative;
    width: 100%;
    height: 1px;
    display: block;
    /*margin: 20px 0px;*/
    background: #D9D9DB none repeat scroll 0% 0%;
}
.why-we p:nth-child(4){
		color: #C51633;
		font-size: 13px;
}
.hline3 {
    position: relative;
    width: 100%;
    height: 1px;
    display: block;
    /*margin: 20px 0px;*/
    background: #D9D9DB none repeat scroll 0% 0%;
}

.btn-style {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	border-radius: 0;
	color: #FFF;
    background-color: #C51633;
    border-color: rgba(173, 173, 173, 0);
}
.btn-style:hover {
    color: #C51633;
    background-color: #FFFFFF;
    border-color: #C51633;
}
/* Content end */


/* Footer */
.footer {
	background: #333;
    color: #fff;
	padding-top: 30px;
    text-align: center;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
}
.footer .logo {
	/*margin-bottom: 30px;*/
}
.footer .glyphicon {
	font-size: 24px;
}
.footer .info p {
	font-size: 20px;
}
.footer .copy {
	padding-top: 30px;
}
.footer .copy .left-info {
	text-align: left;
	width: 50%;
	float: left;
}
.footer .copy .right-info {
	text-align: right;
	float: left;
	width: 50%;
}
/* Footer end */
/* ===================================================================================NEW== */
/* ====main */

/*.navbar-services #w11 {
    top: auto;
    left: -263px !important;
}*/
.navbar-services li:last-child ul {
	left: -382px !important;
}
.navbar-services.nav-tabs.nav-justified > li {
    vertical-align: middle;
}
.navbar-services > li > a{
	height: 86px;
	vertical-align: middle;
	display: table-cell;
}
.navbar-services .nav .open > a, .navbar-services .nav .open > a:hover, .navbar-services .nav .open > a:focus {
    background-color: #fff !important;
    color: #000 !important;
    border-color: rgba(235, 235, 235, 0) !important;
}
/* ====sales */
.sales-cont {
	text-align: center;
}
.sales-cont > div{
	border: 1px solid #ebebeb;
	padding: 0;
}
.sales-cont img{
	width: 100%;
}
.inner-text{
	text-align: left;
	padding: 10px;
}
/* ======review */
.serv-container > div > span{
	color: grey;
	font: 10px Arial;
	margin-left: 15px;
}
.review-form .form-group{
	margin: 10px 0;
}
.review-form .form-group input, .review-form .form-group textarea{
	border-radius: 0;
}
.contact-success-message {
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #d6e9c6;
	margin-top: 50px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 83px;
	padding: 20px;
	text-align: center;
}
.contact-success-message .fa {
	font-size: 100px;
	margin-bottom: 20px;
}
/* ================================================================================================ */
.thumbnail{
	text-align: center;
	margin-bottom: 50px;
	padding: 0;
}
.thumbnail .list-group{
	margin: 0;
}
.thumbnail h3{
	font-size: 15px;
	font-weight: bold;
}
.thumbnail > i{
	color: #C51633;
}
.thumbnail .list-group-item.active{
	background-color: #C51633;
	border-color: #C51633;
}
.news.thumbnail a > img {
    height: 220px;
}
.news{
	text-align: left!important;
}
.news .caption{
	padding:0;
}
.news .text-box{
	padding: 9px;
}
.text-box .btn{
	width: 100%;
}
.special{
	padding: 0 9px 9px;
}
.special .btn{
	width: 100%;
}
.prew-img{
	width: 180px;
}
.content-title{
	text-align: center;
	text-transform: uppercase;
}
/*===================================================TIMELINE STYLES==============================================*/
.timeline {
  list-style: none;
  padding: 20px 0 20px;
  position: relative;
}

.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 3px;
  background-color: #C51633;;
  left: 50%;
  margin-left: -1.5px;
}

.timeline > li {
  margin-bottom: 20px;
  position: relative;
}

.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}

.timeline > li:after {
  clear: both;
}

.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}

.timeline > li:after {
  clear: both;
}

.timeline > li > .timeline-panel {
  width: 46%;
  float: left;
  border: 1px solid #d4d4d4;
  border-radius: 2px;
  padding: 20px;
  position: relative;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
	background-color: #fff;
}

.timeline > li > .timeline-panel:before {
  position: absolute;
  top: 26px;
  right: -15px;
  display: inline-block;
  border-top: 15px solid transparent;
  border-left: 15px solid #ccc;
  border-right: 0 solid #ccc;
  border-bottom: 15px solid transparent;
  content: " ";
}

.timeline > li > .timeline-panel:after {
  position: absolute;
  top: 27px;
  right: -14px;
  display: inline-block;
  border-top: 14px solid transparent;
  border-left: 14px solid #fff;
  border-right: 0 solid #fff;
  border-bottom: 14px solid transparent;
  content: " ";
}

.timeline > li > .timeline-badge {
      color: #C51633;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 1.4em;
    text-align: center;
    position: absolute;
    top: 16px;
    left: 50%;
    margin-left: -25px;
    background-color: #FFF;
    z-index: 100;
    border-radius: 50%;
    border: 1px solid #C51633;
    box-shadow: 0px 0px 5px rgba(5, 5, 5, 0.35);
}

.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
}

.timeline > li.timeline-inverted > .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}

.timeline > li.timeline-inverted > .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}

.timeline-badge.primary {
  background-color: #2e6da4 !important;
}

.timeline-badge.success {
/*   background-color: #3f903f !important; */
}

.timeline-badge.warning {
/*   background-color: #f0ad4e !important; */
}

.timeline-badge.danger {
/*   background-color: #d9534f !important; */
}

.timeline-badge.info {
/*   background-color: #5bc0de !important; */
}

.timeline-title {
  margin-top: 0;
  color: inherit;
}

.timeline-body > p,
.timeline-body > ul {
  margin-bottom: 0;
}

.timeline-body > p + p {
  margin-top: 5px;
}
.fa{
	color: #C51633!important;
}
/*===================================================END TIMELINE STYLES==========================================*/
.application{
	width: 500px;
	margin-top: 55px; 
}
.application .panel-primary{
	border: none;
	box-shadow: 0 0 10px rgba(0,0,0,0.6);
}
.application .panel-heading{
	background: #C51633;
	border: none;
	padding: 25px 15px;
	margin-top: -25px;
	text-align: center;
}
.application .panel-footer{
/* 	background: #C51633; */
	border: none;
}
.application .image{
		position: relative;
		z-index: 2;
		margin: auto;
		width: 88px;
		height: 88px;
		border: 8px solid #FFF;
		line-height: 70px;
		border-radius: 50%;
		background: #C51633 none repeat scroll 0% 0%;
		vertical-align: middle;
		text-align: center;
}
.application .image span{
		font-size: 70px;
		color: #fff;
}
.form-control:focus {
    border-color: rgba(197, 22, 51, 0.5);
    outline: 0px none;
    box-shadow: 0px 1px 1px rgba(197, 22, 51, 0.075) inset, 0px 0px 8px rgba(197, 22, 51, 0.6);
}
/* ===================================== */
.parts-category .active{
	background: #C51633;
	border: none;
	text-align: center;
}
.list-group-item.active:hover, .list-group-item.active:focus {
    background-color: #C51633;
}
.list-group-item:first-child, .list-group-item:last-child {
    border-radius: 0;
}
.slide-header h1{
	font-size: 20px;
	margin: 0;
}
.slide-text{
	float: left;
	bottom: 0px;
	top: 0px;
	left: 13%;
	text-align: center;
	max-width: 384px;
}
.slide-text h1{
    font-weight: bold;
    background: #C51633;
    text-shadow: none;
    padding: 15px;
    font-size: 24px;
}
.slide-text ul{
	padding-left: 0;
	color: #000;
}
.slide-text li{
	list-style-type: none;
	text-align: left;
	background: #fff;
	margin: 10px 0 0 0!important;
}
.slide-text li:nth-child(1){
	width: 85%;
	animation-delay: 1.1s;
}
.slide-text li:nth-child(2){
	width: 70%;
	animation-delay: 1.2s;
}
.slide-text li:nth-child(3){
	width: 55%;
	animation-delay: 1.3s;
}
.slide-text li, h3{
	font-size: 16px;
	list-style-type: none;
	text-shadow: none;
	padding: 0px;
	margin: 0px;
}
.autos{
	bottom: 0px;
	top: 20px;
	left: 15%;
}



/* Other */
.contacts.map {
	height: 400px;
	margin-bottom: 0;
}

.container.maintenance .col-md-3 .thumbnail img {
	height: 130px;
}

.modal-btn-style {
	margin-bottom: -154px;
    margin-left: 10px;
}

.services .content {
	background-color: #fff;
    border: 1px solid #ddd;
	padding: 20px;
}


.storage .pagination {
	text-align: center;
    margin: 0 auto;
    float: none;
    display: table;
    margin-bottom: 20px;
    padding: 10px;
}
.table.storage > thead > tr > th {
    vertical-align: middle;
    text-align: center;
}
.pagination > li {
    vertical-align: middle;
	display: inline-block;
	margin-bottom: 5px!important;
	float: left;
}
.pagination > li > a, .pagination > li > span {
    line-height: 1.42857;
    color: #337AB7;
    text-decoration: none;
    background-color: #FFF;
    border: 1px solid #DDD;
    display: table-cell;
    text-align: center;
    height: 35px;
    width: 35px;
    vertical-align: middle;
    padding: 0;
    float: none;
    margin-left: 0;

}
.table-style.category > tbody > tr > td:last-child, .table-style.category > tbody > tr > td:first-child, .table-style.category > tbody > tr > th,
.table-style.storage > tbody > tr > td:last-child, .table-style.storage > tbody > tr > td:first-child, .table-style.storage > tbody > tr > th {
	text-align: center;
}
.table-style.storage > tbody > tr > td:nth-child(1), .table-style.storage > tbody > tr > td:nth-child(5) {
    width: 15%;
}
.table-style.storage > tbody > tr > td:nth-child(2), .table-style.storage > tbody > tr > td:nth-child(3), .table-style.storage > tbody > tr > td:nth-child(4) {
    width: 25%;
}
.table-style.storage > tbody > tr > td:nth-child(5) {
	text-align: center;
    width: 10%;
}
.table-style.category > tbody > tr > th:last-child, .table-style.category > tbody > tr > td:last-child {
	text-align: center;
    width: 10%;
}

.search .gsc-control-cse {
	border-color: #F0F0F0 !important;
}
.search .gsc-input-box input {
    height: 40px !important;
	background: none !important;
	font-size: 24px;
}
.search .gsc-input-box {
    height: 50px;
}
.search .gsst_a {
    padding-top: 16px;
}
.search .gsc-control-cse input.gsc-search-button, input.gsc-search-button:hover, input.gsc-search-button:focus {
    background: #C51633 url('http://www.google.com/uds/css/v2/search_box_icon.png') no-repeat;
    background-position: center center;
    padding: 24px;
}

.search .gsc-results-wrapper-overlay.gsc-results-wrapper-visible {
	height: 80%;
}
.search .gsc-orderby, .search .gcsc-branding {
	display: none;
}


.page-maintenance .image {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
}
.page-maintenance .image img {
    width: 50%;
    max-width: 350px;
}
.page-maintenance .nav-style {
	background-color: #FFFFFF;
	border-radius: 0;
	border: none;
	box-shadow: 0 0px 3px #333;
	margin-bottom: 10px;
}
.page-maintenance .nav-style > li {
    vertical-align: middle;
}
.page-maintenance .nav-style > li > a {
	font-family: "RobotoCondensedRegular", sans-serif!important;
	font-weight: 400;
	text-align: center;
	color: #000;
	border: none !important;
	border-radius: 0 !important;
	font: inherit;
	font-size: 107%;
	padding: 0px 16px;
	line-height: 50px;
}
.page-maintenance .nav-style > li > a:hover, .page-maintenance .nav-style > li > a:focus, .page-maintenance .nav-style > li.active > a:hover, .page-maintenance .nav-style > li.active > a:focus {
    background: #C51633;
    color: #fff;
    border-bottom-color: #C51633;
}
.page-maintenance .nav-style > li.active > a {
    background: #C51633;
    color: #fff;
}
.page-maintenance .nav-style > li + li {
    border-left: 1px solid #A0A0A0;
}

.nav-maintenance {
	background-color: #FFFFFF;
	margin-bottom: 0px;
	box-shadow: 0 0px 3px #333;
	margin-bottom: 10px;
}
.nav-maintenance > li {
    height: 60px;
    vertical-align: middle;
}
.nav-maintenance > li > a {
	font-family: "RobotoCondensedRegular", sans-serif!important;
	font-weight: 400;
	text-align: center;
	color: #000;
	border: none !important;
	border-radius: 0 !important;
	font: inherit;
	font-size: 107%;
	padding: 0px 16px;
}
.nav-maintenance > li > a .tab {
    height: 60px;
    vertical-align: middle;
    display: table-cell;
}
.nav-maintenance > li > a:hover, .nav-maintenance > li > a:focus, .nav-maintenance > li.active > a:hover, .nav-maintenance > li.active > a:focus {
	color: #fff;
	background-color: #C51633;
}
.nav-maintenance > li.active > a {
    color: #FFF;
    background-color: #C51633;
}
/* Other end */


/* Admin */
.admin-navbar .navbar-brand {
	padding: 5px 15px !important;
}

/* Hide for mobile, show later */
.sidebar {
  display: none;
}
@media (max-width: 489px) {
  .right-info p>a:before{
	content: "\a";
	white-space: pre;
  }
  .footer .copy .right-info{
  	text-align: center;
  }
  .footer .copy .left-info{
  	text-align: center;
  }
  .slide-text h1 {
  	font-size: 14px;
  	margin-top: 60px; 
  }
  .promo .links a {
    font-size: 14px;
  }
  .slide-text ul {
    display: none;
  }
}
@media (max-width: 767px) {
  .services-navigation {
  	display: none;
  }
  .header .left-info {
    line-height: 35px;
  }
  .text div, p{
	text-align: center!important;
  }
  .parts-category {
	text-align: center;
	overflow-y: scroll;
	height: 200px;
  }
  .storage-table {
	margin-top: 20px;
  }
  .news .text-box {
    text-align: center;
  }
  .news.thumbnail a > img {
    height: auto;
  }

}
@media (min-width: 768px) {
  .sidebar {
    position: fixed;
    top: 51px;
    bottom: 0;
    left: 0;
    z-index: 1000;
    display: block;
    padding: 20px;
    overflow-x: hidden;
    overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
    background-color: #f5f5f5;
    border-right: 1px solid #eee;
  }
}
@media (max-width: 992px) {
	.header .left-info {
		text-align: center;
	}
	.phones .row{
		display: table;
		margin: 0px auto;
	}
	.phones .row > div{
		float: left;
	}
	.header .right-info .phones {
	    width: 100%;
	}
	
}
@media (min-width: 992px) {
	.more-about, .why-we{
		width: 49%;
	}
}

/* Sidebar navigation */
.nav-sidebar {
	margin-right: -21px; /* 20px padding + 1px border */
	margin-bottom: 20px;
	margin-left: -20px;
}
.nav-sidebar > li > a {
	padding-right: 20px;
	padding-left: 20px;
}
.nav-sidebar > .active > a,
.nav-sidebar > .active > a:hover,
.nav-sidebar > .active > a:focus {
	color: #fff;
	background-color: #428bca;
}

.admin-panel .main {
	padding: 20px;
	padding-top: 80px;
}
@media (min-width: 768px) {
	.admin-panel .main {
		padding-right: 40px;
		padding-left: 40px;
	}
}
.admin-panel .main .page-header {
	margin-top: 0;
}

.admin-panel .placeholders {
	margin-bottom: 30px;
	text-align: center;
}
.admin-panel .placeholders h4 {
	margin-bottom: 0;
}
.admin-panel .placeholder {
	margin-bottom: 20px;
}
.admin-panel .placeholder img {
	display: inline-block;
	border-radius: 50%;
}


.admin-panel .nav-pills > li > a {
	border-radius: 0 !important;
}


.admin-panel .items-index tbody > tr {
    cursor: pointer;
}

.admin-panel .main a, .admin-panel .main .btn, .admin-panel .main .form-control, .input-group-addon{
    border-radius: 0 !important;
}

/* .admin-panel .table {
    table-layout: fixed;
} */
.admin-panel .table th{
    font-size: 14px;
    color: #565656;
}
.admin-panel .table td{
    font-size: 14px;
}
.admin-panel .table td.control{
    vertical-align: middle;
    text-align: right;
}
.admin-panel .table td.status{
    vertical-align: middle;
    text-align: center;
}
.admin-panel .table td.vtop{
    vertical-align: top;
}

.admin-panel .switcher{
    border: none;
    background: #b3b8c3;
    color: #FFF;
    height: 20px;
    min-width: 40px;
    font-size: 11px;
    border-radius: 10px;
    padding: 1px;
}
.admin-panel .switcher .slider{
    background: #f0f3f3;
    height: 18px;
    border-radius: 10px;
    box-shadow: none;
}
.admin-panel .switcher.is-active{
    background: #27b6af;
}
.admin-panel .switcher .textNo{
    color: #fff;
}

.admin-panel .actions li i{
    margin-right: 8px;
}
.admin-panel .actions .glyphicon-menu-hamburger{
    cursor: pointer;
    font-size: 15px;
    color: #777;
}
.admin-panel .actions .glyphicon-menu-hamburger:hover{
    color: #337ab7;
}
/* Admin end */
.nav-logo{
	display: inline-block;
	font-family: "RobotoCondensedRegular", sans-serif;
	font-weight: 300;
}
.nav-logo a{
	text-decoration: none;
}
.nav-logo h1{
	font-size: 24px;
	color: #6F6F6F;
	letter-spacing: 1px;
	margin: 0;
	padding: 6px 0;
}
.nav-logo span{
	background: #C51633;
	color: #fff;
	padding: 5px 11px;
	margin-right: 5px;
	font-size: 25px;
}
.logo-printed{
	display: inline-block;
	font-family: "RobotoCondensedRegular", sans-serif;
	font-weight: 300;
}
.logo-printed a{
	text-decoration: none;
}
.logo-printed h1{
	font-size: 24px;
	color: #6F6F6F;
	letter-spacing: 1px;
	margin: 0px 0 20px 0;
	padding: 5px 0;
}
.logo-printed span{
	background: #C51633;
	color: #fff;
	padding: 5px 11px;
	margin-right: 5px;
	font-size: 25px;
}
.services-navigation li:nth-child(6) > a{
	 line-height: 66px;
		text-align: center;
		padding: 10px 8px;
		width: 100%;
		height: 86px;
		display: block;
		margin: 0;
}
.services-navigation li:nth-child(7) > ul{
	top: auto;
    left: -222px !important;
}
.navbar-inverse .navbar-nav > li > a {
    font-size: 15px;
}
.login-form{
	max-width: 400px;
	text-align: center;
	margin: 0px auto 40px auto;
	background-color: #F7F7F7;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
	padding: 10px 40px 0 40px;
}
.log-btn{
	border-radius: 0;
	background-color: #C51633;
	border-color: #C51633;
}
.log-btn:hover {
    color: #C51633;
    background-color: #FFF;
    border-color: #C51633;
}
.form-control{
	border-radius: 0;
}
.slide-mini{
	width: 75%;
}

.badge {
    background-color: #C51633;
    border-radius: 0;
    margin-left: 20px;
}