html {
  	overflow-x: hidden;
}

h1, h2 {
    text-transform: uppercase;
}

b {
  font-weight:bold;
}

.page-header h1 {
    padding-top: 50px;
    text-align: center;
}

.blog .page-header h1 {
    text-align: inherit;
}

h2 {
    padding-bottom: 30px;
}

hr {
    border-top: 1px solid #f7f7f7;
    border-bottom: 1px solid #f7f7f7;
}

code, .popover, .popover * {
    color: #333;
}

video {
    display: block;
    max-width:100%;
    width:100%;
}

label {
    font-size: 16px;
}

button, button.btn, input.button, a.btn, p.readmore a.btn {
    background: #25282c;
    border:1px solid #25282c;
    border-radius: 2px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    padding: 15px 30px;
    text-transform: uppercase;
    transition: all 0.3s;
}

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 {
    background: #494c51;
    color: #fff !important;
    transition: all 0.3s;
}

button.btn-primary, p.readmore a.btn, a.btn-primary {
    background: #f2ab1f;
    border:1px solid #f2ab1f;
}

button.btn-primary:hover, p.readmore a.btn:hover, a.btn-primary:hover {
    background: #201e2b;
    border:1px solid #201e2b;
}

button.btn-transparent, a.btn-transparent {
    background: transparent;
    border:1px solid rgba(242,171,31,0.5);
}

button.btn-transparent:hover, a.btn-transparent:hover {
    background: #201e2b;
    border:1px solid #201e2b;
}

.carouselrow a.btn {
  	margin: 0 7px;
}

.carouselrow .btn.align-right {
    display: block;
    margin-left: auto;
}

.carouselrow .btn.align-left {
    display: block;
    margin-right: auto;
}

p.readmore {
  	margin-bottom:50px;
}

p.readmore a.btn {
    margin: 15px 0 0 0;
}

.input-group .btn {
    height: 56px;
}

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 {
    border-radius: 2px;
    padding: 15px;
    box-shadow: none;
    box-sizing: border-box;
    font-weight: 300;
}

.moduletable input[type="search"] {
    margin: 10px 0 0;
    width: 75%;
    position: relative;
    left: 5px;
    border-radius: 3px 0 0 3px;
}

.moduletable form[role="search"] button.btn {
    border-radius: 0 2px 2px 0;
    padding: 15px;
    margin: 0;
    line-height: 22px;
  	background: #f2ab1f;
    border: 1px solid #f2ab1f;
  	color: #fff;
}

.moduletable form[role="search"] button.btn:hover {
    background: #201e2b;
    border: 1px solid #201e2b;
}

input[type="search"] {
    -webkit-appearance: none;
}

textarea {
    border-radius: 0;
    padding: 20px;
    margin-bottom: 30px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    box-sizing: border-box;
    font-weight: 300;
}

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 {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-color: #f2ab1f;
}

dl.article-info {
    margin: 0;
    width: auto;
    font-size: 13px;
}

dl.article-info dd {
    border-right: 0;
}

ul.tags.inline {
    margin-bottom: 15px;
}

ul.tags.inline li {
    opacity: 0.7;
}

ul.tags.inline li:hover {
    background: transparent;
    opacity: 1;
}

.pager li>a, .pager li>span {
    background: transparent;
    border: 1px solid #121212;
    border-radius: 23px;
    color: #121212;
    font-size: 14px;
    font-weight: 700;
    padding: 12px 25px;
    text-transform: uppercase;
}

/* toprow */

.toprow {
    color: rgba(255,255,255,0.8);
    font-size: 14px;
}

.toprow .sparky_cell {
    padding: 5px 15px;
}

.toprow p {
    margin: 0;
}

.toprow a {
    color: rgba(255,255,255,0.8);
}

.toprow a:hover, .toprow i:hover {
    color: #F2AB1F;
}

.toprow i {
    color: #fff;
  	margin: 5px 0 !important;
}

.mp_top2 {
    text-align: right;
}

/* logorow */

.logorow,
.sparky_inner.home-video .logorow {
    position: absolute;
    width: 100%;
    background:transparent;
}

.sparky_inner .logorow {
    position: relative;
    background: #2e2a43;
}

.mp_top3 {
    position: relative;
    z-index: 1;
    line-height: 60px;
    text-align: right;
}

.sparky_logo {
    line-height: 60px;
}

.logorow i {
  	margin-top: 7px !important;
    color: #fff;
    cursor: pointer;
}

.logorow i:hover {
    color: #f2ab1f;
}

.fix_menu.logorow i {
  	margin-top: 20px !important;
}

.full.logorow .sparky_container .sparky_cell {
    padding-left: 15px;
    padding-right: 15px;
}

.mp_logo {
    position: relative;
    z-index: 1;
}

.sparky_logo_image img {
    max-width: 45px;
    margin-top: 8px;
    border-radius: 50%;   
}

.fix_menu {
    -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,.09);
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.09);
    background: #fff !important;
    position: fixed !important;
}

.fix_menu .sparky_cell, .topmenuhide.topmenushow .sparky_cell {
    padding-top: 0;
    padding-bottom: 0;
}

.topmenuhide {
    background: #fff;
}

.fix_menu .sparky_logo,
.fix_menu .mp_top3 i {
    color: #090909;
}

.fix_menu ul.menu > li.active > a,
.fix_menu ul.menu > li.active > span,
.fix_menu ul.menu > li > a,
.fix_menu ul.menu > li > span {
    color: #000;
}

.fix_menu ul.menu > li.active:hover > a,
.fix_menu ul.menu > li.active:hover > span,
.fix_menu ul.menu > li:hover > a,
.fix_menu ul.menu > li:hover > span {
    color: #fff;
}

.mnu_mainmenu li ul ul {
    left: calc(200px - 24px);
}

/* carouselrow */

.hot_swipe_carousel_slides .contents {
    text-align: center;
}

.carouselrow {
    text-transform: uppercase;
    font-weight: 400;
    line-height: 1.2;
}

.carouselrow .sparky_cell {
    padding: 0;
}

.carouselrow h2 {
    padding-bottom: 30px;
    text-align: center;
    font-weight: 300;
    letter-spacing: 5px;
}

.carouselrow p {
    margin-bottom: 20px;
}

.carouselrow a {
    font-weight: 400;
}

.hot_swipe_carousel_slides:not(.flickity-enabled) {
    display: none;
}

.flickity-prev-next-button {
    top: 45% !important;
    height: 39px !important;
}

.carouselrow .flickity-prev-next-button,
.carouselrow .flickity-prev-next-button:hover {
    border: 0;
    background: none;
}

.carouselrow .flickity-prev-next-button.previous {
    left: 0;
}

.carouselrow .flickity-prev-next-button.next {
    right: 0;
}

.carouselrow .flickity-prev-next-button .arrow {
    fill: rgba(255,255,255,0.4);
}

.carouselrow .flickity-prev-next-button:hover .arrow {
    fill: #fff;
}

.carouselrow .contents h2,
.carouselrow .contents p,
.text_over_video {
    position: relative;
    top: 0;
    opacity: 0;
}

.carouselrow .is-selected .contents h2,
.carouselrow .is-selected .contents p,
.text_over_video {
    animation-name: carousel_text_fade;
    animation-duration: 2s;
    animation-fill-mode: forwards;
}

.carouselrow img.carousel_icon {
    width: 60px;
    height: 60px;
    border-radius: 5px;
}

@keyframes carousel_text_fade {
    0%  {opacity: 0; top: -30px;}
    100% {opacity: 1; top: 0; }
}

.moduletable.text_over_video {
    position: absolute;
    z-index: 1;
    width: 100%;
    max-width: 1080px;
    margin-top: calc(50vh - 100px);
    left: calc(50vw - 540px);
    text-align: center;
}

.text_over_video {
    background: rgba(0,0,0,0.4);
    padding: 30px 0;
}

.text_over_video h2 {
    font-size: 16px;
    color: #f2ab1f;
}

.text_over_video p {
    color: #ffffff;
    font-size: 48px;
    margin-bottom: 20px;
}

/* advert row */

.advertrow {
    text-align: center;
}

.advertrow .sparky_container {
    display: flex;
    justify-content: space-between;
}

.advertrow > .sparky_container > .sparky_cell {
    position: relative;
    background: #fff;
    border:1px solid #f0f0f0;
    border-radius: 2px;
    width: 31%;
    margin-top: -100px;
    box-shadow: 0px 15px 16px -8px rgba(194,194,194,1);
}

.advertrow h3 {
    text-align: center;
    font-size: 20px;
}

.advertrow a {
    text-transform: uppercase;
}

/* content row */

.contentrow {
    padding-bottom: 30px;
}

.iconfloatleft {
    float: left;
    margin: 5px 30px 0 0;
    font-size: 2em;
    color: #f2ab1f;
    min-width: 50px;
    text-align: center;
}

.iconfloatright {
    float: right;
    margin: 5px 0 0 30px;
    font-size: 2em;
    color: #f2ab1f;
    min-width: 50px;
    text-align: center;
}

.iconleft {
    margin: 0 30px 0 10px;
    font-size: 2em;
    color: #f2ab1f;
    min-width: 50px;
    text-align: left;
}

.iconright {
    float: right;
    margin: 0 10px 0 30px;
    font-size: 2em;
    color: #f2ab1f;
    min-width: 50px;
    text-align: right;
}

.paddingleft80 {
  	padding-left:80px;
}

.testimonial {
    font-family: 'Nothing You Could Do';
    font-size: 24px;
    line-height: 1.3;
    color: #4f5869;
    padding: 15px 0;
}

.call_to_action h2 {
    text-transform: none;
}

.call_to_action a.btn {
    margin-top: 30px;
}

.content_sparky li {
    line-height: 1.7;
}

.belowcontent {
    padding: 30px 0 60px;
}

.pull-left.item-image,
.pull-right.item-image {
    width: 50%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 30px;
}

.pull-none.item-image {
    margin-bottom: 30px;
}

dl.article-info {
    padding-bottom: 15px;
}

dl.article-info {
    padding-left: 0;
    padding-right: 0;
}

dl.article-info span.icon-calendar {
    display: none;
}

.mp_right .moduletable {
    padding: 15px 15px 30px 15px;
}

.mp_right input[type="text"] {
    margin-bottom: 0;
    border-right: 0;
}

.abovecontent, .abovecontent h2 {
    text-align: center;
}

/* bottom row */

.bottomrow {
    margin-bottom: 50px;
}

.bottomrow h3 {
    font-size: 36px;
    margin-bottom: 30px;
    text-align: center;
    text-transform: uppercase;
}

ul.newsflash-horiz {
    display: flex;
    justify-content: space-between;
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.newsflash-horiz li {
    width: 31%;
    margin: 0;
    padding: 15px;
    line-height: 1.6;
    border: 1px solid #f0f0f0;
    border-radius: 2px;
}

ul.newsflash-horiz li figure {
    margin: -15px -15px 15px -15px;
}

.newsflash-info {
    padding-bottom: 30px;
    font-size: 14px;
}

.newsflash-info span {
    padding-right: 10px;
}

.newsflash-info span.author {
    color: #f2ab1f;
}

.newsflash-info span i {
    color: initial;
}

/* partners row */

.partnersrow {
    padding: 15px 0;
    text-align: center;
}

.partnersrow figure img {
  margin-bottom:0;
}

/* footer row */

.footerrow {
    padding: 30px 0;
    color: rgba(255,255,255,0.7);
    font-size: 14px;
}

.footerrow h3 {
    color: #f2ab1f;
    font-weight: 700;
}

.mp_bottom4 h3,
.mp_bottom5 h3,
.mp_bottom6 h3 {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 400;
}

.footerrow a {
    color: #fff;
}

.footerrow a:hover {
    color: #F2AB1F;
}

.footerrow i {
    margin: 0 15px 0 0;
}

.mp_bottom5 p {
    padding-top: 15px;
    line-height: 20px;
}

/* copyright row */

.copyrightrow {
    color: rgba(255,255,255,0.7);
    padding-bottom: 30px;
    font-size: 14px;
}

.copyrightrow p {
    margin: 0;
    font-size: 14px;
}

.copyrightrow a {
    color: #F2AB1F;
}

.mp_footer {
    text-align: right;
}

.mp_footer a {
    color: #fff !important;
}

.mp_footer a:hover {
    color: #F2AB1F !important;
}

#back-top span {
    background: url(../images/top.png) no-repeat center center;
    background-size: 60px 60px;
    opacity: 0.4;
}

#back-top span:hover {
    opacity: 1;
}

/* searchrow */

.searchrow {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    background: #fff;
    transition: all .3s;
    z-index: -1;
}

.searchrow h3 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    color: #5a7281;
}

.searchrow i {
    font-size: 18px;
    cursor: pointer;
    margin-left: 5px;
    margin-bottom: 50px;
}

.searchrow i:hover {
    color: #b9a981;
}

.searchrow input[type="text"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;

    border:0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-bottom: 1px solid #666;
    width: 80%;
    height: 60px;
    line-height: 60px;
    padding-left: 0;
    padding-right: 0;
    margin-top: 30px;
    font-size: 50px;
    color: #333;
    font-weight: 300;
}

#searchForm .icon-search {
    margin: 0 10px;
}

dl.search-results dt.result-title {
    padding-top: 30px;
    margin: 0 -10px;
}

dl.search-results dd.result-text {
    padding: 15px 0;
}


/* content row - layout */

.page_row {
    margin: 50px -15px;
}

.page_container::after {
    content: '';
    display: table;
    clear: both;
}

.page_container > .sparky_cell {
    float: left;
}

.row_full {
    width: calc(100vw - var(--scrollbar-width));
    position: relative;
    left: calc(50% + 0.5 * var(--scrollbar-width));
    right: calc(50% + 0.5 * var(--scrollbar-width));
    margin-left: -50vw;
    margin-right: -50vw;
    overflow:hidden;
}

.row_full .sparky_cell {
    padding: 0;
}

/* special containers */

.flexcontainer {
    display: flex;
}

.flexcolumn {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.rounded {
    border-radius: 50%;
}

.alignleft {
    text-align: left;
}

.aligncenter {
    text-align: center;
}

.alignright {
    text-align: right;
}

.notopbottommargin {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.notopmargin {
    margin-top: 0 !important;
}

.nobottommargin {
    margin-bottom: 0 !important;
}

.notopbottompadding {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.notoppadding {
    padding-top: 0 !important;
}

.nobottompadding {
    padding-bottom: 0 !important;
}

.nopadding {
    padding: 0 !important;
}

.bigpadding {
    padding: 50px !important;
}

.margintop30 {
    margin-top: 30px !important;
}

.marginbottom30 {
    margin-bottom: 30px !important;
}

.paddingtop30 {
    padding-top: 30px !important;
}

.paddingbottom30 {
    padding-bottom: 30px !important;
}

.marginleftright15 {
    margin-left: 15px !important;
    margin-right: 15px !important;
}

.padding30 {
    padding: 30px !important;
}

.maxwidth50 {
    max-width: 50%;
}

.left {
    text-align: left;
}

.center {
    text-align: center;
}

.right {
    text-align: right;
}

/* text styles */

p.big_text {
    font-size: 20px;
}

.subheading {
    font-size: 30px;
    font-weight: 400;
}

.thin {
    max-width: 720px;
    margin: 15px auto;
}

.thin_left {
    max-width: 720px;
    margin: 15px;
}

.thin_right {
    max-width: 720px;
    margin: 15px 15px 15px auto;
}

.thinner {
    max-width: 460px;
    margin: 15px auto;
}

.colored {
    color: #f1aa34;
}

.coloredbg {
    background: #f1aa34;
    margin: 0 15px;
}

.greybg {
    background: #f7f7f7;
}

span.p_number {
    font-size: 36px;
    color: #fff;
    width: 60px;
    line-height: 60px;
    text-align: center;
    background: #f1aa34;
    border-radius: 50%;
    margin: 5px 15px 0 0;
}

.smalltext {
    font-size: 12px;
}

/* team page */

.team h3 {
    padding-bottom: 0;
}

/* testimonials page */

.testimonial_name {
    display: block;
    font-family: 'Nothing You Could Do';
    font-size: 24px;
    line-height: 1.3;
    color: #4f5869;
    padding: 15px 0 0;
}


/* pricing page */

.accordion-button:not(.collapsed) {
    background: #494c51;
    color: #fff !important;
}

.plan_price {
    line-height: 1;
    margin-bottom: 0;
}

.pricing_row ul {
    margin: 50px 30px;
    padding: 0;
    list-style: none;
    min-height: 150px;
    text-align:center;
    text-align: left;
    display: inline-block;
}

.pricing_row li::before {
    content:"\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: inline-block;
    margin: 0 10px;
    color: #58b75d;
}

.pricing_row li.negative::before {
    content:"\f00d";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: inline-block;
    margin: 0 10px;
    color: red;
}

.pricing_row img {
    border-radius: 3px;
}

/* 404 page */

.page-404 input.inputbox.search-query {
    width: 85%;
}

.page-404 .moduletable form[role="search"] button.btn {
    width: 10%;
}

/* Responsive */

.nav-toggle {
    margin-top: 8px;
    background: url(../images/tinynav_white.png);
    background-size: 42px 84px;
    width: 42px;
    height: 42px;
    z-index: 1;
    position: relative;
}

.fix_menu .nav-toggle:not(.active) {
    background: url(../images/tinynav.png);
    background-size: 42px 84px;
}

@media (max-width: 991px) {

    .moduletable.text_over_video {
        position: relative;
        left: 0;
        top: 0;
        margin-top: 0;
        background: #333;
    }
  
  	.advertrow > .sparky_container > .sparky_cell {
      	margin-top:-50px;
  	}

    .mp_top1 {
        width: 65%;
    }

    .mp_top2 {
        width: 35%;
    }

    .nav-collapse.opened > ul {
        background: #121212;
    }

    .nav-collapse.opened > ul ul {
        margin-top: 10px;
    }

    .nav-collapse.opened li {
        padding-bottom: 10px;
    }

    .nav-collapse.opened > ul > li > a {
        line-height: 42px;
        height: 42px;
    }

    .mnu_mainmenu li ul li {
        border-bottom: 0;
        padding-top: 5px;
        padding-bottom: 5px !important;
    }

    .mnu_mainmenu li ul li a {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }

    .mnu_mainmenu li ul li ul li a {
        padding-left: 50px !important;
        padding-right: 50px !important;
    }

    video {
        max-width: 100%;
    }

    .hot_swipe_carousel_slides .contents {
        top: 20% !important;
        width: 80% !important;
        font-size: 36px !important;
    }

    .hot_swipe_carousel_slides .contents h2 {
        padding-bottom: 15px;
    }

    .copyrightrow .sparky_cell {
        width: 50%;
        padding-bottom: 0;
    }

    .testimonials_row .sparky_page_container {
        display: block;
    }

    .testimonials_row .sparky_cell {
        width: calc(100% - 30px) !important;
        margin-bottom: 30px;
    }

    .responsivelightbox_column {
        flex: 100% !important;
        max-width: 100% !important;
    }

    span.p_number {
        display: block;
        float: none;
        margin-bottom: 15px;
    }

    .copyrightrow .sparky_cell  {
        width: 100% !important;
        text-align: center !important;
    }

    .mp_right input[type="text"] {
      	border: 1px solid #ced4da;
  	}
  
  	.footerrow > .sparky_container > .sparky_cell {
      	width:50%;
  	}
  
  	.pricing_row .sparky_cell {
    	padding: 15px !important;  
  	}
  
  	.pricing_row h2 {
      	font-size: 24px;
  	}
  
  	.pricing_row ul {
      	margin: 0;
  	}

}

@media (max-width: 767px) {

    .toprow .mp_top1, .toprow .mp_top2 {
        text-align: left;
    }
  
  	.toprow .sparky_social_icon1 {
      	padding-left:0;
  	}

    .toprow .mp_top1 {
        padding-bottom: 0;
    }

    .logorow, .sparky_inner.home-video .logorow {
        position: relative;
        background: #2e2a43;
    }

    .logorow .mp_logo {
        width:70% !important;
    }

    .logorow .sparkle8 {
        width:20% !important;
    }

    .logorow .mp_top3 {
        width:10% !important;
    }

    .hot_swipe_carousel_slides .contents {
        top: 20% !important;
        width: 80% !important;
        font-size: 28px !important;
    }

    .carouselrow .btn.align-right,
    .carouselrow .btn.align-left {
        margin-left: auto;
        margin-right: auto;
    }

    .advertrow .sparky_container {
        display: block;
    }

    .advertrow .sparky_cell {
        margin: 15px;
        width: calc(100% - 30px) !important;
    }

    .row-fluid .span2,
    .row-fluid .span3,
    .row-fluid .span4,
    .row-fluid .span6 {
        width: 100%;
        margin: 0 0 30px;
    }

    .row-fluid:last-child .span2:last-child,
    .row-fluid:last-child .span3:last-child,
    .row-fluid:last-child .span4:last-child,
    .row-fluid:last-child .span6:last-child {
        margin: 0;
    }

    .sparky_home .row-fluid .span2,
    .sparky_home .row-fluid .span3,
    .sparky_home .row-fluid .span4,
    .sparky_home .row-fluid .span6 {
        margin: 0;
    }

    .content_sparky {
        padding: 0 15px;
    }

    .page_row:not(.row_full) {
        margin: 50px 0;
    }

    .item-image img {
        width: 100%;
    }

    .page_row.team img {
        width: 100%;
    }

    .mp_right {
        padding-left: 0;
        padding-right: 0;
    }

    ul.newsflash-horiz {
        display: block;
    }

    ul.newsflash-horiz li {
        width: 100%;
        margin-bottom: 30px;
    }

    ul.newsflash-horiz li img {
        width: 100%;
    }

}


@media (max-width: 550px) {
  
  	.advertrow > .sparky_container > .sparky_cell {
      	margin-top:15px;
  	}
  
  	.searchrow input.inputbox {
      	font-size:36px;
  	}

    .hot_swipe_carousel_slides .contents {
        position: relative !important;
        background: #2e2a43 !important;
        width: 100% !important;
        left: 0 !important;
        color: #fff !important;
        min-height: 200px;
        padding: 15px !important;
    }
  
    .flickity-viewport {
        min-height: 400px;
    }
  
  	.flickity-prev-next-button {
        top: 20% !important;
	}

    .hot_swipe_carousel_slides .contents h2 {
        font-size: 18px !important;
        color: #fff !important;
    }

    .carouselrow h2 {
        padding-bottom: 15px;
    }
  
    .item-page .page-header h2 {
        padding-top: 30px;
        padding-left: 0;
        padding-right: 0;
    }
  
    .page_container .sparky_cell {
        padding-left: 0;
        padding-right: 0;
    }

}

@media (max-width: 500px) {
  
  	h1, h1 a {
      	font-size: 40px;
  	}
  
    button, button.btn, input.button, a.btn, p.readmore a.btn, .carouselrow a.btn {
        margin-bottom: 15px;
    }
  
  	.mp_top1 {
        padding-bottom: 0;
    }
  
  	.mp_top2 {
        padding-top: 0 !important;
    }
  
  	.mp_top1 .sparky_page_container, .mp_bottom5 .sparky_page_container {
      	display:block;
  	}
  
  	.mp_top1 .sparky_col0, .mp_top1 .sparky_col2, .mp_bottom5 .sparky_col0, .mp_bottom5 .sparky_col2 {
      	width: 10% !important;
      	float:left;
      	clear:both;
      	padding: 0 15px;
      	margin-bottom: 0;
  	}
  
  	.mp_top1 .sparky_col1, .mp_top1 .sparky_col3, .mp_bottom5 .sparky_col1, .mp_bottom5 .sparky_col3 {
      	width: 90% !important;
      	float:left;
      	padding: 0 15px;
      	margin-bottom: 0;
  	}

}

/* For DEMO purposes only. Can be safely deleted */

.sparky_settings {
    position: fixed;
    z-index: 9999;
    top:70%;
    padding: 5px;
    background: #eceded;
    cursor: pointer;
    line-height: 1.4;
}

.sparky_settings:hover {
    background: #eceded;
}

.settings_content {
    display: none;
    float: left;
    padding-right: 15px;
    height: 28px;
}

.settings_content span {
    display: inline-block;
    width: 28px;
    height: 28px;
    border:3px solid #fff;
    border-radius: 19px;
}

.settings_content span:hover {
    border:3px solid #333;
}

.settings_content span.style1 {
    background: #F2AB1F;
}

.settings_content span.style2 {
    background: #0dd575;
}

.settings_content span.style3 {
    background: #f2561f;
}

.settings_content span.style4 {
    background: #1fa0f2;
}

.settings_content span.style5 {
    background: #a6a6a6;
}

.settings_content a {
    text-decoration: none;
}

.settings_cog {
    float: left;
    width: 30px;
    height: 28px;
}

.sparky_settings i {
    font-size: 28px;
    color: #333;
}

.sparky_settings2 {
    position: fixed;
    z-index: 9999;
    top: 35%;
    padding: 5px;
    background: #eceded;
    cursor: pointer;
    line-height: 1.4;
}

.sparky_settings2:hover {
    background: #eceded;
}

.sparky_settings2 i {
    font-size: 28px;
    color: #333;
}

.settings_content2 {
    display: none;
    float: left;
    padding-right: 15px;
    height: 28px;
}

.settings_content2 {
    color: #151719;
    line-height: 1.9;
}

.settings_content2 a:hover {
    text-decoration: underline;
}

	