@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,700');

/* General Styling
-------------------------------------------------- */
body {
  color: #333;
  font-size: 13px;
  -webkit-text-stroke: 1px transparent;
  -webkit-font-smoothing: antialiased;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;

/*width: auto !important;
  overflow-x: hidden !important;*/
}
a {
  color: #3081dd;
  text-decoration: underline;
}
a:hover {
  color: #f26900;
}
h1, h2, h3{
  font-weight: normal;
}
h1 {
  font-size: 32px;
  line-height: 35px;
  margin: 0 0 15px;
}
h1.boxed{
  margin: 0 0 20px;
  padding: 20px;
  font-size: 32px;
  text-align: center;
  background-color: #F2EEEA;
}
h2 {
  position: relative;
  font-size: 20px;
  line-height: 26px;
  margin: 0 0 25px;
  font-weight: 300;
}
h2.lined span {
  position: relative;
  z-index:10;
  background-color: #fff;
  padding-right: 20px;
}
h2.lined.text-center span {
  padding-left: 20px;
}
h2.lined:before {
  position: absolute;
  top:50%;
  left:0;
  height: 1px;
  width: 100%;
  margin-top: 0;
  background-color: #e4e4e4;
  content:"";
}
h2 a{
  color: #333;
  text-decoration: none;
}
h2 a:hover{
  color: #333;
}
h3 {
  font-size: 16px;
  line-height: 22px;
}
p.big{
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 25px;
}
p.large{
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 25px;
}
blockquote p{
  font-weight: normal;
}
.readmore{
  font-weight: bold;
  text-decoration: none;
}
.readmore a{
  text-decoration: none;
}
.readmore a:hover{
  text-decoration: underline;
}
.readmore .btn{
  margin: 20px 0 -10px;
  text-align: left;
  padding-right: 30px;
  text-decoration: none !important;
}
.readmore .btn:before{
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  height: 20px;
  width: 14px;
  margin-top: -10px;
  background: url('../img/sprite-arpem.png') -320px -150px no-repeat;
}
.icon-check,
.icon-yes,
.icon-no{
  display: inline-block;
  background-image: url('../img/sprite-arpem.png');
  background-repeat: no-repeat;
  text-indent: -9999em;
}
.icon-check{
  width: 24px; height: 18px;
  background-position: -340px -150px;
}
.icon-no{
  width: 16px; height: 16px;
  background-position: -210px -180px;
}
.icon-yes{
  width: 20px; height: 16px;
  background-position: -230px -180px;
}

.label.label-best{
  position: relative;
  margin-left: 20px;
  padding: 5px 18px 5px 6px;
  text-transform: none;
  background-color: #47a5d8;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.label.label-best:before,
.label.label-best:after{
  content: "";
  position: absolute;
  top: 0;
  border: 12px solid transparent;
}
.label.label-best:before{
  left: -24px;
  border-right-color: #47a5d8;
}
.label.label-best:after{
  right: 0;
  border-right-color: #F2EEEA;
}

/* Bootstrap overrides: Grid
-------------------------------------------------- */
li.span3:first-child,
li.span3:nth-child(4n+1),
li.span4:first-child,
li.span4:nth-child(3n+1),
li.span6:first-child,
li.span6:nth-child(2n+1),
dt.span5:first-child,
dt.span5:nth-child(2n+1),
dt.span7:first-child,
dt.span7:nth-child(2n+1),
dt.span10:first-child,
dt.span10:nth-child(2n+1){
  clear: left;
  margin-left: 0;
}

/* Bootstrap overrides: Tables
-------------------------------------------------- */
.table-striped tbody > tr:nth-child(odd) > td,
.table-striped tbody > tr:nth-child(odd) > th {
  background-color: #f4f4f4;
}

/* Forms
-------------------------------------------------- */
.help-block{
  color: #777;
}
.form-horizontal h3{
  margin-top: 30px !important;
}
.form-horizontal .control-label-l{
  padding-top: 11px;
  font-size: 16px;
}
.form-horizontal .help-block{
  margin-top: 10px;
}
.form-horizontal .help-inline,
.form-horizontal label.checkbox{
  font-size: 16px;
}
.form-horizontal .help-inline-big{
  font-size: 24px;
  font-weight: bold;
}
.form-horizontal .controls{
  margin-left: 270px;
}
.form-horizontal .control-label{
  width: 250px;
}
.form-horizontal input[type="text"]{
  width: 165px;
}
.form-horizontal input.input-small{
  width: 135px;
}
.form-horizontal input.input-xlarge{
  width: 265px;
}
.form-horizontal .row-fluid .controls{
  margin-left: 0;
}
.form-horizontal .row-fluid .control-label{
  float: none;
  width: auto;
  text-align: left;
}

textarea{
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/* Placeholders on focus */
::-webkit-input-placeholder { color:#aaa }
:-moz-placeholder { color:#aaa }
::-moz-placeholder { color:#aaa }
:-ms-input-placeholder { color:#aaa }

input:focus::-webkit-input-placeholder { color: transparent }
input:focus:-moz-placeholder { color: transparent }
input:focus:-ms-input-placeholder { color: transparent }

input[type="text"].input-l,
input[type="password"].input-l,
input[type="datetime"].input-l,
input[type="datetime-local"].input-l,
input[type="date"].input-l,
input[type="month"].input-l,
input[type="time"].input-l,
input[type="week"].input-l,
input[type="number"].input-l,
input[type="email"].input-l,
input[type="url"].input-l,
input[type="search"].input-l,
input[type="tel"].input-l,
input[type="color"].input-l,
.uneditable-input.input-l,
textarea.input-l {
  font-size: 16px;
  padding: 10px;
}
input[type="text"].input-l.input-block-level,
input[type="password"].input-l.input-block-level,
input[type="datetime"].input-l.input-block-level,
input[type="datetime-local"].input-l.input-block-level,
input[type="date"].input-l.input-block-level,
input[type="month"].input-l.input-block-level,
input[type="time"].input-l.input-block-level,
input[type="week"].input-l.input-block-level,
input[type="number"].input-l.input-block-level,
input[type="email"].input-l.input-block-level,
input[type="url"].input-l.input-block-level,
input[type="search"].input-l.input-block-level,
input[type="tel"].input-l.input-block-level,
input[type="color"].input-l.input-block-level,
.uneditable-input.input-l.input-block-level {
  height: 42px;
  padding: 9px 10px;
}

/* selector */
.selector{
  display: inline-block;
  position: relative;
  overflow: hidden;
  text-align: left;
  margin-bottom: 15px;
  vertical-align: middle;
  zoom: 1;
}
.selector strong{
  font-weight: normal;
}
.selector.block{
  display: block;
}
.selector span.select{
  position: relative;
  overflow: hidden;
  display: block;
  height: 40px;
  padding: 0 45px 0 10px;
  font-size: 16px;
  line-height: 40px;
  color: #333;
  background-color: #fff;
  border: 1px solid #dad8d3;
  background-color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.selector span.select:before{
  position: absolute;
  top:50%;
  right: 35px;
  width: 1px;
  height: 34px;
  margin-top: -17px;
  background: #dad8d3;
  content: "";
}
.selector.disabled span.select{
  color: #aaa;
}
.selector .caret{
  position: absolute;
  top:50%;
  right: 12px;
  margin-top: -2px;
}
.selector-small{
  margin-bottom: 10px;
}
.selector-small span.select{
  height: 32px;
  font-size: 14px;
  line-height: 32px;
  padding: 0 45px 0 10px;
}
.selector-small span.select:before{
  right: 33px;
  height: 26px;
  margin-top: -13px;
}
.selector-small .caret{
  right: 10px;
}
.selector select{
  position: absolute;
  top:0;
  left:0;
  width: 100%;
  height: 100%;
  border: 0;
  background: transparent;
  opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
}

.form-actions{
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
}

/* Buttons
-------------------------------------------------- */
.btn + .btn{
  margin-left: 5px;
}
.btn {
  position: relative;
  text-decoration: none;
  padding: 7px 15px 10px;
  font-size: 16px;
  line-height: 22px;
  font-weight: bold;
  color: #fff;
  text-shadow: 0 1px 1px rgba(0,0,0,0.3);
  border: 0;
  background-color: #ffa762;
  background-image: -moz-linear-gradient(top, #ffa762, #ff8100);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffa762), to(#ff8100));
  background-image: -webkit-linear-gradient(top, #ffa762, #ff8100);
  background-image: -o-linear-gradient(top, #ffa762, #ff8100);
  background-image: linear-gradient(to bottom, #ffa762, #ff8100);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffa762', endColorstr='#ffff8100', GradientType=0);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -3px 0 rgba(0,0,0,0.15);
  -moz-box-shadow: inset 0 -3px 0 rgba(0,0,0,0.15);
  box-shadow: inset 0 -3px 0 rgba(0,0,0,0.15);
}
.btn:hover,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  color: #fff;
  background-color: #ff8100;
}
/* blue */
.btn-blue {
  background-color: #2aa8dd;
  background-image: -moz-linear-gradient(top, #2aa8dd, #0082ce);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#2aa8dd), to(#0082ce));
  background-image: -webkit-linear-gradient(top, #2aa8dd, #0082ce);
  background-image: -o-linear-gradient(top, #2aa8dd, #0082ce);
  background-image: linear-gradient(to bottom, #2aa8dd, #0082ce);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff2aa8dd', endColorstr='#ff0082ce', GradientType=0);
}
.btn-blue:hover,
.btn-blue:active,
.btn-blue.active,
.btn-blue.disabled,
.btn-blue[disabled] {
  color: #fff;
  background-color: #0082ce;
}
/* gray */
.btn-gray {
  color: #333;
  text-shadow: none;
  background-color: #ffffff;
  background-image: -moz-linear-gradient(top, #ffffff, #f4f4f4);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f4f4f4));
  background-image: -webkit-linear-gradient(top, #ffffff, #f4f4f4);
  background-image: -o-linear-gradient(top, #ffffff, #f4f4f4);
  background-image: linear-gradient(to bottom, #ffffff, #f4f4f4);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff4f4f4', GradientType=0);
  border: 1px solid #d4d4d4;
}
.btn-gray:hover,
.btn-gray:active,
.btn-gray.active,
.btn-gray.disabled,
.btn-gray[disabled] {
  color: #333;
  background-color: #f4f4f4;
}
/* white */
.btn-white {
  color: #333;
  text-shadow: none;
  background: #fff;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffffffff', GradientType=0);
}
.btn-white:hover,
.btn-white:active,
.btn-white.active,
.btn-white.disabled,
.btn-white[disabled] {
  color: #333;
  background: #eee;
}
/* arrow */
.btn-arrow {
  padding-right: 45px;
}
.btn-arrow:before {
  position: absolute;
  right: 0;
  top: 50%;
  height: 30px;
  width: 34px;
  margin-top: -17px;
  background: url('../img/sprite-arpem.png') -40px -100px no-repeat;
  border-left: 1px solid #e5843d;
  -webkit-box-shadow: inset 1px 0 0 rgba(255,255,255,0.1);
  -moz-box-shadow: inset 1px 0 0 rgba(255,255,255,0.1);
  box-shadow: inset 1px 0 0 rgba(255,255,255,0.1);
  content:"";
}
.btn-arrow:active:before,
.btn-arrow.active:before {
  margin-top: -15px;
}
/* loupe */
.btn-loupe {
  width: 44px;
  padding: 0;
  text-indent: -9999em;
}
.btn-loupe:before {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 30px;
  width: 26px;
  margin: -15px 0 0 -13px;
  background: url('../img/sprite-arpem.png') -100px -150px no-repeat;
  content:"";
}
/* like */
.btn-like{
  padding-left: 35px;
}
.btn-like:before {
  content: "";
  position: absolute;
  top: 50%; left: 10px;
  height: 20px;
  width: 18px;
  margin-top: -12px;
  background: url('../img/sprite-arpem.png') -450px -100px no-repeat;
}
/* sizes */
.btn-huge {
  padding: 19px 20px;
  font-size: 22px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.btn-big {
  padding: 14px 20px;
  font-size: 18px;
}
.btn-small {
  padding: 5px 10px 8px;
  font-size: 13px;
  line-height: 19px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.btn-small:active,
.btn-small.active {
  line-height: 22px;
  padding-bottom: 5px;
}

.btn-toolbar-insurance{
  margin: 30px 0;
}
.btn-insurance{
  padding: 12px 45px 12px 15px;
  text-align: left;
}
.btn-insurance:before{
  content: "";
  position: absolute;
  top: 50%; right: 15px;
  width: 12px; height: 20px;
  margin-top: -10px;
  background: url('../img/sprite-arpem.png') -320px -150px no-repeat;
}
.btn-insurance span{
  display: block;
  font-size: 14px;
  font-weight: normal;
}

.btn-brown {
  text-decoration: none;
  padding: 0px 50px 0px 50px;
  line-height: 22px;
  font-weight: bold;
  color: #fff;
  text-shadow: 0 1px 1px rgba(0,0,0,0.3);
  font-size: 18px;
  border: 0;
  background-color: #4b4744;
  background-repeat: repeat-x;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -3px 0 rgba(0,0,0,0.15);
  -moz-box-shadow: inset 0 -3px 0 rgba(0,0,0,0.15);
  box-shadow: inset 0 -3px 0 rgba(0,0,0,0.15);
  text-transform: uppercase;
  letter-spacing: .2em;
}
.btn-brown:hover,
.btn-brown:active,
.btn-brown.active,
.btn-brown.disabled,
.btn-brown[disabled] {
  color: #4b4744;
  background-color: #fff;
}
.insurance-third-party{
  padding-top: 10px;
  padding-bottom: 10px;
  vertical-align: middle
}

/* Carets
-------------------------------------------------- */
.caret{
  border-top-color: #333;
  border-bottom-color: #333;
}
.caret-gray{
  border-top-color: #777;
  border-bottom-color: #777;
}
.caret-white{
  border-top-color: #fff;
  border-bottom-color: #fff;
}

a:hover .caret-gray{
  border-top-color: #333;
  border-bottom-color: #333;
}
.caret-large{
  border-top-width: 6px;
  border-right-width: 6px;
  border-left-width: 6px;
}

/* Stars
-------------------------------------------------- */
.stars{
  position: relative;
  top: 3px;
  display: inline-block;
  width: 96px;
  height: 16px;
  margin-right: 10px;
  background-image: url('../img/sprite-arpem.png');
  background-repeat: no-repeat;
  text-indent: -9999em;
}
.stars-big{
  width: 130px;
  height: 20px;
}
.stars.s00{ background-position: 0 -250px; }
.stars.s01{ background-position: -100px -250px; }
.stars.s02{ background-position: -200px -250px; }
.stars.s03{ background-position: -300px -250px; }
.stars.s04{ background-position: -400px -250px;}
.stars.s05{ background-position: -500px -250px; }
.stars.s06{ background-position: 0 -270px; }
.stars.s07{ background-position: -100px -270px; }
.stars.s08{ background-position: -200px -270px; }
.stars.s09{ background-position: -300px -270px; }
.stars.s10{ background-position: -400px -270px; }


.stars-big.s00{ background-position: 0 -300px; }
.stars-big.s01{ background-position: -200px -300px; }
.stars-big.s02{ background-position: -400px -300px; }
.stars-big.s03{ background-position: 0 -320px; }
.stars-big.s04{ background-position: -200px -320px; }
.stars-big.s05{ background-position: -400px -320px; }

.stars-big.s06{ background-position: 0 -340px; background-color: #f00; }
.stars-big.s07{ background-position: -200px -340px; }
.stars-big.s08{ background-position: -400px -340px; }
.stars-big.s09{ background-position: 0 -360px; }
.stars-big.s10{ background-position: -200px -360px; }

/* Tabs in Content
-------------------------------------------------- */
.content .nav-tabs{
  font-family: 'Open Sans';
  letter-spacing: -0.05em;
  text-transform: uppercase;
  border-bottom-color: #e4e4e4;
}
.content .nav-tabs a{
  color: #777;
  text-decoration: none;
}
.content .nav-tabs > .active > a,
.content .nav-tabs > .active > a:hover,
.content .nav-tabs > .active > a:focus{
  font-weight: bold;
  color: #333;
  border: 1px solid #e4e4e4;
  border-bottom-color: transparent;
}

/* Pagination
-------------------------------------------------- */
.pagination {
  margin: 20px 0 40px;
  font-size: 14px;
}
.pagination ul {
  font-weight: bold;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.pagination ul > li > a,
.pagination ul > li > span {
  margin-left: 2px;
  padding: 4px 10px;
  color: #777;
  border: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
  margin-left: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.pagination ul > li > a:hover,
.pagination ul > li > a:focus,
.pagination ul > .active > a,
.pagination ul > .active > span {
  color: #fff;
  background-color: #17bdef;
}

/* Alerts
-------------------------------------------------- */
.alert{
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.alert h4{
  font-family: 'Open Sans';
}
.alert p{
  font-size: 16px;
  line-height: 24px;
}
.alert-credentials{
  position: relative;
  margin-top: 20px;
  padding: 25px;
  background-color: #f2eeea;
  border: 0;
}
.alert-credentials:before{
  content: "";
  position: absolute;
  top: 0; left: 25px;
  width: 0; height: 0;
  margin-top: -24px;
  border: 12px solid transparent;
  border-bottom-color: #f2eeea;
}
.alert-credentials h4{
  margin-bottom: 5px;
  color: #333;
}
.alert-credentials p{
  color: #777;
}
.alert-credentials .form-actions{
  margin-top: 20px;
}


/* Gray box
-------------------------------------------------- */
.graybox{
  background-color: #f2eeea;
  margin-bottom: 25px;
}
.graybox .texts{
  padding: 15px;
}
.graybox .span7 .texts{
  padding-left: 0;
}
.graybox h2,
.graybox h3,
.graybox p{
  margin: 0;
}
.graybox h2{
  font: bold 11px/17px "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: #777;
}
.graybox h3{
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 10px;
}
.graybox h3 a{
  color: #333;
}
.graybox p{
  color: #777;
  line-height: 18px;
}
.graybox .metadata,
.graybox .metadata a{
  color: #aaa;
}
.graybox h3 a,
.graybox .metadata a{
  text-decoration: none;
}
.graybox h3 a:hover,
.graybox .metadata a:hover{
  text-decoration: underline;
}


/* Light Gray box
-------------------------------------------------- */
.graylightbox{
  padding: 25px 20px 25px;
  background-color: #f4f4f4;
  margin-bottom: 25px;
}
.graylightbox h2{
  font: bold 18px/25px "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.graylightbox p{
  margin: 1.5em 0;
}
.graylightbox .example{
  margin-bottom: 0;
}

/* Scaffonding
-------------------------------------------------- */
.content {
  padding-top: 30px;
}
.content.new-page .primary-inner {
  background-color: #f3f1ed;
  padding: 20px 25px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

/* Header
-------------------------------------------------- */
header{
  position: relative;
  background-color: #4b4744;
  padding: 5px 0 10px;
}
header .container{
  position: relative;
}
.logo {
  position: absolute;
  top: 2px;
  padding-left:22px;
}

/* Navigation
-------------------------------------------------- */
.mainnav {
position:relative;
 margin: 3px 0 0 0px;
  font-family: 'Open Sans';
}
.mainnav .navbar {
  margin: 0;
}
.mainnav .navbar .navbar-inner{
  padding: 0;
  background: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  border: 0;
  min-height: 1px;
  -webkit-box-shadow: 0 0 0 rgba(0,0,0,0.3);
  -moz-box-shadow: 0 0 0 rgba(0,0,0,0.3);
  box-shadow: 0 0 0 rgba(0,0,0,0.3);
}
.mainnav .navbar .nav{
  margin: 0;
}
.mainnav .navbar .nav > li{
  position: relative;
}
.mainnav .navbar .nav > li > a {
  display: block;
  height: 30px;
  line-height: 30px;
  padding: 0 15px;
  color: #b4b3b2;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  text-shadow: 0 1px 0 rgba(0,0,0,0.5);
  border: 2px solid transparent;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.mainnav .navbar .nav > li > a:hover{
  color: #fff;
}

.mainnav .navbar .nav > .active > a,
.mainnav .navbar .nav > .active > a:hover,
.mainnav .navbar .nav > .active > a:focus {
  color: #fff;
  background-color: #333;
  border-color: #333;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.mainnav .navbar .nav > li.open > a,
.mainnav .navbar .nav > li.open > a:hover,
.mainnav .navbar .nav > li.open > a:focus{
  position: relative;
  z-index: 1001;
  color: #333;
  text-shadow: none;
  border-color: #e4e4e4;
  border-bottom-color: #fff;
  background-color: #fff;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
.mainnav .navbar .nav .dropdown-toggle .caret,
.mainnav .navbar .nav > li:hover > .dropdown-toggle .caret{
  position: relative;
  top: 5px;
  border-top-color: #b4b3b2;
}
.mainnav .navbar .nav > li > a:hover .caret,
.mainnav .navbar .nav .dropdown-toggle .caret{
  border-top-color: #fff;
}
.mainnav .navbar .nav > li.open > a .caret,
.mainnav .navbar .nav > li.open > a:hover .caret,
.mainnav .navbar .nav > li.open > a:focus .caret,
.mainnav .navbar .nav > li.open:hover > .dropdown-toggle .caret{
  border-top-color: #333;
  border-bottom-color: #333;
}

.mainnav .dropdown-menu{
  min-width: 400px;
  margin-top: -2px;
  padding: 15px;
  border: 2px solid #e4e4e4;
  -webkit-border-radius: 0 3px 3px 3px;
  -moz-border-radius: 0 3px 3px 3px;
  border-radius: 0 3px 3px 3px;
}

.navbar .nav li.dropdown.active > .dropdown-toggle{
  color: #fff;
  background: #333;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.navbar .nav li.dropdown.open > .dropdown-toggle,
.navbar .nav li.dropdown.open.active > .dropdown-toggle{
  color: #333;
  background: #fff;
}

.mainnav .navbar .nav > li > .dropdown-menu:before,
.mainnav .navbar .nav > li > .dropdown-menu:after{
  display: none;
}
.mainnav .dropdown-menu ul{
  margin: 0 0 10px;
  list-style-type: none;
}
.mainnav .dropdown-menu li{
  min-height: 1px;
  margin-bottom: 5px;
}
.mainnav .dropdown-menu a{
  color: #777;
  text-decoration: none;
}
.mainnav .dropdown-menu a:hover{
  color: #f26900;
}
.mainnav .dropdown-menu .more{
  position: relative;
  padding-right: 18px;
  font-weight: bold;
  text-transform: uppercase;
}
.mainnav .dropdown-menu .more:before,
.mainnav .dropdown-menu .more:after{
  content:"";
  position: absolute;
  top: 50%; right: 0;
  width: 0;
  margin-top: -5px;
  border: 5px solid transparent;
  border-left-color: #777;
}
.mainnav .dropdown-menu .more:after{
  border-left-color: #fff;
  right: 1px;
}

/* User tools
-------------------------------------------------- */
.user-tools{
  float: right;
}

/* Search */
.search{
  float: left;
}
.search form{
  margin-bottom: 0;
  position: relative;
}
.search input,
.search button{
  margin: 0;
}
.search input{
  width: 200px;
  padding: 6px 40px 6px 8px;
  font-size: 13px;
  color: #ddd;
  background-color: #333;
  border-color: #333;
}
.search input:focus {
  border-color: #333;
  -webkit-box-shadow: inset 0 0 8px rgba(0,0,0,0.3);
  -moz-box-shadow: inset 0 0 8px rgba(0,0,0,0.3);
  box-shadow: inset 0 0 8px rgba(0,0,0,0.3);
}
.search button,
.search button:hover{
  position: absolute;
  top:0;
  right: 0;
  height: 36px;
  width: 40px;
  margin: 0 !important;
  background: url('../img/sprite-arpem.png') 0 -100px no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  border: none;
  text-indent: -9999em;
  -webkit-box-shadow: 0 0 0 rgba(0,0,0,0.3);
  -moz-box-shadow: 0 0 0 rgba(0,0,0,0.3);
  box-shadow: 0 0 0 rgba(0,0,0,0.3);
}

/* User navigation */
.usernav{
  float: left;
  margin: 6px 0 0 40px;
}
.usernav ul,
.usernav li{
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.usernav li{
  float: left;
  border-left: 1px solid #5d5a57;
  margin-left: 12px;
  padding-left: 12px;
  font-weight: bold;
}
.usernav li:first-child{
  border-left: 0;
  margin-left: 0;
  padding-left: 0;
}
.usernav li a{
  color: #b5aba3;
  text-shadow: 0 1px 0 rgba(0,0,0,0.3);
  text-decoration: none;
}
.usernav li a:hover{
  text-decoration: underline;
}
.usernav p{
  margin: 0;
}

/* Page with add
-------------------------------------------------- */
.header-with-ad,
.content-with-ad > .container,
.footer-with-ad{
  max-width: 1210px;
}
.header-with-ad{
  padding: 15px 20px;
  background-color: #4B4744;
}
.header-with-ad header{
  margin: 0;
  padding: 0;
}
.content-with-ad{
  padding-top: 0;
}
.content-with-ad > .container{
  padding: 25px 20px 0;
  margin-top: 0;
  background-color: #fff;
}
.footer-with-ad{
  padding: 30px 20px 0;
  background-color: #333;
}
.footer-with-ad footer{
  padding-top: 0;
}

/* Ads
-------------------------------------------------- */
.ad,
.adbox {
  margin-top: 20px;
  margin-bottom: 25px;
}
.ad{
  text-align: center;
}
.ad.outside{
  padding-top: 25px;
}
.primary .ad{
  margin-top: 30px;
}
.secondary .ad,
.secondary .adbox{
  margin-bottom: 20px;
}

/* adbox */
.adbox a {
  position: relative;
  display: block;
  min-height: 66px;
  padding: 15px 45px 15px 96px;
  font: bold 16px/22px 'Open Sans';
  color: #333;
  border: 2px solid #e4e4e4;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.adbox a:before {
  position: absolute;
  right: 20px;
  top: 50%;
  height: 22px;
  width: 15px;
  margin-top: -10px;
  background: url('../img/sprite-arpem.png') -100px -100px no-repeat;
  content:"";
}
.adbox a .car-icon{
  position: absolute;
  top:15px;
  left:15px;
}
.adbox a span{
  float: left;
}
/* adbox blue */
.adbox.blue {
  margin-bottom: 15px;
  background-color: #cfe8f6;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.adbox.blue a{
  float: none;
  padding: 0;
  min-height: 1px;
  font-size: 18px;
  line-height: 50px;
  color: #5d7886;
  text-decoration: none;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  border-color: #b2d0e0;
  border-width: 1px 1px 4px 1px;
}
.adbox.blue a:before {
  background-position: -240px -150px;
}
/* ad special */
.ad-special {
  text-align: left;
  background-color: #4b4744;
}
.ad-special p,
.ad-special ul,
.ad-special li{
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.ad-special .head,
.ad-special .body{
  padding: 10px 15px;
}
.ad-special .head {
  background-color: #00bbff;
  font: bold 20px/24px 'Open Sans';
  color: #003e58;
}
.ad-special .head span{
  display: block;
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
}
.ad-special .body{
  padding-bottom: 15px;
  color: #fff;
  font-family: 'Open Sans';
}
.ad-special .body ul{
  padding-bottom: 10px;
}
.ad-special .body li{
  margin-bottom: 10px;
  padding-top: 10px;
  border-top: 1px solid #5d5a57;
}
.ad-special .body li:first-child{
  border-top: 0;
  padding-top: 0;
}
.ad-special .body span{
  color: #e3e2e2;
  font-size: 14px;
}
.ad-special .body strong{
  text-align: right;
  font-size: 36px;
  line-height: 40px;
  text-shadow: 0 2px 0 rgba(0,0,0,0.3);
}

/* Breadcrumb
-------------------------------------------------- */
.breadcrumb {
  margin: 0;
  padding: 0;
  font-family: 'Open Sans';
  background: #eee;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.breadcrumb .section{
  float: left;
  position: relative;
  list-style: none;
  margin: 0 0 0 0;
}
.breadcrumb a,
.breadcrumb .dropdown-menu a,
.breadcrumb strong{
  color: #777;
  text-decoration: none;
}
.breadcrumb a:hover{
  color: #333;
}
/*.breadcrumb .back*/
.breadcrumb a.dropdown-toggle,
.breadcrumb strong,
.breadcrumb .back{
  display: block;
  position: relative;
  padding: 0 20px 0 15px;
  font-weight: bold;
  letter-spacing: -0.05em;
  line-height: 36px;
  text-transform: uppercase;
  overflow: hidden;
}
.breadcrumb a.dropdown-toggle:before,
.breadcrumb a.dropdown-toggle:after {
  z-index: 99;
  content: "";
  position: absolute;
  right: -28px;
  top: -10px;
  height: 0;
  width: 0;
  border: 28px solid transparent;
  border-left: 18px solid #ccc;
}
.breadcrumb a.dropdown-toggle:after {
  right: -27px;
  border-left-color: #eee;
}
.breadcrumb .section:first-child a.dropdown-toggle{
  padding-left: 0;
}
.breadcrumb .section strong{
  font-weight: normal;
}
.breadcrumb .caret{
  position: relative;
  top: -1px;
  height: 12px;
  width: 16px;
  margin-left: 5px;
  border: 0;
  vertical-align: middle;
}
.breadcrumb .caret:before{
  display: block;
  position: relative;
  top: 0;
  left: 0;
  content:"";
  height: 12px;
  width: 16px;
  background-color: white;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.breadcrumb .caret:after{
  position: relative;
  display: inline-block;
  width: 0;
  height: 0;
  top: -8px;
  left: 4px;
  vertical-align: top;
  border: 4px solid transparent;
  border-top-color: #bbb;
  content: "";
}
.breadcrumb .dropdown-menu{
  top: 80%;
  min-width: 110px;
  border: 2px solid #e4e4e4;
  -webkit-box-shadow: 0 0 0 rgba(0,0,0,0.3);
  -moz-box-shadow: 0 0 0 rgba(0,0,0,0.3);
  box-shadow: 0 0 0 rgba(0,0,0,0.3);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.breadcrumb .dropdown-menu a{
  padding: 4px 15px;
}
.breadcrumb .dropdown-menu a:hover{
  color: #0083c9;
  background: #aee7ff;
}

/* Nav pills
-------------------------------------------------- */
.nav-pills{
  margin-bottom: 25px;
}
.nav-pills > li{
  margin-left: 15px;
}
.nav-pills > li:first-child{
  margin-left: 0;
}
.nav-pills > li > a,
.nav-pills > li > a:hover{
  display: block;
  padding: 10px 20px;
  font-weight: bold;
  color: #777;
  text-decoration: none;
  background-color: #eee;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.nav-pills > li > a:hover{
  color: #f26900;
}
.nav-pills > .active > a{
  background-color: #0083c9;
  text-shadow: 0 1px 0 rgba(0,0,0,0.3);
}
.nav-pills > li > span{
  display: block;
  padding: 8px 20px;
  font-weight: bold;
  color: #777;
  text-decoration: none;
  background-color: #eee;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.nav-pills > .active > span{
  background-color: #0083c9;
  text-shadow: 0 1px 0 rgba(0,0,0,0.3);
  color:#fff;
}

/* version 2 */
.nav-pills.version-2 > li > a:hover{
  color: #4b4744;
}
.nav-pills.version-2 > .active > a,
.nav-pills.version-2 > .active > a:hover{
  color: #fff;
  background-color: #7e7772;
}

/* Brands
-------------------------------------------------- */
.brands {
  margin-bottom: 25px;
}
.brands li {
  text-align: center;
  margin-bottom: 20px;
  min-height: 120px !important;
}
.brands .first,
.brands li:first-child,
.brands li:nth-child(6n+1) {
  margin-left: 0;
}
.brands li a{
  color: #777;
}
.brands li .img {
  display: block;
  height: 75px;
  line-height: 75px;
}
.brands li .img img{
  max-height: 75px;
}
.brands li strong{
  display: block;
  margin-top: 10px;
  font-weight: normal;
}

/* Models
-------------------------------------------------- */
.models {
  margin-bottom: 25px;
}
.models ul {
  margin: 0;
}
.models li {
  margin-bottom: 20px;
}
.primary .models .first,
.primary .models li:nth-child(3n+1) {
  margin-left: 0;
}
.models li h3,
.models li p{
  margin: 0;
  font-weight: bold;
}
.models li h3{
  font-size: 20px;
  line-height: 26px;
  margin: 0;
}
.models li h3 a{
  color: #333;
}
.models li a{
  text-decoration: none;
}
.models li a:hover{
  text-decoration: underline;
}
.models li img{
  margin-bottom: 10px;
  display: block;
}
/* with price */
.models.withprice li h3{
  font-size: 14px;
  line-height: 20px;
}
.models.withprice li .img{
  position: relative;
  display: block !important;
  margin-bottom: 10px;
}
.models.withprice li .img img{
  margin: 0;
}
.models.withprice li .img .price{
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 10px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  text-shadow: 0 2px 0 rgba(0,0,0,0.4);
  background-color: rgba(0,0,0,0.4);
}

/* Boxed list
-------------------------------------------------- */
.boxedlist {
  margin-bottom: 25px;
}
.boxedlist ul,
.boxedlist li{
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.boxedlist li .metadata{
  font: bold 13px/17px "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: #777;
}

/* Bordered list
-------------------------------------------------- */
.bordered-list{
  margin-bottom: 20px;
}
.bordered-list a{
  font-weight: bold;
  text-decoration: none;
}
.bordered-list a:hover{
  text-decoration: underline;
}
.bordered-list h3{
  font-weight: bold;
  color: #333;
  text-align: left;
}
.bordered-list h3 a{
  color: #333;
}
.bordered-list .boxed{
  border: 3px solid #e4e4e4;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.bordered-list .linklist{
  padding: 10px 5px 5px 5px;
  font-size: 14px;
}

/* Bordered box
-------------------------------------------------- */
.bordered-box{
  border: 3px solid #e4e4e4;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.bordered-box .linklist{
  padding: 10px 15px;
  font-size: 14px;
}

/* Related
-------------------------------------------------- */
.related {
  margin-top: 60px;
  padding: 20px 0 25px;
  background-color: #f3f1ed;
  text-shadow: 0 1px 0 #fff;
}
.related h3 {
  font-size: 24px;
  margin: 0 0 15px;
}
.related ul,
.related li,
.related p {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.related h4 {
  font-size: 16px;
  margin: 5px 0 0;
}
.related h4 a {
  color: #333;
}
.related a {
  text-decoration: none;
}
.related a:hover {
  text-decoration: underline;
}
.related p {
  color: #777;
}

/* Triggers
-------------------------------------------------- */
.triggers{
  margin-bottom: 40px;
}
.triggers h3{
  font-size: 18px
}
.triggers h3 a{
  color: #333;
  text-decoration: none;
}
.triggers h3 a:hover{
  text-decoration: underline;
}
.triggers p{
  margin-top: 10px;
  color: #777;
}
.triggers .trigger-more ul{
  margin: 10px 0 0 0;
}

/* Tools
-------------------------------------------------- */
.tools{
  margin-bottom: 60px;
}
.tools h2,
.tools h3{
  margin: 0 0 20px;
  font-size: 20px;
  font-weight: normal;
}
.tools h2 a,
.tools h3 a{
  color: #333;
  text-decoration: none;
}
.tools h2 a:hover,
.tools h3 a:hover{
  text-decoration: underline;
}
.tools ul{
  margin: 10px 0 0 0;
  list-style-type: none;
}
.tools li a{
  text-decoration: none;
}
.tools li a:hover{
  text-decoration: underline;
}
.tools li.all{
  font-weight: bold;
}


/* Linker
-------------------------------------------------- */
.linker{
  margin-bottom: 40px;
  padding: 20px 25px;
  background-color: #f2eeea;
}
.linker a{
  text-decoration: none;
}
.linker a:hover{
  text-decoration: underline;
}
.linker h3 a{
  font-size: 18px;
  color: #333;
}
.linker ul{
  margin: 0 0 20px;
  list-style-type: none;
}
.linker li a{
  color: #777;
}

/* Secondary section
-------------------------------------------------- */
.secondary .section{
  margin-bottom: 20px;
}
.panels .section{
  margin-bottom: 40px;
}
.secondary .section-bordered,
.panels .section-bordered{
  padding: 20px 25px;
  border: 2px solid #e4e4e4;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.secondary .section-gray,
.panels .section-gray{
  padding: 20px 25px 25px;
  background-color: #f2eeea;
}
.secondary .section h2,
.panels .section h2,
.secondary .section h3,
.panels .section h3{
  position: relative;
  font-size: 20px;
  font-weight: 300;
  line-height: 26px;
  margin: 0 0 15px;
}
.secondary .section h2 a,
.panels .section h2 a,
.secondary .section h3 a,
.panels .section h3 a{
  color: #333;
  text-decoration: none!important;
}
.secondary .section ul,
.secondary .section li,
.panels .section ul,
.panels .section li{
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.secondary .section li a,
.panels .section li a{
  text-decoration: none;
}
.secondary .section li a:hover,
.panels .section li a:hover{
  text-decoration: underline;
}
/* Car list */
.secondary .section ul.carlist li,
.panels .section ul.carlist li{
  position: relative;
  padding-left: 76px;
  min-height: 56px;
  margin-bottom: 10px;
  line-height: 18px;
}
.secondary .section ul.carlist.bordered li,
.panels .section ul.carlist.bordered li{
  padding-bottom: 10px;
  border-bottom: 1px solid #e4e4e4;
}
.secondary .section ul.carlist li a,
.panels .section ul.carlist li a{
  color: #333;
  font-weight: bold;
}
.secondary .section ul.carlist li img,
.panels .section ul.carlist li img{
  position: absolute;
  top:0;
  left:0;
}
/* News list */
.secondary .section ul.newslist li,
.panels .section ul.newslist li{
  position: relative;
  padding-left: 76px;
  min-height: 56px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  line-height: 18px;
  border-bottom: 1px solid #e4e4e4;
}
.secondary .section ul.newslist h3,
.panels .section ul.newslist h3{
  margin: 0;
  font-size: 13px;
  line-height: 18px;
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}
.secondary .section ul.newslist h3 a,
.panels .section ul.newslist h3 a{
  color: #333;
  font-weight: bold;
}
.secondary .section ul.newslist p,
.panels .section ul.newslist p{
  margin-bottom: 0;
}
.secondary .section ul.newslist li img,
.panels .section ul.newslist li img{
  position: absolute;
  top:0;
  left:0;
}
.page-selected {
  color: #3081DD;
}

/* Links list
-------------------------------------------------- */
ul.linklist,
ul.linklist li{
  margin: 0;
  padding: 0;
  list-style-type: none;
}
ul.linklist li{
  position: relative;
  font-weight: bold;
  margin-bottom: 5px !important;
  padding-left: 14px !important;
}
ul.linklist li:before{
  position: absolute;
  left: 0;
  top: 6px;
  height: 9px;
  width: 6px;
  background: url('../img/sprite-arpem.png') -120px -100px no-repeat;
  content:" ";
}
ul.linklist li h3{
  margin: 0;
  padding: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
}
ul.linklist li a,
ul.linklist li h3 a{
  color: #3081dd;
  text-decoration: none;
}
ul.linklist li h3 a:hover,
ul.linklist li a:hover{
  color: #f26900;
  text-decoration: underline;
}
/* primary */
.primary ul.linklist.big{
  margin-bottom: 25px;
}
.primary ul.linklist.big li{
  padding-left: 45px;
  font: bold 16px 'Open Sans';
}
.primary ul.linklist.big li:before{
  top: 7px;
}

/* Links list simple
-------------------------------------------------- */
ul.linklist-simple a{
  color: #333;
}

/* Rank list
-------------------------------------------------- */
dl.ranklist{
  margin: 0;
}
dl.ranklist dt,
dl.ranklist dd{
  min-height: 1px !important;
}
dl.ranklist dd{
  margin-bottom: 5px;
  text-align: right;
}

/* Insurance table
-------------------------------------------------- */
.insurance-table {
  margin-bottom: 40px;
  font-family: 'Open Sans';
}
.insurance-table table{
  width: 100%;
  line-height: 1.25em;
}
.insurance-table th,
.insurance-table td{
  padding: 7px 10px;
  text-align: left;
  border: 1px solid #e4e4e4;
  vertical-align: top;
}
.insurance-table table .empty{
  width: 10px !important;
  padding: 0;
}
.insurance-table th a{
  font-weight: normal;
  color: #777;
}
.insurance-table thead th{
  padding-bottom: 25px;
  font-weight: normal;
  text-align: center;
  border-left-color: transparent;
  border-top-color: transparent;
  border-right-color: transparent;
}
.insurance-table table thead em,
.insurance-table table thead span,
.insurance-table table thead b{
  display: block;
}
.insurance-table table thead h3{
  margin: 10px 0 0;
  font-size: 18px;
  font-style: normal;
}
.insurance-table table thead span{
  margin-top: 15px;
  color: #777;
}
.insurance-table table thead .policy{
  text-transform: uppercase;
}
.insurance-table tbody td{
  color: #777;
}
.coverage .insurance-table tbody td{
  color: #333;
}
.insurance-table tbody td b{
  color: #333;
}
.insurance-table tbody .points td{
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  width: 10.5%;
}
.insurance-table tbody .points.wide td{
  width: 33.3%;
}
.insurance-table tbody .points span{
  display: block;
}
.insurance-table .green,
.insurance-table .blue{
  font-weight: bold;
  color: #fff;
  background-color: #65bc7e;
}
.insurance-table .blue{
  background-color: #32bcf4;
}
.insurance-table tfoot .result{
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 28px;
  color: #fff;
  background-color: #444;
  border-color: #444;
}
.insurance-table .has{
  width: 21%;
}
.insurance-table .has div{
  position: relative;
  padding-left: 28px;
}
.insurance-table .icon-yes,
.insurance-table .icon-no{
  position: absolute;
  top: -1px; left: 0;
}
.insurance-table .half{
  width: 50%;
}
.insurance-table th.head{
  padding-bottom: 10px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: left;
  color: #777;
}

/* Coverages
-------------------------------------------------- */
.coverage{
  margin: 30px 0;
}
.coverage .intro{
  margin: 30px 0;
}
.coverage .intro h3{
  font-weight: bold;
}

/* Car and insurance search
-------------------------------------------------- */
.carsearch form,
.insurancesearch form{
  margin: 0;
}
.insurancesearch .and{
  line-height: 42px;
  text-align: center;
}
/* primary */
.primary .insurancesearch{
  margin-bottom: 30px;
  padding: 30px 5%;
  border: 2px solid #e4e4e4;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.primary .claim{
  text-align: center;
}
.primary .claim h2{
  margin: 0;
  font-size: 24px;
  font-weight: bold;
}
.primary .claim p{
  margin: 15px 0 30px;
  font-size: 20px;
  color: #777;
}


/* Insurance search II
-------------------------------------------------- */
.insurancesearch-II{
  margin-bottom: 40px;
  padding: 20px;
  background-color: #f2eeea;
}
.insurancesearch-II form{
  margin: 0;
}
.insurancesearch-II h2{
  font-weight: bold;
  color: #6f635a;
}
.insurancesearch-II .step{
  position: relative;
  padding-left: 45px;
}
.insurancesearch-II .step.disabled{
  opacity: 0.40;
  filter: alpha(opacity=40);
}
.insurancesearch-II .step.disabled:before{
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  z-index: 20;
}
.insurancesearch-II .number{
  position: absolute;
  top: 0; left: 0;
  width: 30px; height: 30px;
  font-size: 18px;
  font-weight: bold;
  line-height: 30px;
  text-align: center;
  color: #fff;
  background-color: #8e8a86;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.insurancesearch-II .btn-toolbar{
  margin-top: 20px;
}

/* Credit search
-------------------------------------------------- */
.creditsearch form{
  margin: 0;
}
.creditsearch hr{
  margin: 10px 0 20px;
  height: 1px;
  background-color: #d4d4d4;
  border: 0;
  -webkit-box-shadow: 0 1px 0 #fff;
  -moz-box-shadow: 0 1px 0 #fff;
  box-shadow: 0 1px 0 #fff;
}
.creditsearch button{
  margin-top: 10px;
}
.creditsearch .notice{
  margin-top: 20px;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  color: #bcb2a9;
}
.creditsearch .notice a{
  color: #bcb2a9;
}

/* Detail head
-------------------------------------------------- */
.detail-head{
  margin-bottom: 20px;
}
.detail-head .metadata{
  position: relative;
  top:-10px;
  color: #777;
  margin-bottom: -10px;
}
.detail-head h1{
  margin-top: 10px;
}
.detail-head h1 span{
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 18px;
  font-weight: bold;
  text-transform: uppercase;
}
.detail-head img.brand{
  float: left;
  margin-right: 20px;
}
.detail-head .calification{
  float: right;
  margin-top: 10px;
}
.detail-head .calification b{
  font-size: 32px;
  vertical-align: middle;
}
.detail-head .calification .link{
  margin-top: 10px;
  text-align: right;
}
.detail-head .calification a{
  color: #777;
}


/* Score
-------------------------------------------------- */
.score{
  float: right;
  width: 68px;
  height: 54px;
  font: bold 32px/54px 'Open Sans';
  text-align: center;
  color: #fff;
  background-color: #4bb652;
  text-shadow: 0 2px 0 rgba(0,0,0,0.25);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/* Big photo
-------------------------------------------------- */
.bigphoto{
  position: relative;
  margin-bottom: 25px;
}
.bigphoto .tophotos{
  position: absolute;
  top:0;
  right: 0;
  padding: 0 7px;
  height: 36px;
  font: bold 16px/36px 'Open Sans';
  color: #fff;
  text-shadow: 0 1px 0 rgba(0,0,0,0.3);
  text-decoration: none;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.5);
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#80000000',EndColorStr='#80000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#80000000',EndColorStr='#80000000')";
}
.bigphoto .tophotos:hover{
  text-decoration: underline;
}

/* Details
-------------------------------------------------- */
.details{
  padding-bottom: 25px;
  text-align: justify;
}
.details p{
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 25px;
}
.details p +h2{
  margin-top: 35px;
}
/*.details a{text-decoration:none}*/
.details p.txz01{ font-size:18px; font-weight:bold;}
.details .txz10{ font-weight:bold;}
.details .txz07{ color:#E64949; font-weight:bold;}
.details .txzaf{ color:#4BB652; font-weight:bold;}

/* Assessment
-------------------------------------------------- */
.assessment{
  position: relative;
  margin-bottom: 25px;
}
.assessment:before{
  position: absolute;
  top:0;
  left:50%;
  height: 100%;
  width: 1px;
  background-color: #e4e4e4;
  content:"";
}
.assessment h3{
  position: relative;
  padding-left: 34px;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
}
.assessment h3:before{
  position: absolute;
  left: 0;
  top: 50%;
  height: 28px;
  width: 24px;
  margin-top: -14px;
  background-image: url('../img/sprite-arpem.png');
  background-repeat: no-repeat;
  content:" ";
}
.assessment .pros h3{
  color: #4bb652;
}
.assessment .pros h3:before{
  background-position: -150px -100px;
}
.assessment .cons h3{
  color: #e64949;
}
.assessment .cons h3:before{
  background-position: -180px -100px;
}
.assessment h4{
  font-size: 16px;
  font-weight: bold;
  margin: 25px 0 0;
}

/* Mosaic
-------------------------------------------------- */
.mosaic{
  margin-bottom: 25px;
}
.mosaic ul,
.mosaic li{
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.mosaic .span4{
  margin-left: 0;
  margin-right: 1.64%;
  margin-bottom: 20px;
}

/* Anchors
-------------------------------------------------- */
.anchors{
  margin: -20px 0 20px;
  color: #777;
}
.anchors li{
  display: inline-block;
  margin-left: 10px;
}
.anchors li:first-child{
  margin-left: 0;
}
.anchors a{
  color: #777;
}
.anchors a:hover{
  color: #f26900;
}
.anchors .more{
  margin-left: 10px;
  font-weight: bold;
}

/* Footer
-------------------------------------------------- */
footer {
  position: relative;
  background-color: #333;
  padding: 30px 0 60px;
  color: #9c9b9a;
}
footer .container{
  position: relative;
}
footer a{
  color: #adadad;
  text-decoration: none;
}
footer a:hover {
  color: #fff;
}
footer .logo {
  position: absolute;
  top:6px;
  left:0;
  height: 73px;
  width: 135px;
  background: url('../img/sprite-arpem.png') -200px 0 no-repeat;
  text-indent: -9999em;
  overflow: hidden;
}
footer p {
  margin: 0 0px 10px;
}
footer ul,
footer li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
footer .corp p,
footer .corp ul {
  padding-left: 200px;
}
footer .social li {
  margin-right: 5px;
  display: inline-block;
}
footer .social a {
  display: inline-block;
  height: 30px;
  width: 30px;
  background-image: url('../img/sprite-arpem.png');
  background-repeat: no-repeat;
  text-indent: -9999em;
}
footer .social .tw a {
  background-position: 0 -150px;
}
footer .social .fb a {
  background-position: -30px -150px;
}
footer .social .gp a {
  background-position: -60px -150px;
}

/* Content Carousel
-------------------------------------------------- */
.contentcarousel{
  margin-bottom: 40px;
}
.contentcarousel .carousel-indicators{
  top: 95%;
  left: 0;
  bottom: auto;
  right: auto;
  width: 100%;
  text-align: center;
}
.contentcarousel .carousel-indicators li{
  float: none;
  display: inline-block;
  margin: 0 2px;
  -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.3);
  -moz-box-shadow: 0 0 3px rgba(0,0,0,0.3);
  box-shadow: 0 0 3px rgba(0,0,0,0.3);
}
.contentcarousel .inner {
  position: relative;
  text-align: center;
}
.contentcarousel .inner,
.contentcarousel .inner .carousel-inner,
.contentcarousel .inner .carousel-inner > .item {
  /*max-height: 370px;*/
  /*overflow: hidden;*/
}
.contentcarousel .item img {
  display: inline-block;
  width: 100%;
  height: 100%;
  min-height: 220px;
}
.contentcarousel .veil {
  position: absolute;
  top:0;
  left:0;
  z-index:50;
  height: 40%;
  width: 100%;
  background-image: -moz-linear-gradient(top, rgba(0,0,0,0.75), rgba(0,0,0,0.0));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(0,0,0,0.75)), to(rgba(0,0,0,0)));
  background-image: -webkit-linear-gradient(top, rgba(0,0,0,0.75), rgba(0,0,0,0));
  background-image: -o-linear-gradient(top, rgba(0,0,0,0.75), rgba(0,0,0,0));
  background-image: linear-gradient(to bottom, rgba(0,0,0,0.75), rgba(0,0,0,0.0));
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#65000000', endColorstr='#00000000', GradientType=0);
}
.contentcarousel .texts {
  position: absolute;
  top: 23%;
  width: 100%;
  z-index:100;
  text-align: center;
}
.contentcarousel .texts h1 {
  margin-bottom: 20px;
  font-size: 34px;
  font-weight: bold;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0,0,0,1), 0 0 15px rgba(0,0,0,1);
}
.contentcarousel .texts ul {
  margin: 0;
  list-style-type: none;
  text-align: center;
}
.contentcarousel .texts li{
  display: inline-block;
  margin: 0 10px;
  font-weight: bold;
}
.contentcarousel .texts li a{
  font-size: 14px;
  color: #fff;
  text-shadow: 0 2px 0 rgba(0,0,0,1), 0 0 15px rgba(0,0,0,1);
}
.contentcarousel .texts form {
  display: inline-block;
  min-width: 50%;
  margin: 0 0 5px;
  padding: 10px;
  background: #000;
  background: rgba(0,0,0,0.5);
  border-radius: 5px;
}
.contentcarousel .texts input,
.contentcarousel .texts .btn {
  height: 40px !important;
  margin: 0;
  font-size: 18px;
}
.contentcarousel .texts input {
  width: 320px;
  padding: 0 10px;
  border: 0;
}
.contentcarousel .texts .btn {
  padding-left: 20px;
  padding-right: 20px;
}
.contentcarousel .texts .btn-loupe {
  margin-left: 5px;
}
.contentcarousel .carousel-control {
  position: absolute;
  top:50%;
  z-index:100;
  width: 40px;
  height: 53px;
  margin-top: -26px;
  background: url('../img/sprite-arpem.png');
  background-repeat: no-repeat;
  text-indent: -9999em;
  border: 0;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.contentcarousel .carousel-control.left{
  left: 5px;
  background-position: -240px -100px;
}
.contentcarousel .carousel-control.right{
  right: 5px;
  background-position: -280px -100px;
}
.contentcarousel .carousel-control:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.contentcarousel.product .texts {
  top: 40px;
  left: 80px;
  width: 280px;
  padding: 20px;
  background-color: rgba(0,0,0,0.7);
  color: #fff;
  text-align: left;
}
.contentcarousel.product .texts h3{
  font-size: 24px;
}
.contentcarousel.product .texts h3 a{
  color: #fff;
  text-decoration: none;
}
.contentcarousel.product .texts p{
  font-size: 15px;
  line-height: 20px;
}
.contentcarousel.product .texts p.metadata{
  font-size: 13px;
}

/* big */
.contentcarousel-big .inner,
.contentcarousel-big .inner .carousel-inner,
.contentcarousel-big .inner .carousel-inner > .item{
  min-height: 220px;
}
.contentcarousel-big .texts {
  top: 10%;
}

/* Banner
-------------------------------------------------- */
.banner{
  position: relative;
  margin-bottom: 30px;
}
.banner + .featured{
  margin-top: 40px;
}
.banner img {
  display: inline-block;
  width: 100%;
}
.banner .veil {
  position: absolute;
  top:0;
  left:0;
  z-index:50;
  height: 40%;
  width: 100%;
  background-image: -moz-linear-gradient(top, rgba(0,0,0,0.75), rgba(0,0,0,0.0));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(0,0,0,0.75)), to(rgba(0,0,0,0)));
  background-image: -webkit-linear-gradient(top, rgba(0,0,0,0.75), rgba(0,0,0,0));
  background-image: -o-linear-gradient(top, rgba(0,0,0,0.75), rgba(0,0,0,0));
  background-image: linear-gradient(to bottom, rgba(0,0,0,0.75), rgba(0,0,0,0.0));
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#65000000', endColorstr='#00000000', GradientType=0);
}
.banner .texts {
  z-index: 60;
  position: absolute;
  top:0;
  left:0;
  width: 100%;
  height: 100%;
  color: #fff;
}
.banner .texts .form{
  margin: 10% 10% 0 0;
  text-align: left;
}
.banner .texts .nav-tabs{
  margin: 10px 0 0 0;
  border: 0;
}
.banner .texts .nav-tabs a{
  padding: 14px 20px;
  font-size: 14px;
  font-family: 'Open Sans';
  text-decoration: none;
  color: #fff;
  border: 0;
}
.banner .texts .nav-tabs > li h2{
  font-size: 14px;
  margin: 0;
  font-weight: inherit;
}
.banner .texts .nav-tabs > li > a:hover,
.banner .texts .nav-tabs > li > a:focus{
  background-color: rgba(0,0,0,0.7);
  border: 0;
}
.banner .texts .nav-tabs > .active > a,
.banner .texts .nav-tabs > .active > a:hover,
.banner .texts .nav-tabs > .active > a:focus{
  font-weight: bold;
  background-color: rgba(0,0,0,0.7);
  border: 0;
}
.banner .texts .nav-tabs > li {
  margin-bottom: 0;
}
.banner .texts .tab-content {
  padding: 10% 10%;
  background-color: rgba(0,0,0,0.7);
}
.banner .texts form{
  margin: 0;
  text-align: left;
}
.banner .texts label{
  font-size: 16px;
  font-family: 'Open Sans';
  font-weight: bold;
}
.banner .texts .claim{
  padding: 5% 10%;
  text-shadow: 0 2px 2px rgba(0,0,0,0.9);
}
.banner .texts .claim h2,
.banner .texts .claim h3{
  font-size: 34px;
  line-height: 38px;
  font-weight: bold;
}
.banner .texts .claim p{
  font-size: 20px;
  line-height: 24px;
  font-weight: bold;
}

/* All insurances
-------------------------------------------------- */
.all-insurances .span8{
  margin: 0 0 40px 0;
  width: 68.37739944458008%;
}

/* Selection list
-------------------------------------------------- */
.selection-list{
  margin: 0;
  list-style-type: none;
}
.selection-list li{
  margin-bottom: 5px;
}
.selection-list li a{
  position: relative;
  display: block;
  padding: 9px 10px;
  text-decoration: none;
  color: #777;
}
.selection-list .active a{
  font-weight: bold;
  color: #333;
  background-color: #f4f4f4;
}

/* All insurances table
-------------------------------------------------- */
.allinsurances-table{
  padding: 14px 25px 25px;
  font-weight: bold;
  background-color: #f4f4f4;
}
.allinsurances-table table{
  width: 100%;
  table-layout: fixed;
}
.allinsurances-table table + p{
  margin: 20px 0 0;
}
.allinsurances-table th,
.allinsurances-table td{
  padding: 11px 5px;
  border-bottom: 1px solid #e4e4e4;
}
.allinsurances-table th{
  text-align: left;
}
.allinsurances-table thead th{
  padding-bottom: 5px;
  font-size: 11px;
  text-transform: uppercase;
  color: #777;
}
.allinsurances-table thead th a{
  font-weight: normal;
  text-transform: none;
  color: #777;
}
.allinsurances-table tbody td:last-child{
  text-align: right;
}
.allinsurances-table thead th:first-child,
.allinsurances-table tbody th{
  padding-left: 0;
}

/* Versions table
-------------------------------------------------- */
.versions-table{
  margin-bottom: 50px;
}
.versions-table h2{
  margin-bottom: 5px;
  font-weight: bold;
}
.versions-table table{
  width: 100%;
  line-height: 1.3;
}
.versions-table th,
.versions-table td{
  padding: 15px 5px;
}
.versions-table th{
  text-align: left;
}
.versions-table thead th{
  font-size: 11px;
  text-transform: uppercase;
  color: #777;
  background-color: #e4e4e4;
}
.versions-table tbody th,
.versions-table tbody td{
  border-bottom: 1px solid #e4e4e4;
}
.versions-table tbody th{
  padding-left: 0;
  padding-right: 0;
}
.versions-table tbody td:last-child{
  text-align: center;
}
.versions-table a.more{
  color: #333;
}
.versions-table a.more:hover{
  color: #f26900;
}
.versions-table .price{
  font-size: 18px;
  font-weight: bold;
}
.versions-table.v2 th,
.versions-table.v2 td{
  text-align: center;
}
.versions-table.v2 th{
  padding: 10px;
}
.versions-table.v2 td{
  padding: 7px 10px;
}
.versions-table.v2 th:first-child{
  text-align: left;
}
.versions-table.v2 td{
  font-size: 16px;
}

/* Comparison header
-------------------------------------------------- */
.comparison-header .help{
  margin-bottom: 20px;
}
.comparison-header .help h2{
  margin: 0 0 5px;
  font-weight: bold;
}
.comparison-header .help form{
  margin: 0;
}
.comparison-header .help small{
  display: block;
  line-height: 1.1;
  color: #aaa;
}

/* Comparison table
-------------------------------------------------- */
.comparison-table{
  margin-bottom: 50px;
}
.comparison-table table{
  width: 100%;
  margin-bottom: 40px;
  line-height: 1.3;
}
.comparison-table th,
.comparison-table td{
  padding: 15px 5px;
  text-align: center;
}
.comparison-table thead th{
  font-size: 11px;
  text-transform: uppercase;
  color: #777;
  background-color: #e4e4e4;
}
.comparison-table thead th.compare{
  position: relative;
  padding-left: 28px;
  font-size: 14px;
  color: #333;
  text-transform: none;
  text-align: left;
}
.comparison-table thead th.compare:before{
  position: absolute;
  left: 10px; top: 16px;
  width: 12px; height: 18px;
  background: url('../img/sprite-arpem.png') -410px -100px no-repeat;
  content:"";
}
.comparison-table tbody th{
  padding-left: 0;
  padding-right: 0;
  font-weight: normal;
  text-align: left;
  min-width: 150px;
}
.comparison-table tbody th img{
  float: left;
  margin-right: 10px;
}
.comparison-table tbody th strong{
  display: block;
  margin: 5px 0;
}
.comparison-table tbody td{
}
.comparison-table tbody td.action{
  padding-left: 0;
  padding-right: 0;
  text-align: right;
}
.comparison-table td{
  font-size: 16px;
  font-weight: bold;
}
.comparison-table .clarification td{
  padding: 10px;
  text-align: left;
  background-color: #f4f4f4;
  border-top: 0;
}
.comparison-table .clarification td p{
  margin: 0;
  font-size: 11px;
  font-weight: normal;
  text-align: left;
  color: #777;
}
.comparison-table.comparison-table{
  margin-bottom: 30px;
}
.comparison-table.comparison-table--noclarification th,
.comparison-table.comparison-table--noclarification td{
  border-bottom: 1px solid #e4e4e4;
}
.comparison-table--noclarification tbody th{
  position: relative;
  padding-left: 30px;
}
.comparison-table--noclarification input{
  position: absolute;
  top: 10px; left: 10px;
}
.comparison-table .nav-tabs{
  margin: 0;
  border-bottom: 0;
}
.comparison-table .nav-tabs > .active > a,
.comparison-table .nav-tabs > .active > a:hover,
.comparison-table .nav-tabs > .active > a:focus{
  text-decoration: none;
  background-color: #e4e4e4;
}

/* Comparison box
-------------------------------------------------- */
.comparison-box{
  position: fixed;
  left: 0; bottom: 0;
  width: 100%;
  padding: 15px 0;
  z-index: 100;
  background-color: #fff;
  border-top: 4px solid #e4e4e4;
  -webkit-box-shadow: -10px 0 10px 0 rgba(0,0,0,0.15);
  -moz-box-shadow: -10px 0 10px 0 rgba(0,0,0,0.15);
  box-shadow: -10px 0 10px 0 rgba(0,0,0,0.15);
}
.comparison-box ul{
  float: left;
  margin: 0;
}
.comparison-box li{
  position: relative;
  float: left;
  width: 100px; height: 100px;
  margin: 0 0 0 20px;
  padding: 10px;
  list-style-type: none;
  text-align: center;
  border: 4px solid #e4e4e4;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.comparison-box li span{
  display: block;
  margin-top: 5px;
  font-size: 12px;
  line-height: 13px;
  color: #777;
}
.comparison-box li:first-child{
  margin-left: 0;
}
.comparison-box .placeholder{
  font-family: 'Open Sans';
  font-size: 24px;
  font-weight: bold;
  line-height: 76px;
  color: #e4e4e4;
  border: 2px dashed #e4e4e4;
}
.comparison-box .close{
  opacity: 1;
  filter: alpha(opacity=100);
  position: absolute;
  top: -10px; right: -10px;
  width: 20px; height: 20px;
  font-size: 18px;
  line-height: 17px;
  font-weight: normal;
  text-decoration: none;
  text-align: center;
  text-shadow: none;
  color: #fff;
  background-color: #777;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.comparison-box .close:hover{
  background-color: #555;
}
.comparison-box .visible-desktop{
  padding: 15px 0;
}
.comparison-box .visible-desktop .btn{
  float: left;
  margin: 30px 0 0 60px;
}

/* Credit selector form
-------------------------------------------------- */
.credit-selector-form{
  margin-left: 12px;
}
.credit-selector-form label,
.credit-selector-form .selector,
.credit-selector-form .btn{
  margin: 0 0 10px;
  display: inline-block;
  vertical-align: middle;
}
.credit-selector-form .selector{
  min-width: 150px;
  margin-left: 10px;
  margin-right: 20px;
}
.credit-selector-form .btn{
  margin-left: -10px;
}

/* Sortable tables
-------------------------------------------------- */
table.tablesorter thead th span{
  position: relative;
  padding-right: 12px;
}
table.tablesorter span:before,
table.tablesorter span:after{
  content:"";
  position: absolute;
  right: 0;
  width: 0;
  height: 0;
  vertical-align: middle;
  border: 4px solid transparent;
}
table.tablesorter span:before{
  top: 7px;
  border-top-color: #777;
}
table.tablesorter span:after{
  top: -2px;
  border-bottom-color: #777;
}
table.tablesorter .headerSortDown span:before{
  top: 5px;
}
table.tablesorter .headerSortDown span:after{
  display: none;
}
table.tablesorter .headerSortUp span:before{
  display: none;
}
table.tablesorter .headerSortUp span:after{
  top: 1px;
}

/* Version outdated
-------------------------------------------------- */
.outdated {
  background-image: url('../img/descatalogado.png');
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: 5% 50%;
  background-color: #EF525D;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: white;
  padding: 8px;
  margin-bottom: 0px !important;
}

/* Version price
-------------------------------------------------- */
.version-price{
  margin-bottom: 30px;
  color: #fff;
}
.version-price .prices{
  min-height: 210px;
  background-color: #ff9a4f;
}
.version-price .section{
  padding: 10px 15px;
}
.version-price .section.top{
  background-color: #4b4744;
  border-bottom: 2px solid #fff;
}
.version-price h3{
  margin: 0 0 5px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
}
.version-price a.more{
  color: #fff;
}
.version-price a.more:hover{
  color: #f26900;
}
.version-price .price{
  font-size: 30px;
  font-weight: bold;
}
.version-price .actions{
  margin: 20px 0 0 0;
}

/* Model navigation
-------------------------------------------------- */
.model-nav{
  margin-bottom: 30px;
  border-bottom: 1px solid #e4e4e4;
}

/* Ranking navigation
-------------------------------------------------- */
.ranking-nav{
  margin: 30px 0 60px;
}
.ranking-nav h3{
  display: inline-block;
  position: relative;
  top: 1px;
  margin: 0 10px 0 0;
  padding: 0;
  vertical-align: middle;
  font: bold 12px/32px "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}
.ranking-nav .nav-pills{
  display: inline-block;
  vertical-align: middle;
  margin: 10px 0;
}

/* Ranking table
-------------------------------------------------- */
.ranking-table{
  margin: 0 0 50px;
}
.ranking-table .head{
  padding: 30px 10px 5px;
}
.ranking-table .head .item{
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  color: #777;
}
.ranking-table .head .item:first-child{
  text-align: left;
}
.ranking-table .head .item a{
  font-weight: normal;
  text-transform: none;
  color: #777;
}
.ranking-table ul{
  margin: 0;
  list-style-type: none;
}
.ranking-table li{
  margin-bottom: 5px;
  padding: 10px;
  background-color: #f4f4f4;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.ranking-table li .item{
  margin-top: 4px;
  text-align: center;
  font-weight: bold;
}
.ranking-table li .item:first-child{
  margin-top: 0;
  text-align: left;
}
.ranking-table li .item:last-child{
  text-align: right;
}
.ranking-table li .item .policy,
.ranking-table li .item .clarification{
  display: block;
  font-weight: normal;
  color: #777;
}
.ranking-table li .item.number{
  margin-top: 8px;
  font-size: 18px;
}

/* Driver clarification
-------------------------------------------------- */
.driver-clarification{
  margin-bottom: 40px;
}
.driver-clarification h3{
  margin: 0 0 5px;
  font: bold 14px/18px "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.driver-clarification ul{
  margin: 0;
  list-style-type: none;
}

/* Characteristics
-------------------------------------------------- */
.characteristics{
  margin-bottom: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e4e4e4;
}
.characteristics h2{
  margin-bottom: 5px;
  font-weight: bold;
}

/* Versus
-------------------------------------------------- */
.versus-wrapper{
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 4px solid #f2eeea;
}
.versus{
  margin-bottom: 30px;
  text-align: center;
}
.versus img{
  display: inline-block;
}
.versus span{
  font-size: 24px;
  margin: 0 20px;
}

/* Insurance list
-------------------------------------------------- */
.insurance-list{
  margin-bottom: 20px;
}
.insurance-list h3{
  font-weight: bold;
}
.insurance-list ul.linklist{
  margin-bottom: 20px;
}
.insurance-list ul.linklist li{
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: normal;
}
.insurance-list .span6:first-child,
.insurance-list .span6:nth-child(2n+1){
  clear: left;
  margin-left: 0;
}

/* Policies list
-------------------------------------------------- */
.policies-list{
  margin: 30px 0 50px;
  padding-top: 30px;
  border-top: 1px solid #e4e4e4;
}
.policies-list h2{
  margin-bottom: 15px;
  font-size: 24px;
}
.policies-list .intro{
  font-size: 16px;
  color: #777;
}
.policies-list ul{
  margin: 30px 0 25px;
  list-style-type: none;
}
.policies-list li{
  margin-top: 35px;
}
.policies-list form li{
  position: relative;
  padding-left: 25px;
}
.policies-list li input{
  position: absolute;
  top: 0; left: 0;
}
.policies-list li h3{
  margin: 0 0 5px;
  font-size: 18px;
  font-weight: bold;
}
.policies-list li h3 .stars{
  margin-left: 5px;
}
.policies-list li p{
  margin: 0 0 5px;
}
.policies-list li .type{
  color: #777;
}
.policies-list .btn-toolbar{
  margin-left: 25px;
}

/* Calculators list
-------------------------------------------------- */
.calculators-list{
  margin: 30px 0 50px;
  border-top: 1px solid #e4e4e4;
}
.calculators-list ul{
  margin: 30px 0 25px;
  list-style-type: none;
}
.calculators-list li{
  margin-top: 35px;
}
.calculators-list li h3{
  margin: 0 0 5px;
  font-size: 18px;
  font-weight: bold;
}
.calculators-list li p{
  margin: 0 0 5px;
}

/* Calculators
-------------------------------------------------- */
.calculator{
  margin: 30px 0;
}
.calculator .graybox{
  margin-bottom: 40px;
  padding: 20px 25px 25px;
}
.calculator .graybox h2{
  margin-bottom: 30px;
  padding-bottom: 10px;
  font: normal 28px/35px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: none;
  color: #333;
  border-bottom: 1px solid #e8e3de;
}
.calculator .results-head{
  margin-top: 2em;
  min-height: 30px;
}
.calculator .results-head + .results{
  margin-top: 5px;
}
.calculator .results-head h2{
  margin: 0;
  padding: 0;
  font: bold 14px/18px "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  border: 0;
}
.calculator .results{
  margin-top: 30px;
  padding: 20px;
  background-color: #918478;
}
.calculator .results h3{
  font: normal 14px/18px "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #f2f2f2;
}
.calculator .results h4{
  font: bold 13px/17px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: #fff;
}
.calculator .results p{
  color: #fff;
}
.calculator .results .number{
  margin-top: 0;
  font-size: 28px;
  font-weight: bold;
}
.calculator .results .summary{
  margin-top: 2em;
  padding-top: 1em;
  border-top: 1px solid #82776c;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
}
.calculator .results p{
  margin: 1em 0;
}
.calculator .results p:last-child{
  margin-bottom: 0;
}


/* Glossary
-------------------------------------------------- */
.glossary h2{
  font-size: 28px;
  margin-bottom: 10px;
}
.glossary ul{
  margin: 0;
  list-style-type: none;
}
.glossary > ul{
  margin: 50px 0;
}
.glossary > ul > li{
  margin-bottom: 30px;
}
.glossary > ul ul li{
  margin: 5px 0;
}
.glossary > ul a{
  color: #333;
  text-decoration: none;
}
.glossary > ul a:hover{
  text-decoration: underline;
}
.glossary p{
  font-weight: bold;
}
.glossary p a{
  position: relative;
  padding-left: 14px;
}
.glossary p a:before{
  position: absolute;
  left: 0; top: 2px;
  width: 8px; height: 12px;
  background: url('../img/sprite-arpem.png') -400px -100px no-repeat;
  content:"";
}

/* FAQ list
-------------------------------------------------- */
.faq-list{
  margin: 30px 0 50px;
  list-style-type: none;
}
.faq-list li{
  margin-bottom: 20px;
  position: relative;
  padding-left: 16px;
}
.faq-list li:before{
  position: absolute;
  left: 0; top: 7px;
  width: 8px; height: 12px;
  background: url('../img/sprite-arpem.png') -400px -100px no-repeat;
  content:"";
}
.faq-list h2{
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
}
.faq-list .explanation{
  display: none;
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 24px;
  color: #777;
}
.faq-list .active:before{
  top: 8px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.faq-list .active .explanation{
  display: block;
}

/* Fine print
-------------------------------------------------- */
.fine-print{
  font-size: 12px;
  color: #777;
}
.fine-print ul{
  margin: 0;
  list-style-type: none;
}
.fine-print p + ul{
  margin-top: -20px;
}
.fine-print li{
  margin: 20px 0;
}

/* Offers
-------------------------------------------------- */
.offers{
  margin-top: 20px;
}
.offers ul{
  margin: -10px 0 30px;
}

/* Terms
-------------------------------------------------- */
.terms{
  margin: 20px 0 30px;
}
.terms h2{
  margin: 0 0 5px;
}
.terms table{
  width: 100%;
}
.terms tbody th,
.terms tbody td,
.terms tfoot th,
.terms tfoot td{
  padding: 10px;
  border-top: 1px solid #e4e4e4;
}
.terms tbody tr:first-child th,
.terms tbody tr:first-child td,
.terms tfoot tr:first-child th,
.terms tfoot tr:first-child td{
  border-top: 3px solid #F2EEEA;
}
.terms th{
  padding-left: 0;
  font-weight: normal;
  text-align: left;
}
.terms td{
  font-weight: bold;
}

/* Featured
-------------------------------------------------- */
.featured h2{
  text-transform: uppercase;
}
.featured ul{
  margin: 0 0 40px;
}
.featured li h3{
  margin: 5px 0 0 0;
  font-weight: bold;
  text-align: center;
}
.featured li h3 a{
  color: #333;
  text-decoration: none;
}
.featured li h3 a:hover{
  text-decoration: underline;
}
.featured li p{
  margin: 0;
}
.featured .carousel-wrapper{
  margin: 0 40px;
}
.featured .carousel-control,
.featured .carousel-control:hover {
  height: 100px;
  width: 30px;
  border: 0;
  top:0;
  margin-top: 0;
  left: 0;
  text-indent: -9999em;
  background-color: #fff;
  opacity: .7;
  filter: alpha(opacity=70);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.featured .carousel-control:hover{
  opacity: 1;
  filter: alpha(opacity=100);
}
.featured .carousel-control.right {
  right: 0;
  left: auto;
}
.featured .carousel-control:before {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 18px;
  width: 12px;
  margin: -9px 0 0 -6px;
  background: url('../img/sprite-arpem.png') -210px -100px no-repeat;
  content:"";
}
.featured .carousel-control.right:before {
  background-position: -230px -100px;
}

/* Social
-------------------------------------------------- */
.sharing ul{
  margin: -20px 0 10px;
  padding: 0;
  list-style-type: none;
}
.sharing li{
  margin-bottom: 5px;
  display: inline-block;
  vertical-align: middle;
}
.sharing li.fb{
  position: relative;
  top: -3px;
}


/* Modal
-------------------------------------------------- */
.modal{
  z-index:400;
  position: absolute;
  padding: 10px;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.modal-backdrop{
  z-index:300;
}
.modal .close {
  position: absolute;
  top:-40px;
  right: 0;
  margin: 0;
  font-size: 32px;
  line-height: 32px;
  color: #fff;
  text-shadow: 0 0 0 rgba(0,0,0,0.3);
  opacity: .75;
  filter: alpha(opacity=75);
}
.modal .close:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

/* Photo Modal
-------------------------------------------------- */
.photo-modal{
  width: 90%;
  margin-left: -45%;
}
.photo-modal .nav-pills{
  float: right;
  margin-bottom: 15px;
}

/* Gallery
-------------------------------------------------- */
.gallery{
  margin-bottom: 40px;
}
.gallery h2 {
  margin: 60px 0 0 0;
  padding: 7px 15px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  background-color: #333;
}
.gallery .bigimg {
  position: relative;
  cursor:pointer;
}
.gallery .bigimg.video:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 71px;
  height: 71px;
  margin: -35px 0 0 -35px;
  background: url('../img/sprite-arpem.png') -130px -150px no-repeat;
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.gallery .bigimg.video:hover:before {
  opacity: 1;
  filter: alpha(opacity=100);
}
.gallery .bigimg .img-control{
  position: absolute;
  top: 0;
  z-index: 100;
  width: 35%; height: 100%;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.gallery .bigimg .img-control span{
  position: absolute;
  top: 50%;
  width: 30px; height: 50px;
  margin-top: -25px;
  background: url('../img/sprite-arpem.png');
  background-repeat: no-repeat;
  text-indent: -9999em;
}
.gallery .bigimg .img-control.left{
  left: 0;
}
.gallery .bigimg .img-control.right{
  right: 0;
}
.gallery .bigimg .img-control.left span{
  left: 20px;
  background-position: -400px 0;
}
.gallery .bigimg .img-control.right span{
  right: 20px;
  background-position: -500px 0;
}
.gallery .bigimg .img-control:hover{
  opacity: 1;
  filter: alpha(opacity=100);
  background-color: rgba(0,0,0,.25);
}
.gallery .bigimg .lupa {
  position: absolute;
  bottom:10px;
  right: 10px;
  height: 32px;
  width: 32px;
  background: url('../img/sprite-arpem.png') -320px -100px no-repeat;
  text-indent: -9999em;
}
.gallery .thumbnails {
  margin: 10px 0 0 -1px;
}
.gallery .thumbnails > li {
  position: relative;
  margin: 0 3px 3px 0;
  padding: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.gallery .thumbnails > li a{
  display: block;
  border: 1px solid #fff;
}
.gallery .thumbnails > li img{
  width: 40px; height: 40px;
}
.gallery .thumbnails > .active a{
  -webkit-box-shadow: 0 0px 0 3px rgba(48,129,221,0.75);
  -moz-box-shadow: 0 0px 0 3px rgba(48,129,221,0.75);
  box-shadow: 0 0px 0 3px rgba(48,129,221,0.75);
}
.gallery .thumbnails > li a:hover{
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.gallery .thumbnails > .video:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  margin: -10px 0 0 -10px;
  background: url('../img/sprite-arpem.png') -210px -150px no-repeat;
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.gallery .thumbnails > .video:hover:before {
  opacity: 1;
  filter: alpha(opacity=100);
}

/* these styles are for the demo, but are not required for the plugin */
.zoom {
  display:block;
  position: relative;
}
/* magnifying glass icon */
.zoom:after {
  content:'';
  display:block;
  width:33px;
  height:33px;
  position:absolute;
  top:0;
  right:0;
  /*background:url(icon.png);*/
}
.zoom img {
  display: block;
}
.zoom img::selection { background-color: transparent; }

/* Article
-------------------------------------------------- */
article .article-content p{
  margin: 1.5em 0;
  font-size: 16px;
  line-height: 1.45em;
}

/* Likes and comments
-------------------------------------------------- */
.reviews{
  float: right;
}
.likes-comments{
  margin-bottom: 10px;
  padding: 8px 5px 4px;
  font-family: 'Open Sans';
  color: #fff;
  background-color: #4B4744;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.likes-comments p{
  margin: 0;
  padding: 0 5px;
}
.likes-comments a{
  color: #fff;
  text-decoration: none;
}
.likes-comments a:hover{
  color: rgba(255,255,255,0.5);
}
.likes-comments .likes-number{
  position: relative;
  padding: 0 0 6px 22px;
  margin-bottom: 2px;
  font-size: 34px;
  line-height: 34px;
  border-bottom: 1px solid #5a5551;
}
.likes-comments .likes-number:before{
  content: "";
  position: absolute;
  top: 50%; left: 5px;
  width: 16px; height: 16px;
  margin-top: -8px;
  background: url('../img/sprite-arpem.png') -430px -100px no-repeat;
}
.likes-comments .comments-number{
  font-size: 12px;
}

/* Comments list
-------------------------------------------------- */
.comments-list-section{
  margin-bottom: 40px;
}
.comments-list-section h3{
  font-size: 18px;
  font-weight: bold;
}
.comments-list-section h3 + p{
  margin-top: -5px;
}
.comments-list{
  margin: 20px 0 40px;
  list-style-type: none;
}
.comments-list li{
  position: relative;
  margin-bottom: 40px;
  padding-left: 90px;
}
.comments-list li:last-child{
  margin-bottom: 0;
}
.comments-list .user-avatar{
  position: absolute;
  top: 0; left: 0;
  width: 70px; height: 70px;
  background-color: #f2eeea;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.comments-list span.user-avatar:before{
  content: "";
  position: absolute;
  top: 50%; left: 50%;
  height: 36px; width: 42px;
  margin: -18px 0 0 -21px;
  background: url('../img/sprite-arpem.png') -470px -100px no-repeat;
}
.comments-list li .comment-meta{
  margin-bottom: 0;
}
.comments-list li .comment-meta b{
  font-family: 'Open Sans';
}
.comments-list li .comment-meta span{
  margin-left: 10px;
  color: #777;
}
.comments-list li .comment-body{
  font-size: 16px;
  line-height: 24px;
}

/* team
-------------------------------------------------- */
.team ul{
  margin: 0 0 40px 0;
  list-style-type: none;
}
.team li{
  margin: 10px 0;
}
.team h3{
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 13px;
}
.team .graybox{
  min-height: 120px;
}


/* Collapsable sections only mobile
-------------------------------------------------- */
.collapse.collapse-phone{
  position: static;
  height: auto;
  overflow: visible;
}
.collapse-toggle{
   text-decoration: none!important;
}


/* IE6, IE7 & IE8 Overrides bootstrap
-------------------------------------------------- */
.container,
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container{
  width: 1170px\9; }

/* --------------------------------------------------
    Media queries
   --------------------------------------------------
   -------------------------------------------------- */

   @media (min-width: 980px) and (max-width: 1200px) {
    .ad.outside{
      padding-top: 0;
    }
  }

  @media (min-width: 980px) {
    .contentcarousel-big .inner,
    .contentcarousel-big .inner .carousel-inner,
    .contentcarousel-big .inner .carousel-inner > .item,
    .contentcarousel .item img{
      min-height: 300px;
    }
    .mainnav{ margin-left: 146px}
  }

  @media (max-width: 979px) {

    .ad.outside{
      padding-top: 0;
      margin-bottom: 0;
    }

    .navbar .container {
      width: 724px;
    }
    .row-fluid  .brands li.span2 {
      float: left;
      width: 31.914893617021278%;
      margin-left: 0;
    }

    header{
      height: 35px;
    }
    header .logo{
      margin-left: -22px;
    }
    .user-tools{
      margin-top: 32px;
    }

    .mainnav {
      margin-top:-30px;
      margin-left:130px;

    }
    .mainnav .navbar .btn-navbar,
    .mainnav .navbar .btn-navbar:active{
      float: left;
      background: #333;
      padding: 0 10px;
      height: 34px;
      line-height: 34px;
      margin: 0;
    }
    .mainnav .navbar .btn-navbar .caret{
      margin-top: 17px;
    }
    .nav-collapse{
      background-color: #000;
      z-index:100;
      -webkit-border-radius: 0 3px 3px 3px;
      -moz-border-radius: 0 3px 3px 3px;
      border-radius: 0 3px 3px 3px;
      -webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.15);
      -moz-box-shadow: 0 3px 3px rgba(0,0,0,0.15);
      box-shadow: 0 3px 3px rgba(0,0,0,0.15);
    }
    .nav-collapse.in{
      padding: 10px;
    }
    .mainnav .navbar .nav{
      margin: 0;
    }
    .mainnav .navbar .nav > li > a,
    .mainnav .navbar .nav > li > a:hover {
      height: 40px;
      line-height: 40px;
      background-color: #000;
    }
    .mainnav .navbar .nav > li.open > a,
    .mainnav .navbar .nav > li.open > a:hover,
    .mainnav .navbar .nav > li.open > a:focus{
      color: #fff;
      background-color: transparent;
      border-color: transparent;
    }
    .mainnav .navbar .nav .dropdown-toggle .caret,
    .mainnav .navbar .nav > li:hover > .dropdown-toggle .caret{
      top: 10px;
    }
    .mainnav .navbar .nav > li.open > a .caret,
    .mainnav .navbar .nav > li.open > a:hover .caret,
    .mainnav .navbar .nav > li.open > a:focus .caret{
      border-top-color: #fff;
    }
    .mainnav .dropdown-menu{
      margin-top:0;
      padding: 0 0 0 10px;
      border: none;
    }
    .mainnav .dropdown-menu a{
      padding: 0;
      color: #777;
      text-decoration: none;
    }
    .mainnav .dropdown-menu a:hover{
      color: #f26900;
      background: none;
    }
    .mainnav .dropdown-menu .more{
      position: relative;
      padding-right: 18px;
      font-weight: bold;
      text-transform: uppercase;
    }
    .mainnav .dropdown-menu .more:before,
    .mainnav .dropdown-menu .more:after{
      content:"";
      position: absolute;
      top: 50%; right: 0;
      width: 0;
      margin-top: -5px;
      border: 5px solid transparent;
      border-left-color: #777;
    }
    .mainnav .dropdown-menu .more:after{
      border-left-color: #fff;
      right: 1px;
    }
    .navbar .nav li.dropdown.open > .dropdown-toggle,
    .navbar .nav li.dropdown.open.active > .dropdown-toggle{
      color: #fff;
      background-color: #333;
      border-color: #333;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border-radius: 3px;
    }
    .navbar .nav li.dropdown.open > .dropdown-toggle .caret,
    .navbar .nav li.dropdown.active > .dropdown-toggle .caret,
    .navbar .nav li.dropdown.open.active > .dropdown-toggle .caret {
      border-top-color: #555;
      border-bottom-color: #555;
    }

    .input-l{
      min-height: 42px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
    }

    .creditsearch .input-l{
      width: 100%;
    }

    .form-horizontal .controls{
      margin-left: 170px;
    }
    .form-horizontal .control-label{
      width: 150px;
    }
    .form-horizontal input[type="text"]{
      width: 185px;
    }
    .form-horizontal input.input-small{
      width: 115px;
    }
    .form-horizontal input.input-xlarge{
      width: 205px;
    }

    footer .logo{
      width: 95px;
      height: 55px;
      background-size: 420px auto;
      background-position: -140px 0;
    }
  }

  @media (max-width: 767px) {
    .btn-block + .btn-block {
      margin-top: 10px;
    }
    .btn-toolbar > .btn-block + .btn-block{
      margin-left: 0;
    }
    h2.lined span {
      background: none;
      padding-right: 0;
    }
    h2.lined:before {
      display: none;
    }

    body {
      padding-right: 0;
      padding-left: 0;
 }
    .navbar .container {
      width: auto;
    }
    .container,
    .navbar .container {
      padding-left: 10px;
      padding-right: 10px;
    }

    header{
      height: 25px;
      padding-top: 10px;
    }
    header .logo{
      top: 0;
      margin-left: -22px;
      background-size: 300px 225px;
      width: 85px;
      /*height: 45px; -- no distorsionar el logo */
    }
    .search input{
      width: 145px;
    }
    .mainnav {
      margin-top: -12px;
margin-left:0px;
background-color: #000;
    }
    .mainnav .navbar .btn-navbar,
    .mainnav .navbar .btn-navbar:active{
      margin: 7px 10px 0 20px;
      z-index: 100;
    }

    .nav-collapse{
      width: 100%;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0;
    }
    .nav-collapse.in{
      padding: 0;
    }
    .mainnav .navbar .nav{
      margin: 5px 10px;
    }

    .search {
      top: 6px;
      right: 10px;
    }

    .user-tools{
      position: relative;
      z-index: 200;
      margin-top: 5px;
    }
    .search{
      position: absolute;
      top: 52px;
      right: 0;
    }

    .breadcrumb{
      margin-top: 48px;
    }
    .breadcrumb .container{
      padding: 0;
    }
    .breadcrumb .section:first-child a.dropdown-toggle{
      padding-left: 15px;
    }

    .content {
      padding-top: 30px;
    }

    .banner-container{
      margin-top: -12px;
      padding-right: 0;
      padding-left: 0;
    }

    .triggers{
      margin-bottom: 30px;
    }

    .gallery h2{
      margin-top: 20px;
    }

    .modal {
      width: auto;
      margin: 0;
    }
    .modal .close {
      top: 0;
      right: 10px;
      color: #000;
    }
    .photo-modal .nav-pills,
    .photo-modal .ad,
    .photo-modal .carousel{
      display: none;
    }

    .form-horizontal .control-label{
      float: none;
      width: auto;
      text-align: left;
    }
    .form-horizontal .controls{
      margin-left: 0;
    }
    .form-horizontal .btn{
      width: 100%;
    }

    footer{
      padding-top: 10px;
    }
    footer > .container{
      padding-top: 40px;
    }
    footer .logo{
      left: 10px;
    }
    footer .social{
      margin-bottom: 10px;
    }
    footer .corp p,
    footer .corp ul {
      padding-left: 0;
    }
    footer .corp p{
      padding-left: 0;
      padding-top: 100px;
    }

    .content-with-ad > .container,
    .footer-with-ad{
      padding-left: 10px;
      padding-right: 10px;
    }
    .header-with-ad{
      padding: 10px 0 15px;
    }

    /* Comparison header
    -------------------------------------------------- */
    .comparison-header .help{
      margin: 0;
    }
    .comparison-header .help small{
      margin-top: 5px;
    }

    /* Banner home
    -------------------------------------------------- */
    #insurance-banner{
      background-color: #4B4744;
      padding: 1% 3% 3%;
    }
    #insurance-banner .texts{
      position: relative;
    }
    #insurance-banner .texts .claim{
      padding: 0;
    }
    #insurance-banner .texts .nav-tabs a {
      padding: 10px;
    }
    #insurance-banner .texts .claim h2{
      font-size: 20px;
      line-height: 24px;
    }
    #insurance-banner .texts .claim h2 br{
      display: none;
    }
    #insurance-banner .texts .form {
      margin: 0;
    }
    #insurance-banner .texts .tab-content {
      padding: 5%;
    }

    /* Tools
    -------------------------------------------------- */
    .tools{
      margin-bottom: 0;
    }
    .tools ul{
      margin-bottom: 30px;
    }

    /* Content Carousel
    -------------------------------------------------- */
    .contentcarousel .texts input{
      width: auto;
    }
    .contentcarousel.product .inner,
    .contentcarousel.product .inner .carousel-inner,
    .contentcarousel.product .inner .carousel-inner > .item {
      max-height: initial;
    }
    .contentcarousel.product .texts{
      position: static;
      width: 100%;
      padding: 10px 10px 15px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
    }
    .contentcarousel.product .carousel-control{
      top: 20%;
    }

    /* Nav pills
    -------------------------------------------------- */
    .nav-pills > li {
      margin-right: 5px;
      margin-left: 0;
    }

    /* Ranking table
    -------------------------------------------------- */
    .ranking-table li{
      margin-bottom: 20px;
    }
    .ranking-table li .item{
      text-align: center !important;
      margin-top: 0 !important;
      padding: 5px;
      border-top: 1px solid #e4e4e4;
    }
    .ranking-table li .item:first-child{
      padding-bottom: 5px;
      background-color: #e4e4e4;
    }
    .ranking-table li .item:last-child{
      padding: 10px 10px 0;
    }
    .ranking-table li .item b.company{
      font-size: 18px;
      font-weight: bold;
    }
    .ranking-table li .item b.head{
      padding: 0;
      font-size: 14px;
      font-weight: normal;
      color: #777;
    }

    /* Comparison table
    -------------------------------------------------- */
    .comparison-table tr{
      border-bottom: 5px solid #d4d4d4;
      background-color: #f4f4f4;
    }
    .comparison-table th,
    .comparison-table td{
      display: block;
      padding: 10px 5px;
    }
    .comparison-table tbody th,
    .comparison-table tbody td.action{
      text-align: center;
    }
    .comparison-table tbody th{
      padding-top: 15px;
      padding-bottom: 15px;
      font-size: 16px;
      background-color: #e4e4e4;
    }
    .comparison-table tbody td.action{
      padding-bottom: 30px;
      border-bottom: 0;
    }
    .comparison-table tbody b.head{
      font-size: 14px;
      font-weight: normal;
      color: #777;
    }
    .comparison-table--noclarification tbody th{
      padding-left: 0;
    }
    .comparison-table--noclarification input{
      position: static;
    }

    /* Collapsable sections only mobile
    -------------------------------------------------- */
    .collapse-toggle{
      display: block;
      position: relative;
      padding-right: 30px;
      text-decoration: none!important;
    }
    .collapse-toggle i{
      position: absolute;
      top: 50%; right: 0;
      margin-top: -7px;
      cursor: pointer;
    }
    .collapse-toggle.collapsed i{
      -moz-transform:rotate(180deg);
      -ms-transform:rotate(180deg);
      -webkit-transform:rotate(180deg);
      transform:rotate(180deg)
    }
    .collapse.collapse-phone{
      position: relative;
      height: 0;
      overflow: hidden;
    }
    /* Weh title is a link also */
    .collapse-wrap{
      position: relative;
      padding-right: 30px;
    }
    .collapse-wrap .collapse-toggle{
      position: absolute;
      top: 50%; right: 0;
    }

  }
.tags a {
  display: inline-block;
  height: 24px;
  line-height: 24px;
  position: relative;
  margin: 0 16px 8px 0;
  padding: 0 10px 0 12px;
  background: #F2F2F2;
  -webkit-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-top-right-radius: 3px;
  color: #8A8A8A;
  font-size: 14px;
  text-decoration: none;
}
.breadcrumb-tags {
  margin-top:15px;
  margin-bottom: 30px;
}
.breadcrumb-tags a{
  color:gray;
  text-decoration: none;
}
.breadcrumb-tags-separator {
  padding:15px;
}

/* Recommended tools home ------------------------ */
.tool-section {
  margin-top: 15px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.tool-section .tool-box {
  width: 30%;
  float: left;
}

.tool-section .tool-title {
  position: relative;
  font-size: 14px !important;
  line-height: 18px !important;
  font-weight: 300 !important;
  font-family: 'Open Sans';
  margin: 0 0 15px;
  text-align: center;
}

/* Sorteo póliza
-------------------------------------------------- */
.insurance-raffle b {
  font-weight: 500;
}
.insurance-raffle > div {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5rem 0;
}
.insurance-raffle > div:first-child {
  padding: 0;
  display:block;
}
.insurance-raffle .text {
  margin: 3rem;
  text-align: justify;
  width: 40%;
}
.insurance-raffle > .step > img {
  max-width: 30%;
}
.insurance-raffle > .step h2 {
  font-size: 2rem;
  font-weight: 500;
}
.insurance-raffle > .step p {
  font-size: 1.2rem;
  line-height: 1.4rem;
  position: relative;
}
.insurance-raffle > .step p::before {
  content: "";
  position: absolute;
  color: #e1f3ff;
  left: -6%;
  font-size: 16rem;
  z-index: -1;
}
.insurance-raffle > .step.who-we-are p::before {
  content: "1";
}
.insurance-raffle > .step.participate-in-raffle p::before {
  content: "2";
}
.insurance-raffle > .step.how-to-participate p::before {
  content: "3";
}
.insurance-raffle > .step.prize p::before {
  content: "4";
}
.insurance-raffle .participate-in-raffle {
  position: relative;
  overflow: hidden;
}
.insurance-raffle .participate-in-raffle::before {
  content: "";
  position: absolute;
  width: 120%;
  height: 77%;
  top: 11%;
  left:-10%;
  z-index: -1;
  background-color: #f3efec;
  transform: rotate(5deg);
}
.insurance-raffle .prize {
  position: relative;
  overflow: hidden;
}
.insurance-raffle .prize::before {
  content: "";
  position: absolute;
  width: 144%;
  height: 65%;
  top: 10%;
  z-index: -1;
  background-color: #f3efec;
  transform: rotate(-5deg);
}
.insurance-raffle .participate {
  position: relative;
  background: url('../img/sorteo/img_boton_inferior.png') center top no-repeat;
}
.insurance-raffle .participate::before {
  content: "";
  position: absolute;
  width: 120%;
  height: 120%;
  top: -130%;
  z-index: -2;
  background-color: #f3efec;
  transform: rotate(5deg);
}
.insurance-raffle .participate > .btn-brown {
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none;
  color: #fff;
  background-color: #00AFCD;
}
.insurance-raffle .participate > .btn-brown:hover,
.insurance-raffle .participate > .btn-brown:focus {
  color: #fff;
  background-color: #4b4744;
}
.insurance-raffle .introduction {
  position: relative;
}
.insurance-raffle .introduction-buttons {
  width: 226px;
  margin: -100px auto 100px auto;
  text-align: center;
}
.insurance-raffle .introduction-buttons .btn-brown {
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none;
}
.insurance-raffle .introduction-buttons .btn-brown {
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none;
}
.insurance-raffle .introduction-buttons > .bouncing-link {
  margin-top: 20px;
  display:inline-block;
  height: 2rem;
  cursor: pointer;
}
.insurance-raffle .bounce {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(-15px);
  }
  40% {
    transform: translateY(-10px);
  }
}
.insurance-raffle .introduction-buttons .btn-brown:hover,
.insurance-raffle .introduction-buttons .btn-brown:focus {
  color: #4b4744;
  background-color: #fff;
}
.insurance-raffle .to-top {
  display: inline-block;
  width: 60px;
  height: 60px;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 10%;
  visibility: hidden;
  opacity: 0;
  z-index: 1000;
}
.insurance-raffle .to-top.show {
  opacity: 1;
  visibility: visible;
  cursor: pointer;
}
.insurance-raffle .legal-bases {
  text-align: center;
  font-size: 1.1rem;
  padding-bottom: 5rem;
  margin-bottom: 0;
}
.insurance-raffle .legal-bases a {
  color: #01b1d0;
  text-decoration: none;
}

@media (max-width: 767px) {
  .insurance-raffle > div {
    flex-direction: column;
  }
  .insurance-raffle .text {
    order: 2;
    text-align: left;
    width: auto;
  }
  .insurance-raffle > .step > img {
    width: 60%;
    max-width: 100%;
  }
  .insurance-raffle .introduction-buttons {
    margin: -60px auto 0 auto;
  }
  .insurance-raffle .introduction-buttons .btn-brown:hover,
  .insurance-raffle .introduction-buttons .btn-brown:focus {
    color: #fff;
    background-color: #00AFCD;
  }
  .insurance-raffle .introduction-buttons > .bouncing-link {
    display: none;
  }
  .insurance-raffle .participate-in-raffle::before {
    top: 8%;
  }
  .insurance-raffle .participate::before {
    top: -165%;
  }
  .insurance-raffle .prize::before {
    top: 8%;
  }
}
