.clearfix {
	*zoom: 1;
}
.clearfix:before,
.clearfix:after {
	display: table;
	content: "";
	line-height: 0;
}
.clearfix:after {
	clear: both;
}
.hide-text {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}
.input-block-level {
	display: block;
	width: 100%;
	min-height: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body,
html {
	font-family: 'Open Sans', sans-serif;
	background: #ffffff;
}
body.loggedin,
html {
	background: #ffffff;
}
a:focus {
	outline: none;
}
h1 {
	font-size: 31.5px;
}
h2 {
	font-size: 27.3px;
}
h3 {
	font-size: 24.5px;
}
h4 {
	font-size: 17.5px;
}
h5 {
	font-size: 14px;
}
h6 {
	font-size: 11.9px;
}
h1 small {
	font-size: 21.7px;
}
h2 small {
	font-size: 14.7px;
}
h3 small {
	font-size: 14px;
}
h4 small {
	font-size: 14px;
}
.page-title {
	margin: 0;
}
.page-title small {
	color: rgba(51, 51, 51, 0.5);
}
label {
	font-weight: normal;
}
ul.ul-layout, ol.ol-layout, ul.row, ol.row {
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 0px;
	padding-right: 0px;
}
ul.ul-layout, ol.ol-layout, ul.row > li, ol.row > li {
	list-style: none;
	padding-left: 0px;
}
img.align-right {
	float: right;
}
img.align-left {
	float: left;
}
.ct-widget .ct-tool--small:before {
	content: "S";
	font-weight: 700;
	font-size: 12px;
}
.ct-widget .ct-tool--big:before {
	content: "B";
	font-weight: 700;
}
.ct-widget .ct-tool--sub:before {
	content: "S₁";
	font-weight: 700;
}
.ct-widget .ct-tool--sup:before {
	content: "S¹";
	font-weight: 700;
}
.ct-widget .ct-tool--button:before {
	content: "☐";
	font-weight: 700;
}
.ct-widget .ct-tool--h1:before {
	content: "H₁";
	font-weight: 700;
}
.ct-widget .ct-tool--h2:before {
	content: "H₂";
	font-weight: 700;
}
.ct-widget .ct-tool--h3:before {
	content: "H₃";
	font-weight: 700;
}
.ct-widget .ct-tool--h4:before {
	content: "H₄";
	font-weight: 700;
}
.ct-widget .ct-tool--h5:before {
	content: "H₅";
	font-weight: 700;
}
.ct-widget .ct-tool--h6:before {
	content: "H₆";
	font-weight: 700;
}
/* --------------------------------------------------
 * Common styles
 *-------------------------------------------------- */
#main-content {
	margin-top: 0em;
	margin-bottom: 0em;
}
.page-area {
	background-color: #EEE;
}
.page-area table {
	border: 1px solid #CCC;
}
.page-area table.list th {
	width: 40%;
}
a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
}
ul.inline li {
	display: inline;
}
.default-padding {
	padding: 10px;
}
.align-center {
	text-align: center;
}
.align-left {
	text-align: left;
}
.align-right {
	text-align: right;
}
.float-left {
	float: left;
}
.float-right {
	float: right;
}
.title-2column {
	font-weight: bold;
	text-align: right;
}
input[type="text"].small-text {
	width: 50px;
}
.spacer-2column {
	height: 10px;
}
.separator-2column {
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 5px;
	margin-bottom: 10px;
	color: #DDD;
	border-color: #DDD;
	background-color: #DDD;
	height: 1px;
}
@media (max-width: 768px) {
	.title-2column {
		margin-top: 5px;
		text-align: left;
	}
}
@media (max-width: 480px) {
	.hidden-xxs {
		display: none !important;
	}
}
/* --------------------------------------------------
 * Notifications
 *-------------------------------------------------- */
#notifications_area div {
	text-align: left;
	font-size: 1.1em;
	font-weight: bold;
	padding: 10px;
	margin-top: 10px;
    border-radius: 10px;
    -moz-border-radius: 10px;
}
#notifications_area div.success {
	background-color: lightgreen;
}
#notifications_area div.error {
	background-color: pink;
}
#notifications_area div.warn {
	background-color: orange;
}
#notifications_area div.info {
	background-color: lightblue;
}
/* --------------------------------------------------
 * Pagination
 *-------------------------------------------------- */
.pagination {
	float: right;
}
.pagination a {
	padding: 5px;
}
.pagination a.current {
	font-size: 1.2em;
	font-weight: bold;
}
/* --------------------------------------------------
 * Login/Register styles
 *-------------------------------------------------- */
.form-error {
	color: darkred;
}
.form-error-input {
	border-color: darkred;
}
.form-login-register {
	max-width: 430px;
	padding: 15px;
	margin: 0 auto;
}
.form-login-register .login-failed {
	font-size: 1.5em;
	font-weight: bold;
}
.form-login-register .form-login-register-heading,
.form-login-register .checkbox {
	margin-bottom: 10px;
}
.form-login-register .checkbox {
	font-weight: normal;
}
.form-login-register .form-control {
	position: relative;
	font-size: 16px;
	height: auto;
	padding: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.form-login-register .form-control:focus {
	z-index: 2;
}
.form-login-register input[type="text"] {
	margin-bottom: -1px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
.form-login-register input[type="password"] {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.form-login-register button {
	margin-top: 15px;
	margin-bottom: 15px;
}
.form-login-register hr {
	padding-top: 0px;
	padding-bottom: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
}
/* --------------------------------------------------
 * Tables
 *-------------------------------------------------- */
.table {
	background-color: #fff;
}
.table .table {
	background-color: #ddd;
}
.table .table .table {
	background-color: #fff;
}
.table .table .table .table {
	background-color: #ddd;
}
.table .table .table .table .table {
	background-color: #fff;
}
.table .table .table .table .table .table {
	background-color: #ddd;
}
.table .table .table .table .table .table .table {
	background-color: #fff;
}
.table .table .table .table .table .table .table .table {
	background-color: #ddd;
}
.table .table .table .table .table .table .table .table .table {
	background-color: #fff;
}
.table .table .table .table .table .table .table .table .table .table {
	background-color: #ddd;
}
.table .table .table .table .table .table .table .table .table .table .table {
	background-color: #fff;
}
  /*------------------------------------------------------------------
	[ Tables / .table ]
	*/
.table-bordered thead tr th {
	padding-top: 8px;
	padding-bottom: 8px;
	font-size: 13px;
	font-weight: 600;
	color: #444;
	border-left: 1px solid #F1F1F1;
	border-right: 1px solid #CCC;
	-webkit-box-shadow: inset 0 1px 0 #ffffff;
	box-shadow: inset 0 1px 0 #ffffff;
}
.table-bordered thead tr th:first-child {
	border-left-color: #CCC;
}
.table-bordered thead tr th:last-child {
	border-right: none;
}
.table-bordered tbody tr:first-child td {
	border-top-color: #CCC;
}
.table-bordered tbody tr td {
	border-left: 1px solid #FFF;
	border-right: 1px solid #DDD;
}
.table-bordered tbody tr td:first-child {
	border-left-color: #DDD;
}
.table-bordered tbody tr td:last-child {
	border-right: none;
}
.table-bordered {
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
}
.table-bordered thead tr {
	background-image: -webkit-gradient(linear, left 0%, left 100%, from(#f5f5f5), to(#e2e2e2));
	background-image: -webkit-linear-gradient(top, #f5f5f5, 0%, #e2e2e2, 100%);
	background-image: -moz-linear-gradient(top, #f5f5f5 0%, #e2e2e2 100%);
	background-image: linear-gradient(to bottom, #f5f5f5 0%, #e2e2e2 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe2e2e2', GradientType=0);
}
.table-bordered thead th {
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 13px;
	font-weight: 400;
	color: #444;
	border-left: 1px solid #F1F1F1;
	border-right: 1px solid #CCC;
	-moz-box-shadow: inset 0 1px 0 #ffffff;
	-webkit-box-shadow: inset 0 1px 0 #ffffff;
	box-shadow: inset 0 1px 0 #ffffff;
}
.table-bordered thead th:first-child {
	border-left-color: #CCC;
}
.table-bordered thead th:last-child {
	border-right: none;
}
.table-bordered tbody td {
	border-left: 1px solid #FFF;
	border-right: 1px solid #DDD;
}
.table-bordered tbody tr td:first-child {
	border-left-color: #DDD;
}
.table-bordered tbody tr td:last-child {
	border-right: none;
}

/* Buttons */
.btn-large {
	padding: 11px 19px;
	font-size: 17.5px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.btn-large [class^="fa fa-"],
.btn-large [class*=" fa fa-"] {
	margin-top: 4px;
}
.btn-mini {
	padding: 1px 6px;
	font-size: 10.5px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.btn-small {
	padding: 2px 10px;
	font-size: 11.9px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

/* contact us */
#form-contact-us textarea {
	height: 100px;
}


  /*------------------------------------------------------------------
	[ Widget / .widget ]
	*/
.widget {
	position: relative;
	clear: both;
	width: auto;
	margin-bottom: 2em;
/* Clearfix Hack */

/* Widget Table */

/* Widget Plain */

/* Widget Box */

}
.widget .widget-header {
	position: relative;
	height: 40px;
	line-height: 40px;
	background: #E9E9E9;
	background: -moz-linear-gradient(top, #fafafa 0%, #e9e9e9 100%);
	/* FF3.6+ */

	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fafafa), color-stop(100%, #e9e9e9));
	/* Chrome,Safari4+ */

	background: -webkit-linear-gradient(top, #fafafa 0%, #e9e9e9 100%);
	/* Chrome10+,Safari5.1+ */

	background: -o-linear-gradient(top, #fafafa 0%, #e9e9e9 100%);
	/* Opera11.10+ */

	background: -ms-linear-gradient(top, #fafafa 0%, #e9e9e9 100%);
	/* IE10+ */

	background: linear-gradient(top, #fafafa 0%, #e9e9e9 100%);
	/* W3C */

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FAFAFA', endColorstr='#E9E9E9');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FAFAFA', endColorstr='#E9E9E9')";
	border: 1px solid #D5D5D5;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	-webkit-background-clip: padding-box;
}
.widget .widget-header h3 {
	top: 0;
	position: relative;
	left: 10px;
	display: inline-block;
	margin-right: 3em;
	font-size: 15px;
	margin-top: 10px;
	font-weight: bold;
	color: #555;
	line-height: 18px;
	text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.5);
}
.widget .widget-header [class^="fa fa-"],
.widget .widget-header [class*=" fa fa-"] {
	display: inline-block;
	margin-top: -3px;
	margin-left: 13px;
	margin-right: -2px;
	font-size: 16px;
	color: #555;
	vertical-align: middle;
}
.widget .widget-content {
	padding: 25px 15px 15px;
	background: #FFF;
	border: 1px solid #D5D5D5;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.widget .widget-header + .widget-content {
	border-top: none;
	-webkit-border-top-left-radius: 0;
	-webkit-border-top-right-radius: 0;
	-moz-border-radius-topleft: 0;
	-moz-border-radius-topright: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.widget.widget-nopad .widget-content {
	padding: 0;
}
.widget .widget-content:before,
.widget .widget-content:after {
	content: " ";
	/* 1 */

	display: table;
/* 2 */

}
.widget .widget-content:after {
	clear: both;
}
.widget .widget-content:before,
.widget .widget-content:after {
	content: " ";
	/* 1 */

	display: table;
/* 2 */

}
.widget .widget-content:after {
	clear: both;
}
.widget.widget-table .widget-content {
	padding: 0;
}
.widget.widget-table .table {
	margin-bottom: 0;
	border: none;
}
.widget.widget-table .table tr td:first-child,
.widget.widget-table .table tr th:first-child {
	border-left: none;
}
.widget.widget-plain {
	background: transparent;
	border: none;
}
.widget.widget-plain .widget-content {
	padding: 0;
	background: transparent;
	border: none;
}
.widget.widget-box .widget-content {
	background: #E3E3E3;
	background: #FFF;
}

/* Nested Dropdowns */
.dropdown-menu {
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}
.dropdown-menu > li > a {
	padding: 5px 9px;
	margin: 0 6px;
	font-size: 12px;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
	color: #FFF;
	background-color: rgba(40, 60, 90, 0.25);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
	color: #ffffff;
	background: #ff9900;
	text-shadow: none;
}
.dropdown-submenu {
	position: relative;
}
.dropdown-submenu > .dropdown-menu {
	top: 0;
	left: 100%;
	margin-top: -6px;
	margin-left: -1px;
	-webkit-border-radius: 0 6px 6px 6px;
	-moz-border-radius: 0 6px 6px 6px;
	border-radius: 0 6px 6px 6px;
}
.dropdown-submenu:hover > .dropdown-menu {
	display: block;
}
.dropdown-submenu > a:after {
	display: block;
	content: " ";
	float: right;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
	border-width: 5px 0 5px 5px;
	border-left-color: #cccccc;
	margin-top: 5px;
	margin-right: -5px;
}
.dropdown-submenu:hover > a:after {
	border-left-color: #ffffff;
}
.dropdown-submenu.pull-left {
	float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
	left: -100%;
	margin-left: 10px;
	-webkit-border-radius: 6px 0 6px 6px;
	-moz-border-radius: 6px 0 6px 6px;
	border-radius: 6px 0 6px 6px;
}
.modern-browsers img {
	width: 75%;
	height: 75%;
	max-width: 200px;
	max-height: 200px;
}
