.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 !important {
    content: "Login with ";
}
#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;
}