html {
  	overflow-x: hidden;
}

h1 {
	text-shadow: 1px 1px 0px #fff;
}

h2 {
	padding-bottom: 30px;
}

img.img_left {
	float:left;
	margin:0 30px 30px 0;
}

img.img_right {
	float:right;
	margin:0 0 30px 30px;
}

/* abovecontent and belowcontent modules */

div.abovecontent {
}

div.belowcontent {
	padding: 30px 0 0 0;
}

/* topmenurow */

.topmenurow {
	position: absolute;
    width: 100%;
    z-index: 1;
    background: rgba(255,255,255,0.7);
    box-shadow: 0px 1px 5px #ddd;
}

.topmenurow.topmenushow {
	position: fixed;
}

.topmenurow a {
	text-decoration: none;
}

.mp_logo {
	line-height: 1;
}

/* contentrow */

.sparky_container > .content_sparky.sparky_cell {
	padding: 0 15px;
}

.page-header, .finder > h1 {
	margin-top: 100px;
}

div.com-finder.finder {
	padding-bottom: 30px;
}

.hero_row {
	height: 100vh;
	transition: background 1s;
}

.hero_row .sparky_page_container {
	height: 100%;
}

.hero_row a {
	color: #000;
    text-shadow: 1px 1px 0px #fff;
    text-decoration: none;
    padding: 5px;
    border-radius: 3px;
    transition: background 0.5s;
}

.hero_row a:hover {
	background: rgba(255,255,255,0.7);
	transition: background 0.5s;
}

a.scroll {
	padding-bottom: 40px;
	display: block;
}

.bigtext {
	font-size: 24px;
	line-height: 32px;
}

.bigtext2 {
	font-size: 24px;
	color:#222;
	line-height: 32px;
}

.subheading {
	text-transform: uppercase;
	padding:0;
	margin-top: -20px;
	margin-bottom: 45px;
}

.logos_images a img {
	opacity: 0.5;
	transition: opacity 0.5s;
}

.logos_images a img:hover {
	opacity: 1;
	transition: opacity 0.5s;
}

/* tabs styling */

ul.ui-tabs-nav {
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
	margin:0;
	padding:20px 0;
	list-style: none;
}

ul.ui-tabs-nav li {
	width: 24%;
	min-width: 150px;
	display: inline-block;
	text-align: center;
}

ul.ui-tabs-nav li a {
	border-left: 1px solid #ddd;
	display: block;
	text-decoration: none;
	color:inherit;
}

ul.ui-tabs-nav li a:focus {
	outline:none;
}

ul.ui-tabs-nav li:first-child a {
	border-left: none;
}

ul.ui-tabs-nav .bigtext {
	line-height: normal;
}

div.ui-tabs-panel {
	margin-top: 30px;
}

.ui-tabs-active .bigtext {
	color:#222;
}

ul.ui-tabs-nav li img {
	opacity:.3;
}

ul.ui-tabs-nav li.ui-tabs-active img {
	opacity: 1;
}

.ui-tabs-anchor .subheading {
	display: block;
	font-size: 14px;
	margin: 0;
}

/* simple contact */

div.hot_simple_contact {
	text-align: center;
	max-width: 560px;
	margin: 30px auto 0;
}

div.hot_simple_contact .form-group {
	margin-bottom: 15px;
}

div.hot_simple_contact label {
	padding-bottom: 10px;
}

div.hot_simple_contact textarea {
	height: 110px;
}

.btn {
	background: #444;
	color: #fff;
	border: 0;
}

.btn:hover, .btn:active, .btn:focus {
	background: #777 !important;
	color: #fff !important;
}

div.hot_simple_contact .btn {
	width: 100%;
	height: 50px;
	margin-top: 15px;
}

/* message */

#system-message-container {
    position: fixed;
    z-index: 999;
    bottom: 30px;
    right: 30px;
}

#system-message-container span.info {
    border: 0;
    background: transparent;
    padding: 0;
}

#system-message-container span.info::before {
    float: none;
}

/* footerrow */

.footerrow {
	background: #000;
	text-align: center;
}

/* contact */

.com-contact.contact dt {
    float: inline-start;
    clear: both;
    padding-top: 15px;
}

.com-contact.contact dd {
    padding-inline-start: 30px;
}

.com-contact.contact dt + dd {
    padding-top: 15px;
}

@media (min-width: 992px) {

    .com-contact.contact {
        display: flex;
        flex-wrap: wrap;
    }

    .com-contact.contact .page-header,
    .com-contact.contact h1 {
        width: 100%;
    }

    .com-contact__container {
        width: 34%;
    }

    .com-contact__form.contact-form {
        width: 66%;
        margin-top: 15px;
    }

    .com-contact__form.contact-form legend {
        background: transparent;
        padding: 15px 0;
        font-size: 24px;
        line-height: 1.4;
        font-weight: 700;
        text-transform: uppercase;
    }

    .com-contact.contact > h2 {
        display: none;
    }

}

/* responsive */

.nav-toggle {
	width: 25px;
    height: 25px;
    background-size: 25px 50px;
}

@media (max-width: 989px) {

	.mp_top1 nav nav:not(.opened) ul.menu {
		display: none;
	}

}

@media (max-width: 767px) {

	.full .sparky_container > .sparky_cell {
	    padding: 15px;
	}

	.one.topmenurow .mp_logo {
	    width: 75% !important;
	}

	.one.topmenurow .mp_top1 {
	    width: 25% !important;
	}

	img.img_left, img.img_right {
		float:none;
		margin:0 0 30px 0;
	}

	h1, h1 a {
		font-size: 48px;
	}

	h2 {
		font-size: 32px;
	}

	.ui-tabs-nav {
		text-align: center;
	}

}

@media (max-width: 414px) {

	.logos_images {
		text-align: center;
	}

	.logos_images .sparky_cell {
		margin-bottom: 0;
	}

}