* {
	/*
	font-family: 'Open Sans', Arial, serif;
	*/
	font-family: 'Exo 2', sans-serif;
}

body, p {
	padding: 0;
	margin: 0;
	color: #212121;
}

body.body {
	background: #23607c;
}

.bg1 {
	background: #2379a8;
	background-image: url('/templates/_sources/mountains.jpg');
	background-repeat: no-repeat;
	background-size: 100%;
}
.bg2 {
	background: rgba(21, 74, 103, 0.62);
}
.bg3 {
	background: rgba(254, 147, 55, 0.62);
}

.sidesfix {
	/*
	display: table-cell;
	float: none;
	*/
	padding-top: 15px;
	padding-bottom: 15px;
	position: relative;
	overflow: hidden;
}

.logobox, .logobox:link, .logobox:visited, .logobox:active {
	display: inline-block;
	font-size: 26px;
	color: white;
	padding: 5px 10px;
	text-decoration: none;
}
.logobox:hover {
	color: white;
	text-decoration: none;
}

.sloganbox {
	font-family: 'Ubuntu Condensed', sans-serif, 'Trebuchet MS', Arial;
	color: #fff;
	display: inline-block;
	font-size: 26px;
	font-weight: normal;
	padding: 15px;
}

.trianglebox {
	display: block;
	width: 200px;
	height: 200px;
	position: absolute;
	top: -100px;
	right: -100px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.contenthead {
	background: #fffccc;
	border-bottom: 2px solid #de6802;
	color: #de6802;
	padding: 10px;
}
.contenthead h1 {
	margin: 0;
	font-size: 18px;
}

.contentbody {
    padding: 10px;
    background: #ffffff;
    color: #373838;
    overflow: hidden;
}


#nav {
	overflow: hidden;
	padding: 0;
}

#nav span.glyphicon {
	color: #87c0f3;
}

#nav a {
	font-family: 'Ubuntu Condensed', sans-serif, 'Trebuchet MS', Arial;
	color:#fff;
	display: inline-block;
	font-size: 16px;
	line-height: 28px;
	padding: 0 10px;
	text-decoration: none;
}

#nav a:hover {
	background: rgba(255,255,255,0.62);
	color: #016498;
	text-decoration: none;
}

#nav a:focus {
	background: rgba(255,255,255,0.62);
	color: #016498;
	text-decoration: none;
}

#nav li {
	cursor: pointer;
	list-style-type: none;
}

#nav a.active {
	background: rgba(255,255,255,0.62);
	color: #016498;
}

#nav li ul {
	display: block;
	margin-left: 15px;
	padding: 0;
}

@media (min-width: 768px) {
	#nav li ul {
		display: none;
	}
}


#nav li li a:hover {
	background: rgba(21,74,103,0.38);
	color:#fff;
}

#nav li li a:focus {
	background: rgba(21,74,103,0.38);
	color:#fff;
}

#nav span{
	padding-left: 5px;
}

.socials {
	text-align: center;
}
.socials img {
	margin: 0 2px;
	width: 40px;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
    color: black;
}
.navbar-brand {
}
.navbar-collapse {
	padding: 0;
}

.navbar-toggle {
	background-color: transparent;
	border: 2px solid #68b0ff;
	border-radius: 4px;
	float: right;
	margin: 0;
	padding: 8px;
	position: relative;
}
.navbar-toggle:hover {
	background-color: transparent;
	border: 2px solid #FFFFFF;
}
.navbar-toggle .icon-bar {
    border-radius: 1px;
    display: block;
    height: 2px;
    width: 22px;
	background-color: #68b0ff;
}
.navbar-toggle:hover .icon-bar {
	background-color: #FFFFFF;
}

a.menu, a.menu:link, a.menu:active, a.menu:visited {
	font-family: 'Ubuntu Condensed', sans-serif, 'Trebuchet MS', Arial;
	display: block;
	font-size: 16px;
	margin: 0;
	padding: 5px;
	color: #FFFFFF;
	text-decoration: none;
}
a.menu:hover {
	color: #FFFFFF;
	background: #68b0ff;
	text-decoration: none;
}
a.menuselected {
	color: #FFFFFF !important;
	background: #68b0ff;
}

.form-control {
	padding: 2px 6px;
	border-radius: 1px;
}

.footer, .footer * {
	color: white;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}

.linksgap {
	cursor: pointer;
	margin-right: 15px;
	white-space: nowrap; 
}
.linksgap:hover {
	text-decoration: underline;
}

.calendarmaindata {
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	color: #4caf50;
	margin: 15px;
}
.calendarbutton {
	cursor: pointer;
	color: white;
	font-size: 26px;
	margin: 10px;
}
.calendardays {
	color: white;
	text-align: center;
}
.calendard {
	text-align: center;
}


.theme-dropdown .dropdown-menu {
  position: static;
  display: block;
  margin-bottom: 20px;
}

.theme-showcase > p > .btn {
  margin: 5px 0;
}

.alert {
	padding: 5px;
}
.alert-success {
	background: #388E3C !important;
	border-color: #388E3C !important;
	color: white;
}
.alert-danger {
	background: #F44336 !important;
	border-color: #F44336 !important;
	color: white;
}

.btn {
	border-radius: 1px;
}

.btn-primary, .btn-primary:link, .btn-primary:active, .btn-primary:visited {
	background: #555555 !important;
	border-color: #555555;
}

.minibutton, .minibutton:link, .minibutton:active, .minibutton:visited {
	color: #555;
}

.minibutton:hover {
	color: #4CAF50;
}

#loadingblock {
	display: none;
}