/**
 * 1.0 - Reset
 *
 * Resetting and rebuilding styles have been helped along thanks to the fine
 * work of Eric Meyer, Nicolas Gallagher, Jonathan Neal, and Blueprint.
 */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-style: inherit;
	font-weight: normal;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 100%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

*,
*:before,
*:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

body {
	background: #ffffff;
}

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

ol,
ul {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	quotes: none;
}

a:focus {
	outline: 2px solid #c1c1c1;
	outline: 2px solid rgba(51, 51, 51, 0.3);
}

a:hover,
a:active {
	outline: 0;
}

a img {
	border: 0;
}

/* =============================================================================
   Font-Face
   ========================================================================== */
@font-face {
font-family: 'Lora', serif;
font-family: 'IstokWeb';

font-weight: normal;
font-style: normal;
}





header > h1 {
	text-align: center;
	color: #302e1f;
	font-size: 2.4em;;
	font-weight: lighter;
	margin: 0px;
	display: inline-block;
}

header > h2 {
	margin-bottom: 0.5em;
	margin-top: 1em;
	color: #302e1f;
}




.sticky-post {
	background-image: url('./images/starblack.png');
	background-repeat: no-repeat;
	padding-left: 30px;
	padding-top: 7px;
	height: 32px;
	width: 32px;

}


.menu-icon{
	background-image: url('./images/menuicon.png');
	background-repeat: no-repeat;
	background-size: 32px 32px;
	line-height: 2em;

	float: right;
	padding-right: 30px;

	padding-right: 32px;
	padding-top: 20px;

	width: 32px;
	height: 32px;


}


.menu-icon.menu-open{
	background-repeat: no-repeat;
	background-size: 32px 32px;
	line-height: 2em;

	float: right;
	padding-top: 20px;


}

nav ul {
	padding: 0px;
	margin: 0px;

}

.titlebar{
	text-align: center;
	margin: 30px 0 30px 0;
	margin: 3em 0 3em 0;
}

#content{
}
#insidecontent {
	display: inline-block;
	margin-bottom: 1.40em;
}


a{
	text-decoration: none;
	color: #000;
}

h2 {
	color: #302e1f;
	font-size:  1.8em;;

	margin: 0px;
	display: inline-block;
}


body {
	font-family: 'Lora';
	font-size: 1.25em;
	line-height: 1.4;
	color: #000;
}

body p {
	text-align: justify;
	padding-bottom: 20px;
	padding-right: 20px;
}





.container {
	background-repeat: repeat-y;
	margin-bottom: 20px;
}





.entry-title {
	line-height: 1.225;
	margin-bottom: 1.05em;
}

.post-thumbnail {
	margin-bottom: 1.7em;
}









.entry-footer {
	margin-bottom: 1.5em;
}

.entry-footer,
.edit-link,
.tags-links,
.cat-links,
.byline{
	display: block;

}

.meta-info-text{
	font-weight: bold;
	margin-top: -30px;
}


.post-navigation, .post-title {
	font-size: 27px;
	font-size: 2.3rem;
	line-height: 1.0;
	display: inline-block;
	margin-top: -10px;
}

.navigation {
	font-size: 1.3rem;
}
.nav-previous, .nav-next {
	display: inline-block;
	font-weight: bolder;
}

.nav-previous {
	float: left;
	padding: 4px;
}

.nav-next {
	float: right;
	padding: 4px;
}


hr {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	border-style: inset;
	border-top: 2px solid #222;
}



button, input, select, textarea {
	font-size: 0.7em;
}


.comment-form-author,.comment-form-email,.comment-form-url {
	padding-bottom: 10px;
}
#author,#email,#url{
	padding: 5px;
}



















.format-aside .entry-format:before {
	content: "\f101";
}

.format-image .entry-format:before {
	content: "\f473";
}

.format-gallery .entry-format:before {
	content: "\f103";
}

.format-video .entry-format:before {
	content: "\f104";
}

.format-status .entry-format:before {
	content: "\f105";
}

.format-quote .entry-format:before {
	content: "\f106";
}

.format-link .entry-format:before {
	content: "\f107";
}

.format-chat .entry-format:before {
	content: "\f108";
}

.format-audio .entry-format:before {
	content: "\f109";
}












.container {
}


/* =============================================================================
   Media Queries
   ========================================================================== */

/* Tablet Portrait size to Base 996px */
@media only screen and (min-width: 768px) and (max-width: 995px) {
	.container {
	}
}

/* All Mobile Sizes */
@media only screen and (max-width: 767px) {
	.container {
	}
}

/* Mobile Landscape Size to Tablet Portrait */
@media only screen and (min-width: 480px) and (max-width: 767px) {}

/* Mobile Portrait Size to Mobile Landscape Size */
@media only screen and (max-width: 479px) {
	.container.demo {
	}
}



.post {
	margin-bottom: 3.0em;
}

@media screen and (min-width: 61.5625em){
#insidecontent > div >.post {
	margin-bottom: 7.0em;
}
}








/**
 * 7.0 - Accessibility
 */

/* Text meant only for screen readers */
.says,
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	/* many screen reader and browser combinations announce broken words as they would appear visually */
	word-wrap: normal !important;
}

/* must have higher specificity than alternative color schemes inline styles */
.site .skip-link {
	background-color: #f1f1f1;
	box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: 700;
	left: -9999em;
	outline: none;
	padding: 15px 23px 14px;
	text-decoration: none;
	text-transform: none;
	top: -9999em;
}

.logged-in .site .skip-link {
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.2);
}

.site .skip-link:focus {
	clip: auto;
	height: auto;
	left: 6px;
	top: 7px;
	width: auto;
	z-index: 100000;
}

/**
 * 7.0 - Accessibility
 */

.page-title {
	font-size: 23px;
	font-size: 2em;
	line-height: 1.2173913043;
}

.page-header {
	border-bottom: 4px solid black;
}

.taxonomy-description {
	color: #686868;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.6153846154;
}

.taxonomy-description p {
	margin: 0.5384615385em 0 1.6153846154em;
}

.taxonomy-description > :last-child {
	margin-bottom: 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.75em;
}

.page-links a,
.page-links > span {
	border: 1px solid #d1d1d1;
	border-radius: 2px;
	display: inline-block;
	font-size: 13px;
	font-size: 0.8125rem;
	height: 1.8461538462em;
	line-height: 1.6923076923em;
	margin-right: 0.3076923077em;
	text-align: center;
	width: 1.8461538462em;
}

.page-links a {
	background-color: #1a1a1a;
	border-color: #1a1a1a;
	color: #fff;
}

.page-links a:hover,
.page-links a:focus {
	background-color: #007acc;
	border-color: transparent;
	color: #fff;
}

.page-links > .page-links-title {
	border: 0;
	color: #1a1a1a;
	height: auto;
	margin: 0;
	padding-right: 0.6153846154em;
	width: auto;
}



/**
 * 11.4 - Comments
 */

.comments-area {
	margin: 0 7.6923% 3.5em;
}

.comment-list + .comment-respond,
.comment-navigation + .comment-respond {
	padding-top: 1.75em;
}

.comments-title,
.comment-reply-title {
	font-size: 23px;
	font-size: 1.4375rem;
	font-weight: 700;
	line-height: 1.3125;
	padding-top: 1.217391304em;
	margin-left: 13px;
}

.comments-title {
	margin-bottom: 1.217391304em;
}

.comment-list {
	list-style: none;
	margin: 0;
}

.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
	border-top: 1px solid #d1d1d1;
	padding: 1.75em 0;
}

.comment-list .children {
	list-style: none;
	margin: 0;
}

.comment-list .children > li {
	padding-left: 0.875em;
}

.comment-author {
	color: #1a1a1a;
	margin-bottom: 0.4375em;
}

.comment-author .avatar {
	float: left;
	height: 28px;
	margin-right: 0.875em;
	position: relative;
	width: 28px;
}

.bypostauthor > article .fn:after {
	content: "\f304";
	left: 3px;
	position: relative;
	top: 5px;
}

.comment-metadata,
.pingback .edit-link {
	color: #686868;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.6153846154;
}

.comment-metadata {
	margin-bottom: 2.1538461538em;
}

.comment-metadata a,
.pingback .comment-edit-link {
	color: #686868;
}

.comment-metadata a:hover,
.comment-metadata a:focus,
.pingback .comment-edit-link:hover,
.pingback .comment-edit-link:focus {
	color: #007acc;
}

.comment-metadata .edit-link,
.pingback .edit-link {
	display: inline-block;
}

.comment-metadata .edit-link:before,
.pingback .edit-link:before {
	content: "\002f";
	display: inline-block;
	opacity: 0.7;
	padding: 0 0.538461538em;
}

.comment-content ul,
.comment-content ol {
	margin: 0 0 1.5em 1.25em;
}

.comment-content li > ul,
.comment-content li > ol {
	margin-bottom: 0;
}

.comment-reply-link {
	border: 1px solid #d1d1d1;
	border-radius: 2px;
	color: #007acc;
	display: inline-block;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1;
	margin-top: 2.1538461538em;
	padding: 0.5384615385em 0.5384615385em 0.4615384615em;
}

.comment-reply-link:hover,
.comment-reply-link:focus {
	border-color: currentColor;
	color: #007acc;
	outline: 0;
}

.comment-form {
	padding-top: 1.75em;
}

.comment-form label {
	color: #686868;
	display: block;
	font-size: 13px;
	font-size: 0.8125rem;
	letter-spacing: 0.076923077em;
	line-height: 1.6153846154;
	margin-bottom: 0.5384615385em;
	text-transform: uppercase;
}

.comment-list .comment-form {
	padding-bottom: 1.75em;
}

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.form-allowed-tags {
	color: #686868;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.6153846154;
	margin-bottom: 2.1538461538em;
}

.no-comments {
	border-top: 1px solid #d1d1d1;
	font-weight: 700;
	margin: 0;
	padding-top: 1.75em;
}

.comment-navigation + .no-comments {
	border-top: 0;
	padding-top: 0;
}

.form-allowed-tags code {
	font-family: Inconsolata, monospace;
}

.form-submit {
	margin-bottom: 0;
	margin-left: 13px;
}

.required {
	color: #007acc;
	font-family: Merriweather, Georgia, serif;
}

.comment-reply-title small {
	font-size: 100%;
}

.comment-reply-title small a {
	border: 0;
	float: right;
	height: 32px;
	overflow: hidden;
	width: 26px;
}

.comment-reply-title small a:hover,
.comment-reply-title small a:focus {
	color: #1a1a1a;
}

.comment-reply-title small a:before {
	content: "\f405";
	font-size: 32px;
	position: relative;
	top: -5px;
}
/**
 * 11.4 - Comments
 */

.entry-content a, .entry-summary a, .page-content a, .comment-content a, .pingback .comment-body > a {
	border-bottom: 1px solid #333;
}



/**
 * 12.1 - Captions
 */

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

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0;
}

.wp-caption .wp-caption-text {
	color: #686868;
	font-size: 13px;
	font-size: 0.8125rem;
	font-style: italic;
	line-height: 1.6153846154;
	padding-top: 0.5384615385em;
}



/**
 * 12.2 - Galleries
 */

.gallery {
	margin: 0 -1.1666667% 1.75em;
}

.gallery-item {
	display: inline-block;
	max-width: 33.33%;
	padding: 0 1.1400652% 2.2801304%;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-1 .gallery-item {
	max-width: 100%;
}

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

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

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

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

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-icon img {
	margin: 0 auto;
}

.gallery-caption {
	color: #686868;
	display: block;
	font-size: 13px;
	font-size: 0.8125rem;
	font-style: italic;
	line-height: 1.6153846154;
	padding-top: 0.5384615385em;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}


/*
 * Only for WP theme */
.pagination {
	border-top: 4px solid #1a1a1a;
	font-size: 19px;
	font-size: 1.1875rem;
	margin: 0 7.6923% 2.947368421em;
	min-height: 56px;
	position: relative;
}

.pagination:before {
	right: 0;
}

.pagination:after {
	right: 54px;
}

.pagination a:hover,
.pagination a:focus {
	color: #1a1a1a;
}

.pagination .nav-links {
	padding-right: 106px;
	position: relative;
	padding-top: 10px;
}

.pagination .nav-links:before,
.pagination .nav-links:after {
	color: #000;
	font-size: 32px;
	line-height: 51px;
	opacity: 0;
	position: absolute;
	width: 52px;
	z-index: 1;
}

.pagination .nav-links:before {
	content: "\f429";
	right: -1px;
}

.pagination .nav-links:after {
	content: "\f430";
	right: 55px;
}
	/* WP theme*/

.pagination .page-numbers {
	letter-spacing: 0.013157895em;
	line-height: 1;
	margin: 0 0.7368421053em 0 -0.7368421053em;
	padding: 0.8157894737em 0.7368421053em 0.3947368421em;
	text-transform: uppercase;
}

.pagination .current {
	font-weight: 700;
}
.pagination .prev,
.pagination .next {
	background-color: #1a1a1a;
	color: #fff;
	display: inline-block;
	height: 52px;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: absolute;
	top: 0;
	width: 52px;
	z-index: 2;
}

.pagination .prev:before,
.pagination .next:before {
	font-size: 32px;
	height: 53px;
	line-height: 52px;
	position: relative;
	width: 53px;
}

.pagination .prev:hover,
.pagination .prev:focus,
.pagination .next:hover,
.pagination .next:focus {
	background-color: #007acc;
	color: #fff;
}

.pagination .prev:focus,
.pagination .next:focus {
	outline: 0;
}

.pagination .prev {
	right: 54px;
}

.pagination .prev:before {
	content: "\f430";
	left: -1px;
	top: 10px;
}

.pagination .next {
	right: 0;
}

.pagination .next:before {
	content: "\f429";
	right: -1px;
	top: 10px;
}


.image-navigation,
.comment-navigation {
	border-top: 1px solid #d1d1d1;
	border-bottom: 1px solid #d1d1d1;
	color: #686868;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.6153846154;
	margin: 0 7.6923% 2.1538461538em;
	padding: 1.0769230769em 0;
}

.comment-navigation {
	margin-right: 0;
	margin-left: 0;
}

.comments-title + .comment-navigation {
	border-bottom: 0;
	margin-bottom: 0;
}

.image-navigation .nav-previous:not(:empty),
.image-navigation .nav-next:not(:empty),
.comment-navigation .nav-previous:not(:empty),
.comment-navigation .nav-next:not(:empty) {
	display: inline-block;
}

.image-navigation .nav-previous:not(:empty) + .nav-next:not(:empty):before,
.comment-navigation .nav-previous:not(:empty) + .nav-next:not(:empty):before {
	content: "\002f";
	display: inline-block;
	opacity: 0.7;
	padding: 0 0.538461538em;
}



img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}

.wp-caption {
	margin-bottom: 1.75em;
	max-width: 100%;
}
/**
 * 8.0 - Alignments
 */

.alignleft {
	float: left;
	margin: 0.375em 1.75em 1.75em 0;
}

.alignright {
	float: right;
	margin: 0.375em 0 1.75em 1.75em;
}

.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto 1.75em;
}

blockquote.alignleft {
	margin: 0.3157894737em 1.4736842105em 1.473684211em 0;
}

blockquote.alignright {
	margin: 0.3157894737em 0 1.473684211em 1.4736842105em;
}

blockquote.aligncenter {
	margin-bottom: 1.473684211em;
}
/**
 * 8.0 - Alignments
 */


/**
 * 3.0 - Typography
 */
/** no need of these.
body,
button,
input,
select,
textarea {
	color: #1a1a1a;
	font-family: Merriweather, Georgia, serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.75;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight: 700;
	margin: 0;
	text-rendering: optimizeLegibility;
}

p {
	margin: 0 0 1.75em;
}
 */

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

blockquote {
	border: 0 solid #1a1a1a;
	border-left-width: 4px;
	color: #686868;
	font-size: 19px;
	font-size: 1.1875rem;
	font-style: italic;
	line-height: 1.4736842105;
	margin: 0 0 1.4736842105em;
	padding: 0 0 0 1.263157895em;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote p {
	margin-bottom: 1.4736842105em;
}

blockquote cite,
blockquote small {
	color: #1a1a1a;
	display: block;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.75;
}

blockquote cite:before,
blockquote small:before {
	content: "\2014\00a0";
}

blockquote em,
blockquote i,
blockquote cite {
	font-style: normal;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}

blockquote > :last-child {
	margin-bottom: 0;
}

address {
	font-style: italic;
	margin: 0 0 1.75em;
}

code,
kbd,
tt,
var,
samp,
pre {
	font-family: Inconsolata, monospace;
}

pre {
	border: 1px solid #d1d1d1;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.3125;
	margin: 0 0 1.75em;
	max-width: 100%;
	overflow: auto;
	padding: 1.75em;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

code {
	background-color: #d1d1d1;
	padding: 0.125em 0.25em;
}

abbr,
acronym {
	border-bottom: 1px dotted #d1d1d1;
	cursor: help;
}

mark,
ins {
	background: #007acc;
	color: #fff;
	padding: 0.125em 0.25em;
	text-decoration: none;
}

big {
	font-size: 125%;
}
/**
 * 3.0 - Typography
 */

/**
 * 4.0 - Elements
 */

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}
/**
body {
	background: #1a1a1a;
	/* Fallback for when there is no custom background color defined. * /
}
 */

hr {
	background-color: #d1d1d1;
	border: 0;
	height: 1px;
	margin: 0 0 1.75em;
}

ul,
ol {
	margin: 0 0 1.75em 1.25em;
	padding: 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
	margin-left: 1.5em;
}

li > ul,
li > ol {
	margin-bottom: 0;
}

dl {
	margin: 0 0 1.75em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 0 1.75em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
	vertical-align: middle;
}

del {
	opacity: 0.8;
}

table,
th,
td {
	border: 1px solid #d1d1d1;
}

table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin: 0 0 1.75em;
	table-layout: fixed;
	/* Prevents HTML tables from becoming too wide */
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

th {
	border-width: 0 1px 1px 0;
	font-weight: 700;
}

td {
	border-width: 0 1px 1px 0;
}

th,
td {
	padding: 0.4375em;
}

/* Placeholder text color -- selectors need to be separate to work. * /
::-webkit-input-placeholder {
	color: #686868;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
}

:-moz-placeholder {
	color: #686868;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
}

::-moz-placeholder {
	color: #686868;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	opacity: 1;
	/* Since FF19 lowers the opacity of the placeholder by default * /
}

:-ms-input-placeholder {
	color: #686868;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
}
	 */
/**
 * 4.0 - Elements
 */


/**
 * 2.0 - Genericons
 */

.menu-item-has-children a:after,
.social-navigation a:before,
.dropdown-toggle:after,
.bypostauthor > article .fn:after,
.comment-reply-title small a:before,
.pagination .prev:before,
.pagination .next:before,
.pagination .nav-links:before,
.pagination .nav-links:after,
.search-submit:before {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-family: "Genericons";
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	speak: none;
	text-align: center;
	text-decoration: inherit;
	text-transform: none;
	vertical-align: top;
}
/**
 * 2.0 - Genericons
 */

/**
 * Retina Display Media Query
 * For icons
 *
 * https://developer.mozilla.org/en-US/docs/Web/CSS/@media/-webkit-device-pixel-ratio
 * Non-standard
 */
@media  only screen and (-webkit-min-device-pixel-ratio: 1.5),
		only screen and (   min--moz-device-pixel-ratio: 1.5),
		only screen and (     -o-min-device-pixel-ratio: 3/2),
		only screen and (        min-device-pixel-ratio: 1.5),
		only screen and (min-resolution: 192dpi) {
	/* Style Rules */

.sticky-post {
	background-image: url('./images/starblack@2x.png');
	background-size: 32px 32px;
	background-repeat: no-repeat;
	padding-left: 30px;
	padding-top:  7px;
	height: 32px;
	width: 32px;

}


.menu-icon{
	background-image: url('./images/menuicon@2x.png');
	background-repeat: no-repeat;
	background-size: 32px 32px;
	line-height: 2em;

	float: right;
	padding-right: 30px;

	padding-right: 32px;
	padding-top: 20px;

	width: 32px;
	height: 32px;

}


}
/**
 * Retina Display Media Query
 */



/**
 * 9.0 - Clearings
 */

.clear:before,
.clear:after,
blockquote:before,
blockquote:after,
.entry-content:before,
.entry-content:after,
.entry-summary:before,
.entry-summary:after,
.comment-content:before,
.comment-content:after,
.site-content:before,
.site-content:after,
.site-main > article:before,
.site-main > article:after,
.primary-menu:before,
.primary-menu:after,
.social-links-menu:before,
.social-links-menu:after,
.textwidget:before,
.textwidget:after,
.content-bottom-widgets:before,
.content-bottom-widgets:after {
	content: "";
	display: table;
}

.clear:after,
blockquote:after,
.entry-content:after,
.entry-summary:after,
.comment-content:after,
.site-content:after,
.site-main > article:after,
.primary-menu:after,
.social-links-menu:after,
.textwidget:after,
.content-bottom-widgets:after {
	clear: both;
}
/**
 * 9.0 - Clearings
 */

.site-info {
	font-size: 14px;
	font-size: 0.875rem;
	padding: 4% 5%;
	text-align: center;
}
.site-info a {
	font-size: 14px;
}



/**
 * 12.2 Post Formats
 */

.format-aside .entry-title,
.format-image .entry-title,
.format-video .entry-title,
.format-quote .entry-title,
.format-gallery .entry-title,
.format-status .entry-title,
.format-link .entry-title,
.format-audio .entry-title,
.format-chat .entry-title {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.3333;
	margin-bottom: 1.3333em;
}

.format-link .entry-title a:after {
	content: "\f442";
	font-size: 24px;
	height: 24px;
	position: relative;
	top: 0;
	width: 24px;
}

.blog .format-status .entry-title,
.archive .format-status .entry-title {
	display: none;
}

.format-quote .post-thumbnail {
	margin-bottom: 0;
}

.cd-fixed-bg {
	position: relative;
	width: 100%;
	height: 500px;
	max-height: 500px;
	background: no-repeat center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.content-quote {
	background: rgba(255,255,255,.9);
	padding: 20px 20px 0 20px;
	margin: 80px 10% 7%;
	position: absolute;
	z-index: 10;
	top: 0;
	max-height: 800px;
}

.single-format-quote #jp-relatedposts,
.single-format-quote .author-info {
	display: none!important;
}

/**
 * 12.2 Post Formats
 */


/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object,
video {
	margin-bottom: 1.75em;
	max-width: 100%;
	vertical-align: middle;
}

p > embed,
p > iframe,
p > object,
p > video {
	margin-bottom: 0;
}



/**
 * 11.2 - Posts and pages
 * part of.
 */


.entry-content h1,
.entry-summary h1,
.comment-content h1,
.textwidget h1 {
	font-size: 48px;
	font-size: 2.99rem;
}

.entry-content h2,
.entry-summary h2,
.comment-content h2,
.textwidget h2 {
	font-size: 36px;
	font-size: 2.25rem;
}

.entry-content h3,
.entry-summary h3,
.comment-content h3,
.textwidget h3 {
	font-size: 30px;
	font-size: 1.85rem;
}

.entry-content h4,
.entry-summary h4,
.comment-content h4,
.textwidget h4 {
	font-size: 24px;
	font-size: 1.5rem;
}

.entry-content h5,
.entry-summary h5,
.comment-content h5,
.textwidget h5 {
	font-size: 22px;
	font-size: 1.4rem;
}


.entry-content h6,
.entry-summary h6,
.comment-content h6,
.textwidget h6 {
	font-size: 20px;
	font-size: 1.25rem;
}


.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6,
.entry-summary h1,
.entry-summary h2,
.entry-summary h3,
.entry-summary h4,
.entry-summary h5,
.entry-summary h6,
.comment-content h1,
.comment-content h2,
.comment-content h3,
.comment-content h4,
.comment-content h5,
.comment-content h6,
.textwidget h1,
.textwidget h2,
.textwidget h3,
.textwidget h4,
.textwidget h5,
.textwidget h6 {
	font-weight: 900;
}

.entry-content h1:first-child,
.entry-content h2:first-child,
.entry-content h3:first-child,
.entry-content h4:first-child,
.entry-content h5:first-child,
.entry-content h6:first-child,
.entry-summary h1:first-child,
.entry-summary h2:first-child,
.entry-summary h3:first-child,
.entry-summary h4:first-child,
.entry-summary h5:first-child,
.entry-summary h6:first-child,
.comment-content h1:first-child,
.comment-content h2:first-child,
.comment-content h3:first-child,
.comment-content h4:first-child,
.comment-content h5:first-child,
.comment-content h6:first-child,
.textwidget h1:first-child,
.textwidget h2:first-child,
.textwidget h3:first-child,
.textwidget h4:first-child,
.textwidget h5:first-child,
.textwidget h6:first-child {
	margin-top: 0;
}

/*****************************************
 * menustyle starts
 * menustyle.css merged
 */
/*-- $GENERAL --*/

/*icons*/
[class^="icon-"], [class*=" icon-"] {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-pinterest:before {
	content: "\e600";
}
.icon-vimeo:before {
	content: "\e603";
}
.icon-twitter:before {
	content: "\e605";
}
.icon-tumblr:before {
	content: "\e608";
}
.icon-in:before {
	content: "\e610";
}
.icon-google:before {
	content: "\e611";
}
.icon-flikr:before {
	content: "\e612";
}
.icon-facebook:before {
	content: "\e613";
}
.icon-dribbble:before {
	content: "\e616";
}
.icon-be:before {
	content: "\e619";
}
.icon-instagram:before {
	content: "\f16d";
}

*, *:before, *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	height: 100%;
}

body {
	-webkit-font-smoothing: antialiased;
	display: none;
}


body.fixed {

}

h1, h2, h3, h4, h5, h6, a, i, p, span {
	vertical-align: middle;
}

a {
	-webkit-transition: color .3s ease-out;
	-o-transition: color .3s ease-out;
	transition: color .3s ease-out;
}

a:hover {
	text-decoration: none;
}

a:focus {
	outline: 0;
}

a.border-effect:focus,
.border-effect a:focus {
	text-decoration: none;
}

.blog img,
.portfolio img {
	max-width: 100%;
	height: auto;
}

.border-effect {
	position: relative;
	vertical-align: middle;
}

.border-effect:after {
	content: "";
	height: 2px;
	position: absolute;
	bottom: -8px;
	left: 0;
	width: 100%;
	background-color: transparent;
	-webkit-transition: all .3s cubic-bezier(.27,.52,.28,.97);
	-o-transition: all .3s cubic-bezier(.27,.52,.28,.97);
	transition: all .3s cubic-bezier(.27,.52,.28,.97);
}

.border-effect:hover {
	color: inherit;
}

.border-effect:hover:after {
	bottom: -5px;
	background-color: #000;
}

.post.link .border-effect:hover:after {
	bottom: 0;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: #302e1f;
	vertical-align: baseline;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
	color: #a3a3a3;
}

ul,
ol {
	padding: 0;
	margin: 0;
}


/*--$ HEADER --*/

.header-main__wrapper {
	position: relative;
	overflow: hidden;
}

.header-main {
	background-color: #e9e9e9;
	border: 10px solid #fff;
	padding: 55px 0;
	position: relative;
	z-index: 6;
}

.header-main .container {
	position: relative;
}

.navbar-brand {
	display: inline-block;
}



.menu-icon.menu-open{
	background-repeat: no-repeat;
	background-image: url('./images/menuiconw.png');
	background-size: 32px 32px;
	line-height: 2em;

	float: right;
	padding-top: 20px;


}


.menu-toggle__wrapper {
	position: absolute;
	top: 31%;
	left: 50%;
	margin-top: -14.5px;
	height: 29px;
}
.menu-toggle {
	background-color: transparent;
	padding: 0;
	position: absolute;
	top: 80px;
	padding: 13px 0;
	padding: 13px 0;
	outline: 0;
	z-index: 1001;
	margin-right: 15px;
	border-width: 0px;
}

.menu-toggle .icon-bar,
.menu-toggle .icon-bar:before,
.menu-toggle .icon-bar:after {
	width: 30px;
	height: 2px;
	display: block;
	-webkit-transition: all .1s ease-out;
	-o-transition: all .1s ease-out;
	transition: all .1s ease-out;
	z-index: 1001;
}

.menu-toggle .icon-bar:before,
.menu-toggle .icon-bar:after {
	content: "";
	position: relative;
	-webkit-transform-origin: 15px;
	-moz-transform-origin: 15px;
	-ms-transform-origin: 15px;
	-o-transform-origin: 15px;
	transform-origin: 15px;
}

.menu-toggle.menu-open {
	-webkit-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
}

.menu-toggle.menu-open .icon-bar {
	background-color: transparent;
}

/*
.menu-toggle .icon-bar:before {
    top: -7px;
}

.menu-toggle .icon-bar:after {
    top: 5px;
}

.menu-toggle:hover .icon-bar:before {
    top: -9px;
}

.menu-toggle:hover .icon-bar:after {
    top: 7px;
}
*/

.menu-toggle.menu-open .icon-bar:before,
.menu-toggle.menu-open .icon-bar:after,
.menu-toggle.menu-open:hover .icon-bar:before,
.menu-toggle.menu-open:hover .icon-bar:after {
	top: -1px;
	background-color: #fff;
}

.menu-toggle.menu-open .icon-bar:before,
.menu-toggle.menu-open .icon-bar:after {
	-webkit-transition: all .4s ease-out;
	-o-transition: all .4s ease-out;
	transition: all .4s ease-out;
}

.menu-toggle.menu-open .icon-bar:before {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.menu-toggle.menu-open .icon-bar:after {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.header-nav {
	background-color: #000;
	position: fixed;
	text-align: center;
	top: 10px;
	left: 10px;
	right: 10px;
	bottom: 10px;
	padding: 100px 0;
	visibility: hidden;
	opacity: 0;
	-webkit-transform: scale(.8);
	-ms-transform: scale(.8);
	-o-transform: scale(.8);
	transform: scale(.8);
	-webkit-transition: all .5s cubic-bezier(.27,.52,.28,.97);
	-o-transition: all .5s cubic-bezier(.27,.52,.28,.97);
	transition: all .5s cubic-bezier(.27,.52,.28,.97);
	z-index: 1000;
}

.header-nav.opened {
	visibility: visible;
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.header-nav a {
	color: #fff;
	font-size: 35px;
	text-decoration: none;
}

.header-nav a:hover,
.current-menu-item a {
	color: #6f6f6f;
}
.header-nav .sub-menu a {
	font-size: 20px;
}

.header-nav .nav {
	display: inline-block;
	list-style: none;
	text-align: center;
}

.fixed .header-nav .nav {
	margin-left: 0;
}

.header-nav .nav > li {
	margin-top: 10px;
}

.header-nav .nav > li:first-child {
	margin-top: 0;
}

/*
.header-nav .dropdown:hover > a {
 * */
.header-nav .sub:hover > a {
	color: #fff;
}

/*
.header-nav .dropdown-menu {
 * */
.header-nav .sub-menu {
	overflow: hidden;
	-webkit-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

/*
.header-nav .dropdown-menu li {
 * */
.header-nav .sub-menu li {
	list-style: none;
}



#loading-is {
	text-align: center;
	margin: 22px auto 0;
	height: 4px;
	width: 130px;
	position: relative;
	left: -15px;
}

.page #loading-is {
	margin-top: 60px;
	margin-bottom: 30px;
}

#infscr-loading {
	margin: 0 auto;
}

.grid-wrapper .post {
	margin-bottom: 68px;
}

.page-title h2 {
	margin: 0;
	padding-bottom: 54px;
}

.post th {
	background-color: #fcfcfc;
}

.post td,
.post th {
	padding: 15px 15px;
	border: 1px solid #e9e9e9;
}

.post a {
	vertical-align: baseline;
}

.post p img {
	height: auto;
}

.post dt {
	margin-top: 10px;
}

.post ul,
.post ol {
	list-style-position: inside;
}

.post ul li > ul,
.post ol li > ol,
.post ol li > ul,
.post ul li > ol {
	padding-left: 40px;
}

.post .post-content input[type="submit"] {
	display: block;
	margin-top: 10px;
}


.blog.archive .post {
	padding-bottom: 54px;
	border-bottom: 1px solid  #e9e9e9;
	margin-top: 54px;
}

.blog.archive .post:last-child {
	border: none;
}

.blog.archive .post-title h2 {
	margin-top: 0;
}

.blog.archive .post:first-child {
	margin-top: 0;
}

.post.link {
	text-align: center;
	padding: 16px 18px 90px;
}

.post.link a {
	-webkit-transition: all .3s cubic-bezier(.27,.52,.28,.97);
	-o-transition: all .3s cubic-bezier(.27,.52,.28,.97);
	transition: all .3s cubic-bezier(.27,.52,.28,.97);
}

.post.link h2 {
	text-transform: uppercase;
}

.post.link p a:hover {
	color: #000;
}


.scalable-wrapper {
	padding-top: 56.5%;
	margin-bottom: 44px;
}

.post-title {
	margin-bottom: 2px;
}

.post-title a {
	color: #000;
}

.post-title a:hover {
	color: #a3a3a3;
}

.meta li {
	list-style: none;
}

.meta li a {
	vertical-align: baseline;
}

.pagination {
	text-align: center;
}

.pagination h5 {
	text-transform: uppercase;
	font-size: 20px;
}

.featured-image {
	position: relative;
}

a .featured-image:after,
.post-content-in .post-content {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border: 0 solid #000;
	background-color: rgba(0,0,0,.5);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .4s cubic-bezier(.27,.52,.28,.97);
	-o-transition: all .4s cubic-bezier(.27,.52,.28,.97);
	transition: all .4s cubic-bezier(.27,.52,.28,.97);
}

a .featured-image:hover:after,
.post-content-in .post:hover .post-content {
	opacity: 1;
	visibility: visible;
}

.dim a .featured-image:hover:after,
.post-content-in .dim.post:hover .post-content {
	opacity: 0;
	visibility: hidden;
}

a .featured-image:hover:after,
.post-content-in .post:hover .post-content {
	border-width: 4px;
}

.dim a .featured-image:after {
	border: 0;
}

.post-content-in .dim .post-content {
	display: none;
}

.dim.post {
	opacity: .1;
}


.post-content-in .grid-wrapper .post {
	margin-bottom: 30px;
}

.post-content-in .grid-wrapper .post > a {
	display: block;
}

.grid-wrapper .featured-image {
	margin-bottom: 30px;
	display: block;
}

.post-content-in .grid-wrapper .featured-image {
	margin-bottom: 0;
}

.post-content h6 {
	margin: 0;
}

.post-content .read-more {
	text-transform: uppercase;
	font-weight: 500;
	margin-top: 24px;
	display: inline-block;
}

.post-content-in .post-content {
	right: 15px;
	left: 15px;
}

.post-content-in .post-content__box {
	position: absolute;
	bottom: 20px;
	left: 30px;
}

.post-content-in .post-title a,
.post-content-in .meta__categories span,
.post-content-in .meta__categories a {
	color: #fff;
}

.post-content-in .post-title a:hover,
.post-content-in .meta__categories a:hover {
	color: #fff;
}

.post-content-in .post-title {
	width: 90%;
	opacity: 0;
	-webkit-transform: translate3D(-50px,0,0);
	-ms-transform: translate3D(-50px,0,0);
	-o-transform: translate3D(-50px,0,0);
	transform: translate3D(-50px,0,0);
	-webkit-transition: all .4s cubic-bezier(.27,.52,.28,.97);
	-o-transition: all .4s cubic-bezier(.27,.52,.28,.97);
	transition: all .4s cubic-bezier(.27,.52,.28,.97);
}

.post-content-in .post:hover .post-title {
	opacity: 1;
	-webkit-transform: translate3D(0,0,0);
	-ms-transform: translate3D(0,0,0);
	-o-transform: translate3D(0,0,0);
	transform: translate3D(0,0,0);
}

.post-content-in .meta__categories {
	opacity: 0;
	-webkit-transform: translate3D(0,50px,0);
	-ms-transform: translate3D(0,50px,0);
	-o-transform: translate3D(0,50px,0);
	transform: translate3D(0,50px,0);
	-webkit-transition: all .3s cubic-bezier(.27,.52,.28,.97) .2s;
	-o-transition: all .3s cubic-bezier(.27,.52,.28,.97) .2s;
	transition: all .3s cubic-bezier(.27,.52,.28,.97) .2s;
}

.post-content-in .post:hover .meta__categories {
	opacity: 1;
	-webkit-transform: translate3D(0,0,0);
	-ms-transform: translate3D(0,0,0);
	-o-transform: translate3D(0,0,0);
	transform: translate3D(0,0,0);
}

.post-content .gallery,
.portfolio-content .gallery {
	margin-left: -8px !important;
	margin-right: -8px !important;
}

.post-content .gallery .gallery-item,
.portfolio-content .gallery .gallery-item {
	padding-left: 8px;
	padding-right: 8px;
}

.post-content .gallery img,
.portfolio-content .gallery img {
	width: 100%;
	border: none !important;
}

.portfolio-content a {
	vertical-align: baseline;
}

.portfolio-margin {
	margin-bottom: 64px;
}



/*-- $MOZILLA-SPECIFIC --*/

@-moz-document url-prefix() {

	.post-title .featured-banner {
		padding: 5px 10px;
	}

	.btn, input[type="submit"], .tagcloud a {
		padding: 10px 14px;
	}

	.widget #s.newsletter input[type="submit"] {
		padding: 12px 18px;
	}

	.widget select {
		-moz-appearance:window;
		padding-left: 0;
		color: #3f3f3f;
		cursor: pointer;
		background-color: transparent;
		background-image: url(theme-images/select-arrow.png);
		background-repeat: no-repeat;
		background-position: right center;
		background-size: 12px;
	}

}

/*-- $WOLF-FLICKR-WIDGET --*/

body ul.wolf-flickr-list {
	margin: 15px 0 0 -2% !important;
}

body ul.wolf-flickr-list li {
	width: 59px;
	margin: 0 0 2% 2% !important;
}

body ul.wolf-flickr-list li a span {
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

body ul.wolf-flickr-list li a {
	height: 59px;
	width: 59px;
	margin: 0;
	padding: 0;
	border: none;
}

body ul.wolf-flickr-list li a:hover {
	margin: 0;
	padding: 0;
	border: none;
}

body ul.wolf-flickr-list li a:hover:after {
	opacity: 1;
	visibility: visible;
	border-width: 2px;
}

body ul.wolf-flickr-list li a:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border: 0 solid #000;
	background-color: rgba(0,0,0,.5);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .4s cubic-bezier(.27,.52,.28,.97);
	-o-transition: all .4s cubic-bezier(.27,.52,.28,.97);
	transition: all .4s cubic-bezier(.27,.52,.28,.97);
}

/*-- $RESPONSIVE --*/

@media all and (min-width: 1025px) {

/*
    .header-nav .dropdown-menu {
 * */
	.header-nav .sub-menu {
		max-height: 0;
	}

/*
    .dropdown:hover .dropdown-menu {
 * */
	.menu-item-has-children:hover .sub-menu {
		max-height: 250px;
	}

}

@media all and (min-width: 992px) and (max-width: 1199px) {

	.post-content-in .post-content__box {
		font-size: 12px;
	}

	.post-content-in .post-title {
		font-size: 22px;
	}

	#sidebar .facebook-widget {
		height: 360px;
		width: 179px;
	}

	#sidebar .widget_calendar tbody td,
	#sidebar .widget_calendar table th {
		padding: 5px 0;
	}

	#sidebar .flickr_badge_image img {
		width: 60px;
		height: auto;
	}

	#sidebar .widgets-wrapper {
		padding-left: 40px;
		padding-right: 40px;
	}

	.widget_app_newsletter {
		margin-left: -40px;
		margin-right: -40px;
		padding-left: 40px;
		padding-right: 40px;
	}

}

@media all and (max-width: 991px) {

	.blog .row > .col-md-8 .post,
	.contact .row > .col-md-8 .contact-wrapper {
		margin-right: 0;
	}

	.blog .row > .col-md-8.pull-right .post,
	.contact .row > .col-md-8.pull-right .contact-wrapper {
		margin-left: 0;
	}

	.blog .row > .col-md-offset-2 .post,
	.contact .row > .col-md-offset-2 .contact-wrapper {
		margin-left: 0;
		margin-right: 0;
	}

	#sidebar {
		margin-top: 80px;
	}

	.widgets-wrapper {
		padding-top: 83px;
	}

	.widget_calendar table {
		width: auto;
	}

	.widget_calendar tbody td,
	.widget_calendar table th,
	.widget_calendar tfoot td {
		padding: 8px;
	}

}

@media all and (min-width: 768px) {

	.menu-toggle.menu-open:hover .icon-bar {
		-webkit-transform: scale(1.2);
		-ms-transform: scale(1.2);
		-o-transform: scale(1.2);
		transform: scale(1.2);
	}

}

@media all and (max-width: 767px) {

	.header-main .container {
		padding-left: 25px;
		padding-right: 25px;
	}

	.menu-toggle__wrapper {
		left: 10px;
		right: 10px;
	}

	.header-main {
		padding: 25px 0;
	}

	.menu-toggle {
		margin-right: 0;
		right: 90px;
	}

	#sidebar {
		padding-left: 10px;
		padding-right: 10px;
	}

	.widget-area {
		padding-left: 25px;
		padding-right: 25px;
	}

	.col-sm-6 > .pricing-table-one.col-sm-12 {
		padding-left: 0;
		padding-right: 0;
	}

	.paralax-img {
		position: relative;
	}

}

@media all and (max-width: 600px) {

	.portfolio-nav a {
		width: 100%;
	}

	.portfolio-nav .prev {
		margin-right: 0;
		margin-bottom: 10px;
	}

	.portfolio-nav .next {
		margin-left: 0;
	}

	.portfolio-nav .portfolio-info {
		text-align: center;
	}

	#footer {
		padding-top: 40px;
		padding-bottom: 40px;
	}

}

@media all and (max-width: 550px) {

	input[type="text"],
	input[type="email"],
	input[type="password"] {
		width: 100%;
	}

	.col-xs-6.post {
		width: 100%;
	}

	.grid-wrapper .featured-image img {
		width: 100%;
	}

	#footer .facebook-widget {
		height: 359px;
		width: 179px;
	}

	#footer .tk-flickr-wrap {
		width: auto;
	}

	.blog-single .share.block {
		padding: 15px;
	}

	.post table {
		width: 100%;
	}

	.post td,
	.post th {
		padding: 15px 10px;
		text-align: center;
	}

	.error404 article {
		background: none repeat scroll 0 0 #d1dae1;
		margin: 0 auto;
		padding: 36px;
		width: 100%;
	}

}

@media all and (max-width: 400px) {

	.comment .children {
		margin-left: 0;
	}

	.col-xs-6.widget-area {
		width: 100%;
	}

	.widget {
		width: 90%;
		margin: 0 auto;
		padding-bottom: 75px;
	}

	.widget.widget_app_newsletter {
		background-color: #d1dae1;
		margin-bottom: 56px;
		padding: 56px 58px;
		margin-left: -20px;
		margin-right: auto;
		width: calc(100% + 40px);
	}

	.facebook-widget,
	#footer .facebook-widget {
		height: 283px;
		width: 232px;
	}

	.blog-single .post-title .featured-banner {
		margin-bottom: 20px;
	}

	.widgets-wrapper {
		padding: 75px 20px 0;
	}

	.error404 input[type="text"],
	.search-no-results input[type="text"] {
		width: 100%;
	}

	.flickr_badge_image {
		width: 62px;
	}

	.post.quote h2,
	.post.link h2 {
		font-size: 26px;
	}

	.post.quote blockquote p,
	.post.link p {
		font-size: 16px;
		margin-top: 20px;
	}

}

/* Smartphones and tablets (portrait and landscape)  */
@media only screen and (min-device-width : 320px) and (max-device-width : 1024px) {

	body.fixed {
		margin-right: 0;
	}

	.header-nav .sub-menu {
		max-height: inherit;
	}

	.post-content-in .post-content,
	.post-content-in .post-content__box {
		position: static;
		width: auto;
	}

	.post-content-in .post-content {
		visibility: visible;
		opacity: 1;
		background-color: #fff;
	}

	.post-content-in .post-content:hover,
	.post-content-in .post:hover .post-content {
		border: 0;
	}

	.post-content-in .post-title,
	.post-content-in .meta__categories {
		opacity: 1;
		-webkit-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
	}

	.post-content-in .post-title a,
	.post-content-in .meta__categories span,
	.post-content-in .meta__categories a {
		color: #000;
	}

	#filters .border-effect:after {
		display: none;
	}

}

/* ==========================================================================
   Scalable Elements - dedicate padding bottom to .scalable-wrapper in percents (%), which will be the height of scalable element. Precentage will keep aspect ratio with width.
   width(100%) : padding-bottom(50%) = 2:1;
   ========================================================================== */
.scalable-wrapper {
	position: relative;
	height: 0;
}

.scalable-element {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/* ==========================================================================

 VERTICALIZE

 ========================================================================== */


/*VERTICALIZE CONTAINER*/
.verticalize-container {
	text-align: center;
}

.verticalize-container:before {
	content: "";
	display: inline-block;
	height: 100%;
	margin-right: -0.25em; /* Adjusts for spacing */
	vertical-align: middle;
}

/*VERTICALIZE BOX*/
.verticalize {
	display: inline-block;
	text-align: left;
	vertical-align: middle;
}

/*SINGLE POST QUOTE*/
/*SINGLE POST LINK*/
.single-post-link {
	display: block;
	padding: 36px 18px 36px;
	text-align: center;
	border-bottom: 1px solid #e9e9e9;
	border-top: 1px solid #e9e9e9;
	margin-bottom: 20px;
}

.single-post figure.video {
	margin-top: 0;
}

/*CAPTCHA REFRESH IMAGE HOVER*/
.captcha-refresh img{
	cursor:pointer;
}

.refresh-text {
	padding-top: 10px;
}

/*CONTACT MAP*/
.map {
	height: 450px;
	width: 100%;
}

#commentform a {
	vertical-align: top;
}

#contact-success, #contact-error{
	margin-top: 20px;
}

/*DEFAULT MENU LIST*/
.page_item {
	list-style: none;
}




@media only screen and (max-width:480px) and (min-width: 320px) { .menu-toggle { right: 40px;  } }
@media only screen and (max-width:640px) and (min-width: 480px) { .menu-toggle { right: 60px;  } }
@media only screen and (max-width:768px) and (min-width: 640px) { .menu-toggle { right: 80px;  } }

@media only screen and (max-width: 1024px) and (min-width: 768px) {
.menu-toggle { right: 90px; }
}


@media only screen and  (max-width:1024px) and (min-width: 995px) { .menu-toggle { right: 100px;  } }
@media only screen and  (max-width:1280px) and (min-width: 1025px) { .menu-toggle { right: 190px; } }
@media only screen and  (max-width:1366px) and (min-width: 1280px) { .menu-toggle { right: 260px;  } }
@media only screen and  (max-width:1680px) and (min-width: 1366px) { .menu-toggle { right: 290px; } }
@media only screen and  (max-width:1920px) and   (min-width: 1680px) { .menu-toggle { right: 400px; } }
@media only screen and  (min-width: 1920px) { .menu-toggle { right: 500px;  } }

/*****************************************
 * menustyle ends
 */
