/*

Theme Name: Journal
Theme URI: http://themes.pixelb.in/journal/
Description: Journal is a simple, yet fully-featured WordPress theme geared towards the avid blogger and Internet content collector. It allows you to express your thoughts, images, and other media in a pleasant and easy to navigate way. Oh, and it’s responsive too. That’s a thing now.
Author: Alex Pascal
Author URI: http://www.alexpascal.com
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Version: 1.0.8

*/

/*-----------------------------------------------------------------------------------*/
/*	Normalized CSS Styles (from HTML5 Boilerplate)
/*-----------------------------------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
html, button, input, select, textarea { font-family: sans-serif; color: #222; }
body { margin: 0; font-size: 1em; line-height: 1.4; }

::-moz-selection { /* background: #4a6abd; */ color: #fff; text-shadow: none; }
::selection { /* background: #4a6abd; */ color: #fff; text-shadow: none; }

a { color: #00e; }
a:hover { color: #06e; }
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }

abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before { content: "\201C"; }
q:after { content: "\201D";}
small { font-size: 85%; }

sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }

/*img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }*/
img { border: 0; -ms-interpolation-mode: bicubic; }
svg:not(:root) { overflow: hidden; }

figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }
button[disabled], input[disabled] { cursor: default; }
input:focus { outline: none; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }

.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }

/*-----------------------------------------------------------------------------------*/
/*	Non-semanantic helper classes
/*-----------------------------------------------------------------------------------*/

.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clear:before, .clear:after, .clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after, .clear:after { clear: both; }
.clearfix, .clear { *zoom: 1; }

/*-----------------------------------------------------------------------------------*/
/*	Typographical, Body, & Helper Styles
/*-----------------------------------------------------------------------------------*/

/* Entypo Font by Daniel Bruce (http://entypo.com/) */
@font-face {
    font-family: 'Entypo';
    src: url('assets/entypo.eot');
    src: url('assets/entypo.eot?#iefix') format('embedded-opentype'),
         url('assets/entypo.woff') format('woff'),
         url('assets/entypo.ttf') format('truetype'),
         url('assets/entypo.svg#EntypoRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

html {
    font-size: 0.90em;
    /*-webkit-text-size-adjust: 0.75em;
    -ms-text-size-adjust: 0.75em;*/
	font-size: 0.75em;
}

body {
	/*font: normal "Helvetica Neue", Helvetica, Arial, sans-serif;*/
	/*font-family: "BrandonGrotesque-Regular",sans-serif;*/
	font-family: Georgia, "Times New Roman",
          Times, serif;
	line-height: 1.667em;
	position: relative;
}

a {
	/* color: #4a6abd; */
	padding: 2px 4px;
	/*margin: -2px -4px;*/
	text-decoration: none;
	-moz-border-radius: 2px;
	border-radius: 2px;

	-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
	-o-transition: all .1s ease-in-out;
	-ms-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
}

.osx.gecko a {
	padding: -3px 4px 2px 4px;
	/*margin: 0px -4px 0px -4px;*/
	/*margin: 2px -4px 4px -4px;*/
	margin: 2px -4px 4px -4px;
}

a:hover,
.highlight,
.special-link a {
	/* background: #4a6abd; */
	color: #fff !important;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: inherit;
}

.post-title,
.grid-title,
.single-title,
.widget-title {
	margin-top: 0 !important;
}

.grid-title {
	/*margin-bottom: 1.071em;*/
	margin-bottom: .5em;
}

.comment-title {
	margin-right: 1em;
}

h1,
.respond-section #reply-title {
	font-size: 1.714em;
	line-height: 1.417em;
	/*font-family: "Merriweather", Cambria, Georgia, serif;*/
	font-family: "BrandonGrotesque-Regular",sans-serif;
	font-style: normal;
	font-weight: 400;
}

h2 {
	/*font-size: 1.429em;*/
	font-size:1.75em;
	line-height: 1.5em;
	/*font-family: "Merriweather", Cambria, Georgia, serif;8?
	font-family: "BrandonGrotesque-Regular",sans-serif;
	font-style: normal;
	font-weight: 400;
}

h3,
h2.grid-title {
	font-size: 1.167em;
	line-height: 1.571em;
	/*font-family: "Merriweather", Cambria, Georgia, serif;*/
	font-family: "BrandonGrotesque-Regular",sans-serif;
	font-style: normal;
	font-weight: 400;
}

h4 {
	font-size: 1em;
	line-height: 1.571em;
}

h5 {
	font-size: 0.857em;
	line-height: 1.429em;
	font-weight: bold;
	text-transform: uppercase;
}

h6 {
	font-size: 0.714em;
	line-height: 1.143em;
	text-transform: uppercase;
}

audio,
video,
iframe,
object {
	display: block;
}

iframe {
	width: 100% !important;
}

b, strong {
	font-weight: bold;
}

i, em, dfn {
	font-style: italic;
}

p {
	margin-top: 0;
}


h2,
h3,
h4,
h5,
h6,
p,
pre,
ul,
ol,
dl,
dd,
blockquote,
address,
table,
fieldset,
form {
	/*margin-bottom: 20px;*/
	margin-bottom:20px;
}

h1 {
	margin-bottom:5px;
}

li:last-child,
ul:last-child,
p:last-child,
form:last-child,
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
pre:last-child {
	margin-bottom: 0;
}

ul {
	list-style: square;
}

ul ul {
	list-style: disc;
}

ul ul ul {
	list-style: circle;
}

ol {
	list-style: decimal;
}

ol ol {
	list-style: upper-roman;
}

ol ol ol {
	list-style: lower-roman;
}

ul, ol {
	padding-left: 2.917em;
}

ul ul, ul ol, ol ul {
	margin: 0.833em 0 !important;
}

blockquote {
	padding-left: 1.667em;
	margin: 0 1.667em 1.667em 1.667em;
}

blockquote blockquote {
	margin-left: 0;
}

blockquote cite:before {
	content: "— ";
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
    display: block;
}

pre {
	padding: 15px 20px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

table {
	width: 100%;
	border-radius: 3px;
}

thead,
tbody,
tfoot {
	width: 100%;
}

td, th {
	text-align: center;
}

dt {
	font-weight: bold;
}

dd {
	margin-left: 13px;
}

dd:before {
	content: "»";
	margin-left: -13px;
	width: 13px;
	display: inline-block;
}

/*-----------------------------------------------------------------------------------*/
/*	Helper Styles (adjust content to provide a streamlined experience)
/*-----------------------------------------------------------------------------------*/

.hidden {
	display: none;
}

.text-center {
	text-align: center;
}

.remove-top {
	margin-top: 0;
}

.remove-bottom {
	margin-bottom: 0;
}

.transition {
	-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
	-o-transition: all .1s ease-in-out;
	-ms-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
}

.overflow-control {
	-o-text-overflow: ellipsis;
  	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.rounded {
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

/*-----------------------------------------------------------------------------------*/
/*	Post Content Styles (applying to WYSIWYG editor, etc.)
/*-----------------------------------------------------------------------------------*/

.post-content h1,
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6 {
	/*margin-top: 40px;*/
	margin-top:5px;
}

.post-content img {
	height: auto !important;
	max-width: 100%;
	padding: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.alignleft {
	float: left;
}

.alignleft a,
.alignright a {
	/*white-space: nowrap;*/
}

.alignright {
	float: right;
}

.post-content .alignleft {
	/*margin: 1.333em 1.667em 1.667em 0;*/
	margin: 0 1.667em 1.667em 0;*/
}

.post-content .alignright {
	/*margin: 1.333em 0 1.667em 1.667em;*/
	margin: 0 0 1.667em 1.667em;
}

.aligncenter {
	margin-left: auto;
	margin-right: auto;
	display: block;
	clear: both;
}

.post-content .aligncenter {
	margin: 1.667em auto;
}

blockquote.alignleft,
blockquote.alignright {
	width: 16.667em;
}

.wp-caption-text {
	margin: 10px 0 0 0 !important;
	font-size: 0.857142857em;
	text-align: center;
}

.wp-caption {
	margin-bottom: 1.667em;
	max-width: 100%;
}

.wp-caption a {
	max-width: 100%;
	display: inline-block;
}

.image-link {
	margin: 0;
	padding: 0;
	width: auto;
	height: auto !important;
	max-width: 100%;
	-webkit-border-radius: 0;
	border-radius: 0;
}

.image-link:hover {
	background: 0 !important;
	border: 0;
}

.post-wrapper h3 {
	font-size: 1em;
	line-height: 1.571em;
}

.gallery {
	margin: 25px -10px 15px 0;
	overflow: hidden;
}

.gallery br {
	display: none;
}

.gallery dd {
	margin: 0;
	padding-bottom: 10px;
}

.gallery dd:before {
	display: none;
}

.gallery p {
	margin-bottom: 1px;
}

.gallery-item {
	float: left;
	margin: 0 !important;
	padding: 0 10px 10px 0;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33.3333333%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.6666667%;
}

.gallery-columns-7 .gallery-item,
.gallery-columns-8 .gallery-item,
.gallery-columns-9 .gallery-item {
	width: 14.2857143%;
}

/*-----------------------------------------------------------------------------------*/
/*	Form Styles
/*-----------------------------------------------------------------------------------*/

input[type="text"],
input[type="url"],
input[type="tel"],
input[type="number"],
input[type="color"],
input[type="email"],
textarea {
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
	-o-transition: all .1s ease-in-out;
	-ms-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
	padding: 9px;
	line-height: 18px;
	font-size: 12px;
}

input[type="text"],
input[type="url"],
input[type="tel"],
input[type="number"],
input[type="color"],
input[type="email"] {
	height: 18px;
	padding: 5px 9px;
}

textarea {
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    outline: none;
}

.required label {
	font-weight: bold;
}

#commentform label {
	margin-left: 15px;
}

.form-submit {
	margin-bottom: 0;
}

input[type="submit"],
input[type="button"] {
	border: 0;
	padding: 10px 13px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

input[type="submit"]:active,
input[type="button"]:active {
	-webkit-box-shadow: none;
	box-shadow: none;
}

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

.header {
	padding: 0;
	/*margin: 0 0 50px 0;*/
	margin: 0 0 20px 0;
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.header h1,
.header form {
	margin-bottom: 0 !important;
}

.header-item {
	margin-left: 40px;
}

.site-logo a {
	overflow: hidden;
	height: 78px;
	width: 145px;
	display: block;
	padding: 0;
	margin: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	margin-bottom:10px;
}

.site-logo a span {
	visibility: hidden;
}

.header-search {
	margin-top: -3px;
}

#search {
	width: 214px;
	height:25px;
	padding-right: 25px;
}

.header-search #search {
	width: 104px;
	
}

#searchform {
	position: relative;
	z-index: 1;
	display: inline-block;
	margin-top:15px;
}

#searchform:after {
	position: absolute;
	top: 1px;
	right: 8px;
	width: 16px;
	height: 16px;
	content: '🔍';
	z-index: 2;
	font: normal 32px/28px 'Entypo';
	-webkit-font-smoothing: antialiased;
}

.win #searchform:after {
	line-height: 14px;
}

.ie #searchform:after {
	line-height: 12px;
}

/*-----------------------------------------------------------------------------------*/
/*	Navigation Styles
/*-----------------------------------------------------------------------------------*/

.dropdown-nav {
	display: none;
	position: relative;
	margin-top: -3px;
	font-weight: bold;
	width: 110px;
	height: 30px;
	line-height: 30px;
	padding: 0 0 0 30px !important;
	color:#ffffff;
}

.dropdown-nav:before {
	content: "☰";
	position: absolute;
	font: normal 40px/30px "Entypo";
	-webkit-font-smoothing: antialiased;
	top: 0;
	left: 0;
	width: 32px;
	text-align: center;
	z-index: 10;
}

.win .dropdown-nav:before {
	line-height: 10px;
}

.dropdown-nav select {
	display: none;
	opacity: 0;
	border: 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.primary-nav {
	margin: 0;
	padding: 0;
	margin-top:22px;
	font-family: "BrandonGrotesque-Regular",sans-serif;
	font-size:14px;
}

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

.primary-nav > ul {
	padding-top: 13px;
}

.primary-nav ul ul {
	margin: 0 !important;
	padding-top: 5px;
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
}

.primary-nav ul ul:before {
	position: absolute;
	top: 9px;
	left: 0;
	right: 0;
	height: 0;
	content: "";
}

.primary-nav li {
	float: left;
	height: 18px;
	margin-left: 20px;
	position: relative;
	line-height: 18px;
}

.primary-nav li li {
	float: none;
	margin: 0;
	height: 20px;
	line-height: 20px;
}

.primary-nav li:first-of-type {
	margin-left: 0 !important;
}

.primary-nav .current-menu-item > a,
.primary-nav .current_page_item > a,
.primary-nav .current-post-parent > a {
	font-weight: bold;
}

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

.footer {
	padding: 50px 0;
}

.footer p {
	margin-bottom: 5px;
}

.footer a {
	margin: 0 1px;
	
	text-shadow: none;
}

/*-----------------------------------------------------------------------------------*/
/*	General Body Styles
/*-----------------------------------------------------------------------------------*/

.container {
	padding: 20px;
}

.absent-container {
	padding: 18px 20px;
}

.post-image,
.osx.gecko .post-image {
	display: block;
	padding: 0;
	margin: 0 0 20px 0;
	position: relative;
}

.image-link {
	/*display: block;*/
	padding: 0;
	position: relative;
}

.osx.gecko .image-link {
	padding: 0;
}

.post-image .overlay,
.image-link .overlay {
	/*
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: rgba(0, 0, 0, 0.5);
	background: -webkit-gradient(linear, left top, right bottom, from(rgba(0, 0, 0, 0.75)), to(rgba(92, 147, 229, 0.75)));
	background: -webkit-linear-gradient(left top, rgba(0, 0, 0, 0.75), rgba(92, 147, 229, 0.75));
	background: -moz-linear-gradient(left top, rgba(0, 0, 0, 0.75), rgba(92, 147, 229, 0.75));
	background: -o-linear-gradient(left top, rgba(0, 0, 0, 0.75), rgba(92, 147, 229, 0.75));
	background: -ms-linear-gradient(left top, rgba(0, 0, 0, 0.75), rgba(92, 147, 229, 0.75));
	background: linear-gradient(left top, rgba(0, 0, 0, 0.75), rgba(92, 147, 229, 0.75));
	z-index: 1;
	*/
}

.post-image:hover .overlay,
.image-link:hover .overlay {
	/*
	opacity: 1;
	*/
}

.ie8 .overlay {
	display: none;
}

.overlay:after {
	/*
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -18px 0 0 -18px;
	height: 36px;
	width: 36px;
	background: rgba(0, 0, 0, 0.5);
	-webkit-border-radius: 3px;
	border-radius: 3px;
	font: normal 40px/36px "Entypo";
	-webkit-font-smoothing: antialiased;
	color: #fff;
	text-align: center;
	-webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.15), inset 0px -2px 0 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.15), inset 0px -2px 0 0 rgba(0, 0, 0, 0.1);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
	z-index: 10;
	*/
}

.win .overlay:after {
	/*
	line-height: 16px;
	*/
}

.small-overlay:after {
	/*
	height: 26px;
	width: 26px !important;
	margin: -13px 0 0 -13px;
	line-height: 26px;
	*/
}

.win .small-overlay:after {
	/*
	line-height: 6px;
	*/
}

.expand:after {
	/*
	content: "";
	*/
}

.continue:after {
	/*
	content: "";
	*/
}

.post-image img {
	
	-webkit-border-radius: 3px;
	border-radius: 3px;
	display: block;
	margin: 0 auto;
	width: auto;
	height: auto;
	max-width: 100%;
}

.body-width {
	width: auto;
	/*max-width: 900px;*/
	max-width: 800px;
	padding: 0 30px;
}

.ie8 .body-width {
	width: 900px !important;
}

.large-container {
	padding: 40px;
}

.sticky,
.gallery-caption,
.bypostauthor {}

/*-----------------------------------------------------------------------------------*/
/*	Homepage/Archive Styles (anywhere that grids are used)
/*-----------------------------------------------------------------------------------*/

.post-grid {
	width: auto;
	margin: 0 -20px 0 0;
	max-width: 920px;
}

.grid-item {
	padding: 25px 20px;
	float: left;
	/*width: 400px;*/
	width:350px;
	margin: 0 20px 20px 0;
}

.grid-item .post-image img,
.grid-item .post-image .overlay {
	-webkit-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
}

.post-footer {
	margin-top: -5px;
	margin-bottom: 0;
}

.featured-item {
	margin-left: 10px;
}

.osx.gecko .featured-item {
	margin-left: 10px;
}

.featured-item:before,
.comment-item:before {
	font: normal 25px/20px "Entypo";
	content: "➦";
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	margin-right: 2px;
	vertical-align: top;
}

.win .featured-item:before,
.win .comment-item:before {
	line-height: 8px;
}

.featured-item:before {
	content: "👍";
}

/*-----------------------------------------------------------------------------------*/
/*	Post Format Styles
/*-----------------------------------------------------------------------------------*/

.post-header {
	margin: -25px -20px 25px -20px;
	-webkit-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
}

.ie8 .single-post-wrapper .post-header {
	margin: -50px -40px 50px -40px;
}

.ie8 .single-post-wrapper2 .post-header {
	margin: -50px -40px 50px -40px;
}

.post-header .post-image img,
.post-header .post-image .overlay {
	-webkit-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
}

.post-header + .post-footer {
	margin-top: 0;
}

/* Link & Quote Post Format */

.quote-header,
.link-header {
	text-align: center;
	padding: 25px 20px;
	-webkit-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
}

/* Link Post Format */

.link-header h2 {
	font-size: 1.5em;
	line-height: 1.556em;
	margin-bottom: 4px;
	font-weight: normal;
	z-index: 5;
}

.link-header h2:before {
	font: normal 40px/24px "Entypo";
	-webkit-font-smoothing: antialiased;
	content: "∞";
	vertical-align: middle;
	margin: 0 3px 4px 0;
	display: inline-block;
}

.win .link-header h2:before {
	line-height: 6px;
	vertical-align: top;
}

.link-header span {
	height: 20px;
	display: block;
	position: relative;
}

/* Quote Post Format */

.quote-header {
	padding: 25px 50px;
}

.quote-header blockquote {
	font-size: 1.5em;
	line-height: 1.556em;
	padding: 0;
	border: 0;
	margin: 0;
	position: relative;
	display: block;
	font-family: "Merriweather", Georgia, serif;
	font-weight: normal;
}

.quote-header blockquote:before,
.quote-header blockquote:after {
	background: 0;
	font-family: "Georgia", serif;
	position: absolute;
	font-size: 80px;
}

.quote-header blockquote:before {
	top: 14px;
	left: -32px;
	content: "“";
}

.quote-header blockquote:after {
	bottom: -23px;
	right: -31px;
	content: "”";
}

.quote-header figcaption {
	margin-top: 13px;
	margin-bottom: 0;
	padding-bottom: 0;
}


/* Gallery Post Format */

.gallery-header,
.image-header {
	background: rgba(0, 0, 0, 0.1);
}

.gallery-header {
	margin-bottom: 25px;
	padding-bottom: 46px;
	position: relative;
}

.image-header .post-iamge,
.gallery-header .post-image {
	margin-bottom: 0 !important;
}

.gallery-header a:hover,
.image-header a:hover {
	background: 0 !important;
}

/*-----------------------------------------------------------------------------------*/
/*	Single Post Styles
/*-----------------------------------------------------------------------------------*/

.single-post-wrapper .post-wrapper {
	font-size: 1.167em;
	line-height: 1.571em;
	/*width: 530px;*/
	/*width:720px;*/
	width:500px;
	margin-right: 40px;
}

.single-post-wrapper2 .post-wrapper {
	font-size: 1.167em;
	line-height: 1.571em;
	

	width:720px;
	margin-right: 40px;
}

.single-post-wrapper .sidebar {
	/*width: 250px;*/
	width:175px;
}

.single-post-wrapper2 .sidebar {
	/*width: 250px;*/
	width:175px;
}

.single-post-wrapper .post-footer {
	font-size: 12px;
	line-height: 20px;
	margin-top: 30px;
}

.single-post-wrapper2 .post-footer {
	font-size: 12px;
	line-height: 20px;
	margin-top: 30px;
}

.single-post-wrapper .post-footer .featured-item {
	margin-left: 0;
}

.single-post-wrapper2 .post-footer .featured-item {
	margin-left: 0;
}

.meta-table {
	margin-bottom: 0;
}

.meta-table td {
	padding: 10px 15px;
	text-align: left;
}

.meta-table td strong {
	display: block;
}

.date-item {
	white-space: nowrap;
}

/*-----------------------------------------------------------------------------------*/
/*	Sidebar & Widget Styles
/*-----------------------------------------------------------------------------------*/

.sidebar ul,
.sidebar ol {
	list-style: none;
	padding: 0;
}

.widget-title {
	margin-bottom: 15px;
}

.widget {
	margin-bottom: 40px;
}

.widget:last-of-type {
	margin-bottom: 0;
}

/* Calendar Widget */

#wp-calendar {
	width: 100%;
	border-top: 0;
}

#wp-calendar td {
	text-align: center;
	color: #87898c;
}

#wp-calendar caption {
	padding: 3px 0;
	-webkit-border-radius: 2px 2px 0 0;
	border-radius: 2px 2px 0 0;
}

#wp-calendar th {
	padding-top: 2px;
	border-top: 0;
}

/* Twitter Widget */

.tweet-list {
	padding-bottom: 10px !important;
	margin-bottom: 10px;
}

.tweet-list li {
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.tweet-list li:last-of-type {
	margin-bottom: 0;
	border-bottom: 0;
	padding-bottom: 0;
}

/* Dribbble Widget & Flickr Widget Styles */

.image-list {
	margin-right: -10px;
	margin-bottom: 7px;
}

.image-list li {
	float: left;
	width: 33.3333333%;
	padding: 0 10px 10px 0;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.image-list a {
	margin-bottom: 0 !important;
}

.image-list a .overlay,
.image-link .overlay {
	top: 3px;
	right: 3px;
	left: 3px;
	bottom: 3px;
	-webkit-border-radius: 0;
	border-radius: 0;
}

.image-list img {
	padding: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Video Widget */

.video-wrapper {
	margin-bottom: 17px;
}

/*-----------------------------------------------------------------------------------*/
/*	Discussion Area Styles
/*-----------------------------------------------------------------------------------*/

.comments-section,
.respond-section {
	margin-top: 50px;
}

.commentlist,
.commentlist .children {
	list-style: none;
	padding: 0;
	margin: 0;
}

.commentlist .children {
	margin: 0 0 0 40px !important;
}

.commentlist .avatar {
	float: left;
	margin: 0 18px 0 -40px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.commentlist .comment-meta {
	padding-left: 40px;
}

.commentlist .comment-content {
	padding: 10px 0 0 40px;
}

.pingback .comment-meta,
.pingback .comment-content,
.trackback .comment-meta,
.trackback .comment-content {
	padding-left: 0 !important;
}

.commentlist li {
	padding: 18px 0;
}

.commentlist #respond {
	margin: 0 0 20px 40px;
	padding-top: 18px;
}

.commentlist #reply-title {
	margin-bottom: 10px;
}

.commentlist #reply-title small {
	font-size: 100%;
	margin-left: 15px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: normal;
}

.comment-title,
.comment-date {
	display: inline;
}

/*-----------------------------------------------------------------------------------*/
/*	Page Pagination & Identifier Styles
/*-----------------------------------------------------------------------------------*/

.page-pagination a {
	margin-right: 10px;
}

.page-pagination span {
	margin-right: 14px;
	font-weight: bold;
}

.page-identifier {
	margin-bottom: 20px;
}

.page-identifier p {
	margin-bottom: 0;
}

.ajax-load-more {
	display: block;
}

.osx.gecko .ajax-load-more {
	padding: 20px;
}

/*-----------------------------------------------------------------------------------*/
/*	FlexSlider Styles
/*-----------------------------------------------------------------------------------*/

.slides,
.flex-control-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}

.flexslider .slides > li {
	display: none;
}

.flexslider .slides img {
	width: 100%;
	display: block;
}

html[xmlns] .slides {
	display: block;
}

* html .slides {
	height: 1%;
}

.no-js .slides > li:first-child {
	display: block;
}

.flexslider {
	margin: 0;
	position: relative;
	zoom: 1;
}

.flex-viewport {
	max-height: 2000px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	transition: all 1s ease;
}

.loading .flex-viewport {
	max-height: 300px;
}

.flexslider .slides {
	zoom: 1;
}

.slide .caption {
    position: absolute;
    top: 20px;
    left: 20px;
    max-width: 50%;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    padding: 5px 10px;
    color: #fff;
    background: rgba(0, 0, 0, 0.75);
    z-index: 2;
}

/* Control Nav */
.flex-control-nav {
	height: 46px;
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	text-align: center;
}

.flex-control-nav li {
	zoom: 1;
	*display: inline-block;
}

.flex-control-thumbs {
	position: absolute;
	overflow: hidden;
	text-align: center;
	z-index: 10;
}

.flex-control-thumbs li {
	display: inline-block;
	margin: 0;
	width: 26px;
	height: 26px;
	margin: 10px 3px;
	position: relative;
}

.flex-control-thumbs a {
	padding: 0;
	margin: 0;
	position: relative;
}

.flex-control-thumbs img {
	width: 20px;
	height: 20px;
	display: block;
	cursor: pointer;
	padding: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

/* Large screens only */
@media only screen and (min-width: 768px) {

	.single-post-wrapper .quote-header blockquote:before,
	.single-post-wrapper .quote-header blockquote:after {
		font-size: 106px;
	}

	.single-post-wrapper2 .quote-header blockquote:before,
	.single-post-wrapper2 .quote-header blockquote:after {
		font-size: 106px;
	}

	.single-post-wrapper .quote-header blockquote:before {
		top: 18px;
		left: -63px;
	}

	.single-post-wrapper2 .quote-header blockquote:before {
		top: 18px;
		left: -63px;
	}


	.single-post-wrapper .quote-header blockquote:after {
		bottom: -40px;
		right: -62px;
	}

	.single-post-wrapper2 .quote-header blockquote:after {
		bottom: -40px;
		right: -62px;
	}

	.single-post-wrapper .post-header {
		margin: -50px -40px 50px -40px;
	}

	.single-post-wrapper2 .post-header {
		margin: -50px -40px 50px -40px;
	}

	.single-post-wrapper .quote-header,
	.single-post-wrapper .link-header {
		padding: 50px 40px;
		font-size: 1.333em;
	}

	.single-post-wrapper2 .quote-header,
	.single-post-wrapper2 .link-header {
		padding: 50px 40px;
		font-size: 1.333em;
	}

	.single-post-wrapper .quote-header {
		padding: 50px 100px;
	}

	.single-post-wrapper2 .quote-header {
		padding: 50px 100px;
	}

	.single-post-wrapper .link-header h2 {
		margin-bottom: 5px;
	}

	.single-post-wrapper2 .link-header h2 {
		margin-bottom: 5px;
	}

	.single-post-wrapper .link-header h2:before {
		font-size: 60px;
	}

	.single-post-wrapper2 .link-header h2:before {
		font-size: 60px;
	}

	.single-post-wrapper .link-header span {
		font-size: 14px;
	}

	.single-post-wrapper2 .link-header span {
		font-size: 14px;
	}

	.single-post-wrapper .quote-header figcaption {
		font-size: 1em;
		margin-top: 20px;
	}

	.single-post-wrapper2 .quote-header figcaption {
		font-size: 1em;
		margin-top: 20px;
	}

	.single-post-wrapper {
		padding: 50px 40px;
	}

	.single-post-wrapper2 {
		padding: 50px 40px;
	}

}

/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) {

	.body-width {
		padding: 0 20px;
	}

	.primary-nav {
		display: none !important;
	}

	.dropdown-nav,
	.dropdown-nav select {
		display: block;
	}

	.header-item {
		margin-left: 20px;
	}

}

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {

	.body-width {
		max-width: 728px;
	}

	.post-grid {
		max-width: 748px;
	}

	.grid-item {
		max-width: 314px;
	}

	.single-post-wrapper .post-wrapper {
		float: none !important;
		width: auto;
		margin-right: 0;

	}

	.single-post-wrapper2 .post-wrapper {
		float: none !important;
		width: auto;
		margin-right: 0;

	}

	.sidebar {
		margin: 50px -40px 0 0;
		float: none !important;
		display: block;
		width: auto !important;
	}

	.widget {
		width: 50%;
		float: left;
		padding-right: 40px;
		-webkit-box-sizing: border-box;
	    -moz-box-sizing: border-box;
	    box-sizing: border-box;
	}

}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {

	.header {
		margin-bottom: 30px;
	}

	.body-width {
		width: 440px;
		padding: 0 20px;
	}

	.grid-item {
		width: 400px;
	}

	.page-pagination {
		margin-bottom: 0;
	}

	.footer .alignleft,
	.footer .alignright {
		float: none;
		text-align: center;
	}

	.single-post-wrapper .post-wrapper,
	.single-post-wrapper .sidebar {
		float: none !important;
		width: auto;
		margin-right: 0;
	}

	.single-post-wrapper2 .post-wrapper,
	.single-post-wrapper2 .sidebar {
		float: none !important;
		width: auto;
		margin-right: 0;
	}

	.large-container {
		padding: 30px;
	}

	.single-post-wrapper {
		padding: 40px 30px;
	}

	.single-post-wrapper2 {
		padding: 40px 30px;
	}

	.single-post-wrapper .post-header {
		margin: -40px -30px 40px -30px;
	}

	.single-post-wrapper2 .post-header {
		margin: -40px -30px 40px -30px;
	}

	.single-post-wrapper .link-header {
		padding: 30px 25px;
	}

	.single-post-wrapper2 .link-header {
		padding: 30px 25px;
	}

	.single-post-wrapper .quote-header {
		padding: 30px auto;
	}

	.single-post-wrapper2 .quote-header {
		padding: 30px auto;
	}

	.single-post-wrapper .post-wrapper {
		font-size: 1.083em; /* 13px */
		line-height: 1.615em; /* 21px */
	}

	.single-post-wrapper2 .post-wrapper {
		font-size: 1.083em; /* 13px */
		line-height: 1.615em; /* 21px */
	}

	.single-post-wrapper .post-header {
		font-size: 1em;
		line-height: 1.667em;
	}

	.single-post-wrapper2 .post-header {
		font-size: 1em;
		line-height: 1.667em;
	}

	.single-post-wrapper .post-wrapper h3 {
		font-size: 1.077em; /* 14px */
		line-height: 1.571em; /* 22px */
	}

	.single-post-wrapper2 .post-wrapper h3 {
		font-size: 1.077em; /* 14px */
		line-height: 1.571em; /* 22px */
	}

	.single-post-wrapper .link-header h2,
	.single-post-wrapper .quote-header blockquote {
		font-size: 1.5em;
		line-height: 1.556em;
	}

	.single-post-wrapper2 .link-header h2,
	.single-post-wrapper2 .quote-header blockquote {
		font-size: 1.5em;
		line-height: 1.556em;
	}

	.single-post-wrapper .quote-header figcaption {
		margin-top: 13px;
	}

	.single-post-wrapper2 .quote-header figcaption {
		margin-top: 13px;
	}

	.post-content h1,
	.post-content h2,
	.post-content h3,
	.post-content h4,
	.post-content h5,
	.post-content h6 {
		margin-top: 30px;
	}

	.post-content .alignleft,
	.post-content .alignright {
		float: none;
		text-align: center;
		margin-left: auto;
		margin-right: auto;
		display: block;
	}

	.comment-title {
		display: block;
		margin-bottom: 7px;
	}

	.sidebar {
		margin: 50px -20px 0 0;
		float: none !important;
		display: block;
		width: auto !important;
	}

}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {

	.header .alignleft,
	.header .alignright,
	.page-identifier .alignleft,
	.page-identifier .alignright {
		display: block;
		float: none !important;
	}

	.header-item {
		margin: 0 0 10px 0 !important;
	}

	.header-item:last-of-type {
		margin: 0 !important;
	}

	h1.site-logo {
		margin-bottom: 20px !important;
	}

	.site-logo a {
		width: 100% !important;
		background-position: center center !important;
	}

	.dropdown-nav,
	#searchform,
	#search {
		display: block;
		width: auto;
	}

	.header #search {
		width: 264px !important;
	}

	.featured-item span {
		display: none;
	}

	.body-width {
		width: 300px;
		padding: 0 10px;
	}

	.post-grid {
		width: 300px;
	}

	.grid-item {
		margin-right: 0;
		width: 260px;
	}

	.large-container {
		padding: 20px;
	}

	.single-post-wrapper {
		padding: 25px 20px;
	}

	.single-post-wrapper2 {
		padding: 25px 20px;
	}

	.post-content ul,
	.post-content ol {
		padding-left: 15px;
	}

	.single-post-wrapper .post-header {
		margin: -25px -20px 25px -20px;
	}

	.single-post-wrapper2 .post-header {
		margin: -25px -20px 25px -20px;
	}

	.single-post-wrapper .post-wrapper,
	.single-post-wrapper .post-header {
		font-size: 1em;
		line-height: 1.667em;
	}

	.single-post-wrapper2 .post-wrapper,
	.single-post-wrapper2 .post-header {
		font-size: 1em;
		line-height: 1.667em;
	}

	.quote-header {
		padding: 25px 20px;
	}

	.quote-header blockquote:before,
	.quote-header blockquote:after {
		content: "";
		display: none;
	}

	.commentlist .children {
		margin: 0 0 0 20px !important;
	}

	input[type="text"] {
		width: 150px;
	}

	.meta-table td {
		padding: 10px 10px;
	}

	.date-item {
		white-space: normal;
	}

}

/* Social */ {
	.social-icons {
		margin-right:100px;
		text-right;
	}
}


/*-----------------------------------------------------------------------------------*/
/*	FancyBox Styles
/*-----------------------------------------------------------------------------------*/

.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('img/fancybox/sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('img/fancybox/loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('img/fancybox/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

.fancybox-lock {
	overflow: hidden;
}

#fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: rgba(0, 0, 0, 0.95);
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}



/*-----------------------------------------------------------------------------------*/
/*	FancyBox Styles
/*-----------------------------------------------------------------------------------*/

@import url(http://fonts.googleapis.com/css?family=Lato:400,700);

/* Fancybox v3.5.7 */
body.compensate-for-scrollbar{overflow:hidden}.fancybox-active{height:auto}.fancybox-is-hidden{left:-9999px;margin:0;position:absolute!important;top:-9999px;visibility:hidden}.fancybox-container{-webkit-backface-visibility:hidden;height:100%;left:0;outline:none;position:fixed;-webkit-tap-highlight-color:transparent;top:0;-ms-touch-action:manipulation;touch-action:manipulation;transform:translateZ(0);width:100%;z-index:99992}.fancybox-container *{box-sizing:border-box}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{bottom:0;left:0;position:absolute;right:0;top:0}.fancybox-outer{-webkit-overflow-scrolling:touch;overflow-y:auto}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.9;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar{direction:ltr;opacity:0;position:absolute;transition:opacity .25s ease,visibility 0s ease .25s;visibility:hidden;z-index:99997}.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;transition:opacity .25s ease 0s,visibility 0s ease 0s;visibility:visible}.fancybox-infobar{color:#ccc;font-size:13px;-webkit-font-smoothing:subpixel-antialiased;height:44px;left:0;line-height:44px;min-width:44px;mix-blend-mode:difference;padding:0 10px;pointer-events:none;top:0;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-toolbar{right:0;top:0}.fancybox-stage{direction:ltr;overflow:visible;transform:translateZ(0);z-index:99994}.fancybox-is-open .fancybox-stage{overflow:hidden}.fancybox-slide{-webkit-backface-visibility:hidden;display:none;height:100%;left:0;outline:none;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:absolute;text-align:center;top:0;transition-property:transform,opacity;white-space:normal;width:100%;z-index:99994}.fancybox-slide:before{content:"";display:inline-block;font-size:0;height:100%;vertical-align:middle;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:hidden;padding:44px 0}.fancybox-slide--image:before{display:none}.fancybox-slide--html{padding:6px}.fancybox-content{background:#fff;display:inline-block;margin:0;max-width:100%;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:relative;text-align:left;vertical-align:middle}.fancybox-slide--image .fancybox-content{animation-timing-function:cubic-bezier(.5,0,.14,1);-webkit-backface-visibility:hidden;background:transparent;background-repeat:no-repeat;background-size:100% 100%;left:0;max-width:none;overflow:visible;padding:0;position:absolute;top:0;transform-origin:top left;transition-property:transform,opacity;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:99995}.fancybox-can-zoomOut .fancybox-content{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-content{cursor:zoom-in}.fancybox-can-pan .fancybox-content,.fancybox-can-swipe .fancybox-content{cursor:grab}.fancybox-is-grabbing .fancybox-content{cursor:grabbing}.fancybox-container [data-selectable=true]{cursor:text}.fancybox-image,.fancybox-spaceball{background:transparent;border:0;height:100%;left:0;margin:0;max-height:none;max-width:none;padding:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--pdf .fancybox-content,.fancybox-slide--video .fancybox-content{height:100%;overflow:visible;padding:0;width:100%}.fancybox-slide--video .fancybox-content{background:#000}.fancybox-slide--map .fancybox-content{background:#e5e3df}.fancybox-slide--iframe .fancybox-content{background:#fff}.fancybox-iframe,.fancybox-video{background:transparent;border:0;display:block;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.fancybox-iframe{left:0;position:absolute;top:0}.fancybox-error{background:#fff;cursor:default;max-width:400px;padding:40px;width:100%}.fancybox-error p{color:#444;font-size:16px;line-height:20px;margin:0;padding:0}.fancybox-button{background:rgba(30,30,30,.6);border:0;border-radius:0;box-shadow:none;cursor:pointer;display:inline-block;height:44px;margin:0;padding:10px;position:relative;transition:color .2s;vertical-align:top;visibility:inherit;width:44px}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}.fancybox-button:hover{color:#fff}.fancybox-button:focus{outline:none}.fancybox-button.fancybox-focus{outline:1px dotted}.fancybox-button[disabled],.fancybox-button[disabled]:hover{color:#888;cursor:default;outline:none}.fancybox-button div{height:100%}.fancybox-button svg{display:block;height:100%;overflow:visible;position:relative;width:100%}.fancybox-button svg path{fill:currentColor;stroke-width:0}.fancybox-button--fsenter svg:nth-child(2),.fancybox-button--fsexit svg:first-child,.fancybox-button--pause svg:first-child,.fancybox-button--play svg:nth-child(2){display:none}.fancybox-progress{background:#ff5268;height:2px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:99998}.fancybox-close-small{background:transparent;border:0;border-radius:0;color:#ccc;cursor:pointer;opacity:.8;padding:8px;position:absolute;right:-12px;top:-44px;z-index:401}.fancybox-close-small:hover{color:#fff;opacity:1}.fancybox-slide--html .fancybox-close-small{color:currentColor;padding:10px;right:0;top:0}.fancybox-slide--image.fancybox-is-scaling .fancybox-content{overflow:hidden}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small{display:none}.fancybox-navigation .fancybox-button{background-clip:content-box;height:100px;opacity:0;position:absolute;top:calc(50% - 50px);width:70px}.fancybox-navigation .fancybox-button div{padding:7px}.fancybox-navigation .fancybox-button--arrow_left{left:0;left:env(safe-area-inset-left);padding:31px 26px 31px 6px}.fancybox-navigation .fancybox-button--arrow_right{padding:31px 6px 31px 26px;right:0;right:env(safe-area-inset-right)}.fancybox-caption{background:linear-gradient(0deg,rgba(0,0,0,.85) 0,rgba(0,0,0,.3) 50%,rgba(0,0,0,.15) 65%,rgba(0,0,0,.075) 75.5%,rgba(0,0,0,.037) 82.85%,rgba(0,0,0,.019) 88%,transparent);bottom:0;color:#eee;font-size:14px;font-weight:400;left:0;line-height:1.5;padding:75px 44px 25px;pointer-events:none;right:0;text-align:center;z-index:99996}@supports (padding:max(0px)){.fancybox-caption{padding:75px max(44px,env(safe-area-inset-right)) max(25px,env(safe-area-inset-bottom)) max(44px,env(safe-area-inset-left))}}.fancybox-caption--separate{margin-top:-50px}.fancybox-caption__body{max-height:50vh;overflow:auto;pointer-events:all}.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited{color:#ccc;text-decoration:none}.fancybox-caption a:hover{color:#fff;text-decoration:underline}.fancybox-loading{animation:a 1s linear infinite;background:transparent;border:4px solid #888;border-bottom-color:#fff;border-radius:50%;height:50px;left:50%;margin:-25px 0 0 -25px;opacity:.7;padding:0;position:absolute;top:50%;width:50px;z-index:99999}@keyframes a{to{transform:rotate(1turn)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{opacity:0;transform:translate3d(-100%,0,0)}.fancybox-fx-slide.fancybox-slide--next{opacity:0;transform:translate3d(100%,0,0)}.fancybox-fx-slide.fancybox-slide--current{opacity:1;transform:translateZ(0)}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{opacity:0;transform:scale3d(1.5,1.5,1.5)}.fancybox-fx-zoom-in-out.fancybox-slide--next{opacity:0;transform:scale3d(.5,.5,.5)}.fancybox-fx-zoom-in-out.fancybox-slide--current{opacity:1;transform:scaleX(1)}.fancybox-fx-rotate.fancybox-slide--previous{opacity:0;transform:rotate(-1turn)}.fancybox-fx-rotate.fancybox-slide--next{opacity:0;transform:rotate(1turn)}.fancybox-fx-rotate.fancybox-slide--current{opacity:1;transform:rotate(0deg)}.fancybox-fx-circular.fancybox-slide--previous{opacity:0;transform:scale3d(0,0,0) translate3d(-100%,0,0)}.fancybox-fx-circular.fancybox-slide--next{opacity:0;transform:scale3d(0,0,0) translate3d(100%,0,0)}.fancybox-fx-circular.fancybox-slide--current{opacity:1;transform:scaleX(1) translateZ(0)}.fancybox-fx-tube.fancybox-slide--previous{transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{transform:translateZ(0) scale(1)}@media (max-height:576px){.fancybox-slide{padding-left:6px;padding-right:6px}.fancybox-slide--image{padding:6px 0}.fancybox-close-small{right:-6px}.fancybox-slide--image .fancybox-close-small{background:#4e4e4e;color:#f2f4f6;height:36px;opacity:1;padding:6px;right:0;top:0;width:36px}.fancybox-caption{padding-left:12px;padding-right:12px}@supports (padding:max(0px)){.fancybox-caption{padding-left:max(12px,env(safe-area-inset-left));padding-right:max(12px,env(safe-area-inset-right))}}}.fancybox-share{background:#f4f4f4;border-radius:3px;max-width:90%;padding:30px;text-align:center}.fancybox-share h1{color:#222;font-size:35px;font-weight:700;margin:0 0 20px}.fancybox-share p{margin:0;padding:0}.fancybox-share__button{border:0;border-radius:3px;display:inline-block;font-size:14px;font-weight:700;line-height:40px;margin:0 5px 10px;min-width:130px;padding:0 15px;text-decoration:none;transition:all .2s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.fancybox-share__button:link,.fancybox-share__button:visited{color:#fff}.fancybox-share__button:hover{text-decoration:none}.fancybox-share__button--fb{background:#3b5998}.fancybox-share__button--fb:hover{background:#344e86}.fancybox-share__button--pt{background:#bd081d}.fancybox-share__button--pt:hover{background:#aa0719}.fancybox-share__button--tw{background:#1da1f2}.fancybox-share__button--tw:hover{background:#0d95e8}.fancybox-share__button svg{height:25px;margin-right:7px;position:relative;top:-1px;vertical-align:middle;width:25px}.fancybox-share__button svg path{fill:#fff}.fancybox-share__input{background:transparent;border:0;border-bottom:1px solid #d7d7d7;border-radius:0;color:#5d5b5b;font-size:14px;margin:10px 0 0;outline:none;padding:10px 15px;width:100%}.fancybox-thumbs{background:#ddd;bottom:0;display:none;margin:0;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;padding:2px 2px 4px;position:absolute;right:0;-webkit-tap-highlight-color:rgba(0,0,0,0);top:0;width:212px;z-index:99995}.fancybox-thumbs-x{overflow-x:auto;overflow-y:hidden}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:212px}.fancybox-thumbs__list{font-size:0;height:100%;list-style:none;margin:0;overflow-x:hidden;overflow-y:auto;padding:0;position:absolute;position:relative;white-space:nowrap;width:100%}.fancybox-thumbs-x .fancybox-thumbs__list{overflow:hidden}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar{width:7px}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs__list a{-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:rgba(0,0,0,.1);background-position:50%;background-repeat:no-repeat;background-size:cover;cursor:pointer;float:left;height:75px;margin:2px;max-height:calc(100% - 8px);max-width:calc(50% - 4px);outline:none;overflow:hidden;padding:0;position:relative;-webkit-tap-highlight-color:transparent;width:100px}.fancybox-thumbs__list a:before{border:6px solid #ff5268;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:all .2s cubic-bezier(.25,.46,.45,.94);z-index:99991}.fancybox-thumbs__list a:focus:before{opacity:.5}.fancybox-thumbs__list a.fancybox-thumbs-active:before{opacity:1}@media (max-width:576px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs__list a{max-width:calc(100% - 10px)}}

