/* 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');
html,
body {
  background: #fff;
}

body {
  font-family: 'Baloo 2', cursive;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  padding: 0;
}

h1 {
  font-size: 25px;
  margin-bottom: 12px;
}

h2 {
  font-size: 25px;
  margin-bottom: 12px;
  text-transform: uppercase;
}

h3 {
  font-size: 18px;
}

p {
  line-height: 25px;
  margin: 0 0 30px 0;
}

a,
a:link,
a:visited,
a:hover,
a:active {
  text-decoration: none;
  color: #EA530E;
  font-weight: 700;
  -webkit-transition: ease-in-out all 0.3s;
  transition: ease-in-out all 0.3s;
}

.page-loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99999;
  height: 100%;
  text-align: center;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.page-loader div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 4px solid #EA530E;
  border-radius: 50%;
  animation: page-loader 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #EA530E transparent transparent transparent;
}

.page-loader div:nth-child(1) {
  animation-delay: -0.45s;
}

.page-loader div:nth-child(2) {
  animation-delay: -0.3s;
}

.page-loader div:nth-child(3) {
  animation-delay: -0.15s;
}

@keyframes page-loader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}


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


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

.nav-brand img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}

.nav-brand span {
  color: #111113;
  font-size: 25px;
  line-height: 25px;
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
}


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


/* 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: #111113;
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
  clip-path: polygon(100% 0%, 100% 70%, 87% 100%, 0 100%, 0% 33%, 12% 0%);
  -webkit-clip-path: polygon(100% 0%, 100% 70%, 87% 100%, 0 100%, 0% 33%, 12% 0%);
}


/* 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: #EA530E;
  color: #fff;
}


/* Menu icon*/

.navbar-default .navbar-toggle .icon-bar {
  background-color: #111113;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
  background-color: transparent;
}

.navbar-default .navbar-toggle {
  border-color: #111113;
}

@media (max-width: 767px) {
  /* Setup */
  body {
    padding-top: 60px
  }
  .navbar-xs {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
  }
  .navbar-brand {
    height: 60px;
    padding: 10px 15px;
  }
  .navbar-default .navbar-brand,
  .navbar-default .navbar-brand:hover {
    color: #fff;
    max-width: 155px;
  }
  /* Background */
  .navbar-default .navbar-header {
    background: #fff;
  }
  /* Collapse */
  .navbar-default .navbar-nav {
    margin-top: 0;
    margin-bottom: 0;
    background-color: #fff;
  }
  .navbar-default .navbar-collapse {
    border: none;
    color: #fff;
  }
  /* Menu Link */
  .navbar-default .navbar-nav>li>a {
    border: none;
  }
  /* Menu links incl dropdown */
  .navbar-default .navbar-nav>li a {
    text-align: center;
  }
  /* Dropdown */
  .navbar-nav .open .dropdown-menu {
    padding: 0;
  }
  .navbar-default .navbar-nav .open .dropdown-menu>li>a {
    background: dimgray;
    color: #fff;
    padding: 9px 20px;
  }
  .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
    color: #fff;
  }
}

@media (min-width: 768px) {
  .navbar-nav {
    width: 100%;
    display: table;
  }
  .navbar-nav>li {
    float: none;
    display: table-cell;
  }
  .nav>li>a {
    padding: 7px 3px;
    line-height: 26px;
  }
  nav .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
  nav .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }
}


/**********************
****** Carousel *******
**********************/


/* Carousel height */

#carousel-header {
  height: 160px;
  border-radius: 0;
  margin-top: -1px;
}

.carousel-content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}

.carousel-content .container-fluid {
  width: 100%;
}

.carousel-content h2 {
  color: #111113;
  margin: 0 0 30px 0;
  font-size: 35px;
}

.carousel-buttons a.btn-home {
  width: 100%;
  max-width: 160px;
  display: inline-block;
  margin-right: 30px;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  #carousel-header {
    height: 500px;
    margin-top: 160px;
  }
  .carousel-content {
    padding-top: 330px;
  }
}

@media (min-width: 992px) {
  #carousel-header {
    height: 500px;
    margin-top: 30px;
  }
  .carousel-content {
    padding-bottom: 0;
  }
}

@media (min-width: 1200px) {
  #carousel-header {
    height: 800px;
    margin-top: -240px;
  }
  .carousel-content {
    padding-top: 490px;
  }
}


/* Carousel backgrounds */

#carousel-header .carousel-inner .bg1 {
  background-image: url("//svl.autodealers.nl/upload/1713_Banner_Image_Aalten_Autos3.jpg");
}

#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;
  background-position: center;
}


/* Carousel fade effect */

.carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  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);
  }
}


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

.bg-footer-top {
  background: #fff;
  padding: 0 15px;
  box-shadow: 0px 2px 4px #000000ad;
}

.bg-footer-top:after {
  content: '';
  clear: both;
  display: table;
}

.maps {
  height: 300px;
  margin-top: 30px;
}

.bg-footer-top .custom-form .form-group {
  margin-bottom: 30px;
}

.contact-icon {
  margin-bottom: 20px;
}

.contact-icon span {
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}


/** Sticky Footer ***/

.footer {
  background: #F6F6F6;
  color: #111113;
}

.footer-in>p {
  text-align: center;
}

.footer p {
  margin: 0;
}

span.line {
  margin: 0 10px;
}

@media (min-width: 767px) {
  .footer-in {
    display: table;
    width: 100%;
  }
  .footer-in>p {
    display: table-cell;
    vertical-align: middle;
    border-right: 1px solid #111113;
    line-height: 16px;
  }
  .footer-in>p:last-child {
    border-right: 0;
    text-align: right;
  }
  .footer-in>p:first-child {
    text-align: left;
  }
}

@media (min-width: 992px) {
  .bg-footer-top {
    padding: 0;
  }
  .maps {
    margin-top: 0;
    height: 510px;
  }
}

@media (min-width: 1200px) {
  .footer-in>p:first-child {
    width: 500px;
  }
  .maps {
    margin: 0 -15px;
  }
}

@media (max-width: 767px) {
  .footer p {
    text-align: center;
  }
}


/**********************
*** Custom Style ******
**********************/
div.title-small h2{
  font-size: 35px;
}
div.beoordeling-container h2{
  font-size: 35px;
}
.content-text h2 strong a{
  font-weight: 600;
}

div.beoordeling-container h2{
  margin-bottom: 25px;
}
.btn-beo{
  margin-top: 25px;
}

ul#slideshow7 h4.prijs {
  color: #fff;
  font-size: 24px;
}
ul#slideshow7 .item-information {
  background: #EA530E;
}

img.img-responsive.RDW{
  max-height: 60px;

}

div#body.Home h1,
div#body.Home h2,
div#body.Home h3,
div#body.Home h4 {
  text-transform: uppercase;
  font-weight: 600;
}

h2.title {
  text-transform: uppercase;
  font-weight: 600;
}

div.title-small h2 {
  text-transform: uppercase;
}

div.btn-occ a.btn-home {
  padding: 5px 45px;
}

.Zoek-container {
  background: #fff;
  box-shadow: 0px 2px 4px #000000ad;
  padding: 160px;
}

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

ul.search-filter-vertical li {
  display: block;
}

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

ul.search-filter-vertical li.search-filter-select {
  position: relative;
  margin-bottom: 30px;
}

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

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;
  height: 44px;
  border: none;
  background: transparent;
  color: #000;
  border-bottom: 1px solid #000;
}

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

ul.search-filter-vertical li input {
  border: none;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  background: rgb(41, 175, 22);
  background: linear-gradient(0deg, rgba(41, 175, 22, 1) 37%, rgba(132, 252, 116, 1) 100%);
  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;
}

div.content-text h2 strong {
  color: #EA530E;
}

.bg-occ-header {
  background: #F6F6F6;
  color: #111113;
  padding: 30px 15px;
  box-shadow: 0px 2px 4px #000000ad;
}

.content-space {
  margin-top: 30px;
}

.btn-occ {
  margin-top: 30px;
}

.content-text h1,
.content-text h2 {
  font-size: 35px;
  margin: 0 0 30px 0;
}

.bg-werkplaats {
  background: url("//svl.autodealers.nl/upload/1713_BG_image.jpg");
}

.custom-list ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.custom-list ul li {
  background: url(images/icon_check.svg) no-repeat center left;
  padding-left: 40px;
  margin-bottom: 30px;
  line-height: 20px;
}

.custom-form .panel-body {
  padding: 0;
}

.custom-form label {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
}

.custom-form .form-group .input-group {
  display: block;
  position: relative;
  border-bottom: 1px solid #000;
}

.custom-form .panel-body .input-group select,
.custom-form .form-group textarea,
.custom-form .form-group .input-group input {
  background: transparent;
  color: #000;
  border: none;
  border-bottom: 1px solid #fff;
  display: block;
  padding-left: 0;
  padding-top: 0;
  padding-bottom: 5px;
  line-height: 25px;
  box-shadow: none;
}

.form-control:focus {
  box-shadow: none;
}

.custom-form .panel-body .input-group select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.custom-form .form-group .input-group select,
.custom-form .form-group .input-group input {
  float: none;
  display: block;
}

.custom-form .form-group textarea {
  max-width: 100%;
  border-bottom: 1px solid #000;
}

.custom-form .panel-body .input-group.select-group {
  position: relative;
}

.custom-form .panel-body .input-group.select-group:after {
  content: '\f107';
  font-family: 'FontAwesome';
  font-size: 14px;
  color: #fff;
  position: absolute;
  right: 10px;
  top: 8px;
  z-index: 3;
}

.custom-form .form-group button {
  float: right;
  height: 40px;
  max-width: 160px;
  width: 100%;
  -webkit-transition: ease-in-out all 0.3s;
  transition: ease-in-out all 0.3s;
}

.custom-form .form-group textarea::-webkit-input-placeholder,
.custom-form .form-group .input-group input::-webkit-input-placeholder {
  color: #fff;
}

.custom-form .form-group textarea::-moz-placeholder,
.custom-form .form-group .input-group input::-moz-placeholder {
  color: #fff;
}

.custom-form .form-group textarea:-ms-input-placeholder,
.custom-form .form-group .input-group input:-ms-input-placeholder {
  color: #fff;
}

.custom-form .form-group textarea::-ms-input-placeholder,
.custom-form .form-group .input-group input::-ms-input-placeholder {
  color: #fff;
}

.custom-form .form-group textarea::-webkit-input-placeholder,
.custom-form .form-group .input-group input::-webkit-input-placeholder {
  color: #fff;
}

.custom-form .form-group textarea::-moz-placeholder,
.custom-form .form-group .input-group input::-moz-placeholder {
  color: #fff;
}

.custom-form .form-group textarea:-ms-input-placeholder,
.custom-form .form-group .input-group input:-ms-input-placeholder {
  color: #fff;
}

.custom-form .form-group textarea::-ms-input-placeholder,
.custom-form .form-group .input-group input::-ms-input-placeholder {
  color: #fff;
}

.custom-form .form-group textarea::placeholder,
.custom-form .form-group .input-group input::placeholder {
  color: #000;
}


/**********************
******* Global ********
**********************/

.alert,
input[name="leegveld"] {
  display: none;
}

a.btn-home {
  padding: 10px 20px;
  line-height: 26px;
}

a.btn-primary.btn-inline {
  background: #111113;
  border: transparent;
  color: #111113;
  position: relative;
}

a.btn-primary.btn-inline:after {
  left: 1px;
  top: 1px;
  right: 1px;
  bottom: 1px;
  background: #fff;
  content: '';
  position: absolute;
  z-index: -1;
  border-radius: 3px;
  clip-path: polygon(100% 0%, 100% 70%, 87% 100%, 0 100%, 0% 33%, 12% 0%);
  -webkit-clip-path: polygon(100% 0%, 100% 70%, 87% 100%, 0 100%, 0% 33%, 12% 0%);
}

a.btn-primary,
span.btn-primary,
button.btn-primary,
.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus,
.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus,
.pager li>a,
.pager li>span {
  text-transform: uppercase;
  background: #EA530E;
  border-color: #EA530E;
  color: #fff;
  border-radius: 3px;
  font-weight: 400;
  clip-path: polygon(100% 0%, 100% 70%, 87% 100%, 0 100%, 0% 33%, 12% 0%);
  -webkit-clip-path: polygon(100% 0%, 100% 70%, 87% 100%, 0 100%, 0% 33%, 12% 0%);
}

a.btn-primary:hover,
span.btn-primary:hover,
button.btn-primary:hover,
.pager li>a:hover,
.pager li>span:hover {
  background: #fff;
  border-color: #fff;
  color: #EA530E;
}

a.btn-social {
  color: #fff;
}

a.label {
  background: #EA530E;
  color: #fff;
}

span.title,
.pagination>li>a,
.pagination>li>span {
  color: #EA530E;
}

nav.right {
  border-bottom: 0;
}

nav.right ul {
  margin-bottom: 0;
}

a.photo-a,
img.img-rounded {
  border-radius: 0;
}

.marquee {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.marquee span {
  display: inline-block;
  -webkit-animation: marquee 25s linear infinite;
  animation: marquee 25s linear infinite;
}

.marquee span {
  padding: 0 20px;
  Color: #ff0000;
  Font-size: 22px;
  white-space: nowrap;
}

.beoordeling .beoordeling .gemiddelde .beoordelen {
  display: none;
}

input[type=file] {
  max-width: 100%;
}


/**********************
*** Style per pagina **
**********************/


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

#body.autolijst_background {
  color: #000;
}

#body.autolijst_background .auto-detail-page contact-adres {
  color: #000;
}

#body.autolijst_background .list-view {
  color: #000;
}

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

#body.autolijst_background .detail-view {
  color: #000;
}

#body.autolijst_background .row.auto-specificaties {
  color: #000;
}

#body.autolijst_background .row.auto-opties {
  color: #000;
}

#body.autolijst_background .row.auto-opmerkingen h3 {
  color: #000;
}


/***************
**** Contact ***
***************/

#body.Contact #map {
  height: 400px;
}

#body.Contact #route {
  background: #fff;
}

#body.Contact .adp b,
#body.Contact .adp-list b {
  display: inline-block;
}

#body.Contact .adp-directions,
#body.Contact .adp-summary {
  width: 100%;
}


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


/* tot Mobiel (col-xs) */

@media(max-width:767px) {
  .bg-occ-header {
    margin: 0 -15px;
  }
  .beoordeling .gemiddelde {
    font-size: 2em;
  }
  div.btn-occ a.btn-home {
    padding: 15px 30px;
  }
  a.btn-home {
    padding: 15px 20px;
  }
  div.beoordeling-container h2 {
    font-size: 32px;
  }
  div.btn-beo a.btn-home {
    padding: 5px 20px;
  }
  .Zoek-container {
    padding: 40px;
  }
  .custom-form .form-group button {
    max-width: 350px;
    clip-path: polygon(100% 0%, 100% 75%, 95% 100%, 0 100%, 0% 25%, 5% 0%);
  }
  #carousel-header {
    margin-top: 0px;
  }
  #carousel-header .carousel-inner .bg {
    background-position: 65% 50%;
  }
  .content-text h1, .content-text h2 {
    font-size: 35px;
    margin: 30px 0 30px 0;
  }
  img.img-responsive.RDW {
   
  }
  a.navbar-brand.logo{
    margin-top: 4px;
  }
}


/* Vanaf Tablet staand/portait modus (col-sm en hoger) */

@media(min-width: 768px) {
  .header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;

    background: #fff;
  }
  .row-eq-height {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: wrap row;
    flex-flow: wrap row;
  }
  .row-eq-height:after,
  .row-eq-height:before {
    display: none;
  }
  .row-eq-height.middle {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-default {
    min-height: 0;
  }
  .content-space {
    margin-top: 60px;
  }
  div.header div.hidden-xs {
    text-align: center;
  }
  .navbar-default {
    margin: 15px 0;
  }
  .Zoek-container {
    padding: 100px 50px;
  }
  .content-text h1, .content-text h2 {
    font-size: 28px;
    font-weight: 600px;
  }

  div#finnik-kentekenbox-container{
    margin: 25px -23px 0;
  }
   .content-space-occasion-slider {
    margin-top: 90px;
  }
}


/* Vanaf Tablet liggend/landscape modus (col-md en hoger) */

@media(min-width: 992px) {
  .bg-occ-header {
    padding: 60px 0;
  }
  .nav-brand span {
    font-size: 30px;
    line-height: 30px;
  }
  .btn-occ {
    margin-top: 60px;
    margin-bottom: 30px;
  }
  .content-space {
    margin-top: 90px;
  }

  .content-space-occasion-slider {
    margin-top: 90px;
  }
}


/* Vanaf computerscherm (col-lg) */

@media(min-width: 1200px) {
  .nav-brand span {
    font-size: 35px;
    line-height: 35px;
  }
  .content-space {
    margin-top: 120px;
  }
  .Zoek-container {
    padding: 125px;
  }
  .content-text h1, .content-text h2 {
    font-size: 35px;
    font-weight: 600;
  }
    .content-space-occasion-slider {
    margin-top: 0px;
  }
}


#fixed-icons a.btn.btn-default.whatsapp_icon { 
background: #0dc143; 
} 

#fixed-icons a.btn.btn-default.facebook_icon { 
background: #3b5998; 
} 

#fixed-icons a.btn.btn-default.instagram_icon { 
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f6d551+0,f6924a+9,ad2eb3+62,ad2eb3+62,ad2eb3+75,3b63bc+100;insta */
background: #f6d551; /* Old browsers */
background: -moz-linear-gradient(45deg,  #f6d551 0%, #f6924a 9%, #ad2eb3 62%, #ad2eb3 62%, #ad2eb3 75%, #3b63bc 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(45deg,  #f6d551 0%,#f6924a 9%,#ad2eb3 62%,#ad2eb3 62%,#ad2eb3 75%,#3b63bc 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(45deg,  #f6d551 0%,#f6924a 9%,#ad2eb3 62%,#ad2eb3 62%,#ad2eb3 75%,#3b63bc 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6d551', endColorstr='#3b63bc',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

} 

 
@media(min-width:768px) { 
    #fixed-icons .btn-group-custom{ 
        position: fixed; 
        left: 0px; 
        top: 100px; 
        z-index: 999; 
    } 

    #fixed-icons a { 
        background: #fff; 
        display: block; 
        padding: 0px; 
        margin-bottom: 10px; 
        box-shadow: 0px 2px 10px #444; 
        border-radius:0px; border:none; 
    } 

    #fixed-icons a:hover { 
        background:#eee; 
    } 

    #fixed-icons img { 
        height: 60px; 
        margin: 0 auto; 
        display: block; 
    } 

    #fixed-icons .btn-group, #fixed-icons .btn-group-custom{ 
        display: inline-block; 
        vertical-align: middle; 
    } 

    #fixed-icons .btn-group-custom>.btn, #fixed-icons .btn-group-custom>.btn-group, #fixed-icons .btn-group-custom>.btn-group>.btn { 
        display: block; 
        float: none; 
        width: 100%; 
        max-width: 100%; 
    } 
} 

@media(max-width:767px){ 
    body{ 
        margin-bottom:61px; 
    } 
    
    #fixed-icons .btn-group-custom { 
        position: fixed; 
        left: 0px; 
        bottom: 0px; 
        z-index: 999; 
        width: 100%; 
        background: #fff; 
        border-top: 1px solid #000; 
    } 
    
    #fixed-icons img { 
        display: block; 
        margin: 0 auto; 
        height: 60px; 
        width: auto; 
    } 
    
    #fixed-icons div.btn-group:first-child { 
        border-left: 0px; 
    } 
    
    #fixed-icons div.btn-group { 
        border-left: 1px solid #000; 
    } 
    
    #fixed-icons div.btn-group a { 
        display: block; 
        width: 33%; 
        text-align: center; 
        float: left; 
        padding: 0px 0px; 
        border:none;
        border-radius:0px; 
    } 
    #fixed-icons a:hover { 
        background: #eee; 
    } 
    #fixed-icons .btn-group-custom { 
        display: table; 
        width: 100%;
        table-layout: fixed; 
        border-collapse: separate; 
    } 
    
    #fixed-icons .btn-group-custom>.btn, .btn-group-custom>.btn-group { 
        display: table-cell;
        float: none;
        width: 1%;
    }
                                                                                
    #fixed-icons .btn-group-custom>.btn-group .btn {
        width: 100%;
    }

}
                                                                        