/******************************************  
 CUSTOM STYLESHEET
*******************************************/

/*
* You can place your custom CSS statements in this file, after this message.
* It is better to write everything custom here
* because this file won't be replaced during updates.
* 
* Simply copy an existing style from style.css to this file, 
* and modify it to your liking.
*/

.top-banner-pg {
	width:728px;
	height:90px;
}

.other-banner-pg {
	height:250px;
}

body {
	font-size: 13px;
}
@font-face {
    font-family: 'nevis';
    src: url('fonts/nevis-webfont.eot');
    src: url('fonts/nevis-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/nevis-webfont.woff') format('woff'),
         url('fonts/nevis-webfont.ttf') format('truetype'),
         url('fonts/nevis-webfont.svg#webfontbold') format('svg');
    font-weight: normal;
    font-style: normal;

}
#main-wrap {
	margin-top: 0;
}
#search {
	text-align: center;
	background: transparent;
	padding: 5px;
	clear: both;
	overflow: hidden;
	position: relative;
}
#header {
	background: #000;
	position: relative;
	height: 60px;
}
#header.pgfrontpage {
	display: block;
	clear: both;
	overflow: hidden;
	height: auto;
}
.pglogo {
	position: relative;
	bottom: 0;
	left: 0;
	margin: 0 auto 10px auto;
	padding:0;
	color: #fff;
	display: block;
}
.pglogo a {
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-family: "nevis", "Helvetica", "Arial", sans-serif;
	font-size: 20px;
	text-shadow: 2px 2px 0px #333;
    filter: dropshadow(color=#333, offx=6, offy=6);
	-webkit-transition: all 800ms ease-in-out;
	-moz-transition: all 800ms ease-in-out;
	transition: all 800ms ease-in-out;
	-webkit-transform: translateZ(0);
}
.pglogo a:visited {
	color: #fff;
	text-decoration: none;
}
.pglogo a:hover {
	color:#f5bb0f;
	text-decoration: none;
	text-shadow: #666 6px 6px 20px;
}
.header-left {
	display: none;
}
.pg-home-about {
	display: none;
	
}

.pg-home-about span {
	color: #f5bb0f;
	font-family: "nevis", "Helvetica", "Arial", sans-serif;
	display: block;
	font-size: 9px;
	text-transform: uppercase;
	line-height: 1.5;
	margin: 5px 0 0 0;
	text-decoration: none;
}
.pg-home-about .about-title {
	font-size: 10px;
	line-height: 1.2;
	text-shadow: 2px 2px 0px #333;
    filter: dropshadow(color=#333, offx=2, offy=2);
}
.header-right {
	display: none;
}

.home #trending{
	display:none;
}

.pg-home-td {
	display: none;
}

.pg-home-td span {
	color: #000;
	font-family: "nevis", "Helvetica", "Arial", sans-serif;
	display: block;
	font-size: 8px;
	text-transform: uppercase;
	line-height: 1.5;
	margin: 10px;
	text-decoration: none;
}
.pg-home-td .about-title {
	font-size: 10px;
	line-height: 1.2;
	text-shadow: 2px 2px 0px #ccc;
    filter: dropshadow(color=#ccc, offx=2, offy=2);
}
.pgtagline {
	height: 38px;
	width: 100%;
	text-align: center;
	background: #fdc733; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZkYzczMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZmE0MGEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #fdc733 0%, #efa40a 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fdc733), color-stop(100%,#efa40a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fdc733 0%,#efa40a 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fdc733 0%,#efa40a 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fdc733 0%,#efa40a 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fdc733 0%,#efa40a 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdc733', endColorstr='#efa40a',GradientType=0 ); /* IE6-8 */

}
.pgtagline h2 {
	margin: 0 auto;
	padding: 4px 0 0 0;
	font-weight: 800;
	font-size: 14px;
	color: #000;
	font-family: "nevis", "Helvetica", "Arial", sans-serif;
	line-height: 1;
}

.pg-adwus {
	display: block;
	float: none;
	clear: both;
	height: 70px;
	width: 100%;
	margin: 5px auto;
	padding: 10px;
	background: #ccc;
	color: #666;
	text-decoration: none;
	font-family: "nevis", "Helvetica", "Arial", sans-serif;
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	box-sizing: border-box;
	-webkit-transition: all 800ms ease-in-out;
	-moz-transition: all 800ms ease-in-out;
	transition: all 800ms ease-in-out;
	-webkit-transform: translateZ(0);
}
.pg-leaderboard .leaderwrap, .pg-leaderboard .sonyleaderwrap {
	display: none;
	position: relative;
}
.pg-leaderboard .leaderwrap iframe body, .pg-leaderboard .sonyleaderwrap iframe body {
	background: #000;
}
.pg-who {
	position: relative;
	top: 0;
	left: 0;
	line-height: 1.5;
	color: #f5bb0f;
	text-shadow: 1px 1px 0px #000;
    filter: dropshadow(color=#000, offx=1, offy=1);
    font-family: "nevis", "Helvetica", "Arial", sans-serif;
    font-size: 12px;
    padding: 10px 5px;
    display: block;
}
.video-page #header {
	width: 100%;
	margin: 10px auto;
	text-align: center;
	height: inherit;
	padding: 0;
}
.video-page h1.title {
	margin: 0 auto 10px;
	color: #f0f0f0;
	display: block;
	font-size: 13px;
}



@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 223, sass/style.scss */
  .header-left {
    background: url(images/pglogo@2x.jpg) no-repeat 0 0;
    background-size: 70% auto;
  }
  .header-right {
    background: url(images/tdlogo@2x.jpg) no-repeat 0 0;
    background-size: 50% 101%;
  }
}

@media only screen and (min-width: 480px) {}
@media only screen and (min-width: 768px) {
	body {
		font-size: 14px;
	}
	#search {
		text-align: right;
		background: transparent;
		padding: 5px;
		clear: both;
		overflow: hidden;
		position: relative;
	}
	#searchform {
		display: inline-block;	
		width: 50%;
		margin-right: 15px;
	}
	#header {
		background: #000;
		position: relative;
		height: 60px;
	}
	#header.pgfrontpage {
		display: block;
		clear: both;
		overflow: hidden;
		height: auto;
	}
	.pglogo {
		position: absolute;
		bottom: 315px;
		left: 0;
		margin: 20px 0 0 20px;
		padding:0;
		color: #fff;
	}
	.pglogo a {
		color: #fff;
		text-decoration: none;
		text-transform: uppercase;
		font-family: "nevis", "Helvetica", "Arial", sans-serif;
		font-size: 44px;
		text-shadow: 6px 6px 0px #333;
	    filter: dropshadow(color=#333, offx=6, offy=6);
		-webkit-transition: all 800ms ease-in-out;
		-moz-transition: all 800ms ease-in-out;
		transition: all 800ms ease-in-out;
		-webkit-transform: translateZ(0);
	}
	.pglogo a:visited {
		color: #fff;
		text-decoration: none;
	}
	.pglogo a:hover {
		color:#f5bb0f;
		text-decoration: none;
		text-shadow: #666 6px 6px 20px;
	}
	.header-left {
		background: url(https://petergreenberg.com/wp-content/uploads/2017/03/PGFLOAT2.jpg) no-repeat 0 0;
		background-size: 60% auto;
		width: 100%;
		height: 170px;
		float: none;
		display: block;
		padding: 0 40% 0 0;
		margin:55px 0 0 0;
		position: relative;
		overflow: hidden;
		background-size: cover;
    	background-position: 50% 14%;
	}
	.pg-home-about {
		background: #000;
		display: block;
		position: absolute;
		left: 60%;
		top: 0;
		width: 40%;
		height: 101%;
		margin: 0;
		
		padding: 10px;
		text-decoration: none;
		-moz-box-sizing: border-box; 
		-webkit-box-sizing: border-box; 
		box-sizing: border-box;
		
	}

	.pg-home-about span {
		color: #f5bb0f;
		font-family: "nevis", "Helvetica", "Arial", sans-serif;
		display: block;
		font-size: 14px;
		text-transform: uppercase;
		line-height: 1.5;
		margin: 10px;
		text-decoration: none;
	}
	.pg-home-about .about-title {
		font-size: 22px;
		line-height: 1.2;
		text-shadow: 2px 2px 0px #333;
	    filter: dropshadow(color=#333, offx=2, offy=2);
	}
	.header-right {
		background: url(images/tdlogo.jpg) no-repeat 0 -20px;
		background-size: 40% auto;
		width: 40%;
		height: 150px;
		float: none;
		margin: 0;
		padding:0 60% 0 0;
		position: relative;
		overflow: visible;
		display: none;
	}
	.pg-home-td {
		background: #fff;
		color: #000;
		display: block;
		position: absolute;
		right: 0;
		top: 0;
		width: 60%;
		height: 100%;
		margin: 0;
		padding: 10px;
		text-decoration: none;
		-moz-box-sizing: border-box; 
		-webkit-box-sizing: border-box; 
		box-sizing: border-box;
	}

	.pg-home-td span {
		color: #000;
		font-family: "nevis", "Helvetica", "Arial", sans-serif;
		display: block;
		font-size: 12px;
		text-transform: uppercase;
		line-height: 1.5;
		margin: 10px;
		text-decoration: none;
	}
	.pg-home-td .about-title {
		font-size: 18px;
		line-height: 1.2;
		text-shadow: 2px 2px 0px #ccc;
	    filter: dropshadow(color=#ccc, offx=2, offy=2);
	}
	.pgtagline {
		height: 32px;
		width: 100%;
		text-align: center;
		background: #fdc733; /* Old browsers */
		/* IE9 SVG, needs conditional override of 'filter' to 'none' */
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZkYzczMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZmE0MGEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
		background: -moz-linear-gradient(top,  #fdc733 0%, #efa40a 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fdc733), color-stop(100%,#efa40a)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #fdc733 0%,#efa40a 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #fdc733 0%,#efa40a 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #fdc733 0%,#efa40a 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #fdc733 0%,#efa40a 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdc733', endColorstr='#efa40a',GradientType=0 ); /* IE6-8 */

	}
	.pgtagline h2 {
		margin: 0 auto;
		padding: 8px 0 0 0;
		font-weight: 800;
		font-size: 18px;
		color: #000;
		font-family: "nevis", "Helvetica", "Arial", sans-serif;
		text-shadow: -1px -1px 0px #fff;
	    filter: dropshadow(color=#fff, offx=-1, offy=-1);
	}
	.pg-leaderboard {text-align: center;}
	.pg-leaderboard .leaderwrap, .pg-leaderboard .sonyleaderwrap {
		display: block;
		float: none;
		margin: 0 auto;
		padding: 0;
		-moz-box-sizing: border-box; 
		-webkit-box-sizing: border-box; 
		box-sizing: border-box;
		max-width: 728px;
		overflow: hidden;
		position: relative;
	}
	.pg-adwus {
		display: block;
		float: none;
		clear: both;
		height: 70px;
		width: 100%;
		max-width: 728px;
		margin: 10px auto;
		padding: 10px;
		background: #ccc;
		color: #666;
		text-decoration: none;
		font-family: "nevis", "Helvetica", "Arial", sans-serif;
		-moz-box-sizing: border-box; 
		-webkit-box-sizing: border-box; 
		box-sizing: border-box;
		-webkit-transition: all 800ms ease-in-out;
		-moz-transition: all 800ms ease-in-out;
		transition: all 800ms ease-in-out;
		-webkit-transform: translateZ(0);
	}
	@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
	  /* line 223, sass/style.scss */
	  .header-left {
	    background: url(images/pglogo@2x.jpg) no-repeat 0 0;
	    background-size: 60% auto;
	  }
	  .header-right {
	    background: url(images/tdlogo@2x.jpg) no-repeat 0 -20px;
	    background-size: 40% auto;
	  }
	}
}
@media only screen and (min-width: 980px) {
	#header.pgfrontpage {
		height: 245px;
		padding: 0;
	}
	.pglogo {
		position: absolute;
		bottom: 0;
		left: 0;
		margin: 20px 0 0 20px;
		padding:0;
		color: #fff;
	}
	.pglogo a {
		color: #fff;
		text-decoration: none;
		text-transform: uppercase;
		font-family: "nevis", "Helvetica", "Arial", sans-serif;
		font-size: 44px;
		text-shadow: 6px 6px 0px #333;
	    filter: dropshadow(color=#333, offx=6, offy=6);
		-webkit-transition: all 800ms ease-in-out;
		-moz-transition: all 800ms ease-in-out;
		transition: all 800ms ease-in-out;
		-webkit-transform: translateZ(0);
	}
	.pglogo a:visited {
		color: #fff;
		text-decoration: none;
	}
	.pglogo a:hover {
		color:#f5bb0f;
		text-decoration: none;
		text-shadow: #666 6px 6px 20px;
	}
	.header-left {
		background: url(https://petergreenberg.com/wp-content/uploads/2017/03/PGFLOAT2.jpg) no-repeat 0 0;
		width: 100%;
		height: 245px;
		float: left;
		margin: 0;
		padding:0;
		position: relative;
		-webkit-transition: all 500ms ease-in-out;
		-moz-transition: all 500ms ease-in-out;
		transition: all 500ms ease-in-out;
		-webkit-transform: translateZ(0);
		overflow: hidden;
		background-size: cover;
    	background-position: 50% 14%;
	}
	.header-left.on {
		background-position: left 250px top 14%;
	}
	.pg-home-about {
		background: #000;
		display: block;
		position: absolute;
		left: -400px;
		top: 0;
		width: 400px;
		height: 101%;
		margin: 0;
		padding: 30px 30px 30px 80px;
		text-decoration: none;
		-moz-box-sizing: border-box; 
		-webkit-box-sizing: border-box; 
		box-sizing: border-box;
		-webkit-transition: all 500ms ease-in-out;
		-moz-transition: all 500ms ease-in-out;
		transition: all 500ms ease-in-out;
		-webkit-transform: translateZ(0);
	}
	.pg-home-about:hover {
		text-decoration: none;
		cursor: pointer;
	}
	.pg-home-about.on {
		left: -35px;
		
	}
	.pg-home-about span {
		color: #f5bb0f;
		font-family: "nevis", "Helvetica", "Arial", sans-serif;
		display: block;
		font-size: 18px;
		text-transform: uppercase;
		line-height: 1.5;
		margin: 10px;
		text-decoration: none;
	}
	.pg-home-about .about-title {
		font-size: 24px;
		line-height: 1.2;
		text-shadow: 2px 2px 0px #333;
	    filter: dropshadow(color=#333, offx=2, offy=2);
	}
	.header-right {
		background: url(images/tdlogo.jpg) no-repeat 0 0;
		width: 364px;
		height: 245px;
		float: right;
		margin: 0;
		padding:0;
		border-left: solid 4px #fff;
		position: relative;
		-webkit-transition: all 500ms ease-in-out;
		-moz-transition: all 500ms ease-in-out;
		transition: all 500ms ease-in-out;
		-webkit-transform: translateZ(0);
		overflow: hidden;
		display:none;
	}
	.header-right.on {
		background-position: left -200px top 0;
	}
	.pg-home-td {
		background: #fff;
		color: #000;
		display: block;
		position: absolute;
		right: -330px;
		top: 0;
		width: 330px;
		height: 101%;
		margin: 0;
		padding: 30px 30px 30px 30px;
		text-decoration: none;
		-moz-box-sizing: border-box; 
		-webkit-box-sizing: border-box; 
		box-sizing: border-box;
		-webkit-transition: all 500ms ease-in-out;
		-moz-transition: all 500ms ease-in-out;
		transition: all 500ms ease-in-out;
		-webkit-transform: translateZ(0);
	}
	.pg-home-td.on {
		right: -40px;
		
	}
	.pg-home-td span {
		color: #000;
		font-family: "nevis", "Helvetica", "Arial", sans-serif;
		display: block;
		font-size: 14px;
		text-transform: uppercase;
		line-height: 1.5;
		margin: 10px;
		text-decoration: none;
	}
	.pg-home-td .about-title {
		font-size: 24px;
		line-height: 1.2;
		text-shadow: 2px 2px 0px #ccc;
	    filter: dropshadow(color=#ccc, offx=2, offy=2);
	}
	.pg-home-td:hover {
		text-decoration: none;
		cursor: pointer;
	}
	.pgtagline {
		height: 40px;
		width: 100%;
		text-align: center;
		background: #fdc733; /* Old browsers */
		/* IE9 SVG, needs conditional override of 'filter' to 'none' */
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZkYzczMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZmE0MGEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
		background: -moz-linear-gradient(top,  #fdc733 0%, #efa40a 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fdc733), color-stop(100%,#efa40a)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #fdc733 0%,#efa40a 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #fdc733 0%,#efa40a 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #fdc733 0%,#efa40a 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #fdc733 0%,#efa40a 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdc733', endColorstr='#efa40a',GradientType=0 ); /* IE6-8 */

	}
	.pgtagline h2 {
		margin: 0 auto;
		padding: 8px 0 0 0;
		font-weight: 800;
		font-size: 24px;
		color: #000;
		font-family: "nevis", "Helvetica", "Arial", sans-serif;
		text-shadow: -1px -1px 0px #fff;
	    filter: dropshadow(color=#fff, offx=-1, offy=-1);
	}
	.pg-adwus {
		display: block;
		float: left;
		clear: none;
		height: 90px;
		width: 222px;
		margin: 0 0 0 10px;
		padding: 15px;
		background: #ccc;
		color: #666;
		text-decoration: none;
		font-family: "nevis", "Helvetica", "Arial", sans-serif;
		-moz-box-sizing: border-box; 
		-webkit-box-sizing: border-box; 
		box-sizing: border-box;
		-webkit-transition: all 800ms ease-in-out;
		-moz-transition: all 800ms ease-in-out;
		transition: all 800ms ease-in-out;
		-webkit-transform: translateZ(0);
	}
	.pg-leaderboard {text-align: left;}
	.pg-leaderboard .leaderwrap, .pg-leaderboard .sonyleaderwrap {
		display: block;
		float: left;
		min-width: 728px;
		min-height: 90px;
	}
	.pg-adwus {
		display: block;
		float: left;
	}
	.pg-who {
		position: absolute;
		top: 0;
		left: 0;
		line-height: 1.5;
		color: #f5bb0f;
		text-shadow: 1px 1px 0px #000;
	    filter: dropshadow(color=#000, offx=1, offy=1);
	    font-family: "nevis", "Helvetica", "Arial", sans-serif;
	    font-size: 12px;
	    padding: 10px 5px;
	}
	.video-page #header {
		width: 100%;
		margin: 20px auto;
		text-align: center;
		height: inherit;
		padding: 0;
	}
	.video-page h1.title {
		margin: 0 auto 20px;
		color: #f0f0f0;
		display: block;
		font-size: 32px;
	}
}

ul.dropdown li {
	font-family: "nevis", "Helvetica", "Arial", sans-serif;
}
ul.dropdown li a {
	color: #000;
}
ul.dropdown li a:hover {
	color: #999;
}
ul.dropdown li ul {
	background: #000;
	color:#fff;
	border-top: none;
}
ul.dropdown li ul li {
	color:#fff!important;
}
ul.dropdown li ul li:hover {
	color:#fff!important;
}
ul.dropdown li ul li a {
	color:#fff!important;
}
ul.dropdown li ul li a:visited {
	color:#fff!important;
}
ul.dropdown li ul li a:hover {
	color:#999!important;
}
#content-wrap {
	padding: 10px;
	clear: both;
}
.home-feature-wrap {
	margin:10px 20px 0;
	clear: both;
	overflow: hidden;
/*	background: #fae9bc;
	background: rgba(253,199,51,.3);*/
}
.home-feature-left {
	display: inline-block;
	float: left;
	width: 49%;
	padding: 10px;
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	box-sizing: border-box;
	background: #ccc;
	margin-right: 2%;
	height: 250px;
}
.home-feature-right {
	display: inline-block;
	float: left;
	width: 49%;
	padding: 10px;
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	box-sizing: border-box;
	background: #ccc;
	height: 250px;
}
.pgfrontpost {
	width: 300px;
	height: 300px;
	border: 1px solid #000;
	float: left;
	margin: 10px;
	padding: 0;
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	box-sizing: border-box;
	position: relative;
	background-size: cover;
	background-position: 0 0;
}
.pg-frontpage-ads {
	width: 300px;
	height: 300px;
	float: left;
	margin: 10px;
	padding: 0;
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	box-sizing: border-box;
	position: relative;
}
.pg-frontpage-ads .widgettitle {
	position: absolute;
	bottom: 0;
	background: #000;
	left: 0;
	width: 100%;
	height: 50px;
	text-align: center;
	color: #fff;
	text-decoration: none;
	border-bottom: none;
	font-size: 10px;
	font-weight: 700;
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	box-sizing: border-box;
	padding: 20px 0;
	margin: 0 auto;
}

.pg-adwus:hover {
	background: #f5bb0f;
	color: #000;
	text-decoration: none;
}
.pg-adwus1 {
	display: block;
	margin: 0;
	padding: 0;
	font-size: 24px;
	line-height: 1.2;
}
.pg-adwus2 {
	display: block;
	margin: 0;
	padding: 0;
	font-size: 22px;
	line-height: 1.2;
}
.pg-adwus3 {
	display: block;
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 1.2;
}
.pg-imagelink {
	border-bottom: none;
	width: 300px;
	height: 300px;
}
.pgfrontpost .entry-content {
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0,0,0,.7);
	color: #fff;
	padding: 10px 10px 80px;
	margin: 200px 0 0 0;
	min-height: 280px;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
	-webkit-transform: translateZ(0);
	line-height: 1.2;
	font-size: 12px;
}
.entry-content.on {
	margin: 30px 0 0 0;
}
.pgfrontpost .post-cat {
	position: absolute;
	top: 0;
	background: #f5bb0f;
	left: 0;
	width: 100%;
	padding: 5px;
	color: #000;
}
.post-cat a {
	color: #000;
	text-decoration: none;
	border-bottom: none;
	font-size: 10px;
	font-weight: 700;
}

.pgfrontpost .entry-title {
	padding: 10px 0;
}
.pgfrontpost .entry-title a {
	color: #fff;
}





#searchform #s {
	width: 80%;
	font-size: 10px;
	padding: 3px 2px;
}
#searchsubmit {
	font-size: 10px;
	padding: 4px;
}

#menu-bottom {
	clear: both;
	overflow: hidden;
	list-style: none;
}
#menu-bottom li {
	
	margin: 0 0 10px 0;
	text-transform: uppercase;
	display: block;
}
#home-podcast iframe {
	overflow: hidden;
	border: none;
}

/* CSS Document */

/* ---------- FONTAWESOME ---------- */
/* ---------- https://fortawesome.github.com/Font-Awesome/ ---------- */
/* ---------- https://weloveiconfonts.com/ ---------- */

@import url(https://weloveiconfonts.com/api/?family=zocial);

/* zocial */
[class*="zocial-"]:before {
  font-family: 'zocial', sans-serif;
}
/* ---------- GENERAL ---------- */


a { text-decoration: none; }

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.clearfix { *zoom: 1; }
.clearfix:before, .clearfix:after {
	content: "";
	display: table;	
}
.clearfix:after { clear: both; }
.pg-social-main {
	display: inline-block;
	
}
.pg-cat-archive {
	margin: 10px 0 20px 20px;

}
.pg-inner {
	margin-bottom: 0;
}
.inner-cat {
	margin: 0 0 0 20px;
}
.deeper-cat {
	margin: 0 0 0 40px;
}
/*.pg-social-main  {
	display: block;
	height: 24px;
	left: 50%;
	margin: -32px 0 0 -128px; /* -(height / 2) & -(width / 2) 
	position: absolute;
	top: 50%;
	
}*/

.yarpp-related h3{
	font-weight:300!important;
}

/* ---------- Action Bar ---------- */

.action-bar li {
	float: left;
}

.action-bar a {
	-webkit-box-shadow: inset 0 -2px rgba(0, 0, 0, .5);
	box-shadow: inset 0 -2px rgba(0, 0, 0, .5);
	color: #e7e7e7;
	display: block;
	font-size: 32px;
	height: 33px;
	line-height: 33px;
	position: relative;
	text-align: center;
	-webkit-transition: background .3s;
	-moz-transition: background .3s;
	-ms-transition: background .3s;
	-o-transition: background .3s;
	transition: background .3s;
	width: 64px;
}

/*.action-bar a:hover .tooltip {
	margin-top: 16px;
	opacity: 1;
}*/

.tooltip {
	border-radius: 3px;
	font-size: 14px;
	height: 28px;
	left: 50%;
	line-height: 28px;
	margin: 0 0 0 -50px;
	opacity: 0;
	position: absolute;
	top: 100%;
	-webkit-transition: margin-top .3s, opacity .3s;
	-moz-transition: margin-top .3s, opacity .3s;
	-ms-transition: margin-top .3s, opacity .3s;
	-o-transition: margin-top .3s, opacity .3s;
	transition: margin-top .3s, opacity .3s;
	width: 100px;
}

.tooltip:before {
	content: "";
	height: 8px;
	left: 50%;
	margin: -4px 0 0 -4px;
	position: absolute;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	width: 8px;
}

.like,
.like .tooltip,
.like .tooltip:before { background: #65B1F8; }
/*.like:hover { background: #65B1F8; }*/

.favourite,
.favourite .tooltip,
.favourite .tooltip:before { background: #c93037; }
/*.favourite:hover { background: #b02b32; }*/

.comment,
.comment .tooltip,
.comment .tooltip:before { background: #43438e; }
/*.comment:hover { background: #393978; }*/

.share,
.share .tooltip,
.share .tooltip:before { background: #FF8000; }
/*.share:hover { background: #FF8000; }*/

/* end */
#trending {
	background: #000;
	padding: 10px;
	color: #fff;
	font-size: 12px;
	display:none;
}
.trendingtitle {
	display: inline-block;
	font-family: "nevis", "Helvetica", "Arial", sans-serif;
	text-transform: uppercase;
}
#menu-top {
	list-style: none;
	display: inline-block;
}
.trending li {
	color: #fff;
	margin: 0 10px;
	list-style: none;
	display: inline-block;
}
.trending li a {
	color: #fff;
}

.pg-leaderboard {
	text-align: center;
	padding:10px;
	background: #000;	
	clear: both;
	overflow: hidden;
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	box-sizing: border-box;

}

.pg-archive-recent, .pg-archive-sub {
	width: 100%;
	border-bottom: solid 1px #999;
	margin: 0 0 10px 0;
	display: block;
	color: #999;

}
.pg-archive-sub {
	margin-top: 10px;
}
img.wp-post-image {
	height: auto;
	max-width: 100%;
}
div.navigation {
	margin: 10px auto;
	width: 60%;
	font-family: "nevis", "Helvetica", "Arial", sans-serif;
	font-size: 14px;
}
.pg-home-bgimage {
	width: 100%;
	height: 100%;
	display: block;
}
#footer {
	background: #ccc;
	margin: 0 auto;
}
.footer-widget {
	display: block;
	background: url(images/pgw_logo.png) no-repeat center center;
	background-size: cover;
	width: 100px;
	height: 100px;
	margin: 10px;
	padding: 0;
	position: absolute;
	left: -100px;
	top: -10px;
}
.footer-widget a {
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}
#footer .widget-area {
	padding-top: 20px;
	background: #fff;
}
#footer_right {
	position: relative;
	margin: 0 0 20px 110px;
	text-align: right;
	padding: 20px;
}
#itunes-stitcher {
	height:210px; 
	width:300px; 
	display:block; 
	margin-top:0px;
	margin-bottom:20px; 
	background:url(https://www.petergreenberg.com/travel-today.jpg) top left no-repeat;
}
.button_itunes {
float: left;
display: inline;
width: 110px;
height: 46px;
font-size: 0;
line-height: 0;
text-indent: -4000px;
margin-top:160px;
margin-left:40px;
}

.button_stitcher {
float: left;
display: inline;
width: 92px;
height: 46px;
font-size: 0;
line-height: 0;
text-indent: -4000px;
margin-top:160px;
margin-left:15px;
}
.pg-share {
	font-family: "nevis", "Helvetica", "Arial", sans-serif;
	margin: 20px 0 20px 0;
	padding: 0;
	display: block;
	position: relative;
}
.pg-share a, .pg-share div {
	width: 20px;
	height: 20px;
	display: inline-block;
	margin: 0;
	padding: 0;
}
.pg-social .facebook, .pg-share a.facebook {
	background: url(images/facebook.png) no-repeat center center;
	background-size: cover;
}
.pg-social .instagram, .pg-share a.instagram {
	background: url(images/instagram.png) no-repeat center center;
	background-size: cover;
}
.pg-social .google-plus, .pg-share a.google-plus, .pg-share div.google-plus {
	background: url(images/google-plus.png) no-repeat center center;
	background-size: cover;
}
.pg-share div.google-plus {
	position: absolute;
	top: 0;
	margin-left: 4px;
}
.pg-social .twitter, .pg-share a.twitter {
	background: url(images/twitter.png) no-repeat center center;
	background-size: cover;
}
.pg-social .pinterest, .pg-share a.pinterest {
	background: url(images/pinterest.png) no-repeat center center;
	background-size: cover;
}
.pgfrontpost .pg-share {
	margin: 20px 0;
	line-height: 20px;
}
.moretag {
	margin: 10px 10px 0 auto;
	font-weight: bold;
	text-align: right;
	display: block;
	color: #fff;
}
.moretag:visited {
	color: #fff;
}
div.wpcf7 {
	background: #d1d1d1;
	width: 90%;
	margin: 20px auto;
	padding: 20px;
	text-align: center;
	border: solid 2px #c3c3c3;
}
div.wpcf7 h3 {
	font-family: "nevis", "Helvetica", "Arial", sans-serif;
	margin: 20px auto;
	
}
div.wpcf7 p {
	text-transform: uppercase;
	font-weight: bold;
	font-family: "nevis", "Helvetica", "Arial", sans-serif;
	color: #333;
}
div.wpcf7 input, .wpcf7 textarea {
	width: 80%;
	margin: 0 0 10px 0;
	text-transform: none;
	border: solid 1px #c3c3c3;
}
.wpcf7-checkbox span {
	font-family: "Helvetica", "Arial", sans-serif;
	font-weight: normal;
	font-size: 9px;
}
.wpcf7 input[type=checkbox] {
	width: inherit;
}
.wpcf7 .optin {
	text-align: left;
}
.optin span {
	display: block;
} 
.optin label {
	display: table-cell;
}
.optin span .wpcf7-list-item {
	display: inline-block;
	position: relative;
	margin-left: 50px;
	margin-bottom: 10px;
}
.optin span .wpcf7-list-item input {
	position: relative;
	top: 1px;
}
.optin span span .wpcf7-list-item-label {
	width: 90%;
	vertical-align: top;
	margin-left: 10px;
	display: inline-block;
}

#custom-tweet-button {
	background: #e1e1e1;
	margin: 0 auto;
	width: 137px;
}
#custom-tweet-button a {
	display: block;
	padding: 2px 5px 2px 30px;
	background: url('httpss://twitter.com/favicons/favicon.ico') 8px center no-repeat;
	border: 1px solid #ccc;
	width: 100px;
}
div.wpcf7 .wpcf7-submit {
	width: 40%;
	padding: 20px auto;
	font-family: "nevis", "Helvetica", "Arial", sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 30px;
}
span.wpcf7-not-valid-tip {
	font-size: 10px;
	top: -5px;
	left: 20px;
	background: #ff0000;
	color: #fff;
	font-weight: normal;
	width: 250px;
}
.wpcf7-validation-errors {
	background: #f7e700;
	color: #333;
	font-size: 12px;
	font-family: "nevis", "Helvetica", "Arial", sans-serif;
}
.wpcf7-mail-sent-ok {
	background: #398f14;
	color: #fff;
	font-size: 12px;
	font-family: "nevis", "Helvetica", "Arial", sans-serif;
}
.jail, .jailed, .injail, .dontlook, .gotyou, .nottoday, .copyrightviolator, .oops, .scraper, .getyourowncontent {
	display: none;
}
.loader {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -25px;
	margin-top: -15px;
	width: 50px;
	height: 39px;
}
/* Webicons by Adam Fairhead at Fairhead Creative https://fairheadcreative.com */
.webicon {
  display: inline-block;
  background-size: 100%;
  width: 30px;
  height: 30px;
  text-indent: -999em;
  text-align: left;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin: 5px 2px 7px; 
}

/*.webicon:hover {
  margin: -1px 0 1px;
  -moz-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.25); }
*/
.webicon.small {
  width: 20px;
  height: 20px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px; }

.webicon.large {
  width: 48px;
  height: 48px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px; }

.no-svg .webicon.f500px {
  background: url("webicons/webicon-f500px-m.png"); }
.no-svg .webicon.stitcher {
  background: url("webicons/stitcher.png");
  background-size: cover; }
.no-svg .webicon.itunes {
  background: url("webicons/itunes.png");
  background-size: cover; }
.no-svg .webicon.f500px.large {
  background: url("webicons/webicon-f500px.png"); }

.no-svg .webicon.f500px.small {
  background: url("webicons/webicon-f500px-s.png"); }

.svg .webicon.f500px {
  background: url("webicons/webicon-f500px.svg"); }

.no-svg .webicon.aboutme {
  background: url("webicons/webicon-aboutme-m.png"); }

.no-svg .webicon.aboutme.large {
  background: url("webicons/webicon-aboutme.png"); }

.no-svg .webicon.aboutme.small {
  background: url("webicons/webicon-aboutme-s.png"); }

.svg .webicon.aboutme {
  background: url("webicons/webicon-aboutme.svg"); }

.no-svg .webicon.adn {
  background: url("webicons/webicon-adn-m.png"); }

.no-svg .webicon.adn.large {
  background: url("webicons/webicon-adn.png"); }

.no-svg .webicon.adn.small {
  background: url("webicons/webicon-adn-s.png"); }

.svg .webicon.adn {
  background: url("webicons/webicon-adn.svg"); }

.no-svg .webicon.android {
  background: url("webicons/webicon-android-m.png"); }

.no-svg .webicon.android.large {
  background: url("webicons/webicon-android.png"); }

.no-svg .webicon.android.small {
  background: url("webicons/webicon-android-s.png"); }

.svg .webicon.android {
  background: url("webicons/webicon-android.svg"); }

.no-svg .webicon.apple {
  background: url("webicons/webicon-apple-m.png"); }

.no-svg .webicon.apple.large {
  background: url("webicons/webicon-apple.png"); }

.no-svg .webicon.apple.small {
  background: url("webicons/webicon-apple-s.png"); }

.svg .webicon.apple {
  background: url("webicons/webicon-apple.svg"); }

.no-svg .webicon.behance {
  background: url("webicons/webicon-behance-m.png"); }

.no-svg .webicon.behance.large {
  background: url("webicons/webicon-behance.png"); }

.no-svg .webicon.behance.small {
  background: url("webicons/webicon-behance-s.png"); }

.svg .webicon.behance {
  background: url("webicons/webicon-behance.svg"); }

.no-svg .webicon.bitbucket {
  background: url("webicons/webicon-bitbucket-m.png"); }

.no-svg .webicon.bitbucket.large {
  background: url("webicons/webicon-bitbucket.png"); }

.no-svg .webicon.bitbucket.small {
  background: url("webicons/webicon-bitbucket-s.png"); }

.svg .webicon.bitbucket {
  background: url("webicons/webicon-bitbucket.svg"); }

.no-svg .webicon.blogger {
  background: url("webicons/webicon-blogger-m.png"); }

.no-svg .webicon.blogger.large {
  background: url("webicons/webicon-blogger.png"); }

.no-svg .webicon.blogger.small {
  background: url("webicons/webicon-blogger-s.png"); }

.svg .webicon.blogger {
  background: url("webicons/webicon-blogger.svg"); }

.no-svg .webicon.branch {
  background: url("webicons/webicon-branch-m.png"); }

.no-svg .webicon.branch.large {
  background: url("webicons/webicon-branch.png"); }

.no-svg .webicon.branch.small {
  background: url("webicons/webicon-branch-s.png"); }

.svg .webicon.branch {
  background: url("webicons/webicon-branch.svg"); }

.no-svg .webicon.coderwall {
  background: url("webicons/webicon-coderwall-m.png"); }

.no-svg .webicon.coderwall.large {
  background: url("webicons/webicon-coderwall.png"); }

.no-svg .webicon.coderwall.small {
  background: url("webicons/webicon-coderwall-s.png"); }

.svg .webicon.coderwall {
  background: url("webicons/webicon-coderwall.svg"); }

.no-svg .webicon.creativecloud {
  background: url("webicons/webicon-creativecloud-m.png"); }

.no-svg .webicon.creativecloud.large {
  background: url("webicons/webicon-creativecloud.png"); }

.no-svg .webicon.creativecloud.small {
  background: url("webicons/webicon-creativecloud-s.png"); }

.svg .webicon.creativecloud {
  background: url("webicons/webicon-creativecloud.svg"); }

.no-svg .webicon.dribbble {
  background: url("webicons/webicon-dribbble-m.png"); }

.no-svg .webicon.dribbble.large {
  background: url("webicons/webicon-dribbble.png"); }

.no-svg .webicon.dribbble.small {
  background: url("webicons/webicon-dribbble-s.png"); }

.svg .webicon.dribbble {
  background: url("webicons/webicon-dribbble.svg"); }

.no-svg .webicon.dropbox {
  background: url("webicons/webicon-dropbox-m.png"); }

.no-svg .webicon.dropbox.large {
  background: url("webicons/webicon-dropbox.png"); }

.no-svg .webicon.dropbox.small {
  background: url("webicons/webicon-dropbox-s.png"); }

.svg .webicon.dropbox {
  background: url("webicons/webicon-dropbox.svg"); }

.no-svg .webicon.evernote {
  background: url("webicons/webicon-evernote-m.png"); }

.no-svg .webicon.evernote.large {
  background: url("webicons/webicon-evernote.png"); }

.no-svg .webicon.evernote.small {
  background: url("webicons/webicon-evernote-s.png"); }

.svg .webicon.evernote {
  background: url("webicons/webicon-evernote.svg"); }

.no-svg .webicon.fairheadcreative {
  background: url("webicons/webicon-fairheadcreative-m.png"); }

.no-svg .webicon.fairheadcreative.large {
  background: url("webicons/webicon-fairheadcreative.png"); }

.no-svg .webicon.fairheadcreative.small {
  background: url("webicons/webicon-fairheadcreative-s.png"); }

.svg .webicon.fairheadcreative {
  background: url("webicons/webicon-fairheadcreative.svg"); }

.no-svg .webicon.facebook {
  background: url("webicons/webicon-facebook-m.png"); }

.no-svg .webicon.facebook.large {
  background: url("webicons/webicon-facebook.png"); }

.no-svg .webicon.facebook.small {
  background: url("webicons/webicon-facebook-s.png"); }

.svg .webicon.facebook {
  background: url("webicons/webicon-facebook.svg"); }

.no-svg .webicon.flickr {
  background: url("webicons/webicon-flickr-m.png"); }

.no-svg .webicon.flickr.large {
  background: url("webicons/webicon-flickr.png"); }

.no-svg .webicon.flickr.small {
  background: url("webicons/webicon-flickr-s.png"); }

.svg .webicon.flickr {
  background: url("webicons/webicon-flickr.svg"); }

.no-svg .webicon.foursquare {
  background: url("webicons/webicon-foursquare-m.png"); }

.no-svg .webicon.foursquare.large {
  background: url("webicons/webicon-foursquare.png"); }

.no-svg .webicon.foursquare.small {
  background: url("webicons/webicon-foursquare-s.png"); }

.svg .webicon.foursquare {
  background: url("webicons/webicon-foursquare.svg"); }

.no-svg .webicon.git {
  background: url("webicons/webicon-git-m.png"); }

.no-svg .webicon.git.large {
  background: url("webicons/webicon-git.png"); }

.no-svg .webicon.git.small {
  background: url("webicons/webicon-git-s.png"); }

.svg .webicon.git {
  background: url("webicons/webicon-git.svg"); }

.no-svg .webicon.github {
  background: url("webicons/webicon-github-m.png"); }

.no-svg .webicon.github.large {
  background: url("webicons/webicon-github.png"); }

.no-svg .webicon.github.small {
  background: url("webicons/webicon-github-s.png"); }

.svg .webicon.github {
  background: url("webicons/webicon-github.svg"); }

.no-svg .webicon.goodreads {
  background: url("webicons/webicon-goodreads-m.png"); }

.no-svg .webicon.goodreads.large {
  background: url("webicons/webicon-goodreads.png"); }

.no-svg .webicon.goodreads.small {
  background: url("webicons/webicon-goodreads-s.png"); }

.svg .webicon.goodreads {
  background: url("webicons/webicon-goodreads.svg"); }

.no-svg .webicon.google {
  background: url("webicons/webicon-google-m.png"); }

.no-svg .webicon.google.large {
  background: url("webicons/webicon-google.png"); }

.no-svg .webicon.google.small {
  background: url("webicons/webicon-google-s.png"); }

.svg .webicon.google {
  background: url("webicons/webicon-google.svg"); }

.no-svg .webicon.googleplay {
  background: url("webicons/webicon-googleplay-m.png"); }

.no-svg .webicon.googleplay.large {
  background: url("webicons/webicon-googleplay.png"); }

.no-svg .webicon.googleplay.small {
  background: url("webicons/webicon-googleplay-s.png"); }

.svg .webicon.googleplay {
  background: url("webicons/webicon-googleplay.svg"); }

.no-svg .webicon.googleplus {
  background: url("webicons/webicon-googleplus-m.png"); }

.no-svg .webicon.googleplus.large {
  background: url("webicons/webicon-googleplus.png"); }

.no-svg .webicon.googleplus.small {
  background: url("webicons/webicon-googleplus-s.png"); }

.svg .webicon.googleplus {
  background: url("webicons/webicon-googleplus.svg"); }

.no-svg .webicon.hangouts {
  background: url("webicons/webicon-hangouts-m.png"); }

.no-svg .webicon.hangouts.large {
  background: url("webicons/webicon-hangouts.png"); }

.no-svg .webicon.hangouts.small {
  background: url("webicons/webicon-hangouts-s.png"); }

.svg .webicon.hangouts {
  background: url("webicons/webicon-hangouts.svg"); }

.no-svg .webicon.html5 {
  background: url("webicons/webicon-html5-m.png"); }

.no-svg .webicon.html5.large {
  background: url("webicons/webicon-html5.png"); }

.no-svg .webicon.html5.small {
  background: url("webicons/webicon-html5-s.png"); }

.svg .webicon.html5 {
  background: url("webicons/webicon-html5.svg"); }

.no-svg .webicon.icloud {
  background: url("webicons/webicon-icloud-m.png"); }

.no-svg .webicon.icloud.large {
  background: url("webicons/webicon-icloud.png"); }

.no-svg .webicon.icloud.small {
  background: url("webicons/webicon-icloud-s.png"); }

.svg .webicon.icloud {
  background: url("webicons/webicon-icloud.svg"); }

.no-svg .webicon.indiegogo {
  background: url("webicons/webicon-indiegogo-m.png"); }

.no-svg .webicon.indiegogo.large {
  background: url("webicons/webicon-indiegogo.png"); }

.no-svg .webicon.indiegogo.small {
  background: url("webicons/webicon-indiegogo-s.png"); }

.svg .webicon.indiegogo {
  background: url("webicons/webicon-indiegogo.svg"); }

.no-svg .webicon.instagram {
  background: url("webicons/webicon-instagram-m.png"); }

.no-svg .webicon.instagram.large {
  background: url("webicons/webicon-instagram.png"); }

.no-svg .webicon.instagram.small {
  background: url("webicons/webicon-instagram-s.png"); }

.svg .webicon.instagram {
  background: url("webicons/webicon-instagram.svg"); }

.no-svg .webicon.instapaper {
  background: url("webicons/webicon-instapaper-m.png"); }

.no-svg .webicon.instapaper.large {
  background: url("webicons/webicon-instapaper.png"); }

.no-svg .webicon.instapaper.small {
  background: url("webicons/webicon-instapaper-s.png"); }

.svg .webicon.instapaper {
  background: url("webicons/webicon-instapaper.svg"); }

.no-svg .webicon.kickstarter {
  background: url("webicons/webicon-kickstarter-m.png"); }

.no-svg .webicon.kickstarter.large {
  background: url("webicons/webicon-kickstarter.png"); }

.no-svg .webicon.kickstarter.small {
  background: url("webicons/webicon-kickstarter-s.png"); }

.svg .webicon.kickstarter {
  background: url("webicons/webicon-kickstarter.svg"); }

.no-svg .webicon.klout {
  background: url("webicons/webicon-klout-m.png"); }

.no-svg .webicon.klout.large {
  background: url("webicons/webicon-klout.png"); }

.no-svg .webicon.klout.small {
  background: url("webicons/webicon-klout-s.png"); }

.svg .webicon.klout {
  background: url("webicons/webicon-klout.svg"); }

.no-svg .webicon.lastfm {
  background: url("webicons/webicon-lastfm-m.png"); }

.no-svg .webicon.lastfm.large {
  background: url("webicons/webicon-lastfm.png"); }

.no-svg .webicon.lastfm.small {
  background: url("webicons/webicon-lastfm-s.png"); }

.svg .webicon.lastfm {
  background: url("webicons/webicon-lastfm.svg"); }

.no-svg .webicon.linkedin {
  background: url("webicons/webicon-linkedin-m.png"); }

.no-svg .webicon.linkedin.large {
  background: url("webicons/webicon-linkedin.png"); }

.no-svg .webicon.linkedin.small {
  background: url("webicons/webicon-linkedin-s.png"); }

.svg .webicon.linkedin {
  background: url("webicons/webicon-linkedin.svg"); }

.no-svg .webicon.mail {
  background: url("webicons/webicon-mail-m.png"); }

.no-svg .webicon.mail.large {
  background: url("webicons/webicon-mail.png"); }

.no-svg .webicon.mail.small {
  background: url("webicons/webicon-mail-s.png"); }

.svg .webicon.mail {
  background: url("webicons/webicon-mail.svg"); }

.no-svg .webicon.medium {
  background: url("webicons/webicon-medium-m.png"); }

.no-svg .webicon.medium.large {
  background: url("webicons/webicon-medium.png"); }

.no-svg .webicon.medium.small {
  background: url("webicons/webicon-medium-s.png"); }

.svg .webicon.medium {
  background: url("webicons/webicon-medium.svg"); }

.no-svg .webicon.mixi {
  background: url("webicons/webicon-mixi-m.png"); }

.no-svg .webicon.mixi.large {
  background: url("webicons/webicon-mixi.png"); }

.no-svg .webicon.mixi.small {
  background: url("webicons/webicon-mixi-s.png"); }

.svg .webicon.mixi {
  background: url("webicons/webicon-mixi.svg"); }

.no-svg .webicon.msn {
  background: url("webicons/webicon-msn-m.png"); }

.no-svg .webicon.msn.large {
  background: url("webicons/webicon-msn.png"); }

.no-svg .webicon.msn.small {
  background: url("webicons/webicon-msn-s.png"); }

.svg .webicon.msn {
  background: url("webicons/webicon-msn.svg"); }

.no-svg .webicon.openid {
  background: url("webicons/webicon-openid-m.png"); }

.no-svg .webicon.openid.large {
  background: url("webicons/webicon-openid.png"); }

.no-svg .webicon.openid.small {
  background: url("webicons/webicon-openid-s.png"); }

.svg .webicon.openid {
  background: url("webicons/webicon-openid.svg"); }

.no-svg .webicon.picasa {
  background: url("webicons/webicon-picasa-m.png"); }

.no-svg .webicon.picasa.large {
  background: url("webicons/webicon-picasa.png"); }

.no-svg .webicon.picasa.small {
  background: url("webicons/webicon-picasa-s.png"); }

.svg .webicon.picasa {
  background: url("webicons/webicon-picasa.svg"); }

.no-svg .webicon.pinterest {
  background: url("webicons/webicon-pinterest-m.png"); }

.no-svg .webicon.pinterest.large {
  background: url("webicons/webicon-pinterest.png"); }

.no-svg .webicon.pinterest.small {
  background: url("webicons/webicon-pinterest-s.png"); }

.svg .webicon.pinterest {
  background: url("webicons/webicon-pinterest.svg"); }

.no-svg .webicon.pocketapp {
  background: url("webicons/webicon-pocketapp-m.png"); }

.no-svg .webicon.pocketapp.large {
  background: url("webicons/webicon-pocketapp.png"); }

.no-svg .webicon.pocketapp.small {
  background: url("webicons/webicon-pocketapp-s.png"); }

.svg .webicon.pocketapp {
  background: url("webicons/webicon-pocketapp.svg"); }

.no-svg .webicon.potluck {
  background: url("webicons/webicon-potluck-m.png"); }

.no-svg .webicon.potluck.large {
  background: url("webicons/webicon-potluck.png"); }

.no-svg .webicon.potluck.small {
  background: url("webicons/webicon-potluck-s.png"); }

.svg .webicon.potluck {
  background: url("webicons/webicon-potluck.svg"); }

.no-svg .webicon.quora {
  background: url("webicons/webicon-quora-m.png"); }

.no-svg .webicon.quora.large {
  background: url("webicons/webicon-quora.png"); }

.no-svg .webicon.quora.small {
  background: url("webicons/webicon-quora-s.png"); }

.svg .webicon.quora {
  background: url("webicons/webicon-quora.svg"); }

.no-svg .webicon.orkut {
  background: url("webicons/webicon-orkut-m.png"); }

.no-svg .webicon.orkut.large {
  background: url("webicons/webicon-orkut.png"); }

.no-svg .webicon.orkut.small {
  background: url("webicons/webicon-orkut-s.png"); }

.svg .webicon.orkut {
  background: url("webicons/webicon-orkut.svg"); }

.no-svg .webicon.mercurial {
  background: url("webicons/webicon-mercurial-m.png"); }

.no-svg .webicon.mercurial.large {
  background: url("webicons/webicon-mercurial.png"); }

.no-svg .webicon.mercurial.small {
  background: url("webicons/webicon-mercurial-s.png"); }

.svg .webicon.mercurial {
  background: url("webicons/webicon-mercurial.svg"); }

.no-svg .webicon.rdio {
  background: url("webicons/webicon-rdio-m.png"); }

.no-svg .webicon.rdio.large {
  background: url("webicons/webicon-rdio.png"); }

.no-svg .webicon.rdio.small {
  background: url("webicons/webicon-rdio-s.png"); }

.svg .webicon.rdio {
  background: url("webicons/webicon-rdio.svg"); }

.no-svg .webicon.reddit {
  background: url("webicons/webicon-reddit-m.png"); }

.no-svg .webicon.reddit.large {
  background: url("webicons/webicon-reddit.png"); }

.no-svg .webicon.reddit.small {
  background: url("webicons/webicon-reddit-s.png"); }

.svg .webicon.reddit {
  background: url("webicons/webicon-reddit.svg"); }

.no-svg .webicon.renren {
  background: url("webicons/webicon-renren-m.png"); }

.no-svg .webicon.renren.large {
  background: url("webicons/webicon-renren.png"); }

.no-svg .webicon.renren.small {
  background: url("webicons/webicon-renren-s.png"); }

.svg .webicon.renren {
  background: url("webicons/webicon-renren.svg"); }

.no-svg .webicon.rss {
  background: url("webicons/webicon-rss-m.png"); }

.no-svg .webicon.rss.large {
  background: url("webicons/webicon-rss.png"); }

.no-svg .webicon.rss.small {
  background: url("webicons/webicon-rss-s.png"); }

.svg .webicon.rss {
  background: url("webicons/webicon-rss.svg"); }

.no-svg .webicon.skitch {
  background: url("webicons/webicon-skitch-m.png"); }

.no-svg .webicon.skitch.large {
  background: url("webicons/webicon-skitch.png"); }

.no-svg .webicon.skitch.small {
  background: url("webicons/webicon-skitch-s.png"); }

.svg .webicon.skitch {
  background: url("webicons/webicon-skitch.svg"); }

.no-svg .webicon.skype {
  background: url("webicons/webicon-skype-m.png"); }

.no-svg .webicon.skype.large {
  background: url("webicons/webicon-skype.png"); }

.no-svg .webicon.skype.small {
  background: url("webicons/webicon-skype-s.png"); }

.svg .webicon.skype {
  background: url("webicons/webicon-skype.svg"); }

.no-svg .webicon.soundcloud {
  background: url("webicons/webicon-soundcloud-m.png"); }

.no-svg .webicon.soundcloud.large {
  background: url("webicons/webicon-soundcloud.png"); }

.no-svg .webicon.soundcloud.small {
  background: url("webicons/webicon-soundcloud-s.png"); }

.svg .webicon.soundcloud {
  background: url("webicons/webicon-soundcloud.svg"); }

.no-svg .webicon.spotify {
  background: url("webicons/webicon-spotify-m.png"); }

.no-svg .webicon.spotify.large {
  background: url("webicons/webicon-spotify.png"); }

.no-svg .webicon.spotify.small {
  background: url("webicons/webicon-spotify-s.png"); }

.svg .webicon.spotify {
  background: url("webicons/webicon-spotify.svg"); }

.no-svg .webicon.stackoverflow {
  background: url("webicons/webicon-stackoverflow-m.png"); }

.no-svg .webicon.stackoverflow.large {
  background: url("webicons/webicon-stackoverflow.png"); }

.no-svg .webicon.stackoverflow.small {
  background: url("webicons/webicon-stackoverflow-s.png"); }

.svg .webicon.stackoverflow {
  background: url("webicons/webicon-stackoverflow.svg"); }

.no-svg .webicon.stumbleupon {
  background: url("webicons/webicon-stumbleupon-m.png"); }

.no-svg .webicon.stumbleupon.large {
  background: url("webicons/webicon-stumbleupon.png"); }

.no-svg .webicon.stumbleupon.small {
  background: url("webicons/webicon-stumbleupon-s.png"); }

.svg .webicon.stumbleupon {
  background: url("webicons/webicon-stumbleupon.svg"); }

.no-svg .webicon.svn {
  background: url("webicons/webicon-svn-m.png"); }

.no-svg .webicon.svn.large {
  background: url("webicons/webicon-svn.png"); }

.no-svg .webicon.svn.small {
  background: url("webicons/webicon-svn-s.png"); }

.svg .webicon.svn {
  background: url("webicons/webicon-svn.svg"); }

.no-svg .webicon.tent {
  background: url("webicons/webicon-tent-m.png"); }

.no-svg .webicon.tent.large {
  background: url("webicons/webicon-tent.png"); }

.no-svg .webicon.tent.small {
  background: url("webicons/webicon-tent-s.png"); }

.svg .webicon.tent {
  background: url("webicons/webicon-tent.svg"); }

.no-svg .webicon.tripadvisor {
  background: url("webicons/webicon-tripadvisor-m.png"); }

.no-svg .webicon.tripadvisor.large {
  background: url("webicons/webicon-tripadvisor.png"); }

.no-svg .webicon.tripadvisor.small {
  background: url("webicons/webicon-tripadvisor-s.png"); }

.svg .webicon.tripadvisor {
  background: url("webicons/webicon-tripadvisor.svg"); }

.no-svg .webicon.tumblr {
  background: url("webicons/webicon-tumblr-m.png"); }

.no-svg .webicon.tumblr.large {
  background: url("webicons/webicon-tumblr.png"); }

.no-svg .webicon.tumblr.small {
  background: url("webicons/webicon-tumblr-s.png"); }

.svg .webicon.tumblr {
  background: url("webicons/webicon-tumblr.svg"); }

.no-svg .webicon.twitter {
  background: url("webicons/webicon-twitter-m.png"); }

.no-svg .webicon.twitter.large {
  background: url("webicons/webicon-twitter.png"); }

.no-svg .webicon.twitter.small {
  background: url("webicons/webicon-twitter-s.png"); }

.svg .webicon.twitter {
  background: url("webicons/webicon-twitter.svg"); }

.no-svg .webicon.vimeo {
  background: url("webicons/webicon-vimeo-m.png"); }

.no-svg .webicon.vimeo.large {
  background: url("webicons/webicon-vimeo.png"); }

.no-svg .webicon.vimeo.small {
  background: url("webicons/webicon-vimeo-s.png"); }

.svg .webicon.vimeo {
  background: url("webicons/webicon-vimeo.svg"); }

.no-svg .webicon.weibo {
  background: url("webicons/webicon-weibo-m.png"); }

.no-svg .webicon.weibo.large {
  background: url("webicons/webicon-weibo.png"); }

.no-svg .webicon.weibo.small {
  background: url("webicons/webicon-weibo-s.png"); }

.svg .webicon.weibo {
  background: url("webicons/webicon-weibo.svg"); }

.no-svg .webicon.windows {
  background: url("webicons/webicon-windows-m.png"); }

.no-svg .webicon.windows.large {
  background: url("webicons/webicon-windows.png"); }

.no-svg .webicon.windows.small {
  background: url("webicons/webicon-windows-s.png"); }

.svg .webicon.windows {
  background: url("webicons/webicon-windows.svg"); }

.no-svg .webicon.wordpress {
  background: url("webicons/webicon-wordpress-m.png"); }

.no-svg .webicon.wordpress.large {
  background: url("webicons/webicon-wordpress.png"); }

.no-svg .webicon.wordpress.small {
  background: url("webicons/webicon-wordpress-s.png"); }

.svg .webicon.wordpress {
  background: url("webicons/webicon-wordpress.svg"); }

.no-svg .webicon.xing {
  background: url("webicons/webicon-xing-m.png"); }

.no-svg .webicon.xing.large {
  background: url("webicons/webicon-xing.png"); }

.no-svg .webicon.xing.small {
  background: url("webicons/webicon-xing-s.png"); }

.svg .webicon.xing {
  background: url("webicons/webicon-xing.svg"); }

.no-svg .webicon.yahoo {
  background: url("webicons/webicon-yahoo-m.png"); }

.no-svg .webicon.yahoo.large {
  background: url("webicons/webicon-yahoo.png"); }

.no-svg .webicon.yahoo.small {
  background: url("webicons/webicon-yahoo-s.png"); }

.svg .webicon.yahoo {
  background: url("webicons/webicon-yahoo.svg"); }

.no-svg .webicon.yelp {
  background: url("webicons/webicon-yelp-m.png"); }

.no-svg .webicon.yelp.large {
  background: url("webicons/webicon-yelp.png"); }

.no-svg .webicon.yelp.small {
  background: url("webicons/webicon-yelp-s.png"); }

.svg .webicon.yelp {
  background: url("webicons/webicon-yelp.svg"); }

.no-svg .webicon.youtube {
  background: url("webicons/webicon-youtube-m.png"); }

.no-svg .webicon.youtube.large {
  background: url("webicons/webicon-youtube.png"); }

.no-svg .webicon.youtube.small {
  background: url("webicons/webicon-youtube-s.png"); }

.svg .webicon.youtube {
  background: url("webicons/webicon-youtube.svg"); }

.no-svg .webicon.youversion {
  background: url("webicons/webicon-youversion-m.png"); }

.no-svg .webicon.youversion.large {
  background: url("webicons/webicon-youversion.png"); }

.no-svg .webicon.youversion.small {
  background: url("webicons/webicon-youversion-s.png"); }

.svg .webicon.youversion {
  background: url("webicons/webicon-youversion.svg"); }

.no-svg .webicon.zerply {
  background: url("webicons/webicon-zerply-m.png"); }

.no-svg .webicon.zerply.large {
  background: url("webicons/webicon-zerply.png"); }

.no-svg .webicon.zerply.small {
  background: url("webicons/webicon-zerply-s.png"); }

.svg .webicon.zerply {
  background: url("webicons/webicon-zerply.svg"); }

.hide-text {
text-indent: 100%;
white-space: nowrap;
overflow: hidden;
}
.lightbox-main .powered {
	display: none!important;
}
.video-page {
	background-image: none;
	background: #000;
	color: #f0f0f0;
}
.video-page #page-wrap {
	width: 100%;
	margin: 0 auto;
}

.video-page #main-wrap {
	background: #000;
}
.video-page #header .pglogo {
	position: relative;
	margin: 0 auto;
}
.video-page .post {
	text-align: center;
}

.video-page .entry {
	text-align: center;
}


.video-page video {
	margin: 0 auto;
}
.video-page #footer {
	background: #000;
}
.video-page .video-js {

	margin: 0 auto;
}

.page-link {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 15px auto 35px;

}
.single-travel-photos {
	background: #f2f5fC;
	background-image: -webkit-linear-gradient(bottom,rgba(0,0,0,0) 0,rgba(0,0,0,0) 85%,rgba(0,0,0,0.07) 100%);
	background-image: -moz-linear-gradient(bottom,rgba(0,0,0,0) 0,rgba(0,0,0,0) 85%,rgba(0,0,0,0.07) 100%);
	background-image: -ms-linear-gradient(bottom,rgba(0,0,0,0) 0,rgba(0,0,0,0) 85%,rgba(0,0,0,0.07) 100%);
	background-image: -o-linear-gradient(bottom,rgba(0,0,0,0) 0,rgba(0,0,0,0) 85%,rgba(0,0,0,0.07) 100%);
	background-image: linear-gradient(bottom,rgba(0,0,0,0) 0,rgba(0,0,0,0) 85%,rgba(0,0,0,0.07) 100%);
}
.single-travel-photos #content-wrap #main {
	float: none;
	width: 100%;
}
.single-travel-photos #search {
	background: #000;
}
.travel-photos {
	overflow: hidden;
	line-height: 1.7;
}
.travel-photos .post-cat {
	background: #5787f5;
	color: #f0f0f0;
	text-decoration: none;
	border-bottom: none;
	font-size: 12px;
	font-weight: 700;
}

.single-travel-photos #footer {
	background: #fff;
}
.single-travel-photos #footer .widget-area {
	border: none;
}
.travel-photos #product-shot {
	width: 220px;
	float: right;
	margin: 0 10px 20px 20px;
	border: none;
	font-size: 14px;
	color: #333;
	background: #f2f5fC;
	background-image: -webkit-linear-gradient(bottom,rgba(0,0,0,0) 0,rgba(0,0,0,0) 85%,rgba(0,0,0,0.07) 100%);
	background-image: -moz-linear-gradient(bottom,rgba(0,0,0,0) 0,rgba(0,0,0,0) 85%,rgba(0,0,0,0.07) 100%);
	background-image: -ms-linear-gradient(bottom,rgba(0,0,0,0) 0,rgba(0,0,0,0) 85%,rgba(0,0,0,0.07) 100%);
	background-image: -o-linear-gradient(bottom,rgba(0,0,0,0) 0,rgba(0,0,0,0) 85%,rgba(0,0,0,0.07) 100%);
	background-image: linear-gradient(bottom,rgba(0,0,0,0) 0,rgba(0,0,0,0) 85%,rgba(0,0,0,0.07) 100%);
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	box-sizing: border-box;
}
.travel-photos #product-shot tr, .travel-photos #product-shot td{
	width: 200px;
	margin: 0;
	padding: 0;
	border: none;
}
.travel-photos #product-shot td {
	padding: 0;
}
.travel-photos #product-shot td.title{
	font-size: 18px;
	color: #666;
	padding: 5px 10px;
}

.travel-photos #product-shot tr .desc{
	padding: 10px;
	line-height: 1;
}
.travel-photos #product-shot tr span{
	font-size: 16px;
	color: #666;
	margin: 5px 0 10px 0;
	display: block;
}
.travel-photos #product-shot .bar{
	height: 3px;
	padding: 0;
}
.travel-photos #product-shot .bar td{
	height: 3px;
	background: #333;
	padding: 0;
}
.travel-photos #product-shot .button-holder{
	text-align: center;
}
.travel-photos #product-shot .view{
	
	background: #0D4782;
	padding: 5px 10px;
	color: #f0f0f0;
	margin: 10px auto;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}