@charset "UTF-8";
@media(min-width:768px) {
  a.wings-logo {
    opacity: 1
  }
  body[data-prop*='IE'] a.wings-logo,
  body[data-prop*='.NET'] {
    opacity: 1;
  }
  .loaded a.wings-logo {
    -webkit-animation-name: wings;
    -moz-animation-name: wings;
    -o-animation-name: wings;
    animation-name: wings;
    -webkit-animation-duration: .5s;
    -moz-animation-duration: .5s;
    -o-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
  }
  @-webkit-keyframes wings {
    from {
      transform: scale(1.5);
      opacity: 0;
    }
    to {
      transform: scale(1);
      opacity: 1;
    }
  }
  @keyframes wings {
    from {
      transform: scale(1.5);
      opacity: 0;
    }
    to {
      transform: scale(1);
      opacity: 1;
    }
  }
  .header-right .btn {
    min-width: 150px;
  }
  .main-nav {
    min-height: 71px;
  }
  .main-nav .nav a {
    display: inline-block;
  }
  .main-nav .nav li {
    padding: 0 2.6%;
    white-space: nowrap;
    text-align: center;
    display: inline-block;
  }
  /*.main-nav .nav li:first-child {
      padding-left: 13%;
      text-align: left;
  }*/
  .main-nav .nav li:last-child {
    padding-right: 0;
  }
  .set-level {
    float: right;
    margin-top: -80px;
    position: relative;
  }
  .set-levels {
    float: right;
    position: relative;
  }
  .block-faqs {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 1200px) {
  .heading-area-right
  {
    text-align: center;
  }
  .sport-icon-size
  {
    width: 200px;
    padding: 19px;
  }
}
@media only screen and (max-width: 1100px) {
 
}


@media only screen and (max-width: 860px) {
  .banner-content {
    height: 110px;
  }
  .banner-heading-desc
  {
     height: 110px;
  }
  .banner-content-heading {
    height: 100px;
  }

  .banner-content-desc {
    height: 110px;
  }
  .banner-content-type {
    height: 110px;
  }
  .leagues-title {
    padding-bottom: 30px;
    text-align: center;
    /*padding-bottom: 40px;*/
  }
  /*jquery bxslider.css*/
  .bx-wrapper {
    margin: 0 auto 10px;
    padding: 0;
    position: relative;
    /*margin: 0 auto 60px;*/
  }
}

@media only screen and (max-width: 800px) {
  p.margin-lft
  {
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .sport-icon-size {
    width: 100%;
  }
  .checkout p
  {
    font-size:16px;
  }
  .radio_center
  {
    padding:0;
    text-align: center;
  }
  .banner-content-desc {
    height: 110px;
    padding: 1% 2%;
    width: 64%;
  }
  .banner-content-type {
    height: 50px;
    padding: 1% 2%;
    width: 64%;
  }
  .flexslider .container #banner-heading {
    font-size: 22px;
  }
  .banner-btn {
    font-size: 16px;
  }
  .form-box {
    margin: auto;
    width: 90%;
  }
  .formsignup-box
  {
    margin:auto;
    width:90%;
  }
  .custom_chckbox {
    text-align: center;
    width: 100%;
  }
  .forgot_txt {
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
  }
  .checkout-txt-ryt
  {
    text-align: center;
  }
  .checkout-txt-lft
  {
    text-align: center;
  }
  .mar_btm_10
  {
    margin-bottom: 10px;
  }
}

/* Main Header */

@media only screen and (min-width:992px) {
  .visible-small {
    display: none;
  }
  .main-header {
    min-height: 260px;
  }
  .wings-logo {
    margin-top: 0;
  }
  .set-ur-skills .dropdown-toggle {
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .filter-line {
    margin-left: 15px;
    margin-right: 15px;
  }
  /*.filtered-free-agents {
      overflow: auto;
  }*/
  .weekdays-filter {
    width: 285px;
  }
  .weekdays-filter li {
    margin: 2px 0;
  }
  .weekdays-filter .dropdown-menu {
    display: block;
    position: static;
    border: 0;
    box-shadow: none;
    max-height: none;
    overflow: visible;
    width: 251px;
    padding: 0;
  }
  .weekdays-filter .btn {
    display: none;
  }
  .weekdays-filter .dropdown-menu>li>a {
    background-color: #fff;
    -moz-box-shadow: 0 0 6px rgba(0, 1, 1, 0.1);
    -webkit-box-shadow: 0 0 6px rgba(0, 1, 1, 0.1);
    box-shadow: 0 0 6px rgba(0, 1, 1, 0.1);
    line-height: 30px;
    color: #584d92;
    font-weight: 500;
    padding: 24px 20px;
  }
  .weekdays-filter a.active, .weekdays-filter li.active>a, .weekdays-filter li.active>a:hover, .weekdays-filter li>a:hover {
    box-shadow: none!important;
    background-color: #fff;
    color: #584d92;
  }
  /*.filtered-content {
      margin-left: 270px;
  }*/
}
@media (max-width:992px) {

  .sport-icon-size {
    width: 140px;
    padding: 6px;
  }
  .league_logo_sport_size {
    width: 120px;
    height: 120px;
  }
  .h1-leaguename {
    font-size: 21px !important;
  }
  .slider-contentbox-text {
    padding: 0 30px;
  }
  p.ball-p {
    margin: 0;
    font-size: 14px;
  }
  .slider-contentbox-text>ul>li {
    margin: 6px 3px;
    font-size: 10px;
    padding: 6px 19px;
  }
  .padd_20 {
    padding: 12px 0;
  }
  .padd_20 p.game-p {
    font-size: 12px;
  }
  p.margin-lft {
    font-size: 14px;
  }
}

@media (min-width:1201px) {
  .header-btm {
    padding-top: 60px;
  }
  /*.table>tbody>tr>td {
    padding: 26px 20px;
    border-bottom: 1px solid #dedede;
  }*/
}

@media (max-width:1200px) {
  .header-left,
  .header-right {
    width: 245px;
  }
  .header-btm .btn {
    margin-top: 10px;
  }
  .main-nav .nav li {
    padding: 0 2.5%;
    /*text-align: center;
    white-space: nowrap;*/
  }
  /*.main-nav .nav li:first-child {
      padding-left: 0;
  }*/

  .copyright {
    margin-top: 18px;
    line-height: 24px;
    font-size: 14px;
  }
  .margin_10
  {
    margin-top: 0;
  }
}

/*@media(min-width:1200px) and (max-width:1281px) {
  .block-item{
    height:319px;
  }
}*/
@media(max-width:1199px) {
  .font-size-16
  {
    font-size: 16px !important;
  }
  .marg_t20{
    margin-top: 35px;
    margin-left: 0;
  }
  .find-agent-table>thead>tr>th {
    line-height: 25px !important;
  }
}
@media(max-width:991px) {

  .header-left, .header-right {
    width: 200px;
    font-size: 15px;
  }
  .remove_txt_right
  {
      text-align: center;
  }
  .header-right .btn {
    font-size: 14px;
    padding: 3px;
    margin-top: 5px;
  }
  .wings-logo {
    width: calc(100% - 400px);
    text-align: center;
  }
  .wings-logo img {
    display: block;
    max-width: 220px;
    margin: 0 auto;
    height: 146px;
  }
  .logo-img {
    width: 180px;
    height: 120px;
  }
  .header-btm .dropdown .btn-signedin {
    width: 180px;
  }
  .fav-icons a {
    line-height: normal;
    width: 37px;
    height: 37px;
    font-size: 18px;
    padding-top: 6px;
  }
  .main-nav .nav a {
    font-size: 16px;
  }
  .main-nav .nav li {
    padding: 0 1.5%
  }
  .foot-nav {
    text-align: center;
    line-height: 27px;
  }
  .foot-nav li {
    display: inline;
    padding: 0 12px;
  }
  .foot-nav a {
    font-size: 16px;
  }
  .foot-right {
    text-align: center;
  }
  .foot-logo {
    display: block;
    height: 146px;
    margin: 0 auto;
    width: 220px;
    text-align: center;
  }
  .socials-top {
    text-align: right;
    margin-bottom:18px;
  }
  .socials-top1 {
    margin: 20px 0;
  }
  .header-btm {
    text-align: right;
  }
  .set-ur-skills .col-md-3 {
    text-align: center;
    margin-bottom: 10px;
  }
  .set-ur-skills .dropdown {
    display: block;
  }
  .block-faqs figure {
    padding-bottom: 20px;
  }
  .block-faqs p {
    min-height: 134px;
  }
  .filter-line .dropdown {
    clear: left;
  }
  .weekdays-filter li.active a, .weekdays-filter li.active a:hover {
    background-color: #322d5b;
  }
  .table-cls>tbody>tr>td {
    display: block;
    position: relative;
    padding-left: 50%;
    font-size: 18px;
    border: none;
  }
  .table-cls td:first-child {
    padding-left: 130px;
  }
  .table-cls tr:nth-child(odd) td {
    background-color: rgba(243, 243, 242, 0.67);
  }
  .table-cls tr:nth-child(odd) td:first-child {
    background-color: #f3f3f2;
  }
  .table-cls td:first-child {
    -moz-box-shadow: 0 2px 6px rgba(0, 1, 1, 0.2);
    -webkit-box-shadow: 0 2px 6px rgba(0, 1, 1, 0.2);
    box-shadow: 0 2px 6px rgba(0, 1, 1, 0.2);
    cursor: pointer;
  }
  .table-cls tr:nth-child(even) td:first-child {
    background-color: #fff;
  }
  .table-cls tr:nth-child(even) td {
    background-color: transparent;
  }

  .cancelled_sch_row {
    /*background-color:#ccc !important;*/
    color:#fff !important;
  }
  .table-cls>tbody>tr>td ~ td, .table-cls thead {
    display: none;
  }
  .table-cls td:before {
    content: attr(data-alt);
    width: 20%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    padding: 27px 10px;
    color: #322d5b;
    font-size: 16px;
    line-height: inherit;
  }
  .table-cls td:first-child:before {
    width: auto;
  }
  .table-cls>tbody>tr>td:first-child+td, .table-cls>tbody>tr>td:first-child+td:before {
    padding-top: 15px;
  }
  
  .join-table .table>tbody>tr>td ~ td {
    padding-left: 175px;
  }
  .schedule-table .table>tbody>tr>td ~ td {
    padding-left: 175px;
  }
  .schedule-table .table>tbody>tr>td:not(:first-child){
    padding-left: 115px !important;
  }
  .table-cls>tbody>tr>td ~ td:before {
    font-size: 14px;
    padding: 0 10px 15px;
  }
  .table-cls .btn-primary1 {
    font-size: 14px;
    padding: 0 21px;
  }
  .table-cls>tbody td.detailed ~ td {
    display: block ;
  }

  .table-cls td:first-child:after {
    content: '+';
    margin-right: 20px;
    font-weight: 400;
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .table td.detailed:after {
    content: '-';
    font-weight: 500;
  }


  .web_schedule .schedule_td:after
  {
    content: '' !important;
    margin-right: 0;
    font-weight: 400;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .table-cls td.detailed:after {
    content: '-';
    font-weight: 500;
  }
  .store_marg_btm
  {
    margin-bottom:30px;
  }
  .padd_btm10
  {
    padding-bottom:10px;
  }
  .pad-btm {
    padding-bottom: 50px !important;
  }
  .hide_table_data
  {
    display:none !important;
  }
  .padd_65
  {
    margin-top: 65px;
  }
  .schedule_data>tbody>tr>td {
    padding: none !important;
  }
  .web_schedule,.schedule_data>tbody>tr>td {
    padding: none !important;
  }
  .table-cls>tbody>tr>td ~ td {
    font-size: 16px;
    padding: 07px 10px;
    padding-left: 200px;
    padding-bottom: 15px;
    padding-top: 0;
  }
  .form-group {
    position: relative;
    margin-top: 0; 
    margin-bottom: 0; 
  }
  .action_btn
  {
    color: #584d92;
    border: 1px solid #584d92;
    font-family: "open sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 15px;
    font-weight: bold;
    border-radius: 20px;
    padding: 7px 17px;
    margin: 0 5px;
  }
  .display_none
  {
    display: block;
  }
  .display_block
  {
    display:none;
  }
  .registration_txt {
    width: 50%;
    padding: 10px;
  }
  .form-box {
    margin: auto;
    width: 90%;
  }
  .formsignup-box
  {
    margin:auto;
    width:90%;
  }

  .padd_shirt_0
  {
    padding:0;
  }
  .edit-icon-sch
  {
    border: 1px solid #fff;
    width: 40px;
    float: right;
    margin-top:5px;
  }
  .edit-icon-sch-rain
  {
    border: 1px solid #fff;
    width: 40px;
    float: right;
    margin-top:5px;
    padding: 0px 0px 0px 11px !important;
  }
  .rate-icon-sch
  {
    border: 1px solid #fff;
    width: 40px;
    float: right;
    padding: 0px 0px 0px 11px !important;
  }
  .max-width-80
  {
    width: 80% !important;
    text-overflow: initial;
    overflow: unset;
    white-space: unset; 
  }
  .team_name_hide
  {
      display: none !important;
  }
  .team_name_display
  {
      display:block;
  }

}
@media(min-width:640px) and (max-width:991px) {
  .set-ur-skills {
    width: 100%;
    float: left;
   /* margin: 2%*/
 }
  .set-ur-skills:nth-child(2n+1) {
    clear: left;
  }
  .set-ur-skills:nth-child(2n) .dropdown-menu {
    left: auto;
    right: 0;
  }
  /*.input-form
    {
      width:100%;
    }*/
}

@media(max-width:767px) {
  .main-header {
    padding: 15px 0;
  }
  .bg-xs-hidden br {
    display: none;
  }
  .header-right .btn {
    font-size: 14px;
    padding: 3px;
    margin-top: 5px;
    min-width: 91px;
  }

  .navbar-toggle {
    margin: 0;
    border-radius: 9px;
    border-width: 2px;
    padding: 10px;
    padding-bottom: 9px;
    border-color: #584d92;
    margin-bottom: 10px;
  }
  .navbar-toggle .icon-bar {
    background-color: #584d92;
    width: 17px;
  }
  #main-nav {
    z-index: 9;
    text-align: center;
    position: absolute;
    top: 85px;
    background: #332532;
    right: 15px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.42);
    width: 300px;
    max-width: 89%;
    padding: 0;
  }
  .main-nav .nav a {
    color: #eee;
    padding: 10px 0;
  }
  .main-nav .nav li+li {
    border-top: 1px grey solid;
  }
  .float_apply_left
  {
    float:left !important;
    padding-left: 13px;
    padding-top: 10px;
  }
  .float_reset_left
  {
    float:left !important;
    padding-top: 10px;
  }
  .sport-icon-size {
    width: 100%;
    background: none;
    padding: 0;
  }
  .league_logo_sport_size
  {
    background: #fff;
  }
  .padd_20 {
    padding-top: 0;
  }
  .border_btm
    {
        border-bottom: 1px solid #ddd;
        margin-bottom: 15px;
    }
  .league-detail-heading p {
    padding: 0;
  }
  .league-detail-info p {
    padding: 0;
  }
  .border-lft {
    border: none;
  }

}

@media(max-width:641px) {
  h1, .h1 {
    font-size: 24px;
  }
  .main-header {
    padding: 20px 0;
  }
  .wings-logo {
    margin-right: 133px;
    float: none;
    max-width: 50%;
    width: 200px;
  }
  .socials-top a {
    font-size: 14px;
    border-width: 1px;
    width: 26px;
    height: auto;
    padding: 4px;
    margin-left: 5px;
    color: rgba(88, 77, 146, 0.56);
    border-radius: 8px;
  }
  .header-left {
    width: 23%;
  }
  .logo-img
  {
    width: 140px;
    height: 93px;
  }
  .navbar-toggle {
    position: absolute;
    top: 10px;
    right: 15px;
  }
  .header-right {
    float: none;
    text-align: center;
    width: 100%;
    clear: both;
  }
  #main-nav {
    top: 75px;
  }
  .set-ur-skills .dropdown-menu {
    left: 50%;
    transform: translateX(-50%);
  }
  /*.input-form
    {
      width:100%;
    }*/
}
@media(max-width:559px) 
{
  .padd_65 {
    margin-top:72px;
  }
}
@media(max-width:641px) and (min-width:550px) {
  .socials-top {
    position: absolute;
    top: 80px;
    right: 15px;
    width: auto;
    margin: 5px 0;
  }
  .header-btm {
    text-align: center;
  }


  /*.block-item
    {
      width:100%;
      height:408px;
    }*/
}
@media only screen and (min-width: 550px) and (max-width:551px) {
  .socials-top {
    clear: both;
    margin-bottom: 10px;
    margin-top: 15px;
    float: none;
    text-align: right !important;
  }
}

@media only screen and (max-width:550px) {
  .header-left {
    width: 100px;
  }
  .logo-img {
    width: 100px;
    height: 66px;
  }
  a.wings-logo {
    float: none;
    max-width: 50%;
    width: 140px;
    margin-right: 92px;
  }
  .wings-logo img {
    width: 140px !important;
    height: 93px !important;
  }
  .socials-top {
    clear: both;
    margin-bottom: 10px;
    margin-top: 15px;
    float: none;
    text-align: center;
  }
  .registration_txt {
    width: 80%;
    padding: 10px;
  }
  .navbar-toggle {
    position: absolute;
    top: 70px;
    right: 15px;
  }
}
@media only screen and (max-width:450px) {
  .max-width-80
    {
      width: 60% !important;
    }
}
/*.input-form
  {
    width:100%;
  }*/

/*------Responsive League Details-------*/
@media only screen and (max-width: 991px) and (min-width: 768px)
{
  .slider-contentbox-text h2
  {
    font-size: 20px;
  }
}

@media only screen and (max-width: 767px)
{
  .slider-contentbox
  {
    position: relative;
  }
  .slider-contentbox-text h2
  {
    font-size: 18px;
  }

  .timing-text h4
  {
    MARGIN-TOP:0;
  }
  .slider-contentbox
  {
    bottom: 0;
  }
  .basket-ball, .timing-text p
  {
    width:100%;
    text-align:center;
    margin-bottom:20px;
  }
   .slider-contentbox-text
  {
    width:100%;
    text-align:center;
  }
  .slider-contentbox-text p img, .timing-text p img
  {
    text-align:center;
    float:none;
  }
  .basket-ball img
  {
    width:20%;

  }
}

@media (max-width: 600px)
{

  .timing-text p, .slider-contentbox-text h2, .slider-contentbox-text
  {
    font-size:13px;
  }
}

@media only screen and (max-width: 1309px) {
  .leagues-title.row {
    margin-right: 0;
    width: 100%;
  }
}

@media(max-width:1200px) {
  .content-area .sponsor-image {
    width: 50%;
    margin:0 auto;
  }
  .content-area .pull-left.text-color.ng-binding, .col-lg-9 a {
    text-align: left;
    width: 100%;
    margin-bottom: 20px;
  }
  .content-area .col-lg-9 span {
    margin-bottom: 20px;
    width: 100%;
  }
}

@media(max-width:1080px) {
  .content-area .col-lg-3 .pull-left {
    font-size: 24px;
  }
  .content-area .center-image {
    width: 50%;
    margin:0 auto;
    border:1px solid #ddd;
  }
  .content-area .center-image img{
    width: 100%;
  }
  .content-area .pull-left.text-color.ng-binding, .col-lg-9 a {
    text-align: left;
    width: 100%;
    margin-bottom: 20px;
  }
  .content-area .col-lg-9 span {
    margin-bottom: 20px;
    width: 100%;
  }
}

@media only screen and (max-width: 767px)
{

  .wings-logo {
    height: 150px;
  }
  .wings-logo img {
    display: block;
    max-width: 220px;
    margin: 0 auto;
    height: 146px;
  }
  /*wings.css*/
  .socials-top {
    width: 100%;
    float: right;
    margin: 15px 0;
  }
  .content-area .sponsor-image {
    width: 0;
    margin:0 !important;
}

@media only screen and (max-width: 709px) {
  /*custom.css*/
  .wings-logo {
    width: 35%;
    height: 35%;
  }
  .wings-logo img {
    width: 190px;
    height: 126px;
  }
  .foot-logo {
    height: 100%;
  }
}

@media only screen and (max-width: 646px){
  .wings-logo {
    width: 33%;
  }
}

@media only screen and (max-width: 640px){

  .header-btm {
    text-align:center;
  }
  .header-right {
    display: block;
    /*clear:both;*/
  }
  /*.home_banner {
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
  }*/
  .video_frame
  {
    width:310px ;
    height:300px;
  }
}

@media only screen and (max-width: 546px){
}

@media only screen and (max-width: 468px){
  .about-content
  {
      margin: 25px 0 0 0 !important;
  }
  .header-btm {
    text-align:center;
  }
  .header-right {
    display: block;
    /*clear:both;*/
  }
  .font-size-16
  {
    font-size: 14px !important;
  }
  
}

@media only screen and (max-width: 546px){
}

@media only screen and (max-width: 468px){
  .banner-heading-desc
  {
    background-color: white;
    padding: 1% 1% 2%;
  }
  .banner-content-heading {
    background-color: white;
    padding: 1% 1% 2%;
  }

  .banner-content-desc {
    background-color: white;
    padding: 1% 1% 2%;
  }
  .banner-content-type {
    background-color: white;
    padding: 1% 1% 2%;
  }
  .home_banner.ng-scope {
    background-size: cover;
    height: 50vh;
  }


}

@media only screen and (max-width: 480px){

  .slider-contentbox-text>ul>li {
    padding: 6px 8px;
    font-size: 12px;
  }  
  .league-detail {
    padding: 25px 0px;
  }  
  .inline_block {
    width: 300px;
  }
  .btn_team {
    background-color: #584d92;
    color: #fff;
    font-size: 13px;
    padding: 8px 25px;
    border-radius: 39px;
    border-width: 0;
    color: #ffffff;
    cursor: pointer;
    margin-right: 5px;
    display: block;
  }
  .btn_team_cancel {
    background-color: #8e8d8f;
    color: #fff;
    font-size: 13px;
    padding: 8px 25px;
    border-radius: 39px;
    border-width: 0;
    color: #ffffff;
    cursor: pointer;
  }
}

@media only screen and (max-width: 360px){
  .inline_block {
    width: 180px;
  }
  .header-left {
    width: 100%;
    text-align: center;
  }
  .checkin_txt {
    width: 100%;
    text-align: center;
  }
  .sponsor_img
  {
    width: 100%;
    height: auto;
  }
  /*custom*/
  /*.wings-logo {
    height: 180px;
    margin-top: 0;
    width: 75%;
  }*/
  /*media.css*/
  a.wings-logo {
    float: none;
    margin: 10px 0 10px auto;
    max-width: 100%;
    height: 75px;
  }
  .wings-logo img {
    width: 120px;
    height: 80px;
  }
  .socials-top a {
    margin: 0 3px;
  }
  /*.flexslider .container #banner-heading {
    font-size: 13px;
    letter-spacing: 1px;
    padding-bottom: 1%;
    padding-top: 0;
  }
  .flexslider .container #banner-text {
    font-size: 12px;
    padding-bottom: 1%;
    padding-top: 0;
    margin-bottom: 0;
  }*/
  /*17may-jas*/
  .main-footer {
    background: #000 none repeat scroll 0 0;
    font-weight: 300;
    line-height: 34px;
    margin-top: 20px;
    padding-bottom: 34px;
    padding-top: 25px;
  }
  .foot-nav {
    line-height: 27px;
    text-align: center;
  }
  .foot-nav li {
    display: block;
    line-height: 30px;
    width: 100%;
  }
  .bottom-text a, .request-league, .copyright {
    color: #fff;
    font-size: 16px;
    text-decoration: none;
  }
  .foot-nav a:not(:hover) {
    color: #ccc;
  }
  .foot-nav a {
    font-size: 16px;
  }
  /*.fav-icons a {
    font-size: 18px;
    height: 37px;
    line-height: normal;
    padding-top: 6px;
    width: 37px;
    border: 2px solid;
    border-radius: 10px;
    color: #666;
    margin-left: 8px;
    text-align: center;
  }*/
  .btn-danger {
    background-color: #d44041;
    border-color: #d44041;
  }
  .btn-primary {
    background-color: #31cae3;
    color: #fff;
  }

  /*.btn {
    background-clip: padding-box;
    border: 0 none;
    border-radius: 20px;
    color: #fff;
    font-family: "Rubik";
    font-size: 18px;
    line-height: 27px;
    transition: color 0.3s linear 0s, background-color 0.3s linear 0s;
  }*/
  .video_frame
  {
    width:300px ;
    height:300px;
  }
  .padd_65 {
    padding-top: 10px;
  }
  .filter-btns
  {
    border:1px solid #322d5b !important ;
    font-size:12px !important;
    padding: 0px 8px;
  }
  .margin_10
  {
    margin-top:0;
    margin-bottom:0;
  }
  .btn_team {
      background-color: #584d92;
      color: #fff;
      font-size: 13px;
      padding: 6px 15px;
      border-radius: 39px;
      border-width: 0;
      color: #ffffff;
      cursor: pointer;
      margin-right: 5px;
      display: block;
      margin-bottom: 5px;
  }
  .btn_team_cancel {
    background-color: #8e8d8f;
    color: #fff;
    font-size: 13px;
    padding: 6px 15px;
    border-radius: 39px;
    border-width: 0;
    color: #ffffff;
    cursor: pointer;
  }
}   

@media only screen and (max-width: 360px){

    .header-left {
      width: 100%;
      text-align: center;
    }
    .checkin_txt {
      width: 100%;
      text-align: center;
    }
    /*custom*/
    /*.wings-logo {
      height: 180px;
      margin-top: 0;
      width: 75%;
    }*/
    /*media.css*/
    a.wings-logo {
      float: none;
      margin: 10px 0 10px auto;
      max-width: 100%;
      height: 75px;
    }
    .wings-logo img {
      width: 120px;
      height: 80px;
    }
    .socials-top a {
      margin: 0 3px;
    }
    /*.flexslider .container #banner-heading {
      font-size: 13px;
      letter-spacing: 1px;
      padding-bottom: 1%;
      padding-top: 0;
    }
    .flexslider .container #banner-text {
      font-size: 12px;
      padding-bottom: 1%;
      padding-top: 0;
      margin-bottom: 0;
    }*/
    /*17may-jas*/
    .main-footer {
      background: #000 none repeat scroll 0 0;
      font-weight: 300;
      line-height: 34px;
      margin-top: 20px;
      padding-bottom: 34px;
      padding-top: 25px;
    }
    .foot-nav {
      line-height: 27px;
      text-align: center;
    }
    .foot-nav li {
      display: block;
      line-height: 30px;
      width: 100%;
    }
    .bottom-text a, .request-league, .copyright {
      color: #fff;
      font-size: 16px;
      text-decoration: none;
    }
    .foot-nav a:not(:hover) {
      color: #ccc;
    }
    .foot-nav a {
      font-size: 16px;
    }
    /*.fav-icons a {
      font-size: 18px;
      height: 37px;
      line-height: normal;
      padding-top: 6px;
      width: 37px;
      border: 2px solid;
      border-radius: 10px;
      color: #666;
      margin-left: 8px;
      text-align: center;
    }*/
    .btn-danger {
      background-color: #d44041;
      border-color: #d44041;
    }
    .btn-primary {
      background-color: #31cae3;
      color: #fff;
    }
    .btn {
      background-clip: padding-box;
      border: 0 none;
      border-radius: 20px;
      color: #fff;
      font-family: "Rubik";
      font-size: 18px;
      line-height: 27px;
      transition: color 0.3s linear 0s, background-color 0.3s linear 0s;
    }
    .facebuk_btn
    {
        color: #fff;
        background-color: #3b5998;
        min-width: 230px !important;
    }
    .facebuk_btn:hover
    {
        color: #fff;
        background-color: #3b5998 !important;
        min-width: 230px !important;
    }
    .facebuk_btn_dis
    {
        color: #fff;
        background-color: #3b5998;
        min-width: 230px !important;
        opacity:0.6;
    }
}

@media only screen and (max-width: 320px){
  .header-btm .btn {
    border-radius: 20px;
  }
  .header-btm .btn.btn-primary {
    background-color: #31cae3;
  }
  .main-footer {
    background: #000 none repeat scroll 0 0;
    font-weight: 300;
    line-height: 34px;
    margin-top: 20px;
    padding-bottom: 34px;
    padding-top: 25px;
  }
  .foot-nav a {
    color: #fff;
    font-size: 16px;
  }
  /*.main-container {
    width: 320px;
    overflow-x: scroll;
    overflow-y: hidden;
  }*/
}

@media only screen and (max-width: 1440px){
  .flexslider .container #banner-heading {
    font-size: 24px;
  }
  .flexslider .container #banner-text {
    font-size: 16px;
  }
}

@media only screen and (max-width: 1024px){
  .flexslider .container #banner-heading {
    font-size: 16px;
  }
  .flexslider .container #banner-text {
    font-size: 14px;
  }
  .banner-btn {
    font-size: 13px;
    padding: 6px 20px;
  }
  .home_banner {
    height: 50vw;
    background-size: cover;
    background-position: center center;
  }
}
@media only screen and (max-width: 767px){
  .home_banner {
    height: 60vw;
    background-size: cover;
    background-position: center center;
  }
  .flexslider .container #banner-text {
    display: none;
  }
  .banner-content {
    margin: 5vw 18vw;
  }
  .banner-transparent {
    margin: 5vw 18vw;
  }

  .banner-heading-desc {
    margin: 5vw 18vw;
  }

  .banner-content-heading {
    margin: 5vw 18vw;
  }

  .banner-content-desc {
    margin: 5vw 18vw;
  }

  .banner-content-type {
    margin: 5vw 18vw;
  }
  .refresh_txt
  {
    text-align: center;
  }
  .h1.after-bar, h1.after-bar {
      margin-bottom: 20px;
      margin-top:20px;
  }
}
@media only screen and (max-width: 360px){
  .banner-content {
    padding: 3vw;
  }

  .banner-transparent {
    padding: 3vw;
  }

  .banner-heading-desc {
    padding: 3vw;
  }

  .banner-content-heading {
    padding: 3vw;
  }

  .banner-content-desc {
    padding: 3vw;
  }

  .banner-content-type {
    padding: 3vw;
  }
  .league_type
  {
    font-size:12px;
    margin-left:0;
  }
}

@media only screen and (max-width: 1440px){
    .flexslider .container #banner-heading {
      font-size: 1.2vw;
    }
    .flexslider .container #banner-text {
      font-size: 16px;
    }
}

@media only screen and (max-width: 1024px){
    .flexslider .container #banner-heading {
      font-size: 16px;
    }
    .flexslider .container #banner-text {
      font-size: 14px;
    }
    .banner-btn {
      font-size: 13px;
      padding: 6px 20px;
    }
    .home_banner {
      height: 50vw;
      background-size: cover;
      background-position: center center;
    }
}
@media only screen and (max-width: 767px){
    .home_banner {
      height: 60vw;
      background-size: cover;
      background-position: center center;
    }
    .flexslider .container #banner-text {
      display: none;
    }
    .banner-content {
      margin: 5vw 18vw;
    }
}

@media only screen and (max-width: 767px){
    .btn-edit-txt {
      display: inline-block;
      padding: 10px 20px;
      border-radius: 26px;
    }
    .btn-edit {
      display: none;
    }
    .profile-pic-area {
      text-align: center;
      margin-top: 20px;
    }
    .profile-buttons {
      text-align: center;
      padding-top: 30px;
    }
    .ul-links {
      padding: 0;
    }
    .btn-upload-none {
      display: none;
    }
}
