/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/

body {
	font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	color:#717171;
	-webkit-font-smoothing: antialiased;
	
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	-webkit-font-smoothing: antialiased;
}

h6 {
	color:#717171;
	margin:1em 0;
	-webkit-font-smoothing: antialiased;

}

input {
	-webkit-font-smoothing: antialiased;

}

a {
	color: #00e2ad;
	text-decoration: none;
	-webkit-font-smoothing: antialiased;

}

a:hover {
	color: #666;
	text-decoration: underline;
}

.left {
	float: left;
}

.right {
	float: right;
}

.pagewider{
width: 1060px;
height: 600px;
position: fixed;
margin: 0 auto;
}

.page_left{
	position: relative;
	width: 48px;
	height: 128px;
	float: left;
	margin-left: -48px;
	margin-top: 32px;
    background: #BBB url('https://s3.amazonaws.com/twicsystatic/images/icon-prev.png') center no-repeat;
    z-index: 999;
   }
.page_right{
	position: relative;
	width: 48px;
	height: 128px;
	float: right;
	margin-right: 132px;
	margin-top: 32px;
    background: #BBB url('https://s3.amazonaws.com/twicsystatic/images/icon-next.png') center no-repeat;
    z-index: 999;
   }

.page_next,
.page_prev {
	width: 96px;
	height: 96px;
	position: fixed;
	margin-top: -28px;
	top: 50%;
	display: block;
	z-index: 999;
}

	.page_next {
		background: #BBB url('../images/icon-next.png') no-repeat center center;
		background-size: 36px 36px;
		right: 0;
	}
	
	.page_prev {
		background: #BBB url('../images/icon-prev.png') no-repeat center center;
		background-size: 36px 36px;
		left: 0;
	}
	
.search_title {
	font-size: 14px;
	color: #888;
	font-weight: bold;
	border-bottom: 1px dotted #CCC;
	margin-bottom: 18px;
}


.alert {
	text-align: center;
	padding: 12px;
	border: 1px solid #00e2ad;
	margin-bottom: 48px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	background: #dffff7;
	font-weight: normal;
}

	.alert a {
		font-weight: bold;
	}

/* App Info Panel
-----------------------------------------------------------------*/

.app_info_panel {
	background: #1D1E20;
	padding: 48px 0;
	border-bottom: 1px solid #313135;
	display: none;
}

	.app_info_panel .close {
		width: 18px;
		height: 18px;
		background: url('../images/close.png') no-repeat left top;
		background-size: 18px 18px;
		position: absolute;
		top: 24px;
		right: 24px;
	}

	.app_info_panel .rocket {
		width: 140px;
		height: 140px;
		background: url('../images/rocket.png') no-repeat left top;
		background-size: 140px 140px;
		float: left;
		padding-right: 80px;
	}
	
	.about_twicsy {
		font-size: 16px;
		line-height: 24px;
		float: left;
		width: 400px;
		font-weight: 300;
		color: #FFF;
	}
	
	ul.short_menu {
		float: right;
	}
		
		ul.short_menu li {
			margin-bottom: 8px;
		}

		ul.short_menu a {
			color: #58595E;
		}
		ul.short_menu a:hover {
			text-decoration: underline;
		}

		.social {
			width: 24px;
			height: 24px;
			-webkit-border-radius: 3px;
			-moz-border-radius: 3px;
			border-radius: 3px;		
			margin-right: 8px;
			border: 1px solid #FFF;
			-webkit-transition: 0.1s ease-in-out;
			-moz-transition: 0.1s ease-in-out;
			transition: 0.1s ease-in-out;
		}
		
			.social.facebook {
				background: url('../images/social/facebook-normal.png') no-repeat left top;
				background-size: 24px 24px;
				display: inline-block;
			}
				
				.social.facebook:hover {
					background: url('../images/social/facebook.png') no-repeat left top;
					background-size: 24px 24px;
					display: inline-block;
					border: 1px solid #3d599b;
				}
			
			.social.twitter {
				background: url('../images/social/twitter-normal.png') no-repeat left top;
				background-size: 24px 24px;
				display: inline-block;
			}
			
				.social.twitter:hover {
					background: url('../images/social/twitter.png') no-repeat left top;
					background-size: 24px 24px;
					display: inline-block;
					border: 1px solid #00abee;
				}
			
			.social.googleplus {
				background: url('../images/social/googleplus-normal.png') no-repeat left top;
				background-size: 24px 24px;
				display: inline-block;
			}
			
				.social.googleplus:hover {
					background: url('../images/social/googleplus.png') no-repeat left top;
					background-size: 24px 24px;
					display: inline-block;
					border: 1px solid #dc422b;
				}



/* Footer
-----------------------------------------------------------------*/

#footer {
	background: #F0F0F0;
	padding: 60px 0;
	margin-top: 100px;
}

#footer .sidebar_item {
	margin-left: 0;
}

#footer ul.tag_list li {
	float: left;
	min-width: 160px;
	padding-right: 12px;
}

#footer_credit {
	background: #1D1E20;
	padding: 48px 0;
	text-align: center;
}

.footer_logo {
	width: 48px;
	height: 48px;
	background: url('../images/icon-t.png') no-repeat center center;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	display: inline-block;
	border: 1px solid #999;
	margin-bottom: 20px;
}

#footer_credit h4 {
	font-size: 18px;
	line-height: 18px;
	color: #FFF;
	padding-bottom: 8px;
}

#footer_credit .social {
	margin: 0 4px;
}

.copyright {
	font-size: 12px;
	color: #3E3E42;
	margin-top: 60px;
	display: block;
}


/* Header
-----------------------------------------------------------------*/

header {
	background: #1D1E20;
	position: relative;
}

header .container {
	width: auto;
}

#right-menu-items {
	float: right;
}

h1.brand{
	margin: 12px 24px 0 0;
	padding:0;
	float:left;
}

h1.brand a {
	display:block;
	background:url(https://s3.amazonaws.com/twicsystatic/images/twicsy_logo.png) no-repeat center center ;
	text-indent: -9999px;
	width: 77px;
	height: 26px;
	margin: 7px -5px 0 0px;
}


ul.trending_menu {
	float: left;
	margin: 0 12px 0 0;
}

	ul.trending_menu li {
		float: left;
		margin: 0;
		padding: 0 8px 0 0;
	}
	
		ul.trending_menu li > a {
			color: #FFF;
			font-size: 14px;
			padding: 24px 0;
			display: block;
		}
		
		ul.trending_menu li > a:after {
			content: '\a0\a0\b7';
		}
		
		ul.trending_menu li:last-child a:after {
			content: '';
		}

#simple-menu {
	width: 20px;
	height: 20px;
	background: url('../images/menu-icon.png') no-repeat left center;
	float: right;
	display: none;
	margin: 23px 0;
}	

/* Trending Topics Dropdown */

/*ul.trending_menu li:hover .trending_dp {
	display: block;
}*/

.trending_dp {
	display: none;
	position: absolute;
	top: 66px;
	left: 0;
	z-index: 999;
	-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;
}

	#trending_topics:before, 
	#top_images:before,
	#top_topics:before {
		content:"";
		position: absolute;
		width: 0;
		height: 0;
		border-bottom: 10px solid #00e2ad;
		border-left: 10px solid transparent;
		border-right: 10px solid transparent;
		margin: -10px 0 0 88px;
	}
	
	#top_images:before {
		margin: -10px 0 0 152px;
	}
	
	#top_topics:before {
		margin: -10px 0 0 220px;
	}

.trending_dp_wrap {
	background: #00e2ad;
	padding: 30px;
	overflow: hidden;
	-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;
}

	.trending_dp .fifteen {
		padding-bottom: 32px;
	}

	.trending_dp h2 {
		font-size: 26px;
		font-weight: 700;
		margin: 0;
		color: #FFF;
	}
	
	.trending_dp p {
		color: #2da287;
	}
	
	.trending_dp_wrap ul.tag_list {
		margin-left: 8px;
	}
	
	.trending_dp .pagination a {
		padding: 0;
	}
	
	.trending_dp ul.tag_list li {
		margin-bottom: 0;
	}
	
	.trending_dp ul.tag_list li a {
		padding: 6px 2px 4px 6px;
		margin-left: -6px;
	}
	
		.trending_dp ul.tag_list li a:after {
			content: "";
		}
	
		.trending_dp ul.tag_list li a:hover {
			text-decoration: underline;
		}
	
	.trending_dp ul.tag_list li.active a{
		background: #FFF;
		padding: 6px 2px 4px 6px;
		margin-left: -6px;
		color: #4ebbb5;
		border-radius:3px;
		-moz-border-radius:3px;
		-webkit-border-radius:3px;
	}
	
/* Sub Topics */
.sub_topic_wrap {
	max-height: 320px;
	overflow-y: scroll;
}

	ul.sub_topics {
		margin: 0;
		overflow: hidden;
	}
	
		ul.sub_topics li {
			width: 220px;
			float: left;
			overflow: hidden;
		}
		
			ul.sub_topics li a {
				display: block;
				border-radius:3px;
				-moz-border-radius:3px;
				-webkit-border-radius:3px;
				padding: 8px;
			}
			
				ul.sub_topics li a:hover {
					background: #17c59c;
				}
		
			ul.sub_topics li .sub_topic_thumb,
			ul.sub_topics li .sub_topic_thumb img {
				width: 40px;
				height: 40px;
				float: left;
				margin-right: 12px;
				border-radius:3px;
				-moz-border-radius:3px;
				-webkit-border-radius:3px;
			}
			
			ul.sub_topics li h4 {
				color: #FFF;
				font-size: 16px;
				font-weight: 700;
				line-height: 16px;
				padding-top: 4px;
			}
			
			ul.sub_topics li span {
				font-size: 13px;
				line-height: 13px;
				font-weight: 500;
				color: #FFF;
			}


/* Search ---------- */

.search_btn {
	width: 20px;
	height: 20px;
	background: url('../images/icon-search.png') no-repeat left center;
	background-size: 16px 16px;
	float: right;
	display: none;
	margin: 23px 12px 23px 0;
}

.search_bar {
	width: 100%;
	background: #555;
	display: none;
}

	.search_bar .container {
		width: 748px;
	}
	
.search_bar input[type=search],
.search_bar input[type=text]{
	border: none;
	display: block;
	float: left;
	margin: 0 !important;
	height: 40px;
	width: 100%;
	outline: none;
	color: #FFF;
	padding: 0 0 0 24px;
	background: url('../images/icon-search.png') no-repeat left center;
	background-size: 16px 16px;
	position: relative;
	font: 15px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;	
}


.search {
	float: left;
	border-left: 1px solid #313135;
	position: relative;
	padding: 17px;
}

.search > .row{
	margin: 0;
}

#search-form {
	width: 383px;
	margin: 0;
}

input::-webkit-search-decoration,
input::-webkit-search-cancel-button {
    display: none;
}

.search input[type=search],
.search input[type=text]{
	border: none;
	display: block;
	float: left;
	margin: 0 !important;
	height: 32px;
	width: 100%;
	outline: none;
	color: #FFF;
	padding: 0 0 0 24px;
	background: url('../images/icon-search.png') no-repeat left center;
	background-size: 16px 16px;
	position: relative;
	font: 15px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;	
}

.search .btn_search{	
	display:block;
	position:absolute;
	right: 0;
	top: 13px;
}

.btn_search{
	padding-left:20px !important;
	padding-right:20px !important;
	background:#00cea2 !important;
	border:none  !important;
	text-shadow:none !important;
	border-radius:3px !important;
	-moz-border-radius:3px !important;
	-webkit-border-radius:3px !important;
	height:38px !important;
	font-size:13px !important;
	text-decoration:none;
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}

.btn_search,
.btn_grey{
	background-color: #00cea2; !important;
	color:#fff !important;
}

/* Right menu --------- */

a.app_info {
	width: 37px;
	height: 37px;
	background: url('../images/icon-info.png') no-repeat center center;
	background-size: 18px 18px;
	border: 1px solid #333;
	float: right;
	margin: 14px 14px 14px 0;
	display: block;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

ul.right_menu {
	float: right;
	margin-bottom: 0;
	padding: 0 0 0 14px;
	border-left: 1px solid #313135;
}

	ul.right_menu li {
		float: left;
		margin-bottom: 0;
		position: relative;
		padding: 14px 0;
	}
	
		.btn_upload {
			background: #00E2AD url('../images/icon-camera-white.png') no-repeat 0 -2px;
			color: #FFF;
			text-indent: 0;
			padding: 10px 12px 10px 42px;
			color: #FFF;
			text-indent: 0;
			display: block;
			-moz-border-radius: 3px;
			-webkit-border-radius: 3px;
			border-radius: 3px;
			font-size: 12px;
			font-weight: 700;
			text-shadow: 1px 1px 0 rgba(0,0,0,0.1);
			font-weight: 700;
		}

		
			.btn_upload:hover {
				color: #FFF;
				background: #00E2AD url('../images/icon-camera-white.png') no-repeat 0 -2px;
				box-shadow:0 -1px 1px rgba(0,0,0,0.2) inset;
			}
		
		ul.right_menu li .link_signin {
			line-height: 38px;
			padding-right: 22px;
		}
		
			ul.right_menu li .link_signin:hover {
				color: #00E2AD;
				text-decoration: underline;
			}
			
		ul.right_menu li .btn_signup {
			background: #00E2AD;
			font-size: 14px;
			color: #FFF;
			text-indent: 0;
			padding: 10px 12px 10px 12px;
			color: #FFF;
			text-indent: 0;
			display: block;
			-moz-border-radius: 3px;
			-webkit-border-radius: 3px;
			border-radius: 3px;
			font-size: 12px;
			font-weight: 700;
			text-shadow: 1px 1px 0 rgba(0,0,0,0.1);
		}
		
			ul.right_menu li .btn_signup:hover {
				color: #FFF;
				box-shadow:0 -1px 1px rgba(0,0,0,0.2) inset;
			}
		
		ul.right_menu li.account .btn_account {
			width: 38px;
			height: 38px;
			-moz-border-radius: 3px;
			-webkit-border-radius: 3px;
			border-radius: 3px;
			display: block;	
			margin-left: 12px;
			overflow: hidden;
			background: #f5f5f5 url('../images/icon-profile.png') no-repeat center center;
		}
		
			ul.right_menu li.account .btn_account img {
				width: 38px;
				height: 38px;
			}
		
			ul.right_menu li.account ul.account_dp {
				display: none;
				position: absolute;
				background: #00E2AD;
				top: 62px;
				right: 0;
				-moz-border-radius: 3px;
				-webkit-border-radius: 3px;
				border-radius: 3px;
				width: 90px;
				padding: 12px;
				z-index: 999;
			}
			
				ul.right_menu li.account ul.account_dp::before {
					content:"";
					position: absolute;
					width: 0;
					height: 0;
					border-bottom: 10px solid #00E2AD;
					border-left: 10px solid transparent;
					border-right: 10px solid transparent;
					margin: -21px 0 0 73px;
				}
			
				ul.right_menu li.account ul.account_dp li {
					float: none;
					padding: 0 0 8px 0;
					display: block;
				}
				
					ul.right_menu li.account ul.account_dp li:last-child {
						border-top: 1px solid #0ecfa2;
						padding-top: 12px;
						padding-bottom: 0;
					}
					
					ul.right_menu li.account ul.account_dp li a {
						color: #FFF;	
					}


header .user_action_link {
	padding: 14px 0;
}

.toogle_nav{
	float: right;
}

.toogle_nav > a{
	display:block;
	background: url(../images/icon-menu.png) no-repeat center center transparent;
	text-indent:-9999px;
	width: 42px;
	height: 38px;
}

.user_action_link a{
	display: block !important;
	float: right;
	width: 42px;
	text-indent: -9999px;
	display: inline-block;
	line-height: 38px;
	margin-left: 10px;
	border-radius: 3px;
	text-decoration: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.btn_grey{
	background-color:#e5e5e5
}

.user_action_link a.upload_photo{
	background:url(../images/icon-camra.png) no-repeat center center #e5e5e5;
}

.user_action_link a.profile{
	background:url(../images/icon-profile.png) no-repeat center center #e5e5e5;
}

.main_feed,
.photos_by_tag{
	padding:20px 0;
	margin-bottom:20px;
	border-bottom:#e1e1e1 solid 1px
}

.post_photo{
	float:right;
	background:url(../images/icon-plus.png) no-repeat;
	display:block;
	width:37px;
	height:37px;
	text-indent:-9999px;
}

.photo_sum{
	margin-right:37px
}

.photo_trend_item > a > img {
	width:100%;
	text-align:center
}

.view_all{
	text-align:right
}

.view_all a{
	display:inline-block;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	background-color:#e5e5e5;
	text-decoration:none;
	padding:0 15px;
	line-height:2.5em;
	color:#5f5e5e
}

a.tag_link{
	color:#00cea2;
	text-decoration:none
}

.sort_photo{
	display:inline-block;
	border:none;
	background-color:#00e2ad;
	line-height:20px;
	padding:7px;
	width:100px
}

	.sort_photo:hover {
		
	}

.photo_trend_by_tag{
	height:190px;
	overflow-y:hidden;
	border-bottom:#d1d1d1 solid 1px;
	padding-bottom:29px
}

.user_feed{
	margin-bottom:20px;
	padding:20px 0
}

.top_users{
	height:208px;
	overflow-y:hidden
}

.top_users_list{
	margin-left:-10px;
	margin-right:-10px
}

.user_item{
	margin-bottom:10px
}

.jcarousel-wrapper{
	position:relative
}

.carousel_control a {
	display:block;
	position:absolute;
	top:0;
	height: 89px;
	line-height: 89px;
	background-color: rgba(0, 226, 173, 0.3);
	color:#fff;
	font-size:30px;
	padding:0 16px;
	z-index:100;
	text-decoration:none;
	opacity: 0;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.carousel_control a:hover {
	background-color: rgba(0, 226, 173, 0.8);
}

.jcarousel-control-prev{
	left:0;
	background: url('../images/icon-prev.png') no-repeat center center;
	background-size: 18px 18px;
}

.jcarousel-control-next{
	right:0;
	background: url('../images/icon-next.png') no-repeat center center;
	background-size: 18px 18px;
}

.tag_carousel:hover ul li,
.tag_carousel:hover ul li img,
.tag_carousel:hover .carousel_control a {
	opacity: 1;
}

.tag_carousel ul li {
	height: 89px;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

	.tag_carousel ul li a{
		display:block;
		position:relative;
	}

	.tag_carousel ul li img {
		width: auto;
		height: 89px;
		-webkit-transition: 0.3s ease-in-out;
		-moz-transition: 0.3s ease-in-out;
		transition: 0.3s ease-in-out;
	}

.tag_carousel ul li a .tag_title{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background-color: rgba(0, 0, 0, 0.7);
	color:#fff;
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
	opacity:0
}

.tag_carousel ul li a:hover .tag_title{
	opacity:1;
	display:block
}

.tag_carousel ul li a .tag_title span{
	display:block;
	position:absolute;
	bottom:5px;
	left:5px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:none
}

footer{
	background-color:#e3e3e3;
	padding:27px 0
}

footer > .container{
	line-height:2em
}

footer a{
	color:#747474;
	text-decoration:none
}

footer span.tag{
	display:block
}

footer h6{
	color:#3d3d3d;
	margin-bottom:1em
}

.inner_page{
	padding:20px 0
}

.profile_summary {
	text-align: center;
}

.profile_thumb{
	width: 100px;
	height: 100px;
	margin-bottom: 18px;
	display: inline-block;
	background: #CCC;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.profile_thumb img{
	width: 100px;
	height: 100px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

h2.profile_name{
	margin-left:85px;
	padding-top:15px;
	font-size:16px !important
}

.short_des{
	padding:20px 0;
	margin-bottom:10px;
	border-bottom:#878787 solid 1px
}

.number{
	font-size:41px;
	font-weight:bold;
	color:#1f1f1d;
	line-height:1em;
	border-bottom:#d2d2d2 solid 1px;
	padding:10px 0
}

.number_title{
	color:#1f1f1d;
	line-height:2.5em
}

.follow_action .btn{
	width:100%;
	padding:0
}

.btn{
	border:none  !important;
	text-shadow:none !important;
	border-radius:3px !important;
	-moz-border-radius:3px !important;
	-webkit-border-radius:3px !important;
	padding-top:8px !important;
	padding-bottom:8px !important;
	padding-left:10px;
	padding-right:10px;
	font-size:14px !important;
	background-color:#fff;
	text-decoration:none;
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
	display:inline-block;
	text-align:center;
}

.profile_post{
	padding:20px 0
}

.sign_in_up{
	background: #FFF;
	color: #888;
}

.sign_in_up form {
	margin-bottom: 0;
}

.sign_in_up a{
	color:#8a8a8a;
	text-decoration: none
}

.sign_in_up .back_to_home {
	display: block;
	font-weight: 500;
	color: #a7a7a7;
	padding: 18px;
	border-bottom: 1px dotted #CCC;
}

	.sign_in_up .back_to_home:hover {
		color: #00e2ad;
	}


.sign_in_up .alternate_state {
	display: block;
	text-align: center;
	padding: 22px;
	background: #F2F2F2;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-top: 16px;
}

	.sign_in_up .alternate_state a {
		color: #00e2ad;
		font-weight: 700;
	}
	
		.sign_in_up .alternate_state a:hover {
			color: #666;
		}

.form_page_wrap {
	width: 380px;
	height: 394px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -197px 0 0 -190px;
}

	.form_page_wrap.signup_page {
		width: 380px;
		margin: -235px 0 0 -190px;
	}

.session_logo {
	width: 52px;
	height: 52px;
	background: #333 url('../images/icon-t.png') no-repeat center center;
	display: block;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 0 auto 24px auto;
}

.form_page_info {
	width: 380px;
	text-align: center;
}

	.form_page_info .session_logo {
		margin: 0;
		width: 70px;
		height: 70px;
		display: inline-block;
		margin-bottom: 12px;
	}
	
	.form_page_info .desc_title {
		font-size: 20px;
		line-height: 20px;
		margin-bottom: 10px;
		font-weight: 500;
		color: #555;
	}
	
	.form_page_info .desc {
		font-size: 14px;
		line-height: 19px;
	}
	
	.login_twitter {
		border: 1px solid #EFEFEF;
		padding: 24px;
		border-radius: 3px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		margin-top: 20px;
	}
	
	.stats {
		margin-top: 80px;
		overflow: hidden;
	}
	
		.stats .stat {
			display: inline-block;
			margin-right: 42px;
		}
		
			.stats .stat.last {
				margin-right: 0;
			}
		
			.stats .stat .figure {
				font-size: 60px;
				line-height: 60px;
				font-weight: 700;
				display: block;
				color: #303030;
			}
			
			.stats .stat .figure_desc {
				font-size: 14px;
				line-height: 14px;
				display: block;
				color: #BBB;
			}
			
	.session_footer {
		border-top: 1px dotted #CCC;
		padding: 12px 0 0;
		margin-top: 12px;
		font-size: 11px;
		line-height: 15px;
		color: #AAA;
	}

.form_page{
	width: 320px;
	float: left;
	padding: 24px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box; 
	box-sizing: border-box; 
	border: 1px solid #CCC;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

	.form_page .session_logo {
		display: none;
	}

.form_page h1{
	font-size:18px;
	font-weight:bolder;
	font-family:Georgia, 'Times New Roman', Times, serif;
	margin:0 0 20px 0;
	text-align:center;
	color:#fff
}

.login_twitter > .btn{
	background:#4099ff !important;
	color:#deedff;
	width:100%;
	padding-left:0 !important;
	padding-right:0 !important;
	font-size:15px !important;
	padding-top: 12px !important;
	padding-bottom: 12px !important;
}

	.login_twitter > .btn.facebook_signin {
		 background: #3B5998 !important;
		 margin-top: 12px;
	}

.btn .sub_text{
	font-style:italic;
	font-family:Georgia, 'Times New Roman', Times, serif;
}

.sign_option{
	margin:15px 0;
	background:url(../images/separated-line.png) no-repeat center;
	font-style:italic;
	text-align:center;
	color:#d1d1d1;
	font-family:Georgia, 'Times New Roman', Times, serif;
}

.form_page input[type=email],
.form_page input[type=password],
.form_page input[type=text]{
	background:none;
	border:none;
	border: 1px solid #CCC;
	color:#333;
	padding:10px 8px;
	display:block;
	width:100%;
	-webkit-appearance: none;
	appearance: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box; 
	box-sizing: border-box; 
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.btn_white{
	background:#fff !important
}

input[type=submit].btn{
	line-height:inherit !important
}

.form_action .btn_login {
	float:right;
	padding-left:20px !important;
	padding-right:20px !important;
	background: #00e2ad;
	color: #FFF;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.1);
	font-weight: 500;
}
		
	.form_action .btn_login:hover {
		color: #FFF;
		background: #00E2AD;
		box-shadow:0 -1px 1px rgba(0,0,0,0.2) inset;
	}


.form_action .forgot_link{
	float: left;
	line-height: 42px;
	font-size: 13px;
}

	.form_action .forgot_link:hover {
		text-decoration: underline;
	}
	
	.form_action .forgot_link.no_account {
		line-height: 13px;
		padding-top: 10px;
	}
	
.main_photo{
	background-color:#a8a89f;
	min-height:300px;
	margin-bottom:20px
}

.main_photo img{
	width:100%;
	height:inherit
}

.report_photo h4{
	float:left;
	font-size:14px
}

.report_photo .report_option{
	float:right;
	display:inline-block;
	border:none;
	background-color:#e5e5e5;
	line-height:20px;
	padding:7px;
	width:100px
}

.twitter_drawn h6{
	color:#50cbd3;
	margin:0
}

.tweet_content{
	padding:5px 0;
	font-family:Georgia, 'Times New Roman', Times, serif;
	color:#5a5a5a;
	letter-spacing:.02em
}

.tweet_date{
	color:#a3a3a3;
	font-size:12px
}

.tweet_name{
	float:left;
	line-height:2em
}

.tweet_from .btn{
	float:right
}

.main_photo_section{
	padding-bottom:20px;
	margin-bottom:20px
}

h6.more_photo{
	color:#5a5a5a;
}

.photo_item img{
	width:100%
}

.post_submitted{
	margin-bottom:20px
}

.post_submitted_inner{
	position:relative;
	height:200px;
	background-color:#00d8aa;
	color:#fff
}

.post_submitted .post_photo{
	background:url(../images/icon-plus-white.png) no-repeat;
	float:inherit;
	position:absolute;
	right:10px;
	top:10px
}

.post_submitted .sub_text{
	position:absolute;
	bottom:10px;
	right:10px
}

.related_pics{
	border-bottom:#d1d1d1 solid 1px;
	padding-bottom:20px;
	margin-bottom:20px
}

/* Table of Content
==================================================
	#Site Styles
	#Page Styles
	#Media Queries
	#Font-Face */

/* #Site Styles
================================================== */

.wrap {
	width: 100%;
	border-top: 1px solid #EEE;
}

.inner_page {
	padding: 48px 0;
}

body.home .post_by_tag {
	margin: 0 0 16px 0;
	padding: 0 0 16px 0;
}

body.home .sidebar_item,
body.topic_page .sidebar_item {
	margin-left: 24px;
}


body.home #featured_break {
	background: #EEE;
}

#featured_break .featured_break_thumb {
	margin-bottom: 8px;
	position: relative;
	overflow: hidden;
}

#featured_break .featured_title {
	display: block;
	font-weight: 500;
}

.row.trending_cta {
	margin: 24px 0 0;
}

.btn_viewall {
	font-size: 68px;
	font-weight: 700;
	padding: 12px 10px 10px 10px;;
	border-radius:3px !important;
	-moz-border-radius:3px !important;
	-webkit-border-radius:3px !important;
	background: #00e2ad;
	color: #FFF;
	line-height: 1;
	display: inline-block;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.1);
}

.btn_viewall2 {
	font-size: 28px;
	font-weight: 700;
	padding: 12px 10px 10px 10px;;
	border-radius:3px !important;
	-moz-border-radius:3px !important;
	-webkit-border-radius:3px !important;
	background: #00e2ad;
	color: #FFF;
	line-height: 1;
	display: inline-block;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.1);
}

	.btn_viewall:hover {
		color: #FFF;
		box-shadow:0 -1px 1px rgba(0,0,0,0.2) inset;
	}


.or {
	font-style: italic;
	color: #999;
	padding: 0 12px;
}

.in {
	font-style: italic;
	color: #999;
}

.intro {
	padding: 48px 0;
	background: #EFEFEF;
}

	.intro .intro_icon {
		width: 68px;
		height: 68px;
		background: url('../images/rocket.png') no-repeat left top;
		background-size: 68px 68px;
		float: left;
	}
	
	.intro h1 {
		margin-left: 92px;
		font-size: 18px;
		margin-bottom: 8px;
		line-height: 18px;
		font-weight: bold;
	}
	
	.intro p {
		margin: 0 0 0 92px;
		font-weight: 400;
		padding-right: 60px;
	}
	
	.intro .social_btns_wrap {
		border: 1px solid #CCC;
		border-radius: 3px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		padding: 20px;
		text-align: center;
	}
	
	.intro .social_btns {
		display: inline-block;
		margin: 0 4px;
		vertical-align: top;
	}
	
	.intro .social_btns #___plusone_0{ width: 32px !important; }
	
.home_heading h2 {
	text-align: center;
	padding: 40px 0;
	margin: 0;
}


/* Featured topics */

.featured_topics_title_wrap {
	border-bottom: 1px dotted #CCC;
}

h3.featured_topics_title {
	text-align: left;
	font-size: 24px;
	padding-bottom: 24px;
	margin-bottom: 0;
	float: left;
}

.krakatoa {
	overflow: hidden;
}

.featured_topics_control {
	float: right;
	padding-right: 18px;
	margin-right: 18px;
	border-right: 1px solid #CCC;
	height: 36px;
}

	.featured_topics_control .prev_btn,
	.featured_topics_control .next_btn {
		width: 36px;
		height: 36px;
		border-radius: 3px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		float: left;
		margin-left: 8px;
		display: inline-block;
	}
	
		.featured_topics_control .next_btn {
			background: #555 url('../images/icon-next.png') no-repeat center center;
			background-size: 14px 14px;
		}
		
			.featured_topics_control .next_btn:hover {
				background: #333 url('../images/icon-next.png') no-repeat center center;
				background-size: 14px 14px;
			}
		
		.featured_topics_control .prev_btn {
			background: #555 url('../images/icon-prev.png') no-repeat center center;
			background-size: 14px 14px;
		}
		
			.featured_topics_control .prev_btn:hover {
				background: #333 url('../images/icon-prev.png') no-repeat center center;
				background-size: 14px 14px;
			}
		

#featured_topics .photo_trend_item img {
	width: 50%;
	height: 50%;
	float: left;
}


/* Detail page
-----------------------------------------------------------------*/

.detail_img {
	width: 100%;
	min-height: 200px;
	height: auto;
	/** background: #808080 url('../images/default-thumb.png') no-repeat center center; **/
	background-size: 100px 100px;
	text-align: center;
}

	.detail_img img {
		display: inline-block;
		max-width: 100%;
		height: auto;
		vertical-align: bottom;
	}
	
.control_bar {
	margin-top: 12px;
	overflow: hidden;
}

	.control_bar .share_detail {
		float: left;
		display: inline-block;
	}
	
		.control_bar .share_detail span {
			display: inline-block;
			line-height: 30px;
			padding-right: 12px;
			vertical-align: top;
		}
	
		.control_bar .share_detail .social {
			margin-right: 2px;
		}
		
			.control_bar .share_detail .social.facebook {
				background: url('../images/social/facebook.png') no-repeat left top;
				background-size: 24px 24px;
				display: inline-block;
			}
			
			.control_bar .share_detail .social.twitter {
				background: url('../images/social/twitter.png') no-repeat left top;
				background-size: 24px 24px;
				display: inline-block;
			}
			
			.control_bar .share_detail .social.googleplus {
				background: url('../images/social/googleplus.png') no-repeat left top;
				background-size: 24px 24px;
				display: inline-block;
			}
	
	.control_bar select {
		float: right;
		margin: 0;
	}
	
.detail_img_info {
	padding: 14px;
	border: 1px solid #CCC;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	margin-top: 24px;
}

	.detail_img_info span {
		font-size: 13px;
		line-height: 13px;
		color: #BBB;
	}
	
.sidebar_item .more_tweets_title {
	font-size: 14px;
	font-weight: 500px;
	margin-top: 24px;
	border-bottom: none;
	margin-bottom: 0;
}	
	
.more_tweets {
	max-height: 420px;
	overflow-y: scroll;
	border: 1px solid #CCC;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

	.more_tweets .detail_img_info {
		border: none;
		margin-top: 0;
		border-bottom: 1px solid #EEE;
		border-radius: 0;
	}
	
		.more_tweets .detail_img_info p {
			font-size: 13px;
			line-height: 14px;
			margin: 0 0 8px 0;
		}
		
		.more_tweets .detail_img_info p a {
			font-weight: bold;
		}
	
.user_more_posts {
	margin-top: 60px;
}

	.user_more_posts h4 {
		text-transform: uppercase;
		color: #999;
		font-size: 14px;
		padding-bottom: 12px;
	}
	
.detail_page .six {
	float: right;
}



/* #Page Styles
================================================== */





/* #Media Queries
================================================== */

#mobile-header {
    display: none;
}

	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {
		.user_item{
			width:100px !important;
			margin:5px 5px 5px 0 !important
		}
		
		ul.sub_topics li {
			width: 270px;
		}
		
		.user_item img{
			width:100%
		}
		
		.trending_dp_wrap {
			padding: 24px;
		}
		
		/* Responsive header */
		#simple-menu {
			display: block;
		}
			
		#right-menu-items {
			display: none;
		}
		
		header .container {
			width: 748px;
		}
		
		header > .container > .twelve.columns {
			width: 748px;
		}

	}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {
		
		#search-form {
			width: 390px;
		}
		
		.sidr > #search-form {
			display: none;
		}
		
		#simple-menu {
			display: block;
		}
		
		.user_item img{
			width:100%
		}
		
		user_action_link {
			display: none;
		}
		
		.user_action_link a{
			width:33px
		}
		
		.form_page_wrap,
		.form_page_wrap.signup_page {
			width: 320px;
			margin: 100px auto 0 auto;
			position: relative;
			top: 0;
			left: 0;
		}
		
		.form_page .session_logo {
			display: block;
		}
		
	
	}


.wrap_static {
	width: 960px;
	margin: 0 auto;
	margin-top: 70px;

}

/* #Font-Face
================================================== */
@font-face {
	font-family: 'HelveticaNeueLTComMd';
	src: url('../fonts/HelveticaNeueLTComMd.eot');
	src: local('HelveticaNeueLTComMd'), url('../fonts/HelveticaNeueLTComMd.woff') format('woff'), url('../fonts/HelveticaNeueLTComMd.ttf') format('truetype');
	font-weight:normal;
	font-style:normal
}

.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  color: #ffffff;
  text-align: center;
  background-color: #428bca;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
          transition: width 0.6s ease;
}

.progress-striped .progress-bar {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}

.progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
     -moz-animation: progress-bar-stripes 2s linear infinite;
      -ms-animation: progress-bar-stripes 2s linear infinite;
       -o-animation: progress-bar-stripes 2s linear infinite;
          animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
  background-color: #5cb85c;
}

.progress-striped .progress-bar-success {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
  background-color: #5bc0de;
}

.progress-striped .progress-bar-info {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
  background-color: #f0ad4e;
}

.progress-striped .progress-bar-warning {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
  background-color: #d9534f;
}

.progress-striped .progress-bar-danger {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.control_uploader{
	position:relative;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	padding:30px 20px
}

.tip_text{
	text-align:center;
	line-height:2em;
	font-size:16px;
}

.fileinput-button {
	margin: 0 auto 15px;
	width: 152px;
	display: block;
	text-align: center;
}

	.fileinput-button .btn_upload {
		width: 43px;
		display: inline-block;
		background: #00E2AD url('../images/icon-camera-white.png') no-repeat 0 0;
	}
	
		.fileinput-button .btn_upload:hover {
			color: #FFF;
			background: #00E2AD url('../images/icon-camera-white.png') no-repeat 0 0px;
			box-shadow:0 -1px 1px rgba(0,0,0,0.2) inset;
		}

.upload_image{
	text-align:center;

}

.upload_option{
	margin:20px 0;
	border-top:#d1d1d1 solid 1px;
	padding-top:20px
}

.pic_name{
	margin-right:120px
}

.add_option{
	width: 70px;
	color: #FFF;
	background: #00e2ad url('../images/icon-arrow.png') no-repeat 54px 10px;
	border: none;
	-webkit-appearance: none;
	padding: 4px 0 4px 8px;
	position: relative;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.1);
	float: right;
}

	.add_option:hover {
		color: #FFF;
		box-shadow:0 -1px 1px rgba(0,0,0,0.2) inset;
	}
	
.upload_or {
	display: block;
	margin-bottom: 20px;
}

.upload_option .input_text{
	background:none;
	border:none
}

.pic_name label{
	display:inline;
	font-weight:normal
}

.pic_name input[type=text]{
	display:inline;
}

.trending_tags{
	background-color:#2c2c29;
	color:#bbbbb3;
	font-family:Georgia, 'Times New Roman', Times, serif;
	font-size:16px;
	padding:20px 0
}

.trending_tags a{
	color:#bbbbb3;
	text-decoration:none
}

.trending_tags_list a{
	padding:0 5px
}

.trending_tags_option select{
	font-family:Georgia, 'Times New Roman', Times, serif;
	background:none;
	border:none;
	color:#fff;
	display:inline-block;
	width:150px;
	margin:0 10px 0 0
}


/* Tag Details Page
------------------------------------------------------------- */

.post_by_tag{
	background-color: #FFF;
	padding: 32px 0;
}

.post_by_tag .seclect_action{
	text-align:right;
	float: right;
}

.post_by_tag .post_photo{
	background:url(../images/icon-plus-white.png) no-repeat;
}

.sort_photo{
	color: #FFF;
	background: #00e2ad url('../images/icon-arrow.png') no-repeat 80px 12px;
	border: none;
	-webkit-appearance: none;
	padding: 4px 0 4px 8px;
	position: relative;
	margin: 36px 0 0;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.1);
}

	.sort_photo:hover {
		color: #FFF;
		box-shadow:0 -1px 1px rgba(0,0,0,0.2) inset;
	}

.tag_page_title {
	margin: 0;	
}

.the_tag .tag_thumb,
.the_tag .tag_thumb img {
	width: 64px;
	height: 64px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	overflow: hidden;
	background: #CCC;
}

.the_tag .tag_thumb {
	float: left;
	margin-right: 18px;
}

.the_tag h1 {
	font-size: 30px;
	line-height: 26px;
	margin: 0 0 12px 0;
}

.tag-meta {
	overflow: hidden;
}

.tag_meta .btn_follow {
	border: 2px solid #00e2ad;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #00e2ad;
	padding: 6px 8px 4px 24px;
	font-size: 12px;
	line-height: 12px;
	background: url('../images/icon-plus-white.png') no-repeat left center;
	background-size: 26px 26px;
	display: inline-block;
}

.tag_meta .btn_following {
	border: 1px solid #00e2ad;
	background: #00e2ad url('../images/icon-following-btn.png') no-repeat left center;
	background-size: 26px 26px;
	padding: 6px 8px 4px 24px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #FFF;
	font-size: 12px;
	line-height: 12px;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.1);
	font-weight: 700;
}

	.tag_meta .btn_following:hover {
		border: 1px solid #e3472f;
		background: #e3472f url('../images/icon-unfollow-btn.png') no-repeat left top;
		background-size: 23px 23px;
		box-shadow:0 -1px 1px rgba(0,0,0,0.2) inset;	
	}

.tag_meta .follow_stat {
	margin-left: 14px;
	font-size: 13px;
	color: #999;
	font-weight: 500;
	background: url('../images/icon-following.png') no-repeat left 6px;
	padding: 0 0 0 14px;
}

.twitter_box textarea {
	background-color: white;
	border: 1px solid #7A7A7A;
	outline: none;
	border-radius: 3px;
	padding: 12px 12px;
	transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
	box-sizing: border-box;
	width: 100%;
	height: 91px;

}

.twitter_box textarea:focus {
	border: 1px solid #00e2ad;
	box-shadow: none;
	transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;

}

.button_main {
	background-color: #00e2ad;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	padding: 14px 27px;
	font-size: 12px;
	line-height: 12px;
	text-decoration: none;
	font-size: 15px;

}

.button_main:hover {
	color: white;
	text-decoration: none !important;
	box-shadow:0 -1px 1px rgba(0,0,0,0.2) inset;	

}

.the_tag.search_results_thumb .tag_thumb {
	background: #f5f5f5 url('../images/icon-search.png') no-repeat center center;
	background-size: 24px 24px;
}

.the_tag.search_results_thumb h1 {
	color: #999;
	font-size: 24px;
	margin: 0;
	padding: 8px 0 6px 0;
}

	.the_tag.search_results_thumb h1 strong {
		color: #444;
	}
	
.the_tag.search_results_thumb .search_stat {
	color: #AAA;
}

.current_tag{
	font-size:35px;
	font-weight:normal
}
.current_tag:after{
	content: '\/'
}

.count_posts{
	color:#9eece8;
	font-size:14px
}

.tag_carousel li{
	margin-bottom:0
}

/* Sidebar --------- */

.sidebar_item {
	margin-bottom: 24px;
}

	.sidebar_item h4 {
		font-size: 14px;
		color: #BBB;
		font-weight: 700;
		text-transform: uppercase;
		border-bottom: 1px solid #EEE;
		margin-bottom: 16px;
	}
	
	.sidebar_item .view_all {
		font-size: 12px;
		margin-top: 12px;
		display: inline-block;
	}
	
	
	ul.thumb_list {
		margin: 0;
		overflow: hidden;
	}
	
		ul.thumb_list li a {
			display: block;
		}
	
		ul.thumb_list li,
		ul.thumb_list li img {
			float: left;
			width: 40px;
			height: 40px;
			-webkit-border-radius: 3px;
			-moz-border-radius: 3px;
			border-radius: 3px;
		}
		
		ul.thumb_list li {
			margin: 0 8px 8px 0;
		}
	
	
	ul.tag_list {
		margin: 0;
	}
	
		ul.tag_list li {
			margin-bottom: 6px;
			padding: 0;
			float: none;
		}
		
			ul.tag_list li a {
				padding: 0;
				display: block;
			}
		
		
/* Tag images ---------- */

ul.tag_images {
	margin: 0;
	overflow: hidden;
}

	.photo_trend_item {
		float: left;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		overflow: hidden;
		position: relative;
	}
	
		.photo_trend_item .adult {
			width: 160px;
			height: 160px;
			-webkit-border-radius: 3px;
			-moz-border-radius: 3px;
			border-radius: 3px;
			background: #dedede;
			color: #c0c0c0;
			font-size: 134px;
			vertical-align: middle;
			font-weight: 700;
			text-align: center;
			position: absolute;
			display: inline-block;
		}
		
			.photo_trend_item .adult::before {
			    display: block;
			    content: "";
			    height: 50%;
			}
			
			.photo_trend_item .adult::after {
			    vertical-align: top;
			    line-height: 0;
			    content: "A";
			}
		
		.adult_content {
			color: #EEE;
			position: absolute;
			top: 12px;
			left: 12px;
			right: 12px;
			line-height: 14px;
		}
		
		.adult_signup {
			background: #00E2AD;
			color: #FFF;
			text-indent: 0;
			padding: 10px 0;
			color: #FFF;
			text-indent: 0;
			text-align: center;
			display: inline-block;
			-moz-border-radius: 3px;
			-webkit-border-radius: 3px;
			border-radius: 3px;
			font-size: 12px;
			font-weight: 700;
			text-shadow: 1px 1px 0 rgba(0,0,0,0.1);
			font-weight: 700;
			bottom: 12px;
			left: 12px;
			right: 12px;
			position: absolute;
		}
		
			.adult_signup:hover {
				color: #FFF;
				background: #00E2AD;				
				box-shadow:0 -1px 1px rgba(0,0,0,0.2) inset;
			}
	
		.photo_trend_item img {
			width: 160px;
			height: 160px;
			line-height: 0;
			vertical-align: top;
		}
	
		.photo_trend_item .thumb_overlay {
			width: 160px;
			height: 160px;
			position: absolute;
			opacity: 0;
			transition: all 0.4s ease;
			-webkit-transition: all 0.4s ease;
			-moz-transition: all 0.4s ease;
			-webkit-border-radius: 3px;
			-moz-border-radius: 3px;
			border-radius: 3px;
			background: rgba(0, 0, 0, .70);
		}
		
		
		
.pagination {
	margin: 12px 0 0;
	overflow: hidden;
}

	.pagination a {
		width: 28px;
		height: 28px;
		padding: 0;
		margin: 0;
		float: left;
	}
	
	.pagination a.prev {
		background: url('../images/icon-go.png') no-repeat left top;
		background-size: 28px 28px;
		margin-right: 12px;
		transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		-webkit-transform: rotate(180deg);
		-moz-transform: rotate(180deg);
	}

	.pagination a.next {
		background: url('../images/icon-go.png') no-repeat left top;
		background-size: 28px 28px;
		margin-right: 12px;
	}
		
		

.navigation_search {
	position: relative; 
	left: -6px; 
	text-align: right; 
	padding: 0px 0 0;
}

	.navigation_search .nav_btn {
		display: inline-block;
		border-radius: 3px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		width: 126px;
		height: 126px;
		margin: 6px;
	}
	
		.navigation_search .nav_btn.prev {
			background: #00E2AD url('../images/icon-prev.png') no-repeat center center; 
			background-size: 72px 72px;
		}
		
		.navigation_search .nav_btn.next {
			background: #00E2AD url('../images/icon-next.png') no-repeat center center; 
			background-size: 72px 72px;
		}
	
	
