body, html{
   padding: 0;
   margin: 0;
   font-family: 'Open Sans', sans-serif !important;
   height:100%;
}
.no_padding{
   padding: 0;
}
.header-wrapper {
  overflow: hidden;
  text-align:center;
}
a, a:hover, a:focus{
  text-decoration: none !important;  
}
a:hover, a:focus{
   color: #fff !important;
}
.banner_in {
   background-image: url("../images/bg_hocky.jpg");
   text-align: center;
   background-position: center;
   -webkit-background-size: cover;
   -moz-background-size: cover;
   -o-background-size: cover;
   background-size: cover;
   background-attachment: fixed;
   background-repeat: no-repeat;
  -webkit-animation: shrink 5s infinite alternate;
  animation: shrink 5s infinite alternate;
  transition: all .5s ease-in-out;
  width: 100%;
  height:100%;
  font-size:14px;
}

@keyframes shrink {
  0% {
    background-size: 110% 110%;
  }
  100% {
    background-size: 100% 100%;
  }
} 

.text{
  color:#b50404;
  font-weight:bold; 
}
.pick_up {
	background: rgba(17, 42, 77, 0.6);
	color: #fff;
	padding: 25px 30px 6px;
	border-radius: 7px;
	width: 100%;
	margin: 0 auto;
}
body .home_logo img {
	width: 250px;
}
body .home_logo {
	left: 50px;
	top: -25px;
}
.main_home .header_logo{
	display: none;
}
.pick_up h2, .login_form h2, .sign_up h2, .rink h2  {
	font-size: 40px;
	margin-bottom: 30px;
	font-weight: 600;
	opacity: 1;
	color: #fff;
}
.pick_up input {
	height: 60px;
	width: 100%;
	display: block;
	padding: 10px;
	color: #000;
	opacity: 1;
	border-radius: 4px;
	border: 2px solid #ededed;
}
.pick_up input:focus, .pick_up input:hover, .login_form input:focus, 
.login_form input:hover, .sign_up input:hover, .sign_up input:focus {
	border: 2px solid #0635ea;
}
::placeholder {
	color: ;
	color: #666;
	opacity: 1;
	font-size: 18px;
	text-transform: ;
}
.rink{
    text-align: center;
}
.green_btn, .submit_btn {
	display: inline-block;
	color: #fff !important;
	background: #058d5d;
	padding: 10px 20px;
	margin-top: 15px;
	border-radius: 4px;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 500;
	width: 100%;
	border: 0 !important;
}
.div_btn .btn1 {
	width: 49%;
	float: left;
}
.div_btn {
	display: inline-block;
	width: 100%;
}
.rink a {
     margin-top: 15px; 
    margin-left: 5px !important;
}
.modal-header {
	border-bottom: none;
	padding-bottom: 0;
	display: block;
	text-align:center;
}
.modal-header .close {
	position: absolute;
	right: 15px;
	top: 15px;
}
.modal-open, .show{
  padding:right:0;
}
.pick_pop {
	font-size: 18px;
	text-align: center;
	font-weight: 500;
}
.ok, .red_btn {
	background: #058d5d;
	color: #fff;
	font-size: 16px;
	padding: 5px 10px;
	font-weight: 600;
	border-radius: 4px;
	text-transform: uppercase;
	display: inline-block;
	margin-top: 0px;
	margin-left: 15px;
}
.div_btn {
	display: inline-block;
	width: 100%;
}
.select_rink a {
    color: #fff;
    text-decoration: none;
}
.select_rink a:hover {
    color: #fff;
    text-decoration: none;
}
.pick_msg, .note {
	color: #fff;
	margin: 20px 0 0;
	font-size: 18px;
	font-weight: 600;
	display: inline-block;
	width: 100%;
}	
.ok:hover, .red_btn:hover{
   color: #fff;
}   
.red_btn, .cancl_btn, .no {
	background: #b50404 !important;
	border: 0 !important
}
.join_rink .ed_btn {
	background: #058d5d;
}
.modal-body a:hover {
	opacity: .8;
	color: #fff;
}
.modal-body {
	text-align: center;
	padding: 30px 15px;
}
a:hover, [type="submit"]:hover {
	opacity: .8;
}
.sub_menu li:hover {
	background: rgba(17, 42, 77);
}
.login_form, .sign_up, .rink {
	background: rgba(17, 42, 77, 0.6);
	padding: 30px;
	color: #fff;
	border-radius: 7px;
	width: 90%;
    margin: 0 auto;
}
.rink{
  width: 100%;
 }
.login_form input, .rink input, textarea{
	display: block;
	width: 100%;
	height: 55px;
	border-radius: 4px;
	margin-bottom: 20px;
	padding: 10px;
    border: 2px solid #ededed;
	color: #333;
	font-size: 18px;
}
textarea {
	height: 80px;
}
.sign_up input {
	width: 100%;
	float: left;
	height: 55px;
	border-radius: 4px;
	border: 1px solid #ddd;
	margin: 0 auto 20px;
	padding: 10px;
    border: 2px solid #ededed;
	font-size: 18px;
    text-transform: capitalize;
}
/* .sign_up input:nth-child(2n+1) {
	margin-left: 10px;
} */
.signup_btn {
	margin-top: 15px;
}
.checkbox input[type="checkbox"]{
	width: auto !important;
	height: auto !important;
	margin: 5px 8px 0 0 !important;
	float: none;
}
.checkbox {
	display: inline-block;
	width: 100%;
	margin-bottom: 15px;
}
li{
  list-style: none;
}
.new_zip, .find_pick {
	display: inline-block;
	width: 100%;
	position: relative;
}
.code_list {
	padding: 0;
	width: 100%;
	border-radius: 5px;
	display: none;
}
.code_list li {
    padding:0;
	font-weight: 600;
	border-bottom: 1px solid #324d72;
	text-align: left;
}
.code_list li:hover {
	background: #032a60;
}
.rink_btn, .footer_btn, .rink, .sign_up{
  margin-bottom: 20px;
}
.account {
    margin: 15px 0 0;
    font-size: 16px;
}
.account a {
	color: #058d5d;
	font-weight: 600;
	font-size: 18px;
}
.pick2 .submit_btn  i {
	font-size: 30px;
	line-height: 40px;
}
.checkbox #infoMessage {
    margin-top: 0;
    text-align: center;
}
.browse_btn {
	padding: 0 !important;
	height: 35px !important;
	border: none !important;
	font-size: 16px;
	position: absolute;
	right: 0 !important;
	width: 70% !important;
}
.slect_img {
	text-align: left;
	position: relative;
	display: inline-block;
	width: 100%;
}
.b_img {
	float: left;
	width: 30%;
	font-size: 18px;
	font-weight: 600;
	padding: 5px 0;
}
.rink_banner img {
    border-radius: 10px;
    max-height: 450px;
	width: 100%;
}
.rink_banner img:hover{
   -webkit-filter: grayscale(50%); 
   filter: grayscale(50%);
}
	.rink_detail label {
	font-size: 15px;
	font-weight: 600;
	margin: 0;
	width: 20%;
}
.rink_detail {
	margin: 0;
	text-align: left;
	padding: 0px 0px 5px;
}
.rink_detail span {
	width: 70%;
	display: inline-flex;
}
.info_section label {
	width: auto;
}
.info_section span {
    width: auto !important;
}
.info_section {
	background: rgba(17, 42, 77, 0.8);
	margin: 0 0px 15px;
	border-radius: 4px;
	padding: 15px;
}
.address_info {
	background: rgba(8, 38, 80, 0.9);
	padding: 17px 11px;
}
.join, .ed_btn {
	width: auto;
	margin: 0 !important;
	background: #02204d;
	padding: 13px 8px;
	float: right;
	font-size: 13px;
}
.select_rink {
	width: auto;
	text-align: left;
	margin: 0;
	float: left;
	font-size: 22px;
	text-transform: uppercase;
	font-weight: 600;
	padding: 7px 0;
}
.info_section .select_rink{
	width:100%;
	word-break: break-all;
}
.join_rink {
	background: rgba(15, 56, 113, 0.8);
	border: 1px solid #233a5a;
	margin-bottom: 15px;
	padding: 5px 12px;
	display: inline-block;
	width: 100%;
	border-radius: 4px;
}
.schdule_rink label {
	width: 28%;
}
.multi_rink .join {
    padding: 5px;
    font-size: 14px;
    text-align: center;
}
.multi_rink .join i {
    margin-right: 5px;
}
.green span {
	float: left;
}
.multi_rink .select_rink {
	font-size: 16px;
}
.multi_rink {
	padding: 8px 15px;
	margin-bottom: 5px;
}
.pick2 input, .find_pick input {
	float: left;
	width: 100%;
	height: 60px;
}
.pick2 .submit_btn, .find_pick .submit_btn {
	float: left;
	width: 10%;
	margin: 0;
	height: 60px;
	position: absolute;
	right: 0;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	padding: 10px 14px;
}
.form-group{
  text-align: left;
 }
 .form-group label{
  font-size: 18px;
  font-weight: 600;
}
.fileUpload {
	position: relative;
	overflow: hidden;
	float: left;
	margin-left: 10px;
	width: 18.5%;
	margin-top: 3px;
    text-align: center;
}
.choose_file{
  width: 80% !important;
  float: left;
  background: #fff;
}
.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}
div#infoMessage {
    float: left;
    width: 100%;
    text-align: left;
    margin-top: -14px;
	color: #ff0000;
}
#infoMessage .alert.alert-error {
    padding: 0;
}
div#hockey_arena1 {
    padding-top: 0;
    border-radius: unset;
}
#infoMessage a.close {
    display: none;
}
.logout_button {
    text-align: right;
    display: flex;
    float: right;
}
.logout_button h2 {
    font-size: 20px;
    color: #fff;
}
.logout_button a {
    background: #b50404;
    color: #fff;
    padding: 0px 14px;
    margin: 2px 11px;
}
.spiner_image img {
    width: 60px;
}
.results {
    float: left;
    width: 100%;
    margin-top: 25px;
}
.rink_detail input#myInput {
    height: 44px;
}
.rink_detail button {
	height: 44px;
	line-height: initial;
	background: #058d5d;
	color: #fff;
	border-radius: 4px;
	margin-left: 5px;
	border: 0;
	padding: 0 10px;
}
.rink_detail th {
    border-top: 0;
}
.nav_bar li a {
    background: #000;
    color: #fff;
    padding: 5px 15px;
    float: left;
}
.nav_bar li {
    float: right;
    margin: 0 10px;
    color: #fff;
}
.nav_bar li:hover {
	cursor: pointer;
}
ul.nav_bar {
    float: right;
    position: fixed;
    width: 100%;
    right: 0;
    text-align: right;
    background: rgba(17, 42, 77, 0.6);
    z-index: 9;
	padding: 0;
}
ul.sub_menu {
    display: none;
}
.nav_bar li:hover .sub_menu {
    display: block;
}
ul.sub_menu {
	position: absolute;
	top: 40px;
	padding: 0;
	width: 103px;
	right:0;
	background: #058d5d;
}
.sub_menu li {
    float: left;
    width: 100%;
    text-align: left;
	margin:0px;
	display:block;
}
li.name_user {
	margin: 0;
	text-transform: capitalize;
}
.nav_bar a {
	color: #fff;
	background: #058d5d;
	display: block;
	padding: 4px 10px;
	border-radius: 4px;
}
.sub_menu li a{
    border-radius: 0px;
}
.green, .name_user{
    padding: 10px;
}
.sub_menu li a {
	width: 100%;
	color: #fff;
	display: block;
	padding: 5px;
}
.form-sucessfully {
    top: 40%;
    position: relative;
    background: rgba(17, 42, 77, 0.6);
    color: #fff;
    width: 100%;
    max-width: 560px;
    margin: 0 auto;
    padding: 20px;
    border-radius: 6px;
}
.form-sucessfully h1 {
    color: #fff;
}
.form-sucessfully p {
    font-size: 15px;
    margin-top: 12px;
}

.join_pickup p.rink_detail label {
    width: 30%;
}
.join_pickup .rink_detail span {
    width: 65%;
}
.goal_keeper input[type="radio"] {
	width: 30px;
	float: none;
	height: auto;
	margin: 0;
	height: 30px;
    position: absolute;
	top: 0;
	z-index: 7;
	opacity: 0;
}
.goal_keeper label {
	margin-left: 40px;
	margin-bottom: 0;
	padding: 4px 0;
}
.join_pickup .join {
    float: left;
}
.red_btn {
	display: block;
	width: 100%;
	height: 55px;
	border-radius: 4px;
	margin-bottom: 20px;
	padding: 14px 10px;
	border: 2px solid #ededed;
	font-weight: 500;
	color: #fff;
	font-size: 18px;
}
.goal_keeper {
	text-align: left;
	margin-bottom: 15px;
}
.radio_btn {
	position: relative;
	display: inline-block;
	width: 35%;
}
.radio_btn .check {
	display: block;
	position: absolute;
	border: 5px solid #fff;
	border-radius: 100%;
	height: 30px;
	width: 30px;
	left: 0;
	z-index: 5;
	top: 0;
	transition: border .25s linear;
	-webkit-transition: border .25s linear;
}
.radio_btn .check::before {
	display: block;
	position: absolute;
	content: '';
	border-radius: 100%;
	height: 12px;
	width: 12px;
	top: 4px;
	left: 4px;
	margin: auto;
	transition: background 0.25s linear;
	-webkit-transition: background 0.25s linear;
}

input[type=radio]:checked ~ .check {
  border: 5px solid #058d5d;
}

input[type="radio"]:checked ~ .check::before {
	background: #fff;
}
.pickup_members ul{
	padding: 0;
	margin: 0;
}
.member_list {
	background: #fff;
}
.member_list li {
	color: #000;
}
.main_heading li, .pickup_list li {
	width: 18%;
	display: inline-block;
	margin-right: -4px;
	padding: 7px 10px;
}
.of_url {
    background: #02204d;
    border: none;
    padding: 10px;
    font-size: 14px;
}
.logo {
	float: left;
	z-index: 99;
	position: absolute;
	left: 15px;
	top: 5px;
}
.header_logo img {
	width: 300px;
}
.pickup_members li {
    text-transform: capitalize;
    text-align: center;
}
.e-d {
	width: 8% !important;
}
.member_list li {
    width: 50%;
    display: inline-block;
    margin-right: -4px;
    padding-left: 40px;
    text-align: left;
}
.pickup_list a{
   margin: 0 !important;
}
.title_member {
	background: #ededed;
}
.pickup_members {
	width: 100%;
}
.main_heading {
	background: #152b4b;
	margin: 0;
	border-radius: 4px;
}
.pickup_list {
	background: #394e6e;
}
.e-d a {
	color: #fff;
}
.line_br > li:first-child {
	padding: 0 15px;
	height: 40px;
	cursor: pointer;
}
.pickup_list .plus_icon {
	width: auto;
	float: left;
	vertical-align: middle;
	display: block;
	margin-right: 3px;
	cursor: pointer;
	padding: 5px 0;
}
.pickup_list .pickup_url {
	background: #02204d;
	border: 0;
	width: 70%;
	padding: 10px;
	font-size: 14px;
}
.main_heading li {
	font-size: 16px;
}
.rink_banner {
	padding: 20px;
}
.collapsed .fa-minus {
    display: none;
}.collapsed .fa-plus {
    display: block;
}
.fa-plus{
 display: none;
 }
.line_br {
	border-top: 1px solid #fff;
}
.modal-title {
	font-size: 18px;
	font-weight: 600;
}
.code_list a {
	display: block;
	padding: 15px;
	word-break: break-all;
}
.code_list p{
	width: 100%;
	padding: 0px;
}
.pick_up h2 {
	float: right;
	font-style: italic;
}
.top {
	margin-top: 120px;
}
.alert-success {
	width: 50%;
	margin: 0 auto 30px;
}
.delete_msg {
	position: absolute;
	top: -75px;
	width: 95%;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.outer_area::-webkit-scrollbar {
  height:15px;
}
 
.outer_area::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 4px #02204d;
}
 
.outer_area::-webkit-scrollbar-thumb {
  background-color: #fff;
  outline: 1px solid #fff;
  border-radius: 5px;
}
.outer_area::-webkit-scrollbar-button {
    background: #02204d;
    width: 20px;
    display: inline;
}
.line_br.move_pick {
	display: inline-block;
	width: 100%;
	padding: 6px 15px;
}
.move_pick .join {
	float: none;
	background: #b50404;
}
.abt_pop {
	border: 3px solid #033a8c;
	padding: 5px 15px 15px;
}
.logo-pop {
	float: left;
	width: 30%;
}
.mid_sec {
	text-align: left;
}
.about-popup .modal-dialog {
	max-width: 630px;
}
.pop-text {
	float: left;
	width: 70%;
	padding-left: 20px;
}
.plyr1 {
	float: left;
}
.plyr2 {
	float: right;
}
.plyr1, .plyr2 {
    display: block;
	margin-top: 10px;
}
.abt_pop {
	font-size: 13px;
	font-weight: 600;
}
.lft_div, .ryt_div {
	float: left;
	width: 50%;
	margin: 15px 0 0;
}
.logo-pop img {
	width: 100%;
}
ol {
	padding: 0;
}
.lft_div {
	text-align: left;
	font-style: italic;
}
.ryt_div {
	text-align: right;
	position: absolute;
	bottom: 0;
	right: 0;
}
.bottom_txt {
	position: relative;
}
.dark {
	font-weight: 700;
	font-size: 18px;
}
.pop-abt {
	text-align: left;
	font-size: 18px;
	font-weight: 600;
	padding-top: 10px;
	cursor: pointer;
	display:block;
}
.clse-pop {
	font-size: 20px;
	text-align: right;
}
.pick_rt {
	background: none;
	border: 0;
}
.ryt_div a {
	color: #333333;
}
.ryt_div a:hover {
	color: rgb(4, 46, 104) !important;
}
.swipe {
	padding-left: 30px !important;
	visibility: hidden;
}


/***********media************/
@media only screen and (max-width: 1200px){
.div_btn .btn1 {
	width: 48%;
}
/*.animate {
	padding: 90px 15px 30px;
}*/
.header_logo img {
	width: 260px;
}
}

@media only screen and (max-width: 991px){
.header_logo img {
	width: 200px;
}
.rink_detail label {
		width: 29%;
}
.fileUpload {
	width: 18%;
}
.team {
    width: 850px !important;
    max-width: 850px;
    transform: rotateX(180deg);
}
.outer_area {
    overflow-x: scroll;
    padding: 0;
    transform: rotateX(180deg);
}
.address_info .rink_detail label {
	width: auto;
}
body .home_logo img {
	width: 220px;
}
body .home_logo{
	left: 30px;
}
.alert-success {
	width: 70%;
}
.swipe {
	visibility: visible;
}
}

@media only screen and (max-width: 767px){
.header_logo{
	top:5px;
}
body .home_logo img {
	width: 190px;
}
.sign_up input {
	width: 100%;
	float: none;
}
.sign_up input:nth-child(2n+1) {
	margin-left: 0;
}
.checkbox {
	font-size: 14px;
}
.login_form, .sign_up, .rink {
	padding: 15px;
	width: 100%;
}
.pick_up h2, .login_form h2, .sign_up h2, .rink h2 {
	font-size: 24px;
}
.rink_detail label {
	font-size: 14px;
	width: 40%;
}
.pick2 .submit_btn, .find_pick .submit_btn{
	width: 15%;
}
.fileUpload {
	width: 22%;
	padding: 10px 15px;
}
.choose_file {
	width: 75% !important;
}
.rink_detail span {
	width: 58%;
	font-size: 12px;
}
.desc_info .rink_detail span{
	width: 100%;
}
.outer-area {
	overflow-x: auto;
}
}

@media only screen and (max-width: 576px){
/*.animate {
	font-size: 26px;
}*/
.pick_up h2 {
	font-size: 26px;
}
.pick_up {
	padding: 15px 10px;
}
.schdule_rink label {
	width: 38%;
}
.browse_btn {
	 position: unset; 
     width: 100% !important;
}
.fileUpload {
	width: 27%;
	padding: 10px;
}
.choose_file {
	width: 70% !important;
}
.red_btn {
	margin-left: 12px;
}
/*.rink_detail span {
	display: inline-grid;
}*/
.info_section {
	padding: 15px 0;
}
body .home_logo img {
	width: 175px;
}
body .home_logo {
	left: 20px;
}
}

@media only screen and (max-width: 420px){
/*.animate {
	font-size: 18px;
}*/
.schdule_rink label {
	margin-bottom: 6px;
}
.rink_detail span {
	padding: 0;
}
::placeholder {
	font-size: 14px;
}
.select_rink {
	font-size: 14px;
}
.pick2 .submit_btn, .find_pick .submit_btn {
	width: 20%;
}
.pick2 .submit_btn i, .find_pick .submit_btn i {
	font-size: 20px;
}
.fileUpload {
	width: 38%;
	margin-left: 2%;
}
.choose_file {
	width: 60% !important;
}
.div_btn .btn1 {
	margin-left: 9px;
}
.ok, .red_btn {
	margin-left: 0;
}
.ed_btn {
	margin-bottom: 10px !important;
}
.pick_up h2, .login_form h2, .sign_up h2, .rink h2 {
	font-size: 18px;
}
.logo img {
	width: 110px;
}
.rink_detail label {
	font-size: 12px;
}
.select_rink{
	width: 100%;
}
.join, .ed_btn {
	font-size: 11px;
}
body .home_logo img {
	width: 150px;
}
body .home_logo {
	left: 15px;
}
.header_logo {
	left: 5px;
}
.header_logo {
	width:150px;
}
.top{
	margin-top: 90px;
}
.alert-success, .logo-pop, .pop-text {
	width: 100%;
}
.info_section span {
	display: inline-grid;
}
.logo-pop{
	float: none;
}
.pop-text {
	padding:0;
}
.lft_div, .ryt_div {
	float: none;
	width: 100%;
}
.ryt_div {
	position: unset;
}
.swipe img {
	width: 60%;
}
}

