/*
calendar!!!
*/

.c_calendar_contener {
	margin-top: 25px;
}

.c_calendar_contener .R-logo{
	position:absolute;
	right:15px;
	top: 0px;
	z-index: 10;
/*	background-image: url(images/radnoti/R_logo_small.png);*/
}

.c_calendar {
	margin-left: -30px !important;
	margin-right: -30px !important;

}
.c_header {
	margin-top: 30px;
}
.colday7 .images {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0px;
  right: 0px;
  padding: 7px;
}
.colday7 .images IMG {
	-webkit-box-shadow: 0px 40px 50px -30px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 40px 50px -30px rgba(0,0,0,0.2);
	box-shadow: 0px 40px 50px -30px rgba(0,0,0,0.2);
}
.colday7 {
	padding: 8px;
	color: rgba(255,255,255,0.50);
	height: 162px;
    width: calc(100% /7);
    min-width: 171.417px;
	/*overflow:hidden;*/

	/*border: 2px dashed rgba(255,255,255,0.50);*/
	border-left: 2px dashed rgba(255,255,255,0.50);
	border-top: 2px dashed rgba(255,255,255,0.50);
	
    /*background:#E6332A;*/
    background: #E6332A;
    float:left;
	position:relative;
	text-transform:uppercase;
	font-size:10px;	
}

.rowday7.first_row  .colday7 {
	border-top: none;
}
.rowday7  .colday7.first_col {
	border-left: none;
}
.c_calendar .images {
}

.c_calendar .images img {
	-webkit-box-shadow: 0px 40px 50px -30px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 40px 50px -30px rgba(0,0,0,0.4);
	box-shadow: 0px 40px 50px -30px rgba(0,0,0,0.4);
	max-height: calc(162px - 8px);
	max-width: 100%;
}

.colday7.before_event {
	/*opacity: 0.5;*/
    background: #8a8486;
}

.calendar_ticket {
	position:absolute;
	background: url('/design/radnotiszinhaz/components/c_button_ticket.png');
	background-position:center center;
	background-size: 30px 30px;
	background-repeat:no-repeat;
	width: 30px;
	height: 30px;
	left:8px;
	top:52px;
}

/*
.calendar_google {
	position:absolute;
	background: url('/design/radnotiszinhaz/components/c_button_google.png');
	background-position:center center;
	background-size: 30px 30px;
	background-repeat:no-repeat;
	width: 30px;
	height: 30px;
	left:44px;
	top:26px;
}
*/
.addtocalendar {
	position:absolute;
	width: 30px;
	height: 30px;
	left:44px;
	top:52px;
}

.c_calendar h1 {
	margin: 0 auto;
	font-size: 56px;
	color: #E6332A;
	line-height: 64px;
}
.c_event_box {
	position:absolute;
	bottom: 8px;
	left: 8px;
	right:8px;
}
.c_event_author {
	color: #FFFFFF !important;
	font-size: 9px;
	line-height: 13px;
}

.c_event_name {
	color: #FFFFFF !important;
	font-size: 14px;
	font-weight: 600;
	line-height: 18px;
}

.c_event_time {
	color: #FFFFFF !important;
	font-size: 14px;
	font-weight: normal;
}

.c_event_name a {
	color: #FFFFFF !important;
	text-decoration:none;
}
.c_event_date {
	color: #FFFFFF !important;
	display:block;
}

@media (max-width: 767px) {
.c_calendar h1 {
	font-size: 36px;
	line-height: 64px;
}
}


/* Base */

.addtocalendar var{
    display: none;
}

.addtocalendar {
    /*position: relative;*/
    display: inline-block;
    background: transparent!important;
}

.atcb-link {
    display: block;
    outline: none!important;
    cursor: pointer;
}

.atcb-link:focus~ul,
.atcb-link:active~ul,
.atcb-list:hover{
    visibility:visible;
}

.atcb-list {
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 0;
    width: 170px;
    z-index: 900;
	padding: 7px !important;
}

.atcb-list,
.atcb-item
{
    list-style: none;
    margin: 0;
    padding: 0;
    background: #fff;
}

.atcb-item {
    float: none;
    text-align: left;
}

.atcb-item-link
{
    text-decoration: none;
    outline: none;
    display: block;
}

.atcb-item.hover,
.atcb-item:hover {
    position: relative;
    z-index: 900;
    cursor: pointer;
    text-decoration: none;
    outline: none;
}


/* Icon */

.atc-style-button-icon .atcb-link,
.atc-style-button-icon .atcb-link:hover,
.atc-style-button-icon .atcb-link:active,
.atc-style-button-icon .atcb-link:focus
{
    text-decoration: none;
    outline: none;
    padding: 2px 2px;
}

.colday7 ul.timelist {
	list-style: none;
	padding: 0;
	margin:0;
}

.colday7 ul.timelist li {
	display:inline-block;
	margin-right: 5px;
}

.colday7 ul.timelist li:not(.active) a {
	color: #ccc !important;
}

.colday7 ul.timelist li:not(.active) a.radnori_button_white_vsmall {
	border-image: url('/design/radnotiszinhaz/components/button_alaphatter_gray_small.png') 2 2 6 fill repeat !important;
}

