html,body{
height:100%;
}
body{
    margin:0;
    padding:0;
    background-color: #F3F3F3 !important;
    font-family: Lato, sans-serif !important;
    font-size:16px;
    line-height: 1.5;
}
.container{
    width:90%;
    margin:0 auto;
}

.page{
    display:flex;
    flex-direction: column;

    min-height:100%;
}
.main-content{

    flex-grow: 1;
}
.main-content-outside{
    margin-top:50px;
}
.header-content{
    background-color: #233354;
    box-shadow: 0px 10px 5px #c6c6c6;
}

.header-content .row{
    display:flex;
    justify-content: space-between;
}

#logo{
    padding:10px 5px;
}

.menu-container{
    display:flex;
    align-items: center;
    justify-content: flex-end;
}


.main-menu{
	text-align: right;
    margin:0 !important;
}
.main-menu ul{
    margin:0 !important;
}
.main-menu ul li{
    display: inline-block;
    list-style: none;
    margin-right: 20px;

}
.main-menu ul li a{
    text-decoration: none;
    color: #ffffff;
    font-size: 16px;
    font-weight: 300;
    display: inline-block;

}

.main-menu ul li:hover > a{
    color:#d1110a;
}

.main-menu ul ul{
    display: none;
    background: rgb(255, 255, 255);
    border-radius: 0px;
    padding: 0;
    position: absolute;
    z-index: 1001;
}

.main-menu ul li:hover > ul{
     display: block;
 }

.main-menu ul ul li {
        display:block !important;
        position: relative;
        margin: 0 10px !important;
        text-align: center;
}

.main-menu ul ul li:hover > a{
    color:#d1110a;
}

section{
    margin-bottom:40px;
}
#shrkslider{
    margin:0;
    padding:0;
    list-style:none;

}
#banner-section .bx-caption{
    background: none !important;
    left:initial !important;
    right: 10% !important;
    top:20% !important;
    width:initial !important;
}

#banner-section .bx-caption span{
    font-size:36px;
    font-weight: bold;
    color:#d2b206;
}

#banner-section .fieldset{
    margin-bottom: 12px;
}
#banner-section .bx-wrapper .bx-viewport{
    border: none !important;
    left:0 !important;
}
#services-section .content-wrapper .box .title{
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background-color: rgba(30,30,30,1);
    padding: 15px 0;
    text-align: center;
    color: #ffffff;
}



section .title-bar{
    text-align:center;
}

section .content-wrapper{
    color: #777777;
}

.panel{
    background-color: #ffffff;
    border-radius:8px;
    padding:1%;
}

#shrkslider img{
    width:100%;
    height: auto;
}

.featured-section .bx-viewport{
    background-color: transparent !important;
    border: 5px solid transparent !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
}
.featured-slider{
    list-style: none;
    padding:0;
    margin:0;
}

.featured-slider li{
    background-color: #fff;
    padding:8px;
}
.featured-title{

    font-size: 18px;
}
.featured-price{
    color: #d00c08;
    font-weight: bold;
}

#footer{
    background-color: #00335A;
    border-top: 1px solid #00243f;
    font-weight: 300;
}

.company-details .indv-content{
    text-align: center;
}
.company-details li{
	display:block;
	list-style: none;

}
.company-details .company-details-element{
	display: inline-block;
    margin-left: 5px;


}
.copyright-container{
    display:flex;
    justify-content: space-between;
    padding:8px 0;
}
.copyright{
    color:#939393;

}

/* single property*/
#featured-image-single .bx-wrapper{
    margin: 0 auto !important;
}

ul.singleproperty_infolist{
    margin-left: 0;
    padding-left: 0;
    list-style-type: none;
}
ul.singleproperty_infolist li {
    position: relative;
    margin-left: 1em;
    margin-bottom:10px;
}

ul.singleproperty_infolist li:before {
    position: absolute;
    left: -1em;
    content: "▩";
}
.propertyitem_label{
    display: inline-block;
    margin-right: 10px;
    color: #555555;
}
@media(min-width: 768px) {
    .row-flex{
        display:flex;
    }
    .box-container{
        padding:0 2%;
    }
    .col-sm-6{
        width: 50%;
        box-sizing: border-box;
    }
    #services-section .content-wrapper{
        display:flex;
        flex-wrap: wrap;

    }
    .company-details{
        display:flex;
        justify-content: space-between;
        color:#939393;
        padding: 10px 0;

    }
    #services-section .content-wrapper .box .content{

        flex-grow: 1;
        background-color: #ffffff;
        color: #666666;
        padding:8px 15px;

    }
    #services-section .content-wrapper .box{
        height:100%;
        display:flex;
        flex-direction: column;

        border:1px solid #e8e8e8;
    }
}
@media(min-width: 992px){

    .col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12{
        box-sizing: border-box;
    }
    .col-md-1{
        width:8.33%;
    }
    .col-md-2{
        width:16.66%;
    }
    .col-md-3{
        width:25%;
    }
    .col-md-4{
        width:33.33%;
    }
    .col-md-5{
        width:41.66%;
    }
    .col-md-6{
        width:50%;
    }
    .col-md-7{
        width:58.33%;
    }
    .col-md-8{
        width:66.66%;
    }
    .col-md-9{
        width:75%;
    }
    .col-md-10{
        width:83.33%;
    }
    .col-md-11{
        width:91.66%;

    }
    .col-md-12{
        width:100%;

    }
    .box-container{
        padding:0 1%;
    }


}



@media (max-width:768px){
    body{
        font-size:14px;
    }
    .box-container{
        margin-bottom: 20px;
    }


}


