@media screen and (min-width: 1020px) and (max-width: 1200px) {
	#wrapsearch {
    	margin-left: 53px;
    	margin-right: -9px;
  		display: inline-block;
  		height: 60px;
  		float: right;
  		padding: 0;
  		position: relative;
	}

	input#search {
  		height: 50px;
  		font-size: 55px;
  		display: inline-block;
  		/* font-family: "Lato"; */
  		font-family: 'Open Sans', sans-serif;
  		font-size: 16px;
  		font-weight: bold;
  		border: none;
  		outline: none;
  		color: white;
  		padding: 3px;
  		padding-right: 60px;
  		width: 0px;
  		position: absolute;
  		top: 0;
  		right: 0;
  		background: none;
  		z-index: 3;
  		transition: width .4s cubic-bezier(0.000, 0.795, 0.000, 1.000);
  		cursor: pointer;
	}
	input#search:focus:hover {
  		border-bottom: 1px solid #FFF;
	}
	input#search:focus {
  		width: 550px;
  		z-index: 1;
  		border-bottom: 1px solid #FFF;
  		cursor: text;
  		background-color: #E5212A;
	}
	input#search::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  		color: white;
	}
	input#search::-moz-placeholder { /* Firefox 19+ */
  		color: white;
	}
	input#search:-ms-input-placeholder { /* IE 10+ */
  		color: white;
	}
	input#search:-moz-placeholder { /* Firefox 18- */
  		color: white;
	}

	input#search_submit {
  		height: 60px;
  		width: 63px;
  		display: inline-block;
  		color:red;
  		float: right;
  		background: url(http://phinemo.com/wp-content/themes/projectav2/images/search-mobile.png) center center no-repeat;
  		background-size: 20px 20px;
  		text-indent: -10000px;
  		border: none;
  		position: absolute;
  		top: -2px;
  		right: 0;
  		z-index: 2;
  		/* opacity: 0.4; */
  		cursor: pointer;
  		transition: opacity .4s ease;
	}
	input#search_submit:hover {
  		/* opacity: 0.8; */
	}

	a {
		text-decoration:none;
	}
	a.black {
		color:#333;
	}
	a.white {
		color:#fff;
	}
	
	a.font-san {
		font-family:"open-san", sans-serif;
		font-size:14px;
		line-height:18px;
		font-weight:bold;
		letter-spacing:0.04em;
	}
	
	#wrapper {
		max-width:100%;
		width:100%;
		margin:0 auto;
		overflow:hidden;
	}
	#logo-head {
		font-family:Chunkfive;
		font-size:40px;
		color:#707070;
		margin-bottom:10px;
	}

	#logo-head a {
		color:#D95443;
		text-decoration:none;
	}

	#header {
		width:996px;
		margin:0 auto;
	}
	
	#desktop-header {
		padding:20px 0px 5px 0px;
		background-color:#FFFFFF;
	}
	
	#mobile-header {
	 	display:none;
	}
	
	#categories {
		border-top:1px solid #ccc;
		margin-top:0px;
		padding:0px;
		margin-bottom:20px;
		background-color:#E5212A;
	}
	
	#categories ul {
		padding:0px;
		margin:0px;
	}
	
	#categories ul li {
	 	display:inline-block;
		margin-right:20px;
		padding-top:10px;
		margin-top:-7px;
		-webkit-padding-start:0px;
	}
	
	#categories ul li.current-post-parent {
		border-top:1px solid #333;
	}
	
	#categories ul li.current-post-parent a {
		color:#333333;
	}

	#categories ul li a{
		color:#333333;
		font-family:Helvetica, sans-serif;
		font-size:14px;
		font-weight:500;
		text-decoration:none;
	}
	
	#main-content {
		width:69%;
		float:left;
		margin-left:-14px;
	}
	
	#list-content-full {
		width:101.4%;
		margin-left:-14px;
	}
	
	#sidebar {
		width:31.25%;
		float:right;
	}
	
	#menu-resp {
		display:none;
	}

	#headlines {
		width:100%;
		margin:0 auto;
		text-align:center;
		font-size:44px;
		letter-spacing:1;
		height:450px;
		margin-bottom:20px;
		color:#FFFFFF;
	}
	
	.wrapper2 {
		width:996px;
		margin:0 auto;
	}
	
	.wrap-content {
		margin-top:-5px;
		padding-top:10px;
		padding-left:-0px;
	}
	
	.content-wrap-width {
		width:24.5%;
		margin-left:0.25%;
		margin-right:0.25%;
	}

	.content-wrap-width-photo {
		width:48%;
		margin-left:1%;
		margin-right:1%;
	}
	
	#headlines .first {
		width:100%;
		height:100%;
		color:#000000;
	}
	
	.shadow-gradient {
		width:100%;
		height:100%	;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%, rgba(0,0,0,0.6) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(50%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.6))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,0.6) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,0.6) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,0.6) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,0.6) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#99000000',GradientType=0 ); /* IE6-9 */
	}
	
	#headlines .second {
		width:100%;
		height:100%;
		margin-top:20px;
	}
	
	#headlines .second-1, #headlines .second-2{
		height:60%;
		width:49%;
		margin-bottom:30px;
		float:left;
	}
	
	#headlines .second-1 {
		margin-right:2%;
	}
	
	h2.title-fp-first {
		/** font-family:'Droid Sans', sans-serif; */
		font-family: 'Arsenal', sans-serif;
		line-height:120%; font-size:51px; margin: 0;
		width:900px;
		position: absolute;
		text-align:center;
		top: 50%;
		left: 50%;
		font-size:56px;
		margin-right: -50%;
		transform: translate(-50%, -50%)		
	}
	span.ket-bulan {
		padding:3px 8px;
		background-color:#FFCC99;
		font-size:12px;
		margin:10px 5px 5px 5px;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		border-radius: 2px;
	}
	
	span.author-fp-first {
		position:absolute; font-size:12px; bottom:15px; text-align:left; padding-left:20px;
	}
	
	h2.title-fp-second {
		position:absolute; font: 700 1.5rem 'Helvetica-Neue',sans-serif; bottom:40px; margin:0px 10px; text-align:left; z-index: 1;"
	}

	h2.title-fp-second-2 {
		position:absolute; font: 700 1.5rem 'Helvetica-Neue',sans-serif; bottom:40px; margin:0px 10px; text-align:left; z-index: 1;"
	}
	
	span.author-fp-second {
		position:absolute; font-size:12px; bottom:10px; text-align:left; padding-left:10px; z-index: 1;
	}
	
	article {
		max-width:307px;
		float:left;
		height:200px;
		margin-left:2.03%;
		width:31.24%;
		position:relative;
		margin-bottom:30px;
		position:relative;
	}
	
	article-custome {
		max-width:307px;
		float:left;
		height:250px;
		margin-left:2.03%;
		width:31.24%;
		position:relative;
		margin-bottom:30px;
		position:relative;
	}
	
	article img.mark-right {
		position:absolute;
		right:10px;
		top:145px;
	}

	article img.mark-right-video {
		position:absolute;
		right:10px;
		top:10px;
		position:absolute;
	}
	
	h2.title-fp, h2.title-fp-custome-page {
		color:#333;
		padding:5px;
		font-family:'Droid Sans', sans-serif;
		font-weight:700;
		font-size:14px;
		margin:0px;
		margin-bottom:-5px;
		line-height:17px;
	}

	a.title-photo-single h3  {
		color:#333;
		padding:5px;
		font-family:"open-san", sans-serif;
		font-weight:700;
		font-size:16px;
		line-height:20px;
		margin:0px;
	}
	
	a.title-photo-single {
		text-decoration:none;
	}

	.post-category {
		position:absolute;
		top:15px;
		left:15px;
		color:#FFFFFF;
		background-color:#D85443;
		font-size:12px;
		font-family:Arial, Helvetica, sans-serif;
		padding:5px 5px;
		font-weight:bold;
		line-height:12px;
	}
	
	.post-category a {
		color:#FFF;
		text-decoration:none;
	}
	
	img.main-thumb {
		width:100%;
		height: auto;
	}
	
	img.read-more-thumb {
		width:90px;
	}
	
	#single-content {
		width:66.66%;
		float:left;
	}
	
	#single-story {
		width:80%;
		float:left;
		margin-left:10%;
	}
	
	#single-content h1 {
		font-family: 'Arsenal', sans-serif;
	}
	
	#single-content h2 {
		text-decoration:none;
		color:#353535;
		font-family: 'Arsenal', sans-serif;
		font-size:28px;
		line-height:35px;
		font-weight:bold;
	}

	#single-content h3 {
		font-family: 'Arsenal', sans-serif;
	}
		
	#single-content h1 a, #photo-galery h1 a, #single-coloum h1 a  {
		text-decoration:none;
		color:#333333;
		/** font-family: "Roboto", Helvetica-Neue, sans-serif; */
		font-family: 'Arsenal', sans-serif;
		font-size:42px;
		line-height:1.1em;
		font-weight:bold;
	}

	#title-content h1 a  {
		text-decoration:none;
		color:#333333;
		font-family: 'Arsenal', sans-serif;
		font-size:42px;
		line-height:1.1em;
		font-weight:bold;
	}
	
	.author-sp a {
		color:#555;
		text-decoration:none;
	}
	
	.author-sp {
		color:#555;
		font-family: 'Open Sans', sans-serif;
	    	font-size: 14px;
	}
	
	.content-sp p {
		font-family: 'Open Sans', sans-serif;
   		font-size: 16px;
    		line-height: 160%;
    		color: #333;
    		font-weight: 400;
	}
	
	.share-sp {
		margin-top:20px;
		margin-bottom:-10px;
	}
	
	.wp-caption {
		background: #fff;
		border: 0px solid #f0f0f0;
		max-width: 100%; /* Image does not overflow the content area */
		padding:0px;
		text-align: left;
	}
	
	.wp-caption p.wp-caption-text {
		font-style:italic;
		font-size:12px;
		color:#555;
		padding:0px;
		padding-top:5px;
	}

	.wp-caption img, p img {
		border: 0 none;
		height: auto;
		margin: 0;
		max-width: 100%;
		padding: 0;
		width: 100%;
	}
	
	.wp-caption img.default-size, p img.default-size {
		width:auto;
	}
	
	.sidebar-content, .sidebar-content-bingkai {
		margin-top:20px;
		/** font-family: Helvetica, sans-serif; */
		font-family: 'Arsenal', sans-serif;
		width:300px;
	}
	
	.sidebar-content h1, .sidebar-content-bingkai h1 {
		font-size:25px;
		font-weight:bold;
	}
	
	.sidebar-content hr, .sidebar-content-bingkai hr {
		border:0px;
		border-top:1px solid #999;
	}
	
	.article-trend {
		width:100%;
	}
	
	.sidebar-content ul h2, .sidebar-content-bingkai ul h2 {
		/** font-family: Helvetica, sans-serif; */
		font-family: 'Arsenal', sans-serif;
		font-size:18px;
		line-height:20px;
		margin-bottom:0px;
		font-weight:bold;
		padding:0px 5px;
	}
	
	.sidebar-content ul, .sidebar-content-bingkai ul {
		margin-left:-40px;
	}
	
	.sidebar-content .post-category a, .sidebar-content-bingkai .post-category a{
		color:#FFFFFF;
	}
	
	.sidebar-content ul li, .sidebar-content-bingkai ul li {
		margin-bottom:20px;
		list-style:none;
		padding-bottom:10px;
	}
	
	
	.sidebar-content ul li .image-crop, .sidebar-content-bingkai ul li .image-crop {
		height:120px;
		overflow:hidden;
		margin-bottom:-5px;
	}
	
	.sidebar-content ul a, .sidebar-content-bingkai ul a {
		text-decoration:none;
		color:#333333;
	}
	
	span.author-sidebar {
		font-size:12px;
		margin-left:5px;
		color:#999;
	}
	
	.subscriber {
		margin-bottom:20px;
		background-color:#666666;
		color:#FFFFFF;
		padding:15px 30px 20px 30px;
		font-family:Helvetica, sans-serif;
	}
	
	.subscriber input {
		padding:10px;
	}
	
	.subscriber input.text-subs {
		margin-left:17px;
	}
	
	.subscriber h2 {
		line-height:0;
		margin-bottom:10px;
		margin-top:33px;
	}
	
	.related h3 {
		font-family:Helvetica, sans-serif;
		font-size:16px;
		color:#333333;
	}
	
	.box-category h1 a {
		text-decoration:none;
		color:#333333;
		font-family:Helvetica Neue, sans-serif;
	}

	.box-author {
		text-align:center;
		max-width:640px;
		margin:0 auto;
	}

	.box-author h1 a {
		text-decoration:none;
		color:#333333;
		font-family:Helvetica Neue, sans-serif;
	}
	
	.search-form {
		width:100%;
		max-width:960px;
		margin:0 auto;
		margin-bottom:20px;
	}
	
	input.search-input {
		width:89.3%;
		font-size:24px;
		float:left;
		padding:10px 7px 10px 7px;
		border:1px solid #CCCCCC;
		color:#333;
	}
	
	.search-submit {
		width:9%;
		height:51px;
		border:0px;
		float:left;
		background:url(images/search-form.png) no-repeat;
		background-position: 27px 10px;
		background-color:#D95443;
		cursor:pointer;
	}
	
	#categories-list {
		margin:0 auto;
		max-width:640px;
		width:100%;
		color:#333333;
		margin-top:10px;
	}
	
	#categories-list .search-form {
		width:100%;
		max-width:960px;
		margin:0 auto;
		margin-bottom:20px;
	}
	
	#categories-list input.search-input {
		width:88%;
		font-size:24px;
		float:left;
		padding:10px 7px 10px 7px;
		border:1px solid #CCCCCC;
		color:#333;
	}
	
	#categories-list .search-submit {
		width:9%;
		height:51px;
		border:0px;
		float:left;
		background:url(images/search-form.png) no-repeat;
		background-position: 13px 10px;
		background-color:#D95443;
		cursor:pointer;
	}
	
	.like-box-col {
		text-align:center; width:50%;
		float:left;
	}
	
	.facebook-like-fixed {
		position:fixed;
		bottom:-280px;
	}
	
	.single-photo {
		margin-top:20px;
		border-top:1px solid #CCCCCC;
		border-bottom:1px solid #CCCCCC;
		padding:20px 0px 20px 0px;
	}
	
	.pho-author {
		margin-right:15px;
		float:left;
	}
	
	a.link-name {
		font-family:Arial, Helvetica, sans-serif;
		font-weight:bold;
		color:#333;
		text-decoration:none;
	}
	
	.im {
		line-height:12px;
	}
	
	.im a {
		color:#C80F32;
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		text-decoration:none;
	}
	
	ul.page-menus li {
		border:0px;
		text-align:left;
		margin:0px 25px;
		list-style:disc;
		font-size:16px;
	}
	
	ul.page-menus li a {
		color:#C80F32;
		text-decoration:none;
	}
	
	.facebook-box-page {
		text-align:center;
	}
	
	.sidebar-content-page ul {
		margin-left:-50px;
		color:#666666;
	}
	
	.sidebar-content-page ul ul li {
		margin-left:30px;
	}

	blockquote {
		font-family: Georgia, serif;
		font-size: 18px;
		font-style: italic;
		margin: 0.25em 0;
		padding: 0.25em 10px 0.25em 40px;
		line-height: 1.45;
		position: relative;
		color: #383838;
		background:#ececec;
	}
	
	blockquote:before {
		display: block;
		content: "\201C";
		font-size: 80px;
		position: absolute;
		left: 0px;
		top: -10px;
		color: #7a7a7a;
	}
	
	blockquote cite {
		color: #999999;
		font-size: 14px;
		display: block;
		margin-top: 5px;
	}
	 
	blockquote cite:before {
		content: "\2014 \2009";
	}
	
	.hidden-desktop {
		display:none;
	}
	
	
/* tab-single-hide */
	ul.tabs{
			margin: 0px;
			padding: 0px;
			list-style: none;
			border-bottom:1px solid #D85443;
	}
	ul.tabs li{
		background: none;
		color: #222;
		display: inline-block;
		padding: 5px 10px;
		cursor: pointer;
		border:0px;
		margin-bottom:0px;
	}

	ul.tabs li.current{
		background: #D85443;
		color: #fff;
	}

	.tab-content{
		display: none;
	}

	.tab-content.current{
		display: inherit;
	}

	.tag-cat a {
		text-decoration:none;
		color:#999999;
	}
	
	.tag-cat {
		text-transform: uppercase;
		margin-top:40px;
		margin-bottom:-20px;
		font-family:Helvetica, sans-serif;
		color:#333;
		font-size:13px;
		font-weight:bold;
	}
	
	.big-quote p {
		font-size:25px;
		font-style:italic;
		text-align:center;
		line-height:32px;
		color:#313131;
		border-top:1px solid #ccc;
		border-bottom:1px solid #ccc;
		padding:15px 0px;
	}
	
	.footer-menu-sub {
		margin-right:70px;
	}
	
	.article-foot{
		min-height:180px;
		height:auto;
		position:relative;
	}
	
	h2.title-foot-post{
		color:#333;
		font-family: 'Droid Sans', sans-serif;
		font-size:24px;
		font-weight:bold;
		line-height:140%;
		margin:0px;
		margin-bottom:-5px;
		text-decoration:none;
	}
	
	h2.title-foot-post a{
		text-decoration:none;
		color:#333;
	}
	
	.author-foot-post a{
		color:#333333;
		font-size:12px;
		text-decoration:none;
	}
	
	.foot-excert {
		width:70%;
	}

	.foot-excert-video {
		width:60%;
	}

	.foot-excert-video a {
		font-size:12px;
		line-height:14px;
	}
	
	video-series {
		float:left;
		background-color:#333333;
	}
	
	h2.title-video{
		font-family:"open-san", sans-serif;
		font-size:18px;
		margin:0px;
		margin-bottom:-5px;
		color:#FFFFFF;
		margin:5px 10px 10px 10px;
	}
	
	video-series a, #recomended a{
		text-decoration:none;
	}
	
	.video-box {
		border:1px solid #CCCCCC; width:30%; margin-left:1.1%;margin-top:20px; background-color:#333333;
	}
	
	.link-video-all, .link-video-all a {
		font-family:Arial, Helvetica, sans-serif; font-size:12px; text-align:right; color:#FFFFFF; margin:0px 10px 10px; text-decoration:none;
	}
	
	#rec-div {
		width:30%; margin-left:1%; margin-bottom:10px;
	}
	
	#recomended h2 {
		color:#333;
		font-family:'Droid Sans', sans-serif;
		font-size:20px;
		margin:0px;
		margin-bottom:-5px;
		margin:5px 10px 10px 10px;
	}

	#recomended h2:hover {
		color: #E5212A
	}

	ol.wpp-list {
		list-style-type: none;
		list-style-type: decimal !ie; /*IE 7- hack*/
	
		margin: 0;
		margin-left: 3em;
		padding: 0;
	
		counter-reset: li-counter;
	}
	
	ol.wpp-list > li{
		position: relative;
		margin-bottom: 20px;
		margin-left:-35px;
		margin-right:5px;
		padding-left: 0.5em;
		min-height: 2.5em;
		border-left: 2px solid #CCCCCC;
		font-size:14px;
		font-family:'Droid Sans', sans-serif;
		font-weight:400;
		line-height:20px;
	}
	
	ol.wpp-list > li a{
		text-decoration:none;
		color:#333333;
		font-weight:bold;
	}
	
	ol.wpp-list > li:before {
		position: absolute;
		top: 0;
		left: -1em;
		width: 0.8em;
		font-size: 1.5em;
		line-height: 1;
		font-weight: bold;
		text-align: right;
		color: #DC5343;
		content: counter(li-counter);
		counter-increment: li-counter;
	}
	
	ol.wpp-list li span.wpp-stats { display:block; }
	
	h2.heading-new {
		font-size:14px; letter-spacing:1px; font-family:Verdana, Arial, Helvetica, sans-serif; font-weight:700; margin-left:14px;
	}
	
	h2.heading-new a {
		float:right;
		text-decoration:none;
		color:#DC5343;
		font-size:12px;
		letter-spacing:0px;
	}
	
	h2.heading-side {
		font-size:18px; letter-spacing:1px; font-family: 'Arsenal', sans-serif; font-weight:700; color:#D85443; margin-bottom:-10px;
	}
	
	.add-space {
		margin-top:50px;
	}

	.add-space-small {
		margin-top:20px;
	}
	
	#content-foot {
		margin-left:0px; width:68.5%;
	}
	
	.responsive-tab-menu {
		position:absolute; top:0; background-color:#333; height:41px; width:100%;
	}
	
	#footer-quote {
		text-align:left; width:350px; margin-top:10px; margin-right:50px;
	}
	
	.populer-new{
		margin:10px 0px 20px; border-bottom:1px solid #ccc;
	}
	
	#addii {
		margin-left:0px;
	}
	
	.ulasan-width {
		width:22.9%;
	}
	
	.wrapper-category {
		width:80%;
	}

	.insta-style {
		padding:20px;
		position:realtive;
		float:left;
	}

	.insta-style img{
			border-radius:5px;
			border:1px solid #eee;
	}
	
	.user-insta {
		font-family:"open-san", sans-serif;
		font-size:12px;
		margin-top:10px;
	}
	
	img.photo-insta {
		width:30px;
		vertical-align:middle;
		border-radius:50%;
	}

	.insta-front {
		padding:1px;
		position:realtive;
		width:16.43%;
	}

	.insta-front img{
		border:1px solid #eee;
		opacity: 1;
   		transition: opacity .40s ease-in-out;
    	-webkit-transition: opacity .40s ease-in-out;
    	-moz-transition: opacity .40s ease-in-out;
    	-o-transition: opacity .40s ease-in-out;
		width:100%;
	}
	
	.insta-front img:hover{
		opacity:0.75;
	}
	
	.insta-front-box {
		margin-bottom:10px;
	}
	
	.partners {
		margin-left:1.1%;margin-top:10px; font-size:14px;
	}
	
	.partners a, .insta-front-box a {
		text-decoration:none;
		color:#DC5343;
	}
	
	.banner-head {
		margin:0 auto;
		width:996px;
	}
	
	.wrap-advertiser {
		background-color:#DDDDDD;
		padding:20px;
		margin-top:-20px;
		margin-bottom:20px;
	}
	
	ul.mega-sub-menu li ul li {
		margin:100px 0px;
	} 
	
	.add-sidebar-foot {
		float:right;
		width:300px;
		margin-right:-10px;
	}
	
	.loadmorebutton {
		background-color:#ED7070;
		padding:7px 10px;
		cursor:pointer;
		width:100px;
		margin:0 auto;
		text-align:center;
		border-radius:5px;
		color:#FFFFFF;
		font-family:Arial, Helvetica, sans-serif;
		font-size:16px;
		margin-top:30px;
	}
	
	.loadmorebutton label {
		cursor:pointer;
	}
		
	.loadmorebutton:hover {
		background-color:#D34646;
	}
	
	.loadmorebutton span {
		background-color:#FFFFFF;
		padding:7px 7px 3px 7px;
		border-radius:50%;
	}
	
	.recent-list {
		font-weight:100;
		margin-bottom:10px;
	}
	
		.big-feature {
		margin-top:-20px; height:550px; overflow:hidden; margin-bottom:10px; width:100%; position:relative;
	}
	
	.big-feature img {
		position:absolute; top: 50%;
        left: 50%;
        margin-right: -50%; transform: translate(-50%, -50%);
		width:100%;
	}
	
	.big-feature img.normal {
		position:relative;
		width:70px;
		margin:0 auto;
	}
	
	.content-partner {
		position:relative;
		bottom:-50px;
	}
	
	.title-big-feature {
		background-color:#000000; 
		padding:10px 10px 23px 10px; 
		display:inline-block; 
		font-family:'TGE',Arial Narrow,sans-serif; 
		line-height: 0.75em; 
		font-size:80px; 
		vertical-align: baseline; 
		letter-spacing: 3px;
		word-spacing: 0px; 
		color:#FFFFFF; 
		position:relative; 
		z-index:0;
	}
	
	.title-big-feature-transparant {
		padding:10px 10px 23px 10px; 
		display:inline-block; 
		font-family:'TGE',Arial Narrow,sans-serif; 
		font-size:90px; 
		vertical-align: baseline; 
		letter-spacing: 3px;
		word-spacing: 0px; 
		color:#FFFFFF; 
		position:relative; 
		z-index:0;
		line-height:95px;
		text-shadow: 1px 1px 6px #333333;
		text-align:center;
		width:100%;
	}
	
	.subtitle-big-feature {
		background-color:#000000; 
		padding:5px; 
		font-family:'acher', Verdana, Arial, Helvetica, sans-serif;
		font-size:20px; 
		margin-top:10px; 
		font-size:20px; 
		display:inline-block; 
		color:#FFFFFF; 
		position:relative; 
		z-index:0;
		letter-spacing:2px;
	}
	
	.subtitle-big-feature-transparant { 
		padding:5px; 
		font-family:'acher', Verdana, Arial, Helvetica, sans-serif;
		font-size:20px; 
		margin-top:-10px; 
		font-size:25px; 
		display:inline-block; 
		color:#FFFFFF; 
		position:relative; 
		z-index:0;
		letter-spacing:2px;
		text-shadow: 1px 1px 6px #333333;
		width:100%;
		text-align:center;
	}	
	.text-big-feature {
		position:absolute; z-index:20;margin: 0 auto; left: 0; right: 0; top:80px;
	}
	
	.note {
		width:800px;
		margin:0 auto;
		font-size:16px;
		font-family:Helvetica, sans-serif;
		text-align:center;
		margin-top:30px;
	}
	
	.content-kuis {
		width:640px;
		margin:0 auto;
		margin-top:20px;
	}
	
	
	.half {
		width:49%;
	}
	
	.half h2 a {
		text-decoration:none;
			color:#333333;
			font-weight:bold;
			font-size:36px;
			line-height:36px;
	}
	
	.half-box {
		height:310px;
	}
	
	.quote-bingkai {
		font-family:'quicksand',Verdana, Arial, Helvetica, sans-serif;
		font-size: 28px;
		width:60%;
		margin:0 auto;
		margin-top:40px;
	}
	
	.quote-bingkai-name {
		font-family:'quicksand',Verdana, Arial, Helvetica, sans-serif;
		font-size: 18px;
		width:60%;
		margin:0 auto;
		margin-top:20px;
	}
	
	.bingkai-first {
		float:left;
	}
	
	.bingkai-second {
		float:right;
	}
	
	img.center-box {
		position:absolute; top: 50%;
        left: 50%;
        margin-right: -50%; transform: translate(-50%, -50%);
	}
	
	.third {
		height:280px; overflow:hidden; margin-bottom:10px; width:33%; position:relative; margin-left:0.3%;
	}
	
	.third .third-title {
		position:absolute;
		z-index:20;
		width:90%;
		text-decoration:none;
		bottom:0px;
		padding:20px 5%;
		font-size:21px;
		line-height:25px;
		text-shadow: 2px 2px #333;
		-moz-box-shadow: inset 0 -200px 200px -200px #000000;
		-webkit-box-shadow: inset 0 -200px 200px -200px #000000;
		box-shadow: inset 0 -200px 200px -200px #000000;
	}
	.third-title a {
		text-decoration:none;
		color:#FFFFFF;
		font-family:'acher',Verdana, Arial, Helvetica, sans-serif;
		font-weight:bold;
		color:#FFFFFF;
	}
	
	.third-double {
		height:320px; overflow:hidden; margin-bottom:10px; width:66%; position:relative; margin-left:0.3%;
	}
	
	.third-double .third-title {
		position:absolute;
		z-index:20;
		width:90%;
		text-decoration:none;
		bottom:0px;
		padding:20px 5%;
		font-size:41px;
		line-height:35px;
		text-shadow: 1px 1px #000;
		-moz-box-shadow: inset 0 -200px 200px -200px #000000;
		-webkit-box-shadow: inset 0 -200px 200px -200px #000000;
		box-shadow: inset 0 -200px 200px -200px #000000;
	}

	.quote-style {
		font-family:'acher',Verdana, Arial, Helvetica, sans-serif;
		font-size: 25px;
		margin:0 auto;
		margin-top:5px;
	}
	
	.quote-style-sub {
		font-family:'acher',Verdana, Arial, Helvetica, sans-serif;
		font-size: 16px;
		margin:0 auto;
	}
	
	.quote-style-name, a.quote-style-name {
		font-size:30px;
		margin:10px 0px;
		font-weight:bold;
		font-family:Arial, Helvetica, sans-serif;
		color:#333;
		line-height:35px;
	}
	
	.parent-vcenter {
		width:100%;
		display:table;
	}
	
	.vcenter {
	  	vertical-align:middle;
    	display: table-cell;
	}
	
	.third-double-quote {
		width:61.9%; position:relative; margin-left:0.3%; padding:10px 0px;
		height:278px;
		padding:0px 2%;
		border:2px solid #FFFFFF;
		background-color:#FFFBCC;
		border:solid 2px #000000;
	}
	
	.polling {
		margin-top:20px;
		font-family:Arial, Helvetica, sans-serif;
		border:2px solid #333333;
		background-color:#FFFBCC;
		font-size:14px;
		width:50%;
		padding-right:10px;
	}
	
	.polling a {
		text-decoration:none;
		color:#E8624E;
	}

	h3.heading-big {
		text-decoration:none;
		color:#E8624E;
		font-family: "Roboto",Helvetica-Neue, sans-serif;
		font-size:30px;
		line-height:10px;
		font-weight:bold;
	}
	
	.mobile-only {
		display:none;
	}
	
	h1.title-page {
		text-decoration:none;
		color:#FFFFFF;
		font-family:'acher',Verdana, Arial, Helvetica, sans-serif;
		font-weight:bold;
		color:#333;
		font-size:28px;
		line-height:36px;
	}
	
	.bingkai-page p {
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size: 14px;
		line-height:20px;
	}
	
	.video-col-left {
		width:63%; margin-right:4%;
	}
	
	.video-col-right {
		width:33%;
	}
	
	.submenu-photo{
		padding:10px 30px 10px 30px;
	}
	.submenu-photo:hover > a, .submenu-photo:hover {
		background-color:#E5212A;
		color:#FFFFFF;
	}
	.submenu-photo a {
		font-size:15px;
		font: normal 15px/20px 'GothamRoundedBold', sans-serif;
	}
	.widthtujuhpuluh {
		width:70%;
	}
	
	.withtigapuluh {
		width:30%;
	}
	
	.highlight-wrap {
	background-color:#EEEEEE;
	}
	
	.second-2-kanal ul li {
		color:#000000;
		font-size:14px;
		text-align:left;
	}
	
	ul.half-view li {
		margin-bottom:10px;
		list-style:disc	;
		line-height:15px;
	}
	
	ul.half-view li a {
		color:#000000;
		color:#333;
		font-family:'Droid Sans', sans-serif;
		font-size:14px;
		font-weight:700;
		line-height:140%;
	}

	ul.related  {
		margin-left:-40px;
	}
	
	ul.related li img {
		width:100%;
		height:auto;
	}

	ul.related li {
		display:inline-table;
		width:33%;
		list-style:none;
		margin-bottom:30px;
		-webkit-column-gap: 10%; /* Chrome, Safari, Opera */
    	-moz-column-gap: 10%; /* Firefox */
    	column-gap: 10%;		
	}

	ul.related li a {
		font-family:Arial, Helvetica, sans-serif;
		font-size:16px;
		color:#333333;
		font-weight:bold;
		line-height:130%;
	}
	
	ul.related li div.title {
		padding:10px 7px 5px 7px;
	}

	.btnz {
    	display: block;
    	float: left;
    	padding: 3px 14px;
    	border:none;
    	background-color: #ececec;
    	text-decoration: none;
    	font-size: 14px;
    	color: #FFF;
	}
	.btnz:hover {
    	color: #efefef;
	}

	.facebook {
    	background-color: #3b5998;
	}
	.gplus {
    	background-color: #dd4b39;
	}
	.twitter {
    	background-color: #55acee;
	}
	.stumbleupon {
    	background-color: #eb4924;
	}
	.pinterest {
    	background-color: #cc2127;
	}
	.linkedin {
	    background-color: #0077b5;
	}
	.buffer {
    	background-color: #323b43;
	}
	.whatsapp {
    	background-color: #34af23;
	}
	.email {
    	background-color: #6a737b;
	}

	.btncomment {
    		display: block;
	    	width: 225px;
    		padding: 5px 14px;
	    	border:none;
    		background-color: #E5212A;
	    	text-decoration: none;
		text-align: center;
		font-weight: bold;
    		font-size: 14px;
	    	color: #FFF;
	    	border-radius: 5px;
	}
	.btncomment:hover {
    		background-color: red;
    		cursor: pointer;
	}

	.post-tags {
		float: left;
		margin-right: 5px;
		margin-bottom: 5px;
		background: lavender;
		padding: 1px 9px;
		cursor: pointer;
	}
	.post-tags>a {
		color: #4F4949;
		font-size: 14px;
	}
	.post-tags:hover {
		background: #E8624E;
	}
	.post-tags>a:hover {
		color: #FFF;
	}
	
}	
@media screen and (min-width: 1200px) {
	#wrapsearch {
    	margin-left: 53px;
    	margin-right: -9px;
  		display: inline-block;
  		height: 60px;
  		float: right;
  		padding: 0;
  		position: relative;
	}

	input#search {
  		height: 50px;
  		font-size: 55px;
  		display: inline-block;
  		/* font-family: "Lato"; */
  		font-family: 'Open Sans', sans-serif;
  		font-size: 16px;
  		font-weight: bold;
  		border: none;
  		outline: none;
  		color: white;
  		padding: 3px;
  		padding-right: 60px;
  		width: 0px;
  		position: absolute;
  		top: 0;
  		right: 0;
  		background: none;
  		z-index: 3;
  		transition: width .4s cubic-bezier(0.000, 0.795, 0.000, 1.000);
  		cursor: pointer;
	}
	input#search:focus:hover {
  		border-bottom: 1px solid #FFF;
	}
	input#search:focus {
  		width: 700px;
  		z-index: 1;
  		border-bottom: 1px solid #FFF;
  		cursor: text;
  		background-color: #E5212A;
	}
	input#search::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  		color: white;
	}
	input#search::-moz-placeholder { /* Firefox 19+ */
  		color: white;
	}
	input#search:-ms-input-placeholder { /* IE 10+ */
  		color: white;
	}
	input#search:-moz-placeholder { /* Firefox 18- */
  		color: white;
	}

	input#search_submit {
  		height: 60px;
  		width: 63px;
  		display: inline-block;
  		color:red;
  		float: right;
  		background: url(http://phinemo.com/wp-content/themes/projectav2/images/search-mobile.png) center center no-repeat;
  		background-size: 22px 22px;
  		text-indent: -10000px;
  		border: none;
  		position: absolute;
  		top: -1px;
  		right: 0;
  		z-index: 2;
  		/* opacity: 0.4; */
  		cursor: pointer;
  		transition: opacity .4s ease;
	}
	input#search_submit:hover {
  		/* opacity: 0.8; */
	}

	a {
		text-decoration:none;
	}
	a.black {
		color:#333;
	}
	a.white {
		color:#fff;
	}
	
	a.font-san {
		font-family:"open-san", sans-serif;
		font-size:14px;
		line-height:18px;
		font-weight:bold;
		letter-spacing:0.04em;
	}
	
	#wrapper {
		max-width:100%;
		width:100%;
		margin:0 auto;
		overflow:hidden;
	}
	#logo-head {
		font-family:Chunkfive;
		font-size:40px;
		color:#707070;
		margin-bottom:10px;
	}

	#logo-head a {
		color:#D95443;
		text-decoration:none;
	}

	#header {
		width:996px;
		margin:0 auto;
	}
	
	#desktop-header {
		padding:20px 0px 5px 0px;
		background-color:#FFFFFF;
	}
	
	#mobile-header {
	 	display:none;
	}
	
	#categories {
		border-top:1px solid #ccc;
		margin-top:0px;
		padding:0px;
		margin-bottom:20px;
		background-color:#E5212A;
	}
	
	#categories ul {
		padding:0px;
		margin:0px;
	}
	
	#categories ul li {
	 	display:inline-block;
		margin-right:20px;
		padding-top:10px;
		margin-top:-7px;
		-webkit-padding-start:0px;
	}
	
	#categories ul li.current-post-parent {
		border-top:1px solid #333;
	}
	
	#categories ul li.current-post-parent a {
		color:#333333;
	}

	#categories ul li a{
		color:#333333;
		font-family:Helvetica, sans-serif;
		font-size:14px;
		font-weight:500;
		text-decoration:none;
	}
	
	#main-content {
		width:69%;
		float:left;
		margin-left:-14px;
	}

	/**
	#main-content-kiri {
		width:50%;
		float:left;
		margin-left:-14px;
	}

	#main-content-kanan {
		width:50%;
		float:right;
		margin-right:-14px;
	}
	**/
	
	#list-content-full {
		width:101.4%;
		margin-left:-14px;
	}
	
	#sidebar {
		width:31.25%;
		float:right;
	}
	
	#menu-resp {
		display:none;
	}

	#headlines {
		width:100%;
		margin:0 auto;
		text-align:center;
		font-size:44px;
		letter-spacing:1;
		height:450px;
		margin-bottom:20px;
		color:#FFFFFF;
	}
	
	.wrapper2 {
		width:996px;
		margin:0 auto;
	}
	
	.wrap-content {
		margin-top:-5px;
		padding-top:10px;
		padding-left:-0px;
	}
	
	.content-wrap-width {
		width:24.5%;
		margin-left:0.25%;
		margin-right:0.25%;
	}

	.content-wrap-width-photo {
		width:48%;
		margin-left:1%;
		margin-right:1%;
	}
	
	#headlines .first {
		width:100%;
		height:100%;
		color:#000000;
	}
	
	.shadow-gradient {
		width:100%;
		height:100%	;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%, rgba(0,0,0,0.6) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(50%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.6))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,0.6) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,0.6) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,0.6) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,0.6) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#99000000',GradientType=0 ); /* IE6-9 */
	}
	
	#headlines .second {
		width:100%;
		height:100%;
		margin-top:20px;
	}
	
	#headlines .second-1, #headlines .second-2{
		height:60%;
		width:49%;
		margin-bottom:30px;
		float:left;
	}
	
	#headlines .second-1 {
		margin-right:2%;
	}
	
	h2.title-fp-first {
		/** font-family:'Droid Sans', sans-serif; */
		font-family: 'Arsenal', sans-serif;
		line-height:120%; margin: 0;
		width:900px;
		text-align:center;
		position: absolute;
		top: 50%;
		left: 50%;
		font-size:70px;
		margin-right: -50%;
		transform: translate(-50%, -50%)	
	}
	
	span.ket-bulan {
		padding:3px 8px;
		background-color:#FFCC99;
		font-size:12px;
		margin:10px 5px 5px 5px;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		border-radius: 2px;
	}
	
	span.author-fp-first {
		position:absolute; font-size:12px; bottom:15px; text-align:left; padding-left:20px;
	}
	
	h2.title-fp-second {
		position:absolute; font: 700 1.5rem 'Helvetica-Neue',sans-serif; bottom:25px; margin:0px 10px; text-align:center; z-index: 1;"
	}

	h2.title-fp-second-2 {
		position:absolute; font: 700 1.5rem 'Helvetica-Neue',sans-serif; bottom:40px; margin:0px 10px; text-align:left; z-index: 1;"
	}
	
	span.author-fp-second {
		position:absolute; font-size:12px; bottom:10px; text-align:left; padding-left:10px; z-index: 1;
	}
	
	article {
		max-width:307px;
		float:left;
		height:200px;
		margin-left:2.03%;
		width:31.24%;
		position:relative;
		margin-bottom:30px;
		position:relative;
	}
	
	article-custome {
		max-width:307px;
		float:left;
		height:250px;
		margin-left:2.03%;
		width:31.24%;
		position:relative;
		margin-bottom:30px;
		position:relative;
	}
	
	article img.mark-right {
		position:absolute;
		right:10px;
		top:145px;
	}

	article img.mark-right-video {
		position:absolute;
		right:10px;
		top:10px;
		position:absolute;
	}
	
	h2.title-fp, h2.title-fp-custome-page {
		color:#333;
		padding:5px;
		font-family:'Droid Sans', sans-serif;
		font-weight:700;
		font-size:14px;
		margin:0px;
		margin-bottom:-5px;
		line-height:17px;
	}

	a.title-photo-single h3  {
		color:#333;
		padding:5px;
		font-family:"open-san", sans-serif;
		font-weight:700;
		font-size:16px;
		line-height:20px;
		margin:0px;
	}
	
	a.title-photo-single {
		text-decoration:none;
	}

	.post-category {
		position:absolute;
		top:15px;
		left:15px;
		color:#FFFFFF;
		background-color:#D85443;
		font-size:12px;
		font-family:Arial, Helvetica, sans-serif;
		padding:5px 5px;
		font-weight:bold;
		line-height:12px;
	}
	
	.post-category a {
		color:#FFF;
		text-decoration:none;
	}
	
	img.main-thumb {
		width:100%;
		height: auto;
	}
	
	img.read-more-thumb {
		width:90px;
	}
	
	#single-content {
		width:66.66%;
		float:left;
	}
	
	#single-story {
		width:80%;
		float:left;
		margin-left:10%;
	}
	
	#single-content h1 {
		font-family: 'Arsenal', sans-serif;
	}
	
	#single-content h2 {
		text-decoration:none;
		color:#353535;
		font-family: 'Arsenal', sans-serif;
		font-size:28px;
		line-height:35px;
		font-weight:bold;
	}

	#single-content h3 {
		font-family: 'Arsenal', sans-serif;
	}
		
	#single-content h1 a, #photo-galery h1 a, #single-coloum h1 a  {
		text-decoration:none;
		color:#333333;
		/** font-family: "Roboto", Helvetica-Neue, sans-serif; */
		font-family: 'Arsenal', sans-serif;
		font-size:42px;
		line-height:1.1em;
		font-weight:bold;
	}

	#title-content h1 a  {
		text-decoration:none;
		color:#333333;
		font-family: 'Arsenal', sans-serif;
		font-size:42px;
		line-height:1.1em;
		font-weight:bold;
	}
	
	.author-sp a {
		color:#555;
		text-decoration:none;
	}
	
	.author-sp {
		color:#555;
		font-family: 'Open Sans', sans-serif;
	    	font-size: 14px;
	}
	
	.content-sp p {
		font-family: 'Open Sans', sans-serif;
   		font-size: 16px;
    		line-height: 160%;
    		color: #333;
    		font-weight: 400;
	}
	
	.share-sp {
		margin-top:20px;
		margin-bottom:-10px;
	}
	
	.wp-caption {
		background: #fff;
		border: 0px solid #f0f0f0;
		max-width: 100%; /* Image does not overflow the content area */
		padding:0px;
		text-align: left;
	}
	
	.wp-caption p.wp-caption-text {
		font-style:italic;
		font-size:12px;
		color:#555;
		padding:0px;
		padding-top:5px;
	}

	.wp-caption img, p img {
		border: 0 none;
		height: auto;
		margin: 0;
		max-width: 100%;
		padding: 0;
		width: 100%;
	}
	
	.wp-caption img.default-size, p img.default-size {
		width:auto;
	}
	
	.sidebar-content, .sidebar-content-bingkai {
		margin-top:20px;
		/** font-family: Helvetica, sans-serif; */
		font-family: 'Arsenal', sans-serif;
		width:300px;
	}
	
	.sidebar-content h1, .sidebar-content-bingkai h1 {
		font-size:25px;
		font-weight:bold;
	}
	
	.sidebar-content hr, .sidebar-content-bingkai hr {
		border:0px;
		border-top:1px solid #999;
	}
	
	.article-trend {
		width:100%;
	}
	
	.sidebar-content ul h2, .sidebar-content-bingkai ul h2 {
		/** font-family: Helvetica, sans-serif; */
		font-family: 'Arsenal', sans-serif;
		font-size:18px;
		line-height:20px;
		margin-bottom:0px;
		font-weight:bold;
		padding:0px 5px;
	}
	
	.sidebar-content ul, .sidebar-content-bingkai ul {
		margin-left:-40px;
	}
	
	.sidebar-content .post-category a, .sidebar-content-bingkai .post-category a{
		color:#FFFFFF;
	}
	
	.sidebar-content ul li, .sidebar-content-bingkai ul li {
		margin-bottom:20px;
		list-style:none;
		padding-bottom:10px;
	}
	
	
	.sidebar-content ul li .image-crop, .sidebar-content-bingkai ul li .image-crop {
		height:120px;
		overflow:hidden;
		margin-bottom:-5px;
	}
	
	.sidebar-content ul a, .sidebar-content-bingkai ul a {
		text-decoration:none;
		color:#333333;
	}
	
	span.author-sidebar {
		font-size:12px;
		margin-left:5px;
		color:#999;
	}
	
	.subscriber {
		margin-bottom:20px;
		background-color:#666666;
		color:#FFFFFF;
		padding:15px 30px 20px 30px;
		font-family:Helvetica, sans-serif;
	}
	
	.subscriber input {
		padding:10px;
	}
	
	.subscriber input.text-subs {
		margin-left:17px;
	}
	
	.subscriber h2 {
		line-height:0;
		margin-bottom:10px;
		margin-top:33px;
	}
	
	.related h3 {
		font-family:Helvetica, sans-serif;
		font-size:16px;
		color:#333333;
	}
	
	.box-category h1 a {
		text-decoration:none;
		color:#333333;
		font-family:Helvetica Neue, sans-serif;
	}

	.box-author {
		text-align:center;
		max-width:640px;
		margin:0 auto;
	}

	.box-author h1 a {
		text-decoration:none;
		color:#333333;
		font-family:Helvetica Neue, sans-serif;
	}
	
	.search-form {
		width:100%;
		max-width:960px;
		margin:0 auto;
		margin-bottom:20px;
	}
	
	input.search-input {
		width:89.3%;
		font-size:24px;
		float:left;
		padding:10px 7px 10px 7px;
		border:1px solid #CCCCCC;
		color:#333;
	}
	
	.search-submit {
		width:9%;
		height:51px;
		border:0px;
		float:left;
		background:url(images/search-form.png) no-repeat;
		background-position: 27px 10px;
		background-color:#D95443;
		cursor:pointer;
	}
	
	#categories-list {
		margin:0 auto;
		max-width:640px;
		width:100%;
		color:#333333;
		margin-top:10px;
	}
	
	#categories-list .search-form {
		width:100%;
		max-width:960px;
		margin:0 auto;
		margin-bottom:20px;
	}
	
	#categories-list input.search-input {
		width:88%;
		font-size:24px;
		float:left;
		padding:10px 7px 10px 7px;
		border:1px solid #CCCCCC;
		color:#333;
	}
	
	#categories-list .search-submit {
		width:9%;
		height:51px;
		border:0px;
		float:left;
		background:url(images/search-form.png) no-repeat;
		background-position: 13px 10px;
		background-color:#D95443;
		cursor:pointer;
	}
	
	.like-box-col {
		text-align:center; width:50%;
		float:left;
	}
	
	.facebook-like-fixed {
		position:fixed;
		bottom:-280px;
	}
	
	.single-photo {
		margin-top:20px;
		border-top:1px solid #CCCCCC;
		border-bottom:1px solid #CCCCCC;
		padding:20px 0px 20px 0px;
	}
	
	.pho-author {
		margin-right:15px;
		float:left;
	}
	
	a.link-name {
		font-family:Arial, Helvetica, sans-serif;
		font-weight:bold;
		color:#333;
		text-decoration:none;
	}
	
	.im {
		line-height:12px;
	}
	
	.im a {
		color:#C80F32;
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		text-decoration:none;
	}
	
	ul.page-menus li {
		border:0px;
		text-align:left;
		margin:0px 25px;
		list-style:disc;
		font-size:16px;
	}
	
	ul.page-menus li a {
		color:#C80F32;
		text-decoration:none;
	}
	
	.facebook-box-page {
		text-align:center;
	}
	
	.sidebar-content-page ul {
		margin-left:-50px;
		color:#666666;
	}
	
	.sidebar-content-page ul ul li {
		margin-left:30px;
	}

	blockquote {
		font-family: Georgia, serif;
		font-size: 18px;
		font-style: italic;
		margin: 0.25em 0;
		padding: 0.25em 10px 0.25em 40px;
		line-height: 1.45;
		position: relative;
		color: #383838;
		background:#ececec;
	}
	
	blockquote:before {
		display: block;
		content: "\201C";
		font-size: 80px;
		position: absolute;
		left: 0px;
		top: -10px;
		color: #7a7a7a;
	}
	
	blockquote cite {
		color: #999999;
		font-size: 14px;
		display: block;
		margin-top: 5px;
	}
	 
	blockquote cite:before {
		content: "\2014 \2009";
	}
	
	.hidden-desktop {
		display:none;
	}
	
	
/* tab-single-hide */
	ul.tabs{
			margin: 0px;
			padding: 0px;
			list-style: none;
			border-bottom:1px solid #D85443;
	}
	ul.tabs li{
		background: none;
		color: #222;
		display: inline-block;
		padding: 5px 10px;
		cursor: pointer;
		border:0px;
		margin-bottom:0px;
	}

	ul.tabs li.current{
		background: #D85443;
		color: #fff;
	}

	.tab-content{
		display: none;
	}

	.tab-content.current{
		display: inherit;
	}

	.tag-cat a {
		text-decoration:none;
		color:#999999;
	}
	
	.tag-cat {
		text-transform: uppercase;
		margin-top:40px;
		margin-bottom:-20px;
		font-family:Helvetica, sans-serif;
		color:#333;
		font-size:13px;
		font-weight:bold;
	}
	
	.big-quote p {
		font-size:25px;
		font-style:italic;
		text-align:center;
		line-height:32px;
		color:#313131;
		border-top:1px solid #ccc;
		border-bottom:1px solid #ccc;
		padding:15px 0px;
	}
	
	.footer-menu-sub {
		margin-right:70px;
	}
	
	.article-foot{
		min-height:180px;
		height:auto;
		position:relative;
	}
	
	h2.title-foot-post{
		color:#333;
		font-family: 'Droid Sans', sans-serif;
		font-size:24px;
		font-weight:bold;
		line-height:140%;
		margin:0px;
		margin-bottom:-5px;
		text-decoration:none;
	}
	
	h2.title-foot-post a{
		text-decoration:none;
		color:#333;
	}
	
	.author-foot-post a{
		color:#333333;
		font-size:12px;
		text-decoration:none;
	}
	
	.foot-excert {
		width:70%;
	}

	.foot-excert-video {
		width:60%;
	}


	.foot-excert-video a {
		font-size:12px;
		line-height:14px;
	}

	
	video-series {
		float:left;
		background-color:#333333;
	}
	
	h2.title-video{
		font-family:"open-san", sans-serif;
		font-size:18px;
		margin:0px;
		margin-bottom:-5px;
		color:#FFFFFF;
		margin:5px 10px 10px 10px;
	}
	
	video-series a, #recomended a{
		text-decoration:none;
	}
	
	.video-box {
		border:1px solid #CCCCCC; width:30%; margin-left:1.1%;margin-top:20px; background-color:#333333;
	}
	
	.link-video-all, .link-video-all a {
		font-family:Arial, Helvetica, sans-serif; font-size:12px; text-align:right; color:#FFFFFF; margin:0px 10px 10px; text-decoration:none;
	}
		
	#rec-div {
		width:30%; margin-left:1%; margin-bottom:10px;
	}
	
	#recomended h2 {
		color:#333;
		font-family:'Droid Sans', sans-serif;
		font-size:20px;
		margin:0px;
		margin-bottom:-5px;
		margin:5px 10px 10px 10px;
	}

	#recomended h2:hover {
		color: #E5212A
	}

	ol.wpp-list {
		list-style-type: none;
		list-style-type: decimal !ie; /*IE 7- hack*/
	
		margin: 0;
		margin-left: 3em;
		padding: 0;
	
		counter-reset: li-counter;
	}
	
	ol.wpp-list > li{
		position: relative;
		margin-bottom: 20px;
		margin-left:-52px;
		margin-right:5px;
		padding-left: 1.8em;
		min-height: 2.5em;
		/* border-left: 2px solid #CCCCCC; */
		font-size:14px;
		font-family:'Droid Sans', sans-serif;
		font-weight:400;
		line-height:20px;
	}
	
	ol.wpp-list > li a{
		text-decoration:none;
		color:#333333;
		font-weight:bold;
	}
	
	ol.wpp-list > li:before {
		position: absolute;
		top: 0;
		left: -1em;
		width: 1.8em;
		border-right: 2px solid #CCCCCC;
		padding-right: 4px;
		font-size: 1.5em;
		line-height: 1;
		font-weight: bold;
		text-align: right;
		color: #DC5343;
		content: counter(li-counter);
		counter-increment: li-counter;
	}
	
	ol.wpp-list li span.wpp-stats { display:block; }
	
	h2.heading-new {
		font-size:14px; letter-spacing:1px; font-family:Verdana, Arial, Helvetica, sans-serif; font-weight:700; margin-left:14px;
	}
	
	h2.heading-new a {
		float:right;
		text-decoration:none;
		color:#DC5343;
		font-size:12px;
		letter-spacing:0px;
	}
	
	h2.heading-side {
		font-size:23px; letter-spacing:1px; font-weight:700; color:#333; margin-bottom:-10px;
	}
	
	.add-space {
		margin-top:50px;
	}

	.add-space-small {
		margin-top:20px;
	}
	
	#content-foot {
		margin-left:0px; width:68.5%;
	}
	
	.responsive-tab-menu {
		position:absolute; top:0; background-color:#333; height:41px; width:100%;
	}
	
	#footer-quote {
		text-align:left; width:350px; margin-top:10px; margin-right:50px;
	}
	
	.populer-new{
		margin:10px 0px 20px; border-bottom:1px solid #ccc;
	}
	
	#addii {
		margin-left:0px;
	}
	
	.ulasan-width {
		width:22.9%;
	}
	
	.wrapper-category {
		width:80%;
	}

	.insta-style {
		padding:20px;
		position:realtive;
		float:left;
	}

	.insta-style img{
			border-radius:5px;
			border:1px solid #eee;
	}
	
	.user-insta {
		font-family:"open-san", sans-serif;
		font-size:12px;
		margin-top:10px;
	}
	
	img.photo-insta {
		width:30px;
		vertical-align:middle;
		border-radius:50%;
	}

	.insta-front {
		padding:1px;
		position:realtive;
		width:16.43%;
	}

	.insta-front img{
		border:1px solid #eee;
		opacity: 1;
   		transition: opacity .40s ease-in-out;
    	-webkit-transition: opacity .40s ease-in-out;
    	-moz-transition: opacity .40s ease-in-out;
    	-o-transition: opacity .40s ease-in-out;
		width:100%;
	}
	
	.insta-front img:hover{
		opacity:0.75;
	}
	
	.insta-front-box {
		margin-bottom:10px;
	}
	
	.partners {
		margin-left:1.1%;margin-top:10px; font-size:14px;
	}
	
	.partners a, .insta-front-box a {
		text-decoration:none;
		color:#DC5343;
	}
	
	.banner-head {
		margin:0 auto;
		width:996px;
	}
	
	.wrap-advertiser {
		background-color:#DDDDDD;
		padding:20px;
		margin-top:-20px;
		margin-bottom:20px;
	}
	
	ul.mega-sub-menu li ul li {
		margin:100px 0px;
	} 
	
	.add-sidebar-foot {
		float:right;
		width:300px;
		margin-right:-10px;
	}
	
	.loadmorebutton {
		background-color:#ED7070;
		padding:7px 10px;
		cursor:pointer;
		width:100px;
		margin:0 auto;
		text-align:center;
		border-radius:5px;
		color:#FFFFFF;
		font-family:Arial, Helvetica, sans-serif;
		font-size:16px;
		margin-top:30px;
	}
	
	.loadmorebutton label {
		cursor:pointer;
	}
		
	.loadmorebutton:hover {
		background-color:#D34646;
	}
	
	.loadmorebutton span {
		background-color:#FFFFFF;
		padding:7px 7px 3px 7px;
		border-radius:50%;
	}
	
	.recent-list {
		font-weight:100;
		margin-bottom:10px;
	}
	
	.big-feature {
		margin-top:-20px; height:550px; overflow:hidden; margin-bottom:10px; width:100%; position:relative;
	}
	
	.big-feature img {
		position:absolute; top: 50%;
        left: 50%;
        margin-right: -50%; transform: translate(-50%, -50%);
		width:100%;
	}
	
	.big-feature img.normal {
		position:relative;
		width:70px;
		margin:0 auto;
	}
	
	.content-partner {
		position:relative;
		bottom:-50px;
	}
	
	.title-big-feature {
		background-color:#000000; 
		padding:10px 10px 23px 10px; 
		display:inline-block; 
		font-family:'TGE',Arial Narrow,sans-serif; 
		line-height: 0.75em; 
		font-size:80px; 
		vertical-align: baseline; 
		letter-spacing: 3px;
		word-spacing: 0px; 
		color:#FFFFFF; 
		position:relative; 
		z-index:0;
	}
	
	.title-big-feature-transparant {
		padding:10px 10px 23px 10px; 
		display:inline-block; 
		font-family:'TGE',Arial Narrow,sans-serif; 
		font-size:90px; 
		vertical-align: baseline; 
		letter-spacing: 3px;
		word-spacing: 0px; 
		color:#FFFFFF; 
		position:relative; 
		z-index:0;
		line-height:95px;
		text-shadow: 1px 1px 6px #333333;
		text-align:center;
		width:100%;
	}
	
	.subtitle-big-feature {
		background-color:#000000; 
		padding:5px; 
		font-family:'acher', Verdana, Arial, Helvetica, sans-serif;
		font-size:20px; 
		margin-top:10px; 
		font-size:20px; 
		display:inline-block; 
		color:#FFFFFF; 
		position:relative; 
		z-index:0;
		letter-spacing:2px;
	}
	
	.subtitle-big-feature-transparant { 
		padding:5px; 
		font-family:'acher', Verdana, Arial, Helvetica, sans-serif;
		font-size:20px; 
		margin-top:-10px; 
		font-size:25px; 
		display:inline-block; 
		color:#FFFFFF; 
		position:relative; 
		z-index:0;
		letter-spacing:2px;
		text-shadow: 1px 1px 6px #333333;
		width:100%;
		text-align:center;
	}	
	.text-big-feature {
		position:absolute; z-index:20;margin: 0 auto; left: 0; right: 0; top:80px;
	}
	
	.note {
		width:800px;
		margin:0 auto;
		font-size:16px;
		font-family:Helvetica, sans-serif;
		text-align:center;
		margin-top:30px;
	}
	
	.content-kuis {
		width:640px;
		margin:0 auto;
		margin-top:20px;
	}
	
	.half {
		width:49%;
	}
	
	.half h2 a {
		text-decoration:none;
			color:#333333;
			font-weight:bold;
			font-size:36px;
			line-height:36px;
	}
	
	.half-box {
		height:310px;
	}
	
	.quote-bingkai {
		font-family:'quicksand',Verdana, Arial, Helvetica, sans-serif;
		font-size: 28px;
		width:60%;
		margin:0 auto;
		margin-top:40px;
	}
	
	.quote-bingkai-name {
		font-family:'quicksand',Verdana, Arial, Helvetica, sans-serif;
		font-size: 18px;
		width:60%;
		margin:0 auto;
		margin-top:20px;
	}
	
	.bingkai-first {
		float:left;
	}

	
	.bingkai-second {
		float:right;
	}
	
	img.center-box {
		position:absolute; top: 50%;
        left: 50%;
        margin-right: -50%; transform: translate(-50%, -50%);
	}
	
	.third {
		height:280px; overflow:hidden; margin-bottom:10px; width:33%; position:relative; margin-left:0.3%;
	}
	
	.third .third-title {
		position:absolute;
		z-index:20;
		width:90%;
		text-decoration:none;
		bottom:0px;
		padding:20px 5%;
		font-size:21px;
		line-height:25px;
		text-shadow: 2px 2px #333;
		-moz-box-shadow: inset 0 -200px 200px -200px #000000;
		-webkit-box-shadow: inset 0 -200px 200px -200px #000000;
		box-shadow: inset 0 -200px 200px -200px #000000;
	}
	.third-title a {
		text-decoration:none;
		color:#FFFFFF;
		font-family:'acher',Verdana, Arial, Helvetica, sans-serif;
		font-weight:bold;
		color:#FFFFFF;
	}
	
	.third-double {
		height:320px; overflow:hidden; margin-bottom:10px; width:66%; position:relative; margin-left:0.3%;
	}
	
	.third-double .third-title {
		position:absolute;
		z-index:20;
		width:90%;
		text-decoration:none;
		bottom:0px;
		padding:20px 5%;
		font-size:41px;
		line-height:35px;
		text-shadow: 1px 1px #000;
		-moz-box-shadow: inset 0 -200px 200px -200px #000000;
		-webkit-box-shadow: inset 0 -200px 200px -200px #000000;
		box-shadow: inset 0 -200px 200px -200px #000000;
	}

	.quote-style {
		font-family:'acher',Verdana, Arial, Helvetica, sans-serif;
		font-size: 25px;
		margin:0 auto;
		margin-top:5px;
	}
	
	.quote-style-sub {
		font-family:'acher',Verdana, Arial, Helvetica, sans-serif;
		font-size: 16px;
		margin:0 auto;
	}
	
	.quote-style-name, a.quote-style-name {
		font-size:30px;
		margin:10px 0px;
		font-weight:bold;
		font-family:Arial, Helvetica, sans-serif;
		color:#333;
		line-height:35px;
	}
	
	.parent-vcenter {
		width:100%;
		display:table;
	}
	
	.vcenter {
	  	vertical-align:middle;
    	display: table-cell;
	}
	
	.third-double-quote {
		width:61.9%; position:relative; margin-left:0.3%; padding:10px 0px;
		height:278px;
		padding:0px 2%;
		border:2px solid #FFFFFF;
		background-color:#FFFBCC;
		border:solid 2px #000000;
	}
	
	.polling {
		margin-top:20px;
		font-family:Arial, Helvetica, sans-serif;
		border:2px solid #333333;
		background-color:#FFFBCC;
		font-size:14px;
		width:50%;
		padding-right:10px;
	}
	
	.polling a {
		text-decoration:none;
		color:#E8624E;
	}

	h3.heading-big {
		text-decoration:none;
		color:#E8624E;
		font-family: "Roboto",Helvetica-Neue, sans-serif;
		font-size:30px;
		line-height:10px;
		font-weight:bold;
	}
	
	.mobile-only {
		display:none;
	}
	
	h1.title-page {
		text-decoration:none;
		color:#FFFFFF;
		font-family:'acher',Verdana, Arial, Helvetica, sans-serif;
		font-weight:bold;
		color:#333;
		font-size:28px;
		line-height:36px;
	}
	
	.bingkai-page p {
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size: 14px;
		line-height:20px;
	}
	
	.video-col-left {
		width:63%; margin-right:4%;
	}
	
	.video-col-right {
		width:33%;
	}
	
	.submenu-photo{
		padding:10px 30px 10px 30px;
	}
	.submenu-photo:hover > a, .submenu-photo:hover {
		background-color:#E5212A;
		color:#FFFFFF;
	}
	.submenu-photo a {
		font-size:15px;
		font: normal 15px/20px 'GothamRoundedBold', sans-serif;
	}
	.widthtujuhpuluh {
		width:70%;
	}
	
	.withtigapuluh {
		width:30%;
	}
	
	.highlight-wrap {
	background-color:#EEEEEE;
	}
	
	.second-2-kanal ul li {
		color:#000000;
		font-size:14px;
		text-align:left;
	}
	
	ul.half-view li {
		margin-bottom:10px;
		list-style:disc	;
		line-height:15px;
	}
	
	ul.half-view a {
		color:#000000;
		color:#333;
		font-family:'Droid Sans', sans-serif;
		font-size:14px;
		font-weight:700;
		line-height:140%;
	}
	
	.content-sp ul li {
		line-height:20px;
		padding-bottom:10px;
		font-family: 'Open Sans',sans-serif;
    		font-size: 16px;
	}

	ul.related  {
		margin-left:-40px;
	}
	
	ul.related li img {
		width:100%;
		height:auto;
	}

	ul.related li {
		display:inline-table;
		width:33%;
		list-style:none;
		margin-bottom:30px;
		-webkit-column-gap: 10%; /* Chrome, Safari, Opera */
    	-moz-column-gap: 10%; /* Firefox */
    	column-gap: 10%;		
	}

	ul.related li a {
		font-family:Arial, Helvetica, sans-serif;
		font-size:16px;
		color:#333333;
		font-weight:bold;
		line-height:130%;
	}
	
	ul.related li div.title {
		padding:10px 7px 5px 7px;
	}

	.btnz {
    	display: block;
    	float: left;
    	padding: 3px 15px;
    	border:none;
    	background-color: #ececec;
    	text-decoration: none;
    	font-size: 14px;
    	color: #FFF;
	}
	.btnz:hover {
    	color: #efefef;
	}

	.facebook {
    	background-color: #3b5998;
	}
	.gplus {
    	background-color: #dd4b39;
	}
	.twitter {
    	background-color: #55acee;
	}
	.stumbleupon {
    	background-color: #eb4924;
	}
	.pinterest {
    	background-color: #cc2127;
	}
	.linkedin {
	    background-color: #0077b5;
	}
	.buffer {
    	background-color: #323b43;
	}
	.whatsapp {
    	background-color: #34af23;
	}
	.email {
    	background-color: #6a737b;
	}

	.btncomment {
    		display: block;
	    	width: 225px;
    		padding: 5px 14px;
	    	border:none;
    		background-color: #E5212A;
	    	text-decoration: none;
		text-align: center;
    		font-size: 16px;
		font-weight: bold;
	    	color: #FFF;
	    	border-radius: 5px;
	}
	.btncomment:hover {
    		background-color: red;
	    	cursor: pointer;
	}

	.post-tags {
		float: left;
		margin-right: 6px;
		margin-bottom: 6px;
		background: lavender;
		padding: 1px 10px;
		cursor: pointer;
	}
	.post-tags>a {
		color: #4F4949;
		font-size: 15px;
	}
	.post-tags:hover {
		background: #E8624E;
	}
	.post-tags>a:hover {
		color: #FFF;
	}
	
}	
@media screen and (max-width:644px) {
	#wrapsearch {
    	margin-left: 53px;
    	margin-right: -9px;
  		display: inline-block;
  		height: 60px;
  		float: right;
  		padding: 0;
  		position: relative;
	}

	input#search {
  		height: 50px;
  		font-size: 55px;
  		display: inline-block;
  		/* font-family: "Lato"; */
  		font-family: 'Open Sans', sans-serif;
  		font-size: 16px;
  		font-weight: bold;
  		border: none;
  		outline: none;
  		color: white;
  		padding: 3px;
  		padding-right: 60px;
  		width: 0px;
  		position: absolute;
  		top: 0;
  		right: 0;
  		background: none;
  		z-index: 3;
  		transition: width .4s cubic-bezier(0.000, 0.795, 0.000, 1.000);
  		cursor: pointer;
	}
	input#search:focus:hover {
  		border-bottom: 1px solid #FFF;
	}
	input#search:focus {
  		width: 250px;
  		z-index: 1;
  		border-bottom: 1px solid #FFF;
  		cursor: text;
  		background-color: #E5212A;
	}
	input#search::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  		color: white;
	}
	input#search::-moz-placeholder { /* Firefox 19+ */
  		color: white;
	}
	input#search:-ms-input-placeholder { /* IE 10+ */
  		color: white;
	}
	input#search:-moz-placeholder { /* Firefox 18- */
  		color: white;
	}

	input#search_submit {
  		height: 60px;
  		width: 63px;
  		display: inline-block;
  		color:red;
  		float: right;
  		background: url(http://phinemo.com/wp-content/themes/projectav2/images/search-mobile.png) center center no-repeat;
  		background-size: 20px 20px;
  		text-indent: -10000px;
  		border: none;
  		position: absolute;
  		top: -2px;
  		right: 0;
  		z-index: 2;
  		/* opacity: 0.4; */
  		cursor: pointer;
  		transition: opacity .4s ease;
	}
	input#search_submit:hover {
  		/* opacity: 0.8; */
	}

	#wrapper {
		max-width:500px;
		width:100%;
		display:block;
		margin:0 auto;
		position:relative;
	}
	
	.wrapper2 {
		max-width:500px;
		width:100%;
		margin:0 auto;
	}
	
	#wrapper img {
		border:none;
	}
	#main-content {
		width:100%;
		max-width:500px;
		margin-bottom:10px;
	}
	#sidebar {
		width:100%;
	}
	#header {
		max-width:500px;
		width:100%;
		min-height:35px;
		margin:0 auto;
		position:fixed;
		top:0;
		border-bottom:1px solid #CCCCCC;
		background-color:#FFFFFF;
		z-index:100;
		padding-top:10px;
	}
	#mobile-header {
		width:100%;
		max-width:500px;
	}
	
	#logo-head {
		font-family:Chunkfive;
		font-size:32px;
		color:#707070;
		margin-bottom:10px;
		margin-left:5px;
	}
	#logo-head a {
		color:#D95443;
		text-decoration:none;
	}

	#menu-resp {
		padding:5px 7px 0px 7px;
	}

	#desktop-header {
		display:none;
	}
	
	#headlines {
		width:100%;
		text-align:center;
		font-size:44px;
		letter-spacing:1;
		margin-bottom:20px;
		color:#FFFFFF;
	}
	
	#headlines .first {
		width:100%;
		height:400px;
		color:#000000;
		margin-bottom:30px;
		margin-top:30px;
	}
	
	.shadow-gradient {
		width:100%;
		height:100%;
		background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%, rgba(0,0,0,0.6) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(50%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.6))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,0.6) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,0.6) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,0.6) 100%); /* IE10+ */
		background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,0.6) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#99000000',GradientType=0 ); /* IE6-9 */
	}
	
	#headlines .second {
		width:100%;
	}
	
	#headlines .second-1, #headlines .second-2{
		height:300px;
		width:100%;
		margin-bottom:10px;
	}
	
	#headlines .second-1 {
		margin-bottom:30px;
	}
	
	h2.title-fp-first {
		position:absolute; bottom:50px; font-family: 'Arsenal', sans-serif; margin:0px 10px; text-align:left; line-height:35px; font-size:31px;
	}
	
	span.ket-bulan {
		padding:3px 8px;
		background-color:#FFCC99;
		font-size:12px;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		border-radius: 2px;
	}
	
	span.author-fp-first {
		position:absolute; font-size:12px; bottom:15px; text-align:left; padding-left:10px;
	}
	
	h2.title-fp-second {
		position:absolute; font-family:'Helvetica-Neue',sans-serif; font-size:20px; line-height:25px; bottom:30px; margin:0px 10px; text-align:left; z-index: 1;
	}

	h2.title-fp-second-2 {
		position:absolute; font-family:'Helvetica-Neue',sans-serif; font-size:20px; line-height:25px; bottom:30px; margin:0px 10px; text-align:left; z-index: 1;
	}
	
	span.author-fp-second {
		position:absolute; font-size:12px; bottom:2px; text-align:left; padding-left:10px; z-index: 1;
	}
	
	h2.title-fp, h2.title-fp-custome-page {
		font-family:'Droid Sans', sans-serif;
		font-size:14px;
		line-height:18px;
	}
	
	article-custome a {
		color:#000000;
	}
	
	h3.title-fp {
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		line-height:22px;
	}
	
	article, article-custome {
		max-width:100%;
		width:100%;
		position:relative;
		margin-bottom:15px;
	}
	
	article img.main-thumb, article-custome img.main-thumb {
		width:30%;
		float:left;
	}
	
	.mobile-float {
		float:left;
		width:69%;
		margin-top:-9px;
	}
	
	.post-category {
		position:absolute;
		top:10px;
		left:10px;
		color:#FFFFFF;
		background-color:#D85443;
		font-size:12px;
		font-family:Arial, Helvetica, sans-serif;
		padding:5px 5px;
		font-weight:bold;
		line-height:12px;
		display:none;
	}
	
	.post-category a {
		color:#FFF;
		text-decoration:none;
	}
	
	#single-content {
		margin-top:20px;
	}
	
	#single-content h1, #photo-galery h1, #single-coloum h1 {
		text-align:left;
		padding:0px 10px;
		margin-bottom:2px;
		font-family: 'Arsenal', sans-serif;
	}
	
	h2.mob {
		font-size:15px;
		line-height:18px;
	}
	
	
	
	#single-content h2 {
		text-decoration:none;
		color:#353535;
		font-family: 'Arsenal', sans-serif;
		font-size:25px;
		line-height:32px;
		font-weight:bold;
		padding:0px 10px;
	}

	#single-content h3 {
		font-family: 'Arsenal', sans-serif;
	}
	
	#single-content h1 a, #photo-galery h1 a, #single-coloum h1 a {
		text-decoration:none;
		color:#333333;
		/** font-family: "Roboto", Helvetica-Neue, sans-serif; */
		font-family: 'Arsenal', sans-serif;
		font-size:28px;
		line-height:1.1em;
		font-weight:bold;
	}

	#title-content h1 a  {
		text-decoration:none;
		color:#333333;
		font-family: 'Arsenal', sans-serif;
		font-size:28px;
		line-height:1.1em;
		font-weight:bold;
	}
	
	.author-sp a {
		color:#555;
		text-decoration:none;
	}
	
	.author-sp {
		color:#555;
		text-align:left;
		padding:0px 10px;
		font-family: 'Open Sans', sans-serif;
	}
	
	.content-sp p {
		padding:5px 10px;
		font-size:14px;
		line-height:20px;
	}

	.share-sp {
		text-align:center;
		margin-top:20px;
	}
	
	.wp-caption {
		background: #fff;
		border: 0px solid #f0f0f0;
		max-width: 100%; /* Image does not overflow the content area */
		padding:0px;
		text-align: left;
	}
	
	.wp-caption p.wp-caption-text {
		padding:0px 10px;
		font-style:italic;
		font-size:12px;
		color:#555;
		padding-top:5px;
	}

	.wp-caption img, p img {
		border: 0 none;
		height: auto;
		margin: 0;
		max-width: 100%;
		padding: 0;
		width: 100%;
	}
	
	.wp-caption img.default-size, p img.default-size {
		width:auto;
	}
	
	.facebook-box {
		padding:5px;
		text-align:center;
	}
	
	.comment-sp {
		padding:0px 10px;
		margin-bottom:30px;
	}
	
	.subscriber {
		margin-bottom:20px;
		background-color:#666666;
		color:#FFFFFF;
		padding:15px 30px 20px 30px;
		font-family:Helvetica, sans-serif;
	}
	
	.subscriber input {
		padding:10px;
	}
	
	.subscriber input.text-subs {
	}
	
	.subscriber h2 {
		line-height:0;
		margin-bottom:10px;
		margin-top:25px;
	}	
	
	.sidebar-content {
		margin-top:30px;
		font-family: Helvetica, sans-serif;
	}
	
	.sidebar-content h1 {
		font-size:18px;
		padding:0px 20px;
		text-align:center;
	}
	
	.sidebar-content hr {
		border:0px;
		border-top:1px solid #999;
	}
	
	.article-trend {
		width:100%;
	}

	.sidebar-content ul h2 {
		font-family: Helvetica, sans-serif;
		font-size:16px;
		line-height:18px;
		margin-bottom:0px;
		font-weight:bold;
		padding:0px 20px;
	}
	
	.sidebar-content ul, .sidebar-content-page ul {
		margin-left:-40px;
	}
	
	.sidebar-content ul li {
		margin-bottom:20px;
		list-style:none;
		border-bottom:1px solid #ddd;
		text-align:center;
	}
	
	.sidebar-content ul li .image-crop {
		height:192px;
		overflow:hidden;
		margin-bottom:-5px;
		text-align:center;
	}
	
	.sidebar-content ul li .image-crop img {
		max-width:500px;
		width:100%;
	}
	
	.sidebar-content ul a {
		text-decoration:none;
		color:#333333;
	}
	
	span.author-sidebar {
		font-size:12px;
		margin-left:20px;
		color:#999;
	}
	
	.related {
		padding:0px 10px;
	}
	
	.related h3 {
		font-family:Helvetica, sans-serif;
		font-size:16px;
		color:#333333;
	}

	.search-form {
		margin:0 auto;
		margin-bottom:20px;
		margin-top:90px;
		text-align:center;
		max-width:100%;
	}
	
	input.search-input {
		font-size:24px;
		padding:10px 7px;
		border:1px solid #CCCCCC;
		color:#333;
		width:95%;
	}
	
	.search-submit {
		width:50px;
		height:51px;
		border:0px;
		float:right;
		background:url(images/search-form.png) no-repeat;
		background-position: 8px 10px;
		background-color:#D95443;
		cursor:pointer;
		margin-left:-5px;
	}
	
	.search-right {
		display:inline-block;
		vertical-align: middle;
	}
	
	.search-left {
		display:inline-block;
		vertical-align: middle;
	}

	#categories-list {
		margin:0 auto;
		width:100%;
		color:#333333;
		margin-top:60px;
	}
	
	#categories-list p, #categories-list h2 {
		padding:0px 10px;
	}
	
	.box-category {
		margin-top:60px;
	}
	
	.box-category h1 {
		text-align:center;
	}
	
	.box-author {
		text-align:center;
		max-width:640px;
		margin:0 auto;
		margin-top:60px;
	}
	
	.box-author p {
		padding:10px;
	}

	.box-author h1 a {
		text-decoration:none;
		color:#333333;
		font-family:Helvetica Neue, sans-serif;
	}
	
	.like-box-col {
		text-align:center;
		margin:10px 20px;
		display:inline-block;
		font-size:12px;
	}
	.single-photo {
		margin-top:50px;
		border-top:1px solid #CCCCCC;
		border-bottom:1px solid #CCCCCC;
		padding:20px 0px 20px 0px;
		text-align:center;
	}
	
	.pho-author {
		text-align:center;
	}
	
	a.link-name {
		font-family:Arial, Helvetica, sans-serif;
		font-weight:bold;
		color:#333;
		text-decoration:none;
	}
	
	.im {
		line-height:12px;
		text-align:center;
	}
	
	.im a {
		color:#C80F32;
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		text-decoration:none;
	}
	
	ul.page-menus li {
		border:0px;
		text-align:left;
		margin:0px 25px;
		list-style:disc;
		font-size:16px;
	}
	
	ul.page-menus li a {
		color:#C80F32;
		text-decoration:none;
	}
	
	.facebook-box-page {
		text-align:center;
	}

	blockquote {
		font-family: Georgia, serif;
		font-size: 18px;
		font-style: italic;
		margin: 0.25em 0;
		padding: 0.25em 10px 0.25em 30px;
		line-height: 1.45;
		position: relative;
		color: #383838;
		background:#ececec;
	}
	
	blockquote:before {
		display: block;
		content: "\201C";
		font-size: 80px;
		position: absolute;
		left: 0px;
		top: -10px;
		color: #7a7a7a;
	}
	
	blockquote cite {
		color: #999999;
		font-size: 14px;
		display: block;
		margin-top: 5px;
	}
	 
	blockquote cite:before {
		content: "\2014 \2009";
	}
	
	.tabs {
		display:none;
	}

	.tag-cat a {
		text-decoration:none;
		color:#999999;
	}
	
	.tag-cat {
		text-transform: uppercase;
		margin-top:40px;
		margin-bottom:-20px;
		font-family:Helvetica, sans-serif;
		color:#333;
		font-size:13px;
		font-weight:bold;
		padding:0px 10px;
	}
	
	.big-quote p {
		font-size:20px;
		font-style:italic;
		text-align:center;
		line-height:32px;
		color:#313131;
		border-top:1px solid #ccc;
		border-bottom:1px solid #ccc;
		padding:15px 0px;
	}

	video-series {
		float:left;
		background-color:#333333;
		width:100%;
	}
	
	h2.title-video{
		font:400 1.2rem "Helvetica-Neue", sans-serif;
		margin:0px;
		margin-bottom:-5px;
		color:#FFFFFF;
		margin:5px 10px 10px 10px;
	}
	
	video-series a, #recomended a{
		text-decoration:none;
	}
	
	.video-box {
		width:100%; margin-top:20px; background-color:#333333;
	}

	.link-video-all, .link-video-all a {
		font-family:Arial, Helvetica, sans-serif; font-size:12px; text-align:right; color:#FFFFFF; margin:0px 10px 10px; text-decoration:none;
	}

	#rec-div {
		width:100%; margin-bottom:10px;
	}
	
	#recomended h2 {
		color:#333;
		font:400 1.2rem "Helvetica-Neue", sans-serif;
		margin:0px;
		margin-bottom:-5px;
		margin:5px 10px 10px 10px;
	}

	#recomended h2:hover {
		color: #E5212A
	}
	
	#recomended img.main-thumb, .video-box img.main-thumb {
		width:100%;
		height: auto;
	}

	ol.wpp-list {
		list-style-type: none;
		list-style-type: decimal !ie; /*IE 7- hack*/
	
		margin: 0;
		margin-left: 3em;
		padding: 0;
	
		counter-reset: li-counter;
	}
	
	ol.wpp-list > li{
		position: relative;
		margin-bottom: 20px;
		margin-left:-35px;
		margin-right:5px;
		padding-left: 0.5em;
		min-height: 2.5em;
		border-left: 2px solid #CCCCCC;
		font-size:14px;
		font-family:Arial, Helvetica, sans-serif;
		line-height:18px;
	}
	
	ol.wpp-list > li a{
		text-decoration:none;
		color:#333333;
		font-weight:bold;
	}
	
	ol.wpp-list > li:before {
		position: absolute;
		top: 0;
		left: -1em;
		width: 0.8em;
		font-size: 1.5em;
		line-height: 1;
		font-weight: bold;
		text-align: right;
		color: #DC5343;
		content: counter(li-counter);
		counter-increment: li-counter;
	}
	
	ol.wpp-list li span.wpp-stats { display:block; }
	
	#content-foot {
	}
	
	#content-foot img {
		display:none;
	}
	
	h2.title-foot-post{
		color:#333;
		font-family:Arial, Helvetica, sans-serif;
		margin:0px;
		margin-bottom:-5px;
		text-decoration:none;
	}
	
	h2.title-foot-post a{
		text-decoration:none;
		color:#333;
	}
	
	.author-foot-post a{
		color:#333333;
		font-size:12px;
		text-decoration:none;
	}

	.foot-excert {
		width:100%;
	}
	
	.foot-excert p {
		padding:5px;
	}
	
	.foot-excert h2 {
		font-family:Arial, Helvetica, sans-serif;
		padding:5px;
		font-size:16px;
		margin-bottom:-10px;
		font-weight:bold;
		line-height:20px;
	}
	
	.responsive-tab-menu {
		display:none;
	}

	h2.heading-new {
		font-size:14px; letter-spacing:1px; font-family:Verdana, Arial, Helvetica, sans-serif; font-weight:700;
		border-bottom:1px solid #ccc;
		padding:0px 5px;
		color:#666;
	}
	
	#footer-quote {
		text-align:center; width:100%; margin-top:10px; margin-right:50px; margin-bottom:40px;
	}
	
	.insta-style {
		padding:20px;
		position:realtive;
		width:250px;
		margin:0 auto;
	}

	.insta-style img{
			border-radius:5px;
			border:1px solid #eee;
	}
	
	.user-insta {
		font-family:"open-san", sans-serif;
		font-size:12px;
		margin-top:10px;
	}
	
	img.photo-insta {
		width:30px;
		border-radius:50%;
		vertical-align:middle;
	}
	
	.insta-front {
		padding:0.1%;
		position:realtive;
		width:33.1%;
	}

	.insta-front img{
		border:1px solid #eee;
		opacity: 1;
   		transition: opacity .40s ease-in-out;
    	-webkit-transition: opacity .40s ease-in-out;
    	-moz-transition: opacity .40s ease-in-out;
    	-o-transition: opacity .40s ease-in-out;
		width:100%;
	}
	
	.insta-front img:hover{
		opacity:0.75;
	}
	
	.insta-front-box {
		margin-bottom:10px;
	}
	
	.hidden-mobile {
		display:none;
	}
	
	.banner-head {
		background-color:#DDDDDD;
	}
	
	.banner-head img {
		width:100%;
	}
	
	.loadmorebutton {
		background-color:#ED7070;
		padding:7px 10px;
		cursor:pointer;
		width:100px;
		margin:0 auto;
		text-align:center;
		border-radius:5px;
		color:#FFFFFF;
		font-family:Arial, Helvetica, sans-serif;
		font-size:16px;
		margin-top:30px;
	}
	
	.loadmorebutton a {
		text-decoration:none;
		color:#FFFFFF;
	}
	
	.loadmorebutton:hover {
		background-color:#D34646;
	}
	
	.loadmorebutton span {
		background-color:#FFFFFF;
		padding:7px 7px 3px 7px;
		border-radius:50%;
	}
	
	.partners a, .insta-front-box a {
		text-decoration:none;
		color:#DC5343;
	}
	.big-feature {
		margin-top:-20px; height:550px; overflow:hidden; margin-bottom:10px; width:100%; position:relative;
	}
	
	.big-feature img {
		position:absolute; top: 50%;
        left: 50%;
        margin-right: -50%; transform: translate(-50%, -50%);
		height:100%;
	}
	
	.big-feature img.normal {
		position:relative;
		width:50px;
		margin:0 auto;
	}
	
	.content-partner {
		position:relative;
		bottom:-50px;
	}
	
	.title-big-feature {
		background-color:#000000; 
		padding:10px 10px 23px 10px; 
		display:inline-block; 
		font-family:'TGE',Arial Narrow,sans-serif; 
		line-height: 0.75em; 
		font-size:80px; 
		vertical-align: baseline; 
		letter-spacing: 3px;
		word-spacing: 0px; 
		color:#FFFFFF; 
		position:relative; 
		z-index:0;
	}
	
	.title-big-feature-transparant {
		padding:10px 10px 23px 10px; 
		display:inline-block; 
		font-family:'TGE',Arial Narrow,sans-serif; 
		font-size:50px; 
		vertical-align: baseline; 
		letter-spacing: 3px;
		word-spacing: 0px; 
		color:#FFFFFF; 
		position:relative; 
		z-index:0;
		line-height:50px;
		text-shadow: 1px 1px 6px #333333;
		text-align:center;
		width:100%;
	}
	
	.subtitle-big-feature {
		background-color:#000000; 
		padding:5px; 
		font-family:'acher', Verdana, Arial, Helvetica, sans-serif;
		font-size:20px; 
		margin-top:10px; 
		font-size:20px; 
		display:inline-block; 
		color:#FFFFFF; 
		position:relative; 
		z-index:0;
		letter-spacing:2px;
	}
	
	.subtitle-big-feature-transparant { 
		padding:5px; 
		font-family:'acher', Verdana, Arial, Helvetica, sans-serif;
		font-size:20px; 
		margin-top:-10px; 
		font-size:16px; 
		display:inline-block; 
		color:#FFFFFF; 
		position:relative; 
		z-index:0;
		letter-spacing:2px;
		text-shadow: 1px 1px 6px #333333;
		width:100%;
		text-align:center;
	}	
	.text-big-feature {
		position:absolute; z-index:20;margin: 0 auto; left: 0; right: 0; top:80px;
	}
	
	.note {
		width:100%;
		margin:0 auto;
		font-size:16px;
		font-family:Helvetica, sans-serif;
		text-align:center;
		margin-top:30px;
	}
	
	.content-kuis {
		width:100%;
		margin:0 auto;
	}

	.half {
		width:100%;
	}
	
	.half p, .half h1 {
		padding:10px;
	}

	.quote-bingkai {
		font-family:'quicksand',Verdana, Arial, Helvetica, sans-serif;
		font-size: 21px;
		width:90%;
		margin:0 auto;
		margin-top:40px;
	}
	
	.quote-bingkai-name {
		font-family:'quicksand',Verdana, Arial, Helvetica, sans-serif;
		font-size: 16px;
		width:60%;
		margin:0 auto;
		margin-top:20px;
	}
	
	.half h2 a {
		text-decoration:none;
			color:#333333;
	}
	
	.third {
		margin-top:-20px; height:280px; overflow:hidden; margin-bottom:50px; width:100%; position:relative;
	}
	
	.third-double {
		margin-top:-20px; overflow:hidden; margin-bottom:50px; width:100%; position:relative;
	}
	
	.third .third-title, .third-double .third-title {
		position:absolute;
		z-index:20;
		width:90%;
		text-decoration:none;
		bottom:0px;
		padding:20px 5%;
		font-size:41px;
		line-height:35px;
		text-shadow: 1px 1px #000;
		-moz-box-shadow: inset 0 -200px 200px -200px #000000;
		-webkit-box-shadow: inset 0 -200px 200px -200px #000000;
		box-shadow: inset 0 -200px 200px -200px #000000;
	}
	.third-title a {
		text-decoration:none;
		color:#FFFFFF;
		font-family:'acher',Verdana, Arial, Helvetica, sans-serif;
		font-weight:bold;
		color:#FFFFFF;
	}
	
	.quote-style {
		font-family:'acher',Verdana, Arial, Helvetica, sans-serif;
		font-size: 25px;
		margin:0 auto;
		margin-top:5px;
	}
	
	.quote-style-sub {
		font-family:'acher',Verdana, Arial, Helvetica, sans-serif;
		font-size: 16px;
		margin:0 auto;
	}
	
	.quote-style-name {
		font-size:30px;
		margin:10px 0px;
		font-weight:bold;
		font-family:Arial, Helvetica, sans-serif;
	}

	a h2.quote-style-name {
		font-size:20px;
		margin:10px 0px;
		font-weight:bold;
		font-family:Arial, Helvetica, sans-serif;
		color:#000000;
	}
	
	.highlight-wrap a {
		text-decoration:none;
	}

	
	.parent-vcenter {
		width:100%;
		display:table;
	}
	
	.vcenter {
	  	vertical-align:middle;
    	display: table-cell;
	}
	
	.third-double-quote {
		width:96%; position:relative; margin-left:0.3%; padding:10px 0px;
		height:180px;
		background-color:#ddd;
		padding:0px 2%;
	}
	
	h2.heading-new a {
		float:right;
		text-decoration:none;
		color:#DC5343;
		font-size:12px;
		letter-spacing:0px;
	}
	
	.polling {
		margin-top:20px;
		font-family:Arial, Helvetica, sans-serif;
		border:2px solid #333333;
		background-color:#FFFBCC;
		font-size:14px;
		width:100%;
		padding-right:10px;
	}
	
	.polling a {
		text-decoration:none;
		color:#E8624E;
	}
	
	ul.wpp-list a {
		text-decoration:none;
		color:#333333;
		font-family:Helvetica,sans-serif;
		font-size:12px;
	}
	
	ul.wpp-list li {
		margin-left:-20px;
		width:100%;
	}
	
	.mobile-hide, .mob-hide {
		display:none;
	}
	
	.adsense1 {
		text-align:center;
		height:auto;
	}
	
	.sidebar-content ul li, .sidebar-content-bingkai ul li {
		list-style:none;
		margin-bottom:30px;
	}
	
	.mob-center {
		text-align:center;
	}
	
	.sidebar-content ul li .image-crop, .sidebar-content-bingkai ul li .image-crop {
		height:150px;
		overflow:hidden;
		margin-bottom:-5px;
	}
	
	h2.heading-side {
		text-decoration:none;
		color:#E8624E;
		/** font-family: "Roboto",Helvetica-Neue, sans-serif; */
		font-family: 'Arsenal', sans-serif;
		font-size:26px;
		line-height:30px;
		font-weight:bold;
		text-align:center;
	}
	
	h3.heading-big {
		text-decoration:none;
		color:#E8624E;
		font-family: "Roboto",Helvetica-Neue, sans-serif;
		font-size:22px;
		line-height:8px;
		font-weight:bold;
	}

	article img.mark-right, article-custome img.mark-right {
		position:absolute;
		left:10px;
		top:10px;
		width:20px;
	}
	
	a.title-photo-single h3  {
		font-size:14px;
		color:#333;
		padding:5px;
		font-family:"open-san", sans-serif;
		font-weight:700;
		line-height:20px;
		margin:0px;
	}
	
	a.title-photo-single {
		text-decoration:none;
	}
	
	h1.title-page {
		text-decoration:none;
		color:#FFFFFF;
		font-family:'acher',Verdana, Arial, Helvetica, sans-serif;
		font-weight:bold;
		color:#333;
		font-size:28px;
		line-height:36px;
		padding:0px 10px;
	}
	
	.bingkai-page p {
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size: 14px;
		line-height:20px;
		padding:0px 10px;
	}

	.video-col-left {
		width:100%;
	}
	
	.video-col-right {
		width:100%;
	}
	.widthtujuhpuluh {
		width:100%;
	}
	.withtigapuluh {
		width:100%;
	}
	img.avatar {
		border-radius: 50%;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
	}
	
	#tab {
		padding:10px;
	}
	
	#single-content ul {
		margin:0px 10px;
		margin-bottom:20px;
	}
	
	#single-content ul li {
		list-style:none;
		margin-left:-40px;
		font-size:14px;
		font-family:"Roboto", Helvetica-Neue, sans-serif;
		border-bottom:1px solid #eee;
		line-height:18px;
		padding:5px 0px;
	}
	
	#single-content ul li a{
		color:#444;
		font-weight:bold;
	}
	
	listhalf {
		float:left;
		width:46%;
		padding-left:2.9%;
		margin-top:2%;
		max-width:200px;
		height:200px;
		pa
	}
	
	listhalf img {
		width:100%;
	}

	h2.title-listhalf {
		font-family:Arial, Helvetica, sans-serif;
		font-size:13px;
		line-height:18px;
	}
	
	listhalf a {
		text-decoration:none;
	}
	
	h2.title-listhalf {
		color:#333333;
	}

	.btnz {
    	display: block;
    	float: left;
    	padding: 2px 10px;
    	border:none;
    	background-color: #ececec;
    	text-decoration: none;
    	font-size: 11px;
    	color: #FFF;
	}
	.btnz:hover {
    	color: #efefef;
	}

	.facebook {
    	background-color: #3b5998;
	}
	.gplus {
    	background-color: #dd4b39;
	}
	.twitter {
    	background-color: #55acee;
	}
	.stumbleupon {
    	background-color: #eb4924;
	}
	.pinterest {
    	background-color: #cc2127;
	}
	.linkedin {
	    background-color: #0077b5;
	}
	.buffer {
    	background-color: #323b43;
	}
	.whatsapp {
    	background-color: #34af23;
	}
	.email {
    	background-color: #6a737b;
	}

	.btncomment {
    		display: block;
	    	width: 135px;
    		padding: 3px 10px;
	    	border:none;
    		background-color: #E5212A;
	    	text-decoration: none;
		text-align: center;
    		font-size: 12px;
		font-weight: bold;
	    	color: #FFF;
	    	border-radius: 5px;
	}
	.btncomment:hover {
    		background-color: red;
	    	cursor: pointer;
	}

	.post-tags {
		float: left;
		margin-right: 3px;
		margin-bottom: 3px;
		background: lavender;
		padding: 1px 5px;
		cursor: pointer;
	}
	.post-tags>a {
		color: #4F4949;
		font-size: 10px;
	}
	.post-tags:hover {
		background: #E8624E;
	}
	.post-tags>a:hover {
		color: #FFF;
	}

}
@media screen and (min-width: 645px) and (max-width: 1019px) {
	#wrapsearch {
    	margin-left: 53px;
    	margin-right: -9px;
  		display: inline-block;
  		height: 60px;
  		float: right;
  		padding: 0;
  		position: relative;
	}

	input#search {
  		height: 50px;
  		font-size: 55px;
  		display: inline-block;
  		/* font-family: "Lato"; */
  		font-family: 'Open Sans', sans-serif;
  		font-size: 16px;
  		font-weight: bold;
  		border: none;
  		outline: none;
  		color: white;
  		padding: 3px;
  		padding-right: 60px;
  		width: 0px;
  		position: absolute;
  		top: 0;
  		right: 0;
  		background: none;
  		z-index: 3;
  		transition: width .4s cubic-bezier(0.000, 0.795, 0.000, 1.000);
  		cursor: pointer;
	}
	input#search:focus:hover {
  		border-bottom: 1px solid #FFF;
	}
	input#search:focus {
  		width: 400px;
  		z-index: 1;
  		border-bottom: 1px solid #FFF;
  		cursor: text;
  		background-color: #E5212A;
	}
	input#search::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  		color: white;
	}
	input#search::-moz-placeholder { /* Firefox 19+ */
  		color: white;
	}
	input#search:-ms-input-placeholder { /* IE 10+ */
  		color: white;
	}
	input#search:-moz-placeholder { /* Firefox 18- */
  		color: white;
	}

	input#search_submit {
  		height: 60px;
  		width: 63px;
  		display: inline-block;
  		color:red;
  		float: right;
  		background: url(http://phinemo.com/wp-content/themes/projectav2/images/search-mobile.png) center center no-repeat;
  		background-size: 20px 20px;
  		text-indent: -10000px;
  		border: none;
  		position: absolute;
  		top: -2px;
  		right: 0;
  		z-index: 2;
  		/* opacity: 0.4; */
  		cursor: pointer;
  		transition: opacity .4s ease;
	}
	input#search_submit:hover {
  		/* opacity: 0.8; */
	}

	#wrapper {
		max-width:100%;
		width:auto;
		margin:0 auto;
	}

	.btnz {
    	display: block;
    	float: left;
    	padding: 3px 12px;
    	border:none;
    	background-color: #ececec;
    	text-decoration: none;
    	font-size: 12px;
    	color: #FFF;
	}
	.btnz:hover {
    	color: #efefef;
	}

	.facebook {
    	background-color: #3b5998;
	}
	.gplus {
    	background-color: #dd4b39;
	}
	.twitter {
    	background-color: #55acee;
	}
	.stumbleupon {
    	background-color: #eb4924;
	}
	.pinterest {
    	background-color: #cc2127;
	}
	.linkedin {
	    background-color: #0077b5;
	}
	.buffer {
    	background-color: #323b43;
	}
	.whatsapp {
    	background-color: #34af23;
	}
	.email {
    	background-color: #6a737b;
	}

	.btncomment {
    		display: block;
	    	width: 180px;
    		padding: 3px 13px;
	    	border:none;
    		background-color: #E5212A;
	    	text-decoration: none;
		text-align: center;
    		font-size: 14px;
		font-weight: bold;
	    	color: #FFF;
	    	border-radius: 5px;
	}
	.btncomment:hover {
    		background-color: red;
	    	cursor: pointer;
	}

	.post-tags {
		float: left;
		margin-right: 4px;
		margin-bottom: 4px;
		background: lavender;
		padding: 1px 7px;
		cursor: pointer;
	}
	.post-tags>a {
		color: #4F4949;
		font-size: 12px;
	}
	.post-tags:hover {
		background: #E8624E;
	}
	.post-tags>a:hover {
		color: #FFF;
	}

	.wrapper2 {
		width:640px;
		margin:0 auto;
	}	

	#main-content, .content-wrapper {	
		width:103.2%;
		margin-left:-20px;
		margin-bottom:20px;
	}
	
	#sidebar {
		width:100%;
		float:left;
	}
	
	#logo-head {
		font-family:Chunkfive;
		font-size:40px;
		color:#707070;
		margin-bottom:10px;
	}
	#logo-head a {
		color:#D95443;
		text-decoration:none;
	}
	#desktop-header {
		padding:20px 0px 5px 0px;
		background-color:#FFFFFF;
	}
	
	#mobile-header {
		display:none;
	}
	
	#categories {
		border-top:1px solid #aaa;
		margin-top:0px;
		margin-bottom:20px;
		background-color:#E5212A;
	}
	
	#categories ul {
		padding:0px;
		margin:0px;
	}
	
	#categories ul li {
	 	display:inline;
		margin-right:10px;
	}
	
	#categories ul li a{
		color:#666;
		font-family:Helvetica, sans-serif;
		font-size:13px;
		font-weight:bold;
		text-decoration:none;
	}

	#headlines {
		width:100%;
		text-align:center;
		font-size:44px;
		letter-spacing:1;
		height:400px;
		margin-bottom:20px;
		color:#FFFFFF;
	}
	
	#headlines .first {
		width:100%;
		height:100%;
		color:#000000;
	}
	
	.shadow-gradient {
		width:100%;
		height:100%;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%, rgba(0,0,0,0.6) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(50%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.6))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,0.6) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,0.6) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,0.6) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,0.6) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#99000000',GradientType=0 ); /* IE6-9 */
	}
	
	#headlines .second {
		width:100%;
		height:100%;
		margin-top:20px;
	}
	
	#headlines .second-1, #headlines .second-2{
		height:60%;
		width:310px;
		margin-bottom:30px;
		float:left;
	}
	
	#headlines .second-1 {
		margin-right:20px;
	}
	
	h2.title-fp-first {
		position:absolute; bottom:50px; font-family: 'Arsenal', sans-serif; margin:0px 20px; text-align:center; line-height:35px; font-size:34px;
	}
	
	span.ket-bulan {
		padding:3px 8px;
		background-color:#FFCC99;
		font-size:12px;
		margin:10px 5px 5px 5px;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		border-radius: 2px;
	}
	
	span.author-fp-first {
		position:absolute; font-size:12px; bottom:15px; text-align:left; padding-left:20px;
	}
	
	h2.title-fp-second {
		position:absolute; font: 700 1.4rem 'Helvetica-Neue',sans-serif; bottom:20px; margin:0px 10px; text-align:center; z-index: 1;
	}

	h2.title-fp-second-2 {
		position:absolute; font: 700 1.4rem 'Helvetica-Neue',sans-serif; bottom:40px; margin:0px 10px; text-align:left; z-index: 1;
	}
	
	span.author-fp-second {
		position:absolute; font-size:12px; bottom:10px; text-align:left; padding-left:10px; z-index: 1;
	}
		
	article, article.content-wrap-width, article-custome, article-custome.content-wrap-width  {
		width:310px;
		float:left;
		margin:0px 5px 0px 5px;
		position:relative;
		margin-bottom:20px;
	}
	
	.highlight-wrap a {
		text-decoration:none;
	}
	
	.highlight-wrap {
		background-color:#EEE;
	}
	
	h2.title-fp, h2.title-fp-custome-page {
		color:#333;
		padding:5px;
		font:400 1rem "Helvetica-Neue", sans-serif;
		margin:0px;
		margin-bottom:-5px;
	}
	
	.post-category {
		position:absolute;
		top:10px;
		left:10px;
		color:#FFFFFF;
		background-color:#D85443;
		font-size:12px;
		font-family:Arial, Helvetica, sans-serif;
		padding:5px 5px;
		font-weight:bold;
		line-height:12px;
	}

	.sidebar-content .post-category a {
		color:#FFFFFF;
	}
	
	.post-category a {
		color:#FFF;
		text-decoration:none;
	}
	
	img.main-thumb {
		width:100%;
		height: auto;
	}
	
	#single-content h1, #photo-galery h1 {
		max-width:640px;
		font-family: 'Arsenal', sans-serif;
	}
	
	#single-content h2 {
		text-decoration:none;
		color:#353535;
		font-family: 'Arsenal', sans-serif;
		font-size:28px;
		line-height:35px;
		font-weight:bold;
	}

	#single-content h3 {
		font-family: 'Arsenal', sans-serif;
	}
	
	#single-content h1 a, #photo-galery h1 a {
		text-decoration:none;
		color:#333333;
		/** font-family: "Roboto", Helvetica-Neue, sans-serif; */
		font-family: 'Arsenal', sans-serif;
		font-size:42px;
		line-height:1.1em;
		font-weight:bold;
	}

	#title-content h1 a  {
		text-decoration:none;
		color:#333333;
		font-family: 'Arsenal', sans-serif;
		font-size:42px;
		line-height:1.1em;
		font-weight:bold;
	}
	
	.author-sp a {
		color:#555;
		text-decoration:none;
	}
	
	.author-sp {
		color:#555;
		text-align:center;
		font-family: 'Open Sans', sans-serif;
	    	font-size: 14px;
	}
	
	.share-sp {
		text-align:center;
		margin-top:20px;
	}
	
	.wp-caption {
		background: #fff;
		border: 0px solid #f0f0f0;
		max-width: 100%; /* Image does not overflow the content area */
		padding:0px;
		text-align: left;
	}
	
	.wp-caption p.wp-caption-text {
		font-style:italic;
		font-size:12px;
		color:#555;
		padding:0px;
		padding-top:5px;
	}

	.wp-caption img, p img {
		border: 0 none;
		height: auto;
		margin: 0;
		max-width: 100%;
		padding: 0;
		width: 100%;
	}
	
	.wp-caption img.default-size, p img.default-size {
		width:auto;
	}

	.sidebar-content {
		margin-top:30px;
		font-family: Helvetica, sans-serif;
	}
	
	.sidebar-content #tab {
		width:47%;
		float:left;
		margin-right:3%;
	}
	
	.sidebar-content h1 {
		font-size:18px;
		font-weight:100;
	}
	
	.sidebar-content hr {
		border:0px;
		border-top:1px solid #999;
	}
	
	.article-trend {
		width:100%;
	}
	
	.sidebar-content ul h2 {
		font-family: Helvetica, sans-serif;
		font-size:16px;
		line-height:18px;
		margin-bottom:0px;
		font-weight:bold;
		padding:0px 5px;
	}
	
	.sidebar-content ul {
		margin-left:-60px;
	}
	
	.sidebar-content ul li {
		margin-bottom:20px;
		list-style:none;
		height:200px;
		margin-left:20px;
	}
	
	.sidebar-content ul li .image-crop {
		height:120px;
		overflow:hidden;
		margin-bottom:-5px;
	}
	
	.sidebar-content ul a {
		text-decoration:none;
		color:#333333;
	}
	
	span.author-sidebar {
		font-size:12px;
		margin-left:5px;
		color:#999;
	}
	
	.subscriber {
		margin-bottom:20px;
		background-color:#666666;
		color:#FFFFFF;
		padding:15px 30px 20px 30px;
		font-family:Helvetica, sans-serif;
	}
	
	.subscriber input {
		padding:10px;
	}
	
	.subscriber input.text-subs {
		margin-left:17px;
	}
	
	.subscriber h2 {
		line-height:0;
		margin-bottom:10px;
		margin-top:33px;
	}
		
	.facebook-box {
		text-align:center;
	}
	
	.related h3 {
		font-family:Helvetica, sans-serif;
		font-size:16px;
		color:#333333;
	}

	.search-form {
		width:100%;
		max-width:960px;
		margin:0 auto;
		margin-bottom:20px;
	}
	
	input.search-input {
		width:88%;
		font-size:24px;
		float:left;
		padding:10px 7px 10px 7px;
		border:1px solid #CCCCCC;
		color:#333;
	}
	
	.search-submit {
		width:9%;
		height:51px;
		border:0px;
		float:left;
		background:url(images/search-form.png) no-repeat;
		background-position: 13px 10px;
		background-color:#D95443;
		cursor:pointer;
	}

	#categories-list {
		margin:0 auto;
		width:100%;
		color:#333333;
		margin-top:10px;
	}
	
	.box-author {
		text-align:center;
		max-width:640px;
		margin:0 auto;
	}

	.box-author h1 a {
		text-decoration:none;
		color:#333333;
		font-family:Helvetica Neue, sans-serif;
	}

	.like-box-col {
		text-align:center; 
		width:50%;
		float:left;
	}
	.single-photo {
		margin-top:50px;
		border-top:1px solid #CCCCCC;
		border-bottom:1px solid #CCCCCC;
		padding:20px 0px 20px 0px;
	}
	
	.pho-author {
		margin-right:15px;
		float:left;
	}
	
	a.link-name {
		font-family:Arial, Helvetica, sans-serif;
		font-weight:bold;
		color:#333;
		text-decoration:none;
	}
	
	.im {
		line-height:12px;
	}
	
	.im a {
		color:#C80F32;
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		text-decoration:none;
	}
	
	ul.page-menus {
		float:left;
	}
	
	ul.page-menus li {
		border:0px;
		text-align:left;
		margin:0px 30px;
		list-style:disc;
		font-size:16px;
		float:none;
	}
	
	ul.page-menus li a {
		color:#C80F32;
	}
	
	.sidebar-content-page ul {
		margin-left:-50px;
	}
	
	.facebook-box-page {
		text-align:center;
		float:right;
	}

	blockquote {
		font-family: Georgia, serif;
		font-size: 18px;
		font-style: italic;
		margin: 0.25em 0;
		padding: 0.25em 10px 0.25em 40px;
		line-height: 1.45;
		position: relative;
		color: #383838;
		background:#ececec;
	}
	
	blockquote:before {
		display: block;
		content: "\201C";
		font-size: 80px;
		position: absolute;
		left: 0px;
		top: -10px;
		color: #7a7a7a;
	}
	
	blockquote cite {
		color: #999999;
		font-size: 14px;
		display: block;
		margin-top: 5px;
	}
	 
	blockquote cite:before {
		content: "\2014 \2009";
	}	
	
	.tag-cat a {
		text-decoration:none;
		color:#999999;
	}
	
	.tag-cat {
		text-transform: uppercase;
		margin-top:40px;
		margin-bottom:-20px;
		font-family:Helvetica, sans-serif;
		color:#333;
		font-size:13px;
		font-weight:bold;
	}
	
	.big-quote p {
		font-size:25px;
		font-style:italic;
		text-align:center;
		line-height:32px;
		color:#313131;
		border-top:1px solid #ccc;
		border-bottom:1px solid #ccc;
		padding:15px 0px;
	}
	
	#rec-div {
		width:49%; margin-left:1%; margin-bottom:10px;
	}
	
	#recomended h2 {
		color:#333;
		font:400 1.2rem "Helvetica-Neue", sans-serif;
		margin:0px;
		margin-bottom:-5px;
		margin:5px 10px 10px 10px;
	}

	#recomended h2:hover {
		color: #E5212A
	}

	ol.wpp-list {
		list-style-type: none;
		list-style-type: decimal !ie; /*IE 7- hack*/
	
		margin: 0;
		margin-left: 3em;
		padding: 0;
	
		counter-reset: li-counter;
	}
	
	ol.wpp-list > li{
		position: relative;
		margin-bottom: 20px;
		margin-left:-35px;
		margin-right:5px;
		padding-left: 0.5em;
		min-height: 2.5em;
		border-left: 2px solid #CCCCCC;
		font-size:14px;
		font-family:Arial, Helvetica, sans-serif;
		line-height:18px;
	}
	
	ol.wpp-list > li a{
		text-decoration:none;
		color:#333333;
		font-weight:bold;
	}
	
	ol.wpp-list > li:before {
		position: absolute;
		top: 0;
		left: -1em;
		width: 0.8em;
		font-size: 1.5em;
		line-height: 1;
		font-weight: bold;
		text-align: right;
		color: #DC5343;
		content: counter(li-counter);
		counter-increment: li-counter;
	}
	
	ol.wpp-list li span.wpp-stats { display:block; }

	h2.heading-new {
		font-size:14px; letter-spacing:1px; font-family:Verdana, Arial, Helvetica, sans-serif; font-weight:700;
		border-bottom:1px solid #ccc;
		padding:0px 5px;
		color:#666;
	}
	
	h2.heading-side {
		font-size:23px; letter-spacing:1px; font-weight:700; color:#333; margin-bottom:-10px;
	}


	.ulasan-width {
		width:21.59%;
	}

	.responsive-tab-menu {
		position:absolute; top:0; background-color:#333; height:41px; width:100%;
	}

	.content-wrap h2.title-fp {
		font-size:14px;
		font-family:Arial, Helvetica, sans-serif;
		font-weight:600;
	}

	#content-foot {
		margin-left:0px; width:100%;
	}

	.article-foot{
		/* min-height:180px; */
		margin-bottom:15px;
		height:auto;
		position:relative;
	}
	
	h2.title-foot-post{
		color:#333;
		font:400 1.2rem "Helvetica-Neue", sans-serif;
		margin:0px;
		margin-bottom:1px;
		text-decoration:none;
	}
	
	h2.title-foot-post a{
		text-decoration:none;
		color:#333;
	}
	
	.author-foot-post a{
		color:#333333;
		font-size:12px;
		text-decoration:none;
	}
	
	.foot-excert {
		width:63%;
	}
	video-series {
		float:left;
		background-color:#333333;
	}
	
	h2.title-video{
		font:400 1.2rem "Helvetica-Neue", sans-serif;
		margin:0px;
		margin-bottom:-5px;
		color:#FFFFFF;
		margin:5px 10px 10px 10px;
	}
	
	video-series a, #recomended a{
		text-decoration:none;
	}
	
	.video-box {
		border:1px solid #CCCCCC; width:50%; margin-top:20px; background-color:#333333;
	}
	
	.link-video-all, .link-video-all a {
		font-family:Arial, Helvetica, sans-serif; font-size:12px; text-align:right; color:#FFFFFF; margin:0px 10px 10px; text-decoration:none;
	}

	#footer-quote {
		text-align:center; width:100%; margin-top:10px; margin-right:50px; margin-bottom:40px;
	}

	#adimain {
		margin-left:14px;
	}
	
	.sidebar-content ul li.addii {
		margin-left:40px;
	}
	
	.insta-style {
		padding:20px;
		position:realtive;
		float:left;
	}

	.insta-style img{
			border-radius:5px;
			border:1px solid #eee;
	}
	
	.insta-front {
		padding:0.1%;
		position:realtive;
		width:33.1%;
	}

	.insta-front img{
		border:1px solid #eee;
		opacity: 1;
   		transition: opacity .40s ease-in-out;
    	-webkit-transition: opacity .40s ease-in-out;
    	-moz-transition: opacity .40s ease-in-out;
    	-o-transition: opacity .40s ease-in-out;
		width:100%;
	}
	
	.insta-front img:hover{
		opacity:0.75;
	}
	
	.insta-front-box {
		margin-bottom:10px;
	}
	
	.user-insta {
		font-family:"open-san", sans-serif;
		font-size:12px;
		margin-top:10px;
	}
	
	img.photo-insta {
		width:30px;
		border-radius:50%;
		vertical-align:middle;
	}
	
	.banner-head img {
		margin:0 auto;
		width:100%;
		margin-bottom:20px;
	}
	
	.loadmorebutton {
		background-color:#ED7070;
		padding:7px 10px;
		cursor:pointer;
		width:100px;
		margin:0 auto;
		text-align:center;
		border-radius:5px;
		color:#FFFFFF;
		font-family:Arial, Helvetica, sans-serif;
		font-size:16px;
		margin-top:30px;
	}

	.loadmorebutton a {
		text-decoration:none;
		color:#FFFFFF;
	}
	
	.loadmorebutton:hover {
		background-color:#D34646;
	}
	
	.loadmorebutton span {
		background-color:#FFFFFF;
		padding:7px 7px 3px 7px;
		border-radius:50%;
	}
	
	.partners a, .insta-front-box a {
		text-decoration:none;
		color:#DC5343;
	}
	
	.big-feature {
		margin-top:-20px; height:550px; overflow:hidden; margin-bottom:10px; width:100%; position:relative;
	}
	
	.big-feature img {
		position:absolute; top: 50%;
        left: 50%;
        margin-right: -50%; transform: translate(-50%, -50%);
		width:100%;
	}
	
	.big-feature img.normal {
		position:relative;
		width:70px;
		margin:0 auto;
	}
	
	.content-partner {
		position:relative;
		bottom:-50px;
	}
	
	.title-big-feature {
		background-color:#000000; 
		padding:10px 10px 23px 10px; 
		display:inline-block; 
		font-family:'TGE',Arial Narrow,sans-serif; 
		line-height: 0.75em; 
		font-size:80px; 
		vertical-align: baseline; 
		letter-spacing: 3px;
		word-spacing: 0px; 
		color:#FFFFFF; 
		position:relative; 
		z-index:0;
	}
	
	.title-big-feature-transparant {
		padding:10px 10px 23px 10px; 
		display:inline-block; 
		font-family:'TGE',Arial Narrow,sans-serif; 
		font-size:50px; 
		vertical-align: baseline; 
		letter-spacing: 3px;
		word-spacing: 0px; 
		color:#FFFFFF; 
		position:relative; 
		z-index:0;
		line-height:60px;
		text-shadow: 1px 1px 6px #333333;
		text-align:center;
		width:100%;
	}
	
	.subtitle-big-feature {
		background-color:#000000; 
		padding:5px; 
		font-family:'acher', Verdana, Arial, Helvetica, sans-serif;
		font-size:20px; 
		margin-top:10px; 
		font-size:20px; 
		display:inline-block; 
		color:#FFFFFF; 
		position:relative; 
		z-index:0;
		letter-spacing:2px;
	}
	
	.subtitle-big-feature-transparant { 
		padding:5px; 
		font-family:'acher', Verdana, Arial, Helvetica, sans-serif;
		font-size:20px; 
		margin-top:-10px; 
		font-size:18px; 
		display:inline-block; 
		color:#FFFFFF; 
		position:relative; 
		z-index:0;
		letter-spacing:2px;
		text-shadow: 1px 1px 6px #333333;
		width:100%;
		text-align:center;
	}	
	.text-big-feature {
		position:absolute; z-index:20;margin: 0 auto; left: 0; right: 0; top:80px;
	}
	
	.note {
		width:800px;
		margin:0 auto;
		font-size:16px;
		font-family:Helvetica, sans-serif;
		text-align:center;
		margin-top:30px;
	}
	
	.content-kuis {
		width:640px;
		margin:0 auto;
		margin-top:20px;
	}
		
	.half {
		width:100%;
	}
	
	.quote-bingkai {
		font-family:'quicksand',Verdana, Arial, Helvetica, sans-serif;
		font-size: 25px;
		width:90%;
		margin:0 auto;
		margin-top:40px;
	}
	
	.quote-bingkai-name {
		font-family:'quicksand',Verdana, Arial, Helvetica, sans-serif;
		font-size: 16px;
		width:60%;
		margin:0 auto;
		margin-top:20px;
	}
	
	.half h2 a {
		text-decoration:none;
		color:#333333;
	}
	
	.third {
		margin-top:-20px; height:280px; overflow:hidden; margin-bottom:10px; width:49%; position:relative; margin:0.5%;
	}
	
	.third .third-title {
		position:absolute;
		z-index:20;
		width:90%;
		text-decoration:none;
		bottom:0px;
		padding:20px 5%;
		font-size:28px;
		line-height:28px;
		text-shadow: 1px 1px #000;
		-moz-box-shadow: inset 0 -100px 100px -100px #000000;
		-webkit-box-shadow: inset 0 -100px 100px -100px #000000;
		box-shadow: inset 0 -100px 100px -100px #000000;
	}
	.third-title a {
		text-decoration:none;
		color:#FFFFFF;
		font-family:'acher',Verdana, Arial, Helvetica, sans-serif;
		font-weight:bold;
		color:#FFFFFF;
	}
	
	.third-double {
		margin-top:-20px; height:320px; overflow:hidden; margin-bottom:10px; width:100%; position:relative;
	}
	
	.third-double .third-title {
		position:absolute;
		z-index:20;
		width:90%;
		text-decoration:none;
		bottom:0px;
		padding:20px 5%;
		font-size:41px;
		line-height:35px;
		text-shadow: 1px 1px #000;
		-moz-box-shadow: inset 0 -200px 200px -200px #000000;
		-webkit-box-shadow: inset 0 -200px 200px -200px #000000;
		box-shadow: inset 0 -200px 200px -200px #000000;
	}

	.tablet-hide {
		display:none;
	}
	
	.tablet-full {
		width:100%;
	}
	
	.tablet-full img {
		width:100%;
	}
	
	.quote-style {
		font-family:'acher',Verdana, Arial, Helvetica, sans-serif;
		font-size: 25px;
		margin:0 auto;
		margin-top:5px;
	}
	
	.quote-style-sub {
		font-family:'acher',Verdana, Arial, Helvetica, sans-serif;
		font-size: 16px;
		margin:0 auto;
	}
	
	.quote-style-name {
		font-size:30px;
		margin:10px 0px;
		font-weight:bold;
		font-family:Arial, Helvetica, sans-serif;
	}
	
	.parent-vcenter {
		width:100%;
		display:table;
	}
	
	.vcenter {
	  	vertical-align:middle;
    	display: table-cell;
	}
	
	.third-double-quote {
		width:96%; position:relative; margin-left:0.3%; padding:10px 0px;
		height:180px;
		background-color:#ddd;
		padding:0px 2%;
	}
	
	h2.heading-new a {
		float:right;
		text-decoration:none;
		color:#DC5343;
		font-size:12px;
		letter-spacing:0px;
	}
	
	.polling {
		margin-top:20px;
		font-family:Arial, Helvetica, sans-serif;
		border:2px solid #333333;
		background-color:#FFFBCC;
		font-size:14px;
		width:50%;
		padding-right:10px;
	}
	
	.polling a {
		text-decoration:none;
		color:#E8624E;
	}
	
	ul.wpp-list a {
		text-decoration:none;
		color:#333333;
		font-family:Helvetica,sans-serif;
		font-size:12px;
	}
	
	ul.wpp-list li {
		margin-left:-20px;
		width:100%;
		margin-bottom:20px;
	}
	
	.mobile-hide {
		display:none;
	}
	
	h3.heading-big {
		text-decoration:none;
		color:#E8624E;
		font-family: "Roboto",Helvetica-Neue, sans-serif;
		font-size:25px;
		line-height:7px;
		font-weight:bold;
	}

	article img.mark-right, article-custome img.mark-right {
		position:absolute;
		right:10px;
		top:145px;
	}
	
	a.title-photo-single h3  {
		color:#333;
		padding:5px;
		font-family:"open-san", sans-serif;
		font-weight:700;
		font-size:16px;
		line-height:20px;
		margin:0px;
	}
	
	a.title-photo-single {
		text-decoration:none;
	}
	
	.mobile-only {
		display:none;
	}
	
	h1.title-page {
		text-decoration:none;
		color:#FFFFFF;
		font-family:'acher',Verdana, Arial, Helvetica, sans-serif;
		font-weight:bold;
		color:#333;
		font-size:28px;
		line-height:36px;
	}

	.bingkai-page p {
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size: 14px;
		line-height:20px;
	}
	
	.video-col-left {
		width:100%;
	}
	
	.video-col-right {
		width:100%;
	}
	img.avatar {
		border-radius: 50%;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
	}
	
	.quote-style-name, a.quote-style-name {
		font-size:30px;
		margin:10px 0px;
		font-weight:bold;
		font-family:Arial, Helvetica, sans-serif;
		color:#333;
		line-height:35px;
	}
}

body {
	font-family:"open-san", sans-serif;
	color:#333333;
	font-size:18px;
	line-height:28.8px;
	margin:0;
	padding:0;
}


.left {float:left;}
.right {float:right;}
.clear {clear:both;}
.clear-fix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clear-fix { zoom: 1; }

@font-face {
    font-family: Helvetica-Neue;
    src: url(fonts/HelveNeuHea.ttf);
}

@font-face {
    font-family: Roboto;
    src: url(fonts/Roboto-Bold.ttf);
}

@font-face {
    font-family: Chunkfive;
    src: url(fonts/Chunkfive.otf);
}

@font-face {
    font-family: TGE;
    src: url(fonts/TGE.ttf);
}

@font-face {
    font-family: acher;
    src: url(fonts/acher.otf);
}

@font-face {
    font-family: quicksand;
    src: url(fonts/Quicksand-Italic.otf);
}

.advertise {
	width:300px;
	height:250px;
	background-color:#0066FF;
}

/*#header {
	width:100%;
}
*/

article a, article-custome a {
	text-decoration:none;
}

h2.title-fp {
	color:#333;
	padding:5px;
	margin:0px;
	margin-bottom:-5px;
}

h2.title-fp:hover {
	color: #E5212A;
}

article span.author-fp a, article-custome span.author-fp a {
	color:#666666;
	font-size:12px;
	padding:5px;
}

.content-sp a {
	color:#cd282f;
	text-decoration:underline;
}

#footer ul li {
	list-style:none;
	display:inline;
	padding:5px 10px;
}

#footer {
	color:#929292;
	font-size:10px;
	line-height:19.2px;
	width:auto;
	border-top:1px solid #eee;
	margin-top:50px;
	padding:20px 30px;
	background-color:#000;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
}

#footer a {
	color:#929292;
	text-decoration:none;
	font-size:13px;
	font-weight:bold;
}


#footer a:hover {
}

#footer ul {
	margin-left:-40px;
	margin-top:0px;
}

.shadow-black {
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
}

/* style all input elements with a required attribute */
input:required {
  box-shadow: none;
}

/**
 * style input elements that have a required
 * attribute and a focus state
 */
input:required:focus {
  box-shadow: none;
}

/**
 * style input elements that have a required
 * attribute and a hover state
 */
input:required:hover {
  opacity: 1;
}

.photo-author {
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}

.photo-author-single {
	width:50px;
}

label.facebook-button a {
	color:#FFFFFF;
	text-decoration:none;
}

label.facebook-button {
	background-color:#6D85B4;
	padding:10px;
	margin:5px;
}

label.twitter-button a {
	color:#FFFFFF;
	text-decoration:none;
}

label.twitter-button {
	background-color:#88BEE1;
	padding:10px;
	margin:5px;
}

label.web-button a {
	color:#FFFFFF;
	text-decoration:none;
}

label.web-button {
	background-color:#E2627F;
	padding:10px;
	margin:5px;
}

#disqus_thread a {
	color:#428BCA;
}

.photo-cap img {
	width:100%;
	height:auto;
	margin-bottom:10px;
}

.photo-cap {
	background-color:#eee;
	padding-bottom:2px;
}

.photo-cap p, .photo-cap h2 {
	padding:0px 10px;
}

.block-text {
	background-color:#FFFBCC;
	padding:10px 15px;
	border-left:5px solid #7AD03A;
	margin-bottom:20px;
}

.block-text p {
	margin:0px;
}

.btn {
  background: #DB5441;
  background-image: -webkit-linear-gradient(top, #DB5441, #DB3C27);
  background-image: -moz-linear-gradient(top, #DB5441, #DB3C27);
  background-image: -ms-linear-gradient(top, #DB5441, #DB3C27);
  background-image: -o-linear-gradient(top, #DB5441, #DB3C27);
  background-image: linear-gradient(to bottom, #DB5441, #DB3C27);
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}

.btn:hover {
  background: #f0513c;
  background-image: -webkit-linear-gradient(top, #f0513c, #e83e27);
  background-image: -moz-linear-gradient(top, #f0513c, #e83e27);
  background-image: -ms-linear-gradient(top, #f0513c, #e83e27);
  background-image: -o-linear-gradient(top, #f0513c, #e83e27);
  background-image: linear-gradient(to bottom, #f0513c, #e83e27);
  text-decoration: none;
}

	blockquote-foot {
		font-family: Georgia, serif;
		font-size: 18px;
		font-style: italic;
		margin: 0.25em 0;
		line-height: 1.45;
		position: relative;
		color: #383838;
		font-weight:bold;
	}

.lined {
  display: flex;
  flex-direction: row;
  font-family:Arial, Helvetica, sans-serif;
 }

.lined:after {
  flex-grow: 1;
  height: 2px;
  content: '\a0';
  background-color: #ccc;
  position: relative;
  top: 0.7em;
}

.lined:before {
  margin-right:10px;
}

.lined:after {
  margin-left:10px;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#mega-menu-wrap-categorie_menus #mega-menu-categorie_menus a.topik-menu {
	font-size:13px; font-weight:bold; color:#E8624E;
}

.sticky {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 100;
    border-top: 0;
}

.link-box {
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
}

.contributor-ava img{
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.myButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #f7c5c0;
	-webkit-box-shadow:inset 0px 1px 0px 0px #f7c5c0;
	box-shadow:inset 0px 1px 0px 0px #f7c5c0;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #fc8d83), color-stop(1, #e4685d));
	background:-moz-linear-gradient(top, #fc8d83 5%, #e4685d 100%);
	background:-webkit-linear-gradient(top, #fc8d83 5%, #e4685d 100%);
	background:-o-linear-gradient(top, #fc8d83 5%, #e4685d 100%);
	background:-ms-linear-gradient(top, #fc8d83 5%, #e4685d 100%);
	background:linear-gradient(to bottom, #fc8d83 5%, #e4685d 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fc8d83', endColorstr='#e4685d',GradientType=0);
	background-color:#fc8d83;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #d83526;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #b23e35;
}
.myButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #e4685d), color-stop(1, #fc8d83));
	background:-moz-linear-gradient(top, #e4685d 5%, #fc8d83 100%);
	background:-webkit-linear-gradient(top, #e4685d 5%, #fc8d83 100%);
	background:-o-linear-gradient(top, #e4685d 5%, #fc8d83 100%);
	background:-ms-linear-gradient(top, #e4685d 5%, #fc8d83 100%);
	background:linear-gradient(to bottom, #e4685d 5%, #fc8d83 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e4685d', endColorstr='#fc8d83',GradientType=0);
	background-color:#e4685d;
}
.myButton:active {
	position:relative;
	top:1px;
}

	table.listicle a:link {
		color: #666;
		text-decoration:none;
	}
	table.listicle a:visited {
		color: #666;
		text-decoration:none;
	}
	table.listicle a:active,
	table.listicle a:hover {
		color: #666;
		text-decoration:none;
	}
	table.listicle {
  		font-family: "GothamRoundedMedium", sans-serif;
		color:#666;
		font-size:14px;
		background:#eaebec;
		border:#ccc 1px solid;
		line-height:20px;	
	}
	table.listicle th {
		padding:15px 20px;
		border-top:1px solid #fafafa;
		border-bottom:1px solid #e0e0e0;
	
		background: #ededed;
		background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#ebebeb));
		background: -moz-linear-gradient(top,  #ededed,  #ebebeb);
	}
	table.listicle th:first-child {
		text-align: left;
		padding-left:20px;
	}
	table.listicle tr:first-child th:first-child {
		-moz-border-radius-topleft:3px;
		-webkit-border-top-left-radius:3px;
		border-top-left-radius:3px;
	}
	table.listicle tr:first-child th:last-child {
		-moz-border-radius-topright:3px;
		-webkit-border-top-right-radius:3px;
		border-top-right-radius:3px;
	}
	table.listicle tr {
		text-align: center;
		padding-left:20px;
	}
	table.listicle td:first-child {
		text-align: left;
		padding-left:20px;
		border-left: 0;
	}
	table.listicle td {
		padding:15px;
		border-top: 1px solid #ffffff;
		border-bottom:1px solid #e0e0e0;
		border-left: 1px solid #e0e0e0;
	
		background: #fafafa;
		background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));
		background: -moz-linear-gradient(top,  #fbfbfb,  #fafafa);
	}
	table.listicle tr.even td {
		background: #f6f6f6;
		background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f6f6f6));
		background: -moz-linear-gradient(top,  #f8f8f8,  #f6f6f6);
	}
	table.listicle tr:last-child td {
		border-bottom:0;
	}
	table.listicle tr:last-child td:first-child {
		-moz-border-radius-bottomleft:3px;
		-webkit-border-bottom-left-radius:3px;
		border-bottom-left-radius:3px;
	}
	table.listicle tr:last-child td:last-child {
		-moz-border-radius-bottomright:3px;
		-webkit-border-bottom-right-radius:3px;
		border-bottom-right-radius:3px;
	}
	table.listicle tr:hover td {
		background: #f2f2f2;
		background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f0f0f0));
		background: -moz-linear-gradient(top,  #f2f2f2,  #f0f0f0);	
	}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  font-size: 0;
  height: 0;
}

.clearfix {
  *display: inline-block;
}

section {
  width: 250px;
  background: #fff;
  position: relative;
  padding: 0 0 4px;
  z-index: 0;
  border:1px solid #ccc;
}

section header {
  text-align: center;
  width: 100%;
}
section header .user {
  float: right;
  width: 250px;
  padding: 30px 0;
}
section header .user .avatar {
  margin: 0 auto;
  width: 150px;
  height: 150px;
  border-radius: 100%;
  background-color: #fff;
}
section header .user .avatar img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 100%;
}
section header .user h2 {
  margin: 15px 0 0;
  color: #000;
  font: normal 24px/1 "GothamRoundedMedium", sans-serif;
}
section header .user p {
  color: #b0b0b0;
  font-size: 18px;
  margin: 15px 0 0;
}
section header .user a.follow {
  display: inline-block;
  border-radius: 50px;
  background: #23f3ac;
  text-decoration: none;
  width: 180px;
  height: 50px;
  margin: 15px 0 0;
  color: #fff;
  font: normal 18px/50px "GothamRoundedBold", sans-serif;
  -webkit-transition: all ease 0.2s;
          transition: all ease 0.2s;
}
section header .user a.follow span {
  font-size: 20px;
  margin-right: 5px;
}
section header .user a.follow:hover {
  opacity: 0.7;
}
section header .like {
  padding: 15px 0;
  float: left;
  width: 85px;
}
section header .like .icon {
  background: #fff url(http://i.imgur.com/p6pVEjp.png) no-repeat center;
  width: 55px;
  height: 55px;
  border-radius: 100%;
  display: inline-block;
}
section header .like span {
  display: inline-block;
  background: #fff;
  border-radius: 20px;
  width: 40px;
  height: 20px;
  font: normal 13px/20px "GothamRoundedBold", sans-serif;
}
section .menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
section .menu a {
  display: block;
  text-decoration: none;
  padding: 10px 0 10px 80px;
  font-size: 16px;
  color: #b2b2b2;
  border-left: 4px solid #fff;
  font-family: "GothamRoundedMedium", sans-serif;
  background: rgba(232, 232, 232, 0.4) url(http://i.imgur.com/bdUSt1u.png) no-repeat 26px center;
  -webkit-transition: all ease 0.2s;
          transition: all ease 0.2s;
}
section .menu a:hover {
  padding-left: 90px;
  color: #787878;
  border-color: #f67878;
}
section .menu a.active {
  border-color: #f67878;
  color: #787878;
  font-family: "GothamRoundedMedium", sans-serif;
}
section .menu a.timeline {
  background-image: url(images/upload-article.png);
  background-color: transparent;
}
section .menu a.podcast {
  background-image:url(images/logout.png);
  background-color: transparent;
}
section .menu a.listicle {
  background-image:url(images/list_article.png);
}

.copyrights {
  text-align: center;
  text-transform: capitalize;
  margin: 50px;
}
.copyrights a {
  text-decoration: none;
  color: #f67878;
}

.balance {
  margin-top:20px;
  color: #787878;
  font: normal 24px/1 "GothamRoundedMedium", sans-serif;
}

.profil-page {
  margin-top:20px;
  color: #787878;
  font: normal 14px/1 "GothamRoundedMedium", sans-serif;
}

a div.nextpage {
	padding:0px 10px;
	margin:2px;
	background-color:#333333;
	color:#FFFFFF;
}
div.nextpage {
	padding:0px 5px;
	font-weight:bold;
}

.wpvq-question-img {
   width:100%;
}

@import "http://fonts.googleapis.com/css?family=Montserrat:400,700";#cssmenu,#cssmenu ul,#cssmenu ul li,#cssmenu ul li a,#cssmenu #menu-button{margin:0;padding:0;border:0;list-style:none;line-height:1;display:block;position:relative;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}#cssmenu:after,#cssmenu > ul:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}#cssmenu #menu-button{display:none}#cssmenu{font-family:Montserrat,sans-serif;background:#E5212A}#cssmenu > ul > li{float:left}#cssmenu.align-center > ul{font-size:0;text-align:center}#cssmenu.align-center > ul > li{display:inline-block;float:none}#cssmenu.align-center ul ul{text-align:left}#cssmenu.align-right > ul > li{float:right}#cssmenu > ul > li > a{padding:17px 15px;font-size:15px;letter-spacing:1px;text-decoration:none;color:#fdfdfd;font-weight:700;text-transform:uppercase}#cssmenu > ul > li:hover > a{color:#fff}#cssmenu > ul > li.has-sub > a{padding-right:30px}#cssmenu > ul > li.has-sub > a:after{position:absolute;top:22px;right:11px;width:8px;height:2px;display:block;background:#fdfdfd;content:''}#cssmenu > ul > li.has-sub > a:before{position:absolute;top:19px;right:14px;display:block;width:2px;height:8px;background:#fdfdfd;content:'';-webkit-transition:all .25s ease;-moz-transition:all .25s ease;-ms-transition:all .25s ease;-o-transition:all .25s ease;transition:all .25s ease}#cssmenu > ul > li.has-sub:hover > a:before{top:23px;height:0}#cssmenu ul ul{position:absolute;left:-9999px;z-index:999}#cssmenu.align-right ul ul{text-align:right}#cssmenu ul ul li{height:0;-webkit-transition:all .25s ease;-moz-transition:all .25s ease;-ms-transition:all .25s ease;-o-transition:all .25s ease;transition:all .25s ease}#cssmenu li:hover > ul{left:auto}#cssmenu.align-right li:hover > ul{left:auto;right:0}#cssmenu li:hover > ul > li{height:35px}#cssmenu ul ul ul{margin-left:100%;top:0}#cssmenu.align-right ul ul ul{margin-left:0;margin-right:100%}#cssmenu ul ul li a{border-bottom:1px solid rgba(255,151,151,0.50);padding:11px 15px;width:170px;font-size:12px;text-decoration:none;color:#fdfdfd;font-weight:400;background:#e5212a}#cssmenu ul ul li:last-child > a,#cssmenu ul ul li.last-item > a{border-bottom:0}#cssmenu ul ul li:hover > a,#cssmenu ul ul li a:hover{color:#fff}#cssmenu ul ul li.has-sub > a:after{position:absolute;top:16px;right:11px;width:8px;height:2px;display:block;background:#fdfdfd;content:''}#cssmenu.align-right ul ul li.has-sub > a:after{right:auto;left:11px}#cssmenu ul ul li.has-sub > a:before{position:absolute;top:13px;right:14px;display:block;width:2px;height:8px;background:#fdfdfd;content:'';-webkit-transition:all .25s ease;-moz-transition:all .25s ease;-ms-transition:all .25s ease;-o-transition:all .25s ease;transition:all .25s ease}#cssmenu.align-right ul ul li.has-sub > a:before{right:auto;left:14px}#cssmenu ul ul > li.has-sub:hover > a:before{top:17px;height:0}@media all and (max-width: 768px),only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px),only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px),only screen and (-o-min-device-pixel-ratio: 21) and (max-width: 1024px),only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px),only screen and (min-resolution: 192dpi) and (max-width: 1024px),only screen and (min-resolution: 2dppx) and (max-width: 1024px){#cssmenu{width:100%}#cssmenu ul{width:100%;display:none}#cssmenu.align-center > ul{text-align:left}#cssmenu ul li{width:100%;border-top:1px solid rgba(120,120,120,0.2)}#cssmenu ul li.mobile-hide{display:none}#cssmenu ul ul li,#cssmenu li:hover > ul > li{height:auto}#cssmenu ul li a,#cssmenu ul ul li a{width:100%;border-bottom:0}#cssmenu > ul > li{float:none}#cssmenu ul ul li a{padding-left:25px}#cssmenu ul ul ul li a{padding-left:35px}#cssmenu ul ul li a{color:#fdfdfd;background:none}#cssmenu ul ul li:hover > a,#cssmenu ul ul li.active > a{color:#fff}#cssmenu ul ul,#cssmenu ul ul ul,#cssmenu.align-right ul ul{position:relative;left:0;width:100%;margin:0;text-align:left}#cssmenu > ul > li.has-sub > a:after,#cssmenu > ul > li.has-sub > a:before,#cssmenu ul ul > li.has-sub > a:after,#cssmenu ul ul > li.has-sub > a:before{display:none}#cssmenu #menu-button{display:block;padding:17px;color:#ddd;cursor:pointer;font-size:12px;text-transform:uppercase;font-weight:700}#cssmenu #menu-button:after{position:absolute;top:22px;right:17px;display:block;height:4px;width:20px;border-top:2px solid #ddd;border-bottom:2px solid #ddd;content:''}#cssmenu #menu-button:before{position:absolute;top:16px;right:17px;display:block;height:2px;width:20px;background:#ddd;content:''}#cssmenu #menu-button.menu-opened:after{top:23px;border:0;height:2px;width:15px;background:#fff;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}#cssmenu #menu-button.menu-opened:before{top:23px;background:#fff;width:15px;-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg)}#cssmenu .submenu-button{position:absolute;z-index:999;right:0;top:0;display:block;border-left:1px solid rgba(120,120,120,0.2);height:46px;width:46px;cursor:pointer}#cssmenu .submenu-button.submenu-opened{background:#262626}#cssmenu ul ul .submenu-button{height:34px;width:34px}#cssmenu .submenu-button:after{position:absolute;top:22px;right:19px;width:8px;height:2px;display:block;background:#ddd;content:''}#cssmenu ul ul .submenu-button:after{top:15px;right:13px}#cssmenu .submenu-button.submenu-opened:after{background:#fff}#cssmenu .submenu-button:before{position:absolute;top:19px;right:22px;display:block;width:2px;height:8px;background:#ddd;content:''}#cssmenu ul ul .submenu-button:before{top:12px;right:16px}#cssmenu .submenu-button.submenu-opened:before{display:none}}

#footer-mob ul li {
	list-style:none;
	margin-right:5px;
}

#footer-mob {
	color:#333;
	font-size:13px;
	line-height:19.2px;
	width:auto;
	border-top:1px solid #eee;
	margin-top:50px;
	padding:20px 30px;
	background-color:#000000;
	font-family:Arial, Helvetica, sans-serif;
}

#footer-mob a {
	color:#929292;
	text-decoration:none;
}

.footer-id {
	text-align:center;
	color:#929292;
	font-size:10px;
	line-height:14px;
}

#footer-mob a:hover {
}

#footer-mob ul {
	margin-left:-40px;
	margin-top:0px;
}

	listhalf {
		float:left;
		width:46%;
		padding-left:2.9%;
		margin-top:2%;
		max-width:200px;
		height:200px;
		pa
	}
	
	listhalf img {
		width:100%;
	}

	h2.title-listhalf {
		font-family:Arial, Helvetica, sans-serif;
		font-size:13px;
		line-height:18px;
	}
	
	listhalf a {
		text-decoration:none;
	}
	
	h2.title-listhalf {
		color:#333333;
	}

.phinavbar {
	background-color:#FFFFFF;
	box-shadow: 0 4px 2px -2px #ccc;
}

.anavbarlogo {
	height:65px;
}

.imgnavbarlogo {
	height: 30px;
	width: auto;
}

.newlabel1 {
	position: absolute;
	height: 12px;
	min-width: 10px;
	font-size: 10px;
	margin-left: 75px;
	margin-top: 14px;
	background: #e8252c;
}

.newlabel2 {
	position: absolute;
	height: 12px;
	min-width: 10px;
	font-size: 10px;
	margin-left: 37px;
	margin-top: 14px;
	background: #e8252c;
}

.writeexp {
	height: 30px;
}

.btnwriteexp {
	width: 16px;
	margin-top: 6px;
}

.bellnotif {
	padding: 23px 10px 23px;
}

.badgenotif {
	position: absolute;
	height: 16px;
	min-width: 20px;
	font-size: 10px;
	margin-left: 15px;
	margin-top: -5px;
	background: #e8252c;
}

.wrapnotif {
	max-height: 400px;
	overflow-y: scroll;
}

img.notiffrom {
	height: 30px;
	width: 30px;
}

img.fotousercom {
	height: 40px;
	width: 40px;
	border-radius: 25px;
}

.navsmallmob {
	background-color:#FFFFFF;
	box-shadow: 0 4px 2px -2px #ccc;
}

.navcontainermob {
	padding: 15px;
}

img.navlogomob {
	height: 30px;
	width: auto;
}

.wrapimgsponsor {
	float: left;
	margin-right: 10px;
}

img.gambarsponsor {
	height: 45px;
	width:45px;
}

.wraptextsponsor {
	top: 0px;
	position: relative;
}

.contentpartnertxt {
	font-family: Open Sans, sans-serif;
	font-size: 12px;
	margin-top:5px;
}

.wrapnamasponsor {
	font-family: Open Sans, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin-top: -13px;
}

a.namasponsor {
	color: #222;
}

.judulkonten {
	margin-top: 2px;
}

.metadesctxt {
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	line-height: 18px;
	color: #333;
}

.addthisshareatas {
	margin-top: 12px;
	margin-bottom: 12px;
}

.tekstag {
	margin-top: 18px;
	margin-bottom: 18px;
}

.wrapbannerexp {
	width: 100%;
	margin: 0 auto;
}

img.bannerexp {
	width: 96%;
}

.addthissharebawah {
	margin-top: 22px;
	margin-bottom: 12px;
}

.wrapcomment {
	margin-top: 40px;
}

.wrapadsensesidebar {
	margin-bottom: 20px;
	height: 250px;
	width: 300px;
	background-color: #eeeeee;
}

.phiadsense {
	height: 250px;
	width: 300px;
}

.margintop30 {
	margin-top: 30px;
}

.posrel {
	position: relative;
}

.uk-navbar-item, .uk-navbar-nav>li>a, .uk-navbar-toggle {
	height: 65px;
}

.gallery-caption {
	display:none;
}