@import url(https://fonts.googleapis.com/css?family=Monoton);
/* Common Icons */
[class*="rhc-icon-"]:before {
    font-family: 'Calendarize-it';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.rhc-icon-time:before {
    content: "\e322";
}

.rhc-icon-location:before {
    content: "\e39f";
}

a.rhc-icon-map:before {
	content: "\e398";
}

a.rhc-icon-ical:before {
	content: "\e606";
}

a.rhc-icon-facebook:before {
	content: "\e605";
}

a.rhc-icon-twitter:before {
	content: "\e608";
}

a.rhc-icon-linkedin:before {
	content: "\e607";
}

a.rhc-icon-googleplus:before {
	content: "\e604";
}

a.rhc-icon-close:before {
	content: "\e60b";
}
/* end common icons */

.fct-tooltip3 {

}

.fct-tooltip3 * {
	box-sizing:border-box;
}

.fct-tooltip3 .fct-main {
	width: 560px;
	height: auto;
	position: relative;
	top: 1%;
	left: 50%;
	transform: translateX(-50%);
}

.fct-tooltip3 .fct-close {
	text-align: right;
}

.fct-tooltip3 .fct-container {
	position: relative;
	background-color: #3498db;
	font-family:'Lato', sans-serif;
	background-image:url(../images/asfalt-light.png);
	
}

.fct-tooltip3 .fct-header {
	border-bottom: 14px double rgba(255,255,255,.3);
	padding-bottom: 4px;
}

.fct-tooltip3 .fct-image {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 0;
	margin: 0;
}

.fct-tooltip3 .fct-image img {
	width: 100%;
	height: auto;
	padding: 0;
	margin: 0;
}

.fct-tooltip3 .fct-title-info {
	background-color: rgba(255,255,255,.3);
	margin-top: -4px;
}

.fct-tooltip3 .fct-header .fct-title-info {
	text-align: center;
	padding: 20px 0;
	position: relative;
}

.fct-tooltip3 .fct-title-info .fct-organizer {
	font-size: 16px;
	text-transform: uppercase;
}

.fct-tooltip3 .fct-title-info .fct-organizer a {
	color:#000;
}

.fct-tooltip3 .fct-title-info .fct-organizer span.fct-presents {
	font-size: 13px;
}

.fct-tooltip3 .fct-event-title {
	font-size: 36px;
	line-height: 1.1;
	font-family: 'Monoton';
	padding: 0 40px;
	margin: 10px 0 0;
	letter-spacing: 1px;
}

/* tooltip body */
.fct-tooltip3 .fct-header .fct-add-calendar {
	position: absolute;
	top: 10px;
	right: 10px;
}

.fct-tooltip3 .fct-header .fct-add-calendar a.rhc-icon-ical {
	font-size: 25px;
	color: rgba(0,0,0,.5);
}

.fct-tooltip3 .fct-close {
	text-align: right;
}

.fct-tooltip3 .fct-body {
	position: relative;
}

.fct-tooltip3 .fct-body .fct-venue-group {
	margin-top: 10px;
	padding: 0;
}

.fct-tooltip3 .fct-body .fct-venue-group .fct-venue-details {
	background-color: rgba(0,0,0,.4);
	text-align: center;
	color: #fff;
	position: relative;
	padding: 10px 10px 0;
}

.fct-tooltip3 .fct-body .fct-venue-group .fct-venue-details:only-child {
	padding: 10px;
}

.fct-tooltip3 .fct-body .fct-venue-group .fct-venue-details:last-child {
	padding: 10px;
}

.fct-tooltip3 .fct-body .fct-venue-group .fct-venue-details a.fct-venue-name {
	font-weight: 100;
	letter-spacing: 1px;
	font-size: 18px;
}

.fct-tooltip3 .fct-body .fct-venue-group .fct-venue-details a.rhc-icon-map {
	font-size: 20px;
	margin-left: 10px;
	color: rgba(255,255,255,.6);
	position: absolute;
	right: 10px;
}

.fct-tooltip3 .fct-body .fct-venue-group  .gmap.rhc-gmap-open {
	margin: 0;
	padding: 0;
}

.fct-tooltip3 .gmap iframe {
	display: none;
}

.fct-tooltip3 .gmap.rhc-gmap-open iframe {
	display: block;
}

.fct-tooltip3 .fct-body .fct-start-end-date {
	background-color: rgba(255,255,255,.3);
	padding: 20px;
	text-align: center;
	margin: 10px 0;
}

.fct-tooltip3 .fct-body .fct-start-end-date .fct-day {
	width: auto;
	display: inline-block;
	margin-right: 40px;
}

.fct-tooltip3 .fct-body .fct-start-end-date .fct-hour {
	width: auto;
	display: inline-block;
}

.fct-tooltip3 .fct-body .fct-start-end-date > div {
	margin-bottom: 2px;
}

.fct-tooltip3 .fct-event-details {
	background-color: rgba(0,0,0,.4);
	color: #fff;
	font-size: 13px;
	padding: 20px;
	letter-spacing: 1px;
	margin: 10px 0;
}

.fct-tooltip3 .fct-event-details p {
	color: #fff;
	font-size: 13px;
	margin:0 0 4px;
}

.fct-tooltip3 .fct-event-details p:last-child,
.fct-tooltip3 .fct-event-details p:only-child {
	margin:0;
}

.fct-tooltip3 .fct-calendar {
	margin: 5px 0;
}

.fct-tooltip3 .fct-calendar-group {
	background-color: rgba(255,255,255,.3);
	padding: 10px;
	text-align: center;
}

.fct-tooltip3 .fct-calendar p {
	margin:0;
}

.fct-tooltip3 .fct-calendar a {
	letter-spacing: .5px;
	font-size: 20px;
}

/* footer */
.fct-tooltip3 .fct-footer {
	margin: 10px 0;
}

.fct-tooltip3 .fct-footer .fct-sharing {
	text-align: center;
	padding: 10px 0;
}

.fct-tooltip3 .fct-footer .fct-sharing a {
	cursor: pointer;
	font-size: 25px;
	color: #fff;
	margin: 0 1px;
}