
   


        body {
            color: #888;
            /*font-family: "Roboto",sans-serif;*/
            font-family: "Roboto Slab","Helvetica Neue",Helvetica,Arial,sans-serif;
            font-size: 14px;
            /*font-weight: 300;*/
            /*line-height: 30px;*/
            line-height: 1.42857;
            text-align: center;
        }

        .btn-primary {
            padding: 5px !important;
        }


        select {
            color: #333 !important;
        }

        p {
            font-size: 13px !important;
        }



        strong {
            font-weight: 500;
        }

        a, a:hover, a:focus {
            /*color: #de615e;*/
            text-decoration: none;
            transition: all 0.3s ease 0s;
        }

        h1, h2 {
            color: #555;
            font-size: 38px;
            font-weight: 500;
            line-height: 50px;
            margin-top: 10px;
        }

        h3 {
            color: #555;
            font-size: 22px;
            font-weight: 500;
            line-height: 30px;
        }

      

        *::-moz-selection {
            background: #de615e none repeat scroll 0 0;
            color: #fff;
            text-shadow: none;
        }

        .btn-link-1 {
            background: #de615e none repeat scroll 0 0;
            border-radius: 4px;
            color: #fff;
            display: inline-block;
            font-size: 16px;
            font-weight: 300;
            height: 50px;
            line-height: 16px;
            margin: 5px;
            padding: 16px 20px 0;
        }

            .btn-link-1:hover, .btn-link-1:focus, .btn-link-1:active {
                color: #fff;
                opacity: 0.6;
                outline: 0 none;
            }

            .btn-link-1.btn-link-1-facebook {
                background: #4862a3 none repeat scroll 0 0;
            }

            .btn-link-1.btn-link-1-twitter {
                background: #55acee none repeat scroll 0 0;
            }

            .btn-link-1.btn-link-1-google-plus {
                background: #dd4b39 none repeat scroll 0 0;
            }

            .btn-link-1 i {
                font-size: 20px;
                line-height: 20px;
                padding-right: 5px;
                vertical-align: middle;
            }

        .btn-link-2 {
            background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
            border: 1px solid #fff;
            border-radius: 4px;
            color: #fff;
            display: inline-block;
            font-size: 16px;
            font-weight: 300;
            height: 50px;
            line-height: 16px;
            margin: 5px;
            padding: 5px 10px 0;
        }

            .btn-link-2:hover, .btn-link-2:focus, .btn-link-2:active, .btn-link-2:active:focus {
                background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
                color: #fff;
                opacity: 0.6;
                outline: 0 none;
            }

        .inner-bg {
            padding: 100px 0 84px;
        }

        .top-content .text {
            color: #fff;
        }

            .top-content .text h1 {
                color: #fff;
            }

        .top-content .description {
            margin: 10px 0 5px;
        }

            .top-content .description p {
                opacity: 0.8;
            }

            .top-content .description a {
                color: #fff;
            }

                .top-content .description a:hover, .top-content .description a:focus {
                    border-bottom: 1px dotted #fff;
                }

        .form-box {
            margin-top: 10px;
        }

        .form-top {
            background: rgba(0, 0, 0, 0.35) none repeat scroll 0 0;
            border-radius: 4px 4px 0 0;
            overflow: hidden;
            padding: 5px;
            text-align: left;
        }

        .form-top-left {
            float: left;
            padding-top: 5px;
            width: 80%;
        }

            .form-top-left h3 {
                color: #fff;
                margin-top: 0;
            }

            .form-top-left p {
                color: #fff;
                opacity: 0.8;
            }

        .form-top-right {
            color: #fff;
            float: left;
            font-size: 66px;
            line-height: 100px;
            opacity: 0.3;
            padding-top: 5px;
            text-align: right;
            width: 20%;
        }

        .form-bottom {
            background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
            border-radius: 0 0 4px 4px;
            padding: 5px 60px 30px;
            text-align: left;
        }

            .form-bottom form textarea {
                height: 100px;
            }

            .form-bottom form button.btn {
                width: 100%;
            }

            .form-bottom form .input-error {
                border-color: #de615e;
            }

        .social-login {
            margin-top: 35px;
        }

            .social-login h3 {
                color: #fff;
            }

        .social-login-buttons {
            margin-top: 25px;
        }

        .my-placeholder {
            color: #aaa;
        }

        .form-control::-webkit-input-placeholder { /* WebKit browsers */
            color: #999;
            opacity: .60;
        }

        .form-control:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
            color: #999;
            opacity: .60;
            font-weight: 100 !important;
        }

        .form-control::-moz-placeholder { /* Mozilla Firefox 19+ */
            color: #999;
            opacity: .60;
        }

        .form-control:-ms-input-placeholder { /* Internet Explorer 10+ */
            color: #999;
            opacity: .60;
        }

        .form-control {
            font-size: 13px !important;
        }

        .mywrapper {
            background: #fff none repeat scroll 0 0;
            border-radius: 10px;
            box-shadow: 0 5px 5px -5px black;
            margin: 20 20 20 20;
            top: 20px;
            width: 60%;
            margin-left: 20%;
        }

        @media (min-width: 992px) and (max-width: 1199px) {
        }

        @media (min-width: 768px) and (max-width: 991px) {
        }

        @media (max-width: 767px) {
            .inner-bg {
                padding: 60px 0 110px;
            }
        }

        @media (max-width: 415px) {
            h1, h2 {
                font-size: 32px;
            }
        }
    

 
        h4 {
            color: #555;
            font-size: 16px;
            font-weight: 100;
            line-height: 20px;
            margin-top: 10px;
        }
        /* Outer */
        .popup {
            width: 100%;
            height: 100%;
            display: none;
            position: fixed;
            top: 0px;
            left: 0px;
            z-index: 1400;
            background: rgba(0,0,0,0.5);
        }

        /* Inner */
        .popup-inner {
            max-width: 700px;
            width: 90%;
            padding: 15px;
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            box-shadow: 0px 2px 6px rgba(0,0,0,1);
            border-radius: 3px;
            background: #fff;
        }

        /* Close Button */
        .popup-close {
            width: 30px;
            height: 30px;
            padding-top: 4px;
            display: inline-block;
            position: absolute;
            top: 0px;
            right: 0px;
            transition: ease 0.25s all;
            -webkit-transform: translate(50%, -50%);
            transform: translate(50%, -50%);
            border-radius: 1000px;
            background: rgba(0,0,0,0.8);
            font-family: Arial, Sans-Serif;
            font-size: 20px;
            text-align: center;
            line-height: 100%;
            color: #fff;
        }

            .popup-close:hover {
                -webkit-transform: translate(50%, -50%) rotate(180deg);
                transform: translate(50%, -50%) rotate(180deg);
                background: rgba(0,0,0,1);
                text-decoration: none;
            }

        .sub-sites li {
            border-left: 1px solid #6b6c6f;
            display: inline-block;
            list-style: outside none none;
            margin-bottom: 10px;
            padding: 0 10px;
        }

        .form-box {
            margin-top: 2% !important;
        }

        .form-top {
            background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
        }
