html {
	font-family: sans-serif;
	ms-text-size-adjust: 100%;
	webkit-text-size-adjust: 100%;
}






/*------------------------------------*
	$FONTS
*------------------------------------*/

@font-face {
  font-family: 'KubaRecznyNeue';
  src: url('http://www.calatorprinviata.ro/wp-content/themes/bulan/assets/fonts/KubaRecznyNeue-Regular.ttf')  format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Comili Book';
  src: url('http://www.calatorprinviata.ro/wp-content/themes/bulan/assets/fonts/Comili-Book.otf')  format('opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Carbax';
  src: url('http://www.calatorprinviata.ro/wp-content/themes/bulan/assets/fonts/Carbax.otf')  format('opentype');
  font-weight: normal;
  font-style: normal;
}

.handwrite, .handwrite p, .handwrite em{
	font-family:'Carbax';
	font-size:1.15em;
	line-height:1.45em;
	font-weight: normal;
  	font-style: normal;
} 





body {
	margin: 0;
	
}
article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary {
	display: block;
}
audio,canvas,progress,video {
	display: inline-block;
	vertical-align: baseline;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
[hidden],template {
	display: none;
}
a {
	background-color: transparent;
}
a:active,a:hover {
	outline: 0;
}
abbr[title] {
	border-bottom: 1px dotted;
}
b,strong {
	font-weight: bold;
}
dfn {
	font-style: italic;
}
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}
mark {
	background: #ff0;
	color: #000;
}
small {
	font-size: 80%;
}
sub,sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
img {
	border: 0;
}
svg:not(:root) {
	overflow: hidden;
}
figure {
	margin: 1em 40px;
}
hr {
	box-sizing: content-box;
	height: 0;
	webkit-box-sizing: content-box;
}
pre {
	overflow: auto;
}
code,kbd,pre,samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
button,input,optgroup,select,textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}
button {
	overflow: visible;
}
button,select {
	text-transform: none;
}
button,html input[type="button"],input[type="reset"],input[type="submit"] {
	cursor: pointer;
	webkit-appearance: button;
}
button[disabled],html input[disabled] {
	cursor: default;
}
button::-moz-focus-inner,input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
input {
	line-height: normal;
}
input[type="checkbox"],input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
	webkit-box-sizing: border-box;
}
input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}
input[type="search"] {
	box-sizing: content-box;
	webkit-appearance: textfield;
	webkit-box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration {
	webkit-appearance: none;
}
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}
legend {
	border: 0;
	padding: 0;
}
textarea {
	overflow: auto;
}
optgroup {
	font-weight: bold;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td,th {
	padding: 0;
}
.wide-container {
	margin-left: auto;
	margin-right: auto;
	max-width: 1040px;
	padding: 0 40px;
}
.wide-container:after {
	clear: both;
	content: " ";
	display: block;
}
@media (min-width: 240px) and (max-width: 1170px) {
	.wide-container {
		padding: 0 30px;
	}
}
@media (min-width: 801px) {
	.content-area {
		float: left;
		margin-right: 3.8461538462%;
		width: 65.3846153846%;
	}
	.widget-area {
		float: right;
		margin-right: 0;
		width: 30.7692307692%;
	}
}
.layout-2c-r .content-area {
	float: right;
	margin-right: 0;
}
.layout-2c-r .widget-area {
	float: left;
	margin-right: 3.8461538462%;
}
.layout-1c .content-area {
	margin-right: 0;
	width: 100%;
}
*,*:before,*:after {
	box-sizing: border-box;
	webkit-box-sizing: border-box;
}
* html {
	font-size: 112.5%;
}
html {
	min-height: 100%;
}
body {
	



  background: url('http://www.calatorprinviata.ro/wp-content/uploads/2016/02/moonlight-stary-night.jpg') no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	
	
	
	color: #454545;
	font-family: "Crimson Text",serif;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.7em;
	moz-osx-font-smoothing: grayscale;
	webkit-font-smoothing: antialiased;
}
::-moz-selection {
	background: #236BC4;
	color: #fff;
	text-shadow: none;
}
::selection {
	background: #236BC4;
	color: #fff;
	text-shadow: none;
}
::-moz-selection {
	background: #236BC4;
	color: #fff;
	text-shadow: none;
}
figure>img {
	display: block;
}
img {
	height: auto;
	max-width: 100%;
}
img[class*="align"],img[class*="attachment-"] {
	height: auto;
	margin-top:10px;
	margin-bottom:10px;
}
.wp-caption {
	margin: 0;
	margin-bottom: 24px;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-bottom: 5px;
}
.wp-caption-text {
	color: #999;
	font-size: 16px;
	font-style: italic;
}
.wp-smiley {
	border: 0;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
embed,iframe,object {
	max-width: 100%;
	width: 100%;
}
.alignleft {
	float: left;
	margin-right: 1.5em;
}
.alignright {
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
}
.alignnone {
	display: block;
}
.screen-reader-text,.slicknav_menutxt {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute;
}
table {
	margin-bottom: 2.618em;
	width: 100%;
}
table th,table td {
	border-bottom: 1px solid #e8e4e3;
	padding: 10px;
	text-align: left;
	vertical-align: top;
}
table th {
	border-bottom: 1px solid #e8e4e3;
	text-transform: uppercase;
}
table tr th:first-child,table tr td:first-child {
	padding-left: 0;
}
table tr th:last-child,table tr td:last-child {
	padding-right: 0;
}
table tfoot td {
	border-bottom: 0;
}
.sticky,.bypostauthor {
	font-size: inherit;
}
.gallery {
	margin-bottom: 20px;
}
.gallery-item {
	float: left;
	margin: 0 4px 4px 0;
	overflow: hidden;
	position: relative;
}
.gallery-icon a,.gallery-icon img {
	display: block;
}
.gallery-columns-1 .gallery-item {
	max-width: 100%;
}
.gallery-columns-2 .gallery-item {
	max-width: 48%;
	max-width: calc(50% - 4px);
	max-width: -webkit-calc(50% - 4px);
}
.gallery-columns-3 .gallery-item {
	max-width: 32%;
	max-width: calc(33.3% - 4px);
	max-width: -webkit-calc(33.3% - 4px);
}
.gallery-columns-4 .gallery-item {
	max-width: 23%;
	max-width: calc(25% - 4px);
	max-width: -webkit-calc(25% - 4px);
}
.gallery-columns-5 .gallery-item {
	max-width: 19%;
	max-width: calc(20% - 4px);
	max-width: -webkit-calc(20% - 4px);
}
.gallery-columns-6 .gallery-item {
	max-width: 15%;
	max-width: calc(16.7% - 4px);
	max-width: -webkit-calc(16.7% - 4px);
}
.gallery-columns-7 .gallery-item {
	max-width: 13%;
	max-width: calc(14.28% - 4px);
	max-width: -webkit-calc(14.28% - 4px);
}
.gallery-columns-8 .gallery-item {
	max-width: 11%;
	max-width: calc(12.5% - 4px);
	max-width: -webkit-calc(12.5% - 4px);
}
.gallery-columns-9 .gallery-item {
	max-width: 9%;
	max-width: calc(11.1% - 4px);
	max-width: -webkit-calc(11.1% - 4px);
}
.gallery-columns-1 .gallery-item:nth-of-type(1n),.gallery-columns-2 .gallery-item:nth-of-type(2n),.gallery-columns-3 .gallery-item:nth-of-type(3n),.gallery-columns-4 .gallery-item:nth-of-type(4n),.gallery-columns-5 .gallery-item:nth-of-type(5n),.gallery-columns-6 .gallery-item:nth-of-type(6n),.gallery-columns-7 .gallery-item:nth-of-type(7n),.gallery-columns-8 .gallery-item:nth-of-type(8n),.gallery-columns-9 .gallery-item:nth-of-type(9n) {
	margin-right: 0;
}
.gallery-columns-1.gallery-size-medium figure.gallery-item:nth-of-type(1n+1),.gallery-columns-1.gallery-size-thumbnail figure.gallery-item:nth-of-type(1n+1),.gallery-columns-2.gallery-size-thumbnail figure.gallery-item:nth-of-type(2n+1),.gallery-columns-3.gallery-size-thumbnail figure.gallery-item:nth-of-type(3n+1) {
	clear: left;
}
.gallery-caption {
	background-color: #000;
	background-color: rgba(0,0,0,0.7);
	bottom: 0;
	box-sizing: border-box;
	color: #fff;
	font-size: 14px;
	left: 0;
	line-height: 1.3;
	margin: 0;
	max-height: 50%;
	opacity: 0;
	padding: 2px 8px;
	position: absolute;
	text-align: left;
	webkit-box-sizing: border-box;
	width: 100%;
}
.gallery-caption:before {
	content: "";
	height: 100%;
	left: 0;
	min-height: 50px;
	position: absolute;
	top: 0;
	width: 100%;
}
.gallery-item:hover .gallery-caption {
	opacity: 0;
}
@media (min-width: 767px) {
	.gallery-item:hover .gallery-caption {
		opacity: 1;
	}
}
.gallery-columns-7 .gallery-caption,.gallery-columns-8 .gallery-caption,.gallery-columns-9 .gallery-caption {
	display: none;
}
.gallery,.page-header,.entry-content,.single .hentry,.author-bio,.loop-nav,.related-posts ul,.widget_archive,.widget_categories,.widget_archive li,.widget_categories li,.widget_recent_entries li,.widget_recent_entries_thumbnail li,.site-footer,.comment-container,.list .hentry.no-sticky {
	zoom: 1;
}
.gallery:before,.page-header:before,.entry-content:before,.single .hentry:before,.author-bio:before,.loop-nav:before,.related-posts ul:before,.widget_archive:before,.widget_categories:before,.widget_archive li:before,.widget_categories li:before,.widget_recent_entries li:before,.widget_recent_entries_thumbnail li:before,.site-footer:before,.comment-container:before,.list .hentry.no-sticky:before,.gallery:after,.page-header:after,.entry-content:after,.single .hentry:after,.author-bio:after,.loop-nav:after,.related-posts ul:after,.widget_archive:after,.widget_categories:after,.widget_archive li:after,.widget_categories li:after,.widget_recent_entries li:after,.widget_recent_entries_thumbnail li:after,.site-footer:after,.comment-container:after,.list .hentry.no-sticky:after {
	content: "";
	display: table;
}
.gallery:after,.page-header:after,.entry-content:after,.single .hentry:after,.author-bio:after,.loop-nav:after,.related-posts ul:after,.widget_archive:after,.widget_categories:after,.widget_archive li:after,.widget_categories li:after,.widget_recent_entries li:after,.widget_recent_entries_thumbnail li:after,.site-footer:after,.comment-container:after,.list .hentry.no-sticky:after {
	clear: both;
}
.menu-primary-items .sub-menu,.related-posts ul,.widget ul,.commentlist {
	list-style: none;
	margin: 0;
	padding: 0;
}
.menu-primary-items,.author-bio .author-social {
	list-style: none;
	margin: 0;
	padding: 0;
}
.menu-primary-items>li,.author-bio .author-social>li {
	display: inline-block;
	padding-left: 5px;
	padding-right: 5px;
}
.menu-primary-items a,.author-bio .author-social a {
	display: block;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
a {
	color: #0074A5;
	text-decoration: none;
}
a:visited {
	color: #0074A5;
}
a:hover,a:visited:hover {
	color: #236BC4;
	text-decoration: underline;
}
h1,h2,h3,h4,h5,h6 {
	color: #454545;
	font-family: "Oswald",sans-serif;
	font-style: normal;
	font-weight: 400;
	margin: 13.5px 0;
}
h1,.h1 {
	font-size: 36px;
	line-height: 1.1em;
}
h2,.h2 {
	font-size: 30px;
	line-height: 1.1em;
}
h3,.h3 {
	font-size: 24px;
	line-height: 1.3em;
}
h4,.h4 {
	font-size: 20px;
	line-height: 1.3em;
}
h5,.h5 {
	font-size: 16px;
}
h6,.h6 {
	font-size: 14px;
}
p {
	margin: 0 0 10px;
	text-align:justify;
}
abbr[title],dfn[title] {
	cursor: help;
}
del {
	color: #aaa;
	text-decoration: line-through;
	vertical-align: baseline;
}
code,kbd,pre,samp {
	font-size: 80%;
}
pre {
	background-color: #fafafa;
	color: #236BC4;
	margin: 27px 0;
	padding: 27px;
}
code {
	color: #236BC4;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
blockquote {
	border-left: 3px solid #236BC4;
	color: #777;
	font-style: italic;
	margin: 27px 40px;
	padding-left: 20px;
}
blockquote cite {
	color: #555;
	display: block;
	padding: 10px 0 0 20px;
	position: relative;
}
blockquote cite:before {
	content: "\2014";
	left: 0;
	position: absolute;
}
q:before,q:after,blockquote:before,blockquote:after {
	content: "";
}
address {
	display: block;
	margin: 0 0 27px;
}
ul,ol {
	margin: 18px 0;
	padding: 0 0 0 27px;
}
ul {
	list-style: disc;
}
ol {
	list-style-type: decimal;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
li ul,li ol {
	margin: 0;
}
dl {
	margin: 27px;
}
dt {
	font-weight: 700;
}
dd {
	margin-bottom: 27px;
}
hr {
	border-bottom: 0;
	border-left: 0;
	border-right: 0;
	border-top: 1px solid #ededed;
	clear: both;
	height: 1px;
	margin: 27px 0;
	min-height: 0;
}
hr.dotted {
	border-style: dotted;
}
hr.dashed {
	border-style: dashed;
}
hr.blackborder {
	border-color: #000;
}
hr.whiteborder {
	border-color: #fff;
}
@media print {
	* {
		background: transparent !important;
		box-shadow: none !important;
		color: #000 !important;
		text-shadow: none !important;
		webkit-box-shadow: none !important;
	}
	a,a:visited {
		text-decoration: underline;
	}
	a[href]:after {
		content: " (" attr(href) ")";
	}
	abbr[title]:after {
		content: " (" attr(title) ")";
	}
	.ir a:after,a[href^="javascript:"]:after,a[href^="#"]:after {
		content: "";
	}
	pre,blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}
	thead {
		display: table-header-group;
	}
	tr,img {
		page-break-inside: avoid;
	}
	img {
		max-width: 100% !important;
	}
	@page {
		margin: .5cm;
	}
	p,h2,h3 {
		orphans: 3;
		widows: 3;
	}
	h2,h3 {
		page-break-after: avoid;
	}
}
form input[type="text"],form input[type="password"],form input[type="email"],form input[type="url"],form input[type="date"],form input[type="month"],form input[type="time"],form input[type="datetime"],form input[type="datetime-local"],form input[type="week"],form input[type="number"],form input[type="search"],form input[type="tel"],form input[type="color"],form select,form textarea {
	border: 1px solid #ddd;
	border-radius: 3px;
	box-sizing: border-box;
	display: inline-block;
	height: 2em;
	padding: .5em .6em;
	vertical-align: middle;
	webkit-box-sizing: border-box;
}
form textarea {
	height: auto;
}
form input:not([type]) {
	border: 1px solid #ccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 3px #ddd;
	box-sizing: border-box;
	display: inline-block;
	padding: .5em .6em;
	webkit-box-shadow: inset 0 1px 3px #ddd;
	webkit-box-sizing: border-box;
}
form input[type="color"] {
	padding: .2em .5em;
}
form input[type="text"]:focus,form input[type="password"]:focus,form input[type="email"]:focus,form input[type="url"]:focus,form input[type="date"]:focus,form input[type="month"]:focus,form input[type="time"]:focus,form input[type="datetime"]:focus,form input[type="datetime-local"]:focus,form input[type="week"]:focus,form input[type="number"]:focus,form input[type="search"]:focus,form input[type="tel"]:focus,form input[type="color"]:focus,form select:focus,form textarea:focus {
	border-color: #129fea;
	outline: 0;
}
form input:not([type]):focus {
	border-color: #129fea;
	outline: 0;
}
form input[type="file"]:focus,form input[type="radio"]:focus,form input[type="checkbox"]:focus {
	outline: 1px auto #129fea;
	outline: thin solid #129fea;
}
form input[type="checkbox"],form input[type="radio"] {
	display: inline-block;
	margin: .5em 0;
}
form input[type="text"][disabled],form input[type="password"][disabled],form input[type="email"][disabled],form input[type="url"][disabled],form input[type="date"][disabled],form input[type="month"][disabled],form input[type="time"][disabled],form input[type="datetime"][disabled],form input[type="datetime-local"][disabled],form input[type="week"][disabled],form input[type="number"][disabled],form input[type="search"][disabled],form input[type="tel"][disabled],form input[type="color"][disabled],form select[disabled],form textarea[disabled] {
	background-color: #eaeded;
	color: #cad2d3;
	cursor: not-allowed;
}
form input:not([type])[disabled] {
	background-color: #eaeded;
	color: #cad2d3;
	cursor: not-allowed;
}
form input[readonly],form select[readonly],form textarea[readonly] {
	background-color: #eee;
	border-color: #ccc;
	color: #777;
}
form input:focus:invalid,form textarea:focus:invalid,form select:focus:invalid {
	border-color: #e9322d;
	color: #b94a48;
}
form input[type="file"]:focus:invalid:focus,form input[type="radio"]:focus:invalid:focus,form input[type="checkbox"]:focus:invalid:focus {
	outline-color: #e9322d;
}
form select {
	background-color: white;
	border: 1px solid #ccc;
	height: 2.25em;
}
form select[multiple] {
	height: auto;
}
form label {
	margin: .5em 0 .2em;
}
form fieldset {
	border: 0;
	margin: 0;
	padding: .35em 0 .75em;
}
form legend {
	border-bottom: 1px solid #e5e5e5;
	color: #333;
	display: block;
	margin-bottom: .3em;
	padding: .3em 0;
	width: 100%;
}
button,input[type="button"],input[type="reset"],input[type="submit"] {
	background-color: #eee;
	border: 1px solid #999;
	border: none transparent;
	border-radius: 2px;
	color: #444;
	color: rgba(0,0,0,0.8);
	font-family: inherit;
	font-size: 100%;
	padding: .5em 1em;
	text-decoration: none;
}
button:hover,input[type="button"]:hover,input[type="reset"]:hover,input[type="submit"]:hover,button:focus,input[type="button"]:focus,input[type="reset"]:focus,input[type="submit"]:focus {
	background-image: linear-gradient(transparent, rgba(0,0,0,0.05) 40%, rgba(0,0,0,0.1));
	background-image: -webkit-gradient(linear, 0 0, 0 100%, left, color-stop(40%, rgba(0,0,0,0.05)), right);
	background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(40%, rgba(0,0,0,0.05)), to(rgba(0,0,0,0.1)));
	background-image: -webkit-linear-gradient(transparent, rgba(0,0,0,0.05) 40%, rgba(0,0,0,0.1));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#1a000000',GradientType=0);
}
button:focus,input[type="button"]:focus,input[type="reset"]:focus,input[type="submit"]:focus {
	outline: 0;
}
button:active,input[type="button"]:active,input[type="reset"]:active,input[type="submit"]:active {
	border-color: #000\9;
	box-shadow: 0 0 0 1px rgba(0,0,0,0.15) inset,0 0 6px rgba(0,0,0,0.2) inset;
	webkit-box-shadow: 0 0 0 1px rgba(0,0,0,0.15) inset,0 0 6px rgba(0,0,0,0.2) inset;
}
.pure-button[disabled],.pure-button-disabled,.pure-button-disabled:hover,.pure-button-disabled:focus,.pure-button-disabled:active {
	background-image: none;
	border: none;
	box-shadow: none;
	cursor: not-allowed;
	filter: alpha(opacity=40);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	khtml-opacity: .40;
	moz-opacity: .40;
	opacity: .40;
	webkit-box-shadow: none;
}
button::-moz-focus-inner,input[type="button"]::-moz-focus-inner,input[type="reset"]::-moz-focus-inner,input[type="submit"]::-moz-focus-inner {
	border: 0;
	padding: 0;
}
.pure-button-primary,.pure-button-selected,a.pure-button-primary,a.pure-button-selected {
	background-color: #0078e7;
	color: #fff;
}
.search-area {
	background-color: #333;
	display: none;
	padding: 40px 0;
}
.search-area .field {
	background-color: transparent;
	border: 0;
	border-bottom: 1px solid #999;
	border-radius: 0;
	color: #fff;
	padding: 10px 0;
	width: 100%;
}
.search-area .field:focus {
	outline: none;
}
.site-header {
	padding: 240px 0;
	position: relative;
}


/*
.site-branding {
	left: 0;
	position: absolute;
	right: 0;
	text-align: left;
	top: 70px;
	z-index: 1;
}
.site-branding .site-title {
	text-transform: uppercase;
}


/*.site-branding .site-title a {
	border: 3px double #454545;
	color: #454545;
	padding: 5px 25px;
	background:#fff;
	margin-left:-40px;
}
.site-branding .site-title a:hover {
	border-color: #236BC4;
	text-decoration;none;
}*/

.site-branding{
	left: 0;
	position: absolute;
	right: 0;
	text-align: center;
	top: 40px;
	z-index: 1;
}
/*
.site-branding .site-title a {
	font-family: "Comic Sans MS", cursive, sans-serif;
	font-weight:bold;
	color: #fff;
	font-size:50px;
	margin-left:-29px;
	text-shadow: 0px 0px 30px #000;
	-moz-text-shadow: 0px 0px 30px #000;
    -webkit-text-shadow: 0px 0px 30px #000;
}
.site-branding .site-title a:hover {
	text-decoration:none;
}
*/

.has-custom-header .site-branding .site-title a,.has-featured-image .site-branding .site-title a {
	border: 3px double #fff;
	color: #fff;
}
.has-custom-header .site-branding .site-title a:hover,.has-featured-image .site-branding .site-title a:hover {
	border-color: #236BC4;
}
.site-branding .site-description {
	color: #fff;
	font-family: "Crimson Text",serif;
	font-size: 18px;
	font-style: italic;
}
.page-title {
	font-size: 30px;
}
.page-header {
	border-bottom: 1px dotted #e0e0e0;
	margin-bottom: 27px;
}
.author .page-header .page-title {
	margin-top: 0;
	overflow: hidden;
}
.author .page-header p {
	overflow: hidden;
}
.page-header .page-title {
	margin-top: 0;
}
.page-header p {
	color: #999;
}
.page-header .avatar {
	border-radius: 50%;
	float: left;
	margin-right: 27px;
}
.main-navigation {
	background-color: #fff;
	box-shadow: 0 1px 4px rgba(190,190,190,0.1);
	position: relative;
	webkit-box-shadow: 0 1px 4px rgba(190,190,190,0.1);
}
@media (min-width: 769px) {
	.main-navigation .wide-container {
		position: relative;
	}
}
@media (min-width: 769px) {
	.menu-wrapper {
		padding: 10px 0;
	}
}
.menu-primary-items li {
	padding: 0 16px;
	position: relative;
}
.menu-primary-items li:first-child {
	padding-left: 0;
}
.menu-primary-items li.current-menu-item>a {
	color: #236BC4;
}
.menu-primary-items li.current-menu-item .current-menu-item>a {
	color: #236BC4;
}
.menu-primary-items li:hover {
	color: #236BC4;
}
.menu-primary-items li:hover>a {
	color: #236BC4;
}
.menu-primary-items li:hover>.sub-menu {
	display: block;
}
.menu-primary-items li.menu-item-has-children {
	padding-right: 20px;
}
.menu-primary-items li.menu-item-has-children::after {
	content: "\f107";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 14px;
	font-size: inherit;
	moz-osx-font-smoothing: grayscale;
	ms-transform: translate(0, 0);
	position: absolute;
	right: 5px;
	text-rendering: auto;
	top: 7px;
	transform: translate(0, 0);
	webkit-font-smoothing: antialiased;
	webkit-transform: translate(0, 0);
}
.menu-primary-items li.menu-item-has-children::after:hover {
	color: #236BC4;
	content: "\f106";
}
.menu-primary-items li.menu-item-has-children:hover::after {
	content: "\f106";
}
.menu-primary-items a {
	color: #454545;
	font-size: 14px;
	text-transform: uppercase;
}
.menu-primary-items a:hover {
	color: #236BC4;
}
.menu-primary-items .sub-menu {
	display: none;
	left: 0;
	margin-top: 0;
	padding: 0;
	padding-top: 10px;
	position: absolute;
	text-align: left;
	z-index: 9999;
}
.menu-primary-items .sub-menu li {
	margin: 0;
	padding: 0;
}
.menu-primary-items .sub-menu li:first-child a {
	border-top: 0;
}
.menu-primary-items .sub-menu a {
	background-color: #fff;
	border-top: 1px solid #f4f4f4;
	line-height: 20px;
	margin: 0;
	min-width: 170px;
	padding: 10px;
}
.menu-primary-items .sub-menu a:hover {
	background-color: #236BC4;
	border-color: #f4f4f4;
	color: #fff;
}
.slicknav_menu {
	display: none;
}
@media (max-width: 768px) {
	#menu-primary-items {
		display: none;
	}
	.slicknav_menu {
		background-color: transparent;
		display: block;
		min-height: 49px;
		padding: 18px 0 0;
	}
	.slicknav_menu .slicknav_icon-bar {
		background-color: #454545;
		box-shadow: none;
		webkit-box-shadow: none;
	}
	.slicknav_btn {
		background-color: transparent;
		float: left;
		margin: 0;
		padding: 0 0 0 20px;
	}
	.slicknav_nav {
		background-color: #454545;
		margin-top: 31px;
		padding: 10px 0;
	}
	.slicknav_nav .slicknav_row,.slicknav_nav a {
		color: #fff;
		font-size: 16px;
		margin: 0;
		padding: 5px 20px;
		text-transform: uppercase;
	}
	.slicknav_nav .slicknav_row:hover,.slicknav_nav a:hover {
		background-color: #333;
		border-radius: 0;
		color: #fff;
	}
	.slicknav_menu .slicknav_icon {
		margin: 0;
	}
}
.search-toggle {
	background-color: #236BC4;
	color: #fff;
	cursor: pointer;
	padding: 11px 16px;
	position: absolute;
	right: 40px;
	top: 0;
	transition: all 200ms ease-in-out 0s;
	webkit-transition: all 200ms ease-in-out 0s;
}
@media (max-width: 768px) {
	.search-toggle {
		right: 30px;
	}
}
@media (max-width: 540px) {
	.search-toggle {
		right: 0;
	}
}
.search-toggle.active {
	background-color: #333;
}
.search-toggle:hover {
	background-color: #333;
}
.site-content {
	margin-top: -310px;
	position: relative;
	z-index: 1;
}
.site-content .wide-container {
	background-color: #fff;
	opacity: 1;
	padding-top: 40px;
}
.hentry {
	margin-bottom: 50px;
	position: relative;
	word-wrap: break-word;
}
.single .hentry {
	margin-bottom: 27px;
}
.single .hentry .entry-title {
	font-size: 35px;
	margin-top: 7px;
}
.hentry.use-excerpt {
	padding-bottom: 14px;
}
.hentry.use-excerpt.has-read-more-tag::after {
	bottom: 0;
}
.hentry.no-read-more-tag {
	/*padding-bottom: 60px;*/
}
.hentry.has-read-more-tag::after {
	border-bottom: 1px solid #ededed;
	bottom: 23px;
	content: "";
	left: 0;
	position: absolute;
	width: 100%;
	z-index: 0;
}
.hentry .entry-title {
	word-wrap: break-word;
}
.hentry .published {
	color: #999;
	font-size: 12px;
}
.hentry i.fa-circle {
	color: #999;
	font-size: 4px;
	padding: 0 3px;
	vertical-align: middle;
}
.entry-post {
	font-size: 18px;
}
@media (min-width: 768px) {
	.entry-post {
		font-size: 20px;
	}
}
.thumbnail-link {
	display: block;
	position: relative;
}
.thumbnail-link:hover {
	opacity: .75;
}
.thumbnail-link img {
	display: block;
}
.entry-header {
	text-align: center;
}
.entry-header h1 {
	margin-bottom: 30px;
}
.entry-title {
	margin: 5px 0 15px;
	padding-bottom:10px;
}
.entry-title a {
	color: #454545;
}
.cat-links {
	font-size: 12px;
	text-transform: uppercase;
}
.more-link {
	background-color: #fff;
	border: 3px double #eee;
	display: inline-block;
	float: right;
	font-size: 16px;
	margin-top: 30px;
	padding: 7px 16px;
	position: relative;
	z-index: 1;
}
.more-link:hover,.more-link:visited:hover {
	background-color: #236BC4;
	color: #fff;
	text-decoration:none;
}
.single .entry-thumbnail {
	margin-bottom: 3px;
	border:1px solid #eee;
	padding:4px;
	margin-top:2px;
}
.single .entry-title {
	font-size: 22px;
	margin-bottom: 20px;
	margin-top: 0;
}
.single .entry-side {
	color: #aaa;
	display: block;
	font-size: 16px;
	margin-bottom: 2px;
}
.single .entry-side span,.single .entry-side a {
	color: #666;
}
.single .entry-side a:hover {
	color: #236BC4;
}
.tag-links a {
	background-color: #fff;
	border: 3px double #ededed;
	color: #454545;
	display: inline-block;
	font-size: 12px;
	letter-spacing: 1px;
	line-height: 1;
	margin-bottom: 8px;
	margin-right: 5px;
	padding: 2px 8px 5px;
	text-transform: uppercase;
}
.tag-links a:hover {
	background-color: #236BC4;
	color: #fff;
}
.tag-links span {
	font-size: 18px;
}
.author-bio {
	border-top: 1px dotted #e0e0e0;
	padding-top: 30px;
}
.author-bio .avatar {
	border-radius: 50%;
	float: left;
	margin-right: 20px;
}
@media (max-width: 320px) {
	.author-bio .avatar {
		display: none;
	}
}
.author-bio .description {
	overflow: hidden;
}
.author-bio .author-title {
	font-size: 18px;
	margin-bottom: 6px;
	margin-top: 0;
	text-transform: capitalize;
}
.author-bio .author-title a {
	color: #454545;
}
.author-bio .author-title a:hover {
	color: #236BC4;
}
.author-bio .bio {
	font-size: 16px;
	line-height: 1.4;
	margin-bottom: 8px;
}
.author-bio .author-social {
	margin-bottom: 30px;
}
.author-bio .author-social li:first-child {
	padding-left: 0;
}
.author-bio .author-social a {
	color: #bbb;
	font-size: 16px;
}
.author-bio .author-social a:hover {
	color: #236BC4;
}
.loop-nav {
	clear: both;
	color: #aaa;
	font-size: 16px;
	margin-bottom: 40px;
}
.attachment .loop-nav {
	margin-bottom: 0;
	margin-top: 35px;
}
.loop-nav a {
	color: #666;
	display: block;
}
.loop-nav a:hover {
	color: #236BC4;
}
.attachment .loop-nav .prev {
	float: none;
	margin-right: 0;
	width: auto;
}
.attachment .loop-nav .next {
	float: none;
	margin-top: 5px;
	text-align: left;
	width: auto;
}
.loop-nav .prev {
	float: left;
	margin-right: 3%;
	width: 45%;
}
.loop-nav .next {
	float: right;
	text-align: right;
	width: 45%;
}
.pagination {
	clear: both;
	display: block;
	margin-bottom: 60px;
	margin-left: auto;
	margin-right: auto;
	max-width: 800px;
	text-align: center;
}
.pagination:after {
	clear: both;
	content: " ";
	display: block;
}
.pagination .page-numbers {
	background-color: #f5f5f5;
	color: #454545;
	display: inline-block;
	margin-right: -5px;
	padding: 2px 12px;
}
.pagination .page-numbers.current,.pagination .page-numbers:hover {
	background-color: #454545;
	color: #fff;
}
.related-posts {
	border-top: 1px dotted #ededed;
	margin-bottom: 30px;
	padding-top: 30px;
}
.related-posts li {
	margin-bottom: 40px;
	word-wrap: break-word;
}
@media (min-width: 768px) {
	.related-posts li {
		float: left;
		margin-bottom: 0;
		margin-right: 2.1276595745%;
		width: 31.914893617%;
	}
	.related-posts li:last-child {
		float: right;
		margin-right: 0;
	}
}
.related-posts h3 {
	font-size: 16px;
	margin-bottom: 30px;
	margin-top: 0;
	text-transform: uppercase;
}
.related-posts .thumbnail-link {
	margin-bottom: 14px;
}
.related-posts .entry-title {
	font-size: 15px;
	margin-bottom: 0;
}
.related-posts .entry-title a {
	color: #454545;
}
.related-posts .entry-title a:hover {
	color: #236BC4;
}
.related-posts .published {
	color: #999;
	font-size: 14px;
	font-style: italic;
}
.attachment .entry-post {
	float: left;
	margin-right: 3.8461538462%;
	width: 74.0384615385%;
}
.attachment .entry-meta {
	float: right;
	margin-right: 0;
	width: 22.1153846154%;
}
.attachment .hentry {
	margin-bottom: 60px;
}
.jetpack-share-like {
	margin-top: 30px;
}
.widget {
	font-size: 15px;
	line-height: 1.5;
	margin-bottom: 30px;
	word-wrap: break-word;
}
@media (min-width: 601px) and (max-width: 801px) {
	.widget {
		float: left;
		margin-right: 3.8461538462%;
		width: 48.0769230769%;
	}
	.widget:nth-child(2n+2) {
		float: right;
		margin-right: 0;
	}
	.widget:nth-child(2n+1) {
		clear: left;
	}
}
.widget li {
	border-bottom: 1px dotted #e0e0e0;
	padding: 7px 0;
}
.widget li:first-child {
	padding-top: 0;
}
.widget li a {
	
}
.widget li a:hover {
	color: #236BC4;
}
.widget select {
	border: 1px solid #eee;
	width: 100%;
}
.widget-title {
	background-color: #333;
	border-radius: 3px;
	color: #fff;
	font-size: 14px;
	letter-spacing: 1px;
	margin-bottom: 15px;
	margin-top: 0;
	padding: 8px 0;
	position: relative;
	text-align: center;
	text-transform: uppercase;
}
.widget-title::after {
	border-bottom: 5px solid #fff;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	bottom: 0;
	content: "";
	height: 0;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	width: 0;
}
.widget_archive li,.widget_categories li {
	text-align: right;
}
.widget_archive a,.widget_categories a {
	float: left;
}



.widget_rss li a {
	color: #236BC4;
}
.widget_search .field {
	width: 100%;
}
.widget_tag_cloud a {
	background-color: #fff;
	border: 3px double #ededed;
	color: #454545;
	display: inline-block;
	font-size: 12px;
	letter-spacing: 1px;
	line-height: 1.5;
	margin-bottom: 8px;
	margin-right: 5px;
	padding: 2px 8px;
	text-transform: uppercase;
}
.widget_tag_cloud a:hover {
	background-color: #236BC4;
	color: #fff;
}
.widget_nav_menu .sub-menu {
	padding-left: 20px;
}
.widget_nav_menu .sub-menu li:first-child {
	padding-top: 5px;
}
.widget_nav_menu .sub-menu li:last-child {
	border-bottom: 0;
}
.widget_recent_entries a {
	float: left;
	line-height: 1.5;
	width: 65%;
}
.widget_recent_entries .post-date {
	color: #777;
	float: right;
	font-size: 14px;
}
.widget_calendar table {
	margin-bottom: 0;
}
.widget_calendar table tfoot td {
	padding: 0;
}
.widget_recent_entries_thumbnail {
	line-height: 1.3;
}
.widget_recent_entries_thumbnail li {
	padding: 15px 0;
}
.widget_recent_entries_thumbnail .entry-thumbnail {
	float: left;
	margin: 0 15px 0 0;
	max-width: 88px;
}
.widget_recent_entries_thumbnail .entry-meta {
	color: #999;
	font-size: 14px;
	margin-top: 3px;
}
.widget.widget_social a,.widget.widget_wpcom_social_media_icons_widget a {
	background-color: #fff;
	border: 3px double #ededed;
	color: #454545;
	display: inline-block;
	height: 35px;
	line-height: 1;
	margin-bottom: 8px;
	margin-right: 8px;
	padding: 7px;
	text-align: center;
	width: 35px;
}
.widget.widget_social a:last-child,.widget.widget_wpcom_social_media_icons_widget a:last-child {
	margin-right: 0;
}
.widget.widget_social a:hover,.widget.widget_wpcom_social_media_icons_widget a:hover {
	background-color: #236BC4;
	color: #fff;
}
.jetpack_subscription_widget #subscribe-text p {
	margin-bottom: 14px;
}
.jetpack_subscription_widget #subscribe-email {
	margin-bottom: 14px;
}
.jetpack_subscription_widget #subscribe-email input {
	padding: 5px 10px;
}
.site-footer {
	background-color: #333;
	font-size: 16px;
	padding: 20px 0;
}
@media (min-width: 240px) {
	.site-footer .wide-container {
		padding: 0 20px;
	}
}
.site-info {
	color: #888;
	margin-bottom: 20px;
	text-align: center;
}
@media (min-width: 768px) {
	.site-info {
		float: left;
		margin-bottom: 0;
		margin-right: 3.8461538462%;
		padding-top: 5px;
		text-align: left;
		width: 48.0769230769%;
	}
}
.site-info a {
	border-bottom: 1px dotted #777;
	color: #fff;
}
.site-info p {
	margin-bottom: 0;
	font-size:12px;
	text-align:left;
}
.social-links {
	text-align: center;
}
@media (min-width: 768px) {
	.social-links {
		float: right;
		margin-right: 0;
		text-align: right;
		width: 48.0769230769%;
	}
}
.social-links a {
	background-color: #fff;
	border-radius: 50%;
	color: #454545;
	display: inline-block;
	font-size: 16px;
	height: 35px;
	line-height: 1;
	margin: 0 5px;
	padding: 8px;
	text-align: center;
	width: 35px;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
	.social-links a {
		padding: 9px;
	}
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.social-links a {
		padding: 9px;
	}
}
.social-links a:hover {
	background-color: #236BC4;
	color: #fff;
}
#scrollUp {
	background-color: #454545;
	bottom: 35px;
	color: #fff;
	padding: 5px 10px;
	right: 20px;
	transition: background 200ms linear;
	webkit-transition: background 200ms linear;
}
#scrollUp:hover {
	background-color: #111;
}
.comments-area {
	border-top: 1px dotted #e0e0e0;
	padding-top: 30px;
}
.comments-title {
	margin-bottom: 60px;
	margin-top: 0;
}
.commentlist {
	border-bottom: 1px dotted #ededed;
	margin-bottom: 40px;
}
.commentlist .comment {
	margin-bottom: 30px;
}
.commentlist .children {
	list-style: none;
	margin: 30px 0;
	padding-left: 0;
}
@media (min-width: 600px) {
	.commentlist .children {
		padding-left: 90px;
	}
}
@media (min-width: 240px) and (max-width: 768px) {
	.commentlist .children .children {
		padding-left: 0;
	}
}
.commentlist .children .avatar {
	width: 90px;
}
.commentlist .children .children {
	padding-left: 30px;
}
@media (min-width: 480px) {
	.comment-avatar {
		float: left;
		margin-right: 2.8571428571%;
		width: 14.2857142857%;
	}
	.comment-body {
		float: right;
		margin-right: 0;
		width: 82.8571428571%;
	}
}
.comment-avatar {
	text-align: center;
}
.comment-avatar .avatar {
	border-radius: 50%;
}
.comment-avatar .name {
	display: block;
	font-size: 12px;
	font-weight: 700;
	line-height:1.4em;
}
@media (min-width: 480px) {
	.comment-avatar .name {
		display: inline-block;
	}
}
.comment-avatar .name a {
	color: #454545;
}
.comment-body {
	position: relative;
}
@media (min-width: 480px) {
	.comment-body::before {
		border-bottom: 10px solid transparent;
		border-right: 10px solid #f5f5f5;
		border-top: 10px solid transparent;
		content: "";
		height: 0;
		left: -10px;
		position: absolute;
		top: 15px;
		width: 0;
	}
}
.comment-body .comment-wrapper {
	background-color: #f5f5f5;
	padding: 25px;
	position: relative;
}
.comment-body .comment-head {
	font-size: 16px;
	margin-bottom: 10px;
}
.comment-body .comment-head a {
	color: #aaa;
}
@media (max-width: 479px) {
	.comment-body .comment-content {
		font-size: 16px;
	}
}
.comment-body .comment-content p:last-of-type {
	margin-bottom: 0;
}
.comment-reply-link {
	color: #999;
	display: inline-block;
	font-size: 12px;
	padding-top: 20px;
	position: relative;
	right: auto;
	text-transform: uppercase;
	top: auto;
	transition: color .2s ease-in-out;
	webkit-transition: color .2s ease-in-out;
}
@media (min-width: 480px) {
	.comment-reply-link {
		padding-top: 0;
		position: absolute;
		right: 25px;
		top: 25px;
	}
}
.bypostauthor .author-badge {
	background-color: #236BC4;
	border-radius: 3px;
	color: #fff;
	display: inline-block;
	font-family: "Oswald",sans-serif;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 1px;
	line-height: 1;
	margin-top: -50px;
	padding: 2px 6px 1px 6px;
	text-transform: uppercase;
	line-height:1em;
}
@media (min-width: 480px) {
	.bypostauthor .author-badge {
		margin-bottom: 0;
	}
}
.comments-area {
	margin-bottom: 30px;
}
.comment-notes {
	color: #777;
	font-size: 16px;
	font-style: italic;
}
form.comment-form p {
	margin-bottom: 20px;
}
form.comment-form p.comment-subscription-form {
	margin-bottom: 0;
}
form.comment-form label {
	color: #888;
	display: inline-block;
	font-size: 15px;
	font-weight: 700;
	width: 80px;
}
form.comment-form input[type="text"],form.comment-form input[type="email"],form.comment-form input[type="url"],form.comment-form textarea {
	background-color: #fafafa;
}
@media (max-width: 320px) {
	form.comment-form input[type="text"],form.comment-form input[type="email"],form.comment-form input[type="url"],form.comment-form textarea {
		width: 100%;
	}
}
form.comment-form input[type="text"]:focus,form.comment-form input[type="email"]:focus,form.comment-form input[type="url"]:focus,form.comment-form textarea:focus {
	background-color: #fff;
}
form.comment-form textarea {
	width: 100%;
}
form.comment-form .comment-form-url {
	margin-right: 0;
}
.required {
	color: #236BC4;
}
#cancel-comment-reply-link {
	font-family: "Crimson Text",serif;
	font-size: 14px;
}
#comment-nav-above {
	margin-bottom: 2.30769rem;
	margin-bottom: 30px;
}
.comment-navigation .nav-previous {
	display: inline;
	float: left;
}
.comment-navigation .nav-next {
	display: inline;
	float: right;
	text-align: right;
}
.comment-navigation a {
	color: #555;
}
.list .hentry.no-sticky {
	margin-bottom: 30px;
}
.list .hentry.no-sticky .more-link {
	display: none;
}
.list .hentry.no-sticky.has-read-more-tag::after {
	border-bottom: 0;
	bottom: 0;
	content: "";
	left: 0;
	position: relative;
	width: 100%;
	z-index: 0;
}
.list .hentry.no-sticky.no-read-more-tag {
	padding-bottom: 0;
}
.list .hentry.no-sticky .thumbnail-link {
	float: left;
	margin-right: 5.8823529412%;
	width: 33.8235294118%;
}
@media (max-width: 599px) {
	.list .hentry.no-sticky .thumbnail-link {
		display: none;
	}
}
.list .hentry.no-sticky .entry-text-content {
	float: right;
	margin-right: 0;
	width: 60.2941176471%;
}
@media (max-width: 599px) {
	.list .hentry.no-sticky .entry-text-content {
		float: right;
		margin-right: 0;
		width: 100%;
	}
}
.list .hentry.no-sticky .entry-header {
	text-align: left;
}
.list .hentry.no-sticky .cat-links {
	display: block;
	font-size: 14px;
	line-height: 1;
}
.list .hentry.no-sticky .entry-title {
	font-size: 26px;
	margin-bottom: 12px;
}
.list .hentry.no-sticky .entry-summary {
	font-size: 16px;
	line-height: 1.5;
}
@media (min-width: 600px) {
	.grid .no-sticky {
		float: left;
		margin-right: 5.8823529412%;
		width: 47.0588235294%;
	}
}
.grid .no-sticky:nth-of-type(2n) {
	clear: left;
}
.grid .no-sticky:nth-of-type(2n+1) {
	float: right;
	margin-right: 0;
}
.paged .grid .no-sticky:nth-of-type(2n) {
	clear: none;
	float: right;
	margin-right: 0;
}
.paged .grid .no-sticky:nth-of-type(2n+1) {
	float: left;
	margin-right: 3.8461538462%;
}
.grid .no-sticky .more-link {
	display: none;
}
.grid .no-sticky.has-read-more-tag::after {
	border-bottom: 0;
	bottom: 0;
	content: "";
	left: 0;
	position: relative;
	width: 100%;
	z-index: 0;
}
.grid .no-sticky.no-read-more-tag {
	padding-bottom: 0;
}
.grid .no-sticky .thumbnail-link {
	margin-bottom: 18px;
}
.grid .no-sticky .entry-title {
	font-size: 26px;
	margin-bottom: 18px;
}
.grid .no-sticky .entry-summary {
	font-size: 16px;
	line-height: 1.5;
}