/**
 * Main Stylesheet
 * 
 * @package    Default Theme
 * @category   Theme
 * @author     Nuwave Team
 * @copyright  Copyright (c) Nuwave Software Ltd
 */
/*------------------------------------------------------------------------------
 * Import
 *----------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------
 * Main
 *----------------------------------------------------------------------------*/
body {
	font-family: Helvetica, Arial, sans-serif;
	color: #333;
	background-color: #fff;
}

a {
	color: #337ab7;
}

a:hover, a:focus {
	color: #23527c;
}

h1 {
	color: #333;
}

h2 {
	color: #333;
}

h3 {
	color: #333;
}

img {
	height: auto;
	max-width: 100%;
}

.component:last-child {
	margin-bottom: 0;
}

/*------------------------------------------------------------------------------
 * Header
 *----------------------------------------------------------------------------*/
.header {
	background-color: #262F36;
	/*border-bottom: 5px solid #515F6B;*/
	color: #FFFFFF;
	/* Main Menu */
	/* Mobile Menu */
}

.header a {
	color: #FFFFFF;
}

.header p {
	margin: 0;
}

.header .header-toolbar {
	background: #337ab7;
	border-bottom: 1px solid #2e6da4;
	color: #FFFFFF;
}

.header .header-toolbar a {
	color: #FFFFFF;
	font-weight: bold;
}

.header .header-toolbar .container > * {
	float: left;
	margin-right: 10px;
	padding: 5px 0;
}

.header .header-toolbar p {
	float: left;
	margin-right: 10px;
}


#header .header-toolbar {
/*	background: #006067; */
}
#header .header-toolbar .container > * {
	float: right;
	margin-left: 10px;
	padding: 5px 0;
}
#header .header-toolbar .container > *:last-child {
	margin-left: 0;
}
#header .header-toolbar .toolbar-login p {
	float: left;
	margin-right: 10px;
}
#header .header-toolbar .toolbar-login p:last-child {
	margin-right: 0;
}


.header .header-main {
	height: 95px;
}

.header .header-logo {
	padding-bottom: 15px;
	padding-top: 15px;
	height: 100%;
}

.header .header-logo > * {
	height: 100%;
}

.header .header-logo img {
	height: auto;
	max-height: 100%;
	max-width: 100%;
	width: auto;
}

.header .page-menu {
	font-size: 16px;
}

.header .page-menu a {
	color: #FFFFFF;
	font-weight: bold;
}

.header .page-menu a:hover {
	text-decoration: underline;
}

.header .page-menu > ul > li {
	color: #FFFFFF;
}

.header .page-menu > ul > li:first-child {
	list-style: none;
}

.header .page-menu > ul > li > a {
	height: 100px;
	line-height: 100px;
	padding: 0 15px;
	/*margin-bottom: -5px;*/
}

.header .page-menu > ul > li.current > a {
	border-bottom: 4px solid #337ab7;
}

.header .page-menu ul ul {
	background: #337ab7;
	border: 1px solid #286090;
	border-radius: 3px;
	margin-top: -1px;
	min-width: 100%;
}

.header .page-menu ul ul li {
	border-bottom: 1px solid #286090;
}

.header .page-menu ul ul li:last-child {
	border-bottom: none;
}

.header .page-menu ul ul a {
	color: #FFFFFF;
	padding: 10px;
}

.header .page-menu ul ul .current > a {
	color: #FFFFFF;
}

.header .page-menu ul ul ul {
	border-left: 1px solid #286090;
}

.header .mobile-menu.menu-btn {
	background: none;
	border: none;
	display: none;
	float: right;
	line-height: 95px;
}

.header .mobile-menu.menu-btn .menu-icon {
	display: inline-block;
	vertical-align: middle;
}

.header .mobile-menu.menu-btn .icon-bar {
	background: #FFFFFF;
}

/*------------------------------------------------------------------------------
 * Content
 *----------------------------------------------------------------------------*/
.main {
	margin: 30px 0;
}

.main .column {
	margin-bottom: 30px;
}

.main .component {
	margin-bottom: 20px;
}

.main .component:last-child {
	margin-bottom: 0;
}

.main .contentBlock > :first-child {
	margin-top: 0;
}

.main .contentBlock img {
	margin: 3px;
}

.main .content-featured {
	margin-bottom: 30px;
}

/*------------------------------------------------------------------------------
 * Footer
 *----------------------------------------------------------------------------*/
.footer a {
	color: #FFFFFF;
}

.footer .footer-featured {
	background: #F7F7F7;
	border-top: 1px solid #DDD;
	text-align: center;
	padding: 20px 0;
}

.footer .footer-main {
	background: #337ab7;
	border-top: 1px solid #2e6da4;
	color: #FFFFFF;
	min-height: 200px;
	padding-top: 20px;
}

.footer .footer-column {
	margin-bottom: 20px;
}

.footer .footer-column:last-child {
	border-right: none;
}

.footer .footer-column .component {
	margin-bottom: 20px;
}

.footer .footer-column .component:last-child {
	margin-bottom: 0;
}

.footer .footer-copyright {
	background-color: #262F36;
	border-top: 1px solid #515F6B;
	color: #8B949C;
	font-size: 0.9em;
	padding: 10px 0 20px;
}

/*------------------------------------------------------------------------------
 * Banner
 *----------------------------------------------------------------------------*/
.breadcrumbs-wrapper {
	display: none;
	font-size: 0.9em;
	height: 30px;
	padding: 8px 15px;
}

.banner-wrapper {
	margin: 30px 0;
}

/*------------------------------------------------------------------------------
 * Widgets
 *----------------------------------------------------------------------------*/
.widgets {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
}

.widgets .widget {
	margin-bottom: 20px;
}

.widgets .widget-wrapper {
	background: #F7F7F7;
	border: 1px solid #DDD;
	border-radius: 2px;
	height: 100%;
	padding: 15px;
}

/*------------------------------------------------------------------------------
 * Tables/Lists
 *----------------------------------------------------------------------------*/
table {
	margin-bottom: 20px;
	max-width: 100%;
	width: 100%;
}

td,
th {
	line-height: 1.42857143;
	padding: 8px;
}

th {
	border-bottom: 2px solid #DDD;
	font-weight: bold;
	vertical-align: bottom;
}

td {
	border-bottom: 1px solid #DDD;
	border-top: 1px solid #DDD;
	vertical-align: top;
}

/*------------------------------------------------------------------------------
 * Forms
 *----------------------------------------------------------------------------*/
.form .ctrl {
	margin-bottom: 10px;
}

.form .ctrl-label {
	font-weight: bold;
}

.form .ctrl-input {
	font-size: 14px;
	height: 34px;
}

.form .ctrl-clear {
	line-height: 34px;
}

.form .ctrl .ctrl-option-list .ctrl-option-label {
	min-height: 34px;
}

/*------------------------------------------------------------------------------
 * Buttons
 *----------------------------------------------------------------------------*/
.btn {
	color: #fff;
	background-color: #337ab7;
	border-color: #2e6da4;
}

.btn:focus, .btn.focus {
	color: #fff;
	background-color: #286090;
	border-color: #122b40;
}

.btn:hover {
	color: #fff;
	background-color: #286090;
	border-color: #204d74;
}

.btn:active, .btn.active {
	color: #fff;
	background-color: #286090;
	border-color: #204d74;
}

.btn:active:hover, .btn.active:hover, .btn:active:focus, .btn.active:focus, .btn:active.focus, .btn.active.focus {
	color: #fff;
	background-color: #204d74;
	border-color: #122b40;
}

/*------------------------------------------------------------------------------
 * Search
 *----------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------
 * Other
 *----------------------------------------------------------------------------*/
#mapCanvas {
	width: 100% !important;
}

/*------------------------------------------------------------------------------
 * Responsive Media
 *----------------------------------------------------------------------------*/
/* Large devices */
@media (min-width: 1200px) {
	/*! */
}

/* Medium devices */
@media (max-width: 1199px) {
	/*! */
}

/* Small devices */
@media (max-width: 991px) {
	.header .page-menu {
		display: none;
	}
	.header .mobile-menu.menu-btn {
		display: block;
	}
	.widgets {
		display: block;
	}
}

/* Extra small devices */
@media (max-width: 767px) {
	/*! */
}
