/*YOUR CUSTOM STYLES*/
body{

}
body#reg-page{
    background: #FFF;
    background-image:url('../images/register_bg.png');
    background-repeat:no-repeat;
    background-size: cover;
}
body#video-page{
    background: #FFF;
    background-image:url('../images/register_bg.png');
    background-repeat:no-repeat;
    background-size: cover;
}
.global-wrap {
  background: transparent;
  /* height: 100%; */
  padding: 0px 10px 0px 10px;
}
.float_right{
	float: right !important;
}
.loadmore_content{
	 display:inline-block;
		height:110px;
		overflow:hidden !important;
	    text-overflow: ellipsis;
	}
.loadmore_btn{
	display: block;
}

.radiusBorder{
	-webkit-border-radius: 3px !important;
	border-radius: 3px !important;
	
}
.loginBox{
	/* background: #f9f9f9; */
	/* padding: 15px; */
	/* border: #e2e2e2 1px solid; */
	-webkit-border-radius:3px;
	border-radius: 3px;
	margin-top: 21%;
	width: 35%;
	margin-left: 60%;
}
.registerBox input{
	-webkit-border-radius: 3px !important;
	border-radius: 3px !important;
}
.register{
	  padding: 0px 10px 0px 10px;
  margin: 25% 0% 0 40%;
}
.registerBox{
	background: #f9f9f9;
	padding: 15px;
	border: #e2e2e2 1px solid;
	-webkit-border-radius:3px;
	border-radius: 3px;
}

@media (min-width: 992px) {
    .loadmore_content{
	 	height:auto;
	}
	.loadmore_btn{
		display: none;
	}
}

.iconBg{
	color: #e3e3e3 !important;
	font-size: 150px !important;
	width: 100%;
	height: 100%;
	line-height: 200px;
	text-align: center;
	vertical-align: middle;
}
.iconBg2{
	color: #e3e3e3 !important;
	font-size: 150px !important;
	width: 100%;
	height: 100%;
	line-height: 200px;
	text-align: center;
	vertical-align: middle;
}
.desktop-bg{
    display:block;
}
.mobile-bg{
    display:none;
}
#register-page-container{
	position:relative;
	max-width: 1920px;
	margin: 0 auto;
}

#register-form-container{
	width: 50%;
	z-index: 1;
	margin-top: 15.3%;
	text-align:center;
	margin-left: 48%;
}
#register-form-container label{
    text-align:left;
    color:#000;
    font-size:16px;
    font-weight:bold;
    line-height:1.5;
}

#register-form-container .reg-form-group{
    margin-bottom:2%;
}
#register-form-container .input-group{
	width:100%;
}
#register-form-container .input-group-name-field{
	width: 50%!important;
}

.input-fields-container{
	text-align:right;
	width: 100%;
	height: 50px;
	margin: 0.4% 0;
}
.input-fields{float: right;width: 30%;height: 100%;margin-right: 1%;background: #FFF;}
.input-fields input,.input-fields select{
	height:100%;
}
#register-submit-btn-container{
    position:absolute;
    width: 100%;
    height: 1px;
    z-index: 1;
    top: 0;
    left: 0;
    margin-top: 25%;
    text-align:center;
}
#register-submit-btn{cursor: pointer;border-radius: 5px 5px;color: #FFF;/* float: right; */width: 100%;height: 40px;padding: 3px;line-height: 30px;font-size: 16px;font-weight: bold;margin-right: 1%;background: #3f77b2;border-color: #3f77b2;}
#error-message{
    display:none;
    border: 3px solid #F00;
    background:#FFF;
    border-radius: 5px 5px;
    color: #F00;
    float: right;
    width: 30%;
    padding: 5px;
    font-size: 16px;
    font-weight: bold;
    margin-right: 1%;
    text-align: left;
    margin-bottom: 0.4%;
}
#floating-tab{
    position:fixed;
    bottom:0;
    right: 2%;
    z-index:100;
    text-align: center;
    border-radius: 5px 5px 0px 0px;
    color: #FFF;
    background-color: #03293F;
    border-color: #03293F;
}
#floating-collapse-container{
    cursor: pointer;
    font-weight: bold;
    line-height: 40px;
    text-align: center;
    font-size: 20px;
    margin: 0 auto;
}

#floating-tab.floating-collapse{
    width: 300px;
    height: 40px;
}

#floating-tab.floating-open{
    width: 400px;
    height: 335px;
}
#floating-tab.floating-collapse #floating-open-container{
    display:none;
}
#floating-tab.floating-open #floating-open-container{
    display:block;
}
.chat {
    text-align: left;
}
.tabContent{
    height: 251px;
    overflow-y: auto;
}
.comments-list {
  text-align: left;
}
@media (min-width:992px) {
	.iconBg{
		line-height: 272px;
	}
	.iconBg2{
		line-height: 360px;
	}
  	
}
@media (min-width: 1200px) {
	.iconBg{
		line-height: 350px;
	}
	.iconBg2{
		line-height: 460px;
	}
}
@media (max-width:991px){
	body#reg-page{
		background-image:url('../images/register_bg_m.png');
		background-repeat:no-repeat;
		background-size: cover;
	}	
	body#video-page{
		background-image:url('../images/register_bg_m.png');
		background-repeat:no-repeat;
		background-size: cover;
	}
	#register-form-container{
		width: 90%;
		text-align:center;
		margin: 35% auto;
	}
	.register{
	  padding: 0px 10px 0px 10px;
	  margin: 70% auto 0 auto;
	  width: 90%;
	}
	.loginBox {
		width:90%;
		margin: 40% auto 0 auto;
		
	}
}
@media (max-width:640px) {
    .desktop-bg{
        display:none;
    }
    .mobile-bg{
        display:block;
    }

    
    #register-form-container{}
    .input-fields-container{height: 30px;margin: 0.4% 0;}
    .input-fields{width: 60%;}
    .input-fields input,.input-fields select{font-size: 12px;color: #000;padding: 0;}
    #register-submit-btn-container{
    margin-top: 43%;
    }
    #register-submit-btn{
    width: 90%;
    }
    #error-message{
        width: 90%;
        font-size: 14px;
        padding: 1px;
        margin-bottom: 0.6%;
    }
	#floating-tab{
        position:relative;
        padding: 0px 10px 0px 10px;
    }
    #floating-tab.floating-collapse #floating-open-container{
        display:block;
    }
    #floating-tab.floating-collapse{
        width: 100%;
        height: 400px;
        margin:0 2%;
    }
    #floating-tab.floating-open{
        width: 100%;
        height: 400px;
        margin:0 2%;
    }
    .tabContent{
        height: 310px;
    }
}

#social-stat-container{
    width:100%;
    max-width: 340px;
}
.social-block{
    width:25%;
    float:left;
}
.social-icon{
    width:25px;
    height:25px;
    display: inline-block;
    float: left;
    margin-left: 10px;
    cursor: pointer;
}
.like-icon{
    background-image:url('../images/icon/like.png');
    background-repeat:no-repeat;
    background-size: 100% 100%;
    
}
.love-icon{
    background-image:url('../images/icon/love.png');
    background-repeat:no-repeat;
    background-size: 100% 100%;
}
.excited-icon{
    background-image:url('../images/icon/excited.png');
    background-repeat:no-repeat;
    background-size: 100% 100%;
}
.count-text{
    font-size: 16px;
    display: inline-block;
    height: 25px;
    float: left;
    line-height: 25px;
    margin-left: 10px;
}
.clear{
    clear:both;
    float:none;
}
