*{ 
	font-family:'Roboto';

}

body {
    background-color:#202124;
    color:#515151;
}

a {
    color:#f5f5f5;
}
a:hover {
    color:#ee1c25;
}

.header-top {
	border-top: 5px solid #ee1c25;
	padding: 20px 0px;
	background-color:#202124;
}
.header-logo {
	margin-top: 15px;
}
.options-wrap {
	text-align: right;
}
.options-wrap .btn {
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	background-color: #000000;
	border-radius: 30px;
	padding: 10px 25px;
	margin-left: 20px;
}
.btn.upcomingevent-btn {
	background-color: #000000;
}
.btn.contactus-btn {
	background-color: #ee1c25;
}
/*******MAIN MENU*********/
.mainmenu .navbar {
	padding: 0px;
}
.mainmenu .navbar-nav {
	margin: 10px 0px 0px auto;
}
.mainmenu .navbar-nav li {
	padding: 5px 0px 5px 33px;
	position: relative;
}
.mainmenu .navbar-nav li a {
	font-size: 22px;
	font-family: "Oswald";
	color: #f5f5f5;
	padding: 0px;
	text-transform: uppercase;
	text-decoration:none;
}
.mainmenu .navbar-nava:focus,
.mainmenu .navbar-nav a:hover {
	background: none;
	color: #ee1c25;
}


/*************SUB MENU*************/
.mainmenu .sub-menu {list-style: outside none none;  min-width: 250px;  padding: 0;  position: absolute;  z-index: 1000;  display:none;}
.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: #fff;  display: block;  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-color: #fff; padding-left:25px; color: #ee1c25 !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%;}


.header-bottom {
	position: relative;
}
.banner-wrap {
    top: 15%;
    right: 0;
    left: 0;
	position: absolute;
}
.banner-contents h1 {
	font-size: 65px;
	font-family: 'Oswald';
	font-weight: 600;
	color: #fff;
	margin: 0px;
	text-transform: uppercase;
	text-shadow: 1px 1px 2px #000;
}
.banner-contents h1 span {
	font-family: 'Oswald';
	color: #ee1c25;
}
.recentnews-holder {
	border: 2px solid #000;
	border-radius: 3px;
	background-color: #202124;
	padding: 20px;
}


.subbanner-wrap {
    top: 10%;
    right: 0;
    left: 0;
	position: absolute;
}
.main-holder {
	position: relative;
	margin-top: -350px;
	margin-bottom:30px;
}



.white-background {
	border: 2px solid #ddd;
	border-radius: 3px;
	background-color: #fff !important;
	padding: 20px;
}

.news-holder {
	position: relative;
	margin-top: -650px;
}
.heading h3 {
	font-size: 35px;
	font-family: "Oswald";
	color: #f5f5f5;
	text-transform: uppercase;
	margin-bottom: 30px;
	position: relative;
}
.heading h3::after {
	content: "";
	position: absolute;
	bottom: -13px;
	left: 0;
	width: 170px;
	height: 2px;
	background-color: #ee1c25;
}
.recentnews-wrap {
	margin: 15px 0px;
	padding: 15px 0px;
	border-bottom:1px solid grey;
}

.recentnews-details h5 {
	font-size: 18px;
	color: #000;
	font-family: "Oswald";
	font-weight: 400;
	text-transform: uppercase;
}
.recentnews-details p {
	font-size: 13px;
	font-family: "Poppins";
	color: #f1f1f1;
	margin: 0;
	margin-top:8px;
}
.recentnews-details h1,.recentnews-details h2,.recentnews-details h3,.recentnews-details li{
    color:#f1f1f1 !important;
}
.btn.common-btn {
	font-size: 14px;
	color: #fff;
	font-family: "Oswald";
	font-weight: 500;
	background-color: #ee1c25;
	text-transform: uppercase;
	padding: 7px 20px;
	border-radius: 3px;
}
.games-holder {
	padding: 50px 0px;
}
.games-contents {
	margin-top: 70px;
}
.games-contents h3 {
	color:#f1f1f1;
}

.games-wrap {
	position: relative;
	margin: 10px;
}
.games-details {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	background-color: rgba(255,255,255,0.5);
	padding: 20px 10px;
	box-shadow: 0px 0px 10px 1px #8f8f8f;
}
.games-details h5 {
	font-size: 30px;
	font-family: "Oswald";
	color: #000;
}
.games-details span {
	font-size: 15px;
	font-family: "Oswald";
	color: #000;
}
.games-holder .owl-nav {
	display: block !important;
}
.games-holder .owl-prev {
	background-color: rgba(0, 0, 0, 0) !important;
	background-image: url("../img/icons/games-left-arrow.png") !important;
	background-repeat: no-repeat !important;
	background-position: 0 0;
	display: inline-block;
	height: 28px;
	right: 2%;
	position: absolute;
	text-indent: -99999px;
	top: -105px;
	width: 18px;
	outline: none;
}
.games-holder .owl-next {
	background-color: rgba(0, 0, 0, 0) !important;
	background-image: url("../img/icons/games-right-arrow.png") !important;
	background-repeat: no-repeat !important;
	background-position: 0 0;
	display: inline-block;
	height: 28px;
	right: 0;
	position: absolute;
	text-indent: -99999px;
	top: -105px;
	width: 18px;
	outline: none;
}
.rink-holder {
	background-image: url("../img/others/habsdressingroom.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	padding: 100px 0px;
}
.rink-contents {
	margin-top: 30px;
}
.rink-contents li {
	background-color: #fff;
	margin: 10px 5px;
	border-radius: 5px;
	box-shadow: 0px 0px 3px 1px #dddd;
	width:14.28%;
}

.rink-contents li h4 {
	font-size: 15px;
	font-weight: 700;
	color: #fff;
	background-color: #525252;
	padding: 20px 7px;
	margin: 0px;
	border-radius: 5px 5px 0px 0px;
	text-align: center;
	text-transform: uppercase;
}
.rink-contents li h4 span {
	display: inline-block;
}
.rink-contents li p {
	font-size: 13px;
	color: #505050;
	font-weight: 400;
	margin: 9px 10px;
}
.rink-btn {
	text-align: right;
}
footer {
	background-color: #212121;
	padding: 40px 0px;
}
.foot-menu li {
	margin: 15px 30px 0px 0px;
}
.foot-menu li a {
	font-size: 20px;
	font-family: "Oswald";
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
}
.foot-menu li:first-child {
	margin-top: 0px;
}
.copyrights p {
	font-size: 15px;
	font-family: "Poppins";
	color: #cecece;
	margin: 10px 0px 0px;
}
.foot-social h6 {
	font-size: 20px;
	font-family: "Oswald";
	font-weight: 600;
	color: #ee1c25;
	text-transform: uppercase;
	margin: 20px 0px;
}
.foot-social li {
	margin-right: 20px;
}
.foot-social li a {
	font-size: 30px;
	color: #999999;
	text-decoration: none;
}



.mainnews-holder h1, .mainnews-holder h2, .mainnews-holder h3 {
    color:#f1f1f1;
}

.mainnews-holder a {
    color:#212529;
}

.white-background a {
    color:#212529;
}



.registration-form {
    margin:30px 10%;
    padding:15px;
    border:1px solid #d5d5d5;
    border-radius:15px;
}

.registration-form hr {
    margin:20px auto;
    width:80%;
    border-bottom:1px solid #d5d5d5;
}

.registration-form input[type="text"] {
    width:95%;
    padding:10px;
    margin-bottom:5px;
}
.registration-form textarea {
    width:100%;
    height:50px;
    margin-bottom:5px;
}

.registration-form input[type="text"]:placeholder-shown {
    background-color:#f7f7f7;
}

.registration-form textarea:placeholder-shown {
    background-color:#f7f7f7;
}




.modal-window {
  background-color: white;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  box-shadow: 0 0 20px 0 #222;
  -webkit-box-shadow: 0 0 20px 0 #222;
  -moz-box-shadow: 0 0 20px 0 #222;
  display: none;
  position: fixed;
  top: 10%;
  left: 30%;
  width: 600px;
  z-index: 1000;
	margin:10px;
	padding:10px;
}
#modal-background {
    display: none;  /* ensures it’s invisible until it’s called */
    position: fixed;  /* makes the div go into a position that’s absolute to the browser viewing area */
    left: 0%; /* makes the div span all the way across the viewing area */
    top: 0%; /* makes the div span all the way across the viewing area */
    background-color: black;
    -moz-opacity: 0.5; /* makes the div transparent, so you have a cool overlay effect */
    opacity: .50;
    filter: alpha(opacity=50);
    width: 100%;
    height: 100%;
    z-index: 999; /* makes the div the second most top layer, so it’ll lay on top of everything else EXCEPT for divs with a higher z-index (meaning the #overlay ruleset) */
}

.alert {
	font-size:12px;
}

.alert.notice { 
	background:url("../ersimages/exclamation.png") no-repeat scroll 15px 9px #FFFEDD;
	border:1px solid #FFEDB7;
	margin:20px auto;
	padding:10px 10px 10px 45px;
	width:90%;
}
.alert.error {
	background:url("../ersimages/error.png") no-repeat scroll 15px 9px #FFF0F0;
	border:1px solid #FFCCCC;
	color:#FF0000;
	margin:20px auto;
	padding:10px 10px 10px 45px;
	width:90%;
}
.alert.success {
	background:url("../ersimages/checkmark.png") no-repeat scroll 15px 9px #F2FFF2;
	border:1px solid #C1FFC1;
	margin:20px auto;
	padding:10px 10px 10px 45px;
	width:90%;
	color:#2EAD3D;
} 

.box {
	border-color:#a5a5a5;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	box-shadow: 0 0 10px 0 #222;
	-webkit-box-shadow: 0 0 10px 0 #222;
	-moz-box-shadow: 0 0 10px 0 #222;
	padding:20px;
	margin:20px auto;
	width:80%;
}

.box h3 {
	margin-top:0px;
}

.box p {
	margin:2px 0px;
}

.loading {
	padding-left:10px;
	font-size:1.5em;
	visibility:hidden;
}
.lshow {
	visibility:visible !important;
}


.ers .ersnavbar {
	padding:10px;
	background:#F5F5F5;
	border:1px solid #E5E5E5;
	margin-top:5px;
	margin-bottom:5px;
	font-size:12px;
}
.ers .ersnavbar a { 
	border-right:1px dotted #CCCCCC;
	margin-left:15px;
	padding-left:20px;
	padding-right:10px;
}

.ers #leftbar ul {
	line-height:18px;
	padding-left:25px;
}
.ers #leftbar {
	font-size:12px;
} 

.ers #leftbar a {
	text-decoration:none;
}

.ers a {
	text-decoration:none;
}
.ers a:hover {
	text-decoration:underline;
}

.ers #leftbar {
	margin-top:0px;
}

.ers #mainContent h1 {
	font-size:13px;
}
.ers #rightContent ul li {
	padding-bottom:10px;
}

.ers #leftcol {
    float:left;
    width:20%;
}
.ers #mainrightcol {
    float:right;
    width:79%;
}

.ers .cssbutton {
    font: bold 11px Arial;
    text-decoration: none;
    background-color: #EEEEEE;
    color: #333333;
    padding: 8px;
    border-top: 1px solid #CCCCCC;
    border-right: 1px solid #333333;
    border-bottom: 1px solid #333333;
    border-left: 1px solid #CCCCCC;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

.ers .cssbutton:hover {
	 background-color: #D5D5D5;
	 text-decoration:none;
}

.ersnavbar a.user { padding:0 10px 0  0; margin:0; }
.ersnavbar a.logout { background:url("../../ersimages/logout.png") no-repeat;border:none;float:right;padding-right:0;}
.ersnavbar a.home { background:url("../../ersimages/home.png") no-repeat; }
.ersnavbar a.main { background:url("../../ersimages/users.png") no-repeat; }
.ersnavbar a.users { background:url("../../ersimages/users.png") no-repeat;}




.news-title {
    font-size:1.2em;

}
.news-item {
    clear:both;
    padding:10px;
    border:1px solid #cecece;
    background-color:#ffffff;
    margin-bottom:5px;
    position:relative;
}
.news {
    clear:both;
}
.news-title img {
    width:16%;
    float:left;
    padding-right:10px;
    padding-bottom:5px;
}
.news-article {
    display:none;
    margin-top:15px;
}
.news-view {
    float:right;
    cursor:pointer;
    font-size:20px;
    margin-top:-5px;
    color:#0a7321;
}


// when the white background is in use:

.white-background a {
    color: #3c4147 !important;
}

.white-background {
    color:#282828 !important;
}

.tooltip {
    opacity:1;
}
.tooltip-inner {
    background-color:#d3d3d3;
}


/*RESPONSIVE*/

@media screen and (max-width: 1600px) {

	.news-holder {
		margin-top: -500px;
	}

	.main-holder {
		margin-top: -200px;
	}
}

@media screen and (max-width: 1399px) {
	.banner-contents h1 {
		font-size: 45px;
	}

	.news-holder {
		margin-top: -400px;
	}

	.main-holder {
		margin-top: -200px;
	}

    .mainmenu .navbar-nav li a {
      font-size:16px;   
    }
}





@media screen and (max-width: 1279px) {
	.header-top {
		padding: 10px 0px;
	}
    .options-wrap {
		margin-top: 10px;
	}
	.options-wrap .btn {
		font-size: 13px;
		border-radius: 30px;
		padding: 7px 15px;
		margin-left: 10px;
	}
	.mainmenu li.nav-item {
		margin: 5px 0px 5px 20px;
	}
	.mainmenu li.nav-item a.nav-link {
		font-size: 17px;
	}
	.banner-contents h1 {
		font-size: 45px;
	}
	.news-holder {
		margin-top: -300px;
	}

	.main-holder {
		margin-top: -200px;
	}
	
	.heading h3 {
		font-size: 25px;
	}
	.heading h3::after {
		width: 100px;
	}
	.recentnews-details span {
		font-size: 13px;
	}
	.recentnews-details h5 {
		font-size: 14px;
	}
	.recentnews-details p {
		font-size: 12px;
	}
	.recentnews-img {
		margin-top: 20px;
	}
	.btn.common-btn {
		font-size: 12px;
		padding: 5px 15px;
	}
	.games-holder .owl-prev {
		right: 4%;
	}
	.rink-holder {
		padding: 40px 0px;
	}
	.rink-contents li h4 {
		font-size: 13px;
		padding: 5px 0px;
	}
	.rink-contents li p {
		font-size: 12px;
		margin: 4px 5px;
	}
	.foot-menu li a {
		font-size: 15px;
	}
	.foot-menu li {
		margin: 15px 20px 0px 0px;
	}
	.copyrights p {
		font-size: 14px;
	}
	footer {
		padding: 30px 0px;
	}
	.foot-social h6 {
		font-size: 18px;
	}
	.foot-social li {
		margin-right: 15px;
	}
	.foot-social li a {
		font-size: 20px;
	}
}

@media screen and (max-width: 1023px) {
	.news-holder {
		margin-top: -200px;
	}

	.main-holder {
		margin-top: -100px;
	}

	
	.banner-contents h1 {
		font-size: 35px;
	}	
	.rink-contents {
		margin-top: 10px;
	}
	.rink-contents li {
		margin: 10px 2px;
	}
	.rink-contents li h4 {
		font-size: 10px;
		padding: 5px 0px;
	}
	.rink-contents li p {
		font-size: 10px;
		margin: 4px 2px;
	}
	.foot-menu li {
		margin: 20px 15px 0px 0px;
	}
}

@media screen and (max-width: 767px) {
	.navbar-brand {
		width: 100px;
	}
	.navbar-toggler {
		border: none !important;
		box-shadow: none !important;
		outline: none;
	}
	.options-wrap ul {
		justify-content: center;
		width: 100%;
	}
	.options-wrap {
		text-align: inherit;
	}
	.banner-contents h1 {
		font-size: 35px;
	}
	.news-holder {
		margin-top: 20px;
	}

	.main-holder {
		margin-top: 20px;
	}	
	.recentnews-img {
		margin: 0px 0px 10px;
	}
	.recentnews-details span {
		font-size: 14px;
	}
	.news-image {
		width: 220px;
		margin: 20px auto;
	}
	.games-holder {
		padding: 30px 0px;
	}
	.games-holder .owl-prev {
		right: 6%;
	}
	.rink-contents ul {
		display: block !important;
	}
    .rink-contents li {
	    background-color: #fff;
	    margin: 10px 5px;
	    border-radius: 5px;
	    box-shadow: 0px 0px 3px 1px #dddd;
	    width:auto;
    }
	
	.rink-contents li h4 {
		font-size: 14px;
		padding: 9px 0px;
	}
	.rink-contents li p {
		font-size: 13px;
		margin: 10px 5px;
	}
	.foot-menu ul {
		display: block !important;
	}
}
