@charset "utf-8";
/* CSS Document */

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

[Table of Contents]

1. Fonts
2. Body and some general stuff
3. Header
4. Menu
5. Home
6. Home Search
7. Recent Properties
8. Cities
9. Testimonials
10. Newsletter
11. Footer
******************************/

/***********
1. Fonts
***********/
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,400i,500,600,700,800,900');

/*********************************
2. Body and some general stuff
*********************************/
* {
margin: 0;
padding: 0;
-webkit-font-smoothing: antialiased;
-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
text-shadow: rgba(0,0,0,.01) 0 0 1px;
}

body {
font-size: 16px;
font-weight: 400;
background: #FFFFFF;
color: #a5a5a5;
}

div {
display: block;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

ul {
list-style: none;
margin-bottom: 0px;
}

p {
font-size: 16px;
line-height: 2;
font-weight: 400;
color: #555;
-webkit-font-smoothing: antialiased;
-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
text-shadow: rgba(0,0,0,.01) 0 0 1px;
margin: 0px 30px;
}

p a {
display: inline;
position: relative;
color: inherit;
-webkit-transition: all 200ms ease;
-moz-transition: all 200ms ease;
-ms-transition: all 200ms ease;
-o-transition: all 200ms ease;
transition: all 200ms ease;
}

.descrizione-annuncio > p:last-of-type {
margin-bottom: 0;
padding: 0px 30px;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 5;
overflow: hidden;
}

a, a:hover, a:visited, a:active, a:link {
text-decoration: none;
-webkit-font-smoothing: antialiased;
-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
text-shadow: rgba(0,0,0,.01) 0 0 1px;
}

p a:active {
position: relative;
color: #FF6347;
}

p a:hover {
color: #FFFFFF;
background: #ffa07f;
}

p a:hover::after {
opacity: 0.2;
}

::selection {
background: #9d2235;
color: #FFFFFF;
}

h1{font-size: 48px;}
h2{font-size: 36px;}
h3{font-size: 24px;}
h4{font-size: 18px;}
h5{font-size: 14px;}
h1, h2, h3, h4, h5, h6 {
-webkit-font-smoothing: antialiased;
-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
text-shadow: rgba(0,0,0,.01) 0 0 1px;
}

section {
display: block;
position: relative;
box-sizing: border-box;
}

.clear {
clear: both;
}

.clearfix::before, .clearfix::after {
content: "";
display: table;
}

.clearfix::after {
clear: both;
}

.float_left {
float:left;
}
.float_right {
float:right;
}

.trans_200 {
-webkit-transition: all 200ms ease;
-moz-transition: all 200ms ease;
-ms-transition: all 200ms ease;
-o-transition: all 200ms ease;
transition: all 200ms ease;
}

.trans_300 {
-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;
}

.trans_400 {
-webkit-transition: all 400ms ease;
-moz-transition: all 400ms ease;
-ms-transition: all 400ms ease;
-o-transition: all 400ms ease;
transition: all 400ms ease;
}

.trans_500 {
-webkit-transition: all 500ms ease;
-moz-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
transition: all 500ms ease;
}

.fill_height {
height: 100%;
}

.super_container {
width: 100%;
overflow: hidden;
}

.prlx_parent {
overflow: hidden;
}

.prlx {
height: 130% !important;
}

.cerca-list {
height:450px !important;
}

.cerca-list:before {
content: "";
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
margin: auto;
background: rgba(85, 85, 85, 0.5);
}

.parallax-window {
max-height: 450px;
background: transparent;
}

.parallax_background {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.nopadding {
padding: 0px !important;
}

.button {
width: 193px;
height: 72px;
background: #9d2235;
text-align: center;
border-radius: 36px;
-webkit-transition: all 200ms ease;
-moz-transition: all 200ms ease;
-ms-transition: all 200ms ease;
-o-transition: all 200ms ease;
transition: all 200ms ease;
}

.button:hover {
box-shadow: 0px 10px 10px rgba(0,0,0,0.25);
background:#40151c !important;
-webkit-transition: all 200ms ease;
-moz-transition: all 200ms ease out;
-ms-transition: all 200ms ease out;
-o-transition: all 200ms ease out;
transition: all 200ms ease out;
}

.button a {
display: block;
font-size: 14px;
text-transform: uppercase;
font-weight: 700;
color: #fff;
line-height: 72px;
}

.section_title {
font-size: 40px;
font-weight: 400;
color: #282828;
line-height: 0.75;
margin-bottom: 40px;
}

.section_subtitle {
font-size: 14px;
font-weight: 500;
color: #828282;
line-height: 0.75;
margin-top: 15px;
}

/*********************************
3. Header
*********************************/
.header {
position: fixed;
top: 0;
left: 0;
width: 100%;
background: #9d2235;
z-index: 1000;
border-bottom: solid 1px transparent;
/*border-image: linear-gradient(to right, #9d2235, #32fa95);*/
border-image-slice: 1;
-webkit-transition: all 200ms ease;
-moz-transition: all 200ms ease;
-ms-transition: all 200ms ease;
-o-transition: all 200ms ease;
transition: all 200ms ease;
}

.header_content {
height: 101px;
-webkit-transition: all 200ms ease;
-moz-transition: all 200ms ease;
-ms-transition: all 200ms ease;
-o-transition: all 200ms ease;
transition: all 200ms ease;
}

.main-header {
background: #fff;
}

.header.scrolled {
background: rgb(0,0,0);
}

.header.scrolled .header_content {
height: 80px;
}

.main_nav {
margin-left:auto;
}

.main_nav ul li {
display: inline-block;
}

.main_nav ul li:not(:last-child) {
margin-right: 10px;
}

.main_nav ul li a {
font-size: 16px;
font-weight: normal;
color: #555;
-webkit-transition: all 200ms ease;
-moz-transition: all 200ms ease;
-ms-transition: all 200ms ease;
-o-transition: all 200ms ease;
transition: all 200ms ease;
}

.main_nav ul li.active a,
.main_nav ul li a:hover {
color: #40151c !important;
}

.main_nav .dropdown-menu {
background: #9d2235;
border-radius: 0;
padding:10px;
width:250px;
}

.main_nav .dropdown-menu li {
display:block;
}

.main_nav .dropdown-menu li a {
color: #fff;
}

a.dropdown-item {
color: white !important;
}

div#facebook-box {
margin-left: 10px;
}

.phone_num {
height: 43px;
border-radius: 22px;
background: linear-gradient(to right, #9d2235, #32fa95);
padding: 2px;
overflow: hidden;
width: 200px;
text-align: center;
}

.phone_num_inner {
width: 100%;
height: 100%;
padding-left: 16px;
padding-right: 18px;
background: #9d2235;
border-radius: 20px;
}

.phone_num span {
font-size: 13px;
font-weight: 500;
color: #FFFFFF;
margin-left: 11px;
line-height: 39px;
}

.hamburger {
display: none;
cursor: pointer;
}

.hamburger i {
font-size: 18px;
color: #FFFFFF;
-webkit-transition: all 200ms ease;
-moz-transition: all 200ms ease;
-ms-transition: all 200ms ease;
-o-transition: all 200ms ease;
transition: all 200ms ease;
}

.hamburger i:hover {
color: #40151c !important;
}

/*********************************
4. Menu
*********************************/

.menu {
position: fixed;
width: 100vw;
height: 100vh;
background: linear-gradient(to right, #9d2235, #727272);
z-index: 2000;
opacity: 0;
visibility: hidden;
}

.menu.active {
opacity: 0.98;
visibility: visible;
}

.menu_content {
width: 100%;
height: 100%;
}

.menu_item {
position: relative;
margin-bottom: 3px;
}

.menu_item:last-child {
margin-bottom: 0px;
}

.menu_logo {
margin-bottom: 38px;
}

.menu_logo .logo_text,
.menu_logo .logo_sub {
color: #FFFFFF;
}

.menu_item a {
display: inline-block;
position: relative;
font-size: 30px;
color: #FFFFFF;
font-weight: 500;
-webkit-transition: all 200ms ease;
-moz-transition: all 200ms ease;
-ms-transition: all 200ms ease;
-o-transition: all 200ms ease;
transition: all 200ms ease;
}

.menu_item a:hover {
color: #40151c !important;
}

.menu_close_container {
position: absolute;
top: 94px;
right: 122px;
width: 21px;
height: 21px;
cursor: pointer;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
}

.menu_close {
top: 9px;
width: 21px;
height: 3px;
background: #FFFFFF;
-webkit-transition: all 200ms ease;
-moz-transition: all 200ms ease;
-ms-transition: all 200ms ease;
-o-transition: all 200ms ease;
transition: all 200ms ease;
}

.menu_close::after
{
display: block;
position: absolute;
top: -9px;
left: 9px;
content: '';
width: 3px;
height: 21px;
background: #FFFFFF;
-webkit-transition: all 200ms ease;
-moz-transition: all 200ms ease;
-ms-transition: all 200ms ease;
-o-transition: all 200ms ease;
transition: all 200ms ease;
}

.menu_close_container:hover .menu_close,
.menu_close_container:hover .menu_close::after
{
background: #9d2235;
}

.menu_phone
{
position: absolute;
left: 50%;
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);
transform: translateX(-50%);
bottom: 15px;
font-size: 14px;
color: #828282;
font-weight: 500;
color: #FFFFFF;
}

.menu_phone span
{
text-transform: uppercase;
font-weight: 600;
}

/*********************************
5. Home
*********************************/
.home
{
width: 100%;
height:100vh;
max-height: 800px;
}

.home_slider_container
{
width: 100%;
height: 100%;
}

.home_slider_background
{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
}

.slide_container
{
width: 100%;
top: 42%;
}

.slide_content
{
max-width: 600px;
}

.home_subtitle
{
font-size: 14px;
font-weight: 700;
color: #FFFFFF;
text-transform: uppercase;
line-height: 0.75;
}

.home_title
{
font-size: 60px;
font-weight: 600;
color: #FFFFFF;
line-height: 1.2;
margin-top: 11px;
}

.home_title {
font-size: 30px;
font-weight: 600;
color: #FFFFFF;
line-height: 0.75;
background: rgba(85, 85, 85, 0.8);
padding: 10px;
border-bottom: 2px solid #fff;
}

.home_price
{
font-size: 30px;
font-weight: 700;
color: #FFFFFF;
margin-top: 19px;
}

.home_details
{
display: inline-block;
background: linear-gradient(to right, #9d2235, #32fa95);
border-radius: 16px;
padding-top: 3px;
margin-top: 8px;
}

.home_details_list
{
height: 32px;
padding-left: 26px;
padding-right: 44px;
}

.home_details_list li
{
display: inline-block;
}

.home_details_list li:not(:last-child)
{
margin-right: 30px;
}

.home_details_image
{
display: inline-block;
width: 23px;
height: 14px;
margin-right: 4px;
}

.home_details_image img
{
max-width: 100%;
}

.home_details_list li span
{
display: inline-block;
color: #FFFFFF;
font-size: 12px;
font-weight: 400;
}

.form-control {
margin: 5px 0 !important;
border: 0 !important;
box-shadow: none;
color: #555;
border-radius: 0 !important;
}

.contact_input , .form-control
{
width: 100%;
height: 48px;
background: #fff;
padding-left: 20px;
border: 1px solid #ccc !important;
outline: none;
color: #555;
border-radius: 0 !important;
}

.form-control .btn-default{
width: 100%;
height: 100%;
background: #fff;
padding-left: 20px;
border: 0px solid #ccc;
color: #555;
border-radius: 0 !important;
}

.btn-search {
border: 1px solid #9d2235;
}

.btn-search:focus,
.btn-search:active:focus,
.btn-search:hover {
background-color: #9d2235;
border: 1px solid #9d2235;
}

/*********************************
6. Home Search
*********************************/
.search_form_content .contact_button {
width: 100%;
height: 48px;
padding: 13px !important;
margin: 5px 0 !important;
border-radius: 0;
}

.home_search
{
width: 100%;
z-index: 100;
}

.search_form_content{
width: 100%;
}

.home_search_container
{
position: absolute;
border-radius: 0;
padding: 10px;
bottom: 0;
background: rgba(157,34,53,0.3);
z-index: 1;
left: 0;
right: 0;
width: 70%;
margin: auto;
bottom: 20px;
}

.home_search_content
{
width: 100%;
height: 100%;
background: #FFFFFF;
border-radius: 40px;
padding:20px;
}

.home_search_container.destra-position-form {
right: 15px;
left: inherit;
width: 600px;
}

.home_search_container.sinistra-position-form {
left: 15px;
right: inherit;
width: 600px;
}

.search_form_select
{
display: block;
position: relative;
top: 50%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
width: 100%;
-webkit-appearance: none;
-moz-appearance: none;
-ms-appearance: none;
-o-appearance: none;
appearance: none;
-webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
-webkit-user-select: none;
background-image: url(../images/down.png);
background-position: center right;
background-repeat: no-repeat;
border: none;
outline: none;
font-size: 13px;
font-weight: 400;
color: #6b6b6b;
cursor: pointer;
}

.search_form_button
{
width: 193px;
height: 100%;
border-radius: 35px;
border: none;
outline: none;
cursor: pointer;
font-size: 14px;
font-weight: 700;
color: #FFFFFF;
text-transform: uppercase;
background: linear-gradient(to right, #9d2235, #32fa95);
}

/*********************************
7. Recent Properties
*********************************/
.recent {
width: 100%;
background: #FFFFFF;
padding-top: 30px;
padding-bottom: 45px;
}

.recent_item
{
width: 100%;
padding-bottom: 50px;
}

.recent_item_inner
{
-webkit-transition: all 200ms ease;
-moz-transition: all 200ms ease;
-ms-transition: all 200ms ease;
-o-transition: all 200ms ease;
transition: all 200ms ease;
}

.recent_item:hover .recent_item_inner
{
box-shadow: 0px 20px 20px rgba(0,0,0,0.35);
}

.recent_item_image,.property_image
{
width: 100%;
position: relative;
overflow: hidden;
height: 200px;
background-position: center center;
background-size: cover;
}

.property_image
{
height:400px;
}

.recent_item_image img
{
max-width: 100%;
}

.property_tag
{
position: absolute;
top: 20px;
left: 22px;
height: 33px;
text-align: center;
}

.property_tag span
{
display: block;
padding-left: 15px;
padding-right: 13px;
font-size: 14px;
font-weight: 400;
color: #FFFFFF;
line-height: 33px;
text-transform: uppercase;
}

.tag_featured
{
background: #ff2d6d;
}

.tag_offer
{
background: #f3b715;
}

.tag_new
{
width: 87px;
background: #34e69d;
}

.recent_item_body
{
padding-top: 33px;
padding-bottom: 35px;
background: #eff2f6;
-webkit-transition: all 200ms ease;
-moz-transition: all 200ms ease;
-ms-transition: all 200ms ease;
-o-transition: all 200ms ease;
transition: all 200ms ease;
}

.recent_item:hover .recent_item_body
{
background: #FFFFFF;
}

.recent_item_location
{
font-size: 12px;
font-weight: 400;
color: #8c8c8c;
line-height: 0.75;
}

.recent_item_title
{
margin-top: 11px;
}

.recent_item_title a
{
font-size: 22px;
font-weight: 500;
color: #252525;
line-height: 1.2;
-webkit-transition: all 200ms ease;
-moz-transition: all 200ms ease;
-ms-transition: all 200ms ease;
-o-transition: all 200ms ease;
transition: all 200ms ease;
}

.recent_item_title a:hover
{
color: #9d2235;
}

.recent_item_price
{
font-size: 16px;
font-weight: 600;
color: #9d2235;
}

.recent_item_footer
{
width: 100%;
height: 52px;
background: #282828;
color: #FFFFFF;
padding-left: 15px;
padding-right: 5px;
-webkit-transition: all 200ms ease;
-moz-transition: all 200ms ease;
-ms-transition: all 200ms ease;
-o-transition: all 200ms ease;
transition: all 200ms ease;
}

.recent_item_footer > div:not(:last-child)
{
margin-right: 20px;
}

.recent_icon
{
display: inline-block;
width: 23px;
height: 14px;
margin-right: 8px;
}

.recent_icon img
{
max-width: 100%;
}

.recent_item_footer span
{
font-size: 12px;
font-weight: 400;
color: #FFFFFF;
}

.recent_item:hover .recent_item_footer
{
background: #9d2235;
}

.recent_button
{
margin-left: auto;
margin-right: auto;
margin-top: 10px;
}

.recent_slider_nav_container
{
position: absolute;
top: -97px;
right: 15px;
}

.recent_slider_nav
{
width: 32px;
height: 32px;
background: #eff2f6;
text-align: center;
cursor: pointer;
-webkit-transition: all 200ms ease;
-moz-transition: all 200ms ease;
-ms-transition: all 200ms ease;
-o-transition: all 200ms ease;
transition: all 200ms ease;
}

.recent_slider_nav:first-child
{
margin-right: 5px;
}

.recent_slider_nav i
{
color: #a4a4a4;
line-height: 32px;
font-size: 9px;
-webkit-transition: all 200ms ease;
-moz-transition: all 200ms ease;
-ms-transition: all 200ms ease;
-o-transition: all 200ms ease;
transition: all 200ms ease;
}

.recent_slider_nav:hover
{
background: #9d2235;
}

.recent_slider_nav:hover i
{
color: #FFFFFF;
}

/*********************************
8. Cities
*********************************/
.cities
{
width: 100%;
background: #eee;
padding: 105px;
padding: 78px 0;
border-top: 4px solid #9d2235;
background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
background-position: center center;
border-bottom: 4px solid #9d2235;
}

.cities::before {
content: "";
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
margin: auto;
background: rgba(54, 54, 54, 0.4);
}

.cities .bck-white{
background: rgba(255,255,255,0.56);
padding: 40px;
}

.cities_container
{
padding-left: 30px;
padding-right: 30px;
margin-top: 60px;
}

.city
{
width: calc((100% - 81px) / 4);
margin-bottom: 26px;
}

.city img
{
max-width: 100%;
}

.city_overlay
{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: linear-gradient(to right, rgba(72, 127, 238, 0.65), rgba(50, 250, 149, 0.65));
visibility: hidden;
opacity: 0;
-webkit-transition: all 800ms ease;
-moz-transition: all 800ms ease;
-ms-transition: all 800ms ease;
-o-transition: all 800ms ease;
transition: all 800ms ease;
}

.city:hover .city_overlay
{
visibility: visible;
opacity: 1;
}

.city_overlay a
{
display: block;
width: 100%;
height: 100%;
}

.city_title
{
font-size: 30px;
font-weight: 600;
color: #FFFFFF;
-webkit-transform: translateX(-30px);
-moz-transform: translateX(-30px);
-ms-transform: translateX(-30px);
-o-transform: translateX(-30px);
transform: translateX(-30px);
-webkit-transition: all 800ms ease;
-moz-transition: all 800ms ease;
-ms-transition: all 800ms ease;
-o-transition: all 800ms ease;
transition: all 800ms ease;
}

.city:hover .city_title
{
transform: translateX(0px);
}

.city_subtitle
{
font-size: 16px;
font-weight: 600;
color: #FFFFFF;
-webkit-transform: translateX(30px);
-moz-transform: translateX(30px);
-ms-transform: translateX(30px);
-o-transform: translateX(30px);
transform: translateX(30px);
-webkit-transition: all 800ms ease;
-moz-transition: all 800ms ease;
-ms-transition: all 800ms ease;
-o-transition: all 800ms ease;
transition: all 800ms ease;
}

.city:hover .city_subtitle
{
transform: translateX(0px);
}

/*********************************
9. Testimonials
*********************************/
.testimonials
{
width: 100%;
background: #FFFFFF;
padding-top: 105px;
padding-bottom: 104px;
}

.testimonials_row
{
margin-top: 15px;
}

.testimonial_title
{
font-size: 20px;
font-weight: 600;
color: #282828;
}

.testimonial_text
{
font-size: 15px;
font-weight: 500;
color: #838383;
margin-top: 26px;
}

.testimonial_author_image
{
width: 53px;
height: 53px;
border-radius: 50%;
overflow: hidden;
margin-top: 42px;
}

.testimonial_author_image img
{
max-width: 100%;
}

.testimonial_author
{
margin-top: 25px;
}

.testimonial_author a
{
font-size: 15px;
font-weight: 600;
color: #9d2235;
-webkit-transition: all 200ms ease;
-moz-transition: all 200ms ease;
-ms-transition: all 200ms ease;
-o-transition: all 200ms ease;
transition: all 200ms ease;
}

.testimonial_author a:hover
{
color: #32f996;
}

.testimonial_author span
{
font-size: 15px;
font-weight: 600;
color: #828282;
}

.rating_r i::before
{
font-family: 'FontAwesome';
content: "\f006";
font-style: normal;
font-size: 11px;
margin-right: 4px;
color: #fbb710;
}

.rating_r_1 i:first-child::before{content: "\f005";}
.rating_r_2 i:first-child::before{content: "\f005";}
.rating_r_2 i:nth-child(2)::before{content: "\f005";}
.rating_r_3 i:first-child::before{content: "\f005";}
.rating_r_3 i:nth-child(2)::before{content: "\f005";}
.rating_r_3 i:nth-child(3)::before{content: "\f005";}
.rating_r_4 i:first-child::before{content: "\f005";}
.rating_r_4 i:nth-child(2)::before{content: "\f005";}
.rating_r_4 i:nth-child(3)::before{content: "\f005";}
.rating_r_4 i:nth-child(4)::before{content: "\f005";}
.rating_r_5 i:first-child::before{content: "\f005";}
.rating_r_5 i:nth-child(2)::before{content: "\f005";}
.rating_r_5 i:nth-child(3)::before{content: "\f005";}
.rating_r_5 i:nth-child(4)::before{content: "\f005";}
.rating_r_5 i:nth-child(5)::before{content: "\f005";}

/*********************************
10. Newsletter
*********************************/
.newsletter
{
width: 100%;
padding-top: 107px;
padding-bottom: 105px;
}

.newsletter_title
{
font-size: 30px;
font-weight: 600;
color: #FFFFFF;
line-height: 0.75;
white-space: nowrap;
}

.newsletter_subtitle
{
font-size: 14px;
font-weight: 400;
color: #FFFFFF;
line-height: 0.75;
margin-top: 15px;
}

.newsletter_form_container
{
margin-left: 30px;
width: 100%;
}

.newsletter_form
{
display: block;
position: relative;
width: 100%;
}

.newsletter_input
{
width: 100%;
height: 72px;
border-radius: 36px;
background: #FFFFFF;
border: none;
outline: none;
padding-left: 45px;
}

.newsletter_input::-webkit-input-placeholder
{
font-size: 11px !important;
font-weight: 400 !important;
font-style: italic;
color: #828282 !important;
}

.newsletter_input:-moz-placeholder
{
font-size: 11px !important;
font-weight: 400 !important;
font-style: italic;
color: #828282 !important;
}

.newsletter_input::-moz-placeholder
{
font-size: 11px !important;
font-weight: 400 !important;
font-style: italic;
color: #828282 !important;
}

.newsletter_input:-ms-input-placeholder
{
font-size: 11px !important;
font-weight: 400 !important;
font-style: italic;
color: #828282 !important;
}

.newsletter_input::input-placeholder
{
font-size: 11px !important;
font-weight: 400 !important;
font-style: italic;
color: #828282 !important;
}

.newsletter_button
{
position: absolute;
top: 0;
right: 0;
width: 193px;
height: 72px;
color: #FFFFFF;
border-radius: 36px;
border: none;
outline: none;
font-size: 14px;
font-weight: 700;
cursor: pointer;
text-transform: uppercase;
background: linear-gradient(to right, #9d2235, #32fa95);
}

.newsletter_button:active
{
outline: none;
border: none;
}

/*********************************
11. Footer
*********************************/
.footer
{
width: 100%;
color:#fff;
}

.footer_main
{
width: 100%;
background: #9d2235;
padding-top: 80px;
padding-bottom: 72px;
}

.footer_about_text
{
font-size: 12px;
font-weight: 500;
font-style: italic;
color: #FFFFFF;
margin-top: 39px;
}

.footer_title
{
font-size: 18px;
font-weight: 500;
color: #FFFFFF;
}

.footer_latest
{
padding-top: 40px;
}

.footer_latest_image
{
width: 86px;
height: 86px;
}

.footer_latest_image img
{
max-width: 100%;
}

.footer_latest_content
{
padding-left: 17px;
}

.footer_latest_location
{
font-size: 11px;
font-weight: 400;
color: #FFFFFF;
line-height: 0.75;
}

.footer_latest_name
{
margin-top: 8px;
}

.footer_latest_name a
{
font-size: 16px;
font-weight: 400;
color: #FFFFFF;
-webkit-transition: all 200ms ease;
-moz-transition: all 200ms ease;
-ms-transition: all 200ms ease;
-o-transition: all 200ms ease;
transition: all 200ms ease;
}

.footer_latest_name a:hover
{
color: #32f996;
}

.footer_latest_price
{
font-size: 14px;
font-weight: 600;
color: #32f996;
margin-top: 7px;
}

.footer_bar
{
width: 100%;
background: #FFFFFF;
}

.footer_bar_content
{
height: 97px;
}

.cr
{
font-size: 14px;
font-weight: 500;
color: #828282;
}

.footer_nav
{
margin-left: 170px;
}

.footer_nav ul li
{
display: inline-block;
}

.footer_nav ul li:not(:last-child)
{
margin-right: 47px;
}

.footer_nav ul li a
{
font-size: 14px;
font-weight: 500;
color: #828282;
-webkit-transition: all 200ms ease;
-moz-transition: all 200ms ease;
-ms-transition: all 200ms ease;
-o-transition: all 200ms ease;
transition: all 200ms ease;
}

.footer_nav ul li a:hover
{
color: #32f996;
}

.footer_phone
{
font-size: 14px;
color: #828282;
font-weight: 500;
}

.footer_phone span
{
text-transform: uppercase;
font-weight: 600;
}

#swiper1 {
width: 100%;
}

#swiper2 {
width: 100%;
}

#swiper1 .swiper-slide {
background-position: center;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
background-repeat: no-repeat;
}

#swiper2 .swiper-slide {
background-position: center;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
background-repeat: no-repeat;
}

#swiper1 .video-slide {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: 0;
overflow: hidden;
}

#swiper2 .video-slide {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: 0;
}

html.mobile #swiper1 .video-slide {
display: none;
}

html.mobile #swiper2 .video-slide {
display: none;
}

#swiper1 .video-slide video {
min-width: 100%;
min-height: 100%;
margin: auto;
position: absolute;
top: 50%;
-ms-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
}

#swiper2 .video-slide video {
min-width: 100%;
min-height: 100%;
margin: auto;
position: absolute;
top: 50%;
-ms-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
}

#swiper1 .container {
position: relative;
z-index: 20;
top: 160px;
}
.slide-bg {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
z-index: -1;
background-position: center;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
background-repeat: no-repeat;
}

.descrizione-annuncio {
margin-top:1rem;
text-align: justify;
overflow: hidden;
}

.descrizione-annuncio > p:last-of-type {
padding: 0;
}

.property_title h4, .recent_item_title h4{
display: block;
margin-bottom: 20px;
font-size: 20px;
line-height: 24px;
font-weight: 600;
display: block;
overflow: hidden;
padding: 0;
text-overflow: ellipsis;
width: 100%;
height:50px;
padding:0px 10px;
}

.service-container:first-child{
border-left: 1px solid #9d2235;
}

.service-container {
width: 100%;
height: 250px;
background: #fff;
color: #555;
text-align: center;
padding: 50px 20px;
border-right: 1px solid #9d2235;
border-bottom: 1px solid #9d2235;
border-top: 1px solid #9d2235;
-webkit-transition: all 300ms linear;
-moz-transition: all 300ms linear;
-o-transition: all 300ms linear;
-ms-transition: all 300ms linear;
transition: all 300ms linear;
}

.service-container:hover {
position:absolute;
background-color: #40151c;
z-index: 999;
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-ms-transform: scale(1.1);
-o-transform: scale(1.1);
transform: scale(1.1);
color: #fff;
}

.service-container:hover > .service-icon a {
-webkit-box-shadow: 0 0 0 5px #40151c;
-moz-box-shadow: 0 0 0 5px #40151c;
-ms-box-shadow: 0 0 0 5px #40151c;
-o-box-shadow: 0 0 0 5px #40151c;
box-shadow: 0 0 0 5px #40151c;
background:#40151c !important;
}

.service-container a{
display: block;
width: 100%;
}

.service-icon a {
position: relative;
display: block;
width: 100px;
height: 100px;
margin-left: auto;
margin-right: auto;
background: #9d2235;
border: 8px solid #fff;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
-ms-border-radius: 100%;
-o-border-radius: 100%;
border-radius: 100%;
display: flex;
align-items: center;
text-align: center;
}

.service-icon {
display: block;
margin-bottom: 20px;
}

.property_body {
height: 250px;
overflow: hidden;
}

.add_preferiti {
position: absolute;
top: 0;
right: 0;
z-index: 10;
background: #9d2235;
color: #fff;
padding: 10px;
}

.add_preferiti > i {
color:#e36159;
}

ul.info-wrapper li {
padding: 15px 0;
border-bottom: 1px solid;
text-transform: uppercase;
color: #555;
}

ul.info-wrapper li span {
float: right;
}

/*
.service-icon {
background: #9d2235;
border-radius: 100%;
width: 80px;
height: 80px;
color: #555;
margin: auto;
display: flex;
align-items: center;
text-align: center;
} */

.service-container i{
color: #fff;
margin: auto;
-webkit-animation: smallToBig 900ms alternate ease;
-moz-animation: smallToBig 900ms alternate ease;
-ms-animation: smallToBig 900ms alternate ease;
}

.service-container h2{
font-size: 16px;
}

.d-flex {
display: -ms-flexbox!important;
display: flex!important;
}

.flex-row {
-ms-flex-direction: row!important;
flex-direction: row!important;
}

.flex-wrap {
-ms-flex-wrap: wrap!important;
flex-wrap: wrap!important;
}

.flex-row {
-ms-flex-direction: row!important;
flex-direction: row!important;
}

.justify-content-start {
-ms-flex-pack: start!important;
justify-content: flex-start!important;
}

.align-items-start {
-ms-flex-align: start!important;
align-items: flex-start!important;
}

.align-items-center {
-ms-flex-align: center!important;
align-items: center!important;
}

.ml-auto{
margin-left: auto;
}

.d-flex {
display: -ms-flexbox!important;
display: flex!important;
}

.media-wrapper {
margin: 40px 0;
background-color: #f1f6f9;
position:relative;
}

.media-wrapper li {
float: none;
display: table-cell;
}

.media-wrapper li a{
border-radius: 0;
text-transform: uppercase;
font-weight: bold;
padding: 20px 10px;
}

.media-wrapper li.active a ,
.media-wrapper li a:focus {
background: #9d2235 !Important;
color: #fff !Important;
outline:none;
}

.custom-parallax{
padding:40px 0;
background-attachment: fixed;
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
}

.custom-parallax::before{
content: '';
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
background-color: rgba(54, 54, 54, 0.4);
}

.share-dropdown {
margin-top: 10px;
border-bottom: 1px solid #555;
}

.share-dropdown li::after {
content: ' / ';
margin: 0 5px;
display: inline-block;
vertical-align: super;
}

.share-dropdown li:last-child::after{
content: none;
}

.share-dropdown li a , .share-dropdown li i {
color: #555 !important;
}

.share-dropdown li {
display: inline-block;
padding:10px 0;
vertical-align: middle;
}

/*********************************
7. About
*********************************/
.about
{
width: 100%;
background: #FFFFFF;
padding-top: 10px;
padding-bottom: 100px;
}

.about_content
{
padding-top: 16px;
padding-right: 10px;
}

.about_image
{
width: 100%;
}

.about_image img
{
max-width: 100%;
}

.milestones_row
{
margin-top: 91px;
}

.milestone
{
width: 100%;
}

.milestone_icon
{
display: inline-block;
height: 74px;
width: 73px;
}

.milestone_icon img
{
max-width: 100%;
}

.milestone_content
{
padding-left: 22px;
}

.milestone_counter
{
font-size: 30px;
font-weight: 500;
color: #282828;
line-height: 0.75;
}

.milestone_text
{
font-size: 18px;
font-weight: 500;
color: #828282;
margin-top: 12px;
line-height: 1.2;
}

#map-contatti{
height:400px;
}

.pages
{
width: 100%;
height:441px;
}

.pages .home_container {
position: absolute;
left: 0;
top: 200px;
width: 100%;
}

.pages .home_title {
font-size: 30px;
font-weight: 600;
color: #FFFFFF;
line-height: 0.75;
}

.pages .breadcrumbs ul {
line-height: 0.75;
}

.pages .breadcrumbs ul li {
display: inline-block;
position: relative;
font-size: 12px;
font-weight: 500;
color: #FFFFFF;
line-height: 0.75;
}

.pages .breadcrumbs ul li:not(:last-child)::after {
display: inline-block;
content: '/';
margin-left: 3px;
margin-right: 3px;
}

.pages .breadcrumbs ul li a {
font-size: 12px;
font-weight: 500;
color: #FFFFFF;
line-height: 0.75;
-webkit-transition: all 200ms ease;
-moz-transition: all 200ms ease;
-ms-transition: all 200ms ease;
-o-transition: all 200ms ease;
transition: all 200ms ease;
}

.pages .breadcrumbs ul li a:hover {
color: #40151c !important;
}

.bootstrap-select.btn-group .dropdown-menu li.disabled a span.text {
text-transform: uppercase;
font-weight: bold;
border-bottom: 1px solid #ccc;
}

/*********************************
7. Contact
*********************************/
.contact
{
width: 100%;
background: #FFFFFF;
padding-top: 40px;
padding-bottom: 105px;
}

.contact .section_title
{
font-weight: 400;
margin-bottom: 10px;
}

.contact_info_text
{
margin-top: 42px;
}

.contact_info_content
{
margin-top: 50px;
padding-right: 170px;
}

.contact_info_list li
{
font-size: 18px;
font-weight: 500;
color: #555;
}

.contact_info_list li a{
color:#555;
}

.contact_info_list li:not(:last-child)
{
margin-bottom: 23px;
}

.contact_info_list li > div:first-child
{
color: #9d2235;
}

.contact_form
{
display: block;
position: relative;
width: 100%;
}

.contact_form .input-group {
display:block;
}

.contact_name_col {
margin-top: 1.1rem;
}

.contact_info_text > p {
margin: 0 15px;
}

.input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group {
z-index: 2;
margin-left: 0px;
}

.contact_form > div:not(:last-child)
{
margin-bottom: 17px;
}

.contact_textarea
{
height: 153px;
padding-top: 17px;
}

.contact_input::-webkit-input-placeholder,
.contact_input:-moz-placeholder,
.contact_input:-ms-input-placeholder,
.contact_input::input-placeholder
{
font-size: 16px !important;
font-weight: 500 !important;
color: #838383 !important;
}

/*.contact_input:-moz-placeholder
{
font-size: 18px;
font-weight: 500 !important;
color: #838383 !important;
}

.contact_input::-moz-placeholder
{
font-size: 18px;
font-weight: 500 !important;
color: #838383 !important;
}

.contact_input:-ms-input-placeholder
{
font-size: 18px;
font-weight: 500 !important;
color: #838383 !important;
}

.contact_input::input-placeholder
{
font-size: 18px;
font-weight: 500 !important;
color: #838383 !important;
}*/

.contact_button
{
border: none;
outline: none;
color: #FFFFFF;
text-transform: uppercase;
font-weight: 700;
cursor: pointer;
margin-top: 10px;
}

/*********************************
7. Properties
*********************************/
.properties
{
padding-top: 94px;
padding-bottom: 99px;
background: #FFFFFF;
}

.properties_row
{
margin-top: 60px;
}

.property
{
width: 100%;
margin-bottom: 59px;
-webkit-transition: all 200ms ease;
-moz-transition: all 200ms ease;
-ms-transition: all 200ms ease;
-o-transition: all 200ms ease;
transition: all 200ms ease;
}

.property:hover
{
box-shadow: 0px 20px 20px rgba(0,0,0,0.35);
}

.property_image
{
width: 100%;
}

.property_image img
{
max-width: 100%;
}

.property_tag
{
position: absolute;
top: 20px;
left: 22px;
height: 33px;
text-align: center;
}

.property_tag a
{
display: block;
padding-left: 15px;
padding-right: 13px;
font-size: 14px;
font-weight: 400;
color: #FFFFFF;
line-height: 33px;
}

.tag_featured
{
background: #ff2d6d;
}

.tag_offer
{
background: #f3b715;
}

.tag_new
{
width: 87px;
background: #34e69d;
}

.property_body
{
padding-top: 33px;
padding-bottom: 35px;
background: #eff2f6;
-webkit-transition: all 200ms ease;
-moz-transition: all 200ms ease;
-ms-transition: all 200ms ease;
-o-transition: all 200ms ease;
transition: all 200ms ease;
}

.property:hover .property_body
{
background: #FFFFFF;
}

.property_location
{
font-size: 12px;
font-weight: 400;
color: #8c8c8c;
line-height: 0.75;
}

.property_title
{
margin-top: 11px;
}

.property_title a
{
font-size: 22px;
font-weight: 500;
color: #252525;
line-height: 1.2;
-webkit-transition: all 200ms ease;
-moz-transition: all 200ms ease;
-ms-transition: all 200ms ease;
-o-transition: all 200ms ease;
transition: all 200ms ease;
}

.property_title a:hover
{
color: #9d2235;
}

.property_price
{
font-size: 16px;
font-weight: 600;
color: #9d2235;
line-height: 0.75;
margin-top: 21px;
}

.property_footer
{
width: 100%;
height: 52px;
background: #282828;
color: #FFFFFF;
padding-left: 15px;
padding-right: 5px;
-webkit-transition: all 200ms ease;
-moz-transition: all 200ms ease;
-ms-transition: all 200ms ease;
-o-transition: all 200ms ease;
transition: all 200ms ease;
}

.property_footer > div:not(:last-child)
{
margin-right: 20px;
}

.property_icon
{
display: inline-block;
width: 23px;
height: 14px;
margin-right: 8px;
}

.property_icon img
{
max-width: 100%;
}

.property_footer span
{
font-weight: 400;
color: #FFFFFF;
}

.property:hover .property_footer
{
background: #9d2235;
}

.pagination li
{
display: inline-block;
border-radius: 0;
}

.pagination li a
{
font-size: 14px;
font-weight: 600;
color: #282828;
-webkit-transition: all 200ms ease;
-moz-transition: all 200ms ease;
-ms-transition: all 200ms ease;
-o-transition: all 200ms ease;
transition: all 200ms ease;
border-radius: 0 !important;
background-color: #9d2235;
border-color: #9d2235;
}

.pagination li a:hover,
.pagination li.active a
{
color: #fff;
background-color: #40151c;
border-color: #40151c;
}

/*********************************
8. Property
*********************************/
.property
{
z-index: 1;
}

#plans-property{
width:100%;
}

/*********************************
9. Sidebar
*********************************/
.sidebar
{
width: 100%;
}

.sidebar_search
{
padding-top: 85px;
padding-left: 15px;
padding-right: 15px;
padding-bottom: 65px;
}

.sidebar_search_title
{
position: absolute;
left: 0;
top: -68px;
width: 100%;
height: 68px;
background: #9d2235;
color: #FFFFFF;
text-align: center;
line-height: 68px;
font-size: 24px;
font-weight: 600;
}

.sidebar_search_body
{
padding-top: 46px;
padding-left: 33px;
padding-right: 27px;
padding-bottom: 65px;
background: #f1f6f9;
}

.sidebar_search_form
{
display: block;
position: relative;
width: 100%;
}

.sidebar_search_select
{
display: block;
position: relative;
width: 100%;
height: 34px;
-webkit-appearance: none;
-moz-appearance: none;
-ms-appearance: none;
-o-appearance: none;
appearance: none;
-webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
-webkit-user-select: none;
background-image: url(../images/down.png);
background-position: center right;
background-repeat: no-repeat;
margin-bottom: 22px;
padding-left: 15px;
border: none;
outline: none;
cursor: pointer;
font-size: 13px;
font-weight: 400;
color: #6b6b6b;
}

.sidebar_search_row > div:first-child
{
padding-right: 5px;
}

.sidebar_search_row > div:last-child
{
padding-left: 5px;
}

.sidebar_search_input
{
width: 100%;
height: 34px;
border: none;
outline: none;
padding-left: 15px;
}

.sidebar_search_input::-webkit-input-placeholder
{
font-size: 13px !important;
font-weight: 400 !important;
color: #6b6b6b !important;
}

.sidebar_search_input:-moz-placeholder
{
font-size: 13px !important;
font-weight: 400 !important;
color: #6b6b6b !important;
}

.sidebar_search_input::-moz-placeholder
{
font-size: 13px !important;
font-weight: 400 !important;
color: #6b6b6b !important;
}

.sidebar_search_input:-ms-input-placeholder
{
font-size: 13px !important;
font-weight: 400 !important;
color: #6b6b6b !important;
}

.sidebar_search_input::input-placeholder
{
font-size: 13px !important;
font-weight: 400 !important;
color: #6b6b6b !important;
}

.price_filter
{
width: 100%;
margin-top: 38px;
}

.price_filter input
{
width: 100%;
background: #e1ecf3;
}

.rangeslider--horizontal
{
height: 4px;
background: #e1ecf3;
}

.rangeslider, .rangeslider__fill
{
box-shadow: none;
}

.rangeslider__fill
{
background: #9d2235;
}

.rangeslider__handle
{
width: 15px;
height: 15px;
background: #9d2235;
border: none;
box-shadow: none;
}

.rangeslider__handle:after
{
display: none;
}

.rangeslider--horizontal .rangeslider__handle
{
top: -6px;
}

.price_filter_values
{
font-size: 13px;
font-weight: 500;
color: #828282;
line-height: 0.75;
margin-bottom: 21px;
}

.area_filter
{
margin-top: 42px;
}

.sidebar_search_button
{
display: block;
height: 72px;
margin-left: auto;
margin-right: auto;
margin-top: 80px;
}

.sidebar_realtor
{
width: 100%;
margin-top: 45px;
}

.sidebar_realtor_image
{
width: 100%;
}

.sidebar_realtor_image img
{
max-width: 100%;
}

.sidebar_realtor_body
{
background: #f1f6f9;
padding-top: 42px;
padding-bottom: 45px;
}

.sidebar_realtor_title a
{
font-size: 18px;
font-weight: 600;
color: #282828;
-webkit-transition: all 200ms ease;
-moz-transition: all 200ms ease;
-ms-transition: all 200ms ease;
-o-transition: all 200ms ease;
transition: all 200ms ease;
}

.sidebar_realtor_title a:hover
{
color: #40151c !important;
}

.sidebar_realtor_subtitle
{
font-size: 14px;
font-weight: 400;
color: #828282;
margin-top: -1px;
}

.sidebar_realtor_phone
{
font-size: 14px;
font-weight: 500;
color: #828282;
margin-top: 9px;
}

.sidebar_realtor_phone span
{
text-transform: uppercase;
font-weight: 700;
}

.realtor_link
{
position: absolute;
left: 50%;
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);
transform: translateX(-50%);
bottom: -29px;
width: 46px;
height: 57px;
background: linear-gradient(to right, #c7ccd7, #c7ccd7);
border-radius: 23px;
text-align: center;
-webkit-transition: all 200ms ease;
-moz-transition: all 200ms ease;
-ms-transition: all 200ms ease;
-o-transition: all 200ms ease;
transition: all 200ms ease;
}

.realtor_link a
{
display: block;
line-height: 57px;
font-size: 30px;
font-weight: 400;
color: #FFFFFF;
}

.realtor_link:hover
{
box-shadow: 0px 20px 21px rgba(0,0,0,0.25);
background: #9d2235;
}

/*********************************
10. Property Content
*********************************/
.property_content
{
padding-top: 20px;
}

.property_title
{
font-size: 24px;
font-weight: 600;
color: #252525;
}

.property_text_1
{
margin-top: 12px;
}

.property_text > p
{
margin: 0;
}

.property_rooms
{
margin-top: 40px;
}

.property_room
{
flex-grow: 1;
}

.property_room_content
{
margin-top: 8px;
}

.room_num
{
margin-left: 15px;
}

.property_room_title,
.room_num
{
font-weight: 400;
color: #828282;
}

.property_description
{
margin-top: 47px;
}

.property_text_2
{
margin-top: 30px;
}

.property_text_2 p
{
line-height: 2.14;
}

.additional_details
{
margin-top: 42px;
}

.details_container
{
width: 100%;
margin-top: 39px;
}

.details_container::after
{
display: block;
position: absolute;
top: 0;
left: 0;
width: 2px;
height: 100%;
background: linear-gradient(to bottom, #32fa95, #9d2235);
content: '';
}

.details_container td
{
font-size: 14px;
font-weight: 400;
color: #828282;
line-height: 1.2;
}

.details_container ul li:not(:last-child)
{
margin-bottom: 28px;
}

.details_container ul li span
{
text-transform: uppercase;
}

.property_map
{
margin-top: 51px;
}

.property_map_container
{
width: 100%;
margin-top: 46px;
}

.google_map
{
width: 100%;
height: 100%;
}

.map_container
{
width: 100%;
height: 100%;
overflow: hidden;
}

#map-property
{
width: 100%;
height: 400px;
}

li#annunci_preferiti_li.exists_searches a {
color: #fff;
}

.home.cerca-list{
margin-top: 154px;
}

.intro
{
margin-top: 190px;
background: #FFFFFF;
}

.intro_content
{
padding-bottom: 48px;
}

.intro_title
{
font-size: 36px;
font-weight: 700;
line-height: 0.75;
color: #252525;
}

.intro_tags
{
margin-top: 28px;
}

.intro_tags ul li
{
display: inline-block;
height: 20px;
background: #f1f6f9;
margin-bottom: 5px;
-webkit-transition: all 200ms ease;
-moz-transition: all 200ms ease;
-ms-transition: all 200ms ease;
-o-transition: all 200ms ease;
transition: all 200ms ease;
}

.intro_tags ul li:not(:last-child)
{
margin-right: 5px;
}

.intro_tags ul li:hover
{
background: #9d2235;
}

.intro_tags ul li:hover a
{
color: #FFFFFF;
}

.intro_tags ul li a
{
display: block;
padding-left: 13px;
padding-right: 11px;
line-height: 20px;
color: #838383;
font-size: 12px;
-webkit-transition: all 200ms ease;
-moz-transition: all 200ms ease;
-ms-transition: all 200ms ease;
-o-transition: all 200ms ease;
transition: all 200ms ease;
}

.intro_price_container
{
height: 86px;
padding-left: 48px;
padding-right: 43px;
background: #9d2235;
border-radius: 43px;
}

.intro_price_container > div:first-child
{
font-size: 12px;
font-weight: 400;
color: #FFFFFF;
line-height: 0.75;
}

.intro_price
{
font-size: 24px;
font-weight: 700;
color: #FFFFFF;
line-height: 0.75;
margin-top: 12px;
}

.intro_slider_container
{
width: 100%;
padding-left: 28px;
padding-right: 28px;
}

.intro_slider_nav_container
{
position: absolute;
left: 0;
bottom: 51px;
width: 100%;
z-index: 10;
}

.intro_slider_nav
{
width: 32px;
height: 32px;
background: #eff2f6;
text-align: center;
cursor: pointer;
-webkit-transition: all 200ms ease;
-moz-transition: all 200ms ease;
-ms-transition: all 200ms ease;
-o-transition: all 200ms ease;
transition: all 200ms ease;
}

.intro_slider_nav:first-child
{
margin-right: 5px;
}

.intro_slider_nav i
{
color: #a4a4a4;
line-height: 32px;
font-size: 9px;
-webkit-transition: all 200ms ease;
-moz-transition: all 200ms ease;
-ms-transition: all 200ms ease;
-o-transition: all 200ms ease;
transition: all 200ms ease;
}

.intro_slider_nav:hover
{
background: #9d2235;
}

.intro_slider_nav:hover i
{
color: #FFFFFF;
}

.choose-lang{
background-color:#9d2235;
}

.agency-code-tag{
background: #9d2235;
}

blockquote.mutuo-box {
background: #9d2235;
}

.mutuo-box img {
background: #fff;
padding: 10px;
}

.agent-info {
background: #9d2235 !important;
padding: 40px;
color: #fff !important;
}

.agent-info p,
.agent-info a{
color: #fff !important;
border-bottom: 0 !Important;
}