/* 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-tooltip2 {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.3);
	z-index: 1;
	top: 0;
	left: 0;
}

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

.fct-tooltip2 .fct-main {
	position: fixed;
	top: 10%;
	left: 50%;
	transform: translate(-50%);
	-moz-transform: translate(-50%);
	-webkit-transform: translate(-50%);
	width: 600px;
	height: 500px;
}

.fct-tooltip2 .fct-close {
	position: absolute;
	top: -32px;
	left: 49%;
	font-size: 25px;
	z-index: 1;
}

.fct-tooltip2 .fct-close a {
	color:#505050;
}

/* tooltip header */
.fct-tooltip2 .fct-main .fct-header .fct-image {
	position: relative;
	width: 100%;
	height: 200px;
	overflow: hidden;
}

.fct-tooltip2 .fct-main .fct-header .fct-image img {
	width: 100%;
	height: auto;
	position: relative;
	top: 50%;
	transform: translateY(-50%) scale(1.5,1.5);
	-moz-transform: translateY(-50%) scale(1.5,1.5);
	-webkit-transform: translateY(-50%) scale(1.5,1.5);
	transition:.55s ease-in;
	-moz-transition:.55s ease-in;
	-webkit-transition:.55s ease-in;
}

.fct-tooltip2 .fct-header {
	position: relative;
}

.fct-tooltip2 .fct-header .fct-sharing {
	position: absolute;
	bottom: 0;
	right: 0;
	width:auto;
	background-color: rgba(0,0,0,.4);
	padding:4px;
	opacity: 0;
	transition: .55s ease-in;
	-webkit-transition: .55s ease-in;
	-moz-transition: .95s ease-in;
}

.fct-tooltip2 .fct-header:hover .fct-sharing {
	opacity:1;
}

.fct-tooltip2 .fct-header .fct-sharing a {
	color:#fff;
	font-size:25px;
}

/* tooltip body */
.fct-tooltip2 .fct-main .fct-header .fct-image:hover img {
	transform: translateY(-50%) scale(1,1);
	-moz-transform: translateY(-50%) scale(1,1);
	-webkit-transform: translateY(-50%) scale(1,1);
}

.fct-tooltip2 .fct-body {
	background-color: #E6E6E6;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	line-height: 1.2;
	position:relative;
}

.fct-tooltip2 .fct-body h3 {
	font-size: 18px;
	font-weight: 600;
	margin: 0 0 4px;
}

.fct-tooltip2 .fct-body .fct-body-left {
	width: 49%;
	display: inline-block;
	padding: 10px;
	vertical-align: top;
	color:#505050;
}

.fct-tooltip2 .fct-body-left > div {
	margin: 0 0 20px;
}

.fct-tooltip2 .fct-body-left > div:last-child {
	margin:0;
}

.fct-tooltip2 .fct-body-left > div.fct-custom {
	margin-bottom: 10px;
}

.fct-tooltip2 .fct-body .fct-body-right {
	width: 50%;
	max-height: 500px;
	display: inline-block;
	vertical-align: top;
	padding: 10px;
	background-color: rgba(52, 152, 219, 0.91);
	color: #fff;
	float: right;
	position: absolute;
	top: 13px;
	right: 13px;
	overflow-y: auto;
}

.fct-tooltip2 .fct-body-right > div {
	margin: 0 0 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid rgba(255,255,255,.2);
}

.fct-tooltip2 .fct-body-right > div:last-child {
	margin: 0;
	border-bottom:0;
	padding-bottom:0;
}

.fct-tooltip2 .fct-body .fct-add-calendar{
	position:relative;
}

.fct-tooltip2 .fct-add-calendar  a.rhc-icon-map {
	position: absolute;
	top: 5px;
	right: 0;
	font-size: 25px;
}

.fct-tooltip2 .fct-add-calendar a.rhc-icon-ical {
	position: absolute;
	top: 0;
	right: 10px;
	font-size: 25px;
}

.fct-tooltip2 .fct-body .fct-date {
	width: 90px;
	height: 90px;
	background-color: #3498db;
	position: absolute;
	top: -57px;
}

.fct-tooltip2 .fct-body .fct-start-month {
	font-size: 20px;
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	margin-top: 18px;
}

.fct-tooltip2 .fct-body .fct-start-day {
	color: #fff;
	font-size: 35px;
	text-align: center;
	margin: -6px auto 0;
}

.fct-tooltip2 .fct-body .fct-event-title {
	margin-top:35px;
	margin-bottom: 5px;
	position:relative;
}

.fct-tooltip2 .fct-body .fct-event-title a {
	font-size: 20px;
	font-weight:bold;
	text-decoration:none;
	color:#505050;
}

.fct-tooltip2 .fct-event-organizer-group .fct-organizer {
	margin: 0 0 5px;
}

.fct-tooltip2 .fct-event-organizer-group .fct-organizer:last-child {
	margin:0;
}

.fct-tooltip2 .fct-body p {
	margin: 0 0 1px;
}

.fct-tooltip2 .fct-body h4 {
	font-size: 14px;
	margin: 0 0 3px;
}

.fct-tooltip2 .fct-start-end-date .fct-day {
	width: 64%;
	display: inline-block;
}

.fct-tooltip2 .fct-start-end-date .fct-hour {
	width: 35%;
	display: inline-block;
	text-align: right;
}

.fct-tooltip2 .fct-venue-details {
	position:relative;
	margin: 0 0 20px;
}

.fct-tooltip2 .fct-venue-details:last-child {
	margin:0;
}

.fct-tooltip2 .fct-venue-details p {
	margin: 0 0 5px;
}

.fct-tooltip2 .fct-venue-details a.rhc-icon-map {
	position: absolute;
	top: 5px;
	right: 0;
	font-size: 25px;
}

.fct-tooltip2 .gmap {
	display: none;
}

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