@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700,400italic|Raleway:500,600,700);

html {
    font-size: 100%;
}

body {
    background: #ffffff;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
    color: #727272;
    line-height: 25px;
    text-align: center;
    overflow-x: hidden !important;
    margin: auto !important;
}

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fefefe;
    z-index: 99999;
    height: 100%;
    width: 100%;
    overflow: hidden !important;
}

.status {
    width: 40px;
    height: 40px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url(../images/loading.gif);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    margin: -20px 0 0 -20px;
}

a {
    text-decoration: none;
    -webkit-transition: all ease 0.25s;
    transition: all ease 0.25s;
}

a:hover {
    text-decoration: underline;
}

a:focus {
    outline: inherit;
    color: inherit;
}

strong {
    font-weight: 700;
}

.strong {
    font-weight: 700;
}


@-webkit-viewport {
    width: device-width;
}

@-moz-viewport {
    width: device-width;
}

@-ms-viewport {
    width: device-width;
}

@-o-viewport {
    width: device-width;
}

@viewport {
    width: device-width;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

ul,
ol {
    padding-left: 0 !important;
}

li {
    list-style: none;
}

.bgcolor-1 {
    background: #eceff1;
}

.colored-line {
    height: 4px;
    border-radius: 5px;
    width: 79px;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 10px;
}


/*---------------------------------------
   3.2 TYPOGRAPHY               
-----------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Raleway', sans-serif;
    color: #323232;
    margin-bottom: 0;
    margin-top: 0;
}

h1 {
    font-size: 2.813rem;
    line-height: 3.75rem;
    font-weight: 500;
}

h2 {
    font-size: 2.188rem;
    line-height: 3.125rem;
    font-weight: 500;
}

h3 {
    font-size: 1.5rem;
    line-height: 2.375rem;
    font-weight: 600;
}

h4 {
    font-size: 1.25rem;
    line-height: 2rem;
    font-weight: 600;
}

h5 {
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
}

h6 {
    font-size: 16px;
    line-height: 25px;
    font-weight: 700;
}

.thankstxt {
    text-align: center;
    font-size: 18px;
    color: #C4C4A8;
}

@media screen and (max-width: 991px){
    #rc-imageselect, .g-recaptcha {
        transform:scale(0.73);
        transform-origin:0;
        transform:scale(0.73);
        transform-origin:0 0;
    }
}
.g-recaptcha {
    margin-bottom: 25px;
}

.btn:focus,
.btn:active,
.btn,
.open .dropdown-toggle.btn {
    outline: inherit;
    border-color: inherit;
}

.standard-button:hover {
    transform: translateY(4px);
    box-shadow: 1px 2px 0px 0px #000;
}
.secondary-button:hover {
    transform: translateY(4px);
    box-shadow: 1px 2px 0px 0px #000;
}

.standard-button {
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 3px;
    padding: 15px 30px;
    border: 0;
    margin: 5px;
    line-height: inherit;
    -webkit-transition: all ease 0.25s;
    transition: all ease 0.25s;
    box-shadow: 3px 4px 0px 1px #000;
}

.secondary-button {
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 3px;
    padding: 15px 30px;
    border: 0;
    margin: 5px;
    border: 1px solid #727272;
    color: #323232;
    background: #ffffff;
    line-height: inherit;
    -webkit-transition: all ease 0.25s;
    transition: all ease 0.25s;
    box-shadow: 3px 4px 0px 1px #000;
}


.color-overlay {
    background: rgba(0, 0, 0, 0.6);
}

header {
    -webkit-background-size: cover !important;
    background-size: cover !important;

}

header .vertical-registration-form {
    margin-top: 60px;
}

.intro-section {
    margin-top: 50px;
    margin-bottom: 137px;
}

.intro {
    color: #ffffff;
}

.intro-title {
    text-shadow: 3px 4px #000;
}

.feature-list-1 {
    margin-top: 40px;
    margin-bottom: 20px;
}

.feature-list-1 li {
    margin-top: 25px;
    margin-bottom: 25px;
}

.feature-list-1 li .icon-container {
    width: 32px;
    height: 32px;
    box-shadow: 1px 2px 0px 1px #333;
    color: #ffffff;
    line-height: 32px;
    margin-right: 15px;
    margin-top: 8px;
}

.feature-list-1 li p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 18px;
    line-height: 30px;
}


.vertical-registration-form {
    background: rgba(0, 0, 0, 0.4);
    padding-left: 30px;
    padding-right: 30px;
    width: 100%;
    margin: auto;
    padding-bottom: 30px;
    box-shadow: 6px 8px 0px 1px #000;
}

.vertical-registration-form .colored-line {
    margin-top: 0;
}

.vertical-registration-form h3 {
    color: #ffffff;
    text-transform: uppercase;
    margin-top: 30px;
    margin-bottom: 30px;
}

.vertical-registration-form .input-box {
    width: 100%;
    margin-top: 25px;
    margin-bottom: 25px;
    height: 45px;
    border-radius: 3px;
    font-size: 16px;
    background: #ccc;
    color: rgba(0, 0, 0, 0.7);
    box-shadow: inherit;
    box-shadow: 3px 4px 0px 1px #000;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}

.vertical-registration-form .input-box:focus,
.vertical-registration-form .input-box:active {
    background: #ddd;
    color: rgba(0, 0, 0, 0.9);
    transform: translateY(4px);
    box-shadow: 1px 2px 0px 0px #000;
}

.boxtext {
    float: left;
    margin-bottom: 4px;
}

footer {
    padding-top: 25px;
    padding-bottom: 25px;
}

.footer-logo {
    font-size: 22px;
    color: #BE9901;
    margin: auto;
    font-family: 'Raleway', sans-serif;
}

.copyright {
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 15px;
}

.text-lg {
    font-size: 16px;
    font-weight: 500;
    color: #555;
}

.text-sm {
    font-size: 0.8em;
    font-weight: 400;
}

.table-history {
    color: #999;
}

.table-history td {
    text-align: left;
}

.table-hover tbody tr:hover td, .table-hover tbody tr:hover th {
    color: #CCC;
    background: rgba(0, 0, 0, 0.5);
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    font-style: italic;
    font-size: 0.9em;
    opacity: 2; /* Firefox */
    color: rgba(0, 0, 0, 0.6) !important;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    font-style: italic;
    font-size: 0.9em;
    color: rgba(0, 0, 0, 0.6) !important;
}

::-ms-input-placeholder { /* Microsoft Edge */
    font-style: italic;
    font-size: 0.9em;
    color: rgba(0, 0, 0, 0.6) !important;
}