﻿body {
    padding:0;
    margin:0;
    font-family:Quicksand
}
img {
    max-width:100%;
}
.list_bt, section, .full_width, .form_infoaff .title_au, .bg-gray {
    width:100%;
    float:left
}
.mt-30 {
    margin-top:30px;
}
.mb-30 {
    margin-bottom:30px
}
.mt-50 {
    margin-top:50px
}
.mb-20 {
    margin-bottom:20px;
}

.fix_in {
    position:relative;
    height:100%;
}
.hero {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    height: 100vh;
    opacity: 0;
}
.hero__content {
    height: 100%;
    padding: 138px 0;
    width:100%;
    left:0
}
.hero__bottom {
    
    width: 100%;
    bottom: 10%;
    text-align:center
}
.hero__title {
    padding-right: 20px;
    max-width: 800px;
}
.hero__actions {
    color:#fff;
    width:50%;
    display:table;
    margin:0 auto
}
    .hero__actions p {    
        font-size:20px;
        display:block;
        margin:15px 0
    }
    .hero__actions .btn--cyan, .hero__actions .btn--trans {        
        padding:15px 25px;
        border-radius:4px;
        text-align:center;
        font-size:18px;
        font-weight:700;
        margin:0 10px;
        text-transform:uppercase
    }
    .hero__actions .btn--cyan {
        background:#43beac;
        color:#333;
        text-shadow:none
    }
    .hero__actions .btn--trans {
        background:transparent;
        border:#fff solid thin;
        color:#fff
    }
.mtb-20 {
    margin:20px 0
}
.header {
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    -webkit-transition-property: height,-webkit-transform;
    transition-property: transform,height;
    transition-property: transform,height,-webkit-transform;
    position: fixed;
    left: 0;
    right: 0;
    height: 80px;
    z-index: 100;
    background-image: linear-gradient(to top, rgba(255,0,0,0), rgb(45, 45, 45));
}
.header::after {
    -webkit-transition: -webkit-transform .5s ease;
    transition: transform .5s ease,-webkit-transform .5s ease;
    background: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.75)),to(transparent));
    background: linear-gradient(to bottom,rgba(0,0,0,.75) 0%,transparent 100%);
    transition: transform .5s ease;
    bottom: -70%;
}
.navbar-fixed-top.scrolled {
  background-color: #fff !important;
  transition: background-color 200ms linear;
}

.navbar-fixed-top.scrolled .nav-link {
  color:#555;
}
.header__logo img {
    left: 0;
    width: 100%;
    height: auto;
    max-width: 215px;
}
.navbar-inverse .navbar-nav>li>a {
    font-size: 14px;
    text-transform:uppercase
}
.banner_da .title_da {
    display:block;
    padding:25px 0;
    font-size:22px;
    font-weight:700;
    text-align:center;
}
.logo_b {
    display:none
}
.p-0 {
    padding:0
}
.logo_f {
    max-width:70%
}
.f_info p {
    margin:15px 0
}
.f_info span {
    font-size:16px;
    font-weight:700;
    margin-bottom:10px;
    display:block
}
.pt-30 {
    padding-top:30px;
}
.followus ul {
    text-align:center
}
.f_info ul, .followus ul, ul.info_aff, ul.list_prd, .infocontact ul {
    padding:0;
    margin:0;
    list-style:none
}
    .f_info ul li a {
        color:#333;
        padding:3px 0;
        display:block
    }
    .followus ul li {
        display:inline-block;
        font-size:25px;
    }
        .followus ul li a {            
            color:#7e7e7e;
            padding:0 10px
        }
            .followus ul li a:hover {
                color:#333
            }
#property-items {
    position: relative;
}
.list-inline, .list-unstyled {
    padding-left: 0;
    list-style: none;
    margin:0
}

.property-item {
    position: relative;
    margin-bottom: 30px;
    border: 1px solid #f3f3f3;
    box-shadow: 0px 2px 0 0 #f3f3f3;
}
.property-item a {
    color: inherit;
}
.property-item .property-title {
    overflow: hidden;
    position: relative;
    z-index: 0;
    padding: 10px 15px;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.9);
    transition: all 0.3s;
}
.property-item .title {
    font-size:16px;
    font-weight:700;
    transition: all 0.3s;
    margin:0;
    padding:15px 5px;
    text-transform:uppercase;
}
    .property-item .title:hover {
        text-decoration:none
    }
.property-item .property-thumbnail {
    position: relative;
    overflow: hidden;
    margin: 0 -1px;
}
figure, figcaption {
    display:block
}
.property-item img {
    max-width: none;
    width: 100%;
    transition: all 0.5s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.property-item .property-tag {
    background: #0d2947;
}

.property-tag.tag-right {
    bottom: 0;
    right: 0;
    letter-spacing: 0.4px;
}
.property-tag {
    width: auto;
    position: absolute;
    background: #43becc;
    padding: 0 1em;
    color: #fff;
    font-size: 0.8em;
    line-height: 2.5;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}
.property-item figcaption {
    top: 0;
    height: 100%;
    width: 100%;
    transition: all 0.3s;
}
.property-item .property-excerpt {
    display: none;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 15px 15px;
    opacity: 0;
    line-height: 1.7;
    text-align: left;
    background-color: rgba(255, 255, 255, 0.9);
    transition: all 0.3s;
}
.property-item .property-excerpt p {
    margin-top: 0.5em;
    font-size: 1.1em;
    color: #333;
}

.property-item .property-excerpt::after {
    position: absolute;
    opacity: 0.5;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: #43becc;
    content: '';
    transition: all 0.3s;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}
.property-item .property-content {
    background-color: #fff;
}
.property-meta {
    padding: 15px;
    font-size: 0.9em;
    line-height: 2;
    color: #333;
}
.property-item .property-content .property-meta {
}
.property-item .property-content .property-meta > div {
    width: 50%;
}

.property-meta > div {
    float: left;
}
.property-meta .meta-title {
    display: inline-block;
    width: 20px;
    font-weight: 700;
}
.property-meta .meta-data {
    display: inline-block;
}
.property-item:hover .property-excerpt {
    opacity: 1;
    display:block
}
.property-header-container {
    z-index: 99;
    top: 0;
    left: 0;
    width: 100%;
    position: absolute;
    text-align: left;
    background: linear-gradient(to top, transparent, rgba(0, 0, 0, 0.7));
}
.poistion-r {
    position:relative
}
.property-header-container {
    padding: 40px 0 0;
}
.property-header .title {
    color:#fff;
    font-weight:700;
    font-size:4em
}
.property-header .status-update {
    background:#0d2947;
    display:inline-block;
    padding:10px 20px;
    color:#fff;
    font-size:16px;
    font-weight:700
}
.formbx {
    float: none;
    display: block;
    margin: 0 auto;
    width:100%;
    text-align:center;
    padding:30px;
}
a.col-center-block {
    background:#333;
    color:#fff;
    display:table;
    margin:0 auto;
    padding:5px 10px;
    border-radius:4px
}
.modal-title {
    display: inline-block;
}
.boxnameprd {
    text-align:center;
    font-size:16px;
    font-weight:700;
    display:block;
    margin-bottom:10px;
}
.ipf {
    margin:5px 0
}
.bt_form {
    display: table;
    margin: 0 auto;
    background: green;
    color: #fff;
    border-radius: 30px;
    padding: 8px 17px;
    font-size: 14px;
    border: green solid thin;
}
.bt_form:hover {
    background:#333
}
.footer {
    background:#f7f7f7
}
.desprd_d {
    font-size:16px;
}
ul.breakcrumbs {
    padding: 0;
    margin: 0;
    list-style: none;
}
ul.breakcrumbs li {
    padding: 15px 0;
}
ul.breakcrumbs li, .brds ul li {
    display: inline-block;
}
ul.breakcrumbs li:after {
    font-family: FontAwesome;
    content: "\f061";
    float: right;
    font-size: 10px;
    padding: 2px 10px;
    color: #333;
}
.infonews .header__cate h1 {
    margin: 0;
    padding: 10px 0;
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 22px;
}
.brds {
    margin: 15px 0;
}
.brds {
    display: block;
    width: 100%;
    float: left;
}
.brds ul li a {
    display: block;
    padding: 10px 15px;
    color: #333;
    border: #eae7e7 solid thin;
}
.brds ul li a.active {
    background: #00b7f1;
    color: #fff;
    border: #00b7f1 solid thin;
}
.info h5 {
    font-size: 16px;
    min-height: 34px;
}
.mb-15
{
	margin-bottom:15px;
}
.quote {
    padding-bottom: 15px;
}
p.date
{
	margin:0
}
p.date, .size-12{
    font-size:12px;
}
.size-14 {
    font-size:14px
}
.title_au span {
    padding:0 10px
}
.boxnews .info {
    border: #f6f6f6 solid thin;
    display: block;
    float: left;
    width: 100%;
}
.content_news h1 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 24px;
}
.date {
    padding: 10px 0;
    display: inline-block;
    padding-right: 20px;
    font-size: 13px;
}
.pt-20 {
    padding-top: 20px;
}
.affi
{
    background: red;
    padding: 20px 35px 20px 20px !important;
}
    .affi:hover {
        background:#d00000 !important;
        color:#fff !important
    }
.accouus {
    float: right;
    padding: 11px;
    color: #333;
    font-size: 20px;
    display:none
}
.login_form .title_ {
    text-transform:uppercase;
    font-weight:700;
    font-size:18px;
    text-align:center;
    display:block;
    padding-bottom:15px
}
.bt_ {
    background:green;
    border:transparent solid thin;
    color:#fff;
    padding:10px 15px;
    display:table;
    margin:0 auto;
    width:100%;
    margin-top:10px;
    border-radius:30px;
}
.bt_:hover {
    background:#333;
}
.bor_u {
    border-radius: 30px;
    margin: 10px 0;
    padding: 9px 18px;
    height: auto;
}
.form_infoaff .title_au {
    font-weight:700;
    font-size:16px;
}
ul.info_aff li {
    font-size:14px;
    padding:5px 0
}
.pb-15 {
    padding-bottom:15px;
}
.bg_red {
    background:red
}
.bg_gray {
    background:#ddd
}
.bg_black {
    background:#333
}
.bg_green {
    background:green
}
.bg_green_ {
    background:#004c00
}
.bt_us {
    padding:10px 15px;
    text-align:center;
    color:#fff;
    border:transparent solid thin;
    display:inline-block
}
    .bt_us:hover {
        color: #fff;
        opacity:0.8;
        text-decoration:none
    }
.mt-20 {
    margin-top:20px
}
.mt-10 {
    margin-top:10px;
}
.mb-10 {
    margin-bottom:10px;
}
.display-b {
    display:block
}
.color-b, .color-b:hover {
    color:#333
}
.table > thead > tr > th, .table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
    border:none
}
.check_green {
    color:green
}
.BlueColor
{
    background: blue;
}
.GreenColor {
    background:green
}
.OrganColor {
    background:orange
}
.RedColor {
    background:red
}
.BlueColor, .GreenColor, .OrganColor, .RedColor {    
    padding: 5px 10px;
    color: #fff;
    text-align:center;
    border-radius: 30px;
}
.bg-gray {
    background: #f3f2f2;
}
.p-15 {
    padding:15px;
}
.title_tk i, .sendemailf i {
    color:green;
    font-size:3em
}
.title_tk p, .sendemailf p {
    font-size:16px
}
.fix_close {
    position:relative;
    z-index:9999;
    padding:15px
}
.box_form span {
    display:block;
    padding-top:10px;
}
.mregis, .login_form.regis span {
    display: block;
    text-align: center;
    padding-top: 20px;
}
.desprd {
    display: block;
    padding: 10px 10px 0;
}
span.price_prd {
    display: block;
    text-align: center;
    color: red;
}
.modal-body {
    padding:10px;
}
div#bt_copy {
    display: inline-block;
    padding: 0 10px;
}
#bt_copy:hover {
    cursor:pointer
}
.infocontact .title_ct {
    font-size:20px;
    font-weight:700
}
.infocontact ul li {
    font-size:15px;
    padding:3px 0
}
.bor_u_ {
    border-radius: 30px;
    margin:5px 0;
    padding: 9px 18px;
    height: auto;
}
.bt_sendct {
    display:table;
    margin:0 auto;
    background:red;
    color:#fff;
    padding:10px 25px 8px;
    border-radius:30px;
}
    .bt_sendct:hover {
        color:#fff;
        text-decoration:none;
        background:#333
    }
.PageNavigation {
    display: block;
}
.PageNavigation a {
    display: inline-block;
    padding: 3px 10px;
    border-radius: 4px;
}
.PageNavigation a.active
{
	background:#333
}
@media(max-width:960px) {
    .navbar-fixed-top {
        background:#fff;
    }
    .navbar-inverse .navbar-nav > li > a {
        color:#333
    }
    .logo_b, .accouus {
        display:block
    }
    .logo_w {
        display:none;
    }
    .fix_2colm {
        width:50%;
        float:left
    }
    .hero__content {
        padding:0
    }
    .hero__actions .btn--cyan, .hero__actions .btn--trans {
        padding: 11px 7px;
        font-size: 12px;
        margin: 0 5px;
    }
    .hero__actions p {
        font-size:13px
    }
    .carousel-caption {
        left: 10%;
        right: 10%;
    }
    .hero__actions {
        width:100%
    }
        .hero__actions p {
            margin:0
        }
}
@media (max-width: 1400px)
{
    .list_btif.mb-10.full_width a {
        width: 50%;
        float: left;
    }
    .bt_us {
        padding:10px
    }
}
@media (max-width: 320px)
{
    .bt_us {
        font-size: 12px;
    }
    .bor_u {
        padding: 5px 12px;
    }
    .header__logo img {
        max-width:100px;
    }

}
@media only screen and (min-width: 320px) and (max-width: 568px)  {	
	.header__logo img
	{
		max-width: 114px;
	}
}
@media (max-width: 1400px)
/*@media (max-width: 2000px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-fixed-top {
		top: 0;
		border-width: 0 0 1px;
	}
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
		margin-top: 7.5px;
	}
	.navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
	}
}*/