/*UI Abdo Host*/
.scrollTop {
    background: none;
    border: 3px solid #666;
    border-radius: 20pc;
    color: #666;
    text-align: center;
    line-height: 43px;
    font-size: 21px;
    bottom: 20px;
    cursor: pointer;
    height: 40px;
    width: 40px;
    position: absolute;
    right: 11px;
    top: 11px;
    margin: 0px 0px 0px 0px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
}
.scrollTop:hover {
    background: #ff7f66;
    border: 3px solid #ff7f66;
    color: #fff;
}
.desciption {
    background-repeat: no-repeat;
    font-size: 10px;
    padding: 5px;
}
.interieur {
    background-color: #000000;
    color: #FFFFFF;
    font-size: 15px;
    line-height: 18px;
    max-width: 300px;
    padding: 5px 10px 7px;
    text-align: center;
}
.sud {
    background-image: url("images/tipsy-north.gif");
    background-position: center top;
}
.nord {
    background-image: url("images/tipsy-south.gif");
    background-position: center bottom;
}
.est {
    background-image: url("images/tipsy-east.gif");
    background-position: right center;
}
.ouest {
    background-image: url("images/tipsy-west.gif");
    background-position: left center;
}
.nicescroll-rails {
    z-index: 500 !important;
}
.choseColors {
    background: #fff;
    border-radius: 0px 3px 3px 0px;
    box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
    width: 45px;
    height: 66px;
    padding: 10px 2px;
    position: fixed;
    top: 81px;
    left: 0px;
    z-index: 500;
    overflow: hidden;
}
.choseColors a.chose {
    height: 45px;
    display: block;
    float: right;
    overflow: hidden;
    line-height: 45px;
    text-align: right;
    font-size: 29px;
    color: #888;
    margin-bottom: 15px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
}
.choseColors a.chose:hover {
    color: #111;
}
.choseColors ul li {
    float: right;
    margin: 0px 0px 0px 10px;
}
.choseColors ul li a {
    background: #fff;
    width: 49px;
    height: 45px;
    display: block;
    overflow: hidden;
    line-height: 150px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
}
.choseColors ul li a:hover {
    border: 5px solid #333;
}
.choseColors ul li.active a {
    border: 5px solid #333;
}
.choseColors ul li.red a {
    background: #ef525c;
}
.choseColors ul li.light_blue a {
    background: #41aed4;
}
.choseColors ul li.yellow a {
    background: #f1af2c;
}
.choseColors ul li.green_blue a {
    background: #1fad95;
}
.choseColors ul li.pink a {
    background: #ed7dca;
}
.choseColors ul li.green a {
    background: #80b137;
}
/*icons features*/
[class*="span"] {
  float: left;
  min-height: 1px;
  margin-left: 20px;
  font-size: 18px;
}
.span12 {
  width: 940px;
}
.span11 {
  width: 860px;
}
.span10 {
  width: 780px;
}
.span9 {
  width: 700px;
}
.span8 {
  width: 620px;
}
.span7 {
  width: 540px;
}
.span6 {
  width: 460px;
}
.span5 {
  width: 380px;
}
.span4 {
  width: 300px;
}
.span3 {
  width: 220px;
}
.span2 {
  width: 140px;
}
.span1 {
  width: 60px;
}
[class*="span"].pull-right,
.row-fluid [class*="span"].pull-right {
  float: right;
}
.codesOn .i-name {
  display: none;
}
.codesOn .i-code {
  display: inline;
}
.i-code {
  display: none;
}