/*
Theme Name: 50 Eggs
Theme URI: http://wordpress.org/extend/themes/twentytwelve
Author: the Digital Artisans
Author URI: http://www.digisans.com
Description: Based off the 2012 theme
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, gray, white, one-column, two-columns, right-sidebar, flexible-width, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
Text Domain: Contrarian

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* 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;
}

/*-----
	Clearfix
-----*/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}

/*-----
	Base Styles
-----*/
body {
	background: left top repeat-x url(css/images/headerBg.png);
	font-family: 'Lato', arial, sans-serif;
	font-size: 62.5%;
	text-align: center;
	color: #67747d;
}
h3.menu-toggle, a.assistive-text {
	display: none;
}
p {
	font-size: 14px;
	line-height: 1.5em;
	margin-bottom: 24px;
	margin-top: -5px;
}
div.right p {
	font-size: 13px;
}
a {
	color: #c85900;
	text-decoration: none;
}
div.right a {
	color: #c85900;
}
a:hover {
	text-decoration: underline;
}
ul {
	margin-bottom: 24px;
	margin-top: -5px;
}
ul li {
	font-size: 14px;
	line-height: 1.5em;
}
table {
	margin-bottom: 24px;
	margin-top: -5px;
}
table tr td {
	font-size: 14px;
	line-height: 1.5em;
	vertical-align: top;
}
h1 {
	font-size: 24px;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 6px;
	color: #ff811b;
	margin-bottom: 30px;
}
h2 {
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #4b708f;
	margin-bottom: 15px;
}
h3, 
div.right h4 {
	font-size: 12px;
	font-weight: 700;
	color: #d3d2d2;
	margin-bottom: 8px;
	text-transform: uppercase;
	letter-spacing: 2px;
}
div.right p {
	clear: both;
}
header#masthead h3 {
	margin-top: -10px;
}
div.right h4 {
	border-bottom: solid 1px #d3d2d2;
	margin-bottom: 15px;
	padding-bottom: 5px;
}
div.right h3 {
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #efae00;
	margin-top: 0;
	margin-bottom: 20px;
	clear: both;
}
strong {
	font-weight: 700;
}
em, i {
	font-weight: 400;
	font-style: italic;
}
em strong, i strong, 
strong em, strong i {
	font-weight: 700 !important;
	font-style: italic;
}
a.pageLink {
	background: right 4px no-repeat url(css/images/green-Arrow-Small.png);
	padding-right: 15px;
	text-transform: uppercase;
	color: #817C23;
}
div#page {
	min-width: 320px;
	background: center top no-repeat url(css/images/eggBg.jpg);
}
h3.widget-title {
	display: none;
}


/*-----
	Header Styles
-----*/
header#masthead {
	width: 100%;
	max-width: 902px;
	text-align: left;
	margin: 0 auto 20px auto;
}
header#masthead h1 {
	display: block;
	border-top: solid 9px #8cd5f7;
	min-width: 320px;
	margin-bottom: 0;
}
header#masthead h1 a {
	display: block;
	padding-top: 5px;
}
header#masthead table {
	margin-top: 0;
}
header#masthead table tr td.leftColumn {
	width: 100%;
}
header#masthead table tr td.rightColumn {
	width: 240px;
}


div.socialBar {
	float: left;
	border-top: solid 9px #efae00;
	width: 225px;
	margin-left: 12px;
	padding-left: 15px;
}
div.socialBar a {
	outline: none;
}
div.socialBar h3 {
	text-transform: uppercase;
	font-family: 'Lato', arial, sans-serif;
	font-size: 15px;
	letter-spacing: 3px;
	padding: 30px 0 0 0;
	font-weight: 700;
	color: #de6e00;
	display: block;
}
div.socialBar a.facebookBtn {
	background: left top no-repeat url(css/images/social-icons.gif);
	width: 16px;
	height: 16px;
	display: block;
	float: left;
	text-indent: -9000em;
	margin-right: 6px;
}
div.socialBar a.twitterBtn {
	background: -21px top no-repeat url(css/images/social-icons.gif);
	width: 16px;
	height: 16px;
	display: block;
	float: left;
	text-indent: -9000em;
	margin-right: 6px;
}
div.socialBar a.youtubeBtn {
	background: -63px top no-repeat url(css/images/social-icons.gif);
	width: 16px;
	height: 16px;
	display: block;
	float: left;
	text-indent: -9000em;
	margin-right: 6px;
}
div.socialBar a.mailBtn {
	background: -42px top no-repeat url(css/images/social-icons.gif);
	width: 16px;
	height: 16px;
	display: block;
	float: left;
	text-indent: -9000em;
}
div.menu-primary-navigation-container {
	clear: both;
}
div.menu-primary-navigation-container ul li {
	display: inline-block;
	_display: inline;
	zoom: 1;
	text-transform: uppercase;
	font-family: 'Lato', arial, sans-serif;
	font-size: 16px;
	font-weight: 400;
	position: relative;
	z-index: 20;
}
div.menu-primary-navigation-container ul li a {
	display: block;
	background: right 14px no-repeat url(css/images/nav-bullet.png);
	padding: 5px 20px 5px 15px;
	color: #1284ba;
}
div.menu-primary-navigation-container ul li#menu-item-15 a {
	background-image: none;
	padding-right: 0;
	font-weight: 700;
}
div.menu-primary-navigation-container ul li ul {
	display: none;
	position: absolute;
	width: 200px;
	background: #fff;
}
div.menu-primary-navigation-container ul li:hover ul {
	display: block;
	border-bottom: solid 1px #CCC;
}
div.menu-primary-navigation-container ul li ul li {
	font-size: 12px;
	border: solid 1px #CCC;
	border-bottom: none;
	display: block;
}
div.menu-primary-navigation-container ul li ul li a {
	background: none;
}

/*-----
	Content Styles
-----*/

div#primary {
	width: 100%;
	min-width: 320px;
}
div#content {
	margin: 0 auto;
	max-width: 902px;
	text-align: left;
}
body.home div#content {
	width: 80%;
	margin: 0 auto;
	max-width: 902px;
	text-align: left;
}
div.wideFormat div#content {
	max-width: 902px;
}
img.bannerPhoto {
	margin-bottom: 35px;
	width: 100%;
	max-width: 902px;
}
div#content div.left {
	padding-left: 2%;
	padding-right: 0;
	width: 62%;
	float: left;
	min-width: 320px;
	padding-bottom: 60px;
}
div#content div.right {
	padding-left: 4%;
	padding-right: 2%;
	width: 30%;
	float: right;
	min-width: 200px;
	padding-top: 56px;
	padding-bottom: 60px;
}
div.hasBanner div#content div.right {
	padding-top: 0;
}
div#content div.right img {
	width: 100%;
}
div#content div.right img.alignleft {
	width: 80%;
}
div#content div.right img.aligncenter {
	width: auto;
	clear: both;
	float: none;
	display: block;
	margin-bottom: 20px;
}
div#content div.review {
	border-bottom: solid 1px #d3d2d2;
	margin-bottom: 40px;
	padding-bottom: 10px;
	position: relative;
}
div#content div.review:last-child {
	border-bottom: none;
}
div#content div.review a {
	color: #0072a2;
}
div#content div.review a.allReviews {
	display: block;
	background: left 8px no-repeat url(css/images/nav-bullet.png);
	text-transform: uppercase;
	padding-left: 12px;
	letter-spacing: 1px;
	font-size: 12px;
	position: absolute;
	bottom: 27px;
}
div#content div.review table {
	margin-bottom: 0;
}
div#content div.review td.leftReview {
	width: 280px;
}
div#content div.review td.rightReview {
	min-width: 320px;
	width: auto;
	margin-top: 0;
	padding-top: 20px;
}
div#content div.review h3 {
	text-transform: none;
	font-weight: 400;
	font-size: 13px;
	color: #6c696a;
	line-height: 1.3em;
	margin-bottom: 2px;
}
div#content div.review h4 {
	text-transform: none;
	font-weight: 400;
	font-size: 12px;
	color: #6c696a;
	line-height: 1.3em;
	margin-bottom: 20px;
}

div#content div.right a img {
	-moz-box-shadow: 1px 1px 13px #d1d1d1;
	-webkit-box-shadow: 1px 1px 13px #d1d1d1;
	box-shadow: 1px 1px 13px #d1d1d1;
}
body.home div#content div.left {
	border-top: solid 1px #ffd9ba;
	border-bottom: solid 1px #ffd9ba;
	width: 70%;
	padding: 0 0 0 0;
	margin-right: 2%;
	margin-bottom: 60px;
	position: relative;
}
body.home div#content div.left p {
	font-size: 24px;
	font-weight: 300;
	font-family: 'Lato', arial, sans-serif;
	padding-left: 45px;
	background: left top no-repeat url(css/images/leftQuote.png);
	line-height: 1.3em;
}
body.home div#content div.left p strong {
	background: right 5px no-repeat url(css/images/rightQuote.png);
	width: 14px;
	text-indent: -9000em;
	display: inline-block;
}
body.home div#content div.left h3 {
	float: right !important;
	background: #fff;
	color: #8e8e8e;
	width: 235px;
	font-weight: 400;
	text-align: left;
	font-size: 13px;
	text-transform: none;
	font-family: 'Lato', arial, sans-serif;
	position: absolute;
	bottom: -34px;
	right: 0;
	line-height: 1.4em;
	padding-left: 15px;
}
body.home div#content div.left h3 em {
	font-weight: 100italic;
}
body.home div#content div.right {
	width: 28%;
	border-top: solid 7px #8cd5f7;
	padding: 0 0 0 0;
}
body.home div#content div.right div.rightContent {
	padding: 15px;
}
body.home div#content div.right h3 {
	color: #8cd5f7;
	margin-bottom: 15px;
}
div#content div.right div.socialBar {
	padding-bottom: 20px;
}
div#content div.right div.socialBar a {
	background: left top no-repeat url(css/images/social-icons.png);
	width: 16px;
	height: 16px;
	display: block;
	text-indent: -9000em;
	outline: none;
	float: left;
	margin-right: 5px;
}
div#content div.right div.socialBar a:hover {
	background-position: left -16px;
}
div#content div.right div.socialBar a.twitterBtn {
	background-position: -21px top;
}
div#content div.right div.socialBar a.twitterBtn:hover {
	background-position: -21px -16px;
}
div#content div.right div.socialBar a.mailBtn {
	background-position: -42px top;
}
div#content div.right div.socialBar a.mailBtn:hover {
	background-position: -42px -16px;
}
div.right p.socialBtn {
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 1px;
	font-weight: 700;
}
p.socialBtn a {
	background: left 5px no-repeat url(css/images/social-icons-vert.png);
	padding: 5px 0 5px 24px;
	color: #1284ba;
	display: block;
}
p.socialBtn a.twitterBtn {
	background-position: left -43px;
}
p.socialBtn a.facebookBtn {
	background-position: left 5px;
}
p.socialBtn a.contactBtn {
	background-position: left -91px;
}
div.fb-like, .fb_reset { 
	/*float: left;*/
	position: relative;
	top: -2px;
	left: 4px;
}
.fb_reset {
	display: none;
}
div#content div.right ul li {
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #4b708f;
	margin-bottom: 7px;
	background: left 5px no-repeat url(css/images/nav-bullet.png);
	padding-left: 12px;
}
div#content div.right aside h3.widget-title {
	display: none;
}
div#content div.right div#secondary {
	margin-bottom: 22px;
}
div#content div.right ul li a {
	color: #1284ba;
}

div.outerWrapper {
	width: 100%;
	height: 475px;
	/*background: #aabbcc;*/
	margin-bottom: 30px;
	position: relative;
}
div.outerWrapper a.prevBtn {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 10%;
	height: 475px;
	background: 50% 50% no-repeat url(css/images/prevArrow-lg-off.png);
	text-indent: -9000em;
	outline: none;
}
div.outerWrapper a.nextBtn {
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	width: 10%;
	height: 475px;
	background: 50% 50% no-repeat url(css/images/nextArrow-lg-off.png);
	text-indent: -9000em;
	outline: none;
}
div.outerWrapper a.prevBtn:hover {
	background: 50% 50% no-repeat url(css/images/prevArrow-lg-on.png);
}
div.outerWrapper a.nextBtn:hover {
	background: 50% 50% no-repeat url(css/images/nextArrow-lg-on.png);
}


div.smallSlider {
	width: 100%;
	height: 140px;
	/*background: #aabbcc;*/
	margin-bottom: 30px;
	position: relative;
}
div.smallSlider a.prevBtn {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 10%;
	height: 140px;
	background: right 50% no-repeat url(css/images/prev-Arrow-Orange-Over.png);
	text-indent: -9000em;
	outline: none;
}
div.smallSlider a.nextBtn {
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	width: 10%;
	height: 140px;
	background: left 50% no-repeat url(css/images/next-Arrow-Orange-Over.png);
	text-indent: -9000em;
	outline: none;
}
div.smallSlider a.prevBtn:hover {
	background: right 50% no-repeat url(css/images/prev-Arrow-Orange-Over.png);
}
div.smallSlider a.nextBtn:hover {
	background: left 50% no-repeat url(css/images/next-Arrow-Orange-Over.png);
}



div.gallery {
	position: relative;
	left: -15px;
	width: 480px;
}
div.itemWrapper {
	width: 211px;
	float: left;
	margin-left: 15px;
	min-height: 210px;
}
div.itemWrapper a {
	position: relative;
	display: block;
}
div.itemWrapper a span {
	position: absolute;
	bottom: 10px;
	right: 8px;
	background: left top no-repeat url(css/images/downloadArrow.png);
	width: 12px;
	height: 12px;
	display: block;
}
div.itemWrapper p {
	font-size: 11px;
	color: #67747d;
	padding: 12px 5px 8px 5px;
}

/*@media screen and (max-width: 710px) {
div.gallery {
	position: static;
	left: 0;
	width: 100%;
}
}
@media screen and (max-width: 830px) {
	div.outerWrapper a.prevBtn {
		background: left 50% no-repeat url(css/images/prevArrow-med-off.png);
	}
	div.outerWrapper a.nextBtn {
		background: right 50% no-repeat url(css/images/nextArrow-med-off.png);
	}
	div.outerWrapper a.prevBtn:hover {
		background: left 50% no-repeat url(css/images/prevArrow-med-on.png);
	}
	div.outerWrapper a.nextBtn:hover {
		background: right 50% no-repeat url(css/images/nextArrow-med-on.png);
	}
}
@media screen and (max-width: 560px) {
	div.outerWrapper a.prevBtn {
		background: left 50% no-repeat url(css/images/prevArrow-sm-off.png);
	}
	div.outerWrapper a.nextBtn {
		background: right 50% no-repeat url(css/images/nextArrow-sm-off.png);
	}
	div.outerWrapper a.prevBtn:hover {
		background: left 50% no-repeat url(css/images/prevArrow-sm-on.png);
	}
	div.outerWrapper a.nextBtn:hover {
		background: right 50% no-repeat url(css/images/nextArrow-sm-on.png);
	}
}*/

div.colorSlider {
	width: 80%;
	max-width: 902px;
	/*background: #bbaacc;*/
	height: 475px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}
div.colorSlider div.slides {
	overflow: hidden;
	width: 902px;
	height: 475px;
	width: 7200px;
	position: relative;
	left: -1804px;
}
div.colorSlider div.slides div.slide {
	float: left;
	margin: 0 5px;
	width: 902px;
	height: 475px;
	position: relative;
}
div.colorSlider div.slides div.slide div.blurb {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 524px;
	padding: 0 0 0 0;
	background: bottom right no-repeat url(css/images/shadow.png);
	text-align: left;
	min-height: 240px;
}
div.colorSlider div.slides div.slide div.blurb p {
	position: absolute;
	bottom: 0;
	right: 35px;
	width: 392px;
	color: #fff;
	line-height: 1.3em;
}
div.colorSlider div.slides div.slide div.ten9eight {
	background: none;
}
div.colorSlider div.slides div.slide div.ten9eight p {
	width: 292px;
	color: #343434;
}
div.colorSlider div.slides div.slide div.ten9eight p a {
	color: #343434 !important;
}
div.colorSlider div.slides div.slide div.underwater {
	background: none;
}
div.colorSlider div.slides div.slide div.underwater p {
	width: 450px;
	color: #343434;
}
div.colorSlider div.slides div.slide div.underwater p a {
	color: #343434 !important;
}
div.colorSlider div.slides div.slide div.herofordaisy {
	left: 35px;
	background: none;
}
div.colorSlider div.slides div.slide div.herofordaisy p {
	width: 292px;
	left: 0;
}
div.colorSlider div.slides div.slide div.lemonadestories {
	left: 35px;
	background: none;
}
div.colorSlider div.slides div.slide div.lemonadestories p {
	width: 316px;
	left: 0;
}
div.colorSlider div.slides div.slide div.applepie {
	left: 35px;
	background: none;
}
div.colorSlider div.slides div.slide div.applepie p {
	width: 293px;
	left: 0;
	color: #343434;
}
div.colorSlider div.slides div.slide div.applepie p a {
	color: #343434 !important;
}
div.colorSlider div.slides div.slide div.blackrock {
	background: none;
}
div.colorSlider div.slides div.slide div.blackrock p {
	color: #343434;
	width: 240px;
}
div.colorSlider div.slides div.slide div.blackrock p a {
	color: #343434 !important;
}

div.colorSlider div.slides div.slide div.blurb p a {
	display: block;
	text-align: right;
	text-transform: uppercase;
	color: #fff;
	padding-top: 10px;
}
div.bwSlider {
	position: absolute;
	top: 0;
	width: 100%;
	overflow: hidden;
}
div.bwSlider div.slides {
	overflow: hidden;
	width: 7200px;
	height: 475px;
	position: relative;
	left: -1804px;
}
div.bwSlider div.slides img {
	float: left;
	margin: 0 5px;
}
.videoContainer {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
	height: 0;
	overflow: hidden;
	margin-bottom: 30px;
}
.videoContainer iframe,
.videoContainer object,
.videoContainer embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
div#content ul li {
	background: left 8px no-repeat url(images/bullet.png);
	padding-left: 15px;
}





div.orangeBorder {
	max-width: 902px;
	border-top: 7px solid #FF811B;
	margin: 0 auto;
	text-align: left;
	clear: both;
}
div.orangeBorder h2 {
	color: #FF811B;
	padding: 10px 0 0 10px;
	clear: both;
}
div.smallSlides {
	width: 80%;
	max-width: 902px;
	height: 150px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}
div.smallSlides div.slides {
	overflow: hidden;
	width: 1804px;
	height: 150px;
	position: relative;
	left: 0;
}



div.smallSlider div.smallSlides a {
	float: left;
	display: block;
	width: 106px;
	height: 144px;
	background: left top no-repeat url(css/images/thumbShadow.png);
	padding-top: 6px;
	padding-left: 8px;
	text-align: left;
}



/*@media screen and (max-width: 560px) {
	div#content div.left {
		width: 96%;
	}
	div#content div.right {
		width: 96%;
	}
}
@media screen and (max-width: 725px) {
	img.bannerPhoto {
		width: 98%;
		margin: 0 1% 35px 1%;
	}
	div#content div.right img {
		width: 100%;
	}
}
@media screen and (max-width: 990px) {
	div#content {
		width: 100%;
		max-width: auto;
	}
}*/

/*-----
	Footer Styles
-----*/
footer#colophon {
	background: center top no-repeat url(css/images/footerBg.png);
	padding: 40px 0 40px 0;
	min-width: 320px;
	clear: both;
	display: block;
}
footer#colophon p {
	color: #767676;
	text-transform: uppercase;
	font-family: 'Lato', arial, sans-serif;
	font-size: 13px;
	font-weight: 400;
	float: left;
	padding: 5px 0 0 30px;
}
footer#colophon aside {
	max-width: 902px;
	margin: 0 auto;
}
footer#colophon aside a.footerLogo {
	background: 10px top no-repeat url(images/50Eggs-Logo-Footer.png);
	width: 135px;
	height: 43px;
	display: inline-block;
	_display: inline;
	zoom: 1;
	text-indent: -9000em;
	float: left;
	padding-left: 10px;
}


@media screen and (max-width: 560px) {
	header#masthead table {
		width: 100%;
	}
	header#masthead table td {
		display: block;
		width: 100%;
		max-width: 100%;
	}
	header#masthead table td.rightColumn {
		width: 100% !important;
	}
	header#masthead table td div.socialBar {
		margin-left: 0;
		width: 100%;
	}
	header#masthead table td h1 {
		width: 100%;
	}
}

@media screen and (max-width: 640px) {
	div#content div.review td {
		display: table-row;
	}
	div#content div.review {
		padding-bottom: 40px;
	}
}
@media screen and (max-width: 990px) {
	div.colorSlider div.slides div.slide div.blurb p span {
		display: none;
	}
	div.colorSlider div.slides div.slide div.blurb {
		background-image: none;
	}
}

@media screen and (max-width: 666px) {
	div#content div.left {
		width: 96%;
		padding-right: 2%;
		padding-bottom: 4%;
	}
	div#content div.right {
		width: 96%;
		padding-right: 2%;
		max-width: 320px;
		float: left;
		padding-top: 0;
	}
	footer#colophon table tr td a.footerLogo {
		float: none;
	}
	footer#colophon table tr td {
		display: block;
		text-align: center;
		padding-bottom: 20px;
	}
}
@media screen and (max-width: 830px) {
	div.outerWrapper a.prevBtn {
		background: left 50% no-repeat url(css/images/prevArrow-med-off.png);
	}
	div.outerWrapper a.nextBtn {
		background: right 50% no-repeat url(css/images/nextArrow-med-off.png);
	}
	div.outerWrapper a.prevBtn:hover {
		background: left 50% no-repeat url(css/images/prevArrow-med-on.png);
	}
	div.outerWrapper a.nextBtn:hover {
		background: right 50% no-repeat url(css/images/nextArrow-med-on.png);
	}
}
@media screen and (max-width: 560px) {
	div.outerWrapper a.prevBtn {
		background: left 50% no-repeat url(css/images/prevArrow-sm-off.png);
	}
	div.outerWrapper a.nextBtn {
		background: right 50% no-repeat url(css/images/nextArrow-sm-off.png);
	}
	div.outerWrapper a.prevBtn:hover {
		background: left 50% no-repeat url(css/images/prevArrow-sm-on.png);
	}
	div.outerWrapper a.nextBtn:hover {
		background: right 50% no-repeat url(css/images/nextArrow-sm-on.png);
	}
}

/*-----
	Lightbox Clone
-----*/
div.pp_default .pp_top,div.pp_default .pp_top .pp_middle,div.pp_default .pp_top .pp_left,div.pp_default .pp_top .pp_right,div.pp_default .pp_bottom,div.pp_default .pp_bottom .pp_left,div.pp_default .pp_bottom .pp_middle,div.pp_default .pp_bottom .pp_right{height:13px}
div.pp_default .pp_top .pp_left{background:url(css/images/default/sprite.png) -78px -93px no-repeat}
div.pp_default .pp_top .pp_middle{background:url(css/images/default/sprite_x.png) top left repeat-x}
div.pp_default .pp_top .pp_right{background:url(css/images/default/sprite.png) -112px -93px no-repeat}
div.pp_default .pp_content .ppt{color:#f8f8f8}
div.pp_default .pp_content_container .pp_left{background:url(css/images/default/sprite_y.png) -7px 0 repeat-y;padding-left:13px}
div.pp_default .pp_content_container .pp_right{background:url(css/images/default/sprite_y.png) top right repeat-y;padding-right:13px}
div.pp_default .pp_next:hover{background:url(css/images/default/sprite_next.png) center right no-repeat;cursor:pointer}
div.pp_default .pp_previous:hover{background:url(css/images/default/sprite_prev.png) center left no-repeat;cursor:pointer}
div.pp_default .pp_expand{background:url(css/images/default/sprite.png) 0 -29px no-repeat;cursor:pointer;width:28px;height:28px}
div.pp_default .pp_expand:hover{background:url(css/images/default/sprite.png) 0 -56px no-repeat;cursor:pointer}
div.pp_default .pp_contract{background:url(css/images/default/sprite.png) 0 -84px no-repeat;cursor:pointer;width:28px;height:28px}
div.pp_default .pp_contract:hover{background:url(css/images/default/sprite.png) 0 -113px no-repeat;cursor:pointer}
div.pp_default .pp_close{width:30px;height:30px;background:url(css/images/default/sprite.png) 2px 1px no-repeat;cursor:pointer}
div.pp_default .pp_gallery ul li a{background:url(css/images/default/default_thumb.png) center center #f8f8f8;border:1px solid #aaa}
div.pp_default .pp_social{margin-top:7px}
div.pp_default .pp_gallery a.pp_arrow_previous,div.pp_default .pp_gallery a.pp_arrow_next{position:static;left:auto}
div.pp_default .pp_nav .pp_play,div.pp_default .pp_nav .pp_pause{background:url(css/images/default/sprite.png) -51px 1px no-repeat;height:30px;width:30px}
div.pp_default .pp_nav .pp_pause{background-position:-51px -29px}
div.pp_default a.pp_arrow_previous,div.pp_default a.pp_arrow_next{background:url(css/images/default/sprite.png) -31px -3px no-repeat;height:20px;width:20px;margin:4px 0 0}
div.pp_default a.pp_arrow_next{left:52px;background-position:-82px -3px}
div.pp_default .pp_content_container .pp_details{margin-top:5px}
div.pp_default .pp_nav{clear:none;height:30px;width:110px;position:relative}
div.pp_default .pp_nav .currentTextHolder{font-family:Georgia;font-style:italic;color:#999;font-size:11px;left:75px;line-height:25px;position:absolute;top:2px;margin:0;padding:0 0 0 10px}
div.pp_default .pp_close:hover,div.pp_default .pp_nav .pp_play:hover,div.pp_default .pp_nav .pp_pause:hover,div.pp_default .pp_arrow_next:hover,div.pp_default .pp_arrow_previous:hover{opacity:0.7}
div.pp_default .pp_description{font-size:11px;font-weight:700;line-height:14px;margin:5px 50px 5px 0}
div.pp_default .pp_bottom .pp_left{background:url(css/images/default/sprite.png) -78px -127px no-repeat}
div.pp_default .pp_bottom .pp_middle{background:url(css/images/default/sprite_x.png) bottom left repeat-x}
div.pp_default .pp_bottom .pp_right{background:url(css/images/default/sprite.png) -112px -127px no-repeat}
div.pp_default .pp_loaderIcon{background:url(css/images/default/loader.gif) center center no-repeat}
div.light_rounded .pp_top .pp_left{background:url(css/images/light_rounded/sprite.png) -88px -53px no-repeat}
div.light_rounded .pp_top .pp_right{background:url(css/images/light_rounded/sprite.png) -110px -53px no-repeat}
div.light_rounded .pp_next:hover{background:url(css/images/light_rounded/btnNext.png) center right no-repeat;cursor:pointer}
div.light_rounded .pp_previous:hover{background:url(css/images/light_rounded/btnPrevious.png) center left no-repeat;cursor:pointer}
div.light_rounded .pp_expand{background:url(css/images/light_rounded/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.light_rounded .pp_expand:hover{background:url(css/images/light_rounded/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.light_rounded .pp_contract{background:url(css/images/light_rounded/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.light_rounded .pp_contract:hover{background:url(css/images/light_rounded/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.light_rounded .pp_close{width:75px;height:22px;background:url(css/images/light_rounded/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.light_rounded .pp_nav .pp_play{background:url(css/images/light_rounded/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.light_rounded .pp_nav .pp_pause{background:url(css/images/light_rounded/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.light_rounded .pp_arrow_previous{background:url(css/images/light_rounded/sprite.png) 0 -71px no-repeat}
div.light_rounded .pp_arrow_next{background:url(css/images/light_rounded/sprite.png) -22px -71px no-repeat}
div.light_rounded .pp_bottom .pp_left{background:url(css/images/light_rounded/sprite.png) -88px -80px no-repeat}
div.light_rounded .pp_bottom .pp_right{background:url(css/images/light_rounded/sprite.png) -110px -80px no-repeat}
div.dark_rounded .pp_top .pp_left{background:url(css/images/dark_rounded/sprite.png) -88px -53px no-repeat}
div.dark_rounded .pp_top .pp_right{background:url(css/images/dark_rounded/sprite.png) -110px -53px no-repeat}
div.dark_rounded .pp_content_container .pp_left{background:url(css/images/dark_rounded/contentPattern.png) top left repeat-y}
div.dark_rounded .pp_content_container .pp_right{background:url(css/images/dark_rounded/contentPattern.png) top right repeat-y}
div.dark_rounded .pp_next:hover{background:url(css/images/dark_rounded/btnNext.png) center right no-repeat;cursor:pointer}
div.dark_rounded .pp_previous:hover{background:url(css/images/dark_rounded/btnPrevious.png) center left no-repeat;cursor:pointer}
div.dark_rounded .pp_expand{background:url(css/images/dark_rounded/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.dark_rounded .pp_expand:hover{background:url(css/images/dark_rounded/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.dark_rounded .pp_contract{background:url(css/images/dark_rounded/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.dark_rounded .pp_contract:hover{background:url(css/images/dark_rounded/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.dark_rounded .pp_close{width:75px;height:22px;background:url(css/images/dark_rounded/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.dark_rounded .pp_description{margin-right:85px;color:#fff}
div.dark_rounded .pp_nav .pp_play{background:url(css/images/dark_rounded/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.dark_rounded .pp_nav .pp_pause{background:url(css/images/dark_rounded/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.dark_rounded .pp_arrow_previous{background:url(css/images/dark_rounded/sprite.png) 0 -71px no-repeat}
div.dark_rounded .pp_arrow_next{background:url(css/images/dark_rounded/sprite.png) -22px -71px no-repeat}
div.dark_rounded .pp_bottom .pp_left{background:url(css/images/dark_rounded/sprite.png) -88px -80px no-repeat}
div.dark_rounded .pp_bottom .pp_right{background:url(css/images/dark_rounded/sprite.png) -110px -80px no-repeat}
div.dark_rounded .pp_loaderIcon{background:url(css/images/dark_rounded/loader.gif) center center no-repeat}
div.dark_square .pp_left,div.dark_square .pp_middle,div.dark_square .pp_right,div.dark_square .pp_content{background:#000}
div.dark_square .pp_description{color:#fff;margin:0 85px 0 0}
div.dark_square .pp_loaderIcon{background:url(css/images/dark_square/loader.gif) center center no-repeat}
div.dark_square .pp_expand{background:url(css/images/dark_square/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.dark_square .pp_expand:hover{background:url(css/images/dark_square/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.dark_square .pp_contract{background:url(css/images/dark_square/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.dark_square .pp_contract:hover{background:url(css/images/dark_square/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.dark_square .pp_close{width:75px;height:22px;background:url(css/images/dark_square/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.dark_square .pp_nav{clear:none}
div.dark_square .pp_nav .pp_play{background:url(css/images/dark_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.dark_square .pp_nav .pp_pause{background:url(css/images/dark_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.dark_square .pp_arrow_previous{background:url(css/images/dark_square/sprite.png) 0 -71px no-repeat}
div.dark_square .pp_arrow_next{background:url(css/images/dark_square/sprite.png) -22px -71px no-repeat}
div.dark_square .pp_next:hover{background:url(css/images/dark_square/btnNext.png) center right no-repeat;cursor:pointer}
div.dark_square .pp_previous:hover{background:url(css/images/dark_square/btnPrevious.png) center left no-repeat;cursor:pointer}
div.light_square .pp_expand{background:url(css/images/light_square/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.light_square .pp_expand:hover{background:url(css/images/light_square/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.light_square .pp_contract{background:url(css/images/light_square/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.light_square .pp_contract:hover{background:url(css/images/light_square/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.light_square .pp_close{width:75px;height:22px;background:url(css/images/light_square/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.light_square .pp_nav .pp_play{background:url(css/images/light_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.light_square .pp_nav .pp_pause{background:url(css/images/light_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.light_square .pp_arrow_previous{background:url(css/images/light_square/sprite.png) 0 -71px no-repeat}
div.light_square .pp_arrow_next{background:url(css/images/light_square/sprite.png) -22px -71px no-repeat}
div.light_square .pp_next:hover{background:url(css/images/light_square/btnNext.png) center right no-repeat;cursor:pointer}
div.light_square .pp_previous:hover{background:url(css/images/light_square/btnPrevious.png) center left no-repeat;cursor:pointer}
div.facebook .pp_top .pp_left{background:url(css/images/facebook/sprite.png) -88px -53px no-repeat}
div.facebook .pp_top .pp_middle{background:url(css/images/facebook/contentPatternTop.png) top left repeat-x}
div.facebook .pp_top .pp_right{background:url(css/images/facebook/sprite.png) -110px -53px no-repeat}
div.facebook .pp_content_container .pp_left{background:url(css/images/facebook/contentPatternLeft.png) top left repeat-y}
div.facebook .pp_content_container .pp_right{background:url(css/images/facebook/contentPatternRight.png) top right repeat-y}
div.facebook .pp_expand{background:url(css/images/facebook/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.facebook .pp_expand:hover{background:url(css/images/facebook/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.facebook .pp_contract{background:url(css/images/facebook/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.facebook .pp_contract:hover{background:url(css/images/facebook/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.facebook .pp_close{width:22px;height:22px;background:url(css/images/facebook/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.facebook .pp_description{margin:0 37px 0 0}
div.facebook .pp_loaderIcon{background:url(css/images/facebook/loader.gif) center center no-repeat}
div.facebook .pp_arrow_previous{background:url(css/images/facebook/sprite.png) 0 -71px no-repeat;height:22px;margin-top:0;width:22px}
div.facebook .pp_arrow_previous.disabled{background-position:0 -96px;cursor:default}
div.facebook .pp_arrow_next{background:url(css/images/facebook/sprite.png) -32px -71px no-repeat;height:22px;margin-top:0;width:22px}
div.facebook .pp_arrow_next.disabled{background-position:-32px -96px;cursor:default}
div.facebook .pp_nav{margin-top:0}
div.facebook .pp_nav p{font-size:15px;padding:0 3px 0 4px}
div.facebook .pp_nav .pp_play{background:url(css/images/facebook/sprite.png) -1px -123px no-repeat;height:22px;width:22px}
div.facebook .pp_nav .pp_pause{background:url(css/images/facebook/sprite.png) -32px -123px no-repeat;height:22px;width:22px}
div.facebook .pp_next:hover{background:url(css/images/facebook/btnNext.png) center right no-repeat;cursor:pointer}
div.facebook .pp_previous:hover{background:url(css/images/facebook/btnPrevious.png) center left no-repeat;cursor:pointer}
div.facebook .pp_bottom .pp_left{background:url(css/images/facebook/sprite.png) -88px -80px no-repeat}
div.facebook .pp_bottom .pp_middle{background:url(css/images/facebook/contentPatternBottom.png) top left repeat-x}
div.facebook .pp_bottom .pp_right{background:url(css/images/facebook/sprite.png) -110px -80px no-repeat}
div.pp_pic_holder a:focus{outline:none}
div.pp_overlay{background:#000;display:none;left:0;position:absolute;top:0;width:100%;z-index:9500}
div.pp_pic_holder{display:none;position:absolute;width:100px;z-index:10000}
.pp_content{height:40px;min-width:40px}
* html .pp_content{width:40px}
.pp_content_container{position:relative;text-align:left;width:100%}
.pp_content_container .pp_left{padding-left:20px}
.pp_content_container .pp_right{padding-right:20px}
.pp_content_container .pp_details{float:left;margin:10px 0 2px}
.pp_description{display:none;margin:0}
.pp_social{float:left;margin:0}
.pp_social .facebook{float:left;margin-left:5px;width:125px;overflow:hidden}
.pp_social .twitter{float:left}
.pp_nav{clear:right;float:left;margin:3px 10px 0 0}
.pp_nav p{float:left;white-space:nowrap;margin:2px 4px}
.pp_nav .pp_play,.pp_nav .pp_pause{float:left;margin-right:4px;text-indent:-10000px}
a.pp_arrow_previous,a.pp_arrow_next{display:block;float:left;height:15px;margin-top:3px;overflow:hidden;text-indent:-10000px;width:14px}
.pp_hoverContainer{position:absolute;top:0;width:100%;z-index:2000}
.pp_gallery{display:none;left:50%;margin-top:-50px;position:absolute;z-index:10000}
.pp_gallery div{float:left;overflow:hidden;position:relative}
.pp_gallery ul{float:left;height:35px;position:relative;white-space:nowrap;margin:0 0 0 5px;padding:0}
.pp_gallery ul a{border:1px rgba(0,0,0,0.5) solid;display:block;float:left;height:33px;overflow:hidden}
.pp_gallery ul a img{border:0}
.pp_gallery li{display:block;float:left;margin:0 5px 0 0;padding:0}
.pp_gallery li.default a{background:url(css/images/facebook/default_thumbnail.gif) 0 0 no-repeat;display:block;height:33px;width:50px}
.pp_gallery .pp_arrow_previous,.pp_gallery .pp_arrow_next{margin-top:7px!important}
a.pp_next{background:url(css/images/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:right;height:100%;text-indent:-10000px;width:49%}
a.pp_previous{background:url(css/images/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:left;height:100%;text-indent:-10000px;width:49%}
a.pp_expand,a.pp_contract{cursor:pointer;display:none;height:20px;position:absolute;right:30px;text-indent:-10000px;top:10px;width:20px;z-index:20000}
a.pp_close{position:absolute;right:0;top:0;display:block;line-height:22px;text-indent:-10000px}
.pp_loaderIcon{display:block;height:24px;left:50%;position:absolute;top:50%;width:24px;margin:-12px 0 0 -12px}
#pp_full_res{line-height:1!important}
#pp_full_res .pp_inline{text-align:left}
#pp_full_res .pp_inline p{margin:0 0 15px}
div.ppt{color:#fff;display:none;font-size:17px;z-index:9999;margin:0 0 5px 15px}
div.pp_default .pp_content,div.light_rounded .pp_content{background-color:#fff}
div.pp_default #pp_full_res .pp_inline,div.light_rounded .pp_content .ppt,div.light_rounded #pp_full_res .pp_inline,div.light_square .pp_content .ppt,div.light_square #pp_full_res .pp_inline,div.facebook .pp_content .ppt,div.facebook #pp_full_res .pp_inline{color:#000}
div.pp_default .pp_gallery ul li a:hover,div.pp_default .pp_gallery ul li.selected a,.pp_gallery ul a:hover,.pp_gallery li.selected a{border-color:#fff}
div.pp_default .pp_details,div.light_rounded .pp_details,div.dark_rounded .pp_details,div.dark_square .pp_details,div.light_square .pp_details,div.facebook .pp_details{position:relative}
div.light_rounded .pp_top .pp_middle,div.light_rounded .pp_content_container .pp_left,div.light_rounded .pp_content_container .pp_right,div.light_rounded .pp_bottom .pp_middle,div.light_square .pp_left,div.light_square .pp_middle,div.light_square .pp_right,div.light_square .pp_content,div.facebook .pp_content{background:#fff}
div.light_rounded .pp_description,div.light_square .pp_description{margin-right:85px}
div.light_rounded .pp_gallery a.pp_arrow_previous,div.light_rounded .pp_gallery a.pp_arrow_next,div.dark_rounded .pp_gallery a.pp_arrow_previous,div.dark_rounded .pp_gallery a.pp_arrow_next,div.dark_square .pp_gallery a.pp_arrow_previous,div.dark_square .pp_gallery a.pp_arrow_next,div.light_square .pp_gallery a.pp_arrow_previous,div.light_square .pp_gallery a.pp_arrow_next{margin-top:12px!important}
div.light_rounded .pp_arrow_previous.disabled,div.dark_rounded .pp_arrow_previous.disabled,div.dark_square .pp_arrow_previous.disabled,div.light_square .pp_arrow_previous.disabled{background-position:0 -87px;cursor:default}
div.light_rounded .pp_arrow_next.disabled,div.dark_rounded .pp_arrow_next.disabled,div.dark_square .pp_arrow_next.disabled,div.light_square .pp_arrow_next.disabled{background-position:-22px -87px;cursor:default}
div.light_rounded .pp_loaderIcon,div.light_square .pp_loaderIcon{background:url(css/images/light_rounded/loader.gif) center center no-repeat}
div.dark_rounded .pp_top .pp_middle,div.dark_rounded .pp_content,div.dark_rounded .pp_bottom .pp_middle{background:url(css/images/dark_rounded/contentPattern.png) top left repeat}
div.dark_rounded .currentTextHolder,div.dark_square .currentTextHolder{color:#c4c4c4}
div.dark_rounded #pp_full_res .pp_inline,div.dark_square #pp_full_res .pp_inline{color:#fff}
.pp_top,.pp_bottom{height:20px;position:relative}
* html .pp_top,* html .pp_bottom{padding:0 20px}
.pp_top .pp_left,.pp_bottom .pp_left{height:20px;left:0;position:absolute;width:20px}
.pp_top .pp_middle,.pp_bottom .pp_middle{height:20px;left:20px;position:absolute;right:20px}
* html .pp_top .pp_middle,* html .pp_bottom .pp_middle{left:0;position:static}
.pp_top .pp_right,.pp_bottom .pp_right{height:20px;left:auto;position:absolute;right:0;top:0;width:20px}
.pp_fade,.pp_gallery li.default a img{display:none}