/* layout */

body {
	padding: 15px;
}

.sparky_page_row.row_full_width {
	width: calc(100vw - var(--scrollbar-width) - 30px);
	margin-left: calc(-50vw + 15px);
}

/* form */

label {
	margin-bottom: 15px;
}

button, button.btn, input.button, a.btn, p.readmore a.btn, a.sparky_button {
	font-size: 18px;
    background: var(--sparkycolor4);
    border:1px solid var(--sparkycolor4);
    border-radius: 29px;
    color: #fff;
    font-weight: 900;
    padding: 0 30px;
    text-transform: uppercase;
    transition: all 0.3s;
}

button.btn, input.button, a.btn, p.readmore a.btn {
	line-height: 56px;
}

button:hover, button.btn:hover, button.btn-primary:hover, input.button:hover, a.btn:hover,
button:active, button.btn:active, button.btn-primary:active, input.button:active, a.btn:active,
button:focus, button.btn:focus, button.btn-primary:focus, input.button:focus, a.btn:focus,
p.readmore a.btn:hover, p.readmore a.btn:active, p.readmore a.btn:focus,
a.sparky_button:hover, a.sparky_button:active, a.sparky_button:focus {
    background: #000;
    border:1px solid #000;
    color: #fff !important;
    transition: all 0.3s;
}

button.btn-primary, p.readmore a.btn, a.btn-primary {
    background: var(--sparkycolor2);
    border:1px solid var(--sparkycolor2);
}

button.btn-primary:hover, p.readmore a.btn:hover, a.btn-primary:hover {
    background: #000;
    border:1px solid #000;
}

p.readmore {
  	margin-bottom: 50px;
}

a.transparent_button {
	background: transparent;
	color: var(--sparkycolor2);
}

a.transparent_button:hover {
	background: transparent;
	color: #000 !important;
	border-color: #000;
}

input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
	font-size: 18px;
    border-radius: 0;
    border: 1px solid #cbcbcb;
    padding: 24px 23px 23px;
    margin-bottom: 30px;
    box-shadow: none;
    box-sizing: border-box;
  	display: inline-block;
    height: 20px;
}

textarea {
	font-size: 18px;
    border-radius: 0;
    padding: 20px;
    margin-bottom: 30px;
    box-shadow: none;
    box-sizing: border-box;
}

textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus, input:focus:invalid:focus, textarea:focus:invalid:focus {
    box-shadow: none;
    border-color: var(--sparkycolor2);
}

.search .btn {
	margin-bottom: 30px;
}

.input-group .btn {
    height: 49px;
    line-height: 37px;
}

/* rapid contact */

.rapid_contact label {
  display:block;
}

.rapid_contact input:not(.button) {
  	display: inline-block;
    height: 20px;
	width: 100%;
}

.rapid_contact textarea {
    display: inline-block;
	width: 100%;
    border: 1px solid #cbcbcb;
}

.rapid_contact input.button {
	width: auto;
}

/* logorow */

.logorow {
	position: absolute;
    width: calc(100% - 30px);
    z-index: 1;
}

.logorow .sparky_cell {
	/*padding: 45px;*/
	padding-left: 50px;
}

.sparky_logo_image img {
	max-width: 180px;
}

.menu a.featured {
	background: var(--sparkycolor2);
	border-radius: 3px;
	color: #fff;
}

.menu a.featured:hover {
	background: #000;
	color: #fff;
}

.menu > .active > a {
	font-weight: 700;
}

.menu > li.parent:hover > a {
	color: #fff;
}

/* carouselrow */

.carouselrow {
	text-align: center;
	font-weight: bold;
	line-height: 1;
}

.carouselrow .sparky_container > .sparky_cell {
	padding: 0;
}

.carouselrow h2 {
	font-weight: 900;
	line-height: 1;
}

.flickity-page-dots .dot {
	width: 23px !important;
	height: 20px !important;
	border-radius: 0 !important;
	background: url(../images/triangles.png) !important;
	background-size: 23px 40px !important;
	background-position: bottom !important;
	opacity: 1 !important;
}

.flickity-page-dots .dot.is-selected {
	background: url(../images/triangles.png) !important;
	background-size: 23px 40px !important;
	background-position: top !important;
}

/* content */

.sparky_inner .logorow {
	position: relative;
	width: 100%;
	background: #b0b0b0;
}

h1.home_heading {
	font-size: 36px;
}

h1 span.color1 {
	color: #008ef2;
	font-weight: 700;
}

h1 span.color2 {
	color: #dc008c;
	font-weight: 700;
}

h2 a:hover {
	color: var(--sparkycolor2);
}

/* counters */

.noid .counter_number {
	font-weight: 900;
	margin: 0 !important;
}

/* right column */

.newsflash a.readmore {
	padding: 0 15px;
	margin-bottom: 15px;
    background: transparent;
    border: 0;
    color: #fff;
    background: var(--sparkycolor4);
    border-radius: 18px;
}

.newsflash a.readmore:hover {
	background: #000;
}

.sparky_container > .mp_right {
	padding-top: 50px;
}

.mp_right h3 {
	background-image: url(../images/logo_transparent.png);
	background-position: top right;
    background-repeat: no-repeat;
    margin: 30px 0 0;
    padding: 7px 15px 30px 15px;
}

.mp_right button.btn {
  	background: var(--sparkycolor2);
  	border: 0;
  	color: #fff;
  	padding: 0 30px;
  	border-radius: 29px !important;
}

/* userrow */

.userrow {
	color: #fff;
	border-bottom:1px solid var(--sparkycolor4);
}

.userrow .sparky_cell {
	padding-top: 30px;
	padding-bottom: 30px;
}

.userrow h3 {
	color: #fff;
	padding: 40px 0 30px;
}

.userrow li {
	margin-bottom: 0;
}

.userrow a {
	color: #fff;
}

.userrow a:hover {
	color: var(--sparkycolor4);
}

/* footerrow */

.footerrow {
	color: #fff;
}

.footerrow .sparky_cell {
	padding-top: 30px;
	padding-bottom: 60px;
}

.footerrow p {
	margin-bottom: 0;
}

.footerrow p a {
	color: #fff;
}

.footerrow a:hover {
	color: #fff;
}

/* special classes */

ul.listcenter, ol.listcenter {
    width: max-content;
    margin-left: auto;
    margin-right: auto;
}

.margin0 {
	margin: 0 !important;
}

.paddingtop0 {
	padding-top: 0 !important;
}

.paddingtop10 {
	padding-top: 10px !important;
}

.paddingbottom0 {
	padding-bottom: 0 !important;
}

.paddingleft60 {
	padding-left: 60px !important;
}

.paddingright60 {
	padding-right: 60px !important;
}

ul.nobullets {
	list-style: none;
	margin: 0;
}

li {
	line-height: 2;
}

.rounded {
	border-radius: 50%;
}

/* responsive */

.js .container_usermenu.nav-collapse {
	max-height: unset;
    clip: auto;
    z-index: 1;
}

.mp_usermenu .nav-toggle {
	display: none;
}

.nav-toggle {
    background: url(../images/tinynav_white.png);
    background-size: 42px 84px;
  	margin-top: 5px;
}

.nav-toggle.active {
	margin-top: 20px;
	margin-right: 0;
}

.nav-collapse.opened > ul {
    position: fixed;
    top: 15px;
    left: 15px;
    width: calc(100% - 30px);
    background: #000;
}

@media (max-width: 1200px) {

	.hot_swipe_carousel_slides .contents {
		width: 90% !important;
	}

}

@media(max-width: 979px) {
	.logorow nav:not(.opened) ul.menu {
		display: none;
	}
}

@media (max-width: 991px) {

	.hot_swipe_carousel_slides .contents h2 {
		font-size: 48px !important;
	}

	.hot_swipe_carousel_slides .contents {
		font-size: 18px !important;
	}
  
  	.mp_user1 .sparky_page_row,
  	.mp_footer .sparky_page_row {
      	margin: 0;
  	}

}

@media (max-width: 767px) {

	.logorow .sparky_container > .sparky_cell {
		padding: 15px;
		
	}


	h1, h1 a {
		font-size: 48px;
	}

	.footerrow .sparky_cell {
		padding-bottom: 0;
	}

	.footerrow .mp_footer {
		padding-top: 15px;
    	padding-bottom: 30px;
	}

	.footerrow p {
		text-align: center;
	}

	.footerrow .sparky_social_icons {
		text-align: center !important;
	}

}

@media (max-width: 600px) {

	.logorow {
		position: relative;
		width: 100%;
		background: #b0b0b0;
	}

	.one .mp_logo {
	    width: 75% !important;
	}

	.one .sparkle9 {
	    width: 25% !important;
	}

	.hot_swipe_carousel_slides .contents h2 {
		font-size: 28px !important;
		padding-bottom: 5px;
	}

	.hot_swipe_carousel_slides .contents {
		font-size: 14px !important;
		top: 15% !important;
	}

	.flickity-page-dots {
		bottom: 0 !important;
	}

	.dl-horizontal dt {
		width: auto;
	}

	.dl-horizontal dd {
	    margin-left: 30px;
	}
	

}

@media (max-width: 767px) {
  .sparky_container > [class*='sparkle'] {
    width: 100% !important;
  }
}

	