body {margin:0;}


.header{
    background: url("../assets/header-bg2.gif") repeat 0 0;
    border-bottom: 4px solid #242424;
    padding-bottom: 85px;
}

.navbar-default {
    background-color: transparent;
    border: none;
}

.logo{
    color: #e0e0e0;
    font-size: 36px;
    font-family: ballpark;
    margin-top: 20px;
}

.logo:hover{
    color: #e0e0e0;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > li > a:hover {
    color: #FFF;
    background: linear-gradient(to bottom, #282828, #2e2e2e);
    border-radius: 3px;
}

.navbar-default .navbar-nav > li > a {
    color: #FFF;
    font-weight: bold;
    margin-top: 30px;
    padding: 10px 14px;
    font-family: 'HelveticaNeueBold';
}

.form-control {
    background-color: #2e2e2e;
    margin-top: 35px;
    height: 30px;
    border-color: #2e2e2e;
}

.navbar-toggle {
    margin-top: 30px;
}

.navbar {
    margin-bottom: 60px;
}

.header_content {
    margin-bottom: 30px;
}

.header_content-title {
    font-size: 24px;
    color: #FFF;
    font-family: 'HelveticaNeueBold';
    font-weight: 700;
    padding-bottom: 10px;
}

.header_content-text {
    font-size: 12px;
    color: #FFF;
    font-family: 'HelveticaNeue';
    font-weight: 400;
    padding-top: 5px;
}

.header-btn {
    background-color: #999999;
    color: #FFF;
    font-size: 13px;
    font-family: 'HelveticaNeueBold';
    font-weight: 700;
    border: none;
    margin-top: 25px;
}

.carousel-indicators{
    text-align: right;
    margin: 0;
    bottom: -15px;
    width: 70%;
    left: 15%;
}



.carousel-indicators li,.carousel-indicators .actice{
    height: 5px;
    width: 23px;
    border: none;
    background: #888888;
    border-radius: 0;
}

.carousel-indicators .actice{
    background: #bebebe;
}

.carousel-control.right,
.carousel-control.left {
    background-image: none;
}

@media screen and (max-width: 768px) {
    .navbar-default .navbar-nav > li > a {
        margin-top: 0;
    }

    .header_content {
        text-align: center;
    }
}

.main {
    padding-bottom: 49px;
}

.featured {
    display: flex;
    flex-direction: row;
    -webkit-flex-direction: row;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    flex-wrap: wrap;

}

.featured_item {
    max-width: 260px;
    width: 100%;
    padding: 50px;
    margin-top: -65px;
    background: #FFF;
    margin-left: 10px;
    margin-right: 10px;
}

.featured_item-title {
    font-size: 15px;
    color: #171717;
    font-weight: 700;
    font-family: 'HelveticaNeueMedium';
}

.recent_text,
.featured_item-text {
    padding-top: 20px;
}

.recent_text,
.recent_text-grey,
.featured_item-text-gray,
.featured_item-text {
    font-family: 'HelveticaNeue';
    font-weight: 400;
    font-size: 12px;
    color: #333333;
}

.recent_text-grey,
.featured_item-text-gray {
    color: #8e8e8e;
}

.featured_item-read-more {
    color: #333;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 700;
    padding-top: 17px;
    padding-bottom: 17px;
    background: url("../assets/divider.png") repeat-x 0 0;
    display: block;
    font-family: 'HelveticaNeueBold';
    text-decoration: none;
}

.featured_item-read-more:hover{
    background: url("../assets/divine-bottom.gif") repeat-x 0 100% #777;
    color: white;
    transition: 1.5s all;
    text-decoration: none;
}

.recent-title {
    margin-left: 25px;
    padding-bottom: 50px;
    margin-bottom: 30px;
    background: url("../assets/divider.png") repeat-x 0;
}

.recent_text-grey {
    font-size: 15px;
}

.recent_text {
    font-size: 14px;
}

.mb20 {
    margin-bottom: 20px;
}

.recent{
    position: relative;
    display: block;
}

.recent:hover .recent_img-info{
    display: block!important;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../assets/bg-search.png") no-repeat 50% 40% rgba(0, 0, 0, 0.75);
}

.recent_img-info li{
    display: inline-block;
    margin-right: 35px;
    color: #fff;
}

.recent_img-info li:last-child{
    margin-right: 0;
}

.recent_img-info ul{
    position: absolute;
    bottom: 10px;
}

.recent_img {
    width: 100%;
}

.footer {
    background: url("../assets/header-bg.gif") repeat 0 0;
    border-top: 4px solid #242424;
    padding: 35px 0 30px;
}

.footer_top {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.footer_top-item {
    max-width: 260px;
    width: 100%;
}

.footer_top-title {
    font-size: 16px;
    text-transform: capitalize;
    font-weight: bold;
    padding-bottom: 21px;
    border-bottom: 1px solid #707070;
    color: #FFF;
}

.footer_top-text {
    color: #FFF;
}

.footer_top-text-grey {
    color: #999999;
}

.widget_block{
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
}

.footer-panel {
    background: url("../assets/bg-bottom-footer.gif") repeat 0 0;
    padding: 20px 0;
    color: #FFFFFF;
}

.footer-panel  a {
    color: #818181;
    line-height: 1;
    text-decoration: none;
}

.footer-panel  p {
    margin-bottom: 0;
    color: #818181;
}


@media screen and (max-width: 768px){
    .recent_img-info li {
        margin-right: 15px;
    }
}

@media screen and (max-width: 768px){
    .featured {
        display: flex;
        flex-direction: column;
    }

    .featured_item {
        max-width: 700px;
        width: 100%;
        padding: 50px;
        margin-top: -65px;
        background: #FFF;
        margin-left: 0;
        margin-right: 0;
    }

}

@media screen and (max-width: 991px){
    .header_content-text {
        font-size: 11px;
    }
}

@media screen and (max-width: 1200px) and (min-width: 992px) {
    .featured {
        display: flex;
        flex-direction: row;
        -webkit-flex-direction: row;
        justify-content: space-around;
        -webkit-justify-content: space-around;
        flex-wrap: wrap;
    
    }

    .featured_item {
        max-width: 360px;
        width: 100%;
        padding: 50px;
        margin-top: -65px;
        background: #FFF;
        margin-left: 10px;
        margin-right: 10px;
    }
}