/* Amazon S3 CSS */

html,body{
height:100%;
}

	body {
		font-family: "proxima-nova";
		background: #f3f3f3;
	}

	.main_container {
		background: #fff;
		overflow: hidden;
	}

	.menu-padding {
		padding-top: 50px;
	}

	.center-stage {
		margin-bottom: 12px;
	}

	a, a:link {
		color: #c41400;
	}

	a:hover, a:visited {
		color: #900;
	}

	a.btn-custom {
		color: #fff;
	}

	.mynavbar {
		margin-bottom: 0;
		border: 0;
		background: #f3f3f3;
	}

	.nav>li>a {
		font-weight: 700;
	}

	.mynavbar .navbar-nav>li>a {
	    color: #8a8fac;
	    font-size: 15px;
	}

	.mynavbar .navbar-nav>li>a:hover {
		color: #c41400;
		background: transparent;
  	}

	.mynavbar .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
		background: transparent;
		color: #c41400;
	}

	.badge-custom {
		background-color: #c41400;
	}

	.no-pad {
		padding-left: 0;
		padding-right: 0;
	}

/* Slick Customized Theme */

/* Arrows */
.slick-prev,
.slick-next
{
	font-size: 0;
	line-height: 0;

	position: absolute;
	top: 50%;

	display: block;

	width: 20px;
	height: 30px;
	padding: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);

	cursor: pointer;

	color: transparent;
	border: none;
	outline: none;
	background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
	color: transparent;
	outline: none;
	background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
	opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
	opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
	font-family: FontAwesome;
	font-size:30px;
	line-height: 1;

	opacity: 1;
	color: #c41400;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}


	.slick-prev:before { content: "\f053";}
	.slick-next:before { content: "\f054";}

	.slick-prev {
		left: 0px;
	}

	.slick-next {
		right: 0px;
	}

/* Dots */
.slick-dotted.slick-slider
{
	margin-bottom: 30px;
}

.slick-dots
{
	position: absolute;
	bottom: -25px;

	display: block;

	width: 100%;
	padding: 0;
	margin: 0;

	list-style: none;

	text-align: center;
}
.slick-dots li
{
	position: relative;

	display: inline-block;

	width: 20px;
	height: 20px;
	margin: 0 5px;
	padding: 0;

	cursor: pointer;
}
.slick-dots li button
{
	font-size: 0;
	line-height: 0;

	display: block;

	width: 20px;
	height: 20px;
	padding: 5px;

	cursor: pointer;

	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
	outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
	opacity: 1;
}
.slick-dots li button:before
{
	font-family: 'slick';
	font-size: 6px;
	line-height: 20px;

	position: absolute;
	top: 0;
	left: 0;

	width: 20px;
	height: 20px;

	content: '•';
	text-align: center;

	opacity: .25;
	color: black;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
	opacity: .75;
	color: black;
}

/* General */	

	#page_head {
		font-size: 29px;
		line-height: 29px;
		font-family: cooper-black-std, 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Arial, sans-serif;
		font-style: normal;
		margin-bottom: 12px;
		margin-top: 0;
		}

	#page_head span {
		font: 15px/21px proxima-nova, "Trebuchet MS",Tahoma,sans-serif;
		margin-top: 0px;
		font-weight: 700;
		color: #6C7D91;
		text-transform: uppercase;
		display: block;
	}

	#section_head {
		font: 700 15px/15px proxima-nova, 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Arial, sans-serif;
		margin-bottom: 9px;
		text-align: center;
		letter-spacing: 3px;
		text-transform: uppercase;
		}

	.sub_head {
		font-weight: 700;
		margin-bottom: 9px;
		text-align: center;
		letter-spacing: 3px;
		text-transform: uppercase;
		font-size: 1.2em;
	}

	.results_head {
		text-align: center;
		padding-left: 10px;
		padding-right: 10px;
		font-size: 30px;
	}

	.results_head span {
		display: block;
		font-size: 20px;
		text-transform: uppercase;
	}

	.secondary_head {
		font-size: 20px;
		line-height: 20px;
		margin-bottom: 0px;
		font-family: "proxima-nova-condensed";
		text-align: center;
		margin-top: 20px;
		padding: 0;
		font-weight: 700;
		text-transform: uppercase;
	}

	.secondary_head_border {
		border-bottom: 1px solid #ccc;
	}

	.secondary_head:before, .secondary_head:after {
		font-family: FontAwesome, serif;
		content: "\f005";
		color: #c41400;
		font-size: 12px;
		padding: 0px 6px 6px;
		position: relative;
		top: -.2em;
		display: inline-block;
	}	

	.result_title {
		font-size: 21px;
		line-height: 26px;
		font-weight: 700;
		margin-bottom: 6px;
		margin-top: 12px;		
	}

	.paginate {
		text-align: center;
		margin: 18px 0;
	}

	.list_page_head {
		font-size: 42px;
		line-height: 42px;
		font-family: "proxima-nova-condensed", 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Arial, sans-serif;
		font-style: normal;
		font-weight: 700;
		margin: 24px 0 18px;
		text-shadow: 1px 1px 1px #fff;
		text-align: center;
		clear: both;
		}
	
	.list_page_head span {
		font-family: "proxima-nova", 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Arial, sans-serif;
		font-size: 50px;
		font-weight: 700;
	}	

	.deeperlink {
		margin: 9px 0 0;
		font-weight: 700;
		text-align: center;
	}

/* Home Style */

	.events_container {
		margin-bottom: 18px;
		background: #fff;
		margin-left: -15px;
		margin-right: -15px;
	}

	.events_slider {
		margin-left: -15px;
		margin-right: -15px;
		display: none;
	}
	
	.events_slider.slick-initialized { display: block; }

	a.slick-slide {
		color: #222;
		margin: 0 6px;
	}

	.home_event {
		border: 0;
		background: #f3f3f3;
		height: 180px;
	}

	.home_event_img {
		width: 33%;
		overflow: hidden;
		float: left;
		height: 180px;
	}

	.home_event_text {
		width: 67%;
		float: left;
		position: relative;
		height: 180px;
	}

	.home_show_name {
		font-size: 23px;
		line-height: 24px;
		width: 90%;
		margin: 6px auto 0px;
		font-family: "cooper-black-std", "Lucida Grande", Lucida, Verdana, sans-serif;
		font-weight: normal;
		padding-bottom: 6px;
		position: relative;
	}

 	.home_show_name:after {
		content: "";
		position: absolute;
		left: -10px;
		bottom: 0px;
		height: 1px;
		width: 110%;
		border-bottom: 2px solid #c41400;
	}

	.home_show_name_sm {
		font-family: "cooper-black-std", "Lucida Grande", Lucida, Verdana, sans-serif;
		font-size: 20px;
		line-height: 20px;
		font-weight: normal;
	}

	.home_show_name span {
		font-size: 16px;
		font-family: "proxima-nova-condensed",sans-serif;
		line-height: 16px;
		margin-top: 2px;
	}

	.home_show_name span.bigger {
		font-family: "cooper-black-std", "Lucida Grande", Lucida, Verdana, sans-serif;
		font-size: 23px;
		line-height: 24px;
		text-transform: capitalize;
	}
	.home_show_name span strong {
		font-family: "proxima-nova-condensed", "Lucida Grande", Lucida, Verdana, sans-serif;
		font-size: 18px;
		font-weight: 700;
		text-transform: none;
	}

	.home_venue {
		width: 90%;
		margin: 0px auto;
		font-family: "proxima-nova-condensed",sans-serif;
		line-height: 16px;
		padding: 6px 0;
	}

	.home_venue strong {
		font-weight: 700;
		color: #c41400;
		font-size: 16px;
	}

	.home_datetime {
		background: #eee;
		margin: 0;
		padding: 5px 5px 5px 12px;
		font-family: "proxima-nova-condensed",sans-serif;
		font-weight: 700;
		height: 25px;
	}

	.home_datetime_dev {
		width: 90%;
		margin: 0 auto;
		font-size: 16px;
	}

	.home_datetime_dev span {
		font-size: 12px;
	}

	.home_datetime_dev strong {
		color: #c41400;
	}

	.home_featured_comics {
		padding: 0;
	}

	.home_datetime span {
		font-size: 10px;
	}

	.home_ticket {
		padding: 6px;
		text-transform: uppercase;
		text-align: center;
		background: #c41400;
		width: 100%;
		color: #fff !important;
		display: block;
		position: absolute;
		bottom: 0;
		letter-spacing: 4px;
		height: 30px;
	}

	.home_event_dev {
		border: 0;
		background: #000;
		height: 240px;
		overflow: hidden;
		position: relative;
	}

	.home_event_hero {
  max-width: 100%; 
}

.home_event_hero::after {
  display: block;
  position: relative;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 65%, #000 100%);
  margin-top: -150px;
  height: 150px;
  width: 100%;
  content: '';
}

a.slick-slide {
	margin: 0 10px;
}


	.home_event_img_dev {
	}

	.home_show_name_dev {
		font-size: 25px;
		line-height: 24px;
		width: 90%;
		font-family: "proxima-nova-condensed", "Lucida Grande", Lucida, Verdana, sans-serif;
		font-weight: normal;
		padding-bottom: 6px;
		position: absolute;
		bottom: 45px;
		left: 20px;
		color: #fff;
		text-shadow: 0 0 12px #24a2ee, 0 0 1px #000;
		font-weight: 700;
	}

	.home_show_name_sm {
		font-family: "proxima-nova-condensed", "Lucida Grande", Lucida, Verdana, sans-serif;
		font-size: 20px;
		line-height: 20px;
		font-weight: normal;
	}

	.home_show_name_dev span {
		font-size: 16px;
		font-family: "proxima-nova-condensed",sans-serif;
		line-height: 16px;
		margin-top: 2px;
		display: inline-block;
	}

	.home_show_name_dev span.bigger {
		font-family: "proxima-nova-condensed", "Lucida Grande", Lucida, Verdana, sans-serif;
		font-size: 23px;
		line-height: 24px;
		text-transform: capitalize;
		font-weight: 700;
	}
	.home_show_name_dev span strong {
		font-family: "proxima-nova-condensed", "Lucida Grande", Lucida, Verdana, sans-serif;
		font-size: 18px;
		font-weight: 700;
		text-transform: none;
	}

	.home_venue_dev {
		width: 90%;
		margin: 6px 20px 0;
		font-family: "proxima-nova",sans-serif;
		line-height: 20px;
		padding: 0;
		color: #fff;
		font-size: 15px;
		position: absolute;
		top: 180px;
	}

	.home_venue_dev strong {
		font-weight: 700;
		color: #24a2ee;
		font-size: 17px;
		font-family: "proxima-nova-condensed",sans-serif;
	}

	.home_datetime {
		background: #eee;
		margin: 0;
		padding: 5px 5px 5px 12px;
		font-family: "proxima-nova-condensed",sans-serif;
		font-weight: 700;
		height: 25px;
	}

	.home_event_date_block {
		position: absolute;
		top: 0;
		left: 20px;
		width: 60px;
		background: #24a2ee;
		padding: 5px;
		font-size: 16px;
		color: #fff;
		text-align: center;
		text-transform: uppercase;
		font-family: "proxima-nova",sans-serif;
	}	

	.home_event_date_block span {
		font-family: "cooper-black-std", "Lucida Grande", Lucida, Verdana, sans-serif;
		font-size:24px;
		line-height:20px;
		display:block;
	}

	.home_event_time {
		border-top: 1px solid #fff;
		padding-top: 4px;
		margin-top: 8px;
		font-size: 12px;
	}

	.home_featured_comics {
		padding: 0;
	}

	.home_datetime span {
		font-size: 10px;
	}

	.home_ticket {
		padding: 6px;
		text-transform: uppercase;
		text-align: center;
		background: #c41400;
		width: 100%;
		color: #fff !important;
		display: block;
		position: absolute;
		bottom: 0;
		letter-spacing: 4px;
		height: 30px;
	}

	.home-show-search {
		padding:12px;
	}

	.home-show-search h3 {
		font-size: 14px;
		line-height: 18px;
		margin-top: 0;
		margin-bottom: 8px;
		font-weight: 700;
	}

	.home_blog_tease {
		padding: 9px 0;
		border-top: 1px solid #f3f3f3;
		border-bottom: 1px solid #9AAFC3;
		margin: 0;
	}

	.blog_tease {
		min-height: 150px;
		padding: 9px 0;
		border-top: 1px solid #f3f3f3;
		border-bottom: 1px solid #9AAFC3;
		margin: 0;
	}

.home_blog_head {
	font-size: 24px;
	line-height: 30px;
	font-family: proxima-nova-condensed, 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Arial, sans-serif;
	font-weight: 700;
	margin-bottom: 9px;
	margin-top: 0;
}

.home_blog_body {
	font: 16px/21px proxima-nova, "Trebuchet MS", Helvetica, Arial, sans-serif;
}

.home_blog_tease_img {
	margin-bottom: 12px;
}

.home_link {
	font: 700 14px/14px proxima-nova, "Trebuchet MS", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
}

		/* iTunes10 */

			.itunes10 {
				clear: both;
				font: 13px/13px proxima-nova, 'Trebuchet MS', 'Arial', sans-serif;
				}
			
			#position {
				padding: 3px 0;
				border-bottom: 1px solid #D7DEE6;
				height: 65px;
				overflow: hidden;
				}
				
			#position img {
				border: 1px solid #c41400;
				float: left;
				margin-right: 5px;
			}
			
			.itunes10 h3 {
				margin: 0 0 0 -62px;
				padding: 1px;
				background: #c41400;
				color: #fff;
				width: 20px;
				float: left;
				text-align: center;
				font-weight: 700;
				}
			
			.itunes10 h4 {
				color: #333;
				margin: 0 0 0 60px;
				text-align: left;
				font-weight: 700;
			}

			.itunes10 h5 {
				margin: 0 0 0 60px;
				font-weight: 700;
			}
			
			p.price {
				margin: 3px 0 0;
				font: 700 12px/12px proxima-nova, 'Trebuchet MS', 'Arial', sans-serif;
				text-align: right;
			}

/* Blog */

	.blog_post h1, .blog_post h2 {
		color: #333;
		font-size: 30px;
		font-family: "proxima-nova", 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Arial, sans-serif;
		font-style: normal;
		font-weight: 700;
		line-height: 30px;
		padding: 24px 0 0;
		clear: both;
		}

	.blog_post h1 {
		font-size: 36px;
		line-height: 36px;
	}	

	.blog_post h2 a {
		color: #333;
		}

	.new_post_date {
		overflow:hidden;
		background: #F5ED7F;
		width: 100%;
		margin: 36px auto 0;
		padding: 0;
		height: 18px;
		font: 700 18px/18px proxima-nova-condensed, "Lucida Grande", Lucida, Verdana, sans-serif;
		text-transform: uppercase;
	}

	.new_post_date span {
		color: #c41400;
	}

	.entry p {
		font-size: 18px;
		line-height: 27px;
		margin-bottom: 27px;
	}

	.entry li {
		font-size: 18px;
		line-height: 27px;
	}

	/* Legacy style - see if we get rid of it */
	.floatimgright {
		float: right;
		margin-left: 20px;
	}

	p.category {
		display: block;
		padding: 12px 0 0;
		color: #333;
		font: normal 14px proxima-nova, 'Trebuchet MS', serif;
		clear: both;
		}

	.category a {
		font-weight: 700;
		}

	.posted {
		color: #888;
		border-top: 1px solid #6a7b97;
		text-align: center;
		margin: 6px 0 0;
		padding: 3px 12px 0;
		font: italic 12px/14px proxima-nova, 'Trebuchet MS', serif;
		}

	.posted a {
		font: 700 11px/16px proxima-nova, 'Trebuchet MS', serif;
		}

	/* Prev and Next */

	.prev {
		width: 49%;
		float: left;
		text-align: right;
		background: #fff;
		margin: 18px 0 18px;
		}

	.next {
		width: 49%;
		float: right;
		background: #fff;
		margin: 18px 0 18px;
		}

/* Comments */

	.comment {
		min-height: 60px;
		clear: both;
		margin-bottom: 18px;
		}

	.comment_text {
		margin-left: 65px;
		font: 13px/18px proxima-nova, "Lucida Grande", Lucida, Verdana, sans-serif;
		}

	.commentor {
		color: #666;
		border-bottom: 1px solid #6a7b97;
		margin-bottom: 6px;
		padding: 0 0 3px;
		font: normal 11px/13px proxima-nova, "Lucida Grande", Lucida, Verdana, sans-serif;
		}

/* Make a Comment */

	#make_comment_info {
		width: 320px;
		float: left;
		margin-left: 6px;
		margin-top: 12px;
		}

	#make_comment_info label {
		width: 70px;
		margin-right: 6px;
		text-align: right;
		float: left;
		padding-top: 2px;
		}

	#make_comment_info input {
		width: 238px;
		margin-bottom: 15px;
		font: 14px/14px proxima-nova, Calibri, "Lucida Grande", Helvetica, Arial, sans-serif;
		}

	#make_comment_info input#check {
		width: auto;
		}

	#make_comment_info p {
		text-align: left;
		padding-bottom: 0;
		margin-left: 76px;
		}

	#make_comment_text {
		width: 270px;
		float: right;
		margin-right: 6px;
		margin-top: 12px;
		}

	#make_comment_text textarea {
		width: 262px;
		height: 254px;
		padding: 4px;
		font: 14px/18px proxima-nova, Calibri, "Lucida Grande", Lucida, Verdana, sans-serif;
		}

	.make_comment input#submit {
		width: 60px;
		height: 24px;
		margin-left: 340px;
		display: block;
		margin-bottom: 18px;
		float: left;
		}

	.make_comment p {
		clear: both;
		}

/* Comedians Pages */

	/* SUCD Landing */

	.sucd_head {
		margin-top:12px;
		background: #101010;
	}

	.sucd_head img {
		margin: 0 auto;
	}

	.sucd_box {
		margin: 12px 0 12px;
		background: #e2e2e2;
		padding: 8px;
	}
		
	.no_of_comics {
		text-align: center;
		font-weight: 700;
		font-size: 20px;
		font-family: proxima-nova-condensed;
		margin: 0px;
		width: 50%;
		float: left;
		}

	.no_of_comics span {
		font-size: 25px;
		line-height: 25px;
		font-weight: 700;
		color: #c41400;
		}

	.browsecomics {
		text-align: center;
		width: 50%;
		display: block;
		float: left;
		font-size: 18px;
		border-left: 1px solid #222;
		font-weight: 700;
	}	

	/* Profiles General */

	.comic-hero {
		position: relative;
		margin-left: -15px;
		margin-right: -15px;
		overflow: hidden;
		background: #000;
		height: 380px;
}

	.comic-hero-bg-img {
		position: absolute;
		right: 0;
		top: 60px;
		z-index: 1;
	}

	.comic-hero-bg-layer {
		width: 100%;
		z-index: 3;
		position: relative;
		top: 0;
		left: 0;
		background: linear-gradient( 
			rgba(0,0,0,0) 55%, 
			rgba(0,0,0,1) 85%);
		height: 380px;
	}

	.comic-hero-nav {
		position: absolute;
		top: 15px;
		left: 15px;
		text-align: left;
		z-index: 10;
	}

	.comic-hero-head {
		position: absolute;
		bottom: 55px;
		left: 15px;
		text-align: left;
		z-index: 10;
	}

	.comic-hero-head img {
		border: 1px solid #fff;
	}

	.comic-hero-head h1 {
		color: #fff;
		font-size: 32px;
		font-family: cooper-black-std,'Lucida Grande','Lucida Sans Unicode','Lucida Sans',Arial,sans-serif;
		font-style: normal;
		font-weight: normal;
		margin: 0;
		line-height: 29px;
	}

	.comic-hero-head h1 span {
		font: 18px/21px proxima-nova, "Trebuchet MS",Tahoma,sans-serif;
		margin-top: 8px;
		font-weight: 700;
		color: #8a8fac;
		text-transform: uppercase;
		display: block;
	}

	.comic-hero-head .media-body, .comic-hero-head .media {
		overflow: visible;
	}

	.comic-hero-tabs {
		position: absolute;
		bottom: 0;
		left: 15px;
		z-index: 10;
	}

	.comic-top-nav {
		background: #000;
		width: 100%;
		padding: 6px 12px;
		margin-top: 15px;
		border-radius: 5px;
	}

	.profile_menu {
		height: 21px;
	}

	.comic_content {
		margin-bottom: 12px;
		margin-top: 15px;
	}

	.main_image {
		width: 100px;
		height: 133px;
	}

	/* Inner Nav */

		.comic_innernav {
			margin: 0px;
			}

		.comic_innernav h2 {
			font: 700 27px/34px proxima-nova-condensed, "Trebuchet MS", "Tahoma", sans-serif;
			text-transform: uppercase;
			padding: 0;
			text-align: left;
			margin: 0 20px 0 0;
			display: inline-block;
			text-shadow: 0px 0px .3em #fff, 0px 0px 2em rgba(36, 162, 238, .8);
		}

		.comic_innernav h2 span {
			color: #8a8fac;
			text-shadow: 0px 0px .3em #8a8fac, 0px 0px 2em rgba(36, 162, 238, .8);
		}

		.comic_innernav a {
			color: #fff;
		}

		#comic_innernav_search {
			display: inline-block;
			vertical-align: top;
		}

		#comic_innernav_search input {
			border-bottom: 1px solid #fff;
			background: transparent;
			border-top: 0;
			border-left: 0;
			border-right: 0;
			width: 160px;
			color: #fff;
			border-radius: 0;
		}

		#comic_innernav_search::-webkit-input-placeholder,
		#comic_innernav_search::-moz-placeholder,
		#comic_innernav_search:-ms-input-placeholder,
		#comic_innernav_search:-moz-placeholder
		{
			color: #fff;
		}

		#comic_innernav_search .btn {
			background: transparent;
			color: #fff;
			margin-left: 0;
		}

	/* Comic Profile Nav */

	#comic_profile_nav>li>a {
		padding: 8px 11px;
		font: 700 14px/14px proxima-nova-condensed, "Trebuchet MS", "Tahoma", sans-serif;
		color: #8a8fac;
	}

	#comic_profile_nav {
		margin-bottom: -1px;
	}

	/* Main Section */

	.works {
		margin-bottom: 18px;
		}

	.work_head {
		font:700 17px/17px proxima-nova, 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Arial, sans-serif;
		margin: 4px 0 0;
		color:#333;
		padding: 4px 0;
		text-align: center;
		text-transform: uppercase;
		letter-spacing:2px;
		}

	.work_head span {
		font: 700 12px/17px proxima-nova, Calibri, "Lucida Grande", Helvetica, Arial, sans-serif;
		color: #666;
		}

	.works td.title {
		max-width: 220px;
	}

	.works td.date {
		width: 38px;
		text-align: center;
		}

	.works td.title strong {
		font-size: 16px;
	}

	.works td.title p.note {
		padding:0 0 0 15px;
		margin:8px 0 0;
		font:12px/14px proxima-nova, "Trebuchet MS", "Tahoma", sans-serif;
		}

	.works td.buylinks {
		width:85px;
		}

	.comic_linkbox {
		background: #f3f3f3;
		text-align: center;
		font-size: 16px;
		margin-top: 18px;
	}

	.vitals {
		margin-bottom: 7px;
		padding-bottom: 7px;
		border-bottom: 1px solid #8a8fac;
	}

	.wf_box p {
		margin: 0;
		text-align: center;
	}

	.wf_head {
		font-family: proxima-nova-condensed;
		margin: 0px;
		text-align: center;
		font-weight: 700;
		font-size: 21px;
		text-transform: uppercase;
	}

	.wf_percentage {
		font-size: 32px;
		line-height: 32px;
		font-family: proxima-nova, 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Arial, sans-serif;
		font-weight: 700;
		padding: 6px 0 6px;
		display: block;
		text-align: center;
		}

	.wf_record {
		line-height: 15px;
	}

	/* Favorite System */

	.favorites {
		text-align: center;
		border-right: 1px solid #8a8fac;
	}

	.favenum {
/*		width:80px;
		text-align:right;*/
		font-style: normal;
		font-weight: normal;
		padding: 0px;
		font-size: 10px;
		color: #c41400;
		}

	.favenum_list, .faveprofile {
/*		float: left;*/
		margin-right: 12px;
	}

	.favenum span {
		font-size: 32px;
		line-height: 24px;
		font-family: proxima-nova, 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Arial, sans-serif;
		color: #000;
		font-weight: 700;
	}

	.favenum i {
		font-size: 21px;
	}

	.fave_comic {
/*		float: left;*/
		padding-top: 6px;
		font: 16px/16px proxima-nova-condensed, "Lucida Grande", Lucida, Verdana, sans-serif;
	}

	.favestatus {
		font: 700 16px/16px proxima-nova-condensed, "Lucida Grande", Lucida, Verdana, sans-serif;
	}

	.favemenu {
		font: 700 16px/16px proxima-nova-condensed, "Lucida Grande", Lucida, Verdana, sans-serif;
	}

	/* Jokes */

	.single_joke h3 {
		font: 700 21px/21px proxima-nova-condensed, "Lucida Grande", Lucida, Verdana, sans-serif;
		text-align:left;
		padding: 0px
		}

	.single_joke p {
		padding: 0 16px 16px 24px;
		position: relative;
		font: 16px/21px proxima-nova, "Lucida Grande", Lucida, Verdana, sans-serif;
		}

	.single_joke p:before {
	content: "“";
	font-size: 24px;
	position: absolute;
	left: 0;
	top: 0;
	color: #c41400;
	font-family: "cooper-black-std", "Lucida Grande", Lucida, Verdana, sans-serif;
}

.single_joke p:after {
	content: "”";
	font-size: 24px;
	color: #c41400;
	line-height: 21px;
	position: relative;
	top: 2px;
	left: 4px;
	display: inline;
	vertical-align: top;
	font-family: "cooper-black-std", "Lucida Grande", Lucida, Verdana, sans-serif;
}	

	/* Reviews Page */

	.stars_top {
		background: #f3f3f3;
		padding-top: 12px;
	}

	.stars_top .row {
		margin-bottom: 12px;
	}

	.stars_top .sub_head {
		margin-top: 0;
	}

	.stars_section {
		text-align: center;
		color: #c41400;
		font-size: 24px;
	}

	.stars_section strong {
		color: #222;
		font-size: 18px;
	}

	.indy_comment {
		padding: 10px 0 15px;
		border-top: 1px solid #D7DEE6;
		margin-top: 0px;
	}

		/* Star Rating */

		.rate_comic {
			margin-bottom: 20px;
		}

		.rating{
			width:80px;
			height:16px;
			margin:0 0 20px 0;
			padding:0;
			list-style:none;
			clear:both;
			position:relative;
			background: url("https://media.dead-frog.com/site/starmatrix.gif") no-repeat 0 0;
		}

		/* add these classes to the ul to effect the change to the correct number of stars */
		.nostar {background-position:0 0}
		.onestar {background-position:0 -16px}
		.twostar {background-position:0 -32px}
		.threestar {background-position:0 -48px}
		.fourstar {background-position:0 -64px}
		.fivestar {background-position:0 -80px}

		ul.rating li {
			cursor: pointer;
		 /*ie5 mac doesn't like it if the list is floated\*/
			float:left;
			/* end hide*/
			text-indent:-999em;
		}
		ul.rating li a {
			position:absolute;
			left:0;
			top:0;
			width:16px;
			height:16px;
			text-decoration:none;
			z-index: 200;
		}

		.rate_it_one a {left:0}
		.rate_it_two a {left:16px;}
		.rate_it_three a {left:32px;}
		.rate_it_four a {left:48px;}
		.rate_it_five a {left:64px;}


		ul.rating li.one a {left:0}
		ul.rating li.two a {left:16px;}
		ul.rating li.three a {left:32px;}
		ul.rating li.four a {left:48px;}
		ul.rating li.five a {left:64px;}
		ul.rating li a:hover {
			z-index:2;
			width:80px;
			height:16px;
			overflow:hidden;
			left:0;	
			background: url("https://media.dead-frog.com/site/starmatrix.gif") no-repeat 0 0
		}
		ul.rating li.one a:hover {background-position:0 -96px;}
		ul.rating li.two a:hover {background-position:0 -112px;}
		ul.rating li.three a:hover {background-position:0 -128px}
		ul.rating li.four a:hover {background-position:0 -144px}
		ul.rating li.five a:hover {background-position:0 -160px}

		.star0 {background-position:0 0}
		.star1 {background-position:0 -16px}
		.star2 {background-position:0 -32px}
		.star3 {background-position:0 -48px}
		.star4 {background-position:0 -64px}
		.star5 {background-position:0 -80px}


	/* Video Page */

		.vid p {
			margin-bottom: 0;
		}

		.vid img:hover {
			border: 2px solid #c41400;
		}

		.video_window {
			position: relative;
		}

	.videobuylinks {
		margin-bottom: 5px;
		background: #e2e2e2;
		padding: 4px;
		text-align: left;
		line-height: 14px;
		}

	/* List Page */

		.picselect {
			text-align:center;
			font:14px/14px proxima-nova, "Trebuchet MS", "Tahoma", sans-serif;
			min-height: 140px;
			}

		.picselect img:hover {
			border: 3px solid #c41400;
			}

		.picselect img {
			margin: 0 auto 3px;
			border: 3px solid #6a7b97;
			}

		.alpha_row {
			margin: 0px 0px 12px;
			text-align: center;
		}

		.alpha_content {
			background: #f6f7f9;
			padding: 2px 5px 0;
		}

		.alpha_row strong {
			display: block;
		}

	/* Timeline */

	.timeline-comic {
		margin-bottom: 12px;
		}

	.timeline-table td.date {
		width: 70px;
		text-align: right;
		}

	.timeline-table td.comedian {
		width: 220px;
		}		

	/* Top 25 Pages */

	.item_count {
		font-size: 21px;
		line-height: 24px;
		font-family: "proxima-nova-condensed", 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Arial, sans-serif;
		font-style: normal;
		font-weight: 700;
		text-align:right;
		width:30px;
		float: left;
		height: 50px;
		padding-right: 12px;
		}

		.faveitem {
			margin-bottom: 12px;
			}
		.addfaveitem {
			margin-bottom: 24px;
			}

		.faveitem img {
			float: left;
			margin-right: 12px;
		}

		.rating_star {
			margin-right: 2px !important;
		}

		.fave_name {
			font:700 21px/21px proxima-nova, 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Arial, sans-serif;
			border-bottom:1px solid #D7DEE6;
			margin: 0 0 3px;
			padding: 0 0 3px;
		}

		.fave_opinion {
			margin: 8px 0 0 68px;
			}

		.fave_opinion span {
			font:700 12px/16px proxima-nova, "Trebuchet MS", "Tahoma", sans-serif;
			}

		#numbered_faves ol {
			padding-left: 0;
		}

		#numbered_faves li  {
			margin-bottom:12px;
			min-height:50px;
			list-style-type:none;
			position:relative;
			}

		.ranking_nav li {
			float: left;
			width: 32%;
			margin-right: 9px;
			background: #F5ED7F;
			padding: 5px;
			text-align: center;
			font-family: "proxima-nova-condensed", 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Arial, sans-serif;
			font-weight: 700;
			margin-bottom: 12px;
			font-size: 17px;
			line-height: 20px;
			list-style-type: none;
			height: 50px;
			overflow: hidden;
		}

		.ranking_nav {
			padding-left: 0px;
		}

		#last_one {
			margin-right:0;
		}

/* Whos Funnier */

	.option_box {
		width: 50%;
		float: left;
		position: relative;
		text-align: center;
		overflow: hidden;
		}

	.option_box h3 {
		text-align: center;
		font: 700 17px/17px  proxima-nova-condensed, "Trebuchet MS", "Tahoma", sans-serif;		
		}

		.option_button {
			padding: 0px;
			margin: 3px auto;
			border: 1px solid #6a7b97;
			display:block;
			font-size: 0.1px;
			width:150px;
			height:200px;
			vertical-align: bottom;
			}

		.option_button:hover {
			border: 4px solid #c41400;
			width: 154px;
			height: 200px;
			cursor: pointer;
			}

		.or {
			position: absolute;
			top: 50%;
			left: 47%;
			padding: 5px 8px;
			color: #fff;
			background: #c41400; /* Old browsers */
			background: -moz-linear-gradient(top, #990000 0%, #c41400 100%); /* FF3.6+ */
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#990000), color-stop(100%,#c41400)); /* Chrome,Safari4+ */
			background: -webkit-linear-gradient(top, #990000 0%,#c41400 100%); /* Chrome10+,Safari5.1+ */
			background: -o-linear-gradient(top, #990000 0%,#c41400 100%); /* Opera 11.10+ */
			background: -ms-linear-gradient(top, #990000 0%,#c41400 100%); /* IE10+ */
			background: linear-gradient(top, #990000 0%,#c41400 100%); /* W3C */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#990000', endColorstr='#c41400',GradientType=0 ); /* IE6-9 */
			z-index: 100;
			}

/* Charts Pages */

	.itunesnav {
		margin: 0 auto 24px;
		text-align: left;
		padding-left: 0px;
	}

	.itunesnav li {
		display: inline;
		padding: 9px;
		font: 700 13px proxima-nova, 'Trebuchet MS', 'Arial', sans-serif;
	}

	.position100 {
		margin-bottom: 8px;
		padding-bottom: 8px;
		min-height: 104px;
		border-bottom: 1px solid #D7DEE6;
		}

	.position100 img {
		border: 2px solid #900;
		}

	.position100 h2 {
		font-size: 24px;
		line-height: 24px;
		font-family: proxima-nova, 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Arial, sans-serif;
		font-style: normal;
		font-weight: 700;
		margin: 0 0 0 0px;
		padding: 8px 1px;
		background: #900;
		color: #fff;
		width: 38px;
		float: left;
		text-align: center;
		position: absolute;
		z-index: 100;
		top: 0;
		left: 15px;
		}

	.position100 h3 {
		color: #333;
		font: proxima-nova, 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Arial, sans-serif;
		font-weight: 700;
		margin-top: 0;
		}

	.position100 h4 {
		font: 700 16px/20px proxima-nova, 'Trebuchet MS', 'Arial', sans-serif;
		}

	#position100 p {
		margin: 3px 0;
		}


/* Comedy Club */

	/* Index */

	.states {
		list-style-type: none;
		margin: 0px;
		padding: 0px;
		}

	.states h3 a {
		color: #c41400;
		font-weight: 700;
		font-size: 20px;
	}

	.state {
		border-bottom: 1px solid #6C7D91;
		margin: 0px;
	}

	.states li ul, .states li ul li ul {
		padding: 0;
	}

	.states li {
		margin-bottom: 15px;
	}

	.states li ul li {
		padding: 4px 0 0 10px;
		list-style-type: none;
		margin-bottom: 0;
	}

	.city {
		margin: 0;
		font-size: 16px;
	}

	.states li ul li ul li {
		padding: 0 0 0 20px;
		list-style-type: none;
	}

	.club_info {
		border-top: 1px solid #c41400;
		border-bottom: 1px solid #c41400;
		padding-top: 12px;
		padding-bottom: 12px;
	}

/* Events Broadly Used */

	.vertical-align {
    display: flex;
    align-items: center;
}

	/* Col Showdate is full column width for mobile. Other styles are later. */
	.col_showdate {
		padding-right: 0;
		padding-left: 0;
		margin-bottom: 6px;
		}

	.col_showtime {
		text-align: center;
		font: 700 20px/20px  proxima-nova-condensed, "Trebuchet MS", "Tahoma", sans-serif;
		min-height: 86px;
		padding: 6px;
		}

	.col_showtime_dev {
		text-align: center;
		font: 700 20px/20px  proxima-nova-condensed, "Trebuchet MS", "Tahoma", sans-serif;
	}

	.col_showtime_dev sup {
		font-size: 12px;
	}

	.col_showdetails {
		padding-left: 10px;
		padding-right: 5px;
		}

	.col_showimage {
		float: left;
		margin-right: 12px;
	}

	.col_showticket {
		padding-left: 5px;
		}	

	.showdate_month {
		text-transform:uppercase;
		font: 14px/14px proxima-nova, "Trebuchet MS", "Tahoma", sans-serif;
		font-weight: 700;
		}

	.showdate_day {
		padding: 0;
		font-size: 21px;
		line-height: 20px;
		font-family: cooper-black-std, 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Arial, sans-serif;		
		font-style: normal;
		font-weight: 700;
		display: block;
	}

/* Live Comedy */

	.comic_img {
		padding-right: 0;
	}

	.img-light {
		opacity: .25;
	}

	.show_info {
		padding-right: 15px;
		padding-left: 10px;
	}


	.the_ticket {
		padding-left: 0px;
	}

	.event_row {
		padding-bottom: 24px;
	}

	.event_row_dev {
		margin-top: 12px;
	}

	.event_row_dev:after {
		content: "";
		display: block;
		border-bottom: 1px solid #ccc;
		margin: 0px 15px;
		padding: 12px 0 0;
	}

	.event_message {
		border-bottom: 1px solid #ccc;
		text-align: center;
		padding-bottom: 12px;
		margin-bottom: 12px:
	}

	.event_row_last {
		padding-bottom: 0px;
	}

	.day_head {
		font-size: 16px;
		text-align: center;
		background: #f0f0f0;
		color: #222;
		padding: 5px 0 5px;
		text-transform: uppercase;
		margin: 0 0 10px;
	}

	.festival_name {
		display: inline-block;
		font-size: 14px;
		padding: 0px;
		margin: 0;
		color: #8a8fac;
		font-weight: bold;
		text-transform: uppercase;
		line-height: 12px;
	}

	.festival_name_dev {
		position: relative;
		text-align: center;
		text-transform: uppercase;
		font-size: 14px;
		color: #8a8fac;
		font-weight: bold;
	}

.festival_name_dev span {
  background: #fff;
  padding: 0 12px;
  position: relative;
  z-index: 1;
}

.festival_name_dev:before {
  background: #8a8fac;
  content: "";
  display: block;
  height: 12px;
  position: absolute;
    top: 10%;
  width: 100%;
}

.festival_name_dev:before {
  left: 0;
}

	.show_name {
		margin: 0 0 4px;
		padding: 0;
  		font-weight: 700;
 		font-family: "proxima-nova-condensed",sans-serif;
 		font-size: 18px;
 		line-height: 24px;
 		color: #565c7a;
 	}

 	.show_name_dev {
		margin: 0 0 9px;
		padding: 0;
  		font-weight: 700;
 		font-family: "proxima-nova",sans-serif;
 		font-size: 21px;
 		line-height: 24px;
 		color: #565c7a;
 	}

 	.show_name span {
  		font-weight: 400;
 	}

	.show_details {
		border-bottom: 1px solid #f0f0f0;
		padding-bottom: 4px;
		margin-bottom: 4px;
	}

	.featured_comics {
		margin-top: 0;
  		font-family: "proxima-nova-condensed",sans-serif;
 		line-height: 18px;
 		margin-bottom: 0;
 		font-size: 15px;
		padding-bottom: 0px;
	}

	.featured_comics strong {
		font-weight: 700;
	}

	.comic_venue, .event_venue {
		font-size: 14px;
		line-height: 19px;
	}

	.comic_venue strong {
		font-size: 18px;
		font-family: "proxima-nova-condensed",sans-serif;
	}

	.event_venue strong {
		font-size: 24px;
		font-family: "proxima-nova-condensed",sans-serif;
	}

	.col_venue {
		font-size: 15px;
		line-height: 18px;
		margin-top: 8px;
	}

	.col_venue strong {
		font-size: 21px;
		line-height: 24px;
		font-weight: 700;
		font-family: "proxima-nova-condensed",sans-serif;
	}

	.showtime_line {
		margin-bottom: 4px;
	}

	.showtime_line strong {
		margin-right: 8px;
	}

	.show_pagination {
		height: 22px;
		margin: 10px 0;
		font-size: 12px;
		padding: 0;
	}

	.show_pagination strong, .show_pagination a {
		display: inline-block;
		padding: 2px 7px 1px;
		margin-right: 4px;
		border-radius: 3px;
		text-decoration: none;
		color: #717171;
	}

	.show_pagination a {
		border: 1px solid #c0c0c0;
	}

	.show_pagination strong, .show_pagination a.active  {
		background: #c41400;
		color: #fff;
		border: 1px solid #c41400;
	}

	.show_pagination a:hover {
		background-color: #f71900;
		border-color: #910f00;
		color: #fff;
	}

	.pagination_info {
		float: left;
		display: block;
		padding-top: 3px;
		margin-right: 12px;
	}

	/* Event Page */

	.event_subhead {
		width: 100%;
		margin: 24px 0px 14px;
		padding: 0;
		font: 700 18px/18px proxima-nova-condensed, "Lucida Grande", Lucida, Verdana, sans-serif;
	}

	.event-subhead {
		text-align: center;
		font: 400 24px/24px "cooper-black-std", "Lucida Grande", Lucida, Verdana, sans-serif;
		margin-top: 0;
	}

	.event_showdate {
		padding-left: 15px;
		padding-right: 5px;
		margin-bottom: 6px;
		min-height: 69px;
		}

	.event_showdate_container {
		background: #e2e2e2;
		padding: 6px;
		text-align: center;			
		}

	.event_showdate_container span {
		display: block;
		text-transform: uppercase;
	}

	.just-time {
		font: 700 18px/21px "proxima-nova", "Lucida Grande", Lucida, Verdana, sans-serif;
		padding-top: 0;
	}

	.event-section {
		margin-top: 20px;
	}

	.event-head {
		font: 400 28px/32px "cooper-black-std", "Lucida Grande", Lucida, Verdana, sans-serif;
		margin: 0px;
		padding: 0px;
		text-align: left;
	}

	.event-venuehead {
		font: 400 18px/24px "proxima-nova", "Lucida Grande", Lucida, Verdana, sans-serif;
		display: block;
		margin-top: 10px;
		margin-bottom: 10px;
		text-align: left;
	}

	.event-venuehead strong {
		font: 700 20px/24px "proxima-nova", "Lucida Grande", Lucida, Verdana, sans-serif;
	}

	.event_top {
		border-bottom:1px solid #c41400;
	}

	.event_comic {
		margin-bottom: 12px;
		font: 700 16px/16px "proxima-nova", "Lucida Grande", Lucida, Verdana, sans-serif;
	}

	.event-description {
		font: 16px/21px "proxima-nova", "Lucida Grande", Lucida, Verdana, sans-serif;
		margin: 0;
		padding: 0;
	}

	.event_comic img {
		display: block;
		margin: 0 auto;	
		width: 80px;
	}

	.more_comics {
		font: 14px/16px "proxima-nova", "Lucida Grande", Lucida, Verdana, sans-serif;
	}

	.btn-custom-big {
		text-transform:uppercase;
		font: 700 18px/18px "proxima-nova", "Lucida Grande", Lucida, Verdana, sans-serif !important;
		margin-top:24px;
		margin-bottom:24px;
	}

	.festival {
		display: inline-block;
		font-size: 14px;
		padding: 2px;
		background: #faf6be;
		color: #c41400;
		font-weight: bold;
		text-transform: uppercase;
		line-height: 12px;
		margin-top: 14px;
		margin-bottom: 6px;
	}

	.other_event {
		text-align:center;
		width:100%;
		display:block;
		padding:3px;
		background:#e5e5e5;
		margin-bottom:20px;
	}

	.venue_soon {
		margin-bottom:36px;
	}

	/* Error Page */

	.error_page h1 {
		font: 400 60px/60px "cooper-black-std", "Lucida Grande", Lucida, Verdana, sans-serif;
		margin: 18px 0 12px;
	}

	.error_page h1 span {
		font: 700 24px/30px proxima-nova-condensed, "Lucida Grande", Lucida, Verdana, sans-serif;
		display: block;
		margin-top: 12px;
	}

	/* Show Search Form  */

	.show-search {
		background: transparent url(https://media.dead-frog.com/site/mic_white_bg.jpg) no-repeat -240px -120px;
		padding: 15px;
	}

	.new-show-search {
		background: radial-gradient(circle farthest-side at 90% 45%, 
			rgba(0,0,0,0) 0%, rgba(0,0,0,0) 40%, 
			rgba(0,0,0,.3) 55%, rgba(0,0,0,1) 70%), url(https://media.dead-frog.com/site/microphone_16x9.jpg);
		background-position: 0px, center top;
		background-repeat: no-repeat, no-repeat;
		padding: 15px;
		margin-left: -15px;
		margin-right: -15px;
	}

	.show-search p {
		font: 16px/21px "proxima-nova", Helvetica, Arial, sans-serif;
	}

	.show-search h2, .show-search h1 {
		font-size: 32px;
		line-height: 32px;
		font-weight: 700;
		color: #C41400;
		margin-bottom: 20px;
		margin-top: 12px;
		font-family: proxima-nova-condensed;
	}

	.new-show-search h2, .new-show-search h1 {
		font-size: 32px;
		line-height: 32px;
		font-weight: 700;
		color: #fff;
		margin-bottom: 20px;
		margin-top: 12px;
		font-family: "cooper-black-std";
		text-align: center;
	}

	.show-search h1 {
		font-family: "cooper-black-std";
		font-weight: 400;
	}

	.home-show-search h2 {
		margin-bottom: 12px;
		font-size: 28px;
	}


	/* Custom Buttons */

	.btn-custom {
	  background-color: #c41400;
	  border-color: #c41400;
	  color: #fff;
	}
	.btn-custom:hover,
	.btn-custom:focus,
	.btn-custom:active,
	.btn-custom.active {
	  background-color: #f71900;
	  border-color: #910f00;
	  color: #fff;
	}

	.btn-twitter { background: #00acee; border-radius: 0; color: #fff }
	.btn-twitter:link, .btn-twitter:visited { color: #fff }
	.btn-twitter:active, .btn-twitter:hover { background: #0087bd; color: #fff }
	.btn-facebook { background: #3b5998; border-radius: 0; color: #fff }
	.btn-facebook:link, .btn-facebook:visited { color: #fff }
	.btn-facebook:active, .btn-facebook:hover { background: #30477a; color: #fff }


	/* Footer */

	#footer {
		padding-top: 10px;
	}

	.footer_quote {
		text-align: center;
		padding: 18px 0 0;
		font: 14px/18px proxima-nova, Georgia, "Times New Roman", Times, serif;
		margin-bottom: 12px;
		}

	.site_data {
		padding: 6px;
		font: 12px/12px proxima-nova, "Trebuchet MS", Tahoma, sans-serif;
		text-align: center;
		margin: 12px 0;
		}

	/* Fave 5 */

	.fave_five {
		position: relative;
		}

	.fave_five .item {
		margin-left: 100px;
		padding-bottom: 22px;
		}

	.fave_five .item span.name {
		font: 700 13px/13px proxima-nova, 'Trebuchet MS', 'Arial', sans-serif;
		float: left;
		text-align: left;
		}

	.fave_five .item span.rank {
		font: 700 13px/13px proxima-nova, 'Trebuchet MS', 'Arial', sans-serif;
		float: right;
		text-align: right;
		width: 80px;
		}

	.fave_five h2 {
		font: 700 23px/23px proxima-nova, 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Arial, sans-serif;
		text-align: center;
		margin-top: 0;
		}

	.fave_five h3 {
		font: 14px/14px proxima-nova, 'Trebuchet MS', 'Arial', sans-serif;
		text-align: center;
		margin: 0 0 15px;
		}

	.fave_five p {
		top: 165px;
		left: 0;
		font: 14px/16px proxima-nova-condensed, 'Trebuchet MS', 'Arial', sans-serif;
		text-align: center;
		}

	.push {
		top: 35px;
		font: 12px/14px proxima-nova, 'Trebuchet MS', 'Arial', sans-serif;
		text-align: center;
		}

	.push span {
		font: 700 14px/18px proxima-nova, 'Trebuchet MS', 'Arial', sans-serif;
		text-align: center;
		}

	.fave_five_pic {
		position: absolute;
		top: 60px;
		left: 20px;
		border: 1px solid #101010;
		}

	.five_group {
		margin-bottom: 18px;
		padding-bottom: 18px;
		border-bottom: 1px solid #222;
	}



@media (max-width: 767px) {
	.no-gutter {
		padding-left: 0;
		padding-right: 0;
	}
	.no-left-gutter {
		padding-left: 0;
	}
	.navbar-brand {
		padding: 5px 0 5px 8px;
	}

	.club_info {
		margin-bottom: 12px;
	}

	.mobile-ad-bg {
		background: #f3f3f3;
	}

	.mobile-ad {
		width: 320px;
		height: 50px;
		margin: 0px auto 0;
	}

}

@media (min-width: 768px) {

	.logo {
		margin-top: -20px;
	}

	.main_container {
		-webkit-box-shadow: 0 0 3px 0 rgba(0,0,0,.5);
		box-shadow: 0 0 3px 0 rgba(0,0,0,.5);
	}

	.navbar-container {
		border-bottom: 1px solid #333;
	}

	.topads {
		width: 728px;
		height: 90px;
		margin: 12px auto;
	}

	.navbar {
		border-radius: 0px;
	}

	.navbar-collapse {
		padding-left: 0;
		padding-right: 0;
	}

	.navbar-nav>li>a {
		padding: 15px 8px;
	}

	.show_name {
		font-size: 20px;
		line-height: 24px;
	}

	#page_head {
		margin-top: 20px;
	}

	.secondary_head {
		font-size: 24px;
		line-height: 24px;
	}

	.secondary_head:before, .secondary_head:after {
		font-size: 12px;
	}	

	/* Home Page */

		.home-show-search h2 {
			font-size: 32px;
		}

		.home-show-search h3 {
			font-size: 18px;
		}

	.events_container {
		margin-left: 0px;
		margin-right: 0px;
	}

	.events_slider {
		padding-left: 15px;
		padding-right: 15px;
		display: none;
	}

	/* Events Widely Used */

	.col_showdate {
		padding-left: 15px;
		padding-right: 5px;
		margin-bottom: 6px;
		min-height: 73px;
		}

	.showdate_month {
		display:block;
	}

	.showdate_day {
		border-bottom: 0;
		margin: 0 0 4px;
		font-size: 36px;
		line-height: 36px;
	}

	.showdate_weekday {
		display: block;
	}

	.col_showtime {
		background: #f3f3f3;
		margin-left: -5px;
		padding: 24px 6px 6px;
	}



	/* Comedian Pages */

	.no_of_comics {
		font-size: 21px;
		width: 100%;
		float: none;
		}

	.no_of_comics span {
		font-size: 100px;
		line-height: 100px;
		display: block;
		}

	.browsecomics {
		width: 100%;
		float: none;
		text-align: center;
		border-left: 0px;
		border-top: 1px solid #222;
		margin-top: 5px;
		padding-top: 5px;
	}

	.main_image {
		width: 113px;
		height: 150px;
	}

	/* Comic Inner Nav */

	.comic-hero {
		height: 420px;
		padding-top: 0;
	}

	.comic-hero-nav {
		width: 50%;
	}

	.comic-hero-bg-img {
		top: 0px;
	}

	.comic-hero-bg-layer {
		background: radial-gradient(circle farthest-side at 90% 45%, 
			rgba(0,0,0,0) 40%, rgba(0,0,0,1) 70%);
		height: 420px;
	}

	/* General Profiles */

	.profile_menu {
		height: 75px;
	}

	.wf_box, .vitals {
		height: 80px;
		margin-bottom: 0;
		border-bottom: 0;
	}

	.favorites {
		border-left: 1px solid #8a8fac;
		height: 90px;
	}

	.works td.buylinks {
		width:150px;
		}

	#comic_profile_nav>li>a {
		padding: 10px 15px;
		font: 700 17px/17px proxima-nova-condensed, "Trebuchet MS", "Tahoma", sans-serif;
	}

	.comic-hero-head {
		width: 50%;
	}

	.comic-hero-head h1 {
		font-size: 50px;
		line-height: 45px;
	}

	/* List */

	.alpha_row {
			text-align: left;
		}

		.alpha_row strong {
			display: inline;
		}


	/* Reviews */

	.stars_section strong {
		font-size: 18px;
		display: block;
		margin-bottom: 5px;
	}

	/* Comedy Clubs */

	.club_info {
		height: 240px;
		margin-bottom: 0;
	}


		/* Members */

			.top_avatar {
				float: left;
				background: #fff;
				margin-top: -10px;
			}



	/* Heads */

	.old_head_style {
			font: 700 14px/16px proxima-nova, 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Arial, sans-serif;
			padding-bottom: 2px;
			border-bottom: 1px solid #6C7D91;
			margin: 12px 0 6px;
		}

	/* Live Comedy */

	.show-search h2 {
		font-size: 40px;
		line-height: 36px;
	}

	.show-search h1 {
		font-size: 38px;
		line-height: 36px;
	}

	.the_addy {
		display: block;
		visibility: visible;
		padding-left: 18px;
	}

	.the_ticket {
		padding-left: 15px;
	}

	.event-head {
		font: 400 32px/36px "cooper-black-std", "Lucida Grande", Lucida, Verdana, sans-serif;
	}

	.event-subhead {
		text-align: right;
	}

	/* Event Page */

	.event_comic img {
		display: block;
		margin: 0 auto;	
		width: 100px;
	}

	/* Sidebar */

	.sidebar {
		background: #e2e2e2;
		padding: 12px 15px;
	}

	.side-show-search {
		padding: 12px;
		border-radius: 10px;
	}

	.side-show-search h2 {
		font-size: 25px;
		line-height: 25px;
		font-family: proxima-nova, 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Arial, sans-serif;
		font-style: normal;
		font-weight: 700;
		color: #C41400;
		margin-top: 0;
		margin-bottom: 8px;
	}

	.side-show-search h3 {
		font-size: 15px;
		line-height: 22px;
		margin-top: 0;
		margin-bottom: 8px;
	}

	.side-show-search .form-group {
		margin-bottom: 8px;
	}

}

@media (min-width: 992px) {

	.main_container {
		overflow: hidden;
	}

	.container-fluid {
		width: 980px;
	}

	.mynavbar .navbar-nav>li>a {
		font-size: 16px;
	}

	.results_head span {
		display: inline;
	}

	.show_info {
		padding-left: 0;
	}

	.btn-custom {
		font-size: 14px;
	}

		.alpha_load {
			padding: 0 5px;
		}

	/* Sidebar */

	.sidebar {
		min-width: 300px;
		float: left;
		background: transparent;
		}

	#side_160 {
		width: 160px;
		float: left;
		clear: left;
		padding-bottom: 12px;
		}

	.side_125 {
		max-width: 125px;
		float: right;
		}

	.side-show-search {
		margin-top: 12px;
		border-radius: 12px;
	}

	.fave_five {
		margin: 12px 0;
	}

	/*#logo a:hover img {
    -webkit-transform: rotate(-2.5deg);
    -ms-transform: rotate(-2.5deg);
    transform: rotate(-2.5deg);*/
}
@media (min-width: 1200px) {


	.container-fluid {
		width: 1170px
	}

	.comic-hero-bg-layer {
		background: radial-gradient(circle farthest-side at 80% 45%, rgba(0,0,0,0) 25%, rgba(0,0,0,1) 55%);
	}

}