.clr {
    clear: both;
}

.numberbox {
    text-align: right;
    padding-right: 2px;
}

.right {
    text-align: right;
}


/*** Properties Search layout ***/

#jea-search-form label {
    display: inline !important;
}

#jea-search-form input {
    width: auto !important;
}

#jea-search-form .jea-counter {
    float: right;
}

#jea-search-form .jea-counter-result {
    font-weight: bold;
}

#jea-search-form h2,
#jea-search-form hr {
    clear: both;
}

#jea-search-form hr {
    margin: 1em 0;
}

#jea-search-form select {
    width: 12em;
}

#jea-search-form dl {
    padding: 0.5em 0;
}

#jea-search-form dl.col-left,
#jea-search-form dl.col-right {
    float: left;
}

#jea-search-form dl.col-left {
    margin-right: 3em;
}

#jea-search-form dt,
#jea-search-form dd {
    margin: 0;
    padding: 0;
    display: table-cell;
}

#jea-search-form dt {
    min-width: 5em;
}

#jea-search-form ul {
    overflow: hidden;
    margin: 1em 0 !important;
    padding: 0 !important;
}

#jea-search-form ul.jea-search-other li {
    list-style: none;
    margin: 0.5em 0 !important;
    padding: 0 !important;
}

#jea-search-form ul.jea-search-other label {
    display: inline-block;
    min-width: 13em;
}

#jea-search-form .amenities li {
    width: 17em;
    margin: 0 1.5em 0.5em 0 !important;
    padding: 0 !important;
    float: left;
    list-style: none;
}


/* Properties Default layout */

.limitbox {
    text-align: right;
}



/* formatting context, prevent overshooting of floating */


/*
}
*/

/* Property Default layout */

.prev-next-navigation .previous {
    display: inline-block;
    margin-right: 20px;
}

.jea-tools {
    float: right;
}

.jea-tools img {
    border: none;
}

#jea-gallery {
    margin-bottom: 10px;
    width: 100%;
    /*background-color: yellow;*/
    /*height: 700px;*/
}


#jea-preview-title {
    font-weight: bold;
}

#jea-preview-description {
    font-style: italic;
}

span.rate_frequency {
    font-size: 0.9em;
    font-weight: normal;
}

table.jea-data {
    width: auto;
}

table.jea-data th,
table.jea-data td {
    padding: 0.4em;
}

table.jea-data th {
    font-weight: normal;
}

table.jea-data td {
    font-weight: bold;
}

.jea-col-right {
    float: right;
    width: 300px;
    margin-left: 2em;
    padding-left: 2em;
    border-left: 1px dashed #b2b4bf;
}

.property-description {
    margin: 2em 0;
}

#advantages_list {
    margin-bottom: 10px;
}

.jea-address {
    margin-left: 0;
    width: 50%;
    font-size: 1.2em;
}

.jea-address h3 {
    color: #11D9BF;
    font-weight: bold;
    font-size: 1.7em;
}

.jea-price {
    float: right;
    width: 50%;
    text-align: right;
    font-size: 1.2em;
}

.jea-price .jea-data .jea-data-row .jea-data-header {
    color: #11D9BF;
    font-weight: bold;
    text-align: right;
    font-size: 1.7em;
}

.jea-price h2 {
    font-size: 0.875em;
    font-weight: bold;
}

.jea-priceaddress {
    padding: 20px;
    box-shadow: 1px 4px 3px rgba(0, 0, 0, 0.25);
    margin-bottom: 20px;
    position: relative;
    box-sizing: border-box;
    overflow: auto;
    border-radius: 5px;
}

.jea-details {
    background-color: #fff;
    padding: 20px;
    box-shadow: 1px 4px 3px rgba(0, 0, 0, 0.25);
    margin-bottom: 20px;
    position: relative;
    box-sizing: border-box;
    overflow: auto;
    border-radius: 5px;
}

.property-description {
    background-color: #fff;
    padding: 20px;
    box-shadow: 1px 4px 3px rgba(0, 0, 0, 0.25);
    margin-bottom: 20px;
    box-sizing: border-box;
    overflow: auto;
    border-radius: 5px;
}

.property-description p {
    text-align: justify;
    font-size: 1.2em;
}

@media only screen and (max-width: 500px) {
	.property-description p {
    		text-align: left;
    		font-size: 1.2em;
	}
}


.property-description h3 {
    color: #11D9BF;
    font-weight: bold;
}

.jea-amenities {
    background-color: #fff;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 1px 4px 3px rgba(0, 0, 0, 0.25);
    box-sizing: border-box;
    overflow: auto;
    border-radius: 5px;
    max-width: 100%;
}

.jea-amenities ul {
    -moz-column-width: 15em;
    -webkit-column-width: 15em;
    column-width: 15em;
    margin: 0;
    list-style-type: none;
    text-align: center;
    padding: 20px;
    font-size: 1.2em;
}

.mod-jea-search-form .jea-search-title {
    float: left;
    margin: 0;
}

.mod-jea-search-form .jea-search-select {
    font-weight: bold;
}

.mod-jea-search-form {
    color: rgb(69, 69, 69);
    font-family: Verdana, Geneva, sans-serif;
    font-size: 1em;
}

.jea-search-select select {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: box-shadow;
    transition-property: box-shadow;
    /*add*/
    border-radius: 5px;
    background: transparent;
    padding: 5px 35px 5px 5px;
    font-size: 1em;
    border: 2px solid#0d5e55;
    height: 34px;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url("https://images.duckduckgo.com/iu/?u=http%3A%2F%2Fwww.free-icons-download.net%2Fimages%2Fplus-sign-icon-27952.png&f=1") 96% / 15% no-repeat #eee;
    margin-left: 5px;
}

.jea-search-select select:hover,
.jea-search-select select:focus,
.jea-search-select select:active {
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6);
}

.mod-jea-search-form select[name="filter_area_id"] {
    background: url("../images/plus.png") 96% / 12% no-repeat #eee;
}


/*.mod-jea-search-form select:focus {
    outline: none;
}

.mod-jea-search-form select:hover {
    color: black;
}*/


/* correct webkit/chrome uneven margin on the first column*/

.jea-amenities ul li:first-child {
    margin-top: 0px;
}

.jea-amenities h3 {
    color: #11D9BF;
    font-weight: bold;
}

.jea-details .jea-data .jea-data-row .jea-data-header {
    font-weight: bold;
    text-align: center;
}

.jea-details .jea-data .jea-data-row .jea-data-data {
    text-align: center;
}

.jea-details .jea-data .jea-data-row {
    float: left;
    padding: 20px;
    text-align: center;
}

.jea-details h3 {
    color: #11D9BF;
    font-weight: bold;
}

#jea_property_map {
    width: 500px;
    height: 300px;
    font-size: 1.7em;
}

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

.prev-next-navigation .next {
    background-color: #1abc9c;
    border: none;
    color: white;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 1.2em;
    cursor: pointer;
    padding: 5px 5px 5px 5px;
}

.prev-next-navigation .next:hover,
.prev-next-navigation .next:focus,
.prev-next-navigation .next:active {
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6);
}

.prev-next-navigation .next:after {
    content: ">";
}

.prev-next-navigation .previous {
    background-color: #1abc9c;
    border: none;
    color: white;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 1.2em;
    cursor: pointer;
    padding: 5px 5px 5px 5px;
}

.prev-next-navigation .previous:hover,
.prev-next-navigation .previous:focus,
.prev-next-navigation .previous:active {
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6);
}

.prev-next-navigation .previous:before {
    content: "<";
}

.jea-virtual-link {
    height: 35px;
    margin-bottom: 28px;
    text-align: center;
}

.jea-virtual-link h1 {
    line-height: 35px;
    font-size: 1em;
    font-weight: bold;
}

.jea-virtual-link a {
    background-color: #1abc9c;
    border: none;
    color: white;
    text-align: center;
    text-decoration: none;
    font-size: 1.2em;
    cursor: pointer;
    padding: 5px 5px 5px 5px;
    margin-right: 5px;
    float: left;
}

.jea-virtual-link a:before {
    content: "\55";
    font-family: 'IcoMoon';
    color: white;
    margin-right: 5px;
}

.jea-virtual-link a:hover {
    color: white;
}

.google-map-mask {
    background: #000 url(../images/spinner.gif) center center no-repeat;
}


/*** SqueezeBox layout ***/

#jea-squeezeBox-navblock {
    position: relative;
    bottom: -15px;
    text-align: center;
}

#jea-squeezeBox-infos {
    position: absolute;
    bottom: 15px;
    right: 15px;
    text-align: center;
    background: #000;
    padding: 10px;
    opacity: 0.8;
}

#jea-squeezeBox-title {
    font-weight: bold;
    color: #fff;
    font-size: 13px;
}

#jea-squeezeBox-description {
    color: #ddd;
    font-size: 10px;
}

a#jea-squeezeBox-prev,
a#jea-squeezeBox-next {
    color: #fff;
}

#jea-squeezeBox-prev {
    margin-right: 10px;
}

#jea-squeezeBox-next {
    margin-left: 10px;
}

a#jea-squeezeBox-prev.inactive,
a#jea-squeezeBox-next.inactive {
    color: #ccc;
    text-decoration: none;
    background: transparent;
    cursor: default;
}

/*
form#jea-contact-form legend {
    font-weight: bold;
}

form#jea-contact-form fieldset dt {
    clear: both;
    padding: 3px 0;
    margin: 0;
    background-color: red;
    width: auto;
}

form#jea-contact-form fieldset dd {
    position: relative;
    float: left;
    padding: 3px 0;
    margin: 0 0 0.3em 0;
    width: 80%;
    background-color: green;
}

form#jea-contact-form fieldset dd #e_message {
    width: 100%;
    height: 200px;
}
*/

form#jea-contact-form{
    max-width: 100%;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    background-color: #fff;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 1px 4px 3px rgba(0, 0, 0, 0.25);
    box-sizing: border-box;
    overflow: auto;
    border-radius: 5px;
}
form#jea-contact-form label{
    display:block;
    margin-top: 5px;
    float: left;
    width: 100px;
    /* color: #11D9BF; */
    font-weight: bold;
    font-size: 13px;
    text-shadow: 1px 1px 1px #fff;
}
form#jea-contact-form fieldset{
    margin: 0px 0px 10px 0px;
    padding: 20px;
    /* background: #69bef0; */
}
form#jea-contact-form fieldset legend{
    /* color: #698ce4; */
    background: #f1f8fc;
    padding: 0px 8px 3px 8px;
    font-weight: normal;
    font-size: 12px;
    font-weight: bold;
}
form#jea-contact-form textarea{
    width:250px;
    height:100px;
}
form#jea-contact-form #e_message{
    width:100%;
    margin-bottom: 10px;
}
form#jea-contact-form input[type=text],
form#jea-contact-form input[type=date],
form#jea-contact-form input[type=datetime],
form#jea-contact-form input[type=number],
form#jea-contact-form input[type=search],
form#jea-contact-form input[type=time],
form#jea-contact-form input[type=url],
form#jea-contact-form input[type=email],
form#jea-contact-form select, 
form#jea-contact-form textarea{
    outline: none;
    /*color: #11D9BF;*/
    padding: 5px 8px 5px 8px;
    background: #f1f8fc;
    width:50%;
}
form#jea-contact-form  input[type=submit],
form#jea-contact-form  input[type=button]{
    /* background: #1abc9c; */
    padding: 5px 15px 5px 15px;
    font-weight: bold;
}
form#jea-contact-form .required{
    font-weight:normal;
}


/*format tabular list */

table.jea_listing,
table.jea_listing thead,
table.jea_listing th,
table.jea_listing tbody,
table.jea_listing td {
    border: 1px solid #ccc;
}

table.jea_listing {
    border-collapse: collapse;
}

table.jea_listing th,
table.jea_listing td {
    padding: 5px;
    text-align: left;
}

table.jea_listing tbody th {
    font-weight: bold;
}

table.jea_listing thead {
    font-weight: bold;
    white-space: nowrap;
    text-align: left;
}

table.jea_listing tbody tr.row1 {
    background: #F9F9F9;
}

table.jea_listing tbody tr:hover {
    background: #FFD;
}

table.jea_listing .right {
    text-align: right;
}

table.jea_listing .center {
    text-align: center;
}

table.jea_listing .nowrap {
    white-space: nowrap;
}


/*** Property form layout ***/

ul#amenities {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: hidden;
}

ul#amenities li {
    width: 200px;
    margin: 0 15px 10px 0 !important;
    padding: 0 !important;
    float: left;
}

ul#amenities li label {
    font-size: 12px;
    line-height: 13px;
}

ul#amenities li input {
    float: none;
    margin: 0 8px 0 0;
}

ul.gallery {
    margin: 10px 0 0 0 !important;
    list-style: none !important;
    padding: 0 !important;
}

ul.gallery li {
    padding: 10px 0 10px 10px !important;
    margin: 0 !important;
    border-top: 1px solid #ccc !important;
}

ul.gallery li:FIRST-CHILD {
    background: #FFFFCC
}

ul.gallery a.imgLink {
    float: left;
    margin: 0 10px 5px 0;
}

ul.gallery a.imgLink img {
    float: none;
    margin: 0;
}

ul.gallery .imgTools a {
    cursor: pointer;
    display: inline-block;
    padding: 0 5px;
}

ul.gallery .imgTools a.delete-img {
    margin-left: 20px;
}

ul.gallery label {
    display: inline-block;
    vertical-align: top;
    width: 10em;
}

#found_properties {
    white-space: nowrap;
}

.slider_background {
    background: url("../images/slider_bg.png") center center no-repeat;
    height: 20px;
    width: 250px;
}

.knob {
    background: url("../images/knob.png") center center no-repeat;
    height: 20px;
    width: 16px;
    cursor: move;
}

.jea_slider_block {
    float: left;
    width: 250px;
    margin: 10px 10px 10px 0;
}

.jea_slider_block h2 {
    font-size: 12px;
    font-weight: bold;
    margin: 0 !important;
    padding: 0 !important;
    text-align: center;
}

.slider_infos {
    text-align: center !important;
}

.slider_min_value {
    margin-right: 10px;
}

.slider_max_value {
    margin-left: 10px;
}


/* property form */

#adminForm label {
    display: inline-block !important;
    vertical-align: top;
    width: 13em;
}

#adminForm input {
    width: auto !important;
}

#sp-main-body .container {
	padding-left: 0px;
	padding-right: 0px;
}

.slogan-ribbon {
    width: 85px;
    height: 88px;
    overflow: hidden;
    position: absolute;
    top: -3px;
    right: -3px;
}

.slogan-txt {
    font-size: 0.5em;
    color: #333;
    text-align: center;
    text-shadow: rgba(255,255,255,0.5) 0px 1px 0px;
    -webkit-transform: rotate(45deg);
    -moz-transform:    rotate(45deg);
    -ms-transform:     rotate(45deg);
    -o-transform:      rotate(45deg);
    position: relative;
    padding: 10px 0;
    right: 7px;
    top: 15px;
    width: 120px;
    background-color: #ffd700;
    background-image: -webkit-gradient(linear, right top, right bottom, from(#ffd700), to(#C6A700)); 
    background-image: -webkit-linear-gradient(top, #ffd700, #C6A700); 
    background-image:    -moz-linear-gradient(top, #ffd700, #C6A700); 
    background-image:     -ms-linear-gradient(top, #ffd700, #C6A700); 
    background-image:      -o-linear-gradient(top, #ffd700, #C6A700); 
    color: #6a6340;
    -webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
    -moz-box-shadow:    0px 0px 3px rgba(0,0,0,0.3);
    box-shadow:         0px 0px 3px rgba(0,0,0,0.3);
}

.slogan-txt:before, .slogan-txt:after {
    content: "";
    border-top:   3px solid #6e8900;   
    border-left:  3px solid transparent;
    border-right: 3px solid transparent;
    position:absolute;
    bottom: -3px;
}

.slogan-txt:before {
    left: 0;
}

.slogan-txt:after {
    right: 0;
}

.slogan {
    font-weight: bold;
}
