body {
    position: relative;
    font-style: normal;
}

::-webkit-input-placeholder {
   color: #333;
}

:-moz-placeholder {
   color: #333;  
}

::-moz-placeholder {
   color: #333;  
}

:-ms-input-placeholder {  
   color: #333;  
}

.full-50 .sim-con ul li {
    padding: 1%;
    width: 48%;
    float: left;
}

.main.full-50, .sidebar.full-50 {
    width: 48%;
}

.sidebar.full-50 {
    float: right;
}
.map-search img{
    width: 100%;
    height: auto;
    max-width: 100%;
}
@media only screen and (max-width: 64.063em) {
    .full-50, .full-50.main, .full-50.sidebar {
        margin: 0 0 20px;
        width: 100%;
    }
}

@media only screen and (max-width: 40.063em) {
    .full-50 .sim-con ul li {
        padding: 0;
        width: 100%;
        float: left;
    }
}

.top-bar .top-login-links {
    float: left;
}

.top-login-links a {
    margin: 0 10px 0 0;
}


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
    position: relative;
    margin: 0 auto 60px;
    padding: 0;
    *zoom: 1;
}

.bx-wrapper img {
    max-width: 100%;
    display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
    /*-moz-box-shadow: 0 0 5px #ccc;
    -webkit-box-shadow: 0 0 5px #ccc;
    box-shadow: 0 0 5px #ccc;
    border:  5px solid #fff;*/
    left: -5px;
    /*background: #fff;*/
    
    /*fix other elements on the page moving (on Chrome)*/
    -webkit-transform: translatez(0);
    -moz-transform: translatez(0);
        -ms-transform: translatez(0);
        -o-transform: translatez(0);
        transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
    position: absolute;
    bottom: -30px;
    width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
    min-height: 50px;
    background: url(../images/bx_loader.gif) center center no-repeat #fff;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
    text-align: center;
    font-size: .85em;
    font-family: Arial;
    font-weight: bold;
    color: #666;
    padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
    *zoom: 1;
    *display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: #ccc;
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 2px;
    outline: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #bd1826;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
    left: 10px;
    background: url(../images/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
    right: 10px;
    background: url(../images/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
    background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
    background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    outline: 0;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
    display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
    text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
    display: block;
    text-indent: -9999px;
    width: 10px;
    height: 11px;
    outline: 0;
    background: url(../images/controls.png) -86px -11px no-repeat;
    margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
    background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
    display: block;
    text-indent: -9999px;
    width: 9px;
    height: 11px;
    outline: 0;
    background: url(../images/controls.png) -86px -44px no-repeat;
    margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
    background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
    text-align: left;
    width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
    right: 0;
    width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #666\9;
    background: rgba(80, 80, 80, 0.75);
    width: 100%;
}

.bx-wrapper .bx-caption span {
    color: #fff;
    font-family: Arial;
    display: block;
    font-size: .85em;
    padding: 10px;
}

.header-banner {
    background: #fff;
}

.header-banner .wrapper {
    background: url('../images/header_bg.png') no-repeat left bottom;
}

.main-logo {
    float: left;
    width: 100%;
    height: auto;
    padding: 20px 0;
}

@media only screen and (max-width: 40.063em) {
    .main-logo {
        width: 100%;
        padding: 20px 0;
    }
}

.header-banner .contact-header {
	position: absolute;
	right: 0;
	width: 100%;
	top: 30%;
}

.header-banner .contact-header .header-cta-text {
    color: #bb1d18;
    display: block;
    float: right;
    width: 100%;
    text-align: right;
}

.header-banner .contact-header .header-cta-text strong {
    color: #bb1d18;
}

.header-banner .contact-header .social-block {
    margin: 10px 0;
    display: block;
    float: right;
    width: initial;
}

.header-banner .contact-header .phone-cta {
    color: #bb1d18;
    font-size: 22px;
    display: block;
    float: right;
    width: 100%;
    text-align: right;
}

.header-banner .contact-header .phone-cta i {
    color: #bb1d18;
}

@media only screen and (max-width: 64.063em) { 

	.header-banner .contact-header {
	    width: 100%;
	    float: left;
	    text-align: center;
	    position: static;
	}

	.header-banner .contact-header .header-cta-text {
	    color: #bb1d18;
	    display: inline-block;
	    width: initial;
	    float: none;
	}

	.header-banner .contact-header .header-cta-text strong {
	    color: #bb1d18;
	}

	.header-banner .contact-header .social-block {
	    margin: 10px 25px;
	    width: initial;
	    display: inline-block;
	    float: none;
	}

	.header-banner .contact-header .phone-cta {
	    color: #bb1d18;
	    font-size: 22px;
	    display: inline-block;
	    width: initial;
	    float: none;
	}

	.header-banner .contact-header .phone-cta i {
	    color: #bb1d18;
	}

}

@media only screen and (max-width: 40.063em) {
    .header-banner .contact-header {
        margin: 0 0 20px;
    }
}

.header-menu {
    background: #bb1d18;
    background: -moz-linear-gradient(top,  #bb1d18 0%, #921612 100%);
    background: -webkit-linear-gradient(top,  #bb1d18 0%,#921612 100%);
    background: linear-gradient(to bottom,  #bb1d18 0%,#921612 100%);
}

.main-nav-con {
    position: relative;
    z-index: 120;
    float: left;
    width: 100%;
    background: none;
}  

.main-nav {
    margin: 0 auto;
    width: 100%;
}

.main-nav .mobile-menu-button {
    display: none;
    float: right;
    font-size: 25px;
    padding: 22px;
    cursor: pointer;
    position: absolute;
    right: 0;
    bottom: 0px;
    z-index: 820;
}  

.main-nav .main-menu-container {
    float: left;
}  

.main-nav .main-menu-container .menu-item {
    position: relative;
    float: left;
    border: none !important;
}               
.main-nav .main-menu-container .menu-item .menu-top-label {
    position: relative;
}  

.main-nav .main-menu-container .menu-item .menu-top-label .nav-trigger {
    padding: 20px 12px 17px;
    display: block;
    font-size: 14px;
    background: none;
    font-family: 'museo_sans700';
    border-bottom: 4px solid rgba(255, 255, 255, 0);
    text-transform: uppercase;
} 

.main-nav .main-menu-container .menu-item.item-open .menu-top-label .nav-trigger {
    background: #bd1725;
    color: #fff;
} 

.main-nav .main-menu-container .menu-item .menu-top-label .icon {
    display: none;
    width: 54px;
    height: 50px;
    font-size: 28px;
    text-align: center;
    line-height: 54px;
    float: left;
    color: #fff;
    background: #bd1826;
    border-bottom: 4px solid #bd1826;
}

.main-nav .main-menu-container .menu-item .menu-content {
    position: absolute;
    top: 100%;
    left: 0;
    padding: 5px 0;
    width: 100%;
    display: none;
    z-index: 50;
} 

.main-nav .main-menu-container .menu-item.item-open > .menu-content,
.main-nav .main-menu-container .menu-item:hover > .menu-content {
    display: block;
    width: 300px;
} 

.main-nav .main-menu-container .menu-item .menu-content > li {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.main-nav .main-menu-container .menu-item .menu-content .menu-sub-label {
    width: 100%;
    margin: 0 0 6px;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
}   

.main-nav .main-menu-container .menu-item .menu-content li a {
    display: block;
    padding: 5px 0;
    font-size: 14px;
    padding: 10px 25px;
    font-family: 'museo_sans700';
    text-transform: uppercase;
}

.main-nav .main-menu-container .menu-item.active .menu-top-label .nav-trigger {
    border-bottom: 4px solid #460b09 !important;
    background: #6f110d !important;
}

.main-nav .main-menu-container .menu-item:not(.active) .menu-top-label .nav-trigger:hover,
.main-nav .main-menu-container .menu-item.dropdown.item-open:not(.active) .menu-top-label .nav-trigger {
    border-bottom: 4px solid #bd1725 !important;
}

.main-nav .main-menu-container .menu-item .menu-top-label .nav-trigger.menu-c-btn {
    background: #bd1725;
    color: #fff;
    margin: 0 0 0 2px;
}

@media only screen and (max-width: 64.063em) {   
    .main-nav .main-menu-container .menu-item .menu-content li a {
        color: #fff;
    }

    .main-nav .main-menu-container .menu-item .menu-content {
        background: #bd1826;
    }

    .main-nav .main-menu-container .menu-item .menu-top-label .nav-trigger {
        color: #fff;
        background: #bd1826;
    }

    .main-nav-con {
        float: none;
    }

    .main-nav {
        padding: 0;
        height: 60px;
    }   

    .main-nav .mobile-menu-button {
        display: block;
        padding: 15px 20px;
        font-size: 24px;
    }   

    .main-nav .main-menu-container {
        display: none;
    }    

    .main-nav .main-menu-container .menu-item {
        width: 100%;
    }     

    .main-nav .main-menu-container.item-open-mobile {
        display: block;
        margin: 0;
        width: 300px;
        position: absolute;
        z-index: 99;
        right: 0;
        top: 100%;
        z-index: 820;
    }    

    .main-nav .main-menu-container.item-open-mobile .menu-item .menu-content {
        position: static;
        padding: 0;
        display: block;
        opacity: 1;
        display: none;
        float: left;
    }    

    .main-nav .main-menu-container.item-open-mobile .menu-item .menu-content > li {
        border-right: none;
    }    

    .main-nav .main-menu-container.item-open-mobile .menu-item .menu-content > li:last-child {
        border-right: none;
        border-bottom: none;
    }    

    .main-nav .main-menu-container.item-open-mobile .menu-item .menu-top-label .nav-trigger {
        font-size: 20px;
        padding: 15px;
        margin: 0;
        width: 270px;
        float: left;
        border-bottom: 4px solid #bd1826;
        background: #bd1826;
    }    

    .main-nav .main-menu-container.item-open-mobile .menu-item.dropdown .menu-top-label .nav-trigger {
        width: 216px;
    }     

    .main-nav .main-menu-container .menu-item.dropdown .menu-top-label .icon {
        display: block;
    } 

    .main-nav .main-menu {
        display: block;
    }               
}

.cta-text-box {
    background: #f4f4f4;
    background: -moz-linear-gradient(top,  #f4f4f4 0%, #ffffff 100%);
    background: -webkit-linear-gradient(top,  #f4f4f4 0%,#ffffff 100%);
    background: linear-gradient(to bottom,  #f4f4f4 0%,#ffffff 100%);
}

.cta-text-box .titles {
    width: 100%;
    float: left;
    text-align: center;
}

.cta-text-box p {
    float: left;
    line-height: 24px;
    text-align: center;
    color: #666;
}

.cta-text-box p strong {
    color: #bd1d18;
}

.communities .community.custom .info {
    text-align: center;
    padding: 0;
    width: 100%;
}

.communities .community.custom .info .communitiy-name {
    text-shadow: none;
    background: rgba(189, 24, 38, 0.5);
    color: #fff;
    letter-spacing: 1px;
    display: block;
    float: none;
    width: auto;
    margin: 0;
    padding: 15px 0;
    font-size: 14px;
    line-height: initial;
}

/* contact form */

.contact-con .form-group {
    width: 50%;
    float: left;
    margin: 0 0 10px;
}

.contact-con .form-group.f-100 {
    width: 95%;
}

.contact-con .form-group.f-100 textarea {
    width: 100%;
    height: 130px;
}

.contact-con .form-group input {
    width: 90%;
}

.contact-con .name {
    width: 50%;
    float: left;
}

.contact-con .name span {
    color: #333;
    font-size: 22px;
    width: 100%;
    float: left;
    padding: 0 0 10px;
}

.contact-con .name strong {
    color: #27a9e1;
    font-size: 22px;
    width: 100%;
    float: left;
    margin: 0 0 10px;
    text-transform: uppercase;
}

.contact-con .contact-info {
    width: 50%;
    float: left;
}

.contact-con .contact-info a {
    color: #bd1d18;
    font-size: 18px;
    width: 100%;
    float: left;
    margin: 0 0 10px;
}

@media only screen and (max-width: 40.063em) {
    .contact-con .form-group {
        width: 100%;
    }

    .contact-con .contact-info, .contact-con .name {
        width: 100%;
    }

}

.social-block {
    width: 100%;
    text-align: center;
    font-size: 0px;
}

.social-block .icon {
    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -ms-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    color: #fff;
    background: #333;
    padding: 10px;
    font-size: 16px;
    display: inline-block;
}

.social-block .icon:hover {
    padding: 10px 20px;
}

.social-block .icon i {
    width: 16px;
    height: 16px;
    display: inline-block;
    text-align: center;
}

.social-block .icon.fb {
    background: #305891;
}

.social-block .icon.fb:hover {
    background: #6e8ab2;
}

.social-block .icon.tw {
    background: #2ca8d2;
}

.social-block .icon.tw:hover {
    background: #6bc2df;
}

.social-block .icon.ln {
    background: #4498c8;
}

.social-block .icon.ln:hover {
    background: #7cb7d8;
}

.social-block .icon.in {
    background: #2a5b83;
}

.social-block .icon.in:hover {
    background: #698ca8;
}

.social-block .icon.rs {
    background: #fb7629;
}

.social-block .icon.rs:hover {
    background: #fc9f69;
}

.social-block .icon.yt {
    background: #e32525;
}

.social-block .icon.yt:hover {
    background: #eb6666;
}

.social-block .icon.gp {
    background: #ce4d39;
}

.social-block .icon.gp:hover {
    background: #dd8274;
}

.social-block .icon.pn {
    background: #c82828;
}

.social-block .icon.pn:hover {
    background: #d86868;
}

.modul-1 .social-block {
    width: auto;
    float: right;
    display: block;
}

.property.custom .prop-wrap {
    border: 1px solid #e9e9e9;
    padding:  0 0 35px;
}

.property.custom .prop-wrap a.resize-con {
    overflow: hidden;
}

.property.custom .prop-wrap .info {
    position: static;
    float: none;
    background: none;
    padding: 0;
    width: 100%;
}

.property.custom .prop-wrap .info .details {
    text-shadow: none;
    display: block;
    width: 92%;
    padding: 4px 4%;
    color: #333;
    font-weight: normal;
    font-size: 14px;
    font-family: 'museo_sans300';
    float: none;
}

.property.custom .prop-wrap .location {
    display: block;
    width: 92%;
    padding: 20px 4%;
    color: #bd1d18;
    font-size: 16px;
    font-weight: bold;
}

.property.custom .prop-wrap .location i.fa {
    font-size: 15px;
    line-height: 0px;
}

.property.custom .prop-wrap .price {
    display: block;
    width: 92%;
    float: none;
    color: #bd1d18;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'museo_sans300';
    text-align: left;
    text-shadow: none;
    padding: 25px 4%;
}

.details-btn {
    color: #bd1d18;
    border: 1px solid #bd1d18;
    float: none;
    display: block;
    margin: 10px auto 0;
    text-align: center;
    text-transform: uppercase;
    font-family: 'museo_sans700';
    font-size: 14px;
    background: none;
    text-shadow: none;
    width: 160px;
}

.details-btn:hover {
    color: #bd1d18;
    border: 1px solid #bd1d18 !important;
    background: none !important;
}

.stay-connected .titles {
    width: 100%;
    text-align: center;
}

.stay-connected .box {
    width:48%;
    padding: 1%;
    float: left;
}

.stay-connected .box .titles.small {
    width: 100%;
    text-align: center;
}

@media only screen and (max-width: 50.063em) {
    .stay-connected .box {
        width: 98%;
        margin: 0 0 40px;
    }
}

.custom-slider {
    position: relative;
}

.custom-slider .sy-pager, .similar-properties-con .sy-pager, .video-home-con .sy-pager {
    bottom: 0;
    z-index: 9;
    position: static;
}

.custom-slider .sy-pager li, .similar-properties-con .sy-pager li, .video-home-con .sy-pager li {
    width: 10px;
    height: 10px;
    margin: 0 2px;
}

.sy-controls li {
    z-index: 99;
}

.custom-slider .sy-pager {
    width: auto;
    padding: 0 2%;
    bottom: 0px;
    right: 0;
    z-index: 9;
    position: absolute;
}

.custom-slider-con {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    position: absolute;
    z-index: 8;
    width: 60%;
    left: 50%;
    margin: 0 0 0 -30%;
}

.youtube-video-con {
    padding: 35px 0 60%;
}

.cta-box p {
    color: #333;
    margin: 20px 0;
    font-size: 14px;
    text-align: center;
    line-height: 20px;
    width: 100%;
}

.cta-boxs {
    background: #dbdbdb;
    border-bottom: 5px solid #bd1d18;
}

.cta-boxs .titles {
    width: 100%;
    text-align: center;
}

.cta-boxs .cta-box {
    width: 18%;
    float: left;
    padding: 1%;
}

.cta-boxs .cta-box .title {
    width: 100%;
    text-align: center;
    font-size: 20px;
    color: #bd1d18;
    display: block;
    margin: 0 0 15px;
    letter-spacing: -2px;
    text-transform: uppercase;
    font-family: 'museo_sans100';
}

.cta-boxs .cta-box .title strong {
    font-family: 'museo_sans700';
}

@media only screen and (max-width: 64.063em) {
    .cta-boxs .cta-box {
        width: 48%;
        float: left;
        min-height: 175px;
    }
}

@media only screen and (max-width: 40.063em) {
    .cta-boxs .cta-box {
        width: 98%;
        margin: 0 0 30px;
        min-height: initial;
    }

    .cta-boxs {
        margin: 0;
        position: static;
    }
}

.cta-box .more {
    color: #bd1d18;
}

.search-form-homepage {
    width: 30%;
    float: left;
}

.map-con-homepage {
    width: 65%;
    float: right;
    height: 400px;
}

.search-form-homepage .form .form-group {
    width: 46%;
    padding: 2%;
    float: left;
}

.search-form-homepage .form .form-group.f-100 {
    width: 96%;
    padding: 2%;
    float: left;
}

.search-form-homepage input, .search-form-homepage select, .search-form-homepage textarea {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 100%;
}

.search-form-homepage .submit-btn {
    width: 96%;
    padding: 2%;
    float: left;
    margin: 20px 2% 0;
    text-align: center;
}

@media only screen and (max-width: 64.063em) {
    .search-form-homepage {
        width: 48%;
    }

    .map-con-homepage {
        width: 48%;
    }

}

@media only screen and (max-width: 40.063em) {
    .search-form-homepage {
        width: 100%;
        margin: 0 0 40px
    }

    .map-con-homepage {
        width: 100%;
    }

}

.footer-logo {
    float: left;
    display: block;
    width: 190px;
    height: auto;
    background: none;
    margin: 0;
    display: none;
}

.over-info-pull {
    position: absolute;
    z-index: 999;
    width: 100%;
    display: none;
    overflow: hidden;
    top: 0;
}

.over-info-pull .over-info-pull-con {
    background: #BBBBBB;
    padding: 20px 0;
    -webkit-box-shadow: 0 0 10px 0 #b7b7b7;
    -moz-box-shadow: 0 0 10px 0 #b7b7b7;
    box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.5);
    -webkit-border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
}

.over-info-pull .col-pull {
    width: 28%;
    padding: 0 2.6%;
    float: left;
    font-size: 14px;
    line-height: 22px;
    color: #333;
}

.over-info-pull .col-pull .details-btn {
    float: left;
}

.over-info-pull .col-pull .list li {
    margin: 0 0 10px;
    border-bottom: 1px solid #B1B1B1;
}

.over-info-pull .col-pull .list li a {
    
}

.over-info-pull .col-pull .title {
    color: #bd1d18;
    font-family: 'museo_sans700';
    text-transform: uppercase;
    margin: 0 0 20px !important;
    font-size: 18px;
    font-weight: 700;
    border: none !important;
}

.over-info-pull .col-pull .list li a {
    font-size: 16px;
    font-weight: bold;
    width: 100%;
    display: block;
    margin: 0 0 5px;
    color: #333;
}

.over-info-pull .col-pull .text-block {
    
}

.trigger-pull {
    margin: 0 auto;
    display: block;
    color: #bd1d18;
    padding: 15px 20px;
    width: 366px;
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
    background: #e6e6e6;
    background: -moz-linear-gradient(top,  #e6e6e6 0%, #c2c2c2 100%);
    background: -webkit-linear-gradient(top,  #e6e6e6 0%,#c2c2c2 100%);
    background: linear-gradient(to bottom,  #e6e6e6 0%,#c2c2c2 100%);
    -webkit-box-shadow: 0 0 10px 0 #b7b7b7;
    -moz-box-shadow: 0 0 10px 0 #b7b7b7;
    box-shadow: 0 0 10px 0 #b7b7b7;
    -webkit-border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
}

.trigger-pull-close {
    margin: 0 auto;
    display: block;
    color: #bd1d18;
    padding: 10px 20px;
    width: 50px;
    text-align: center;
    background: #bbb;
    background: -moz-linear-gradient(top,  #bbb 0%, #ababab 100%);
    background: -webkit-linear-gradient(top,  #bbb 0%,#ababab 100%);
    background: linear-gradient(to bottom,  #bbb 0%,#ababab 100%);
    -webkit-border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
}

@media only screen and (max-width: 40.063em) {

    .over-info-pull .col-pull {
        width: 92%;
        padding: 0 4%;
    }

    .over-info-pull .col-pull .list li {
        width: 50%;
        float: left;
    }

    .over-info-pull .col-pull .list li.title {
        width: 100%;
    }

    .trigger-pull {
        width: 135px;
        font-size: 12px;
        padding: 14px 10px;
    }

    .trigger-pull span {
        display: none;
    }

}

@media only screen and (max-width: 25.063em) {
    .over-info-pull .col-pull {
        width: 92%;
        padding: 0 4%;
    }

    .over-info-pull .col-pull .list li, .over-info-pull .col-pull .list li.title {
        width: 100%;
    }

}

.over-info-pull .list li a.fb {
    color: #305891;
}

.over-info-pull .list li a.fb:hover {
    color: #6e8ab2;
}

.over-info-pull .list li a.tw {
    color: #2ca8d2;
}

.over-info-pull .list li a.tw:hover {
    color: #6bc2df;
}

.over-info-pull .list li a.ln {
    color: #4498c8;
}

.over-info-pull .list li a.ln:hover {
    color: #7cb7d8;
}

.over-info-pull .list li a.in {
    color: #2a5b83;
}

.over-info-pull .list li a.in:hover {
    color: #698ca8;
}

.over-info-pull .list li a.rs {
    color: #fb7629;
}

.over-info-pull .list li a.rs:hover {
    color: #fc9f69;
}

.over-info-pull .list li a.yt {
    color: #e32525;
}

.over-info-pull .list li a.yt:hover {
    color: #eb6666;
}

.over-info-pull .list li a.gp {
    color: #ce4d39;
}

.over-info-pull .list li a.gp:hover {
    color: #dd8274;
}

.over-info-pull .list li a.pn {
    color: #c82828;
}

.over-info-pull .list li a.pn:hover {
    color: #d86868;
}

@media (max-width: 1000px) {
    .main-logo {
        display: block;
    }
}
.blog-posts .sim-con ul li a h5{
    color: #D20000;
}
.blog-posts .sim-con ul li{
  width: 49%;
  float: left;
}
.blog-posts .sim-con img{
    height: 200px;
    object-fit: cover;
}

.blog-posts  .sim-con ul li a span {
    color: #666;
    font-size: 16px;
}@media (max-width: 767px) {
    .blog-posts .sim-con ul li{
        width: 100%;
      }
      .blog-posts .sim-con img{
        height: 120px;
    }
}
#ibacordotcom-content {
	background: #1a1a1a;
	position: relative;
	width: 100%;
	margin: 0px;
}

#ibacordotcom-content hr {
	display: none;
}

#ibacordotcom-content span.tombol {
	margin-right: 20px
}

#ibacordotcom-content a  {
	text-decoration: none;
}

#ibacordotcom-content a img {
	border: 0;
}

#ibacordotcom-content .ibacordotcom-unit {
	display: block;
	zoom: 1;
}

#ibacordotcom-content .ibacordotcom-vid-katuhu {
	width: 30%;
	float:right;
	position: absolute;
	right: 0;
	top: 0;
	overflow-y: scroll;
	height: 100%;
}

#ibacordotcom-content .ibacordotcom_youtube_channels {
	position: relative;
}

#ibacordotcom-content .ibacordotcom-vid-kenca {
	width: 70%;
}

#ibacordotcom-content .ibacordotcom_youtube_thumb {
    position: relative;
    width: 100px;
    height: 75px;
    vertical-align: middle;
    float: left;
    margin: 0 20px 0 0;
}

#ibacordotcom-content .ibacordotcom_youtube_thumb span {
    position: absolute;
    right: 4px;
    bottom: 10px;
    background: #000;
    font-size: 12px;
    padding: 5px;
    text-align: center;
    display: block;
    line-height: initial;
}

#ibacordotcom-content .ibacordotcom-play {
	margin: 0;
	padding: 10px;
	border-bottom: 1px solid #333;
	display: table;
	overflow: visible;
	width: 100%;
	float: left;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

#ibacordotcom-content .ibacordotcom-play .video-name {
	display: table-cell;
	vertical-align: middle;
	text-align: left;
	width: 100%;
	font-size: 14px;
	line-height: 20px;
	font-weight: 500;
}

#ibacordotcom-content div.ibacordotcom-vid-top {
	color: #c0c0c0;
	background: #1a1a1a;
	padding: 15px;
	display:block;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: initial;
	z-index: 9;
	width: 100%;
	top: 0;
	right: 0;
	position: relative;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

#ibacordotcom-content div.ibacordotcom-vid-bottom {
	color: #c0c0c0;
	background: #222;
	display:block;
}

#ibacordotcom-content .ibacordotcom_youtube_thumb img {
	width: 100%;
}

#ibacordotcom-content div.ibacordotcom-play:hover {
	background:#333;
}

#ibacordotcom-content .ibacordotcom-vid-active {
	background: #3a3a3a;
}

#ibacordotcom-content .ibacordotcom-vid-active img {
	-webkit-box-shadow: 0px 0px 0px 1px rgb(255, 204, 0);
	-moz-box-shadow: 0px 0px 0px 1px rgb(255, 204, 0);
	box-shadow: 0px 0px 0px 1px rgb(255, 204, 0);
}

#ibacordotcom-content .ibacordotcom_vid_prev, #ibacordotcom-content .ibacordotcom_vid_next, .ibacordotcom-play {
	cursor: pointer;
}

#ibacordotcom-content .ibacordotcom_vid_prev, #ibacordotcom-content .ibacordotcom_vid_next {
	position: absolute;
	top: 0px;
	padding: 15px 0;
}

#ibacordotcom-content .ibacordotcom_vid_next{
	right: 15px;
}

#ibacordotcom-content .ibacordotcom_vid_prev{
	right: 45px;
	top: 0;
}

#ibacordotcom-content iframe.ibacordotcom-vid-iframe {
	width: 100%;
	height: 500px;
	border:0
}

#ibacordotcom-content .ibacordotcom-vid-box {
	display: none;
}

#ibacordotcom-content.tv-page {
	width: 100%;
	margin: 0 0 20px;
}

/*#ibacordotcom-content.tv-page {
	width: 100%;
	float: left;
	margin: 0 0 40px;
}

#ibacordotcom-content.tv-page .ibacordotcom-vid-kenca {
	width: 100%;
	position: static;
}

#ibacordotcom-content.tv-page .ibacordotcom_vid_play {
	position:relative;
	padding-bottom: 53.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}

#ibacordotcom-content.tv-page .ibacordotcom_vid_play iframe {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

#ibacordotcom-content.tv-page .ibacordotcom-vid-katuhu {
	width: 100%;
	position: static;
	float: none;
	max-height: 570px;
}

#ibacordotcom-content.tv-page .ibacordotcom-play {
	width: 25%;
	padding: 2%;
	float: left;
}

#ibacordotcom-content.tv-page .ibacordotcom_youtube_thumb {
	width: 100%;
	padding: 0;
	margin: 0;
	height: initial;
}

#ibacordotcom-content.tv-page .ibacordotcom-play .video-name {
	width: 100%;
	display: block;
	float: left;
	height: 40px;
	overflow: hidden;
}*/

@media only screen and (max-width: 64.063em) {
	#ibacordotcom-content .ibacordotcom-vid-katuhu {
		width: 35%
	}
	#ibacordotcom-content .ibacordotcom-vid-kenca {
		width: 65%;
	}
}

@media only screen and (max-width: 40.063em) {
	#ibacordotcom-content .ibacordotcom-vid-katuhu {
		width: 100%;
		position: static;
		height: 332px;
	}
	#ibacordotcom-content .ibacordotcom-vid-kenca {
		width: 100%;
	}

	#ibacordotcom-content.tv-page .ibacordotcom-play {
		width: 50%;
	}

	#ibacordotcom-content {
		width: 100%;
		margin: 0;
	}
	#ibacordotcom-content iframe.ibacordotcom-vid-iframe{
		height: auto;
	}
}
.stay-connected img{
    height: 400px;
    width: auto;
    min-width: auto;
}
.tay-connected iframe{
    border: 2px solid red
}