/* fonts */
@font-face {
    font-family: 'Montserrat-Light';
    src: url(fonts/Montserrat-Light.ttf);
}
@font-face {
    font-family: 'Montserrat-Regular';
    src: url(fonts/Montserrat-Regular.ttf);
}
@font-face {
    font-family: 'Montserrat-Medium';
    src: url(fonts/Montserrat-Medium.ttf);
}
@font-face {
    font-family: 'Montserrat-SemiBold';
    src: url(fonts/Montserrat-SemiBold.ttf);
}
@font-face {
    font-family: 'Montserrat-Bold';
    src: url(fonts/Montserrat-Bold.ttf);
}
@font-face {
    font-family: 'Montserrat-ExtraBold';
    src: url(fonts/Montserrat-ExtraBold.ttf);
}
@font-face {
    font-family: 'Montserrat-Black';
    src: url(fonts/Montserrat-Black.ttf);
}
@font-face {
  font-family: 'Akrobat-Black';
  src: url(fonts/Akrobat-Black.otf);
}

/* common css */
body {
    color: #000000;
    font-family: 'Montserrat-Light';
    font-size: 16px;
    line-height: 24px;
    overflow-x: hidden;
}
p {
  color: #000000;
  font-family: 'Montserrat-Light';
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  margin: 0 0 25px;
}
a {
    color: #263c87;
    text-decoration: none;
}
a:hover,
a:focus {
    color: #000;
    text-decoration: none;
}
img {
    max-width: 100%;
    height: auto;
    border: none;
    border-radius: 0;
}
.white-con,
.white-con p,
.white-con a {
    color: #fff;
}
.center {
    text-align: center;
}
strong {
	font-family: 'Montserrat-SemiBold';
    font-weight: normal;
}
/* header */
.header .r_header_main {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  padding-bottom: 15px;
}
.header.fixed .r_header_main {
  background: #fff;
  transition: all 0.3s ease 0s;
}
.r_main_logo {
  padding: 24px 0 0;
}
.r_header_widget_section {
  text-align: right;
  padding-top: 19px;
  padding-bottom: 21px;
}
.header-top ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.header-top {
	display: inline-block;
	vertical-align: top;
	padding-left: 10px;
}
.header-top ul li {
	display: inline-block;
	vertical-align: top;
}
.header-top:last-child li {
	margin-left: 5px;
	vertical-align: top;
	height: 20px;
	line-height: 17px;
}
.header-top:first-child li {
	line-height: 26px;
	border-right: 1px solid #000;
	padding: 0 15px;
}


/*.header-top:first-child li a {*/
/*	padding-right: 28px;*/
/*	background: url(../images/map.png) no-repeat scroll top right;*/
/*}*/
/*.header-top:first-child li + li a {*/
/*	background: url(../images/message.png) no-repeat scroll right 4px;*/
/*}*/
/*.header-top:first-child li + li + li a {*/
/*	background: url(../images/locker.png) no-repeat scroll top right;*/
/*}*/


.header-top li a {
	font-size: 13px;
	color: #000;
	display: block;
	text-transform: capitalize;
}
.header-top li a:hover {
	color: #263c87;
}
.navbar-default ul {
	list-style: none;
	padding: 0;
	float: right;
}
.navbar-default {
  background: none;
  border: medium none;
  border-radius: 0;
  min-height: 1px;
  margin: 0;
}
.navbar-collapse{
    padding-left: 0;
    padding-right: 0;
}
.navbar-default .navbar-nav > li > a {
  color: #000;
  font-family: 'Montserrat-Light';
  font-size: 14px;
  padding: 5px 16px 5px;
  position: relative;
  text-transform: uppercase;
}
.navbar-default .navbar-nav > li:first-child > a {
  padding-left: 0;
}
.navbar-default .navbar-nav > li:last-child > a {
  padding-right: 0;
  font-family: 'Montserrat-Bold';
  font-size: 20px;
  color: #05873f !important;
}
.navbar-default .navbar-nav > li > a:focus, 
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li.current-menu-item > a,
.navbar-default .navbar-nav > li.menu-item-has-children:hover > a,
.navbar-default .navbar-nav > li.current-menu-parent > a {
  color: #263c87;
  
}
.navbar-default .navbar-nav > li.current-menu-item > a {
  font-family: 'Montserrat-Bold';
  
}
.navbar-default ul.sub-menu {
    background: #263c87;
    border: medium none;
    border-radius: 0;
    display: none;
    padding: 4px 0 11px;
    position: absolute;
    min-width: 165px;
    z-index: 999;
    margin: 0;
}
.navbar-nav > li:hover .sub-menu {
  display: block;
}
.sub-menu li > a {
    border: medium none;
    font-family: 'Montserrat-Light';
    color: #ffffff;
    font-size: 13px;
    line-height: 18px;
    padding: 4px 16px 3px;
    text-decoration: none;
    text-align: left;
    display: block;
}
.sub-menu li > a:hover, 
.sub-menu li > a:focus, 
.sub-menu li.current-menu-item > a {
  color: #000;
}
@media all and (min-width: 1450px) { 
.navbar-default .navbar-nav > li > a {
  padding: 5px 24px 5px;
}
.sub-menu li > a {
    padding: 4px 24px 3px;
}
}
/* footer */
footer {
  background: #f5f5f5;
  padding-top: 50px;
  padding-bottom: 37px;
  font-size: 12px;
  line-height: 20px;
  color: #000;
  clear: both;
}
footer p {
  font-size: 12px;
  color: #000;
  line-height: 20px;
  margin-bottom: 17px;
}
footer a {
  color: #000;
}
footer a:hover {
  color: #263c87;
}
footer ul {
  list-style: none;
  margin: 0;
  padding: 0; 
}
.r_footer_widgets_section {
  max-width: 1040px;
  margin: 0 auto;
}
.r_footer_widgets_area {
  float: left;
  padding: 0 15px 20px;
}
.r_footer_widgets_area.r_footer_box_one {
  width: 205px;
}
.r_footer_widgets_area.r_footer_box_two {
  width: 237px;
}
.r_footer_widgets_area.r_footer_box_three {
  width: 270px;
  padding-top: 30px;
}
.r_footer_widgets_area.r_footer_box_four {
  width: 203px;
}
.r_footer_widgets_area.r_footer_box_five {
  width: 120px;
}
footer p.widget-title {
  font-size: 14px;
  text-transform: uppercase;
  font-family: 'Montserrat-Bold';
  margin-bottom: 9px;
}
.r_footer_widgets_area .menu li {
  line-height: 19px;
  letter-spacing: 1px;
}
.r_footer_widgets_area .menu li a {
  text-transform: uppercase;
}
.footer-five li {
  display: inline-block;
  vertical-align: top;
  margin-right: 6px;
}
.copyright.center {
  clear: both;
  width: 100%;
}
/* fixed button */
.r_fixed_button {
  display: block;
  width: 240px;
  height: 113px;
  padding: 63px 30px 15px;
  background: #05873f url(../images/message-icon.png) no-repeat scroll 30px 16px;
  color: #fff !important;
  font-family: 'Montserrat-Regular';
  font-size: 16px;
  text-transform: uppercase;
  line-height: 18px;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 99999;
}
/* Contact page */
.wpb_text_column.wpb_content_element.r_contact_info {
  max-width: 360px;
}
.r_contact_info strong {
  font-size: 23px;
  text-transform: uppercase;
  display: block;
  padding-bottom: 10px;
}
.r_contact_info a {
  color: #000;
}
.r_contact_info a:hover {
  color: #263c87;
}
.wpb_text_column.wpb_content_element.r_contact_info.r_right_info {
  margin-left: 25px;
}
.wpb_text_column.wpb_content_element.r_contact_info.r_left_info {
  float: right;
  margin-right: 35px;
}
.r_contact_top_con p {
  text-transform: uppercase;
}
.vc_custom_heading.page-title {
  margin: 0 0 13px;
}
.vc_row.wpb_row.vc_inner.vc_row-fluid.contact_content_area {
  padding-top: 73px;
}
.vc_row.wpb_row.vc_row-fluid.r_contact_section {
  padding-top: 223px;
  padding-bottom: 97px;
}
.h_hm_header_slider_item_text p {
  font-size: 75px;
  color: #fff;
  line-height: 68px;
  font-family: 'Akrobat-Black';
}
/* media */
.r_media_menu {
  text-align: center;
  padding-top: 203px;
  padding-bottom: 38px;
}
.menu-media-menu-container ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.r_media_menu>h3, .menu-media-menu-container, .menu-media-menu-container li {
  display: inline-block;
  vertical-align: middle;
}
.r_media_menu h3 {
  margin: 0;
  font-size: 16px;
  font-family: 'Montserrat-Light';
  color: #000;
  text-transform: uppercase;
}
.r_media_menu h3, .menu-media-menu-container li {
  padding: 0 35px;
}
.r_media_menu li a {
  color: #000;
  font-size: 16px;
  font-family: 'Montserrat-Light';
  border-bottom: 2px solid #ffffff;
  text-transform: uppercase;
  padding: 5px;
}
.r_media_menu li a:hover, .r_media_menu li.current-menu-item a {
  color: #000;
  border-bottom: 2px solid #009f50;
}
.r_media_menu li.current-menu-item a {
  color: #000;
  font-family: 'Montserrat-Bold';
  border-bottom: 2px solid #009f50;
}
.r_breathcrumb {
  text-align: left;
  font-size: 14px;
  color: #000;
  font-family: 'Montserrat-Bold';
}
.r_breathcrumb a {
  color: #000;
  font-family: 'Montserrat-Light';
}
.r_breathcrumb a:hover {
  color: #009f50;
}
.col-xs-12.col-sm-3.col-md-3.r_post_listing {
  padding: 30px 30px 125px;
  border: 1px solid #c2c1c0;
  margin-bottom: 50px;
  border-right: 0;
  position: relative;
}
.col-xs-12.col-sm-3.col-md-3.r_post_listing:hover {
  background: #f4f4f4;
}
.col-xs-12.col-sm-3.col-md-3.r_post_listing:nth-child(4n+5),
.col-xs-12.col-sm-3.col-md-3.r_post_listing:last-child {
  border-right: 1px solid #c2c1c0;
}

.r_main-content_media .row {
  margin-left: 0;
  margin-right: 0;
}
.list-img {
  overflow: hidden;
  height: 268px;
  width: 100%;
}
.list-img img {
  width: 100%;
  height: 100%;
  transition: .5s;
  object-fit: cover;
  object-position: center;
}
.col-xs-12.col-sm-3.col-md-3.r_post_listing:hover img {
  transform: scale(1.5);
}
.barlow-semibold {
  font-size: 28px;
  font-family: 'Montserrat-Light';
  margin: 28px 0 0;
}
.blog-content h3 a {
  color: #000;
  display: block;
}
.blog-content h3 a:hover {
  color: #263c87;
}
.readmore-btn a {
  display: block;
  width: 112px;
  height: 30px;
  border: 1px solid #929292;
  font-size: 11px;
  text-align: center;
  text-transform: uppercase;
  color: #000;
  line-height: 28px;
  position: absolute;
  left: 30px;
  bottom: 30px;
}
.readmore-btn a:hover {
  border: 1px solid #263c87;
  color: #263c87;
}
.main_post_con {
  border-right: 1px solid #999999;
  padding-right: 58px;
  margin-bottom: 60px;
}
.page-title.post-title {
  font-size: 38px;
  font-family: 'Montserrat-Light';
  font-weight: normal;
  line-height: 38px;
  max-width: 575px;
  margin: 0 0 16px;
  padding-top: 36px;
} 
.meta-post.date {
  font-size: 16px;
  color: #009f50;
  text-transform: uppercase;
  margin-bottom: 46px;
}
.r_social_icon ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.r_social_icon li {
  display: inline-block;
  vertical-align: top;
  margin-right: 6px;
}
.wpb_text_column.wpb_content_element.r_social_icon {
  margin: -7px 0 73px;
}
.wpb_image_grid .wpb_image_grid_ul .isotope-item:first-child {
  width: 100% !important;
  padding-top: 0;
}
.wpb_image_grid .wpb_image_grid_ul .isotope-item {
  width: 31.33% !important;
  margin-right: 3% !important;
  padding-top: 30px;
}
.wpb_image_grid .wpb_image_grid_ul .isotope-item:last-child {
  margin-right: 0 !important;
}
.r_postwidget_area {
  float: right;
  max-width: 350px;
  margin-bottom: 60px;
}
.post-details .r_post_top.col-xs-12.col-sm-12.col-md-12 {
  padding-bottom: 46px;
}
.r_recent_post .r_post_list {
  padding: 25px 25px 99px;
  border: 1px solid #c2c1c0;
  margin-bottom: 15px;
  position: relative;
}
.r_recent_post .r_post_list:hover {
  background: #f4f4f4;
}
.r_recent_post .list-img {
  height: 303px;
}
.r_recent_post .r_post_list:hover img {
  transform: scale(1.5);
}
.r_recent_post .barlow-semibold {
  font-size: 24px;
  margin-top: 22px;
}
.r_recent_post .readmore-btn a {
  left: 25px;
  bottom: 25px;
}
.wpb_gallery.wpb_content_element.vc_clearfix.post-gallery {
  margin-bottom: 0;
}
.r_postwidget_area > h3 {
  margin: -1px 0 25px;
  text-transform: uppercase;
  font-size: 16px;
  font-family: 'Montserrat-Light';
}





/* home page css  */
.h_hm_header_slider_item {
  min-height: 700px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.h_hm_header_slider_item h2 {
  color: #263c87;
  font-size: 80px;
  font-family: 'Montserrat-Bold';
}

.h_hm_header_slider_item h3 {
  font-size: 90px;
  font-family: 'Akrobat-Black';
  text-transform: uppercase;
  color: #263c87;
  line-height: 80px;
  margin-top: -10px;
}

.h_hm_header_slider_item span {
  color: #05873f
}

.h_hm_header_slider_item_inner {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  display: flex;
  align-items: center;
  height: 100%;
}

.h_hm_header_slider_item {
  position: relative;
}

.h_hm_header_slider_item_text {
  padding-left: 80px;
}

/* start home brico  */
.h_hm_bricolife_section_title h2 {
  font-family: 'Montserrat-Bold';
  font-size: 50px;
  color: #263c87;
}

.h_hm_bricolife_section_title h3 {
  font-family: 'Montserrat-Light';
  font-size: 30px;
  margin-top: -3px;
  color: #263c87;
}

.h_hm_bricolife_section_content p {
  font-size: 16px;
  font-family: 'Montserrat-Light';
}

.h_hm_bricolife {
  text-align: center;
  padding: 50px 0px;
}

.h_hm_bricolife p {
  margin: 0;
}

.h_hm_bricolife_section_title {
  padding-bottom: 25px;
}

.h_hm_bricolife_section_content p {
  padding-bottom: 20px;
}

.h_hm_bricolife_section_content p b {
  display: block;
  font-family: 'Montserrat-SemiBold';
}

/* start home brico  */

.h_hm_entra_anchi_section {
  display: flex;
  flex-wrap: wrap;
  min-height: 700px;
  /* background: #f0f0f0; */
}

.h_hm_entra_anchi_inner_l {
  width: 50%;
  background-size: cover;
  background-position: center;
  position: relative;
  display: flex;
  justify-content: right;
  align-items: end;
}

.h_hm_entra_anchi_inner_r {
  width: 50%;
}

.h_hm_entra_anchi_inner_left {
  padding-bottom: 100px;
  padding-right: 30px;
}

.h_hm_entra_anchi_inner_left h2 {
  font-family: 'Montserrat-Bold';
  font-size: 40px;
  color: #263c87;
}

.h_hm_entra_anchi_inner_left p {
  font-family: 'Montserrat-Light';
  font-size: 25px;
  color: #263c87;
}


.h_hm_entra_anchi_inner_right h2 {
  font-family: 'Montserrat-Bold';
  font-size: 50px;
  color: #fff;
  text-transform: uppercase;
  line-height: 50px;
  padding-bottom: 30px;
}

.h_hm_entra_anchi_inner_right h3 {
  font-family: 'Montserrat-Bold';
  font-size: 30px;
  text-transform: uppercase;
  color: #fff;
}

.h_hm_entra_anchi_inner_right p {
  font-size: 30px;
  font-family: 'Montserrat-Light';
  color: #fff;
}

.h_hm_entra_anchi_inner_r {
  background: #223c7b;
  padding: 50px 80px;
}

.highlight_text {
  background: #05873f;
  display: table;
}
.highlight_text a {
  color: #fff;
}

.highlight_text p {
  font-size: 25px;
  margin: 0;
  padding: 15px 60px;
  color: #fff;
}

.h_hm_entra_anchi_inner_right h1 {
  font-size: 70px;
  margin-top: -45px;
  font-family: 'Montserrat-Bold';
  color: #fff;
  margin-bottom: 60px;
}

.highlight_text {
  position: absolute;
  bottom: 70px;
  left: 0;
}

.h_hm_entra_anchi_inner_r {
  position: relative;
}

.h_hm_counter_section p {
  margin: 0;
}

.h_hm_counter_item p {
  font-family: 'Montserrat-Bold';
}


span.cntr_right {
  font-size: 35px;
  line-height: 38px;
}


.cntr_num p {
  font-size: 65px;
  display: flex;
  color: #fff;
}

.cntr_num p svg {
  margin-right: -12px;
}


span.cntr_icon {
  font-size: 50px;
  margin-top: -12px;
  display: block;
  margin-right: 15px;
}

.h_hm_counter_section {
  background: #05873f;
}

.h_hm_counter_item {
  min-width: 15%;
  padding: 0px 20px;
}

span.cntr_top {
  margin-top: -15px;
  display: block;
  font-family: 'Montserrat-Regular';
  font-size: 20px;
  color: #fff;
  text-transform: uppercase;
}

span.cntr_btm {
  font-family: 'Montserrat-Regular';
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  padding-top: 25px;
  display: block;
  line-height: 20px;
}

.h_hm_counter_inner {
  display: flex;
  flex-wrap: wrap;
  padding: 50px 0px;
  width: 95%;
  margin: auto;
  justify-content: space-around;
}


.cntr_num {
  height: 60px;
  display: flex;
  align-items: end;
}

.counter_value {
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
  text-align: center;

}

.h_hm_counter_item:last-child span.cntr_btm {
  padding-top: 15px;
}

.nostri_sec_title p {
  font-family: 'Montserrat-Light';
  margin-bottom: 40px;
}

.nostri_sec_title p strong {
  display: block;
}

.nostri_sec_title {
  text-align: center;
}

.nostri_sec_title h2 {
  font-family: 'Montserrat-SemiBold';
  font-size: 35px;
  text-transform: uppercase;
  color: #263c87;
  margin-bottom: 35px;
}


.h_hm_nostri_hover_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.h_hm_nostri_inner_item {
  width: 16.5%;
  height: 350px;
  position: relative;
}


.h_hm_nostri_overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}

.h_hm_nostri_overlay {
  position: absolute;
  text-align: center;
  height: 100%;
  width: 100%;
  background: #f1f1f1;
}

.nos_url {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  height: 0;
}


.h_hm_nostri_inner_item:hover .h_hm_nostri_overlay {
  background: none;
}

.h_hm_nostri_inner_item:hover .h_hm_nostri_overlay {
  background: none;
}

.h_hm_nostri_overlay {
  transition: .5s;
}


.h_hm_nostri_inner_item:hover .h_hm_nos_img {
  opacity: 0;
}


.h_hm_nostri_inner_item:hover .nos_url {
  visibility: visible;
  opacity: 1;
  height: 100%;
  z-index: 9;
}

.nos_url a {
  color: #fff;
}

.h_hm_in_media {
  padding: 60px 0px;
}
.h_hm_nostri_marchi {padding: 60px 0px 30px;}
.r_main_logo img {width: 250px;}

/* inostry page */
.vc_custom_heading.inotsry-banner-title {
  font-family: 'Akrobat-Black';
  text-transform: uppercase;
  margin: 0;
  line-height: 94px !important;
  max-width: 555px;
}
.vc_custom_heading.inotsry-banner-subtitle strong {
  font-family: 'Montserrat-Bold';
  color: #009f50;
}
.vc_custom_heading.inotsry-banner-subtitle {
  margin: 10px 0 14px;
}
.inostry-banner-con strong {
  color: #263c87;
  font-size: 40px;
  text-transform: uppercase;
  font-family: 'Montserrat-Bold';
  line-height: 40px;
}
.wpb_text_column.wpb_content_element.inostry-banner-con p {
  font-size: 33px;
  line-height: 35px;
  font-family: 'Montserrat-Medium';
}
.r_in_banner_left > .vc_column-inner > .wpb_wrapper {
  padding-left: 166px;
  padding-top: 130px;
  padding-bottom: 120px;
}
.private-con em {
  font-style: normal;
  text-transform: uppercase;
}
.wpb_text_column.wpb_content_element.private-con p {
  font-size: 23px;
  margin-bottom: 11px;
}
.vc_custom_heading.r_private_title {
  margin: 0 0 30px;
}
.vc_row.wpb_row.vc_row-fluid.in-private-section {
  padding-top: 37px;
  padding-bottom: 23px;
}
.vc_row.wpb_row.vc_row-fluid.inostry-brand-section {
  padding-top: 54px;
  padding-bottom: 51px;
}
.r_in_content > .vc_column-inner > .wpb_wrapper {
  background: #fff;
  padding: 30px 100px;
  margin-left: -163px;
  z-index: 9;
  position: relative;
  margin-top: 56px;
  margin-bottom: 56px;
  height: 430px;
}
.r_inb_con a {
  display: block;
  width: 112px;
  height: 30px;
  border: 1px solid #929292;
  font-size: 11px;
  text-align: center;
  text-transform: uppercase;
  color: #000;
  line-height: 28px;
  margin-top: 29px;
}
.in-brand-title p {
  font-size: 26px;
}
.in-brand-title strong {
  font-size: 20px;
}
.r_inb_con p {
  font-size: 20px;
}
.wpb_text_column.wpb_content_element.in-brand-title {
  padding-top: 4px;
  margin-bottom: 27px;
}
.wpb_text_column.wpb_content_element.r_inb_con {
  margin-bottom: 0;
  max-width: 450px;
}
.wpb_single_image.wpb_content_element.in-images-sec {
  height: 542px;
  overflow: hidden;
  width: 100%;
}
.in-images-sec img {
  width: 100%;
  height: 100% !important;
  transition: .5s;
  object-fit: cover;
  object-position: center;
}
.in-images-sec:hover img {
  transform: scale(1.5);
}
.in-images-sec .wpb_wrapper.vc_figure,
.in-images-sec .vc_single_image-wrapper {
  height: 100%;
}
.r_right_align.wpb_column.vc_column_container.vc_col-sm-6 {
  float: right;
}
.r_in_content_left_align.r_in_content_right.r_in_content > .vc_column-inner > .wpb_wrapper {
  margin-left: 0;
  margin-right: -163px;
  padding-right: 60px;
  width: 742px;
  float: right;
  padding-left: 0;
}
.r_in_content_left_align .wpb_text_column.wpb_content_element.r_inb_con {
  max-width: 100%;
}
#r_brand4 .r_in_content > .vc_column-inner > .wpb_wrapper {
  padding-top: 85px;
}
#r_brand6 .r_in_content > .vc_column-inner > .wpb_wrapper {
  padding-top: 55px;
}
.vc_row.wpb_row.vc_row-fluid.r_cs_twopart_section > div {
  min-height: 534px;
}
.r_cs_top_con p {
  color: #263c87;
  font-size: 28px;
  text-transform: uppercase;
  line-height: 28px;
}
.wpb_text_column.wpb_content_element.cs_top_bottom_con {
  max-width: 1161px;
  margin: 0 auto;
}
.vc_row.wpb_row.vc_row-fluid.r_contact_section.r_cs_top_section {
  padding-top: 246px;
  padding-bottom: 80px;
}
.wpb_text_column.wpb_content_element.r_cs_image_conten p {
  font-size: 21px;
  text-transform: uppercase;
}
.r_cs_image_bg > .vc_column-inner,
.r_cs_content_area > .vc_column-inner {
  padding-top: 0 !important;
}
.r_cs_image_bg > .vc_column-inner > .wpb_wrapper, 
.r_cs_content_area > .vc_column-inner > .wpb_wrapper {
  display: table;
  height: 100%;
  vertical-align: middle;
}
.wpb_text_column.wpb_content_element.r_cs_image_conten,
.wpb_text_column.wpb_content_element.r_cs_tp_con {
  display: table-cell;
  vertical-align: middle;
}
.wpb_text_column.wpb_content_element.r_cs_tp_con p {
  font-size: 25px;
  text-transform: uppercase;
}
.r_cs_tp_con strong {
  text-transform: capitalize;
  color: #263c87;
  font-size: 58px;
  font-family: 'Montserrat-Bold';
  display: inline-block;
  line-height: 58px;
  margin-bottom: 8px;
  padding-top: 5px;
}
.wpb_text_column.wpb_content_element.r_cs_image_conten.r_cs_image_conten_left > .wpb_wrapper,
.wpb_text_column.wpb_content_element.r_cs_tp_con.r_cs_tp_con_left > .wpb_wrapper {
  float: right;
  width: 703px;
}
.wpb_text_column.wpb_content_element.r_cs_image_conten.r_cs_image_conten_right > .wpb_wrapper,
.wpb_text_column.wpb_content_element.r_cs_tp_con.r_cs_tp_con_right > .wpb_wrapper {
  padding-left: 179px;
}
.vc_row.wpb_row.vc_row-fluid.r_cs_category_section {
  padding-top: 11px;
  padding-bottom: 16px;
  margin-top: 30px;
  margin-bottom: 50px;
}
.vc_custom_heading.r_cs_category_title {
  text-transform: uppercase;
  font-family: 'Montserrat-SemiBold';
  font-weight: normal;
  margin: 0 0 90px;
}
.r_cs_category_con ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.r_cs_category_con ul li {
  margin-bottom: 24px;
  min-height: 65px;
}
.r_cs_category_con li strong {
  font-family: 'Montserrat-Medium';
  text-transform: uppercase;
  font-size: 28px;
  display: block;
  width: calc(100% - 118px);
  float: right;
  padding-top: 15px;
}

.h_hm_header_slider_item img {
    height: 100vh;
    object-fit: cover;
    object-position: 50% 50%;;
}
@media all and (max-width: 1550px) {
.r_cs_category_con li strong {
  font-size: 20px;
  width: calc(100% - 105px);
}

}

.brlf_header_sicons li a {border: 1px solid #333;padding: 4px;border-radius: 50%;height: 27px;width: 27px;text-align: center;}

/* newsletter page */
.wpcf7-form-control.wpcf7-text {
  height: 49px;
  padding: 3px 15px;
  width: 100%;
  border: 1px solid #000;
  color: #000;
  font-family: 'Montserrat-Light';
  font-weight: normal;
}
.half-form label {
  float: left;
  width: 48%;
  margin: 0 0 30px 2%;
}
.r_newsletter_form .wpcf7-list-item {
  margin: 0;
}
.wpcf7-list-item-label {
  font-weight: normal;
  font-family: 'Montserrat-Light';
}
.wpcf7-form-control.has-spinner.wpcf7-submit {
  background: #009f50;
  color: #fff;
  float: none;
  font-size: 18px;
  padding: 7px 25px;
  text-transform: uppercase;
  font-family: 'Montserrat-Light';
  font-weight: normal;
  margin: 12px auto 0;
  border: none;
  border-radius: 10px;
  display: block;
}
.wpcf7-spinner { 
  position: absolute !important;
}
.r_newsletter_form .wpcf7 form .wpcf7-response-output {
  margin: 10px 0 20px 2%;
  float: left;
}
.vc_row.wpb_row.vc_row-fluid.r_newsletter_section {
  padding-bottom: 50px;
}
.wpcf7-form-control-wrap.terms {
  margin-left: 2%;
  display: block;
  clear: both;
}
.h_hm_nostri_inner_item:nth-child(5) .h_hm_nos_img img, 
.h_hm_nostri_inner_item:nth-child(6) .h_hm_nos_img img {
  width: 51%;
}
/* Entra nel page */
.r_enc_text_slider_section {
  max-width: 1016px;
  margin: 0 auto;
  position: relative;
}
.r_enc_text_slide_content {
  width: 165px;
  font-family: 'Montserrat-Medium';
  line-height: 20px;
  text-transform: uppercase;
}
.r_enc_text_slider_section .slick-arrow {
  position: absolute;
  top: 16px;
  width: 33px;
  height: 33px;
  text-indent: -99999px;
  border: none;
  box-shadow: inherit;
  background: url(../images/arrow-left.png) no-repeat scroll 0 0;
  left: -65px;
}
.r_enc_text_slider_section .slick-next.slick-arrow {
  background: url(../images/arrow-right.png) no-repeat scroll 0 0;
  left: inherit;
  right: 0;
}
.r_enc_condition_top_title p {
  font-size: 20px;
  text-transform: uppercase;
  line-height: 24px;
}
.r_enc_condition_top_title strong {
  font-size: 38px;
  text-transform: initial;
  color: #263c87;
  display: inline-block;
  padding-bottom: 15px;
  font-family: 'Montserrat-Bold';
}
.enc_condition-box_con p {
  margin-bottom: 6px;
}
.wpb_text_column.wpb_content_element.enc_condition-box_con {
  max-width: 535px;
}
.enc_condition-box_con strong {
  font-size: 23px;
  text-transform: uppercase;
  color: #009f50;
}
.wpb_text_column.wpb_content_element.r_enc_condition_top_title {
  margin-bottom: 64px;
}
.vc_row.wpb_row.vc_row-fluid.r_enc_condition_section {
  padding-top: 50px;
  padding-bottom: 23px;
}
.wpb_text_column.wpb_content_element.r_enc_condition_top_title.r_enc_slider_top_title {
  margin-bottom: 79px;
}
.vc_row.wpb_row.vc_row-fluid.r_enc_ts_section {
  padding-top: 43px;
  padding-bottom: 37px;
  margin-bottom: 32px;
}
.r_enc_cta_con p {
  margin-bottom: 8px;
}
.r_enc_cta_con strong {
  font-size: 26px;
  color: #263c87;
}
.vc_row.wpb_row.vc_row-fluid.r_enc_cta_section {
  padding-top: 77px;
  padding-bottom: 107px;
}
.wpb_single_image.wpb_content_element.enc-cta-img {
  min-height: 76px;
  margin-bottom: 23px;
}
.r_enc_cta_box > .vc_column-inner {
  padding-top: 12px !important;
  border-right: 1px solid #263c87;
}
.r_enc_cta_box.no-border > .vc_column-inner {
  border-right: none;
}
.wpb_text_column.wpb_content_element.r_enc_cta_con {
  margin-bottom: 24px;
}
.r_enc_cta_box > .vc_column-inner > .wpb_wrapper {
  max-width: 295px;
  margin: 0 auto;
}
.r_enc_cta_box1.r_enc_cta_box > .vc_column-inner > .wpb_wrapper {
  margin-left: 0;
}
.vc_row.wpb_row.vc_row-fluid.r_enc_top_section {
  padding-top: 157px;
}
.r_enc_form_area > .vc_column-inner > .wpb_wrapper {
  background: #263c87;
  padding: 28px 40px 30px 49px;
  max-width: 735px;
  float: right;
}
.r_enc_form_area .wpcf7-form-control.wpcf7-text {
  height: 40px;
  padding: 0 16px;
  font-size: 16px;
  color: #263c87;
  border: none;
  background: #fff;
}
.wpcf7-form-control.wpcf7-textarea {
  width: 100%;
  border: none;
  padding: 6px 16px;
  height: 126px;
  font-family: 'Montserrat-Light';
  font-weight: normal;
  font-size: 16px;
  color: #263c87;
  background: #fff;
}
.r_enc_form_area label {
  width: 100%;
  margin-bottom: 11px;
}
.vc_custom_heading.r_enc_form_title {
  text-transform: uppercase;
  margin: 0 0 33px;
}
.r_enc_form_area h5 {
  font-size: 11px;
  color: #fff;
  margin: 0 0 13px;
  line-height: 15px;
  font-family: 'Montserrat-Light';
  font-weight: normal;
}
.r_enc_form_area p {
  margin-bottom: 0;
}
.r_enc_form_area .wpcf7-list-item {
  margin: 0 30px 0 0;
  color: #fff;
  font-size: 13px;
}
.r_enc_form_area .wpcf7 form .wpcf7-response-output {
  color: #fff;
  margin: 15px 0 0;
}
.r_enc_form_area .wpcf7-not-valid-tip {
  position: absolute;
  right: 0;
  top: 0;
}
.vc_custom_heading.r_enc_middle_title {
  font-family: 'Akrobat-Black';
  font-weight: normal;
  text-transform: uppercase;
  line-height: 80px !important;
  margin: 0 0 34px;
}
.vc_custom_heading.r_enc_middle_title strong {
  font-family: 'Akrobat-Black';
  font-weight: normal;
  color: #009f50;
}
.vc_custom_heading.r_enc_middle_subtitle strong {
  color: #009f50;
  font-family: 'Montserrat-Bold';
}
.vc_custom_heading.r_enc_pagetitle {
  text-transform: uppercase;
  background: #009f50;
  max-width: 460px;
  padding-top: 16px;
  padding-bottom: 13px;
  position: relative;
  line-height: 42px !important;
  margin: 0 0 97px;
}
.vc_custom_heading.r_enc_pagetitle::before {
  content: "";
  width: 2000px;
  height: 100%;
  position: absolute;
  top: 0;
  left: -1999px;
  background: #009f50;
}
.wpb_single_image.wpb_content_element.metarscale-pic {
  margin: -64px 0 0;
  position: relative;
  z-index: 9;
}
/* Aziende Aderenti page */
.r_aa_boxes_section {
  clear: both;
  width: 100%;
  position: relative;
  float: left;
}
.r_aa_box {
  float: left;
  width: 33.33%;
  padding: 15px 15px 20px;
  border-right: 1px solid #999999;
  margin-bottom: 73px;
}
.r_aa_box:hover {
  background: #f5f5f5;
}
.r_aa_box:last-child {
  border-right: 1px solid #999999;
}
.r_aa_box:nth-child(3n+3) {
  border-right: none;
}
.r_aa_box_content {
  width: 320px;
  margin: 0 auto;
}
.r_aa_image {
  display: table;
  width: 100%;
  height: 120px;
  margin-bottom: 35px;
}
.r_aa_image > .r_aa_inline_middle {
  display: table-cell;
  vertical-align: middle;
}
.r_aa_con {
  text-transform: uppercase;
}
.r_aa_con p {
  line-height: 20px;
  margin-bottom: 0;
}
.r_aa_con h3 {
  font-size: 23px;
  display: inline-block;
  width: 100%;
  font-family: 'Montserrat-Bold';
  padding-bottom: 10px;
  margin: 0;
  line-height: 23px;
  font-weight: normal;
}
.r_aa_con h3 a {
  color: #000;
}
.r_aa_con h3 a:hover {
  color: #009f50;
}
.r_aa_con a.r_company_url {
  font-size: 10px;
  display: block;
  width: 90px;
  height: 24px;
  border: 1px solid #999999;
  line-height: 22px;
  text-align: center;
  color: #000;
  margin-top: 16px;
}
.r_aa_box:hover .r_aa_con a.r_company_url, .r_aa_con a.r_company_url:hover {
  border: 1px solid #009f50;
  color: #fff;
  background: #009f50
}
.wpb_single_image.wpb_content_element.r_cl_img {
  padding-top: 46px;
  padding-bottom: 76px;
}
.wpb_text_column.wpb_content_element.r_company_info {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}
.vc_custom_heading.company-section-title {
  text-transform: uppercase;
  font-family: 'Montserrat-SemiBold';
  font-weight: normal;
  margin: 0 0 40px;
}
.vc_row.wpb_row.vc_row-fluid.r_contact_section.r_aa_company_top_section {
  padding-bottom: 49px;
}
.vc_row.wpb_row.vc_row-fluid.company_details_map_section {
  padding-bottom: 50px;
}
.r_company_info h4 {
  font-size: 23px;
  font-family: 'Montserrat-Light';
  font-weight: normal;
  margin: 0 0 29px;
}
.rlm_main_content > .vc_column-inner > .wpb_wrapper {
  position: relative;
  float: left;
  width: 100%;
  clear: both;
  margin-bottom: 50px;
}
.wpb_text_column.wpb_content_element.r_locaiton_list {
  width: 25%;
  background: #fff;
  position: absolute;
  bottom: -2px;
  height: calc(100% - 82px);
  margin: 0 !important;
  left: 0;
  z-index: 999;
  padding: 15px 15px 15px 0;
  overflow-y: scroll;
}
.r_locaiton_list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.r_locaiton_list ul li {
  margin-bottom: 30px;
}
.r_punti_map_section .lagmp_area .col-sm-12.col-md-12.col-lg-3.col-xl-3 {
	display: none;
}
.r_punti_map_section .col-sm-12.col-md-12.col-lg-9.col-xl-9.mb-3, .r_punti_map_section .col-sm-12.col-md-12.col-lg-9.col-xl-9 {
	width: 100% !important;
	padding-left: 0;
	padding-right: 0;
}
.vc_row.wpb_row.vc_row-fluid.r_punti_map_section {
	margin-bottom: 50px;
}
.vc_row.wpb_row.vc_inner.vc_row-fluid.r_punti_content_area {
	clear: both;
	max-width: 1740px;
	margin: 0 auto;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	margin-top: 60px;
	float: left;
	width: 100%;
	padding-top: 36px;
}
.r_punti_content_area p {
	font-size: 14px;
}
.brand_below_list_item strong {
	display: block;
}
@media all and (max-width: 1750px) {
  .cntr_num p {
    font-size: 55px;
  }

  span.cntr_right {
    font-size: 30px;
    line-height: 38px;
  }
}

@media all and (max-width: 1650px) {
  span.cntr_icon {
    font-size: 40px;
    margin-top: -8px;
    display: block;
    margin-right: 15px;
  }

  .cntr_num p {
    font-size: 50px;
  }

  .h_hm_header_slider_item_text h2 {
    font-size: 70px;
  }

  .h_hm_header_slider_item_text h3 {
    font-size: 90px;
    line-height: 80px;
  }
}

@media all and (max-width: 1550px) {
  .cntr_num p {
    font-size: 40px;
  }

  span.cntr_icon {
    font-size: 35px;
    margin-top: -5px;
    display: block;
    margin-right: 15px;
  }
  .vc_custom_heading.r_enc_middle_title {
  line-height: 60px !important;
  font-size: 70px !important;
}
.vc_custom_heading.r_enc_middle_subtitle {
  font-size: 60px !important;
  line-height: 60px !important;
}
.vc_custom_heading.r_enc_pagetitle {
  line-height: 35px !important;
  font-size: 40px !important;
}

}

@media all and (max-width: 1450px) {
  .h_hm_counter_item {
    margin-bottom: 30px;
  }

  .h_hm_nostri_inner_item {
    height: 300px;
  }
}

@media all and (max-width: 1250px) {
  .h_hm_entra_anchi_inner_right h2 {
    font-size: 30px;
    line-height: 30px;
  }

  .h_hm_entra_anchi_inner_right h1 {
    font-size: 50px;
  }

  .h_hm_entra_anchi_inner_right h3 {
    font-size: 25px;
  }

  .h_hm_entra_anchi_inner_r {
    padding: 40px 70px;
  }

  .h_hm_header_slider_item_text h2 {
    font-size: 50px;
  }

  .h_hm_header_slider_item_text h3 {
    font-size: 60px;
    line-height: 60px;
    margin-top: 0px;
  }

  .h_hm_header_slider_item_text {
    padding-left: 0px;
  }
.navbar-default .navbar-nav > li:last-child > a {
  font-size: 18px;
}
.navbar-default .navbar-nav > li > a {
  padding: 5px 10px 5px;
}
span.cntr_btm {
  font-size: 14px;
  padding-top: 25px;
}
.cntr_num p {
  font-size: 30px;
}
span.cntr_right {
  font-size: 21px;
  line-height: 30px;
}
span.cntr_icon {
  font-size: 27px;
  margin-top: -1px;
}
span.cntr_btm {
  padding-top: 19px;
}
.h_hm_counter_item:last-child span.cntr_btm {
  padding-top: 10px;
}
.wpb_text_column.wpb_content_element.r_cs_image_conten.r_cs_image_conten_right > .wpb_wrapper, .wpb_text_column.wpb_content_element.r_cs_tp_con.r_cs_tp_con_right > .wpb_wrapper {
  padding-left: 99px;
}
.r_cs_category_con li strong {
  font-size: 16px;
}
.r_in_banner_left > .vc_column-inner > .wpb_wrapper {
  padding-left: 127px;
}


}
@media all and (max-width: 1199px) {
.navbar-default .navbar-nav > li:last-child > a {
  font-size: 16px;
}
.navbar-default .navbar-nav > li > a {
  font-size: 12px;
  padding: 5px;
}
.r_header_widget_section {
  padding-bottom: 14px;
}
.r_header_widget_section {
  padding-top: 19px;
  padding-bottom: 14px;
}
.h_hm_header_slider_item_text h2 {
  font-size: 45px;
}
.h_hm_header_slider_item_text p {
  font-size: 35px;
  line-height: 39px;
}
.h_hm_entra_anchi_inner_r {
  padding: 40px 30px;
}
.h_hm_entra_anchi_inner_right h2 {
  font-size: 25px;
  line-height: 29px;
}
.h_hm_entra_anchi_inner_right h1 {
  font-size: 45px;
  margin-top: -35px;
}
.h_hm_entra_anchi_inner_right h3 {
  font-size: 20px;
}
.h_hm_entra_anchi_inner_right p {
  font-size: 22px;
}
.highlight_text p {
  font-size: 20px;
}
.h_hm_counter_item {
  padding: 0px 12px;
}
.h_hm_entra_anchi_section {
  min-height: 581px;
}
.h_hm_entra_anchi_inner_left {
  padding-bottom: 43px;
}
.h_hm_nostri_marchi {
  padding: 0 0px 30px;
}
.wpb_text_column.wpb_content_element.r_cs_image_conten.r_cs_image_conten_right > .wpb_wrapper, .wpb_text_column.wpb_content_element.r_cs_tp_con.r_cs_tp_con_right > .wpb_wrapper {
  padding-left: 0;
}
.r_cs_category_con li img {
  max-width: 40px;
  height: auto;
  width: auto;
}
.r_cs_category_con li strong {
  font-size: 14px;
  width: calc(100% - 60px);
  padding-top: 2px;
}
.r_cs_category_con ul li {
  margin-bottom: 15px;
  min-height: 48px;
}
.r_in_banner_left > .vc_column-inner > .wpb_wrapper {
  padding-left: 0;
}
.vc_custom_heading.inotsry-banner-title {
  line-height: 70px !important;
  font-size: 75px !important;
}
.vc_custom_heading.inotsry-banner-subtitle {
  font-size: 60px !important;
  line-height: 60px !important;
}
.inostry-banner-con strong {
  font-size: 30px;
  line-height: 32px;
}
.wpb_text_column.wpb_content_element.inostry-banner-con p {
  font-size: 25px;
  line-height: 27px;
}
.r_in_content > .vc_column-inner > .wpb_wrapper {
  padding: 30px 50px;
  margin-left: -110px;
}
.r_in_content_left_align.r_in_content_right.r_in_content > .vc_column-inner > .wpb_wrapper {
  margin-right: -118px;
  padding-right: 30px;
  width: 605px;
  padding-left: 15px;
}
.r_inb_con p {
  font-size: 16px;
}
.r_aa_box_content {
  width: auto;
  max-width: 320px;
}
.r_media_menu h3, .menu-media-menu-container li {
  padding: 0 20px;
}
.col-xs-12.col-sm-3.col-md-3.r_post_listing {
  padding: 15px 15px 90px;
}
.barlow-semibold {
  font-size: 20px;
  margin: 20px 0 0;
}
.readmore-btn a {
  display: block;
  width: 112px;
  height: 30px;
  border: 1px solid #929292;
  font-size: 11px;
  text-align: center;
  text-transform: uppercase;
  color: #000;
  line-height: 28px;
  position: absolute;
  left: 15px;
  bottom: 15px;
}
.r_recent_post .r_post_list {
  padding: 15px 15px 75px;
}
.r_recent_post .readmore-btn a {
  left: 15px;
  bottom: 15px;
}
.main_post_con {
  padding-right: 30px;
}
.vc_custom_heading.r_enc_pagetitle {
  line-height: 28px !important;
  font-size: 25px !important;
}
.vc_custom_heading.r_enc_middle_title {
  line-height: 40px !important;
  font-size: 45px !important;
}
.vc_custom_heading.r_enc_middle_subtitle {
  font-size: 40px !important;
  line-height: 40px !important;
}
.vc_custom_heading.r_enc_form_title {
  margin: 0 0 20px;
  font-size: 25px !important;
}
.r_enc_form_area > .vc_column-inner > .wpb_wrapper {
  padding: 20px 20px 20px;
}
.r_enc_cta_con strong {
  font-size: 20px;
}
.r_enc_condition_top_title strong {
  font-size: 30px;
}
.enc_condition-box_con strong {
  font-size: 20px;
}
.r_enc_text_slider_section {
  max-width: 855px;
  padding-left: 40px;
}
.wpb_text_column.wpb_content_element.r_locaiton_list {
  width: 100%;
  position: relative;
  bottom: 0;
  height: auto;
  padding: 15px;
  float: left;
  width: 100%;
}

}
@media all and (max-width: 992px) {
.navbar-default .navbar-nav > li:last-child > a {
  font-size: 14px;
}
.navbar-default .navbar-nav > li > a {
  padding: 5px 3px;
}
.r_header_widget_section {
  padding-top: 10px;
  padding-bottom: 7px;
}
.h_hm_bricolife {
  padding: 25px 0px;
}
.h_hm_counter_item {
  min-width: 33.33%;
}
.h_hm_nostri_marchi {
  padding: 25px 0px 22px;
}
.h_hm_bricolife_section_title h2 {
  font-size: 35px;
}
.h_hm_bricolife_section_title h3 {
  font-size: 25px;
}
.h_hm_nostri_inner_item {
  height: 220px;
}
.h_hm_in_media {
  padding: 60px 0px 0;
}
.r_footer_widgets_area {
  width: 50% !important;
}
.r_footer_widgets_area.r_footer_box_three,
.r_footer_widgets_area.r_footer_box_five {
  clear: left;
}
.vc_row.wpb_row.vc_row-fluid.r_contact_section.r_cs_top_section {
  padding-top: 110px;
  padding-bottom: 40px;
}
.r_cs_top_con p {
  font-size: 20px;
  line-height: 24px;
}
.wpb_text_column.wpb_content_element.r_cs_image_conten p {
  font-size: 16px;
}
.wpb_text_column.wpb_content_element.r_cs_tp_con p {
  font-size: 18px;
}
.r_cs_tp_con strong {
  font-size: 45px;
  line-height: 50px;
}
.vc_custom_heading.r_cs_category_title,
.vc_custom_heading.r_private_title,
.vc_custom_heading.page-title {
  font-size: 30px !important;
  line-height: 30px !important;
}
.vc_custom_heading.r_cs_category_title {
  margin: 0 0 43px;
}
.r_cs_category_con li strong {
  font-size: 16px;
  width: 100%;
  padding-top: 8px;
  padding-bottom: 20px;
}
.vc_custom_heading.inotsry-banner-title {
  line-height: 45px !important;
  font-size: 50px !important;
}
.vc_custom_heading.inotsry-banner-subtitle {
  font-size: 45px !important;
  line-height: 45px !important;
}
.inostry-banner-con strong {
  font-size: 20px;
  line-height: 24px;
}
.wpb_text_column.wpb_content_element.inostry-banner-con p {
  font-size: 18px;
  line-height: 23px;
}
.r_in_banner_left > .vc_column-inner > .wpb_wrapper {
  padding-top: 95px;
  padding-bottom: 50px;
}
.wpb_text_column.wpb_content_element.private-con p {
  font-size: 18px;
  margin-bottom: 8px;
}
.vc_row.wpb_row.vc_row-fluid.in-private-section {
  padding-top: 10px;
  padding-bottom: 8px;
}
.r_in_content > .vc_column-inner > .wpb_wrapper {
  padding: 23px 20px;
  margin-left: -90px;
}
.in-brand-title p {
  font-size: 22px;
}
.in-brand-title strong {
  font-size: 18px;
}
.vc_row.wpb_row.vc_row-fluid.inostry-brand-section {
  padding-top: 25px;
  padding-bottom: 25px;
}
.r_in_content_left_align.r_in_content_right.r_in_content > .vc_column-inner > .wpb_wrapper {
  margin-right: -90px;
  padding-right: 20px;
  width: 466px;
}
.vc_row.wpb_row.vc_row-fluid.r_contact_section {
  padding-top: 105px;
  padding-bottom: 20px;
}
.wpb_single_image.wpb_content_element.r_cl_img {
  padding-top: 40px;
  padding-bottom: 25px;
}
.r_company_info h4 {
  font-size: 18px;
  margin: 0 0 24px;
}
.r_media_menu {
  padding-top: 100px;
}
.main_post_con {
  border-right: none;
  padding-right: 0;
}
.page-title.post-title {
  font-size: 30px;
  line-height: 32px;
  padding-top: 0;
}
.r_postwidget_area {
  margin-left: auto;
  margin-right: auto;
  clear: both;
  float: none;
}
.r_contact_info strong {
  font-size: 20px;
}
.vc_row.wpb_row.vc_inner.vc_row-fluid.contact_content_area {
  padding-top: 30px;
}
.vc_custom_heading.r_enc_form_title {
  font-size: 20px !important;
  line-height: 25px !important;
}
.vc_custom_heading.r_enc_middle_title {
  line-height: 35px !important;
  font-size: 35px !important;
}
.vc_custom_heading.r_enc_pagetitle {
  line-height: 25px !important;
  font-size: 20px !important;
  margin: 0 0 45px;
}
.r_enc_cta_con strong {
  font-size: 18px;
}
.r_enc_text_slider_section {
  max-width: 590px;
  padding-left: 0;
}
.r_enc_text_slider_section .slick-next.slick-arrow {
  right: -65px;
}
.vc_row.wpb_row.vc_row-fluid.r_enc_ts_section {
  padding-top: 15px;
  padding-bottom: 6px;
}

}

@media all and (max-width: 800px) {
    
  .h_hm_header_slider_item {
    min-height: 100vh;
  }
  
  .h_hm_counter_inner {
    justify-content: left;
  }

  .h_hm_header_slider_item_text h2 {
    font-size: 35px;
  }

  .h_hm_header_slider_item_text h3 {
    font-size: 40px;
    line-height: 40px;
  }

  .h_hm_header_slider_item_inner .container {
    width: 100%;
  }

  .h_hm_header_slider_item_inner {
    align-items: start;
  }

  .h_hm_header_slider_item_text {
    padding-top: 50px;
  }
}
@media all and (max-width: 767px) {
.header-top li a span:first-child {
  display: none;
}
.r_main_logo {
  padding: 10px 0 10px;
  text-align: center;
}
.navbar-default .navbar-toggle {
  border-color: #000;
  float: left;
  margin-top: 0;
  background: none !important;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #000;
}
.header .r_header_main {
  padding-bottom: 5px;
  background: #fff;
}
.header-top:first-child li {
  border-right: none;
  padding: 0 10px;
}
span.bclhts_icon {
  padding-left: 0;
}
.header-top {
  padding-left: 0;
}
.r_header_widget_section {
  padding-top: 0;
  padding-bottom: 0;
  float: right;
  width: 260px;
  position: relative;
  z-index: 9;
  top: 4px;
}
.r_main_logo img {
  width: 170px;
}
.navbar-default ul {
  width: 100%;
  margin: 5px 0;
}
.navbar-default .navbar-nav > li > a {
  padding: 5px 0;
  margin: 2px 0;
  font-size: 14px;
}
.navbar-default .navbar-nav > li:last-child > a {
  font-size: 18px;
}
.navbar-default ul.sub-menu {
  background: none;
  display: block;
  position: relative;
}
.sub-menu li > a {
  color: #263c87;
}
.header {
  min-height: 112px;
}
.h_hm_header_slider_item {
  min-height: 300px;
}
.h_hm_header_slider_item img {
  height: 300px;
}
.h_hm_header_slider_item_text h2 {
  font-size: 25px;
}
.h_hm_header_slider_item_text h3 {
  font-size: 30px;
  line-height: 30px;
}
.h_hm_header_slider_item_text p {
  font-size: 18px;
  line-height: 22px;
}
.h_hm_entra_anchi_inner_l {
  width: 100%;
  justify-content: left;
}
.h_hm_entra_anchi_inner_left {
  padding-bottom: 30px;
  padding-right: 15px;
  padding-left: 15px;
}
.h_hm_entra_anchi_inner_r {
  width: 100%;
}
.h_hm_entra_anchi_inner_right h1 {
  font-size: 35px;
  margin-top: 0;
  margin-bottom: 10px;
}
.h_hm_entra_anchi_inner_right h2 {
  font-size: 20px;
  line-height: 24px;
  padding-bottom: 0;
}
.h_hm_entra_anchi_inner_right h3 {
  font-size: 18px;
}
.h_hm_entra_anchi_inner_right p {
  font-size: 18px;
}
.highlight_text p {
  font-size: 15px;
  padding: 10px 30px;
}
.h_hm_entra_anchi_inner_r {
  padding: 30px 30px 75px;
}
.cntr_num p {
  font-size: 25px;
}
span.cntr_icon {
  font-size: 25px;
  margin-top: 0px;
}
span.cntr_right {
  font-size: 19px;
}
.h_hm_counter_item {
  min-width: 50%;
}
span.cntr_btm {
  font-size: 12px;
}
.h_hm_nostri_inner_item {
  width: 50%;
}
.h_hm_in_media {
  padding: 50px 15px 0;
}
.col-xs-12.col-sm-3.col-md-3.r_post_listing {
  border-right: 1px solid #c2c1c0;
  margin-bottom: 35px;
}
.highlight_text {
  bottom: 20px;
}
.r_footer_widgets_area {
  width: 100% !important;
}
.r_footer_widgets_area.r_footer_box_three {
  padding-top: 0;
}
.r_fixed_button {
  width: 140px;
  height: 95px;
  padding: 52px 15px 11px;
  background: #05873f url(../images/message-icon.png) no-repeat scroll 15px 15px;
  font-size: 12px;
  line-height: 16px;
  background-size: 30px auto;
}
.vc_row.wpb_row.vc_row-fluid.r_contact_section.r_cs_top_section {
  padding-top: 15px;
}
.vc_custom_heading.r_cs_category_title, .vc_custom_heading.r_private_title, .vc_custom_heading.page-title {
  font-size: 25px !important;
  line-height: 25px !important;
}
.r_in_banner_left > .vc_column-inner > .wpb_wrapper {
  padding-top: 35px;
  padding-bottom: 0;
}
.vc_custom_heading.inotsry-banner-title {
  line-height: 35px !important;
  font-size: 40px !important;
}
.vc_row.wpb_row.vc_row-fluid.inostry-brand-section {
  padding-top: 30px;
  padding-bottom: 25px;
}
.r_in_content > .vc_column-inner > .wpb_wrapper {
  padding: 20px 15px;
  margin-left: 0;
}
.r_in_content > .vc_column-inner > .wpb_wrapper {
  height: auto;
}
.wpb_single_image.wpb_content_element.in-images-sec {
  height: auto;
}
.r_in_content > .vc_column-inner > .wpb_wrapper {
  padding: 20px 15px;
  margin-left: 0;
  margin-top: 0;
}
.wpb_text_column.wpb_content_element.private-con p {
  font-size: 16px;
}
.r_in_content_left_align.r_in_content_right.r_in_content > .vc_column-inner > .wpb_wrapper {
  margin-right: 0;
  padding-right: 20px;
  width: 100%;
  margin-bottom: 0;
}
.r_right_align.wpb_column.vc_column_container.vc_col-sm-6 {
  float: none;
}
#r_brand4 .r_in_content > .vc_column-inner > .wpb_wrapper {
  padding-top: 0;
}
.vc_row.wpb_row.vc_row-fluid.r_contact_section {
  padding-top: 15px;
  padding-bottom: 16px;
}
.r_aa_box {
  width: 100%;
  padding: 15px 15px 20px;
  border-right: none;
  margin-bottom: 50px;
}
.r_aa_image {
  width: 100%;
  height: auto;
  margin-bottom: 30px;
}
.r_media_menu {
  padding-top: 6px;
  padding-bottom: 0;
}
.post-details .r_post_top.col-xs-12.col-sm-12.col-md-12 {
  padding-bottom: 15px;
}
.r_footer_widgets_area {
  padding: 0 0 15px;
}
.r_media_menu h3, .menu-media-menu-container li {
  padding: 0 0 20px;
  width: 100%;
}
.wpb_text_column.wpb_content_element.r_contact_info.r_left_info {
  float: left;
  margin-right: 0;
}
.wpb_text_column.wpb_content_element.r_contact_info.r_right_info {
  margin-left: 0;
}
.vc_row.wpb_row.vc_inner.vc_row-fluid.contact_content_area {
  padding-top: 0;
}
.wpb_single_image.wpb_content_element.metarscale-pic {
  display: none !important;
}
.r_enc_cta_box > .vc_column-inner {
  border-right: none;
}
.vc_row.wpb_row.vc_row-fluid.r_enc_cta_section {
  padding-top: 45px;
  padding-bottom: 30px;
}
.r_enc_cta_box > .vc_column-inner > .wpb_wrapper {
  margin: 0;
}
.r_enc_text_slider_section {
  max-width: 230px;
  padding-left: 0;
}
.r_enc_text_slider_section .slick-arrow {
  left: -45px;
}
.r_enc_text_slider_section .slick-next.slick-arrow {
  right: -45px;
}
.vc_row.wpb_row.vc_row-fluid.r_enc_top_section {
  padding-top: 0;
}
.r_enc_condition_top_title strong {
  font-size: 25px;
  line-height: 30px;
}
.half-form label {
  width: 100%;
  margin: 0 0 20px;
}

}

.h_hm_nostri_marchi.fix_border_btm {
    padding-top: 0px;
}

.h_hm_nostri_marchi.fix_border_btm .nostri_sec_title h2 {
    margin-top: 0;
}

.wpb_text_column.wpb_content_element.r_locaiton_list::-webkit-scrollbar {
    width: 12px;
}

.wpb_text_column.wpb_content_element.r_locaiton_list::-webkit-scrollbar-track {
    background-color: lightgray;
    border-radius: 10px;
}

.wpb_text_column.wpb_content_element.r_locaiton_list::-webkit-scrollbar-thumb {
    background-color: #263c87;
    border-radius: 10px;
} 
.wpb_text_column.wpb_content_element.r_locaiton_list {
  scrollbar-color: #263c87 lightgray;
  scrollbar-width: thin;
}

scrollbar.wpb_text_column.wpb_content_element.r_locaiton_list {
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.wpb_text_column.wpb_content_element.r_locaiton_list::scrollbar-track{
border:1px lightgray solid;
border-radius:10px;
-webkit-box-shadow:0 0 6px lightgray inset;
}

.lagmp_menu.lm_menu select {
    font-family: 'Montserrat-Light';
}





.brc_brand_locations_display p {
    width: 25%;
    padding-right: 25px;
}

.brc_brand_locations_display {
    display: flex;
    flex-wrap: wrap;
    padding-top: 50px;
}


@media all and (max-width: 1000px){
    .brc_brand_locations_display p {
        width: 33.33%;
        padding-right: 25px;
    }

}


@media all and (max-width: 800px){
   .brc_brand_locations_display p {
        width: 50%;
    }
}


@media all and (max-width: 500px){
    .lagmp_menu.lm_menu div {
        width: 100% !important;
    }
    
    .lagmp_menu.lm_menu {
        display: inherit !important;
    }
    
    .lagmp_menu.lm_menu div:nth-child(2) {
        margin: 10px 0px !important;
    }
    
    div#different_location_sp {
        margin-left: 0 !important;
        margin-top: 10px !important;
    }

   .brc_brand_locations_display p {
        width: 100% !important;
    }
    
    .left_side_locations_fiew {
    margin-bottom: 50px;
}

}

.left_side_locations_fiew .brc_brand_locations_display {
    height: 500px;
    overflow: auto;
}
.left_side_locations_fiew ::-webkit-scrollbar {
        width: 12px;
    }

.left_side_locations_fiew ::-webkit-scrollbar-thumb {
        background-color: #263c87;
        border-radius: 10px;
    }

.left_side_locations_fiew ::-webkit-scrollbar-track {
    background-color: lightgray;
    border-radius: 10px;
}


body {
    animation: fadeInAnimation ease 3s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}

.gm-style-iw-d a {
    font-weight: 500;
    color: #263c87;
    text-decoration: underline;
}

  
@keyframes fadeInAnimation {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
     }
}


/*left map sidebar */

.brand_below_list_item {
    width: 33.33%;
    padding-right: 20px;
    margin-bottom: 25px;
}

.display_brand_location {
    display: flex;
    flex-wrap: wrap;
}

.display_brand_location {
    margin-top: 50px;
}


.h_lsinfo_locaiton_list strong {
    display: block;
}

.h_lsinfo_locaiton_list li {
    list-style: none;
    padding-bottom: 20px;
}

.h_lsinfo_locaiton_list {
    height: 650px;
    overflow-y: scroll;
}

.h_lsinfo_locaiton_list::-webkit-scrollbar {
    width: 12px;
}

.h_lsinfo_locaiton_list::-webkit-scrollbar-thumb {
    background-color: #263c87;
    border-radius: 10px;
}

.h_lsinfo_locaiton_list::-webkit-scrollbar-track {
    background-color: lightgray;
    border-radius: 10px;
}


@media all and (max-width: 1000px){
    .brand_below_list_item {
        width: 50%;
    }
}

.gm-style-iw-d img {
    max-width: 350px;
}
.wpb_single_image.wpb_content_element.vc_align_center.r_cl_img {
    padding-bottom: 20px;
}
.r_cl_img.brlf_clogo_size img {
    max-width: 350px;
}

/* extra 19 may  */
.privita_item_box_design {
    text-align: center;
    box-shadow: 0px 0px 5px #ddd;
    padding: 50px;
    min-height: 300px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}

.privita_item_box_design h3 {
    font-family: 'Montserrat-Medium' !important;
    font-size: 30px
}

.privita_item_box_design button {
    background: #009f50 !important;
    padding: 10px 20px !important;
    font-family: 'Montserrat-Medium' !important;
    color: #fff !important;
    font-size: 20px;
    border-radius: 5px;
    width: 180px !important;
}

.hblf_icon_dgn {
    border: 1px solid #ddd;
    width: 300px;
    margin: 0px auto 30px;
    padding: 30px;
    border-radius: 10px;
}
form.post-password-form {
    margin-top: 180px;
}
 input[type="password"] {
    height: 40px;
    width: 300px;
    border: 1px solid #05873f;
    background: #ddd;
    font-size: 20px;
}


form.post-password-form input[type="submit"] {
    height: 41px;
    background: #05873f;
    border: none;
    color: #fff;
    font-size: 20px;
    width: 100px;
}

