body{
    padding-bottom: 30px;
}

.navbar{
    border-bottom: 10px solid #DBDDDE;
}

.form-group.required .control-label:after {
    content:" *";
    color:red;
  }

.navbar-brand > img{
    height: 40px;
}

.nav-item a img{
    height: 45px;
}

.container-fluid{
    padding: 0px;
    background: white;
    min-height: 100vh;
}

input.form-controls:focus{
    box-shadow: none;
    border-color: #ccc;
}

.input-container{
    display: flex;
}

input.form-controls{
    padding-left: 0px;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-left: none;
    margin-left: 0px;
    width: 180px !important;
}

.icon{
    margin-left: 10px;
    padding: 9px 12px;
    border: 1px solid #ced4da;
    border-right: none;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
}

.btn-rounded{
    /* border-radius: 50%; */
    border-color: #888;
    outline: none;
}

.main-news{
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    /* min-height: 650px; */
    border-bottom: 12px solid #DBDDDE;
    cursor: pointer;
    /* border: 1px solid black; */
}

.main-news .corner-img{
    width: 500px;
    margin: 10px;
}

.main-news .title{
    font-size: 26px;
    position: absolute;
    bottom: 90px;
    left: 50%;
    width: 80%;
    text-align: center;
    transform: translate(-50%, 0%);
    color: white;
    padding: 10px 0px;
    background: rgba(0, 0, 0, 0.5);
}

.main-news .centered-logo{
    height: 160px;
    width: auto;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 50%);
    /* border: 1px solid black; */
    border-radius: 50%;
    z-index: 1;
    cursor: default !important;
}

.slider{
    padding: 0px 100px;
}

.slick{
    padding-top: 20px;
}

.slick, .social{
    display: flex;
    align-items: center;
    justify-content: center;
}

.social{
    /* width: 200px; */
    margin-top: 30px;
}

/* .social .s button{
    margin: 5px;
} */

.social-content{
    width: 220px;
}

.social-content a {
    margin: 10px;
}

.social-content a img {
   width: 50px;
}

.slick-list{
    margin: 0px 50px;
}

.slick .item{
    margin: 0px 20px;
    text-align: center;
    cursor: pointer;
    outline: none;
}

.slick .item .square{
    border: 1px solid black;
    border-radius: 12px;
    min-height: 200px;
    margin-bottom: 10px;
}

.slick .item .title{
    font-weight: bold;
}

.slick .item:hover {
    /* color: navy; */
    opacity: 0.7;
}

.btn-slick{
    vertical-align: middle;
}

.intro{
    width: 500px;
    text-align: center;
    padding: 15px 20px;
    border-radius: 12px;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
}

.intro-small{
    width: 250px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
}

.introjs-button{
    text-decoration: none;
    background: none;
    color: white;
    text-shadow: none;
}

.introjs-button:hover{
    box-shadow: none;
    background-color: white;
    color: black;
}

.introjs-button:focus{
    background-color: white;
    color: black;
}

.introjs-disabled{
    /* visibility: hidden; */
    display: none;
    /* background-color: white;
    color: #444 !important; */
}

/* .introjs-disabled:hover{
    color: #444 !important;
} */

.introjs-helperNumberLayer{
    visibility: hidden;
}

/* .introjs-skipbutton{
    visibility: hidden;
} */

.introjs-donebutton{
    visibility: visible !important;
}

.navbar-brand:not(.logo){
    cursor: default; 
    font-size: 18px; 
    padding-top: 5px; 
    color: rgba(0, 0, 0, 0.6);
}

.news-detail{
    padding: 30px 150px;
}

.news-detail .title{
    text-align: center;
    font-weight: bold;
    margin-bottom: 25px;
}

.news-detail img.featured-img{
    width: 60%;
    margin: 20px 0px;
}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
    /* .main-news{
        min-height: 480px;    
    } */

    .slider{
        padding: 0px 60px;
    }

    .slick .item .square{
        min-height: 130px;
    }

    .slick .item .title{
        font-size: 14px;
    }

    .form-controls{
        width: 120px !important;
    }

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 1024) {
    .form-controls{
        width: 100px;
    }
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
    /* .main-news{
        min-height: 380px;    
    } */

    .main-news .title{
        font-size: 18px;
        bottom: 65px;
    }

    .main-news .centered-logo{
        height: 120px;
    }

    .slick .item .title{
        font-size: 13px;
    }
}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
    .slider{
        padding: 0px 10px;
    }

    .slick .item{
        margin: 0px 5px;
    }

    .slick .item .square{
        min-height: 100px;
    }

    .slick .item .title{
        font-size: 14px;
    }

    .news-detail{
        padding: 10px;
    }

    .news-detail img.featured-img{
        width: 90%;
    }
}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 425px) {
    .logo{
        width: 100%;
        text-align: center;
    }

    .navbar-brand:not(.logo){
        font-size: 17px;
    }

    .nav-item a img{
        height: 40px;
    }

    .main-news .title{
        font-size: 14px;
    }

    .slick .item .square{
        min-height: 150px;
    }

    .form-inline{
        border-top: 1px solid #ccc;
        padding-top: 10px;
    }

    .form-inline i{
        margin-bottom: 5px;        
    }

    .form-controls{
        width: 75vw !important;
        margin-bottom: 5px;
    }

    .main-news .corner-img{
        width: 200px;
    }
}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {
    .slick .item .square{
        min-height: 120px;
    }

    .main-news .corner-img{
        width: 100px;
    }

    
}