
        input[type="text"], input[type="date"], input[type="email"],
        input[type="search"], input[type="password"],
        input[type="number"], input[type="tel"], textarea.form-control
        {
            -moz-box-shadow: none;
            -webkit-box-shadow: none;
            box-shadow: none;
            -moz-border-radius: 0px;
            -webkit-border-radius: 0px;
            border-radius: 0px;
            -moz-transition: 0.3s;
            -webkit-transition: 0.3s;
            transition: 0.3s;
            -moz-box-shadow: inset 0px 1px 0.5px rgba(0, 0, 0, 0.15);
            -webkit-box-shadow: inset 0px 1px 0.5px rgba(0, 0, 0, 0.15);
            box-shadow: inset 0px 1px 0.5px rgba(0, 0, 0, 0.15);
            -webkit-appearance: none;
            background-color: #fff;
            border: none;
            font-size: 14px;
            outline: none !important;
            padding: 10px 9px 9px;
            width: 100%;
            height: inherit;
            line-height: inherit;
        }
        input[type="text"]:hover, input[type="date"]:hover,
        input[type="email"]:hover, input[type="search"]:hover,
        input[type="password"]:hover, input[type="number"]:hover,
        input[type="tel"]:hover, textarea.form-control:hover
        {
          -moz-box-shadow: inset 0 1px 0.5px 0 rgba(0, 0, 0, 0.18);
          -webkit-box-shadow: inset 0 1px 0.5px 0 rgba(0, 0, 0, 0.18);
          box-shadow: inset 0 1px 0.5px 0 rgba(0, 0, 0, 0.18);
        }
        
        input[type="text"]:focus, input[type="text"]:active,
        input[type="date"]:focus, input[type="date"]:active,
        input[type="email"]:focus, input[type="email"]:active,
        input[type="search"]:focus, input[type="search"]:active,
        input[type="password"]:focus, input[type="password"]:active,
        input[type="number"]:focus, input[type="number"]:active,
        input[type="tel"]:focus, input[type="tel"]:active,
        textarea.form-control:focus, textarea.form-control:active
        {
          -moz-box-shadow: inset 0 1px 0.5px 0 rgba(0, 0, 0, 0.2);
          -webkit-box-shadow: inset 0 1px 0.5px 0 rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 1px 0.5px 0 rgba(0, 0, 0, 0.2);
        }
        h1, h2, h3, h4, h5 {
            font-family: 'Montserrat', sans-serif;
            text-transform: uppercase;
        }
        .thank_message h1
        {
             color: #000 !important; 
            text-transform: uppercase !important;
            text-align: center !important;
            font-size: 17px !important;  
        }
        .btn {
            border-radius: 0;
        }
        .header .wrapper {
            position: relative;
        }
        .sign-up-frame {
            background-attachment: fixed;
            background-position: center center;
            background-size: cover;
            padding: 100px 0 0;
        }
        .pay_less {
            padding: 0;
        }
        .pay_less h1 {
            color: #fff;
            text-transform: uppercase !important;
            text-align: center;
            font-size: 50px;
            /*font-weight: bold;
            text-shadow: 2px 2px #211F1F;*/
        }
        .form-contain {
            max-width: 400px;
            background-color: #fff;
            border: 1px solid #ccc;
            padding: 30px 40px;
            margin: 50px auto 10px;
            text-align: center;
            box-shadow: 0px 2px 5px #ccc;
        }
        .form-contain .form-control {
            border: 1px solid #bbb;
            box-shadow: none !important;
        }
        .form-contain .form-group {
            margin-bottom: 15px;
        }
        .form-contain .form-group label {
            font-weight: normal;
            font-size: 15px;
            text-align: left;
            display: block;
        }
        .page-item-detail #main-content h2 {
            font-size: 24px;
            margin-top: 10px;
            margin-bottom: 20px;
        }
        .form-contain .btn.btn-default, .slide-text .btn.btn-default {
            width: 100%;
            padding: 14px 14px 12px;
            font-size: 14px;
            background-color: rgba(255,102,51,1);
            border: 0;
            border-bottom: 7px solid #e04c1a;
            border-radius: 0;
            color: #fff;
            font-family: 'Montserrat', sans-serif;
            font-weight: normal;
            text-transform: uppercase;
        }
        .form-contain .btn.btn-default:hover, .slide-text .btn.btn-default:hover {
            background-color: #f25227;
        }
        .slide-text .btn.btn-default {
                display: inline-block;
                width: auto;
                padding-left: 20px;
                padding-right: 20px;
                margin: 20px 0 10px;
                font-weight: normal;
                text-shadow: none;
        }
        .middle-content {
            clear: both;
            padding: 30px 0 30px 0;
        }
        .mission-statement {
            clear: both;
            margin: 0 auto;
            padding: 0 15px;
        }
        .middle-content h2 {
            font-size: 22px;
            margin-bottom: 15px;
        }
        .middle-content p {
            font-size: 16px;
            line-height: 24px;
        }
        .main-feature {
            margin: 30px 0;
        }
        .test-title h2 {
            display: inline-block;
            background: #fff;
            position: relative;
            z-index: 9;
        }
        .test-title {
            text-align: center;
            position: relative;
            margin-bottom: 15px;
            z-index: 9;
            clear: both;
        }
        .testimonial {
            margin-bottom: 30px;
        }
        .testimonial .test-title:after {
            content: "";
            width: 100%;
            height: 1px;
            background: #ccc;
            position: relative;
            display: block;
            top: -25px;
            z-index: 0;
        }
        .media {
            margin-top: 15px;
        }
        .media-body, .media-left, .media-right {
            display: table-cell;
            vertical-align: top;
        }
        .media-object {
            display: block;
            max-width: 100%;
        }
        .media-left, .media>.pull-left {
            padding-right: 10px;
        }
        .media-heading {
            margin-top: 0;
            margin-bottom: 5px;
            font-size: 18px;
        }
        .testimonial p {
            font-size: 14px;
            line-height: 20px;
        }
        .testimonial a {
            color: #1D84C3;
        }
        .end-section {
            margin: 20px 0 0;
            text-align: center;
            color: #fff;
            background-position: center center;
            background-size: cover;
            background-attachment: fixed;
        }
        
        /*************** SLIDE TEXT *******************/
        
        .header-frame{
                max-width: 940px;
                width: 100%;
                margin: 0 auto;
                padding: 10px 0 10px 0;
        }
        
        .header-frame img{width:200px;}
        
        .header-call-us
        {
                float: right;
                color: #666;
                text-transform: none;
                margin: 20px 0;
        }
        
        .slide-text {
            list-style-type: none;
            padding: 20px;
            max-width: 475px;
            margin: 0 auto;
            background-color: rgba(0, 0, 0, 0.3);
            text-align: center;
            text-shadow: 0px 1px 0px #000;
            color: #fff;
        }
        
        .slide-text li{
                text-transform: none;
                font-size: 16px;
        }
        
        .slide-text li a{color: #fff;}
        
        .slide-text li a:hover{text-decoration: none;}
        
        .footer{
                background-color: #232323;
                text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
                padding: 25px 0;
                font-size: 13px;
                display: block;
        }
        
        .footer-right ul{
                padding: 0;
                margin-bottom: 0;
        }
        
        .footer-right ul li{display: inline-block}
        
        .footer-right li{ color: #666; }
        
        /*************** MEDIA QUERY *****************/
        
        @media only screen and (min-width:768px) {
            .sign-up-frame {
                max-height: 550px;   
            }
            .mission-statement {
                width: 760px;
            }
            .mission-statement p {
                max-width: 620px;
                padding: 0 10px;
                margin: 0 auto 15px;
            }
            .test-title h2 {
                padding: 0 25px;   
            }
            .end-section {
                padding: 70px;
            }
        }
        @media only screen and (min-width:991px) {
            .middle-content .container {
                width: 960px;
            }            
        }
        
        
    