/**
 * @name		Page Builder CK
 * @package		com_pagebuilderck
 * @copyright	Copyright (C) 2015. All rights reserved.
 * @license		GNU General Public License version 2 or later; see LICENSE.txt
 * @author		Cedric Keiflin - http://www.template-creator.com - http://www.joomlack.fr
 */

.animnumberck {
	position: relative;
}

.animnumberckvalue {
	text-align: center;
}

.animnumberckpie canvas {
	max-width: 100%;
}
/**
 * @name		Page Builder CK
 * @package		com_pagebuilderck
 * @copyright	Copyright (C) 2015. All rights reserved.
 * @license		GNU General Public License version 2 or later; see LICENSE.txt
 * @author		Cedric Keiflin - http://www.template-creator.com - http://www.joomlack.fr
 */

.cktype[data-type="slider"] {
	overflow: hidden;
}

.pbck_slider {
	text-align: center;
	margin: 0 auto;
	max-width: 100%;
	position: relative;
}

.pbck_slider a {
	color: #ef023f;
	cursor: pointer;
	text-decoration: none;
}

.pbck_wrap {
	width: 100%;
	overflow: hidden;
}

.pbck_slide_img {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.pbck_slides {
	position: relative;
	overflow: hidden;
}

.pbck_slides:not([data-sliderheight="auto"]) .pbck_slide_img {
	object-fit: cover;
}

.pbck_slides .pbck_wrapinner {
	/*width: 500%;*/
	line-height: 0;
	margin-left: 0;
}

.pbck_slide {
	/*width: 20%;*/
	float: left;
	position: relative;
	margin: 0;
	padding: 0;
}

.pbck_slider_controls {
	position: absolute;
	bottom: 0;
	right: 0;
}

.pbck_slider_controls .pbck_slider_control { 
	width: 50px;
	height: 50px;
	opacity: 0.7;
	cursor: pointer;
}

.pbck_slider_controls .pbck_slider_control:hover {
	opacity: 1;
}

.pbck_slider_controls .control_next {
	background: url('images/next.png') no-repeat;
	float: right;
	margin: 0 10px 0 0;
	display: block;
	background-color: #ccc;
}

.pbck_slider_controls .control_prev  {
	background: url('images/prev.png') no-repeat;
	float: left;
	margin: 0 0 0 17px;
	display: block;
	background-color: #ccc;
}

.pbck_slide_caption {
	color: #FFFFFF;
	font-style: italic;
	line-height: 20px;
	bottom: 5%;
	opacity: 0;
	position: absolute;
	text-align: left;
	-webkit-transform: translateZ(0);
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.pbck_slide_caption .pbck_slide_title {
	color: #FFFFFF;
	margin: 0 0 5px;
	font-weight: normal;
	font-size: 1.1em;
	font-style: normal;
	background: none repeat scroll 0 0 #222222;
	padding: 5px;
	display: inline-block;
}

.pbck_slide_caption .pbck_slide_desc {
	color: #FFFFFF;
	margin: 0 0 5px;
	font-weight: normal;
	font-size: 0.9em;
	font-style: normal;
	background: none repeat scroll 0 0 #222222;
	padding: 5px;
	text-align:right;
	display: inline-block;
}

.pbck_slide_caption .pbck_slide_title:empty,
.pbck_slide_caption .pbck_slide_desc:empty {
	display: none;
}

.pbck_slide_caption > br {
	display:block;
	height:0;
	overflow: hidden;
}

/* Animation */

.pbck_slider.pbck_animate .pbck_slides .pbck_wrapinner {
	-webkit-transform: translateZ(0);
	-webkit-transition: all 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000); 
	-moz-transition: all 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000); 
	-ms-transition: all 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000); 
	 -o-transition: all 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000); 
		transition: all 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000); /* easeInOutQuart */

	-webkit-transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000); 
	-moz-transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000); 
	-ms-transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000); 
	 -o-transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000); 
		transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000); /* easeInOutQuart */
}

.pbck_slider.pbck_animate {
	-webkit-transform: translateZ(0);
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

.pbck_slider.pbck_animate .pbck_slider_controls .pbck_slider_control {
	-webkit-transform: translateZ(0);
	-webkit-transition: opacity 0.2s ease-out;
	-moz-transition: opacity 0.2s ease-out;
	-o-transition: opacity 0.2s ease-out;
	transition: opacity 0.2s ease-out;
}

.pbck_slider.pbck_animate .pbck_slide.current .pbck_slide_caption {
	opacity: 1;
	-webkit-transition: all 1s ease-out 0.6s;
	-moz-transition: all 1s ease-out 0.6s;
	-o-transition: all 1s ease-out 0.6s;
	transition: all 1s ease-out 0.6s;
}


/* thumbs */
.pbck_slider_thumbs {
	overflow: hidden;
	flex-direction: row;
	margin: 5px 0 0 0;
	position: relative;
	z-index: 2;
}

.sliderthumbswrap {
	display: flex;
	flex-direction: row;
}

.pbck_slide_thumb {
	opacity: 0.5;
	cursor: pointer;
	transition: 0.2s opacity;
	float: left;
}

.pbck_slide_thumb + .pbck_slide_thumb {
	margin: 0 0 0 5px;
}

.pbck_slide_thumb.current,
.pbck_slide_thumb:hover {
	opacity: 1;
}

.pbck_slider .pbck_slide_thumb > img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.pbck_slider_thumbs_control { 
	width: 40px;
	height: 40px;
	opacity: 0.7;
	cursor: pointer;
	position: absolute;
	top: 50%;
	margin: -20px 0 0 0;
}

.pbck_slider_thumbs_control:hover {
	opacity: 1;
}

.pbck_slider_thumbs_control.control_next {
	background: url('images/next.png') center center no-repeat;
	background-color: #ccc;
	right: 0;
}

.pbck_slider_thumbs_control.control_prev  {
	background: url('images/prev.png') center center no-repeat;
	background-color: #ccc;
	left: 0;
}


/**
 * @name		Page Builder CK
 * @package		com_pagebuilderck
 * @copyright	Copyright (C) 2015. All rights reserved.
 * @license		GNU General Public License version 2 or later; see LICENSE.txt
 * @author		Cedric Keiflin - http://www.template-creator.com - http://www.joomlack.fr
 */

.pbck_testimonials {
	text-align: center;
	margin: 0 auto;
	max-width: 100%;
	position: relative;
}

.pbck_testimonials a {
	color: #ef023f;
	cursor: pointer;
	text-decoration: none;
}

.pbck_wrap {
	width: 100%;
	overflow: hidden;
}

.pbck_testimonial .pbck_testimonial_author {
	opacity: 0;
	position: relative;
	top: 50px;
}

.pbck_testimonial_author_inner {
	display: inline-block;
	margin: 0 auto;
}

.pbck_testimonial_author_avatar {
	width: 50px;
	height: 50px;
	float: left;
	border-radius: 50%;
	overflow: hidden;
	margin-right: 10px;
}

.pbck_testimonial_author_infos {
	float: left;
	text-align: left;
}

.pbck_testimonial_img {
	width: 100%;
	height: auto;
}

.pbck_testimonials .pbck_wrapinner {

}

.pbck_testimonial {
	/*width: 20%;*/
	float: left;
	position: relative;
	margin: 0;
	padding: 0;
}

.pbck_testimonials_controls {
	position: absolute;
	top: 50%;
	right: 0;
	left:0;
	margin-top: -25px;
}

.pbck_testimonials_controls .pbck_testimonials_control { 
	width: 50px;
	height: 50px;
	opacity: 0.7;
	cursor: pointer;
}

.pbck_testimonials_controls .pbck_testimonials_control:hover {
	opacity: 1;
}

.pbck_testimonials_controls .control_next {
	background: url('images/next.png') no-repeat;
	float: right;
	margin: 0;
	display: block;
	background-color: none;
}

.pbck_testimonials_controls .control_prev  {
	background: url('images/prev.png') no-repeat;
	float: left;
	margin: 0;
	display: block;
	background-color: none;
}

.pbck_testimonial_text {
	font-style: italic;
	line-height: 20px;
	padding: 20px 40px;
	opacity: 0;
	text-align: center;
	-webkit-transform: translateZ(0);
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.pbck_testimonial_text:before {
	color: #ccc;
	content: open-quote;
	font-size: 4em;
	line-height: 0.1em;
	margin-right: 0.25em;
	vertical-align: -0.4em;
	float: left;
	font-family: helvetica;
}

.pbck_testimonial_text:after {
	color: #ccc;
	content: close-quote;
	font-size: 4em;
	line-height: 0.1em;
	margin-right: 0.25em;
	vertical-align: -0.4em;
	float: right;
	font-family: helvetica;
}

/* Animation */

.pbck_testimonials .pbck_wrapinner {
	-webkit-transform: translateZ(0);
	-webkit-transition: all 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000); 
	-moz-transition: all 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000); 
	-ms-transition: all 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000); 
	 -o-transition: all 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000); 
		transition: all 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000); /* easeInOutQuart */

	-webkit-transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000); 
	-moz-transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000); 
	-ms-transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000); 
	 -o-transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000); 
		transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000); /* easeInOutQuart */
}

.pbck_testimonials {
	-webkit-transform: translateZ(0);
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.pbck_testimonials_controls .pbck_testimonials_control {
	-webkit-transform: translateZ(0);
	-webkit-transition: opacity 0.2s ease-out;
	-moz-transition: opacity 0.2s ease-out;
	-o-transition: opacity 0.2s ease-out;
	transition: opacity 0.2s ease-out;
}

.pbck_testimonial.current .pbck_testimonial_text {
	opacity: 1;
	-webkit-transition: all 1s ease-out 0.6s;
	-moz-transition: all 1s ease-out 0.6s;
	-o-transition: all 1s ease-out 0.6s;
	transition: all 1s ease-out 0.6s;
}

.pbck_testimonial.current .pbck_testimonial_author {
	opacity: 1;
	top: 0;
	-webkit-transition: all 0.7s ease-out 0.6s;
	-moz-transition: all 0.7s ease-out 0.6s;
	-o-transition: all 0.7s ease-out 0.6s;
	transition: all 0.7s ease-out 0.6s;
}



/**
 * @name		Page Builder CK
 * @package		com_pagebuilderck
 * @copyright	Copyright (C) 2016. All rights reserved.
 * @license		GNU General Public License version 2 or later; see LICENSE.txt
 * @author		Cedric Keiflin - http://www.template-creator.com - http://www.joomlack.fr
 */

.tableck {
	/*display: table;
	border-collapse: separate;
	width: 100%;*/
	box-sizing: border-box;
}

.tableck-col {
	display: table-cell;
	position:relative;
	vertical-align: top;
}

.tableck-body {
	/*display: table-row;*/
	position:relative;
	display: table;
	border-collapse: separate;
	width: 100%;
	table-layout: fixed;
}

.tableck .tableck-button {
	display: inline-block;
}

 /* ---------------------------------------
	Responsive design code
-----------------------------------------*/
/*
@media screen and (max-width: 524px) {
	.tableck-col {
		display: block !important;
		width: inherit !important;
	}
}
 *//**
 * @name		Page Builder CK
 * @package		com_pagebuilderck
 * @copyright	Copyright (C) 2018. All rights reserved.
 * @license		GNU General Public License version 2 or later; see LICENSE.txt
 * @author		Cedric Keiflin - http://www.template-creator.com - http://www.joomlack.fr
 */


.pbck_gallery_wrap {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	/*align-items: flex-start;*/
	/*transition: all 0.2s 0.2s ease;*/
}

.pbck_gallery_wrap > * {
	flex: 1 1 auto;
	width: auto;
	/*cursor: pointer;*/
	max-width: 100%;
	min-width: 150px;
	margin: 0 10px 10px 0;
	box-sizing: border-box;
}

.pbck_gallery_hascolumns .pbck_gallery_wrap > * {
	flex: 0 1 auto;
	margin: 0;
}

.pbck_gallery_wrap img,
.pagebuilderck .pbck_gallery_wrap img {
	height: 180px;
	min-width: 150px;
	max-width: 100%;
	vertical-align: middle;
	/*transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;*/
	/*width: auto;*/
	object-fit: cover;
	/*visibility: hidden;*/
	/*overflow: hidden;*/
}

.pbck_gallery_wrap figure {
	transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
	overflow: hidden;
	position: relative;
	display: block;
	flex: 1 1;
}

.pbck_gallery_wrap figcaption {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;

	/*background: rgba(255,255,255,0.5);*/
	/*height: 50%;
	top: 50%;*/
	text-align: center;
	padding: 5px;
	box-sizing: border-box;
}

#ID1538210687340 .pbck_gallery .pbck_gallery_item_title {
	font-weight: bold;
}

.fitie {
background-repeat: no-repeat;
background-size: cover;
}

.fitie > div {
	background-size: cover;
	background-position: center;
	background: none !important; /* BC before 1.1.0 */
}

.pbck_gallery_item_link {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 10;
}
/**
 * @name		Page Builder CK
 * @package		com_pagebuilderck
 * @copyright	Copyright (C) 2015. All rights reserved.
 * @license		GNU General Public License version 2 or later; see LICENSE.txt
 * @author		Cedric Keiflin - http://www.template-creator.com - http://www.joomlack.fr
 */

.blogck {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.blogck-item {
	/*width: calc(1/3*100% - (1 - 1/3)*10px);*/
	display: flex;
	flex-direction: column;
}

.block-link-bottom .blogck-text {
	flex: 1 1 auto;
}

.blogck-link {
	align-self: center;
}

.blogck-image img {
	display:block;
	margin: 0 auto;
}

.blogck [data-state="0"] {
	display: none;
}

.blogck-image figure.imageeffectck {
	margin: 0;
}
/**
 * @name		Page Builder CK
 * @package		com_pagebuilderck
 * @copyright	Copyright (C) 2015. All rights reserved.
 * @license		GNU General Public License version 2 or later; see LICENSE.txt
 * @author		Cedric Keiflin - http://www.template-creator.com - http://www.joomlack.fr
 */

.pbck_teams {
	margin: 0 auto;
	max-width: 100%;
	position: relative;
}

.pbck_teams a {
	color: #ef023f;
	cursor: pointer;
	text-decoration: none;
}

.pbck_teams .pbck_wrap {
	width: 100%;
	overflow: hidden;
}

.pbck_teams .pbck_wrapinner {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.pbck_team_image img,
.pagebuilderck .pbck_team_image img {
	width: 100%;
	height: 200px;
	object-fit: cover;
}

.pbck_team_name {
	font-size: 24px;
	line-height: 30px;
	font-weight: normal;
	color: #4d4d4d;
	padding: 10px 0 5px 0;
}

.pbck_team_status {
	color: #57B8FF;
	font-weight: 700;
	font-size: 18px;
	padding: 5px 0;
}

.pbck_team_quote {
	margin: 20px 0;
	font-style: italic;
	font-size: 16px;
	color: rgba(0, 0, 0, 0.4);
	display: inline-block;
}

.pbck_team_quote:before {
	color: #ccc;
	content: open-quote;
	font-size: 1.5em;
	line-height: 0.1em;
	margin-right: 0.25em;
	vertical-align: -0.4em;
	float: left;
	font-family: helvetica;
}

.pbck_team_quote:after {
	color: #ccc;
	content: close-quote;
	font-size: 1.5em;
	line-height: 0.1em;
	margin-right: 0.25em;
	vertical-align: -0.4em;
	float: right;
	font-family: helvetica;
}

.pbck_team_readmore {
	color: #121212;
	padding-right: 15px;
	font-weight: 700;
	font-size: 13px;
	cursor: pointer;
}

.pbck_team_email, .pbck_team_url {
	text-decoration: none;
}

.pbck_team {
	position: relative;
	margin: 0;
	padding: 0;
}

.pbck_team_text_inner {
	color: rgba(0, 0, 0, 0.4);
	font-size: 16px;
	display: none;
}

.pbck_team [data-state="0"] {
	display: none;
}

/**
 * @name		Page Builder CK
 * @package		com_pagebuilderck
 * @copyright	Copyright (C) 2015. All rights reserved.
 * @license		GNU General Public License version 2 or later; see LICENSE.txt
 * @author		Cedric Keiflin - http://www.template-creator.com - http://www.joomlack.fr
 */

[data-type="contact"].ckpointerevents.editfocus:after {
	pointer-events: none;
}

.contactck > div {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.contactck-column,
.contactck-column-fullwidth {
	position: relative;
}

.editfocus .contactck-column::after,
.editfocus .contactck-column-fullwidth::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 1px dashed burlywood;
	content: "";
	pointer-events: none;
}

.editfocus .contactck-actions:before,
.editfocus .contactck-group:before {
	display: inline-block;
	content: "\f047";
	/*height: 20px;*/
	background: rgba(50,50,50, 0.5);
	color: white;
	width: 30px;
	float: left;
	line-height: 30px;
	font-family: fontawesome;
	text-align: center;
	margin: 0 3px 0 0;
	cursor: move;
	position: absolute;
}

.editfocus .contactck-actions.uick-sortable-helper,
.editfocus .contactck-group.uick-sortable-helper {
	max-width: 200px !important;
	max-height:170px !important;
	border: 2px solid black !important;
	overflow: hidden;
}

.editfocus[data-type="contact"] {
	border: 1px solid transparent !important;
}

.editfocus .contactck {
	margin-top: 30px !important;
}

.editfocus[data-type="contact2"] {
	padding-top: 1px !important;
}

#workspaceck .cktype.editfocus[data-type="contact2"]:hover::after {
	pointer-events: none;
}

.editfocus .contactck-column-fullwidth {
	width: 100%;
	min-height: 50px;
}

.contactck-column-fullwidth {
	width: 100%;
}

.ckcontactfieldedition {
	padding: 4px;
	margin: 2px 0;
	border: 1px solid #ccc;
	position: relative;
}

.ckcontactfieldedition-label {
	padding: 0 4px;
}

.ckcontactfieldedition-edit, .ckcontactfieldedition-remove {
	background: #e2e2e2;
	padding: 5px;
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	box-sizing: border-box;
	width: 30px;
	text-align: center;
	border-left: 1px solid #ccc;
	cursor: pointer;
}

.ckcontactfieldedition-remove {
	right: 30px;
}

.ckcontactfieldedition-remove .fa {
	color: red;
}

label.contactck-label-radio,
label.contactck-label-checkbox {
	dislay: inline-block;
	width: 150px;
}

.emailmessagefield {
	display: inline-block;
	padding: 1px 5px;
	background: #f5f5f5;
	margin: 0 2px 2px;
	border: 1px solid #ddd;
	border-radius: 3px;
	cursor: pointer;
}

.emailmessagefield:hover {
	background: #f0f0f0;
}/**
 * @name		Page Builder CK
 * @package		com_pagebuilderck
 * @copyright	Copyright (C) 2015. All rights reserved.
 * @license		GNU General Public License version 2 or later; see LICENSE.txt
 * @author		Cedric Keiflin - http://www.template-creator.com - http://www.joomlack.fr
 */

/* Fix for Firefox where the elements go out of the page in edition mode */
.edit.item-page fieldset,
#item-form fieldset {
	display: table-cell;
}

/* For elements to get the correct size */
#workspaceck * {
	box-sizing: border-box;
}

#workspaceck .inner:before, .pagebuilderck .inner:before {
	border-radius: inherit;
}

/* For equal heights */
.blockck > .inner {
	/*height: 100%;*/
	box-sizing: border-box;
	flex: 1 1 auto;
	/*overflow: hidden;*/ /* fix for IE, to remove unwanted space */
}

.pagebuilderck {
	/*overflow-x: hidden;*/  /* do not use, causes scroll bar to appear : fix for animation that are outside the screen */
}

.pagebuilderck img {
	max-width: 100%;
	height: auto;
}

.rowck.ckadvancedlayout > .inner {
	flex-wrap: wrap;
}

/* ---------------------------------------
	Responsive design code
	Needed for V1 B/C
-----------------------------------------*/

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

	.pagebuilderck .row-fluid:not([class*="ckstack"]) .ckhidephone {
		display: none !important;
	}

	.pagebuilderck .row-fluid:not([class*="ckstack"]) .blockck[class*="span"] {
		display: block;
		float: none !important;
		width: 100% !important;
		margin-left: 0 !important;
	}

	.rowck.row-fluid:not([class*="ckstack"]) > .inner {
		display: block !important;
	}

}

@media screen and (min-width: 525px) {
	.pagebuilderck .row-fluid:not([class*="ckstack"]) .ckhidedesktop {
		display: none !important;
	}
}

.pagebuilderck {
	clear: both;
}

.pagebuilderck img {
	max-width: 100%;
	height: auto;
}

.blockck {
	display: flex;
	flex-direction: column;
	float: left;
	min-height: 1px; /* needed else the empty blocks will not take place */
}

.rowck > .inner {
	display: flex;
}

/*------------- default width for columns (from bootstrap) ------------------*/
.pagebuilderck .row-fluid {
  width: 100%;
  *zoom: 1;
}

.pagebuilderck .row-fluid:before,
.pagebuilderck .row-fluid:after {
  display: table;
  line-height: 0;
  content: "";
}

.pagebuilderck .row-fluid:after {
  clear: both;
}

.pagebuilderck .row-fluid [class*="span"] {
  display: block;
  float: left;
  width: 100%;
  min-height: 30px;
  margin-left: 2.127659574468085%;
  *margin-left: 2.074468085106383%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.pagebuilderck .row-fluid [class*="span"]:first-child {
  margin-left: 0;
}

.pagebuilderck .row-fluid .controls-row [class*="span"] + [class*="span"] {
  margin-left: 2.127659574468085%;
}

.pagebuilderck .row-fluid .span12 {
  width: 100%;
  *width: 99.94680851063829%;
}

.pagebuilderck .row-fluid .span11 {
  width: 91.48936170212765%;
  *width: 91.43617021276594%;
}

.pagebuilderck .row-fluid .span10 {
  width: 82.97872340425532%;
  *width: 82.92553191489361%;
}

.pagebuilderck .row-fluid .span9 {
  width: 74.46808510638297%;
  *width: 74.41489361702126%;
}

.pagebuilderck .row-fluid .span8 {
  width: 65.95744680851064%;
  *width: 65.90425531914893%;
}

.pagebuilderck .row-fluid .span7 {
  width: 57.44680851063829%;
  *width: 57.39361702127659%;
}

.pagebuilderck .row-fluid .span6 {
  width: 48.93617021276595%;
  *width: 48.88297872340425%;
}

.pagebuilderck .row-fluid .span5 {
  width: 40.42553191489362%;
  *width: 40.37234042553192%;
}

.pagebuilderck .row-fluid .span4 {
  width: 31.914893617021278%;
  *width: 31.861702127659576%;
}

.pagebuilderck .row-fluid .span3 {
  width: 23.404255319148934%;
  *width: 23.351063829787233%;
}

.pagebuilderck .row-fluid .span2 {
  width: 14.893617021276595%;
  *width: 14.840425531914894%;
}

.pagebuilderck .row-fluid .span1 {
  width: 6.382978723404255%;
  *width: 6.329787234042553%;
}

/*------------- default jquery ui styles ------------------*/
.cktype .ui-helper-clearfix::before, .cktype .ui-helper-clearfix::after {
	border-collapse: collapse;
	content: "";
	display: table;
}
.cktype .ui-helper-clearfix::after {
	clear: both;
}

/*------------- styles for accordion ------------------*/
.cktype .ui-accordion .ui-accordion-header {
	background: #fff;
	display: block;
	cursor: pointer;
	position: relative;
	margin: 2px 0 0 0;
	padding: .5em .5em .5em .7em;
	min-height: 0; /* support: IE7 */
	font-size: 100%;
	border: 1px solid #ddd;
	border-radius: 0;
}
.cktype .ui-accordion .ui-accordion-icons {
	padding-left: 2.2em;
}
.cktype .ui-accordion .ui-accordion-icons .ui-accordion-icons {
	padding-left: 2.2em;
}
.cktype .ui-accordion .ui-accordion-header .ui-accordion-header-icon {
	position: absolute;
	left: .5em;
	top: 50%;
	margin-top: -8px;
}
.cktype .ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
	border: 1px solid #ddd;
	border-top: none;
	border-radius: 0;
}
.cktype .ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}
.cktype .ui-accordion .ui-accordion-header .ui-accordion-header-icon {
	position: absolute;
	left: .5em;
	top: 50%;
	margin-top: -4px;
	margin-left: 5px;
}
.cktype .ui-icon-triangle-1-e {
	height: 0;
	width: 0;
	border-color: transparent transparent transparent #ddd;
	border-style: solid;
	border-width: 4px 0 4px 6px;
}
.cktype .ui-icon-triangle-1-s {
	height: 0;
	width: 0;
	border-color: #ddd transparent transparent transparent;
	border-style: solid;
	border-width: 6px 4px 0 4px;
}
/*------------- styles for tabs ------------------*/
.cktype .ui-tabs {
	border: none;
	background: none;
	border-radius: 0;
	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	padding: .2em;
}
.cktype .ui-tabs .ui-tabs-nav {
	border: none;
	background: none;
	border-radius: 0;
	margin: 0;
	padding: 0;
}
.cktype .ui-tabs.vertical_tabsck .ui-tabs-nav {
	float: left;
	width: 200px;
}
.cktype .ui-tabs.vertical_tabsck .ui-tabs-nav ~ .tabck {
	margin-left: 200px;
}
.cktype .ui-tabs .ui-tabs-nav li {
	background: #fff;
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-color: #ddd;
	border-style: solid;
	border-width: 1px;
	border-bottom-width: 0;
	padding: 0;
	/*white-space: nowrap;*/
}

.cktype .ui-tabs.vertical_tabsck .ui-tabs-nav li {
	float: none;
	border-bottom-width: 1px;
}
.cktype .ui-tabs.vertical_tabsck .ui-tabs-nav li > a {
	display: block;
	float: none;
}

.cktype .ui-tabs .ui-tabs-nav li.ui-state-default {
	background: #eee;
}
.cktype .ui-tabs .ui-tabs-nav li.ui-tabs-active {
	background: #fff;
}
.cktype .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	float: left;
	padding: .5em 1em;
	text-decoration: none;
}
.cktype .ui-tabs:not(.vertical_tabsck) .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
}
.cktype .ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.cktype .ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.cktype .ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
	cursor: text;
}
.cktype .ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
	cursor: pointer;
}
.cktype .ui-tabs .ui-tabs-panel {
	background: #fff;
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}

/*------------- styles for message ------------------*/
.messageck > div {
	display: inline-block;
}

.alertck {
	padding: 8px 35px 8px 14px;
	margin-bottom: 18px;
	margin-top: 9px;
	text-shadow: 0 1px 0 rgba(255,255,255,0.5);
	background-color: #fcf8e3;
	border: 1px solid #fbeed5;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.alertck,
.alertck .messageck_title {
	color: #c09853;
}
.alertck .messageck_title {
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	margin: 0;
}
.alertck p {
	padding: 5px 0;
	margin: 0;
}
.alertck .close {
	position: relative;
	top: -2px;
	right: -21px;
	line-height: 18px;
}
.alertck-success {
	background-color: #dff0d8;
	border-color: #d6e9c6;
	color: #468847;
}
.alertck-success .messageck_title {
	color: #468847;
}
.alertck-danger,
.alertck-error {
	background-color: #f2dede;
	border-color: #eed3d7;
	color: #b94a48;
}
.alertck-danger .messageck_title,
.alertck-error .messageck_title {
	color: #b94a48;
}
.alertck-info {
	background-color: #d9edf7;
	border-color: #bce8f1;
	color: #3a87ad;
}
.alertck-info .messageck_title {
	color: #3a87ad;
}

/*------------- styles for separator ------------------*/

.separatorck {
	overflow: hidden;
	text-align: center;
	padding: 10px;
	color: #000;
}
.separatorck .separatorck_before,
.separatorck .separatorck_after {
	background-color: #000;
	display: inline-block;
	height: 1px;
	position: relative;
	vertical-align: middle;
	width: 50%;
}
.separatorck .separatorck_before {
	right: 0.5em;
	margin-left: -50%;
}
.separatorck .separatorck_after {
	left: 0.5em;
	margin-right: -50%;
}

/*------------- best compatibility for image effect CK ------------------*/

.imageck figure.imageeffectck {
	/*display: block;
	margin: 0;*/
}

/*------------- styles for video and other iframes ------------------*/
.videock {
	position: relative;
	height: 0;
	overflow: hidden;
	width: 100%;
	padding-bottom: 56.25%;
	max-width: 100%;
}

.videock iframe, .videock video  {
	position: absolute;
	height: 100%;
	width: 100%;
	border: none;
	margin: 0;
	padding: 0;
	left: 0;
	top: 0;
	object-fit: cover;
}

.videockbackground { 
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -1;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	background-size: cover; 
}

.hasvideockbackground {
	z-index: 0;
}

.pagebuilderck [data-type="icontext"] > .inner,
.pagebuilderck [data-layout] > .inner {
	display: flex;
	flex-direction: column;
}

/*.pagebuilderck [data-type="icontext"] .iconck,*/
.pagebuilderck [data-layout="left"] .iconck,
.pagebuilderck [data-layout="right"] .iconck {
	align-self: center;
}

.pagebuilderck [data-layout] .titleck {
	flex: 1 1 auto;
}

.pagebuilderck [data-type="icontext"][data-layout="bottom"] > .inner,
.pagebuilderck [data-layout="bottom"] > .inner {
	flex-direction: column-reverse;
}

.pagebuilderck [data-type="icontext"][data-layout="left"] > .inner,
.pagebuilderck [data-layout="left"] > .inner {
	flex-direction: row;
}

.pagebuilderck [data-type="icontext"][data-layout="right"] > .inner,
.pagebuilderck [data-layout="right"] > .inner {
	flex-direction: row-reverse;
}

/* for shape divider */
.pbck-divider-container {
	position: absolute;
	overflow: hidden;
	left: 0;
	width: 100%;
}

.pbck-divider-container > svg {
	position: relative;
	height: 100%;
	left: 50%;
	transform: translate(-50%);
	min-width: 100%;
}

.pbck-divider-container.pbck-divider-top {
	top: -1px;
}

.pbck-divider-container.pbck-divider-bottom {
	bottom: -1px;
}

.pbck-divider-container.pbck-divider-over {
	z-index: 1;
}

.pbck-divider-container.pbck-divider-under {
	z-index: 0;
}

.ckflip-horizontal > svg {
	transform: rotateY(180deg) translate(-50%);
}

.ckflip-vertical > svg {
	transform: rotateX(180deg) translate(-50%);
}

.ckflip-horizontal.ckflip-vertical > svg {
	transform: rotate(180deg) translate(-50%);
}

.valign-top {
	align-self: flex-start;
}

.valign-center {
	align-self: center;
}

.valign-bottom {
	align-self: flex-end;
}

.ckcustomcssfield {
	display: none;
}

.rowck > .inner {
	margin: auto;
}.contactck .contactck-label, .contactck .contactck-field {
			float: left;
			box-sizing: border-box;
			width: 50%;
		}
		
		.contactck.verticalck .contactck-label, .contactck.verticalck .contactck-field {
			float: none;
			width: 100%;
		}
		
		.contactck-field input[type="text"], .contactck-field input[type="email"], .contactck-field textarea {
			width: 100%;
			box-sizing: border-box;
			height: 100%;
		}.contactck .contactck-label, .contactck .contactck-field {
			float: left;
			box-sizing: border-box;
			width: 50%;
		}
		
		.contactck.verticalck .contactck-label, .contactck.verticalck .contactck-field {
			float: none;
			width: 100%;
		}
		
		.contactck-field input[type="text"], .contactck-field select, .contactck-field input[type="email"], .contactck-field textarea {
			width: 100%;
			box-sizing: border-box;
			height: 100%;
		}  #ID1483970608972 > .inner {  	font-weight: bold;  	font-size: 16px;  }    #ID1483970608996 .ui-tabs-nav > li.ui-state-default {  	border-top: none;  	border-bottom: #d9d9d9 3px solid;  	border-left: none;  	border-right: none;  	margin-right: 3px;  	margin-left: 3px;  }    #ID1483970608996 .ui-tabs-nav > li.ui-state-default > a {  	color: #000000;  }    #ID1483970608996 .ui-tabs-nav > li.ui-state-default.ui-state-active {  	background: #d9d9d9;  	border-bottom: #FF0000 3px solid;  }    #ID1483970608996 .ui-tabs-nav > li.ui-state-default.ui-state-active > a {  	color: #FF0000;  }    #row_ID1483970608940 > .inner {  	border-bottom: #cccccc 1px solid;  	margin-bottom: 10px;  }    #ID1483970401716 > .inner {  	font-weight: bold;  	font-size: 16px;  }    #ID1483970401737 .ui-tabs-nav > li.ui-state-default {  	border-top: none;  	border-bottom: #d9d9d9 3px solid;  	border-left: none;  	border-right: none;  	margin-right: 3px;  	margin-left: 3px;  }    #ID1483970401737 .ui-tabs-nav > li.ui-state-default > a {  	color: #000000;  }    #ID1483970401737 .ui-tabs-nav > li.ui-state-default.ui-state-active {  	background: #d9d9d9;  	border-bottom: #FF0000 3px solid;  }    #ID1483970401737 .ui-tabs-nav > li.ui-state-default.ui-state-active > a {  	color: #FF0000;  }    #row_ID1483970401683 > .inner {  	border-bottom: #cccccc 1px solid;  	margin-bottom: 10px;  }    #ID1483968781781 > .inner {  	font-weight: bold;  	font-size: 16px;  }    #ID1483968781782 .ui-tabs-nav > li.ui-state-default {  	border-top: none;  	border-bottom: #d9d9d9 3px solid;  	border-left: none;  	border-right: none;  	margin-right: 3px;  	margin-left: 3px;  }    #ID1483968781782 .ui-tabs-nav > li.ui-state-default > a {  	color: #000000;  }    #ID1483968781782 .ui-tabs-nav > li.ui-state-default.ui-state-active {  	background: #d9d9d9;  	border-bottom: #FF0000 3px solid;  }    #ID1483968781782 .ui-tabs-nav > li.ui-state-default.ui-state-active > a {  	color: #FF0000;  }    #row_ID1483968781778 > .inner {  	border-bottom: #cccccc 1px solid;  	margin-bottom: 10px;  }    #ID1483968781787 > .inner {  	font-weight: bold;  	font-size: 16px;  }    #ID1483968781788 .ui-tabs-nav > li.ui-state-default {  	border-top: none;  	border-bottom: #d9d9d9 3px solid;  	border-left: none;  	border-right: none;  	margin-right: 3px;  	margin-left: 3px;  }    #ID1483968781788 .ui-tabs-nav > li.ui-state-default > a {  	color: #000000;  }    #ID1483968781788 .ui-tabs-nav > li.ui-state-default.ui-state-active {  	background: #d9d9d9;  	border-bottom: #FF0000 3px solid;  }    #ID1483968781788 .ui-tabs-nav > li.ui-state-default.ui-state-active > a {  	color: #FF0000;  }    #row_ID1483968781786 > .inner {  	border-bottom: #cccccc 1px solid;  	margin-bottom: 10px;  }    #ID1483968781784 > .inner {  	font-weight: bold;  	font-size: 16px;  }    #ID1483968781785 .ui-tabs-nav > li.ui-state-default {  	border-top: none;  	border-bottom: #d9d9d9 3px solid;  	border-left: none;  	border-right: none;  	margin-right: 3px;  	margin-left: 3px;  }    #ID1483968781785 .ui-tabs-nav > li.ui-state-default > a {  	color: #000000;  }    #ID1483968781785 .ui-tabs-nav > li.ui-state-default.ui-state-active {  	background: #d9d9d9;  	border-bottom: #FF0000 3px solid;  }    #ID1483968781785 .ui-tabs-nav > li.ui-state-default.ui-state-active > a {  	color: #FF0000;  }    #row_ID1483968781783 > .inner {  	border-bottom: #ccccccc 1px solid;  	margin-bottom: 10px;  }    #ID1480328495262 > .inner {  	background: #ffffff;  	border: #bbbbbb 1px solid;  	-moz-border-radius: 3px;  	-o-border-radius: 3px;  	-webkit-border-radius: 3px;  	border-radius: 3px;  	-moz-border-radius: 3px 3px 3px 3px;  	-o-border-radius: 3px 3px 3px 3px;  	-webkit-border-radius: 3px 3px 3px 3px;  	border-radius: 3px 3px 3px 3px;  	height: 25px;  	width: 180px;  	color: #555555;  	padding-top: 6px;  	padding-right: 20px;  	padding-bottom: 6px;  	padding-left: 20px;  	box-shadow: #4d4d4d 0px 2px 2px -1px;  	-moz-box-shadow: #4d4d4d 0px 2px 2px -1px;  	-webkit-box-shadow: #4d4d4d 0px 2px 2px -1px;  	font-size: 13px;  }    #ID1480328495262 .iconck i {  	margin-right: 5px;  }    #row_ID1480328495259 > .inner {  	background: #949494;  	color: #ffffff;  	padding-top: 20px;  	padding-bottom: 20px;  }  .pbck-container { max-width: 1000px}@media only screen and (min-width:801px){
.ckhide5 { display: none !important; } 
.ckstack5 > .inner { display: block; }
.ckstack5 .blockck { float: none !important; width: auto !important; display: block; margin-left: 0 !important;}
}@media only screen and (max-width:800px) and (min-width:641px){
.ckhide4 { display: none !important; } 
.ckstack4 > .inner { display: block; }
.ckstack4 .blockck { float: none !important; width: auto !important; display: block; margin-left: 0 !important;}
}@media only screen and (max-width:640px) and (min-width:481px){
.ckhide3 { display: none !important; } 
.ckstack3 > .inner { display: block; }
.ckstack3 .blockck { float: none !important; width: auto !important; display: block; margin-left: 0 !important;}
}@media only screen and (max-width:480px) and (min-width:321px){
.ckhide2 { display: none !important; } 
.ckstack2 > .inner { display: block; }
.ckstack2 .blockck { float: none !important; width: auto !important; display: block; margin-left: 0 !important;}
}@media only screen and (max-width:320px){
.ckhide1 { display: none !important; } 
.ckstack1 > .inner { display: block; }
.ckstack1 .blockck { float: none !important; width: auto !important; display: block; margin-left: 0 !important;}
}