body {
	font-family: Arial, 'Open Sans', "Helvetica Neue", 'Segoe UI', Tahoma, sans-serif;
}

* {
	outline: none !important;
}

img {
	max-width: 100%;
}

h1 {
	font-size: 40px;
}

.skybar {
	position: relative;
	width: 100%;
}

.customhtml .section-title h2 {
	text-align: center;
	padding: 20px 0;
}

.section-video iframe {
	border: none;
}

.slash_price {
	text-decoration: line-through;
}

.sale_price {
	color: #F00;
}

.sub-holder {
	display: flex;
}

#announcement {
	padding: 8px;
	text-align: center;
	border-bottom: 1px solid #efefef;
}

.page-design.row-body {
	max-width: none;
	padding-top: 0;
	margin-bottom: -10px;
}

.page-design .container,
.page-design .eventlist,
.page-design .itemlist {
	overflow: hidden;
}

body section.home-page .itemlist .item-container.wd-1 {
	width: 85%;
	margin: 0 auto;
	display: block;
}

.fullsliderbox,
.fullsliderbox .container {
	padding: 0;
	width: 100%;
}

.fullsliderbox,
.fullsliderbox .container {
	text-shadow: 1px 1px 10px #676767;
}

#contactbar {
	padding: 8px 10px;
	text-align: left;
	border-bottom: 1px solid #efefef;
	overflow: hidden;
}

#contactbar .site-contacts {
	float: left;
}

#contactbar .social-links {
	float: right;
}

#contactbar .social-links a {
	display: inline-block;
	margin: 0 0 0 8px;

}

.footer .social-links a {
	display: inline-block;
	margin: 0 5px 0 0;
	font-size: 18px;

}

.imgtitle {
	font-size: 6vw;
}

.main_promo {
	height: auto;
	overflow: hidden;
}

.main_promo img {
	width: 100% !important;
}

.rsContent img {
	width: 100% !important;
	height: auto !important;
	margin: 0 !important;
}

.main_promo .infotext {
	position: absolute;
	z-index: 1;
	display: flex;
	flex-direction: column;
	text-align: center;
	width: 80%;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.main_promo .infotext p,
.main_promo .infotext li {
	line-height: 1;
}

/*#fpss.royalSlider {
	visibility: hidden;
	width: 100%;
}*/
.royalSlider>rsContainer {
	visibility: hidden;
	/* or display:none depending on your needs... */
}

.rsSlide {
	text-align: center;
	position: relative;
}

.rsABlock {
	width: 100%;
	height: 100%;
	z-index: 15;
	display: flex !important;
	justify-content: center;
	align-items: center;
}

.hero {
	padding-top: 0;
	min-height: 0;
	max-width: none;
}

.servicebox .service-list {
	display: flex;

}

.servicebox .service-item {
	display: flex;
	flex-direction: column;
	/* flex: 1 0 auto; */
	flex-basis: 33%;
	flex-grow: 1;
	padding: 20px;
	box-sizing: border-box;
	text-align: center;
}

.servicebox .service-image,
.servicebox .icon-holder {
	margin-bottom: 20px;
}

.servicebox .icon-holder i {
	font-size: 65px;
}

#fpss {
	position: relative;
	overflow: hidden;
}

#fpss .rsContent {
	position: relative;
	z-index: 1;
	display: none;
}

#fpss .rsContent.active {
	display: block;
	z-index: 3
}

#fpss .imgtitle {
	font-size: 6vw;
	text-align: center;
}

.rsContent {
	width: 100%;
	height: 100%;
	position: relative;
	display: block;
}
section[data-type=subscriptionbox]{
	display: flex;
	justify-content: center;
	align-items: center;
}
body section[data-type=subscriptionbox] .itemlist, body section[data-type=subscriptionbox] .itemlist .item-container {
    display: flex;
    align-items: stretch;
}
/*#fpss .imgtitle {
	color: #fff;
	position: absolute;
	text-align: center;
	width: 100%;
	top: 40%;
}
#fpss .imgtitle h2 {
	font-family: Impact, Arial, Helvetica, sans-serif;
	font-size: 4em;
	margin: 0;
	text-transform: uppercase;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 1);
}
#fpss .imgtitle p {
	font-family: Arial, Helvetica, sans-serif;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 1);
	font-size: 3em;
	font-weight: bold;
	line-height: 1;
	margin: 0;
	text-transform: uppercase;
}*/

section.home-events.withpadding.blogteaser {
	background: #fff;
	text-align: center;
}

section.home-events .event img {
	width: 100%;
	height: 100%;
}

section.withpadding {
	padding: 75px 0;
	margin-bottom: 0;
}

/*.home-page p {
	font-size: 18px;
	line-height: 1.16em;
}*/
section.home-events h3,
section.home-events p,
section.home-events .button.booknow {
	display: none;
}

section.home-events .event,
section .blogpromo {
	background: #fff none repeat scroll 0 0;
	border: medium none;
	display: inline-block;
	margin-right: 2%;
	margin-bottom: 20px;
	padding: 5px;
	position: relative;
	width: 30%;
	overflow: hidden;
}

section .blogpromo {
	padding: 0 0 20px;
	box-shadow: 1px 3px 8px 0 rgba(0, 0, 0, .13);
}

section .blogpromo .mask {
	height: 150px;
}

section .blogpromo a {
	color: #666666;
}

section .blogpromo a.button {
	color: #fff;
}

section .blogpromo.productpromo .mask img {
	height: 100%;
	width: auto;
	cursor: pointer;
	transform: none;
	opacity: 1;
	transition: none;
}

section .blogpromo.productpromo .mask:hover {
	background: none;
	overflow: hidden;
}

section.home-events .event:last-child {
	margin-right: 0;
}

h2 {
	font-size: 2em;
}

.pubheader {
	text-align: center;
	font-size: 2em;
	margin-bottom: 15px;
}

section.greybg {
	background: #efefef;
}

.container {
	width: 1200px;
}

.transformations {
	text-align: center;
}

.video-container video {
	left: 0;
	top: 0;
	min-height: 100%;
	min-width: 100%;
	position: absolute;
	object-fit: cover;
}
body .video-js {
		padding-top: 67.25%;
}
/*********THEME DESIGN**********/
body section p,
body section h2 {
	margin: 10px 0;
}

#full-wrap section {
	width: 100%;
	overflow: hidden;
}

#full-wrap * {
	box-sizing: border-box;
}

.promotext,
.blogbox,
.countdownmodule,
.productbox,
.challengebox,
.gallerybox,
.videobox {
	text-align: center;
}

.imagewithtext .container,
.videobox .container {
	padding-top: 0;
	padding-bottom: 0;
}

@media screen and (max-width: 667px) {

	.imagewithtext .container,
	.videobox .container {
		padding: 0 15px !important;
	}
}

.promotextimage .container {
	overflow: hidden;
}

.promotextimage .section-image img {
	width: 100%;
}

.promotextimage .section-image {
	width: 45%;
	float: left;
	padding: 0 20px;
}

.promotextimage .section-image.left {
	float: left;
}

.promotextimage .section-image.right {
	float: right;
}

.promotextimage .section-text,
.promotextimage .section-title,
.promotextimage .section-button {

	padding: 0 20px;
	vertical-align: middle;
}

.promotextimage .infoblock {
	width: 55%;
	float: left;
	margin-top: 40px;
}

.imagewithtext {
	display: flex;
	align-items: center;
}

.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.dynamic-form {
	padding: 10px;
}

.dynamic-form .form-check-input:only-child {
	position: absolute;
}

.formbox .dynamic-form,
.formbox .form-group {
	width: 100%;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.gallerybox {
	overflow: hidden;
	text-align: center;
}

.gallerybox .container {
	padding-left: 0;
	padding-right: 0;
}

.gallerybox .image-box {
	display: inline-flex;
	width: 250px;
	height: auto;
	padding: 5px;
}

.gallerybox .image-box img {
	align-self: center;
}

.gallerybox .image-box a {
	display: inherit;
}

.challengebox .event {
	width: 25%;
	display: inline-block;
	padding: 5px;
}

.challengebox .event img {
	width: auto;
	height: 275px;
}

.parallax {
	/* The image used */
	/*    background-image: url("../../../images/site/commercial-air-conditioning.jpg");
    /* Set a specific height */
	/* height: 500px;*/
	margin-bottom: 0 !important;

	/* Create the parallax scrolling effect */
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.testimonial-slider .my-carousel-content {
	min-height: 300px;
	background: #fff;
	border-radius: 10px;
	padding: 50px 60px;
	box-shadow: 1px 3px 8px 0 rgba(0, 0, 0, .13);
	text-align: center;
	width: 100%;
}

body .testimonial-slider .author-testimonial * {
	font-size: 16px !important;
	color: #666;
	font-style: italic;

}

body .testimonial-slider .author-testimonial {
	position: relative;
}

body .testimonial-slider h3 {
	color: #666;
}

body .testimonial-slider .author-image {
	height: 150px;
	width: 150px;
	margin: 8px auto;
	border-radius: 75px;
	overflow: hidden;
}

body .testimonial-slider .author-testimonial i.fa-quote-left {
	position: absolute;
	left: -20px;
	top: -5px;
	color: #ccc;
}

body .testimonial-slider .author-testimonial i.fa-quote-right {
	position: absolute;
	right: -5px;
	bottom: 5px;
	color: #ccc;
}

.testimonial-slider .slick-slide {
	padding: 20px;
}

.newslettersection {
	box-shadow: 0 0 14px 0 rgba(0, 0, 0, .1);
}

#newsletter .newsletter-msg {
	padding: 10px;
	font-size: 20px;
	font-weight: bold;
}

#newsletter h2 {
	margin-bottom: 20px;
}

#newsletter .input-group {
	width: 50%;
	margin: 20px auto;
}

#newsletter {
	padding: 70px 15px;
	text-align: center;
	box-shadow: 0 0 14px 0 rgba(0, 0, 0, .1);
}

#newsletter input {
	padding: 10px;
	font-size: 18px;
	margin: 15px;
	border-radius: 5px
}

#newsletter .input-group .btn {
	padding: 12px 25px;
	margin: 15px 0;
	font-size: inherit !important;
}

.all-access-list .sub-list {
	padding: 20px;
	margin-bottom: 100px;
}

.all-access-list .sub-item-title img {
	height: 23px;
}

.all-access-list .sub-item-title h4 {
	margin-bottom: 0;
}

.all-access-list .sub-item-title {
	background: #4498D9;
	border-radius: 8px;
	color: #fff;
	position: relative;
	color: #fff;
	text-align: center;
	top: 35px;
	width: 170px;
	font-size: 14px;
	margin: 0 auto;
	padding: 10px 5px;
	font-weight: 700;
}

.all-access-list .sub-item {
	width: 100%;
	position: relative;
	display: inline-block;
}

.all-access-list .sub-inner {
	border: 2px solid #4498D9;
	padding: 40px 20px 20px;
	border-radius: 8px;
	box-shadow: 0 5px 5px #666;
}

.all-access-list .container {
	text-align: center;
}

@media screen and (max-width: 769px) {
	.servicebox .service-list {
		display: block;
	}

	#newsletter .input-group {
		width: 90%;
	}
	
}

@media screen and (max-width: 641px) {
	.promotextimage .infoblock {
		width: 100%;
		float: none;
	}

	/*section.withpadding.promotextimage{
	padding-top:0;
}*/
	.gallerybox .image-box {
		display: block;
		width: 100%;
		height: auto;
		padding: 5px;
		margin-bottom: 8px;
	}
}

.image-holder {
	height: fit-content;
}

.flip-clock-divider .flip-clock-label {
	color: #FFF;
}

.countdown-clock.flip-clock-wrapper {
	width: 620px;
	margin: 2em auto;
	/*display:none;*/
}

.countdownmodule .preview-box {
	margin-top: 30px;
	margin-bottom: 30px;
}

/*************** DRAG AND DROP ****************/

.ddp {
	padding-top: 30px;
	padding-bottom: 20px;
}

button.btn.btn-primary.ddp-appendelement {
	width: 100%;
}

.dd-el-block {
	display: block;
}
.dd-tag{
	padding: 10px;
	z-index: 4;
}
.dd-tag * {
    margin: 0;
}

.dd-tag h2, .dd-tag p {
    margin: 8px 0
}

.dd-el-listitem {
	display: list-item;
}

.dd-el-inline {
	display: inline;
	margin-right: 5px;
}

.dd-el-inlineblock {
	display: inline-block;
}



.dd-section {
	display: flex;
	align-items: center;
}

.dd-button {
	background: none repeat scroll 0 0 #707070;
	border-radius: 5px;
	color: #FFFFFF;
	display: inline-block;
	font-size: 16px;
	height: auto;
	cursor: pointer;
	padding: 12px 35px;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	margin-bottom: 5px;
}

.dd-element.dd-button-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px 0;
}

.dd-row {
	padding: 20px 10px;
	display: flex;
	flex-wrap: wrap;
	z-index: 2;
}

.dd-col {
	flex: 1;
	padding: 10px;
	z-index: 3
}

.dd-content {
	border: 1px solid #09F;
	padding: 8px !important;
}

.addelement {
	margin: 10px auto;
	display: block;
	width: 160px;
}

.ddp .dd-list-group,
.ddp .dd-icon-list-group {
	padding-top: 8px;
	padding-bottom: 8px;
	margin-bottom: 8px;
}

.ddp .dd-icon-list-group {
	list-style: none;
	padding-left: 20px;
}

.ddp .btn-primary {
	color: #fff;
	background-color: #aaaaaa;
	border-color: #aaaaaa;
}

.ddp .btn-primary:hover {
	color: #fff;
	background-color: #888888;
	border-color: #888888;
}

.dd-image-wrapper {
	text-align: center;
	padding: 10px;
}

.dd-image {
	max-width: 100%;
	max-height: 100%;
}

.dds-fw {
	width: 100%;
}

.dds-wide {
	width: 1200px;
	max-width: 100%;
}

.dd-container {
	margin-left: auto;
	margin-right: auto;
}

.ghost {
    opacity: 0.4;
}

.bg-cover {
	background-size: cover!important;
	background-repeat: no-repeat!important;
	background-position: center top!important;
}

.bg-contain {
	background-size: contain!important;
	background-repeat: no-repeat!important;
	background-position: center top!important;
}

.bg-full {
	background-size: 100% auto!important;
	background-repeat: no-repeat!important;
	background-position: center top!important;
}

.bg-fullbottom {
	background-size: 100% auto!important;
	background-repeat: no-repeat!important;
	background-position: center bottom!important;
}

.bg-repeat {
	background-size: auto!important;
	background-repeat: repeat!important;
	background-position: center top!important;
}

.bg-repeattop {
	background-size: auto!important;
	background-repeat: repeat-x!important;
	background-position: center top!important;
}

.bg-repeatbottom {
	background-size: auto!important;
	background-repeat: repeat-x!important;
	background-position: center bottom!important;
}

.bg-repeatvc {
	background-size: auto!important;
	background-repeat: repeat-y!important;
	background-position: center top!important;
}
.card-body{
	padding: 0 20px 20px;
}
.dd-texttransform-capitalize{
	text-transform: capitalize;
}
.dd-texttransform-uppercase{
	text-transform:uppercase;
}
.dd-texttransform-lowercase{
	text-transform: lowercase;
}

.dd-lineheight-07em{
	line-height: 0.7em;
}
.dd-lineheight-1em{
	line-height: 1em;
}
.dd-lineheight-13em{
	line-height: 1.3em;
}
.dd-lineheight-14em{
	line-height: 1.4em;
}
.dd-lineheight-15em{
	line-height: 1.5em;
}
.dd-lineheight-16em{
	line-height: 1.6em;
}
.dd-lineheight-17em{
	line-height: 1.7em;
}

.dd-letterspacing-1{
	letter-spacing: 1px;
}
.dd-letterspacing-2{
	letter-spacing: 2px;
}
.dd-letterspacing-3{
	letter-spacing: 3px;
}
.dd-letterspacing-4{
	letter-spacing: -1px;
}

.dd-textshadow-1{
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}
.dd-textshadow-2{
	text-shadow: 1px 1px 2px rgba(0,0,0,0.4);
}
.dd-textshadow-3{
	text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
}

.dd-radius-0{
	border-radius:0;
}
.dd-radius-5{
	border-radius:5px;
}
.dd-radius-10{
	border-radius:10px;
}
.dd-radius-15{
	border-radius:15px;
}
.dd-radius-20{
	border-radius:20px;
}
.dd-radius-25{
	border-radius:25px;
}
.dd-radius-50{
	border-radius:50px;
}
.dd-radius-75{
	border-radius:75px;
}
.dd-radius-150{
	border-radius:150px;
}


.dd-borderstyle-none{
	border-style: none;
}
.dd-borderstyle-solid{
	border-style: solid;
}
.dd-borderstyle-dashed{
	border-style: dashed;
}
.dd-borderstyle-dotted{
	border-style: dotted;
}



.dd-shadow-0 {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow:none;
}
.dd-shadow-5 {
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.05);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.05);
    box-shadow: 0 1px 3px rgba(0,0,0,0.05)
}

.dd-shadow-10 {
    -webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 1px 5px rgba(0,0,0,0.1);
    box-shadow: 0 1px 5px rgba(0,0,0,0.1)
}

.dd-shadow-20, .dd-shadow-light {
    -webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 1px 5px rgba(0,0,0,0.2);
    box-shadow: 0 1px 5px rgba(0,0,0,0.2)
}

.dd-shadow-30, .dd-shadow-full {
    -webkit-box-shadow: 0 2px 5px 2px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 2px 5px 2px rgba(0,0,0,0.3);
    box-shadow: 0 2px 5px 2px rgba(0,0,0,0.3)
}

.dd-shadow-40, .dd-shadow-dark {
    -webkit-box-shadow: 0 2px 5px 2px rgba(0,0,0,0.4);
    -moz-box-shadow: 0 2px 5px 2px rgba(0,0,0,0.4);
    box-shadow: 0 2px 5px 2px rgba(0,0,0,0.4)
}

.dd-shadow-5inner {
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.05) inset;
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.05) inset;
    box-shadow: 0 1px 3px rgba(0,0,0,0.05) inset
}

.dd-shadow-10inner {
    -webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.1) inset;
    -moz-box-shadow: 0 1px 5px rgba(0,0,0,0.1) inset;
    box-shadow: 0 1px 5px rgba(0,0,0,0.1) inset
}

.dd-shadow-20inner, .dd-shadow-lightinner {
    -webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.2) inset;
    -moz-box-shadow: 0 1px 5px rgba(0,0,0,0.2) inset;
    box-shadow: 0 1px 5px rgba(0,0,0,0.2) inset
}

.dd-shadow-30inner, .dd-shadow-fullinner {
    -webkit-box-shadow: 0 2px 5px 2px rgba(0,0,0,0.3) inset;
    -moz-box-shadow: 0 2px 5px 2px rgba(0,0,0,0.3) inset;
    box-shadow: 0 2px 5px 2px rgba(0,0,0,0.3) inset
}

.dd-shadow-40inner, .dd-shadow-darkinner {
    -webkit-box-shadow: 0 2px 5px 2px rgba(0,0,0,0.4) inset;
    -moz-box-shadow: 0 2px 5px 2px rgba(0,0,0,0.4) inset;
    box-shadow: 0 2px 5px 2px rgba(0,0,0,0.4) inset
}
.overlay-top-gradient{
	background-color:transparent;
	background:linear-gradient(360deg, rgba(0,0,0,0.35) 0%, #000000 100%)!important;
}
.overlay-bottom-gradient{
	background-color:transparent;
	background:linear-gradient(180deg, rgba(0,0,0,0.35) 0%, #000000 100%)!important;
}
.overlay-left-gradient{
	background-color:transparent;
	background:linear-gradient(270deg, rgba(0,0,0,0.35) 0%, #000000 100%)!important;
}
.overlay-right-gradient{
	background-color:none!important;
	background:linear-gradient(90deg, rgba(0,0,0,0.35) 0%, #000000 100%)!important;
}
/*************** DRAG AND DROP ****************/
@media screen and (min-width: 993px) {
	body .hide-on-desktop{
		display: none!important;
	}
}
@media screen and (min-width:642px) and (max-width: 992px) {
	body .hide-on-tablet{
		display: none!important;
	}
}
@media screen and (max-width: 860px) {
	.countdown-clock.flip-clock-wrapper {
		zoom: 0.7;
		-moz-transform: scale(0.7)
	}
}
@media screen and (max-width: 769px) {
body section[data-type=subscriptionbox] .itemlist, body section[data-type=subscriptionbox] .itemlist .item-container {
	display:block;
}
}
@media screen and (max-width: 641px) {
	body .hide-on-mobile{
		display: none!important;
	}
}
@media screen and (max-width: 580px) {
	.countdown-clock.flip-clock-wrapper {
		zoom: 0.4;
		-moz-transform: scale(0.4)
	}
}

@media screen and (max-width: 480px) {
	.countdown-clock.flip-clock-wrapper ul li a div div.inn {
		font-size: 30px;
	}
}