
@font-face{
    font-family:'PictoPro-Outline';
    font-style:normal;
    font-weight:normal;
    src:local('PictoPro-Outline'), url('/assets/fonts/pictopro-outline/PictoPro-Outlined41d.eot?#iefix') format('embedded-opentype'), url('/assets/fonts/pictopro-outline/PictoPro-Outline.woff') format('woff'),url('/assets/fonts/pictopro-outline/PictoPro-Outline.ttf') format('truetype'), url('/assets/fonts/pictopro-outline/PictoPro-Outline.svg') format('svg');
}

@font-face{
    font-family:'PictoPro-Normal';
    font-style:normal;
    font-weight:normal;
    src:local('PictoPro-Normal'), url('/assets/fonts/pictopro-outline/PictoPro-Normald41d.eot?#iefix') format('embedded-opentype'), url('/assets/fonts/pictopro-normal/PictoPro-Normal.woff') format('woff'),url('/assets/fonts/pictopro-outline/PictoPro-Normal.ttf') format('truetype'), url('/assets/fonts/pictopro-outline/PictoPro-Normal.svg') format('svg');
}

body {
    display: table;
    font-family: Arial, sans-serif;
    height: 100%;
    min-height: 100%;
    width: 100%;
    -webkit-font-smoothing: antialiased;
    font-size: 12px;
    color: #333;
    background-color: #fff;
    line-height: 1;
}

body a {
    color: #000000;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    -o-transition: color 0.3s;
    -ms-transition: color 0.3s;
    transition: color 0.3s;
}


body a:hover {
    color: #d21707;
}

body i.fa {
    /*font-size: 20px;*/
    vertical-align: middle;
}

body i.icon {
    font-size: 24px;
    vertical-align: middle;
}

#listing-offres table td {
    white-space: nowrap;
}

td, th {
     padding: 1px;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border-top: 1px solid #eee;
    height: 0;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}


h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, .title a {
    font-family: 'Source Sans Pro', Arial, sans-serif;
    font-weight: normal;
}

h4, h5, h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}

h2 {
    font-size: 24px;
}

h3 {
    font-size: 18px;
}

h4 {
    font-size: 14px;
}

.center {
    text-align: center;
}

.concept-autopromo .content-concept-autopromo .title h2 {
    margin-top: 0px;
}

.block.row-block .row-item .inner h3 a {
    color: #00658b;
    text-decoration: none;
}

.block.row-block .row-item .inner h3 a:hover {
    color: #f95446;
    text-decoration: underline;
}

.input-group-btn {
    font-size: 16px;
    padding-left: 5px;
}
#header .header-inner {
    padding: 0 0 5px 0;
}

#header .btn-header a {
    color: #00658b;
}

#header .header-infos-container {
    margin-top: 10px;
}

#header .header-infos-container .header-infos-logo-container {
    padding-left: 0;
    margin-bottom: 5px;
}

#header .btn-header {
    padding: 5px;
    color: #00658b;
    font-weight: bold;
    font-size: 14px;
}

#header-mobile1 {
    padding-top: 25px;
}

#header .header-mobile {
    font-size: 24px;
}

#header .navbar-collapse {
    padding-right: 0;
}

#header nav {
    padding-left: 0;
}

#header .header-inner .navigation {
    float: right;
    list-style: none;
    margin: 3px 0px 0px 0px;
    padding: 0px;
}

#header nav .navigation>li:first-child {
    margin-left: 0;
}

#header .header-inner .navigation>li {
    float: left;
    margin: 4px;
}

#header nav .navigation>li>a {
    line-height: 25px;
    padding: 8px 10px;
}

#header nav .navigation>li>a.active {
    background-color: #f95446;
    border-radius: 3px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.2);
    color: #fff !important;
}

#header .header-inner .navigation>li>a {
    -moz-transition: none;
    -o-transition: none;
    -webkit-transition: none;
    transition: none;
    border-radius: 0px;
    color: #252525;
    display: block;
    font-family: 'Source Sans Pro', Arial, sans-serif;
    font-size: 16px;
    padding: 8px 15px;
    text-decoration: none;
}

#header nav .navigation > li > a {
    font-size: 16px !important;
    padding: 8px 15px !important;
}

#header .header-inner .navigation>li>a.color-ut {
    color: #af2428;
    display: block;
    font-family: 'Source Sans Pro', Arial, sans-serif;
    font-size: 16px;
    padding: 8px 15px;
    text-decoration: none;
}

#header .header-inner .navigation>li>a:hover {
    -moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.2);
    box-shadow: 0px 1px 2px rgba(0,0,0,0.2);
    background-color: #f95446;
    border-radius: 3px;
    color: #fff !important;
}

#footer .footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.1);
    padding-bottom: 15px;
    padding-top: 15px;
}

#footer {
    color: #ffffff;
    background-color: #003e55;
    /*padding-bottom: 30px;*/
}

#footer .footer-bottom .nav.nav-pills li a:hover {
    background-color: transparent;
    text-decoration: underline;
}

#footer .footer-bottom .nav.nav-pills li a {
    color: #fff;
    padding: 0px;
}

#footer .footer-bottom .nav.nav-pills li:first-child {
    margin-left: 0;
}

#footer .footer-bottom .nav.nav-pills li {
    margin-left: 18px;
    line-height: 24px;
}

.nav-pills>li {
    float: left;
}

#footer .copyright {
    margin-top: 10px;
}

.page-header.center .page-header-inner .heading h2 {
    padding-left: 14px;
}

.page-header .page-header-inner .heading h2 {
    font-size: 24px;
    font-weight: normal;
    margin: 5px 0px;
    padding-right: 30px;
}

.page-header .page-header-inner {
    display: table-row;
}

.page-header .page-header-inner .heading {
    display: table-cell;
    white-space: nowrap;
    width: 1px;
}

.page-header .page-header-inner .line {
    display: table-cell;
    vertical-align: middle;
}

.page-header .page-header-inner .line hr {
    /*border: 1px solid rgba(0,0,0,0.1);*/
    border-top: 1px solid rgba(0,0,0,0.1);
    margin-top: 22px;
    
}

.block.row-block .content {
    -moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.2);
    box-shadow: 0px 1px 1px rgba(0,0,0,0.2);
    padding: 15px 0px;
}

.white {
    background-color: #ffffff;
}

.red, .red-bold {
    color: #f95446;
}

.bold, .red-bold, .blue-bold {
    font-weight: 600;
}

.no-padding-top {
    padding-top: 0px;
}

.section-no-padding-top {
    padding-top: 0px;
}

.gray-light {
    background-color: #f8f8f8;
}

.page-header {
    border-bottom: 0px;
    display: table;
    margin: 5px 0px;
    padding: 0px;
    width: 100%;
    border-bottom: none;
}

.sidebar .block {
    margin-bottom: 30px;
}

.sidebar .block .block-inner .block-title h3 {
    font-weight: normal;
    margin-top: 0px;
    margin-bottom: 15px;
}

.default {
    background-color: #003e55;
}

.picture {
    overflow: hidden;
    position: relative;
}

.sidebar .block .block-inner {
    padding: 15px;
}

#newsletter .block-title {
    border-bottom-width: 0px;
}

.sidebar .block .block-inner .block-title {
    border-bottom: 1px solid #d9d9d9;
    margin-bottom: 15px;
}

#newsletter .block-title h3 {
    color: #ffffff;
}

.teaser-item-wrapper {
    margin-bottom: 10px;
}

.teaser-item-wrapper .teaser-item {
    border-bottom: 1px solid rgba(0,0,0,0.1);
}

.teaser-item-wrapper .teaser-item .picture-wrapper {
    margin-bottom: 10px;
    padding-right: 5px;
}

.teaser-item-wrapper .teaser-item .picture-wrapper .picture a .hover {
    -moz-transition: margin-top 0.2s linear;
    -o-transition: margin-top 0.2s linear;
    -webkit-transition: margin-top 0.2s linear;
    transition: margin-top 0.2s linear;
    background-color: rgba(0,0,0,0.2);
    height: 100%;
    left: 0px;
    margin-top: -100%;
    position: absolute;
    right: 0px;
    text-align: center;
}

.teaser-item-wrapper .teaser-item .picture-wrapper .picture a .hover .hover-inner {
    bottom: 0;
    height: 20px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
}

.teaser-item-wrapper .teaser-item .picture-wrapper .picture a:hover .hover {
    margin-top: 0%;
}

.teaser-item-wrapper .teaser-item .picture-wrapper .picture img {
    width: 100%;
}

.teaser-item-wrapper .teaser-item .price {
    color: #f95446;
    font-weight: bold;
    font-size: 14px;
    line-height: 1;
    margin-bottom: 7px;
}

.top-offres-utilitaires .row-item .content-inner {
    position: relative;
    margin-right: 20px;
}

.teaser-item-wrapper .teaser-item .content-wrapper p {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
    opacity: 0.6;
    line-height: 14px;
}

.content-inner {
    padding: 15px 0px;
}

.section {
    padding: 5px 0px 5px 0px;
}

.block.grid-block .inner-block {
    padding: 15px;
    float: left;
    width: 100%;
}

.block .grid-item .inner h3 {
    font-weight: bold;
    text-align: center;
}

.block .grid-item .inner .subtitle {
    color: #666;
    text-align: center;
    font-size: 12px;
}

.block .grid-item .inner .price {
    color: #f95446;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: center;
}

.block .grid-item .inner .meta {
    border-top: 1px solid rgba(0,0,0,0.1);
    padding: 10px;
    min-height: 40px;
}

.owl-nav {
    float: right;
}

.block .grid-item .inner {
    border: 1px solid rgba(0,0,0,0.1);
}

.block .grid-item .inner .meta ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    width: 100%;
}

.top-offres-voitures-neuves .grid-item.block-shadow ul {
    position: relative;
}

.block .grid-item .inner .meta ul li {
    display: block;
    float: left;
    width: 33%;
}

.owl-nav {
    margin-top: 15px;
}


.owl-nav div {
    float: left;
}

.owl-prev, .owl-next {
    display: block;
    width: 30px;
    height: 30px;
    background-color: #00658b;
    color: #fff;
    text-align: center;
    line-height: 30px;
}

.infobar {
    background-color: #00374b;
}

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
}

.infobar .breadcrumb {
    background-color: transparent;
    margin: 0px;
    padding-left: 0px;
    padding-top: 4px;
    padding-bottom: 4px;
}

.infobar .breadcrumb li {
    font-size: 12px;
    line-height: 20px;
}

.infobar .breadcrumb li a {
    color: #fff;
}

.breadcrumb>li {
    display: inline-block;
}

.pull-left {
    float: left!important;
}


.box-marques .flash-button {
    padding-top: 0px;
    margin-bottom: 0px;
}

.box-marques .flash-button>a:first-child {
    margin-bottom: 5px;
}

.box-marques .flash-button>a {
    padding: 5px;
}

.btn{
    border-radius: unset;
}
.btn-primary, .btn-secondary {
    font-weight: normal;
}

.btn-secondary {
    color: #fff;
    -moz-transition: background-color 0.5s;
    -o-transition: background-color 0.5s;
    -webkit-transition: background-color 0.5s;
    transition: background-color 0.5s;
    width: 100%;
    border-radius: 0px;
    padding: 10px;
    background-color: #0076a2;
    border-width: 0px;
}

.btn-grey {
    -moz-transition: background-color 0.5s;
    -o-transition: background-color 0.5s;
    -webkit-transition: background-color 0.5s;
    transition: background-color 0.5s;
    width: 100%;
    border-radius: 0px;
    padding: 10px;
    background-color: #dcdcdc;
    border-width: 0px;
    color: #333;
}

/* iCheck plugin Square skin, green
----------------------------------- */
.icheckbox_square-green,
.iradio_square-green {
  display: inline-block;
  *display: inline;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  width: 22px;
  height: 22px;
  background: url(/assets/img/green.png) no-repeat;
  border: none;
  cursor: pointer;
}
.icheckbox_square-green {
  background-position: 0 0;
}
.icheckbox_square-green.hover {
  background-position: -24px 0;
}
.icheckbox_square-green.checked {
  background-position: -48px 0;
}
.icheckbox_square-green.disabled {
  background-position: -72px 0;
  cursor: default;
}
.icheckbox_square-green.checked.disabled {
  background-position: -96px 0;
}
.iradio_square-green {
  background-position: -120px 0;
}
.iradio_square-green.hover {
  background-position: -144px 0;
}
.iradio_square-green.checked {
  background-position: -168px 0;
}
.iradio_square-green.disabled {
  background-position: -192px 0;
  cursor: default;
}
.iradio_square-green.checked.disabled {
  background-position: -216px 0;
}
/* HiDPI support */
@media (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  .icheckbox_square-green,
  .iradio_square-green {
    background-image: url(/assets/img/green@2x.png);
    -webkit-background-size: 240px 24px;
    background-size: 240px 24px;
  }
}

/* iCheck plugin Square skin, blue
----------------------------------- */
.icheckbox_square-blue,
.iradio_square-blue {
  display: inline-block;
  *display: inline;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  width: 22px;
  height: 22px;
  background: url(/assets/img/blue.png) no-repeat;
  border: none;
  cursor: pointer;
}
.icheckbox_square-blue {
  background-position: 0 0;
}
.icheckbox_square-blue.hover {
  background-position: -24px 0;
}
.icheckbox_square-blue.checked {
  background-position: -48px 0;
}
.icheckbox_square-blue.disabled {
  background-position: -72px 0;
  cursor: default;
}
.icheckbox_square-blue.checked.disabled {
  background-position: -96px 0;
}
.iradio_square-blue {
  background-position: -120px 0;
}
.iradio_square-blue.hover {
  background-position: -144px 0;
}
.iradio_square-blue.checked {
  background-position: -168px 0;
}
.iradio_square-blue.disabled {
  background-position: -192px 0;
  cursor: default;
}
.iradio_square-blue.checked.disabled {
  background-position: -216px 0;
}
/* HiDPI support */
@media (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  .icheckbox_square-blue,
  .iradio_square-blue {
    background-image: url(/assets/img/blue@2x.png);
    -webkit-background-size: 240px 24px;
    background-size: 240px 24px;
  }
}


.box-marques .flash-button>a {
    padding: 5px;
}

.btn-carte-grise {
    margin-top: 5px;
}

.gray {
    background-color: #f0f0f0;
}

.clearfix:before,
.clearfix:after{
    display: table;
    content: " ";
}

.clearfix:after{
    clear: both;
}

.no-padding {
    padding: 0px !important;
}

ul.list-marques li i {
    color: #f95446;
    font-size: 20px;
}

.bg-pattern {
    background: #f9f9f9 url(/assets/img/pattern/ecailles.png) repeat scroll 0 0 !important;
}

.green-border {
    border-top: 1px solid #2cba61;
    border-right: 3px solid #2cba61;
}

.blue-border {
    border-top: 1px solid #00658b;
    border-right: 3px solid #00658b;
    background: #f9f9f9 url(/assets/img/pattern/pw_maze_white.png) repeat scroll 0 0;
}

.red-border {
    border-top: 1px solid #f95446;
    border-right: 3px solid #f95446;
}

div.voiture-neuve-container {
    margin-top: 10px;
    padding-left: 0px;
    padding-right: 0px;
}

.menu-persistant .list-marques {
    margin-top: 10px;
    margin-bottom: 10px;
}

.menu-persistant .flash-button {
    margin-top: 10px;
    margin-bottom: 10px;
}

.menu-persistant .flash-button a:first-child {
    margin-bottom: 10px;
}

.menu-persistant .flash-button a {
    font-weight: 500;
    font-size: 10px;
    padding: 5px;
    text-align: left;
}

.menu-persistant .list-marques li.marque-fr h6 a, .menu-persistant .list-marques li.marque-fr li a {
    color: #000;
}

.menu-persistant .list-marques .list-modeles {
    list-style-type: none;
    margin-bottom: 5px;
    padding-left: 5px;
}

.block-shadow {
    -moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.2);
    box-shadow: 0px 1px 1px rgba(0,0,0,0.2);
}

ul.list-marques i.fa {
    padding-left: 10px;
}
ul.list-marques {
    margin: 0px;
    padding: 0px;
    display: block;
    margin-left: 0px;
    list-style-color: #00658b;
    list-style-type: none;
    margin-bottom: 24px;
}

ul.list-marques li {
    line-height: 20px;
}

ul.list-marques li.marque-fr {
    background-color: #efefef;
}

ul.list-marques li.marque-fr a {
    font-style: italic;
    color: #f95446;
}

.top-offres-voitures-neuves .grid-item.block-shadow ul .top-vehicule-neuf-marque {
    width: 40px;
    height: 40px;
    max-height: 40px;
    position: absolute;
    top: -8px;
    left: 50%;
    right: 50%;
    margin-left: -21px;
    text-align: center;
    line-height: 40px;
}

.top-offres-voitures-neuves .grid-item.block-shadow ul .top-vehicule-neuf-marque img {
    max-width: 36px;
    max-height: 36px;
}

.top-offres-utilitaires .row-item .content-inner .utilitaire-marque {
    position: absolute;
    top: 10px;
    right: 0;
}

.description p a {
    color: #0076a2;
}


.subtitle-marque {
    color: #00658b;
    font-weight: bold;
    text-transform: uppercase;
}

.voiture-neuve-general-type ul.list-general-type li a.red, .voiture-neuve-general-type ul.list-general-type li a.red-bold {
    color: #f95446;
}

.voiture-neuve-general-type ul.list-general-type li a {
    font-weight: bold;
}

.red, .red-bold {
    color: #f95446;
}

ul.voiture-neuve-list {
    list-style-type: none;
    width: 100%;
    float: left;
    display: block;
    padding-left: 0px;
    text-align: center;
}

ul.voiture-neuve-list li div.vn-grid-element {
    width: 100%;
    display: block;
    padding: 10px;
    text-align: center;
}

ul.voiture-neuve-list li {
    display: inline-block;
    margin: 0px;
    padding: 10px;
    text-align: center;
}

ul.voiture-neuve-list li div.vn-grid-element:hover {
    box-shadow: 0 5px 5px rgba(0,0,0,0.2);
}

div.vn-grid-element .container-title, div.vn-grid-element .container-title-big {
    margin-bottom: 7px;
    font-family: arial;
    height: 50px;
    position: relative;
}

div.vn-grid-element .container-title h3, div.vn-grid-element .container-title-big h3 {
    width: 100%;
    height: 50%;
    margin: auto;
    margin-top: 0;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

div.vn-grid-element div.picture-container {
    padding: 0px 5px 0px 5px;
}

div.vn-grid-element div.picture {
    background: #efefef;
}

div.vn-grid-element a.btn-primary {
    background: #00658b;
    transition: background-color 0.5s ease 0s;
}

div.vn-grid-element a.btn-primary:hover {
    background-color: #f95446;
    transition: background-color 0.5s ease 0s;
}

.padding-5 {
    padding-left: 5px;
    padding-right: 5px;
}

div.voiture-neuve-container {
    margin-top: 10px;
}

.voiture-neuve-general-type .element {
    padding-left: 0px;
    padding-right: 0px;
}

.voiture-neuve-general-type ul.list-general-type {
    display: block;
    list-style-type: none;
    margin: 0 0 24px 0;
    padding: 0;
}

.voiture-neuve-general-type ul.list-general-type li i {
    color: #f95446;
    font-size: 14px;
}

.page-voiture-neuve .page-header .voiture-neuve-description {
    font-size: 18px;
}

div.voiture-neuve-marques .marque-logo {
    max-width: 50px;
    max-height: 50px;
}

.voiture-neuve-general-details ul {
    list-style-type: none;
    width: 100%;
    padding-left: 0px;
    margin-left: 0px;
    border-bottom: 1px solid #d6d6d6;
}

.voiture-neuve-general-details ul li {
    display: inline-block;
}

.voiture-neuve-general-details ul li:before {
	content: '-';
    margin: 0 5px;
}

.content-inner {
    min-height: 260px;
    /* display: block; */
}

.error {
    color: #f72817;
}

.bolder-refer {
    font-weight: bold;
    color: black !important;
}

#body-content {
    padding-right: 0;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}

#header .header-inner .navbar-toggle {
    background-color: transparent;
    border-radius: 0px;
    margin-right: 0px;
    margin-top: 12px;
    padding: 0px;
}

#header .header-inner .navbar-toggle .icon-bar {
    background-color: #f95446;
    height: 3px;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}

.ui-autocomplete-category {
    font-weight: bold;
    padding: .2em .4em;
    margin: .8em 0 .2em;
    line-height: 1.5;
}

span.ac-marque {
    font-weight: bold;
    color: #00658b;
    text-transform: uppercase;
}

#cookie-bar.fixed.bottom {
    bottom: 0;
    top: auto;
}
#cookie-bar.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}
#cookie-bar {
    background: #00374b;
        background-color: rgb(0, 55, 75);
    height: auto;
    line-height: 24px;
    color: #eeeeee;
    text-align: center;
    padding: 3px 0;
    background-color: rgb(0, 55, 75);
    background-color: rgba(0, 55, 75, 0.6);
}

#cookie-bar p {
    margin: 0;
    padding: 0;
}

#cookie-bar a {
    color: #ffffff;
    display: inline-block;
    border-radius: 3px;
    text-decoration: none;
    padding: 0 6px;
    margin-left: 8px;
}

#cookie-bar .cb-enable {
    background: #af2428;
}

#cookie-bar .cb-policy {
    background: #af2428;
}

.cd-top {
    height: 60px;
    right: 30px;
    bottom: 30px;
}

.cd-top {
    right: 20px;
    bottom: 20px;
}

.cd-top {
    display: block;
    position: fixed;
    bottom: 40px;
    right: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
    align: center;
    width: 60px;
    z-index: 999;
    text-align: center;
}

.cd-top.btn-primary {
    background: none repeat scroll 0 0 #00658b;
    transition: background-color 0.5s ease 0s;
}

.cd-top.btn-primary:hover {
    background-color: #f95446;
    transition: background-color 0.5s ease 0s;
}

.cd-top:hover, .cd-top:focus, .cd-top:active   {
  text-decoration:none;
}



.cd-top i{
  font-size:40px !important;
  vertical-align:middle;
}

.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}
.no-touch .cd-top:hover {
  background-color: #e86256;
  opacity: 1;
}

li.margin-bottom-10 {
    margin-bottom: 10px;
}

table.dataTable td {
    font-size: 11px !important;
    color: #6c6c6c;
}

table.dataTable th {
    padding: 0px 4px !important;
    font-size: 14px !important;
    color: #00658b;
}

td.blue-aqua, td.blue-aqua a {
    color: #00658b !important;
    font-weight: bold;
}

table.dataTable{
    width: 100% !important;
}

#last-visited-offers .block-inner{
    padding: 15px;
}

#last-visited-offers .teaser-item-wrapper .teaser-item .title {
    margin-bottom: 5px;
    margin-top: 0px;
}

#last-visited-offers .teaser-item-wrapper .teaser-item .title a {
    color: #0076a2;
    font-size: 14px;
    text-decoration: none;
}

#last-visited-offers h3{
    font-size: 13px;
    margin: 0 0 20px;
    font-weight: bold;
}
header .social {
	font-size: 28px;
}