@font-face {
 font-family:AktivGrotesk;
 font-style:normal;
 font-weight:400;
 font-display:fallback;
 src:url(../fonts/AktivGroteskCorp-Light.ttf);
}
@font-face {
 font-family:AktivGrotesk;
 font-style:normal;
 font-weight:700;
 font-display:fallback;
 src:url(../fonts/AktivGroteskCorp-Medium.ttf);
}
@font-face {
 font-family:AktivGrotesk;
 font-style:normal;
 font-weight:800;
 font-display:fallback;
 src:url(../fonts/AktivGroteskCorp-Bold.ttf);
}
body{	
 font-family:AktivGrotesk;
 font-weight:600;
}
.set-mobile {
    background-image: url('../img/mobile.png');
    width: 250px;
    margin: auto;
    height: 500px;
    background-size: 100% 100%;
    padding: 45px 22px 75px;
}
.set-mobile img{
	width:200px;
}
.drawer-actions .btn{
	color:#fff;
}
.col-middle .close.btn {
    color: #fff;
    text-shadow: 0px 0px;
    opacity: 1;
}
.mark, mark{
	padding:0px;
}	
.header .navbar{
	border:0px;
	margin:0px;
	background:none;
	border-radius:0px;
	box-shadow:0px 0px 10px #ccc;
	height:auto;
	min-height:auto;
}
.video_overlay {
    position: fixed;
    top: 0;
    width: 100%;
}
.header .navbar-default .navbar-nav > li > a{
	color:#000;
}
.header .navbar-default .navbar-nav > li.login-btn a {
    border: 1px solid #333;
    padding: 8px 20px;
    border-radius: 30px;
    color: #000;
    margin: 6px 15px 0px 10px;
	font-size:14px;
	transition: ease 0.5s;
}
.validation_error p {
    color: red;
    margin-bottom: 3px;
    font-weight: normal;
    padding-left: 16px;
    font-size: 13px;
}
.formerror
{
	border: 1px solid red !important;
}
.header .navbar-default .navbar-nav > li.login-btn a:hover {
    background:#e1e1e1;
	transition: ease 0.5s;
}
.header .navbar-default .navbar-nav > li.signup-btn > a {
    border: 1px solid #333;
    padding: 8px 20px;
    border-radius: 30px;
    color: #fff;
    margin: 6px 0px 0px;
	background:#111;
	font-size:14px;
	transition: ease 0.5s;
}
.header .navbar-default .navbar-nav > li.signup-btn a:hover{
	color:$#fff;
	opacity:0.8;
}
.header .navbar-brand{
	height:auto;
}
.header .navbar-brand > img{
	height:27px;
}
.header .nav.navbar-nav.navbar-right {
    margin-top:4px;
}
.footer {
    background: #2d2a35;
    padding: 30px 0px;
}
.footer h2 {
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0px 0px 15px;
}
.footer h2 a{
	color:#fff;
	text-decoration:none !important;
}
.logo-footer img{
	width:200px;
}
.social-footer{
	margin-top:20px;
}
.social-footer a {
    width: 40px;
    height: 40px;
    display: inline-block;
    color: #65626f;
    border: 2px solid #65626f;
    text-align: center;
    border-radius: 50%;
    line-height: 38px;
    font-size: 20px;
    vertical-align: middle;
    margin-right: 10px;
}
.social-footer a:hover, .social-footer a:focus{
	color:#ccc;
	border-color:#fff;
}
.footer-menu p{
	margin-bottom:15px;
}
.footer-menu p a {
    color: #999;
    font-weight: normal;
	text-decoration: none;
	font-size:14px;
}
.footer-menu p a:hover, .footer-menu p a:focus{
	text-decoration:none;
	color:#ccc;
}
.login-page {
    background-color: #efeef0;
   /* background-image: url("../img/login.png");*/
    background-repeat: no-repeat;
    padding:0 0;
    background-position: right center;
	overflow-y:auto;
}
.login-box h3 {
    text-align: center;
    margin: 15px 0px 25px;
    font-weight: 600;
    color: #000;
}
.login-box img{		
	max-width:100%;
	transition: ease 0.5s;
}
.login-box img:hover{
	opacity:0.8;
	transition: ease 0.5s;
}
.btn{
	transition: ease 0.5s;
}
.btn-dark{
	background:#333;
	color:#fff;
}
.btn-dark:hover, .btn-dark:focus{
	opacity:0.8;
	color:#fff;
}
.form-login{
	margin-top:20px;
}
.form-login .form-control {
    border: 0px;
    font-size: 15px;
    font-weight: normal;
}
.form-control{
	border-radius:40px;
}
.form-login .btn{
	border-radius:40px;
	font-weight:600
}
.set-eye {
    position: relative;
}
.set-eye i{
    position: absolute;
    top: 14px;
    right: 15px;
    font-size: 20px;
    color: #999;
    cursor: pointer;
}
.form-login .form-control.set-eye {
	padding-right:40px;
}
.forgot{
	text-align:center;
	color:#555;
	margin:10px 0px;
}
.forgot a{
	color:#000;
	font-weight:600;
}
.donthave {
    text-align: center;
    color: #000;
    font-weight: 500;
    line-height: 22px;
}
.donthave a{
	color:#000;
	font-weight:600;
}
.phone-no{
	text-align:center;
	margin:10px 0px 15px;
	color:#000;
	font-weight:normal;
}
.phone-no a{
	color:#000;
}
.m-t-20{
	margin-top:20px !important;
}
.brum-section{
	padding: 10% 0px;
    background-size: 100% auto;
    background-position: center;
    min-height: 300px;
    text-align: center;
    color: #fff;
    font-size: 33px;
}
.pricing {
	background:#efeef0;
	padding:50px 0px;
}
.pricing .card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}
.pricing .card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}
.pricing .card-price {
    font-size: 3rem;
    margin: 0;
}
.pricing .card {
    border: none;
    border-radius: 1rem;
    transition: all 0.2s;
    box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
}
.pricing .fa-ul {
    list-style-type: none;
    margin-left: 2.5em;
    padding-left: 0;
}
.pricing .card-price .period {
  font-size: 1.5rem;
}

.pricing ul li {
  margin-bottom: 2rem;
  font-weight: normal;
}
.pricing .text-muted {
    opacity: 1;
    color: #333;
}
.pricing .btn {
  opacity: 0.7;
  transition: all 0.2s;
  font-size:16px;
  border-radius:50px;
}
.card.active{
	background:#222;
	color:#fff;
}
.pricing .card.active .btn{
	background:#ccc;
	color:#000;
}
.pricing .card.active .btn{
	background:#eee;
	color:#000;
}
.pricing .card.active{
	margin-top:-20px;
}
.pricing .card.active .text-muted{
	color:#fff;
}
.pricing .card.active:hover{
	margin-top:-20px;
}
.pricing .col-lg-4{
	padding:0px;
}
.annual-main{
	margin:30px 0px;		
}
.anually-loop{
	background:#fff;
	margin:10px 0px;
	padding:15px 0px;
}
.anually-loop h3{
	margin:0px 0px 5px;
}
.anually-loop p{
	font-weight:normal;	
}
.btn-outline{
	border:1px solid #333;
	color:#333;
}
.btn-outline:hover,.btn-outline:focus{
	background:#333;
	color:#fff;
}
.anually-loop  .btn-outline{
	padding:6px 20px;
	margin: 12px 0px 0px;
}
.button-login {
}
.login-page .row{
	margin:0px;
}
.login-page .row .col-sm-4{
	padding:0px;
}
.login-page .col-sm-4{
	position:relative;
	height:100vh;
}
/*.login-box{	
	position: absolute;
	width:100%;
	top: 45%;                   
	transform:translate(0, -56%)
}*/
.login-box {
	position: relative;
	width: 100%;
	top: 45%;
	transform: translate(0, 30%);
}
.login-box.forgot {
	position: relative;
	width: 100%;
	top: 100px;
	transform: translate(0, 30%);
}
.button-login .login-img{
	margin:15px 0px;
	text-align:center
}
.button-login .login-img img{
	height:65px;
	max-width:100%;
}
.popup-login img{
	max-width:100%;
}
.login-popup .modal-content{
	background-color: #efeef0;
}
.login-popup .modal-content .modal-body{
	padding-top:0px;
}
.paading-bottom{
	padding-bottom:232px;
	padding-bottom:268px;
	overflow-x:hidden;
	z-index: 99;
	position: relative;
}
.footer{
	position:fixed;
	width:100%;
	bottom:0px;
	left:0px;
	z-index:-1
}
.modal-content{
	border-radius:25px;
}
.for-email {
    margin: 10px 0px;
    text-align: center;
	color:#555
}
.for-email a{
    color:#000;
}
.top-login {
    margin-bottom: 6px;
}
.top-login img{
	width:240px;
}
.cookies {
    position: fixed;
    z-index: 99999;
    bottom: 0px;
    background: #fff;
    width: 100%;
    text-align: center;
    padding: 10px;
    font-weight: normal;
    letter-spacing: normal;
    font-size: 14px;
    color: #000;
}
.cookies-close.btn.btn-dark.btn-sm {
    margin-left: 1%;
	text-transform:normal;
	color:#fff;
}
.cookies-text a{
	color:#23527c
}
.modal.in#login-popup .modal-dialog{
	transform: translate(0,5%);
	/* margin-top:0px; */
}
.button-login .login-img img{
	transition: ease 0.5s;
}
.button-login .login-img img:hover{
	opacity:0.8;
	transition: ease 0.5s;
}
.modal.fade .modal-dialog {
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -ms-transform: scale(0.1);
    transform: scale(0.1);
    top: 0px;
    opacity: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.modal.fade.in .modal-dialog {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0px, 0);
    opacity: 1;
}
.home-but a {
    width: auto;
    border: 1px solid;
    border-radius: 36px;
    font-weight: 700;
    font-size: 14px;
    background: none;
    margin-top: 10px;
    padding: 8px 20px;
    text-transform: none;
    margin-right: 15px;
}
.home-but a:hover, .home-but a:focus {
    opacity: .7;
    text-decoration: none;
    background-color: #eee;
}
#header .row{
	/*margin:0px;*/
}
.login-popup .modal-header{
	padding: 15px 18px;
}
.nano>.nano-pane>.nano-slider{
	background-color:rgba(00,00,00,00);
}
/* Hover Effects on Card */
@media (min-width: 992px) {
  .pricing .card:hover {
    margin-top: -.25rem;
    margin-bottom: .25rem;
    box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.3);
  }
  .pricing .card:hover .btn {
    opacity: 1;
  }
}
@media(min-width:768px){
	.modal-sm {
	  width:340px;
	 }
}
@media(min-width:768px) and (max-width:5000px){
.footer .collapse{
	display:block;
	height:auto;
}
body #modal_sharebox .share-content {
    padding: 20px 40px 20px 20px;
}
}
@media(min-width:100px) and (max-width:767px){	
	body #modal_sharebox .share-content{
		padding:20px 0px;
	}	
	body #member-detail  #modal_sharebox .share-content.share-infos{
		margin:0px;
		padding:5px 0px;
	}
	body #member-detail  #modal_sharebox .share-content.share-infos .share-thumbnail-infos{
		padding-bottom:0px;		
		min-height:auto;
	}
	body #modal_sharebox .share-content .us_hedadd{
		display:flex;
		align-items:center;
	}
	body #modal_sharebox .share-content .us_hedadd .pull-right{
		float:none !important;
		margin-left:auto;
	}
	body #modal_sharebox .share-content .control-input.social-footer{
		min-width:auto;
	}
	body .us_hedadd .pull-left .share_ttt{
		margin:0px !important;
	}
	.modal-dialog .control-input.social-footer a{
		margin-right:0px;
	}
	.modal-dialog .pull-right .control-input.social-footer a {
		width: 30px;
		height: 30px;
		line-height:27px;
		font-size: 14px;
	}
	.home-but a {
		min-width: 85px;
		padding: 7px;
		font-size: 12px;
	}
	.search-btn {
		display: none;
	}
	.paading-bottom{
		padding-bottom:0px;
	}
	.footer{
		position:static;
		
	}
	.logo-footer {
		text-align: center;
	}
	.anually-loop .btn-outline{
		margin:0px;
	}
	.anually-loop{
		text-align:center;
	}
	.anually-loop .text-right{
		text-align:center;
	}
	.pricing .col-lg-4{
		padding:0px 15px;
	}
	.pricing .card.active{
		margin:20px 0px !important;
	}
	.brum-section{
		min-height: 185px;
		background-repeat: no-repeat;
		background-size: cover;
	}
	.header .nav > li{
		 display:inline-block;
		 float:none;
	}
	.header .nav{
		text-align:center
	}
	.social-footer{
		margin-bottom:30px;
	}
	.login-page{
		background-image:none;
		padding:40px 0px;
	}
	.navbar-toggle{
		margin-top:12px;
	}
	.footer-menu{
		margin:10px 0px 0px;
	}
	.footer h2{
		margin:0px;
	}
	.footer h2 a {
		border-bottom:1px solid #555;
		padding:0 0 10px 0;
		display: inline-block;
		width:100%;
		position:relative;
	}
	.footer h2 a::after {
		content: "-";
		position: absolute;
		right: 0px;
		font-size: 24px;
		top: -7px;
	}
	.footer h2 a.collapsed::after {
		content: "+";
		position: absolute;
		right: 0px;
		font-size: 24px;
		top: -7px;
	}
	.footer .collapse {
		margin:10px 0px 30px;
	}
}



.fb:hover {
	color: #fff !important;
	border-color: #194585 !important;
	background: #194585;
}
.insta:hover {
	background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
	color: #fff !important;
}
.twitter:hover {
	background: #1d9ceb !important;
	color: #fff !important;
}
.youtub:hover {
	background: #f70000 !important;
	color: #fff !important;
}
.padding-0{
	padding: 0 !important;
}
.img_right img {
	width: 100%;
	object-position: center;
	height: 100vh;
	object-fit: cover;
}
.form-control.fild_error {
	padding: 0;
	display: inline-block;
	height: 100%;
	border-radius: 50px;
	background: #fff;
}
.form-control.fild_error .form-control{
	box-shadow: none;
	background: transparent;
}

.form-control.fild_error .validation_error {
	font-size: 12px;
	color: #ca3030;
	padding: 2px 15px;
	padding-bottom: 5px;
	width: 100%;
	margin-top: -12px;
}

.about_us_page {
	background: #fff;
	padding: 20px 0;
}
.sticky-headdd{
	position:sticky;
	top:-20px;
	z-index:999;
	background:#fff;
	margin-top:10px;
	padding-top:10px;
	padding-bottom:5px;
}
.about_us_page h1 {
	font-family: Deezer,sans-serif;
	font-weight: 600;
	color: #000;
	margin-bottom: 15px;
	margin-top: 0;
}

.about_us_page p {
	color: #72727d;
	font-size: 16px;
	font-family: Roboto,sans-serif;
	font-weight: normal;
	margin-bottom: 15px;
}
.about_us_page p strong{
	color: #000;
}

.contact_us_des .col-md-9 {
	width: 100%;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	float: inherit;
}
.contact_us_des .md-form {
	margin-bottom: 20px;
}
.contact_us_des .form-control {
	font-weight: normal;
	font-size: 15px;
}
.contact_us_des .md-form label {
	font-size: 14px;
	font-weight: 600;
	color: #000;
	padding-left: 16px;
}

.contact_us_des h2 {
	font-family: Deezer,sans-serif;
	font-weight: 600;
	color: #000;
	margin-bottom: 15px;
	margin-top: 0;
}

.contact_us_des{
	padding: 15% 0;
}
.contact_us_des .btn{
	border-radius: 40px;
}

body.paading-bottom{
	padding-bottom: 0 !important
}
.footer {
	position: inherit !important;
}
.contact_us_des textarea.form-control {
	border-radius: 20px;
}

.google_login {
	position: relative;
	display: inline-block;
	overflow: hidden;
}
.google_login #gSignIn {
	position: absolute;
	z-index: 2;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	opacity: 0.01;
}
.google_login #gSignIn .abcRioButton {
	width: 100% !important;
	height: 100% !important;
}

.profile-image {
	width: 240px;
	height: 240px;
	position: relative;
	margin: 0 auto;
	margin-bottom: 30px;
}
.profile-image img{
	width: 100%;
	height: 100%;
	border-radius: 100%;
	object-fit:cover;
}

.profile-image .hover_us1 {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	border-radius: 100%;
	background: rgba(0,0,0,.5);
	color: #fff;
	text-align: center;
	display: flex;
	align-items: flex-end;
	opacity: 0;
	transition: all .2s ease;
	cursor: pointer;
	padding-bottom: 50px;
}
.profile-image .hover_us2 {
	width: 100%;
	font-weight: normal;
	-webkit-transform: translate3d(0,100%,0);
	transform: translate3d(0,100%,0);
	transition: all .2s ease;
	opacity: 0;
	padding: 10px;
}
.profile-image:hover .hover_us1 {
	opacity: 1;
}
.profile-image:hover .hover_us2 {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	opacity: 1;
}

.heaadingdd {
	color: #000;
	font-size: 24pt;
	font-family: Roboto,sans-serif;
	font-weight: normal;
	margin-bottom: 30px;
	font-weight: 600;
}
.profile-image .hover_us2{
	font-family: Roboto,sans-serif;
}
.profile-image .hover_us2 h4{
	font-size: 20px;
	margin: 0;
	margin-bottom: 4px;
	font-weight: 600;
}
.profile-image .hover_us2 p{
	font-size: 16px;
	margin: 0;
}
.us_hedadd {
	display: inline-block;
	width: 100%;
}
.modal-dialog .control-input.social-footer a{
	padding-top:0px;
	margin-left:10px;
	margin-right:0px;
	
}
#member-detail .modal-body{
	padding:15px 20px;
}
.before_animation{
    position: fixed;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 999999999999999;
    top: 0px;
    left: 0px;			
	text-align:center;
}
.before_animation .animation {
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    text-align: center;
    width: 100%;
}
/*media start*/
@media(min-width: 1300px){
	.profile-image {
	width: 320px;
	height: 320px;
}
} 
/*media close*/

.container-wrap {
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 30px 15px;
}

.container-wrap .gift_list {
	position: relative;
}

.container-wrap .gift_list img {
	border-radius: 15px;
    width: 100%;
	height: 350px;
}
div#page_naboo_playlist {
    position: relative;
}

.naboo-catalog .catalog-content {
    position: sticky;
    top: 0;
    z-index: 999;
    background: #ffff;
    left: 0;
}


.naboo-catalog ul.nav {
    position: sticky;
    top: 280px;
    z-index: 999;
    background: #ffff;
    left: 0;
}
