h1 {
	text-transform: uppercase;
}

blockquote {
	font-size: 1.5em;
}

button, button.btn, a.btn, button.btn-primary, p.readmore a, a.readmore, input.button, .btn-primary, .btn-warning {
	background: #7ebbb6;
	border: 0;
	color: #fff;
	font-weight: 400;
	padding: 10px 30px;
	text-transform: uppercase;
	transition: all 0.3s;
}

button:hover, button.btn:hover, button.btn-primary:hover, button:active, button.btn:active, button.btn-primary:active, button:focus, button.btn:focus, button.btn-primary:focus, p.readmore a:hover, p.readmore a:focus, a.readmore:hover, a.readmore:focus, .btn:hover, input.button:hover, .btn-primary:hover, .btn-warning:hover {
	background: #12326b;
	color: #fff;
	transition: all 0.3s;
}

.btn:hover, .btn:focus {
	background-position: 0 0;
}

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 {
	border-radius: 0;
	padding: 11px;
  	border: 1px solid #ccc;
}

.sparky_home dl.article-info {
	padding-left: 15px;
	padding-right: 15px;
	text-transform: uppercase;
	color:#ccc;
}

.heading {
	font-size: 20px;
	font-weight: 700;
	color: #12326b;
}

ul.checklist li:before {
    color: #58b75d;
}

.item-page-thin {
	max-width: 800px;
	margin: 0 auto;
}

/* logorow */

.sparky_logo_link {
	background: url(../images/logo.png) no-repeat;
	background-size: 30px 50px;
	height: 50px;
	padding-left: 40px;
}

.sparky_logo {
	line-height: 1;
	padding-top: 5px;
}

.sparky_home .logorow {
    position: absolute;
    width: 100%;
    z-index: 1;
    background: transparent;
}

.mp_logo span {
	font-weight: 300;
}

.logorow ul.menu > li > a {
	text-transform: uppercase;
}

.logorow ul.menu > li.active > a {
	color: #12326b;
    font-weight: bold;
}

.logorow ul.menu > li.active > a:hover, .logorow ul.menu > li.active:hover > a {
	color: #fff;
}


/* carouselrow */

.carouselrow {
	text-align: center;
}

.carouselrow h2 {
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	line-height: 1.1;
}

.carouselrow h2 span {
	font-size: 40px;
	font-weight: 300;
	display: block;
}

.carouselrow h2::after {
	content: " ";
	display: block;
	margin: 15px auto 0;
	width: 150px;
	height: 3px;
	background:#7ebbb6;
}

.carouselrow .sparky_cell {
	padding: 0;
}

.carouselrow p {
    max-width: 750px;
    margin: 0 auto 15px;
}

.carouselrow .btn i {
	margin-left: 10px;
	vertical-align: -1px;
}

.flickity-page-dots {
	text-align: left !important;
	padding: 0 10% !important;
}


/* messagerow */

.messagerow {
	max-width: 90%;
	margin: 100px auto 0;
}

.messagerow .sparky_cell {
	padding-bottom: 0;
}

.messagerow .moduletable {
	background: #fff;
	box-shadow: -3px 3px 3px #ccc;
	padding: 30px 60px;
	position: relative;
	top: -90px;
	z-index: 2;
}

.messagerow h3 {
	color: #12326b;
	text-transform: uppercase;
}

.messagerow h3 span {
	font-weight: 700;
}

.messagerow h3::after {
	content: " ";
	display: block;
	margin: 15px 0;
	width: 150px;
	height: 3px;
	background:#7ebbb6;
}

.messagerow img.leaves {
	position: absolute;
	z-index: 1;
	right: 10%;
    margin-top: -180px;
}

.messagerow .left_side {
	width: 50%;
	float: left;
}

.messagerow .right_side {
	width: 40%;
	float: right;
}

.messagerow i {
	margin: 0 10px 0 0;
	color: #7ebbb6;
}


/* breadcrumbsrow */

.breadcrumbsrow {
	height: 75px;
}

.breadcrumbsrow .sparky_container {
	background: #E8F6F6;
}

.breadcrumbsrow .sparky_cell {
	padding: 10px 15px;
}

.breadcrumbsrow .breadcrumb {
	margin: 0;
	padding: 0;
	background: transparent;
}

.breadcrumbsrow .moduletable._logo {
	position: absolute;
    top: 0;
    margin-left: -160px;
}

.breadcrumbsrow .divider img {
	margin-top: -5px;
}

/* testimonialsrow */

.testimonialsrow {
	padding-top: 50px;
}

.testimonialsrow .mp_advert1 {
	padding-right: 0;
	padding-bottom: 0;
}

.testimonialsrow .mp_advert2 {
	padding-left: 0;
	padding-bottom: 0;
}

.testimonialsrow .left_side {
	width: 50%;
	float: left;
	background: #12326b;
	color: #fff;
	padding: 50px;
}

.testimonialsrow .right_side {
	width: 50%;
	float: right;
	background: #dcdcdc;
	padding: 50px;
}

.testimonialsrow .quotes {
	padding: 50px;
}

.testimonialsrow .quotes::before {
	content:" ";
	display: block;
	position: absolute;
	width: 50px;
	height: 50px;
	background:url(../images/custom/quote_left.png);
	background-size: 50px 50px;
}

.testimonialsrow .quotes::after {
	content:" ";
	display: block;
	float: right;
	width: 50px;
	height: 50px;
	background:url(../images/custom/quote_right.png);
	background-size: 50px 50px;
	margin-top: -60px;
}

.testimonialsrow .quotes p {
	margin-left:90px;
	margin-right:90px;
}


/* userrow */

.userrow {
	padding: 70px 0;
	color: #fff;
}

.userrow .sparky_container {
	background: rgba(18,50,107,0.7);
	max-width: 1040px;
	padding-right: 50px;
}

.userrow h3 {
	color: #12326b;
	text-transform: uppercase;
	font-weight: bold;
}

.userrow h4 {
	color: #fff;
}

.userrow hr {
	display: block;
	margin: 20px 0 5px;
	width: 150px;
	height: 3px;
	background:#7ebbb6;
	border:0;
}

.mp_user1 {
	padding-left: 70px;
	padding-right: 70px;
}

.mp_user2 {
	background: #fff;
	margin-top: 30px;
	margin-bottom: -100px;
	padding-left: 50px !important;
	padding-right: 50px !important;
	box-shadow: 0 15px 30px rgba(0,0,0,.3);
}

/* simple contact */

.hot_simple_contact .form-group {
	margin-bottom: 30px !important;
}

.hot_simple_contact textarea {
	height: 200px;
	border-radius: 0;
}

.hot_simple_contact input.btn {
	border-radius: 0;
}

/* 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;
}

/* contentrow */

.sparky_home .contentrow {
	padding-top: 70px;
}

.contentrow {
	padding-top: 20px;
}

.abovecontent {
	padding: 0 0 50px 0;
	text-align: center;
}

.abovecontent h3 {
	color: #12326b;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}

.abovecontent p {
	max-width: 700px;
	margin: 0 auto;
}

.page-item.active .page-link {
    background-color: #7ebbb6;
    border-color: #7ebbb6;
}

.page-link {
  	color: #7ebbb6;
}

.sb-description h3 {
	padding: 15px 0;
}

.sb-description h3 span {
	color: initial;
}

.blog-items.columns-3 .blog-item {
    padding: 0 30px 30px;
}

.sparky_home .blog-items {
	text-align: center;
}

.sparky_home .blog-items h2 {
	margin-top: 15px;
	text-align: center;
}

.sparky_home .blog-items h2, .sparky_home .blog-items h2 a {
	font-size: 22px;
	font-weight: 400;
	padding-bottom: 0;
	transition: all 0.3s;
}

.sparky_home .blog-items h2 a {
	padding-top: 0;
	font-weight: bold;
	color: #12326b;
}

.sparky_home .blog-items h2 a:hover {
	color: #80bbb6;
	transition: all 0.3s;
}

.sparky_home .blog-items .item {
	padding: 0 30px;
}

.contentrow .item-page li {
	line-height: 1.6;
}

.content_sparky {
	padding-bottom: 60px !important;
}

.sparky_home .item-image {
	transition: all 0.3s;
}

.sparky_home .item-image img {
	border-radius: 50%;
	width: 100%;
}

.sparky_home .blog-items .item-image:hover {
	-ms-transform: scale(0.95, 0.95); /* IE 9 */
    -webkit-transform: scale(0.95, 0.95); /* Safari */
    transform: scale(0.95, 0.95);
    transition: all 0.3s;
}

.sparky_inner .blog-items.columns-2 {
	display: flex;
}

.sparky_inner .blog-items.columns-2 .item {
	height: 100%;
}

.sign-in .abovecontent {
	text-align: inherit;
}

.sign-in .abovecontent p {
    max-width: none;
}


/* maprow */

.maprow .sparky_cell {
	padding: 0;
}


/* bottomrow */

.bottomrow {
	color: #fff;
	font-size: 14px;
}

.bottomrow .sparky_cell {
	padding-bottom: 0;
}

.bottomrow h3 {
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	padding-bottom: 30px;
}

.bottomrow a {
	color: #fff;
}

.bottomrow i {
	padding-right: 10px;
}

.bottomrow .social i {
	display: inline-block;
	width: 35px;
	height: 35px;
	line-height: 35px;
	padding-right: 0;
	margin-right: 15px;
	background: #80bbb6;
	text-align: center;
	border-radius: 50%;
}

.bottomrow .social i:hover {
	color: #12326b;
}

/* copyrightrow */

.copyrightrow {
    color: #fff;
    font-size: 14px;
    padding-bottom: 70px;
}

.copyrightrow a {
	color: #80bbb6;
	font-weight: 400;
}

.copyrightrow p {
	margin: 0;
}


/* team page */

.contentrow .team, .meet-the-team h1 {
	text-align:center;
}

.contentrow .team p.name {
	text-transform: uppercase;
	font-size: 20px;
	font-weight: bold;
	color: #12326b;
}

.team img {
	border-radius: 50%;
}

.team_position {
	display: block;
	font-size: 13px;
	color: #ccc;
	font-weight: 400;
}

.contentrow .team i {
    font-style: normal;
    margin: 0 10px;
    color: #80bbb6;
}

.contentrow .team i:hover {
	color: #12326b;
}

/* 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;
    }

}

/* 404 page */

.page404 h1, .page404 h1 span {
	font-size: 250px;
	color: #E8F6F6;
	line-height: 1;
	padding-top: 0;
}

.page404 h2 {
	line-height: 1;
}

.page404 .inputbox {
    border: 0;
    background: #eee;
    margin-bottom: 0;
    padding: 12px;
}

/* coming soon page */

.soon {
	font-size: 18px;
}

.soon h1 {
	text-align: left;
}

#mc_embed_signup {
	clear:left;
	width:100%;
}

.soon .email {
    border: 0;
    background: #eee;
    float: left;
    padding: 9px;
}

.soon .button {
	float: left;
	margin-left: 10px;
	padding: 9px 20px;
}

.soon .terms {
	font-size: 14px;
	color: #999;
	margin-top: 15px;
}

/* faq page */

.accordion.faq {
	margin: 50px 0 30px;
}

.accordion.faq .accordion-group {
	background: #fff;
}

.accordion.faq .accordion-heading {
	font-size: 18px;
    padding: 0 15px;
}

.accordion.faq .accordion-heading a {
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
    line-height: 1.5;
}

.accordion.faq .accordion-heading::before {
	content: "\f059";
	font-family: "Font Awesome 6 Free";
  	font-weight: 900;
	display: block;
    float: left;
    line-height: 40px;
    margin: 0 15px;
    color: #999;
}

.accordion-group:hover .accordion-heading::before {
	color: #80bbb6;
}

.accordion.faq .accordion-inner {
	padding: 30px 30px 30px 60px;
}

.item-page .accordion.faq a:after {
    display: none;
}

/* pricing */

.sparky_container.pricing {
	width: 100%;
	text-align: center;
	border: 1px solid #e8f6f6;
	word-wrap: break-word;
}

.sparky_container.pricing p {
	padding: 15px;
	margin: 0;
	border-bottom: 1px solid #e8f6f6;
}

.sparky_container.pricing .sparky_cell {
	padding: 0;
}

.sparky_container.pricing .sparky_cell:first-child {
	text-align: right;
}

.sparky_container.pricing .plan {
	border-right: 1px solid #e8f6f6;
}

.sparky_container.pricing .sparky_cell:last-child .plan {
	border-right: 0;
}

.sparky_container.pricing .plan_name {
	background: #e8f6f6;
	padding: 35px 15px 15px 15px;
	height: 140px;
	color: #333;
	font-weight: 700;
}

.plan_name span {
	display: block;
	color: #777;
	font-weight: 400;
	line-height: 1.2;
    margin-top: 5px;
}

.plan_price {
	font-size: 40px;
	font-weight: 400;
	margin-bottom: 0;
	color: #333;
	height: 90px;
	border-bottom: 1px solid #ddd;
}

.sparky_container.pricing .sparky_cell:first-child .plan_price,
.sparky_container.pricing .sparky_cell:first-child [class*="plan_row"] {
    font-size: 13px;
    line-height: 25px;
    color: #c0c0c0;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.sparky_container.pricing .sparky_cell:first-child .plan_price {
	line-height: 60px;
}

.sparky_container.pricing .plan_order {
	height: 100px;
	border-bottom: 0;
}

.sparky_container.pricing .plan_order .btn {
	margin-top: 10px;
}

.sparky_container.pricing i {
	font-family: "Font Awesome 6 Free";
  	font-weight: 900;
	font-style: normal;
	font-size: 18px;
	color: #1dc06f;
	line-height: 1;
}

.sparky_container.pricing i.fa-times {
	color: #c0c0c0;
}

/* blog pages */

.blog .blog-items, .blog .item-page {
    padding: 30px 0;
}

.blog .blog-items .blog-item {
	padding: 30px 30px 15px 30px;
  	margin-bottom: 30px;
	border: 1px solid #e8e8e8;
}

.blog .blog-items .item-image {
	margin: -31px;
	padding-bottom: 45px;
}

.blog h1 {
	text-transform: uppercase;
	text-align: inherit;
}

.blog .blog-items h2,
.blog .blog-items h2 a {
	font-size: 18px;
	padding-bottom: 0;
	font-weight: 600;
	text-transform: uppercase;
}

.blog .blog-items .item-image ~ ul.tags,
.blog .blog-items .item-image ~ ul.tags {
	position: absolute;
    margin-top: -70px;
}

.blog .blog-items ul.tags li,
.blog .item-page ul.tags li,
.tagspopular ul li {
	display: inline-block;
	border:0;
	border-radius: 3px;
	background: #333;
	color: #fff;
	padding: 5px 15px;
	text-transform: uppercase;
}

.tagspopular ul li {
	background: #f6f6f6;
	border-radius: 3px;
}

.tagspopular ul li a {
	font-size: 11px;
}

.mp_right {
	padding-left: 30px;
}

.mp_right h3 {
	font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 30px;
    padding: 30px 0 10px;
    border-bottom: 3px solid #12326b;
    color: #12326b;
}

.mp_right ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.mp_right li {
	margin: 0;
	padding: 0 0 15px;
}

.mod-articles-category-title {
	display: block;
}

.mod-articles-category-writtenby,
.mod-articles-category-date {
	display:block;
	font-size: 13px;
    color: #ccc;
}

dl.article-info {
	color: #ccc;
	padding-left: 0;
	padding-right: 0;
}

dl.article-info dd {
    padding: 0;
    display: block;
    border-right: 0;
}

.mp_right .search {
	margin: 30px 0;
}

.mp_right input[type="search"] {
	padding: 11px;
	margin-bottom: 0;
}

/* tags pages */

.tag-category .inputbox {
    border: 0;
    background: #eee;
    margin: 0 15px 0 0;
}

.tag-category button {
	margin: 0 15px 0 0;
}

/* search page */

.search #searchForm .inputbox {
    border: 0;
    background: #eee;
}

.search-results .result-title {
	font-size: 32px;
    line-height: 1.4;
}

.search-results dd {
	margin-left: 35px;
	margin-right: 35px;
}

.search-results .result-category {
	text-transform: uppercase;
    font-weight: 700;
}

#nav-arrows.nav-arrows {
	text-align: left;
}

/* responsive */

.nav-toggle {
	margin-top: 5px;
	position: relative;
	z-index: 1;
}

.nav-collapse.opened > ul {
	padding-top: 0;
}

.nav-collapse.opened li a {
	height: auto;
}

.nav-collapse.opened > ul ul li {
    padding-left: 15px;
    padding-right: 15px;
}

@media(max-width: 979px) {
	.logorow nav:not(.opened) ul.menu {
		display: none;
	}
}

@media (max-width:1190px) {

	.messagerow {
	    max-width: 100%;
	}

}

@media (max-width:1099px) {

	.hot_swipe_carousel_slides .contents h2 {
	    font-size: 40px !important;
	}

	.carouselrow h2 span {
	    font-size: 32px;
	}

	.hot_swipe_carousel_slides .contents {
		font-size: 16px !important;
	}

	.messagerow h3, .userrow h3 {
		font-size: 32px;
	}

}

@media (max-width:991px) {

	.testimonialsrow .left_side,
	.testimonialsrow .right_side {
		width: 100%;
		float: none;
	}

	.mp_user2 {
	    padding-left: 30px;
	    padding-right: 30px;
	}

	.carouselrow .btn {
	    margin-top: 0;
	}

	.sparky_home .blog-items h2, .sparky_home .blog-items h2 a {
		font-size: 18px;
	}

	.sparky_container.pricing .sparky_cell:first-child .plan_price, .sparky_container.pricing .sparky_cell:first-child [class*="plan_row"] {
		font-size: 10px;
	}

	.hot_swipe_carousel_slides .contents h2 {
		font-size: 40px !important;
	}

	.soon h1 {
	    font-size: 48px;
	}

	.soon .button {
	    margin-left: 0;
	}

	.page404 h1 {
	    font-size: 150px;
	}

	.page404 h2 {
	    font-size: 36px;
	}

}

@media (max-width:900px) {

	.hot_swipe_carousel_slides .contents h2 {
	    font-size: 32px !important;
	}

	.carouselrow h2 span {
	    font-size: 24px;
	}

	.hot_swipe_carousel_slides .contents {
		font-size: 14px !important;
	}

	.hot_swipe_carousel_slides .contents {
	    left: 0 !important;
	    width: 90% !important;
      	padding-top: 0 !important;
	}
  
  	.sparky_container > .mp_user2 {
      	padding: 15px !important;
  	}

}


@media (max-width:767px) {

	h1 {
		font-size: 48px;
	}

	.logorow .sparky_cell {
		padding: 25px 15px;
	}

	.sparky_home .logorow {
		position: relative;
	}
  
  	.hot_swipe_carousel_slides .contents {
      	top: 0 !important;
	}

	.userrow .sparky_container {
	    padding-left: 50px;
	}

	.item-page .sparky_container {
	     margin: 0; 
	}

	.sparky_container.pricing .sparkle3 {
	    width: 25% !important;
	}

	.sparky_container.pricing .plan_name {
		padding: 15px;
		font-size: 14px;
	}

	.plan_price {
	    font-size: 24px;
	}

	.sparky_container.pricing [class*="plan_row"] {
		height: 90px;
	}

	.sparky_container.pricing .sparky_cell:first-child .plan_price {
	    line-height: 25px;
	}

	.mp_right {
	     padding-left: 15px;
	     padding-top: 0;
	}

	.mp_bottommenu1, .mp_bottommenu2, .mp_bottommenu3 {
		width: 33% !important;
	}

}

@media (max-width:680px) {

	.one .mp_logo {
		width: 75% !important;
	}

	.one .mp_topmenu {
		width: 25% !important;
	}

	img.img_right, img.img_left {
	    float: none;
	    width: 100%;
	    margin: 0 0 30px 0;
	}

	.messagerow .left_side, .messagerow .right_side {
	    width: 100%;
	    float: none;
	}

	.userrow .sparky_container {
	    padding-left: 0;
	    padding-right: 0;
	}

	.mp_user1 {
	    padding-left: 30px;
	    padding-right: 30px;
	}

	.messagerow .moduletable {
		padding: 30px;
	}

	.blog .blog-items {
		padding: 0;
	}

	.blog-featured .blog-items .blog-item {
		margin-left: 0;
		padding-bottom: 30px;
	}

	.blog-items.row-fluid .span6 {
	    width: 100%;
	    margin: 0 0 30px;
	}

	.sparky_inner .blog-items.columns-2 {
	     display: block; 
	}

}

@media (max-width:560px) {
  
    .sparky_logo {
        font-size:20px;
    }

	.hot_swipe_carousel_slides .contents h2 {
		font-size: 24px !important;
		padding-bottom: 7px;
	}

	.hot_swipe_carousel_slides .contents h2 span {
		font-size: 20px;
	}

	.hot_swipe_carousel_slides .contents {
	    font-size: 12px !important;
	    line-height: 1.2;
	    min-height: 150px;
	}

	.messagerow img.leaves {
		z-index: -1;
	}

	.testimonialsrow .quotes {
	    padding: 30px 15px;
	}

	.testimonialsrow .quotes p {
	    margin-left: 70px;
	    margin-right: 70px;
	}

	.sparky_home .items-row .item {
	    width: 100%;
	}

	.sparky_container.pricing {
		font-size: 12px;
	}

	.sparky_container.pricing .plan_name {
		height: 240px;
		line-height: 1.2;
	}

	.plan_price {
	    font-size: 14px;
	    font-weight: bold;
	}

	.sparky_container.pricing [class*="plan_row"] {
	    height: 120px;
	}

	.sparky_container.pricing .sparky_cell:first-child .plan_price, .sparky_container.pricing .sparky_cell:first-child [class*="plan_row"] {
		line-height: 1.4;
	}

	.sparky_container.pricing .plan_order .btn {
	    padding: 5px;
	    font-size: 12px;
	}

}

@media (max-width:430px) {

	.flickity-page-dots {
		display: none;
	}

	.hot_swipe_carousel_slides .contents h2 {
		padding-top: 0;
	}

	.mp_bottommenu1, .mp_bottommenu2, .mp_bottommenu3 {
	    width: 100% !important;
	}

}


/* For DEMO purposes only. Can be safely deleted */

.sparky_settings {
	position: fixed;
	z-index: 9999;
    top: 40%;
    padding: 10px;
    background: #666;
    border-radius: 0 32px 32px 0;
    cursor: pointer;
    line-height: 1.4;
}

.sparky_settings:hover {
	background: #000;
}

.settings_content {
	display: none;
	float: left;
	padding-right: 30px;
}

.settings_content span {
	display: inline-block;
	width: 38px;
	height: 38px;
	border:3px solid #fff;
	border-radius: 19px;
}

.settings_content span:hover {
	border:3px solid #fff !important;
}

.settings_content span.style1 {
	background: #12326b;
	border:3px solid #7ebbb6;
}

.settings_content span.style2 {
	background: #126b2b;
	border:3px solid #7ebb7f;
}

.settings_content span.style3 {
	background: #6b5312;
	border:3px solid #bba67e;
}

.settings_content span.style4 {
	background: #6b1212;
	border:3px solid #bb7e7e;
}

.settings_content span.style5 {
	background: #5f126b;
	border:3px solid #b27ebb;
}

.settings_cog {
	float: left;
}

.sparky_settings i {
	font-size: 40px;
	color: #fff;
}

.sparky_settings:hover i {
	-webkit-animation:spin 4s linear infinite;
    -moz-animation:spin 4s linear infinite;
    animation:spin 4s linear infinite;
}

@-moz-keyframes spin {
	100% { -moz-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
	100% { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
	100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); }
}

	