body,
html {
  width: 100%;
  height: 100%;
}
body {
  font-family: 'Poppins','Roboto', sans-serif;
}
hr {
  max-width: 50px;
  border-width: 3px;
  border-color: #eea62d;
}
hr.light {
  border-color: #fff;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Poppins','Roboto', sans-serif;
}
.fixed-top {
    position: fixed;
    top: 50px;
    right: 0;
    left: 0;
    z-index: 1030;
}
.portfolio1-box {
  position: relative;
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.portfolio1-box .portfolio1-box-caption {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  opacity: 0;
  color: #fff;
  background: rgba(34, 34, 34, .6);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s; padding: 10px;
}
.portfolio1-box .portfolio1-box-caption .portfolio1-box-caption-content {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  text-align: center;
}
.portfolio1-box .portfolio1-box-caption .portfolio1-box-caption-content .project-category,
.portfolio1-box .portfolio1-box-caption .portfolio1-box-caption-content .project-name {
  padding: 0 0px;
  font-family: 'Poppins','Roboto', sans-serif;
}
.portfolio1-box .portfolio1-box-caption .portfolio1-box-caption-content .project-category {
  font-size: 25px;
  font-weight: 300;
  text-transform: lowercase;
  text-align: left;
  color:#ffffff;
}
.portfolio1-box .portfolio1-box-caption .portfolio1-box-caption-content .project-name {
    font-size: 13px;
    padding-left: 0px;
    text-transform: lowercase;
    font-family: 'Poppins','Roboto', sans-serif;
    text-align: left;
}
.portfolio1-box:hover .portfolio1-box-caption {
  opacity: 1;
}
.portfolio1-box:focus {
  outline: none;
}
@media (min-width: 768px) {
  .portfolio1-box .portfolio1-box-caption .portfolio1-box-caption-content .project-category {
    font-size: 25px;
    padding-left: 30px;
  }
  .portfolio1-box .portfolio1-box-caption .portfolio1-box-caption-content .project-name {
    font-size: 25px;
    padding-left: 30px;
    text-transform: lowercase;
    font-family: 'Poppins','Roboto', sans-serif;
    text-align: left;
  }
}
.text-faded {
  color: rgba(255, 255, 255, 1.1);
}
/***************************************************/
#container-desktop {display:inline-flex;}
#container-mobile {display: none;}
#container-tablet {display: none;}
@media screen and (max-width: 768px) {
    #container-desktop {display: none;}
    #container-mobile {display: none;}
    #container-tablet {display: inline-block;}
}
 @media screen and (min-width: 0px) and (max-width: 700px) {
      #div-mobile {    display: none;  }
      #div-desktop {    display: none;  }
    }
    @media screen and (min-width: 701px) and (max-width: 3000px) {
      #div-mobile {    display: none;  }
      #div-desktop {    display: inline-block; }
}
/********************************************************/
a {
    color: #ffffff;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    font-weight: 500;
}
a:hover {
    color: #fe1800;
}
p {
    font-family: 'Poppins','Roboto', sans-serif;
    font-size: 17px;
    font-weight: 100;
}
.cookiealert a {
    color: #ffffff;
    text-transform:lowercase;
    font-family: 'Poppins','Roboto', sans-serif;
    font-size: 12px;
}
.cookiealert a:hover {
    color: #cf0000;
}
.cookiealert-text {
    font-family: 'Poppins','Roboto', sans-serif;
    font-weight: 100;
    font-size: 12px;
}
.g-pb-70 {
    padding-bottom: 5rem !important;
}
.g-pt-100 {
    padding-top: 7.14286rem !important;
}
.site-footer {
    padding-top: 72px;
    background-position: center bottom;
    background-color: #63666a;
    background-repeat: no-repeat;
    padding-bottom: 40px;
}
.widget {
    margin-bottom: 40px; 
    margin-left:0px;
}
.widget-light-skin .widget-title {
    color: #ffffff;
}
.widget-title {
    position: relative;
    margin-bottom: 24px;
    padding-bottom: 12px;
    border-bottom: 1px dotted #b1b3b0;
    color: #ffffff;
    font-size: 19px;
    font-weight: 500;
    font-family: 'Poppins','Roboto', sans-serif;
    text-transform: lowercase;
}
.widget-title a {
    position: relative;
    margin-bottom: 24px;
    padding-bottom: 12px;
    color: #ffffff;
    font-size: 19px;
    font-weight: 500;
    font-family: 'Poppins','Roboto', sans-serif;
    text-transform: lowercase;
    text-decoration: none;
}
.widget-title a:hover{
  color: #b1b3b0;
  text-decoration: underline;
}
.widget-links {
    padding-left:0px;
    margin-left:0px;
}
.widget-links ul>li> {
    font-weight:500;
    color: #b1b3b0;
    font-size: 15px;
    text-decoration: none;
    font-family: 'Poppins','Roboto', sans-serif;
    padding-left:0px;
    margin-left:0px;
}
.widget-links ul>li>a {
    display: inline-block;
    font-weight: 500;
    color: #b1b3b0;
    font-size: 15px;
    text-decoration: none;
    font-family: 'Poppins','Roboto', sans-serif;
    padding-left: 0px;
    margin-left: 0px;
    text-transform: lowercase;
}
ul > li, ol > li {
    padding-left: 0px;
    line-height: 24px;
    list-style: none;
}
.widget-links ul>li>a:hover {
    color:#ffffff;
    font-size: 15px;
    font-weight:500;
    text-decoration: underline;
    font-family: 'Poppins','Roboto', sans-serif;
}
.widget-links-a {
    font-weight: 500;
    color: b1b3b0;
    font-size: 15px;
    text-decoration: none;
    font-family: 'Poppins','Roboto', sans-serif;
    padding-left: 0px;
    padding-right: 20px;
    margin-bottom: 20px;
    margin-left: 0px;
    text-transform: lowercase;
}
.widget-links-a:hover {
    color:b1b3b0;
    font-size: 15px;
    font-weight:500;
    text-decoration: none;
    font-family: 'Poppins','Roboto', sans-serif;
}
.text-white {
    color: b1b3b0;
    font-size: 15px;
    font-weight:500;
    text-decoration: none;
    font-family: 'Poppins','Roboto', sans-serif;
}
.opacity-50 {
    opacity: .5 !important;
}
.market-button.mb-light-skin .mb-subtitle {
    opacity: .55;
}
.input-light.form-control, .input-light .form-control {
    border-color: #e0e0e0;
    background-color: #ffffff;
    color: #ffffff;
    height: 25px;
}
.form-control {
    padding: 0 18px;
    transition: color .25s, background-color .25s, border-color .25s;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    background-color: #fff;
    color: #505050;
    font-family: 'Poppins','Roboto', sans-serif;
    font-size: 15px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-transform: lowercase;
}
.form-text{
    color: #b1b3b0;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    font-family: 'Poppins','Roboto', sans-serif;
}
.iconpint {
    color:#b1b3b0;
    height: 25px;
    width: 25px;
    font-size:25px;
}
.iconface {
    color:#b1b3b0;
    height: 25px;
    width: 25px;
    font-size:25px;
}
.icontwit {
    color:#b1b3b0;
    height: 25px;
    width: 25px;
    font-size:25px;
}
.iconyout {
    color: #b1b3b0;
    height: 25px;
    width: 25px;
    font-size:25px;
}
.iconinst {
    color: #b1b3b0;
    height: 25px;
    width: 25px;
    font-size:25px;
}
.bg-footer {
    background-color: #63666a;
    padding: 70px 0 70px 0;
    overflow: hidden;
    text-align: left;
    zoom: 1;
    margin-left: 0px;
    margin-top: 0px;
    border-top: 1px dotted #b1b3b0;
}
.copyright01 {
    text-align: center; 
    color: #b1b3b0;
    font-weight: 500;
    font-family: 'Poppins','Roboto', sans-serif;
    font-size: 15px;
    padding-left:5px;
    padding-right:5px;
}
.copyright {
    text-align: center; 
    color: #b1b3b0;
    font-weight: 500;
    font-family: 'Poppins','Roboto', sans-serif;
    font-size: 15px;
}
.copyright a{
    text-align: center; 
    color: #b1b3b0;
    font-weight: 300;
    font-family: 'Poppins','Roboto', sans-serif;
    font-size: 15px;
}
.site-logo_01 {
    width: 300px;
    height: 70px;
    margin-top: 20px;
    margin-bottom: 5px;
}
.site-logo {
    width: 215px;
    height: 70px;
    margin-top: 20px;
    margin-bottom: 5px;
}
/***************************************************/
.testimonials_box {
    padding: 100px 0;
    background-attachment: fixed;
    text-align: center;
    visibility: visible;
    animation-name: fadeIn;
    color: white;
    background-image:url(/assets/portaldigital/templates/EN/reauk_06/bg_test.jpg);
}
.testimonials1_box {
    padding: 100px 0;
    background-attachment: fixed;
    text-align: center;
    visibility: visible;
    animation-name: fadeIn;
    color: white;
    background-image:url(/assets/portaldigital/templates/EN/reauk_05/bg_test1.jpg);
}
.testimonials2_box {
    padding: 100px 0;
    background-attachment: fixed;
    text-align: center;
    visibility: visible;
    animation-name: fadeIn;
    color: white;
    background-color:#0c2a3c;
}
.carousel_title1 {
	font-size: 30px; 
	font-weight:300; 
	color:#ffffff; 
	text-align:center;
    line-height: 40px;
    font-family: 'Poppins','Roboto', sans-serif;
    letter-spacing: 1px;
    text-transform: lowercase;
}
.carousel_subtitle{
	font-family: 'Caveat'; 
	font-size: 60px; 
	font-weight:500; 
	color:#ffffff; 
	text-align:center;
}
.testimonials_author {
    font-family: 'Poppins','Roboto', sans-serif;
	font-size: 25px; 
	font-weight: 400; 
	color: #ffffff; 
	text-align: center;
}
.testimonials_city {
    font-family: 'Poppins','Roboto', sans-serif;
	font-size: 21px; 
	font-weight: 400; 
	color: #ffffff; 
	text-align: center; 
	font-style: italic;
}
.img_quote {
    color:#cf0000;
    font-size: 50px;
    padding-right: 10px;
    padding-left: 10px;
}
.carousel-control-next-icon {
    background-image: none;
}
.carousel {
    position: relative; 
	width: 100%;
}
.carousel-caption {
    position: absolute; right: 15%; 
	bottom: 70px; left: 15%; 
	z-index: 10; 
	padding-top: 0px; 
	padding-bottom: 20px; 
	color: #000000; 
	text-align: center;
	text-shadow: 0 1px 0px rgba(0, 0, 0, 0);
}
.carousel-inner {
	position: relative; 
	width: 100%; 
	overflow: hidden;
}
.carousel-control {
	position: absolute; 
	top: 0; 
	bottom: 0; 
	left: 0; 
	width: 15%; 
	font-size: 20px; 
	color: #fff; 
	text-align: center; 
	text-shadow: 0 1px 2px rgba(0, 0, 0, .7);
	background-color: rgba(0, 0, 0, 0);
	filter: alpha(opacity=50);
    opacity: .5;
}
.img-responsive, .thumbnail>img, .thumbnail a>img, .carousel-inner>.item>img, .carousel-inner>.item>a>img {
    display: block;
    max-width: 100%;
    height: auto;
}
/******************************************************/
.top_categories_title {
    color: #505050;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding-left: 20px;
    margin-bottom: 40px;
    font-size: 50px;
    font-weight: 500;
    font-family:'Poppins','Roboto', sans-serif;
    line-height: 1;
    letter-spacing: 0px;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 40px;
    text-transform: uppercase;
}
.top_categories_subtitle {
    color: #222;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 21px;
    font-weight: 300;
    font-family:'Poppins','Roboto', sans-serif;
    line-height: 1;
    letter-spacing: 0px;
    text-align: center;
    padding-bottom: 50px;
}
.top_categories_text{
    color:#FFFFFF;
    font-family: 'Poppins','Roboto', sans-serif;
    font-size: 17px;
    font-weight: 300;
}
.top_categories_subtitle01{
    color:#FFFFFF;
    font-family:'Poppins','Roboto', sans-serif;
    text-transform:uppercase;
    text-align: left;
}
.img-fluid {
    max-width: none;
    max-height: none;
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    height: auto;
}
.img-fluid1 {
    max-width: 100%;
    height: auto;
}
/**************************************************************************/
.portfolio-item {
  display: block;
  position: relative;
  overflow: hidden;
  max-width: 530px;
  margin: auto auto 1rem;
}
.portfolio-item .caption a{
  display: flex;
  height: 100%;
  width: 100%;
  background-color: rgba(34, 34, 34, .6);
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
}
.portfolio-item .caption a.caption-content {
  color: #fff;
  margin: auto 0rem 0rem;
}
.portfolio-item .caption a.caption-content h2 {
  font-size: 3.1rem;
  text-transform:uppercase;
  font-family:'Poppins','Roboto', sans-serif;
}
.portfolio-item .caption a.caption-content p {
  font-weight: 500;
  font-size: 1.4rem;
}
@media (min-width: 992px) {
  .portfolio-item {
    max-width: none;
    margin: 0;
  }
  .portfolio-item .caption a{
    -webkit-transition: -webkit-clip-path 0.25s ease-out, background-color 0.7s;
    -webkit-clip-path: inset(0px);
    clip-path: inset(0px);
  }
  .portfolio-item .caption a.caption-content {
    transition: opacity 0.25s;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-bottom: 0rem;
  }
  .portfolio-item img {
    -webkit-transition: -webkit-clip-path 0.25s ease-out;
    -webkit-clip-path: inset(-1px);
    clip-path: inset(-1px);
  }
  .portfolio-item:hover img {
    -webkit-clip-path: inset(0rem);
    clip-path: inset(0rem);
  }
  .portfolio-item:hover .caption a{
    background-color: rgba(34, 34, 34, .6);
    -webkit-clip-path: inset(0rem);
    clip-path: inset(0rem);
  }
}
.banner{
   background-color: #f5f5f5;
}
.banner_title {
    font-size: 50px;
    padding-left: 30px;
    padding-top: 30px;
    color: #404040;
    line-height: 1;
    letter-spacing: -1px;
    font-family: 'Poppins','Roboto', sans-serif;
}
.banner_subtitle {
    font-family: 'Poppins','Roboto', sans-serif;
    margin-bottom: 30px;
    padding-left: 30px;
    font-size: 22px;
    line-height: 35px;
    font-weight: 200;
    color: #404040;
}
.banner_button{
    text-align:left; 
    padding-left:30px;
}
.btn-default {
    color: #ffffff;
    background-color: #FF5252;
    text-transform:uppercase;
    border-color: #FF5252;
    font-size: 22px;
    font-weight: 300;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 50px;
    font-family: 'Poppins','Roboto', sans-serif;
    text-decoration: none;
}
.btn-default a{
    color: #ffffff;
    background-color: #FF5252;
    text-transform:uppercase;
    border-color: #FF5252;
    font-size: 22px;
    font-weight: 300;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 50px;
    font-family: 'Poppins','Roboto', sans-serif;
    text-decoration: none;
}
.btn-default a:hover{
    color: #FF5252;
    background-color: #fff;
    border-color: 3px solid #FF5252;
    text-decoration: underline;
}
.btn-default01 {
    color: #232323;
    background-color: #f5f5f5;
    text-transform:uppercase;
    border-color: #dc9814;
    font-size: 22px;
    font-weight: 300;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 50px;
    font-family: 'Poppins','Roboto', sans-serif;
}
.btn-default01 a{
    color: #232323;
    background-color: #f5f5f5;
    border-color: #dc9814;
    font-size: 22px;
    font-weight: 300;
    text-transform:uppercase;
    font-family: 'Poppins','Roboto', sans-serif;
}
.btn-default01 a:hover{
    color: #333;
    background-color: #fff;
    border-color: #ffffff;
}
.btn-default02 {
    color: #ffffff;
    background-color: #585BD5;
    text-transform:uppercase;
    border-color: #585BD5;
    border:1px solid #585BD5;
    font-size: 22px;
    font-weight: 100;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 50px;
    font-family: 'Poppins','Roboto', sans-serif;
}
.btn-default02 a{
    color: #ffffff;
    background-color: #585BD5;
    border-color: #FF9900;
    border:1px solid #FF9900;
    font-size: 22px;
    font-weight: 100;
    text-transform:uppercase;
    font-family: 'Poppins','Roboto', sans-serif;
}
.btn-default02 a:hover{
    color: #585BD5;
    background-color: tranparent;
    border-color: 3px solid #585BD5;
}
.main_featurette {
    font-size: 30px;
    padding-top: 30px;
    color: #ffffff;
    line-height: 1;
    letter-spacing: -1px;
    font-family: 'Poppins','Roboto', sans-serif;
    font-weight: 100;
}
.btn-request {
    color: #ffffff;
    background-color: #333333;
    text-transform: lowercase;
    border: 3px solid #333333;
    font-size: 17px;
    font-weight: 400;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 50px;
    margin-left: 0px;
    font-family: 'Poppins','Roboto', sans-serif;
}
.btn-request a{
    color: #ffffff;
    background-color: #333333;
    border:3px solid #333333;
    font-size: 17px;
    font-weight: 400;
    text-transform:uppercase;
    font-family: 'Poppins','Roboto', sans-serif;
}
.btn-request a:hover{
    color: #ffffff;
    background-color: #1b294a;
    border: 3px solid #1b294a;
    text-decoration: underline;
}
.button_store{
    float:right;
    padding-bottom: 30px;
}
thumbnail {
    display: block;
    padding: 0px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 3px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    margin-top: 10px;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
	background-color: transparent;
	color: #555;
}
/******************************************************************/
.nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    padding-top: 30px;
    position: relative;
}
.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}
/********************************************************/
.ml-auto, .mx-auto {
    margin-right: auto!important;
}
.form-control {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #E7E7E7;
	background-image: none;
	border: 1px solid #E7E7E7;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,.075);
	box-shadow: inset 0 0px 0px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.section-header h2 {
	text-align:center;
	padding-bottom: 10px;
	line-height: 40px;
	position: relative;
	display: inline-block;
}
.dark-text { 
	color: #404040; 
	text-align:center; 
	font-size: 35px;
    padding-bottom: 20px;
	padding-top: 20px;
    border-bottom:3px solid #e96656;
}
.gallery_box {
	width: 650px;
	display: inline-block;
}
.gallery_item {
	width: 130px;
	float: left;
	margin: 10px;
	text-align: center;
}
.home_text{
	font-family: 'Poppins','Roboto', sans-serif;
	text-align:center;
	font-size: 16px;
	line-height: 25px; 
	color: #777777;
	font-weight: 100;
}
.home_news{
	font-family: 'Poppins','Roboto', sans-serif;
    font-size: 16px;
	text-decoration:underline;
    line-height: 25px; 
	color: #52b9e9;
    font-weight: 100;
}
.home_news a{
	font-family: 'Poppins','Roboto', sans-serif;
    font-size: 16px;
	text-decoration:underline;
    line-height: 25px; 
	color: #E96656;
    font-weight: 100;
}
.home_news a:hover{
	text-decoration:none;
}
.table-bordered { 
	border: 1px solid #272727; 
}
.table-bordered>thead>tr>th, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>tbody>tr>td, .table-bordered>tfoot>tr>td {
	border: 1px solid #272727;
}
.title-contact { 
	color: #ffffff; 
	font-size: 28px;
    font-weight: 200; 
	line-height: 44px;
    font-family: 'Poppins','Roboto', sans-serif;
    padding-bottom: 20px;
}
.text-muted { 
	color: #ffffff;
}
.img-rounded { 
	border:0px solid #E8F0F0; 
	border-radius: 0;
}
.thumbnail { 
	display: block;
	padding: 0px; 
	margin-bottom: 20px;
    line-height: 1.42857143; 
	background-color: #ffffff;
    border: 1px solid #ffffff; 
	border-radius: 3px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;margin-top: 10px;
}
a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active {
	border-color:#E96656;
}
.navbar-default .navbar-nav>li>a { 
    padding-top:15px;
    padding-bottom:15px;
    color: #404040;
    font-size:17px;
    font-weight: 400;
    background-color: transparent;
    text-transform: uppercase;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    padding-top:15px;
    padding-bottom:5px;
    color: #e96656;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 400;
    background-color: hsl(0, 0%, 100%);
    border-bottom:2px solid #e96656;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
    text-decoration:none; 
    margin-right:10px;
    padding-top:15px;
    padding-bottom:5px;
    color:#E06655;
    font-size: 17px;
    font-weight: 400;
    background-color: transparent;
    border-bottom:2px solid #e96656;
}
.catchy-inner1 { 
	padding-top:0px;
	padding-bottom:0px;
    margin: 0px 0px; 
	border-top: 0px dashed #bbb;
    border-bottom: 0px dashed #bbb;
}
.featurette1{
	background-color: #e4e4e4;
    margin-top: 50px;
    margin-bottom: 0px;
}
.featurette2{
	width: 100%;
    background-color: #f0fcff;
    text-align: center;
    position: relative;
    margin-top: 0px;
    padding-top: 70px;
}
.featurette2_title {
    font-size: 35px;
    line-height: 0.9;
    font-weight: 700;
    letter-spacing: 0px;
    padding-top: 40px;
    padding-right: 30px;
    text-transform: lowercase;
    color: #10a3c2;
    font-family: 'Poppins','Roboto', sans-serif;
}
.featurette2_text {
    font-family: 'Poppins','Roboto', sans-serif;
    margin-bottom: 30px;
    padding-right: 30px;
    font-size: 19px;
    line-height: 35px;
    font-weight: 300;
    font-style: normal;
    color: #08202c;
}
.featurette3{
	background-color: #F05F40; 
}
.featurette3_title {
    font-size: 35px;
    color: #ffffff;
    line-height: 0.9;
    font-weight: 700;
    letter-spacing: 0px;
    padding-top: 40px;
    padding-right: 30px;
    font-family: 'Quicksand', sans-serif;
    text-transform: lowercase;
}
.featurette3_text {
    font-family: 'Quicksand', sans-serif;
    margin-bottom: 30px;
    padding-right: 30px;
    font-size: 15px;
    line-height: 25px;
    font-weight: 200;
    color: #ffffff;
}
.featurette5{
	background-color:#34D293;
}
.featurette6{
	background-color:#FAFAFA; 
	border-bottom:1px solid #EEEEEE;
}
.main_featurette {
	font-size: 30px; 
	padding-top: 30px; 
	color: #ffffff;
    line-height: 1; 
	letter-spacing: -1px;
    font-family: 'Quicksand', sans-serif; 
    font-weight:100;
}
.featurette4{
	padding-top:0px; 
	padding-bottom:40px;
    background-color:#ffffff;
}
.featurette4_title {
    font-size: 35px;
    color:#F05F40;
    line-height: 0.9;
    font-weight: 700;
    letter-spacing: 0px;
    padding-top: 40px;
    padding-left: 40px;
    font-family: 'Quicksand', sans-serif;
    text-transform: lowercase;
}
.featurette4_text {
    font-family: 'Quicksand', sans-serif;
    margin-bottom: 30px;
    padding-left: 40px;
    font-size: 15px;
    line-height: 25px;
    font-weight: 200;
    color: #333333;
}
.main_featurette1{
	font-size: 30px; 
	padding-top: 30px; 
	color: #ffffff;
    line-height: 1; 
	letter-spacing: -1px;
    font-family: 'Quicksand', sans-serif;
}
.main_featurette2{
	font-size: 20px; 
	padding-top: 30px; 
	color: #ffffff;
    line-height: 1; 
	letter-spacing: -1px; 
	text-align:center;
    font-family: 'Quicksand', sans-serif;
}
.scroll-to-top {
    position: fixed;
    background: rgba(52,58,64,.5);
    bottom: 60px;
    right: 60px;
    z-index: 104400;
    box-shadow: -1px -1px 3px rgba(0,0,0,0.1);
    border-radius: 0px;
    padding: 2px;
    color: rgba(255, 255, 255, 0.5);
    height: 60px;
    width: 60px;
    line-height: 60px;
    text-align: center;
    transition: all 0.3s ease-in-out;
}
.scroll-to-top:hover {
    background: #505050;
}
.img-chevron-up {
    color: #ffffff; 
    font-size:21px;
}
.scroll-blog { 
    position: fixed;
    background:#e96656;
    top: 250px;
    left: 0px;
    z-index: 1500;
    box-shadow: -1px -1px 3px rgba(0,0,0,0.1);
}
.scroll-blog:hover{ 
	background: #5AB45A;
}
.footer {
	background: #f5f5f5; 
	padding: 5px 0px 10px 0px;
}
.footer .social { 
	max-width: 350px; 
	margin: 20px auto;
        margin-bottom: 20px; 
	text-align: center;
}
.footer .social a i { 
	margin-left: 5px; 
	margin-right: 5px; 
        border-radius: 50px;
}
.social a i { 
	display: inline-block; 
	width: 40px; 
	height: 40px;
        font-size: 15px !important;
        line-height: 40px; 
	text-decoration: none; 
	text-align: center;
        color: #fff;
        -webkit-transition: background 2s ease;
        -moz-transition: background 2s ease;
        -o-transition: background 2s ease;
        -ms-transition: background 2s ease;
        transition: background 2s ease;
}
.fa { 
	display: inline-block;
    font-family: 'Quicksand', sans-serif;
    font-style: normal; font-weight: 100;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.social a:hover i {
    background: #000;
}
.social a, .social a:hover { 
    border: 0px; 
    text-decoration: none;
}
.social a.facebook i { 
    background: #7F98B9;
    border-radius: 3px;
}
.social a.twitter i { 
    background: #75D2F1;
    border-radius: 3px;
}
.social a.google-plus i { 
    background: #D97863;
    border-radius: 3px;
}
.social a.linkedin i { 
    background: #53A2CA;
    border-radius: 3px;
}
.footer .copy-right p { 
    font-size: 16px; 
    line-height: 22px; 
    color: #535A6C;
    text-align: center;
}
.sub_menu{ 
    background-color: #DA5451;
}
.lf_menu { 
    background-color: #222222;
    border-color: #080808; 
    width: 100%;
}
.lf_menu_item { 
    color:white; 
    font-size:24px;
}
.headline h2{ 
    display: inline-block; 
    color: #232323;
    padding-bottom: 5px; 
    font-size:30px;
    font-weight:300;
    font-family: 'Poppins','Roboto', sans-serif;
    text-transform: uppercase;
}
.main_title { 
    font-size: 35px;
    padding-left: 0px;
    color: #000000;
    line-height: 1.0;
    font-weight: 400;
    letter-spacing: 0px;
    padding-bottom: 20px;
    font-family: 'Poppins','Roboto', sans-serif;
    text-transform: lowercase;
}
.main_title_l { 
    font-size: 35px;
    padding-left: 0px;
    color: rgb(0, 120, 130);
    line-height: 1.0;
    font-weight: 900;
    letter-spacing: 0px;
    padding-bottom: 0px;
    font-family: 'Poppins','Roboto', sans-serif;
    text-transform: lowercase;
}
.main_title_2 { 
    font-size: 35px;
    padding-left: 0px;
    color: #333333;
    line-height: 1.0;
    font-weight: 900;
    letter-spacing: 0px;
    padding-bottom: 0px;
    font-family: 'Poppins','Roboto', sans-serif;
    text-transform: lowercase;
}
.main_subtitle_l { 
    font-size: 35px;
    padding-left: 0px;
    color: #333333;
    line-height: 1.75;
    font-weight: 500;
    letter-spacing: 0px;
    padding-bottom: 0px;
    font-family: 'Poppins','Roboto', sans-serif;
    text-transform: lowercase;
}
.main_title1 { 
    width: 100%;
    font-weight: 600 !important;
    font-family: 'Poppins','Roboto', sans-serif;
    font-size: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-transform: lowercase;
    color: #000000;
}
.main_title2 { 
    font-size: 40px;
    padding-left: 30px;
    color: #ffffff;
    line-height: 1.3;
    font-weight: 700;
    letter-spacing: 0px;
    padding-top: 30px;
    font-family: 'Poppins','Roboto', sans-serif;
}
.main_title3 { 
    font-size: 50px; 
    padding-left:30px; 
    color:#FFFFFF;
    line-height: 1;
    letter-spacing: -1px;
    font-family:'Poppins','Roboto', sans-serif;
}
.main_subtitle1 { 
    font-family: 'Poppins','Roboto', sans-serif;
    margin-bottom: 30px;
    padding-left: 30px;
    font-size: 22px;
    line-height: 35px;
    font-weight: 200;
    color: #ffffff;
}
.main_text{ 
    font-family: 'Poppins','Roboto', sans-serif;
    margin-bottom: 10px;
    padding: 0px;
    font-size: 15px;
    line-height: 35px;
    font-weight: 300;
    color: #333333;
}
.main_text_pro{ 
    font-family: 'Poppins','Roboto', sans-serif;
    margin-bottom: 0px; 
    padding-left:30px;
    font-size: 22px; 
    line-height: 35px;
    font-weight: 200;
    color: #7a7c7f;
}
.main_text_pro1{ 
    font-family: 'Poppins','Roboto', sans-serif;
    margin-bottom: 70px;
    padding-right: 30px;
    font-size: 15px;
    line-height: 35px;
    font-weight: 200;
    color: #333333;
}
@media screen and (max-width: 767px)    
{ 
  .mobilehide
  {
    visibility:hidden;
    display:none;
  } 
}
.carrousel_title{ 
    font-family: 'Poppins','Roboto', sans-serif;
    padding-left:0px; 
    font-size: 80px; 
    color: #DA5451;
}
.carrousel_title1{ 
    font-family: 'Poppins','Roboto', sans-serif;
    padding-left:0px; 
    padding-top:30px; 
    font-size: 30px; 
    color: #DA5451;
}
.carrousel_title2{ 
    font-family: 'Poppins','Roboto', sans-serif;
    padding-left:0px; 
    padding-top:30px; 
    font-size: 30px; 
    color: #DA5451;
}
.carrousel_title3{ 
    font-family: 'Poppins','Roboto', sans-serif;
    text-align:left;
    padding-left:0px; 
    padding-top:30px; 
    font-size: 25px; 
    color: #DA5451;
}
.feature_title {
    text-align:center; 
    color:#555555;
    font-family: 'Poppins','Roboto', sans-serif;
}
.feature_title:hover{color:#d2322d;}
.feature_price{
    text-align:center;
    color:#d2322d; 
    font-weight:100;
    font-family: 'Poppins','Roboto', sans-serif;
}
.new_title {
    text-align:left; 
    color:#e91b23;
    font-family: 'Poppins','Roboto', sans-serif;
}
.new_title:hover{
    color:#555555;
}
.new_subtitle {
     text-align:left; 
     color:#555555; 
     font-size:14px;
     font-family: 'Poppins','Roboto', sans-serif;
}
.privacy_title { 
    font-size: 45px;
    padding-left: 0px;
    line-height: 1.3;
    font-weight: 700;
    letter-spacing: 0px;
    padding-top: 50px;
    padding-bottom: 10px;
    text-transform: lowercase;
    margin-bottom: 20px;
    width: 100%;
    margin-top: 0;
    color: #cf0000;
    font-family: 'Poppins','Roboto', sans-serif;
    text-align: center;
}
.contact_title { 
   	font-weight: 600;
    font-size: 35px;
    font-family: 'Poppins','Roboto', sans-serif;
    text-transform: lowercase;
    line-height: 1.3;
    letter-spacing: 0px;
    padding-bottom: 10px;
    margin-top: 0px;
    padding-top: 30px;
    padding-left: 0px;
    color: #cf0000;
}
.contact_subtitle{
	color:#232323;
  	line-height: 35px; 
  	font-size: 25px;
  	font-family: 'Poppins','Roboto', sans-serif;
  	font-weight: 400; 
  	font-style: italic;
  	letter-spacing: 1px; 
  	padding-bottom:10px;
 	margin-bottom:10px;
  	text-transform: lowercase;
}
.contact_us_text{
  	font-family: 'Poppins','Roboto', sans-serif;
  	font-size: 21px; 
  	line-height: 35px; 
  	color: #232323;
  	font-weight: 100;
  	margin-bottom:20px;
}
.privacy_subtitle{
  	color:#000000;
  	line-height: 35px; 
  	font-size: 25px;
  	font-family: 'Poppins','Roboto', sans-serif;
  	font-weight: 600;
  	letter-spacing: 1px; 
  	padding-bottom: 20px;
    padding-top: 20px;
  	margin-bottom: 10px;
  	text-transform: lowercase;
}
.privacy_text{
    font-family:'Poppins','Roboto', sans-serif;
    font-size: 15px;
    line-height: 35px;
    font-weight: 100; 
    color: #333333;
}
.captcha_text{
    font-family:'Poppins','Roboto', sans-serif;
    font-size: 12px;
    line-height: 15px;
    font-weight: 100; 
    color: #333333;
    padding-top: 5px;
    padding-bottom: 0px;
}
.contact_text{
    font-family:'Poppins','Roboto', sans-serif;
    text-align:center;
    font-size: 17px; 
    line-height: 35px; 
    color: #ffffff;
    font-weight: 100;
}
.login_text_01{ 
  	color: #000000;
    font-size: 17px;
    font-weight: 400;
    font-family: 'Poppins','Roboto', sans-serif;
}
.login_text {
    color: #000000;
    font-size: 17px;
    font-weight: 600;
    font-family: 'Poppins','Roboto', sans-serif;
}
.myaccount_fgt_title { 
  	font-size: 25px;
  	text-transform: lowercase;
  	text-decoration: none;
  	text-align: left;
  	color: #000000;
  	font-family: 'Poppins','Roboto', sans-serif;
  	font-weight: 700;
}
.myaccount_fgt_title a{ 
  	font-size: 21px; 
    text-transform: lowercase;
  	text-decoration: none;
  	text-align: left;
  	color: #000000;
  	font-family: 'Poppins','Roboto', sans-serif;
  	font-weight: 400;
}
.myaccount_fgt_title a:hover {
  	color:#000000; 
  	text-decoration:none;
}
.myaccount_fgt_label{
  	color: #000000; 
  	font-size: 17px;
  	font-weight: 400;
  	font-family: 'Poppins','Roboto', sans-serif;
}
.myaccount_register_title { 
  	font-size: 25px;
  	text-transform: lowercase;
  	text-decoration: none;
  	text-align: left;
  	color: #000000;
  	font-family: 'Poppins','Roboto', sans-serif;
  	font-weight: 400;
}
.myaccount_register_label{ 
  	color: #000000; 
  	font-size: 17px;
  	font-weight: 100;
  	font-family: 'Poppins','Roboto', sans-serif;
}
.myaccount_login_box { 
	width: 100%; 
	text-align:left;
}
.myaccount_register_box { 
	width: 500px; 
	text-align:left;
}
.myaccount_fgt_box{ 
	width: 500px; 
	text-align:left;
}
.myaccount_login_title{ 
	font-size: 25px;
	text-transform: lowercase;
    text-decoration: none;
    text-align: left;
    color: #000000;
    font-family: 'Poppins','Roboto', sans-serif;
    font-weight: 400;
}
.myaccount_login_label { 
	color: #000000;
    font-size: 17px;
    font-weight: 100;
    font-family: 'Poppins','Roboto', sans-serif;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0px;
}
.myaccount_login_value { 
	color: #777777; 
	font-size: 14px;
    font-weight: 100;
    font-family: 'Poppins','Roboto', sans-serif;
}
.myaccount_fgt_value { 
	color: #777777; 
	font-size: 14px;
    font-weight: 100;
    font-family: 'Poppins','Roboto', sans-serif;
}
.myaccount_register_value { 
	color: #ffffff; 
	font-size: 14px;
    font-weight: 100;
    font-family: 'Poppins','Roboto', sans-serif;
}
.error_message { 
	color: #d9534f; 
	font-size: 16px;
    font-weight: 100;
    font-family: 'Poppins','Roboto', sans-serif;
}
.message{ 
	font-size: 16px;
    font-weight: 100;
    color: #333333;
    line-height: 35px;
    font-family: 'Poppins','Roboto', sans-serif;
}
.show_ip { 
	color: #ffffff; 
	font-size: 14px;
    font-weight: normal;
    font-family: 'Poppins','Roboto', sans-serif;
}
/***********************************/
ul#myaccount-tabs { 
	float: left; 
	position: relative; 
	z-index: 9;
    border-bottom: 3px solid #E06655; 
	padding-bottom: 0px;
    margin-bottom: 0px; 
	display: block; 
	width: 900px;
    list-style-type: none; 
	margin-top:25px;
    margin-left:25px;
}
ul#myaccount-tabs li { float: left;}
ul#myaccount-tabs li#active {  }
ul#myaccount-tabs li#active a { 
	background: #E06655;
	border: 1px solid #E06655;
    color: #ffffff;
    font-size: 17px;
    padding: 0 9px 9px 9px;
    margin: 5px 4px 0 0;
    border-bottom-color: transparent;
}
#myaccount-tabs a { 
	float: left; 
	display: block; 
	margin: 5px 4px 0 0;
    padding: 0 9px 9px 9px; 
	font-size: 17px;
    font-weight: normal; 
	text-align: center;
    text-decoration: none; 
	color: #666666;
    background-color: #ffffff;
    border: 1px solid #ffffff;
    border-bottom-color: transparent;
    border-radius: 3px 3px 0px 0px;
    font-family: 'Merriweather', 'Helvetica Neue', Arial, sans-serif;
}
#myaccount-tabs a:hover { 
	background: #E06655;
	border: 1px solid #E06655;
    color: #ffffff;
    font-size: 17px;
    padding: 0 9px 9px 9px;
    margin: 5px 4px 0 0;
    border-bottom-color: transparent;
}
/****************** TABS *******************************************/
.myaccount_mainbox { 
	padding: 10px; 
	width:1200px;
	margin-top:50px;
    border: 0px solid #4baad3; 
	border-radius: 4px;
    font-size: 90%; 
	padding-left:40px;
    font-weight: normal; 
	margin-bottom:30px;
}
.myaccount_email_label{ 
	color: #20AA73; 
	font-weight: 700;
    text-decoration: none; 
	font-size:16px;
    font-family: 'Merriweather', 'Helvetica Neue', Arial, sans-serif;
	padding-bottom:20px;
}
/***************************************/
.blog_articles_box { 
   width:100%; 
   padding:20px; 
   margin-bottom:20px;
}
.blog_articles_item_sn { 
   width:500px;
   display:inline-block; 
   vertical-align:middle;
   padding:20px;
}
.blog_articles_item { 
   margin-bottom:20px;
   padding-bottom:40px;
   border-bottom: 1px solid #e0e0e0;
}
.blog_article_item_title { 
   font-weight: 400; 
   font-size: 31px;
   font-family: 'Poppins','Roboto', sans-serif;
   text-transform: lowercase;
}
.blog_article_item_title a { 
   font-weight: 400; 
   font-size: 31px;
   font-family: 'Poppins','Roboto', sans-serif;
   text-transform: lowercase;
   color: #000000;
   text-decoration: none;
}
.blog_article_item_title a:hover { 
	text-decoration:underline;
    color: #cf0000;
}
.blog_article_item_created { 
   font-weight: 500;
   font-size: 17px; 
   color: #cf0000;
   line-height: 25px; 
   padding-bottom:10px;
   padding-top:10px; 
   font-family: 'Poppins','Roboto', sans-serif;
}
.blog_article_item_short_article { 
  font-size:13px; 
  color: #000000;
  font-weight:100;
  line-height: 35px;
  font-family: 'Poppins','Roboto', sans-serif;
  letter-spacing: 1px;
}
.blog_article_item_short_article p{ 
  font-size:13px; 
  color: #000000;
  font-weight:100;
  line-height: 35px;
  font-family: 'Poppins','Roboto', sans-serif;
  letter-spacing: 1px;
}
.blog_article_item_article{ 
  font-size:13px; 
  color: #000000;
  font-weight:100;
  line-height: 35px;
  font-family: 'Poppins','Roboto', sans-serif;
  letter-spacing: 1px;
}
.blog_article_item_read_more { 
    float: right; 
    margin-bottom: 20px;
}
.blog_article_item_read_more a { 
    font-weight: 400;
    margin-top: 14px;
    padding: 14px 22px;
    text-decoration: underline; 
    text-align: center;
    vertical-align: middle;
    color: #cf0000;
    margin-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: 'Poppins','Roboto', sans-serif;
    cursor: pointer;
    opacity: 0.8;
    text-transform:lowercase;
    margin-bottom: 20px;
    font-size:15px;
}
.blog_article_item_read_more a:hover { 
	text-decoration:none;
    color: #cf0000;
}
.blog_categories { 
	list-style-type:none; 
	width:100%; 
	text-align:left;
    padding-left: 0px;
}
.blog_categories li {
   	width:100%; 
   	margin-top:5px; 
   	margin-bottom:5px;
   	border-bottom: 1px solid #e0e0e0;
}
.blog_categories li a { 
   	color:#000000; 
   	padding: .4em 1em;
   	font-size: 15px;                        
   	font-weight: 400;
   	font-family: 'Poppins','Roboto', sans-serif;
   	text-decoration: none;
   	display: block;
   	background-color:transparent;
   	line-height: 30px;
   	letter-spacing: 1px;
    text-transform: lowercase; 
}
.blog_categories li a:hover {
   	text-decoration: none; 
   	color:#cf0000;
   	background-color:transparent;
}
/*************************************************************************/
.social-icons { 
	margin: 0; 
	padding: 0;
}
.social-icons li { 
	float: left; 
	display: inline; 
	list-style: none;
    margin-right: 5px; 
	margin-bottom: 5px;
    text-indent: -9999px;
}
.social-icons-color li a { 
	opacity: 0.7;
    background-position: 0 -38px !important;
}
.social-icons li a, a.social-icon { 
	width: 28px; 
	height: 28px; 
    display: block;
    background-position: 0 0;
    background-repeat: no-repeat;
    transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.social_rss {
	background: url(/assets/ecommerce/rss01.png) no-repeat;
}
.social_facebook {
	background: url(/assets/ecommerce/facebook01.png) no-repeat;
}
.social_twitter {
	background: url(/assets/ecommerce/twitter01.png) no-repeat;
}
.social_vimeo {
	background: url(/assets/ecommerce/vimeo01.png) no-repeat;
}
.social_googleplus {
	background: url(/assets/ecommerce/googleplus01.png) no-repeat;
}
.social_pintrest {
	background: url(/assets/ecommerce/pintrest.png) no-repeat;
}
.social_linkedin {
	background: url(/assets/ecommerce/linkedin.png) no-repeat;
}
.social_dropbox {
	background: url(/assets/ecommerce/dropbox.png) no-repeat;
}
.social_picasa {
	background: url(/assets/ecommerce/picasa.png) no-repeat;
}
.social_spotify {
	background: url(/assets/ecommerce/spotify01.png) no-repeat;
}
.social_jolicloud {
	background: url(/assets/ecommerce/jolicloud.png) no-repeat;
}
.social_wordpress {
	background: url(/assets/ecommerce/wordpress.png) no-repeat;
}
.social_github {
	background: url(/assets/ecommerce/github.png) no-repeat;
}
.social_xing {
	background: url(/assets/ecommerce/xing.png) no-repeat;
}
.headline-md {
	margin-bottom: 15px;
}
/*************************************************************************/
.blog_articles_list_box {
	width:580px;
	display:inline-block;
    padding:10px 10px 30px 10px;
}
.blog_articles_list_item {
	padding-left:10px;
}
.blog_article_list_item_title { 
	font-size: 15px; 
	font-weight: 100;
    font-family: 'Quicksand', sans-serif;
	line-height: 22px; 
    color: #F05F40;
}
.blog_article_list_item_title a {
	font-family: 'Quicksand', sans-serif;
	font-size:15px;
    line-height: 22px;
    font-weight:100; 
	color:#F05F40;
    text-decoration:underline;
    text-transform: lowercase;
}
.blog_article_list_item_title a:hover {
	text-decoration:none;
    color:#F05F40;
}
.blog_articles_gallery_iii_box { 
	width:630px;
	display:inline-block;
}
.blog_articles_gallery_iii_item { 
	float:left; 
	width: 195px;
	height:185px;
    text-align:center; 
	padding:2px;
    margin: 4px;
	background: white;
    border: 1px solid #CCC;
}
.blog_article_gallery_iii_item_img { 
    width: 180px; 
    height: 140px; 
    padding:5px;
    text-align:center;
}
.blog_article_gallery_iii_item_img a {}
.blog_article_gallery_iii_item_img a img {
    width: 180px;
    height: 140px;
    border:0px;
}
.blog_article_gallery_iii_item_title { 
    width: 195px;
}
.blog_article_gallery_iii_item_title a { 
    font-size:11px;
    font-weight:100; 
    color:#232323;
    padding:5px;
    font-family: 'Quicksand', sans-serif;
}
.blog_article_gallery_iii_item_title a:hover {
	text-decoration:none;
    color: #7C3477;
}
.blog_articles_gallery_ii_box { 
    width:100%;
    display:inline-block;
    background-color:#ffffff; 
}
.blog_articles_gallery_ii_item { 
    width:100%;
    float:left;
    float:left;
    margin: 3px;
    text-align:center; 
    padding:2px;
}
.blog_article_gallery_ii_item_img { 
    float:left; 
    width: 100px;
    padding:10px;
}
.blog_article_gallery_ii_item_img a {}
.blog_article_gallery_ii_item_img a img {
    width: 100px; 
    height: 90px;
    border:0px;
}
.blog_article_gallery_ii_item_desc { 
    margin: 10px; 
}
.blog_article_gallery_ii_item_desc_title { 
    text-align:left; 
    display:block;
    font-family: 'Quicksand', sans-serif;
    font-size:35px;
    font-weight:500; 
    color:#232323;
}
.blog_article_gallery_ii_item_desc_title a { 
    font-family: 'Quicksand', sans-serif;
    font-size:35px; 
    font-weight:500;
    text-decoration:none;
    color:#232323;
    display:block; 
}
.blog_article_gallery_ii_item_desc_title a:hover {text-decoration: none;}
.blog_article_gallery_ii_item_desc_article { 
    font-size:15px;
    color:#232323;
    font-family: 'Quicksand', sans-serif;
    font-weight:100;
    padding-top:2px;
    padding-bottom:2px;
    text-align:left;
}
.blog_article_gallery_ii_item_desc_read_more { 
    color:rgb(93, 183, 93);
    font-family: 'Quicksand', sans-serif;
    font-size:17px;
    font-weight:normal;
    text-decoration:none;
    text-align:left;
}
.blog_article_gallery_ii_item_desc_read_more a { 
	color:rgb(93, 183, 93);
    font-family: 'Quicksand', sans-serif;
    font-size:17px;
    font-weight:normal;
    text-decoration:none;
    text-align:left;
}
.blog_article_gallery_ii_item_desc_read_more a:hover{
    text-decoration:underline;
}
.blog_articles_gallery_i_box { 
	width:635px;
	display:inline-block; 
}
.blog_articles_gallery_i_item { 
	float:left; 
	width: 630px;
    text-align:center; 
	padding:2px;
    margin: 3px;
	background: white;
    border: 1px solid #CCC;
}
.blog_article_gallery_i_item_img { 
	width: 628px; 
	height: 220px;
}
.blog_article_gallery_i_item_img a {}
.blog_article_gallery_i_item_img a img {
	width: 628px; 
	height: 220px;
    border:0px;
}
.blog_article_gallery_i_item_title { 
	width: 628px;
	padding-top:10px;
    background-color:#213C32;
	text-align:center;
    height: 60px;
	display:block;
	vertical-align:middle;
}
.blog_article_gallery_i_item_title a { 
	font-family: 'Quicksand', sans-serif;
    padding-top:10px;
	font-size:18px; 
    font-weight:bold;
	color: #ffffff;
    text-decoration:none;
}
.blog_article_gallery_i_item_title a:hover { 
	color:#000000; 
    text-decoration:underline;
}
.property_contact_label { 
	color: #999999; 
	border-radius: 5px;
    font-size: 17px;
    font-family: 'Quicksand', sans-serif;
    font-weight: normal; 
	line-height: 22px;
    padding-bottom: 20px; 
	padding-top: 10px;
    padding-left: 0px;
}
.property_contact_value { 
	margin-left:10px; 
	border-radius: 5px;
    padding-left:20px; 
    font-size: 13px; 
	width: 700px;
    text-align: left;
    color: #444444; 
	border: 1px solid #E7E7E7;
    font-weight: normal;
    background: #E7E7E7;
    height: 20px;
    font-family: 'Quicksand', sans-serif;
    padding: 20px;
}
.property_contact_value input{ 
	font-size: 13px; 
    text-align: left;
    color: #444444;
    font-weight: normal;
    background: #ffffff;
    height: 20px;
    font-family: 'Quicksand', sans-serif;
    padding: 20px;
}
.input-text required-entry{ 
	width: 295px; 
	background: #fff;
    border: 1px solid #e5e5e5;
}
.contact_box { 
	display: block; 
	width: 90%;
    text-align:left;
    padding-bottom:20px; 
    padding: 20px; 
	margin-bottom:20px;
}
ul.social_networks { 
	width: 550px !important;
    margin: 0 !important;
    display: block;
    padding: 10px;
}
.myaccount_table_header { 
	font-weight:bold; 
	color:#404040; 
	font-size:16px;
    padding:5px; 
	font-family: 'Merriweather', 'Helvetica Neue', Arial, sans-serif;
	margin:5px;
    border-bottom:1px solid #dddddd; 
}
.myaccount_tabs { 
	color:#404040; 
	font-size:19px; 
	font-weight:light; 
    text-decoration:underline; 
	padding:20px;
}
.myaccount_tabs:hover { 
	color:#6BA218;
	text-decoration:underline; 
}
.myaccount_title { 
	font-size: 21px;
    font-weight: 700; 
	color:#E06655;
    font-family:'Merriweather', 'Helvetica Neue', Arial, sans-serif;
	line-height: 30px;
    letter-spacing: 1px;
}
.myaccount_notes_title {
	text-align:left; 
    font-size: 16px;
    font-weight: 700; 
	color:#E06655;
    font-family:'Merriweather', 'Helvetica Neue', Arial, sans-serif;
}
.myaccount_notes_datetime { 
	font-size: 16px;
    font-weight: 700; 
	color:#E06655;
    font-family:'Merriweather', 'Helvetica Neue', Arial, sans-serif;
}
.myaccount_notes_text {
	font-size:90%; 
	text-align:left; 
    font-weight:normal;
}
.shopping_card_view_price_options_box { }
.shopping_card_view_price_options_title { 
	text-align: left;
    color: #555555;
    padding-bottom: 5px;
    font-size: 23px;
    border-bottom: 2px solid #42B4EB;
    font-weight: normal;
    font-family: 'Merriweather', 'Helvetica Neue', Arial, sans-serif;
    text-transform:uppercase;
}
.shopping_card_view_price_options_list{ 
	text-align: left; 
    font-weight: normal;
    font-family: 'Merriweather', 'Helvetica Neue', Arial, sans-serif;
    padding:10px;
	font-size: 12px;
    color:#111111; 
	margin:5px;
    text-transform: uppercase;
}
.shopping_card_cross_sales_title { 
    text-align: left;
    color: #232323;
    padding-bottom: 5px;
    line-height: 1.9;
    font-size: 30px;
    border-bottom: 2px solid rgb(0, 204, 111);
    font-weight: 500;
    font-family: 'Merriweather', 'Helvetica Neue', Arial, sans-serif;
    text-transform:lowercase;
    margin-bottom:20px;
}
.myaccount-settings-label{ 
    color: #111111;
    padding-bottom: 5px;
    font-size: 14px;
    font-weight: 100;
    font-family: 'Merriweather', 'Helvetica Neue', Arial, sans-serif;
}
.myaccount-settings-value{ 
    color: #555555;
    padding-bottom: 5px;
    font-size: 12px;
    font-weight: 300;
    font-family: 'Merriweather', 'Helvetica Neue', Arial, sans-serif;
}
.table shop-product-optionsbox {}
.shop-product-optionsdescription{ 
    width: 550px; 
    text-align: left; 
    font-weight: 100;
    font-family: 'Merriweather', 'Helvetica Neue', Arial, sans-serif;
    padding:10px;
    font-size: 16px;
    color:#42B4EB; 
    margin:5px;
}
.shop-product-optionsbtn{ }
.shopping_card_list_item_right_priceoptiondesc { 
    margin-top:5px;
    font-weight: 100;
    font-family: 'Merriweather', 'Helvetica Neue', Arial, sans-serif;
    padding:5px;
    font-size: 16px;
    color:#111111;
}
.myaccount_login_outerbox{ 
    padding: 5px; 
    margin:10px; 
    width:100%;
}
.section {
    padding: 0rem 0;
}
.title-contact {
    color: #232323;
    font-size: 28px;
    font-weight: 400;
    line-height: 44px;
    font-family: 'Merriweather', 'Helvetica Neue', Arial, sans-serif;
    padding-bottom: 20px;
}
.thumbnail {
    display: block;
    padding: 0px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 3px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    margin-top: 10px;
}
.btn {
    font-weight: 300;
    text-transform:lowercase;
    border: none;
    border-radius: 2px;
    font-family: 'Poppins','Roboto', sans-serif;
    margin-right: 20px;
}
/****************** TABS *******************************************/
ul.tabs {
    display: block;
    float: left;
    position: relative;
    z-index: 9;
    border-bottom: 2px #cf0000 solid;
    width: 100%;
    padding-bottom: 0px;
    margin-bottom: 0px;
    padding-left: 0px;
}
ul.tabs ul{margin:0;padding:0;}
ul.tabs li{display:inline;position:relative}
ul.tabs li a{     
    display: block;
    float: left;
    margin: 4px 4px 0 0;
    color:#cf0000;
    font-size: 15px;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    background: #ffffff;
    border-bottom: 0px solid #ffffff;
    border-right: 2px solid #ffffff;
    border-left: 2px solid #ffffff;
    border-top: 2px solid #ffffff;
    text-transform: lowercase;
    font-family: 'Poppins','Roboto', sans-serif;
    font-weight: 500;
    border-radius: 2px;
    line-height: 27px;
    }
ul.tabs li a:hover{
    text-decoration:none;
    color:#ffffff;
    background: #cf0000;
    border: 2px solid #cf0000;
}
ul.tabs li.active a {    
    border: 2px solid #cf0000;
    background: #cf0000;
    color: #ffffff;
    line-height: 27px;
    margin-top: 0;
    padding: 10px;
    font-size: 15px;
    text-transform: lowercase;
    font-family: 'Poppins','Roboto', sans-serif;
    font-weight: 500;
    border-radius: 2px;
    margin: 4px 4px 0 0;
}
.tab_container { 
    overflow: hidden;
    padding-bottom:10px; 
    clear: both; 
    float: left; 
    width: 100%;
    border-bottom: 2px solid #cf0000;
    border-right: 2px solid #cf0000;
    border-left: 2px solid #cf0000;
    border-top: 0px solid #cf0000;
    border-radius: 0px;
    margin-bottom: 20px;
}
.tab_content { 
    font-size: 1.2em; 
    padding-left:13px; 
    padding-right:7px;
}
ul.tabs_details {
    display:block;
    float:left;
    position:relative;
    z-index:9;
    border-bottom: 0px #d5d5d5 solid; 
    width:100%;
    padding-bottom:0px;
    margin-bottom:0px; 
    padding-left: 0px;
}
ul.tabs_details ul{
    margin:0;
    padding:0;
}
ul.tabs_details li{
    display:inline;
    position:relative;
    font-size: 15px;
}
ul.tabs_details li a{ 
    display: block;
    float: left;
    margin: 4px 4px 0 0;
    color: #cf0000;
    font-size: 15px;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    background: #ffffff;
    border: 1px solid #cf0000;
    text-transform: lowercase;
    font-family: 'Poppins','Roboto', sans-serif;
    font-weight: 500;
    border-radius: 2px;
    line-height: 27px;
}
ul.tabs_details li.active a {
    border: 1px solid #cf0000;
    background: #cf0000;
    color: #ffffff;
    line-height: 27px;
    margin-top: 0;
    padding: 10px;
    font-size: 15px;
    text-transform: lowercase;
    font-family: 'Poppins','Roboto', sans-serif;
    font-weight: 500;
    border-radius: 2px;
    margin: 4px 4px 0 0;
}
.tabdetcontainer { 
    overflow: hidden;
    padding-bottom:10px; 
    clear: both; 
    float: left; 
    width: 100%;
    border-left:0px #d5d5d5 solid; 
    border-right:0px #d5d5d5 solid;
    border-bottom:2px #cf0000 solid;
}
/*********************************************************************/
ul.tabs_h {
    display:block;
    float:left;
    position:relative;
    z-index:9;
    border-bottom: 0px #d5d5d5 solid; 
    width:100%;
    padding-bottom:0px;
    margin-bottom:0px; 
    padding-left: 15px;
    padding-top: 15px;
    text-align: left;
}
ul.tabs_h ul{
    margin:0;
    padding:0;
}
ul.tabs_h li{
    display:inline;
    position:relative;
}
ul.tabs_h li a{     
    cursor: pointer;
    display: inline-block;
    color:#cf0000;
    background-color: rgb(255, 255, 255);
    text-align: center;
    font-weight: 500;
    white-space: nowrap;
    font-size: 19px;
    line-height: 1.5;
    margin: 0px;
    border-radius: 2px;
    border-width: 1px;
    border-style: solid;
    transition: top 0.1s ease 0s, box-shadow 0.1s ease 0s, border-color 0.1s ease 0s, background-color 0.1s ease 0s, color 0.1s ease 0s;
    padding: 8px 16px;
    border: 2px solid #ffffff;
    font-family: 'Poppins','Roboto', sans-serif;
}
ul.tabs_h li a:hover{
    text-decoration:underline;
}
ul.tabs_h li.active a {
    cursor: pointer;
    display: inline-block;
    color: #ffffff;
    background-color:#cf0000;
    text-align: center;
    font-weight: 500;
    white-space: nowrap;
    font-size: 19px;
    line-height: 1.5;
    margin: 0px;
    border-radius: 2px;
    border-width: 1px;
    border-style: solid;
    transition: top 0.1s ease 0s, box-shadow 0.1s ease 0s, border-color 0.1s ease 0s, background-color 0.1s ease 0s, color 0.1s ease 0s;
    padding: 8px 16px;
    border: 2px solid #cf0000;
    font-family: 'Poppins','Roboto', sans-serif;
}
.tab_h_container { 
    overflow: hidden;
    padding-bottom:0px; 
    clear: both; 
    float: left; 
    width: 100%;
    margin-bottom: 0px;
}
.tab_h_content { 
    font-size: 1.2em; 
    padding-left:0px; 
    padding-right:0px;
    width: 100%;
}
ul.tabs_h_details {
    display:block;
    float:left;
    position:relative;
    z-index:9;
    border-bottom: 1px #d5d5d5 solid; 
    width:100%;
    padding-bottom:0px;
    margin-bottom:0px; 
    padding-left: 0px;
}
ul.tabs_h_details ul{
    margin:0;
    padding:0;
}
ul.tabs_h_details li{
    display:inline;
    position:relative;
}
ul.tabs_h_details li a{ 
    display: block;
    float: left;
    margin: 4px 4px 0 0;
    color: #76767c;
    font-size: 14px;
    padding: 9px;
    text-align: center;
    text-decoration: none;
    background: transparent;
    line-height: 27px;
    border-top: 1px #d5d5d5 solid;
    border-right: 1px #d5d5d5 solid;
    border-left: 1px #d5d5d5 solid;
    border-bottom: 0px #d5d5d5 solid;
    text-transform: uppercase;
    font-family: 'Poppins','Roboto', sans-serif;
    font-weight: 500;
    border-top-right-radius: 2px;
    border-top-left-radius: 2px; 
}
ul.tabs_h_details li.active a {
    border: 1px #d5d5d5 solid;
    border-bottom: 0;        
    background:#ffffff;
    color:#282828;
    line-height:28px;
    margin-top:0;
    padding:10px;
    font-size:21px;
    text-transform: uppercase;
    font-family: 'Poppins','Roboto', sans-serif;
    font-weight: 500; 
    border-top-right-radius: 2px;
    border-top-left-radius: 2px;
}
.tab_hdetcontainer { 
    overflow: hidden;
    padding-bottom:10px; 
    clear: both; 
    float: left; 
    width: 100%;
    border-left:1px #d5d5d5 solid; 
    border-right:1px #d5d5d5 solid;
    border-bottom:1px #d5d5d5 solid;
}
/**********************************************************************/
.property-description {
    font-family: 'Poppins','Roboto', sans-serif;
    margin-bottom: 30px;
    padding-left: 0px;
    font-size: 15px;
    line-height: 35px;
    font-weight: 100;
    color: #333333;
}   
.property-address {
    font-family: 'Poppins','Roboto', sans-serif;
    font-size: 21px;
    line-height: 35px;
    font-weight: 500;
    color: #cf0000;
}             
/*************************************/
header.masthead {
  padding-top: 5rem;
  padding-bottom: calc(5rem - 56px);
  background-image:url(/assets/portaldigital/templates/EN/reauk_06/bg_header1.jpg); 
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-attachment: scroll;
  background-attachment: fixed; 
}
header.masthead hr {
  margin-top: 30px;
  margin-bottom: 30px;
}
header.masthead h1 {
  font-size: 2rem; 
  text-align:center;
  font-family: 'Poppins','Roboto', sans-serif;
  padding-top: 40px;
}
header.masthead p {
  font-weight: 300;
}
@media (min-width: 768px) {
  header.masthead p {
    font-size: 1.9rem;
    text-align:center;
  }
}
@media (min-width: 992px) {
  header.masthead {
    height: 70vh;
    min-height: 650px;
    padding-top: 0;
    padding-bottom: 0;
  }
  header.masthead h1 {
    font-size: 3rem;
    font-family: 'Poppins','Roboto', sans-serif;
    font-weight: 400;
  }
}
@media (min-width: 1200px) {
  header.masthead h1 {
    font-size: 4rem;
    font-family: 'Poppins','Roboto', sans-serif;
    font-weight: 400;
  }
}
header.masthead .scroll-down {
    position: absolute;
    bottom: 20px;
    width: 100%;
    text-align: center;
}
header.masthead .scroll-down .btn {
    font-size: 30px;
    line-height: 50px;
    width: 50px;
    height: 50px;
    padding: 0;
    letter-spacing: normal;
    color: #ffffff;
    border: 2px solid #ffffff;
    border-radius: 100% !important;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
header.masthead01 {
  	padding-top: 10rem;
  	padding-bottom: calc(10rem - 56px);
  	background-image: url("/assets/portaldigital/templates/EN/reauk_02/bg_contact.jpg");
  	background-position: center center;
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
  	position: relative;
  	background-attachment: scroll;
  	background-attachment: fixed;
}
header.masthead01 hr {
  margin-top: 30px;
  margin-bottom: 30px;
}
header.masthead01 h1 {
  font-size: 2rem; 
  text-align:center;
  font-family: 'Poppins','Roboto', sans-serif;
}
header.masthead01 p {
  font-weight: 300;
  line-height: 1.6;
  font-family: 'Poppins','Roboto', sans-serif;
  padding-bottom: 20px;
  text-align: center;
  text-transform: lowercase;
}
@media (min-width: 768px) {
  header.masthead01 p {
    font-size: 2.15rem;
  }
}
@media (min-width: 992px) {
  header.masthead01 {
    height: 70vh;
    min-height: 650px;
    padding-top: 0;
    padding-bottom: 0;
  }
  header.masthead01 h1 {
    font-size: 3rem;
  }
}
@media (min-width: 1200px) {
  header.masthead01 h1 {
    font-size: 5.0rem;
  }
}
header.masthead01 .scroll-down {
    position: absolute;
    bottom: 20px;
    width: 100%;
    text-align: center;
}
header.masthead01 .scroll-down .btn {
    font-size: 30px;
    line-height: 50px;
    width: 50px;
    height: 50px;
    padding: 0;
    letter-spacing: normal;
    color: #ffffff;
    border: 2px solid #ffffff;
    border-radius: 100% !important;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.header_arrow_down {
    font-size: 36px;
    text-align: left;
    padding-left: 40px;
    padding-top: 40px;
}
.header-logo2 {
    display: inline-block;
    position: absolute;
    margin: 0;
    padding: 0;
    left: 120px;
    top: 30%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 501;
}
.header-logo1 {
    display: inline-block;
    position: absolute;
    margin: 0;
    padding: 0;
    left: 120px;
    top: 17%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 501;
}
header.masthead02 {
  	padding-top: 10rem;
  	padding-bottom: calc(10rem - 56px);
  	background-image: url("/assets/portaldigital/templates/EN/reauk_06/bg_company.jpg");
  	background-position: center center;
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
  	position: relative;
  	background-attachment: scroll;
  	background-attachment: fixed;
}
header.masthead02 hr {
  margin-top: 30px;
  margin-bottom: 30px;
}
header.masthead02 h1 {
    font-size: 2rem;
    font-family: 'Poppins','Roboto', sans-serif;
    font-weight: 400;
}
header.masthead02 p {
    font-weight: 300;
    line-height: 1.6;
    font-family: 'Poppins','Roboto', sans-serif;
    padding-bottom: 20px;
    text-align: center;
    text-transform: none;
}
@media (min-width: 768px) {
  header.masthead02 p {
    font-size: 1.75rem;
  }
}
@media (min-width: 992px) {
  header.masthead02 {
    height: 60vh;
    min-height: 550px;
    padding-top: 0;
    padding-bottom: 0;
  }
  header.masthead02 h1 {
    font-size: 3rem;
    text-transform: lowercase;
  }
}
@media (min-width: 1200px) {
  header.masthead02 h1 {
    font-size: 4.0rem;
  }
}
header.masthead02 .scroll-down {
    position: absolute;
    bottom: 20px;
    width: 100%;
    text-align: center;
}
header.masthead02 .scroll-down .btn {
    font-size: 30px;
    line-height: 50px;
    width: 50px;
    height: 50px;
    padding: 0;
    letter-spacing: normal;
    color: #ffffff;
    border: 2px solid #ffffff;
    border-radius: 100% !important;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
header.masthead02 .scroll-down {
    position: absolute;
    bottom: 20px;
    width: 100%;
    text-align: center;
}
header.masthead02 .scroll-down .btn {
    font-size: 30px;
    line-height: 50px;
    width: 50px;
    height: 50px;
    padding: 0;
    letter-spacing: normal;
    color: #ffffff;
    border: 2px solid #ffffff;
    border-radius: 100% !important;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
header.masthead03 {
  	padding-top: 3rem;
  	padding-bottom: calc(3rem - 36px);
  	background-image: url("/assets/portaldigital/templates/EN/reauk_03/bg_sales.jpg");
  	background-position: center center;
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
  	position: relative;
  	background-attachment: scroll;
  	background-attachment: fixed;
}
header.masthead03 hr {
  margin-top: 30px;
  margin-bottom: 30px;
}
header.masthead03 h1 {
  font-size: 2rem; 
  text-align:center;
}
header.masthead03 p {
  font-weight: 300;
  line-height: 1.6;
  font-family: 'Poppins','Roboto', sans-serif;
  padding-bottom: 20px;
  text-align: center;
  text-transform: lowercase;
}
@media (min-width: 768px) {
  header.masthead03 p {
    font-size: 2.15rem;
  }
}
@media (min-width: 992px) {
  header.masthead03 {
    height: 30vh;
    min-height: 90px;
    padding-top: 0;
    padding-bottom: 0;
  }
  header.masthead03 h1 {
    font-size: 3rem;
  }
}
@media (min-width: 1200px) {
  header.masthead03 h1 {
    font-size: 5.0rem;
  }
}
header.masthead07 {
  	padding-top: 3rem;
  	padding-bottom: calc(3rem - 36px);
  	background-image: url("/assets/portaldigital/templates/EN/reauk_03/bg_blog.jpg");
  	background-position: center center;
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
  	position: relative;
  	background-attachment: scroll;
  	background-attachment: fixed;
}
header.masthead07 hr {
  margin-top: 30px;
  margin-bottom: 30px;
}
header.masthead07 h1 {
  font-size: 2rem; 
  text-align:center;
  font-weight: 900;
}
header.masthead07 p {
  font-weight: 300;
  line-height: 1.6;
  font-family: 'Poppins','Roboto', sans-serif;
  padding-bottom: 20px;
  text-align: center;
  text-transform: lowercase;
}
@media (min-width: 768px) {
  header.masthead07 p {
    font-size: 2.15rem;
  }
}
@media (min-width: 992px) {
  header.masthead07 {
    height: 30vh;
    min-height: 90px;
    padding-top: 0;
    padding-bottom: 0;
  }
  header.masthead07 h1 {
    font-size: 2rem; 
    text-align:center;
    font-weight: 900;
  }
}
@media (min-width: 1200px) {
  header.masthead07 h1 {
    font-size: 5.0rem;
  }
}
header.masthead08 {
  	padding-top: 10rem;
  	padding-bottom: calc(10rem - 56px);
  	background-image: url("/assets/portaldigital/templates/EN/reauk_05/bg_mortage.jpg");
  	background-position: center center;
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
  	position: relative;
  	background-attachment: scroll;
  	background-attachment: fixed;
}
header.masthead08 hr {
  margin-top: 30px;
  margin-bottom: 30px;
}
header.masthead08 h1 {
  font-size: 2rem; 
  text-align:center;
  font-weight: 900;
}
header.masthead08 p {
    font-weight: 300;
    line-height: 1.6;
    font-family: 'Poppins','Roboto', sans-serif;
    padding-bottom: 20px;
    text-align: center;
    text-transform: none;
}
@media (min-width: 768px) {
  header.masthead08 p {
    font-size: 1.75rem;
  }
}
@media (min-width: 992px) {
  header.masthead08 {
    height: 70vh;
    min-height: 150px;
    padding-top: 0;
    padding-bottom: 0;
  }
  header.masthead08 h1 {
    font-size: 2rem; 
    text-align:center;
    font-weight: 900;
  }
}
@media (min-width: 1200px) {
  header.masthead08 h1 {
    font-size: 2rem; 
    text-align:center;
    font-weight: 900;
  }
}
header.masthead08 .scroll-down {
    position: absolute;
    bottom: 20px;
    width: 100%;
    text-align: center;
}
header.masthead08 .scroll-down .btn {
    font-size: 30px;
    line-height: 50px;
    width: 50px;
    height: 50px;
    padding: 0;
    letter-spacing: normal;
    color: #ffffff;
    border: 2px solid #ffffff;
    border-radius: 100% !important;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
header.masthead08 .scroll-down {
    position: absolute;
    bottom: 20px;
    width: 100%;
    text-align: center;
}
header.masthead08 .scroll-down .btn {
    font-size: 30px;
    line-height: 50px;
    width: 50px;
    height: 50px;
    padding: 0;
    letter-spacing: normal;
    color: #ffffff;
    border: 2px solid #ffffff;
    border-radius: 100% !important;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
header.masthead008 {
  	padding-top: 10rem;
  	padding-bottom: calc(10rem - 56px);
  	background-image: url("/assets/portaldigital/templates/EN/reauk_05/bg_mortage1.jpg");
  	background-position: center center;
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
  	position: relative;
  	background-attachment: scroll;
  	background-attachment: fixed;
}
header.masthead008 hr {
  margin-top: 30px;
  margin-bottom: 30px;
}
header.masthead008 h1 {
  font-size: 2rem; 
  text-align:center;
  font-weight: 900;
}
header.masthead008 p {
    font-weight: 300;
    line-height: 1.6;
    font-family: 'Poppins','Roboto', sans-serif;
    padding-bottom: 20px;
    text-align: center;
    text-transform: none;
}
@media (min-width: 768px) {
  header.masthead008 p {
    font-size: 1.75rem;
  }
}
@media (min-width: 992px) {
  header.masthead008 {
    height: 70vh;
    min-height: 150px;
    padding-top: 0;
    padding-bottom: 0;
  }
  header.masthead008 h1 {
    font-size: 2rem; 
    text-align:center;
    font-weight: 900;
  }
}
@media (min-width: 1200px) {
  header.masthead08 h1 {
    font-size: 2rem; 
    text-align:center;
    font-weight: 900;
  }
}
header.masthead008 .scroll-down {
    position: absolute;
    bottom: 20px;
    width: 100%;
    text-align: center;
}
header.masthead008 .scroll-down .btn {
    font-size: 30px;
    line-height: 50px;
    width: 50px;
    height: 50px;
    padding: 0;
    letter-spacing: normal;
    color: #ffffff;
    border: 2px solid #ffffff;
    border-radius: 100% !important;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
header.masthead008 .scroll-down {
    position: absolute;
    bottom: 20px;
    width: 100%;
    text-align: center;
}
header.masthead008 .scroll-down .btn {
    font-size: 30px;
    line-height: 50px;
    width: 50px;
    height: 50px;
    padding: 0;
    letter-spacing: normal;
    color: #ffffff;
    border: 2px solid #ffffff;
    border-radius: 100% !important;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
header.masthead09 {
  	padding-top: 10rem;
  	padding-bottom: calc(10rem - 56px);
  	background-image: url("/assets/portaldigital/templates/EN/reauk_05/bg_sell1.jpg");
  	background-position: center center;
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
  	position: relative;
  	background-attachment: scroll;
  	background-attachment: fixed;
}
header.masthead09 hr {
  margin-top: 30px;
  margin-bottom: 30px;
}
header.masthead09 h1 {
    font-size: 2rem;
    font-family: 'Poppins','Roboto', sans-serif;
    font-weight: 700;
}
header.masthead09 p {
    font-weight: 300;
    line-height: 1.6;
    font-family: 'Poppins','Roboto', sans-serif;
    padding-bottom: 20px;
    text-align: center;
    text-transform: none;
}
@media (min-width: 768px) {
  header.masthead09 p {
    font-size: 1.75rem;
  }
}
@media (min-width: 992px) {
  header.masthead09 {
    height: 100vh;
    min-height: 550px;
    padding-top: 0;
    padding-bottom: 0;
  }
  header.masthead09 h1 {
    font-size: 3rem;
    text-transform: lowercase;
  }
}
@media (min-width: 1200px) {
  header.masthead09 h1 {
    font-size: 4.0rem;
  }
}
header.masthead09 .scroll-down {
    position: absolute;
    bottom: 20px;
    width: 100%;
    text-align: center;
}
header.masthead09 .scroll-down .btn {
    font-size: 30px;
    line-height: 50px;
    width: 50px;
    height: 50px;
    padding: 0;
    letter-spacing: normal;
    color: #ffffff;
    border: 2px solid #ffffff;
    border-radius: 100% !important;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
header.masthead09 .scroll-down {
    position: absolute;
    bottom: 20px;
    width: 100%;
    text-align: center;
}
header.masthead09 .scroll-down .btn {
    font-size: 30px;
    line-height: 50px;
    width: 50px;
    height: 50px;
    padding: 0;
    letter-spacing: normal;
    color: #ffffff;
    border: 2px solid #ffffff;
    border-radius: 100% !important;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
header.masthead10 {
  padding-top: 5rem;
  padding-bottom: calc(5rem - 56px);
  background-image:url(/assets/portaldigital/templates/EN/reauk_06/bg_sport.jpg); 
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-attachment: scroll;
  background-attachment: fixed; 
}
header.masthead10 hr {
  margin-top: 30px;
  margin-bottom: 30px;
}
header.masthead10 h1 {
  font-size: 2rem; 
  text-align:center;
  font-family: 'Poppins','Roboto', sans-serif;
}
header.masthead10 p {
  font-weight: 300;
}
@media (min-width: 768px) {
  header.masthead10 p {
    font-size: 1.9rem;
    text-align:center;
  }
}
@media (min-width: 992px) {
  header.masthead10 {
    height: 100vh;
    min-height: 650px;
    padding-top: 0;
    padding-bottom: 0;
  }
  header.masthead10 h1 {
    font-size: 3rem;
    font-family: 'Poppins','Roboto', sans-serif;
    font-weight: 400;
  }
}
@media (min-width: 1200px) {
  header.masthead10 h1 {
    font-size: 3rem;
    font-family: 'Poppins','Roboto', sans-serif;
    font-weight: 400;
  }
}
header.masthead10 .scroll-down {
    position: absolute;
    bottom: 20px;
    width: 100%;
    text-align: center;
}
header.masthead10 .scroll-down .btn {
    font-size: 30px;
    line-height: 50px;
    width: 50px;
    height: 50px;
    padding: 0;
    letter-spacing: normal;
    color: #ffffff;
    border: 2px solid #ffffff;
    border-radius: 100% !important;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
header.masthead11 {
  	padding-top: 10rem;
  	padding-bottom: calc(10rem - 56px);
  	background-image: url("/assets/portaldigital/templates/EN/reauk_03/bg_f.jpg");
  	background-position: center center;
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
  	position: relative;
  	background-attachment: scroll;
  	background-attachment: fixed;
}
header.masthead11 hr {
  margin-top: 30px;
  margin-bottom: 30px;
}
header.masthead11 h1 {
  font-size: 2rem; 
  text-align:center;
  font-weight: 900;
}
header.masthead11 p {
    font-weight: 300;
    line-height: 1.6;
    font-family: 'Poppins','Roboto', sans-serif;
    padding-bottom: 20px;
    text-align: center;
    text-transform: none;
}
@media (min-width: 768px) {
  header.masthead11 p {
    font-size: 1.75rem;
  }
}
@media (min-width: 992px) {
  header.masthead11 {
    height: 100vh;
    min-height: 550px;
    padding-top: 0;
    padding-bottom: 0;
  }
  header.masthead11 h1 {
    font-size: 3rem;
    text-transform: lowercase;
  }
}
@media (min-width: 1200px) {
  header.masthead11 h1 {
    font-size: 3.0rem;
  }
}
header.masthead11 .scroll-down {
    position: absolute;
    bottom: 20px;
    width: 100%;
    text-align: center;
}
header.masthead11 .scroll-down {
    position: absolute;
    bottom: 20px;
    width: 100%;
    text-align: center;
}
header.masthead11 .scroll-down .btn {
    font-size: 30px;
    line-height: 50px;
    width: 50px;
    height: 50px;
    padding: 0;
    letter-spacing: normal;
    color: #ffffff;
    border: 2px solid #ffffff;
    border-radius: 100% !important;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
header.masthead12 {
  	padding-top: 10rem;
  	padding-bottom: calc(10rem - 56px);
  	background-image: url("/assets/portaldigital/templates/EN/reauk_03/bg_p.jpg");
  	background-position: center center;
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
  	position: relative;
  	background-attachment: scroll;
  	background-attachment: fixed;
}
header.masthead12 hr {
  margin-top: 30px;
  margin-bottom: 30px;
}
header.masthead12 h1 {
  font-size: 3rem; 
  text-align:center;
  font-weight: 900;
}
header.masthead12 p {
    font-weight: 300;
    line-height: 1.6;
    font-family: 'Poppins','Roboto', sans-serif;
    padding-bottom: 20px;
    text-align: center;
    text-transform: none;
}
@media (min-width: 768px) {
  header.masthead12 p {
    font-size: 1.75rem;
  }
}
@media (min-width: 992px) {
  header.masthead12 {
    height: 100vh;
    min-height: 550px;
    padding-top: 0;
    padding-bottom: 0;
  }
  header.masthead12 h1 {
    font-size: 3rem;
    text-transform: lowercase;
  }
}
@media (min-width: 1200px) {
  header.masthead12 h1 {
    font-size: 3.0rem;
  }
}
header.masthead12 .scroll-down {
    position: absolute;
    bottom: 20px;
    width: 100%;
    text-align: center;
}
header.masthead12 .scroll-down .btn {
    font-size: 30px;
    line-height: 50px;
    width: 50px;
    height: 50px;
    padding: 0;
    letter-spacing: normal;
    color: #ffffff;
    border: 2px solid #ffffff;
    border-radius: 100% !important;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
header.masthead12 .scroll-down {
    position: absolute;
    bottom: 20px;
    width: 100%;
    text-align: center;
}
header.masthead12 .scroll-down .btn {
    font-size: 30px;
    line-height: 50px;
    width: 50px;
    height: 50px;
    padding: 0;
    letter-spacing: normal;
    color: #ffffff;
    border: 2px solid #ffffff;
    border-radius: 100% !important;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
header.masthead13 {
  	padding-top: 10rem;
  	padding-bottom: calc(10rem - 56px);
  	background-image: url("/assets/portaldigital/templates/EN/reauk_03/bg_s.jpg");
  	background-position: center center;
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
  	position: relative;
  	background-attachment: scroll;
  	background-attachment: fixed;
}
header.masthead13 hr {
  margin-top: 30px;
  margin-bottom: 30px;
}
header.masthead13 h1 {
  font-size: 3rem; 
  text-align:center;
  font-weight: 900;
}
header.masthead13 p {
    font-weight: 300;
    line-height: 1.6;
    font-family: 'Poppins','Roboto', sans-serif;
    padding-bottom: 20px;
    text-align: center;
    text-transform: none;
}
@media (min-width: 768px) {
  header.masthead13 p {
    font-size: 1.75rem;
  }
}
@media (min-width: 992px) {
  header.masthead13 {
    height: 100vh;
    min-height: 550px;
    padding-top: 0;
    padding-bottom: 0;
  }
  header.masthead13 h1 {
    font-size: 3rem;
    text-transform: lowercase;
  }
}
@media (min-width: 1200px) {
  header.masthead13 h1 {
    font-size: 3.0rem;
  }
}
header.masthead13 .scroll-down {
    position: absolute;
    bottom: 20px;
    width: 100%;
    text-align: center;
}
header.masthead13 .scroll-down .btn {
    font-size: 30px;
    line-height: 50px;
    width: 50px;
    height: 50px;
    padding: 0;
    letter-spacing: normal;
    color: #ffffff;
    border: 2px solid #ffffff;
    border-radius: 100% !important;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
header.masthead13 .scroll-down {
    position: absolute;
    bottom: 20px;
    width: 100%;
    text-align: center;
}
header.masthead13 .scroll-down .btn {
    font-size: 30px;
    line-height: 50px;
    width: 50px;
    height: 50px;
    padding: 0;
    letter-spacing: normal;
    color: #ffffff;
    border: 2px solid #ffffff;
    border-radius: 100% !important;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
header.masthead14 {
  	padding-top: 10rem;
  	padding-bottom: calc(10rem - 56px);
  	background-image: url("/assets/portaldigital/templates/EN/reauk_03/bg_c.jpg");
  	background-position: center center;
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
  	position: relative;
  	background-attachment: scroll;
  	background-attachment: fixed;
}
header.masthead14 hr {
  margin-top: 30px;
  margin-bottom: 30px;
}
header.masthead14 h1 {
  font-size: 3rem; 
  text-align:center;
  font-weight: 900;
}
header.masthead14 p {
    font-weight: 300;
    line-height: 1.6;
    font-family: 'Poppins','Roboto', sans-serif;
    padding-bottom: 20px;
    text-align: center;
    text-transform: none;
}
@media (min-width: 768px) {
  header.masthead14 p {
    font-size: 1.75rem;
  }
}
@media (min-width: 992px) {
  header.masthead14 {
    height: 100vh;
    min-height: 550px;
    padding-top: 0;
    padding-bottom: 0;
  }
  header.masthead14 h1 {
    font-size: 3rem;
    text-transform: lowercase;
  }
}
@media (min-width: 1200px) {
  header.masthead14 h1 {
    font-size: 3.0rem;
  }
}
header.masthead14 .scroll-down {
    position: absolute;
    bottom: 20px;
    width: 100%;
    text-align: center;
}
header.masthead14 .scroll-down .btn {
    font-size: 30px;
    line-height: 50px;
    width: 50px;
    height: 50px;
    padding: 0;
    letter-spacing: normal;
    color: #ffffff;
    border: 2px solid #ffffff;
    border-radius: 100% !important;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
header.masthead14 .scroll-down {
    position: absolute;
    bottom: 20px;
    width: 100%;
    text-align: center;
}
header.masthead14 .scroll-down .btn {
    font-size: 30px;
    line-height: 50px;
    width: 50px;
    height: 50px;
    padding: 0;
    letter-spacing: normal;
    color: #ffffff;
    border: 2px solid #ffffff;
    border-radius: 100% !important;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
header.masthead15 {
  	padding-top: 10rem;
  	padding-bottom: calc(10rem - 56px);
  	background-image: url("/assets/portaldigital/templates/EN/reauk_03/bg_m.jpg");
  	background-position: center center;
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
  	position: relative;
  	background-attachment: scroll;
  	background-attachment: fixed;
}
header.masthead15 hr {
  margin-top: 30px;
  margin-bottom: 30px;
}
header.masthead15 h1 {
  font-size: 2rem; 
  text-align:center;
  font-weight: 900;
}
header.masthead15 p {
    font-weight: 300;
    line-height: 1.6;
    font-family: 'Poppins','Roboto', sans-serif;
    padding-bottom: 20px;
    text-align: center;
    text-transform: none;
}
@media (min-width: 768px) {
  header.masthead15 p {
    font-size: 1.75rem;
  }
}
@media (min-width: 992px) {
  header.masthead15 {
    height: 100vh;
    min-height: 550px;
    padding-top: 0;
    padding-bottom: 0;
  }
  header.masthead15 h1 {
    font-size: 2rem; 
    text-align:center;
    font-weight: 900;
  }
}
@media (min-width: 1200px) {
  header.masthead15 h1 {
    font-size: 3.0rem;
  }
}
header.masthead15 .scroll-down {
    position: absolute;
    bottom: 20px;
    width: 100%;
    text-align: center;
}
header.masthead15 .scroll-down .btn {
    font-size: 30px;
    line-height: 50px;
    width: 50px;
    height: 50px;
    padding: 0;
    letter-spacing: normal;
    color: #ffffff;
    border: 2px solid #ffffff;
    border-radius: 100% !important;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
header.masthead15 .scroll-down {
    position: absolute;
    bottom: 20px;
    width: 100%;
    text-align: center;
}
header.masthead15 .scroll-down .btn {
    font-size: 30px;
    line-height: 50px;
    width: 50px;
    height: 50px;
    padding: 0;
    letter-spacing: normal;
    color: #ffffff;
    border: 2px solid #ffffff;
    border-radius: 100% !important;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
header.masthead16 {
  	padding-top: 10rem;
  	padding-bottom: calc(10rem - 56px);
  	background-image: url("/assets/portaldigital/templates/EN/reauk_04/bg_agent_1.jpg");
  	background-position: center center;
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
  	position: relative;
  	background-attachment: scroll;
  	background-attachment: fixed;
}
header.masthead16 hr {
  margin-top: 30px;
  margin-bottom: 30px;
}
header.masthead16 h1 {
    font-size: 5rem;
    font-family: 'Poppins','Roboto', sans-serif;
    font-weight: 700;
}
header.masthead16 p {
    font-weight: 300;
    line-height: 1.6;
    font-family: 'Poppins','Roboto', sans-serif;
    padding-bottom: 20px;
    text-align: center;
    text-transform: none;
}
@media (min-width: 768px) {
  header.masthead16 p {
    font-size: 1.75rem;
  }
}
@media (min-width: 992px) {
  header.masthead16 {
    height: 70vh;
    min-height: 550px;
    padding-top: 0;
    padding-bottom: 0;
  }
  header.masthead16 h1 {
    font-size: 2rem; 
    font-family: 'Poppins','Roboto', sans-serif;
    font-weight: 700;
  }
}
@media (min-width: 1200px) {
  header.masthead16 h1 {
    font-size: 4.0rem;
  }
}
header.masthead16 .scroll-down {
    position: absolute;
    bottom: 20px;
    width: 100%;
    text-align: center;
}
header.masthead16 .scroll-down .btn {
    font-size: 30px;
    line-height: 50px;
    width: 50px;
    height: 50px;
    padding: 0;
    letter-spacing: normal;
    color: #ffffff;
    border: 2px solid #ffffff;
    border-radius: 100% !important;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
header.masthead16 .scroll-down {
    position: absolute;
    bottom: 20px;
    width: 100%;
    text-align: center;
}
header.masthead16 .scroll-down .btn {
    font-size: 30px;
    line-height: 50px;
    width: 50px;
    height: 50px;
    padding: 0;
    letter-spacing: normal;
    color: #ffffff;
    border: 2px solid #ffffff;
    border-radius: 100% !important;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
header.masthead17 {
  	padding-top: 3rem;
  	padding-bottom: calc(3rem - 56px);
  	background-position: center center;
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
  	position: relative;
  	background-attachment: scroll;
  	background-attachment: fixed;
}
header.masthead17 hr {
  margin-top: 30px;
  margin-bottom: 30px;
}
header.masthead17 h1 {
  font-size: 2rem; 
  text-align:center;
  font-weight: 900;
}
header.masthead17 p {
    font-weight: 300;
    line-height: 1.6;
    font-family: 'Poppins','Roboto', sans-serif;
    padding-bottom: 20px;
    text-align: center;
    text-transform: none;
}
@media (min-width: 768px) {
  header.masthead17 p {
    font-size: 1.75rem;
  }
}
@media (min-width: 992px) {
  header.masthead17 {
    height: 0vh;
    min-height: 60px;
    padding-top: 0;
    padding-bottom: 0;
  }
  header.masthead17 h1 {
    font-size: 2rem; 
    text-align:center;
    font-weight: 900;
  }
}
@media (min-width: 1200px) {
  header.masthead17 h1 {
    font-size: 3.0rem;
  }
}
header.masthead17 .scroll-down {
    position: absolute;
    bottom: 20px;
    width: 100%;
    text-align: center;
}
header.masthead17 .scroll-down .btn {
    font-size: 30px;
    line-height: 50px;
    width: 50px;
    height: 50px;
    padding: 0;
    letter-spacing: normal;
    color: #ffffff;
    border: 2px solid #ffffff;
    border-radius: 100% !important;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
header.masthead17 .scroll-down {
    position: absolute;
    bottom: 20px;
    width: 100%;
    text-align: center;
}
header.masthead17 .scroll-down .btn {
    font-size: 30px;
    line-height: 50px;
    width: 50px;
    height: 50px;
    padding: 0;
    letter-spacing: normal;
    color: #ffffff;
    border: 2px solid #ffffff;
    border-radius: 100% !important;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
header.masthead18 {
  	padding-top: 10rem;
  	padding-bottom: calc(10rem - 56px);
  	background-image: url("/assets/portaldigital/templates/EN/reauk_05/bg_careers.jpg");
  	background-position: center center;
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
  	position: relative;
  	background-attachment: scroll;
  	background-attachment: fixed;
}
header.masthead18 hr {
  margin-top: 30px;
  margin-bottom: 30px;
}
header.masthead18 h1 {
    font-size: 2rem;
    font-family: 'Poppins','Roboto', sans-serif;
    font-weight: 400;
}
header.masthead18 p {
    font-weight: 300;
    line-height: 1.6;
    font-family: 'Poppins','Roboto', sans-serif;
    padding-bottom: 20px;
    text-align: center;
    text-transform: none;
    color:#ffffff;
}
@media (min-width: 768px) {
  header.masthead18 p {
    font-size: 1.75rem;
  }
}
@media (min-width: 992px) {
  header.masthead18 {
    height: 100vh;
    min-height: 550px;
    padding-top: 0;
    padding-bottom: 0;
  }
  header.masthead18 h1 {
    font-size: 3rem;
    text-transform: lowercase;
  }
}
@media (min-width: 1200px) {
  header.masthead18 h1 {
    font-size: 4.0rem;
  }
}
header.masthead18 .scroll-down {
    position: absolute;
    bottom: 20px;
    width: 100%;
    text-align: center;
}
header.masthead18 .scroll-down .btn {
    font-size: 30px;
    line-height: 50px;
    width: 50px;
    height: 50px;
    padding: 0;
    letter-spacing: normal;
    color: #ffffff;
    border: 2px solid #ffffff;
    border-radius: 100% !important;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
header.masthead18 .scroll-down {
    position: absolute;
    bottom: 20px;
    width: 100%;
    text-align: center;
}
header.masthead18 .scroll-down .btn {
    font-size: 30px;
    line-height: 50px;
    width: 50px;
    height: 50px;
    padding: 0;
    letter-spacing: normal;
    color: #ffffff;
    border: 2px solid #ffffff;
    border-radius: 100% !important;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
header.masthead19 {
  	padding-top: 0rem;
  	padding-bottom: calc(0rem - 56px);
  	background-position: center center;
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
  	position: relative;
  	background-attachment: scroll;
  	background-attachment: fixed;
}
header.masthead19 hr {
  margin-top: 30px;
  margin-bottom: 30px;
}
header.masthead19 h1 {
  font-size: 2rem; 
  text-align:center;
  font-weight: 900;
}
header.masthead19 p {
    font-weight: 300;
    line-height: 1.6;
    font-family: 'Poppins','Roboto', sans-serif;
    padding-bottom: 20px;
    text-align: center;
    text-transform: none;
}
@media (min-width: 768px) {
  header.masthead19 p {
    font-size: 1.75rem;
  }
}
@media (min-width: 992px) {
  header.masthead19 {
    height: 2vh;
    min-height: 0px;
    padding-top: 0;
    padding-bottom: 0;
  }
  header.masthead19 h1 {
    font-size: 2rem; 
    text-align:center;
    font-weight: 900;
  }
}
@media (min-width: 1200px) {
  header.masthead19 h1 {
    font-size: 3.0rem;
  }
}
header.masthead19 .scroll-down {
    position: absolute;
    bottom: 20px;
    width: 100%;
    text-align: center;
}
header.masthead19 .scroll-down .btn {
    font-size: 30px;
    line-height: 50px;
    width: 50px;
    height: 50px;
    padding: 0;
    letter-spacing: normal;
    color: #ffffff;
    border: 2px solid #ffffff;
    border-radius: 100% !important;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
header.masthead19 .scroll-down {
    position: absolute;
    bottom: 20px;
    width: 100%;
    text-align: center;
}
header.masthead19 .scroll-down .btn {
    font-size: 30px;
    line-height: 50px;
    width: 50px;
    height: 50px;
    padding: 0;
    letter-spacing: normal;
    color: #ffffff;
    border: 2px solid #ffffff;
    border-radius: 100% !important;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
/********************************/
.section_mainpanel{
    padding: 9rem 0;
}
.s-header_1c {
    width: 100%;
    height: 70px;
    background-color: transparent;
    border-bottom:1px solid #efefef;
    position: absolute;
    top: 0;
    z-index: 501;
}
.home-social {
    font-family: 'Poppins','Roboto', sans-serif;
    list-style: none;
    margin: 0 10px 10px 0;
    position: absolute;
    top: 40%;
    right: 2.4rem;
    -webkit-transform: translate3d(0, -50%, 0);
    -ms-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}
.home-social i {
    font-size: 14px;
    right: 0;
    text-align: center;
    display: inline-block;
    width: 33px;
    height: 33px;
    line-height: calc(33px - 4px);
    border: 2px solid #FFFFFF;
    border-radius: 50%; 
	margin-bottom:20px;
	color:#FFFFFF;
}
.home-social i:hover {
    border: 2px solid #6a148e;
    color:#6a148e;
}
.btn-header {
    cursor: pointer;
    display: inline-block;
    text-align: center;
    font-weight: 300;
    white-space: nowrap;
    font-size: 16px;
    line-height: 1.5;
    color: rgb(255, 255, 255);
    background-color: #cf0000;
    box-shadow: rgba(59, 65, 68, 0.7) 0px 8px 20px -15px;
    margin: 16px 0px 16px;
    border-radius: 2px;
    border-width: 1px;
    border-style: solid;
    transition: top 0.1s ease 0s, box-shadow 0.1s ease 0s, border-color 0.1s ease 0s, background-color 0.1s ease 0s, color 0.1s ease 0s;
    padding: 8px 16px;
    border-color: transparent;
    font-family: 'Poppins','Roboto', sans-serif;
    text-decoration: none;
}
.btn-header:hover {
    background-color:#ffffff;
    color: #cf0000;
    border: 1px solid #cf0000;
    text-decoration: underline;
}
.btn-listing{
    cursor: pointer;
    display: inline-block;
    text-align: center;
    font-weight: 300;
    white-space: nowrap;
    font-size: 16px;
    line-height: 1.5;
    border: 1px solid #cf0000;
    color: #cf0000;
    background-color:#ffffff;
    padding: 8px 16px;
    margin-top: 10px;
    border-radius: 2px;
    border-width: 1px;
    border-style: solid;
    transition: top 0.1s ease 0s, box-shadow 0.1s ease 0s, border-color 0.1s ease 0s, background-color 0.1s ease 0s, color 0.1s ease 0s;
    font-family: 'Poppins','Roboto', sans-serif;
    text-decoration: none;
}
.btn-header:hover {
    background-color:#ffffff;
    color:#cf0000;
    border: 1px solid #cf0000;
    text-decoration: underline;
}
.btn-company {
    cursor: pointer;
    display: inline-block;
    text-align: center;
    font-weight: 300;
    white-space: nowrap;
    font-size: 16px;
    line-height: 1.5;
    border: 1px solid #cf0000;
    color: #cf0000;
    background-color:#ffffff;
    padding: 8px 16px;
    margin-top: 10px;
    border-radius: 2px;
    border-width: 1px;
    border-style: solid;
    transition: top 0.1s ease 0s, box-shadow 0.1s ease 0s, border-color 0.1s ease 0s, background-color 0.1s ease 0s, color 0.1s ease 0s;
    font-family: 'Poppins','Roboto', sans-serif;
    text-decoration: none;
}
.btn-company:hover {
    background-color:#ffffff;
    color:#cf0000;
    border: 1px solid #cf0000;
    text-decoration: underline;
}
.btn-header_r {
    background-color: #ffffff;
    border-radius: 50px;
    color: #F05F40;
    border: 2px solid #ffffff;
    font-size: 19px;
    font-weight: 500;
    text-transform: lowercase;
    font-family: 'Poppins','Roboto', sans-serif;
    vertical-align: middle;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 60px;
    padding-right: 60px;
    margin-left: 0px;
    margin-bottom: 0px;
    text-decoration: none;
}
.btn-header_r:hover {
    background-color: #FFFFFF;
    color: #F05F40;
    border: 2px solid #FFFFFF;
    text-decoration: underline;
}
.btn-header_b {
    background-color:#F05F40;
    border-radius: 50px;
    color:#FFFFFF ;
    border: 2px solid #F05F40;
    font-size: 19px;
    font-weight: 500;
    text-transform: lowercase;
    font-family: 'Poppins','Roboto', sans-serif;
    vertical-align: middle;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 60px;
    padding-right: 60px;
    margin-left: 40px;
    margin-bottom: 0px;
    text-decoration: none;
}
.btn-header_b:hover {
    background-color: #F05F40;
    color: #FFFFFF;
    border: 2px solid #F05F40;
    text-decoration: underline;
}
.btn-header_y {
    background-color:#F05F40;
    border-radius: 50px;
    color:#FFFFFF ;
    border: 2px solid #F05F40;
    font-size: 19px;
    font-weight: 500;
    text-transform: lowercase;
    font-family: 'Quicksand', sans-serif;
    vertical-align: middle;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 60px;
    padding-right: 60px;
    margin-left: 0px;
    margin-bottom: 0px;
    text-decoration: none;
}
.btn-header_y:hover {
    background-color: #F05F40;
    color: #FFFFFF;
    border: 2px solid #F05F40;
    text-decoration: underline;
}
.btn-header1 {
    background-color: #333333;
    border-radius: 4px;
    color: #ffffff;
    border: 2px solid #333333;
    font-size: 19px;
    font-weight: 500;
    text-transform: lowercase;
    font-family: 'Quicksand', sans-serif;
    vertical-align: middle;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 40px;
    padding-right: 40px;
    margin-right: 30px;
    margin-bottom: 0px;
    text-decoration: none;
}
.btn-header1:hover {
    background-color: #F05F40;
    color: #ffffff;
    border: 2px solid#F05F40;
    text-decoration: underline;
}
.bg_testimonials {
    padding-top: 10rem;
    padding-bottom: calc(10rem - 56px);
    background-image: url(/assets/portaldigital/templates/EN/ecommerce04/bg_quote.jpg);
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-attachment: scroll;
    background-attachment: fixed;
}
.bg_terms {
    padding-left: 70px;
    padding-right: 70px;
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #ffffff;
}
.btn-contact {
    background-color: #009cbd;
    border-radius: 50px;
    color: #ffffff;
    border: 2px solid#009cbd;
    font-size: 19px;
    font-weight: 500;
    text-transform: lowercase;
    font-family: 'Quicksand', sans-serif;
    vertical-align: middle;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 100px;
    padding-right: 100px;
    margin-left: 0px;
    margin-bottom: 0px;
    text-decoration: none;
}
.btn-contact:hover {
    background-color:#009cbd;
    color: #ffffff;
    border: 2px solid#009cbd;
    text-decoration: underline;
}
.bg_store {
    padding-left: 70px;
    padding-right: 70px;
    padding-top: 20px;
    padding-bottom: 70px;
}
/******************************************************/
section#contact .form-group textarea.form-control1 {
    height: 218px;
}
section#contact .form-group input.form-control1 {
    height: auto;
}
section#contact .form-group input, section#contact .form-group1 textarea {
	padding: 20px;
}
.form-control1 {
    display: block;
    width: 100%;
    height: 54px;
    padding: 6px 12px;
    font-size: 15px;
    line-height: 1.42857143;
    color: #333333;
    background-color: #ffffff;
    background-image: none;
    border: 2px solid #000000;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    border-radius: 2px;
    font-weight: 100;
    font-family: 'Poppins','Roboto', sans-serif;
    text-transform: lowercase;
}
.form-control2 {
    display: block;
    width: 100%;
    height: 190px;
    padding: 6px 12px;
    font-size: 15px;
    line-height: 1.42857143;
    color: #666666;
    background-color: #ffffff;
    background-image: none;
    border: 2px solid #000000;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    font-family: 'Quicksand', sans-serif;
    text-transform: lowercase;
    border-radius: 2px;
    font-weight: 100;
}
section#contact .form-group textarea.form-control2 {
    height: 218px;
}
.greenText {
    color: rgb(36, 202, 149);
    font-size: 5rem;
    font-family: 'Quicksand', sans-serif;
    text-transform: lowercase;
}
.homeSearchBg {
    margin-top: 10px;
    z-index: 120;
}
.homeSearch {
    padding: 0px 15%;
}
.fw-bg {
    position: relative;
    float: left;
    width: 100%;
}
.homeSearch {
    padding: 0px 15%;
}
.w960-centered {
    position: relative;
    width: 90%;
    max-width: 1280px;
    height: auto;
    margin: 0px auto;
    padding: 20px 0px 20px 20px;
}
.homeSearch .hsBox.greenBG {
    margin-right: 6px;
    background-color: rgb(29, 191, 132);
}
.homeSearch .hsBox.greenBG h2{
    font-size: 2rem;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 1.2;
}
.homeSearch .hsBox {
    float: left;
    width: calc(50% - 6px);
    height: 126px;
    padding: 20px;
    text-align: center;
}
.homeSearch .hsBox.blackBG .hsSearchBTN {
    float: left;
    width: 48px;
    height: 35px;
    border: none;
    color: rgb(255, 255, 255);
    background-color: rgb(29, 191, 132);
}
.homeSearch .hsBox.blackBG {
    margin-right: 6px;
    background-color: rgb(50, 50, 50);
}
.homeSearch .hsBox.greenBG a {
    display: inline-block;
    width: 100%;
    padding: 6px;
    background-color: rgb(255, 255, 255);
    color: rgb(50, 50, 50);
    font-size: 19px;
    font-family: 'Oswald', sans-serif;
    text-transform: lowercase;
    font-weight: 300;
    line-height: 1.2;
    text-decoration: none;
}
.homeSearch .hsBox.greenBG a:hover {
    text-decoration: none;
}
.homeSearch .hsBox.blackBG #search_text {
    float: left;
    width: calc(100% - 48px);
    height: 35px;
    margin: 0px;
    padding: 6px;
    background-color: rgb(255, 255, 255);
    border: none;
    color:#000000;
    font-size: 19px;
    font-family: 'Oswald', sans-serif;
    text-transform: lowercase;
    font-weight: 300;
    line-height: 1.2;
}
.homeSearch .hsBox.blackBG h2{
    font-size: 2rem;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 1.2;
    color: #FFFFFF;
}
.sale_title{
    font-size: 3.4rem;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.2;
    padding-top: 20px;
    padding-bottom: 20px;
}
.sale_text {
    font-size: 25px;
    color: rgb(50, 50, 50);
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    text-align: left;
    margin-left: 0px;
    margin-right: 0px;
}
.btn-featured {
    background-color:rgb(31, 200, 138);
    border-radius: 50px;
    color: #ffffff;
    border: 1px solid rgb(31, 200, 138);
    font-size: 17px;
    font-weight: 900;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    vertical-align: middle;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 30px;
    text-decoration: none;
}
.btn-featured a {
    background-color:rgb(31, 200, 138);
    border-radius: 50px;
    color: #ffffff;
    border: 1px solid rgb(31, 200, 138);
    font-size: 17px;
    font-weight: 900;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    vertical-align: middle;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 30px;
    text-decoration: none;
}
.btn-featured a:hover {
    color:#ffffff;
    text-decoration: underline;
}
.portfolio-item {
  display: block;
  position: relative;
  overflow: hidden;
  max-width: 530px;
  margin: auto auto 1rem;
}
.portfolio-item .caption {
  display: flex;
  height: 100%;
  width: 100%;
  background-color: rgba(33, 37, 41, 0.2);
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
}
.portfolio-item .caption .caption-content {
  color: #fff;
  margin: auto 2rem 2rem;
}
.portfolio-item .caption .caption-content h2 {
    font-size: 2.1rem;
    font-family: 'Oswald', sans-serif;
    text-transform: lowercase;
    font-weight: 700;
    line-height: 1.2;
    color: rgb(31, 200, 138);
    padding-bottom: 10px;
}
.portfolio-item .caption .caption-content p {
    font-weight: 300;
    font-family: 'Oswald', sans-serif;
    font-size: 1.3rem;
    line-height: 1.2;
}
@media (min-width: 992px) {
  .portfolio-item {
    max-width: none;
    margin: 0;
  }
  .portfolio-item .caption {
    -webkit-transition: -webkit-clip-path 0.25s ease-out, background-color 0.7s;
    -webkit-clip-path: inset(0px);
    clip-path: inset(0px);
  }
  .portfolio-item .caption .caption-content {
    transition: opacity 0.25s;
    margin-left: 1rem;
    margin-right: 1rem;
    margin-bottom: 1rem;
  }
  .portfolio-item img {
    -webkit-transition: -webkit-clip-path 0.25s ease-out;
    -webkit-clip-path: inset(-1px);
    clip-path: inset(-1px);
  }
  .portfolio-item:hover img {
    -webkit-clip-path: inset(2rem);
    clip-path: inset(2rem);
  }
  .portfolio-item:hover .caption {
    background-color: rgba(13, 12, 12, 0.9);
    -webkit-clip-path: inset(0rem);
    clip-path: inset(0rem);
  }
}
.terms_text {
    font: 300 17px 'Oswald', sans-serif;
    text-transform: none;
    color: #222a37;
    line-height: 36px;
    padding-bottom: 0px;
    padding-top: 20px;
    text-align: left;
}
/**************************************/
.form-title{
    font-size: 17px;
    color: #7a7c7f;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
}
.search-form .cards {
    border-radius: 0 0 3px 3px;
    box-shadow: none;
    margin-top: 0px;
    padding: 0px;
    background: #ffffff;
}
.cards {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0px solid rgba(0,0,0,.125);
    border-radius: .25rem;
    color: #7a7c7f;
    padding-right: 5px;
    font-size: 17px;
    font-family: 'Oswald', sans-serif;
    font-weight: 900;
    text-transform: uppercase;
}
#sidebar #filters .cards .cards-header {
    padding: 0;
    background: none;
    font-weight: 600;
    font-size: 16px;
    border-bottom-color: rgba(134, 158, 158, 0.3);
    text-transform: uppercase;
}
#sidebar .cards .cards-header .panel-title {
    color: #7a7c7f;
    font-size: 15px;
    font-family: 'Oswald', sans-serif;
    font-weight: 900;
    text-transform: uppercase;
}
#sidebar .cards .cards-header .panel-title a{
    color: #7a7c7f;
    font-size: 15px;
    font-family: 'Oswald', sans-serif;
    font-weight: 900;
    text-transform: uppercase;
}
#sidebar .cards .cards-header .panel-title a:hover{
    color: #7a7c7f;
    text-transform: uppercase;
    text-decoration: none;
}
.form-control1-lg {
    padding: 6px 12px;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem;
    box-shadow: none;
    border-radius: 2px; 
}
.bg_search {
    margin-top: 95px;
    padding-bottom: 0px;
    padding-top: 20px;
    background-color: rgba(8,32,44,0.9);
}
.bg_search_m {
    margin-top: 35px;
    padding-bottom: 10px;
    padding-top: 10px;
    background-color: #f2f2f2;
    box-shadow: inset 0 -0.0625rem 0 0 #ddd, inset 0 0.0rem 0 0 #ddd;
    width: 100%;
}
.bg_search_d {
    margin-top: 95px;
    padding-bottom: 20px;
    padding-top: 20px;
    background-color: #FFFFFF;
    border-bottom: 0px solid rgba(33, 37, 41, 0.1);
}
.bg_search_c {
    margin-top: 50px;
    padding-bottom: 0px;
    padding-top: 0px;
    background-color: #FFFFFF;
    border-bottom: 0px solid rgba(33, 37, 41, 0.1);
}
.bg_search_N {
    padding-top: 5rem;
    padding-bottom: calc(5rem - 56px);
    background-image: url(/assets/portaldigital/templates/EN/reauk_06/bg_news1.jpg);
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-attachment: scroll;
    background-attachment: fixed;
}
.bg_search_S {
    padding-top: 5rem;
    padding-bottom: calc(5rem - 56px);
    background-image: url(/assets/portaldigital/templates/EN/reauk_06/bg_services.jpg);
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-attachment: scroll;
    background-attachment: fixed;
}
.bg_search_A {
    padding-top: 5rem;
    padding-bottom: calc(5rem - 56px);
    background-image: url(/assets/portaldigital/templates/EN/reauk_06/bg_agent1.jpg);
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-attachment: scroll;
    background-attachment: fixed;
}
.bg_search_rea {
    margin-top: 52px;
    padding-bottom: 0px;
    padding-top: 20px;
}
.bg_search_rea_v {
    margin-top: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
}
.custom-bg-gradient{
    margin-top: 20px;
    padding-bottom: 60px;
    margin-bottom: 0px;
    padding-top: 20px;
    background: linear-gradient(180deg, rgba(238,238,238,0.39) 0%, rgba(216,216,216,0.91) 100%);
}
.bg_breadcrumbs {
    padding-top: 40px;
    padding-bottom: 40px;
}
.subheadline {
    font-size: 20px;
    margin: 20px 0 20px 0;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
    font-family: 'Oswald', sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    color:#000000;
}
.breadcrumbs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .75rem 0rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #ffffff;
    border-radius: .25rem;
}
.breadcrumbs-item a {
    color: #7a7c7f;
    padding-right: 5px;
    font-size: 17px;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
}
.breadcrumbs-item a:hover {
    color: rgb(31, 200, 138);
}
.breadcrumbs-item+.breadcrumbs-item::before {
    display: inline-block;
    padding-right: .5rem;
    padding-left: .5rem;
    color: #6c757d;
    content: "/";
    font-weight: 300;
}
.breadcrumbs-item.active {
    color:rgb(31, 200, 138);
    padding-right: 5px;
    font-size: 17px;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
}
.page-header h1 {
    font-size: 26px;
    line-height: 34px;
    margin-top: 0;
    margin-bottom: 0;
    font-family: 'Oswald', sans-serif;
    font-weight: 900;
    text-transform: uppercase;
}
#sidebar.sidebar-left .sidebar_inner {
    padding-right: 30px;
    border-right: 0px solid #eee;
}
#sidebar #filters {
    margin-bottom: 30px;
}
#sidebar #filters .card {
    padding: 0;
    box-shadow: none;
    margin-bottom: 0;
}
#sidebar #filters .card .card-header {
    padding: 0;
    background: none;
    font-weight: 600;
    font-size: 16px;
    border-bottom-color: rgba(134, 158, 158, 0.3);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
#sidebar .card .card-header .panel-title {
    font-weight: 600;
    font-size: 21px;
    color: #7a7c7f;
    font-family: 'Oswald', sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    text-decoration: none;
}
#sidebar .card .card-header .panel-title a{
    font-weight: 600;
    font-size: 21px;
    color: #7a7c7f;
    font-family: 'Oswald', sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    text-decoration: none;
}
#sidebar .card .card-header .panel-title a:hover {
    color: #7a7c7f;
    text-transform: uppercase;
    text-decoration: underline;
}
#sidebar #filters .card .card-header {
    padding: 0;
    background: none;
    font-weight: 600;
    font-size: 16px;
    border-bottom-color: rgba(134, 158, 158, 0.3);
}
#sidebar #filters .card .card-header a {
    font-weight: 600;
    font-size: 16px;
    display: block;
    color: #869e9e;
}
.card {
    border: none;
    padding: 15px;
    border-radius: 18px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}
.card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
}
.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    border-bottom: 0px solid rgba(0,0,0,.125);
}
#sidebar .card .card-header .panel-title {
    font-weight: 600;
    color: #757575;
    font-family: 'Oswald', sans-serif;
    font-size: 17px;
    font-weight: 500;
}
.table td, .table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}
.table_title {
    color: #757575;
    font-family: 'Oswald', sans-serif;
    font-size: 19px;
    font-weight: 300;
}
#sidebar #filters .card .collapse.show {
    border-bottom: 1px solid rgba(134, 158, 158, 0.3);
}
.collapse.show {
    display: block;
}
#sidebar #filters .card .card-body {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
}
.radio label, .checkbox label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 25px;
    margin-right: 15px;
    min-width: 17px;
    min-height: 17px;
    line-height: 20px;
    margin-bottom: 0;
    font-size: 15px;
    color: #7a7c7f;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
}
.item-listing .item {
    margin-top: 30px;
    padding: 10px;
    margin-bottom: 0px;
    overflow: hidden;
    background-color: transparent;
    background-clip: border-box;
    border-radius: 0rem;
    display: block;
    width: 100%;
    position: relative;
    text-align: left;
}
.item-listing.list .item .item-title {
    font-size: 35px;
    color: #009cbd;
    font-family: 'Merriweather', 'Helvetica Neue', Arial, sans-serif;
    font-weight: 500;
    line-height: 20px;
    text-transform: lowercase;
    text-decoration: none;
    padding-bottom: 20px;
    text-align: center;
    padding-top: 20px;
}
.item-listing.list .item .item-title a{
    font-size: 35px;
    color: #009cbd;
    font-family: 'Merriweather', 'Helvetica Neue', Arial, sans-serif;
    font-weight: 500;
    line-height: 20px;
    text-transform: lowercase;
    text-decoration: none;
}
.item-listing.list .item .item-title a:hover{
    color: #F05F40;
    text-transform: lowercase;
    text-decoration:  underline;
}
.item-listing.list .item .item-location {
    font-size: 19px;
    color: #7a7c7f;
    font-family: 'Merriweather', 'Helvetica Neue', Arial, sans-serif;
    font-weight: 300;
    line-height: 45px;
}
.item-listing .item .item-details-i {
    font-size: 15px;
    color: #7a7c7f;
    font-family: 'Merriweather', 'Helvetica Neue', Arial, sans-serif;
    font-weight: 300;
    line-height: 45px;
}
.item-listing .item .item-details ul li span {
    float: right;
    font-size: 17px;
    color: #7a7c7f;
    font-family: 'Merriweather', 'Helvetica Neue', Arial, sans-serif;
    font-weight: 300;
    line-height: 45px;
}
.item-listing .item .item-details ul li {
    padding: 5px 0;
    font-size: 17px;
    color: #7a7c7f;
    font-family: 'Merriweather', 'Helvetica Neue', Arial, sans-serif;
    font-weight: 300;
    line-height: 45px;
    list-style: none;
}
.item-listing .item .item-details ul {
    list-style: none;
    margin: 0 0 10px 0;
    padding: 0;
}
.item-listing .item .item-details ul li + li {
    border-top: 1px solid #eee;
}
.item-listing .item .added-on {
    font-size: 17px;
    color: #7a7c7f;
    font-family: 'Merriweather', 'Helvetica Neue', Arial, sans-serif;
    font-weight: 300;
    line-height: 45px;
}
.item-listing .item .added-by {
    display: block;
    text-align: right;
    font-size: 17px;
    color:rgb(31, 200, 138);
    font-family: 'Merriweather', 'Helvetica Neue', Arial, sans-serif;
    font-weight: 300;
    line-height: 45px;
}
.item-listing .item .item-badges .item-badge-left {
    background-color: rgb(31, 200, 138);
    padding: 5px 10px;
    color: #FFF;
    float: left;
    left: 15px;
    top: 15px;
    position: relative;
    text-align: center;
    margin: 0;
    border-radius: 3px;
}
.item-listing .item .item-badge-right {
    position: absolute;
    top: 15px;
    right: 15px;
    padding: 5px 10px;
    color: #FFF;
    background-color: rgba(74, 74, 76, 0.7);
    border-radius: 3px;
}
.item-listing .item .item-price {
    color: rgb(31, 200, 138);
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 0;
    padding-left: 20px;
}
.item-listing .item .item-price small {
    font-size: 14px;
    display: block;
    font-weight: normal;
}
.item-listing .item .item-image .item-meta {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    color: #FFF;
}
.item-listing .item .item-description {
    margin-bottom: 10px;
    font-size: 15px;
    color: #333333;
    font-family: 'Merriweather', 'Helvetica Neue', Arial, sans-serif;
    font-weight: 300;
    line-height: 35px;
    padding-bottom: 10px;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.item-listing .item .item-badges {
    position: absolute;
    top: 0;
    z-index: 999;
    right: 0;
    width: 100%;
    display: block;
    font-size: 13px;
    padding: 0px;
    overflow: hidden;
    height: 100px;
}
.item-listing .item .save-item {
    display: block;
    position: absolute;
    bottom: 15px;
    right: 15px;
    width: 40px;
    height: 40px;
    font-size: 20px;
    line-height: 42px;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.3);
}
.item-listing .item .item-image > a {
    display: block;
    opacity: 1;
}
.item-actions a {
    display: inline-block;
    margin-right: 15px;
    color: #333333;
    font-size: 15px;
    font-family: 'Merriweather', 'Helvetica Neue', Arial, sans-serif;
    font-weight: 500;
    text-transform: lowercase;
}
.item-actions a:hover {
    color:#009cbd;
}
.btn-load {
    background-color: rgb(31, 200, 138);
    border-radius: 50px;
    color: #ffffff;
    border: 1px solid rgb(31, 200, 138);
    font-size: 17px;
    font-weight: 900;
    text-transform: uppercase;
    font-family: 'Merriweather', 'Helvetica Neue', Arial, sans-serif;
    vertical-align: middle;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 30px;
    margin-bottom: 30px;
    text-decoration: none;
    text-align: center;
    width: 100%;
}
.btn-load:hover {
    color: #fff;
    background-color: rgb(31, 200, 138) !important;
    border: 1px solid rgb(31, 200, 138);
    text-decoration: none;
}
.pagination > .page-item .page-link {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    margin: 0 3px;
    padding: 0;
    border-radius: 50% !important;
    border-color: transparent;
    margin-top: 5px;
    color: rgb(31, 200, 138);
}
.pagination > .page-item.active .page-link, .pagination > .page-item.active .page-link:focus, .pagination > .page-item.active .page-link:hover {
    width: 60px;
    height: 60px;
    line-height: 60px;
    background-color: rgb(31, 200, 138);
    border-color: rgb(31, 200, 138);
    color: #FFF;
    font-size: 16px;
    font-weight: bold;
    margin-top: 0;
}
.btn-return {
    display: inline-block;
    margin-right: 15px;
    color: #666;
    font-size: 28px;
    width: 60px;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
    background: rgba(134, 158, 158, 0.15);
    border-radius: 3px;
    font-weight: bold;
    float: left;
}
.btn-return a {
    display: inline-block;
    margin-right: 15px;
    color: #666;
    font-size: 28px;
    width: 60px;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
    background: rgba(134, 158, 158, 0.15);
    border-radius: 3px;
    font-weight: bold;
    float: left;
}
.btn-return a {
    color: rgb(31, 200, 138);
}
.page-header h1 .label-bordered {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 2.25em;
    border: 1px solid rgb(31, 200, 138);
    color: rgb(31, 200, 138);
}
.page-header .btn-return + h1 {
    margin-left: 75px;
}
.page-header h1 {
    font-size: 21px;
    color: rgb(31, 200, 138);
    font-family: 'Oswald', sans-serif;
    font-weight: 900;
    line-height: 34px;
    margin-top: 0;
    margin-bottom: 0;
}
.page-header h1 small {
    display: block;
    font-size: 17px;
    color: #7a7c7f;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    line-height: 45px;
}
.page-header .price {
    color: #282828;
    margin-left: 15px;
    font-size: 25px;
    line-height: 1.1;
    text-align: right;
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
}
.page-header .price small {
    display: block;
    font-size: 21px;
    color: #7a7c7f;
    margin-top: 10px;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
}
.page-header.bordered {
    border-bottom: 1px solid #eee !important;
    margin-bottom: 20px;
}
.item-gallery {
    margin-bottom: 20px;
}
.gallery-top {
    margin-bottom: 30px;
}
.contact_agent a{
    font-size: 19px;
    color: #7a7c7f;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    line-height: 45px;
}
.contact_agent a:hover {
    color: rgb(31, 200, 138);
}
.bg_main {
    margin-top: 40px;
    margin-bottom: 40px;
}
.page-header h1 {
    font-size: 21px;
    color: rgb(31, 200, 138);
    font-family: 'Oswald', sans-serif;
    font-weight: 900;
    line-height: 34px;
    margin-top: 0;
    margin-bottom: 0;
}
.leads {
    font-size: 19px;
    color: #000000;
    font-family: 'Oswald', sans-serif;
    font-weight: 900;
    line-height: 34px;
    margin-bottom: 35px;
}
.btn-agent {
    background-color: rgb(31, 200, 138);
    border-radius: 50px;
    color: #ffffff;
    border: 1px solid rgb(31, 200, 138);
    font-size: 17px;
    font-weight: 900;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    vertical-align: middle;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 30px;
    text-decoration: none;
    text-align: center;
    width: 100%;
}
.btn-agent:hover {
    color: #fff;
    background-color: #1c9b72 !important;
    border: 1px solid #1c9b72;
    text-decoration: none;
}
.headline {
    font-size: 22px;
    margin: 50px 0 25px 0;
    padding-bottom: 25px;
    border-bottom: 1px solid #eaeaea;
    color: #000;
    line-height: 30px;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-weight: 900;
}
ul.checked_list.feature-list, ol.checked_list.feature-list {
    margin-bottom: 30px;
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}
ul.checked_list, ol.checked_list {
    list-style: none;
    margin: 0;
    padding: 0;
}
ul.checked_list li:before, ol.checked_list li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 2px;
    width: 20px;
    height: 20px;
    background: transparent;
    border-radius: 3px;
}
ul.checked_list.feature-list, ol.checked_list.feature-list {
    margin-bottom: 30px;
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    line-height: 30px;
    font-family: 'Oswald', sans-serif;
    font-weight:300;
    font-size: 15px;
}
.item-navigation {
    margin-top: 60px;
    margin-bottom: 30px;
}
ul > li, ol > li {
    padding-left: 3px;
    line-height: 24px;
}
.nav-tabs.v2 > li > a.active, .nav-tabs.v2 > li > a.active:focus, .nav-tabs.v2 > li > a.active:hover {
    color: rgb(247, 84, 67);
    border: none;
    background-color: transparent;
    border-radius: 3px;
    font-family: 'Oswald', sans-serif;
    font-weight:600;
    font-size: 15px;
    margin-bottom: 30px;
}
.nav-tabs.v2 > li > a, .nav-tabs.v2 > li > a:focus, .nav-tabs.v2 > li > a:hover {
    padding: 15px 20px;
    border: none;
    font-weight: 600;
    position: relative;
    color: #757575;
    font-family: 'Oswald', sans-serif;
    font-size: 15px;
    margin-bottom: 30px;
}
/***************************************/
* {box-sizing: border-box;}
body {font-family: Verdana, sans-serif;}
.mySlides {display: none;}
img {vertical-align: middle;}
/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}
/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}
/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}
/* The dots/bullets/indicators */
.dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}
/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}
@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}
@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}
/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {font-size: 11px}
}
/*****************************************/
.item-features {
    padding: 20px;
    margin: 0;
    list-style: none;
    margin-bottom: 30px;
    background-color: rgba(134, 158, 158, 0.1);
    border-radius: 3px;
}
.item-features li span {
    color: #333;
    font-weight: 900;
    display: block;
    font-family: 'Oswald', sans-serif;
}
.item-features li {
    font-size: 18px;
    color: #888;
    display: inline-block;
    margin-right: 44px;
    padding: 0;
    line-height: 30px;
    font-family: 'Oswald', sans-serif;
}
.headline {
    font-size: 22px;
    margin: 50px 0 25px 0;
    padding-bottom: 25px;
    border-bottom: 1px solid #eaeaea;
    color: #000;
    line-height: 30px;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-weight: 900;
}
.agent_title {
    font-size: 21px;
    color: rgb(31, 200, 138);
    font-family: 'Oswald', sans-serif;
    font-weight: 900;
    line-height: 34px;
    text-transform: uppercase;
    text-decoration: none;
}
.agent_title a{
    font-size: 21px;
    color: rgb(31, 200, 138);
    font-family: 'Oswald', sans-serif;
    font-weight: 900;
    line-height: 34px;
    text-transform: uppercase;
    text-decoration: none;
}
.agent_title a:hover{
    color: rgb(31, 200, 138);
    text-decoration: underline;
}
.btn-profile {
    background-color: #f8f9fa;
    border-radius: 2px;
    color: #212529;
    border-color: #f8f9fa;
    font-size: 17px;
    font-weight: 900;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    vertical-align: middle;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 30px;
    text-decoration: none;
    text-align: center;
}
.btn-profile a{
    background-color: #f8f9fa;
    border-radius: 2px;
    color: #212529;
    border-color: #f8f9fa;
    font-size: 17px;
    font-weight: 900;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    vertical-align: middle;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 30px;
    text-decoration: none;
    text-align: center;
}
.btn-profile a:hover{
    color: #212529;
    text-decoration: underline;
}
.agent_phone{
    color: #000000;
    font-family: 'Oswald', sans-serif;
    font-size: 15px;
    font-weight: 100;
    text-decoration: none;
}
.agent_phone a{
    color: #000000;
    font-family: 'Oswald', sans-serif;
    font-size: 15px;
    font-weight: 100;
    text-decoration: none;
}
.agent_phone a:hover{
    color: #000000;
    text-decoration: underline;
}
.btn-listed {
    background-color: transparent;
    border-radius: 50px;
    color: #ffffff;
    border: 2px solid #ffffff;
    font-size: 17px;
    font-weight: 900;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    vertical-align: middle;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 50px;
    text-decoration: none;
}
.btn-listed a{
    background-color: transparent;
    border-radius: 50px;
    color: #ffffff;
    border: 2px solid #ffffff;
    font-size: 17px;
    font-weight: 900;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    vertical-align: middle;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 50px;
    text-decoration: none;
}
.btn-listed a:hover{
    background-color: transparent;
    border-radius: 50px;
    color: #ffffff;
    border: 2px solid #ffffff;
    text-decoration: underline;
}
.bg_home {
    padding-top: 70px;
    padding-bottom:70px;
}
.bg_view{
    padding-top: 120px;
    padding-bottom:70px;
}
.bg_blog {
    padding-top: 20px;
    padding-bottom:20px;
}
.rea_feature_box {  
    display: inline-block;
    text-align: center;
    padding-left: 0px;
    padding-right: 0px;
    width: 100%;
    padding-top: 0px;
    padding-bottom: 20px;
    margin-bottom: 20px;                
 }
.rea_feature_title { 
    font-size: 45px;
    padding-left: 0px;
    line-height: 1.3;
    font-weight: 700;
    letter-spacing: 0px;
    padding-top: 20px;
    padding-bottom: 10px;
    text-transform: lowercase;
    margin-bottom: 20px;
    width: 100%;
    margin-top: 0;
    color: #333333;
    font-family: 'Poppins','Roboto', sans-serif;
    text-align: center;
}
.rea_feature_items { 
    width:100%; 
    margin:0px 0px 0px 0px;
}
.rea_feature_item { 
    display: inline-table; 
    max-width: 100%;
    padding: 0px;
    margin: 10px 10px 10px 10px;
    background: #ffffff;
    border: 1px solid #cccccc;
}
.rea_feature_item_img { 
    max-width: 100%;
}
.rea_feature_item_img_img {
    width: 100%;
    height: 295px;
    padding-top: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    padding-right: 0px;
    border: 0px;
    margin: 0px;
    border-radius: 0px;
}
.rea_feature_item_desc { 
    width:100%;
    padding:8px; 
    text-align:center;
}
.rea_feature_item_desc_txt { 
    font-family: 'Poppins','Roboto', sans-serif;
    font-size: 17px;
    font-weight: 700;
    line-height: 35px;
    text-transform: lowercase;
    color: #000000;
    text-align:center;
}
.rea_feature_item_desc_price { 
    font-size: 30px;
    font-family: 'Poppins','Roboto', sans-serif;
    color: #cf0000;
    font-weight: 400;
}
.rea_property_reference { 
    color:#638221; 
    font-size: 11px; 
    font-family: 'Quicksand', sans-serif;
    font-weight:300;
}
.rea_property_title { color:#181818; font-size: 20px; 
                      font-family: 'Quicksand', sans-serif;
                      font-weight:bold;}
.rea_property_price { color:#B57100; font-size: 30px; 
                      font-family: 'Quicksand', sans-serif;
                      font-weight:normal;}
.rea_property_frequency { color:#636563; font-size: 11px; 
                          font-family: 'Quicksand', sans-serif; 
                          font-weight:normal;}
.rea_property_rooms {color:#0061BD; font-size: 14px; 
                     font-family: 'Quicksand', sans-serif;
                     font-weight:bold;}
.rea_property_section_title { color:#0061BD; font-size: 25px; 
                              font-family: 'Quicksand', sans-serif; 
                              font-weight:normal;}
.rea_property_description { color:#181818; font-size: 12px; 
                            font-family: 'Quicksand', sans-serif; 
                            font-weight:normal;}
.rea_property_map_notice { color:#797B79; font-size: 12px; 
                            font-family: 'Quicksand', sans-serif;
                            font-weight:normal;}
.rea_agent_box { border-top: 1px solid #E7F3FF; padding-left: 10px;
                 text-align: left; width: 230px; margin:2px;}
.rea_agent_market_by { color:#DAC074; font-size: 14px; 
                       font-family: 'Quicksand', sans-serif;
                       font-weight:normal; 
                       text-align:left;}
.rea_agent_name { color:#B57100; font-size:23px; 
                  font-family: 'Quicksand', sans-serif;
                  font-weight:bold;
                  text-align:left;}
.rea_agent_photo { text-align:left;}
.rea_agent_photo_img {width:90px; height:100px;}
.rea_agent_phone { color:#0061BD; font-size: 23px; 
                  font-family:'Quicksand', sans-serif; font-weight:bold;
                  text-align:left;}
.rea_contact_box { border-top:2px solid #C6D7E7; padding:5px;}
.rea_contact_title { color:#0061BD; font-size: 20px; 
                     font-family: 'Quicksand', sans-serif;
                     font-weight:normal;}
.rea_contact_label { color:#636563; font-size: 12px; 
                     font-family: 'Quicksand', sans-serif;
                     font-weight:normal;
                     padding-left:10px; }
.rea_contact_value {width:95%; color:#636563;padding-left:10px;}
.rea_contact_value_inp {width:95%; color:#636563;}
.rea_contact_links { color:#0061BD; font-size: 12px;
                     text-decoration:underline; 
                     font-family: 'Quicksand', sans-serif;
                     font-weight:normal;}
.rea_contact_submit {text-align:center;}
.rea_contact_required_fields { color:#ff0000; font-size: 11px; 
                               font-family:'Quicksand', sans-serif;
                               font-weight:normal;
                               padding-left:10px;}
.rea_zones_box { }
.rea_zones_cost {
    color: #cf0000;
    font-size: 30px;
    font-family: 'Poppins','Roboto', sans-serif;
    font-weight: 500;
    text-decoration:none;
    padding-top:5px;
}
.rea_zones_cost_frequency {
    color:#636563;
    font-size:13px;  
    text-decoration:none; 
    font-weight:500;
}
.rea_zones_title {
    color:#000000;
    font-size:15px;  
    text-decoration:underline; 
    font-weight:500;
}
.rea_zones_title a {
    color:#000000;
    font-family:'Poppins','Roboto', sans-serif;
    font-weight: 300;
    font-size: 15px;
    text-transform: lowercase;
}
.rea_zones_title a:hover {
    color:#cf0000; 
    text-decoration:underline;
}
.rea_zones_photo { 
    text-align:left;
}
.rea_zones_photo a {
    text-decoration:none;
    border:0px;
}
.rea_zones_photo a img {
    text-decoration:none;
    padding:1px;
}
.rea_zones_full_details {
    color:#000000;
    font-size:15px;  
    text-decoration:underline; 
    font-weight:500;
    border-bottom: 1px solid #c1c1c1;
    padding-bottom:5px;
}
.rea_zones_full_details a {
    text-decoration:underline;
    border:0px; 
    font-weight:500;
    color:#000000;
    font-family:'Poppins','Roboto', sans-serif;
    font-size:15px;
    text-transform: lowercase;
}
.rea_zones_full_details a:hover { 
    color:#cf0000;
    text-decoration:underline;
}
.rea_search_results {
    font-size: 15px; 
    color:#0c2a3c;
    font-family:'Poppins','Roboto', sans-serif;
    font-weight:300; 
}
.rea_search_box { width: 100%; }
.rea_search_sortby { 
    color:#181818; 
    font-size: 12px; 
    font-family: 'Quicksand', sans-serif;
    font-weight:300;
}
.rea_search_item {
    background: #fff;
    margin-top: 20px;
    margin-left: 0px;
    margin-right: 20px;
    margin-bottom: 20px;
    clear: both !important;
    float: left;
    box-shadow: 0px 2px 16px 0px rgba(195,195,195,0.5);
    width: 98%;
    min-height: 206px;
    transition: .3s ease;
}
.rea_search_item_left { 
    border-bottom:0px solid #e1e1e1; 
    background-color:white;
    width:140px; 
    text-align:center;
    margin-top:20px;
    padding:20px;
}
.rea_search_item_left_img { 
    border:0px solid #CEDBDE; 
    padding:1px
}
.rea_search_item_left_ref {
    font-size:12px; 
    font-weight:300;
    color:#636563; 
    text-decoration:none;
}
.rea_search_item_right { 
    border-bottom:1px dotted rgb(0, 120, 130)
    text-align:left;
    width:auto;
}
.rea_search_item_right a { 
    color:#333333; 
    text-decoration:underline;
    text-transform: lowercase; 
    font-weight: 500;
}
.rea_search_item_right a:hover{
    color:rgb(0, 120, 130);
    text-decoration:underline; 
}
.rea_search_cost { 
    color: #d93c23; 
    font-size: 30px; 
    font-family:'Poppins','Roboto', sans-serif;
    font-weight:500;
}
.rea_search_cost_freq {}
.rea_search_title { 
    font-size:17px; 
    font-weight:500;
    font-family:'Poppins','Roboto', sans-serif;
    color:#000000;
}
.rea_search_title:hover {
    color:#cf0000;
}
.rea_search_address { 
    color: #cf0000; 
    font-size: 21px;
    font-family: 'Poppins','Roboto', sans-serif;
    font-weight:100;
    line-height: 45px;
}
.rea_search_description { 
    color:#333333; 
    font-size: 17px; 
    font-weight:300; 
    font-family: 'Poppins','Roboto', sans-serif;
}
.rea_search_full_details { 
    font-size:17px; 
    font-weight:300;
    color:#333333; 
    text-decoration:underline;
    font-family: 'Poppins','Roboto', sans-serif;
 }
.rea_search_full_details:hover {
    color: #cf0000;  
    text-decoration:underline;
}
.rea_search_pager_box { 
    width:650px; 
    padding-left:20px; 
    padding-top:10px;
}
.rea_search_pager_page_cur { 
    float:left; 
    padding: .3em .6em .2em .6em;
    margin: .2em .15em; 
    color: #cf0000;
    font-size: 15px; 
    background-color: #ffffff;
    border: 1px solid #ffffff; 
    margin-top: 10px;
    font-family: 'Poppins','Roboto', sans-serif;
    font-weight: 300;
    border-radius: 50px;
}
.links_categories{ 
    float:left; 
    padding: .2em .2em .2em .2em;
    margin: .2em .10em; 
    color: #282828;
    font-size: 15px; 
    background-color: transparent;
    border: 0px solid #1851BD; 
    margin-top: 10px;
    font-family: 'Poppins','Roboto', sans-serif;
    font-weight: 300;
}
.form-control {
display: block;
width: 100%;
height: 34px;
padding: 6px 12px;
font-size: 14px;
line-height: 1.42857143;
color: #444444;
background-color: #fff;
background-image: none;
border: 1px solid #dddddd;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
-webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
/***********************************************/
#mainNav {
  background-color: transparent;
  font-family: 'Poppins','Roboto', sans-serif;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  text-transform:uppercase; 
  border-bottom: 0px solid rgba(33, 37, 41, 0.1);
}
#mainNav .navbar-brand {
  font-weight: 500;
  text-transform: uppercase;
  color: #009cbd;
  font-family: 'Quicksand', sans-serif;
  font-size: 27px;
}
#mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
  color: #009cbd;
}
.navbar-brand {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 25rem;
    font-size: 1.25rem;
    margin-left: 0.5rem;
    line-height: inherit;
    white-space: nowrap;
    color:#0c2a3c;
}
#mainNav .navbar-nav > li.nav-item > a.nav-link,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus {
  font-size: 16px;
  font-weight: 400;
  text-transform: lowercase;
  color: #000000;
  font-family: 'Poppins','Roboto', sans-serif;
}
#mainNav .navbar-nav > li.nav-item > a.nav-link:hover,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus:hover {
  font-weight: 400;
  font-size: 16px; 
  color: #000000;
  text-decoration: underline;
}
#mainNav .navbar-nav > li.nav-item > a.nav-link.active,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus.active {
  color: #000000 !important;
  background-color: transparent;
}
#mainNav .navbar-nav > li.nav-item > a.nav-link.active:hover,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus.active:hover {
  background-color: #1b294a;
}
@media (min-width: 992px) {
  #mainNav {
    background-color: transparent;
    margin-top: 0px;
    margin-right: 50px;
  }
  #mainNav .navbar-brand {
    color: #000000;
  }
  #mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
    color: #cf0000;
  }
  #mainNav .navbar-nav > li.nav-item > a.nav-link {
    padding: 1rem 1rem;
  }
  #mainNav .navbar-nav > li.nav-item > a.nav-link,
  #mainNav .navbar-nav > li.nav-item > a.nav-link:focus {
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    padding-top: 20px;
  }
  #mainNav .navbar-nav > li.nav-item > a.nav-link:hover,
  #mainNav .navbar-nav > li.nav-item > a.nav-link:focus:hover {
    color: #cf0000;
  }
  #mainNav.navbar-shrink {
    border-bottom: 1px solid rgba(33, 37, 41, 0.1);
    background-color: transparent;
  }
  #mainNav.navbar-shrink .navbar-brand {
    color: #cf0000;
  }
  #mainNav.navbar-shrink .navbar-brand:focus, #mainNav.navbar-shrink .navbar-brand:hover {
    color: #cf0000;
  }
  #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link,
  #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:focus {
    color: #000000;
  }
  #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:hover,
  #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:focus:hover {
    color: #cf0000;
  }
}
/******************************************************************************/
#banner { width:100%; text-align:left;}
.header { color:#A1A9BB; 
          padding-top:0px; padding-bottom:0px; 
          position: relative; margin-top: 0px; height:90px;
          clear: both; width: 100%; vertical-align: top; text-align: center; 
          display: inline-block; 
          }
.logo{padding-top:0px; width:243px;}
@media only screen and (min-width : 993px) {
            .logo img {
                width: 243px;
            }
            .small_dev_no_show {
                display: inline-block;
                visibility: visible;
            }
            .main-menu {
                font-size: 15px;
            }
            .col-label-in {
                max-width: 50px;
            }
            .map_home_460 {
                display: inline-block;
                visibility: visible;
            }
            .map_home_300 {
                display: none;
                visibility: hidden;
            }
            .map_home_200 {
                display: none;
                visibility: hidden;
            }
        }
        /* Medium Devices, Desktops */
        @media only screen and (max-width : 992px) {
            .logo img {
                width: 243px;
            }
            .small_dev_no_show {
                display: none;
                visibility: hidden;
            }
            .main-menu {
                font-size: 15px;
            }
            .col-label-in {
                max-width: 50px;
            }
            .map_home_460 {
                display: inline-block;
                visibility: visible;
            }
            .map_home_300 {
                display: none;
                visibility: hidden;
            }
            .map_home_200 {
                display: none;
                visibility: hidden;
            }
        }
 /* Small Devices, Tablets */
        @media only screen and (max-width : 768px) {
            .logo img {
                width: 160px;
            }
            .small_dev_no_show {
                display: none;
                visibility: hidden;
            }
            .main-menu {
                font-size: 15px;
            }
            .col-label-in {
                max-width: 100%;
            }
            .map_home_460 {
                display: inline-block;
                visibility: visible;
            }
            .map_home_300 {
                display: none;
                visibility: hidden;
            }
            .map_home_200 {
                display: none;
                visibility: hidden;
            }
        }
        /* Extra Small Devices, Phones */
        @media only screen and (max-width : 480px) {
            .logo img {
                width: 140px;
            }
            .small_dev_no_show {
                display: none;
                visibility: hidden;
            }
            .navbar-nav {
                font-size: 10px;
            }
            .main-menu {
                font-size: 13px;
            }
            .col-label-in {
                max-width: 100%;
            }
            .map_home_460 {
                display: inline-block;
                visibility: visible;
            }
            .map_home_300 {
                display: none;
                visibility: hidden;
            }
            .map_home_200 {
                display: none;
                visibility: hidden;
            }
        }
        /* Custom, iPhone Retina */
        @media only screen and (max-width : 320px) {
            .logo img; {
                width: 120px;
            }
            .navbar-nav {
                font-size: 10px;
            }
            .small_dev_no_show {
                display: none;
                visibility: hidden;
            }
            .main-menu {
                font-size: 10px;
            }
            .col-label-in {
                max-width: 100%;
            }
            .map_home_300 {
                display: inline-block;
                visibility: visible;
            }
            .map_home_460 {
                display: none;
                visibility: hidden;
            }
            .map_home_200 {
                display: none;
                visibility: hidden;
            }
        }
        @media only screen and (max-width : 120px) {
            .logo-img {
                width: 120px;
            }
            .navbar-nav {
                font-size: 10px;
            }
            .small_dev_no_show {
                display: none;
                visibility: hidden;
            }
            .main-menu {
                font-size: 10px;
            }
            .col-label-in {
                max-width: 100%;
            }
            .map_home_200 {
                display: inline-block;
                visibility: visible;
            }
            .map_home_460 {
                display: none;
                visibility: hidden;
            }
            .map_home_300 {
                display: none;
                visibility: hidden;
            }
        }
@media screen and (max-width: 767px) 
{
	.row-offcanvas {
		position: relative;
		-webkit-transition: all .25s ease-out;
		-moz-transition: all .25s ease-out;
		transition: all .25s ease-out;
	}
	.row-offcanvas-right {
		right: 0;
	}
	.row-offcanvas-left {
		left: 0;
	}
	.row-offcanvas-right
  .sidebar-offcanvas {
		right: -50%; /* 6 columns */
	}
	.row-offcanvas-left
  .sidebar-offcanvas {
	left: -50%; /* 6 columns */
	}
.row-offcanvas-right.active {
	right: 50%; /* 6 columns */
	}
	.row-offcanvas-left.active {
	left: 50%; /* 6 columns */
	}
	.sidebar-offcanvas {
	position: absolute;
    top: 0;
    width: 50%; /* 6 columns */
	}
}
.rea_qs_box { 
    width: 100%;
    text-align: center;
    padding-top: 0px;
    margin-top: 10px;
    margin-bottom: 10px;
    opacity: 1 !important;
    line-height: initial !important;
    -webkit-font-smoothing: initial !important;
    background-size: contain !important;
    background-color: rgb(255, 255, 255) !important;
    border: 2px solid #cf0000;
    border-radius: 2px;
    background-repeat: no-repeat !important;
}
.rea_qs_title { 
    font-size: 30px;
    text-decoration: none;
    text-align: center;
    color: #000000;
    font-family: 'Poppins','Roboto', sans-serif;
    font-weight: 500;
    padding-left: 0px;
    padding-top: 20px;
    text-transform: lowercase;
    width: 100%;
}
.rea_qs_message { 
    font-size: 15px; 
    text-align:center; 
    color:#313029;
    font-family:'Poppins','Roboto', sans-serif;      
    font-weight:300;
    padding-top:10px; 
    padding-left:0px; 
}
.rea_qs_label { 
    font-size: 15px; 
    text-align:left; 
    color:#333333;
    font-family: 'Poppins','Roboto', sans-serif;
    font-weight:500;
    padding-left:10px; 
    padding-top:10px;
    text-transform: lowercase;
}
.rea_qs_query { 
    font-size: 15px; 
    text-align:left; 
    color:#333333;
    font-family:'Poppins','Roboto', sans-serif;
    font-weight:300;
    padding-left:10px; 
    padding-top:10px; 
}
.rea_qs_value { 
    font-size: 15px; 
    text-align:left; 
    color:#333333;
    font-family:'Poppins','Roboto', sans-serif;
    font-weight:300;
    padding-left:10px; 
    padding-top:10px; 
}
.rea_qs_input { 
    width:95%;
    font-family:'Poppins','Roboto', sans-serif;
    text-transform: lowercase;
}
.rea_qs_submit { 
    padding:10px; 
    text-align:center; 
    vertical-align:middle;
    font-family:'Poppins','Roboto', sans-serif;
    text-transform: lowercase;
}
.header_phone_number { 
    font-size: 170%;
    font-weight: 500;
    color: #000000;
    font-family: 'Poppins','Roboto', sans-serif;
    float: right; 
    padding-right:25px;
}
.property-price { 
    color: #d93c23; 
    font-size: 35px; 
    font-family: 'Poppins','Roboto', sans-serif;
    font-weight: 300; 
    margin-top: 10px;
    margin-bottom: 10px;
}
.prop_mls_label { 
    font-size: 12px; 
    text-decoration: none;
    text-align: left; 
    color: #76767c;
    font-family: 'Poppins','Roboto', sans-serif;
    font-weight: 300;
    padding-left: 0px; 
    padding-top: 5px;
    padding-bottom: 5px; 
    padding-right: 5px;
    text-transform: lowercase;
}
.prop_mls_value { 
    font-size: 12px; 
    text-decoration: none;
    text-align: left; 
    color: #76767c;
    font-family: 'Poppins','Roboto', sans-serif;
    font-weight: 300; 
    padding-left: 0px;
    padding-top: 5px; 
    padding-bottom: 5px;
    padding-right: 5px; 
    width: 100%;
    text-transform: lowercase;
}
.prop_mlsid_label { 
    font-size: 12px; 
    text-decoration: none;
    text-align: left; 
    color: #76767c;
    font-family: 'Poppins','Roboto', sans-serif;
    font-weight: 300;
    padding-left: 0px; 
    padding-top: 5px;
    padding-bottom: 5px; 
    padding-right: 5px;
    text-transform: lowercase;
}
.prop_mlsid_value { font-size: 12px; text-decoration: none;
                    text-align: left; color: #0061BD;
                    font-family: 'Poppins','Roboto', sans-serif; font-weight: bold;
                    padding-left: 0px; padding-top: 5px;
                    padding-bottom: 5px; padding-right: 5px; width: 100%;
                     }
.glyphicon { position: relative; top: 1px;
             display: inline-block;
             font-family: 'Glyphicons Halflings';
             font-style: normal;
             font-weight: 400;
             line-height: 1;
             -webkit-font-smoothing: antialiased;
             -moz-osx-font-smoothing: grayscale;
           }
.blog_news_box { width:250px; font-size:10px;padding-top:10px; 
                 background-color:#E7F3FF;margin-top:10px;
                 padding-bottom:10px;}
.blog_new_title { font-size: 25px; text-decoration:none; text-align:left;
                  color:#0061B5;
                  font-family: 'Poppins','Roboto', sans-serif;
                  font-weight:normal; 
                  padding-left:10px; padding-top:10px;}
.blog_news_item {}
.blog_news_item_created {padding-left:15px; padding-right:5px; 
                        padding-top:10px; font-size: 15px; 
                        text-decoration:none; text-align:left;
                        color:#313029; 
                        font-family:'Poppins','Roboto', sans-serif;
                        font-weight:normal; }
.blog_news_item_title { padding-left:15px; padding-right:5px; 
                        padding-top:10px; font-size: 16px; 
                        text-decoration:none; text-align:left;
                        color:#313029; 
                        font-family:'Poppins','Roboto', sans-serif;
                        font-weight:normal; }
.blog_news_item_title a { 
    color:#0061B5;
}
.blog_news_item_title a:hover { 
    color:#B57100;
}
.property-title{ 
    font-size: 35px;
    padding-left: 0px;
    color: #333333;
    line-height: 1.0;
    font-weight: 500;
    letter-spacing: 0px;
    padding-bottom: 0px;
    font-family: 'Poppins','Roboto', sans-serif;
    text-transform: lowercase;
}
.contact-label {
    font-size: 13px;
    text-align: left;
    color: #333333;
    font-family: 'Poppins','Roboto', sans-serif;
    font-weight: 500;
    line-height: 35px;
    text-transform: lowercase;
}
.contact-label a{
    font-size: 13px;
    text-align: left;
    color: #009cbd;
    font-family: 'Poppins','Roboto', sans-serif;
    font-weight: 500;
    line-height: 35px;
    text-transform: lowercase;
}
.contact-label a:hover{
    color: #009cbd;
}
.rea_search_short_box { 
    display:inline-block; 
    color:#ffffff; 
    max-width: 1100px;   
    text-align: center;
    z-index: 6;
    padding-top: .8rem;
    padding-right: .8rem;
    padding-bottom: .8rem;
    padding-left: .8rem;
    background-color: transparent;
    border-radius: 12px;
    width: 100%;
}
.rea_search_short_box_total { 
    display:inline-block; 
    color:#ffffff; 
    width:100%;   
    text-align: center;
    z-index: 6;
    padding-top: .1rem;
    padding-right: .1rem;
    padding-bottom: .1rem;
    padding-left: .1rem;
    background-color: rgba(0,0,0,.7);
    border-radius: 2px;
    box-shadow: 0 8px 16px rgba(0,0,0,.7);
    box-sizing: border-box;
}
.rea_search_short_box td { 
    padding-top: 20px;
    width: 100%;
}
.rea_search_short_title { 
    display:none; 
    visibility:hidden;
}
.rea_search_short_type {
    font-size:16px; 
    color: #282828; 
    font-family: 'Poppins','Roboto', sans-serif;
    font-weight:300;
    padding-bottom: 10px;
    padding-left: 0px;
    padding-right: 0px;
}
.rea_search_short_type_a {
    font-size:16px; 
    color: #282828; 
    font-family: 'Poppins','Roboto', sans-serif;
    font-weight:300;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 0px;
}
.rea_search_short_type_b {
    font-size:16px; 
    color: #282828; 
    font-family: 'Poppins','Roboto', sans-serif;
    font-weight:300;
    padding-bottom: 10px;
    padding-left: 0px;
    padding-right: 10px;
}
.rea_search_short_areas {
    font-size:16px; 
    color: #ffffff; 
    font-family:'Poppins','Roboto', sans-serif;
    font-weight:300;
}
.rea_search_short_areas_label { 
    width: 100%; 
    padding-left: 10px;
    padding-top: 5px; 
    font-size:23px; 
    color: #ffffff; 
    font-family:'Poppins','Roboto', sans-serif;
    font-weight:normal;
    padding-bottom: 5px;
    display: inline;
}
.rea_search_short_areas_input { 
    width: 100%; 
    padding-left: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    display: inline;
}
.rea_search_short_areas_input_area { 
    width: 100%;
    border-radius: 4px;
    border: 1px solid rgb(210, 210, 210);
    color: #444444;
    display: inline;
    height: 55px;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 1em;
}
.rea_search_short_submit { padding:0px;}
.rea_search_short_fgt_title { 
  	font-size: 14px;
  	text-transform: uppercase;
  	text-decoration: none;
  	text-align: left;
  	color: #232323;
  	font-family: 'Poppins','Roboto', sans-serif;
  	font-weight: 700;
}
.rea_search_short_fgt_title a{ 
  	font-size: 21px; text-transform: uppercase;
  	text-decoration: none;
  	text-align: left;
  	color: #232323;
  	font-family: 'Poppins','Roboto', sans-serif;
  	font-weight: 400;
}
.rea_search_short_fgt_title a:hover {
  	color:#232323; 
  	text-decoration:none;
}
.rea_search_short_fgt_label{
  	color: #232323; 
  	font-size: 15px;
  	font-weight: 100;
  	font-family: 'Poppins','Roboto', sans-serif;
}
.rea_search_short_register_title { 
  	font-size: 21px;
  	text-transform: uppercase;
  	text-decoration: none;
  	text-align: left;
  	color: #232323;
  	font-family: 'Poppins','Roboto', sans-serif;
  	font-weight: 400;
}
.rea_search_short_register_label{ 
  	color: #232323; 
  	font-size: 15px;
  	font-weight: 100;
  	font-family: 'Poppins','Roboto', sans-serif;
}
.rea_search_short_login_box { 
	width: 100%; 
	text-align:left;
}
.rea_search_short_register_box { 
	width: 500px; 
	text-align:left;
}
.rea_search_short_fgt_box{ 
	width: 500px; 
	text-align:left;
}
.rea_search_short_login_title{ 
	font-size: 21px;
	text-transform: uppercase;
    text-decoration: none;
    text-align: left;
    color: #232323;
    font-family: 'Poppins','Roboto', sans-serif;
    font-weight: 400;
}
.rea_search_short_login_label { 
	color: #232323;
    font-size: 15px;
    font-weight: 100;
    font-family: 'Poppins','Roboto', sans-serif;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0px;
}
.rea_search_short_login_value { 
	color: #777777; 
	font-size: 14px;
    font-weight: 100;
    font-family: 'Poppins','Roboto', sans-serif;
}
.rea_search_short_fgt_value { 
	color: #777777; 
	font-size: 14px;
    font-weight: 100;
    font-family: 'Poppins','Roboto', sans-serif;
}
.rea_search_short_register_value { 
	color: #ffffff; 
	font-size: 14px;
    font-weight: 100;
    font-family: 'Poppins','Roboto', sans-serif;
}
/***********************************************************************/
.rea_search_status_box{
    padding-top: 10px;
}
.rea_search_status_item{
    font-size: 17px;
    text-align: left;
    color: #333333;
    font-family: 'Poppins','Roboto', sans-serif;
    font-weight: 300;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    display: inline;
    text-transform:lowercase;
}
.rea_search_area_box { 
    width: 98%;
    padding: 0px;
    margin-top: 20px;
    margin-left: 0px;
    margin-right: 20px;
    margin-bottom: 20px;
    background-color: #ffffff;
    border-color: rgb(245, 246, 247);
    border-radius: 0px;
    box-shadow: 0px 2px 16px 0px rgba(195,195,195,0.5);
}
.rea_search_area_col1 { 
    width: 20%;
    vertical-align: top;
    color: #333333;
    font-size: 25px;
    text-decoration: none;
    text-align: left;
    padding-left: 15px;
    padding-top: 10px;
    font-family: 'Poppins','Roboto', sans-serif;
    font-weight: 500;
    text-transform: lowercase;
}
.rea_search_area_col2 {
    width:30%; 
    vertical-align:top;
    color:#333333;
    text-align:left; 
    font-family: 'Poppins','Roboto', sans-serif;
    font-size: 15px; 
    font-weight:300; 
}
.rea_search_area_col3 {
    width:30%; 
    vertical-align:top;
    color:#333333;
    text-align:left;
    font-family: 'Poppins','Roboto', sans-serif;
    font-size: 15px; 
    font-weight:300;
}
.rea_search_area_col4 {
    width: 30%;
    vertical-align: top;
    color: #333333;
    text-align: left;
    font-family: 'Poppins','Roboto', sans-serif;
    font-size: 15px;
    padding-top: 15px;
    font-weight: 300;
    padding-right: 15px;
}
#rea_search_list_prices {
    list-style-type:none;
    color:#000000;
    text-align:left;
    font-family: 'Poppins','Roboto', sans-serif;
    font-size: 15px; 
    font-weight:300;
    padding-top: 15px;
}
#rea_search_list_prices li { 
    padding:2px;
    color:#333333;
    text-align:left;
    font-family: 'Poppins','Roboto', sans-serif;
    font-size: 15px; 
    font-weight:300;
}
#rea_search_list_prices li span { 
    padding-left:5px;
    color:#333333;
    text-align:left;
    font-family: 'Poppins','Roboto', sans-serif;
    font-size: 15px; 
    font-weight:300;
}
#rea_search_list_areas { 
    list-style-type:none;
    color:#333333;
    font-family:'Poppins','Roboto', sans-serif;
    font-size: 15px;
    font-weight:300;
    padding-top: 15px; 
}
#rea_search_list_areas li {
    padding:2px;
    color:#333333;
    font-family: 'Poppins','Roboto', sans-serif;
    font-size: 15px; 
    font-weight:300;
}
#rea_search_list_areas li span {
    padding-left:5px;
    color:#333333;
    font-family: 'Poppins','Roboto', sans-serif;
    font-size: 15px; 
    font-weight:300;
}
.main_text_2 {
    font-size: 35px;
    padding-left: 0px;
    line-height: 1.3;
    font-weight: 700;
    letter-spacing: 0px;
    padding-top: 50px;
    padding-bottom: 10px;
    text-transform: lowercase;
    margin-bottom: 20px;
    width: 100%;
    margin-top: 0;
    color: #F05F40;
    font-family: 'Poppins','Roboto', sans-serif;
}
.main_text_1 {
    font-family: 'Poppins','Roboto', sans-serif;
    margin-bottom: 30px;
    padding-left: 0px;
    font-size: 15px;
    line-height: 35px;
    font-weight: 100;
    color: #333333;
}
.myaccount_registration_label {
    font-size: 18px;
    text-align: left;
    color: #F05F40;
    font-weight: 500;
    border: 0px;
    font-family: 'Roboto', sans-serif;
}
.display__title {
    font-size: 55px;
    padding-left: 0px;
    line-height: 1.3;
    font-weight: 400;
    letter-spacing: 0px;
    padding-top: 50px;
    padding-bottom: 10px;
    text-transform: lowercase;
    margin-bottom: 20px;
    width: 100%;
    margin-top: 0;
    color: rgb(0, 120, 130);
    font-family: 'Poppins','Roboto', sans-serif;
}
.display__text{
    font-family: 'Poppins', 'Roboto', sans-serif;
    margin-bottom: 30px;
    padding-left: 0px;
    font-size: 15px;
    line-height: 35px;
    font-weight: 100;
    color: #333333;
}
.bg-service {
    background-position: center center;
    /*box-shadow: rgba(0, 0, 0, 0.25) 0px 2px 10px 0px;*/
    /*background: #ededed;*/
    border-radius: 20px;
    margin: 20px;
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-decoration: none;
    height: 380px;
    padding-left: 1.42222222rem;
    padding-right: 1.42222222rem;
    flex-basis: 25%;
    max-width: 100%;
    flex-flow: column wrap;
}
.service_subtitle {
    font-size: 19px;
    padding-top: 25px;
    color: #F05F40;
    line-height: 1.3;
    font-weight: 500;
    letter-spacing: 0px;
    font-family: 'Merriweather', 'Helvetica Neue', Arial, sans-serif;
    text-transform: lowercase;
}
.service_subtitle1 {
    font-size: 35px;
    padding-left: 0px;
    color: #282828;
    line-height: 1.3;
    font-weight: 500;
    letter-spacing: 0px;
    padding-top: 20px;
    font-family: 'Merriweather', 'Helvetica Neue', Arial, sans-serif;
    text-transform: uppercase;
}
.service_text {
    font-family: 'Merriweather', 'Helvetica Neue', Arial, sans-serif;
    display: block;
    padding-bottom: 0;
    color: #333;
    font-size: 1.0rem;
    margin-top: 2.2rem;
    margin-right: 0;
    margin-bottom: 2.2rem;
    margin-left: 0;
}
.btn-service {
    cursor: pointer;
    display: inline-block;
    text-align: center;
    font-weight: 300;
    white-space: nowrap;
    font-size: 16px;
    line-height: 1.5;
    color: #ffffff;
    background-color: #cf0000;
    box-shadow: rgba(59, 65, 68, 0.7) 0px 8px 20px -15px;
    margin: 16px 0px 16px;
    border-radius: 2px;
    border-width: 1px;
    border-style: solid;
    transition: top 0.1s ease 0s, box-shadow 0.1s ease 0s, border-color 0.1s ease 0s, background-color 0.1s ease 0s, color 0.1s ease 0s;
    padding: 8px 16px;
    border-color: transparent;
    font-family: 'Poppins','Roboto', sans-serif;
}
.btn-service:hover {
    background-color: transparent;
    color: #cf0000;
    text-decoration: none;
    border-color: #cf0000;
}
.bg-service1 {
    background-position: center center;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0.1rem;
    background: transparent;
    border-radius: 20px;
    margin-bottom: 10px;
    flex-basis: 50%;
    max-width: 100%;
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-decoration: none;
}
.service1_subtitle {
    display: block;
    margin-top: 0;
    margin-bottom: 1.6rem;
    color: #1b294a;
    font-size: 2.2rem;
    font-weight: 600;
    line-height: 2.8rem;
    font-family: 'Merriweather', 'Helvetica Neue', Arial, sans-serif;
    text-align: right;
}
.bg-feature {
    padding-top: 3rem;
    padding-bottom: calc(6rem - 60px);
    background-position: center center;
    padding-right: 0px;
    padding-left: 0px;
    background: #ededed;
}
ul {
    margin-top: 0;
    margin-bottom: 1rem;
    padding-left: 0px;
}
/****************************************************************************/
.services {
    position: relative;
}
.services-content {
    padding-left: 0px; 
}
.services .services-icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border: 1px solid #F05F40;
    color: #F05F40;	
    font-size: 30px;
    border-radius: 50%;
    padding: 10px;	    
}
.services .services-icon1 {
    position: absolute;
    left: 0;
    top: 0;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border: 1px solid #F05F40;
    color: #F05F40;	
    font-size: 30px;
    border-radius: 50%;	
    padding: 10px;   
}
.services_title {
    color: #F05F40;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding-left: 20px;
    margin-bottom: 10px;
    font: 500 55px 'Poppins','Roboto', sans-serif;
    line-height: 1;
    letter-spacing: 0px;
    text-align: center;
    padding-top: 30px;
    text-transform: lowercase;
}
.services_subtitle{
    font-family: 'Poppins','Roboto', sans-serif;
    color: #333333;
    font-weight: 500;
    text-transform: lowercase;
    font-size: 30px;
}
.services_subtitle1{
    font-family: 'Poppins','Roboto', sans-serif;
    color: #F05F40;
    font-weight: 300;
    text-align: left;
    text-transform: lowercase;
    font-size: 25px;
    padding-left: 10px;
    padding-top: 10px;
}
.services_text{
    font-family: 'Poppins','Roboto', sans-serif;
    margin-bottom: 30px;
    padding-left: 0px;
    font-size: 15px;
    line-height: 35px;
    font-weight: 500;
    color: #333333;			
}
.services_text1{
    font-family: 'Poppins','Roboto', sans-serif;
    margin-bottom: 30px;
    font-size: 15px;
    line-height: 35px;
    font-weight: 100;
    color: #333333;
    padding-left: 10px;
    padding-right: 10px;			
}
.selectM {
    border: 1px solid #d2d2dc;
    font-weight: 400;
    padding: 1em;
    width: 100%;
    height: 55px;
    font: inherit;
    border-radius: .25rem;
    line-height: calc(2.5em - 1em - 2px);
    background-color: #fff;
    appearance: none;
    color: #333;
    min-width: 87px;
}
.custom-select1 {
    display: inline-block;
    width: 100%;
    height: calc(2.25rem + 4px);
    padding: .375rem 1.75rem .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: #fff  no-repeat right .75rem center;
    background-size: 8px 10px;
    border: 1px solid #f5f5f5;
    border-radius: 0rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-family: 'Poppins','Roboto', sans-serif;
    font-size: 16px;
    text-transform: lowercase;
}
.contact-value {
    border: 1px solid #d5d5d5;
}
.form-group {
    margin-bottom: 1rem;
    font-weight: 100%;
    color:#666666;
}
.bg_contact {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 20px;
    padding-bottom: 50px;
}
/**********************************************************/
header.masthead04 {
  	padding-top: 10rem;
  	padding-bottom: calc(10rem - 56px);
  	background-image: url("/assets/portaldigital/templates/EN/reauk_03/bg_services.jpg");
  	background-position: center center;
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
  	position: relative;
  	background-attachment: scroll;
  	background-attachment: fixed;
}
header.masthead04 hr {
  margin-top: 30px;
  margin-bottom: 30px;
}
header.masthead04 h1 {
  font-size: 2rem; 
  text-align:center;
  font-weight: 900;
}
header.masthead04 p {
    font-weight: 300;
    line-height: 1.6;
    font-family: 'Merriweather', 'Helvetica Neue', Arial, sans-serif;
    padding-bottom: 20px;
    text-align: center;
    text-transform: none;
}
@media (min-width: 768px) {
  header.masthead04 p {
    font-size: 1.75rem;
  }
}
@media (min-width: 992px) {
  header.masthead04 {
    height: 100vh;
    min-height: 150px;
    padding-top: 0;
    padding-bottom: 0;
  }
  header.masthead04 h1 {
    font-size: 3rem;
    text-transform: lowercase;
  }
}
@media (min-width: 1200px) {
  header.masthead04 h1 {
    font-size: 3.0rem;
  }
}
header.masthead04 .scroll-down {
    position: absolute;
    bottom: 20px;
    width: 100%;
    text-align: center;
}
header.masthead04 .scroll-down .btn {
    font-size: 30px;
    line-height: 50px;
    width: 50px;
    height: 50px;
    padding: 0;
    letter-spacing: normal;
    color: #ffffff;
    border: 2px solid #ffffff;
    border-radius: 100% !important;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
header.masthead04 .scroll-down {
    position: absolute;
    bottom: 20px;
    width: 100%;
    text-align: center;
}
header.masthead04 .scroll-down .btn {
    font-size: 30px;
    line-height: 50px;
    width: 50px;
    height: 50px;
    padding: 0;
    letter-spacing: normal;
    color: #ffffff;
    border: 2px solid #ffffff;
    border-radius: 100% !important;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
header.masthead05 {
  	padding-top: 10rem;
  	padding-bottom: calc(10rem - 56px);
  	background-image: url("/assets/portaldigital/templates/EN/reauk_06/bg_contact.jpg");
  	background-position: center center;
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
  	position: relative;
  	background-attachment: scroll;
  	background-attachment: fixed;
}
header.masthead05 hr {
  margin-top: 30px;
  margin-bottom: 30px;
}
header.masthead05 h1 {
    font-size: 2rem;
    font-family: 'Poppins','Roboto', sans-serif;
    font-weight: 400;
}
header.masthead05 p {
  font-weight: 300;
  line-height: 1.6;
  font-family: 'Poppins','Roboto', sans-serif;
  padding-bottom: 20px;
  text-align: center;
  text-transform: none;
  color:#ffffff;
}
@media (min-width: 768px) {
  header.masthead05 p {
    font-size: 1.75rem;
  }
}
@media (min-width: 992px) {
  header.masthead05 {
    height: 100vh;
    min-height: 150px;
    padding-top: 0;
    padding-bottom: 0;
  }
  header.masthead05 h1 {
    font-size: 2rem; 
    text-align:center;
    font-weight: 400;
  }
}
@media (min-width: 1200px) {
  header.masthead05 h1 {
    font-size: 4.0rem;
  }
}
header.masthead05 .scroll-down {
    position: absolute;
    bottom: 20px;
    width: 100%;
    text-align: center;
}
header.masthead05 .scroll-down .btn {
    font-size: 30px;
    line-height: 50px;
    width: 50px;
    height: 50px;
    padding: 0;
    letter-spacing: normal;
    color: #ffffff;
    border: 2px solid #ffffff;
    border-radius: 100% !important;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
header.masthead06 {
  	padding-top: 10rem;
  	padding-bottom: calc(10rem - 56px);
  	background-image: url("/assets/portaldigital/templates/EN/reauk_03/bg_research.jpg");
  	background-position: center center;
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
  	position: relative;
  	background-attachment: scroll;
  	background-attachment: fixed;
}
header.masthead06 hr {
  margin-top: 30px;
  margin-bottom: 30px;
}
header.masthead06 h1 {
  font-size: 2rem; 
  text-align:center;
  font-weight: 900;
}
header.masthead06 p {
    font-weight: 300;
    line-height: 1.6;
    font-family: 'Poppins','Roboto', sans-serif;
    padding-bottom: 20px;
    text-align: center;
    text-transform: none;
}
@media (min-width: 768px) {
  header.masthead06 p {
    font-size: 1.75rem;
  }
}
@media (min-width: 992px) {
  header.masthead06 {
    height: 100vh;
    min-height: 150px;
    padding-top: 0;
    padding-bottom: 0;
  }
  header.masthead06 h1 {
    font-size: 2rem; 
    text-align:center;
    font-weight: 900;
  }
}
@media (min-width: 1200px) {
  header.masthead06 h1 {
    font-size: 3.0rem;
  }
}
header.masthead06 .scroll-down {
    position: absolute;
    bottom: 20px;
    width: 100%;
    text-align: center;
}
header.masthead06 .scroll-down .btn {
    font-size: 30px;
    line-height: 50px;
    width: 50px;
    height: 50px;
    padding: 0;
    letter-spacing: normal;
    color: #ffffff;
    border: 2px solid #ffffff;
    border-radius: 100% !important;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
header.masthead06 .scroll-down {
    position: absolute;
    bottom: 20px;
    width: 100%;
    text-align: center;
}
header.masthead06 .scroll-down .btn {
    font-size: 30px;
    line-height: 50px;
    width: 50px;
    height: 50px;
    padding: 0;
    letter-spacing: normal;
    color: #ffffff;
    border: 2px solid #ffffff;
    border-radius: 100% !important;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.bg_contact_1 {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 20px;
    padding-bottom: 50px;
    background-color: #ededed;
}
.main_open1 {
    color: #000000;
    font-weight: 600 !important;
    font-family: 'Poppins','Roboto', sans-serif;
    font-size: 35px;
    text-transform: lowercase;
    padding-bottom: 20px;
    padding-top: 20px;
}
.main_open {
    color: rgb(0, 120, 130);
    font-weight: 500 !important;
    font-family: 'Poppins','Roboto', sans-serif;
    font-size: 35px;
    text-transform: lowercase;
    padding-bottom: 40px;
}
.open_text {
    font-family: 'Poppins','Roboto', sans-serif;
    margin-bottom: 10px;
    padding: 0px;
    font-size: 17px;
    line-height: 35px;
    font-weight: 300;
    color: #333333;
}
.img-fluid1 {
    max-width: 100%;
    height: auto;
    padding: 0px;
}
.services_item {
    float: left;
    width: 100%;
    height: 100%;
    padding-bottom: 0px;
    margin: 0px;
    box-shadow: 0px 2px 16px 0px rgba(195,195,195,0.5);
    background: #ffffff;
}
.blog_pager_box {
	width: 100%;
	padding-left:20px; 
	padding-top:10px;
}
.blog_pager_page { 
	float:left; 
	padding:0px;
    font-family: 'Poppins','Roboto', sans-serif;
}
.blog_pager_page_cur { 
	float: left;
    padding: 0em 0em 0em 0em;
    margin: .2em;
    color: #cf0000;
    font-size: 15px;
    background-color: #ffffff;
    border: 1px solid #ffffff;
    margin-top: 10px;
    font-family: 'Poppins','Roboto', sans-serif;
    font-weight: 300;
    border-radius: 50px;
}
.blog_pager_link {
    float: left;
    padding: 0em 0em 0em 0em;
    margin: .2em;
    color: #000000;
    font-size: 15px;
    background-color: transparent;
    border: 1px solid #ffffff;
    margin-top: 10px;
    font-family: 'Poppins','Roboto', sans-serif;
    font-weight: 300;
}
.blog_comment_box {
    width: 100%;
	padding-left:20px; 
	padding-top:0px;
}
.blog_comment_title {
    color: #F05F40;
    font-weight: 500 !important;
    font-family: 'Poppins','Roboto', sans-serif;
    font-size: 25px;
    padding-top: 0px;
    padding-bottom: 10px;
    text-transform: lowercase;
}
.blog_comment_label {
    color: #333333;
    border-radius: 5px;
    font-size: 15px;
    font-family: 'Poppins','Roboto', sans-serif;
    font-weight: 100;
    line-height: 22px;
    padding-bottom: 10px;
    padding-top: 10px;
    padding-left: 0px;
    text-transform: lowercase;
}
.blog_comment_label a{
    color:#F05F40;
}
.blog_comment_label a:hover{
    color: #F05F40;
}
.blog_comment_value_inp {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.blog_comment_required_fields{
    color: #f81515;
    border-radius: 5px;
    font-size: 17px;
    font-family: 'Poppins','Roboto', sans-serif;
    font-weight: normal;
    line-height: 22px;
    text-transform: none;
}
.sell_title{
    font-size: 45px;
    padding-left: 0px;
    color: #F05F40;
    line-height: 1.3;
    font-weight: 900;
    letter-spacing: 0px;
    padding-top: 40px;
    padding-bottom: 40px;
    font-family: 'Poppins','Roboto', sans-serif;
    text-transform: lowercase;
}
.sell_subtitle{
    font-family: 'Poppins','Roboto', sans-serif;
    margin-bottom: 10px;
    padding: 0px;
    font-size: 15px;
    line-height: 35px;
    font-weight: 300;
    color: #333333;
    padding-bottom: 20px;
}
.sell_subtitle1 {
    font-family: 'Poppins','Roboto', sans-serif;
    color: #333333;
    font-weight: 300;
    text-align: center;
    text-transform: lowercase;
    font-size: 30px;
}
.sell_text {
    font-family: 'Poppins','Roboto', sans-serif;
    margin-bottom: 40px;
    padding: 0px;
    font-size: 14px;
    line-height: 35px;
    font-weight: 300;
    color: #333333;
}
.iw {
    font-size: 60px;
    font-weight: 300;
    text-transform: lowercase;
    font-family: 'Poppins','Roboto', sans-serif;
    color: #F05F40;
    text-align: center;
}
.f_title {
    font-size: 45px;
    padding-left: 0px;
    color: #F05F40;
    line-height: 1.3;
    font-weight: 900;
    letter-spacing: 0px;
    padding-top: 20px;
    padding-bottom: 0px;
    font-family: 'Poppins','Roboto', sans-serif;
    text-transform: lowercase;
}
.f_subtitle {
    font-size: 25px;
    padding-left: 0px;
    color: #333333;
    line-height: 1.3;
    font-weight: 400;
    letter-spacing: 0px;
    padding-top: 10px;
    padding-bottom: 20px;
    font-family: 'Poppins','Roboto', sans-serif;
    text-transform: none;
}
.f_text {
    font-size: 19px;
    padding-left: 0px;
    color: #333333;
    line-height: 1.3;
    font-weight: 300;
    letter-spacing: 0px;
    padding-top: 0px;
    padding-bottom: 10px;
    font-family: 'Poppins','Roboto', sans-serif;
    text-transform: none;
    margin-bottom: 10px;
}
.main_p {
    font-size: 55px;
    font-weight: 500;
    text-transform: lowercase;
    font-family: 'Poppins','Roboto', sans-serif;
    color: #cf0000;
}
.bg_account {
    padding-left: 70px;
    padding-right: 70px;
    padding-top: 40px;
    padding-bottom: 0px;
}
.account_title {
    font-weight: 600;
    font-size: 40px;
    font-family: 'Poppins','Roboto', sans-serif;
    text-transform: lowercase;
    line-height: 1.3;
    letter-spacing: 0px;
    padding-bottom: 10px;
    margin-top: 0px;
    padding-top: 10px;
    padding-left: 0px;
    text-align: center;
    color: #000000;
}
/***********************************************************/
.bg_grid {
    background-color: #0c2a3c;
    padding: 0px 0 0px 0;
    overflow: hidden;
    text-align: left;
    zoom: 1;
    margin-left: 0px;
    margin-top: 0px;
}
.dropdown-menu {
    position: relative;
    top: 100%;
    left: 0;
    z-index: 5000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    font-size: 15px;
    font-weight: 300;
    text-transform: lowercase;
    font-family: 'Poppins','Roboto', sans-serif;
}
btn-header-menu.dropdown-toggle {
    color: #fff;
    background-color: #0c2a3c;
    border: 1px solid #0c2a3c;
}
.btn-header-menu {
    color: #fff;
    background-color: #0c2a3c;
    border-radius: 0px;
    border: 1px solid #0c2a3c;
    font-size: 15px;
    font-weight: 300;
    text-transform: lowercase;
    font-family: 'Poppins','Roboto', sans-serif;
    vertical-align: middle;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 0px;
    padding-right: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
    text-decoration: none;
}
.btn-header-menu:hover {
    background-color: #0c2a3c;
    color: #ffffff;
    border: 1px solid #0c2a3c;
    text-decoration: none;
}
.input-group-text_r {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
    color: #ffffff;
    text-align: center;
    white-space: nowrap;
    background-color: #009cbd;
    border-right: 1px solid #0c2a3c;
    border-left: 1px solid #009cbd;
    border-top: 1px solid #009cbd;
    border-bottom: 1px solid #009cbd;
    border-radius: 0rem;
    font-family: 'Poppins','Roboto', sans-serif;
}
.input-group>.custom-select:not(:first-child), .input-group>.form-control_r:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    font-size: 13px;
    color: #0c2a3c;
    text-transform: lowercase;
}
.input-group>.custom-select:not(:last-child), .input-group>.form-control_r:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-group>.custom-file, .input-group>.custom-select, .input-group>.form-control_r {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}
.form-control_r {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 13px;
    line-height: 1.5;
    color: #0c2a3c;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #f5f5f5;
    border-radius: 0rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    font-family: 'Poppins','Roboto', sans-serif;
    text-transform: lowercase;
}
.input-group-text_m {
    display: -webkit-box;
    display: -ms-flexbmox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
    color: #ffffff;
    text-align: center;
    white-space: nowrap;
    background-color: #009cbd;
    border-right: 1px solid #0c2a3c;
    border-left: 1px solid #009cbd;
    border-top: 1px solid #009cbd;
    border-bottom: 1px solid #009cbd;
    border-radius: 0rem;
    font-family: 'Poppins','Roboto', sans-serif;
}
.input-group>.custom-select:not(:first-child), .input-group>.form-control_m:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    font-size: 13px;
    color: #0c2a3c;
    text-transform: lowercase;
}
.input-group>.custom-select:not(:last-child), .input-group>.form-control_m:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-group>.custom-file, .input-group>.custom-select, .input-group>.form-control_m {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}
.form-control_m {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 13px;
    line-height: 1.5;
    color: #0c2a3c;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    font-family: 'Poppins','Roboto', sans-serif;
    text-transform: lowercase;
}
.btn-search {
    color: #fff;
    background-color: #cf0000;
    border-color: #cf0000;
}
.btn_header {
    cursor: pointer;
    display: inline-block;
    text-align: center;
    font-weight: 300;
    white-space: nowrap;
    font-size: 16px;
    line-height: 1.5;
    border: 1px solid #cf0000;
    color: #ffffff;
    background-color: #cf0000;
    padding: 4px 26px;
    margin-top: 0px;
    border-radius: 2px;
    border-width: 1px;
    border-style: solid;
    transition: top 0.1s ease 0s, box-shadow 0.1s ease 0s, border-color 0.1s ease 0s, background-color 0.1s ease 0s, color 0.1s ease 0s;
    font-family: 'Poppins','Roboto', sans-serif;
    text-decoration: none;
}
.btn_header a {
    cursor: pointer;
    display: inline-block;
    text-align: center;
    font-weight: 300;
    white-space: nowrap;
    font-size: 16px;
    line-height: 1.5;
    border: 1px solid #cf0000;
    color: #ffffff;
    background-color: #cf0000;
    padding: 4px 26px;
    margin-top: 0px;
    border-radius: 2px;
    border-width: 1px;
    border-style: solid;
    transition: top 0.1s ease 0s, box-shadow 0.1s ease 0s, border-color 0.1s ease 0s, background-color 0.1s ease 0s, color 0.1s ease 0s;
    font-family: 'Poppins','Roboto', sans-serif;
    text-decoration: none;
}
.btn_header a:hover {
    text-decoration: underline;
}
/*******************************************************************/
.bg_rea_slideshow {
    padding-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    background: -webkit-gradient(linear,left top,left bottom,color-stop(50%,#fff),color-stop(5%,rgba(0,156,189,.15)),to(rgba(0,156,189,.04)));
    background: linear-gradient(to bottom,#fff 50%,rgba(0,156,189,.15) 5%,rgba(0,156,189,.04));
}
.rea_slideshow_box { 
    width: 100%;
    padding-left:0px;
    padding-bottom:0px;
    margin-top:0px;
}
.rea_slideshow_title {
    font-size: 45px;
    padding-left: 0px;
    line-height: 1.3;
    font-weight: 700;
    letter-spacing: 0px;
    padding-top: 50px;
    padding-bottom: 10px;
    text-transform: lowercase;
    margin-bottom: 20px;
    width: 100%;
    margin-top: 0;
    color: #10a3c2;
    font-family: 'Poppins','Roboto', sans-serif;
    text-align: center;
}
.rea_slideshow_item { 
    width: 100%;
}
.rea_slideshow_item_img { 
    float:left; display:block;
    background: url('assets/images/bg/bg_feature_004_01.jpg')    
    no-repeat; 
    width: 60%; 
    padding: 0px;
    margin-bottom: 0px;
    line-height: 1.42857143;
    border: 0px solid #ddd;
    border-radius: 0px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.rea_slideshow_item_img_img { 
    width:100%; 
    height:350px; 
    padding:8px;
    border:1px solid rgba(0,0,0,.125);
    border-radius:.25rem;
    background-color: #fff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
.rea_sildeshow_item_desc { 
    float: right;
    width: 30%;
    text-align: left;
    margin: 0px 60px 60px 20px;
}
.rea_sildeshow_item_desc a { 
    padding-top:20px;
    display:block;
}
.rea_sildeshow_item_desc a img { 
    border:0px;
}
.rea_slideshow_item_desc_title { 
    display: block;
    padding-top: 50px;
    font-size: 23px;
    font-family: 'Poppins','Roboto', sans-serif;
    font-weight: 900;
    line-height: 25px;
    color: #0c2a3c;
}
.rea_slideshow_item_desc_price { 
    display:block;
    padding-top:20px; 
    font-size:36px; 
    color:#10a3c2;
    font-weight: 700;
    font-family: 'Poppins','Roboto', sans-serif;
}
.bg-light1 {
    background-color: #ffffff;
}
.bg-light2 {
    background-color: #f9ede6;
    padding-top: 40px;
    padding-bottom: 40px;
}
.button_p {
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    margin-left: 20px;
}
.button_h {
    background-color: transparent;
    border-radius: 0;
    border: 2px solid #009cbd;
    color: #08202c;
    cursor: pointer;
    text-transform: lowercase;
    font-weight: 100;
    line-height: 18px;
    padding: 6px 32px;
    letter-spacing: 1px;
    text-align: center;
    font-size: 15px;
    font-family: 'Poppins','Roboto', sans-serif;
    text-decoration: underline;
}
.button_h a {
    background-color: transparent;
    border-radius: 0;
    border: 2px solid #009cbd;
    color: #08202c;
    cursor: pointer;
    text-transform: lowercase;
    font-weight: 100;
    line-height: 18px;
    padding: 6px 32px;
    letter-spacing: 1px;
    text-align: center;
    font-size: 15px;
    font-family: 'Poppins','Roboto', sans-serif;
    text-decoration: none;
}
.button_h a:hover {
    background-color: #009cbd;
    color: #08202c;
    text-decoration: underline;
    border: 1px solid #009cbd;
}
.app-background .app-image {
    background-attachment: fixed;
    text-align: center;
    visibility: visible;
    animation-name: fadeIn;
    color: white;
    background-image: url(/assets/portaldigital/templates/EN/reauk_04/app.png) center bottom ;
    background-repeat: no-repeat;
    background-size: 100%;
    height: 492px;
    width: 275px;
    position: absolute;
    bottom: 0;
    right: 0;
}
.custom-range {
    width: 100%;
    height: 1.4rem;
    padding: 0;
    color: red;
    background-color: #009cbd;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: unset;
}
.slider--highlight .slider__handle {
    background-color: rgb(71, 71, 71);
    border: 1px solid #009cbd;
}
.marketing_title {
    font-size: 19px;
    padding-left: 20px;
    font-weight: 400;
    letter-spacing: 0px;
    text-transform: lowercase;
    color: #10a3c2;
    font-family: 'Poppins','Roboto', sans-serif;
}
.marketing_title a {
    font-size: 19px;
    padding-left: 0px;
    font-weight: 400;
    letter-spacing: 0px;
    text-transform: lowercase;
    color: #10a3c2;
    font-family: 'Poppins','Roboto', sans-serif;
    text-decoration: none;
}
.marketing_title a:hover{
    text-decoration: underline;
    color: #10a3c2;
}
.nav-link {
    display: block;
    padding: .5rem 1rem;
    font-family: 'Poppins','Roboto', sans-serif;
    color: #0c2a3c;
    text-decoration: none;
    text-transform: lowercase;
}
.nav-link a .active {
    background-color: transparent;
    display: block;
    padding: .5rem 1rem;
    font-family: 'Poppins','Roboto', sans-serif;
    color: #0c2a3c;
    text-decoration: underline;
}
.nav-link a:hover {
    color: #009cbd;
    text-decoration: underline;
}
.nav-link:focus, .nav-link:hover {
    text-decoration: underline;
    color: #009cbd;
}
a:active, a:hover {
    outline-width: 0;
    text-decoration: underline;
    color: #009cbd;
}
.active {
    background-color: transparent;
    color: #009cbd;
}
.develop_title {
    font-size: 35px;
    padding-left: 20px;
    line-height: 1.3;
    font-weight: 600;
    letter-spacing: 0px;
    padding-top: 20px;
    padding-bottom: 10px;
    text-transform: lowercase;
    margin-bottom: 20px;
    width: 100%;
    margin-top: 0;
    color: #000000;
    font-family: 'Poppins','Roboto', sans-serif;
    text-align: center;
    border-bottom: 0px dotted #b1b3b0;
}
.news_title {
    font-size: 3rem;
    padding-left: 40px;
    line-height: 1.3;
    font-weight: 400;
    letter-spacing: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    text-transform: lowercase;
    margin-bottom: 20px;
    width: 100%;
    margin-top: 0;
    color: #ffffff;
    font-family:'Poppins','Roboto', sans-serif;
    text-align: center;
}
.team-title {
    color: #cf0000;
    font-family: 'Poppins','Roboto', sans-serif;
    text-transform: lowercase;
    font-size: 25px;
    padding-left: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    line-height: 1.3;
    font-weight: 400;
}
.team-text {
    color: #333333;
    font-family: 'Poppins','Roboto', sans-serif;
    text-transform: lowercase;
    font-size: 15px;
    padding-left: 0px;
    line-height: 1.3;
    font-weight: 500;
}
/* ===================================================================
 * # header styles
 *
 * ------------------------------------------------------------------- */
.s-header {
    width: 100%;
    height: 95px;
    background-color: #efefef;
    border-bottom:1px solid #efefef;
    position: absolute;
    top: 0;
    z-index: 500;
}
/* -------------------------------------------------------------------
 * ## header logo
 * ------------------------------------------------------------------- */
.header-logo {
    display: inline-block;
    position: absolute;
    margin: 0;
    padding: 0;
    left: 70px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 501;
}
.header-logo a {
    display: block;
    margin: 9px 0 0 0;
    padding: 0;
    outline: 0;
    border: none;
    width: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
/* ------------------------------------------------------------------- 
 * ## main navigation 
 * ------------------------------------------------------------------- */
.header-nav {
    background: #63666a;
    color: rgba(255, 255, 255, 0.25);
    font-family: 'Poppins','Roboto', sans-serif;
    font-size: 1.3rem;
    line-height: 1.846;
    padding: 3rem 1rem 1rem 1.5rem;
    height: 100%;
    width: 320px;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 700;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    visibility: hidden;
}
.header-nav a, .header-nav a:visited {
    color: rgba(255, 255, 255, 0.5);
}
.header-nav a:hover,
.header-nav a:focus,
.header-nav a:active {
    color: white;
}
.header-nav h3 {
    font-family: 'Poppins','Roboto', sans-serif;
    font-size: 11px;
    line-height: 1.5;
    text-transform: lowercase;
    letter-spacing: .25rem;
    margin-bottom: 4.8rem;
    margin-top: -0.9rem;
    color: #F05F40;
}
.header-nav p {
    margin-bottom: 2.7rem;
}
.header-nav__content {
    position: relative;
    left: 50px;
    opacity: 0;
    visibility: hidden;
}
.header-nav__list {
    font-family: 'Poppins','Roboto', sans-serif;
    font-size: 15px;
    margin: 1.2rem 0 1.2rem 0;
    padding: 0 0 1.8rem 0;
    list-style: none;
    text-transform: lowercase;
    font-weight: 100;
}
.header-nav__list li {
    padding-left: 40px;
    line-height: 2.5rem;
}
.header-nav__list a,
.header-nav__list a:visited {
    color: #FFFFFF;
}
.header-nav__social {
    list-style: none;
    display: inline-block;
    margin:0px;
    font-size: 17px;
}
.header-nav__social li {
    margin-right: 0px;    
    margin: 3.6rem 0 3rem 0;
    padding: 0 0 0 0;
    display: inline-block;
}
.header-nav__social li a {
    color: rgba(255, 255, 255, 0.15);
}
.header-nav__social li a:hover,
.header-nav__social li a:focus {
    color: white;
}
.header-nav__social li:last-child {
    margin: 0;
}
.header-nav__close {
    display: block;
    height: 30px;
    width: 30px;
    border-radius: 3px;
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 36px;
    right: 30px;
    font: 0/0 a;
    text-shadow: none;
    color: transparent;
    z-index: 800;
}
.header-nav__close span::before, 
.header-nav__close span::after {
    content: "";
    display: block;
    height: 2px;
    width: 12px;
    background-color: #FFFFFF;
    position: absolute;
    top: 50%;
    left: 9px;
    margin-top: -1px;
}
.header-nav__close span::before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.header-nav__close span::after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
/* menu is open
 * ----------------------------------------------- */
.menu-is-open .header-nav {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    visibility: visible;
    -webkit-overflow-scrolling: touch;
}
.menu-is-open .header-nav .header-nav__content {
    opacity: 1;
    visibility: visible;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
    left: 0;
}
/* ------------------------------------------------------------------- 
 * ## mobile menu toggle 
 * ------------------------------------------------------------------- */
.header-menu-toggle {
    position: fixed;
    right: 38px;
    top: 24px;
    height: 42px;
    width: 42px;
    line-height: 42px;
    font-family: 'Poppins','Roboto', sans-serif;
    font-size: 1.3rem;
    text-transform: lowercase;
    letter-spacing: .3rem;
    color: #63666a;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    background-color: transparent;
}
.header-menu-toggle.opaque {
    background-color: transparent;
}
.header-menu-toggle.opaque .header-menu-text {
    background-color: transparent;
}
.header-menu-toggle:hover, .header-menu-toggle:focus {
    color: #FFFFFF;
}
.header-menu-text {
    display: block;
    position: absolute;
    top: 0;
    left: -70px;
    width: 70px;
    padding-left: 12px;
}
.header-menu-icon {
    display: block;
    width: 22px;
    height: 3px;
    margin-top: -1px;
    position: absolute;
    left: 10px;
    top: 30%;
    right: auto;
    bottom: auto;
    background-color: #cf0000;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.header-menu-icon::before, .header-menu-icon::after {
    content: '';
    width: 100%;
    height: 100%;
    background-color: inherit;
    position: absolute;
    left: 0;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.header-menu-icon::before {
    top: -9px;
}
.header-menu-icon::after {
    bottom: -9px;
}
/* ------------------------------------------------------------------- 
 * responsive:
 * header
 * ------------------------------------------------------------------- */
@media only screen and (max-width: 600px) {
    .s-header {
        height: 90px;
    }
    .header-logo {
        left: 30px;
    }
    .header-menu-toggle {
        right: 25px;
    }
}
@media only screen and (max-width: 400px) {
    .header-menu-text {
        display: none;
    }
}
/* menu is open
 * ----------------------------------------------- */
.menu-is-open .header-nav {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    visibility: visible;
    -webkit-overflow-scrolling: touch;
}
.menu-is-open .header-nav .header-nav__content {
    opacity: 1;
    visibility: visible;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
    left: 0;
}
.home-social {
    font-family: "montserrat-regular", sans-serif;
    list-style: none;
    margin: 0 10px 10px 0;
    position: absolute;
    top: 40%;
    right: 2.4rem;
    -webkit-transform: translate3d(0, -50%, 0);
    -ms-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}
.home-social i {
    font-size: 14px;
    right: 0;
    text-align: center;
    display: inline-block;
    width: 33px;
    height: 33px;
    line-height: calc(33px - 4px);
    border: 2px solid #FFFFFF;
    border-radius: 50%; 
	margin-bottom:20px;
	color:#FFFFFF;
}
.home-social i:hover {
    border: 2px solid #F05F40;
    color:#F05F40;
}
.btn-secondary1 {
    color: #000000;
    background-color: #ffffff;
    border-color: #ffffff;
}
.btn-secondary1:hover {
    color: #ffffff;
    background-color: rgb(0, 120, 130);
    border-color: rgb(0, 120, 130);
}
.bg-light {
    background-color: transparent;
}
.card1 {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #ccc;
    border-radius: 2px;
    padding:0px;
}
.card1-img-top {
    width: 100%;
    border-top-left-radius: calc(.0rem - 1px);
    border-top-right-radius: calc(.0rem - 1px);
}
.card1-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 5px;
}
.card1-text {
    font-family: 'Poppins','Roboto', sans-serif;
    font-size: 17px;
    font-weight: 700;
    line-height: 35px;
    text-transform: lowercase;
    color:#000000;
}
.card1-price{
    font-family: 'Poppins','Roboto', sans-serif;
    font-size: 21px;
    font-weight: 600;
    color: #000000;
    padding-top: 10px;
}
.map {
    position: absolute;
    top: 150px;
    z-index: 1;
    padding: 1.25rem .3125rem;
    border: 0;
    background-color: #fff;
    color: #000;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    box-shadow: -2.125rem 0 0 0 #fff, 0 0 0.1875rem rgba(0,0,0,.6);
    width: calc(50% - 16px);
    right: 0px;
    bottom: 0px;
    height: calc(100vh - 154px);
    touch-action: manipulation;
    /*transform: translate3d(0px, 0px, 0px);
    -webkit-mask-image: -webkit-radial-gradient(center, white, black);*/
    margin: 0px 16px 16px 0px;
    border-radius: 2px;
}
.search .map-toggle {
    display: none;
    position: absolute;
    top: 50%;
    z-index: 1;
    padding: 1.25rem .3125rem;
    border: 0;
    background-color: #fff;
    color: #000;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    box-shadow: -2.125rem 0 0 0 #fff, 0 0 0.1875rem rgba(0,0,0,.6);
}
/************************************************************************/
.rea_search_short1_box { 
    display:inline-block; 
    color:#ffffff; 
    max-width: 1100px;   
    text-align: center;
    z-index: 6;
    padding-top: .8rem;
    padding-right: .8rem;
    padding-bottom: .8rem;
    padding-left: .8rem;
    background-color: transparent;
    border-radius: 12px;
    width: 100%;
}
.rea_search_short1_box_total { 
    display:inline-block; 
    color:#ffffff; 
    width:100%;   
    text-align: center;
    z-index: 6;
    padding-top: .1rem;
    padding-right: .1rem;
    padding-bottom: .1rem;
    padding-left: .1rem;
    /*background-color: #f8f8f8ea;*/
    border-radius: 12px;
    /* box-shadow: 0 8px 16px rgba(38,38,48,.2);*/
    box-sizing: border-box;
}
.rea_search_short1_box td { 
    padding-top: 20px;
    width: 100%;
}
.rea_search_short_title { 
    display:none; 
    visibility:hidden;
}
.rea_search_short1_type {
    font-size:16px; 
    color: #282828; 
    font-family: 'Poppins','Roboto', sans-serif;
    font-weight:300;
    padding-bottom: 10px;
    padding-left: 0px;
    padding-right: 0px;
}
.rea_search_short1_type_a {
    font-size:16px; 
    color: #282828; 
    font-family: 'Poppins','Roboto', sans-serif;
    font-weight:300;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 0px;
}
.rea_search_short1_type_b {
    font-size:16px; 
    color: #282828; 
    font-family: 'Poppins','Roboto', sans-serif;
    font-weight:300;
    padding-bottom: 10px;
    padding-left: 0px;
    padding-right: 10px;
}
.rea_search_short1_areas {
    font-size:16px; 
    color: #ffffff; 
    font-family:'Poppins','Roboto', sans-serif;
    font-weight:300;
}
.rea_search_short1_areas_label { 
    width: 100%; 
    padding-left: 10px;
    padding-top: 5px; 
    font-size:23px; 
    color: #ffffff; 
    font-family:'Poppins','Roboto', sans-serif;
    font-weight:normal;
    padding-bottom: 5px;
    display: inline;
}
.rea_search_short1_areas_input { 
    width: 100%; 
    padding-left: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    display: inline;
}
.rea_search_short1_areas_input_area { 
    width: 100%;
    border-radius: 4px;
    border: 1px solid rgb(210, 210, 210);
    color: #444444;
    display: inline;
    height: 55px;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 1em;
}
.rea_search_short1_submit { padding:0px;}
.rea_search_short1_fgt_title { 
  	font-size: 14px;
  	text-transform: uppercase;
  	text-decoration: none;
  	text-align: left;
  	color: #232323;
  	font-family: 'Poppins','Roboto', sans-serif;
  	font-weight: 700;
}
.rea_search_short1_fgt_title a{ 
  	font-size: 21px; text-transform: uppercase;
  	text-decoration: none;
  	text-align: left;
  	color: #232323;
  	font-family: 'Poppins','Roboto', sans-serif;
  	font-weight: 400;
}
.rea_search_short1_fgt_title a:hover {
  	color:#232323; 
  	text-decoration:none;
}
.rea_search_short1_fgt_label{
  	color: #232323; 
  	font-size: 15px;
  	font-weight: 100;
  	font-family: 'Poppins','Roboto', sans-serif;
}
.rea_search_short1_register_title { 
  	font-size: 21px;
  	text-transform: uppercase;
  	text-decoration: none;
  	text-align: left;
  	color: #232323;
  	font-family: 'Poppins','Roboto', sans-serif;
  	font-weight: 400;
}
.rea_search_short1_register_label{ 
  	color: #232323; 
  	font-size: 15px;
  	font-weight: 100;
  	font-family: 'Poppins','Roboto', sans-serif;
}
.rea_search_short1_login_box { 
	width: 100%; 
	text-align:left;
}
.rea_search_short1_register_box { 
	width: 500px; 
	text-align:left;
}
.rea_search_short1_fgt_box{ 
	width: 500px; 
	text-align:left;
}
.rea_search_short1_login_title{ 
	font-size: 21px;
	text-transform: uppercase;
    text-decoration: none;
    text-align: left;
    color: #232323;
    font-family: 'Poppins','Roboto', sans-serif;
    font-weight: 400;
}
.rea_search_short1_login_label { 
	color: #232323;
    font-size: 15px;
    font-weight: 100;
    font-family: 'Poppins','Roboto', sans-serif;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0px;
}
.rea_search_short1_login_value { 
	color: #777777; 
	font-size: 14px;
    font-weight: 100;
    font-family: 'Poppins','Roboto', sans-serif;
}
.rea_search_short1_fgt_value { 
	color: #777777; 
	font-size: 14px;
    font-weight: 100;
    font-family: 'Poppins','Roboto', sans-serif;
}
.rea_search_short1_register_value { 
	color: #ffffff; 
	font-size: 14px;
    font-weight: 100;
    font-family: 'Poppins','Roboto', sans-serif;
}
/************************************************************/
.card2-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 25px;
    font-size: 15px;
    font-weight: 300;
    font-family: 'Poppins','Roboto', sans-serif;
    color:#333333;
}
.card2 {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #ffffff;
    background-clip: border-box;
    border: 0px solid rgba(0,0,0,.125);
    border-radius: .25rem;
    padding: 0px;
    color:#333333;
}
.card2-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid rgba(0,0,0,.125);
}
.card2-title {
    font-family: 'Poppins','Roboto', sans-serif;
    color: #333333;
    font-weight: 500;
    text-transform: lowercase;
    font-size: 25px;
}
.card2-text{
    font-family: 'Poppins','Roboto', sans-serif;
    margin-bottom: 30px;
    padding-left: 0px;
    font-size: 15px;
    line-height: 35px;
    font-weight: 500;
    color: #333333;
}
.collapse:not(.show) {
    display: none;
}
.btn-link1 {
    font-weight: 400;
    color: rgb(0, 120, 130);
    background-color: transparent;
    text-decoration: none;
    font-size: 19px;
}
.btn-link1:hover{
    font-weight: 400;
    color: rgb(0, 120, 130);
    background-color: transparent;
    text-decoration: underline;
}
.btn:focus, .btn:hover {
    text-decoration: underline;
}
.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
}
.card2-img-top {
    width: 100%;
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}
.bg-rates {
    background-color: #f5f6f7;
    border-color: #e1e3e6;
    margin: 10px;
    border-radius: 8px;
}
.slidecontainer {
  width: 100%;
}
.slider {
  -webkit-appearance: none;
  width: 100%;
  height: 25px;
  background: #d3d3d3;
  outline: none;
  opacity: 0.7;
  -webkit-transition: .2s;
  transition: opacity .2s;
}
.slider:hover {
  opacity: 1;
}
.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  background: #4CAF50;
  cursor: pointer;
}
.slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  background: #4CAF50;
  cursor: pointer;
}
.sliderHandle {
    width: 100%;
    height: 22px;
    border: 1px solid #cdd1d4;
    border-radius: 50%;
    background-color: #fff;
    z-index: 1;
    cursor: pointer;
}
.col-form-label1 {
    padding-top: calc(.375rem + 1px);
    padding-bottom: calc(.375rem + 1px);
    margin-bottom: 0;
    line-height: 1.5;
    color: rgb(0, 120, 130);
    font-size: 19px;
    text-transform: lowercase;
    font-weight: 400;
    font-family: 'Poppins','Roboto', sans-serif;
}
.form-group1 {
    margin-bottom: 1rem;
    font-family: 'Poppins','Roboto', sans-serif;
    font-size: 13px;
    color: #333333;
}
/*************************************************************************/
@media screen and (max-width: 1199px) 
{
}
@media screen and (max-width: 991px) 
{
   .container {width:98%}
   .shopping_card_categories {width: 35%; }
   .shopping_card_categories li.flyout { width:80px;  }
   .shopping_card_box_item { width:100%; }
   .shopping_card_box_image a img {max-width:100%; height:100%;} 
   .shopping_card_box_title { width: 100%;}
   .shopping_card_box_title a { font-size:100%;}
   .shopping_card_view_top {width: 100%;}
   .shopping_card_view_pictures { width:100%;}
   .shopping_card_view_description { width:100%;}
   .shopping_card_list { width: 100%;} 
   .shopping_card_view_price { font-size: 21px;}
   .shopping_trolley { width:98%; }
   .shopping_trolley a { font-size: 15px; }
   .shopping_trolley .title { font-size:15px; }
   .shopping_trolley .items { font-size: 75%; }
   .shopping_trolley .items .item { font-size:14px;  }
   .shopping_trolley .subtotal { font-size: 75%; }
   .shopping_trolley .subtotal .price { font-size:14px; }
   .shopping_trolley .viewtrolley {  font-size: 75%; }
   .shopping_trolley .checkout { font-size: 75%; }
   .paypal_image { width:75%;}
   ul.tabs {width: 98%;}
   ul.tabs li.active a {font-size:20px; }
   .tab_container {width: 100%; }
   .tab_content { font-size: 12px;  }
   .myaccount_login_outerbox{ width:100%;} 
   .myaccount_login_box { width:100%;}
   .myaccount_login_title{ font-size: 14px;}
   .myaccount_login_label { font-size: 14px;}
   .myaccount_login_value { font-size: 14px;}
   .blog_categories { width:100%;}
   .blog_categories li {width:100%;}
   .blog_articles_box { width:100%;}
   .blog_articles_item_sn { width:100%;}
   .blog_article_item_title a{ width: 100%; font-size: 17px;}
   .shopping_card_list {width:98%;}
   .shopping_card_list_top { width:98%;}
   .shopping_card_list_item { width:98%;}
   .shopping_card_list_item_left { width:100px; }
   .shopping_card_list_item_center { width:98%; }
   .shopping_card_list_item_center_short_description {width:90%;}
   .shopping_card_list_item_center_license { width:98%;}
   .shopping_card_list_update {  width:98%;}
   .shopping_card_list_subtotal { width:98%;}
   .shopping_card_list_checkout { width:98%;}
   .shopping_card_list_empty { width:98%;}
   .shop-card-pic-imgbox { width:75%;}
   ul#myaccount-tabs { width: 98%;}
   .myaccount_mainbox { width:98%;}
   .property_contact_value { width: 98%;}
   .contact_box { width:98%;}
   ul.social_networks { width: 75%; }
   .shopping_promotions_1_box { width: 100%;}
   .shopping_promotions_2_box { width:100%;}
   .shopping_promotions_2_item {width: 100%;}
   .shopping_promotions_3_box { width:100%;}
   .shopping_promotions_3_item {width: 100%;}
   .shopping_promotions_5_box {width:100%;}
   .shopping_promotions_5_item {width: 100%; }
   .banner_map { width: 75%; } 
   .privacy_text{ width: 100%;} 
   .privacy_title { width: 100%;}
   .site-logo_01 { width: 100%;
                   height: 100%;
                 }
   .top_categories_title { font-size: 100%;}
   .top_categories_subtitle{ font-size: 100%;}
   .portfolio-item .caption{ width: 100%;}
   .banner_title{ font-size: 100%;}
   .banner_subtitle{ font-size: 100%;}
   .btn-default{ width: 100%;}
   .testimonials_author01 {font-size: 100%; }
   .testimonials_city01 {font-size: 100%;}
   .main_title{ font-size: 1.9rem; padding-left: 0px; padding-right: 0px;
                padding-top: 2%; padding-bottom: 2%; }
   .main_title2 { font-size: 100%;}
   .btn-header { padding-left: 30px; padding-right: 30px;
                 padding-top: 2%; padding-bottom: 2%; margin-bottom: 30px;}
   .carousel_title01 { font-size: 1.9rem;}
   .contact_title { font-size: 35px;} 
   .contact_us_text{ font-size: 100%;}
   ul.tabs { width: 100%;}
   .shopping_promotions_1_box a img {width:100%;}
   .bg_terms { padding-left: 0px; padding-right: 0px; padding-top: 2%;
               padding-bottom: 2%; }
   .bg_store { padding-left: 0px; padding-right: 0px; padding-top: 2%;
               padding-bottom: 2%; } 
   .bg_account { padding-left: 0px; padding-right: 0px; padding-top: 2%;
               padding-bottom: 2%; }
   .portfolio1-box .portfolio1-box-caption .portfolio1-box-caption-content .project-category {
  font-size: 15px;
       }
    .sale_title { font-size: 1.8rem;}
    .greenText { font-size: 1.8rem;}
    .homeSearch .hsBox.greenBG h2{ font-size: 1.3rem;}
    .homeSearch .hsBox.blackBG h2{ font-size: 1.3rem;}
    .bg_home { padding-top: 30px; padding-bottom:30px;}
    .bg_blog { padding-top: 30px; padding-bottom:30px;}
    .display__title { font-size: 21px; }
    .rea_search_short_areas_input_area {width: 100%;}
    .tab_h_container { width:100%; }
    .main_open{ font-size: 25px;}
    .featurette2_title {font-size: 21px;}
    .services_title {font-size: 35px;}
    .carousel_title1 {font-size: 25px;}
    .featurette4_title {font-size: 25px;}
    .f_title {font-size: 25px;}
    .account_title { font-size: 30px;}
    .rea_search_area_col1 {font-size: 19px;}
    .bg_search_rea { margin-top: 0px; padding-bottom: 0px; padding-top: 20px; }
    .rea_slideshow_item_img_img { width:100%; height:150px; padding:8px; margin:15px 8px 20px 15px;}
    .news_title {font-size: 25px;}
    .bg_view{ padding-top: 70px; padding-bottom:30px;}
    .property-title{ font-size: 25px;}
}
@media screen and (max-width: 767px;) 
{
   .logo{ width:35%;}
   .container {width:98%}
   .shopping_trolley {width:98% }
   .shopping_card_box_item {width:100%;}
   .shopping_card_box_image a img {max-width:100%; height:100%;}
   .shopping_card_box_title { width: 100%;}
   .shopping_card_box_title a { font-size: 100%;}
   .shopping_promotions_1_box { width: 100%;}
   .shopping_card_view_pictures { width:100%;}
   .shopping_card_list { width: 100%;}
   .shopping_card_categories {width: 98%; }
   .shopping_card_categories li { width:58%; }
   .shopping_card_view_top {width: 90%;}
   .shopping_card_view_description { width:95%;}
   ul.tabs {width: 75%;}
   ul.tabs li.active a {font-size:12px; }
   .tab_container {width: 98%; }
   .tab_content { font-size: 12px; }
   .myaccount_login_title{ font-size: 14px;}
   .myaccount_login_outerbox{ width:98%;} 
   .myaccount_login_box { width: 100%;}
   .myaccount_login_title{ font-size: 12px;}
   .myaccount_login_label { font-size: 12px;}
   .myaccount_login_value { font-size: 12px;}
   .blog_categories { width:100%;}
   .blog_categories li {width:100%;}
   .blog_articles_box { width:100%;}
   .blog_articles_item_sn { width:100%;}
   .blog_article_item_title a{ width:100%; font-size: 17px;}
   .shopping_promotions_1_box { width:100%;}
   .shopping_promotions_2_box { width:100%;}
   .shopping_promotions_2_item {width:100%;}
   .shopping_promotions_3_box { width:100%;}
   .shopping_promotions_3_item {width:100%;}
   .shopping_promotions_5_box {width:100%;}
   .shopping_promotions_5_item {width:100%; }
   .shopping_card_view_price { font-size: 21px;}
   .shopping_card_list {width:98%;}
   .shopping_card_list_top { width:98%;}
   .shopping_card_list_item { width:98%;}
   .shopping_card_list_item_left { width:100px; }
   .shopping_card_list_item_center { width:98%; }
   .shopping_card_list_item_center_short_description {width:90%;}
   .shopping_card_list_item_center_license { width:98%;}
   .shopping_card_list_update {  width:98%;}
   .shopping_card_list_subtotal { width:98%;}
   .shopping_card_list_checkout { width:98%;}
   .shopping_card_list_empty { width:98%;}
   .shop-card-pic-imgbox { width:25%;}
   ul#myaccount-tabs { width: 98%;}
   .myaccount_mainbox { width:98%;}
   .property_contact_value { width: 50%;}
   .contact_box { width:98%;}
   ul.social_networks { width: 50% } 
   .banner_map { width: 50%; } 
   .privacy_text{ width: 100%;
                } 
   .privacy_title { width: 100%;
                }
   .site-logo_01 { width: 100%;
                   height: 100%;
                 }
   .top_categories_title { font-size: 100%;}
   .top_categories_subtitle{ font-size: 100%;}
   .portfolio-item .caption{ width: 100%;}
   .banner_title{ font-size: 100%;}
   .banner_subtitle{ font-size: 100%;}
   .btn-default{ width: 100%;}
   .testimonials_author01 {font-size: 100%;}
   .testimonials_city01 {font-size: 100%;}
   .main_title{ font-size: 1.9rem; padding-left: 0px; padding-right: 0px;
                padding-top: 2%; padding-bottom: 2%; }
   .main_title2 { font-size: 100%;}
   .carousel_title01 { font-size: 1.9rem;}
   .contact_title { font-size: 35px;}
   .contact_us_text{ font-size: 100%;}
   .myaccount_login_outerbox { width: 100%;}
   ul.tabs { width: 100%;}
   .shopping_promotions_1_box a img {width:100%;}
   .bg_terms { padding-left: 0px; padding-right: 0px; padding-top: 2%;
               padding-bottom: 2%; }
   .bg_store { padding-left: 0px; padding-right: 0px; padding-top: 2%;
               padding-bottom: 2%; }
   .bg_account { padding-left: 0px; padding-right: 0px; padding-top: 2%;
               padding-bottom: 2%; }
   .btn-header { padding-left: 30px; padding-right: 30px;
                 padding-top: 2%; padding-bottom: 2%; margin-bottom: 30px;}
   .portfolio1-box .portfolio1-box-caption .portfolio1-box-caption-content .project-category {
  font-size: 15px;
       }
    .sale_title { font-size: 1.8rem;}
    .greenText { font-size: 1.8rem;}
    .homeSearch .hsBox.greenBG h2{ font-size: 1.3rem;}
    .homeSearch .hsBox.blackBG h2{ font-size: 1.3rem;}
    .bg_home { padding-top: 30px; padding-bottom:30px;}
    .bg_view{ padding-top: 70px; padding-bottom:30px;}
    .bg_blog { padding-top: 30px; padding-bottom:30px;}
    .display__title { font-size: 21px; }
    .rea_search_short_areas_input_area {width: 100%;}
    .tab_h_container { width:100%; }
    .main_open{ font-size: 19px;}
    .featurette2_title {font-size: 21px;}
    .services_title {font-size: 35px;}
    .carousel_title1 {font-size: 25px;}
    .featurette4_title {font-size: 25px;}
    .f_title {font-size: 25px;}
    .account_title { font-size: 30px;}
    .rea_search_area_col1 {font-size: 19px;}
    .bg_search_rea { margin-top: 0px; padding-bottom: 0px; padding-top: 20px; }
    .rea_slideshow_item_img_img { width:100%; height:150px; padding:8px; margin:15px 8px 20px 15px;}
    .news_title {font-size: 25px;}
    .property-title{ font-size: 25px;}
}
/************************************************************************/
output {
  display: inline;
}
.empty_9182 {}

