
/******************************************************
 * file: /home/evaneos/public_html/dist/releases/20180502143241-v29.90.2-7f41ce/applications/www.evaneos.com/web/app/modules/betty/css/common.less 
 ******************************************************/

.border-box {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.h1 {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.27em;
  z-index: 100;
  padding: 0px;
  margin-bottom: .2em;
}
.h2 {
  font-size: 22px;
  font-weight: normal;
  line-height: 28px;
  padding: 0;
  line-height: 1.10em;
}
body {
  color: #534840;
}
.IE8down .blockLightShadow {
  border: 1px solid #ddd;
}
.blockLightShadow {
  -webkit-box-shadow: 0px 0px 5px -1px #534840;
  -moz-box-shadow: 0px 0px 5px -1px #534840;
  box-shadow: 0px 0px 5px -1px #534840;
}
.blockHeavyShadow {
  -webkit-box-shadow: 0px 0px 8px -1px #302a25;
  -moz-box-shadow: 0px 0px 8px -1px #302a25;
  box-shadow: 0px 0px 8px -1px #302a25;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
a:hover,
a:active {
  outline: 0;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  max-width: 100%;
  width: auto \9;
  height: auto;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}
#map_canvas img,
.google-maps img {
  max-width: none;
}
button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}
button,
input {
  *overflow: visible;
  line-height: normal;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
label,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
  cursor: pointer;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
body {
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #333;
  background-color: #fff;
}
a {
  color: #08c;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #005580;
  text-decoration: underline;
}
.img-rounded {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.img-polaroid {
  padding: 4px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0,0,0,0.2);
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.1);
  -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.1);
  box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}
.img-circle {
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
}
.row {
  margin-left: -20px;
  *zoom: 1;
}
.row:before,
.row:after {
  display: table;
  content: "";
  line-height: 0;
}
.row:after {
  clear: both;
}
[class*="span"] {
  float: left;
  min-height: 1px;
  margin-left: 20px;
}
.container,
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 964px;
}
.span12 {
  width: 964px;
}
.span11 {
  width: 882px;
}
.span10 {
  width: 800px;
}
.span9 {
  width: 718px;
}
.span8 {
  width: 636px;
}
.span7 {
  width: 554px;
}
.span6 {
  width: 472px;
}
.span5 {
  width: 390px;
}
.span4 {
  width: 308px;
}
.span3 {
  width: 226px;
}
.span2 {
  width: 144px;
}
.span1 {
  width: 62px;
}
.offset12 {
  margin-left: 1004px;
}
.offset11 {
  margin-left: 922px;
}
.offset10 {
  margin-left: 840px;
}
.offset9 {
  margin-left: 758px;
}
.offset8 {
  margin-left: 676px;
}
.offset7 {
  margin-left: 594px;
}
.offset6 {
  margin-left: 512px;
}
.offset5 {
  margin-left: 430px;
}
.offset4 {
  margin-left: 348px;
}
.offset3 {
  margin-left: 266px;
}
.offset2 {
  margin-left: 184px;
}
.offset1 {
  margin-left: 102px;
}
.row-fluid {
  width: 100%;
  *zoom: 1;
}
.row-fluid:before,
.row-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
.row-fluid:after {
  clear: both;
}
.row-fluid [class*="span"] {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin-left: 2.0746887966805%;
  *margin-left: 2.0228215767635%;
}
.row-fluid [class*="span"]:first-child {
  margin-left: 0;
}
.row-fluid .controls-row [class*="span"] + [class*="span"] {
  margin-left: 2.0746887966805%;
}
.row-fluid .span12 {
  width: 100%;
  *width: 99.948132780083%;
}
.row-fluid .span11 {
  width: 91.49377593361%;
  *width: 91.441908713693%;
}
.row-fluid .span10 {
  width: 82.98755186722%;
  *width: 82.935684647303%;
}
.row-fluid .span9 {
  width: 74.48132780083%;
  *width: 74.429460580913%;
}
.row-fluid .span8 {
  width: 65.97510373444%;
  *width: 65.923236514523%;
}
.row-fluid .span7 {
  width: 57.46887966805%;
  *width: 57.417012448133%;
}
.row-fluid .span6 {
  width: 48.96265560166%;
  *width: 48.910788381743%;
}
.row-fluid .span5 {
  width: 40.45643153527%;
  *width: 40.404564315353%;
}
.row-fluid .span4 {
  width: 31.95020746888%;
  *width: 31.898340248963%;
}
.row-fluid .span3 {
  width: 23.44398340249%;
  *width: 23.392116182573%;
}
.row-fluid .span2 {
  width: 14.9377593361%;
  *width: 14.885892116183%;
}
.row-fluid .span1 {
  width: 6.4315352697095%;
  *width: 6.3796680497925%;
}
.row-fluid .offset12 {
  margin-left: 104.14937759336%;
  *margin-left: 104.04564315353%;
}
.row-fluid .offset12:first-child {
  margin-left: 102.07468879668%;
  *margin-left: 101.97095435685%;
}
.row-fluid .offset11 {
  margin-left: 95.643153526971%;
  *margin-left: 95.539419087137%;
}
.row-fluid .offset11:first-child {
  margin-left: 93.56846473029%;
  *margin-left: 93.464730290456%;
}
.row-fluid .offset10 {
  margin-left: 87.136929460581%;
  *margin-left: 87.033195020747%;
}
.row-fluid .offset10:first-child {
  margin-left: 85.0622406639%;
  *margin-left: 84.958506224066%;
}
.row-fluid .offset9 {
  margin-left: 78.630705394191%;
  *margin-left: 78.526970954357%;
}
.row-fluid .offset9:first-child {
  margin-left: 76.55601659751%;
  *margin-left: 76.452282157676%;
}
.row-fluid .offset8 {
  margin-left: 70.124481327801%;
  *margin-left: 70.020746887967%;
}
.row-fluid .offset8:first-child {
  margin-left: 68.04979253112%;
  *margin-left: 67.946058091286%;
}
.row-fluid .offset7 {
  margin-left: 61.618257261411%;
  *margin-left: 61.514522821577%;
}
.row-fluid .offset7:first-child {
  margin-left: 59.54356846473%;
  *margin-left: 59.439834024896%;
}
.row-fluid .offset6 {
  margin-left: 53.112033195021%;
  *margin-left: 53.008298755187%;
}
.row-fluid .offset6:first-child {
  margin-left: 51.03734439834%;
  *margin-left: 50.933609958506%;
}
.row-fluid .offset5 {
  margin-left: 44.605809128631%;
  *margin-left: 44.502074688797%;
}
.row-fluid .offset5:first-child {
  margin-left: 42.53112033195%;
  *margin-left: 42.427385892116%;
}
.row-fluid .offset4 {
  margin-left: 36.099585062241%;
  *margin-left: 35.995850622407%;
}
.row-fluid .offset4:first-child {
  margin-left: 34.02489626556%;
  *margin-left: 33.921161825726%;
}
.row-fluid .offset3 {
  margin-left: 27.593360995851%;
  *margin-left: 27.489626556017%;
}
.row-fluid .offset3:first-child {
  margin-left: 25.51867219917%;
  *margin-left: 25.414937759336%;
}
.row-fluid .offset2 {
  margin-left: 19.087136929461%;
  *margin-left: 18.983402489627%;
}
.row-fluid .offset2:first-child {
  margin-left: 17.01244813278%;
  *margin-left: 16.908713692946%;
}
.row-fluid .offset1 {
  margin-left: 10.580912863071%;
  *margin-left: 10.477178423237%;
}
.row-fluid .offset1:first-child {
  margin-left: 8.50622406639%;
  *margin-left: 8.402489626556%;
}
[class*="span"].hide,
.row-fluid [class*="span"].hide {
  display: none;
}
[class*="span"].pull-right,
.row-fluid [class*="span"].pull-right {
  float: right;
}
.container {
  margin-right: auto;
  margin-left: auto;
  *zoom: 1;
}
.container:before,
.container:after {
  display: table;
  content: "";
  line-height: 0;
}
.container:after {
  clear: both;
}
.container-fluid {
  padding-right: 20px;
  padding-left: 20px;
  *zoom: 1;
}
.container-fluid:before,
.container-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
.container-fluid:after {
  clear: both;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 21px;
  font-weight: 200;
  line-height: 30px;
}
small {
  font-size: 85%;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
cite {
  font-style: normal;
}
.muted {
  color: #999;
}
a.muted:hover,
a.muted:focus {
  color: #808080;
}
.text-warning {
  color: #c09853;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #a47e3c;
}
.text-error {
  color: #b94a48;
}
a.text-error:hover,
a.text-error:focus {
  color: #953b39;
}
.text-info {
  color: #3a87ad;
}
a.text-info:hover,
a.text-info:focus {
  color: #2d6987;
}
.text-success {
  color: #468847;
}
a.text-success:hover,
a.text-success:focus {
  color: #356635;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 10px 0;
  font-family: inherit;
  font-weight: bold;
  line-height: 20px;
  color: inherit;
  text-rendering: optimizelegibility;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-weight: normal;
  line-height: 1;
  color: #999;
}
h1,
h2,
h3 {
  line-height: 40px;
}
h1 {
  font-size: 38.5px;
}
h2 {
  font-size: 31.5px;
}
h3 {
  font-size: 24.5px;
}
h4 {
  font-size: 17.5px;
}
h5 {
  font-size: 14px;
}
h6 {
  font-size: 11.9px;
}
h1 small {
  font-size: 24.5px;
}
h2 small {
  font-size: 17.5px;
}
h3 small {
  font-size: 14px;
}
h4 small {
  font-size: 14px;
}
.page-header {
  padding-bottom: 9px;
  margin: 20px 0 30px;
  border-bottom: 1px solid #eee;
}
ul,
ol {
  padding: 0;
  margin: 0 0 10px 25px;
}
ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}
li {
  line-height: 20px;
}
ul.unstyled,
ol.unstyled {
  margin-left: 0;
  list-style: none;
}
ul.inline,
ol.inline {
  margin-left: 0;
  list-style: none;
}
ul.inline > li,
ol.inline > li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 20px;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 10px;
}
.dl-horizontal {
  *zoom: 1;
}
.dl-horizontal:before,
.dl-horizontal:after {
  display: table;
  content: "";
  line-height: 0;
}
.dl-horizontal:after {
  clear: both;
}
.dl-horizontal dt {
  float: left;
  width: 160px;
  clear: left;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dl-horizontal dd {
  margin-left: 180px;
}
hr {
  margin: 20px 0;
  border: 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #fff;
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999;
}
abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 0 0 0 15px;
  margin: 0 0 20px;
  border-left: 5px solid #eee;
}
blockquote p {
  margin-bottom: 0;
  font-size: 17.5px;
  font-weight: 300;
  line-height: 1.25;
}
blockquote small {
  display: block;
  line-height: 20px;
  color: #999;
}
blockquote small:before {
  content: '\2014 \00A0';
}
blockquote.pull-right {
  float: right;
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eee;
  border-left: 0;
}
blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}
blockquote.pull-right small:before {
  content: '';
}
blockquote.pull-right small:after {
  content: '\00A0 \2014';
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}
address {
  display: block;
  margin-bottom: 20px;
  font-style: normal;
  line-height: 20px;
}
code,
pre {
  padding: 0 3px 2px;
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
  font-size: 12px;
  color: #333;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
code {
  padding: 2px 4px;
  color: #d14;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
  white-space: nowrap;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 20px;
  word-break: break-all;
  word-wrap: break-word;
  white-space: pre;
  white-space: pre-wrap;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border: 1px solid rgba(0,0,0,0.15);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
pre.prettyprint {
  margin-bottom: 20px;
}
pre code {
  padding: 0;
  color: inherit;
  white-space: pre;
  white-space: pre-wrap;
  background-color: transparent;
  border: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
form {
  margin: 0 0 20px;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: 40px;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
legend small {
  font-size: 15px;
  color: #999;
}
label,
input,
button,
select,
textarea {
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
}
input,
button,
select,
textarea {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
label {
  display: block;
  margin-bottom: 5px;
}
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 {
  display: inline-block;
  height: 20px;
  padding: 4px 6px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #555;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  vertical-align: middle;
}
input,
textarea,
.uneditable-input {
  width: 206px;
}
textarea {
  height: auto;
}
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 {
  background-color: #fff;
  border: 1px solid #ccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -webkit-transform: border linear .2s, box-shadow linear .2s ease-in-out 1s;
  -moz-transform: border linear .2s, box-shadow linear .2s ease-in-out 1s;
  -o-transform: border linear .2s, box-shadow linear .2s ease-in-out 1s;
  transform: border linear .2s, box-shadow linear .2s ease-in-out 1s;
  -webkit-transition: border linear .2s, box-shadow linear .2s;
  -moz-transition: border linear .2s, box-shadow linear .2s;
  -o-transition: border linear .2s, box-shadow linear .2s;
  transition: border linear .2s, box-shadow linear .2s;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: rgba(82,168,236,0.8);
  outline: 0;
  outline: thin dotted \9;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  *margin-top: 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
  width: auto;
}
select,
input[type="file"] {
  height: 30px;
  *margin-top: 4px;
  line-height: 30px;
}
select {
  width: 220px;
  border: 1px solid #ccc;
  background-color: #fff;
}
select[multiple],
select[size] {
  height: auto;
}
select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.uneditable-input,
.uneditable-textarea {
  color: #999;
  background-color: #fcfcfc;
  border-color: #ccc;
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.025);
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.025);
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.025);
  cursor: not-allowed;
}
.uneditable-input {
  overflow: hidden;
  white-space: nowrap;
}
.uneditable-textarea {
  width: auto;
  height: auto;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #999;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999;
}
.radio,
.checkbox {
  min-height: 20px;
  padding-left: 20px;
}
.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}
.controls > .radio:first-child,
.controls > .checkbox:first-child {
  padding-top: 5px;
}
.radio.inline,
.checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle;
}
.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
  margin-left: 10px;
}
.input-mini {
  width: 60px;
}
.input-small {
  width: 90px;
}
.input-medium {
  width: 150px;
}
.input-large {
  width: 210px;
}
.input-xlarge {
  width: 270px;
}
.input-xxlarge {
  width: 530px;
}
input[class*="span"],
select[class*="span"],
textarea[class*="span"],
.uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"] {
  float: none;
  margin-left: 0;
}
.input-append input[class*="span"],
.input-append .uneditable-input[class*="span"],
.input-prepend input[class*="span"],
.input-prepend .uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"],
.row-fluid .input-prepend [class*="span"],
.row-fluid .input-append [class*="span"] {
  display: inline-block;
}
input,
textarea,
.uneditable-input {
  margin-left: 0;
}
.controls-row [class*="span"] + [class*="span"] {
  margin-left: 20px;
}
input.span12,
textarea.span12,
.uneditable-input.span12 {
  width: 950px;
}
input.span11,
textarea.span11,
.uneditable-input.span11 {
  width: 868px;
}
input.span10,
textarea.span10,
.uneditable-input.span10 {
  width: 786px;
}
input.span9,
textarea.span9,
.uneditable-input.span9 {
  width: 704px;
}
input.span8,
textarea.span8,
.uneditable-input.span8 {
  width: 622px;
}
input.span7,
textarea.span7,
.uneditable-input.span7 {
  width: 540px;
}
input.span6,
textarea.span6,
.uneditable-input.span6 {
  width: 458px;
}
input.span5,
textarea.span5,
.uneditable-input.span5 {
  width: 376px;
}
input.span4,
textarea.span4,
.uneditable-input.span4 {
  width: 294px;
}
input.span3,
textarea.span3,
.uneditable-input.span3 {
  width: 212px;
}
input.span2,
textarea.span2,
.uneditable-input.span2 {
  width: 130px;
}
input.span1,
textarea.span1,
.uneditable-input.span1 {
  width: 48px;
}
.controls-row {
  *zoom: 1;
}
.controls-row:before,
.controls-row:after {
  display: table;
  content: "";
  line-height: 0;
}
.controls-row:after {
  clear: both;
}
.controls-row [class*="span"],
.row-fluid .controls-row [class*="span"] {
  float: left;
}
.controls-row .checkbox[class*="span"],
.controls-row .radio[class*="span"] {
  padding-top: 5px;
}
input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  cursor: not-allowed;
  background-color: #eee;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"][readonly],
input[type="checkbox"][readonly] {
  background-color: transparent;
}
.control-group.warning .control-label,
.control-group.warning .help-block,
.control-group.warning .help-inline {
  color: #c09853;
}
.control-group.warning .checkbox,
.control-group.warning .radio,
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  color: #c09853;
}
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  border-color: #c09853;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}
.control-group.warning input:focus,
.control-group.warning select:focus,
.control-group.warning textarea:focus {
  border-color: #a47e3c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #dbc59e;
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #dbc59e;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #dbc59e;
}
.control-group.warning .input-prepend .add-on,
.control-group.warning .input-append .add-on {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #c09853;
}
.control-group.error .control-label,
.control-group.error .help-block,
.control-group.error .help-inline {
  color: #b94a48;
}
.control-group.error .checkbox,
.control-group.error .radio,
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  color: #b94a48;
}
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  border-color: #b94a48;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}
.control-group.error input:focus,
.control-group.error select:focus,
.control-group.error textarea:focus {
  border-color: #953b39;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #d59392;
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #d59392;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #d59392;
}
.control-group.error .input-prepend .add-on,
.control-group.error .input-append .add-on {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #b94a48;
}
.control-group.success .control-label,
.control-group.success .help-block,
.control-group.success .help-inline {
  color: #468847;
}
.control-group.success .checkbox,
.control-group.success .radio,
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  color: #468847;
}
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  border-color: #468847;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}
.control-group.success input:focus,
.control-group.success select:focus,
.control-group.success textarea:focus {
  border-color: #356635;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #7aba7b;
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #7aba7b;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #7aba7b;
}
.control-group.success .input-prepend .add-on,
.control-group.success .input-append .add-on {
  color: #468847;
  background-color: #dff0d8;
  border-color: #468847;
}
.control-group.info .control-label,
.control-group.info .help-block,
.control-group.info .help-inline {
  color: #3a87ad;
}
.control-group.info .checkbox,
.control-group.info .radio,
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  color: #3a87ad;
}
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  border-color: #3a87ad;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}
.control-group.info input:focus,
.control-group.info select:focus,
.control-group.info textarea:focus {
  border-color: #2d6987;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #7ab5d3;
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #7ab5d3;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #7ab5d3;
}
.control-group.info .input-prepend .add-on,
.control-group.info .input-append .add-on {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #3a87ad;
}
input:focus:invalid,
textarea:focus:invalid,
select:focus:invalid {
  color: #b94a48;
  border-color: #ee5f5b;
}
input:focus:invalid:focus,
textarea:focus:invalid:focus,
select:focus:invalid:focus {
  border-color: #e9322d;
  -webkit-box-shadow: 0 0 6px #f8b9b7;
  -moz-box-shadow: 0 0 6px #f8b9b7;
  box-shadow: 0 0 6px #f8b9b7;
}
.form-actions {
  padding: 19px 20px 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-top: 1px solid #e5e5e5;
  *zoom: 1;
}
.form-actions:before,
.form-actions:after {
  display: table;
  content: "";
  line-height: 0;
}
.form-actions:after {
  clear: both;
}
.help-block,
.help-inline {
  color: #595959;
}
.help-block {
  display: block;
  margin-bottom: 10px;
}
.help-inline {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  padding-left: 5px;
}
.input-append,
.input-prepend {
  display: inline-block;
  margin-bottom: 10px;
  vertical-align: middle;
  font-size: 0;
  white-space: nowrap;
}
.input-append input,
.input-append select,
.input-append .uneditable-input,
.input-append .dropdown-menu,
.input-append .popover,
.input-prepend input,
.input-prepend select,
.input-prepend .uneditable-input,
.input-prepend .dropdown-menu,
.input-prepend .popover {
  font-size: 14px;
}
.input-append input,
.input-append select,
.input-append .uneditable-input,
.input-prepend input,
.input-prepend select,
.input-prepend .uneditable-input {
  position: relative;
  margin-bottom: 0;
  *margin-left: 0;
  vertical-align: top;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.input-append input:focus,
.input-append select:focus,
.input-append .uneditable-input:focus,
.input-prepend input:focus,
.input-prepend select:focus,
.input-prepend .uneditable-input:focus {
  z-index: 2;
}
.input-append .add-on,
.input-prepend .add-on {
  display: inline-block;
  width: auto;
  height: 20px;
  min-width: 16px;
  padding: 4px 5px;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  background-color: #eee;
  border: 1px solid #ccc;
}
.input-append .add-on,
.input-append .btn,
.input-append .btn-group > .dropdown-toggle,
.input-prepend .add-on,
.input-prepend .btn,
.input-prepend .btn-group > .dropdown-toggle {
  vertical-align: top;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.input-append .active,
.input-prepend .active {
  background-color: #a9dba9;
  border-color: #46a546;
}
.input-prepend .add-on,
.input-prepend .btn {
  margin-right: -1px;
}
.input-prepend .add-on:first-child,
.input-prepend .btn:first-child {
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.input-append input,
.input-append select,
.input-append .uneditable-input {
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.input-append input + .btn-group .btn:last-child,
.input-append select + .btn-group .btn:last-child,
.input-append .uneditable-input + .btn-group .btn:last-child {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.input-append .add-on,
.input-append .btn,
.input-append .btn-group {
  margin-left: -1px;
}
.input-append .add-on:last-child,
.input-append .btn:last-child,
.input-append .btn-group:last-child > .dropdown-toggle {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.input-prepend.input-append input,
.input-prepend.input-append select,
.input-prepend.input-append .uneditable-input {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.input-prepend.input-append input + .btn-group .btn,
.input-prepend.input-append select + .btn-group .btn,
.input-prepend.input-append .uneditable-input + .btn-group .btn {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.input-prepend.input-append .add-on:first-child,
.input-prepend.input-append .btn:first-child {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.input-prepend.input-append .add-on:last-child,
.input-prepend.input-append .btn:last-child {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.input-prepend.input-append .btn-group:first-child {
  margin-left: 0;
}
input.search-query {
  padding-right: 14px;
  padding-right: 4px \9;
  padding-left: 14px;
  padding-left: 4px \9;
  margin-bottom: 0;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.form-search .input-append .search-query,
.form-search .input-prepend .search-query {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.form-search .input-append .search-query {
  -webkit-border-radius: 14px 0 0 14px;
  -moz-border-radius: 14px 0 0 14px;
  border-radius: 14px 0 0 14px;
}
.form-search .input-append .btn {
  -webkit-border-radius: 0 14px 14px 0;
  -moz-border-radius: 0 14px 14px 0;
  border-radius: 0 14px 14px 0;
}
.form-search .input-prepend .search-query {
  -webkit-border-radius: 0 14px 14px 0;
  -moz-border-radius: 0 14px 14px 0;
  border-radius: 0 14px 14px 0;
}
.form-search .input-prepend .btn {
  -webkit-border-radius: 14px 0 0 14px;
  -moz-border-radius: 14px 0 0 14px;
  border-radius: 14px 0 0 14px;
}
.form-search input,
.form-search textarea,
.form-search select,
.form-search .help-inline,
.form-search .uneditable-input,
.form-search .input-prepend,
.form-search .input-append,
.form-inline input,
.form-inline textarea,
.form-inline select,
.form-inline .help-inline,
.form-inline .uneditable-input,
.form-inline .input-prepend,
.form-inline .input-append,
.form-horizontal input,
.form-horizontal textarea,
.form-horizontal select,
.form-horizontal .help-inline,
.form-horizontal .uneditable-input,
.form-horizontal .input-prepend,
.form-horizontal .input-append {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-bottom: 0;
  vertical-align: middle;
}
.form-search .hide,
.form-inline .hide,
.form-horizontal .hide {
  display: none;
}
.form-search label,
.form-inline label,
.form-search .btn-group,
.form-inline .btn-group {
  display: inline-block;
}
.form-search .input-append,
.form-inline .input-append,
.form-search .input-prepend,
.form-inline .input-prepend {
  margin-bottom: 0;
}
.form-search .radio,
.form-search .checkbox,
.form-inline .radio,
.form-inline .checkbox {
  padding-left: 0;
  margin-bottom: 0;
  vertical-align: middle;
}
.form-search .radio input[type="radio"],
.form-search .checkbox input[type="checkbox"],
.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
  float: left;
  margin-right: 3px;
  margin-left: 0;
}
.control-group {
  margin-bottom: 10px;
}
legend + .control-group {
  margin-top: 20px;
  -webkit-margin-top-collapse: separate;
}
.form-horizontal .control-group {
  margin-bottom: 20px;
  *zoom: 1;
}
.form-horizontal .control-group:before,
.form-horizontal .control-group:after {
  display: table;
  content: "";
  line-height: 0;
}
.form-horizontal .control-group:after {
  clear: both;
}
.form-horizontal .control-label {
  float: left;
  width: 160px;
  padding-top: 5px;
  text-align: right;
}
.form-horizontal .controls {
  *display: inline-block;
  *padding-left: 20px;
  margin-left: 180px;
  *margin-left: 0;
}
.form-horizontal .controls:first-child {
  *padding-left: 180px;
}
.form-horizontal .help-block {
  margin-bottom: 0;
}
.form-horizontal input + .help-block,
.form-horizontal select + .help-block,
.form-horizontal textarea + .help-block,
.form-horizontal .uneditable-input + .help-block,
.form-horizontal .input-prepend + .help-block,
.form-horizontal .input-append + .help-block {
  margin-top: 10px;
}
.form-horizontal .form-actions {
  padding-left: 180px;
}
table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}
.table {
  width: 100%;
  margin-bottom: 20px;
}
.table th,
.table td {
  padding: 8px;
  line-height: 20px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table th {
  font-weight: bold;
}
.table thead th {
  vertical-align: bottom;
}
.table caption + thead tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
  border-top: 0;
}
.table tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed th,
.table-condensed td {
  padding: 4px 5px;
}
.table-bordered {
  border: 1px solid #ddd;
  border-collapse: separate;
  *border-collapse: collapse;
  border-left: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.table-bordered th,
.table-bordered td {
  border-left: 1px solid #ddd;
}
.table-bordered caption + thead tr:first-child th,
.table-bordered caption + tbody tr:first-child th,
.table-bordered caption + tbody tr:first-child td,
.table-bordered colgroup + thead tr:first-child th,
.table-bordered colgroup + tbody tr:first-child th,
.table-bordered colgroup + tbody tr:first-child td,
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
  border-top: 0;
}
.table-bordered thead:first-child tr:first-child > th:first-child,
.table-bordered tbody:first-child tr:first-child > td:first-child,
.table-bordered tbody:first-child tr:first-child > th:first-child {
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
}
.table-bordered thead:first-child tr:first-child > th:last-child,
.table-bordered tbody:first-child tr:first-child > td:last-child,
.table-bordered tbody:first-child tr:first-child > th:last-child {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
}
.table-bordered thead:last-child tr:last-child > th:first-child,
.table-bordered tbody:last-child tr:last-child > td:first-child,
.table-bordered tbody:last-child tr:last-child > th:first-child,
.table-bordered tfoot:last-child tr:last-child > td:first-child,
.table-bordered tfoot:last-child tr:last-child > th:first-child {
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
.table-bordered thead:last-child tr:last-child > th:last-child,
.table-bordered tbody:last-child tr:last-child > td:last-child,
.table-bordered tbody:last-child tr:last-child > th:last-child,
.table-bordered tfoot:last-child tr:last-child > td:last-child,
.table-bordered tfoot:last-child tr:last-child > th:last-child {
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}
.table-bordered tfoot + tbody:last-child tr:last-child td:first-child {
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
}
.table-bordered tfoot + tbody:last-child tr:last-child td:last-child {
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
}
.table-bordered caption + thead tr:first-child th:first-child,
.table-bordered caption + tbody tr:first-child td:first-child,
.table-bordered colgroup + thead tr:first-child th:first-child,
.table-bordered colgroup + tbody tr:first-child td:first-child {
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
}
.table-bordered caption + thead tr:first-child th:last-child,
.table-bordered caption + tbody tr:first-child td:last-child,
.table-bordered colgroup + thead tr:first-child th:last-child,
.table-bordered colgroup + tbody tr:first-child td:last-child {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
}
.table-striped tbody > tr:nth-child(odd) > td,
.table-striped tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.table-hover tbody tr:hover > td,
.table-hover tbody tr:hover > th {
  background-color: #f5f5f5;
}
table td[class*="span"],
table th[class*="span"],
.row-fluid table td[class*="span"],
.row-fluid table th[class*="span"] {
  display: table-cell;
  float: none;
  margin-left: 0;
}
.table td.span1,
.table th.span1 {
  float: none;
  width: 46px;
  margin-left: 0;
}
.table td.span2,
.table th.span2 {
  float: none;
  width: 128px;
  margin-left: 0;
}
.table td.span3,
.table th.span3 {
  float: none;
  width: 210px;
  margin-left: 0;
}
.table td.span4,
.table th.span4 {
  float: none;
  width: 292px;
  margin-left: 0;
}
.table td.span5,
.table th.span5 {
  float: none;
  width: 374px;
  margin-left: 0;
}
.table td.span6,
.table th.span6 {
  float: none;
  width: 456px;
  margin-left: 0;
}
.table td.span7,
.table th.span7 {
  float: none;
  width: 538px;
  margin-left: 0;
}
.table td.span8,
.table th.span8 {
  float: none;
  width: 620px;
  margin-left: 0;
}
.table td.span9,
.table th.span9 {
  float: none;
  width: 702px;
  margin-left: 0;
}
.table td.span10,
.table th.span10 {
  float: none;
  width: 784px;
  margin-left: 0;
}
.table td.span11,
.table th.span11 {
  float: none;
  width: 866px;
  margin-left: 0;
}
.table td.span12,
.table th.span12 {
  float: none;
  width: 948px;
  margin-left: 0;
}
.table tbody tr.success > td {
  background-color: #dff0d8;
}
.table tbody tr.error > td {
  background-color: #f2dede;
}
.table tbody tr.warning > td {
  background-color: #fcf8e3;
}
.table tbody tr.info > td {
  background-color: #d9edf7;
}
.table-hover tbody tr.success:hover > td {
  background-color: #d0e9c6;
}
.table-hover tbody tr.error:hover > td {
  background-color: #ebcccc;
}
.table-hover tbody tr.warning:hover > td {
  background-color: #faf2cc;
}
.table-hover tbody tr.info:hover > td {
  background-color: #c4e3f3;
}
[class^="icon-"],
[class*=" icon-"] {
  display: inline-block;
  width: 14px;
  height: 14px;
  *margin-right: .3em;
  line-height: 14px;
  vertical-align: text-top;
  background-image: url("../img/glyphicons-halflings.png");
  background-position: 14px 14px;
  background-repeat: no-repeat;
  margin-top: 1px;
}
.icon-white,
.nav-pills > .active > a > [class^="icon-"],
.nav-pills > .active > a > [class*=" icon-"],
.nav-list > .active > a > [class^="icon-"],
.nav-list > .active > a > [class*=" icon-"],
.navbar-inverse .nav > .active > a > [class^="icon-"],
.navbar-inverse .nav > .active > a > [class*=" icon-"],
.dropdown-menu > li > a:hover > [class^="icon-"],
.dropdown-menu > li > a:focus > [class^="icon-"],
.dropdown-menu > li > a:hover > [class*=" icon-"],
.dropdown-menu > li > a:focus > [class*=" icon-"],
.dropdown-menu > .active > a > [class^="icon-"],
.dropdown-menu > .active > a > [class*=" icon-"],
.dropdown-submenu:hover > a > [class^="icon-"],
.dropdown-submenu:focus > a > [class^="icon-"],
.dropdown-submenu:hover > a > [class*=" icon-"],
.dropdown-submenu:focus > a > [class*=" icon-"] {
  background-image: url("../img/glyphicons-halflings-white.png");
}
.icon-glass {
  background-position: 0 0;
}
.icon-music {
  background-position: -24px 0;
}
.icon-search {
  background-position: -48px 0;
}
.icon-envelope {
  background-position: -72px 0;
}
.icon-heart {
  background-position: -96px 0;
}
.icon-star {
  background-position: -120px 0;
}
.icon-star-empty {
  background-position: -144px 0;
}
.icon-user {
  background-position: -168px 0;
}
.icon-film {
  background-position: -192px 0;
}
.icon-th-large {
  background-position: -216px 0;
}
.icon-th {
  background-position: -240px 0;
}
.icon-th-list {
  background-position: -264px 0;
}
.icon-ok {
  background-position: -288px 0;
}
.icon-remove {
  background-position: -312px 0;
}
.icon-zoom-in {
  background-position: -336px 0;
}
.icon-zoom-out {
  background-position: -360px 0;
}
.icon-off {
  background-position: -384px 0;
}
.icon-signal {
  background-position: -408px 0;
}
.icon-cog {
  background-position: -432px 0;
}
.icon-trash {
  background-position: -456px 0;
}
.icon-home {
  background-position: 0 -24px;
}
.icon-file {
  background-position: -24px -24px;
}
.icon-time {
  background-position: -48px -24px;
}
.icon-road {
  background-position: -72px -24px;
}
.icon-download-alt {
  background-position: -96px -24px;
}
.icon-download {
  background-position: -120px -24px;
}
.icon-upload {
  background-position: -144px -24px;
}
.icon-inbox {
  background-position: -168px -24px;
}
.icon-play-circle {
  background-position: -192px -24px;
}
.icon-repeat {
  background-position: -216px -24px;
}
.icon-refresh {
  background-position: -240px -24px;
}
.icon-list-alt {
  background-position: -264px -24px;
}
.icon-lock {
  background-position: -287px -24px;
}
.icon-flag {
  background-position: -312px -24px;
}
.icon-headphones {
  background-position: -336px -24px;
}
.icon-volume-off {
  background-position: -360px -24px;
}
.icon-volume-down {
  background-position: -384px -24px;
}
.icon-volume-up {
  background-position: -408px -24px;
}
.icon-qrcode {
  background-position: -432px -24px;
}
.icon-barcode {
  background-position: -456px -24px;
}
.icon-tag {
  background-position: 0 -48px;
}
.icon-tags {
  background-position: -25px -48px;
}
.icon-book {
  background-position: -48px -48px;
}
.icon-bookmark {
  background-position: -72px -48px;
}
.icon-print {
  background-position: -96px -48px;
}
.icon-camera {
  background-position: -120px -48px;
}
.icon-font {
  background-position: -144px -48px;
}
.icon-bold {
  background-position: -167px -48px;
}
.icon-italic {
  background-position: -192px -48px;
}
.icon-text-height {
  background-position: -216px -48px;
}
.icon-text-width {
  background-position: -240px -48px;
}
.icon-align-left {
  background-position: -264px -48px;
}
.icon-align-center {
  background-position: -288px -48px;
}
.icon-align-right {
  background-position: -312px -48px;
}
.icon-align-justify {
  background-position: -336px -48px;
}
.icon-list {
  background-position: -360px -48px;
}
.icon-indent-left {
  background-position: -384px -48px;
}
.icon-indent-right {
  background-position: -408px -48px;
}
.icon-facetime-video {
  background-position: -432px -48px;
}
.icon-picture {
  background-position: -456px -48px;
}
.icon-pencil {
  background-position: 0 -72px;
}
.icon-map-marker {
  background-position: -24px -72px;
}
.icon-adjust {
  background-position: -48px -72px;
}
.icon-tint {
  background-position: -72px -72px;
}
.icon-edit {
  background-position: -96px -72px;
}
.icon-share {
  background-position: -120px -72px;
}
.icon-check {
  background-position: -144px -72px;
}
.icon-move {
  background-position: -168px -72px;
}
.icon-step-backward {
  background-position: -192px -72px;
}
.icon-fast-backward {
  background-position: -216px -72px;
}
.icon-backward {
  background-position: -240px -72px;
}
.icon-play {
  background-position: -264px -72px;
}
.icon-pause {
  background-position: -288px -72px;
}
.icon-stop {
  background-position: -312px -72px;
}
.icon-forward {
  background-position: -336px -72px;
}
.icon-fast-forward {
  background-position: -360px -72px;
}
.icon-step-forward {
  background-position: -384px -72px;
}
.icon-eject {
  background-position: -408px -72px;
}
.icon-chevron-left {
  background-position: -432px -72px;
}
.icon-chevron-right {
  background-position: -456px -72px;
}
.icon-plus-sign {
  background-position: 0 -96px;
}
.icon-minus-sign {
  background-position: -24px -96px;
}
.icon-remove-sign {
  background-position: -48px -96px;
}
.icon-ok-sign {
  background-position: -72px -96px;
}
.icon-question-sign {
  background-position: -96px -96px;
}
.icon-info-sign {
  background-position: -120px -96px;
}
.icon-screenshot {
  background-position: -144px -96px;
}
.icon-remove-circle {
  background-position: -168px -96px;
}
.icon-ok-circle {
  background-position: -192px -96px;
}
.icon-ban-circle {
  background-position: -216px -96px;
}
.icon-arrow-left {
  background-position: -240px -96px;
}
.icon-arrow-right {
  background-position: -264px -96px;
}
.icon-arrow-up {
  background-position: -289px -96px;
}
.icon-arrow-down {
  background-position: -312px -96px;
}
.icon-share-alt {
  background-position: -336px -96px;
}
.icon-resize-full {
  background-position: -360px -96px;
}
.icon-resize-small {
  background-position: -384px -96px;
}
.icon-plus {
  background-position: -408px -96px;
}
.icon-minus {
  background-position: -433px -96px;
}
.icon-asterisk {
  background-position: -456px -96px;
}
.icon-exclamation-sign {
  background-position: 0 -120px;
}
.icon-gift {
  background-position: -24px -120px;
}
.icon-leaf {
  background-position: -48px -120px;
}
.icon-fire {
  background-position: -72px -120px;
}
.icon-eye-open {
  background-position: -96px -120px;
}
.icon-eye-close {
  background-position: -120px -120px;
}
.icon-warning-sign {
  background-position: -144px -120px;
}
.icon-plane {
  background-position: -168px -120px;
}
.icon-calendar {
  background-position: -192px -120px;
}
.icon-random {
  background-position: -216px -120px;
  width: 16px;
}
.icon-comment {
  background-position: -240px -120px;
}
.icon-magnet {
  background-position: -264px -120px;
}
.icon-chevron-up {
  background-position: -288px -120px;
}
.icon-chevron-down {
  background-position: -313px -119px;
}
.icon-retweet {
  background-position: -336px -120px;
}
.icon-shopping-cart {
  background-position: -360px -120px;
}
.icon-folder-close {
  background-position: -384px -120px;
  width: 16px;
}
.icon-folder-open {
  background-position: -408px -120px;
  width: 16px;
}
.icon-resize-vertical {
  background-position: -432px -119px;
}
.icon-resize-horizontal {
  background-position: -456px -118px;
}
.icon-hdd {
  background-position: 0 -144px;
}
.icon-bullhorn {
  background-position: -24px -144px;
}
.icon-bell {
  background-position: -48px -144px;
}
.icon-certificate {
  background-position: -72px -144px;
}
.icon-thumbs-up {
  background-position: -96px -144px;
}
.icon-thumbs-down {
  background-position: -120px -144px;
}
.icon-hand-right {
  background-position: -144px -144px;
}
.icon-hand-left {
  background-position: -168px -144px;
}
.icon-hand-up {
  background-position: -192px -144px;
}
.icon-hand-down {
  background-position: -216px -144px;
}
.icon-circle-arrow-right {
  background-position: -240px -144px;
}
.icon-circle-arrow-left {
  background-position: -264px -144px;
}
.icon-circle-arrow-up {
  background-position: -288px -144px;
}
.icon-circle-arrow-down {
  background-position: -312px -144px;
}
.icon-globe {
  background-position: -336px -144px;
}
.icon-wrench {
  background-position: -360px -144px;
}
.icon-tasks {
  background-position: -384px -144px;
}
.icon-filter {
  background-position: -408px -144px;
}
.icon-briefcase {
  background-position: -432px -144px;
}
.icon-fullscreen {
  background-position: -456px -144px;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle {
  *margin-bottom: -3px;
}
.dropdown-toggle:active,
.open .dropdown-toggle {
  outline: 0;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;
  border-top: 4px solid #000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
}
.dropdown .caret {
  margin-top: 8px;
  margin-left: 2px;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0,0,0,0.2);
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
  box-shadow: 0 5px 10px rgba(0,0,0,0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  *width: 100%;
  height: 1px;
  margin: 9px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #fff;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 20px;
  color: #333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a {
  text-decoration: none;
  color: #fff;
  background-color: #0081c2;
  background-image: -moz-linear-gradient(top,#08c,#0077b3);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#08c),to(#0077b3));
  background-image: -webkit-linear-gradient(top,#08c,#0077b3);
  background-image: -o-linear-gradient(top,#08c,#0077b3);
  background-image: linear-gradient(to bottom,#08c,#0077b3);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0076b2', GradientType=0);
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #0081c2;
  background-image: -moz-linear-gradient(top,#08c,#0077b3);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#08c),to(#0077b3));
  background-image: -webkit-linear-gradient(top,#08c,#0077b3);
  background-image: -o-linear-gradient(top,#08c,#0077b3);
  background-image: linear-gradient(to bottom,#08c,#0077b3);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0076b2', GradientType=0);
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: default;
}
.open {
  *z-index: 1000;
}
.open > .dropdown-menu {
  display: block;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid #000;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px 6px;
  border-radius: 0 6px 6px 6px;
}
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
.dropup .dropdown-submenu > .dropdown-menu {
  top: auto;
  bottom: 0;
  margin-top: 0;
  margin-bottom: -2px;
  -webkit-border-radius: 5px 5px 5px 0;
  -moz-border-radius: 5px 5px 5px 0;
  border-radius: 5px 5px 5px 0;
}
.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #cccccc;
  margin-top: 5px;
  margin-right: -10px;
}
.dropdown-submenu:hover > a:after {
  border-left-color: #fff;
}
.dropdown-submenu.pull-left {
  float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}
.dropdown .dropdown-menu .nav-header {
  padding-left: 20px;
  padding-right: 20px;
}
.typeahead {
  z-index: 1051;
  margin-top: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0,0,0,0.15);
}
.well-large {
  padding: 24px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.well-small {
  padding: 9px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.fade {
  opacity: 0;
  -webkit-transform: opacity .15s linear ease-in-out 1s;
  -moz-transform: opacity .15s linear ease-in-out 1s;
  -o-transform: opacity .15s linear ease-in-out 1s;
  transform: opacity .15s linear ease-in-out 1s;
  -webkit-transition: opacity .15s linear;
  -moz-transition: opacity .15s linear;
  -o-transition: opacity .15s linear;
  transition: opacity .15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transform: height .35s ease ease-in-out 1s;
  -moz-transform: height .35s ease ease-in-out 1s;
  -o-transform: height .35s ease ease-in-out 1s;
  transform: height .35s ease ease-in-out 1s;
  -webkit-transition: height .35s ease;
  -moz-transition: height .35s ease;
  -o-transition: height .35s ease;
  transition: height .35s ease;
}
.collapse.in {
  height: auto;
}
.close {
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  color: #000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  filter: alpha(opacity=40);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.btn {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #333;
  text-shadow: 0 1px 1px rgba(255,255,255,0.75);
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top,#fff,#e6e6e6);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));
  background-image: -webkit-linear-gradient(top,#fff,#e6e6e6);
  background-image: -o-linear-gradient(top,#fff,#e6e6e6);
  background-image: linear-gradient(to bottom,#fff,#e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe5e5e5', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #e6e6e6;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 1px solid #ccc;
  *border: 0;
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  *margin-left: .3em;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  color: #333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}
.btn:active,
.btn.active {
  background-color: #cccccc \9;
}
.btn:first-child {
  *margin-left: 0;
}
.btn:hover,
.btn:focus {
  color: #333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transform: background-position .1s linear ease-in-out 1s;
  -moz-transform: background-position .1s linear ease-in-out 1s;
  -o-transform: background-position .1s linear ease-in-out 1s;
  transform: background-position .1s linear ease-in-out 1s;
  -webkit-transition: background-position .1s linear;
  -moz-transition: background-position .1s linear;
  -o-transition: background-position .1s linear;
  transition: background-position .1s linear;
}
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn.active,
.btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-large {
  padding: 11px 19px;
  font-size: 17.5px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.btn-large [class^="icon-"],
.btn-large [class*=" icon-"] {
  margin-top: 4px;
}
.btn-small {
  padding: 2px 10px;
  font-size: 11.9px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.btn-small [class^="icon-"],
.btn-small [class*=" icon-"] {
  margin-top: 0;
}
.btn-mini [class^="icon-"],
.btn-mini [class*=" icon-"] {
  margin-top: -1px;
}
.btn-mini {
  padding: 0 6px;
  font-size: 10.5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
  color: rgba(255,255,255,0.75);
}
.btn-primary {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top,#08c,#0044cc);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#08c),to(#0044cc));
  background-image: -webkit-linear-gradient(top,#08c,#0044cc);
  background-image: -o-linear-gradient(top,#08c,#0044cc);
  background-image: linear-gradient(to bottom,#08c,#0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0043cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #0044cc;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #fff;
  background-color: #0044cc;
  *background-color: #003bb3;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #003399 \9;
}
.btn-warning {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #faa732;
  background-image: -moz-linear-gradient(top,#fbb450,#f89406);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#fbb450),to(#f89406));
  background-image: -webkit-linear-gradient(top,#fbb450,#f89406);
  background-image: -o-linear-gradient(top,#fbb450,#f89406);
  background-image: linear-gradient(to bottom,#fbb450,#f89406);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffab44f', endColorstr='#fff89406', GradientType=0);
  border-color: #f89406 #f89406 #ad6704;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #f89406;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  color: #fff;
  background-color: #f89406;
  *background-color: #df8505;
}
.btn-warning:active,
.btn-warning.active {
  background-color: #c67605 \9;
}
.btn-danger {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #da4f49;
  background-image: -moz-linear-gradient(top,#ee5f5b,#bd362f);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#ee5f5b),to(#bd362f));
  background-image: -webkit-linear-gradient(top,#ee5f5b,#bd362f);
  background-image: -o-linear-gradient(top,#ee5f5b,#bd362f);
  background-image: linear-gradient(to bottom,#ee5f5b,#bd362f);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #bd362f;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  color: #fff;
  background-color: #bd362f;
  *background-color: #a9302a;
}
.btn-danger:active,
.btn-danger.active {
  background-color: #942a25 \9;
}
.btn-success {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #5bb75b;
  background-image: -moz-linear-gradient(top,#62c462,#51a351);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#62c462),to(#51a351));
  background-image: -webkit-linear-gradient(top,#62c462,#51a351);
  background-image: -o-linear-gradient(top,#62c462,#51a351);
  background-image: linear-gradient(to bottom,#62c462,#51a351);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #51a351;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  color: #fff;
  background-color: #51a351;
  *background-color: #499249;
}
.btn-success:active,
.btn-success.active {
  background-color: #408140 \9;
}
.btn-info {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #49afcd;
  background-image: -moz-linear-gradient(top,#5bc0de,#2f96b4);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#5bc0de),to(#2f96b4));
  background-image: -webkit-linear-gradient(top,#5bc0de,#2f96b4);
  background-image: -o-linear-gradient(top,#5bc0de,#2f96b4);
  background-image: linear-gradient(to bottom,#5bc0de,#2f96b4);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
  border-color: #2f96b4 #2f96b4 #1f6377;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #2f96b4;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  color: #fff;
  background-color: #2f96b4;
  *background-color: #2a85a0;
}
.btn-info:active,
.btn-info.active {
  background-color: #24748c \9;
}
.btn-inverse {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #363636;
  background-image: -moz-linear-gradient(top,#444,#222);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#444),to(#222));
  background-image: -webkit-linear-gradient(top,#444,#222);
  background-image: -o-linear-gradient(top,#444,#222);
  background-image: linear-gradient(to bottom,#444,#222);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
  border-color: #222 #222 #000000;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #222;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  color: #fff;
  background-color: #222;
  *background-color: #151515;
}
.btn-inverse:active,
.btn-inverse.active {
  background-color: #090909 \9;
}
button.btn,
input[type="submit"].btn {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button.btn.btn-large,
input[type="submit"].btn.btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}
button.btn.btn-small,
input[type="submit"].btn.btn-small {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn.btn-mini,
input[type="submit"].btn.btn-mini {
  *padding-top: 1px;
  *padding-bottom: 1px;
}
.btn-link,
.btn-link:active,
.btn-link[disabled] {
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-link {
  border-color: transparent;
  cursor: pointer;
  color: #08c;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-link:hover,
.btn-link:focus {
  color: #005580;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
.btn-link[disabled]:focus {
  color: #333;
  text-decoration: none;
}
.btn-group {
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 0;
  vertical-align: middle;
  white-space: nowrap;
  *margin-left: .3em;
}
.btn-group:first-child {
  *margin-left: 0;
}
.btn-group + .btn-group {
  margin-left: 5px;
}
.btn-toolbar {
  font-size: 0;
  margin-top: 10px;
  margin-bottom: 10px;
}
.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn + .btn-group {
  margin-left: 5px;
}
.btn-group > .btn {
  position: relative;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-group > .btn + .btn {
  margin-left: -1px;
}
.btn-group > .btn,
.btn-group > .dropdown-menu,
.btn-group > .popover {
  font-size: 14px;
}
.btn-group > .btn-mini {
  font-size: 10.5px;
}
.btn-group > .btn-small {
  font-size: 11.9px;
}
.btn-group > .btn-large {
  font-size: 17.5px;
}
.btn-group > .btn:first-child {
  margin-left: 0;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
.btn-group > .btn:last-child,
.btn-group > .dropdown-toggle {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}
.btn-group > .btn.large:first-child {
  margin-left: 0;
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-left-radius: 6px;
}
.btn-group > .btn.large:last-child,
.btn-group > .large.dropdown-toggle {
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  border-bottom-right-radius: 6px;
}
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active {
  z-index: 2;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
  -webkit-box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  *padding-top: 5px;
  *padding-bottom: 5px;
}
.btn-group > .btn-mini + .dropdown-toggle {
  padding-left: 5px;
  padding-right: 5px;
  *padding-top: 2px;
  *padding-bottom: 2px;
}
.btn-group > .btn-small + .dropdown-toggle {
  *padding-top: 5px;
  *padding-bottom: 4px;
}
.btn-group > .btn-large + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
  *padding-top: 7px;
  *padding-bottom: 7px;
}
.btn-group.open .dropdown-toggle {
  background-image: none;
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
.btn-group.open .btn.dropdown-toggle {
  background-color: #e6e6e6;
}
.btn-group.open .btn-primary.dropdown-toggle {
  background-color: #0044cc;
}
.btn-group.open .btn-warning.dropdown-toggle {
  background-color: #f89406;
}
.btn-group.open .btn-danger.dropdown-toggle {
  background-color: #bd362f;
}
.btn-group.open .btn-success.dropdown-toggle {
  background-color: #51a351;
}
.btn-group.open .btn-info.dropdown-toggle {
  background-color: #2f96b4;
}
.btn-group.open .btn-inverse.dropdown-toggle {
  background-color: #222;
}
.btn .caret {
  margin-top: 8px;
  margin-left: 0;
}
.btn-large .caret {
  margin-top: 6px;
}
.btn-large .caret {
  border-left-width: 5px;
  border-right-width: 5px;
  border-top-width: 5px;
}
.btn-mini .caret,
.btn-small .caret {
  margin-top: 8px;
}
.dropup .btn-large .caret {
  border-bottom-width: 5px;
}
.btn-primary .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret,
.btn-success .caret,
.btn-inverse .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.btn-group-vertical {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.btn-group-vertical > .btn {
  display: block;
  float: none;
  max-width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-group-vertical > .btn + .btn {
  margin-left: 0;
  margin-top: -1px;
}
.btn-group-vertical > .btn:first-child {
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.btn-group-vertical > .btn:last-child {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.btn-group-vertical > .btn-large:first-child {
  -webkit-border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
}
.btn-group-vertical > .btn-large:last-child {
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}
.alert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 20px;
  text-shadow: 0 1px 0 rgba(255,255,255,0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.alert,
.alert h4 {
  color: #c09853;
}
.alert h4 {
  margin: 0;
}
.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 20px;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}
.alert-success h4 {
  color: #468847;
}
.alert-danger,
.alert-error {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
}
.alert-danger h4,
.alert-error h4 {
  color: #b94a48;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}
.alert-info h4 {
  color: #3a87ad;
}
.alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}
.alert-block > p,
.alert-block > ul {
  margin-bottom: 0;
}
.alert-block p + p {
  margin-top: 5px;
}
.nav {
  margin-left: 0;
  margin-bottom: 20px;
  list-style: none;
}
.nav > li > a {
  display: block;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.nav > li > a > img {
  max-width: none;
}
.nav > .pull-right {
  float: right;
}
.nav-header {
  display: block;
  padding: 3px 15px;
  font-size: 11px;
  font-weight: bold;
  line-height: 20px;
  color: #999;
  text-shadow: 0 1px 0 rgba(255,255,255,0.5);
  text-transform: uppercase;
}
.nav li + .nav-header {
  margin-top: 9px;
}
.nav-list {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 0;
}
.nav-list > li > a,
.nav-list .nav-header {
  margin-left: -15px;
  margin-right: -15px;
  text-shadow: 0 1px 0 rgba(255,255,255,0.5);
}
.nav-list > li > a {
  padding: 3px 15px;
}
.nav-list > .active > a,
.nav-list > .active > a:hover,
.nav-list > .active > a:focus {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.2);
  background-color: #08c;
}
.nav-list [class^="icon-"],
.nav-list [class*=" icon-"] {
  margin-right: 2px;
}
.nav-list .divider {
  *width: 100%;
  height: 1px;
  margin: 9px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #fff;
}
.nav-tabs,
.nav-pills {
  *zoom: 1;
}
.nav-tabs:before,
.nav-tabs:after,
.nav-pills:before,
.nav-pills:after {
  display: table;
  content: "";
  line-height: 0;
}
.nav-tabs:after,
.nav-pills:after {
  clear: both;
}
.nav-tabs > li,
.nav-pills > li {
  float: left;
}
.nav-tabs > li > a,
.nav-pills > li > a {
  padding-right: 12px;
  padding-left: 12px;
  margin-right: 2px;
  line-height: 14px;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 20px;
  border: 1px solid transparent;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
  border-color: #eee #eee #ddd;
}
.nav-tabs > .active > a,
.nav-tabs > .active > a:hover,
.nav-tabs > .active > a:focus {
  color: #555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-pills > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  margin-top: 2px;
  margin-bottom: 2px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.nav-pills > .active > a,
.nav-pills > .active > a:hover,
.nav-pills > .active > a:focus {
  color: #fff;
  background-color: #08c;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li > a {
  margin-right: 0;
}
.nav-tabs.nav-stacked {
  border-bottom: 0;
}
.nav-tabs.nav-stacked > li > a {
  border: 1px solid #ddd;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.nav-tabs.nav-stacked > li:first-child > a {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
}
.nav-tabs.nav-stacked > li:last-child > a {
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
.nav-tabs.nav-stacked > li > a:hover,
.nav-tabs.nav-stacked > li > a:focus {
  border-color: #ddd;
  z-index: 2;
}
.nav-pills.nav-stacked > li > a {
  margin-bottom: 3px;
}
.nav-pills.nav-stacked > li:last-child > a {
  margin-bottom: 1px;
}
.nav-tabs .dropdown-menu {
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}
.nav-pills .dropdown-menu {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.nav .dropdown-toggle .caret {
  border-top-color: #08c;
  border-bottom-color: #08c;
  margin-top: 6px;
}
.nav .dropdown-toggle:hover .caret,
.nav .dropdown-toggle:focus .caret {
  border-top-color: #005580;
  border-bottom-color: #005580;
}
.nav-tabs .dropdown-toggle .caret {
  margin-top: 8px;
}
.nav .active .dropdown-toggle .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.nav-tabs .active .dropdown-toggle .caret {
  border-top-color: #555;
  border-bottom-color: #555;
}
.nav > .dropdown.active > a:hover,
.nav > .dropdown.active > a:focus {
  cursor: pointer;
}
.nav-tabs .open .dropdown-toggle,
.nav-pills .open .dropdown-toggle,
.nav > li.dropdown.open.active > a:hover,
.nav > li.dropdown.open.active > a:focus {
  color: #fff;
  background-color: #999;
  border-color: #999;
}
.nav li.dropdown.open .caret,
.nav li.dropdown.open.active .caret,
.nav li.dropdown.open a:hover .caret,
.nav li.dropdown.open a:focus .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
  opacity: 1;
  filter: alpha(opacity=100);
}
.tabs-stacked .open > a:hover,
.tabs-stacked .open > a:focus {
  border-color: #999;
}
.tabbable {
  *zoom: 1;
}
.tabbable:before,
.tabbable:after {
  display: table;
  content: "";
  line-height: 0;
}
.tabbable:after {
  clear: both;
}
.tab-content {
  overflow: auto;
}
.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
  border-bottom: 0;
}
.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}
.tab-content > .active,
.pill-content > .active {
  display: block;
}
.tabs-below > .nav-tabs {
  border-top: 1px solid #ddd;
}
.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}
.tabs-below > .nav-tabs > li > a {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.tabs-below > .nav-tabs > li > a:hover,
.tabs-below > .nav-tabs > li > a:focus {
  border-bottom-color: transparent;
  border-top-color: #ddd;
}
.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover,
.tabs-below > .nav-tabs > .active > a:focus {
  border-color: transparent #ddd #ddd #ddd;
}
.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none;
}
.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
}
.tabs-left > .nav-tabs {
  float: left;
  margin-right: 19px;
  border-right: 1px solid #ddd;
}
.tabs-left > .nav-tabs > li > a {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus {
  border-color: #eee #ddd #eee #eee;
}
.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover,
.tabs-left > .nav-tabs .active > a:focus {
  border-color: #ddd transparent #ddd #ddd;
  *border-right-color: #fff;
}
.tabs-right > .nav-tabs {
  float: right;
  margin-left: 19px;
  border-left: 1px solid #ddd;
}
.tabs-right > .nav-tabs > li > a {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.tabs-right > .nav-tabs > li > a:hover,
.tabs-right > .nav-tabs > li > a:focus {
  border-color: #eee #eee #eee #ddd;
}
.tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > a:hover,
.tabs-right > .nav-tabs .active > a:focus {
  border-color: #ddd #ddd #ddd transparent;
  *border-left-color: #fff;
}
.nav > .disabled > a {
  color: #999;
}
.nav > .disabled > a:hover,
.nav > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  cursor: default;
}
.navbar {
  overflow: visible;
  margin-bottom: 20px;
  *position: relative;
  *z-index: 2;
}
.navbar-inner {
  min-height: 40px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #fafafa;
  background-image: -moz-linear-gradient(top,#ffffff,#f2f2f2);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#ffffff),to(#f2f2f2));
  background-image: -webkit-linear-gradient(top,#ffffff,#f2f2f2);
  background-image: -o-linear-gradient(top,#ffffff,#f2f2f2);
  background-image: linear-gradient(to bottom,#ffffff,#f2f2f2);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
  border: 1px solid #d4d4d4;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.065);
  -moz-box-shadow: 0 1px 4px rgba(0,0,0,0.065);
  box-shadow: 0 1px 4px rgba(0,0,0,0.065);
  *zoom: 1;
}
.navbar-inner:before,
.navbar-inner:after {
  display: table;
  content: "";
  line-height: 0;
}
.navbar-inner:after {
  clear: both;
}
.navbar .container {
  width: auto;
}
.nav-collapse.collapse {
  height: auto;
  overflow: visible;
}
.navbar .brand {
  float: left;
  display: block;
  padding: 10px 20px 10px;
  margin-left: -20px;
  font-size: 20px;
  font-weight: 200;
  color: #777;
  text-shadow: 0 1px 0 #ffffff;
}
.navbar .brand:hover,
.navbar .brand:focus {
  text-decoration: none;
}
.navbar-text {
  margin-bottom: 0;
  line-height: 40px;
  color: #777;
}
.navbar-link {
  color: #777;
}
.navbar-link:hover,
.navbar-link:focus {
  color: #333;
}
.navbar .divider-vertical {
  height: 40px;
  margin: 0 9px;
  border-left: 1px solid #f2f2f2;
  border-right: 1px solid #ffffff;
}
.navbar .btn,
.navbar .btn-group {
  margin-top: 5px;
}
.navbar .btn-group .btn,
.navbar .input-prepend .btn,
.navbar .input-append .btn,
.navbar .input-prepend .btn-group,
.navbar .input-append .btn-group {
  margin-top: 0;
}
.navbar-form {
  margin-bottom: 0;
  *zoom: 1;
}
.navbar-form:before,
.navbar-form:after {
  display: table;
  content: "";
  line-height: 0;
}
.navbar-form:after {
  clear: both;
}
.navbar-form input,
.navbar-form select,
.navbar-form .radio,
.navbar-form .checkbox {
  margin-top: 5px;
}
.navbar-form input,
.navbar-form select,
.navbar-form .btn {
  display: inline-block;
  margin-bottom: 0;
}
.navbar-form input[type="image"],
.navbar-form input[type="checkbox"],
.navbar-form input[type="radio"] {
  margin-top: 3px;
}
.navbar-form .input-append,
.navbar-form .input-prepend {
  margin-top: 5px;
  white-space: nowrap;
}
.navbar-form .input-append input,
.navbar-form .input-prepend input {
  margin-top: 0;
}
.navbar-search {
  position: relative;
  float: left;
  margin-top: 5px;
  margin-bottom: 0;
}
.navbar-search .search-query {
  margin-bottom: 0;
  padding: 4px 14px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 1;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.navbar-static-top {
  position: static;
  margin-bottom: 0;
}
.navbar-static-top .navbar-inner {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  margin-bottom: 0;
}
.navbar-fixed-top .navbar-inner,
.navbar-static-top .navbar-inner {
  border-width: 0 0 1px;
}
.navbar-fixed-bottom .navbar-inner {
  border-width: 1px 0 0;
}
.navbar-fixed-top .navbar-inner,
.navbar-fixed-bottom .navbar-inner {
  padding-left: 0;
  padding-right: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 964px;
}
.navbar-fixed-top {
  top: 0;
}
.navbar-fixed-top .navbar-inner,
.navbar-static-top .navbar-inner {
  -webkit-box-shadow: 0 1px 10px rgba(0,0,0,.1);
  -moz-box-shadow: 0 1px 10px rgba(0,0,0,.1);
  box-shadow: 0 1px 10px rgba(0,0,0,.1);
}
.navbar-fixed-bottom {
  bottom: 0;
}
.navbar-fixed-bottom .navbar-inner {
  -webkit-box-shadow: 0 -1px 10px rgba(0,0,0,.1);
  -moz-box-shadow: 0 -1px 10px rgba(0,0,0,.1);
  box-shadow: 0 -1px 10px rgba(0,0,0,.1);
}
.navbar .nav {
  position: relative;
  left: 0;
  display: block;
  float: left;
  margin: 0 10px 0 0;
}
.navbar .nav.pull-right {
  float: right;
  margin-right: 0;
}
.navbar .nav > li {
  float: left;
}
.navbar .nav > li > a {
  float: none;
  padding: 10px 15px 10px;
  color: #777;
  text-decoration: none;
  text-shadow: 0 1px 0 #ffffff;
}
.navbar .nav .dropdown-toggle .caret {
  margin-top: 8px;
}
.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
  background-color: transparent;
  color: #333;
  text-decoration: none;
}
.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
  color: #555;
  text-decoration: none;
  background-color: #e6e6e6;
  -webkit-box-shadow: inset 0 3px 8px rgba(0,0,0,0.125);
  -moz-box-shadow: inset 0 3px 8px rgba(0,0,0,0.125);
  box-shadow: inset 0 3px 8px rgba(0,0,0,0.125);
}
.navbar .btn-navbar {
  display: none;
  float: right;
  padding: 7px 10px;
  margin-left: 5px;
  margin-right: 5px;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #ededed;
  background-image: -moz-linear-gradient(top,#f2f2f2,#e6e6e6);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#f2f2f2),to(#e6e6e6));
  background-image: -webkit-linear-gradient(top,#f2f2f2,#e6e6e6);
  background-image: -o-linear-gradient(top,#f2f2f2,#e6e6e6);
  background-image: linear-gradient(to bottom,#f2f2f2,#e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2f2f2', endColorstr='#ffe5e5e5', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #e6e6e6;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);
}
.navbar .btn-navbar:hover,
.navbar .btn-navbar:focus,
.navbar .btn-navbar:active,
.navbar .btn-navbar.active,
.navbar .btn-navbar.disabled,
.navbar .btn-navbar[disabled] {
  color: #fff;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}
.navbar .btn-navbar:active,
.navbar .btn-navbar.active {
  background-color: #cccccc \9;
}
.navbar .btn-navbar .icon-bar {
  display: block;
  width: 18px;
  height: 2px;
  background-color: #f5f5f5;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.25);
  -moz-box-shadow: 0 1px 0 rgba(0,0,0,0.25);
  box-shadow: 0 1px 0 rgba(0,0,0,0.25);
}
.btn-navbar .icon-bar + .icon-bar {
  margin-top: 3px;
}
.navbar .nav > li > .dropdown-menu:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0,0,0,0.2);
  position: absolute;
  top: -7px;
  left: 9px;
}
.navbar .nav > li > .dropdown-menu:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  position: absolute;
  top: -6px;
  left: 10px;
}
.navbar-fixed-bottom .nav > li > .dropdown-menu:before {
  border-top: 7px solid #ccc;
  border-top-color: rgba(0,0,0,0.2);
  border-bottom: 0;
  bottom: -7px;
  top: auto;
}
.navbar-fixed-bottom .nav > li > .dropdown-menu:after {
  border-top: 6px solid #fff;
  border-bottom: 0;
  bottom: -6px;
  top: auto;
}
.navbar .nav li.dropdown > a:hover .caret,
.navbar .nav li.dropdown > a:focus .caret {
  border-top-color: #333;
  border-bottom-color: #333;
}
.navbar .nav li.dropdown.open > .dropdown-toggle,
.navbar .nav li.dropdown.active > .dropdown-toggle,
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
  background-color: #e6e6e6;
  color: #555;
}
.navbar .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #777;
  border-bottom-color: #777;
}
.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;
}
.navbar .pull-right > li > .dropdown-menu,
.navbar .nav > li > .dropdown-menu.pull-right {
  left: auto;
  right: 0;
}
.navbar .pull-right > li > .dropdown-menu:before,
.navbar .nav > li > .dropdown-menu.pull-right:before {
  left: auto;
  right: 12px;
}
.navbar .pull-right > li > .dropdown-menu:after,
.navbar .nav > li > .dropdown-menu.pull-right:after {
  left: auto;
  right: 13px;
}
.navbar .pull-right > li > .dropdown-menu .dropdown-menu,
.navbar .nav > li > .dropdown-menu.pull-right .dropdown-menu {
  left: auto;
  right: 100%;
  margin-left: 0;
  margin-right: -1px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}
.navbar-inverse .navbar-inner {
  background-color: #1b1b1b;
  background-image: -moz-linear-gradient(top,#222222,#111111);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#222222),to(#111111));
  background-image: -webkit-linear-gradient(top,#222222,#111111);
  background-image: -o-linear-gradient(top,#222222,#111111);
  background-image: linear-gradient(to bottom,#222222,#111111);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff111111', GradientType=0);
  border-color: #252525;
}
.navbar-inverse .brand,
.navbar-inverse .nav > li > a {
  color: #999;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
}
.navbar-inverse .brand:hover,
.navbar-inverse .brand:focus,
.navbar-inverse .nav > li > a:hover,
.navbar-inverse .nav > li > a:focus {
  color: #fff;
}
.navbar-inverse .brand {
  color: #999;
}
.navbar-inverse .navbar-text {
  color: #999;
}
.navbar-inverse .nav > li > a:focus,
.navbar-inverse .nav > li > a:hover {
  background-color: transparent;
  color: #fff;
}
.navbar-inverse .nav .active > a,
.navbar-inverse .nav .active > a:hover,
.navbar-inverse .nav .active > a:focus {
  color: #fff;
  background-color: #111111;
}
.navbar-inverse .navbar-link {
  color: #999;
}
.navbar-inverse .navbar-link:hover,
.navbar-inverse .navbar-link:focus {
  color: #fff;
}
.navbar-inverse .divider-vertical {
  border-left-color: #111111;
  border-right-color: #222222;
}
.navbar-inverse .nav li.dropdown.open > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle {
  background-color: #111111;
  color: #fff;
}
.navbar-inverse .nav li.dropdown > a:hover .caret,
.navbar-inverse .nav li.dropdown > a:focus .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.navbar-inverse .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #999;
  border-bottom-color: #999;
}
.navbar-inverse .nav li.dropdown.open > .dropdown-toggle .caret,
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle .caret,
.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.navbar-inverse .navbar-search .search-query {
  color: #fff;
  background-color: #515151;
  border-color: #111111;
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.15);
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.15);
  box-shadow: inset 0 1px 2px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.15);
  -webkit-transform: none ease-in-out 1s;
  -moz-transform: none ease-in-out 1s;
  -o-transform: none ease-in-out 1s;
  transform: none ease-in-out 1s;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.navbar-inverse .navbar-search .search-query:-moz-placeholder {
  color: #ccc;
}
.navbar-inverse .navbar-search .search-query:-ms-input-placeholder {
  color: #ccc;
}
.navbar-inverse .navbar-search .search-query::-webkit-input-placeholder {
  color: #ccc;
}
.navbar-inverse .navbar-search .search-query:focus,
.navbar-inverse .navbar-search .search-query.focused {
  padding: 5px 15px;
  color: #333;
  text-shadow: 0 1px 0 #fff;
  background-color: #fff;
  border: 0;
  -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.15);
  -moz-box-shadow: 0 0 3px rgba(0,0,0,0.15);
  box-shadow: 0 0 3px rgba(0,0,0,0.15);
  outline: 0;
}
.navbar-inverse .btn-navbar {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #0e0e0e;
  background-image: -moz-linear-gradient(top,#151515,#040404);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#151515),to(#040404));
  background-image: -webkit-linear-gradient(top,#151515,#040404);
  background-image: -o-linear-gradient(top,#151515,#040404);
  background-image: linear-gradient(to bottom,#151515,#040404);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff151515', endColorstr='#ff040404', GradientType=0);
  border-color: #040404 #040404 #000000;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #040404;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.navbar-inverse .btn-navbar:hover,
.navbar-inverse .btn-navbar:focus,
.navbar-inverse .btn-navbar:active,
.navbar-inverse .btn-navbar.active,
.navbar-inverse .btn-navbar.disabled,
.navbar-inverse .btn-navbar[disabled] {
  color: #fff;
  background-color: #040404;
  *background-color: #000000;
}
.navbar-inverse .btn-navbar:active,
.navbar-inverse .btn-navbar.active {
  background-color: #000000 \9;
}
.pagination {
  margin: 20px 0;
}
.pagination ul {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-left: 0;
  margin-bottom: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.05);
  -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.05);
  box-shadow: 0 1px 2px rgba(0,0,0,0.05);
}
.pagination ul > li {
  display: inline;
}
.pagination ul > li > a,
.pagination ul > li > span {
  float: left;
  padding: 12px 20px 12px 20px;
  line-height: 20px;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
  border-left-width: 0;
}
.pagination ul > li > a:hover,
.pagination ul > li > a:focus,
.pagination ul > .active > a,
.pagination ul > .active > span {
  background-color: #f5f5f5;
}
.pagination ul > .active > a,
.pagination ul > .active > span {
  color: #999;
  cursor: default;
}
.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover,
.pagination ul > .disabled > a:focus {
  color: #999;
  background-color: transparent;
  cursor: default;
}
.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
  border-left-width: 1px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}
.pagination-centered {
  text-align: center;
}
.pagination-right {
  text-align: right;
}
.pagination-large ul > li > a,
.pagination-large ul > li > span {
  padding: 11px 19px;
  font-size: 17.5px;
}
.pagination-large ul > li:first-child > a,
.pagination-large ul > li:first-child > span {
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-large ul > li:last-child > a,
.pagination-large ul > li:last-child > span {
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-mini ul > li:first-child > a,
.pagination-mini ul > li:first-child > span,
.pagination-small ul > li:first-child > a,
.pagination-small ul > li:first-child > span {
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-mini ul > li:last-child > a,
.pagination-mini ul > li:last-child > span,
.pagination-small ul > li:last-child > a,
.pagination-small ul > li:last-child > span {
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  border-bottom-right-radius: 3px;
}
.pagination-small ul > li > a,
.pagination-small ul > li > span {
  padding: 2px 10px;
  font-size: 11.9px;
}
.pagination-mini ul > li > a,
.pagination-mini ul > li > span {
  padding: 0 6px;
  font-size: 10.5px;
}
.pager {
  margin: 20px 0;
  list-style: none;
  text-align: center;
  *zoom: 1;
}
.pager:before,
.pager:after {
  display: table;
  content: "";
  line-height: 0;
}
.pager:after {
  clear: both;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #999;
  background-color: #fff;
  cursor: default;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop,
.modal-backdrop.fade.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.modal {
  position: fixed;
  top: 10%;
  left: 50%;
  z-index: 1050;
  width: 560px;
  margin-left: -280px;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0,0,0,0.3);
  *border: 1px solid #999;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 7px rgba(0,0,0,0.3);
  -moz-box-shadow: 0 3px 7px rgba(0,0,0,0.3);
  box-shadow: 0 3px 7px rgba(0,0,0,0.3);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  outline: none;
}
.modal.fade {
  -webkit-transform: opacity .3s linear, top .3s ease-out ease-in-out 1s;
  -moz-transform: opacity .3s linear, top .3s ease-out ease-in-out 1s;
  -o-transform: opacity .3s linear, top .3s ease-out ease-in-out 1s;
  transform: opacity .3s linear, top .3s ease-out ease-in-out 1s;
  -webkit-transition: opacity .3s linear, top .3s ease-out;
  -moz-transition: opacity .3s linear, top .3s ease-out;
  -o-transition: opacity .3s linear, top .3s ease-out;
  transition: opacity .3s linear, top .3s ease-out;
  top: -25%;
}
.modal.fade.in {
  top: 10%;
}
.modal-header {
  padding: 9px 15px;
  border-bottom: 1px solid #eee;
}
.modal-header .close {
  margin-top: 2px;
}
.modal-header h3 {
  margin: 0;
  line-height: 30px;
}
.modal-body {
  position: relative;
  overflow-y: auto;
  max-height: 400px;
  padding: 15px;
}
.modal-form {
  margin-bottom: 0;
}
.modal-footer {
  padding: 14px 15px 15px;
  margin-bottom: 0;
  text-align: right;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  -webkit-box-shadow: inset 0 1px 0 #fff;
  -moz-box-shadow: inset 0 1px 0 #fff;
  box-shadow: inset 0 1px 0 #fff;
  *zoom: 1;
}
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: "";
  line-height: 0;
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 11px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0,0,0,0.2);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
  box-shadow: 0 5px 10px rgba(0,0,0,0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
.popover-title:empty {
  display: none;
}
.popover-content {
  padding: 9px 14px;
}
.popover .arrow,
.popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover .arrow {
  border-width: 11px;
}
.popover .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999;
  border-top-color: rgba(0,0,0,0.25);
  bottom: -11px;
}
.popover.top .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999;
  border-right-color: rgba(0,0,0,0.25);
}
.popover.right .arrow:after {
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0,0,0,0.25);
  top: -11px;
}
.popover.bottom .arrow:after {
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0,0,0,0.25);
}
.popover.left .arrow:after {
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}
.thumbnails {
  margin-left: -20px;
  list-style: none;
  *zoom: 1;
}
.thumbnails:before,
.thumbnails:after {
  display: table;
  content: "";
  line-height: 0;
}
.thumbnails:after {
  clear: both;
}
.row-fluid .thumbnails {
  margin-left: 0;
}
.thumbnails > li {
  float: left;
  margin-bottom: 20px;
  margin-left: 20px;
}
.thumbnail {
  display: block;
  padding: 4px;
  line-height: 20px;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.055);
  -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.055);
  box-shadow: 0 1px 3px rgba(0,0,0,0.055);
  -webkit-transform: all .2s ease-in-out ease-in-out 1s;
  -moz-transform: all .2s ease-in-out ease-in-out 1s;
  -o-transform: all .2s ease-in-out ease-in-out 1s;
  transform: all .2s ease-in-out ease-in-out 1s;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
a.thumbnail:hover,
a.thumbnail:focus {
  border-color: #08c;
  -webkit-box-shadow: 0 1px 4px rgba(0,105,214,0.25);
  -moz-box-shadow: 0 1px 4px rgba(0,105,214,0.25);
  box-shadow: 0 1px 4px rgba(0,105,214,0.25);
}
.thumbnail > img {
  display: block;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.thumbnail .caption {
  padding: 9px;
  color: #555;
}
.media,
.media-body {
  overflow: hidden;
  *overflow: visible;
  zoom: 1;
}
.media,
.media .media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media-object {
  display: block;
}
.media-heading {
  margin: 0 0 5px;
}
.media > .pull-left {
  margin-right: 10px;
}
.media > .pull-right {
  margin-left: 10px;
}
.media-list {
  margin-left: 0;
  list-style: none;
}
.label,
.badge {
  display: inline-block;
  padding: 2px 4px;
  font-size: 11.844px;
  font-weight: bold;
  line-height: 14px;
  color: #fff;
  vertical-align: baseline;
  white-space: nowrap;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #999;
}
.label {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.badge {
  padding-left: 9px;
  padding-right: 9px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
}
.label:empty,
.badge:empty {
  display: none;
}
a.label:hover,
a.label:focus,
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label-important,
.badge-important {
  background-color: #b94a48;
}
.label-important[href],
.badge-important[href] {
  background-color: #953b39;
}
.label-warning,
.badge-warning {
  background-color: #f89406;
}
.label-warning[href],
.badge-warning[href] {
  background-color: #c67605;
}
.label-success,
.badge-success {
  background-color: #468847;
}
.label-success[href],
.badge-success[href] {
  background-color: #356635;
}
.label-info,
.badge-info {
  background-color: #3a87ad;
}
.label-info[href],
.badge-info[href] {
  background-color: #2d6987;
}
.label-inverse,
.badge-inverse {
  background-color: #333;
}
.label-inverse[href],
.badge-inverse[href] {
  background-color: #1a1a1a;
}
.btn .label,
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-mini .label,
.btn-mini .badge {
  top: 0;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-moz-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-ms-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 40px 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f7f7f7;
  background-image: -moz-linear-gradient(top,#f5f5f5,#f9f9f9);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#f5f5f5),to(#f9f9f9));
  background-image: -webkit-linear-gradient(top,#f5f5f5,#f9f9f9);
  background-image: -o-linear-gradient(top,#f5f5f5,#f9f9f9);
  background-image: linear-gradient(to bottom,#f5f5f5,#f9f9f9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.progress .bar {
  width: 0%;
  height: 100%;
  color: #fff;
  float: left;
  font-size: 12px;
  text-align: center;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #0e90d2;
  background-image: -moz-linear-gradient(top,#149bdf,#0480be);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#149bdf),to(#0480be));
  background-image: -webkit-linear-gradient(top,#149bdf,#0480be);
  background-image: -o-linear-gradient(top,#149bdf,#0480be);
  background-image: linear-gradient(to bottom,#149bdf,#0480be);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf', endColorstr='#ff0480be', GradientType=0);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,0.15);
  -moz-box-shadow: inset 0 -1px 0 rgba(0,0,0,0.15);
  box-shadow: inset 0 -1px 0 rgba(0,0,0,0.15);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: width .6s ease ease-in-out 1s;
  -moz-transform: width .6s ease ease-in-out 1s;
  -o-transform: width .6s ease ease-in-out 1s;
  transform: width .6s ease ease-in-out 1s;
  -webkit-transition: width .6s ease;
  -moz-transition: width .6s ease;
  -o-transition: width .6s ease;
  transition: width .6s ease;
}
.progress .bar + .bar {
  -webkit-box-shadow: inset 1px 0 0 rgba(0,0,0,.15), inset 0 -1px 0 rgba(0,0,0,.15);
  -moz-box-shadow: inset 1px 0 0 rgba(0,0,0,.15), inset 0 -1px 0 rgba(0,0,0,.15);
  box-shadow: inset 1px 0 0 rgba(0,0,0,.15), inset 0 -1px 0 rgba(0,0,0,.15);
}
.progress-striped .bar {
  background-color: #149bdf;
  background-image: -webkit-gradient(linear,0 100%,100% 0,color-stop(.25,rgba(255,255,255,0.15)),color-stop(.25,transparent),color-stop(.5,transparent),color-stop(.5,rgba(255,255,255,0.15)),color-stop(.75,rgba(255,255,255,0.15)),color-stop(.75,transparent),to(transparent));
  background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
  background-image: -moz-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
  background-image: -o-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
  background-image: linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
  -webkit-background-size: 40px 40px;
  -moz-background-size: 40px 40px;
  -o-background-size: 40px 40px;
  background-size: 40px 40px;
}
.progress.active .bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -moz-animation: progress-bar-stripes 2s linear infinite;
  -ms-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-danger .bar,
.progress .bar-danger {
  background-color: #dd514c;
  background-image: -moz-linear-gradient(top,#ee5f5b,#c43c35);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#ee5f5b),to(#c43c35));
  background-image: -webkit-linear-gradient(top,#ee5f5b,#c43c35);
  background-image: -o-linear-gradient(top,#ee5f5b,#c43c35);
  background-image: linear-gradient(to bottom,#ee5f5b,#c43c35);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffc43c35', GradientType=0);
}
.progress-danger.progress-striped .bar,
.progress-striped .bar-danger {
  background-color: #ee5f5b;
  background-image: -webkit-gradient(linear,0 100%,100% 0,color-stop(.25,rgba(255,255,255,0.15)),color-stop(.25,transparent),color-stop(.5,transparent),color-stop(.5,rgba(255,255,255,0.15)),color-stop(.75,rgba(255,255,255,0.15)),color-stop(.75,transparent),to(transparent));
  background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
  background-image: -moz-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
  background-image: -o-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
  background-image: linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
}
.progress-success .bar,
.progress .bar-success {
  background-color: #5eb95e;
  background-image: -moz-linear-gradient(top,#62c462,#57a957);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#62c462),to(#57a957));
  background-image: -webkit-linear-gradient(top,#62c462,#57a957);
  background-image: -o-linear-gradient(top,#62c462,#57a957);
  background-image: linear-gradient(to bottom,#62c462,#57a957);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff57a957', GradientType=0);
}
.progress-success.progress-striped .bar,
.progress-striped .bar-success {
  background-color: #62c462;
  background-image: -webkit-gradient(linear,0 100%,100% 0,color-stop(.25,rgba(255,255,255,0.15)),color-stop(.25,transparent),color-stop(.5,transparent),color-stop(.5,rgba(255,255,255,0.15)),color-stop(.75,rgba(255,255,255,0.15)),color-stop(.75,transparent),to(transparent));
  background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
  background-image: -moz-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
  background-image: -o-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
  background-image: linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
}
.progress-info .bar,
.progress .bar-info {
  background-color: #4bb1cf;
  background-image: -moz-linear-gradient(top,#5bc0de,#339bb9);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#5bc0de),to(#339bb9));
  background-image: -webkit-linear-gradient(top,#5bc0de,#339bb9);
  background-image: -o-linear-gradient(top,#5bc0de,#339bb9);
  background-image: linear-gradient(to bottom,#5bc0de,#339bb9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff339bb9', GradientType=0);
}
.progress-info.progress-striped .bar,
.progress-striped .bar-info {
  background-color: #5bc0de;
  background-image: -webkit-gradient(linear,0 100%,100% 0,color-stop(.25,rgba(255,255,255,0.15)),color-stop(.25,transparent),color-stop(.5,transparent),color-stop(.5,rgba(255,255,255,0.15)),color-stop(.75,rgba(255,255,255,0.15)),color-stop(.75,transparent),to(transparent));
  background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
  background-image: -moz-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
  background-image: -o-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
  background-image: linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
}
.progress-warning .bar,
.progress .bar-warning {
  background-color: #faa732;
  background-image: -moz-linear-gradient(top,#fbb450,#f89406);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#fbb450),to(#f89406));
  background-image: -webkit-linear-gradient(top,#fbb450,#f89406);
  background-image: -o-linear-gradient(top,#fbb450,#f89406);
  background-image: linear-gradient(to bottom,#fbb450,#f89406);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffab44f', endColorstr='#fff89406', GradientType=0);
}
.progress-warning.progress-striped .bar,
.progress-striped .bar-warning {
  background-color: #fbb450;
  background-image: -webkit-gradient(linear,0 100%,100% 0,color-stop(.25,rgba(255,255,255,0.15)),color-stop(.25,transparent),color-stop(.5,transparent),color-stop(.5,rgba(255,255,255,0.15)),color-stop(.75,rgba(255,255,255,0.15)),color-stop(.75,transparent),to(transparent));
  background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
  background-image: -moz-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
  background-image: -o-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
  background-image: linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
}
.accordion {
  margin-bottom: 20px;
}
.accordion-group {
  margin-bottom: 2px;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.accordion-heading {
  border-bottom: 0;
}
.accordion-heading .accordion-toggle {
  display: block;
  padding: 8px 15px;
}
.accordion-toggle {
  cursor: pointer;
}
.accordion-inner {
  padding: 9px 15px;
  border-top: 1px solid #e5e5e5;
}
.carousel {
  position: relative;
  margin-bottom: 20px;
  line-height: 1;
}
.carousel-inner {
  overflow: hidden;
  width: 100%;
  position: relative;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transform: .6s ease-in-out left ease-in-out 1s;
  -moz-transform: .6s ease-in-out left ease-in-out 1s;
  -o-transform: .6s ease-in-out left ease-in-out 1s;
  transform: .6s ease-in-out left ease-in-out 1s;
  -webkit-transition: .6s ease-in-out left;
  -moz-transition: .6s ease-in-out left;
  -o-transition: .6s ease-in-out left;
  transition: .6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 40%;
  left: 15px;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  font-size: 60px;
  font-weight: 100;
  line-height: 30px;
  color: #fff;
  text-align: center;
  background: #222;
  border: 3px solid #fff;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  border-radius: 23px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.carousel-control.right {
  left: auto;
  right: 15px;
}
.carousel-control:hover,
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-indicators {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 5;
  margin: 0;
  list-style: none;
}
.carousel-indicators li {
  display: block;
  float: left;
  width: 10px;
  height: 10px;
  margin-left: 5px;
  text-indent: -999px;
  background-color: #ccc;
  background-color: rgba(255,255,255,0.25);
  border-radius: 5px;
}
.carousel-indicators .active {
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 15px;
  background: #333;
  background: rgba(0,0,0,0.75);
}
.carousel-caption h4,
.carousel-caption p {
  color: #fff;
  line-height: 20px;
}
.carousel-caption h4 {
  margin: 0 0 5px;
}
.carousel-caption p {
  margin-bottom: 0;
}
.hero-unit {
  padding: 60px;
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 200;
  line-height: 30px;
  color: inherit;
  background-color: #eee;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.hero-unit h1 {
  margin-bottom: 0;
  font-size: 60px;
  line-height: 1;
  color: inherit;
  letter-spacing: -1px;
}
.hero-unit li {
  line-height: 30px;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.hide {
  display: none;
}
.show {
  display: block;
}
.invisible {
  visibility: hidden;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.hidden {
  display: none;
  visibility: hidden;
}
.visible-phone {
  display: none !important;
}
.visible-tablet {
  display: none !important;
}
.hidden-desktop {
  display: none !important;
}
.visible-desktop {
  display: inherit !important;
}
@media (min-width: 768px) and (max-width: 979px) {
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important;
  }
  .visible-tablet {
    display: inherit !important;
  }
  .hidden-tablet {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important;
  }
  .visible-phone {
    display: inherit !important;
  }
  .hidden-phone {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: inherit !important;
  }
  .hidden-print {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .row {
    margin-left: -30px;
    *zoom: 1;
  }
  .row:before,
  .row:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row:after {
    clear: both;
  }
  [class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 30px;
  }
  .container,
  .navbar-static-top .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width: 966px;
  }
  .span12 {
    width: 966px;
  }
  .span11 {
    width: 883px;
  }
  .span10 {
    width: 800px;
  }
  .span9 {
    width: 717px;
  }
  .span8 {
    width: 634px;
  }
  .span7 {
    width: 551px;
  }
  .span6 {
    width: 468px;
  }
  .span5 {
    width: 385px;
  }
  .span4 {
    width: 302px;
  }
  .span3 {
    width: 219px;
  }
  .span2 {
    width: 136px;
  }
  .span1 {
    width: 53px;
  }
  .offset12 {
    margin-left: 1026px;
  }
  .offset11 {
    margin-left: 943px;
  }
  .offset10 {
    margin-left: 860px;
  }
  .offset9 {
    margin-left: 777px;
  }
  .offset8 {
    margin-left: 694px;
  }
  .offset7 {
    margin-left: 611px;
  }
  .offset6 {
    margin-left: 528px;
  }
  .offset5 {
    margin-left: 445px;
  }
  .offset4 {
    margin-left: 362px;
  }
  .offset3 {
    margin-left: 279px;
  }
  .offset2 {
    margin-left: 196px;
  }
  .offset1 {
    margin-left: 113px;
  }
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }
  .row-fluid:before,
  .row-fluid:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row-fluid:after {
    clear: both;
  }
  .row-fluid [class*="span"] {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-left: 3.1055900621118%;
    *margin-left: 3.0537228421948%;
  }
  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }
  .row-fluid .controls-row [class*="span"] + [class*="span"] {
    margin-left: 3.1055900621118%;
  }
  .row-fluid .span12 {
    width: 100%;
    *width: 99.948132780083%;
  }
  .row-fluid .span11 {
    width: 91.49377593361%;
    *width: 91.441908713693%;
  }
  .row-fluid .span10 {
    width: 82.98755186722%;
    *width: 82.935684647303%;
  }
  .row-fluid .span9 {
    width: 74.48132780083%;
    *width: 74.429460580913%;
  }
  .row-fluid .span8 {
    width: 65.97510373444%;
    *width: 65.923236514523%;
  }
  .row-fluid .span7 {
    width: 57.46887966805%;
    *width: 57.417012448133%;
  }
  .row-fluid .span6 {
    width: 48.96265560166%;
    *width: 48.910788381743%;
  }
  .row-fluid .span5 {
    width: 40.45643153527%;
    *width: 40.404564315353%;
  }
  .row-fluid .span4 {
    width: 31.95020746888%;
    *width: 31.898340248963%;
  }
  .row-fluid .span3 {
    width: 23.44398340249%;
    *width: 23.392116182573%;
  }
  .row-fluid .span2 {
    width: 14.9377593361%;
    *width: 14.885892116183%;
  }
  .row-fluid .span1 {
    width: 6.4315352697095%;
    *width: 6.3796680497925%;
  }
  .row-fluid .offset12 {
    margin-left: 106.21118012422%;
    *margin-left: 106.10744568439%;
  }
  .row-fluid .offset12:first-child {
    margin-left: 103.10559006211%;
    *margin-left: 103.00185562228%;
  }
  .row-fluid .offset11 {
    margin-left: 95.643153526971%;
    *margin-left: 95.539419087137%;
  }
  .row-fluid .offset11:first-child {
    margin-left: 93.56846473029%;
    *margin-left: 93.464730290456%;
  }
  .row-fluid .offset10 {
    margin-left: 87.136929460581%;
    *margin-left: 87.033195020747%;
  }
  .row-fluid .offset10:first-child {
    margin-left: 85.0622406639%;
    *margin-left: 84.958506224066%;
  }
  .row-fluid .offset9 {
    margin-left: 78.630705394191%;
    *margin-left: 78.526970954357%;
  }
  .row-fluid .offset9:first-child {
    margin-left: 76.55601659751%;
    *margin-left: 76.452282157676%;
  }
  .row-fluid .offset8 {
    margin-left: 70.124481327801%;
    *margin-left: 70.020746887967%;
  }
  .row-fluid .offset8:first-child {
    margin-left: 68.04979253112%;
    *margin-left: 67.946058091286%;
  }
  .row-fluid .offset7 {
    margin-left: 61.618257261411%;
    *margin-left: 61.514522821577%;
  }
  .row-fluid .offset7:first-child {
    margin-left: 59.54356846473%;
    *margin-left: 59.439834024896%;
  }
  .row-fluid .offset6 {
    margin-left: 53.112033195021%;
    *margin-left: 53.008298755187%;
  }
  .row-fluid .offset6:first-child {
    margin-left: 51.03734439834%;
    *margin-left: 50.933609958506%;
  }
  .row-fluid .offset5 {
    margin-left: 44.605809128631%;
    *margin-left: 44.502074688797%;
  }
  .row-fluid .offset5:first-child {
    margin-left: 42.53112033195%;
    *margin-left: 42.427385892116%;
  }
  .row-fluid .offset4 {
    margin-left: 36.099585062241%;
    *margin-left: 35.995850622407%;
  }
  .row-fluid .offset4:first-child {
    margin-left: 34.02489626556%;
    *margin-left: 33.921161825726%;
  }
  .row-fluid .offset3 {
    margin-left: 27.593360995851%;
    *margin-left: 27.489626556017%;
  }
  .row-fluid .offset3:first-child {
    margin-left: 25.51867219917%;
    *margin-left: 25.414937759336%;
  }
  .row-fluid .offset2 {
    margin-left: 19.087136929461%;
    *margin-left: 18.983402489627%;
  }
  .row-fluid .offset2:first-child {
    margin-left: 17.01244813278%;
    *margin-left: 16.908713692946%;
  }
  .row-fluid .offset1 {
    margin-left: 10.580912863071%;
    *margin-left: 10.477178423237%;
  }
  .row-fluid .offset1:first-child {
    margin-left: 8.50622406639%;
    *margin-left: 8.402489626556%;
  }
  input,
  textarea,
  .uneditable-input {
    margin-left: 0;
  }
  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 30px;
  }
  input.span12,
  textarea.span12,
  .uneditable-input.span12 {
    width: 952px;
  }
  input.span11,
  textarea.span11,
  .uneditable-input.span11 {
    width: 869px;
  }
  input.span10,
  textarea.span10,
  .uneditable-input.span10 {
    width: 786px;
  }
  input.span9,
  textarea.span9,
  .uneditable-input.span9 {
    width: 703px;
  }
  input.span8,
  textarea.span8,
  .uneditable-input.span8 {
    width: 620px;
  }
  input.span7,
  textarea.span7,
  .uneditable-input.span7 {
    width: 537px;
  }
  input.span6,
  textarea.span6,
  .uneditable-input.span6 {
    width: 454px;
  }
  input.span5,
  textarea.span5,
  .uneditable-input.span5 {
    width: 371px;
  }
  input.span4,
  textarea.span4,
  .uneditable-input.span4 {
    width: 288px;
  }
  input.span3,
  textarea.span3,
  .uneditable-input.span3 {
    width: 205px;
  }
  input.span2,
  textarea.span2,
  .uneditable-input.span2 {
    width: 122px;
  }
  input.span1,
  textarea.span1,
  .uneditable-input.span1 {
    width: 39px;
  }
  .thumbnails {
    margin-left: -30px;
  }
  .thumbnails > li {
    margin-left: 30px;
  }
  .row-fluid .thumbnails {
    margin-left: 0;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .row {
    margin-left: -20px;
    *zoom: 1;
  }
  .row:before,
  .row:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row:after {
    clear: both;
  }
  [class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 20px;
  }
  .container,
  .navbar-static-top .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width: 724px;
  }
  .span12 {
    width: 724px;
  }
  .span11 {
    width: 662px;
  }
  .span10 {
    width: 600px;
  }
  .span9 {
    width: 538px;
  }
  .span8 {
    width: 476px;
  }
  .span7 {
    width: 414px;
  }
  .span6 {
    width: 352px;
  }
  .span5 {
    width: 290px;
  }
  .span4 {
    width: 228px;
  }
  .span3 {
    width: 166px;
  }
  .span2 {
    width: 104px;
  }
  .span1 {
    width: 42px;
  }
  .offset12 {
    margin-left: 764px;
  }
  .offset11 {
    margin-left: 702px;
  }
  .offset10 {
    margin-left: 640px;
  }
  .offset9 {
    margin-left: 578px;
  }
  .offset8 {
    margin-left: 516px;
  }
  .offset7 {
    margin-left: 454px;
  }
  .offset6 {
    margin-left: 392px;
  }
  .offset5 {
    margin-left: 330px;
  }
  .offset4 {
    margin-left: 268px;
  }
  .offset3 {
    margin-left: 206px;
  }
  .offset2 {
    margin-left: 144px;
  }
  .offset1 {
    margin-left: 82px;
  }
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }
  .row-fluid:before,
  .row-fluid:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row-fluid:after {
    clear: both;
  }
  .row-fluid [class*="span"] {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-left: 2.7624309392265%;
    *margin-left: 2.7105637193095%;
  }
  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }
  .row-fluid .controls-row [class*="span"] + [class*="span"] {
    margin-left: 2.7624309392265%;
  }
  .row-fluid .span12 {
    width: 100%;
    *width: 99.948132780083%;
  }
  .row-fluid .span11 {
    width: 91.407867494824%;
    *width: 91.356000274907%;
  }
  .row-fluid .span10 {
    width: 82.815734989648%;
    *width: 82.763867769731%;
  }
  .row-fluid .span9 {
    width: 74.223602484472%;
    *width: 74.171735264555%;
  }
  .row-fluid .span8 {
    width: 65.631469979296%;
    *width: 65.579602759379%;
  }
  .row-fluid .span7 {
    width: 57.03933747412%;
    *width: 56.987470254203%;
  }
  .row-fluid .span6 {
    width: 48.447204968944%;
    *width: 48.395337749027%;
  }
  .row-fluid .span5 {
    width: 39.855072463768%;
    *width: 39.803205243851%;
  }
  .row-fluid .span4 {
    width: 31.262939958592%;
    *width: 31.211072738675%;
  }
  .row-fluid .span3 {
    width: 22.670807453416%;
    *width: 22.618940233499%;
  }
  .row-fluid .span2 {
    width: 14.07867494824%;
    *width: 14.026807728323%;
  }
  .row-fluid .span1 {
    width: 5.4865424430642%;
    *width: 5.4346752231472%;
  }
  .row-fluid .offset12 {
    margin-left: 105.52486187845%;
    *margin-left: 105.42112743862%;
  }
  .row-fluid .offset12:first-child {
    margin-left: 102.76243093923%;
    *margin-left: 102.65869649939%;
  }
  .row-fluid .offset11 {
    margin-left: 97.619047619048%;
    *margin-left: 97.515313179214%;
  }
  .row-fluid .offset11:first-child {
    margin-left: 94.513457556936%;
    *margin-left: 94.409723117102%;
  }
  .row-fluid .offset10 {
    margin-left: 89.026915113872%;
    *margin-left: 88.923180674038%;
  }
  .row-fluid .offset10:first-child {
    margin-left: 85.92132505176%;
    *margin-left: 85.817590611926%;
  }
  .row-fluid .offset9 {
    margin-left: 80.434782608696%;
    *margin-left: 80.331048168862%;
  }
  .row-fluid .offset9:first-child {
    margin-left: 77.329192546584%;
    *margin-left: 77.22545810675%;
  }
  .row-fluid .offset8 {
    margin-left: 71.84265010352%;
    *margin-left: 71.738915663686%;
  }
  .row-fluid .offset8:first-child {
    margin-left: 68.737060041408%;
    *margin-left: 68.633325601574%;
  }
  .row-fluid .offset7 {
    margin-left: 63.250517598344%;
    *margin-left: 63.14678315851%;
  }
  .row-fluid .offset7:first-child {
    margin-left: 60.144927536232%;
    *margin-left: 60.041193096398%;
  }
  .row-fluid .offset6 {
    margin-left: 54.658385093168%;
    *margin-left: 54.554650653334%;
  }
  .row-fluid .offset6:first-child {
    margin-left: 51.552795031056%;
    *margin-left: 51.449060591222%;
  }
  .row-fluid .offset5 {
    margin-left: 46.066252587992%;
    *margin-left: 45.962518148158%;
  }
  .row-fluid .offset5:first-child {
    margin-left: 42.96066252588%;
    *margin-left: 42.856928086046%;
  }
  .row-fluid .offset4 {
    margin-left: 37.474120082816%;
    *margin-left: 37.370385642982%;
  }
  .row-fluid .offset4:first-child {
    margin-left: 34.368530020704%;
    *margin-left: 34.26479558087%;
  }
  .row-fluid .offset3 {
    margin-left: 28.88198757764%;
    *margin-left: 28.778253137806%;
  }
  .row-fluid .offset3:first-child {
    margin-left: 25.776397515528%;
    *margin-left: 25.672663075694%;
  }
  .row-fluid .offset2 {
    margin-left: 20.289855072464%;
    *margin-left: 20.18612063263%;
  }
  .row-fluid .offset2:first-child {
    margin-left: 17.184265010352%;
    *margin-left: 17.080530570518%;
  }
  .row-fluid .offset1 {
    margin-left: 11.697722567288%;
    *margin-left: 11.593988127454%;
  }
  .row-fluid .offset1:first-child {
    margin-left: 8.592132505176%;
    *margin-left: 8.488398065342%;
  }
  input,
  textarea,
  .uneditable-input {
    margin-left: 0;
  }
  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 20px;
  }
  input.span12,
  textarea.span12,
  .uneditable-input.span12 {
    width: 710px;
  }
  input.span11,
  textarea.span11,
  .uneditable-input.span11 {
    width: 648px;
  }
  input.span10,
  textarea.span10,
  .uneditable-input.span10 {
    width: 586px;
  }
  input.span9,
  textarea.span9,
  .uneditable-input.span9 {
    width: 524px;
  }
  input.span8,
  textarea.span8,
  .uneditable-input.span8 {
    width: 462px;
  }
  input.span7,
  textarea.span7,
  .uneditable-input.span7 {
    width: 400px;
  }
  input.span6,
  textarea.span6,
  .uneditable-input.span6 {
    width: 338px;
  }
  input.span5,
  textarea.span5,
  .uneditable-input.span5 {
    width: 276px;
  }
  input.span4,
  textarea.span4,
  .uneditable-input.span4 {
    width: 214px;
  }
  input.span3,
  textarea.span3,
  .uneditable-input.span3 {
    width: 152px;
  }
  input.span2,
  textarea.span2,
  .uneditable-input.span2 {
    width: 90px;
  }
  input.span1,
  textarea.span1,
  .uneditable-input.span1 {
    width: 28px;
  }
}
@media (max-width: 767px) {
  body {
    padding-left: 20px;
    padding-right: 20px;
  }
  .navbar-fixed-top,
  .navbar-fixed-bottom,
  .navbar-static-top {
    margin-left: -20px;
    margin-right: -20px;
  }
  .container-fluid {
    padding: 0;
  }
  .dl-horizontal dt {
    float: none;
    clear: none;
    width: auto;
    text-align: left;
  }
  .dl-horizontal dd {
    margin-left: 0;
  }
  .container {
    width: auto;
  }
  .row-fluid {
    width: 100%;
  }
  .row,
  .thumbnails {
    margin-left: 0;
  }
  .thumbnails > li {
    float: none;
    margin-left: 0;
  }
  [class*="span"],
  .uneditable-input[class*="span"],
  .row-fluid [class*="span"] {
    float: none;
    display: block;
    width: 100%;
    margin-left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .span12,
  .row-fluid .span12 {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .row-fluid [class*="offset"]:first-child {
    margin-left: 0;
  }
  .input-large,
  .input-xlarge,
  .input-xxlarge,
  input[class*="span"],
  select[class*="span"],
  textarea[class*="span"],
  .uneditable-input {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .input-prepend input,
  .input-append input,
  .input-prepend input[class*="span"],
  .input-append input[class*="span"] {
    display: inline-block;
    width: auto;
  }
  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 0;
  }
  .modal {
    position: fixed;
    top: 20px;
    left: 20px;
    right: 20px;
    width: auto;
    margin: 0;
  }
  .modal.fade {
    top: -100px;
  }
  .modal.fade.in {
    top: 20px;
  }
}
@media (max-width: 480px) {
  .nav-collapse {
    -webkit-transform: translate3d(0,0,0);
  }
  .page-header h1 small {
    display: block;
    line-height: 20px;
  }
  input[type="checkbox"],
  input[type="radio"] {
    border: 1px solid #ccc;
  }
  .form-horizontal .control-label {
    float: none;
    width: auto;
    padding-top: 0;
    text-align: left;
  }
  .form-horizontal .controls {
    margin-left: 0;
  }
  .form-horizontal .control-list {
    padding-top: 0;
  }
  .form-horizontal .form-actions {
    padding-left: 10px;
    padding-right: 10px;
  }
  .media .pull-left,
  .media .pull-right {
    float: none;
    display: block;
    margin-bottom: 10px;
  }
  .media-object {
    margin-right: 0;
    margin-left: 0;
  }
  .modal {
    top: 10px;
    left: 10px;
    right: 10px;
  }
  .modal-header .close {
    padding: 10px;
    margin: -10px;
  }
  .carousel-caption {
    position: static;
  }
}
@media (max-width: 979px) {
  body {
    padding-top: 0;
  }
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    position: static;
  }
  .navbar-fixed-top {
    margin-bottom: 20px;
  }
  .navbar-fixed-bottom {
    margin-top: 20px;
  }
  .navbar-fixed-top .navbar-inner,
  .navbar-fixed-bottom .navbar-inner {
    padding: 5px;
  }
  .navbar .container {
    width: auto;
    padding: 0;
  }
  .navbar .brand {
    padding-left: 10px;
    padding-right: 10px;
    margin: 0 0 0 -5px;
  }
  .nav-collapse {
    clear: both;
  }
  .nav-collapse .nav {
    float: none;
    margin: 0 0 10px;
  }
  .nav-collapse .nav > li {
    float: none;
  }
  .nav-collapse .nav > li > a {
    margin-bottom: 2px;
  }
  .nav-collapse .nav > .divider-vertical {
    display: none;
  }
  .nav-collapse .nav .nav-header {
    color: #777;
    text-shadow: none;
  }
  .nav-collapse .nav > li > a,
  .nav-collapse .dropdown-menu a {
    padding: 9px 15px;
    font-weight: bold;
    color: #777;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
  }
  .nav-collapse .btn {
    padding: 4px 10px 4px;
    font-weight: normal;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  }
  .nav-collapse .dropdown-menu li + li a {
    margin-bottom: 2px;
  }
  .nav-collapse .nav > li > a:hover,
  .nav-collapse .nav > li > a:focus,
  .nav-collapse .dropdown-menu a:hover,
  .nav-collapse .dropdown-menu a:focus {
    background-color: #f2f2f2;
  }
  .navbar-inverse .nav-collapse .nav > li > a,
  .navbar-inverse .nav-collapse .dropdown-menu a {
    color: #999;
  }
  .navbar-inverse .nav-collapse .nav > li > a:hover,
  .navbar-inverse .nav-collapse .nav > li > a:focus,
  .navbar-inverse .nav-collapse .dropdown-menu a:hover,
  .navbar-inverse .nav-collapse .dropdown-menu a:focus {
    background-color: #111111;
  }
  .nav-collapse.in .btn-group {
    margin-top: 5px;
    padding: 0;
  }
  .nav-collapse .dropdown-menu {
    position: static;
    top: auto;
    left: auto;
    float: none;
    display: none;
    max-width: none;
    margin: 0 15px;
    padding: 0;
    background-color: transparent;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .nav-collapse .open > .dropdown-menu {
    display: block;
  }
  .nav-collapse .dropdown-menu:before,
  .nav-collapse .dropdown-menu:after {
    display: none;
  }
  .nav-collapse .dropdown-menu .divider {
    display: none;
  }
  .nav-collapse .nav > li > .dropdown-menu:before,
  .nav-collapse .nav > li > .dropdown-menu:after {
    display: none;
  }
  .nav-collapse .navbar-form,
  .nav-collapse .navbar-search {
    float: none;
    padding: 10px 15px;
    margin: 10px 0;
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.1);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.1);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.1);
  }
  .navbar-inverse .nav-collapse .navbar-form,
  .navbar-inverse .nav-collapse .navbar-search {
    border-top-color: #111111;
    border-bottom-color: #111111;
  }
  .navbar .nav-collapse .nav.pull-right {
    float: none;
    margin-left: 0;
  }
  .nav-collapse,
  .nav-collapse.collapse {
    overflow: hidden;
    height: 0;
  }
  .navbar .btn-navbar {
    display: block;
  }
  .navbar-static .navbar-inner {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 980px) {
  .nav-collapse.collapse {
    height: auto !important;
    overflow: visible !important;
  }
}
h3,
h2 {
  margin: 0;
}
h3 {
  line-height: 27px;
}
@media screen and (max-width: 768px) {
  body {
    padding: 0 !important;
  }
}
.dropdown-menu > li > a:hover {
  background: #eaeaea;
}
root {
  display: block;
}
* {
  margin: 0;
  padding: 0;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
  font-family: Arial, Helvetica, sans-serif;
}
ol,
ul {
  list-style: none;
  margin: 0;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
textarea {
  overflow: auto;
  resize: none;
}
body {
  background-color: #FAF9F8;
  font-family: "Averta", sans-serif;
}
a {
  text-decoration: none;
  color: #EC5124;
  font-size: 13px;
  cursor: pointer;
}
a:hover {
  color: #ee4f15;
  text-decoration: underline;
}
h1 {
  font-size: 16px;
  color: #343A40;
  font-weight: bold;
  line-height: 28px;
  padding-top: 10px;
  z-index: 100;
  padding: 10px;
}
h2,
h3,
h4 {
  color: #534840;
  font-size: 13px;
  padding-bottom: 4px;
}
#headBandIphone {
  display: none;
}
abbr[title] {
  cursor: default;
  text-decoration: none;
  border-bottom: none;
}
[data-rel] {
  cursor: pointer;
}
.ie8down img {
  border: none;
}
.hide {
  display: none;
}
.invisible {
  visibility: hidden;
}
.visible {
  visibility: visible;
}
.center {
  text-align: center;
}
.body-ckeditor {
  background: white;
}
#go-wrapper input {
  outline: none;
  border: 0px;
  box-shadow: 0px 0px 1px #cbcbcb;
  -webkit-box-shadow: 0px 0px 1px #cbcbcb;
  -moz-box-shadow: 0px 0px 1px #cbcbcb;
}
#go-wrapper input:focus,
#go-wrapper input:hover {
  box-shadow: 0px 0px 4px #cbcbcb;
  -webkit-box-shadow: 0px 0px 4px #cbcbcb;
  -moz-box-shadow: 0px 0px 4px #cbcbcb;
}
#go-wrapper input:active {
  box-shadow: inset 0px 0px 5px #cbcbcb;
  -webkit-box-shadow: inset 0px 0px 5px #cbcbcb;
  -moz-box-shadow: inset 0px 0px 5px #cbcbcb;
}
#go-wrapper input.invalid {
  box-shadow: 0px 0px 4px #ff0000;
  -webkit-box-shadow: 0px 0px 4px #ff0000;
  -moz-box-shadow: 0px 0px 4px #ff0000;
}
#go-wrapper p {
  color: #54473E;
  font-size: 13px;
}
#go-wrapper p.chapo {
  font-family: 'Droid Serif', serif !important;
  color: #54473E;
  font-size: 20px;
  line-height: 1.4em;
  font-style: italic;
  display: block;
}
#go-wrapper .header-text p {
  font-size: 15px;
  line-height: 20px;
}
.go-content h1 {
  font-size: 2em;
  font-weight: 700;
  line-height: 1.27em;
  z-index: 100;
  padding: 0px;
  margin-bottom: .2em;
}
.go-content h2 {
  font-size: 22px;
  font-weight: normal;
  line-height: 28px;
  padding: 0;
}
#go-wrapper {
  width: 1027px;
  height: auto;
  margin: 0px auto 0;
  position: relative;
  z-index: 1;
  color: #54473E;
}
#error_image,
#error_image_fr,
#error_image_de,
#error_image_es,
#error_image_it {
  width: 969px;
  height: 740px;
  text-align: center;
  position: relative;
  top: -20px;
}
#error_image,
#error_image_fr {
  background-image: url('/images/francine/404.jpg');
}
#error_image_de {
  background-image: url("/images/francine/404_de.jpg");
}
#error_image_es {
  background-image: url("/images/francine/404_es.jpg");
}
#error_image_it {
  background-image: url("/images/francine/404_it.jpg");
}
.go-clear {
  clear: both;
}
.go-left-column {
  width: 759px;
  float: left;
  border: 1px #eeeeee solid;
  padding-bottom: 8px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background-color: white;
  position: relative;
  margin-bottom: 20px;
}
.go-right-column {
  width: 236px;
  height: auto;
  float: left;
}
.go-right-column-agency {
  top: 28px !important;
}
.go-no-decoration {
  text-decoration: none !important;
}
.go-no-decoration,
.go-no-decoration:hover {
  text-decoration: none !important;
}
.go-content {
  margin-top: 10px;
  margin-left: 30px;
  position: relative;
}
.go-content-title {
  color: #54473E;
  font-size: 28px;
  margin: 0px 20px 5px 1px;
  height: 30px;
  width: 761px;
  font-weight: bold;
  margin-top: -10px;
}
.go-title:first-letter {
  text-transform: uppercase;
}
.go-text-color {
  color: #54473E;
}
.go-orange-text-color {
  color: #EE4F15;
}
.go-float-left {
  float: left;
}
.go-float-right {
  float: right;
}
.go-cursor-pointer {
  cursor: pointer;
}
.submitConnection {
  background: -webkit-gradient(linear,left top,left bottom,from(#FEFEFE),to(#E6E1D9));
  background: -webkit-linear-gradient(top,#FEFEFE,#E6E1D9);
  background: -moz-linear-gradient(top,#FEFEFE,#E6E1D9);
  background: -ms-linear-gradient(top,#FEFEFE,#E6E1D9);
  background: -o-linear-gradient(top,#FEFEFE,#E6E1D9);
}
.go-a-href {
  height: 15px;
  line-height: 20px;
  color: #EE4F15;
  font-size: 13px;
  background: url('/images/francine/article_edition/link_arrow.png') no-repeat scroll right 5px;
  padding-right: 12px;
}
.go-a-href:hover {
  color: #EE4F15;
  text-decoration: underline;
}
.block {
  display: block;
}
.floatLeft {
  float: left;
}
.floatRight {
  float: right;
}
.clear {
  clear: both;
}
@font-face {
  font-family: 'LaBelleAuroreRegular';
  src: url('/fonts/labelleaurore-webfont.eot');
  src: url('/fonts/labelleaurore-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/labelleaurore-webfont.woff') format('woff'), url('/fonts/labelleaurore-webfont.ttf') format('truetype'), url('/fonts/labelleaurore-webfont.svg#LaBelleAuroreRegular') format('svg');
  font-weight: normal;
  font-style: normal;
}
iframe[name=google_conversion_frame] {
  display: none;
}
h3 {
  font-size: 15px;
}
.text-chapeau,
.text-chapeau * {
  font-size: 15px !important;
  line-height: 20px;
  margin-bottom: 0px;
  overflow: hidden;
}
.text-chapeau {
  position: relative;
}
.text-chapeau .show-more {
  position: absolute;
  bottom: 0px;
  display: block;
  width: 100%;
  text-align: right;
  background-color: #fff;
  padding: 2px;
  color: #EC5124;
  cursor: pointer;
}
.text-chapeau .show-more:after {
  font-family: 'titriangleregular';
  content: 'd';
}
.dropdown-popup {
  display: none;
  position: absolute;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0px 10px #534840;
  width: 100%;
  top: 34px;
  z-index: 2050;
  border: 1px solid #AEAEAE \9;
  left: 0;
}
.dropdown-popup .arrow-up,
.dropdown-popup .arrow-up .arrow-up-inner,
.dropdown-popup .arrow-up .arrow-up-outer {
  position: absolute;
}
.dropdown-popup .arrow-up {
  top: -14px;
  left: 50%;
  margin-left: -7px;
  *top: -26px;
}
.dropdown-popup .arrow-up .arrow-up-outer {
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-bottom: 14px solid #AEAEAE;
}
.dropdown-popup .arrow-up .arrow-up-inner {
  top: 1px;
  border-left: 13px solid transparent;
  border-right: 13px solid transparent;
  border-bottom: 13px solid #fff;
}
.dropdown-popup .dropdown-popup-content,
.dropdown-popup .dropdown-popup-header,
.dropdown-popup .dropdown-popup-footer {
  margin: 20px;
}
.dropdown-popup .dropdown-popup-header h2 {
  font-size: 22px;
  font-weight: bold;
}
.counterShortTitle {
  position: relative;
  display: none;
  right: 0;
  top: 0;
  font-size: 20px;
  font-weight: bold;
  color: #ccc;
}
.go-button-white .go-table-bon-main-txt {
  padding-right: 5px;
}
.go-legend {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  display: none;
}
.go-legend-bigthumb {
  height: 54px;
}
.go-legend-opacity {
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 0.8;
  background-color: #332C25;
}
.go-legend-text {
  position: absolute;
  font-size: 13px;
  color: white;
  top: 50%;
  margin-top: -15px;
  min-height: 15px;
  max-height: 32px;
  padding-left: 15px;
  padding-right: 15px;
  line-height: 16px;
  overflow: hidden;
}
.go-img-block .qq-upload-drop-area {
  position: relative;
}
.smart-tooltip {
  font-weight: bold;
  display: block;
  position: absolute;
  color: #fff;
  max-width: 160px;
  text-align: center;
  background-color: #000;
  opacity: .9;
  line-height: 16px;
  z-index: 1090;
  padding: 10px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(73,73,73,0.6);
  -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(73,73,73,0.6);
  box-shadow: 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(73,73,73,0.6);
}
.smart-tooltip .caret {
  border-bottom: 10px solid black;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  top: 0;
  margin-top: -10px;
  left: 50%;
  margin-left: -10px;
}
.hand-written {
  font-family: 'Gloria Hallelujah', cursive;
}
h4.no-css {
  padding: 0;
  border: none;
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
  width: auto;
  height: auto;
  border-radius: 0;
}
.evaneos-speacker-square {
  width: 40px;
  height: 40px;
  box-shadow: 0px 0px 5px -1px #534840;
  position: fixed;
  bottom: 20px;
  left: 20px;
  border-radius: 5px;
  background-color: #fff;
}
.go-rounded-white-block {
  padding: 15px;
  background-color: white;
  border-radius: 5px;
  box-shadow: gray 0px 0px 3px 0px;
}
.go-rounded-white-block-flat-top {
  padding: 15px;
  background-color: white;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  box-shadow: gray 0px 0px 3px 0px;
}
.IE8down .go-rounded-white-block,
.IE8down  .go-rounded-white-block-flat-top {
  border: 1px solid #ddd;
}
.caret {
  display: block;
  opacity: 1;
  width: 0;
  height: 0;
  border: 0;
  z-index: 900;
  vertical-align: top;
  position: absolute;
  top: 10px;
  left: -8px;
  margin: 0;
}
.caret.caret-left .outer {
  border-right: 8px solid #D4D1CF;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 0px;
}
.caret .outer {
  position: absolute;
  border-top: 8px solid #D4D1CF;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 0px;
}
.caret.caret-left .inner {
  border-right: 7px solid white;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 0px;
}
.caret .inner {
  position: absolute;
  border-top: 7px solid white;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 0px;
  display: inline-block;
  top: 1px;
  left: 1px;
}
.evaneos-speacker-square .inner-speacker {
  margin: 8px;
  width: 24px;
  height: 24px;
  background-image: url('/stylesheets/betty/pics/betty_icons_24.png');
  background-repeat: no-repeat;
  background-position: -48px -216px;
}
#go-mode-edition {
  position: relative;
  top: -9px;
}
.go-edition-mode-bar-span {
  float: left;
  color: white;
}
.go-edition-mode-text {
  font-weight: bold;
  font-size: 15px;
  margin-top: 20px;
  margin-left: 10px;
  margin-right: 10px;
  float: left;
  color: #534840;
}
.IE8down .evaneos-speacker-square {
  border: 1px solid #9C918A;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .newsletter {
    display: none !important;
  }
  #belowFooter {
    min-width: 0 !important;
  }
}
.IE8down .header-agent-thumb {
  position: absolute;
  top: -35px;
  left: 20px;
  width: 124px;
  height: 124px;
  background-color: white;
  border-radius: 5px;
  box-shadow: 0px 0px 5px -1px #534840;
  z-index: 10;
  padding: 5px;
}
.IE8down .header-agent-name h1 {
  display: inline;
  font-size: 16px;
  font-weight: normal;
  color: #9B908A;
}
.IE8down .header-agent-nickname {
  font-size: 28px;
  font-weight: bold;
  line-height: 28px;
  z-index: 100;
  padding: 0px;
  color: #534840;
}
.IE8down .header-agent-name {
  position: absolute;
  top: -34px;
  left: 161px;
}
.IE8down .header-text {
  padding: 10px;
  word-wrap: break-word;
}
.IE8down .header-map .map-container {
  height: 180px;
}
.IE8down .header-agency-summary {
  display: inline-block;
  width: 145px;
  height: 45px;
}
.IE8down .header-agent-metadata {
  color: #9C918A;
  font-weight: normal;
  font-size: 12px;
  margin-bottom: 5px;
}
.IE8down .header-agent-metadata-value {
  font-weight: normal;
  font-size: 13px;
}
.IE8down .header-agent-metadata-container {
  float: left;
  margin-left: 10px;
  width: 110px;
}
.IE8down .go-content {
  margin-top: 10px;
  margin-left: 30px;
  position: relative;
}
.IE8down .header-white-block {
  background-color: white;
  border-radius: 10px;
  box-shadow: 0px 0px 5px -1px #534840;
  min-height: fit-content;
}
.IE8down .testi-medium {
  background-color: white;
  border-radius: 5px;
  box-shadow: 0px 0px 5px -1px #534840;
  float: left;
  width: 370px;
  height: 79px;
  position: relative;
  padding: 10px;
}
.IE8down .icon-evaneos {
  background: url('/stylesheets/betty/pics/betty_icons_24.png') no-repeat center center;
  background-position: 0px -240px;
  width: 24px;
  height: 24px;
  float: left;
}
.IE8down .icon-localisation {
  background: url('/stylesheets/betty/pics/betty_icons_24.png') no-repeat center center;
  background-position: 0px -264px;
  width: 24px;
  height: 24px;
  float: left;
}
.IE8down .icon-agency {
  background: url('/stylesheets/betty/pics/betty_icons_24.png') no-repeat center center;
  background-position: -24px -312px;
  width: 24px;
  height: 24px;
  float: left;
}
.IE8down .icon-payment {
  background: url('/stylesheets/betty/pics/betty_icons_24.png') no-repeat center center;
  background-position: 0px -288px;
  width: 24px;
  height: 24px;
  float: left;
}
.IE8down .testimonial-main-picture {
  width: 476px;
  height: 284px;
  margin-bottom: 12px;
  border-radius: 5px;
  box-shadow: gray 0px 0px 3px 0px;
}
body.env-dev {
  border-top: 8px solid #363;
}
body.env-preprod {
  border-top: 8px solid orange;
}
body.env-scrum {
  border-top: 8px solid #336;
}
body.env-produciton.role-developper {
  border-top: 8px solid #ff6100;
}
#topnavbar {
  z-index: 3 !important;
}
#headBand {
  z-index: 2 !important;
}
.modal-backdrop,
#overlay {
  z-index: 2 !important;
}
.modal {
  z-index: 3 !important;
}
body.editionbar {
  padding-top: 36px;
}
#topnavbar {
  z-index: 9999;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 36px;
  clear: both;
  background: #534840;
}
#topnavbar a#edition-mode-button {
  margin-left: -2px;
  color: #fff;
  height: 36px;
  line-height: 36px;
  font-weight: bold;
  float: left;
  padding-right: 15px;
  padding-left: 15px;
  border-left: 1px solid #333;
  border-right: 1px solid #333;
}
#topnavbar a#edition-mode-button span {
  display: inline-block;
  height: 18px;
  margin-top: 9px;
  width: 46.8px;
  line-height: 18px;
  color: #fff;
  border-radius: 18px 18px 18px 18px;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  margin-left: 5px;
}
#topnavbar a#edition-mode-button span:after {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  margin-top: 1px;
  border-radius: 18px 18px 18px 18px;
  background: #fff;
}
#topnavbar a#edition-mode-button.on span {
  background: #72AB49;
}
#topnavbar a#edition-mode-button.on span:after {
  float: left;
  margin-left: 1px;
  margin-right: 3px;
}
#topnavbar a#edition-mode-button.off span {
  background: #ee5555;
  text-align: right;
}
#topnavbar a#edition-mode-button.off span:after {
  float: right;
  margin-right: 1px;
  margin-left: 3px;
}
#topnavbar a#edition-mode-button:hover {
  text-decoration: none;
}
#topnavbar ul.cutemenu {
  z-index: 100;
  float: left;
  border-right: 1px solid #333;
}
#topnavbar ul.cutemenu.with-divider > li {
  border-right: 1px solid #333;
}
#topnavbar ul.cutemenu.with-divider > li:last-child {
  border-right: none;
}
#topnavbar ul.cutemenu.menuright {
  float: right;
}
#topnavbar ul.cutemenu.menuright >li ul {
  left: auto;
  right: 0;
}
#topnavbar ul.cutemenu a i[class^="bettyicon-"],
#topnavbar ul.cutemenu a i[class*=" bettyicon-"] {
  height: 36px;
  line-height: 36px;
  font-size: 1.3em;
}
#topnavbar ul.cutemenu > li {
  z-index: 10;
  float: left;
  position: relative;
  height: 36px;
  display: block;
}
#topnavbar ul.cutemenu > li:hover {
  background: #453c35;
}
#topnavbar ul.cutemenu > li:hover ul {
  display: block;
}
#topnavbar ul.cutemenu > li a {
  display: block;
  height: 36px;
  line-height: 36px;
  color: #fff;
  padding: 0 15px;
}
#topnavbar ul.cutemenu > li a:hover {
  background: #453c35;
  text-decoration: none;
}
#topnavbar ul.cutemenu > li span {
  float: right;
  display: inline-block;
  background: red;
  color: #fff;
  margin-top: 5.5px;
  height: 14px;
  line-height: 14px;
  border-radius: 14px 14px 14px 14px;
  font-size: 9px;
  text-align: center;
  font-weight: bold;
  padding: 0 .5em;
}
#topnavbar ul.cutemenu > li ul {
  z-index: 5;
  background: #534840;
  display: block;
  width: 200px;
  position: absolute;
  top: 36px;
  left: 0;
  display: none;
}
#topnavbar ul.cutemenu > li ul li {
  border-bottom: 1px solid #333;
}
#topnavbar ul.cutemenu > li ul li a {
  height: 27px;
  line-height: 27px;
}
#topnavbar ul.cutemenu > li ul li div {
  padding: 5px;
  display: block;
  background: #453c35;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #topnavbar {
    display: none;
  }
}
html[lang='de'] #footer_reladed .guarantees .guarantees_list a i.paiements {
  background-image: url("/imageCSS/betty/footer/common_de.png");
  background-position: 0px -227px;
  width: 134px;
  height: 44px;
  margin-left: 15px;
}
#footer_reladed .guarantees {
  border-top: 1px solid #F9F7F3;
  background: #E6E1D9;
  box-shadow: #534840 0px 0px 5px -1px;
  padding-top: 25px;
  padding-bottom: 10px;
}
#footer_reladed .guarantees strong.guarantees_title {
  display: block;
  text-align: center;
  font-weight: normal;
  font-family: 'Droid Sans', sans-serif !important;
  font-size: 24px;
  color: #534840;
  margin-bottom: 25px;
  line-height: 1.27em;
}
#footer_reladed .guarantees .guarantees_list a {
  display: block;
  text-align: center;
  float: left;
  width: 16.66%;
  margin-bottom: 25px;
}
#footer_reladed .guarantees .guarantees_list a span {
  display: block;
  clear: both;
  margin-top: 10px;
  color: #534840;
  line-height: 1.2em;
}
#footer_reladed .guarantees .guarantees_list a i {
  color: #6aabde;
  font-size: 50px;
}
#footer_reladed .guarantees .guarantees_list a i.paiements {
  display: block;
  height: 50px;
  background: transparent url('/imageCSS/betty/footer/paiements.png') center center no-repeat;
}
#footer_reladed .guarantees .guarantees_list a:hover {
  color: #534840;
  text-decoration: none;
}
#footer_reladed .guarantees .guarantees_list a:hover span {
  text-decoration: underline;
}
#footer_reladed .newsletter_subscribtion {
  background: #302a25;
  background: #2f2a24;
  text-align: center;
  padding-top: 35px;
  padding-bottom: 15px;
}
#footer_reladed .newsletter_subscribtion .confirmationMessage {
  width: 100%;
  margin-top: 10px;
  color: #73AB4B;
  font-size: 12px;
  font-family: 'Droid Sans';
}
#footer_reladed .newsletter_subscribtion .in {
  position: relative;
}
#footer_reladed .newsletter_subscribtion .in label.newsletter-confirmbox {
  display: inline-block;
  text-align: center;
  padding: 14px 0 0;
  line-height: 15px;
  font-size: 12px;
  color: #9C918A;
  font-family: 'Droid Serif';
}
#footer_reladed .newsletter_subscribtion .in label.newsletter-confirmbox input {
  margin: 0 .5em;
  vertical-align: middle;
  float: left;
}
#footer_reladed .newsletter_subscribtion .in label.newsletter-email-label {
  color: #9C918A;
  height: 42px;
  line-height: 21px;
  font-size: 18px;
  width: 120px;
  text-align: right;
  font-weight: bold;
  display: inline-block;
  margin: 0 5px;
  text-transform: uppercase;
}
#footer_reladed .newsletter_subscribtion .in input[type="text"] {
  margin: 0;
  -webkit-appearance: none;
  -webkit-box-shadow: none;
  -webkit-rtl-ordering: logical;
  -webkit-transform: border 0.2s linear ease-in-out 1s;
  -moz-transform: border 0.2s linear ease-in-out 1s;
  -o-transform: border 0.2s linear ease-in-out 1s;
  transform: border 0.2s linear ease-in-out 1s;
  -webkit-transition: border 0.2s linear;
  -moz-transition: border 0.2s linear;
  -o-transition: border 0.2s linear;
  transition: border 0.2s linear;
  -webkit-user-select: text;
  -webkit-writing-mode: horizontal-tb;
  box-shadow: none;
  cursor: auto;
  display: inline-block;
  flex-direction: column;
  vertical-align: top;
  white-space: pre-wrap;
  word-spacing: 0px;
  word-wrap: break-word;
  writing-mode: lr-tb;
  resize: none;
  text-align: start;
  text-shadow: none;
  -webkit-transform: border .2s linear ease-in-out 1s;
  -moz-transform: border .2s linear ease-in-out 1s;
  -o-transform: border .2s linear ease-in-out 1s;
  transform: border .2s linear ease-in-out 1s;
  -webkit-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -o-transition: border .2s linear;
  transition: border .2s linear;
  font-family: 'Droid Sans', sans-serif;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-indent: 3px;
  font-size: 15px;
  font-weight: normal;
  line-height: 30px;
  padding: 10px 0;
  margin: 0 5px;
}
#footer_reladed .newsletter_subscribtion .in input[type="submit"] {
  display: inline-block;
  margin: 0;
  text-align: center;
  vertical-align: bottom;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  padding: 10px 15px;
  font-size: 16px;
  line-height: 1.27em;
  font-weight: bold;
  font-family: 'Droid Sans', sans-serif;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.5);
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.5);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.5);
  text-decoration: none;
  text-shadow: #5D8A3C 0px -1px 0px;
  color: #fff;
  outline-color: #fff;
  border-color: #6ea047;
  background-image: linear-gradient(bottom,#6d9946 25%,#72ab49 61%);
  background-image: -o-linear-gradient(bottom,#6d9946 25%,#72ab49 61%);
  background-image: -moz-linear-gradient(bottom,#6d9946 25%,#72ab49 61%);
  background-image: -webkit-linear-gradient(bottom,#6d9946 25%,#72ab49 61%);
  background-image: -ms-linear-gradient(bottom,#6d9946 25%,#72ab49 61%);
  background-color: #72ab49;
  margin: 0 5px;
}
#footer_reladed .newsletter_subscribtion .in input[type="submit"]:hover,
#footer_reladed .newsletter_subscribtion .in input[type="submit"]:focus {
  text-decoration: none;
}
#footer_reladed .newsletter_subscribtion .in input[type="submit"]:active,
#footer_reladed .newsletter_subscribtion .in input[type="submit"].active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
  box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
}
#footer_reladed .newsletter_subscribtion .in input[type="submit"].disabled,
#footer_reladed .newsletter_subscribtion .in input[type="submit"][disabled],
fieldset[disabled] #footer_reladed .newsletter_subscribtion .in input[type="submit"] {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.0065;
  filter: alpha(opacity=.65);
}
#footer_reladed .newsletter_subscribtion .in input[type="submit"]:focus {
  cursor: pointer;
  text-shadow: #5D8A3C 0px -1px 0px;
}
#footer_reladed .newsletter_subscribtion .in input[type="submit"]:hover {
  background-image: linear-gradient(bottom,#6ea047 21%,#6ea047 61%);
  background-image: -o-linear-gradient(bottom,#6ea047 21%,#6ea047 61%);
  background-image: -moz-linear-gradient(bottom,#6ea047 21%,#6ea047 61%);
  background-image: -webkit-linear-gradient(bottom,#6ea047 21%,#6ea047 61%);
  background-image: -ms-linear-gradient(bottom,#6ea047 21%,#6ea047 61%);
  background-color: #6ea047;
}
#footer_reladed .newsletter_subscribtion .in input[type="submit"]:focus {
  border: 1px #6ea047 solid;
}
#footer_reladed .newsletter_subscribtion .in .handwrited-message {
  background: transparent url('/imageCSS/betty/footer/arrow.png') bottom left no-repeat;
  position: absolute;
  display: block;
  width: 240px;
  right: -80px;
  padding-left: 75px;
  top: 0;
  font-family: 'Gloria Hallelujah', cursive !important;
  font-size: 1.2em;
  line-height: 1.2em;
  color: #9C918A;
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  transform: rotate(-3deg);
  opacity: 1;
  -webkit-transform: opacity .5s ease-in-out 1s;
  -moz-transform: opacity .5s ease-in-out 1s;
  -o-transform: opacity .5s ease-in-out 1s;
  transform: opacity .5s ease-in-out 1s;
  -webkit-transition: opacity .5s;
  -moz-transition: opacity .5s;
  -o-transition: opacity .5s;
  transition: opacity .5s;
}
#footer_reladed .links {
  background: #302a25;
  background: #2f2a24;
  color: #8dbc6d;
  border-top: 1px solid #534840;
  text-align: center;
  padding-top: 35px;
  padding-bottom: 35px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}
#footer_reladed .links ul.evaneos-univers li a {
  font-size: 22px;
  color: #fff;
  padding: 4px 10px;
  display: inline-block;
}
#footer_reladed .links ul.evaneos-univers li a:hover {
  color: #fff;
  text-decoration: underline;
}
#footer_reladed .links ul.related {
  margin-top: 12.5px;
}
#footer_reladed .links ul.related li {
  padding: 4px 8px;
}
#footer_reladed .links ul.related li a {
  font-size: 18px;
  color: #9C918A;
}
#footer_reladed .links ul.related li a:hover {
  color: #9C918A;
  text-decoration: underline;
}
#footer_reladed .links ul.social {
  margin-top: 25px;
}
#footer_reladed .links ul.social li a {
  -webkit-transform: color .3s ease-in-out 1s;
  -moz-transform: color .3s ease-in-out 1s;
  -o-transform: color .3s ease-in-out 1s;
  transform: color .3s ease-in-out 1s;
  -webkit-transition: color .3s;
  -moz-transition: color .3s;
  -o-transition: color .3s;
  transition: color .3s;
  padding: 10px;
  color: #9C918A;
  font-size: 28px;
}
#footer_reladed .links ul.social li a:hover {
  text-decoration: none;
}
#footer_reladed .links ul.social li a.facebook:hover {
  color: #3c5598;
}
#footer_reladed .links ul.social li a.googleplus:hover {
  color: #dd5029;
}
#footer_reladed .links ul.social li a.twitter:hover {
  color: #00c7f5;
}
#footer_reladed .links ul.social li a.pinterest:hover {
  color: #d70000;
}
#footer_reladed .links ul.social li a.youtube:hover {
  color: #bb2b22;
}
#footer_reladed .links .partnerlink {
  position: absolute;
  bottom: 15px;
  left: 15px;
  text-indent: -9999px;
  overflow: hidden;
  top: 50%;
  left: 2%;
}
#footer_reladed .links .partnerlink.atd {
  height: 42px;
  width: 100px;
  margin-top: -21px;
  background: transparent url('/imageCSS/betty/footer/atd.png') center center no-repeat;
}
#footer_reladed .links .partnerlink.atd:hover {
  background: transparent url('/imageCSS/betty/footer/atd-hover.png') center center no-repeat;
}
#footer_reladed .links .partnerlink.drv {
  height: 102px;
  width: 140px;
  margin-top: -51px;
  background: transparent url('/imageCSS/betty/footer/drv.png') bottom center no-repeat;
  -webkit-transform: opacity .3s ease-in-out 1s;
  -moz-transform: opacity .3s ease-in-out 1s;
  -o-transform: opacity .3s ease-in-out 1s;
  transform: opacity .3s ease-in-out 1s;
  -webkit-transition: opacity .3s;
  -moz-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s;
}
#footer_reladed .links .partnerlink.drv:hover {
  background: transparent url('/imageCSS/betty/footer/drv.png') top center no-repeat;
}
#footer_reladed .links .partnerlink.fada {
  width: 128px;
  height: 100px;
  margin-top: -50px;
  background: transparent url('/imageCSS/betty/footer/fada.png') bottom center no-repeat;
  -webkit-transform: opacity .3s ease-in-out 1s;
  -moz-transform: opacity .3s ease-in-out 1s;
  -o-transform: opacity .3s ease-in-out 1s;
  transform: opacity .3s ease-in-out 1s;
  -webkit-transition: opacity .3s;
  -moz-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s;
  opacity: 0.7;
}
#footer_reladed .links .partnerlink.fada:hover {
  opacity: 1;
}
#footer_reladed .links .partnerlink.confianza {
  right: 1%;
  left: auto;
  width: 130px;
  height: 130px;
  margin-top: -70px;
  background: transparent url('/imageCSS/betty/footer/confianza.png') bottom center no-repeat;
  -webkit-transform: opacity .3s ease-in-out 1s;
  -moz-transform: opacity .3s ease-in-out 1s;
  -o-transform: opacity .3s ease-in-out 1s;
  transform: opacity .3s ease-in-out 1s;
  -webkit-transition: opacity .3s;
  -moz-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s;
  opacity: 0.7;
}
#footer_reladed .links .partnerlink.confianza:hover {
  opacity: 1;
}
#footer_reladed .links .bottom-logos {
  min-height: 60px;
}
#footer_reladed .links .bottom-logos .travel-dor {
  background: transparent url('/imageCSS/betty/footer/travel-dor.png') bottom center no-repeat;
  display: block;
  float: right;
  height: 150px;
  margin-top: -65px;
  width: 147px;
  padding-right: 30px;
  position: relative;
}
.site-evaneos_travel #footer_reladed .guarantees .guarantees_list a i.paiements {
  background-image: url('/imageCSS/betty/footer/paiements-travel.png');
}
@media screen and (max-width: 1140px) {
  #footer_reladed .newsletter_subscribtion .in input[type="text"],
  #footer_reladed .newsletter_subscribtion .in input[type="submit"] {
    margin: 0;
  }
  #footer_reladed .newsletter_subscribtion .in .handwrited-message {
    display: none;
  }
  #footer_reladed .partnerlink {
    display: none;
  }
  #footer_reladed .bottom-logos {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  #footer_reladed .guarantees strong.guarantees_title {
    font-size: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }
  #footer_reladed .newsletter_subscribtion .in {
    width: 90%;
    margin: 0 auto;
  }
  #footer_reladed .newsletter_subscribtion .in label {
    display: block;
    width: 100%;
    text-align: center;
  }
  #footer_reladed .newsletter_subscribtion .in input[type="text"],
  #footer_reladed .newsletter_subscribtion .in input[type="submit"] {
    display: block !important;
    width: 100%;
  }
  #footer_reladed .newsletter_subscribtion .in input[type="submit"] {
    margin-top: 10px;
  }
  #footer_reladed .related {
    padding-left: 10px;
    padding-right: 10px;
  }
  #footer_reladed .links ul.social li a i {
    font-size: 22px;
  }
}
@media screen and (max-width: 600px) {
  #footer_reladed .guarantees .guarantees_list a {
    width: 50%;
  }
  #footer_reladed .guarantees .guarantees_list a.hidden-xs {
    display: none;
  }
}
.socialcol > div {
  text-align: right !important;
}
.addthis_toolbox {
  text-align: right;
}
.addthis_toolbox span.before {
  display: inline-block;
  font-family: 'Gloria Hallelujah', cursive !important;
  height: 22px;
  line-height: 22px;
}
.addthis_toolbox a,
.addthis_toolbox a.at300b {
  float: none !important;
  display: inline-block;
  height: 22px;
  line-height: 22px;
  width: 30px;
  text-align: center;
}
.addthis_toolbox a i,
.addthis_toolbox a.at300b i {
  font-size: 16px;
}
.addthis_toolbox a.addthis_button_facebook:hover,
.addthis_toolbox a.at300b.addthis_button_facebook:hover {
  color: #3c5598;
}
.addthis_toolbox a.addthis_button_twitter:hover,
.addthis_toolbox a.at300b.addthis_button_twitter:hover {
  color: #00c7f5;
}
.addthis_toolbox a.addthis_button_pinterest_share:hover,
.addthis_toolbox a.at300b.addthis_button_pinterest_share:hover {
  color: #d70000;
}
.addthis_toolbox a.addthis_button_google_plusone_share:hover,
.addthis_toolbox a.at300b.addthis_button_google_plusone_share:hover {
  color: #dd5029;
}
.addthis_toolbox a.addthis_button_email:hover,
.addthis_toolbox a.at300b.addthis_button_email:hover {
  color: #6aabde;
}
.addthis_toolbox a.sharing_button_youtube:hover,
.addthis_toolbox a.at300b.sharing_button_youtube:hover {
  color: #bb2b22;
}
.addthis_toolbox a.sharing_button_print:hover,
.addthis_toolbox a.at300b.sharing_button_print:hover {
  color: #f79400;
}
.addthis_toolbox a:hover,
.addthis_toolbox a.at300b:hover {
  text-decoration: none !important;
}
.addthis_toolbox.addthis_default_style {
  color: #9C918A;
}
.addthis_toolbox.addthis_default_style a,
.addthis_toolbox.addthis_default_style a.at300b {
  color: #9C918A;
}
.addthis_toolbox.addthis_white_style {
  color: #fff;
}
.addthis_toolbox.addthis_white_style span.before {
  color: #fff;
}
.addthis_toolbox.addthis_white_style a,
.addthis_toolbox.addthis_white_style a.at300b {
  color: #fff;
}
@media screen and (max-width: 960px) {
  .addthis_toolbox span.before {
    display: none;
  }
}
@media screen and (max-width: 769px) {
  .addthis_toolbox {
    margin: 12px 0 10px -5px;
    display: inline-block;
  }
  .addthis_toolbox a,
  .addthis_toolbox a.at300b {
    float: none !important;
  }
}
.solcialhome {
  text-alignce: center !important;
}
.solcialhome .addthis_toolbox {
  padding-top: 18px;
  text-align: center !important;
}
@media screen and (max-width: 960px) {
  .solcialhome {
    text-alignce: center !important;
  }
  .solcialhome .addthis_toolbox {
    display: block;
    padding-top: 10px;
    text-align: center !important;
  }
}
ul.breadcrumb li {
  display: inline-block;
  padding: 0 0 0 6px;
  margin: 0;
  vertical-aglin: middle;
}
ul.breadcrumb li:first-child {
  padding-left: 0;
}
ul.breadcrumb li:first-child i {
  font-size: 14px !important;
}
ul.breadcrumb li span,
ul.breadcrumb li a,
ul.breadcrumb li i,
ul.breadcrumb li a:hover {
  font-size: 11px;
  color: #534840;
  line-height: 20px;
  height: 20px;
  display: inline-block;
}
ul.breadcrumb li i {
  font-size: 9px;
}
ul.breadcrumb li i.bettyicon-house {
  font-size: 11px;
}
ul.breadcrumb li a:hover span {
  text-decoration: underline;
}
ul.breadcrumb.white li span,
ul.breadcrumb.white li a,
ul.breadcrumb.white li i,
ul.breadcrumb.white li a:hover {
  color: #fff;
}
@media screen and (max-width: 760px) {
  ul.breadcrumb {
    display: none !important;
  }
}
.go-bread-crumb {
  margin-left: 30px;
  color: #54473E;
  font-size: 11px;
  position: relative;
  margin-top: 10px;
  margin-bottom: 10px;
}
.go-bread-crumb li:last-child a {
  background: none;
}
.go-bc-li {
  display: inline;
  font-size: 11px;
}
.go-bc-a {
  background: url('/images/francine/article_edition/right-little-arrow.png') no-repeat scroll right bottom;
  padding-right: 8px;
  margin-right: 6px;
  line-height: 15px;
  padding-top: 4px;
  color: #54473E;
  font-size: 11px;
  font-weight: normal;
}
.go-bc-a:hover {
  color: #54473E;
  text-decoration: underline;
}
.go-bc-a:hover span {
  text-decoration: underline !important;
}
.go-author-a {
  padding-right: 10px;
  margin-right: 3px;
  line-height: 15px;
  padding-top: 4px;
  color: #54473E;
  font-size: 11px;
  font-weight: normal;
  text-decoration: underline;
}
.go-author-a:hover {
  color: #54473E;
}
.go-home-icon {
  background: url('/images/francine/article_edition/home_icon.png') no-repeat center center;
  line-height: 15px;
  padding-top: 2px;
  color: #54473E;
  font-size: 11px;
  width: 15px;
  height: 15px;
  margin-right: 3px;
}
#info-message-file {
  position: absolute;
  width: 100%;
  top: 0;
  broder: none;
  z-index: 15000 !important;
  background: transparent;
}
#info-message-file .file-container {
  width: 400px;
  margin: auto;
}
#info-message-file .file-container .lisette-message {
  color: #fff;
  padding: 5px;
  display: none;
  margin-bottom: 5px;
  font-weight: bold;
  border-radius: 3px;
  border: 2px solid #27AAE1;
  background-color: #93d4f0;
  color: #27AAE1;
  font-size: 14px;
  text-align: center;
  overflow: hidden;
}
#info-message-file .file-container .lisette-message .header {
  font-weight: bold;
  font-size: 1.1em;
}
#info-message-file .file-container .lisette-message .image {
  float: left;
  width: 64px;
  height: 64px;
  margin-right: 5px;
  overflow: hidden;
  border-radius: 5px;
}
#info-message-file .file-container .lisette-message.lisette-message.warning {
  background-color: #fbc98e;
  border-color: #F7941E;
  color: #F7941E;
}
#info-message-file .file-container .lisette-message.lisette-message.error {
  background-color: #f5a992;
  border-color: #EC5124;
  color: #EC5124;
}
#info-message-file .file-container .lisette-message.lisette-message.validation {
  background-color: #b9d5a5;
  border-color: #72AB49;
  color: #72AB49;
}
.IE8down .go-popup {
  border: 1px solid #534840;
}
.popup-translation {
  position: fixed;
  left: 50%;
  top: 50%;
  width: 500px;
  margin-left: -250px;
  margin-top: -150px;
  z-index: 10010;
  padding: 15px;
  background-color: #fff;
  border-radius: 5px 5px 5px 5px;
  -webkit-box-shadow: #534840 0px 0px 10px 1px;
  -moz-box-shadow: #534840 0px 0px 10px 1px;
  box-shadow: #534840 0px 0px 10px 1px;
}
.popup-translation .popup-title {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #534840;
}
.popup-translation .close-popup {
  position: absolute;
  right: 15px;
  top: 15px;
  width: 16px;
  height: 16px;
  cursor: pointer;
  content: 'X';
}
.popup-translation hr {
  margin-top: 12px;
  margin-left: -15px;
  margin-right: -15px;
}
.popup-translation .popup-content-container {
  position: relative;
}
.popup-translation .popup-content-container .popup-content {
  overflow: auto;
  width: 100%;
  height: 100%;
}
.popup-translation .popup-content-container .popup-content .go-button-green {
  margin-bottom: 10px !important;
  display: inline-block;
  margin: 0;
  text-align: center;
  vertical-align: bottom;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.27em;
  font-weight: bold;
  font-family: 'Droid Sans', sans-serif;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.5);
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.5);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.5);
  text-decoration: none;
  text-shadow: #5D8A3C 0px -1px 0px;
  color: #fff;
  outline-color: #fff;
  border-color: #6ea047;
  background-image: linear-gradient(bottom,#6d9946 25%,#72ab49 61%);
  background-image: -o-linear-gradient(bottom,#6d9946 25%,#72ab49 61%);
  background-image: -moz-linear-gradient(bottom,#6d9946 25%,#72ab49 61%);
  background-image: -webkit-linear-gradient(bottom,#6d9946 25%,#72ab49 61%);
  background-image: -ms-linear-gradient(bottom,#6d9946 25%,#72ab49 61%);
  background-color: #72ab49;
}
.popup-translation .popup-content-container .popup-content .go-button-green:hover,
.popup-translation .popup-content-container .popup-content .go-button-green:focus {
  text-decoration: none;
}
.popup-translation .popup-content-container .popup-content .go-button-green:active,
.popup-translation .popup-content-container .popup-content .go-button-green.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
  box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
}
.popup-translation .popup-content-container .popup-content .go-button-green.disabled,
.popup-translation .popup-content-container .popup-content .go-button-green[disabled],
fieldset[disabled] .popup-translation .popup-content-container .popup-content .go-button-green {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.0065;
  filter: alpha(opacity=.65);
}
.popup-translation .popup-content-container .popup-content .go-button-green:focus {
  cursor: pointer;
  text-shadow: #5D8A3C 0px -1px 0px;
}
.popup-translation .popup-content-container .popup-content .go-button-green:hover {
  background-image: linear-gradient(bottom,#6ea047 21%,#6ea047 61%);
  background-image: -o-linear-gradient(bottom,#6ea047 21%,#6ea047 61%);
  background-image: -moz-linear-gradient(bottom,#6ea047 21%,#6ea047 61%);
  background-image: -webkit-linear-gradient(bottom,#6ea047 21%,#6ea047 61%);
  background-image: -ms-linear-gradient(bottom,#6ea047 21%,#6ea047 61%);
  background-color: #6ea047;
}
.popup-translation .popup-content-container .popup-content .go-button-green:focus {
  border: 1px #6ea047 solid;
}
@font-face {
  font-family: 'titriangleregular';
  src: url('/fonts/titriangle-webfont.eot');
  src: url('/fonts/titriangle-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/titriangle-webfont.woff') format('woff'), url('/fonts/titriangle-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
.ticaret_right:after,
.ticaret_left:after,
.ticaret_up:after,
.ticaret_down:after {
  font-family: 'titriangleregular';
}
.ticaret_right:after {
  content: 'r';
}
.ticaret_left:after {
  content: 'l';
}
.ticaret_up:after {
  content: 'u';
}
.ticaret_down:after {
  content: 'd';
}
.master-header {
  background: #fff;
  font-family: "Averta", sans-serif;
  letter-spacing: .06em;
  line-height: 1.29em;
  font-weight: 400;
}
.master-header .master-header-row {
  width: 100%;
  margin-left: 0;
}
.master-header .master-header-row .master-header-content {
  display: none;
  font-size: 1.2em;
}
.master-header .master-header-row .master-header-phone {
  padding: 7.5px 0;
}
.master-header .master-header-content,
.master-header .master-header-phone {
  text-align: center;
}
.master-header .master-header-phone {
  line-height: 1.4em;
}
.master-header .master-header-phone .link {
  color: #4ba6f5 !important;
}
.master-header .master-header-phone .link:hover {
  color: #0d81e7 !important;
}
@media (min-width: 992px) {
  .master-header .master-header-row {
    display: table;
  }
  .master-header .master-header-row .master-header-content,
  .master-header .master-header-row .master-header-phone {
    display: table-cell;
    vertica-align: middle;
  }
  .master-header .master-header-row .master-header-content {
    text-align: left;
  }
  .master-header .master-header-row .master-header-content-wrap {
    display: table;
  }
  .master-header .master-header-row .master-header-content-wrap .master-header-content-wrap-img {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    width: 70px;
  }
  .master-header .master-header-row .master-header-content-wrap .master-header-content-wrap-img img {
    position: absolute;
    z-index: 1001;
    top: 2px;
    left: 0;
    height: 68px;
    width: 68px;
  }
  .master-header .master-header-row .master-header-content-wrap .master-header-content-wrap-sentence {
    display: table-cell;
    vertical-align: middle;
    padding-left: 15px;
    height: 60px;
  }
  .master-header .master-header-row .master-header-phone {
    text-align: right;
    vertical-align: middle;
  }
}
.master-header {
  font-size: 14px;
  font-family: "Averta", sans-serif;
}
.cgu-belt {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 8px;
  text-align: center;
  background: #000;
  background: rgba(0,0,0,0.8);
  color: #fff;
  font-size: 13px;
  z-index: 9999;
}
.cgu-belt p {
  margin: 0;
  line-height: 1.3em;
}
.cgu-belt span {
  cursor: pointer;
  float: right;
  display: block;
  width: 18px;
  height: 18px;
  text-indent: -9999px;
  overflow: hidden;
  background: transparent url('/images/cgu/close.png') center center no-repeat;
}
.country-flag {
  width: 16px;
  height: 11px;
  background-image: url('../images/francine/flags_sprite.png');
  background-repeat: none;
  display: inline-block;
  background-color: #ccc;
}
.country-flag.country-170 {
  background-position: -96px 0;
}
.country-flag.country-169 {
  background-position: -112px -22px;
}
.country-flag.country-163 {
  background-position: 0px -55px;
}
.country-flag.country-73 {
  background-position: -240px -154px;
}
.country-flag.country-29 {
  background-position: -144px -33px;
}
.country-flag.country-6 {
  background-position: -64px -33px;
}
.country-flag.country-34 {
  background-position: -16px 0;
}
.country-flag.country-113 {
  background-position: -144px 0;
}
.country-flag.country-147 {
  background-position: -128px -44px;
}
.country-flag.country-75 {
  background-position: -160px 0;
}
.country-flag.country-50 {
  background-position: -112px 0;
}
.country-flag.country-98 {
  background-position: -208px 0;
}
.country-flag.country-13 {
  background-position: -192px 0;
}
.country-flag.country-74 {
  background-position: -240px 0;
}
.country-flag.country-107 {
  background-position: -208px -11px;
}
.country-flag.country-110 {
  background-position: -32px -11px;
}
.country-flag.country-2 {
  background-position: -48px -11px;
}
.country-flag.country-130 {
  background-position: -32px -22px;
}
.country-flag.country-111 {
  background-position: -128px -11px;
}
.country-flag.country-132 {
  background-position: -224px -11px;
}
.country-flag.country-43 {
  background-position: -16px -22px;
}
.country-flag.country-91 {
  background-position: -176px -88px;
}
.country-flag.country-97 {
  background-position: -176px -11px;
}
.country-flag.country-40 {
  background-position: 0 -11px;
}
.country-flag.country-109 {
  background-position: 0 -22px;
}
.country-flag.country-56 {
  background-position: -192px -11px;
}
.country-flag.country-26 {
  background-position: -80px -11px;
}
.country-flag.country-59 {
  background-position: -64px -11px;
}
.country-flag.country-114 {
  background-position: -112px -11px;
}
.country-flag.country-88 {
  background-position: -240px -66px;
}
.country-flag.country-153 {
  background-position: -192px -22px;
}
.country-flag.country-42 {
  background-position: -48px -22px;
}
.country-flag.country-57 {
  background-position: -16px -33px;
}
.country-flag.country-83 {
  background-position: -176px -22px;
}
.country-flag.country-85 {
  background-position: -208px -22px;
}
.country-flag.country-30 {
  background-position: -32px -33px;
}
.country-flag.country-92 {
  background-position: -224px -22px;
}
.country-flag.country-60 {
  background-position: -16px -77px;
}
.country-flag.country-66 {
  background-position: -64px -77px;
}
.country-flag.country-61 {
  background-position: -240px -22px;
}
.country-flag.country-52 {
  background-position: -144px -22px;
}
.country-flag.country-33 {
  background-position: -224px -55px;
}
.country-flag.country-65 {
  background-position: 0 -33px;
}
.country-flag.country-14 {
  background-position: -96px -33px;
}
.country-flag.country-137 {
  background-position: -208px -121px;
}
.country-flag.country-32 {
  background-position: -192px -33px;
}
.country-flag.country-39 {
  background-position: -32px 0;
}
.country-flag.country-72 {
  background-position: -160px -33px;
}
.country-flag.country-159 {
  background-position: -176px -33px;
}
.country-flag.country-37 {
  background-position: 0 -154px;
}
.country-flag.country-76 {
  background-position: -16px -44px;
}
.country-flag.country-27 {
  background-position: -48px -44px;
}
.country-flag.country-1 {
  background-position: -128px -44px;
}
.country-flag.country-295 {
  background-position: -128px -44px;
}
.country-flag.country-296 {
  background-position: -128px -44px;
}
.country-flag.country-297 {
  background-position: -128px -44px;
}
.country-flag.country-298 {
  background-position: -128px -44px;
}
.country-flag.country-299 {
  background-position: -128px -44px;
}
.country-flag.country-300 {
  background-position: -128px -44px;
}
.country-flag.country-301 {
  background-position: -128px -44px;
}
.country-flag.country-129 {
  background-position: -192px -44px;
}
.country-flag.country-28 {
  background-position: -80px -55px;
}
.country-flag.country-289 {
  background-position: -80px -55px;
}
.country-flag.country-81 {
  background-position: -112px -55px;
}
.country-flag.country-62 {
  background-position: -160px -55px;
}
.country-flag.country-156 {
  background-position: -48px -165px;
}
.country-flag.country-55 {
  background-position: -176px -55px;
}
.country-flag.country-25 {
  background-position: 0 -66px;
}
.country-flag.country-106 {
  background-position: -48px -99px;
}
.country-flag.country-11 {
  background-position: -32px -165px;
}
.country-flag.country-48 {
  background-position: -64px -66px;
}
.country-flag.country-84 {
  background-position: -16px -66px;
}
.country-flag.country-16 {
  background-position: -32px -66px;
}
.country-flag.country-46 {
  background-position: -128px -66px;
}
.country-flag.country-35 {
  background-position: -48px -66px;
}
.country-flag.country-10,
.country-flag.country-166 {
  background-position: -144px -66px;
}
.country-flag.country-105 {
  background-position: -160px -66px;
}
.country-flag.country-99 {
  background-position: -192px -66px;
}
.country-flag.country-47 {
  background-position: -176px -66px;
}
.country-flag.country-86 {
  background-position: -208px -66px;
}
.country-flag.country-143 {
  background-position: -224px -66px;
}
.country-flag.country-95 {
  background-position: -128px -77px;
}
.country-flag.country-160 {
  background-position: -16px -88px;
}
.country-flag.country-49 {
  background-position: -144px -77px;
}
.country-flag.country-45 {
  background-position: -32px -88px;
}
.country-flag.country-161 {
  background-position: -240px -77px;
}
.country-flag.country-82 {
  background-position: -112px -88px;
}
.country-flag.country-94 {
  background-position: -112px -99px;
}
.country-flag.country-87 {
  background-position: -64px -99px;
}
.country-flag.country-41 {
  background-position: -160px -88px;
}
.country-flag.country-23 {
  background-position: -32px -99px;
}
.country-flag.country-7 {
  background-position: -48px -88px;
}
.country-flag.country-54 {
  background-position: -240px -88px;
}
.country-flag.country-44 {
  background-position: 0 -99px;
}
.country-flag.country-96 {
  background-position: -224px -154px;
}
.country-flag.country-69 {
  background-position: -96px -99px;
}
.country-flag.country-158 {
  background-position: -208px -88px;
}
.country-flag.country-89 {
  background-position: -192px -88px;
}
.country-flag.country-126 {
  background-position: -96px -88px;
}
.country-flag.country-108 {
  background-position: -144px -99px;
}
.country-flag.country-70 {
  background-position: -16px -110px;
}
.country-flag.country-71 {
  background-position: -224px -99px;
}
.country-flag.country-36 {
  background-position: -176px -99px;
}
.country-flag.country-77 {
  background-position: -208px -99px;
}
.country-flag.country-9 {
  background-position: 0 -110px;
}
.country-flag.country-53,
.country-flag.country-168,
.country-flag.country-112 {
  background-position: -128px -44px;
}
.country-flag.country-103 {
  background-position: -64px -110px;
}
.country-flag.country-128 {
  background-position: -80px -110px;
}
.country-flag.country-100 {
  background-position: -32px -154px;
}
.country-flag.country-133 {
  background-position: -96px -110px;
}
.country-flag.country-131 {
  background-position: -144px -110px;
}
.country-flag.country-3 {
  background-position: -240px -99px;
}
.country-flag.country-93 {
  background-position: -112px -110px;
}
.country-flag.country-67 {
  background-position: -160px -110px;
}
.country-flag.country-17 {
  background-position: -192px -110px;
}
.country-flag.country-134 {
  background-position: -128px -110px;
}
.country-flag.country-173,
.country-flag.country-15,
.country-flag.country-164 {
  background-position: -16px -121px;
}
.country-flag.country-12 {
  background-position: -128px -33px;
}
.country-flag.country-4 {
  background-position: -48px -33px;
}
.country-flag.country-58 {
  background-position: -80px -121px;
}
.country-flag.country-19 {
  background-position: -96px -121px;
}
.country-flag.country-31 {
  background-position: -128px -121px;
}
.country-flag.country-154 {
  background-position: -160px -132px;
}
.country-flag.country-38 {
  background-position: -96px -132px;
}
.country-flag.country-101 {
  background-position: -192px -121px;
}
.country-flag.country-68 {
  background-position: 0 -132px;
}
.country-flag.country-21 {
  background-position: -48px -132px;
}
.country-flag.country-18 {
  background-position: -32px -132px;
}
.country-flag.country-80 {
  background-position: -192px -77px;
}
.country-flag.country-5 {
  background-position: -240px -121px;
}
.country-flag.country-8 {
  background-position: -128px -22px;
}
.country-flag.country-51 {
  background-position: -176px -132px;
}
.country-flag.country-90 {
  background-position: -192px -143px;
}
.country-flag.country-64 {
  background-position: -16px -143px;
}
.country-flag.country-119 {
  background-position: -64px -165px;
}
.country-flag.country-199 {
  background-position: -224px -44px;
}
.country-flag.country-104 {
  background-position: 0 -143px;
}
.country-flag.country-24 {
  background-position: -96px -143px;
}
.country-flag.country-22 {
  background-position: -128px -143px;
}
.country-flag.country-155 {
  background-position: -208px -143px;
}
.country-flag.country-162 {
  background-position: -16px -154px;
}
.country-flag.country-148 {
  background-position: -144px -154px;
}
.country-flag.country-63 {
  background-position: -80px -154px;
}
.country-flag.country-78 {
  background-position: -128px -154px;
}
.country-flag.country-79 {
  background-position: -208px -154px;
}
.country-flag.country-157 {
  background-position: -192px -143px;
}
.country-flag.country-102 {
  background-position: -16px -165px;
}
.country-flag.country-167 {
  background-position: -32px -143px;
}
.country-flag.country-171 {
  background-position: -80px -143px;
}
.country-flag.country-172 {
  background-position: -112px -77px;
}
.country-flag.country-125 {
  background-position: 0 -88px;
}
.country-flag.country-193 {
  background-position: -128px -99px;
}
.country-flag.country-207 {
  background-position: -80px -88px;
}
.country-flag.country-191 {
  background-position: -144px -121px;
}
.country-flag.country-290 {
  background-position: -80px -165px;
}
.country-flag.country-291 {
  background-position: -32px 0px;
}
.country-flag.country-234 {
  background-position: -208px -55px;
}
.country-flag.country-286 {
  background-position: 0px -44px;
}
.country-flag.country-235 {
  background-position: -240px -55px;
}
.country-flag.country-293 {
  background-position: 0px -44px;
}
.country-flag.country-190 {
  background-position: -224px -143px;
}
.country-flag.country-294 {
  background-position: -144px -66px;
}
.country-flag.country-238 {
  background-position: -160px -11px;
}
.country-flag.country-210 {
  background-position: -144px -88px;
}
.country-flag.country-209 {
  background-position: -96px 0px;
}
.country-flag.country-203 {
  background-position: -192px -165px;
}
.country-flag.country-241 {
  background-position: -16px -176px;
}
.country-flag.country-177 {
  background-position: -208px -165px;
}
.country-flag.country-208 {
  background-position: -224px -165px;
}
.country-flag.country-206 {
  background-position: -32px -176px;
}
.country-flag.country-236 {
  background-position: -240px -165px;
}
.country-flag.country-215 {
  background-position: 0px -176px;
}
.country-flag.country-196 {
  background-position: -48px -176px;
}
#colorbox,
#cboxOverlay,
#cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
}
#cboxWrapper {
  max-width: none;
}
#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}
#cboxMiddleLeft,
#cboxBottomLeft {
  clear: left;
}
#cboxContent {
  position: relative;
}
#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
#cboxTitle {
  margin: 0;
  padding-bottom: 2px;
}
#cboxTitle a span {
  color: #fff;
  font-size: 16px;
}
#cboxTitle a span:hover {
  text-decoration: underline;
}
#cboxLoadingOverlay,
#cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
  cursor: pointer;
}
.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}
.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
}
#colorbox,
#cboxContent,
#cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}
#cboxOverlay {
  background: #333;
}
#colorbox {
  outline: 0;
}
#cboxContent {
  margin-bottom: 25px;
  background: #222;
}
.cboxIframe {
  background: #222;
}
#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}
#cboxLoadedContent {
  background: #222;
}
#cboxTitle {
  position: absolute;
  bottom: -26px;
  left: 60px;
  color: #fff;
  font-size: 16px;
}
#cboxCurrent {
  position: absolute;
  bottom: -26px;
  left: 0;
  color: #fff;
  font-size: 16px;
}
#cboxPrevious,
#cboxNext,
#cboxSlideshow,
#cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  width: auto;
  background: none;
}
#cboxPrevious:active,
#cboxNext:active,
#cboxSlideshow:active,
#cboxClose:active {
  outline: 0;
}
#cboxSlideshow {
  position: absolute;
  top: -20px;
  right: 90px;
  color: #fff;
}
#cboxPrevious,
#cboxNext {
  position: absolute;
  top: 50%;
  right: 20px;
  left: auto;
  margin-top: -30px;
  width: 40px;
  height: 60px;
  font-family: 'betty';
  outline: 0;
  text-indent: -9999px;
}
#cboxPrevious:before,
#cboxNext:before {
  text-indent: 0;
  outline: 0;
  content: "\e63c";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  color: #fff;
  font-size: 60px;
  line-height: 60px;
  height: 60px;
  text-align: center;
}
#cboxPrevious {
  left: 0;
  right: auto;
}
#cboxPrevious:before {
  content: "\e63b";
}
#cboxPrevious:hover {
  background-position: bottom left;
}
#cboxNext:hover {
  background-position: bottom right;
}
#cboxClose {
  position: absolute;
  top: 5px;
  right: 5px;
  display: block;
  content: '';
  width: 40px;
  height: 40px;
  color: #fff;
  font-family: 'betty';
  font-size: 20px;
  line-height: 40px;
  text-align: center;
  text-indent: -9999px;
  outline: 0;
}
#cboxClose:before {
  content: "\e62a";
  text-indent: 0;
  display: block;
  opacity: .9;
  -webkit-transform: all .2s ease-in-out 1s;
  -moz-transform: all .2s ease-in-out 1s;
  -o-transform: all .2s ease-in-out 1s;
  transform: all .2s ease-in-out 1s;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}
#cboxClose:hover:before {
  opacity: 1;
}
#cboxClose:hover {
  background-position: bottom center;
}
.fullimage-clickable {
  cursor: pointer !important;
}
#overlay {
  z-index: 9999 !important;
}
.bfh-countries {
  margin-bottom: 0px;
  border: #E6E1D9 2px solid;
  min-height: 34px;
  margin: 5px 0 0 10px;
  width: 140px;
}
.bfh-phone {
  max-width: 140px !important;
}
.bfh-skype {
  max-width: 150px !important;
}
.countries-iti {
  width: 150px;
  height: 40px;
  margin: 0 0 10px 0;
  font-size: 15px;
  border: #E6E1D9 2px solid;
  border-radius: 4px;
  color: #534840;
  padding: 3px 0;
  text-indent: 3px;
}
.phone-iti {
  height: 30px !important;
  margin: 0 0 10px 0;
  font-size: 15px !important;
  border: #E6E1D9 2px solid !important;
  border-radius: 4px !important;
  color: #534840 !important;
  padding: 3px 0;
  float: initial !important;
}
.phone-iti.invalid {
  border-color: #EC5124 !important;
}
.padiOverlay {
  position: fixed;
  left: 0px;
  top: 0px;
  padding: 0px;
  margin: 0px;
  visibility: visible;
  overflow-x: hidden;
  overflow-y: auto;
  width: 100%;
  height: 100%;
  z-index: 1040;
}
.padiFade {
  zoom: 1;
  background-color: rgba(0,0,0,0.6);
  width: 100%;
  height: 100%;
  z-index: 1041;
}
.padiPop4Overlay h1,
.padiPop4Overlay h2,
.padiPop4Overlay h3,
.padiPop4Overlay div,
.padiPop4Overlay ul,
.padiPop4Overlay li,
.padiPop4Overlay ol,
.padiPop4Overlay p,
.padiPop4Overlay a,
.padiPop4Overlay input,
.padiPop4Overlay input[type=text],
.padiPop4Overlay input[type=email] {
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  font-size: 100%;
  font-family: Droid Sans, Helvetica, Arial, sans-serif;
  vertical-align: middle;
  float: none;
  width: auto;
  height: auto;
  background-image: none;
  letter-spacing: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  list-style: none;
  -webkit-text-shadow: none !important;
  -moz-text-shadow: none !important;
  text-shadow: none !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  color: #96704d;
}
.padiPop4Overlay *,
.padiPop4Overlay *:before,
.padiPop4Overlay *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.padiPop4Wrap {
  position: absolute;
  visibility: visible;
  z-index: 1602;
  padding: 10px;
  left: 50%;
  margin-left: -200px;
  top: 5%;
  height: auto;
  width: auto;
  max-width: 400px;
}
.padiPop4Overlay {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  background-color: white;
  background-image: none;
  background-repeat: no-repeat;
  padding: 6px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  box-shadow: 0 0 25px rgba(0,0,0,0.8);
  -webkit-box-shadow: 0 0 25px rgba(0,0,0,0.8);
  -moz-box-shadow: 0 0 25px rgba(0,0,0,0.8);
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  position: static;
  margin: 0;
  z-index: 1060;
  overflow: auto;
}
.padiPop4Overlay a {
  color: inherit;
  text-decoration: underline;
  border-bottom: none;
  color: #33cc99;
}
.padiPop4Overlay a:hover {
  color: inherit;
  text-decoration: underline;
  border-bottom: none;
}
.padiPop4Overlay h1.padiTitle {
  color: #33cc99;
  font-size: 26px;
  font-weight: normal;
  font-family: "Averta", sans-serif;
  margin: 0;
  text-align: center;
  padding: 15px 0;
  text-shadow: none;
  word-spacing: -1px;
  text-decoration: none;
  line-height: 28px;
}
.padiPop4Overlay div.padiPopupContent {
  position: relative;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background: #ffffff;
  margin-bottom: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #2d2d2d;
}
.padiPop4Overlay .padiContent {
  padding: 0 1.6em 0.2em 1.5em;
  color: #2d2d2d;
}
.padiPop4Overlay .padiContent p {
  margin-top: 0;
  margin-bottom: 1.4em;
  color: #96704d;
  line-height: 18px;
}
.padiPop4Overlay .padiContent p.padiErrorMessage {
  color: #b10000;
}
.padiPop4Overlay .padiCriticalMessage {
  border: none !important;
  background: #FCC;
  padding: 10px;
  font-size: 13px;
  font-weight: normal;
  color: #b10000;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
.padiPop4Overlay .padiFields {
  width: 100%;
  display: block;
  vertical-align: top;
  padding: 0;
}
.padiPop4Overlay .padiThanks {
  width: 100%;
  display: block;
  vertical-align: top;
  padding: 0;
  font-weight: bold;
  color: #2d2d2d;
}
.padiClearfix:after {
  content: " ";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}
.padiPop4Overlay .padiClose {
  font-family: Arial, Helvetica, sans-serif;
  padding: 8px;
  margin: 0;
  display: block;
  float: right;
  font-size: 28px;
  font-weight: bold;
  line-height: 18px;
  color: #c5ac93;
  text-shadow: none;
  opacity: 0.7;
  filter: alpha(opacity=20);
  text-decoration: none !important;
  border: none;
}
.padiPop4Overlay .padiClose:hover {
  color: #96704d;
  text-decoration: none;
  opacity: 0.7;
  cursor: pointer;
  text-decoration: none !important;
  border: none;
  padding: 8px;
  margin: 0;
  display: block;
}
.padiPop4Overlay form {
  position: relative;
  padding-top: 5px;
  margin: 0;
  display: block;
}
.padiPop4Overlay form .padiField {
  display: block !important;
  width: 100% !important;
  height: 34px;
  padding: 6px 8px;
  font-size: 13px;
  line-height: 1.428571429;
  color: #49301f;
  vertical-align: middle;
  background-color: white;
  background-image: none;
  border: 1px solid #c5ac93;
  border-radius: 2px;
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  margin: 4px 0px 3px 0px;
  font-family: Droid Sans, Arial, Helvetica, sans-serif;
}
.padiPop4Overlay form .padiCheck {
  margin: 0px 4px 2px 4px;
  vertical-align: bottom;
}
.padiPop4Overlay form .padiField:focus {
  border-color: #4ba6f5;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(255,255,255,0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(255,255,255,0.6);
}
.padiPop4Overlay form .padiLabel {
  font-weight: regular;
  color: #49301f;
  display: block;
}
.padiPop4Overlay form .padiRadioLabel {
  font-weight: normal !important;
  font-size: 12px;
}
.padiPop4Overlay form option {
  color: #333;
}
.padiPop4Overlay form .padiRadio {
  margin-bottom: 1.4em;
  padding: 0;
  list-style: none;
}
.padiPop4Overlay form .padiRadio li {
  margin: 3px 0px;
}
.padiPop4Overlay form .padiButton {
  color: white;
  background-color: #33cc99;
  border-radius: 1500px !important;
  text-shadow: none !important;
  font-size: 18px !important;
  padding: 8px 30px 8px 30px !important;
  font-family: "Averta", sans-serif !important;
  font-weight: normal !important;
  width: 100% !important;
  margin-top: 5px !important;
}
.padiPop4Overlay form .padiButton:hover {
  background-color: #1e8a63;
}
.padiPop4Overlay form .padiButton:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.225);
  box-shadow: inset 0 3px 5px rgba(0,0,0,0.225);
}
.padiPop4Overlay form .padiButton {
  display: inline-block;
  padding: 4px 10px;
  margin-bottom: 0;
  margin-top: 15px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.428571429;
  text-shadow: 0px 1px 2px rgba(0,0,0,0.3);
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  outline: none;
  opacity: 0.9;
  font-family: Arial, Helvetica, sans-serif;
}
.padiPop4Overlay form .padiButton:hover {
  opacity: 1;
}
.padiPop4Overlay form .padiSLabel {
  font-size: 12px;
  display: block;
  margin: 5px 0;
}
.padiPop4Overlay .privacy {
  font-size: 11px;
  font-style: italic;
  color: #777;
  margin-bottom: 10px !important;
}
.padiPreload {
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: inherit;
  padding: 3px;
}
.padiCheckTerms > label,
.padiCheckTerms > label > label {
  font-weight: normal !important;
}
.btn-click {
  background-color: #f0f0f0;
  border-radius: 3px;
  border: 1px solid #cacaca;
  box-shadow: #cbcbcb 0px 0px 1px 0px;
  color: #54473E;
  cursor: pointer;
  display: inline-block;
  font-family: 'Droid Sans', Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  letter-spacing: normal;
  line-height: 28px;
  padding: 7px 15px;
  text-align: center;
  vertical-align: middle;
  margin: 5px;
}
.btn-click:hover {
  background: #ec5124;
  color: #fff;
}
.country-deactivated .head {
  border-radius: 3px;
  padding: 200px 0 0 0;
  margin-bottom: 18px;
}
.country-deactivated .text-wrapper {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  overflow: hidden;
  padding: 15px 0;
  background: #fff;
  background: rgba(255,255,255,0.95);
}
.country-deactivated .text-wrapper > * {
  padding: 0 15px;
}
.country-deactivated .btn-click {
  margin-left: 0;
  margin-right: 0;
  line-height: 20px;
  display: block;
  text-align: center;
}
.country-deactivated p {
  font-size: 16px !important;
  line-height: 22px !important;
}
@media screen and (min-width: 780px) {
  .country-deactivated .head {
    padding-top: 0;
  }
  .country-deactivated .text-wrapper {
    width: 38%;
    border-radius: 3px 0 0 3px;
  }
  .country-deactivated .intro {
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .country-deactivated .intro:after {
    content: '';
    display: block;
    width: 20%;
    height: 1px;
    background: #ccc;
    position: absolute;
    left: 40%;
    bottom: 0;
  }
  .country-deactivated p.form-intro {
    float: left;
    clear: none;
    max-width: 60%;
    padding-top: 15px;
  }
  .country-deactivated #country-offline-notification {
    float: right;
    width: 40%;
  }
}

/******************************************************
 * file: /home/evaneos/public_html/dist/releases/20180502143241-v29.90.2-7f41ce/applications/www.evaneos.com/web/app/modules/betty/css/header.css 
 ******************************************************/



/*******************************
           HEADER  FROM STYLE.CSS

Note:  This classes are in the style.css file,  an at the end there are the last change to the new header  line 1406

*******************************/

#banner {
    width: 970px;
    position: relative;
    margin-top: -10px;
    float: left;
}

/*******************************
           HEADER
*******************************/

.headBand {
    background: transparent url('/imageCSS/newHeaderFooter/bandeauHeader.jpg') repeat-x;
    width: 100%;
    height: 56px;
    position: relative;
    z-index: 2;
    min-width: 1027px;
}

.headBand>#centerMenu>.menuHeader>li>img {
    margin-top: -15px;
}

#centerMenu {
    margin: 0 auto;
    width: 1020px;
    height: 100%;
}
#centerMenu a:hover {
    text-decoration: none;
}

.menuHeaderLeft {
    margin:0px;
    padding: 0px;
    font-family: 'Droid sans', sans-serif;
    vertical-align: middle;
    color: #FFFFFF;
    font-size: 13px;
    text-shadow: 1px 1px 1px #000000;
    height: 100%;
}

.menuHeaderLeft > li{
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-left: 20px;
    box-sizing: border-box;
    height: 100%;
}

.menuHeaderLeft > li > a {
    box-sizing: border-box;
    display: block;
    height: 100%;
}

.menuHeaderLeft > li > h1 {
    margin: 0;
    line-height: 56px;
    height: 100%;
}

.menuHeaderLeft > li.hand-written {
    font-family: 'Gloria Hallelujah', cursive;
    font-size:18px;
    line-height:56px;
}

.menuHeaderLeft > li.no-action-header {
    margin-top: 0;
    top:9px;
}

.clickMenu {
    height: 100%;
    vertical-align: middle;
}
.clickMenu a div {
    color: #FFFFFF;
}
.clickMenu a:hover div:hover {
    color: #FFFFFF;
    text-decoration: none;
}

.fondMenuHeader {
    padding: 8px;
    cursor: pointer;
}
.fondMenuHeader:hover {
    background: none repeat scroll 0 0 #534840;
    border: 1px solid #333333;
    border-radius: 3px 3px 3px 3px;
    padding: 7px;
}
.fondMenuHeader:active {
    box-shadow: 0 0 2px #000000 inset;
}


.menuHeaderRight {
    margin-right: 20px;
}
.menuHeaderRight>li {
    display: inline-block;
    vertical-align: middle;
    *zoom: 1;
    *display: inline;
}


/***************************
    Submenu connection
***************************/


#submenuConnection {
    background-color: #FFFFFF;
    border-bottom: 1px solid #AEAEAE;
    border-left: 1px solid #AEAEAE;
    border-right: 1px solid #AEAEAE;
    border-radius: 0 0 2px 2px;
    padding: 20px 0;
    position: absolute;
    right: -80px;
    *right: -72px;
    text-shadow: 0 0 0 #FFFFFF;
    filter:progid:DXImageTransform.Microsoft.Shadow(color='#000000', Direction=135, Strength=4);
    box-shadow: 0 1px 3px #CCCCCC;
    top: 53px;
    width: 230px;
}

#submenuConnection>hr{
    border-top: 1px solid #EEEEEE;
    border-right: 0px;
    border-bottom: 0px;
    border-left: 0px;
    margin: 16px 0px 15px 0;
}
#submenuConnection>form {
    text-align: center;
}

.pHR {
    background-color: #FFFFFF;
    color: #B8B8B8;
    left: 105px;
    position: absolute;
    text-align: center;
    top: 56px;
    *top: 64px;
    width: 20px;
    font-size: 11px;
}

.inputConnection {
    border: 1px solid #DDDDDD;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 2px 5px #DDDDDD inset;
    padding: 5px;
    color: #534840;
}
.inputConnection:focus {
    border: 1px solid #98918C;
    color: #534840;
}

.centerSubmitConnection {
    margin: 5px 19px 0;
}

.checkboxConnection {
    color: #534840;
    font-size: 11.5px;
}
.checkboxConnection > input {
    margin-right: 5px;
    *margin-left: -5px;
}

.submitConnection {
    border: 1px solid #C9C9C9;
    color: #534840;
    padding: 6px 8px;
    font-size: 11px;
    text-decoration: none;
    cursor: cursor !important;
    background: #FEFEFE;
    background: -webkit-gradient(linear, left top, left bottom, from(#FEFEFE), to(#E5E5E5));
    background: -webkit-linear-gradient(top, #FEFEFE, #E5E5E5);
    background: -moz-linear-gradient(top, #FEFEFE, #E5E5E5);
    background: -ms-linear-gradient(top, #FEFEFE, #E5E5E5);
    background: -o-linear-gradient(top, #FEFEFE, #E5E5E5);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
}
.submitConnection:hover {
    -webkit-box-shadow: rgba(204,204,204,1) 0px 0px 4px;
    -moz-box-shadow: rgba(204,204,204,1) 0px 0px 4px;
    box-shadow: rgba(204,204,204,1) 0px 0px 4px;
}
.submitConnection:active {
    box-shadow: 0 5px 6px #CCCCCC inset;
}





/*******************************
          NEW HEADER Diego
*******************************/


#centerMenu{
    width: 990px;
}

.menuHeaderLeft > li{
    position: relative;
}

.menuHeaderLeft-li-first-child{
    width: 241px;
}

.menuHeaderRight{
    margin-right: 20px;
}

.buttonHeaderFont {
    line-height: 32px;
    padding-left: 35px;
    padding-top: 18px;
    padding-bottom: 20px;
    font-weight: bold;
    text-shadow: black 0px -1px 0px;
    color: #d1cec5;
    font-size: 14px;
    outline: none;
    cursor: pointer;
}

.buttonHeaderFont:hover, .button-destinations-hover,
.button-idees-hover, .button-concept-hover,
.button-my-account-hover, .button-hover {
    color: white !important;
}

.buttonHeaderMyAccount {
    background: url('/imageCSS/newHeaderFooter/Header_icons/icon_profil_normal.png') no-repeat left 0px;
    padding-top : 0px;
    margin-right : 10px;
}

.buttonHeaderMyAccount:hover, .buttonHeaderMyAccount.button-hover, .button-my-account-hover {
    background: url('/imageCSS/newHeaderFooter/Header_icons/icon_profil_hover.png') no-repeat left 0px;
}

#button-concept{
    padding-top: 0px;
    cursor: pointer;
}

.menuHeaderLeft #button-concept{
    background: url('/imageCSS/newHeaderFooter/Header_icons/icon_concept_normal.png') no-repeat left 0px;
}

.menuHeaderLeft #button-concept:hover, .button-concept-hover, .menuHeaderLeft #button-concept.button-hover {
    background-image: url('/imageCSS/newHeaderFooter/Header_icons/icon_concept_hover.png') !important;
}

.menuHeaderLeft #button-destinations{
    background: url('/imageCSS/newHeaderFooter/Header_icons/icon_desti_normal.png') no-repeat left 9px;
}

.menuHeaderLeft #button-destinations:hover, .button-destinations-hover{
    background-image: url('/imageCSS/newHeaderFooter/Header_icons/icon_desti_hover.png') !important;
}

.menuHeaderLeft #button-idees{
    background: url('/imageCSS/newHeaderFooter/Header_icons/icon_idea_normal.png') no-repeat left 9px;
}

.menuHeaderLeft #button-idees:hover, .button-idees-hover{
    background-image: url('/imageCSS/newHeaderFooter/Header_icons/icon_idea_hover.png') !important;
}

.menuHeaderLeft-li-first-child {
    padding-bottom: 2px;
    -webkit-border-bottom-right-radius: 2px;
    -webkit-border-bottom-left-radius: 2px;
    -moz-border-radius-bottomright: 2px;
    -moz-border-radius-bottomleft: 2px;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
}

.clickMenu{
    height: 100%;
    position: relative;
}

.clickMenuIE7{
    *padding-top: 8px;
}

.go-rechercher{
    background-color: #746b66;
    height: 30px;
    width: 80px;
    padding-right: 28px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    position: relative;
}

.go-rechercher-input{
    color: #534840;
    font-family: 'Droid Sans', Arial, Helvetica, sans-serif;
    background-color: transparent;
    border: 0px;
    width: 77px;
    height: 24px;
    outline: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding-top: 4px;
    padding-left: 4px;
    padding-right: 27px;
    font-size: 12px;
}

.go-rechercher-input:focus{
    background-color: white;
}

.go-rechercher-icon{
    background: url('/imageCSS/newHeaderFooter/Header_icons/iconlens.png') no-repeat center center;
    line-height: 15px;
    padding-top: 4px;
    width: 18px;
    height: 16px;
    position: absolute;
    top: 5px;
    right: 4px;
    cursor: pointer;
}

.go-button-orange{
    white-space: nowrap;
    width: auto;
    height: 22px;
    color: white;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    line-height: 24px;
    border: 1px #d4410e solid;
    padding: 3px 15px 3px 15px;
    cursor: pointer;
    text-shadow: #c03b0b 0px -1px 0px;
    filter:progid:DXImageTransform.Microsoft.Shadow(color='#c03b0b', Direction=135, Strength=4);
    float: left;

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;

    background-color: #ec5124;

}

.go-button-orange:hover{
    text-decoration: none !important;
    color: white;

    box-shadow: 0px 0px 3px #d4410e;
    -webkit-box-shadow: 0px 0px 3px #d4410e;
    -moz-box-shadow: 0px 0px 3px #d4410e;

    background-color: #de420a;
    background-image: linear-gradient(bottom, #d4410e 21%, #de420a 61%);
    background-image: -o-linear-gradient(bottom, #d4410e 21%, #de420a 61%);
    background-image: -moz-linear-gradient(bottom, #d4410e 21%, #de420a 61%);
    background-image: -webkit-linear-gradient(bottom, #d4410e 21%, #de420a 61%);
    background-image: -ms-linear-gradient(bottom, #d4410e 21%, #de420a 61%);

}

.go-button-orange:active{
    box-shadow: 0px 0px 3px #8c2b08;
    -webkit-box-shadow: 0px 0px 3px #8c2b08;
    -moz-box-shadow: 0px 0px 3px #8c2b08;
}

.go-button-blue{
    height: 28px;
    width: 192px;
    *width: 216px;
    color: white;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    line-height: 30px;
    border: 1px #2c426f solid;
    cursor: pointer;
    text-shadow: #385490 1px 1px 1px;
    filter:progid:DXImageTransform.Microsoft.Shadow(color='#385490', Direction=135, Strength=4);
    position: relative;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #385490;
    margin-left: 22px;
    *margin-left: 20px;
    margin-bottom: 20px;
    padding-left: 22px;
    *padding-left: 18px;
}

.go-button-blue:hover{
    text-decoration: none !important;
    color: white;
    box-shadow: 0px 0px 3px #9F9F9F;
    -webkit-box-shadow: 0px 0px 3px #9F9F9F;
    -moz-box-shadow: 0px 0px 3px #9F9F9F;
    background-color: #385490;
    background-image: linear-gradient(bottom, #2c426f 21%, #385490 61%);
    background-image: -o-linear-gradient(bottom, #2c426f 21%, #385490 61%);
    background-image: -moz-linear-gradient(bottom, #2c426f 21%, #385490 61%);
    background-image: -webkit-linear-gradient(bottom, #2c426f 21%, #385490 61%);
    background-image: -ms-linear-gradient(bottom, #2c426f 21%, #385490 61%);
}




.go-form-log{ padding-left: 10px; margin-left: 12px;}

.go-form-log{ margin-left: 10px \9}

.go-form-log input{ margin-bottom: 10px; *float: left;}

.go-form-log .go-button-grey-hover{ font-size: 12px; }


/* this works to ie8 */

@media \0screen {
    #submenuConnection{
        width: 275px;
    }

    .go-log-input-email, .go-log-input-pass, .centerSubmitConnection{
        width: 218px !important;
        height:  25px;
    }

    .checkboxConnection{
        width: 90px;
        line-height: 20px;
    }

    .pHR{
        left: 130px;
        top: 64px;
    }

    .go-button-blue{
        width: 200px;
        padding-left: 18px;
        margin-left: 20px;
    }

    .checkboxConnection > input{
        margin-left: -10px;
    }

    .go-input-txt-centered{
        padding: 6px 30px 0px 3px;
    }
}

/* ____ end of ie8 class _____*/

.go-facebook-button{
    background: url('/imageCSS/newHeaderFooter/Header_icons/facebook.png') no-repeat center center;
    top: 7px;
    left: 8px;
    width: 15px;
    height: 15px;
    position: absolute;
}

.centerSubmitConnection{
    margin-right: 0px;
    margin-left: 0px;
    width: 215px;
    float: left;
    position: relative;
    width: 218px\9
}

.centerSubmitConnection .go-button-grey-hover{ float: right; }

.go-list-licences, #centerMenu  .go-list-concepts{
    padding-top: 1px;
    width: 200px;
    position: absolute;
    background-color: white;
    top: 80px;
    *top: 81px;
    margin-left: -38px;
    *right: 12px;
    border: 1px #E6E1D9 solid;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    display:none;
    box-shadow : 0 3px 5px rgba(0,0,0,0.2);
}

#centerMenu .go-list-concepts{
    width: 150px;
    top: 46px;
    left: 38px;
    display: none;
}

#centerMenu .go-list-concepts .go-arrow-list-licences{ left: 6px; }


.go-list-a{
    /*    display: block;*/
    line-height: 47px;
    font-size: 14px;
    color: #54473E !important;
    text-decoration: none !important;
    font-size: 14px;
    white-space: nowrap;
    padding-left: 15px;
}

.go-list-a:hover{ color: #54473E; }


#centerMenu .go-list-concepts .go-list-a{
    font-size: 13px;
    font-family: 'Droid Sans', Arial, Helvetica, sans-serif;
    text-shadow: 0 0 0 white;
    color: #54473E !important;
}

.go-list-a{
    font-size: 13px;
    font-family: 'Droid Sans', Arial, Helvetica, sans-serif;
}

.fondMenuHeader1{
    background: url('/imageCSS/newHeaderFooter/Header_icons/icon_profil_normal.png') no-repeat left -7px;
    padding-top: 12px;
    margin-left: 8px;
    margin-right: 8px;
    margin-top: 5px;
    width: 38px;
    height: 10px;
    cursor: pointer;
}

.fondMenuHeader1:hover, .fondMenuHeader1-hover{
    background-image: url('/imageCSS/newHeaderFooter/Header_icons/icon_profil_hover.png') !important;
}

#submenuConnection{
    top: -1px;
    right: 0px;
    border: 0px;
    width: 260px;
    *width: 275px;
    border-radius: 2px;
    border: 1px solid #E8E8E8;
    box-shadow : 0 3px 5px rgba(0,0,0,0.2);
}

#submenuConnection > HR{ *margin-top: 0px; }

.go-log-error-msg {
    text-align : left;
    color : #BE1E2D;
    margin-bottom : 10px;
}

.go-log-in{
    margin-left: 209px;
    margin-top: 18px;
    *margin-top: 20px;
    display: none;
    position: absolute;
}

.go-imgLoader {
    display : none;
    clear: both;
    margin-left : 94px;
}

.go-a-login {
    padding-right : 5px;
}

.go-log-input-email, .go-log-input-pass{
    width: 215px !important;
    border: 1px #e7e7e7 solid;
    color: #7f7974;
    height: 23px;
    font-size: 12px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-right: -2px;
    float: left;
    outline: none;
    padding: 0px !important;
}

.go-log-input-email, .go-log-input-pass, .centerSubmitConnection{
    width: 218px\9
}

.go-log-input-email, .go-log-input-pass, .centerSubmitConnection{
    *width: 234px !important;
    *height:  25px;
}

.checkboxConnection{ *width: 90px; *line-height: 20px; }

.pHR{
    left: 122px;
    *left: 130px;
    top: 62px;
    *top: 70px;
}

.go-arrow-list-tags-left{
    position: absolute;
    right: 25px;
    top: -10px;
    *top: -24px;
    left: 5px;
}

#centerMenu .go-arrow-log-in {
    position: absolute;
    right: 139px;
    top: -10px;
    *top: -22px;
}

#centerMenu .go-arrow-list-tags, .go-arrow-list-licences{
    position: absolute;
    right: 114px;
    top: -10px;
    *top: -22px;
}

#centerMenu .go-arrow-list-tags, #centerMenu .go-arrow-log-in {
    *top: -24px;
}

.go-list-profile {
    padding-top: 1px;
    width: 130px;
    position: absolute;
    background-color: white;
    top: 56px;
    margin-left: -50px;
    border: 1px #E6E1D9 solid;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    display:none;
    box-shadow : 0 3px 5px rgba(0,0,0,0.2);
}

.go-list-concepts{
    width: 150px;
    top: 46px;
    left: 37px;
    display: none;
}

.go-list-concepts .go-list-a{
    font-size: 13px;
    font-family: 'Droid Sans', Arial, Helvetica, sans-serif;
    text-shadow: 0 0 0 white;
}


.go-list-li{
    color: #54473E;
    padding: 0px;
    border-bottom: 1px #E8E8E8 solid;
    cursor: pointer;
    margin-top: -1px;
    height: 45px;
}

.go-list-li:hover{ background-color: #f6f5f1; }



.go-input-txt-centered{
    padding: 3px 30px 3px 3px;
    *padding: 6px 30px 0px 3px;
}

#navi-find {
    width: auto;
    float: left;
    margin-top: 1px;
    background: none;
    height: auto;
    padding: 0px;
    position: relative;
}


.go-forgot-pass{
    float: left;
    margin-right: 22px;
    margin-bottom: 5px;
    color: #534840;
    font-size: 12px;
}

.go-forgot-pass:hover{
    color: #534840;
    text-decoration: underline !important;
}

#aboveFooter{
    padding: 20px 0;
}





/*    New  Header ( css to can set the media queries ) */

.menuHeaderRight > .go-iphone-hzt, .go-bread-crumb-iphone{
    display:none;
}

.go-list-licences-ul {
    margin:0;
}


.menuHeaderLeft #button-concept-iphone {
    background: url('/imageCSS/newHeaderFooter/Header_icons/icon_concept_normal.png') no-repeat left 0px;
}

.menuHeaderLeft #button-concept-iphone:hover {
    background: url('/imageCSS/newHeaderFooter/Header_icons/icon_concept_hover.png') no-repeat left 0px;
}

#button-concept-iphone {
    padding-top: 0px;
    cursor: pointer;
}


.headBand{
    background: transparent url('/imageCSS/newHeaderFooter/bandeauHeader.jpg') repeat-x;
    min-width: 0 !important;
}

.menuheaderright{
    margin-right: 0px;
}


.go-main-logo{
    height: 100%;
    width: 238px;
    cursor: pointer;
}

.go-main-logo .st0 {
    fill: #FFF;
}

.go-main-logo-uk{
    height: 100%;
    width: 241px;
    cursor: pointer;
}

.go-main-logo-es{
    width: 212px;
    margin-left: 4px;
}

.go-main-logo-de{
    width: 212px;
    margin-left: 4px;
}

.go-main-logo-it{
    width: 212px;
    margin-left: 4px;
}

/* XMAS customization */

.xmas .go-main-logo{
    background: transparent url('../../images/evaneos_logos/logo-noel-fr.png') no-repeat;
    width: 240px;
}
.xmas .menuHeaderLeft-li-first-child {
    width:250px;
}
.xmas.site-evaneos_travel .menuHeaderLeft-li-first-child {
    width:310px;
}
.xmas .go-main-logo-uk{
    background: transparent url('../../images/evaneos_logos/logo-noel-uk.png') no-repeat;
    width: 305px;
}

.xmas .go-main-logo-es{
    background: transparent url('../../images/evaneos_logos/logo-noel-es.png') no-repeat;
}

.xmas .go-main-logo-de{
    width: 220px;
    background: transparent url('../../images/evaneos_logos/logo-noel-de.png') no-repeat;
}

.xmas .go-main-logo-it{
    background: transparent url('../../images/evaneos_logos/logo-noel-it.png') no-repeat;
}

.go-main-logo-wed{
    background: transparent url('../../images/main/logo_mariage.png') no-repeat;
    height: 59px;
    width: 195px;
    cursor: pointer;
    margin-left: 6px;
}


.go-se-connecter{
    line-height: 32px;
    padding-left: 35px;
    padding-bottom: 20px;
    font-weight: bold;
    text-shadow: black 0px -1px 0px;
    color: #D1CEC5;
    font-size: 14px;
    outline: none;
    font-size: 14px;
    margin-right: 10px;
}

.menuHeaderRight > li{
    float: left;
    padding-left:  3px;
}

.go-button-orange{
    border-radius: 2px;
}

.go-iphone-hzt, .go-iphone-icon{
    display: none;
}

.go-ipad-hzt{
    display: inline-block;
}

.go-ipad-icon{
    display: inline-block;
    *display: inline;
}


.menuHeaderLeft > .go-iphone-icon{
    display:none;
}

#centerMenu .go-list-concepts-iphone {
    width: 150px;
    top: 46px;
    left: 38px;
    display: none;
}

.go-list-licences-iphone, #centerMenu  .go-list-concepts-iphone{
    padding-top: 1px;
    width: 134px;
    position: absolute;
    background-color: white;
    top: 45px;
	*top: 41px;
    margin-left: -38px;
	*right: 12px;
    border: 1px #E6E1D9 solid;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    display:none;
    box-shadow : 0 3px 5px rgba(0,0,0,0.2);
    height: 135px;
    text-shadow: none;
    filter:progid:DXImageTransform.Microsoft.Shadow(color='#FFFFFF', Direction=0, Strength=0);
}

li.data-quote-show {
    display: none;
    font-size: 28px;
    line-height: 35px;
}

.header-menu-wishlist {
    position: relative;
    padding: 5px 10px;
}

.header-menu-wishlist .bettyicon-heart {
    font-size: 20px;
    color: #d1cec5;
}

.header-menu-wishlist .bettyicon-heart:hover {
    color: #fff;
}

.header-menu-wishlist .infobulle {
    position: absolute;
    left: 24px;
    top: 0px;
    padding: 0 3px;
    font-size: 10px;
    color: #fff;
    background: #B90000;
    border-radius: 4px;
    line-height: 15px;
}

/******************************************************
 * file: /home/evaneos/public_html/dist/releases/20180502143241-v29.90.2-7f41ce/applications/www.evaneos.com/web/app/modules/betty/css/../../../../public/bootstrap/css/bootstrap-fileupload.min.css 
 ******************************************************/

/*!
 * Bootstrap v2.3.0-j4
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world by @mdo and @fat, extended by @ArnoldDaniels.
 */
.clearfix{*zoom:1;}.clearfix:before,.clearfix:after{display:table;content:"";line-height:0;}
.clearfix:after{clear:both;}
.hide-text{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0;}
.input-block-level{display:block;width:100%;min-height:30px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
.btn-file{overflow:hidden;position:relative;vertical-align:middle;}.btn-file>input{position:absolute;top:0;right:0;margin:0;opacity:0;filter:alpha(opacity=0);transform:translate(-300px, 0) scale(4);font-size:23px;direction:ltr;cursor:pointer;}
.fileupload{margin-bottom:9px;}.fileupload .uneditable-input{display:inline-block;margin-bottom:0px;vertical-align:middle;cursor:text;}
.fileupload .thumbnail{overflow:hidden;display:inline-block;margin-bottom:5px;vertical-align:middle;text-align:center;}.fileupload .thumbnail>img{display:inline-block;vertical-align:middle;max-height:100%;}
.fileupload .btn{vertical-align:middle;}
.fileupload-exists .fileupload-new,.fileupload-new .fileupload-exists{display:none;}
.fileupload-inline .fileupload-controls{display:inline;}
.fileupload-new .input-append .btn-file{-webkit-border-radius:0 3px 3px 0;-moz-border-radius:0 3px 3px 0;border-radius:0 3px 3px 0;}
.thumbnail-borderless .thumbnail{border:none;padding:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;}
.fileupload-new.thumbnail-borderless .thumbnail{border:1px solid #ddd;}
.control-group.warning .fileupload .uneditable-input{color:#a47e3c;border-color:#a47e3c;}
.control-group.warning .fileupload .fileupload-preview{color:#a47e3c;}
.control-group.warning .fileupload .thumbnail{border-color:#a47e3c;}
.control-group.error .fileupload .uneditable-input{color:#b94a48;border-color:#b94a48;}
.control-group.error .fileupload .fileupload-preview{color:#b94a48;}
.control-group.error .fileupload .thumbnail{border-color:#b94a48;}
.control-group.success .fileupload .uneditable-input{color:#468847;border-color:#468847;}
.control-group.success .fileupload .fileupload-preview{color:#468847;}
.control-group.success .fileupload .thumbnail{border-color:#468847;}

/******************************************************
 * file: /home/evaneos/public_html/dist/releases/20180502143241-v29.90.2-7f41ce/applications/www.evaneos.com/web/app/modules/betty/css/../../../../public/stylesheets/jquery.jscrollpane.css 
 ******************************************************/

/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */

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

.jspPane
{
	position: absolute;
}

.jspVerticalBar
{
	position: absolute;
	top: 0;
	right: 0;
	width: 16px;
	height: 100%;
}

.jspHorizontalBar
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 16px;
}

.jspVerticalBar *,
.jspHorizontalBar *
{
	margin: 0;
	padding: 0;
}

.jspCap
{
	display: none;
}

.jspHorizontalBar .jspCap
{
	float: left;
}

.jspTrack
{
	position: relative;
}

.jspDrag
{
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag
{
	float: left;
	height: 100%;
}

.jspArrowUp
{
	background: transparent url(../images/francine/scroll-arrows-top.png) no-repeat top center;
}

.jspArrowDown
{
	background: transparent url(../images/francine/scroll-arrows-bottom.png) no-repeat top center;
}

.jspArrow
{
	float: left; width: 18px; height: 10px;  
	text-indent: -20000px;
	display: block;
	cursor: pointer;
}

.jspArrowUp:hover
{
	background: transparent url(../images/francine/scroll-arrows-hover-top.png) no-repeat top center;
}

.jspArrowDown:hover
{
	background: transparent url(../images/francine/scroll-arrows-hover-bottom.png) no-repeat top center;
}

.jspArrow.jspDisabled
{
	cursor: default;
	opacity: 0.5;
}

.jspVerticalBar .jspArrow
{
	height: 10px;
}

.jspHorizontalBar .jspArrow
{
	width: 16px;
	float: left;
	height: 100%;
}

.jspVerticalBar .jspArrow:focus
{
	outline: none;
}

.jspCorner
{
	background: #eeeef4;
	float: left;
	height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner
{
	margin: 0 -3px 0 0;
}

.jspTrack {float: left; width: 18px; height: 376px; background: transparent url(../images/francine/scrollbar-track-bot.png) no-repeat top center; }
/******************************************************
 * FILE NOT FOUND: /home/evaneos/public_html/dist/releases/20180502143241-v29.90.2-7f41ce/applications/www.evaneos.com/web/app/modules/betty/css/../../../../public//javascripts/jstree/src/themes/evaneos/style.css 
 ******************************************************/

/******************************************************
 * file: /home/evaneos/public_html/dist/releases/20180502143241-v29.90.2-7f41ce/applications/www.evaneos.com/web/app/modules/betty/css/payment.css 
 ******************************************************/

/* bootstrap fix for old header */
img {
    max-width:none;
}

.payment-column, .payment-left-container {
    background-color:#fff;
    border:1px solid #E5E0D8;
    border-radius:5px 5px 5px 5px;
    font-family:"Droid Sans",sans-serif;
    font-size:13px;
}
.payment-column p, .payment-left-container p{
    line-height: 1.4em;
}

.payment-column, .payment-icons-container {
    padding-top: 18px;
}

.payment-left-container {
    padding:5px 14px;
}

.payment-column * {
}

.payment-column .payment-container {
    margin:21px;
}

.payment-column h1 {
    font-size:24px;
    padding:0;
    margin-bottom:10px;
}

.payment-column h2 {
    margin: 23px 0 0 0;
    font-size:18px;
    color:#71AA46;
    font-weight:normal;
}

.payment h3 {
    font-size:18px;
    color:#534840;
    font-weight:normal;
    margin:0;
}

.payment h4 {
    font-size:14px;
    margin:15px 0;
}

.payment-column intro {
    font-size:15px;
}

.payment-column .payment-agency-logo {
    float:right;
    width:120px;
    height:120px;
}

.payment-column table {
    border:none;
    width:100%;
    table-layout:fixed;
    margin-bottom: 15px;
}

.payment-column table th, .payment-column table td {
    font-weight:normal;
    border-bottom:1px solid #E5E0D8;
    text-align:left;
}

.payment-column table td {
    font-weight:bold;
    text-align:right;
    padding:14px 0 3px 0;
}

.payment-column table.td-left td {
    text-align: left;
}

.payment-column h2 em {
    color:#9B9089;
    font-size:12px;
    font-weight:normal;
}

.payment-column h2.invalid {
    color:#EC5124;
}

.payment-column h2 em.invalid {
    color:#EC5124;
}

.payment-column ul.payment-modes {
    list-style-type:none;
    list-style-position:inside;
    margin:0;
    padding:0;
    display:table;
    width:90%;
    table-layout:fixed;
}

.payment-column ul.payment-modes li {
    margin:0;
    padding:0;
    display:table-row;
}

.payment-column ul.payment-modes li div {
    display:table-cell;
    vertical-align:middle;
    text-align:right;
    padding:2px;
    width:88px;
}

.payment-column ul.payment-modes li label {
    text-align:center;
    display:inline-block;
    border:1px solid #E5E0D8;
    border-radius:3px;
    height:65px;
    font-size:16px;
    width:240px;
    text-align:center;
    vertical-align:middle;
    display:table-cell;
    margin:0;
    cursor:pointer;
}

.payment-column .payment-start {
    margin-top : 17px;
    border-top:1px solid #E5E0D8;
    padding:21px;
}

/* cgu_validation */
.payment-column .payment-start .cgu-wrapper {

}

.payment-column .payment-start .cgu-wrapper.invalid label {
    color: #EC5124;
    font-weight: bold;
}

.payment-column .payment-start .cgu-wrapper label {
    display: block;
    clear: both;
    float: none;
}

.payment-column .payment-start .cgu-wrapper label input {
    vertical-align: top;
    display: inline-block;
    margin-right: .3em;
}

.payment-column .payment-start .cgu-wrapper p {
    font-style: italic;
    font-size: .9em;
}

.payment-column .payment-start .button-wrapper button {
    background-color:#71AA46;
    color:#fff;
    border-radius:3px;
    padding:9px 31px;
    border:none;
    font-size:13px;
    font-weight:bold;
}

.payment-column label {
    width:200px;
    display:block;
    float:left;
}

.payment-column .payment-start button:hover {
    background-color:#397f3b;
}

.payment-left-container {
    margin:0 0 23px 0;
}

.payment-left-container img {
    margin-right:10px;
}

.payment-left-container img:nth-child(3n+3) {
    margin-right:0px;
}

.payment-left-container p {
    margin-bottom:10px;
    font-size: 13px;
}

.payment .payment-result {
    display:block;
    margin:auto;
    margin-top:30px;
}
#fluo-diag-widget-container{
    min-height: 150px;
    position:relative;
}
#fluo-diag-widget-overlay{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
}
.fluo-diag-widget-overlay-container{
    margin:21px;
}
.fluo-diag-widget-loader {
    background-image: url('/stylesheets/images/crazyxhtml/ajax-loader_big.gif');
    width: 34px;
    height: 33px;
    background-position: center center;
    background-repeat: no-repeat;
    margin: auto;
    padding: 0;
}
#choose-card-manually{
    cursor: pointer;
    wordwrap: no-wrap;
    border-radius: 15px;
    background-color: #2cc990;
    font-weight: bold;
    color: white;
    padding: 8px 12px 8px 12px;
    display:inline-block;
    margin: 15px auto;
}
#card-loading-text{
    font-size:15px;
    color: white;
}
#go-wrapper .info {
    font-size: 10.5px;
    margin-top: 17px;
    color: #9C918A;
    display: block;
    float: left;
    width: 290px;
}

/*payment-add-copayer-list*/

.payment-copayer {
    margin: 20px 0px;
}

.payment-add-copayer-list {
    margin-bottom: 10px;
}
.payment-add-copayer-list div {
    background-color: #f8f4f1;
    padding: 12px 18px;
    display: block;
    padding: 6px 8px;
    border-bottom: 1px solid #d4baa6;
}
.payment-copayer .payment-add-copayer-list div:last-child {
    border-bottom: none;
}
.payment-copayer .payment-add-copayer-form {
    display: none;
}
.payment-copayer .payment-add-copayer-form-error {
    display: none;
    padding: 5px;
    color: #F7941E;
    font-weight: bold;
}
.payment-copayer .remove {
    display: inline-block;
    float: right;
    cursor: pointer;
}
.payment-copayer .remove:hover {
    color: #F7941E;
    text-decoration: underline;
}

.payment-copayer .payment-add-copayer-form button {
    background-color: #534840;
    color: #fff;
    border-radius:3px;
    padding: 6px 12px;
    font-size:13px;
    font-weight:bold;
    border: none;
    display:none;
}
.payment-copayer .payment-add-copayer-form input {
    margin:0;
    -webkit-appearance: none;
    -webkit-box-shadow: none;
    -webkit-rtl-ordering: logical;
    .transition(border 0.2s linear);
    -webkit-user-select: text;
    -webkit-writing-mode: horizontal-tb;
    box-shadow: none;
    cursor: auto;
    display: inline-block;
    flex-direction: column;
    vertical-align: top;
    white-space: pre-wrap;
    word-spacing: 0px;
    word-wrap: break-word;
    writing-mode: lr-tb;
    resize: none;
    text-align: start;
    text-shadow: none;
    padding: 6px 10px;
}


.payment-copayer span.payment-add-copayer {
    color: #534840;
    font-weight: bold;
    cursor: pointer;
    background-image: url('/stylesheets/betty/pics/plus_circle.svg');
    background-repeat: no-repeat;
    padding-left: 20px;
    display: inline-block;
}

/*
.payment-copayer span.payment-copayer-email {
    background-color: #f8f4f1;
    padding: 4px 8px;
    display: inline-block;
    padding: 4px 7px;
}

*/

#go-wrapper input[name=email],
#go-wrapper input[name=lastname],
#go-wrapper input[name=firstname] {
    outline: none;
    border: 0px;
    font-size: 16px;
    line-height: 23px;
    width: 275px;
    height: 25px;
    margin-bottom: 3px;
    margin-top: 10px;
    display: block;
    float: left;
}

#go-wrapper input[name=email],
#go-wrapper input[name=firstname] {
    margin-right: 10px;
}

#go-wrapper input[name=email]:focus,
#go-wrapper input[name=lastname]:focus,
#go-wrapper input[name=firstname]:focus {
    border: 1px solid rgb(82, 168, 236);
    box-shadow: 0px 0px 5px rgba(82, 168, 236, 0.6);
    -webkit-box-shadow: 0px 0px 5px rgba(82, 168, 236, 0.6);
    -moz-box-shadow: 0px 0px 5px rgba(82, 168, 236, 0.6);
}

#go-wrapper input[name=email].invalid {
    border: 1px solid #EC5124;
    border-color: rgb(236, 81, 36);
            box-shadow: 0px 0px 5px rgba(236, 81, 36, 0.8);
    -webkit-box-shadow: 0px 0px 5px rgba(236, 81, 36, 0.8);
       -moz-box-shadow: 0px 0px 5px rgba(236, 81, 36, 0.8);
}

#slimpay-popup p {
    margin-bottom:20px;
}

#slimpay-popup {
    width:500px;
    border-radius: 10px;
    border:1px solid #E5E0D8;
    position:fixed;
    top:33%;
    left:33%;
    background-color: #fff;
}

#slimpay-popup .header, #slimpay-popup .footer {
    padding:20px;
}

#slimpay-popup .header {
    position:relative;
    border-bottom:1px solid #E5E0D8;
}

#slimpay-popup .header i.icon-close {
    position:absolute;
    top:20px;
    right:20px;
    background-image: url('/stylesheets/lisette/pics/lisette_icons_16.png');
    background-position: 0px -80px;
    width:16px;
    height:16px;
    cursor:pointer;
}

#slimpay-overlay {
    position:fixed;
    width:100%;
    height:100%;
    display:none;
    top:0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 9999 !important;
}

#slimpay-overlay overlay {
    width:100%;
    height:100%;
    background-color:#000;
    opacity:.5;
}

#slimpay-popup .header i.icon-close:hover {
    background-position: -16px -80px;
}

#slimpay-popup .header h2 {
    margin:0;
}

#slimpay-popup .content {
    margin: 20px;
}

#slimpay-popup .footer {
    border-top:1px solid #E5E0D8;
}


#slimpay-popup .go-button-orange {
    height: 28px;
    line-height: 28px;
    padding: 7px 20px 7px 20px;
    float: right;
}

.resume-value-top {
    color: #008000;
}

.smart-tooltip {
    font-weight: normal;
    max-width: 360px;
}

/******************************************************
 * file: /home/evaneos/public_html/dist/releases/20180502143241-v29.90.2-7f41ce/applications/www.evaneos.com/web/app/modules/betty/css/exclusivities.less 
 ******************************************************/

#exclusivities-bubble {
  position: fixed;
  bottom: 90px;
  left: 20px;
  width: 289px;
  border-radius: 5px;
  z-index: 900;
  opacity: 0;
}
#exclusivities-bubble * {
  font-family: 'Droid Sans', Arial, Helvetica, sans-serif;
}
#exclusivities-bubble .bubble {
  width: 100%;
  height: 100%;
  position: absolute;
  padding: 0;
  border: 0;
  margin: 0;
  top: 0;
  left: 0;
  background: black;
  opacity: .8;
  z-index: 1;
  border-radius: 5px;
}
#exclusivities-bubble .header,
#exclusivities-bubble .content {
  padding: 0;
  margin: 15px;
  position: relative;
  z-index: 1;
  color: white;
}
#exclusivities-bubble .header {
  font-size: 18px;
  font-weight: bold;
}
#exclusivities-bubble .header a {
  position: absolute;
  right: 0;
}
#exclusivities-bubble .header a.icon-16-cross {
  background-position: -16px -256px;
}
#exclusivities-bubble .header a.icon-16-cross:active,
#exclusivities-bubble .header a.icon-16-cross:hover,
#exclusivities-bubble .header a.icon-16-cross.active {
  background-position: 0px -256px;
}
#exclusivities-bubble .content {
  margin-bottom: 18px;
}
#exclusivities-bubble .content p {
  margin-bottom: 10px;
}
#exclusivities-bubble .content p.button-holder {
  height: 35px;
  margin-top: 15px;
}
#exclusivities-bubble .content p.button-holder a {
  font-family: 'Droid Sans', Arial, Helvetica, sans-serif;
  letter-spacing: 1px;
  padding: 0 0;
  display: block;
  line-height: 2.2em;
  height: 2.4em;
  text-align: center;
}
#exclusivities-bubble .content p.hand-written {
  font-family: 'Gloria Hallelujah', cursive;
  font-size: 16px;
  color: #fff;
  line-height: 25px;
}
#exclusivities-bubble .caret-bubble {
  display: block;
  opacity: 1;
  width: auto;
  height: auto;
  backgroud: none;
  border: 0;
  backgroud-color: #fff;
  z-index: 900;
  position: absolute;
  top: 100%;
  left: 10px;
}
#exclusivities-bubble .caret-bubble .inner {
  position: absolute;
  border-right: 0;
  border-top: 0px solid transparent;
  border-bottom: 18px solid transparent;
  border-left: 18px solid black;
  opacity: .8;
  z-index: 901;
}
#exclusivities-bottom-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 900;
  height: 0;
}
#exclusivities-bottom-bar .background {
  width: 100%;
  height: 100%;
  position: absolute;
  padding: 0;
  border: 0;
  margin: 0;
  background: #000;
  opacity: .8;
  z-index: 1;
}
#exclusivities-bottom-bar .content {
  position: relative;
  z-index: 1;
  text-align: center;
  line-height: 30px;
}
#exclusivities-bottom-bar .content p {
  display: inline;
  z-index: 1;
  margin-bottom: 10px;
  margin-right: 10px;
}
#exclusivities-bottom-bar .content p.logo-evaneos-white {
  position: relative;
  top: 14px;
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url('/stylesheets/betty/pics/betty_icons_24.png');
  background-repeat: no-repeat;
  background-position: 0 -216px;
}
#exclusivities-bottom-bar .content p.button-holder {
  height: 35px;
  margin-top: 15px;
}
#exclusivities-bottom-bar .content p.button-holder a {
  font-size: 16px;
  letter-spacing: 1px;
  padding: 8px 13px;
}
#exclusivities-bottom-bar .content p.hand-written {
  font-family: 'Gloria Hallelujah', cursive;
  font-size: 18px;
  color: #fff;
  line-height: 52px;
}
#exclusivities-bottom-bar .content p a.icon-16-cross {
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -8px;
  background-position: -16px -256px;
}
#exclusivities-bottom-bar .content p a.icon-16-cross:active,
#exclusivities-bottom-bar .content p a.icon-16-cross:hover,
#exclusivities-bottom-bar .content p a.icon-16-cross.active {
  background-position: 0px -256px;
}
#exclusivities-popup {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 0;
  border: 0;
  margin: 0;
  z-index: 900;
  opacity: 0;
}
#exclusivities-popup #messages {
  display: none;
}
#exclusivities-popup #result-exclu {
  color: #EC5124;
  font-weight: bold;
  text-align: center;
  padding: 0 0 10px 0;
  display: none;
}
#exclusivities-popup .background,
#exclusivities-popup .background-logo {
  width: 100%;
  height: 100%;
  position: absolute;
  padding: 0;
  border: 0;
  margin: 0;
  background: #000;
  opacity: .8;
  z-index: 1;
}
#exclusivities-popup .background-logo {
  background-image: url('../stylesheets/betty/pics/boussole_630.png');
  background-repeat: no-repeat;
  background-position: -205px center;
  opacity: .03;
}
#exclusivities-popup a.close-sentence {
  position: absolute;
  top: 12px;
  right: 12px;
  color: #9C918A;
  z-index: 1;
  font-size: 15px;
}
#exclusivities-popup a.close-sentence i.icon-16-cross {
  margin-left: 10px;
  background-position: -16px -256px;
}
#exclusivities-popup a.close-sentence i.icon-16-cross:active,
#exclusivities-popup a.close-sentence i.icon-16-cross:hover,
#exclusivities-popup a.close-sentence i.icon-16-cross.active {
  background-position: 0px -256px;
}
#exclusivities-popup a.close-sentence:active,
#exclusivities-popup a.close-sentence:hover,
#exclusivities-popup a.close-sentence.active {
  color: #fff;
  text-decoration: none;
}
#exclusivities-popup a.close-sentence:active i.icon-16-cross,
#exclusivities-popup a.close-sentence:hover i.icon-16-cross,
#exclusivities-popup a.close-sentence.active i.icon-16-cross {
  background-position: 0px -256px;
}
#exclusivities-popup .title {
  font-family: 'Droid Sans', Arial, Helvetica, sans-serif;
  width: 800px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -220px;
  margin-left: -400px;
  color: white;
  font-size: 32px;
  z-index: 1;
  font-weight: bold;
  text-align: center;
  line-height: 1.3em;
}
#exclusivities-popup .no-mail-kept {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  margin-top: 26px;
  margin-left: 165px;
  width: 350px;
  background-image: url('../stylesheets/betty/pics/white_arrow.png');
  background-repeat: no-repeat;
  background-position: left center;
}
#exclusivities-popup .no-mail-kept p {
  margin-left: 70px;
  font-family: 'Gloria Hallelujah', cursive;
  font-size: 16px;
  color: white;
  line-height: 25px;
  margin-bottom: 0;
}
#exclusivities-popup .popup {
  width: 300px;
  border-radius: 5px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -107px;
  margin-left: -150px;
  z-index: 1;
  background-color: #fff;
}
#exclusivities-popup .popup .content {
  padding: 0;
  margin: 20px;
  position: relative;
  z-index: 1;
}
#exclusivities-popup .popup .content .button-fb {
  font-family: 'Droid Sans', Arial, Helvetica, sans-serif;
  padding: 0 0;
  display: block;
  line-height: 2.4em;
  height: 2.4em;
  text-align: center;
  width: auto;
  color: white;
  font-size: 14px;
  font-weight: bold;
  text-indent: 2em;
  border: 1px #36548F solid;
  cursor: pointer;
  text-shadow: #36548F 0px -1px 0px;
  text-decoration: none !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.5);
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.5);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.5);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-image: linear-gradient(bottom,#36548F 25%,#5372B4 61%);
  background-image: -o-linear-gradient(bottom,#36548F 25%,#5372B4 61%);
  background-image: -moz-linear-gradient(bottom,#36548F 25%,#5372B4 61%);
  background-image: -webkit-linear-gradient(bottom,#36548F 25%,#5372B4 61%);
  background-image: -ms-linear-gradient(bottom,#36548F 25%,#5372B4 61%);
  background-color: #36548F;
  margin: 0;
  margin-bottom: 5px;
}
#exclusivities-popup .popup .content .button-fb:hover,
#exclusivities-popup .popup .content .button-fb:active {
  background-image: linear-gradient(bottom,#5372B4 25%,#5372B4 61%);
  background-image: -o-linear-gradient(bottom,#5372B4 25%,#5372B4 61%);
  background-image: -moz-linear-gradient(bottom,#5372B4 25%,#5372B4 61%);
  background-image: -webkit-linear-gradient(bottom,#5372B4 25%,#5372B4 61%);
  background-image: -ms-linear-gradient(bottom,#5372B4 25%,#5372B4 61%);
  background-color: #7BB84F;
  color: white !important;
  text-decoration: inherit !important;
}
#exclusivities-popup .popup .content .button-fb:active {
  box-shadow: inset 0px 0px 6px #36548F;
  -webkit-box-shadow: inset 0px 0px 6px #36548F;
  -moz-box-shadow: inset 0px 0px 6px #36548F;
  background-color: #7BB84F;
}
#exclusivities-popup .popup .content .button-fb .go-facebook-button {
  background-image: url('../stylesheets/betty/pics/facebook_button.png');
  width: 24px;
  height: 24px;
  left: .5em;
}
#exclusivities-popup .popup .content p {
  margin-bottom: 4px;
  position: relative;
}
#exclusivities-popup .popup .content p.button-holder {
  height: 35px;
  margin-top: 8px;
  margin-bottom: 0;
}
#exclusivities-popup .popup .content p.button-holder a {
  font-family: 'Droid Sans', Arial, Helvetica, sans-serif;
  letter-spacing: 1px;
  padding: 0 0;
  display: block;
  line-height: 2.2em;
  height: 2.4em;
  text-align: center;
}
#exclusivities-popup .popup .content p.or {
  letter-spacing: 1px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 5px;
}
#exclusivities-popup .popup .content p input,
#exclusivities-popup .popup .content p label.pwd-placeholder {
  font-family: 'Droid Sans', Arial, Helvetica, sans-serif;
  display: inline-block;
  width: 250px;
  height: 24px;
  padding: 4px;
  font-size: 14px;
  line-height: 24px;
  color: #534840;
  background-color: white;
  border: 2px solid #E6E1D9;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-repeat: no-repeat;
  background-position: 235px center;
  -webkit-input-placeholder: #9C918A;
  -moz-input-placeholder: #9C918A;
  -ms-input-placeholder: #9C918A;
}
#exclusivities-popup .popup .content p input[name=firstname],
#exclusivities-popup .popup .content p input[name=lastname],
#exclusivities-popup .popup .content p label.pwd-placeholder[name=firstname],
#exclusivities-popup .popup .content p label.pwd-placeholder[name=lastname] {
  width: 114px;
  background-position: 98px center;
}
#exclusivities-popup .popup .content p input[name=firstname],
#exclusivities-popup .popup .content p label.pwd-placeholder[name=firstname] {
  margin-right: 8px;
}
#exclusivities-popup .popup .content p input[type=password],
#exclusivities-popup .popup .content p label.pwd-placeholder[type=password] {
  background-color: transparent;
}
#exclusivities-popup .popup .content p input.invalid,
#exclusivities-popup .popup .content p label.pwd-placeholder.invalid {
  background-image: url('../stylesheets/betty/pics/input_invalid.png');
  color: #EC5124;
  border-color: #EC5124;
  -moz-box-shadow: none;
  box-shadow: none;
}
#exclusivities-popup .popup .content p input.valid,
#exclusivities-popup .popup .content p label.pwd-placeholder.valid {
  background-image: url('../stylesheets/betty/pics/input_valid.png');
  color: #6EA047;
  border-color: #6EA047;
  -moz-box-shadow: none;
  box-shadow: none;
}
#exclusivities-popup .popup .content p input:focus,
#exclusivities-popup .popup .content p label.pwd-placeholder:focus {
  -moz-box-shadow: inset 0 0 5px #9C918A;
  box-shadow: inset 0 0 5px #9C918A;
  border-color: #9C918A;
}
#exclusivities-popup .popup .content p input:focus.invalid,
#exclusivities-popup .popup .content p label.pwd-placeholder:focus.invalid {
  -moz-box-shadow: inset 0 0 5px #EC5124;
  box-shadow: inset 0 0 5px #EC5124;
}
#exclusivities-popup .popup .content p input:focus.valid,
#exclusivities-popup .popup .content p label.pwd-placeholder:focus.valid {
  -moz-box-shadow: inset 0 0 5px #6EA047;
  box-shadow: inset 0 0 5px #6EA047;
}
#exclusivities-popup .popup .content p label.pwd-placeholder {
  color: #9C918A;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
#exclusivities-popup .popup .content p.already-created {
  margin-top: 10px;
}
#exclusivities-popup .popup .content p.already-created a {
  color: #534840;
}
#landingpage {
  display: block;
  background-color: #000;
  height: 800px;
  width: 100%;
  top: 0;
  left: 0;
  padding: 0;
  border: 0;
  margin: -9px 0 0 0;
  position: relative;
  background-image: url('../stylesheets/betty/pics/bg_exclus.jpg');
  background-position: center center;
  background-repeat: no-repeat;
}
#landingpage #messages {
  display: none;
}
#landingpage #result-exclu {
  color: #EC5124;
  font-weight: bold;
  text-align: center;
  padding: 0 0 10px 0;
  display: none;
}
#landingpage .title,
#landingpage .subtitle {
  font-family: 'Droid Sans', Arial, Helvetica, sans-serif;
  position: absolute;
  top: 5%;
  left: 50%;
  color: white;
  font-size: 32px;
  z-index: 1;
  font-weight: bold;
  line-height: 1.3em;
  margin: 0 0 0 -488px;
  width: 500px;
  text-align: left;
}
#landingpage .subtitle {
  top: 11%;
  font-size: 22px;
  font-weight: normal;
}
#landingpage .popup {
  width: 300px;
  border-radius: 5px;
  top: 250px;
  left: 50%;
  margin: 0 0 0 -150px;
  z-index: 1;
  background-color: white;
  position: absolute;
  opacity: 1;
}
#landingpage .popup .content {
  padding: 0;
  margin: 20px;
  position: relative;
  z-index: 1;
}
#landingpage .popup .content .title {
  position: relative;
  font-size: 22px;
  color: #534840;
  width: 100%;
  left: 0;
  top: 0;
  margin: 0 0 20px 0;
  font-weight: normal;
  text-align: center;
}
#landingpage .popup .content .button-fb {
  font-family: 'Droid Sans', Arial, Helvetica, sans-serif;
  padding: 0 0;
  display: block;
  line-height: 2.4em;
  height: 2.4em;
  text-align: center;
  width: auto;
  color: white;
  font-size: 14px;
  font-weight: bold;
  text-indent: 2em;
  border: 1px #36548F solid;
  cursor: pointer;
  text-shadow: #36548F 0px -1px 0px;
  text-decoration: none !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.5);
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.5);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.5);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-image: linear-gradient(bottom,#36548F 25%,#5372B4 61%);
  background-image: -o-linear-gradient(bottom,#36548F 25%,#5372B4 61%);
  background-image: -moz-linear-gradient(bottom,#36548F 25%,#5372B4 61%);
  background-image: -webkit-linear-gradient(bottom,#36548F 25%,#5372B4 61%);
  background-image: -ms-linear-gradient(bottom,#36548F 25%,#5372B4 61%);
  background-color: #36548F;
  margin: 0;
  margin-bottom: 5px;
  position: relative;
}
#landingpage .popup .content .button-fb:hover,
#landingpage .popup .content .button-fb:active {
  background-image: linear-gradient(bottom,#5372B4 25%,#5372B4 61%);
  background-image: -o-linear-gradient(bottom,#5372B4 25%,#5372B4 61%);
  background-image: -moz-linear-gradient(bottom,#5372B4 25%,#5372B4 61%);
  background-image: -webkit-linear-gradient(bottom,#5372B4 25%,#5372B4 61%);
  background-image: -ms-linear-gradient(bottom,#5372B4 25%,#5372B4 61%);
  background-color: #7BB84F;
  color: white !important;
  text-decoration: inherit !important;
}
#landingpage .popup .content .button-fb:active {
  box-shadow: inset 0px 0px 6px #36548F;
  -webkit-box-shadow: inset 0px 0px 6px #36548F;
  -moz-box-shadow: inset 0px 0px 6px #36548F;
  background-color: #7BB84F;
}
#landingpage .popup .content .button-fb .go-facebook-button {
  background-image: url('../stylesheets/betty/pics/facebook_button.png');
  width: 24px;
  height: 24px;
  left: .5em;
}
#landingpage .popup .content p {
  margin-bottom: 4px;
  position: relative;
}
#landingpage .popup .content p.button-holder {
  height: 35px;
  margin-top: 8px;
  margin-bottom: 0;
}
#landingpage .popup .content p.button-holder a {
  font-family: 'Droid Sans', Arial, Helvetica, sans-serif;
  letter-spacing: 1px;
  padding: 0 0;
  display: block;
  line-height: 2.2em;
  height: 2.4em;
  text-align: center;
}
#landingpage .popup .content p.or {
  letter-spacing: 1px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 5px;
}
#landingpage .popup .content p input,
#landingpage .popup .content p label.pwd-placeholder {
  font-family: 'Droid Sans', Arial, Helvetica, sans-serif;
  display: inline-block;
  width: 250px;
  height: 24px;
  padding: 4px;
  font-size: 14px;
  line-height: 24px;
  color: #534840;
  background-color: white;
  border: 2px solid #E6E1D9;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-repeat: no-repeat;
  background-position: 235px center;
  -webkit-input-placeholder: #9C918A;
  -moz-input-placeholder: #9C918A;
  -ms-input-placeholder: #9C918A;
}
#landingpage .popup .content p input[name=firstname],
#landingpage .popup .content p input[name=lastname],
#landingpage .popup .content p label.pwd-placeholder[name=firstname],
#landingpage .popup .content p label.pwd-placeholder[name=lastname] {
  width: 114px;
  background-position: 98px center;
}
#landingpage .popup .content p input[name=firstname],
#landingpage .popup .content p label.pwd-placeholder[name=firstname] {
  margin-right: 8px;
}
#landingpage .popup .content p input[type=password],
#landingpage .popup .content p label.pwd-placeholder[type=password] {
  background-color: transparent;
}
#landingpage .popup .content p input.invalid,
#landingpage .popup .content p label.pwd-placeholder.invalid {
  background-image: url('../stylesheets/betty/pics/input_invalid.png');
  color: #EC5124;
  border-color: #EC5124;
  -moz-box-shadow: none;
  box-shadow: none;
}
#landingpage .popup .content p input.valid,
#landingpage .popup .content p label.pwd-placeholder.valid {
  background-image: url('../stylesheets/betty/pics/input_valid.png');
  color: #6EA047;
  border-color: #6EA047;
  -moz-box-shadow: none;
  box-shadow: none;
}
#landingpage .popup .content p input:focus,
#landingpage .popup .content p label.pwd-placeholder:focus {
  -moz-box-shadow: inset 0 0 5px #9C918A;
  box-shadow: inset 0 0 5px #9C918A;
  border-color: #9C918A;
}
#landingpage .popup .content p input:focus.invalid,
#landingpage .popup .content p label.pwd-placeholder:focus.invalid {
  -moz-box-shadow: inset 0 0 5px #EC5124;
  box-shadow: inset 0 0 5px #EC5124;
}
#landingpage .popup .content p input:focus.valid,
#landingpage .popup .content p label.pwd-placeholder:focus.valid {
  -moz-box-shadow: inset 0 0 5px #6EA047;
  box-shadow: inset 0 0 5px #6EA047;
}
#landingpage .popup .content p label.pwd-placeholder {
  color: #9C918A;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
#landingpage .popup .content p.already-created {
  margin-top: 10px;
}
#landingpage .popup .content p.already-created a {
  color: #534840;
}
#landingpage.acquisition {
  background-color: #F9F7F3;
}
#landingpage.concept-landing-page,
#landingpage.concept-logged {
  background-image: url('../stylesheets/betty/pics/bg_concept_landing.jpg');
}
#landingpage.concept-landing-page .title,
#landingpage.concept-landing-page .subtitle,
#landingpage.concept-logged .title,
#landingpage.concept-logged .subtitle {
  margin-left: -250px;
  text-align: center;
}
#landingpage.concept-landing-page .popup,
#landingpage.concept-logged .popup {
  top: 200px;
}
#landingpage.concept-logged .title,
#landingpage.concept-logged .subtitle {
  width: 650px;
  margin-left: -325px;
}
#landingpage.concept-logged .popup {
  top: 160px;
}
#landingpage.exclu-landing-page,
#landingpage.exclu-logged {
  background-image: url('../stylesheets/betty/pics/bg_exclu_landing.jpg');
}
#landingpage.sponsor-landing-page,
#landingpage.sponsor-logged {
  background-image: url('../stylesheets/betty/pics/bg_sponsor_landing.jpg');
}
#landingpage.sponsor-landing-page .popup,
#landingpage.sponsor-logged .popup {
  margin: 0;
  top: 5%;
  left: 50%;
  margin-left: 170px;
}
#landingpage.sponsor-landing-page .no-mail-kept,
#landingpage.sponsor-logged .no-mail-kept {
  position: absolute;
  z-index: 1;
  top: 22%;
  left: 50%;
  width: 552px;
  margin-left: -400px;
  background-image: url('../stylesheets/betty/pics/white_arrow_right.png');
  background-repeat: no-repeat;
  background-position: right 13px;
}
#landingpage.sponsor-landing-page .no-mail-kept p,
#landingpage.sponsor-logged .no-mail-kept p {
  margin-right: 70px;
  font-family: 'Gloria Hallelujah', cursive;
  font-size: 16px;
  color: white;
  line-height: 25px;
  margin-bottom: 0;
}
#landingpage.sponsor-landing-page .title,
#landingpage.sponsor-landing-page .subtitle,
#landingpage.sponsor-logged .title,
#landingpage.sponsor-logged .subtitle {
  top: 5%;
  left: 50%;
  margin-left: -400px;
  width: 403px;
}
#landingpage.sponsor-logged .title {
  top: 12%;
}
#landingpage.sponsor-logged .popup {
  margin-left: 134px;
  margin-top: 64px;
}
.IE8down #exclusivities-bubble .bubble {
  filter: alpha(opacity=80);
}
.IE8down #exclusivities-bubble .caret-bubble {
  filter: alpha(opacity=100);
}
.IE8down #exclusivities-bubble .caret-bubble .inner {
  filter: alpha(opacity=80);
}
.IE8down #exclusivities-bottom-bar .background {
  filter: alpha(opacity=80);
}
.IE8down #exclusivities-popup .background,
.IE8down #exclusivities-popup .background-logo {
  filter: alpha(opacity=80);
}
.IE8down #exclusivities-popup .background-logo {
  filter: alpha(opacity=3);
}
.IE7down #exclusivities-bubble .caret-bubble {
  margin-top: -18px;
}

/******************************************************
 * file: /home/evaneos/public_html/dist/releases/20180502143241-v29.90.2-7f41ce/applications/www.evaneos.com/web/app/modules/betty/css/article-right.less 
 ******************************************************/

.go-right-column {
  position: relative;
  width: 221px;
  padding-left: 15px;
  top: -5px;
  float: right;
}
.summary-main-title {
  font-weight: normal;
  font-size: 20px;
  margin-bottom: 10px;
}
.summary-main-title > i[class^="icon"],
.summary-main-title > i[class*=" icon"] {
  margin-right: 5px;
}
.summary-main-title > a {
  font-size: 20px;
  color: #54473E;
}
.summary-main-title > a:hover {
  color: #54473E;
}
[class^="summary-level-"] > li,
[class*=" summary-level-"] > li {
  position: relative;
}
[class^="summary-level-"] > li > .summary-expander,
[class*=" summary-level-"] > li > .summary-expander {
  display: inline-block;
  width: 15px;
  max-width: 15px;
}
[class^="summary-level-"] > li > .summary-expander.ticaret_right,
[class^="summary-level-"] > li > .summary-expander.ticaret_down,
[class*=" summary-level-"] > li > .summary-expander.ticaret_right,
[class*=" summary-level-"] > li > .summary-expander.ticaret_down {
  cursor: pointer;
  position: relative;
}
[class^="summary-level-"] .summary-link,
[class*=" summary-level-"] .summary-link {
  color: #54473E;
}
[class^="summary-level-"] .summary-link:hover,
[class*=" summary-level-"] .summary-link:hover {
  color: #EE4F15;
}
[class^="summary-level-"] .summary-link.bold,
[class*=" summary-level-"] .summary-link.bold {
  font-weight: bold;
}
[class^="summary-level-"] .summary-link.offline,
[class*=" summary-level-"] .summary-link.offline {
  color: #9C918A !important;
}
.summary-level-1 {
  margin-left: -2px;
  margin-bottom: 10px;
}
.summary-level-1 > li {
  margin-bottom: 10px;
}
.summary-level-1 > li > .ticaret_right,
.summary-level-1 > li > .ticaret_down {
  font-size: 20px;
}
.summary-level-1 > li > .summary-link {
  font-size: 14px;
  color: #54473E;
}
.summary-level-2 > li > .ticaret_right,
.summary-level-2 > li > .ticaret_down {
  font-size: 16px;
  color: #9C918A;
  left: 2px;
}
.summary-level-2 .summary-link {
  font-size: 12px;
}
.summary-level-3 {
  margin-left: 10px;
}
.summary-level-3 .summary-link {
  font-size: 11px;
}

/******************************************************
 * file: /home/evaneos/public_html/dist/releases/20180502143241-v29.90.2-7f41ce/applications/www.evaneos.com/web/app/modules/betty/css/sprite16.less 
 ******************************************************/

[class^="icon-16-"],
[class*=" icon-16-"] {
  background-image: url('/stylesheets/betty/pics/betty_icons_16.png?v=1');
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: text-top;
  background-repeat: no-repeat;
}
.icon-16-big-updown {
  background-position: 0px 0px;
}
.icon-16-big-updown.dark {
  background-position: -16px 0px;
}
.icon-16-small-updown {
  background-position: 0px -16px;
}
.icon-16-list {
  background-position: 0px -32px;
}
.icon-16-information {
  background-position: 0px -48px;
}
.icon-16-information:hover,
.icon-16-information.dark {
  background-position: -16px -48px;
}
.icon-16-question {
  background-position: 0px -64px;
}
.icon-16-fullstar {
  background-position: 0px -80px;
}
.icon-16-emptystar {
  background-position: 0px -96px;
}
.icon-16-halfstar {
  background-position: 0px -112px;
}
.icon-16-minus {
  background-position: 0px -128px;
}
.icon-16-minus:hover {
  background-position: -16px -128px;
}
.icon-16-location {
  background-position: 0px -144px;
}
.icon-16-clock {
  background-position: 0px -160px;
}
.icon-16-smile {
  background-position: 0px -176px;
}
.icon-16-worried {
  background-position: -16px -176px;
}
.icon-16-label {
  background-position: 0px -192px;
}
.icon-16-label.icon-active {
  background-position: -16px -192px;
}
.icon-16-accompagnement {
  background-position: 0px -208px;
}
.icon-16-return {
  background-position: 0px -224px;
}
.icon-16-house {
  background-position: -16px -240px;
}
.icon-16-house.icon-active {
  background-position: 0px -240px;
}
.icon-16-cross,
.icon-close {
  background-position: 0px -256px;
}
.icon-16-cross:active,
.icon-16-cross:hover,
.icon-16-cross.active,
.icon-close:active,
.icon-close:hover,
.icon-close.active {
  background-position: -16px -256px;
}
.icon-16-pencil {
  background-position: 0px -272px;
}
.icon-16-pencil:hover {
  background-position: -16px -272px;
}
.icon-16-plus {
  background-position: 0px -288px;
}
.icon-16-plus:hover,
.icon-16-plus.dark {
  background-position: -16px -288px;
}
.icon-16-people-1 {
  background-position: 0px -304px;
}
.icon-16-people-2 {
  background-position: 0px -320px;
}
.icon-16-people-3 {
  background-position: 0px -336px;
}
.icon-16-people-4 {
  background-position: 0px -352px;
}
.icon-16-people-5 {
  background-position: 0px -368px;
}
.icon-16-evaneos {
  background-position: 0px -384px;
}
.icon-16-planet {
  background-position: 0px -400px;
}
.icon-16-euro {
  background-position: 0px -416px;
}
.icon-16-service {
  background-position: 0px -432px;
}
.icon-16-service.disabled {
  background-position: -16px -432px;
}
.icon-16-tick {
  background-position: 0px -448px;
}
.icon-16-house-orange {
  background-position: 0px -464px;
}
.icon-16-right-arrow {
  background-position: 0px -480px;
}
.icon-16-trash {
  background-position: 0px -512px;
}
.icon-16-trash:hover,
.icon-16-trash.dark {
  background-position: -16px -512px;
}
.icon-16-caution {
  background-position: 0px -544px;
}
.icon-16-green-tick {
  background-position: -16px -544px;
}
.icon-16-exit {
  background-position: 0px -560px;
}
.icon-16-exit:hover {
  background-position: -16px -560px;
}

/******************************************************
 * file: /home/evaneos/public_html/dist/releases/20180502143241-v29.90.2-7f41ce/applications/www.evaneos.com/web/app/modules/betty/css/sprite24.less 
 ******************************************************/

[class^="icon-24-"],
[class*=" icon-24-"] {
  background-image: url('/stylesheets/betty/pics/betty_icons_24.png?v=1');
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: text-top;
  background-repeat: no-repeat;
}
.icon-24-clock {
  background-position: 0px -24px;
}
.icon-24-tick {
  background-position: 0px -48px;
}
.icon-24-error {
  background-position: 0px -72px;
}
.icon-24-caret-top {
  background-position: 0px -96px;
}
.icon-24-delete-bgimg {
  background-position: 0px -120px;
}
.icon-24-delete-bgimg:hover {
  background-position: -24px -120px;
}
.icon-24-warning {
  background-position: 0px -144px;
}
.icon-24-evaneos {
  background-position: 0px -240px;
}
.icon-24-location {
  background-position: 0px -264px;
}
.icon-24-location.orange {
  background-position: -24px -264px;
}
.icon-24-location.dark {
  background-position: -48px -264px;
}
.icon-24-money {
  background-position: 0px -288px;
}
.icon-24-trash {
  background-position: -24px -24px;
}
.icon-24-house {
  background-position: 0px -312px;
}
.icon-24-house.disabled {
  background-position: -24px -312px;
}
.icon-24-chat {
  background-position: 0px -336px;
}
.icon-24-layout1 {
  background-position: 0px -360px;
}
.icon-24-layout1.selected {
  background-position: -24px -360px;
}
.icon-24-layout2 {
  background-position: 0px -384px;
}
.icon-24-layout2.selected {
  background-position: -24px -384px;
}
.icon-24-eye {
  background-position: 0px -408px;
}
.icon-24-eye.selected {
  background-position: -24px -408px;
}
.icon-24-eye.disabled {
  background-position: -48px -408px;
}
.icon-24-eye:hover,
.icon-24-eye.hover {
  background-position: -72px -408px;
}
.icon-24-upload {
  background-position: 0px -528px;
}
.icon-24-parameters {
  background-position: -24px -528px;
}
.icon-24-list {
  background-position: -48px -432px;
}
.icon-24-plus {
  background-position: -72px -528px;
}
.icon-24-locations {
  background-position: 0px -456px;
}
.icon-24-wave {
  background-position: 0px -480px;
}
.icon-24-planet {
  background-position: 0px -504px;
}

/******************************************************
 * file: /home/evaneos/public_html/dist/releases/20180502143241-v29.90.2-7f41ce/applications/www.evaneos.com/web/app/modules/betty/css/sprite32.less 
 ******************************************************/

[class^="icon-32-"],
[class*=" icon-32-"] {
  background-image: url('/stylesheets/betty/pics/betty_icons_32.png?v=1');
  width: 32px;
  height: 32px;
  display: inline-block;
  vertical-align: text-top;
  background-repeat: no-repeat;
}
.icon-32-facebook {
  background-position: -32px 0px;
}
.icon-32-facebook-variant {
  background-position: 0px 0px;
}
.icon-32-tweeter {
  background-position: -32px 0px;
}
.icon-32-tweeter-variant {
  background-position: 0px 0px;
}
.icon-32-googleplus {
  background-position: -32px 0px;
}
.icon-32-googleplus-variant {
  background-position: 0px 0px;
}
.icon-32-mail {
  background-position: -32px 0px;
}
.icon-32-mail-variant {
  background-position: 0px 0px;
}
.icon-32-print {
  background-position: -32px 0px;
}
.icon-32-print-variant {
  background-position: 0px 0px;
}
.icon-32-pinterest {
  background-position: -32px 0px;
}
.icon-32-pinterest-variant {
  background-position: 0px 0px;
}
.icon-32-luggage {
  background-position: 0px -128px;
}
.icon-32-calendar {
  background-position: -32px -224px;
}
.icon-32-participant {
  background-position: -32px -256px;
}
.icon-32-hosting {
  background-position: -32px -288px;
}
.icon-32-map {
  background-position: -32px -320px;
}
.icon-32-guide {
  background-position: -32px -352px;
}
.icon-32-project {
  background-position: -32px -384px;
}
.icon-32-calendar-active {
  background-position: 0px -224px;
}
.icon-32-participant-active {
  background-position: 0px -256px;
}
.icon-32-hosting-active {
  background-position: 0px -288px;
}
.icon-32-map-active {
  background-position: 0px -320px;
}
.icon-32-guide-active {
  background-position: 0px -352px;
}
.icon-32-project-active {
  background-position: 0px -384px;
}
.icon-32-arrow-bottom {
  background-position: 0px -192px;
}
.icon-32-arrow-right {
  background-position: -32px -192px;
}

/******************************************************
 * file: /home/evaneos/public_html/dist/releases/20180502143241-v29.90.2-7f41ce/applications/www.evaneos.com/web/app/modules/betty/css/sprite48.less 
 ******************************************************/

[class^="icon-48-"],
[class*=" icon-48-"] {
  background-image: url('/stylesheets/betty/pics/betty_icons_48.png?v=1.1');
  width: 48px;
  height: 48px;
  display: inline-block;
  vertical-align: text-top;
  background-repeat: no-repeat;
}
.icon-48-medal {
  background-position: 0px 0px;
}
.icon-48-chat {
  background-position: 0px -48px;
}
.icon-48-lock {
  background-position: 0px -96px;
}
.icon-48-luggage {
  background-position: 0px -144px;
}
.icon-48-home {
  background-position: 0px -192px;
}
.icon-48-heart {
  background-position: 0px -240px;
}
.icon-48-traveler {
  background-position: 0px -288px;
}
.icon-48-accommodation {
  background-position: 0px -336px;
}
.icon-48-family {
  background-position: 0px -384px;
}
.icon-48-food {
  background-position: 0px -432px;
}
.icon-48-service {
  background-position: 0px -480px;
}
.icon-48-agreement {
  background-position: 0px -528px;
}
.icon-48-evaneos {
  background-position: 0px -576px;
}
.icon-48-guide {
  background-position: 0px -624px;
}
.icon-48-flux {
  background-position: 0px -672px;
}
.icon-48-agent {
  background-position: 0px -720px;
}
.icon-48-theme {
  background-position: 0px -768px;
}
.icon-48-testimonial {
  background-position: 0px -816px;
}
.icon-48-destination {
  background-position: 0px -864px;
}
.icon-48-itinerary {
  background-position: 0px -912px;
}
.icon-48-sur-mesure {
  background-position: 0px -960px;
}
.icon-48-agency-selection {
  background-position: 0px -1008px;
}
.icon-48-direct-pricing {
  background-position: 0px -1056px;
}
.icon-48-garanties {
  background-position: 0px -1104px;
}

/******************************************************
 * file: /home/evaneos/public_html/dist/releases/20180502143241-v29.90.2-7f41ce/applications/www.evaneos.com/web/app/modules/betty/css/article_edition/bootstrap-fix.css 
 ******************************************************/

#betty-article-edition input, 
#betty-article-edition textarea, 
#betty-article-edition select, 
#betty-article-edition .uneditable-input {
    height : auto;
    padding : 0;
    margin-bottom : 0;
}

#go-phototheque-gallery form {
    margin : 0;
}

#betty-article-edition .go-input-tags,
#betty-article-edition .go-input-assign {
    height : 30px;
    width : 192px;
}
/******************************************************
 * file: /home/evaneos/public_html/dist/releases/20180502143241-v29.90.2-7f41ce/applications/www.evaneos.com/web/app/modules/betty/css/article_edition/common.css 
 ******************************************************/

/*========================= */
/* BASE STYLE */
#betty-article-content p {
    line-height: 20px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
}

#go-article-edit-header *, #betty-article-content * {
    font-family: 'Droid Sans', Arial, Helvetica, sans-serif !important;
}

#go-article-edit-header ul li *, #betty-article-content ul li * {
    font-size: 13px !important;
}

#go-article-edit-header p *, #betty-article-content  p * {
    line-height: 20px !important;
    font-size: 13px !important;
}

.body-ckeditor {
    background : white;
    width : auto !important;
}

.go-block h3 {
    font-size : 15px;
    font-weight : bold;
}
.go-block h3 a{
    font-size : 15px;
    font-weight : bold;
    color:#534840!important;
}


.go-a-href{
    height: 15px;
    line-height: 20px;
    color: #EE4F15;
    font-size: 13px;
    background: url('/images/francine/article_edition/link_arrow.png') no-repeat scroll right 5px;
    padding-right: 12px;
}

.go-a-href:hover{
    color: #EE4F15;
    text-decoration: underline;
}


/* Arrows to change article */

.go-left-big-arrow, .go-right-big-arrow{
    position: fixed;
    z-index: 1;
    margin-top: 150px;
    cursor: pointer;
}

.go-left-big-arrow{
    margin-left: -30px;
    *margin-left: -70px;  /* for IE7 */
    background-image: url('/images/francine/article_edition/left-arrow-normal.png');
    width: 33px;
    height: 59px;
}

.go-left-big-arrow:hover{
    background-image: url('/images/francine/article_edition/left-arrow-over.png');
}

.go-right-big-arrow{
    margin-left: 1060px;
    *margin-left: 1020px;
    background-image: url('/images/francine/article_edition/right-arrow-normal.png');
    width: 33px;
    height: 59px;
}

.go-right-big-arrow:hover{ background-image: url('/images/francine/article_edition/right-arrow-over.png'); }

.go-green-subtitle{
    margin: 0 10px 10px 10px;;
    padding: 3px;
}

.go-text-green-subtitle, .go-text-green-subtitle-input{
    color: #60a432;
    font-size: 22px;
    line-height: 28px;
}

.go-text-green-subtitle-input{
    display: none;
    border: 0px;
    margin-left: -1px;
}

.go-no-border-input,
.go-no-border-input:active
,.go-no-border-input:hover
,.go-no-border-input:focus{
    box-shadow: none !important;
    border: 0px !important;
}

.go-child-article {
    height : 160px
}

.go-little-imgs .go-no-border-input {
    text-align : center;
    width : 155px;
    border-top : 1px solid transparent !important;
    border-bottom : 1px solid transparent !important;
}

.go-edit-green-text:hover{
    border: 1px #dadada solid;
    margin: -1px 0 9px -1px;
    cursor: pointer;
    background-color: white;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

/* Block where goes all kind of article info */

.go-block{
    padding: 20px 10px;
    /* background-color: white; */
    position: relative;
    border-top: 1px #eeeeee solid;
    margin-top: -1px;
    width: 739px;
}

/*
.go-block p {
    text-align : justify;
}
*/

.go-img-right-margen{ margin-right: 20px !important; }

.go-img-block{
    margin-right: 10px;
    margin-left: 10px;
}

.go-map{
    width: 705px;
    height: 396px;
    position: relative;
    margin-top: 10px;
    float: left;
}

.map_canvas {
    margin: 2px 3px;
    *margin: 4px 3px 3px 3px;
    height: 293px;
    width: 700px;
}


/* Little green block */
.go-green-block{
    background-color: #dfedca;
    border-top: 1px #c5dea4 solid;
    border-bottom: 1px #c5dea4 solid;
    line-height: 62px;
    padding-left: 150px;
    font-size: 18px;
    color: #60A432;
    height: 70px;
    z-index: 20;
    margin-bottom: 1px;
}

.go-green-block .go-float-left{
    margin-right: 15px;
    padding-top: 5px;
}

.go-block-main-picture{
    position: relative;
    max-height: 278px;
}

.go-green-block-plain{
    /*border: 1px solid #c0d195;*/
    background-color: #e0eecc;
    border-radius: 5px;
    padding:10px 0px;
    width: 225px;
    margin-top:5px;
    margin-bottom: 15px;
}

.go-block-main-picture img{ width: 759px; }

/* All content in right column */

/* subtitle right column */
.go-subtitle-articles, .go-subtitle-menu{
    color: #54473E;
    padding: 5px 0px 10px 0px;
    font-size: 20px;
}

.go-subtitle-menu{ padding-left: 19px !important; }

.go-right-column .go-button-green{ margin-left: 25px; }

.go-right-column .go-button-brown{ margin: 17px 0 17px 20px;}

.go-menu{
    color: #54473E;
    padding: 10px 0px 10px 15px;
    border-top: 1px #e8e8e8 solid;
    border-bottom: 1px #e8e8e8 solid;
    cursor: pointer;
    margin-top: -1px;
}

.go-menu-a, .go-menu-sommaire{
    color: #54473E;
    text-decoration: none !important;
    font-size: 14px;
    white-space: nowrap;
/*    background-image: url('/images/francine/article_edition/trasnparent.png');*/
    background-repeat:no-repeat;
    padding-left: 0px;
    line-height: 20px;
}

.go-menu-a .go-right-menu-img{
     width: 1px;
     height: 16px;
}

.go-menu-a-bold{
    font-weight: bold;
}

.go-menu-sommaire{ background-image: url('/images/francine/article_edition/return-sommaire.png'); }


.go-menu:hover .go-menu-a, .go-menu:hover .go-menu-sommaire{
    color: #EE4F15 !important;
/*    background-image:url('/images/francine/article_edition/trasnparent.png');*/
    background-repeat:no-repeat;
}

.go-menu:hover .go-menu-sommaire{ background-image:url('/images/francine/article_edition/return-sommaire-hover.png'); }
/*
.go-button-green{
    white-space: nowrap;
    width: auto;
    height: 28px;
    color: white;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    margin: 17px 0px 17px 0px;
    line-height: 28px;
    border: 1px #73AB4B solid;
    padding: 3px 15px 3px 15px;
    cursor: pointer;
    text-shadow: #5D8A3C 0px -1px 0px;

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;

    background-color: #73AB4B;

}

.go-button-green:hover{
    text-decoration: none !important;
    color: white;

    box-shadow: 0px 0px 3px #9F9F9F;
    -webkit-box-shadow: 0px 0px 3px #9F9F9F;
    -moz-box-shadow: 0px 0px 3px #9F9F9F;

    background-image: linear-gradient(bottom, #6ea347 21%, #77b14e 61%);
    background-image: -o-linear-gradient(bottom, #6ea347 21%, #77b14e 61%);
    background-image: -moz-linear-gradient(bottom, #6ea347 21%, #77b14e 61%);
    background-image: -webkit-linear-gradient(bottom, #6ea347 21%, #77b14e 61%);
    background-image: -ms-linear-gradient(bottom, #6ea347 21%, #77b14e 61%);

}

.go-button-green:active{
    box-shadow: inset 0px 0px 6px #507435;
    -webkit-box-shadow: inset 0px 0px 6px #507435;
    -moz-box-shadow: inset 0px 0px 6px #507435;

    background-image: linear-gradient(bottom, #6ea347 21%, #77b14e 61%);
    background-image: -o-linear-gradient(bottom, #6ea347 21%, #77b14e 61%);
    background-image: -moz-linear-gradient(bottom, #6ea347 21%, #77b14e 61%);
    background-image: -webkit-linear-gradient(bottom, #6ea347 21%, #77b14e 61%);
    background-image: -ms-linear-gradient(bottom, #6ea347 21%, #77b14e 61%);
}*/

.go-similar-article{
    clear: both;
    border-bottom: 1px #e8e8e8 solid;
    border-top: 1px #e8e8e8 solid;
    margin-top: -1px;
    padding: 15px 0 15px 0px;
    cursor: pointer;
}

.go-similar-article-name{
    margin-left: 10px;
    color: #b2ada7;
    font-size: 13px;
    width: 135px;
    vertical-align: middle;
    height: 65px;
    position: relative;
    line-height: 97%;
    display: table-cell;
}

.go-similar-article-name .go-similar-article-txt{
    top: 0;
    bottom: 0;
    position: relative;
    margin: auto;
    display: table-cell;
    height: 15px;
    width: 100%;
    line-height: 15px;
}

.go-similar-article-name .go-similar-article-txt:hover{ color: #EE4F15; }

.go-similar-article-image{
    width: 65px;
    height: 66px;
    float: left;
    margin-right: 10px;
}

.go-similar-article-image:hover + .go-similar-article-name .go-similar-article-txt{
    color: #EE4F15;
}

.go-border-to-img, .go-border-to-edit-img{
    background-color: #f8f6fb;
    padding: 5px;
    cursor: pointer;
    position: relative;

    box-shadow: 0px 0px 3px #9F9F9F;
    -webkit-box-shadow: 0px 0px 3px #9F9F9F;
    -moz-box-shadow: 0px 0px 3px #9F9F9F;
}

.go-border-to-img{
    margin-bottom: 5px;
    *padding: 5px 5px 1px 5px;
}

.go-border-to-img:hover, .go-border-to-img-hover, .go-border-to-edit-img:hover
{
    box-shadow: 0px 0px 6px #949494;
    -webkit-box-shadow: 0px 0px 6px #949494;
    -moz-box-shadow: 0px 0px 6px #949494;
}

.go-border-to-img:active{
    box-shadow:  0px 0px 6px #EE4F15;
    -webkit-box-shadow:  0px 0px 6px #EE4F15;
    -moz-box-shadow:  0px 0px 6px #EE4F15;
}

.go-border-manyimgs-to-img{
    padding: 16px;
    width: 315px;
    height: 198px;
    border-width: 1px;
    border-image: url(/images/francine/article_edition/border_many_docs.jpg) 0% round;
    -webkit-border-image: url(/images/francine/article_edition/border_many_docs.jpg) 0% round;
    -moz-border-image: url(/images/francine/article_edition/border_many_docs.jpg) 0% round;
    position: relative;
}

.go-img-of-manyimgs{
    position: absolute;
    top: 11px;
    left: 11px;
}

/* section with number in image */
.go-count-column {
/*    width: 356px;*/
    float:left;
    margin-left: 13px;
    margin-top: 10px;
    margin-bottom: -10px;
}

.go-count-add-button {
    width : 155px;
    height : 105px !important;
    text-align : center;
}

.go-count-add-button:hover .go-add-button, .go-add-button:hover {
    background-position : -32px 0px;
}

.go-button-brown.go-delete-button {
    margin-left : 105px !important;
    background : #9C918A url(/images/francine/article_edition/delete.png) no-repeat center center;
}

.go-button-brown.go-delete-button:hover {
    margin-left : 105px !important;
    background : #534840 url(/images/francine/article_edition/delete.png) no-repeat center center;
}

.go-add-button {
    background : url(/images/francine/article_edition/ajouter.png) no-repeat 0 0;
    width : 32px;
    height : 32px;
    display : inline-block;
    position : relative;
    top : 50%;
    margin-top : -16px;
}

.go-count-img-left{
    float:left;
    margin-right: 15px;
    margin-bottom: 3px;
    width: 156px;
    position: relative;
}

.go-count-img-left .go-count-number{
    font-size: 50px;
    position: absolute;
    float: left;
    top: 5px;
    right: 10px;
    color: white;
    font-weight: bold;
    text-shadow: black 0px 0px 1px;
}

.go-count-img-left .go-centered-img-txt{
    color: #DFDAD1;
    font-size: 14px;
    margin-left: 0px;
    width: 166px;
}


.go-rotate-div-left-three{
    -moz-transform:rotate(3deg);
    -webkit-transform:rotate(3deg);
    -o-transform:rotate(3deg);
    -ms-transform:rotate(3deg);
}

.go-rotate-div-left-one{
    -moz-transform:rotate(1deg);
    -webkit-transform:rotate(1deg);
    -o-transform:rotate(1deg);
    -ms-transform:rotate(1deg);
}

.go-rotate-div-right-three{
    -moz-transform:rotate(-3deg);
    -webkit-transform:rotate(-3deg);
    -o-transform:rotate(-3deg);
    -ms-transform:rotate(-3deg);
}

.go-rotate-div-right-one{
    -moz-transform:rotate(-1deg);
    -webkit-transform:rotate(-1deg);
    -o-transform:rotate(-1deg);
    -ms-transform:rotate(-1deg);
}

.go-count-text-right{
    float: left;
    width: 158px;
    margin-top: 14px;
    margin-right: 10px;
    margin-bottom: 5px;
    margin-left: 2px;
    color: #54473E;
}

.go-count-text-right:hover
,.go-count-img-left:hover + .go-count-text-right .go-count-title
{
    color: #EE4F15 !important;
    cursor: pointer;
}

.go-count-text-right .go-count-title{
    line-height: 18px;
    overflow: hidden;
}

.go-count-text-right-p{
    padding: 2px;
    border: none;
    margin: 0px !important;
}

.go-count-text-right-p:hover{
    *padding-top: 0px;
    *padding-bottom: 1px;
    border: 1px #EEE solid;
    margin-top:  -1px !important;
    *margin-top:  1px !important;
    margin-left:  -1px !important;
    *margin-left:  -1px !important;
    margin-bottom:  -1px !important;
    *margin-bottom: 0px !important;

    cursor: pointer;

    background-color: white;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;

}

.go-count-item{
    margin-bottom: 15px;
    /*overflow: hidden;*/
    padding: 7px 0 3px 5px;
    float: left;
    min-height : 150px;
}

.go-count-item .go-count-item-img{
    z-index:200;
}
.go-count-item .go-count-item-txt{
    z-index:-100!important;
}

/*  EDITION CHANGES */

.go-edit-title{
    padding: 4px 5px 4px 5px;
    *padding: 1px 5px 4px 5px;
    width: 540px;
    margin-left: -5px;
    margin-bottom: -4px;
    margin-top: -4px;
}

.go-similar-articles{
    clear: both;
    margin-left: 25px;
}

.go-type-content-buttons{
    height: 30px;
    width: auto;
    padding: 15px 0 15px 15px;

    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;

    float: left;
}

.go-type-content-buttons .go-button-brown,
.go-type-content-buttons .go-button-brown-pressed
{
    width: 80px;
    border-radius: 0px;
}

.go-type-content-buttons-first-div{
    -webkit-border-top-left-radius: 2px !important;
    -moz-border-radius-topleft: 2px !important;
    border-top-left-radius: 2px !important;
    -webkit-border-bottom-left-radius: 2px !important;
    -moz-border-radius-bottomleft: 2px !important;
    border-bottom-left-radius: 2px !important;
}

.go-type-content-buttons-last-div{
    -webkit-border-top-right-radius: 2px !important;
    -moz-border-radius-topright: 2px !important;
    border-top-right-radius: 2px !important;
    -webkit-border-bottom-right-radius: 2px !important;
    -moz-border-radius-bottomright: 2px !important;
    border-bottom-right-radius: 2px !important;
}

.go-block-info{
    background-color: #e6e1d9;
}

/*
#go-block-videos, #go-block-cartes, #go-block-txt{ display: none; }

#go-block-images, #go-block-txt{
    padding: 30px 0 20px 10px;
    position: relative;
}

#go-block-images .go-shadow-img-bottom,
#go-block-txt .go-shadow-img-bottom{
    margin-left: 90px;
}

#go-block-videos, #go-block-cartes{ padding: 30px 0 20px 45px; }

#go-block-videos .go-shadow-img-bottom, #go-block-cartes .go-shadow-img-bottom{
    margin-right: 54px;
}


.go-imgs-shadow{
    width: 730px;
    height: 105px;
    overflow: hidden;
    padding-top: 5px;
    padding-left: 5px;
}


.go-shadow-img-bottom{
    background: url("/images/francine/article_edition/type_article/under_img.png") no-repeat scroll 5px 57px white;
    float: left;
    height: 80px;
    margin-bottom: 20px;
    *margin-top: 3px;
    color: #afafaf;
    text-align: center;
    position: relative;
}
*/

.go-imgs-shadow{
    width: 730px;
    overflow: hidden;
    padding-top: 5px;
    padding-left: 5px;
    text-align : center;
}

.go-shadow-img-bottom{
    /*background: url("/images/francine/article_edition/type_article/under_img.png") no-repeat scroll 5px 57px white;*/
    height: 80px;
    margin : 20px 25px 20px 25px;
    color: #afafaf;
    text-align: center;
    position: relative;
    display : inline-block;
}

.go-shadow-img-bottom:hover{
    color: #ee4f15 !important;
    cursor: pointer;
    *margin-top: 1px;
}

.go-shadow-img-bottom:hover .go-little-img{
    border: 3px #ee4f15 solid;
    margin: -2px -2px -2px -2px !important;
    *margin: 0px -2px -2px -2px !important;
}

.go-shadow-img-bottom .go-shadow-img-bottom-txt{
    font-size: 13px;
    line-height: 20px;
    width: 126px;
    margin-left: -3px;
    margin-top : 5px;
}

.go-little-imgs, .go-little-edit-imgs{
    float: left;
    margin-right: 9px;
    margin-left: 10px;
    margin-bottom : 15px;
    width: 165px;
    text-align : center;
}

.go-edit-txt .go-edit-green-title
, .go-edit-text
, .go-edit-green-title-hover
{
    margin-top: 5px;
    padding: 2px 3px;
}

.go-edit-txt, .go-edit-green-title, .go-text-green-subtitle {
    /* min-height: 50px; */
}

.go-edit-little-title:hover{ margin-top: 4px !important; }


.go-edit-green-title {
    border-top : 5px transparent solid;
    border-left : 1px transparent solid;
    border-bottom : 1px transparent solid;
}

.go-edit-txt {
    border : 1px transparent solid;
}

.go-edit-green-title:hover,
.go-edit-txt:hover,
.go-edit-green-title-hover
{
    border: 1px #EEE solid;
    /*
    margin-left: 9px !important;
    margin-top:  4px !important;
    margin-bottom: 9px !important;
    */
    cursor: pointer;

    background-color: white;1
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
}

.go-align-edit-txt .go-edit-green-title:hover{ *margin-top:  4px !important; }

.go-edit-green-title:hover{
    margin-top: 4px !important;
    *margin-top: -1px !important;
}

.go-edit-text:hover{
    border: 1px #EEE solid;
    margin-left: -1px !important;
    margin-top:  -1px;
    padding: 1px 3px;
    cursor: pointer;

    background-color: white;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
}

.go-count-text-right .go-edit-text{ margin-top: 0px !important; }

.go-little-imgs > .go-little-imgs-title:hover,
.go-little-imgs .go-border-to-img:hover + .go-little-imgs-title
{
    color: #EE4F15 !important;
    cursor: pointer;
}

.go-little-img{
    padding: 5px 7px 5px 7px;
    border: 1px #adadad solid;
    background-color: #fff;
}

.go-little-imgs-title{
    font-size: 13px;
    line-height: 20px;
    color: #54473E;
    overflow: hidden;
}

.go-top-block-title{
    overflow: hidden;
    background-color: #e6e1d9;
}

.go-ajouter{
    line-height: 25px;
    margin-right: 10px;
    margin-left: 30px;
    margin-top: 15px;
    font-size: 20px;
    font-weight: bold;
    width: 136px;
}

.go-title-buttons{
    position: absolute;
    margin-top: -4px;
    right: 260px;
    font-weight: normal;
}

.go-title-buttons-edition{
    position: absolute;
    z-index: 200;
    margin-top: 1px;
    right: 238px;
    font-weight: normal;
}

.go-title-buttons .go-button-brown{ margin-right: 10px; }

.go-title-buttons .go-last-title-button{ margin-right: 00px; }

#go-button-brown-img{
    display: none;
    position:absolute;
    left: 0px;
    bottom: 0px;
    margin-left: 5px;
    z-index: 2;
}

#go-block-img-txt:hover .go-left-black-buttons,
.go-block:hover .go-left-black-buttons,
.go-block-main-picture:hover .go-to-show
{
    display: block;
}

#go-block-img-txt #go-button-brown-img{
    position: absolute;
    bottom: 18px;
}

.go-block-main-picture:hover #go-button-brown-img{
    display: block;
}

.go-centered-img-txt{
    width: 327px;
    text-align: center;
    display: none;
    z-index: 10;
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -10px;
    font-size: 24px;
    color: #DFDAD1;
}

.go-little-edit-imgs .go-centered-img-txt, .go-little-edit-imgs .go-alpha , .go-count-img-left .go-alpha{
    width: 165px;
}


.go-block .btn-group {
    display : none;
}

.go-block .go-count-item-img:hover .btn-group {
    display : inline-block;
}

.go-block .go-border-to-img:hover .btn-group {
    display : inline-block;
}

.go-block-big-picture:hover div.go-centered-img-txt,
.go-block-big-picture:hover div.go-alpha,
.go-block-big-picture:hover div#go-button-brown-img,
.go-block-big-picture:hover img {
    width : 759px;
}

.go-block-big-picture:hover div.go-centered-img-txt,
.go-block-big-picture:hover div.go-alpha,
.go-block-big-picture:hover div#go-button-brown-img {
    display : block;
}

.go-block-main-picture .go-centered-img-txt, .go-block-main-picture .go-alpha{
    width: 759px;
}

.go-border-to-edit-img .go-alpha{
    width: 315px;
}

.go-block-main-picture:hover .go-centered-img-txt
{
    display: block;
}

#go-button-brown-img .go-button-brown{
    border-radius: 0px !important;
}

#go-button-brown-img > .go-button-brown-first-child{
    -webkit-border-top-left-radius: 2px !important;
    -webkit-border-bottom-left-radius: 2px !important;
    -moz-border-radius-topleft: 2px !important;
    -moz-border-radius-bottomleft: 2px !important;
    border-top-left-radius: 2px !important;
    border-bottom-left-radius: 2px !important;
}

#go-button-brown-img .go-button-brown-last-child{
    -webkit-border-top-right-radius: 2px !important;
    -webkit-border-bottom-right-radius: 2px !important;
    -moz-border-radius-topright: 2px !important;
    -moz-border-radius-bottomright: 2px !important;
    border-top-right-radius: 2px !important;
    border-bottom-right-radius: 2px !important;
}

.go-left-black-buttons{
    position:absolute;
    height: 100%;
    width: 42px;
    left: -43px;
    z-index: 15;
    margin-top: -20px;
    vertical-align: middle;
    border-right: 1px #54473E solid;
    display: none;
}

.go-left-black-buttons-main-picture{
    position:absolute;
    height: 98%;
    width: 42px;
    margin-left: -41px;
    margin-top: 5px;
    vertical-align: middle;
    border-right: 1px #54473E solid;
    display: none;
    z-index: 2;
}

.go-center-vertical-buttons{
    position: absolute;
    top: 50%;
    margin-top: -79px;
    margin-left: 1px;
}

.go-center-vertical-buttons .go-button-brown{
    width: 30px;
    height: 30px;
    font-size: 32px;
    border-radius: 0px !important;
}

.go-center-vertical-buttons > .go-button-brown-first-child{
    -webkit-border-top-left-radius: 2px !important;
    -moz-border-radius-topleft: 2px !important;
    border-top-left-radius: 2px !important;
}

.go-center-vertical-buttons  .go-button-brown-last-child{
    -webkit-border-bottom-left-radius: 2px !important;
    -moz-border-radius-bottomleft: 2px !important;
    border-bottom-left-radius: 2px !important;
}

.go-border-to-edit-img{
    /* border: 1px #dedede solid; */
}

.go-border-to-edit-img:hover #go-button-brown-img{
    position:absolute;
    bottom: -1px;
    display: block;
    z-index: 2;
}

.go-border-to-edit-img .go-centered-img-txt{ font-size: 18px; }

.go-little-imgs .go-centered-img-txt,
.go-little-edit-imgs .go-centered-img-txt{
    font-size: 14px;
}

.go-align-edit-txt{
    float: left;
    width: 370px;
    height: auto;
}

.go-align-edit-video-text{ width: 240px; }

.go-align-edit-video-text > p:hover{ *margin-top: 4px !important; }

.go-edit-green-title{
    color: #60a432;
    font-size: 22px;
    line-height: 28px;
}

#betty-article-edition .go-count-title-input {
    font-size : 15px;
    font-weight : bold;
    margin-bottom : 4px;
    margin-top : 0px;
    margin-left : -1px;
}

.go-select-type-article{
    background-color:white;
    position: absolute;
    z-index: 12;
    border: 1px #e7e7e7 solid;
    padding-bottom: 8px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: white;
    float: left;
    width: 759px;
    display: none;
}

.go-edit-video{
    position: relative;
    background-color: #f8f6fb;
    padding: 5px;
    cursor: pointer;
    margin: 10px;

    box-shadow: 0px 0px 3px #9F9F9F;
    -webkit-box-shadow: 0px 0px 3px #9F9F9F;
    -moz-box-shadow: 0px 0px 3px #9F9F9F;
}

.go-alpha{
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 1;
    filter: alpha(opacity=50);
    opacity: 0.5;
    position: absolute;
    top: 0px;
    display: none;
    left: 0px;
}

.go-edit-video:hover .go-alpha, .go-edit-video:hover .go-insert-url
{
    display: block;
}

.go-insert-url {
    margin-left: 65px;
    display: none;
    left: 0px;
}

.go-edit-video .go-insert-url {
    position: absolute;
    left: 0px;
    *margin-left: 30px;
    z-index: 3;
    top: 50%;
    margin-top: -10px;
}

.go-edit-video-input, .go-edit-map-input{
    border: 1px solid #e7e7e7 !important;
    color: #7f7974;
    height: 22px;
    font-size: 14px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 3px;
    margin-right: -2px;
    float: left;
    width: 250px;
    margin-right: -2px;
}

.go-edit-map-input{ margin-left: 25px; }

.go-hover-display-all-inner:hover div {
    display : block;
}

.go-border-to-img:hover .go-centered-img-txt,
.go-border-to-img:hover .go-alpha
{ display: block; }

.go-button-brown-small-img{
    position: absolute;
    left: 0px;
    top: 15px;
    color: white;
    display: none;
    z-index: 2;
}


.go-border-to-img:hover .go-button-brown-small-img {
    display: block;
}

.go-border-to-img .go-button-brown-small-img .go-button-brown{
    float: none;
    width: 100px;
    position: absolute;
    margin-left: 15px;
}

.go-border-to-img .go-button-brown-small-img .go-button-brown-first-child{
    margin-top: 0px;
}

.go-border-to-img .go-button-brown-small-img .go-button-brown-last-child{
    margin-top: 35px;
}

.go-remove-article, .go-soumettre-article,
.go-remove-content, .go-remove-bloc
{
    background-color: white;
    width: 460px;
    padding: 30px 20px 20px 20px;
    box-shadow: 0px 0px 6px #9F9F9F;
    -webkit-box-shadow: 0px 0px 6px #9F9F9F;
    -moz-box-shadow: 0px 0px 6px #9F9F9F;
    border: 1px #E6E1D9 solid;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    position: absolute;
    margin-left: -240px;
    left: 50%;
    margin-top: -70px;
    top: 50%;
    z-index: 1050;
    display: none;
}

.go-remove-div{ color: #54473E; }

.go-remove-article > .go-remove-div , .go-soumettre-article > .go-remove-div,
.go-remove-bloc > .go-remove-div {
    clear: both;
    position: relative;
    margin-top: 10px;
    margin-bottom: 20px;
    text-align: center;
    font-size: 20px;
    min-height: 20px;
    min-width: 190px;
    margin-left: auto;
    margin-right: auto;
}

.go-remove-article > .go-remove-div-last-child,
.go-soumettre-article > .go-remove-div-last-child,
.go-remove-bloc > .go-remove-div-last-child
{
    width: 185px;
}

.go-remove-article .go-button-brown-first-child,
.go-soumettre-article .go-button-brown-first-child,
.go-remove-bloc .go-button-brown-first-child
{
    margin-right: 20px;
}

.go-remove-div-first-child{
    margin-left: 140px;
    margin-right: 15px;
}

.go-close-select-type-article{
    height: 19px;
    width: 18px;
    background: url('/images/francine/article_edition/cross_close_normal.png') no-repeat scroll left 3px;
    float: right;
    margin-top: 20px;
    margin-right: 18px;
    margin-left: 6px;
    cursor: pointer;
}

.go-close-select-type-article:hover{
    background: url('/images/francine/article_edition/cross_close_hover.png') no-repeat scroll left 3px;
}


.go-green-subtitle + .go-border-to-img{ margin-left: 15px; }

.go-upload-list {
    position: absolute;
    background-color : white;
    filter: alpha(opacity=75);
    opacity: 0.75;
}

.go-info-author{
    clear:both;
    width: 100%;
    line-height: 18px;
    color: #54473E;
    font-size: 11px;
    font-weight: normal;
    background: none;
}

.go-edit-title:active,
.go-edit-green-title:active,
.go-edit-txt:active,
,.go-search-img input:active
,.go-insert-url input:active
,.go-edit-text:active
,.go-count-text-right > p:active
{
    box-shadow:  0px 0px 4px #cbcbcb;
    -webkit-box-shadow:  0px 0px 4px #cbcbcb;
    -moz-box-shadow:  0px 0px 4px #cbcbcb;
}

.go-edit-title-little-img{
    margin-top: 5px;
    margin-left: -5px;
    padding: 5px 4px 3px 4px;
    width: 168px;
    height: 38px;
    box-shadow:  0px 0px 1px #cbcbcb;
    -webkit-box-shadow:  0px 0px 1px #cbcbcb;
    -moz-box-shadow:  0px 0px 1px #cbcbcb;

    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    display:none;
}

.go-edit-title-little-img .go-input-little-title{ margin-bottom: 5px; }

.go-input-little-img-link{ display: none; }

.go-input-little-title, .go-input-little-img-link{ width: 168px; }

.go-circle{
    width: 14px;
    height: 14px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    float: left;
    z-index: 10;
    filter: alpha(opacity=60);
    opacity: 0.6;
    background-color: white;
    margin-left: 5px;
}

.go-circle-p{
    text-align: center;
    margin: -1px 0 0 0 !important;
    font-size: 12px !important;
    line-height: 16px !important;
}

.go-copyright{
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 8px;
    line-height: 14px;
    padding:  3px;
    z-index: 1;
    background-color: transparent;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.go-copyright:hover{
    background-color: white;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.go-copyright-author{
    float: left;
    z-index: 26;
    display: none;
    font-size: 12px;
}

.go-copyright:hover > .go-copyright-author{ display: block; }

.go-copyright:hover > .go-circle{
    filter: alpha(opacity=100);
    opacity: 1;
    background-color: transparent;
}

.go-title{ padding: 2px 0px  2px 0px !important; }
h1.go-title a{
    font-size: 28px;
    font-weight: bold;
    line-height: 1.27em;
    z-index: 100;
    padding: 0px;
    margin-bottom: .2em;
    color:#534840;
    font-weight:bold;
    font-family: 'Droid Sans', Arial, Helvetica, sans-serif;
}

.go-title-input{
    font-size: 28px;
    font-weight: bold;
    line-height: 28px;
    z-index: 100;
    padding: 0px;
    width: 100%;
    color: #534840;
    display: none;
    margin-left: -1px;
    *margin-left: 6px;
    *margin-top: 1px;
    margin-bottom: -1px;
    *margin-bottom: -6px;
    border: 0px;
}
/*
.go-title-input:first-letter{ text-transform: uppercase !important; }
*/
.go-tags{
    clear:both;
    position: relative;
}

.go-tags .go-button-brown{ *width: 143px; }


/* join with go-menu */
.go-tag{
    color: #54473E;
    padding: 10px 0px 10px 20px;
    border-top: 1px #e8e8e8 solid;
    border-bottom: 1px #e8e8e8 solid;
    cursor: pointer;
    margin-top: -1px;
}

.go-tag-a{
    color: #54473E;
    text-decoration: none !important;
    font-size: 14px;
    padding-right: 20px;
    line-height: 20px;
    width: 80px;
}

.go-tag:hover .go-tag-a{
    color: #54473E;
    background-image: url('/images/francine/article_edition/delete_tag_hover.png');
    background-position-x: 5px;
    background-position-y: 3px;
    background-position: right center;
    background-repeat: no-repeat;
}

.go-list-tags{ margin-left : -4px\9 }

.go-list-tags{ *margin-left: 8px; }

.go-list-tags, .go-list-assign{
    z-index: 20;
    position: absolute;
    background-color: white;
    margin-top: 52px;
    left: -5000px;
    border: 1px #E6E1D9 solid;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    box-shadow : 0 3px 5px rgba(0,0,0,0.2);
    -webkit-box-shadow:  0 3px 5px rgba(0,0,0,0.2);
    -moz-box-shadow:  0 3px 5px rgba(0,0,0,0.2);
}

.go-list-assign{ margin-top: 35px; }

.go-input-tags, .go-input-assign{
    width: 159px;
    height: 30px;
    font-size: 18px;
    margin: 5px;
    background-color: #f6f5f1;
    padding-right: 30px;
    color: #54473E;
}

.go-input-tags{ padding-right: 28px; *margin-left: -3px !important; }

.go-list-tags-ul{ height: 200px; overflow: auto; }

.go-list-tags-ul .go-new-tag{ margin-left: -16px; }

.go-new-tag{
    color: #54473E;
    padding: 8px 0px 8px 26px;
    border-top: 1px #E8E8E8 solid;
    cursor: pointer;
    margin-bottom: -1px;
    height: 28px;
}

.go-new-tag:hover{ background-color: #f6f5f1; }

.go-new-tag-a, .go-filter-a{
    line-height: 30px;
    font-size: 14px;
    color: #54473E;
    font-size: 14px;
    padding-left: 10px;
}

.go-filter-a{ line-height: 14px; }

.go-new-tag-a:hover, .go-filter-a:hover{
    color: #54473E;
    text-decoration: none;
}

.go-arrow-list-tags{
    position: absolute;
    right: 25px;
    top: -10px;
}

.go-list-tags-ul .jspPane{ width: 200px !important; }

.go-filter-dialog{
    z-index: 50000;
    width: 240px;
    position: absolute;
    padding: 10px;
    background-color: white;
    top: 35px;
    right: 0px;
    border: 1px #E6E1D9 solid;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    display: none;
    box-shadow : 0 3px 5px rgba(0,0,0,0.2);
    -webkit-box-shadow:  0 3px 5px rgba(0,0,0,0.2);
    -moz-box-shadow:  0 3px 5px rgba(0,0,0,0.2);
}

.go-filter-title{
    float: left;
    font-size: 18px;
    height: 35px;
    margin-left: 5px;
    width: 100%;
    color: #54473E;
}

.go-filtered-item{
    cursor: pointer;
    float: left;
    line-height: 20px;
    color: #54473E;
    text-decoration: none !important;
    font-size: 14px;
    padding-left: 5px;
    width: 115px;
    margin-bottom: 10px;
}

.go-return-left-icon{
    background: url('/images/francine/article_edition/turn-left.png') no-repeat center center;
    line-height: 15px;
    padding-top: 2px;
    width: 16px;
    height: 14px;
    position: absolute;
    top: 14px;
    right: 14px;
    cursor: pointer;
}

.go-lens-assign{
    background: url('/images/francine/article_edition/loupe_brown.png');
    line-height: 15px;
    padding-top: 4px;
    width: 16px;
    height: 14px;
    position: absolute;
    top: 11px;
    right: 14px;
    cursor: pointer;
}

.go-button-white-down-arrow, .go-button-brown-down-arrow{
    background-image: url('/images/francine/article_edition/arrow_down_normal.png');
    width: 9px;
    height: 6px;
    margin-top: 12px;
    float: right;
    margin-left: 3px;
    margin-right: 3px;
}

.go-button-brown-down-arrow{
    background-image: url('/images/francine/article_edition/arrow_brown_down.png');
    height: 7px;
}

.go-button-brown-cross{
    background-image: url('/images/francine/article_edition/delete_tag_hover.png');
    width: 10px;
    height: 10px;
    margin-top: 10px;
    float: right;
    margin-left: 8px;
    margin-right: 3px;
}

.go-buttons-assign{ width: 105px; }

.go-title-right-href {
    color : #54473E;
    font-size: 20px;
}

.go-title-right-href:hover {
    color : #EE4F15;
    text-decoration : none;
}

.go-text-content {
    margin-left : 5px;
}

.go-tpl-pic-120x60 {
    float:left;
    margin-right: 15px;
    margin-bottom: 3px;
    width: 121px;
    position: relative;
}

.go-tpl-pic-120x60:hover .go-button-brown-small-img {
    top : 3px;
}

.go-tpl-pic-120x60:hover .go-button-brown {
    margin-left : 10px;
}

.go-tpl-pic-120x60:hover .go-centered-img-txt {
    display : none !important;
}

#betty-article-header {
    margin-bottom : 20px;
    background-color : white;
    border-radius : 10px;
    -webkit-border-radius : 10px;
    -moz-border-radius : 10px;
    padding : 10px;
    border : 1px solid #EEE;
}

.go-article-edit-header {
    border-top : 1px solid transparent;
}

#betty-article-content .go-block-big-picture:first-child img {
    border-top-left-radius : 5px;
    border-top-right-radius : 5px;
}

/* block numbered list */
.qualityLeft {
    margin-right: 15px;
}

.quality {
    width: 290px;
}


.newNumber {
    font-family: 'Quicksand', sans-serif !important;
    color: #73AB4B;
    font-size: 80px;
    width: 120px;
    text-align: right;
}


.qualityParagraph {
    width: 240px;
    margin-top: -80px;
    padding-top: 6px;
}

.qualityTitle {
    font-size: 18px;
    color: #534840;
    line-height: normal;
}

.qualityText {
    color: #9F999A;
    font-size: 11px;
    line-height: 19px;
    margin-top: 5px;
}

.qualityText p{
    font-size: 20px !important;
}


/* block checked list */

.go-box-list-check{
    box-shadow: 0 0 6px #d0d0d0;
    min-height: 30px;
    padding: 15px;
    clear: both;
    margin: 10px auto 15px;
    width: 500px;
    position: relative;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #E6E1D9;
    overflow: visible;
}

.go-box-numbered{
    position: relative;
    width: 354px;
    margin-bottom: 10px;
    min-height: 80px;
}

.go-list-check{
/*    position: absolute;
    top: 50%;
    margin-top: -15px;
    display: table-cell;
    vertical-align: middle;*/
    float: left;
    height: 40px;
    width: 40px;
}

.go-list-check-txt{
    float: left;
    margin-left: 12px;
    max-width: 445px; //cause align text
}

.go-list-check img{
    vertical-align: middle;
    position: absolute;
    top: 50%;
    margin-top: -15px;
}

.go-box-list-check:hover > .go-delete-button{
    display: block;
}

.go-box-list-check > .go-delete-button{
    display: none;
    position: absolute;
    right: 10px;
    top: 10px;
}

.go-box-numbered:hover > .go-delete-button{
    display: block;
}

.go-box-numbered > .go-delete-button{
    display: none;
    position: absolute;
    left: -95px;
    top: 50%;
    margin-top: -15px;
}

.go-box-numbered .qualityText{
    color: #54473E !important;
    font-size: 20px !important;
}

.qualityTitle p{
    font-size: 18px !important;
    color: #534840;
    line-height: normal;
}

.go-add-num-list{
    float: left;
    margin-left: 12%;
}


.go-add-check-list{
    width: 165px;
    margin: 15px auto;
}

.go-display-none{
    display: none;
}

.go-display{
    display: block !important;
}

.go-itinerary-list {
    height: 202px;
}

.go-article-edition-layer {
    position: absolute;
    top: 0;
    left :0;
    width: 100%;
    height: 100%;
}

.go-article-edition-layer .input {
    transition:all 1s;
    -webkit-transition:all 1s;
    -moz-transition:all 1s;
    position: absolute;
    z-index: 1040;
    top: 50%;
    width: 100%;
    margin-top: -16px;
    text-indent: 5px;
    opacity: 0;
    text-align: center;
}

.go-article-edition-layer:hover .input {
    transition:all 1s;
    -webkit-transition:all 1s;
    -moz-transition:all 1s;
    opacity: 1;
}

.go-article-edition-layer input, .go-article-edition-layer select {
    height: 32px;
    line-height: 28px;
    margin-right: 10px;
    border: 1px solid #fff;
    background-color: #000;
    color: #fff;
    text-align: center;
    width: 600px;
}

.go-article-edition-layer .go-button-brown {
    text-align:center;
    display:inline-block;
    float:none;
}

.go-article-edition-layer .go-alpha {
    opacity: 0;
    display: block;
    transition:all .3s;
    -webkit-transition:opacity .3s;
    -moz-transition:opacity .3s;
}

.go-article-edition-layer:hover .go-alpha {
    opacity: .5;
    transition:opacity .3s;
    -webkit-transition:opacity .3s;
    -moz-transition:opacity .3s;
}

.go-itinerary-list.no-map .iti-medium .iti-thumb-map, .go-itinerary-list.no-map .iti-medium:hover .iti-thumb-map {
    display: none;
}

.go-itinerary-list.no-map .iti-medium .iti-thumb-img, .go-itinerary-list.no-map .iti-medium:hover .iti-thumb-img {
    display: block;
}

.go-itinerary-list.no-map .iti-medium .visible, .go-itinerary-list.no-map .iti-medium:hover .visible {
    display: block;
    visibility: visible;
}

.go-itinerary-list.no-pic .iti-medium .iti-thumb-map, .go-itinerary-list.no-pic .iti-medium:hover .iti-thumb-map {
    display: block;
}

.go-itinerary-list.no-pic .iti-medium .iti-thumb-img, .go-itinerary-list.no-pic .iti-medium:hover .iti-thumb-img {
    display: none;
}

.go-itinerary-list.no-pic .iti-medium .visible, .go-itinerary-list.no-pic .iti-medium:hover .visible {
    display: block;
    visibility: visible;
}

[data-type=pic-itinerary-by-one] input, [data-type=pic-itinerary-by-one] .go-button-brown {
    display:block;
    margin: 10px auto;
}

[data-type=pic-itinerary-by-one] .go-button-brown {
    width: 50px;
}

[data-type=pic-itinerary-by-one] .input {
    margin-top: -82px;
}

#article-calculator {
    width: 740px;
    height: 294px;
    overflow:hidden;
}

#article-calculator .calc-embedded-border {
    width: 740px;
}

#article-calculator .calcDisableOverlay {
    height: auto;
}

[data-type=calculator].go-article-edition-layer {
    z-index: 1040;
}

[data-type=calculator].go-article-edition-layer .go-alpha {
    opacity: .5;
}

#article-calculator ul {
    padding: 0;
}

#article-calculator li {
    list-style-type: none;
    margin: 0;
}

#betty-article-content #calcRondAmountValue   {
    line-height: inherit !important;
    font-size: inherit !important;
}

.button-green-plain{
    font-family: 'Droid Sans', Arial, Helvetica, sans-serif;
    margin-top:10px;
    margin-bottom: 5px;
    margin-left: 12px !important;
    margin-right: 12px !important;     
    display: inline-block;
    padding: 3px 15px;
    line-height: 20px !important;
    white-space:nowrap;
    font-size: 15px !important;
    min-width:168px;
}

.text-green-plain{
    position: relative;
    display:block;
    color: #4E852E;
    font-size: 17px;
    font-weight: bold;
    text-align:center;
    line-height: 22px;
}

.small-text-green-plain{
    position: relative;
    display: block;
    color: #4E852E;
    font-size: 12px;
    text-align: center;
    font-style: italic;
    padding-top: 6px;  
}


@media all and (max-width: 1020px) {
    .go-itinerary-list .row4 .rowcell1:first-child, .go-itinerary-list .row4 .row4 > .rowcell1:nth-child(3n+1) {
        display: block;
    }
}


@media all and (max-width: 795px) {
    .go-itinerary-list .row4 .rowcell1:first-child, .go-itinerary-list .row4 .row4 > .rowcell1:nth-child(3n+1) {
        display: none;
    }
}

/******************************************************
 * file: /home/evaneos/public_html/dist/releases/20180502143241-v29.90.2-7f41ce/applications/www.evaneos.com/web/app/modules/betty/css/article_edition/common.less 
 ******************************************************/

ul.qq-upload-list.go-upload-list {
  z-index: 5000 !important;
}
.go-block .go-img-block {
  position: relative;
  z-index: 10;
}
.go-block div[data-editor="complex"] {
  z-index: 9;
}
.go-block .go-count-item .go-count-item-txt .go-count-text-right {
  float: none;
  margin-top: 0px;
}
.go-block h3 {
  margin-left: 10px;
}
.go-block ul li {
  list-style-type: disc;
  margin-left: 25px;
  font-size: 13px;
  margin-bottom: 0.5em;
}
.go-block .qq-upload-drop-area {
  position: relative;
  z-index: 1500;
}
.go-block .qq-upload-drop-area .imgchoice-menu {
  position: absolute;
  bottom: 60%;
  left: 50%;
  width: 210px;
  height: 170px;
  margin-left: -140px;
  margin-top: -85px;
  z-index: 2147483647;
  border: 1px solid #d7d5d5;
  background: #fcfcfa;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
  font-family: 'Droid Sans', Arial, Helvetica, sans-serif;
  font-size: 1.15em;
  transition: all ease-in-out .3s;
  -moz-transition: all ease-in-out .3s;
  -webkit-transition: all ease-in-out .3s;
  -o-transition: all ease-in-out .3s;
  display: none;
  opacity: 1;
}
.go-block .qq-upload-drop-area .imgchoice-menu.notvisible {
  margin-bottom: 130px;
  display: none;
  opacity: 0;
}
.go-block .qq-upload-drop-area .imgchoice-menu b {
  display: block;
  text-align: center;
  padding-top: 25px;
  height: 120px;
  background: url(/stylesheets/betty/pics/ajax-loader.gif) center bottom no-repeat;
}
.go-block .qq-upload-drop-area .imgchoice-menu a.btn {
  display: none;
}
.go-block .qq-upload-drop-area .imgchoice-menu a.close {
  position: absolute;
  top: 6px;
  right: 0px;
  text-align: right;
  margin-right: 15px;
  text-decoration: none !important;
  color: #8d7a6c !important;
  font-size: 14px;
}
.go-block .qq-upload-drop-area .imgchoice-menu a.close:hover {
  color: #534840 !important;
}
.go-block .qq-upload-drop-area .imgchoice-menu div {
  text-align: center;
  margin: 6px;
}
.go-block .qq-upload-drop-area .imgchoice-menu div strong {
  display: block;
  padding: .5em 0;
  font-size: 13px;
}
.go-block .qq-upload-drop-area .imgchoice-menu div span {
  width: 90%;
  margin: 0 auto;
  display: block;
}
.go-block .qq-upload-drop-area .imgchoice-menu div span input[type="text"] {
  width: 70%;
  height: 2em;
  line-height: 2em;
  text-indent: .5em;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 3px;
  -webkit-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.go-block .qq-upload-drop-area .imgchoice-menu div span input[type="text"].copyright {
  width: 100%;
}
.go-block .qq-upload-drop-area .imgchoice-menu div span em {
  display: inline-block;
  font-style: normal;
  text-align: center;
  color: #534840;
  padding-bottom: 10px;
  margin-bottom: 10px;
  width: 25% !important;
  height: 2em !important;
  padding: 0 !important;
  line-height: 2em !important;
  margin: 0 auto !important;
  text-align: center !important;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 0;
  -webkit-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.go-block .qq-upload-drop-area .imgchoice-menu div button {
  width: 86%;
  margin: 6px auto;
  height: 30px;
  padding: 0;
  font-weight: bold;
}
.go-block .qq-upload-drop-area .imgchoice-menu i {
  display: block;
  text-align: center;
  font-size: .75em;
  font-style: normal;
  padding: 3px 0 0;
}
.go-block .qq-upload-drop-area .imgchoice-menu::before {
  position: absolute;
  content: '';
  bottom: -20px;
  left: 105px;
  width: 10px *2;
  height: 10px *2;
  border-left: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #fcfcfa;
}
.go-block .go-alpha {
  width: 100%;
}
.go-block.go-block-main-picture .go-alpha {
  width: 759px !important;
}
.go-block.go-top5-img .go-top-img-single {
  display: none;
}
.go-block.go-top5-img .go-top-img-single:first-child {
  display: block;
}
.go-block.go-top5-img .go-top-img-single .go-copyright {
  position: absolute;
  z-index: 1000;
}
.go-block .go-centered-img-txt {
  top: 30%;
  margin-top: 0px;
  padding-top: 0px;
  margin-left: auto;
  margin-right: auto;
}
.go-block .btn-group {
  display: none;
  position: absolute;
  z-index: 2;
  bottom: 5px;
  left: 50%;
  top: 52%;
  margin-left: -46px;
}
.go-block .displayBoutonGroup {
  display: inline-block;
}
.go-block .go-count-item-img:hover {
  display: inline-block;
}
.go-block .go-little-edit-imgs:hover {
  display: inline-block;
}
.go-block .go-tpl-pic-120x60 .btn-group {
  top: 25%;
}
#betty-article-edition .go-right-column .btn {
  height: 25px;
  width: 115px;
  text-align: left;
  margin-bottom: 12px;
}
#betty-article-edition .go-right-column .btn span {
  display: inline-block;
  position: relative;
  font-weight: bold;
  top: 3px;
}
#betty-article-edition .go-right-column .btn i + span {
  top: 5px;
}
#header-popup .modal-header h3 {
  font-size: 18px;
}
#header-popup .modal-body .go-centered-img-txt {
  top: 30%;
  margin-top: 0px;
  padding-top: 0px;
  margin-left: auto;
  margin-right: auto;
}
#header-popup .modal-body .displayBoutonGroup {
  display: inline-block;
}
#header-popup .modal-body .go-little-edit-imgs {
  margin-left: 0px !important;
}
#header-popup .modal-body .go-little-edit-imgs:hover {
  display: inline-block;
}
#header-popup .modal-body .go-little-edit-imgs:hover .btn-group {
  display: inline-block;
}
#header-popup .modal-body .btn-group {
  display: none;
  position: absolute;
  z-index: 2;
  bottom: 5px;
  left: 50%;
  top: 52%;
  margin-left: -46px;
}
#header-popup .modal-body .article-header-input label {
  font-size: 16px;
  font-weight: bold;
}
#header-popup .modal-body .article-header-input input,
#header-popup .modal-body .article-header-input textarea {
  display: inline-block;
  width: 84%;
}

/******************************************************
 * file: /home/evaneos/public_html/dist/releases/20180502143241-v29.90.2-7f41ce/applications/www.evaneos.com/web/app/modules/betty/css/article_edition/icons.css 
 ******************************************************/


.go-link-icon{
    height: 20px;
    background: url('/images/francine/article_edition/link.jpg') no-repeat scroll left 3px;
    float: left;
    margin-top: 3px;
    margin-left: 4px;
    padding-left: 18px;
    color: #534840;
    cursor: pointer;
}

.go-link-icon:hover{ color: #534840; }

.go-save-icon{
    height: 20px;
    width: 16px;
    background: url('/images/francine/article_edition/save.png') no-repeat scroll left 3px;
    float: left;
    margin-top: 3px;
    margin-left: 4px;
    margin-right: 4px;
}

.go-page-icon{
    height: 20px;
    width: 12px;
    background: url('/images/francine/article_edition//page.png') no-repeat scroll left 3px;
    float: left;
    margin-top: 3px;
    margin-right: 8px;
}

.go-close-icon{
    height: 19px;
    width: 16px;
    background: url('/images/francine/article_edition/close.png') no-repeat scroll left 3px;
    float: left;
    margin-top: 3px;
    margin-right: 6px;
    margin-left: 6px;
}

.go-disposition-icon{
    height: 18px;
    width: 18px;
    background: url('/images/francine/article_edition/disposition.png') no-repeat scroll left 3px;
    float: left;
    margin-top: 4px;
    margin-right: 8px;
    margin-left: 6px;
}

.go-moveup-icon{
    height: 19px;
    width: 16px;
    background: url('/images/francine/article_edition/moveup.png') no-repeat scroll left 3px;
    float: left;
    margin-top: 4px;
    margin-right: 8px;
    margin-left: 6px;
}

.go-movedown-icon{
    height: 19px;
    width: 16px;
    background: url('/images/francine/article_edition/movedown.png') no-repeat scroll left 3px;
    float: left;
    margin-top: 4px;
    margin-right: 8px;
    margin-left: 6px;
}

.go-cross-icon{
    height: 19px;
    width: 16px;
    background: url('/images/francine/article_edition/cross.png') no-repeat scroll left 3px;
    float: left;
    margin-top: 4px;
    margin-right: 8px;
    margin-left: 6px;
}

.go-plus-icon{
    height: 19px;
    width: 16px;
    background: url('/images/francine/article_edition/plus.png') no-repeat scroll left 3px;
    float: left;
    margin-top: 4px;
    margin-right: 8px;
    margin-left: 6px;
}

.go-lens-icon{
    height: 21px;
    width: 16px;
    background: url('/images/francine/article_edition/loupe_brown.png') no-repeat scroll left 3px;
    float: left;
    margin-top: 3px;
    margin-right: 6px;
    margin-left: -22px;
}

.go-facebook-icon{
    height: 36px;
    width: 34px;
    background: url('/images/francine/article_edition/facebook_normal.png') no-repeat scroll left 3px;
    float: left;
    margin-top: -8px;
    margin-right: 6px;
}

.go-facebook-icon:hover{
    background: url('/images/francine/article_edition/facebook_hover.png') no-repeat scroll left 3px;
}

.go-twitter-icon{
    height: 36px;
    width: 33px;
    background: url('/images/francine/article_edition/twitter_normal.png') no-repeat scroll left 3px;
    float: left;
    margin-top: -8px;
    margin-left: 6px;
}

.go-twitter-icon:hover{
    background: url('/images/francine/article_edition/twitter_hover.png') no-repeat scroll left 3px;
}
/******************************************************
 * file: /home/evaneos/public_html/dist/releases/20180502143241-v29.90.2-7f41ce/applications/www.evaneos.com/web/app/modules/betty/css/article_edition/block.css 
 ******************************************************/


/******************************************************
 * file: /home/evaneos/public_html/dist/releases/20180502143241-v29.90.2-7f41ce/applications/www.evaneos.com/web/app/modules/betty/css/article_edition/jscrollpane.css 
 ******************************************************/

.jspVerticalBar{
    width: 10px !important;
    background: transparent !important;
    border: 1px #dfdfdf solid;
    box-shadow: inset 0 0 5px #dfdfdf;
    -webkit-box-shadow: inset 0 0 5px #dfdfdf;
   -moz-box-shadow: inset 0 0 5px #dfdfdf;
}

.jspTrack{ background: transparent !important; }

.jspDrag{ background: #E6E1D9 !important; }

.jspDrag:hover{ background: #C1B9B2  !important; }

.jspDrag:active{ background: #9C918A !important; }

.jspContainer:focus{ border: 0 !important; }
/******************************************************
 * file: /home/evaneos/public_html/dist/releases/20180502143241-v29.90.2-7f41ce/applications/www.evaneos.com/web/app/modules/betty/css/article_edition/static/right-column/evaneos-concept.css 
 ******************************************************/

.staticLitleBloc {
    margin: 40px 0px;
    color: #534840;
}
.staticLitleBloc:first-child {
    margin: 0px 0px;
}

.staticLitleBloc span {
    font-size: 18px;
}

.staticLitleBloc p {
    margin-top: 15px;
    color: #9e9899;
    line-height: 20px;
    font-family: 'Droid Sans', sans-serif;
}

.staticLitleBloc table {
    color: #9e9899;
    width: 180px;
    font-size: 13px;
}

.staticLitleBloc table tr {
    line-height: 25px;
}
.staticLitleBloc table tr:last-child {
    line-height: 20px;
}

.staticLitleBloc table tr td:first-child {
    text-align: right;
    font-size: 18px;
    font-family: 'Droid Sans', sans-serif;
    padding-right: 10px;
}

.staticLitleBloc img {
    margin: 15px 20px 10px 0px;
}

.Video img {
    margin: 10px 0 0 -4px;
}

.Presse img {
    margin: 20px 0px;
}

.staticTestimonial {
    background: url('/imageTempCSS/guillemets.png') no-repeat scroll top left;
    color: #9e9899;
    padding: 3px 0px 0px 8px;
    width: 180px;
    margin-top: 20px;
}

.staticTestimonial p {
    margin-top: 15px;
    margin-left : 0px !important;
    color: #9E9899 !important;
    font-size: 12px !important;
    line-height: 20px;
    font-family: 'Droid Sans', sans-serif;
}

.staticSignature {
    margin-top: 10px;
    color: #534840;
    font-size: 13px;
}

.aHref {
    background: url('/imageTempCSS/arrowOrange.png') no-repeat scroll right 4px;
    padding-right: 15px;
}
/******************************************************
 * file: /home/evaneos/public_html/dist/releases/20180502143241-v29.90.2-7f41ce/applications/www.evaneos.com/web/app/modules/betty/css/article_edition/static/right-column/popup-box.css 
 ******************************************************/

.popup_box_container{
	display: none;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	z-index:999;
}
.popup_box_container .mask{
	background:#000;
	opacity:0.4;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
	filter: alpha(opacity=40);	
	position: fixed;
	width:100%;
	height:100%;
	top:0;
	left:0;
}
.popup_box_container .popup_box{
	position:absolute;
	top:230px;
	left:50%;
	margin:0 0 0 -370px;
	overflow:hidden;
	padding:0;
	background:#fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	width:730px;
}
.popup_box_container .select_contact_box{
	margin:0 0 0 -270px;
	width:538px;
}
.popup_box_container .select_contact_box .top{
	overflow:hidden;
}
.popup_box_container .select_contact_box .top label{
	float:left;
	margin:2px 0 0 50px;
	color:#333333;
	font-size:12px;
	line-height:16px;
}
.popup_box_container .select_contact_box .top label input{
	float:left;
	margin:0 5px 0 0;
}
.popup_box_container .select_contact_box .top input[type=text]{
	float:right;
	margin:0 40px 0 0;
	font-size:12px;
	color:#aaa;
	font-family: Arial, Helvetica, sans-serif;
	padding:1px 5px;
	border:1px solid #dddddd;
	width:225px;
}
.popup_box_container .select_contact_box .contacts{
	border:1px solid #dddddd;
	overflow:hidden;
	overflow-y:auto;
	width:454px;
	height:255px;
	padding:0 0 5px;
	margin:5px 0 0 42px;
}
.popup_box_container .select_contact_box .contacts label{
	float:left;
	margin:7px 0 0 7px;
	color:#666;
	width:385px;
	*white-space:nowrap;
	font-size:14px;
	clear:both;
}
.popup_box_container .select_contact_box .contacts label input{
	float:left;
	margin:0 5px 0 0;
}
.popup_box_container .select_contact_box .contacts label a{
	color:#669f43;
}
.popup_box_container .select_contact_box .bot{
	overflow:hidden;
	text-align:right;
	line-height:47px;
}
.popup_box_container .select_contact_box .button-green{
	float:right;
	text-decoration:none;
	margin:8px 40px -4px 20px !important;
	display:block !important;
}
.popup_box_container .select_contact_box .bot a{
	text-decoration:underline;
	font-size:12px;
	line-height:18px;
	padding:14px 0 0;
	float:right;
}
.popup_box_container .select_contact_box .bot a.button-green{
	width: 100px;
	margin: 35px auto 0;
	font-size: 14px;
	text-align: center;
	line-height:normal;
	text-decoration:none;
	padding: 0 0 0 4px;
}
.popup_box_container .select_contact_box a:hover{
	text-decoration:none;
}

.popup_box_container .popup_box h2{
	font-size:18px;
	color:#534840;
	font-weight:bold;
	padding:10px 13px;
	margin:0 0 10px;
	border-bottom:1px solid #e9e9e9;
}
.popup_box_container .popup_box h3{
	font-size:18px;
	color:#534840;
	font-weight:bold;
	padding:10px 13px 2px;
	background:url(images/crazyxhtml/bgr_head_bullet.png) no-repeat 3px 15px;
}
.popup_box_container .popup_box h4{
	font-size:16px;
	color:#534840;
	font-weight:bold;
	padding:4px 8px 0;
}
.popup_box_container .popup_box .caption .button-green{
	width:100px;
	margin:35px auto 0;
	font-size:16px;
	text-align:center;
	padding:0 0 0 4px;
	background:url(images/crazyxhtml/btn_green_left.png) no-repeat 0 0;
}
.popup_box_container .popup_box .caption .button-green span{
	padding:7px 25px 7px 5px;
	background:url(images/crazyxhtml/btn_green_right.png) no-repeat 100% 0;
}
.popup_box_container .popup_box .caption .button-green:hover{
	background-image:url(images/crazyxhtml/btn_green_left_h.png);
}
.popup_box_container .popup_box .caption .button-green:hover span{
	background-image:url(images/crazyxhtml/btn_green_right_h.png);
}
.popup_box_container .popup_box .caption .image:hover .button-green{
	display:block;
}

.popup_box_container .popup_box p a.more{
	background:url(images/crazyxhtml/ico_more.png) no-repeat 100% 2px;
	padding:0 20px 2px 0;
}
.popup_box_container .popup_box p a.more:hover{
	background-image:url(images/crazyxhtml/ico_more_h.png);
}
.popup_box_container .popup_box .image{
	font-size:18px;
	color:#534840;
	font-weight:bold;
	padding:10px 0;
}
.popup_box_container .popup_box .btn_close{
     float:right;
     background:url(images/crazyxhtml/ico_close.png) no-repeat right 0;
     padding:1px 15px 1px 0;
     font-size:12px;
     line-height:10px;
     color:#aaa;
     text-decoration:none;
     font-weight:bold;
     margin:15px 15px 0 0;
     text-transform:uppercase;
}
.popup_box_container .popup_box .btn_close:hover{
    color:#9f131a;
    background-image:url(images/crazyxhtml/ico_close_h.png);
    text-decoration:none;
}
.popup_box_prezi .btn_close {
    float:right;
    background:url(images/crazyxhtml/ico_close.png) no-repeat right 0;
    padding:1px 15px 1px 0;
    font-size:12px;
    line-height:10px;
    color:#AAAAAA;
    text-decoration:none;
    font-weight:bold;
    margin:15px 15px 0 0;
    text-transform:uppercase;
}
.popup_box_prezi .btn_close:hover {
    color:#9F131A;
    background-image:url(images/crazyxhtml/ico_close_h.png);
    text-decoration:none;
}

.popup_box_container .popup_box .col{
    float:left;
    margin:0 0 0 29px;
    width:298px;
}
.popup_box_container .popup_box .image{
    position:relative;
}
.popup_box_container .popup_box .image img{
    display:block;
}
.popup_box_container .popup_box .image .caption{
    display:block;
    background:url(images/crazyxhtml/bgr_caption.png) repeat 0 0;
    width:100%;
    position:absolute;
    height:auto;
    top: 15px;
    padding:0 0 15px;
    overflow:hidden;
    left:0;
}
.popup_box_container .popup_box .image:hover .caption{
    width:100%;
    height:100%;
    padding:15px 0 0;
    bottom:auto;
    top:0;
}
.popup_box_container .popup_box .or{
    height:212px;
    line-height:219px;
    font-size:16px;
    float:left;
    color:#333;
    margin:13px 0px 0 20px;
    padding:7px 0 0;
    font-weight:bold;
    background:url(images/crazyxhtml/bgr_or_v.png) no-repeat 50% 50%;
}

.popup_box_container.facebook_preview_container .popup_box,.popup_box_container.forgot_password_container .popup_box  {
    width:450px;
    margin-left: -225px;
}

.popup_box_prezi {
    width:550px;
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 5px 5px 5px 5px;
    left: 35%;
    overflow: hidden;
    padding: 0;
    position: absolute;
    top: 120px;
}
.prezi-player { 
    width: 550px; 
}
.prezi-player-links { 
    text-align: center;
    padding: 10px 0px;
}

.popup_box_prezi h2 {
    border-bottom: 1px solid #E9E9E9;
    color: #534840;
    font-size: 18px;
    font-weight: bold;
    margin-bottom:10px;
    padding: 10px 13px;
}

/******************************************************
 * file: /home/evaneos/public_html/dist/releases/20180502143241-v29.90.2-7f41ce/applications/www.evaneos.com/web/app/modules/betty/css/article_edition/modules/map-evaneos.css 
 ******************************************************/

.newmapinner {
    border: 1px solid #94938f;
    width: 740px;
    height: 540px;
/*    background-image: url('/images/countrymap/FR_1_740_540.png');*/
    position: relative;
/*    overflow: hidden;*/
}

.newmapinner svg{
    position: absolute !important;
}

.newmapouter {
    padding: 15px;
    box-shadow: 0px 0px 3px #9F9F9F;
    width: 742px;
    background-color: white;
    margin-left: -15px;
    margin-top: 25px;
    position: relative;
}
.markerContainer {
    margin: 20px 0px 23px 31px;
    position: relative;
}
.marker {
    position:absolute; 
    width: 44px; 
    height:22px; 
    margin-top:-20px; 
    margin-left:-26px;
    background-image: url('/imageCSS/map/Icons_guide_48.png');
    background-repeat: no-repeat;
    cursor: pointer;
    z-index: 1;
}

.marker-move {
    cursor: move;
}

.marker.up {
    margin-top: -31px;
    background-position: -52px 0px;
}

.marker.nature {
    background-position: 0px -32px;
}
.marker.nature.up {
    background-position: -52px -32px;
}
.marker.insolite {
    background-position: 0px -64px;
}
.marker.insolite.up {
    background-position: -52px -64px;
}
.marker.culture {
    background-position: 0px -96px;
}
.marker.culture.up {
    background-position: -52px -96px;
}
.marker.detente {
    background-position: 0px -128px;
}
.marker.detente.up {
    background-position: -52px -128px;
}
.marker.aventure {
    background-position: 0px -160px;
}
.marker.aventure.up {
    background-position: -52px -160px;
}
.marker.rencontres {
    background-position: 0px -192px;
}
.marker.rencontres.up {
    background-position: -52px -192px;
}
.markertype {
    float: left;
    list-style-image: none;
    list-style-type: none;
    width: 60px;
    padding: 10px;
    text-align: center;
    margin: 3px 0;
    height: 40px;
    font-size: 12px;
    float: right;
    color: #9E9899;
}

.markertype.selected,.markertype.hover, .markertype:hover {
    border-radius: 5px;
    cursor:pointer;
    color: #534840;
}

.markertype:hover, .markertype.hover  {
    box-shadow: inset 0px 0px 8px #ddd;
    background-color: #fdfdfd;
}

.markertype.selected{
    box-shadow: inset 0px 0px 8px #CCC;
    background-color: #fbfbfb;
}

.markermodellist {
    height: 80px;
    padding: 0px;
    float: right;
    margin: -10px 5px 0;
}

.go-map-title, .go-map-title .go-text-green-subtitle-input{
    width: 120px !important;
}

.go-map-title{
    min-height: 30px;
}

/*.google_map_container {
    position:absolute;top:50px;left:50px;
    padding: 5px;
    box-shadow: 0px 0px 3px #9F9F9F;
    background-color: white;
    opacity: 0;
    z-index: 2;
}*/

.google_map {
    width:100px; height:100px;
    border: 1px solid #94938f;
}

.countrymapmessage {
    position: absolute;
    top: 20px;
    left: 20px;
    background-color: white;
    z-index:3;
    padding: 5px;
    display: none;
}



.map-evaneos-select-country, .map-evaneos-select-country:focus, .map-evaneos-select-country:active{
    border: 1px solid #E7E7E7 !important;
    border-radius: 3px 3px 3px 3px;
    color: #7F7974;
/*    float: left;*/
    font-size: 14px;
    height: 22px;
    margin-right: -2px;
    padding: 3px;
    width: 250px;
    box-shadow: 0 0 5px #CBCBCB;
    -moz-box-shadow: 0 0 5px #CBCBCB;
    -webkit-box-shadow: 0 0 5px #CBCBCB;
}

.map-evaneos-select-div{
   position: absolute;
   top: 10px;
   right: 12px;
}


.go-popupmarker{
    background-color: #332d28;
    border: 1px solid black;
/*    width: 155px;*/
    min-width: 50px;
    min-height: 15px;
    max-width: 155px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    position: absolute;
    padding: 5px 8px;
    font-size: 10px !important;
    z-index: 2;
    display: none;
    color:  white !important;
}

.go-popupmarker .go-border-to-img{
    padding: 0;
    background-color: transparent;
    box-shadow: none;
}

.go-popupmarker .qq-upload-drop-area{
    display: block !important;
}

.go-popupmarker .go-count-img-left{
    margin: 0px;
}

.go-popupmarker .go-count-title-input{
    width: 155px;
    margin-bottom: 0px !important;
}

.go-popupmarker .go-count-text-right,
.go-popupmarker .go-count-text-right *{
    font-size: 13px;
}

.go-popupmarker .go-edit-txt{
    width: 153px;
}

.go-popupmarker .go-edit-txt,
.go-popupmarker .go-edit-txt *{
    font-size: 12px;
    margin: 0px !important;
}

.go-popupmarker .go-button-brown{
    position: absolute !important;
}

.go-popupmarker .go-alpha{
    top: 0px;
}


.go-popupmaker-example{
    display: none;
}

#small_map_container {
    position:absolute;top:50px;left:50px;
    padding: 5px;
    box-shadow: 0px 0px 3px #9F9F9F;
    background-color: white;
    opacity: 0;
    display: none;
    z-index: 30;
}

#small_map {
    width:100px; height:100px;
    border: 1px solid #94938f;
}


.deleteMarker{
    background-image: url('/images/francine/bin.png');
    width:  14px;
    height: 16px;
    position: absolute;
    top: 4px;
    right: 4px;
    cursor: pointer;
    z-index: 1;
    opacity:0.8;
    filter:alpha(opacity=80);
}

.deleteMarker:hover{
    opacity: 1;
    filter:alpha(opacity=100);
}

.caret {
  display: block;
  opacity: 1;
  width: auto;
  height: auto;
  backgroud: none;
  border: 0;
  backgroud-color: black;
  z-index: 900;
  position: absolute;
  left: 50%;
  margin-left: -6px;
}
.caret .inner {
  position: absolute;
  backgroud-color: black;
  border-top: 9px solid #332d28;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-bottom: 0px;
  display: inline-block;
  top: 1px;
  left: 1px;
}
.caret .outer {
  position: absolute;
  backgroud-color: black;
  border-top: 10px solid black;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 0px;
}


.caret.caret-down .inner {
  border-top: 8px solid #332d28;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 0px;
}
.caret.caret-down .outer {
  border-top: 5px solid #332d28;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 0px;
}

.go-popupmarker .go-count-text-right{
    margin: 0;
    cursor: pointer;
}

.go-popupmarker .go-count-text-right:hover{
    background-color: #4d443c;
}

.go-popupmarker .go-count-title, .go-popupmarker #go-desc-map p{
    color: white !important;
    line-height: 17px;
    margin: 0;
    font-size: 15px;
}

.go-popupmarker #go-desc-map p{
    max-width: 153px;
    min-width: 50px;
    font-size: 13px;
}


.go-popupmarker #go-desc-map{
    float: left;
    font-size: 13px;
}

.go-popupmarker .go-edit-txt:hover{
    background-color: #4d443c;
    border: 1px solid #4d443c;
}

.go-popupmarker .go-count-item-img{
    margin-bottom: 7px;
    margin-top: 7px;
}

.go-popupmarker .go-alpha{
    width: 155px;
}


.go-popupmarker .go-button-brown{
    margin-left: 22px !important;
}

.go-popupmarker .go-delete-button, .go-popupmarker .go-delete-button:hover{
    margin-left: 102px !important;
}


.go-popupmarker h3.go-count-title{
    font-size: 15px;
    line-height: 16px;
    padding-bottom: 0px;
}


/******************************************************
 * file: /home/evaneos/public_html/dist/releases/20180502143241-v29.90.2-7f41ce/applications/www.evaneos.com/web/app/modules/betty/css/article_edition/modules/aut_form_attendee.css 
 ******************************************************/

.go-aut-form-attendee {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    width: 320px;
    border: solid 1px #EEE;
    margin: 10px auto;
    text-align: center;
    box-shadow: gray 0px 0px 3px 0px;
}

.go-aut-form-attendee form {
    padding: 10px;
}

form.invitation {
    display: none;
}

#betty-article-edition  .go-aut-form-attendee input {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 10px;
    color: #7F7974;
    border: solid 1px #EEE;
    width: 270px;
    margin: 10px 0;
}

.go-aut-form-attendee .go-green-subtitle {
    text-align: center;
    border-bottom: solid 1px #DDD;
    margin: 0px;
    border-bottom: solid 1px #EEE;
    margin: 0;
    padding: 10px;
}







/* Event css */

.go-left-ribbon{
    position: absolute;
    width: 100px;
    height: 90px;
    overflow: hidden;
    left: -1px;
    top: -1px;
}

.go-left-ribbon-orange{
    background-color: #f5911b;
    -moz-transform: rotate(-44deg);
    -webkit-transform: rotate(-44deg);
    -o-transform: rotate(-44deg);
    -ms-transform: rotate(-44deg);
    
     box-shadow: 0px 0px 3px #f7941e;
    -webkit-box-shadow: 0px 0px 3px #f7941e;
    -moz-box-shadow: 0px 0px 3px #f7941e;
    
    color: white;
    font-weight: bold;
    font-size: 15px;
    height: 28px;
    text-shadow: grey 0 0px 1px;
    line-height: 28px;
    text-align: center;
    position: absolute;
    bottom: 42px;
    width: 160px;
    left: -44px;
    *left: -30px;
    top: 23px;
}

/* this works to ie8 */
@media \0screen {
    .go-left-ribbon-orange{
        left: -30px;
    }
}

.go-encounter-top{
    margin: 0px auto 15px;
    text-align: center;
}

.go-encounter-top-medium{
    font-size: 18px;
    font-weight: bold;
    color: #534840;
    text-align: center;
    line-height: 20px;
}

.go-encounter-top-little{
    font-size: 13px;
    font-weight: normal;
    color: #534840;
    text-align: center;
    line-height: 20px;
}

.go-encounter-top-big{
    font-size: 22px;
    font-weight: normal;
    color: #534840;
    text-align: center;
    line-height: 38px;
    height: 30px;
}

.go-encounter-img-div{
/*    padding: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;*/
    margin-left: -20px;
    margin-bottom: 200px;
    *margin-bottom: 210px;
}

.go-encounter-img-div img{
    border-color: grey;
}

.go-encounter-popup{
    position: absolute;
    bottom: 20px;
    left: 50%;
    margin-left: -320px;
    *margin-left: -354px;
    padding: 20px;
    background-color: white;
    border: 1px solid lightGrey;
    
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    
    box-shadow: 0px 1px 2px grey;
    -webkit-box-shadow: 0px 1px 2px grey;
    -moz-box-shadow: 0px 1px 2px grey;
    
    *width: 662px;
}

.go-encounter-popup .go-float-left{
    margin-right: 20px;
}

.go-encounter-popup-half-div{
    width: 290px;
}



.go-encounter-popup-big{
    font-size: 22px;
    font-weight: bold;
    color: #534840;
    line-height: 30px;
    margin-bottom: 15px;
}

.go-encounter-popup-normal, .go-encounter-popup-normal-bold{
    font-size: 16px;
    font-weight: normal;
    color: #534840;
    line-height: 18px;
    margin-bottom: 10px;
}

.go-encounter-popup-normal-bold{
    font-weight: bold;
    line-height: 20px;
}

.go-encounter-popup-little{
    font-size: 13px;
    font-weight: normal;
    color: #534840;
    line-height: 20px;
}

.go-encounter-popup-little img{
    vertical-align: middle;
    margin-top: -5px;
}

.go-encounter-popup-input{
    color: grey;
    height: 40px !important;
    border: 1px solid #eee !important;
    margin-bottom: 15px !important;
    padding-left: 8px !important;
    float: left;
    
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    
    width: 280px;
    
    box-shadow: 0px 0px 2px grey !important;
    -webkit-box-shadow: 0px 0px 2px grey !important;
    -moz-box-shadow: 0px 0px 2px grey !important;
}

.go-encounter-popup-input.invalid {
    border: 1px solid #EC5124 !important;
    
}

.go-encounter-popup-input.half{
    width: 130px;
}

.go-encounter-popup-input.half.left{
    margin-right: 10px;
}

.go-button-green{
    position: relative;
}

.go-button-arrow-white-event{
    position: absolute;
    height: 16px;
    width: 16px;
    background-image: url('../../images/francine/article_edition/event/white_triangle.png');
    right: 86px;
    top: 12px;
}

.go-encounter-popup-half-div .go-button-green , .go-encounter-popup-half-div form{
    margin: 0;
}

.go-left-column{
    padding-bottom: 0px;
    z-index: 2;
}

.go-encounter-spacer {
    height: 210px;
    float: left;
    width: 400px;
}

.attendee.go-button-green.disable, .attendee.go-button-green.disable:hover, .attendee.go-button-green.disable:active {
    background: #ddd;
    border: solid 1px #ddd;
    text-shadow: none;
    box-shadow: none;
    cursor: wait;
}

.submitattendee, .submitinvitation {
    clear: both;
}
/******************************************************
 * file: /home/evaneos/public_html/dist/releases/20180502143241-v29.90.2-7f41ce/applications/www.evaneos.com/web/app/modules/betty/css/article_summary/common.css 
 ******************************************************/

.ast {
    color : #EC5124;
    font-size : 22px;
    line-height : 25px;
}

.ast ~ ul.article_summary_group {
    margin-top : 10px;
}

.ast ~ ul.article_summary_group li {
    padding-bottom : 5px;
    border-bottom : 1px solid #E6E1D9;
}

.ast ~ ul.article_summary_group .ast {
    color : #534840;
    font-size : 15px;
}

.ast ~ ul.article_summary_group .ast ~ ul.article_summary_group {
    margin-left : 20px;
}

.ast ~ ul.article_summary_group .ast ~ ul.article_summary_group li {
    padding-bottom : inherit;
    border-bottom : 0px;
}

.ast ~ ul.article_summary_group .ast ~ ul.article_summary_group .ast {
    font-size : 13px;
}

.ast ~ ul.article_summary_group .ast ~ ul.article_summary_group .ast ~ ul.article_summary_group {
    margin-left : 20px;
}

.ast ~ ul.article_summary_group .ast ~ ul.article_summary_group .ast ~ ul.article_summary_group .ast {
    font-size : 11px;
}

.article_summary_group {
    margin-top : 5px;
    margin-bottom : 10px;
}

.go-left-column640 {
    margin : 0px 15px 0px 0px;
    padding : 0px;
    width : 640px;
    float : left;
}

.go-right-column320 {
    margin : 0px;
    padding : 0px;
    width : 320px;
    float : left;
}

.go-border-bottom {
    padding-bottom : 5px;
    border-bottom : 1px solid #E6E1D9;
}

.go-betty-content {
    width : 997px;
    margin-top : 20px;
    margin-left : auto;
    margin-right : auto;
}

.go-left-column1, .go-left-column2 {
    width : 280px;
}

.go-left-column1 {
    float : left;
}

.go-left-column2 {
    float : right;
}

.go-left-column1 > .article_summary_group { margin-top : 30px; }
.go-left-column1 > .article_summary_group:first-child { margin-top : 0px; }

.go-left-column2 > .article_summary_group { margin-top : 30px; }
.go-left-column2 > .article_summary_group:first-child { margin-top : 0px; }

.go-right-caret-grey {
    display : inline-block;
    width : 0px;
    height : 0px;
    border-top : 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left : 5px solid #534840;
}

.go-right-caret-orange {
    display : inline-block;
    width : 0px;
    height : 0px;
    display : none;
    border-top : 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left : 5px solid #EC5124;
}

.expander {
    display : inline-block;
    width : 16px;
    height : 16px;
    background : url(/images/francine/article_edition/icon_summary.png) no-repeat center center;
    background-position : -16px 0px;
    position : relative;
    top : 2px;
    left : -16px;
}

.expand-empty {
    display : none;
}

.expander + a {
    position : relative;
    left : -16px;
}

.expander.expand-empty + a {
    position : inherit;
    left : inherit;
}

.expander.expand            { background-position : 0px 0px; }
.expander.expand:hover      { background-position : -16px 0px; }
.expander.collapse          { background-position : 0px -16px; }
.expander.collapse:hover    { background-position : -16px -16px; }

.go-info-punchline-block {
    margin-top : 20px;
}

.go-info-punchline {
    margin-bottom : 20px;
}

.go-info-punchline h3 {
    font-size : 16px;
    line-height : 16px;
    padding-bottom : 0px;
}

.go-info-punchline .go-punchline-icon {
    background : url(/images/francine/article_edition/icons_key_points.png) no-repeat 5px center;
    background-position: 48px 0px;
    height : 48px;
    width : 48px;
    float : left;
    margin-right : 10px;
}

.go-punchline-icon.go-desc-sur-mesure {
   background-position: 0px 0px;
}

.go-punchline-icon.go-desc-agents {
    background-position: 0px -48px;
}

.go-punchline-icon.go-desc-pricing {
    background-position: 0px -96px;
}

.go-punchline-text {
    float : left;
    width : 260px;
}

#go-wrapper .go-punchline-text p {
    margin-left : 0px;
    padding-left : 0px;
}

.marker-caret {
    position: absolute;
    top: -30px;
    z-index: 10000;
    width: 0px;
    height: 0px;
    display: none;
    border-style: solid;
    border-width: 5px 0 5px 8.7px;
    border-color: transparent transparent transparent #456C43;
    line-height: 0px;
    _border-color: #000000 #000000 #000000 #456C43;
    _filter: progid:DXImageTransform.Microsoft.Chroma(color='#456C43');
}

.marker-line {
    padding: 0;
    margin: 0;
    line-height: 0%;
    font-size: 1px;
    overflow: hidden;
    height: 1px;
    width: 100px;
    position: absolute;
    top: -30px;
    z-index: 10000;
    display : none;
    background-repeat: no-repeat;
    background-color:  #456C43;
    cursor: pointer;
    border: 1px solid  #EEE;
    border-left: 0;
    -moz-box-shadow: 0px 0px 2px #666;
    -webkit-box-shadow: 0px 0px 2px  #666;
    box-shadow: 0px 0px 2px  #666;
    -moz-border-radius: 1px;
    border-radius: 1px;
    -webkit-border-radius: 1px;
}

.navigation-prev-next{
    float:left;
    width:759px;
    position:absolute;
    bottom:-55px;
    left:0;
}
.navigation-prev-next a{
    display:block;
    width:140px;
    height:40px;
    line-height:40px;

    border:1px solid #E6E1D9;

    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;

    color:#4A433D;
    font-weight:bold;
    font-size:1.4em;
    
    padding:0 5px;

    text-align:center;

    background: #fff;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmOWY3ZjMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #ffffff 0%, #f9f7f3 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f9f7f3));
    background: -webkit-linear-gradient(top, #ffffff 0%,#f9f7f3 100%);
    background: -o-linear-gradient(top, #ffffff 0%,#f9f7f3 100%);
    background: -ms-linear-gradient(top, #ffffff 0%,#f9f7f3 100%);
    background: linear-gradient(to bottom, #ffffff 0%,#f9f7f3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f9f7f3',GradientType=0 );

    text-decoration:none;

    cursor:pointer;
}
.navigation-prev-next a:hover{
    text-decoration:none;
    color:#000;   
}

.navigation-prev-next a:active{
    text-decoration:none;
    color:#000;   
    background: #fff;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmOWY3ZjMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #f9f7f3 0%, #ffffff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9f7f3), color-stop(100%,#ffffff));
    background: -webkit-linear-gradient(top, #f9f7f3 0%,#ffffff 100%);
    background: -o-linear-gradient(top, #f9f7f3 0%,#ffffff 100%);
    background: -ms-linear-gradient(top, #f9f7f3 0%,#ffffff 100%);
    background: linear-gradient(to bottom, #f9f7f3 0%,#ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f7f3', endColorstr='#ffffff',GradientType=0 );
}

.navigation-prev-next a i{
    display:block;
    height:32px;
    width:32px;
    margin-top:4px;
    overflow:hidden;
    background-image:url(/stylesheets/betty/pics/betty_icons_32.png);
}
.navigation-prev-next a.previous{
    float:left;
}

.navigation-prev-next a.next{
    float:right;
}

.navigation-prev-next a.previous i{
    float:left;
    background-position:-96px -192px;
}

.navigation-prev-next a.next i{
    float:right;
    background-position:-64px -192px;
}
/******************************************************
 * file: /home/evaneos/public_html/dist/releases/20180502143241-v29.90.2-7f41ce/applications/www.evaneos.com/web/app/modules/betty/css/phototheque/phototheque.css 
 ******************************************************/

#go-phototheque-gallery, #go-parametres-gallery{
    /* 
    background-color: #F9F7F3;
    background-image: url('../images/francine/article_edition/background.jpg'); 
    */
    background-color: white;
    border : 1px solid #E6E1D9;
    width: 760px;
    margin-bottom: 50px;
    margin-top : -1px;
    margin-left : -1px;
}

.go-search-img{
    position:relative;
    z-index: 5;
    width: 760px;
}

.go-img-gallery{
    height: 300px;
    padding: 10px 10px 30px 30px;
    overflow: auto;
    outline: none;
}

.go-img-content-gallery{
    background-color: transparent;
    width: 206px;
    height: 172px;
    float: left;
    margin-right: 25px;
    position: relative;
    text-align:center;
}

.go-img-content-gallery .go-number-button, .go-img-content-gallery .go-close-button{
    bottom: 142px;
    position: absolute;
    font-size: 18px;
}

.go-img-content-gallery .go-close-button{
    right: 1px;
    padding: 0 0 0 1px !important;
}

.go-img-content-gallery > .go-gallery-img-name{
    line-height: 40px;
    font-size: 14px;
    color: #54473E;
}

.go-img-content-gallery img {
    border: 3px transparent solid;
}

.go-img-content-gallery img:hover{
    border: 3px #534840 solid;
    cursor: pointer;
}

.go-search-img-content, .go-action-img-content{
    float: right;
    margin-top: 12px;
    right: 30px;
    position: absolute;
}

.go-search-img-content > .go-button-brown{ *width:  75px; }

.go-search-img-input{
/*    border: 1px #e7e7e7 solid;*/
/*    color: #7f7974;*/
    height: 23px;
/*    font-size: 14px;*/
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-right: -2px;
    float: left;
}

.go-text-img{
    position: relative;
    z-index: 4;
}

.go-search-img, .go-text-img, .go-action-img {
    /*
    border-top: 1px #E6E1D9 solid;
    border-bottom: 1px #E6E1D9 solid;
    width: 760px;
    float: left;
    */
    background: #F9F7F3;
    height: 55px;

    
}

.go-text-img{
    line-height: 55px;
    text-align: center;
    color: #7f7974;
    width: 760px;
}

.go-input-txt-centered{
    padding: 3px 30px 3px 3px;
    *padding: 6px 30px 0px 3px;
}

.go-action-img{ clear: both; }

.go-action-img-content .go-button-brown{
    margin-left: 10px;
    padding: 0 20px 0 20px;
}

.go-img-gallery .jspPane {
    width: 698px; 
    top: 0px; 
}

.go-filter-dialog .simpleList {
    height : 110px;
}
/******************************************************
 * file: /home/evaneos/public_html/dist/releases/20180502143241-v29.90.2-7f41ce/applications/www.evaneos.com/web/app/modules/betty/css/parameters/parameters.css 
 ******************************************************/

.go-parameters{
    display: none;
}

.go-popup-param {
    width: 561px !important;
    margin-left: -280px !important;
    margin-top: -200px !important;
}

#go-parameters{
    padding: 10px 20px 20px 20px ;
    display: none;
}

#go-parameters input{
    width: 525px;
/*    font-style:italic;*/
    font-size: 13px;
    box-shadow: none !important;
    border: 1px #9C918A solid !important;
    
}


#go-parameters .go-inputs-right input{
    width: 315px;
}

.go-parameter-label{
    font-size: 17px;
    margin-bottom: 5px;
}

.go-inputs-right > .floatLeft{
    margin-bottom: 10px;
}


.modal-header-parameters{
    padding: 0px;
    border-bottom: none;
    margin-bottom: 10px;
}

.modal-header-parameters h3{
    font-size: 17px;
}

.go-image-loaded{
    margin-right: 20px;
    margin-bottom: 20px;
}


.go-inputs-right{
    width: 340px;
}


#go-parameters .go-button-brown{
    margin-top: 10px;
    margin-left: 10px
}

#go-parameters .go-close-select-type-article{
    margin-top: 5px;
    margin-right: 0px;
}
/******************************************************
 * file: /home/evaneos/public_html/dist/releases/20180502143241-v29.90.2-7f41ce/applications/www.evaneos.com/web/app/modules/betty/css/component/titriangle.css 
 ******************************************************/

@font-face {
    font-family: 'titriangleregular';
    src: url('/fonts/titriangle-webfont.eot');
    src: url('/fonts/titriangle-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/titriangle-webfont.woff') format('woff'),
         url('/fonts/titriangle-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.ticaret_right:after {
    font-family: 'titriangleregular';
    content : 'r';
}

.ticaret_left:after {
    font-family: 'titriangleregular';
    content : 'l';
}

.ticaret_up:after {
    font-family: 'titriangleregular';
    content : 'u';
}

.ticaret_down:after {
    font-family: 'titriangleregular';
    content : 'd';
}

/******************************************************
 * file: /home/evaneos/public_html/dist/releases/20180502143241-v29.90.2-7f41ce/applications/www.evaneos.com/web/app/modules/betty/css/component/caret.css 
 ******************************************************/

.arrow-up { width: 0px;  height: 0px; z-index: 5;}

.arrow-up, .arrow-up .arrow-up-outer, .arrow-up .arrow-up-inner { position : absolute; }

.arrow-up-outer {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #e5e4e3;
}

.arrow-up-inner {
    top : 1px;
    left: 1px;
    display : inline-block;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 9px solid white;
}
/******************************************************
 * file: /home/evaneos/public_html/dist/releases/20180502143241-v29.90.2-7f41ce/applications/www.evaneos.com/web/app/modules/betty/css/component/paginator.less 
 ******************************************************/

.pagination li span {
  cursor: pointer;
  border: 1px #E6E1D9 solid;
  padding: 12px 18px 12px 18px;
  line-height: 24px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 0px;
  background-image: linear-gradient(bottom,#F7F7F7 25%,#fff 61%);
  background-image: -o-linear-gradient(bottom,#F7F7F7 25%,#fff 61%);
  background-image: -moz-linear-gradient(bottom,#F7F7F7 25%,#fff 61%);
  background-image: -ms-linear-gradient(bottom,#F7F7F7 25%,#fff 61%);
  background-image: -webkit-linear-gradient(bottom,#F7F7F7,#fff);
  background-color: #F0EFEF;
  color: #534840;
  text-decoration: none;
}
.pagination li span > i {
  position: relative;
  top: -5px;
}
.pagination li span:hover {
  box-shadow: 0px 0px 3px #E6E1D9;
  background-image: none;
  background-color: #fff;
  color: #EC5124;
}
.pagination li span:active {
  box-shadow: inset 0px 0px 7px #E6E6E6;
  -webkit-box-shadow: inset 0px 0px 7px #E6E6E6;
  -moz-box-shadow: inset 0px 0px 7px #9C918A;
  background-color: #F4F4F4;
}
.pagination li span.active,
.pagination li span.active:hover {
  border: 1px #C91717 solid;
  background-image: none;
  -webkit-box-shadow: inset 0px 0px 7px #C91717;
  -moz-box-shadow: inset 0px 0px 7px #C91717;
  box-shadow: inset 0px 0px 7px #C91717;
  background-color: #EC5124;
  color: #fff;
}
.pagination li span.inactive:hover,
.pagination li span.inactive:active {
  cursor: default;
  background-image: linear-gradient(bottom,#F7F7F7 25%,#fff 61%);
  background-image: -o-linear-gradient(bottom,#F7F7F7 25%,#fff 61%);
  background-image: -moz-linear-gradient(bottom,#F7F7F7 25%,#fff 61%);
  background-image: -ms-linear-gradient(bottom,#F7F7F7 25%,#fff 61%);
  background-image: -webkit-linear-gradient(bottom,#F7F7F7,#fff);
  box-shadow: none;
  background-color: #F0EFEF;
}
.pagination li.active span {
  border: 1px #C91717 solid;
  background-image: none;
  -webkit-box-shadow: inset 0px 0px 7px #C91717;
  -moz-box-shadow: inset 0px 0px 7px #C91717;
  box-shadow: inset 0px 0px 7px #C91717;
  background-color: #EC5124;
  color: #fff;
}
.pagination li.inactive span {
  color: #F0EFEF;
  box-shadow: none;
  background-image: none;
  background-color: #fff;
}
.pagination li.inactive span:active {
  color: #F0EFEF;
  box-shadow: none;
  background-image: none;
  background-color: #fff;
}
.pagination li.inactive:first-child i {
  background-position: 0px -96px;
}
.pagination li.inactive:first-child:hover i {
  background-position: 0px -96px;
}
.pagination li.inactive:last-child i {
  background-position: 0px 0px;
}
.pagination li.inactive:last-child:hover i {
  background-position: 0px 0px;
}
.pagination li:first-child span {
  border-radius: 3px 0 0 3px;
  padding: 12px;
}
.pagination li:first-child span i {
  background-position: -24px -96px;
}
.pagination li:first-child span:hover i {
  background-position: -72px -96px;
}
.pagination li:last-child span {
  border-radius: 0 3px 3px 0;
  padding: 12px;
}
.pagination li:last-child span i {
  background-position: -24px 0px;
}
.pagination li:last-child span:hover i {
  background-position: -72px 0px;
}

/******************************************************
 * file: /home/evaneos/public_html/dist/releases/20180502143241-v29.90.2-7f41ce/applications/www.evaneos.com/web/app/modules/betty/css/component/popup.less 
 ******************************************************/

.IE8down .go-popup {
  border: 1px solid #534840;
}
.go-popup {
  padding: 15px;
  background-color: white;
  border-radius: 5px;
  box-shadow: #534840 0px 0px 10px 1px;
  position: fixed;
  left: 50%;
  top: 50%;
  width: 500px;
  margin-left: -250px;
  margin-top: -150px;
  z-index: 10010;
}
.go-popup .popup-title {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #534840;
}
.go-popup .close-popup {
  position: absolute;
  right: 15px;
  top: 15px;
  width: 16px;
  height: 16px;
  cursor: pointer;
}
.go-popup hr {
  margin-top: 12px;
  margin-left: -15px;
  margin-right: -15px;
}
.go-popup .popup-content-container {
  position: relative;
}
.go-popup .popup-content-container .popup-content {
  overflow: scroll;
  width: 100%;
  height: 100%;
}

/******************************************************
 * file: /home/evaneos/public_html/dist/releases/20180502143241-v29.90.2-7f41ce/applications/www.evaneos.com/web/app/modules/betty/css/component/criteria-select.less 
 ******************************************************/

.IE8down .criteria-select-container > [data-type=popup].criteria-popup {
  border: 1px solid #ddd;
}
.criteria-select-container {
  position: relative;
}
.criteria-select-container[data-is-enabled=false] > [data-type=button] {
  color: #9C918A;
}
.criteria-select-container[data-is-enabled=false] > [data-type=button]:hover {
  color: #9C918A !important;
  background-color: inherit !important;
  background-image: linear-gradient(bottom,#F4F4F4 25%,white 61%);
  background-image: -o-linear-gradient(bottom,#F4F4F4 25%,white 61%);
  background-image: -moz-linear-gradient(bottom,#F4F4F4 25%,white 61%);
  background-image: -webkit-linear-gradient(bottom,#F4F4F4,white);
  background-image: -ms-linear-gradient(bottom,#F4F4F4 25%,white 61%);
  background-color: #F4F4F4;
  box-shadow: inherit !important;
  cursor: default;
}
.criteria-select-container[data-is-enabled=false] > [data-type=button] > .quote-select-dble-caret {
  background-position: 0px 0px;
}
.criteria-select-container > [data-type=button]:last-child {
  margin-bottom: 0px;
}
.criteria-select-container > [data-type=button] {
  position: relative;
  display: block;
  margin-bottom: 10px;
  text-align: left;
  font-weight: normal;
  font-size: 14px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
}
.criteria-select-container > [data-type=button].sort-button {
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 7px;
  margin-right: 7px;
}
.criteria-select-container > [data-type=button] span i {
  margin-right: 6px;
}
.criteria-select-container > [data-type=popup] {
  max-height: 150px;
  overflow: auto;
  width: 234px;
  top: 32px;
  left: 0px;
}
.criteria-select-container > [data-type=popup].criteria-popup {
  background-color: white;
  border-radius: 3px;
  box-shadow: gray 0px 0px 5px 0px;
  position: absolute;
  top: 33px;
  left: 2px;
  width: 200px;
  z-index: 102;
}
.criteria-select-container > [data-type=popup] li {
  line-height: 20px;
  font-size: 14px;
  cursor: pointer;
  padding-right: 5px;
}
.criteria-select-container > [data-type=selection] li {
  display: inline-block;
  background-color: #E8E1D9;
  border-radius: 2px;
  color: #54473F;
  padding-left: 5px;
  padding-right: 5px;
  cursor: pointer;
  margin: -4px 5px 10px 0px;
}
.criteria-select-container > [data-type=selection] li:hover {
  color: white;
  background-color: #9C9289;
}
.criteria-select-container > [data-type=selection] li:hover > .criteria-separation {
  border-right: 1px solid white;
}
.criteria-select-container > [data-type=selection] li > .criteria-separation {
  display: inline-block;
  border-right: 1px solid #534840;
  width: 0px;
  height: 12px;
  position: relative;
  top: 2px;
  margin-left: 5px;
  margin-right: 5px;
}
.criteria-select-container > [data-type=selection] li > .criteria-selection-x {
  margin-right: 1px;
  position: relative;
  display: inline-block;
  top: -1px;
}

/******************************************************
 * file: /home/evaneos/public_html/dist/releases/20180502143241-v29.90.2-7f41ce/applications/www.evaneos.com/web/app/modules/betty/css/component/toggle.css 
 ******************************************************/


.toggleMain {
    border-radius: 3px;
    height: 25px; 
    width: 54px;
    margin-left: auto; 
    margin-right:auto;
    cursor:pointer;
}

.toggleMain_off {
    background: #38312C; /* Old browsers */
    background: -moz-linear-gradient(top,  #534840 0%, #38312C 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#534840), color-stop(100%,#38312C)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #534840 0%,#38312C 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #534840 0%,#38312C 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #534840 0%,#38312C 100%); /* IE10+ */
    background: linear-gradient(top,  #534840 0%,#38312C 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#534840', endColorstr='#38312C',GradientType=0 ); /* IE6-8 */

    box-shadow: inset 0px 0px 5px #38312C;
}

.toggleMain_off .toggleNon { display : block; }
.toggleMain_off .toggleOui { display : none; }
.toggleMain_on .toggleNon { display : none; }
.toggleMain_on .toggleOui { display : block; }

.toggleMain_on {
    background: #72AB49; /* Old browsers */
    background: -moz-linear-gradient(top,  #A6CE3A 0%, #72AB49 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#A6CE3A), color-stop(100%,#72AB49)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #A6CE3A 0%,#72AB49 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #A6CE3A 0%,#72AB49 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #A6CE3A 0%,#72AB49 100%); /* IE10+ */
    background: linear-gradient(top,  #A6CE3A 0%,#72AB49 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#A6CE3A', endColorstr='#72AB49',GradientType=0 ); /* IE6-8 */

    box-shadow: inset 0px 0px 5px #508927;
}

.toggleSlider {
    border-radius: 3px;
    width: 24px;
    height: 23px;
    background: -moz-linear-gradient(top,  #B3BEAD 0%, #FCFFF4 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#B3BEAD), color-stop(100%,#FCFFF4)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #B3BEAD 0%,#FCFFF4 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #B3BEAD 0%,#FCFFF4 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #B3BEAD 0%,#FCFFF4 100%); /* IE10+ */
    background: linear-gradient(top,  #B3BEAD 0%,#FCFFF4 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#B3BEAD', endColorstr='#FCFFF4',GradientType=0 ); /* IE6-8 */
    border: 1px solid #888;
    position: relative;
    top: 0px;
    right: 0px;
}

.toggleSlider_off {
    float: left;
    box-shadow: 2px 0px 5px -2px #38312C;
}

.toggleSlider_on {
    float: right;
    box-shadow: -2px 0px 5px -2px #508927;
}

.toggleLabel {
    font-weight: bold;
    font-size: 11px;
    padding-top: 7px;
    text-align: center;
}

.toggleAssociatedText {
    float: left;
    font-size : 13px;
    overflow : hidden;
    width : 200px;
    white-space : nowrap;
    padding-top : 6px;
}

.toggleNon {
    color: white; /* #CAC9C5; */

}

.toggleOui {
    color: white; /* #E7F1D9; */   
}

.toggleMain_has_icon .toggleOui {
    display : none !important;
}
/******************************************************
 * file: /home/evaneos/public_html/dist/releases/20180502143241-v29.90.2-7f41ce/applications/www.evaneos.com/web/app/modules/betty/css/component/button-brown.css 
 ******************************************************/

.go-button-brown{
    width: auto;
    height: 28px;
    color: #F9F7F3;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    line-height: 28px;
    padding: 1px 5px 1px 6px;
    cursor: pointer;
    text-shadow: #726B67 0px 0px 1px;
    float: left;
    text-decoration: none !important;
    position: relative;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    /*border: 1px #9C918A solid;*/
    background-color:  #9C918A;
}

.go-button-brown-pressed{
    font-weight: bold;
    width: auto;
    height: 28px;
    color: white !important;
    font-size: 14px;
    text-align: center;
    line-height: 28px;
    padding: 0 5px 0 5px;
    float: left;
    box-shadow: 0px 0px 0px black;
    -webkit-box-shadow: 0px 0px 0px black;
    -moz-box-shadow: 0px 0px 0px black;
    border: 1px #352E29 solid;
    text-shadow: #352E29 0px 0px 1px;
    background-color: #534840;
    background-image: linear-gradient(bottom, #665950 21%, #534840 61%);
    background-image: -o-linear-gradient(bottom, #665950 21%, #534840 61%);
    background-image: -moz-linear-gradient(bottom, #665950 21%, #534840 61%);
    background-image: -webkit-linear-gradient(bottom, #665950 21%, #534840 61%);
    background-image: -ms-linear-gradient(bottom, #665950 21%, #534840 61%);
}

.go-button-brown:hover, .go-button-brown-hover, go-button-brown-pressed{
    color: white !important;
    /*border: 1px #352E29 solid;*/
    text-shadow: #352E29 0px 0px 1px;
    background-color: #534840;
    /*
    background-image: linear-gradient(bottom, #665950 21%, #534840 61%);
    background-image: -o-linear-gradient(bottom, #665950 21%, #534840 61%);
    background-image: -moz-linear-gradient(bottom, #665950 21%, #534840 61%);
    background-image: -webkit-linear-gradient(bottom, #665950 21%, #534840 61%);
    background-image: -ms-linear-gradient(bottom, #665950 21%, #534840 61%);
    */
}

.go-button-brown-hover{ display: block; color: white !important; }

.go-button-brown > span { margin-left: 4px; margin-right: 4px; }

.go-button-brown > .go-tooltip{
    position: absolute;
    display: none;
    background: white;
    padding: 0px 3px;
    margin-top: 30px;
    left: 37px;
    border: 1px #54473E solid;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    color: #54473E !important;
    z-index: 50;
    line-height: 20px !important;
    font-size: 14px !important;
    box-shadow: 0 0 2px black;
    -webkit-box-shadow:  0 0 2px black;
    -moz-box-shadow:  0 0 2px black;
    text-shadow: none;
}

.go-button-brown:hover > .go-tooltip{ display: block; }

.go-button-brown > *{ color: white !important; }

.go-button-brown:active{
    box-shadow: inset 0 0 2px black;
    -webkit-box-shadow: inset 0 0 2px black;
    -moz-box-shadow: inset 0 0 2px black;
}

.go-button-no-radius-left{
    -webkit-border-top-left-radius: 0px !important;
    -webkit-border-bottom-left-radius: 0px !important;
    -moz-border-radius-topleft: 0px !important;
    -moz-border-radius-bottomleft: 0px !important;
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}

.go-no-right-border{ border-right: 0px !important; }

.go-no-bottom-border{ border-bottom: 0px !important; }

/******************************************************
 * file: /home/evaneos/public_html/dist/releases/20180502143241-v29.90.2-7f41ce/applications/www.evaneos.com/web/app/modules/betty/css/component/button-green.css 
 ******************************************************/

.go-button-green{
    width: auto;
    color: white;
    font-size: 16px;
    font-weight : bold;
    text-align: center;
    line-height: 28px;
    border: 1px #6ea047 solid;
    padding: 7px 15px 7px 15px;
    cursor: pointer;
    text-shadow: #5D8A3C 0px -1px 0px;
    text-decoration: none !important;
    
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
    
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    
    background-image: linear-gradient(bottom, #6d9946 25%, #72ab49 61%);
    background-image: -o-linear-gradient(bottom, #6d9946 25%, #72ab49 61%);
    background-image: -moz-linear-gradient(bottom, #6d9946 25%, #72ab49 61%);
    background-image: -webkit-linear-gradient(bottom, #6d9946 25%, #72ab49 61%);
    background-image: -ms-linear-gradient(bottom, #6d9946 25%, #72ab49 61%);   
    
    background-color: #72ab49;
}

.go-button-green:hover{
   
    background-image: linear-gradient(bottom, #6ea047 21%, #7BB84F 61%);
    background-image: -o-linear-gradient(bottom, #6ea047 21%, #7BB84F 61%);
    background-image: -moz-linear-gradient(bottom, #6ea047 21%, #7BB84F 61%);
    background-image: -webkit-linear-gradient(bottom, #6ea047 21%, #7BB84F 61%);
    background-image: -ms-linear-gradient(bottom, #6ea047 21%, #7BB84F 61%);
	
    background-color: #7BB84F;
    
    color : white !important;
    text-decoration : inherit !important;
}

.go-button-green:active{
    
    box-shadow: inset 0px 0px 6px #507435;
   -webkit-box-shadow: inset 0px 0px 6px #507435;
   -moz-box-shadow: inset 0px 0px 6px #507435;
   
    background-image: linear-gradient(bottom, #6ea047 21%, #7BB84F 61%);
    background-image: -o-linear-gradient(bottom, #6ea047 21%, #7BB84F 61%);
    background-image: -moz-linear-gradient(bottom, #6ea047 21%, #7BB84F 61%);
    background-image: -webkit-linear-gradient(bottom, #6ea047 21%, #7BB84F 61%);
    background-image: -ms-linear-gradient(bottom, #6ea047 21%, #7BB84F 61%);
	
    background-color: #7BB84F;
}
/******************************************************
 * file: /home/evaneos/public_html/dist/releases/20180502143241-v29.90.2-7f41ce/applications/www.evaneos.com/web/app/modules/betty/css/component/button-green-circuits.css 
 ******************************************************/

.go-button-circuits{
    width: auto;
    height: 28px;
    color: #534840;
    font-size: 16px;
    font-weight : bold;
    text-align: center;
    margin: 10px 10px 0px 10px;
    line-height: 28px;
    border: 1px #E6E1D9 solid;
    padding: 2px 0px 2px 0px;
    cursor: pointer;
    
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
    
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    
    background-image: linear-gradient(bottom, #F7F7F7 25%, #FFFFFF 61%);
    background-image: -o-linear-gradient(bottom, #F7F7F7 25%, #FFFFFF 61%);
    background-image: -moz-linear-gradient(bottom, #F7F7F7 25%, #FFFFFF 61%);
    background-image: -webkit-linear-gradient(bottom,#F7F7F7,#FFFFFF);
    background-image: -ms-linear-gradient(bottom, #F1F2F2 25%, #FFFFFF 61%);   
    
    background-color: #F7F7F7;
}


.iti-horizontal:hover .go-button-circuits{
    color: white;
    border: 1px #6ea047 solid;
    text-shadow: #5D8A3C 0px -1px 0px;
    
    background-image: linear-gradient(bottom, #6d9946 25%, #72ab49 61%);
    background-image: -o-linear-gradient(bottom, #6d9946 25%, #72ab49 61%);
    background-image: -moz-linear-gradient(bottom, #6d9946 25%, #72ab49 61%);
    background-image: -webkit-linear-gradient(bottom, #6d9946 25%, #72ab49 61%);
    background-image: -ms-linear-gradient(bottom, #6d9946 25%, #72ab49 61%);   
    
    background-color: #72ab49;
}

.go-button-circuits:hover, .iti-horizontal:hover .go-button-circuits:hover {
    background-image: linear-gradient(bottom, #6ea047 21%, #7BB84F 61%);
    background-image: -o-linear-gradient(bottom, #6ea047 21%, #7BB84F 61%);
    background-image: -moz-linear-gradient(bottom, #6ea047 21%, #7BB84F 61%);
    background-image: -webkit-linear-gradient(bottom, #6ea047 21%, #7BB84F 61%);
    background-image: -ms-linear-gradient(bottom, #6ea047 21%, #7BB84F 61%);
	
    background-color: #7BB84F;
}

.go-button-circuits:active{
    color: white;
    border: 1px #6ea047 solid;
    text-shadow: #5D8A3C 0px -1px 0px;
    
    box-shadow: inset 0px 0px 6px #507435;
    -webkit-box-shadow: inset 0px 0px 6px #507435;
    -moz-box-shadow: inset 0px 0px 6px #507435;
   
    background-image: linear-gradient(bottom, #6ea047 21%, #7BB84F 61%);
    background-image: -o-linear-gradient(bottom, #6ea047 21%, #7BB84F 61%);
    background-image: -moz-linear-gradient(bottom, #6ea047 21%, #7BB84F 61%);
    background-image: -webkit-linear-gradient(bottom, #6ea047 21%, #7BB84F 61%);
    background-image: -ms-linear-gradient(bottom, #6ea047 21%, #7BB84F 61%);
	
    background-color: #7BB84F;
}
/******************************************************
 * file: /home/evaneos/public_html/dist/releases/20180502143241-v29.90.2-7f41ce/applications/www.evaneos.com/web/app/modules/betty/css/component/button-white.css 
 ******************************************************/


.go-button-white{
    width: auto;
    height: 20px;
    color: #534840;
    font-size: 13px;
    font-weight : bold;
    text-align: center;
    margin: inherit;
    line-height: 20px;
    border: 1px #E6E1D9 solid;
    padding: 7px 15px 7px 15px;
    cursor: pointer;
    
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    

    background-image: linear-gradient(bottom, #F4F4F4 25%, #FFFFFF 61%);
    background-image: -o-linear-gradient(bottom, #F4F4F4 25%, #FFFFFF 61%);
    background-image: -moz-linear-gradient(bottom, #F4F4F4 25%, #FFFFFF 61%);
    background-image: -webkit-linear-gradient(bottom,#F4F4F4,#FFFFFF);
    background-image: -ms-linear-gradient(bottom, #F4F4F4 25%, #FFFFFF 61%);   
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F4F4F4', endColorstr='#FFFFFF');
    
    background-color: #F4F4F4;
}

.go-button-white:hover{
    box-shadow: 0px 0px 3px #E6E1D9;
    
    background-image: linear-gradient(bottom, #FFFFFF 25%, #FFFFFF 61%);
    background-image: -o-linear-gradient(bottom, #FFFFFF 25%, #FFFFFF 61%);
    background-image: -moz-linear-gradient(bottom, #FFFFFF 25%, #FFFFFF 61%);
    background-image: -webkit-linear-gradient(bottom, #FFFFFF 25%, #FFFFFF 61%);
    background-image: -ms-linear-gradient(bottom, #FFFFFF 25%, #FFFFFF 61%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#FFFFFF');

    background-color: #FFFFFF;
    
    color : #534840 !important;
    text-decoration : inherit !important;
}

.go-button-white:active{
    box-shadow: inset 0px 0px 7px #E6E6E6;
   -webkit-box-shadow: inset 0px 0px 7px #E6E6E6;
   -moz-box-shadow: inset 0px 0px 7px #9C918A; 
    

    background-color: #F4F4F4;
}

.go-button-white.disabled {
    background-color: white;
    background-image: inherit;
    cursor : default;
    box-shadow: none;
}

.go-button-white.disabled:hover {
    background-color: white;
    background-image: inherit;
    cursor : default;
    box-shadow: none;
}
/******************************************************
 * file: /home/evaneos/public_html/dist/releases/20180502143241-v29.90.2-7f41ce/applications/www.evaneos.com/web/app/modules/betty/css/component/button-grey.css 
 ******************************************************/

.go-button-grey {
    width: auto;
    height: 20px;
    color: #534840;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    margin: inherit;
    line-height: 20px;
    border: 1px #E6E1D9 solid;
    padding: 7px 15px 7px 15px;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    background-color: #E6E1D9;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 1);
}

.go-button-grey-hover {
    width: auto;
    height: 20px;
    color: #534840;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    margin: inherit;
    line-height: 20px;
    border: 1px #E6E1D9 solid;
    padding: 7px 15px 7px 15px;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    background-color: #E6E1D9;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 1);
    
    background-image: -webkit-linear-gradient(bottom, #E6E1D9 60%, #F9F7F3 100%);
    background-color: white;
    color: #534840 !important;
    text-decoration: inherit !important;
}


.go-button-grey:hover {
    background-image: -webkit-linear-gradient(bottom, #E6E1D9 60%, #F9F7F3 100%);
    background-color: white;
    color: #534840 !important;
    text-decoration: inherit !important;
}

.go-button-grey:active {
    box-shadow: inset 0px 0px 7px #9C918A;
    background-color: #E6E1D9;
}
/******************************************************
 * file: /home/evaneos/public_html/dist/releases/20180502143241-v29.90.2-7f41ce/applications/www.evaneos.com/web/app/modules/betty/css/component/simple-list.css 
 ******************************************************/

.simpleList {
    max-height: 180px;
    width : 200px;
    overflow: auto;
}

.simpleList li {
    color: #534840;
    font-size: 15px;
    border-bottom:1px solid #E8E8E8; 
    padding-top:3px; 
    padding-bottom:3px;
    padding-left: 40px;
    cursor: pointer;
    line-height : 30px;
}

.simpleList li:hover {
    background : #F9F7F3 url("/images/francine/calculateur/check_hover.png") no-repeat 10px center;
}

.simpleListSelected, .simpleList li.selected, .simpleListSelected:hover, .simpleList li.selected:hover {
    background : #F9F7F3 url("/images/francine/calculateur/check.png") no-repeat 10px center !important;
}

.simpleList li input[type=radio], .simpleList li input[type=checkbox] {
    display : none;
}
/******************************************************
 * file: /home/evaneos/public_html/dist/releases/20180502143241-v29.90.2-7f41ce/applications/www.evaneos.com/web/app/modules/betty/css/component/message.css 
 ******************************************************/

#info-message-file {
    position: fixed;
    width: 100%;
    top: 4px;
    border: none;
    z-index: 1080;
    background: transparent;
}

#info-message-file .file-container .lisette-message.warning {
    background-color: #FBC98E;
    border-color: #F7941E;
    color: #F7941E;
}

#info-message-file .file-container .lisette-message.error {
    background-color:#f5a992;
    border-color:#EC5124;
    color:#EC5124;
}

#info-message-file .file-container .lisette-message.validation {
    background-color:#b9d5a5;
    border-color:#72AB49;
    color:#72AB49;
}

#info-message-file .file-container .lisette-message {
    color: white;
    padding: 5px;
    display: none;
    margin-bottom: 5px;
    font-weight: bold;
    border-radius: 3px;
    border: 2px solid #27AAE1;
    background-color: #93D4F0;
    color: #27AAE1;
    font-size: 14px;
    text-align: center;
    overflow: hidden;
}

#info-message-file .file-container {
    width: 400px;
    margin: auto;
}
/******************************************************
 * file: /home/evaneos/public_html/dist/releases/20180502143241-v29.90.2-7f41ce/applications/www.evaneos.com/web/app/modules/betty/css/component/map.css 
 ******************************************************/

.map {
    overflow: hidden;
    position: absolute;
}

.mapinner {
    position: relative;
}

.mapbackground {
    position: absolute;
    top: 0;
    left:0;
}

.pointer {
    cursor: pointer;
}

.itinerary-right-map .right-map .map-container {
    width : 316px;
    height : 200px;
}


.markerContainer {
    margin: 20px 0px 23px 31px;
    position: relative;
}

.marker {
    position:absolute;
    width:52px;
    height:32px;
    margin-top:-20px;
    margin-left:-26px;
    background-image: url('/imageCSS/map/Icons_guide_48.png');
    background-repeat: no-repeat;
    cursor:move;
    z-index: 10;
}

.marker.up {
    margin-top: -31px;
    background-position: -52px 0px;
}

.marker.nature {
    background-position: 0px -32px;
}
.marker.nature.up {
    background-position: -52px -32px;
}
.marker.insolite {
    background-position: 0px -64px;
}
.marker.insolite.up {
    background-position: -52px -64px;
}
.marker.culture {
    background-position: 0px -96px;
}
.marker.culture.up {
    background-position: -52px -96px;
}
.marker.detente {
    background-position: 0px -128px;
}
.marker.detente.up {
    background-position: -52px -128px;
}
.marker.aventure {
    background-position: 0px -160px;
}
.marker.aventure.up {
    background-position: -52px -160px;
}
.marker.rencontres {
    background-position: 0px -192px;
}
.marker.rencontres.up {
    background-position: -52px -192px;
}
.markertype {
    float: left;
    list-style-image: none;
    list-style-type: none;
    width: 60px;
    padding: 10px;
    text-align: center;
    margin: 3px;
    height: 40px;
    font-size: 12px;
    float: right;
    color: #9E9899;
}

.markertype.selected, .markertype:hover {
    border-radius: 5px;
    cursor:pointer;
    color: #534840;
}

.markertype:hover {
    box-shadow: inset 0px 0px 8px #ddd;
    background-color: #fdfdfd;
}

.markertype.selected {
    box-shadow: inset 0px 0px 8px #CCC;
    background-color: #fbfbfb;
}

.markermodellist {
    height: 80px;
    width: 760px;
    margin: 0px;
    padding: 0px;
}

/******************************************************
 * file: /home/evaneos/public_html/dist/releases/20180502143241-v29.90.2-7f41ce/applications/www.evaneos.com/web/app/modules/betty/css/component/star.css 
 ******************************************************/

.star-container {
    display : inline;
    position : relative;
    top : 3px;
}

.star-pos0, .star-pos-0 { }
.star-pos1 { top : 4px; }
.star-pos2 { top : 5px; }
.star-pos3 { top : 6px; }
.star-pos4 { top : 7px; }
.star-pos5 { top : 8px; }
.star-pos-1 { top : 2px; }
.star-pos-2 { top : 1px; }
.star-pos-3 { top : 0px; }
.star-pos-4 { top : -1px; }
.star-pos-5 { top : -2px; }


.star {
    background : url('/stylesheets/betty/pics/betty_icons_16.png') no-repeat;
    width : 16px;
    height : 16px;
    display : inline-block;
}

.star.full.active   { background-position : -16px -80px; }
.star.empty.active  { background-position : -16px -96px; }
.star.semi.active   { background-position : -16px -112px; }
.star.full:hover    { background-position : -16px -80px; }
.star.empty:hover   { background-position : -16px -96px; }
.star.semi:hover    { background-position : -16px -112px; }

.star.full          { background-position : -0px -80px; }
.star.empty         { background-position : -0px -96px; }
.star.semi          { background-position : -0px -112px; }
/******************************************************
 * file: /home/evaneos/public_html/dist/releases/20180502143241-v29.90.2-7f41ce/applications/www.evaneos.com/web/app/modules/betty/css/component/slider.css 
 ******************************************************/

/*
 * jQuery UI CSS Framework 1.8.7
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Arial,sans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=6px&bgColorHeader=cc0000&bgTextureHeader=03_highlight_soft.png&bgImgOpacityHeader=15&borderColorHeader=e3a1a1&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=ffffff&bgTextureContent=01_flat.png&bgImgOpacityContent=75&borderColorContent=eeeeee&fcContent=333333&iconColorContent=cc0000&bgColorDefault=eeeeee&bgTextureDefault=04_highlight_hard.png&bgImgOpacityDefault=100&borderColorDefault=d8dcdf&fcDefault=004276&iconColorDefault=cc0000&bgColorHover=f6f6f6&bgTextureHover=04_highlight_hard.png&bgImgOpacityHover=100&borderColorHover=cdd5da&fcHover=111111&iconColorHover=cc0000&bgColorActive=ffffff&bgTextureActive=01_flat.png&bgImgOpacityActive=65&borderColorActive=eeeeee&fcActive=cc0000&iconColorActive=cc0000&bgColorHighlight=fbf8ee&bgTextureHighlight=02_glass.png&bgImgOpacityHighlight=55&borderColorHighlight=fcd3a1&fcHighlight=444444&iconColorHighlight=004276&bgColorError=f3d8d8&bgTextureError=08_diagonals_thick.png&bgImgOpacityError=75&borderColorError=cc0000&fcError=2e2e2e&iconColorError=cc0000&bgColorOverlay=a6a6a6&bgTextureOverlay=09_dots_small.png&bgImgOpacityOverlay=65&opacityOverlay=40&bgColorShadow=333333&bgTextureShadow=01_flat.png&bgImgOpacityShadow=0&opacityShadow=10&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
 */
/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Arial, sans-serif;
	font-size: .9em;
}

.ui-widget .ui-widget {
	font-size: 1em;
}

.ui-widget input,.ui-widget select,.ui-widget textarea,.ui-widget button
	{
	font-family: Arial, sans-serif;
	font-size: 1em;
}

.ui-widget-content {
	border: 1px solid #eeeeee;
	background: #ffffff
		url(../stylesheets/blitzer/images/ui-bg_flat_75_ffffff_40x100.png) 50%
		50% repeat-x;
	color: #333333;
}

.ui-widget-content a {
	color: #333333;
}

.ui-widget-header {
	border: 1px solid #ED5023;
	background: #ED5023;
	color: #ffffff;
	font-weight: bold;
}

.ui-widget-header a {
	color: #ffffff;
}



/* Interaction states
----------------------------------*/
.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default
	{
	border: 1px solid #d8dcdf;
	background: #eeeeee
		url(../stylesheets/blitzer/images/ui-bg_highlight-hard_100_eeeeee_1x100.png)
		50% 50% repeat-x;
	font-weight: bold;
	color: #004276;
}

.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited
	{
	color: #004276;
	text-decoration: none;
}

.ui-state-hover,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-hover,.ui-state-focus,.ui-widget-content .ui-state-focus,.ui-widget-header .ui-state-focus
	{
	border: 1px solid #cdd5da;
	background: #f6f6f6
		url(../stylesheets/blitzer/images/ui-bg_highlight-hard_100_f6f6f6_1x100.png)
		50% 50% repeat-x;
	font-weight: bold;
	color: #111111;
}

.ui-state-hover a,.ui-state-hover a:hover {
	color: #111111;
	text-decoration: none;
}

.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active
	{
	border: 1px solid #eeeeee;
	background: #ffffff
		url(../stylesheets/blitzer/images/ui-bg_flat_65_ffffff_40x100.png) 50%
		50% repeat-x;
	font-weight: bold;
	color: #cc0000;
}

.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited {
	color: #cc0000;
	text-decoration: none;
}

.ui-widget :active {
	outline: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight
	{
	border: 1px solid #fcd3a1;
	background: #fbf8ee
		url(../stylesheets/blitzer/images/ui-bg_glass_55_fbf8ee_1x400.png) 50%
		50% repeat-x;
	color: #444444;
}

.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a
	{
	color: #444444;
}

.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error
	{
	border: 1px solid #A21021;
	background: #a21021;
	color: #2e2e2e;
}

.ui-state-error a,.ui-widget-content .ui-state-error a,.ui-widget-header .ui-state-error a
	{
	color: #2e2e2e;
}

.ui-state-error-text,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error-text
	{
	color: #2e2e2e;
}

.ui-priority-primary,.ui-widget-content .ui-priority-primary,.ui-widget-header .ui-priority-primary
	{
	font-weight: bold;
}

.ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary
	{
	opacity: .7;
	filter: Alpha(Opacity = 70);
	font-weight: normal;
}

.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled
	{
	opacity: .35;
	filter: Alpha(Opacity = 35);
	background-image: none;
}

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
	background-image:
		url(../stylesheets/blitzer/images/ui-icons_cc0000_256x240.png);
}

.ui-widget-content .ui-icon {
	background-image:
		url(../stylesheets/blitzer/images/ui-icons_cc0000_256x240.png);
}

.ui-widget-header .ui-icon {
	background-image:
		url(../stylesheets/blitzer/images/ui-icons_ffffff_256x240.png);
}

.ui-state-default .ui-icon {
	background-image:
		url(../stylesheets/blitzer/images/ui-icons_cc0000_256x240.png);
}

.ui-state-hover .ui-icon,.ui-state-focus .ui-icon {
	background-image:
		url(../stylesheets/blitzer/images/ui-icons_cc0000_256x240.png);
}

.ui-state-active .ui-icon {
	background-image:
		url(../stylesheets/blitzer/images/ui-icons_cc0000_256x240.png);
}

.ui-state-highlight .ui-icon {
	background-image:
		url(../stylesheets/blitzer/images/ui-icons_004276_256x240.png);
}

.ui-state-error .ui-icon,.ui-state-error-text .ui-icon {
	background-image:
		url(../stylesheets/blitzer/images/ui-icons_cc0000_256x240.png);
}

/* positioning */
.ui-icon-carat-1-n {
	background-position: 0 0;
}

.ui-icon-carat-1-ne {
	background-position: -16px 0;
}

.ui-icon-carat-1-e {
	background-position: -32px 0;
}

.ui-icon-carat-1-se {
	background-position: -48px 0;
}

.ui-icon-carat-1-s {
	background-position: -64px 0;
}

.ui-icon-carat-1-sw {
	background-position: -80px 0;
}

.ui-icon-carat-1-w {
	background-position: -96px 0;
}

.ui-icon-carat-1-nw {
	background-position: -112px 0;
}

.ui-icon-carat-2-n-s {
	background-position: -128px 0;
}

.ui-icon-carat-2-e-w {
	background-position: -144px 0;
}

.ui-icon-triangle-1-n {
	background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
	background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
	background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
	background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
	background-position: -64px -16px;
}

.ui-icon-triangle-1-sw {
	background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
	background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
	background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
	background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
	background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
	background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
	background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
	background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
	background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
	background-position: -64px -32px;
}

.ui-icon-arrow-1-sw {
	background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
	background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
	background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
	background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
	background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
	background-position: -160px -32px;
}

.space5{ height:7px;}

.ui-icon-arrow-2-se-nw {
	background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
	background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
	background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
	background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
	background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
	background-position: 0 -48px;
}

.ui-icon-arrowthick-1-ne {
	background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
	background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
	background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
	background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
	background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
	background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
	background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
	background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
	background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
	background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
	background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
	background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
	background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
	background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
	background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
	background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
	background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
	background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
	background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
	background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
	background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
	background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
	background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
	background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
	background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
	background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
	background-position: -176px -64px;
}

.ui-icon-arrow-4 {
	background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
	background-position: -16px -80px;
}

.ui-icon-extlink {
	background-position: -32px -80px;
}

.ui-icon-newwin {
	background-position: -48px -80px;
}

.ui-icon-refresh {
	background-position: -64px -80px;
}

.ui-icon-shuffle {
	background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
	background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
	background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
	background-position: 0 -96px;
}

.ui-icon-folder-open {
	background-position: -16px -96px;
}

.ui-icon-document {
	background-position: -32px -96px;
}

.ui-icon-document-b {
	background-position: -48px -96px;
}

.ui-icon-note {
	background-position: -64px -96px;
}

.ui-icon-mail-closed {
	background-position: -80px -96px;
}

.ui-icon-mail-open {
	background-position: -96px -96px;
}

.ui-icon-suitcase {
	background-position: -112px -96px;
}

.ui-icon-comment {
	background-position: -128px -96px;
}

.ui-icon-person {
	background-position: -144px -96px;
}

.ui-icon-print {
	background-position: -160px -96px;
}

.ui-icon-trash {
	background-position: -176px -96px;
}

.ui-icon-locked {
	background-position: -192px -96px;
}

.ui-icon-unlocked {
	background-position: -208px -96px;
}

.ui-icon-bookmark {
	background-position: -224px -96px;
}

.ui-icon-tag {
	background-position: -240px -96px;
}

.ui-icon-home {
	background-position: 0 -112px;
}

.ui-icon-flag {
	background-position: -16px -112px;
}

.ui-icon-calendar {
	background-position: -32px -112px;
}

.ui-icon-cart {
	background-position: -48px -112px;
}

.ui-icon-pencil {
	background-position: -64px -112px;
}

.ui-icon-clock {
	background-position: -80px -112px;
}

.ui-icon-disk {
	background-position: -96px -112px;
}

.ui-icon-calculator {
	background-position: -112px -112px;
}

.ui-icon-zoomin {
	background-position: -128px -112px;
}

.ui-icon-zoomout {
	background-position: -144px -112px;
}

.ui-icon-search {
	background-position: -160px -112px;
}

.ui-icon-wrench {
	background-position: -176px -112px;
}

.ui-icon-gear {
	background-position: -192px -112px;
}

.ui-icon-heart {
	background-position: -208px -112px;
}

.ui-icon-star {
	background-position: -224px -112px;
}

.ui-icon-link {
	background-position: -240px -112px;
}

.ui-icon-cancel {
	background-position: 0 -128px;
}

.ui-icon-plus {
	background-position: -16px -128px;
}

.ui-icon-plusthick {
	background-position: -32px -128px;
}

.ui-icon-minus {
	background-position: -48px -128px;
}

.ui-icon-minusthick {
	background-position: -64px -128px;
}

.ui-icon-close {
	background-position: -80px -128px;
}

.ui-icon-closethick {
	background-position: -96px -128px;
}

.ui-icon-key {
	background-position: -112px -128px;
}

.ui-icon-lightbulb {
	background-position: -128px -128px;
}

.ui-icon-scissors {
	background-position: -144px -128px;
}

.ui-icon-clipboard {
	background-position: -160px -128px;
}

.ui-icon-copy {
	background-position: -176px -128px;
}

.ui-icon-contact {
	background-position: -192px -128px;
}

.ui-icon-image {
	background-position: -208px -128px;
}

.ui-icon-video {
	background-position: -224px -128px;
}

.ui-icon-script {
	background-position: -240px -128px;
}

.ui-icon-alert {
	background-position: 0 -144px;
}

.ui-icon-info {
	background-position: -16px -144px;
}

.ui-icon-notice {
	background-position: -32px -144px;
}

.ui-icon-help {
	background-position: -48px -144px;
}

.ui-icon-check {
	background-position: -64px -144px;
}

.ui-icon-bullet {
	background-position: -80px -144px;
}

.ui-icon-radio-off {
	background-position: -96px -144px;
}

.ui-icon-radio-on {
	background-position: -112px -144px;
}

.ui-icon-pin-w {
	background-position: -128px -144px;
}

.ui-icon-pin-s {
	background-position: -144px -144px;
}

.ui-icon-play {
	background-position: 0 -160px;
}

.ui-icon-pause {
	background-position: -16px -160px;
}

.ui-icon-seek-next {
	background-position: -32px -160px;
}

.ui-icon-seek-prev {
	background-position: -48px -160px;
}

.ui-icon-seek-end {
	background-position: -64px -160px;
}

.ui-icon-seek-start {
	background-position: -80px -160px;
}

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
	background-position: -80px -160px;
}

.ui-icon-stop {
	background-position: -96px -160px;
}

.ui-icon-eject {
	background-position: -112px -160px;
}

.ui-icon-volume-off {
	background-position: -128px -160px;
}

.ui-icon-volume-on {
	background-position: -144px -160px;
}

.ui-icon-power {
	background-position: 0 -176px;
}

.ui-icon-signal-diag {
	background-position: -16px -176px;
}

.ui-icon-signal {
	background-position: -32px -176px;
}

.ui-icon-battery-0 {
	background-position: -48px -176px;
}

.ui-icon-battery-1 {
	background-position: -64px -176px;
}

.ui-icon-battery-2 {
	background-position: -80px -176px;
}

.ui-icon-battery-3 {
	background-position: -96px -176px;
}

.ui-icon-circle-plus {
	background-position: 0 -192px;
}

.ui-icon-circle-minus {
	background-position: -16px -192px;
}

.ui-icon-circle-close {
	background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
	background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
	background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
	background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
	background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
	background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
	background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
	background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
	background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
	background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
	background-position: -192px -192px;
}

.ui-icon-circle-check {
	background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
	background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
	background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
	background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
	background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
	background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
	background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
	background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
	background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
	background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
	background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
	background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
	background-position: -80px -224px;
}

/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-tl {
	-moz-border-radius-topleft: 6px;
	-webkit-border-top-left-radius: 6px;
	border-top-left-radius: 6px;
}

.ui-corner-tr {
	-moz-border-radius-topright: 6px;
	-webkit-border-top-right-radius: 6px;
	border-top-right-radius: 6px;
}

.ui-corner-bl {
	-moz-border-radius-bottomleft: 6px;
	-webkit-border-bottom-left-radius: 6px;
	border-bottom-left-radius: 6px;
}

.ui-corner-br {
	-moz-border-radius-bottomright: 6px;
	-webkit-border-bottom-right-radius: 6px;
	border-bottom-right-radius: 6px;
}

.ui-corner-top {
	-moz-border-radius-topleft: 6px;
	-webkit-border-top-left-radius: 6px;
	border-top-left-radius: 6px;
	-moz-border-radius-topright: 6px;
	-webkit-border-top-right-radius: 6px;
	border-top-right-radius: 6px;
}

.ui-corner-bottom {
	-moz-border-radius-bottomleft: 6px;
	-webkit-border-bottom-left-radius: 6px;
	border-bottom-left-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	-webkit-border-bottom-right-radius: 6px;
	border-bottom-right-radius: 6px;
}

.ui-corner-right {
	-moz-border-radius-topright: 6px;
	-webkit-border-top-right-radius: 6px;
	border-top-right-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	-webkit-border-bottom-right-radius: 6px;
	border-bottom-right-radius: 6px;
}

.ui-corner-left {
	-moz-border-radius-topleft: 6px;
	-webkit-border-top-left-radius: 6px;
	border-top-left-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	-webkit-border-bottom-left-radius: 6px;
	border-bottom-left-radius: 6px;
}

.ui-corner-all {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}


/*
 * jQuery UI Slider 1.8.7
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Slider#theming
 */
.ui-slider {
	position: relative;
	text-align: left;
}

.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 1;
	width: 1.2em;
	height: 1.2em;
	cursor: move;
        border-radius : 3px !important;
}

.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
        box-shadow: inset 0px 0px 3px 1px #A00;
}

.ui-slider-horizontal {
	height: .8em;
        box-shadow: inset 0px 0px 3px 2px #EEE;
        border: 1px solid #E8E1D9;
}

.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}

.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}

.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}
/******************************************************
 * file: /home/evaneos/public_html/dist/releases/20180502143241-v29.90.2-7f41ce/applications/www.evaneos.com/web/app/modules/betty/css/component/itinerary-medium-box.css 
 ******************************************************/

.IE8down .iti-medium {
    border : 1px solid #ddd;
}

.IE8down .iti-medium .iti-thumb-map .mapinner {
    width : 232px !important;
}

.iti-medium {
    height : 210px;
    text-align : center;
    background-color : white;
    border-radius : 5px;
    box-shadow: 0px 0px 5px -1px #534840;
    overflow : hidden;
}

.iti-medium-wrap {
    position: relative;
}

.iti-medium-wrap .user-wishlist-itineraries-heart-button {
    position: absolute;
    z-index: 100;
    top: 87px;
    right: 6px;
}

.iti-medium:hover {
    cursor : pointer;
}

.iti-medium .iti-thumb-map {
    display : none;
}

.iti-medium .iti-thumb-map .map-container {
    width: 234px;
    height: 150px;
}

.iti-medium .iti-thumb-map .iti-thumb-map-hr {
    margin: 0px; 
    border-top-color: #D5D2D0;
}

.iti-medium .iti-thumb-img {
    display : block;
}

.iti-medium .iti-thumb-img .iti-thumb-img-hr {
    margin: 0px; 
    border-top-color: transparent;
}

.iti-medium.hoverable:hover .iti-thumb-map {
    display : block;
}

.iti-medium.hoverable:hover .iti-thumb-img {
    display : none;
}

.iti-medium.hoverable:hover .gamme, .iti-medium.hoverable:hover .gamme-title {
    visibility : hidden;
}

.iti-medium .flagged {
    display : none;
}

.iti-medium .iti-thumb-map img {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-top-left-radius: 5px;
    -moz-border-top-right-radius: 5px;    
}

.iti-medium .iti-thumb-img img {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
    -moz-border-bottom-left-radius: 0px;
    -moz-border-bottom-right-radius: 0px;
}

.iti-medium:hover h3 {
    color : #EC5124;
}

.iti-medium:hover .gamme {
    opacity : 1.0;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    zoom: 1;
}

.iti-medium h3 {
    line-height : 17px;
    font-size : 15px;
    font-weight : bold;
}

.iti-medium h3:hover {
    color : #EC5124;
    cursor : pointer;
}

.iti-medium .gamme {
    position : relative;
    top : -25px;
    background : black;
    height : 25px;
    opacity : 0.7;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    zoom: 1;
}

.iti-medium .gamme-title {
    position : relative;
    top : -44px;
    font-size : 13px;
    color : white;
    font-weight : bold;
}

.iti-medium .desc {
    position : relative;
    top : -36px;
    padding : 2px 5px;
}

.iti-medium .desc a {
    color : #534840;
}

.iti-medium .desc a:hover {
    text-decoration : none;
}

.iti-search {
    background : url('/stylesheets/betty/pics/touslescircuits-normal.png') no-repeat center center;
    width : 234px;
    height : 210px;
    position : relative;
}

.iti-search:hover {
    background : url('/stylesheets/betty/pics/touslescircuits-hover.png') no-repeat center center;
    cursor : pointer;
}

.iti-search {
    position:relative;
}
.iti-search a.search-by-button {
    display:block;
    margin-top:20px;
    font-size: 15px;
    font-weight: bold;
    color: #534840;
    width: 100%;
    /*height:100%;
    line-height:400px;*/
    text-align: center;
}

.iti-green-container {
    position : relative;
    height : 80px;
}

.iti-green-opacity {
    background-color: #72AB49;
    opacity:0.2;
    filter:alpha(opacity=20);
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    zoom: 1;
    border-radius: 5px;
    height: 80px;
}

.iti-green-text {
    position: relative;
    top: -50px;
    left: 50px;
    color: #4E852E;
    font-size: 18px;
}

.rowcell4 > .iti-green-container > .iti-green-text {
    top: -50px;
    left: 145px;
}

.iti-green-button-container {
    position: absolute;
    right: 17px;
    top: 17px;
}

.rowcell4 > .iti-green-container > .iti-green-button-container {
    right: 167px;
    top: 17px;
}

.iti-green-button-fix {
    display: block;
    height: 30px;
}

.iti-medium.relative {
    position: relative;
    overflow:visible;
}

.iti-search > .search-by-list {
    margin-bottom:3px;
}

.iti-search > .search-by-button {
    position : absolute;
    bottom : 26px; 
    font-size : 15px; 
    font-weight : bold;
    color : #534840;
    width : 100%;
    text-align : center;
}

.iti-search:hover > .search-by-button {
    color : #EC5124;
    text-decoration: none;
    cursor : pointer;
}

.iti-medium [class^=tag-] {
    position:absolute;
    border-radius:2px;
    padding:4px 4px 3px 4px;
    border:none;
    color:#fff;
    top:10px;
    left:-3px;
    font-weight:bold;
    text-transform:uppercase;
    line-height: 17px;
    border-bottom:1px solid #534840;
}

.iti-medium .tag-heartbeat {
    background-color:#ee2a7b;
}

.iti-medium .tag-new {
    background-color:#f7941e;
}

.iti-medium [class^=tag-] .iti-tag-icon {
    width:16px;
    height:16px;
    display:block;
    float:left;
    margin-right:5px;
    background-image:url('/stylesheets/betty/pics/betty_icons_16.png');
}

.iti-medium .tag-heartbeat .iti-tag-icon {
    background-position : -0px -528px;
}

.iti-medium .tag-new .iti-tag-icon {
    background-position : -16px -528px;
}

.iti-medium [class^=tag-] .iti-tag-left-border {
    width: 16px;
    height: 24px;
    position: absolute;
    right: -7px;
    top: 0;
    border-radius: 0 2px 2px 0;
    background-image:url('/stylesheets/betty/pics/betty_icons_24.png');
    border-bottom:1px solid #534840;
}

.iti-medium .tag-heartbeat .iti-tag-left-border {
    background-position : -0px -192px;
}

.iti-medium .tag-new .iti-tag-left-border {
    background-position : -0px -168px;
}

/******************************************************
 * file: /home/evaneos/public_html/dist/releases/20180502143241-v29.90.2-7f41ce/applications/www.evaneos.com/web/app/modules/betty/css/component/itinerary-horizontal-box.less 
 ******************************************************/

.IE8down .iti-horizontal {
  width: 724px;
  border: 1px solid #ddd;
}
.IE8down .iti-horizontal .iti-picture {
  width: 167px;
}
.IE8down .iti-horizontal .iti-desc {
  width: 392px;
}
.IE8down .iti-horizontal .iti-right-summary {
  width: 148px;
}
.iti-horizontal {
  width: 726px;
  height: 120px;
  box-shadow: gray 0px 0px 3px 0px;
  background: white;
  border-radius: 5px;
}
.iti-horizontal a {
  font-size: 15px;
  font-weight: bold;
  line-height: 18px;
  white-space: nowrap;
  color: #534840;
}
.iti-horizontal .iti-picture {
  width: 167px;
  position: relative;
}
.iti-horizontal .iti-picture img {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.iti-horizontal .iti-picture .gamme {
  position: absolute;
  background: black;
  height: 25px;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  zoom: 1;
  width: 100%;
  margin-top: -25px;
  border-bottom-left-radius: 5px;
}
.iti-horizontal .iti-picture .gamme-title {
  position: absolute;
  font-size: 13px;
  color: white;
  font-weight: bold;
  width: 100%;
  text-align: center;
  margin-top: -20px;
}
.iti-horizontal .iti-picture .flagged {
  position: absolute;
  border-radius: 2px;
  padding: 4px 4px 3px 4px;
  border: none;
  color: #fff;
  top: 10px;
  left: -3px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 17px;
  border-bottom: 1px solid #534840;
}
.iti-horizontal .iti-picture .flagged.flag_exclusive {
  background-color: #EC5124;
}
.iti-horizontal .iti-picture .flagged.flag_new {
  background-color: #F7941E;
}
.iti-horizontal .iti-picture .flagged.flag_family {
  background-color: #00A79D;
}
.iti-horizontal .iti-picture .flagged.flag_group {
  background-color: #6aabde;
}
.iti-horizontal .iti-picture .flagged.flag_guaranteed {
  background-color: #8dbc6d;
}
.iti-horizontal .iti-picture .flagged.flag_honeymoon {
  background-color: #EE2A7B;
}
.iti-horizontal .iti-picture [class^=tag-] {
  position: absolute;
  border-radius: 2px;
  padding: 4px 4px 3px 4px;
  border: none;
  color: #fff;
  top: 10px;
  left: -3px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 17px;
  border-bottom: 1px solid #534840;
}
.iti-horizontal .iti-picture [class^=tag-] .iti-tag-icon {
  width: 16px;
  height: 16px;
  display: block;
  float: left;
  margin-right: 5px;
  background-image: url('/stylesheets/betty/pics/betty_icons_16.png');
}
.iti-horizontal .iti-picture [class^=tag-] .iti-tag-left-border {
  width: 16px;
  height: 24px;
  position: absolute;
  right: -7px;
  top: 0;
  border-radius: 0 2px 2px 0;
  background-image: url('/stylesheets/betty/pics/betty_icons_24.png');
  border-bottom: 1px solid #534840;
}
.iti-horizontal .iti-picture .tag-heartbeat {
  background-color: #ee2a7b;
}
.iti-horizontal .iti-picture .tag-heartbeat .iti-tag-icon {
  background-position: 0px -528px;
}
.iti-horizontal .iti-picture .tag-heartbeat .iti-tag-left-border {
  background-position: 0px -192px;
}
.iti-horizontal .iti-picture .tag-new {
  background-color: #f7941e;
}
.iti-horizontal .iti-picture .tag-new .iti-tag-icon {
  background-position: -16px -528px;
}
.iti-horizontal .iti-picture .tag-new .iti-tag-left-border {
  background-position: 0px -168px;
}
.iti-horizontal .iti-picture .user-wishlist-itineraries-heart-button {
  position: absolute;
  bottom: 28px;
  right: 6px;
}
.iti-horizontal .iti-desc {
  width: 394px;
  margin-left: 10px;
  margin-top: 7px;
}
.iti-horizontal .iti-desc h2 {
  font-size: 15px;
  font-weight: bold;
  line-height: 18px;
  white-space: nowrap;
}
.iti-horizontal .iti-desc h2 .iti-title-country {
  color: #9C918A;
  font-size: 12px;
  font-weight: normal;
}
.iti-horizontal .iti-desc .iti-link-personnalize {
  color: #534840;
}
.iti-horizontal .iti-desc .iti-desc-description {
  color: #534840;
  line-height: 16px;
  margin-top: 3px;
  font-size: 13px;
}
.iti-horizontal .iti-desc .iti-agent-price {
  margin-top: 5px;
  font-size: 13px;
  font-weight: bold;
  color: #9C918A;
}
.iti-horizontal .iti-right-summary {
  width: 150px;
  margin-left: 5px;
}
.iti-horizontal .iti-right-summary .go-button-circuits .icon-24-eye {
  position: relative;
  top: -2px;
}
.iti-horizontal .iti-right-summary .iti-see-more-metadatas {
  margin: 8px 5px 5px 10px;
}
.iti-horizontal .iti-right-summary .iti-see-more-metadatas .iti-see-more-metadata {
  margin-bottom: 6px;
}
.iti-horizontal .iti-right-summary .iti-see-more-metadatas .iti-see-more-metadata i[class^="icon-"],
.iti-horizontal .iti-right-summary .iti-see-more-metadatas .iti-see-more-metadata i[class*=" icon-"] {
  margin-top: -3px;
  margin-right: 5px;
  float: left;
}
.iti-horizontal .iti-right-summary .iti-see-more-metadatas .iti-see-more-metadata span {
  display: inline-block;
  width: 110px;
  font-size: 12px;
}
.iti-horizontal:hover .iti-desc h2 {
  color: #EE4F15;
}
.iti-horizontal:hover .iti-desc .iti-desc-description {
  color: #534840;
}
.iti-horizontal:hover .iti-desc .iti-link-personnalize {
  color: #EE4F15;
  text-decoration: none;
}
.iti-horizontal:hover .iti-right-summary .go-button-circuits .icon-24-eye {
  background-position: -72px -408px;
}
.iti-horizontal:hover .iti-picture .gamme {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  zoom: 1;
}

/******************************************************
 * file: /home/evaneos/public_html/dist/releases/20180502143241-v29.90.2-7f41ce/applications/www.evaneos.com/web/app/modules/betty/css/component/row-rowcell-matrix.css 
 ******************************************************/

.rowcell1 { background-color: transparent; float:left; margin-bottom:12px; }
.rowcell2 { background-color: transparent; float:left; margin-bottom:12px; }
.rowcell3 { background-color: transparent; float:left; margin-bottom:12px; }
.rowcell4 { background-color: transparent; float:left; margin-bottom:12px; }

.row3 { width: 972px; display : block; margin:0px; padding:0px; clear:both }
.row4 { width: 972px; display : block; margin:0px; padding:0px; clear:both }

.row3 .rowcell1 { width : 316px; margin-left : 0px }
.row3 .rowcell2 { width : 644px; margin-left : 0px }
.row3 .rowcell3 { width : 972px; margin-left : 0px }

.row3 .rowcell1 .row3 { width: 316px; display : block; margin:0px; padding:0px; margin-bottom:12px; }
.row3 .rowcell2 .row3 { width: 644px; display : block; margin:0px; padding:0px; margin-bottom:12px; }
.row3 .rowcell3 .row3 { width: 972px; display : block; margin:0px; padding:0px; margin-bottom:12px; }

.row4 .rowcell1:first-child, .row4 > .rowcell1:nth-child(3n+1) { width : 234px; margin-left : 0px }
.row4 .rowcell2:first-child, .row4 > .rowcell2:nth-child(2n+1) { width : 480px; margin-left : 0px }
.row4 .rowcell1 { width : 234px; margin-left : 0px }
.row4 .rowcell2 { width : 480px; margin-left : 0px }
.row4 .rowcell3 { width : 726px; margin-left : 0px }
.row4 .rowcell4 { width : 972px; margin-left : 0px }

.row4 .rowcell1 .row4 { width: 234px; display : block; margin:0px; padding:0px; }
.row4 .rowcell2 .row4 { width: 480px; display : block; margin:0px; padding:0px; margin-bottom:12px; }
.row4 .rowcell3 .row4 { width: 726px; display : block; margin:0px; padding:0px; margin-bottom:12px; }
.row4 .rowcell4 .row4 { width: 972px; display : block; margin:0px; padding:0px; margin-bottom:12px; }

.row4 .rowcell1 .row4 .rowcell1 { width : 234px; margin-left : 0px; }
.row4 .rowcell3 .row4 .rowcell2:first-child { width : 357px; margin-left : 0px;}
.row4 .rowcell3 .row4 .rowcell2 { width : 357px; margin-left : 0px;}

.rowcellgrp > .rowcell1 { margin-left : 12px }
.rowcellgrp > .rowcell2 { margin-left : 12px }
.rowcellgrp > .rowcell3 { margin-left : 12px }
.rowcellgrp > .rowcell4 { margin-left : 12px }
.rowcellgrp > .rowcell1:first-child { margin-left : 0px }
.rowcellgrp > .rowcell2:first-child { margin-left : 0px }
.rowcellgrp > .rowcell3:first-child { margin-left : 0px }
.rowcellgrp > .rowcell4:first-child { margin-left : 0px }
.row4 > .rowcellgrp > .rowcell4:nth-child(2n+1) { margin-left : 0px }
.row4 > .rowcellgrp > .rowcell2:nth-child(2n+1) { margin-left : 0px }
.rowcell4 > .row4 > .rowcellgrp > .rowcell1:nth-child(4n+1) { margin-left : 0px }
.rowcell2 > .rowcellgrp > .rowcell1:nth-child(2n+1) { margin-left : 0px }
.go-content > .row4 > .rowcellgrp > .rowcell1:nth-child(4n+1) { margin-left : 0px }
.rowcell3 > .row4 > .rowcellgrp > .rowcell1:nth-child(3n+1) { margin-left : 0px }
.rowcell3 > .rowcellgrp > .rowcell1:nth-child(3n+1) { margin-left: 0px; }
.rowcell3 > .rowcellgrp > .rowcell3 { margin-left: 0px; }

.IE8down .row4 > .rowcellgrp > .rowcell4 { margin-left : 0px; }

.IE8down .row4 > .rowcellgrp > .rowcell2:first-child { margin-left : 0px; }
.IE8down .row4 > .rowcellgrp > .rowcell2:first-child + .rowcell2 + .rowcell2 { margin-left : 0px; }
.IE8down .row4 > .rowcellgrp > .rowcell2:first-child + .rowcell2 + .rowcell2 + .rowcell2  + .rowcell2 { margin-left : 0px; }
.IE8down .row4 > .rowcellgrp > .rowcell2:first-child + .rowcell2 + .rowcell2 + .rowcell2  + .rowcell2 + .rowcell2  + .rowcell2 { margin-left : 0px; }
.IE8down .row4 > .rowcellgrp > .rowcell2:first-child + .rowcell2 + .rowcell2 + .rowcell2  + .rowcell2 + .rowcell2  + .rowcell2 + .rowcell2 + .rowcell2 { margin-left : 0px; }
.IE8down .row4 > .rowcellgrp > .rowcell2:first-child + .rowcell2 + .rowcell2 + .rowcell2  + .rowcell2 + .rowcell2  + .rowcell2 + .rowcell2 + .rowcell2 + .rowcell2 + .rowcell2 { margin-left : 0px; }
.IE8down .row4 > .rowcellgrp > .rowcell2:first-child + .rowcell2 + .rowcell2 + .rowcell2  + .rowcell2 + .rowcell2  + .rowcell2 + .rowcell2 + .rowcell2 + .rowcell2 + .rowcell2 + .rowcell2 + .rowcell2 { margin-left : 0px; }
.IE8down .row4 > .rowcellgrp > .rowcell2:first-child + .rowcell2 + .rowcell2 + .rowcell2  + .rowcell2 + .rowcell2  + .rowcell2 + .rowcell2 + .rowcell2 + .rowcell2 + .rowcell2 + .rowcell2 + .rowcell2 + .rowcell2 + .rowcell2 { margin-left : 0px; }
.IE8down .row4 > .rowcellgrp > .rowcell2:first-child + .rowcell2 + .rowcell2 + .rowcell2  + .rowcell2 + .rowcell2  + .rowcell2 + .rowcell2 + .rowcell2 + .rowcell2 + .rowcell2 + .rowcell2 + .rowcell2 + .rowcell2 + .rowcell2 + .rowcell2 + .rowcell2 { margin-left : 0px; }
.IE8down .row4 > .rowcellgrp > .rowcell2:first-child + .rowcell2 + .rowcell2 + .rowcell2  + .rowcell2 + .rowcell2  + .rowcell2 + .rowcell2 + .rowcell2 + .rowcell2 + .rowcell2 + .rowcell2 + .rowcell2 + .rowcell2 + .rowcell2 + .rowcell2 + .rowcell2 + .rowcell2 + .rowcell2 { margin-left : 0px; }
.IE8down .row4 > .rowcellgrp > .rowcell2:first-child + .rowcell2 + .rowcell2 + .rowcell2  + .rowcell2 + .rowcell2  + .rowcell2 + .rowcell2 + .rowcell2 + .rowcell2 + .rowcell2 + .rowcell2 + .rowcell2 + .rowcell2 + .rowcell2 + .rowcell2 + .rowcell2 + .rowcell2 + .rowcell2 + .rowcell2 + .rowcell2 { margin-left : 0px; }
.IE8down .row4 > .rowcellgrp > .rowcell2:first-child + .rowcell2 + .rowcell2 + .rowcell2  + .rowcell2 + .rowcell2  + .rowcell2 + .rowcell2 + .rowcell2 + .rowcell2 + .rowcell2 + .rowcell2 + .rowcell2 + .rowcell2 + .rowcell2 + .rowcell2 + .rowcell2 + .rowcell2 + .rowcell2 + .rowcell2 + .rowcell2 + .rowcell2 + .rowcell2 { margin-left : 0px; }

.IE8down .rowcell2 > .rowcellgrp > .rowcell1:first-child { margin-left : 0px; }
.IE8down .rowcell2 > .rowcellgrp > .rowcell1:first-child + .rowcell1 + .rowcell1 { margin-left : 0px; }
.IE8down .rowcell2 > .rowcellgrp > .rowcell1:first-child + .rowcell1 + .rowcell1 + .rowcell1 + .rowcell1 { margin-left : 0px; }
.IE8down .rowcell2 > .rowcellgrp > .rowcell1:first-child + .rowcell1 + .rowcell1 + .rowcell1 + .rowcell1 + .rowcell1 + .rowcell1 { margin-left : 0px; }
.IE8down .rowcell2 > .rowcellgrp > .rowcell1:first-child + .rowcell1 + .rowcell1 + .rowcell1 + .rowcell1 + .rowcell1 + .rowcell1 + .rowcell1 + .rowcell1 { margin-left : 0px; }

.IE8down .go-content > .row4 > .rowcellgrp > .rowcell1:first-child { margin-left : 0px; }
.IE8down .go-content > .row4 > .rowcellgrp > .rowcell1:first-child + .rowcell1 + .rowcell1 + .rowcell1 + .rowcell1 { margin-left : 0px; }
.IE8down .go-content > .row4 > .rowcellgrp > .rowcell1:first-child + .rowcell1 + .rowcell1 + .rowcell1 + .rowcell1 + .rowcell1 + .rowcell1 + .rowcell1 + .rowcell1 + .rowcell1 { margin-left : 0px; }
.IE8down .go-content > .row4 > .rowcellgrp > .rowcell1:first-child + .rowcell1 + .rowcell1 + .rowcell1 + .rowcell1 + .rowcell1 + .rowcell1 + .rowcell1 + .rowcell1 + .rowcell1 + .rowcell1 + .rowcell1 + .rowcell1 + .rowcell1 { margin-left : 0px; }
.IE8down .go-content > .row4 > .rowcellgrp > .rowcell1:first-child + .rowcell1 + .rowcell1 + .rowcell1 + .rowcell1 + .rowcell1 + .rowcell1 + .rowcell1 + .rowcell1 + .rowcell1 + .rowcell1 + .rowcell1 + .rowcell1 + .rowcell1 + .rowcell1 + .rowcell1 + .rowcell1 + .rowcell1 { margin-left : 0px; }

.IE8down .rowcell3 > .row4 > .rowcellgrp > .rowcell1:first-child { margin-left: 0px; }
.IE8down .rowcell3 > .row4 > .rowcellgrp > .rowcell1:first-child + .rowcell1 + .rowcell1 + .rowcell1 { margin-left: 0px; }
.IE8down .rowcell3 > .row4 > .rowcellgrp > .rowcell1:first-child + .rowcell1 + .rowcell1 + .rowcell1 + .rowcell1 + .rowcell1 + .rowcell1 + .rowcell1 { margin-left: 0px; }
.IE8down .rowcell3 > .row4 > .rowcellgrp > .rowcell1:first-child + .rowcell1 + .rowcell1 + .rowcell1 + .rowcell1 + .rowcell1 + .rowcell1 + .rowcell1 + .rowcell1 + .rowcell1 + .rowcell1 + .rowcell1 { margin-left: 0px; }

.IE8down .rowcell3 > .rowcellgrp > .rowcell1:first-child { margin-left : 0px; }
.IE8down .rowcell3 > .rowcellgrp > .rowcell1:first-child + .rowcell1 + .rowcell1 + .rowcell1 { margin-left : 0px; }
.IE8down .rowcell3 > .rowcellgrp > .rowcell1:first-child + .rowcell1 + .rowcell1 + .rowcell1 + .rowcell1 + .rowcell1 + .rowcell1 + .rowcell1 { margin-left : 0px; }
.IE8down .rowcell3 > .rowcellgrp > .rowcell1:first-child + .rowcell1 + .rowcell1 + .rowcell1 + .rowcell1 + .rowcell1 + .rowcell1 + .rowcell1 + .rowcell1 + .rowcell1 + .rowcell1 + .rowcell1 { margin-left : 0px; }
/******************************************************
 * file: /home/evaneos/public_html/dist/releases/20180502143241-v29.90.2-7f41ce/applications/www.evaneos.com/web/app/modules/betty/css/component/image-wrapper.css 
 ******************************************************/

/************************************************
                 COPYRIGHT
************************************************/
.imagewrapper {
    position:relative;
    overflow: hidden;
}
.go-circle{
    width: 14px;
    height: 14px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    float: left;
    z-index: 10;
    filter: alpha(opacity=30);
    opacity: 0.3;
    background-color: white;
    margin-left: 5px;
}

.go-circle-p{
    text-align: center;
    margin: -1px 0 0 0 !important;
    font-size: 12px !important;
    line-height: 16px !important;
}

.clic-selected .go-circle-p a, .go-circle-p a, .go-circle-p a:hover {
    color: #534840;
    text-decoration: none;
    float: none;
    background-image: none;
    padding: 0px;
    text-align:center;
}

.go-copyright{
    position: absolute;
    right: 10px;
    top: 8px;
    bottom: auto !important;
    line-height: 14px;
    padding:  3px;
    z-index: 1;
    background-color: transparent;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    display: block;
}
.copyright-top.go-copyright {
    top: 3px;
    bottom: auto;

}


.go-author-on:hover{
    background-color: white;
    filter: alpha(opacity=70);
	opacity: 0.7;
}

.go-copyright-author{
    float: left;
    z-index: 26;
    display: none;
    font-size: 12px;
}

.go-copyright-author:empty::before {
    display: inline-block;
    content: "Copyright is required";
    background: #f34235;
    color: #fff;
    padding: 1px 2px;
}
.go-copyright-author:focus::before {
    content: '';
    padding: 0;
    display: none;
}

.go-copyright:hover > .go-copyright-author{ display: block; }

.go-copyright.go-author-on:hover > .go-circle{
    filter: alpha(opacity=100);
    opacity: 1;
    background-color: transparent;
}

.go-copyright:hover > .go-circle{
    filter: alpha(opacity=70);
    opacity: 0.7;
    background-color: white;
}

.go-corner-2 img {
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}

.go-corner-4 img {
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

.imagewrapper img[data-is-clean=false] {
    border-top: 3px solid red;
}
.imagewrapper img[data-is-clean=true] {
    border-top: 3px solid green;
}


/******************************************************
 * file: /home/evaneos/public_html/dist/releases/20180502143241-v29.90.2-7f41ce/applications/www.evaneos.com/web/app/modules/betty/css/component/arrow_previous_next.less 
 ******************************************************/

.arrow_previous_next_shared {
  position: fixed;
  width: 72px;
  height: 72px;
  background: url('/stylesheets/betty/pics/betty_icons_72.png') no-repeat center center;
  top: 50%;
  left: 50%;
  margin-top: -36px;
  cursor: pointer;
}
.arrow_previous {
  position: fixed;
  width: 72px;
  height: 72px;
  background: url('/stylesheets/betty/pics/betty_icons_72.png') no-repeat center center;
  top: 50%;
  left: 50%;
  margin-top: -36px;
  cursor: pointer;
  background-position: 0px -72px;
  margin-left: -608px;
}
.arrow_previous:hover {
  background-position: -72px -72px;
}
.arrow_next {
  position: fixed;
  width: 72px;
  height: 72px;
  background: url('/stylesheets/betty/pics/betty_icons_72.png') no-repeat center center;
  top: 50%;
  left: 50%;
  margin-top: -36px;
  cursor: pointer;
  background-position: 0px 0px;
  margin-left: 536px;
}
.arrow_next:hover {
  background-position: -72px 0px;
}

/******************************************************
 * file: /home/evaneos/public_html/dist/releases/20180502143241-v29.90.2-7f41ce/applications/www.evaneos.com/web/app/modules/betty/css/component/wishlist.less 
 ******************************************************/

.border-box {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.user-wishlist-itineraries-text-button {
  padding: 12px 0;
  border-radius: 3px;
  text-align: center;
  font-weight: bold;
  color: #534840;
  background: #E6E1D9;
  cursor: pointer;
}
.user-wishlist-itineraries-text-button.is-favorite .bettyicon-heart {
  color: #E42323;
}
.user-wishlist-itineraries-heart-button {
  position: relative;
  cursor: pointer;
}
.user-wishlist-itineraries-heart-button .bettyicon-heart {
  font-size: 34px;
  color: #fff;
  opacity: 0.7;
}
.user-wishlist-itineraries-heart-button .bettyicon-heart:hover {
  opacity: 1;
}
.user-wishlist-itineraries-heart-button.is-favorite .bettyicon-heart {
  color: #E42323;
  opacity: inherit;
}
.user-wishlist-itineraries-heart-button .infobulle {
  display: none;
  position: absolute;
  z-index: 102;
  top: 46px;
  left: -94px;
  padding: 12px 8px;
  width: 204px;
  border-radius: 4px;
  color: #fff;
  background: #000;
  text-align: center;
  line-height: 1.3em;
}
.user-wishlist-itineraries-heart-button .infobulle .title {
  font-weight: bold;
}
.user-wishlist-itineraries-heart-button .infobulle .subtitle {
  font-size: 0.9em;
  font-style: italic;
}
.user-wishlist-itineraries-heart-button:hover .infobulle {
  display: inherit;
}
.user-wishlist-itineraries-heart-button .infobulle::before {
  position: absolute;
  z-index: 80;
  display: block;
  content: '';
  bottom: 0;
  top: -13px;
  left: 50%;
  margin-left: -12px;
  width: 26px;
  height: 26px;
  background: #000;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

/******************************************************
 * file: /home/evaneos/public_html/dist/releases/20180502143241-v29.90.2-7f41ce/applications/www.evaneos.com/web/app/modules/betty/css/responsive.less 
 ******************************************************/

#connectIphone {
  display: none;
}
#headBandIphone {
  display: none;
}
#headBandIphone {
  display: none;
}
#iphoneResponsivePart {
  display: block;
  position: absolute;
  top: 0;
  right: 25px;
}
#mainpic_bloc {
  margin-top: -5px;
}
#headBand,
.headBand {
  background: none;
  background-color: #2B1F15;
  height: 56px;
}
.buttonHeaderFont {
  text-shadow: none;
  font-weight: normal;
}
.menuHeaderLeft #button-destinations,
.menuHeaderLeft #button-destinations:hover,
.menuHeaderLeft #button-idees:hover,
.button-idees-hover,
.menuHeaderLeft #button-idees,
.menuHeaderLeft #button-concept:hover,
.button-concept-hover,
.menuHeaderLeft #button-concept.button-hover,
.menuHeaderLeft #button-concept,
.buttonHeaderFont,
#button-concept {
  background: none !important;
}
@media all and (max-width: 1024px) {
  #centerMenuFooter {
    width: 753px;
  }
  #centerMenuFooter .floatLeft:nth-child(1) {
    margin-left: 20px;
  }
  #belowFooter {
    min-width: 0px;
  }
}
@media all and (max-width: 1020px) {
  #centerMenu {
    width: 753px;
  }
}
@media all and (max-width: 760px),(max-device-width: 760px) {
  .go-bread-crumb {
    display: none;
  }
  .logoiphone {
    width: 100%;
    text-align: center;
    margin: auto;
  }
  #headBand {
    display: none;
  }
  #headBandIphone {
    position: relative;
    display: block;
    height: 44px;
    float: none;
    margin: auto;
    width: auto;
  }
  #logo_iphone {
    margin-top: 10px;
  }
  .buttonHeaderFont {
    margin: 0px;
    padding: 0px;
  }
  #headBandIphone .menuHeaderLeft {
    float: none;
  }
  .menuHeaderLeft-li-first-child {
    margin-top: -8px !important;
    margin: auto;
    margin-right: 10px;
    margin-left: 30px;
    width: auto;
    float: none;
  }
  #headBandIphone #menuHomeIphone,
  #headBandIphone #menuProfileIphone {
    position: absolute;
    top: 8px;
    left: 10px;
    float: left;
    width: 40px;
    height: auto;
    z-index: 99;
  }
  #headBandIphone .menuHeaderLeft-li-first-child {
    top: 10px;
  }
  #headBandIphone #menuProfileIphone {
    float: right;
    right: 0;
    left: auto;
  }
  #nouvelle-rgt {
    z-index: 1;
    padding: 15px;
  }
  #connectIphone {
    display: none;
    background-color: #FFFFFF;
    border-bottom: 1px solid #AEAEAE;
    border-left: 1px solid #AEAEAE;
    border-right: 1px solid #AEAEAE;
    border-radius: 0 0 2px 2px;
    padding: 20px 0;
    position: absolute;
    right: 0px;
    z-index: 99;
    left: 0;
    text-shadow: 0 0 0 #FFFFFF;
    filter: progid:DXImageTransform.Microsoft.Shadow(color='#000000',Direction=135,Strength=4);
    box-shadow: 0 1px 3px #CCCCCC;
    top: 73px;
    width: 250px;
    margin: auto;
    border-radius: 2px;
    border: 1px solid #E8E8E8;
    box-shadow: 0 3px 5px rgba(0,0,0,0.2);
  }
  #connectIphone .closeConnectIphone {
    background: url('/stylesheets/betty/pics/croix-fermeture.png') no-repeat;
    height: 35px;
    width: 37px;
    top: -20px;
    position: absolute;
    right: -20px;
    z-index: 999;
    border: solid transparent;
  }
  #connectIphone .pHR {
    top: 65px;
  }
  #connectIphone .go-form-log {
    margin-top: 15px;
  }
  .go-list-li {
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    line-height: 40px;
  }
  .go-list-profile {
    margin-left: -95px;
    top: 45px;
  }
  .go-list-profile .arrow-up-inner,
  .go-list-profile .arrow-up-outer {
    margin-left: 90px;
  }
  .go-list-menui {
    top: 45px;
    float: left;
    display: none;
    position: absolute;
    width: 150px;
    text-align: left;
    background-color: white;
    padding-top: 1px;
    border: 1px #E6E1D9 solid;
    z-index: 99;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    box-shadow: 0 3px 5px rgba(0,0,0,0.2);
  }
  .go-list-menui .go-list-a {
    text-align: left;
  }
  .go-list-menui .go-list-a:hover,
  .go-list-menui a:hover {
    text-decoration: none;
  }
  .go-button-orange {
    margin: 5px;
    width: 90px;
    height: 26px;
  }
  .go-a-login {
    top: 5px;
    color: black;
    font-size: 14px;
    font-weight: normal;
    line-height: 40px;
    left: 10px;
  }
  #centerMenuFooter {
    width: 380px;
  }
  #centerMenuFooter .floatLeft:nth-child(3),
  #centerMenuFooter .floatLeft:nth-child(4),
  .newsletter {
    display: none;
  }
  #centerMenuFooter .floatLeft:nth-child(1) {
    margin: auto;
  }
  #belowFooter {
    width: 100%;
    min-width: 0;
  }
  #belowFooter ul {
    padding: 12px 8px 0px 8px;
  }
}

/******************************************************
 * file: /home/evaneos/public_html/dist/releases/20180502143241-v29.90.2-7f41ce/applications/www.evaneos.com/web/app/modules/betty/css/responsive-common.less 
 ******************************************************/

.form input[type=email] {
  width: 290px;
  margin: 4px 0 4px;
  padding: 10px 5px;
  border: 1px solid #dddddd;
}
#minpictiphone {
  display: none;
}
#testimonialpicture {
  display: block;
}
#testimonialpictureiphone {
  display: none;
}
.datetestimonial {
  float: left;
}
#search-iphone-criteria {
  display: none;
}
.search-iphone-head {
  display: none;
}
.go-tab-punchline {
  display: block;
}
#devisIphone {
  display: none;
}
@media all and (max-width: 1024px) {
  #go-wrapper {
    width: 1021px;
  }
  .go-tab-punchline {
    display: block;
  }
  #itinerarysearch {
    width: 100%;
  }
}
.rowcell4 > .iti-green-container > .iti-green-text {
  left: 30px;
  width: 500px;
}
@media all and (max-width: 1020px) {
  #left-col {
    display: none;
  }
  #nouvelle-rgt {
    float: left;
    width: 710px;
  }
  .testi-medium {
    width: 330px;
  }
  .testi-medium .caret {
    display: none;
  }
  .testi-main-pic-thumb {
    display: none;
  }
  .photoDetail {
    display: none;
  }
  .pagination {
    margin-left: -10px;
  }
  .pagination li {
    font-size: 10px;
  }
  .icon-agent {
    margin-left: -1px;
    margin-top: 2px;
    clear: left;
  }
  .agentNom {
    margin-top: 3px;
  }
  .go-content {
    padding-left: 3px;
    margin-left: 15px;
  }
  #go-wrapper {
    width: 768px;
  }
  .testi-medium .description {
    max-height: 48px;
    overflow: hidden;
  }
  .row3 .rowcell2 {
    width: 399px;
  }
  .row3 .rowcell1 {
    width: 288px;
  }
  .row4 {
    width: 750px;
  }
  .row4 .rowcell1:first-child,
  .row4 .row4 > .rowcell1:nth-child(3n+1) {
    display: none;
  }
  .row4 .rowcell2 {
    width: 360px !important;
  }
  .row4 .devis {
    margin-right: 18px;
  }
  .row4 .testimonial-main-picture {
    width: auto !important;
    height: auto !important;
  }
  .row4 .testimonial-main-picture  img {
    border-radius: 4px !important;
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
  }
  .row4 .rowcellgrp .testimonial-main-picture .go-corner-4 img {
    width: 100%;
    height: 221px;
  }
  .row4 .feedback-marks .mark-definition {
    width: 100%;
    text-align: left;
  }
  .go-tab-punchline {
    display: none;
  }
  .row4 .agentlocal {
    width: 735px !important;
  }
  .row4 .agentlocal .la-small-desc {
    margin-bottom: 40px;
  }
  .agentHeaderTesti {
    top: 72px;
    width: 250px;
    left: 0px;
  }
  #agentpagemap .header-white-block .header-text {
    margin-top: -20px;
  }
  #agentpagemap .mapbackground {
    width: 288px;
    height: 164px;
  }
  #agentpagemap .header-agent-metadata-container {
    width: 90px;
  }
  #agentpagemap .header-agency-summary {
    width: 125px;
  }
  #agentpagemap svg {
    width: 288px;
    height: 164px;
  }
  .header-white-block {
    min-height: 0px;
    height: auto;
  }
  .agenttabs .rowcellgrp > .rowcell1 {
    margin-left: 0px;
    margin-right: 12px;
  }
  .agenttabs .row4 {
    margin-top: 15px;
  }
  .agenttabs .go-betty-block {
    margin-top: 20px;
  }
  .row4 .rowcell4 {
    width: 720px;
  }
  .row3 {
    width: auto;
  }
  .row3 .fichelocalagent {
    width: 435px;
  }
  .row3 .fichelocalagent .go-corner-4 img {
    width: 450px;
    height: 126px;
  }
  .row3 .fichelocalagent .header-picture {
    height: auto;
  }
  .header-agent-thumb {
    width: 100px;
    height: 100px;
  }
  .header-agent-thumb img {
    width: 100%;
    height: 100%;
  }
  .popup_box_prezi {
    left: 15%;
  }
  .iti-green-container .iti-green-text .iti-boussole {
    visibility: hidden;
  }
  .iti-green-container .iti-green-text .iti-text {
    left: -150px;
    font-size: 20px;
  }
  .iti-green-container .iti-green-text .iti-green-button-fix {
    margin-right: 10px;
    top: -56px;
    float: right;
  }
  .iti-green-container {
    width: 740px;
  }
  .rowcell4 > .iti-green-container > .iti-green-button-container {
    right: 30px;
  }
  .la-medium {
    height: auto;
    margin-bottom: 20px;
  }
  .header-agent-name {
    left: 140px;
  }
  .go-idees-big-image {
    width: 470px !important;
    height: 257px !important;
  }
  .go-first-big-theme .go-corner-4 img {
    width: 470px;
  }
  #itinerarysearch .rowcell1:first-child,
  #itinerarysearch .row4 > .rowcell1:nth-child(3n+1) {
    display: block !important;
  }
  #minpict {
    display: block;
  }
  .testimonial-thumbnails {
    margin-left: 13px;
  }
  .testimonial-thumbnails .go-corner-4 img {
    width: 111px;
    height: 66px;
  }
  #itinerarysearch {
    width: 100%;
  }
  #itinerarysearch .rowcell1 {
    margin-left: 0px;
    margin-right: 14px;
  }
  #itinerarysearch .rowcell3 {
    width: 496px;
  }
  #itinerarysearch .row4 {
    width: auto;
  }
  #itinerarysearch .row4 .rowcell1:first-child,
  #itinerarysearch .row4 .row4 > .rowcell1:nth-child(3n+1) {
    display: block !important;
  }
  #itinerarysearch .row4 .rowcell2 {
    width: 260px !important;
  }
  #itipagiation {
    width: auto;
  }
  .top-search-bar {
    width: 485px;
  }
  .top-search-bar .buttonviewdesk {
    display: none;
  }
  .go-content h1.search-iti-h1,
  .go-content span.search-iti-span {
    font-size: 12px;
  }
  .go-content h2.search-iti-h2 {
    font-size: 20px;
  }
  #itineraries-list {
    width: auto;
  }
  #itineraries-list .rowcell3 {
    float: left;
    width: auto;
  }
  .iti-not-found-main {
    width: 480px;
  }
  .iti-not-found-main .concept-picture {
    margin-left: -20px;
    background-size: 480px;
  }
}
@media all and (max-width: 760px),(max-device-width: 760px) {
  .description {
    display: none;
  }
  .desc-testi {
    display: block;
  }
  .iti-green-text {
    display: none;
  }
  .iti-green-container {
    width: 300px;
  }
  .rowcell4 > .iti-green-container > .iti-green-button-container {
    right: 45px;
  }
  .map {
    width: 260px;
  }
  #go-wrapper {
    width: 310px;
    top: 10px;
  }
  #go-wrapper .go-content {
    margin: 0;
  }
  #go-wrapper .go-content .row4 {
    width: auto !important;
  }
  #iphoneResponsivePart {
    display: block;
    margin-top: 20px;
    position: relative;
    right: 0;
  }
  .row4 .rowcell2 {
    width: 300px;
  }
  .tooltip {
    display: none !important;
  }
  .row4 {
    width: 300px !important;
  }
  .row4 .rowcell1 {
    margin: auto;
    margin-bottom: 15px;
    float: none;
  }
  .row4 .rowcell1:first-child,
  .row4 .row4 > .rowcell1:nth-child(3n+1) {
    display: none;
  }
  .row4 .rowcell2 {
    width: 300px !important;
    margin-left: 0;
  }
  .rowcell1 {
    display: block;
  }
  .button-facebook {
    display: none;
  }
  #nouvelle-rgt {
    width: 280px;
    margin-left: -6px;
  }
  #nouvelle-rgt p.or {
    display: none;
  }
  #nouvelle-rgt h1.login {
    padding-left: 10px;
  }
  #nouvelle-rgt fieldset {
    width: 250px;
  }
  #nouvelle-rgt .form {
    padding: 15px;
    width: auto;
  }
  #nouvelle-rgt .form fieldset {
    width: 280px;
  }
  #nouvelle-rgt .form label {
    float: left;
    width: 280px;
  }
  #nouvelle-rgt .form input[type=text] {
    width: 235px;
    margin: auto;
  }
  #nouvelle-rgt .form input[type=email] {
    width: 235px;
    margin: auto;
    padding: 10px 5px;
    border: 1px solid #dddddd;
  }
  #nouvelle-rgt .form  input[type=password] {
    width: 235px;
    margin: auto;
  }
  .agenttabs {
    margin-bottom: 20px;
  }
  .agenttabs .rowcellgrp > .rowcell1 {
    margin-left: 35px;
  }
  .agenttabs .rowcell2 > .rowcellgrp > .rowcell1:nth-child(2n+1) {
    margin-left: 35px;
  }
  .agenttabs h2 .link-info,
  .agenttabs h2 .link-more {
    display: none;
  }
  .agenttabs .rowcell2:nth-child(n+3) {
    display: none;
  }
  #agentpagemap {
    width: 300px;
    margin-left: 0;
  }
  #agentpagemap .map-container {
    display: none;
  }
  #agentpagemap .header-white-block .header-text {
    margin-top: 0px;
  }
  .go-tab-punchline {
    display: none;
  }
  .row4 .agentlocal {
    width: 300px !important;
  }
  .row4 .agentlocal .la-buttons {
    position: relative;
    padding-bottom: 8px;
    right: 0;
    top: 8px;
    height: 10px;
  }
  .row4 .agentlocal .la-medium {
    height: auto;
    padding-bottom: 20px;
  }
  .agentHeaderTesti {
    width: auto;
  }
  .go-betty-block {
    width: 300px;
  }
  .go-betty-block .go-block {
    width: 290px;
  }
  .go-right-column-agency {
    top: 0px !important;
    float: left;
    margin-left: 20px;
  }
  .go-border-manyimgs-to-img {
    width: 240px;
  }
  .row4 .rowcell4 {
    width: 300px;
  }
  .row3 {
    width: auto;
  }
  .row3 .fichelocalagent {
    width: 300px;
    float: left;
    margin-top: 0px;
  }
  .row3 .fichelocalagent .go-corner-4 img {
    width: 300px;
    height: 84px;
  }
  .row3 .fichelocalagent .header-picture {
    display: none;
  }
  .agent_title_speciality {
    margin-top: 50px;
  }
  .header-agent-name {
    left: 110px;
    float: left;
    position: relative;
  }
  .header-agent-name h1 {
    font-size: 14px;
  }
  .header-agent-name .country-link {
    line-height: 12px;
    width: 200px;
  }
  .header-agent-name .description {
    max-width: 190px;
    float: left;
  }
  .fichelocalagent .header-text {
    margin-top: -25px;
  }
  .header-agent-nickname {
    position: absolute;
    font-size: 22px;
    top: 52px;
    left: 0;
    width: 190px;
  }
  .agentHeaderTesti {
    display: none;
  }
  .header-agent-thumb {
    width: 80px;
    height: 80px;
    margin-left: -10px;
  }
  .popup_box_prezi {
    left: 0;
    width: 100%;
  }
  .prezi-player {
    width: auto;
  }
  .prezi-player object {
    display: none;
  }
  .note-testimonial-respon {
    float: left;
  }
  .more-testi {
    float: left;
    clear: both;
  }
  .testi-medium {
    width: 280px;
    height: auto;
    padding-bottom: 0;
  }
  .testi-medium .description {
    display: block;
  }
  .hreview-aggregate .star-container {
    float: left;
  }
  .allocss {
    float: left;
  }
  #minpict {
    display: none;
  }
  #minpictiphone {
    display: block;
    width: 308px;
    margin-left: -20px;
    margin-top: -5px;
  }
  #minpictiphone img {
    width: 97px;
    height: 58px;
    border-radius: 0;
    -webkit-border-radius: 0;
  }
  #minpictiphone .testimonial-thumbnails {
    margin-left: 5px;
    margin-bottom: 5px;
    box-shadow: none;
  }
  .hreview span {
    width: 100%;
    float: left;
    margin-top: 2px;
    padding-left: 0;
  }
  .hreview h1 span {
    width: auto;
    float: none;
  }
  #devisIphone,
  #testimonialpictureiphone {
    display: block;
  }
  #devisNormal,
  #testimonialpicture {
    display: none;
  }
  .testimonial-hr {
    display: none;
  }
  .devis {
    padding: 15px;
    background-color: white;
    float: left;
    width: 265px;
    border-radius: 5px;
    box-shadow: gray 0px 0px 3px 0px;
  }
  .devis .btn-devis {
    font-size: 12px;
  }
  .go-rounded-white-block .popup-toggler {
    float: right;
    margin-right: -8px;
    margin-top: 3px;
  }
  .go-rounded-white-block .dropdown-popup-content .feedback-marks {
    font-size: 13px;
  }
  #testimonialpictureiphone .imagewrapper {
    margin-top: 0px;
    margin-left: 0px;
  }
  .testimonial-main-picture img {
    border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
  }
  .row4 .rowcellgrp .testimonial-main-picture {
    margin-bottom: 10px;
    margin-top: 10px;
    border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    margin-left: -15px;
    width: 300px !important;
    box-shadow: none;
  }
  .row4 .rowcellgrp .testimonial-main-picture .go-corner-4 img {
    width: 300px;
    border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
  }
  .row4:nth-child(5) .link-more {
    display: none;
    float: left;
  }
  .datetestimonial {
    float: left;
    width: 90%;
  }
  .icon-agent {
    margin-left: -1px;
    margin-top: -2px;
    clear: left;
  }
  .loader {
    left: 40%;
  }
  .criteria-select-container {
    text-align: left;
  }
  .criteria-selected {
    margin-left: 15px;
  }
  #itinerarysearch {
    margin-top: -10px;
  }
  #itinerarysearch .search-iphone-head:after {
    font-family: 'titriangleregular';
    content: 'r';
  }
  #itinerarysearch .search-iphone-head {
    display: block;
    font-size: 16px;
    margin-top: -20px;
    padding: 15px;
    cursor: pointer;
  }
  #itinerarysearch .search-iphone-content {
    display: none;
    padding-bottom: 10px;
  }
  #itinerarysearch .rowcell1 {
    margin: auto;
    margin-bottom: 15px;
  }
  #itinerarysearch .rowcell3 {
    width: auto;
  }
  #itinerarysearch .top-search-bar .criteria-select-container {
    display: none;
  }
  #itinerarysearch .search-right-metadata {
    display: none;
    border: solid red 1px;
  }
  #itinerarysearch #search-iphone-criteria {
    display: block;
    width: 230px;
    margin: auto;
    text-align: center;
    background-color: white;
    border-radius: 5px;
    box-shadow: 0px 0px 5px -1px #534840;
    padding-top: 15px;
    margin-bottom: 15px;
  }
  #itinerarysearch #search-iphone-criteria .criteria-select-container > [data-type=popup].criteria-popup {
    left: 15px;
  }
  #itinerarysearch .go-button-white {
    width: 175px;
    height: 15px;
    line-height: 15px;
    margin-left: 15px;
  }
  #itinerarysearch .criteria-slider .price-label {
    text-align: left;
  }
  #itinerarysearch .criteria-slider .criteria-price {
    width: 185px;
    margin-left: 20px;
  }
  #itinerarysearch .go-content h1 {
    font-size: 20px;
    line-height: 20px;
    margin-top: -15px;
  }
  #itinerarysearch .iti-not-found-main {
    width: 280px;
    margin-top: 20px;
  }
  #itinerarysearch .iti-not-found-main .concept-picture {
    margin-left: 0px;
    background-size: 280px;
    width: auto;
    height: 200px;
  }
  #itinerarysearch .iti-not-found-main .go-button-green {
    font-size: 20px;
  }
  .pagination {
    height: 53px;
    overflow: hidden;
    margin-left: -10px;
    font-size: 8px;
  }
  #paginator  ul {
    margin-top: 7px;
  }
  #paginator > ul > li:nth-child(1) > span,
  #paginator > ul > li:nth-child(N-1) > span {
    overflow: hidden;
    width: 45px !important;
  }
  .criteria-select-container > [data-type=popup] li {
    text-align: left;
  }
  .criteria-select-container > [data-type=button].sort-button {
    width: 270px;
    margin-left: -175px;
  }
  .row4 .rowcell3 {
    width: 300px;
  }
  .top-search-bar {
    width: 295px;
  }
  .top-search-bar .button-group {
    display: none;
  }
  .go-content span.search-iti-span {
    font-size: 16px;
    margin-left: 32px;
    margin-bottom: 5px;
  }
  .go-content h2.search-iti-h2:not(.h2-last-top),
  .go-content .content-text-itineraries {
    display: none;
  }
  .go-content h1.search-iti-h1:not(.h1-last-top) {
    font-size: 12px !important;
    margin-left: 30px;
  }
  .go-content h2.h2-last-top {
    margin-left: 30px;
  }
  .go-content .show-more {
    display: none;
  }
  div.go-bread-crumb-iphone div.socialcol {
    display: none;
  }
  .go-idees-wrapper .introduction,
  .go-idees-wrapper .outtroduction {
    width: 230px !important;
    height: auto !important;
  }
  .go-idees-wrapper .completeintroduction {
    width: auto !important;
  }
}
.testi-container .description {
  max-height: 48px;
  overflow: hidden;
}

/******************************************************
 * file: /home/evaneos/public_html/dist/releases/20180502143241-v29.90.2-7f41ce/applications/www.evaneos.com/web/app/modules/betty/css/country_page/default.css 
 ******************************************************/

.link-more {
    padding-left : 5px;
    color : #9C918A;
    font-size : 13px;
}

.link-more:hover {
    color : #EC5124;
    cursor : pointer;
    text-decoration: underline;
}

.link-rel{
    position:relative;
}

h2.link_more {
    font-size: 13px;
    display: inline;
}

.link-info {
    padding-left : 5px;
    color : #9C918A;
    font-size : 13px;
}

.testi-headline {
    margin-bottom: 3px;
    margin-top: -8px;
    line-height : 20px;
}

.testi-detail-link {
    cursor : pointer;
    display : block;
    margin-top : 2px;
    text-align : right;
}

.testi-detail-link:hover {
    color : #EC5124;
    text-decoration : underline;
}

.testi-title-link {
    cursor : pointer;
    color : #534840;
}

.testi-title-link:hover {
    color : #EC5124;
    text-decoration : none;
}

.desti-thumb-container {
    width : 194px; 
    text-align : center; 
    cursor : pointer;
}

.desti-thumb-container .desti-thumb-img .map {
    opacity : 0.3;
    filter : alpha(opacity=30); 
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    zoom: 1;
}

.desti-thumb-img .map-container {
    height : 115px;
}

.desti-thumb-img .map {
    margin-left : 40px;
}

.desti-thumb-name {
    margin-top : 15px;
    margin-bottom : 10px;
    font-weight : bold;
    font-size : 18px;

    color : #534840;
}

.desti-thumb-container:hover .desti-thumb-img .map {
    opacity : 1.0;
    filter : alpha(opacity=100); 
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    zoom: 1;
}

.desti-thumb-container:hover .desti-thumb-name {
    color : #EC5124;
    text-decoration : none;
}
/******************************************************
 * file: /home/evaneos/public_html/dist/releases/20180502143241-v29.90.2-7f41ce/applications/www.evaneos.com/web/app/modules/betty/css/country_page/header_and_quoteform.css 
 ******************************************************/

.quote-title {
    margin-bottom : 10px;
}

.quote-select {
    position : relative;
    display : block;
    margin-bottom : 10px;
    text-align : left;
    font-weight : normal;
    font-size : 13px;
    padding-top : 10px;
    padding-bottom : 10px;
}

.quote-italic-quote {
    display : block;
    margin-top : 5px;
    color : #ACA19B;
    margin-bottom : -5px;
    font-size: 11px !important; 
    font-family : 'Droid Serif', serif !important;
}

.quote-italic-quote-img {
    background : url('/stylesheets/betty/pics/betty_icons_16.png') no-repeat center center;
    background-position : -0px -48px;
    width : 16px;
    height : 16px;
    display : inline-block;
    position : relative;
    top : 2px;
}

.quote-select:hover .quote-select-dble-caret, 
.quote-select.has-selection .quote-select-dble-caret{
    background-position : -16px -0px;
}

.quote-select.has-selection {
    color : #534840 !important;
}

.quote-select-dble-caret {
    background : url('/stylesheets/betty/pics/betty_icons_16.png') no-repeat right center;
    background-position : -16px -0px;
    width : 16px;
    height : 16px;
    position : absolute;
    right : 5px;
    top : 50%;
    margin-top : -8px;
}

.quote-select-separation {
    width : 1px;
    border-left : 1px solid #E6E1D9;
    height : 80%;
    position : absolute;
    right : 25px;
    top : 10%;
}

.quote-select-popup {
    background-color : white;
    border-radius : 3px;
    box-shadow : gray 0px 0px 5px 0px;
    position : absolute;
    top : 44px;
    left : -1px;
    width : 286px !important;
    z-index : 102;
}

.IE8down .quote-select-popup {
    border:1px solid #ddd;
}

.quote-select-date-element-container, .quote-select-date-element-container-idk {
    width : 71px;
    height : 20px;
    padding-top : 10px;
    padding-bottom: 10px;
    float : left;
    text-align : center;
}

.quote-select-date-element-container-idk {
    width : 286px;
}

.quote-select-date-element-container:hover .quote-select-date-month, 
.quote-select-date-element-container.selected .quote-select-date-month {
    color : #27AAE1;
}

.quote-select-date-element-container:hover, .quote-select-date-element-container.selected,
.quote-select-date-element-container-idk:hover, .quote-select-date-element-container-idk.selected {
    background-color : #F9F7F3;
}

.quote-select-date-line-separator {
    border-bottom : 1px solid #F9F7F3;
    margin : 0px;
}

.quote-select-date-element-next {
    width : 16px;
    height : 16px;
    display : block;
    margin-left : auto;
    margin-right : auto;
    background : url('/stylesheets/betty/pics/betty_icons_16.png') no-repeat center center;
    background-position : -0px -480px;
}

.quote-select-date-element-container:hover .quote-select-date-element-next, .quote-select-date-element-next:hover {
    background-position : -16px -480px;
}

.quote-select-date-element-prev {
    width : 16px;
    height : 16px;
    display : block;
    margin-left : auto;
    margin-right : auto;
    background : url('/stylesheets/betty/pics/betty_icons_16.png') no-repeat center center;
    background-position : -0px -496px;
}

.quote-select-date-element-container:hover .quote-select-date-element-prev, .quote-select-date-element-prev:hover {
    background-position : -16px -496px;
}

.quote-select-group-element-container {
    height : 60px;
    width : 95px;
    padding-top : 10px;
    padding-bottom: 10px;
    float : left;
    text-align : center;
}

.quote-select-group-element-container:hover, .quote-select-group-element-container.selected {
    background-color : #F9F7F3;
}

.quote-select-group {
    background : url('/stylesheets/betty/pics/betty_icons_40.png') no-repeat center center;
    width : 40px;
    height : 40px;
    margin-left : auto;
    margin-right : auto;
}

.quote-select-group-1                                               { background-position : -0px -0px }
.quote-select-group-element-container.selected .quote-select-group-1, 
.quote-select-group-element-container:hover .quote-select-group-1   { background-position : -40px -0px }

.quote-select-group-2                                               { background-position : -0px -40px }
.quote-select-group-element-container.selected .quote-select-group-2, 
.quote-select-group-element-container:hover .quote-select-group-2   { background-position : -40px -40px }

.quote-select-group-3                                               { background-position : -0px -80px }
.quote-select-group-element-container.selected .quote-select-group-3, 
.quote-select-group-element-container:hover .quote-select-group-3   { background-position : -40px -80px }

.quote-select-group-4                                               { background-position : -0px -120px }
.quote-select-group-element-container.selected .quote-select-group-4, 
.quote-select-group-element-container:hover .quote-select-group-4   { background-position : -40px -120px }

.quote-select-group-5                                               { background-position : -0px -160px }
.quote-select-group-element-container.selected .quote-select-group-5, 
.quote-select-group-element-container:hover .quote-select-group-5   { background-position : -40px -160px }

.quote-select-group-6                                               { background-position : -0px -200px }
.quote-select-group-element-container.selected .quote-select-group-6, 
.quote-select-group-element-container:hover .quote-select-group-6   { background-position : -40px -200px }

.quote-select-popup .simpleList li {
    line-height : 20px;
    padding-top : 5px;
    padding-bottom : 5px;
    padding-right : 10px;
    font-size : 13px;
}

.quote-select-popup .simpleList {
    width : auto;
    height : auto;
    overflow : auto;
}

.quote-select-popup .simpleList li:hover, .quote-select-popup .simpleList li.selected {
    background : #F9F7F3 url("/stylesheets/betty/pics/betty_tick-blue.png") no-repeat 10px center;
}

ul.simpleList li {
    line-height : 20px;
    padding-top : 5px;
    padding-bottom : 5px;
    padding-right : 10px;
    font-size : 13px;
    list-style: none;
    margin : 0px;
}

.mainpic-container {
    width: 656px !important;
    overflow:hidden;
}

.mainpic-container div.introduction{
    transition:all ease-in-out .25s;
    -moz-transition:all ease-in-out .25s;
    -webkit-transition:all ease-in-out .25s;
    -o-transition:all ease-in-out .25s;
    width:610px;
    font-size: 14px;
    color: white!important;
    line-height:1.4em;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    filter:alpha(opacity=0);
    opacity:0;
    padding-top:50px;
}

.mainpic-container .imagewrapper{
    background:#000;
    border-top-left-radius : 5px;
    border-bottom-left-radius : 5px;
}
.mainpic-container:hover{

}
.mainpic-container .headup{
    font-size: 22px!important;
    color: white!important;
}
.mainpic-container:hover .headup{
    display:none;
}
.mainpic-container:hover div.introduction{
    -webkit-opacity: 1;
    -moz-opacity: 1;
    filter:alpha(opacity=100);
    opacity:1;
    padding-top:3px;
    font-size:13px;
    line-height:1.25em!important;
}
.mainpic-container:hover div.introduction p {
    color: white!important;
    border:2px solid red;
}

.mainpic-container.has-introduction:hover img{
    opacity:.3;
}
.mainpic-container .imagewrapper img {
    border-top-right-radius : 0px;
    border-bottom-right-radius : 0px;
    transition:all ease-in-out .25s;
    -moz-transition:all ease-in-out .25s;
    -webkit-transition:all ease-in-out .25s;
    -o-transition:all ease-in-out .25s;
}

.quote-form-bloc-container {
    margin-left : 0px !important;

}

.quote-form-bloc {
    border-top-left-radius : 0px !important;
    border-bottom-left-radius : 0px !important;
}

.quote-form-bloc.deactivated {
    height: 286px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

#go-wrapper .quote-form-bloc.deactivated p {
    font-size: 1.4em;
    line-height: 1.5em;
    text-align: left;
}

#go-wrapper .quote-form-bloc.deactivated p input {
    font-size: .8em;
    display: block;
    width: 100%;
    box-sizing: border-box;
    height: 2.5em;
    border: #E6E1D9 2px solid;
    border-radius: 4px;
    box-shadow: none;
}


#go-wrapper .quote-form-bloc.deactivated p a.go-button-green {
    display: block;
    box-sizing: border-box;
    height: auto;
}

#go-wrapper .quote-form-bloc.deactivated p em {
    font-size: .6em;
    text-align: center;
}

.IE8down .quote-form-bloc {
    padding-bottom: 13px;
}

.IE8down .mainpic-container-border {
    width : 654px;
    height : 284px;
    border : 1px solid #ddd;
}

.mainpic-container-border {
    position : absolute;
    border-radius : 5px;
    border-top-right-radius : 0px;
    border-bottom-right-radius : 0px;
    box-shadow: -1px 0px 3px 0px gray;
    width : 656px;
    height : 286px;
    top:0px;
}

.mainpic-container-border .pic-deactivated {
    display: block;
    margin: auto;
}

.mainpic-container-text {
    position:absolute; 
    top:-6px; 
    left:0px; 
    margin-left : 20px; 
    margin-top : 20px; 
    text-shadow: black 0.1em 0.1em 0.2em;
    filter:progid:DXImageTransform.Microsoft.Shadow(color='#222222', Direction=135, Strength=2.5);
    zoom: 1;
}



/******************************************************
 * file: /home/evaneos/public_html/dist/releases/20180502143241-v29.90.2-7f41ce/applications/www.evaneos.com/web/app/modules/betty/css/country_page/tabbar_and_punchlines.css 
 ******************************************************/

.go-tab-info-punchline-container {
    margin-bottom : 20px;
}

.anchor {
    visibility:hidden;
    display:block;
    height:0;
}

.go-tab-info-punchline-block {
    margin-top : 20px;
}

.go-tab-info-punchline {
    margin-bottom : 10px;
    margin-top : 5px;
    text-align : center;
    width : 241px !important;
    height : 92px !important;
    padding : 0px !important;
    float:left;
    cursor : pointer;
    position : relative;
    border-radius: 0px !important;
}

.row4.go-tab-punchline {
    width: 1000px;
}

.go-tab-info-punchline.punchline-5-elements {
    width : 192px !important;
    height : 68px !important;
}
.go-tab-info-punchline.selected.punchline-5-elements {
    width : 194px !important;
}

.go-tab-info-punchline.selected {
    width : 243px !important;
}

.go-tab-info-punchline.punchline-5-elements.disabled h3 {
    color : #E6E1D9;
}

.go-tab-info-punchline.selected:first-child, .go-tab-info-punchline.selected:first-child:hover {
    background : url('/stylesheets/betty/pics/button_left.png') no-repeat center top;
}

.go-tab-info-punchline.punchline-5-elements.selected:first-child, .go-tab-info-punchline.punchline-5-elements.selected:first-child:hover {
    background : url('/stylesheets/betty/pics/button_left_by5.png') no-repeat center top;
}

.go-tab-info-punchline.selected:last-child, .go-tab-info-punchline.selected:last-child:hover {
    background : url('/stylesheets/betty/pics/button_right.png') no-repeat center top;
}

.go-tab-info-punchline.punchline-5-elements.selected:last-child, .go-tab-info-punchline.punchline-5-elements.selected:last-child:hover {
    background : url('/stylesheets/betty/pics/button_right_by5.png') no-repeat center top;
}

.go-tab-info-punchline.selected, .go-tab-info-punchline.selected:hover {
    height : 114px !important;
    background : url('/stylesheets/betty/pics/button_center.png') no-repeat center top;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    border : 0px;
    border-radius: 0px !important;
    box-shadow: 0px 0px 0px 0px transparent !important;
}

.go-tab-info-title {
    margin-bottom: 10px;
}

.go-tab-info-punchline.punchline-5-elements.selected, .go-tab-info-punchline.punchline-5-elements.selected:hover {
    height : 90px !important;
    background : url('/stylesheets/betty/pics/button_center_by5.png') no-repeat center top;
    border : 0px;
    border-radius: 0px !important;
    box-shadow: 0px 0px 0px 0px transparent !important;
}

.row4 .go-tab-info-punchline:first-child {
    border-top-left-radius: 5px !important;
    border-bottom-left-radius: 5px !important;
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}
.row4 .go-tab-info-punchline:last-child {
    border-top-right-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}

.go-tab-info-punchline h3 {
    font-size : 16px;
    line-height : 16px;
    padding-bottom : 2px;
    margin-top : 16px;
}

.go-tab-info-punchline-headline1 {
    font-size : 28px !important;
    line-height : 32px;
    font-weight : bold;
    text-align : center;
}

.go-tab-info-punchline-headline2 {
    font-size : 22px !important;
    line-height : 25px;
    font-weight : regular;
    text-align : center;        
}

.go-tab-info-punchline .go-punchline-icon {
    display : inline-block;
    position : relative;
    width : 70px;
    height : 45px;
    top : -5px;
}

.go-punchline-icon.go-desc-sur-mesure {
    background: url('/stylesheets/betty/pics/keypoint_1.png') no-repeat center center;
}

.go-tab-info-punchline:hover .go-punchline-icon.go-desc-sur-mesure, .go-tab-info-punchline.selected .go-punchline-icon.go-desc-sur-mesure  {
    background: url('/stylesheets/betty/pics/keypoint_1_hover.png') no-repeat center center;
}

.go-punchline-icon.go-desc-agents {
    background: url('/stylesheets/betty/pics/keypoint_2.png') no-repeat center center;
}

.go-tab-info-punchline:hover .go-punchline-icon.go-desc-agents, .go-tab-info-punchline.selected .go-punchline-icon.go-desc-agents  {
    background: url('/stylesheets/betty/pics/keypoint_2_hover.png') no-repeat center center;
}

.go-punchline-icon.go-desc-middleware {
    background: url('/stylesheets/betty/pics/keypoint_3.png') no-repeat center center;
}

.go-tab-info-punchline:hover .go-punchline-icon.go-desc-middleware, .go-tab-info-punchline.selected .go-punchline-icon.go-desc-middleware  {
    background: url('/stylesheets/betty/pics/keypoint_3_hover.png') no-repeat center center;
}

.go-punchline-icon.go-desc-pricing {
    background: url('/stylesheets/betty/pics/keypoint_4.png') no-repeat center center;
}

.go-tab-info-punchline:hover .go-punchline-icon.go-desc-pricing, .go-tab-info-punchline.selected .go-punchline-icon.go-desc-pricing  {
    background: url('/stylesheets/betty/pics/keypoint_4_hover.png') no-repeat center center;
}

.go-punchline-icon.go-desc-agents.go-desc-agents-summary-fix {
    width : 41px;
}

.go-punchline-icon.go-agent {
    width : 24px;
    height : 24px;
    margin-top : 5px;
    background: url('/stylesheets/betty/pics/betty_icons_24.png') no-repeat center center;
}

.go-punchline-icon.go-agent-overview {
    background-position : -0px -408px;
}

.go-punchline-icon.go-agent-itineraries {
    background-position : -0px -456px;
}

.go-punchline-icon.go-agent-testimonials {
    background-position : -0px -336px;
}

.go-punchline-icon.go-agent-blog {
    background-position : -0px -480px;
}

.go-punchline-icon.go-agent-agency {
    background-position : -0px -312px;
}

.go-tab-info-punchline.disabled .go-punchline-icon.go-agent-testimonials {
    background-position : -48px -336px;
}

.go-tab-info-punchline.disabled .go-punchline-icon.go-agent-blog {
    background-position : -48px -480px;
}

.go-tab-info-punchline.disabled .go-punchline-icon.go-agent-agency {
    background-position : -48px -312px;
}
/******************************************************
 * file: /home/evaneos/public_html/dist/releases/20180502143241-v29.90.2-7f41ce/applications/www.evaneos.com/web/app/modules/betty/css/country_page/localagent.css 
 ******************************************************/

.IE8down .la-medium {
    height : 269px;
    border : 1px solid #ddd;
}

.la-medium {
    font-size:12px;
    position : relative;
    background : #FFF;
    border-radius : 5px;
    box-shadow : 0px 0px 5px -1px #534840;
    padding : 10px;
    height : 271px;
}

.la-small-pic {
    margin-right : 10px;
    margin-bottom : 10px;
}

.la-small-title {
    margin-bottom : 10px;
}

.la-small-title a:hover {
    text-decoration : none;
    color : #EC5124;
}

.la-small-title h3:hover {
    color : #EC5124;
    cursor : pointer;
}

.la-small-localisation a {
    text-decoration : none;
    color : #54473E;
}
.la-small-localisation a:hover {
    color : #EC5124;
}

.la-small-desc {
    margin-bottom : 10px;
    line-height : 16px;
    word-wrap:break-word;
    /*font-size:12px;*/
}

.la-member-since {
    margin-top : 5px;
}

.la-hr {
    margin : 0px -10px 0px -10px;
}

.la-buttons {
    position : absolute;
    bottom : 11px;
    left : 10px;
}

.la-buttons .go-button-green {
    margin: 17px 0px 17px 6px;
    padding: 6px 15px 7px 15px;
    font-size: 14px;
}

.la-link-testimonial {
    cursor: pointer;
}

.la-link-testimonial:hover {
    color: #EC5124;
    text-decoration: underline;
}

/******************************************************
 * file: /home/evaneos/public_html/dist/releases/20180502143241-v29.90.2-7f41ce/applications/www.evaneos.com/web/app/modules/betty/css/country_page/calculator.css 
 ******************************************************/

.calc-embedded-bloc {
    height : 430px;
}

.IE8down .calc-embedded-border {
    width : 966px;
}

.calc-embedded-border {
    position : absolute;
    border-radius : 5px;
    width : 968px;
}

.calc-embedded-content {
}

.calc-embedded-content > .go-tab-info-punchline-headline1 {
    font-size: 28px !important;
    font-weight:bold;
    line-height : 15px;
}

.calc-embedded-content > .go-tab-info-punchline-headline2 {
    font-size: 22px !important;
    font-weight:normal;
    line-height : 30px;
}


.calc-embedded-content .calcBranch {
    box-shadow : 0px 0px 5px -1px #534840;
}

.calc-embedded-content .calcIndications {
    top : 280px;
}

.calc-embedded-content #calcIndicationEstimatedPriceText  {
    color : #534840 !important;
}

.calc-embedded-content .calcDevisPosition {
    top : 195px;
}

.calc-embedded-content .calcPopup {
    box-shadow : 0px 2px 10px 1px rgba(0, 0, 0, 0.5);
}

.calc-embedded-content > .go-help-pic {
    width:239px;
    height:52px;
    position:absolute;
    top:45px;
    left:10px;
    background : url('/stylesheets/betty/pics/tooltip_calculateur.png') no-repeat center center;
    display:none;
}

.advice-main-title {
    margin-bottom : 10px;
}

.calc-advice-icons {
    margin-top : 5px;
    margin-left : 10px;
    margin-right : 20px;
    float : left;
    width : 48px;
    height : 48px;

    background : url('/stylesheets/betty/pics/betty_icons_48.png') no-repeat center center;
}

.calc-advice-icons-attendee { background-position : -0px -288px; }
.calc-advice-icons-guide    { background-position : -0px -480px; }
.calc-advice-icons-family   { background-position : -0px -384px; }
.calc-advice-icons-housing  { background-position : -0px -336px; }
.calc-advice-icons-meal     { background-position : -0px -432px; }
.calc-advice-icons-quality  { background-position : -0px -528px; }

.calc-advice-container {
    width : 350px;
    float : left;
}

.calc-advice-container h3 {
    padding-bottom : 0px;
}

.calc-arrow-down-focus {
    position : relative;
    height : 80px;
    margin-bottom : -35px;
}

.cadf-item {
    background : url('/stylesheets/betty/pics/fleche_calc.png') no-repeat center center;
    width : 60px;
    height : 80px;
    position : absolute;
}

.cadf-item1 { left : 128px; }
.cadf-item2 { left : 222px; }
.cadf-item3 { left : 316px; }
.cadf-item4 { left : 590px; }
.cadf-item5 { left : 685px; }
.cadf-item6 { left : 782px; }
/******************************************************
 * file: /home/evaneos/public_html/dist/releases/20180502143241-v29.90.2-7f41ce/applications/www.evaneos.com/web/app/modules/betty/css/country_page/garanties.css 
 ******************************************************/

.IE8down .list-garanties {
    border : 1px solid #ddd;
}

.list-garanties {
    background: white;
    border-radius: 5px;
    box-shadow: 0px 0px 5px -1px #534840;
    padding: 20px;
}

.list-garanties li {
    display : block;
}

.garanties-container {
    margin-bottom : 15px;
}

.garanties-container:last-child {
    margin-bottom : 0px;
}

.garanties-icon-container {
/*        display : inline-block;*/
    width : 105px;
    float : left;
    text-align : center;
    margin-left : -20px;
}

.garanties-content {
    display : inline-block;
}

.rowcell4 > .list-garanties > .garanties-container > .garanties-content {
    width : 840px;
}

.rowcell3 > .list-garanties > .garanties-container > .garanties-content {
    width : 570px; 
}


.garanties-container p {
    line-height: 16px;
}

.garanties-content a { color : #27AAE1; }
.garanties-content a:hover { color : #27AAE1; }
.garanties-content a:visited { color : #27AAE1; }
.garanties-content a:active { color : #27AAE1; text-decoration : underline }

.garanties-icon {
    display : inline-block;
    width : 48px;
    height : 48px;
    background : url('/stylesheets/betty/pics/betty_icons_48.png') no-repeat center center;
}

.garanties-icon-selection {
    background-position : -0px -0px;
    position : relative;
    top : 15px;
}

.garanties-icon-avis {
    background-position : -0px -48px;        
}

.garanties-icon-security {
    background-position : -0px -96px;        
}

.garanties-icon-cons {
    background-position : -0px -192px;        
}

.garanties-icon-trust {
    background-position : -0px -240px;        
}
/******************************************************
 * file: /home/evaneos/public_html/dist/releases/20180502143241-v29.90.2-7f41ce/applications/www.evaneos.com/web/app/modules/betty/css/country_page/guide_pratique.less 
 ******************************************************/

.IE8down .bandeau-guide-pratique {
  border: 1px solid #534840;
}
.IE8down .bandeau-guide-pratique > .bandeau-content > .floatRight .go-button-white {
  border: 1px solid #534840;
}
h2.guide-no-country {
  margin-top: 10px;
}
#betty-article-content .iti-green-opacity {
  border-radius: 0;
}
.bandeau-guide-pratique {
  width: 972px;
  height: 140px;
  background: url('/stylesheets/betty/pics/bandeau-guide-pratique.png') no-repeat center center;
  border-radius: 5px;
  box-shadow: 0px 0px 5px -1px #534840;
  position: relative;
  top: -12px;
}
.bandeau-guide-pratique.deactivated {
  margin-top: 30px;
}
.bandeau-guide-pratique > .bandeau-content {
  padding: 10px;
  position: relative;
}
.bandeau-guide-pratique > .bandeau-content > .floatLeft > .overlay-white {
  position: absolute;
  background-color: white;
  width: 634.66666666667px;
  height: 120px;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  zoom: 1;
}
.bandeau-guide-pratique > .bandeau-content > .floatLeft > .overlay-text {
  padding: 15px;
  position: absolute;
  width: 594.66666666667px;
  height: 80px;
  line-height: 15px;
}
.bandeau-guide-pratique > .bandeau-content > .floatLeft > .overlay-text h3 {
  font-size: 22px;
  font-weight: normal;
}
.bandeau-guide-pratique > .bandeau-content > .floatRight {
  width: 317.33333333333px;
  height: 120px;
}
.bandeau-guide-pratique > .bandeau-content > .floatRight .go-button-white {
  position: absolute;
  top: 42px;
  right: 50px;
  height: 40px;
  width: 190px;
  box-shadow: 0px 0px 5px 0px black;
  font-size: 15px;
}
#countryPage-guide-wrapper {
  margin-bottom: 15px;
  min-height: 220px;
  margin-bottom: 20px;
  margin-top: 10px;
  background: #fff !important;
  box-shadow: 0 1px 3px #ccc, inset 0px 0px 0px #ccc;
  -moz-box-shadow: 0 1px 3px #ccc, inset 0px 0px 0px #ccc;
  -webkit-box-shadow: 0 1px 3px #ccc, inset 0px 0px 0px #ccc;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
#countryPage-guide-wrapper .left {
  float: left;
  overflow: hidden;
  margin-left: 15px;
  padding-top: 15px;
  width: 335px;
  height: 220px;
  position: relative;
}
#countryPage-guide-wrapper .left img,
#countryPage-guide-wrapper .left .imagewrapper {
  width: 350px;
  height: ;
  transition: all ease-in-out .3s;
  -moz-transition: all ease-in-out .3s;
  -webkit-transition: all ease-in-out .3s;
  -o-transition: all ease-in-out .3s;
}
#countryPage-guide-wrapper .left:hover img {
  -moz-transform: scale(1.15);
  -webkit-transform: scale(1.15);
  -o-transform: scale(1.15);
  transform: scale(1.15);
  -ms-transform: scale(1.15);
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 0px;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-radius: 5px 0px 0px 5px;
  border-radius: 5px 0px 0px 5px;
}
#countryPage-guide-wrapper .left a {
  position: absolute;
  top: 110px;
  left: 175px;
  height: 30px;
  line-height: 30px;
  width: 200px;
  margin-left: -100px;
  margin-top: -15px;
  text-align: center;
  background: #fff;
  background: -moz-linear-gradient(top,#fff 0%,#eaeaea 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#fff),color-stop(100%,#eaeaea));
  background: -webkit-linear-gradient(top,#fff 0%,#eaeaea 100%);
  background: -o-linear-gradient(top,#fff 0%,#eaeaea 100%);
  background: -ms-linear-gradient(top,#fff 0%,#eaeaea 100%);
  background: linear-gradient(top,#fff 0%,#eaeaea 100%);
  display: inline-block;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  color: #534840;
  text-decoration: none;
  transition: all ease-in-out .3s;
  -moz-transition: all ease-in-out .3s;
  -webkit-transition: all ease-in-out .3s;
  -o-transition: all ease-in-out .3s;
  border: 1px solid #ccc;
  font-weight: bold;
  transition: margin ease-in-out .3s;
  -moz-transition: margin ease-in-out .3s;
  -webkit-transition: margin ease-in-out .3s;
  -o-transition: margin ease-in-out .3s;
}
#countryPage-guide-wrapper .left a:hover {
  background: #fff;
  background: -moz-linear-gradient(top,#fff 0%,#e5e5e5 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#fff),color-stop(100%,#e5e5e5));
  background: -webkit-linear-gradient(top,#fff 0%,#e5e5e5 100%);
  background: -o-linear-gradient(top,#fff 0%,#e5e5e5 100%);
  background: -ms-linear-gradient(top,#fff 0%,#e5e5e5 100%);
  background: linear-gradient(top,#fff 0%,#e5e5e5 100%);
  display: inline-block;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  color: #534840;
  text-decoration: none;
  transition: all ease-in-out .3s;
  -moz-transition: all ease-in-out .3s;
  -webkit-transition: all ease-in-out .3s;
  -o-transition: all ease-in-out .3s;
  border: 1px solid #aaa;
}
#countryPage-guide-wrapper .left a:active {
  background: #eaeaea;
  background: -moz-linear-gradient(top,#eaeaea 0%,#fff 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#eaeaea),color-stop(100%,#fff));
  background: -webkit-linear-gradient(top,#eaeaea 0%,#fff 100%);
  background: -o-linear-gradient(top,#eaeaea 0%,#fff 100%);
  background: -ms-linear-gradient(top,#eaeaea 0%,#fff 100%);
  background: linear-gradient(top,#eaeaea 0%,#fff 100%);
  display: inline-block;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  color: #534840;
  text-decoration: none;
  transition: all ease-in-out .3s;
  -moz-transition: all ease-in-out .3s;
  -webkit-transition: all ease-in-out .3s;
  -o-transition: all ease-in-out .3s;
}
#countryPage-guide-wrapper .right {
  margin-left: 370px;
  padding-top: 15px;
  padding-bottom: 15px;
}
#countryPage-guide-wrapper .right h3 {
  padding: 0 0 20px 0;
}
#countryPage-guide-wrapper .right p {
  margin-right: 20px;
}
#testimonials_extract_wrapper 2 {
  margin-bottom: .5em;
}
#testimonials_extract_wrapper div.row div {
  line-height: 1.5em;
  font-style: italic;
}

/******************************************************
 * file: /home/evaneos/public_html/dist/releases/20180502143241-v29.90.2-7f41ce/applications/www.evaneos.com/web/app/modules/betty/css/country_page/country-edition.less 
 ******************************************************/

.country-edition .itinerary-inactive {
  opacity: .3;
}
.country-edition .rowcell4 {
  float: none;
}
.country-edition .iti-horizontal {
  height: 70px;
  width: auto;
}
.country-edition .iti-horizontal h3 {
  white-space: nowrap;
}
.country-edition .iti-horizontal .drag-handle {
  width: 18px;
  height: 70px;
  position: absolute;
  border-radius: 5px 0 0 5px;
  box-shadow: gray 0px 0px 3px 0px;
  background-color: #fff;
  display: none;
  background-image: url('/stylesheets/betty/pics/drag-points.png');
  background-repeat: no-repeat;
  background-position: center center;
  cursor: move;
  z-index: 100;
}
.country-edition .iti-horizontal:hover .drag-handle {
  display: block;
}
.country-edition .dragging-placeholder {
  position: relative;
  height: 12px;
  background-image: url('/stylesheets/betty/pics/draggable-placeholder-large.png');
  background-repeat: no-repeat;
  background-position: center center;
  cursor: move;
  margin: 15px 0;
}
.country-edition #itineraries-list-hidden li {
  opacity: .5;
}
.country-edition .top-search-bar .floatLeft {
  margin-bottom: 15px;
  margin-top: 20px;
  float: none;
}
.drag-sort-iti-helper {
  border-radius: 5px 0 0 5px;
  box-shadow: gray 0px 0px 3px 0px;
  background-color: #fff;
  padding: 10px;
  height: 30px !important;
  width: 400px !important;
  opacity: .7;
}

/******************************************************
 * file: /home/evaneos/public_html/dist/releases/20180502143241-v29.90.2-7f41ce/applications/www.evaneos.com/web/app/modules/betty/css/agent_page/default.css 
 ******************************************************/


/******************************************************
 * file: /home/evaneos/public_html/dist/releases/20180502143241-v29.90.2-7f41ce/applications/www.evaneos.com/web/app/modules/betty/css/agent_page/header.css 
 ******************************************************/

.header-move-down {
    margin-top : 50px;
}

.IE8down .header-white-block {
    border : 1px solid #ddd;
}

.header-white-block {
    background-color: white;
    border-radius: 5px;
    box-shadow: 0px 0px 5px -1px #534840;
    min-height : fit-content;
}

.header-picture {
    height : 180px;
}

.header-picture img {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.header-text {
    padding : 10px;
    word-wrap:break-word;
}

.IE8down .header-agent-thumb {
    border : 1px solid #ddd;
}


.header-agent-thumb {
    position: absolute;
    top : -35px;
    left : 20px;
    width : 124px;
    height : 124px;
    background-color: white;
    border-radius: 5px;
    box-shadow: 0px 0px 5px -1px #534840;
    z-index : 10;
    padding : 5px;
}

.header-agent-name {
    position: absolute;
    top : -34px;
    left : 161px;
}


.agent-video-icon {
    background : url('/stylesheets/betty/pics/play_button_normal-state.png') no-repeat center center;
    display : block;
    position : relative;
    width : 110px;
    height : 110px;
    margin-right : 0px;
    margin-left : 5px;
    top : -58px;
    left : 235px;
}

.agent-video-icon:hover{
    background : url('/stylesheets/betty/pics/play_button.png') no-repeat center center;
}


#agent_video_modal{
   top: 30%;
   left: 35%;
   width: 860px;
   height: 480px;
}

#agent_video_modal .modal-body{
    overflow: hidden;
}

.header-agent-nickname {
    font-size: 28px;
    font-weight: bold;
    line-height: 28px;
    z-index: 100;
    padding: 0px;
    color:#534840;
}

.header-agent-name h1 {
    display: inline;
    font-size: 16px;
    font-weight: normal;
    color: #9B908A;
}

.agentHeaderTesti {
    cursor : pointer;
}

.agentHeaderTesti:hover .agentHeaderTestiNotes {
    text-decoration : underline;
}

.agentHeaderTestiNotes {
    font-size : 15px; 
    font-weight : normal; 
    color : #9C918A;
}

.header-map {
    padding : 0px;
}

.header-map img {
    border-top-left-radius : 5px;
    border-top-right-radius : 5px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.header-map .map-container {
    height : 180px;
}

.IE8down .header-map .map-container .mapinner {
    width : 314px;
}

.header-agency-summary {
    display:inline-block; 
    width : 145px; 
    height : 45px
}

.country-icon {
    background : url('/stylesheets/betty/pics/betty_icons_16.png') no-repeat center center;
    display : inline-block;
    width : 16px;
    height : 16px;
    background-position : -16px -400px;
    margin-right : 0px;
    margin-left : 5px;
}

.country-name {
    display : inline-block;
    font-size : 16px;
    font-weight : normal;
    color : #9B908A;
}

.country-link {
    text-decoration: underline;
}

.country-link:hover {
    color : #EC5124;
    cursor : pointer;
}

.agent_title_speciality {
    margin-bottom : 5px;
}

.header-agent-metadata {
    color: #9C918A;
    font-weight: normal;
    font-size: 12px;
    margin-bottom : 5px;
}

.header-agent-metadata-value {
    font-weight : normal;
    font-size : 13px;
}

.header-agent-metadata-container {
    float : left;
    margin-left : 10px;
    width: 110px;
}

.icon-evaneos {
    background : url('/stylesheets/betty/pics/betty_icons_24.png') no-repeat center center;
    background-position : -0px -240px;
    width : 24px;
    height : 24px;
    float : left;
}

.icon-localisation {
    background : url('/stylesheets/betty/pics/betty_icons_24.png') no-repeat center center;
    background-position : -0px -264px;
    width : 24px;
    height : 24px;
    float : left;
}

.icon-agency {
    background : url('/stylesheets/betty/pics/betty_icons_24.png') no-repeat center center;
    background-position : -24px -312px;
    width : 24px;
    height : 24px;
    float : left;
}

.icon-payment {
    background : url('/stylesheets/betty/pics/betty_icons_24.png') no-repeat center center;
    background-position : -0px -288px;
    width : 24px;
    height : 24px;
    float : left;
}

.popup-message-agent-textarea {
    width : 490px;
    height : 150px;
    padding : 4px;
    margin-bottom : 0px;
}

.popup-message-agent-textarea.invalid {
    border: 1px solid #EC5124 !important;
}

.popup-message-agent-action {
    margin-top : 15px;
}

.popup-message-agent-button {
    display: inline-block;
    padding: 3px 30px;
    float: right;
}

.popup-message-agent-email {
    height: 30px;
    width: 355px;
    margin-bottom: 0px;
    padding-top: 0px;
    float: left;
}

.popup-message-agent-email.invalid {
    border: 1px solid #EC5124 !important;
}

.popup-message-agent-confirm {
    padding: 15px;
    background-color: white;
    border-radius: 5px;
    box-shadow: gray 0px 0px 10px 1px;
    position: fixed;
    left: 50%;
    top: 50%;
    width: 250px;
    margin-left: -125px;
    margin-top: -150px;
    z-index: 1000;
}


.go-betty-block {
    width : 726px;
}

.go-betty-block .go-block {
    width : 706px;
}
/******************************************************
 * file: /home/evaneos/public_html/dist/releases/20180502143241-v29.90.2-7f41ce/applications/www.evaneos.com/web/app/modules/betty/css/agent_page/testimonial.less 
 ******************************************************/

.border-box {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.h1 {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.27em;
  z-index: 100;
  padding: 0px;
  margin-bottom: .2em;
}
.h2 {
  font-size: 22px;
  font-weight: normal;
  line-height: 28px;
  padding: 0;
  line-height: 1.10em;
}
body {
  color: #534840;
}
.IE8down .blockLightShadow {
  border: 1px solid #ddd;
}
.blockLightShadow {
  -webkit-box-shadow: 0px 0px 5px -1px #534840;
  -moz-box-shadow: 0px 0px 5px -1px #534840;
  box-shadow: 0px 0px 5px -1px #534840;
}
.blockHeavyShadow {
  -webkit-box-shadow: 0px 0px 8px -1px #302a25;
  -moz-box-shadow: 0px 0px 8px -1px #302a25;
  box-shadow: 0px 0px 8px -1px #302a25;
}
.go-popupmarker .caret {
  top: 100%;
  left: 50%;
}
.testi-container {
  height: 100px;
}
.IE8down .testi-container {
  height: 102px;
}
.testi-main-pic-thumb {
  background-color: white;
  border-radius: 5px;
  box-shadow: 0px 0px 5px -1px #534840;
  width: 80px;
  height: 80px;
  cursor: pointer;
  background: white url('/stylesheets/betty/pics/betty_profile.png') no-repeat center bottom;
}
.testi-main-pic-thumb.stranger {
  cursor: default;
}
.IE8down .testi-main-pic-thumb {
  border: 1px solid #ddd;
}
.testi-medium {
  background-color: white;
  border-radius: 5px;
  box-shadow: 0px 0px 5px -1px #534840;
  float: left;
  width: 370px;
  height: 79px;
  position: relative;
  padding: 10px;
}
.testi-medium .notation-row.top {
  padding: 4px 0 10px 0;
}
.testi-medium .notation-row.bottom {
  padding: 0 0 12px 0;
}
.testi-medium .notation-row .notation-col {
  font-size: 12px;
  float: left;
  width: 24%;
}
.testi-medium .notation-row .notation-col.disabled {
  color: #f4e8d8;
}
.testi-medium .notation-row .notation-col.percentage {
  margin: 3px 0;
  background-color: #f4e8d8;
}
.testi-medium .notation-row .notation-col.percentage div {
  background-color: #c5ac93;
  height: 7px;
}
.testi-medium .notation-row .notation-col.percentage div.disabled {
  width: 100%;
  background-color: #fff;
  border: 1px solid #f4e8d8;
}
.testi-medium .notation-row .notation-separator {
  float: left;
  width: 4%;
}
.IE8down .testi-medium {
  border: 1px solid #ddd;
  width: 368px;
  height: 77px;
}
.testi-medium .footerTesti .testi-agent-nickname {
  position: relative;
  top: -4px;
  color: #9C918A;
}
.testi-medium .footerTesti .testi-agent-nickname i {
  position: relative;
  top: -4px;
}
.testi-medium .footerTesti .testi-agent-nickname span:hover {
  color: #EC5124;
  text-decoration: underline;
}
.testi-medium .footerTesti .testi-detail {
  position: relative;
  top: -4px;
}
.testi-detail a {
  color: #54473E !important;
}
.testi-container a {
  font-size: 12px !important;
  position: relative;
  color: #9C918A;
}
.testi-container a:hover {
  color: #EC5124 !important;
  text-decoration: underline;
}
.testi-container a.small-name {
  font-size: 8px !important;
}
.testi-container div.footerTesti a {
  font-size: 14px !important;
}

/******************************************************
 * file: /home/evaneos/public_html/dist/releases/20180502143241-v29.90.2-7f41ce/applications/www.evaneos.com/web/app/modules/betty/css/agent_page/agent_page.less 
 ******************************************************/

.border-box {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.h1 {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.27em;
  z-index: 100;
  padding: 0px;
  margin-bottom: .2em;
}
.h2 {
  font-size: 22px;
  font-weight: normal;
  line-height: 28px;
  padding: 0;
  line-height: 1.10em;
}
body {
  color: #534840;
}
.IE8down .blockLightShadow {
  border: 1px solid #ddd;
}
.blockLightShadow {
  -webkit-box-shadow: 0px 0px 5px -1px #534840;
  -moz-box-shadow: 0px 0px 5px -1px #534840;
  box-shadow: 0px 0px 5px -1px #534840;
}
.blockHeavyShadow {
  -webkit-box-shadow: 0px 0px 8px -1px #302a25;
  -moz-box-shadow: 0px 0px 8px -1px #302a25;
  box-shadow: 0px 0px 8px -1px #302a25;
}
body.agency-page a.read-more {
  margin-top: 15px;
  max-width: 670px;
  display: block;
  text-align: center;
  color: #9C918A;
  height: 2em;
  position: relative;
}
body.agency-page a.read-more span:after,
body.agency-page a.read-more span:before {
  content: '';
  height: 1px;
  background: #E6E1D9;
  display: block;
  width: 280px;
  position: absolute;
  top: .5em;
}
body.agency-page a.read-more span:after {
  right: 0;
}
body.agency-page a.read-more span:before {
  left: 0;
}
body.agency-page a.read-more:hover span {
  color: #9C918A;
  text-decoration: underline;
}
body.agency-page div.agent-texts {
  width: 97%;
  padding-left: 15px;
}

/******************************************************
 * file: /home/evaneos/public_html/dist/releases/20180502143241-v29.90.2-7f41ce/applications/www.evaneos.com/web/app/modules/betty/css/agent_form/localagent-form.css 
 ******************************************************/

#agency-form .select{
    background-color: #ffffff;
    font-size : 14px;
    font-weight: normal;
    font-family: 'Droid Sans', Arial, Helvetica, sans-serif !important;
}

#agency-form .select:hover{
    background-color: #ffffff;
    color: #534840;
}

#agency-form span.caret{
    left : 30px;
}

#agency-form span.display{
    color: #534840;
}

#agency-form ul.dropdown-menu li{
    list-style-type : none;
    padding-left: 30px;
}

#agency-form ul.dropdown-menu{
    width : 300px;
}

#agency-form div.error-val{
    box-shadow: 0px 0px 2px #ff0000;
    -webkit-box-shadow : 0px 0px 2px #ff0000;
    -moz-box-shadow : 0px 0px 2px #ff0000;
}

#agency-form button.dropdown-toggle{
    border : 1px solid #e6e1d9;
    box-shadow: inset 0px 0px 7px #E6E6E6;
   -webkit-box-shadow: inset 0px 0px 7px #E6E6E6;
   -moz-box-shadow: inset 0px 0px 7px #9C918A; 
   
    background-image: linear-gradient(bottom, #F4F4F4 25%, #FFFFFF 61%);
    background-image: -o-linear-gradient(bottom, #F4F4F4 25%, #FFFFFF 61%);
    background-image: -moz-linear-gradient(bottom, #F4F4F4 25%, #FFFFFF 61%);
    background-image: -webkit-linear-gradient(bottom,#F4F4F4,#FFFFFF);
    background-image: -ms-linear-gradient(bottom, #F4F4F4 25%, #FFFFFF 61%);
   
   padding : 8px 40px 8px 6px;
}

#agency-form button.dropdown-toggle:hover{
    box-shadow: inset 0px 0px 7px #FFFFFF;
   -webkit-box-shadow: inset 0px 0px 7px #FFFFFF;
   -moz-box-shadow: inset 0px 0px 7px #FFFFFF;     
    background-color: #FFFFFF;
}

#agency-form div.first-row button:first-of-type{
    min-width: 250px;
    text-align: left;
}

.validation_message{
    display: none;
}

.box{
    float: left;
    width: 710px;
    padding: 10px;
    font-size: 13px;
}
    
.box input{
    height: 28px !important;
    padding-left: 5px;
    padding-right: 5px;
    color: #534840;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-top: 1px;
    width: 201px;
}

.go-div-green{
    color: #73AB4B;
    font-size: 20px !important;
    float: left;
    /*margin-left: 20px;*/
}   

.go-float-left{
    float: left;
}

.go-float-right{
    float: right;
}

.go-left-form-column,.go-left-form-column-long-text {
    width: 250px;
/*    height: 40px;*/
}

.go-right-form-column{
    width: 400px;
/*    height: 40px;*/
}

.go-form-line{
/*    clear: both;
    height: 40px;*/
    float: left;
    margin: 5px 0px;
}

.go-left-form-column label , .go-left-form-column-long-text label{
    float: right;
    margin-right: 15px;
    margin-top: 8px;
    text-align: right;
}


.go-left-form-column-long-text label{
    margin-top: 2px;
}

.box .quote-select, .box .criteria-select{
    margin-bottom: 0px;
    padding: 5px;
    padding-bottom: 3px;
    width: 230px;
    height: 20px;
    line-height: 20px;
    font-size: 13px;
}

.box .quote-select-small{
    width: 50px;
    float: left;
}

.box .criteria-selection{
    margin: 5px 5px 5px 0px !important;
}

.box .criteria-popup li:hover, .box .criteria-popup li.selected{
    background: #F9F7F3 url("/stylesheets/betty/pics/betty_tick-blue.png") no-repeat 10px center !important;
}

.quote-select-popup{
    width: 240px;
}

.box .criteria-popup{
    margin-top: 10px;
    margin-left: -2px;
    width: 240px !important;
}

.go-div-center-button{
    margin: 10px  auto 0;
    width: 305px;
}

.go-second-input{
    margin-left: 15px;
}

.go-second-input span{
    margin-right: 10px;
}


.go-right-form-column textarea{
    border: 1px solid #EEE;
    resize: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-top: 8px;
}

.go-form-line-textarea{
    clear: both;
    height: 70px;
}

.go-div-center-button .go-button-green {
    padding: 13px 35px;
    font-size: 16px;
}

.go-div-center-button .go-button-disabled{
    padding: 13px 35px;
    font-size: 16px;
    background-color : #BBBBBB !important;
    background-image : none !important;
    text-shadow : none !important;
    border : none !important;
}

.go-item-comteiner{
    clear: both;
}

.go-item-selected{
    background-color: #e8e1d9;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    float: left;
    padding: 2px 3px;
    margin-right: 6px;
    margin-top: 5px;
    margin-left: 2px;
    font-size: 12px;
}

.go-label-on-top label{
    margin-top: 0px;
    line-height: 16px;
}


/* special styles to list selects */

#wrapperagency.dropdown-menu {
  width: 100%;
  left: auto;
}
#wrapperagency.dropdown-menu .caret {
  top: -10px;
  left: 10px;
}
#wrapperagency.dropdown-menu .caret .inner {
  border-bottom: 9px solid white;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-top: 0px;
}
#wrapperagency.dropdown-menu .caret .outer {
  border-bottom: 10px solid #E6E1D9;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 0px;
}
#wrapperagency.dropdown-menu .content {
  margin: 0 0px;
}

#wrapperagency button, #wrapperagency .btn, #wrapperagency a.btn {
  color: #fff;
  font-weight: bold;
  background-color: #9c918a;
  background-image: none;
  border: none;
  position: relative;
  text-shadow: none;
  border-radius: 3px;
  padding: 5px 10px;
  font-size: 13px;
}
#wrapperagency button .caret, #wrapperagency .btn .caret, #wrapperagency a.btn .caret {
  position: relative;
  backgroud-color: #fff;
  border-top: 5px solid white;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 0px;
  display: inline-block;
  right: 0;
  top: 7px;
}
#wrapperagency button.no-lcorners, #wrapperagency .btn.no-lcorners, #wrapperagency a.btn.no-lcorners {
  border-radius: 0 3px 3px 0;
}
#wrapperagency button.active,
#wrapperagency .btn.active,
#wrapperagency button:hover,
#wrapperagency .btn:hover {
  background-color: #534840;
}
#wrapperagency select:active,
#wrapperagency button.active,
#wrapperagency .btn.active,
#wrapperagency button:active,
#wrapperagency .btn:active {
  -webkit-box-shadow: 1px 1px 4px 4px rgba(0, 0, 0, 0.5) inset;
  -moz-box-shadow: 1px 1px 4px 4px rgba(0, 0, 0, 0.5) inset;
  box-shadow: 1px 1px 4px 4px rgba(0, 0, 0, 0.5) inset;
}
#wrapperagency .btn-group > button, #wrapperagency .btn-group > .btn, #wrapperagency .btn-group > a.btn {
  border-radius: 0px;
}
#wrapperagency .btn-group > button:first-child, #wrapperagency .btn-group > .btn:first-child, #wrapperagency .btn-group > a.btn:first-child {
  border-radius: 3px 0 0 3px;
}
#wrapperagency .btn-group > button:last-child, #wrapperagency .btn-group > .btn:last-child, #wrapperagency .btn-group > a.btn:last-child {
  border-radius: 0 3px 3px 0;
}
#wrapperagency .select {
  background-color: #e6e1d9;
  color: #534840;
}
#wrapperagency .select .caret {
  right: -5px;
  border-top: 5px solid #9c918a;
}
#wrapperagency .select:hover {
  background-color: #9c918a;
  color: #fff;
}
#wrapperagency .select:hover .caret {
  border-top: 5px solid #534840;
}
#wrapperagency .btn-group + .btn-group {
  margin-left: 0px;
}
#wrapperagency .dropdown-menu li > a:hover, #wrapperagency .dropdown-menu .active > a, #wrapperagency .dropdown-menu .active > a:hover {
  color: #534840;
  text-decoration: none;
  background-color: #f9f7f3;
  background-image : none !important;
}

.open {
  position: relative;
}
#wrapperagency.select-box {
  display: block;
  width: 12px;
  height: 12px;
  background-color: #fff;
  border: 1px solid #e6e1d9;
}
#wrapperagency.select-box .icon-tick {
  position: relative;
  top: -3px;
  left: 0px;
  display: none;
}
#wrapperagency.select-box.checked .icon-tick {
  display: block;
}
#wrapperagency.dropdown-menu ul {
  margin: 0;
}
#wrapperagency.dropdown-menu ul li {
  list-style-type: none;
  list-style-position: inside;
  padding: 3px 20px;
  font-size: 15px;
  border-top: 1px solid #e6e1d9;
  cursor: pointer;
}
#wrapperagency.dropdown-menu ul li:first-child {
  border-top: 0px;
}
#wrapperagency.dropdown-menu ul li:hover, .dropdown-menu ul li.selected {
  background-color: #f9f7f3;
}
#wrapperagency.caret {
  display: block;
  opacity: 1;
  width: auto;
  height: auto;
  backgroud: none;
  border: 0;
  backgroud-color: #fff;
  z-index: 900;
  position: absolute;
}
#wrapperagency.caret .inner {
  position: absolute;
  backgroud-color: #fff;
  border-top: 9px solid white;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-bottom: 0px;
  display: inline-block;
  top: 1px;
  left: 1px;
}
#wrapperagency.caret .outer {
  position: absolute;
  backgroud-color: #fff;
  border-top: 10px solid #E6E1D9;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 0px;
}
#wrapperagency.caret.caret-left .inner {
  border-right: 9px solid white;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 0px;
}
#wrapperagency.caret.caret-left .outer {
  border-right: 10px solid #E6E1D9;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 0px;
}

/******************************************************
 * file: /home/evaneos/public_html/dist/releases/20180502143241-v29.90.2-7f41ce/applications/www.evaneos.com/web/app/modules/betty/css/contact_form/contact_form.less 
 ******************************************************/

#connectIphone {
  display: none;
}
#contact-form-st {
  width: 730px;
  height: auto;
  float: left;
  padding-left: 0px;
  margin: 10px 10px;
  background-repeat: repeat-y;
  background-position: 0 top;
  position: relative;
  box-shadow: #eee 0 0 3px;
  border: solid 1px #ddd !important;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: white;
  font-size: 12px;
}
#contact-form-st h1 {
  font-family: 'Droid Sans', Arial, Helvetica, sans-serif;
  font-size: 28px;
  color: #534840;
  font-weight: bold;
  line-height: 28px;
  z-index: 100;
  padding: 20px;
  border-bottom: solid 1px #ddd;
  margin-bottom: 15px;
  width: 685px;
}
#contact-form-st select,
#contact-form-st input,
#contact-form-st textarea {
  font-family: 'Droid Sans', Arial, Helvetica, sans-serif;
  font-size: 14px;
  border: 1px solid #ccc;
}
#contact-form-st span {
  padding-left: 20px;
  word-wrap: break-word;
  font-size: 14px;
  line-height: 19px;
}
#contact-form-st label.label-span {
  width: 180px;
  text-align: right;
  padding-right: 12px;
}
#contact-form-st div.contact-div {
  padding-bottom: 12px;
}
#contact-form-st div.contact-div select {
  width: 275px;
}
#contact-form-st div.contact-div input {
  width: 262px;
}
#contact-form-st div.contact-button {
  height: 50px;
  padding-bottom: 25px !important;
}
#contact-form-st textarea.body-message-tarea {
  width: 400px;
  height: 350px;
  padding: 5px;
}
#contact-form-st div.div-button {
  width: 180px;
  margin: auto;
}
#contact-form-st #contact-form {
  width: 710px;
}
#contact-form-st #send-contact-form {
  float: left;
}
#contact-form-st #main-wrapper {
  height: auto;
  margin: 0px auto 0;
  position: relative;
  z-index: 1;
  color: #54473E;
}
#nouvelle {
  width: 970px;
  height: auto;
  padding: 0px;
  margin: 10px auto;
}
#body-contact {
  width: 970px;
  height: auto;
  margin-left: 100px;
  clear: both;
  position: relative;
  border-radius: 0px 0px 5px 5px;
}
#body-contact div.message {
  width: 400px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  margin-left: 180px;
  display: none;
  -moz-border-radius: 7px;
  border-radius: 7px;
  position: fixed;
  z-index: 999;
  top: 100px;
}
#body-contact div.error {
  background-color: #f5a992;
  border-color: #EC5124;
  color: #EC5124;
}
#body-contact div.error div.header {
  border: 2px solid #EC5124;
  padding: 8px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}
#body-contact div.success {
  background-color: #b9d5a5;
  border-color: #72AB49;
  color: #72AB49;
}
#body-contact div.success div.header {
  border: 2px solid #72AB49;
  padding: 8px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}
label.required:after {
  content: " *";
}
.mandatory-fields-msg {
  font-size: 11px;
  text-align: right;
}

/******************************************************
 * file: /home/evaneos/public_html/dist/releases/20180502143241-v29.90.2-7f41ce/applications/www.evaneos.com/web/app/modules/betty/css/itinerary_page/itinerary-get.less 
 ******************************************************/

.itinerary-right-metadata {
  z-index: 2000;
  position: relative;
  width: 286px;
}
.itinerary-right-metadata .agent-picture {
  margin-right: 10px;
  width: 62px;
}
.itinerary-right-metadata .agent-informations {
  width: 210px;
}
.itinerary-right-metadata .agent-informations > h3 {
  line-height: 15px;
  padding-bottom: 0px;
  color: #534840;
}
.itinerary-right-metadata .agent-informations > h3:hover {
  color: #EE4F15;
  text-decoration: none;
  cursor: pointer;
}
.itinerary-right-metadata .agent-informations > .notation {
  margin-bottom: 5px;
}
.itinerary-right-metadata .agent-informations > .local-agency a {
  color: #534840;
}
.itinerary-right-metadata .agent-informations > .local-agency a:hover {
  color: #EE4F15;
  text-decoration: none;
}
.itinerary-right-metadata hr {
  margin: 15px -15px;
}
.itinerary-right-metadata hr[data-id="hr1"] {
  color: #e6e1d9;
  border-color: #e6e1d9;
}
.itinerary-right-metadata .iti_right_flexible_dates_text {
  margin-top: 15px;
}
.itinerary-right-metadata .iti_right_flexible_dates_text i.icon-24-chat {
  background-position: -24px -336px;
}
.itinerary-right-metadata .iti_right_days {
  width: 125px;
  border-right: 1px solid #EEEEEE;
  min-height: 60px;
}
.itinerary-right-metadata .iti_right_days .metadata {
  font-size: 16px;
  margin-bottom: 5px;
}
.itinerary-right-metadata .iti_right_days .metadata i {
  margin-top: -3px;
}
.itinerary-right-metadata .iti_right_price {
  width: 150px;
  padding-left: 10px;
  padding-bottom: 10px;
}
.itinerary-right-metadata .iti_right_price .price_from {
  font-size: 18px;
}
.itinerary-right-metadata .iti_right_price .price {
  margin-top: 4px;
  font-size: 24px;
  font-weight: bold;
  float: left;
}
.itinerary-right-metadata .iti_right_price .price-precisions {
  float: left;
  font-size: 11px;
  font-weight: normal;
  margin-left: 5px;
  line-height: 13px;
  color: #9C918A;
  margin-top: 1px;
}
.itinerary-right-metadata .iti_right_price .price_about {
  padding-left: 0px;
}
.itinerary-right-metadata .iti_right_price .iti_tag {
  line-height: 19px;
}
.itinerary-right-metadata .iti_tags .iti_tag {
  float: left;
  font-size: 13px;
  line-height: 18px;
  padding-right: 5px;
}
.itinerary-right-metadata .quote-title {
  font-size: 22px;
  font-weight: normal;
  line-height: 28px;
  padding: 0;
  text-align: center;
}
.itinerary-right-metadata .quote-italic-quote {
  margin-bottom: 5px;
}
.itinerary-right-metadata .itinerary-right-quote .or {
  position: relative;
  height: 14px;
  margin-bottom: 14px;
}
.itinerary-right-metadata .itinerary-right-quote .or hr {
  position: relative;
  top: 50%;
}
.itinerary-right-metadata .itinerary-right-quote .or > .text {
  position: absolute;
  margin: auto;
  padding: 0 4px;
  background: #fff;
  top: 0;
  left: 50%;
  margin-left: -18px;
}
.itinerary-right-metadata .itinerary-right-quote .go-button-white {
  height: 28px;
  font-size: 16px;
}
.itinerary-right-metadata .itinerary-right-quote .go-button-green {
  margin-top: 10px;
}
.itinerary-right-metadata .itinerary-right-quote .go-button-white,
.itinerary-right-metadata .itinerary-right-quote .go-button-green {
  line-height: 23px;
}
.itinerary-right-metadata .itinerary-right-quote .user-wishlist-itineraries-text-button {
  margin: 14px 0;
}
.itinerary-right-metadata .itinerary-right-quote .user-wishlist-itineraries-counter {
  margin: 14px 0;
  text-align: center;
  font-style: italic;
  color: #9C918A;
}
.itinerary-right-metadata .itinerary-right-quote .cta_expressquote_top {
  display: none;
}
@media screen and (max-width: 1000px) {
  .itinerary-right-metadata .itinerary-right-quote .cta_iti {
    display: none;
  }
  .itinerary-right-metadata .itinerary-right-quote .cta_expressquote_top {
    display: block;
  }
}
.itinerary-right-metadata .itinerary-right-map {
  margin-top: -15px;
}
.itinerary-right-metadata .itinerary-right-map .right-map {
  height: 200px;
  width: 286px;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: -15px;
  margin-top: -8px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.itinerary_main_picture {
  margin: -15px;
  margin-bottom: 12px;
  position: relative;
}
.itinerary_main_picture .back-itinerary {
  position: absolute;
  top: 10px;
  left: 5px;
  height: 32px;
  padding-right: 10px;
  padding-left: 5px;
}
.itinerary_main_picture .back-itinerary .back-itinerary-link-container {
  padding-top: 7px;
  padding-left: 10px;
  padding-right: 10px;
}
.itinerary_main_picture .back-itinerary .back-itinerary-link-container .back-itinerary-link {
  color: #54473E;
  font-size: 15px;
  font-weight: bold;
}
.itinerary_main_picture .back-itinerary .back-itinerary-link-container .back-itinerary-link i {
  position: relative;
  top: 1px;
  margin-right: 5px;
}
.itinerary_main_picture .back-itinerary .caret {
  display: block;
  opacity: 1;
  width: 0;
  height: 0;
  border: 0;
  z-index: 900;
  vertical-align: top;
  position: absolute;
  top: 2px;
  left: -13px;
  border-right: 14px solid white;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  border-left: 0px;
}
.itinerary_main_picture .darkrow {
  position: absolute;
  bottom: 0px;
  background: url('/stylesheets/betty/pics/black_opacity_7.png');
  width: 100%;
}
.itinerary_main_picture .darkrow [class^=tag-] {
  position: absolute;
  border-radius: 2px;
  padding: 4px 4px 3px 4px;
  border: none;
  color: #fff;
  top: -37px;
  left: -3px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 17px;
  border-bottom: 1px solid #534840;
}
.itinerary_main_picture .darkrow [class^=tag-] .iti-tag-icon {
  width: 16px;
  height: 16px;
  display: block;
  float: left;
  margin-right: 5px;
  background-image: url('/stylesheets/betty/pics/betty_icons_16.png');
}
.itinerary_main_picture .darkrow [class^=tag-] .iti-tag-left-border {
  width: 16px;
  height: 24px;
  position: absolute;
  right: -7px;
  top: 0;
  border-radius: 0 2px 2px 0;
  background-image: url('/stylesheets/betty/pics/betty_icons_24.png');
  border-bottom: 1px solid #534840;
}
.itinerary_main_picture .darkrow-title {
  padding: 10px 52px 10px 12px;
  font-size: 26px;
  color: white;
  font-weight: bold;
}
.itinerary_main_picture .tag-heartbeat {
  background-color: #ee2a7b;
}
.itinerary_main_picture .tag-heartbeat .iti-tag-icon {
  background-position: 0px -528px;
}
.itinerary_main_picture .tag-heartbeat .iti-tag-left-border {
  background-position: 0px -192px;
}
.itinerary_main_picture .tag-new {
  background-color: #f7941e;
}
.itinerary_main_picture .tag-new .iti-tag-icon {
  background-position: -16px -528px;
}
.itinerary_main_picture .tag-new .iti-tag-left-border {
  background-position: 0px -168px;
}
.itinerary_main_picture .user-wishlist-itineraries-heart-button {
  position: absolute;
  bottom: 14px;
  right: 14px;
}
.itinerary_days_container {
  position: relative;
}
.itinerary_days_container .grey_line {
  top: 0px;
  bottom: -15px;
  width: 6px;
  background: #ACA19B;
  margin-left: 102px;
  position: absolute;
  z-index: -1;
  opacity: 0.5;
}
.itinerary_days_container .day_main_container {
  padding-left: 122px;
  padding-bottom: 12px;
  position: relative;
}
.itinerary_days_container .day_main_container .day_counter {
  margin-left: -173px;
  margin-top: 5px;
  width: 145px;
  text-align: right;
  position: absolute;
  z-index: 99999;
  color: #534840;
  font-size: 24px;
}
.itinerary_days_container .day_main_container .pearl_has_place {
  margin-top: 5px;
}
.itinerary_days_container .day_main_container .day_container {
  box-shadow: gray 0px 0px 3px 0px;
  background: white;
  border-radius: 5px;
  position: relative;
  padding: 10px;
}
.itinerary_days_container .day_main_container .day_container .pearl_container .pearl_acco {
  margin-left: -188px;
  text-align: right;
  position: absolute;
  width: 150px;
  color: #ACA19B;
}
.itinerary_days_container .day_main_container .day_container .pearl_container .pearl_acco.first {
  margin-top: 20px;
}
.itinerary_days_container .day_main_container .day_container .pearl_container .pearl_picture {
  float: left;
  width: 170px;
  height: 120px;
  margin-right: 10px;
}
.itinerary_days_container .day_main_container .day_container .pearl_container .pearl_informations {
  float: left;
  width: 300px;
}
.itinerary_days_container .day_main_container .day_container .pearl_container .pearl_informations .pearl_text {
  line-height: 16px;
}
.itinerary_days_container .day_main_container .accommodation_main_container {
  box-shadow: gray 0px 0px 3px 0px;
  background: white;
  border-radius: 5px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px;
}
.itinerary_days_container .day_main_container .accommodation_main_container .acco_left {
  margin-left: -200px;
  text-align: right;
  position: absolute;
  width: 150px;
  color: #ACA19B;
}
.itinerary_days_container .day_main_container .accommodation_main_container .accommodation_first {
  float: left;
}
.itinerary_days_container .day_main_container .accommodation_main_container .accommodation_show {
  cursor: pointer;
  float: right;
}
.itinerary_days_container .day_main_container .accommodation_main_container .accommodation_show .accommodation_button_to_show,
.itinerary_days_container .day_main_container .accommodation_main_container .accommodation_show .accommodation_button_to_hide {
  color: #EE4F15;
}
.itinerary_days_container .day_main_container .accommodation_main_container .accommodation_list .accommodation_container .accommodation_pictures {
  margin-bottom: -10px;
}
.itinerary_days_container .day_main_container .accommodation_main_container .accommodation_list .accommodation_container .accommodation_pictures .accommodation_picture {
  float: left;
  width: 236px;
  min-height: 10px;
  max-height: 162px;
  margin-left: 10px;
  margin-bottom: 10px;
}
.itinerary_days_container .day_main_container .accommodation_main_container .accommodation_list .accommodation_container .accommodation_pictures .accommodation_picture:first-child,
.itinerary_days_container .day_main_container .accommodation_main_container .accommodation_list .accommodation_container .accommodation_pictures .accommodation_picture:nth-child(2n + 1) {
  margin-left: 0px;
}
.itinerary_days_container .day_main_container .accommodation_main_container .accommodation_list .accommodation_container .accommodation_informations {
  float: left;
  width: 300px;
}
.itinerary_days_container .cta_expressquote_bottom {
  display: none;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .itinerary_days_container .cta_expressquote_bottom {
    display: block;
  }
}
.price-popup {
  width: 760px;
  left: 50%;
  margin-left: -380px;
}
.price-popup .dropdown-popup-header {
  position: relative;
}
.price-popup .dropdown-popup-header h2 {
  line-height: 28px;
}
.price-popup .dropdown-popup-header h2 .length {
  font-size: 15px;
}
.price-popup .dropdown-popup-header .itinerary-price-hide {
  position: absolute;
  top: 0;
  right: 0;
}
.price-popup .dropdown-popup-content {
  margin-top: 10px;
  margin-bottom: 10px;
}
.price-popup .price-since {
  color: #534840;
  font-size: 18px;
  font-weight: normal;
  display: inline-table;
}
.price-popup .price-since strong {
  font-weight: bold;
}
.price-popup .currency {
  display: inline-table;
}
.price-popup .currency .criteria-select-container {
  width: 220px;
}
.price-popup h3 {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 5px;
}
.price-popup .itinerary-price-table {
  cellspacing: 0;
  font-size: 13px;
  margin-bottom: 20px;
}
.price-popup .itinerary-price-table tr td {
  border: 1px solid #534840;
  padding: 10px 20px;
}
.price-popup .itinerary-price-table tr td.col1 {
  width: 315px;
}
.price-popup .itinerary-price-table tr td.col1,
.price-popup .itinerary-price-table tr td.line1 {
  font-weight: bold;
}
.price-popup .itinerary-price-table tr td.col1.line1.empty {
  border: none;
}
.price-popup hr {
  border: none;
  border-bottom: 1px solid #DDD;
  margin: 0;
}
.price-popup .price-included,
.price-popup .price-not-included {
  width: 350px;
  float: left;
  margin-bottom: 10px;
}
.price-popup .price-included ul li,
.price-popup .price-not-included ul li {
  font-size: 13px;
  font-weight: normal;
  margin-bottom: 20px;
  list-style-type: none;
  background-image: url('/stylesheets/betty/pics/notincluded.png');
  background-repeat: no-repeat;
  background-position: top left;
  padding-left: 20px;
  line-height: 16px;
}
.price-popup .price-included ul li:last-child,
.price-popup .price-not-included ul li:last-child {
  margin-bottom: 10px;
}
.price-popup .price-included {
  margin-right: 20px;
}
.price-popup .price-included ul li {
  background-image: url('/stylesheets/betty/pics/included.png');
}
.price-popup [data-scrollable].scrolling .price-included,
.price-popup [data-scrollable].scrolling .price-not-included {
  width: 340px;
}
.price-popup .dropdown-popup-footer {
  text-align: center;
}
.itinerary-price-backdrop {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: .5;
}
.IE8down .itinerary_days_container .day_main_container .day_container,
.IE8down .itinerary_days_container .day_main_container .accommodation_main_container {
  border: 1px solid #ddd;
}
.stage-button {
  display: inline-block;
  padding: 5px 6px;
  font-size: 14px;
  color: #534840;
  background: #E6E1D9;
  border-radius: 3px;
}
.stage-button:hover {
  background: #D5D0C7;
  text-decoration: none;
}
.stage {
  padding: 5px 6px;
}
.etapes-list {
  margin: 12px 0 6px;
}
.etapes-list-item {
  display: inline-block;
  margin-right: 4px;
}
.etapes-list-item > .icon-16-location {
  width: 14px;
}
.etapes-list-item .link {
  color: #ACA19B;
}
.etapes-list-item .link:hover {
  text-decoration: underline;
}
.evaneos-new-map-test-AB {
  display: none !important;
}
.evaneos-old-map-test-AB {
  display: block !important;
}
.evaneos-map-container {
  height: 500px;
  background-color: white;
  margin: -15px;
  position: relative;
}
#evaneos-map {
  height: 100%;
  width: 100%;
}
@media all and (max-width: 760px),(max-device-width: 760px) {
  .evaneos-map-container {
    height: 300px;
  }
}

/******************************************************
 * file: /home/evaneos/public_html/dist/releases/20180502143241-v29.90.2-7f41ce/applications/www.evaneos.com/web/app/modules/betty/css/itinerary_page/itinerary-quote.less 
 ******************************************************/

#quote-modal {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
}
#quote-modal .modal-backdrop {
  opacity: .3;
  filter: alpha(opacity=30);
}
#quote-modal .modal-backdrop.opacity-max {
  opacity: .5;
}
#quote-modal .itinerary-right-quote-metadata {
  position: absolute;
  z-index: 1050;
  top: 100px;
  right: 50%;
  margin-right: -489px;
  width: 286px;
}
#quote-modal .itinerary-right-quote-metadata .agent-picture {
  margin-right: 10px;
  width: 62px;
}
#quote-modal .itinerary-right-quote-metadata .agent-informations {
  width: 210px;
}
#quote-modal .itinerary-right-quote-metadata .agent-informations > h3 {
  line-height: 15px;
  padding-bottom: 0px;
  color: #534840;
}
#quote-modal .itinerary-right-quote-metadata .agent-informations > h3:hover {
  color: #534840;
  text-decoration: none;
  cursor: default;
}
#quote-modal .itinerary-right-quote-metadata .agent-informations > .agent-sentence {
  font-family: 'Droid Serif', serif;
  font-size: 13px;
  font-style: italic;
  line-height: 16px;
  color: #9C918A;
  margin: 0;
}
#quote-modal .itinerary-right-quote-metadata .agent-informations > .notation {
  margin-bottom: 5px;
}
#quote-modal .itinerary-right-quote-metadata .agent-informations > .local-agency a {
  color: #534840;
}
#quote-modal .itinerary-right-quote-metadata .agent-informations > .local-agency a:hover {
  color: #534840;
  text-decoration: none;
  cursor: default;
}
#quote-modal .itinerary-right-quote-metadata hr {
  margin: 15px -15px;
}
#quote-modal .itinerary-right-quote-metadata .itinerary-right-quote-steps {
  margin-top: -15px;
  margin-bottom: 15px;
}
#quote-modal .itinerary-right-quote-metadata .itinerary-right-quote-steps .step {
  margin: 0 -15px;
  border: 1px solid #E6E1D9;
  border-width: 0 0 1px 0;
  height: 55px;
  position: relative;
}
#quote-modal .itinerary-right-quote-metadata .itinerary-right-quote-steps .step > .title {
  line-height: 55px;
  font-size: 20px;
  font-weight: normal;
  background-color: #fff;
  cursor: pointer;
}
#quote-modal .itinerary-right-quote-metadata .itinerary-right-quote-steps .step > .title > [class^="icon-32-"],
#quote-modal .itinerary-right-quote-metadata .itinerary-right-quote-steps .step > .title [class*=" icon-32-"] {
  margin-left: 15px;
  margin-top: -4px;
  margin-right: 10px;
}
#quote-modal .itinerary-right-quote-metadata .itinerary-right-quote-steps .step:hover > .title {
  font-weight: bold;
}
#quote-modal .itinerary-right-quote-metadata .itinerary-right-quote-steps .step .icon-32-calendar {
  background-position: 0px -224px;
}
#quote-modal .itinerary-right-quote-metadata .itinerary-right-quote-steps .step .icon-32-participant {
  background-position: 0px -256px;
}
#quote-modal .itinerary-right-quote-metadata .itinerary-right-quote-steps .step .icon-32-hosting {
  background-position: 0px -288px;
}
#quote-modal .itinerary-right-quote-metadata .itinerary-right-quote-steps .step .icon-32-map {
  background-position: 0px -320px;
}
#quote-modal .itinerary-right-quote-metadata .itinerary-right-quote-steps .step .icon-32-guide {
  background-position: 0px -352px;
}
#quote-modal .itinerary-right-quote-metadata .itinerary-right-quote-steps .step .icon-32-project {
  background-position: 0px -384px;
}
#quote-modal .itinerary-right-quote-metadata .itinerary-right-quote-steps .step > .step-popup {
  display: none;
  position: absolute;
  width: 500px;
  right: 328px;
  padding: 0;
}
#quote-modal .itinerary-right-quote-metadata .itinerary-right-quote-steps .step > .step-popup .hasDatepicker {
  width: 50%;
  float: left;
}
#quote-modal .itinerary-right-quote-metadata .itinerary-right-quote-steps .step > .step-popup > .content {
  margin: 15px;
  position: relative;
  padding: 0 0 36px 0;
}
#quote-modal .itinerary-right-quote-metadata .itinerary-right-quote-steps .step > .step-popup > .content .hide-popup-line {
  margin-bottom: 5px;
}
#quote-modal .itinerary-right-quote-metadata .itinerary-right-quote-steps .step > .step-popup > .content .hide-popup {
  color: #9C918A;
  padding: 5px 15px 5px 0;
}
#quote-modal .itinerary-right-quote-metadata .itinerary-right-quote-steps .step > .step-popup > .content .hide-popup .icon-16-exit {
  margin-right: 2px;
}
#quote-modal .itinerary-right-quote-metadata .itinerary-right-quote-steps .step > .step-popup > .content .hide-popup:hover {
  color: #534840;
  text-decoration: none;
}
#quote-modal .itinerary-right-quote-metadata .itinerary-right-quote-steps .step > .step-popup > .content .hide-popup:hover .icon-16-exit {
  background-position: -16px -560px;
}
#quote-modal .itinerary-right-quote-metadata .itinerary-right-quote-steps .step > .step-popup > .content .next-step {
  position: absolute;
  bottom: 0;
  right: 0;
  line-height: 32px;
  padding-right: 40px;
  color: #9C918A;
  font-weight: bold;
  font-size: 16px;
}
#quote-modal .itinerary-right-quote-metadata .itinerary-right-quote-steps .step > .step-popup > .content .next-step:hover {
  color: #534840;
  text-decoration: none;
}
#quote-modal .itinerary-right-quote-metadata .itinerary-right-quote-steps .step > .step-popup > .content .next-step [class^="icon-32-"],
#quote-modal .itinerary-right-quote-metadata .itinerary-right-quote-steps .step > .step-popup > .content .next-step [class*=" icon-32-"] {
  position: absolute;
  right: 0;
  top: 0;
}
#quote-modal .itinerary-right-quote-metadata .itinerary-right-quote-steps .step > .step-popup > .content .required {
  position: absolute;
  bottom: 0;
  left: 0;
  font-family: 'Droid Serif', serif;
  font-style: italic;
  color: #9C918A;
  font-size: 13px;
}
#quote-modal .itinerary-right-quote-metadata .itinerary-right-quote-steps .step.active > .title {
  color: #534840;
  font-weight: bold;
  position: absolute;
  top: -2px;
  right: -5px;
  width: 332px;
  border: 2px solid #E6E1D9;
  z-index: 1090;
  border-left-width: 0;
  text-indent: 13px;
  border-radius: 0 5px 5px 0;
}
#quote-modal .itinerary-right-quote-metadata .itinerary-right-quote-steps .step.active > .step-popup {
  display: block;
  top: 50%;
}
#quote-modal .itinerary-right-quote-metadata .itinerary-right-quote-steps .step .icon-16-void {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -8px;
}
#quote-modal .itinerary-right-quote-metadata .itinerary-right-quote-steps .step.invalid > .title {
  color: #EC5124;
}
#quote-modal .itinerary-right-quote-metadata .itinerary-right-quote-steps .step.invalid .icon-32-calendar {
  background-position: -96px -224px;
}
#quote-modal .itinerary-right-quote-metadata .itinerary-right-quote-steps .step.invalid .icon-32-participant {
  background-position: -96px -256px;
}
#quote-modal .itinerary-right-quote-metadata .itinerary-right-quote-steps .step.invalid .icon-32-hosting {
  background-position: -96px -288px;
}
#quote-modal .itinerary-right-quote-metadata .itinerary-right-quote-steps .step.invalid .icon-32-map {
  background-position: -96px -320px;
}
#quote-modal .itinerary-right-quote-metadata .itinerary-right-quote-steps .step.invalid .icon-32-guide {
  background-position: -96px -352px;
}
#quote-modal .itinerary-right-quote-metadata .itinerary-right-quote-steps .step.invalid .icon-32-project {
  background-position: -96px -384px;
}
#quote-modal .itinerary-right-quote-metadata .itinerary-right-quote-steps .step.invalid .icon-16-void {
  background-position: 0px -544px;
}
#quote-modal .itinerary-right-quote-metadata .itinerary-right-quote-steps .step.invalid.active .icon-16-void {
  right: 14px;
}
#quote-modal .itinerary-right-quote-metadata .itinerary-right-quote-steps .step.valid > .title {
  color: #9C918A;
}
#quote-modal .itinerary-right-quote-metadata .itinerary-right-quote-steps .step.valid .icon-16-void {
  background-position: -16px -320px;
}
#quote-modal .itinerary-right-quote-metadata .itinerary-right-quote-steps .step.valid.active .icon-16-void {
  background-position: 16px 16px;
}
#quote-modal .itinerary-right-quote-metadata .itinerary-right-quote-steps .step.valid .icon-32-calendar {
  background-position: -64px -224px;
}
#quote-modal .itinerary-right-quote-metadata .itinerary-right-quote-steps .step.valid .icon-32-participant {
  background-position: -64px -256px;
}
#quote-modal .itinerary-right-quote-metadata .itinerary-right-quote-steps .step.valid .icon-32-hosting {
  background-position: -64px -288px;
}
#quote-modal .itinerary-right-quote-metadata .itinerary-right-quote-steps .step.valid .icon-32-map {
  background-position: -64px -320px;
}
#quote-modal .itinerary-right-quote-metadata .itinerary-right-quote-steps .step.valid .icon-32-guide {
  background-position: -64px -352px;
}
#quote-modal .itinerary-right-quote-metadata .itinerary-right-quote-steps .step.valid .icon-32-project {
  background-position: -64px -384px;
}
#quote-modal .itinerary-right-quote-metadata .itinerary-right-quote-steps .step.valid.active > .title {
  color: #534840;
}
#quote-modal .itinerary-right-quote-metadata .itinerary-right-quote-steps .step.valid.active .icon-32-calendar {
  background-position: 0px -224px;
}
#quote-modal .itinerary-right-quote-metadata .itinerary-right-quote-steps .step.valid.active .icon-32-participant {
  background-position: 0px -256px;
}
#quote-modal .itinerary-right-quote-metadata .itinerary-right-quote-steps .step.valid.active .icon-32-hosting {
  background-position: 0px -288px;
}
#quote-modal .itinerary-right-quote-metadata .itinerary-right-quote-steps .step.valid.active .icon-32-map {
  background-position: 0px -320px;
}
#quote-modal .itinerary-right-quote-metadata .itinerary-right-quote-steps .step.valid.active .icon-32-guide {
  background-position: 0px -352px;
}
#quote-modal .itinerary-right-quote-metadata .itinerary-right-quote-steps .step.valid.active .icon-32-project {
  background-position: 0px -384px;
}
#quote-modal .itinerary-right-quote-metadata > .send-quote {
  display: block;
  text-align: center;
  padding: 10px 0;
}
#quote-modal .lang-choice label.title {
  display: block;
  margin-bottom: .5em;
}
#quote-modal .lang-choice div {
  display: inline-block;
  padding-bottom: .4em;
}
#quote-modal .date-tip {
  padding: .5em 1em;
  font-style: italic;
  line-height: 20px;
}
#quote-modal .date-tip i {
  float: left;
}
#quote-modal .date-tip p {
  color:  !important;
  margin-left: 24px;
}
#airport_bloc {
  display: none;
}
#airport_bloc .input-container {
  float: left;
}
#airport_bloc .input-container input {
  margin-bottom: 16px;
}
#group-type,
#couple-type,
#guide-type,
#project-step {
  display: none;
}
#group-type label,
#couple-type label,
#guide-type label,
#project-step label {
  font-size: 16px;
  margin-bottom: 10px;
}
#group-type i,
#couple-type i,
#guide-type i,
#project-step i {
  vertical-align: middle;
}
#group-type i + label,
#couple-type i + label,
#guide-type i + label,
#project-step i + label {
  font-size: 13px;
  margin-left: 2px;
}
#group-type i[data-form-checked] + label,
#couple-type i[data-form-checked] + label,
#guide-type i[data-form-checked] + label,
#project-step i[data-form-checked] + label {
  font-weight: normal;
}
#participants-number {
  display: none;
  margin-bottom: 5px;
}
#guide-type p,
#project-step p {
  font-size: 15px;
  line-height: 15px;
  margin-bottom: 10px;
  margin-left: 10px;
  font-family: 'Droid Sans', Arial, Helvetica, sans-serif;
}
#guide-type p i,
#project-step p i {
  margin-left: 0;
}
#guide-type p i[data-form-checked] + label,
#project-step p i[data-form-checked] + label {
  font-weight: normal;
}
#guide-type p label,
#project-step p label {
  display: inline;
  font-family: 'Droid Sans', Arial, Helvetica, sans-serif;
  font-size: 15px;
  margin: 0 0 0 2px;
}
#project-step {
  display: block;
}
.project-step-item {
  overflow: hidden;
}
.project-step-label,
.project-step-check {
  float: left;
}
.project-step-check {
  margin-top: 0 !important;
  vertical-align: top;
}
.project-step-label {
  margin-left: 6px !important;
  width: 90%;
  font-size: 15px !important;
}
#last-step,
#done {
  position: absolute;
  z-index: 1050;
  top: 54px;
  left: 50%;
  margin-left: -350px;
  width: 636px;
  display: none;
  overflow-y: auto;
  max-height: 85%;
}
#last-step > .content,
#done > .content {
  position: relative;
}
#last-step > .content .icon-16-cross,
#done > .content .icon-16-cross {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
#last-step > .content .evaneos-says,
#done > .content .evaneos-says {
  width: 60%;
  height: 65px;
  margin-left: 85px;
}
#last-step > .content .form,
#done > .content .form {
  width: 298px;
  margin: auto;
  margin-top: 10px;
}
#last-step > .content .form label,
#done > .content .form label {
  margin: 0 0px 5px 10px;
}
#last-step > .content .form label .info,
#done > .content .form label .info {
  display: inline;
}
#last-step > .content .form input,
#done > .content .form input {
  width: 294px;
  padding: 3px 0;
  text-indent: 10px;
  float: left;
  margin: 0 0 10px 0;
}
#last-step > .content .form input.half,
#done > .content .form input.half {
  width: 140px;
  margin-left: 10px;
}
#last-step > .content .form input[data-form-name=birth-day],
#last-step > .content .form input[data-form-name=birth-month],
#done > .content .form input[data-form-name=birth-day],
#done > .content .form input[data-form-name=birth-month] {
  width: 63px;
  margin-right: 10px;
}
#last-step > .content .form input[data-form-name=birth-year],
#done > .content .form input[data-form-name=birth-year] {
  width: 140px;
  margin-right: 0px;
}
#last-step > .content .form .input-container,
#done > .content .form .input-container {
  margin: 3px 0 0 0;
  float: left;
}
#last-step > .content .form .input-container:first-child label:first-child,
#done > .content .form .input-container:first-child label:first-child {
  margin-left: 0;
}
#last-step > .content .form .input-container:first-child label:first-child + input,
#done > .content .form .input-container:first-child label:first-child + input {
  margin-left: 0;
}
#last-step > .content .form i,
#done > .content .form i {
  vertical-align: middle;
  margin: 5px 0 0 0;
}
#last-step > .content .form i + label,
#done > .content .form i + label {
  vertical-align: text-top;
  font-size: 12px;
  margin-left: 5px;
  width: 260px;
  line-height: 16px;
}
#last-step > .content .form i + label a,
#done > .content .form i + label a {
  display: block;
  color: #9C918A;
  text-decoration: underline;
  font-size: 12px;
}
#last-step > .content .form i + label a:hover,
#done > .content .form i + label a:hover {
  text-decoration: underline;
}
#last-step > .content .form .dropdown-toggle,
#done > .content .form .dropdown-toggle {
  width: 294px;
  margin: 0 0 10px 0;
}
#last-step > .content .form .dropdown-toggle .icon-24-big-updown,
#done > .content .form .dropdown-toggle .icon-24-big-updown {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -12px;
}
#last-step > .content .form .dropdown-menu,
#done > .content .form .dropdown-menu {
  width: 294px;
  left: 0;
  height: 200px;
  overflow-y: scroll;
}
#last-step > .content .form .dropdown-menu li,
#done > .content .form .dropdown-menu li {
  display: block;
  width: auto;
}
#last-step > .content .form .go-button-green,
#done > .content .form .go-button-green {
  display: block;
  width: auto;
  margin: 10px 0 0 0;
}
#last-step > .content .form .invalid-sentense,
#done > .content .form .invalid-sentense {
  position: absolute;
  left: 311px;
  width: 150px;
  top: 50%;
  margin-top: -8px;
}
#last-step > .content .form .invalid-sentense.cgu,
#done > .content .form .invalid-sentense.cgu {
  margin-top: -24px;
}
#last-step > .content .form .invalid-sentense .icon-16-caution,
#done > .content .form .invalid-sentense .icon-16-caution {
  vertical-align: text-bottom;
  margin-right: 5px;
}
#done {
  width: 860px;
  height: 100%;
  margin-left: -430px;
  padding: 0px;
  max-height: none;
}
#done .icon-16-cross {
  float: right;
  margin-top: 15px;
  margin-right: 15px;
  cursor: pointer;
}
#done .evaneos-says {
  display: block;
  width: auto !important;
  height: 100px !important;
  margin-left: 64px;
  margin-right: 64px;
  margin-top: 25px;
  margin-bottom: 50px !important;
}
#done .evaneos-says .pic {
  width: 75px;
  height: 75px;
}
#done .evaneos-says .pic img {
  width: 65px;
  height: 65px;
}
#done .evaneos-says .content {
  left: 75px;
  right: 0px;
}
#done .evaneos-says .content p {
  font-size: 18px;
}
#done .evaneos-says .content .main {
  font-size: 22px;
}
#done .evaneos-says .light {
  font-weight: normal;
}
#done .done-boxes {
  width: 720px;
  height: 200px;
  margin: 0 auto;
  position: absolute;
  margin-right: 70px;
  margin-left: 70px;
}
#done .done-boxes label {
  text-align: left;
}
#done .done-boxes label span {
  margin-left: 10px !important;
  margin-right: 10px !important;
}
#done .done-boxes label span p {
  line-height: 15px;
  color: #9C918A;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 13px;
  font-family: 'Droid Sans', Arial, Helvetica, sans-serif;
}
#done .done-boxes label span strong {
  line-height: 25px;
  font-size: 14px;
}
[for=hostings] i {
  margin-left: 5px;
}
.IE9 #last-step > .content .form input[data-form-name=birth-year] {
  width: 119.2px;
}
.IE9 #last-step > .content .form i + label {
  width: 270px;
}
#iti-loader .modal-backdrop {
  z-index: 2059 !important;
}
#iti-loader .loader {
  z-index: 2060 !important;
  position: fixed;
  background-image: url('/stylesheets/images/crazyxhtml/ajax-loader_big.gif');
  width: 34px;
  height: 33px;
  background-position: center center;
  background-repeat: no-repeat;
  top: 50%;
  left: 50%;
  margin: -16px 0 0 -17px;
  padding: 0;
}

/******************************************************
 * file: /home/evaneos/public_html/dist/releases/20180502143241-v29.90.2-7f41ce/applications/www.evaneos.com/web/app/modules/betty/css/itinerary_page/itinerary-search.less 
 ******************************************************/

.iti-not-found-main {
  margin-top: 100px;
}
.iti-not-found-main .iti-not-found-first {
  color: gray;
  font-size: 22px;
  margin-bottom: 10px;
}
.iti-not-found-main .iti-not-found-second {
  font-size: 22px;
}
.iti-not-found-main .concept-picture {
  background: url('/stylesheets/betty/pics/concept.png') no-repeat center center;
  width: 523px;
  height: 248px;
  margin-left: 135px;
}
.iti-not-found-main .concept-picture.evaneos_es {
  background: url('/stylesheets/betty/pics/concept_es.png') no-repeat center center;
}
.iti-not-found-main .concept-picture.evaneos_it {
  background: url('/stylesheets/betty/pics/concept_it.png') no-repeat center center;
}
.iti-not-found-main .concept-picture.evaneos_de {
  background: url('/stylesheets/betty/pics/concept_de.png') no-repeat center center;
}
.iti-not-found-main .go-button-green {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
  font-size: 22px;
  height: 35px;
}
.loader {
  position: fixed;
  left: 50%;
  top: 50%;
  text-align: center;
  border-radius: 50px;
  margin-top: -150px;
  padding-left: 12px;
  padding-top: 11px;
  padding-right: 16px;
  padding-bottom: 15px;
  z-index: 101;
}
.criteria-select-container[data-type=criteria-select][data-id=country] > .criteria-popup {
  max-height: 350px;
}
.criteria-select-container[data-type=criteria-select] > .sort-button + .criteria-popup {
  width: 184px;
}
.criteria-slider {
  margin-bottom: 20px;
}
.criteria-slider .criteria-price {
  width: 185px;
  margin-left: 7px;
}
.criteria-slider .price-label {
  margin-bottom: 10px;
  margin-top: 15px;
  margin-left: 11px;
  font-size: 14px;
  text-align: center;
}
.criteria-slider .price-label i {
  margin-right: 5px;
}
.search-right-metadata {
  position: relative;
  width: 204px;
}
.search-right-metadata hr {
  margin: 0px -15px 10px -15px;
}
.search-right-map-container {
  background: url("/images/main/boussole.png");
  background-repeat: no-repeat;
  background-position: center;
}
.search-right-map {
  height: 200px;
  margin-left: -15px;
  margin-top: -15px;
  margin-right: -15px;
  margin-bottom: 0px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.button-group {
  display: inline;
}
.button-group [class*="button"] {
  border: 1px solid #E7DED7;
  background-color: #FEFFFF;
  position: relative;
  width: 34px;
  height: 24px;
  cursor: pointer;
  text-align: center;
}
.button-group .selected[class*="button"] {
  box-shadow: inset 0px 0px 5px 0px #B0A7A0;
  border: 1px solid #9C918A;
}
.button-group [class*="button"]:first-child {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.button-group [class*="button"]:nth-child(1n+2) {
  border-left: 0px;
}
.button-group [class*="button"].selected:nth-child(1n+2) {
  border-left: 1px solid #9C918A;
}
.button-group [class*="button"]:last-child {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.go-content h1.search-iti-h1 {
  margin-top: 0px;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0;
  color: #9C918A;
  margin-bottom: 10px;
}
.go-content h2.search-iti-h2,
.go-content span.search-iti-span {
  font-size: 22px;
  color: #534840;
  float: left;
  padding: 0;
  font-weight: normal;
  line-height: 18px !important;
}
.go-content h2.h2-last-top {
  clear: left;
  padding: 0 0 10px 0;
}
.go-content div.content-text-itineraries {
  float: left;
  font-size: 13px;
  color: #534840;
  line-height: 16px;
  padding: 10px 0 22px 0;
}
.go-content div.it-bottom-text {
  width: 73%;
}
.go-content span.search-iti-span {
  margin-top: 0px;
  margin-left: 5px;
}
.go-content span.show-more {
  font-size: 13px;
  color: #9C918A;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  float: right;
  width: auto !important;
  paddin-right: 7px;
}
.go-content span.show-more:hover {
  text-decoration: underline;
}
.go-content span.iti-small-text {
  display: none;
}
.go-content i.bettyicon-triangle-down {
  font-size: 9px;
}
.go-content .seo-iti-texts {
  float: left;
  margin-bottom: 15px;
}
.go-content .seo-iti-texts .hide {
  display: none !important;
}
.go-content .seo-iti-texts .readmore-js-expanded {
  padding-bottom: 0px !important;
}

/******************************************************
 * file: /home/evaneos/public_html/dist/releases/20180502143241-v29.90.2-7f41ce/applications/www.evaneos.com/web/app/modules/betty/css/itinerary_page/itinerary-edition.less 
 ******************************************************/

[contenteditable=true] {
  outline: none;
}
.itinerary_days_container.itinerary_edition .iti-edition-button-add-stage {
  float: right;
  width: 490px;
}
.itinerary_days_container.itinerary_edition .iti-edition-button-add-stage i {
  margin-right: 5px;
}
.itinerary_days_container.itinerary_edition .day_main_container:hover .place_edition_add_button {
  display: inline-block;
}
.itinerary_days_container.itinerary_edition .day_main_container .place_edition_add_button {
  display: none;
  margin-top: 4px;
  padding: 2px 3px 2px 3px;
  border: 1px solid #E6E1D9;
  border-radius: 3px;
  background-color: #FDFCFB;
  cursor: pointer;
}
.itinerary_days_container.itinerary_edition .day_main_container .input_add_place {
  display: none;
  width: 90px;
  height: 13px;
  color: #ACA19B;
  font-size: 13px;
  margin-top: 5px;
  margin-bottom: 2px;
  margin-left: 50px;
}
.itinerary_days_container.itinerary_edition .day_main_container .place_edition_autocomplete_container .content {
  background-color: white;
  margin-left: 50px;
  width: 200px;
  text-align: left;
  position: absolute;
  z-index: 1000;
  border-radius: 3px;
  box-shadow: gray 0px 0px 3px 0px;
  color: #ACA19B;
  cursor: pointer;
}
.itinerary_days_container.itinerary_edition .day_main_container .place_edition_autocomplete_container .content li {
  padding-left: 5px;
  padding-right: 5px;
}
.itinerary_days_container.itinerary_edition .day_main_container .place_edition_autocomplete_container .content li:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.itinerary_days_container.itinerary_edition .day_main_container .place_edition_autocomplete_container .content li:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.itinerary_days_container.itinerary_edition .day_main_container .place_edition_autocomplete_container .content li:hover,
.itinerary_days_container.itinerary_edition .day_main_container .place_edition_autocomplete_container .content li.selected {
  background-color: #EA522F;
  color: white;
}
.itinerary_days_container.itinerary_edition .pearl_container .pearl_delete {
  position: absolute;
  right: 12px;
  top: 12px;
  cursor: pointer;
  display: none;
}
.itinerary_days_container.itinerary_edition .pearl_container:hover .pearl_delete {
  display: block;
}
.itinerary_days_container.itinerary_edition .pearl_has_place {
  cursor: pointer;
}
.itinerary_days_container.itinerary_edition .pearl_has_place:hover {
  margin-right: -23px;
}
.itinerary_days_container.itinerary_edition .pearl_has_place:hover .place_edition_original {
  display: none;
}
.itinerary_days_container.itinerary_edition .pearl_has_place:hover .place_edition_button {
  display: inline;
}
.itinerary_days_container.itinerary_edition .pearl_has_place:hover .place_edition_button .icon-16-pencil {
  margin-left: 3px;
}
.itinerary_days_container.itinerary_edition .pearl_has_place:hover .place_edition_text {
  position: relative;
  left: 4px;
}
.itinerary_days_container.itinerary_edition .pearl_has_place .place_edition_original {
  display: inline;
}
.itinerary_days_container.itinerary_edition .pearl_has_place .place_edition_button {
  display: none;
}
.itinerary_days_container.itinerary_edition .pearl_has_place .place_edition_button .icon-24-delete-bgimg {
  position: relative;
  top: -4px;
  margin-bottom: -8px;
}
.itinerary_days_container.itinerary_edition .acco_left {
  cursor: pointer;
}
.itinerary_days_container.itinerary_edition .acco_left:hover {
  margin-left: -175px;
}
.itinerary_days_container.itinerary_edition .acco_left:hover .acco_edition_text {
  position: relative;
  left: 2px;
}
.itinerary_days_container.itinerary_edition .acco_left:hover .acco_edition_original {
  position: relative;
  left: 2px;
}
.itinerary_days_container.itinerary_edition .acco_left:hover .acco_edition_button {
  display: inline;
}
.itinerary_days_container.itinerary_edition .acco_left .acco_edition_button {
  display: none;
}
.itinerary_days_container.itinerary_edition .acco_left .acco_edition_button .icon-24-delete-bgimg {
  position: relative;
  top: -4px;
  margin-bottom: -8px;
}
.pearl_picture .imagewrapper {
  overflow: visible;
}
span[contenteditable=true] {
  display: inline-block;
  min-width: 10px;
}
.pic-dropzone {
  position: relative;
}
.pic-dropzone .go-copyright {
  background-color: rgba(255,255,255,0.7);
}
.pic-dropzone .go-copyright i.icon-copyright-edition {
  display: block;
  width: 12px;
  height: 12px;
  margin: 2px;
  background-image: url('/stylesheets/betty/pics/pen_copyright.png');
  background-repeat: no-repeat;
  background-position: center center;
  float: left;
  cursor: pointer;
}
.pic-dropzone .go-copyright i.icon-copyright-edition:hover {
  background-image: url('/stylesheets/betty/pics/pen_copyright_hover.png');
}
.pic-dropzone .go-copyright .go-copyright-author {
  display: inline;
}
.pic-dropzone .go-copyright .go-copyright-author[contenteditable=true] {
  cursor: text;
}
.pic-dropzone .upload-list {
  display: none;
}
.pic-dropzone .dropzone {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  display: none;
}
.pic-dropzone .dropzone .overlay {
  position: absolute;
  top: 0;
  opacity: .6;
}
.pic-dropzone .dropzone .dropzone-drop-text {
  color: #868E96;
  text-align: center;
  position: absolute;
  top: 85px;
  width: 100%;
}
.pic-dropzone .dropzone .dropzone-drop-text span {
  font-size: 34px;
  font-weight: bold;
}
.pic-dropzone .dropzone .dropzone-drop-text em {
  font-size: 20px;
  line-height: 44px;
}
.pic-dropzone .dropzone .picedition-alt-methods {
  position: absolute;
  width: 100%;
  bottom: 77px;
}
.pic-dropzone .dropzone .picedition-alt-methods input[type="text"] {
  background-color: black;
  color: #CCC;
  position: static;
  font-size: 17px;
  line-height: 19px;
}
.pic-dropzone .dropzone .picedition-alt-methods input.flickr-url {
  width: 95%;
  height: 30px;
}
.pic-dropzone .dropzone .picedition-alt-methods input.copyright,
.pic-dropzone .dropzone .picedition-alt-methods input.flickr-tags {
  padding: 10px;
  width: 427px;
}
.pic-dropzone .dropzone .picedition-alt-methods span.from_localagent {
  display: block;
  padding: 10px;
  background-color: black;
  color: #CCC;
  margin: 5px 0;
}
.pic-dropzone .dropzone .picedition-alt-methods a.file-upload-btn {
  float: right;
  padding: 8px 10px;
  font-size: 16px;
}
.pic-dropzone .dropzone .picedition-alt-methods input[type=file] {
  width: 100%;
  height: 100%;
}
.pic-dropzone .dropzone .picedition-alt-methods .picedition-alt-place {
  display: none;
  border-radius: 3px;
  width: 72%;
  height: 100%;
  overflow-y: auto;
  left: calc(101%);
  position: absolute;
  top: 0;
  background: #fff;
  box-shadow: 0 0 5px rgba(0,0,0,0.7);
}
.pic-dropzone .dropzone .picedition-alt-methods .picedition-alt-place .picture-place {
  display: none;
}
.pic-dropzone .dropzone .picedition-alt-methods .picedition-alt-place .picture-place.active {
  display: block;
}
.pic-dropzone .dropzone .picedition-alt-methods .picedition-alt-place .picture-place-close {
  float: right;
  color: #e6e1d9;
  margin-right: 15px;
  margin-top: 6px;
}
.pic-dropzone .dropzone .picedition-alt-methods .picedition-alt-place .picture-description {
  width: calc(100% - 20px);
}
.pic-dropzone .dropzone .picedition-alt-methods .picedition-alt-place .picture-description table {
  width: calc(100% - 30px);
  margin-left: 15px;
  margin-right: 15px;
}
.pic-dropzone .dropzone .picedition-alt-methods .picedition-alt-place .picture-description table tr {
  height: 30px;
  margin-bottom: 5px;
  vertical-align: middle;
}
.pic-dropzone .dropzone .picedition-alt-methods .picedition-alt-place .picture-description table tr.current {
  height: 40px;
}
.pic-dropzone .dropzone .picedition-alt-methods .picedition-alt-place .picture-description table td {
  font-size: 13px;
}
.pic-dropzone .dropzone .picedition-alt-methods .picedition-alt-place .picture-description table td .input {
  border: 0 !important;
  box-shadow: none !important;
  border-bottom: solid 1px #eee !important;
  width: 85%;
  height: 22px;
  font-size: 13px;
  margin-right: 14px;
  margin-bottom: 4px;
}
.pic-dropzone .dropzone .picedition-alt-methods .picedition-alt-place .picture-description table td i {
  color: rgba(0,0,0,0.4);
}
.pic-dropzone .dropzone .picedition-alt-methods .picedition-alt-place .picture-description table td:first-child {
  width: 10%;
  font-size: 15px;
  font-weight: bold;
}
.pic-dropzone .dropzone .picedition-alt-methods .picedition-alt-place .img-place {
  position: relative;
  margin-left: 13px;
  margin-top: 6px;
  margin-bottom: 6px;
  cursor: pointer;
  float: left;
  width: 170px;
  height: 120px;
}
.pic-dropzone .dropzone .picedition-alt-methods .picedition-alt-place .img-place.disabled {
  background-color: #4f4f4f;
}
.pic-dropzone .dropzone .picedition-alt-methods .picedition-alt-place .img-place.disabled:hover {
  cursor: default;
}
.pic-dropzone .dropzone .picedition-alt-methods .picedition-alt-place .img-place.disabled:hover .error {
  display: block;
}
.pic-dropzone .dropzone .picedition-alt-methods .picedition-alt-place .img-place.disabled:hover img {
  opacity: 0.3;
}
.pic-dropzone .dropzone .picedition-alt-methods .picedition-alt-place .img-place .error {
  display: none;
  text-align: center;
  position: absolute;
  padding: 5px;
  padding-top: 35px;
  z-index: 2;
  color: white;
  font-size: 13px;
}
.pic-dropzone .dropzone .picedition-alt-methods .picedition-alt-place .img-place .error b {
  display: inline-block;
  font-size: 15px;
  margin-bottom: 2px;
}
.pic-dropzone .dropzone .picedition-alt-methods .picedition-alt-place .img-place .error a {
  padding: 5px;
  padding-left: 7px;
  padding-right: 7px;
  margin-top: 8px;
  border-radius: 4px;
  background: rgba(255,254,254,0.7);
  display: inline-block;
  font-weight: bold;
}
.pic-dropzone .dropzone .picedition-alt-methods .picedition-alt-place .img-place img {
  z-index: 1;
  position: absolute;
}
.pic-dropzone .dropzone .picedition-alt-methods .picedition-alt-place .place-loading {
  text-align: center;
  margin-top: 15px;
}
.pic-dropzone .dropzone .picedition-alt-methods .picedition-alt-place.active {
  display: block;
}
.pic-dropzone .dropzone .picedition-alt-methods .picedition-alt-place .picture-place-title {
  margin-left: 15px;
  margin-top: 6px;
}
.pic-dropzone .dropzone .picedition-alt-methods .picedition-alt-place .picture-place-no {
  text-align: center;
  margin-bottom: 6px;
}
.pic-dropzone .loader-modal {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
}
.pic-dropzone .loader-modal .overlay {
  position: absolute;
  top: 0;
  opacity: .6;
}
.pic-dropzone .loader-modal .loader {
  position: absolute;
  background-image: url('/stylesheets/images/crazyxhtml/ajax-loader_big.gif');
  width: 34px;
  height: 33px;
  background-position: center center;
  background-repeat: no-repeat;
  top: 50%;
  left: 50%;
  margin: -16px 0 0 -17px;
  padding: 0;
}
.little-pic .dropzone .dropzone-drop-text {
  top: 39px;
}
.little-pic .dropzone .dropzone-drop-text span {
  font-size: 16px;
}
.little-pic .dropzone .dropzone-drop-text em {
  font-size: 12px;
  line-height: 20px;
}
.little-pic .dropzone .dropzone-drop-text .go-button-grey {
  font-size: 13px;
  position: relative;
  top: 10px;
}
.little-pic .dropzone .picedition-alt-methods {
  display: none;
  position: absolute;
  width: 550px;
  background: white;
  top: 75px;
  bottom: auto;
  z-index: 100;
  box-shadow: gray 0px 0px 5px 1px;
  padding: 0;
  border-radius: 5px;
}
.little-pic .dropzone .picedition-alt-methods .caret {
  display: block;
  opacity: 1;
  border: 0;
  z-index: 900;
  vertical-align: top;
  position: absolute;
  top: -10px;
  left: 20px;
  margin: 0;
}
.little-pic .dropzone .picedition-alt-methods .caret .inner {
  position: absolute;
  border-top: 0px solid transparent;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-bottom: 9px solid white;
  display: block;
  top: 1px;
  left: 1px;
}
.little-pic .dropzone .picedition-alt-methods .caret .outer {
  position: absolute;
  border-top: 0px solid transparent;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid grey;
}
.little-pic .dropzone .picedition-alt-methods .picture-upload {
  margin: 6px 15px;
}
.little-pic .dropzone .picedition-alt-methods .picture-upload .or {
  line-height: 36px;
  text-align: center;
}
.little-pic .dropzone .picedition-alt-methods .picture-upload input[type="text"] {
  box-sizing: border-box;
  height: 35px;
  padding: 6px 8px;
  background-color: white;
  color: gray;
  font-size: 15px;
  margin: 0;
  border-width: 1px;
  border-radius: 3px;
  box-shadow: none;
}
.little-pic .dropzone .picedition-alt-methods .picture-upload span.from_localagent {
  display: block;
  background-color: white;
  color: gray;
  margin: 0;
}
.little-pic .dropzone .picedition-alt-methods .picture-upload .flickr-url {
  position: static;
  width: 100%;
}
.little-pic .dropzone .picedition-alt-methods .picture-upload a.file-upload-btn {
  box-sizing: border-box;
  margin: 0;
  float: right;
  font-size: 14px;
  height: auto;
}
.little-pic .dropzone .picedition-alt-methods .picture-upload .flickr-tags {
  width: 385px;
  position: static;
}
.little-pic .dropzone .picedition-alt-methods .picture-upload .copyright {
  width: 385px;
}
.little-pic .dropzone .picedition-alt-methods .preview-image {
  display: none;
}
.little-pic .dropzone .picedition-alt-methods input[type=file] {
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.itinerary-edit-right-column .sublist-tags {
  padding-left: 20px;
}
.itinerary-edit-right-column .itinerary-edit-right-column-container .itinerary-edit-showable .itinerary-edit-show {
  font-weight: bold;
  font-size: 16px;
  position: relative;
  top: 7px;
}
.itinerary-edit-right-column .itinerary-edit-right-column-container hr {
  margin-left: -15px;
  margin-right: -15px;
  margin-top: 10px;
  margin-bottom: 12px;
}
.itinerary-edit-right-column .itinerary-edit-right-column-container .criteria-select-container .go-button-white {
  padding-top: 10px;
  padding-bottom: 10px;
}
.itinerary-edit-right-column .itinerary-edit-right-column-container .criteria-select-container .criteria-popup {
  top: 43px;
  width: 283px;
}
.accomodation-adder .criteria-select-container {
  display: inline-block;
  width: 156px;
  margin: 0 4px 0 0;
}
.accomodation-adder .criteria-select-container:last-child {
  margin: 0;
}
.accomodation-adder .criteria-select-container .go-button-white {
  padding-top: 10px;
  padding-bottom: 10px;
}
.accomodation-adder .criteria-select-container .criteria-popup {
  top: 43px;
  width: 283px;
}
.itinerary_edition .criteria-popup.simpleList {
  max-height: 300px;
}
.itinerary_edition .set-fromlocalagent-btn {
  margin-top: 9px;
}
.price-popup.itinerary-edition .itinerary-price-table {
  cellspacing: 0;
  font-size: 13px;
  margin-bottom: 20px;
}
.price-popup.itinerary-edition .itinerary-price-table td {
  border: 1px solid ;
  padding: 10px 20px;
}
.price-popup.itinerary-edition .itinerary-price-table td.col1 {
  width: 315px;
}
.price-popup.itinerary-edition .itinerary-price-table td.col1,
.price-popup.itinerary-edition .itinerary-price-table td.line1 {
  font-weight: bold;
}
.price-popup.itinerary-edition .itinerary-price-table td.col1.line1.empty {
  border: none;
}
.price-popup.itinerary-edition .price-included ul li,
.price-popup.itinerary-edition .price-not-included ul li {
  line-height: 16px;
  position: relative;
}
.price-popup.itinerary-edition .price-included ul li i.included-icon,
.price-popup.itinerary-edition .price-not-included ul li i.included-icon {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
.price-popup.itinerary-edition .price-included ul li span[contenteditable=true],
.price-popup.itinerary-edition .price-not-included ul li span[contenteditable=true] {
  display: block;
}
.price-popup.itinerary-edition .price-included ul li:hover,
.price-popup.itinerary-edition .price-not-included ul li:hover {
  background-image: none;
}
.price-popup.itinerary-edition .price-included ul li:hover i.included-icon,
.price-popup.itinerary-edition .price-not-included ul li:hover i.included-icon {
  display: block;
}
.price-popup.itinerary-edition [data-scrollable].scrolling .price-included,
.price-popup.itinerary-edition [data-scrollable].scrolling .price-not-included {
  width: 340px;
}
.price-popup.itinerary-edition .dropdown-popup-footer {
  text-align: right;
}
.price-popup.itinerary-edition .go-button-grey {
  font-size: 16px;
  line-height: 28px;
  padding: 7px 20px 7px 20px;
}
.dragging-placeholder {
  height: 13px;
  background-image: url('/stylesheets/betty/pics/draggable-placeholder-tiny.png');
  background-repeat: no-repeat;
  background-position: right center;
  cursor: move;
}
.go-popup.delete-itinerary-popup {
  width: 450px;
  margin-left: -325px;
  margin-top: -100px;
}
.go-popup.delete-itinerary-popup .hr {
  margin-top: 12px;
}
.go-popup.delete-itinerary-popup .delete-itinerary-container .delete-itinerary-evaneos-icon-container .delete-itinerary-evaneos-icon {
  width: 70px;
  height: 70px;
  background-color: white;
}
.go-popup.delete-itinerary-popup .delete-itinerary-container .delete-itinerary-evaneos-text-container {
  width: 350px;
  margin-left: 12px;
}
.go-popup.delete-itinerary-popup .delete-itinerary-container .delete-itinerary-evaneos-text-container .delete-itinerary-bigText {
  font-weight: bold;
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 10px;
}
.go-popup.delete-itinerary-popup .delete-itinerary-container .delete-itinerary-evaneos-text-container .delete-itinerary-smallText {
  font-size: 14px;
}
.go-popup.delete-itinerary-popup .popup-delete-itinerary-action .popup-delete-itinerary-button {
  float: right;
  height: 28px;
  line-height: 28px;
  margin: 0px 0px 0px 12px;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 30px;
  padding-right: 30px;
}
.go-popup.popup-edit-place {
  width: 650px;
  margin-left: -325px;
  margin-top: -265px;
}
.go-popup.popup-edit-place .popup-title {
  text-align: left;
}
.go-popup.popup-edit-place .popup-title .popup-edit-place-title-with-icon {
  display: inline-block;
  position: relative;
  top: -4px;
  margin-right: 3px;
}
.go-popup.popup-edit-place .popup-title .popup-edit-place-title-with-icon .icon-24-location {
  position: relative;
  top: -3px;
}
.go-popup.popup-edit-place .popup-title .popup-edit-place-input {
  border: 3px solid #DDD !important;
  background: url('/stylesheets/betty/pics/') no-repeat center center;
  border-radius: 3px;
  font-weight: bold;
}
.go-popup.popup-edit-place .popup-title .popup-edit-place-input:focus {
  border: 3px solid #E94B27 !important;
  box-shadow: none;
}
.go-popup.popup-edit-place .popup-title .popup-edit-place-input:focus + .popup-edit-place-info {
  color: #E94B27;
}
.go-popup.popup-edit-place .popup-title .popup-edit-place-info {
  width: 250px;
  display: inline-block;
  text-align: left;
  color: #9F948E;
  font-weight: normal;
  font-style: italic;
  font-size: 13px;
  font-family: 'Droid-Serif';
  margin-left: 5px;
}
.go-popup.popup-edit-place .map-container {
  width: 680px;
  height: 400px;
  margin-top: 5px;
  margin-left: -15px;
  margin-bottom: 15px;
  border-top: 1px solid #E5E3DF;
  border-bottom: 1px solid #E5E3DF;
}
.go-popup.popup-edit-place .popup-edit-place-action .popup-edit-place-button {
  float: right;
  height: 28px;
  line-height: 28px;
  margin: 0px 0px 0px 12px;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 30px;
  padding-right: 30px;
}
.dropzone-drop-text .file-upload-btn {
  z-index: 1000;
}
.itinerary-edit-switch-separator {
  margin-top: 10px;
  margin-bottom: 10px;
  width: 100%;
  height: 1px;
  background: rgba(0,0,0,0.2);
}
.itinerary-edit-switch-clear {
  margin-bottom: 5px;
}
.itinerary-edit-switch-label {
  padding-top: 4px;
}

/******************************************************
 * file: /home/evaneos/public_html/dist/releases/20180502143241-v29.90.2-7f41ce/applications/www.evaneos.com/web/app/modules/betty/css/testimonial_page/testimonial_solo.less 
 ******************************************************/

div.hreview-aggregate h1 {
  padding-right: 10px !important;
  display: inline;
}
div.go-bread-crumb {
  clear: both;
}
.devis {
  float: right;
  margin-right: 3px;
  margin-top: -5px;
}
.testimonial-main-picture {
  width: 476px;
  height: 284px;
  margin-bottom: 12px;
  border-radius: 5px;
  box-shadow: gray 0px 0px 3px 0px;
}
.testimonial-thumbnails {
  float: left;
  margin-left: 13px;
  margin-bottom: 12px;
  border-radius: 5px;
  box-shadow: gray 0px 0px 3px 0px;
}
.testimonial-thumbnails:first-child {
  margin-left: 0px;
}
.testimonial-thumbnails:nth-child(3n+1) {
  margin-left: 0px;
}
.IE8down .testimonial-thumbnails:first-child {
  margin-left: 0px;
}
.IE8down .testimonial-thumbnails:first-child + .testimonial-thumbnails + .testimonial-thumbnails + .testimonial-thumbnails {
  margin-left: 0px;
}
.testimonial-hr {
  margin-left: -15px;
  margin-right: -15px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.testi-pro-con {
  font-family: 'Droid Serif', serif !important;
  font-style: italic;
  color: #EC5124;
  padding-bottom: 0px;
  margin-top: 10px;
  margin-bottom: 0px;
}
.icon-speech {
  background: url('/stylesheets/betty/pics/betty_icons_16.png') no-repeat center center;
  width: 16px;
  height: 16px;
  background-position: 0px -576px;
  float: left;
  margin-top: -2px;
  margin-right: 5px;
}
.icon-clock {
  background: url('/stylesheets/betty/pics/betty_icons_16.png') no-repeat center center;
  width: 16px;
  height: 16px;
  background-position: 0px -160px;
  float: left;
  margin-top: -2px;
  margin-right: 5px;
}
.icon-agent {
  background: url('/stylesheets/betty/pics/betty_icons_24.png') no-repeat center center;
  width: 24px;
  height: 24px;
  background-position: 0px -312px;
  float: left;
  margin-top: -4px;
  margin-left: 10px;
  margin-right: 5px;
}
.testi-link-agent {
  cursor: pointer;
  color: #54473E;
}
.testi-link-agent:hover {
  text-decoration: underline;
  color: #EE4F15;
}
.feedback-marks {
  font-size: 14px;
}
.feedback-marks li {
  margin-bottom: 15px;
}
.feedback-marks li:last-child {
  margin-bottom: 0px;
}
.feedback-marks .mark-definition {
  font-weight: bold;
  width: 250px;
  display: inline-block;
  text-align: right;
  margin-right: 10px;
}
.feedback-marks .mark-numeric {
  color: #9C918A;
  margin-left: 5px;
}
.popup-toggler,
.popup-toggler:link,
.popup-toggler:visited {
  color: #9C918A;
}
.popup-toggler:active,
.popup-toggler:hover {
  color: #EE4F15;
}
div.testimonial-contact {
  max-width: 500px;
  font-family: 'Droid Sans', Arial, Helvetica, sans-serif;
}
div.testimonial-contact i {
  font-size: 50px;
  color: #6d9946;
}
div.testimonial-contact img.go-imgLoader {
  margin-left: 105px;
}
div.testimonial-contact p.top-message-success {
  color: #6d9946;
  font-weight: bold;
}
div.testimonial-contact .modal-body {
  overflow-y: hidden;
  max-height: 900px;
}
div.testimonial-contact .header {
  width: 85%;
  margin: 0 auto;
  padding-bottom: 20px;
  text-align: center;
  color: #534840;
}
div.testimonial-contact .header h1 {
  font-size: 22px;
  font-weight: normal;
  line-height: 23px;
}
div.testimonial-contact .header p {
  line-height: 20px;
}
div.testimonial-contact .close-button a {
  font-size: 30px;
}
div.testimonial-contact .controls {
  margin: 0 auto;
  width: 250px;
  padding-bottom: 20px;
}
div.testimonial-contact .controls input {
  padding: 3px 0 !important;
  text-indent: 10px !important;
  margin: 0 0 15px 0 !important;
  height: 30px;
  line-height: 30px;
  font-size: 15px;
  font-weight: normal;
  margin: 0 10px;
  border: #E6E1D9 2px solid;
  border-radius: 4px;
  box-shadow: none;
  text-indent: 3px;
  color: #534840;
  width: 250px;
  font-family: 'Droid Sans', Arial, Helvetica, sans-serif;
}
div.testimonial-contact .controls input:focus {
  box-shadow: none;
  border-color: #6AABDE;
}
div.testimonial-contact .controls input:hover {
  border-color: #9C918A;
}
div.testimonial-contact .controls input.invalid {
  border: 1px solid #ff0000;
  box-shadow: 0px 0px 4px #ff0000;
}
div.testimonial-contact .controls a.go-button-green {
  padding: 9px 97px 9px 97px;
  font-size: 15px;
}
div.testimonial-contact .controls div:last-of-type {
  padding-top: 5px;
}
.btn-popup {
  text-align: center;
  margin-top: 20px;
}
a.back-itinerary-link {
  color: #54473E;
  font-size: 15px;
  font-weight: bold;
}
div.back-itinerary-testimonial {
  width: 250px;
}

/******************************************************
 * file: /home/evaneos/public_html/dist/releases/20180502143241-v29.90.2-7f41ce/applications/www.evaneos.com/web/app/modules/betty/css/testimonial_page/responsive.less 
 ******************************************************/

@media all and (max-width: 1020px) {
  .testimonial-itinerary.from-itinerary {
    display: none;
  }
}
@media all and (max-width: 779px) {
  .go-rounded-white-block h2 {
    font-size: 18px;
  }
  .testimonial-comment figure,
  .testimonial-comment img {
    width: 40px !important;
    height: 40px !important;
  }
  #minpictiphone div:last-child {
    display: none;
  }
}

/******************************************************
 * file: /home/evaneos/public_html/dist/releases/20180502143241-v29.90.2-7f41ce/applications/www.evaneos.com/web/app/modules/betty/css/article_edition/travel_page.css 
 ******************************************************/


.go-top5-img{
    padding: 0px;
    position: relative;
}


.go-idees-backgroun-bottom-text {
    position: absolute;
    bottom: 0px;
    left: 0px;
    filter: alpha(opacity=90);
    opacity: 0.9;
    background-color: #3A332E;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.go-idees-big-image .go-idees-backgroun-bottom-text {
    width: 759px;
    height: 74px;
}

.go-idees-big-alert-icon {
    background: url('../../images/francine/idees/big_normal.png') no-repeat scroll center 3px;
    line-height: 15px;
    font-size: 11px;
    width: 41px;
    height: 43px;
    float: left;
}

.go-idees-block-bottom-text {
    position: absolute;
    top: 0;
    *top: 5px;
    bottom: 0;
    margin: auto;
    vertical-align: middle;
    height: 60px;
    left: 65px;
    color: white;
}


.go-circle-animated {
    border-radius: 50%;
    display: inline-block;
    margin-right: 20px;
    top: 18px;
    left: 18px;
}

.go-gradient-animated-circle{
    width: 40px;
    height: 40px;
    background-image: -moz-radial-gradient(45px 45px 45deg, circle cover, yellow 0%, orange 100%, black 95%);
    background-image: -webkit-radial-gradient(45px 45px, circle cover, black, black);
    background-image: radial-gradient(45px 45px 45deg, circle cover, black 0%, black 100%, black 95%);
    -webkit-animation-name: spin;
    -webkit-animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: spin;
    -moz-animation-duration: 3s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: spin;
    -ms-animation-duration: 3s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    position: absolute;
}

.go-number-circle{
    position: absolute;
    top: 28px;
    left: 25px;
    color: white;
    font-size: 18px;
    z-index: 20;
    font-weight: bold;
}

.go-idees-normal-text {
    font-size: 22px;
    line-height: 26px;
    font-weight: normal;
    color: white;
    text-decoration: none;
    margin-left: 10px;
}

.go-idees-small-text{
    height: 35px;
    overflow: hidden;
}

.go-idees-small-text p::after {
    content: "..."; 
}

.go-idees-small-text, .go-idees-small-text *{
    font-size: 13px !important;
    color: white !important;
    text-decoration: none;
    line-height: 15px !important;
    background-color: transparent !important;
    font-family: 'Droid Sans', Arial, Helvetica, sans-serif !important;
    height: 30px;
}


.go-left-arrow-img{
    z-index: 1;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 50%;
    display: none;
}

    .go-left-arrow-img{
         background: url('../../images/francine/article_edition/travel_page/guide_arrow_left.png') no-repeat scroll 5% 50%;
         background-size: 40px 40px;
     }
     
     .go-left-arrow-img:hover{
         background: url('../../images/francine/article_edition/travel_page/guide_arrow_left-hover.png') no-repeat scroll 5% 50%;
         background-size: 40px 40px;
     }
     
     .go-right-arrow-img{
         background: url('../../images/francine/article_edition/travel_page/guide_arrow_right.png') no-repeat scroll 95% 50%;
         background-size: 40px 40px;
     }
     
     .go-right-arrow-img:hover{
         background: url('../../images/francine/article_edition/travel_page/guide_arrow_right-hover.png') no-repeat scroll 95% 50%;
         background-size: 40px 40px;
     }
     
     .go-bon-icon-guidecross{
         background: url('../../images/francine/article_edition/travel_page/guide_cross.png') no-repeat scroll center center;
         background-size: 24px 24px;
     }
     .go-bon-icon-guidestamp{
         background: url('../../images/francine/article_edition/travel_page/guide_stamp.png') no-repeat scroll center center;
         background-size: 24px 24px;
     }
     .go-bon-icon-guideeuro{
         background: url('../../images/francine/article_edition/travel_page/guide_euro.png') no-repeat scroll center center;
         background-size: 24px 24px;
     }
     .go-bon-icon-guidecalendar{
         background: url('../../images/francine/article_edition/travel_page/guide_calendar.png') no-repeat scroll center center;
         background-size: 24px 24px;
     }
     
     .go-bon-block-gren-button-img{
         background-image: url('../../images/francine/article_edition/travel_page/calculator.png');
         background-size: 64px 64px;
     }
     
     .go-button-arrow-white, .go-button-arrow-brown{
         height: 16px;
         width: 16px;
         background-image: url('../../images/francine/article_edition/travel_page/white_triangle.png');
         position: absolute;
         right: 6px;
         top: 13px;
     }
     
     .go-button-arrow-brown{
         margin-top: 7px;
     }
     
     .go-button-arrow-brown{
         background-image: url('../../images/francine/article_edition/travel_page/brown-triangle.png');
     }

.go-right-arrow-img{
    z-index: 1;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0px;
    height: 100%;
    width: 50%;
/*    background: url('../../images/francine/article_edition/travel_page/guide_arrow_right.png') no-repeat scroll 95% 50%;*/
}

/*.go-right-arrow-img:hover{
    background: url('../../images/francine/article_edition/travel_page/guide_arrow_right-hover.png')  no-repeat scroll 95% 50%;
}*/

.go-table-bon{
    background-color: #c5e6f7;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.go-table-bon td{
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border-collapse: separate;
    background-color: white;
    border: 5px solid #c5e6f7;
}

.go-table-bon td{
    padding: 5px;
}

.go-table-bon-main-txt{
    font-size: 15px;
    font-weight: bold;
    color: #534840;
    line-height: 18px;
}

.go-table-bon-meaning-txt{
    font-size: 12px;
    font-weight: normal;
    color: #9C918A;
    line-height: 15px;
}

.go-table-bon-aux-txt{
    font-size: 11px;
    font-weight: normal;
    color: #9C918A;
    line-height: 15px;
}

.go-table-bon-txt{
    font-size: 15px;
    font-weight: normal;
    color: #534840;
}

.go-center-text{
    text-align: center;
}

.go-tick-table{
    border: 1px solid #EEE;
    -webkit-border-top-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomright: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    width: 216px;
    padding: 10px;
    float: left;
    
    -moz-box-shadow: 0 0 3px #EEE;
    -webkit-box-shadow:  0 0 3px #EEE;
    box-shadow:  0 0 9px #EEE;
    margin-left: 14px;
}

.go-bon-block{
    width: 220px;
    float: left;
    margin: 15px 10px 0px;
}


.go-table-bon-sub-div{
    margin-top: 15px;
}

.go-bon-icons{
    top: 0px;
    margin-right: 5px;
    position: absolute;
    height: 24px;
    width: 24px;
    margin-left: 0px !important;
    *margin-left: -30px !important;
}


.go-bon-half-block{
    position: relative;
}


.go-bon-half-block div{
    margin-left: 30px;
}

.go-bon-half-block p{
    margin-left: 0px !important;
}

.go-bon-block-gren-button{
    margin-right: -30px;
    margin-top: 20px !important;
    position: relative;
    width: 170px !important;
    *width: 180px !important;
}

@media \0screen {
    .go-bon-block-gren-button{
        width: 180px !important;
    }
}

.go-bon-block-gren-button-img{
    float: left;
    margin-left: -45px;
    margin-top: -18px;
    margin-right: 5px;
    height: 64px;
    width: 64px;
}


.go-vertical-line{
    border-left: 1px solid #EEE;
    width: 2px;
    height: 70%;
    margin-left: 370px;
    margin-right: 10px;
    min-height: 100px;
    position: absolute;
}

.go-destination-fy-half-block{
    width: 340px;
    margin-left: 14px;
    position: relative;
    margin-bottom: 70px;
}

.go-destination-fy-half-block p{
    margin-left: 0px !important;
}

.go-destination-fy-half-block .go-bon-block-gren-button{
    margin: 0 auto;
}

.go-block .go-button-white, .go-block .go-button-green{
    height: 28px;
    line-height: 28px;
    margin: 0;
    font-size: 15px;
}

.go-destination-fy-button-green{
/*    width: 250px;*/
    position: absolute !important;
    left: 24px;
    bottom: 20px;
}



.go-block .go-button-green div, .go-block .go-button-white div{
    margin-right: 10px;
}

.go-button-white .go-table-bon-main-txt{
    margin: -3px auto 0;
}

.go-button-white .go-button-arrow-brown{
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -7px;
}

.go-destination-fy-button-white{
/*    width: 250px;*/
    position: absolute;
    right: 75px;
    bottom: 20px;
}

/* Setting the same font of the normal state in the form bon a savoir */

.go-table-bon-txt .go-count-title-input{
    font-weight: normal !important;
    float: none;
}

.go-table-bon-aux-txt .go-count-title-input{
    font-size: 9px !important;
    font-weight: normal !important;
}


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

.go-no-padding .go-button-white {
    position: relative;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    float: left;
    *width: 165px;
}

.go-idees-block-bottom-text{
    width: 650px;
}

.go-button-green *, .go-button-green *:hover{
    text-decoration: none !important;
    color: white !important;
}


/* Icons to set normal Definition Screens  */


@media only screen and (-webkit-max-device-pixel-ratio: 1.5),
 only screen and (-o-max-device-pixel-ratio: 3/2),
 only screen and (max--moz-device-pixel-ratio: 1.5),
 only screen and (max-device-pixel-ratio: 1.5) {
  
     .go-left-arrow-img{
         background: url('../../images/francine/article_edition/travel_page/guide_arrow_left.png') no-repeat scroll 5% 50%;
         background-size: 40px 40px;
     }
     
     .go-left-arrow-img:hover{
         background: url('../../images/francine/article_edition/travel_page/guide_arrow_left-hover.png') no-repeat scroll 5% 50%;
         background-size: 40px 40px;
     }
     
     .go-right-arrow-img{
         background: url('../../images/francine/article_edition/travel_page/guide_arrow_right.png') no-repeat scroll 95% 50%;
         background-size: 40px 40px;
     }
     
     .go-right-arrow-img:hover{
         background: url('../../images/francine/article_edition/travel_page/guide_arrow_right-hover.png') no-repeat scroll 95% 50%;
         background-size: 40px 40px;
     }
     
     .go-bon-icon-guidecross{
         background: url('../../images/francine/article_edition/travel_page/guide_cross.png') no-repeat scroll center center;
         background-size: 24px 24px;
     }
     .go-bon-icon-guidestamp{
         background: url('../../images/francine/article_edition/travel_page/guide_stamp.png') no-repeat scroll center center;
         background-size: 24px 24px;
     }
     .go-bon-icon-guideeuro{
         background: url('../../images/francine/article_edition/travel_page/guide_euro.png') no-repeat scroll center center;
         background-size: 24px 24px;
     }
     .go-bon-icon-guidecalendar{
         background: url('../../images/francine/article_edition/travel_page/guide_calendar.png') no-repeat scroll center center;
         background-size: 24px 24px;
     }
     
     .go-bon-block-gren-button-img{
         background-image: url('../../images/francine/article_edition/travel_page/calculator.png');
         background-size: 64px 64px;
     }
     
     .go-button-arrow-white, .go-button-arrow-brown{
         height: 16px;
         width: 16px;
         background-image: url('../../images/francine/article_edition/travel_page/white_triangle.png');
         position: absolute;
         right: 6px;
         top: 13px;
     }
     
     .go-button-arrow-brown{
         margin-top: 7px;
         background-image: url('../../images/francine/article_edition/travel_page/brown-triangle.png');
     }
     
}



/******************************************************
 * file: /home/evaneos/public_html/dist/releases/20180502143241-v29.90.2-7f41ce/applications/www.evaneos.com/web/app/modules/betty/css/opinion.less 
 ******************************************************/

.border-box {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.h1 {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.27em;
  z-index: 100;
  padding: 0px;
  margin-bottom: .2em;
}
.h2 {
  font-size: 22px;
  font-weight: normal;
  line-height: 28px;
  padding: 0;
  line-height: 1.10em;
}
body {
  color: #534840;
}
.IE8down .blockLightShadow {
  border: 1px solid #ddd;
}
.blockLightShadow {
  -webkit-box-shadow: 0px 0px 5px -1px #534840;
  -moz-box-shadow: 0px 0px 5px -1px #534840;
  box-shadow: 0px 0px 5px -1px #534840;
}
.blockHeavyShadow {
  -webkit-box-shadow: 0px 0px 8px -1px #302a25;
  -moz-box-shadow: 0px 0px 8px -1px #302a25;
  box-shadow: 0px 0px 8px -1px #302a25;
}
.opinion {
  margin: 42px auto 62px;
}
.opinion .wrap {
  margin: 22px 0 0;
  padding: 32px;
  background: #fff;
  border: 1px #eee solid;
  border-radius: 10px;
}
.opinion .form .thank {
  display: block;
  margin: 28px 0;
  text-align: center;
  font-size: 2.3em;
  font-weight: bold;
  color: #8dbc6d;
}
.opinion .form .saved {
  display: block;
  text-align: center;
  font-size: 1.2em;
}
.opinion .saved .thank {
  display: block;
  margin: 62px 0;
  text-align: center;
  line-height: 1.6em;
  font-size: 1.6em;
  font-weight: bold;
  color: #8dbc6d;
}
.opinion .saved .contact {
  display: block;
  margin: 16px 0 36px;
  text-align: center;
  font-size: 1.2em;
}
.opinion .saved .contact a {
  font-size: 1em;
}
.opinion .say-more {
  margin: 42px 0;
  font-size: 1.4em;
  color: #8dbc6d;
}
.opinion .already-save .thank {
  display: block;
  margin: 62px 0;
  text-align: center;
  line-height: 1.4em;
  font-size: 1.4em;
  color: #8dbc6d;
}
.opinion .already-save .thank a {
  font-size: 1em;
}
.opinion .question {
  margin: 0 0 12px;
}
.opinion .question .title {
  display: inline-block;
  margin-right: 6px;
  font-size: 1.2em;
}
.opinion .question .item {
  display: inline-block;
  margin-right: 8px;
  color: #9C918A;
}
.opinion .question .item input {
  margin-right: 4px;
  vertical-align: top;
}
.opinion .comment {
  margin-top: 6px;
  width: 100%;
  height: 122px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.opinion .is-hidden {
  display: none;
}
.opinion .bottom {
  padding: 12px;
}
.opinion .bottom .left {
  float: left;
  line-height: 1.4em;
}
.opinion .bottom .right {
  float: right;
}
.opinion .notreceived p,
.opinion .notreceived a {
  font-size: 18px !important;
  line-height: 25.2px !important;
}
.opinion .notreceived p.contact {
  margin-top: 2em;
  padding: 1em;
  background: #fafbfa;
  text-align: center;
}

/******************************************************
 * file: /home/evaneos/public_html/dist/releases/20180502143241-v29.90.2-7f41ce/applications/www.evaneos.com/web/app/modules/betty/css/lostform.less 
 ******************************************************/

.border-box {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.h1 {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.27em;
  z-index: 100;
  padding: 0px;
  margin-bottom: .2em;
}
.h2 {
  font-size: 22px;
  font-weight: normal;
  line-height: 28px;
  padding: 0;
  line-height: 1.10em;
}
body {
  color: #534840;
}
.IE8down .blockLightShadow {
  border: 1px solid #ddd;
}
.blockLightShadow {
  -webkit-box-shadow: 0px 0px 5px -1px #534840;
  -moz-box-shadow: 0px 0px 5px -1px #534840;
  box-shadow: 0px 0px 5px -1px #534840;
}
.blockHeavyShadow {
  -webkit-box-shadow: 0px 0px 8px -1px #302a25;
  -moz-box-shadow: 0px 0px 8px -1px #302a25;
  box-shadow: 0px 0px 8px -1px #302a25;
}
.lostform {
  margin: 42px auto 62px;
}
.lostform .wrap {
  margin: 22px 0 0;
  padding: 32px;
  background: #fff;
  border: 1px #EEE9E5 solid;
}
.lostform .thank {
  display: block;
  margin: 28px 0;
  text-align: center;
  font-size: 1.6em;
  line-height: 1.6em;
  font-weight: bold;
  color: #6ea047;
}
.lostform .intro {
  margin-bottom: 30px;
  font-size: 1.3em;
  line-height: 1.3em;
}
.lostform .question {
  margin: 0 0 12px;
}
.lostform .question .title {
  display: inline-block;
  font-weight: 800;
  margin-bottom: 8px;
  color: #343A40;
}
.lostform .question .item {
  display: inline-block;
  margin: 10px 0;
  line-height: 20px;
  color: #343A40;
}
.lostform .question .item input {
  margin-right: 8px;
  vertical-align: top;
}
.lostform .question .item label {
  display: inline-block;
  margin: 0;
}
.lostform .question .item:hover,
.lostform .question .item:checked + label {
  color: #868E96;
}
.lostform .question .comment {
  margin-top: 6px;
  width: 100%;
  height: 122px;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.lostform .is-hidden {
  display: none;
}
.lostform .footer {
  padding: 12px;
}
.lostform .footer .right {
  float: right;
}

/******************************************************
 * file: /home/evaneos/public_html/dist/releases/20180502143241-v29.90.2-7f41ce/applications/www.evaneos.com/web/app/modules/betty/css/community.less 
 ******************************************************/

.border-box {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.h1 {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.27em;
  z-index: 100;
  padding: 0px;
  margin-bottom: .2em;
}
.h2 {
  font-size: 22px;
  font-weight: normal;
  line-height: 28px;
  padding: 0;
  line-height: 1.10em;
}
body {
  color: #534840;
}
.IE8down .blockLightShadow {
  border: 1px solid #ddd;
}
.blockLightShadow {
  -webkit-box-shadow: 0px 0px 5px -1px #534840;
  -moz-box-shadow: 0px 0px 5px -1px #534840;
  box-shadow: 0px 0px 5px -1px #534840;
}
.blockHeavyShadow {
  -webkit-box-shadow: 0px 0px 8px -1px #302a25;
  -moz-box-shadow: 0px 0px 8px -1px #302a25;
  box-shadow: 0px 0px 8px -1px #302a25;
}
.country-community-statistics {
  margin: 12px 0 36px;
  width: 688px;
  border-radius: 2px;
  box-shadow: 0px 0px 5px -1px #534840;
  background: #fff;
  overflow: hidden;
}
.country-community-statistics > .total {
  float: left;
  padding: 12px 0 0;
  width: 238px;
  text-align: center;
}
.country-community-statistics > .total .title {
  display: block;
  margin: 0 0 12px;
  color: #F7941E;
  font-size: 0.9em;
  font-weight: bold;
  text-transform: uppercase;
}
.country-community-statistics > .total .note {
  display: block;
  font-size: 0.9em;
}
.country-community-statistics > .total .note .rating-stars {
  display: inline-block;
}
.country-community-statistics > .total .counter {
  margin: 14px 0;
}
.country-community-statistics > .total .counter .feedbacks {
  float: left;
  width: 50%;
}
.country-community-statistics > .total .counter .photos {
  float: right;
  width: 50%;
}
.country-community-statistics > .total .counter strong {
  display: block;
  font-size: 2.0em;
  font-weight: normal;
}
.country-community-statistics > .total .counter small {
  display: block;
  font-size: 0.8em;
}
.country-community-statistics > .total .more {
  color: #F7941E;
}
.country-community-statistics > .photo {
  float: left;
}
.country-community-statistics > .photo:first-child {
  width: 250px;
  height: 150px;
}
@media screen and (max-width: 768px) {
  .country-community-statistics {
    margin-left: auto;
    margin-right: auto;
    width: 500px;
  }
  .country-community-statistics > .total {
    float: inherit;
    padding-bottom: 12px;
    width: auto;
  }
}
@media screen and (max-width: 596px) {
  .country-community-statistics {
    width: 250px;
  }
}
.itinerary-community-statistics {
  margin-bottom: 12px;
  overflow: hidden;
  border-radius: 5px;
  box-shadow: gray 0px 0px 3px 0px;
  background-color: #fff;
}
.itinerary-community-statistics > .statistics .note {
  float: left;
  margin: 12px 0;
  padding: 0 12px;
  width: 33.3%;
  min-height: 124px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-right: 1px solid #ccc;
}
.itinerary-community-statistics > .statistics .note  > .title {
  display: block;
  margin: 0 0 12px;
  color: #F7941E;
  font-size: 0.9em;
  font-weight: bold;
  text-transform: uppercase;
}
.itinerary-community-statistics > .statistics .subtitle {
  display: block;
  margin: 0 0 6px;
  font-size: 0.9em;
  font-weight: bold;
}
.itinerary-community-statistics > .statistics .note:last-child {
  border-right: none;
}
.itinerary-community-statistics > .statistics .global .txt {
  font-size: 1.3em;
  line-height: 1.4em;
}
.itinerary-community-statistics > .statistics .global a {
  font-size: 1em !important;
  color: #54473E;
}
.itinerary-community-statistics > .statistics .global .rating-evaneos {
  font-size: 20px;
}
.itinerary-community-statistics > .statistics .repartition .lines {
  font-size: 0.9em;
}
.itinerary-community-statistics > .statistics .repartition .lines > li {
  margin: 1px 0;
}
.itinerary-community-statistics > .statistics .repartition .lines a {
  color: #54473E;
}
.itinerary-community-statistics > .statistics .repartition .lines .link-percentage:hover {
  font-weight: bold;
}
.itinerary-community-statistics > .statistics .repartition .lines .percentage {
  display: inline-block;
  margin: 0 6px;
  width: 130px;
  height: 10px;
  background: #F7F6F4;
}
.itinerary-community-statistics > .statistics .repartition .lines .percentage .width {
  height: 100%;
  background: #ED982F;
}
.itinerary-community-statistics > .statistics .detail .lines {
  font-size: 0.9em;
}
.itinerary-community-statistics > .statistics .detail .lines .item {
  height: 21px;
}
.itinerary-community-statistics > .statistics .detail .lines .title {
  float: left;
}
.itinerary-community-statistics > .statistics .detail .lines .rating {
  float: right;
  display: inline-block;
  padding: 2px 0 0;
  vertical-align: middle;
}
.itinerary-community-statistics > .statistics .detail .lines .rating li {
  line-height: 19px;
}
.itinerary-community-statistics > .photos {
  position: relative;
  width: 650px;
  height: ;
  background: #F7F6F4;
}
.itinerary-community-statistics > .photos a {
  display: block;
  float: left;
}
.itinerary-community-statistics > .photos .popin {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  padding: 8px 22px;
  background: rgba(0,0,0,0.6);
  color: #fff;
  text-align: center;
  font-size: 0.9em;
}
.itinerary-community-statistics > .photos .count {
  font-size: 1.5em;
}
@media screen and (max-width: 1020px) {
  .itinerary-community-statistics {
    width: 286px;
  }
  .itinerary-community-statistics  > .statistics .note {
    float: inherit;
    margin: inherit;
    width: auto;
    padding: 12px;
    min-height: 112px;
    border-right: none;
    border-bottom: 1px solid #ccc;
  }
  .itinerary-community-statistics  > .statistics .note:last-child {
    border-bottom: none;
  }
}

/******************************************************
 * file: /home/evaneos/public_html/dist/releases/20180502143241-v29.90.2-7f41ce/applications/www.evaneos.com/web/app/modules/betty/css/home/mainbloc.less 
 ******************************************************/

#mainpic_bloc {
  height: 550px;
  background-color: transparent;
  margin-top: -9px;
  position: relative;
}
#mainpic_bloc .caroussel .item {
  border: none;
  padding: 0;
  margin: 0;
  display: bloc;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 550px;
  background-position: center center;
  background-repeat: no-repeat;
}
#mainpic_bloc .caroussel .item.home-1 {
  background-image: url('../stylesheets/betty/pics/home/home-hiver-1.jpg');
}
#mainpic_bloc .caroussel .item.home-2 {
  background-image: url('../stylesheets/betty/pics/home/home-hiver-2.jpg');
}
#mainpic_bloc .caroussel .item.home-3 {
  background-image: url('../stylesheets/betty/pics/home/home-hiver-3.jpg');
}
#mainpic_bloc .caroussel .item.home-4 {
  background-image: url('../stylesheets/betty/pics/home/home-hiver-4.jpg');
}
#mainpic_bloc .caroussel .item.home-5 {
  background-image: url('../stylesheets/betty/pics/home/home-hiver-5.jpg');
}
#mainpic_bloc .caroussel .item .copyright {
  font-family: 'Droid Sans', Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #534840;
  position: absolute;
  bottom: 70px;
  right: 15px;
}
#mainpic_bloc .baseline,
#mainpic_bloc h1 {
  position: absolute;
  text-align: center;
  width: 100%;
  color: #fff;
}
#mainpic_bloc .baseline {
  text-shadow: #000 0px 1px 2px;
  font-size: 42px;
  font-weight: bold;
  top: 36px;
  line-height: normal;
}
#mainpic_bloc h1 {
  margin: 0;
  padding: 0;
  text-shadow: #000 0px 1px 1px;
  font-size: 20px;
  top: 82px;
  font-weight: normal;
  z-index: 1;
}
#mainpic_bloc #search-country {
  position: absolute;
  top: 145px;
  text-align: center;
  width: 100%;
}
#mainpic_bloc #search-country #find-country {
  border: 1px solid #000;
  border-radius: 5px;
  background-color: rgba(0,0,0,0.5);
  display: inline-block;
}
#mainpic_bloc #search-country #find-country input,
#mainpic_bloc #search-country #find-country #countries-select {
  color: #534840;
  font-size: 18px;
  width: 300px;
  padding: 0 10px;
  border: 2px solid #9c918a;
  border-radius: 3px;
  background: #fff;
  margin: 7px 0 7px 7px;
  box-shadow: 0 0 0;
  -webkit-box-shadow: 0 0 0;
  vertical-align: top;
  height: auto;
  min-height: 36px;
  line-height: 39px;
  font-family: 'Droid Sans', Arial, Helvetica, sans-serif;
}
#mainpic_bloc #search-country #find-country input:focus,
#mainpic_bloc #search-country #find-country #countries-select:focus {
  box-shadow: 0px 0px 6px #fff;
  -webkit-box-shadow: 0px 0px 6px #fff;
}
#mainpic_bloc #search-country #find-country #countries-select {
  display: none;
  height: 42px;
}
#mainpic_bloc #search-country #find-country a {
  margin: 7px 7px 7px 5px;
  padding: 6px 21px;
  display: inline-block;
  line-height: 24px;
}
#mainpic_bloc #search-country #find-country #countries-autocomplete {
  display: none;
  background-color: #fff;
  position: absolute;
  padding: 0;
  margin: 0;
  text-align: left;
  width: 320px;
  border: 2px solid #9c918a;
  border-top: none;
  margin-left: 7px;
  margin-top: 1px;
  z-index: 1;
  overflow-y: scroll;
  border-radius: 0 0 5px 5px;
  padding-top: 5px;
  max-height: 252px;
}
#mainpic_bloc #search-country #find-country #countries-autocomplete li,
#mainpic_bloc #search-country #find-country #countries-autocomplete #countries-select option {
  background-color: #fff;
  padding: 0;
  margin: 0;
  list-style-type: none;
  list-style-position: inside;
}
#mainpic_bloc #search-country #find-country #countries-autocomplete li:hover,
#mainpic_bloc #search-country #find-country #countries-autocomplete li.selected,
#mainpic_bloc #search-country #find-country #countries-autocomplete #countries-select option:hover,
#mainpic_bloc #search-country #find-country #countries-autocomplete #countries-select option.selected {
  background-color: #E6E1D9;
}
#mainpic_bloc #search-country #find-country #countries-autocomplete li a,
#mainpic_bloc #search-country #find-country #countries-autocomplete li a:link,
#mainpic_bloc #search-country #find-country #countries-autocomplete li a:visited,
#mainpic_bloc #search-country #find-country #countries-autocomplete li a:hover,
#mainpic_bloc #search-country #find-country #countries-autocomplete #countries-select option a,
#mainpic_bloc #search-country #find-country #countries-autocomplete #countries-select option a:link,
#mainpic_bloc #search-country #find-country #countries-autocomplete #countries-select option a:visited,
#mainpic_bloc #search-country #find-country #countries-autocomplete #countries-select option a:hover {
  color: #534840;
  text-decoration: none;
  padding: 6px 15px;
  font-size: 20px;
  display: block;
  margin: 0;
}
#mainpic_bloc #search-country #find-country #countries-autocomplete li#no-result,
#mainpic_bloc #search-country #find-country #countries-autocomplete #countries-select option#no-result {
  border-radius: 0 0 5px 5px;
}
#mainpic_bloc #search-country #find-country #countries-autocomplete li#no-result a,
#mainpic_bloc #search-country #find-country #countries-autocomplete #countries-select option#no-result a {
  font-size: 13px;
}
#mainpic_bloc #search-country #find-country #countries-autocomplete li#no-result .link,
#mainpic_bloc #search-country #find-country #countries-autocomplete #countries-select option#no-result .link {
  font-size: 15px;
  color: #F66A32;
}
#mainpic_bloc #search-country #find-country #countries-autocomplete li#no-result .link:hover,
#mainpic_bloc #search-country #find-country #countries-autocomplete #countries-select option#no-result .link:hover {
  text-decoration: underline;
}
#mainpic_bloc #search-country #find-country #countries-autocomplete li#no-result:hover,
#mainpic_bloc #search-country #find-country #countries-autocomplete li#no-result.selected,
#mainpic_bloc #search-country #find-country #countries-autocomplete #countries-select option#no-result:hover,
#mainpic_bloc #search-country #find-country #countries-autocomplete #countries-select option#no-result.selected {
  background-color: #fff;
}
#mainpic_bloc #search-country #map {
  width: 100%;
  border: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
  height: auto;
  width: 360px;
  margin: 20px auto 0 auto;
  opacity: .7;
}
#mainpic_bloc #search-country #map:hover {
  opacity: 1;
}
#mainpic_bloc #search-country #map img {
  border: none;
  padding: 0;
  margin: 0;
}
#mainpic_bloc #search-country #inspirations {
  background-image: url('../stylesheets/betty/pics/home/black-shadow.png');
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0;
  color: #fff;
  height: 81px;
  font-size: 16px;
  line-height: 21px;
}
#mainpic_bloc #search-country #inspirations .hand-written {
  position: relative;
  top: 20px;
}
#mainpic_bloc #search-country #inspirations a {
  position: relative;
  top: 20px;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
}
#mainpic_bloc #agent-trail {
  position: absolute;
  bottom: 6px;
  left: 0;
  height: 60px;
  width: 100%;
}
#mainpic_bloc #agent-trail .backdrop {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: .8;
  width: 100%;
  height: 100%;
}
#mainpic_bloc #agent-trail .trail {
  position: relative;
  margin: auto;
  width: 960px;
  height: 60px;
}
#mainpic_bloc #agent-trail .trail .forward,
#mainpic_bloc #agent-trail .trail .backward {
  position: absolute;
  width: 24px;
  height: 24px;
  top: 18px;
  background-image: url('../stylesheets/betty/pics/betty_icons_24.png');
  opacity: .7;
  cursor: pointer;
}
#mainpic_bloc #agent-trail .trail .forward:hover,
#mainpic_bloc #agent-trail .trail .backward:hover {
  opacity: 1;
}
#mainpic_bloc #agent-trail .trail .forward.disabled,
#mainpic_bloc #agent-trail .trail .forward.disabled:hover,
#mainpic_bloc #agent-trail .trail .backward.disabled,
#mainpic_bloc #agent-trail .trail .backward.disabled:hover {
  opacity: 0;
  cursor: default;
}
#mainpic_bloc #agent-trail .trail .forward {
  background-position: 0 0;
  right: 0;
}
#mainpic_bloc #agent-trail .trail .backward {
  background-position: -24px 0px;
  left: 0;
}
#mainpic_bloc #agent-trail .trail .trail-window {
  position: absolute;
  top: 0;
  width: 903px;
  height: 60px;
  overflow: hidden;
  left: 50%;
  margin-left: -451px;
  padding: 0;
}
#mainpic_bloc #agent-trail .trail ul {
  position: absolute;
  top: 0;
  width: 1806px;
  height: 60px;
  overflow: visible;
  left: 0;
  padding: 0;
}
#mainpic_bloc #agent-trail .trail ul li {
  display: block;
  float: left;
  margin-right: 8px;
  position: relative;
}
#mainpic_bloc #agent-trail .trail ul li.agent {
  cursor: pointer;
  margin-top: 2px;
  width: 294px;
}
#mainpic_bloc #agent-trail .trail ul li.agent .picture {
  margin: 7px 5px 7px 0;
  display: block;
  float: left;
  border-radius: 2px;
}
#mainpic_bloc #agent-trail .trail ul li.agent .picture img {
  border: none;
}
#mainpic_bloc #agent-trail .trail ul li.agent .description {
  margin: 8px 2px;
  display: block;
  float: left;
}
#mainpic_bloc #agent-trail .trail ul li.agent .description h2,
#mainpic_bloc #agent-trail .trail ul li.agent .description h2 a {
  font-size: 14px;
  color: #fff;
  font-weight: normal;
  padding: 0;
  line-height: 10px;
}
#mainpic_bloc #agent-trail .trail ul li.agent .description .name,
#mainpic_bloc #agent-trail .trail ul li.agent .description .name a {
  font-size: 13px;
  font-weight: normal;
  color: #a99f98;
  line-height: 12px;
}
#mainpic_bloc #agent-trail .trail ul li.agent .description .name .star-container,
#mainpic_bloc #agent-trail .trail ul li.agent .description .name a .star-container {
  display: inline;
}
#mainpic_bloc #agent-trail .trail ul li.agent .description .name .no-star,
#mainpic_bloc #agent-trail .trail ul li.agent .description .name a .no-star {
  display: inline-block;
  height: 16px;
  width: 1px;
}
#mainpic_bloc #agent-trail .trail ul li.agent .description .place,
#mainpic_bloc #agent-trail .trail ul li.agent .description .place a {
  font-size: 12px;
  font-weight: normal;
  color: #a99f98;
}
@media screen and (max-width: 1130px) {
  #mainpic_bloc #search-country #find-country input {
    display: none;
  }
  #mainpic_bloc #search-country #find-country #countries-select {
    display: initial;
  }
}
.IE8down #mainpic_bloc .baseline,
.IE8down #mainpic_bloc h1 {
  filter: progid:DXImageTransform.Microsoft.Shadow(color='#000000',Direction=180,Strength=2);
}
.IE8down #mainpic_bloc #search-country #find-country {
  background-color: #000;
  display: block;
  width: 488px;
  margin: auto;
}
.IE8down #mainpic_bloc #search-country #find-country input {
  height: 38px;
}
.IE8down #mainpic_bloc #agent-trail .backdrop {
  filter: alpha(opacity=80);
}
.IE8down #mainpic_bloc #agent-trail .trail .forward,
.IE8down #mainpic_bloc #agent-trail .trail .backward {
  filter: alpha(opacity=70);
}
.IE8down #mainpic_bloc #agent-trail .trail .forward:hover,
.IE8down #mainpic_bloc #agent-trail .trail .backward:hover {
  filter: alpha(opacity=100);
}
.IE8down #mainpic_bloc #agent-trail .trail .forward.disabled,
.IE8down #mainpic_bloc #agent-trail .trail .forward.disabled:hover,
.IE8down #mainpic_bloc #agent-trail .trail .backward.disabled,
.IE8down #mainpic_bloc #agent-trail .trail .backward.disabled:hover {
  filter: alpha(opacity=0);
}
.IE8down #mainpic_bloc #agent-trail .trail ul li {
  display: block;
  float: left;
  margin-right: 8px;
  position: relative;
}
.IE8down #mainpic_bloc #agent-trail .trail ul li.agent .description .name,
.IE8down #mainpic_bloc #agent-trail .trail ul li.agent .description .name a {
  padding-top: 4px;
}
.IE8down #mainpic_bloc #agent-trail .trail ul li.agent .description .name .star-container,
.IE8down #mainpic_bloc #agent-trail .trail ul li.agent .description .name a .star-container {
  top: -2px;
}
.IE8 #mainpic_bloc #search-country #find-country {
  width: 510px;
}
.IE8 #mainpic_bloc #agent-trail .backdrop {
  filter: alpha(opacity=80);
}
.IE8 #mainpic_bloc #agent-trail .trail .forward,
.IE8 #mainpic_bloc #agent-trail .trail .backward {
  filter: alpha(opacity=70);
}
.IE8 #mainpic_bloc #agent-trail .trail .forward:hover,
.IE8 #mainpic_bloc #agent-trail .trail .backward:hover {
  filter: alpha(opacity=100);
}
.IE8 #mainpic_bloc #agent-trail .trail .forward.disabled,
.IE8 #mainpic_bloc #agent-trail .trail .forward.disabled:hover,
.IE8 #mainpic_bloc #agent-trail .trail .backward.disabled,
.IE8 #mainpic_bloc #agent-trail .trail .backward.disabled:hover {
  filter: alpha(opacity=0);
}

/******************************************************
 * file: /home/evaneos/public_html/dist/releases/20180502143241-v29.90.2-7f41ce/applications/www.evaneos.com/web/app/modules/betty/css/home/blocs.less 
 ******************************************************/

.IE8down #blocs .bloc {
  border: 1px solid #ddd;
}
.IE9 #connectIphone {
  display: none;
}
#blocs {
  width: 972px;
  height: 2106px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 24px;
  margin-bottom: 24px;
  position: relative;
}
#blocs .arrow_calc {
  position: absolute;
  top: 1896px;
  left: 996px;
  width: 110px;
  line-height: 16px;
  color: #534840;
}
#blocs .arrow_calc > .arrow {
  background: url('/stylesheets/betty/pics/home/arrow.png') no-repeat center center;
  width: 48px;
  height: 54px;
  margin-top: 5px;
}
#blocs .bloc {
  float: left;
  border-radius: 5px;
  background-color: white;
  box-shadow: 0px 0px 5px -1px #534840;
  margin-bottom: 24px;
  position: absolute;
  color: #534840;
}
#blocs .bloc.w1 {
  width: 225px;
}
#blocs .bloc.w2 {
  width: 474px;
}
#blocs .bloc.w3 {
  width: 723px;
}
#blocs .bloc.w4 {
  width: 972px;
}
#blocs .bloc.h05 {
  height: 105px;
}
#blocs .bloc.h1 {
  height: 210px;
  line-height: 1em !important;
}
#blocs .bloc.h2 {
  height: 444px;
  line-height: 1em !important;
}
#blocs .bloc.mg {
  margin-right: 24px;
}
#blocs .bloc[data-id="1"] {
  top: 0px;
  left: 0px;
}
#blocs .bloc[data-id="2"] {
  top: 0px;
  left: 249px;
}
#blocs .bloc[data-id="3"] {
  top: 0px;
  left: 498px;
}
#blocs .bloc[data-id="4"] {
  top: 234px;
  left: 0px;
}
#blocs .bloc[data-id="5"] {
  top: 468px;
  left: 498px;
}
#blocs .bloc[data-id="6"] {
  top: 702px;
  left: 0px;
}
#blocs .bloc[data-id="7"] {
  top: 831px;
  left: 0px;
}
#blocs .bloc[data-id="8"] {
  top: 831px;
  left: 498px;
}
#blocs .bloc[data-id="9"] {
  top: 1065px;
  left: 0px;
}
#blocs .bloc[data-id="10"] {
  top: 1065px;
  left: 249px;
}
#blocs .bloc[data-id="11"] {
  top: 1065px;
  left: 498px;
}
#blocs .bloc[data-id="12"] {
  top: 1065px;
  left: 747px;
}
#blocs .bloc[data-id="13"] {
  top: 1299px;
  left: 0px;
}
#blocs .bloc[data-id="14"] {
  top: 1299px;
  left: 498px;
}
#blocs .bloc[data-id="15"] {
  top: 1533px;
  left: 498px;
}
#blocs .bloc[data-id="16"] {
  top: 1767px;
  left: 0px;
}
#blocs .bloc[data-id="17"] {
  top: 1896px;
  left: 0px;
}
#blocs .bloc[data-id="18"] {
  top: 1896px;
  left: 249px;
}
#blocs .bloc[data-id="19"] {
  top: 1896px;
  left: 498px;
}
#blocs .bloc[data-id="20"] {
  top: 1896px;
  left: 747px;
}
#blocs .bloc > .iti-green-container {
  height: 105px;
}
#blocs .bloc > .iti-green-container .iti-green-text {
  font-size: 24px;
  color: #534840;
  position: static;
  text-align: center;
  margin-top: 19px;
}
#blocs .bloc > .iti-green-container .iti-green-text .iti-boussole {
  display: inline-block;
  margin-right: 10px;
  background: url('/stylesheets/betty/pics/home/boussole-evaneos.png') no-repeat center center;
  width: 67px;
  height: 67px;
}
#blocs .bloc > .iti-green-container .iti-green-text .iti-text {
  position: relative;
  top: -26px;
}
#blocs .bloc > .iti-green-container .iti-green-text .iti-green-button-fix {
  display: inline-block;
  margin-left: 30px;
  position: relative;
  top: -26px;
}
#blocs .bloc:hover {
  cursor: pointer;
}
#blocs .bloc:hover .darkrow {
  background-color: black;
}
#blocs .bloc .darkrow {
  position: absolute;
  bottom: 0px;
  background: url('/stylesheets/betty/pics/black_opacity_7.png');
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  width: 100%;
}
#blocs .bloc .darkrow > .tag {
  position: absolute;
  left: -5px;
  width: 48px;
  height: 48px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
#blocs .bloc .darkrow > .darkrow-content {
  margin-top: 8px;
  margin-left: 50px;
  margin-bottom: 6px;
}
#blocs .bloc .darkrow > .darkrow-content > .darkrow-title {
  margin-bottom: 0px;
  font-size: 13px;
  font-weight: normal;
  line-height: inherit;
  text-transform: uppercase;
}
#blocs .bloc .darkrow > .darkrow-content > .darkrow-title.orange {
  color: #F66A32;
}
#blocs .bloc .darkrow > .darkrow-content > .darkrow-title.deepblue {
  color: #5072AB;
}
#blocs .bloc .darkrow > .darkrow-content > .darkrow-title.blue {
  color: #6AABDE;
}
#blocs .bloc .darkrow > .darkrow-content > .darkrow-title.yellow {
  color: #FDA632;
}
#blocs .bloc .darkrow > .darkrow-content > .darkrow-title.teal {
  color: #00A89E;
}
#blocs .bloc .darkrow > .darkrow-content > .darkrow-title.red {
  color: #F3342C;
}
#blocs .bloc .darkrow > .darkrow-content > .darkrow-title.purple {
  color: #F9488B;
}
#blocs .bloc .darkrow > .darkrow-content > .darkrow-title.green {
  color: #7FB761;
}
#blocs .bloc .darkrow > .darkrow-content > .darkrow-punchline {
  color: white;
  font-size: 16px;
  padding-right: 10px;
  padding-bottom: 3px;
  line-height: 18px;
}
#blocs .bloc .darkrow > .darkrow-content > .darkrow-punchline.nowrap {
  white-space: nowrap;
}
#blocs .bloc > .bloc_video {
  width: 100%;
  height: 100%;
  background-color: #212121;
  border-radius: 5px;
}
#blocs .bloc > .bloc_video iframe {
  position: absolute;
  top: 5px;
}
#blocs .bloc > .bloc_generic .title {
  color: #00A89E;
}
#blocs .bloc > .bloc_calc {
  margin: 12px;
}
#blocs .bloc > .bloc_calc a:hover {
  text-decoration: none;
}
#blocs .bloc > .bloc_calc .title {
  font-size: 22px;
  font-weight: bold;
  color: #7FB761;
  margin-bottom: 10px;
}
#blocs .bloc > .bloc_calc .text {
  font-size: 18px;
  margin-bottom: 10px;
}
#blocs .bloc > .bloc_calc .calc_icons {
  position: absolute;
  right: 0px;
  bottom: 0px;
  background: url('/stylesheets/betty/pics/home/calculateur.png') no-repeat center center;
  width: 155px;
  height: 160px;
}
#blocs .bloc > .bloc_note {
  margin: 5px;
}
#blocs .bloc > .bloc_note .title {
  font-size: 20px;
  font-weight: bold;
  color: #FDA632;
  margin-bottom: 8px;
  text-align: center;
  line-height: 25px;
}
#blocs .bloc > .bloc_note #eKomiWidget_default > a > img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
#blocs .bloc > .bloc_facebook {
  overflow: hidden;
}
#blocs .bloc > .bloc_facebook .fb-like-box {
  position: relative;
  top: -1px;
  left: -1px;
}
#blocs .bloc > .bloc_facebook iframe {
  border-radius: 5px;
}
#blocs .bloc > .bloc_facebook .pluginBoxContainer {
  border: 0px;
}
#blocs .bloc > .bloc_presse {
  margin: 12px;
}
#blocs .bloc > .bloc_presse .title {
  font-size: 22px;
  font-weight: bold;
  color: #F66A32;
  margin-bottom: 10px;
}
#blocs .bloc > .bloc_presse .text {
  font-size: 18px;
  margin-bottom: 10px;
}
#blocs .bloc > .bloc_presse .presse_icons {
  background: url('/stylesheets/betty/pics/home/presse.jpg') no-repeat center center;
  width: 185px;
  height: 109px;
  margin-left: 5px;
}
#blocs .bloc > .bloc_garanties > .text_container {
  margin: 12px;
  margin-bottom: 25px;
}
#blocs .bloc > .bloc_garanties > .text_container .title {
  font-size: 22px;
  font-weight: bold;
  color: #6AABDE;
  margin-bottom: 10px;
}
#blocs .bloc > .bloc_garanties > .text_container .text {
  font-size: 18px;
  margin-bottom: 10px;
}
#blocs .bloc > .bloc_garanties .garanties_icons {
  background: url('/stylesheets/betty/pics/home/garanties.png') no-repeat center center;
  width: 225px;
  height: 105px;
}
#blocs .bloc > .bloc_itinerary {
  width: 100%;
  height: 100%;
  position: relative;
  border-radius: 5px;
}
#blocs .bloc > .bloc_itinerary > .bloc_itinerary_container {
  overflow: hidden;
}
#blocs .bloc > .bloc_itinerary > .bloc_itinerary_container .map-script-dom-container {
  height: 444px;
  width: 474px;
}
#blocs .bloc > .bloc_itinerary > .bloc_itinerary_container .map-script-dom-container .map-container {
  height: inherit;
  width: inherit;
}
#blocs .bloc > .bloc_itinerary > .bloc_itinerary_container .map-script-dom-container .map-container img {
  border-radius: 5px;
}
#blocs .bloc > .bloc_itinerary_small {
  width: 100%;
  height: 100%;
  position: relative;
  border-radius: 5px;
}
#blocs .bloc > .bloc_itinerary_small > .bloc_hoverable {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-transition-property: top;
  -webkit-transition-duration: 200ms;
  -webkit-transition-timing-function: linear;
  transition-property: top;
  transition-duration: 200ms;
  transition-timing-function: linear;
}
#blocs .bloc > .bloc_itinerary_small > .bloc_hoverable:hover > .bloc_overflow {
  -webkit-transition-property: top;
  -webkit-transition-duration: 200ms;
  -webkit-transition-timing-function: linear;
  transition-property: top;
  transition-duration: 200ms;
  transition-timing-function: linear;
}
#blocs .bloc > .bloc_itinerary_small > .bloc_hoverable:hover > .bloc_overflow > .bloc_slidable {
  -webkit-transition-property: top;
  -webkit-transition-duration: 200ms;
  -webkit-transition-timing-function: linear;
  transition-property: top;
  transition-duration: 200ms;
  transition-timing-function: linear;
  top: -50px;
}
#blocs .bloc > .bloc_itinerary_small > .bloc_hoverable:hover > .bloc_overflow > .bloc_slidable > .bloc_picture_container {
  display: block;
}
#blocs .bloc > .bloc_itinerary_small > .bloc_hoverable:hover > .darkrow {
  -webkit-transition-property: bottom;
  -webkit-transition-duration: 200ms;
  -webkit-transition-timing-function: linear;
  transition-property: bottom;
  transition-duration: 200ms;
  transition-timing-function: linear;
  bottom: 50px;
  background: url('/stylesheets/betty/pics/black_opacity_7.png');
}
#blocs .bloc > .bloc_itinerary_small > .bloc_hoverable .darkrow {
  -webkit-transition-property: top;
  -webkit-transition-duration: 200ms;
  -webkit-transition-timing-function: linear;
  transition-property: top;
  transition-duration: 200ms;
  transition-timing-function: linear;
}
#blocs .bloc > .bloc_itinerary_small > .bloc_hoverable .whiterow-title {
  position: absolute;
  bottom: 0px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  width: 100%;
  z-index: 1;
}
#blocs .bloc > .bloc_itinerary_small > .bloc_hoverable .whiterow-title > .whiterow-title-content {
  padding: 0px 5px 8px 5px;
  text-align: center;
  font-weight: bold;
  font-size: 15px;
  line-height: 18px;
}
#blocs .bloc > .bloc_itinerary_small > .bloc_hoverable > .darkrow {
  z-index: 3;
}
#blocs .bloc > .bloc_itinerary_small > .bloc_hoverable > .bloc_overflow {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-transition-property: top;
  -webkit-transition-duration: 200ms;
  -webkit-transition-timing-function: linear;
  transition-property: top;
  transition-duration: 200ms;
  transition-timing-function: linear;
}
#blocs .bloc > .bloc_itinerary_small > .bloc_hoverable > .bloc_overflow > .bloc_slidable {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  -webkit-transition-property: top;
  -webkit-transition-duration: 200ms;
  -webkit-transition-timing-function: linear;
  transition-property: top;
  transition-duration: 200ms;
  transition-timing-function: linear;
}
#blocs .bloc > .bloc_itinerary_small > .bloc_hoverable > .bloc_overflow > .bloc_slidable > .bloc_itinerary_container {
  overflow: hidden;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  -webkit-transition-property: top;
  -webkit-transition-duration: 200ms;
  -webkit-transition-timing-function: linear;
  transition-property: top;
  transition-duration: 200ms;
  transition-timing-function: linear;
}
#blocs .bloc > .bloc_itinerary_small > .bloc_hoverable > .bloc_overflow > .bloc_slidable > .bloc_itinerary_container .map-script-dom-container {
  height: 225px;
  width: 210px;
}
#blocs .bloc > .bloc_itinerary_small > .bloc_hoverable > .bloc_overflow > .bloc_slidable > .bloc_itinerary_container .map-script-dom-container .map-container {
  height: inherit;
  width: inherit;
}
#blocs .bloc > .bloc_itinerary_small > .bloc_hoverable > .bloc_overflow > .bloc_slidable > .bloc_itinerary_container .map-script-dom-container .map-container img {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
#blocs .bloc > .bloc_itinerary_small > .bloc_hoverable > .bloc_overflow > .bloc_slidable > .bloc_picture_container {
  overflow: hidden;
  position: absolute;
  display: none;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
#blocs .bloc > .bloc_itinerary_small > .bloc_hoverable > .bloc_overflow > .bloc_slidable:hover .darkrow {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
#blocs .bloc > .bloc_why_evaneos {
  background: url('/stylesheets/betty/pics/home/texture-concept.png') no-repeat center center;
  width: 100%;
  height: 100%;
  border-radius: 5px;
}
#blocs .bloc > .bloc_why_evaneos > .bloc_why_evaneos_container {
  text-align: center;
  padding: 12px;
  overflow: hidden;
  color: white;
}
#blocs .bloc > .bloc_why_evaneos > .bloc_why_evaneos_container .title1 {
  font-size: 22px;
  line-height: 30px;
  font-weight: bold;
  margin-bottom: 12px;
}
#blocs .bloc > .bloc_why_evaneos > .bloc_why_evaneos_container ul li {
  margin-bottom: 20px;
}
#blocs .bloc > .bloc_why_evaneos > .bloc_why_evaneos_container ul li a {
  color: white;
  font-size: 15px;
}
#blocs .bloc > .bloc_why_evaneos > .bloc_why_evaneos_container ul li a:hover {
  text-decoration: none;
}
#blocs .bloc > .bloc_why_evaneos > .bloc_why_evaneos_container ul li a:hover > div.ticaret_right {
  color: white;
  font-size: 15px;
  text-decoration: underline;
}
#blocs .bloc > .bloc_why_evaneos > .bloc_why_evaneos_container ul li .icon {
  width: 70px;
  height: 45px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5px;
}
#blocs .bloc > .bloc_why_evaneos > .bloc_why_evaneos_container ul li .icon.sur_mesure {
  background: url('/stylesheets/betty/pics/keypoint_1_hover.png') no-repeat center center;
}
#blocs .bloc > .bloc_why_evaneos > .bloc_why_evaneos_container ul li .icon.agent_selection {
  background: url('/stylesheets/betty/pics/keypoint_2_hover.png') no-repeat center center;
}
#blocs .bloc > .bloc_why_evaneos > .bloc_why_evaneos_container ul li .icon.prix_direct {
  background: url('/stylesheets/betty/pics/keypoint_3_hover.png') no-repeat center center;
}
#blocs .bloc > .bloc_why_evaneos > .bloc_why_evaneos_container ul li .icon.garanties {
  background: url('/stylesheets/betty/pics/keypoint_4_hover.png') no-repeat center center;
}
#blocs .bloc > .bloc_parrainage {
  text-align: center;
  padding: 12px;
  border-radius: 5px;
}
#blocs .bloc > .bloc_parrainage a:hover {
  text-decoration: none;
}
#blocs .bloc > .bloc_parrainage .div1 {
  color: #7FB8E2;
  font-size: 20px;
  font-weight: bold;
}
#blocs .bloc > .bloc_parrainage .div2 {
  color: #534840;
  font-size: 15px;
  margin-top: 5px;
}
#blocs .bloc > .bloc_parrainage .pic1 {
  margin-left: -12px;
  margin-top: -30px;
}
#blocs .bloc > .bloc_parrainage .div3 {
  margin-top: -35px;
  text-align: right;
}
#blocs .bloc > .bloc_parrainage .div3 a {
  font-size: 16px;
  color: #534840;
}
#blocs .bloc > .bloc_parrainage .div3 a:hover {
  color: #534840;
  text-decoration: underline;
}
#blocs .bloc.h1.w1 .go-copyright {
  position: absolute;
  right: 10px;
  top: auto;
  bottom: 60px !important;
  height: 16px;
  line-height: 14px;
  padding: 3px;
  z-index: 1;
  background-color: transparent;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: block;
}
#blocs .bloc.h1.w1 .go-copyright.go-author-on:hover {
  background-color: white;
  filter: alpha(opacity=70);
  opacity: 0.7;
}
@media screen and (max-width: 1130px) {
  #blocs .arrow_calc {
    display: none;
  }
}

/******************************************************
 * file: /home/evaneos/public_html/dist/releases/20180502143241-v29.90.2-7f41ce/applications/www.evaneos.com/web/app/modules/betty/css/htmlsitemap/htmlsitemap.less 
 ******************************************************/

#archives-wrapper a {
  color: #9C918A;
}
#archives-wrapper a:hover {
  color: #EE4F15;
}
#archives-wrapper h2 {
  padding-bottom: 10px;
}
#archives-wrapper .left {
  width: 726px;
  float: left;
}
#archives-wrapper .left h3 {
  line-height: 1.2em;
}
#archives-wrapper .left ul {
  margin-bottom: 5px;
}
#archives-wrapper .left ul li {
  line-height: 1.3em;
  padding-bottom: 2px;
}
#archives-wrapper .right {
  margin-left: 746px;
  width: 226px;
  min-height: 200px;
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.3);
  box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.3);
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  background: #fff;
  padding: 15px;
  margin-bottom: 15px;
}
#archives-wrapper .right ul li {
  margin-bottom: .4em;
}
#archives-wrapper div.archiveContinentBlock {
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.3);
  box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.3);
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  background: #fff;
  padding: 15px;
  margin-bottom: 15px;
}
#archives-wrapper div.archiveContinentBlock div.archivesCountriesBlock {
  vertical-align: top;
}
#archives-wrapper div.archiveContinentBlock div.archivesCountriesBlock div {
  vertical-align: top;
  display: inline-block;
  width: 229px;
}
#archives-wrapper div.archiveContinentBlock div.archivesCountriesBlock div h3 a {
  vertical-align: top;
  color: #534840;
}
#archives-wrapper div.archiveContinentBlock div.archivesCountriesBlock div h3 a em {
  display: none;
  font-style: normal;
}
#archives-wrapper div.archiveContinentBlock div.archivesCountriesBlock div h3 a:hover {
  color: #534840;
}
#archives-wrapper div.archiveContinentBlock div.archivesCountriesBlock div h3 a:hover em {
  display: inline;
  color: #EE4F15;
}
#archives-wrapper div.archiveContinentBlock div.archivesCountriesBlock div ul {
  margin-bottom: .5em;
  font-size: .9em;
}
#archives-wrapper div.archiveContinentBlock div.archivesCountriesBlock div ul li {
  text-transform: capitalize;
}
#archives-wrapper .clear {
  clear: both;
}

/******************************************************
 * file: /home/evaneos/public_html/dist/releases/20180502143241-v29.90.2-7f41ce/applications/www.evaneos.com/web/app/modules/betty/css/responsive-common.less 
 ******************************************************/

.form input[type=email] {
  width: 290px;
  margin: 4px 0 4px;
  padding: 10px 5px;
  border: 1px solid #dddddd;
}
#minpictiphone {
  display: none;
}
#testimonialpicture {
  display: block;
}
#testimonialpictureiphone {
  display: none;
}
.datetestimonial {
  float: left;
}
#search-iphone-criteria {
  display: none;
}
.search-iphone-head {
  display: none;
}
.go-tab-punchline {
  display: block;
}
#devisIphone {
  display: none;
}
@media all and (max-width: 1024px) {
  #go-wrapper {
    width: 1021px;
  }
  .go-tab-punchline {
    display: block;
  }
  #itinerarysearch {
    width: 100%;
  }
}
.rowcell4 > .iti-green-container > .iti-green-text {
  left: 30px;
  width: 500px;
}
@media all and (max-width: 1020px) {
  #left-col {
    display: none;
  }
  #nouvelle-rgt {
    float: left;
    width: 710px;
  }
  .testi-medium {
    width: 330px;
  }
  .testi-medium .caret {
    display: none;
  }
  .testi-main-pic-thumb {
    display: none;
  }
  .photoDetail {
    display: none;
  }
  .pagination {
    margin-left: -10px;
  }
  .pagination li {
    font-size: 10px;
  }
  .icon-agent {
    margin-left: -1px;
    margin-top: 2px;
    clear: left;
  }
  .agentNom {
    margin-top: 3px;
  }
  .go-content {
    padding-left: 3px;
    margin-left: 15px;
  }
  #go-wrapper {
    width: 768px;
  }
  .testi-medium .description {
    max-height: 48px;
    overflow: hidden;
  }
  .row3 .rowcell2 {
    width: 399px;
  }
  .row3 .rowcell1 {
    width: 288px;
  }
  .row4 {
    width: 750px;
  }
  .row4 .rowcell1:first-child,
  .row4 .row4 > .rowcell1:nth-child(3n+1) {
    display: none;
  }
  .row4 .rowcell2 {
    width: 360px !important;
  }
  .row4 .devis {
    margin-right: 18px;
  }
  .row4 .testimonial-main-picture {
    width: auto !important;
    height: auto !important;
  }
  .row4 .testimonial-main-picture  img {
    border-radius: 4px !important;
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
  }
  .row4 .rowcellgrp .testimonial-main-picture .go-corner-4 img {
    width: 100%;
    height: 221px;
  }
  .row4 .feedback-marks .mark-definition {
    width: 100%;
    text-align: left;
  }
  .go-tab-punchline {
    display: none;
  }
  .row4 .agentlocal {
    width: 735px !important;
  }
  .row4 .agentlocal .la-small-desc {
    margin-bottom: 40px;
  }
  .agentHeaderTesti {
    top: 72px;
    width: 250px;
    left: 0px;
  }
  #agentpagemap .header-white-block .header-text {
    margin-top: -20px;
  }
  #agentpagemap .mapbackground {
    width: 288px;
    height: 164px;
  }
  #agentpagemap .header-agent-metadata-container {
    width: 90px;
  }
  #agentpagemap .header-agency-summary {
    width: 125px;
  }
  #agentpagemap svg {
    width: 288px;
    height: 164px;
  }
  .header-white-block {
    min-height: 0px;
    height: auto;
  }
  .agenttabs .rowcellgrp > .rowcell1 {
    margin-left: 0px;
    margin-right: 12px;
  }
  .agenttabs .row4 {
    margin-top: 15px;
  }
  .agenttabs .go-betty-block {
    margin-top: 20px;
  }
  .row4 .rowcell4 {
    width: 720px;
  }
  .row3 {
    width: auto;
  }
  .row3 .fichelocalagent {
    width: 435px;
  }
  .row3 .fichelocalagent .go-corner-4 img {
    width: 450px;
    height: 126px;
  }
  .row3 .fichelocalagent .header-picture {
    height: auto;
  }
  .header-agent-thumb {
    width: 100px;
    height: 100px;
  }
  .header-agent-thumb img {
    width: 100%;
    height: 100%;
  }
  .popup_box_prezi {
    left: 15%;
  }
  .iti-green-container .iti-green-text .iti-boussole {
    visibility: hidden;
  }
  .iti-green-container .iti-green-text .iti-text {
    left: -150px;
    font-size: 20px;
  }
  .iti-green-container .iti-green-text .iti-green-button-fix {
    margin-right: 10px;
    top: -56px;
    float: right;
  }
  .iti-green-container {
    width: 740px;
  }
  .rowcell4 > .iti-green-container > .iti-green-button-container {
    right: 30px;
  }
  .la-medium {
    height: auto;
    margin-bottom: 20px;
  }
  .header-agent-name {
    left: 140px;
  }
  .go-idees-big-image {
    width: 470px !important;
    height: 257px !important;
  }
  .go-first-big-theme .go-corner-4 img {
    width: 470px;
  }
  #itinerarysearch .rowcell1:first-child,
  #itinerarysearch .row4 > .rowcell1:nth-child(3n+1) {
    display: block !important;
  }
  #minpict {
    display: block;
  }
  .testimonial-thumbnails {
    margin-left: 13px;
  }
  .testimonial-thumbnails .go-corner-4 img {
    width: 111px;
    height: 66px;
  }
  #itinerarysearch {
    width: 100%;
  }
  #itinerarysearch .rowcell1 {
    margin-left: 0px;
    margin-right: 14px;
  }
  #itinerarysearch .rowcell3 {
    width: 496px;
  }
  #itinerarysearch .row4 {
    width: auto;
  }
  #itinerarysearch .row4 .rowcell1:first-child,
  #itinerarysearch .row4 .row4 > .rowcell1:nth-child(3n+1) {
    display: block !important;
  }
  #itinerarysearch .row4 .rowcell2 {
    width: 260px !important;
  }
  #itipagiation {
    width: auto;
  }
  .top-search-bar {
    width: 485px;
  }
  .top-search-bar .buttonviewdesk {
    display: none;
  }
  .go-content h1.search-iti-h1,
  .go-content span.search-iti-span {
    font-size: 12px;
  }
  .go-content h2.search-iti-h2 {
    font-size: 20px;
  }
  #itineraries-list {
    width: auto;
  }
  #itineraries-list .rowcell3 {
    float: left;
    width: auto;
  }
  .iti-not-found-main {
    width: 480px;
  }
  .iti-not-found-main .concept-picture {
    margin-left: -20px;
    background-size: 480px;
  }
}
@media all and (max-width: 760px),(max-device-width: 760px) {
  .description {
    display: none;
  }
  .desc-testi {
    display: block;
  }
  .iti-green-text {
    display: none;
  }
  .iti-green-container {
    width: 300px;
  }
  .rowcell4 > .iti-green-container > .iti-green-button-container {
    right: 45px;
  }
  .map {
    width: 260px;
  }
  #go-wrapper {
    width: 310px;
    top: 10px;
  }
  #go-wrapper .go-content {
    margin: 0;
  }
  #go-wrapper .go-content .row4 {
    width: auto !important;
  }
  #iphoneResponsivePart {
    display: block;
    margin-top: 20px;
    position: relative;
    right: 0;
  }
  .row4 .rowcell2 {
    width: 300px;
  }
  .tooltip {
    display: none !important;
  }
  .row4 {
    width: 300px !important;
  }
  .row4 .rowcell1 {
    margin: auto;
    margin-bottom: 15px;
    float: none;
  }
  .row4 .rowcell1:first-child,
  .row4 .row4 > .rowcell1:nth-child(3n+1) {
    display: none;
  }
  .row4 .rowcell2 {
    width: 300px !important;
    margin-left: 0;
  }
  .rowcell1 {
    display: block;
  }
  .button-facebook {
    display: none;
  }
  #nouvelle-rgt {
    width: 280px;
    margin-left: -6px;
  }
  #nouvelle-rgt p.or {
    display: none;
  }
  #nouvelle-rgt h1.login {
    padding-left: 10px;
  }
  #nouvelle-rgt fieldset {
    width: 250px;
  }
  #nouvelle-rgt .form {
    padding: 15px;
    width: auto;
  }
  #nouvelle-rgt .form fieldset {
    width: 280px;
  }
  #nouvelle-rgt .form label {
    float: left;
    width: 280px;
  }
  #nouvelle-rgt .form input[type=text] {
    width: 235px;
    margin: auto;
  }
  #nouvelle-rgt .form input[type=email] {
    width: 235px;
    margin: auto;
    padding: 10px 5px;
    border: 1px solid #dddddd;
  }
  #nouvelle-rgt .form  input[type=password] {
    width: 235px;
    margin: auto;
  }
  .agenttabs {
    margin-bottom: 20px;
  }
  .agenttabs .rowcellgrp > .rowcell1 {
    margin-left: 35px;
  }
  .agenttabs .rowcell2 > .rowcellgrp > .rowcell1:nth-child(2n+1) {
    margin-left: 35px;
  }
  .agenttabs h2 .link-info,
  .agenttabs h2 .link-more {
    display: none;
  }
  .agenttabs .rowcell2:nth-child(n+3) {
    display: none;
  }
  #agentpagemap {
    width: 300px;
    margin-left: 0;
  }
  #agentpagemap .map-container {
    display: none;
  }
  #agentpagemap .header-white-block .header-text {
    margin-top: 0px;
  }
  .go-tab-punchline {
    display: none;
  }
  .row4 .agentlocal {
    width: 300px !important;
  }
  .row4 .agentlocal .la-buttons {
    position: relative;
    padding-bottom: 8px;
    right: 0;
    top: 8px;
    height: 10px;
  }
  .row4 .agentlocal .la-medium {
    height: auto;
    padding-bottom: 20px;
  }
  .agentHeaderTesti {
    width: auto;
  }
  .go-betty-block {
    width: 300px;
  }
  .go-betty-block .go-block {
    width: 290px;
  }
  .go-right-column-agency {
    top: 0px !important;
    float: left;
    margin-left: 20px;
  }
  .go-border-manyimgs-to-img {
    width: 240px;
  }
  .row4 .rowcell4 {
    width: 300px;
  }
  .row3 {
    width: auto;
  }
  .row3 .fichelocalagent {
    width: 300px;
    float: left;
    margin-top: 0px;
  }
  .row3 .fichelocalagent .go-corner-4 img {
    width: 300px;
    height: 84px;
  }
  .row3 .fichelocalagent .header-picture {
    display: none;
  }
  .agent_title_speciality {
    margin-top: 50px;
  }
  .header-agent-name {
    left: 110px;
    float: left;
    position: relative;
  }
  .header-agent-name h1 {
    font-size: 14px;
  }
  .header-agent-name .country-link {
    line-height: 12px;
    width: 200px;
  }
  .header-agent-name .description {
    max-width: 190px;
    float: left;
  }
  .fichelocalagent .header-text {
    margin-top: -25px;
  }
  .header-agent-nickname {
    position: absolute;
    font-size: 22px;
    top: 52px;
    left: 0;
    width: 190px;
  }
  .agentHeaderTesti {
    display: none;
  }
  .header-agent-thumb {
    width: 80px;
    height: 80px;
    margin-left: -10px;
  }
  .popup_box_prezi {
    left: 0;
    width: 100%;
  }
  .prezi-player {
    width: auto;
  }
  .prezi-player object {
    display: none;
  }
  .note-testimonial-respon {
    float: left;
  }
  .more-testi {
    float: left;
    clear: both;
  }
  .testi-medium {
    width: 280px;
    height: auto;
    padding-bottom: 0;
  }
  .testi-medium .description {
    display: block;
  }
  .hreview-aggregate .star-container {
    float: left;
  }
  .allocss {
    float: left;
  }
  #minpict {
    display: none;
  }
  #minpictiphone {
    display: block;
    width: 308px;
    margin-left: -20px;
    margin-top: -5px;
  }
  #minpictiphone img {
    width: 97px;
    height: 58px;
    border-radius: 0;
    -webkit-border-radius: 0;
  }
  #minpictiphone .testimonial-thumbnails {
    margin-left: 5px;
    margin-bottom: 5px;
    box-shadow: none;
  }
  .hreview span {
    width: 100%;
    float: left;
    margin-top: 2px;
    padding-left: 0;
  }
  .hreview h1 span {
    width: auto;
    float: none;
  }
  #devisIphone,
  #testimonialpictureiphone {
    display: block;
  }
  #devisNormal,
  #testimonialpicture {
    display: none;
  }
  .testimonial-hr {
    display: none;
  }
  .devis {
    padding: 15px;
    background-color: white;
    float: left;
    width: 265px;
    border-radius: 5px;
    box-shadow: gray 0px 0px 3px 0px;
  }
  .devis .btn-devis {
    font-size: 12px;
  }
  .go-rounded-white-block .popup-toggler {
    float: right;
    margin-right: -8px;
    margin-top: 3px;
  }
  .go-rounded-white-block .dropdown-popup-content .feedback-marks {
    font-size: 13px;
  }
  #testimonialpictureiphone .imagewrapper {
    margin-top: 0px;
    margin-left: 0px;
  }
  .testimonial-main-picture img {
    border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
  }
  .row4 .rowcellgrp .testimonial-main-picture {
    margin-bottom: 10px;
    margin-top: 10px;
    border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    margin-left: -15px;
    width: 300px !important;
    box-shadow: none;
  }
  .row4 .rowcellgrp .testimonial-main-picture .go-corner-4 img {
    width: 300px;
    border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
  }
  .row4:nth-child(5) .link-more {
    display: none;
    float: left;
  }
  .datetestimonial {
    float: left;
    width: 90%;
  }
  .icon-agent {
    margin-left: -1px;
    margin-top: -2px;
    clear: left;
  }
  .loader {
    left: 40%;
  }
  .criteria-select-container {
    text-align: left;
  }
  .criteria-selected {
    margin-left: 15px;
  }
  #itinerarysearch {
    margin-top: -10px;
  }
  #itinerarysearch .search-iphone-head:after {
    font-family: 'titriangleregular';
    content: 'r';
  }
  #itinerarysearch .search-iphone-head {
    display: block;
    font-size: 16px;
    margin-top: -20px;
    padding: 15px;
    cursor: pointer;
  }
  #itinerarysearch .search-iphone-content {
    display: none;
    padding-bottom: 10px;
  }
  #itinerarysearch .rowcell1 {
    margin: auto;
    margin-bottom: 15px;
  }
  #itinerarysearch .rowcell3 {
    width: auto;
  }
  #itinerarysearch .top-search-bar .criteria-select-container {
    display: none;
  }
  #itinerarysearch .search-right-metadata {
    display: none;
    border: solid red 1px;
  }
  #itinerarysearch #search-iphone-criteria {
    display: block;
    width: 230px;
    margin: auto;
    text-align: center;
    background-color: white;
    border-radius: 5px;
    box-shadow: 0px 0px 5px -1px #534840;
    padding-top: 15px;
    margin-bottom: 15px;
  }
  #itinerarysearch #search-iphone-criteria .criteria-select-container > [data-type=popup].criteria-popup {
    left: 15px;
  }
  #itinerarysearch .go-button-white {
    width: 175px;
    height: 15px;
    line-height: 15px;
    margin-left: 15px;
  }
  #itinerarysearch .criteria-slider .price-label {
    text-align: left;
  }
  #itinerarysearch .criteria-slider .criteria-price {
    width: 185px;
    margin-left: 20px;
  }
  #itinerarysearch .go-content h1 {
    font-size: 20px;
    line-height: 20px;
    margin-top: -15px;
  }
  #itinerarysearch .iti-not-found-main {
    width: 280px;
    margin-top: 20px;
  }
  #itinerarysearch .iti-not-found-main .concept-picture {
    margin-left: 0px;
    background-size: 280px;
    width: auto;
    height: 200px;
  }
  #itinerarysearch .iti-not-found-main .go-button-green {
    font-size: 20px;
  }
  .pagination {
    height: 53px;
    overflow: hidden;
    margin-left: -10px;
    font-size: 8px;
  }
  #paginator  ul {
    margin-top: 7px;
  }
  #paginator > ul > li:nth-child(1) > span,
  #paginator > ul > li:nth-child(N-1) > span {
    overflow: hidden;
    width: 45px !important;
  }
  .criteria-select-container > [data-type=popup] li {
    text-align: left;
  }
  .criteria-select-container > [data-type=button].sort-button {
    width: 270px;
    margin-left: -175px;
  }
  .row4 .rowcell3 {
    width: 300px;
  }
  .top-search-bar {
    width: 295px;
  }
  .top-search-bar .button-group {
    display: none;
  }
  .go-content span.search-iti-span {
    font-size: 16px;
    margin-left: 32px;
    margin-bottom: 5px;
  }
  .go-content h2.search-iti-h2:not(.h2-last-top),
  .go-content .content-text-itineraries {
    display: none;
  }
  .go-content h1.search-iti-h1:not(.h1-last-top) {
    font-size: 12px !important;
    margin-left: 30px;
  }
  .go-content h2.h2-last-top {
    margin-left: 30px;
  }
  .go-content .show-more {
    display: none;
  }
  div.go-bread-crumb-iphone div.socialcol {
    display: none;
  }
  .go-idees-wrapper .introduction,
  .go-idees-wrapper .outtroduction {
    width: 230px !important;
    height: auto !important;
  }
  .go-idees-wrapper .completeintroduction {
    width: auto !important;
  }
}
.testi-container .description {
  max-height: 48px;
  overflow: hidden;
}

/******************************************************
 * file: /home/evaneos/public_html/dist/releases/20180502143241-v29.90.2-7f41ce/applications/www.evaneos.com/web/app/modules/betty/css/testimonial_page/testimonial_itinerary_from.less 
 ******************************************************/

.from-itinerary {
  height: 200px;
}
.from-itinerary .left {
  width: 45%;
  float: left;
  background: url('/imageCSS/betty/icon-personalize.png') center 0 no-repeat;
  min-height: 130px;
  padding-top: 80px;
}
.from-itinerary .left div {
  background: url('/imageCSS/betty/icon-arrow.png') right no-repeat;
  padding-bottom: 140px;
  margin: 0 10px;
}
.from-itinerary .left div span {
  display: block;
  -moz-transform: rotate(-6deg);
  -webkit-transform: rotate(-6deg);
  -o-transform: rotate(-6deg);
  line-height: 1.4em;
  text-align: center;
  font-family: 'Gloria Hallelujah', cursive !important;
  font-size: 1.4em;
}
.from-itinerary .right {
  float: right;
  margin-right: 5px;
}
.your-turn {
  float: right;
  margin-right: 3px;
  margin-top: -5px;
}
.your-turn span {
  float: left;
  -moz-transform: rotate(-3deg);
  -webkit-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  text-align: center;
  font-family: 'Gloria Hallelujah', cursive !important;
  font-size: 1.4em;
  display: block;
  padding-top: 5px;
  padding-right: 50px;
  margin-right: 15px;
  background: url('/imageCSS/betty/small-arrow.png') right 10px no-repeat;
}
.your-turn div {
  text-align: center;
  float: right;
}
#testimonial-comments-wrapper {
  margin: 0 10px;
  border-top: 0 !important;
  margin-top: 1px;
}
#testimonial-comments-wrapper h3 {
  color: #9c918a;
  padding-bottom: 1em;
}
#testimonial-comments-wrapper .icon-speech {
  margin-top: 4px;
}
.testimonial-comment + .testimonial-comment {
  padding-top: 1em;
}
.testimonial-comment .figure {
  margin-top: 6px;
}
.testimonial-comment .figure figure {
  width: 60px;
  height: 60px;
  float: left;
}
.testimonial-comment .figure figure img {
  width: 100%;
  border-radius: 10px;
}
.testimonial-comment .in {
  float: right;
  margin-left: 14px;
  width: 350px;
}
.testimonial-comment .in .comment {
  display: block;
  line-height: 1.3em;
}
.testimonial-comment .in .comment-date {
  float: right;
  font-weight: normal;
  color: #9c918a;
  font-size: 13px;
}
.testimonial-comment .clear {
  height: 1px !important;
}

/******************************************************
 * file: /home/evaneos/public_html/dist/releases/20180502143241-v29.90.2-7f41ce/applications/www.evaneos.com/web/app/modules/betty/css/testimonial/testimonial_form.less 
 ******************************************************/

@import './_common/config/all.less';
#votre-guide {
  width: 970px;
  height: auto;
  background-color: #FFFFFF;
  margin: -30px 0px 0px 0px !important;
}
#votre-guide .spacer-medium {
  height: 60px;
}
.testimonial-form-step {
  display: none;
}
.testimonial-form-step .clear {
  height: 1px !important;
}
.testimonial-form-step .in {
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  background: #fff;
  border: 1px solid #eaeaea;
  padding: 20px 30px;
  box-shadow: 0 #bbb 0 8px;
  -moz-box-shadow: 0 #bbb 0 8px;
  -webkit-box-shadow: 0 #bbb 0 8px;
}
.testimonial-form-step .directive {
  line-height: 1.4em;
  clear: both;
  margin: 1em 0;
  font-size: 15px;
}
.testimonial-form-step .directive .annotation {
  font-style: italic;
}
.testimonial-form-step .information {
  margin: 1em 20px;
  clear: both;
}
.testimonial-form-step em,
.testimonial-form-step i {
  font-family: 'Droid sans' !important;
  font-style: italic;
  color: #9c918a;
}
.testimonial-form-step table {
  border-bottom: 1px solid #888;
  border-right: 1px solid #888;
  margin: 0 auto 1em;
}
.testimonial-form-step table tr:hover td,
.testimonial-form-step table tr:hover th {
  background-color: #fafafa;
}
.testimonial-form-step table tr:hover th {
  color: #000;
}
.testimonial-form-step table tr td,
.testimonial-form-step table tr th {
  transition: all ease-in-out .2s;
  -moz-transition: all ease-in-out .2s;
  -webkit-transition: all ease-in-out .2s;
  -o-transition: all ease-in-out .2s;
  border-top: 1px solid #888;
  border-left: 1px solid #888;
  text-align: left;
  padding: 5px 1em;
}
.testimonial-form-step table tr td.hidden,
.testimonial-form-step table tr th.hidden {
  border: none;
}
.testimonial-form-step table tr td {
  text-align: center;
  cursor: pointer;
}
.testimonial-form-step table tr th {
  width: 250px;
}
.testimonial-form-step table tr.invalid td,
.testimonial-form-step table tr.invalid th {
  background: #fffafa;
}
.testimonial-form-step table tr.invalid th {
  color: #a22;
}
.testimonial-form-step table tr.top th {
  width: auto;
  white-space: nowrap;
  text-align: center;
}
.testimonial-form-step div.title {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 22px;
  margin: 16px 0;
  clear: both;
  color: #868E96;
  line-height: 28px;
}
.testimonial-form-step div.textarea-desc label {
  float: left;
  width: 350px;
  max-width: 100%;
  display: block;
  text-align: right;
  padding-right: 1em;
}
.testimonial-form-step div.textarea-desc textarea {
  height: 10em;
  width: 500px;
  max-width: 100%;
  resize: none;
}
.testimonial-form-step #upload_input {
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
}
.testimonial-form-step div.question {
  margin-bottom: 1em;
}
.testimonial-form-step div.question textarea {
  width: 400px;
  width: 500px;
  max-width: 100%;
  height: 10em;
  resize: none;
}
.testimonial-form-step div.question input,
.testimonial-form-step div.question textarea {
  border: #E6E1D9 2px solid !important;
}
.testimonial-form-step div.question input:focus,
.testimonial-form-step div.question textarea:focus {
  border: #6AABDE 2px solid !important;
  box-shadow: 0px 0px 4px #cbcbcb !important;
}
.testimonial-form-step div.question input.quotation {
  width: 400px;
}
.testimonial-form-step div.question.radiogroupir .notop {
  display: inline-block;
  margin-bottom: 10px;
  margin-left: 27px;
}
.testimonial-form-step div.question.radiogroupir p {
  clear: both;
}
.testimonial-form-step div.question.radiogroupir p label {
  display: block;
}
.testimonial-form-step div.question.radiogroupir p label input[type=radio],
.testimonial-form-step div.question.radiogroupir p label input[type=checkbox] {
  float: left;
  margin-right: 1em;
}
.testimonial-form-step div.question.radiogroupir #divMoreInfos {
  margin-left: 40px;
}
.testimonial-form-step div.question.radiogroupir #divMoreInfos div.moreInfo p label input[type="checkbox"] {
  float: left;
  margin-right: 1em;
}
.testimonial-form-step div.question.radiogroupir.label-inline label {
  display: inline-block;
  margin: 0 4px;
}
.testimonial-form-step div.question.radiogroupir.label-inline p input[type="radio"],
.testimonial-form-step div.question.radiogroupir.label-inline p input[type="checkbox"] {
  margin-right: 2px;
}
.testimonial-form-step div.question.invalid span.invalid-sentence {
  color: #a22;
  display: block;
  border: 1px solid #a22;
  background: #ffeaea;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  padding: 5px 1em;
}
.testimonial-form-step table span.invalid-sentence {
  display: none !important;
}
.testimonial-form-step .pic {
  margin-top: 35px !important;
}
.testimonial-form-step .pic span.spanDelete {
  display: none;
}
.testimonial-form-step .pic.has-pic span.spanDelete {
  display: block;
  padding: 5px 0 10px;
  width: 100%;
  margin: 0;
  z-index: 300;
}
.testimonial-form-step .pic.has-pic span.spanDelete .a-style {
  vertical-align: middle;
  display: inline-block;
  height: 30px;
  width: 30px;
  overflow: hidden;
  background-repeat: no-repeat;
}
.testimonial-form-step .pic.has-pic span.spanDelete a.trash-icon {
  vertical-align: middle;
  display: inline-block;
  height: 30px;
  width: 30px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-image: url("/stylesheets/betty/pics/icon-trash.png");
  float: right;
  padding-right: 5px;
}
.testimonial-form-step .pic.has-pic span.spanDelete a.trash-icon:hover {
  background-image: url("/stylesheets/betty/pics/icon-trash_hover.png");
}
.testimonial-form-step .pic.has-pic span.spanDelete a.rotate-left-icon {
  vertical-align: middle;
  display: inline-block;
  height: 30px;
  width: 30px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-image: url("/stylesheets/betty/pics/icon-rotate-left.png");
  float: left;
  padding-right: 5px;
}
.testimonial-form-step .pic.has-pic span.spanDelete a.rotate-left-icon:hover {
  background-image: url("/stylesheets/betty/pics/icon-rotate-left_hover.png");
}
.testimonial-form-step .pic.has-pic span.spanDelete a.rotate-right-icon {
  vertical-align: middle;
  display: inline-block;
  height: 30px;
  width: 30px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-image: url("/stylesheets/betty/pics/icon-rotate-right.png");
  float: left;
}
.testimonial-form-step .pic.has-pic span.spanDelete a.rotate-right-icon:hover {
  background-image: url("/stylesheets/betty/pics/icon-rotate-right_hover.png");
}
.testimonial-form-step .qq-upload-drop-area span.alt {
  font-size: 12px;
  font-weight: normal;
  display: block;
  margin-top: 10px;
}
.testimonial-form-step div.qq-upload-drop-area {
  display: block !important;
}
#testimonial-form-create .span10,
#testimonial-form-edition .span10 {
  min-width: 780px;
}
#testimonial-form-create.showtitle-no .toggledisplay,
#testimonial-form-edition.showtitle-no .toggledisplay {
  display: none;
}
#testimonial-form-create .comment-wrapper,
#testimonial-form-edition .comment-wrapper {
  margin-bottom: 2em;
}
#testimonial-form-create .comment-wrapper h2,
#testimonial-form-edition .comment-wrapper h2 {
  margin-left: 20px;
  margin-bottom: .5em;
}
#testimonial-form-create .comment-wrapper textarea,
#testimonial-form-edition .comment-wrapper textarea {
  resize: none;
  width: 690px;
  max-width: 100%;
  height: 8em;
}
#testimonial-form-create .comment-wrapper a.validate,
#testimonial-form-edition .comment-wrapper a.validate {
  height: 30px;
  line-height: 30px;
  display: inline-block;
  white-space: nowrap;
  width: auto;
  text-decoration: none;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  padding-left: 10px;
  padding-right: 10px;
  border-width: 1px;
  border-style: solid;
  cursor: pointer;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.5);
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.5);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.5);
  color: white;
  border-color: #6ea047;
  text-shadow: #5D8A3C 0px -1px 0px;
  background-image: linear-gradient(bottom,#6d9946 25%,#72ab49 61%);
  background-image: -o-linear-gradient(bottom,#6d9946 25%,#72ab49 61%);
  background-image: -moz-linear-gradient(bottom,#6d9946 25%,#72ab49 61%);
  background-image: -webkit-linear-gradient(bottom,#6d9946 25%,#72ab49 61%);
  background-image: -ms-linear-gradient(bottom,#6d9946 25%,#72ab49 61%);
  background-color: #72ab49;
  float: right;
}
#testimonial-form-create .comment-wrapper a.validate:hover,
#testimonial-form-edition .comment-wrapper a.validate:hover {
  text-decoration: none;
}
#testimonial-form-create .comment-wrapper a.validate i.right-arrow,
#testimonial-form-create .comment-wrapper a.validate i.left-arrow,
#testimonial-form-edition .comment-wrapper a.validate i.right-arrow,
#testimonial-form-edition .comment-wrapper a.validate i.left-arrow {
  vertical-align: middle;
  display: inline-block;
  height: 24px;
  width: 24px;
  overflow: hidden;
  background-image: url("/stylesheets/betty/pics/betty_icons_24.png");
  background-repeat: no-repeat;
}
#testimonial-form-create .comment-wrapper a.validate i.right-arrow,
#testimonial-form-edition .comment-wrapper a.validate i.right-arrow {
  background-position: -48px -432px;
}
#testimonial-form-create .comment-wrapper a.validate i.left-arrow,
#testimonial-form-edition .comment-wrapper a.validate i.left-arrow {
  background-position: -24px -432px;
}
#testimonial-form-create .comment-wrapper a.validate:hover,
#testimonial-form-edition .comment-wrapper a.validate:hover {
  background-image: linear-gradient(bottom,#6ea047 21%,#7BB84F 61%);
  background-image: -o-linear-gradient(bottom,#6ea047 21%,#7BB84F 61%);
  background-image: -moz-linear-gradient(bottom,#6ea047 21%,#7BB84F 61%);
  background-image: -webkit-linear-gradient(bottom,#6ea047 21%,#7BB84F 61%);
  background-image: -ms-linear-gradient(bottom,#6ea047 21%,#7BB84F 61%);
  background-color: #7BB84F;
}
#testimonial-form-create .comment-wrapper figure img,
#testimonial-form-edition .comment-wrapper figure img {
  width: 100%;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
}
#testimonial-form-create .comment-wrapper form,
#testimonial-form-edition .comment-wrapper form {
  margin: 0;
}
#testimonial-form-create .comment-wrapper .comment-content,
#testimonial-form-edition .comment-wrapper .comment-content {
  background: #fff;
  border: 1px solid #cccccc;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  padding: 4px;
  font-size: 13px;
  line-height: 18px;
}
#testimonial-form-create .comment-wrapper .comment-content strong.title,
#testimonial-form-edition .comment-wrapper .comment-content strong.title {
  font-weight: bold;
  display: block;
  padding: .5em 1em;
}
#testimonial-form-create .comment-wrapper .comment-content p,
#testimonial-form-edition .comment-wrapper .comment-content p {
  padding: 0 1em;
  line-height: 1.5em;
}
#testimonial-form-create .comment-wrapper span,
#testimonial-form-edition .comment-wrapper span {
  display: block;
  height: 30px;
  line-height: 30px;
  float: left;
  text-decoration: underline;
  cursor: default;
  color: #9C918A;
}
#testimonial-form-create .comment-wrapper span:hover,
#testimonial-form-edition .comment-wrapper span:hover {
  color: #534840;
}
#testimonial-form-create {
  margin: 30px 0;
}
#testimonial-form-create p:last-child {
  margin-bottom: 0;
}
#testimonial-form-edition .title-big {
  margin: 1em 0;
  font-family: 'Droid sans' !important;
  text-align: center;
}
#testimonial-form-edition .title-big div {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 24px;
  margin-bottom: .3em;
  font-weight: bold;
  text-align: center;
}
#testimonial-form-edition .title-big span,
#testimonial-form-edition .title-big em {
  text-align: center;
  display: block;
  line-height: 1.4em;
}
#testimonial-form-edition .title-big span {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 18px;
}
#testimonial-form-edition .title-big span {
  font-size: 14px;
}
#testimonial-form-edition .title-big span.label {
  display: inline;
  display: inline-block;
  margin-top: 5px;
  padding: 5px;
  line-height: 1em;
}
#testimonial-form-edition .title-big span.label.label-default {
  background-color: #9C918A;
}
#testimonial-form-edition .title-big span.label.label-primary {
  background-color: #3a87ad;
}
#testimonial-form-edition .title-big span.label.label-info {
  background-color: #129CAB;
}
#testimonial-form-edition .title-big span.label.label-warning {
  background-color: #f79400;
}
#testimonial-form-edition .title-big span.label.label-danger {
  background-color: #EE641C;
}
#testimonial-form-edition .title-big span.label.label-success {
  background-color: #72AB49;
}
#testimonial-form-edition .testimonial-form-step {
  margin-bottom: 30px;
}
#testimonial-form-edition .edit-button {
  margin-top: -10px;
}
#testimonial-form-edition .edit-button a {
  margin-left: 10px;
  margin-right: 10px;
}
#testimonial-form-edition .edit-button a.offline {
  height: 30px;
  line-height: 30px;
  display: inline-block;
  white-space: nowrap;
  width: auto;
  text-decoration: none;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  padding-left: 10px;
  padding-right: 10px;
  border-width: 1px;
  border-style: solid;
  cursor: pointer;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.5);
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.5);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.5);
  color: white;
  text-shadow: #c03b0b 0px -1px 0px;
  background-color: #ec5124;
  border-color: #d4410e;
}
#testimonial-form-edition .edit-button a.offline:hover {
  text-decoration: none;
}
#testimonial-form-edition .edit-button a.offline i.right-arrow,
#testimonial-form-edition .edit-button a.offline i.left-arrow {
  vertical-align: middle;
  display: inline-block;
  height: 24px;
  width: 24px;
  overflow: hidden;
  background-image: url("/stylesheets/betty/pics/betty_icons_24.png");
  background-repeat: no-repeat;
}
#testimonial-form-edition .edit-button a.offline i.right-arrow {
  background-position: -48px -432px;
}
#testimonial-form-edition .edit-button a.offline i.left-arrow {
  background-position: -24px -432px;
}
#testimonial-form-edition .edit-button a.offline:hover {
  text-decoration: none;
  background-color: #de420a;
}
#testimonial-form-edition .edit-button a.update {
  height: 30px;
  line-height: 30px;
  display: inline-block;
  white-space: nowrap;
  width: auto;
  text-decoration: none;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  padding-left: 10px;
  padding-right: 10px;
  border-width: 1px;
  border-style: solid;
  cursor: pointer;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.5);
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.5);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.5);
  background-image: linear-gradient(bottom,#F7F7F7 25%,#FFFFFF 61%);
  background-image: -o-linear-gradient(bottom,#F7F7F7 25%,#FFFFFF 61%);
  background-image: -moz-linear-gradient(bottom,#F7F7F7 25%,#FFFFFF 61%);
  background-image: -webkit-linear-gradient(bottom,#F7F7F7,#FFFFFF);
  background-image: -ms-linear-gradient(bottom,#F1F2F2 25%,#FFFFFF 61%);
  background-color: #F7F7F7;
  border-color: #ccc;
  color: #534840;
}
#testimonial-form-edition .edit-button a.update:hover {
  text-decoration: none;
}
#testimonial-form-edition .edit-button a.update i.right-arrow,
#testimonial-form-edition .edit-button a.update i.left-arrow {
  vertical-align: middle;
  display: inline-block;
  height: 24px;
  width: 24px;
  overflow: hidden;
  background-image: url("/stylesheets/betty/pics/betty_icons_24.png");
  background-repeat: no-repeat;
}
#testimonial-form-edition .edit-button a.update i.right-arrow {
  background-position: -48px -432px;
}
#testimonial-form-edition .edit-button a.update i.left-arrow {
  background-position: -24px -432px;
}
#testimonial-form-edition .edit-button a.update:hover {
  background: #fff;
  color: #534840 !important;
}
#testimonial-form-edition .edit-button a.online {
  height: 30px;
  line-height: 30px;
  display: inline-block;
  white-space: nowrap;
  width: auto;
  text-decoration: none;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  padding-left: 10px;
  padding-right: 10px;
  border-width: 1px;
  border-style: solid;
  cursor: pointer;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.5);
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.5);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.5);
  color: white;
  border-color: #6ea047;
  text-shadow: #5D8A3C 0px -1px 0px;
  background-image: linear-gradient(bottom,#6d9946 25%,#72ab49 61%);
  background-image: -o-linear-gradient(bottom,#6d9946 25%,#72ab49 61%);
  background-image: -moz-linear-gradient(bottom,#6d9946 25%,#72ab49 61%);
  background-image: -webkit-linear-gradient(bottom,#6d9946 25%,#72ab49 61%);
  background-image: -ms-linear-gradient(bottom,#6d9946 25%,#72ab49 61%);
  background-color: #72ab49;
}
#testimonial-form-edition .edit-button a.online:hover {
  text-decoration: none;
}
#testimonial-form-edition .edit-button a.online i.right-arrow,
#testimonial-form-edition .edit-button a.online i.left-arrow {
  vertical-align: middle;
  display: inline-block;
  height: 24px;
  width: 24px;
  overflow: hidden;
  background-image: url("/stylesheets/betty/pics/betty_icons_24.png");
  background-repeat: no-repeat;
}
#testimonial-form-edition .edit-button a.online i.right-arrow {
  background-position: -48px -432px;
}
#testimonial-form-edition .edit-button a.online i.left-arrow {
  background-position: -24px -432px;
}
#testimonial-form-edition .edit-button a.online:hover {
  background-image: linear-gradient(bottom,#6ea047 21%,#7BB84F 61%);
  background-image: -o-linear-gradient(bottom,#6ea047 21%,#7BB84F 61%);
  background-image: -moz-linear-gradient(bottom,#6ea047 21%,#7BB84F 61%);
  background-image: -webkit-linear-gradient(bottom,#6ea047 21%,#7BB84F 61%);
  background-image: -ms-linear-gradient(bottom,#6ea047 21%,#7BB84F 61%);
  background-color: #7BB84F;
}
#testimonial-form-step1 .information {
  text-align: center;
}
#testimonial-form-step2 .one-phrase-title {
  display: inline-block;
  margin: 6px 0;
  text-decoration: underline;
}
#testimonial-form-step2 .one-phrase-txt {
  margin: 6px 0 12px;
  font-style: italic;
}
#testimonial-form-step2 .plusorminus {
  clear: both;
  margin-top: -10px;
}
#testimonial-form-step2 .plusorminus div label {
  height: 24px;
  line-height: 24px;
  width: 350px;
  display: block;
  text-align: left;
  padding-right: 1em;
}
#testimonial-form-step2 .plusorminus div input {
  height: 24px;
  line-height: 24px;
  width: 500px;
}
#testimonial-form-step2 .image-upload-wrapper {
  padding-top: 20px;
}
#testimonial-form-step2 .image-upload-wrapper>div {
  width: 30%;
  height: 200px;
  float: left;
  margin: 0 1.25% 10px;
}
@media screen and (max-width: 768px) {
  #testimonial-form-step2 .image-upload-wrapper>div {
    height: auto;
    width: 47%;
    text-align: center;
  }
}
@media screen and (max-width: 480px) {
  #testimonial-form-step2 .image-upload-wrapper>div {
    width: 100%;
    margin: 0;
  }
}
#testimonial-form-step2 .image-upload-wrapper>div img {
  max-width: 100%;
}
#testimonial-form-step3 label.directive {
  margin-left: 0px;
}
#testimonial-form-step5 .title {
  margin-bottom: 1em;
}
#testimonial-form-step5 .hentry p {
  font-size: 14px;
  line-height: 1.4em;
  margin-top: .5em;
}
#testimonial-form-step5 p.button-row {
  height: auto;
  padding-top: .5em;
}
#testimonial-form-step5 div#testimonial-emails-sent {
  display: none;
  padding: .5em 1em;
  text-align: center;
  color: #262 !important;
  font-weight: bold;
}
ol#testimonial-road {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  clear: both;
  height: 30px;
  display: none;
}
ol#testimonial-road li {
  float: left;
  display: block;
  width: 33%;
}
ol#testimonial-road li a {
  display: block;
  height: 30px;
  color: #129cab;
  transition: all ease-in-out .3s;
  -moz-transition: all ease-in-out .3s;
  -webkit-transition: all ease-in-out .3s;
  -o-transition: all ease-in-out .3s;
  text-decoration: none;
  font-weight: bold;
  text-align: center;
  font-size: 1.2em;
}
ol#testimonial-road li a span {
  font-size: 1.8em;
  padding-bottom: -5px;
  display: inline-block;
  line-height: .5em;
  font-weight: bold;
}
ol#testimonial-road li:first-child a {
  text-align: left !important;
}
ol#testimonial-road li:last-child a {
  text-align: right !important;
}
#testimonial-road-slide {
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  height: 6px;
  background: #ddd;
  margin: 8px 0 30px;
  display: none;
}
#testimonial-road-slide #testimonial-road-slide-in {
  transition: all ease-in-out .2s;
  -moz-transition: all ease-in-out .2s;
  -webkit-transition: all ease-in-out .2s;
  -o-transition: all ease-in-out .2s;
  background: #129cab;
  height: 6px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
}
#testimonial-road-slide.step-1 #testimonial-road-slide-in {
  width: 50%;
}
#testimonial-road-slide.step-2 #testimonial-road-slide-in {
  width: 8%;
}
#testimonial-road-slide.step-3 #testimonial-road-slide-in {
  width: 92%;
}
.btn-brand {
  color: #fff;
  border-color: #12B886;
  background-color: #12B886;
  font-size: 16px;
  padding: 11px 24px;
  display: inline-block;
  border: 1px solid transparent;
  border-radius: 6px;
  font-weight: bold;
  outline: none;
  cursor: pointer;
  word-wrap: break-word;
  text-align: center;
  font-family: "Averta", sans-serif !important;
}
.btn-brand:hover {
  color: #fff;
  background-color: #14716A;
  border-color: #14716A;
}
.btn-brand:active {
  color: #fff;
  background-color: #205F5B;
  border-color: #205F5B;
}
.btn-brand[disabled],
.btn-brand.btn-disabled {
  color: #fff;
  background-color: #ADB5BD;
  border-color: #ADB5BD;
  cursor: default;
}
.btn-brand:hover,
.btn-brand:active {
  text-decoration: none;
}
.btn-secondary {
  color: #fff;
  border-color: #12B886;
  background-color: #12B886;
  font-size: 16px;
  padding: 11px 24px;
  display: inline-block;
  border: 1px solid transparent;
  border-radius: 6px;
  font-weight: bold;
  outline: none;
  cursor: pointer;
  word-wrap: break-word;
  text-align: center;
  font-family: "Averta", sans-serif !important;
  border: 1px solid #12B886;
  color: #12B886;
  background: transparent;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #14716A;
  border-color: #14716A;
}
.btn-secondary:active {
  color: #fff;
  background-color: #205F5B;
  border-color: #205F5B;
}
.btn-secondary[disabled],
.btn-secondary.btn-disabled {
  color: #fff;
  background-color: #ADB5BD;
  border-color: #ADB5BD;
  cursor: default;
}
.btn-secondary:hover,
.btn-secondary:active {
  text-decoration: none;
}
.btn-secondary:hover {
  text-decoration: none;
  color: #038B62;
  border-color: #038B62;
  background: transparent;
}
.btn-secondary:active {
  text-decoration: none;
  color: #205F5B;
  border-color: #205F5B;
  background: transparent;
}
.btn-secondary-ink-light {
  color: #fff;
  border-color: #12B886;
  background-color: #12B886;
  font-size: 16px;
  padding: 11px 24px;
  display: inline-block;
  border: 1px solid transparent;
  border-radius: 6px;
  font-weight: bold;
  outline: none;
  cursor: pointer;
  word-wrap: break-word;
  text-align: center;
  font-family: "Averta", sans-serif !important;
  border: 1px solid #12B886;
  color: #12B886;
  background: transparent;
  border-color: #868E96;
  color: #868E96;
}
.btn-secondary-ink-light:hover {
  color: #fff;
  background-color: #14716A;
  border-color: #14716A;
}
.btn-secondary-ink-light:active {
  color: #fff;
  background-color: #205F5B;
  border-color: #205F5B;
}
.btn-secondary-ink-light[disabled],
.btn-secondary-ink-light.btn-disabled {
  color: #fff;
  background-color: #ADB5BD;
  border-color: #ADB5BD;
  cursor: default;
}
.btn-secondary-ink-light:hover,
.btn-secondary-ink-light:active {
  text-decoration: none;
}
.btn-secondary-ink-light:hover {
  text-decoration: none;
  color: #038B62;
  border-color: #038B62;
  background: transparent;
}
.btn-secondary-ink-light:active {
  text-decoration: none;
  color: #205F5B;
  border-color: #205F5B;
  background: transparent;
}
.btn-secondary-ink-light:hover {
  border-color: #343A40;
  color: #343A40;
}
.btn-primary {
  color: #fff;
  border-color: #12B886;
  background-color: #12B886;
}
.btn-primary:hover {
  color: #fff;
  background-color: #14716A;
  border-color: #14716A;
}
.btn-primary:active {
  color: #fff;
  background-color: #205F5B;
  border-color: #205F5B;
}
.btn-primary[disabled],
.btn-primary.btn-disabled {
  color: #fff;
  background-color: #ADB5BD;
  border-color: #ADB5BD;
  cursor: default;
}
.button-row,
.edit-button {
  text-align: center;
  padding: 10px 0;
}
.button-row a.previous,
.edit-button a.previous {
  float: left;
  color: #fff;
  border-color: #12B886;
  background-color: #12B886;
  font-size: 16px;
  padding: 11px 24px;
  display: inline-block;
  border: 1px solid transparent;
  border-radius: 6px;
  font-weight: bold;
  outline: none;
  cursor: pointer;
  word-wrap: break-word;
  text-align: center;
  font-family: "Averta", sans-serif !important;
  border: 1px solid #12B886;
  color: #12B886;
  background: transparent;
}
.button-row a.previous:hover,
.edit-button a.previous:hover {
  color: #fff;
  background-color: #14716A;
  border-color: #14716A;
}
.button-row a.previous:active,
.edit-button a.previous:active {
  color: #fff;
  background-color: #205F5B;
  border-color: #205F5B;
}
.button-row a.previous[disabled],
.button-row a.previous.btn-disabled,
.edit-button a.previous[disabled],
.edit-button a.previous.btn-disabled {
  color: #fff;
  background-color: #ADB5BD;
  border-color: #ADB5BD;
  cursor: default;
}
.button-row a.previous:hover,
.button-row a.previous:active,
.edit-button a.previous:hover,
.edit-button a.previous:active {
  text-decoration: none;
}
.button-row a.previous:hover,
.edit-button a.previous:hover {
  text-decoration: none;
  color: #038B62;
  border-color: #038B62;
  background: transparent;
}
.button-row a.previous:active,
.edit-button a.previous:active {
  text-decoration: none;
  color: #205F5B;
  border-color: #205F5B;
  background: transparent;
}
.button-row a.next,
.edit-button a.next {
  float: right;
  color: #fff;
  border-color: #12B886;
  background-color: #12B886;
  font-size: 16px;
  padding: 11px 24px;
  display: inline-block;
  border: 1px solid transparent;
  border-radius: 6px;
  font-weight: bold;
  outline: none;
  cursor: pointer;
  word-wrap: break-word;
  text-align: center;
  font-family: "Averta", sans-serif !important;
}
.button-row a.next:hover,
.edit-button a.next:hover {
  color: #fff;
  background-color: #14716A;
  border-color: #14716A;
}
.button-row a.next:active,
.edit-button a.next:active {
  color: #fff;
  background-color: #205F5B;
  border-color: #205F5B;
}
.button-row a.next[disabled],
.button-row a.next.btn-disabled,
.edit-button a.next[disabled],
.edit-button a.next.btn-disabled {
  color: #fff;
  background-color: #ADB5BD;
  border-color: #ADB5BD;
  cursor: default;
}
.button-row a.next:hover,
.button-row a.next:active,
.edit-button a.next:hover,
.edit-button a.next:active {
  text-decoration: none;
}
.button-row a.back,
.edit-button a.back {
  float: right;
  color: #fff;
  border-color: #12B886;
  background-color: #12B886;
  font-size: 16px;
  padding: 11px 24px;
  display: inline-block;
  border: 1px solid transparent;
  border-radius: 6px;
  font-weight: bold;
  outline: none;
  cursor: pointer;
  word-wrap: break-word;
  text-align: center;
  font-family: "Averta", sans-serif !important;
  border: 1px solid #12B886;
  color: #12B886;
  background: transparent;
}
.button-row a.back:hover,
.edit-button a.back:hover {
  color: #fff;
  background-color: #14716A;
  border-color: #14716A;
}
.button-row a.back:active,
.edit-button a.back:active {
  color: #fff;
  background-color: #205F5B;
  border-color: #205F5B;
}
.button-row a.back[disabled],
.button-row a.back.btn-disabled,
.edit-button a.back[disabled],
.edit-button a.back.btn-disabled {
  color: #fff;
  background-color: #ADB5BD;
  border-color: #ADB5BD;
  cursor: default;
}
.button-row a.back:hover,
.button-row a.back:active,
.edit-button a.back:hover,
.edit-button a.back:active {
  text-decoration: none;
}
.button-row a.back:hover,
.edit-button a.back:hover {
  text-decoration: none;
  color: #038B62;
  border-color: #038B62;
  background: transparent;
}
.button-row a.back:active,
.edit-button a.back:active {
  text-decoration: none;
  color: #205F5B;
  border-color: #205F5B;
  background: transparent;
}
.button-row a.cta,
.edit-button a.cta {
  color: #fff;
  border-color: #12B886;
  background-color: #12B886;
  font-size: 16px;
  padding: 11px 24px;
  display: inline-block;
  border: 1px solid transparent;
  border-radius: 6px;
  font-weight: bold;
  outline: none;
  cursor: pointer;
  word-wrap: break-word;
  text-align: center;
  font-family: "Averta", sans-serif !important;
}
.button-row a.cta:hover,
.edit-button a.cta:hover {
  color: #fff;
  background-color: #14716A;
  border-color: #14716A;
}
.button-row a.cta:active,
.edit-button a.cta:active {
  color: #fff;
  background-color: #205F5B;
  border-color: #205F5B;
}
.button-row a.cta[disabled],
.button-row a.cta.btn-disabled,
.edit-button a.cta[disabled],
.edit-button a.cta.btn-disabled {
  color: #fff;
  background-color: #ADB5BD;
  border-color: #ADB5BD;
  cursor: default;
}
.button-row a.cta:hover,
.button-row a.cta:active,
.edit-button a.cta:hover,
.edit-button a.cta:active {
  text-decoration: none;
}

/******************************************************
 * file: /home/evaneos/public_html/dist/releases/20180502143241-v29.90.2-7f41ce/applications/www.evaneos.com/web/app/modules/betty/css/quote.less 
 ******************************************************/

.border-box {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.h1 {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.27em;
  z-index: 100;
  padding: 0px;
  margin-bottom: .2em;
}
.h2 {
  font-size: 22px;
  font-weight: normal;
  line-height: 28px;
  padding: 0;
  line-height: 1.10em;
}
body {
  color: #534840;
}
.IE8down .blockLightShadow {
  border: 1px solid #ddd;
}
.blockLightShadow {
  -webkit-box-shadow: 0px 0px 5px -1px #534840;
  -moz-box-shadow: 0px 0px 5px -1px #534840;
  box-shadow: 0px 0px 5px -1px #534840;
}
.blockHeavyShadow {
  -webkit-box-shadow: 0px 0px 8px -1px #302a25;
  -moz-box-shadow: 0px 0px 8px -1px #302a25;
  box-shadow: 0px 0px 8px -1px #302a25;
}
#quote-page-wrapper {
  background: #fff;
  border: 1px solid #d5d3d1;
  border-radius: 5px;
  margin-top: 10px;
  padding-bottom: 15px;
}
#quote-page-wrapper h3 {
  color: ;
  font-family: 'Droid Sans', sans-serif;
  font-size: 13px;
  font-weight: bold;
  line-height: 13px;
  padding: 10px 0 10px 22px;
  margin-top: 1em;
  clear: both;
}
#quote-page-wrapper #flashmap {
  width: 700px;
  margin: 10px auto;
}
#quote-page-wrapper .bordererBottom {
  border-bottom: 1px solid #d5d3d1;
  margin-bottom: 15px;
}
#quote-page-wrapper h3.flaged_countries_continent {
  margin-top: 20px;
  font-size: 1.3em;
  line-height: 1.5em;
}
#quote-page-wrapper h3.flaged_countries_continent.first {
  border: none;
  padding-top: 0;
}
#quote-page-wrapper ul {
  margin-left: 22px;
  margin-bottom: 2em;
  clear: both;
  padding-bottom: 10px;
}
#quote-page-wrapper ul li.flag_country {
  padding: 4px 0;
  width: 236px;
  margin: .18em 0;
  display: block;
  float: left;
}
#quote-page-wrapper ul li.flag_country:before {
  content: ' ';
  width: 16px;
  height: 11px;
  background-image: url('../images/francine/flags_sprite.png');
  display: block;
  float: left;
  margin-right: 15px;
  margin-top: 3px;
}
#quote-page-wrapper ul li.flag_country a {
  font-size: 1.3em;
}
#quote-page-wrapper ul a {
  color: #534840;
}
@media (max-width: 767px) {
  .pagetitle {
    text-align: center;
  }
  #quote-page-wrapper {
    margin-bottom: 30px;
  }
  #quote-page-wrapper #flashmap {
    display: none;
  }
  #quote-page-wrapper h3.flaged_countries_continent {
    border-top: 1px solid #d5d3d1;
    font-size: 1.3em;
    text-align: left;
    line-height: 1.5em;
  }
  #quote-page-wrapper h3.flaged_countries_continent.first {
    border: none;
    padding-top: 0;
  }
  #quote-page-wrapper ul {
    padding-bottom: 10px;
  }
  #quote-page-wrapper ul li {
    padding: 4px 0;
  }
  #quote-page-wrapper ul li a {
    font-size: 1.3em;
  }
}
#c_170:before {
  background-position: -96px 0;
}
#c_169:before {
  background-position: -112px -22px;
}
#c_163:before {
  background-position: 0px -55px;
}
#c_73:before {
  background-position: -240px -154px;
}
#c_29:before {
  background-position: -144px -33px;
}
#c_6:before {
  background-position: -64px -33px;
}
#c_34:before {
  background-position: -16px 0;
}
#c_113:before {
  background-position: -144px 0;
}
#c_147:before {
  background-position: -128px -44px;
}
#c_75:before {
  background-position: -160px 0;
}
#c_50:before {
  background-position: -112px 0;
}
#c_98:before {
  background-position: -208px 0;
}
#c_13:before {
  background-position: -192px 0;
}
#c_74:before {
  background-position: -240px 0;
}
#c_107:before {
  background-position: -208px -11px;
}
#c_110:before {
  background-position: -32px -11px;
}
#c_2:before {
  background-position: -48px -11px;
}
#c_130:before {
  background-position: -32px -22px;
}
#c_111:before {
  background-position: -128px -11px;
}
#c_132:before {
  background-position: -224px -11px;
}
#c_43:before {
  background-position: -16px -22px;
}
#c_91:before {
  background-position: -176px -88px;
}
#c_97:before {
  background-position: -176px -11px;
}
#c_40:before {
  background-position: 0 -11px;
}
#c_109:before {
  background-position: 0 -22px;
}
#c_56:before {
  background-position: -192px -11px;
}
#c_26:before {
  background-position: -80px -11px;
}
#c_59:before {
  background-position: -64px -11px;
}
#c_114:before {
  background-position: -112px -11px;
}
#c_88:before {
  background-position: -240px -66px;
}
#c_153:before {
  background-position: -192px -22px;
}
#c_42:before {
  background-position: -48px -22px;
}
#c_57:before {
  background-position: -16px -33px;
}
#c_83:before {
  background-position: -176px -22px;
}
#c_85:before {
  background-position: -208px -22px;
}
#c_30:before {
  background-position: -32px -33px;
}
#c_92:before {
  background-position: -224px -22px;
}
#c_60:before {
  background-position: -16px -77px;
}
#c_66:before {
  background-position: -64px -77px;
}
#c_61:before {
  background-position: -240px -22px;
}
#c_52:before {
  background-position: -144px -22px;
}
#c_33:before {
  background-position: -224px -55px;
}
#c_65:before {
  background-position: 0 -33px;
}
#c_14:before {
  background-position: -96px -33px;
}
#c_137:before {
  background-position: -208px -121px;
}
#c_32:before {
  background-position: -192px -33px;
}
#c_39:before {
  background-position: -32px 0;
}
#c_72:before {
  background-position: -160px -33px;
}
#c_159:before {
  background-position: -176px -33px;
}
#c_37:before {
  background-position: 0 -154px;
}
#c_76:before {
  background-position: -16px -44px;
}
#c_27:before {
  background-position: -48px -44px;
}
#c_1:before {
  background-position: -128px -44px;
}
#c_129:before {
  background-position: -192px -44px;
}
#c_28:before {
  background-position: -80px -55px;
}
#c_81:before {
  background-position: -112px -55px;
}
#c_62:before {
  background-position: -160px -55px;
}
#c_156:before {
  background-position: -48px -165px;
}
#c_55:before {
  background-position: -176px -55px;
}
#c_25:before {
  background-position: 0 -66px;
}
#c_106:before {
  background-position: -48px -99px;
}
#c_11:before {
  background-position: -32px -165px;
}
#c_48:before {
  background-position: -64px -66px;
}
#c_84:before {
  background-position: -16px -66px;
}
#c_16:before {
  background-position: -32px -66px;
}
#c_46:before {
  background-position: -128px -66px;
}
#c_35:before {
  background-position: -48px -66px;
}
#c_10,
#c_166:before {
  background-position: -144px -66px;
}
#c_105:before {
  background-position: -160px -66px;
}
#c_99:before {
  background-position: -192px -66px;
}
#c_47:before {
  background-position: -176px -66px;
}
#c_86:before {
  background-position: -208px -66px;
}
#c_143:before {
  background-position: -224px -66px;
}
#c_95:before {
  background-position: -128px -77px;
}
#c_160:before {
  background-position: -16px -88px;
}
#c_49:before {
  background-position: -144px -77px;
}
#c_45:before {
  background-position: -32px -88px;
}
#c_161:before {
  background-position: -240px -77px;
}
#c_82:before {
  background-position: -112px -88px;
}
#c_94:before {
  background-position: -112px -99px;
}
#c_87:before {
  background-position: -64px -99px;
}
#c_41:before {
  background-position: -160px -88px;
}
#c_23:before {
  background-position: -32px -99px;
}
#c_7:before {
  background-position: -48px -88px;
}
#c_54:before {
  background-position: -240px -88px;
}
#c_44:before {
  background-position: 0 -99px;
}
#c_96:before {
  background-position: -224px -154px;
}
#c_69:before {
  background-position: -96px -99px;
}
#c_158:before {
  background-position: -208px -88px;
}
#c_89:before {
  background-position: -192px -88px;
}
#c_126:before {
  background-position: -96px -88px;
}
#c_108:before {
  background-position: -144px -99px;
}
#c_70:before {
  background-position: -16px -110px;
}
#c_71:before {
  background-position: -224px -99px;
}
#c_36:before {
  background-position: -176px -99px;
}
#c_77:before {
  background-position: -208px -99px;
}
#c_9:before {
  background-position: 0 -110px;
}
#c_53,
#c_168,
#c_112:before {
  background-position: -128px -44px;
}
#c_103:before {
  background-position: -64px -110px;
}
#c_128:before {
  background-position: -80px -110px;
}
#c_100:before {
  background-position: -32px -154px;
}
#c_133:before {
  background-position: -96px -110px;
}
#c_131:before {
  background-position: -144px -110px;
}
#c_3:before {
  background-position: -240px -99px;
}
#c_93:before {
  background-position: -112px -110px;
}
#c_67:before {
  background-position: -160px -110px;
}
#c_17:before {
  background-position: -192px -110px;
}
#c_134:before {
  background-position: -128px -110px;
}
#c_173,
#c_15,
#c_164:before {
  background-position: -16px -121px;
}
#c_12:before {
  background-position: -128px -33px;
}
#c_4:before {
  background-position: -48px -33px;
}
#c_58:before {
  background-position: -80px -121px;
}
#c_19:before {
  background-position: -96px -121px;
}
#c_31:before {
  background-position: -128px -121px;
}
#c_154:before {
  background-position: -160px -132px;
}
#c_38:before {
  background-position: -96px -132px;
}
#c_101:before {
  background-position: -192px -121px;
}
#c_68:before {
  background-position: 0 -132px;
}
#c_21:before {
  background-position: -48px -132px;
}
#c_18:before {
  background-position: -32px -132px;
}
#c_80:before {
  background-position: -192px -77px;
}
#c_5:before {
  background-position: -240px -121px;
}
#c_8:before {
  background-position: -128px -22px;
}
#c_51:before {
  background-position: -176px -132px;
}
#c_90:before {
  background-position: -192px -143px;
}
#c_64:before {
  background-position: -16px -143px;
}
#c_119:before {
  background-position: -64px -165px;
}
#c_199:before {
  background-position: -224px -44px;
}
#c_104:before {
  background-position: 0 -143px;
}
#c_24:before {
  background-position: -96px -143px;
}
#c_22:before {
  background-position: -128px -143px;
}
#c_155:before {
  background-position: -208px -143px;
}
#c_162:before {
  background-position: -16px -154px;
}
#c_148:before {
  background-position: -144px -154px;
}
#c_63:before {
  background-position: -80px -154px;
}
#c_78:before {
  background-position: -128px -154px;
}
#c_79:before {
  background-position: -208px -154px;
}
#c_157:before {
  background-position: -192px -143px;
}
#c_102:before {
  background-position: -16px -165px;
}
#c_167:before {
  background-position: -32px -143px;
}
#c_171:before {
  background-position: -80px -143px;
}
#c_172:before {
  background-position: -128px -77px;
}
#c_125:before {
  background-position: 0 -88px;
}
#c_193:before {
  background-position: -128px -99px;
}
#c_207:before {
  background-position: -80px -88px;
}
#c_191:before {
  background-position: -144px -121px;
}
#c_290:before {
  background-position: -80px -165px;
}
#c_291:before {
  background-position: -32px 0px;
}

/******************************************************
 * file: /home/evaneos/public_html/dist/releases/20180502143241-v29.90.2-7f41ce/applications/www.evaneos.com/web/app/modules/betty/css/quote/customization.less 
 ******************************************************/

.border-box {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.h1 {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.27em;
  z-index: 100;
  padding: 0px;
  margin-bottom: .2em;
}
.h2 {
  font-size: 22px;
  font-weight: normal;
  line-height: 28px;
  padding: 0;
  line-height: 1.10em;
}
body {
  color: #534840;
}
.IE8down .blockLightShadow {
  border: 1px solid #ddd;
}
.blockLightShadow {
  -webkit-box-shadow: 0px 0px 5px -1px #534840;
  -moz-box-shadow: 0px 0px 5px -1px #534840;
  box-shadow: 0px 0px 5px -1px #534840;
}
.blockHeavyShadow {
  -webkit-box-shadow: 0px 0px 8px -1px #302a25;
  -moz-box-shadow: 0px 0px 8px -1px #302a25;
  box-shadow: 0px 0px 8px -1px #302a25;
}
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 12px rgba(255,0,0,0.3);
  }
  50% {
    -webkit-box-shadow: 0 0 12px #ff0000;
  }
  100% {
    -webkit-box-shadow: 0 0 12px rgba(255,0,0,0.3);
  }
}
body.expressquote_custom #form-wrapper {
  width: 980px;
  margin: 0 auto;
  font-family: 'Droid Sans', sans-serif;
  margin-top: 30px;
  clear: both;
  margin-bottom: 200px;
  position: relative;
}
body.expressquote_custom #form-wrapper .right {
  position: fixed;
  top: 128px;
  left: 50%;
  margin-left: 130px;
  width: 330px;
}
body.expressquote_custom #form-wrapper .right div.agent-wrapper {
  padding: 20px 30px 20px 0;
  min-height: 110px;
  background: #fff;
  padding: 20px 30px;
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
  border: 1px solid rgba(44,44,44,0.3);
  border-radius: 5px 5px 5px 5px;
}
body.expressquote_custom #form-wrapper .right div.agent-wrapper div.imagewrapper {
  float: left;
  margin: 0 20px 10px -10px;
  -webkit-transform: rotate(-4deg);
  -moz-transform: rotate(-4deg);
  -o-transform: rotate(-4deg);
  transform: rotate(-4deg);
  background: #fff;
  box-shadow: 0px 0px 5px 0px #E6E1D9;
  border: 1px solid #E6E1D9;
  border-radius: 2px 2px 2px 2px;
  padding: 4px;
}
body.expressquote_custom #form-wrapper .right div.agent-wrapper strong {
  font-size: 1.3em;
  line-height: 1.4em;
  margin-bottom: .5em;
  color: #534840;
}
body.expressquote_custom #form-wrapper .right div.agent-wrapper ul {
  color: #534840;
  font-family: 'Droid Sans', sans-serif;
  clear: both;
  margin-top: 20px;
}
body.expressquote_custom #form-wrapper .right div.agent-wrapper ul li {
  font-size: 1.15em;
  line-height: 1.4em;
  margin-bottom: .3em;
}
body.expressquote_custom #form-wrapper .right div.buttons {
  display: none;
  margin-bottom: 20px;
  text-align: center;
}
body.expressquote_custom #form-wrapper .right div.buttons.blinkborder input {
  -webkit-box-shadow: 0px 0px 12px rgba(255,50,50,0.5);
  -moz-box-shadow: 0px 0px 12px rgba(51,204,255,0.5);
  box-shadow: 0px 0px 12px rgba(51,204,255,0.5);
  -webkit-animation: pulse 1.5s infinite ease-in-out;
}
body.expressquote_custom #form-wrapper .right div.buttons span {
  font-family: 'Gloria Hallelujah';
  display: block;
  width: 60%;
  margin: 10px auto;
  line-height: 1.5em;
}
body.expressquote_custom #form-wrapper .left {
  width: 520px;
  color: #9C918A;
  background: #fff;
  padding: 20px 30px;
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
  border: 1px solid rgba(44,44,44,0.3);
  border-radius: 5px 5px 5px 5px;
  margin-bottom: 20px;
}
body.expressquote_custom #form-wrapper .left ul.squared {
  margin-left: 3em;
  margin-top: .2em;
}
body.expressquote_custom #form-wrapper .left ul.squared li {
  margin: 0;
  list-style-type: square;
}
body.expressquote_custom #form-wrapper .left ul.squared li a {
  font-size: 1.1em;
  font-family: 'Droid Sans', sans-serif;
}
body.expressquote_custom #form-wrapper .left ul.squared li a:hover {
  color: #EC5124;
}
body.expressquote_custom #form-wrapper .left h2 {
  margin-top: 1em;
  margin-bottom: .5em;
}
body.expressquote_custom #form-wrapper .left h2:first-child {
  margin-top: 0;
}
body.expressquote_custom #form-wrapper .left section {
  margin-bottom: 20px;
}
body.expressquote_custom #form-wrapper .left section textarea,
body.expressquote_custom #form-wrapper .left section input[type="text"] {
  border: 1px solid #ccc !important;
}
body.expressquote_custom #form-wrapper .left section textarea {
  width: 95%;
  height: 5em;
  resize: none;
}
body.expressquote_custom #form-wrapper .left section ul ul {
  padding-top: 6px;
}
body.expressquote_custom #form-wrapper .left section ul li {
  padding-bottom: 6px;
  clear: both;
}
body.expressquote_custom #form-wrapper .left section ul li input[type="checkbox"] {
  margin: 0 5px;
}
body.expressquote_custom #form-wrapper .left section.tooltips input[type="text"] {
  width: 95%;
}
body.expressquote_custom #form-wrapper .left section.hosting ul li label {
  display: inline-block;
  cursor: pointer;
}
body.expressquote_custom #form-wrapper .left section.hosting ul li input[type="text"] {
  margin-bottom: 0;
}
body.expressquote_custom #form-wrapper .left div.buttons {
  text-align: center;
  padding-top: 15px;
}
body.expressquote_custom p.info,
body.expressquote_custom p.info2 {
  line-height: 1.5em;
}
body.expressquote_custom p.info {
  padding-bottom: .5em;
  display: block;
}
body.expressquote_custom p.info2 {
  font-style: italic;
  margin-top: .5em;
  color: #F9F7F3;
  border-left: 5px solid #E6E1D9;
  background: #F9F7F3;
  padding: .4em .4em .4em 1em;
}

/******************************************************
 * FILE NOT FOUND: /home/evaneos/public_html/dist/releases/20180502143241-v29.90.2-7f41ce/applications/www.evaneos.com/web/app/modules/betty/css/../js/bootstrapformhelpers/css/bootstrap-form-helpers.min.css 
 ******************************************************/

/******************************************************
 * file: /home/evaneos/public_html/dist/releases/20180502143241-v29.90.2-7f41ce/applications/www.evaneos.com/web/app/modules/betty/css/new-brand.less 
 ******************************************************/

#headBand,
.headBand {
  background-color: #fff;
}
.headBand .go-main-logo {
  width: 105px;
}
.headBand .go-main-logo path {
  fill: #14716A;
}
.headBand .buttonHeaderFont {
  font-family: "Averta", sans-serif !important;
  font-weight: 400;
  color: #343A40;
}
.btn-brand {
  color: #fff;
  border-color: #12B886;
  background-color: #12B886;
  font-size: 16px;
  padding: 9px 24px;
  display: inline-block;
  border: 1px solid transparent;
  border-radius: 6px;
  font-weight: bold;
  outline: none;
  cursor: pointer;
  word-wrap: break-word;
  text-align: center;
  font-family: "Averta", sans-serif !important;
}
.btn-brand:hover {
  color: #fff;
  background-color: #14716A;
  border-color: #14716A;
}
.btn-brand:active {
  color: #fff;
  background-color: ;
  border-color: ;
}
.btn-brand[disabled],
.btn-brand.btn-disabled {
  color: #fff;
  background-color: #ADB5BD;
  border-color: #ADB5BD;
  cursor: default;
}
.btn-brand:hover,
.btn-brand:active {
  text-decoration: none;
}
.btn-secondary {
  color: #fff;
  border-color: #12B886;
  background-color: #12B886;
  font-size: 16px;
  padding: 9px 24px;
  display: inline-block;
  border: 1px solid transparent;
  border-radius: 6px;
  font-weight: bold;
  outline: none;
  cursor: pointer;
  word-wrap: break-word;
  text-align: center;
  font-family: "Averta", sans-serif !important;
  border: 1px solid #12B886;
  color: #12B886;
  background: transparent;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #14716A;
  border-color: #14716A;
}
.btn-secondary:active {
  color: #fff;
  background-color: ;
  border-color: ;
}
.btn-secondary[disabled],
.btn-secondary.btn-disabled {
  color: #fff;
  background-color: #ADB5BD;
  border-color: #ADB5BD;
  cursor: default;
}
.btn-secondary:hover,
.btn-secondary:active {
  text-decoration: none;
}
.btn-secondary:hover {
  text-decoration: none;
  color: #038B62;
  border-color: #038B62;
  background: transparent;
}
.btn-secondary:active {
  text-decoration: none;
  color: ;
  border-color: ;
  background: transparent;
}
.btn-secondary-ink-light {
  color: #fff;
  border-color: #12B886;
  background-color: #12B886;
  font-size: 16px;
  padding: 9px 24px;
  display: inline-block;
  border: 1px solid transparent;
  border-radius: 6px;
  font-weight: bold;
  outline: none;
  cursor: pointer;
  word-wrap: break-word;
  text-align: center;
  font-family: "Averta", sans-serif !important;
  border: 1px solid #12B886;
  color: #12B886;
  background: transparent;
  border-color: #868E96;
  color: #868E96;
}
.btn-secondary-ink-light:hover {
  color: #fff;
  background-color: #14716A;
  border-color: #14716A;
}
.btn-secondary-ink-light:active {
  color: #fff;
  background-color: ;
  border-color: ;
}
.btn-secondary-ink-light[disabled],
.btn-secondary-ink-light.btn-disabled {
  color: #fff;
  background-color: #ADB5BD;
  border-color: #ADB5BD;
  cursor: default;
}
.btn-secondary-ink-light:hover,
.btn-secondary-ink-light:active {
  text-decoration: none;
}
.btn-secondary-ink-light:hover {
  text-decoration: none;
  color: #038B62;
  border-color: #038B62;
  background: transparent;
}
.btn-secondary-ink-light:active {
  text-decoration: none;
  color: ;
  border-color: ;
  background: transparent;
}
.btn-secondary-ink-light:hover {
  border-color: #343A40;
  color: #343A40;
}
.btn-primary {
  color: #fff;
  border-color: #12B886;
  background-color: #12B886;
}
.btn-primary:hover {
  color: #fff;
  background-color: #14716A;
  border-color: #14716A;
}
.btn-primary:active {
  color: #fff;
  background-color: ;
  border-color: ;
}
.btn-primary[disabled],
.btn-primary.btn-disabled {
  color: #fff;
  background-color: #ADB5BD;
  border-color: #ADB5BD;
  cursor: default;
}

/******************************************************
 * file: /home/evaneos/public_html/dist/releases/20180502143241-v29.90.2-7f41ce/applications/www.evaneos.com/web/app/modules/betty/css/../../colette/css/random_agents.less 
 ******************************************************/

#go-wrapper .random-agents {
  background-color: transparent;
  border-radius: 5px;
  overflow: hidden;
}
#go-wrapper .random-agents .title,
#go-wrapper .random-agents .testi-title {
  line-height: 24px;
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 5px;
}
#go-wrapper .random-agents .title .icon-evaneos,
#go-wrapper .random-agents .testi-title .icon-evaneos {
  background-image: url('../stylesheets/lisette/pics/lisette_icons_24.png');
  width: 24px;
  height: 24px;
  background-position: 0px -48px;
  margin-right: 5px;
}
#go-wrapper .random-agents a {
  color: #534840;
}
#go-wrapper .random-agents .testi-title {
  margin-bottom: 0;
  margin-top: 5px;
}
#go-wrapper .random-agents .subtitle {
  margin-top: 0;
  font-size: 1.2em;
  line-height: 1.4em;
  text-align: center;
  margin-bottom: 0;
}
#go-wrapper .random-agents .agent {
  cursor: pointer;
}
#go-wrapper .random-agents .agent > * {
  float: left;
}
#go-wrapper .random-agents .agent > *.clear {
  float: none;
}
#go-wrapper .random-agents .agent > div {
  width: 110px;
  margin-left: 10px;
  line-height: 1.2em;
}
#go-wrapper .random-agents .agent > div .agency-name {
  font-size: 1.1em;
  font-weight: bold;
}
#go-wrapper .random-agents .agent > div .description {
  margin-top: 5px;
}
#go-wrapper .random-agents .agent .imagewrapper {
  width: 70px;
}
#go-wrapper .random-agents .go-button-green {
  font-size: 1.1em;
  margin: 0;
  margin-top: 10px;
  display: block;
  line-height: 2.2em;
  padding: 0;
  height: 2.2em;
}
#go-wrapper .random-agents .division {
  padding: 10px;
  background-color: #fff;
  background-color: rgba(255,255,255,0.5);
  margin-top: 1px;
}
#go-wrapper .random-agents .division:first-child {
  margin-top: 0;
}
#go-wrapper .random-agents .division .testimonial .testi-title-link:hover {
  color: #0798d6;
}
#go-wrapper .random-agents .division .testimonial .testi-link {
  color: #0798d6;
}
#go-wrapper .random-agents .division .testimonial .testi-link:hover {
  text-decoration: underline;
}
#go-wrapper .random-agents .division .testimonial p.description {
  margin: 0;
}

/******************************************************
 * file: /home/evaneos/public_html/dist/releases/20180502143241-v29.90.2-7f41ce/applications/www.evaneos.com/web/app/modules/betty/css/../../../../public//stylesheets/navbar_varanasi.css 
 ******************************************************/

.menuHeaderLeft > li {
    position: relative;
    margin-left: 10px;
    box-sizing: border-box;
    height: 100%;
}

.menuHeaderLeft > li:first-child {
    width: initial;
}

.menuHeaderLeft > li:not(:first-child) {
    margin-left: 30px;
}

.go-main-logo {
    width: 200px;
    margin-left: 4px;
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
    .menuHeaderLeft > li {
        padding-top: 0 !important;
    }
}

.menuHeaderRight > li.sign-up {
    margin-top: 10px;
    margin-left: 10px;
}

.menuHeaderRight > li.sign-up > span {
    color: white;
    border-color: #3c9;
    background-color: #3c9;
    text-shadow: none;
    font-weight: 400;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    font-size: 14px;
    padding: 6px 24px;
    border-radius: 1550px;
    border-width: 1px;
    border-style: solid;
    white-space: nowrap;
    text-decoration: none;
}

.menuHeaderRight > li.sign-up > span:hover {
    background-image: none;
    text-shadow: none;
    color: white;
    background-color: #248f6b;
    border-color: #248f6b;
}

.menuHeaderLeft > li > a {
    box-sizing: border-box;
    display: block;
    height: 100%;
}

.menuHeaderLeft > li > a:focus {
    color: inherit;
    text-decoration: none;
}

.buttonHeaderFont {
    line-height: 56px;
    font-weight: 300;
    color: white;
    font-size: 15px;
    outline: none;
    cursor: pointer;
    font-family: 'Arvo', serif !important;
    padding: 0;
    margin: 0;
    letter-spacing: 0.02em;
    text-shadow: none;
}

.buttonHeaderFont:hover, .button-destinations-hover,
.button-idees-hover, .button-concept-hover,
.button-my-account-hover, .button-hover {
    color: #33cc99 !important;
    text-decoration: none;
}

.buttonHeaderMyAccount {
    display: inline-block;
    background: url('../imageCSS/newHeaderFooter/Header_icons/icon_profil_normal.png') no-repeat left 0px;
    padding-top: 0px;
    margin-right: 10px;
}

.buttonHeaderMyAccount > .user-logo {
    width: 15px;
    height: 15px;
    display: inline-block;
    margin-right: 10px;
}

.buttonHeaderMyAccount > div {
    display: inline-block;
}

.buttonHeaderMyAccount > .caret-down-user {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-left: 10px;
}

.go-list-profile.go-list-account > .go-arrow-list-account {
    position: absolute;
    right: 40px;
    top: -10px;
}

.go-list-profile.go-list-concepts > .go-arrow-list-tags-left {
    left: 35px;
}

.go-list-profile.go-list-concepts > .go-list-licences-ul a {
    text-decoration: none;
}

/* arrow up */

.arrow-up {
    width: 0px;
    height: 0px;
    z-index: 5;
}

.arrow-up, .arrow-up .arrow-up-outer, .arrow-up .arrow-up-inner {
    position: absolute;
}

.arrow-up-outer {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #e5e4e3;
}

.arrow-up-inner {
    top: 1px;
    left: 1px;
    display: inline-block;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 9px solid white;
}

body.country-page div.head {
    margin-top: 0;
}

@font-face {
    font-family: averta;
    src: url(/fonts/averta/averta-regular.eot);
    src: url(/fonts/averta/averta-regular.eot?#iefix) format('eot'), url(/fonts/averta/averta-regular.woff2) format('woff2'), url(/fonts/averta/averta-regular.woff) format('woff'), url(/fonts/averta/averta-regular.ttf) format('truetype'), url(/fonts/averta/averta-regular.svg#averta_regularregular) format('svg');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: averta;
    src: url(/fonts/averta/averta-bold.eot);
    src: url(/fonts/averta/averta-bold.eot?#iefix) format('eot'), url(/fonts/averta/averta-bold.woff2) format('woff2'), url(/fonts/averta/averta-bold.woff) format('woff'), url(/fonts/averta/averta-bold.ttf) format('truetype'), url(/fonts/averta/averta-bold.svg#avertabold) format('svg');
    font-weight: 700;
    font-style: normal
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: averta, Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #343a40;
    background: #faf9f8
}

.headBand {
    background: white;
}



#mainNav {
    display: none
}

#docsSearch {
    background-image: url(//static5.evcdn.net/varanasi/assets/images/destinations/main-cover.jpg);
    height: 200px
}

.ev-header-container {
    position: relative;
    padding: 0 30px;
    height: 56px;
    background: #fff;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .12)
}

@media (max-width: 768px) {
    .ev-header-container {
        z-index: 1;
        padding: 0 15px;
        left: 0;
        right: 0
    }
}

.ev-header {
    display: table;
    width: 100%
}

.ev-header-logo-container, .ev-header-menu-container, .ev-header-menu-right-container {
    display: table-cell;
    vertical-align: middle
}

.ev-header-logo-container {
    width: 135px;
    padding-right: 15px;
}
.ev-header-logo-container a {
    display: inline-block;
    vertical-align: middle;
    padding: 0 15px;
}
.ev-header-logo-container a img {
    max-width: 100%;
}

.ev-header-menu-right-container {
    text-align: right;
    float: right;
}

.ev-header-logo {
    width: 230px;
    height: 36px
}

.ev-header-menu {
    display: inline-block
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.ev-header-menu li {
    display: table-cell;
    height: 56px;
    vertical-align: middle;
}

.ev-header-menu li a {
    display: block;
    color: #343a40;
    text-align: center;
    padding: 0 15px;
    text-decoration: none;
    font-size: 15px;
}

.ev-header-menu li a:hover {
    color: #868e96
}

.ev-header-cta {
    font-size: 14px;
    padding: 12px 18px;
    letter-spacing: inherit;
    line-height: 1.29em;
    font-weight: 700;
    color: #fff;
    background-color: #2cc990;
    border-radius: 50px;
    cursor: pointer;
    white-space: nowrap
}

.ev-header-cta:hover {
    color: #fff;
    background-color: #96704d;
    text-decoration: none
}

@media (max-width: 768px) {
    .ev-header-menu-container {
        display: none
    }

    .ev-header-logo-container a,
    .ev-header-menu li a,
    .ev-header-menu-right-container {
        padding: 0;
    }
}
