[ewcalendar] {
color:#131313;
height:;
line-height:1.5
}
[ewcalendar] * {
	box-sizing:border-box;
	moz-box-sizing:border-box
}
[ewcalendar].small {
	font-size:0.8em;
	font-weight:100
}
[ewcalendar] .c-month-view {
	-webkit-transition:all 0.5s;
	-moz-transition:all 0.5s;
	transition:all 0.5s;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	-o-user-select:none;
	user-select:none;
	height:12.5%;
	position:relative;
	font-size:1.6em;
	margin-bottom:1px;
	text-align:center
}
[ewcalendar] .c-month-view [class^=c-month-arrow] {
width:15%;
height:100%;
color:#323c48!important;
font-size:20px;
cursor:pointer
}
[ewcalendar] .c-month-view [class^=c-month-arrow]:hover {
background:rgba(255, 255, 255, 0.25)
}
[ewcalendar] .c-month-view .c-month-arrow-left {
	left:0
}
[ewcalendar] .c-month-view .c-month-arrow-right {
	right:0
}
[ewcalendar] .c-holder {
	height:87.5%;
	position:relative
}
[ewcalendar] .c-grid {
	/*position:absolute;*/
	height:100%;
	width:100%;
	top:0;
	left:0
}
[ewcalendar] .c-grid .c-row {
	width:100%;
	border-bottom:1px solid #e4e4e4;
	margin-bottom:0.2%;
	margin-bottom:-moz-calc(0px + 1px);
	margin-bottom:-o-calc(0px + 1px);
	margin-bottom:-webkit-calc(0px + 1px);
	margin-bottom:calc(0px + 1px);
	height:13.08571%;
	height:-moz-calc(100%/7 - 7px/6);
	height:-o-calc(100%/7 - 7px/6);
	height:-webkit-calc(100%/7 - 7px/6);
	height:calc(100%/7 - 7px/6)
}
[ewcalendar] .c-grid .c-row:last-child {
	margin-bottom:0
}
[ewcalendar] .c-grid .c-row .c-day {
	margin-right:0.2%;
	margin-right:-moz-calc(0px + 7px/6);
	margin-right:-o-calc(0px + 7px/6);
	margin-right:-webkit-calc(0px + 7px/6);
	margin-right:calc(0px + 7px/6);
	width:14.11429%;
	width:-moz-calc(100%/7 - 1px);
	width:-o-calc(100%/7 - 1px);
	width:-webkit-calc(100%/7 - 1px);
	width:calc(100%/7 - 1px);
	height:100%;
	display:inline-block;
	position:relative;
        cursor: pointer;
}
[ewcalendar] .c-grid .c-row .c-day.c-l .date-holder {
	font-size:1em
}
[ewcalendar] .c-grid .c-row .c-day:last-child {
	margin-right:0
}
[ewcalendar] .c-grid .c-row .c-day.have-events {
	cursor:pointer;
}
[ewcalendar] .c-grid .c-row .c-day.have-events .date-holder {
	cursor:pointer;
	border-bottom:2px solid transparent;
}
[ewcalendar] .c-grid .c-row .c-day.have-events:hover {
	background-color:#eef1f4;
}
[ewcalendar] .c-grid .c-row .c-day.other-month {
	color:#bababa;
}
[ewcalendar] .c-grid .c-row .c-day.other-month.have-events:hover {
	color:;
}
[ewcalendar] .c-grid .c-row .c-day.this-day {
	background:#eef1f4;
	border-bottom:2px solid #167da0;
}

[ewcalendar] .c-grid .c-row .c-day.selected-day .date-holder {
	background:#eef1f4;
	border-bottom:2px solid #53ba83;
}

[ewcalendar] .c-grid .c-row .c-day .date-holder {
	font-size:13px;
	padding:20px 0;
/*position:absolute;right:5%;bottom:5%;*/
}
/*[ewcalendar] .c-grid .c-row .c-day .event-n-holder {
	height:90%;
	height:-moz-calc(100% - 10px);
	height:-o-calc(100% - 10px);
	height:-webkit-calc(100% - 10px);
	height:calc(100% - 10px);
	left:5%;
	left:-moz-calc(0px + 5px);
	left:-o-calc(0px + 5px);
	left:-webkit-calc(0px + 5px);
	left:calc(0px + 5px);
	top:5%;
	top:-moz-calc(0px + 5px);
	top:-o-calc(0px + 5px);
	top:-webkit-calc(0px + 5px);
	top:calc(0px + 5px);
	position:absolute;
	width:0.25em;
	background:url(../images/event-icon.png) no-repeat 0 0;
	width:20px;
	height:20px;

}
[ewcalendar] .c-grid .c-row .c-day .event-n-holder .event-n {
	margin:1px 0
}*/
[ewcalendar] .c-specific {
	/*position:absolute;*/
	width:100%;
	height:100%;
	left:0;
	top:0;
	display:block;
	padding:1px;
	padding-top:0px
}
[ewcalendar] .c-specific .specific-day {
	vertical-align:top;
	width:100%;
	display:block;
	line-height:1;
	padding:1em 0;
	cursor:pointer;
	text-align:left;
	background:#37424b;
	color:#fff; padding:25px; position:relative; min-height: 125px;
}
[ewcalendar] .c-specific .specific-day::after {font-family:FontAwesome; font-size:18px; color:#fff; content:"\f073"; position:absolute; right:20px; top:20px;}
.add-event{font-size:70px; color:#38e0cf;position: absolute;right: 15px;bottom: -15px;}
.add-event i.fa{text-shadow: rgba(0,0,0,.2) 3px 3px 10px;}
[ewcalendar] .c-specific .specific-day:hover {
	background:#232323
}
[ewcalendar] .c-specific .specific-day [i=date] {
	font-size:48px; font-family:'Oswald', sans-serif; font-weight:500;
}
[ewcalendar] .c-specific .specific-day [i=day] {
	font-size:18px; font-weight:400; padding-top:10px;
}
[ewcalendar] .c-specific .s-scheme {
	display:inline-block; padding-top:15px;
	height:100%;
	margin-left:1px;
	width:100%;
	width:-moz-calc(100% - 1px);
	width:-o-calc(100% - 1px);
	width:-webkit-calc(100% - 1px);
	width:calc(100% - 1px);
	overflow-y:auto;
	text-align:left;
	vertical-align:top; max-height:350px;
}
[ewcalendar] .c-specific .s-scheme::-webkit-scrollbar {
width:10px
}
[ewcalendar] .c-specific .s-scheme::-webkit-scrollbar-track {
background:transparent
}
[ewcalendar] .c-specific .s-scheme::-webkit-scrollbar-thumb {
background:#232323
}
[ewcalendar] .c-specific .s-scheme .s-event {
	width:100%;
	padding:15px 10px; border-bottom:1px solid #e4e4e4;
	margin:1px 0; background:none!important;
}
[ewcalendar] .c-specific .s-scheme .s-event p{display:none;}
[ewcalendar] .c-specific .s-scheme .s-event:first-child {
	margin-top:0
}
[ewcalendar] .c-specific .s-scheme .s-event:last-child {
	margin-bottom:0
}
[ewcalendar] .c-specific .s-scheme .s-event h5 {
	margin:0;
	font-size:13px;
	line-height:1.3;
	font-weight:600;
	color:#131313 ; text-align:left;
}
[ewcalendar] .c-specific .s-scheme .s-event p {
	margin:0;
	color:rgba(255, 255, 255, 0.56);
	line-height:1.3
}
[ewcalendar] .c-specific .s-scheme .s-event a {
	font-weight:normal
}
[ewcalendar] .c-specific .s-scheme .s-event p[data-role=loc] {
	line-height:1
}
[ewcalendar]:hover .c-month-view {
	background:#232323 !important
}
[ewcalendar]:hover .c-month-view [class^=c-month-arrow] {
color:white
}
[ewcalendar].spec-day .c-grid {
	/*display:none*/
}
[ewcalendar].spec-day .c-specific {
	display:block
}
[ewcalendar].spec-day [class^=c-month-arrow] {
/*display:none*/
}
[ewcalendar][data-showdays=false] .c-holder .c-grid .c-row {
	height:15.66667%;
	height:-moz-calc(100%/6 - 7px/6);
	height:-o-calc(100%/6 - 7px/6);
	height:-webkit-calc(100%/6 - 7px/6);
	height:calc(100%/6 - 7px/6)
}
[color=red] {
background-color:#E83C2C
}
[color=red] .c-month-view, [color=red] .c-day, [color=red] .specific-day, [color=red] .s-event {
	background-color:none
}
[color=blue] {
background-color:#2497DB
}
[color=blue] .c-month-view, [color=blue] .c-day, [color=blue] .specific-day, [color=blue] .s-event {
	background-color:#3081B9
}
[color=green] {
background-color:#2ECC70
}
[color=green] .c-month-view, [color=green] .c-day, [color=green] .specific-day, [color=green] .s-event {
	background-color:#28AE61
}
[color=yellow] {
background-color:#F2C30F
}
[color=yellow] .c-month-view, [color=yellow] .c-day, [color=yellow] .specific-day, [color=yellow] .s-event {
	background-color:#F39C12
}
.kalendar, .c-month-view, .c-day, .s-event, [ewcalendar] .c-grid .c-row .c-day {
	background:none;
	text-transform:uppercase;
	font-size:13px!important;
	font-weight:600;
	text-align:center;
}
.c-month-view b {
	font-family:'Oswald', sans-serif;
	font-size:30px;
	text-transform:uppercase;
	font-weight:500;
	display: inline-block;
	padding: 0 20px 0;
	vertical-align: sub;
}
[color="green"] .c-month-view, [ewcalendar]:hover .c-month-view {
	background:none!important;
}
[ewcalendar] .c-grid .c-row .c-day.c-l .date-holder {
	padding-bottom:2px;
	padding-top:34px;
        cursor:pointer;
}
.c-holder .col-md-6{float:left; width:50%;}
.drop-menu{display:none; position:absolute; top:70px; right:0px; width:220px; background:#fff; box-shadow:rgba(0,0,0,.1) 0px 0px 10px; border-radius:5px; overflow:hidden;}
.drop-menu ul{padding:0 20px;}
.drop-menu h3{background:#38e0cf; color:#fff; font-size:13px; font-weight:600; text-align:center; padding:10px 5px;}
.drop-menu li{font-size:12px; line-height:18px; font-weight:500;border-bottom:1px solid #ddd; padding:10px 10px;}
.drop-menu li:last-child{border-bottom:0;}
.drop-menu li a{ color:#555; display:block;}
.drop-menu li a:hover{font-weight:600; color:#111;}
.drop-menu li i.fa{color:#cdcdcd; font-size:15px; text-shadow:none; margin-right:5px; float:left; margin-bottom:10px;}
.drop-menu li a:hover i.fa{color:#38e0cf;}
@media only screen and (max-width: 700px) {
.c-holder .col-md-6{float:none; width:100%; margin-bottom:20px; padding: 0px;}
[ewcalendar]{height:auto;}
}