	html {
			width: 100%;
			height: 100%;
		}
	body {
		width: 100%;
		height: 100%;

		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2d3091+0,00974a+100 */
		background: #2d3091; /* Old browsers */
		background: -moz-linear-gradient(-45deg, #475ff3 0%, #1e6f27 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(-45deg, #475ff3 0%,#1e6f27 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(135deg, #475ff3 0%,#1e6f27 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#475ff3', endColorstr='#1e6f27',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
		background-position: fixed;
	}

	

	.error {
  color: #f05050;
  font-size: 12px;
  font-weight: 500; }

/* Form validation */
.parsley-error {
  border-color: #f05050 !important; }

.parsley-errors-list {
  display: none;
  margin: 0;
  padding: 0; }

.parsley-errors-list.filled {
  display: block; }

.parsley-errors-list > li {
  font-size: 12px;
  list-style: none;
  color: #f6504d; }


	.coming-soon {
		height: 100%;
	}
	.coming-soon .row {
		height: 100%;
	}
	.coming-soon .row .col-md-6 {
		height: 100%;
	}

	.coming-soon img {
		padding-bottom: 40px;
	}
	
	.v-center {
		position: relative;
		top: 50%;
		transform: translateY(-50%);
		background: rgba(255,255,255,0.1);
		border-radius: 10px;
		padding: 20px;
	}

	.coming-soon h3 {
		font-size: 24px;
		color: #ffffff;
		margin-bottom: 20px;
	}

	.coming-soon h1 {
	    font-family: "Playfair Display script=all rev=1", "Adobe Blank";
	    font-weight: 900;
	    font-style: italic;
	    font-size: 50px;
	    color: #ffffff;
	    text-transform: capitalize;
	    margin: 0;
	    padding: 10px 0 10px;
	    border-bottom: 2px solid rgba(255,255,255,0.2);
	    border-top: 2px solid rgba(255,255,255,0.2);
	    position: relative;
	}
	.coming-soon h1:before{
		content: "";
		position: absolute;
		width: 90%;
		height: 2px;
		background: rgba(255,255,255,0.1);
		top: 5px;
		left: 0;
		right: 0;
		margin: auto;
	}
	.coming-soon h1:after{
		content: "";
		position: absolute;
		width: 90%;
		height: 2px;
		background: rgba(255,255,255,0.1);
		bottom: 5px;
		left: 0;
		right: 0;
		margin: auto;
	}

	.social-icon {
		margin-top: 10px;
	}
	.social-icon a {
		font-size: 20px;
		color: #ffffff;
		transition: 0.5s;
	}

	.social-icon a:hover {
		text-decoration: none;
		color: rgba(255,255,255,0.5);
	}
	
	.coming-soon .button {
        background-color: #2c472f;
        border: none;
        color: white;
        padding: 15px 25px;
        text-align: center;
        font-size: 22px;
        cursor: pointer;
        margin-bottom:20px;
        transition: 0.5s;
        border-radius: 4px;
    }
    
    .coming-soon .button:hover {
        background-color: #3c5c40;
    }
    
@media screen and (max-width: 990px) {
    html {
        height:auto;
    }
    body {
        height:auto;
    }
    .coming-soon .v-center {
		top: 0;
		transform: none;
		padding-top:20px;
	}
}
	
@media screen and (max-width: 480px) {
    /*html {
        height:100%;
    }
    body {
        height:100%;
    }*/
    
    .coming-soon h1 {
        font-size:36px;
    }
    
    .coming-soon .v-center {
		top: 0;
		transform: none;
		padding-top:20px;
	}
	
	.coming-soon h3 {
	    font-size:18px;
	    margin-top: 0px;
	}
	.coming-soon img {
        padding-bottom: 10px;
    }
    
    .coming-soon .button {
        background-color: #2c472f;
        border: none;
        color: white;
        padding: 10px 20px;
        text-align: center;
        font-size: 16px;
        cursor: pointer;
        margin-bottom:20px;
        transition: 0.5s;
        border-radius: 4px;
    }
    
    .coming-soon .button:hover {
        background-color: #3c5c40;
    }
    
}

.btn.btn-primary {
	background-color: #2c472f;
	color: #ffffff;
	transition: 0.5s;
}
.btn.btn-primary:hover {
	background-color: #3c5c40;
}

.success {
	text-align: center;
}

#myModalSuccess h2 {
	color: #3c5c40 !important;
}

#myModalSuccess .modal-title {
	color: #3c5c40 !important;
}

.error {
	text-align: center;
}

#myModalError h2 {
	color: #d3312d !important;
}

#myModalError .modal-title {
	color: #d3312d !important;
}

.alert {
	margin-bottom: 0rem;
}

.btn-primary.focus, .btn-primary:focus {
    box-shadow: 0 0 0 .2rem rgba(44, 71, 47, 0.43);
}

.btn-primary:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #3c5c40;
    border-color: #3c5c40;
}

.btn-primary:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 .2rem rgba(44, 71, 47, 0.43);
}