@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap');
/**************/
/* over-rides */
/**************/
/* salt theme */
a {
	transition: all 0.2s ease-in-out 0s !important;
}

body, h4 {
	font-family: "Open Sans", sans-serif;
}

label {
	font-weight: 600;
}

body.dark-header.semi-trans-header.secondNav > .header.menu-style-1 {
	background: rgba(43, 44, 45, 1) none repeat scroll 0 0;
}

h1.page-title {
	font-family: "Open Sans", sans-serif;
	font-size: 56pt;
}

section.content-section {
	padding: 70px 0;
}

.footer.dark-footer ul li a {
	text-transform: none !important;
	color: #3498db;
}

.st-btn.icon > span.icon {
	margin-right: 10px !important;
	padding-right: 0 !important;
}

.st-btn {
	border-radius: 4px;
}

.default-btn {
	color: #787878 !important;
}

.default-btn:hover, .default-btn:active, .default-btn:focus {
	color: #3498db !important;
}

.form-group label {
	font-size: 14px;
}

input[type="checkbox"] {
	margin-top: 6px;
}


/* DataTables pagination */
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
	background-color: #337ab7;
	border-color: #337ab7;
}

.pagination > li > a, .pagination > li > span {
	color: #337ab7;
}


/* restore bootstrap styles */
.form-control {
	color: #555;
	display: block;
	font-size: 14px;
	line-height: 1.42857;

	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	height: 34px;
	padding: 6px 12px !important;
	width: 100%;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
	transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}

.form-control:focus {
	border-color: #66afe9;
	outline: 0 none;
	box-shadow: 0 1px 1px rgba(102, 175, 233, 0.6) inset;
}

.input-group-addon {
	border-radius: 4px;
}

.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn-group:not(:last-child) > .btn, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
}

.form-inline label {
	display: inline-block;
}

.form-inline input, .form-inline select {
	display: inline;
}

.bootstrap-dialog .modal-header, .bootstrap-dialog-header {
	border-top-left-radius: 4px !important;
	border-top-right-radius: 4px !important;
}

.modal-content {
	border: none !important;
	border-radius: 4px !important;
}

.st-btn.disabled, .st-btn[disabled], fieldset[disabled] .st-btn {
    box-shadow: none;
    cursor: not-allowed;
    opacity: 0.65;
}

a.st-btn.disabled, fieldset[disabled] a.st-btn {
    pointer-events: none;
}

.help-block {
	font-style: italic;
}

kbd {
	font-style: normal;
	padding: 2px 4px;
}


/* fullcalendar fixes */
.fc-widget-header {
	background-color: #eee;
}

.fc-widget-header > table {
	margin-bottom: 0 !important;
}

a.fc-event {
	transition: none;
	cursor: pointer;
	background-color: #69a4e0;
	border: none;
}

a.fc-event:hover, a.fc-event:visited, a.fc-event:focus {
	color: #fff !important;
}

.fc-content {
	padding: 3px 5px;
}

/*.fc-day-grid-event .fc-content {
	white-space: normal !important;
}*/


/* validate errors */
label.error {
	color: #a94442;
	background-color: #f2dede;
	border: 1px solid #ebccd1;
	padding: 1px 10px;
	border-radius: 4px;
}

label.error:before {
	content: "\f071";
	font-family: "FontAwesome";
	margin-right: 10px;
}


/* mega menu */
.main-menu {
	max-height: 80px;
}

.main-menu.show-on-mobile {
	overflow: hidden !important;
}

.header .menu-item:hover {
	background: rgba(0, 0, 0, 0) !important;
}

.header .menu-item a {
	padding: 0 10px;
}

.header .menu-item a i.fa-angle-down {
	margin: 0 0 0 5px;
}

.menu > ul > li > ul.normal-sub {
	padding: 0 !important;
}

.menu > ul > li > ul > li a {
	width: 100% !important;
}

.menu-dropdown-icon::before {
	background-color: transparent;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	padding: .75em 2em;
}

.header .logo-img-text {
	max-height: 46px;
	transition: all .4s ease-in-out
}
.secondNav .header .logo-img, .small-header .header .logo-img-text {
	max-height: 30px
}

/*************************************************************************************************/


/***************/
/* header menu */
/***************/
.menu-style-1 .menu-icon {
	margin-right: 5px;
}

.header-search {
	right: 0;
}

.header-search > li {
	padding: 10px !important;
}

#header-search-input {
	border-bottom-right-radius: 4px;
	border-top-right-radius: 4px;
}

#header-search-btn {
	height: 34px;
	margin-left: 5px;
	margin-bottom: 0;
	padding: 6px;
}

#header-search-btn > i {
	margin: 0 5px;
	position: relative;
	top: -3px;
}



/**********/
/* header */
/**********/
.header-image {
	height: 300px;
	background-color: rgba(0, 0, 0, 0.25);
}

.header-image > .container {
	height: 100%;
}

.header-image > .container > .page-title-row {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.header-image .page-title {
	text-shadow: 1px 2px rgba(50, 50, 50, 0.5);
}

.header-plain {
	height: 300px;
}

.page-title-frame {
	text-align: center;
}

.page-subtitle {
	font-weight: 600;
	color: #fff;
	margin-bottom: 0;
}



/***********/
/* content */
/***********/
ul:not([class]) > li:not([class]) {
	list-style: outside none disc;
}

button[disabled] {
	color: #bbb !important;
	border-color: #bbb !important;
	background-color: #eee !important;
	cursor: not-allowed !important;
}

.feature-box-10 {
	height: 73px;
	display: flex;
	align-items: center;
	justify-content: center;

	background-color: #2B2C2D;
}

.feature-box-10:hover {
	background-color: #37393A;
}

.feature-box-10 h5.release-title {
	margin-bottom: 0;
	line-height: normal;
	text-transform: none;

	font-family: "Open Sans", sans-serif;
	font-weight: 300;
	font-size: 20px;
	color: #fff;
	/*color: #3AAAF4;*/
}

.feature-box-3 h5.release-title {
	margin-bottom: 0;
	line-height: normal;
	text-transform: none;

	font-family: "Open Sans", sans-serif;
	font-weight: 300;
	font-size: 20px;
	color: #fff;
	/*color: #3AAAF4;*/
}



/************/
/* carousel */
/************/
.owl-carousel .featured-top {
	height: 204px;
}

.owl-carousel .featured-img {
	max-height: 204px;
}

.owl-carousel .featured-details {
	height: 100%;
	display: flex;
	flex-direction: column;
	padding-left: 0 !important;
	overflow: hidden;
}

.owl-carousel h5 {
	margin-bottom: 10px;
	line-height: normal;
	letter-spacing: 0.5px;
}

.owl-carousel h5.featured-title {
	font-family: "Open Sans", sans-serif;
	letter-spacing: normal;
}

.owl-carousel h5.featured-date small {
	font-style: normal;
}

.owl-carousel h5 a, .owl-item-text-more a.read-more {
	color: #3498db !important;
}

.owl-carousel .owl-nav {
	margin-top: 10px;
	text-align: right;
}

.owl-carousel.top-nav .owl-nav {
	position: absolute;
	top: 0;
	right: 0;
	margin-top: -55px;
}

.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
	padding: 5px 10px !important;
	display: inline-block;
	margin-bottom: 0;
	background: #3498db;
	color: #F1F1F1;
}

.owl-carousel .owl-nav button.owl-prev {
	margin-right: 5px;
}

.owl-carousel .owl-nav button.owl-prev:hover, .owl-carousel .owl-nav button.owl-next:hover {
	background: #217dbb;
}

.owl-carousel .owl-nav .disabled {
	opacity: 0.5 !important;
}

.owl-carousel .panel {
	margin-bottom: 0;
}

.owl-item-text {
	letter-spacing: normal;
	flex-grow: 1;
	max-height: 105px;
	overflow: hidden;
}

.owl-item-text p {
	display: block;
	margin-bottom: 0;
	line-height: 1.5em;
	text-align: justify;
}

.owl-item-text-more {
	position: absolute;
	bottom: 4px;
	right: 1em;
	padding-left: 30px;
	background-color: white;
	line-height: 1.5em;

	background: -moz-linear-gradient(left, rgba(255 ,255, 255, 0) 0%, rgba(255 ,255, 255, 1) 18%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(255 ,255, 255, 0) 0%, rgba(255 ,255, 255, 1) 18%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(255 ,255, 255, 0) 0%, rgba(255 ,255, 255, 1) 18%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

/* IE specific hacks to fix rendering issue */
html[data-agent*="Trident"] .owl-item-text {
	margin-top: 9px;
}

html[data-agent*="Trident"] .owl-item-text-more {
	bottom: 1px;
}



/********/
/* misc */
/********/
.mb0 {
	margin-bottom: 0 !important;
}

.mb15 {
	margin-bottom: 15px !important;
}

i.fa {
	margin-right: 5px;
}

.alert i.fa {
	margin-right: 10px;
}

.scroll-to-top i.fa {
	margin-right: 0;
}

.text-case-normal {
	text-transform: none !important;
}

.text-red {
	color: #ff0000;
}

.st-btn-sm {
	padding: 3px 20px;
}

.table-sm th, .table-sm td {
	font-size: 12px;
}

.table-noresults {
	text-align: center;
}



/**********/
/* footer */
/**********/
ul.ul-tweets {
	padding: 0 0 0 2em; /* make space for li's :before */
}

ul.ul-tweets li {
	font-size: 12px;
	color: #d9d9d9;

	position: relative;
	padding-left: 1em; /* text distance to icon */
}

ul.ul-tweets li:before {
	content: "\f099";
	font-family: "FontAwesome";
	position: absolute;
	left: -2em; /* same as ul padding-left */

	width: 2em;
	height: 2em;
	text-indent: 6.5px;
	color: #fff;
	background: #3498db none repeat scroll 0 0;
	border-radius: 50%;
}

.footer-contact a {
	color: #3498db;
}




/*****************/
/* media queries */
/*****************/
/*@media only screen and (max-width: 1020px) {
	.header .menu-item.search-icon {
		display: none;
	}
}*/

@media only screen and (max-width: 1300px) {	
	
	/*
	.header .logo-img-text {
		display: none;
	}
	*/
	
	.header .logo-img-text {
		max-height: 28px;
		transition: all .4s ease-in-out
	}	
}

@media only screen and (max-width: 1024px) {	
	
	/*
	.header .logo-img-text {
		display: none;
	}
	*/
	
	.header .logo-img-text {
		max-height: 28px;
		transition: all .4s ease-in-out
	}	
}

@media only screen and (max-width: 991px) {
	h1.page-title {
		font-size: 42pt;
	}

	.header .menu-item a {
		line-height: 80px;
	}
	
	.header .logo-img-text {
		max-height: 26px;
		transition: all .4s ease-in-out
	}	
}

@media only screen and (max-width: 959px) {
	.header .menu-item a {
		line-height: 28px;
	}
	
	.header .logo-img-text {
		max-height: 24px;
		transition: all .4s ease-in-out
	}		
}

@media only screen and (max-width: 767px) {
	h1.page-title {
		font-size: 36pt;
	}
	
	.header .logo-img-text {
		max-height: 20px;
		transition: all .4s ease-in-out
	}		
}

@media print {
	.parallax-mirror {
		display: none;
	}

	.main {
		padding-top: 0 !important;
	}

	#contact-info, #release-list {
		width: 100%;
	}

	#contact-info > .row {
		width: 50%;
		display: inline-block;
	}

	#contact-info > .row:first-of-type > .col-xs-12.mb30, #contact-info > .row:first-of-type > .col-xs-12.mb30 > p {
		margin-bottom: 0 !important;
	}

	.col-print-12 {
		width: 100%;
	}
}