*{
	/*font-family: 'Quicksand', sans-serif;*/
    /* font-family: 'Open Sans Condensed', sans-serif; */
    font-family: 'Roboto Condensed', sans-serif;
}
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1330px;
}
#sttbtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#sttbtn:hover {

}
.banner img{
	width: 100%;
}
.logo img {
    width: 270px;
}
.l-head {
    padding: 30px 0px;
}
.navbar-nav {
    width: 100%;
    justify-content: right;
    -webkit-box-pack: justify;
    -webkit-justify-content: flex-end;
}
.navbar.navbar-expand-lg.navbar-light {
    padding: 0px;
}
.nav-item {
    padding-left:12%;
}
.nav-item.active a {
    color: #14aca3 !important;
}
.navbar-nav {
    padding-top: 20px;
}
.nav-link {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    color: #323231 !important;
    padding: 0px !important;
}
.social_media i {
    width: 35px;
    height: 35px;
    background: #808080;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    padding-top: 8px;
    font-size: 20px;
    margin-left: 15px;
}
.social_media {
    text-align: right;
}
.l-head .row {
    align-items: center;
}
.search {
    display: flex;
    align-items: center;
}
.search a {
    color: #323231;
    font-weight: 600;
    font-size: 18px;
    margin-right: 10%;
}
.l-head form {
    border: 1px solid #9b9b9b;
    border-radius: 10px;
    padding: 5px 10px;
}
.l-head form input,.l-head form button {
    border: none;
    background: #fff;
    color: #9b9b9b;
}
.cmf,.about_housing {
    padding: 2% 0px;
    color: #282826;
}
.cmf h1,.about h1 {
    font-size: 42px;
    letter-spacing: -1.5px;
    font-weight: 400;
    text-align: center;
    border-bottom: 2px solid #282826;
    padding-bottom: 10px;
}
.cmf p,.about p {
    color: #80807f;
    font-size: 20px;
    letter-spacing: -0.5px;
}
.bestgear {
    padding-left: 30%;
    width: 100%;
}
.cmf iframe {
    margin-top: 40px;
    margin-left: 10%;
}
.about_right {
    max-width: 300px;
    float: right;
    border: 2px solid #88be4a;
    padding: 30px;
    text-align: center;
    box-shadow: 7px 7px 0px 0px #0ca9a0;
}
.about_right h1 {
    color: #282826;
    font-size: 32px;
    line-height: 32px;
    margin-bottom: 30px;
}
.about_right p {
    color: #282826;
    font-size: 22px;
    font-weight: 600;
}
.about_right a {
    background: #88be4a;
    color: #fff;
    padding: 10px 20px;
    font-size: 20px;
    border-radius: 5px;
    display: inline-block;
    margin-top: 20px;
}
.about a {
    padding: 5px 20px;
    background: #404040;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    border-radius: 5px;
    margin-top: 10px;
    margin-bottom: 60px;
}
.about h2 {
    background: #404040;
    color: #fff;
    text-align: center;
    padding: 15%;
    max-width: 500px;
    margin-left: 10%;
    font-size: 40px;
    font-weight: 400;
}
.get_new {
    background-image: url(../images/headphone.png);
    padding: 15% 20%;
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
}
.bottom_banner h4 {
    font-size: 16px;
    font-weight: 800;
}
.bottom_banner h2 {
    font-size: 50px;
    font-weight: 800;
    margin-bottom: 30px;
}
.purchase_btn {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    padding: 10px 20px;
    border: 1px solid #fff;
    border-radius: 20px;
}
.watchtrailer {
    color: #fff;
    margin-left: 5%;
    font-size: 14px;
    text-transform: uppercase;
}
.footer {
    text-align: center;
    padding-top: 5%;
}
.footer a{
	color: #777776;
	font-size: 16px;
}
#bottombgfooter {
    background: #88be4a;
    color: #fff;
    font-size: 26px;
    margin-top: 10px;
}
#bottombgfooter .col-lg-3 {
    border-left: 2px solid #485c2c;
    border-right: 2px solid #485c2c;
}
#bottombgfooter i {
    padding: 15px;
}
.copyright {
    color: #777776;
    margin-top: 10px;
}
.rightalign {
    text-align: right;
}
#bottombgfooter i{
	cursor: pointer;
}
.carousel {
  position: relative;
}
.carousel-item img {
  object-fit: cover;
}
#carousel-thumbs {
  background: rgba(255,255,255,.3);
  bottom: 0;
  left: 0;
  padding: 0 50px;
  right: 0;
}
#carousel-thumbs img {
  border: 5px solid transparent;
  cursor: pointer;
}
#carousel-thumbs img:hover {
  border-color: rgba(255,255,255,.3);
}
#carousel-thumbs .selected img {
  border-color: #fff;
}
.carousel-control-prev,
.carousel-control-next {
  width: 50px;
}
@media all and (max-width: 767px) {
  .carousel-container #carousel-thumbs img {
    border-width: 3px;
  }
}
@media all and (min-width: 576px) {
  .carousel-container #carousel-thumbs {
    position: absolute;
  }
}
@media all and (max-width: 576px) {
  .carousel-container #carousel-thumbs {
    background: #ccccce;
  }
}
.modal-dialog {
    max-width: 70%;
}

@media screen and (max-width: 992px) {
.cmf iframe,.about h2 {
    margin-left: 0px;
    margin-top: 40px;
    width: 100%;
}
.bestgear {
    padding-left: 0px;
    width: 100%;
    margin-top: 30px;
}
.about_right {
    float: none;
    margin-top: 30px;
    max-width: 100%;
}
.copyright {
    text-align: center;
}
.social_media,.logo {
    text-align: center;
}
.search{
    justify-content: center;
    margin: 20px 0px;
}
.navbar.navbar-expand-lg.navbar-light {
    justify-content: center;
    margin-top: 20px;
}
.l-head {
    padding: 10px 0px;
}
.get_new {
    padding: 15% 5%;
}
.modal-dialog {
    max-width: 90%;
    margin: 0px auto;
}
}


/*Members CSS*/
.member_data img {
    width: 100%;
}
.members_p .col-lg-2,.members_p .col-lg-12 {
    padding: 0px;
}
.membershead {
    background: #e5e5e5;
    padding-top: 5%;
}
.members_listing{
	background: #e5e5e5;
    padding-bottom: 5%;
}
.membershead .container {
    background: #fff;
    padding: 50px 50px;
}
.members_listing .container {
    background: #fff;
    padding: 0px 50px;
}
.members_count h1 {
    color: #282826;
    font-size: 28px;
    letter-spacing: -1px;
    font-weight: 400;
}
.members_login h1{
	text-transform: uppercase;
	color: #282826;
    font-size: 24px;
    letter-spacing: -1px;
    font-weight: 400;
    text-align: right;
}
.members_count h1 span {
    color: #80807f;
    font-size: 16px;
    margin-left: 5px;
}
.members_login a {
    background: #404040;
    color: #fff;
    font-size: 14px;
    padding: 5px 10px;
    margin-left: 10px;
    border-radius: 5px;
}
.searchfor {
    background: #e5e5e5;
    padding: 25px 20px;
}
.searchfor h2 {
    color: #282826;
    font-size: 18px;
    letter-spacing: -1px;
    font-weight: 400;
    margin: 0px;
}
.searchfor i {
    margin-left: 20px;
}
.member_data h4 {
    color: #282826;
    font-size: 14px;
    letter-spacing: -1px;
    font-weight: 400;
    margin-top: 15px;
    margin-bottom: 0px;
    padding-left: 10px;
}
.member_data p {
    color: #80807f;
    padding-left: 10px;
    font-size: 14px;
}
.dropup {
    color: #80807f;
    padding:0px 10px;
    font-size: 14px;
}
.fa.fa-ellipsis-h.dropdown-toggle {
    cursor: pointer;
    padding: 0px 7px;
    border: 1px solid #80807f;
    border-radius: 5px;
}
.dropup .dropdown-toggle::after{
	display: none;
}
.member_data {
    margin-bottom: 10px;
}
.member_data .dropdown-menu.show {
    background: #404040;
}
.member_data .dropdown-item:focus,.member_data .dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: transparent;
}
.member_data .dropdown-item {
    color: #fff;
    font-size: 14px;
    border-bottom: 2px solid #3d3d3c;
    padding: 7px 20px;
}
.member_data .dropdown-item:last-child{
	border: none;
}
.showing {
    text-align: center;
    color: #80807f;
}
.showing h4 {
    font-size: 14px;
    letter-spacing: -1px;
    text-transform: uppercase;
}
.showing h2 {
    color: #282826;
    margin-top: 20px;
    letter-spacing: -1px;
    font-size: 26px;
    margin-bottom: 0px;
}
.showing p{
	font-size: 14px;
    letter-spacing: -1px;
    text-transform: uppercase;
}
#border_Top {
    border-top: 1px solid #e5e5e5;
    padding-top: 20px;
}
.fa.fa-ellipsis-h.dropdown-toggle {
    margin-left: 25%;
}
.members_listing .container{
	padding-bottom: 30px;
}
@media screen and (max-width: 1260px) {
.fa.fa-ellipsis-h.dropdown-toggle {
    margin-left: 5%;
}
}
@media screen and (max-width: 992px) {
	.members_login h1 {
    text-align: left;
}
.rightalign {
    text-align: center;
}
.fa.fa-ellipsis-h.dropdown-toggle {
    margin-left: 25%;
}
.nav-item {
    padding-left: 0px;
    padding-bottom: 10px;
}
}

/*Register css*/
.regiter_box h1 {
    color: #282826;
    font-size: 28px;
    letter-spacing: -1px;
    font-weight: 400;
    text-transform: uppercase;
}
.regiter_box {
    padding: 5% 0px;
}
.regiter_box .col-lg-6 {
    border-top: 2px solid #ababab;
    padding-top: 20px;
    margin-top: 10px;
}
.regiter_box .col-lg-6:last-child{
	border-left: 2px solid #ababab;
}
.left_register input,.left_register select {
    width: 100%;
    margin-bottom: 15px;
    border: none;
    border-bottom: 1px dashed #aaa;
    font-size: 16px;
    letter-spacing: -1px;
    font-weight: 200;
    padding: 0px;
    color: #aaaaaa;
}
.left_register select {
     padding: 10px 0px;
     
    }
::placeholder{
	color: #aaaaaa;
	opacity: 1;
}
.checkbox {
    width: auto !important;
    margin-right: 10px;
    margin-left: 20px;
}
.d-block{
	margin-bottom: 20px;
}
.left_register label{
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: -1px;
    font-weight: 600;
    padding: 0px;
    margin: 0;
    color: #aaaaaa;
}
.left_register {
    padding-right: 40px;
}

.left_register h2,.right_register h2 {
    color: #1b1b19;
    font-size: 28px;
    text-transform: uppercase;
    font-family: 'Open Sans Condensed';
    font-weight: 600;
    letter-spacing: -1px;
    margin-bottom: 20px;
}
.form-group i {
    width: 20px;
    height: 20px;
    background: #010101;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    padding-top: 5px;
    font-size: 11px;
}
.form-group {
    width: 50%;
    float: left;
}
.form-group input {
    width: 80%;
    padding: 0px;
    margin-bottom: 0px;
}
.left_register h4 {
    color: #aaa;
    font-size: 22px;
    text-transform: uppercase;
    margin-bottom: 30px;
    letter-spacing: -1px;
}
.right_register {
    padding-left: 40px;
}
.upload button {
    background: #404040;
    color: #fff;
    font-size: 14px;
    padding: 5px 10px;
    border-radius: 5px;
    border: none;
    text-transform: uppercase;
}
.right_register label {
    width: 100%;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: -1px;
    font-weight: 200;
    padding-bottom: 10px;
    color: #aaaaaa;
}
hr {
    border: 1px solid #aaa;
    margin: 50px 0px;
}
.membership h4 {
    width: 100%;
    font-size: 24px;
    text-transform: uppercase;
    letter-spacing: -1px;
    color: #393939;
}
.membership_bx {
    padding: 50px 0px;
    border: 2px solid #a3a4a4;
    border-radius: 5px;
}

.membership_bx h1 {
    background: #88bf4a;
    text-align: center;
    color: #fff;
    font-size: 54px;
    padding: 20px 10px;
    letter-spacing: -1px;
}
.membership {
    max-width: 500px;
}
.membership_bx h2 {
    width: 100%;
    font-size: 24px;
    letter-spacing: -1px;
    color: #393939;
    text-align: center;
    margin: 0px;
    padding-top: 20px;
    padding-left: 40px;
    padding-right: 40px;
}
#payget {
    width: 100%;
    font-size: 32px;
    letter-spacing: -1px;
    color: #222220;
    text-align: center;
    margin: 0px;
    padding-top: 25%;
    font-weight: 600;
    padding-bottom: 40px;
}
#rplabl {
    width: auto;
    font-size: 32px;
    letter-spacing: -1px;
    color: #222220;
    text-align: center;
    margin: 0px;
    font-weight: 600;
    padding-left: 10px;
}
.paymentget {
    text-align: center;
    padding-bottom: 25%;
}
.payment_summary {
    text-align: center;
}
.payment_summary h3 {
    width: 100%;
    font-size: 28px;
    letter-spacing: -1px;
    color: #222220;
    text-align: center;
    margin: 0px;
    font-weight: 600;
    padding-bottom: 20px;
    text-transform: uppercase;
}
.payment_summary p {
    width: 100%;
    font-size: 24px;
    letter-spacing: -1px;
    color: #393939;
    text-align: center;
    margin: 0px;
}
.final_submit {
    background: #0ca9a0;
    color: #fff;
    font-size: 14px;
    padding: 7px 15px;
    border-radius: 5px;
    border: none;
    text-transform: uppercase;
    margin: 0px auto;
    display: block;
    margin-top: 30px;
}
.paymentget input {
    height: 20px;
}
header .dropdown-item {
    border: 1px solid #989898;
    font-size: 14px;
}
header .dropdown-menu {
    padding: 10px 10px;
    border: none;
}
header .dropdown-menu {
    right: 0px;
    left: auto;
}
@media screen and (max-width: 992px) {
	.right_register,.left_register{
		padding: 0px;
	}
	.membership {
    max-width: 100%;
}
header .dropdown-menu {
    left: 0px;
    right: auto;
}
}
.shortlineheading{
    font-family: Arial, Helvetica, sans-serif;
    font-size: larger;
  font-weight: 900;
  display: inline-block;
  padding-bottom: 15px;
  position: relative;
}
.shortlineheading:before{
    content: "";
    position: absolute;
    width: 50%;
    height: 1px;
    bottom: 0;
    left: 25%;
    border-bottom: 5px solid black;
}
.memcontainer{
        width: 100%;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        margin-top: 30px;
}
.memcontainerplus{
    margin-top: 70px;
}
.advmem{
        max-width: 300px;
        height: 190px;
        margin: 10px;
        padding: 5px;
}
.advmem img {
    max-width: 200px;
}
.advmemname{
    width:100%; 
    text-align:center;
    margin-top: 15px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}
.advmemtitle{
    width:100%; 
    text-align:center;
}
.bottomlongad {
    margin-top: 70px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: solid 1px #000;
    border-bottom: solid 1px #000;
    max-width: 100%;
    text-align:center;
    width: 100%;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
}
.specsep{
    border-right: solid 1px #aaa;
}
.conbox{
    width:80%; 
    height:200px;
    border: 1px solid #aaa;
}
.blkbtn button {
    background: #404040;
    color: #fff;
    font-size: 14px;
    padding: 5px 10px;
    border-radius: 5px;
    border: none;
    text-transform: uppercase;
}
.blkbtnx {
    background: #404040;
    color: #fff;
    font-size: 14px;
    padding: 5px 10px;
    border-radius: 5px;
    border: none;
    text-transform: uppercase;
}
.doyouhave {
    padding-top: 60px;
}
.toppad30{
    padding-top: 30px;
}
.leftpad60{
    padding-left: 60px;
}
.bottompad60{
    padding-left: 60px;
}
.contact_head{
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 30px;
}
.contact_head_shell{
    height: 100px;
}
.contact_head_container{
    border-bottom: solid 1px black;
}
.contact_shell{
	background: #ffffff;
    padding-bottom: 5%;
}
.contact_shell_inner{
	background: #e5e5e5;
    padding-bottom: 5%;
}
.allpad{
    padding:30px;
}
.address_shell{
    border-right: solid 1px black;
    min-width: 100%;
    min-height: 800px;
}
.form_shell{
    border-left: solid 1px black;
    min-width: 100%;
}
.nheads b{
    color:black;
}
@media all and (max-width: 576px) {
    .social_media {
      display: none;
    }
    .search {
        display: none;
      }
  }
@media only screen and (max-width: 600px) {
  .regiter_box {
    padding: 40px;
}
.regiter_box .col-lg-6:last-child{
    border-left: 0px;
}
.regiter_box .col-lg-6{
    border-top:0px;
}
.logo img{
    max-width:200px;
}
.bottomlongad {
    margin-left: 0px;
}
#InnerBottom {
    max-width:100%;
}
.rightsize{
    width:100%;
}
.right_register, .left_register{
    padding-right:20px;
}
.loginmiddle{
    margin-top:60px;
}
.bcmmbr {
    text-align:center;
    padding-left:-15px;
}
.donotappearinmobile{
    display:none;
}
.bottommarginx{
    margin-bottom:50px;
}
.advmem{
    height:240px;
}

}
@media only screen and (min-width: 600px) {
.nomobhid {
 display:none;   
}
}