/*

Theme Name: Cube

Theme URI: http://cubemedia.nz

Author: Hanyu Zhang

Description: Theme For Cube Media Company website

*/

@import url('https://fonts.googleapis.com/css?family=Roboto:300,400&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700&display=swap');

html, body{
	overflow-x: hidden !important;
}
body{
	margin: 0 auto;
}
.site-content{
	overflow:hidden;
}
input[type="submit"], input[type="text"], input[type="email"], textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
img{
	max-width: 100%;
	display: block;
	height: auto;
}
h1, h2, h3, h4, h5, h6, a{
	font-family: 'Roboto Condensed', sans-serif;
}
p, ul, li{
	font-family: 'Roboto', sans-serif;
}
a:focus {
	text-decoration: none;
	outline: unset;
	outline-offset: 0px
}
h1{
	font-size: 55px;
	font-weight: bold;
	line-height: 65px;
}
h2{
	font-size: 35px;
	font-weight: bold;
	line-height: 45px;
}
h3{
	font-size: 28px;
	font-weight: 400;
	line-height: 38px;
}
h4{
	font-size: 22px;
	font-weight: bold;
	line-height: 32px;
}
p{
	font-size: 16px;
	font-weight: 300;
	line-height: 26px;
	margin-bottom: 10px;
}
.page-container{
	max-width: 1330px;
	padding-left: 15px;
	padding-right: 15px;
	display: block;
	margin: 0 auto;
}
.footer-container{
	max-width: 1110px;
	padding-left: 15px;
	padding-right: 15px;
	display: block;
	margin: 0 auto;
}
.top-bar{
	height: 50px;
	background-color: #f7df0d;
	/*background-color: rgba(255, 234, 1, 0.6);*/
}
.search-div{	
	padding-top: 9px;
    padding-bottom: 9px;
	float: right;
	display: block;
}
.search-form input.search-field{
	border: 0px;
	background-color: white;
	line-height: 24px;
	padding: 0 5px;
	float: left;
}
input.search-submit{
	background-color: white;
    border: 0;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 12px;
    line-height: 24px;
    color: #181818;
    text-transform: uppercase;
    position: relative;
    padding-top: 0px;
    padding-bottom: 0px;
}
input.search-submit:hover{
	background-color: #FFF;
}
.search-form{
	display: inline-block;
	float: left;
	margin-right: 15px;
	margin-top: 5px;
}
.facebook-icon{
	display: inline-block;
    margin-top: -3px;
    position: relative;
    top: 5px;
}
.site-header{
	background-color: #fff;
	display: table;	
	width: 100%;
	position: relative;
	/*top: -12px;*/
}
.site-branding{
	min-width: 192px;
	float: left;
}
#site-navigation{
	float: left;
	display: table;
	height: 90px;
	width: calc(100% - 192px);
	text-align: center;
	padding-left: 45px;
}
#site-navigation .menu-page-menu-container{
	display: table-cell;
	vertical-align: middle;
}
#site-navigation #primary-menu{
	list-style-type: none;
	display: inline-block;
	padding-left: 0px;
	margin: 0px;
	float: left;
}
#site-navigation #primary-menu li a{
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #6302ce;
	text-decoration: none;
	padding-bottom: 36px;
	padding-top: 36px;
	padding-left: 25px;
	padding-right: 25px;
}
/*#site-navigation #primary-menu li a:hover{
	color: #181818;
}*/
#site-navigation #primary-menu li:hover{
	background-color: #7627ce;
}
#site-navigation #primary-menu li:hover a{
	color: white;
}
#site-navigation #primary-menu li.current_page_item a{
	color: #fff;
	background-color: #6302ce;
	position: relative;
	top: -1px;
}
/*#site-navigation #primary-menu li.current_page_ancestor a{
	color: #fff;
	background-color: #7627ce;
	position: relative;
	top: -1px;
}*/
#site-navigation #primary-menu li{
	display: inline-block;
	float: left;
	padding-bottom: 35px;
	padding-top: 35px;
	height: 90px;
	position: relative;
}
#site-navigation #primary-menu li.current-menu-parent{
	background-color: #6302ce;
}
#site-navigation #primary-menu li.current-menu-parent a{
	color: white;
}
ul#primary-menu.menu li > ul.sub-menu li a{
	top: 0 !important;
	position: relative !important;
}
.nav-arrow{
	position: absolute;
	right: 10px;
	top: calc(50% - 3px);
}
ul#primary-menu.menu li{
	position: relative;
}
ul#primary-menu.menu li > ul.sub-menu{
	background-color: white;
	width: 100%;
	list-style-type: none;
	padding-left: 0px;
	position: absolute;
	z-index: 10;
	top: 90px;
	visibility: hidden;
	left: 0px;
	width: 270px;
	background-color: #7627ce;
}
ul#primary-menu.menu li:hover > ul.sub-menu{
	visibility: visible;
}
ul#primary-menu.menu li > ul.sub-menu li{
	display: block;
	clear: both;
    border-bottom: 1px solid #ffffff;
	padding: 0px !important;
	width: 100%;
	height: 100% !important;
}
ul#primary-menu.menu li > ul.sub-menu li:last-child{
	border-bottom: 0px;
}
ul#primary-menu.menu li > ul.sub-menu li a{
	color: #fff !important;
	text-align: left !important;
	display: block !important;
	width: 100% !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 27px !important;
	padding-bottom: 20px !important;
	padding-top: 20px !important;
	padding-left: 20px !important;
	height: 100% !important;
	padding-right: 20px !important;
    text-transform: capitalize !important;
    border-bottom: 1px solid white;
}
ul#primary-menu.menu li > ul.sub-menu li a:hover{
	color: #fff !important;
	background-color: #6302ce !important;
}
ul#primary-menu.menu .current_page_parent a{
	color: #fff !important;
}
ul#primary-menu.menu .current_page_parent{
	background-color: #6302ce;
}
ul#primary-menu.menu li > ul.sub-menu li.current_page_item a{
	color: #fff !important;
	background-color: #6302ce !important;
}
.site-footer{
	padding-top: 165px;
	background-color: #220344;
	padding-bottom: 105px;
}
.site-footer .footer-container{
	display: table;
	width: 100%;
}
.footer-1, .footer-2, .footer-3, .footer-4{
	display: block;
	float: left;
	width: 25%;
}
.footer-2 .widget-title, .footer-3 .widget-title{
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 15px;
	line-height: 27px;
	color: #F7DF0D;
	text-transform: capitalize;
	margin-top: 0px;
	margin-bottom: 30px;
}
.footer-1 a, .footer-2 a, .footer-3 a, .footer-4 a,
.footer-1 p, .footer-2 p, .footer-3 p, .footer-4 p{
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 15px;
	line-height: 27px;
	color: #fff;
	margin-top: 0px;
}
.footer-3 ul{
	list-style-type: none;
	padding-left: 0px;
}
.footer-3 ul li{
	margin-bottom: 10px;
}
.footer-1 a:hover, .footer-2 a:hover, .footer-3 a:hover, .footer-4 a:hover{
	color: white;
	text-decoration: underline;
}
.footer-4 img{
	margin-bottom: 30px;
	margin-top: -45px;
}
ul#primary-menu li ul.sub-menu li:last-child a{
	border-bottom: 0px;
}
.progressbar { 
	width: 0%; 
	height: 10px; 
	background-color: #6302ce; 
	position: absolute;
	bottom: 0px;
}
.top-slider div.carousel-inner div.item .item-image{
	width: 100%;
	float: left;
}
.slider-left{
	width: 50%;
	float: left;
}
.slider-right{
	width: 50%;
	float: left;
	background-color: #220344;
}
.top-slider div.carousel-inner div.item .top-slider-caption{
	width: 100%;
	float: left;
	/*background-color: #000000;*/
	position: relative;
	top: unset;
	left: unset;
	bottom: unset;
	right: unset;
	display: table;
	height: 595px;
}
.carousel-caption{
	text-shadow: unset !important;
}
.carousel-caption-inner{
	display: table-cell;
	vertical-align: middle;
}
.top-slider div.carousel-inner div.item div.top-slider-caption div.carousel-caption-inner h1{
	color: #F7DF0D;
	margin-top: 0px;
	margin-bottom: 20px;
	text-align: left;
}
.top-slider div.carousel-inner div.item div.top-slider-caption div.carousel-caption-inner p{
	color: #F7DF0D;
	text-align: left;
	font-size: 16px;
	font-weight: 300;
	line-height: 26px;
	margin-bottom: 10px;
}
.banner-button{
	background-color: #6302ce;
	border-radius: 5px;
	padding: 10px 20px;
	color: white;
	text-transform: uppercase;
	font-size: 15px;
	line-height: 25px;
	display: inline-block;
	float: left;
	margin-top: 20px;
}
.banner-button:hover{
	text-decoration: none;
	background-color: #7627ce;
	color: white;
}
.banner-container{
	max-width: 555px;
	margin: 0 auto;
	padding: 15px;
}
.top-slider{
	position: relative;
}
.partner-lists{
	display: table;
	width: 100%;
	padding-top: 35px;
	padding-bottom: 75px;
}
.partner{
	width: calc(100% / 6);
	float: left;
	display: table;
	margin: 0 auto;
	padding-left: 15px;
	padding-right: 15px;
	height: 130px;
}
.partner a{
	display: table-cell;
	vertical-align: middle;
}
.partner a img{
	margin: 0 auto;
	display: block;
}
.partner-row{
	padding-bottom: 25px;
	padding-top: 25px;
	display: table;
	width: 100%;
	margin: 0 auto;
	height: 130px;
}
.partner-lists h3{
	text-align: center;
	margin-bottom: 30px;
}
.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url(/wp-content/uploads/2020/03/loading.gif) center no-repeat #fff;
	background-size: 150px;
}
#loaderDiv{
	position: absolute;
	left: 45%;
	top: 30vh;
	width: 75px;
	height: 75px;
	z-index: 9999;
	background: url(/wp-content/uploads/2020/03/loading.gif) center no-repeat #fff;
	background-size: 75px;
	background-color: transparent;
}
header.site-header div.page-container div.site-branding a img{
	height: 90px;
	padding-top: 10px;
	padding-bottom: 10px;
	width: auto;
}
.promo-image-1{
	width: 100%;
	display: block;
	margin-bottom: 30px;
	height: auto;
}
.promo-image-2{
	width: 100%;
	display: block;
	height: auto;
}
.panel-left{
	width: calc(50% - 15px);
	margin-right: 15px;
	display: block;
	float: left;
}
.panel-right{
	float: left;
	display: block;
	margin-left: 15px;
	width: calc(50% - 15px);
}
.only-promo-image{
	margin-bottom: 0px;
	max-height: 670px;
	width: 100%;
	display: block;
}
.panel-1{
	padding-top: 50px;
	padding-bottom: 50px;
}
.panel-2{
	padding-top: 50px;
	padding-bottom: 50px;
}
.panel-3{
	padding-top: 50px;
	padding-bottom: 50px;
}
.panel-4{
	padding-top: 50px;
	padding-bottom: 50px;
}
.home-panels{
	padding-top: 50px;
	padding-bottom: 50px;
}
.home-panels .page-container{
	display: table;
	width: 100%;
}
.quicklinks-panel{
	background-repeat: no-repeat;
	/*background-size: cover;*/
	background-size: calc(100% - 2px);
	background-position: center;
	display: table;
    width: 100%;
}
.quick-link{
	width: 50%;
	display: table;
	float: left;
}
.quick-link .quick-link-inner{
	display: table-cell;
	vertical-align: middle;
}
.quick-link .quick-link-inner:hover{
	color: #181818;
	text-decoration: none;
}
.quick-link .quick-link-inner img{
	width: 48px;
	margin: 0 auto;
	display: block;
}
.quick-link .quick-link-inner h4{
	color: #FFFFFF;
	text-align: center;
	text-transform: uppercase;
	margin-top: 15px;
	margin-bottom: 0px;
	/*max-width: 140px;
	margin: 0 auto;*/
}
.quick-link-1 h4{
	max-width: 150px;
	margin: 0 auto;
}
.quick-link-2 h4{
	margin: 0 auto;
	max-width: 140px;
}
.quick-link-3 h4{	
	margin: 0 auto;
	max-width: 105px;
}
.quick-link-4 h4{	
	margin: 0 auto;
	max-width: 195px;
}
.quick-link-1{
	background-color: rgba(255, 255, 255, 0.3);
}
.quick-link-2{
	background-color: rgba(255, 255, 255, 0.1);
}
.quick-link-3{	
	background-color: rgba(255, 255, 255, 0.1);
}
.quick-link-4{	
	background-color: rgba(255, 255, 255, 0.25);
}
.quick-link-1:hover{
	background-color: rgba(255, 255, 255, 0);
}
.quick-link-2:hover{
	background-color: rgba(255, 255, 255, 0);
}
.quick-link-3:hover{	
	background-color: rgba(255, 255, 255, 0);
}
.quick-link-4:hover{	
	background-color: rgba(255, 255, 255, 0);
}
.page-content{
	display: inline-block;
	width: 100%;
	padding-bottom: 80px;
	padding-top: 80px;
}
.content-left{
	width: calc(30% - 35px);
	float: left;
	margin-right: 35px;
}
.content-right{
	width: calc(70% - 35px);
	float: left;
	margin-left: 35px;
}
.page-lists{
	list-style-type: none;
	padding-left: 0px;
	max-width: 305px;
	/*margin: 0 auto;*/
}
.page-lists li{
	margin: 0px;
	border-bottom: 1px solid #D8D8D8;
}
.page-lists li a{
	font-size: 15px;
	font-family: 'Roboto Condensed', sans-serif !important;
	font-weight: 400;
	line-height: 30px;
	color: #181818;
	margin: 0px;
	padding: 15px 0px;
	display: block;
	width: 100%;
	text-transform: uppercase;
}
.page-lists li a:hover{
	color: #6302ce;
}
.page-lists li a:hover{
	text-decoration: none;
}
.page-content .content-right h1 {
	font-size: 55px;
	line-height: 65px;
	color: #181818;
	font-weight: bold;
	font-family: 'Roboto Condensed', sans-serif !important;
	margin-top: 0px;
	margin-bottom: 30px;
}
.page-content .content-right h2 {
	font-size: 35px;
	line-height: 45px;
	color: #181818;
	font-weight: bold;
	font-family: 'Roboto Condensed', sans-serif !important;
	margin-top: 0px;
	margin-bottom: 30px;
}
.page-content .content-right h3{
	font-size: 28px;
	line-height: 38px;
	color: #181818;
	font-weight: bold;
	font-family: 'Roboto Condensed', sans-serif !important;
	margin-top: 0px;
	margin-bottom: 20px;
}
.page-content .content-right h4{
	font-size: 22px;
	line-height: 32px;
	color: #181818;
	font-weight: bold;
	font-family: 'Roboto Condensed', sans-serif !important;
	margin-top: 0px;
	margin-bottom: 20px;
}
.page-content .content-right p, .page-content .content-right ul li, .page-content .content-right a {
	font-size: 16px;
	line-height: 30px;
	color: #333333;
	font-weight: 300;
	font-family: 'Roboto', sans-serif !important;
	margin-top: 0px;
	margin-bottom: 30px;
}
.page-content .content-right a{
	color: #6302ce;
	margin-bottom: 0px;
}
.page-content a:focus{
	text-decoration: unset !important;
}
.page-content .content-right p:last-child{
	margin-bottom: 0px;
}
.content-right ul li {
	margin-bottom: 0px !important;
}
.content-right ul {
	padding-left: 20px !important;
}
.page-content .content-right a:hover {
	color: #6302ce;
	text-decoration: underline;
}
.contentBox{
	display: table;
	width: 100%;
}
.content-left.mobile{
	display: none;
}
.actived-page{
	color: #6302ce !important;
}
.content-header .page-container{
	display: table;
	width: 100%;
	height: 300px;
}
.content-header-inner{
	display: table-cell;
	vertical-align: middle;
}
.content-header-inner h1{
	font-size: 35px;
	line-height: 45px;
	color: white;
	text-transform: capitalize;
	text-align: center;
	position: relative;
	margin-top: 0px;
	margin-bottom: 0px;
}
.content-header{
	position: relative;
}
.content-header .page-container:before{
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(24, 24, 24, 0.5);
}
.latest-news-lists, .event-lists{
	max-height: 560px;
	overflow-y: scroll;
	scrollbar-width: thin;
	scrollbar-color: white white;
}
.latest-news-lists:hover, .event-lists:hover{
	overflow-y: scroll;
	scrollbar-width: thin;
	scrollbar-color: auto;
}
/*.news-panel:hover, .event-panel:hover{
	overflow-y: scroll;
	scrollbar-width: thin;
	scrollbar-color: auto;
}
.news-panel, .event-panel{
	max-height: 620px;
	overflow-y: scroll;
	scrollbar-width: thin;
	scrollbar-color: white white;
}*/
.news-top{
	display: table;
	width: 100%;
	margin-bottom: 30px;
}
.news-top-left{
	width: 50%;
	display: block;
	float: left;
}
.news-top-right{
	width: 50%;
	display: block;
	float: left;
}
.news-top-left h2{
	color: #181818;
	margin-top: 0px;
	margin-bottom: 0px;
}
.news-top-right a{
	color: #6302ce;
	text-transform: uppercase;
	border-radius: 30px;
	border: 1px solid #6302ce;
	text-decoration: none;
	padding: 0px 20px;
	display: block;
	max-width: 155px;
	float: right;
	margin-top: 8px;
	font-size: 15px;
	line-height: 25px;
	-webkit-transition: background-color 500ms linear;
	-ms-transition: background-color 500ms linear;
	transition: background-color 500ms linear;
}
.news-top-right a:hover{
	text-decoration: none;
	background-color: #6302ce;
	color: #fff;
	-webkit-transition: background-color 500ms linear;
	-ms-transition: background-color 500ms linear;
	transition: background-color 500ms linear;
}
.latest-news-lists .news{
	display: table;
	width: 100%;
}
.latest-news-lists .news:hover{
	background-color: #FAFAFA;
}
.news-left{
	width: calc(30% - 15px);
	display: block;
	float: left;
	padding-right: 15px;
}
.news-feature-img{
	display: block;
	margin: 0 auto;
}
.news-right{
	width: calc(70% - 15px);
	display: block;
	float: left;
	padding-left: 15px;
}
.news-meta{
	font-family: 'Roboto', sans-serif;
	font-size: 11px;
	line-height: 21px;
	font-weight: 300;
	color: #181818;
	margin-bottom: 5px;
}
.cat-news{
	text-transform: uppercase;
}
.news-right h4 a{
	color: #181818;
}
.news-right h4{
	margin-top: 0px;
	margin-bottom: 20px;
}
.news-right h4 a:hover{
	text-decoration: none;
	color: #181818;
}
.news-more-link a{
	color: #181818;
	font-size: 15px;
	line-height: 25px;
	text-decoration: none;
}
.news-more-link a:hover{
	text-decoration: underline;
}
.cat-news{
	text-transform: uppercase;
}
.news{
	padding-top: 35px;
	padding-bottom: 35px;
	border-bottom: 2px solid #D8D8D8;
}
.news:first-child{
	border-top: 2px solid #D8D8D8;
}
.all-news-lists .news{
	display: table;
	width: 100%;
	padding-top: 25px;
	padding-bottom: 25px;
	padding-left: 25px;
	padding-right: 25px;
	border-left: 2px solid #D8D8D8;
	border-right: 2px solid #D8D8D8;
}
.all-news-lists .news:hover{
	background-color: #FAFAFA;
	cursor: pointer;
}
.all-news-lists .news h4 a{
	color: #181818;
}
.all-news-lists .news h4{
	margin-top: 0px;
	margin-bottom: 0px;
}
.all-news-lists .news h4 a:hover{
	text-decoration: none;
	color: #181818;
}
.all-news-lists{
	width: 40%;
	display: block;
	float: left;
}
.news-details{
	width: 60%;
	display: block;
	float: left;
}
.news-area .page-container{
	display: table;
	width: 100%;
}
.news-details{
	position: relative;
}
.loadMore{
	border-bottom: 2px solid #D8D8D8;
	border-left: 2px solid #D8D8D8;
	background-color: #FAFAFA;
	border-right: 2px solid #D8D8D8;
	padding: 25px;
}
#loadmore-button{
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	line-height: 30px;
	font-weight: 300;
	color:#181818;
	text-align: center;
	display: block;
	text-decoration: none;
	cursor: pointer;
}
#loadmore-button:hover{
	color:#181818;
	text-decoration: none;
}
.all-news-lists .news.hide-news{
	display: none;
	opacity: 0;
	transition: visibility 0s linear 0.33s, opacity 0.33s linear;
}
.all-news-lists .news.show-news{
	display: table;
	opacity: 1;
	transition: visibility 0s linear 0.33s, opacity 0.33s linear;
}
.main-news{
	padding: 30px 50px;
}
.single-news-meta{
	font-family: 'Roboto', sans-serif;
	font-size: 11px;
	line-height: 21px;
	font-weight: 300;
	color: #181818;
	margin-bottom: 5px;
}
.single-news-title h2{
	color: #181818;
	margin-top: 20px;
	margin-bottom: 30px;
}
.single-news-content ul{
	padding-left: 0px;
}
.single-news-content p, .single-news-content ul li{
	color: #333333;
}
.single-news-content p{
	margin-bottom: 25px;
}
.single-news-share{
	padding-bottom: 75px;
	padding-top: 45px;
}
.news-content{
	min-height: 500px;
}
.share-news{
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 15px;
	color: #95AFAF;
	line-height: 25px;
}
.news-divide-line{
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
	top: -1px;
}
.share-news a{
	display: inline-block;
	position: relative;
	top: 8px;
}
.share-news a img{
	width: 30px;
	margin-right: 15px;
}
.share-news a:last-child img{
	margin-right: 0px;
}
.news-details a{
	color: #6302ce;
	margin-bottom: 0px;
	font-weight: 500 !important;
	font-family: 'Roboto', sans-serif !important;
}
.news-details a:hover {
	color: #6302ce;
	text-decoration: underline;
}
#filter-form{
	display: none;
}
.news-filter{
	display: table;
	width: 100%;
	height: 90px;
	padding: 25px;
	background-color: #6302ce;
}
.events-filter{
	display: table;
	width: 100%;
	height: 90px;
	padding: 25px;
	background-color: #6302ce;
}
.results-filter{
	display: table;
	width: 100%;
	height: 90px;
	padding: 25px;
	background-color: #6302ce;
}
.category-filter, .months-filter, .years-filter,
.events-category, .events-years, .events-months,
.result-year, .result-category{
	display: block;
	float: left;
	clear: unset;
	width: 200px;
	height: 40px;
	margin-right: 25px;
	border: 0px !important;
	border-radius: 0px !important;
	text-transform: uppercase !important;
	font-size: 15px;
	font-weight: 400;
	font-family: 'Roboto Condensed', sans-serif;
	color: #181818;
}
.result-year, .result-category{
	width: 250px;
}
.years-filter, .events-year{
	margin-right: 0px;
}
.nice-select .list{
/* 	width: 200px; */
}
.result-category.nice-select .list, .result-year.nice-select .list{
	width: 265px;
}
.image-filter{
	margin-right: 25px;
	display: block;
	float: left;
	margin-top: 6px;
}
.nice-select:after{
	border: 0px;
	width: 7px;
	height: 6px;
	-webkit-transform-origin: 0% 0%;
	-ms-transform-origin: 0% 0%;
	transform-origin: 0%;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: all 0.15s ease-in-out;
	background-repeat: no-repeat;
	background-image: url('/wp-content/uploads/2020/01/arrow-down.png');
}
.nice-select.open:after {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.blog-filter, .event-filter, .result-filter{
	margin-top: -90px;
	position: relative;
}
.active-post{
	background-color: #FAFAFA;
}
.event-top{
	display: table;
	width: 100%;
	margin-bottom: 30px;
}
.event-top-left{
	width: 50%;
	display: block;
	float: left;
}
.event-top-right{
	width: 50%;
	display: block;
	float: left;
}
.event-top-left h2{
	color: #181818;
	margin-top: 0px;
	margin-bottom: 0px;
}
.event-top-right a{
	color: #6302ce;
	text-transform: uppercase;
	border-radius: 30px;
	border: 1px solid #6302ce;
	text-decoration: none;
	padding: 0px 20px;
	display: block;
	max-width: 155px;
	float: right;
	margin-top: 8px;
	font-size: 15px;
	line-height: 25px;
	-webkit-transition: background-color 500ms linear;
	-ms-transition: background-color 500ms linear;
	transition: background-color 500ms linear;
}
.event-top-right a:hover{
	text-decoration: none;
	background-color: #6302ce;
	color: #fff;
	-webkit-transition: background-color 500ms linear;
	-ms-transition: background-color 500ms linear;
	transition: background-color 500ms linear;
}
.event-content{
	display: block;
	width: 100%;
	padding-bottom: 100px;
	padding-top: 60px;
	max-width: 860px;
	margin: 0 auto;
}
.event-filter .page-container{
	max-width: 890px;
	margin: 0 auto;
}
.evo_cal_above, .evo_cal_above_content, .eventon_sorting_section{
	display: none !important;
}
.contact{
	display: table;
	width: 100%;
	padding-bottom: 50px;
	border-bottom: 1px solid #D8D8D8;
}
.contact-left{
	width: calc(40% - 50px);
	display: block;
	float: left;
	margin-right: 50px;
}
.contact-left h2{
	color: #181818;
	margin-bottom: 35px;
	margin-top: 0px;
}
.contact-left p strong{
	font-size: 16px;
	font-weight: bold;
	line-height: 26px;
	margin-bottom: 10px;
	color: #333333;
}
.contact-left p{
	font-size: 16px;
	font-weight: 300;
	line-height: 26px;
	margin-bottom: 10px;
	color: #333333;
}
.contact-left a{
	font-size: 16px;
	font-weight: 300;
	line-height: 26px;
	margin-bottom: 10px;
	color: #6302ce;
}
.contact-left a:hover{
	text-decoration: underline;
}
.contact-right{
	width: calc(60% - 50px);
	display: block;
	float: left;
	margin-left: 50px;
}
.contact-extra{
	display: table;
	width: 100%;
	padding-top: 50px;
}
.contact-extra-left{
	display: block;
	width: calc(50% - 60px);
	float: left;
	margin-right: 60px;
}
.contact-extra-right{
	display: block;
	margin-left: 60px;
	width: calc(50% - 60px);
	float: left;
}
.content-area .contact-extra h2{
	color: #181818;
	margin-bottom: 35px;
	margin-top: 0px;
}
.content-area .contact-extra p{
	font-size: 16px;
	font-weight: 300;
	line-height: 26px;
	margin-bottom: 10px;
	color: #333333;
}
.content-area .contact-extra p strong{
	font-size: 16px;
	font-weight: bold;
	line-height: 26px;
	margin-bottom: 10px;
	color: #333333;
}
.content-area .contact-extra a{
	font-size: 16px;
	font-weight: 300;
	line-height: 26px;
	margin-bottom: 10px;
	color: #6302ce;
}
.content-area .contact-extra a:hover{
	text-decoration: underline;
}
.contact-content{
	display: block;
	width: 100%;
	padding-bottom: 80px;
	padding-top: 80px;
}
#input_1_1, #input_1_2, #input_1_3{
	width: 100%;
	display: block;
	border: 1px solid #ADADAD;
	padding: 10px;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 26px;
  	color: #393939;	
}
#input_1_1, #input_1_2{
	height: 56px;
}
#gform_submit_button_1{
	border-radius: 40px;
	border: 1px solid #6302ce;
	font-family: 'Roboto Condensed', sans-serif !important;
	font-size: 16px;
	line-height: 26px;
	color: #6302ce;
	padding: 10px;
	width: 165px;
	display: block;
	background-color: transparent;
	text-align: center;
}
#gform_submit_button_1:hover{
	color: white;
	background-color: #6302ce;
}
.gform_wrapper input, .gform_wrapper textarea{
	width: 100%;
	display: block;
	border: 1px solid #ADADAD;
	padding: 10px;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 26px;
  	color: #393939;	
}
.gform_wrapper .gform_footer .gform_button{
	border-radius: 40px;
	border: 1px solid #6302ce;
	font-family: 'Roboto Condensed', sans-serif !important;
	font-size: 16px !important;
	line-height: 26px;
	color: #6302ce;
	padding: 10px !important;
	width: 165px !important;
	display: block !important;
	background-color: transparent;
	text-align: center;
}
.gform_wrapper .gform_footer .gform_button:hover{
	color: white;
	background-color: #6302ce;
}
::-webkit-input-placeholder {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 26px;
  	color: #393939;
}
::-moz-placeholder {
  	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 26px;
  	color: #393939;
}
:-ms-input-placeholder {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 26px;
  	color: #393939;	
}
:-moz-placeholder {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 26px;
  	color: #393939;
}
.results-content{
	display: block;
	width: 100%;
	padding-bottom: 80px;
	padding-top: 80px;
}
.result-filter .page-container {
    max-width: 890px;
    margin: 0 auto;
    display: block;
}
.page-template-tpl-results div.content-area div.page-container{
	max-width: 890px;
    margin: 0 auto;
    display: block;
}
.results{
	display: block;
	width: 100%;
	border-top: 1px solid #D8D8D8;
	border-left: 1px solid #D8D8D8;
	border-right: 1px solid #D8D8D8;
	border-bottom: 1px solid #D8D8D8;
}
.result-row{
	padding: 20px;
	display: block;
	width: 100%;
	border-bottom: 1px solid #D8D8D8;
}
.result-row:last-child{
	border-bottom: 0px;
}
.result-col-1{
	width: 25%;
	display: block;
	float: left;
}
.result-col-2{
	width: 65%;
	display: block;
	float: left;
}
.result-col-3{
	width: 10%;
	display: block;
	float: left;
}
.result-date{
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 32px;
	margin-bottom: 0px;
	color: #181818;
}
h4.result-title, h4.result-title a{
	font-family: 'Roboto Condensed', sans-serif;
	margin-top: 0px;
	color: #181818;
	margin-bottom: 5px;
} 
h4.result-title a:hover{
	text-decoration: none;
	color: #6302ce;
}
h4.sub-result-title, h4.sub-result-title a{
	font-family: 'Roboto Condensed', sans-serif;
	margin-top: 0px;
	color: #181818;
	margin-bottom: 5px;
	font-size: 18px;
	line-height: 32px;
	margin-bottom: 5px;
}
h4.sub-result-title a:hover{
	text-decoration: none;
	color: #6302ce;
}
.result-location{
	font-family: 'Roboto', sans-serif;
	font-size: 11px;
	line-height: 21px;
	color: #181818;
}
.fa-map-marker-alt{
	font-size: 11px;
	margin-right: 5px;
	display: inline-block;
	color: #181818;
}
.fa-file-pdf{
	font-size: 22px;
	display: block;
	color: #181818;
	line-height: 32px;
}
.fa-external-link-alt{
	font-size: 16px;
	display: block;
	color: #181818;
	line-height: 32px;
}
.fa-external-link-alt:hover, .fa-file-pdf:hover{
	color: #6302ce;
}
.result-row-inner, .sub-result-row-inner{
	display: table;
	width: 100%;
}
.result-col-3 a{
	display: block;
	margin: 0 auto;
	width: 18px;
}
h2.result-heading{
	color: #181818;
	margin-top: 0px;
	margin-bottom: 25px;
	text-transform: uppercase;
}
.result-section{
	margin-bottom: 50px;
}
.result-filter-form{
	display: none;
}
.mobile-filter{
	display: none;
}
.desktop-filter{
	display: block;
}
.desktop-news{
	display: block;
}
.mobile-news{
	display: none;
}
.panel-1, .panel-3{
	clear: both;
}
.search-lists{
	width: 100%;
	display: block;
}
.search-row{
	display: inline-block;
	width: 100%;
	margin-bottom: 15px;
	margin-top: 15px;
}
.search-img{
	width: calc(30% - 15px);
	margin-right: 15px;
	display: block;
	float: left;
}
.search-right{
	float: left;
	width: calc(70% - 30px);
	margin-left: 30px;
	display: block;
}
.read-more-button{
	color: #181818;
	border-bottom: 2px solid #6302ce;
	font-size: 16px;
	font-weight: 600;
	line-height: 28px;
	clear: both;
	display: table;
	margin-top: 20px;
}
.read-more-button:hover{
	text-decoration: none;
	color: #181818;
}
.search-right h4, .search-right h4 a{
	font-size: 26px;
	line-height: 30px;
	font-weight: 500;
	color: #181818;
}
.search-right h4 a:hover{
	text-decoration: none;
	color: #181818;
}
.search-results .content-area div.page-container{
	max-width: 890px;
    margin: 0 auto;
    display: block;
}
.slider-content{
	position: absolute;
	right: 0px;
	height: 550px;
	width: 50%;
	overflow-x: hidden;
    z-index: 9;
    background: #000;
}
.top-slider div.carousel-inner div.item .top-slider-caption{
	background-color: transparent;
}
.progressbar.desktop{
	display: block;
}
.progressbar.mobile{
	display: none;
}
.accordion-title-outter{
	display: table;
	width: 100%;
}
.accordion-title{
	width: 90%;
	display: block;
	width: calc(100% - 80px);
	padding-left: 0px;
	padding-right: 0px;
	float: left;
}
.accordion-icon{
	display: block;
	float: left;
    width: 80px;
    text-align: right;
}
.accordion-title h4{
	margin-top: 0px !important;
	padding: 15px 0px;
	margin-bottom: 0px !important;
}
.accordion-icon i{
	font-size: 32px;
	padding: 15px 0px;
}
.accordion-title-outter{
	border-bottom: 1px solid #D8D8D8;
}
.accordion-content{
	margin-top: 15px;
}
.single-month-events{
	display: none;
}
/* .accordion.open .accordion-content{
	max-height: 100% !important;
} */
.single-news-content ul{
	padding-left: 15px;
	margin-bottom: 15px;
	display: table;
	width: 100%;
}
.single-news-content ul li{
	font-size: 16px;
	line-height: 30px;
	color: #333333;
	font-weight: 300;
	font-family: 'Roboto', sans-serif !important;
	margin-top: 0px;
	margin-bottom: 10px;
}
.ajde_evcal_calendar .eventon_desc_in a{
	color: #6302ce !important;
}
.footer-bottom{
	background-color: #220344;
	padding-bottom: 35px;
}
.footer-bottom p{
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 15px;
	line-height: 25px;
	color: #fff;
	font-weight: 400;
	margin-bottom: 0px;
	text-align: center;
}
.footer-bottom p a:hover{
	text-decoration: underline;
}
.footer-bottom p a{
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 15px;
	line-height: 25px;
	color: #fff;
	font-weight: 400;
	margin-bottom: 0px;
	text-align: center;
}
.content-image-lists{
	display: table;
	width: 100%;
	margin-top: 30px;
}
div.content-image-lists div.content-image a{
	display: block;
	width: 100%;
	height: 100%;
}
div.content-image-lists div.content-image{
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	width: calc((100% / 5) - 10px);
	height: 150px;
	margin: 5px;
	float: left;
}
.search ul#primary-menu.menu li.menu-item-27{
	background-color: white !important;
}
.search ul#primary-menu.menu li.menu-item-27 a{
	color: #6302ce !important;
}
img.alignleft{
	float: left;
	margin-right: 20px;
}
img.alignright{
	float: right;
	margin-left: 20px;
}
.evcal_desc .evcal_desc3 em, .evcal_desc .evcal_desc3 em i{
	color: rgb(24, 24, 24) !important;
	font-family: 'Roboto' !important;
	font-size: 11px !important;
	line-height: 21px !important;
	font-weight: 400 !important;
}
.single-ajde_events .content-area p a, .page-template-tpl-events .content-area p a{
	font-family: 'Roboto' !important;
	font-size: 16px !important;
	color: #6302ce !important;
	line-height: 26px !important;
	font-weight: 400 !important;
}
.single-ajde_events .content-area p a:hover, .page-template-tpl-events .content-area p a:hover{
	color: #6302ce !important;
	text-decoration: underline !important;
}
#evcal_list .eventon_list_event p a.desc_trig{
	text-decoration: none !important;
}
.fa-map-marked-alt{
	color: #181818 !important;
}

div.evcal_evdata_cell p a.evo_ics_nCal, div.evcal_evdata_cell p a.evo_ics_gCal{
	color: #181818 !important;
	font-weight: 700 !important;
	font-size: 18px !important;
	line-height: 28px !important;
}
.eventon_events_list .eventon_list_event .evcal_eventcard .evo_metarow_ICS .evcal_evdata_cell p a:hover, .eventon_events_list .eventon_list_event .evcal_eventcard .evo_metarow_ICS .evcal_evdata_cell p a:hover{
	text-decoration: underline !important;
}
.imglist-div{
	padding-left: 15px; 
	padding-right: 15px;
	width: 50%;
	display: block;
	float: left;
	margin-top: 15px;
	margin-bottom: 15px;
}
.singleImage:before{
	background-color: rgba(9, 12, 13, 0.35);
    bottom: 0;
    content: "";
    left: 15px;
    position: absolute;
    right: 15px;
    top: 0;
    visibility: hidden;
}
.imglist-div{
	position: relative;
}
.imglist-div img{
	display: table-cell;
    left: calc((100% - 51px) / 2);
    position: absolute;
    top: calc((100% - 51px) / 2);
    vertical-align: middle;
    z-index: 9;
    visibility: hidden;
}
.imglist-div:hover .singleImage:before{
	visibility: visible;
}
.imglist-div:hover img{
	visibility: visible;
}
.button-close,
.button-previous,
.button-next {
  position: absolute;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 44px;
  color: #fff;
  text-decoration: none;
  border-radius: 50%;
  font-size: 16px;
}
.button-previous,
.button-next {
  top: 50%;
  margin-top: -22px;
  line-height: 42px;
}
.button-previous {
    left: 30px;
}
.button-next {
    right: 30px;
}
.button-close {
  top: 30px;
  right: 30px;
  font-size: 22px;
  color: rgba(255,255,255,0.8);
}
.fancybox-stage{
	left: 15px !important;
	right: 15px !important;
}
.post-gallery{
	width: calc(100% + 30px);
	clear: both;
	display: table;
	margin-left: -15px;
	margin-right: -15px;
}
.countdown-panel{
	display: table;
	width: 100%;
	padding-top: 50px;
	padding-bottom: 0px;
	margin-bottom: -50px;
}
.countdown-panel-inner{
	background-color: #6302ce;
	padding: 35px;
}
.countdown-heading{
	display: table;
	float: left;
	width: 50%;
	min-height: 65px;
}
.countdown-heading h2{
	display: table-cell;
	vertical-align: middle;
	color: #fcfcfc;
	font-weight: 500;
	text-align: center;
	margin-bottom: 0px;
	margin-top: 0px;
	line-height: 45px;
}
.countdown-time{
	display: table;
	float: left;
	width: 50%;
}
.countdown-time-inner{
	display: table-cell;
	vertical-align: middle;
}
.openning-time{
	display: none;
}
#countdown-function{
	text-align: center;
/* 	overflow: hidden; */
	height: 65px;
}
.big-text{
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 55px;
	margin: 0px;
	color: #fcfcfc;
	font-weight: bold;
	line-height: 65px;
	margin-right: 5px;
}
.small-text{
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 18px;
	margin: 0px;
	color: #fcfcfc;
	font-weight: 400;
	line-height: 65px;
	margin-right: 25px;
	position: relative;
	bottom: 15px;
}
.small-text:last-child{
	margin-right: 0px;
}
.clearfix:after {
    content: "";
  	display: table;
  	clear: both;
}
@media(max-width: 1330px){
	.quicklinks-panel{
		background-size: calc(100% - 2px);
	}
	.banner-container{
		padding-left: 35px;
		padding-right: 35px;
	}
	.top-slider div.carousel-inner div.item div.top-slider-caption div.carousel-caption-inner h1{
		font-size: 50px;
		line-height: 60px;
	}
}
@media(max-width: 1280px){
	.quick-link{
		width: calc(100% / 4);
	}
	.quicklinks-panel {
	    background-size: calc(100% - 6px);
	}
	.panel-left{
		width: 100%;
		float: none;
		clear: both;
		display: block;
		margin-right: 0px;
		padding-top: 25px;
		padding-bottom: 25px;
		max-width: 100%;
		margin: 0 auto;
	}
	.panel-right{
		margin-left: 0px;
		width: 100%;
		float: none;
		clear: both;
		display: block;
		padding-top: 25px;
		padding-bottom: 25px;
		max-width: 100%;
		margin: 0 auto;
	}
}
@media(max-width: 1099px){
	.top-slider div.carousel-inner div.item div.top-slider-caption div.carousel-caption-inner h1{
		font-size: 40px;
		line-height: 50px;
	}
/*	.top-slider div.carousel-inner div.item .item-image{
		width: 40%;
	}
	.top-slider div.carousel-inner div.item .top-slider-caption{
		width: 60%;
	}*/
	.footer-2{
		width: 30%;
	}
	.footer-3{
		width: 20%;
	}
	.partner{
		width: calc(100% / 4) !important;
	}
	.partner:nth-of-type(4n+1){
/* 		clear: left; */
	}
	.partner-row{
		display: block;
    	width: 100% !important;
    	max-width: 100% !important;
	}
	.partner-lists{
		padding-bottom: 50px;
	}
	.site-footer{
		padding-top: 100px;
		padding-bottom: 100px;
	}
}
@media(max-width: 991px){
	.countdown-heading, .countdown-time{
		display: table;
		float: none;
		width: 100%;
	}
	div.content-image-lists div.content-image{
		width: calc((100% / 4) - 10px);
		height: 100px;
	}
	.news-panel, .event-panel{
		max-height: unset;
	}
	.panel-left{
		max-width: 635px;
		margin: 0 auto;
	}
	.panel-right{
		max-width: 635px;
		margin: 0 auto;
	}
	.quick-link{
		width: calc(100% / 2);
	}
	.top-slider div.carousel-inner div.item div.top-slider-caption div.carousel-caption-inner h1{
		font-size: 35px;
		line-height: 45px;
	}
	.main-news{
		padding-left: 25px;
		padding-right: 25px;
	}
	.all-news-lists .news{
		padding-left: 15px;
		padding-right: 15px;
	}
	.contact-left h2, .content-area .contact-extra h2{
		margin-bottom: 25px;
	}
	.contact-content, .page-content, .results-content{
		padding-bottom: 55px;
		padding-top: 55px;
	}
	.contact-left{
		margin-right: 30px;
   		width: calc(40% - 30px);
	}
	.contact-right{
		margin-left: 30px;
   		width: calc(60% - 30px);
	}
	.contact-extra-left{
		margin-right: 35px;
   		width: calc(50% - 35px);
	}
	.contact-extra-right{
		margin-left: 35px;
   		width: calc(50% - 35px);
	}
	.partner{
		width: calc(100% / 3) !important;
	}
	.partner:nth-of-type(4n+1){
		clear: unset;
	}
	.partner:nth-of-type(3n+1){
		clear: left;
	}
	#site-navigation #primary-menu li a{
		padding-left: 20px;
		padding-right: 20px;
	}
	#site-navigation #primary-menu{
		float: right;
	}
	.footer-1, .footer-2, .footer-3, .footer-4{
		width: 50%;
	}
	.footer-1, .footer-2{
		margin-bottom: 50px;
	}
	.footer-4 img{
		margin-top: 0px;
	}
	.footer-1 img{
		margin: 0 auto;
	}
	#text-3{
		max-width: 220px;
		margin: 0 auto;
		display: block;
	}
	#nav_menu-2{
		max-width: 150px;
		margin: 0 auto;
		display: block;
	}
	#text-4{
		max-width: 220px;
		margin: 0 auto;
		display: block;
	}
	.site-footer{
		padding-top: 75px;
		padding-bottom: 75px;
	}
	.content-left {
	    width: calc(30% - 25px);
	    float: left;
	    margin-right: 25px;
	}
	.content-right {
	    width: calc(70% - 25px);
	    float: left;
	    margin-left: 25px;
	}
}
@media(max-width: 875px){
	#site-navigation #primary-menu li a{
		padding-left: 10px;
		padding-right: 10px;
	}
	.nav-arrow{
		right: 0px;
	}
}	
@media(max-width: 800px){
	.events-filter{
		padding-left: 15px;
		padding-right: 15px;
	}
	.image-filter{
		margin-right: 15px;
	}
	.category-filter, .months-filter, .years-filter, .events-category, .events-years, .events-months, .result-year, .result-category{
		margin-right: 15px;
	}
	.nice-select.months-filter{
		margin-right: 0px;
	}
}
@media(max-width: 767px){
	.imglist-div .fancybox{
		display: block;
		max-width: 320px;
		margin: 0 auto;
	}
	.singleImage:before{
		max-width: 320px;
    	margin: 0 auto;
		left: 0;
		right: 0;
		height: 225px;
	}
	.imglist-div{
		width: 100%;
		padding-left: 0px;
		padding-right: 0px;
	}
	.singleImage{
		max-width: 320px;
		margin: 0 auto;
		overflow: hidden !important;
	}
	div.content-image-lists div.content-image{
		width: calc((100% / 3) - 10px);
		height: 75px;
	}
	.progressbar.desktop{
		display: none;
	}
	.progressbar.mobile{
		display: block;
	}
	.slider-right{
		width: 100%;
		float: none;
		clear: both;
	}
	.slider-left{
		width: 100%;
		float: none;
		clear: both;
	}
	.search-row{
		max-width: 300px;
		margin: 0 auto;
		display: block;
		padding: 15px 0px;
	}
	.search-img{
		max-width: 300px;
	}
	.search-img, .search-right{
		float: none;
		width: 100%;
		display: block;
		margin: 0px !important;
	}
	.event-top-left h2, .news-top-left h2{
		font-size: 30px;
		line-height: 40px;
	}
	.banner-container{
		padding-left: 15px;
		padding-right: 15px;
	}
	.carousel-caption{
		padding-top: 30px !important;
		padding-bottom: 30px !important;
	}
	.top-slider div.carousel-inner div.item .item-image{
		width: 100%;
		float: none;
		height: 300px !important;
	}
	.top-slider div.carousel-inner div.item .top-slider-caption{
		float: none;
		width: 100%;
		height: 100% !important;
	}
	.mobile-space{
		margin-bottom: 50px;
		display: table;
		width: 100%;
		height: 1px;
	}
	.mobile-news{
		width: 100%;
		margin-top: 30px;
	}
	.mobile-news .main-news{
		padding-right: 0px;
		padding-left: 0px;
	}
	.mobile-news .single-news-share{
		padding-bottom: 0px;
	}
/*	.mobile-news{
		display: block;
	}*/
	.desktop-news{
		display: none;
	}
	.all-news-lists{
		width: 100%;
	}
	h2.result-heading{
		font-size: 30px;
		line-height: 38px;
	}
	.mobile-filter{
		display: table;
	}
	.desktop-filter{
		display: none;
	}
	.image-filter-span{
		display: block;
		width: 100%;
		height: 80px;
	}
	.event-filter{
		margin-top: -80px;
	}
	.events-filter{
		height: 80px;
		padding: 0px;
	}
	.result-filter{
		margin-top: -80px;	
		padding: 0px;
	}
	.results-filter{	
		height: 80px;
		padding: 0px;
	}
	.news-filter{
		height: 80px;
		padding: 0px;
	}
	.blog-filter{
		margin-top: -80px;	
		padding: 0px;
	}
	.nice-select .list{
		width: 100%;
	}
	.image-filter{
		float: unset;
		margin: 0 auto;   
		position: relative;
    	top: 25px;
	}
	.events-category{
		margin-top: 0px;
	}
	.mobile-filter .events-category, .mobile-filter .events-years, .mobile-filter .events-months {
		display: none;
		width: 100%;
		float: none;
		clear: both;
		margin-bottom: 15px;
	}
	.mobile-filter .result-year, .mobile-filter .result-category {
		display: none;
		width: 100%;
		float: none;
		clear: both;
		margin-bottom: 15px;
	}
	.mobile-filter .category-filter, .mobile-filter .years-filter, .mobile-filter .months-filter {
		display: none;
		width: 100%;
		float: none;
		clear: both;
		margin-bottom: 15px;
	}
	.events-months{
		margin-bottom: 0px;
	}
	.content-header{
		height: 250px !important;
	}
	.content-header .page-container{
		height: 250px !important;
	}
	.contact{
		padding-bottom: 25px;
	}
	.contact-extra{
		padding-top: 25px;
	}
	.contact-left h2, .content-area .contact-extra h2{
		margin-bottom: 15px;
	}
	.contact-content, .page-content, .results-content{
		padding-bottom: 35px;
		padding-top: 35px;
	}
	.contact, .contact-extra{
		display: block;
	}
	.contact-extra-left{
		margin-right: 0px;
   		width: 100%;
   		display: block;
   		float: none;
	}
	.contact-extra-right{
		margin-left: 0px;
   		width: 100%;
   		display: block;
   		float: none;
   		margin-top: 35px;
	}
	.contact-left{
		margin-right: 0px;
   		width: 100%;
   		display: block;
   		float: none;
	}
	.contact-right{
		margin-left: 0px;
   		width: 100%;
   		display: block;
   		float: none;
   		margin-top: 35px;
	}
	.footer-1, .footer-2, .footer-3, .footer-4{
		width: 100%;
		display: block;
		float: none;
		clear: both;
		text-align: center;
	}
	.footer-1, .footer-2, .footer-3{
		margin-bottom: 25px;
	}
	.site-footer{
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.footer-2 .widget-title, .footer-3 .widget-title{
		margin-bottom: 10px;
	}
	.partner{
		width: calc(100% / 2) !important;
	}
	.partner:nth-of-type(2n+1){
		clear: left;
	}
	.partner:nth-of-type(3n+1){
		clear: unset;
	}
	.partner-lists{
		padding-top: 35px;
		padding-bottom: 35px;
	}
	.content-left {
	    width: 100%;
	    float: none;
	    clear: both;
	    display: block;
	    margin-right: 0px;
	}
	.content-right {
	    width: 100%;
	    display: block;
	    float: none;
	    clear: both;
	    margin-left: 0px;
	}
	.desktop{
		display: none;
	}
	.content-left.mobile{
		display: block;
		margin-top: 40px;
	}
	.result-row{
		padding-left: 15px;
		padding-right: 15px;
	}
	.result-col-1{
		width: 100%;
		display: block;
		float: none;
		clear: both;
	}
	.result-col-2{
		width: 90%;
	}
	.sub-result-row-inner .result-col-1{
		display: none;
	}
	.home-panels{
		padding-top: 35px;
		padding-bottom: 35px;
	}
}
@media(max-width: 665px){
	#countdown-function{
		height: auto;
	}
	.countdown-panel-inner{
		padding-right: 15px;
		padding-left: 15px;
	}
	.big-text{
		font-size: 35px;
		line-height: 45px;
	}
	.small-text{
		margin-right: 10px;
		font-size: 15px;
		line-height: 25px;
		bottom: 8px;
	}
	.event-top-left, .event-top-right, .news-top-left, .news-top-right{
		display: block;
		float: none;
		clear: both;
		width: 100%;
	}
	.event-top-right a, .news-top-right a{
		float: left;
	}
	.quick-link {
	    width: 100%;
	    clear: both;
	    float: none;
	    display: table;
	}
	.quicklinks-panel{
		background-size: cover;
		max-width: 315px;
   	 	margin: 0 auto;
	}
	.news-feature-img{
		display: none;
	}
	.news-right {
	    width: 100%;
	    display: block;
	    float: none;
	    padding-left: 0;
	}
	.news{
		padding-top: 15px;
		padding-bottom: 15px;
	}
}