﻿
.feature-slideproject {
    width: 100%;
    float: left;
    -moz-box-shadow: 0px 0px 2px #bcb8b8;
    -webkit-box-shadow: 0px 0px 6px #bcb8b8;
    box-shadow: 0px 0px 6px #bcb8b8;
    padding: 20px 10px 0px 10px;
    margin-bottom: 20px;
}

#mixedSlider {
    position: relative;
}

    #mixedSlider .MS-content {
        white-space: nowrap;
        overflow: hidden;
        margin: 0 2%;
    }

        #mixedSlider .MS-content .item {
            display: inline-block;
            width: 33.3333%;
            position: relative;
            vertical-align: top;
            overflow: hidden;
            height: 100%;
            white-space: normal;
            padding: 0 5px;
        }

@media (max-width: 991px) {
    #mixedSlider .MS-content .item {
        width: 50%;
    }
}

@media (max-width: 767px) {
    #mixedSlider .MS-content .item {
        width: 100%;
    }
}

#mixedSlider .MS-content .item .imgTitle {
    position: relative;
}

    #mixedSlider .MS-content .item .imgTitle .blogTitle {
        margin: 0;
        text-align: left;
        font-size: 15px;
        letter-spacing: 1px;
        text-transform: uppercase;
        color: #000;
        position: absolute;
        background-color: rgba(255, 255, 255, 0.5);
        width: 100%;
        bottom: 0;
        font-weight: bold;
        padding: 5px 0px 5px 10px;
    }

#mixedSlider .MS-content .item p {
    font-size: 13px;
    margin: 10px 5px 0px 0px;
    /*text-indent: 10px;*/
}
#mixedSlider .MS-content .item .imgTitle a img {
  height: auto;
  width: 100%;
  border-radius: 5px;
}

#mixedSlider .MS-content .item a {
    /*float: left;*/
    margin: 0 20px 0 0;
    font-size: 15px;
    letter-spacing: 1px;
    transition: linear 0.1s;
}

    #mixedSlider .MS-content .item a:hover {
        /*text-shadow: 0 0 1px grey;*/
    }

#mixedSlider .MS-controls span {
    cursor: pointer;
    position: absolute;
    border: none;
    background-color: transparent;
    outline: 0;
    font-size: 50px;
    top: 40%;
    color: rgba(0, 0, 0, 0.4);
    transition: 0.15s linear;
}

    #mixedSlider .MS-controls span:hover {
        color: rgba(0, 0, 0, 0.8);
    }

@media (max-width: 992px) {
    #mixedSlider .MS-controls span {
        font-size: 30px;
    }
}

@media (max-width: 767px) {
    #mixedSlider .MS-controls span {
        font-size: 20px;
    }
}

#mixedSlider .MS-controls .MS-left {
    left: 0px;
}

@media (max-width: 767px) {
    #mixedSlider .MS-controls .MS-left {
        left: -5px;
    }
}

#mixedSlider .MS-controls .MS-right {
    right: 0px;
}

@media (max-width: 767px) {
    #mixedSlider .MS-controls .MS-right {
        right: -5px;
    }
}

#basicSlider {
    position: relative;
}

    #basicSlider .MS-content {
        white-space: nowrap;
        overflow: hidden;
        margin: 0 2%;
        height: 50px;
    }

        #basicSlider .MS-content .item {
            display: inline-block;
            width: 20%;
            position: relative;
            vertical-align: top;
            overflow: hidden;
            height: 100%;
            white-space: normal;
            line-height: 50px;
            vertical-align: middle;
        }

@media (max-width: 991px) {

    #basicSlider .MS-content .item {
        width: 25%;
    }
}

@media (max-width: 767px) {

    #basicSlider .MS-content .item {
        width: 35%;
    }
}

@media (max-width: 500px) {

    #basicSlider .MS-content .item {
        width: 50%;
    }
}

#basicSlider .MS-content .item a {
    line-height: 50px;
    vertical-align: middle;
}

#basicSlider .MS-controls span {
    position: absolute;
}

#basicSlider .MS-controls .MS-left {
    top: 35px;
    left: 10px;
}

#basicSlider .MS-controls .MS-right {
    top: 35px;
    right: 10px;
}

.section-title {
    text-transform: capitalize;
    font-weight: 400;
    font-size: 26px;
    margin-bottom: 20px
}

@media (min-width:1025px) {
    .section-title {
        font-size: 26px;
        margin-bottom: 20px
    }

    .quick-link .slider-wrapper:hover .slick-arrow {
        background: rgba(0,0,0,.3)
    }

    .slick-arrow:hover {
        background: rgba(0,0,0,.3)
    }

        .slick-arrow:hover:after {
            color: #fff
        }

    .slick-arrow {
        width: 40px
    }
}

section {
    padding: 10px 0
}

@media (min-width:1025px) {
    section {
        padding: 10px 0 20px
    }
}

.text-center {
    text-align: center
}

.btn-wrapper {
    text-align: center;
    position: relative;
    z-index: 1;
    margin: 15px 5px
}

    .btn-wrapper .btn {
        display: inline-block;
        margin: 15px 10px;
        font-weight:600;
        
    }

.btn {
    display: inline-block;
    padding: 0 10px;
    vertical-align: middle;
    line-height: 43px;
    min-width: 140px;
    text-align: center;
    height: 45px;
    color: #999;
    text-transform: uppercase;
    border: 1px solid #999;
    font-weight: 700
}

@media (min-width:1025px) {
    .btn:hover {
        color: #fff
    }

        .btn:hover:not(.btn--blue):not(.btn--red) {
            color: #2378a7
        }

    .btn:focus:not(.btn--blue):not(.btn--red):not(.btn-disable) {
        color: #2378a7;
        box-shadow: 0 0 0 2px #ccc
    }
}

.btn.btn-disable:not(.btn--blue):not(.btn--red) {
    color: #e6e6e6;
    border-color: #e6e6e6
}

.btn.btn-disable:focus {
    box-shadow: none
}

@media (min-width:1025px) {
    .btn:focus {
        color: #fff
    }
}

.btn--blue {
    color: #fff;
    padding: 0 20px;
    background-color: #2378a7;
    border: none;
	border-radius: 5px;
}

@media (min-width:1025px) {
    .btn--blue:focus:not(.btn-disable) {
        box-shadow: 0 0 0 2px #55abdb
    }

    .btn--blue:hover {
        background: #2c96d1
    }
}

.btn--blue.btn-disable {
    background: #7fc0e4
}

.btn--red {
    color: #fff;
    padding: 0 20px;
    background-color: #e25e66;
    border: none
}

@media (min-width:1025px) {
    .btn--red:focus {
        box-shadow: 0 0 0 2px #f2b4b8
    }

    .btn--red:hover {
        background: #ea898f
    }
}

.btn--red.btn-disable {
    background: #f2b4b8
}

.btn--full {
    width: 100%
}

.btn--small {
    color: #333;
    height: auto;
    min-width: 0;
    padding: 0 10px;
    line-height: 32px;
    font-size: 12px !important;
    letter-spacing: 0px !important;
    min-width: 110px;
	border-radius: 5px;
}

@media (min-width:1025px) {
    .btn--small {
        min-width: 135px;
        font-size: 13px;
        padding: 0 15px
    }
}

.btn--icon {
    position: relative;
    width: 45px;
    height: 45px;
    font-size: 32px;
    padding: 0;
    margin: 0;
    vertical-align: middle
}

    .btn--icon i {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%)
    }

.one-line {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.info-detail {
    color: #7a7a7a;
    font-size: 11px;
    margin: 10px 0px 10px 0px;
}
