/*
 * http://meyerweb.com/eric/tools/css/reset/ 
 * v2.0 | 20110126
 * License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}/* default styles - MOBILE FIRST! - stick others in desktop.css */
body {
	background: #fff url('../img/splash-top-right.png') right top no-repeat;
	background-size: 157px 74px;
	color: #858585;
	font-family: 'Open Sans',Tahoma,Geneva,sans-serif;
	font-weight: 400;
	overflow-y: scroll;
}

img, figure {
	max-width: 100%!important;
	height: auto;
}

a, a:link, a:active, a:visited {
	color: #25c5f3;
	transition: all 0.35s ease;
}

a:hover, a:focus {
	color: orange;
	text-decoration: none;
}

em {
	font-style: italic;
}

#page {
	max-width: 1600px;
	margin: 0 auto;
}

.site-header {
	text-align: center;
	border-top: solid 8px #25c5f3;
}

.site-title img {
	display: block;
	margin: 10px auto;
/*
	width: 237px;
	height: 60px;
*/
}

.site-title a {
	color: #25c5f3;
}

.site-header .site-description {
	font-size: 18px;
	letter-spacing: -1px;
	/*font-weight: 700;*/
	margin: -8px 0 10px 0;
}

.today {
	margin: 10px 0;
	line-height: 1.125;
	color: #283785;
}

.today .day {
	font-size: 32px;
	font-weight: 300;
	letter-spacing: -2px;
	opacity: 0.4;
}

.today .date, .today .month {
	font-size: 38px;
	font-weight: 700;
	letter-spacing: -4px;
	color: #25c5f3;
}

.today .year {
	font-size: 32px;
	font-weight: 300;
	letter-spacing: -3px;
	color: #e7e7e7;
	opacity: 0.75;
}

.social {
	font-size: 22px;
	letter-spacing: -1px;
	color: #25c5f3;
	background: #fafafa;
	padding: 4px 16px;
	margin-bottom: 10px;
}

.main-navigation {
	padding: 4px 0;
	background: #283785;
}

.menu-toggle {
	cursor: pointer;
}

.main-navigation a, .menu-toggle {
	margin: 0 10px;
	font-size: 12px;
	font-weight: 700;
	line-height: 26px;
	text-transform: uppercase;
	color: #fff;
}

.main-navigation ul {
	display: none;
}
	
.main-navigation .search-form {
	display: inline-block;
}

.main-navigation .search-form .form-group {
	margin-bottom: 0;
}

.main-navigation .search-form .form-control {
	padding: 1px 4px;
	height: auto;
	margin: 2px;
}

#primary {
	background: #25c5f3;
}

#main, #sidebar {
	padding-top: 25px;
	padding-bottom: 25px;
}

#main {
	background: #fff;
	padding-top: 30px;
}

#sidebar, #sidebar a {
	color: #fff;
}

.slideshow-wrap {
	margin-bottom: 25px;
}

.cycle-slideshow {
	height: 320px;
}

.slide {
	/*display: none;*/
}

#slideshow-1 .slide {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}

#slideshow-1 a {
	color: #283785;
}

#slideshow-1 img {
	min-width: 100%;
	min-height: 100%;
	width: auto;
}

#slideshow-1 h3 {
	position: absolute;
	bottom: 12px;
	left: 0;
	width: 100%;
	margin: 0;
	padding: 6px 12px;
	background: #fff;
	background: rgba(255,255,255,0.9);
	z-index: 10000;
}

/*.metaslider .caption-wrap {
	bottom: 50%!important;
	width: 90%!important;
	font-size: 22px;
	font-weight: 300;
	line-height: 1.2!important;
	text-align: right;
	background: #283785!important;
	background: rgba(40,55,133,0.95)!important;
}*/

.page-header {
	margin-top: 0;
}

h1 {
	font-size: 42px;
	font-weight: 300;
	letter-spacing: -1px;
	text-shadow: 1px 0 1px #fff;
	margin-bottom: 15px;
	opacity: 0.9;
}

h1.alt {
	color: #25c5f3;
	font-weight: 700;
	letter-spacing: -2px;
}

h2 {
	clear: both;
	float: none;
	font-size: 36px;
	font-weight: 300;
	letter-spacing: -1px;
	padding: 6px 15px;
	margin-bottom: 15px;
	color: #fff;
	background: #25c5f3;
}

h2.jazzy {
	color: #25c5f3;
	background: transparent;
	border-bottom: solid 2px #25c5f3;
}

h3, .cn-entry .org {
	font-size: 26px;
	font-weight: 300;
	letter-spacing: -1px;
	margin-bottom: 15px;
	font-variant: normal;
}

h4 {
	font-weight: 700;
	margin-bottom: 5px;
	opacity: 0.8;
}

.post {
	padding-bottom: 15px;
	border-bottom: solid 1px #eee;
	margin-bottom: 25px;
}

.taxonomy-description {
	line-height: 1.5;
}

.entry-image {
	position: relative;
	width: 100%;
	height: 210px;
	overflow: hidden;
	margin-bottom: 10px;
}

#marketplace .entry-image {
	/*height: 210px;*/
}

.entry-image img {
	display: block;
	margin: -25px auto 0 auto;
	min-width: 100%;
	min-height: 100%;
	/*filter: blur(4px);
	-webkit-filter: blur(4px);
	opacity: 0.6;*/
}

.entry-image h3 {
	position: absolute;
	box-sizing: border-box;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 4px 8px 6px 8px;
	margin-bottom: 0;
	font-size: 22px;
	line-height: 1.2;
	text-align: right;
	background: #283785!important;
	background: rgba(40,55,133,0.95)!important;
}

.home-news .entry-image h3 {
	/*font-size: 16px;
	letter-spacing: 0;*/
}

.entry-image a {
	color: #fff;
}

.entry-image:hover a {
	color: #25c5f3;
}
/*
#latest-news h3 {
	font-size: 18px;
	letter-spacing: 0;
}

#latest-news img {
	float: left;
	width: 100px;
	margin: 0 10px 5px 0;
}*/

#marketplace {
	background: #fafafa;
}

.post .entry-content p, .home .post .entry-content p {
	font-size: 12px;
	line-height: 1.5;
	margin-bottom: 10px;
}

.single .entry-content p, .single .entry-content ul, .single .entry-content ol, .page .entry-content p, .page .entry-content ul, .page .entry-content ol, .widget p, address {
	font-size: 14px;
	line-height: 1.5;
	margin-bottom: 25px;
}

.lead {
	font-size: 20px!important;
}

.post .snip {
	position: relative;
	height: 410px;
	overflow: hidden;
}

#latest-news .post .snip {
	height: 350px;
}

#marketplace .post .snip {
	height: 350px;
}

#latest-news .post, #marketplace .post {
	padding-bottom: 15px;
	border-bottom: solid 1px #eee;
	margin-bottom: 25px;
}

.post .snip .after {
	display: block;
	content: ' ';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 35px;
	background: rgba(255,255,255,0.2);
	background: -webkit-linear-gradient(rgba(255,255,255,0.2), rgba(255,255,255,1));
	background: -o-linear-gradient(rgba(255,255,255,0.2), rgba(255,255,255,1));
	background: -moz-linear-gradient(rgba(255,255,255,0.2), rgba(255,255,255,1));
	background: linear-gradient(rgba(255,255,255,0.2), rgba(255,255,255,1));
	z-index: +1;
}

#marketplace .post .snip .after {
	background: rgba(250,250,250,0.2);
	background: -webkit-linear-gradient(rgba(250,250,250,0.2), rgba(250,250,250,1));
	background: -o-linear-gradient(rgba(250,250,250,0.2), rgba(250,250,250,1));
	background: -moz-linear-gradient(rgba(250,250,250,0.2), rgba(250,250,250,1));
	background: linear-gradient(rgba(250,250,250,0.2), rgba(250,250,250,1));
}

.post .readmore {
	margin: 15px auto;
}

.entry-content ul li {
	margin-left: 20px;
	list-style-type: circle;
	list-style-position: outside;
}

.entry-content img, .wp-caption {
	display: block;
	border: solid 1px #999999;
	margin: 0 auto 15px auto;
}

.wp-caption img {
	border: none;
	margin-bottom: 0;
}

.wp-caption-text {
	font-size: 12px;
	line-height: 1.25;
	padding: 5px;
}

a.btn-info {
	color: #fff;
}

a.btn.readmore {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 125px;
	color: #fff;
}

.cn-entry {
	font-size: 14px;
	line-height: 1.5;
	margin: 0 0 25px 0!important;
}

.entry-meta, .tags-links, .bookmark-link, .cat-links, .comments-link, .edit-link, .cn-meta {
	font-size: 10px;
	line-height: 1.5;
	margin-bottom: 6px;
}

.cn-meta {
	margin-bottom: 20px;
}

.entry-content ul li.cn-entry-action-item {
	list-style-type: none;
	margin-left: 0;
}

.single .entry-meta, .single .tags-links, .single .bookmark-link, .single .cat-links, .single .comments-link, .single .edit-link {
	font-size: 12px;
	margin-bottom: 10px;
}

.entry-footer a {
	color: #b9b9b9;
	border-bottom: dotted 1px #d5d5d5;
}

.entry-footer a:hover, .entry-footer a:focus {
	color: #25c5f3;
	border-bottom: dotted 1px transparent;
}

.post-navigation, .paging-navigation {
	text-align: center;
	padding-bottom: 25px;
	border-bottom: solid 1px #eee;
	margin-bottom: 25px;
}

.nav-previous {
	margin-bottom: 10px;
}

.comments-area {
	font-size: 12px;
	line-height: 1.5;
}

.comments-area p {
	margin-bottom: 10px;
}

.widget {
	padding-bottom: 15px;
	border-bottom: solid 1px #fff;
	margin-bottom: 15px;
}

.widget img {
	display: block;
	margin: 0 auto;
}

.widget:last-of-type {
	padding-bottom: 0;
	border-bottom: none;
}

.widget li {
	font-size: 12px;
	margin-bottom: 16px;
	margin-left: 15px;
	list-style-type: circle;
	list-style-position: outside;
}

.widget .callout {
	padding: 25px;
	background: #ffbc1f;
	color: #fff;
	transition: all 350ms ease;
}

.widget .callout:hover {
	background: #ffb300;
}

.widget .callout ul {
	margin: 0 0 0 20px;
}

.widget .callout li {
	font-weight: 300;
	font-size: 40px;
	letter-spacing: -1px;
	-webkit-font-smoothing:antialiased;
	-webkit-backface-visibility:hidden;
	list-style-type: square;
	transform: scale(0.9);
	transition: all 350ms ease;
}

.widget .callout li:hover {
	transform: scale(1);
}

.widget .callout a {
	color: #fff;
}

.widget iframe {
	display: block!important;
	margin: 0 auto!important;
}

.adkingprobanner {
	text-align: center;
}

.adkingprobanner img {
	margin: 15px auto;
}
	
.metaslider .caption-wrap {
	opacity: 1!important;
	background: #283785!important;
 	background: rgba(40,55,133,0.8)!important;
	font-size: 22px;
	line-height: 1.2;
	font-weight: 300;
	letter-spacing: -1px;
}

.footer-ads {
	padding-bottom: 125px;
	background: url('../img/splash-bottom-left.png') left bottom no-repeat;
	background-size: 186px 124px;
}

.site-footer {
	background: #25c5f3;
	padding: 15px 0;
	text-align: center;
	font-size: 10px;
	line-height: 1.2;
	color: #fff;
}

.site-footer li {
	display: inline-block;
}

.site-footer li:after {
	content: ' | ';
}

.site-footer li:last-child:after {
	content: '';
}

.site-footer a {
	color: #fff;
}/* desktop and tablet styles */
@media only screen and (min-width: 768px) {
	
	.site-title {
		position: relative;
	}
	
	.site-title img {
/*
		width: 375px;
		height: 95px;
*/
	}
	
	.site-header .site-description {
		/*font-size: 0.9vw;
		line-height: 1.125;
		position: absolute;
		bottom: 5px;
		z-index: 10000;*/
	}
	
	.menu-toggle {
		display: none;
	}
	
	.main-navigation .search-form {
		float: right;
	}
	
	.main-navigation ul {
		display: block;
		float: right;
	}
	
	.main-navigation ul li {
		display: inline;
	}
	
	.main-navigation .menu-main-menu-container {
		display: inline;
	}
	
	.clear:before, .clear:after {
		content: ' ';
		display: block;
	}
	
	.clear:after {
		clear: both;
		height: 1px;
		background: #eee;
		margin: 25px 0 25px 0;
	}
	
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	
	.clear-sm:before, .clear-sm:after {
		content: ' ';
		display: block;
	}
	
	.clear-sm:after {
		clear: both;
		height: 1px;
		background: #eee;
		margin: 25px 0 25px 0;
	}
	
}

@media only screen and (min-width: 992px) {
	
	body {
		background-size: 313px 148px;
	}
	
	#main {
		/*padding-top: 100px;*/
		min-height: 1175px;
	}
	
	#slideshow-2 .cycle-carousel-wrap {
		width: 100%;
	}
	
	#slideshow-2 .slide {
		box-sizing: border-box;
		width: 100%!important;
		height: 80px;
		padding: 0 0 0 12px;
		overflow: hidden;
		background: #fff;
		border-left: solid 6px #283785;
		transition: all 1.5s ease;
	}
	
	#slideshow-2 .slide.cycle-slide-active {
		background: #fafafa;
		border-left: solid 6px #25c5f3;
	}
	
	#slideshow-2 .slide img {
		float: right;
		width: 120px;
		height: auto;
		min-height: 80px;
		opacity: 0.2;
		transition: all 1.5s ease;
	}
	
	#slideshow-2 .slide.cycle-slide-active img {
		opacity: 1;
	}
	
	#slideshow-2 .slide h3 {
		margin: 6px 0;
		font-size: 22px;
	}
	
	#slideshow-2 .slide a {
		color: #afafaf;
		transition: all 1.5s ease;
	}
	
	#slideshow-2 .slide.cycle-slide-active a {
		color: #25c5f3;
	}
	
	.footer-ads {
		background-size: 372px 247px;
		padding-bottom: 50px;
	}
	
	img.alignleft {
		float: left;
		margin: 0 15px 15px 0;
	}
	
	img.alignright {
		float: right;
		margin: 0 0 15px 15px;
	}
	
	.clear-md:before, .clear-md:after {
		content: ' ';
		display: block;
	}
	
	.clear-md:after {
		clear: both;
		height: 1px;
		background: #eee;
		margin: 25px 0 25px 0;
	}
	
}

@media only screen and (min-width: 1030px) {
	
	.main-navigation .container {
		width: 1040px;
	}
	
}/* CSS for social icon glyphs */

@font-face {
    font-family: 'socicon';
    src: url('http://www.poolandspascene.com/wp-stuff/themes/philmeadows/fonts/socicon-webfont.eot');
    src: url('http://www.poolandspascene.com/wp-stuff/themes/philmeadows/fonts/socicon-webfont.eot?#iefix') format('embedded-opentype'),
         url('http://www.poolandspascene.com/wp-stuff/themes/philmeadows/fonts/socicon-webfont.woff') format('woff'),
         url('http://www.poolandspascene.com/wp-stuff/themes/philmeadows/fonts/socicon-webfont.ttf') format('truetype'),
         url('http://www.poolandspascene.com/wp-stuff/themes/philmeadows/fonts/socicon-webfont.svg#sociconregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.socicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'socicon';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.socicon:empty{
    width: 1em;
}

.socicon-easid:before { content: "5"; }
.socicon-twitter:before { content: "a"; }
.socicon-facebook:before { content: "b"; }
.socicon-google:before { content: "c"; }
.socicon-pinterest:before { content: "d"; }
.socicon-foursquare:before { content: "e"; }
.socicon-yahoo:before { content: "f"; }
.socicon-skype:before { content: "g"; }
.socicon-yelp:before { content: "h"; }
.socicon-feedburner:before { content: "i"; }
.socicon-linkedin:before { content: "j"; }
.socicon-viadeo:before { content: "k"; }
.socicon-xing:before { content: "l"; }
.socicon-myspace:before { content: "m"; }
.socicon-soundcloud:before { content: "n"; }
.socicon-spotify:before { content: "o"; }
.socicon-grooveshark:before { content: "p"; }
.socicon-lastfm:before { content: "q"; }
.socicon-youtube:before { content: "r"; }
.socicon-vimeo:before { content: "s"; }
.socicon-dailymotion:before { content: "t"; }
.socicon-vine:before { content: "u"; }
.socicon-flickr:before { content: "v"; }
.socicon-500px:before { content: "w"; }
.socicon-instagram:before { content: "x"; }
.socicon-wordpress:before { content: "y"; }
.socicon-tumblr:before { content: "z"; }
.socicon-blogger:before { content: "A"; }
.socicon-technorati:before { content: "B"; }
.socicon-reddit:before { content: "C"; }
.socicon-dribbble:before { content: "D"; }
.socicon-stumbleupon:before { content: "E"; }
.socicon-digg:before { content: "F"; }
.socicon-envato:before { content: "G"; }
.socicon-behance:before { content: "H"; }
.socicon-delicious:before { content: "I"; }
.socicon-deviantart:before { content: "J"; }
.socicon-forrst:before { content: "K"; }
.socicon-play:before { content: "L"; }
.socicon-zerply:before { content: "M"; }
.socicon-wikipedia:before { content: "N"; }
.socicon-apple:before { content: "O"; }
.socicon-flattr:before { content: "P"; }
.socicon-github:before { content: "Q"; }
.socicon-chimein:before { content: "R"; }
.socicon-friendfeed:before { content: "S"; }
.socicon-newsvine:before { content: "T"; }
.socicon-identica:before { content: "U"; }
.socicon-bebo:before { content: "V"; }
.socicon-zynga:before { content: "W"; }
.socicon-steam:before { content: "X"; }
.socicon-xbox:before { content: "Y"; }
.socicon-windows:before { content: "Z"; }
.socicon-outlook:before { content: "1"; }
.socicon-coderwall:before { content: "2"; }
.socicon-tripadvisor:before { content: "3"; }
.socicon-netcodes:before { content: "4"; }
.socicon-lanyrd:before { content: "7"; }
.socicon-slideshare:before { content: "8"; }
.socicon-buffer:before { content: "9"; }
.socicon-rss:before { content: ","; }
.socicon-vkontakte:before { content: ";"; }
.socicon-disqus:before { content: ":"; }
