/* =============================================================================
 * stickyheader
 * ========================================================================== */
/*
.stickyheader .header.cloned {
	-webkit-animation: fadeInDown 1s;
	animation: fadeInDown 1s;
}*/

.stickyheader {
	position: fixed;
	z-index: 8000;
	left: 0;
	top: 0;
	width: 100%;
	display: none;
}

body.fixed-header .stickyheader {
	display: block;
}
/*
.stickyheader .header.cloned .logo {
	transition: height 0.3s ease;
	-webkit-transition: height 0.3s ease;	
}
*/
.fleft {
	float:left;
}
.fright {
	float:right;
}

/* =============================================================================
 * ce_gallery
 * ========================================================================== */
.ce_gallery img {
	width:100%;
	height:auto;
}
.ce_gallery .cols_2 li {
	width: 49.8%;
	float: left;
}

.ce_gallery .cols_3 li {
	width: 33.20%;
	float: left;
}

.ce_gallery .cols_4 li {
	width: 24.98%;
	float: left;
}

.ce_gallery .cols_5 li {
	width: 19.98%;
	float: left;
}

.ce_gallery .cols_6 li {
	width: 16.65%;
	float: left;
}

.ce_gallery .cols_7 li {
	width: 14.285%;
	float: left;
}

.ce_gallery .cols_8 li {
	width: 12.46%;
	float: left;
}

.ce_gallery .cols_9 li {
	width: 11.11%;
	float: left;
}

.ce_gallery .cols_10 li {
	width: 10%;
	float: left;
}

.ce_gallery .cols_11 li {
	width: 9.09%;
	float: left;
}

.ce_gallery .cols_12 li {
	width: 8.33%;
	float: left;
}

.ce_gallery .gallery-margin {
	margin-left: -10px;
	margin-right: -10px;
}

.ce_gallery .gallery-margin .image_container {
	margin: 0 5px 10px;

}

.ce_gallery .image_container {
	margin: 0;
}

.ce_gallery a {
	width: 100%;
	height: 100%;
	display: block;
}

.ce_gallery .content {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	height: 100%;
	background: rgba(179,162,110,0.7);
	opacity: 0;
	transition: All 0.5s ease;
	-webkit-transition: All 0.5s ease;	
}

.ce_gallery li:hover .content {
	opacity: 1;
}

.ce_gallery li img {
	transition: All 0.5s ease;
	-webkit-transition: All 0.5s ease;	
}

.ce_gallery .image_container {
	overflow: hidden;
}

.ce_gallery .content-outside {
	display: table;
	width: 100%;
	height: 100%;
}

.ce_gallery .content-inside {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	color: rgb(255,255,255);
	line-height: 1.5;
}

.ce_gallery .capt h1,
.ce_gallery .capt h2,
.ce_gallery .capt h3,
.ce_gallery .capt h4,
.ce_gallery .capt h5,
.ce_gallery .capt h6 {
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 1px;
	color: rgb(255,255,255);
	margin: 0;
}

.ce_gallery .capt h1:after,
.ce_gallery .capt h2:after,
.ce_gallery .capt h3:after,
.ce_gallery .capt h4:after,
.ce_gallery .capt h5:after,
.ce_gallery .capt h6:after {
	content: '';
	width: 50px;
	height: 2px;
	display: block;
	margin: 8px auto 15px auto;
	background: rgb(255,255,255);
}

.ce_gallery .capt {
	font-size: 12px;
}

.ce_gallery .borders li {
	border-right: 1px solid rgb(229,229,229);
	border-bottom: 1px solid rgb(229,229,229);
}

.ce_gallery .borders li.row_last {
	border-bottom: 1px solid transparent;
}

.ce_gallery .borders li.col_last {
	border-right-color: transparent;
}

.ce_gallery .borders li:hover img {
	transform: none;
	-webkit-transform: none;
}

.ce_divider_extended .divider-two {
	border-bottom: 2px solid #dcdcdc;
	width: 120px;
	display: inline-block;
	margin: 16px 0;
}
.ce_divider_extended.version2 .divider-two {
	border-bottom: 1px solid #dcdcdc;
	width: 100%;
}
.ce_divider_extended.align-center {
	text-align:center;
}

/* =============================================================================
 * ce_portfoliofilter
 * ========================================================================== */
 
.ce_portfoliofilter {
	text-align: right;
	margin-bottom: 25px;
	margin-top: 25px;
}

.ce_portfoliofilter.default a {
	display: inline-block;
	padding: 8px 15px;
	margin-bottom: 5px;
	text-decoration:none !important;
	background: #000 !IMPOrtant;
	color:#FFF !important;
	cursor: pointer;
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;	
}

.ce_portfoliofilter.default a.selected,
.ce_portfoliofilter.default a:hover {
	background: #000 !important ;
	color: #fff;
	opacity:0.7;
}

.ce_portfoliofilter.only-icon i {
	font-size: 22px;
	line-height: 50px;
	width: 50px;
	height: 50px;
	text-align: center!important;
	border: 1px solid rgb(180,180,180);
	border-radius: 100%;
	cursor: pointer;
	display: inline-block;
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;	
}

.ce_portfoliofilter.only-icon .all {
	margin-right: 25px;
	padding-right: 25px;
	border-right: 1px solid rgb(180,180,180);
	cursor: pointer;
}

.ce_portfoliofilter.only-icon .name {
	display: none;
}

.ce_portfoliofilter.only-icon a.selected i,
.ce_portfoliofilter.only-icon a:hover i {
	background: rgb(152,152,152);
	color: #fff;
}
/* =============================================================================
 * ce_Slider
 * ========================================================================== */
.slider-text {
	position: absolute;
	color: #FFF;
	bottom: 10%;
	font-size: 45px;
	left: 10%;
	font-style: normal;
	font-weight: bold;
	text-shadow: 0px 0px 10px #000;
	padding-left: 10px;
}
#slider h1 {
	color:#FFF !Important;
}
#slider .ce_headline_extended .headline_sec:after { 
	display:none;
}
.caroufredsel_controls {
	position:absolute;
	top:50%;
	width:100%;
	margin-top:-10px;
	font-size:0pt;
}
.caroufredsel_controls .caroufredsel_next {
	right:0;
	position:absolute;
}
.caroufredsel_controls .caroufredsel_prev {
	left:0;
	position:absolute;
}
.caroufredsel_controls .caroufredsel_next,
.caroufredsel_controls .caroufredsel_prev {
	padding: 10px 20px 0;
	background: rgba(0,0,0,0.3);
	width: 20px;
	font-family: arial;
	display: block !important;
}

.caroufredsel_controls .caroufredsel_prev:after {
	content:"\f104";
	font-family:FontAweSome;
	font-style:normal;

	color: #FFF;
	margin-left:-10px;
	font-size:50px;
}
.caroufredsel_controls .caroufredsel_next:after {
	content:"\f105";
	font-family:FontAweSome;
	font-style:normal;

	color: #FFF;
	margin-left:-10px;
	font-size:50px;
}
.caroufredsel_controls .caroufredsel_next span,
.caroufredsel_controls .caroufredsel_prev span {
	font-size:0;
}

/* =============================================================================
 * ce_bgimage
 * ========================================================================== */

.ce_bgimage {
	overflow: hidden;
	padding-top: 40px;
	padding-bottom: 40px;
}
.ce_bgimage.fullscreen-image {
	padding:0px;
}
.ce_bgimage .ce_bgimage-inside {
	overflow: hidden;
}

.ce_bgimage .ce_bgimage-inside {
	position: relative;
	z-index: 10;
}

.ce_bgimage .ce_bgimage-image {
	position: absolute;
	top: 0;
	left:0;
	right: 0;
	bottom: 0;
	background-size: cover;	
	background-position: center center;
	background-repeat: no-repeat;
}

.ce_bgimage.fullscreen-image {
	height: 100vh;
}

.ce_bgimage.fullscreen-image .ce_bgimage-inside {
	position: relative;
  	top: 50%;
	-webkit-transform: translateY(-50%);
  	-ms-transform: translateY(-50%);
  	transform: translateY(-50%);
}

/* =============================================================================
 * ce_bgimage: parallax
 * ========================================================================== */

.ce_bgimage.parallax .ce_bgimage-image {
	background-attachment: fixed;
	background-position-x: 50%!important;
	background-position-y: center;
}

.ce_bgimage.parallax {
	position: relative;
}

body.ios .ce_bgimage.parallax .ce_bgimage-image,
body.android .ce_bgimage.parallax .ce_bgimage-image {
	background-attachment: scroll;
	background-position: center center!important;
}


/* =============================================================================
 * ce_tabs
 * ========================================================================== */

.ce_tabs {
	overflow: hidden; 
}

.ce_tabs .tabs .section {
	display: none;
}

.ce_tabs .tabs .section.active {
	display: block;
}

.ce_tabs .tabs a {
	cursor: pointer;
	display: block;
}

.ce_tabs i {
	margin-right: 5px;
}

.ce_tabs .ce_image .image_container {
	text-align: center;	
}

.ce_tabs .tabs .ce_image .image_container img {
	width: auto;
	display: inline-block;
	opacity: 0.6;
	transition: opacity 0.5s ease;
	-webkit-transition: opacity 0.5s ease;
}

.ce_tabs .tabs li.active .ce_image .image_container img,
.ce_tabs .tabs li:hover .ce_image .image_container img {
	opacity: 1;
}
	
.ce_tabs .tabs.horizontal ul {
	margin-bottom:35px;
	overflow:hidden;
}
	
.ce_tabs .tabs.horizontal li {
	float:left;
}
	
.ce_tabs .tabs.horizontal li a {
	font-size:16px;
	padding:20px 0;
	text-align:center;
	border-bottom:1px solid #ccc;
	border-left:1px solid #ccc;
	display:block;
}
	
.ce_tabs .tabs.horizontal li a {
	-webkit-transition:All 0.3s ease;
	-moz-transition:All 0.3s ease;
	-o-transition:All 0.3s ease;
	-ms-transition:All 0.3s ease;
	transition:All 0.3s ease;
}
	
.ce_tabs .tabs.horizontal li:first-child a {
	border-left:0;
}
	
.ce_tabs .tabs.horizontal ul li:hover a,
.ce_tabs .tabs.horizontal ul li.active a {
	background: rgb(152,152,152);
	color:#fff;
	font-weight:inherit;
}
	
.ce_tabs .tabs.horizontal li.tab_two {
	width:50%;
}
	
.ce_tabs .tabs.horizontal li.tab_three {
	width:33.33%;
}
	
.ce_tabs .tabs.horizontal li.tab_fourth {
	width:25%;
}
	
.ce_tabs .tabs.horizontal li.tab_fifth {
	width:20%;
}
	
.ce_tabs .tabs.horizontal li.tab_sixth {
	width:16.66%;
}
	
.ce_tabs .tabs.horizontal li.tab_more_sixth a {
	padding-left:20px;
	padding-right:20px;
}

.ce_tabs .tabs.horizontal-clean {
	padding-bottom: 45px;
}

.ce_tabs .tabs.horizontal-clean ul {
	text-align: center;
	margin-bottom: 30px;
}

.ce_tabs .tabs.horizontal-clean ul li {
	display: inline-block;
	position: relative;
	font-weight: bold!important;
}

.ce_tabs .tabs.horizontal-clean ul li.active {
	font-weight: bold;
}

.ce_tabs .tabs.horizontal-clean ul li.active:after {
	content:'';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 10px 0 10px;
	border-color: rgb(152,152,152) transparent transparent transparent;
    position: absolute;
    bottom: -20px;
    left: 50%;
    margin-left: -10px;
}

.ce_tabs .tabs.horizontal-clean i {
	display: block;
	font-size: 35px;
	margin: 0;
}

.ce_tabs .tabs.horizontal-clean .ce_image {
	margin-bottom: 5px;
}

.ce_tabs .tabs.horizontal-clean ul li:hover,
.ce_tabs .tabs.horizontal-clean ul li.active {
	font-weight: normal;
}

.ce_tabs .tabs.horizontal-clean li a {
	border: 0;
	margin-left: 25px;
	margin-right: 25px;
}

.ce_tabs .tabs.vertical {
	width:30%;
}

.ce_tabs .tabs.vertical,
.ce_tabs .tabs.vertical {
	float:left;
}

.ce_tabs .tabs.vertical {
	padding-left:3rem;
	width:70%;
}

.ce_tabs .tabs.vertical ul li a,
.ce_tabs .tabs.vertical ul li {
	width:100%;
}

.ce_tabs .tabs.vertical ul li a {
	display:block;
	padding:12px 16px;
}

.ce_tabs .tabs.vertical ul li:hover a,
.ce_tabs .tabs.vertical ul li.active a {
	font-weight:bold;
}

.ce_tabs .tabs.vertical {
	border-left:1px solid rgb(229,229,229);
}

.ce_tabs .tabs.vertical ul li a {
	border-bottom:1px solid rgb(229,229,229);
}

.ce_tabs .tabs.vertical_2 {
	width:30%;
	float:right;
}

.ce_tabs .tabs.vertical_2 {
	float:left;
}

.ce_tabs .tabs.vertical_2 {
	padding-right:3rem;
	width:70%;
}

.ce_tabs .tabs.vertical_2 ul li a,
.ce_tabs .tabs.vertical ul li {
	width:100%;
}

.ce_tabs .tabs.vertical_2 ul li a {
	display:block;
	padding:12px 16px;
	border-bottom:1px solid rgb(229,229,229);
}

.ce_tabs .tabs.vertical_2 ul li.active a {
	font-weight: bold;
}

.ce_tabs .tabs.vertical_2 {
	border-right:1px solid #e1e1e1;
}

.ce_tabs .tabs ul li:hover,
.ce_tabs .tabs.vertical ul li a.current,
.ce_tabs .tabs.vertical_2 ul li a.current {
	font-weight:bold;
	position:relative;
	z-index:100;
}

.ce_tabs .tabs.classic ul li {
	display: inline-block;
	padding: 10px 15px;
	border-bottom: 1px solid #FFF;
	border-right: 1px solid #FFF;
	box-shadow: 0 0 inset, 0 -2px 2px rgba(0,0,0,0.03) inset, 0 0 inset, 0 0 inset;
}
.ce_tabs .tabs.classic ul li:last-child {
	border-right:0px;
}
.ce_tabs .tabs.classic ul li.active,
.ce_tabs .tabs.classic ul li:hover  {
	box-shadow: none;
	font-weight: normal;
}
/*
.ce_tabs .tabs.classic {
	padding: 25px;
}
*/

/* =============================================================================
 * ce_backgroundimage: img-leftside
 * ========================================================================== */

.ce_backgroundimage.img-leftside-33,
.ce_backgroundimage.img-leftside-50 {
	display: table;
	position: relative;
	width: 100%;
	padding-top: 0;
	padding-bottom: 0;
	background: rgb(248,248,248);
}

.ce_backgroundimage.img-leftside-33 .ce_backgroundimage-image,
.ce_backgroundimage.img-leftside-50 .ce_backgroundimage-image {
	position: relative;
	width: 33%;
	display: table-cell;
	vertical-align: middle;
	padding: 0;
}

.ce_backgroundimage.img-leftside-33 .ce_backgroundimage-inside,
.ce_backgroundimage.img-leftside-50 .ce_backgroundimage-inside {
	width: 67%;
	padding: 60px;
	display: table-cell;
	vertical-align: middle;
}

.ce_backgroundimage.img-leftside-50 .ce_backgroundimage-image,
.ce_backgroundimage.img-leftside-50 .ce_backgroundimage-inside {
	width: 50%;
}

/* =============================================================================
 * ce_backgroundimage: offset option
 * ========================================================================== */

.ce_backgroundimage.offset-top:before {
    position: absolute;
    top: 0;
    background: #fff;
    content: '';
    right: 0;
    top: 0;
    left: 0;
    height: 25%;
    z-index: 10;
}

.ce_backgroundimage.offset-bottom:before {
    position: absolute;
    top: 75%;
    background: #fff;
    content: '';
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
}

.ce_backgroundimage.offset-top {
	padding-top: 0;
}

.ce_backgroundimage.offset-bottom {
	padding-bottom: 0;
}


/* =============================================================================
 * text color classes
 * ========================================================================== */

.color-white,
.color-white p,
.color-white i,
.color-white h1,
.color-white h2,
.color-white h3,
.color-white h4,
.color-white h5,
.color-white h6,
.color-white a:not(.link-white) {
	color: #fff !important;
}

.color-gray,
.color-gray p,
.color-gray i,
.color-gray h1,
.color-gray h2,
.color-gray h3,
.color-gray h4,
.color-gray h5,
.color-gray h6,
.color-gray a:not(.link-white) {
	color: rgb(127,127,127)!important;
}

.color-lightgray,
.color-lightgray p,
.color-lightgray i,
.color-lightgray h1,
.color-lightgray h2,
.color-lightgray h3,
.color-lightgray h4,
.color-lightgray h5,
.color-lightgray h6,
.color-lightgray a:not(.link-white) {
	color: rgb(180,180,180)!important;
}

.color-darkgray,
.color-darkgray p,
.color-darkgray i,
.color-darkgray h1,
.color-darkgray h2,
.color-darkgray h3,
.color-darkgray h4,
.color-darkgray h5,
.color-darkgray h6,
.color-darkgray a:not(.link-white) {
	color: rgb(76,76,76)!important;
}

.color-accent,
.color-accent p,
.color-accent i,
.color-accent h1,
.color-accent h2,
.color-accent h3,
.color-accent h4,
.color-accent h5,
.color-accent h6,
.color-accent a:not(.link-white) {
	color: rgb(152,152,152);
}

.color-success,
.color-success p,
.color-success i,
.color-success h1,
.color-success h2,
.color-success h3,
.color-success h4,
.color-success h5,
.color-success h6,
.color-success a:not(.link-white) {
	color: rgb(157,213,93);
}

.color-alert,
.color-alert p,
.color-alert i,
.color-alert h1,
.color-alert h2,
.color-alert h3,
.color-alert h4,
.color-alert h5,
.color-alert h6,
.color-alert a:not(.link-white) {
	color: rgb(247,80,90);
}

.color-warning,
.color-warning p,
.color-warning i,
.color-warning h1,
.color-warning h2,
.color-warning h3,
.color-warning h4,
.color-warning h5,
.color-warning h6,
.color-warning a:not(.link-white) {
	color: rgb(240,138,36);
}

.color-info,
.color-info p,
.color-info i,
.color-info h1,
.color-info h2,
.color-info h3,
.color-info h4,
.color-info h5,
.color-info h6,
.color-info a:not(.link-white) {
	color: rgb(160,211,232);
}


/* =============================================================================
 * ce_text_image_bar
 * ========================================================================== */

.ce_text_image_bar {
	position: relative;
}

.ce_text_image_bar .inside {
	position: static;
}

body .ce_text_image_bar .inside {
	padding-left: 0;
	padding-right: 0;
}

.ce_text_image_bar .text-left {
	width: 50%;
	padding: 70px 60px;
}

.ce_text_image_bar .text-right {
	width: 50%;
	padding: 70px 60px;
	margin-left: 50%;
}

.ce_text_image_bar.oversize .text-left,
.ce_text_image_bar.oversize .text-right {
	height: auto!important;
}

.ce_text_image_bar .image-right {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
}

.ce_text_image_bar .image-left {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
}

.ce_text_image_bar.show_arrow .image-left:after {
	content: '';
	top: 50%;
	right: -10px;
	margin-top: -10px;
	-webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background: rgb(248,248,248);
    position: absolute;
    height: 20px;
    width: 20px;
}

.ce_text_image_bar.show_arrow .image-left .ce_text_image_bar_arrow {
	top: 50%;
	right: -10px;
	margin-top: -10px;
	-webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    height: 20px;
    width: 20px;
    z-index: 100;
}

.ce_text_image_bar.show_arrow .image-right:after {
	content: '';
	top: 50%;
	left: -10px;
	margin-top: -10px;
	-webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    height: 20px;
    width: 20px;
}

.ce_text_image_bar.show_arrow .image-right .ce_text_image_bar_arrow {
	top: 50%;
	left: -10px;
	margin-top: -10px;
	-webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    height: 20px;
    width: 20px;
    z-index: 100;
}

.ce_text_image_bar .text-table {
	display: table;
	height: 100%;
	width: 100%;
}

.ce_text_image_bar .text-table .text-cell {
	display: table-cell;
	vertical-align: middle;
}

.ce_text_image_bar .ce_hyperlink {
	margin-top: 35px;
}

.ce_text_image_bar .ce_hyperlink a {
	margin-bottom: 0;
}

.ce_text_image_bar.bg-accent .ce_hyperlink a {
	background: rgb(51,51,51);
	border-color: rgb(51,51,51);
}

.ce_text_image_bar.bg-white {
	background: rgb(255,255,255);
}

.ce_text_image_bar ul {
	padding-left: 20px;
}

.ce_text_image_bar li {
	list-style-type: disc;
}

.ce_text_image_bar .subheadline {
	color: rgb(180,180,180);
	font-size: 1.2rem;
}

.ce_text_image_bar.color-white .subheadline {
	color: rgba(255,255,255,0.8);
}

.ce_text_image_bar .mobile_image_top {
	margin-bottom: 20px;
}

.ce_text_image_bar .mobile_image_bottom {
	margin-top: 20px;
}
/* =============================================================================
 * ce_contao_content_slider
 * ========================================================================== */

.ce_sliderStart {
	position: relative;
}

.slider-control a.slider-next:after {
	content:"\f105";
	font-family:FontAwesome;
	right: 0px;
	position: relative;
	color: #fff;
	font-size: 50px;
	text-shadow: 0px 0px 1px rgb(102,102,102);
	opacity: 0;
	-webkit-transition: All 0.9s ease;  
	transition: All 0.9s ease;
}

.slider-control a.slider-prev:before {
	content:"\f104";
	font-family:FontAwesome;
	color: #fff;
	left: 0px;
	position: relative;
	font-size: 50px;
	text-shadow: 0px 0px 1px rgb(102,102,102);
	opacity: 0;
	-webkit-transition: All 0.9s ease;  
	transition: All 0.9s ease;
}

.slider-control a.slider-prev:active:before,
.slider-control a.slider-next:active:after {
	top: 1px;
}

.ce_sliderStart:hover .slider-control a.slider-next:after {
	opacity: 1;
	right: 10px;
}
.ce_sliderStart:hover .slider-control a.slider-prev:before {
	opacity: 1;
	left: 10px;
}

.ce_sliderStart .slider-control .slider-menu {
	bottom: 0;
	top: auto;
	font-size: 0;
	line-height: 40px;
}

.ce_sliderStart .slider-control a {
	top: 50%;
	color: transparent !important;
	line-height: 50px;
	margin-top: -51px;
}

.ce_sliderStart .slider-control {
	height: 50px;
	position: static;
}

.ce_sliderStart .slider-control .slider-menu b {
	width: 10px;
	background: #fff;
	display: inline-block;
	text-indent: -9999em;
	line-height: 6px;
	font-family: Arial, sans-serif;
	margin: 0 3px;
	height: 10px;
	border-radius: 100%;
	border: 2px solid #fff;
	box-shadow: 0 0 1px 1px rgba(0,0,0,0.3);
	cursor: pointer;
}

.ce_sliderStart .slider-control .slider-menu b.active {
	background: rgba(0,0,0,0.1);
	width: 12px;
	height: 12px;
	position: relative;
	top: -1px;
}

.ce_sliderStart .slider-wrapper {
	-webkit-transform:translate3d(0,0,0);
}

/* =============================================================================
 * ce_contao_content_slider (in #slider section)
 * ========================================================================== */

#slider .slider-wrapper,
#slider .ce_slidertext .table {
	max-height: 700px;
}

#slider .slider-control a.slider-next:after,
#slider .slider-control a.slider-prev:before {
	font-size: 90px;
}

#slider .slider-control {
	background: #fff;
}

#slider .ce_slidertext .contentwrap {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	height: 100%;
}

#slider .ce_slidertext .table {
	display: table;
	width: 100%;
	height: 100%;
}

#slider .ce_slidertext .table-cell {
	display: table-cell;
	width: 100%;
	height: 100%;
	vertical-align: middle;
	text-align: center;
	padding: 20px;
}

#slider .ce_slidertext h1 {
	font-size: 65px;
}

#slider .ce_slidertext p {
	font-size: 20px;
}

#slider .ce_slidertext p a {
	margin-top: 20px;
}

#main .ce_accordionStart .ui-accordion-header {
	border:0;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
	background:none;
	color:#59666e;
}
.ui-accordion-header-icon  {
	color:#000 !important;
}
.ce_accordion  .ui-icon {
	width:auto;
	height:auto;
}
.ui-state-active .ui-icon, .ui-button:active .ui-icon,
.ce_accordion  .ui-icon, .ce_accordion .ui-widget-content .ui-icon {
	background:none !important;
	text-indent:0 !important;
}
.ce_hyperlink.full:before,
.toggler.ui-state-default .ui-icon:before
 {
	 content:"\f078";
	font-family:FontAweSome;
	float:left;
	width:30px;
	height:30px;	
	 position:relative;
	top:-3px;
	color:#59666e;
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
.ce_hyperlink.full:before {
	    font-size: 23px;
    height: 24px;
    width: 40px;
    position: relative;
    top: -10px;
}
.toggler.ui-state-active .ui-icon:before,
.toggler.ui-button:active .ui-icon:before,
.toggler.ui-state-hover .ui-icon:before, 
.toggler.ui-state-focus .ui-icon:before,
.toggler.ui-button:hover .ui-icon:before, 
.toggler.ui-button:focus .ui-icon:before {
	content:"\f078";
	font-family:FontAweSome;
	float:left;
	width:30px;
	height:30px;	
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	-webkit-transform:rotate(0deg);
	transform:rotate(0deg);
}

