h1,h2,h3,h4,h5,h6{
font-family: 'Montserrat', sans-serif;

}
#content img{
	height:auto !important;
	max-width: 100%;
}
.swiper-container {
      width: 100%;
      height: auto;
}
.swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
}
.swiper-slide .container{
	position:absolute;
	width:90%;
	left:0;
	right:0;
	margin:auto;
	z-index:2;
}
.dark-drop,.light-drop,.screen-drop{
	position:relative;
}
.swiper-slide.dark-drop:before,.dark-drop:before{
	width:100%;
	height:100%;
	content:" ";
	background:rgba(0,0,0,0.1);
	position:absolute;
	left:0;
	top:0;
	z-index:1;
}
.swiper-slide.light-drop:before,.light-drop:before{
	width:100%;
	height:100%;
	content:" ";
	background:rgba(255,255,255,0.3);
	position:absolute;
	left:0;
	top:0;
	z-index:1;
}
.swiper-slide.screen-drop:before,screen-drop:before{
	width: 100%;
    height: 100%;
    content: " ";
    background: rgba(33, 130, 148, 0.67);
    position: absolute;
    left: 0;
    top: 0;
    mix-blend-mode: screen;
    z-index:1;
}


.justify-content-center.page-menu li{
	position:relative;
}
.justify-content-center.page-menu.page-menu-line li::after{
	content:"|";
	position:absolute;
	right:0;
	top:5px;
}
.justify-content-center.page-menu.page-menu-line li:last-child::after{
	content:"";
}
.justify-content-center.page-menu.page-menu-dots li::after{
	content:"•";
	position:absolute;
	right:0;
	top:5px;
}
.justify-content-center.page-menu.page-menu-dots li:last-child::after{
	content:"";
}


.card-fancy {
    border-radius: 12px;
    box-shadow: 0 6px 10px -4px rgba(0, 0, 0, 0.15);
    background-color: #FFFFFF;
    color: #333333;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
    border: 0 none;
    -webkit-transition: transform 300ms cubic-bezier(0.34, 2, 0.6, 1), box-shadow 200ms ease;
    -moz-transition: transform 300ms cubic-bezier(0.34, 2, 0.6, 1), box-shadow 200ms ease;
    -o-transition: transform 300ms cubic-bezier(0.34, 2, 0.6, 1), box-shadow 200ms ease;
    -ms-transition: transform 300ms cubic-bezier(0.34, 2, 0.6, 1), box-shadow 200ms ease;
    transition: transform 300ms cubic-bezier(0.34, 2, 0.6, 1), box-shadow 200ms ease;
}
.card-fancy:hover {
    box-shadow: 0px 12px 19px -7px rgba(0, 0, 0, 0.3);
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
}


.page-header {
    min-height: 100vh;
    max-height: 999px;
    padding: 0;
    color: #fff;
    position: relative;
    overflow: hidden
}

.page-header>.content {
    margin-top: 12%;
    text-align: center;
    margin-bottom: 50px
}

.page-header.page-header-small {
    min-height: 60vh;
    max-height: 440px
}

.page-header:before {
    background-color: rgba(0,0,0,.3)
}

.page-header>.container {
    z-index: 2;
    padding-top: 12vh;
    padding-bottom: 40px
}

.page-header .page-header-image {
    position: absolute;
    background-size: cover;
    background-position: 50%;
    width: 100%;
    height: 100%;
    z-index: -1
}

.page-header .content-center {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    transform: translate(-50%,-50%);
    text-align: center;
    color: #fff;
    padding: 0 15px;
    width: 100%;
    max-width: 880px
}

.page-header footer {
    position: absolute;
    bottom: 0;
    width: 100%
}

.page-header .container {
    height: 100%;
    z-index: 1;
    text-align: center;
    position: relative
}

.page-header .category,.page-header .description {
    color: hsla(0,0%,100%,.8)
}

.page-header:after,.page-header:before {
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    display: block;
    left: 0;
    top: 0;
    content: ""
}






/*Jquery UI CAlendar */
.cal-loader{
	width:100%;
	height:100vh;
	max-height:300px;
	position:relative;
	background-color:rgba(255,255,255,0.5);;
	margin:10px;
}
.cal-loader::after{
	margin:0 auto;
	text-align:center;
	content:"Loading...";
	position:absolute;
	left:0;
	right:0;
	font-weight:900;
	font-size:24px;
}
.event-list-title{
	font-size:18px;
	font-weight:bold;
	margin-bottom:15px;
	line-height: 19px;
}
.event-list-title span{
	color:#777777;
	font-style:italic;
	font-size:14px;
}
.border-bottom{
padding-bottom: 10px;
    border-bottom: 1px solid #ececec;
    margin-bottom: 10px;
}
.dw-cal-skin {
	font-size: 90%;
}

.dw-cal-skin .ui-widget {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
	background: #2e3641;
	border: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}

.dw-cal-skin .ui-datepicker {
	padding: 0;
	margin:0 auto;
}

.dw-cal-skin .ui-datepicker-header {
	border: none;
	background: transparent;
	font-weight: normal;
	font-size: 15px;
}

.dw-cal-skin .ui-datepicker-header .ui-state-hover {
	background: transparent;
	border-color: transparent;
	cursor: pointer;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}

.dw-cal-skin .ui-datepicker .ui-datepicker-title {
	margin-top: .4em;
	margin-bottom: .3em;
	color: #e9f0f4;
}

.dw-cal-skin .ui-datepicker .ui-datepicker-prev-hover,
.dw-cal-skin .ui-datepicker .ui-datepicker-next-hover,
.dw-cal-skin .ui-datepicker .ui-datepicker-next,
.dw-cal-skin .ui-datepicker .ui-datepicker-prev {
	top: .9em;
	border:none;
}

.dw-cal-skin .ui-datepicker .ui-datepicker-prev-hover {
	left: 2px;
}

.dw-cal-skin .ui-datepicker .ui-datepicker-next-hover {
	right: 2px;
}
.dw-cal-skin .ui-datepicker .ui-datepicker-month,.dw-cal-skin .ui-datepicker .ui-datepicker-year{
	color: #fff;
    background: transparent;
    border: 0px;
}
.dw-cal-skin .ui-datepicker .ui-datepicker-next span,
.dw-cal-skin .ui-datepicker .ui-datepicker-prev span {
	background-image: url('<?=$site_address;?>assets/images/ui-icons_ffffff_256x240.png');
	background-position: -32px 0;
	margin-top: 0;
	top: 0;
	font-weight: normal;
}

.dw-cal-skin .ui-datepicker .ui-datepicker-prev span {
	background-position: -96px 0;
}

.dw-cal-skin .ui-datepicker table {
	margin: 0;
}

.dw-cal-skin .ui-datepicker th {
	padding: 1em 0;
	color: #ccc;
	font-size: 13px;
	font-weight: normal;
	border: none;
	border-top: 1px solid #3a414d;
}

.dw-cal-skin .ui-datepicker td {
	background: #0e6e9a;
	border: none;
	padding: 0;
}
.dw-cal-skin .ui-datepicker td.bg-event{
	background:#ed6e57;
}
.dw-cal-skin td .ui-state-default {
	background: transparent;
	border: none;
	text-align: center;
	padding: .5em;
	margin: 0;
	font-weight: normal;
	color: #efefef;
	font-size: 16px;
}

.dw-cal-skin .ui-state-disabled  {
	opacity: 1;
}

.dw-cal-skin .ui-state-disabled .ui-state-default {
	color: #fba49e;
}

.dw-cal-skin td .ui-state-active,
.dw-cal-skin td .ui-state-hover {
	background: #2e3641;
}
#loc-toggle{
	position: absolute;
    left: 0;
    background: #fff;
    z-index: 99999999;
    padding:15px;
    font-size:1.2rem;
}

.marker{
	background-image:url('https://cdn.rawgit.com/pointhi/leaflet-color-markers/master/img/marker-icon-red.png');
	width:25px;
	height:41px;
	border-radius:10px;
} 
.error{
color:red;
text-transform:uppercase;
}
/*post list*/
.post-single{
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:1px solid #ececec;
}

.breadcrumb-item a{
	vertical-align:middle;
}
/* social sharing */
.share-buttons{
	padding:0px;
	list-style-type:none;
}
.share-buttons li{
list-style-type:none;
display:inline-block;
}
.share-buttons li a{
	font-size:24px;
	color:#444;
}







@media print {
  a[href]:after {
    content: "";
  }
}
.ada-bar a{
	font-size:16px;
	color:#444;
}
