/* Autodealers.nl CSS voor de dealerwebsite */
@import url('//svl.autodealers.nl/css/responsive2/bootstrap.min.css');
@import url('//fonts.googleapis.com/css?family=Open+Sans:300,400,600');
@import url('//code.jquery.com/ui/1.12.1/themes/base/jquery-ui.min.css');
@import url('//svl.autodealers.nl/css/responsive2/style.min.css');
/*
	Style.css
	Table of Contents:

	- Custom Class Library
	- Global
	- Theme
		+ Header
		+ Menu
		+ Carousel
		+ Occasion Slideshow
		+ Footer
	- Custom
		+ Global
		+ Pages
		+ Mediaqueries
*/

/*********************
******** CCL *********
*********************/

/* Margin */
.no-m { margin: 0; }
.m-10 { margin: 10px; }
.m-15 { margin: 15px; }
.m-30 { margin: 30px; }
.m-60 { margin: 60px; }

/* Margin Top Bottom */
.mtb-10 { margin: 10px 0; }
.mtb-15 { margin: 15px 0; }
.mtb-30 { margin: 30px 0; }
.mtb-60 { margin: 60px 0; }

/* Margin Top */
.mt-10 { margin-top: 10px; }
.mt-15 { margin-top: 15px; }
.mt-30 { margin-top: 30px; }
.mt-60 { margin-top: 60px; }

/* Margin Right */
.mr-10 { margin-right: 10px; }
.mr-15 { margin-right: 15px; }
.mr-30 { margin-right: 30px; }
.mr-60 { margin-right: 60px; }

/* Margin Bottom */
.mb-10 { margin-bottom: 10px; }
.mb-15 { margin-bottom: 15px; }
.mb-30 { margin-bottom: 30px; }
.mb-60 { margin-bottom: 60px; }

/* Margin Left */
.ml-10 { margin-left: 10px; }
.ml-15 { margin-left: 15px; }
.ml-30 { margin-left: 30px; }
.ml-60 { margin-left: 60px; }

/* Padding */
.no-p { padding: 0; }
.p-10 { padding: 10px; }
.p-15 { padding: 15px; }
.p-30 { padding: 30px; }
.p-60 { padding: 60px; }

/* Padding Top Bottom */
.ptb-10 { padding: 10px 0; }
.ptb-15 { padding: 15px 0; }
.ptb-30 { padding: 30px 0; }
.ptb-60 { padding: 60px 0; }

/* Padding Top */
.pt-10 { padding-top: 10px; }
.pt-15 { padding-top: 15px; }
.pt-30 { padding-top: 30px; }
.pt-60 { padding-top: 60px; }

/* Padding Right */
.pr-10 { padding-right: 10px; }
.pr-15 { padding-right: 15px; }
.pr-30 { padding-right: 30px; }
.pr-60 { padding-right: 60px; }

/* Padding Bottom */
.pb-10 { padding-bottom: 10px; }
.pb-15 { padding-bottom: 15px; }
.pb-30 { padding-bottom: 30px; }
.pb-60 { padding-bottom: 60px; }

/* Padding Left */
.pl-10 { padding-left: 10px; }
.pl-15 { padding-left: 15px; }
.pl-30 { padding-left: 30px; }
.pl-60 { padding-left: 60px; }

/* Border */
.no-b { -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; }
.b-10 { -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; }
.b-15 { -webkit-border-radius: 15px; -moz-border-radius: 15px; border-radius: 15px; }
.b-30 { -webkit-border-radius: 30px; -moz-border-radius: 30px; border-radius: 30px; }
.b-60 { -webkit-border-radius: 60px; -moz-border-radius: 60px; border-radius: 60px; }

/* Others */
.relative {
  position: relative;
}

/*********************
****** GLOBAL ********
*********************/

html, body {
	background: #BAB4A6;
  height: 100%;
}
body {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  color: #fff;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  padding: 0;
}
h1 {
  font-size:45px !important;
  margin-bottom: 12px;
  color: #fff;
  text-shadow: 1px 2px 4px #000;
  text-transform: uppercase;
  font-weight: 900 !important;
}
h2 {
  font-size: 25px !important;
  margin-bottom: 12px;
  color: #fff;
  font-weight: 700 !important;
}
h3 {
  font-size: 18px !important;
}

h4 {
	font-size: 25px !important;
  font-weight: 700 !important;
  color: #fff;
}
p {
  font-size: 14px;
  line-height: 22px;
  margin: 0 0 22px 0;
  font-weight: 500;
}
a,
a:link,
a:visited,
a:hover,
a:active {
  color: #E92200;
  text-decoration: none;
  font-weight: 500;
}

h6, p {
    font-weight: 500 !important;
    line-height: 24px;
    color: #fff;
}
.blokken .blok .top h2 {
    font-size: 25px;
}

/*********************
******* THEME ********
*********************/

/*************
*** Header ***
*************/

#header .glyphicon {
	color: #3199c7;
}

/*****************
*** Navigation ***
*****************/

/*
Primary background: 	grey
Secondary background: 	lightgrey
Dropdown background:	dimgray 
text color:				#fff
*/

/* Setup */
.navbar {
  z-index: 99;
}
.navbar-default {
  margin: 0;
  padding: 0;
  background: transparent;
  border-radius: 0;
  border: none;
  z-index: 999;
}
/* Menu Link */
.navbar-default .navbar-nav > li > a {
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  text-transform: normal;
  transition:all 0.3s ease; /* Animate */
  border-bottom: 5px solid transparent;
}
/* Menu Link Hover & Active*/
.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:hover, 
.navbar-default .navbar-nav > .active > a:focus,
.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:focus, 
.navbar-default .navbar-nav > .open > a:hover {
  background-color: transparent;
  color: #E92300;
}
/* Menu icon*/
.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-default .navbar-toggle:focus, 
.navbar-default .navbar-toggle:hover {
  background-color:  transparent;
}
.navbar-default .navbar-toggle {
  border-color: #fff;
}
@media (max-width: 767px) {	
  /* Setup */

  #body.Home .panel {
    margin-top: 65px !important;
}
  
  .blokken .blok {
    border: 1px solid #d0d0d0;
    height: 100px;
}

  body { padding-top: 50px }
  .navbar-xs {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
  }
  /* Background */
  .navbar-default .navbar-header {
    background: #807965;
  }
  /* Brand */
  .navbar-default .navbar-brand,
  .navbar-default .navbar-brand:hover {
    color: #fff;
  }
  /* Collapse */
  .navbar-default .navbar-nav {
    margin-top: 0;
    margin-bottom: 0;
    background-color: #BAB4A6;
  }
  .navbar-default .navbar-collapse {
    border: none;
    color: #fff;
  }
  /* Menu Link */
  .navbar-default .navbar-nav > li > a {
    border: none;
  }
  /* Dropdown */
  .navbar-nav .open .dropdown-menu {
    padding: 0;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    background: lightgray;
    color: #212121;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus, 
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #fff;
  }
  /* Menu links */
  .navbar-default .navbar-nav > li a {
    text-align: center;
  }
}
@media (min-width: 768px) {
  /* Setup */
  .blokken .blok {
    border: 1px solid #d0d0d0;
    height: 500px;
}
  
  ul.nav.navbar-nav {
    width: 110%;
    margin-left: -44px;
}

  .navbar-default {
    margin: 34px;
    padding: 0;
    background: transparent;
    border-radius: 0;
    border: none;
    z-index: 999;
}
  .navbar-nav {
    width: 100%;
    display: table;
  }
  .navbar-nav > li {
    float: none;
    display: table-cell;
  }
  nav .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
  nav .container-fluid { 
    padding-left: 0;
    padding-right: 0;
  }
}
.nav li a{
    padding: 24px 0 20px 0;
}
/*************************
*** Occasion Slideshow ***
*************************/

/* slideshow SEO */
#slideshow-wrapper {
  margin-top: 46px;
}
#gallery {
  text-align: left;
  position: relative;
  width: 320px;
  height: 240px;
  border: 1px solid #000000;
  overflow: hidden;
  line-height: normal;
}
#gallery a {
  float: left;
  position: absolute;
}
#gallery a img {
  width: 320px;
  height: 240px;
}
#gallery a.show {
  z-index: 500;
}
#gallery .caption {
  z-index: 600; 
  background-color: #3A6A92; 
  color: #FFFFFF;
  width: 320px; 
  position: absolute;
  bottom: 0px;
}
#gallery .caption .content {
  margin: 5px;
  color: #FFFFFF;
}
#gallery .caption .content h3 {
  margin: 0px;
  padding: 0px;
  font-size:16px;
  color: #FFFFFF;
  line-height: 20px
}

/* slideshow4 */
#scroller .nieuwbinnen h3 {
	margin:0;
	line-height: 20px;
}


/*************
*** Footer ***
*************/

/** Sticky Footer ***/
#footer {
  position: relative;
  height: auto;
  padding: 15px 0;
    background: #BAB4A6;
}
#footer a, #footer p{
    color : #fff;
}

@media (min-width: 767px) {

  html {
    position: relative;
    min-height: 100%;
  }
  #footer {
    width: 100%;
    padding: 0;
  }
  #footer p {
    margin: 0;
  }
}
@media (max-width: 767px) {
  #footer p {
    line-height: 30px;
  }
}

/*************
*** CUSTOM ***
*************/
.bg-darkblue{
    background: #313f9f;
}
.bg-blue{
    background: #89816C;
}
.social a img{
    height: 20px;
    background: #fff;
    border-radius: 12px
}
.logo{
    margin: 20px 0;
    display: block;
}


.pos-content-header{
    margin-top: 25%;
    z-index: 1;
    position: relative;
}
.pos-content-header H1{
    text-transform: uppercase;
    text-align: center;
    font-size: 45px;
    font-weight: 900;
    color: #fff;
}
.pos-content-header p{
    color: #fff;
    text-align: center;
    font-size: 14px;
}
.blokken{
    float: left;
    width: 100%;
}
.blokken .blok{
    border: 1px solid #d0d0d0;
}
.blokken .blok .top h2{
    font-size: 2em;
}
.blokken .blok .bottom{
    padding: 50px;
}
.blokken .blok .top a{
    margin-bottom: -25px;
}
.blokken .blok .top .line{
    width: 100%;
    height: 1px;
    background: #d0d0d0;
}
.bg-zoekopdracht{
    background: url(//svl.autodealers.nl/upload/2149_Zoekopdracht_bg.jpg) no-repeat center 60%;
    -webkit-background-size: cover;
    background-size: cover;
}
.zoTitle{
    padding: 15px 0;
}
.zoTitle h2, .zoTitle button{
    display: inline-block;
}
.zoTitle button{
    float: left;
    margin: 4px 15px 4px 0px;
}
.zoTitle h2{
    margin: 0;
    color: #fff;
    font-size: 2em;
    font-weight: 600;
    text-transform: uppercase;
    text-shadow: 0 1px 1.5px rgba(0,0,0,.12);
}

.bg-white{
        background: #89816C;
}
label{
    margin-bottom: 0;
    font-weight: 400;
}

 #CustomMaps {
        height:430px;
        width: 100%;
    }
    .gm-style-iw * {
        display: block;
        width: 100%;
    }
    .gm-style-iw h4, .gm-style-iw p {
        margin: 0;
        padding: 0;
    }
    .gm-style-iw a {
        color: #fff;
    }
.overlayMaps{
    background: rgba(209, 209, 209, 0.4);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.dropdown-menu > li > a {
    padding: 3px 20px !important;
}

/*Edit material design*/
a.mdl-button--accent.mdl-button--accent.mdl-button--raised, .mdl-button--accent.mdl-button--accent.mdl-button--fab{
    display: block;
}
.bg-zoekopdracht form .mdl-textfield{
    display: block;
    margin: -15px auto;
    width: 100%;
}
div.mdl-menu__container{
    max-height: 250px;
    overflow-x: hidden;
    overflow-y: scroll;
}
.bg-white form button{
    margin: 20px auto 0;
    display: block;
}
.overlayMaps a.mdl-button--accent.mdl-button--accent.mdl-button--raised, .mdl-button--accent.mdl-button--accent.mdl-button--fab{
    margin: 0 auto;
    margin-top: 190px;
}

.buttonplace {
    position: absolute;
    top: 190px;
    width: 100%;
}
/*************
*** Global ***
*************/

/* Bootstrap */
.bg-primary {
  background: #ecf0f1;
  color: #000;
}
a.btn-default {
  color: #000;
}

/* Others */
.full-width {
	width: 100%;
}


/*************
**** Home ****
*************/

#body.Home {}


/****************
*** Occasions ***
****************/

/* Base colors*/
#body.autolijst_background a.btn-primary,
#body.autolijst_background a.btn-social,
#body.detail-view .label-primary {
	color: #fff;
}
#body.autolijst_background .well,
#body.autolijst_background .list-group,
#body.detail-view h3[itemprop="name"],
#body.detail-view p[itemprop="address"],
#body.detail-view span[itemprop="telephone"],
#body.detail-view .row.nav-bar {
  color: #000;
}

/* Secondary colors */
#body.autolijst_background ul.pagination a,
#body.detail-view .bg-info {
	color: red;
}

#body.autolijst_background .title{
 color:#000; 
}
#body.autolijst_background .pagination > .active > a,
#body.autolijst_background a.btn-primary {
	background: #000;
	border: 1px solid #000;
	color: #fff;
}

#body.autolijst_background .gallery-view .advertisement a {
    color: #000;
}

#body.autolijst_background img.photo-new[src="/img/occ_verkocht.png"] {
    display: none;
}


/**********************
*** Route & Contact ***
**********************/

#body.Contact #map {
  height: 400px;
}
#body.Contact #route {
  background: #fff;
}
/* de routebeschgrijving op mobiel valt buiten het scherm zonder */
#body.Contact .adp b, 
#body.Contact .adp-list b {
  display: inline-block; 
}
/* de prijs valt anders over de "bekijk deze auto" heen */
#body.Contact .adp-directions, 
#body.Contact .adp-summary 
{
  width:100%;
}


/*******************
*** Mediaqueries ***
*******************/

/*** MIN ***/

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
	.center-block-sm { margin: 0 auto; display: block; }
	.text-center-sm { text-align: center; }
	.text-right-sm { text-align: right; }
	.pull-right-sm { float: right; }
    .bg-white{
        position: absolute;
        width: 100%;
        top: -100px;
        right: 15px;

    }
    .bg-zoekopdracht form{
        padding: 0 30px 30px 30px;
    }
    .bg-zoekopdracht{
        height: 500px;
        margin: 100px 0;
    }
    .overlayMaps a.mdl-button--accent.mdl-button--accent.mdl-button--raised, .mdl-button--accent.mdl-button--accent.mdl-button--fab{
        width: 90%;
        }
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
	.center-block-md { margin: 0 auto; display: block; }
	.text-center-md { text-align: center; }
	.text-right-md { text-align: right; }
	.pull-right-md { float: right; }
    .overlayMaps a.mdl-button--accent.mdl-button--accent.mdl-button--raised, .mdl-button--accent.mdl-button--accent.mdl-button--fab{
        width: 60%;
        }

        .blokken .blok {
          border: 1px solid #fff;
          height: 418px;
      }
  
  ul.nav.navbar-nav {
    width: 100%;
    margin-left: 0px;
}
  
  .footer {
    height: 300px !important;
    background: #8A816D;
}
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	.center-block-lg { margin: 0 auto; display: block; }
	.text-center-lg { text-align: center; }
	.text-right-lg { text-align: right; }
  .pull-right-lg { float: right; }
  
  .blokken .blok {
    border: 1px solid #fff;
    height: 360px;
}
  
  .footer {
    height: 144px !important;
    background: #8A816D;
}
  
  .oval {
    height: 100px;
    width: 100%;
    background-color: #E92200;
    border-radius: 50%;
    border: 5px solid black;
    border-top: 2px solid black;
    border-bottom: 2px solid black;
    margin-left: -61px;
}
}

/*** MAX ***/

@media (max-width: 768px) {
	.center-block-sm-max { margin: 0 auto; display: block; }
	.text-center-sm-max { text-align: center; }
	.text-right-sm-max { text-align: right; }
	.pull-right-sm-max { float: right; }
    .bg-zoekopdracht form{
        padding: 10px 30px 30px 30px;
    }
    .bg-zoekopdracht{
        height: 800px;
    }
    .overlayMaps a.mdl-button--accent.mdl-button--accent.mdl-button--raised, .mdl-button--accent.mdl-button--accent.mdl-button--fab{
        width: 60%;
    }
    #footer .social{
        margin: 30px 0;
    }

    .blokken .blok {
      border: 1px solid #d0d0d0;
      height: 100%;
   	  height: 340px;
  }
}

/* Medium devices (desktops, 992px and up) */
@media (max-width: 992px) {
  
  .footer {
	height:244px !important;

}
	.center-block-md-max { margin: 0 auto; display: block; }
	.text-center-md-max { text-align: center; }
	.text-right-md-max { text-align: right; }
  .pull-right-md-max { float: right; }
  
.navbar-default .navbar-nav > li > a {
    color: #fff;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    text-transform: normal;
    transition: all 0.3s ease;
    border-bottom: 5px solid transparent;
}
}

/* Large devices (large desktops, 1200px and up) */
@media (max-width: 1200px) {
	.center-block-lg-max { margin: 0 auto; display: block; }
	.text-center-lg-max { text-align: center; }
	.text-right-lg-max { text-align: right; }
	.pull-right-lg-max { float: right; }
}

.mdl-button--fab.mdl-button--colored {
  background: #E92200 !important;
  color: rgb(255,255,255);
}

.mdl-button--accent.mdl-button--accent.mdl-button--raised, .mdl-button--accent.mdl-button--accent.mdl-button--fab {
  color: rgb(255,255,255);
  background-color: red !important;
}

.margin-space {
  margin-top: 25px;
}

.margin-space1 {
  margin-top: 60px;
}

.img-style {
  margin: auto;
}

.mdl-textfield__label {
  color: #fff !important;
}

.oval {
  height: 100px;
  width: 100%;
  background-color: #E92200;
  border-radius: 50%;
  border: 5px solid black;
  border-top: 2px solid black;
  border-bottom: 2px solid black;
}

.oval p.text-center {
    font-size: 28px;
    line-height: 25px;
}

.margin-header-oval {
  margin-top: 25px;
}

.mdl-textfield__input {
  border-bottom: 1px solid #fff !important;
}

#google-maps > iframe {
			width: 100%;
			height: 400px;
			border: none;
		}


.btn-primary {
    color: #fff !important;
    background-color: #E92200;
    border-color: #E92200;
    text-transform: uppercase;
  	border-radius: 0px;
}

nav {
    background: #1c1c1c;
    border-bottom: 0px solid #ddd;
}

.pager li>a, .pager li>span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #E92200;
    color: #fff;
    border: 0px solid #ddd;
    border-radius: 15px;
}

.footer {
	height:140px;
  background: #8A816D;
}

.margin-text {
	margin-left: 15px;
	}


.photo-a {
    border-radius: 0px !important;
    display: block;
    margin-bottom: 10px;
    overflow: hidden;
    position: relative;
}

.img-rounded {
    border-radius: 0px !important;
}

.buttonplace {
	text-align: center;
}



.carousel_wrapper {
    position: relative;
}

#carousel-header {
  height: 200px;
}
@media (min-width: 768px) {
  #carousel-header {
    height: 300px;
  }
}
@media (min-width: 992px) {
  #carousel-header {
    height: 350px;
  }
}
@media (min-width: 1200px) {
  #carousel-header {
    height: 400px;
  }
}

/* Setup */
#carousel-header .carousel-indicators {
  z-index: 5;
}
#carousel-header .carousel-inner,
#carousel-header .carousel .item,
#carousel-header .carousel-inner .bg {
  height: 100%;
}

#carousel-header .carousel-inner .bg {
  background-repeat: no-repeat;
  background-size: cover;
}

/* Carousel backgrounds */
#carousel-header .carousel-inner .bg1 {
  background-image: url('//svl.autodealers.nl/upload/2149_Header_image.jpg');
  background-position: center center;
}


/* Carousel fade effect */
.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-fade .carousel-inner > .item.next,
  .carousel-fade .carousel-inner > .item.active.right {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .carousel-fade .carousel-inner > .item.prev,
  .carousel-fade .carousel-inner > .item.active.left {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .carousel-fade .carousel-inner > .item.next.left,
  .carousel-fade .carousel-inner > .item.prev.right,
  .carousel-fade .carousel-inner > .item.active {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

#carousel-header {
	position: absolute;
	width: 100%;
	height: 1000px;
  	border-radius: 0px;
}


.carousel_tekst {
	height: 1000px;
}


.abigspace {
	margin-top: 500px;
}


.margin-enge-space {
	margin-top: 350px;
}

.bg-navigatie {
    background: #89816C;
}

.logo {
	float: center;
}

.well {
    min-height: 20px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 0px !important;
    color: #000;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
}

.blackcolor {
	color: #000;
}

.img-responsive, .thumbnail>img, .thumbnail a>img, .carousel-inner>.item>img, .carousel-inner>.item>a>img {
    display: block;
    width: 100% \9;
    max-width: 100%;
    height: auto;
    margin: auto;
}

#openingstijden2 ul.nav-justified {
    text-align: left;
    line-height: 24px;
    font-size: 14px;
    color: #BAB4A6;
    margin-top: -240px;
}

@media (min-width: 768px) {
#openingstijden2 ul.nav-justified {
    text-align: center;
    color: #BAB4A6;
    margin-top: -58px;
}
}

/** Vertical **/

ul.search-filter-vertical {
  list-style-type: none;
  padding: 0;
  margin: 0;
  width: 100%;
}

ul.search-filter-vertical li {
  display: block;
  margin-bottom: 10px;
}

ul.search-filter-vertical li:last-child {
  margin-bottom: 0;
}

ul.search-filter-vertical li.search-filter-select {
  position: relative;
}

ul.search-filter-vertical li.search-filter-select:after {
  content: '\f107';
  font-family: FontAwesome;
  font-size;
  14px;
  color: #999;
  position: absolute;
  right: 15px;
  top: 10px;
}

ul.search-filter-vertical li select,
ul.search-filter-vertical li input {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  height: 40px;
  cursor: pointer;
}

ul.search-filter-vertical li select {
  padding-left: 20px;
}

ul.search-filter-vertical li select option {
  color: #000;
}

ul.search-filter-vertical li input {
  border: none;
  color: #fff;
  background: #999;
  transition: ease all 0.4s;
  -webkit-transition: ease all 0.4s;
  -moz-transition: ease all 0.4s;
}

ul.search-filter-vertical li input:hover {
  background: #777;
}

#body.Home .panel {
    margin-bottom: 20px;
    background-color: #8A816D;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
  	margin-top: -80px;
}

#body.Home  .panel-default>.panel-heading {
    color: #333;
    background-color: #8A816D;
    border-color: #8A816D;
}

.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group>.btn, .input-group-btn:last-child>.dropdown-toggle, .input-group-btn:first-child>.btn:not(:first-child), .input-group-btn:first-child>.btn-group:not(:first-child)>.btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    background: #8A816D;
  	color: #fff !important;
}

.has-feedback .form-control {
    padding-right: 42.5px;
    background: #8A816D;
}

textarea.form-control {
    height: auto;
    background: #8A816D;
  	border-bottom: 1px solid #fff;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #8A816D;
    border-bottom: 1px solid;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

::placeholder {
  color: red;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
color: #fff;
}

::-ms-input-placeholder { /* Microsoft Edge */
color: #fff;
}

::-webkit-input-placeholder {
	color: #fff;
}

input.form-control::placeholder {
    color: #fff;
}

textarea.form-control::placeholder {
    color: #fff;
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
    width: 100%;
}

.popover-content {
    padding: 9px 14px;
    color: #000;
}

.engtest {
    margin: auto;
    width: 60%;
    margin-left: 20%;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #E92200;
    border-color: #E92200;
}