*{ 
	font-family:'IBM Plex Sans';
}
.text-center img {
	display: inline-block;
}
.header-top {
    padding: 20px 0px;
    position: relative;
}
.header-logo {
    position: absolute;
    z-index: 9;
    top: 5px;
}
header {
	padding: 0px;
}
header .mainmenu {
	float: right;
}
header .mainmenu ul li a {
	text-decoration: none;
	font-size: 16px;
	color: #000;
	display: block;
}
header .mainmenu ul li {
    padding: 0px 16px;
    display: flex;
    vertical-align: middle;
    align-items: center;
}
header .mainmenu ul li:last-child {
	padding-right: 0px !important;
}
header .mainmenu ul li:last-child a.btn {
	font-size: 15px;
	color: #fff;
	font-family: "Cinzel";
	border-radius: 50px;
	background-color: #d6c229;
	text-transform: uppercase;
}
/*************SUB MENU*************/
.mainmenu .sub-menu {list-style: outside none none;  min-width: 250px;  padding: 0;  position: absolute; top:30px; z-index: 1000;  display:none;background-color:Red;}
.mainmenu li:last-child:hover .sub-menu {right: 0;}
.mainmenu li:hover > .sub-menu{ display:block; }
.mainmenu .sub-menu li{padding:0px !important;}
.mainmenu .sub-menu li a { background-color: #ddf1f1;  display: block; width:100%; padding: 10px 15px !important;  text-align: left; color: #000 !important;  text-decoration: none;  transition: all 0.3s ease-in-out 0s;}
.mainmenu .sub-menu li a:hover { background:#fff !important; padding-left:25px; color: #000 !important;}
.col-md-5ths {
	width: 20%;
	float: left;
}

/*************SUB MENU*************/
.mainmenu .sub-menu .sub-menu:hover > ul { display: block;}
.mainmenu .sub-menu .sub-menu {display: none; position: absolute; left: 100%; margin-top: -40px;}
.mainmenu .sub-left {left:-100% !important; width:100%;}

/*******MAIN MENU*********/
header .mainmenu .navbar {
	margin: 0px;
	padding: 0px;
}
.navbar-dark .navbar-nav .nav-link {
  color: #fff;
  margin: 0px;
}
.owl-theme .owl-nav {
	margin-top: 0;
}
header .mainmenu .navbar-nav a.active,
header .mainmenu .navbar-nav a:focus,
header .mainmenu .navbar-nav a:hover {
	background: none;
}
header .header-bottom {
	position: relative;
}
header .header-bottom .banner-contents {
	position: absolute;
	left: 0;
	right: 0;
	top: 35%;
	width: 100%;
}
header .banner-contents h3 {
	font-size: 55px;
	color: #fff;
	font-weight: 700;
	line-height: 1;
	font-family: "Cinzel";
	text-transform: uppercase;
}
.banner-contents p {
	font-size: 18px;
	color: #fff;
	line-height: 1.7;
	padding-top: 20px;
}
.banner-contents a {
	text-decoration: none;
	font-size: 24px;
	color: #fff !important;
	border-radius: 50px;
	border: 2px solid #993533 !important;
	background-color: #993533 !important;
	text-transform: capitalize;
	font-weight: 500;
	padding: 10px 30px;
	font-family: "Cinzel";
}
.banner-details {
    width: 60%;
    position: relative;
    z-index: 9999;
}
/*********** CAROUSEL NAV***********/
header .header-bottom .owl-prev {
	background-color: rgba(0, 0, 0, 0) !important;
	background-image: url("../img/icons/banner-left-arrow.png") !important;
	background-repeat: no-repeat !important;
	background-position: 0 0;
	margin:0px !important;
	display: inline-block;
	height: 64px;
	left: 5%;
	position: absolute;
	text-indent: -99999px;
	top: 45%;
	width: 33px;
	outline: none !important;
	opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
header .header-bottom .owl-next {
	background-color: rgba(0, 0, 0, 0) !important;
	background-image: url("../img/icons/banner-right-arrow.png") !important;
	background-repeat: no-repeat !important;
	background-position: 0 0;
	margin:0px !important;
	display: inline-block;
	height: 64px;
	right: 5%;
	position: absolute;
	text-indent: -99999px;
	top: 45%;
	width: 33px;
	outline: none !important;
	opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
header .header-bottom:hover .owl-prev {
	opacity: 1;
	left: 2%;
}
header .header-bottom:hover .owl-next {
	opacity: 1;
	right: 2%;
}

/**********CAROUSEL DOTS***************/
header .header-bottom .owl-theme .owl-controls {
    margin-top: 0;
}
header .header-bottom .owl-dots {
	bottom: 5%;
	left: 0;
	position: absolute;
	right: 0;
}
header .header-bottom .owl-theme .owl-dots .owl-dot span {
	background-color: #fff;
}
header .header-bottom  .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background-color: #edb200;
}
.banner-shape {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9;
}
.heading h3 {
	font-size: 42px;
	color: #000;
	font-weight: 700;
	line-height: 1;
	font-family: "Cinzel";
	text-transform: uppercase;
}
.heading p {
	font-size: 18px;
	color: #000;
	line-height: 1.7;
	padding-top: 20px;
}
.rink-section {
    padding: 70px 0px;
    background-color: #f6f6f6;
    position: relative;
}
.rink-section .owl-nav {
	display: block !important;
}
/*********** CAROUSEL NAV***********/
.rink-section .owl-prev {
	background-color: rgba(0, 0, 0, 0) !important;
	background-image: url("../img/icons/rink-left-arrow.png") !important;
	background-repeat: no-repeat !important;
	background-position: 0 0;
	margin:0px !important;
	display: inline-block;
	height: 41px;
	left: -3%;
	position: absolute;
	text-indent: -99999px;
	top: 45%;
	width: 41px;
	outline: none !important;
}
.rink-section .owl-next {
	background-color: rgba(0, 0, 0, 0) !important;
	background-image: url("../img/icons/rink-right-arrow.png") !important;
	background-repeat: no-repeat !important;
	background-position: 0 0;
	margin:0px !important;
	display: inline-block;
	height: 41px;
	right: -3%;
	position: absolute;
	text-indent: -99999px;
	top: 45%;
	width: 41px;
	outline: none !important;
}
.rink-heading {
    padding-bottom: 50px;
}
.rink-table table th {
	font-size: 19px;
	color: #fff;
	font-weight: 500;
	padding: 10px 30px;
	font-family: "Cinzel";
	background-color: #d1c02e !important;
	border-radius: 10px 10px 0px 0px;
}
.rink-table table td {
	font-size: 20px;
	color: #000;
	font-weight: 500;
	padding: 10px 30px;
	font-family: "Mulish";
	border-bottom: 1px solid #b0b0b0;
}
.rink-table table td span {
	display: block;
	color: #168f8d;
}
.rink-table {
    background-color: #fff;
    min-height: 600px;
    border-radius: 10px;
}
.rink-table table tr:last-child td {
	border-bottom: none;
}
.about-section {
    background-image: url(../img/others/cont-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 70px 0px;
}
.about-heading h3 {
	font-size: 22px;
	color: #000;
	font-weight: 700;
	line-height: 1.4;
	font-family: "Cinzel";
	text-transform: uppercase;
	width: 60%;
	margin: 0px auto 30px;
}
.about-heading {
	background-color: #fff;
	border-radius: 10px;
	padding: 50px 30px;
}
.about-heading ul li:first-child a.btn {
	font-size: 15px;
	color: #fff;
	font-family: "Cinzel";
	border-radius: 50px;
	background-color: #d6c229;
	text-transform: uppercase;
	text-align: center;
}
.about-heading ul li {
	font-size: 14px;
	color: #000;
	font-weight: 700;
	text-transform: uppercase;
	font-family: "Cinzel";
	text-align: left;
	margin: 0px 20px;
	border-right: 3px solid #6c9900;
	padding-right: 20px;
}
.about-heading ul li:first-child {
	border-right: none;
}
.about-heading ul li:last-child {
	border-right: none;
}
.watch-section {
    background-color: #fff;
    padding: 70px 0px;
}
.feed-section {
    background-color: #f7f5f5;
    padding: 70px 0px;
}
.feed-heading {
    padding-bottom: 40px;
}
.feed-cont-wrap {
    background-color: #ffff;
    padding: 10px;
    border-radius: 5px;
    height: 500px;
}
.feed-contents img {
	width: auto !important;
}
.feed-contents {
	padding: 20px;
}
.feed-contents p {
	padding-top: 20px;
	font-size: 14px;
}

.main-holder {
    padding:20px 0px;
}

.footer-section {
    background-image: url(../img/others/footer-bg.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    padding: 350px 0px 50px;
}
.footer-menu ul li a {
	text-decoration: none;
	font-size: 18px;
	color: #000;
	font-family: "Cinzel";
	font-weight: 700;
	text-transform: uppercase;
}
.footer-menu ul li {
	margin-right: 20px;
}
.footer-menu ul li:last-child {
	margin-right: 0px;
}
.copyrights p {
	font-size: 18px;
	color: #000;
	margin-bottom: 0px;
}
.footer-menu {
    padding: 40px 0px;
}
.contact-form .form-groups {

    padding: 10px;
}
.contact-form .form-control {
	font-size: 18px;
	color: #282828;
	border-top: none;
	border-left: none;
	border-right: none;
	border-radius: 0px;
	border-bottom: 1px solid #d6c229;
}

.contact-form .error {
    color:red;
}
.contact-heading ul li a {
	text-decoration: none;
	font-size: 18px;
	color: #010101;
}
.contact-heading ul li {
	text-decoration: none;
	font-size: 18px;
	color: #476645;
	margin-right: 20px;
}
.contact-section {
    padding: 70px 0px;
}
.contact-map {
    padding-top: 60px;
}
.footer-section.inner-page {
	background-image: url("../img/others/inner-footer-bg.png");
}

.contact-form .form-control::-webkit-input-placeholder {
  color: #282828;
  opacity: 1;
}

.contact-form .form-control::-moz-placeholder {
  color: #282828;
  opacity: 1;
}

.contact-form .form-control::-ms-input-placeholder {
  color: #282828;
  opacity: 1;
}

.contact-form .form-control::placeholder {
  color: #282828;
  opacity: 1;
}
.contact-form .submit-btn {
	text-decoration: none;
	font-size: 18px;
	color: #fff;
	font-weight: 700;
	border-radius: 0px;
	font-family: "Cinzel";
	text-transform: uppercase;
	background-color: #d6c229;
	padding: 7px 20px;
	width: 100%;
	text-align: center;

}
.contact-form .form-group {
    width: 50%;
    float: left;
    padding: 10px;
}


.alert.notice { 
	background:url("../img/exclamation.png") no-repeat scroll 15px 9px #FFFEDD;
	border:1px solid #FFEDB7;
	margin:20px auto;
	padding:10px 10px 10px 45px;
	width:80%;
}
.alert.error {
	background:url("../img/error.png") no-repeat scroll 15px 9px #FFF0F0;
	border:1px solid #FFCCCC;
	color:#FF0000;
	margin:20px auto;
	padding:10px 10px 10px 45px;
	width:80%;
}
.alert.success {
	background:url("../img/checkmark.png") no-repeat scroll 15px 9px #F2FFF2;
	border:1px solid #C1FFC1;
	margin:20px auto;
	padding:10px 10px 10px 45px;
	width:80%;
	color:#2EAD3D;
} 	

.loading {
	padding-left:10px;
	font-size:1.5em;
	visibility:hidden;
}
.lshow {
	visibility:visible !important;
}

.footer-wrap h3 {
	font-size: 37px;
	color: #7d7bea;
	margin-bottom: 25px;
}
.footer-wrap ul li a {
	text-decoration: none;
	font-size: 18px;
	color: #696969;
}
.footer-wrap ul li {
	padding-bottom: 5px;
}
.footer-contact ul li {
	background-repeat: no-repeat;
	padding-left: 35px;
	background-position: left 7px;
	padding-bottom: 10px;
}
.footer-contact ul li.location {
	background-image: url(../img/others/cont-1.png);
}
.footer-contact ul li.phone {
	background-image: url(../img/others/cont-2.png);
}	
.footer-contact ul li.mail {
	background-image: url(../img/others/cont-3.png);
}
.social-icons ul li a i {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	padding-top: 10px;
	text-align: center;
	background-color: #e5accc;
}
.social-icons ul li a {
	text-decoration: none;
	color: #fff;
	font-size: 20px;
}
.social-icons ul li {
	padding-right: 8px;
}

.fc a {
    color:black;
    text-decoration:none;
}

/*RESPONSIVE*/
@media screen and (max-width: 2880px) {

}

@media screen and (max-width: 1920px) {

}
@media screen and (max-width: 1680px) {

}

@media screen and (max-width: 1600px) {

}

@media screen and (max-width: 1440px) {

}

@media screen and (max-width: 1366px) {

}

@media screen and (min-width: 1100px) and (max-width: 1280px) {

}
@media screen and (max-width: 1279px) {
	header .mainmenu ul li a {
    font-size: 13px;
	}
	header .mainmenu ul li {
    padding: 0px 6px;
	}
	header .mainmenu ul li:last-child a.btn {
    font-size: 13px;
	}
	header .banner-contents h3 {
    font-size: 35px;
	}
	.banner-contents a {
	    font-size: 18px;
	}
	.heading h3 {
    font-size: 30px;
}
.rink-table table th {
    font-size: 18px;
    padding: 10px 20px;
}
.rink-table table td {
    font-size: 18px;
    padding: 10px 20px;
}
.about-heading h3 {
    font-size: 17px;
    width: 60%;
}
.about-heading ul li {
    font-size: 12px;
    margin: 0px 10px;
    padding-right: 10px;
}
.footer-menu ul li a {
    font-size: 15px;
}
}

@media screen and (max-width: 1023px) {
	.col-md-5ths {
		width: 20%;
		float: left;
	}
	.footer-menu ul li {
    margin-right: 10px;
	}
	.footer-menu ul li a {
    font-size: 13px;	
	}
	.about-heading h3 {
    font-size: 17px;
    width: auto;
	}
	header .banner-contents h3 {
	    font-size: 25px;
	}
	.banner-contents p {
    font-size: 15px;
	}
	.banner-contents a {
	    font-size: 14px;
	}
	header .header-bottom .banner-contents {
    top: 25%;
	}
	header .mainmenu ul li a {
    font-size: 10px;
	}
	header .mainmenu ul li:last-child a.btn {
    font-size: 10px;
	}
	.header-logo {
	    width: 16%;
	}
	.copyrights p {
    font-size: 13px;
	}
}

@media screen and (max-width: 767px) {
	header .header-logo {
	    text-align: center;
	}
	header .header-logo img {
		display: inline-block;
	}
	header .mainmenu .navbar {
	  margin: 0;
	  padding: 0;
	}
	.icon-bar {
		background-color: #000;
		border-radius: 1px;
		display: block;
		height: 2px;
		width: 22px;
	}
	.icon-bar + .icon-bar {
		margin-top: 4px;
	}
	button:focus {
		outline: none;
	}
	.navbar-toggler {
	  background-color: transparent;
	  background-image: none;
	  border-radius: 0;
	  padding: 9px 10px;
	}
	.navbar-dark .navbar-toggler {
	  border: medium none;
	}
	header .header-top .mainmenu ul li {
	  margin-bottom: 10px;
	}
	header .header-top .mainmenu ul li .sub-menu li {
	  margin-bottom: 0px;
	}
	.mainmenu li:last-child:hover .sub-menu {
		right: auto;
	}
	header .mainmenu {
		float: none;
		padding-top: 0px;
	}
	.footer-menu ul {
		display: block !important;
	}	
	.footer-menu ul li {
    margin-right: 0px;
	}
	.about-heading ul {
		display: block !important;
	}
	.about-heading ul li {
    font-size: 12px;
    margin: 20px 10px;
    padding-right: 0px;
    text-align: center;
    border: none;
	}
	header .header-bottom .banner-contents {
    top: 5%;
	}
	header .banner-contents h3 {
    font-size: 19px;
	}
	.banner-contents p {
    font-size: 10px;
    padding: 0px;
}
.header-top {
    padding: 10px 0px;
    position: relative;
}
a.navbar-brand {
    width: 110px;
}

.fc-h-event .fc-event-main-frame {
    display:block !important;
}
.fc .fc-toolbar-title {
    font-size:1.0em;
}
}
@media screen and (max-width: 480px) {
	
}
@media screen and (max-width: 414px) {
	
}
@media screen and (max-width: 387px) {

}
@media screen and (max-width: 375px) {

}
@media screen and (max-width: 360px) {

}
@media screen and (max-width: 320px) {

}