body,
html {
  width: 100%;
  height: 100%;
}
body {
  font-family: 'Oswald', 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: 'Oswald', sans-serif;
  font-weight: 300;
}
/**********************************************/
.portfolio1-box {
  position: relative;
  display: block;
  max-width: 100%;
  margin: 0 auto;
 /* box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.5);*/
}
.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;
}
.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 15px;
  font-family: 'Poppins','Roboto', sans-serif;
}
.portfolio1-box .portfolio1-box-caption .portfolio1-box-caption-content .project-category {
  font-size: 40px;
  font-weight: 300;
  text-transform: lowercase;
}
.portfolio1-box .portfolio1-box-caption .portfolio1-box-caption-content .project-name {
  font-size: 40px;
}
.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: 40px;
  }
  .portfolio1-box .portfolio1-box-caption .portfolio1-box-caption-content .project-name {
    font-size: 40px;
  }
}
.text-faded {
  color: rgba(255, 255, 255, 1.1);
}
#content-desktop {display: block;}
#content-mobile {display: none;}
#content-tablet {display: none;}
@media screen and (max-width: 768px) {
    #content-desktop {display: none;}
    #content-mobile {display: block;}
    #content-tablet {display: block;}
}
.contact-value {
    border:1px solid #d5d5d5;
}
.captcha_code_value {
    border:1px solid #d5d5d5;
}
.f_title {
    font-size: 35px;
    padding-left: 0px;
    color: #DBBF56;
    line-height: 1.3;
    font-weight: 400;
    letter-spacing: 0px;
    padding-top: 20px;
    padding-bottom: 0px;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
}
.f_subtitle{
    font-size: 25px;
    padding-left: 0px;
    color: #666666;
    line-height: 1.3;
    font-weight: 400;
    letter-spacing: 0px;
    padding-top: 0px;
    padding-bottom: 20px;
    font-family: 'Oswald', sans-serif;
    text-transform: none;
}
.f_text {
    font-size: 19px;
    padding-left: 0px;
    color: #666666;
    line-height: 1.3;
    font-weight: 300;
    letter-spacing: 0px;
    padding-top: 0px;
    padding-bottom: 10px;
    font-family: 'Oswald', sans-serif;
    text-transform: none;
    margin-bottom: 10px;
}
/*******************************************************/
a {
    color: #ffffff;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    font-weight: 500;
}
a:hover {
    color: #1851BD;
}
p {
    font-family: 'Oswald', sans-serif;
    font-size: 17px;
    font-weight: 100;
}
.cookiealert a {
    color: #ffffff;
}
.cookiealert a:hover {
    color:#1851BD;
}
.cookiealert-text {
    font-family: 'Oswald', sans-serif;
    font-weight: 100;
    font-size: 17px;
}
.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: #2a2a2a;
    background-repeat: no-repeat;
    padding-bottom: 40px;
}
.widget {
    margin-bottom: 40px; 
    margin-left:0px;
}
.widget-light-skin .widget-title {
    border-color: rgba(255,255,255,0.13);
    color: rgba(255,255,255,0.9);
}
.widget-title {
    position: relative;
    margin-bottom: 24px;
    padding-bottom: 12px;
    border-bottom: 1px dotted #e5e5e5;
    border-color: rgba(255,255,255,0.13);
    color: #ffffff;
    font-size: 19px;
    font-weight: 500;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
}
.widget-links {
    padding-left:0px;
    margin-left:0px;
}
.widget-links ul>li> {
    font-weight:300;
    color: #ffffff;
    font-size: 15px;
    text-decoration: none;
    font-family: 'Oswald', sans-serif;
    padding-left:0px;
    margin-left:0px;
}
.widget-links ul>li>a {
    display: inline-block;
    font-weight:400;
    color: #ffffff;
    font-size: 15px;
    text-decoration: none;
    font-family: 'Oswald', sans-serif;
    padding-left:0px;
    margin-left:0px;
    text-transform: uppercase;
}
.widget-links ul>li>a:hover {
    color: #1851BD;
    font-size: 15px;
    font-weight:400;
    text-decoration: none;
    font-family: 'Oswald', sans-serif;
}
.text-white {
    color: #ffffff;
    font-size: 15px;
    font-weight:400;
    text-decoration: none;
    font-family: 'Oswald', 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: rgba(255,255,255,0.18);
    background-color: rgba(255,255,255,0.02);
    color: #fff;
}
.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: 'Oswald', sans-serif;
    font-size: 14px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.form-text{
    color: #ffffff;
    font-size: 15px;
    font-weight: 100;
    text-decoration: none;
    font-family: 'Oswald', sans-serif;
}
.iconpint {
    color: #ee363d;
    height: 25px;
    width: 25px;
    font-size:25px;
}
.iconface {
    color:#3B5998;
    height: 25px;
    width: 25px;
    font-size:25px;
}
.icontwit {
    color: #56adee;
    height: 25px;
    width: 25px;
    font-size:25px;
}
.iconyout {
    color: #bc0000;
    height: 25px;
    width: 25px;
    font-size:25px;
}
.iconinst {
    color: #125789;
    height: 25px;
    width: 25px;
    font-size:25px;
}
.bg-footer{
    background-color: #2a2a2a;
    padding: 40px 0 70px 0;
    overflow: hidden;
    text-align: left;
    zoom: 1;
    margin-left: 0px;
    margin-top: 0px;
    border-top: 1px dotted rgb(106, 106, 106);
}
.copyright01 {
    text-align: center; 
    color: #ffffff;
    font-weight: 300;
    font-family: 'Oswald', sans-serif;
    font-size: 15px;
    padding-left:5px;
    padding-right:5px;
}
.copyright {
    text-align: center; 
    color: #ffffff;
    font-weight: 300;
    font-family: 'Oswald', sans-serif;
    font-size: 15px;
}
.copyright a{
    text-align: center; 
    color: #ffffff;
    font-weight: 300;
    font-family: 'Oswald', sans-serif;
    font-size: 15px;
}
.copyright a:hover {
    color: #FF5252;
    text-decoration:underline;   
}
.site-logo_01 {
    width: 300px;
    height: 70px;
    margin-top: 20px;
    margin-bottom: 5px;
}
.img_quote01 {
    color: #ffffff;
    font-size: 50px;
    padding-right: 10px;
    padding-left: 10px;
}
.img-fluid {
    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:'Oswald', 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: 'Oswald', sans-serif;
}
.banner_subtitle {
    font-family: 'Oswald', 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: 'Oswald', sans-serif;
}
.btn-default a{
    color: #ffffff;
    background-color: #585BD5;
    border-color: #585BD5;
    font-size: 22px;
    font-weight: 300;
    text-transform:uppercase;
    font-family: 'Oswald', sans-serif;
}
.btn-default a:hover{
    color: #585BD5;
    background-color: #fff;
    border-color: 3px solid #585BD5;
}
.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: 'Oswald', sans-serif;
}
.btn-default01 a{
    color: #232323;
    background-color: #f5f5f5;
    border-color: #dc9814;
    font-size: 22px;
    font-weight: 300;
    text-transform:uppercase;
    font-family: 'Oswald', 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: 'Oswald', 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: 'Oswald', sans-serif;
}
.btn-default02 a:hover{
    color: #585BD5;
    background-color: tranparent;
    border-color: 3px solid #585BD5;
}
.featurette3 {
    padding-top: 30px;
    padding-bottom: 50px;
    background-color: #E96656;
    border-top: 0px solid #E96656;
    border-bottom: 0px solid #E96656;
}
.btn-default03 {
    color: #ffffff;
    background-color: #5A5BD9;
    text-transform:uppercase;
    border:3px solid #5A5BD9;
    font-size: 22px;
    font-weight: 100;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 50px;
    font-family: 'Oswald', sans-serif;
}
.btn-default03 a{
    color: #ffffff;
    background-color: #5A5BD9;
    border:3px solid #5A5BD9;
    font-size: 22px;
    font-weight: 100;
    text-transform:uppercase;
    font-family: 'Oswald', sans-serif;
}
.btn-default03 a:hover{
    color: #5A5BD9;
    background-color: #232323;
    border: 3px solid #5A5BD9;
}
.main_featurette {
    font-size: 30px;
    padding-top: 30px;
    color: #ffffff;
    line-height: 1;
    letter-spacing: -1px;
    font-family: 'Oswald', sans-serif;
    font-weight: 100;
}
.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;
}
.dropdown-menu .divider {
	height: 1px;
	margin: 9px 0;
	overflow: hidden;
	background-color: #E06655;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
	background-color: #ffffff;
	color: #555;
}
.dropdown-menu>li>a {
	text-transform: uppercase;
}
.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	list-style: none;
	font-size: 14px;
	background-color: #fff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0,0,0,.15);
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
	box-shadow: 0 6px 12px rgba(0,0,0,.175);
	background-clip: padding-box;
	text-align:left;
}
.dropdown-menu>li>a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: 400;
	line-height: 1.42857143;
	color: #333333; background-color:#ffffff;
	white-space: nowrap;
}
.dropdown-menu>li>a:hover {
	background-color: #E06655;
	color: #ffffff;
}
.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;
}
.blog_pager_box {
	width: 100%;
	padding-left:20px; 
	padding-top:10px;
}
.blog_pager_page { 
	float:left; 
	padding:10px;
    font-family: 'Oswald', sans-serif;
}
.blog_pager_page_cur { 
	float: left;
    padding: .6em .6em .6em .6em;
    margin: .0em;
    color: white;
    font-size: 12px;
    background-color: #1851BD;
    border: 1px solid #1851BD;
    margin-top: 10px;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
}
.blog_pager_link {
    float: left;
    padding: .2em .2em .2em .2em;
    margin: .0em .0em;
    color: #282828;
    font-size: 12px;
    background-color: transparent;
    border: 0px solid #1851BD;
    margin-top: 5px;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
}
.blog_comment_box {
    width: 100%;
	padding-left:20px; 
	padding-top:10px;
}
.blog_comment_title {
    color: #313029;
    font-weight: 500 !important;
    font-family: 'Oswald', sans-serif;
    font-size: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-transform: uppercase;
}
.blog_comment_label {
    color: #282828;
    border-radius: 5px;
    font-size: 15px;
    font-family: 'Oswald', sans-serif;
    font-weight: 100;
    line-height: 22px;
    padding-bottom: 10px;
    padding-top: 10px;
    padding-left: 0px;
    text-transform: uppercase;
}
.blog_comment_label a{
    color:#DBBF56;
}
.blog_comment_label a:hover{
    color: #0061BD;
}
.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: 'Oswald', sans-serif;
    font-weight: normal;
    line-height: 22px;
    text-transform: none;
}
/***************************************************/
.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_01/bg_testimonials.jpg);
}
.carousel_title1 {
	font-size: 35px; 
	font-weight:300; 
	color:#ffffff; 
	text-align:center;
    line-height: 40px;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.carousel_subtitle{
	font-family: 'Caveat'; 
	font-size: 60px; 
	font-weight:500; 
	color:#ffffff; 
	text-align:center;
}
.testimonials_author {
    font-family: 'Oswald', sans-serif; 
	font-size: 25px; 
	font-weight: 400; 
	color: #ffffff; 
	text-align: center;
}
.testimonials_city {
    font-family: 'Oswald', sans-serif; 
	font-size: 21px; 
	font-weight: 400; 
	color: #ffffff; 
	text-align: center; 
	font-style: italic;
}
.img_quote {
    color: #DBBF56;
    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;
}
/******************************************************/
.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: 'Oswald', sans-serif;
	text-align:center;
	font-size: 16px;
	line-height: 25px; 
	color: #777777;
	font-weight: 100;
}
.home_news{
	font-family: 'Oswald', sans-serif;
    font-size: 16px;
	text-decoration:underline;
    line-height: 25px; 
	color: #52b9e9;
    font-weight: 100;
}
.home_news a{
	font-family: 'Oswald', 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: 'Oswald', 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: #ffffff;
    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: #ffffff;
    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: #ffffff;
    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;
}
.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: 'Oswald', 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: 'Oswald', sans-serif;
    text-transform: uppercase;
}
.main_title1 { 
    color:#1851BD;
    font-weight: 400 !important;
    font-family: 'Oswald', sans-serif;
    font-size: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-transform: uppercase;
}
.main_open { 
    color: #DBBF56;
    font-weight: 400 !important;
    font-family: 'Oswald', sans-serif;
    font-size: 25px;
    text-transform: uppercase;
    padding-bottom: 40px;
}
.open_text  {
    font-family: 'Oswald', sans-serif;
    margin-bottom: 10px;
    padding: 0px;
    font-size: 17px;
    line-height: 35px;
    font-weight: 300;
    color: #ffffff;
}
.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: 'Oswald', sans-serif;
}
.main_title3 { 
    font-size: 50px; 
    padding-left:30px; 
    color:#FFFFFF;
    line-height: 1;
    letter-spacing: -1px;
    font-family:'Oswald', sans-serif;
}
.main_subtitle1 { 
    font-family: 'Oswald', sans-serif;
    margin-bottom: 30px;
    padding-left: 30px;
    font-size: 22px;
    line-height: 35px;
    font-weight: 200;
    color: #ffffff;
}
.main_text{ 
    font-family: 'Oswald', sans-serif;
    margin-bottom: 10px; 
    padding:0px;
    font-size: 17px; 
    line-height: 35px;
    font-weight: 300;
    color: #181818;
}
.main_text_pro{ 
    font-family: 'Oswald', sans-serif;
    margin-bottom: 30px; 
    padding-left:30px;
    font-size: 22px; 
    line-height: 35px;
    font-weight: 200;
    color: #7a7c7f;
}
.main_text_pro1{ 
    font-family: 'Oswald', sans-serif;
    margin-bottom: 70px; 
    padding-left: 0px;
    font-size: 25px; 
    line-height: 35px;
    font-weight: 200;
    color: #FFFFFF;
}
@media screen and (max-width: 767px)    
{ 
  .mobilehide
  {
    visibility:hidden;
    display:none;
  } 
}
.feature_title {
    text-align:center; 
    color:#555555;
    font-family: 'Oswald', sans-serif;
}
.feature_title:hover{color:#d2322d;}
.feature_price{
    text-align:center;
    color:#d2322d; 
    font-weight:100;
    font-family: 'Oswald', sans-serif;
}
.new_title {
    text-align:left; 
    color:#e91b23;
    font-family: 'Oswald', sans-serif;
}
.new_title:hover{
    color:#555555;
}
.new_subtitle {
     text-align:left; 
     color:#555555; 
     font-size:14px;
     font-family: 'Oswald', sans-serif;
}
.privacy_title { 
    font-size: 41px;
    color: #1851BD;
    line-height: 54px;
    font-family: 'Oswald', sans-serif;
    padding-bottom: 20px;
    margin-top: 10px;
    padding-top: 10px;
    padding-left: 0px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.contact_title { 
   	font-weight: 400;
   	font-size: 35px;
   	font-family: 'Oswald', sans-serif;
   	text-transform: uppercase;
    line-height: 1.3;
    letter-spacing: 0px; 
   	padding-bottom:40px; 
   	margin-top:10px;
   	padding-top:10px;
   	padding-left:0px;
    color: #1851BD;
}
.contact_title1 { 
   	font-weight: 400;
   	font-size: 40px;
   	font-family: 'Oswald', sans-serif;
   	text-transform: uppercase;
    line-height: 1.3;
    letter-spacing: 0px; 
   	padding-bottom:10px; 
   	margin-top:10px;
   	padding-top:10px;
   	padding-left:0px;
    text-align: center;
}
.contact_subtitle{
	color:#232323;
  	line-height: 35px; 
  	font-size: 25px;
  	font-family: 'Oswald', sans-serif;
  	font-weight: 400; 
  	font-style: italic;
  	letter-spacing: 1px; 
  	padding-bottom:10px;
 	margin-bottom:10px;
  	text-transform: uppercase;
}
.contact_us_text{
  	font-family:'Oswald', sans-serif;
  	font-size: 21px; 
  	line-height: 35px; 
  	color: #232323;
  	font-weight: 100;
  	margin-bottom:20px;
}
.privacy_subtitle{
  	color:#1851BD;
  	line-height: 35px; 
  	font-size: 21px;
  	font-family: 'Oswald', sans-serif;
  	font-weight: 400;
  	letter-spacing: 1px; 
  	padding-bottom: 20px;
    padding-top: 20px;
  	margin-bottom: 10px;
  	text-transform: uppercase;
}
.privacy_text{
  font-family:'Oswald', sans-serif;
  font-size: 17px; 
  line-height: 35px; 
  color: #232323;
  font-weight: 100;
  padding-top: 0px;
  padding-bottom: 0px;
}
.privacy_text a{
  font-family:'Oswald', sans-serif;
  font-size: 17px; 
  line-height: 35px; 
  color: #1851BD;
  font-weight: 300;
  padding-top: 0px;
  padding-bottom: 0px;
  text-decoration: none;
}
.privacy_text a:hover{
  color: #1851BD;
  text-decoration: underline;
}
.contact_text{
    font-family:'Oswald', sans-serif;
    text-align:center;
    font-size: 17px; 
    line-height: 35px; 
    color: #ffffff;
    font-weight: 100;
}
.login_text{ 
  	color: #232323; 
  	font-size: 17px;
  	font-weight: 300;
  	font-family: 'Oswald', sans-serif;
}
.login_text_01{ 
  	color: #232323; 
  	font-size: 17px;
  	font-weight: 300;
  	font-family: 'Oswald', sans-serif;
}
.myaccount_fgt_title { 
  	font-size: 14px;
  	text-transform: uppercase;
  	text-decoration: none;
  	text-align: left;
  	color: #1851BD;
  	font-family: 'Oswald', sans-serif;
  	font-weight: 700;
}
.myaccount_fgt_title a{ 
  	font-size: 21px; text-transform: uppercase;
  	text-decoration: none;
  	text-align: left;
  	color: #1851BD;
  	font-family: 'Oswald', sans-serif;
  	font-weight: 400;
}
.myaccount_fgt_title a:hover {
  	color:#232323; 
  	text-decoration:none;
}
.myaccount_fgt_label{
  	color: #232323; 
  	font-size: 15px;
  	font-weight: 100;
  	font-family: 'Oswald', sans-serif;
}
.myaccount_register_title { 
  	font-size: 21px;
  	text-transform: uppercase;
  	text-decoration: none;
  	text-align: left;
  	color: #1851BD;
  	font-family: 'Oswald', sans-serif;
  	font-weight: 400;
}
.myaccount_register_label{ 
  	color: #232323; 
  	font-size: 15px;
  	font-weight: 100;
  	font-family: 'Oswald', sans-serif;
}
.myaccount_login_box { 
	width: 500px; 
	text-align:left;
}
.myaccount_register_box { 
	width: 500px; 
	text-align:left;
}
.myaccount_fgt_box{ 
	width: 500px; 
	text-align:left;
}
.myaccount_login_title{ 
	font-size: 21px;
	text-transform: uppercase;
    text-decoration: none;
    text-align: left;
    color: #1851BD;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
}
.myaccount_login_label { 
	color: #232323; 
	font-size: 15px;
    font-weight: 100;
    font-family: 'Oswald', sans-serif;
}
.myaccount_login_value { 
	color: #777777; 
	font-size: 14px;
    font-weight: 100;
    font-family: 'Oswald', sans-serif;
}
.myaccount_fgt_value { 
	color: #777777; 
	font-size: 14px;
    font-weight: 100;
    font-family: 'Oswald', sans-serif;
}
.myaccount_register_value { 
	color: #fffffff; 
	font-size: 14px;
    font-weight: 100;
    font-family: 'Oswald', sans-serif;
}
.error_message { 
	color: #d9534f; 
	font-size: 16px;
    font-weight: 100;
    font-family: 'Oswald', sans-serif;
}
.message{ 
	font-size: 16px;
    font-weight: 100;
    color: #535A6C;
    line-height: 35px;
    font-family: 'Oswald', sans-serif;
}
.show_ip { 
	color: #ffffff; 
	font-size: 14px;
    font-weight: normal;
    font-family: 'Oswald', sans-serif;
}
/***********************************/
.account_title {
    font-weight: 500;
    font-size: 40px;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    line-height: 1.3;
    letter-spacing: 0px;
    padding-bottom: 10px;
    margin-top: 10px;
    padding-top: 10px;
    padding-left: 0px;
    text-align: center;
}
.account_text {
    font-family: 'Oswald', sans-serif;
    font-size: 21px;
    line-height: 35px;
    color: #232323;
    font-weight: 100;
    margin-bottom: 20px;
}
/*****************************************/
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: 'Oswald', 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-weigth: normal; 
	margin-bottom:30px;
}
.myaccount_email_label{ 
	color: #20AA73; 
	font-weight: 700;
    text-decoration: none; 
	font-size:16px;
    font-family: 'Oswald', sans-serif;
	padding-bottom:20px;
}
.blog_articles_box { 
   width:100%; 
   padding:0px; 
   margin-bottom:20px;
}
.blog_articles_item_sn { 
   width:100%;
   display:inline-block; 
   vertical-align:middle;
   padding-left:0px;
   padding-bottom: 20px;
}
.blog_articles_item { 
   margin-bottom:20px;
   padding-bottom:40px;
   border-bottom: 1px solid #e0e0e0;
}
.blog_article_item_title { 
   font-weight: 400; 
   font-size: 25px;
   font-family: 'Oswald', sans-serif;
   text-transform: uppercase;
   padding-bottom: 20px;
}
.blog_article_item_title a { 
   font-weight: 400; 
   font-size: 25px;
   font-family: 'Oswald', sans-serif;
   text-transform: uppercase;
   color: #DBBF56;
   text-decoration:underline;
}
.blog_article_item_title a:hover { 
	text-decoration:underline;
    color:#DBBF56;
}
.blog_article_item_created { 
   font-weight: 300;
   font-size: 15px; 
   color: #0061BD;
   line-height: 25px; 
   padding-bottom:10px;
   padding-top:10px; 
   font-family: 'Oswald', sans-serif;
}
.blog_article_item_short_article { 
  font-size:17px; 
  color: #5a5a5a;
  font-weight:100;
  line-height: 30px;
  font-family: 'Oswald', sans-serif;
  letter-spacing: 1px;
  text-transform: none;
}
.blog_article_item_short_article p{ 
  font-size:17px; 
  color: #5a5a5a;
  font-weight:100;
  line-height: 30px;
  font-family: 'Oswald', sans-serif;
  letter-spacing: 1px;
  text-transform: none;
}
.blog_article_item_article{ 
    font-size: 17px;
    color: #5a5a5a;
    font-weight: 100;
    line-height: 30px;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 1px;
    text-transform: none;
}
.blog_article_item_read_more { 
    float: right; 
    margin-bottom: 20px;
}
.blog_article_item_read_more a { 
    font-weight: 300;
    margin-top: 14px;
    padding: 14px 22px;
    text-decoration: none; 
    text-align: center;
    vertical-align: middle;
    color:#DBBF56;
    margin-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: 'Oswald', sans-serif;
    cursor: pointer;
    opacity: 0.8;
    text-transform:capitalize;
    margin-bottom: 20px;
    font-size:15px;
}
.blog_article_item_read_more a:hover { 
	text-decoration:underline;
    color: #DBBF56;
}
.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: #232323; 
   	padding: .4em 1em;
   	font-size: 13px;                        
   	font-weight: 500;
   	font-family: 'Oswald', sans-serif;
   	text-decoration: none;
   	display: block;
   	background-color:transparent;
   	line-height: 30px;
   	letter-spacing: 1px;
        text-transform: uppercase; 
}
.blog_categories li a:hover {
   	text-decoration: none; 
   	color:#1851BD;
   	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:100%;
	display:inline-block;
    padding:0px 0px 30px 0px;
}
.blog_articles_list_item {
	padding-left:0px;
}
.blog_article_list_item_title { 
	font-size: 19px; 
	font-weight: 300;
    font-family: 'Oswald', sans-serif;
	line-height: 22px; 
    color:#DBBF56;
}
.blog_article_list_item_title a {
	font-family: 'Oswald', sans-serif;
	font-size:19px;
    line-height: 22px;
    font-weight:300; 
	color:#DBBF56;
    text-decoration:underline;
    text-transform: none;
}
.blog_article_list_item_title a:hover {
	text-decoration:underline;
    color:#0061BD;
}
.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: 'Oswald', 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: 'Oswald', sans-serif;
    font-size:35px;
    font-weight:500; 
    color:#232323;
}
.blog_article_gallery_ii_item_desc_title a { 
    font-family: 'Oswald', 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: 'Oswald', 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: 'Oswald', 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: 'Oswald', 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: 'Oswald', 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: #282828; 
	border-radius: 5px;
    font-size: 17px;
    font-family: 'Oswald', sans-serif;
    font-weight: normal; 
	line-height: 22px;
    padding-bottom: 20px; 
	padding-top: 10px;
    padding-left: 0px;
    text-transform: uppercase;
}
.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: 'Oswald', 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: 'Oswald', 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;
    padding: 0 !important;
    display: block;
    padding: 10px;
}
.myaccount_table_header { 
	font-weight:bold; 
	color:#404040; 
	font-size:16px;
    padding:5px; 
	font-family: 'Oswald', 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:'Oswald', sans-serif;
	line-height: 30px;
    letter-spacing: 1px;
}
.myaccount_notes_title {
	text-align:left; 
    font-size: 16px;
    font-weight: 700; 
	color:#E06655;
    font-family:'Oswald', sans-serif;
}
.myaccount_notes_datetime { 
	font-size: 16px;
    font-weight: 700; 
	color:#E06655;
    font-family:'Oswald', 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: 'Oswald', sans-serif;
    text-transform:uppercase;
}
.shopping_card_view_price_options_list{ 
	text-align: left; 
    font-weight: normal;
    font-family: 'Oswald', 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: 'Oswald', sans-serif;
    text-transform:lowercase;
    margin-bottom:20px;
}
.myaccount-settings-label{ 
    color: #111111;
    padding-bottom: 5px;
    font-size: 14px;
    font-weight: 100;
    font-family: 'Oswald', sans-serif;
}
.myaccount-settings-value{ 
    color: #555555;
    padding-bottom: 5px;
    font-size: 12px;
    font-weight: 300;
    font-family: 'Oswald', sans-serif;
}
.table shop-product-optionsbox {}
.shop-product-optionsdescription{ 
    width: 550px; 
    text-align: left; 
    font-weight: 100;
    font-family: 'Oswald', 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: 'Oswald', sans-serif;
    padding:5px;
    font-size: 16px;
    color:#111111;
}
.myaccount_login_outerbox{ 
    height:250px;
    padding:10px; 
    margin:10px; 
    width:980px;
}
.section {
    padding: 0rem 0;
    margin:0px;
}
.container-fluid {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
}
.title-contact {
    color: #232323;
    font-size: 28px;
    font-weight: 400;
    line-height: 44px;
    font-family: 'Oswald', 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: 'Oswald', sans-serif;
    margin-right: 20px;
}
header.masthead {
  	padding-top: 10rem;
  	padding-bottom: calc(10rem - 56px);
  	background-image: url("/assets/portaldigital/templates/EN/reauk_01/bg_header.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.masthead h1 {
  font-size: 2rem; 
  text-align:center;
  font-weight: 400;
}
header.masthead p {
  font-weight: 300;
  line-height: 1.6;
  font-family: 'Oswald', sans-serif;
  padding-bottom: 20px;
  text-align: center;
  text-transform: none;
  color:#ffffff;
}
@media (min-width: 768px) {
  header.masthead p {
    font-size: 2.15rem;
  }
}
@media (min-width: 992px) {
  header.masthead {
    height: 100vh;
    min-height: 150px;
    padding-top: 0;
    padding-bottom: 0;
  }
  header.masthead h1 {
    font-size: 3rem;
  }
}
@media (min-width: 1200px) {
  header.masthead h1 {
    font-size: 3.0rem;
  }
}
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/ecommerce04/bg_terms1.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: 'Oswald', sans-serif;
}
header.masthead01 p {
  font-weight: 300;
  line-height: 1.6;
  font-family: 'Oswald', 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: 50%;
    -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_01/bg_terms1.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: 'Oswald', sans-serif;
    font-weight: 500;
}
header.masthead02 p {
  font-weight: 300;
  line-height: 1.6;
  font-family: 'Oswald', sans-serif;
  padding-bottom: 20px;
  text-align: center;
  text-transform: lowercase;
}
@media (min-width: 768px) {
  header.masthead02 p {
    font-size: 2.15rem;
  }
}
@media (min-width: 992px) {
  header.masthead02 {
    height: 50vh;
    min-height: 120px;
    padding-top: 0;
    padding-bottom: 0;
  }
  header.masthead02 h1 {
    font-size: 3rem;
  }
}
@media (min-width: 1200px) {
  header.masthead02 h1 {
    font-size: 3.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.masthead03 {
  	padding-top: 6rem;
  	padding-bottom: calc(6rem - 36px);
  	background-image: url("/assets/portaldigital/templates/EN/reauk_01/bg_view.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: 'Oswald', 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: 20vh;
    min-height: 90px;
    padding-top: 0;
    padding-bottom: 0;
  }
  header.masthead03 h1 {
    font-size: 3rem;
  }
}
@media (min-width: 1200px) {
  header.masthead03 h1 {
    font-size: 3.0rem;
  }
}
header.masthead04 {
  	padding-top: 10rem;
  	padding-bottom: calc(10rem - 56px);
  	background-image: url("/assets/portaldigital/templates/EN/reauk_01/bg_land.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;
}
header.masthead04 p {
  font-weight: 300;
  line-height: 1.6;
  font-family: 'Oswald', sans-serif;
  padding-bottom: 20px;
  text-align: center;
  text-transform: none;
  color:#ffffff;
}
@media (min-width: 768px) {
  header.masthead04 p {
    font-size: 2.15rem;
  }
}
@media (min-width: 992px) {
  header.masthead04 {
    height: 100vh;
    min-height: 150px;
    padding-top: 0;
    padding-bottom: 0;
  }
  header.masthead04 h1 {
    font-size: 3rem;
  }
}
@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.masthead05 {
  	padding-top: 10rem;
  	padding-bottom: calc(10rem - 56px);
  	background-image: url("/assets/portaldigital/templates/EN/reauk_01/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; 
  text-align:center;
  font-weight: 400;
}
header.masthead05 p {
  font-weight: 300;
  line-height: 1.6;
  font-family: 'Oswald', sans-serif;
  padding-bottom: 20px;
  text-align: center;
  text-transform: none;
  color: #ffffff;
}
@media (min-width: 768px) {
  header.masthead05 p {
    font-size: 2.15rem;
  }
}
@media (min-width: 992px) {
  header.masthead05 {
    height: 100vh;
    min-height: 150px;
    padding-top: 0;
    padding-bottom: 0;
  }
  header.masthead05 h1 {
    font-size: 3rem;
  }
}
@media (min-width: 1200px) {
  header.masthead05 h1 {
    font-size: 3.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_01/bg_sell_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.masthead06 hr {
  margin-top: 30px;
  margin-bottom: 30px;
}
header.masthead06 h1 {
  font-size: 2rem; 
  text-align:center;
}
header.masthead06 p {
  font-weight: 300;
  line-height: 1.6;
  font-family: 'Oswald', sans-serif;
  padding-bottom: 20px;
  text-align: center;
  text-transform: none;
}
@media (min-width: 768px) {
  header.masthead06 p {
    font-size: 2.15rem;
  }
}
@media (min-width: 992px) {
  header.masthead06 {
    height: 100vh;
    min-height: 150px;
    padding-top: 0;
    padding-bottom: 0;
  }
  header.masthead06 h1 {
    font-size: 3rem;
  }
}
@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;
}
/********************************/
.section_mainpanel{
    padding: 9rem 0;
}
.s-header_1c {
    width: 100%;
    height: 129px;
    background-color: #f7f7f7;
    border-bottom:1px solid #efefef;
    position: absolute;
    top: 0;
    z-index: 501;
}
/* ===================================================================
 * # header styles
 *
 * ------------------------------------------------------------------- */
.s-header {
    width: 100%;
    height: 96px;
    background-color: transparent;
    position: absolute;
    top: 0;
    z-index: 500;
}
/* -------------------------------------------------------------------
 * ## header logo
 * ------------------------------------------------------------------- */
.header-logo {
    display: inline-block;
    position: absolute;
    margin: 0;
    padding: 0;
    left: 40px;
    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: 80px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
/* ------------------------------------------------------------------- 
 * ## main navigation 
 * ------------------------------------------------------------------- */
.header-nav {
    background: #0C0C0C;
    color: rgba(255, 255, 255, 0.25);
    font-family: 'Oswald', sans-serif;
    font-size: 1.3rem;
    line-height: 1.846;
    padding: 3.6rem 3rem 3.6rem 3.6rem;
    height: 100%;
    width: 280px;
    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: 'Oswald', 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: 'Oswald', sans-serif;
    font-size: 21px;
    margin: 3.6rem 0 3rem 0;
    padding: 0 0 1.8rem 0;
    list-style: none;
    text-transform: uppercase;
    font-weight: 300;
}
.header-nav__list li {
    padding-left: 0;
    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: 42px;
    width: 42px;
    border-radius: 0px;
    background-color: #000000;
    position: absolute;
    top: 36px;
    right: 30px;
    font: 0/0 a;
    text-shadow: none;
    color: transparent;
    z-index: 800;
    font-size: 38px;
}
.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: 'Oswald', sans-serif;
    font-size: 1.3rem;
    text-transform: lowercase;
    letter-spacing: .3rem;
    color: #39b54a;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.header-menu-toggle.opaque {
    background-color: #000000;
}
.header-menu-toggle.opaque .header-menu-text {
    background-color: #000000;
}
.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: 2px;
    margin-top: -1px;
    position: absolute;
    left: 10px;
    top: 50%;
    right: auto;
    bottom: auto;
    background-color: white;
    -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: 'Oswald', 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-header {
    background-color: transparent;
    border-radius: 50px;
    color: #ffffff;
    border: 2px solid #ffffff;
    font-size: 19px;
    font-weight: 500;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    vertical-align: middle;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 50px;
    padding-right: 50px;
    margin-left: 0px;
    margin-bottom: 30px;
    text-decoration: none;
}
.btn-header:hover {
    background-color: #1851BD;
    color: #ffffff;
    border: 2px solid #1851BD;
    text-decoration: none;
}
.bg_property	 {
    padding-top: 10rem;
    padding-bottom: calc(10rem - 56px);
    background-image: url(/assets/portaldigital/templates/EN/reauk_01/bg_test.jpg);
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-attachment: scroll;
    background-attachment: fixed;
}
.bg_agent	 {
    padding-top: 10rem;
    padding-bottom: calc(10rem - 56px);
    background-image: url(/assets/portaldigital/templates/EN/reauk_01/bg_agents1.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: 30px;
    padding-right: 40px;
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #ffffff;
}
.bg_contact {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 120px;
    padding-bottom: 50px;
    background-color: #f5f5f5;
}
.bg_contact_1 {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 20px;
    padding-bottom: 50px;
    background-color: #1851BD;
}
.btn-contact {
    background-color: #1851BD;
    border-radius: 50px;
    color: #ffffff;
    border: 2px solid #1851BD;
    font-size: 19px;
    font-weight: 400;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    vertical-align: middle;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 50px;
    padding-right: 50px;
    margin-left: 0px;
    text-decoration: none;
    width: 15%;
}
.btn-contact:hover {
    background-color: #1851BD;
    color: #ffffff;
    border: 2px solid #1851BD;
    text-decoration: underline;
}
.bg_store {
    padding-left: 70px;
    padding-right: 70px;
    padding-top: 20px;
    padding-bottom: 70px;
}
.bg_account {
    padding-left: 70px;
    padding-right: 70px;
    padding-top: 20px;
    padding-bottom: 0px;
}
/******************************************************/
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: 17px;
    line-height: 1.42857143;
    color: #282828;
    background-color: #ffffff;
    background-image: none;
    border: 0px solid #ffffff;
    -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: 'Oswald', sans-serif;
}
.form-control2 {
    display: block;
    width: 100%;
    height: 190px;
    padding: 6px 12px;
    font-size: 17px;
    line-height: 1.42857143;
    color: #282828;
    background-color: #ffffff;
    background-image: none;
    border: 0px solid #ffffff;
    -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: 'Oswald', sans-serif;
    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: 'Oswald', sans-serif;
    text-transform: uppercase;
}
.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;
}
/**************************************/
.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 {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color:rgb(31, 200, 138);
}
.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: 3px;
    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.list .item .item-title {
    font-size: 35px;
    color: #1851BD;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    line-height: 20px;
    text-transform: uppercase;
    text-decoration: none;
    padding-top: 40px;
    padding-bottom:40px;
}
.item-listing.list .item .item-title a{
    font-size: 35px;
    color: #1851BD;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    line-height: 20px;
    text-transform: uppercase;
    text-decoration: none;
}
.item-listing.list .item .item-title a:hover{
    color:#1851BD;
    text-transform: uppercase;
    text-decoration:  underline;
}
.item-actions { 
    padding-left: 0px; 
    padding-right: 0px;
    padding-bottom: 0px;
}
.item-listing.list .item .item-location {
    font-size: 19px;
    color: #7a7c7f;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    line-height: 45px;
}
.item-listing .item .item-details-i {
    font-size: 15px;
    color: #7a7c7f;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    line-height: 45px;
}
.item-listing .item {
    margin-top: 30px;
    padding: 10px;
    margin-bottom: 30px;
    overflow: hidden;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    display: block;
    width: 100%;
    border-radius: 3px;
    position: relative;
    text-align: left;
    margin-right: 0px;
    margin-left: 0px;
}
.item-listing .item .item-details ul li span {
    float: right;
    font-size: 17px;
    color: #7a7c7f;
    font-family: 'Oswald', 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: 'Oswald', 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: 'Oswald', 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: 'Oswald', 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: 17px;
    color: #7a7c7f;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    line-height: 25px;
}
.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: 19px;
    color:#1851BD;
    font-size: 15px;
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    padding-top: 30px;
    text-decoration:underline;
}
.item-actions a:hover {
    color:#1851BD;
    text-decoration: none;
}
.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: 'Oswald', 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: 0px;
    line-height: 24px;
    list-style: none;
}
ul {
    margin-top: 0;
    margin-bottom: 1rem;
    padding-left: 0px;
}
.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;
}
.active {
  background-color: transparent;
}
/* 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 {
    font-weight: 300;
    text-transform: lowercase;
    border: none;
    border-radius: 2px;
    font-family: 'Oswald', sans-serif;
    margin-right: 20px;
    color:#000000;
    text-decoration: none;
}
.btn a{
    font-weight: 300;
    text-transform: lowercase;
    border: none;
    border-radius: 2px;
    font-family: 'Oswald', sans-serif;
    margin-right: 20px;
    color:#000000;
    text-decoration: none;
}
.btn a:hover {
    text-decoration: underline;
    color: rgb(31, 200, 138);
}
.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: 30px;
    padding-bottom:30px;
}
.bg_home1 {
    padding-top: 30px;
    padding-bottom:30px;
}
.bg_home2 {
    padding-top: 0px;
    padding-bottom:0px;
    background: #f5f5f5;
}
/************************************************/
.show-property-amenity-map-box {width:100%;display:block;
                                padding-top:10px;padding-bottom:20px;}
.show-property-amenity-map-title { text-align: left;font-size: 23px;  
                                   color: #000000;
                                   border-bottom: 4px solid #000000;
                                   width: 648px; margin-bottom: 5px;     
                                    font-family: Verdana;}
.show-property-amenity-map-item { width:100%; margin:10px; 
                                  margin-right:20px; 
                                  border-left:1px solid #3175D6;
                                  border-bottom:1px solid #3175D6;
                                  text-align:top;}
.show-property-amenity-map-iframe { width:100%;height:800px; 
                                    text-align:left; }
.small_dev_no_show {
display: inline-block;
visibility: visible;
}
.agent-box {
width: 250px;
margin-left: 0px;
font-size: 11px;
text-align: left;
padding-bottom: 10px;
border: 2px solid #E7F3FF;
color: #0061BD;
}
.agent-title {
font-size: 12px;
font-weight: bold;
width: 100%;
text-align: center;
padding-top: 5px;
padding-bottom: 5px;
background-color: #E7F3FF;
}
.agent-logo {
margin: 10px;
}
.agent-phone {
margin-left: 10px;
color: #0061BD;
font-size: 19px;
margin-top: 10px;
font-family: 'Oswald', sans-serif;
font-weight: bold;
}
.agent-name {
margin-left: 10px;
font-size: 14px;
font-weight: bold;
height: 14px;
padding-top: 5px;
font-family: 'Oswald', sans-serif;
color: #DBBF56;
}
.agent-address {
margin-left: 10px;
padding-top: 10px;
padding-bottom: 20px;
font-family: 'Oswald', sans-serif;
color: #797B79;
font-size: 13px;
}
.property-price { 
    color: #DBBF56; 
    font-size: 40px; 
    font-family: 'Oswald', sans-serif;
    font-weight: normal; 
    margin-top: 10px;
    margin-bottom: 10px;
}
.prop_mls_label { 
    font-size: 12px; 
    text-decoration: none;
    text-align: left; 
    color: #0061BD;
    font-family: 'Oswald', sans-serif; 
    font-weight: bold;
    padding-left: 0px; 
    padding-top: 5px;
    padding-bottom: 5px; 
    padding-right: 5px;
}
.prop_mls_value { 
    font-size: 12px; 
    text-decoration: none;
    text-align: left; 
    color: #0061BD;
    font-family: 'Oswald', sans-serif;
    font-weight: bold; 
    padding-left: 0px;
    padding-top: 5px; 
    padding-bottom: 5px;
    padding-right: 5px; 
    width: 100%;
}
.prop_mlsid_label { font-size: 12px; text-decoration: none;
                    text-align: left; color: #0061BD;
                    font-family: 'Oswald', sans-serif; font-weight: bold;
                    padding-left: 0px; padding-top: 5px;
                    padding-bottom: 5px; padding-right: 5px;
                  }
.prop_mlsid_value { font-size: 12px; text-decoration: none;
                    text-align: left; color: #0061BD;
                    font-family: 'Oswald', sans-serif; font-weight: bold;
                    padding-left: 0px; padding-top: 5px;
                    padding-bottom: 5px; padding-right: 5px; width: 100%;
                     }
.main_text_2 {
    color: rgb(0, 97, 189);
    font-size: 16px;
    text-decoration: underline;
    text-align: left;
    font-weight: normal;
    font-family: 'Oswald', sans-serif;
}
.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: 'Oswald', 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:'Oswald', 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:'Oswald', sans-serif;
                        font-weight:normal; }
.blog_news_item_title a { 
    color:#0061B5;
}
.blog_news_item_title a:hover { 
    color:#DBBF56;
}
.rea_qs_box { 
    width: 100%;
    background: #ffffff;
    text-align: center;
    border-radius: 2px;
    padding-top: 20px;
    box-shadow: 0px 2px 16px 0px rgba(195,195,195,0.5);
    margin-top: 10px; 
}
.rea_qs_title { 
    font-size: 25px;
    text-decoration: none;
    text-align: left;
    color: #DBBF56;
    font-family: 'Oswald', sans-serif;
    font-weight: normal;
    padding-left: 10px;
    padding-top: 10px;
    text-transform: uppercase;
}
.rea_qs_message { font-size: 12px; text-align:left; color:#313029;
                  font-family:'Oswald', sans-serif;        
                  font-weight:normal;padding-top:10px; 
                  padding-left:12px; }
.rea_qs_label { font-size: 15px; text-align:left; color:#313029;
                font-family:'Oswald', sans-serif; 
                font-weight:bold;padding-left:10px; padding-top:10px; }
.rea_qs_query { font-size: 16px; text-align:left; color:#313029;
                font-family:'Oswald', sans-serif; 
                font-weight:bold;padding-left:10px; padding-top:10px; }
.rea_qs_value { font-size: 12px; text-align:left; color:#313029;
                font-family:'Oswald', sans-serif;
                font-weight:normal;padding-left:10px; padding-top:10px; }
.rea_qs_input { width:95%;}
.rea_qs_submit { padding:10px; text-align:center; vertical-align:middle;}
.header_phone_number { font-size: 170%;
                       font-weigth: bold;
                       color: #ffffff;
                       font-family: 'Oswald', sans-serif;
                       float: right; padding-right:25px;
                       }
.rea_feature_box {  
    display: inline-block;
    text-align: center;
    padding-left: 0px;
    padding-right: 0px;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;                
 }
.rea_feature_title { 
    width:100%;
    font-size: 35px;
    text-decoration: none;
    text-align: center;
    color: #313029;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    padding: 0px;
    text-transform: uppercase;
    padding-bottom: 0px; 
    border-bottom: 1px dotted #e5e5e5;
    margin-bottom: 40px;
}
.rea_feature_items { 
    width:100%; 
    height:222px;
    margin:0px 20px 0px 20px;
}
.rea_feature_item { 
    float:left; 
    width:220px;
    height:232px; 
    padding-bottom:40px;
    margin:0px 20px 0px 20px;
    box-shadow: 0px 2px 16px 0px rgba(195,195,195,0.5);
    background: #ffffff;
}
.rea_feature_item_img { 
    width: 100%;
}
.rea_feature_item_img_img {
    width: 100%; 
    height:140px;
    padding-top:0px;
    padding-left:0px; 
    padding-bottom:0px;
    padding-right:0px;
    border:0px; 
    margin:0px;
    box-shadow: 0px 2px 16px 0px rgba(195,195,195,0.5);
    border-radius: 0px;
}
.rea_feature_item_desc { 
    width:200px;
    padding:8px; 
    text-align:center;
}
.rea_feature_item_desc_txt { 
    font-size: 20px; 
    font-family: 'Oswald', sans-serif;
    color: #313029;
}
.rea_feature_item_desc_price { 
    font-size: 27px; 
    font-family: 'Oswald', sans-serif;
    color: #0061bd;
}
.rea_property_reference { 
    color:#638221; 
    font-size: 11px; 
    font-family: 'Oswald', sans-serif;
    font-weight:bold;
}
.rea_property_title { color:#181818; font-size: 20px; 
                      font-family: 'Oswald', sans-serif;
                      font-weight:bold;}
.rea_property_price { color:#DBBF56; font-size: 30px; 
                      font-family: 'Oswald', sans-serif;
                      font-weight:normal;}
.rea_property_frequency { color:#636563; font-size: 11px; 
                          font-family: 'Oswald', sans-serif; 
                          font-weight:normal;}
.rea_property_rooms {color:#0061BD; font-size: 14px; 
                     font-family: 'Oswald', sans-serif;
                     font-weight:bold;}
.rea_property_section_title { color:#0061BD; font-size: 25px; 
                              font-family: 'Oswald', sans-serif; 
                              font-weight:normal;}
.rea_property_description { color:#181818; font-size: 12px; 
                            font-family: 'Oswald', sans-serif; 
                            font-weight:normal;}
.rea_property_map_notice { color:#797B79; font-size: 12px; 
                            font-family: 'Oswald', 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: 'Oswald', sans-serif; 
                       font-weight:normal; 
                       text-align:left;}
.rea_agent_name { color:#DBBF56; font-size:23px; 
                  font-family: 'Oswald', 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: 'Oswald', 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: 'Oswald', sans-serif; 
                     font-weight:normal;}
.rea_contact_label { color:#636563; font-size: 12px; 
                     font-family: 'Oswald', 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: 'Oswald', sans-serif; 
                     font-weight:normal;}
.rea_contact_submit {text-align:center;}
.rea_contact_required_fields { color:#ff0000; font-size: 11px; 
                               font-family:'Oswald', sans-serif; 
                               font-weight:normal;
                               padding-left:10px;}
.rea_zones_box { }
.rea_zones_cost {
    color:#DBBF56; 
    font-size:29px; 
    text-decoration:none;
    padding-top:5px;
    font-family:'Oswald', sans-serif; 
    font-weight: 300;
}
.rea_zones_cost_frequency {color:#636563;font-size:13px;  
                           text-decoration:none; font-weight:bold;}
.rea_zones_title {
    color:#0061BD;
    font-size:15px;  
    text-decoration:underline; 
    font-weight:bold;
}
.rea_zones_title a {
    color:#0061BD;
    font-family:'Oswald', sans-serif; 
    font-weight: 300;
    font-size: 15px;
}
.rea_zones_title a:hover {
    color:#DBBF56; 
    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:#0061BD;font-size:15px;  
                         text-decoration:underline; font-weight:300;
                         border-bottom: 1px solid #c1c1c1;
                         padding-bottom:5px; }
.rea_zones_full_details a {
    text-decoration:underline;
    border:0px; 
    color:#0061BD; 
    font-weight:300;
    font-family: 'Oswald', sans-serif;
    font-size:15px;
}
.rea_zones_full_details a:hover { color:#DBBF56;
                                  text-decoration:underline;}
.rea_search_results {color:#181818; font-size: 12px; 
                     font-family: 'Oswald', sans-serif;
                     font-weight:normal; }
.rea_search_box { width: 100% }
.rea_search_sortby { color:#181818; font-size: 12px; 
                     font-family: 'Oswald', sans-serif; 
                     font-weight:300;}
.rea_search_item {
    background: #fff;
    margin: 10px 0 30px 0;
    clear: both !important;
    float: left;
    box-shadow: 0px 2px 16px 0px rgba(195,195,195,0.5);
    width: 100%;
    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-left: 10px;
    padding-right: 10px;
    padding-top: 20px;
    padding-bottom: 0px;
}
.rea_search_item_left_img { border:0px solid #CEDBDE; padding:1px}
.rea_search_item_left_ref {font-size:12px; font-weight:normal;
                           color:#636563; text-decoration:none;}
.rea_search_item_right { border-bottom:0px solid #e1e1e1;
                         text-align:left;width:auto;}
.rea_search_item_right a { color:#0061BD; text-decoration:underline; }
.rea_search_item_right a:hover{color:#DBBF56;text-decoration:underline; }
.rea_search_cost { 
    color:#DBBF56; 
    font-size: 30px; 
    font-family: 'Oswald', sans-serif;  
    font-weight:400;
}
.rea_search_cost_freq {}
.rea_search_title { 
    font-size:17px; 
    font-weight:500;
    font-family:'Oswald', sans-serif; 
    color:#0061BD;
}
.rea_search_title:hover {color:#DBBF56;}
.rea_search_address { color:#7D807D; font-size: 15px;
                      font-family: 'Oswald', sans-serif; 
                      font-weight:300;}
.rea_search_description { color:#181818; font-size: 17px; 
                          font-weight:300; 
                          font-family: 'Oswald', sans-serif; }
.rea_search_full_details { font-size:12px; font-weight:300;
                           color:#0061BD; text-decoration:underline;
                           font-family: 'Oswald', sans-serif; }
.rea_search_full_details:hover {color:#DBBF56;  
                                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: white;
    font-size: 12px; 
    background-color: #1851BD;
    border: 1px solid #1851BD; 
    margin-top: 10px;
    font-family: 'Oswald', sans-serif; 
    font-weight: 300;
}
.links_categories{ 
    float:left; 
    padding: .2em .2em .2em .2em;
    margin: .2em .10em; 
    color: #282828;
    font-size: 12px; 
    background-color: transparent;
    border: 0px solid #1851BD; 
    margin-top: 10px;
    font-family: 'Oswald', 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;
}
.img-responsive, .thumbnail>img, .thumbnail a>img, .carousel-inner>.item>img, .carousel-inner>.item>a>img {
display: block;
max-width: 100%;
height: auto;
}
.footer .footer-widget h5 { margin: 0px; margin-bottom: 10px;
                            padding-bottom: 8px;
                            font-size: 18px;
                            font-family: 'Egyptienne URW Regular','Segoe UI',Tahoma,Helvetica,Cambria,Georgia;
                            color: #319ACE;
                            border-bottom: 0px solid rgba(255,255,255,0.1);
                          }
.footer .footer-widget p.footer-address { margin-top: 9px; 
                                          padding-top: 8px;
                                          font-size: 15px;
                                          line-height: 23px;
                                          color: #777777;
                                         }
.footer .footer-widget p.footer-address1 { margin-top: 9px;
                                           padding-top: 8px;
                                           font-size: 15px;
                                           line-height: 23px;
                                           color: #777777;
                              border-top: 0px solid rgba(255,255,255,0.1);
                                          }
.footer .footer-widget ul { list-style-type: none;
                            padding: 0px; margin: 0px;
                            font-size: 15px;
                            line-height: 23px;
                            color: #777777;
                            font-family: 'Egyptienne URW Regular','Segoe UI',Tahoma,Helvetica,Cambria,Georgia;
                           }
.footer-message { font-size: 15px;
                  line-height: 23px;
                  color: #777777;
                  font-family: 'Egyptienne URW Regular','Segoe UI',Tahoma,Helvetica,Cambria,Georgia;
                           }
.footer-navigation-links { font-size: 15px;
                           line-height: 23px;
                           color: #777777;
                           font-family: 'Egyptienne URW Regular','Segoe UI',Tahoma,Helvetica,Cambria,Georgia;
                           }
.footer-navigation-links a{ font-size: 15px;
                           line-height: 23px;
                           color: #777777;
                           font-family: 'Egyptienne URW Regular','Segoe UI',Tahoma,Helvetica,Cambria,Georgia;
                           text-decoration:underline;
                           }
.footer-navigation-links a:hover{text-decoration:none;}
.media-heading { margin: 0 0 5px; font-family: 'Egyptienne URW Regular','Segoe UI',Tahoma,Helvetica,Cambria,Georgia; font-size: 18px;
                 color: #EEB911;
               }
.section-header h2 {text-align:center; padding-bottom: 10px;
                    line-height: 100%; position: relative;
                    display: inline-block;
                   }
.dark-text { color: #EEB911; text-align:center; font-size: 35px;
             padding-bottom: 20px; padding-top: 20px; width: 100%;
             border-bottom:1px solid #dddddd; font-weight: 100;
             font-family: 'Egyptienne URW Regular','Segoe UI',Tahoma,Helvetica,Cambria,Georgia;      
           }
.gallery_box {
width: 650px;
display: inline-block;
}
.gallery_item {
width: 130px;
float: left;
margin: 10px;
text-align: center;
}
.home_text{font-family: 'Egyptienne URW Regular','Segoe UI',Tahoma,Helvetica,Cambria,Georgia; text-align:left;
           font-size: 16px;
           line-height: 25px; color: #777777;
           font-weight: normal;}
.home_news{font-family: 'Egyptienne URW Regular','Segoe UI',Tahoma,Helvetica,Cambria,Georgia;
           font-size: 16px;text-decoration:underline;
           line-height: 25px; color: #52b9e9;
           font-weight: normal;}
.home_news a{font-family: 'Egyptienne URW Regular','Segoe UI',Tahoma,Helvetica,Cambria,Georgia;
           font-size: 16px;text-decoration:underline;
           line-height: 25px; color: #E96656;
           font-weight: normal;}
.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: #EEB911; font-size: 28px;text-align: center;
                 font-weight: 200; line-height: 44px;
                 font-family: 'Egyptienne URW Regular','Segoe UI',Tahoma,Helvetica,Cambria,Georgia;text-transform: uppercase;
                 padding-bottom: 20px;border-bottom: 1px solid #dddddd;}
.btn-info{ border-radius: 3px; border-color:#52b9e9; }
.btn-default{ border-radius: 5px; }
.btn-danger{ border-radius: 3px;  }
.btn-warning{ border-radius: 3px;  }
.btn-success{ border-radius: 3px;  }
.btn-primary{ border-radius: 3px; background-color:#EEB911; 
              border-color: #D2A20F; }
.btn-primary:hover{ background-color:#DAA810; border-color: #D2A20F;
                  }
.text-muted { color: #ffffff;}
.rea_contact_links{ color:#EEB911; font-size: 14px;
                    text-decoration:underline;
                    font-weight: normal;
                    font-family: 'Egyptienne URW Regular','Segoe UI',Tahoma,Helvetica,Cambria,Georgia;}
.rea_contact_links a{ color:#EEB911; font-size: 14px;
                    font-weight: normal;
                    font-family: 'Egyptienne URW Regular','Segoe UI',Tahoma,Helvetica,Cambria,Georgia;}
.rea_contact_links a:hover{ text-decoration:underline;}
.banner_map { width: 1348px; height: 383px; }
.img-rounded { border:2px 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: 0px;
             -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:#EEB911;
}
.navbar-default .navbar-nav>li>a { padding-top:5px;margin-left: 5px;
                                   padding-bottom:5px;
                                   color: #ffffff;
                                   font-size:14px;
                                   font-weight: 700;
                                   background-color: #9c9694;
                                   text-transform: uppercase;
                                   border-right: 2px solid #cddada;
              border-top: 2px solid #cddada;
              border-left: 2px solid #cddada;
                                 }
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {padding-top:5px;margin-left: 5px;
              padding-bottom:5px;
              color: navy;
              font-size: 14px;text-transform: uppercase;
              font-weight: 700;
              background-color:#cddada ;
              border-right: 2px solid #cddada;
              border-top: 2px solid #cddada;
              border-left: 2px solid #cddada;
               }
.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:0px;
                                 padding-top:5px;
                                 padding-bottom:5px;
                                 color:navy;
                                 font-size: 14px;
                                 font-weight: 700;
                                 background-color: #cddada;
                                 border-right: 2px solid #cddada;
                                 border-top: 2px solid #cddada;
                                 border-left: 2px solid #cddada;
                                                }
.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{background-color:#E96656;}
.featurette3{padding-top:30px; padding-bottom:30px;
             background-color: #E96656; border-top: 0px solid #E96656;
             border-bottom: 0px solid #E96656;}
.featurette5{background-color:#EEB911;}
.featurette6{background-color:#1851BD;height:70px;}
.featurette7{background-color:#1851BD;}
.main_featurette {font-size: 30px; padding-top: 30px; color: #ffffff;
                  line-height: 1; letter-spacing: -1px;
                  font-family: 'Egyptienne URW Regular','Segoe UI',Tahoma,Helvetica,Cambria,Georgia; font-weight:normal;}
.featurette4{padding-top:30px; padding-bottom:30px;
             background-color:#5CC9DF;}
.main_featurette1{font-size: 30px; padding-top: 30px; color: #ffffff;
                  line-height: 1; letter-spacing: -1px;
                  font-family: 'Egyptienne URW Regular','Segoe UI',Tahoma,Helvetica,Cambria,Georgia;}
.main_featurette2{font-size: 20px; padding-top: 30px; color: #ffffff;
                  line-height: 1; letter-spacing: -1px; text-align:center;
                  font-family: 'Egyptienne URW Regular','Segoe UI',Tahoma,Helvetica,Cambria,Georgia;}
.scroll-to-top { position: fixed;
                 background:#1851BD;
                 bottom: 40px;
                 right: 40px;
                 z-index: 104400;
                 box-shadow: -1px -1px 3px rgba(0,0,0,0.1);
                 padding: 10px;
                 border-radius: 5px;
                }
.scroll-to-top:hover{ background: #111111;}
.scroll-blog { position: fixed;
                 background:#1851BD;
                 top: 250px;
                 left: 2px;
                 z-index: 1500;
                 box-shadow: -1px -1px 3px rgba(0,0,0,0.1);
                 padding: 2px;
                 border-radius: 3px;
                }
.scroll-blog:hover{ background: #111111;}
.footer {background: #ffffff; padding: 5px 0px 10px 0px;
            }
.footer .social { max-width: 350px; margin: 0px 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: 'Egyptienne URW Regular','Segoe UI',Tahoma,Helvetica,Cambria,Georgia;
      font-style: normal; font-weight: normal;
      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;
                           }
a { color: #14d187;
   }
a { text-decoration: none;
  }
a { color: #428bca; text-decoration: none;
  }
a { background: transparent;
  }
.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: #EEB911;
              padding-bottom: 5px; font-size:30px;
              border-bottom: 3px solid #e96656;
              font-weight: 100; width: 100%;
              font-family: 'Egyptienne URW Regular','Segoe UI',Tahoma,Helvetica,Cambria,Georgia;
              text-transform: uppercase;
             }
.main_title { 
    font-size: 35px; 
    padding-left: 0px; 
    color: #1851BD;
    line-height: 1.0;
    font-weight:400;
    letter-spacing: 0px; 
    padding-bottom: 20px;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
}
.property-title{ 
    font-size: 30px;
    padding-left: 0px;
    color: #666666;
    line-height: 1.0;
    font-weight: 500;
    letter-spacing: 0px;
    padding-bottom: 0px;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
}
.main_title2 { font-size: 70px; padding-left:30px; color:#ffffff;
               line-height: 1;padding-top:30px;
               letter-spacing: -1px;
               font-family:'Oswald', sans-serif;}
.main_title3 { font-size: 50px; padding-left:30px; color:#FFFFFF;
               line-height: 1;
               letter-spacing: -1px;
               font-family:'Oswald', sans-serif;}
.main_subtitle1 { font-size: 20px; padding-left:30px; color:#FFFFFF;
                  line-height: 1;
                  letter-spacing: -1px;
                  font-family: 'Oswald', sans-serif;}
.main_text_pro{ font-family: 'Oswald', sans-serif;
            margin-bottom: 30px; padding-left:30px;
            font-size: 22px; line-height: 35px;
            font-weight: 200;color: #7a7c7f;
           }
.main_text_pro1{ font-family: 'Oswald', sans-serif;
            margin-bottom: 30px; padding-left:30px;
            font-size: 22px; line-height: 35px;
            font-weight: 200;color: #ffffff;
           }
@media screen and (max-width: 767px)    
{ 
  .mobilehide
  {
    visibility:hidden;
    display:none;
  } 
}
.carrousel_title{ font-family: 'Oswald', sans-serif;
                  padding-left:0px; 
                  font-size: 80px; color: #DA5451;
                 }
.carrousel_title1{ font-family: 'Oswald', sans-serif;
                  padding-left:0px; padding-top:30px; 
                  font-size: 30px; color: #DA5451;
                 }
.carrousel_title2{ font-family: 'Oswald', sans-serif; text-align:left;
                  padding-left:0px; padding-top:30px; 
                  font-size: 30px; color: #DA5451;
                 }
.carrousel_title3{ font-family: 'Oswald', 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: 'Oswald', sans-serif;}
.feature_title:hover{color:#d2322d;}
.feature_price{text-align:center;color:#d2322d; font-weight:normal;
               font-family: 'Oswald', sans-serif;}
.conatct_us_text{font-family:'Oswald', sans-serif; width: 100%;
              font-size: 17px; line-height: 35px; color: #333333;
              font-weight: normal; padding-left:20px;
              }
/****************** TABS *******************************************/
ul.tabs_fp {display:block;float:left;position:relative;z-index:9;
         border-bottom: 2px solid #E7F3FF; width:90%;
         padding-bottom:0px;margin-bottom:0px;margin-top:20px;}
ul.tabs_fp ul{margin:0;padding:0;}
ul.tabs_fp li{display:inline;position:relative}
ul.tabs_fp li a{ display:block;float:right;margin:6px 4px 0 0 ;
              color:#0061BD;font-size:12px;padding:6px;
              font-weight:bold;text-align:center;text-decoration:none;
              background:#E7F3FF;line-height:27px;
              border-top:2px solid #E7F3FF;border-right:1px solid #E7F3FF;
              border-left:1px solid #E7F3FF;border-bottom:1px solid #E7F3FF;}
ul.tabs_fp li a:hover{text-decoration:none;color:#638221;}
ul.tabs_fp li.active a {border-top:2px solid #E7F3FF;
                     border-bottom:2px solid #ffffff;
                     border-left:2px solid #E7F3FF;
                     border-right:2px solid #E7F3FF;        
                     background:#ffffff;color:#638221;
                     line-height:28px;margin-top:0;
                     padding:10px;font-size:14px;}
.tab_container_fp { overflow: hidden;padding-bottom:10px; 
                 clear: both; float: left; width: 90%;}
.tab_content_fp { font-size: 1.2em; padding-left:13px; padding-right:7px;display:block;height:700px;padding:10px;}
/***********************************/
ul#myaccount-tabs { float: left; position: relative; z-index: 9;
                    border-bottom: 3px solid #EEB911; 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: #EEB911;
		                border: 1px solid #EEB911;
                                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: 0px 0px 0px 0px;
                    font-family: 'Egyptienne URW Regular','Segoe UI',Tahoma,Helvetica,Cambria,Georgia;}
#myaccount-tabs a:hover { background: #EEB911;
		          border: 1px solid #EEB911;
                          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-weigth: normal; margin-bottom:30px;
                    }
.myaccount_email_label{ color: #333333; font-weight: 700;
                        text-decoration: none; font-size:16px;
                        font-family: 'Egyptienne URW Regular','Segoe UI',Tahoma,Helvetica,Cambria,Georgia; padding-bottom:20px;}
/*************************************************************************/
.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_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:normal; 
                                         color:#315C9E;padding:5px;
                                         font-family: 'Egyptienne URW Regular','Segoe UI',Tahoma,Helvetica,Cambria,Georgia;}
.blog_article_gallery_iii_item_title a:hover {text-decoration:none;
                                              color: #7C3477;}
.blog_articles_gallery_ii_box { width:650px;display:inline-block; }
.blog_articles_gallery_ii_item { width:300px;float:left;height:100px;
                                 float:left;margin: 3px;
                                 text-align:center; padding:2px;
                                 border: 1px solid #CCC;
                                 background-color:#ffffff; }
.blog_article_gallery_ii_item_img { float:left; width: 120px;
                                    padding:3px;}
.blog_article_gallery_ii_item_img a {}
.blog_article_gallery_ii_item_img a img {width: 120px; height: 90px;
                                          border:0px;}
.blog_article_gallery_ii_item_desc { margin: 3px; }
.blog_article_gallery_ii_item_desc_title { text-align:left;
                                           font-family: 'Egyptienne URW Regular','Segoe UI',Tahoma,Helvetica,Cambria,Georgia; 
                                           font-size:13px;
                                           font-weight:bold; 
                                           color:#424542;}
.blog_article_gallery_ii_item_desc_title a { font-family: 'Egyptienne URW Regular','Segoe UI',Tahoma,Helvetica,Cambria,Georgia; 
                                             font-size:13px; 
                                             font-weight:bold;
                                             text-decoration:none;
                                             color:#424542;}
.blog_article_gallery_ii_item_desc_title a:hover {text-decoration: none;
                                                  color: #7C3477;}
.blog_article_gallery_ii_item_desc_article { font-size:11px;color:#5A5D5A;
                                             font-family: 'Egyptienne URW Regular','Segoe UI',Tahoma,Helvetica,Cambria,Georgia;
                                             font-weight:normal;
                                             padding-top:2px;
                                             padding-bottom:2px;
                                             text-align:left;}
.blog_article_gallery_ii_item_desc_read_more { color:#315C9E;
                                               font-family: Tahoma, Arial,Georgia, Times, "Times New Roman", serif;
                                               font-size:11px;
                                               font-weight:normal;
                                               text-decoration:none;
                                               text-align:left;}
.blog_article_gallery_ii_item_desc_read_more a { color:#315C9E;
                                                 font-family: 'Egyptienne URW Regular','Segoe UI',Tahoma,Helvetica,Cambria,Georgia;
                                                 font-size:11px;
                                                 font-weight:normal;
                                                 text-decoration:none;
                                                 text-align:left;}
.blog_article_gallery_ii_item_desc_read_more a:hover{color:#315C9E;
                                               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: 'Egyptienne URW Regular','Segoe UI',Tahoma,Helvetica,Cambria,Georgia;
                                       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;}
.your_ip_text { color: #333333; font-size: 14px;
                text-transform: capitalize; text-align: left;
                font-family: 'Egyptienne URW Regular','Segoe UI',Tahoma,Helvetica,Cambria,Georgia; padding-bottom:20px;
                padding-left:40px;
                padding-top:20px; font-weight:normal;
               }
.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;
                     padding: 0 !important;
                     display: block;
                     padding: 10px;
                    }
.myaccount_table_header { font-weight:bold; color:#404040; font-size:16px;
                          padding:5px; font-family: 'Egyptienne URW Regular','Segoe UI',Tahoma,Helvetica,Cambria,Georgia; 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;text-transform:uppercase;
                   font-weight: 100; color:#EEB911;
                   font-family:'Egyptienne URW Regular','Segoe UI',Tahoma,Helvetica,Cambria,Georgia; line-height: 30px;
                   letter-spacing: 1px;
                  }
.myaccount_notes_title {text-align:left;text-transform:uppercase;
                        font-size: 16px;
                        font-weight: 100; color:#EEB911;
                        font-family:'Egyptienne URW Regular','Segoe UI',Tahoma,Helvetica,Cambria,Georgia;}
.myaccount_notes_datetime { font-size: 16px;text-transform:uppercase;
                            font-weight: 100; color:#EEB911;
                            font-family:'Egyptienne URW Regular','Segoe UI',Tahoma,Helvetica,Cambria,Georgia;}
.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: center;
                                          color: #EEB911;
                                          padding-bottom: 5px;
                                          font-size: 30px;
                                          border-bottom: 1px solid #dddddd;
                                          font-weight: normal;
                                          font-family: 'Egyptienne URW Regular','Segoe UI',Tahoma,Helvetica,Cambria,Georgia;
                                          text-transform:uppercase;}
.shopping_card_view_price_options_list{ text-align: left; 
                                        font-weight: normal;
                                        font-family: 'Egyptienne URW Regular','Segoe UI',Tahoma,Helvetica,Cambria,Georgia;
                                        padding:10px;font-size: 12px;
                                        color:#111111; margin:5px;
                                        text-transform: uppercase;
                                      }
.shopping_card_cross_sales_title { text-align: center;
                                   color: #EEB911;
                                   padding-bottom: 5px;
                                   font-size: 30px;
                                   border-bottom: 1px solid #dddddd;
                                   font-weight: normal;
                                   font-family: 'Egyptienne URW Regular','Segoe UI',Tahoma,Helvetica,Cambria,Georgia;
                                   text-transform:uppercase;
                                   margin-bottom:10px;}
.myaccount-settings-label{ color: #111111;
                           padding-bottom: 5px;
                           font-size: 14px;
                           font-weight: normal;
                           font-family: 'Egyptienne URW Regular','Segoe UI',Tahoma,Helvetica,Cambria,Georgia;
                          }
.myaccount-settings-value{ color: #555555;
                           padding-bottom: 5px;
                           font-size: 12px;
                           font-weight: normal;
                           font-family: 'Egyptienne URW Regular','Segoe UI',Tahoma,Helvetica,Cambria,Georgia;
                          }
.table shop-product-optionsbox {}
.shop-product-optionsdescription{ width: 550px; text-align: left; 
                                  font-weight: normal;
                                  font-family: 'Egyptienne URW Regular','Segoe UI',Tahoma,Helvetica,Cambria,Georgia;
                                  padding:10px;font-size: 16px;
                                  color:#EEB911; margin:5px;
                                  }
.shop-product-optionsbtn{ }
.shopping_card_list_item_right_priceoptiondesc { margin-top:5px;
                                                 font-weight: normal;
                                                 font-family: 'Egyptienne URW Regular','Segoe UI',Tahoma,Helvetica,Cambria,Georgia;
                                                 padding:5px;
                                                 font-size: 16px;
                                                 color:#111111;}
.myaccount_login_outerbox{ height:250px;
                           padding:10px; margin:10px; width:980px;}
/*************************************************************************/
.rea_qs_message {
    font-size: 13px;
    text-align: left;
    color: #313029;
    font-family: 'Oswald', sans-serif;
    font-weight: normal;
    padding-top: 10px;
    padding-left: 12px;
}
.rea_qs_query {
    font-size: 16px;
    text-align: left;
    color: #313029;
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    padding-left: 10px;
    padding-top: 10px;
}
.rea_qs_label {
    font-size: 15px;
    text-align: left;
    color: #313029;
    font-family: 'Oswald', sans-serif;
    font-weight: bold;
    padding-left: 10px;
    padding-top: 10px;
}
.rea_qs_value {
    font-size: 12px;
    text-align: left;
    color: #313029;
    font-family: 'Oswald', sans-serif;
    font-weight: normal;
    padding-left: 10px;
    padding-top: 10px;
}
.rea_qs_label {
    font-size: 15px;
    text-align: left;
    color: #313029;
    font-family: 'Oswald', sans-serif;
    font-weight: bold;
    padding-left: 10px;
    padding-top: 10px;
}
.rea_qs_value {
    font-size: 12px;
    text-align: left;
    color: #313029;
    font-family: 'Oswald', sans-serif;
    font-weight: normal;
    padding-left: 10px;
    padding-top: 10px;
}
.rea_qs_input {
    width: 95%;
}
.rea_qs_submit {
    padding: 10px;
    text-align: center;
    vertical-align: middle;
}
.map {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 400px;
    background-color: #f5f5f5;
}
.map_box {
    width:100%; 
    height:100%; 
    background: #ffffff;
    border-radius: 5px;
    padding-top: 20px;
    box-shadow: 0px 2px 16px 0px rgba(195,195,195,0.5);
    margin-top: 30px;
}
.contact-label {
    font-size: 15px;
    text-align: left;
    color: #282828;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
}
.myaccount_registration_label{
    font-family: 'Oswald', sans-serif;
    font-size: 17px;
    line-height: 35px;
    font-weight: 300;
    color: #232323;
}  
.myaccount_registration_required {
    font-family: 'Oswald', sans-serif;
    font-size: 17px;
    line-height: 35px;
    font-weight: 300;
    color: red;
}  
/**************************************************************/
@media screen and (max-width: 1199px) 
{
}
@media screen and (max-width: 991px) 
{
   .container {width:98%}
   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:20%;}
   .myaccount_login_title{ font-size: 14px;}
   .myaccount_login_label { font-size: 14px;}
   .myaccount_login_value { font-size: 14px;}
   .blog_categories { width:200px;}
   .blog_categories li {width:205px;}
   .blog_articles_box { width:100%;}
   .blog_articles_item_sn { width:100%;}
   .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%; }
   .banner_map { width: 75%; } 
   .privacy_text{ width: 95%;
                } 
   .privacy_title { width: 95%; font-size: 25px;
                }
}
@media screen and (max-width: 767px;) 
{
   .logo{ width:35%;}
   .container {width:98%}
   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: 75%;}
   .myaccount_login_title{ font-size: 12px;}
   .myaccount_login_label { font-size: 12px;}
   .myaccount_login_value { font-size: 12px;}
   .blog_categories { width:80%;}
   .blog_categories li {width:78%;}
   .blog_articles_box { width:100%;}
   .blog_articles_item_sn { width:100%;}
   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: 95%;
                } 
   .privacy_title { width: 95%;font-size: 25px;
                }
}
/**********************************************************************/
ul.tabs {display:block;float:left;position:relative;z-index:9;
         border-bottom: 1px #d5d5d5 dotted; width:100%;
         padding-bottom:20px;margin-bottom:10px;}
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: #ffffff;
    font-size: 14px;
    padding: 9px;
    text-align: center;
    text-decoration: none;
    background: #DBBF56;
    line-height: 27px;
    border-top: 0px #d5d5d5 solid;
    border-right: 0px #d5d5d5 solid;
    border-left: 0px #d5d5d5 solid;
    border-bottom: 0px #d5d5d5 solid;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px; 
    }
ul.tabs li a:hover{text-decoration:underline;color:#ffffff;background:#DBBF56;}
ul.tabs li.active a {border: 0px #d5d5d5 solid;
                     border-bottom: 0;        
                     background:#1851BD;color:#ffffff;
                     line-height:28px;margin-top:0;
                     padding:10px;font-size:21px;
                     text-transform: uppercase;
                     font-family: 'Oswald', sans-serif;
                     font-weight: 400; border-top-right-radius: 0px;
                     border-top-left-radius: 0px;}
.tab_container { overflow: hidden;padding-bottom:10px; 
                 clear: both; float: left; width: 100%;
                 border-left:0px #d5d5d5 solid; 
                 border-right:0px #d5d5d5 solid;
                 border-bottom:1px #d5d5d5 dotted;
                 margin-bottom:50px;
                 }
.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: 1px #d5d5d5 dotted; width:100%;
         padding-bottom: 20px; margin-bottom: 10px;}
ul.tabs_details ul{margin:0;padding:0;}
ul.tabs_details li{display:inline;position:relative}
ul.tabs_details li a{ 
    display: block;
    float: left;
    margin: 4px 4px 0 0;
    color: #ffffff;
    font-size: 14px;
    padding: 9px;
    text-align: center;
    text-decoration: none;
    background: #DBBF56;
    line-height: 27px;
    border-top: 0px #d5d5d5 solid;
    border-right: 0px #d5d5d5 solid;
    border-left: 0px #d5d5d5 solid;
    border-bottom: 0px #d5d5d5 solid;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px; 
}
ul.tabs_details li.active a {
    border: 0px #d5d5d5 solid;
    border-bottom: 0;
    background: #1851BD;
    color: #ffffff;
    line-height: 28px;
    margin-top: 0;
    padding: 10px;
    font-size: 21px;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
}
.tabdetcontainer { overflow: hidden;padding-bottom:10px; 
                 clear: both; float: left; width: 100%;
                 border-left:0px #d5d5d5 solid; 
                 border-right:0px #d5d5d5 solid;
                 border-bottom:1px #d5d5d5 dotted;}
.property-description {
    font-family: 'Oswald', sans-serif;
    font-size: 17px;
    line-height: 35px;
    font-weight: 100;
    color: #232323;
}   
.property-address {
    font-family: 'Oswald', sans-serif;
    font-size: 17px;
    line-height: 35px;
    font-weight: 500;
    color: #666666;
}             
/***********************************************/
#mainNav {
  background-color: #ffffff;
  font-family: 'Oswald', sans-serif;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  text-transform:uppercase; 
}
#mainNav .navbar-brand {
  font-weight: 500;
  text-transform: uppercase;
  color: #1851BD;
  font-family: 'Oswald', sans-serif;
  font-size: 27px;
}
#mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
  color: #1851BD;
}
#mainNav .navbar-nav > li.nav-item > a.nav-link,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus {
  font-size: 19px;
  font-weight: 400;
  text-transform: uppercase;
  color: #282828;
  font-family: 'Oswald', 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: 19px; 
  color: #1851BD;
}
#mainNav .navbar-nav > li.nav-item > a.nav-link.active,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus.active {
  color: #1851BD !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: transparent;
}
@media (min-width: 992px) {
  #mainNav {
    background-color: transparent;
  }
  #mainNav .navbar-brand {
    color: #ffffff;
  }
  #mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
    color: #1851BD;
  }
  #mainNav .navbar-nav > li.nav-item > a.nav-link {
    padding: 0.5rem 1rem;
  }
  #mainNav .navbar-nav > li.nav-item > a.nav-link,
  #mainNav .navbar-nav > li.nav-item > a.nav-link:focus {
    color: #ffffff;
    font-size: 19px;
    font-weight: 400;
  }
  #mainNav .navbar-nav > li.nav-item > a.nav-link:hover,
  #mainNav .navbar-nav > li.nav-item > a.nav-link:focus:hover {
    color: #1851BD;
  }
  #mainNav.navbar-shrink {
    border-bottom: 1px solid rgba(33, 37, 41, 0.1);
    background-color: #fff;
  }
  #mainNav.navbar-shrink .navbar-brand {
    color: #1851BD;
  }
  #mainNav.navbar-shrink .navbar-brand:focus, #mainNav.navbar-shrink .navbar-brand:hover {
    color: #1851BD;
  }
  #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link,
  #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:focus {
    color: #1851BD;
  }
  #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: #1851BD;
  }
}
/***************************************************/
.property_title {
    font-size: 65px;
    padding-left: 0px;
    color: #ffffff;
    line-height: 1.3;
    font-weight: 500;
    letter-spacing: 0px;
    padding-top: 20px;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
}
.property_p {
    color: #1851BD;
}
.property_text {
    font-family: 'Oswald', sans-serif;
    margin-bottom: 70px;
    padding-left: 0px;
    font-size: 25px;
    line-height: 35px;
    font-weight: 200;
    color: #FFFFFF;
}
.bg-service {
    padding-top: 2rem;
    padding-bottom: calc(7rem - 56px);
    background-position: center center;
    padding-right: 0px;
    padding-left: 0px;
    background: #1851bd;
}
.service_title {
    font-size: 45px;
    padding-left: 0px;
    color: #ffffff;
    line-height: 1.3;
    font-weight: 500;
    letter-spacing: 0px;
    padding-top: 20px;
    padding-bottom: 10px;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    border-bottom: 1px dotted #e5e5e5;
    margin-bottom: 20px;
}
.sell_title{
    font-size: 35px;
    padding-left: 0px;
    color: #1851BD;
    line-height: 1.3;
    font-weight: 400;
    letter-spacing: 0px;
    padding-top: 40px;
    padding-bottom: 40px;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
}
.sell_subtitle{
    font-family: 'Oswald', sans-serif;
    margin-bottom: 10px;
    padding: 0px;
    font-size: 17px;
    line-height: 35px;
    font-weight: 300;
    color: #181818;
    padding-bottom: 20px;
}
.sell_subtitle1 {
    font-size: 25px;
    padding-left: 0px;
    color: #1851BD;
    line-height: 1.3;
    font-weight: 500;
    letter-spacing: 0px;
    padding-top: 20px;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
}
.sell_text {
    font-family: 'Oswald', sans-serif;
    margin-bottom: 10px;
    padding: 0px;
    font-size: 17px;
    line-height: 35px;
    font-weight: 300;
    color: #181818;
}
.service_subtitle {
    font-size: 25px;
    padding-left: 0px;
    color: #ffffff;
    line-height: 1.3;
    font-weight: 500;
    letter-spacing: 0px;
    padding-top: 20px;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
}
.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: 'Oswald', sans-serif;
    text-transform: uppercase;
}
.service_text {
    font-family: 'Oswald', sans-serif;
    margin-bottom: 30px;
    padding-left: 0px;
    font-size: 17px;
    line-height: 35px;
    font-weight: 100;
    color: #ffffff;
}
.btn-header1 {
    background-color: transparent;
    border-radius: 50px;
    color: #ffffff;
    border: 2px solid #ffffff;
    font-size: 19px;
    font-weight: 500;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    vertical-align: middle;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 50px;
    padding-right: 50px;
    margin-left: 0px;
    margin-bottom: 30px;
    text-decoration: none;
}
.btn-header1:hover {
    background-color: #ffffff;
    color: #1851BD;
    border: 2px solid #ffffff;
    text-decoration: underline;
}
.btn-header2 {
    background-color: transparent;
    border-radius: 50px;
    color: #ffffff;
    border: 2px solid #ffffff;
    font-size: 19px;
    font-weight: 500;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    vertical-align: middle;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 50px;
    padding-right: 50px;
    margin-left: 0px;
    margin-bottom: 30px;
    text-decoration: none;
}
.btn-header2:hover {
    background-color: #ffffff;
    color: #DBBF56;
    border: 2px solid #ffffff;
    text-decoration: underline;
}
.map_bg{
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left:0px;
    padding-right: 0px; 
    margin-left: 0px;
    margin-right: 0px; 
    background-color: #f5f5f5;
}
.main_p {
    font-size: 50px;
    font-weight: 300;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    color: #1851BD;
}
select {
    font-size: 19px;
    line-height: inherit;
    font-family: 'Oswald', sans-serif;
    color: #282828;
}
.rea_search_area_col1{
    font-size: 25px;
    font-weight: 500;
    font-family: 'Oswald', sans-serif;
    color: #0061BD;
    padding-right: 20px;
}
.rea_search_area_col2{
    font-size: 17px;
    font-weight: 300;
    font-family: 'Oswald', sans-serif;
    color: #181818;
    padding-right: 10px;
    padding-left: 10px;
}
.rea_search_area_col3{
    font-size: 17px;
    font-weight: 300;
    font-family: 'Oswald', sans-serif;
    color: #181818;
    padding-right: 10px;
    padding-left: 10px;
}
/************************************/
.map_box {
    width: 100%;
    background: #ffffff;
    text-align: center;
    border-radius: 2px;
    padding-top: 20px;
    box-shadow: 0px 2px 16px 0px rgba(195,195,195,0.5);
    margin-top: 10px;
}
/*************************************************/
.iw {
    font-size: 60px;
    font-weight: 300;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    color: #1851BD;
    text-align: center;
}
/*************************************************************************/
@media screen and (max-width: 1199px) 
{
}
@media screen and (max-width: 991px) 
{
   .container {width:98%}
   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:20%;}
   .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;}
   ul#myaccount-tabs { width: 98%;}
   .myaccount_mainbox { width:98%;}
   .property_contact_value { width: 98%;}
   .contact_box { width:98%;}
   ul.social_networks { width: 75%; }
   .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%;}
   .carousel_title1 {font-size: 21px;}
   .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;}
   .btn-header1 { padding-left: 30px; padding-right: 30px; font-size: 17px;
                 padding-top: 2%; padding-bottom: 2%; margin-bottom: 30px;}
   .btn-header2 { padding-left: 30px; padding-right: 30px; font-size: 17px;
                 padding-top: 2%; padding-bottom: 2%; margin-bottom: 30px;} 
   .carousel_title01 { font-size: 1.9rem;}
   .contact_title { font-size: 25px;} 
   .contact_us_text{ font-size: 100%;}
   ul.tabs { width: 100%;}
   .shopping_promotions_1_box a img {width:100%;}
   .bg_terms { padding-left: 30px; padding-right: 30px; 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-service { padding-top: 30px; padding-bottom:30px; padding-left:30px; padding-right: 30px;}
    .service_title { font-size: 25px; }
    .service_subtitle { font-size: 19px; }
    .bg_property { padding-top: 30px; padding-bottom:30px; padding-left:30px; padding-right: 30px;}
    .property_title { font-size: 30px; }
    .sell_title{ font-size: 25px;}
    .item-listing.list .item .item-title a{ font-size: 25px; padding-left: 10px; padding-right: 10px;}
    .item-listing .item { margin-top: 30px; padding: 10px; margin-bottom: 30px;
                          margin-left: 0px; margin-right: 0px;}
    .item-listing .item .item-description { padding-left: 10px; padding-right: 10px;}
    .item-actions { padding-left: 10px; padding-right: 10px; padding-bottom: 30px;}
    .rea_feature_item { padding-bottom:40px; margin-bottom:20px; }
}
@media screen and (max-width: 767px;) 
{
   .logo{ width:35%;}
   .container {width:98%}
   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: 75%;}
   .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;}
   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%;}
   .carousel_title1 {font-size: 21px;}
   .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: 25px;}
   .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: 30px; padding-right: 30px; 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;}
   .btn-header1 { padding-left: 30px; padding-right: 30px; font-size: 17px;
                 padding-top: 2%; padding-bottom: 2%; margin-bottom: 30px;}
   .btn-header2 { padding-left: 30px; padding-right: 30px; font-size: 17px;
                 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-service { padding-top: 30px; padding-bottom:30px; padding-left:30px; padding-right: 30px; }
    .service_title { font-size: 25px; }
    .service_subtitle { font-size: 19px; }
    .sell_title{ font-size: 25px;}
    .bg_property { padding-top: 30px; padding-bottom:30px; padding-left:30px; padding-right: 30px;}
    .property_title { font-size: 30px; }
    .item-listing.list .item .item-title a{ font-size: 25px; padding-left: 10px; padding-right: 10px;}
    .item-listing .item { margin-top: 30px; padding: 10px; margin-bottom: 30px;
                          margin-left: 0px; margin-right: 0px;}
    .item-listing .item .item-description { padding-left: 10px; padding-right: 10px;}
    .item-actions { padding-left: 10px; padding-right: 10px; padding-bottom: 30px;}
    .rea_feature_item { padding-bottom:40px; margin-bottom:20px; }
}
/************************************************************************/
#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;
            }
            .header-logo1 { left: 40px; top: 50%; }
        }
@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 */
	}
.header-logo1 { left: 40px; top: 50%; }
}
.empty_9182 {}

