/*! Styles Netty http://www.netty.fr  */


/*! Propriété intellectuelle de la société Netty, 7 allée Cérès, 67200 Strasbourg, France. Numéro SIREN 504943663. Ne pas copier, sous peine de poursuites judiciaires. */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
#menu ul,
#menu li,
fieldset,
form,
label,
legend,
caption {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
}

*:focus {
    outline: 0;
}

table {
    border-collapse: separate;
}

caption,
th,
td {
    font-weight: normal;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
}

html,
body {
    height: 100%;
    border: none;
}

input[type="button"],
input[type="submit"],
input[type="reset"] {
    -webkit-appearance: none;
    white-space: pre;
    border-radius: 0;
    -webkit-border-radius: 0;
}

input[type=text] {
    -webkit-appearance: none;
    border-radius: 0;
}

body {
    background: #FFF;
    font-size: 10pt;
}

a {
    outline: none;
}

a:hover {
    text-decoration: none;
}

a img {
    border: none;
}

a div {
    text-decoration: none;
}

#body_container {
    height: 100%;
    min-height: 100%;
    margin: 0;
    padding: 0;
}

#menu li {
    margin: 0;
    padding: 0;
}

span.icons,
a.icons {
    line-height: 18px;
    height: 18px;
    display: inline-block;
    padding-left: 23px;
    background: url(/img/icons.png) no-repeat;
}

.icons.google {
    background: url(/img/google.png) no-repeat left center;
}

.icons.stats {
    background-position: 3px -243px;
}

.icons.settings {
    background-position: 2px -262px;
}

.icons.site {
    background-position: 0 -504px;
}

.icons.homepage {
    background-position: 2px -628px;
}

.res_tbl {
    border: 2px solid #e8e8e8;
    background: #FFF;
}

li .res_tbl {
    margin: 0;
    margin-bottom: 5px;
}

.value {
    font-weight: bold;
    color: #006699;
}

.res_tbl h2 {
    font-weight: bold;
    font-size: 9pt;
}

.res_tbl h2 a {
    color: #000;
    text-decoration: none;
}

.res_tbl .details {
    line-height: 18px;
}

.res_div {
    width: 320px;
    padding-bottom: 0px;
    padding-right: 20px;
    float: left;
}

.res_div_sel {
    width: 150px;
    padding-bottom: 0px;
    padding-right: 20px;
    float: left;
}

.viager_rent {
    font-size: 14px;
}

.res_div1 {
    /*border-right:1px dotted #ccc;*/
    padding-top: 2px;
    padding-bottom: 18px;
    float: left;
    position: relative;
}

.res_div2 {
    width: 50%;
    padding-top: 2px;
    padding-bottom: 18px;
    float: left;
    position: relative;
}

.res_div3 {
    padding: 5px;
    float: left;
    position: relative;
    margin-bottom: 20px;
}

.res_div5 {
    width: 216px;
    margin: 5px;
    float: left;
    position: relative;
}

.res_div_right.type_3 {
    text-align: right;
    float: right;
    width: 30%;
    overflow: hidden;
    white-space: nowrap;
    padding: 6px 0 6px 0;
}

.res_div_right.type_5 {
    margin-top: -150px;
    right: 0;
    position: absolute;
    padding: 4px 8px 4px 8px;
    background: #333B87;
}

.res_div_right.type_3 div {
    padding-right: 10px;
}

.res_div_left.type_3 div {
    padding-left: 10px;
    white-space: nowrap;
    text-overflow: elipsis;
    overflow: hidden;
}

.res_div_left {
    float: left;
    width: 70%;
    overflow: hidden;
    white-space: nowrap;
    padding: 6px 0 6px 0;
}

.res_info_inner {
    padding: 4px;
}

.res_div_left.type_5 {
    width: 100%;
}

.res_div_container {
    height: 260px;
    position: relative;
}

.res_div_container.type_5 {
    height: 200px;
}

.res_div_container.type_3 {
    height: 246px;
}

.res_info {
    position: absolute;
    bottom: 0;
    width: 100%;
    color: #FFF;
    background: url(/img/transparent_black.png);
}

.res_shadow {
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(/img/transparent_black2.png);
    color: #FFF;
    display: none;
    line-height: 250px;
    text-align: center;
    font-size: 120px;
}

.res_title {
    overflow: hidden;
    white-space: nowrap;
    padding-left: 7px;
}

.zoom_icon {
    width: 100%;
    height: 100%;
    background: url(/img/zoom.png) no-repeat center;
}

.full_photo_link {
    display: block;
    opacity: 0;
    background: rgba(0, 0, 0, 0.4) url(/img/zoom.png) no-repeat center;
    -moz-transition: 0.4s opacity;
    -webkit-transition: 0.4s opacity;
    -o-transition: 0.4s opacity;
    transition: 0.4s opacity;
    cursor: pointer;
    width: 100px;
    height: 100px;
    z-index: 14000;
    position: absolute;
    border-radius: 100px;
    -webkit-border-radius: 100px;
}

.full_photo_link:hover {
    background: rgba(0, 0, 0, 0.6) url(/img/zoom.png) no-repeat center;
}

.prod_gallery {
    position: relative;
    width: 100%;
    height: 246px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.prod_gallery.type_5 {
    height: 200px;
    background-size: auto 100%;
}

.err_text {
    font-weight: bold;
    text-align: center;
}

#tools {
    margin-bottom: 30px;
}

#control {
    float: right;
    margin-top: 3px;
    text-align: right;
}

#nav a:link,
#nav a:visited,
#nav a:active {
    text-decoration: none;
    color: #666666;
}

#nav a:hover {
    text-decoration: underline;
    color: #cc3300;
}

.focus {
    background-color: #FFF;
    border: 1px solid #F60;
    margin: 0;
    padding-left: 4px;
    outline: none;
    font-size: 10pt;
}

.nofocus {
    background-color: #FFF;
    border: 1px solid #0099CC;
    margin: 0;
    padding-left: 4px;
    font-size: 10pt;
}

.tbl .l1 {
    padding-left: 5px;
    text-align: right;
    color: #555;
}

.tbl .l2 {
    padding-left: 5px;
    text-align: right;
    color: #555;
}

.tbl .r1 {
    padding-left: 5px;
    text-align: left;
}

.tbl .r2 {
    padding-left: 5px;
    text-align: left;
}

.prod_request .tbl .l1,
.prod_request .tbl .r1 {
    background: #FFF;
}

#page_title {
    overflow: hidden;
}

.bgcolor1 {
    background-color: #EDEDED;
}

.bgcolor2 {
    background-color: #FFF;
}

#prod_list {
    clear: both;
}

#prod_list td {
    border-bottom: #CCCCCC solid 1px;
}

#heart {
    text-align: center;
    color: red;
    font-weight: bold;
    margin: 15px 0 15px 0;
}

#rss {
    width: 165px;
    float: right;
    background: url(/img/rss.png) no-repeat;
    padding-left: 25px;
}

#value_prod {
    text-align: center;
    margin-top: 20px;
    height: 40px;
    width: 150px;
}

#pres_slider {
    padding-top: 20px;
}

#size_auto {
    height: 55px;
    width: 160px;
    font-size: 24px;
}

#size_auto2 {
    height: 80px;
    width: 170px;
    font-size: 24px;
}

.btn_horizontal,
.btn_vertical {
    cursor: pointer;
}

#value_detail {
    color: #555;
    margin-bottom: 20px;
}

.more_info {
    color: gray;
    font-weight: normal;
}

.more_info_small {
    font-weight: normal;
    font-size: 0.8em;
}

.more_info_smaller {
    font-weight: normal;
    font-size: 0.7em;
}

.more_info_smallest {
    color: gray;
    font-weight: normal;
    font-size: 13px;
}

.slideshow_exclusif {
    font-size: 12px;
    color: #666;
}

.active .slideshow_exclusif {
    color: #fff;
}

#viager {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 12pt;
    font-weight: bold;
    color: #000;
    text-align: center;
}

.prod_controls {
    margin-bottom: 40px;
    text-align: center;
    line-height: 22px;
}

.prod_img {
    text-align: center;
    width: 130px;
    height: 97px;
    overflow: hidden;
}

.prod_no_img {
    text-align: center;
    width: 130px;
    height: 67px;
    padding-top: 30px;
    border: 1px solid #e3e3e3;
    background: #f4f4f4;
    color: gray;
}

.prod_no_img.h40 {
    text-align: center;
    width: 48px;
    height: 40px;
    background: #333;
    padding-top: 10px;
    font-size: 12px;
    border: 1px solid gray;
    color: gray;
}

.gray {
    color: gray;
}

.msg_ok {
    color: #418b00 !important;
    font-size: 12pt !important;
    font-weight: bold !important;
}

.msg_ok_info {
    color: #555;
    font-size: 10pt;
    margin-top: 15px;
}

#links_right {
    width: 190px;
    float: right;
    margin: 0 0 10px 20px;
    padding: 7px 7px 7px 12px;
    line-height: 24px;
}

#links_right a {
    font-weight: bold;
}

#links_top {
    margin-bottom: 25px;
    padding: 7px;
    line-height: 24px;
}

#page_content {
    width: 100%;
}

#links_bottom {
    margin-top: 30px;
    line-height: 24px;
    background-color: #ebebeb;
    padding: 10px;
}

#links_right,
#links_bottom,
#links_top,
.city_filter {
    border: 1px #ccc solid;
    background: #F6F6F6;
    margin-top: 14px;
    background: -moz-linear-gradient(top, #F6F6F6 0%, #EBEBEB 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #F6F6F6), color-stop(100%, #EBEBEB));
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#F6F6F6', endColorstr='#EBEBEB', GradientType=0);
}

.city_filter {
    padding: 10px;
}

input.btn {
    cursor: pointer;
}

input.btn_ok,
input.btn_no,
.btn_ok,
.btn_no {
    width: 110px;
    height: 28px;
    border: 2px solid #FFF;
    color: #FFF;
    font-weight: bold;
    margin: 0;
    padding: 0;
    cursor: pointer;
    font-size: 12px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.25);
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.25);
}

input.btn_ok,
.btn_ok {
    background: #b2cd68;
    background: -moz-linear-gradient(top, #b2cd68 0%, #91af3d 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b2cd68), color-stop(100%, #91af3d));
    background: -webkit-linear-gradient(top, #b2cd68 0%, #91af3d 100%);
    background: -o-linear-gradient(top, #b2cd68 0%, #91af3d 100%);
    /*background: -ms-linear-gradient(top, #b2cd68 0%,#91af3d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#B2CD68', endColorstr='#91AF3D',GradientType=0 );
	background: linear-gradient(top, #b2cd68 0%,#91af3d 100%);*/
    overflow: hidden;
    -moz-background-clip: padding;
    -webkit-background-clip: padding;
    background-clip: padding-box;
    cursor: pointer;
}

input.btn_no,
.btn_no {
    width: 80px;
    background: #b2b2b2;
    background: -moz-linear-gradient(top, #b2b2b2 0%, #939393 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b2b2b2), color-stop(100%, #939393));
    background: -webkit-linear-gradient(top, #b2b2b2 0%, #939393 100%);
    background: -o-linear-gradient(top, #b2b2b2 0%, #939393 100%);
    color: #fff;
    /*background: -ms-linear-gradient(top, #b2b2b2 0%,#939393 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#B2B2B2', endColorstr='#939393',GradientType=0 );
	background: linear-gradient(top, #b2b2b2 0%,#939393 100%);*/
    -moz-background-clip: padding;
    -webkit-background-clip: padding;
    background-clip: padding-box;
}

input.btn_ok:hover,
input.btn_no:hover {
    border: 2px solid #fff;
    background: #c995dd;
    background: -moz-linear-gradient(top, #c995dd 0%, #9c50c0 68%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c995dd), color-stop(68%, #9c50c0));
    background: -webkit-linear-gradient(top, #c995dd 0%, #9c50c0 68%);
    background: -o-linear-gradient(top, #c995dd 0%, #9c50c0 68%);
    background: -ms-linear-gradient(top, #c995dd 0%, #9c50c0 68%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#c995dd', endColorstr='#9c50c0', GradientType=0);
    background: linear-gradient(top, #c995dd 0%, #9c50c0 68%);
    /*background: -ms-linear-gradient(top, #ffcc51 0%,#e59824 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcc51', endColorstr='#E59824',GradientType=0 );
	background: linear-gradient(top, #ffcc51 0%,#e59824 100%);*/
    -moz-background-clip: padding;
    -webkit-background-clip: padding;
    background-clip: padding-box;
}

input.btn_ok:active,
input.btn_no:active {
    position: relative;
    top: 1px;
}


/* G-Maps CSS */

#gmOverlay {
    position: absolute;
    left: 0;
    width: 100%;
    background-color: #333;
    cursor: pointer;
    z-index: 8;
}

#gmCenter,
#gmBottomContainer {
    position: absolute;
    left: 50%;
    overflow: hidden;
    background-color: #fff;
    z-index: 9;
}

#gmMap {
    width: 450px;
    height: 380px;
    border: 10px solid #fff;
}

#gmBottom {
    font-size: 9pt;
    color: #666;
    text-align: left;
    font-weight: bold;
    border: 10px solid #fff;
    border-bottom: 4px solid #fff;
    border-top-style: none;
}

#gmCloseLink {
    display: block;
    float: right;
    width: 90px;
    height: 22px;
    background: transparent url(/img/closelabel.png) no-repeat;
    cursor: pointer;
    margin-bottom: 7px;
}

#gmCloseLink:hover {
    display: block;
    float: right;
    width: 90px;
    height: 22px;
    background: transparent url(/img/closelabel.png) 0px -22px no-repeat;
}

#gmCaption {
    margin-right: 71px;
    padding-top: 4px;
}


/* SlideShow */

.slideshow {
    border: 1px solid #CCCCCC;
    width: 330px;
    height: 247px;
}

.slideshow div {
    cursor: pointer;
}

.slideshowThumbnail {
    outline: none;
}

.small_thumb {
    width: 106px;
    height: 90px;
    overflow: hidden;
    float: left;
    margin-right: 6px;
    margin-bottom: 6px;
}

.slideshowThumbnail img {
    border: 1px solid white;
}

a:hover.slideshowThumbnail img {
    border: 1px solid #CCCCCC;
}

.current img {
    border: 1px solid red;
}

.outline {
    border: 2px solid orange;
    z-index: 0;
    width: 102px;
    height: 88px;
    position: absolute;
}

#sold {
    color: red;
    font-size: 14pt;
    margin: 15px 0 25px 0;
    font-weight: bold;
    text-align: center;
}

#compromis {
    color: #F60;
    font-size: 12pt;
    margin-bottom: 20px;
    font-weight: bold;
    text-align: center;
}

#sold_small {
    color: red;
    font-weight: bold;
}

#compromis_small {
    color: #F60;
    font-weight: bold;
    font-size: 9pt;
}

.compar_l {
    width: 18px;
    float: right;
    margin-top: 7px;
    padding-left: 2px;
}

.compar_r {
    width: 17px;
    float: left;
    text-align: right;
    margin-top: 7px;
    padding-right: 3px;
}

.price_down {
    color: green;
    font-size: 9pt;
    font-weight: normal;
    padding-left: 17px;
    position: relative;
    top: -2px;
    background: url(/img/arrow_lower.png) -1px -1px no-repeat;
}

.no_fees {
    color: green;
    font-size: 13px;
    font-weight: normal;
    text-align: center
}

.price_down.big {
    font-size: 14px;
    width: 95px;
    background-position: 0 0;
    margin: 10px auto;
}

.sign {
    background: url(/img/signs.png) no-repeat;
    width: 88px;
    height: 26px;
    padding-top: 15px;
    padding-left: 5px;
    margin: 20px auto 30px auto;
}

.sign2,
.sign8,
.sign9 {
    background-position: 0 -46px;
    width: 114px;
}

.sign1,
.sign3,
.sign5,
.sign10,
.sign20 {
    background-position: 0 -90px;
    width: 136px;
}

.sign.sign_mini {
    height: 26px;
    padding: 4px;
    background: none;
    margin: 0 0 10px 0;
}

.sign.sign_mini .promo {
    border: 3px #FFF solid;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.promo {
    width: 83px;
    height: 21px;
    background: url(/img/signs_colors.png);
    font-size: 13px;
    color: #FFF;
    text-align: center;
    line-height: 21px;
}

.promo.color1 {
    background-position: 0 -132px;
    width: 126px;
}

.promo.color2 {
    background-position: 0 -66px;
    width: 104px;
}

.promo.color3 {
    background-position: 0 -154px;
    width: 126px;
}

.promo.color4 {
    background-position: 0 -22px;
}

.promo.color5 {
    background-position: 0 -110px;
    width: 126px;
}

.promo.color6 {
    background-position: 0 0;
}

.promo.color7 {
    background-position: 0 -44px;
}

.promo.color8 {
    background-position: 0 -88px;
    width: 104px;
}

.promo.color9 {
    background-position: 0 -66px;
    width: 104px;
}

.promo.color10,
.promo.color20 {
    background-position: 0 -154px;
    width: 126px;
    font-size: 9pt
}

.res_promo {
    font-weight: bold;
    font-size: 9pt;
}

.res_promo.color1 {
    color: #B36E0C;
}

.res_promo.color2 {
    color: #FB7B00;
}

.res_promo.color3 {
    color: #0092C6;
}

.res_promo.color4 {
    color: #AF247B;
}

.res_promo.color5 {
    color: #2A72AB;
}

.res_promo.color6 {
    color: #709C00;
}

.res_promo.color7,
.res_promo.color8 {
    color: #f02817;
}

.slider_expic {
    text-align: center;
    font-size: 9pt;
    color: #666;
    margin: 4px 0;
    clear: both;
    position: absolute;
    top: 253px;
    width: 330px;
}

.slider_img {
    width: 50px;
    overflow: hidden;
    float: left;
    margin-right: 10px;
    margin-left: 8px;
}

.slider_tech {
    width: 173px;
    height: 31px;
    overflow: hidden;
    padding: 3px 0;
    float: left;
    margin-right: 10px;
    line-height: 17px;
}

.slider_value {
    width: 75px;
    float: left;
    padding-top: 12px;
}

.slider_value.up {
    padding-top: 5px;
}

.slider_details {
    width: 16px;
    float: left;
    padding-top: 12px;
}

.mini_img {
    width: 50px;
    overflow: hidden;
    float: left;
    margin-right: 8px;
}

.mini_tech {
    width: 139px;
    min-height: 45px;
    overflow: hidden;
    float: left;
    font-size: 12px;
    cursor: pointer;
}

.mini_value {
    color: red
}


/*** FancyBox ***/

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    height: 40px;
    width: 40px;
    margin-top: -20px;
    margin-left: -20px;
    cursor: pointer;
    overflow: hidden;
    z-index: 1104;
    display: none;
}

* html #fancybox-loading {
    /* IE6 */
    position: absolute;
    margin-top: 0;
}

#fancybox-loading div {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 480px;
    background-image: url('../img/fancybox.png');
}

#fancybox-overlay {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #000;
    z-index: 1100;
    display: none;
}

* html #fancybox-overlay {
    /* IE6 */
    position: absolute;
    width: 100%;
}

#fancybox-tmp {
    padding: 0;
    margin: 0;
    border: 0;
    overflow: auto;
    display: none;
}

#fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 20px;
    z-index: 1101;
    display: none;
}

#fancybox-outer {
    position: relative;
    width: 100%;
    height: 100%;
    background: #FFF;
}

#fancybox-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: 0;
    outline: none;
    overflow: hidden;
}

#fancybox-hide-sel-frame {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
}

#fancybox-close {
    position: absolute;
    top: -15px;
    right: -15px;
    width: 30px;
    height: 30px;
    background-image: url('../img/fancybox.png');
    background-position: -40px 0px;
    cursor: pointer;
    z-index: 1103;
    display: none;
}

#fancybox_error {
    color: #444;
    font: normal 12px/20px Arial;
    padding: 7px;
    margin: 0;
}

#fancybox-content {
    height: auto;
    width: auto;
    padding: 0;
    margin: 0;
}

#fancybox-img {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    line-height: 0;
    vertical-align: top;
    -ms-interpolation-mode: bicubic;
}

#fancybox-frame {
    position: relative;
    width: 100%;
    height: 100%;
    border: none;
    display: block;
}

#fancybox-title {
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 12px;
    z-index: 1102;
}

.fancybox-title-inside {
    padding: 10px 0;
    text-align: center;
    color: #333;
}

.fancybox-title-outside {
    padding-top: 5px;
    color: #FFF;
    text-align: center;
    font-weight: bold;
    height: 35px;
    /*margin-bottom:-17px;*/
}

.fancybox-title-over {
    color: #FFF;
    text-align: left;
}

#fancybox-title-over {
    padding: 10px;
    background-image: url('../img/fancy_title_over.png');
    display: block;
}

#fancybox-title-wrap {
    display: inline-block;
}

#fancybox-title-wrap span {
    height: 32px;
    float: left;
}

#fancybox-title-left {
    padding-left: 15px;
    background-image: url('../img/fancybox.png');
    background-position: -40px -90px;
    background-repeat: no-repeat;
}

#fancybox-title-main {
    font-weight: bold;
    line-height: 29px;
    background-image: url('../img/fancybox-x.png');
    background-position: 0px -40px;
    color: #FFF;
}

#fancybox-title-right {
    padding-left: 15px;
    background-image: url('../img/fancybox.png');
    background-position: -55px -90px;
    background-repeat: no-repeat;
}

#fancybox-left,
#fancybox-right {
    position: absolute;
    bottom: 0px;
    height: 100%;
    width: 35%;
    cursor: pointer;
    outline: none;
    background-image: url('/img/blank.gif');
    z-index: 1102;
    display: none;
}

#fancybox-left {
    left: 0px;
}

#fancybox-right {
    right: 0px;
}

#fancybox-left-ico,
#fancybox-right-ico {
    position: absolute;
    top: 50%;
    left: -9999px;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    cursor: pointer;
    z-index: 1102;
    display: block;
}

#fancybox-left-ico {
    background-image: url('../img/fancybox.png');
    background-position: -40px -30px;
}

#fancybox-right-ico {
    background-image: url('../img/fancybox.png');
    background-position: -40px -60px;
}

#fancybox-left:hover,
#fancybox-right:hover {
    visibility: visible;
    /* IE6 */
}

#fancybox-left:hover span {
    left: 20px;
}

#fancybox-right:hover span {
    left: auto;
    right: 20px;
}

.fancy-bg {
    position: absolute;
    padding: 0;
    margin: 0;
    border: 0;
    width: 20px;
    height: 20px;
    z-index: 1001;
}

#fancy-bg-n {
    top: -20px;
    left: 0;
    width: 100%;
    background-image: url('../img/fancybox-x.png');
}

#fancy-bg-ne {
    top: -20px;
    right: -20px;
    background-image: url('../img/fancybox.png');
    background-position: -40px -162px;
}

#fancy-bg-e {
    top: 0;
    right: -20px;
    height: 100%;
    background-image: url('../img/fancybox-y.png');
    background-position: -20px 0px;
}

#fancy-bg-se {
    bottom: -20px;
    right: -20px;
    background-image: url('../img/fancybox.png');
    background-position: -40px -182px;
}

#fancy-bg-s {
    bottom: -20px;
    left: 0;
    width: 100%;
    background-image: url('../img/fancybox-x.png');
    background-position: 0px -20px;
}

#fancy-bg-sw {
    bottom: -20px;
    left: -20px;
    background-image: url('../img/fancybox.png');
    background-position: -40px -142px;
}

#fancy-bg-w {
    top: 0;
    left: -20px;
    height: 100%;
    background-image: url('../img/fancybox-y.png');
}

#fancy-bg-nw {
    top: -20px;
    left: -20px;
    background-image: url('../img/fancybox.png');
    background-position: -40px -122px;
}


/* end fancy */

.simple_title {
    text-align: center;
    margin-bottom: 20px;
    font-size: 14pt;
    color: #390;
}

.slider_nav {
    display: none;
}

.slider_container {
    position: relative;
    width: 692px;
    height: 270px;
    background: #FFF;
}

.nobr {
    white-space: nowrap;
}

#content_home_container {
    min-width: 680px;
}

.pub {
    width: 210px;
    overflow: hidden;
    border-top: 5px solid #E0E0E0;
    font-size: 12px;
    padding: 15px 5px;
}

.pub_title {
    font-weight: bold;
    margin-top: 5px;
}

.msg_err_box {
    margin-top: 40px;
    margin-bottom: 80px;
}

.msg_err_back {
    /*border:2px solid #CCC;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background:#FFF;*/
    padding: 15px 8px;
}

.res_div1 a.prod_details.btn.small {
    padding: 6px 16px 6px 10px;
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.res_div1 .sep_price {
    display: block !important;
}

.btn.small.red {
    border: 0;
    padding: 5px 14px 7px 10px;
    position: absolute;
    bottom: 70px;
    right: 34px;
    background: #CC0000 url('/css/fancybox_buttons.png');
    background-repeat: no-repeat;
    background-position: -56px 0px;
    visibility: hidden;
}

.btn.small.red:hover {
    background: rgb(153, 0, 0) url('/css/fancybox_buttons.png');
    background-repeat: no-repeat;
    background-position: -56px 0px;
}

#autocomplete {
    width: 167px;
    height: 20px;
    padding: 2px 5px;
}

input.input_text,
.textarea {
    border: 1px solid #bbb;
    padding: 0;
    font-size: 1em;
    color: #555;
    width: 100%;
}


/*label{
	color:#000;
	text-shadow:none;
}*/

input.input_text {
    font-weight: bold;
}

input.input_text.readonly,
input.input_text.readonly:focus {
    background: -moz-linear-gradient(top, rgba(145, 145, 145, 0.41) 0%, rgba(234, 234, 234, 0.33) 41%, rgba(226, 226, 226, 0.29) 61%, rgba(135, 135, 135, 0.22) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(145, 145, 145, 0.41)), color-stop(41%, rgba(234, 234, 234, 0.33)), color-stop(61%, rgba(226, 226, 226, 0.29)), color-stop(100%, rgba(135, 135, 135, 0.22)));
    background: -webkit-linear-gradient(top, rgba(145, 145, 145, 0.41) 0%, rgba(234, 234, 234, 0.33) 41%, rgba(226, 226, 226, 0.29) 61%, rgba(135, 135, 135, 0.22) 100%);
    background: -o-linear-gradient(top, rgba(145, 145, 145, 0.41) 0%, rgba(234, 234, 234, 0.33) 41%, rgba(226, 226, 226, 0.29) 61%, rgba(135, 135, 135, 0.22) 100%);
    background: -ms-linear-gradient(top, rgba(145, 145, 145, 0.41) 0%, rgba(234, 234, 234, 0.33) 41%, rgba(226, 226, 226, 0.29) 61%, rgba(135, 135, 135, 0.22) 100%);
    background: linear-gradient(to bottom, rgba(145, 145, 145, 0.41) 0%, rgba(234, 234, 234, 0.33) 41%, rgba(226, 226, 226, 0.29) 61%, rgba(135, 135, 135, 0.22) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#69919191', endColorstr='#38878787', GradientType=0);
}

.input_text {
    padding: 5px 7px;
}

.fiche_nego #contact_form .jlabel.input_text {
    width: 100%;
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */
}

textarea {
    resize: vertical;
}

.search_block_container {
    margin: 0 auto;
    z-index: 2;
    overflow: visible;
    position: relative;
}

#slider_surface {
    width: 180px;
    margin-top: 8px;
}

.search_block_last {
    padding-top: 5px;
    text-align: center;
}

input.input_budget {
    width: 47px;
    font-size: 9pt;
    padding: 2px 5px;
}

div.info_win {
    font-size: 9pt;
    line-height: 140%;
}

div.info_win.img {
    width: 250px;
}

img.info_img {
    width: 90px;
    height: 90px;
    margin-right: 10px;
    float: left;
}

#mini_map_container {
    margin-top: 35px;
    color: #555;
    text-align: center;
    position: relative;
}

#mini_map {
    height: 300px;
    border: 1px solid #ccc;
    margin-top: 3px;
}

#mini_pano {
    width: 100%;
    height: 220px;
    border: 1px solid #ccc;
    margin-top: 10px;
}

#mini_map div div div span {
    display: none;
}

.geoloc_zoom {
    position: absolute;
    right: 10px;
    top: 13px;
    z-index: 99;
}

.explore_form {
    float: left;
    width: 300px;
    height: 33px;
    position: relative;
    top: 16px;
    margin-right: 20px;
    border: 2px solid #CCC;
    border-bottom: 0;
    background: #ebebeb;
    padding: 9px 0 0 9px;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

#map {
    height: 470px;
}

#map.explore {
    margin-top: 15px;
}

.explore_map_container {
    margin: 0 auto;
}


/**** map  category ***/

#cat_container {
    padding: 0 4px 8px 4px;
}

#map_busy {
    display: none;
    position: absolute;
    top: 130px;
    z-index: 10000;
    width: 100%;
}

#map_prod_list_inner #map_busy {
    top: 200px;
}

#map_busy div {
    width: 50px;
    height: 50px;
    background: rgba(0, 0, 0, 0.6) url(/admin/img/load.gif) no-repeat center;
    background-size: 80%;
    margin: 0 auto;
    border-radius: 6px;
}

.map_caterogy label {
    width: 100%;
}

.map_caterogy label.ui-button span {
    padding: 8px 38px;
    padding-right: 0;
    background: url(/img/filters_icons.png) no-repeat;
    text-align: left;
    font-size: 13px;
}

.map_caterogy .ui-button .ui-button-text {
    line-height: normal;
}


/**** map category white ***/

.map_caterogy.white .map_caterogy {
    color: #FFF;
}

.map_caterogy.white {
    color: #FFF;
}

.map_caterogy.white.ecole label.ui-button span {
    background-position: -1px -1001px;
}

.map_caterogy.white.college label.ui-button span {
    background-position: 0px -1042px;
}

.map_caterogy.white.lycee label.ui-button span {
    background-position: 1px -430px;
}

.map_caterogy.white.pharmacy label.ui-button span {
    background-position: -2px -1122px;
}

.map_caterogy.white.hospital label.ui-button span {
    background-position: -4px -1082px;
}

.map_caterogy.white.creche label.ui-button span {
    background-position: -2px -963px;
}

.map_caterogy.white.bar label.ui-button span {
    background-position: 1px -93px;
}

.map_caterogy.white.tabac label.ui-button span {
    background-position: 1px -137px;
}

.map_caterogy.white.bakery label.ui-button span {
    background-position: 1px -179px;
}

.map_caterogy.white.restaurant label.ui-button span {
    background-position: 1px -48px;
}

.map_caterogy.white.grocery_or_supermarket label.ui-button span {
    background-position: 1px -4px;
}

.map_caterogy.white.doctor label.ui-button span {
    background-position: 1px -222px;
}

.map_caterogy.white.bank label.ui-button span {
    background-position: 1px -267px;
}

.map_caterogy.white.post_office label.ui-button span {
    background-position: 1px -307px;
}

.map_caterogy.white.parking label.ui-button span {
    background-position: 1px -345px;
}

.map_caterogy.white.gas_station label.ui-button span {
    background-position: 1px -386px;
}


/**** map category black ***/

#filter_container_inner.black .map_caterogy {
    color: #000;
}

.map_caterogy.black {
    color: #000;
}

.map_caterogy.black.ecole label.ui-button span {
    background-position: -266px -1001px;
}

.map_caterogy.black.college label.ui-button span {
    background-position: -265px -1042px;
}

.map_caterogy.black.lycee label.ui-button span {
    background-position: -263px -430px;
}

.map_caterogy.black.pharmacy label.ui-button span {
    background-position: -266px -1122px;
}

.map_caterogy.black.hospital label.ui-button span {
    background-position: -266px -1082px;
}

.map_caterogy.black.creche label.ui-button span {
    background-position: -265px -963px;
}

.map_caterogy.black.bar label.ui-button span {
    background-position: -260px -93px;
}

.map_caterogy.black.tabac label.ui-button span {
    background-position: -260px -137px;
}

.map_caterogy.black.bakery label.ui-button span {
    background-position: -260px -179px;
}

.map_caterogy.black.restaurant label.ui-button span {
    background-position: -260px -48px;
}

.map_caterogy.black.grocery_or_supermarket label.ui-button span {
    background-position: -260px -4px;
}

.map_caterogy.black.doctor label.ui-button span {
    background-position: -260px -222px;
}

.map_caterogy.black.bank label.ui-button span {
    background-position: -260px -267px;
}

.map_caterogy.black.post_office label.ui-button span {
    background-position: -260px -307px;
}

.map_caterogy.black.parking label.ui-button span {
    background-position: -260px -345px;
}

.map_caterogy.black.gas_station label.ui-button span {
    background-position: -260px -386px;
}


/**** map category grey ***/

#filter_container_inner.grey .map_caterogy {
    color: #737373;
}

.map_caterogy.grey {
    color: #737373;
}

.map_caterogy.grey.ecole label.ui-button span {
    background-position: -525px -1001px;
}

.map_caterogy.grey.college label.ui-button span {
    background-position: -524px -1042px;
}

.map_caterogy.grey.lycee label.ui-button span {
    background-position: -522px -430px;
}

.map_caterogy.grey.pharmacy label.ui-button span {
    background-position: -525px -1122px;
}

.map_caterogy.grey.hospital label.ui-button span {
    background-position: -525px -1082px;
}

.map_caterogy.grey.creche label.ui-button span {
    background-position: -524px -963px;
}

.map_caterogy.grey.bar label.ui-button span {
    background-position: -519px -93px;
}

.map_caterogy.grey.tabac label.ui-button span {
    background-position: -519px -137px;
}

.map_caterogy.grey.bakery label.ui-button span {
    background-position: -519px -179px;
}

.map_caterogy.grey.restaurant label.ui-button span {
    background-position: -519px -48px;
}

.map_caterogy.grey.grocery_or_supermarket label.ui-button span {
    background-position: -519px -4px;
}

.map_caterogy.grey.doctor label.ui-button span {
    background-position: -519px -222px;
}

.map_caterogy.grey.bank label.ui-button span {
    background-position: -519px -267px;
}

.map_caterogy.grey.post_office label.ui-button span {
    background-position: -519px -307px;
}

.map_caterogy.grey.parking label.ui-button span {
    background-position: -519px -345px;
}

.map_caterogy.grey.gas_station label.ui-button span {
    background-position: -519px -386px;
}

#filters .map_caterogy label.ui-button span {
    background-position-y: -265px !important;
}

#filters div.filter_text {
    margin-right: 0 !important;
}

.prod_map_cat .ui-state-hover {
    background: rgba(0, 0, 0, 0.2);
}

.prod_map_cat .ui-state-active {
    background: rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: inset 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
    box-shadow: inset 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
}

#map_busy.explore {
    top: -440px;
}

.prod_map_cat {
    float: left;
    width: 25%;
    margin-top: 8px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: left;
    padding: 0 4px;
    box-sizing: border-box;
}

.dismoiou {
    position: absolute;
    top: 10px;
    right: 20px;
    z-index: 10000;
    display: none;
}


/**** map  category end ***/

.prod_actions {
    clear: both;
    padding-top: 0px;
}

.prod_action {
    padding-left: 30px;
    height: 35px;
    text-align: left;
    float: left;
    /*margin-right:20px;*/
}

.prod_action.prod_selection_add,
.prod_action.prod_calc {
    margin-right: 0;
}

.prod_controls .prod_action.prod_calc {
    margin-bottom: 0;
}

.title_big {
    font-size: 11pt;
    color: #555;
}

button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"]>input[type="button"]::-moz-focus-inner {
    border: none;
}

.margin10 {
    margin: 10px;
}

.margin25 {
    margin: 25px;
}

.marginbottom15 {
    margin-bottom: 15px;
}

.center {
    text-align: center;
}

.clear {
    clear: both;
}

.bold {
    font-weight: bold;
}

.relative {
    position: relative;
}

.btn_next {
    padding-right: 20px;
    line-height: 24px;
    height: 24px;
    background: url(/img/arrows_next_prev.png) no-repeat right -30px;
}

.btn_next.inactive {
    background-position: right -94px;
    color: gray;
}

.btn_prev {
    padding-left: 20px;
    line-height: 24px;
    height: 24px;
    background: url(/img/arrows_next_prev.png) no-repeat 0px 2px;
}

.btn_prev.inactive {
    background-position: 0px -62px;
    color: gray;
}

.btn .icon {
    padding-left: 22px;
    margin-left: 8px;
    height: 20px;
    line-height: 20px;
}


/*.btn .icon.del { background:url(/img/del.png) no-repeat left center; }*/

.btn .icon.add {
    background: url(/img/add.png) no-repeat left center;
}

.btn .icon.rename {
    background: url(/img/rename.png) no-repeat left center;
}

.btn .icon.edit {
    background: url(/img/edit.png) no-repeat left center;
}

.btn .icon.online {
    background: url(/img/page.png) no-repeat left center;
}

.btn .icon.offline {
    background: url(/img/page_gray.png) no-repeat left center;
}

.btn .icon.help {
    background: url(/img/bulb.png) no-repeat left center;
}

.btn .icon.alert {
    background: url(/img/alert.png) no-repeat left center;
}

.btn .icon.back {
    background: url(/img/arrow_l.png) no-repeat left center;
}

.btn .icon.next {
    background: url(/img/arrow_r.png) no-repeat right center;
}

.btn .icon.back2 {
    background: url(/img/back.png) no-repeat left center;
}

.msg_ok_close {
    margin-top: 20px;
    display: none;
}

.tooltip,
.info_content {
    display: none;
    position: absolute;
    top: 0;
    z-index: 99;
    width: 250px;
    padding: 7px;
    border: 2px #FFF solid;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 2px 2px 15px #737373;
    -moz-box-shadow: 3px 2px 15px #737373;
    box-shadow: 2px 2px 10px #737373;
    color: #FFF;
    background: #333;
    background: -moz-linear-gradient(top, rgba(102, 102, 102, 0.95) 0%, rgba(14, 14, 14, 0.95) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(102, 102, 102, 0.95)), color-stop(100%, rgba(14, 14, 14, 0.95)));
    background: -webkit-linear-gradient(top, rgba(102, 102, 102, 0.95) 0%, rgba(14, 14, 14, 0.95) 100%);
    background: -o-linear-gradient(top, rgba(102, 102, 102, 0.95) 0%, rgba(14, 14, 14, 0.95) 100%);
    /*background: -ms-linear-gradient(top, #5e5e5e 0%,#0e0e0e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5e5e5e', endColorstr='#0e0e0e',GradientType=0 );
	background: linear-gradient(top, #5e5e5e 0%,#0e0e0e 100%);*/
}

#search_results {
    visibility: hidden;
}


/*** Validation ***/

.inputContainer {
    position: relative;
    float: left;
}

.formError {
    position: absolute;
    top: 300px;
    left: 300px;
    padding-bottom: 13px;
    display: block;
    z-index: 5000;
    cursor: pointer;
}

#debugMode {
    background: #000;
    position: fixed;
    width: 100%;
    height: 200px;
    top: 0;
    left: 0;
    overflow: scroll;
    opacity: 0.8;
    display: block;
    padding: 10px;
    color: #fff;
    font-size: 14px;
    z-index: 100000;
}

.ajaxSubmit {
    padding: 20px;
    background: #55ea55;
    border: 1px solid #999;
    display: none;
}

.formError .formErrorContent {
    width: 100%;
    background: #ee0101;
    color: #fff;
    width: auto;
    padding: 2px 6px;
    font-size: 12px;
    border: 2px solid #FFF;
    box-shadow: 0px 0px 5px #999;
    -moz-box-shadow: 0px 0px 7px #999;
    -webkit-box-shadow: 0px 0px 5px #999;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}

.greenPopup .formErrorContent {
    background: #33be40;
}

.blackPopup .formErrorContent {
    background: #393939;
    color: #FFF;
}

.formError .formErrorArrow {
    width: 15px;
    margin: -2px 0 0 13px;
    z-index: 5001;
}

.formError .formErrorArrowBottom {
    top: 0;
    margin: -6px;
}

.formError .formErrorArrow div {
    border-left: 2px solid #ddd;
    border-right: 2px solid #ddd;
    box-shadow: 0px 2px 3px #444;
    -moz-box-shadow: 0px 2px 3px #444;
    -webkit-box-shadow: 0px 2px 3px #444;
    font-size: 0px;
    height: 1px;
    background: #ee0101;
    margin: 0 auto;
    line-height: 0px;
    font-size: 0px;
    display: block;
}

.formError .formErrorArrowBottom div {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

.greenPopup .formErrorArrow div {
    background: #33be40;
}

.blackPopup .formErrorArrow div {
    background: #393939;
    color: #FFF;
}

.processing {
    position: relative;
    background: url(/img/busy.gif) no-repeat center left;
    padding-left: 20px;
    height: 26px;
    line-height: 26px;
    width: 120px;
    margin: 0 auto;
}

.shadow {
    -webkit-box-shadow: 1px 1px 2px #dadada;
    -moz-box-shadow: 1px 1px 2px #dadada;
    box-shadow: 1px 1px 2px #dadada;
}

.nicEdit-instanceSelect {
    outline: none;
}

.addthis_toolbox {
    float: right;
    width: 120px;
    margin-top: 5px;
}

.addthis_toolbox_title {
    font-size: 12px;
    color: #666;
}

.control_edit {
    padding-left: 25px;
    height: 23px;
    line-height: 23px;
    background: url(/img/edit.png) 2px 0 no-repeat;
}

#ddParagraphoEdit1 h1,
#ddParagraphoEdit1 h2,
#ddParagraphoEdit1 h3,
#ddParagraphoEdit1 h4,
#ddParagraphoEdit1 h4 #ddParagraphoEdit1 p {
    color: #000;
    padding: 0;
    margin: 0;
    text-align: left;
}

.download_box,
.ul_plus {
    clear: both;
    margin-bottom: 20px;
}

.download_box li a {
    font-size: 14px;
}

.download_box li {
    list-style: none;
    margin: 7px;
    margin-left: 0;
}

.mention {
    margin-top: 25px;
    color: #FFF;
    text-shadow: none;
}

.sia_mention {
    padding-left: 85px;
    background: url(/img/mls.png) no-repeat top left;
    font-size: 9pt;
}

.btn_group {
    margin: 0px;
    text-align: center;
}

#tabs.ui-tabs-hide {
    display: none;
}

#tabs .ui-widget-content {
    padding: 0;
}

#tabs .ui-tabs-nav {
    padding: 0;
}

.tab_content_simple.ui-tabs-panel {
    margin-top: 0;
    padding-top: 0;
}

#tabs .tab_content_simple {
    border: 0;
    padding: 0;
}

.layout {
    height: 25px;
    line-height: 25px;
    padding-left: 25px;
    margin-right: 20px;
    display: inline-block;
}

.layout_none {
    background: url(/img/layouts.png) no-repeat;
}

.layout_right {
    background: url(/img/layouts.png) 0 -58px no-repeat;
}

.layout_btm {
    background: url(/img/layouts.png) 0 -29px no-repeat;
}

#tree {
    width: 450px;
    font-family: "Ubuntu", sans-serif;
    font-size: 15px;
    font-weight: 300;
}

#tree_column {
    width: 213px;
    float: right;
}

#tree_menu {
    padding: 6px;
    width: 675px;
    height: 40px;
}

body #tree_menu a.btn {
    font-family: "Ubuntu", sans-serif;
    font-size: 14px;
    font-weight: 300;
}

#tree_menu li {
    list-style: none;
    margin-right: 8px;
    display: inline;
}

#tree_help {
    margin-top: 0;
}

#tree_help_accordion {
    display: none;
}

#tree_help_title {
    color: #666;
    background: #FFF;
    font-size: 11pt;
    margin-bottom: 6px;
}

.ui-effects-transfer {
    border: 2px solid #ffa500;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    z-index: 99999;
}

.big_link {
    font-size: 12pt;
    margin: 10px 0;
    color: #1c94c4;
}

.ui-accordion {
    width: 100%;
    height: 200px;
}

.ui-accordion .ui-accordion-header {
    cursor: pointer;
    position: relative;
    margin-top: 2px;
    zoom: 1;
}

.ui-accordion .ui-accordion-li-fix {
    display: inline;
}

.ui-accordion .ui-accordion-header-active {
    border-bottom: 0 !important;
}

.ui-accordion .ui-accordion-header a {
    display: block;
    font-size: 1em;
    padding: 4px 8px;
}

.ui-accordion .ui-accordion-header .ui-icon {
    display: none;
    /*position: absolute; left: 3px; top: 50%; margin-top: -8px;*/
}

.ui-accordion .ui-accordion-content {
    padding: 2px 10px;
    border-top: 0;
    overflow: auto;
    display: none;
    zoom: 1;
    font-size: 12px;
    line-height: 16px;
}

.ui-accordion .ui-accordion-content-active {
    display: block;
    padding: 7px 6px;
}

.aide_nb {
    font-weight: bold;
}

.rub_name {
    font-weight: bold;
    padding: 20px 0 3px 0px;
}

input.input_info {
    border: none;
    padding: 0;
    margin-left: 10px;
    font-size: 10pt;
    width: 30px;
    color: #666;
}

#tree_menu li a,
#tree_help a {
    display: inline;
    float: left;
}

.search_advanced {
    margin-top: 10px;
}

.search_advanced a,
#result_count {
    color: #FFF;
    text-align: center;
    font-size: 12px;
}

#popup_container {
    font-size: 11pt;
    min-width: 250px;
    max-width: 500px;
    background: #595D63;
    background: -moz-linear-gradient(top, #595D63 0%, #000000 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #595D63), color-stop(100%, #000000));
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#595D63', endColorstr='#000000', GradientType=0);
    color: #FFF;
    text-align: center;
    border: solid 3px #FFF;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 5px 5px 20px #474747;
    -moz-box-shadow: 5px 5px 20px #474747;
    box-shadow: 5px 5px 20px #474747;
}

#popup_title {
    display: none;
}

#popup_content {
    background: 16px 16px no-repeat url(/img/guy_error.png);
    padding: 1em 1.75em;
    padding-left: 45px;
    margin: 0em;
}

#popup_content.confirm {
    background-image: url(/img/guy_question.png);
}

#popup_message {
    padding-left: 50px;
}

#popup_panel {
    text-align: center;
    margin: 1em 0em 0em 1em;
    padding-left: 35px;
}

#popup_prompt {
    margin: .5em 0em;
}

#result_count {
    margin-top: 9px;
    height: auto;
}

#result {
    margin-top: 0px;
}

#layerslider {
    width: 100%;
    height: 100%;
}

.exclusivite {
    background: url(/img/band_exclusivite.png);
}

.compromis {
    background: url(/img/band_compromis.png);
}

.vendu {
    background: url(/img/band_vendu.png);
}

.loue {
    background: url(/img/band_loue.png);
}

.nouveaute {
    background: url(/img/band_nouveaute.png);
}

.invest {
    background: url(/img/band_invest.png);
}

.coeur {
    background: url(/img/band_coeur.png);
}

.voir {
    background: url(/img/band_voir.png);
}

.saisir {
    background: url(/img/band_saisir.png);
}

.offres {
    background: url(/img/band_offres.png);
}

.rare {
    background: url(/img/band_rare.png);
}

.urgent {
    background: url(/img/band_urgent.png);
}

.turgent {
    background: url(/img/band_turgent.png);
}

.premier {
    background: url(/img/band_premier.png);
}

.excep {
    background: url(/img/band_excep.png);
}

.baisse {
    background: url(/img/band_baisse.png);
}

.movie {
    background: url(/img/band_video.png);
}

.visite {
    background: url(/img/band_visite.png);
}

.bandeau {
    width: 123px;
    height: 123px;
    position: absolute;
    top: 8px;
    left: -3px;
    z-index: 99;
    background-size: 123px 123px;
}

.bandeau_small {
    width: 88px;
    height: 88px;
    position: absolute;
    top: -7px;
    left: -8px;
    z-index: 9;
    background-size: 88px 88px;
}

.res_div5 .bandeau_small,
.res_div1 .bandeau_small {
    top: -2px;
    left: -3px;
}

.bandeau_small.bandeau_text,
.bandeau.bandeau_text {
    top: 0;
    left: 0;
}


/**new css for details front **/

.prod_slideshow_container .bandeau {
    width: 123px !important;
    height: 123px !important;
    top: 0 !important;
}

.bandeau.bandeau_text {
    right: 0 !important;
    left: auto !important;
    overflow: hidden;
}

.bandeau .triangle_band2,
.bandeau .triangle_band {
    right: 85px !important;
    left: auto;
    display: none;
}

.bandeau .band_rotate {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 200px;
    left: -28px !important;
}

.rsDefault .rsFullscreenBtn {
    z-index: 100 !important;
}

.rsDefault .rsArrow {
    position: static !important;
}

.rsDefault.rsHor .rsArrowLeft .rsArrowIcn {
    margin-left: 10px;
    left: 0;
}

.rsDefault.rsHor .rsArrowRight .rsArrowIcn {
    margin-right: 10px;
    right: 0;
    left: auto;
}


/**new css for details front fin **/

.prod_slideshow_container {
    position: relative;
    z-index: 2;
    overflow: hidden;
}

.half {
    width: 50%;
    float: left;
    font-size: 13px;
}

.no_dpe {
    background: rgba(255, 255, 255, 0.7);
    color: #000;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    height: 100%;
}

.no_dpe_txt {
    margin-top: 40%;
    text-align: center;
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    font-weight: bold;
    font-size: 25px;
}

.dpe_container {
    width: 250px;
    /* height:225px; */
    float: left;
    margin: 10px 95px 10px 10px;
    position: relative;
}

.dpe {
    background: url(/img/energy_bg.png) no-repeat 0 4px;
    width: 150px;
    height: 174px;
    z-index: 2;
    position: absolute;
    top: 35px;
}

.dpe.nc {
    background: url(../img/energy_bg_nc.png) no-repeat 0 4px;
}

.dpe_title1,
.dpe_title2 {
    font-size: 9pt;
    color: #666;
    line-height: 18px;
}

.dpe_title2 {
    position: absolute;
    top: 202px;
    width: 90%;
    line-height: 22px;
}

.dpe.conso {}

.dpe.gaz {
    background-position: -153px 4px;
}

.dpe_indic {
    background: url(/img/energy_indic.png);
    width: 160px;
    height: 19px;
    font-weight: bold;
    position: absolute;
    left: 38px;
    z-index: 1;
    text-align: right;
    padding: 2px 10px 0 0;
    color: #FFF;
}

.dpe_indic.nc {
    background: #000;
    padding: 2px 4px;
    width: auto;
    margin-left: 100px;
}

.dpe_mesure {
    width: 80px;
    float: right;
}

sub {
    font-size: 8pt;
}

#print_title {
    font-size: 14pt;
    margin: 0 0 10px 2px;
}

#netty_signature {
    float: right;
    width: 270px;
    height: 20px;
    line-height: 20px;
    margin-right: 20px;
    text-align: right;
}

.netty_signature_text a {
    line-height: 20px;
    color: #999;
    font-size: 12px;
    vertical-align: top;
}

.demo_txt {
    color: #666;
    text-shadow: 1px 2px 0 #000;
    font-size: 18px;
    background: url(/img/netty-immo.png) no-repeat center;
    height: 50px;
}

.demo_txt .btn {
    text-shadow: none;
}

.demo_txt_tmpl {
    float: right;
    margin-left: 10px;
}

.gmap_infowindow {
    min-width: 170px;
}

.alert_title {
    text-align: center;
    font-weight: bold;
    font-size: 17px;
    color: #777;
    margin: 20px 0 15px 0;
}

#slider_budget {
    width: 180px;
    margin-top: 8px;
}

#langs {
    float: right;
    margin: 17px 20px 0 0;
}

#langs .flags {
    width: 16px;
    height: 16px;
    margin: 0 2px;
}

#langs .flags.active {
    background: #fff;
    border: 2px solid #fff;
    border-bottom: 0px;
    margin: 0 0px;
    border-top-width: 1px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.tech_detail table td {
    line-height: 18px;
}

.video,
.flash_container {
    clear: both;
    width: 100%;
    margin: 0 auto;
    margin: 40px 0px 0px 0px;
}

.video_container {
    position: relative;
}

.res_tbl_ref {
    margin: 0 auto;
    font-size: 14px;
    color: #FFF;
    font-weight: 300;
    text-align: center;
}


/*.search_ref { padding-top:15px; margin-top:8px; border-top:2px solid #BFA582; }*/

#search_form_ref {
    padding-left: 17px;
}

.help_arrows_cms {
    width: 100%;
    height: 100px;
    background: url(/img/help_arrows_cms.png) no-repeat;
    position: relative;
    font-family: 'Reenie Beanie', cursive;
    font-size: 20px;
    color: #444;
    margin: 15px 0;
    margin-left: 15px;
}

.help_cms1 {
    position: absolute;
    top: 12px;
    left: 67px;
}

.help_cms2 {
    position: absolute;
    top: 15px;
    left: 567px;
}

.help_seo {
    width: 100%;
    height: 150px;
    font-family: 'Reenie Beanie', cursive;
    background: url(/img/help_seo.png) no-repeat right top;
    position: relative;
    font-size: 20px;
    color: #444;
    margin-top: 30px;
}

.help_seo1 {
    line-height: 50px;
    padding-left: 5px;
}

.red {
    color: #F00;
}

.violet {
    color: #b232ee;
    font-size: 24px;
}

#prod_agence {
    margin-bottom: 30px;
    padding: 5px 10px;
    background: #F1F1F1;
}

#search_title {
    text-align: center;
    font-weight: bold;
    margin-bottom: 8px;
}


/*.no_results_action {
	text-align:left;
}*/

.no_results_action li {
    margin: 10px;
    list-style: none;
}

.fil {
    margin-bottom: 10px;
}

.prev_prod {
    float: left;
}

.next_prod {
    float: right;
}

#details {
    margin-top: 10px;
}

.transact_compact label.ui-button.ui-state-default span {
    padding: 5px 8px;
}

.btn.black {
    background: url(../../../img/admin_bg.png) center repeat-x;
    border-color: #333;
    color: #FFF;
    text-shadow: none;
}

.btn_alert {
    cursor: pointer;
}

.app_container {
    margin: 0 auto;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #2B2B3B;
}

.app_container.icon {
    text-align: center;
    margin: 0 auto;
    margin-top: 20px;
    width: 75px;
}

.column_container.app_container.text {
    margin-top: 14px;
    text-align: center;
    margin: 0 auto;
    color: #2B2B3B;
}

.app_container h1 {
    margin-bottom: 10px;
}

.app_link {
    margin: 0 auto;
    display: block;
    width: 250px;
    height: 80px;
    background: url('/img/available.png');
}

.app_link.ios {
    background-position: 0px -154px;
}

.app_link.ios:hover {
    background-position: 0px 0px;
}

.app_link.android {
    background-position: 0px -78px;
}

.app_link.android:hover {
    background-position: 0px -232px;
}

.goog-te-banner-frame.skiptranslate {
    display: none !important;
}

body {
    top: 0px !important;
    position: relative;
}

.goog-tooltip {
    display: none !important;
}

.goog-tooltip:hover {
    display: none !important;
}

.goog-text-highlight {
    background-color: transparent !important;
    border: none !important;
    box-shadow: none !important;
}

.flags {
    cursor: pointer;
}

.infoBox {
    min-width: 350px;
    /*background: rgb(125,126,125);
	background: -moz-linear-gradient(top, rgba(125,126,125,0.95) 0%, rgba(14,14,14,0.95) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(125,126,125,0.95)), color-stop(100%,rgba(14,14,14,0.95)));
	background: -webkit-linear-gradient(top, rgba(125,126,125,0.95) 0%,rgba(14,14,14,0.95) 100%);
	background: -o-linear-gradient(top, rgba(125,126,125,0.95) 0%,rgba(14,14,14,0.95) 100%);
	background: -ms-linear-gradient(top, rgba(125,126,125,0.95) 0%,rgba(14,14,14,0.95) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#0e0e0e',GradientType=0 );
	background: linear-gradient(top, rgba(125,126,125,0.95) 0%,rgba(14,14,14,0.95) 100%);*/
    background: #727272;
    background: -moz-linear-gradient(top, #727272 0%, #141414 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #727272), color-stop(100%, #141414));
    background: -webkit-linear-gradient(top, #727272 0%, #141414 100%);
    background: -o-linear-gradient(top, #727272 0%, #141414 100%);
    background: -ms-linear-gradient(top, #727272 0%, #141414 100%);
    background: linear-gradient(to bottom, #727272 0%, #141414 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#727272', endColorstr='#141414', GradientType=0);
    /*-webkit-box-shadow: inset 1px 1px 0px 0px rgba(0, 0, 0, 1);
    box-shadow: inset 2px 2px 0px 0px rgba(0, 0, 0, 1);*/
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 2px 4px 12px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 2px 4px 12px rgba(0, 0, 0, 0.4);
    box-shadow: 2px 4px 12px rgba(0, 0, 0, 0.4);
    border: none;
    border: 1px solid #141414;
    padding: 5px;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.6);
    color: #FFF;
}

#result_number {}

#filters div.clear {
    clear: both;
}


/***** new div container important ****/

#container {
    width: 1000px;
    position: relative;
    height: auto !important;
    height: 100%;
    min-height: 100%;
    margin: 0 auto;
    padding-top: 20px;
}

#page_content_int {
    width: 100%;
}

#content_page_container {
    margin-top: 40px;
    margin-bottom: 40px;
    float: left;
    width: 100%;
}

.prod_slideshow_container {
    width: 100%;
    margin: 0 auto;
}

.filter_btn#type_tri_selected {
    margin-right: 0;
}

#filter_container {
    margin-top: 20px;
    width: 100%;
}

#filter_container_inner {
    padding: 10px;
}

#type_city_container {
    overflow: hidden;
    overflow-y: auto;
}

.prod_controls {
    margin-top: 20px;
}

.prod_controls_inner {
    -webkit-box-shadow: inset 0px 2px 2px 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0px 2px 2px 1px rgba(0, 0, 0, 0.2);
    width: 100%;
}

#prod_tbl_inner {
    position: relative;
    width: 100%;
}

#map.explore {
    width: 100%;
}

#page_header {
    margin-top: 10px;
}

#page_header_inner {
    width: 100%;
}

div.ui-tabs div.res_div1 table.res_tbl {
    width: 100%;
}

#prod_btn_header {
    margin-top: 20px;
}

#prod_btn_header_inner {
    background: #fcfcfc;
    /* Old browsers */
    background: -moz-linear-gradient(top, #fcfcfc 0%, #d1d1d1 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fcfcfc), color-stop(100%, #d1d1d1));
    background: -webkit-linear-gradient(top, #fcfcfc 0%, #d1d1d1 100%);
    background: -o-linear-gradient(top, #fcfcfc 0%, #d1d1d1 100%);
    background: -ms-linear-gradient(top, #fcfcfc 0%, #d1d1d1 100%);
    background: linear-gradient(to bottom, #fcfcfc 0%, #d1d1d1 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#d1d1d1', GradientType=0);
    width: 100%;
    height: 41px;
    border-top: 1px solid #BCBCBC;
}

.res_div1 {
    margin-top: 20px;
    padding-bottom: 0;
    width: 100%;
}

.res_tbl .details {
    min-height: 180px;
    padding-bottom: 20px;
}

.res_tbl {
    background: #FFF;
}

div.res_tbl {
    background: #FFF;
    padding: 10px;
}

.res_tbl .res_tbl1 {
    float: left;
    width: 40%;
    height: 200px;
    position: relative;
}

.res_tbl1-icon_visite360 {
    background: #222;
    border-radius: 3px;
    width: 30px;
    height: 30px;
    margin-right: 5px;
    margin-top: 5px;
    padding: 5px 10px;
    position: absolute;
    right: 0;
}

.res_tbl_title {
    float: left;
    width: 40%;
    color: #494949;
}

.res_tbl_title_inner {
    padding: 0 10px 0 10px;
}

.res_tbl .details {
    float: left;
    width: 20%;
    font-size: 16px;
}

.res_tbl_value {
    text-align: center;
    font-size: 25px;
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 20px;
}

.res_tbl_value .rent_mesure {
    display: none;
}

.left_overflow {
    padding: 10px;
    margin: 10px 10px 0px 0px;
}

.right_overflow {
    padding: 10px;
    margin: 10px 0px 0px 10px;
}

.bottom_content {
    margin-bottom: 15px;
}


/***** new div container important end ****/


/**filter type list search **/

.search_block .filter_icon_container {
    float: left;
    padding: 3px 11px 3px 12px;
    cursor: pointer;
    border-right: 1px solid #E2E2E2;
    background: -moz-linear-gradient(top, #ffffff 0%, #f1f1f2 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f1f1f2));
    background: -webkit-linear-gradient(top, #ffffff 0%, #f1f1f2 100%);
    background: -o-linear-gradient(top, #ffffff 0%, #f1f1f2 100%);
    background: -ms-linear-gradient(top, #ffffff 0%, #f1f1f2 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #f1f1f2 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f1f1f2', GradientType=0);
    -webkit-box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.2);
}

.search_block .filter_icon_container.filter_type2 {
    padding: 3px 15px 3px 16px;
}

#liste_two_left.filter_icon_container,
#liste_two_right.filter_icon_container {
    padding: 3px 30px 3px 31px;
}

#liste_two_left.filter_icon_container.filter_type2,
#liste_two_right.filter_icon_container.filter_type2 {
    padding: 3px 30px 3px 31px;
}

.filter_icon_container.filter_type3 {
    padding-left: 17px;
    padding-right: 17px;
}

.search_block .filter_icon_container.active_type {
    filter: none;
    background: #F8F8F8;
    -webkit-box-shadow: inset 0px 1px 2px 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0px 1px 2px 1px rgba(0, 0, 0, 0.2);
    border-right: 1px solid #ADADAD;
    *border: 1px solid #ADADAD;
}

.search_block div.block_filter_radio {
    margin: 0 auto;
    width: 160px;
    margin-top: 10px;
}

.search_block div.block_filter_radio.filter_type2 {
    width: 155px;
}

.search_block div.block_filter_radio.filter_type3 {
    width: 190px;
}

.res_div3 {
    width: 47%;
}

.res_info.type_3 {
    width: 100%;
}

.res_div5.last,
.res_div3.last {
    float: right;
}


/* pour l'alerte*/

.search_block_container {
    width: 180px;
}

#search_form_alert_container {
    margin: 0 auto;
    display: block;
    padding: 10px;
    width: 240px;
}

.call_me_container {
    padding: 10px;
    background: #75552E;
}

#call_me {
    background: #EBEBEB;
    padding: 10px;
}

#search_form.search_form_alert {
    padding: 10px;
    display: block;
}

#search_form.search_form_alert .search_block #transact label {
    text-align: left;
    float: left;
}

.jlabel.input_text,
input.input_text {
    padding: 4px 2px 4px 2px;
}

#contact_form .jlabel.input_text {
    width: 92%;
    text-align: left;
}

#search_form.search_form_alert .block_filter_radio {
    display: none;
}

html #search_form.search_form_alert #do_send {
    margin: 0 auto;
    text-align: center;
}

.frame.vertical {
    height: auto;
    max-height: 650px;
}

.frame.vertical ul li div.res_div5 {
    margin: 0 auto;
    float: none;
    padding: 0;
    clear: both;
}

.frame.horizontal ul li div.res_div5 {
    clear: both;
}

.frame.horizontal ul li {
    height: 220px;
}

.frame.vertical ul li {
    margin: 13px 0px 13px 0px;
}

.frame.horizontal {
    width: 100%;
    height: 220px;
}

#logo_inner table {
    width: 100%;
    height: 100%;
}

ul {
    list-style: none;
    padding: 0;
}

body #no_photo {
    text-align: center;
    width: 100%;
    margin: 0 auto;
    padding: 100px 0 0px 0;
}

.cadre_grey_big {
    width: 100%;
}

.cms_seo_post {
    background: #FFF;
    padding: 10px;
}

.cms_tree {
    background: #FFF;
}

#page_edit {
    background: #FFF;
    color: #000 !important;
    position: relative;
}

#page_edit .btn_ok {
    margin-bottom: 0px;
}

#prod_btn_header .addthis_toolbox a,
#prod_btn_header .addthis_toolbox a:hover {
    border-top: 0;
    box-shadow: none;
    filter: none;
}

body .ls-nav-prev {
    bottom: 0;
    left: 200px;
    background: none;
    background-color: none;
}


/* submenu v3 **/


/******* submenu v3 **/

#sub_menu {
    width: 105px;
    height: auto;
    background: #2c3843;
    padding: 0;
    position: fixed;
    top: 50px;
    left: 0;
    z-index: 9999;
    -moz-transition: 0.4s all;
    -webkit-transition: 0.4s all;
    -o-transition: 0.4s all;
    transition: 0.4s all;
}

#sub_menu_items span {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    background: url(/img/sprite_site.png);
}

#sub_menu_items span.control_edit {
    background-position: -7px -50px;
}

#sub_menu_items span.icons.site {
    background-position: -10px -130px;
}

#sub_menu_items span.icons.google {
    background-position: -10px -220px;
}

#sub_menu_items span.icons.homepage {
    background-position: -10px -300px;
}

#sub_menu_items span.icons.logout {
    background-position: -10px -380px;
}

#sub_menu_items a {
    color: #FFF;
    font-size: 13px;
    width: 105px;
    height: 95px;
    clear: both;
    -moz-transition: 0.4s all;
    -webkit-transition: 0.4s all;
    -o-transition: 0.4s all;
    transition: 0.4s all;
    filter: none;
    background: #3c4b5a;
    border-bottom: 1px solid #303c48;
    position: relative;
    display: block;
}

#sub_menu_items a:hover,
#sub_menu_items a#control_edit:hover,
#menu_resp:hover,
#sub_menu .version {
    background: #2c3843;
}

.submenu_text {
    z-index: 2;
    position: absolute;
    bottom: 13px;
    text-align: center;
    width: 100%;
    font-size: 13px;
    font-weight: 300;
    font-family: 'Armata', sans-serif;
    font-size: 12px;
}

#menu_resp {
    -moz-transition: 0.4s all;
    -webkit-transition: 0.4s all;
    -o-transition: 0.4s all;
    transition: 0.4s all;
    position: fixed;
    position: fixed !important;
    position: device-fixed;
    top: 0;
    left: 0;
    width: 105px;
    height: 51px;
    z-index: 12000;
    background: #4AB69D;
}

#menu_resp div {
    background: url('/admin/img/menu_resp.png') no-repeat center;
    width: 105px;
    height: 48px;
    cursor: pointer;
}

#sub_menu .version {
    color: #FFF;
    text-align: center;
    width: 100%;
    padding: 20px 0;
}


/* btn */

input.btn_ok,
input.btn_no,
.btn_ok,
.btn_no,
.ui-dialog-buttonpane button.ui-state-default,
.qq-upload-button,
.qq-upload-plan {
    width: 110px;
    height: 26px;
    color: #FFF;
    margin: 0;
    padding: 0;
    cursor: pointer;
    font-weight: normal;
    font-family: 'Ubuntu', sans-serif;
    font-size: 14px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: 0px 0px 2px 3px rgba(255, 255, 255, 0.4), inset rgba(255, 255, 255, 0.8) 1px 1px 2px;
    -moz-box-shadow: 0px 0px 2px 3px rgba(255, 255, 255, 0.4), inset rgba(255, 255, 255, 0.8) 1px 1px 2px;
    box-shadow: 0px 0px 2px 3px rgba(255, 255, 255, 0.4), inset rgba(255, 255, 255, 0.8) 1px 1px 1px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    overflow: hidden;
    -moz-background-clip: padding;
    -webkit-background-clip: padding;
    background-clip: padding-box;
}

input.btn_ok,
.btn_ok,
.ui-dialog-buttonpane button.ui-state-default.btn_ok,
.qq-upload-button,
.qq-upload-plan {
    background: #b1cf61;
    background: -moz-linear-gradient(top, #b1cf61 0%, #78a300 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b1cf61), color-stop(100%, #78a300));
    background: -webkit-linear-gradient(top, #b1cf61 0%, #78a300 100%);
    background: -o-linear-gradient(top, #b1cf61 0%, #78a300 100%);
    border: 1px solid #78a300;
}

input.btn_ok:hover,
input.btn_no:hover,
.ui-dialog-buttonpane button.ui-state-default.ui-state-hover,
.qq-upload-button:hover,
.qq-upload-plan:hover {
    background: #c995dd;
    background: -moz-linear-gradient(top, #c995dd 0%, #9c50c0 68%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c995dd), color-stop(68%, #9c50c0));
    background: -webkit-linear-gradient(top, #c995dd 0%, #9c50c0 68%);
    background: -o-linear-gradient(top, #c995dd 0%, #9c50c0 68%);
    background: -ms-linear-gradient(top, #c995dd 0%, #9c50c0 68%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#c995dd', endColorstr='#9c50c0', GradientType=0);
    background: linear-gradient(top, #c995dd 0%, #9c50c0 68%);
    box-shadow: 0px 0px 5px 1px rgba(201, 149, 221, 0.75), inset rgba(255, 255, 255, 0.7) 1px 1px 1px;
    border: 1px solid #9c50c0;
}


/* fields */

#slogan_field {
    background-color: #FFF;
    border: 1px solid #0099CC;
    margin: 0;
    padding: 3px 0px 2px 4px;
    font-size: 13px;
    font-family: 'Noto Sans', sans-serif;
    -webkit-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.2);
    -moz-border-radius: 3px;
    border-radius: 3px;
}

#slogan_field:focus {
    border-color: #FF6600;
}

.fb_icon {
    width: 32px;
    height: 32px;
    float: right;
    background: url(/img/facebook.png);
    display: block;
}

.filter_text.long_city {
    white-space: nowrap;
}

#prod_tbl_inner h4 {
    font-size: 13px !important;
    color: #000 !important;
    font-family: 'Open Sans' !important;
    font-weight: 400 !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
    padding: 0px !important;
}


/*** calc financière */

.calc_container {
    color: #000;
}

.calc_flex {
    display: flex;
    display: -webkit-flex;
    margin-bottom: 10px;
}

.calc_flex>* {
    flex: 1;
    -webkit-flex: 1;
}

.calc_block {
    margin: 20px;
    font-size: 15px !important;
}

.menu_calc {
    background: #F6F6F6;
    display: flex;
    display: -webkit-flex;
}

.menu_calc a {
    display: block;
    padding: 10px;
    flex: 1;
    -webkit-flex: 1;
    text-align: center;
}

.menu_calc a:hover,
.menu_calc a.active {
    background: #84939c;
    color: #FFF;
}

.calc_container input.input_text {
    color: #000 !important;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 0px !important;
}

#calc_content {
    position: relative;
    background: #F6F6F6;
}

#calc_content .calc_container {
    height: 100%;
    width: 100%;
}

.result_calc {
    padding: 3px 10px;
    width: 100% !important;
    background: #000;
    box-sizing: border-box;
    text-align: right;
    color: #FFF;
}

.calc_container span {
    display: block;
    font-size: 13px;
}

.slogan_edit {
    background: #4D4D4D;
    color: #FFF;
    padding: 16px 20px;
}


/*** submenu site ***/

.main_menu li.parent_li {
    position: relative;
}

#menu li.parent_li {
    position: relative;
}

#menu .submenu li {
    line-height: 20px;
}

body #menu div.submenu {
    left: 0;
    width: auto;
    height: auto;
    position: absolute;
    z-index: 200;
    display: none;
}

.submenu_inner {
    border-radius: 0px 0px 3px 3px;
    margin-top: 8px;
    background: #ECEDEE;
    -webkit-box-shadow: 0px 2px 2px 1px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 2px 2px 1px rgba(0, 0, 0, 0.35);
}

body #menu div.submenu ul {
    width: 100%;
}

#menu .submenu li a {
    text-align: left;
    padding: 10px;
    white-space: nowrap;
}

body #menu div.submenu li {
    border-top: 1px solid #C4C4C4;
    display: block;
    float: none;
    width: 100%;
    line-height: 20px;
    height: auto;
    text-align: left;
}


/*** footer link autogenerate **/

.footer_column {
    width: 33.3%;
    padding-top: 10px;
    padding-bottom: 10px;
    float: left;
}

.link_foot .netty_signature_text {
    float: left;
}

.link_foot img {
    margin-left: 10px;
}

.link_foot--social {
    text-align: left;
}

#footer .footer_column .link_foot--social a,
.footer .footer_column .link_foot--social a {
    display: inline-block;
    /*margin: 0 5px;*/
}

#footer .footer_column .link_foot--social a img {
    margin-right: 10px;
    margin-left: 0;
}

.footer .footer_column a,
#footer .footer_column a {
    line-height: 20px;
    display: block;
    margin-top: 0px;
    margin-bottom: 0px;
    float: none;
    text-align: left;
}

.footer_ref_links {
    float: left;
    width: 33%;
    margin-left: 0px;
}

.footer .footer_ref_links a {
    margin: 5px 14px;
}

.ref_link {
    display: block;
}


/** new nego fiche **/

#nego_header {
    position: relative;
    height: 140px;
    background: #616161;
    /* Old browsers */
    background: -moz-linear-gradient(-45deg, #616161 0%, #2b2b2b 100%);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #616161), color-stop(100%, #2b2b2b));
    background: -webkit-linear-gradient(-45deg, #616161 0%, #2b2b2b 100%);
    background: -o-linear-gradient(-45deg, #616161 0%, #2b2b2b 100%);
    background: -ms-linear-gradient(-45deg, #616161 0%, #2b2b2b 100%);
    background: linear-gradient(135deg, #616161 0%, #2b2b2b 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#616161', endColorstr='#2b2b2b', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
    color: #FFF;
    font-size: 13px;
}

#nego_header a {
    color: #FFF;
}

#nego_header td.nego_icon {
    width: 30px !important;
}

.title_nego {
    background: #27C6E8;
}

.title_nego h1 {
    text-align: left;
    display: block;
    padding: 10px 20px;
}

#title_nego_prod h1 {
    margin-top: 20px;
    background: #FFF;
    border: 1px solid #bfbfbf;
    color: #616161;
    padding: 14px 20px;
}

#nego_header table {
    border: 0;
    padding-top: 13px;
    padding-left: 20px;
}

#nego_img {
    position: absolute;
    right: 30px;
    top: 80px;
    width: 140px;
    height: 180px;
    border: 3px solid #FFF;
    -webkit-box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.3);
}

#nego_header td {
    padding: 4px 10px;
}

.nego_text {
    font-family: Arial, Helvetica, sans-serif;
}

.fiche_nego {
    padding: 50px 20px 20px 20px;
}

#contact_nego #do_send {
    margin: 0 auto;
    padding: 6px 30px;
    margin-top: 10px;
}

#contact_nego {
    margin-top: 20px;
}

#column_middle .mandataires a {
    word-wrap: break-word;
}


/** new nego list **/

.mandataireimg {
    width: 100px !important;
    height: 140px !important;
    border: 5px solid #FFF;
    background: #FFF;
    -webkit-box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.3);
    margin-top: -28px;
    position: absolute;
}

.mandataires_block {
    padding-top: 40px;
}

.mandataires_block .info_nego {
    margin-left: 150px;
    width: 47%;
}

.mandataires_block .mandataires {
    height: 100px;
}

.mandataire_container .mandataires {
    padding-left: 0 !important;
}


/*** new nego contact ***/

#contact_nego #message {
    padding: 5px !important;
    border: 1px solid #BBBBBB;
    font-size: 14px;
}

#contact_nego H3 {
    margin: 0;
    color: #616161;
    padding: 10px 20px 20px 20px;
    text-align: left;
    font-size: 18px;
}

.prod_contact_form {
    padding: 20px 16px 26px 16px !important;
}

.prod_contact_form .center {
    top: 0 !important;
}


/*** filter new version 33% ***/

.filter_btn_out {
    width: 33.3%;
    float: left;
    margin-right: 0!important;
}

.nego_filter .filter_btn_out {
    width: 50%;
}

.nego_filter #filters .filter_btn_out:first-child {
    width: 49%;
    float: left;
}

.nego_filter #filters .filter_btn_out {
    width: 49%;
    float: right;
}

.nego_filter #type_city_container {
    max-width: 100%;
}

.nego_filter #type_liste_container {
    max-height: 435px;
    max-width: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
}

.filter_btn {
    width: 100% !important;
    margin-right: 0!important;
    box-sizing: border-box;
}

#filters #type_tri_selected {
    width: 90% !important;
    margin: 0 auto!important;
    float: none;
}

#filters #interet_out,
#filters #tri_out {
    float: right;
}

#filters div.clear {
    float: none;
}

#filters .filter_btn_inner {
    width: 100%;
    background: grey;
    right: -11px;
}

#filters a.link_filter,
#filters div.link_filter {
    width: 100%;
    box-sizing: border-box;
}

#filters .filter_text {
    width: 66%;
    white-space: nowrap;
}

#filters #type_interet_container div.link_filter {
    width: 100%;
}

#filters div.map_caterogy {
    width: 100%;
}


/*** central filters icons maj ***/

.link_filter.map_filter {
    padding-left: 2px;
}

.filter_icon {
    background: url(/img/filters_icons.png) no-repeat !important;
}

.map_caterogy label.ui-button span {
    padding-left: 46px;
}


/**** grey icons ***/

.grey .filter_icon.liste {
    background-position: -526px -473px !important;
}

.grey .filter_icon.galerie {
    background-position: -526px -511px !important;
}

.grey .filter_icon.carte {
    background-position: -526px -550px !important;
}

.grey .filter_icon.aucun {
    background-position: -526px -587px !important;
}

.grey .filter_icon.surface {
    background-position: -526px -620px !important;
}

.grey .filter_icon.date {
    background-position: -526px -654px !important;
}

.grey .filter_icon.prix {
    background-position: -526px -685px !important;
}

.grey .filter_icon.city {
    background-position: -526px -751px !important;
}

.grey .filter_icon.interet {
    background-position: -526px -719px !important;
}


/**** white icons ***/

.white .filter_icon.liste,
.block_filter_radio.white {
    background-position: -6px -473px !important;
}

.white .filter_icon.galerie {
    background-position: -6px -511px !important;
}

.white .filter_icon.carte {
    background-position: -6px -550px !important;
}

.white .filter_icon.aucun {
    background-position: -6px -587px !important;
}

.white .filter_icon.surface {
    background-position: -6px -620px !important;
}

.white .filter_icon.date {
    background-position: -6px -654px !important;
}

.white .filter_icon.prix {
    background-position: -6px -685px !important;
}

.white .filter_icon.city {
    background-position: -6px -751px !important;
}

.white .filter_icon.interet {
    background-position: -6px -719px !important;
}


/**** black icons ***/

.black .filter_icon.liste {
    background-position: -266px -473px !important;
}

.black .filter_icon.galerie {
    background-position: -266px -511px !important;
}

.black .filter_icon.carte {
    background-position: -266px -550px !important;
}

.black .filter_icon.aucun {
    background-position: -266px -587px !important;
}

.black .filter_icon.surface {
    background-position: -266px -620px !important;
}

.black .filter_icon.date {
    background-position: -266px -654px !important;
}

.black .filter_icon.prix {
    background-position: -266px -685px !important;
}

.black .filter_icon.city {
    background-position: -266px -751px !important;
}

.black .filter_icon.interet {
    background-position: -266px -719px !important;
}


/* sly horizontal **/

.frame.horizontal {
    height: 100%;
    overflow: hidden;
}

.frame.horizontal ul {
    list-style: none;
    margin: 0;
    padding: 0;
    height: 100%;
}

.frame.horizontal ul li {
    float: left;
    height: 100%;
    padding: 0;
    color: #ddd;
    text-align: center;
    cursor: pointer;
}

.pages {
    list-style: none;
    padding: 0;
    text-align: center;
    width: 140px;
    margin: 0 auto;
}

.pages li {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin: 0 4px;
    text-indent: -999px;
    border-radius: 10px;
    cursor: pointer;
    overflow: hidden;
    background: #fff;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .2);
}

.pages li:hover {
    background: #aaa;
}

.pages li.active {
    background: #666;
}


/* sly vertical **/


/* Frame */

.frame.vertical {
    width: 100%;
    height: 652px;
    overflow: hidden;
}

.frame.vertical .slidee {
    padding: 20px 25px;
    background: #fff;
}

.frame.vertical ul.items {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    font-size: 24px;
    line-height: 100px;
}

.frame.vertical ul.items li {
    float: left;
    width: 100%;
    height: 100%;
    margin: 0 0 1px;
    padding: 0;
    background: #333;
    color: #ddd;
    text-align: center;
    cursor: pointer;
}

.frame.vertical ul.items li.active {
    color: #fff;
    background: #a03232;
}


/* Controls */

.controls {
    margin: 25px 0;
    text-align: center;
}


/*** multiselect ***/

.multiselect {
    width: 100%;
    box-sizing: border-box;
}

.ui-multiselect {
    width: 100%;
    box-sizing: border-box;
}

#radius {
    width: 48%;
    box-sizing: border-box;
}

.search_radius .ui-multiselect {
    float: right;
}

.search_radius.search_title {
    text-align: left;
}

.ui-multiselect-checkboxes label span {
    padding-left: 8px;
    display: inline-block;
    width: 75%;
}

.prod_controls .prod_action {
    padding: 0 !important;
    margin: 5px !important;
}


/*.prod_action.prod_send*/

.prod_action.prod_question,
.prod_action.prod_print {
    width: 30% !important;
    margin-left: 20px !important;
}


/*.prod_action.prod_print*/

.prod_action.prod_call_me {
    width: 25% !important;
}

.prod_action.prod_selection_add,
.prod_action.prod_calc {
    width: 35% !important;
}

#background_body {
    min-height: 100%;
    height: 100%;
    width: 100%;
    position: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    /*background-attachment: fixed !important;*/
    background-size: cover !important;
    z-index: -2;
    top: 0;
    left: 0;
}

.loc_details {
    margin-bottom: 10px;
    text-align: center;
}

.surface_details {
    text-align: center;
}

#type_liste_selected,
#type_tri_selected,
#type_city_selected,
#sector_list_selected {
    cursor: pointer;
}

#layerslider-container.prod_slideshow_container {
    z-index: 1 !important;
}


/** mobile disable **/

#menu_mobile {
    display: none;
}

.prod_controls_mobile {
    display: none;
}

body.ps-active:parent {
    overflow-y: visible !important;
}

html:has(body.ps-active) {
    overflow-y: visible !important;
}

html:has(>body.ps-active) {
    overflow-y: visible !important;
}

.mandataires_block .info_nego {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


/*** fix mode gallery new version ***/


/*** fix res div gallery **/

.res_info.type_3 {
    position: relative;
    height: 64px;
}

.res_info.type_3 .res_info_inner {
    padding: 0 10px;
}

.res_div_container.type_3 {
    height: auto;
}

.res_div_left.type_3 {
    padding: 8px 0;
    line-height: 24px;
    font-size: 12px;
}

.res_div_right.type_3 {
    padding: 0;
    line-height: 64px;
    font-size: 16px;
}

.res_div_left.type_3 div,
.res_div_left.type_5 div {
    padding: 0;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.res_info,
.res_div_container.type_3 {
    background: none;
    color: #000;
}

.res_info.type_3 {
    background: #FFF;
}

.res_div_left.type_5 {
    color: #FFF;
    background: rgba(0, 0, 0, 0.4);
    bottom: 0;
}

.res_div_left.type_5 .res_title1 {
    padding: 0 5px;
}

.res_div_left.type_5 .res_title2 {
    display: none;
}

.res_div_right.type_5 {
    top: 20px;
    right: 0;
    color: #FFF;
}

.band_rotate {
    position: absolute;
    background: #303030;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: -10px;
    top: 40px;
    width: 120px;
    text-align: center;
    color: #FFF;
    height: 20px;
    line-height: 20px;
    font-size: 11px;
}

.triangle_band {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 11px 0 18px 18px;
    border-color: transparent transparent transparent #303030;
    left: 0px;
    top: 85px;
    position: absolute;
}

.triangle_band2 {
    position: absolute;
    left: 85px;
    top: 0px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 18px 18px 0 11px;
    border-color: #303030 transparent transparent transparent;
}


/** ref nat **/

#prod_tbl_inner h4 {
    color: #000;
    font-size: 14px;
    font-weight: 300;
}

#prod_tbl_inner #details li {
    list-style-type: disc;
    margin-left: 20px;
}

#prod_tbl_inner #details ul.ul_icon li {
    list-style-type: none;
    margin-left: 0px;
}

#size_auto2 h3 {
    margin: 0 !important;
    padding: 0 !important;
}


/*** fix zoom change ***/

@media screen and (max-width: 1000px) {
    .bodyContainer .search_block .filter_icon_container {
        width: 33.33% !important;
        box-sizing: border-box;
    }
    .bodyContainer #rooms.ui-buttonset label {
        width: 20% !important;
        box-sizing: border-box;
    }
    .bodyContainer #rooms2.ui-buttonset label {
        width: 20% !important;
        box-sizing: border-box;
    }
}


/*** rooms icon ***/

.access_search.rooms_icon {
    background: #000 url(/img/rooms.png) no-repeat center;
}


/** coooki banner **/

#banner_cookie {
    position: fixed;
    bottom: 0;
    left: 0;
    background: #000;
    color: #FFF;
    width: 100%;
    padding: 6px;
    box-sizing: border-box;
    text-align: center;
    font-size: 12px;
    z-index: 1000000;
}

#banner_cookie span {
    line-height: 25px;
}

body #banner_cookie a {
    font-size: 12px;
    line-height: 25px;
    display: inline;
    padding: 0;
    margin: 0;
    float: none;
}

@media screen and (max-width: 680px) {
    body #banner_cookie a {
        display: block;
        text-align: center;
        margin-bottom: 5px;
        font-size: 14px;
    }
    .res_tbl1-icon_visite360 {
        left: 0;
        right: auto;
        margin-top: 0;
    }
    .res_div3 {
        width: auto !important;
        float: none !important;
    }
}

#banner_cookie span {
    display: block;
    float: left;
}


/* CSS Document */

@media screen and (max-width: 1048px) {
    #banner_cookie span {
        display: block;
        float: none !important;
        padding-bottom: 10px;
    }
    #banner_cookie>div {
        float: none !important;
        margin: 0 auto;
    }
}


/** tooltip**/

.ttip {
    display: inline;
    position: relative;
}

.ttip:before,
.ttip .ttip_text {
    opacity: 0;
    /*-moz-transition:0.3s all;
	-webkit-transition:0.3s all;
	-o-transition:0.3s all;
	transition:0.3s all;*/
}

.ttip_text {
    top: calc( 100% + 10px);
    color: #fff;
    box-sizing: border-box;
    position: absolute;
    display: block;
    line-height: 35px;
    text-align: center;
    background: #333;
}

.ttip:hover .ttip_text {
    z-index: 98;
    width: 100%;
    opacity: 1;
    height: 36px;
}

.ttip:hover .ttip_text:after {
    content: attr(title);
}

.ttip:hover:before {
    border: solid;
    border-color: #333 transparent;
    border-width: 0px 6px 6px 6px;
    bottom: -10px;
    content: "";
    left: 36%;
    left: calc( 50% - 10px);
    position: absolute;
    z-index: 99;
    opacity: 1;
}

.ttip {
    cursor: pointer;
}

.page_search input.btn.search {
    height: 36px;
}

.all_type_offer {
    display: block;
    padding-bottom: 10px;
    font-size: 16px;
}


/* fix alert mail msg err*/

.msg_err_box {
    margin-bottom: 20px;
}

.no_res_text {
    font-size: 16px;
    padding-bottom: 40px;
    font-weight: bold;
}


/*** filtre par quartier ***/

.quart_link_container {
    padding-left: 20px;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.2);
    float: none !important;
    margin-right: 0 !important;
}

.quart_link {
    font-size: 12px;
    width: 100%;
    box-sizing: border-box;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: block;
    color: #FFF;
}

.quart_link:hover {
    color: #bfbfbf;
}

.fil_ar li {
    display: inline !important;
    list-style: none;
}

ul.ul_plus li {
    padding-left: 30px;
    background: url(/img/li_plus.png) no-repeat top left;
    background-position: 0px 3px;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 5px;
    list-style-type: none !important;
    margin-left: 0px !important;
}

ul.ul_icon li {
    padding-left: 30px;
    background: url(/img/li_download.png) no-repeat top left;
    background-position: 0px 3px;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 5px;
}

.ul_plus_title,
.download_title,
#contact_nego_inner h3 {
    color: #666;
    font-size: 18px;
    font-weight: 400;
}

.lots_title * {
    font-weight: 400;
}

#page_content_inner li {
    list-style-type: circle;
    margin-left: 15px;
}


/** fix iphone ***/

div.ps-document-overlay {
    width: 100% !important;
    height: 100% !important;
}

.res_tbl_value .list_small {
    font-size: 19px;
    line-height: 22px;
    margin-top: -10px;
    display: block;
}


/** Content builder fixes ***/

#page_content_inner .row.clearfix {
    overflow: hidden;
}


/* 61, 62 */

#page_content_inner .row.clearfix.fix-62-1 .is-rounded-button-big>.btn,
#page_content_inner .row.clearfix.fix-61-3 .is-rounded-button-big>.btn {
    border-radius: 50px;
    display: table;
}

#page_content_inner .row.clearfix.fix-62-1 .is-rounded-button-big .btn-primary>.icon,
#page_content_inner .row.clearfix.fix-61-3 .is-rounded-button-big .btn-default>.icon {
    padding-left: 0;
}


/* 297, 298 */

#page_content_inner .row.clearfix.fix-297-1 .is-card .is-card-content-centered,
#page_content_inner .row.clearfix.fix-297-1 .is-card .is-card-content-centered h2,
#page_content_inner .row.clearfix.fix-298-1 .is-card.is-card-circle .is-card-content-centered,
#page_content_inner .row.clearfix.fix-298-1 .is-card.is-card-circle .is-card-content-centered h2 {
    color: #fff;
}


/* 114 */

#page_content_inner .row.clearfix.fix-114-1 .column.full img:first-child:nth-last-child(3),
#page_content_inner .row.clearfix.fix-114-1 .column.full img:first-child:nth-last-child(3)~img {
    max-width: 32%;
}

@media screen and ( max-width: 680px) {
    #page_content_inner .row.clearfix.fix-114-1 .column.full img:first-child:nth-last-child(3),
    #page_content_inner .row.clearfix.fix-114-1 .column.full img:first-child:nth-last-child(3)~img {
        max-width: none;
    }
}


/* 130 */

@media screen and ( max-width: 640px) {
    #page_content_inner .row.clearfix.fix-130-2 .column.fourth .is-card {
        margin: 0 auto;
    }
}


/* 50 */

#page_content_inner .row.clearfix.fix-50-1 .column.full .is-boxed-button-big>a {
    margin-left: 0;
    margin-right: 5px;
}


/* 78 */

#page_content_inner .row.clearfix.fix-78-2 .column.full .is-boxed-button-big2>a {
    margin-right: 0;
}


/* 88 */

#page_content_inner .row.clearfix.fix-88-3 .column.full .is-boxed-button-medium2>a {
    margin-right: 0;
    max-width: 33.3333%;
}


/* 148 */

#page_content_inner .row.clearfix.fix-148-3 .column.full.center .is-rounded-button-big>a {
    margin-left: 5px;
    margin-right: 5px;
    max-width: 20%;
}

@media screen and ( max-width: 680px) {
    #page_content_inner .row.clearfix.fix-148-3 .column.full.center .is-rounded-button-big>a {
        max-width: none;
        float: none;
    }
}


/* 164 */

#page_content_inner .row.clearfix.fix-164-2 .column.third .is-card-content-centered * {
    text-align: center;
}


/*** fix chrome facybox**/

body.simple {
    min-height: 0px;
}


/*** fix type d'affichage passe sous le plus moins de la carte **/

.leaflet-top,
.leaflet-bottom {
    z-index: 999;
}

.res_div7 .info_home_slider,
.res_div8 .info_home_slider {
    max-height: 140px;
    overflow: hidden;
}

.res_div7,
.res_div8 {
    height: auto;
}

.res_div1 .res_tbl_title_inner p[itemprop=description] {
    padding: 4px 4px 0px 0px;
    margin: 0;
}

#prod_tbl_inner .basic_copro {
    text-align: left;
    font-size: 12px;
    color: #666;
    border-bottom: 2px solid #a5a5a5;
    padding: 0px 10px 10px 0px;
}

#prod_tbl_inner .basic_copro:empty {
    display: none !important;
}

#prod_tbl_inner .tech_detail {
    padding-top: 10px;
}

.bandeau_hor {
    margin-bottom: 0px !important;
    margin-top: 10px !important;
}

body .content_css h2,
body .content_css h3,
body .content_css h4,
body .content_css h5,
body .content_css h6,
body .content_css h6 {
    color: #000;
}

.hide_element {
    display: none;
}


/**slider bottom prod **/

.prod_slider_bottom .frame.horizontal {
    padding: 0px;
}


/*** afficher royal slider fullscreen en centre ***/


/*body #layerslider.rsDefault
.rsFullscreenBtn{
	top: calc( 50% - 22px );
	right: calc( 50% - 22px );
	zoom: 2;
	transition : 0.3s all;
	-webkit-transition : 0.3s all;
}

body #layerslider.rsFullscreen.rsDefault
.rsFullscreenBtn{
	top: 0px;
	right: 0px;
	zoom: 1;
	opacity: 1 !important;
	visibility: visible !important;
}*/

.rsDefault .rsArrow {
    /*height: auto !important;*/
    /*margin-top: 50%;*/
}

.prog_link {
    background: #777;
    color: #FFF;
    text-align: center;
    display: block;
    cursor: pointer;
    margin-top: 10px;
}

.prog_link:hover {
    background: #666;
}

.prog_link a,
.prog_link a:hover {
    color: #FFF;
    font-size: 14px;
    display: block;
    padding: 7px 10px;
}

.band_prog {
    color: #FFF;
    padding: 3px 6px;
    display: inline-block;
    margin-right: 10px;
    margin-top: 10px;
    font-size: 12px;
}

.band_prog_container {
    border-bottom: 2px solid #a5a5a5;
    padding-bottom: 10px;
}

.res_tbl_title_inner .band_prog_container {
    padding: 0;
    border: 0;
    display: block;
}

.res_tbl_title_inner .band_prog {
    padding: 1px 5px;
    font-size: 10px;
    margin-top: 0;
    margin-bottom: 6px;
    margin-right: 5px;
}


/***css liste des agences v3***/

.agence_container_list .mandataires {
    margin-left: 0px !important;
}

.agence_container_list .mandataires_block .info_nego {
    margin-left: 10px;
    width: 50%;
}

.agence_container_list .mandataires_block .logo_agence_list {
    width: 160px;
    height: 100%;
    float: left;
    margin-left: 20px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.agence_container_list .mandataires_block {
    padding-top: 0px;
}

body .agence_container_list .mandataires {
    margin-top: 0px;
    margin-bottom: 20px;
}


/***Ajout des vidéos et des visites dans royal slider***/

.rsIcon {
    background: #3c3c3c;
    height: 100%;
    box-sizing: border-box;
    text-align: center;
    display: flex !important;
    display: -webkit-flex !important;
    align-items: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-justify-content: center;
}

.rsIcon img {
    width: 40% !important;
}


/***Passage du prix et de la dénomination entre le slider et la miniature***/

.pres_top {
    display: flex;
    display: -webkit-flex;
}

body .pres_slider,
body #value_prod {
    background: rgba(0, 0, 0, 0.6);
    font-weight: 300 !important;
    color: #FFF;
    line-height: 36px;
    height: 40px;
    overflow: hidden;
    padding: 10px;
    font-size: 24px;
    margin: 0px !important;
}

body .pres_slider {
    padding-left: 20px;
    flex: 1;
    -webkit-flex: 1;
    width: auto !important;
}

body #value_prod {
    width: 230px;
    text-align: center;
}


/*.pres_top #size_auto, 
.pres_top #size_auto2{
	visibility: hidden;
}

.pres_top.ready #size_auto, 
.pres_top.ready #size_auto2{
	visibility: visible;
}*/

body #size_auto,
body #size_auto2 {
    height: 40px;
    font-size: 24px;
    line-height: 36px;
    margin: 0px !important;
}

body #size_auto {
    width: 220px;
    text-align: right;
}

body #size_auto2 {
    width: 380px;
}

#search_container button,
.search_block_container button {
    border-radius: 0px !important;
}

.mandataires__logo {
    width: 100%;
    text-align: center;
}

.mandataires__logo img {
    max-width: 100%;
    margin-bottom: 8px;
}


/*Ajout le 18 mars 2019 pour adnimmo car cela cassait le détail des négos @modif */

.nego_coord {
    max-width: 730px;
}

#nego_header td.nego_icon {
    width: 18px !important;
}

#nego_header table {
    padding-left: 0px;
}

.iframe-lightbox {
    z-index: 10000 !important;
}

.iframe-lightbox iframe {
    box-shadow: none !important;
}

.iframe-lightbox .content-holder {
    max-width: 600px;
    width: calc(100% - 20px) !important;
}

@media screen and (max-width:640px) {
    .iframe-lightbox .content {
        padding-bottom: calc(100vh - 78px) !important;
    }
}


/*padding-bottom: 100vh;*/

#save_layer{
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(0,0,0,0.4);
	z-index: 10002;
	display: none;
}

#save_layer::before {
	content: " ";
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  margin: -75px 0 0 -75px;
  border: 5px solid #FFF;
  border-radius: 50%;
  border-top: 5px solid #5dc9b2;
  width: 70px;
  height: 70px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

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

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}




#nego_header{
	height: auto !important;
}

#nego_header table{
	width: 400px !important;
	padding-bottom: 10px !important;
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}
 
.fancybox-wrap { 
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	/*
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);*/
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('/css/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('/css/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('/css/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	
	color: #fff;
	display:block;
	border-radius:20px;
	background:#000;
	padding:3px 10px;
	width:150px;
	text-align:center;
	font-weight:bold;
	border:2px solid #FFF;
	margin:0 auto;
	margin-top: 10px;
	margin-bottom:10px;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('/css/fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('/css/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}


#fancybox-buttons {
	position: fixed;
	left: 0;
	width: 100%;
	z-index: 8050;
}

#fancybox-buttons.top {
	top: 10px;
}

#fancybox-buttons.bottom {
	bottom: 10px;
}

#fancybox-buttons ul {
	display: block;
	width: 166px;
	height: 30px;
	margin: 0 auto;
	padding: 0;
	list-style: none;
	border: 1px solid #111;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 0 0 1px rgba(255,255,255,.05);
	   -moz-box-shadow: inset 0 0 0 1px rgba(255,255,255,.05);
	        box-shadow: inset 0 0 0 1px rgba(255,255,255,.05);
	background: rgb(50,50,50);
	background: -moz-linear-gradient(top, rgb(68,68,68) 0%, rgb(52,52,52) 50%, rgb(41,41,41) 50%, rgb(51,51,51) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(68,68,68)), color-stop(50%,rgb(52,52,52)), color-stop(50%,rgb(41,41,41)), color-stop(100%,rgb(51,51,51)));
	background: -webkit-linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
	background: -o-linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
	background: -ms-linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
	background: linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444444', endColorstr='#222222',GradientType=0 );
}

#fancybox-buttons ul li {
	float: left;
	margin: 0;
	padding: 0;
}

#fancybox-buttons a {
	display: block;
	width: 30px;
	height: 30px;
	text-indent: -9999px;
	background-color: transparent;
	background-image: url('/css/fancybox_buttons.png');
	background-repeat: no-repeat;
	outline: none;
	opacity: 0.8;
}

#fancybox-buttons a:hover {
	opacity: 1;
}

#fancybox-buttons a.btnPrev {
	background-position: 5px 0;
}

#fancybox-buttons a.btnNext {
	background-position: -33px 0;
	border-right: 1px solid #3e3e3e;
}

#fancybox-buttons a.btnPlay {
	background-position: 0 -30px;
}

#fancybox-buttons a.btnPlayOn {
	background-position: -30px -30px;
}

#fancybox-buttons a.btnToggle {
	background-position: 3px -60px;
	border-left: 1px solid #111;
	border-right: 1px solid #3e3e3e;
	width: 35px
}

#fancybox-buttons a.btnToggleOn {
	background-position: -27px -60px;
}

#fancybox-buttons a.btnClose {
	border-left: 1px solid #111;
	width: 35px;
	background-position: -56px 0px;
}

#fancybox-buttons a.btnDisabled {
	opacity : 0.4;
	cursor: default;
}

/*
	* Style settings of LayerSlider
	*
	* (c) 2011-2013 George Krupa, John Gera & Kreatura Media
	*
	* Plugin web:			http://kreaturamedia.com/
	* Licenses: 			http://codecanyon.net/licenses/
*/



/* Global settings */

.ls-container {
	visibility: hidden;
	position: relative;
}

.ls-lt-container {
	position: absolute;
}

.ls-lt-container,
.ls-lt-container * {
	text-align: left !important;
	direction: ltr !important;
}

.ls-container-fullscreen {
	margin: 0px auto !important;
	padding: 2% !important;
	background: black !important;
	border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	-webkit-border-radius: 0px !important;
	border: none !important;
}

.ls-container-fullscreen .ls-thumbnail-wrapper,
.ls-container-fullscreen .ls-fullscreen,
.ls-container-fullscreen .ls-shadow {
	display: none !important;
}

.ls-overflow-hidden {
	overflow: hidden;
}

.ls-inner {
	position: relative;
	background-position: center center;
	z-index: 2;
}

.ls-loading-container {
	position: absolute !important;
	display: none;
	z-index: 3 !important;
	left: 50% !important;
	top: 50% !important;
}

.ls-loading-indicator {
	margin: 0px auto;
}

.ls-inner,
.ls-layer {
	width: 100%;
	height: 100%;
}

.ls-layer {
	position: absolute;
	display: none;
	background-position: center center;
	overflow: hidden;
}

.ls-active,
.ls-animating {
	display: block !important;
}

.ls-layer > * {
	position: absolute;
	line-height: normal;	
	margin: 0px;
	left: 0px;
	top: 0px;
}

.ls-layer .ls-bg {
	left: 50%;
	top: 50%;
}

.ls-yourlogo {
	position: absolute;
	z-index: 99;
}



/* Timers */

.ls-bar-timer {
	position: absolute;
	width: 0px;
	height: 2px;
	background: white;
	border-bottom: 2px solid #555;
	opacity: .55;
	filter: alpha(opacity=55);
	z-index: 4;
	top: 0px;
}

.ls-circle-timer {
	width: 24px;
	height: 24px;
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 4;
	opacity: .65;
	filter: alpha(opacity=65);
	display: none;
}

.ls-ct-half {
	background: white;
}

.ls-ct-center {
	background: #444;
}

.ls-ct-left,
.ls-ct-right {
	width: 50%;
	height: 100%;
	overflow: hidden;
}

.ls-ct-left,
.ls-ct-right {
	float: left;
	position: relative;								
}

.ls-ct-rotate {
	width: 200%;
	height: 100%;
	position: absolute;
	top: 0px;
}	

.ls-ct-left .ls-ct-rotate,
.ls-ct-right .ls-ct-hider,
.ls-ct-right .ls-ct-half {
	left: 0px;
}

.ls-ct-right .ls-ct-rotate,
.ls-ct-left .ls-ct-hider,
.ls-ct-left .ls-ct-half {
	right: 0px;
}

.ls-ct-hider,
.ls-ct-half {
	position: absolute;
	top: 0px;												
}

.ls-ct-hider {
	width: 50%;
	height: 100%;
	overflow: hidden;
}

.ls-ct-half {
	width: 200%;
	height: 100%;
}
														
.ls-ct-center {
	width: 40%;
	height: 40%;
	left: 30%;
	top: 30%;
	position: absolute;								
}

.ls-ct-half,
.ls-ct-center {
	border-radius: 100px;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;								
}



/* Navigation */

.ls-bottom-nav-wrapper {
	height: 0px;
}

.ls-bottom-slidebuttons {
	text-align: left;
}

.ls-bottom-nav-wrapper,
.ls-below-thumbnails {
	z-index: 2;
	height: 0px;
	position: relative;
	text-align: center;
	margin: 0px auto;
}

.ls-below-thumbnails {
	display: none;
	z-index: 6;
}

.ls-bottom-nav-wrapper a,
.ls-nav-prev,
.ls-nav-next {
	outline: none;
}

* .ls-bottom-nav-wrapper *,
* .ls-bottom-nav-wrapper span * {
	direction: ltr !important;
}

.ls-bottom-slidebuttons {
	position: relative;
	z-index: 1000;
}

.ls-bottom-slidebuttons,
.ls-nav-start,
.ls-nav-stop,
.ls-nav-sides {
	position: relative;	
}

.ls-nothumb {
	text-align: center !important;
}

.ls-link {
	position: absolute;
	width: 100% !important;
	height: 100% !important;
	left: 0px !important;
	top: 0px !important;
	background: url(/slider/css/blank.gif);
}



/* Embedded videos */

.ls-vpcontainer {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
}

.ls-videopreview {
	width : 100%;
	height : 100%;
	position : absolute;
	left : 0px;
	top : 0px;
	cursor : pointer;
}

.ls-playvideo {
	position: absolute;
	left: 50%;
	top: 50%;
	cursor: pointer;
}



/* Thumbnails */

.ls-tn {
	display: none !important;
}

.ls-thumbnail-hover {
	display: none;
	position: absolute;
	left: 0px;
}

.ls-thumbnail-hover-inner {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	display: none;
}

.ls-thumbnail-hover-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
}

.ls-thumbnail-hover-img {
	position: absolute;
	overflow: hidden;
}

.ls-thumbnail-hover img {
	max-width: none !important;
	position: absolute;
	display: inline-block;
	visibility: visible !important;
	left: 50%;
	top: 0px;
}

.ls-thumbnail-hover span {
	left: 50%;
	top: 100%;
	width: 0px;
	height: 0px;
	display: block;
	position: absolute;
	border-left-color: transparent !important;
	border-right-color: transparent !important;
	border-bottom-color: transparent !important;
}

.ls-thumbnail-wrapper {
	position: relative;
	width: 100%;
	margin: 0 auto;
	z-index: 4;
}

.ls-thumbnail {
	position: relative;
	margin: 0 auto;
}

.ls-thumbnail-inner,
.ls-thumbnail-slide-container {
	width: 100%;	
}

.ls-thumbnail-slide-container {
	overflow: hidden !important;
	position: relative;
}

.ls-touchscroll {
	overflow-x: auto !important;
}

.ls-thumbnail-slide {
	text-align: center;
	white-space: nowrap;
	float: left;
	position: relative;
}

.ls-thumbnail-slide a {
	overflow: hidden;
	display: inline-block;
	width: 0px;
	height: 0px;
	position: relative;
}

.ls-thumbnail-slide img {
	max-width: none !important;
	max-height: 100% !important;
	height: 100%;
	visibility: visible !important;
}

.ls-shadow {
	display: none;
	position: absolute;
	z-index: 1;
	top: 100%;
	width: 100%;
	left: 0px;
	overflow: hidden !important;
	visibility: hidden;
}

.ls-shadow img {
	width: 100% !important;
	height: auto !important;
	position: absolute !important;
	left: 0px !important;
	bottom: 0px !important;
}

.ls-bottom-nav-wrapper,
.ls-thumbnail-wrapper,
.ls-nav-prev,
.ls-nav-next {
	visibility: hidden;
}



/* WP plugin fullWidth */

.ls-wp-fullwidth-container {
	width: 100%;
	position: relative;
}

.ls-wp-fullwidth-helper {
	position: absolute;
}



/* 2D & 3D Layer Transitions */

.ls-overflow-hidden {
	overflow: hidden;
}

.ls-lt-tile {
	position: relative;
	float: left;
	perspective: 500px;
	-o-perspective: 500px;
	-ms-perspective: 500px;
	-moz-perspective: 500px;
	-webkit-perspective: 500px;
}

.ls-curtiles {
	overflow: hidden;
}

.ls-curtiles,
.ls-nexttiles {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
}

.ls-curtile, .ls-nexttile {
	overflow: hidden;
	position: absolute;
	width: 100% !important;
	height: 100% !important;
}

.ls-curtile {
	left: 0px;
	top: 0px;
}

.ls-curtile img,
.ls-nexttile img {
	position: absolute;
	filter: inherit;
}

.ls-3d-container {
	position: relative;
	perspective: 1000px;
	-o-perspective: 1000px;
	-ms-perspective: 1000px;
	-moz-perspective: 1000px;
	-webkit-perspective: 1000px;
	overflow: visible !important;
}

.ls-3d-box {
	position: absolute;
	top: 50%;
	left: 50%;
	transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
}

.ls-3d-box div {
	overflow: hidden;
	background: #777;
	margin: 0px;
	padding: 0px;
	position: absolute;
	transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
}



/* Full screen */

.ls-fullscreen {
	position: absolute;
	z-index: 10;
	cursor: pointer;
	display: block;
}



/* Removing all default global styles of WordPress themes */

html * .ls-nav-prev,
html * .ls-nav-next,
html * .ls-container img,
html * .ls-bottom-nav-wrapper a,
html * .ls-container .ls-fullscreen,
body * .ls-nav-prev,
body * .ls-nav-next,
body * .ls-container img,
body * .ls-bottom-nav-wrapper a,
body * .ls-container .ls-fullscreen,
#ls-global * .ls-nav-prev,
#ls-global * .ls-nav-next,
#ls-global * .ls-container img,
#ls-global * .ls-bottom-nav-wrapper a,
#ls-global * .ls-container .ls-fullscreen {
	transition: none;
	-o-transition: none;
	-ms-transition: none;
	-moz-transition: none;
	-webkit-transition: none;
	line-height: normal;
	outline: none;
	padding: 0px;
	border: 0px;
}

html * .ls-thumbnail a,
body * .ls-thumbnail a,
#ls-global * .ls-thumbnail a {
	transition: none;
	-o-transition: none;
	-ms-transition: none;
	-moz-transition: none;
	-webkit-transition: none;
	line-height: normal;
	outline: none;
	padding: 0px;
	border: 0px;	
}

html * .ls-container img,
body * .ls-container img,
#ls-global * .ls-container img {
	background: none !important;
	min-width: 0 !important;
	max-width: none !important;
	border-radius: 0px;
	box-shadow: none;
	border: 0px;
	padding: 0px;
}

html * .ls-wp-container .ls-layer > *,
body * .ls-wp-container .ls-layer > *,
#ls-global * .ls-wp-container .ls-layer > * {
	line-height: normal;
	outline: none;
	padding: 0px;
	margin: 0px;	
	border: 0px;
}

.ls-wp-fullwidth-container,
.ls-wp-fullwidth-helper,
.ls-container,
.ls-container * {
	box-sizing: content-box !important;
	-moz-box-sizing: content-box !important;
	-webkit-box-sizing: content-box !important;
}

html * .ls-yourlogo,
body * .ls-yourlogo,
#ls-global * .ls-yourlogo {
	margin: 0px;	
}

html * .ls-tn,
body * .ls-tn,
#ls-global * .ls-tn {
	display: none;
}

.site {
	overflow: visible !important;
}



/* Style of LayerSlider Debug Console */

.ls-debug-console * {
	margin: 0px !important;
	padding: 0px !important;
	border: 0px !important;
	color: white !important;
	text-shadow: none !important;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", Helvetica, Arial, sans-serif !important;
	line-height: normal !important;
	-webkit-font-smoothing: antialiased !important;
	text-align: left !important;
	font-style: normal !important;
}

.ls-debug-console h1 {
	padding-top: 10px !important;
	font-size: 17px !important;
	font-weight: bold !important;
}

.ls-debug-console h1:first-child {
	padding-top: 0px !important;
}

.ls-debug-console ul {
	padding-top: 10px !important;
	list-style: none !important;
}

.ls-debug-console li {
	margin-left: 10px !important;
	font-size: 13px !important;
	position: relative !important;
	font-weight: normal !important;
}

html * .ls-debug-console li ul,
body * .ls-debug-console li ul,
#ls-global * .ls-debug-console li ul {
	display: none;
	width: 260px;
	left: -10px;	
}

.ls-debug-console li ul {
	position: absolute !important;
	bottom: 100% !important;
	padding: 10px 10px 10px 0px !important;
	background: white !important;
	border-radius: 10px !important;
	box-shadow: 0px 0px 20px black !important;
}

html * .ls-debug-console li:hover ul,
body * .ls-debug-console li:hover ul,
#ls-global * .ls-debug-console li:hover ul {
	display: block;	
}

.ls-debug-console li ul * {
	color: black !important;
}

.ls-debug-console a {
	text-decoration: none !important;
	border-bottom: 1px dotted white !important;
}

.ls-error {
	border-radius: 5px !important;
	-moz-border-radius: 5px !important;
	-wenkit-border-radius: 5px !important;
	background: white !important;
	height: auto !important;
	width: auto !important;
	color: white !important;
	padding: 20px 40px 30px 80px !important;
	position: relative !important;
	box-shadow: 0px 2px 20px -5px black;
}

.ls-error p {
	line-height: normal !important;
	text-shadow: none !important;	
	margin: 0px !important;
	padding: 0px !important;
	border: 0px !important;
	text-align: justify !important;
	font-family: Arial, sans-serif !important;
}

.ls-error .ls-error-title {
	line-height: 40px !important;
	color: red !important;
	font-weight: bold !important;
	font-size: 16px !important;
}

.ls-error .ls-error-text {
	color: #555 !important;
	font-weight: normal !important;
	font-size: 13px !important;
}

.ls-error .ls-exclam {
	width: 40px !important;
	height: 40px !important;
	position: absolute !important;
	left: 20px !important;
	top: 20px !important;
	border-radius: 50px !important;
	-moz-border-radius: 50px !important;
	-webkit-border-radius: 50px !important;
	font-size: 30px !important;
	font-weight: bold !important;
	color: white !important;
	line-height: 40px !important;
	background: red !important;
	text-align: center !important;
}



/* GPU Hardware Acceleration */

html * .ls-container .ls-shadow,
html * .ls-container .ls-layer > *,
html * .ls-container .ls-fullscreen,
html * .ls-container .ls-webkit-hack,
html * .ls-container .ls-3d-container,
html * .ls-container .ls-lt-container,
html * .ls-container .ls-lt-container *,
html * .ls-container .ls-thumbnail-wrapper,
html * .ls-container .ls-bottom-nav-wrapper,
body * .ls-container .ls-shadow,
body * .ls-container .ls-layer > *,
body * .ls-container .ls-fullscreen,
body * .ls-container .ls-webkit-hack,
body * .ls-container .ls-3d-container,
body * .ls-container .ls-lt-container,
body * .ls-container .ls-lt-container *,
body * .ls-container .ls-thumbnail-wrapper,
body * .ls-container .ls-bottom-nav-wrapper,
#ls-global * .ls-container .ls-shadow,
#ls-global * .ls-container .ls-layer > *,
#ls-global * .ls-container .ls-fullscreen,
#ls-global * .ls-container .ls-webkit-hack,
#ls-global * .ls-container .ls-3d-container,
#ls-global * .ls-container .ls-lt-container,
#ls-global * .ls-container .ls-lt-container *,
#ls-global * .ls-container .ls-thumbnail-wrapper,
#ls-global * .ls-container .ls-bottom-nav-wrapper {
	backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	transform: translateZ(0px);
	-o-transform: translateZ(0px);
	-ms-transform: translateZ(0px);
	-moz-transform: translateZ(0px);
	-webkit-transform: translateZ(0px);
}

/* Firefox embedded video fix */

html * .ls-container .ls-video-layer,
body * .ls-container .ls-video-layer,
#ls-global * .ls-container .ls-video-layer,
html * .ls-container .ls-layer iframe,
body * .ls-container .ls-layer iframe,
#ls-global * .ls-container .ls-layer iframe {
	backface-visibility: visible !important;
	-moz-backface-visibility: visible !important;
	transform: none !important;
	-moz-transform: none !important;
}

html * .ls-container .ls-webkit-hack,
body * .ls-container .ls-webkit-hack,
#ls-global * .ls-container .ls-webkit-hack {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
}

/* GPU */

@media (transform-3d), (-o-transform-3d), (-ms-transform-3d), (-moz-transform-3d), (-webkit-transform-3d) {
	#ls-test3d {
		position: absolute;
		left: 9px;
		height: 3px;
	}
}

/*!* modified Simple lightbox effect in pure JS
* @see {@link https://github.com/squeral/lightbox}
* @see {@link https://github.com/squeral/lightbox/blob/master/lightbox.js}
* passes jshint*/.iframe-lightbox,.iframe-lightbox .backdrop{width:100%;height:100%;top:0;left:0}.iframe-lightbox{display:none;position:fixed;opacity:0;-webkit-transition:opacity .2s ease;transition:opacity .2s ease;z-index:2}.iframe-lightbox .backdrop{position:absolute;background-color:rgba(0,0,0,.5);cursor:default;z-index:1}.iframe-lightbox .content-holder{width:80%;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);margin-right:-50%;z-index:2}.iframe-lightbox .content{height:0;position:relative;padding-bottom:56.25%}.iframe-lightbox .content>.body{position:absolute;top:0;left:0;width:100%;height:100%;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nNDgnIGhlaWdodD0nNDgnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89InhNaWRZTWlkIiBjbGFzcz0idWlsLXJpbmciPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAiIGhlaWdodD0iMTAwIiBmaWxsPSJub25lIiBjbGFzcz0iYmsiPjwvcmVjdD48Y2lyY2xlIGN4PSI1MCIgY3k9IjUwIiByPSI0NiIgc3Ryb2tlLWRhc2hhcnJheT0iMTg3Ljg2NzI0MDY4NDY2OTY0IDEwMS4xNTkyODM0NDU1OTEzMSIgc3Ryb2tlPSIjRTZFNkU2IiBvcGFjaXR5PSIxIiBmaWxsPSJub25lIiBzdHJva2Utd2lkdGg9IjgiPjxhbmltYXRlVHJhbnNmb3JtIGF0dHJpYnV0ZU5hbWU9InRyYW5zZm9ybSIgdHlwZT0icm90YXRlIiB2YWx1ZXM9IjAgNTAgNTA7MTgwIDUwIDUwOzM2MCA1MCA1MDsiIGtleVRpbWVzPSIwOzAuNTsxIiBkdXI9IjFzIiByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSIgYmVnaW49IjBzIj48L2FuaW1hdGVUcmFuc2Zvcm0+PC9jaXJjbGU+PC9zdmc+);background-repeat:no-repeat;background-size:3em 3em;background-position:center center}.iframe-lightbox .content>.body.is-loaded{background-image:none}.iframe-lightbox iframe{display:block;width:100%;height:100%;border:0;box-shadow:.267rem .267rem .267rem 0 rgba(3,3,3,.3);-webkit-transition:opacity .2s ease;transition:opacity .2s ease}.iframe-lightbox.is-showing{display:block}.iframe-lightbox.is-opened{opacity:1}

/* v1.0.6 */
/* Core RS CSS file. 95% of time you shouldn't change anything here. */
.royalSlider {
	width: 600px;
	height: 400px;
	position: relative;
	direction: ltr;
}
.royalSlider > * {
	float: left;
}

.rsWebkit3d .rsSlide,
.rsWebkit3d .rsContainer,
.rsWebkit3d .rsThumbs,
.rsWebkit3d .rsPreloader,
.rsWebkit3d img,
.rsWebkit3d .rsOverflow,
.rsWebkit3d .rsBtnCenterer,
.rsWebkit3d .rsAbsoluteEl,
.rsWebkit3d .rsABlock,
.rsWebkit3d .rsLink {
	-webkit-backface-visibility: hidden;
}
.rsFade.rsWebkit3d .rsSlide,
.rsFade.rsWebkit3d img,
.rsFade.rsWebkit3d .rsContainer {
    -webkit-transform: none;
}
.rsOverflow {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	float: left;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
.rsVisibleNearbyWrap {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	left: 0;
	top: 0;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
.rsVisibleNearbyWrap .rsOverflow {
	position: absolute;
	left: 0;
	top: 0;

}
.rsContainer {
	position: relative;
	width: 100%;
	height: 100%;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}

.rsArrow,
.rsThumbsArrow {
	cursor: pointer;
}

.rsThumb {
	float: left;
	position: relative;
}


.rsArrow,
.rsNav,
.rsThumbsArrow {
	opacity: 1;
	-webkit-transition:opacity 0.3s linear;
	-moz-transition:opacity 0.3s linear;
	-o-transition:opacity 0.3s linear;
	transition:opacity 0.3s linear;
}
.rsHidden {
	opacity: 0;
	visibility: hidden;
	-webkit-transition:visibility 0s linear 0.3s,opacity 0.3s linear;
	-moz-transition:visibility 0s linear 0.3s,opacity 0.3s linear;
	-o-transition:visibility 0s linear 0.3s,opacity 0.3s linear;
	transition:visibility 0s linear 0.3s,opacity 0.3s linear;
}


.rsGCaption {
	width: 100%;
	float: left;
	text-align: center;
}

/* Fullscreen options, very important ^^ */
.royalSlider.rsFullscreen {
	position: fixed !important;
	height: auto !important;
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	z-index: 2147483647 !important;
	top: 0 !important;
	left: 0 !important;
	bottom: 0 !important;
	right: 0 !important;
}

.royalSlider .rsSlide.rsFakePreloader {
	opacity: 1 !important;
	-webkit-transition: 0s;
	-moz-transition: 0s;
	-o-transition:  0s;
	transition:  0s;
	display: none;
}

.rsSlide {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	overflow: hidden;
	
	height: 100%;
	width: 100%;
}

.royalSlider.rsAutoHeight,
.rsAutoHeight .rsSlide {
	height: auto;
}

.rsContent {
	width: 100%;
	height: 100%;
	position: relative;
}

.rsPreloader {
	position:absolute;
	z-index: 0;	
}

.rsNav {
	-moz-user-select: -moz-none;
	-webkit-user-select: none;
	user-select: none;
}
.rsNavItem {
	-webkit-tap-highlight-color:rgba(0,0,0,0.25);
}

.rsThumbs {
	cursor: pointer;
	position: relative;
	overflow: hidden;
	float: left;
	z-index: 22;
}
.rsTabs {
	float: left;
	background: none !important;
}
.rsTabs,
.rsThumbs {
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}


.rsVideoContainer {
	width: auto;
	height: auto;
	line-height: 0;
	position: relative;
}
.rsVideoFrameHolder {
	position: absolute;
	left: 0;
	top: 0;
	background: #141414;
	opacity: 0;
	-webkit-transition: .3s;
}
.rsVideoFrameHolder.rsVideoActive {
	opacity: 1;
}
.rsVideoContainer iframe,
.rsVideoContainer video,
.rsVideoContainer embed,
.rsVideoContainer .rsVideoObj {
	position: absolute;
	z-index: 50;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
/* ios controls over video bug, shifting video */
.rsVideoContainer.rsIOSVideo iframe,
.rsVideoContainer.rsIOSVideo video,
.rsVideoContainer.rsIOSVideo embed {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 44px;
}

.rsABlock {
	left: 0;
	top: 0;
	position: absolute;
	z-index: 15;
	
}

img.rsImg {
	max-width: none;
}

.grab-cursor {
	cursor:url(/js/royalslider/grab.png) 8 8, move; 
}

.grabbing-cursor{ 
	cursor:url(/js/royalslider/grabbing.png) 8 8, move;
}

.rsNoDrag {
	cursor: auto;
}

.rsLink {
	left:0;
	top:0;
	position:absolute;
	width:100%;
	height:100%;
	display:block;	
	z-index: 20;
	background: url(/js/royalslider/blank.gif);
}

/******************************
*
*  RoyalSlider Default Skin 
*
*    1. Arrows 
*    2. Bullets
*    3. Thumbnails
*    4. Tabs
*    5. Fullscreen button
*    6. Play/close video button
*    7. Preloader
*    8. Caption
*    
*  Sprite: '/js/royalslider/skins/default/rs-default.png'
*  Feel free to edit anything
*  If you don't some part - just delete it
* 
******************************/


/* Background */
.rsDefault,
.rsDefault .rsOverflow,
.rsDefault .rsSlide,
.rsDefault .rsVideoFrameHolder,
.rsDefault .rsThumbs {
	background: #151515;
	color: #FFF;
}


/***************
*
*  1. Arrows
*
****************/

.rsDefault .rsArrow {
	height: 100%;
	width: 44px;
	position: absolute;
	display: block;
	cursor: pointer;
	z-index: 21;
}
.rsDefault.rsVer .rsArrow {
	width: 100%;
	height: 44px;
	
}
.rsDefault.rsVer .rsArrowLeft { top: 0; left: 0; }
.rsDefault.rsVer .rsArrowRight { bottom: 0;  left: 0; }

.rsDefault.rsHor .rsArrowLeft { left: 0; top: 0; }
.rsDefault.rsHor .rsArrowRight { right: 0; top:0; }

.rsDefault .rsArrowIcn {		
	width: 32px;
	height: 32px;
	top: 50%;
	left: 50%;
	margin-top:-16px;	
	margin-left: -16px;

	position: absolute;	
	cursor: pointer;	
	background: url('/js/royalslider/skins/default/rs-default.png');

	background-color: #000;
	background-color: rgba(0,0,0,0.75);
	*background-color: #000;
	
	border-radius: 2px;
}
.rsDefault .rsArrowIcn:hover {
	background-color: rgba(0,0,0,0.9);
}

.rsDefault.rsHor .rsArrowLeft .rsArrowIcn { background-position: -64px -32px; }
.rsDefault.rsHor .rsArrowRight .rsArrowIcn { background-position: -64px -64px; }

.rsDefault.rsVer .rsArrowLeft .rsArrowIcn { background-position: -96px -32px; }
.rsDefault.rsVer .rsArrowRight .rsArrowIcn { background-position: -96px -64px; }

.rsDefault .rsArrowDisabled .rsArrowIcn { opacity: .2; filter: alpha(opacity=20);  *display: none; }


/***************
*
*  2. Bullets
*
****************/

.rsDefault .rsBullets {
	position: absolute;
	z-index: 35;
	left: 0;
	bottom: 0;
	width: 100%;
	height: auto;
	margin: 0 auto; 

	background: #000;
	background: rgba(0,0,0,0.75);

	text-align: center;
	line-height: 8px;
	overflow: hidden;
}
.rsDefault .rsBullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	*display:inline; 
	*zoom:1;
	padding: 6px 5px 6px;
}
.rsDefault .rsBullet span {
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #777;
	background: rgba(255,255,255,0.5);
}
.rsDefault .rsBullet.rsNavSelected span {
	background-color: #FFF;
}





/***************
*
*  3. Thumbnails
*
****************/

.rsDefault .rsThumbsHor {
	width: 100%;
	height: 72px;
}
.rsDefault .rsThumbsVer {
	width: 96px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
}
.rsDefault.rsWithThumbsHor .rsThumbsContainer {
	position: relative;
	height: 100%;
}
.rsDefault.rsWithThumbsVer .rsThumbsContainer {
	position: relative;
	width: 100%;
}
.rsDefault .rsThumb {
	float: left;
	overflow: hidden;
	width: 96px;
	height: 72px;
}
.rsDefault .rsThumb img {
	width: 100%;
	height: 100%;
}
.rsDefault .rsThumb.rsNavSelected {
	background: #02874a;
}
.rsDefault .rsThumb.rsNavSelected img {
	opacity: 0.3;
	filter: alpha(opacity=30);
}
.rsDefault .rsTmb {
	display: block;
}

/* Thumbnails with text */
.rsDefault .rsTmb h5 {
	font-size: 16px;
	margin: 0;
	padding: 0;
	line-height: 20px;
	color: #FFF;
}
.rsDefault .rsTmb span {
	color: #DDD;
	margin: 0;
	padding: 0;
	font-size: 13px;
	line-height: 18px;
}



/* Thumbnails arrow icons */
.rsDefault .rsThumbsArrow {
	height: 100%;
	width: 20px;
	position: absolute;
	display: block;
	cursor: pointer;	
	z-index: 21;	
	background: #000;
	background: rgba(0,0,0,0.75);
}
.rsDefault .rsThumbsArrow:hover {
	background: rgba(0,0,0,0.9);
}
.rsDefault.rsWithThumbsVer .rsThumbsArrow {
	width: 100%;
	height: 20px;
}
.rsDefault.rsWithThumbsVer .rsThumbsArrowLeft { top: 0; left: 0; }
.rsDefault.rsWithThumbsVer .rsThumbsArrowRight { bottom: 0;  left: 0; }

.rsDefault.rsWithThumbsHor .rsThumbsArrowLeft { left: 0; top: 0; }
.rsDefault.rsWithThumbsHor .rsThumbsArrowRight { right: 0; top:0; }

.rsDefault .rsThumbsArrowIcn {		
	width: 16px;
	height: 16px;
	top: 50%;
	left: 50%;
	margin-top:-8px;	
	margin-left: -8px;
	position: absolute;	
	cursor: pointer;	
	background: url('/js/royalslider/skins/default/rs-default.png');
}

.rsDefault.rsWithThumbsHor .rsThumbsArrowLeft .rsThumbsArrowIcn { background-position: -128px -32px; }
.rsDefault.rsWithThumbsHor .rsThumbsArrowRight .rsThumbsArrowIcn { background-position: -128px -48px; }

.rsDefault.rsWithThumbsVer .rsThumbsArrowLeft .rsThumbsArrowIcn { background-position: -144px -32px; }
.rsDefault.rsWithThumbsVer .rsThumbsArrowRight .rsThumbsArrowIcn { background-position: -144px -48px; }

.rsDefault .rsThumbsArrowDisabled { display: none !important; }

/* Thumbnails resizing on smaller screens */
@media screen and (min-width: 0px) and (max-width: 800px) {
	.rsDefault .rsThumb {
		width: 59px;
		height: 44px;
	}
	.rsDefault .rsThumbsHor {
		height: 44px;
	}
	.rsDefault .rsThumbsVer {
		width: 59px;
	}
}




/***************
*
*  4. Tabs
*
****************/

.rsDefault .rsTabs {
	width: 100%;
	height: auto;
	margin: 0 auto;
	text-align:center;
	overflow: hidden; padding-top: 12px; position: relative;
}
.rsDefault .rsTab {
	display: inline-block;
	cursor: pointer;
	text-align: center;
	height: auto;
	width: auto;
	color: #333;
	padding: 5px 13px 6px;
	min-width: 72px;
	border: 1px solid #D9D9DD;
	border-right: 1px solid #f5f5f5;
	text-decoration: none;

	background-color: #FFF;
	background-image: -webkit-linear-gradient(top, #fefefe, #f4f4f4); 
	background-image:    -moz-linear-gradient(top, #fefefe, #f4f4f4);
	background-image:         linear-gradient(to bottom, #fefefe, #f4f4f4);

	-webkit-box-shadow: inset 1px 0 0 #fff;
	box-shadow: inset 1px 0 0 #fff;

	*display:inline; 
	*zoom:1;
}
.rsDefault .rsTab:first-child {
	-webkit-border-top-left-radius: 4px;
	border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
.rsDefault .rsTab:last-child { 
	-webkit-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;

	border-right:  1px solid #cfcfcf;
}
.rsDefault .rsTab:active { 
	border: 1px solid #D9D9DD;   
	background-color: #f4f4f4;
	box-shadow:  0 1px 4px rgba(0, 0, 0, 0.2) inset;
}
.rsDefault .rsTab.rsNavSelected { 
	color: #FFF;
	border: 1px solid #999;
	text-shadow: 1px 1px #838383;
	box-shadow: 0 1px 9px rgba(102, 102, 102, 0.65) inset;
	background: #ACACAC;
	background-image: -webkit-linear-gradient(top, #ACACAC, #BBB);
	background-image: -moz-llinear-gradient(top, #ACACAC, #BBB);
	background-image: linear-gradient(to bottom, #ACACAC, #BBB);
}





/***************
*
*  5. Fullscreen button
*
****************/

.rsDefault .rsFullscreenBtn {
	right: 0;
	top: 0;
	width: 44px;
	height: 44px;
	z-index: 22;
	display: block;
	position: absolute;
	cursor: pointer;
	
}
.rsDefault .rsFullscreenIcn {
	display: block;
	margin: 6px;
	width: 32px;
	height: 32px;

	background: url('/js/royalslider/skins/default/rs-default.png') 0 0;
	background-color: #000;
	background-color: rgba(0,0,0,0.75);
	*background-color: #000;
	border-radius: 2px;

}
.rsDefault .rsFullscreenIcn:hover {
	background-color: rgba(0,0,0,0.9);
}
.rsDefault.rsFullscreen .rsFullscreenIcn {
	background-position: -32px 0;
}





/***************
*
*  6. Play/close video button
*
****************/

.rsDefault .rsPlayBtn {
	-webkit-tap-highlight-color:rgba(0,0,0,0.3);
	width:64px;
	height:64px;
	margin-left:-32px;
	margin-top:-32px;
	cursor: pointer;
}
.rsDefault .rsPlayBtnIcon {
	width:64px;
	display:block;
	height:64px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	
	-webkit-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;

	background:url(/js/royalslider/skins/default/rs-default.png) no-repeat 0 -32px;
	background-color: #000;
	background-color: rgba(0,0,0,0.75);
	*background-color: #000;
}
.rsDefault .rsPlayBtn:hover .rsPlayBtnIcon {
	background-color: rgba(0,0,0,0.9);
}
.rsDefault .rsBtnCenterer {
	position:absolute;
	left:50%;
	top:50%;
}
.rsDefault .rsCloseVideoBtn {
	right: 0;
	top: 0;
	width: 44px;
	height: 44px;
	z-index: 500;
	position: absolute;
	cursor: pointer;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	
}
.rsDefault .rsCloseVideoBtn.rsiOSBtn {
	top: -38px;
	right: -6px;
}

.rsDefault .rsCloseVideoIcn {
	margin: 6px;
	width: 32px;
	height: 32px;
	background: url('/js/royalslider/skins/default/rs-default.png') -64px 0;
	background-color: #000;
	background-color: rgba(0,0,0,0.75);
	*background-color: #000;
}
.rsDefault .rsCloseVideoIcn:hover {
	background-color: rgba(0,0,0,0.9);
}



/***************
*
*  7. Preloader
*
****************/

.rsDefault .rsPreloader {
	width:20px;
	height:20px;
	background-image:url(/js/royalslider/skins/preloaders/preloader-white.gif);

	left:50%;
	top:50%;
	margin-left:-10px;
	margin-top:-10px;	
}




/***************
*
*  8. Global caption
*
****************/
.rsDefault .rsGCaption {
	position: absolute;
	float: none;
	bottom: 6px;
	left: 6px;
	text-align: left;

	background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.75);

	color: #FFF;
	padding: 2px 8px;
	width: auto;
	font-size: 12px;
	border-radius: 2px;
}

/*! jQuery UI - v1.10.3 - 2013-06-06
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.resizable.css, jquery.ui.selectable.css, jquery.ui.accordion.css, jquery.ui.autocomplete.css, jquery.ui.button.css, jquery.ui.datepicker.css, jquery.ui.dialog.css, jquery.ui.menu.css, jquery.ui.progressbar.css, jquery.ui.slider.css, jquery.ui.spinner.css, jquery.ui.tabs.css, jquery.ui.tooltip.css
* Copyright 2013 jQuery Foundation and other contributors Licensed MIT */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-clearfix {
	min-height: 0; /* support: IE7 */
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0);
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
}


/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}
.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin-top: 2px;
	padding: .5em .5em .5em .7em;
	min-height: 0; /* support: IE7 */
}
.ui-accordion .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-noicons {
	padding-left: .7em;
}
.ui-accordion .ui-accordion-icons .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
	position: absolute;
	left: .5em;
	top: 50%;
	margin-top: -8px;
}
.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}
.ui-button {
	display: inline-block;
	position: relative;
	padding: 0;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	overflow: visible; /* removes extra width in IE */
}
.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
	text-decoration: none;
}
/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
	width: 2.2em;
}
/* button elements seem to need a little more width */
button.ui-button-icon-only {
	width: 2.4em;
}
.ui-button-icons-only {
	width: 3.4em;
}
button.ui-button-icons-only {
	width: 3.7em;
}

/* button text element */
.ui-button .ui-button-text {
	display: block;
	line-height: normal;
}
.ui-button-text-only .ui-button-text {
	padding: .4em 1em;
}
.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
	padding: .4em;
	text-indent: -9999999px;
}
.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 1em .4em 2.1em;
}
.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 2.1em .4em 1em;
}
.ui-button-text-icons .ui-button-text {
	padding-left: 2.1em;
	padding-right: 2.1em;
}
/* no icon support for input elements, provide padding by default */
input.ui-button {
	padding: .4em 1em;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
	position: absolute;
	top: 50%;
	margin-top: -8px;
}
.ui-button-icon-only .ui-icon {
	left: 50%;
	margin-left: -8px;
}
.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
	left: .5em;
}
.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
	right: .5em;
}

/* button sets */
.ui-buttonset {
	margin-right: 7px;
}
.ui-buttonset .ui-button {
	margin-left: 0;
	margin-right: -.3em;
}

/* workarounds */
/* reset extra padding in Firefox, see h5bp.com/l */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month-year {
	width: 100%;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 49%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}
.ui-dialog {
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 21px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}
.ui-dialog .ui-resizable-se {
	width: 12px;
	height: 12px;
	right: -5px;
	bottom: -5px;
	background-position: 16px 16px;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}
.ui-menu {
	list-style: none;
	padding: 2px;
	margin: 0;
	display: block;
	outline: none;
}
.ui-menu .ui-menu {
	margin-top: -3px;
	position: absolute;
}
.ui-menu .ui-menu-item {
	margin: 0;
	padding: 0;
	width: 100%;
	/* support: IE10, see #8844 */
	list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}
.ui-menu .ui-menu-divider {
	margin: 5px -2px 5px -2px;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-menu-item a {
	text-decoration: none;
	display: block;
	padding: 2px .4em;
	line-height: 1.5;
	min-height: 0; /* support: IE7 */
	font-weight: normal;
}
.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active {
	font-weight: normal;
	margin: -1px;
}

.ui-menu .ui-state-disabled {
	font-weight: normal;
	margin: .4em 0 .2em;
	line-height: 1.5;
}
.ui-menu .ui-state-disabled a {
	cursor: default;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}
.ui-menu-icons .ui-menu-item a {
	position: relative;
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: .2em;
	left: .2em;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	position: static;
	float: right;
}
.ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
	background: url("images/animated-overlay.gif");
	height: 100%;
	filter: alpha(opacity=25);
	opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* For IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: .8em;
}
.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;
}
.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}
.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 22px;
}
.ui-spinner-button {
	width: 16px;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0;
}
/* more specificity required here to overide default borders */
.ui-spinner a.ui-spinner-button {
	border-top: none;
	border-bottom: none;
	border-right: none;
}
/* vertical centre icon */
.ui-spinner .ui-icon {
	position: absolute;
	margin-top: -8px;
	top: 50%;
	left: 0;
}
.ui-spinner-up {
	top: 0;
}
.ui-spinner-down {
	bottom: 0;
}

/* TR overrides */
.ui-spinner .ui-icon-triangle-1-s {
	/* need to fix icons sprite */
	background-position: -65px -16px;
}
.ui-tabs {
	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	padding: .2em;
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap;
}
.ui-tabs .ui-tabs-nav li a {
	float: left;
	padding: .5em 1em;
	text-decoration: none;
}
/*.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
}*/
.ui-tabs .ui-tabs-nav li.ui-tabs-active a,
.ui-tabs .ui-tabs-nav li.ui-state-disabled a,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading a {
	cursor: text;
}
.ui-tabs .ui-tabs-nav li a, /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}
.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
	-webkit-box-shadow: 0 0 5px #aaa;
	box-shadow: 0 0 5px #aaa;
}
body .ui-tooltip {
	border-width: 2px;
}


/* Tabs
----------------------------------*/
.ui-tabs { position: relative; padding: .2em; zoom: 1; } /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
.ui-tabs .ui-tabs-nav { margin: 0; padding:0; }
.ui-tabs .ui-tabs-nav li { list-style: none; float: left; position: relative; /*top: 1px;*/ margin: 0 5px 0px 0; border-bottom: 0 !important; padding: 0; white-space: nowrap; }
.ui-tabs .ui-tabs-nav li a { float: left; padding: .5em 1em; text-decoration: none; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { margin-bottom: 0; /*padding-bottom: 1px; top: 0px;*/ }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: default; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel { display: block; border-width: 0; padding: 1em 1.4em; background: none; }
.ui-tabs .ui-tabs-hide { display: none !important; }

body {
	/*background:url(/tmpl_v3/54_garantietotale/img/bg1.jpg?2) no-repeat center top;*/
	background:url(/tmpl_v3/54_garantietotale/img/texture.jpg);
	background-size:50px 50px;
	background-attachment:fixed;
	font-family:"Comfortaa";
	min-height:100%;
	height:100%;
	font-weight:300;
	font-size:15px;
	
}


#background_body {
	background:#FFF url(/tmpl_v3/54_garantietotale/img/bg1.jpg) no-repeat  top center;
	min-height:100%;
	height:100%;
	width:100%;
	position:fixed;
	z-index:-1;
	
	top:0;
	left:0;
	
}

a {
	color:#004181;
	text-decoration:none;
}
a:hover {
	color:#616161;
	text-decoration:none;
}
#container {
	width:1000px;
	position:relative;
	height: auto !important;
	padding-bottom:60px;
	min-height: 0;
	margin:0 auto;
	padding-top:0px;
	z-index:2;
}

#container.container_home{
	padding-bottom:40px;
}

.containers{
	width:1000px;
	position:relative;
	margin:0 auto;
}

/**Menu*/
#menu {
	position:relative;
	z-index:4;
	overflow:visible;
	filter:none;
	background:#fbfbfb;
	-webkit-box-shadow:  0px 2px 3px 1px rgba(0, 0, 0, 0.35);
    box-shadow:  0px 2px 3px 1px rgba(0, 0, 0, 0.35);
	border-bottom:3px solid #616161;
	width:100%;
	min-width:1000px;
}

#menu_inner{
	margin:0 auto;
	width:1000px;
	height:56px;
	margin-top:0px;
	overflow:visible;
	text-align:center;
}

#menu_float{
	width:auto;
	margin:0 auto;
	display:inline-block;
}


#ban_top{
	background:#3B83BD;
	color:#FFF;
	position:relative;
	z-index:200;
	border-bottom:3px solid #4A6DC3;
	min-width:1000px;
}

#adr_contain{
	margin-left:380px;	
	font-size:16px;
}





.btn, a.btn, #tabs a.btn, .mandataires a.btn_mandat div, #prod_back a,
.res_div_right.type_5, .btn.search
{
	background: #404040;
	background: -moz-linear-gradient(top,  #404040 0%, #070707 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#404040), color-stop(100%,#070707));
	background: -webkit-linear-gradient(top,  #404040 0%,#070707 100%);
	background: -o-linear-gradient(top,  #404040 0%,#070707 100%);
	background: -ms-linear-gradient(top,  #404040 0%,#070707 100%);
	background: linear-gradient(to bottom,  #404040 0%,#070707 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#404040', endColorstr='#070707',GradientType=0 );
	filter:none;
}

input.btn{
	padding:4px 8px;
	border:0;
	font-size:16px;
}

#menu li {
	list-style:none;
	display:inline-block;
	height:56px;
	line-height:56px;
}

#menu li a {
	display:block;
	height:100%;
	color:#6b6b6b;
	text-decoration:none;
	font-size:16px;
	margin:0 14px;
	text-transform:uppercase;
	-moz-transition:0.2s all;
    -webkit-transition:0.2s all;
    -o-transition:0.2s all;
    transition:0.2s all;
}
#menu li a:hover {
	color:#000;
}
#menu li.active a {
	color:#A03472;	
}
#menu li span.first, #menu li span.last {
	display:block;
	width:10px;
	height:100%;
	float:left;
}
#menu li span.last {
	float:right;
}
#menu li.last span.last {
	float:right;
} 

#home_front {
	width:100%;
	min-height:355px;
}
#slider_container {
	width:752px;
	height:355px;
	float:left;
}
#result_count {
	color:#FFF;
	padding-bottom:10px;
	font-size:15px;
}
.slider_container {
	border:1px #FFF solid;
	margin-left:20px;
}



#search_container_inner , #search_form.search_form_alert{
	width:248px;
	color:#FFF;
	font-size:17px;
	font-family:"Open Sans";
}

#search_form.search_form_alert td label{
	color:#000;
}

.container_home #search_container{
	width:300px;
	background: url('/tmpl_v3/54_garantietotale/img/sprite.png');
	background-position:-216px -520px;
}

@media screen and (max-width: 1070px) {
	.container_home #search_container{
	   width:auto;
	}
}



.search_middle {
	padding:20px 20px 0px 20px;
	min-height:300px;
}
.search_bottom {
	height:0px;
}
.prod_slideshow .nivo-controlNav a.active div.slider_nav {
	background:url(../img/bg_highlight.png) 50% 50% repeat-x;
	text-shadow:1px 1px 1px #445700;
}
.prod_slideshow .nivo-caption {
	background:url(../img/bg_slider.png) repeat-x 0 -70px;
}

#content_home_top {
	height:19px;
	
}
#content_home_middle {
	min-height:250px;
	
}

#content_home_middle {
	padding-right:0;
}

#content_home_bottom {
	height:40px;
	
}
#content_page_container {
	margin-top:42px;	
	margin-bottom:40px;
	float:left;
	width:700px;
}
#content_page_top,.bottom_content{
	
	
}
#content_page_middle {
	min-height:300px;

}
#content_page_bottom {
	height:19px;
	
}

.app_container.text h1{
	color:#9e0000;
}

  
  
#column_container, .column_container {
	width:240px;
	margin-top:30px;
	margin-bottom:30px;
	
}



.app_container_inner{
	color:#2B2B3B;
}

#prod_similar {
	text-align:center;

	color:#FFF;
	margin-top:10px;
	margin-bottom:20px;
	font-size:21px;
}

#page_title {
	padding:14px 0 12px 0;
}


h1, h3, h4 {
	color:#004181;
	font-size:21px;
	line-height:21px;
	text-align:center;

	font-family:"Comfortaa";
}




h3, h4 , #layerslider h3.ls-s3{
	color:#fff;
	font-size:16px;
	margin:20px 0 4px 0;
	text-align:left;
	text-shadow:none;
}


.prod_list h3{
	font-size:28px;
	color:#000;
	text-shadow:none;
    filter: none;
	font-style:normal;
}

h4 {
	font-size:15px;
}
#control {
	margin-right:10px;
}


#block_slider_home{
	height:500px;	
	border-top:3px solid #A03472;
	background:#626262;
	-webkit-box-shadow:  inset 0px 2px 3px 1px rgba(0, 0, 0, 0.35);
    box-shadow: inset  0px 2px 3px 1px rgba(0, 0, 0, 0.35);
	min-width:1000px;
}

#block_slider_home_inner{
	width:1000px;
	margin:0 auto;
}



#footer{
	padding:7px 7px 0px 7px;
	background:#626262;
	bottom:0;
	width:auto;
	margin:0 auto;
	border-top:3px solid #A03472;
	-webkit-box-shadow:  inset 0px 2px 3px 1px rgba(0, 0, 0, 0.35);
    box-shadow: inset  0px 2px 3px 1px rgba(0, 0, 0, 0.35);
	min-width:988px;
	
}

.home_page{
		
}

.home_page #content_home_container_inner{
	width:1000px;
	margin:0 auto;
}

#footer_inner{
	width:980px;
	padding:0;
	padding-top:10px;
	padding-bottom:10px;
	margin:0 auto;
	
}

#footer a {
	font-size:13px;
	text-decoration:none;
	color:#FFF;
}
#footer a:hover {
	color:#27c6e8;
}
.value {
	color:#629400;
}
.value.big {
	font-size:20px;
	font-weight:bold;
}
a .mini_tech {
	color:#6f77c6;
	white-space:nowrap;
	overflow:hidden;
}
a .mini_value {
	color:#222d8a;
}
a .mini_tech:hover {
	color:#222d8a;
}
.res_tbl {
	background:#fff;

}
 
div.res_tbl {
	background:#fff;
	padding:10px;
	border:0px solid #cecccc;
	-webkit-box-shadow:  1px 1px 1px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.3);
}



.res_tbl_title h2 a{
	color:#486CC2;
	font-size:17px;
	font-weight:normal;
	
	
}

.res_tbl_title h2{
	margin-bottom:14px;
	height:47px;
	overflow:hidden;
}

.res_div1 .res_tbl_title_inner p{
	color:#494949;
	font-size:14px;
	word-break: normal;
	height:134px;
	line-height:19px;
	overflow:hidden;
}



.res_tbl, .res_div1, .tab_content_simple {
	overflow:visible;
}

.res_tbl .details {
	float:left;
	color:#FFF;
background: rgb(60,87,150);

background: -moz-linear-gradient(45deg,  #942665 0%, #b94286 100%);

background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#942665), color-stop(100%,#b94286));

background: -webkit-linear-gradient(45deg,  #942665 0%,#b94286 100%);

background: -o-linear-gradient(45deg,  #942665 0%,#b94286 100%);

background: -ms-linear-gradient(45deg,  #942665 0%,#b94286 100%);

background: linear-gradient(45deg,  #942665 0%,#b94286 100%);

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3c5796', endColorstr='#4569be',GradientType=1 );
	
	-webkit-box-shadow: inset 1px 1px 1px 0px rgba(0, 0, 0, 0.5);
    box-shadow: inset 1px 1px 1px 0px rgba(0, 0, 0, 0.5);
	
	padding-top:10px;
	min-height:170px;
	
}

.res_tbl_value {
	text-align:center;
	font-size:25px;
	font-weight:200;
	margin-bottom:10px;
}
.prod_details.btn.small {
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-bottomleft: 0px;
}


.res_tbl_title{
	width:35%;	
}
.res_tbl .details{
	width:136px;	
	padding-left:10px;
	padding-right:10px;
}



.search_middle .ui-multiselect, .search_middle .ui-button, .search_middle input.input_text, .search_middle input.input_text:focus
#search_form_alert_container .ui-multiselect,#search_form_alert_container input.input_text,#search_form_alert_container input.input_text:focus{

	background:#FFF;
	border:0;
	border: 1px solid #cecece;
	color:#000;
	
}


input.input_text, input.input_text:focus, #autocomplete{
	padding:6px 4px;
	height:auto;
}



.search_middle .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .search_middle input.input_text {
	border-color:#d7d7d7;
}

.search_middle input.input_text:focus{
	color:#AFAFAF;
}

.search_block{
	text-align:left;	
}

.search_block_label label{
	color:#000;
	text-shadow:none;
}

input.input_text.input_budget{
	width:58px;	
	margin:0 0px 0 2px;
	color:#000;
}

#budget_min{
	margin:0 1px 0 3px;
}

input.input_text, .textarea{
	color:#908f8f;
	font-weight:300;
}


.search_block div.block_filter_radio{
	margin-top:6px;	
}




/* container_left **/
#container_left{
	width:260px;
	min-height:0;
	height:auto;
	float:right;
	margin:0px 0px 30px 0px;
	overflow:visible;
	color:#FFF;
	margin-bottom:0px;
	z-index:2;
	position:relative;
}

.container_home #container_left{
	margin-top:-102px;
}

#container_left_inner{
	width:260px;
	overflow:visible;
}

#container{
	
	border-top:0;
}

/**logo**/
#logo{
	width:400px;
	height:128px;
	color:#000;
	font-size:30px; 
	margin:0 auto;
}

#logo_inner{
	text-align:center;
}

#logo_inner img{
}


#info_agence1{
	margin:40px;
	text-shadow: 0px 1px 0px #000000;
    filter: dropshadow(color=#000000, offx=0, offy=1);
}


/* container_right **/
#container_right{
	width:670px;
	position:relative;
	float:left;
}


/**headers**/
#home_title{
	float:right;
	width:auto;
	height:70px;
	margin-bottom:15px;
	background:rgba(255,255,255,0.9);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#CCFFFFFF', endColorstr='#CCFFFFFF',GradientType=0 );
	position:absolute;
	z-index:1000;
	bottom:80px;
	left:0px;
	padding:10px 40px;
}


#home_title h1{
	line-height:70px;
	font-size:34px;
	margin:0px;
	padding:0px;
	text-align:left;
	color:#004181;	
    filter: dropshadow(color=#acacab, offx=0, offy=1);
}


#perso {
	position:absolute;
	right:0;
	top:50px;
	width:auto;
	float:right;
	margin-right:34px;
}


/**menu**/
.main_menu{
	padding-left:20px;
}


/* gros boutons**/

#quick_links_big{
	padding-top:0;
	margin-top:-28px;
	position:absolute;
	width:100%;

}

#quick_links_big_container{
	height:300px;
}

.quick_links{
	display:block;
	float:left;
	width:33%;
	background: url('/tmpl_v3/54_garantietotale/img/sprite.png');
	background-position:-410px -510px;
}




.quick_icon{
	width:80px;
	height:60px;
	margin:0 auto;
	background: url('/tmpl_v3/54_garantietotale/img/sprite.png');
	margin-top:30px;
}

#quick_icon1{
	background-position:-16px -1098px;
}

#quick_icon2{
	background-position:-117px -1098px;
}

#quick_icon3{
	background-position:-220px -1098px;
}


.quick_links_inner{
	width:125px;
	height:200px;
	font-size:18px;
	line-height:22px;
	color:#FFF;
	font-weight:300;
	font-size:24px;
	line-height:65px;
	text-align:center;
	padding:20px;
	-moz-transition:0.3s all;
    -webkit-transition:0.3s all;
    -o-transition:0.3s all;
    transition:0.3s all;}

/*
.quick_links_inner.big2{
	margin-left:14px;
}

.quick_links_inner.big3{
	margin-left:26px;
}*/


.quick_links_inner.big1{
background: rgb(243,111,33);

background: -moz-linear-gradient(45deg,  #ed6d14 0%, ff832c 100%);

background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#ed6d14), color-stop(100%,ff832c));

background: -webkit-linear-gradient(45deg,  #ed6d14 0%,ff832c 100%);

background: -o-linear-gradient(45deg,  #ed6d14 0%,ff832c 100%);

background: -ms-linear-gradient(45deg,  #ed6d14 0%,ff832c 100%);

background: linear-gradient(45deg,  #ed6d14 0%,ff832c 100%);

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed6d14', endColorstr='#ff832c',GradientType=1 );

	
}

.quick_links_inner.big2{
	background: rgb(0,157,187);

background: -moz-linear-gradient(45deg,  #4d8b8b 0%, #6baeae 100%);

background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#4d8b8b), color-stop(100%,#6baeae));

background: -webkit-linear-gradient(45deg,  #4d8b8b 0%,#6baeae 100%);

background: -o-linear-gradient(45deg,  #4d8b8b 0%,#6baeae 100%);

background: -ms-linear-gradient(45deg,  #4d8b8b 0%,#6baeae 100%);

background: linear-gradient(45deg,  #4d8b8b 0%,#6baeae 100%);

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009dbb', endColorstr='#00bcd1',GradientType=1 );


}

.quick_links_inner.big3{
	background: rgb(113,125,189);

background: -moz-linear-gradient(45deg,  rgba(113,125,189,1) 0%, rgba(161,156,216,1) 100%);

background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,rgba(113,125,189,1)), color-stop(100%,rgba(161,156,216,1)));

background: -webkit-linear-gradient(45deg,  rgba(113,125,189,1) 0%,rgba(161,156,216,1) 100%);

background: -o-linear-gradient(45deg,  rgba(113,125,189,1) 0%,rgba(161,156,216,1) 100%);

background: -ms-linear-gradient(45deg,  rgba(113,125,189,1) 0%,rgba(161,156,216,1) 100%);

background: linear-gradient(45deg,  rgba(113,125,189,1) 0%,rgba(161,156,216,1) 100%);

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#717dbd', endColorstr='#a19cd8',GradientType=1 );


}

.quick_links_inner:hover{
	height:220px;		
}


#geoloc{
	padding-right:10px;	
}

.geoloc_zoom a.btn:hover{
	-box-shadow:none;	
}

#geoloc .icon.view{
	background: url(/tmpl_v3/54_garantietotale/img/sprite.png) no-repeat;
	background-position:-220px -175px;
}



.prod_controls a.btn{
	-webkit-box-shadow:none;
	box-shadow: none;
}

.mandataires a{
	font-size:16px;
}



.mandataires a.btn_mandat{
	margin:0 auto;
	margin-top:16px;
	background:#FFF;
	height:auto;
	padding:1px;
	display:block;
	width:160px;
	color:#FFF;
	font-weight:300;
	border:0;
}

.mandataires a.btn_mandat div{
	padding:2px 9px 2px 9px;
	border:4px solid #ebebeb;
	
}





#content_home_container div.ui-tabs div.tab_content_simple.ui-tabs-panel.ui-widget-content.ui-corner-bottom{
	margin-top:10px;
	width:100%;
	padding:0;
	margin:0;
}






#page_content_int, .res_div1, .msgerr_container, .slideshow_container_home, #map_prod_list{

	margin-top:20px;
	width:100%;
	



}

#page_content_inner, .res_tbl_title_inner p, .overflow_y,#container_left, .mandataires{
	font-family:"Open Sans";
}
#page_content_inner {
	font-size:14px;
}


.msgerr_container{
	
	padding:0;
	margin:0 auto;
}

.msgerr_container_inner{
	border:1px solid #bfbfbf;
}

#page_content_int, #request_form{
	border:1px solid #bfbfbf;
	background:#FFF;	
}

#request_form{
 padding:20px 0px;
}

#page_content_inner{
	padding:20px;
}

.res_div_container.type_5, .res_div_container.type_3{
	background:#000;	
}



 .res_tbl, .msgerr_container_inner, #map_prod_list_inner {
	background:#FFF;
	
 }
 


#map_prod_list_inner{
	padding:6px;	
}

#page_content_int{
	margin-bottom:20px;
}





.res_div3 {
	width:47%;
}

.res_info.type_3{
	width:100%;
}

.res_div5.last, .res_div3.last{
	float:right;
}


.res_tbl{
	background:#FFF;
}


/*** prod **/
#page_header{
	margin-top:40px;
	margin-bottom:40px;
}

#page_header_inner{
	background:none;
	width:auto;
	padding:0px;
}

#page_title{
	margin:0;
	padding:0;
} 
#page_title h1{
	color:#004181;
	font-size:26px;
	text-align:left;
	line-height:normal;
}



#page_fil{
	color:#0c0403;
	overflow:hidden;
	white-space:nowrap;
	font-size:15px;
}
#page_fil .fil_ar{
	margin:0;
	padding:0;
	padding-top:5px;
	overflow:hidden;
	white-space:nowrap;
}

.fil_ar h2{
	overflow:hidden;
	white-space:nowrap;
}

#share_prod{
	color:#FFF;
	float:right;
	line-height:38px;
	margin-right:10px;
}

#prod_btn_header .addthis_toolbox a,#prod_btn_header .addthis_toolbox a:hover{
	float:left;
	height:20px;
	width:20px;
	border-right:0;
	margin-top:4px;
	margin-right:8px;
}

.addthis_toolbox .addthis_button_favorites a{
	background:url('../sprite.png');
}

#prod_btn_header{
	margin-top:0px;
	margin-bottom:30px;
}

#prod_btn_header_inner{
	border:0;
	background:none;
	filter:none;
	width:630px;
	height:40px;
}




.prod_controls .prod_action{
	padding-left:0;
	margin-bottom:16px;
}

.prod_action.prod_send, .prod_action.prod_print{
	margin-bottom:0px;
}

.prod_controls .prod_action span {
	background:url(/tmpl_v3/54_garantietotale/img/sprite.png) no-repeat;
	display:block;
	float:left;
	width:36px;
	height:32px;	
	margin-right:10px;
}

.prod_action.prod_question span{
	background-position:-50px -88px;
}

.prod_action.prod_call_me span{
	background-position:-200px -88px;
}

.prod_action.prod_selection_add span{
	background-position:-165px -88px;
}

.prod_action.prod_send span{
	background-position:-90px -88px;
}

.prod_action.prod_print span{
	background-position:-6px -88px;
	
}

.prod_action.prod_print{
	margin-left:16px;
}


.prod_action.prod_calc{
	margin-left:26px;
}

.prod_action.prod_calc span{
	background-position:-130px -89px;
	
}


#no_photo {
	width: 665px;
	height: 120px;
	text-align:center;
	padding:30px;
	padding-top:120px;
	font-size:12pt;
	font-weight:bold;
	color:#595a5c;
	background:#ebebeb;
}

#prod_btn_header_inner a, #prod_btn_header_inner a:hover{
	border:0px;
	text-align:center;
	line-height:40px;
	width:130px;
	height:40px;
	
	font-weight:normal;
	
	float:right;
}



.prod_controls{
	margin-top:20px;
	padding:8px;
	margin-right:5px;
}

.prod_controls_inner{
	width:auto;
	padding:6px 12px 6px 12px;
	-webkit-box-shadow:  none;
    box-shadow:  none;
}


.prod_controls_inner a.btn, .prod_controls_inner a.btn:hover{
	
	-webkit-box-shadow:none;
	box-shadow:none;
	background:none;
	border:0;
	margin:0;
	padding:0;
	font-size:16px;
	font-weight:300;
	line-height:35px;
	text-align:left;
	text-shadow: 0px 1px 0px #000000;
    filter: dropshadow(color=#000000, offx=0, offy=1);
}


#prod_tbl{
	margin-bottom:40px;	
}


#prod_tbl_btn{
	width:auto;
	text-align:center;
	padding:4px 10px 8px 10px;
	z-index:10;
	margin:0 auto;
	color:#FFF;
	font-size:18px;
	margin-top:5px;
	cursor:pointer;
	background:#A03472;
}


#prod_tbl_btn:hover{
	color:#000;
	
}

#arrow_prod{
	width:25px;
	height:15px;
	background:url(/tmpl_v3/54_garantietotale/img/sprite.png);	
	background-size:500px 750px;
	margin-top:3px;
	background-position:-5px -103px;
	float:right;
}

#arrow_prod.active_arrow{
	background-position:-35px -103px;
	
}


#prod_tbl td {
	width:50%;	
}

#links_right{
	margin:0;
	margin-left:10px;
	margin-bottom:10px;
	margin-right:-2px;
	
}

.overflow_y{
	overflow:hidden;
	height:100%;
	background:#FFF;
	margin:6px;	
	margin-bottom:0px;	
}


#prod_tbl td td{
	-webkit-box-shadow: none;
    box-shadow:  none;
	
}

#prod_tbl table table{
	width:100%;	
}

/** map **/


#map_prod_list_inner #map{
	width:640px;
	margin-top:0;
	padding-top:0;
	padding:0;
	margin:0;
	
} 

#map.explore{
	width:655px;
}


 #mini_map_container, #map_container{
	padding:6px;
	margin-bottom:40px;
}

#mini_map{
	margin-top:0;	
}

#mini_map, #map{
	padding:0px;
}

.btn .icon.view { 
	background:url(/tmpl_v3/54_garantietotale/img/sprite.png) no-repeat left center;
	background-position:-86px -172px;
	width:15px;
	height:18px;
	display:block;
	float:left;
}

.geoloc_zoom a{
	border:1px solid #a0a0a0;
	padding:2px 8px 4px 0px;
	width:174px;
	box-shadow:none;
	-webkit-box-shadow:none;
}

.geoloc_zoom{
	top:10px;	
}


/**dpe _container**/

#dpe_container_all{
	padding:6px;
	margin-bottom:40px;
}

#dpe_container_all_inner{
	background:#fff;	
}

.dpe_container{
	margin-right:50px;	
}

 
/** prod_slidewhow**/



.controlNav{
	position:absolute;
	z-index:100000;
	top:420px;
	width:44px;
	height:100px;
	background: #000;
	opacity:0.4;
	font-size:50px;
	colro:#FFF;
}

.controlNav.active{
	opacity:1;
}

.controlNav.left div{
	margin:0 auto;
	background: #000 url(../img/arrows.png) no-repeat;
	width:30px;
	height:100px;
	background-position:0 30px;
}

.controlNav.right div{
	margin:0 auto;
	background: #000 url(../img/arrows.png) no-repeat;
	width:30px;
	height:100px;
	background-position:-32px 30px;
}

.controlNav.left{
	left:0;
}

.nivo-controlNav{
	margin-left:46px;	
}

.controlNav.right{
	left:636px;
}

#layerslider-container.prod_slideshow_container{
	border:0;
	width:650px;
	z-index:2;
	background:none;

}

#layerslider-container.prod_slideshow_container #layerslider{
	background:none;
}
 

 
 
#slider{
	width:705px;
	border:10px solid #EBEBEB;
	padding:0px;
	
}

#size_auto{
	height:40px;
	width:160px;
}


 
 #details{
	 padding-top:0px;
	 margin-top:0px;
	 font-size:14px;
}


 .prod_slideshow_container #value_prod{
	 position:absolute;
	 top:340px;
	 right:0px;
	 z-index:1000;
     padding:10px;
	 background:rgba(0,0,0,0.6);
	 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#B3000000', endColorstr='#B3000000',GradientType=0 );
	 color:#fff;
	 width:220px;
	 height:40px;
	 margin-top:0px;
	 line-height:36px;
	 font-size:24px;
	
 }
 
 .prod_slideshow_container  .pres_slider{
	 left:0px;
	 top:340px;
	 line-height:36px;
	 position:absolute;
	 color:#fff;
	 padding:10px;
	 font-size:20px;
	 padding-left:20px;
	 z-index:1000;
	 width:380px;
     overflow:hidden;
	 height:40px;
	 background:rgba(0,0,0,0.6);
	 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#B3000000', endColorstr='#B3000000',GradientType=0 );
	
 }

#size_auto{
	height:40px;
	width:220px;
	text-align:right;
}


#size_auto2{
	height:40px;
	width:380px;
}
 
 .nivoSlider{text-align:center} .nivoSlider img{margin-left:auto; margin-right:auto}
 
 
 .slider_expic {
	text-align:left;
	font-size:9pt;
	color:#666;
	margin:4px 0;
	margin-left:14px;
	clear:both;
	position:absolute;
	top:402px;
	z-index:1000;
	width:330px;
	display:none;
}

.next_prod{
	margin-left:10px;
	float:left;	
	color:#FFF;
	border:0px solid #bfbfbf;
	box-shadow:none;
	-webkit-box-shadow:none;
	
}





.next_prod:hover{
	background:#;
}

.next_prod a {
	color:#FFF;	
}

.next_prod .icon{
	background: url(/tmpl_v3/54_garantietotale/img/sprite.png) no-repeat;
	width:13px;
	height:17px;
	margin-top:13px;
	
}

.icon.back{
	background-position:-130px -216px;
	float:left;
	margin-left:10px;
}

.icon.next{
	background-position:-153px -216px;
	float:right;
	margin-right:10px;
}
 


.nivo-controlNav{
	padding-left:8px;	
}

.nivo-controlNav a div.slider_nav {
	border:7px #FFF solid;
    width: 105px; 
	display:block;
    height: 85px;
	float:left;
	margin:5px 20px 2px 0px;
	-webkit-box-shadow:  0px 0px 3px 1px rgba(0, 0, 0, 0.4);
    box-shadow:  0px 0px 3px 1px rgba(0, 0, 0, 0.4);
}

.nivo-controlNav a.active div.slider_nav {
	border:7px #BEBABA solid;
}



.slider_nav img{
	height:100px;
}

.prod_slideshow_container{
	height:540px;	
	overflow:visible;
	background:#fff;

}


/* column left**/ 

.info_name {
	color:#FFF;
	font-size:19px;
	font-weight:300;}

.info_agence{
	text-align:center;	
	font-size:17px;
	margin-top:20px;
	margin-bottom:20px;
	text-shadow: 0px 1px 0px #000;
    filter: dropshadow(color=#000, offx=0, offy=1);
}

.info_agence .ag_name{
	color:#0c145f;
	font-size:19px;
	font-weight:bold;
	text-shadow: 0px 1px 0px #FFF;
    filter: dropshadow(color=#FFF, offx=0, offy=1);
}

.mandataires{
	font-size:15px;
	min-height:70px;
	color:#fff;
	text-align:center;
	font-weight:normal;
}

.mandataires a, .mandataires a:hover{
	color:#FFF;}

.mandataire_img{
	width:auto;
	padding:4px;
	border:1px solid #FFF;
	-webkit-box-shadow:  0px 0px 0px 1px rgba(0, 0, 0, 0.2);
    box-shadow:  0px 0px 0px 1px rgba(0, 0, 0, 0.2);
	margin-top:10px;
	margin-bottom:10px;
}




#search_alert_container{
	border-bottom:0px;
	padding:10px;
	width:194px;
	margin:0 auto;
	height:270px;
	margin-top:30px;
	display:block;
	background: url(../img/btn_alert.png) no-repeat repeat;

}



.res_div1 a.prod_details.btn.small, a.prod_details.btn.small:hover{
	border:4px solid #FFF;
	display:block;
	width:114px;
	margin-top:60px;
	padding:4px 10px 6px 4px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	box-shadow:none;
	-webkit-box-shadow:none;
	text-shadow:none;
}

.res_div1 a.prod_details.btn.small {
	bottom:20px;
	right:21px;
	filter:none;
	
}

.res_div1 a.prod_details.btn.small:hover{
	filter:none;
	
}

.prod_details.btn.small div{
	background: url(/tmpl_v3/54_garantietotale/img/sprite.png) no-repeat;
	background-position:-220px -175px;

}


/** li navtab and filters **/





#filter_container{
	margin-top:0px;
	width:650px;
	font-family:"Open Sans";
	
}


#filter_container_inner{
	background: #393838;
	background: -moz-linear-gradient(top,  #393838 0%, #302f2f 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#393838), color-stop(100%,#302f2f));
	background: -webkit-linear-gradient(top,  #393838 0%,#302f2f 100%);
	background: -o-linear-gradient(top,  #393838 0%,#302f2f 100%);
	background: -ms-linear-gradient(top,  #393838 0%,#302f2f 100%);
	background: linear-gradient(to bottom,  #393838 0%,#302f2f 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#393838', endColorstr='#302f2f',GradientType=0 );
	padding:10px;
	
}



.ui-tabs{
	margin:0;
	padding:0;	
	
}

.ui-tabs .ui-tabs-nav {
	padding:10px;
	width:630px;
	display:block;
	margin-left:-10px;
	margin-top:-10px;
	padding-bottom:10px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	overflow:visible;
}

.ui-tabs .ui-tabs-nav li{
	 
	margin:0;
	padding:0;
	border:1px solid #bfbfbf !important;
	margin-right:10px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	border:1px solid #bfbfbf; 
	background: #FFF;
}	




.ui-tabs-nav .ui-state-default.ui-corner-top a{
	color:#000;	
	font-size:16px;

}

.ui-tabs-nav .ui-state-default.ui-corner-top.ui-tabs-selected.ui-state-active a, 
.ui-tabs-nav .ui-state-default.ui-state-hover a{
	color:#FFF;	
	font-size:16px;
}

.ui-tabs .ui-tabs-nav li:hover,
.ui-tabs .ui-tabs-nav li.ui-tabs-selected{
	color:#000;
	background:#5b5b5b;
}

/* search_box**/
.btn, a.btn, #tabs a.btn, .mandataires a.btn_mandat div, #prod_back a,
#layerslider p a {
	display:block;
	background:#5b5b5b;
	color:#FFF;
	padding:8Px 0;
	
}

.btn, .btn:hover{
	-webkit-box-shadow:  2px 2px 0px 1px rgba(0, 0, 0, 0.4);
    box-shadow:  2px 2px 0px 1px rgba(0, 0, 0, 0.4);
}



.ui-tabs .ui-tabs-nav li {
	top:0;
}


.ui-tabs .ui-tabs-nav li a{
	padding:6px 10px;
}	



 #prod_back a:hover,
#layerslider p a:hover, .next_prod:hover {
	-webkit-box-shadow: inset 0px 1px 1px 1px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0px 1px 1px 1px rgba(0, 0, 0, 0.3);
	background:#383838;

}

.btn:hover, a.btn:hover, .mandataires a.btn_mandat:hover div{
	background:#383838;

}

.next_prod:hover{
	background:none;
}	

.search_block_last{
}


.search_block_last{
	width:248px;
	margin-left:-20px;
	margin-top:10px;
}

input.btn.search {
	padding:12px 0px 12px 0px;
	border:0;
	border-top:4px solid #FFF;
	margin:0 auto;
	text-align:center;
	font-weight:100;
	font-size:16px;
	filter:none;	
	width:100%;
	-webkit-box-shadow:none;
	box-shadow:none;
	background:#5b5b5b;
	border-radius:0;
	-webkit-border-radius:0;
	cursor:pointer;
} 


input.btn.search:hover{
	background:#383838;
}


#result_count{
	
}


.ui-tabs .ui-tabs-nav li:hover,
.ui-tabs .ui-tabs-nav li.ui-tabs-selected{
	padding:0;
	margin:0;
	margin-right:10px;
}




/*** raidus **/

.search_radius label{
	padding-right:8px;
}
/** transact**/


#transact input{
	display:none;
}


.margin_transact{
	
}


#transact label{
	box-shadow:none;
	-webkit-box-shadow:none;
	color:#FFF;
	font-size:18px;
	display:block;
	text-align:left;
	padding:8px 0;	
	border:0;
	width:50%;
	float:left;
	background:none;
	
}

#slider_budget {
	width:180px;
	display:none;
	margin-top:0px;
}

.ui-buttonset .ui-button{
	margin:0;	
}

.transact_compact label.ui-button.ui-state-default span {
	padding: 0px;
}

#transact label .ui-button-text span{
text-align:center;
	display:none;
}

.ui-button-text-only .ui-button-text{
	padding:0;	
}

#transact label .ui-button-text{
	padding-left:0px;
	text-align:center;
	display:block;
	margin:0 auto;
}


.ui-buttonset{
	margin-right:0;	
}

#transact label{
	padding:5px 0;	
	border-top:2px solid transparent;
	border-bottom:2px solid transparent;
}
#transact label.ui-state-active{
	padding:5px 0;	
	border-top:2px solid;
	border-bottom:2px solid;
}

.search_block_container{
	width:208px;	
	text-align:left;
}

/** multi select ***/


.ui-icon.ui-icon-triangle-2-n-s{
	background:url(/tmpl_v3/54_garantietotale/img/sprite.png);
	background-position:-12px -180px;
	width:10px;
	height:10px;
	margin-top:6px;
	display:block;
	margin-right:10px;
	float:right;
}

.ui-multiselect-checkboxes{
	list-style-type:none;
	margin:0px;
	padding:0px;
}

.ui-multiselect-checkboxes span{
	display:inline-block;
	width:80%;
}

.ui-multiselect.ui-widget.ui-state-default {
	background:#fff;
	width:100%;
	
	border:none;
	padding:6px 0px 6px 0px;
	color:#000;
	font-weight:bold;
	font-size:14px;
	border:1px solid #bcbcbc;
	font-weight:300;
	-moz-transition:0.1s all;
    -webkit-transition:0.1s all;
    -o-transition:0.1s all;
    transition:0.1s all;
	
}


.ui-multiselect.ui-widget.ui-state-hover , .ui-multiselect.ui-widget.ui-state-active{
	background:#424141;
	width:100%;
	-webkit-box-shadow: inset 0px 1px 1px 1px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0px 1px 1px 1px rgba(0, 0, 0, 0.3);
	
	padding:6px 0px 6px 0px;
	text-shadow: none;
    filter: none;
	color:#FFF;
	
}

#precision_container{
	display:none;	
}

.ui-multiselect-checkboxes span{
	display:inline-block;
	color:#000;
	margin-left:10px;
	text-shadow:none;
	filter:none;
}

.ui-multiselect-checkboxes li:hover span{
	color:#FFF;
}

.ui-multiselect-checkboxes li{
	padding:5px;
}

.ui-multiselect-checkboxes li:hover {
	
	background:#535252;
}


.ui-multiselect.ui-widget.ui-state-default span{
	margin-left:-10px;	
}


.ui-multiselect-menu, .ui-autocomplete{
	background:#EBEBEB;
	position:absolute;
	z-index:2000;
	display:none;
	font-size:14px;
}


#autocomplete{
	height:auto;
	width:203px;	
	padding:6px 0px;
	color:#000;
	
}
.jlabel_fancy {
	width:200px;	
}

.search_block label[for=autocomplete]{
	text-shadow:none;
	-webkit-text-shadow:none;
	color:#000;
	
}



/** rooms **/


#rooms{
	padding-top:0px;	
}
#rooms.ui-buttonset{
	margin:0 auto;
	width:208px;
	text-align:center;
}

#rooms.ui-buttonset input{
	display:none;
}


#rooms.ui-buttonset label{
	margin:0;
	padding:0;
	margin-left:-3px;
	border:0;
	color:#FFF;
}
 
#rooms.ui-buttonset .ui-button-text {
	border:0;
	margin:0;
	padding:0;
	width:31px;
	height:34px; 
	
	display:block;
	float:left;
	border-right:0;	
	background: #ffffff;
	text-align:center;
	line-height:34px;
	color:#000;
	text-shadow:none;
	-webkit-text-shadow:none;
	
	
	background: -moz-linear-gradient(top,  #ffffff 0%, #f1f1f2 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f1f1f2));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f1f1f2 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#f1f1f2 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#f1f1f2 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#f1f1f2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f1f1f2',GradientType=0 );
	

}

#rooms.ui-buttonset .ui-state-active .ui-button-text {
	filter:none;
	background:#e6e7e7;
	
}


.margin0{ 
	margin: 0 auto; 
	text-align:left;
}

/** surface ***/

.search_title.surface_title{
	width:85px;
	float:left;
	font-weight:normal;
	text-shadow:none;
}


#surface{
	margin:0;
	float:left;
}

.search_block{
	padding-bottom:10px;	
	clear:both;
	color:#FFF;
	font-weight:300;
	font-size:14px;}

.search_title{
	color:#ffffff;
	font-weight:300;padding-bottom:10px;
	font-size:14px;
	text-align:center;
}

.search_title.inline{
	text-align:left;
	display:inline;
}

.footer_ref_links{
	margin-top:20px;
	float:left;
	width:25%;
	margin-left:7px;
}

#links_bottom_inner{
	padding:10px;
	padding-left:20px;
	font-size:16px;
	line-height:180%;
}
#links_bottom_inner a:hover{
	text-decoration:underline;
}

#search_form_alert_container{
	width:268px;
	background:#FFF;	
	padding:0;
}


#search_form_alert_container #result_count{
	display:none;
}





#search_form_alert_container .margin_transact{
	margin:0 auto;
	width:208px;
} 

#search_form_alert_container #transact label{
	width:208px;
}

 .search_radius .ui-multiselect-checkboxes span{
	width:auto;
}

#search_form_alert_container .search_radius label[for=radius]{
	padding-right:20px;	
}

.search_radius label[for=radius]{
	padding-right:18px;	
}
	
#search_form_alert_container .input_budget{
		
}




.alert_title{
	color:#fFF;}


.call_me_container,
#search_form.search_form_alert,
.block_icon,
.res_div_right.type_5,
#prop_connect_div
{
	background: rgb(60,87,150);

background: -moz-linear-gradient(left,  #942665 0%, rgba(78,106,173,1) 100%);

background: -webkit-gradient(linear, left top, right top, color-stop(0%,#942665), color-stop(100%,rgba(78,106,173,1)));

background: -webkit-linear-gradient(left,  #942665 0%,rgba(78,106,173,1) 100%);

background: -o-linear-gradient(left,  #942665 0%,rgba(78,106,173,1) 100%);

background: -ms-linear-gradient(left,  #942665 0%,rgba(78,106,173,1) 100%);

background: linear-gradient(to right,  #942665 0%,rgba(78,106,173,1) 100%);

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3c5796', endColorstr='#4e6aad',GradientType=1 );


}

#prop_connect_div{
	padding:10px;
}

#prop_connect_div_inner, #call_me{
	background:#FFF;
}

#connect_prop{
	margin:0 auto;
	width:170px;	
}

 .prod_controls{
	background:#5b5b5b;
}

.prod_controls, .block_left{
	-webkit-box-shadow:  4px 4px 0px 1px #FF7514;
	box-shadow:  4px 4px 0px 1px #FF7514;
}

/** perso btn icon **/
#perso a {
	width:44px;
	height:44px;
	background:#4A6DC3;
	display:block;
	float:right;
	margin-left:20px;
	position:relative;
	-webkit-box-shadow:  4px 4px 0px 1px rgba(0, 0, 0, 0.4);
    box-shadow:  4px 4px 0px 1px rgba(0, 0, 0, 0.4);
	
}

#perso a:hover{
	height:60px;
}

#perso .perso_btn {
	width:100%;
	height:20px;
	text-align:center;
	color:#FFF;
}

.perso_btn span{
	display:none;
	
	
}

#perso .perso_icon {
	width:44px;
	height:44px;
	background: url(/tmpl_v3/54_garantietotale/img/sprite.png) no-repeat;
	z-index:2;
	clear:both;
	margin:0 auto;
}
#perso .perso_icon.explore {
	background-position:-230px -174px;
}
#perso .perso_icon.selection {
	background-position:-95px -306px;
}
#perso .perso_icon.call_me {
	background-position:-191px -303px;
}
#perso .perso_icon.request {
	background-position:-4px -303px;
}


#perso .perso_btn:hover .perso_icon{
	height:60px;
}

#perso .perso_btn span {
	display:block;
	margin-left:-30px;
	opacity:0;
	position:absolute;
	height:auto;
	background:#4A6DC3;
	width:86px;
	padding:0 8px;
	color:#fff;
	text-transform:uppercase;
	-moz-transition:0.2s all;
    -webkit-transition:0.2s all;
    -o-transition:0.2s all;
    transition:0.2s all;
	
}

#perso .perso_btn:hover span{
	
	padding:8px;
	opacity:1;
}


/** filtres**/

#filters{
	margin-top:4px;
}

#filters.inline_filter{
	margin-top:0px;
}



#filters div{
	float:left; 
	margin-right:10px;
}


#type_city_container{
	max-height:435px;
	max-width:233px;
	overflow:hidden;
	overflow-y:scroll;
}

.filter_title{
	color:#fff;	
	font-size:13px;
	line-height:35px;
	font-weight:100;

} 
 
.filter_btn{
	position:relative;
	padding:4px 3px 4px 5px;
	width:120px;
	line-height:28px;
	background: #FFF;
	border:1px solid #bfbfbf;
	color:#000;
	font-size:15px;
	
}

.filter_btn:hover{
	background: #FCFCFC;
	-webkit-box-shadow: inset 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0px 2px 2px 0px rgba(0, 0, 0, 0.1);

}

.filter_btn_inner{	
	display:none;
	position:absolute;
	z-index:1000;
	top:36px;
	right:-22px;
	width:139px;
	border:1px solid  #F4F4F4;
	border-top:0;
}

a.link_filter, div.link_filter{
	display:block;
	float:left;
	width:139px;
	padding:4px 0 4px 10px;
	border-bottom:1px solid #F4F4F4;
	background:#FFF;
	-webkit-box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.1);
	color:#000;
}

a.link_filter:hover, div.link_filter:hover{
	border-bottom:1px solid #F4F4F4;
	
	color:#27c6e8;
}

div.link_filter.explore_active{
	background:#535252; 
	color:#FFF;
}

#type_interet_container div.link_filter{
	width:190px;
}

#type_interet_container{	
	right:30px;
}

.map_caterogy .ui-button-text{
	padding:0;	
}

#filters div.map_caterogy{
	margin:0;
	
}

#type_interet_selected {
	width:160px;	
}

#type_interet_selected .filter_text{
	width:120px;	
}

#filters .arrow_filter{
	width:12px;
	height:10px;
	padding:0;
	margin:0;
	margin-top:10px;
	margin-right:8px;
	float:right;
	background:url(/tmpl_v3/54_garantietotale/img/sprite.png) no-repeat;
	background-position:-72px -180px;

}

.filter_text{
	width:52px;
	overflow:hidden;	
}

.filter_text.long_city{
	width:90px;
	overflow:hidden;	
}

.filter_icon{
	background:url(/tmpl_v3/54_garantietotale/img/sprite.png) no-repeat;
	height:28px;
	width:28px;
	
}


.filter_icon.city{
	background-position:-172px -48px;
}

.filter_icon.liste{
	background-position:-9px -5px;
}
.filter_icon.galerie{
	background-position:-95px -5px;
}
.filter_icon.grille{
	background-position:-52px -5px;
}
.filter_icon.carte{
	background-position:-131px -5px;
}

.filter_icon.prix{
	background-position:-95px -46px;
}

.filter_icon.date{
	background-position:-9px -45px;
}

.filter_icon.surface{
	background-position:-51px -46px;
}

.filter_icon.aucun{
	background:none;
}


/** slider color **/


.slideshow_container_home, .container_top_prod{
	background: #4e4d4d;
	background: -moz-linear-gradient(-45deg,  #4e4d4d 0%, #969595 40%, #969595 62%, #4e4d4d 100%);
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#4e4d4d), color-stop(40%,#969595), color-stop(62%,#969595), color-stop(100%,#4e4d4d));
	background: -webkit-linear-gradient(-45deg,  #4e4d4d 0%,#969595 40%,#969595 62%,#4e4d4d 100%);
	background: -o-linear-gradient(-45deg,  #4e4d4d 0%,#969595 40%,#969595 62%,#4e4d4d 100%);
	background: -ms-linear-gradient(-45deg,  #4e4d4d 0%,#969595 40%,#969595 62%,#4e4d4d 100%);
	background: linear-gradient(135deg,  #4e4d4d 0%,#969595 40%,#969595 62%,#4e4d4d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4e4d4d', endColorstr='#4e4d4d',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */


}

#slider_home_top{
	-webkit-box-shadow:  0px 2px 3px 1px rgba(0, 0, 0, 0.35);
    box-shadow:  0px 2px 3px 1px rgba(0, 0, 0, 0.35);
	border-bottom:3px solid #616161;
	height:320px;
	background:#8C8C8C;
	position:relative;
	min-width:1000px;
}

.container_top_prod{
	padding:10px;
}

.container_top_prod_inner{
	padding:10px;
	background:#FFF;
	-webkit-box-shadow: inset 0px 1px 2px 1px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0px 1px 2px 1px rgba(0, 0, 0, 0.3);	
}

#no_map_title{
	color:#000;	
}


.slider_ban{
	top:20px;
	left:-10px;
	width:650px;
	overflow:visible;
	margin:0 auto;
	height:370px;
	text-align: center;
	background:url('/tmpl_v3/54_garantietotale/img/sprite.png') no-repeat;
	background-position:-316px -20px;
	padding:10px;
	position:absolute;
}


.slider_ban2{
	background:#FFF;
	-webkit-box-shadow:  1px 1px 2px 1px rgba(0, 0, 0, 0.3);
  	box-shadow:  1px 1px 2px 1px rgba(0, 0, 0, 0.3);
	width:630px;
	height:280px;
	margin-top:50px;
	margin-left:10px;
}

#layerslider-container.slideshow_container_home{
	margin-top:80px;
	margin-left:10px;
	margin-bottom:20px;
	width:630px;
	height:330px;
	background:none;
	
}

#layerslider{
	background:#none;
}

 .slideshow_container_home #layerslider{
		width:600px;
 }

.slideshow_container_home #layerslider{
	
	
	
}

.ls-nav-prev{
	bottom:0;
	left:180px;
}

.slider_nav_home{
	position:absolute;
	width:40px;
	height:115px;
	z-index:20;	
	background: url(/tmpl_v3/54_garantietotale/img/sprite.png) no-repeat;
	margin-top:84px;	
	cursor:pointer;
	display:none;
}

#prev_slider{
	margin-left:-29px;
	background-position:-16px -316px; 
	
}

#next_slider{
	margin-left:695px;
	background-position:-70px -316px; 
}



#layerslider h3.ls-s3{
	text-align:center;
	color:#a63e31;
	line-height:auto;
	font-style:normal;
	white-space: nowrap;
	font-size:24px;
}

#layerslider h3.ls-s3 span{
	color:#710505;
	font-size:13px;
	font-style:normal;
}


#layerslider p a {
	display:block;
	font-size:20Px;
	padding:8px 20px 8px 20px;
	font-weight:300;
	text-align:center;
}

.tech_details{
	color:#000;
	font-weight:bold;
	white-space:nowrap;
	overflow:hidden;
	font-size:14px;	
	margin-bottom:7px;
	display:block;
}
.tech_details table {
	font-size:14px;
}
/*

#layerslider p a {
	position:absolute;
	bottom:-19px;	
	left:116px;
	border:none;
	display:block;
	width:88px;
	
	padding:4px 10px 6px 20px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	
	font-weight:bold;
	color:#FFF;
	line-height:20px;
	margin:0 auto;
	text-align:center;
	background:#a10000 url(/tmpl_v3/54_garantietotale/img/sprite.png) no-repeat;
	background-position:-204px -170px;
	border:8px solid #bfbfbf;
	
	
}


#layerslider p a:hover{
	background:#CC3B3B url(/tmpl_v3/54_garantietotale/img/sprite.png) no-repeat;
	background-position:-204px -170px;
}
*/

#layerslider .prod_details.btn.small{
	margin-top:0;
	margin:0 auto;
}

#layerslider .res_tbl_value{
	color:#a63e31;
	font-weight:bold;
	margin-top:10px;
	display:block;
}



.ls-lightskin .ls-playvideo,
.ls-lightskin .ls-nav-sides,
.ls-lightskin .ls-bottom-slidebuttons a,
.ls-lightskin .ls-nav-prev,
.ls-lightskin .ls-nav-next,
.ls-lightskin .ls-nav-start,
.ls-lightskin .ls-nav-stop,
.ls-lightskin .ls-fullscreen,
.ls-lightskin .ls-loading-container {
	background: #fff url(/slider/skins/lightskin/skin.png);	
	
}


#slider_surface{
	display:none;	
}


#layerslider-container .ls-lightskin .ls-nav-next{
	right:0px;
	
}

#layerslider-container .ls-lightskin .ls-nav-prev{
	left:0px;
}

a.btn.alert, a.btn.alert:hover, a.btn.black.alert, a.btn.black.alert:hover {
	background:none;
	text-decoration:none;
	border:none;
	margin:0;
	padding:0;
	margin:0 auto;
	display:block;
	-webkit-box-shadow:none;
	box-shadow:none;
}




/*** new slider **/

#block_slider_home_inner .btn_horizontal.prevPage,
#block_slider_home_inner .btn_horizontal.nextPage{
	display:block;
}

.btn_horizontal{
	width:22px;
	height:40px;
	margin-top:-14px;
	display:block;
}

.btn_horizontal.disabled{
	visibility:hidden;
}

.btn_horizontal.prevPage{
	float:left;
	background:  url(/tmpl_v3/54_garantietotale/img/sprite.png) no-repeat -12px -258px;
	margin-left:-40px;
	display:none;
}

.btn_horizontal.nextPage{
	float:right;
	background:  url(/tmpl_v3/54_garantietotale/img/sprite.png) no-repeat -64px -258px;
	margin-right:-40px;
	display:none;
}

.frame.horizontal ul li{
	margin: 20px 0px 0 0px;

}

.res_div5{
	margin:0;
	margin-right:4px;	
}


#block_slider_home_inner .controls{
	margin-top:-204px;
}

#block_slider_home_inner .controls .pages{
	display:none;	
}

.btn_vertical{
	width:44px;
	height:26px;
	display:block;
}

.btn_vertical.disabled{
	visibility:hidden;
}

.btn_vertical.prevPage{
	 margin:0 auto;
	 margin-bottom:20px;
	 background:  url(/tmpl_v3/54_garantietotale/img/sprite.png) no-repeat -73px -208px;
}

.btn_vertical.nextPage{
	margin:0 auto;
	background:  url(/tmpl_v3/54_garantietotale/img/sprite.png) no-repeat -12px -208px;
}


.frame.vertical{
	height:430px;	
}

.frame.vertical ul li{
	margin:14px 0;
}


/** block left **/



.block_left{
	z-index:1;
	width:auto;	
	margin-top:37px;
	margin-right:5px;
	font-size:28px;
	background:red;
	position:relative;
}


.block_left:hover .block_text_left{
	background:#383838;
}

.block_text_left{
	background:#5b5b5b;	
	float:right;
	width:150px;
	padding:10px;
	min-height:115px;
	font-size:15px;
	color:#FFF;
}

.block_left.prop_container .block_text_left{
	min-height:0;
}

.block_text_left:hover{
	color:#FFF;
}



.block_left strong{
	font-size:17px;
}







.block_icon{
	position:absolute;
	width:83px;
	filter:none;
	background:#FFF url(/tmpl_v3/54_garantietotale/img/sprite.png) -130px -340px;
	height:100%;
	float:left;	
	border:1px solid #bcbcbc;
	font-size:16px;
	text-align:center;
}


#login_prop .block_icon{
	background:#FFF url(/tmpl_v3/54_garantietotale/img/sprite.png) -265px -364px;
}

.block_contact{
	margin-top:80px;
}



/** border all **/
.res_div3,
#prod_tbl,
#mini_map_container, #map_container,
#mini_map, #map,
#dpe_container_all,
#map_prod_list{


	background:#A03472;
}

#links_bottom{
	background:#FFF;
	padding:0;	
	
}

#links_bottom a{
	color:#FFF;
}


.tbl td {
	font-size:14px;
}
.tbl td.l1, .tbl td.l2{
	color:#666666;
	font-weight:300;
}

#layerslider{
	padding:10px 0px 10px 0px;	
	background:none;
}



#rooms.ui-buttonset .ui-state-default .ui-button-text{
	margin-left:-2px;
	border-left:1px solid #CCC;
}



.search_block .filter_icon_container,
#rooms.ui-buttonset .ui-state-default .ui-button-text{
	background: #FFF;
	
}


.search_block_container .search_block .filter_icon_container{
	border-right:1px solid #CCC;
}


.search_block .filter_icon_container.active_type,
#rooms.ui-buttonset .ui-state-active .ui-button-text{
	background: #FFF;
}


.search_block .filter_icon_container.active_type,
#rooms.ui-buttonset .ui-state-active .ui-button-text{
	-webkit-box-shadow:inset  0px 1px 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow:inset  0px 1px 1px 1px rgba(0, 0, 0, 0.2);
	background:#F4F4F4;
	
}



#content_home_container{
	padding-right:20px;	
	min-width:600px;
}

.res_div1{
	padding:0;
	margin-top:40px;
}


#prod_back a{ 
	display:block;
	float:left;
	color:#FFF;
	padding:0px;
	
}

#prod_back a:hover{
	color:#FFF;
	padding:0;
	
}

.res_div3{
	margin-top:20px;	
}




  
#column_container{
	width:230px;
	padding:10px;
	margin-top:60px;
	
	
	
}
#column_middle{
	
	border:0;
	padding:10px;
	
}



#column_container.slide_container #column_middle{
	height:615px;
}


.alert_div,.estim_div{
	width:319px;
	height:290px;
	float:right;
	background:#FFF;
	border:1px solid #cecece;
	-webkit-box-shadow:  4px 4px 0px 1px #FF7514;
	box-shadow:  4px 4px 0px 1px #FF7514;
	-moz-transition:0.2s all;
    -webkit-transition:0.2s all;
    -o-transition:0.2s all;
    transition:0.2s all;
	margin-right:32px;
}

.estim_div:hover  a.estim_link h3,.alert_div:hover a.alert_link h3{ 
	/*color:#616161;*/
}
/*
.estim_div:hover{
	-webkit-transform:scale(1.05) rotate(-2deg); 
	transform:scale(1.05) rotate(-2deg); 
}

.alert_div:hover{
	-webkit-transform:scale(1.05) rotate(2deg); 
	transform:scale(1.05) rotate(2deg); 
}
*/

a.alert_link, a.estim_link{
	height:250px;
	padding:20px;
	display:block;
	background: url('/tmpl_v3/54_garantietotale/img/sprite.png')  -13px -766px;
}




.estim_div{
	width:239px;
	float:left;
}

a.estim_link{
	background: url('/tmpl_v3/54_garantietotale/img/sprite.png')  -22px -436px;
}
   
a.alert_link h3, a.estim_link h3{
	padding:0;
	margin:0;
	color:#004181;
	font-size:30px;
	line-height:32px;
	margin-bottom:56px;
}

 a.alert_link h3{
	 margin-bottom:26px;
 }
 

a.alert_link p, a.estim_link p{
	color:#4c4c4c;
}
		
		
		
#tree_menu a.btn{
	padding:5px 8px 5px 3px;
	margin-right:10px;
	font-size:12px;
}

#page_edit .ui-tabs .ui-tabs-nav li.ui-state-default a {
	font-size:14px;
}

#page_edit .ui-tabs .ui-tabs-nav li.ui-state-default.ui-state-hover a {
	font-size:14px;
	color:#FFF;
}

.help_seo1 div {
	margin-left:-23px;
}	

#page_edit ul {
	margin-left:0px;
	margin-top:40px;
	width:auto;
}

.quick_links_inner, #search_container_inner, #filter_container_inner, #column_container, #links_bottom_inner, #prod_btn_header, 

.city_filter, 
#fiche_nego .info_nego{
background: rgb(60,87,150);

background: -moz-linear-gradient(45deg,  #942665 0%, #b94286 100%);

background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#942665), color-stop(100%,#b94286));

background: -webkit-linear-gradient(45deg,  #942665 0%,#b94286 100%);

background: -o-linear-gradient(45deg,  #942665 0%,#b94286 100%);

background: -ms-linear-gradient(45deg,  #942665 0%,#b94286 100%);

background: linear-gradient(45deg,  #942665 0%,#b94286 100%);

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3c5796', endColorstr='#4569be',GradientType=1 );




	border:6px solid #FFF;
	-webkit-box-shadow: inset 1px 1px 1px 0px rgba(0, 0, 0, 0.5), 1px 1px 1px 0px rgba(0, 0, 0, 0.3);
    box-shadow: inset 1px 1px 1px 0px rgba(0, 0, 0, 0.5),1px 1px 1px 0px rgba(0, 0, 0, 0.3);
	
}


.res_div7{
	width:200px;
	text-align:left;
	color:#27C6E8;
	font-weight:300;
}

.res_div7 .type7{
	width:200px;
}



.res_div7 .prod_gallery{
	height:140px;
	width:auto;	
	border:6px solid #A03472;
	margin-bottom:10px;
	margin-right:2px;
	-webkit-box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.5);
    box-shadow:1px 1px 1px 0px rgba(0, 0, 0, 0.5);
	-moz-transition:0.5s all;
    -webkit-transition:0.3s all;
    -o-transition:0.3s all;
    transition:0.3s all;
}

.res_div7:hover .prod_gallery{
	border-color:#004081;
}

#block_slider_home_inner .res_div7 h3{
	font-size:16px;	
	text-transform:uppercase;
	padding:0px;
	padding-top:10px 0;
	margin:0;
}

#block_slider_home_inner .res_div7{
	font-size:16px;
}

#block_slider_home_inner .frame.horizontal{
	height:400px;	
}

#block_slider_home_inner .controls.center{
	
}

#block_slider_home_inner .adr_prod{
	padding-bottom:10px;
	color:#F47223;
}




#block_slider_home_inner .frame.horizontal ul li{
	margin-left:0;	
	margin-right:66px;	
}

#block_slider_home_inner h3{
	padding:20px 0;
	font-size:25px;	
	color:#fff;
}




.price_home_slider{
	background:#464646;
	position:relative;
	padding:6px 12px;
	color:#FFF;
	font-size:22px;
}

.slider_magnify{
	position:absolute;
	width:40px;height:40px;
	top:-5px;right:5px;	
	background:#F47223 url(/tmpl_v3/54_garantietotale/img/sprite.png) -224px -380px;
	-moz-transition:0.2s all;
    -webkit-transition:0.2s all;
    -o-transition:0.2s all;
    transition:0.2s all;
}

.res_div7:hover .slider_magnify{
	border-color:#FFF;
	-webkit-transform:scale(1.1);
	transform:scale(1.1);
}

.res_div7 a:hover{
	color:#FFF;
}

.res_div7:hover .prod_gallery{
	background-size:140%;
}

 

.mention{
	color:#000;	
}

#slider_budget,#slider_surface{
	display:block;	
	background:#ffffff;
	border:1px solid #bfbfbf;
	height:5px;
	margin-top:10px;
	margin-left:10px;
	width:190px;
}

.ui-slider-range{
	background:#626262;	
}
.ui-slider .ui-slider-handle{
	width:16px;
	height:16px;	
}
.ui-slider-handle{
	background:#FFF;	
	border-radius:10px;
	-webkit-border-radius:10px;
	-webkit-box-shadow: inset -2px -2px 5px 0px rgba(0, 0, 0, 0.2), 2px 2px 3px 0px rgba(0, 0, 0, 0.2);
   	box-shadow: inset -2px -2px 5px 0px rgba(0, 0, 0, 0.2), 2px 2px 3px 0px rgba(0, 0, 0, 0.2);
	
}

input.jlabel.input_text, input.jlabel.input_text:focus{
	height:auto;	
	padding:8px 2px;
}
#block_slider_home_inner .controls.center {
}
.btn_horizontal{ display:block; }


.mandataire_container .mandataires{
-webkit-box-shadow:  1px 1px 1px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.3);
}

.links_nego{
	width:20%;
	float:right;
	margin-right:4px;
		
}
.links_nego a{
	text-align:center;	
}

.mandataire_container .info_nego a{
	color:#26c6e8;
	text-shadow:none;
	-webkit-text-shadow:none;
}

.mandataire_container .info_nego a:hover{
	color:#000;
	text-shadow:none;
	-webkit-text-shadow:none;
}

.first_nego_link{
	margin-bottom:20px;
}

.info_nego{
	width:60%;	
	float:left;
}

.mandataireimg{
	margin-right:20px;	
} 
  
#fiche_nego .info_nego a{
	color:#FFF;
	text-shadow:none;
	-webkit-text-shadow:none;
}

#fiche_nego .info_nego a:hover{
	color:#000;
	text-shadow:none;
	-webkit-text-shadow:none;
}




.city_filter{
	color:#000;	
}
.city_filter a {
	color:#FFF;
}


#fiche_nego .info_nego{
	padding:10px;
	margin:0px 10px 10px 0px;
}

.info_home_slider{
	height:140px;
}

a .info_home_slider{
	color:#fff;
}



.title_nego{
	color:#000;	
}

/* Add calc */
.prod_action.prod_calc{
	margin-left:26px;
}
.prod_action.prod_calc span{
	background-position:-130px -89px;	
}
.overflow_y.left_overflow{
	margin-right:3px;
}
.overflow_y.right_overflow{
	margin-left:3px;
}
.overflow_y{
	margin-bottom:6px;
}
#prod_tbl_btn{
	margin-top:0;	
}
#transact label{
	padding:5px 0;	
	border-top:2px solid transparent;
	border-bottom:2px solid transparent;
}

#filters a.type_city.link_filter{
	padding-left:10px;	
}


#rooms .ui-button.ui-state-default.ui-state-active{
	background:none;
}

/** new nego fiche **/



#fiche_nego{
	background:#FFF;
	border: 1px solid #bfbfbf;
	border-top: 0px;
}

#contact_nego{
	background:#FFF;
	border: 1px solid #bfbfbf;
	margin-bottom:40px;
}


.res_div3{
	border: 1px solid #bfbfbf;
	background:#FFF;
	margin-bottom:0;
}


#contact_nego #message{
	font-family:'Open Sans';
	font-size:14px;	
}


/*** input place holder and padding fix **/
#autocomplete{
	width: 100% !important;
}

input.input_text.input_budget{
	width:69px !important;
}

#autocomplete, 
.jlabel.input_text, 
input.input_text, 
textarea, 
#details, 
#message, 
input.input_text.input_budget, 
input.jlabel.input_text, input.jlabel.input_text:focus{
	padding: 6px 8px !important;
	height:auto;
}

#autocomplete, 
.jlabel.input_text, 
input.input_text, 
textarea, 
#details, 
#message{
	box-sizing: border-box; 
}

#surface{
	float:none;
}	


a.link_filter, div.link_filter{
	padding:4px 0 4px 5px;
}


#type_interet_selected .map_caterogy{
	padding-left:0;
}	

.link_filter.map_filter{
	padding-left:0;	
}

div.link_filter.explore_active{
	background:#DDDDDD;
}

#filters{
	margin-top:0;
}

.ui-tabs .ui-tabs-nav{
	margin-bottom:0px;	
}

#cat_container{
	padding-left:0;
	padding-right:0;
	padding-bottom:4px;
}

.prod_map_cat.map_caterogy label.ui-button span{
	font-size:13px;	
}

.res_div1 .res_tbl_ref{ display:none;}

#page_content_inner h3 {
	color:#5b5b5b;
}
.prod_controls_inner {
	padding:0;
}
.prod_controls_inner a.btn, .prod_controls_inner a.btn:hover {
	font-size:13px;
	font-family:"Open Sans";
	font-weight:400;
}
.prod_controls_inner a.btn:hover {
	text-decoration:underline
}

.slogan_home{
  width: 1000px;
  position: relative;
  margin: 0 auto;
}

@media screen and (max-width: 1080px){
	#block_slider_home_inner .controls.center.horizontal{
		display:none;	
	}
}


#size_auto2 h3{
	color:#000;	
}


.res_tbl_title_inner h3{
	margin:8px 0;
	height: 40px;
    overflow: hidden;
}

.search_block div.block_filter_radio{
	margin-top: 0;
}

div#page_header {
	padding: 10px;
	padding-top: 14px;
}


#layerslider{
	margin-bottom: 30px;
}

@media screen and (max-width: 680px){
	#layerslider{
		margin-bottom: 10px;
	}
}

#container_left{
	z-index: 10;
}  


.lots{
	background: #FFF;
	margin:30px 0;
	padding-top: 10px;
}

.lots_title h1{
	color: #666;
}

.pres_top .pres_slider, 
.pres_top #value_prod {
	background:#222 !important;
}


.pres_top {
	margin-bottom: 30px;
}

#layerslider {
	margin-bottom: 0;
}

.checkbox_rgpd {
	font-size: 14px !important;
}

#contact_nego #do_send {
	margin-bottom: 12px;
}

