@charset "utf-8";
/* CSS Document */
/* CSS STYLE */
html {
	overflow-y: scroll
}
a:hover {
	text-decoration: none;
}
body {
	background-color: #011f3b;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 13px;
	color:#011f3b;
}
img {
	max-width: 100%;
	-webkit-transition: ;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

/* NAVIGATION */
#footer {
	background-color: #003976;
	color: #fff;
}
#navigation {
/*   border-bottom: 3px solid #ccc;
    margin-bottom: 20px;*/
	background:#fff;
}
/* MAIN */
#main .main-box {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 0px solid #E5E5E5; /* border 1, if you have front component*/
	margin-bottom: 20px;
	padding: 10px;
}
#breadcrumbs .moduletable {
	border: 0;
	padding: 0;
}
/* MODULE */
.moduletable {
	/*    background: none repeat scroll 0 0 #FFFFFF;;
    border: 1px solid #E5E5E5;*/
	margin-bottom: 0px;
	padding: 5px 0;
}
.panel.moduletable {
	padding: 0
}
.panel .moduletable {
	box-shadow: none;
	margin: 0px 10px;
	padding: 10px;
}
.hasTooltip {
	display: inline !important
}
.noMainbody {
	display: none !important
}
ul.unstyled, ol.unstyled {
	list-style: outside none none;
	margin-left: 0;
	padding: 0;
}
.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
	/*  float: left;
    position: relative !important;*/
	margin-left: 0 !important;
}
.checkbox label, .radio label {
	padding-left: 20px;
	padding-right: 10px;
}
label {
	display: block;
	margin-bottom: 5px;
}
label, input, button, select, textarea {
	font-size: 13px;
	font-weight: normal;
	line-height: 18px;
	font-family: arial;
}
label, select, button, input[type="button"], input[type="reset"], input[type="submit"], input[type="radio"], input[type="checkbox"] {
	cursor: pointer
}
.control-group input, .control-group textarea, .control-group .uneditable-input {/*width: 100% !important */
}
.contact-form .control-group input, .contact-form .control-group textarea, .contact-form .control-group .uneditable-input {
	width: 100%;
}
.email-copy-input {
	float: left
}
#pop-print {
	float: right;
	margin: 10px;
}
div#jform_catid_chzn.chzn-container, div#jform_catid_chzn.chzn-container div.chzn-drop, div#jform_state_chzn.chzn-container, div#jform_state_chzn.chzn-container div.chzn-drop, div#jform_featured_chzn.chzn-container, div#jform_featured_chzn.chzn-container div.chzn- drop, div#jform_access_chzn.chzn-container, div#jform_access_chzn.chzn-container div.chzn-drop, div#jform_metadata_tags_chzn.chzn-container, div#jform_metadata_tags_chzn.chzn-container div.chzn-drop, div#jform_language_chzn.chzn- container, div#jform_language_chzn.chzn-container div.chzn-drop, div#jform_language_chzn.chzn-container, div#jform_tags_chzn.chzn-container {
	width: 260px !important;
}
.control-group .control-label {
	padding-top: 7px;
	padding-bottom: 7px;
}
.chzn-container-single .chzn-single {
	width: 140px;
}
.chzn-container .chzn-drop {
	width: 100px;
}
.btn.modal {
	bottom: auto;
	display: inline;
	left: auto;
	position: relative;
	top: auto;
}
html, body {
	height: 100%;/* The html and body elements cannot have any padding or margin. */
}
maximenuck {
	display: none;
}
/* Wrapper for page content to push down footer */
#wrap {
	height: auto !important;
	min-height: 100%;
}
/* Set the fixed height of the footer here */
#footer {
	/*  height: 80px;
    background-color: #f5f5f5;*/
	background: #003976;
}
#footer .head {
	background: #003976;
}
#footer.well {
	border-radius: 0;
	border: 0;
	margin: 0;
}
#footer .moduletable {
	background: transparent;
	border: 0;
	margin-bottom: 0;
}
#push {
}
/* LAYOUT */
/* Floats */
.float-left {
	float: left
}
.float-right {
	float: right
}
.group:before, .group:after {
	content: "";
	display: table;
}
.group:after {
	clear: both
}
.ie7 .group {
	zoom: 1
}
.clear {
	clear: both;
}
/* JOOMLA */
.form-horizontal .control-label {
	text-align: inherit!important;
}
i.icon-calendar:before {
	content: "\1f4c5";
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	position: relative;
	top: 1px;
}
div.contact-form-field label, div.message-label label {
	display: inline !important;
}
div#jform_tags_chzn.chzn-container ul.chzn-choices li.search-field input.default {
	padding: 0;
}
.control-group input[type="checkbox"] {
	width: 10px!important;
}
.btn-toolbar {
	margin-bottom: 10px;
}
.cols-1 {
	display: block;
	float: none !important;
	margin: 0 !important;
}
.cols-2 .column-1 {
	float: left;
	width: 46%;
}
.cols-2 .column-2 {
	float: right;
	margin: 0;
	width: 46%;
}
.cols-3 .column-1 {
	float: left;
	margin-right: 4%;
	padding: 0 5px;
	width: 29%;
}
.cols-3 .column-2 {
	float: left;
	margin-left: 0;
	padding: 0 5px;
	width: 29%;
}
.cols-3 .column-3 {
	float: right;
	padding: 0 5px;
	width: 29%;
}
.items-row {
	margin-bottom: 10px !important;
	overflow: hidden;
}
.column-1, .column-2, .column-3 {
	padding: 10px 5px
}
.column-2 {
	margin-left: 40%;
	width: 55%;
}
.column-3 {
	width: 30%
}
.blog-more {
	padding: 10px 5px
}
/*TO TOP*/
.back-to-top {
	position: fixed;
	bottom: 2em;
	right: 2em;
	text-decoration: none;
	color: #fff;
	background-color: rgba(135, 216, 247, 0.80);
	font-size: 12px;
	padding: 10px 15px;
	display: none;
}
.back-to-top:hover {
	background-color: rgba(135, 216, 247, 1)
}

/* Media Queries */
/* Retina */
@media screen and (-webkit-min-device-pixel-ratio: 2), screen and (max--moz-device-pixel-ratio: 2) {
}

/* Landscape phones and down */
@media (max-width: 480px) {
}

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
}

/* Large desktop */
@media (min-width: 1200px) {
}
/* Fix disappearing tabs on editor page - Added by Waseem Sadiq 8th March 2015*/
.icons .btn-group, .icons .btn-group a[data-toggle="tab"][aria-expanded="false"], ul.nav-tabs > li > a[data-toggle="tab"][aria-expanded="false"] {
	display: block!important;
}

/* PRINT ARTICLE */
#print {
	background: white;
	text-align: center;
}

html body#print div#overall div.item-page dl.article-info.muted dt.article-info-term {
	display: none;
}

html body#print div#overall div#mailto-window form#mailtoForm p button.button {
	text-decoration: none;
}
