@charset "utf-8";
/* CSS Document */

/**
 * Table of Contents:
 * 1.0 Margins & Transitions
 * 2.0 Preloader
 * 3.0 Buttons
 * 4.0 Heading
 * 5.0 Lists
 * 6.0 Social Links
 * 7.0 Contact Details
 *     * 7.1 Map
 * 8.0 Notification Styles
 * 9.0 Horizontal Timeline
 * -----------------------------------------------------------------------------
 */

/**
 * 1.0 Margins & Transitions
 * -----------------------------------------------------------------------------
 */

.clevity-topmargin-10, .clevity-topmargin-20, .clevity-topmargin-30, .clevity-topmargin-40, .clevity-topmargin-50, .clevity-topmargin-60, .clevity-topmargin-70, .clevity-topmargin-80, .clevity-topmargin-90, .clevity-topmargin-100, .clevity-topmargin-110, .clevity-topmargin-120 {
	clear: both;
	width: 100%;
	display: inline-block;
	float: left;
}
.clevity-topmargin-10 {
	margin-top: 10px;
}
.clevity-topmargin-20 {
	margin-top: 20px;
}
.clevity-topmargin-30 {
	margin-top: 30px;
}
.clevity-topmargin-40 {
	margin-top: 40px;
}
.clevity-topmargin-50 {
	margin-top: 50px;
}
.clevity-topmargin-60 {
	margin-top: 60px;
}
.clevity-topmargin-70 {
	margin-top: 70px;
}
.clevity-topmargin-80 {
	margin-top: 80px;
}
.clevity-topmargin-90 {
	margin-top: 90px;
}
.clevity-topmargin-100 {
	margin-top: 100px;
}
.clevity-topmargin-110 {
	margin-top: 110px;
}
.clevity-topmargin-120 {
	margin-top: 120px;
}

.clevity-column-divider {
	margin: 50px 0;
	padding: 0px;
	clear: both;
	float: left;
	display: block;
	width: 100%;
	background: #000000;
	height: 1px;
}

.cd-timeline-navigation a span, .clevity_twitter_widget ul.clevity-tweets-list li:before, .clevity-horizontal-timeline .events a:after {
	-moz-transition:  .3s ease-in-out;
	-webkit-transition:  .3s ease-in-out;
	-o-transition:  .3s ease-in-out;
	-ms-transition:  .3s ease-in-out;
	transition:  .3s ease-in-out;
}

/**
 * 3.0 Buttons
 * -----------------------------------------------------------------------------
 */

.clevity-button {
	outline:0;	
	line-height: normal;
	margin: 10px 0px;
	padding: 14px 40px 12px;
	font-size: 12px;
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	border-radius: 3px;
	color: #ffffff;
	display: inline-block;	
	-webkit-transition:all 100ms linear; 
	-moz-transition:all 100ms linear; 
	-o-transition:all 100ms linear; 
	-ms-transition:all 100ms linear; 
	transition:all 300ms linear;
}
.clevity-button:hover {
	color: #ffffff;
}
.clevity-button:before {
	border-radius: 3px;
}
.clevity-button.stroke-style {
	border: 1px solid #dddddd;
	background: none;
	color: #999999;
}
.clevity-button.stroke-style:hover {
	color: #ffffff;
}
.clevity-button.stroke-style.light {
	border-color: #ffffff;
	background: none;
	color: #ffffff;
}
.clevity-button.stroke-style.light:hover {
	color: #ffffff;
}


.clevity-button.stroke-style.light.hvr-effect:before {
	background: #ffffff;		
}
.clevity-button.stroke-style.light.hvr-effect:hover {
	color: #000000;
	border-color: #ffffff;
}

.clevity-button.hvr-effect:hover {
	background: none !important;
}

.clevity-large-button {
	background: #ffffff;
	border:1px solid #ebebeb;
	padding: 20px 25px;
	width: 100%;
	box-sizing: border-box;
	display: inline-block;
	color: #000000;
	text-transform: uppercase;
	font-size: 18px;
}
.clevity-large-button i {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	text-align: center;
	line-height: 60px;
	display: inline-block;
	font-size: 36px;
	color: #ffffff;
	margin-right: 20px;
}
.clevity-large-button span {
	display: inline-block;
	position: relative;
	top: 3px;
}
.clevity-large-button span strong {
	font-size: 20px;
}
.clevity-large-button:hover {
	color: #ffffff;
}
.clevity-large-button:hover i {
	background: #ffffff;
}
.clevity-medium-button {
	background: #ffffff;
	border:1px solid #ebebeb;
	padding: 20px 25px;
	width: 100%;
	box-sizing: border-box;
	display: inline-block;
	color: #000000;
	text-transform: uppercase;
	font-size: 14px;
	padding: 12px 25px 17px;
	letter-spacing: 0.3px;
	font-family: 'Raleway', sans-serif;
}
.clevity-medium-button i {
	font-size: 24px;
	margin-right: 10px;
	display: inline-block;
	position: relative;
	top: 5px;
}
.clevity-medium-button:hover {
	color: #ffffff;
}
.clevity-medium-button:hover i {
	color: #ffffff;
}


/**
 * 4.0 Heading
 * -----------------------------------------------------------------------------
 */
.clevity-heading {
	clear: both;
	width: 100%;
	float: left;
}

.clevity-heading h1, .clevity-heading h2, .clevity-heading h3, .clevity-heading h4, .clevity-heading h5, .clevity-heading h6 {
	position: relative;
	display: inline-block;
	padding: 0px 40px;
	margin-bottom: 40px;
}
.clevity-heading h1:before, .clevity-heading h1:after,.clevity-heading h2:before, .clevity-heading h2:after, .clevity-heading h3:before, .clevity-heading h3:after, .clevity-heading h4:before, .clevity-heading h4:after, .clevity-heading h5:before, .clevity-heading h5:after, .clevity-heading h6:before, .clevity-heading h6:after {
	content: "";
	position: absolute;
	left: 0;
	height: 1px;
	width: 30px;
	background: #000000;
	top: 0;
	bottom: 0;
	margin: auto;
}
.clevity-heading h1:after, .clevity-heading h2:after, .clevity-heading h3:after, .clevity-heading h4:after, .clevity-heading h5:after, .clevity-heading h6:after {
	right: 0;
	left: auto;
}


/**
 * 5.0 Lists
 * -----------------------------------------------------------------------------
 */

.clevity-list {
	width: 100%;
	clear: both;
	margin: 0;
	padding:0;
}

.clevity-list.push {
	margin-left: 20px;
}

.clevity-list li {
	padding: 0 0 10px 20px;
	display: block;
	position: relative;
	font-size: 14px;
}

.clevity-list li:before {
	position: absolute;
	left: 0;
	top: 0;
	font-family: FontAwesome;
}

.clevity-list.small li:before {
	font-size: 14px;
}

.clevity-list.medium li:before {
	font-size: 18px;
}
.clevity-list.medium li {
	padding-left: 30px;
	font-size: 15px;
}
.clevity-list.large li {
	padding-left: 35px;
	font-size: 17px;
}
.clevity-list.large li:before {
	font-size: 20px;
	top: 1px;}

.clevity-list.check-circle li:before {
	content: "\f05d";
}
.clevity-list.arrow-circle li:before {
	content: "\f18e";
}
.clevity-list.book li:before {
	content: "\f02d";
}
.clevity-list.briefcase li:before {
	content: "\f0b1";
}
.clevity-list.camera li:before {
	content: "\f030";
}
.clevity-list.caret-square li:before {
	content: "\f152";
}
.clevity-list.arrow-right li:before {
	content: "\f054";
}
.clevity-list.clock li:before {
	content: "\f017";
}
.clevity-list.close li:before {
	content: "\f00d";
}
.clevity-list.comments li:before {
	content: "\f0e6";
}
.clevity-list.folder li:before {
	content: "\f07c";
}
.clevity-list.hand li:before {
	content: "\f0a4";
}
.clevity-list.location-arrow li:before {
	content: "\f124";
}
.clevity-list.pencil li:before {
	content: "\f040";
}
.clevity-list.plus-square li:before {
	content: "\f0fe";
}
.clevity-list.question-circle li:before {
	content: "\f059";
}
.clevity-list.star li:before {
	content: "\f005";
}
.clevity-list.user li:before {
	content: "\f007";
}
.clevity-list.send li:before {
	content: "\f1d8";
}
.clevity-list.check li:before {
	content: "\f00c";
}


/**
 * 6.0 Social Links
 * -----------------------------------------------------------------------------
 */

.clevity-social-links li a[href$="/feed/"]:hover {
	background-color: #F58026;
	border-color: #F58026;
}

.clevity-social-links li a[href*="codepen.io"]:hover {
	background-color: #000000;
	border-color: #000000;	
}

.clevity-social-links li a[href*="digg.com"]:hover {
	border-color: #1B5791;	
	background-color: #1B5791;
}

.clevity-social-links li a[href*="dribbble.com"]:hover {
	background-color: #E04C86;
	border-color: #E04C86;
}

.clevity-social-links li a[href*="dropbox.com"]:hover {
	background-color: #007EE5;
	border-color: #007EE5;
}

.clevity-social-links li a[href*="facebook.com"]:hover {
	border-color: #4d6bab;	
	background-color: #4d6bab;
}

.clevity-social-links li a[href*="flickr.com"]:hover {
	border-color: #007EE5;	
	background-color: #007EE5;
}

.clevity-social-links li a[href*="foursquare.com"]:hover {
	border-color: #F94877;	
	background-color: #F94877;
}

.clevity-social-links li a[href*="plus.google.com"]:hover {
	border-color: #d34836;	
	background-color: #d34836;
}

.clevity-social-links li a[href*="github.com"]:hover {
	border-color: #4382C5;	
	background-color: #4382C5;
}

.clevity-social-links li a[href*="instagram.com"]:hover {
	border-color: #5280A5;	
	background-color: #5280A5;
}

.clevity-social-links li a[href*="linkedin.com"]:hover {
	border-color: #248cc9;	
	background-color: #248cc9;
}

.clevity-social-links li a[href*="pinterest.com"]:hover {
	border-color: #CB2027;	
	background-color: #CB2027;
}

.clevity-social-links li a[href*="reddit.com"]:hover {
	border-color: #FF4006;	
	background-color: #FF4006;
}

.clevity-social-links li a[href*="stumbleupon.com"]:hover {
	border-color: #5AD350;	
	background-color: #5AD350;
}

.clevity-social-links li a[href*="tumblr.com"]:hover {
	border-color: #385875;	
	background-color: #385875;
}

.clevity-social-links li a[href*="twitter.com"]:hover {
	border-color: #4ec6f8;	
	background-color: #4ec6f8;
}

.clevity-social-links li a[href*="vimeo.com"]:hover {
	border-color: #1FB9EB;	
	background-color: #1FB9EB;
}

.clevity-social-links li a[href*="wordpress.com"]:hover,
.clevity-social-links li a[href*="wordpress.org"]:hover {
	border-color: #1C8ABD;	
	background-color: #1C8ABD;
}

.clevity-social-links li a[href*="youtube.com"]:hover {
	border-color: #CF3427;	
	background-color: #CF3427;
}

.clevity-social-links li a[href*="mailto:"]:hover {
	border-color: #da4a38;	
	background-color: #da4a38;
	
}

.clevity-social-links li a[href*="spotify.com"]:hover {
	border-color: #7DC211;	
	background-color: #7DC211;
}

.clevity-social-links li a[href*="twitch.tv"]:hover {
	border-color: #603C9A;	
	background-color: #603C9A;
}

.clevity-social-links li a[href*="delicious.com"]:hover {
	border-color: #084DCC;	
	background-color: #084DCC;
}

/* 14.1 Social Links */

.clevity-social-links {
	margin: 0;
}
.clevity-social-links li {
	float: left;
	display: inline;
}
.clevity-social-links li a {
	border: 1px solid #000000;
	width: 30px;
	height: 30px;
	border-radius: 30px;
	display: inline-block;
	margin-left: 20px;
	text-align: center;
	line-height: 30px;
	color: #000000;
	position: relative;
}
.clevity-social-links li a:hover {
	color: #ffffff;
}


.clevity-social-links li a:after {
	top: -2px;
	left: -2px;
	padding: 2px;
	z-index: -1;
	background: #000000;
	-webkit-transition: -webkit-transform 0.2s, opacity 0.3s;
	-moz-transition: -moz-transform 0.2s, opacity 0.3s;
	transition: transform 0.2s, opacity 0.3s;
}
.clevity-social-links li a:after {
	-webkit-transform: scale(1.3);
	-moz-transform: scale(1.3);
	-ms-transform: scale(1.3);
	transform: scale(1.3);
	opacity: 0;
}

.clevity-social-links li a:hover:after {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

/**
 * 7.0 Contact Details
 * -----------------------------------------------------------------------------
 */
.clevity-contact {
	float: left;
	clear: both;
	width: 100%;
	position: relative;
}
.clevity-contact address, .clevity-contact abbr {
	padding-left: 30px;
	font-style: normal;
	clear: both;
	width: 100%;
	float: left;
	margin: 10px 0 0;	
}
.clevity-contact address:before, .clevity-contact abbr:before {
	content: "\f041";
	position: absolute;
	left: 0;
	font-family: FontAwesome;
	font-size: 16px;
}
.clevity-contact abbr[title="Phone Number"]:before {
	content: "\f095";
}
.clevity-contact abbr[title="Mail Address"]:before {
	content: "\f0e0";
}
.clevity-contact abbr[title="Working Time"]:before {
	content: "\f017";
}
.clevity-contact abbr[title="Fax Number"]:before {
	content: "\f017";
}
.clevity-contact abbr a {
	color: #666666;
}

.clevity-contact-form {
	width: 100%;
	margin: -15px auto 0;
	position: relative;
}
.clevity-contact-form.fw, .clevity-col-8 .clevity-contact-form {
	width: 100%;
}
.clevity-contact-form input[type="submit"] {
	margin-bottom: 0px;
	float: left;
	font-size: 14px;
}

.clevity-form-control.error {
	border-color: #e42c3e;
}
.clevity-form-process {
	background: #ffffff url(../images/preloader.gif) center center no-repeat;
	display: block;
	height: 105%;
	width: 100%;
}
.clevity-form-process {
	background-color: rgba(255, 255, 255, 0.7);
	display: none;
	position: absolute;
	z-index: 3;
}
.clevity-contact-form-result {
	display: inline-block;
	width: 100%;
	margin: 0;
}

.clevity-contact-with-large-icon {
	position: relative;
	padding: 0 0 0 100px;
	float: left;
	clear: both;
	width: 100%;
}

.clevity-contact-with-large-icon .clevity-contact-icon-holder {
	text-align: center;
	color: #000000;
	font-size: 30px;
	line-height: 70px;
	width: 70px;
	height: 70px;
	border-radius: 70px;
	text-transform: uppercase;
	margin: 0 6px 10px 0;
	padding: 3px 9px 2px;
	display: inline-block;
	letter-spacing: 0.6px;
	position: absolute;
	left: 0;
}
.clevity-contact-with-large-icon:hover .clevity-contact-icon-holder i {
	color: #ffffff;
}
.clevity-contact-with-large-icon .clevity-contact-icon-holder:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	border: 1px solid #000000;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	border-radius: 70px;
}
.clevity-contact-with-large-icon:hover .clevity-contact-icon-holder:before {
	opacity: 0;
	-webkit-transform: scale(1.2,1.2);
	transform: scale(1.2,1.2);
}
.clevity-contact-with-large-icon .clevity-contact-icon-holder:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	opacity: 0;
	background-color: #000000;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-transform: scale(0.5,0.5);
	transform: scale(0.5,0.5);
	border-radius: 70px;
}
.clevity-contact-with-large-icon:hover .clevity-contact-icon-holder:after {
	opacity: 1 ;
	-webkit-transform: scale(1,1);
	transform: scale(1,1);
}



.clevity-contact-with-large-icon .clevity-contact-text-holder h6 {
	text-transform: uppercase;
	font-size: 16px;
	position: relative;
	margin-bottom: 15px;
	letter-spacing: 0.5px;
}
.clevity-contact-text-holder {
	display: inline-block;
}
.clevity-contact-with-large-icon .clevity-contact-text-holder p, .clevity-contact-with-large-icon .clevity-contact-text-holder a {
	color: #777777;
	font-size: 14px;
	margin: 0;
	width: 100%;
	clear: both;
	display: inline-block;
}
.clevity-contact-with-large-icon span {
	font-size: 11px;
	color: #999999;
	letter-spacing: 2px;
	text-transform: uppercase;
}

/**
 * 7.1 Map
 * -----------------------------------------------------------------------------
 */
.clevity-map {
	width: 100%;
	height: 500px;
}
.clevity-map img {
	max-width: none;
}
.clevity-map-holder {
	clear: both;
	width: 100%;
}
.gmap_marker {
	margin: 10px 0 0;
}
.gmap_marker h5 {
	margin-bottom: 20px;
}

.clevity-google-map-toggle {
	text-align: center;
}
.clevity-google-map-toggle h4 {
	font-weight: 600;
	width: 100%;
	margin: 0 0 5px;
	display: inline-block;
}
.clevity-google-map-toggle h4 a {
	display: inline-block;
	width: 100%;
}
.light-text .clevity-google-map-toggle h4 a {
	color: #ffffff;
}
.light-text .clevity-google-map-toggle h4 a:hover {
	color: rgba(0, 0, 0, 0.3);
}
.clevity-google-map-toggle h4 span {
	margin-right: 10px;
	font-size: 30px;
	position: relative;
	top: 5px;
}

/**
 * 8.0 Notification Styles
 * -----------------------------------------------------------------------------
 */
.clevity-contact-form-result {
	margin-bottom: 20px;
}
.clevity-success-msg, .clevity-info-msg, .clevity-warning-msg, .clevity-error-msg {
	display: inline-block;
	padding: 15px 30px 15px 45px;
	box-sizing: border-box;
	color: #ffffff;
	position: relative;
	width: 100%;
	clear: both;
}

.clevity-success-msg {
	background: #2ed164;
}
.clevity-info-msg {
	background: #2d8fd0;
}
.clevity-warning-msg {
	background: #efb44c;
}
.clevity-error-msg {
	background: #ef7270;
}

.clevity-success-msg:before, .clevity-info-msg:before, .clevity-warning-msg:before, .clevity-error-msg:before {
	position: absolute;
	left: 20px;
	top: 16px;
	font-size: 14px;
	font-family: FontAwesome;	
	color: #ffffff;
}
.clevity-success-msg:before {
	content: "\f00c";	
}
.clevity-info-msg:before {
	content: "\f129";	
	left: 23px;
}
.clevity-warning-msg:before {
	content: "\f071";	
}
.clevity-error-msg:before {
	content: "\f00d";	
}

/**
 * 9.0 Horizontal Timeline
 * -----------------------------------------------------------------------------
 */

.clevity-horizontal-timeline {
	opacity: 0;
	margin: 0 auto;
	clear: both;
	-webkit-transition: opacity 0.2s;
	-moz-transition: opacity 0.2s;
	transition: opacity 0.2s;
}
.clevity-horizontal-timeline::before {
	/* never visible - this is used in jQuery to check the current MQ */
	content: 'mobile';
	display: none;
}
.clevity-horizontal-timeline.loaded {
	/* show the timeline after events position has been set (using JavaScript) */
	opacity: 1;
}
.clevity-horizontal-timeline .timeline {
	position: relative;
	height: 100px;
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
}
.clevity-horizontal-timeline .events-wrapper {
	position: relative;
	height: 100%;
	margin: 0 40px;
	overflow: hidden;
}
.clevity-horizontal-timeline .events-wrapper::after, .clevity-horizontal-timeline .events-wrapper::before {
	/* these are used to create a shadow effect at the sides of the timeline */
	content: '';
	position: absolute;
	z-index: 2;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 2px;
	width: 150px;
}
.clevity-horizontal-timeline .events-wrapper::before {
	left: 0;
	background-image: -webkit-linear-gradient( left , #ffffff, rgba(255, 255, 255, 0));
	background-image: linear-gradient(to right, #ffffff, rgba(255, 255, 255, 0));
}
.clevity-horizontal-timeline .events-wrapper::after {
	right: 0;
	background-image: -webkit-linear-gradient( right , #ffffff, rgba(255, 255, 255, 0));
	background-image: linear-gradient(to left, #ffffff, rgba(255, 255, 255, 0));
}
.clevity-horizontal-timeline .events {
	/* this is the grey line/timeline */
	position: absolute;
	z-index: 1;
	left: 0;
	top: 49px;
	height: 1px;
	/* width will be set using JavaScript */
	background: #dfdfdf;
	-webkit-transition: -webkit-transform 0.4s;
	-moz-transition: -moz-transform 0.4s;
	transition: transform 0.4s;
}
.clevity-horizontal-timeline .filling-line {
	/* this is used to create the green line filling the timeline */
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	-webkit-transform: scaleX(0);
	-moz-transform: scaleX(0);
	-ms-transform: scaleX(0);
	-o-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-ms-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center;
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	transition: transform 0.3s;
}
.clevity-horizontal-timeline .events ol li {
	display: inline;
}
.clevity-horizontal-timeline .events a {
	position: absolute;
	bottom: 0;
	z-index: 2;
	text-align: center;
	font-size: 18px;
	padding-bottom: 25px;
	color: rgba(0, 0, 0, 0.4);
	/* fix bug on Safari - text flickering while timeline translates */
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
}
.clevity-horizontal-timeline .events a::after {
	/* this is used to create the event spot */
	content: '';
	position: absolute;
	left: 50%;
	right: auto;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: -7px;
	height: 16px;
	width: 16px;
	border-radius: 50%;
	border: 1px solid #dfdfdf;
	background-color: #ffffff;
	-webkit-transition: background-color 0.3s, border-color 0.3s;
	-moz-transition: background-color 0.3s, border-color 0.3s;
	transition: background-color 0.3s, border-color 0.3s;
}

.clevity-horizontal-timeline .events a.selected {
	pointer-events: none;
}
.clevity-horizontal-timeline .events a.selected:after {
	width: 20px;
	height: 20px;
	bottom: -9px;
}

@media only screen and (min-width: 1100px) {
	.clevity-horizontal-timeline::before {
		/* never visible - this is used in jQuery to check the current MQ */
		content: 'desktop';
	}
}

.cd-timeline-navigation li {
	display: block;
}
.cd-timeline-navigation a {
	/* these are the left/right arrows to navigate the timeline */
	position: absolute;
	z-index: 1;
	top: 50%;
	bottom: auto;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	height: 34px;
	width: 34px;
	border-radius: 50%;
	border: 1px solid rgba(0, 0, 0, 0.2);  
	text-align: center;  
	/* replace text with an icon */
	overflow: hidden;
	color: transparent;
	white-space: nowrap;
	-webkit-transition: border-color 0.3s;
	-moz-transition: border-color 0.3s;
	transition: border-color 0.3s;
}
.cd-timeline-navigation a span {
	color: rgba(0, 0, 0, 0.3);
	font-size: 14px;
	line-height: 34px;
}
.cd-timeline-navigation a:hover span {
	color: #000000;
}
.cd-timeline-navigation a.prev {
	left: 0;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.cd-timeline-navigation a.next {
	right: 0;
}

.cd-timeline-navigation a.inactive {
	cursor: not-allowed;
}
.no-touch .cd-timeline-navigation a.inactive:hover {
	border-color: #dfdfdf;
}

.clevity-horizontal-timeline .events-content {
	position: relative;
	width: 100%;
	margin: 20px 0 0;
	padding: 0;
	overflow: hidden;
	-webkit-transition: height 0.4s;
	-moz-transition: height 0.4s;
	transition: height 0.4s;
}
.clevity-horizontal-timeline .events-content ol {
	margin: 0;
	padding: 0;
}
.clevity-horizontal-timeline .events-content li {
	position: absolute;
	z-index: 1;
	width: 100%;
	left: 0;
	top: 0;
	display: block;
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	transform: translateX(-100%);
	padding: 0;
	opacity: 0;
	-webkit-animation-duration: 0.4s;
	-moz-animation-duration: 0.4s;
	animation-duration: 0.4s;
	-webkit-animation-timing-function: ease-in-out;
	-moz-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
}
.clevity-horizontal-timeline .events-content li.selected {
	/* visible event content */
	position: relative;
	z-index: 2;
	opacity: 1;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
}
.clevity-horizontal-timeline .events-content li.enter-right, .clevity-horizontal-timeline .events-content li.leave-right {
	-webkit-animation-name: cd-enter-right;
	-moz-animation-name: cd-enter-right;
	animation-name: cd-enter-right;
}
.clevity-horizontal-timeline .events-content li.enter-left, .clevity-horizontal-timeline .events-content li.leave-left {
	-webkit-animation-name: cd-enter-left;
	-moz-animation-name: cd-enter-left;
	animation-name: cd-enter-left;
}
.clevity-horizontal-timeline .events-content li.leave-right, .clevity-horizontal-timeline .events-content li.leave-left {
	-webkit-animation-direction: reverse;
	-moz-animation-direction: reverse;
	animation-direction: reverse;
}

@-webkit-keyframes cd-enter-right {
	0% {
		opacity: 0;
		-webkit-transform: translateX(100%);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0%);
	}
	}
	@-moz-keyframes cd-enter-right {
	0% {
		opacity: 0;
		-moz-transform: translateX(100%);
	}
	100% {
		opacity: 1;
		-moz-transform: translateX(0%);
	}
}
@keyframes cd-enter-right {
	0% {
		opacity: 0;
		-webkit-transform: translateX(100%);
		-moz-transform: translateX(100%);
		-ms-transform: translateX(100%);
		-o-transform: translateX(100%);
		transform: translateX(100%);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0%);
		-moz-transform: translateX(0%);
		-ms-transform: translateX(0%);
		-o-transform: translateX(0%);
		transform: translateX(0%);
	}
}
@-webkit-keyframes cd-enter-left {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-100%);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0%);
	}
}
@-moz-keyframes cd-enter-left {
	0% {
		opacity: 0;
		-moz-transform: translateX(-100%);
	}
	100% {
		opacity: 1;
		-moz-transform: translateX(0%);
	}
}
@keyframes cd-enter-left {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-100%);
		-moz-transform: translateX(-100%);
		-ms-transform: translateX(-100%);
		-o-transform: translateX(-100%);
		transform: translateX(-100%);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0%);
		-moz-transform: translateX(0%);
		-ms-transform: translateX(0%);
		-o-transform: translateX(0%);
		transform: translateX(0%);
	}
}

.clevity-horizontal-timeline .events a.selected, .clevity-horizontal-timeline .events a:hover, .no-touch .cd-timeline-navigation a:hover span {
	color: #000000; 
}
.clevity-horizontal-timeline .filling-line, .clevity-horizontal-timeline .events a.selected:after, .no-touch .clevity-horizontal-timeline .events a:hover:after {
	background-color: #000000; 
}
.clevity-horizontal-timeline .events a.selected:after, .clevity-horizontal-timeline .events a.older-event:after, .no-touch .clevity-horizontal-timeline .events a:hover:after, .no-touch .cd-timeline-navigation a:hover {
	border-color: rgba(0, 0, 0, 0.4);
}
.cd-timeline-navigation a:hover {
	border-color: #000000;
}
.cd-timeline-navigation a.inactive, .cd-timeline-navigation a.inactive span {
	border-color: rgba(0, 0, 0, 0.1);
	color: rgba(0, 0, 0, 0.1);
}

.light-text .clevity-horizontal-timeline .events a {
	color: rgba(255, 255, 255, 0.5);
}
.light-text .clevity-horizontal-timeline .events {
	background: rgba(255, 255, 255, 0.3);
}
.light-text .clevity-horizontal-timeline .events a:after {
	background-color: #000000;
	border-color: rgba(255, 255, 255, 0.5);
}
.light-text .clevity-horizontal-timeline .events-wrapper::before {
	left: 0;
	background-image: -webkit-linear-gradient( left , #000000, rgba(0, 0, 0, 0));
	background-image: linear-gradient(to right, #000000, rgba(0, 0, 0, 0));
}
.light-text .clevity-horizontal-timeline .events-wrapper:after {
	right: 0;
	background-image: -webkit-linear-gradient( right , #000000, rgba(0, 0, 0, 0));
	background-image: linear-gradient(to left, #000000, rgba(0, 0, 0, 0));
}

.light-text .cd-timeline-navigation a {
	border-color: rgba(255, 255, 255, 0.7);
}
.light-text .cd-timeline-navigation a.inactive {
	border-color: rgba(255, 255, 255, 0.2);
}

.light-text .cd-timeline-navigation a span {
	color: rgba(255, 255, 255, 0.7);
}
.no-touch .light-text .cd-timeline-navigation a.inactive:hover {
	border-color: rgba(255, 255, 255, 0.2);
}
.no-touch .light-text .cd-timeline-navigation a.inactive span, .no-touch .light-text .cd-timeline-navigation a.inactive:hover span, .light-text .cd-timeline-navigation a.inactive span, .light-text .cd-timeline-navigation a.inactive:hover span {
	color: rgba(255, 255, 255, 0.3);
}
.light-text .cd-timeline-navigation a.inactive, .light-text .cd-timeline-navigation a.inactive:hover {
	border-color: rgba(255, 255, 255, 0.2);
}

.light-text .clevity-horizontal-timeline .events a.selected, .light-text .clevity-horizontal-timeline .events a:hover, .light-text .no-touch .cd-timeline-navigation a:hover span {
	color: #ffffff; 
}
.light-text .clevity-horizontal-timeline .filling-line, .light-text .clevity-horizontal-timeline .events a.selected:after, .light-text .no-touch .clevity-horizontal-timeline .events a:hover:after {
	background-color: #ffffff; 
}

.light-text .cd-timeline-navigation a:hover {
	border-color: #ffffff;
}

.light-text .clevity-horizontal-timeline .events a.selected:after, .light-text .no-touch .clevity-horizontal-timeline .events a:hover:after, .no-touch .cd-timeline-navigation a:hover {
	border-color: rgba(255, 255, 255, 0.4);
}
.light-text .clevity-horizontal-timeline .events a.older-event:after {
	border-color: #ffffff;
}


.light-text .events-content .clevity-blog-item .entry-item-details-wrap {
	background: #ffffff;
}
.light-text .events-content .clevity-blog-item .entry-content p {
	color: #666666;
}

/**
 * 10.0 Category Image Caption
 * -----------------------------------------------------------------------------
 */

figure.clevity-cat-img-caption {
	position: relative;
	float: left;
	margin: 0;
	width: 100%;
	overflow: hidden;
	text-align: center;
}

figure.clevity-cat-img-caption * {
	-webkit-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}

figure.clevity-cat-img-caption:before {
	content: "";
	position: absolute;	
	left: 10px;
	top: 10px;
	border: 1px solid rgba(255, 255, 255, 0.5);
	background: rgba(0, 0, 0, 0.6);
	height:-webkit-calc(100% - 20px); height:-moz-calc(100% - 20px); height:calc(100% - 20px);
	width:-webkit-calc(100% - 20px); width:-moz-calc(100% - 20px); width:calc(100% - 20px);
	z-index: 1;
	-webkit-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;  
}
figure.clevity-cat-img-caption:hover:before {
	background: rgba(0, 0, 0, 0.4);
	border: 1px solid rgba(255, 255, 255, 0.1);
}

figure.clevity-cat-img-caption img {
	max-width: 100%;
	position: relative;
	top: 0;
	left: 0;
}
figure.clevity-cat-img-caption:hover img {
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}

figure.clevity-cat-img-caption figcaption {
	position: absolute;
	top: 50%;
	left: 30px;
	right: 30px;
	-webkit-transform: rotate(0deg) translateY(-50%);
	transform: rotate(0deg) translateY(-50%);
	-webkit-transform-origin: center 0;
	transform-origin: center 0;
	z-index: 9;
}

figure.clevity-cat-img-caption figcaption h2 {
	top: 50%;
	text-transform: uppercase;
	padding: 10px 0;
	margin: 0;
	font-weight: 600;
	font-size: 14px;
	letter-spacing: 2px;
}
figure.clevity-cat-img-caption figcaption h2 a {
	color: #ffffff;
}

figure.clevity-cat-img-caption figcaption:before,
figure.clevity-cat-img-caption figcaption:after {
	background-color: rgba(255, 255, 255, 0.5);
	width: 70%;
	height: 1px;
	position: absolute;
	content: "";
	display: block;
	-webkit-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;  
}

figure.clevity-cat-img-caption figcaption:before {
	left: 0;
	top: 0;
}

figure.clevity-cat-img-caption figcaption:after {
	bottom: 0;
	right: 0;
}

figure.clevity-cat-img-caption:hover figcaption {
	-webkit-transform: rotate(-35deg) translateY(-50%);
	transform: rotate(-35deg) translateY(-50%);
}

figure.clevity-cat-img-caption:hover figcaption:before,
figure.clevity-cat-img-caption:hover figcaption:after {
	width: 120%;
}