/*
General HTML and Bootstrap Overrides/Helpers
*/

.wp-caption {
/* Force the box to be 100% */
width: 100% !important;
}

#main_container {
	background-color: #ffffff; 
	padding-bottom: 30px;
}

.size-full, .size-large, .size-medium, .size-small {
	width: 100%;
	height: auto;
}

.h2_fancy {
	font-weight: bold;
	text-transform: lowercase;
	font-family: 'Karla', sans-serif;
	-webkit-font-smoothing: antialiased;
	font-size: 25px;	
	letter-spacing: 2px;
	text-decoration: underline;
}

.site_skin {
	width: 100%;
	background-repeat: no-repeat;
	background-position: top center;
	background-attachment: fixed;
	background-color: #fff;
}

body {
	font-family: Arial;
	-webkit-font-smoothing: antialiased;
}

h1, h2, h3, h5 {
	font-family: 'Montserrat', sans-serif;
	-webkit-font-smoothing: antialiased;
	font-weight: bold;
	letter-spacing: -1px;
	margin-top: 0;
	line-height: 130%;
}

h5 {
	letter-spacing: 0;
}

p {
	font-family: 'Karla', sans-serif;
	-webkit-font-smoothing: antialiased;
	font-size: 16px;
	letter-spacing: -0.6px;
}

.dropdown-menu {
	left: 18px;
}

a {
	color: #212121;
	transition: color 0.1s ease;
	-webkit-transition: color 0.1s ease;
}

a:hover { 
	color: #4be5d3;
	text-decoration: none;
}

.inverse {
    -moz-transform: scale(-1, 1);;
    -webkit-transform: scale(-1, 1);;
    transform: scale(-1, 1);;
}

.header_nav_hero_full_width {
	background-color: #f8f7f6;
	width: 100%;
}

.container {
	padding: 0;
}

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

.thirty_pixel_seperator {
	margin-top: 10px;
}

.remove_padding {
	padding: 0;
}

.remove_left_padding {
	padding-left: 0;
}

#respond {
	padding-left: 10px;
	padding-right: 10px;
}

textarea#comment {
	width: 100% !important;
}

@media (max-width: 480px) {
	.page_navigation {
		margin: 0;
	}
}

@media (min-width: 481px) {
	.page_navigation {
		margin: 30px 60px;
	}
}

.page_navigation {
	font-family: 'Montserrat', sans-serif;
	-webkit-font-smoothing: antialiased;
	font-size: 20px;
	text-transform: lowercase;
}

/*
Menu.php Styles
*/

.menu_logo {
	background-color: #000000;
	opacity: 1;
	transition: background-color 0.3s ease;
	transition: opacity 0.5s ease;
}

.menu_logo:hover {
	background-color: #4be5d3;
	opacity: 1;
}

#menu_logo_mobile {
	background-color: transparent;
}

#navscroll {
	font-family: 'Montserrat', sans-serif;
	-webkit-font-smoothing: antialiased;
}

@media (max-width: 1199px) {
	.navbar-header {
		background-color: #4be5d3;
		border-bottom: 5px solid #4fd3c3;
	}
}

.nav .navbar-nav {
	margin: 50px 0 -5px 0;
	transition: margin 0.5s ease;
}

@media (max-width: 1199px) {
	.navbar-default {
		background-color: #ffffff;
	}
	.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
		color: #4be5d3;
	}
	
	.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
		color: #4be5d3;
		background-color: transparent;
	}
	
	.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
		color: #4be5d3;
		background-color: transparent;	
	}
	
	.navbar-default .navbar-nav>.dropdown>a:hover .caret, .navbar-default .navbar-nav>.dropdown>a:focus .caret {
		border-top-color: #4be5d3;
		border-bottom-color: #4be5d3;	
	}
}

.navbar-default .navbar-toggle {
	border-color: #ffffff;
}


.navbar-toggle {
	padding: 5px 10px;
}

@media (min-width: 1200px) {
	.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
		color: #ffffff;
	}

	.navbar-default {
		background-color: #4be5d3;
	}
	
	.navbar_full_width {
		background-color: #4be5d3;
		border-bottom: 5px solid #41c6b6;
	}
	
	.navbar_logo {
		position: relative;
		top: 20px;
		height: 100px;
		transition: top 0.3s ease, height 0.3s ease;
		-webkit-transition: top 0.3s ease, height 0.3s ease;
	}
	
	.navbar-nav {
		margin: 50px 0 0 30px;
		transition: margin 0.3s ease;
		-webkit-transition: margin 0.3s ease;
	}
	
	.navbar_menu_resize {
		margin: 0;
	}
	
	.navbar_logo_resize {
		height: 40px;
		top: 10px;
	}
	
	.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
		color: #ffffff;
		background-color: transparent;
	}
	
	.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
		color: #ffffff;
		background-color: transparent;	
	}
	.navbar-default .navbar-nav>.dropdown>a:hover .caret, .navbar-default .navbar-nav>.dropdown>a:focus .caret {
		border-top-color: #ffffff;
		border-bottom-color: #fffff;	
	}	
}

.navbar {
	margin-bottom: 0px;
	border: 0;
	font-size: 21px;
}

.navbar-default .navbar-nav>.dropdown>a .caret { 
	border-top-color: #212121;
	border-bottom-color: #212121;
}

.navbar-default .navbar-nav>li>a {
	color: #212121;
	text-transform: lowercase;
	letter-spacing: -1px;
}

.navbar-nav>li>a {
	padding: 10px 20px;
	line-height: 36px;
}

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

/*
Hero.php Styles
*/

@media (max-width: 1199px) {
	#description_carousel h1 {
		font-size: 30px;
	}
}

@media (min-width: 1200px) {
	#description_carousel h1 {
		font-size: 36px;
	}
}

#description_carousel h1 {
	height: 100px;
}

.hero h1 {
	color: #212121;
	text-align: center;
}

.hero h1:hover {
	color: #4be5d3;
}

.hero {
	padding-bottom: 10px;
	margin-top: 10px;
}

/*
Index.php and Blog Styles
*/

@media (max-width: 767px) {
	.remove_padding_mobile {
		padding-right: 0;
	}
}

.remove_padding_mobile {
	padding-left: 0;
}

.hot_features_bg_mobile {
	background-color: #f8f7f6;
	margin-bottom: 5px;
	border-bottom: 2px solid #e9e9e9;
}

.hot_features_bg_mobile img {
	padding-bottom: 6px;
}

.hot_features_bg_mobile h5 {
	padding: 6px 6px 0 10px;
}


.hot_features_bg {
	border-bottom: 1px solid #4be5d3;
	transition: top 0.1s ease;
	-webkit-transition: top 0.1s ease;
	position: relative;
	top: 0;
	background-color: #f8f7f6;
}

@media (min-width: 768px) and (max-width: 991px) {
	.hot_features_bg {
		width: 230px;
	}
}

@media (min-width: 1200px) {
	.hot_features_bg {
		width: 230px;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.hot_features_bg {
		width: 195px;
	}
}

.hot_features_bg:hover {
	border-bottom: 6px solid #4be5d3;
	top: -9px;
}

.hot_features_link {
	padding: 15px 15px 20px 15px;
}

@media (min-width: 506px) and (max-width: 767px) {
	.hot_features_bg_mobile h5 {
		font-size: 20px;
	}
}

#hot_features_text {
	padding-bottom: 15px;
}

#blog_intro_text {
	padding-top: 30px;
	padding-bottom: 15px;
}

.blog_story_background {
	background-color: #f8f7f6;
	padding-bottom: 20px;
	margin-bottom: 20px;
}


@media (min-width: 992px) {
	.blog_image_background {
		background-color: #4be5d3;
	}
	
	.blog_move_effect {
		position: relative;
		transition: top 0.2s ease, left 0.2s ease;
		-webkit-transition: top 0.2s ease, left 0.2s ease;
		top: 0;
		left: 0;
	}
	
	.blog_move_effect:hover {
		top: -10px;
		left: 10px;
	}
	
	.blog_move_effect_hovered {
		top: -10px;
		left: 10px;
	}
}
.blog_story_link_hovered {
	color: #4be5d3;
}

.category_text {
	font-family: 'Montserrat', sans-serif;
	-webkit-font-smoothing: antialiased;
	text-transform: lowercase;
	letter-spacing: -0.3px;
	color: #5a5a5a;
}

.category_text:hover {
	color: #4be5d3;
}

.blog_intro_description {
	padding-top: 20px;
}

.blog_intro_description small {
	color: #b0b0b0;
	font-size: smaller;
	text-transform: uppercase;
	font-family: 'Karla', sans-serif;
	-webkit-font-smoothing: antialiased;
	font-style: italic;
}

@media (min-width: 1200px) {
	#large_post h2 {
		font-size: 30px;
	}
}

.blog_intro_description h2 {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 22px;
}

#highlight {
    position: absolute;
    background-color: #ffca66;
    height: 160px;
    width: 715px;
    left: 50px;
    margin-top: 10px;
}

/*
Carousel Styles
*/

@media (min-width: 1200px) {
	.carousel_button {
	    font-size: 64px;
	    position: absolute;
	    top: 168px;
	    color: #dedede;
	    transition: color 0.3s ease;
	    -webkit-transition: color 0.3s ease;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.carousel_button {
	    font-size: 64px;
	    position: absolute;
	    top: 123px;
	    color: #dedede;
	    transition: color 0.3s ease;
	    -webkit-transition: color 0.3s ease;
	}
}

@media (max-width: 991px) {
	.carousel_button {
	    font-size: 64px;
	    position: absolute;
	    top: 90px;
	    color: #dedede;
	    transition: color 0.3s ease;
	    -webkit-transition: color 0.3s ease;
	}
	
	.carousel_button_left {
		left: -17px;
	}
}

.carousel_button:hover {
	color: #4be5d3;
}

/*
Sidebar.php Styles
*/

@media (min-width: 1200px) {
.sidebar_search_input {
	width: 245px;
}
}

@media (max-width: 1199px)  {
	.sidebar_search_input {
		width: 222px;
	}
}

.sidebar_search {
	padding-bottom: 30px;
}

.big_box_ad_unit {
	padding: 0px;
}

.sidebar_videos {
	margin-top: 40px;
}

.sidebar_videos a > img {
	margin-bottom: 10px;
	border-bottom: 5px solid #4be5d3;
	transition: opacity 0.1s ease;
	-webkit-transition: opacity 0.1s ease;
}

.sidebar_videos a > img:hover {
	opacity: 0.6;
}


/*
Category.php Styles
*/

@media (min-width: 768px) and (max-width: 991px) {
	.most_popular_bg {
		width: 177px;
	}
}

@media (min-width: 1200px) {
	.most_popular_bg {
		width: 230px;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.most_popular_bg {
		width: 230px;
	}
}

.most_popular_box {
	margin-top: 10px;
	margin-bottom: 25px;
}

.most_popular_box p {
	margin: 0;
}

.most_popular_feature {
	margin: 5px;
}

@media (min-width: 768px) {
	.padding_fix {
		padding-left: 0;
		padding-right: 0;			
	}
}

.tag {
	margin: 14px 5px 0 0;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 1px dashed #4be5d3;
	font-size: 12px;
	line-height: 2;
	padding: 0px 10px 0px 10px;
	color: #bebebe;
	font-family: 'Karla', sans-serif;
	-webkit-font-smoothing: antialiased;
	
}

.tag_single .tag {
	margin-top: 13px;
}

.tag_single p {
	color: #bebebe;
	font-family: 'Karla', sans-serif;
	-webkit-font-smoothing: antialiased;
	text-transform: lowercase;
	font-size: 12px;
	margin: 18px 15px 0 0;
}

.tag_single .tag_icon {
	margin: 0;
}

.tag:hover {
	background-color: #4be5d3;
	text-decoration: none;
	color: #ffffff;
}

.tag_icon {
	color: #4be5d3;
	margin-top: 18px;
	margin-right: 10px;
	font-size: 14px;
}
.category_name {
	margin-right: 20px;
	font-weight: bold;
}

/*
Footer.php Styles
*/

@media (min-width: 481px) {
	.footer_bottom_links a {
		color: #777777;
		text-decoration: none;
		font-size: 12px;
		float: right;
		margin-left: 40px;
		transition: color 0.1s ease;
		-webkit-transition: color 0.1s ease;
		margin-top: 20px;
	}

	.footer_bottom_links p {
		color: #777777;
		text-decoration: none;
		font-size: 12px;
		float: right;
		margin-left: 40px;
		margin-top: 20px;
		margin-bottom: 5px;
	}
}

@media (max-width: 480px) {
	.footer_bottom_links a {
		color: #777777;
		text-decoration: none;
		font-size: 12px;
		float: left;
		margin-right: 10px;
		transition: color 0.1s ease;
		-webkit-transition: color 0.1s ease;
		margin-top: 20px;
	}

	.footer_bottom_links p {
		color: #777777;
		text-decoration: none;
		font-size: 12px;
		float: left;
		margin-top: 10px;
		margin-bottom: 20px;
	}
}

.footer_bottom_links a:hover {
	color: #4be5d3;
}

.footer_small {
	background-color: #f8f7f6;
	width: 100%;
	height: 50px;
	border-top: 1px solid #dedede;
}

#footer_social_buttons {
	display: block;
	width: 570px; /* 520 previously */
	margin: 10px auto;
	margin-bottom: 0;
}

#footer_social_buttons p {
	margin: 4px 15px 0 0;
	color: #b0b0b0;
}

#footer_social_buttons > p > span {
	font-size: 12px;
	margin-left: 10px;
}

.press_button {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 5px 10px;
	position: relative;
	transition: top 0.1s ease;
	-webkit-transition: top 0.1s ease;
	color: white;
}

.press_button:hover {
	top: 3px;
}

#fb_button {
	background-color: #0a6294;
	border-bottom: 3px solid #003874;
	transition: top border 0.1s ease;
	-webkit-transition: top border 0.1s ease;
}


#su_button {
	background-color: #f94f1f;
	border-bottom: 3px solid #be401b;
	transition: top border 0.1s ease;
	-webkit-transition: top border 0.1s ease;
}


#tw_button {
	background-color: #00aae6;
	border-bottom: 3px solid #006a94;
	transition: top border 0.1s ease;
	-webkit-transition: top border 0.1s ease;
}


#yt_button {
	background-color: #bc1531;
	border-bottom: 3px solid #860012;
	transition: top border 0.1s ease;
	-webkit-transition: top border 0.1s ease;
}

.snow-backdrop {
	background-color: #fff;
    -webkit-transition: background-color 1000ms linear;
    -moz-transition: background-color 1000ms linear;
    -o-transition: background-color 1000ms linear;
    -ms-transition: background-color 1000ms linear;
    transition: background-color 1000ms linear;
}
.snow-backdrop-active {
	background-color: rgb(194, 227, 255);
    -webkit-transition: background-color 1000ms linear;
    -moz-transition: background-color 1000ms linear;
    -o-transition: background-color 1000ms linear;
    -ms-transition: background-color 1000ms linear;
    transition: background-color 1000ms linear;
}

#yt_button:hover,
#snowflake_button:hover,
#tl_button:hover,
#tw_button:hover,
#su_button:hover,
#fb_button:hover {
	border-bottom: none;
}

#tl_button {
	background-color: #00799e;
	border-bottom: 3px solid #005670;
	transition: top border 0.1s ease;
	-webkit-transition: top border 0.1s ease;
}

#snowflake_button {
	background-color: #4be5d3;
	border-bottom: 3px solid #41c6b6;
}

.footer_large {
	background-color: #1f1e1c;
	width: 100%;
}

.tweet_header h2 {
	font-size: 20px;
	color: #ff8e1a;
	letter-spacing: 2px;
}

@media (min-width: 1200px) {
	.tweet_header {
		margin: 30px 0 0 210px;
	}
}

@media (max-width: 1199px) {
	.tweet_header {
		font-size: 20px;
		color: #ff8e1a;
		margin: 30px 0 0 255px;
	}
}

.tweet_box {
	margin-top: 90px;
}

.tweet_box h2 {
	color: white;
}

#tweet_button {
	background-color: #e7e7e7;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #3b3b3b;
	padding: 10px 20px 10px 20px;
	text-decoration: none;
	border-bottom: 3px solid #afafaf;
	position: relative;
	top: -35px;
	left: 166px;
	transition: top 0.1s ease;
	-webkit-transition: top 0.1s ease;
	text-transform: lowercase;
	font-family: 'Karla', sans-serif;
	-webkit-font-smoothing: antialiased;
}

#tweet_button:hover {
	top: -32px;
	border-bottom: none;
}

#tweet_text textarea {
	border: none;
	color: #777777;
	width:228px !important; 
	min-width:228px !important; 
	max-width:228px !important; 
	height:117px !important; 
	min-height:117px !important; 
	max-height:117px !important; 
	resize: none;
	font-family: 'Karla', sans-serif;
	-webkit-font-smoothing: antialiased;
}

#tweet_text {
	width:250px !important; 
	min-width:250px !important; 
	max-width:250px !important; 
	height:180px !important; 
	min-height:180px !important; 
	max-height:180px !important; 
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border-top: 3px solid #b1b1b1;
	padding: 10px 10px 46px 10px;
	background-color: white;
}

.tweet_featured {
	margin-top: 10px;
	padding-right: 20px;
}

@media (min-width: 1200px) {
	.tweet_featured {
		width: 211px;
	}
}

@media (max-width: 1199px) {
	.tweet_featured {
		width: 235px;
	}
}

.tweet_featured .rounded_div {
	-webkit-border-radius: 90px;
	-moz-border-radius: 90px;
	border-radius: 90px;
	border: 3px solid white;
	height: 79px;
	width: 79px;
	margin-bottom: 5px;
	transition: border 0.3s ease;
}

.tweet_featured img {
	-webkit-border-radius: 90px;
	-moz-border-radius: 90px;
	border-radius: 90px;
}

.tweet_featured .rounded_div:hover {
	border: 3px solid #ff9e3a;
}

.tweet_featured a {
	color: white;
	text-decoration: none;
	font-size: 16px;
	font-style: bold;
	transition: color 0.3s ease;
	font-family: 'Karla', sans-serif;
	-webkit-font-smoothing: antialiased;
}

.tweet_featured a:hover {
	color: #ff9e3a;
}

.tweet_featured p {
	color: #bbbbbb;
	background-color: #383838;
	padding: 8px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	margin-top: 15px;
	font-size: 15px;
}

.tweet_featured_triangle {
	width: 0; height: 0;
	border-bottom: 8px solid #383838;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	position: relative;
	top: 15px;
	left: 22px;
}

.tweet_controls {
	margin-right: 10px;
}

.tweet_controls a {
	transition: color 0.4s ease;
	-webkit-transition: color 0.4s ease;
	color: #bbbbbb;
	margin: 0px 2px 0px;
}

.tweet_controls a:hover {
	color: #ff9e3a;
}

.tweet_fav_text {
	display: block;
}

/*
Single.php Styles
*/

.post_social_links {
	margin: 0 15px 0 0;
	padding-bottom: 15px;
}

.post_social_links #post_social_link_fb, #post_social_link_tw, #post_social_link_su, #post_social_link_pi {
	margin-bottom: 10px;
}

@media (min-width: 1200px) {
	.post_pull_left {
		float: left;
		margin: 30px 30px 30px -218px;
	}
	
	.post_pull_left > .post_quote {
		margin: 0;
	}
}

@media (max-width: 991px) {
	.post_pull_left {
		float: none;
		margin: 0;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.post_pull_left {
		float: left;
		margin: 15px 15px 15px -169px;
	}
	
	.post_pull_left > .post_quote {
		margin: 0;
	}
}

@media (max-width: 480px) {
	.post_intro {
		margin-bottom: 10px;
	}
}

@media (min-width: 481px) {
	.post_intro {
		margin-bottom: 40px;
	}
}

.post_intro p {
	margin: 0;
}

@media (max-width: 480px) {
	.post_intro #post_category {
		font-weight: bold;
		font-size: 18px;
		color: #5a5a5a;
		font-family: 'Montserrat', sans-serif;
		-webkit-font-smoothing: antialiased;
	}
}

@media (min-width: 481px) {
	.post_intro #post_category {
		font-weight: bold;
		font-size: 20px;
		color: #5a5a5a;
		font-family: 'Montserrat', sans-serif;
		-webkit-font-smoothing: antialiased;
	}
}

.post_intro #post_category:hover {
	color: #4be5d3;
}

@media (min-width: 481px) {
	.post_intro h1 {
		color: #4be5d3;
		font-size: 42px;
		line-height: 1.2;
		margin-bottom: 10px;
	}
}

@media (max-width: 480px) {
	.post_intro h1 {
		color: #4be5d3;
		font-size: 30px;
		line-height: 1.2;
		margin-bottom: 10px;
	}
}

.post_intro small {
	color: #888888;
	font-family: 'Karla', sans-serif;
	-webkit-font-smoothing: antialiased;
	font-size: 14px;
}

.post_main_image {
	margin-top: 20px;
}

.post_main_image img {
	margin: 0 auto;
}

.wp-caption-text em {
	padding-top: 5px;
	color: #666666;
	font-style: italic;
	font-family: 'Karla', sans-serif;
	-webkit-font-smoothing: antialiased;
}

.wp-caption-text {
	text-align: center;
	background-color: #f1f1f1;
	border-bottom: 2px solid #dedede;
}

.post_content h2 {
	color: #212121;
}

.post_content a {
	color: #ff9e3a;
}

.post_content p {
	line-height: 1.7;
}

.post_author {
	min-height: 100px;
	margin: 50px 0;
}

.post_author #post_author_social {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100px;
}

.post_author_content {
	min-height: 100px;
	background-color: #f1f1f1;
	padding-left: 120px;
}

.post_author_content p {
	padding: 20px;
	text-indent: 0px;
	text-align: left;
	font-size: 14px;
}

.post_author_content p > a {
	color: #ff8e1a;
}

@media (min-width: 481px) {
	.post_quote {
		border-top: 1px solid #dedede;
		margin: 40px 0 40px 0;
	}
	
	.post_quote #post_quote_source p{
		font-size: 18px;
		color: #bebebe;
		position: relative;
		top: -28px;
		margin-bottom: -20px;
		float: right;
	
	}
	
	.post_quote #post_quote_logo {
		float: left;
		position: relative;
		top: -13px;
		left: 10px;
	}
	
	.post_quote #post_quote_text {
		margin-left: 100px;
	}
	
	.post_quote #post_quote_text p {
		line-height: 1.4;
		margin: 0;
		padding: 10px 0px 30px 0px;
		border-bottom: 1px solid #dedede;
		font-size: 18px;
		color: #000000;
	}
}

@media (max-width: 480px) {
	.post_quote {
		border-top: 1px solid #dedede;
		margin: 20px 0 20px 0;
	}
	
	#post_quote_logo img {
		height: 35px;
		width: auto;
	}
	
	.post_quote #post_quote_source p{
		font-size: 16px;
		color: #bebebe;
		position: relative;
		top: -28px;
		float: right;
		margin-bottom: -20px;
	}
	
	.post_quote #post_quote_logo {
		float: left;
		position: relative;
		top: -5px;
		left: 10px;
	}
	
	.post_quote #post_quote_text {
		margin-left: 55px;
	}
	
	.post_quote #post_quote_text p {
		line-height: 1.4;
		margin: 0;
		padding: 10px 0px 30px 0px;
		border-bottom: 1px solid #dedede;
		font-size: 20px;
		color: #000000;
	}
}

.post_comment_seperator {
	margin: 30px 0;
}
/*
Aboutus.php
*/

.about_social_link {
	padding: 0 3px 0 0;
	opacity: 0.5;
	transition: opacity 0.3s ease;
	-webkit-transition: opacity 0.3s ease;
}

.about_social_link:hover {
	opacity: 1;
}

.about_intro {
	padding: 15px 30px 15px;
}

.about_intro h1, .about_intro h2 {
	color: #4be5d3;
}

.about_intro p {
	clear: both;
}

.about_intro p > a {
	color: #ff8e1a;
}

.about_intro .about_main_image {
	margin: 0 20px 10px 0;
	float: left;
	border: 5px solid #f1f1f1;
}

@media (max-width: 480px) {
	.about_main_image {
		width: 115px;
	}
	
	.about_intro {
		padding: 15px 15px 15px;
	}
}

.slider_dots_container {
	text-align: center;
}

.slider_dots {
	width: 10px;
	height: 10px;
	margin: 0 3px;
}

.slider_card_img {
	background-color: #ffffff;
	box-shadow: 0 9px 0px 0px #f8f7f6, 0 -9px 0px 0px #f8f7f6, 5px 0 15px -4px #dedede, -5px 0 15px -4px #dedede;
}

.slider_card_img > img {
	padding: 10px;
	border: 1px solid #dfdfdf;
	transition: opacity 0.5s ease;
	-webkit-transition: opacity 0.5s ease;
}

.slider_card_img > img:hover {
	opacity: 0.8;
}

.related_post_category {
	position: relative;
	left: -70px;
}

.related_post_category > a {
	padding: 1px 6px 1px 8px;
	background-color: #4be5d3;
	text-transform: uppercase;
	color: white;
	border: 1px solid #1c1c1c;
	font-weight: bold;
	font-size: 11px;
	letter-spacing: 2px;
	font-family: Montserrat, sans-serif;
}

.related_post_author_time > p {
	-webkit-font-smoothing: antialiased;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 3px;
	color: #666;
}

.related_post_title > a {
	font-size: 21px;
	margin-bottom: 5px;
	color: #1c1c1c;
	line-height: 1.2;
	font-family: Montserrat, sans-serif;
}

@media (max-width: 767px) {
	.related_post_title > a {
		font-size: 18px;
	}
	
	.related_post_text_container {
		padding-left: 0;
	}
	
	.related_post_category {
		left: -55px;
	}
}

.related_post_title {
	margin: 10px 0;
}

.related_post_heading {
	margin-top: 20px;
	font-size: 26px;
	letter-spacing: 8px;
	text-align: center;
	font-family: Montserrat, sans-serif;
}

.related_post_img {
	padding: 15px;
}

.social_button {
	width: 100%;
	height: 40px;	
	padding: 12px;
	margin-bottom: 5px;
}

@media (max-width: 767px) {
	.social_button {
		width: 45%;
		float: left;
		margin-top: 5px;
	}
	
	.social_twitter_container {
		float: right;
	}
	
}

.social_button .social_text_action {
	text-transform: uppercase;
	color: white;
	font-size: 11px;
	letter-spacing: 2px;
	font-weight: bold;
	float: left;
	margin-left: 10px;
}

.social_button .social_count {
	float: right;
	line-height: 1;
	color: white;
	padding: 12px;
	margin: -12px;
	min-width: 46px;
	text-align: center;
}

.social_button > img {
	width: 16px;
	float: left;
}

@media (min-width:768px) and (max-width:1199px){
	.social_button .social_count {
		padding: 13px 6px;
		margin: -12px;
		min-width: 30px;
		font-size: 14px;
	}
}

@media (min-width:768px) and (max-width:991px){
	.social_button {
		margin-right: 30px;
	}
}

.social_facebook_container {
	background-color: #2e55bc;
}

.social_facebook_container:hover {
	background-color: #335fd2;
}

.social_facebook_container .social_count {
	border-left: 1px solid #254498;
	background-color: #294ca9;
}

.social_twitter_container {
	background-color: #08a2ea;
}

.social_twitter_container:hover {
	background-color: #22b2f5;
}

.social_twitter_container .social_count {
	border-left: 1px solid #0682bd;
	background-color: #0791d2;
}

.social_stumble_container {
	background-color: #e94625;
}

.social_stumble_container:hover {
	background-color: #e75a23;
}

.social_stumble_container .social_count {
	border-left: 1px solid #bc391e;
	background-color: #d13f21;
}

.social_reddit_container {
	background-color: #cee3f8;
}
.social_reddit_container:hover {
	background-color: #def3ff;
}
.social_reddit_container .social_count {
	border-left: 1px solid #B2C4D5;
	background-color: #336699;
}
.social_reddit_container .social_text_action {
	color: #336699;
}

.social_tumblr_container {
	background-color: #1e344c;
}

.social_tumblr_container:hover {
	background-color: #243e5b;
}

.social_tumblr_container .social_count {
	border-left: 1px solid #162637;
	background-color: #182a3d;
}

.social_copy_container {
	background-color: #888;
}

.social_copy_container:hover {
	background-color: #949494;
}

.social_copy_container .social_count {
	border-left: 1px solid #6e6e6e;
	background-color: #7a7a7a;
}

.social_pinterest_container {
	background-color: #888;
}

.social_pinterest_container:hover {
	background-color: #949494;
}

.social_pinterest_container .social_count {
	border-left: 1px solid #6e6e6e;
	background-color: #7a7a7a;
}

.social_facebook_container:hover {
	background-color: #3766c9;
}

.social_twitter_container:hover {
	background-color: #09b0ed;
}

.social_stumble_container:hover {
	background-color: #ed542c;
}

.social_pinterest_container {
	background-color: #ca1517;
}	

.social_pinterest_container:hover {
	background-color: #da1b1e;
}

.modal-vertical-centered {
  transform: translate(0, 33%) !important;
  -ms-transform: translate(0, 33%) !important; /* IE 9 */
  -webkit-transform: translate(0, 33%) !important; /* Safari and Chrome */
}

.modal-sm {
	width: 300px;
}

.arrow-down {
	width: 0; 
	height: 0; 
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-top: 15px solid #fff;
	margin: 0 auto;
	position: relative;
	top: 29px;
}

.social_popup {
	padding: 30px 30px 15px;
	text-align: center;
	border-radius: 0;
	background: none;
	box-shadow: none;
	border: none;
	position: relative;
	top: -218px;
}

.social_cta {
	width: 450px;
	float: left;
	position:relative;
	left:-70px;
}

.social_popup p {
	font-size: 22px;
	font-weight: bold;
}
.social_popup a {
	font-size: 11px;
	text-transform: uppercase;
	color: #888;
	font-weight: bold;
	letter-spacing: 1px;
}

.social_popup a:hover {
	color: #444;
}

@media (max-width: 767px) {
	.social_cta {
		width: 320px;
		left: -10px;
	}
	
	.social_popup p {
		font-size: 14px;
	}
	
	.social_popup {
		left: 0px;
		top: -168px;
	}
}







@media all and (min-width:1200px) {
	body.page-search #s {width:1080px;}
}
@media all and (min-width:992px) and (max-width:1199px) {
	body.page-search #s {width:880px;}
}
@media all and (min-width:768px) and (max-width:991px) {
	body.page-search #s {width:655px;}
}
@media all and (max-width:767px) {
	body.page-search #submit {position:relative;float:right;top:-61px;}
	/*div.nav-mobile {
		display: block;
	}
	div.nav-desktop {
		display: none;
	}*/
}

/*@media all and (min-width: 768px) {
	div.nav-mobile {
		display: none;
	}
	div.nav-desktop {
		display: block;
	}
}*/


@media all and (max-width: 991px) {
	.col-sidebar .ad-desktop {
		text-align: center;
		padding-bottom: 14px;
	}
	.col-sidebar .ad-desktop>div:first-child {
		margin-left: auto;
		margin-right: auto;
	}
}
/*.sidebar-tv .sidebar_search form {
	text-align: center;
}
.sidebar-tv .ad-desktop {
	text-align: center;
}
.sidebar-tv .ad-desktop>div:first-child {
	margin-left: auto;
	margin-right: auto;
}*/











/* pastehere */
/* header promoted articles */
div.row.promoted-header {
	text-align: center;
	margin-bottom: 30px;
}
.promoted-header .promoted-box:nth-child(n+7) {
	display: none;
}
.promoted-header .promoted-inner {
	display: inline-block;
}
.promoted-header .promoted-box {
	/*border-bottom: 1px solid #4be5d3;*/
	background-color: #f8f7f6;
	width: 167px;
	height: 180px;
	overflow: hidden;
	padding: 0;
	display: inline-block;
	position: relative;
	transition: top .11s ease, left .1s ease, -webkit-box-shadow .1s ease, box-shadow .1s ease, -moz-box-shadow .1s ease;
	-webkit-transition: top .11s ease, left .1s ease, -webkit-box-shadow .1s ease, box-shadow .1s ease;
	top: 0;
	left: 0;
	-webkit-box-shadow: 0px 0px 0px 0px #f8f7f6;
	-moz-box-shadow: 0px 0px 0px 0px #f8f7f6;
	box-shadow: 0px 0px 0px 0px #f8f7f6;
	margin-left: 14px;
	vertical-align: top;
}
.promoted-header .promoted-box:first-child {
	margin-left: 0;
}
.promoted-header .promoted-box:hover {
	/*border-bottom: 6px solid #4be5d3;*/
	top: -9px;
	left: -9px;
	-webkit-box-shadow: 9px 9px 0px 0px #4be5d3;
	-moz-box-shadow: 9px 9px 0px 0px #4be5d3;
	box-shadow: 9px 9px 0px 0px #4be5d3;
}

.promoted-box .image {
	width: 167px;
	height: 94px;
	overflow: hidden;
	background-color: #333;
	letter-spacing: -0.5em;
}
.promoted-box .image > * {
	letter-spacing: normal;
}

.promoted-box .image::after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	width: 0;
}
.promoted-box img {
	width: 167px;
	display: inline-block;
	vertical-align: middle;
}
.promoted-box .text {
	color: #444;
	font-weight: bold;
	margin-bottom: 0;
	overflow: hidden;
	font-family: 'Montserrat', sans-serif;
	-webkit-font-smoothing: antialiased;
	font-weight: bold;
	font-size: 14px;
	padding: 5px;
	text-align: left;
	position:  relative;
}
body.andpoptv .promoted-box {
	background-color: #444;
}
body.andpoptv .promoted-box .text {
	color: #C7C7C7;
	font-weight: normal;
}
.promoted-box>a {
	color: #1c1c1c;
	text-decoration: none;
	display: block;
}
.promoted-box a:hover {
}

@media (min-width: 768px) {

}

@media (min-width: 1200px) {
}
@media (max-width: 1199px) {
	.promoted-header .promoted-box:nth-child(n+6) {
		display: none;
	}
}
@media (max-width: 1199px) and (min-width: 768px) {
}
@media (min-width: 768px) and (max-width: 991px) {
	.promoted-header .promoted-box:nth-child(n+5) {
		display: none;
	}
}

@media (max-width: 767px) {
	.promoted-header .promoted-inner {
		display: none;
	}
}
