@font-face {
	font-family: 'Bulletproof BB';
	src: url('../fonts/BulletproofBB.eot');
	src: local('Bulletproof BB'), local('BulletproofBB'),
	url('../fonts/BulletproofBB.eot?#iefix') format('embedded-opentype'),
	url('../fonts/BulletproofBB.woff') format('woff'),
	url('../fonts/BulletproofBB.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Bulletproof BB';
	src: url('../fonts/BulletproofBB-Italic.eot');
	src: local('Bulletproof BB Italic'), local('BulletproofBB-Italic'),
	url('../fonts/BulletproofBB-Italic.eot?#iefix') format('embedded-opentype'),
	url('../fonts/BulletproofBB-Italic.woff') format('woff'),
	url('../fonts/BulletproofBB-Italic.ttf') format('truetype');
	font-weight: normal;
	font-style: italic;
}
 
 @-webkit-keyframes blink { 50% { border-color: #ff0000; }  }
.ad1box{ 
	border: 4px solid  ;
	position: relative;
	-webkit-animation: blink .5s step-end infinite alternate; 
}
.greenTextColor{
color: green;
}
.amberTextColor{
color: red;
}
.video_photo{
    height:108px;
    width:173px;
    text-align: center;
}
.video_thumb{
	border-radius: 7px;
    height:108px;
    width:170px;
    border:solid 1px #CC0000;
}
.submitVideoBox {
  border-radius: 5px;
  background: #000000;
  padding: 5px;
  margin-right:auto;
  margin-left:auto;
  color: white;
  width:310px;
  height: 50px;
}
.websiteMessage {
    border-radius: 5px;
    background: #e60606;
    padding: 5px;
    margin-right:auto;
    margin-left:auto;
    color: white;
    width:310px;
    height:100px;
  }
  .errorMessage {
    border-radius: 5px;
    background: #e60606;
    padding: 5px;
    width:98%;
    margin-right:auto;
    margin-left:auto;
    color: white;
}
.fpErrorMessage {
  border:1px solid #e60606;
  border-radius: 4px;
  margin: 7px;
  padding:1px;
  background: #ffffff;
  margin-right:auto;
  margin-left:auto;
  margin-top: 8px;
  margin-bottom: 8px;
  color: #e60606;
}
.fpSucessMessage {
  border:1px solid #25b53a;
  border-radius: 4px;
  padding:1px;
  background: #ffffff;
  margin-right:auto;
  margin-left:auto;
  margin-top: 8px;
  margin-bottom: 8px;
  color: #25b53a;
}
.ad1box {
  margin-right:auto;
  margin-left:auto;
  width:310px;
  height: 130px;
  background:url('../images/ejuice.jpg');
}
.submiText{
  font-size: medium;
	float:left;
	margin-top:10px;
	padding-left:5px;
	color: #fff;
}
.submitVideoPic {
  position:relative;
  height:41px;
  width:60px;
  margin-right:5px;
  float:right; 
  background:url('../images/krud_send_icon.png');
  background-repeat: no-repeat;
} 
.videoTitleForBox{
	font-size:small;
	font-weight: 700;
	letter-spacing: -.05em;
	color:#000000;
}
a, a:hover, a:visited, a:active {
  text-decoration: none;
 }
.video_info_container{
	text-align:center;
}
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0; 
}
.subVideoContainer{
	height:113px;
	width:200px;
	border:1px solid black;
}
.PageContainerDiv{
	padding-left:5px;
}
.viewsCss{
  font-size: small;
	color: #666;
}
.viewsCssMain{
  font-family: 'Bulletproof BB',Helvetica,Arial;
  font-size: 13px;
  color: #e2140d;
  -webkit-text-stroke: 0.9px black;
}
.viewsAndPostedCss{
  font-family: 'Bulletproof BB',Helvetica,Arial;
  font-size: 13px;
  color: #ffffff;
  -webkit-text-stroke: 0.9px black;
}
.mobileBodyCss{
	width:100%;
	text-decoration-color:black;
  background-color:#e3e3e3;
  font-size: 12px;
  font-family: Arial,Helvetica,sans-serif;
}
.BannerMobile{
   width:100%;
   position:fixed;
   height:33px;
   margin-top:-40px;
   z-index:5;
   background-color:black;
}
.subBannerMobile{
    width:100%;
    position:fixed;
    height:33px;
    margin-top:30px;
    z-index:5;
    padding-top:10px;
    padding-bottom:10px;
    padding-left:3px;
    color:white;
    background-color:black;
    border-top:#ff0000 1px solid;
    border-bottom:#ff0000 1px solid;
 }
.bannerLogoMobile{
   width:130px;
   height:30px;
   float:left;
   margin-top:1px;
   position:relative;
   background:url('../images/KrudLogoMobCom.png');
   background-repeat: no-repeat;
}
.leftPart {
	float:left;
}
.rightPart {
	margin-left: 94%;
	padding-top: 8px;
}
.KrudButton {
  background: #FF4742;
  border: 1px solid #FF4742;
  border-radius: 6px;
  box-shadow: rgba(0, 0, 0, 0.1) 1px 2px 4px;
  box-sizing: border-box;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-family: nunito,roboto,proxima-nova,"proxima nova",sans-serif;
  font-size: 16px;
  font-weight: 800;
  line-height: 16px;
  min-height: 30px;
  outline: 0;
  text-align: center;
  text-rendering: geometricprecision;
  text-transform: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: middle;
  margin-top: 4px;
  margin-bottom: 4px;
}
.loginDisplay {
  display: inline-block;
  width:27%;
  color:#fff;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  height: 19px;
  line-height:32px;
}
.KrudButtonSmall {
  background: #FF4742;
  border: 1px solid #FF4742;
  border-radius: 6px;
  box-shadow: rgba(0, 0, 0, 0.1) 1px 2px 4px;
  box-sizing: border-box;
  padding:3px;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-family: nunito,roboto,proxima-nova,"proxima nova",sans-serif;
  font-size: 13px;
  font-weight: 800;
  line-height: 16px;
  outline: 0;
  text-align: center;
  vertical-align: middle;
}
.button-24:hover,.button-24:active {
  background-color: initial;
  background-position: 0 0;
  color: #e2140d;
}

.button-24:active {
  opacity: .5;
}
.tabTermsSpan {font-family:'Bulletproof BB',Helvetica,Arial;font-size:11px;color:#fff;line-height:32px;padding:0 0px;display:block}
.tabBarSpan{text-decoration: none;text-align:left;position:absolute;top:0;width: 100%;font-family:'Bulletproof BB',Helvetica,Arial;font-size:11px;color:#fff;line-height:34px;padding:0 0px;display:block}
.pageTitletxt {font-family:'Bulletproof BB',Helvetica,Arial;font-size:15px;color:rgb(10, 10, 10);padding-left:5px;}
.registerCaption {font-family:'Bulletproof BB',Helvetica,Arial;font-size:15px;color:rgb(255, 255, 255);padding-left:5px;line-height: 29px;}
.editSettingsTitle {font-family:'Bulletproof BB',Helvetica,Arial;font-size:15px;color:rgb(255, 255, 255);}
.tabLink{
  color: #e2140d;
  background-color: transparent;
  text-decoration: none;
}
.tabLink:hover,.tabLink:active,.tabLink:focus{
  color: #e2140d;
  background-color: transparent;
  text-decoration: none;
}
.tabLinkmembers{
  color: #ffffff;
  background-color: transparent;
  text-decoration: none;
}
.tabMenuLink{
  color: #e2140d;
  background-color: transparent;
  text-decoration: none;
  padding-left:5px; 
}
.paymentWall {
  border-radius: 5px;
  background: #000000;
  padding: 10px;
  text-align:center;
  margin-right:auto;
  margin-top:20px;
  margin-left:auto;
  color: white;
  width:310px;
  height: 270px;
}

.sidebarMenuInner {
  list-style-type:none;
}
.profilePhoto{
  width:70px;
  height:70px;
	border:solid 3px #000000;
	padding:0px;
  margin:auto;
}
