<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.template-content .tokens{
	background-color: rgba(255, 198, 0, 0.3);
	border-radius: 2px;
	position: relative;
	padding-left:6px;
	padding-right:6px;
}

.template-content .tokens:hover{
	background-color: rgba(78, 78, 78, 0.3);
}
.template-content .tokens-btn{
	position: absolute;
	top:0px;
	left: 0px;
	display: none;
	width: 14px;
	height: 14px;
	border-radius: 2px;
	box-shadow: 1px 1px 4px #000;
	border: solid 2px #fff;
	color:#fff;
	z-index: 99999;
	cursor: pointer;
	font-size: 7px;
	text-align: center;
	line-height: 10px;
}
.template-content .tokens-btn.cancel{
	background-color: #d21a1a;
}
.template-content .tokens-btn.accept{
	background-color: #3bd47a;
}

.template-content .toolbox .dropdown-menu{
	width: auto;
	left: -44px;
	font-size: 11px;
	/*background-color: rgba(53,152,219,0.8);*/
	background-color: rgba(53,152,219,1);
	min-width: 80px;
	top: 30px;
	border-radius: 3px;
}
.template-content .toolbox .dropdown-menu &gt; li {
	border:none;
	width:100%;
}
.template-content .toolbox .dropdown-menu &gt; li &gt; a {
	color: #fff;
	padding: 3px 12px;
	border: none !important
}
.template-content .toolbox .dropdown-menu &gt; li &gt; a i {
	margin-right: 6px;
}
.template-content .toolbox .dropdown-menu &gt; li &gt; a:hover,
.template-content .toolbox .dropdown-menu &gt; li &gt; a:focus {
	background-color: rgba(0,0,0,0.5);
}
.template-content .toolbox  .dropdown-menu:after {
	content: '';
	height: 0;
	width: 0;
	display: block;
	border-style: solid;
	border-color: rgba(53,152,219,0.8) transparent;
	border-width: 0 6px 6px 6px;
	position: absolute;
	top: -6px;
	left: 56%;
	margin-left: -14px;
	z-index: 1;
}
.template-content .row{
	display: flex;
	position: relative;
	/*margin-top: 3px;
	margin-bottom: 3px;*/
}
.colmun-placeholder{
	background-color: rgba(251,175,93,0.57);
	border: 4px dotted #FBAF5D;
}
.row-placeholder{
	background-color: rgba(251,175,93,0.57);
	border: 4px dotted #FBAF5D;
}
.template-content .no-border-bottom{
	border-bottom: none !important;
}
.template-content .no-border-top{
	border-top: none !important;
}
.template-content .no-border-right{
	border-right: none !important;
}
.template-content .no-border-left{
	border-left: none !important;
}
.template-content .toolbox.top-element,
.template-content .section-title.top-element{
	top:-1px;
	left:-1px;
}
.template-content .toolbox,
.template-content .section-title{
	position: absolute;
	top:-22px;
	left:-2px;
	background-color: #3598db;
	color:#fff;
	z-index: 100;
	font-size: 11px;
	border-radius: 2px;
	visibility: hidden;
	opacity: 0;
	transition: visibility 0s, opacity 0.5s ease;
}
.template-content .toolbox.colmun{
	background-color: #fbaf5d !important;
	font-size: 10px;
	top:-1px;
	left: -2px;
	cursor:pointer;
	z-index: 10;
}
.template-content .toolbox.row-drag{
	height: 100%;
	background-color: transparent !important;
	cursor:pointer;
	height: 33px;
	overflow: auto;
	margin: auto;
	top: 0;
	left: -25px;
	bottom: 0;
	right: 0;
	z-index: 0;
}
.template-content .toolbox.row-drag img{
	margin-top: 0px;
}
.template-content .toolbox img{
	/*margin-top: -3px;*/
}
.template-content .toolbox .fa-arrows{
	cursor: move;
}
.template-content .toolbox-right .fa-save{
	cursor: pointer;
}
.template-content .toolbox a{
	color: #fff !important;
	cursor: pointer;
}
.template-content .section-title{
	left:0;
	right:0;
	margin: auto;
	width: 150px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 5px;
	text-align: center;
}
.template-content .show-toolbox{
	visibility: visible !important;
	opacity: 1 !important;
}
.template-content .toolbox ul{
	list-style: none;
	padding: 0px;
	margin-bottom: 0px !important;
	border-radius: 2px;
}
.template-content .toolbox.colmun ul{
	padding: 0px;
	padding-left: 4px;
}
.template-content .toolbox.colmun ul li{
	padding-right: 2px;
	padding-left:0px;
}
.template-content .toolbox.colmun ul li .h-arrows{
	margin-right: 2px;
	margin-top: -3px;
	cursor: pointer;
	visibility: hidden;
	opacity: 0;
	transition: visibility 0s, opacity 0.5s ease;
}
.template-content .toolbox.colmun.show-toolbox ul li .h-arrows{
	visibility: visible;
	opacity: 1;
}
.template-content .toolbox ul li{
	display: inline-block;
	/*padding-left: 6px;
	padding-right: 6px;*/
	border-right: 1px solid #48a7e6;
	position: relative;
}
.template-content .toolbox ul li img, .template-content .toolbox ul li i{
	padding:6px 10px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	top: 1px;
}
.template-content .toolbox ul li img{
	top: 0;
}
.template-content .toolbox ul li ul{
	padding:5px;
	z-index:100;
}
.template-content .toolbox ul li ul li img, .template-content .toolbox ul li ul li i{
	padding:0;
}
.template-content .toolbox ul li:last-child{
	border-right: 0px;
}
.template-content .section{
	outline: 2px solid transparent;
	border: none;
	border-bottom: none;
	transition: border 0.5s ease;
	background-size: cover;
	background-repeat: no-repeat;
}
.template-content .element{
	outline: 2px solid transparent;
	transition: outline 0.5s ease !important;
}
.template-content .edit-row{
	/*outline: 2px solid ;*/
	/*opacity: 0;*/
	/*visibility: hidden;*/
	/*was 13px padding and caused issues with the resizing functions*/
	/*outline: 2px solid transparent;*/
	padding-left: 0px !important;
	padding-right: 0px !important;
	/*box-shadow: 2px 0px 0px 0px rgba(255, 255, 255, 1);*/
	transition: box-shadow 0.5s ease;
}
.template-content .edit-row .firstDiv {
	/*margin-left: 10px;
	margin-right: 10px;*/
}
.template-content .edit-shadow {
	outline: 2px solid #3dd37c !important;
	outline-offset: -2px;
	/*box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 16px rgba(102, 175, 233, 0.6);*/
}
/*.template-content div[class^="col-"].edit-shadow,
.template-content div[class*=" col-"].edit-shadow {
	outline-color: #fbaf5d !important;
}*/
.template-content .edit-shadow.setupMode {
	outline: 2px solid #e20013 !important;
}
.template-content .setupMode .toolbox-element {
	background: #e20013;
}
.template-content .setupMode .toolbox-element ul li {
	background: #e20013;
	border-right: 1px solid #e20013;
}

.template-content .setupMode .toolbox-right-element ul li {
	background: #e20013;
	border-right: 1px solid #e20013;
}
/*.template-content .section.edit-shadow {
outline: 2px solid #3598db !important;
outline-offset: -2px;
}*/
.template-content .block-container.section.edit-shadow:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	outline: none !important;
	border: 0 !important;
}
/*causes problem with z-index and users cannot edit existing content as it appears on top of it*/
/*.template-content .section.edit-shadow:after {
content: '';
display: block;
position: absolute;
top: 0;
width: 100%;
height: 100%;
outline: none !important;
border: 0 !important;
}*/
/*outlines are better, but, they don't have bottom outline option*/
.template-content .section.edit-shadow {
	transition: visibility 0.5s ease-in;
	outline: 2px solid #3598db !important;
}
.template-content .section.edit-shadow {
	outline: 2px solid #3598db !important;
}
.template-content .section.instantBlock.edit-shadow .container {
	outline: 2px solid #fbaf5d !important;
}
.template-content .edit-row.edit-shadow {
	/*opacity: 1;*/
	/*visibility: visible;*/
	/*outline:  2px solid #fbaf5d !important;*/
	outline: 0px !important;
	outline: none !important;
	box-shadow: 2px 0px 0px 0px rgba(251, 175, 93, 1);
	transition: box-shadow 0.5s ease;
}
.template-content .edit-row.ForceLeftBorder{
	border-left: 2px solid transparent;
	/*transition: border-color 0.5s ease;*/
}
.template-content .edit-row.edit-shadow.ForceLeftBorder{
	border-left: 2px solid rgba(251, 175, 93, 1);
}
.template-content .odd-col{
	/*outline: 2px solid transparent;*/
}
.template-content .even-col{
	/*border-top: 2px solid transparent ;
	border-bottom: 2px solid transparent;*/
	border-left-width:  0px;
	border-right-width:  0px;
}
.template-content .last-col{
	/*border-top: 2px solid transparent ;
	border-bottom: 2px solid transparent;*/
	border-left-width:  0px;
	border-right-width:  2px solid transparent;
}
.placeholderSortable {
	border: 2px dashed #fbaf5d;
	background: rgba(251, 175, 93, 0.5);
}
.placeholderSortableBlock {
	background-color: #ecfbff;
	border: 2px dashed #8ccae7 !important;
	background-image: url(../../images/block-drop.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: auto;
	height: 60px;
	position: relative;
}
.placeholderSortableRow{
	background-color: #feefdf;
	border: 2px dashed #fbaf5d !important;
	background-image: url(../../images/row-drop.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: auto;
	height: 50px;
	max-width: 1170px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

.sortableHelperElement{
	background-color: #e0ffed;
	border: 2px dashed #3dd37c !important;
	background-image: url(../../images/element-drop.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: auto;
	height: 60px;
	max-width: 1170px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
.placeholderSortable.element{
	background-color: #9ff4c2;
	border: 2px dashed #3dd37c;
}

.sortableHelper{
	left:20px !important;
	opacity: 1 !important;
	width: initial !important;
	height: initial !important;
	padding-left: 20px;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-right: 20px;
	font-size: 14px;
	font-weight: 700;
	color: #fff;
	box-shadow: 0 1px 1px rgba(0,0,0,0.1);
	border: none !important;
	background-color: #3598db !important;
	border-radius: 2px;
}
.sortableHelper i{
	color: #fff;
	margin-right: 5px;
}
.sortableHelperRow{
	left:20% !important;
	opacity: 1 !important;
	width: initial !important;
	height: initial !important;
	padding-left: 20px;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-right: 20px;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
	border: none !important;
	border-radius: 2px;
	background-color: #fbaf5d !important;
	box-shadow: 0 1px 1px rgba(0,0,0,0.1);
	position: absolute;
}
.sortableHelperRow img{
	position: relative;
	top:-1px;
	margin-right: 5px;
}
.pulse {
	animation: shake .7s 1 ease-in-out;
}

@keyframes shake {
	0% {
		transform: translateX(0);
	}

	20% {
		transform: translateX(-10px);
	}

	40% {
		transform: translateX(10px);
	}

	60% {
		transform: translateX(-10px);
	}

	80% {
		transform: translateX(10px);
	}

	100% {
		transform: translateX(0);
	}
}

.blocks-images .block-item {
	display: block;
	width: 123px;
	margin-bottom: 10px;
	position: relative;
}
.block-item .block-thumb {
	width: 123px !important;
}
.template-content .ui-state-highlight {
	background-color: #ecfbff;
	border: 2px dashed #8ccae7;
	background-image: url(../../images/block-drop.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: auto;
}
.template-content .ui-state-highlight p{
	text-align: center;
	width: 100%;
	display: block;
	text-transform: uppercase;
	color: #3093d6;
	opacity: 0.7;
	font-size: 18px;
	font-weight: 700;
	line-height: 60px;
	position: relative;
	z-index: -1000;

}

@media (max-width: 767px) {
	.template-content .row{
		display: block !important;
		position: relative;
	}
}


.template-content .toolbox.sp-col{
	top:25px;
	left: -2px;
	cursor:pointer;
	z-index: 10;
}

.cke_focus {
	outline-color: transparent !important;
	outline-width: 0 !important;
	box-shadow: 0px 0px 2px 2px rgb(77,144,254) !important;
}

.template-content .parallax {
	/*background-size: cover;*/
	/*-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;*/
	/*background-position: 50% 0;*/
	/*background-repeat: no-repeat;*/
	/*background-attachment: fixed;*/
	/*margin-bottom: -300px;
	padding-bottom: 300px;*/
}

/*fix color picker button prob*/
.sp-picker-container, .sp-palette-container {
	margin-bottom:-270px;
}

/* presenters, more than one */

.template-content .presenters {
	/*margin:5px 0;*/
}
@media (max-width: 1336px) {
	.XL-blockSize {
		width: 100% !important;
	}
	.container.XL-blockSize,
	.rowColParentWrapper.XL-blockSize {
		width: 65%;
	}
}
@media (max-width: 1170px) {
	.LG-blockSize {
		width: 100% !important;
	}
	.container.LG-blockSize,
	.rowColParentWrapper.LG-blockSize{
		width: 55%;
	}
	.rowColParentWrapper{
		max-width: 95% !important;
	}
}
@media (max-width: 960px) {
	.MD-blockSize {
		width: 100% !important;
	}
	.container.Full-blockSize,
	.rowColParentWrapper.Full-blockSize {
		width: 100%;
	}
	.container.MD-blockSize,
	.rowColParentWrapper.MD-blockSize{
		width: 45%;
	}
}
@media (max-width: 767px) {
	.template-content .presenter2 {
		margin-top: 15px;
	}
	.SM-blockSize {
		display: inline-block;
		width: 100% !important;
	}
	.container.SM-blockSize,
	.rowColParentWrapper.SM-blockSize {
		display: inline-block;
		width: 35%;
	}
}
@media (max-width: 991px) {
	.template-content .presenter2 {
		margin-top: 15px;
	}
}
@media (max-width: 480px) {
	.XS-blockSize {
		display: inline-block;
		width: 100% !important;
	}
	.container.XS-blockSize,
	.rowColParentWrapper.XS-blockSize {
		display: inline-block;
		width: 25%;
	}
}
.template-content .ddcolors {
	left:5px !important;
	text-transform: none !important;
}
.template-content .ddcolors:after {
	left:12% !important;
}

/*removed to acheive vertical align top*/
/*.template-content .row div[class^="col-"], .template-content .row div[class*=" col-"]
{
display: flex;
flex-direction: column;
justify-content: center;
}*/

.slideBlockOver {
	background-color: #ecfbff !important;
	border: 4px dotted #8ccae7 !important;
}

.droppableEffect {
	background-color: #ecfbff !important;
	border: 2px dashed #8ccae7 !important;
}
.droppableRowEffect {
	background-color: #feefdf !important;
	border: 2px dashed #fbaf5d !important;
}
.droppableElementEffect{
	background-color: #e0ffed !important;
	border: 2px dashed #3dd37c !important;
}
.template-content .rowColParentWrapper {
	position: relative;
	width: 95%;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	outline: 2px solid transparent;
	transition: outline 0.5s;
	background-size: cover;
	background-repeat: no-repeat;
	max-width: 1170px;
}
.rowColParentWrapper.XS-blockSize {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 26%;
	max-width: 380px;
}
.rowColParentWrapper.SM-blockSize {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 36%;
	max-width: 460px;
}
.rowColParentWrapper.MD-blockSize {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 46%;
	max-width: 530px;
}
.rowColParentWrapper.LG-blockSize {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 56%;
	max-width: 600px;
}
.rowColParentWrapper.XL-blockSize {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 66%;
	max-width: 900px;
}
.rowColParentWrapper.Full-blockSize {
	display: block;
	width: 95%;
}
.template-content .rowColParentWrapper .row {
	margin: 0;
	padding: 0;
}
.template-content .rowColParentWrapper.ui-sortable-helper {
	/*outline: 2px solid #fbaf5d !important;*/
	/*outline-offset: -2px !important;*/
	/*outline-offset: 2px !important;*/
	border: 0 !important;
}
.template-content .rowColTitle {
	position: absolute;
	top:-23px;
	left:0px;
	background-color: #fbaf5d;
	color:#fff;
	z-index: 200;
	font-size: 11px;
	border-radius: 2px;
	display: block;
	visibility: hidden;
	opacity: 0;
}
.template-content .rowColTitle{
	left:0;
	right:0;
	top: -1px;
	margin: auto;
	width: 150px;
	font-weight: bold;
	padding: 5px;
	text-align: center;
}
/*keep offset to -2 or 0?*/
.edit-shadow-row-col {
	outline: 2px solid #fbaf5d !important;
	outline-offset: 0 !important;
}
.template-content .rowColParentWrapper.edit-shadow-row-col .resizeCol {
	/*border-right: 2px solid #fbaf5d !important;*/
	box-shadow: 2px 0px 0px 0px rgba(251, 175, 93, 1);
	position: relative;
}
.template-content .rowColParentWrapper .noFlex {
	/*display: block !important;*/
}
.template-content .rowColParentWrapper .resizeIcon {
	display: none;
}
.template-content .rowColParentWrapper.edit-shadow-row-col .resizeIcon {
	position: absolute;
	right: -5px;
	top: 0;
	bottom: 0;
	width: 8px;
	height: 22px;
	display: block;
	margin: auto;
	z-index: 999;
}
.template-content .rowColParentWrapper.edit-shadow-row-col .resizeIcon img {
	cursor: ew-resize !important;
}
/*resiz col for instant blocks*/
.template-content .instantBlockResize .resizeIcon {
	display: none;
}
.template-content .instantBlockResize .resizeCol.edit-shadow .resizeIcon {
	position: absolute;
	right: -5px;
	top: 0;
	bottom: 0;
	width: 8px;
	height: 22px;
	display: block;
	margin: auto;
	z-index: 999;
}
.template-content .instantBlockResize .resizeIcon img {
	cursor: ew-resize !important;
}
/*resize col for instant blocks end*/
.template-content .toolbox-right-row-col {
	position: absolute;
	top: -23px;
	background-color: #fbaf5d;
	color: #fff;
	z-index: 200;
	font-size: 11px;
	border-radius: 2px;
	top: -1px;
	right: -1px;
	display: block;
	visibility: hidden;
	opacity: 0;
	transition: visibility 0s, opacity 0.5s ease;
}
.template-content .toolbox-right-row-col ul {
	list-style: none;
	padding: 0px;
	margin-bottom: 0px !important;
	border-radius: 2px;
}
.template-content .toolbox-right-row-col ul li {
	display: inline-block;
	border-right: 1px solid #ffbf7b;
	position: relative;
}
.template-content .toolbox-right-row-col ul li img, .template-content .toolbox-right-row-col ul li i {
	padding: 6px 10px;
	margin-right: auto;
	margin-left: auto;
}

.template-content .toolbox-row-col {
	position: absolute;
	top: -23px;
	background-color: #fbaf5d;
	color: #fff;
	z-index: 200;
	font-size: 11px;
	border-radius: 2px;
	top: -1px;
	left: -2px;
	display: block;
	visibility: hidden;
	opacity: 0;
	transition: visibility 0s, opacity 0.5s ease;
}
.template-content .toolbox-row-col ul {
	list-style: none;
	padding: 0px;
	margin-bottom: 0px !important;
	border-radius: 2px;
}
.template-content .toolbox-row-col ul li {
	display: inline-block;
	border-right: 1px solid #ffbf7b;
	position: relative;
}
.template-content .toolbox-row-col ul li img, .template-content .toolbox-row-col ul li i {
	padding: 6px 10px;
	margin-right: auto;
	margin-left: auto;
}
@media (max-width:767px) {
	.template-content .rowColParentWrapper.edit-shadow-row-col .resizeCol {
		/*border-right: 2px solid #fbaf5d !important;*/
		box-shadow: none !important;
		/* added for responsive borders */
		border-bottom: 2px solid #fbaf5d !important;
	}
	/*.template-content .edit-row.edit-shadow {
	border: 0 !important;
	outline: 2px solid #fbaf5d !important;
	outline-offset: -2px;
	border-bottom: 2px solid #fbaf5d !important;
	}*/
	/*.template-content .rowColParentWrapper.edit-shadow-row-col .resizeIcon {
	display: none !important;
	}*/
	/*hide the resizeIcon completely in responsive mode*/
	.template-content .resizeIcon {
		display: none !important;
	}
	.template-content .toolbox.colmun {
		display: none !important;
	}
}
.template-content {
	text-align: center;
	overflow-x: hidden;
	overflow-y: hidden;
}
.XS-blockSize {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 480px;
}
.SM-blockSize {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 768px;
}
.MD-blockSize {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}
.LG-blockSize {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 1170px;
}
.XL-blockSize {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 1336px;
}
.Full-blockSize {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}
.container.Full-blockSize {
	width: 94%;
}
.container.XS-blockSize {
	width: 25%;
	max-width: 460px;
}
.container.SM-blockSize {
	width: 35%;
	max-width: 460px;
}
.container.MD-blockSize {
	width: 45%;
	max-width: 530px;
}
.container.LG-blockSize {
	width: 55%;
	max-width: 600px;
}
.container.XL-blockSize {
	width: 65%;
	max-width: 900px;
}
.rowColParentWrapper.edit-shadow {
	outline: none !important;
	outline-offset: 0 !important;
}
.template-content .rowColParentWrapper .cover-overlay {
	/*less than the section overlay*/
	z-index: -9999;
}

.template-content .toolbox-element {
	position: absolute;
	top: -23px;
	background-color: #3dd37c;
	color: #fff;
	z-index: 1000;
	font-size: 11px;
	border-radius: 2px;
	transition: visibility 0s, opacity 0.5s ease;
	top: 0;
	left: 0;
	display: block;
	visibility: hidden;
	opacity: 0;
}
.template-content .toolbox-element ul {
	list-style: none;
	padding: 0px;
	margin-bottom: 0px !important;
	border-radius: 2px;
	line-height: 8px;
}
.template-content .toolbox-element ul li {
	display: inline-block;
	border-right: 1px solid #62df97;
	position: relative;
}
.template-content .toolbox-element ul li img, .template-content .toolbox-element ul li i {
	padding: 6px 10px;
	margin-right: auto;
	margin-left: auto;
}

.template-content .toolbox-right-element {
	position: absolute;
	top: -23px;
	background-color: #3dd37c;
	color: #fff;
	z-index: 200;
	font-size: 11px;
	border-radius: 2px;
	transition: visibility 0s, opacity 0.5s ease;
	top: 0;
	right: 0;
	display: block;
	visibility: hidden;
	opacity: 0;
}
.template-content .toolbox-right-element ul {
	list-style: none;
	padding: 0px;
	margin-bottom: 0px !important;
	border-radius: 2px;
}
.template-content .toolbox-right-element ul li {
	display: inline-block;
	border-right: 1px solid #3dd37c;
	position: relative;
}
.template-content .toolbox-right-element ul li img, .template-content .toolbox-right-element ul li i {
	padding: 6px 10px;
	margin-right: auto;
	margin-left: auto;
}
.template-content .instantBlock .container {
	position: relative;
	/*for the background overlay*/
	z-index: 0;
}
.template-content .instantBlock .toolbox-row-col {
	left: 0;
	top: 0;
}
.template-content .instantBlock .toolbox-right-row-col {
	right: 0;
	top: 0;
}
.template-content .instantBlock .toolbox-row-col.show-toolbox,
.template-content .instantBlock .toolbox-right-row-col.show-toolbox {
	/*display: block;*/
}
.template-content .instantBlock .droppableElementArea {
	width: 100%;
	margin: 0;
}
.template-content .instantBlock .edit-row {
	/*padding: 10px !important;*/
}
/*.template-content .instantBlock .toolbox, .template-content .instantBlock .toolbox.colmun {
right: -2px !important;
left: auto !important;
}*/
.template-content .instantBlock .toolbox.colmun {
	right: 0px !important;
	left: auto !important;
	top: 0px !important;
	z-index: 9999;
}
.template-content .instantBlock .toolbox-element {
	/*top: -22px !important;*/
}
.template-content .droppableElementArea.instantBlockInner.imgElement:hover .img-overlay {
	display: block;
}
.template-content .instantBlock .f-icon {
	overflow: visible !important;
}
.template-content .instantBlock .toolbox-element ul li img, .template-content .instantBlock .toolbox-element ul li i {
	width: 22px !important;
	height: 22px !important;
	border-radius: 0 !important;
	padding: 5px !important;
	border-radius: 0 !important;
	cursor: pointer;
}
.template-content .instantBlock .imgElement .toolbox-element:not(.coverToolbox) {
	display: none !important;
	visibility: hidden !important;
}
.template-content .col-content-wrapper {
	margin: 10px !important;
	/*width: 100%;*/
	display: block;
	flex-grow: 1;
	/*should this be here or not?*/
	max-width: 100%;
}
.template-content .container.colsContainer {
	margin: 10px auto;
	/*padding: 0;*/
	background-size: cover;
	max-width: 1170px;
}
.template-content .flexColAlignCenter {
	display: flex;
	align-items: center;
	justify-content: center;
}
.template-content .noBoxShadow {
	box-shadow: none !important;
}

@media (max-width:767px) {
	.template-content .flexColAlignCenter {
		display: block;
	}
}

.no-shadow {
	box-shadow: none !important;
}
/*.no-shadow.edit-shadow,
.no-shadow.edit-shadow.odd-col,
.no-shadow.edit-shadow.last-col,
.no-shadow.edit-shadow.even-col {
  box-shadow: 0px 0px 0px 2px rgba(0,0,0,1) !important;
}*/

.slick-track{
	display: flex !important;
}
.slick-track .slick-slide{
	display: flex !important;
	height: auto;
	align-items: center; //optional
justify-content: center; //optional
}
.template-content .slick-track .slick-slide .row {
	display: flex !important;
	position: relative;
	width: 100%;
	height: 100%;
}
.template-content .sliderBlockRowContainer{
	padding: 0;
}
.template-content .sliderBlockRowContainer .rowColParentWrapper{
	max-width: initial;
	margin:0 !important;
	width: auto;
}
.template-content .instantSliderBlock .sliderBlockRowContainer .rowColParentWrapper{
	min-height: 600px;
}
.template-content .sliderBlockRowContainer .row{
	max-width: 1170px;
	margin-left: auto;
	margin-right: auto;
}
/*Noty Style*/
#noty_topCenter_layout_container li .noty_message {
	font-size: 18px !important;
	font-weight: 600;
	padding-top: 20px !important;
	padding-bottom: 20px !important;
}
#noty_topCenter_layout_container li i{
	position:absolute;
	top:5px;
	right:5px;
	font-size:14px;
}
.noty_type_success .noty_message:before {
	content: "\f00c";
	font-size: 16px;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	/*--adjust as necessary--*/
	color: #fff;
	font-size: 20px;
	padding-right: 0.5em;
}
.noty_type_error .noty_message:before {
	content: "\f00d";
	font-size: 16px;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	/*--adjust as necessary--*/
	color: #fff;
	font-size: 21px;
	padding-right: 0.5em;
}
.noty_type_warning .noty_message:before {
	content: "\f071";
	font-size: 16px;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	/*--adjust as necessary--*/
	color: #fff;
	font-size: 20px;
	padding-right: 0.5em;
}
.noty_bar noty_type_success,.noty_bar noty_type_error,.noty_bar noty_type_warning{
	box-shadow:none !important;
}
.noty_message .close{
	float: right;
	font-size: 18px;
	font-weight: 700;
	line-height: 13px;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	filter: alpha(opacity=20);
	opacity: .2;
	margin-right:6px;

}
.noty_message .close:hover{
	filter: alpha(opacity=40);
	opacity:0.4;
}
.animated-hidden{
	display:none;
}
.animated-show{
	display:block;
	box-shadow:none !important;
}
/**/
@-webkit-keyframes slideInDown {
	from {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		visibility: visible;
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes slideInDown {
	from {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		visibility: visible;
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.slideInDown {
	-webkit-animation-name: slideInDown;
	animation-name: slideInDown;
}
@-webkit-keyframes slideOutUp {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	to {
		visibility: hidden;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
}

@keyframes slideOutUp {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	to {
		visibility: hidden;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
}

.slideOutUp {
	-webkit-animation-name: slideOutUp;
	animation-name: slideOutUp;
}
.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.animated.infinite {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

.sticky {
	position: fixed !important;
	top: 0;
	width: 100%;
	z-index:999 !important;
	animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
}
@-webkit-keyframes fadeInDown {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
.sticky .cover-overlay{
	opacity: 0.94;
}
.sticky .colsContainer.hidden-xs{
	display: none !important;
}
.sticky.header-block-8 .hidden-xs{
	display: none !important;
}
.sticky.header-block-8 .menue-col,
.sticky.header-block-8 .branding-col{
	width: 100% !important;
}
.sticky.header-block-8 .droppableElementArea.brandingElement .elementWrapper{
	text-align: center !important;
}
.sticky.header-block-8 .header-menu-wrapper{
	text-align: center !important;
}
.sticky.header-block-8 .menuContainer{
	text-align: center !important;

}

.mobileText{
	text-align: center !important;
	line-height: 1.2em !important;
}

section.mobilePadding{
	padding-top: 15px !important;
	padding-bottom: 15px !important;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}
.container.colsContainer.mobilePadding{
	margin-top: 10px !important;
	margin-bottom: 10px !important;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}
.container.colsContainer.mobilePadding:first-child{
	margin-top: 0 !important;
}
.container.colsContainer.mobilePadding:last-child{
	margin-bottom: 0 !important;
}
.rowColParentWrapper.mobilePadding{
	margin-top: 10px !important;
	margin-bottom: 10px !important;
	padding-top: 0 !important;
	padding-bottom: 0 !important
}

/**** welcome message css******/
.welcome-container{
	width: 100%;
	display: block;
	padding: 20px;
	height: 100vh;;
}
.welcome-container img.logo-hyper{
	display: block;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
}
.welcome-container .welcome-inner-container{
	max-width: 1170px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	padding: 10px;
}

.welcome-container .welcome-inner-container .text-container{
	border-radius: 2px;
	padding: 10px 3px;
	width: 100%;
	display: block;
	text-align: center;
}
.welcome-container .main-title{
	font-size: 28px;
	font-weight: 700;
	text-transform: uppercase;
	color: #333;
	margin-bottom: -2px;
}
.welcome-container .main-title.or{
	margin-bottom: 10px;
}
.welcome-container .sub-title{
	font-size: 22px;
	font-weight: 700;
	text-transform: uppercase;
	color: #afafaf;
	margin-bottom: 30px;
}
.welcome-container .details{
	color: #676666;
	font-weight: 600;
	font-size: 22px;
	text-transform: capitalize;
	height: 46px;
	line-height: 42px;
	border: 1px solid #e8e8e8;
	padding-left: 20px;
	padding-right: 20px;
	border-radius: 23px;
	max-width: 650px;
	background-color: #f2f2f2;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
.welcome-container .details b{
	font-weight: 700;
	color: #333;
	text-transform: uppercase;
}
.welcome-container .details a{
	font-size: 22px;
	font-weight: 600;
	color: #3797d9;
	text-transform: capitalize;
	text-decoration: underline;
	position: relative;
}
.welcome-container .sub2-title{
	font-size: 20px;
	font-weight: 600;
	text-transform: capitalize;
	font-style: italic;
	color: #666666;
	margin-top: -7px;
}


.section-popover{
	background-color: #3598db;
	border: none !important;
	border-radius: 4px;
}
.section-popover .popover-content{
	line-height: 14px;
}
.section-popover.delete{
	left: -30px !important;
}
.section-popover.delete .arrow{
	left: 80% !important;
}
.row-popover{
	background-color: #fbaf5d;
	border: none !important;
	border-radius: 4px;
}
.element-popover{
	background-color: #3dd37c;
	border: none !important;
	border-radius: 4px;
}
.section-popover.top&gt;.arrow:after{
	border-top-color: #3598db;
}
.section-popover.bottom&gt;.arrow:after{
	border-bottom-color: #3598db;
}
.section-popover.left&gt;.arrow:after{
	border-left-color: #3598db;
}
.row-popover.top&gt;.arrow:after{
	border-top-color: #fbaf5d;
}
.row-popover.bottom&gt;.arrow:after{
	border-bottom-color: #fbaf5d;
}
.element-popover.top&gt;.arrow:after{
	border-top-color: #3dd37c;
}
.element-popover.bottom&gt;.arrow:after{
	border-bottom-color: #3dd37c;
}
.section-popover .text,
.row-popover .text,
.element-popover .text{
	color: #fff;
	font-weight: 700;
	font-size: 12px;
	text-transform: capitalize;
	line-height: 14px;

}



.addblock-popover{
	width: 	450px;
	height: 210px;
	max-width: initial;
	display: inline-block;
}
.addblock-popover.bottom{
	top: 23px !important;
}
.welcome-inner-container .addblock-popover.bottom{
	top: 33px !important;
}
.addblock-popover .title{
	font-size: 14px;
	font-weight: 700;
	margin-top: 8px;
	margin-bottom: 10px;
	color: #333333;
	text-transform: capitalize;
}
.addblock-popover .row-item{
	display: inline-block;
	border: 3px solid #ffa800;
	border-radius: 4px;
	margin-right: 19px;
	margin-bottom: 19px;
	position: relative;
}
.addblock-popover .row-item.no-margin{
	margin-right: 0 !important;
}
.addblock-popover .row-item .popover-overlay {
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: rgba(0, 0, 0, 0.7);
	width: 100%;
	height: 100%;
	display: none;
}
.addblock-popover .row-item:hover .popover-overlay {
	display: block;
}
.addblock-popover .row-item:hover .popover-overlay .select-btn{
	width: 70px;
	height: 28px;
	display: inline-block;
	line-height: 28px;
	border-radius: 5px;
	box-shadow: 0 2px #000;
	text-decoration: none;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 700;
	position: absolute;
	top:50%;
	left: 50%;
	margin-top: -14px;
	margin-left: -35px;
	background: #ffad0f; /* Old browsers */
	background: -moz-linear-gradient(top, #ffad0f 0%, #ffa801 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ffad0f 0%,#ffa801 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ffad0f 0%,#ffa801 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
</pre></body></html>