@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,400,600);

* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	color: #414141;
	background: #e5ecf0;
}

body.responsive, body.frameless {
	background: none;
}

.wrapper {
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
}

.control-bar {
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 100;
}

.header-upload {
	position: absolute;
	bottom: 10px;
	left: 10px;
	z-index: 100;
	overflow: hidden;
}

.header-upload__icon {
	display: block;
	width: 40px;
	height: 40px;
	background: url(img/headerUpload.png);
	background-size: 100% 100%;
	cursor: pointer;
}

.fileupload input[type="file"] {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	opacity: 0;
	-ms-filter: 'alpha(opacity=0)';
	font-size: 200px;
	direction: ltr;
	cursor: pointer;
}

.control-bar button {
	transition: all 300ms ease-out;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-family: 'Source Sans Pro', Helvetica, Arial, Verdana, XHelvetica, sans-serif;
	font-weight: 600;
	line-height: 24px;
	color: #008bd2;
	padding: 4px 14px 3px;
	margin: 0 5px 0 0;
	border: 0;
	background: #f0f3f5;
	-webkit-box-shadow: 0 2px 0 #dde1e4;
	   -moz-box-shadow: 0 2px 0 #dde1e4;
	        box-shadow: 0 2px 0 #dde1e4;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.notification-bar, .success-bar {
	display: none;
	background: #e3f1a9;
	border-bottom: 1px solid #e2e2e2;
}

.notification-bar .des1, .success-bar .des1 {
	padding: 10px 0;
	text-align: center;
}

.success-bar .des1 {
	font-size: 24px;
	font-family: 'Source Sans Pro', Helvetica, Arial, Verdana, XHelvetica, sans-serif;
	font-weight: 200;
	line-height: 28px;
	color: #67882b;
}

.notification-bar button {
	transition: all 300ms ease-out;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-family: 'Source Sans Pro', Helvetica, Arial, Verdana, XHelvetica, sans-serif;
	line-height: 24px;
	color: #fff;
	padding: 4px 14px 3px;
	margin: 0 5px 2px;
	border: 0;
	background: #93979a;
	-webkit-box-shadow: 0 2px 0 #767b7e;
	   -moz-box-shadow: 0 2px 0 #767b7e;
	        box-shadow: 0 2px 0 #767b7e;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.notification-bar button:hover {
	background: #828588;
	-webkit-box-shadow: 0 2px 0 #64696d;
	   -moz-box-shadow: 0 2px 0 #64696d;
	        box-shadow: 0 2px 0 #64696d;
}

.notification-bar button:focus {
	outline: none;
}

.notification-bar button.green {
	background: #afcb37;
	-webkit-box-shadow: 0 2px 0 #67882b;
	   -moz-box-shadow: 0 2px 0 #67882b;
	        box-shadow: 0 2px 0 #67882b;
}

.notification-bar button.green:hover {
	background: #9db924;
	-webkit-box-shadow: 0 2px 0 #5d7d24;
	   -moz-box-shadow: 0 2px 0 #5d7d24;
	        box-shadow: 0 2px 0 #5d7d24;
}

.header {
	position: relative;
	height: auto;
	margin: auto;
	padding: 0;
	background-image: url(img/header-bg.jpg);
	background-size: 100% auto;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.header:before {
	content: "";
	float: left;
	padding-bottom: 20%;
}

.header:after {
	clear: left;
	content: " ";
	display: table;
}

@media (min-width: 1100px) {
	.header {
		height: 200px;
	}
}

@media (min-width: 1200px) {
	.header {
		height: 200px;
	}
}

@media (min-width: 1370px) {
	.header {
		height: 220px;
	}
}

@media (min-width: 1450px) {
	.header {
		height: 240px;
	}
}

@media (min-width: 1510px) {
	.header {
		height: 260px;
	}
}

@media (min-width: 1670px) {
	.header {
		height: 280px;
	}
}

@media (min-width: 1820px) {
	.header {
		height: 300px;
	}
}

@media (min-width: 1990px) {
	.header {
		height: 340px;
	}
}

@media (min-width: 2150px) {
	.header {
		height: 380px;
	}
}

@media (min-width: 2300px) {
	.header {
		height: 400px;
	}
}

input.highlighted, textarea.highlighted {
	border: 1px dashed #ccc !important;
}

.logo, .logo input, .headline, .headline input, .headline2, .headline2 input {
	font-family: 'Source Sans Pro', Helvetica, Arial, Verdana, XHelvetica, sans-serif;
	color: #fff;
}

.logo input, .headline input, .headline2 input {
	width: 100%;
	background: transparent;
	text-align: center;
	border: 0;
	padding: 0;
	margin: 0;
}

.logo input:focus, .headline input:focus, .headline2 input:focus {
	outline: none;
}

.logo input.editable, .headline input.editable, .headline2 input.editable {
	display: none;
}

.logo {
	font-size: 44px;
	padding: 35px 0 30px;
}

.logo input {
	font-size: 44px;
}

.headline {
	font-size: 36px;
}

.headline input {
	font-size: 36px;
}

.headline2 {
	font-size: 24px;
}

.headline2 input {
	font-size: 24px;
}

.content-outer {
	background: #fff;
}

.content-outer .formbuilder-cascade .viewport
{
	margin: 0 auto !important;
}

@media only screen and (max-width: 990px) {
	.logo {
		padding: 32px 0 0;
	}

	.header .prompt {
		display: none;
	}

	.llft-control .prompt span {
		white-space: normal !important;
	}

}

.header .wrapper {
	text-align: center;
}

.content-outer .des1 {
	padding: 20px 0;
}

.footer {
	color: #fff;
	width: 100%;
	padding: 30px 0;
	text-align: center;
	font-family: 'Source Sans Pro', Helvetica, Arial, Verdana, XHelvetica, sans-serif;
	font-size: 14px;
	font-weight: 200;
}
