html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}


a{
    color: #000000;
    text-decoration: none;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section { 
    display:block;
}

nav ul, nav li { margin: 0; } 
nav ul, ul { list-style:none; }

.span1, .span2, .span3, .span4, .span5, .span6, .span7, .span8, .span9, .span10, .span11, .span12, .span13, .span14{
    float:left;
    padding: 5px;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}

.col{
    margin-left: 1.5%;
}

.col:first-child {
    margin-left:0;
}

.span1{
    width: 7.142857142857143%;

}
.span2{
    width: 14.28571428571429%;

}
.span3{
    width: 21.42857142857143%;

}
.span4{
    width: 28.57142857142857%;

}
.span5{
    width: 35.71428571428571%;

}
.span6{
    width: 42.85714285714286%;

}
.span7{
    width: 49.99999999999999%;

}
.span8{
    width: 57.14285714285714%;

}
.span9{
    width: 64.28571428571429%;

}
.span10{
    width: 71.42857142857143%;

}
.span11{
    width: 78.57142857142857%;

}
.span12{
    width: 85.71428571428571%;
}
.span13{
    width: 92.85714285714286%;
}
.span14{
    width: 100%;
    margin-left: 0;
}

html{ 
    background: white;   
}

body{ 
    color: #252e35; 
    font: 13px Roboto,arial,sans-serif;
    line-height: 1.5em;
    background: #FFFFFF;
    margin: 0;
}

html,body{height:100%;}

body table.clear_table{border-spacing: 0; border-collapse: collapse}
body table.clear_table tr td{ padding: 0}

h1{
    font-size: 1.714285714em; /* 24 / 14 */
    line-height: 1.5em; /* 21 / 14 */
}

h2{
    font-size: 1.5em; /* 21 / 14 */
    line-height: 1.5em; /* 21 / 14 */
}

p{
    font-size: 1em; /* 14 / 14 */
    line-height: 1.5em; /* 21 / 14 */
    margin-bottom: 1.5em; /* 21 / 14 */
}

div.clearfix{clear: both}

/*Butons*/
.button {
    display: inline-block;
    height: 30px;
    line-height: 10px;
    padding-right: 5px;
    padding-left: 30px;
    position: relative;
    background-color:#369;
    color:rgb(255,255,255);
    text-decoration: none;
    letter-spacing: 1px;
    margin-bottom: 15px;
    border: none;
    /*border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;*/
    cursor: pointer;
    min-width: 100px;
    text-align: center;
}
a.button{line-height: 30px;}

.button i {
    position: absolute;
    left: 0;
    width: 25px;
    background-color:rgba(0,0,0,0.5);
    /*
    -webkit-border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-radius: 0px;*/
    border-right: 1px solid  rgba(0,0,0,0.15);
    line-height: 30px;
    top: 0px;
    text-align: center;
}

.button:hover i, .button.active i {
    background-color:#f60;
    border-right: 1px solid  rgba(0,0,0,0.3);
}

.button:active {

}

.button.orange {
    background: #FF7F00;
}

.button.purple {
    background: #8e44ad;
}

.button.turquoise {
    background: #1abc9c;
}

.button.red {
    background: #e74c3c;
}

.button.grey {
    background: #e1e1e1;
    color: #000000;
}
label.bold{font-weight: bold;}
div.margin_right_none{margin-right: 0 !important}
table.tbl_clear{border-spacing: 0; border-collapse: collapse; width: 100%; ; border: none !important}
table.tbl_clear tr{margin: 0; padding: 0; border: none !important}
table.tbl_clear tr td{margin: 0; padding: 0; border: none !important}
input.formatted_input,
textarea.formatted_input
{
    background: #fff;
    border-color: #d9d9d9;
    border-image: none;
    border-style: solid;
    border-width: 1px;
    box-sizing: border-box;
    height: 30px;
    padding-left: 5px; padding-right: 5px;
    width: 100%;
    border-radius: 3px;
}

input.formatted_input:hover,
textarea.formatted_input:hover
{
    border-color: #b2b2b2;
}

input.formatted_input:focus,
textarea.formatted_input:focus
{
    border-color: #369 !important;
}

textarea.formatted_input
{
    height: auto;
    min-height: 150px;
    padding: 5px;
}


select.formatted_select{
    background: none repeat scroll 0 0 padding-box #fff;
    border-color: #d9d9d9;
    border-image: none;
    border-style: solid;
    border-width: 1px;
    box-sizing: border-box;
    height: 30px;
    padding-left: 5px; padding-right: 5px;
    width: 100%;
    border-radius: 3px;
}

select.formatted_select:hover{
    border-color: #b2b2b2;
}

select.formatted_select:focus{
    border-color: #369 !important;
}

/*Style header*/
table.container tr td.header{height: 30px; background: #000000; position: relative}
ul.top_nav{list-style: none; padding: 0; margin: 0; ; height: 100%; position: absolute; width: 100%;}
ul.top_nav li{display: block; float: left; height: 100; margin-right: 15px;}
ul.top_nav li a{border-top: 2px solid transparent; color: #ffffff; display: block; line-height: 28px; height: 28px;width: 100%; text-align: center; padding-left: 5px; padding-right: 5px; font-size: 14px;}
ul.top_nav li a.active, ul.top_nav li a:hover{border-top: 2px solid #f60;  color: #ffffff}
#content_mini_login{display: none;}


table.container{position: absolute; width: 100%; min-width: 320px; height: 100%; border-spacing: 0; border-collapse: collapse;}
table.container tr td{border: 0px solid #000000}
table.container tr td.footer{padding-top: 10px; text-align: center; vertical-align: bottom; padding-bottom: 0px;}

div.content_main_page{width: 100%;}
div.content_main_page div.content_logo{width: 100%;text-align: center; margin-top: 30px;}
div.content_main_page div.content_slogan{width: 100%;text-align: center; margin-top: 20px; color:#777;font-size:16px;font-weight:bold;}
div.content_main_page div.content_search_main{width: 100%;text-align: center; margin-top: 20px; color:#777;}
.tbl_search_main{margin: auto; border-spacing: 0; border-collapse: collapse}
.tbl_search_main input.formatted_input{width: 300px;}

.tbl_search_main .search_select_content{width: 235px; margin-right: 8px; background: none repeat scroll 0 0 #ffffff; border: 1px solid #d9d9d9; border-radius: 3px; height: 28px; float: left}
.tbl_search_main .search_select_content select{width: 225px; background: #ffffff; border:none; margin: 5px 0 0 0;}
.tbl_search_main .search_select_content:hover{border-color:#b2b2b2; }
.tbl_search_main .search_select_content_focus{border-color:#369 !important;}
.tbl_search_main .search_input_content{float: left; margin-right: 8px;}

/*Buttons search*/
div.content_btn_search{margin-top: 10px;}
div.content_btn_search_inarea{ position: absolute; right: 10px; bottom: 10px;}
div.content_btn_search .button{ font-size: 12px; font-weight: bold; padding-left: 5px; text-align: center; min-width: 160px; margin-left: 20px; margin-right: 20px; border: 1px solid #d9d9d9; background: #f0f0f0; color: #444444;}
div.content_btn_search .button:hover{border: 1px solid #b2b2b2}
div.content_btn_saved{ right: 218px;}

div.content_btn_search .button i{ font-size: 16px; display: none}

div.content_map{ width: 269px; height: 345px; position: relative; background: url("/public/images/map/lebmap.png") no-repeat center top;}
div.content_map img{ position: absolute; margin: auto; top: 0; left: 0}
div.content_map img.map_area_part{visibility: hidden}
div.area_names{position: absolute; right: -200px; width: 190px; top: 0; text-align: right; color: #777}
div.area_names a{color: #3d6abe; font-weight: bold; display: block; widows: 100%; margin-top: 10px;}
div.area_names a:hover, div.area_names a.link_map_active{color: #fe6601; text-decoration: underline}

div.message_home{position: absolute; left: -200px; width: 190px; top: 0; text-align: left; color: #777}

table.tbl_mainsite{ border-spacing: 0; border-collapse: collapse; width: 100%;}
table.tbl_mainsite tr td{ /*border: 1px solid #E1E1E1*/}
table.tbl_mainsite tr td.tbl_td_mainsite{ width: 1000px; max-width: 1000px; background: white}
div.space_top_pub{width: 100%; height: 150px; background: white}
div.space_top_login{width: 100%; height: 80px;}
div.space_search_area{background: #eee0b6; padding: 5px; border-radius: 12px; margin: 5px; position: relative; min-height: 142px}
div.space_result_area{min-height: 450px; padding: 5px; margin: 5px; width: 745px; margin-top: 0px; }
div.space_result_right{float: right; width: 178px; margin-top: 0px; min-height: 100px; position: relative}
div.space_top_tabbar{margin-left: 10px; margin-right: 10px; border-bottom: 2px solid #f60; margin-top: 40px; height: 40px;  }
div.main_top_logo{float: left}
div.main_top_logo img{height: 70px; margin-top: 5px; margin-left: 5px;}

div.login_area{
    float: right;
    width: 50%;
    height: 60px;
    background: red;
    margin-right: 5px;
    border-radius: 0px 0px 8px 8px;
    background: #eee0b6;
    padding-top: 10px;
    min-width: 465px;
}

div.login_content_lbl{
    text-align: left;
    margin-left: 10px;
    padding-top: 4px;
    float: left;
    padding-left: 10px;
}

div.login_content_input{
    margin-left: 5px;
    float: left;
    width: 25%;
}

div.login_content_input input{
    background: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    padding: 4px;
    width: 100%;
}

div.login_content_input input:focus{
    border-color: #369;
}

a.btn_login{
    display: block;
    float: left;
    min-width: 60px;
    text-align: center;
    border:1px solid #aaa;
    background: #f0f0f0;
    margin-left: 20px;
    border-radius: 4px;
    line-height: 24px;
    height: 24px;
    font-weight: 500;
}

a.btn_login:hover{border-color: #369}

div.login_content_link_left{
    text-align: left;
    padding-top: 4px;
    float: left;
    padding-left: 20px;
}

div.login_content_link_right{
    text-align: right;
    padding-top: 4px;
    float: right;
    padding-right: 23px;
}

div.login_content_link_left a,
div.login_content_link_right a
{
    color: #369;
    font-weight: bold;
    font-size: 12px;
}

div.login_content_link_left a:hover,
div.login_content_link_right a:hover
{
    text-decoration: underline;
}

div.space_search_area .search_input_content{float: left; margin-left: 0.6%; margin-right: 0px; width: 31.4%}
div.space_search_area input.formatted_input{width: 100%; border-color: #aaa; margin-top: 6px; margin-bottom: 6px}

div.space_search_area .search_select_content{width: 22%; margin-left: 1%; margin-right: 0px; background: none repeat scroll 0 0 #ffffff; border: 1px solid #aaa; border-radius: 3px; height: 28px; float: left; margin-top: 6px; margin-bottom: 6px}
div.space_search_area .search_select_content select{width: 96%; background: #ffffff; border:none; margin: 5px 0 0 0;}
div.space_search_area .search_select_content:hover{border-color:#b2b2b2; }
div.space_search_area .search_select_content_focus{border-color:#369 !important;}

div.space_search_area div.content_btn_search{width: 20%; margin-left: 1%; float: left; margin-top: 6px;}
div.space_search_area div.content_btn_search button{margin-left: 0; margin-bottom: 0; margin-right: 0px; min-width: 100%; border-color: #aaa; border-radius: 4px; width: 100%;}
div.space_search_area div.content_btn_search button:hover{border-color: #369;}


div.show_more_search{ width: 100%; height: 0px; float: left; cursor: pointer; text-align: center; position: absolute; bottom: 5px}
div.show_more_search a{ display: block; width: 100px; margin: auto; height: 28px; color: #369; font-weight: bold; font-size: 12px; margin-top: 5px; background-color: #eee0b6; border-radius: 0px 0px 12px 12px; padding-top: 5px;}

div.content_more_search{
    width: 100%; 
    height: 0px; 
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out; 
    float: left; 
    overflow: hidden
}

div.content_more_search table.content_input_more_search{
    margin: 5px;
}

div.viv
{
    border-top: 1px solid #ccc;
}
div.border_top_none{border-top: none;}

div.viv_date
{
    color: #000;
    float: left;
    font-weight: normal;
    padding: 20px 20px 0 0;
    text-align: right;
    width: 90px;
}

div.viv_date_mobile{display: none;}

div.viv_img
{
    float: left;
    padding: 20px 0;
    width: 180px;
    height: 120px;
}

div.viv_img_thumb
{
    float: left;
    position: relative;
}

div.viv_img_thumb img{max-width: 160px; max-height: 120px}

div.badge_img{position: absolute; top: -12px; right: -12px; width: 25px; height: 20px; color: white; font-weight: bold; text-align: center; padding-top: 4px; background: url('/public/images/badge_img.png') top left no-repeat;}

div.viv_detail
{
    float: left;
    overflow: hidden;
    padding: 20px 0;
    width: 55%;
}

div.viv_title
{
    font-size: 16px;
    color: #369;
    font-weight: bold;
}

div.viv_cat
{
    color: #000;
    font-size: 13px;
    font-weight: normal;
}

div.viv_location
{
    color: #000;
    font-size: 13px;
    font-weight: normal;
}

div.viv_price
{
    color: #000;
    float: left;
    font-size: 14px;
    height: 32px;
    line-height: 32px;
    padding-right: 10px;
    font-weight: bold;
}

div.clear {
    clear: both;
}

div.space_result_area a:hover div.viv
{
    background: #eaebf0;
}

/* ribbon style */
.box_result_right{
    right: 20px;
    position: absolute;
    width: 205px;
    background: #eee0b6;
    padding-top: 20px;
    min-height: 400px;
}

/* ribbon style */

.ribbon-wrapper {
    position: relative;
}
.ribbon-front {
    background-color: #f60;	height: 40px;
    width: 225px;
    position: relative;
    left:-10px;
    z-index: 2;
}

.ribbon-front,
.ribbon-back-left,
.ribbon-back-right
{
    -moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.55);
    -khtml-box-shadow: 0px 0px 4px rgba(0,0,0,0.55);
    -webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.55);
    -o-box-shadow: 0px 0px 4px rgba(0,0,0,0.55);
}

.ribbon-edge-topleft,
.ribbon-edge-topright,
.ribbon-edge-bottomleft,
.ribbon-edge-bottomright {
    position: absolute;
    z-index: 1;
    border-style:solid;
    height:0px;
    width:0px;
}

.ribbon-edge-topleft,
.ribbon-edge-topright {
}

.ribbon-edge-bottomleft,
.ribbon-edge-bottomright {
    top: 40px;
}

.ribbon-edge-topleft,
.ribbon-edge-bottomleft {
    left: -10px;
    border-color: transparent #bd4b19 transparent transparent;
}

.ribbon-edge-topleft {
    top: 0px;
    border-width: 0px 10px 0 0;
}
.ribbon-edge-bottomleft {
    border-width: 0 10px 10px 0;
}

.ribbon-edge-topright,
.ribbon-edge-bottomright {
    left: 205px;
    border-color: transparent transparent transparent #bd4b19;
}

.ribbon-edge-topright {
    top: 0px;
    border-width: 0px 0 0 10px;
}
.ribbon-edge-bottomright {
    border-width: 0 0 10px 10px;
}

.ribbon-back-left {
    position: absolute;
    top: 10px;
    left: 0px;
    width: 0px;
    height: 40px;
    z-index: 0;
}

.ribbon-back-right {
    position: absolute;
    top: 10px;
    right: 0px;
    width: 0px;
    height: 40px;
    z-index: 0;
}

.ribbon-title{line-height:40px; text-align: center; font-weight: bold; color: white; font-size: 18px; text-transform: uppercase}

div.box_tabbar{ float: left; height: 35px; line-height: 15px; text-align: center; padding-top: 5px; padding-left: 10px; padding-right: 10px; background: #eee0b6; min-width: 180px; color: #FFFFFF; border-radius: 8px 8px 0 0; margin-right: 10px}
div.box_tabbar_active{background: #f60;}
div.box_tabbar strong{ text-transform: uppercase}
div.box_tabbar a{color: #369;}
div.box_tabbar a:hover{text-decoration: underline}

div.sort_area{ float: right; padding-top: 20px;}
div.sort_area a{color: #369; font-weight: bold;}
div.sort_area a:hover{text-decoration: underline}

img.loader_img{margin-left: 50px; margin-top: 27px;}

div.city_select_content{float: left; margin-top: 6px; margin-left: 1%; width: 20%;}
li.content_mini_login_link{float: right !important; margin-right: 0px !important}
a.mini_login_link{font-size: 14px; line-height: 32px; padding-left: 25px; padding-right: 5px; color: #ffffff; text-align: right; outline: none; display: block; height: 32px; right: 0px; position: absolute; background: url("/public/images/lock_icon.png") no-repeat left center; background-size: 24px 24px;}
div.mini_login_lbl{color: #000; width: 100%;}
div.mini_login_input{color: #000; width: 100%;}
div.mini_login_input input{background: #fff;
                           border-color: #aaa;
                           border-image: none;
                           border-style: solid;
                           border-width: 1px;
                           box-sizing: border-box;
                           height: 25px;
                           padding-left: 5px; padding-right: 5px;
                           width: 100%;
                           border-radius: 3px;}
div.mini_login_input input:focus{border-color:#369 !important;}
table.tbl_content_mini_login{width: 280px; margin: 10px;}
table.tbl_content_mini_login tr td div.mini_login_lbl{font-size: 12px;}
a.mini_login_sbt{
    background: none repeat scroll 0 0 #f0f0f0;
    border: 1px solid #aaa;
    border-radius: 4px;
    display: block;
    float: right;
    font-weight: 500;
    height: 24px;
    line-height: 24px;
    min-width: 60px;
    text-align: center;
    margin-top: 5px;
}

a.mini_login_sbt:hover{
    border-color: #369;
}

a.mini_login_create_link{display: block; float: left; font-size: 12px; padding-top: 10px; color: #369;}
a.mini_login_create_link:hover{text-decoration: underline}

a.mini_login_recover_link{display: block; float: right; font-size: 12px; padding-top: 10px; color: #369;}
a.mini_login_recover_link:hover{text-decoration: underline}

.mini_login_msg{ display: block; float: left; font-size: 12px; padding-top: 10px; color: red; max-width: 200px; height: 30px;}
.mini_login_msg a{ color: #369}
.mini_login_msg a:hover{ text-decoration: underline}

.popModal{padding: 0;}
.popModal .popModal_content{ margin: 0;}

/*Paginate*/
.paginate {
    text-align: center; }
.paginate ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center; }
.paginate li {
    display: inline; }
.paginate a {
    border-radius: 3px;
    box-shadow: rgba(0, 0, 0, 0.2) 0 0 0 1px;
    margin: 1px 2px;
    padding: 5px 10px;
    margin-bottom: 5px;
    display: inline-block;
    border-top: 1px solid #fff;
    text-decoration: none;
    color: #717171;
    font-size: smaller;
    font-family: "Helvetica Neueu", Helvetica, Arial, sans-serif;
    text-shadow: white 0 1px 0;
    background-color: #f5f5f5;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#eaeaea));
    background-image: -webkit-linear-gradient(top, #f9f9f9, #eaeaea);
    background-image: -moz-linear-gradient(top, #f9f9f9, #eaeaea);
    background-image: -ms-linear-gradient(top, #f9f9f9, #eaeaea);
    background-image: -o-linear-gradient(top, #f9f9f9, #eaeaea);
    background-image: linear-gradient(top, #f9f9f9, #eaeaea);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f9f9f9', EndColorStr='#eaeaea'); }
.paginate a:first-child, .paginate a.first {
    margin-left: 0; }
.paginate a:last-child, .paginate a.last {
    margin-right: 0; }
.paginate a:hover, .paginate a:focus {
    border-color: #fff;
    background-color: #fdfdfd;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#fafafa));
    background-image: -webkit-linear-gradient(top, #fefefe, #fafafa);
    background-image: -moz-linear-gradient(top, #fefefe, #fafafa);
    background-image: -ms-linear-gradient(top, #fefefe, #fafafa);
    background-image: -o-linear-gradient(top, #fefefe, #fafafa);
    background-image: linear-gradient(top, #fefefe, #fafafa);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#fefefe', EndColorStr='#fafafa'); }
.paginate a.more {
    box-shadow: 0 0 0 0 transparent;
    border: 0 none;
    background: transparent;
    margin-left: 0;
    margin-right: 0; }

.paginate a.active {
    box-shadow: rgba(0, 0, 0, 0.75) 0 0 0 0 inset;
    border-color: #505050;
    color: #f2f2f2;
    text-shadow: black 0 1px 0;
    background-color: #369;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#369), to(#2d5a87));
    background-image: -webkit-linear-gradient(top, #369, #2d5a87);
    background-image: -moz-linear-gradient(top, #369, #2d5a87);
    background-image: -ms-linear-gradient(top, #369, #2d5a87);
    background-image: -o-linear-gradient(top, #369, #2d5a87);
    background-image: linear-gradient(top, #369, #2d5a87);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#369', EndColorStr='#369'); 
}

.paginate a.disable {
    border-color: #fff;
    background-color: #fdfdfd;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#fafafa));
    background-image: -webkit-linear-gradient(top, #fefefe, #fafafa);
    background-image: -moz-linear-gradient(top, #fefefe, #fafafa);
    background-image: -ms-linear-gradient(top, #fefefe, #fafafa);
    background-image: -o-linear-gradient(top, #fefefe, #fafafa);
    background-image: linear-gradient(top, #fefefe, #fafafa);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#fefefe', EndColorStr='#fafafa');
    cursor: default;
}

.paginate-dark a {
    box-shadow: rgba(0, 0, 0, 0.3) 0 0 0 1px;
    border-top: 1px solid #62686d;
    text-shadow: rgba(0, 0, 0, 0.75) 0 1px 0;
    color: #fff;
    background-color: #4e5458;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#575e63), to(#3f4347));
    background-image: -webkit-linear-gradient(top, #575e63, #3f4347);
    background-image: -moz-linear-gradient(top, #575e63, #3f4347);
    background-image: -ms-linear-gradient(top, #575e63, #3f4347);
    background-image: -o-linear-gradient(top, #575e63, #3f4347);
    background-image: linear-gradient(top, #575e63, #3f4347);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#575e63', EndColorStr='#3f4347'); }
.paginate-dark a:hover, .paginate-dark a:focus {
    border-color: #61788a;
    background-color: #4d6374;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#566f82), to(#3e505e));
    background-image: -webkit-linear-gradient(top, #566f82, #3e505e);
    background-image: -moz-linear-gradient(top, #566f82, #3e505e);
    background-image: -ms-linear-gradient(top, #566f82, #3e505e);
    background-image: -o-linear-gradient(top, #566f82, #3e505e);
    background-image: linear-gradient(top, #566f82, #3e505e);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#566f82', EndColorStr='#3e505e'); }
.paginate-dark a.active {
    box-shadow: rgba(0, 0, 0, 0.75) 0 0 0 0 inset;
    border-color: #2d3035;
    background-color: #303338;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#303338), to(#2d3034));
    background-image: -webkit-linear-gradient(top, #303338, #2d3034);
    background-image: -moz-linear-gradient(top, #303338, #2d3034);
    background-image: -ms-linear-gradient(top, #303338, #2d3034);
    background-image: -o-linear-gradient(top, #303338, #2d3034);
    background-image: linear-gradient(top, #303338, #2d3034);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#303338', EndColorStr='#2d3034'); 
}

.paginate-dark a.disable {
    box-shadow: rgba(0, 0, 0, 0.75) 0 0 0 0 inset;
    border-color: #2d3035;
    background-color: #303338;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#303338), to(#2d3034));
    background-image: -webkit-linear-gradient(top, #303338, #2d3034);
    background-image: -moz-linear-gradient(top, #303338, #2d3034);
    background-image: -ms-linear-gradient(top, #303338, #2d3034);
    background-image: -o-linear-gradient(top, #303338, #2d3034);
    background-image: linear-gradient(top, #303338, #2d3034);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#303338', EndColorStr='#2d3034'); 
    cursor: default;
}

ul.med_ul_pagination{ display: none}
ul.small_ul_pagination{ display: none}

div.pagination_content{
    width: 100%;
    height: 32px;
    text-align: center;
    border-top: 2px solid #f60;
    padding-top: 5px;
    margin-bottom: 20px;
}

ul.ul_pagination{ list-style: none; margin: 0; padding: 0}
ul.ul_pagination li{padding: 0; margin: 0;}

ul.large_ul_pagination li a i{line-height: 19px}

/*Fiche*/
div.top_ribbon{ height: 0px;}
div.right_fiche_area .ribbon-front{ width: 100%; left: 0px; padding-right: 10px;}
div.right_fiche_area .ribbon-edge-bottomright{left: 100%;}

div.space_top_tabbar_fiche{margin-left:5px; margin-right: 5px; margin-top: 0; height: 5px;}
#galleria{height:500px}
div.fiche_area{
    margin-left: 5px; margin-right: 5px;  
}

div.left_fiche_area{
    float: left;
    width: 60%;
}

div.right_fiche_area{
    float: right;
    background: #eee0b6; 
    width: 36%; 
    margin-right: 2%;
}

div.fiche_info{
    margin-left: 5px; margin-right: 5px;
}

div.content_breadscrumbs_fiche{margin-top: 10px; margin-left: 0px;}
div.content_title_fiche{margin-top: 5px; margin-left: 0px; margin-bottom: 10px; width: 60%;}
div.content_title_fiche h2{font-size: 22px; font-weight: bold}

ul.breadscrumbs_fiche{ list-style: none; margin: 0; padding: 0}
ul.breadscrumbs_fiche li{ display: block; float: left;}
ul.breadscrumbs_fiche li{ font-size: 12px;}
span.divider{color: #cccccc; padding-left: 5px; padding-right: 5px; margin-top: 1px; display: block; float: left;}
ul.breadscrumbs_fiche li a{color: #369; display: block; float: left;}

div.box_details
{
    margin-top: 10px;
    border-bottom: 1px solid #eaebf0;
    padding-bottom: 10px;
    color: #888888;
    font-size: 14px;
}

div.box_details a
{
    color: #369;
}

div.box_details a:hover
{
    text-decoration: underline;
}

table.box_details_fiche{width: 100%; border-collapse: collapse; border-spacing: 0}
table.box_details_fiche tr{ height: 30px;}
table.box_details_fiche tr td{color: #000000; vertical-align: top}
table.box_details_fiche tr td.bold{font-weight: bold;}
table.box_details_fiche tr td.special_price{font-size: 18px; color: #369; font-weight: bold;}
table.box_details_fiche tr td.td_box_details_fiche{width: 30%;}

div.box_details_share{ margin-top: 30px; border-bottom: none;}
div.content_btn_share{width: 33%; text-align: center; float: left}
div.content_btn_share button.button{width: 80%; margin-bottom: 0}

.with_bottom_border{border-bottom: 2px solid #f60 !important}

div.box-right-btn{padding: 5px; padding-bottom: 10px}
div.content_big_button{width: 50%; text-align: center; float: left}
div.content_big_button i{font-size: 64px; color: #369;}
div.content_big_button i.fa-phone-square{font-size: 60px; margin-top: 4px;}
div.content_big_button span{display: block; width: 100%; color: #369; font-size: 20px; padding-top: 8px;}
div.content_big_button a:hover span{text-decoration: underline}

div.content_small_button{ margin-bottom: 20px;}
div.content_small_button i{ float: left; font-size: 24px; margin-left: 4px;}
div.content_small_button span{ float: left; font-size: 16px; width: auto; margin-left: 5px; padding-top: 5px}

div.box-right-btn-small{padding-bottom: 0px}

/*Login page*/
.space_account_login{width: 100%; max-width: 500px; min-height: 100px; padding: 0px; margin: auto; margin-top: 10px; ; padding-top: 30px;}
.space_account_login h1{font-size: 24px; font-style: normal; line-height: 24px; margin-bottom: 18px; margin-top: 0;}
.space_account_login_content{padding: 15px; border: 1px solid #ccc; margin-bottom: 30px;  min-height: 50px;}
form.form_modified div.div_lbl > label { display: inline-block; margin-bottom: 10px; color: #333; font-size: 16px;}
form.form_modified div.div_inpt_txt input.formatted_input { display: inline-block; margin-bottom: 10px; color: #333; font-size: 16px;}
td.td_space_login_radio, td.td_space_login{margin: 0; padding: 0; vertical-align: top}
td.td_space_login_radio{ width: 25px;}
td.td_space_login_radio input{ vertical-align: middle}
td.td_space_login label{ display: inline-block; color: #333; font-size: 16px; margin-bottom: 10px;}
td.td_space_login input{ display: inline-block; float: right; max-width: 260px}
td.td_space_login_action button{ margin-left: 5px; margin-top: 50px;}
td.td_space_login_action a{ display: block; float: right; font-size: 16px;}
td.td_space_login_action a:hover{text-decoration: underline}
span.msg_login{color: #c33; display: block; margin-bottom: 10px;}

/*Create account page*/
.space_account_create{min-height: 100px; padding: 0px; margin: auto; margin-top: 10px; padding-top: 30px;}

.space_account_create h1{font-size: 24px; font-style: normal; line-height: 24px; margin-bottom: 18px; margin-top: 0;}

.space_account_create_content{padding: 15px; padding-top: 2px; border-top: 1px solid #ccc; margin-bottom: 30px;  min-height: 50px;}

form.form_create{display: block; float: left; width: 70%; margin-top: 0px; border-right: 1px solid #ccc}

div.create_tips{float: right; width: 25%; margin-top: 0px; padding: 2% }

div.box_items_form{
    border-bottom: 1px dashed #ccc; 
    margin-right: 36px;
    overflow: hidden;
    padding: 8px 0 8px 20px;
    position: relative;
    padding-bottom: 18px;
    padding-top: 18px;
}

div.box_items_form label{
    display: block;
    float: left;
    text-align: left;
    transition: color 0.3s ease 0s;
    max-width: 160px;
    width: 30%;
    line-height: 30px;
    font-size: 14px;
    margin: 2px 6px 0 0;
}

div.box_items_form span.span_input{
    display: block;
    float: left;
    text-align: left;
    position: relative;
    max-width: 300px;
    width: 70%;
    line-height: 30px;
    transition: padding 0.3s ease-out 0s;
    height: 32px;

}

div.box_items_form span.span_input input{
    position: absolute;
    z-index: 2; 
}

div.box_items_form span.span_input input.error{
    border-color: red !important; 
}

div.box_items_form_no_border{ border-bottom: none !important}

div.box_items_form p{ font-size: 12px;}
span.span_input_check{margin-bottom: 5px;}
span.span_input_check{max-width: 100% !important;}
span.span_input_check input{float: left; margin-left: 0; position: relative !important}
span.span_input_check span{float: left; line-height: 18px; display: block; width: 90%;}
div.box_clear_left{width: 30%; max-width: 168px; float: left; height: 50px;}
span.span_cond{ max-width: 100% !important;}
span.span_cond a{ color: #369;}
span.span_cond a:hover{ color: #f60; text-decoration: underline}
div.error_container{z-index: 1; transition: opacity 0.3s ease 0s; opacity: 0; position: absolute; bottom: 0px; line-height: 18px; height: 18px; color: red;}


/*Manage account*/
.box_tabbar_account a{display: block; font-size: 16px; width: 100%; text-align: center; height: 32px; line-height: 32px;}
.box_tabbar_account.box_tabbar_active a{display: block; color: #FFF !important; font-size: 16px; width: 100%; text-align: center; height: 32px; line-height: 32px;}
.box_tabbar_account a:hover{text-decoration: none !important;}

div.accor_item{border: 1px solid #ccc;border-radius: 3px; margin-bottom: 10px;}
div.accor_title{ z-index: 4;}
div.accor_title a i{ margin-left: 5px; margin-right: 5px;}
div.accor_title a{
    display: block; 
    height: 40px; 
    line-height: 40px; 
    padding: 2px; 
    color: #333; 
    font-size: 1.5em;
    border-radius: 3px;
    background: #ffffff; /* Old browsers */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNmU3ZTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #ffffff 0%, #e6e7e8 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e6e7e8)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ffffff 0%,#e6e7e8 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ffffff 0%,#e6e7e8 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ffffff 0%,#e6e7e8 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ffffff 0%,#e6e7e8 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e6e7e8',GradientType=0 ); /* IE6-8 */

}

div.accor_content{
    background: #FFF;
    border-top: none;
    overflow: hidden;
    border-radius: 3px;
    height: 0px;
    transition: height 0.3s ease 0s;
}

form.form_account{border-right: none !important; width: 100%;}
form.form_account div.box_items_form{margin-left: 10px; margin-right: 10px;}

div.success_msg{padding: 10px; margin-left: 20px; font-size: 18px; color: green;}
div.success_msg_error{color: red !important;}

div.space_account_details{margin-left: 10px; margin-right: 10px;}
div.details_accor{background: #f2f2f2; border: 1px solid #ccc; padding: 10px;}

div.content_btn_post{
    padding: 20px;
    text-align: center;
}

div.content_btn_post a{ margin-bottom: 0px; font-size: 18px;}

div.mini_before_loading_content{width: 280px; height: 183px; background: url("/public/images/preloader.gif") no-repeat center center;}
div.mini_before_loading_content_small{height: 90px !important;}

.mini_login_loader{
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

}

.mini_login_loader_bg,
.mini_login_loader_icon{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("/public/images/bg_loader_white.png") repeat;
}

.mini_login_loader_icon{
    opacity: 1;
    background: url("/public/images/preloader.gif") no-repeat center center;
}
.mini_login_loader_big{z-index: 99999;}

div.post_ad_content{border: 1px solid #ccc;border-radius: 4px; margin: 18px 0; overflow: hidden; position: relative; padding-bottom: 14px;}
div.post_ad_content h2{padding-top: 8px; background: #f2f1f1; font-size: 16px; line-height: 14px; height: 14px; padding-left: 30px; padding-bottom: 8px; border-bottom: 1px dashed #ccc}
div.post_ad_content h2{background-image: url("/public/images/title_bg.png"); background-repeat: no-repeat; background-position: 2px 2px}
div.post_ad_content h2{-webkit-transition: background-position 200ms ease-in-out;
                       -moz-transition: background-position 200ms ease-in-out;
                       -ms-transition: background-position 200ms ease-in-out;
                       -o-transition: background-position 200ms ease-in-out;
                       transition: background-position 200ms ease-in-out;}
div.content_category_parent{ padding-top: 14px;background: #FFFFFF}
div.content_category_childs{margin-left: 1%; margin-right: 1%; float: left; width: 98%; padding-top: 7px; padding-bottom: 14px;}
table.tbl_category_large{
    width: 98%;
    border-collapse: collapse;
    border-spacing: 0;
    margin-left: 1%;
    margin-right: 1%;
}

table.tbl_category_large tr td{
    height: 50px;
    text-align: center;
    max-width: 10px
}
div.item_category_parent{
    transition: all 0.3s ease-out 0s;
    width:96%;
    margin: auto;
    text-align: center; 
    border: 1px solid #ccc; 
    border-radius: 4px; 
    margin-bottom: 14px;
    background: #ffffff; /* Old browsers */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNmU3ZTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #ffffff 25%, #e6e7e8 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(25%,#ffffff), color-stop(100%,#e6e7e8)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ffffff 25%,#e6e7e8 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ffffff 25%,#e6e7e8 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ffffff 25%,#e6e7e8 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ffffff 25%,#e6e7e8 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e6e7e8',GradientType=0 ); /* IE6-8 */ 
}
div.item_category_parent i{font-size: 24px; margin-top: 5px; color: #f60; margin-bottom: 2px; }
div.item_category_parent span{display: block; width: 100%; margin-bottom: 5px; font-weight: bold; font-size: 13px; }
div.item_category_parent.item_category_parent_active{border-color: #000; opacity: 1; background: #eff2f7 !important;}
div.item_category_parent.item_category_parent_deact{opacity: 0.5;}

div.content_category_child{padding: 7px; padding-top: 0px; background: #FFFFFF; border: 1px solid #ccc;border-radius: 4px; margin: 14px; margin-right: 0px; width: 94%; margin-top: 0; float: left;}
div.item_child{border-radius: 2px; position: relative; overflow: auto; float: left; box-shadow: 0 0 1px #000; background: #f2f1f1; height: 320px; width: 24%; margin-left: 0.5%; margin-right: 0.5%; margin-top: 7px;  background-position: center; transition: all 0.3s ease-out 0s;}
div.item_child_select{z-index: 19; position: relative; background: white; transition: all 0.3s ease-out 0s; margin: 2px; padding: 4px; border: 1px solid #ccc; cursor: pointer; color: #333 }
div.item_child_select:hover{ background: #f2f1f1; color: #f60;  }
div.item_child_selected{ background: #828282; color: white; z-index: 20; }
div.item_child_selected:hover{ background: #828282; color: white }
div.item_child_select table{ border-collapse: collapse; border-spacing: 0; width: 100%;}
div.item_child_select table tr td{ vertical-align: middle;}
div.item_child_select table tr td.content_change_category{display: none; width: 50px; text-align: right}
a.change_category{font-weight: bold;}
a.change_category:hover{text-decoration: underline}
div.item_child_selected a.change_category{ color: #FFFFFF}
div.item_child_selected a{display: block;}
div.item_child_preloader{ background-image: url("/public/images/preloader.gif"); background-repeat: no-repeat;}
div.item_child_final_choice{background: green}
div.item_child_final_choice:hover{background: green}
div.item_next_content{ margin: 1.5%; width: 97%; margin-top: 0px; text-align: right}
#cat_btn{visibility: hidden;}
.button.button_right{padding-right: 30px; padding-left: 5px;}
.button.button_right i{ left: auto; right: 0}
.button.button_right i{ left: auto; right: 0}
.button.button_right:hover i, .button.button_right.active i { border-right: 1px solid #f60; border-left: 1px solid  rgba(0,0,0,0.3);}

/*Details*/
p.list_category_breadscrumbs{display: block;float: left; padding: 22px 0 0px 20px; margin-bottom: 0;  clear: both}
div.list_category_edit{ float: right; margin-right: 20px; margin-top: 14px; }
div.list_category_edit .button{margin-bottom: 0}
div.content_full_input{ margin: 14px; margin-bottom: 0}
div.content_full_input input{ width: 50%}
div.content_cat_label{ float: left; width: 16%; margin-left: 1%; margin-top: 1%;}
div.content_cat_label label{ display: block; font-weight: bold; line-height: 30px; text-align: right;}
div.content_cat_input{ float: left; width: 30%; margin-left: 1%; margin-top: 1%;}

div.content_full_input textarea{ width: 100%; min-height: 250px}

#post_btn,
#preview_btn
{font-size: 16px}
#full_page_loader{position: fixed;}
h2.title_ok{
    background-position: 2px -46px !important;
}

h2.title_error{
    background-position: 2px -94px !important;
}

select.formatted_select.error{border-color: #f60 !important}
input.formatted_input.error{border-color: #f60 !important}
textarea.formatted_input.error{border-color: #f60 !important}

#preview{
    position:absolute;
    border:1px solid #ccc;
    background:#333;
    padding:5px;
    display:none;
    color:#fff;
}

div.token-input-dropdown-facebook{z-index: 99999 !important;}

h1.background {
    position: relative;
    z-index: 1;
    text-align: center;
}
h1.background:before {
    border-top: 1px solid #ccc;
    content:"";
    margin: 0 auto; /* this centers the line to the full width specified */
    position: absolute; /* positioning must be absolute here, and relative positioning must be applied to the parent */
    top: 50%; left: 0; right: 0; bottom: 0;
    width: 100%;
    z-index: -1;
}

h1.background span { 
    /* to hide the lines from behind the text, you have to set the background color the same as the container */ 
    background: #fff; 
    padding: 0 15px; 
}

a.save_item_active i{color: #f60}


div.message_home_down{
    display: none;
    padding: 10px;
    margin: auto;
    max-width: 650px;
}

div.message_home_down p{
    margin-bottom: 10px;
}

div.send_to_friends{
    display: none;
}

div.send_to_friends div.box-right-similar{position: relative}
div.send_to_poster div.box-right-similar{position: relative}
div.send_report div.box-right-similar{position: relative}

div.send_to_friends div.ribbon-front
{
    padding-right: 0;
}


div.send_to_poster{
    display: none;
}

div.send_to_poster div.ribbon-front
{
    padding-right: 0;
}

div.send_report{
    display: none;
}

div.send_report div.ribbon-front
{
    padding-right: 0;
}


div.send_msg{
    display: none;
}

div.send_msg div.ribbon-title{
    font-size: 16px;
    text-transform: none;
}

div.send_msg div.ribbon-front
{
    padding-right: 0;
}

div.send_msg.green div.ribbon-front{
    background-color: green;
}

div.send_msg.red div.ribbon-front{
    background-color: red;
}

#number_area{
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

.blur{
    color: transparent !important;
    text-shadow: 0px 0px 8px #369;
}


div.fiche_input_content div.content_cat_label{width: 98% !important; margin-top: 10px !important;}
div.fiche_input_content div.content_cat_label label{text-align: left !important; line-height: 14px !important;}
div.fiche_input_content div.content_cat_input{width: 98% !important;}

div.fiche_area a.button{ margin-top: 10px; margin-right: 1%; float: right}

div.content_big_button_fill{width: 95%;}

.content_category_childs{
    min-height: 200px; margin-top: 5px; background-position: center center;
}

.item_category_child{ 
    float: left;
    text-align: center;
    height: 20px;
    width: 30%;
    border:1px solid #ccc;
    margin: 1%;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out; 
}
.item_category_child:hover, .item_category_child.item_category_child_active{
    background: #f60;
    color: #FFF;
}

div.post_ad_content ul.token-input-list-facebook{min-height: 30px !important; margin: 0 !important; border: 1px solid #d9d9d9}