﻿@media only screen and (max-width: 480px) {
    .top-contact {
        display: block;
        vertical-align: middle;
        float: none;
        width: 100%;
        text-align: center;
    }
        .top-contact ul {
            list-style-type: none;
            padding: 0px 0;
            float: none;
            margin: 0;
            display: block;
        }
            .top-contact ul li {
                margin-top: 0px;
                margin-right: 0px;
                display: block;
                float: none;
                line-height: 22px;
                text-align: left;
                padding: 5px;
            }
    .inline {
        display: inline-block;
        float: none;
        padding: 0px;
        top: 13px;
        position: relative;
    }
    .top-contact ul li a#lklogin {
        font-size: 14px;
        font-family: "Open Sans";
        color: rgb(255, 255, 255);
        font-weight: 400;
        line-height: 0px;
        /* margin: 70px; */
    }
    .animate h1 {
        font-size: 20px;
        line-height: 24px;
    }
    .animate p {
        font-size: 16px;
        line-height: 20px;
    }
    .main-text {
        display: inline-block;
        padding: 13px 0px 5px 0px;
    }
        .main-text h2 {
            padding: 2px 6px;
        }
    .main-ap li i {
        padding: 0px 7px;
    }
    #fh5co-footer .fh5co-footer-links li {
        width: 100%;
    }
    img{
        margin:15px 0;
    }
        .logbtnset {
    margin-top: 0px !important;
    margin-right: 0px !important;
    margin-left: 0px;
    display: inline-block;
    float: right !important;
    line-height: 22px;
    text-align: left;
}
.slide-content h2 {
    font-size: 36px;
    font-weight: 300;
    color: #fff;
    text-shadow: none;
    padding: 0 0px;
    line-height: 60px;
    margin: 10px 0 0px 0;
    text-transform: uppercase;
    font-family: 'Audiowide', cursive;
    letter-spacing: 4px;
}
.slide-content h4 {
    border: 1px solid #202020;
    color: #fff;
    font-weight: 500;
    margin: 0 0 15px 0;
    background: #202020;
    text-shadow: none;
    display: inline-block;
    padding: 7px 10px;
    border-radius: 4px;
    font-size: 16px;
}
.slide-content span {
    color: #fff;
    margin: 0 10px;
    font-weight: bold;
    font-size: 24px;
    border-bottom: 2px solid;
}
}