.column {
	float: left;
	width: 50%;
	padding: 0 2em;
	min-height: 300px;
	min-width: 320px;
	position: relative;
}

.column:nth-child(2) {
	min-height: 400px;
	box-shadow: -1px 0 0 rgba(0,0,0,0.1);
	background: url(../images/clickhere.png) 90px 0 no-repeat;
}

.column:last-child:before {
	content: '';
	position: absolute;
	height: 7px;
	background: #ceccc6;
	top: 100px;
	left: 10px;
}

.column p {
	font-weight: 300;
	font-size: 2em;
	padding: 0;
	margin: 0;
	text-align: right;
	line-height: 1.5;
}

.container > header {
	padding: 2.875em 1.875em 2.875em;
	text-align: center;
	background: rgba(0,0,0,0.01);
}

.container > header h1 {
	font-size: 2.625em;
	line-height: 1.3;
	margin: 0;
	color: #89867e;
	font-weight: 300;
}

.container > header span {
	display: block;
	font-size: 60%;
	color: #ceccc6;
	padding: 0 0 0.6em 0.1em;
}

/* Header Style */
.codrops-top {
	background: #fff;
	background: rgba(255, 255, 255, 0.95);
	text-transform: uppercase;
	position: relative;
	font-size: 0.68em;
	box-shadow: 1px 0px 2px rgba(0,0,0,0.2);
	line-height: 2.2;
}

.codrops-top a {
	padding: 0 1em;
	letter-spacing: 0.1em;
	color: #333;
	display: inline-block;
}

.codrops-top a:hover {
	background: rgba(255,255,255,0.99);
	color: #000;
}

.codrops-top span.right {
	float: right;
}

.codrops-top span.right a {
	float: left;
	display: block;
}

/* Demo Buttons Style */
.codrops-demos {
	padding-top: 1em;
	font-size: 0.9em;
}

.codrops-demos a {
	display: inline-block;
	margin: 0.5em;
	padding: 0.7em 1.1em;
	border: 3px solid #b1aea6;
	color: #b1aea6;
	font-weight: 700;
}

.codrops-demos a:hover,
.codrops-demos a.current-demo,
.codrops-demos a.current-demo:hover {
	border-color: #89867e;
	color: #89867e;
}

@media screen and (max-width: 46.0625em) {

	.main {
		padding: 0;
	}

	.column {
		width: 100%;
		min-width: auto;
		min-height: auto;
		padding: 3em 2em; 
	}

	.column p {
		text-align: left;
		font-size: 1.5em;
	}

	.column:nth-child(2) {
		box-shadow: 0 -1px 0 rgba(0,0,0,0.1);
		background-position: 90px 3em;
	}
}

.whats-button {
    position: fixed;
    right: 5.5%;
    bottom: 15%;
    background: none !important;
    z-index: 999;
}

@media (max-width: 575px) {
    .whats-button {
        bottom: 2%;
    }
}

.whats-button a {
    background: none !important;
}

.message {
    padding: 10px 15px 10px 40px;
    margin: 10px 0;
    font-weight: bold;
    overflow: hidden;
    -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;
    font-size: 12px;
    margin: 10px auto;
}
.message a { color: #0006ff; }
.message a:hover { text-decoration: underline; }
.message p { width: 93%; float: left; }
.message.error1 {
    border: 1px solid #e9c59b;
    background: #ffecce url('../img/message.error1_bg.gif') 12px 12px no-repeat;
    color: #e3302c;
}
.message.success {
    border: 1px solid #bfde84;
    background: #edfbd8 url('../img/message.success_bg.gif') 12px 12px no-repeat;
    color: #508600;
}
.message.info {
    border: 1px solid #bbdbe0;
    background: #ecf9ff url('../img/message.info_bg.gif') 12px 12px no-repeat;
    color: #0888c3;
}
.message.warning {
    border: 1px solid #e5e181;
    background: #fefde2 url('../img/message.warning_bg.gif') 12px 12px no-repeat;
    color: #666;
}
.message .close {
    display: block;
    float: right;
    width: 16px;
    height: 16px;
    background: url('../img/message.close_bg.png') 0 0 no-repeat;
    margin-top: 1px;
    cursor: pointer;
    -moz-opacity: 0.7;
    opacity: 0.7;
}
.message .close.hover { -moz-opacity: 1; opacity: 1; }

/* ERROR LABEL JQUERY VALIDATE */
label.error, label.success {
    margin: 3px !important;
    padding: 3px 1px 4px 20px;
    position: absolute;
    font-size: 10px;
    color: red;
    display: block;
    float: left;
    border-bottom: 1px solid #FFF;
    background: #ffecce url('../img/error_bg.gif') no-repeat 3px 3px;
    -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;
    border: 1px solid #e9c59b;
    line-height: 13px;
    z-index: 1;
    -moz-box-shadow: 1px 1px 2px #858585;
    -webkit-box-shadow: 1px 1px 2px #858585;
    box-shadow: 1px 1px 2px #858585;
}
label.error:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    color: transparent;
    border: 8px solid;
    border-bottom-color: #ffecce;
    left: 0;
    bottom: 100%;
}

label.success.simportant {
    padding-right: 5px !important;
    color: green !important;
    background: #e9ffae url('../img/success_bg.gif') no-repeat 3px 3px !important;
    border: 1px solid #99ce0e !important;
}
label.success.simportant:after { border-bottom-color: #e9ffae; }

input.error, select.error { border: 1px solid #ff7878 !important; }