  .ck_form.ck_minimal {
  /* divider image */
	background: #313131;
	overflow: hidden;
	color: #fff;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	clear: both;
	margin: 20px 0px;
	text-align: center;
    text-rendering: optimizeLegibility;
}

.ck_form_inner {
	max-width: 500px;
    width: 80%;
    margin: 5% auto;
}

.ck_form.ck_minimal h3.ck_form_title {
	text-align: center;
	margin: 0px 0px 10px;
	font-size: 40px;
}

.ck_form.ck_minimal h4 {
	text-align: center;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: normal;
	padding-top: 0px;
	margin-top: 0px;
}

.ck_form.ck_minimal p {
	padding: 0px;
}

.ck_description {
    margin: 35px 0;
}

.ck_form, .ck_form * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.ck_form.ck_minimal .ck_form_fields {
	width: 100%;
	float: left;
}
/* Form fields */

.ck_errorArea {
	display: none; /* temporary */
}

#ck_success_msg {
	padding: 10px 10px 0px;
	border: solid 1px #ddd;
	background: #eee;
}

.ck_form.ck_minimal input[type="text"], .ck_form.ck_minimal input[type="email"] {
	font-size: 18px;
	padding: 10px 8px;
	width: 68%;
	border: 1px solid #d6d6d6; /* stroke */
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px; /* border radius */
	background-color: #fff; /* layer fill content */
	margin-bottom: 5px;
	height: auto;
	float: left;
	margin: 0px;
	margin-right: 2%;
	height: 42px;
}

.ck_form input[type="text"]:focus, .ck_form input[type="email"]:focus {
	outline: none;
	border-color: #aaa;
}

.ck_form.ck_minimal .ck_subscribe_button {
    background-color: rgb(116,196,245) !important;
    box-shadow: 0px 3px 0px rgb(64,131,173);
    padding: 8px 20px 6px;
    border-radius: 3px;
    display: inline-block;
    text-transform: uppercase;
    font-family: 'Work Sans', Arial, sans-serif;
    color: white;
    font-weight: 800;
    font-size: 2rem;

    width: 100%;
    color: #fff;
    margin: 0px;
    padding:  11px 0px;
    font-size: 18px;
    background: #0d6db8;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    cursor: pointer;
    border: none;
    text-shadow: none;
    width: 30%;
    float: left;
    height: 42px;
  }


.ck_form.ck_minimal .ck_guarantee {
	color: #626262;
	font-size: 12px;
	text-align: center;
	padding: 15px 0px 0px;
	display: block;
	clear: both;
}
.ck_form .ck_powered_by {
	display: none;
	color: #aaa;
	font-size: 12px;
}

.ck_form .ck_powered_by:hover {
	display: block;
	color: #444;
}

.ck_converted_content {
  display: none;
	padding: 5%;
	background: #fff;
}



@media all and (max-width: 399px) {
.ck_slide_up, .ck_modal, .ck_slide_up .ck_naked, .ck_modal .ck_naked {
	min-width: 100px !important;
}

.ck_form_inner {
	max-width: 399px;
	margin: 10px auto;
}

	.ck_form.ck_minimal .ck_subscribe_button {
width:80% !important;
}

	.ck_form.ck_minimal input[type="text"], .ck_form.ck_minimal input[type="email"] {
		width:80% !important;

		    margin-bottom: 10px;
	}

	.ck_form.ck_minimal .ck_subscribe_button, .ck_form.ck_minimal input[type="email"] {
		width: 100%;
		float: none;
		margin-top: 5px;
	}

}

.ck_slide_up, .ck_modal, .ck_slide_up .ck_minimal, .ck_modal .ck_minimal  {
	min-width: 400px;
}

.page .ck_form.ck_minimal {
	margin: 50px auto;
	/*max-width: 600px;*/
}

.ck_form_container.ck_modal {
	position: fixed;
	z-index: 1000;
	display: none;
	top: 100px;
}

.ck_form_container.ck_modal .ck_form {
	margin: 0px;
    height: 100%;
}

.ck_close_link {
	position: absolute;
	top: -5px;
	right: -5px;
	width: 30px;
	height: 30px;
	background:#fff;
	color: #777;
	-webkit-border-radius: 15x;
	-moz-border-radius: 15px;
	border-radius: 15px;
	-webkit-box-shadow: 0px 0px 3px rgba(0,0,0,.2);
	-moz-box-shadow: 0px 0px 3px rgba(0,0,0,.2);
	box-shadow: 0px 0px 3px rgba(0,0,0,.2);
	text-align: center;
	line-height: 30px;
	cursor: pointer;
}

.ck_form_container.ck_modal {
	width: 350px;
}

.ck_form_container.ck_modal .ck_vertical .ck_form_content, .ck_vertical .ck_form_fields {
	padding-top: 3%;
	padding-bottom: 3%;
}

#ck_overlay {
    position: fixed;
    z-index:1000;
    top: 0px;
    left: 0px;
    height:100%;
    width:100%;
    background: #000;
    display: none;
}

.form-container {
	height: 650px;
	width: 360px;
}

.optinbuttons {
	list-style: none;
	overflow: hidden;
	padding: 40px 50px;
	border-bottom: 1px solid #ddd;
	margin: 0px 0px 40px;
}

@media screen and ( max-height: 900px ){

	.ck_modal { top: 10px !important; }

}

    .ck_modal {
			overflow: auto;
			height: 100%;
			position: fixed;
			top: 0px !important;
			left: 0px !important;
			right: 0px !important;
			bottom: 0px !important;
			margin-left: 0px !important;
			width: 100% !important;
		}

		.ck_modal .ck_close_link {
			top: 10px;
			right: 10px;
		}