

/* General For All Screens */
html,
body{
    height: 100%;
}
body{
    background-image: url(../images/prince-edwards-gate-background.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

/* H Tags */
h1{
    color:#ba9755;
    font-size: 24px;
    font-family: 'PT Serif', serif;
    margin: 30px 0 20px 0;
    text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.5);
}
h2{
    color: #ba9755;
    font-family: 'PT Serif', serif;
}

/* Global */
.no-padding-left{
    padding-left:0;
}
.no-padding-right{
    padding-right:0;
}
.vertical-align-contaniner{
    display: table;
    margin: 0 auto;
    height: 100%;
}
.vertical-align-contaniner .vertical-align-inside{
    display: table-cell;
    height: 100%;
    vertical-align: middle;
}
.vertical-align-inside p{
    color:#fff;
    font-family: 'PT Sans', sans-serif;
    font-size: 16px;
    line-height: 20px;
}
.logo-brand img.logo-image{
    width:120px;
    max-width:100%;
    display: inline-block;
}
.btn-register-action{
    background-color: #ba9755;
    color: #3f3e46;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    padding: 10px 15px;
    margin-top: 20px;
    font-weight: 700;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.btn-register-action.invisible{
    display: none;
}
.btn-register-action.complete{
    padding: 10px 35px;
    background-color: #55ba73;
    color: #fff;
}
.btn-register-action:not(.complete):hover,
.btn-register-action.active{
    padding: 10px 35px;
    color:#fff;
}
.btn-send-action{
    position: relative;
    margin: 0 auto;
    display: block;
    margin-top: 40px;
}
.btn-send-action:before{
    content: '';
    width: 70px;
    background-color: #cccccc;
    height: 1px;
    position: absolute;
    top: -25px;
    left: 50%;
    margin-left: -35px;
}


/* Form Styling */
form{
    padding: 20px;
    background: rgba(0, 0, 0, 0.3);
    width: 100%;

}
.form-group{
    position: relative;
}
.btn-cho{
    width: 100%;
    border-radius: 0;
    background: none;
    color: #fff;
    text-align: left;
    border-bottom: 3px solid #ba9755;
    font-family: 'Open Sans', sans-serif;
}
.btn-cho span.caret{  
    position: absolute;
    right: 15px;
    bottom: 15px;
}
.btn.btn-cho.focus, .btn.btn-cho:focus, .btn.btn-cho:hover{
    color: #fff;
    outline: none;
    box-shadow: none;
}
.texta{
    margin-top:30px;
    min-height:100px;
    max-width:100%;
}
.btn:focus,
.form-style:focus{
    outline: 5px auto;
    outline-offset: -1px;
    outline-color: #ba9755;
}
.dropdown-menu{
    padding: 5px 20px;
    background-color: rgb(0, 0, 0);
    min-width:100%;
}
section.register-page,
section.landing-page{
    height:100%;
    background-image: url(../images/prince-edwards-gate-background.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 20px;
}
section.register-page img.logo-image{
    width:100px;
    margin-top:20px;
}
section.register-page h2{
    position: relative;
    margin:35px 0;
}
section.register-page h2:before{
    content: '';
    width: 70px;
    background-color: #cccccc;
    height: 1px;
    position: absolute;
    top: -15px;
    left: 50%;
    margin-left: -35px;
}
section.register-page .form-section{
    background-color: rgba(255, 255, 255, 0.7);
    display: inline-block;
    width: 100%;
}
label {
    font-weight: 400;
    color: #FFF;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
}
label.section {
    font-weight: 400;
    color: #FFF;
    font-size: 20px;
    display: block;
    font-family: 'PT Serif', serif;
    position: relative;
    margin: 10px 0 20px 0;
}
label.section:before{
    content:'';
    width:0;
    background-color:#cccccc;
    height:1px;
    position: absolute;
    top: 15px;
    left: 5%;
}
label.section:after{
    content:'';
    width:0;
    background-color:#cccccc;
    height:1px;
    position: absolute;
    top: 15px;
    right: 5%;
}
section.register-page .form-section .col-md-1{
    background: #b99659;
}
.checkbox {
    padding-left: 20px; 
}
.checkbox label {
    display: inline-block;
    position: relative;
    padding-left: 5px;
}
.checkbox label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    margin-left: -20px;
    border: 1px solid #cccccc;
    border-radius: 3px;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
.checkbox label::after {
    display: inline-block;
    position: absolute;
    width: 16px;
    height: 16px;
    left: 0;
    top: 0;
    margin-left: -20px;
    padding-left: 3px;
    padding-top: 1px;
    font-size: 11px;
    color: #555555; 
    -webkit-animation:bounceout .4s;
    -webkit-animation-iteration-count:1;
    -webkit-animation-fill-mode:forwards;

    -moz-animation:bounceout .4s;
    -moz-animation-iteration-count:1;
    -moz-animation-fill-mode:forwards;

    animation:bounceout .4s;
    animation-iteration-count:1;
    animation-fill-mode:forwards;
}
.checkbox input[type="checkbox"] {
    opacity: 0; z-index: 2;     width: 17px;
    height: 17px;
    margin-top: 1px;
}
.checkbox input[type="checkbox"]:checked + label::after {
    font-family: 'FontAwesome';
    content: "\f00c"; 
    -webkit-animation:bounce .4s;
    -webkit-animation-iteration-count:1; 
    -moz-animation:bounce .4s;
    -moz-animation-iteration-count:1; 
    animation:bounce .4s;
    animation-iteration-count:1
}
.checkbox input[type="checkbox"]:disabled + label {
    opacity: 0.65; 
}
.checkbox input[type="checkbox"]:disabled + label::before {
    background-color: #eeeeee;
    cursor: not-allowed; 
}
.checkbox.checkbox-circle label::before {
    border-radius: 50%; 
}
.checkbox.checkbox-inline {
    margin-top: 0; 
}
.form-style{
    width: 100%;
    box-sizing: border-box;
    border: 0;
    border-bottom: 3px solid #ba9755;
    background: rgba(255, 255, 255, 0.7);
    padding: 7px 10px;
    font-family: 'Open Sans', sans-serif;
}
.form-style.error + label:after {
    content: '';
    font-family: 'FontAwesome';
    content: "\f00d"; 
    -webkit-animation:bounce .4s;
    -webkit-animation-iteration-count:1; 
    -moz-animation:bounce .4s;
    -moz-animation-iteration-count:1; 
    animation:bounce .4s;
    animation-iteration-count:1;
    position: absolute;
    right: 10px;
    top: 3px;
    font-size: 22px;
    color: #b95959;
}
.radio {
    padding-left: 20px; }
.radio label {
    display: inline-block;
    position: relative;
    padding-left: 5px; 
    font-size: 14px;
}
.radio label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    margin-left: -20px;
    border: 1px solid #cccccc;
    border-radius: 50%;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out; 
}
.radio label::after {
    display: inline-block;
    position: absolute;
    width: 16px;
    height: 16px;
    left: 0;
    top: 0;
    margin-left: -20px;
    padding-left: 3px;
    padding-top: 1px;
    font-size: 11px;
    color: #555555; 
    -webkit-animation:bounceout .4s;
    -webkit-animation-iteration-count:1;
    -webkit-animation-fill-mode:forwards;

    -moz-animation:bounceout .4s;
    -moz-animation-iteration-count:1;
    -moz-animation-fill-mode:forwards;

    animation:bounceout .4s;
    animation-iteration-count:1;
    animation-fill-mode:forwards;
}
.radio input[type="radio"] {
    opacity: 0; z-index: 2;
}

.radio input[type="radio"]:checked + label::after {
    font-family: 'FontAwesome';
    content: "\f00c"; 
    -webkit-animation:bounce .4s;
    -webkit-animation-iteration-count:1; 
    -moz-animation:bounce .4s;
    -moz-animation-iteration-count:1; 
    animation:bounce .4s;
    animation-iteration-count:1; 
}
.radio input[type="radio"]:disabled + label {
    opacity: 0.65; 
}
.radio input[type="radio"]:disabled + label::before {
    cursor: not-allowed; 
}
.radio.radio-inline {
    margin-top: 0; 
}
#preloader{
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color:#000;
    z-index:999999;
}
#preloader svg{
    position:absolute;
    left:50%;
    top:50%;
    background-repeat:no-repeat;
    background-position:center;
    margin-left: -36px;
    margin-top: -36px;
    opacity: 0.5;
}
/* Other */
.no-padding-small-right{
    padding-right:0;
}
.no-padding-small-left{
    padding-left:0;
}

@media (min-width: 640px){    
    .logo-brand img.logo-image{
        width:65px;
    }
    h1 {
        font-size: 24px;
        margin: 20px 0 10px 0;
    }
    .vertical-align-inside p {
        font-size: 14px;
        line-height: 16px;
    }
}
@media (min-width: 768px){
    .seven-cols .col-md-1,
    .seven-cols .col-sm-1,
    .seven-cols .col-lg-1  {
        width: 100%;
        *width: 100%;
    }
}

@media (min-width: 992px) {
    .seven-cols .col-md-1,
    .seven-cols .col-sm-1,
    .seven-cols .col-lg-1 {
        width: 14.285714285714285714285714285714%;
        *width: 14.285714285714285714285714285714%;
    }

    h1{
        font-size: 58px;
        margin: 30px 0 20px 0;
    }
    .logo-brand img.logo-image {
        width: 250px;
    }
    .vertical-align-inside p {
        font-size: 22px;
        line-height: 26px;
    }
    form{
        width: 650px;
    }
    section.register-page img.logo-image{
        width:150px;
        margin-top:0;
    }
    .no-padding-small-right{
        padding-right:15px;
    }
    .no-padding-small-left{
        padding-left:15px;
    }
    .overlay,
    .overlay.open{
        position: fixed;
    }
    label.section{
        margin: 20px 0 30px 0;
    }
    label.section:before,
    label.section:after{
        width: 65px;
    }
    .dropdown-menu{
        background-color: rgba(0, 0, 0, 0.8);
    }
}
@media (min-width: 1024px){
    h1{
        font-size: 44px;
        margin: 30px 0 20px 0;
    }
    .logo-brand img.logo-image {
        width: 150px;
    }
}
/**
 *  The following is not really needed in this case
 *  Only to demonstrate the usage of @media for large screens
 */    
@media (min-width: 1200px) {
    .seven-cols .col-md-1,
    .seven-cols .col-sm-1,
    .seven-cols .col-lg-1 {
        width: 14.285714285714285714285714285714%;
        *width: 14.285714285714285714285714285714%;
    }
}

@-webkit-keyframes bounce {
    0%  { -webkit-transform:scale(.8); opacity:.8}
    25% { -webkit-transform:scale(.25); opacity:.25}
    50% { -webkit-transform:scale(1.4); opacity:1.4}
    75% { -webkit-transform:scale(.8); opacity:.8}
    100%{ -webkit-transform:scale(1); opacity:1}
}
@keyframes bounce {
    0%  { transform:scale(.8); opacity:.8}
    25% { transform:scale(.25); opacity:.25}
    50% { transform:scale(1.4); opacity:1.4}
    75% { transform:scale(.8); opacity:.8}
    100%{ transform:scale(1); opacity:1}
}
@-webkit-keyframes bounceout {
    0%  { -webkit-transform:scale(0)}
    25% { -webkit-transform:scale(.8)}
    50% { -webkit-transform:scale(1.4)}
    75% { -webkit-transform:scale(.25)}
    100%{ -webkit-transform:scale(0)}
}
@keyframes bounceout {
    0%  { transform:scale(0)}
    25% { transform:scale(.8)}
    50% { transform:scale(1.4)}
    75% { transform:scale(.25)}
    100%{ transform:scale(0)}
}

/* Loader */
.btn-send-action .cssload-container {
    display: none;
}
.btn-send-action.active .cssload-container {
    display: block;
}
.btn-send-action .cssload-container {
	width: 100%;
	height: 17px;
	text-align: center;
}

.cssload-speeding-wheel {
	width: 17px;
	height: 17px;
	margin: 0 auto;
	border: 1px solid rgb(255,255,255);
	border-radius: 50%;
	border-left-color: transparent;
	border-right-color: transparent;
	animation: cssload-spin 575ms infinite linear;
		-o-animation: cssload-spin 575ms infinite linear;
		-ms-animation: cssload-spin 575ms infinite linear;
		-webkit-animation: cssload-spin 575ms infinite linear;
		-moz-animation: cssload-spin 575ms infinite linear;
}



@keyframes cssload-spin {
	100%{ transform: rotate(360deg); transform: rotate(360deg); }
}

@-o-keyframes cssload-spin {
	100%{ -o-transform: rotate(360deg); transform: rotate(360deg); }
}

@-ms-keyframes cssload-spin {
	100%{ -ms-transform: rotate(360deg); transform: rotate(360deg); }
}

@-webkit-keyframes cssload-spin {
	100%{ -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}

@-moz-keyframes cssload-spin {
	100%{ -moz-transform: rotate(360deg); transform: rotate(360deg); }
}