#header #logo img{
	padding:10px 0;
}
#panel-logo img {
    max-width: 100%;
}
.footer-logo img {
    max-width: 200px;
}
/* Type */
@media (max-width: 991px) { 
	.text-center-sm{
		text-align:center;
	}
	.text-center-sm img{
		margin-left:auto;
		margin-right:auto;
	}
}
.heading h1, .heading h2, .heading h3, .heading h4, h1, h1 a, h2, h2 a, h3, h3 a, h4, h4 a, h5, h5 a, h6, h6 a, body{
    color: #58585a;
}
.heading::after, .heading.heading-light::after, .text-light .heading::after {
    border-top: 0;
}
.page-title h1 {
	font-size: 80px;
	font-weight: 700;
	line-height: 80px;
}
@media (min-width: 992px) and (max-width: 1199px) {
	.page-title-parallax {
    	background-size: 1199px !important;
		background-position: top center;
	}
	.page-title h1 {
		font-size: 56px;
		line-height: 56px;
	}
}
@media (max-width: 991px) {
.page-title-parallax {
    background-size: contain !important;
}
#page-title {
    padding: 80px 0 !important;
}
.page-title h1 {
	font-size: 48px;
	line-height: 48px;
}
}
@media (max-width: 767px) {
.page-title-parallax {
    background-size: cover !important;
}
.page-title h1 {
	font-size: 30px;
	line-height: 30px;
}
}
h2 img{
	max-width:250px !important;
}
@media only screen and (max-device-width: 479px) {
	.heading h2 {
		font-size: 2.3em;
		line-height: 1.2em;
	}
}
/* Background */
.bkg-spread{
	background-position: center;
	background-size: cover !important;
	background-repeat: no-repeat !important;
}
.static-background {
  background-position: 50% 50%;
  background-size: cover;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -2;
}
/* Nav */
.inactiveLink {
   pointer-events: none;
   cursor: default;
}
nav .main-menu a, nav .main-menu .dropdown-menu a, nav .main-menu .dropdown-submenu > span.dropdown-menu-title-only {
    color: #58585a;
}
#mainMenu > ul > li > a {
	font-size:14px;
	font-weight:700;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
    background-color: #00AAAD;
	color:#FFF!important;
}
.dropdown-menu>.active>a:hover{
	color: #58585a!important;
}
@media (min-width: 992px) and (max-width: 1060px) {
	#header, #header-wrap, #logo img, #header.header-sticky:not(.header-static) nav#mainMenu ul.main-menu, #mainMenu > ul, #header.header-sticky:not(.header-static) .nav-main-menu-responsive, #header .side-panel-button {
    height: 70px;
}
	#mainMenu > ul > li > a {
    height: 70px;
    line-height: 50px;
	}
}
@media (max-width: 767px) {
	#header, #header-wrap, #logo img, #header.header-sticky:not(.header-static) nav#mainMenu ul.main-menu, #mainMenu > ul, #header.header-sticky:not(.header-static) .nav-main-menu-responsive, #header .side-panel-button {
    height: 70px;
}
	.nav-main-menu-responsive {
    height: 70px;
    line-height: 70px;
	}
}
@media (max-width: 991px) {
	nav ul.main-menu li.active a {
    color: #00AAAD !important;
}
}
/* Home Slider */
.inspiro-slider .slide-captions h1 {
	text-transform: uppercase;
	font-family: 'Raleway', sans-serif;
	text-shadow:  0 0 10px #8c8c8c;
}
.inspiro-slider .slide-captions h4 {
	text-shadow:  0 0 5px #8c8c8c;
}
/* Height Match */
@media only screen and (max-width : 767px) {
  .boxes {
    height: auto !important;
  } 
}
.slide-captions{
	position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
/*footer logos */
.gallery-cell {
	width: 200px;
	height: 100px;
	margin: 0 60px;
	position: relative;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	-o-background-size: contain;
	-moz-background-size: contain;
	-webkit-background-size: contain;
}
/* cell number */
.gallery-cell:before {
	display: block;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
.gallery-cell {
	width: 70%;
	height: 60px;
}
}

@media only screen and (min-device-width: 481px) and (max-device-width: 767px) {
.gallery-cell {
	width: 50%;
	height: 60px;
}
}
/* Overlay Boxes */
.thumb-box {
	height: 270px;
	width: 100%;
	display: block;
	background-position: center center;
	background-size: cover;
}
.thumb-box-overlay {
	background: rgba(0,0,0,.75);
	text-align: center;
	padding: 0;
	height: 100%;
	z-index: 1;
}
.thumb-box-overlay span {
	margin: auto;
	position: absolute;
	top: 80px;
	left: 0;
	right: 0;
	z-index: 2;
}
.thumb-box-overlay span, .thumb-box-overlay span a{
	color: #FFF;
}
.thumb-box-overlay, .thumb-box-overlay span {
	opacity: 0;
	-webkit-transition: opacity .25s ease;
}
.thumb-box:hover .thumb-box-overlay , .thumb-box:hover .thumb-box-overlay span{
	opacity: 1;
}

































