h2, h2 a {
    padding:0 0 25px 0;
}

h3 {
    text-transform: uppercase;
}

/* read more button */

p.readmore a {
	text-transform: uppercase;
}

/* forms */

.inputbox, input.required, textarea.required, .form-control {
	display: inline-block;
	vertical-align: middle;
	padding: 8px;
	margin: 0;
	background-color: #ffffff;
	color:#555555;
	border: 1px solid #ccc;
	border-radius: 0;
}

.button, .btn, a.btn, button.btn {
	display: inline-block;
	padding: 11px 30px 10px 30px;
	margin: 0;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background: #749FB0;
	font-size: 14px;
	font-weight: 700;
	transition: all .2s;
	text-transform: uppercase;
	border: 0;
}

.button:hover, .btn:hover, a.btn:hover, button.btn:hover {
	color: #fff;
	background: #222222;
	transition: all .2s;
}

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;
}

p.copyright {
}

/* TOP ROW */

.toprow {
	padding: 20px 0;
	background: url(../images/custom/bg1.jpg);
	background-position: 0px 0px;
}

/* social icons */

.mp_top1 i {
	padding-right: 15px;
	font-size: 13px;
}

.mp_top1 a {
	color: #8c8c8c;
	transition: all .2s;
}

.mp_top1 a:hover {
	color: #222222;
	transition: all .2s;
}

/* header menu */

.mnu_headermenu li {
	text-transform: uppercase;
	background: url(../images/custom/menu_sep.png) right no-repeat;
	padding: 0px 12px 0 9px !important;
}

.mnu_headermenu li:last-child {
	background: none;
	padding-right: 0;
}

.mnu_headermenu li a, .mnu_headermenu li a:hover {
	transition: all .2s;
}

/* LOGO ROW */

.logorow {
	padding: 20px 0;
	background: url(../images/custom/bg1.jpg);
	background-position: 0px -59px;
}

.mp_logo {
	line-height: 1.25;
}

/* logo */

.sparky_logo span {
	color:#749FB0;
}

.sparky_slogan {
	text-transform: uppercase;
}

/* contact top */

.mp_top3 {
	text-align: right;
	font-size: 12px;
}

.mp_top3.sparky_cell {
	position: relative;
    right: 15px;
	padding-right: 20px;
	border-right: 3px solid #749FB0;
}

.mp_top3 p {
	margin-bottom: 8px;
}

.mp_top3 i {
	padding: 0 8px;
	font-size: 14px;
}

/* TOP MENU ROW */

.topmenurow {
	background: #f9f9f9; /* Old browsers */
	background: linear-gradient(to bottom,  #f9f9f9 0%,#ededed 100%); /* W3C */
}

/* top menu */

.mnu_topmenu > li > a {
	text-transform: uppercase;
	transition: all .2s;
}

.mnu_topmenu > li.active > a, .mnu_topmenu > li.active > span {
	border-top: 3px solid #749FB0;
	font-weight: 800;
}

@media screen and (max-width: 979px) {
    .topmenurow nav:not(.opened) ul.menu {
		display: none;
	}
}

/* search */

.mp_header1 {
	text-align: right;
}

.mp_header1 .inputbox, .mp_header1 .form-control {
	background: #e6e6e6 url(../images/custom/magnifier.png) no-repeat right;
	font-family: 'Lato', sans-serif;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 16px;
	border-radius: 15px;
	box-shadow: inset 3px 3px 3px #ccc;
	font-size: 14px;
    font-weight: 300;
}

/* CAROUSEL ROW */

.carouselrow .sparky_cell {
	padding: 0;
}

/* hot full carousel */

.hero-carousel h2 {
	color: #fff;
	position: absolute;
	background: #749FB0;
	padding: 3px 15px;
	z-index: 1;
	font-size: 40px !important;
	font-weight: 700;
	display: none;
	top: 95px;
    left: calc(20% + 15px);
}

.hero-carousel article {
	box-shadow: inset 0px 1px 7px #444;
}

.hero-carousel article .contents {
	padding-top: 80px !important;
	font-style: italic;
	font-weight: 300;
}

.hero-carousel article .contents .readmore a {
	background: transparent;
    border: 0;
    padding-left: 0;
    padding-right: 0;
}

.hero-carousel article .contents .readmore a:before {
	content: "\f0fe";
	font-family: 'Font Awesome 6 Free';
	font-weight: 700;
	font-style: normal;
	color: #fff;
	padding-right: 8px;
}

.hero-carousel article .contents .readmore:hover a, .hero-carousel article .contents .readmore:hover a:before {
	color: #749FB0;
	transition: all .2s;
}

.hero-carousel article .contents p {
	line-height: 1.4;
}

/* MESSAGE ROW */

.messagerow, .socialrow {
	background: url(../images/custom/texture1.png);
	padding: 30px 0;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	font-size: 24px;
}

.messagerow p {
	margin: 0;
}

.messagerow span {
	color: #749FB0;
	font-family: 'Just Me Again Down Here', cursive;
	text-transform: none;
}

.messagerow a.button {
	float: right;
}

.messagerow a.button:before {
	content: "\f0e0";
	font-family: 'Font Awesome 6 Free';
	font-weight: 400;
	padding-right: 8px;
	font-weight: 400;
}

.messagerow a.button:hover {
	background: #fff;
	color: #222;
}

/* BREADCRUMBS ROW */

.breadcrumbsrow {
	background: #bfbca6;
	padding: 10px 0;
	color: #fff;
	font-size: 12px;
	text-transform:uppercase;
	box-shadow: inset 0px 2px 4px #a9a58c;
	font-weight: 400;
}

.breadcrumbsrow a {
	color: #fff;
}

.breadcrumbsrow i {
	padding: 0 5px;
}

/* CONTENT ROW */

.contentrow {
	padding: 70px 0;
	background: url(../images/custom/world.jpg) no-repeat center;
}

/* home page only */

.sparky_home h2 {
	text-align: center;
	text-transform: uppercase;
}

.sparky_home h2 span {
	font-weight: 800;
	color: #749FB0;
}

/* inner pages only */

.sparky_inner h2 {
	text-transform: uppercase;
}

.sparky_inner h2 span {
	font-weight: 800;
	color: #749FB0;
}

.sparky_inner .contentrow {
	padding-top: 30px;
  	padding-bottom: 0;
}

.sparky_inner .contentrow .sparky_container {
	background: url(../images/custom/divider.png) repeat-x bottom;
	padding-bottom: 70px;
}

.createdby {
	font-style: italic;
}

/* tags */

ul.tags {
	margin: 10px 0;
	padding: 0;
}

ul.tags li {
	display: inline-block;
	list-style: none;
	margin: 0 2px !important;
	padding: 0;
}

ul.tags li a {
	display: inline-block;
	padding: 5px;
	margin: 0;
	border-radius: 3px;
	color: #000 !important;
	font-weight: normal;
	background-color: #eee;
	border: 1px solid #ccc;
}

ul.tags li a:hover {
	background-color: #fff;
}

.mp_left.sparky_cell {
	padding-right: 30px;
}

.mp_right.sparky_cell {
	padding-left: 30px;
}

.mp_left .moduletable, .mp_right .moduletable {
	margin-bottom: 50px;
}

.mp_left h3, .mp_right h3 {
	font-size: 18px;
	margin-bottom: 30px;
}

.mnu_sidemenu > li {
	border-bottom: 1px solid #ddd;
}

.mnu_sidemenu > li:after {
	content: "\f0a9";
	font-family: 'Font Awesome 6 Free';
	font-weight: 700;
	float: right;
	color: #ccc;
	transition: all .2s;
}

.mnu_sidemenu > li:hover:after {
	color: #749FB0;
	transition: all .2s;
}

.mnu_sidemenu > li a, .mnu_sidemenu > li a:hover {
	transition: all .2s;
}

/* blog page */

.blog p.readmore a.btn {
	background: none;
	border:1px solid #749FB0;
	color: #8c8c8c;
	margin-bottom: 30px;
}

.blog p.readmore a.btn:hover {
	background: #749FB0;
	color: #fff;
}

.blog h2, .blog h2 a {
	padding-bottom: 10px;
}

.item-image {
	margin-bottom: 15px;
}

/* ADVERT ROW */

.advertrow .sparky_container {
	background: url(../images/custom/divider.png) repeat-x bottom;
	padding-bottom: 70px;
}

.advertrow h4 {
	text-transform: uppercase;
	padding-top: 0;
}

.advertrow img {
	float: left;
	margin: 0 15px 45px 0;
}

/* CASES ROW */

.casesrow .sparky_container {
	background: url(../images/custom/divider.png) repeat-x bottom;
	padding: 70px 0;
}

.casesrow a.button:before {
	content: "\f07c";
	font-family: 'Font Awesome 6 Free';
	font-weight: 400;
	padding-right: 8px;
	font-weight: 400;
}

/* hot film tape */

.list_carousel.responsive {
	width: 100%;
}

.mp_user2.sparky_cell {
	margin: 0;
	padding: 0;
}

.film_tape_arrows {
	text-align: right !important;
}

.film_tape_arrows .prev::before {
	content: "\f104";
	font-family: 'Font Awesome 6 Free';
  	font-weight: 900;
	font-size: 24px;
}

.film_tape_arrows .next::before {
	content: "\f105";
	font-family: 'Font Awesome 6 Free';
  	font-weight: 900;
	font-size: 24px;
}

a#hot_film_tape_prev.prev, a#hot_film_tape_next.next {
	padding: 10px;
	font-size: 0;
}

/* BOTTOM ROW */

.bottomrow .sparky_container {
	padding: 70px 0;
	margin-bottom: 20px;
}

.bottomrow h3 {
	font-size: 18px;
	margin-bottom: 30px;
}

.bottomrow h4, .bottomrow h4 a {
	font-size: 18px;
	color: #222;
	transition: all .2s;
}

.bottomrow h4 a:hover {
	color: #749FB0;
	transition: all .2s;
}

/* latest news */

ul.latestnews {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.latestnews li {
	margin: 0;
	padding: 0;
}

.latestnews p {
	line-height: 1.5;
}

.news_date {
	background: #222;
	display: inline-block;
	float: left;
	color: #fff;
	padding: 10px 0;
	text-align: center;
	margin: 0 15px 30px 0;
}

.news_date span {
	background: #749FB0;
	font-size: 24px;
	font-weight: 300;
	padding: 5px 20px;
	display: inline-block;
	margin: 0 0 10px 0;
	position: relative;
	left: -10px;
}

.blog .news_date {
	margin-bottom: 15px;
}

p.article-info {
	color: #ccc;
	line-height: 1;
}

/* testimonials */

.mp_bottom2 .newsflash {
	background: #222;
	padding: 15px;
	font-style: italic;
}

.mp_bottom2 .newsflash:after {
	content: "\f04b";
	font-family: 'Font Awesome 6 Free';
	font-weight: 700;
	font-style: normal;
	position: absolute;
	color: #222;
	margin-top: -10px;
	font-size: 48px;
    transform: rotate(90deg);
}

.mp_bottom2 h4 {
	background: #749FB0;
	font-weight: 300;
	color: #fff;
	position: relative;
	left: 30px;
	padding: 0;
}

.mp_bottom2 h4 img {
	position: relative;
	margin-left: -30px;
	padding-right: 15px;
}

.mp_bottom2 h4:after {
	content: "\f164";
	font-family: 'Font Awesome 6 Free';
	font-weight: 400;
	font-size: 32px;
	float: right;
	line-height: 80px;
	padding-right: 15px;
}

.mp_bottom2 .newsflash p {
	padding: 10px 10px 0 10px;
}

/* CONTACT ROW */

.contactrow {
	background: #bfbca6;
	padding: 30px 0;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	font-size: 24px;
	text-align: center;
}

.contactrow p {
	margin: 0;
	padding: 0;
}

.contactrow a.button {
	background: #222;
	margin-left: 15px;
}

.contactrow a.button:before {
	content: "\f0e0";
	font-family: 'Font Awesome 6 Free';
	font-weight: 400;
	padding-right: 8px;
}

.contactrow a.button:hover {
	background: #749FB0;
}

/* SOCIAL ROW */

.socialrow {
	text-transform: none;
}

.socialrow .sparky_logo {
	color: #fff;
	font-weight: 400;
	float: left;
	font-size: 32px;
}

.socialrow p {
	margin: 0;
	padding: 0;
}

.socialrow .social_icons {
	float: right;
}

.socialrow .social_icons a {
	color: #fff;
	font-size: 18px;
	background: #454545;
	width: 30px;
	height: 30px;
	display: inline-block;
	text-align: center;
	line-height: 30px;
	margin: 0 0 0 8px;
	border-radius: 50%;
	transition: all .2s;
}

.socialrow .social_icons a:hover {
	background: #749FB0;
	transition: all .2s;
}

/* FOOTER ROW */

.footerrow {
	background: url(../images/custom/bg1_footer.jpg);
	padding: 50px 0;
}

.footerrow h3 {
	font-size: 18px;
	padding-bottom: 30px;
	color: #fff;
}

/* latest news */

.footerrow .latestnews a {
	color: #fff;
	font-weight: 400;
	transition: all .2s;
}

.footerrow .latestnews a:hover {
	color: #749FB0;
	transition: all .2s;
}

.footerrow .latestnews h4 {
	padding: 0 0 5px;
}

.footerrow .latestnews .article-info {
	font-style: italic;
	color: #8c8c8c;
	font-size: 12px;
}

.footerrow .latestnews .item-separator {
	border-bottom: 1px solid #333;
	margin-bottom: 15px;
}

/* office locations */

.mp_bottom6 h4 {
	color: #fff;
	text-transform: uppercase;
	padding-top: 0;
}

.mp_bottom6 span {
	color: #749FB0;
}

/* COPYRIGHT ROW */

.copyrightrow {
	background: #111;
	padding: 15px 0;
	border-bottom: 5px solid #749FB0;
}

.copyrightrow a {
	color: #bbb;
	font-weight: 300;
}

.copyrightrow i {
	float: right;
	background: #333;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	transition: all .2s;
}

.copyrightrow i:hover {
	background: #749FB0;
	transition: all .2s;
	color: #fff;
}

/* 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 BEHAVIOUR */

.nav-toggle {
	float: none;
}

@media (max-width: 1164px) {

	.hero-carousel article .contents {
		left: 15% !important;
		width: 40% !important;
	}

	.hero-carousel article h2 {
		left: 15%;
	}

	img {
		max-width: 100%;
		height: auto;
	}

	.messagerow {
		text-align: center;
	}

	.messagerow a.button {
		float: none;
	}

}

@media (max-width: 979px) {

	.mp_header1 .inputbox, .mp_header1 .form-control {
		margin-top: 5px;
	}

	.hero-carousel article h2 {
		font-size: 32px !important;
	}

	.advertrow img {
		float: none;
		margin: 0 5% 30px 5%;
		width: 90%;
		max-width: 200px;
	}

	.sparky_container > .mp_topmenu.sparky_cell {
		width: 20% !important;
	}

	.sparky_container > .mp_header1.sparky_cell {
		width: 80% !important;
	}

	.footerrow .sparky_container > .sparky_cell {
		width: 50% !important;
		float: left;
	}

	.mp_bottom5 {
		clear: both;
	}

	.messagerow, .socialrow, .contactrow {
		font-size: 20px;
	}

}

@media (max-width: 767px) {

	.sparky_container > .mp_top1.sparky_cell,
	.sparky_container > .mp_top2.sparky_cell,
	.sparky_container > .mp_logo.sparky_cell,
	.sparky_container > .mp_top3.sparky_cell {
		width: 50%;
		float: left;
	}

	.advertrow, .advertrow h4 {
		text-align: center;
	}

	.bottomrow {
		overflow: hidden;
	}

	.hero-carousel article h2 {
		position: relative;
		left: 0;
	}

	.hero-carousel article .contents {
		padding-top: 30px !important;
	}

	.mp_right.sparky_cell {
		padding-left: 10px;
	}

}

@media (max-width: 450px) {

	.sparky_container > .mp_top1.sparky_cell,
	.sparky_container > .mp_top2.sparky_cell,
	.sparky_container > .mp_logo.sparky_cell,
	.sparky_container > .mp_top3.sparky_cell {
		width: 100% !important;
		float: none;
		text-align: center;
	}

	.sparky_container > .mp_logo.sparky_cell {
		padding-bottom: 15px;
	}

	.mp_top3.sparky_cell {
		border-right: 0;
	}

	ul.mnu_headermenu {
		text-align: center;
		margin-top: 10px;
	}

	.sparky_logo, .sparky_slogan {
		text-align: center;
	}

	.logorow {
		padding-top: 0;
	}

	.toprow {
		padding-bottom: 10px;
	}

	.mp_logo {
		padding-bottom: 15px;
	}

	.hero-carousel article .contents {
		width: 65% !important;
	}

	.messagerow a.button, .contactrow a.button {
		display: block;
		margin-left: 0;
		margin-top: 10px;
	}

	.casesrow .sparky_container {
		padding: 20px 0;
	}

	.socialrow .sparky_logo, .socialrow .social_icons {
		text-align: center;
		float: none;
	}

	.footerrow .sparky_container > .sparky_cell {
		width: 100% !important;
		float: none;
	}

	.sparky_inner .contentrow .sparky_container {
		padding-bottom: 20px;
	}

	.bottomrow .sparky_container {
		padding-top: 30px;
	}

	.form-horizontal .control-label {
		float: none;
		text-align: left;
	}

	.form-horizontal .controls {
		margin-left: 0;
	}

	.blog h2, .blog h2 a {
		font-size: 32px;
	}

	img.img_right, img.img_left {
		width: 100%;
	    float: none;
	    margin: 0 0 30px 0;
	}

}

	