/**
 *
 * Copyright (c) SEASIDE MEDIA LTD
 * 
 * version: 1.0 - customelements
 * all rights reserved
 */

/* =============================================================================
 * ce_youtube-background (scripts/jquery.mb.YTPlayer/)
 * ========================================================================== */

.ce_youtube_background .mbYTP_wrapper {
	opacity: 1!important;
}

.ce_youtube_background.overlay .YTPOverlay {
	background-color: rgba(152,152,152,0.4);
}

.ce_youtube_background {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

/* =============================================================================
 * ce_pricetable
 * ========================================================================== */

.ce_pricetable {
	padding: 25px 0;
	text-align: center;
}

.ce_pricetable .pricetable {
	background: #fff;
	border: 1px solid rgb(229,229,229);
	margin-top: 20px;
	white-space: normal;
	position: relative;
	overflow: hidden;
}

.ce_pricetable .pricetable {
	margin-top: 15px;
}

.ce_pricetable .pricetable.highlight {
	margin-top: 0;
	box-shadow: 0 0 35px 2px rgba(0,0,0,.2);
	position: relative;
	z-index: 100;
}

.ce_pricetable .pricetable.highlight .title {
	background: rgb(152,152,152);
	color: #fff;
	box-shadow: inset 0px 0px 0px 6px rgba(0,0,0,0.1);
	padding-top: 40px;
	padding-bottom: 35px;
}

.ce_pricetable .title,
.ce_pricetable .price,
.ce_pricetable .contents li,
.ce_pricetable .rating {
	border-bottom: 1px solid #ebebeb;
	padding: 1em;
}

.ce_pricetable .price {
	padding: 1.5em 1em;
}

.ce_pricetable .contents li:nth-child(odd) {
	background: rgb(251,251,251);
}

.ce_pricetable .title {
	padding-top: 30px;
	padding-bottom: 30px;
	font-size: 17px;
	font-weight: normal;
	background: rgb(251,251,251);
	text-align: center;
}

.ce_pricetable .price-data {
	font-weight: bold;
}

.ce_pricetable .currency {
	font-weight: bold;
	position: relative;
	top: -18px;
	font-size: 18px;
	line-height: 18px;
}

.ce_pricetable .priceinfo {
	color: rgb(153,153,153);
}

.ce_pricetable .hightlight_text {
	transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	-moz-transform:rotate(45deg); 
	-webkit-transform:rotate(45deg);
	background: rgb(255,255,255);
	font-size: 11px;
	position: absolute;
	right: -20px;
	top: 20px;
	text-align: center;
	min-width: 100px;
}

.ce_pricetable .ce_hyperlink {
	margin-top: 25px;
	margin-bottom: 10px;
	text-align: center;
}

.ce_pricetable .pricetable.highlight .ce_hyperlink {
	margin-bottom: 25px;
	margin-top: 30px;
}

.ce_pricetable .rating {
	text-align: center;
	color: rgb(254,202,9);
}

.ce_pricetable .rating i {
	margin: 0 3px;
	font-size: 15px;
}

/* =============================================================================
 * ce_headertext
 * ========================================================================== */

.ce_headertext {
	text-align: center;
	border-bottom: 1px solid rgb(229,229,229);
	padding: 45px 0 65px 0;
}

ce_headertext_inside {
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
}

.ce_headertext h1,
.ce_headertext h2,
.ce_headertext h3,
.ce_headertext h4,
.ce_headertext h5,
.ce_headertext h6 {
	font-size: 22px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: bold;
}

.ce_headertext h1:after,
.ce_headertext h2:after,
.ce_headertext h3:after,
.ce_headertext h4:after,
.ce_headertext h5:after,
.ce_headertext h6:after {
	background: rgb(152,152,152);
	content: '';
	display: block;
	height: 2px;
	margin: 20px auto 20px auto;
	position: relative;
	width: 22px;
	
}

.ce_headertext p {
	font-size: 16px;
	color: rgb(127,127,127);
}

/* =============================================================================
 * ce_text_leader
 * ========================================================================== */

.ce_leadertext.version1 {
	margin-bottom: 60px;
	max-width: 600px;
}

.ce_leadertext.version1 .headline {
	margin-bottom: 0;
}

.ce_leadertext.version1 .divider {
	background: rgb(51,51,51);
	content: '';
	display: block;
	height: 2px;
	margin: 20px 0 20px 0;
	position: relative;
	width: 22px;
}

.ce_leadertext.version1 p {
	font-size: 20px;
}

.ce_leadertext.version1 .subheadline {
	font-size: 16px;
}

.ce_leadertext.version1.align-center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.ce_leadertext.version1.align-center .divider {
	margin-left: auto;
	margin-right: auto;
}

.ce_leadertext.version1.color-white h1:after,
.ce_leadertext.version1.color-white h2:after,
.ce_leadertext.version1.color-white h3:after,
.ce_leadertext.version1.color-white h4:after,
.ce_leadertext.version1.color-white h5:after,
.ce_leadertext.version1.color-white h6:after,
.color-white .ce_leadertext.version1 h1:after,
.color-white .ce_leadertext.version1 h2:after,
.color-white .ce_leadertext.version1 h3:after,
.color-white .ce_leadertext.version1 h4:after,
.color-white .ce_leadertext.version1 h5:after,
.color-white .ce_leadertext.version1 h6:after {
	background: rgb(255,255,255);
}

.color-white .ce_leadertext.version1 .divider {
	background: rgb(255,255,255);
}

/* =============================================================================
 * ce_text_leader_v2
 * ========================================================================== */

.ce_leadertext.version2 {
	margin-bottom: 60px;
	max-width: 600px;
}

.ce_leadertext.version2 .headline {
	margin-bottom: 0;
}

.ce_leadertext.version2 .subheadline {
	font-size: 18px;
}

.ce_leadertext.version2 p {
	font-size: 20px;
}

.ce_leadertext.version2.align-center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.ce_leadertext.version2 .divider {
	margin-bottom: 25px;
	margin-top: 15px;
	text-align: left;
	display: block;
}

.ce_leadertext.version2.align-center .divider {
	text-align: center;
}

.ce_leadertext.version2 .divider-first {
	display: inline-block;
	width: 14px;
	height: 14px;
	margin: 0 3px;
	border: 3px solid rgb(152,152,152);
	border-radius: 7px;
}

.ce_leadertext.version2 .divider-second {
	background-color: rgb(152,152,152);
	width: 4px;
	height: 4px;
	margin-top: 2px;
	margin-left: 2px;
	border-radius: 4px;
}

.ce_leadertext.version2 .divider:after, 
.ce_leadertext.version2 .divider:before {
	background-color: rgb(152,152,152);
	display: inline-block !important;
	vertical-align: middle;
	content: "";
	width: 70px;
	height: 1px;
	margin-top: -6px;
}

.color-white .ce_leadertext.version2 .divider:after, 
.color-white .ce_leadertext.version2 .divider:before,
.color-white .ce_leadertext.version2 .divider-second {
	background: rgb(255,255,255);
}

.color-white .ce_leadertext.version2 .divider-first {
	border-color: rgb(255,255,255);
}

/* =============================================================================
 * ce_headline_extended version 0
 * ========================================================================== */

.ce_headline_extended.version0 {
	margin-bottom: 60px;
	max-width: 600px;
}

.ce_headline_extended.version0 .headline {
	margin-bottom: 0;
}

.ce_headline_extended.version0 .divider {
	display: none;	
}

.ce_headline_extended.version0 .subheadline {
	font-size: 16px;
}

.ce_headline_extended.version0.align-center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.ce_headline_extended.version0.align-center .divider {
	margin-left: auto;
	margin-right: auto;
}

/* =============================================================================
 * ce_headline_extended version 1
 * ========================================================================== */

.ce_headline_extended.version1 {
	max-width: 600px;
}

.ce_headline_extended.version1 .headline {
	margin-bottom: 0;
}

.ce_headline_extended.version1 .divider {
	background: rgb(51,51,51);
	content: '';
	display: block;
	height: 2px;
	margin: 20px 0 20px 0;
	position: relative;
	width: 22px;
	
}

.ce_headline_extended.version1 .subheadline {
	font-size: 16px;
}

.ce_headline_extended.version1.align-center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.ce_headline_extended.version1.align-center .divider {
	margin-left: auto;
	margin-right: auto;
}

.ce_headline_extended.version1.color-white h1:after,
.ce_headline_extended.version1.color-white h2:after,
.ce_headline_extended.version1.color-white h3:after,
.ce_headline_extended.version1.color-white h4:after,
.ce_headline_extended.version1.color-white h5:after,
.ce_headline_extended.version1.color-white h6:after,
.color-white .ce_headline_extended.version1 h1:after,
.color-white .ce_headline_extended.version1 h2:after,
.color-white .ce_headline_extended.version1 h3:after,
.color-white .ce_headline_extended.version1 h4:after,
.color-white .ce_headline_extended.version1 h5:after,
.color-white .ce_headline_extended.version1 h6:after {
	background: rgb(255,255,255);
}

.color-white .ce_headline_extended.version1 .divider {
	background: rgb(255,255,255);
}

/* =============================================================================
 * ce_headline_extended version 2
 * ========================================================================== */

.ce_headline_extended.version2 {
	max-width: 600px;
}

.ce_headline_extended.version2 .headline {
	margin-bottom: 0;
}

.ce_headline_extended.version2 .subheadline {
	font-size: 18px;
}

.ce_headline_extended.version2.align-center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.ce_headline_extended.version2 .divider {
	margin-bottom: 25px;
	margin-top: 15px;
	text-align: left;
	display: block;
}

.ce_headline_extended.version2.align-center .divider {
	text-align: center;
}

.ce_headline_extended.version2 .divider-first {
	display: inline-block;
	width: 14px;
	height: 14px;
	margin: 0 3px;
	border: 3px solid rgb(152,152,152);
	border-radius: 7px;
}

.ce_headline_extended.version2 .divider-second {
	background-color: rgb(152,152,152);
	width: 4px;
	height: 4px;
	margin-top: 2px;
	margin-left: 2px;
	border-radius: 4px;
}

.ce_headline_extended.version2 .divider:after, 
.ce_headline_extended.version2 .divider:before {
	background-color: rgb(152,152,152);
	display: inline-block !important;
	vertical-align: middle;
	content: "";
	width: 70px;
	height: 1px;
	margin-top: -6px;
}

.color-white .ce_headline_extended.version2 .divider:after, 
.color-white .ce_headline_extended.version2 .divider:before,
.color-white .ce_headline_extended.version2 .divider-second {
	background: rgb(255,255,255);
}

.color-white .ce_headline_extended.version2 .divider-first {
	border-color: rgb(255,255,255); 
}

/* =============================================================================
 * ce_text_image_bar
 * ========================================================================== */

.ce_text_image_bar {
	background: rgb(248,248,248);
	position: relative;
}

.ce_text_image_bar .inside {
	position: static;
}

.ce_text_image_bar .text-left {
	width: 50%;
	padding: 70px 60px 70px 0;
}

.ce_text_image_bar .text-right {
	width: 50%;
	padding: 70px 0 70px 60px;
	margin-left: 50%;
}

.ce_text_image_bar .image-right {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background-size: cover;
  background-position: 0 0;
  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: 0 0;
  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-right:after {
	content: '';
	top: 50%;
	left: -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 .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_headerimage
 * ========================================================================== */

.ce_headerimage {
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 220px;
	padding-bottom: 200px;
	color: rgb(255,255,255);
}

.ce_headerimage .inside {
	text-align: center;
}

.ce_headerimage .content {
	display: inline-block;
	padding: 20px 0;
	border-top: 1px solid rgba(255,255,255,0.8);
	border-bottom: 1px solid rgba(255,255,255,0.8);
}

.ce_headerimage h1,
.ce_headerimage h2,
.ce_headerimage h3,
.ce_headerimage h4,
.ce_headerimage h5,
.ce_headerimage h6 {
	margin-bottom: 0;
	color: rgb(255,255,255);
}

.ce_headerimage .subline {
	font-weight: bold;
}

/* =============================================================================
 * swiper-slide (scripts/swiper/)
 * ========================================================================== */

.swiper-container {
	height: 100%;
	width: 100%;
}

.swiper-wrapper {
	transition-duration: 300ms!important;
}

.swiper-container.hide-arrows .swiper-button-next,
.swiper-container.hide-arrows .swiper-button-prev {
	display: none;
}

.swiper-container-horizontal .swiper-pagination {
	bottom:10px;
	left:0;
	width:100%;
}
    
.swiper-pagination-bullet {
	border: 2px solid #fff;
	box-shadow: 0 0 1px 1px rgba(0,0,0,0.6);
	background: rgb(255,255,255);
}

.swiper-pagination-bullet {
	opacity: 0.5;
}

.swiper-pagination-bullet-active {
	background: rgba(0,0,0,0.5);
	opacity: 1;
	
}

.swiper-pagination-bullet {
	height: 11px;
	width: 11px;
}

.swiper-button-next, 
.swiper-button-prev {
	background: none;
	margin-top: -60px;
	opacity: 0.3!important;
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;	
}

.swiper-container:hover .swiper-button-next,
.swiper-container:hover .swiper-button-prev {
	opacity: 1!important;
}

.swiper-button-next:after, 
.swiper-button-prev:after {
	font-family: "FontAwesome";
	content: "\f105";
	font-size: 70px;
	line-height: 70px;
	color: rgba(255,255,255,0.8);
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
}

.swiper-button-prev:after {
	content: "\f104";
}

.ce_swiper-slider-start .swiper-container {
	padding-bottom: 40px;
}

.ce_swiper-slider-start .swiper-pagination {
	display: none;
}

.ce_swiper-slider-start .swip-pagination .swiper-pagination {
	display: block;
}

/* =============================================================================
 * ce_parallax
 * ========================================================================== */

.ce_parallax {
	background-attachment: fixed;
	background-position: center center;
	background-size: cover;
}

.ce_parallax .parallax-inside {
	overflow: hidden;
}

body.ios .ce_parallax,
body.android .ce_parallax {
	background-attachment: scroll;
	background-position: center center!important;
}

/* =============================================================================
 * ce_countup
 * ========================================================================== */

.ce_countup {
	text-align: center;
}

.ce_countup .headline {
	font-weight: normal;
	font-size: 35px;
	margin-bottom: 15px;
}

.ce_countup i {
	font-size: 40px;
	line-height: 66px;
}

.ce_countup .image_container {
	text-align: center;
	margin-bottom: 15px;
}

.ce_countup .image_container img {
	width: auto;
	display: inline-block;
}

/* =============================================================================
 * ce_contentbox
 * ========================================================================== */

.ce_contentbox .ce_contentbox_table {
	height: 100%;
	width: 100%;
	display: table;
	position: relative;
	overflow: hidden;
	padding: 5%;
	background-size: cover;
}

.ce_contentbox .ce_contentbox_cell {
	display: table-cell;
	vertical-align: top;
	height: 100%;
	background-position: center center;
	background-size: cover;
}

.ce_contentbox.align-middle .ce_contentbox_cell {
	vertical-align: middle;
}

.ce_contentbox.align-bottom .ce_contentbox_cell {
	vertical-align: bottom;
}

.ce_contentbox.hover .ce_contentbox_cell {
	opacity: 0;
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;	
}

.ce_contentbox.hover:hover .ce_contentbox_cell {
	opacity: 1;
}

.ce_contentbox .arrow {
	height: 20px;
	width: 20px;
	background: #fff;
	position: absolute;
}

.ce_contentbox .arrow-right-top {
	top: 10%;
	right: -10px;
	-webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.ce_contentbox .arrow-right-middle {
	top: 50%;
	right: -10px;
	margin-top: -10px;
	-webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.ce_contentbox .arrow-right-bottom {
	bottom: 10%;
	right: -10px;
	-webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.ce_contentbox .arrow-left-top {
	top: 10%;
	left: -10px;
	-webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.ce_contentbox .arrow-left-middle {
	top: 50%;
	left: -10px;
	margin-top: -10px;
	-webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.ce_contentbox .arrow-left-bottom {
	bottom: 10%;
	left: -10px;
	-webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.ce_contentbox .arrow-top-left {
	top: -10px;
	left: 10%;
	-webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.ce_contentbox .arrow-top-middle {
	top: -10px;
	left: 50%;
	margin-left: -10px;
	-webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.ce_contentbox .arrow-top-right {
	top: -10px;
	right: 10%;
	-webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.ce_contentbox .arrow-bottom-left {
	bottom: -10px;
	left: 10%;
	-webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.ce_contentbox .arrow-bottom-middle {
	bottom: -10px;
	left: 50%;
	margin-left: -10px;
	-webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.ce_contentbox .arrow-bottom-right {
	bottom: -10px;
	right: 10%;
	-webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/* =============================================================================
 * ce_infobox_alert
 * ========================================================================== */

.ce_infobox_alert {
	background: #ce4f4b;
    border-radius: 3px;
    padding: 10px;
    margin-bottom: 25px;
    color: #fff;
}

.ce_infobox_alert .headline {
	font-weight: bold;
	color: #a02622;
	margin-right: 5px;
}

.ce_infobox_alert i {
	color: #a02622;
	margin: 0 10px;
	font-size: 25px;
	line-height: 25px;
	float: left;
	width: 1em;
}

.ce_infobox_alert p {
	display: inline;
	margin: 0;
}

/* =============================================================================
 * ce_infobox_warning
 * ========================================================================== */

.ce_infobox_warning {
	background: #f0ad4e;
    border-radius: 3px;
    padding: 10px;
    margin-bottom: 25px;
    color: #fff;
}

.ce_infobox_warning .headline {
	font-weight: bold;
	color: #b7843b;
	margin-right: 5px;
}

.ce_infobox_warning i {
	color: #b7843b;
	margin: 0 10px;
	font-size: 25px;
	line-height: 25px;
	float: left;
	width: 1em;
}

.ce_infobox_warning p {
	display: inline;
	margin: 0;
}

/* =============================================================================
 * ce_infobox_info
 * ========================================================================== */

.ce_infobox_info {
	background: #5ebbd7;
    border-radius: 3px;
    padding: 10px;
    margin-bottom: 25px;
    color: #fff;
}

.ce_infobox_info .headline {
	font-weight: bold;
	color: #3f7f92;
	margin-right: 5px;
}

.ce_infobox_info i {
	color: #3f7f92;
	margin: 0 10px;
	font-size: 25px;
	line-height: 25px;
	float: left;
	width: 1em;
}

.ce_infobox_info p {
	display: inline;
	margin: 0;
}

/* =============================================================================
 * ce_infobox_success
 * ========================================================================== */

.ce_infobox_success {
	background: #52ac52;
    border-radius: 3px;
    padding: 10px;
    margin-bottom: 25px;
    color: #fff;
}

.ce_infobox_success .headline {
	font-weight: bold;
	color: #337033;
	margin-right: 5px;
}

.ce_infobox_success i {
	color: #337033;
	margin: 0 10px;
	font-size: 25px;
	line-height: 25px;
	float: left;
	width: 1em;
}

.ce_infobox_success p {
	display: inline;
	margin: 0;
}

/* =============================================================================
 * ce_calltoaction
 * ========================================================================== */

.ce_calltoaction {
	background: rgb(152,152,152);
	padding: 25px 25px 15px 40px;;
	color: rgb(255,255,255);
	position: relative;
	margin-bottom: 15px;
}

.ce_calltoaction:after {
	content: '';
	width: 10px;
	background: rgba(255,255,255,0.3);
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.ce_calltoaction h1,
.ce_calltoaction h2,
.ce_calltoaction h3,
.ce_calltoaction h4,
.ce_calltoaction h5,
.ce_calltoaction h6 {
	color: rgb(255,255,255);
}

.ce_calltoaction p {
	margin-bottom: 10px;
}

.ce_calltoaction .ce_url a {
	font-weight: bold;
	text-decoration: underline;
	color: rgb(255,255,255)!important;
}

.ce_calltoaction .ce_url a:before {
	content: "\f101";
	font-family:FontAwesome;
	font-weight: normal;
	display: inline-block;
	margin-right: 5px;
}

/* =============================================================================
 * ce_tabs
 * ========================================================================== */

.ce_tabs {
	overflow: hidden; 
}

.ce_tabs .panes .section {
	display: none;
}

.ce_tabs .panes .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 .ce_image .image_container img {
	width: auto;
	display: inline-block;
}
	
.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 .panes.vertical {
	float:left;
}

.ce_tabs .panes.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 .panes.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 .panes.vertical_2 {
	float:left;
}

.ce_tabs .panes.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 .panes.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;
	background: rgb(247,247,247);
	border-top: 2px solid transparent;
	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.active,
.ce_tabs .tabs.classic ul li:hover  {
	border-top: 2px solid rgb(152,152,152);
	box-shadow: none;
	font-weight: normal;
}

.ce_tabs .panes.classic {
	background: rgb(247,247,247);
	padding: 25px;
}

/* =============================================================================
 * ce_chartbar
 * ========================================================================== */

.ce_chartbar {
	margin-bottom: 15px;
}

.ce_chartbar .ce_chart_inside {
	position: relative;
}

.ce_chartbar .chart_bg {
	background: #f2f2f2; 
	height: 35px;
	box-shadow: inset 0 1px 3px rgb(204,204,204);
	border-radius: 4px;
}

.ce_chartbar .title {
	margin-bottom: 3px;
}

.ce_chartbar .chart_data {
	background: rgb(247,247,247); 
	height: 100%; 
	text-align: right; 
	line-height: 35px; 
	padding-right: 10px; 
	color: #fff; 
	width: 0;
	border-radius: 4px;
	-webkit-transition: Width 3s ease; 
	transition: Width 3s ease;
	box-shadow: inset 0 1px 3px rgb(153,153,153);
}

.ce_chartbar .chart_data.bg-warning {
	background: rgb(240,138,36);
}

.ce_chartbar .chart_data.bg-info {
	background: rgb(160,211,232);
}

.ce_chartbar .chart_data.bg-success {
	background: rgb(157,213,93);
}

.ce_chartbar .chart_data.bg-alert {
	background: rgb(247,80,90);
}

.ce_chartbar.slim .chart_bg {
	height: 20px;
}

.ce_chartbar.slim .chart_data span {
	line-height: 1.5;
	position: absolute;
	right: 0;
	top: 0;
	color: #555;
}

/* =============================================================================
 * ce_timeline
 * ========================================================================== */

.ce_timeline {
	position: relative;
}

.ce_timeline:before {
	content: '';
	width: 2px;
	background: rgb(152,152,152);
	position: absolute;
	top: 4px;
	left: 50%;
	height: 100%;
	margin-left: -1px;
}

.ce_timeline .timeline-item {
	width: 50%;
	position: relative;
	text-align: right;
	padding-right: 5%;
	clear: both;
	float: left;
	margin-bottom: 30px;
}

.ce_timeline .timeline-item:nth-of-type(2n) {
	float: right;
	text-align: left;
	padding-left: 5%;
	padding-right: 0;
}

.ce_timeline .timeline-item:nth-of-type(2n) i {
	right: auto;
	left: -6px;
}

.ce_timeline .timeline-item:nth-of-type(2n) i.timeline-icon {
	right: auto;
	left: -21px;
}

.ce_timeline .timeline-item i {
	background: rgb(152,152,152);
	width: 12px;
	height: 12px;
	border-radius: 100%;
	position: absolute;
	right: 0;
	top: 4px;
	margin-right: -6px;
}

.ce_timeline .timeline-item i.timeline-icon {
	font-size: 20px;
	width: 44px;
	height: 44px;
	margin-right: -22px;
	color: #fff;
	box-shadow: 0 0 0 4px rgb(110,110,110);
	border: 2px solid rgb(255,255,255);
	z-index: 10;
}

.ce_timeline .timeline-item i.timeline-icon:before {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -10px;
	margin-top: -10px;
}

.ce_timeline i.last-point {
	background: rgb(152,152,152);
	width: 12px;
	height: 12px;
	border-radius: 100%;
	position: absolute;
	right: 50%;
	bottom: 0;
	margin-right: -6px;
}

.ce_timeline .timeline-item .timeline-item-title {
	font-size: 1.3em;
	line-height: 1;
	font-weight: bold;
	background: rgb(152,152,152);
	color: rgb(255,255,255);
	display: inline-block;
	padding: 5px 10px;
	border-radius: 3px;
	margin-top: -3px;
	margin-bottom: 10px;
}

.ce_timeline .timeline-item .timeline-item-title:before {
	content: '';
	position: absolute;
	right: 0;
	top: 10px;
	height: 1px; 
	background: rgb(152,152,152);
	width: 10%;
}

.ce_timeline .timeline-item:nth-of-type(2n) .timeline-item-title:before {
	left: 0;
	right: auto;
}

.ce_timeline .timeline-item.timeline-w-icon .timeline-item-title {
	margin-top: 10px;
}

.ce_timeline .timeline-item.timeline-w-icon .timeline-item-title:before {
	top: 23px;
}

.ce_timeline .timeline-item img {
	border-radius: 5px;
}

/* =============================================================================
 * ce_piechart (scripts/easypiechart/)
 * ========================================================================== */

.ce_piechart {
	position: relative;
	text-align: center;
}

.ce_piechart span {
	font-size: 2em; 
	position: absolute; 
	top: 50%; 
	left: 0; 
	text-align: center; 
	display: block; 
	width: 100%; 
	margin-top: -1em; 
	line-height: 2em;
}

.ce_piechart .piechart {
	height: 180px;
	position: relative;
	margin-bottom: 15px;
}

.ce_piechart .headline {
	text-align: center;
	font-size: 17px;
	font-weight: bold;
	margin: 0;
}

/* =============================================================================
 * ce_team
 * ========================================================================== */

.ce_teambox.centered {
	text-align: center;
}

.ce_teambox .name {
	font-weight: bold;
	margin: 15px 0 5px 0;
}

.ce_teambox .function {
	padding: 5px 0;
	font-style: italic;
}

.ce_teambox.round_image .image_container img {
	border-radius: 100%;
}

.ce_teambox .image {
	text-align: center;
}

.ce_teambox .image a {
	position: relative;
	display: block;
	height: 100%;
}

.ce_teambox .image .overlay {
	height: 100%;
	width: 100%;
	display: block;
	-webkit-transition: opacity 0.5s ease; 
	transition: opacity 0.5s ease;
	background: rgb(152,152,152);
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
}

.ce_teambox.round_image .image .overlay {
	border-radius: 100%;
}

.ce_teambox .image_container {
	margin: 0;
}

.ce_teambox .image i {
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -20px;
	font-size: 40px;
	line-height: 40px;
	width: 100%;
	color: #fff;
}

.ce_teambox .image:hover .overlay {
	opacity: 1;
}

.ce_teambox .socials {
	margin-top: 15px;
	font-size: 18px;
	overflow: hidden;
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
}

.ce_teambox .socials a {
	border-left: 1px solid rgb(190,190,190);
	float: left;
	padding: 0 3px;
	text-align: center;
}

.ce_teambox .socials.color a {
	border: 0;
}

.ce_teambox .socials a i {
	width: 30px;
	color: rgb(190,190,190);
	line-height: 30px;
}

.ce_teambox .socials.color a i {
	border-radius: 100%;
	font-size: 15px;
}

.ce_teambox .socials a i:hover {
	color: rgba(190,190,190,0.7);
}

.ce_teambox .socials a:first-child {
	border: 0;
}

/* =============================================================================
 * ce_headeline with type effect (scripts/typed/)
 * ========================================================================== */

.typed-cursor{
    opacity: 1;
    -webkit-animation: blink 0.7s infinite;
    -moz-animation: blink 0.7s infinite;
    animation: blink 0.7s infinite;
    position: relative;
    top: -3px;
}

@keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}

@-webkit-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}

@-moz-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}

/* =============================================================================
 * ce_bgimage
 * ========================================================================== */

.ce_bgimage {
	overflow: hidden;
}

.ce_bgimage .ce_bgimage-inside {
	overflow: hidden;
}

.ce_bgimage .ce_bgimage-inside {
	position: relative;
	z-index: 10;
}

.ce_bgimage.offset:before {
	position: absolute;
	top: 75%;
	background: #fff;
	content: '';
	right: 0;
	bottom: 0;
	left:0;
}

.ce_bgimage.offset.offset-bg-accent:before {
	background-color: rgb(152,152,152);
}

.ce_bgimage.offset.offset-bg-lightgray:before {
	background-color: rgb(247,247,247);
}

.ce_bgimage.offset.offset-bg-darkgray:before {
	background-color: rgb(69,69,69);
}

.ce_bgimage.offset.offset-bg-black:before {
	background-color: rgb(0,0,0);
}

.ce_bgimage.offset.offset-top:before {
	position: absolute;
	top: 0;
	background: #fff;
	content: '';
	right: 0;
	top: 0;
	left:0;
	height: 25%;
}

.ce_bgimage .ce_bgimage-image {
	position: absolute;
	top: 0;
	left:0;
	right: 0;
	bottom: 0;
	background-size: contain;	
	background-position: left center;
	background-repeat: no-repeat;
}

.ce_bgimage.background-cover .ce_bgimage-image {
	background-size: cover;
}

/* =============================================================================
 * .ce_testimonial_version1
 * ========================================================================== */

.ce_testimonial_version1 {
	text-align: center;
}

.ce_testimonial_version1 p {
	text-align: center;
	font-style: normal;
}

.ce_testimonial_version1 .text p {
	font-family: Georgia, Times, serif;
	font-size: 21px;
}

.ce_testimonial_version1 .name {
	font-weight: bold;
}

.ce_testimonial_version1 .image_container {
	display: inline-block;
	width: 90px;
	height: 90px;
	border-radius: 100%;
	margin-bottom: 15px;
	border: 2px solid #fff;
}

.ce_testimonial_version1 .image_container img {
	border-radius: 100%;
}

/* =============================================================================
 * .ce_testimonial_version2
 * ========================================================================== */

.ce_testimonial_version2 {
	text-align: center;
}

.ce_testimonial_version2 p {
	text-align: center;
	font-style: normal;
}

.ce_testimonial_version2 .text p {
	font-size: 16px;
}

.ce_testimonial_version2 .name {
	font-weight: bold;
}

.ce_testimonial_version2 .image_container {
	display: inline-block;
	width: 90px;
	height: 90px;
	border-radius: 100%;
	margin-bottom: 15px;
	border: 2px solid #fff;
}

.ce_testimonial_version2 .image_container img {
	border-radius: 100%;
}

/* =============================================================================
 * .ce_testimonial_version3
 * ========================================================================== */

.ce_testimonial_version3 .text {
	background: rgb(247,247,247); 
	padding: 20px; 
	border-radius: 3px;
	position: relative;
	margin-bottom: 25px;
}

.ce_testimonial_version3 .text:after {
	content: '';
	background: rgb(247,247,247);
	width: 20px;
	height: 20px;
	position: absolute;
	left: 20px;
	bottom: -10px;
	-webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.ce_testimonial_version3 .name {
	padding-top: 7px;
}

.ce_testimonial_version3 .additional {
	font-size: 12px;
}

.ce_testimonial_version3 .image_container {
	display: inline-block;
	width: 60px;
	height: 60px;
	border-radius: 100%;
	margin-bottom: 15px;
	border: 2px solid #fff;
}
.ce_testimonial_version3 .ce_image {
	float: left;
	margin-right: 10px;
}

.ce_testimonial_version3 .image_container img {
	border-radius: 100%;
	border: 1px solid rgb(238,238,238);
	padding: 3px;
}

/* =============================================================================
 * ce_iconbox default
 * ========================================================================== */

.ce_iconbox {
	text-align: center;
	display: block;
	position: relative;
}

.ce_iconbox.default i {
	font-size: 45px;
}

.ce_iconbox .ce_iconbox_inside {
	position: relative;
}

.ce_iconbox .ce_iconbox_outside.padding {
	padding: 40px 30px;
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;	
}

.ce_iconbox .ce_iconbox_outside.padding:hover {
	opacity: 0.9;
}

.ce_iconbox .image_container {
	text-align: center;
	margin-bottom: 0;
}

.ce_iconbox .image_container img {
	width: 45px;
	display: inline-block;
}

.ce_iconbox .headline {
	font-size: 18px;
	letter-spacing: 1px;
	position: relative;
	padding-top: 20px;
	line-height: 1.4;
	margin-bottom: 10px;
}

.ce_iconbox .link:before {
	content: "\f101";
	font-family:FontAwesome;
	font-weight: normal;
	display: inline-block;
	margin-right: 5px;
}

.ce_iconbox.same-height {
	display: flex!important;
	height: 100%;
}

/* =============================================================================
 * ce_iconbox.version2
 * ========================================================================== */

.ce_iconbox.version2 .ce_iconbox_inside {
	padding-bottom: 25px;
	text-align: left;
	padding-left: 90px;
	position: relative;
}

.ce_iconbox.version2 .headline {
	padding-top: 0;
}

.ce_iconbox.version2 .image_container {
	z-index: 10;
	position: absolute;
	left: 0;
	top: 0;
	line-height: 1.4;
}

.ce_iconbox.version2 .image_container img {
	width: 60px;
}

.ce_iconbox.version2 i {
	z-index: 10;
	position: absolute;
	left: 0;
	top: 0;
	font-size: 26px;
	border-radius: 100%;
	text-align: center;
	width: 60px;
	height: 60px;
	line-height: 60px;
	color: rgb(255,255,255);
	background: rgb(229,229,229);
}

.ce_iconbox.version2 .image_container img {
	background: #fff;
}

.ce_iconbox.version2 .ce_iconbox_inside:after {
	position: absolute;
	left: 30px;
	top: 0;
	width: 1px;
	height: 100%;
	content:'';
	border-right: 1px dashed rgb(229,229,229);
	z-index: 1;
}

.ce_iconbox.version2:last-of-type .ce_iconbox_inside:after {
	display:none;
}

/* =============================================================================
 * ce_iconbox.version2.right
 * ========================================================================== */

.ce_iconbox.version2.right-align .ce_iconbox_inside {
	padding-left: 0;
	padding-right: 90px;
	text-align: right;
}

.ce_iconbox.version2.right-align i {
	left: auto;
	right: 0px;
}

.ce_iconbox.version2.right-align .image_container {
	left: auto;
	right: 0;
}

.ce_iconbox.version2.right-align .ce_iconbox_inside:after {
	left: auto;
	right: 30px;
}

.ce_iconbox.version2.right-align:last-of-type .ce_iconbox_inside:after {
	display:none;
}

/* =============================================================================
 * ce_iconbox.version3
 * ========================================================================== */

.ce_iconbox.version3 {
	text-align: left;
}

.ce_iconbox.version3 .headline {
	padding-top: 0;
}

.ce_iconbox.version3 .ce_image,
.ce_iconbox.version3 i {
	position: absolute;
	left: 0;
	top: 0;
	line-height: 1.4;
}

.ce_iconbox.version3 i {
	margin-bottom: 0;
	font-size: 33px;
	line-height: 33px;
	width: 40px!important;
}

.ce_iconbox.version3 .ce_image img {
	width: 30px;
	max-width: none;
}

.ce_iconbox.version3 .ce_iconbox_cwrapper {
	margin-left: 50px;
}

.ce_iconbox.version3.xsmall {
	margin-bottom: 5px;
}

.ce_iconbox.version3.xsmall .ce_image img {
	width: 24px;
}

.ce_iconbox.version3.xsmall .ce_iconbox_cwrapper {
	margin-left: 20px;
}

.ce_iconbox.version3.xsmall i {
	font-size: inherit;
	line-height: 18px;
}

.ce_iconbox.version3.xsmall p {
	margin-bottom: 0;
	line-height: 15px;
}

/* =============================================================================
 * ce_imagebox_v1
 * ========================================================================== */

.ce_imagebox_v1 .ce_imagebox_inside {
	position: relative;
	background: #000;
	overflow: hidden;
}

.ce_imagebox_v1 .image_container {
	margin-bottom: 0;
}

.ce_imagebox_v1 img {
	max-width: none;
	width: 100%;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	backface-visibility: hidden;
}

.ce_imagebox_v1:hover img {
	opacity: 0.6;
	transform: scale3d(1.1,1.1,1);
	-webkit-transform: scale3d(1.1,1.1,1);
}

.ce_imagebox_v1 .content {
	text-align: left;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	color: #fff;
	padding: 2em;
	color: #fff;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	opacity: 0;
}

.ce_imagebox_v1 h1,
.ce_imagebox_v1 h2,
.ce_imagebox_v1 h3,
.ce_imagebox_v1 h4,
.ce_imagebox_v1 h5,
.ce_imagebox_v1 h6 {
	position: relative;
	overflow: hidden;
	padding: 0.5em 0;
	color: #fff;
	margin-bottom: 0;
}

.ce_imagebox_v1 h1:after,
.ce_imagebox_v1 h2:after,
.ce_imagebox_v1 h3:after,
.ce_imagebox_v1 h4:after,
.ce_imagebox_v1 h5:after,
.ce_imagebox_v1 h6:after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background: #fff;
	content: '';
	transition: transform 0.35s;
	transform: translate3d(-100%,0,0);
	-webkit-transition: -webkit-transform 0.35s;
	-webkit-transform: translate3d(-100%,0,0);
}

.ce_imagebox_v1:hover h1:after,
.ce_imagebox_v1:hover h2:after,
.ce_imagebox_v1:hover h3:after,
.ce_imagebox_v1:hover h4:after,
.ce_imagebox_v1:hover h5:after,
.ce_imagebox_v1:hover h6:after {
	transform: translate3d(0,0,0);
	-webkit-transform: translate3d(0,0,0);
}

.ce_imagebox_v1 p {
	padding: 1em 0;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-ransition: opacity 0.35s, transform 0.35s;
	transform: translate3d(100%,0,0);
	-webkit-transform: translate3d(100%,0,0);
}
.ce_imagebox_v1:hover p {
	transform: translate3d(0,0,0);
	-webkit-transform: translate3d(0,0,0);
}

.ce_imagebox_v1:hover .content {
	opacity: 1;
}

.ce_imagebox_v1 .ce_url {
	display: none;
}

/* =============================================================================
 * ce_imagebox_v2
 * ========================================================================== */

.ce_imagebox_v2 .content {
	background: rgb(255,255,255);
	text-align: center;
}

.ce_imagebox_v2 .image_container {
	margin: 0;
}

.ce_imagebox_v2 div.headline {
	padding: 20px;
}

.ce_imagebox_v2 div.textarea {
	padding: 0 20px 20px 20px;
}

.ce_imagebox_v2 .content h1,
.ce_imagebox_v2 .content h2,
.ce_imagebox_v2 .content h3,
.ce_imagebox_v2 .content h4,
.ce_imagebox_v2 .content h5,
.ce_imagebox_v2 .content h6 {
	color: rgb(127,127,127)!important;
	margin: 0;
}

.ce_imagebox_v2 .content p {
	color: rgb(127,127,127)!important;
	margin: 0;
}

.ce_imagebox_v2 .ce_url a {
	display: block;
	padding: 20px 10px;
	line-height: 1.5;
	text-align: center;
	background: rgb(152,152,152);
	color: #fff;
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;	
}

.ce_imagebox_v2 .ce_url a:hover {
	background: rgb(51,51,51);
}

/* =============================================================================
 * ce_googlemap
 * ========================================================================== */
 
.google_map {
	height: 430px;
	clear: both;
	width: 100%;
}

/* =============================================================================
 * ce_portfoliofilter
 * ========================================================================== */
 
.ce_portfoliofilter {
	text-align: center;
	margin-bottom: 25px;
}

.ce_portfoliofilter.default a {
	display: inline-block;
	padding: 8px 15px;
	margin-bottom: 5px;
	border: 1px solid rgb(229,229,229);
	cursor: pointer;
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;	
}

.ce_portfoliofilter.default a.selected,
.ce_portfoliofilter.default a:hover {
	background: rgb(152,152,152);
	color: #fff;
}

.ce_portfoliofilter.only-icon i {
	font-size: 22px;
	line-height: 50px;
	width: 50px;
	height: 50px;
	text-align: center;
	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;
}

/* =============================================================================
 * smart phones  (s / small screens)
 * ========================================================================== */

@media only screen and (max-width: 767px) {
.ce_leadertext p {
	font-size: 17px;
}

.ce_testimonial_version1 p {
	font-size: 18px;
}

.ce_pricetable {
	margin-top: 10px;
	margin-bottom: 10px;
}

.ce_pricetable .currency {
	top: 0;
}

.ce_tabs .tabs li {
	display: block!important;
	float: none!important;
	width: 100%!important;
}

.ce_tabs .tabs.vertical, 
.ce_tabs .panes.vertical {
	float: none;
	width: 100%;
}

.ce_tabs .tabs.classic ul li {
	margin-bottom: 2px;
}

.ce_tabs .tabs.horizontal li a {
	border-left: 0;
}

.ce_tabs .panes.vertical {
	border: 0;
	padding: 0;
	margin-top: 15px;
}

.ce_tabs .panes.vertical_2 {
	padding: 0;
	width: 100%;
	margin-top: 15px;
	border: 0;
}

.ce_tabs .tabs.vertical_2 {
	width: 100%;
	float: none;
}

.ce_tabs .tabs.horizontal-clean ul li {
	margin-bottom: 10px;
	border-bottom: 1px solid rgb(200,200,200);
	padding-bottom: 5px;
}

.ce_tabs .tabs.horizontal-clean ul li.active:after {
	display: none;
}

.ce_bgimage.hide-image-phone .ce_bgimage-image {
	display: none;
}

.ce_contentbox .arrow {
	display: none;
}

.ce_timeline .timeline-item {
	width: 100%;
	float: none;
	text-align: left;
	padding-left: 60px;
	padding-right: 0;
	margin-bottom: 35px;
}

.ce_timeline .timeline-item:nth-of-type(2n) i {
	left: 19px;
}

.ce_timeline .timeline-item:nth-of-type(2n) i.timeline-icon {
	left: 0;
}

.ce_timeline .timeline-item:nth-of-type(2n) .timeline-item-title:before {
	left: 20px;
}

.ce_timeline .timeline-item i.timeline-icon {
	margin-right: 0;
	margin-left: 4px;
	left: 0;
}

.ce_timeline .timeline-item .timeline-item-title:before {
	right: auto; 
	left: 20px;
	width: 40px;
}

.ce_timeline .timeline-item i {
	right: auto;
	left: 19px;
}

.ce_timeline .timeline-item:nth-of-type(2n) {
	float: left;
	padding-left: 60px;
}

.ce_timeline:before {
	left: 25px;
}

.ce_timeline i.last-point {
	left: 19px;
	right: auto;
}

.ce_text_image_bar .text-left,
.ce_text_image_bar .text-right {
	width: 100%;
	padding: 30px 0 30px 0;
	margin: 0;
	height: auto!important;
}

.ce_text_image_bar .image-right,
.ce_text_image_bar .image-left {
	display: none;
}

.ce_headerimage {
	padding-top: 70px;
	padding-bottom: 70px;
}

.ce_pricetable .pricetable {
	margin-bottom: 15px;
}

.ce_leadertext.version1,
.ce_leadertext.version2,
.ce_headline_extended.version0,
.ce_headline_extended.version1 {
	margin-bottom: 30px;
}

.ce_imagebox {
	margin-bottom: 15px;
}

}