﻿

ul.tp-hd-lft {
    float: left;
}

    ul.tp-hd-lft li {
        display: inline-block;
    }

li.hm, li.prnt {
    margin-right: 12px;
}

ul.tp-hd-lft a {
    font-size: 13px;
    font-weight: 600;
    color: #fff;
}

ul.tp-hd-rgt {
    float: right;
}

    ul.tp-hd-rgt li {
        display: inline-block;
        font-size: 13px;
        font-weight: 600;
        color: #fff;
    }

    ul.tp-hd-rgt a {
        font-size: 13px;
        font-weight: 600;
        color: #fff;
    }

li.ned, li.wrt, li.tol {
    margin-right: 12px;
}
/*-- /top-header --*/
/*-- //Sign up --*/
.modal-header {
    border-bottom: 1px solid #fff !important;
}
/*-- singlepage --*/
h4.sing {
    font-size: 1.5em;
    font-weight: 700;
    margin-bottom: 1em;
    color: #34ad00;
}
/*-- login --*/
.login-right {
    
}

    .login-right h3 {
        color: #4CB320;
        font-weight: normal;
        font-size: 17px;
    }

    .login-right input[type="text"], .login-right input[type="password"] {
        width: 100%;
        padding: 10px;
        font-weight: normal;
        background: none;
        border: 1px solid #E6E4E4;
        color: #D2D1D1;
        outline: none;
        font-size: 14px;
        margin-top: 20px;
    }

    .login-right h4 {
        color: #48cfc1;
        font-size: 12px;
        margin: 20px 0;
    }

        .login-right h4 a {
            color: #4CB320;
            text-decoration: none;
        }

            .login-right h4 a:hover {
                color: #A9A8A8;
            }






.login-grids p a {
    color: #4CB320;
}

.login-right input[type="submit"] {
    background: #4CB320;
    color: #fff;
    font-size: 20px;
    border: none;
    width: 100%;
    outline: none;
    -webkit-appearance: none;
    padding: 10px 15px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    margin-top: 20px;
}

    .login-right input[type="submit"]:hover {
        background: #3F84B1;
    }

.login-grids p {
    font-size: 12px;
    margin-top: 25px;
    color: #A9A8A8;
}

    .login-grids p span {
        color: #48cfc1;
    }

.login-left ul li {
    list-style-type: none;
    display: block;
    margin: 22px 0;
    font-size: 16px;
}

    .login-left ul li a {
        padding: 9px 12px;
        display: block;
        text-align: left;
        color: #fff;
        text-decoration: none;
    }

        .login-left ul li a:hover {
            opacity: .7;
        }

        .login-left ul li a.fb {
            background: #3b5998;
        }

        .login-left ul li a.goog {
            background: #dc4e41;
        }

        .login-left ul li a.linkin {
            background: #00a0dc;
        }

        .login-left ul li a.fb i {
            background: url(../images/social.png) no-repeat -45px -1px;
            width: 24px;
            height: 23px;
            display: inline-block;
            vertical-align: text-bottom;
        }

        .login-left ul li a.goog i {
            background: url(../images/social.png) no-repeat -84px 0px;
            width: 26px;
            height: 23px;
            display: inline-block;
            vertical-align: text-bottom;
        }

        .login-left ul li a.linkin i {
            background: url(../images/social.png) no-repeat -3px 0px;
            width: 25px;
            height: 23px;
            display: inline-block;
            vertical-align: text-bottom;
        }
/*-- //login --*/
.login-left {
    float: left;
    width: 43%;
}

.login-right input[type="submit"] {
    font-size: 12px;
}

.login-right input[type="text"], .login-right input[type="password"] {
    font-size: 12px;
}

.login-left ul li {
    font-size: 14px;
}
