/* general */
html, body {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #000000;
}

h2, .h2 {
	font-size: 24px;
	line-height: 30px;
	margin: 0 0 20px;
}

a {
	color: #0F7E3E;
}
a:hover, a:focus {
	color: #1F8F4F;
}
a, a:link, a:visited, a:focus {
	outline: 0;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

p:last-child {
	margin-bottom: 0;
}

/* forms */
.form-small {
	margin: 50px auto 0;
	padding: 0 15px;
	max-width: 400px;
}
.form-small .wysiwyg-content {
	margin-bottom: 30px;
}

.form-group-fixed {
	margin-bottom: 0;
	width: 100%;
	position: fixed;
	left: 0;
	bottom: 35px;
	z-index: 50;
}
.form-horizontal .form-group-fixed .container {
	padding-left: 30px;
	/*padding-right: 30px;*/
}
.form-group-fixed .form-group-inner {
	padding: 10px;
	max-width: 700px;
	border-radius: 10px 10px 0 0;
	border: 1px solid #DDDDDD;
	background-color: #FFFFFF;
}
.rgba .form-group-fixed .form-group-inner {
	background-color: rgba( 255, 255, 255, 0.7 );
}

.form-group-vertical label {
	margin-bottom: 5px !important;
}
.form-group-vertical label h2 {
	margin-bottom: 15px !important;
}

.form-section {
	margin-bottom: 40px;
}
.form-section-text {
	font-size: 12px;
	line-height: 18px;
	font-style: italic;
	margin-bottom: 20px;
}

.form-horizontal .control-label {
	text-align: left;
}

.chosen-container-multi .chosen-choices {
	border-color: #CCCCCC;
}
.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
	color: #555555;
}

.form-image .image {
	margin-bottom: 20px;
}
.form-image-hidden {
	display: none;
}

.form-upload-hidden {
	display: none;
}
.form-upload .upload-error {
	color: #d9534f;
	display: none;
	margin-bottom: 5px;
}
.form-upload .preloader {
	display: none;
}

.form-selected-image {
	display: none;
}
.form-selected-image .form-selected-image-name {
	margin-bottom: 5px;
}

.form-group-submit-links {
	float: right;
}

.control-wysiwyg {
	height: 300px !important;
}

.error {
	color: #a94442;
}
.global-error {
	display: none;
}

.browsehappy {
	text-align: center;
	padding: 20px 0;
}

.btn-primary {
	background-color: #0F7E3E;
	border-color: #0F7E3E;
	color: white;
	transition: all .3s;
}
	.btn-primary:hover {
		background-color: #1F8F4F;
		border-color: #1F8F4F;
	}

/* header */
.header {
	padding: 20px 0;
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 100;
	background: #0F7E3E;
}
.header .logo {
	text-indent: -999999px;
	display: block;
	width: 200px;
	height: 57px;
	background-image: url('../images/contractordays-logo.svg');
	background-size: 200px 57px;
}
.header .header-right {
	text-align: right;
	padding-top: 3px;
}

/* footer */
.footer {
	font-size: 12px;
	line-height: 18px;
	color: #BBBBBB;
	padding: 10px 0;
	width: 100%;
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 99;
	background-color: #000000;
}
.footer a {
	color: #BBBBBB;
}
.footer .footer-right {
	text-align: right;
}

/* overlay */
.overlay {
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9999;
	background-color: #FFFFFF;
}
.rgba .overlay {
	background-color: rgba( 255, 255, 255, 0.7 );
}
.overlay .preloader {
	text-indent: -99999px;
	display: none;
	margin: -35px 0 0 -35px;
	width: 70px;
	height: 70px;
	position: absolute;
	left: 50%;
	top: 50%;
	border-radius: 50%;
	background: #333333 url('../images/preloader.gif') no-repeat center center;
}

/* main */
.wrapper {
	padding: 120px 0;
}

/* main nav */
.main-nav {
	margin-bottom: 30px;
}
.main-nav .navbar-collapse {
	padding-left: 0;
	padding-right: 0;
	margin: 0;
	width: 100%;
}
.main-nav .navbar-toggle {
	margin: 0;
}

/* pages */
.page-content {
	max-width: 700px;
}
.page-content .wysiwyg-content {
	margin-bottom: 30px;
}

/* small desktop */
@media (max-width: 1201px) {
	
}

/* tablet */
@media (max-width: 991px) {
	
}

/* smartphone only */
@media (max-width: 767px) {
	
	.form-small {
		margin-top: 0;
	}
	
	.form-section {
		margin-bottom: 20px;
	}
	
	.form-group-fixed {
		position: static;
	}
	.form-group-fixed .container {
		margin-left: -15px;
		margin-right: -15px;
	}
	.form-horizontal .form-group-fixed .container {
		padding-left: 15px;
		padding-right: 15px;
		margin-left: 0;
		margin-right: 0;
	}
	.form-group-fixed .form-group-inner {
		padding: 0;
		border: none;
	}
	
	.control-wysiwyg {
		height: 100px !important;
	}
	
	.header, .footer {
		position: static;
	}
	.footer .footer-right {
		text-align: left;
		margin-top: 10px;
	}
	
	.wrapper {
		padding: 30px 0;
	}
	.main-nav .nav-tabs > li {
		float: none;
	}
	.main-nav .nav-tabs a {
		border-left: none !important;
		border-right: none !important;
		border-top: 1px solid #DDDDDD;
		border-radius: 0;
	}
	
}
