* {
    -webkit-font-smoothing:antialiased;
}

a:hover {
    transition: all 0.3s;
}

.row_heading, .row_subheading {
    text-align: center;
    padding: 3px;
    max-width: 700px;
    margin: 0 auto;
}

h2.row_heading {
    padding-top: 60px;
    font-family: 'Kaushan Script', cursive;
}

h3.row_subheading {
    font-size: 18px;
    font-weight: 400;
}

h3.row_subheading::after {
    content: "";
    width: 150px;
    height: 1px;
    background: #2d2d2d;
    display: block;
    margin: 30px auto 0;
}

/* toprow */

.toprow {
    background: #2d2d2d;
}

.full.toprow .sparky_cell {
    padding: 15px 25px;
}

.toprow .mp_logo .sparky_feature {
    background-size: 80px 80px;
    height: 80px;
}

.toprow .mp_logo .sparky_feature .sparky_logo_link span {
    font-weight: 300;
}

.toprow .mp_logo .sparky_logo {
    text-transform: uppercase;
    padding: 16px 0 0 85px;
    line-height: 1;
}

.toprow .mp_logo .sparky_slogan {
    padding: 0 0 0 85px;
}

.toprow .mp_topmenu {
    padding-top: 28px !important;
}

.mnu_topmenu > li {
    margin: 0 15px;
}

.mnu_topmenu > li > a, .mnu_topmenu > li > span {
    text-transform: uppercase;
}

.mnu_topmenu  > li.active > a, .mnu_topmenu > li.active > span {
    border-bottom: 3px solid var(--sparkycolor1);
}

.full.toprow .mp_top1 {
    padding: 40px 25px 0;
    text-align: right;
}

@media screen and (max-width: 1019px) {
    .toprow nav:not(.opened) ul.menu {
		display: none;
	}
}

/* carouselrow */

.carouselrow .sparky_cell {
    padding: 0;
}

.hot_swipe_carousel_slides .contents {
    text-align: center;
}

.hot_swipe_carousel_slides .contents h2 {
    font-family: 'Kaushan Script', cursive;
    padding-bottom: 20px;
    text-align: center;
}

.hot_swipe_carousel_slides .contents p {
    margin-bottom: 30px;
}

.hot_swipe_carousel_slides .contents strong {
    font-size: 24px;
    color: #000;
    font-weight: 300;
}

/* advertrow */

.advertrow {
    text-align: center;
}

.advertrow h3 {
    text-align: center;
}

/* newsletterrow */

.newsletterrow {
    color: #fff;
}

.newsletterrow h2, .newsletterrow h3 {
    color: #fff;
    font-family: 'Playfair Display', serif;
}

.newsletterrow h3.row_subheading::after {
    background: #fff;
}

.newsletterrow .input-group {
    justify-content: center;
}

.newsletterrow button.btn {
    background: var(--sparkycolor1);
    border-radius: 27px !important;
    margin-left: -30px !important;
}

.newsletterrow button.btn:hover {
    background: #212121;
    color: #fff;
}

.newsletterrow input.form-control {
  width:300px;
  max-width: 100% !important;
  margin-bottom: 0;
}

.newsletterrow label {
  display:block;
  max-width: 100%;
}

/* contentrow */

.page-header h1 {
    margin-bottom: 50px;
}

.page-header h1::after {
    content: "";
    width: 150px;
    height: 3px;
    background: var(--sparkycolor1);
    display: block;
    margin: 30px 0 0;
}

.blog-items .blog-item {
    margin-bottom: 50px;
    transition: all .3s;
}

.blog-items .blog-item:last-child {
    margin-bottom: 0;
}

.contentrow li {
    line-height: 1.5;
}

.contentrow ul.checklist li {
    margin-bottom: 7px;
}

.btn:active {
    box-shadow: none;
}

select, textarea, 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 {
    padding: 14px;
    box-shadow: none;
}

button, button.btn, a.btn, .btn-primary, .btn-warning, p.readmore a, a.readmore, input.rapid_contact.button {
    border:0;
    border-radius: 4px;
    background: #2d2d2d;
    line-height: 50px;
    font-size: 13px;
    letter-spacing: 2px;
    color: #fff;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 700;
    text-shadow: none;
    padding: 0 40px;
    transition: all .3s;
    box-shadow: 0 0 15px rgba(45,45,45,.5);
}

button:hover, button.btn:hover, a.btn:hover, .btn-primary:hover, .btn-warning:hover, p.readmore a:hover, a.readmore:hover, input.rapid_contact.button:hover {
    color: #fff;
    border:0;
    background: var(--sparkycolor1);
    transition: all .3s;
    box-shadow: 0 0 30px rgba(45,45,45,.3);
}

.contentrow p.readmore {
    margin-top: 30px;
}

.carouselrow a.readmore:hover {
    color: var(--sparkycolor1);
    border:0;
    background: #fff;
}

.pull-left.item-image {
    margin: 0 60px 15px 0;
}

.pull-right.item-image {
    margin: 0 0 15px 60px;
}

dl.article-info {
    display: block;
    width: auto;
}

.item-page dl.article-info dd {
    display: inline;
    padding: 0 15px;
}

dl.article-info dd {
    display: inline;
}

.item-page dl.article-info dd:first-of-type {
    padding: 0 15px 0 0;
}

.mnu_sidemenu > li {
    border-left: 3px solid #eee;
}

.mnu_sidemenu > li:hover {
    border-left: 3px solid #ff8598;
}

.mp_right {
    padding-top: 100px;
}

.mp_right .moduletable {
    background: #eaeaea;
    padding: 15px;
    margin-bottom: 30px;
}

.mp_right h3 {
    text-transform: uppercase;
    font-weight: 900;
    padding: 0 15px 15px;
    border-bottom: 1px solid #fff;
    margin: 0 -15px 15px;
}

.mp_right ul {
    margin:0;
    padding: 0;
}

.mp_right li {
    list-style: none;
    margin:0;
    padding: 7px 0;
}

.mp_right li a {
    font-weight: 400;
}

ul.tags.list-inline {
    margin-top: 50px;
}

ul.tags.list-inline li, div.tagscloud span.tag {
    display: inline-block;
    background: var(--sparkycolor1);
    border: 0;
    border-radius: 4px;
    line-height: 11px;
    color: #fff;
    padding: 5px 15px;
    margin: 0 3px;
    border-radius: 15px;
    font-size: 11px;
}

ul.tags.list-inline li:hover, div.tagscloud span.tag:hover {
    background: #212121;
}

div.tagscloud span.tag {
    padding: 8px 15px;
    margin-bottom: 8px;
}

div.tagscloud span.tag a, ul.tags.list-inline li a.btn {
    color: #fff;
    font-weight: 700;
    box-shadow: none;
}

ul.tags.list-inline li a.btn:hover {
    color: #fff !important;
 }

.category.list-striped img {
    float: left;
    margin: 0 30px 30px 0;
}

.abovecontent {
    margin-top: 40px;
}

.belowcontent {
    padding: 30px 0;
}

.item-page .item-image {
    margin-bottom: 30px;
}

/* productsrow */

.hot_swipe_carousel_slides_products, .hot_swipe_carousel_slides_products .flickity-viewport {
    min-height: 470px;
}

.productsrow .hot_swipe_carousel_slides_products img {
    max-width: 250px;
    margin: 0 auto;
    display: block;
}

.productsrow .hot_swipe_carousel_slides_products .contents {
    text-align: center;
    background: #fff;
}

.productsrow .hot_swipe_carousel_slides_products .contents h2 {
    text-align: center;
    font-weight: 700;
    min-height: 40px;
    padding-bottom: 0;
    text-transform: uppercase;
}

.productsrow .hot_swipe_carousel_slides_products .contents p:last-of-type {
    border-top: 1px solid #eaeaea;
    padding-top: 15px;
}

.productsrow .hot_swipe_carousel_slides_products .contents a {
    text-transform: uppercase;
    font-weight: 400;
}

.productsrow button:hover {
    border:0;
}

.productsrow button:active {
    background-color: transparent;
}

.productsrow .flickity-prev-next-button,
.productsrow .flickity-prev-next-button:hover,
.productsrow .flickity-prev-next-button:focus {
    box-shadow: none;
    background-color: transparent;
    padding: 0;
}

.productsrow .flickity-prev-next-button.previous {
    left: -15px;
}

.productsrow .flickity-prev-next-button.next {
    right: -15px;
}

/* contactrow */

.contactrow h2 {
    font-family: 'Playfair Display', serif;
}

.mp_user3 {
    padding-right: 50px;
}

.mp_user3 .moduletable {
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.4);
}

div.rapid_contact {
    padding-top: 50px;
}

.contactrow input[type="text"] {
    width: 44.6%;
    padding: 12px 2%;
    margin-bottom: 15px;
    background: transparent;
    border:1px solid #212121;
    border-radius: 0;
    box-shadow: none;
    box-sizing: content-box;
}

.contactrow input[type="text"]:first-child {
    margin-right: 1%;
}

.contactrow input[type="text"]:last-child {
    margin-left: 1%;
}

.contactrow textarea {
    width: 100%;
    box-sizing: border-box;
    padding: 12px;
    margin-bottom: 15px;
    background: transparent;
    border:1px solid #212121;
    border-radius: 0;
    box-shadow: none;
}

.contactrow input[type="text"].antispam {
    width: 80px;
    margin-left: 0;
    position: relative;
}

.rapid_contact div:last-child {
    text-align: right;
}

.contactrow input[type="text"]:focus, .contactrow textarea:focus {
    border-color: #333;
}

.contactrow ::-webkit-input-placeholder { color:#444; }
.contactrow ::-moz-placeholder { color:#444; } /* firefox 19+ */
.contactrow :-ms-input-placeholder { color:#444; } /* ie */
.contactrow input:-moz-placeholder { color:#444; }

/* bottomrow */

.bottomrow h3 {
    font-weight: 700;
    margin-bottom: 15px;
}

.mp_bottom4 p {
}

.mp_bottom4 strong {
    display: inline-block;
    width: 70px;
}

/* copyrightrow */

.copyrightrow {
    color: #fff;
}

.copyrightrow .sparky_cell {
    padding: 25px 15px;
}

.copyrightrow p {
    margin: 0;
}

.copyrightrow a {
    font-weight: 700;
    color: #fff;
}

.copyrightrow .mp_footer {
    text-align: right;
}

.copyrightrow i {
    background: #fff;
    color: #212121;
    font-size: 16px;
    width: 26px;
    line-height: 26px;
    text-align: center;
    margin: 0 7px 0 0;
    border-radius: 3px;
    transition: all .3s;
}

.copyrightrow i:hover {
    background: var(--sparkycolor1);
    color: #fff;
    transition: all .3s;
}

/* gallery */

#responsivelightboxgallery {
    background: #eee;
    padding: 30px 0;
}

/* animation */

.hot_swipe_carousel_slides .gallery-cell.is-selected img {
    animation-name: changeopacity;
    animation-fill-mode: both;
    animation-duration: 3s;
}

.hot_swipe_carousel_slides .gallery-cell.is-selected .contents h2 {
    animation-name: growfast;
    animation-fill-mode: both;
    animation-duration: 1.5s;
    animation-delay: 1s;
}

.hot_swipe_carousel_slides .gallery-cell.is-selected .contents p {
    animation-name: growfast;
    animation-fill-mode: both;
    animation-duration: 1.5s;
    animation-delay: 3s;
    font-weight: 400;
}

.hot_swipe_carousel_slides .gallery-cell.is-selected .contents p:last-of-type {
    animation-delay: 5s;
}

@keyframes changeopacity {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0.5;
    }
}

@keyframes growslowly {
    0% {
        transform: scale(1.1);
    }
    
    100% {
        transform: scale(1);
    }
}

@keyframes growfast {
    0% {
        transform: scale(0);
    }
    
    100% {
        transform: scale(1);
    }
}

/* responsive */

.nav-toggle {
    background: url(../images/tinynav.png);
    background-size: 42px 84px;
    margin-top: 10px;
}

.nav-collapse.opened .mnu_topmenu > li {
    margin-left:0;
    margin-right:0;
}

.nav-collapse.opened li a {
    padding: 5px 15px;
    line-height: 40px;
}

@media (max-width: 1230px) {

    .hot_swipe_carousel_slides .contents {
        width: 60% !important;
    }

    .productsrow .hot_swipe_carousel_slides_products img {
        max-width: 220px;
    }

    .hot_swipe_carousel_slides_products .contents {
        width: 220px !important;
    }

    .contactrow input[type="text"] {
        width: 44.4%;
    }

    button, button.btn, a.btn, .btn-primary, .btn-warning, p.readmore a, a.readmore, input.rapid_contact.button {
        padding: 0 20px;
    }

    .newsletterrow table.acym_form input.button {
        padding: 0 40px;
    }

    .pull-left.item-image {
        margin: 0 30px 30px 0;
    }

    .pull-right.item-image {
        margin: 0 0 30px 30px;
    }

}

@media (max-width: 1019px) {

    .one .mp_logo.sparky_cell {
        width: 70% !important;
    }

    .one .mp_topmenu.sparky_cell,
    .one .mp_top1.sparky_cell {
        width: 30% !important;
    }

    .hot_swipe_carousel_slides .contents {
        width: 70% !important;
    }

}

@media (max-width: 992px) {

    .mp_advert1, .mp_advert2, .mp_advert3, .mp_advert4,
    .mp_bottom1, .mp_bottom2, .mp_bottom3, .mp_bottom4 {
        width: 50%;
        padding: 30px 15px;
    }

    .productsrow .hot_swipe_carousel_slides_products img {
        max-width: 160px;
    }

    .hot_swipe_carousel_slides_products .contents {
        width: 160px !important;
    }

    .hot_swipe_carousel_slides_products, .hot_swipe_carousel_slides_products .flickity-viewport {
        min-height: 380px;
    }

    .content_sparky, .mp_right {
        width: 100%;
    }

    main.content_sparky {
        padding-right: 15px !important;
    }

    .mp_right {
        padding-top: 0;
    }

    .bottomrow, .bottomrow h3 {
        text-align: center;
    }

    .mnu_bottommenu > li, .mnu_bottommenu2 > li, .mnu_bottommenu3 > li {
        text-align: center;
    }

}

@media (max-width: 900px) {

    .hot_swipe_carousel_slides .contents {
        width: 90% !important;
    }

}

@media (max-width: 768px) {

    .sparky_container > .sparky_cell {
        padding: 30px 15px;
    }

    .carouselrow .sparky_container > .sparky_cell {
        padding: 0;
    }

    .toprow .mp_topmenu {
        padding-top: 22px !important;
    }

    .hot_swipe_carousel_slides .contents h2 {
        font-size: 24px !important;
    }

    .hot_swipe_carousel_slides .contents {
        font-size: 14px !important;
    }

    .carouselrow a.readmore {
        line-height: 30px;
    }

    ol.flickity-page-dots {
        display: none;
    }

    .mp_user3 {
        padding-right: 15px;
        padding-bottom: 0;
    }

    .copyrightrow .sparky_cell {
        padding: 15px;
    }

    .copyrightrow p {
        text-align: center;
    }

}

@media (max-width: 700px) {

    .hot_swipe_carousel_slides_products .contents {
        width: auto !important;
    }

    .hot_swipe_carousel_slides .contents h2 {
        padding: 0 0 15px;
    }

    .hot_swipe_carousel_slides .contents p {
        margin-bottom: 15px;
    }

    .newsletterrow table.acymailing_form {
        width: auto;
    }

}

@media (max-width: 600px) {

    .one .mp_logo.sparky_cell {
        width: 50% !important;
    }

    .one .mp_topmenu.sparky_cell,
    .one .mp_top1.sparky_cell {
        width: 50% !important;
    }

    .full.toprow .sparky_cell {
        padding: 15px;
    }

    .toprow .mp_logo .sparky_logo {
        font-size: 18px;
        padding: 10px 0 0 65px;
    }

    .toprow .mp_logo .sparky_slogan {
        font-size: 13px;
        padding: 0 0 0 65px;
    }

    .toprow .mp_logo .sparky_feature {
        background-size: 60px 60px;
        height: 60px;
    }

    .nav-toggle {
        margin-top: 0;
    }

    .full.toprow .mp_top1 {
        padding: 30px 15px 0;
        text-align: right;
    }

    .pull-left.item-image,
    .pull-right.item-image {
        width: 100%;
        margin: 0 0 30px 0;
    }
  
  	.hot_swipe_carousel_slides_products, .hot_swipe_carousel_slides_products .flickity-viewport {
		min-height: 250px !important;
	}

    .hot_swipe_carousel_slides_products .contents h2 {
        font-size: 11px !important;
        min-height: 53px !important;
    }
  
  	.hot_swipe_carousel_slides_products .contents {
        font-size: 11px !important;
  	}

    .hot_swipe_carousel_slides .contents {
        background: #fff !important;
        padding: 15px !important;
    }

    .hot_swipe_carousel_slides .contents h2,
    .hot_swipe_carousel_slides .contents p {
        padding: 0;
    }

    .mp_advert1, .mp_advert2, .mp_advert3, .mp_advert4,
    .mp_bottom1, .mp_bottom2, .mp_bottom3, .mp_bottom4 {
        width: 100%;
        padding: 15px;
    }

    h1, h1 a {
        font-size: 40px;
    }

    h2, h2 a {
        font-size: 32px;
    }

}

@media (max-width: 400px) {

    .hot_swipe_carousel_slides .contents {
        font-size: 11px !important;
        line-height: 1;
    }
  
  	div.rapid_contact {
    	padding-top: 0;
	}
  
    .contactrow input[type="text"] {
        width: 100%;
        margin: 10px 0 !important;
        box-sizing: border-box;
        padding: 15px;
	}
  
  	.contactrow input[type="text"].antispam {
        width: 100px;
        padding: 24px 20px;
        position: relative;
        top: 0;
  	}
  
  	.contactrow textarea {
    	margin-top:10px;
  	}

}

	

	

	

	/* style advert 1 and 2 cells on advertrow */
#squish {
  text-align: left;
}

/* change fr original */
h2.row_heading {
  padding-top: 25px !important;
  padding-bottom: 25px;
  font-size: 30px;
  color: #bdc914;
}

/* responsive polaroid frame*/
.img-rspv,.img-responsive,img-rspv {
  pointer-events: none;  
  height: auto;
  	max-width: 100%;
    padding: 4px;
  	background-color: #fff;
  	vertical-align: top;
  	border: 1px solid #ccc !important;
  	border: 1px solid rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
     -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.img-oval {
  border-radius: 50%;
}

.img-rd {
  border-radius: 30%;
}

.blog-items {
  padding-top: 25px;
}

.caption {
  text-align: center;
}
/*
.advertrow {
  color: white;
}

.advertrow h3 {
  color: white;
}
*/
.carouselrow {
  margin-bottom: 15px;
}  
