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%;
}

.section-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.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;
}

.dd-video-container iframe {
	border: none;
}
/** Slide Gallery **/
body .slidegallery .container{
width: 100%;
}
body .slidegallery .container .slick-list {
    overflow: visible;
}
body .slick-initialized .slick-slide {
    display: block;
    padding: 0;
}
body .hide-arrows .slick-arrow {
    display: none;
}
body .rounded-image .slick-slide img {
    border-radius:10px;
}

body .gap-none .slick-slide .my-carousel-image {
    padding:0;
}
body .gap-sm .slick-slide .my-carousel-image {
    padding:0 4px;
}
body .gap-md .slick-slide .my-carousel-image {
    padding:0 8px;
}
body .gap-lg .slick-slide .my-carousel-image {
    padding:0 12px;
}
body .gap-xl .slick-slide .my-carousel-image {
    padding:0 15px;
}
body .hide-arrows .slick-arrow{
display:none!important;
}
/*#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;
}


/* ====== Grid Layout ====== */
section.subscriptionbox .itemlist {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  justify-content: center;
  align-items: stretch;
  max-width: 1200px;
  margin: 0 auto;
  padding-bottom: 20px;
}

/* ====== Individual Card ====== */
body section.subscriptionbox .itemlist .item-container {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  display: flex;
  flex-direction: column;
  height: 100%;
  width: auto;
}
body section.subscriptionbox .itemlist .section-item {
box-shadow: none;
}
section.subscriptionbox .item-container:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.12);
}

/* ====== Section Item Wrapper ====== */
section.subscriptionbox .section-item {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  height: 100%;
}

/* ====== Image Holder ====== */
section.subscriptionbox .image-holder {
  width: 100%;
  height: 250px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  border-radius: 16px;
  align-items: flex-start; /* anchor content to top */
}

section.subscriptionbox .image-holder img {
  width: 100%;
  height: 100%;
  object-fit: cover;          /* still covers without distortion */
  object-position: top center; /* keep the top visible, crop bottom */
  transition: transform 0.3s ease;
}

section.subscriptionbox .image-holder:hover img {
  transform: scale(1.05);
}

/* ====== Text & Price ====== */
section.subscriptionbox .item-text h3 {
  font-size: 1.3rem;
  text-align: center;
  font-weight: 600;
  color: #222;
  margin: 16px 0 8px;
}

section.subscriptionbox .title {
  text-align: center;
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 6px;
}

section.subscriptionbox .renew {
  text-align: center;
  font-size: 0.9rem;
  color: #666;
  margin-bottom: 16px;
}

/* ====== Features List ====== */
section.subscriptionbox .featurelist {
  flex-grow: 1; /* pushes button to bottom */
}

section.subscriptionbox .featurelist ul {
  list-style: none;
  padding: 0 20px 20px;
  margin: 0;
}

section.subscriptionbox .featurelist li {
  font-size: 0.9rem;
  color: #444;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
}

section.subscriptionbox .featurelist li::before {
  content: "✓";
  color: #00b67a;
  font-weight: bold;
  margin-right: 8px;
}

/* ====== Button ====== */
section.subscriptionbox .button-holder {
  display: flex;
  justify-content: center;
  padding: 20px;
  margin-top: auto;
}

section.subscriptionbox .button {
  background: linear-gradient(90deg, #0078ff, #00b4ff);
  color: #fff;
  padding: 12px 24px;
  border: none;
  border-radius: 50px;
  font-size: 1rem;
  cursor: pointer;
  transition: background 0.3s ease;
}

section.subscriptionbox .button:hover {
  background: linear-gradient(90deg, #0066cc, #009fe3);
}

/* ====== Responsive (Mobile Stack) ====== */
@media (max-width: 768px) {
  section.subscriptionbox .itemlist {
    display: block;
  }

  section.subscriptionbox .item-container {
    margin-bottom: 25px;
  }
  section.subscriptionbox .image-holder {

    display: block;

}
}

#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;
}

/*#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 {
	overflow: hidden;
}

.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: 5px;
	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,
.dd-button:hover,
.dd-button:visited,
.dd-button:active {
	background: none repeat scroll 0 0 #707070;
	border-radius: 0;
	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-sectiondd .dd-tag.dd-button-wrapper,
.dd-sectiondd .dd-tag.dd-image-wrapper {
	display: block;
	width: fit-content;
	padding-right: 15px;
	padding-left: 4px;
}

.dd-sectiondd .dd-element.dd-button-wrapper {
	display: block;
}

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

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

.text-left {
	align-items: flex-start;
}

.text-center {
	align-items: center;
}

.text-right {
	align-items: flex-end;
}

.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-lineheight-18em {
	line-height: 1.8em;
}

.dd-lineheight-19em {
	line-height: 1.9em;
}

.dd-lineheight-2em {
	line-height: 2em;
}

.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.5);
}

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

.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-radius-circle {
	border-radius: 50%;
}


.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;
}

.ddp-container .dd-button.square {
	border-radius: 100px;
}

.ddp-container .dd-button.rounded {
	border-radius: 8px;
}

.ddp-container .dd-button.oval {
	border-radius: 100px;
}

.ddp-container .dd-button.fixed {
	width: auto;
}

.ddp-container .dd-button.fullwidth {
	width: 100%;
}

.ddp-container .dd-fontsize-1 {
	font-size: 1vw;
}

.ddp-container .dd-fontsize-1-25 {
	font-size: 1.25vw;
}

.ddp-container .dd-fontsize-1-5 {
	font-size: 1.5vw;
}

.ddp-container .dd-fontsize-1-75 {
	font-size: 1.75vw;
}

.ddp-container .dd-fontsize-2 {
	font-size: 2vw;
}

.ddp-container .dd-fontsize-2-25 {
	font-size: 2.25vw;
}

.ddp-container .dd-fontsize-2-5 {
	font-size: 2.5vw;
}

.ddp-container .dd-fontsize-2-75 {
	font-size: 2.75vw;
}

.ddp-container .dd-fontsize-3 {
	font-size: 3vw;
}

.ddp-container .dd-fontsize-3-25 {
	font-size: 3.25vw;
}

.ddp-container .dd-fontsize-3-5 {
	font-size: 3.5vw;
}

.ddp-container .dd-fontsize-3-75 {
	font-size: 3.75vw;
}

.ddp-container .dd-fontsize-4 {
	font-size: 4vw;
}

.ddp-container .dd-fontsize-4-25 {
	font-size: 4.25vw;
}

.ddp-container .dd-fontsize-4-5 {
	font-size: 4.5vw;
}

.ddp-container .dd-fontsize-4-75 {
	font-size: 4.75vw;
}

.ddp-container .dd-fontsize-5 {
	font-size: 5vw;
}

.ddp-container .dd-fontsize-5-25 {
	font-size: 5.25vw;
}

.ddp-container .dd-fontsize-5-5 {
	font-size: 5.5vw;
}

.ddp-container .dd-fontsize-5-75 {
	font-size: 5.75vw;
}

.ddp-container .dd-fontsize-6 {
	font-size: 6vw;
}

.ddp-container .dd-fontsize-6-25 {
	font-size: 6.25vw;
}

.ddp-container .dd-fontsize-6-5 {
	font-size: 6.5vw;
}

.ddp-container .dd-fontsize-6-75 {
	font-size: 6.75vw;
}

.ddp-container .dd-fontsize-7 {
	font-size: 7vw;
}

.ddp-container .dd-fontsize-7-25 {
	font-size: 7.25vw;
}

.ddp-container .dd-fontsize-7-5 {
	font-size: 7.5vw;
}

.ddp-container .dd-fontsize-7-75 {
	font-size: 7.75vw;
}

.ddp-container .dd-fontsize-8 {
	font-size: 8vw;
}

.ddp-container .dd-fontsize-8-5 {
	font-size: 8.5vw;
}

.ddp-container .dd-fontsize-8-75 {
	font-size: 8.75vw;
}

.ddp-container .dd-fontsize-9 {
	font-size: 9vw;
}

.ddp-container .dd-bordersize-1 {
	border-width: 1px;
}

.ddp-container .dd-bordersize-2 {
	border-width: 2px;
}

.ddp-container .dd-bordersize-3 {
	border-width: 3px;
}

.ddp-container .dd-bordersize-4 {
	border-width: 4px;
}

.ddp-container .dd-bordersize-5 {
	border-width: 5px;
}

/*************** DRAG AND DROP ****************/
.dd-sectiondd .container.dd-container {
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.dd-sectiondd .dd-tag {
	max-width: 100%;
	width: 40%;
	position: relative;
}

.dd-boxdisplay-flex {
	display: flex;
}

.dd-boxdisplay-block {
	display: block;
}

@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: 820px) {
	body .dd-row {
		display: block;
	}

	.ddp-container .dd-row.w768-dd-boxdisplay-flex {
		display: flex;
	}

	.ddp-container .dd-row.w768-dd-boxdisplay-block {
		display: block;
	}

	.ddp-container .w768-dd-fontsize-1 {
		font-size: 1vw;
	}

	.ddp-container .w768-dd-fontsize-1-25 {
		font-size: 1.25vw;
	}

	.ddp-container .w768-dd-fontsize-1-5 {
		font-size: 1.5vw;
	}

	.ddp-container .w768-dd-fontsize-1-75 {
		font-size: 1.75vw;
	}

	.ddp-container .w768-dd-fontsize-2 {
		font-size: 2vw;
	}

	.ddp-container .w768-dd-fontsize-2-25 {
		font-size: 2.25vw;
	}

	.ddp-container .w768-dd-fontsize-2-5 {
		font-size: 2.5vw;
	}

	.ddp-container .w768-dd-fontsize-2-75 {
		font-size: 2.75vw;
	}

	.ddp-container .w768-dd-fontsize-3 {
		font-size: 3vw;
	}

	.ddp-container .w768-dd-fontsize-3-25 {
		font-size: 3.25vw;
	}

	.ddp-container .w768-dd-fontsize-3-5 {
		font-size: 3.5vw;
	}

	.ddp-container .w768-dd-fontsize-3-75 {
		font-size: 3.75vw;
	}

	.ddp-container .w768-dd-fontsize-4 {
		font-size: 4vw;
	}

	.ddp-container .w768-dd-fontsize-4-25 {
		font-size: 4.25vw;
	}

	.ddp-container .w768-dd-fontsize-4-5 {
		font-size: 4.5vw;
	}

	.ddp-container .w768-dd-fontsize-4-75 {
		font-size: 4.75vw;
	}

	.ddp-container .w768-dd-fontsize-5 {
		font-size: 5vw;
	}

	.ddp-container .w768-dd-fontsize-5-25 {
		font-size: 5.25vw;
	}

	.ddp-container .w768-dd-fontsize-5-5 {
		font-size: 5.5vw;
	}

	.ddp-container .w768-dd-fontsize-5-75 {
		font-size: 5.75vw;
	}

	.ddp-container .w768-dd-fontsize-6 {
		font-size: 6vw;
	}

	.ddp-container .w768-dd-fontsize-6-25 {
		font-size: 6.25vw;
	}

	.ddp-container .w768-dd-fontsize-6-5 {
		font-size: 6.5vw;
	}

	.ddp-container .w768-dd-fontsize-6-75 {
		font-size: 6.75vw;
	}

	.ddp-container .w768-dd-fontsize-7 {
		font-size: 7vw;
	}

	.ddp-container .w768-dd-fontsize-7-25 {
		font-size: 7.25vw;
	}

	.ddp-container .w768-dd-fontsize-7-5 {
		font-size: 7.5vw;
	}

	.ddp-container .w768-dd-fontsize-7-75 {
		font-size: 7.75vw;
	}

	.ddp-container .w768-dd-fontsize-8 {
		font-size: 8vw;
	}

	.ddp-container .w768-dd-fontsize-8-25 {
		font-size: 8.25vw;
	}

	.ddp-container .w768-dd-fontsize-8-5 {
		font-size: 8.5vw;
	}

	.ddp-container .w768-dd-fontsize-8-75 {
		font-size: 8.75vw;
	}

	.ddp-container .w768-dd-fontsize-9 {
		font-size: 9vw;
	}

	.ddp-container .w768-dd-bordersize-1 {
		border-width: 1px;
	}

	.ddp-container .w768-dd-bordersize-2 {
		border-width: 2px;
	}

	.ddp-container .w768-dd-bordersize-3 {
		border-width: 3px;
	}

	.ddp-container .w768-dd-bordersize-4 {
		border-width: 4px;
	}

	.ddp-container .w768-dd-bordersize-5 {
		border-width: 5px;
	}

	.ddp-container .w768-dd-texttransform-capitalize {
		text-transform: capitalize;
	}

	.ddp-container .w768-dd-texttransform-uppercase {
		text-transform: uppercase;
	}

	.ddp-container .w768-dd-texttransform-lowercase {
		text-transform: lowercase;
	}

	.ddp-container .w768-dd-lineheight-07em {
		line-height: 0.7em;
	}

	.ddp-container .w768-dd-lineheight-1em {
		line-height: 1em;
	}

	.ddp-container .w768-dd-lineheight-13em {
		line-height: 1.3em;
	}

	.ddp-container .w768-dd-lineheight-14em {
		line-height: 1.4em;
	}

	.ddp-container .w768-dd-lineheight-15em {
		line-height: 1.5em;
	}

	.ddp-container .w768-dd-lineheight-16em {
		line-height: 1.6em;
	}

	.ddp-container .w768-dd-lineheight-17em {
		line-height: 1.7em;
	}

	.ddp-container .w768-dd-lineheight-18em {
		line-height: 1.8em;
	}

	.ddp-container .w768-dd-lineheight-19em {
		line-height: 1.9em;
	}

	.ddp-container .w768-dd-lineheight-2em {
		line-height: 2em;
	}

	.ddp-container .w768-dd-letterspacing-1 {
		letter-spacing: 1px;
	}

	.ddp-container .w768-dd-letterspacing-2 {
		letter-spacing: 2px;
	}

	.ddp-container .w768-dd-letterspacing-3 {
		letter-spacing: 3px;
	}

	.ddp-container .w768-dd-letterspacing-4 {
		letter-spacing: -1px;
	}

	.ddp-container .w768-dd-textshadow-1 {
		text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
	}

	.ddp-container .w768-dd-textshadow-2 {
		text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
	}

	.ddp-container .w768-dd-textshadow-3 {
		text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
	}

	.ddp-container .w768-dd-radius-0 {
		border-radius: 0;
	}

	.ddp-container .w768-dd-radius-5 {
		border-radius: 5px;
	}

	.ddp-container .w768-dd-radius-10 {
		border-radius: 10px;
	}

	.ddp-container .w768-dd-radius-15 {
		border-radius: 15px;
	}

	.ddp-container .w768-dd-radius-20 {
		border-radius: 20px;
	}

	.ddp-container .w768-dd-radius-25 {
		border-radius: 25px;
	}

	.ddp-container .w768-dd-radius-50 {
		border-radius: 50px;
	}

	.ddp-container .w768-dd-radius-75 {
		border-radius: 75px;
	}

	.ddp-container .w768-dd-radius-150 {
		border-radius: 150px;
	}

	.ddp-container .w768-dd-radius-circle {
		border-radius: 50%;
	}


	.ddp-container .w768-dd-borderstyle-none {
		border-style: none;
	}

	.ddp-container .w768-dd-borderstyle-solid {
		border-style: solid;
	}

	.ddp-container .w768-dd-borderstyle-dashed {
		border-style: dashed;
	}

	.ddp-container .w768-dd-borderstyle-dotted {
		border-style: dotted;
	}



	.ddp-container .w768-dd-shadow-0 {
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}

	.ddp-container .w768-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)
	}

	.ddp-container .w768-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)
	}

	.ddp-container .w768-dd-shadow-20,
	.ddp-container .w768-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)
	}

	.ddp-container .w768-dd-shadow-30,
	.ddp-container .w768-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)
	}

	.ddp-container .w768-dd-shadow-40,
	.ddp-container .w768-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)
	}

	.ddp-container .w768-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
	}

	.ddp-container .w768-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
	}

	.ddp-container .w768-dd-shadow-20inner,
	.ddp-container .w768-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
	}

	.ddp-container .w768-dd-shadow-30inner,
	.ddp-container .w768-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
	}

	.ddp-container .w768-dd-shadow-40inner,
	.ddp-container .w768-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
	}

	.w768-text-left {
		text-align: left !important;
	}

	.w768-text-right {
		text-align: right !important;
	}

	.w768-text-center {
		text-align: center !important;
	}
}

@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;
	}

	.ddp-container .dd-row.w375-dd-boxdisplay-flex {
		display: flex;
	}

	.ddp-container .dd-row.w375-dd-boxdisplay-block {
		display: block;
	}

	.ddp-container .w375-dd-fontsize-1 {
		font-size: 1vw;
	}

	.ddp-container .w375-dd-fontsize-1-25 {
		font-size: 1.25vw;
	}

	.ddp-container .w375-dd-fontsize-1-5 {
		font-size: 1.5vw;
	}

	.ddp-container .w375-dd-fontsize-1-75 {
		font-size: 1.75vw;
	}

	.ddp-container .w375-dd-fontsize-2 {
		font-size: 2vw;
	}

	.ddp-container .w375-dd-fontsize-2-25 {
		font-size: 2.25vw;
	}

	.ddp-container .w375-dd-fontsize-2-5 {
		font-size: 2.5vw;
	}

	.ddp-container .w375-dd-fontsize-2-75 {
		font-size: 2.75vw;
	}

	.ddp-container .w375-dd-fontsize-3 {
		font-size: 3vw;
	}

	.ddp-container .w375-dd-fontsize-3-25 {
		font-size: 3.25vw;
	}

	.ddp-container .w375-dd-fontsize-3-5 {
		font-size: 3.5vw;
	}

	.ddp-container .w375-dd-fontsize-3-75 {
		font-size: 3.75vw;
	}

	.ddp-container .w375-dd-fontsize-4 {
		font-size: 4vw;
	}

	.ddp-container .w375-dd-fontsize-4-25 {
		font-size: 4.25vw;
	}

	.ddp-container .w375-dd-fontsize-4-5 {
		font-size: 4.5vw;
	}

	.ddp-container .w375-dd-fontsize-4-75 {
		font-size: 4.75vw;
	}

	.ddp-container .w375-dd-fontsize-5 {
		font-size: 5vw;
	}

	.ddp-container .w375-dd-fontsize-5-25 {
		font-size: 5.25vw;
	}

	.ddp-container .w375-dd-fontsize-5-5 {
		font-size: 5.5vw;
	}

	.ddp-container .w375-dd-fontsize-5-75 {
		font-size: 5.75vw;
	}

	.ddp-container .w375-dd-fontsize-6 {
		font-size: 6vw;
	}

	.ddp-container .w375-dd-fontsize-6-25 {
		font-size: 6.25vw;
	}

	.ddp-container .w375-dd-fontsize-6-5 {
		font-size: 6.5vw;
	}

	.ddp-container .w375-dd-fontsize-6-75 {
		font-size: 6.75vw;
	}

	.ddp-container .w375-dd-fontsize-7 {
		font-size: 7vw;
	}

	.ddp-container .w375-dd-fontsize-7-25 {
		font-size: 7.25vw;
	}

	.ddp-container .w375-dd-fontsize-7-5 {
		font-size: 7.5vw;
	}

	.ddp-container .w375-dd-fontsize-7-75 {
		font-size: 7.75vw;
	}

	.ddp-container .w375-dd-fontsize-8 {
		font-size: 8vw;
	}

	.ddp-container .w375-dd-fontsize-8-25 {
		font-size: 8.25vw;
	}

	.ddp-container .w375-dd-fontsize-8-5 {
		font-size: 8.5vw;
	}

	.ddp-container .w375-dd-fontsize-8-75 {
		font-size: 8.75vw;
	}

	.ddp-container .w375-dd-fontsize-9 {
		font-size: 9vw;
	}

	.ddp-container .w375-dd-bordersize-1 {
		border-width: 1px;
	}

	.ddp-container .w375-dd-bordersize-2 {
		border-width: 2px;
	}

	.ddp-container .w375-dd-bordersize-3 {
		border-width: 3px;
	}

	.ddp-container .w375-dd-bordersize-4 {
		border-width: 4px;
	}

	.ddp-container .w375-dd-bordersize-5 {
		border-width: 5px;
	}

	.ddp-container .w375-dd-texttransform-capitalize {
		text-transform: capitalize;
	}

	.ddp-container .w375-dd-texttransform-uppercase {
		text-transform: uppercase;
	}

	.ddp-container .w375-dd-texttransform-lowercase {
		text-transform: lowercase;
	}

	.ddp-container .w375-dd-lineheight-07em {
		line-height: 0.7em;
	}

	.ddp-container .w375-dd-lineheight-1em {
		line-height: 1em;
	}

	.ddp-container .w375-dd-lineheight-13em {
		line-height: 1.3em;
	}

	.ddp-container .w375-dd-lineheight-14em {
		line-height: 1.4em;
	}

	.ddp-container .w375-dd-lineheight-15em {
		line-height: 1.5em;
	}

	.ddp-container .w375-dd-lineheight-16em {
		line-height: 1.6em;
	}

	.ddp-container .w375-dd-lineheight-17em {
		line-height: 1.7em;
	}

	.ddp-container .w375-dd-lineheight-18em {
		line-height: 1.8em;
	}

	.ddp-container .w375-dd-lineheight-19em {
		line-height: 1.9em;
	}

	.ddp-container .w375-dd-lineheight-2em {
		line-height: 2em;
	}

	.ddp-container .w375-dd-letterspacing-1 {
		letter-spacing: 1px;
	}

	.ddp-container .w375-dd-letterspacing-2 {
		letter-spacing: 2px;
	}

	.ddp-container .w375-dd-letterspacing-3 {
		letter-spacing: 3px;
	}

	.ddp-container .w375-dd-letterspacing-4 {
		letter-spacing: -1px;
	}

	.ddp-container .w375-dd-textshadow-1 {
		text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
	}

	.ddp-container .w375-dd-textshadow-2 {
		text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
	}

	.ddp-container .w375-dd-textshadow-3 {
		text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
	}

	.ddp-container .w375-dd-radius-0 {
		border-radius: 0;
	}

	.ddp-container .w375-dd-radius-5 {
		border-radius: 5px;
	}

	.ddp-container .w375-dd-radius-10 {
		border-radius: 10px;
	}

	.ddp-container .w375-dd-radius-15 {
		border-radius: 15px;
	}

	.ddp-container .w375-dd-radius-20 {
		border-radius: 20px;
	}

	.ddp-container .w375-dd-radius-25 {
		border-radius: 25px;
	}

	.ddp-container .w375-dd-radius-50 {
		border-radius: 50px;
	}

	.ddp-container .w375-dd-radius-75 {
		border-radius: 75px;
	}

	.ddp-container .w375-dd-radius-150 {
		border-radius: 150px;
	}

	.ddp-container .w375-dd-radius-circle {
		border-radius: 50%;
	}


	.ddp-container .w375-dd-borderstyle-none {
		border-style: none;
	}

	.ddp-container .w375-dd-borderstyle-solid {
		border-style: solid;
	}

	.ddp-container .w375-dd-borderstyle-dashed {
		border-style: dashed;
	}

	.ddp-container .w375-dd-borderstyle-dotted {
		border-style: dotted;
	}



	.ddp-container .w375-dd-shadow-0 {
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}

	.ddp-container .w375-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)
	}

	.ddp-container .w375-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)
	}

	.ddp-container .w375-dd-shadow-20,
	.ddp-container .w375-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)
	}

	.ddp-container .w375-dd-shadow-30,
	.ddp-container .w375-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)
	}

	.ddp-container .w375-dd-shadow-40,
	.ddp-container .w375-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)
	}

	.ddp-container .w375-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
	}

	.ddp-container .w375-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
	}

	.ddp-container .w375-dd-shadow-20inner,
	.ddp-container .w375-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
	}

	.ddp-container .w375-dd-shadow-30inner,
	.ddp-container .w375-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
	}

	.ddp-container .w375-dd-shadow-40inner,
	.ddp-container .w375-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
	}

	.w375-text-left {
		text-align: left !important;
	}

	.w375-text-right {
		text-align: right !important;
	}

	.w375-text-center {
		text-align: center !important;
	}
}