@import url('https://fonts.googleapis.com/css?family=Poppins');

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    color: #5E6068;
    transition: all 0.3s ease 0s;
    font-size: 1em;
    background: #fff;
    line-height: 1.7;
}

.menu-container.bottom{
    display:none;
}

.lazy {
    background-size: cover;
    background-position: center center;
}
.backgrounded-section .slider-container {
    position: relative;
}
.slider-container *:not(.slick-prev):not(.slick-next):not(.slide-box) {
    height: 100%;
    min-height: 200px;
}
.backgrounded-section .slide-box {
    height: 100%;
    position: absolute !important;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.backgrounded-section.overlaped .slide-box {
    position: relative !important;
}
.slide-box .slick-arrow {
    background-color: #f78300;
    bottom: 25px;
    left: 0;
    height: 50px !important;
    margin-top: -16px;
    outline: 0 none;
    position: absolute;
    top: unset;
    color: #fff;
    width: 50px;
    z-index: 2;
    border: 0 solid transparent;
}
.slide-box .slick-prev {
    left: 30px;
}
.slide-box .slick-next {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #6d6969 !important;
    background-origin: padding-box;
    background-position: -34px -22px;
    background-repeat: no-repeat;
    background-size: auto auto;
    left: 80px;
    right: unset;
}
.carousel-control:hover, .carousel-control:focus {
    color: #fff;
    opacity: 0.9;
    outline: 0 none;
    text-decoration: none;
}
.carousel-control.left {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
    background-repeat: repeat-x;
}

.carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
    display: inline-block;
    margin-top: -10px;
    position: absolute;
    top: 50%;
    z-index: 5;
}
.carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left {
    left: 50%;
    margin-left: -10px;
}
.carousel-control .icon-prev, .carousel-control .icon-next {
    font-family: Linearicons-Free !important;
    height: 20px;
    line-height: 1;
    width: 20px;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
    font-size: 30px;
    height: 30px;
    margin-top: -10px;
    width: 30px;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
    margin-left: -10px;
}
.carousel-control .icon-next::before {
    content: "\f054";
    font-family: FontAwesome !important;
}

.carousel-control .icon-prev::before {
    content: "\f053";
    font-family: FontAwesome !important;
}
.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    left: 50%;
    margin-left: -20px;
}
.carousel-control {
    background-color: rgba(0, 0, 0, 0);
    bottom: 0;
    color: #fff;
    font-size: 20px;
    left: 0;
    opacity: 0.5;
    position: absolute;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    top: 0;
    width: 15%;
}
.carousel-control.right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x;
    left: auto;
    right: 0;
}
.carousel-inner {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%;
}
/*.carousel, .item, .active {
  height: 100%;
}*/

.fill {
    background-position: center center;
    background-size: cover;
    height: 100%;
    width: 100%;
}
.carousel {
    position: relative;
}
.carousel .slick-arrow {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}
.carousel .video-holder {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: #000;/*(9 ÷ 16) × 100 = 56.25*/ 
}
.carousel .video-holder iframe {
    position: absolute;
    height: 100%;
    width: 100%;
}


.carousel {
    position: relative;
}
.carousel .slick-arrow {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}
.carousel .video-holder {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: #000;/*(9 ÷ 16) × 100 = 56.25*/ 
}
.carousel .video-holder iframe {
    position: absolute;
    height: 100%;
    width: 100%;
}

/* ==========================================================================
   EVENTS
   ========================================================================== */
.events-list {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    /* padding: 5% 0 5% 0; */
    text-align: center;
}
.events-pager {
    font-size: 0;
    text-align: center;
    /* border: 1px solid #ddd; */
    display: inline-block;
    margin: 0 auto 30px auto;
    /* border-radius: 100px; */
}
.events-pager * {
    font-size: 14px;
    color: inherit;
    text-decoration: none;
    display: inline-block;
    line-height: 24px;
}
.events-pager a {
    padding: 0 10px;
}
.events-pager .events_datepicker {
    border: 0;
    -webkit-appearance: none;
    appearance: none;
    text-align: center;
    text-transform: uppercase;
    border: 0;
    text-align: center;
}
div.event-card {
    display: inline-block;
    width: 20%;
    border: 1px solid #ddd;
    text-decoration: none;
    color: inherit;
    margin: 2% 1%;
    padding: 1em;
    overflow: hidden;
    position: relative;
    height: 460px;
    vertical-align: middle;
}

div.event-card > a{
    color:inherit;
    text-decoration:none;
}

div.event-card:after {
    /* content: ""; */
    /* position: absolute; */
    /* bottom: 0; */
    /* left: 0; */
    /* width: 100%; */
    /* height: 50px; */
    /* display: block; */
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+100 */
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0 ); /* IE6-9 */
}


.taglist li{
    margin-left:5px;
}

.taglist li a{
    text-decoration:none;
    color: inherit;
}

.taglist li a:hover{
    text-decoration:none;
    color: black;
}

.tags-title{
    float: left;
    font-size: 11px;   
}

.tags{
    height: 30px;
    overflow:visible;
    /* margin-top:10px; */
    position: absolute;
    bottom: 0px;
}

.event-card img {
    display: block;
    position: relative;
    left: -1px;
    width: 120%;
    max-width: none;
    height: auto;
    margin: -1em -1em 0 -1em;
}
.event-card h2 {
    font-size: 1.3em;
    margin: 20px 0 10px 0;
    line-height:1.2em;
}
.event-card p {
    font-size: 14px;
    line-height: 1.7;
    margin: 0;
}
.event-card .date {
    position: absolute;
    top: 1em;
    left: 0;
    display: block;
    background: #f78300;
    color: #fff;
    text-transform: uppercase;
    line-height: 1;
    padding: 5px 10px;
    font-size: 14px;
    font-weight: 600;
}
.no-events {
    border: 1px solid #ddd;
    padding: 5%;
    text-align: center;
}
.event-single {
    width: 1000px;
    max-width: 100%;
    margin: 0 auto 5% auto;
    clear: both;
    border: 1px solid #ddd;
    position: relative;
}

/* Horizontal layout START*/

.event-single-horizontal{
    flex-flow: row wrap;
    margin-top:50px;
    width:90%;
    display:flex;
    border:0;
}

.event-information-horizontal{
    flex: 1 2 30%;
    display:flex;
}

.event-single.event-single-horizontal .inner{
    min-height:unset;
}

.event-single .event-information-horizontal h2{
    font-size:2em;
    margin-top:0;
}

.event-single .event-information-horizontal h2,
.event-single .event-information-horizontal h3 {
    text-align:left;
}



.event-information-horizontal > .inner{
    flex:1 2 auto;


}

.information-column{
    flex: 1 0 10%;
    /* padding: 5% 0; */
}

.information-column > div{
    width:100%;
}

.information-column > div *{
    width:100%;
}

.main-image{
    width:30%;
    position:relative;
}

.date-tag{
    right:1px;
    position:absolute;
    color: white;
    z-index: 1;
    padding:10px;
    background:black;
    font-size:20px;
    margin-top:6%;
    border-radius:5px 0 0 5px;
}

.date-tag > span:first-child{
    border-bottom:1px solid white;
}

.date-tag *{
    display:block;
}

/* Horizontal layout END*/

.event-single .inner {
    min-height: 700px;
    padding: 5%;
}

.even-single .inner p{
    padding:10px;
}

.event-single h2 {
    margin-bottom: 10px;
    text-align: center;
}
.event-single h3 {
    margin: 0;
    text-align: center;
}
.event-single .date {
    background: #f78300;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    padding: 5px 20px;
    display: block;
    position: absolute;
    top: 70px;
    left: 0;
    white-space: nowrap;
}
.event-info {
    float: right;
    background: #f78300;
    border-radius: 5px;
    width: 30%;
    color: #fff;
    overflow: hidden;
    margin: 0 0 40px 20px;
    clear:right;
}
.event-info h3 {
    font-size: 18px;
    color: #fff;
    text-align: left;
    margin: 0 0 20px 0;
    border-bottom: 1px solid rgba(255,255,255,0.5);
    padding: 10px 20px;
}
.event-info p {
    font-size: 14px;
    margin: 0;
    padding: 0 20px;
    line-height: 1.4;
}
.event-info .MarkupGoogleMap {
    margin-top: 20px;
}

ul.taglist{
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.taglist li{
    float:left;
    font-size:12px;
}

.line-button-arrowed {
    border: 1px solid #D9D9D9;
    padding: 11px 18px;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-size: 0.75em;
    font-weight: 700;
    text-decoration: none;
    color: inherit;
    margin: 20px 0;
    display: inline-block;
    cursor: pointer;
}

.back-button {
    padding: 11px 18px;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-size: 0.75em;
    font-weight: 700;
    text-decoration: none;
    color: inherit;
    margin: 0px 0px 8px 0px;
    display: block;
    cursor: pointer;
    background: #f78300;
    color: white;
    border: 0px;
    position: relative;
    float:right;
    width:30%;
    border-radius:5px;
}

.back-button::before {
    content: "\f053";
    display: inline-block;
    font-family: FontAwesome;
    margin-right: 20px;
    top: 2px;
    position: relative;
    transition: all 0.3s ease 0s;
}

.back-button:hover:before {
    transform: translateX(-3px);
}

.line-button-arrowed:hover:after {
    transform: translateX(-5px);
}

.line-button-arrowed::after {
    content: "\f054";
    display: inline-block;
    font-family: FontAwesome;
    margin-left: 40px;
    top: 2px;
    position: relative;
    transition: all 0.3s ease 0s;
}

form{
    display:block;
}

.menu {
    display: block;
    width: 95%;
    padding: 0px;
    margin:auto;
}

ul.menu li.date-picker{
    float:right;
}

.menu a{
    text-decoration:none;
}
a:visited{
    text-decoration:none;
}

.line-button-arrowed {
    border: 1px solid #D9D9D9;
    padding: 11px 18px;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-size: 0.75em;
    font-weight: 700;
    text-decoration: none;
    color: inherit;
    margin: 20px 0;
    display: inline-block;
    cursor: pointer;
}

.line-button-arrowed::after {
    content: ">";
    display: inline-block;
    font-family: Linearicons-Free;
    margin-left: 40px;
    top: 2px;
    position: relative;
    transition: all 0.3s ease 0s;
}


.line-button {
    border: 1px solid #D9D9D9;
    padding: 11px 18px;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-size: 0.75em;
    font-weight: 700;
    text-decoration: none;
    color: inherit;
    margin: 20px 0;
    display: inline-block;
    cursor: pointer;
}




div.menu-container {
    display: block
    width: 100%;
    height: 35px;
    max-width: 1300px;
    margin: auto;
    width:100%;
}

.selectize-input, .menu header{
    height:34px;
}

ul.menu li, ul.menu li a.button{
    height:34px;
    list-style-type:none;
    color:black;
    float:left;
    text-decoration:none;
    font-size:13px;
    line-height:18px;
    
}

ul.menu li{
    float:left;
    margin-left:10px;
    /* width: 20%; */
}

ul.menu li .fa{
    margin-left:6px;
}

ul.menu li.button{
    vertical-align: middle;
    border-radius: 3px;
    border: 1px solid #ccc;
    padding: 8px;
}

ul.menu select {
    background: transparent;
    width: 150px;
    font-size: 16px;
    border: 1px solid #ccc;
    height: 34px;
}

.selectize-input::before {
    font-family:FontAwesome;
    clear: left;
    content: "\f002";
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
    color: darkgrey;
}

.selectize-control.plugin-remove_button [data-value] .remove{
    height:100%;
}

li.calendar-view-btn a, li.calendar-view-btn i{
    color:#666;
}

.menu .events-pager{
     display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
    /* align-items: center; */
    height: 100%;
    color:#666;
}

ul.menu .events-pager > a:first-child{
    border-radius:3px 0px 0px 3px;
    border: 1px solid #ccc;
}

ul.menu .events-pager a {
    width:15%;
    border-radius:0px 3px 3px 0px;
    border: 1px solid #ccc;
    display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
    align-items: center;
}

ul.menu .events-pager a input{
    width:60%;
}

ul.menu .events-pager a i{
    margin:auto;
}

.events-calendar{
    display:none;
}

.menu .events-pager .events_datepicker {
    border: 0;
    -webkit-appearance: none;
    appearance: none;
    text-align: center;
    text-transform: uppercase;
    border: 0;
    text-align: center;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin-bottom: 0px;
    padding-top: 0px;
    font-size: 13px;
}

input.events_datepicker{
    height:34px;
    padding: 0px;
}

/* .rm-list-events .rm-event-date{ */
/*     display:none; */
/* } */
.rm-list{
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
}

.rm-date{
    display:none !important;
    font-size:15px;
    float:left;
    text-align:left !important;
}

.rm-calendar{
    max-width: 1300px;
    margin: auto;
    margin-top: 2%;
}

.rm-calendar-list{
    padding-left:10px;
}

.rm-calendar-list li{
    white-space:normal;
    list-style-type: none;
    list-style-position:outside;
    display:list-item;
    float: unset;
    overflow:visible;
    padding: 10px 0px 0px 0px;
}

.rm-calendar-list li:before{
    /* content:">"; */
}

.rm-calendar-list a{
    /* display:block; */
    /* float:left; */
    margin-top:3px;
    font-size:15px !important;
}

.rm-calendar-list li a:before {
    content: "\f1db";
    font-family: FontAwesome;
    position: relative;
    display: block;
    height: 20px;
    float: left;
    font-size: 8px;
    padding-right: 4px;
    padding-top: 5px;
}



@media (max-width: 800px){

    .rm-day:hover .rm-calendar-list li {
	padding-top:5px;
    }
    
    .rm-day .rm-calendar-list{
	display:none;
    }

    .rm-calendar-list li a:before {
	content: "\f1db";
	font-family: FontAwesome;
	position: relative;
	display: block;
	height: 20px;
	float: left;
	font-size: 8px;
	padding-right: 4px;
	padding-top: 5px;
    }
    
    .rm-day:hover .rm-calendar-list {
	display:block;
	background: inherit;
	border: 1px solid #ddd;
	position: absolute;
	top: 100%;
	left: 50%;
	bottom: auto;
	width: 200px;
	padding: 10px;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
	overflow: visible;
	margin-left: -100px;
	background:white;
    }
    
    div.menu-container, .menu-container .menu{
	display:inline-block;
	
    }
    
    .menu .events-pager input.events_datepicker{
	font-size:10px;
	width:70%;

    }

    
    ul.menu li{
	float:left;
	margin-left:0px;
	width:100%;
	margin-top:10px;
    }

    ul.menu li.date-picker{
	float:right;
	width:100%;
	
    }


    ul.menu .events-pager{
	justify-content: center;
    }
    
    ul.menu .events-pager a {
	width:15%;
	
    }

    ul.menu .events-pager a input{
	width:60%;
    }
}




@media only screen and (max-width: 850px) {

    .event-single-horizontal > div{
	width:100%;
	flex: 0 1 auto;
    }
    
    .event-info, .back-button {
	float: none;
	width: 100%;
	margin: 10px 0;
    }
    
    div.event-card {
	width: 40%;
	height: 450px;
    }
}


@media only screen and (max-width: 650px) {

    .events-list {
	padding: 5%;
    }
    
    div.event-card {
	width: 100%;
	height: 600px;
    }
}


@media only screen and (max-width: 500px) {
    div.event-card {
	width: 100%;
	height: 520px;
    }
}


@media only screen and (max-width: 380px) {
    .menu-container.bottom{
	display:block;
    }
    .menu-container.top{
	display:none;
    }
    div.event-card {
	width: 100%;
	height: 480px;
    }
}
