.template-content .cover-block-1 .countdown-offer-label {
	font-weight: 400;
	color: #fecb32;
	font-size: 19px;
	margin-top: 10px;
	line-height: 1em;
}
.template-content .cover-block-1 .cover-button {
	width: 100%;
}
.template-content .cover-block-1 .cover-button .btnControls {
	display: block;
}
/*general cover styles */
.template-content #cover .tos-button {
	display: none;
}
.template-content #cover .media-container {
	overflow: visible;
}
/*cover block 1*/
.template-content .cover-block-1 {
	background: url(../../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	/* background-attachment: fixed; */
	padding-top: 6px;
	padding-bottom: 6px;
	position: relative;
	/* overflow: hidden; */
	z-index: 0;
	min-height: 490px;
}
.template-content #cover.cover-block-1 .cover-overlay.section-overlay {
	background-color: rgba(38, 38, 38, 0.9);
}
.template-content .cover-block-1 .radius {
	border-radius: 8px;
}
.template-content .cover-block-1 .title-bar {
	background-color: rgba(0, 0, 0, 0.4);
	margin: 10px auto;
	text-align: center;
	font-weight: 400;
	color: #fff;
	margin-top: 6px;
	margin-bottom: 6px;
	padding: 17px;
	/* width: 98%; */
}
.template-content .cover-block-1 .title-bar .h1 {
	font-size: 17px;
	margin: 0px;
	padding: 0px 5px;
	line-height: 1em;
}
.template-content .cover-block-1 .title-bar .h1 p {
	margin-bottom: 0px;
}
.template-content .cover-block-1 div.media-holder, .template-content .cover-block-1 .cover-holder div.cover-holder-elements div.content-holder {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	margin: 6px 0px;
	white-space: normal;
}
.template-content .cover-block-1 .cover-media {
	border-radius: 8px;
	overflow: hidden;
	position: relative;
}
.template-content .cover-block-1 .cover-media img {
	border-radius: 8px;
	margin: 0 auto !important;
	height: 100%;
	width: auto;
	left: 0;
	right: 0;
}
.template-content .cover-block-1 .cover-media .img-overlay {
	position: absolute;
	top: 0px;
	left: 0px;
	color: #fff;
	background-color: rgba(0,0,0,0.7);
	width: 100%;
	height: 100%;
	display: none;
	border-radius: 2px;
	border: 1px solid #3dd37c !important;
	box-shadow: 0px 0px 2px 2px #3dd37c !important;
}
.template-content .cover-block-1 .cover-media .img-overlay a {
	font-size: 16px;
	color: #fff;
	padding: 10px 20px;
	background-color: #3dd37c;
	text-decoration: none;
	border-radius: 2px;
	line-height: 28px;
	position: absolute;
	top: 40%;
	left: 38%;
}
.template-content .cover-block-1 .cover-media:hover .img-overlay {
	display: block;
}
.template-content .cover-block-1 .countdown-container {
	margin: 10px 0 0 0;
	text-align: center;
	font-size: 14px;
	color: #fff;
	position: relative;
	/* padding: 5px; */
}
.template-content .cover-block-1 .function-overlay {
	position: absolute;
	top: 0px;
	left: 0px;
	color: #fff;
	background-color: rgba(0,0,0,0.8);
	width: 100%;
	height: 100%;
	display: none;
	border-radius: 2px;
	border: 1px solid #3dd37c !important;
	box-shadow: 0px 0px 2px 2px #3dd37c !important;
}
.template-content .cover-block-1 .function-overlay a {
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff !important;
	width: 100px;
	height: 25px;
	line-height: 26px;
	background-color: #3dd37c;
	text-decoration: none;
	border-radius: 2px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
.template-content .cover-block-1 .function-element:hover .function-overlay {
	display: block;
}
.template-content .cover-block-1 .countdown-container .countdown-offer-label, .template-content .cover-block-1 .countdown-container .list-inline {
	display: block;
	margin: 0px;
}
.template-content .cover-block-1 .countdown-container .countdown-offer-label {
	font-weight: 700;
	color: #fecb32;
	text-transform: uppercase;
	font-size: 19px;
	margin-bottom: 5px !important;
}
.template-content .cover-block-1 .count-down-elements {
	padding: 5px;
	margin: 0 90px !important;
}
.template-content .cover-block-1 .countdown-container .list-inline>li {
	padding: 0px 7px;
}
.template-content .cover-block-1 .countdown-container .countdown-element-value {
	font-size: 23px;
	font-weight: 700;
}
.template-content .cover-block-1 .content-holder {
	background-color: rgba(0, 0, 0, 0.4);
	margin-top: 6px;
	margin-bottom: 6px;
	padding: 15px;
	min-height: 380px;
	display: flex !important;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
}
.template-content .cover-block-1 .cover-content {
	text-align: center;
	color: #fff;
}
.template-content .cover-block-1 .cover-content .h2 {
	text-align: center;
	margin: 5px 0px;
	white-space: normal;
	word-break: break-word;
	line-height: 1em;
}
.template-content .cover-block-1 .cover-content .h2 .span3{
	line-height: 1em;
}
.template-content .cover-block-1 .cover-content .h2 p {
	margin-bottom: 0px;
}
.template-content .cover-block-1 .cover-content .h3 {
	padding: 7px 0px;
	margin: 0px;
	color: #f3f3f3;
	padding-top: 7px;
	line-height: 1em;
}
.template-content .cover-block-1 .cover-content .h3 p {
	margin-bottom: 0px;
}
.template-content .cover-block-1 .cover-button {
	margin: 7px auto;
}
.template-content .cover-block-1 .btn-register {
	padding: 12px;
	display: block;
	width: 100%;
	border-radius: 8px;
	background: #fecb32;
	text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
	white-space: normal;
	-ms-word-break: break-all;
	word-break: break-all;
	position: relative;
	word-break: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}
.template-content .cover-block-1 .btn-register:hover, .template-content .cover-block-1 .btn-register:focus, .template-content .cover-block-1 .btn-register:active {
	color: #fff;
	background: #eebd28;
}
.template-content .cover-block-1 .additional-text {
	font-size: 12px;
	margin: 0px;
	margin-top: 7px;
	line-height: 1em;
}
.cover-block-1-countdown-modal form {
	width: 52%;
	float: none;
	margin: auto;
}
.cover-block-1-countdown-modal .counter-options {
	width: 52%;
	margin: 0 auto;
	font-size: 12px;
	color: #555555;
	margin-bottom: 10px;
}
.cover-block-1-countdown-modal .sp-replacer {
	float: right;
	width:30px;
}
.cover-block-1-countdown-modal .counter-options i {
	color: #d7ddde;
	padding-right: 5px;
}
.cover-block-1 .media-container {
	overflow: visible;
}
@media (max-width: 991px) {
	.template-content .cover-block-1 .btn-register, .template-content .cover-block-1 .btn-register-summery {
		display: block;
		width: 100%;
		padding: 16px;
		font-size: 1.2em;
	}
}
@media (max-width: 767px) {
	.template-content .cover-block-1 .title-bar {
		margin: 10px auto;
		padding: 10px 5px;
		width: 100%;
	}
	.template-content .cover-block-1 .countdown-container {
		font-size: 12px;
	}
	.template-content .cover-block-1 .count-down-elements {
		margin: 0 !important;
	}
}

/*cover block 2*/
.template-content .cover-block-2 {
	background: url(../../images/cover-img.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	position: relative;
	z-index: 0;
	min-height: 516px;
}
.template-content .cover-block-2 .cover-button {
	width: 100%;
}
.template-content .cover-block-2 .cover-button .btnControls {
	display: block;
}
.template-content .cover-block-2 .col-content-wrapper {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}
.template-content .cover-block-2 .container.colsContainer {
	margin: 0 auto;
}
.template-content #cover.cover-block-2 .cover-overlay.section-overlay {
	background-color: rgba(38, 38, 38, 0.5);
}
.template-content .cover-block-2 .remove-margin-top-bottom {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}
.template-content .cover-block-2 .content-holder {
	background-color: rgba(0, 0, 0, 0.4);
	margin-top: 0;
	margin-bottom: 0px;
	padding: 15px;
	min-height: 516px;
}
.template-content .cover-block-2 .cover-content {
	text-align: center;
	color: #fff;
}
.template-content .cover-block-2 .cover-content .h2 {
	text-align: center;
	margin: 10px 0px;
	white-space: normal;
	word-break: break-word;
	text-shadow: 0px 3px 5px rgba(0, 0, 0, 0.9);
	line-height: 1em;
	font-weight: 400;
}
.template-content .cover-block-2 .cover-content .h2 p {
	margin-bottom: 0px;
}
.template-content .cover-block-2 .cover-content .h3 {
	padding: 18px 0px;
	margin: 0px;
	color: #f3f3f3;
	padding-top: 10px;
	line-height: 1em;
}
.template-content .cover-block-2 .cover-content .h3 p {
	margin-bottom: 0px;
}
.template-content .cover-block-2 div.media-holder, .template-content .cover-block-2 .cover-holder div.cover-holder-elements div.content-holder {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	margin: 6px 0px;
	white-space: normal;
}
.cover-block-2 .media-container {
	margin: 23px auto auto;
	overflow: visible;
	width: 304px;
}
.template-content .cover-block-2 .cover-media {
	border-radius: 8px;
	overflow: hidden;
	position: relative;
}
.template-content .cover-block-2 .cover-media img {
	border-radius: 8px;
	margin: auto;
}
.template-content .cover-block-2 .cover-media .img-overlay {
	position: absolute;
	top: 0px;
	left: 0px;
	color: #fff;
	background-color: rgba(0,0,0,0.7);
	width: 100%;
	height: 100%;
	display: none;
	border-radius: 2px;
	border: 1px solid #3dd37c !important;
	box-shadow: 0px 0px 2px 2px #3dd37c !important;
}
.template-content .cover-block-2 .cover-media .img-overlay a {
	font-size: 16px;
	color: #fff;
	padding: 10px 20px;
	background-color: #3dd37c;
	text-decoration: none;
	border-radius: 2px;
	line-height: 28px;
	position: absolute;
	top: 40%;
	left: 32%;
}
.template-content .cover-block-2 .cover-media:hover .img-overlay {
	display: block;
}
.template-content .cover-block-2 .countdown-container {
	margin-top: 12px;
	text-align: center;
	font-size: 15px;
	color: #fff;
	position: relative;
	/* background: rgba(48,48,48,0.75); */
	margin-top: 15px;
}
.template-content .cover-block-2 .countdown-container .countdown-offer-label, .template-content .cover-block-2 .countdown-container .list-inline {
	display: block;
	margin: 0px;
}
.template-content .cover-block-2 .count-down-elements {
	padding: 5px;
}
.template-content .cover-block-2 .countdown-container .list-inline>li {
	padding: 0px 7px;
}
.template-content .cover-block-2 .countdown-container .countdown-element-value {
	font-size: 24px;
	font-weight: 700;
	color: #FFF;
}
.template-content .cover-block-2 .countdown-container .countdown-element-label {
	font-size: 14px;
	font-weight: 700;
	color: #999;
	text-transform: uppercase;
}
.template-content .cover-block-2 .function-overlay {
	position: absolute;
	top: 0px;
	left: 0px;
	color: #fff;
	background-color: rgba(0,0,0,0.8);
	width: 100%;
	height: 100%;
	display: none;
	border-radius: 2px;
	border: 1px solid #3dd37c !important;
	box-shadow: 0px 0px 2px 2px #3dd37c !important;
}
.template-content .cover-block-2 .function-overlay a {
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff !important;
	width: 100px;
	height: 25px;
	line-height: 26px;
	background-color: #3dd37c;
	text-decoration: none;
	border-radius: 2px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
.template-content .cover-block-2 .function-element:hover .function-overlay {
	display: block;
}
.template-content .cover-block-2 .cover-button {
	margin: 10px auto;
	width: 100%;
}
.template-content .cover-block-2 .btn-register {
	padding: 8px;
	display: block;
	width: 100%;
	border-radius: 25px;
	background: #ffa800;
	/* text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2); */
	white-space: normal;
	-ms-word-break: break-all;
	word-break: break-all;
	position: relative;
	word-break: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}
.template-content .cover-block-2 .additional-text {
	font-size: 12px;
	margin: 12px 0 0 0;
	text-align: center;
	width:100%;
	line-height: 1em;
}
.template-content .cover-block-2 .count-down-elements {
	padding: 5px;
	margin: 0 !important;
}
/*cover block 3*/
.template-content .cover-block-3 {
	background: url(../../images/cover-img.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	position: relative;
	z-index: 0;
	min-height: 416px;
	padding: 70px 0;
}
.template-content .cover-block-3 .cover-button {
	width: 60%;
	margin: 0 auto;
}
.template-content .cover-block-3 .cover-button .btnControls {
	display: block;
	background-color: #315b70;
	background: -webkit-linear-gradient(#315b70 0%, #1f3844 100%);
	background: -o-linear-gradient(#315b70 0%, #1f3844 100%);
	background: linear-gradient(#315b70 0%, #1f3844 100%);
	text-shadow: 0px 2px 0px rgba(0, 0, 0, 0.11);
	box-shadow: 0px 2px 0px 0px #0e181d;
}
.template-content #cover.cover-block-3 .cover-overlay.section-overlay {
	background-color: rgba(38, 38, 38, 0.5);
}
.template-content .cover-block-3 .container {
	padding: 0;
}
.template-content .cover-block-3 .feature-headline {
	color: #fff;
	margin: 15px 50px;
	text-align: center;
}
.template-content .cover-block-3 #feature-headline-span {
	display: inline-block;
	text-align: center;
	background: rgba(0,0,0,0.5);
	padding: 6px;
	line-height: 1em;
	border-radius: 2px;
	font-size: 20px;
}
.template-content .cover-block-3 .feature-headline p {
	margin: 0 !important;
}
.template-content .cover-block-3 .h2 {
	text-align: center;
	margin: 15px 50px;
	/* margin-bottom: 30px; */
	white-space: normal;
	word-break: break-word;
	padding: 0;
	color: #fff;
	font-weight: 400;
}
.template-content .cover-block-3 #headline-span {
	display: inline-block;
	text-align: center;
	background: rgba(0,0,0,0.5);
	padding: 8px 5px;
	line-height: 1em;
	border-radius: 2px;
}
.template-content .cover-block-3 .h2 p {
	margin: 0;
}
.template-content .cover-block-3 .cover-button {
	margin: 15px auto;
}
.template-content .cover-block-3 .btn-register {
	padding: 12px 8px;
	display: block;
	width: 100%;
	border-radius: 25px;
	background: #315b70;
	/* text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2); */
	white-space: normal;
	-ms-word-break: break-all;
	word-break: break-all;
	position: relative;
	word-break: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}
.template-content .cover-block-3 .button-gear {
	position: absolute;
	top: -1px;
	right: -1px;
	background-color: #fff;
	color: #000;
	border-radius: 2px;
	font-size: 10px;
	padding: 2px 4px;
	display: none;
	cursor: pointer;
}
.template-content .cover-block-3 .btn-register h5 {
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	margin: 0px;
	/* text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2); */
	white-space: normal;
	-ms-word-break: break-all;
	word-break: break-all;
	padding: 4px;
}
@media (max-width: 768px) {
	.template-content .cover-block-3 .feature-headline {
		margin: 15px 20px !important;
	}
	.template-content .cover-block-3 .h2 {
		margin: 15px 20px !important;
	}
	.template-content .cover-block-3 .cover-button {
		margin: 15px 60px !important;
	}
	.template-content .cover-block-3{
		padding-top: 15px;
		padding-bottom: 15px;
		min-height: initial;
	}
}
/*cover block 4*/
.template-content .cover-block-4 {
	background: #f8f8f8;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	position: relative;
	z-index: 0;
	min-height: 416px;
	border-top: 1px solid rgba(0, 0, 0, 0.13);
	border-bottom: 1px solid rgba(0, 0, 0, 0.13);
	padding: 20px 0;
}
.template-content .cover-block-4 .cover-button {
	width: 100%;
}
.template-content .cover-block-4 .cover-button .btnControls {
	display: block;
}
.template-content #cover.cover-block-4 .cover-overlay.section-overlay {
	background-color: #f8f8f8;
}
.template-content .cover-block-4 .cover-left-column-color {
	/* background-color: rgba(0,0,0,0.5); */
	border-radius: 5px;
}
.template-content .cover-block-4 .padelement {
	margin: 8px;
	padding: 8px;
}
.template-content .cover-block-4 .feature-headline {
	color: #666666;
	margin: 10px 0;
	text-align: center;
	font-size: 20px;
	line-height: 1em;
}
.template-content .cover-block-4 .feature-headline p {
	margin: 0 !important;
}
.template-content .cover-block-4 .h2 {
	text-align: center;
	margin: 10px 0;
	white-space: normal;
	word-break: break-word;
	color: #666666;
	font-weight: 400;
	line-height: 1em;
}
.template-content .cover-block-4 .h2 p {
	margin: 0;
}
.template-content .cover-block-4 .on-page-optin {
	margin: 10px 0 20px 0;
	padding: 0;
	position: relative;
	clear: both;
	float: none;
}
.template-content .cover-block-4 .button-gear {
	position: absolute;
	top: -1px;
	right: -1px;
	background-color: #fff;
	color: #000;
	border-radius: 2px;
	font-size: 10px;
	padding: 2px 4px;
	display: none;
	cursor: pointer;
}
.template-content .cover-block-4 .on-page-optin .form-control {
	height: 35px;
	font-size: 16px !important;
	padding-bottom: 1px;
	padding-top: 1px;
	padding: 10px 16px;
	line-height: 1.3333333;
	margin-top: 5px;
	border: 1px solid #e8e8e8;
	box-shadow: inset 0 0px 0px rgba(0, 0, 0, .0);
	color: #a7a7a7;
	border-radius: 2px!important;
}
.template-content .cover-block-4 .cover-button {
	margin: 10px auto;
	clear: both;
	float: none;
}
.template-content .cover-block-4 .btn-register {
	border-radius: 5px;
	background: #ff9800;
}
.template-content .cover-block-4 .btn-register h5 {
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	margin: 0px;
	white-space: normal;
	-ms-word-break: break-all;
	word-break: break-all;
	padding: 4px;
	text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
}
.template-content .cover-block-4 .additional-text {
	font-size: 12px;
	margin: 10px 0;
	text-align: center;
	line-height: 1em;
}
.template-content .cover-block-4 div.media-holder, .template-content .cover-block-4 .cover-holder div.cover-holder-elements div.content-holder {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	margin: 6px 0px;
	white-space: normal;
}
.template-content .cover-block-4 .cover-media {
	border-radius: 8px;
	overflow: hidden;
	position: relative;
}
.template-content .cover-block-4 .cover-media img {
	border-radius: 5px;
	margin: auto;
}
.template-content .cover-block-4 .countdown-container {
	margin: 0;
	text-align: center;
	font-size: 15px;
	color: #555555;
	position: relative;
	padding: 10px;
}
.template-content .cover-block-4 .function-overlay {
	position: absolute;
	top: 0px;
	left: 0px;
	color: #fff;
	background-color: rgba(0, 0, 0, 0.8);
	width: 100%;
	height: 100%;
	display: none;
	border-radius: 2px;
	border: 1px solid #3dd37c !important;
	box-shadow: 0px 0px 2px 2px #3dd37c !important;
}
.template-content .cover-block-4 .function-overlay a {
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff !important;
	width: 100px;
	height: 25px;
	line-height: 26px;
	background-color: #3dd37c;
	text-decoration: none;
	border-radius: 2px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
.template-content .cover-block-4 .function-element:hover .function-overlay {
	display: block;
}
.template-content .cover-block-4 .countdown-container .countdown-offer-label, .template-content  .cover-block-4 .countdown-container .list-inline {
	display: block;
	text-align: center;
}
.template-content .cover-block-4 .countdown-offer-label {
	font-weight: 400;
	color: #ff9800;
	font-size: 16px;
	text-align: center;
	margin: 10px 0;
	line-height: 1em;
}
.template-content .cover-block-4 .countdown-container .countdown-offer-label, .template-content .cover-block-4 .countdown-container .list-inline {
	display: block;
	text-align: center;
}
.template-content .cover-block-4 .count-down-elements {
	margin: 0 50px !important;
	padding: 5px;
}
.template-content .cover-block-4 .countdown-container .list-inline>li {
	width: 22%;
	display: inline-block;
	text-align: center;
	padding: 0;
}
.template-content .cover-block-4 .countdown-container .countdown-element-value {
	font-size: 24px;
	font-weight: 700;
	text-align: center;
	color: #555555;
}
.template-content .cover-block-4 .countdown-container .countdown-element-label {
	font-size: 14px;
	font-weight: 700;
	text-align: center;
	color: #d8d8d8;
	text-transform: uppercase;
}
.template-content .cover-block-4 .on-page-optin .mobile-checkbox {
	color: #666;
}
@media (max-width: 768px) {
	.template-content .cover-block-4 .row{
		margin-left: 0;
		margin-right: 0;
	}
	.template-content .cover-block-4 .padelement{
		margin: 0 !important;
	}
	.template-content .cover-block-4 .feature-headline {
		text-align: center !important;
		float: none;
		display: inline-block;
	}
	.template-content .cover-block-4 .btn-register {
		font-size: 1.2em;
	}
	.template-content .cover-block-4 .count-down-elements {
		margin: 0 5px !important;
	}
}
/*cover block 5*/
.template-content .cover-block-5 {
	background: url(../../images/cover-pg5.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	position: relative;
	z-index: 0;
	min-height: 440px;
	padding: 20px 0;
}
.template-content .cover-block-5 .cover-button {
	width: 80%;
	margin: 0 auto;
}
.template-content .cover-block-5 .cover-button .btnControls{
	display: block;
	background-color: #315b70;
	background: -webkit-linear-gradient(#315b70 0%, #1f3844 100%);
	background: -o-linear-gradient(#315b70 0%, #1f3844 100%);
	background: linear-gradient(#315b70 0%, #1f3844 100%);
	text-shadow: 0px 2px 0px rgba(0, 0, 0, 0.11);
	box-shadow: 0px 2px 0px 0px #0e181d;
}
.template-content #cover.cover-block-5 .cover-overlay.section-overlay {
	background-color: rgba(255, 255, 255, 0.1);
}
.template-content .cover-block-5 .cover-content-wrapper {
	background: rgba(255, 255, 255, 0.75);
	border-radius: 2px;
	padding: 10px;
	margin: 10px 0;
}
.template-content .cover-block-5 .h2 {
	text-align: center;
	margin: 10px 0;
	white-space: normal;
	word-break: break-word;
	color: #3e606f;
	font-weight: 400;
	font-size: 40px;
	line-height: 1em;
}
.template-content .cover-block-5 .h2 p {
	margin: 0;
}
.template-content .cover-block-5 .feature-headline {
	color: #666666;
	margin: 10px 0;
	text-align: center;
	font-size: 20px;
	line-height: 1em;
}
.template-content .cover-block-5 .feature-headline p {
	margin: 0 !important;
}
.template-content .cover-block-5 .cover-button {
	margin: 10px auto;
	clear: both;
	float: none;
}
.template-content .cover-block-5 .btn-register {
	border-radius: 5px;
	background: #3e606f;
}
.template-content .cover-block-5 .btn-register {
	padding: 12px 8px;
	display: block;
	width: 100%;
	border-radius: 25px;
	background: #315b70;
	/* text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2); */
	white-space: normal;
	-ms-word-break: break-all;
	word-break: break-all;
	position: relative;
	word-break: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}
.template-content .cover-block-5 .button-gear {
	position: absolute;
	top: -1px;
	right: -1px;
	background-color: #fff;
	color: #000;
	border-radius: 2px;
	font-size: 10px;
	padding: 2px 4px;
	display: none;
	cursor: pointer;
}
.template-content .cover-block-5 .btn-register h5 {
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	margin: 0px;
	white-space: normal;
	-ms-word-break: break-all;
	word-break: break-all;
	padding: 4px;
	text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
}
.template-content .cover-block-5 .countdown-container {
	margin: 0;
	text-align: center;
	font-size: 15px;
	color: #555555;
	position: relative;
	padding: 10px;
}
.template-content .cover-block-5 .function-overlay {
	position: absolute;
	top: 0px;
	left: 0px;
	color: #fff;
	background-color: rgba(0, 0, 0, 0.8);
	width: 100%;
	height: 100%;
	display: none;
	border-radius: 2px;
	border: 1px solid #3dd37c !important;
	box-shadow: 0px 0px 2px 2px #3dd37c !important;
}
.template-content .cover-block-5 .function-overlay a {
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff !important;
	width: 100px;
	height: 25px;
	line-height: 26px;
	background-color: #3dd37c;
	text-decoration: none;
	border-radius: 2px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
.template-content .cover-block-5 .function-element:hover .function-overlay {
	display: block;
}
.template-content .cover-block-5 .countdown-container .countdown-offer-label, .template-content .cover-block-5 .countdown-container .list-inline {
	display: block;
	text-align: center;
}
.template-content .cover-block-5 .countdown-container .countdown-offer-label {
	font-weight: 400;
	color: #6f6f6e;
	font-size: 16px;
	text-align: center;
	margin: 0 0 10px 0;
	line-height: 1em;
}
.template-content .cover-block-5 .countdown-container .list-inline>li {
	width: 22%;
	display: inline-block;
	text-align: center;
	padding: 0;
}
.template-content .cover-block-5 .countdown-container .countdown-element-value {
	font-size: 24px;
	font-weight: 700;
	text-align: center;
	color: #444444;
}
.template-content .cover-block-5 .countdown-container .countdown-element-label {
	font-size: 14px;
	font-weight: 700;
	text-align: center;
	color: #999999;
	text-transform: uppercase;
}
.template-content .cover-block-5 .container {
	padding: 20px 0 20px 0;
}
.template-content .cover-block-5 .on-page-optin .mobile-checkbox {
	color: #999999;
}
@media (max-width: 768px) {
	.template-content .cover-block-5 .cover-button {
		width: 100%;
		margin: 0;
	}
	.template-content .cover-block-5 .row {
		margin-left: 0;
		margin-right: 0;
	}

}
/*cover block 6*/
.template-content .cover-block-6 {
	background: url(../../images/bg0.jpg);
	background-position: top center;
	background-size: cover;
	position: relative;
	z-index: 0;
	min-height: 100vh;
	padding: 0;
}
.template-content #cover.cover-block-6 .cover-overlay.section-overlay {
	background: rgba(0,0,0,0.0);
}
.template-content #cover.cover-block-6 .container.colsContainer {
	margin: 0 auto;
}
.template-content .cover-block-6 .container {
	padding: 0;
}
.template-content .cover-block-6 .remove-space {
	margin: 0 !important;
	padding: 0 !important;
}
.template-content .cover-block-6 .colmun.top-element {
	top: 25px;
}
.template-content .cover-block-6 div.media-holder, .template-content .cover-block-6 .cover-holder div.cover-holder-elements div.content-holder{
	width: 95%;
}

.template-content .cover-block-6 .cover-media {
	border-radius: 8px;
	position: relative;
}
.template-content .cover-block-6 .cover-media img {
	border-radius: 5px;
	margin: auto;
	position: relative;
	max-height: 400px;
	height: auto;
}
.template-content .cover-block-6 .media-content-img {
	max-height: 400px;
	margin: 0 auto;
	position: relative;
}
.template-content .cover-block-6 .cover-media .img-overlay {
	position: absolute;
	top: 0px;
	left: 0px;
	color: #fff;
	background-color: rgba(0, 0, 0, 0.7);
	width: 100%;
	height: 100%;
	display: none;
	border-radius: 2px;
	border: 1px solid #3dd37c !important;
	box-shadow: 0px 0px 2px 2px #3dd37c !important;
}
.template-content .cover-block-6 .cover-media .img-overlay a {
	font-size: 16px;
	color: #fff;
	padding: 10px 20px;
	background-color: #3dd37c;
	text-decoration: none;
	border-radius: 2px;
	line-height: 28px;
	position: absolute;
	top: 40%;
	left: 37%;
}
.template-content .cover-block-6 .cover-media:hover .img-overlay {
	display: block;
}
.template-content .cover-block-6 .content-column {
	background: rgba(255,255,255,0.5);
	min-height: 100vh;
}
.template-content .cover-block-6 .controlcontent {
	width: 100%;
	margin: 0;
	padding: 20px 10px;
}
.template-content .cover-block-6 .feature-headline {
	margin: 10px 0;
	text-align: center;
	font-size: 30px;
	color: #e96800;
	line-height: 1em;

}
.template-content .cover-block-6 .feature-headline p {
	margin: 0 !important;
}
.template-content .cover-block-6 .h2 {
	text-align: center;
	margin: 10px 0;
	white-space: normal;
	word-break: break-word;
	font-weight: 400;
	font-size: 38px;
	line-height: 1em ;
	color: #303030;
}
.template-content .cover-block-6 .h2 p {
	margin: 0;
}
.template-content .cover-block-6 .cover-button {
	margin: 10px auto;
	clear: both;
	float: none;
}
.template-content .cover-block-6 .btn-register {
	border-radius: 5px;
	background: #ff9800;
}
.template-content .cover-block-6 .btn-register {
	padding: 12px 8px;
	display: block;
	width: 100%;
	border-radius: 25px;
	white-space: normal;
	word-break: break-all;
	position: relative;
	word-break: break-word;
}
.template-content .cover-block-6 .button-gear {
	position: absolute;
	top: -1px;
	right: -1px;
	background-color: #fff;
	color: #000;
	border-radius: 2px;
	font-size: 10px;
	padding: 2px 4px;
	display: none;
	cursor: pointer;
}
.template-content .cover-block-6 .btn-register h5 {
	font-size: 20px;
	font-weight: 700;
	color: #fff;
	margin: 0px;
	text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
	white-space: normal;
	-ms-word-break: break-all;
	word-break: break-all;
	padding: 4px;
}
.template-content .cover-block-6 .additional-text,
.template-content .cover-block-6 .legal-info {
	font-size: 12px;
	margin: 10px 10px;
	text-align: center;
	line-height: 1em;
}
.template-content .cover-block-6 .countdown-container {
	text-align: center;
	font-size: 15px;
	color: #555555;
	position: relative;
	padding: 0 12px;
}
.template-content .cover-block-6 .function-overlay {
	position: absolute;
	top: 0px;
	left: 0px;
	color: #fff;
	background-color: rgba(0, 0, 0, 0.8);
	width: 100%;
	height: 100%;
	display: none;
	border-radius: 2px;
	border: 1px solid #3dd37c !important;
	box-shadow: 0px 0px 2px 2px #3dd37c !important;
}
.template-content .cover-block-6 .function-overlay a {
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff !important;
	width: 100px;
	height: 25px;
	line-height: 26px;
	background-color: #3dd37c;
	text-decoration: none;
	border-radius: 2px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
.template-content .cover-block-6 .function-element:hover .function-overlay {
	display: block;
}
.template-content .cover-block-6 .countdown-container .countdown-offer-label {
	font-weight: 400;
	color: #e96800;
	font-size: 16px;
	text-align: center;
	display: block;
	margin: 10px 0 5px 0;
	line-height: 1em;
}
.template-content .cover-block-6 .countdown-container .countdown-offer-label, .template-content .cover-block-6 .countdown-container .list-inline {
	display: block;
	text-align: center;
}
.template-content .cover-block-6 .count-down-elements {
	padding: 5px;
}
.template-content .cover-block-6 .countdown-container .list-inline>li {
	width: 22%;
	display: inline-block;
	text-align: center;
	padding: 0;
}
.template-content .cover-block-6 .countdown-container .countdown-element-value {
	font-size: 24px;
	font-weight: 700;
	text-align: center;
	color: #171717;
}
.template-content .cover-block-6 .countdown-container .countdown-element-label {
	font-size: 14px;
	font-weight: 700;
	text-align: center;
	color: #171717;
	text-transform: uppercase;
}
@media (min-width:768px) {
	.template-content .cover-block-6 .count-down-elements {
		margin: 0px 50px !important;
	}
}
@media (max-width:768px) {
	.template-content .cover-block-6 .content-column{
		min-height: initial;
	}
}
/*cover block 7*/
.template-content .cover-block-7 {
	/*background: url(../../images/bg0.jpg);*/
	background-position: top center;
	background-size: cover;
	position: relative;
	z-index: 0;
	min-height: 400px;
	padding: 40px 0;
}
.template-content .cover-block-7 .cover-button {
	width: 90%;
	margin: 0 auto;
}
.template-content #cover.cover-block-7 .cover-overlay.section-overlay {
	background: #1c5f8c;
}
.template-content .cover-block-7 .container {
	/*padding: 0;*/
}
.template-content .cover-block-7 .remove-space {
	margin: 0 !important;
	padding: 0 !important;
}
.template-content .cover-block-7 .colmun.top-element {
	top: 25px;
}
.template-content .cover-block-7 div.media-holder, .template-content .cover-block-7 .cover-holder div.cover-holder-elements div.content-holder {
	width: 95%;
}

.template-content .cover-block-7 .cover-media {
	border-radius: 8px;
	position: relative;
}
.template-content .cover-block-7 .cover-media img {
	border-radius: 5px;
	margin: auto;
	position: relative;
	max-height: 400px;
	height: auto;
}
.template-content .cover-block-7 .media-content-img {
	max-height: 400px;
	margin: 0 auto;
	position: relative;
}
.template-content .cover-block-7 .cover-media .img-overlay {
	position: absolute;
	top: 0px;
	left: 0px;
	color: #fff;
	background-color: rgba(0, 0, 0, 0.7);
	width: 100%;
	height: 100%;
	display: none;
	border-radius: 2px;
	border: 1px solid #3dd37c !important;
	box-shadow: 0px 0px 2px 2px #3dd37c !important;
}
.template-content .cover-block-7 .cover-media .img-overlay a {
	font-size: 16px;
	color: #fff;
	padding: 10px 20px;
	background-color: #3dd37c;
	text-decoration: none;
	border-radius: 2px;
	line-height: 28px;
	position: absolute;
	top: 40%;
	left: 37%;
}
.template-content .cover-block-7 .cover-media:hover .img-overlay {
	display: block;
}
.template-content .cover-block-7 .content-column {
	background: rgba(255,255,255,0.5);
	min-height: 100vh;
}
.template-content .cover-block-7 .controlcontent {
	width: 100%;
	margin: 0;
	padding: 20px 10px;
}
.template-content .cover-block-7 .feature-headline {
	margin: 10px 0;
	text-align: center;
	font-size: 24px;
	color: #FFF;
	line-height: 1em;
}
.template-content .cover-block-7 .feature-headline span {
	padding-bottom: 3px;
}
.template-content .cover-block-7 .feature-headline p {
	margin: 0 !important;
}
.template-content .cover-block-7 .h2 {
	text-align: center;
	margin: 15px 0;
	white-space: normal;
	word-break: break-word;
	font-weight: 400;
	font-size: 30px;
	line-height: 1em;
	color: #FFF;
}
.template-content .cover-block-7 .h2 p {
	margin: 0;
}
.template-content .cover-block-7 .cover-button {
	margin: 10px auto;
	clear: both;
	float: none;
}
.template-content .cover-block-7 .btn-register {
	border-radius: 5px;
	background: #ff9800;
}
.template-content .cover-block-7 .btn-register {
	padding: 12px 8px;
	display: block;
	width: 75%;
	margin: 0 auto;
	white-space: normal;
	word-break: break-all;
	position: relative;
	word-break: break-word;
	font-size:24px;
}
.template-content .cover-block-7 .button-gear {
	position: absolute;
	top: -1px;
	right: -1px;
	background-color: #fff;
	color: #000;
	border-radius: 2px;
	font-size: 10px;
	padding: 2px 4px;
	display: none;
	cursor: pointer;
}
.template-content .cover-block-7 .btn-register h5 {
	font-size: 24px;
	font-weight: 700;
	color: #fff;
	margin: 0px;
	white-space: normal;
	-ms-word-break: break-all;
	word-break: break-all;
	padding: 4px;
}
.template-content .cover-block-7 .additional-text, .template-content .cover-block-7 .legal-info {
	font-size: 12px;
	margin: 10px 10px;
	text-align: center;
}
.template-content .cover-block-7 .countdown-container {
	text-align: center;
	font-size: 15px;
	color: #555555;
	position: relative;
	padding: 0 12px;
}
.template-content .cover-block-7 .function-overlay {
	position: absolute;
	top: 0px;
	left: 0px;
	color: #fff;
	background-color: rgba(0, 0, 0, 0.8);
	width: 100%;
	height: 100%;
	display: none;
	border-radius: 2px;
	border: 1px solid #3dd37c !important;
	box-shadow: 0px 0px 2px 2px #3dd37c !important;
}
.template-content .cover-block-7 .function-overlay a {
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff !important;
	width: 100px;
	height: 25px;
	line-height: 26px;
	background-color: #3dd37c;
	text-decoration: none;
	border-radius: 2px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
.template-content .cover-block-7 .function-element:hover .function-overlay {
	display: block;
}
.template-content .cover-block-7 .countdown-container .countdown-offer-label {
	font-weight: 700;
	color: #e96800;
	text-transform: uppercase;
	font-size: 16px;
	text-align: center;
	display: block;
	margin: 10px 0 5px 0;
}
.template-content .cover-block-7 .countdown-container .countdown-offer-label, .template-content .cover-block-7 .countdown-container .list-inline {
	display: block;
	text-align: center;
}
.template-content .cover-block-7 .count-down-elements {
	padding: 5px;
}
.template-content .cover-block-7 .countdown-container .list-inline>li {
	width: 22%;
	display: inline-block;
	text-align: center;
	padding: 0;
}
.template-content .cover-block-7 .countdown-container .countdown-element-value {
	font-size: 24px;
	font-weight: 700;
	text-align: center;
	color: #171717;
}
.template-content .cover-block-7 .countdown-container .countdown-element-label {
	font-size: 14px;
	font-weight: 700;
	text-align: center;
	color: #171717;
	text-transform: uppercase;
}
@media (min-width:768px) {
	.template-content .cover-block-7 .count-down-elements {
		margin: 0px 50px !important;
	}
}
.template-content .cover-block-7 .f-icon {
	width: 50px;
	height: 50px;
	overflow: hidden;
	float: none;
	position: relative;
	margin-right: 10px;
	display: inline-block;
	margin-top:0;
}
.template-content .cover-block-7 .f-icon img {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	cursor: auto;
}
.template-content .cover-block-7 .f-icon .img-overlay {
	position: absolute;
	top: 0px;
	left: 0px;
	color: #fff;
	background-color: rgba(0,0,0,0.7);
	width: 50px;
	height: 50px;
	display: none;
	border-radius: 2px;
	border: 1px solid #3dd37c !important;
	box-shadow: 0px 0px 2px 2px #3dd37c !important;
}
.template-content .cover-block-7 .f-icon .img-overlay a {
	font-size: 10px;
	color: #fff;
	padding: 3px;
	margin-top: 20px;
	background-color: #3dd37c;
	text-decoration: none;
	border-radius: 2px;
	line-height: 48px;
}
.template-content .cover-block-7 .f-icon:hover .img-overlay {
	display: block;
}
.template-content .cover-block-7 .feature-box-content.no-border {
	border: none;
}
.template-content .cover-block-7 .feature-box-content h4 {
	margin: 0 0 5px 0;
	font-size: 18px;
	font-weight: 400;
	color: #fff;
	line-height: 1em;
}
.template-content .cover-block-7 .feature-box-content p {
	margin: 0;
	color: #eee;
	font-size: 12px;
}
.template-content .cover-block-7 .presentersHolder {
	width: 70%;
	margin:15px auto;
	text-align: center;
}
.template-content .cover-block-7 .presenters {
	width:46%;
	float:none;
	display: inline-block;
	padding: 1%;
	text-align: center;
}
.template-content .cover-block-7 .feature-box-content {
	float: none;
	display: inline-block;
	position: relative;
	top: 0;
	width: 40%;
	white-space: normal;
	-ms-word-break: break-all;
	word-break: break-all;
	word-break: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	overflow: hidden;
	height: 50px;
	padding-top: 7px;
	line-height: 1em;
}
@media (max-width:767px) {
	.template-content .cover-block-7 .presentersHolder {
		width: 99% !important;
	}
	.template-content .cover-block-7 .f-icon {
		display: block !important;
		margin: 0 auto !important;
	}
	.template-content .cover-block-7 .feature-box-content {
		width:100% !important;
		display: block !important;
		margin-top:8px !important;
		height: auto !important;
	}
	.template-content .cover-block-7 .row{
		margin-left: 0;
		margin-right: 0;
	}
	.template-content .cover-block-7 .droppableElementArea{
		margin: 0 !important;
	}
	.template-content .cover-block-7 .presenters{
		display: block;
		width: 100% !important;
	}
	.template-content .cover-block-7 .presenter1, .template-content .cover-block-7 .presenter2{
		float: none !important;
	}
	.template-content .cover-block-7 .presenter2{
		margin-top: 25px !important;
	}
}
