.none{display: none;}
.btn.pull-right{margin-bottom: 10px;}
.statusMsg{font-size: 15px;margin-bottom: 10px;}
.statusMsg.success{color: #00a78e;}
.statusMsg.error{color: #DD4B39;}
.help-block.error {color: #dd4b39;}
.help-block.success {color: #00a65a;}
.pagination .active{opacity: .5;}
.action-links a{font-size: 16px;padding: 2px;}


.inputErr{
    text-align: left;
	padding-bottom: 10px;
	color: #EA4335;
}
.inputErrBorder{
    border-color: #EA4335;
}

.hidden {
    display: none !important;
}

.transition-fade {
    opacity:1;
    transition: 300ms;
    transform:translateX(0);
    transform-origin:left;
}

html.is-animating .transition-fade {
    opacity:1;
    transform:translateX(100%);
}

html.is-leaving .transition-fade {
    opacity:0;
    transform:translateX(0);
}

.transition-swipe {
    transition: 500ms;
    transform:translateY(0);
}

html.is-animating .transition-swipe {
    transform:translateY(100%);
}

select:focus,  textarea,   input[type="text"],   
input[type="password"], input[type="datetime"], 
input[type="datetime-local"], input[type="date"], 
input[type="month"], input[type="time"], input[type="week"], 
input[type="number"], input[type="email"], input[type="url"], 
input[type="search"], input[type="tel"], input[type="color"] 
{ 
    font-size: 16px; 
}

/* fixed bottom footer
footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
  }
*/

/* registration & Sign up styles */
section {
    padding-top: 0;
}
.divider-text {
    position: relative;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
}
.divider-text span {
    padding: 7px;
    font-size: 12px;
    position: relative;   
    z-index: 2;
}
.divider-text:after {
    content: "";
    position: absolute;
    width: 100%;
    border-bottom: 1px solid #ddd;
    top: 55%;
    left: 0;
    z-index: 1;
}

.btn-facebook {
    background-color: #405D9D;
    color: #fff;
}
.btn-twitter {
    background-color: #42AEEC;
    color: #fff;
}
.bg_gloss {
    background-color: rgba(0,0,0,.5);
}
.bg_gloss_light {
    background-color: rgba(255,255,255,.9);
}
/* this class was causing a size issue with inputs with class btn-block*/
.waves-input-wrapper {
    display:block;
}

.main_big_list .list-group-item {
    font-size: 20px;
}

.featuresList {
    padding: 4px 0;
}
#like_item i.fas.liked, #like_item i.far.liked {
    display:block;
}
#like_item i.fas.notLiked, #like_item i.far.notLiked{
    display:none;
}
#save_item i.fas.saved, #save_item i.far.saved {
    display:block;
}
#save_item i.fas.notSaved, #save_item i.far.notSaved{
    display:none;
}

.list-group-item a {
    color:#212529;
}
.sub-nav-item {
    margin-left: .5em;
}
/*.card{
	padding:2em;
	background: url(../images/backg.jpg) no-repeat 0px 0px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
}*/

.am-fb-login-button:before  {
    content: "Login with " !important;
}
#u_0_4 {
    display: none !important;
}
.nowrap {
    white-space: nowrap;
}

.og_member {

}

/*'imgOverlay','floatingIcon','iconBanner','borderOnly','borderIcon'*/
/*fb photo size is 360x360 minmum is 160x160*/

.frame_parent{
    position: relative;
    width: 100%;
    max-width: 250px;
    height:auto;
    max-height:250px;
}

.frame_baseImg{
    position: relative;
    width: 100%;
    max-width: 250px;
    height:auto;
    max-height:250px;
    /*border-right:solid 4px #212529;    
    border-left:solid 4px #212529;*/
}
.frame_overlayImg{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: 250px;
    height:auto;
    max-height:250px;
    z-index:5;
}




/* Icon Banner <<<<<<<<<<<<<<<<<<<<<<<<< */
.iconBanner_overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 25%;
    width: 100%;
    opacity:.8;
    transition: .3s ease;
    background-color: #212529;
    text-align:center;
  }

.frame_iconBanner {
    position: absolute;
    top: 88%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
    z-index:1;
}

/* Icon Overlay <<<<<<<<<<<<<<<<<<<<<<<<< */
.frame_floatingIcon {
    position: absolute;
    bottom: 10px;
    left: 10px;
}
.frame_floatingIcon.landscape, .frame_iconBanner.landscape {
    width: 60%;
    height:auto;
    max-width: 120px;
    max-height: 60px;
} /*Design Floating Icons as Square 240x120. will display at 120x60px.*/

.frame_floatingIcon.portait{
    height:80px;
    width:80px;
} /*Design Floating Icons as Square 200x200. will display at 80x80.*/


.homebg {
    min-height:450px;
    background-image: url('../images/design/wrestling-432393_1920_3_luchadors_500w.jpg')no-repeat center center;
}

/* Extra small devices (portrait phones, less than 576px)
// No media query since this is the default in Bootstrap*/

/* Smaller than (landscape phones, 576px and up) */
@media (max-width: 576px) { 
    .homebg {
        background: url('../images/design/wrestling-432393_1920_3_luchadors_500w.jpg')no-repeat center center;

    }   
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) { 
    .homebg {
        background: url('../images/design/wrestling-432393_1920_3_luchadors_500w.jpg')no-repeat center center;
    }  
}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) { 

    .homebg {
        background: url('../images/design/wrestling-432393_1920_3_luchadors_800w.jpg')no-repeat center center;
    }
}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) { 
    .homebg {
        background: url('../images/design/wrestling-432393_1920_3_luchadors_1000w.jpg')no-repeat center center;
    }
}

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) { 
    .homebg {
        background: url('../images/design/wrestling-432393_1920_3_luchadors_1000w.jpg')no-repeat center 40%;
        min-height:500px;
    }
}
.homebg {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.preview_icon {
    position: fixed;
    color: #fff;
    background-color: #01b2fd;
    padding: 5px;
    font-weight: bold;
    z-index: 9000;
    top: 0;
    right: 0;
}

/**** Talent App Landing Page *****/
.pricing-table{
    background-color: #eee;
  }
  
  .pricing-table .block-heading {
    padding-top: 50px;
    margin-bottom: 40px;
    text-align: center; 
  }
  
  .pricing-table .block-heading h2 {
    color: #3b99e0;
  }
  
  .pricing-table .block-heading p {
    text-align: center;
    max-width: 420px;
    margin: auto;
    opacity: 0.7; 
  }
  
  .pricing-table .heading {
    text-align: center;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); 
  }
  
  .pricing-table .item {
    background-color: #ffffff;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.075);
    border-top: 2px solid #5ea4f3;
    padding: 30px;
    overflow: hidden;
    position: relative; 
  }
  
  .pricing-table .item button {
    font-weight: 600; 
  }
  
  .pricing-table .ribbon {
    width: 160px;
    height: 32px;
    font-size: 12px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    box-shadow: 0px 2px 3px rgba(136, 136, 136, 0.25);
    background: #4dbe3b;
    transform: rotate(45deg);
    position: absolute;
    right: -42px;
    top: 20px;
    padding-top: 7px; 
  }
  
  .pricing-table .item p {
    text-align: center;
    margin-top: 20px;
    opacity: 0.7; 
  }
  
  .pricing-table .features .feature {
    font-weight: 600; }
  
  .pricing-table .features h4 {
    text-align: center;
    font-size: 18px;
    padding: 5px; 
  }
  
  .pricing-table .price h4 {
    margin: 15px 0;
    font-size: 50px;
    text-align: center;
    color: #2288f9; 
  }
  
  .pricing-table .buy-now button {
    text-align: center;
    margin: auto;
    font-weight: 600;
    padding: 9px 0; 
  }
  .renew {
      font-size: 18px;
      font-weight: 300;
      color: #212529;
  }
  
  #features table th {
    font-size: 1.2rem;
    font-weight: bold;
  }

  #features table td {
    font-size: 1.2rem;
  }

/************* Brand Colors ***************/

       .fa-facebook-f-bg { background: #3B5998; }
       .fa-twitter-bg { background: #55ACEE; }
       .fa-linkedin-in-bg { background: #007bb5; }
       .fa-whatsapp-bg { background: #25D366; }
       .fa-at-bg, .fa-envelope-bg { background: #ff6600; }
       .fa-google-bg { background: #dd4b39; }
       .fa-youtube-bg { background: #bb0000; }
       .fa-instagram-bg { background: #125688; }
       .fa-pinterest-bg { background: #cb2027; }
       .fa-snapchat-ghost-bg { background: #fffc00; }
       .fa-skype-bg { background: #00aff0; }
       .fa-android-bg { background: #a4c639; }
       .fa-dribbble-bg { background: #ea4c89; }
       .fa-vimeo-v-bg { background: #45bbff; }
       .fa-tumblr-bg { background: #2c4762; }
       .fa-vine-bg { background: #00b489; }
       .fa-foursquare-bg { background: #45bbff; }
       .fa-stumbleupon-bg { background: #eb4924; }
       .fa-flickr-bg { background: #f40083; }
       .fa-yahoo-bg { background: #430297; }
       .fa-reddit-alien-bg { background: #ff5700; }
       .fa-rss-bg { background: #ff6600; }
       .fa-medium-m-bg { background: #000000; }
       .fa-blogger-bg { background: #f57d00; }
       .fa-facebook-messenger-bg { background: #3b5998; }
       .fa-github-bg { background: #000000; }
       .fa-paypal-bg { background: #003087; }
       .fa-steam-symbol-bg { background: #00adee; }
       .fa-telegram-plane-bg { background: #0088cc; }
       .fa-xing-bg { background: #026466; }
       .fa-yelp-bg { background: #af0606; }
       .fa-tripadvisor-bg { background: #00af87; }
       .fa-etsy-bg { background: #d5641c; }


  
  /************* Share Buttons ***************/
  
      /* Social Button Stype */
      .scl-btn {
        padding: 15px;
        font-size: 25px;
        width: 55px;
        text-align: center;
        text-decoration: none;
        margin:5px;
        color: white;
      }
      /* Hover Effect */
      .scl-btn:hover {
        opacity: 0.8;
        text-align: center;
        text-decoration: none;
        color: white;
      }
      /* Round buttons */
      .scl-crcl {
        border-radius: 50%;
      }
      /* Round Corners */
      .scl-rnd {
          border-radius:5px;
      }
 
/* Use these to create a floating panel  */
  .share-btn-container {
    background: #fff;
    display: flex;
    flex-direction: column;
    padding: 16px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    z-index:9000;
  }
  .sbc-inline {
    /*display: inline-block !important;*/
  }
  
  .share-btn-container a i {
    font-size: 32px;
  }
  
  .share-btn-container a{
    margin: 12px 0;
    transition: 500ms;
  }
  
  .share-btn-container a:hover, .sbc-inline a:hover {
    transform: scale(1.2);
  }
  
  .share-btn-container .fa-facebook, .sbc-inline .fa-facebook {
    color: #3b5998;
  }
  
  .share-btn-container .fa-twitter, .sbc-inline .fa-twitter {
    color: #1da1f2;
  }
  
  .share-btn-container .fa-linkedin, .sbc-inline .fa-linkedin {
    color: #0077b5;
  }
  
  .share-btn-container .fa-pinterest, .sbc-inline .fa-pinterest {
    color: #bd081c;
  }
  
  .share-btn-container .fa-whatsapp, .sbc-inline .fa-whatsapp {
    color: #25d366;
  }
  
  /* Media Queries */
  
  @media (max-width: 550px) {
    .content {
      padding: 8px 32px;
    }
  
    .share-btn-container {
      transform: unset;
      top: unset;
      left: 0;
      bottom: 0;
      width: 100%;
      flex-direction: row;
      box-shadow: 4px 0 8px rgba(0, 0, 0, 0.3);
      padding: 16px 0;
      justify-content: center;
    }
  
    .share-btn-container a {
      margin: 0 32px;
    }
  }
