body {
margin:0;
padding:0;
overflow-x: hidden;
-webkit-font-smoothing: subpixel-antialiased;
-webkit-text-stroke:1px transparent;
font-family: 'Open Sans', sans-serif;
}
h1, h2, h3, h4, h5, h6, p, ul, ol, li {
margin:0;
padding:0;
}
ul, ol, li {
list-style:none;
padding:0;
margin:0;
}
.pad_none {
padding:0;
}
a { text-decoration:none !important; }

*:focus {
    outline: none !important;;
}


/*HEADER START*/
header
{
	background:#363636;
	padding:8px 0;
}
.header_right_div
{
	float:right;
}
.header_right_outer {
  padding: 10px 0;
}

/*SUBNAV START*/
.subnav_outer ul
{
	margin:0;
	padding:0;
	list-style:none;
	text-align:center;
}
.subnav_outer li
{
	float:left;
}
.nav_main li a
{
	float:left;
	font-size:14px;
	color:#c2c2c2;
	font-weight:400;
	line-height:20px;
	text-decoration:none;
	margin: 10px;
	outline:none !important;
}
.subnav_outer li a:hover
{
	color:#fff;
	text-decoration:none;
	transition:all 1s ease;
}
.subnav_outer_active
{
	color:#fff !important;
	text-decoration:none;
}
/*SUBNAV END*/
/*NAVIGATION START*/
.nav_main ul
{
	margin:0;
	padding:0;
	list-style:none;
	text-align:center;
}
.nav_main li
{
	float:left;
}
.nav_main li a
{
	float:left;
	font-size:14px;
	color:#5d5d5d;
	font-weight:400;
	line-height:20px;
	text-decoration:none;
	margin: 10px 0;
    padding: 0 18px;
	outline:none !important;
	border-left:1px solid #c9c9c9;
}
.nav_main li a:hover
{
	color:#87070b;
	text-decoration:none;
}
.nav_main li:first-child a
{
	border-left:none;
}
.nav_main li:last-child a {
	border-left:none;
	background:#cccccc;
	color:#5d5d5d;
	margin: 0;
    padding: 10px 12px;
}
.navbar-default {
  background-color: transparent;
  border-color: transparent;
}
.navbar_shadow
{
    -moz-box-shadow: -1px 3px 6px #999999;
    -webkit-box-shadow: -1px 3px 6px #999999;
    box-shadow: -1px 3px 6px #999999;
}
/*NAVIGATION END*/
.search_bar_outer
{
	background:#fff;
	-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.search_bar_outer input[type="text"]
{
	background:#fff;
	border:none;
	padding:10px;
	font-size:14px;
	color:#363636;
	font-weight:300;
	margin-left:10px;
	width: 81%;
}
.search_bar_outer input[type="submit"]
{
	height: 21px;
    width: 27px;
	background:url(https://cdn.liveleak.com/80281E/ll_a_u/ll3/images/img_search_icon.png) center top no-repeat;
	border:none;
	color:transparent;
}
.add_button img {
  margin: -4px 0 0;
}
.add_button
{
	margin:0 4px;
	float:left;
}
.add_button a
{
	float:left;
	text-transform:uppercase;
	background:#87070b;
	color:#fff;
	font-size:14px;
	font-weight:500;
	padding:11px 15px 10px;
	text-decoration:none;
	-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.add_button a:hover
{
	background:#87070b;
	color:#fff;
	text-decoration:none;
}
.guest_button_con
{
	cursor: pointer;
	background: #4d4d4d;
	border:2px solid #ababab;
	padding:9px 14px 7px;
	float:left;
	color:#ababab;
	-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.guest_button_con a
{
	color:#ababab;
	font-size:14px;
	font-weight:500;
	text-decoration:none;
}
.guest_button_con .glyphicon-menu-down::before {
  border-left:2px solid #ababab;
  content: "";
  padding:0 3px 0 6px;
  margin-left: 4px;
}
.guest_button_con .glyphicon-user::before {
   content: "";
  border: 2px solid #ababab;
  padding: 3px 3px 0;
   margin-right: 2px;
  -webkit-border-radius: 100%;
-moz-border-radius: 100%;
border-radius: 100%;
}
/*HEADER END*/

/*SUBNAV START*/

.nav_main_outer
{
	 margin: 79px 0 0;
	 background:#eee;
}
.subnav_inner
{
	text-align:center;
}
.subnav_inner li
{
	display:inline;
}
.subnav_inner li a {
  color: #c2c2c2;
  float: left;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin: 10px 0;
  padding: 0 10px;
}
.subnav_inner li a:hover {
  color: #fff;
  text-decoration:none;
  transition:All 1s ease;
}

/*SUBNAV END*/

/*CONTENT SECTION START*/
.content_main_outer
{
	padding:23px 0 80px;
}
.content_main_left_outer
{
	padding-right:60px !important;
}
/*TABINATION START*/
.tabination_content_main_outer
{
	margin-bottom:20px;
}
.tab_heading_outer li
{
	float:left;
}
.tab_heading_outer li a
{
	float:left;
	margin-right:4px;
	font-size:15px;
	color:#585858;
	line-height:20px;
	font-weight:600;
	padding:20px 30px;
	text-decoration:none;
	-webkit-border-top-left-radius: 3px;
-webkit-border-top-right-radius: 3px;
-moz-border-radius-topleft: 3px;
-moz-border-radius-topright: 3px;
border-top-left-radius: 3px;
border-top-right-radius: 3px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#dfdcdc+0,dfdcdc+17,dfdcdc+59,dddada+77,d6d3d3+87,cfcccc+100 */
background: #dfdcdc; /* Old browsers */
background: -moz-linear-gradient(top, #dfdcdc 0%, #dfdcdc 17%, #dfdcdc 59%, #dddada 77%, #d6d3d3 87%, #cfcccc 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #dfdcdc 0%,#dfdcdc 17%,#dfdcdc 59%,#dddada 77%,#d6d3d3 87%,#cfcccc 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #dfdcdc 0%,#dfdcdc 17%,#dfdcdc 59%,#dddada 77%,#d6d3d3 87%,#cfcccc 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dfdcdc', endColorstr='#cfcccc',GradientType=0 ); /* IE6-9 */
}
.tab_heading_outer li a:hover
{
	text-decoration:none !important;
	color:#585858;
	background:#eee;
}
.tab_heading_active
{
	text-decoration:none;
	outline:none !important;
	color:#585858 !important;
	background:#eee !important;
}
.tabs_news_main
{
	margin-top: -2px;
	padding:20px 12px !important;
	background:#eee;
		-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.oprah_main_outer
{
	padding:10px !important;
	background:#fff;
	margin-bottom:10px;
}
.oprah_main_outer:last-child
{
	margin-bottom:0;
}
.pg_text
{
	position:absolute;
	padding:2px 2px 1px;
	text-align:center;
	color:#fff;
	background:rgba(0,0,0,0.6);
	text-transform:uppercase;
	top:0;
	left:0;
}
.pg_text span
{
	font-weight:600;
		font-size:13px;
		float:left;
		width:100%;
		line-height: 10px;
  margin: 0;
  padding: 0;
}

.oprah_pic_left
{
	position:relative;
}
.oprah_pic_left img {
  width: 100%;
}
.oprah_right_outer
{
	padding:0 20px !important;
}
.oprah_right_outer h2
{
	font-size:14px;
	color:#585858;
	font-weight:400;
	line-height:18px;
	margin-bottom:10px;
	padding-bottom:3px;
	position:relative;
}
.oprah_right_outer h2:after
{
	content:"";
	width:80px;
	background:#c8c8c8;
	height:1px;
	left: 77px;
    position: absolute;
	bottom:0;
}
.oprah_right_outer h2 span {
  background: #87070b;
  float: left;
  height: 22px;
  line-height: 13px;
  margin: 0 10px 0 0;
  padding: 3px 6px;
  text-align: center;
  /*width: 68px !important;*/
  -webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.oprah_right_outer h2 span samp {
  font-size: 14px;
  line-height: 15px;
  margin: 0;
  padding: 0;
  color:#fff;
  font-weight:600;
  font-family: 'Open Sans', sans-serif;
}
.arrow_top, .arrow_bottom
{
	cursor:pointer;
}
.oprah_right_outer p
{
	font-size:13px;
	color:#8f8f8f;
	font-weight:400;
	line-height:16px;
	margin-bottom:7px;
}
.oprah_right_outer p span {
  padding: 0 8px;
}
/*TABINATION END*/

/*FEATURED ITEMS START*/
.featured_item_main_outer
{
	/*border:2px solid #e1e1e1;*/
	padding:0px 0 0;
	margin-bottom:10px;
}
.featured_con
{
	padding:0 0px;
}
.featured_item_main_outer h2
{
	float:left;
	width:100%;
	padding:0px 0;
	color:#87070b;
	border-bottom:#87070b solid 2px;
	font-size:20px;
	line-height:10px;
	padding:15px 2px;
	float:left;
}
/*.featured_item_main_outer h2 span
{
	background:#e1e1e1;
	color:#707070;
	font-size:22px;
	line-height:20px;
	font-weight:600;
	padding:15px 50px 15px 25px;
	text-align:center;
	float:left;
	position:relative;
}*/
.featured_items_outer {
  border-bottom: 1px solid #e1e1e1;
  padding: 15px 2px 2px 2px !important;
}
.featured_items_outer:last-child
{
	border-bottom:none;
}
.featured_items_pic img
{
	width:100%;
	max-height: 105px;
}
.featured_items_right {
  padding: 0 10px;
}
.featured_items_right h3, .channel_video_heading h3
{
	font-size:20px;
	color:#363636;.
	line-height:21px;
	margin-bottom:7px;
}

.featured_items_right h3 a
{
	color:#000 !important;	
}

.featured_items_right h3 a:hover
{
	color:#87070b !important;
	text-decoration: none !important;	
}

.featured_items_right span, .channel_video_heading span{
  background: #999;
  color:#FFF !important;
  height: 22px;
  line-height: 13px;
  margin: 0 7px 0 0;
  padding: 3px 6px;
  text-align: center;
/*  width: 68px !important;*/
  -webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
font-size: 16px;
} 

.featured_items_right span samp {
  /*font-size: 14px;*/
  line-height: 9px;
  margin: 0;
  padding: 0;
  color:#fff;
  font-weight:600;
  font-family: 'Open Sans', sans-serif;
}
.featured_items_right p:after
{
	content:"";
	width:80px;
	background:#c8c8c8;
	height:1px;
	left: 0;
    position: absolute;
	bottom:0;
}
.featured_items_right p
{
	font-size:13px;
	color:#8f8f8f;
	font-weight:400;
	line-height:16px;
	margin-bottom:16px;
	position:relative;
	margin-bottom: 6px;
    padding-bottom: 9px;
	/*float:left;*/
}
.featured_text_con
{
	font-size:13px;
	color:#8f8f8f;
	font-weight:400;
	line-height:19px;
}
.featured_text_con a
{
	color:#8f8f8f;
	text-decoration:none;
}
.featured_text_con a:hover
{
	color:#87070b;
	text-decoration:underline;
}
.featured_left_arrow::before {
  border-bottom: 24px solid transparent;
  border-right: 20px solid #971619;
  border-top: 26px solid transparent;
  bottom: 0;
  content: "";
  display: inline-block;
  position: absolute;
  right: 0;
}
.featured_left_arrow::after {
  border-bottom: 21px solid transparent;
  border-right: 17px solid #fff;
  border-top: 23px solid transparent;
  bottom: 3px;
  content: "";
  display: inline-block;
  position: absolute;
  right: 0;
}
/*FEATURED ITEMS END*/


/*CONTENT RIGHT PART START*/
.liveleak_on_facebook_outer
{
	background:#cccccc;
	border:1px solid #cccccc;
	margin-bottom:18px;
}
.liveleak_on_facebook_outer h4
{
	font-size:14px;
	font-weight:600;
	line-height:18px;
	color:#606060;
	padding:5px 15px;
}
.facebook_leak_outer
{
	background:#fbfbfb;
	padding:8px 15px ;
}
.live_leak_pic
{
	width:20%;
	float:left;
}
.live_leak_right_con
{
	width:80%;
	float:left;
}
.live_leak_right_con p
{
font-size:12px;
color:#8c8c8c;
	font-weight:600;
	line-height:14px;
	margin-bottom:10px;
}
.live_leak_right_con p a
{
font-size:14px;
color:#5d5d5d;
font-size:14px;
	text-decoration:none;
}
.live_leak_right_con p a:hover
{
color:#87070b;
	text-decoration:none;
}
.live_leak_right_con img {
  float: left;
  margin: 0 10px 20px 0;
}
.liveleak_advertise_pic img
{
	width:100%;
}

/*CURRENT  EVENTS START*/
.current_main_outer
{
	margin:40px 0 0;
}
.current_main_outer h3 
{
	float:left;
	width:100%;
		background:#87070b;
	color:#fff;
	font-size:20px;
	line-height:20px;
	font-weight:600;
	padding:20px 20px ;
	margin-bottom:10px;
	float:left;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.current_main_inner
{
	border:2px solid #e1e1e1;
	padding:20px;
}
.current_events_outer
{
	border-bottom:1px solid #e1e1e1;
	margin-bottom: 20px;
    padding-bottom:20px;
}
.current_events_right {
  padding-left: 10px;
}
.current_events_pic > img {
  width: 100%;
}
.current_events_right h5
{
	font-size:14px;
	color:#363636;
	line-height:20px;
	font-weight:400;
	margin-bottom:5px;
}
.current_events_right h5 a
{
	color:#363636;
}
.current_events_right h5 a:hover
{
	color:#87070b ;
	text-decoration:none;
}
.current_events_right p
{
	font-size:13px;
	color:#8f8f8f;
	line-height:20px;
	font-weight:400;
}

/*SCROLL START*/
.mCSB_container{
	width:auto;
	margin-right:30px;
	overflow:hidden;
}
.mCS_disabled>.mCustomScrollBox>.mCSB_container.mCS_no_scrollbar,
.mCS_destroyed>.mCustomScrollBox>.mCSB_container.mCS_no_scrollbar{
	margin-right:30px;
}
.mCustomScrollBox>.mCSB_scrollTools{
	width:16px;
	height:100%;
	top:0;
	right:0;
}
.mCSB_scrollTools .mCSB_draggerContainer{
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	right:0; 
	height:auto;
}
.mCSB_scrollTools .mCSB_draggerRail{
	width:2px;
	height:100%;
	margin:0 auto;
	background-color:#e1e1e1;
}
.mCSB_scrollTools .mCSB_dragger{
	cursor:pointer;
	width:100%;
	height:30px;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	width:10px;
	height: 80px;
	margin:0 auto;
	-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	background:#971619; /* rgba fallback */
}
.content{width:100%; height:481px; overflow:auto; }

/*SCROLL END*/
/*CURRENT  EVENTS END*/
/*CONTENT RIGHT PART END*/
/*CONTENT SECTION END*/

/*FOOTER START*/
footer
{
	background:#eeeeee;
}
.footer_outer
{
	padding:30px 0;
}
.copyright_con
{
	color:#363636;
	font-size:14px;
	line-height:20px;
	font-weight:400;
}
.footer_nav_con li
{
	float:left;
}
.footer_nav_con li a
{
	color:#363636;
	font-size:14px;
	line-height:20px;
	font-weight:400;
	text-decoration:none;
	background:url(https://cdn.liveleak.com/80281E/ll_a_u/ll3/images/img_footer_seprator.png) right 4px no-repeat;
	padding-right:17px;
	margin-right:14px;
}
.footer_nav_con li a:hover
{
	color:#87070b;
	text-decoration:none;
}
.footer_nav_con li:last-child a
{
	background:none;
}
.social_links_con {
  text-align: right;
}
.social_links_con .fa {
  background: #a9a9a9;
  color: #fff;
  content: "";
  font-size: 17px;
    padding: 3px 6px;
  -webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.social_links_con .fa:hover {
  background: #87070b;
  color: #fff;
}
/*FOOTER end*/

/*GUEST DROP DOWN START*/
.liveleak_guest_dropdown
{
width:325px;
background-color:#fff;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
position:absolute;
right:0;
top:56px;
z-index:99;
-moz-box-shadow: 4px 3px 5px #686868;
-webkit-box-shadow: 4px 3px 5px #686868;
box-shadow: 4px 3px 5px #686868;
padding:10px 10px !important;
}
.liveleak_guest_outer {
  margin: 0;
  padding-top: 10px !important;
}
.liveleak_guest_outer:first-child
{
	padding-right:18px;
	border-right:1px solid #dcdcdc;
	min-height: 130px;
}
.liveleak_guest_outer:last-child
{
	padding-left:18px;
}
.login_con
{
	padding: 5px;
	border-top:1px solid #dcdcdc;	
}
.login_con a
{
	font-size:15px;
	color:#363636;
	font-weight:400;
	line-height:20px;
	text-decoration:none;
	float:left;
}
.login_con a:hover
{
	color:#87070b;
	text-decoration:none;
}
.guest_dropdown_language
{
	padding:5px;
border-top:1px solid #dcdcdc;
border-bottom:1px solid #dcdcdc;
}
.guest_dropdown_language a
{
	color:#363636;
	float:left;
	width:100%;
	font-size:12px;
	text-decoration:none;
	outline:none;
	background:url(https://cdn.liveleak.com/80281E/ll_a_u/ll3/images/img_arrow_guest.png) right 8px no-repeat;
}
/*GUEST DROP DOWN END*/
/*DROPDOWN IN SELECT USER START*/
.dropdown {
  width:100%;
  margin: 0 auto;
  margin-bottom: 1em;
}
.dropdown dt a {
  display: block;
  height: 26px;
  width: 100%;
  border-radius: 3px;
  text-decoration: none;
}
.dropdown dt a:hover, .dropdown dt a:active {
  border-color: #bdc3c7;
}
.dropdown dt span {
  display: block;
  line-height: 18px;
  cursor: pointer;
  color:#2e2e2e;
	font-size:12px;
	font-weight:400;
}
.dropdown dd {
  position: relative;
}
.dropdown dd ul {
  display: none;
  position: absolute;
  left: 6px;
   top:29px;
    width: 100%;
    z-index: 99;
  list-style: none;
  background: #fff;
  border-radius: 3px;
}
.dropdown dd ul li:first-child a:hover {
  border-radius: 3px 3px 0 0;
}
.dropdown dd ul li:last-child a:hover {
  border-radius: 0 0 3px 3px;
}
.dropdown dd li a {
  display: block;
  padding: 0;
  line-height: 18px;
  text-decoration: none;
 color:#2e2e2e;
	font-size:12px;
	font-weight:400;
	background:none;
	margin: 0 0 4px;
}
.dropdown dd li a:hover {
  color: #87070b;
  cursor: pointer;
}

.selected {
  font-weight: 700;
}
.dropdown span img, .dropdown dd li a img
{
	margin-right:5px;
}
/*DROPDOWN IN SELECT USER END*/

.switch {
  display: inline-block;
  height: 30px;
  position: relative;
  width: 65px;
}

.switch input {display:none;}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color:#87070b;
  -webkit-transition: .4s;
  transition: .4s;
   border: 2px solid #b9b9b9;
}

.slider:before {
  position: absolute;
  content: "";
    top: 5px;
  height:16px;
  width: 16px;
  left: 4px;
  bottom: 4px;
  background-color: #fff;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #0aa374;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}
.liveleak_guest_outer label
{
margin-bottom: 0 !important;
}
.offbutton {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  padding: 3px 6px 0 0;
  text-align: right;
  font-family: 'Open Sans', sans-serif;
}
.onbutton {
  color: #fff;
  font-family: "Open Sans",sans-serif;
  font-size: 14px;
  font-weight: 700;
  padding: 3px 0 0 6px;
  text-align: left;
}
.login_con.live_padd_right > span {
  float: left;
  margin: 5px 5px 0 0;
}
.saftey_con {
  border-bottom: 1px solid #dcdcdc;
  padding: 5px 5px 0;
}
.mobile_user_pic, .mobile_search_icon
{
	display:none;
}

/*CHANNEL PAGE START*/
.content_inner_page_left_outer
{
	padding-right:30px !important;
}
.channel_videos_main_outer
{
	padding:15px;
	margin-bottom:40px;
    -moz-box-shadow:0 0 17px #cacaca;
    -webkit-box-shadow: 0 0 17px #cacaca;
    box-shadow: 0 0 17px #cacaca;
}
.channel_video_heading iframe
{
	width:100%;
	height:415px;
	overflow:hidden;
	-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
}
.channel_video_heading h2
{
	font-size:21px !important;
	color:#87070b;
	font-weight:600;
	line-height:21px;
	margin-bottom:16px;
	padding-bottom:3px;
}
.channel_video_heading h2 span {
  background: #87070b;
  float: left;
  height: 25px;
  line-height: 11px;
   margin: 0 10px 0 0;
    padding: 4px 6px;
  text-align: center;
/*  width: 75px !important;*/
  -webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.channel_video_heading h2 span samp {
  font-size: 14px;
    font-weight: 600;
  line-height: 9px;
  margin: 0;
  padding: 0;
  color:#fff;
  font-family: 'Open Sans', sans-serif;
  padding: 0;
}
.channel_video_inner_outer
{
	padding:0 6px;
	-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.channel_video_inner_outer img
{
	width:100%;
-webkit-border-top-left-radius: 3px;
-webkit-border-top-right-radius: 3px;
-moz-border-radius-topleft: 3px;
-moz-border-radius-topright: 3px;
border-top-left-radius: 3px;
border-top-right-radius: 3px;
}
.channel_video_inner_outer p
{
	float:left;
	background:#eeeeee;
	padding:15px 10px;
	font-size:14px;
	color:#363636;
	line-height:20px;
	font-weight:400;
	-webkit-border-bottom-right-radius: 3px;
-webkit-border-bottom-left-radius: 3px;
-moz-border-radius-bottomright: 3px;
-moz-border-radius-bottomleft: 3px;
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;
}
.channel_video_inner_outer p span
{
	font-size:11px;
	color:#8f8f8f;
	margin:3px 0 0;
	float:left;
	width:100%;
}
.liveleakers_community_outer
{
	border:2px solid #e1e1e1;
	padding:15px 10px;
}
.liveleakers_community_outer
{
}
.liveleakers_community_text h3
{
	font-size:22px;
	color:#87070b;
	line-height:20px;
	font-weight:600;
}
.liveleakers_community_text p {
  color: #363636;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  margin: 4px 0 14px;
}
.liveleakers_community_text a
{
	float:left;
	font-size:14px;
	color:#fff !important;
	line-height:20px;
	font-weight:400;
	background:#87070b;
	padding:4px 19px;
	-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}

.liveleakers_community_text a:hover
{
	text-decoration: none !important;
	color:#fff !important;
}

.liveleakers_community_text span {
  background: #87070b;
  float: left;
  line-height: 11px;
  margin: 0 0 0 10px;
  padding: 11px 5px;
  text-align: center;
 /* width: 70px !important;*/
  -webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px
}
.liveleakers_community_text span samp {
  font-size: 14px;
  line-height: 5px;
  margin: 0;
  padding: 0;
   margin: 0 !important;
   width: 22px;
   float:left;
   color:#fff;
}
.subscribe_outer
{
	border-bottom:1px solid #e1e1e1;
	padding:12px 10px;
}
.subscribe_outer:last-child
{
	border-bottom:none;
}
.subscribe_left
{
	color:#363636;
	font-size:16px;
	line-height:20px;
	font-weight:600;	
}
.subscribe_right
{
	color:#363636;
	font-size:14px;
	line-height:20px;
	font-weight:400;	
}
.advertise_main_outer
{
	padding:20px;
	-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
	background:#eeeeee;
}
.advertise_liveleak
{
	margin-bottom:10px;
}
.advertise_liveleak span
{
	float:left;
	width:100%;
	color:#585858;
	font-size:14px;
	line-height:12px;
	font-weight:600;
	margin-bottom:15px;
}
.advertise_liveleak_con
{
	background:#fff;
	padding:12px;
	margin-bottom:13px;
}
.advertise_liveleak_con img
{
	float:left;
	margin-right:12px;
}
.advertise_liveleak_con p
{
	color:#363636;
	font-size:14px;
	line-height:18px;
	font-weight:400;
	margin-top:10px;
}
/*PAGINATION START*/
.pagination_con {
  text-align: center;
  margin: 20px 0 0;
}
.pagination_con nav {
  float: none;
}
.pagination_con .pagination > li > a, .pagination_con .pagination > li > span {
  background-color: #fff;
  border: 1px solid #d8d8d8;
  color: #959192;
  float: left;
  line-height:20px;
  padding: 5px 11px;
  position: relative;
  text-decoration: none;
  font-weight:600px;
  font-size:18px;
}
.pagination_con .pagination > li:first-child > a, .pagination_con .pagination > li:first-child > span {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  margin-left: 0;
}
.pagination_con .active
{
	background-color:#e62117
}
.pagination_con .pagination > li:first-child > a, .pagination_con .pagination > li:first-child > span , .pagination_con .pagination > li:last-child > a, .pagination_con .pagination > li:last-child > span {
  background-color: #3a3a3a !important;
  border-radius:0 !important;
  color: #fff !important;
  margin-left: 0;
  border:1px solid #3a3a3a !important;
}
 .pagination_con .pagination > li:last-child > a, .pagination_con .pagination > li:last-child > span 
 {
	 margin-right:0;
	 margin-left:0;
	 border-left:none;
 }
 .pagination_con .pagination > li > a:hover, .pagination_con .pagination > li > span:hover, .pagination_con .pagination > li > a:focus, .pagination_con .pagination > li > span:focus {
  background-color: #87070b;
  border-color: #87070b;
  color: #fff;
  z-index: 2;
}
/*PAGINATION END*/
.new_liveleak_channel_outer
{
	padding:40px 0;
}
.new_liveleak_channel_outer li
{
float:left;
width:16.66%;
margin:0 8px 20px;
text-align:center;
}
.new_liveleak_channel_outer li a
{
float:left;
width:100%;
color:#363636;
font-size:14px;
line-height:18px;
font-weight:600;
text-decoration:none;
position:relative;
}
.new_liveleak_channel_outer li a:hover
{
color:#363636;
text-decoration:none;
}
.new_liveleak_channel_outer li a p
{
margin:10px 0 0;
}
.new_channel 
{
	background:#87070b;
	color:#fff;
	padding:3px;
	color:#fff;
font-size:8px;
font-weight:600;
position:absolute;
top:-10px;
right:30px;
-webkit-border-radius: 100px;
-moz-border-radius: 100px;
border-radius: 100px;
}
.new_liveleak_channel_outer img {
  border: 1px solid #e1e1e1;
  padding: 4px;
}
.border_none
{
	border:none;
}
.liveleakers_community_pic > img {
  margin-right: 5px;
}
/*CHANNEL PAGE END*/

/*MESSAGE PAGE START*/
.message_main_left_outer
{
	margin-bottom: 50px;
    -moz-box-shadow:0 0 17px #cacaca;
    -webkit-box-shadow: 0 0 17px #cacaca;
    box-shadow: 0 0 17px #cacaca;
}
.message_main_left_outer .featured_item_main_outer {
  border: none;
  margin-bottom: 0;
  padding: 0;
}
.message_main_left_outer .featured_item_main_outer h2
{
	text-transform:uppercase;
}
.message_main_left_outer h3
{
	color:#585858;
	font-size:20px;
line-height:18px;
font-weight:600;
padding:20px;
float:left;
width:100%;
}
.message_inbox_outer
{
	background:#555;
}
.message_from_outer, .system_outer
{
	float:left;
	width:25%;
	padding-left:30px !important;
}
.message_subject_outer, .subject_text_outer
{
	float:left;
	width:50%;
	border-right:1px solid #666666;
	border-left:1px solid #666666;
}
.subject_text_outer
{
	border:none;
}
.message_date_outer, .date_text_outer
{
	float:left;
	width:25%;	
}
.message_inbox_inner
{
	border-bottom:1px solid #c1c1c1;
}
.message_inbox_inner:last-child
{
	border-bottom:none;
}
.message_inbox_inner:hover
{
	background:#f4f4f4;
}
.checked_bgcolor
{
	background:#f4f4f4;
}
.message_styling_con
{
	padding:20px;                 
	font-size:16px;
	font-weight:700;
	color:#fff;
	line-height:20px;
}
.sysytem_styling_con
{
	color:#585858;
	font-size:13px;
line-height:18px;
font-weight:700;  
padding:20px;
  display: table-cell;
  float: none;
  height: 80px;
  vertical-align: middle;
}


.menu_message_liveleak_outer a, .red_button
{
	font-size:14px;
	color:#fff !important;
	line-height:20px;
	background:#999;
	padding:8px 19px;
	-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
text-transform:uppercase;
}
.menu_message_liveleak_outer a:hover,.red_button:hover
{
	text-decoration:none !important;
	color:#fff !important;
	background:#87070b;
}
.menu_message_liveleak_outer > ul {
  margin: 24px 0 0;
}
.menu_message_liveleak_outer li a {
  color: #585858 !important;
  float: left;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 10px;
  width: 100%;
  background:url(https://cdn.liveleak.com/80281E/ll_a_u/ll3/images/img_left_arrow.png) left 7px no-repeat;
  padding:0 0 0 17px;
  text-transform:capitalize;
}
.menu_message_liveleak_outer li a:hover {
  color: #87070b !important;
  background:url(https://cdn.liveleak.com/80281E/ll_a_u/ll3/images/img_left_arrow_hover.png) left 7px no-repeat;
}
.message_right_con
{
	margin:0;
}
.message_right_con h3
{
	text-transform:uppercase;
}
/*MESSAGE PAGE END*/

/*CREATE ACCOUNT START*/
.create_account_outer
{
	width:100%;
	margin:auto;
}
.create_account_inner
{
	padding:15px;
	margin:25px 0 ;
	-moz-box-shadow: 1px -1px 14px #dfdfdf;
-webkit-box-shadow: 1px -1px 14px #dfdfdf;
box-shadow: 1px -1px 14px #dfdfdf;
}
.create_account_outer h2
{
	float:left;
	width:100%;
	text-align:center;
	padding:22px 0;
	background:#87070b;
	color:#fff;
	font-size:20px;
	/*line-height:10px;*/
	padding:12px;
	float:left;
	-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.create_form_main
{
	padding:30px 10px 60px;
}
.create_form_main input[type="text"], .create_form_main input[type="password"]
{
	float:left;
	width:100%;
	font-size:14px;
	color:#a8a8a8;
	font-weight: 600;
  line-height: 20px;
  padding:20px;
  border:1px solid #c5c5c5;
  margin-bottom:10px;
  -webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.create_form_main textarea
{
	float:left;
	width:100%;
	font-size:14px;
	color:#a8a8a8;
	font-weight: 600;
  line-height: 20px;
  height:113px;
  padding:20px;
  border:1px solid #c5c5c5;
  margin-bottom:10px;
  resize:none !important;
  -webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.create_form_main select  {
   float:left;
	width:100%;
	font-size:14px;
	color:#a8a8a8;
	font-weight: 600;
  line-height: 20px;
  padding:20px;
  border:1px solid #c5c5c5;
  margin-bottom:10px;
  -webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
background:url(https://cdn.liveleak.com/80281E/ll_a_u/ll3/images/img_select_arrow.png) right 27px no-repeat;
-webkit-appearance: none;
   -moz-appearance:    none;
   appearance:         none;
}
.gender_con {
  margin: 6px 0 10px;
  text-align: center;
}
.gender_con span {
  display: inline-block;
  float: none;
  text-align: center;
}
.gender_con samp
{
	font-size:16px;
	color:#4c4c4c;
	font-weight: 600;
  line-height: 20px;
  font-family: 'Open Sans', sans-serif;
  margin-right:8px;
}
.gender_con input[type="radio"] {
    display:none;
}
.gender_con input[type="radio"] + label  {
    display:inline-block;
	 padding-left: 19px;
    width:65px;
    height:23px;
    margin:0;
    vertical-align:middle;
    background:url(https://cdn.liveleak.com/80281E/ll_a_u/ll3/images/img_gender_radio_button.png) left 3px no-repeat;
    cursor:pointer;
	font-size:14px;
	color:#a8a8a8;
	font-weight:400;
	 text-align: left;
}
.gender_con input[type="radio"]:checked + label  {
    background:url(https://cdn.liveleak.com/80281E/ll_a_u/ll3/images/img_gender_radio_button_hover.png) left 3px no-repeat;
}
.create_form_main input[type="submit"],.create_form_main input[type="button"]
{
	float:left;
	width:100%;
	font-size:22px;
	color:#000;
  line-height: 20px;
  padding:10px;
  text-align:center;
  border:1px solid #87070b;
  background:#ccc;
  margin-bottom:10px;
  -webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
/*CREATE ACCOUNT END*/

/*BROWSE CHANNEL SPAGE START*/
.channel_heading_outer
{
padding:0 0px;
}
.channel_heading_inner
{
	background:#87070b;
	-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
height:55px;
vertical-align:middle;
display:table-cell;
float: none;
  width: 100%;
  float:left;
}

.channel_heading_inner span
{
	width:290px;
	float:right;
	background:#fff;
	-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.channel_heading_inner input[type="text"]
{
	background:#fff;
	border:none;
	padding:10px;
	font-size:14px;
	color:#363636;
	font-weight:300;
	margin-left:10px;
	width: 81%;
}
.channel_heading_inner input[type="button"]
{
	height: 28px;
        width: 27px;
	background:url(https://cdn.liveleak.com/80281E/ll_a_u/ll3/images/img_search_icon.png) center 7px no-repeat;
	border:none;
	color:transparent;
}
.channel_heading_inner samp {
  line-height: 39px;
  font-family: 'Open Sans', sans-serif;
  color: #FFF;
}
.channel_heading_inner h2
{
	padding:10px 10px 10px 10px;
}
.channel_menu_outer h2 {
  color: #87070b;
  font-size: 22px;
  font-weight: 600;
  line-height: 21px;
  padding: 0 10px 3px;
}
/*BROWSE CHANNEL SPAGE END*/

/*LIVE LEAK ITEM PAGE START*/
.step_outer
{
	color:#8f8f8f;
	line-height:20px;
	font-weight:400;
	margin:0 0 20px;
}
.step_outer h5
{
	font-size:15px;
	margin-bottom:15px;	
}
.step_outer p
{
	font-size:13px;
	background:url(https://cdn.liveleak.com/80281E/ll_a_u/ll3/images/img_double_arrow.png) left 6px no-repeat;
	padding:0 0 5px 17px;
}
.liveleak_pic img
{
	-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.from_the_web_main_outer h2
{
	float:left;
	width:100%;
	padding:22px 0;
	background:#87070b;
	color:#fff;
	font-size:22px;
	line-height:20px;
	font-weight:600;
	padding:15px 25px;
	float:left;
	margin:0 0 10px;
	-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.from_the_web_main_inner
{
	background:#eee;
	padding:30px ;
	-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.from_the_web_main_inner p
{
	background:#fff;
}
.rummy_pic
{
	margin:12px 0;
}
.social_icons_outer:first-child
{
	padding-right:3px;
}
.social_icons_outer:nth-child(2)
{
	padding:0 6px;
}
.social_icons_outer:last-child
{
	padding-left:3px;
}
.social_icons_inner
{
	border:1px solid #e1e1e1;
	padding:6px;
}
.social_icons_inner samp {
  border-right: 1px solid #ededed;
  float: left;
  text-align: center;
  width: 35%;
}
.social_icons_inner span {
  float: left;
  text-align: center;
  width: 65%;
  padding:0 3px;
  font-size:14px;
  color:#767676;
  line-height:20px;
  font-weight:600;
}
.rummy_pic img {
  width: 100%;
}
.items_main_outer
{
	margin:40px 0 0;
}
.items_main_outer h3 
{
	float:left;
	width:100%;
	/*color:#585858;*/
	font-size:25px;
	line-height:20px;
	font-weight:600;
	margin-bottom:16px;
	float:left;
}
.items_main_outer ul
{
	margin:0;
	padding:0;
	list-style:none;
}
.items_main_outer li
{
	float:left;
}
.items_main_outer li a
{
	float:left;
	margin-right:4px;
	font-size:20px;
	color:#585858;
	line-height:20px;
	font-weight:600;
	padding:16px 40px;
	text-decoration:none;
	-webkit-border-top-left-radius: 3px;
-webkit-border-top-right-radius: 3px;
-moz-border-radius-topleft: 3px;
-moz-border-radius-topright: 3px;
border-top-left-radius: 3px;
border-top-right-radius: 3px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#dfdcdc+0,dfdcdc+17,dfdcdc+59,dddada+77,d6d3d3+87,cfcccc+100 */
background: #dfdcdc; /* Old browsers */
background: -moz-linear-gradient(top, #dfdcdc 0%, #dfdcdc 17%, #dfdcdc 59%, #dddada 77%, #d6d3d3 87%, #cfcccc 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #dfdcdc 0%,#dfdcdc 17%,#dfdcdc 59%,#dddada 77%,#d6d3d3 87%,#cfcccc 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #dfdcdc 0%,#dfdcdc 17%,#dfdcdc 59%,#dddada 77%,#d6d3d3 87%,#cfcccc 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dfdcdc', endColorstr='#cfcccc',GradientType=0 ); /* IE6-9 */
}
.items_main_outer li a:hover
{
	text-decoration:none;
	color:#585858;
	background:#eee;
}
.item_heading_active
{
	text-decoration:none;
	outline:none !important;
	color:#585858 !important;
	background:#eee !important;
}
.item_info_con
{
	margin:35px 0 0;
}
.item_info_con li a
{
		float:left;
	margin-right:4px;
	font-size:20px;
	color:#585858;
	line-height:20px;
	font-weight:600;
	padding:16px 40px;
	text-decoration:none !important;
	border:none !important;
	-webkit-border-top-left-radius: 3px;
-webkit-border-top-right-radius: 3px;
-moz-border-radius-topleft: 3px;
-moz-border-radius-topright: 3px;
border-top-left-radius: 3px;
border-top-right-radius: 3px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#dfdcdc+0,dfdcdc+17,dfdcdc+59,dddada+77,d6d3d3+87,cfcccc+100 */
background: #dfdcdc; /* Old browsers */
background: -moz-linear-gradient(top, #dfdcdc 0%, #dfdcdc 17%, #dfdcdc 59%, #dddada 77%, #d6d3d3 87%, #cfcccc 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #dfdcdc 0%,#dfdcdc 17%,#dfdcdc 59%,#dddada 77%,#d6d3d3 87%,#cfcccc 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #dfdcdc 0%,#dfdcdc 17%,#dfdcdc 59%,#dddada 77%,#d6d3d3 87%,#cfcccc 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dfdcdc', endColorstr='#cfcccc',GradientType=0 ); /* IE6-9 */
}
.item_info_con li a:hover
{
	text-decoration:none !important;
	color:#585858;
	background:#eee !important;
	border:none !important;
}
.item_info_con .nav-tabs {
  border-bottom:none !important;
}
.item_info_con .tab-content
{
	padding:20px 17px;
	border:2px solid #eeeeee;
}
.item_info_con .nav-tabs > li.active > a, .item_info_con  .nav-tabs > li.active > a:hover, .item_info_con  .nav-tabs > li.active > a:focus {
  	text-decoration:none;
	outline:none !important;
	color:#585858 !important;
	background:#eee !important;
}
.item_info_con .tab-content p
{
	color:#8f8f8f;
	font-size:14px;
	line-height:28px;
	font-weight:300;
}
.item_info_con .tab-content p strong
{
	color:#363636;
	font-weight:400;
	margin-right:5px;
}
.featured_text_con span {
  line-height: 29px;
  margin-right: 10px;
}
.times_channnel_con
{
	font-size:13px;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
		color:#8f8f8f;
		margin:0 0 13px;
}
.item_info_main .tab-content .social_icons_inner samp
{
	margin:0 !important;
}
.register_free_con
{
	font-size:14px;
	font-weight:400;
		color:#363636;
		margin:30px 0 35px;
}
.register_free_con a
{
	font-size:16px;
	font-weight:600;
		color:#363636;
		text-decoration:underline !important;
}
.register_free_con a:hover
{
		color:#87070b ;
		text-decoration:underline;
}
.view_comments_button
{
	margin:0 0 35px;
}
.view_comments_button a
{
	color:#fff;
	font-size:14px;
	font-weight:600;
	line-height:20px;
	padding:18px 40px;
	text-decoration:none;
	background:#87070b ;
	-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.view_comments_button a:hover
{
	color:#fff;
	text-decoration:none;
	background:#87070b ;
}
.liveleak_editor_outer
{
	border:1px solid #c6c6c6;
	background:#fff;
	margin:13px 0 35px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
.liveleak_editor_outer textarea
{
	float:left;
	width:100%;
	background:#fff;
	border:none;
	resize:none !important;
	padding:20px;
	font-size:14px;
	line-height:20px;
	color:#363636;
	font-weight:500;
	height:60px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
  transition:All 1s ease;
  -webkit-transition:All 1s ease;
  -moz-transition:All 1s ease;
  -o-transition:All 1s ease;
}
.liveleak_editor_outer.intro textarea {
  height: 100px;
  transition:All 1s ease;
  -webkit-transition:All 1s ease;
  -moz-transition:All 1s ease;
  -o-transition:All 1s ease;
}
.editor_icons_con
{
	margin:5px 0;
	padding-left:15px;
}
.editor_outer
{
	padding:5px 0;
	background:#f3f3f3;
	-webkit-border-bottom-right-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-moz-border-radius-bottomright: 5px;
-moz-border-radius-bottomleft: 5px;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
}
.editor_outer ul
{
	margin:0;
	padding:0;
	list-style:none;
}
.editor_outer li
{
	float:left;
}
.editor_outer li a
{
	float:left;
	color:#636363;
	margin-right:18px;
	font-size:18px;
}
.editor_outer li a:hover
{
	color:#87070b;
	text-decoration:none;
}
.editor_reply_button
{
	padding:0 5px;
	color: #fff !important;
}
.editor_reply_button a
{
	float:right;
	padding:11px 40px;
	background:#87070b;
	color:#fff !important;
	font-size:14px;
	font-weight:400;
	 line-height: 17px;
	text-decoration:none;
	text-align:center;
	-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
}
.editor_reply_button a:hover
{
	color:#fff !important;
	background:#87070b;
	text-decoration:none;
}
.comments_thread_main_outer
{
	margin-bottom:20px;
}
.comment_pic_con
{
	float:left;
	width:19%;
	padding-left:35px;
}
.comment_pic_con02 {
  float: left;
  padding-left: 67px;
  width: 23%;
}
.comment_pic_con img, .comment_pic_con02 img
{
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
width: 103px;
}
.comment_right_panel {
  float: left;
  margin-left: 14px;
  width: 79%;
}
.comment_right_panel02 {
  float: left;
  margin-left: 14px;
  width: 73%;
}
.comment_styling_right h3
{
	color:#8f8f8f;
	font-weight:300;
	font-size:14px;
	line-height:20px;
	margin:15px 0 10px;
}
.comment_styling_right h3 span
{
	color:#363636;	
	font-size:400;
}
.comment_grey_section_outer h3 
{
	margin:0 0 10px !important;
}
.comment_styling_right h3 img
{
	margin:0 5px;
}
.comment_grey_section_outer
{
	background:#f8f8f8;
	padding:20px ;
	-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.comment_grey_section_outer h4
{
	border-bottom:1px solid #bdbdbd;
	color:#363636;
	font-size:300;
	font-size:14px;
	line-height:20px;
	padding:0 0 18px;
}
.comment_likes_outer
{
	margin:17px 0 0;
}
.comment_likes_outer span
{
	margin-right:10px;
	font-size:13px;
	color:#8f8f8f;
	line-height:20px;
	font-weight:400;
	cursor:pointer;
}
.comment_likes_outer span:hover .fa
{
	color:#87070b !important;
}
.comment_likes_outer .fa
{
color:#6e6e6e;
margin-right:3px;
font-size:15px;
}
.comment_likes_outer span:hover
{
	color:#87070b;
}
.comment_thread_inner
{
	margin-bottom:30px;
}
.accordionButton.on
{
	cursor: pointer;
	background:url(https://cdn.liveleak.com/80281E/ll_a_u/ll3/images/img_minus_comment.png) left 32px no-repeat;
}
.accordionButton
{
	cursor: pointer;
		background:url(https://cdn.liveleak.com/80281E/ll_a_u/ll3/images/img_plus_comment.png) left 32px no-repeat;
}
.accordionButton.on::before {
  border-left: 2px solid #e9e9e9;
  content: "";
  height: 100%;
  left: 9px;
  position: absolute;
  top: 51px;
  width: 2px;
}
.accordionButton.on::after {
  border-left: 2px solid #e9e9e9;
  content: "";
  height: 57px;
  left: 37px;
  position: absolute;
  bottom:-104px;
  transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
 -moz-transform: rotate(-90deg);
  width: 2px;
}
.accordionButton.on .accordion_outer::before {
  border-left: 2px solid #e9e9e9;
  content: "";
  height: 46px;
  left: 9px;
  position: absolute;
  bottom:-76px;
  width: 2px;
}

/*LIVE LEAK ITEM PAGE END*/





/*3-28-2017*/

/*THREAD ON LEAK PAGE START*/
.replies_main_outer
{
font-family: 'Open Sans', sans-serif;
}
.replies_heading_outer 
{
	border-bottom:1px solid #e7e7e7;
	padding-bottom:13px;
	margin-bottom:13px;
}
.replies_heading_outer:after
{
	content:"";
	height:5px;
	background-color:#e62117;
	width:74px;
	position:absolute;
	bottom:-3px;
	left:0;
}
.replies_text
{	
	color:#616161;
	font-size:20px;
	font-weight:700;
	line-height:19px;
	padding-bottom:14px;
	text-transform:uppercase;
}
.replies_user_textfiled
{
	margin-bottom:20px;
}
.sorting_out select {
	float:right;
  border: 1px solid #b4b4b4;
  padding: 4px 6px;
  width: 100%;
  outline:none !important;
  color:#616161;
  font-weight:400;
  font-size:13px;
  background:url(https://cdn.liveleak.com/80281E/ll_a_u/ll3/images/img_select_arrow.png) right 11px no-repeat;
  -webkit-appearance:none !important;
   -moz-appearance:none !important;
    appearance:none !important;
	-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.replies_user_textfiled img
{
	margin-right:10px;
}

.replies_user_outer
{
	padding-bottom:23px;
}
.replies_user_outer img
{
	float:left;
	margin-right:11px;
	margin-top:2px;
}
.replies_user_outer h6
{
	color:#9cc2e0;
	font-size:15px;
	font-weight:400;
	line-height:20px;
	font-family: 'Open Sans', sans-serif;
}
.replies_user_outer h6 span
{
	color:#c1bfc3;
	font-size:13px;
	font-weight:400;
	line-height:20px;
}
.replies_user_outer h6 strong
{
	color:#9cc2e0;
	font-weight:500;
	padding-right:16px;
	background:url(https://cdn.liveleak.com/80281E/ll_a_u/ll3/images/img_forward_arrow.png) right 4px no-repeat;
}
.replies_user_outer ul
{
	margin:3px 0 0;
	padding:0;
	list-style:none;
}
.replies_user_outer li
{
	float:left;
	font-size:14px;
	color:#cbcbcb;
	font-weight:400;
	margin-right:4px;
	padding-right:4px;
}
.replies_user_outer li i
{
	padding:0 3px 0 0;
}
.replies_user_outer li a
{
	color:#cbcbcb;
	text-decoration:none;
}
.replies_user_outer li a:hover
{
	color:#e62117;
	text-decoration:none;
}
.replies_user_outer li
{
	background:url(https://cdn.liveleak.com/80281E/ll_a_u/ll3/images/img_share_border.png) right 2px no-repeat;
	margin-right:11px;
	padding-right:11px;
}
.replies_user_outer li:last-child
{
	background:none;
}
.replies_user_outer p {
  color: #444;
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
  margin: 0;
  padding: 0;
}
.panpizza_reply
{
padding-left:59px;
}
.woooo_reply
{
padding-left:118px;
}
.panpizza_reply02
{
padding-left:177px;
}
.replies_user_outer:last-child {
padding-bottom: 0;
}
.thread_video_outer iframe
{
width:100%;
height:394px;
margin-bottom:20px;
}
/*THREAD ON leak PAGE END*/


.accordionButton_bp , .accordionButton_bp2, .accordionButton_bp3
{	
	cursor: pointer;
}	
.accordionContent_bp {
	background:url(https://cdn.liveleak.com/80281E/ll_a_u/ll3/images/img_dottedline_replies.png) 4px top repeat-y;
}
.accordionContent_bp2 {
	background:url(https://cdn.liveleak.com/80281E/ll_a_u/ll3/images/img_dottedline_replies.png) 62px top repeat-y;
}
.accordionContent_bp3 {
	background:url(https://cdn.liveleak.com/80281E/ll_a_u/ll3/images/img_dottedline_replies.png) 121px top repeat-y;
}	
.accordionButton_bp.on {
background:url(https://cdn.liveleak.com/80281E/ll_a_u/ll3/images/img_three_replies_plus.png) left 70px no-repeat;
}
.accordionButton_bp {
background:url(https://cdn.liveleak.com/80281E/ll_a_u/ll3/images/img_three_replies_minus.png) left 70px no-repeat;
}
.accordionButton_bp2.on {
background:url(https://cdn.liveleak.com/80281E/ll_a_u/ll3/images/img_three_replies_plus.png) 58px 71px no-repeat;
}
.accordionButton_bp2 {
background:url(https://cdn.liveleak.com/80281E/ll_a_u/ll3/images/img_three_replies_minus.png) 58px 71px no-repeat;
}
.accordionButton_bp3.on3 {
background:url(https://cdn.liveleak.com/80281E/ll_a_u/ll3/images/img_three_replies_plus.png) 117px 71px no-repeat;
}
.accordionButton_bp3 {
background:url(https://cdn.liveleak.com/80281E/ll_a_u/ll3/images/img_three_replies_minus.png) 117px 71px no-repeat;
}
.load_more_replies_button
{
	text-align:center;
	margin:90px 0 0;
}
.load_more_replies_button a
{
	text-align:center;
	font-size:13px;
	border: 1px solid #e1e1e1;
    color: #454545;
	text-transform:uppercase;
	padding:10px 20px;
	font-weight:400;
	-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
}
.load_more_replies_button a:hover
{
	border: 1px solid #e62b22;
    color: #e62b22;
}

.replies_plus_text {
  color: #cbcbcb;
  font-size: 12px;
  line-height: 26px;
  margin: 4px 0 0;
  padding-left: 15px;
}

.accourdian-com-margin
{
	margin:60px 0 0 0;
}

.replies_heading_outer {
  border-bottom: 1px solid #e7e7e7;
  font-family: "Open Sans",sans-serif;
  margin-bottom: 13px;
  padding-bottom: 4px;
  margin-top: 15px;
}

.replies_heading_outer:after
{
	content:"";
	height:5px;
	background-color:#87070b ;
	width:74px;
	position:absolute;
	bottom:-3px;
	left:0;
}
.replies_text
{	
color:#616161;
font-size:20px;
font-weight:700;
line-height:19px;
padding: 8px 0 0;
text-transform:uppercase;
}
.replies_user_textfiled
{
margin-bottom:20px;
}
.sorting_out select {
float:right;
border: 1px solid #b4b4b4;
padding: 4px 6px;
width: 100%;
outline:none !important;
color:#616161;
font-weight:400;
font-size:13px;
background:url(https://cdn.liveleak.com/80281E/ll_a_u/ll3/images/img_select_arrow2.png) right 13px no-repeat;
-webkit-appearance:none !important;
-moz-appearance:none !important;
appearance:none !important;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}

.thing_score
{
	font-weight: 200 !important;
}

a {
  color: #999 !important;
  text-decoration: none !important;
}
a:hover,
a:focus {
  color: #999 !important;
  text-decoration: none !important;
}

.msg {
 font-weight:bold;
 color: #000;
 border: 2px #FF0000 solid;
 padding: 10px;
 margin: 10px;
 background-color:#FFF;
 display:block;
}

/*messenger CSS START*/
.who_online
{
	width:220px;
		font-family: 'Roboto', sans-serif;
		font-weight:300;
		margin-right:3px;
	position:absolute;
  bottom:0;
  z-index: 100;	
}
.who_online_heading
{
	float:left;
	width:100%;
	background:#404040;
	padding:10px;
	color:#fff;
	position:relative;
}
.who_online_minimize
{
	position: absolute;
    right: 9px;
    top: 8px;
}
.find_user_main
{
	float:left;
	width:100%;
	background:#fff;
	border:1px solid #d7d7d7;
	border-top:none;
}
.find_user_inner
{
	padding:5px;
}
.find_user_main input[type="text"]
{
	border:1px solid #d7d7d7;
	padding:5px;
	font-size:12px;
	color:#000;
	background:#fff;
	width: 100%;
	float:left;
	font-weight:500;
	margin-bottom:5px;
}
.online_user
{
	float:left;
	width:100%;
	margin-bottom:4px;
}
.online_user a
{
	color:#585858;
	font-size:12px;
	font-weight:500;
}
.online_user img
{
	float:left;
	margin-right:5px;
	border-bottom:2px solid #50a53e;
}
.online_user .fa-mobile-phone::before, .fa-mobile::before {
  content: "ï„‹";
  font-size: 16px;
 /* color:#585858;*/
}
.chat_now_con
{
	float:left;
	width:100%;
	bottom:0;
	background:#fff;
	padding:0px 0 0 5px;
}
.chat_now_inn a
{
	color:#585858;
	text-decoration:none;
	font-size:12px;
	font-weight:500;
	float:left;
	width:100%;
}
.online_user span {
  float: right;
}
.chat_now_inn
{
	float:left;
	width:80%;
	padding:10px 0;
}
.chat_cog_con {
  background: #404040;
  color: #fff;
  float: left;
  text-align: center;
  width: 20%;
  padding:10px 0;
}
.chat_cog_con a {
color:#fff;
}
.chat_cog_con .fa-gear::before, .fa-cog::before {
  content: "ï€“";
  font-size: 17px;
}
.close_con
{
	color:#fff;
	font-size:13px;
	 position: absolute;
    right: 3px;
    top: 10px;
}
.who_online_heading .fa-comment::before {
  content: "ïµ";
  font-size: 12px;
}
.chatting_panel_outer
{
    /*float: left;*/
    width: 100%;
	border-top:3px solid #50a53e !important;
	border:1px solid #d7d7d7;
}
.chat_now_con input[type="text"]
{
	background:#fff;
	border:none;
	color: #585858;
    font-size: 12px;
    font-weight: 500;
	padding: 10px 0 10px 3px;
	 width: 90%;
	 outline:none !important;
}
.chat_now_con .fa-smile-o::before {
  color: #585858;
  content: "ï„˜";
  font-size:14px;
}
.test_chatt
{
	background:#fff;
	border:none;
	color: #585858;
    font-size: 13px;
    font-weight: 500;
	padding: 4px 5px;
}
.chatting_tools_con
{
	border-bottom:1px solid #c0c0c0;
	border-top:1px solid #c0c0c0;
	background:#eeeeee;
	padding:5px;
}
.chatting_tools_con i {
  color: #575757;
  font-size: 15px;
  margin-right: 4px;
}
.load_earlier_messages
{
	float:left;
	width:100%;
	color:#000;
	text-align:center;
	background:#fff;
	padding:5px;
	font-size:10px;
	font-weight:500;
}
.chatting_window_outer
{
	float:left;
	width:100%;
	height: 207px;
	background:#e4e4e4;
	border-bottom:1px solid #c0c0c0;
	border-top:1px solid #c0c0c0;
	padding:5px 6px 15px;
}
.chat_div img
{
	float:left;
}
.chat_div02 img
{
	float:right;
}
.chat_div02, .chat_div
{
	margin-bottom:5px;
	float:left;
	width:100%;
}
.chatt_text
{
	float:left;
	background-color:#fff;
    -moz-box-shadow: 0px 2px 3px #bcbaba;
    -webkit-box-shadow: 0px 2px 3px #bcbaba;
    box-shadow: 0px 2px 3px #bcbaba;
		width:87%;
		padding: 5px 10px;
}
.chatt_text span {
  color: #c2c2c2;
  font-size: 10px;
  padding: 10px 0 ;
}
.chatt_text p
{
	background:#fff;
	border:none;
	color: #585858;
    font-size: 12px;
    font-weight: 500;
	line-height: 16px;	
}
.chat_div02 .chatt_text p {
  text-align: right;
}
.chatt_text .fa-check::before {
  color: #bababa;
  content: "ï€Œ";
}
#messengerClose {
  background-image: url(https://cdn.liveleak.com/80281E/ll_a_u/ll3/images/close.png);
}
#messenger_hide_part01, #messenger_hide_part02, #messenger_hide_part03 {
  display: none;
}
.messenger_panel_con
{
	float:right;
	width:600px;
}
#clientsDropDown {
  right: 0;
  margin-right: 0;
}

#clientsDropDown02 {
  right: 224px;
}

#clientsDropDown03 {
  right: 448px;
}
#clientsDropDown04 {
  right: 0;
   margin-right: 0;
}
.chat_name_outer
{
	float:left;
	width:100%;
  background: #eeeeee;
  border-top: 1px solid #c0c0c0;
  padding: 5px;
}
.chat_name_outer span {
  color: #585858;
  float: left;
  font-size: 13px;
  font-weight: 700;
  padding: 4px 5px;
  width: 100%;
}
.chat_name_outer input[type="text"]
{
	border:1px solid #d7d7d7;
	padding:5px;
	font-size:12px;
	color:#000;
	background:#fff;
	width: 58%;
	float:left;
	font-weight:500;
	margin-bottom:5px;
}
.chat_name_outer a, .chat_status_outer a {
  background: #000 none repeat scroll 0 0;
  color: #fff;
  float: right;
  font-size: 11px;
  text-decoration: none;
  width: 40%;
  text-align: center;
  font-weight:500;
  padding: 7px 0;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
}
.chat_status_outer a
{
	float:left;
}
.chat_status_outer
{
	float:left;
	width:100%;
  background: #fff;
  border-top: 1px solid #c0c0c0;
  padding: 5px;
}
.chat_status_outer textarea
{
	border:1px solid #d7d7d7;
	padding:5px;
	font-size:12px;
	color:#000;
	background:#fff;
	width: 100%;
	height:60px;
	float:left;
	font-weight:500;
	margin-bottom:3px;
}
.chat_status_outer span {
  color: #585858;
  float: left;
  font-size: 13px;
  font-weight: 700;
  padding: 4px 5px;
  width: 100%;
}
.chat_name_outer ul
{
	margin:0;
	padding:0;
	list-style:none;
}
.chat_name_outer li
{
	float:left;
	width:50%;
}
.chat_name_outer li a
{
	float:left;
	width:100%;
	text-align:left;
	font-size:13px;
	font-weight:500px;
	background:transparent;
	color:#585858;
	 padding: 0;
}
.chat_name_outer li a:hover
{
	text-decoration:underline !important;
	color:#585858;
}
.chat_name_outer li a img
{
	margin-right:6px;
}
.chat_status_outer li {
  margin-bottom: 2px;
  font-size:13px;
	font-weight:400px;
	color:#585858;
}
.chat_status_outer li span
{
	line-height:11px;
	float:left;
	width:93%;
}
.chat_status_outer li input[type="checkbox"] {
	width:7%;
	float:left;
}
.find_chat_now_inn i {
  color: #b2b3b5;
  content: "ï€‚";
  cursor: pointer;
  float: left;
  margin: 2px 5px 0 0;
}
.find_chat_now_inn input[type="text"] {
  background: #fff ;
  border: medium none;
  color: #585858;
  font-size: 13px;
  font-weight: 500;
  outline:none ;
  padding: 0;
  width: 86% ;
  float:left;
}
.find_chat_now_con {
  background: #fff none repeat scroll 0 0;
  bottom: 0;
  float: left;
  padding: 0 0 0 5px;
  margin:0;
  width: 100%;
}
.find_chat_now_inn {
  float: left;
  padding: 12px 0 0;
  width: 80%;
}
html, body {
	height: 100%;
}
.main {
min-height:100%;
position:relative;
}
.messenger_boxes_outer {
  bottom: 0;
  position: fixed;
  right: 0;
  z-index: 1000;
}
.messenger_height {
  height: 295px;
}
.chat_now_con a
{
	outline:none !important;
}
.online_friends_con {
  float: left;
  height: 270px;
  width: 100%;
}
/*messenger CSS END*/

.table1 , .table2, .table3
{
	width:100%;
	margin-bottom: 10px;
}

.table1 tr, .table2 tr, .table3 tr
{
	border-bottom:1px solid #eaeaea;
}

.table1 tr:first-child
{
	padding:20px 0;
	border: 1px solid #f4f4f4 !important;
}

.table1  tr:nth-child(even) td, .table2  tr:nth-child(even) td, .table3  tr:nth-child(even) td  {
   background-color: #fff;
}

.table1 tr:first-child td {
  color: #616161;
  background:#f6f6f6 !important;
  font-size: 15px;
  line-height:40px;
  font-weight: bold;
  margin: 0;
  padding: 0 20px;
  text-transform: uppercase;
}

.table1 td, .table2 td, .table3 td {
  background:#fbfbfb;
  border-left:1px solid #eaeaea;
   border-right:1px solid #eaeaea;
   font-size:14px;
   min-height: 60px;
    padding: 23px 25px;
   color:#787878;
   line-height:20px;
   font-weight:300;
}

.modal-dialog{ margin-top: 60px !important;}

.scrollbar1::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

.scrollbar1::-webkit-scrollbar
{
	width: 6px;
	background-color: #F5F5F5;
}

.scrollbar1::-webkit-scrollbar-thumb
{
	background-color: #000000;
}
