@charset "UTF-8";

/**
 * ****************************************************************************
 * CSS SITEMAP
 * ****************************************************************************
 *	01. RESET AND DEPENDENCIES
 *	02. BASE
 *		2.1. CORE
 *		2.2. CODE
 *		2.3. GRID
 *		2.4. TABLES
 *		2.5. FORMS
 *		2.6. UTILITIES
 *		2.7. HINT
 *	03. LAYOUT
 *		3.1. LAYOUT
 *		3.2. TOP BAR
 *		3.3. HEADER
 *		3.4. MENU
 *		3.5. PAGE HEADER
 *		3.6. FOOTER
 *		3.7. PAGINATION
 *	04. WORDPRESS DEFAULT STYLES
 *		4.1. WIDGETS
 *		4.2. BLOG
 *	05. SHORTCODES
 */


/*
 * ============================================================================
 * 01. RESET AND DEPENDENCIES
 * ============================================================================
 */


/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

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

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

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"] {
	-webkit-appearance: button;
	cursor: pointer;
}

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

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	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;
}


/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */

@media print {
	*,
	*:before,
	*:after {
		background: transparent !important;
		color: #000 !important;
		box-shadow: none !important;
		text-shadow: none !important;
	}
	a,
	a:visited {
		text-decoration: underline;
	}
	a[href]:after {
		content: " (" attr(href) ")";
	}
	abbr[title]:after {
		content: " (" attr(title) ")";
	}
	a[href^="#"]:after,
	a[href^="javascript:"]: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;
	}
	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}
	h2,
	h3 {
		page-break-after: avoid;
	}
	.navbar {
		display: none;
	}
	.btn>.caret,
	.dropup>.btn>.caret {
		border-top-color: #000 !important;
	}
	.label {
		border: 1px solid #000;
	}
	.table,
	table {
		border-collapse: collapse !important;
	}
	.table td,
	table td,
	.table th,
	table th {
		background-color: #fff !important;
	}
	.table-bordered th,
	table th,
	.table-bordered td,
	table td {
		border: 1px solid #ddd !important;
	}
}


/*
 * ============================================================================
 * 02. BASE
 * ============================================================================
 */


/**
 * --------------------------------------------------------
 * 2.1. CORE
 * --------------------------------------------------------
 */

* {
	box-sizing: border-box;
}

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

html {
	font-size: 10px;
	-webkit-tap-highlight-color: transparent;
}

body {
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 15px;
	line-height: 1.7;
	color: #637280;
	background-color: #f9f9f9;
}

input,
button,
select,
textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

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

a:hover,
a:focus {
	color: #fcce08;
	text-decoration: underline;
}

a:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

figure {
	margin: 0;
}

img {
	vertical-align: middle;
}

.img-responsive {
	display: block;
	max-width: 100%;
	height: auto;
}

.img-rounded {
	border-radius: 6px;
}

.img-thumbnail {
	padding: 4px;
	line-height: 1.7;
	background-color: #f9f9f9;
	border: 1px solid #ddd;
	border-radius: 4px;
	transition: all 0.2s ease-in-out;
	display: inline-block;
	max-width: 100%;
	height: auto;
}

.img-circle {
	border-radius: 50%;
}

hr {
	margin-top: 25px;
	margin-bottom: 25px;
	border: 0;
	border-top: 1px solid #eeeeee;
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto;
}

[role="button"] {
	cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	font-family: "PT Sans Narrow", sans-serif;
	font-weight: 500;
	line-height: 1.1;
	color: #4d5863;
}

h1 small,
h1 .small,
h2 small,
h2 .small,
h3 small,
h3 .small,
h4 small,
h4 .small,
h5 small,
h5 .small,
h6 small,
h6 .small,
.h1 small,
.h1 .small,
.h2 small,
.h2 .small,
.h3 small,
.h3 .small,
.h4 small,
.h4 .small,
.h5 small,
.h5 .small,
.h6 small,
.h6 .small {
	font-weight: normal;
	line-height: 1;
	color: #777777;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
	margin-top: 25px;
	margin-bottom: 12.5px;
}

h1 small,
h1 .small,
.h1 small,
.h1 .small,
h2 small,
h2 .small,
.h2 small,
.h2 .small,
h3 small,
h3 .small,
.h3 small,
.h3 .small {
	font-size: 65%;
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
	margin-top: 12.5px;
	margin-bottom: 12.5px;
}

h4 small,
h4 .small,
.h4 small,
.h4 .small,
h5 small,
h5 .small,
.h5 small,
.h5 .small,
h6 small,
h6 .small,
.h6 small,
.h6 .small {
	font-size: 75%;
}

h1,
.h1 {
	font-size: 39px;
}

h2,
.h2 {
	font-size: 32px;
}

h3,
.h3 {
	font-size: 26px;
}

h4,
.h4 {
	font-size: 22px;
}

h5,
.h5 {
	font-size: 18px;
}

h6,
.h6 {
	font-size: 17px;
}

p {
	margin: 0 0 12.5px;
}

.lead {
	margin-bottom: 25px;
	font-size: 17px;
	font-weight: 300;
	line-height: 1.4;
}

@media (min-width: 768px) {
	.lead {
		font-size: 22.5px;
	}
}

small,
.small {
	font-size: 86%;
}

mark,
.mark {
	background-color: #fcf8e3;
	padding: .2em;
}

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

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

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

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

.text-nowrap {
	white-space: nowrap;
}

.text-lowercase {
	text-transform: lowercase;
}

.text-uppercase,
.initialism {
	text-transform: uppercase;
}

.text-capitalize {
	text-transform: capitalize;
}

.text-muted {
	color: #777777;
}

.text-primary {
	color: #337ab7;
}

a.text-primary:hover,
a.text-primary:focus {
	color: #286090;
}

.text-success {
	color: #3c763d;
}

a.text-success:hover,
a.text-success:focus {
	color: #2b542c;
}

.text-info {
	color: #31708f;
}

a.text-info:hover,
a.text-info:focus {
	color: #245269;
}

.text-warning {
	color: #8a6d3b;
}

a.text-warning:hover,
a.text-warning:focus {
	color: #66512c;
}

.text-danger {
	color: #a94442;
}

a.text-danger:hover,
a.text-danger:focus {
	color: #843534;
}

.bg-primary {
	color: #fff;
}

.bg-primary {
	background-color: #337ab7;
}

a.bg-primary:hover,
a.bg-primary:focus {
	background-color: #286090;
}

.bg-success {
	background-color: #dff0d8;
}

a.bg-success:hover,
a.bg-success:focus {
	background-color: #c1e2b3;
}

.bg-info {
	background-color: #d9edf7;
}

a.bg-info:hover,
a.bg-info:focus {
	background-color: #afd9ee;
}

.bg-warning {
	background-color: #fcf8e3;
}

a.bg-warning:hover,
a.bg-warning:focus {
	background-color: #f7ecb5;
}

.bg-danger {
	background-color: #f2dede;
}

a.bg-danger:hover,
a.bg-danger:focus {
	background-color: #e4b9b9;
}

.page-header {
	padding-bottom: 11.5px;
	margin: 50px 0 25px;
	border-bottom: 1px solid #eeeeee;
}

ul,
ol {
	margin-top: 0;
	margin-bottom: 12.5px;
}

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

.list-unstyled {
	padding-left: 0;
	list-style: none;
}

.list-inline {
	padding-left: 0;
	list-style: none;
	margin-left: -5px;
}

.list-inline>li {
	display: inline-block;
	padding-left: 5px;
	padding-right: 5px;
}

dl {
	margin-top: 0;
	margin-bottom: 25px;
}

dt,
dd {
	line-height: 1.7;
}

dt {
	font-weight: bold;
}

dd {
	margin-left: 0;
}

.dl-horizontal dd:before,
.dl-horizontal dd:after {
	content: " ";
	display: table;
}

.dl-horizontal dd:after {
	clear: both;
}

@media (min-width: 768px) {
	.dl-horizontal dt {
		float: left;
		width: 160px;
		clear: left;
		text-align: right;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	.dl-horizontal dd {
		margin-left: 180px;
	}
}

abbr[title],
abbr[data-original-title] {
	cursor: help;
	border-bottom: 1px dotted #777777;
}

.initialism {
	font-size: 90%;
}

blockquote {
	padding: 12.5px 25px;
	margin: 0 0 25px;
	font-size: 18.75px;
	border-left: 5px solid #eeeeee;
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
	margin-bottom: 0;
}

blockquote footer,
blockquote small,
blockquote .small {
	display: block;
	font-size: 80%;
	line-height: 1.7;
	color: #777777;
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
	content: '\2014 \00A0';
}

.blockquote-reverse,
blockquote.pull-right {
	padding-right: 15px;
	padding-left: 0;
	border-right: 5px solid #eeeeee;
	border-left: 0;
	text-align: right;
}

.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
	content: '';
}

.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
	content: '\00A0 \2014';
}

address {
	margin-bottom: 25px;
	font-style: normal;
	line-height: 1.7;
}

body {
	overflow-x: hidden;
}

a {
	transition: all 0.2s ease-in-out;
}

a:hover,
a:active,
a:focus {
	text-decoration: none;
	color: #fcce08;
	outline: none;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}

ul,
ol {
	padding-left: 20px;
}

ul li,
ol li {
	margin-bottom: 10px;
	position: relative;
}

ul ul,
ul ol,
ol ul,
ol ol {
	margin-top: 10px;
}

blockquote {
	font-style: italic;
	padding: 0 15px;
	position: relative;
	border-left: none;
	margin: 40px 35px;
}

blockquote:before {
	display: inline-block;
	font-family: FontAwesome;
	font-size: 14px;
	line-height: 1;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 30px;
	line-height: 40px;
	content: "\f10d";
	color: #ebebeb;
	position: absolute;
	top: 0;
	left: -35px;
}

h4,
.h4 {
	font-size: 22px;
}

h5,
.h5 {
	font-size: 18px;
}

h6,
.h6 {
	font-size: 17px;
}


/**
 * --------------------------------------------------------
 * 2.2. CODE
 * --------------------------------------------------------
 */

code,
kbd,
pre,
samp {
	font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
	padding: 2px 4px;
	font-size: 90%;
	color: #c7254e;
	background-color: #f9f2f4;
	border-radius: 4px;
}

kbd {
	padding: 2px 4px;
	font-size: 90%;
	color: #fff;
	background-color: #333;
	border-radius: 3px;
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

kbd kbd {
	padding: 0;
	font-size: 100%;
	font-weight: bold;
	box-shadow: none;
}

pre {
	display: block;
	padding: 12px;
	margin: 0 0 12.5px;
	font-size: 14px;
	line-height: 1.7;
	word-break: break-all;
	word-wrap: break-word;
	color: #333333;
	background-color: #f5f5f5;
	border: 1px solid #ccc;
	border-radius: 4px;
}

pre code {
	padding: 0;
	font-size: inherit;
	color: inherit;
	white-space: pre-wrap;
	background-color: transparent;
	border-radius: 0;
}

.pre-scrollable {
	max-height: 340px;
	overflow-y: scroll;
}


/**
 * --------------------------------------------------------
 * 2.3. GRID
 * --------------------------------------------------------
 */

.container {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
}

.container:before,
.container:after {
	content: " ";
	display: table;
}

.container:after {
	clear: both;
}

@media (min-width: 768px) {
	.container {
		width: 750px;
	}
}

@media (min-width: 992px) {
	.container {
		width: 970px;
	}
}

@media (min-width: 1200px) {
	.container {
		width: 1170px;
	}
}

.container-fluid {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
}

.container-fluid:before,
.container-fluid:after {
	content: " ";
	display: table;
}

.container-fluid:after {
	clear: both;
}

.row {
	margin-left: -15px;
	margin-right: -15px;
}

.row:before,
.row:after {
	content: " ";
	display: table;
}

.row:after {
	clear: both;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
	float: left;
}

.col-xs-1 {
	width: 8.33333%;
}

.col-xs-2 {
	width: 16.66667%;
}

.col-xs-3 {
	width: 25%;
}

.col-xs-4 {
	width: 33.33333%;
}

.col-xs-5 {
	width: 41.66667%;
}

.col-xs-6 {
	width: 50%;
}

.col-xs-7 {
	width: 58.33333%;
}

.col-xs-8 {
	width: 66.66667%;
}

.col-xs-9 {
	width: 75%;
}

.col-xs-10 {
	width: 83.33333%;
}

.col-xs-11 {
	width: 91.66667%;
}

.col-xs-12 {
	width: 100%;
}

.col-xs-pull-0 {
	right: auto;
}

.col-xs-pull-1 {
	right: 8.33333%;
}

.col-xs-pull-2 {
	right: 16.66667%;
}

.col-xs-pull-3 {
	right: 25%;
}

.col-xs-pull-4 {
	right: 33.33333%;
}

.col-xs-pull-5 {
	right: 41.66667%;
}

.col-xs-pull-6 {
	right: 50%;
}

.col-xs-pull-7 {
	right: 58.33333%;
}

.col-xs-pull-8 {
	right: 66.66667%;
}

.col-xs-pull-9 {
	right: 75%;
}

.col-xs-pull-10 {
	right: 83.33333%;
}

.col-xs-pull-11 {
	right: 91.66667%;
}

.col-xs-pull-12 {
	right: 100%;
}

.col-xs-push-0 {
	left: auto;
}

.col-xs-push-1 {
	left: 8.33333%;
}

.col-xs-push-2 {
	left: 16.66667%;
}

.col-xs-push-3 {
	left: 25%;
}

.col-xs-push-4 {
	left: 33.33333%;
}

.col-xs-push-5 {
	left: 41.66667%;
}

.col-xs-push-6 {
	left: 50%;
}

.col-xs-push-7 {
	left: 58.33333%;
}

.col-xs-push-8 {
	left: 66.66667%;
}

.col-xs-push-9 {
	left: 75%;
}

.col-xs-push-10 {
	left: 83.33333%;
}

.col-xs-push-11 {
	left: 91.66667%;
}

.col-xs-push-12 {
	left: 100%;
}

.col-xs-offset-0 {
	margin-left: 0%;
}

.col-xs-offset-1 {
	margin-left: 8.33333%;
}

.col-xs-offset-2 {
	margin-left: 16.66667%;
}

.col-xs-offset-3 {
	margin-left: 25%;
}

.col-xs-offset-4 {
	margin-left: 33.33333%;
}

.col-xs-offset-5 {
	margin-left: 41.66667%;
}

.col-xs-offset-6 {
	margin-left: 50%;
}

.col-xs-offset-7 {
	margin-left: 58.33333%;
}

.col-xs-offset-8 {
	margin-left: 66.66667%;
}

.col-xs-offset-9 {
	margin-left: 75%;
}

.col-xs-offset-10 {
	margin-left: 83.33333%;
}

.col-xs-offset-11 {
	margin-left: 91.66667%;
}

.col-xs-offset-12 {
	margin-left: 100%;
}

@media (min-width: 768px) {
	.col-sm-1,
	.col-sm-2,
	.col-sm-3,
	.col-sm-4,
	.col-sm-5,
	.col-sm-6,
	.col-sm-7,
	.col-sm-8,
	.col-sm-9,
	.col-sm-10,
	.col-sm-11,
	.col-sm-12 {
		float: left;
	}
	.col-sm-1 {
		width: 8.33333%;
	}
	.col-sm-2 {
		width: 16.66667%;
	}
	.col-sm-3 {
		width: 25%;
	}
	.col-sm-4 {
		width: 33.33333%;
	}
	.col-sm-5 {
		width: 41.66667%;
	}
	.col-sm-6 {
		width: 50%;
	}
	.col-sm-7 {
		width: 58.33333%;
	}
	.col-sm-8 {
		width: 66.66667%;
	}
	.col-sm-9 {
		width: 75%;
	}
	.col-sm-10 {
		width: 83.33333%;
	}
	.col-sm-11 {
		width: 91.66667%;
	}
	.col-sm-12 {
		width: 100%;
	}
	.col-sm-pull-0 {
		right: auto;
	}
	.col-sm-pull-1 {
		right: 8.33333%;
	}
	.col-sm-pull-2 {
		right: 16.66667%;
	}
	.col-sm-pull-3 {
		right: 25%;
	}
	.col-sm-pull-4 {
		right: 33.33333%;
	}
	.col-sm-pull-5 {
		right: 41.66667%;
	}
	.col-sm-pull-6 {
		right: 50%;
	}
	.col-sm-pull-7 {
		right: 58.33333%;
	}
	.col-sm-pull-8 {
		right: 66.66667%;
	}
	.col-sm-pull-9 {
		right: 75%;
	}
	.col-sm-pull-10 {
		right: 83.33333%;
	}
	.col-sm-pull-11 {
		right: 91.66667%;
	}
	.col-sm-pull-12 {
		right: 100%;
	}
	.col-sm-push-0 {
		left: auto;
	}
	.col-sm-push-1 {
		left: 8.33333%;
	}
	.col-sm-push-2 {
		left: 16.66667%;
	}
	.col-sm-push-3 {
		left: 25%;
	}
	.col-sm-push-4 {
		left: 33.33333%;
	}
	.col-sm-push-5 {
		left: 41.66667%;
	}
	.col-sm-push-6 {
		left: 50%;
	}
	.col-sm-push-7 {
		left: 58.33333%;
	}
	.col-sm-push-8 {
		left: 66.66667%;
	}
	.col-sm-push-9 {
		left: 75%;
	}
	.col-sm-push-10 {
		left: 83.33333%;
	}
	.col-sm-push-11 {
		left: 91.66667%;
	}
	.col-sm-push-12 {
		left: 100%;
	}
	.col-sm-offset-0 {
		margin-left: 0%;
	}
	.col-sm-offset-1 {
		margin-left: 8.33333%;
	}
	.col-sm-offset-2 {
		margin-left: 16.66667%;
	}
	.col-sm-offset-3 {
		margin-left: 25%;
	}
	.col-sm-offset-4 {
		margin-left: 33.33333%;
	}
	.col-sm-offset-5 {
		margin-left: 41.66667%;
	}
	.col-sm-offset-6 {
		margin-left: 50%;
	}
	.col-sm-offset-7 {
		margin-left: 58.33333%;
	}
	.col-sm-offset-8 {
		margin-left: 66.66667%;
	}
	.col-sm-offset-9 {
		margin-left: 75%;
	}
	.col-sm-offset-10 {
		margin-left: 83.33333%;
	}
	.col-sm-offset-11 {
		margin-left: 91.66667%;
	}
	.col-sm-offset-12 {
		margin-left: 100%;
	}
}

@media (min-width: 992px) {
	.col-md-1,
	.col-md-2,
	.col-md-3,
	.col-md-4,
	.col-md-5,
	.col-md-6,
	.col-md-7,
	.col-md-8,
	.col-md-9,
	.col-md-10,
	.col-md-11,
	.col-md-12 {
		float: left;
	}
	.col-md-1 {
		width: 8.33333%;
	}
	.col-md-2 {
		width: 16.66667%;
	}
	.col-md-3 {
		width: 25%;
	}
	.col-md-4 {
		width: 33.33333%;
	}
	.col-md-5 {
		width: 41.66667%;
	}
	.col-md-6 {
		width: 50%;
	}
	.col-md-7 {
		width: 58.33333%;
	}
	.col-md-8 {
		width: 66.66667%;
	}
	.col-md-9 {
		width: 75%;
	}
	.col-md-10 {
		width: 83.33333%;
	}
	.col-md-11 {
		width: 91.66667%;
	}
	.col-md-12 {
		width: 100%;
	}
	.col-md-pull-0 {
		right: auto;
	}
	.col-md-pull-1 {
		right: 8.33333%;
	}
	.col-md-pull-2 {
		right: 16.66667%;
	}
	.col-md-pull-3 {
		right: 25%;
	}
	.col-md-pull-4 {
		right: 33.33333%;
	}
	.col-md-pull-5 {
		right: 41.66667%;
	}
	.col-md-pull-6 {
		right: 50%;
	}
	.col-md-pull-7 {
		right: 58.33333%;
	}
	.col-md-pull-8 {
		right: 66.66667%;
	}
	.col-md-pull-9 {
		right: 75%;
	}
	.col-md-pull-10 {
		right: 83.33333%;
	}
	.col-md-pull-11 {
		right: 91.66667%;
	}
	.col-md-pull-12 {
		right: 100%;
	}
	.col-md-push-0 {
		left: auto;
	}
	.col-md-push-1 {
		left: 8.33333%;
	}
	.col-md-push-2 {
		left: 16.66667%;
	}
	.col-md-push-3 {
		left: 25%;
	}
	.col-md-push-4 {
		left: 33.33333%;
	}
	.col-md-push-5 {
		left: 41.66667%;
	}
	.col-md-push-6 {
		left: 50%;
	}
	.col-md-push-7 {
		left: 58.33333%;
	}
	.col-md-push-8 {
		left: 66.66667%;
	}
	.col-md-push-9 {
		left: 75%;
	}
	.col-md-push-10 {
		left: 83.33333%;
	}
	.col-md-push-11 {
		left: 91.66667%;
	}
	.col-md-push-12 {
		left: 100%;
	}
	.col-md-offset-0 {
		margin-left: 0%;
	}
	.col-md-offset-1 {
		margin-left: 8.33333%;
	}
	.col-md-offset-2 {
		margin-left: 16.66667%;
	}
	.col-md-offset-3 {
		margin-left: 25%;
	}
	.col-md-offset-4 {
		margin-left: 33.33333%;
	}
	.col-md-offset-5 {
		margin-left: 41.66667%;
	}
	.col-md-offset-6 {
		margin-left: 50%;
	}
	.col-md-offset-7 {
		margin-left: 58.33333%;
	}
	.col-md-offset-8 {
		margin-left: 66.66667%;
	}
	.col-md-offset-9 {
		margin-left: 75%;
	}
	.col-md-offset-10 {
		margin-left: 83.33333%;
	}
	.col-md-offset-11 {
		margin-left: 91.66667%;
	}
	.col-md-offset-12 {
		margin-left: 100%;
	}
}

@media (min-width: 1200px) {
	.col-lg-1,
	.col-lg-2,
	.col-lg-3,
	.col-lg-4,
	.col-lg-5,
	.col-lg-6,
	.col-lg-7,
	.col-lg-8,
	.col-lg-9,
	.col-lg-10,
	.col-lg-11,
	.col-lg-12 {
		float: left;
	}
	.col-lg-1 {
		width: 8.33333%;
	}
	.col-lg-2 {
		width: 16.66667%;
	}
	.col-lg-3 {
		width: 25%;
	}
	.col-lg-4 {
		width: 33.33333%;
	}
	.col-lg-5 {
		width: 41.66667%;
	}
	.col-lg-6 {
		width: 50%;
	}
	.col-lg-7 {
		width: 58.33333%;
	}
	.col-lg-8 {
		width: 66.66667%;
	}
	.col-lg-9 {
		width: 75%;
	}
	.col-lg-10 {
		width: 83.33333%;
	}
	.col-lg-11 {
		width: 91.66667%;
	}
	.col-lg-12 {
		width: 100%;
	}
	.col-lg-pull-0 {
		right: auto;
	}
	.col-lg-pull-1 {
		right: 8.33333%;
	}
	.col-lg-pull-2 {
		right: 16.66667%;
	}
	.col-lg-pull-3 {
		right: 25%;
	}
	.col-lg-pull-4 {
		right: 33.33333%;
	}
	.col-lg-pull-5 {
		right: 41.66667%;
	}
	.col-lg-pull-6 {
		right: 50%;
	}
	.col-lg-pull-7 {
		right: 58.33333%;
	}
	.col-lg-pull-8 {
		right: 66.66667%;
	}
	.col-lg-pull-9 {
		right: 75%;
	}
	.col-lg-pull-10 {
		right: 83.33333%;
	}
	.col-lg-pull-11 {
		right: 91.66667%;
	}
	.col-lg-pull-12 {
		right: 100%;
	}
	.col-lg-push-0 {
		left: auto;
	}
	.col-lg-push-1 {
		left: 8.33333%;
	}
	.col-lg-push-2 {
		left: 16.66667%;
	}
	.col-lg-push-3 {
		left: 25%;
	}
	.col-lg-push-4 {
		left: 33.33333%;
	}
	.col-lg-push-5 {
		left: 41.66667%;
	}
	.col-lg-push-6 {
		left: 50%;
	}
	.col-lg-push-7 {
		left: 58.33333%;
	}
	.col-lg-push-8 {
		left: 66.66667%;
	}
	.col-lg-push-9 {
		left: 75%;
	}
	.col-lg-push-10 {
		left: 83.33333%;
	}
	.col-lg-push-11 {
		left: 91.66667%;
	}
	.col-lg-push-12 {
		left: 100%;
	}
	.col-lg-offset-0 {
		margin-left: 0%;
	}
	.col-lg-offset-1 {
		margin-left: 8.33333%;
	}
	.col-lg-offset-2 {
		margin-left: 16.66667%;
	}
	.col-lg-offset-3 {
		margin-left: 25%;
	}
	.col-lg-offset-4 {
		margin-left: 33.33333%;
	}
	.col-lg-offset-5 {
		margin-left: 41.66667%;
	}
	.col-lg-offset-6 {
		margin-left: 50%;
	}
	.col-lg-offset-7 {
		margin-left: 58.33333%;
	}
	.col-lg-offset-8 {
		margin-left: 66.66667%;
	}
	.col-lg-offset-9 {
		margin-left: 75%;
	}
	.col-lg-offset-10 {
		margin-left: 83.33333%;
	}
	.col-lg-offset-11 {
		margin-left: 91.66667%;
	}
	.col-lg-offset-12 {
		margin-left: 100%;
	}
}


/**
 * --------------------------------------------------------
 * 2.4. TABLES
 * --------------------------------------------------------
 */

table {
	background-color: transparent;
}

caption {
	padding-top: 8px;
	padding-bottom: 8px;
	color: #777777;
	text-align: left;
}

th {
	text-align: left;
}

.table,
table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 25px;
}

.table>thead>tr>th,
table>thead>tr>th,
.table>thead>tr>td,
table>thead>tr>td,
.table>tbody>tr>th,
table>tbody>tr>th,
.table>tbody>tr>td,
table>tbody>tr>td,
.table>tfoot>tr>th,
table>tfoot>tr>th,
.table>tfoot>tr>td,
table>tfoot>tr>td {
	padding: 8px;
	line-height: 1.7;
	vertical-align: top;
	border-top: 1px solid #ddd;
}

.table>thead>tr>th,
table>thead>tr>th {
	vertical-align: bottom;
	border-bottom: 2px solid #ddd;
}

.table>caption+thead>tr:first-child>th,
table>caption+thead>tr:first-child>th,
.table>caption+thead>tr:first-child>td,
table>caption+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>th,
table>colgroup+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>td,
table>colgroup+thead>tr:first-child>td,
.table>thead:first-child>tr:first-child>th,
table>thead:first-child>tr:first-child>th,
.table>thead:first-child>tr:first-child>td,
table>thead:first-child>tr:first-child>td {
	border-top: 0;
}

.table>tbody+tbody,
table>tbody+tbody {
	border-top: 2px solid #ddd;
}

.table .table,
table .table,
.table table,
table table {
	background-color: #f9f9f9;
}

.table-condensed>thead>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>tbody>tr>th,
.table-condensed>tbody>tr>td,
.table-condensed>tfoot>tr>th,
.table-condensed>tfoot>tr>td {
	padding: 5px;
}

.table-bordered,
table {
	border: 1px solid #ddd;
}

.table-bordered>thead>tr>th,
table>thead>tr>th,
.table-bordered>thead>tr>td,
table>thead>tr>td,
.table-bordered>tbody>tr>th,
table>tbody>tr>th,
.table-bordered>tbody>tr>td,
table>tbody>tr>td,
.table-bordered>tfoot>tr>th,
table>tfoot>tr>th,
.table-bordered>tfoot>tr>td,
table>tfoot>tr>td {
	border: 1px solid #ddd;
}

.table-bordered>thead>tr>th,
table>thead>tr>th,
.table-bordered>thead>tr>td,
table>thead>tr>td {
	border-bottom-width: 2px;
}

.table-striped>tbody>tr:nth-of-type(odd) {
	background-color: #f9f9f9;
}

.table-hover>tbody>tr:hover {
	background-color: #f5f5f5;
}

table col[class*="col-"] {
	position: static;
	float: none;
	display: table-column;
}

table td[class*="col-"],
table th[class*="col-"] {
	position: static;
	float: none;
	display: table-cell;
}

.table>thead>tr>td.active,
table>thead>tr>td.active,
.table>thead>tr>th.active,
table>thead>tr>th.active,
.table>thead>tr.active>td,
table>thead>tr.active>td,
.table>thead>tr.active>th,
table>thead>tr.active>th,
.table>tbody>tr>td.active,
table>tbody>tr>td.active,
.table>tbody>tr>th.active,
table>tbody>tr>th.active,
.table>tbody>tr.active>td,
table>tbody>tr.active>td,
.table>tbody>tr.active>th,
table>tbody>tr.active>th,
.table>tfoot>tr>td.active,
table>tfoot>tr>td.active,
.table>tfoot>tr>th.active,
table>tfoot>tr>th.active,
.table>tfoot>tr.active>td,
table>tfoot>tr.active>td,
.table>tfoot>tr.active>th,
table>tfoot>tr.active>th {
	background-color: #f5f5f5;
}

.table-hover>tbody>tr>td.active:hover,
.table-hover>tbody>tr>th.active:hover,
.table-hover>tbody>tr.active:hover>td,
.table-hover>tbody>tr:hover>.active,
.table-hover>tbody>tr.active:hover>th {
	background-color: #e8e8e8;
}

.table>thead>tr>td.success,
table>thead>tr>td.success,
.table>thead>tr>th.success,
table>thead>tr>th.success,
.table>thead>tr.success>td,
table>thead>tr.success>td,
.table>thead>tr.success>th,
table>thead>tr.success>th,
.table>tbody>tr>td.success,
table>tbody>tr>td.success,
.table>tbody>tr>th.success,
table>tbody>tr>th.success,
.table>tbody>tr.success>td,
table>tbody>tr.success>td,
.table>tbody>tr.success>th,
table>tbody>tr.success>th,
.table>tfoot>tr>td.success,
table>tfoot>tr>td.success,
.table>tfoot>tr>th.success,
table>tfoot>tr>th.success,
.table>tfoot>tr.success>td,
table>tfoot>tr.success>td,
.table>tfoot>tr.success>th,
table>tfoot>tr.success>th {
	background-color: #dff0d8;
}

.table-hover>tbody>tr>td.success:hover,
.table-hover>tbody>tr>th.success:hover,
.table-hover>tbody>tr.success:hover>td,
.table-hover>tbody>tr:hover>.success,
.table-hover>tbody>tr.success:hover>th {
	background-color: #d0e9c6;
}

.table>thead>tr>td.info,
table>thead>tr>td.info,
.table>thead>tr>th.info,
table>thead>tr>th.info,
.table>thead>tr.info>td,
table>thead>tr.info>td,
.table>thead>tr.info>th,
table>thead>tr.info>th,
.table>tbody>tr>td.info,
table>tbody>tr>td.info,
.table>tbody>tr>th.info,
table>tbody>tr>th.info,
.table>tbody>tr.info>td,
table>tbody>tr.info>td,
.table>tbody>tr.info>th,
table>tbody>tr.info>th,
.table>tfoot>tr>td.info,
table>tfoot>tr>td.info,
.table>tfoot>tr>th.info,
table>tfoot>tr>th.info,
.table>tfoot>tr.info>td,
table>tfoot>tr.info>td,
.table>tfoot>tr.info>th,
table>tfoot>tr.info>th {
	background-color: #d9edf7;
}

.table-hover>tbody>tr>td.info:hover,
.table-hover>tbody>tr>th.info:hover,
.table-hover>tbody>tr.info:hover>td,
.table-hover>tbody>tr:hover>.info,
.table-hover>tbody>tr.info:hover>th {
	background-color: #c4e3f3;
}

.table>thead>tr>td.warning,
table>thead>tr>td.warning,
.table>thead>tr>th.warning,
table>thead>tr>th.warning,
.table>thead>tr.warning>td,
table>thead>tr.warning>td,
.table>thead>tr.warning>th,
table>thead>tr.warning>th,
.table>tbody>tr>td.warning,
table>tbody>tr>td.warning,
.table>tbody>tr>th.warning,
table>tbody>tr>th.warning,
.table>tbody>tr.warning>td,
table>tbody>tr.warning>td,
.table>tbody>tr.warning>th,
table>tbody>tr.warning>th,
.table>tfoot>tr>td.warning,
table>tfoot>tr>td.warning,
.table>tfoot>tr>th.warning,
table>tfoot>tr>th.warning,
.table>tfoot>tr.warning>td,
table>tfoot>tr.warning>td,
.table>tfoot>tr.warning>th,
table>tfoot>tr.warning>th {
	background-color: #fcf8e3;
}

.table-hover>tbody>tr>td.warning:hover,
.table-hover>tbody>tr>th.warning:hover,
.table-hover>tbody>tr.warning:hover>td,
.table-hover>tbody>tr:hover>.warning,
.table-hover>tbody>tr.warning:hover>th {
	background-color: #faf2cc;
}

.table>thead>tr>td.danger,
table>thead>tr>td.danger,
.table>thead>tr>th.danger,
table>thead>tr>th.danger,
.table>thead>tr.danger>td,
table>thead>tr.danger>td,
.table>thead>tr.danger>th,
table>thead>tr.danger>th,
.table>tbody>tr>td.danger,
table>tbody>tr>td.danger,
.table>tbody>tr>th.danger,
table>tbody>tr>th.danger,
.table>tbody>tr.danger>td,
table>tbody>tr.danger>td,
.table>tbody>tr.danger>th,
table>tbody>tr.danger>th,
.table>tfoot>tr>td.danger,
table>tfoot>tr>td.danger,
.table>tfoot>tr>th.danger,
table>tfoot>tr>th.danger,
.table>tfoot>tr.danger>td,
table>tfoot>tr.danger>td,
.table>tfoot>tr.danger>th,
table>tfoot>tr.danger>th {
	background-color: #f2dede;
}

.table-hover>tbody>tr>td.danger:hover,
.table-hover>tbody>tr>th.danger:hover,
.table-hover>tbody>tr.danger:hover>td,
.table-hover>tbody>tr:hover>.danger,
.table-hover>tbody>tr.danger:hover>th {
	background-color: #ebcccc;
}

.table-responsive {
	overflow-x: auto;
	min-height: 0.01%;
}

@media screen and (max-width: 767px) {
	.table-responsive {
		width: 100%;
		margin-bottom: 18.75px;
		overflow-y: hidden;
		-ms-overflow-style: -ms-autohiding-scrollbar;
		border: 1px solid #ddd;
	}
	.table-responsive>.table,
	.table-responsive>table {
		margin-bottom: 0;
	}
	.table-responsive>.table>thead>tr>th,
	.table-responsive>table>thead>tr>th,
	.table-responsive>.table>thead>tr>td,
	.table-responsive>table>thead>tr>td,
	.table-responsive>.table>tbody>tr>th,
	.table-responsive>table>tbody>tr>th,
	.table-responsive>.table>tbody>tr>td,
	.table-responsive>table>tbody>tr>td,
	.table-responsive>.table>tfoot>tr>th,
	.table-responsive>table>tfoot>tr>th,
	.table-responsive>.table>tfoot>tr>td,
	.table-responsive>table>tfoot>tr>td {
		white-space: nowrap;
	}
	.table-responsive>.table-bordered,
	.table-responsive>table {
		border: 0;
	}
	.table-responsive>.table-bordered>thead>tr>th:first-child,
	.table-responsive>table>thead>tr>th:first-child,
	.table-responsive>.table-bordered>thead>tr>td:first-child,
	.table-responsive>table>thead>tr>td:first-child,
	.table-responsive>.table-bordered>tbody>tr>th:first-child,
	.table-responsive>table>tbody>tr>th:first-child,
	.table-responsive>.table-bordered>tbody>tr>td:first-child,
	.table-responsive>table>tbody>tr>td:first-child,
	.table-responsive>.table-bordered>tfoot>tr>th:first-child,
	.table-responsive>table>tfoot>tr>th:first-child,
	.table-responsive>.table-bordered>tfoot>tr>td:first-child,
	.table-responsive>table>tfoot>tr>td:first-child {
		border-left: 0;
	}
	.table-responsive>.table-bordered>thead>tr>th:last-child,
	.table-responsive>table>thead>tr>th:last-child,
	.table-responsive>.table-bordered>thead>tr>td:last-child,
	.table-responsive>table>thead>tr>td:last-child,
	.table-responsive>.table-bordered>tbody>tr>th:last-child,
	.table-responsive>table>tbody>tr>th:last-child,
	.table-responsive>.table-bordered>tbody>tr>td:last-child,
	.table-responsive>table>tbody>tr>td:last-child,
	.table-responsive>.table-bordered>tfoot>tr>th:last-child,
	.table-responsive>table>tfoot>tr>th:last-child,
	.table-responsive>.table-bordered>tfoot>tr>td:last-child,
	.table-responsive>table>tfoot>tr>td:last-child {
		border-right: 0;
	}
	.table-responsive>.table-bordered>tbody>tr:last-child>th,
	.table-responsive>table>tbody>tr:last-child>th,
	.table-responsive>.table-bordered>tbody>tr:last-child>td,
	.table-responsive>table>tbody>tr:last-child>td,
	.table-responsive>.table-bordered>tfoot>tr:last-child>th,
	.table-responsive>table>tfoot>tr:last-child>th,
	.table-responsive>.table-bordered>tfoot>tr:last-child>td,
	.table-responsive>table>tfoot>tr:last-child>td {
		border-bottom: 0;
	}
}


/**
 * --------------------------------------------------------
 * 2.5. FORMS
 * --------------------------------------------------------
 */

fieldset {
	padding: 0;
	margin: 0;
	border: 0;
	min-width: 0;
}

legend {
	display: block;
	width: 100%;
	padding: 0;
	margin-bottom: 25px;
	font-size: 22.5px;
	line-height: inherit;
	color: #333333;
	border: 0;
	border-bottom: 1px solid #e5e5e5;
}

label {
	display: inline-block;
	margin-bottom: 5px;
	font-weight: 400;
}

input[type="file"] {
	display: block;
}

input[type="range"] {
	display: block;
	width: 100%;
}

select[multiple],
select[size] {
	height: auto;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

output {
	display: block;
	padding-top: 7px;
	font-size: 15px;
	line-height: 1.7;
	color: #555555;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
	display: inline-block;
	width: 100%;
	height: 40px;
	padding: 6px 16px;
	font-size: 15px;
	line-height: 1.7;
	color: #555555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #eeeeee;
	border-radius: 4px;
	transition: border-color ease-in-out 0.15s;
}

select:hover,
textarea:hover,
input[type="text"]:hover,
input[type="password"]:hover,
input[type="datetime"]:hover,
input[type="datetime-local"]:hover,
input[type="date"]:hover,
input[type="month"]:hover,
input[type="time"]:hover,
input[type="week"]:hover,
input[type="number"]:hover,
input[type="email"]:hover,
input[type="url"]:hover,
input[type="search"]:hover,
input[type="tel"]:hover,
input[type="color"]:hover {
	border-color: #e6e6e6;
}

select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus {
	outline: 0;
	border-color: #fcce08;
}

textarea {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: none;
	box-sizing: border-box;
}

input[type="date"] {
	line-height: 40px;
}

.input-rounded {
	border-radius: 20px;
}

.required {
	color: #ee6460;
}

.post-password-form input[type="submit"] {
	border-radius: 0;
	padding: 0 30px;
}


/*fullscreen-search-holder*/

@keyframes search_fade_out {
	0% {
		opacity: 1;
		visibility: visible;
	}
	100% {
		opacity: 0;
		visibility: hidden;
	}
}

@keyframes search_fade_in {
	0% {
		opacity: 0;
		visibility: hidden;
	}
	100% {
		opacity: 1;
		visibility: visible;
	}
}

.amy-fullscreen-search-holder {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	visibility: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	opacity: 0;
	z-index: 9999;
	box-sizing: border-box;
}

.amy-fullscreen-search-holder.amy-animate {
	animation: search_fade_in .25s linear both;
}

.amy-fullscreen-search-holder.amy-animate .amy-fullscreen-search-close {
	opacity: 1;
	visibility: visible;
}

.amy-fullscreen-search-holder .amy-fullscreen-search-close-container {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}

.amy-fullscreen-search-holder .amy-fullscreen-search-close-container .amy-search-close-holder {
	float: right;
	margin-right: 45px;
}

.amy-fullscreen-search-holder .amy-fullscreen-search-close-container a {
	opacity: 0;
	visibility: hidden;
	transition: opacity .2s ease, color .2s ease;
	position: absolute;
	top: 40px;
	right: 40px;
	font-size: 32px;
}

.amy-fullscreen-search-holder .amy-fullscreen-search-close-container a:before {
	font-family: FontAwesome;
	content: "\f105\f104";
	letter-spacing: -0.15em;
}

.amy-fullscreen-search-holder .amy-fullscreen-search-table {
	background-color: rgba(36, 38, 42, 0.95);
}

.amy-fullscreen-search-holder .amy-form-holder {
	width: 58%;
	margin: 0 auto;
	text-align: left;
	opacity: 0;
	transform: translateY(15%) translateZ(0);
	transition: opacity .15s ease 0s, transform .15s ease 0s;
}

.amy-fullscreen-search-holder .amy-search-label {
	font-size: 56px;
	line-height: 60px;
	color: #fff;
	font-weight: 700;
	font-family: "PT Sans Narrow", sans-serif;
	vertical-align: bottom;
}

.amy-fullscreen-search-holder .amy-field-holder {
	display: block;
	vertical-align: bottom;
	position: relative;
	margin-top: 10px;
}

.amy-fullscreen-search-holder .amy-field-holder .amy-line {
	position: absolute;
	bottom: -14px;
	left: 0;
	height: 1px;
	width: 0;
	background-color: #595b5d;
	transition: width .3s ease;
}

.amy-fullscreen-search-holder input.amy-submit-button {
	cursor: pointer;
	font-size: 18px;
	text-transform: uppercase;
	margin-top: 37px;
	height: 50px;
	line-height: 40px;
}

.amy-fullscreen-search-holder .amy-search-field {
	width: 100%;
	border-left: none;
	border-top: none;
	border-right: none;
	border-bottom: none;
	background: 0 0;
	outline: 0;
	height: 100%;
	color: #fff;
	font-size: 38px;
	font-weight: 300;
	position: relative;
}

.amy-search-fade-out .amy-fullscreen-search-holder {
	animation: search_fade_out .25s linear both;
}

.amy-search-fade-in .amy-fullscreen-search-holder.amy-animate {
	animation: search_fade_in .25s linear both;
}

.amy-fullscreen-search-opened .amy-fullscreen-search-holder .amy-form-holder {
	transform: translateY(0) translateZ(0);
	opacity: 1;
	transition: opacity 0.6s cubic-bezier(0, 0, 0, 1) 0.2s, transform 1s cubic-bezier(0, 0, 0, 1) 0.2s;
}

.amy-fullscreen-search-opened .amy-fullscreen-search-holder .amy-form-holder .amy-search-field {
	width: 100%;
	border-left: none;
	border-top: none;
	border-right: none;
	border-bottom: none;
	background: 0 0;
	outline: 0;
	height: 100%;
	font-size: 38px;
	font-weight: 300;
	position: relative;
	padding: 0;
}

.amy-fullscreen-search-table {
	display: table;
	width: 100%;
	height: 100%;
}

.amy-fullscreen-search-cell {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	height: 100%;
	text-align: center;
}

.wpcf7-form .row {
	margin: 0 -7.5px;
}

.wpcf7-form .row [class*="col-md"] {
	padding: 0 7.5px;
	margin-bottom: 15px;
}

.wpcf7-form .wpcf7-submit {
	float: right;
	margin: 0;
}

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

input[type="button"],
input[type="submit"],
input[type="reset"],
button,
.button {
	color: #4d5863;
	font-family: "PT Sans Narrow", sans-serif;
	font-size: 16px;
	font-weight: 400;
	text-transform: uppercase;
	background: #d1d1d1;
	display: inline-block;
	height: 40px;
	line-height: 40px;
	padding-left: 50px;
	padding-right: 50px;
	margin-bottom: 5px;
	margin-right: 10px;
	border-radius: 4px;
	border: none;
	transition: all 0.2s ease-in-out;
}

input[type="button"]:hover,
input[type="button"]:active,
input[type="button"]:focus,
input[type="submit"]:hover,
input[type="submit"]:active,
input[type="submit"]:focus,
input[type="reset"]:hover,
input[type="reset"]:active,
input[type="reset"]:focus,
button:hover,
button:active,
button:focus,
.button:hover,
.button:active,
.button:focus {
	color: #4d5863;
	outline: none;
	text-decoration: none;
	opacity: 0.8;
}

input[type="button"].disabled,
input[type="button"][disabled],
input[type="submit"].disabled,
input[type="submit"][disabled],
input[type="reset"].disabled,
input[type="reset"][disabled],
button.disabled,
button[disabled],
.button.disabled,
.button[disabled] {
	cursor: not-allowed;
	opacity: 0.5;
}

input[type="button"].disabled:hover,
input[type="button"].disabled:active,
input[type="button"].disabled:focus,
input[type="button"][disabled]:hover,
input[type="button"][disabled]:active,
input[type="button"][disabled]:focus,
input[type="submit"].disabled:hover,
input[type="submit"].disabled:active,
input[type="submit"].disabled:focus,
input[type="submit"][disabled]:hover,
input[type="submit"][disabled]:active,
input[type="submit"][disabled]:focus,
input[type="reset"].disabled:hover,
input[type="reset"].disabled:active,
input[type="reset"].disabled:focus,
input[type="reset"][disabled]:hover,
input[type="reset"][disabled]:active,
input[type="reset"][disabled]:focus,
button.disabled:hover,
button.disabled:active,
button.disabled:focus,
button[disabled]:hover,
button[disabled]:active,
button[disabled]:focus,
.button.disabled:hover,
.button.disabled:active,
.button.disabled:focus,
.button[disabled]:hover,
.button[disabled]:active,
.button[disabled]:focus {
	background-color: inherit;
	color: inherit;
}

input[type="button"]:active,
input[type="submit"]:active,
input[type="reset"]:active,
button:active,
.button:active {
	position: relative;
	top: 2px;
}

input[type="button"] i.fa,
input[type="submit"] i.fa,
input[type="reset"] i.fa,
button i.fa,
.button i.fa {
	margin-right: 5px;
}

input[type="submit"],
button[type="submit"],
.submit,
.button.alt {
	background: #fcce08;
}

input[type="submit"]:hover,
input[type="submit"]:active,
input[type="submit"]:focus,
button[type="submit"]:hover,
button[type="submit"]:active,
button[type="submit"]:focus,
.submit:hover,
.submit:active,
.submit:focus,
.button.alt:hover,
.button.alt:active,
.button.alt:focus {
	opacity: 0.8;
}

.amy-ajax-load-more.amy-ajax-load-more-loading:before {
	display: inline-block;
	margin-right: 2px;
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f110";
	animation: amy-spin 1.5s linear infinite;
}


/**
 * --------------------------------------------------------
 * 2.6. UTILITIES
 * --------------------------------------------------------
 */

.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

.center-block {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.pull-right {
	float: right !important;
}

.pull-left {
	float: left !important;
}

.hide {
	display: none !important;
}

.show {
	display: block !important;
}

.invisible {
	visibility: hidden;
}

.text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}

.hidden {
	display: none !important;
}

.affix {
	position: fixed;
}

@-ms-viewport {
	width: device-width;
}

.visible-xs {
	display: none !important;
}

.visible-sm {
	display: none !important;
}

.visible-md {
	display: none !important;
}

.visible-lg {
	display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
	display: none !important;
}

@media (max-width: 767px) {
	.visible-xs {
		display: block !important;
	}
	table.visible-xs {
		display: table !important;
	}
	tr.visible-xs {
		display: table-row !important;
	}
	th.visible-xs,
	td.visible-xs {
		display: table-cell !important;
	}
}

@media (max-width: 767px) {
	.visible-xs-block {
		display: block !important;
	}
}

@media (max-width: 767px) {
	.visible-xs-inline {
		display: inline !important;
	}
}

@media (max-width: 767px) {
	.visible-xs-inline-block {
		display: inline-block !important;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.visible-sm {
		display: block !important;
	}
	table.visible-sm {
		display: table !important;
	}
	tr.visible-sm {
		display: table-row !important;
	}
	th.visible-sm,
	td.visible-sm {
		display: table-cell !important;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.visible-sm-block {
		display: block !important;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.visible-sm-inline {
		display: inline !important;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.visible-sm-inline-block {
		display: inline-block !important;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.visible-md {
		display: block !important;
	}
	table.visible-md {
		display: table !important;
	}
	tr.visible-md {
		display: table-row !important;
	}
	th.visible-md,
	td.visible-md {
		display: table-cell !important;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.visible-md-block {
		display: block !important;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.visible-md-inline {
		display: inline !important;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.visible-md-inline-block {
		display: inline-block !important;
	}
}

@media (min-width: 1200px) {
	.visible-lg {
		display: block !important;
	}
	table.visible-lg {
		display: table !important;
	}
	tr.visible-lg {
		display: table-row !important;
	}
	th.visible-lg,
	td.visible-lg {
		display: table-cell !important;
	}
}

@media (min-width: 1200px) {
	.visible-lg-block {
		display: block !important;
	}
}

@media (min-width: 1200px) {
	.visible-lg-inline {
		display: inline !important;
	}
}

@media (min-width: 1200px) {
	.visible-lg-inline-block {
		display: inline-block !important;
	}
}

@media (max-width: 767px) {
	.hidden-xs {
		display: none !important;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.hidden-sm {
		display: none !important;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.hidden-md {
		display: none !important;
	}
}

@media (min-width: 1200px) {
	.hidden-lg {
		display: none !important;
	}
}

.visible-print {
	display: none !important;
}

@media print {
	.visible-print {
		display: block !important;
	}
	table.visible-print {
		display: table !important;
	}
	tr.visible-print {
		display: table-row !important;
	}
	th.visible-print,
	td.visible-print {
		display: table-cell !important;
	}
}

.visible-print-block {
	display: none !important;
}

@media print {
	.visible-print-block {
		display: block !important;
	}
}

.visible-print-inline {
	display: none !important;
}

@media print {
	.visible-print-inline {
		display: inline !important;
	}
}

.visible-print-inline-block {
	display: none !important;
}

@media print {
	.visible-print-inline-block {
		display: inline-block !important;
	}
}

@media print {
	.hidden-print {
		display: none !important;
	}
}

.hidden-xs-up {
	display: none !important;
}

@media (max-width: 543px) {
	.hidden-xs-down {
		display: none !important;
	}
}

@media (min-width: 544px) {
	.hidden-sm-up {
		display: none !important;
	}
}

@media (max-width: 767px) {
	.hidden-sm-down {
		display: none !important;
	}
}

@media (min-width: 768px) {
	.hidden-md-up {
		display: none !important;
	}
}

@media (max-width: 991px) {
	.hidden-md-down {
		display: none !important;
	}
}

@media (min-width: 992px) {
	.hidden-lg-up {
		display: none !important;
	}
}

@media (max-width: 1199px) {
	.hidden-lg-down {
		display: none !important;
	}
}

@media (min-width: 1200px) {
	.hidden-xl-up {
		display: none !important;
	}
}

.hidden-xl-down {
	display: none !important;
}

.visible-print-block {
	display: none !important;
}

@media print {
	.visible-print-block {
		display: block !important;
	}
}

.visible-print-inline {
	display: none !important;
}

@media print {
	.visible-print-inline {
		display: inline !important;
	}
}

.visible-print-inline-block {
	display: none !important;
}

@media print {
	.visible-print-inline-block {
		display: inline-block !important;
	}
}

@media print {
	.hidden-print {
		display: none !important;
	}
}

.amy-inner {
	float: left;
	position: relative;
	width: 100%;
}

.amy-social-icons {
	padding: 0;
	margin: 0;
	list-style: none;
}

.amy-social-icons li {
	display: inline-block;
	margin-left: 4px;
	margin-bottom: 6px;
}

.amy-social-icons li:first-child {
	margin-left: 0;
}

.amy-social-icons li a {
	color: #fff;
	display: inline-block;
	width: 24px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	border-radius: 2px;
	transition: all 0.17s ease-in-out;
}

.amy-social-icons li a i:before {
	line-height: 24px;
}

.amy-social-icons li a:hover,
.amy-social-icons li a:active,
.amy-social-icons li a:focus {
	transform: scale(1.2);
}

.amy-social-icons li a.facebook {
	background: #3b5998;
}

.amy-social-icons li a.twitter {
	background: #55acee;
}

.amy-social-icons li a.google-plus {
	background: #dd4b39;
}

.amy-social-icons li a.youtube {
	background: #bb0000;
}

.amy-social-icons li a.linkedin {
	background: #007bb5;
}

.amy-social-icons li a.instagram {
	background: #125688;
}

.amy-social-icons li a.pinterest {
	background: #cb2027;
}

.amy-social-icons li a.tumblr {
	background: #32506d;
}

.page-layout-default .page-content {
	background: #fff;
	border: 1px solid rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
	padding: 30px;
}

.amy-md-padding {
	padding: 50px 0;
}

.amy-lg-padding {
	padding: 90px 0;
}

.wpb_raw_html .amy-post-share-icons a {
	margin-right: 15px;
	color: #999999;
	width: 40px;
	height: 40px;
	display: inline-block;
	border-radius: 50%;
	background-color: #f9f9f9;
	text-align: center;
	line-height: 40px;
	font-size: 15px;
}

.wpb_raw_html .amy-post-share-icons a:hover {
	color: #fff;
	border-color: #fcce08;
	background-color: #fcce08;
}

.amy-header-inline .site-content {
	min-height: calc(100vh - 180px);
}

@keyframes amyFadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

@keyframes amyFadeOut {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}

.amy-fade-in {
	animation: amyFadeIn ease-in 0.3s;
}

.amy-fade-out {
	opacity: 0;
	animation: amyFadeOut ease-out 0.5s;
}

@keyframes amy-spin {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(359deg);
	}
}


/**
 * ============================================================================
 * 03. LAYOUT
 * ============================================================================
 */


/**
 * --------------------------------------------------------
 * 3.1. SIDEBAR
 * --------------------------------------------------------
 */

.amy-sidebar-dark .amy-sidebar {
	background: #23292e;
	color: #c0c6ca;
}

.amy-sidebar-dark .amy-sidebar .amy-sidebar-toggler {
	border-right-color: #23292e;
}

.amy-sidebar-dark .amy-sidebar .amy-sidebar-toggler a span,
.amy-sidebar-dark .amy-sidebar .amy-sidebar-toggler a span:before,
.amy-sidebar-dark .amy-sidebar .amy-sidebar-toggler a span:after {
	background-color: #c0c6ca;
}

.amy-sidebar-dark .amy-sidebar .amy-widget {
	border-bottom-color: rgba(192, 198, 202, 0.2);
}

.amy-sidebar-dark .amy-sidebar .amy-widget .amy-widget-title h4 {
	color: #c0c6ca;
}

.amy-sidebar-dark .amy-sidebar .widget_categories ul li a,
.amy-sidebar-dark .amy-sidebar .widget_archive ul li a,
.amy-sidebar-dark .amy-sidebar .widget_pages ul li a,
.amy-sidebar-dark .amy-sidebar .widget_meta ul li a,
.amy-sidebar-dark .amy-sidebar .widget_nav_menu ul li a,
.amy-sidebar-dark .amy-sidebar .widget_recent_entries ul li a {
	color: #c0c6ca;
}

.amy-sidebar-dark .amy-sidebar .widget_categories ul li a:hover,
.amy-sidebar-dark .amy-sidebar .widget_categories ul li a:active,
.amy-sidebar-dark .amy-sidebar .widget_categories ul li a:focus,
.amy-sidebar-dark .amy-sidebar .widget_archive ul li a:hover,
.amy-sidebar-dark .amy-sidebar .widget_archive ul li a:active,
.amy-sidebar-dark .amy-sidebar .widget_archive ul li a:focus,
.amy-sidebar-dark .amy-sidebar .widget_pages ul li a:hover,
.amy-sidebar-dark .amy-sidebar .widget_pages ul li a:active,
.amy-sidebar-dark .amy-sidebar .widget_pages ul li a:focus,
.amy-sidebar-dark .amy-sidebar .widget_meta ul li a:hover,
.amy-sidebar-dark .amy-sidebar .widget_meta ul li a:active,
.amy-sidebar-dark .amy-sidebar .widget_meta ul li a:focus,
.amy-sidebar-dark .amy-sidebar .widget_nav_menu ul li a:hover,
.amy-sidebar-dark .amy-sidebar .widget_nav_menu ul li a:active,
.amy-sidebar-dark .amy-sidebar .widget_nav_menu ul li a:focus,
.amy-sidebar-dark .amy-sidebar .widget_recent_entries ul li a:hover,
.amy-sidebar-dark .amy-sidebar .widget_recent_entries ul li a:active,
.amy-sidebar-dark .amy-sidebar .widget_recent_entries ul li a:focus {
	color: #fcce08;
}

.amy-sidebar-dark .amy-sidebar .widget_text a,
.amy-sidebar-dark .amy-sidebar .widget_rss a {
	color: #c0c6ca;
}

.amy-sidebar-dark .amy-sidebar .widget_text a:hover,
.amy-sidebar-dark .amy-sidebar .widget_text a:active,
.amy-sidebar-dark .amy-sidebar .widget_text a:focus,
.amy-sidebar-dark .amy-sidebar .widget_rss a:hover,
.amy-sidebar-dark .amy-sidebar .widget_rss a:active,
.amy-sidebar-dark .amy-sidebar .widget_rss a:focus {
	color: #fcce08;
}

.amy-sidebar {
	width: 0;
	position: relative;
	background: #fff;
	z-index: 1001;
	margin-left: auto;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
	transition: width 0.2s;
}

.amy-sidebar-open .amy-sidebar {
	width: 320px;
}

.amy-sidebar-open .amy-sidebar .amy-sidebar-wrapper {
	height: auto;
}

.amy-sidebar .amy-sidebar-wrapper {
	width: 320px;
	height: 0;
	overflow: hidden;
	padding-top: 30px;
	padding-bottom: 30px;
}

.amy-sidebar .amy-sidebar-toggler {
	cursor: pointer;
	display: inline-block;
	width: 0;
	height: 0;
	border-bottom: 36px solid transparent;
	border-top: 36px solid transparent;
	border-right: 45px solid #fff;
	position: absolute;
	left: -44px;
	top: 50px;
	z-index: 10;
	transition: all 0.2s linear;
}

.amy-sidebar .amy-sidebar-toggler a {
	display: block;
	position: relative;
	margin: -4px 0 0 21px;
	padding: 0;
	font-size: 0;
	text-indent: -9999em;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	box-shadow: none;
	border-radius: 0;
	border: none;
	width: 15px;
	transition: background 0.3s;
	outline: none;
}

.amy-sidebar .amy-sidebar-toggler a span,
.amy-sidebar .amy-sidebar-toggler a span:before,
.amy-sidebar .amy-sidebar-toggler a span:after {
	display: block;
	width: 100%;
	height: 2px;
	margin: 3px auto;
	background-color: #637280;
	transition: all 0.1s;
}

.amy-sidebar .amy-sidebar-toggler a span:before,
.amy-sidebar .amy-sidebar-toggler a span:after {
	position: absolute;
	content: "";
}

.amy-sidebar .amy-sidebar-toggler a span:before {
	margin-top: -5px;
}

.amy-sidebar .amy-sidebar-toggler a span:after {
	margin-top: 5px;
}

.amy-sidebar-open .amy-sidebar .amy-sidebar-toggler a span {
	background: transparent;
}

.amy-sidebar-open .amy-sidebar .amy-sidebar-toggler a span:before {
	transform: rotate(45deg) translate(3px, 3px);
}

.amy-sidebar-open .amy-sidebar .amy-sidebar-toggler a span:after {
	transform: rotate(-45deg) translate(4px, -4px);
}

.amy-responsive.amy-sidebar-open .amy-sidebar {
	width: 0;
}


/**
 * --------------------------------------------------------
 * 3.2. HEADER
 * --------------------------------------------------------
 */

.amy-site-logo h1 {
	margin: 0;
}

.amy-site-logo a {
	display: inline-block;
	line-height: 80px;
	height: 80px;
	color: #637280;
}

.amy-site-logo a img {
	max-height: 100%;
}

.amy-site-logo .amy-logo2x {
	display: none;
}

.amy-header-dark .amy-site-logo a {
	color: #fff;
}

.amy-site-header {
	background: #23292e;
	color: #c0c6ca;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
	z-index: 10;
}

.amy-header-light .amy-site-header {
	background-color: #fff;
	color: #5c6172;
}

.amy-header-dark .amy-site-header {
	background-color: #23292e;
	color: #c0c6ca;
}

.amy-header-inline .amy-site-logo {
	float: left;
}

.amy-header-inline .amy-site-nav {
	float: right;
}

.amy-header-inline .amy-site-nav ul {
	float: left;
}

.amy-header-classic .amy-site-logo {
	text-align: center;
}

.amy-header-classic .amy-site-logo a {
	line-height: 100px;
	height: 100px;
}

.amy-header-classic .amy-site-nav {
	text-align: center;
	border-top: 1px dotted rgba(192, 198, 202, 0.2);
}

.amy-header-classic .amy-site-nav>ul {
	display: inline-block;
	margin: 0 auto;
	vertical-align: top;
}

.amy-header-classic .amy-site-nav>ul>li>.amy-link {
	line-height: 70px;
}

.amy-header-vertical .amy-site-logo {
	padding-right: 40px;
	border-bottom: 1px solid rgba(192, 198, 202, 0.1);
}

.amy-header-vertical .amy-site-header {
	max-width: 30%;
	min-width: 320px;
	text-align: right;
}

.amy-header-vertical .amy-site-header .amy-inner {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	min-height: 100vh;
}

.amy-header-vertical .amy-site-header .search-form {
	margin-right: 40px;
	padding-top: 20px;
	padding-bottom: 10px;
	position: relative;
}

.amy-header-vertical .amy-site-header .search-form:hover button,
.amy-header-vertical .amy-site-header .search-form:active button,
.amy-header-vertical .amy-site-header .search-form:focus button {
	color: #5c6172;
}

.amy-header-vertical .amy-site-header .search-form input {
	border: 0;
	background: none;
	width: 200px;
	height: 45px;
	padding-right: 16px;
	outline: none;
}

.amy-header-vertical .amy-site-header .search-form button {
	border: none;
	background: none;
	width: 20px;
	height: 45px;
	line-height: 45px;
	position: absolute;
	right: 0;
	top: auto;
	font-size: 17px;
	color: rgba(92, 97, 114, 0.7);
	padding: 0;
	text-align: right;
}

.amy-header-vertical .amy-site-header .amy-header-bottom-widgets {
	padding-right: 40px;
	margin-top: auto;
	padding-bottom: 20px;
}

.amy-header-vertical .amy-site-header .amy-header-bottom-widgets:before,
.amy-header-vertical .amy-site-header .amy-header-bottom-widgets:after {
	content: " ";
	display: table;
}

.amy-header-vertical .amy-site-header .amy-header-bottom-widgets:after {
	clear: both;
}

.amy-header-vertical .amy-site-header .amy-header-bottom-widgets .amy-widget {
	margin-bottom: 20px;
	border-bottom: none;
	max-width: 360px;
	margin-left: auto;
	margin-right: 0;
}

.amy-header-vertical .amy-site-header .amy-header-bottom-widgets .amy-widget li:before {
	content: none;
}

.amy-header-vertical .amy-site-header .amy-header-bottom-widgets .amy-widget-copyright {
	font-size: 13px;
	margin-right: -40px;
	padding-right: 40px;
	padding-top: 30px;
	padding-bottom: 10px;
	border-top: 1px solid rgba(192, 198, 202, 0.1);
	margin-top: -20px;
	max-width: none;
}

.amy-header-vertical.admin-bar .amy-site-header .amy-inner {
	min-height: calc(100vh - 32px);
}

.amy-header-vertical #amy-menu-toggle {
	right: auto;
	left: 5px;
}

.amy-header-vertical .amy-site-nav {
	text-align: right;
	padding-top: 10px;
	padding-bottom: 20px;
}

.amy-header-vertical .amy-site-nav:before,
.amy-header-vertical .amy-site-nav:after {
	content: " ";
	display: table;
}

.amy-header-vertical .amy-site-nav:after {
	clear: both;
}

.amy-header-vertical .amy-site-nav>ul {
	float: right;
}

.amy-header-vertical .amy-site-nav>ul>li {
	float: none;
	text-align: right;
	padding-right: 40px;
}

.amy-header-vertical .amy-site-nav>ul>li>.amy-link {
	display: inline-block;
	line-height: 44px;
	padding: 0 0 0 15px;
	margin: 0;
}

.amy-header-vertical .amy-site-nav>ul:first-child>.amy-link {
	padding-left: 15px;
}

.amy-header-vertical .amy-site-nav ul li ul {
	top: 0;
	left: 100%;
}

.amy-header-vertical.amy-header-light .amy-site-logo {
	border-bottom-color: rgba(92, 97, 114, 0.1);
}

.amy-header-vertical.amy-header-light .amy-header-bottom-widgets .amy-widget-copyright {
	border-top-color: rgba(92, 97, 114, 0.1);
}

.amy-header-vertical.amy-header-dark .amy-header-logo {
	border-bottom-color: rgba(192, 198, 202, 0.1);
}

.amy-header-vertical.amy-header-dark .amy-header-bottom-widgets .amy-widget-copyright {
	border-top-color: rgba(192, 198, 202, 0.1);
}

.amy-responsive .amy-site-logo {
	padding-right: 0;
}

.amy-responsive .amy-site-logo a {
	line-height: 70px;
}

.amy-responsive .amy-site-nav,
.amy-responsive .amy-sidebar {
	display: none;
}

.amy-responsive #amy-menu-toggle {
	display: inline-block;
}

.amy-responsive.amy-header-vertical .page-wrapper {
	display: block;
}

.amy-responsive.amy-header-vertical .amy-site-header {
	float: none;
	position: relative;
	width: auto;
	max-width: 100%;
	min-height: 0;
	border-right: none;
}

.amy-responsive.amy-header-vertical .amy-site-header .amy-inner {
	display: block;
	min-height: 0;
}

.amy-responsive.amy-header-vertical .amy-site-header .search-form,
.amy-responsive.amy-header-vertical .amy-site-header .amy-header-bottom-widgets {
	display: none;
}

.amy-responsive.amy-header-vertical.amy-header-light {
	border-bottom-color: rgba(92, 97, 114, 0.2);
}

.amy-responsive.amy-header-vertical.amy-header-dark {
	border-bottom-color: rgba(192, 198, 202, 0.2);
}

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

.amy-site-nav ul li {
	text-align: left;
	position: relative;
	margin: 0;
}

.amy-site-nav ul li ul {
	display: none;
	font-family: "PT Sans Narrow", sans-serif;
	background-color: #23292e;
	width: 250px;
	padding: 5px 15px;
	position: absolute;
	z-index: 300;
	box-shadow: 0 2px 5px 2px rgba(0, 0, 0, 0.07);
}

.amy-site-nav ul li ul li .amy-link {
	display: block;
	color: #c0c6ca;
	font-size: 17px;
	position: relative;
	padding: 10px;
	transition: all 0.3s linear;
}

.amy-site-nav ul li ul li .amy-link:hover,
.amy-site-nav ul li ul li .amy-link:active,
.amy-site-nav ul li ul li .amy-link:focus {
	color: #fcce08;
}

.amy-site-nav ul li ul li .amy-link>i {
	margin-right: 5px;
}

.amy-site-nav ul li ul li.menu-item-has-children>.amy-link {
	padding-right: 15px;
}

.amy-site-nav ul li ul li.menu-item-has-children>.amy-link:not(.amy-title):after {
	display: inline-block;
	font-family: FontAwesome;
	font-size: 14px;
	line-height: 1;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f105";
	position: absolute;
	right: 5px;
	top: 16px;
}

.amy-site-nav ul li ul li.menu-item-has-children:hover>.amy-link:not(.amy-title) {
	color: #fcce08;
}

.amy-site-nav ul li ul li:first-child>.amy-link {
	border-top: none;
}

.amy-site-nav ul li ul ul {
	top: 0;
	left: 100%;
}

.amy-site-nav ul li ul.sub-menu .amy-open-right {
	left: auto;
	right: 100%;
}

.amy-site-nav ul li ul.amy-open-right,
.amy-site-nav ul li ul.amy-open-right ul {
	left: auto;
	right: 0;
}

.amy-site-nav>ul:before,
.amy-site-nav>ul:after {
	content: " ";
	display: table;
}

.amy-site-nav>ul:after {
	clear: both;
}

.amy-site-nav>ul>li {
	float: left;
}

.amy-site-nav>ul>li.sfHover>.amy-link:before {
	width: 100%;
}

.amy-site-nav>ul>li>.amy-link {
	font-family: "PT Sans Narrow", sans-serif;
	font-size: 17px;
	font-weight: 400;
	color: #c0c6ca;
	text-transform: uppercase;
	display: block;
	position: relative;
	margin-left: 25px;
	margin-right: 15px;
	padding-right: 15px;
	line-height: 80px;
}

.amy-site-nav>ul>li>.amy-link:before {
	background: #fcce08;
	position: absolute;
	content: "";
	left: 0;
	width: 0;
	height: 2px;
	top: 50%;
	margin-top: -17px;
	transition: all 0.2s linear;
}

.amy-site-nav>ul>li>.amy-link:hover:before {
	width: 100%;
}

.amy-site-nav>ul>li>.amy-link:focus {
	color: #fcce08;
}

.amy-site-nav>ul>li:hover>.amy-link {
	color: #fcce08;
}

.amy-site-nav>ul>li:last-child>.amy-link {
	margin-right: 0;
}

.amy-site-nav>ul>li.current-menu-ancestor>.amy-link,
.amy-site-nav>ul>li.current-menu-item>.amy-link {
	color: #fcce08;
}

.amy-site-nav>ul>li ul li.current-menu-item>.amy-link,
.amy-site-nav>ul>li ul li.current-menu-ancestor>.amy-link {
	color: #fcce08;
}

.amy-site-nav>ul>li.amy-search-icon>.amy-link,
.amy-site-nav>ul>li.amy-sidebar-toggler>.amy-link {
	margin-right: 0;
	margin-left: 0;
	padding-left: 10px;
}

.amy-site-nav>ul>li.amy-search-icon>.amy-link:before,
.amy-site-nav>ul>li.amy-sidebar-toggler>.amy-link:before {
	content: none;
}

.amy-sidebar-open .amy-site-nav>ul>li.amy-sidebar-toggler .fa-bars:before {
	font-size: 21px;
	content: "\f105\f104";
	letter-spacing: -0.15em;
}

.amy-site-nav>ul>li.menu-item-has-children>.amy-link>.amy-link-inner {
	position: relative;
}

.amy-menu-dropdown-icon .amy-site-nav>ul>li.menu-item-has-children>.amy-link>.amy-link-inner:after {
	display: inline-block;
	font-family: FontAwesome;
	font-size: 14px;
	line-height: 1;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f0d7";
	font-size: 12px;
	position: absolute;
	top: 3px;
	right: -12px;
}

.amy-site-nav .amy-mega-menu {
	position: inherit;
}

.amy-site-nav .amy-mega-menu>ul {
	width: 100%;
	left: 0;
}

.amy-site-nav .amy-mega-menu>ul>li {
	float: left;
	padding: 0;
}

.amy-site-nav .amy-mega-menu>ul>li:last-child {
	border: none;
}

.amy-site-nav .amy-mega-menu>ul>li:last-child a {
	border-right: none;
}

.amy-site-nav .amy-mega-menu>ul>li .amy-title {
	border-top: none;
	font-size: 15px;
	font-weight: 500;
	text-transform: uppercase;
}

.amy-site-nav .amy-mega-menu>ul>li>ul {
	clear: both;
	display: block !important;
	position: relative !important;
	width: 100% !important;
	left: 0 !important;
	opacity: 1 !important;
	padding: 0 !important;
	box-shadow: none !important;
}

.amy-site-nav .amy-custom,
.amy-site-nav .amy-natural {
	position: relative;
}

.amy-site-nav .amy-right>ul {
	left: auto !important;
	right: 0;
}

.amy-site-nav .amy-label {
	position: relative;
	top: -5px;
	left: 3px;
	padding: 2px 4px;
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 9px;
	line-height: 1;
	text-transform: uppercase;
	border-radius: 2px;
	color: #fff;
}

.amy-site-nav .amy-label.amy-label-default {
	background-color: #5c6172;
}

.amy-site-nav .amy-label.amy-label-success {
	background-color: #5cb85c;
}

.amy-site-nav .amy-label.amy-label-info {
	background-color: #5bc0de;
}

.amy-site-nav .amy-label.amy-label-warning {
	background-color: #f0ad4e;
}

.amy-site-nav .amy-label.amy-label-danger {
	background-color: #d9534f;
}

.amy-site-nav .amy-content {
	display: block;
	font-size: 11px;
	padding-top: 5px;
	opacity: 0.9;
}

.amy-site-nav .amy-full-content {
	margin: 10px;
}

.amy-site-nav.current-menu-ancestor>.amylink,
.amy-site-nav.current-menu-item>.amylink {
	color: #fcce08;
}

.amy-menu-light .amy-site-nav ul ul {
	background-color: #fff;
}

.amy-menu-light .amy-site-nav ul ul li .amy-link {
	color: #5c6172;
}

.amy-header-light .amy-site-nav>ul>li>.amy-link {
	color: #5c6172;
}

.amy-menu-dark .amy-site-nav ul ul {
	background-color: #23292e;
}

.amy-menu-dark .amy-site-nav ul ul li .amy-link {
	color: #c0c6ca;
}

.amy-header-dark .amy-site-nav>ul>li>.amy-link {
	color: #c0c6ca;
}

.amy-header-light .amy-site-nav>ul>li:hover>.amy-link,
.amy-header-light .amy-site-nav>ul>li.current-menu-ancestor>.amy-link,
.amy-header-light .amy-site-nav>ul>li.current-menu-item>.amy-link,
.amy-header-dark .amy-site-nav>ul>li:hover>.amy-link,
.amy-header-dark .amy-site-nav>ul>li.current-menu-ancestor>.amy-link,
.amy-header-dark .amy-site-nav>ul>li.current-menu-item>.amy-link {
	color: #fcce08;
}

#amy-menu-toggle {
	display: none;
	position: absolute;
	top: 50%;
	margin-top: -10px;
	padding: 10px;
	right: 5px;
	cursor: pointer;
}

#amy-menu-toggle a {
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
	font-size: 0;
	text-indent: -9999em;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	box-shadow: none;
	border-radius: 0;
	border: none;
	width: 20px;
	transition: background 0.3s;
}

#amy-menu-toggle a:focus {
	outline: none;
}

#amy-menu-toggle a span,
#amy-menu-toggle a span:before,
#amy-menu-toggle a span:after {
	display: block;
	width: 100%;
	height: 3px;
	margin: 2px auto;
	background-color: #5c6172;
	transition: all 0.1s linear;
}

#amy-menu-toggle a span:before,
#amy-menu-toggle a span:after {
	position: absolute;
	content: "";
}

#amy-menu-toggle a span:before {
	margin-top: -5px;
}

#amy-menu-toggle a span:after {
	margin-top: 5px;
}

#amy-menu-toggle.amy-menu-toggle-open a span {
	background: transparent;
}

#amy-menu-toggle.amy-menu-toggle-open a span:before {
	transform: rotate(45deg) translate(3px, 3px);
}

#amy-menu-toggle.amy-menu-toggle-open a span:after {
	transform: rotate(-45deg) translate(4px, -4px);
}

#amy-navigation-mobile {
	display: none;
	background-color: #fff;
	font-family: "PT Sans Narrow", sans-serif;
}

#amy-navigation-mobile ul+ul {
	padding-top: 0;
	margin-top: -20px;
}

#amy-navigation-mobile ul+ul>li:first-child {
	border-top: none;
}

#amy-navigation-mobile .amy-dropdown-plus {
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	background-color: #fff;
	transition: all 0.2s linear;
}

#amy-navigation-mobile .amy-dropdown-plus:hover .fa {
	color: #fcce08;
}

#amy-navigation-mobile .amy-dropdown-plus .fa {
	display: block;
	text-align: center;
	font-size: 13px;
	width: 48px;
	height: 48px;
	line-height: 48px;
	color: #73798e;
	transition: all 0.2s linear;
}

#amy-navigation-mobile .amy-dropdown-times .fa {
	transform: rotate(45deg);
}

#amy-navigation-mobile .current-menu-ancestor>a,
#amy-navigation-mobile .current-menu-item>a {
	color: #fcce08;
}

#amy-navigation-mobile a {
	transition: all 0.2s linear;
	text-decoration: none;
}

#amy-navigation-mobile ul {
	margin: 0;
	padding: 20px 0;
	list-style: none;
}

#amy-navigation-mobile ul ul {
	position: relative;
	display: none;
	padding: 0;
	margin-left: 0;
}

#amy-navigation-mobile ul ul:before {
	content: "";
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid rgba(92, 97, 114, 0.2);
	position: absolute;
	top: 5px;
	left: 30px;
}

#amy-navigation-mobile ul ul li {
	border-left: none;
	border-right: none;
}

#amy-navigation-mobile ul ul li:first-child {
	border-top-width: 5px;
	border-top-color: rgba(92, 97, 114, 0.2);
}

#amy-navigation-mobile ul ul li:last-child {
	border-bottom: none;
}

#amy-navigation-mobile ul ul li a {
	padding-left: 30px;
}

#amy-navigation-mobile ul li {
	position: relative;
	border: 1px solid rgba(92, 97, 114, 0.2);
	border-bottom: none;
	margin: 0;
}

#amy-navigation-mobile ul li:last-child {
	border-bottom: 1px solid rgba(92, 97, 114, 0.2);
}

#amy-navigation-mobile ul li a {
	display: block;
	font-size: 14px;
	padding: 15px;
	color: #5c6172;
}

#amy-navigation-mobile ul li a:hover,
#amy-navigation-mobile ul li a:active,
#amy-navigation-mobile ul li a:focus {
	color: #fcce08;
}

#amy-navigation-mobile ul li.menu-item-has-children>.amy-dropdown-plus {
	display: block;
}

#amy-navigation-mobile ul li.menu-item-has-children>a {
	border-right: 1px solid rgba(92, 97, 114, 0.2);
	margin-right: 50px;
}

.amy-header-light #amy-menu-toggle a span,
.amy-header-light #amy-menu-toggle a span:before,
.amy-header-light #amy-menu-toggle a span:after {
	background-color: #5c6172;
}

.amy-mobile-menu-light #amy-navigation-mobile {
	background-color: #fff;
}

.amy-mobile-menu-light #amy-navigation-mobile .amy-dropdown-plus {
	background-color: #fff;
}

.amy-mobile-menu-light #amy-navigation-mobile .amy-dropdown-plus .fa {
	color: #73798e;
}

.amy-mobile-menu-light #amy-navigation-mobile ul ul:before {
	border-top-color: rgba(92, 97, 114, 0.2);
}

.amy-mobile-menu-light #amy-navigation-mobile ul ul li:first-child {
	border-top-color: rgba(92, 97, 114, 0.2);
}

.amy-mobile-menu-light #amy-navigation-mobile ul li {
	border-color: rgba(92, 97, 114, 0.2);
}

.amy-mobile-menu-light #amy-navigation-mobile ul li:last-child {
	border-bottom-color: rgba(92, 97, 114, 0.2);
}

.amy-mobile-menu-light #amy-navigation-mobile ul li a {
	color: #5c6172;
}

.amy-mobile-menu-light #amy-navigation-mobile ul li.menu-item-has-children>a {
	border-right-color: rgba(92, 97, 114, 0.2);
}

.amy-header-dark #amy-menu-toggle a span,
.amy-header-dark #amy-menu-toggle a span:before,
.amy-header-dark #amy-menu-toggle a span:after {
	background-color: #c0c6ca;
}

.amy-mobile-menu-dark #amy-navigation-mobile {
	background-color: #23292e;
}

.amy-mobile-menu-dark #amy-navigation-mobile .amy-dropdown-plus {
	background-color: #23292e;
}

.amy-mobile-menu-dark #amy-navigation-mobile .amy-dropdown-plus .fa {
	color: #dcdfe1;
}

.amy-mobile-menu-dark #amy-navigation-mobile ul ul:before {
	border-top-color: rgba(192, 198, 202, 0.2);
}

.amy-mobile-menu-dark #amy-navigation-mobile ul ul li:first-child {
	border-top-color: rgba(192, 198, 202, 0.2);
}

.amy-mobile-menu-dark #amy-navigation-mobile ul li {
	border-color: rgba(192, 198, 202, 0.2);
}

.amy-mobile-menu-dark #amy-navigation-mobile ul li:last-child {
	border-bottom-color: rgba(192, 198, 202, 0.2);
}

.amy-mobile-menu-dark #amy-navigation-mobile ul li a {
	color: #c0c6ca;
}

.amy-mobile-menu-dark #amy-navigation-mobile ul li.menu-item-has-children>a {
	border-right-color: rgba(192, 198, 202, 0.2);
}

.amy-mobile-menu-light #amy-menu-toggle.amy-menu-toggle-open a span,
.amy-mobile-menu-dark #amy-menu-toggle.amy-menu-toggle-open a span {
	background: transparent;
}

.amy-mobile-menu-light #amy-navigation-mobile ul li a:hover,
.amy-mobile-menu-light #amy-navigation-mobile ul li a:active,
.amy-mobile-menu-light #amy-navigation-mobile ul li a:focus,
.amy-mobile-menu-dark #amy-navigation-mobile ul li a:hover,
.amy-mobile-menu-dark #amy-navigation-mobile ul li a:active,
.amy-mobile-menu-dark #amy-navigation-mobile ul li a:focus {
	color: #fcce08;
}

.amy-mobile-menu-light #amy-navigation-mobile .current-menu-ancestor>a,
.amy-mobile-menu-light #amy-navigation-mobile .current-menu-item>a,
.amy-mobile-menu-dark #amy-navigation-mobile .current-menu-ancestor>a,
.amy-mobile-menu-dark #amy-navigation-mobile .current-menu-item>a {
	color: #fcce08;
}

.amy-mobile-menu-light #amy-navigation-mobile .amy-dropdown-plus:hover .fa,
.amy-mobile-menu-dark #amy-navigation-mobile .amy-dropdown-plus:hover .fa {
	color: #fcce08;
}


/**
 * --------------------------------------------------------
 * 3.3. LAYOUT
 * --------------------------------------------------------
 */

.main-content>.container,
.main-content>.container-fluid {
	padding-top: 50px;
	padding-bottom: 50px;
}

.main-content>.container-fluid,
.main-content>.page-content {
	width: 100vw;
	max-width: 100%;
}

.amy-sidebar-collapsible .page-wrapper,
.amy-sidebar-always-open .page-wrapper {
	display: -ms-flexbox;
	display: flex;
}

.amy-sidebar-collapsible .page-wrapper .content-wrapper,
.amy-sidebar-always-open .page-wrapper .content-wrapper {
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-negative: 1;
	flex-shrink: 1;
}

.amy-header-inline .container,
.amy-header-classic .container {
	max-width: 100%;
}

.amy-header-inline .content-wrapper,
.amy-header-classic .content-wrapper {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
}

.amy-header-inline #main,
.amy-header-classic #main {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-negative: 1;
	flex-shrink: 1;
}

.amy-header-inline #main .amy-site-footer,
.amy-header-classic #main .amy-site-footer {
	margin-top: auto;
}

.amy-header-vertical .page-wrapper {
	display: -ms-flexbox;
	display: flex;
}

.amy-header-vertical .amy-site-header {
	-ms-flex-item-align: start;
	align-self: flex-start;
	-ms-flex-negative: 1;
	flex-shrink: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.amy-header-vertical .amy-site-header.is_stuck+div {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
}

.amy-header-vertical.admin-bar .amy-site-header.is_stuck {
	margin-top: 32px;
}

.amy-header-vertical .main-content>.container {
	max-width: 100%;
}

.amy-header-vertical .main-content>.container,
.amy-header-vertical .main-content>.container-fluid {
	padding: 50px;
	margin: 0;
}

.amy-header-vertical.amy-sidebar-collapsible .amy-sidebar,
.amy-header-vertical.amy-sidebar-always-open .amy-sidebar {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
}

.amy-sidebar {
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.admin-bar[class*="amy-sidebar-off-canvas-"] .amy-sidebar {
	margin-top: 32px;
}

.amy-header-inline .amy-sidebar .amy-sidebar-toggler {
	top: 45px;
}

.amy-header-classic .amy-sidebar .amy-sidebar-toggler {
	top: 136px;
}

.amy-header-no-menu.amy-header-classic .amy-sidebar .amy-sidebar-toggler {
	top: 65px;
}

.amy-header-classic.amy-header-no-menu .amy-sidebar .amy-sidebar-toggler {
	top: 65px;
}

[class*="amy-sidebar-off-canvas-"] .amy-sidebar {
	position: fixed;
	height: 100%;
	top: 0;
	right: 0;
}

[class*="amy-sidebar-off-canvas-"] .amy-sidebar .amy-sidebar-wrapper {
	margin-right: -320px;
	transition: all 0.2s linear;
}

[class*="amy-sidebar-off-canvas-"] .page-wrapper {
	transition: all 0.2s linear;
}

[class*="amy-sidebar-off-canvas-"] .page-wrapper:after {
	position: fixed;
	top: 0;
	right: 0;
	width: 0;
	height: 0;
	background: rgba(0, 0, 0, 0.6);
	content: '';
	opacity: 0;
	z-index: 99;
	transition: opacity 0.2s, width 0.1s 0.2s, height 0.1s 0.2s;
}

[class*="amy-sidebar-off-canvas-"].amy-sidebar-open {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	height: 100%;
	overflow: hidden;
}

[class*="amy-sidebar-off-canvas-"].amy-sidebar-open .page-wrapper:after {
	width: 100%;
	height: 100%;
	opacity: 1;
	transition: opacity 0.5s;
}

[class*="amy-sidebar-off-canvas-"].amy-sidebar-open .amy-sidebar .amy-sidebar-wrapper {
	position: fixed;
	height: 100%;
	margin-right: 0;
	top: 0;
	right: 0;
	overflow-y: scroll;
}

[class*="amy-sidebar-off-canvas-"].amy-sidebar-open.amy-sidebar-off-canvas-2 .page-wrapper {
	transform: translateX(-320px);
}

.amy-responsive.amy-header-vertical .site-content {
	display: block;
}

.amy-responsive.amy-header-vertical .main-content>.container,
.amy-responsive.amy-header-vertical .main-content>.container-fluid {
	padding-left: 15px;
	padding-right: 15px;
}

@media (min-width: 768px) and (max-width: 900px) {
	.amy-header-vertical .main-content>.container {
		width: 750px;
	}
}

.amy-page-404 {
	padding: 130px 0;
	text-align: center;
}

.amy-page-404 .button {
	background: #fcce08;
	color: #fff;
	border-color: #fcce08;
}

.amy-page-404 .button:hover {
	background: #fcce08;
	border-color: #fcce08;
}

.amy-page-404 .page-heading {
	position: relative;
	margin-bottom: 30px;
}

.amy-page-404 .page-heading h2 {
	font-size: 250px;
	color: #222;
	line-height: 185px;
	margin: 0;
	letter-spacing: 10px;
	text-transform: uppercase;
}

.amy-page-404 .page-heading .sub-heding {
	font-family: "PT Sans Narrow", sans-serif;
	font-size: 30px;
	color: #222;
	display: inline-block;
	padding: 10px 25px;
	background-color: #fff;
	position: absolute;
	width: 273px;
	line-height: 30px;
	top: 34%;
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
}


/**
 * --------------------------------------------------------
 * 3.4. FOOTER
 * --------------------------------------------------------
 */

.amy-site-footer {
	border-top: 1px solid rgba(92, 97, 114, 0.2);
	background: #fff;
	color: #5c6172;
}

.amy-site-footer a {
	color: #5c6172;
}

.amy-site-footer .amy-footer-widgets {
	padding-top: 40px;
	padding-bottom: 40px;
}

.amy-site-footer .amy-footer-widgets+.amy-footer-copyright {
	border-top: 1px dotted rgba(92, 97, 114, 0.2);
}

.amy-site-footer .amy-footer-copyright {
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
}

.amy-site-footer .amy-footer-copyright:before,
.amy-site-footer .amy-footer-copyright:after {
	content: " ";
	display: table;
}

.amy-site-footer .amy-footer-copyright:after {
	clear: both;
}

.amy-site-footer .amy-footer-copyright-left {
	float: left;
	text-align: left;
}

.amy-site-footer .amy-footer-copyright-right {
	float: right;
	text-align: right;
}

.amy-site-footer .amy-footer-copyright-left .amy-social-icons li,
.amy-site-footer .amy-footer-copyright-right .amy-social-icons li {
	margin-bottom: 0;
}

.amy-site-footer .amy-widget:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none;
}

.amy-footer-dark .amy-site-footer {
	border-top-color: rgba(192, 198, 202, 0.2);
	background-color: #23292e;
	color: #c0c6ca;
}

.amy-footer-dark .amy-site-footer a {
	color: rgba(192, 198, 202, 0.7);
}

.amy-footer-dark .amy-site-footer a:hover,
.amy-footer-dark .amy-site-footer a:active,
.amy-footer-dark .amy-site-footer a:focus {
	color: #fcce08;
}

.amy-footer-dark .amy-site-footer .amy-social-icons li a {
	color: #fff;
}

.amy-footer-dark .amy-site-footer .amy-footer-widgets+.amy-footer-copyright {
	border-top-color: rgba(192, 198, 202, 0.2);
}

@media (max-width: 480px) {
	.amy-site-footer .amy-footer-copyright-left,
	.amy-site-footer .amy-footer-copyright-right {
		text-align: center;
	}
	.amy-site-footer .amy-footer-copyright-right {
		margin-top: 10px;
	}
}


/**
 * --------------------------------------------------------
 * 3.5. PAGINATION
 * --------------------------------------------------------
 */

.amy-pagination {
	margin-top: 60px;
	margin-bottom: 40px;
	font-family: "PT Sans Narrow", sans-serif;
	text-align: center;
	font-size: 18px;
}

.amy-pagination.page-links {
	border-top: none;
	margin-bottom: 20px;
	margin-top: 0;
}

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

.pagination {
	text-align: right;
}

.pagination .page-numbers {
	color: #637280;
	display: inline-block;
	padding: 8px 15px;
	line-height: 1;
}

.pagination .page-numbers.current {
	color: #637280;
	background-color: #fcce08;
}

.pagination .page-numbers.current:hover,
.pagination .page-numbers.current:active,
.pagination .page-numbers.current:focus {
	color: #637280;
}

.pagination .page-numbers:hover,
.pagination .page-numbers:active,
.pagination .page-numbers:focus {
	color: #fcce08;
}

.pagination .prev,
.pagination .next {
	float: none;
}


/**
 * ============================================================================
 * 04. WORDPRESS STYLES
 * ============================================================================
 */


/**
 * --------------------------------------------------------
 * 4.1. WORDPRESS
 * --------------------------------------------------------
 */

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

.clear:before,
.clear:after {
	content: " ";
	display: table;
}

.clear:after {
	clear: both;
}

figure.wp-caption.alignleft,
img.alignleft {
	margin: 7px 24px 7px 0;
}

figure.wp-caption.alignright,
img.alignright {
	margin: 7px 0 7px 24px;
}

.wp-caption.alignright {
	margin: 7px 0 7px 14px;
}

img.aligncenter,
.wp-caption.aligncenter {
	margin-top: 7px;
	margin-bottom: 7px;
}

.wp-caption {
	max-width: 100%;
	margin-bottom: 24px;
}

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

.wp-caption.alignright img[class*="wp-image-"],
.wp-caption.alignright .wp-caption-text {
	padding-left: 10px;
	padding-right: 0;
}

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

.wp-caption-text {
	font-size: 13px;
	font-style: italic;
	margin: 9px 0;
	color: #999;
}

.wp-caption .wp-caption-text {
	padding-right: 10px;
}


/**
 * --------------------------------------------------------
 * 4.2. WIDGETS
 * --------------------------------------------------------
 */

.amy-widget {
	padding-bottom: 20px;
	margin-bottom: 30px;
	overflow-wrap: break-word;
	border-bottom: 1px dotted rgba(99, 114, 128, 0.1);
}

.amy-widget:last-child {
	border-bottom: none;
}

.amy-widget .amy-widget-title h4 {
	margin-top: 0;
	color: #4d5863;
	font-size: 20px;
	margin-bottom: 20px;
	position: relative;
}

.amy-sidebar .amy-widget {
	padding-left: 30px;
	padding-right: 30px;
}

.widget_categories ul,
.widget_archive ul,
.widget_pages ul,
.widget_meta ul,
.widget_nav_menu ul,
.widget_recent_entries ul {
	list-style: none;
	padding-left: 0;
	margin-left: 0;
}

.widget_categories ul ul,
.widget_archive ul ul,
.widget_pages ul ul,
.widget_meta ul ul,
.widget_nav_menu ul ul,
.widget_recent_entries ul ul {
	padding-left: 25px;
}

.widget_categories ul li,
.widget_archive ul li,
.widget_pages ul li,
.widget_meta ul li,
.widget_nav_menu ul li,
.widget_recent_entries ul li {
	color: #c5c5c5;
	position: relative;
	padding-left: 10px;
	margin-bottom: 8px;
}

.widget_categories ul li:before,
.widget_archive ul li:before,
.widget_pages ul li:before,
.widget_meta ul li:before,
.widget_nav_menu ul li:before,
.widget_recent_entries ul li:before {
	content: '';
	width: 3px;
	height: 3px;
	position: absolute;
	top: 10px;
	left: 0;
	background-color: #999999;
}

.widget_categories ul li a,
.widget_archive ul li a,
.widget_pages ul li a,
.widget_meta ul li a,
.widget_nav_menu ul li a,
.widget_recent_entries ul li a {
	color: #637280;
}

.widget_categories ul li a:hover,
.widget_categories ul li a:active,
.widget_categories ul li a:focus,
.widget_archive ul li a:hover,
.widget_archive ul li a:active,
.widget_archive ul li a:focus,
.widget_pages ul li a:hover,
.widget_pages ul li a:active,
.widget_pages ul li a:focus,
.widget_meta ul li a:hover,
.widget_meta ul li a:active,
.widget_meta ul li a:focus,
.widget_nav_menu ul li a:hover,
.widget_nav_menu ul li a:active,
.widget_nav_menu ul li a:focus,
.widget_recent_entries ul li a:hover,
.widget_recent_entries ul li a:active,
.widget_recent_entries ul li a:focus {
	color: #fcce08;
}

.widget_text a,
.widget_rss a {
	color: #637280;
	font-weight: bold;
}

.widget_text a:hover,
.widget_text a:active,
.widget_text a:focus,
.widget_rss a:hover,
.widget_rss a:active,
.widget_rss a:focus {
	color: #fcce08;
}

.widget_search .search-form {
	position: relative;
}

.widget_search .search-form input {
	padding-left: 15px;
	padding-right: 35px;
	background: #eeeeee;
}

.widget_search .search-form button {
	color: #bdbdbd;
	background: none;
	font-size: 17px;
	border: none;
	padding: 7px;
	margin: 0;
	position: absolute;
	right: 10px;
	top: 0;
}

.widget_search .search-form button:hover,
.widget_search .search-form button:focus,
.widget_search .search-form button:active {
	color: #637280;
}

.widget_calendar caption {
	text-align: center;
}

.amy-dark-bg .widget_calendar caption {
	color: #fff;
}

.widget_calendar table {
	font-size: 14px;
	border-top: 1px solid #ddd;
}

.widget_calendar table>thead tr>th,
.widget_calendar table>thead tr>td,
.widget_calendar table>tbody tr>th,
.widget_calendar table>tbody tr>td {
	text-align: center;
}

.widget_calendar table>thead>tr>th,
.widget_calendar table>thead>tr>td {
	border-bottom-width: 2px;
}

.widget_calendar table>thead {
	background: #e7e7e7;
}

.amy-dark-bg .widget_calendar table>thead {
	color: #fcce08;
}

.widget_calendar table>tfoot tr>td {
	border: 0;
}

.widget_calendar table tbody a {
	background: #fcce08;
	color: #fff;
	display: block;
	border-radius: 3px;
}

.amy-dark-bg .widget_calendar table tbody a {
	background-color: #e7e7e7;
	color: #fcce08;
}

.widget_calendar table tbody a:hover {
	background: #555;
}

.widget_calendar #next {
	text-align: right;
}

.widget_calendar #prev {
	text-align: left;
}

.widget_calendar #today {
	background-color: #f5f5f5;
}

.amy-dark-bg .widget_calendar #today {
	color: #fcce08;
}

@media (min-width: 991px) and (max-width: 1199px) {
	.widget_calendar table th,
	.widget_calendar table td {
		padding: 6px;
	}
}

.widget_nav_menu ul,
.widget_nav_menu ul ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.widget_nav_menu ul li {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #f2f2f2;
}

.widget_nav_menu ul li:before {
	content: none;
}

.widget_nav_menu ul li a {
	padding: 8px 0;
	display: block;
}

.widget_nav_menu ul li:last-child {
	border-bottom: 0;
}

.widget_nav_menu ul li ul.sub-menu {
	padding-left: 20px;
	border-top: 1px solid #f2f2f2;
}

.widget_nav_menu ul .menu-item-has-children>a:after {
	font-family: FontAwesome;
	content: "\f105";
	position: absolute;
	right: 0;
	color: #cacaca;
}

.widget_nav_menu ul .menu-item-has-children>a:hover:after {
	color: #fcce08;
}

.widget_nav_menu ul .current-menu-item>a {
	color: #fcce08;
}

.widget_nav_menu ul .current-menu-item>a:after {
	transform: rotate(90deg);
}

.amy_widget_blog_posts .amy-with-image {
	padding: 0;
	margin: 0;
	list-style: none;
}

.amy_widget_blog_posts .amy-with-image li {
	margin-bottom: 20px;
}

.amy_widget_blog_posts .amy-with-image li:before {
	content: none;
}

.amy_widget_blog_posts .amy-with-image li .post-thumb {
	float: left;
	width: 98px;
	margin-right: 15px;
}

.amy_widget_blog_posts .amy-with-image li .post-info h4 {
	margin: 0 0 2px;
	line-height: 18px;
	max-height: 38px;
	overflow: hidden;
}

.amy_widget_blog_posts .amy-with-image li .post-info a {
	font-family: "PT Sans Narrow", sans-serif;
	font-weight: 500;
	font-size: 16px;
	text-transform: uppercase;
}

.amy_widget_blog_posts .post-date,
.amy_widget_blog_posts .post-category {
	display: block;
	font-size: 12px;
	font-style: italic;
}

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

.widget_recent_comments ul li {
	font-style: italic;
	color: #99a5b0;
}

.widget_recent_comments ul li:before {
	display: inline-block;
	font-family: FontAwesome;
	font-size: 14px;
	line-height: 1;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f0e5";
	font-size: 13px;
	margin-right: 7px;
	opacity: 0.7;
}

.widget_recent_comments ul li a {
	font-style: normal;
}

.widget_rss .amy-widget-title img {
	margin-bottom: 2px;
}

.widget_rss .rss-date {
	color: #999;
	font-style: italic;
}

.widget_rss .rssSummary {
	margin-top: 5px;
}


/**
 * --------------------------------------------------------
 * 4.3. BLOG
 * --------------------------------------------------------
 */

* {
	min-height: 0;
	min-width: 0;
}

.amy-slick-slider,
.amy-project-images {
	padding: 0;
	margin: 0;
	overflow: hidden;
}

.amy-slick-slider .slick-slide,
.amy-project-images .slick-slide {
	text-align: center;
	margin-bottom: 0;
}

.amy-slick-slider .slick-slide img,
.amy-project-images .slick-slide img {
	margin: 0 auto;
	text-align: center;
}

.amy-slick-slider:hover .slick-arrow,
.amy-project-images:hover .slick-arrow {
	opacity: 1;
}

.amy-slick-slider .slick-arrow,
.amy-project-images .slick-arrow {
	width: 36px;
	height: 36px;
	border: 2px solid #fff;
	border-radius: 2px;
	z-index: 1;
	margin: 0;
	opacity: 0.4;
	line-height: 46px;
}

.amy-slick-slider .slick-arrow.slick-prev,
.amy-project-images .slick-arrow.slick-prev {
	left: 20px;
}

.amy-slick-slider .slick-arrow.slick-prev:before,
.amy-project-images .slick-arrow.slick-prev:before {
	content: "\f104";
	font-family: FontAwesome;
}

.amy-slick-slider .slick-arrow.slick-next,
.amy-project-images .slick-arrow.slick-next {
	right: 20px;
}

.amy-slick-slider .slick-arrow.slick-next:before,
.amy-project-images .slick-arrow.slick-next:before {
	content: "\f105";
	font-family: FontAwesome;
}

.amy-slick-slider .slick-arrow:active,
.amy-project-images .slick-arrow:active {
	position: absolute;
	top: 50%;
}

.comment-meta a,
.entry-tags a,
.entry-title a,
.entry-meta a,
.entry-cat-links {
	display: inline;
}

.entry-meta {
	color: #c6c6c6;
	font-size: 13px;
	line-height: 16px;
	text-align: right;
}

.entry-meta>span {
	margin-right: 1px;
	font-style: italic;
}

.entry-meta>span:after {
	content: "/";
	color: #c6c6c6;
	padding-left: 5px;
}

.entry-meta>span.entry-cat-links,
.entry-meta>span:last-child {
	margin-right: 0;
}

.entry-meta>span.entry-cat-links:after,
.entry-meta>span:last-child:after {
	content: none;
}

.entry-meta>span a {
	color: #c6c6c6;
}

.entry-meta>span a:hover,
.entry-meta>span a:active,
.entry-meta>span a:focus {
	color: #fcce08;
}

.entry-meta>span.entry-cat-links {
	float: left;
	font-family: "PT Sans Narrow", sans-serif;
	font-size: 16px;
	font-style: normal;
	position: relative;
	text-align: left;
	margin-bottom: 10px;
}

.entry-meta>span.entry-cat-links:before {
	content: "";
	width: 60px;
	height: 3px;
	position: absolute;
	top: -12px;
	left: 0;
	background-color: #fcce08;
}

.has-post-thumbnail .entry-meta>span.entry-cat-links:before {
	top: -15px;
}

.entry-meta>span.entry-cat-links a {
	color: #7d7d7d;
}

.entry-meta>span.entry-cat-links a:hover,
.entry-meta>span.entry-cat-links a:active,
.entry-meta>span.entry-cat-links a:focus {
	color: #fcce08;
}

.entry-title {
	color: #373f46;
}

.entry-title a {
	color: #373f46;
}

.entry-title a:hover,
.entry-title a:active,
.entry-title a:focus {
	color: #fcce08;
}

article.post {
	word-wrap: break-word;
	margin-bottom: 30px;
}

article.post.sticky .amy-post-wrapper {
	background: #fcf8d3;
}

article.post.sticky .amy-post-wrapper .entry-meta>span a {
	color: #637280;
}

.amy-post-wrapper {
	background: #fff;
	border: 1px solid rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.amy-post-content-wrapper {
	padding: 12px 30px 20px 30px;
	position: relative;
}

.entry-summary embed,
.entry-summary object,
.entry-summary iframe,
.entry-summary video,
.entry-content embed,
.entry-content object,
.entry-content iframe,
.entry-content video {
	max-width: 100%;
}

.entry-summary .wp-audio-shortcode,
.entry-summary .wp-video,
.entry-content .wp-audio-shortcode,
.entry-content .wp-video {
	margin-bottom: 20px;
}

.entry-read-more a,
.amy-post-wrapper .more-link {
	background: url(../images/bg/blog-read-more.png) no-repeat;
	text-indent: -9999em;
	position: absolute;
	width: 36px;
	height: 32px;
	bottom: 0;
	right: 0;
}

.entry-media .amy-responsive-embed {
	position: relative;
	padding-bottom: 56.25%;
}

.entry-media .amy-responsive-embed iframe {
	width: 100%;
	height: 100%;
	position: absolute;
}

.entry-footer {
	margin-top: 30px;
}

.entry-footer .tags-links {
	text-align: center;
	margin-bottom: 25px;
}

.entry-footer .tags-links a {
	text-transform: capitalize;
	display: inline-block;
	font-size: 14px;
	line-height: 1;
	padding: 10px 15px;
	margin: 1.5px;
	background-color: #d1d1d1;
	color: #637280;
}

.entry-footer .tags-links a:hover,
.entry-footer .tags-links a:active,
.entry-footer .tags-links a:focus {
	opacity: 0.8;
}

.entry-footer .tags-links a:active {
	position: relative;
	top: 2px;
}

.entry-footer .amy-post-actions {
	padding-top: 15px;
	border-top: 1px solid #f7f7f7;
}

.entry-footer .amy-post-actions:before,
.entry-footer .amy-post-actions:after {
	content: " ";
	display: table;
}

.entry-footer .amy-post-actions:after {
	clear: both;
}

.entry-footer .amy-post-actions .entry-leave-comment {
	float: left;
}

.entry-footer .amy-post-actions .entry-leave-comment a {
	font-family: "PT Sans Narrow", sans-serif;
	font-size: 18px;
	color: #373f46;
}

.entry-footer .amy-post-actions .entry-leave-comment a:hover,
.entry-footer .amy-post-actions .entry-leave-comment a:active,
.entry-footer .amy-post-actions .entry-leave-comment a:focus {
	color: #fcce08;
}

.entry-footer .amy-post-actions .amy-post-share {
	float: right;
}

.entry-footer .amy-post-actions .amy-post-share .amy-post-share-title {
	font-family: "PT Sans Narrow", sans-serif;
	font-size: 18px;
	color: #373f46;
}

.entry-footer .amy-post-actions .amy-post-share ul.amy-social-icons {
	display: inline-block;
	margin-left: 15px;
}

.entry-author {
	background: #fff;
	border: 1px solid rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
	padding: 30px;
	margin-top: 30px;
}

.entry-author:before,
.entry-author:after {
	content: " ";
	display: table;
}

.entry-author:after {
	clear: both;
}

.entry-author .author-avatar {
	float: left;
}

.entry-author .author-avatar img {
	border-radius: 50%;
}

.entry-author .author-info {
	margin-left: 95px;
}

.entry-author .author-info h3.author-title {
	font-size: 20px;
	line-height: 20px;
	margin-top: 0;
	margin-bottom: 6px;
}

.post-navigation {
	background: #fff;
	border: 1px solid rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
	margin: 9px 0;
	padding: 20px 30px 12px 30px;
}

.post-navigation:before,
.post-navigation:after {
	content: " ";
	display: table;
}

.post-navigation:after {
	clear: both;
}

.post-navigation a:hover .post-near {
	color: #fcce08;
}

.post-navigation a:hover .btn-nav:before {
	color: #fcce08;
}

.post-navigation .post-near {
	font-size: 18px;
	font-family: "PT Sans Narrow", sans-serif;
	font-weight: 400;
	line-height: 1;
	color: #373f46;
	transition: all 0.2s linear;
}

.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.post-navigation .nav-previous .btn-nav {
	float: left;
	margin-right: 12px;
	display: inline-block;
	position: relative;
	font-size: 0;
	line-height: 20px;
	transition: all 0.2s linear;
}

.post-navigation .nav-previous .btn-nav:before {
	content: "\f177";
	font-family: 'FontAwesome';
	font-size: 20px;
	color: #373f46;
	transition: all 0.2s linear;
}

.post-navigation .nav-next {
	width: 50%;
	float: right;
	text-align: right;
}

.post-navigation .nav-next .btn-nav {
	float: right;
	margin-left: 12px;
	display: inline-block;
	position: relative;
	font-size: 0;
	line-height: 20px;
	transition: all 0.2s linear;
}

.post-navigation .nav-next .btn-nav:before {
	content: "\f178";
	font-family: 'FontAwesome';
	font-size: 20px;
	color: #000;
	transition: all 0.2s linear;
}

.blog-default>.container,
.blog-default>.container-fluid {
	max-width: 760px;
}

.amy-header-vertical .blog-default>.container,
.amy-header-vertical .blog-default>.container-fluid {
	max-width: 860px;
}

.blog-default article.sticky .entry-meta>span.entry-cat-links:before {
	background: #dd4b39;
}

.entry-gallery {
	overflow: hidden;
}

.page-links span {
	padding: 0 5px;
}

.entry-image {
	position: relative;
}

.entry-image img {
	max-width: 100%;
	height: auto;
}

.entry-image a {
	display: inline-block;
	position: relative;
	width: 100%;
	height: 100%;
}

.entry-media {
	overflow: hidden;
}

.entry-media .gallerix-responsive-embed {
	position: relative;
	padding-bottom: 56.25%;
}

.entry-media .gallerix-responsive-embed embed,
.entry-media .gallerix-responsive-embed object,
.entry-media .gallerix-responsive-embed video,
.entry-media .gallerix-responsive-embed iframe {
	width: 100%;
	height: 100%;
	position: absolute;
}

.entry-media .wp-playlist {
	margin: 0 !important;
}

.wp-playlist-item,
.wp-playlist {
	border-color: #e8e8e8;
}

.format-audio .entry-image {
	margin-bottom: 0;
}

.entry-gallery {
	overflow: hidden;
	margin-bottom: 14px;
}

.gallery:before,
.gallery:after {
	content: " ";
	display: table;
}

.gallery:after {
	clear: both;
}

.gallery-item {
	display: inline-block;
	max-width: 33.33%;
	vertical-align: top;
	width: 100%;
	margin: 0 0 20px 0;
	padding-right: 10px;
}

.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: #999;
	display: block;
	font-size: 13px;
	font-style: italic;
	padding-right: 5px;
}

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

.amy-chat {
	margin: 0;
	padding: 0;
	list-style: none;
}

.amy-chat-row {
	margin-bottom: 15px;
}

.amy-chat-author {
	font-weight: 500;
	display: inline;
}

.amy-chat-row-even .amy-chat-author {
	color: #2980b9;
}

.amy-chat-row-odd .amy-chat-author {
	color: #27ae60;
}

.amy-chat-text {
	display: inline;
}

.amy-comment-wrap {
	background-color: #fff;
	padding: 30px;
	margin-top: 30px;
	background: #fff;
	border: 1px solid rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.comments-title {
	color: #373f46;
	margin-top: 0;
	margin-bottom: 30px;
	line-height: 1;
	font-size: 24px;
}

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

.comment-list .comment {
	border-bottom: 1px solid #f5f5f5;
	padding-bottom: 10px;
	position: relative;
}

.comment-list .comment.bypostauthor .fn {
	background: #222;
	color: #fff;
	padding: 0px 6px;
	border-radius: 4px;
}

.comment-list .comment .children .comment {
	border-bottom: none;
	padding-bottom: 0;
}

.comment-list .pingback article,
.comment-list .trackback article {
	padding-left: 0;
}

.comment-list .children {
	list-style: none;
	padding-left: 85px;
}

.comment-list article {
	margin-top: 30px;
	margin-bottom: 10px;
	min-height: 75px;
	padding-left: 70px;
	position: relative;
}

.comment-list .comment-author {
	display: inline-block;
	margin-right: 5px;
	color: #373f46;
	font-size: 18px;
	font-family: "PT Sans Narrow", sans-serif;
}

.comment-list .comment-author .avatar {
	position: absolute;
	left: 0;
	border-radius: 4px;
}

.comment-list .comment-author .say {
	display: none;
}

.comment-list .comment-author b {
	font-weight: 400;
}

.comment-list .comment-meta {
	padding-bottom: 5px;
}

.comment-list .comment-metadata {
	display: inline-block;
	color: #999999;
	font-size: 12px;
}

.comment-list .comment-metadata:before {
	content: "\2013";
	margin-right: 5px;
	font-size: 12px;
	color: #999;
}

.comment-list .comment-metadata a {
	color: #999;
}

.comment-list .comment-content {
	margin-bottom: 20px;
}

.comment-list .comment-content p {
	margin: 0;
}

.comment-list .reply {
	font-size: 14px;
	display: inline-block;
	float: right;
}

.comment-list .reply a {
	color: #999;
	line-height: 1;
	padding: 4px 10px;
	background-color: #ebebeb;
	border-radius: 2px;
	font-family: "PT Sans Narrow", sans-serif;
}

.comment-list .reply a:hover,
.comment-list .reply a:active,
.comment-list .reply a:focus {
	opacity: 0.8;
}

.comment-list .reply a:active {
	position: relative;
	top: 2px;
}

.comment-respond {
	margin-top: 30px;
}

.comment-respond p {
	margin-top: 0;
}

.comment-respond .comment-reply-title {
	margin: 0 0 25px 0;
	line-height: 1;
	color: #373f46;
	font-size: 24px;
}

.comment-respond .comment-form-comment,
.comment-respond .comment-form-author,
.comment-respond .comment-form-url,
.comment-respond .comment-form-email {
	position: relative;
}

.comment-respond .comment-form-comment label,
.comment-respond .comment-form-author label,
.comment-respond .comment-form-url label,
.comment-respond .comment-form-email label {
	position: absolute;
	top: 8px;
	left: 16px;
}

.comment-respond .comment-form-comment label:after,
.comment-respond .comment-form-author label:after,
.comment-respond .comment-form-url label:after,
.comment-respond .comment-form-email label:after {
	content: ":";
	position: absolute;
	top: 0;
	right: -4px;
}

.comment-respond .comment-form-comment label {
	top: 8px;
}

.comment-respond .comment-form-comment textarea {
	padding-left: 100px;
}

.comment-respond .comment-form-author input {
	padding-left: 72px;
}

.comment-respond .comment-form-url input {
	padding-left: 75px;
}

.comment-respond .comment-form-email input {
	padding-left: 68px;
}

.comment-respond .form-submit {
	text-align: right;
}

.comment-respond .form-submit input {
	margin: 0;
}

.comments-title,
.comment-reply-title {
	position: relative;
}

.related-posts {
	background: #fff;
	border: 1px solid rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
	padding: 30px;
	margin-top: 30px;
}

.related-posts h2 {
	margin-top: 0;
	margin-bottom: 25px;
	color: #373f46;
	font-size: 24px;
}

.related-posts a {
	color: #637280;
}

.related-posts a h4 {
	transition: all 0.2s linear;
}

.related-posts a:hover,
.related-posts a:active,
.related-posts a:focus {
	color: #fcce08;
}

.related-posts a:hover h4,
.related-posts a:active h4,
.related-posts a:focus h4 {
	color: #fcce08;
}

.related-posts time {
	color: #c6c6c6;
	margin-left: 7px;
}

.related-posts time:before {
	content: "-";
	margin-right: 5px;
}

.related-posts.related-posts-thumbnail ul {
	padding: 0;
	margin: 0 -10px;
}

.related-posts.related-posts-thumbnail ul:before,
.related-posts.related-posts-thumbnail ul:after {
	content: " ";
	display: table;
}

.related-posts.related-posts-thumbnail ul:after {
	clear: both;
}

.related-posts.related-posts-thumbnail ul li {
	width: 32%;
	display: inline-block;
	vertical-align: top;
	padding: 0 10px;
	margin-bottom: 10px;
}

.related-posts.related-posts-thumbnail ul li img {
	margin-bottom: 5px;
}

@media screen and (max-width: 480px) {
	.comment-list .children {
		padding-left: 10px;
	}
}


/**
 * --------------------------------------------------------
 * 4.4. PORTFOLIO
 * --------------------------------------------------------
 */

.lg-outer .lg-thumb {
	margin-left: auto;
	margin-right: auto;
}

.amy-portfolio-popup-light .lg-backdrop {
	background: #fff;
	opacity: 0.99;
}

.amy-portfolio-popup-light .lg-sub-html,
.amy-portfolio-popup-light .lg-toolbar,
.amy-portfolio-popup-light .lg-outer,
.amy-portfolio-popup-light .lg-thumb-outer {
	background: none;
}

.amy-portfolio-popup-light #lg-counter,
.amy-portfolio-popup-light .lg-icon,
.amy-portfolio-popup-light .lg-sub-html {
	color: #000;
}

.amy-portfolio-popup-light .lg-icon:hover {
	color: #fcce08;
}

.amy-portfolio-popup-light .lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
	bottom: 86px;
	font-weight: 700;
}

.amy-portfolio-popup-light .lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
	opacity: 0.5;
	border: none;
}

.amy-portfolio-popup-light .lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item.active,
.amy-portfolio-popup-light .lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item:hover,
.amy-portfolio-popup-light .lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item:focus {
	opacity: 1;
}

.amy-portfolio-popup-light .lg-actions button {
	background-color: transparent;
}

.amy-portfolio-popup-light .lg-outer .lg-toogle-thumb {
	background-color: transparent;
}

.amy-portfolio-popup-light .lg-outer.lg-has-thumb .lg-inner {
	height: calc(100% - 130px);
}

.amy-portfolio-popup-light .lg-outer .lg-item:before,
.amy-portfolio-popup-light .lg-outer .lg-img-wrap:before {
	content: "";
	display: inline-block;
	height: 50%;
	width: 1px;
	margin-right: -1px;
}

.amy-col-2 {
	width: 50%;
}

.amy-col-3 {
	width: 33.33333%;
}

.amy-col-4 {
	width: 25%;
}

.amy-col-5 {
	width: 20%;
}

.amy-col-6 {
	width: 16.66667%;
}

@keyframes amy-portfolio-spin {
	0% {
		transform: rotate(0deg) translate(-50%, -50%);
	}
	100% {
		transform: rotate(359deg) translate(-50%, -50%);
	}
}

.amy-portfolio-item-loading .amy-project-image a:before {
	content: "\f110";
	animation: amy-portfolio-spin 2s infinite linear;
}

.amy-portfolio-grid .amy-portfolio-meta-over-image .amy-portfolio-item-loading .amy-project-image a:before {
	content: "\f110";
	animation: amy-portfolio-spin 2s infinite linear;
}

.amy-project-image {
	position: relative;
	overflow: hidden;
}

.amy-project-image:after {
	background: #000;
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	top: 0;
	opacity: 0;
	z-index: 0;
	transition: opacity 0.5s;
}

.amy-project-image a {
	display: block;
}

.amy-project-image a:before {
	content: "\f03e";
	color: #fff;
	background: transparent;
	font-family: "FontAwesome";
	font-size: 26px;
	text-align: center;
	line-height: 60px;
	height: 60px;
	position: absolute;
	left: 50%;
	top: 70%;
	width: 60px;
	transform: translate(-50%, -50%);
	border-radius: 50%;
	transition: all 0.5s ease 0.1s;
	z-index: 2;
	opacity: 0;
}

.amy-project-image img {
	transform: scale(1);
	transition: all 4.5s ease-out;
}

.amy-portfolio-grid .amy-portfolio-filter {
	text-align: center;
	margin-bottom: 30px;
}

.amy-portfolio-grid .amy-portfolio-filter a {
	font-family: "PT Sans Narrow", sans-serif;
	font-size: 17px;
	font-weight: 500;
	display: inline-block;
	margin: 0 20px;
	color: #637280;
}

.amy-portfolio-grid .amy-portfolio-filter a.amy-active {
	color: #fcce08;
}

.amy-portfolio-grid .amy-portfolio-filter a:hover,
.amy-portfolio-grid .amy-portfolio-filter a:active,
.amy-portfolio-grid .amy-portfolio-filter a:focus {
	color: #fcce08;
}

.amy-portfolio-grid .amy-portfolio-loop:before,
.amy-portfolio-grid .amy-portfolio-loop:after {
	content: " ";
	display: table;
}

.amy-portfolio-grid .amy-portfolio-loop:after {
	clear: both;
}

.amy-portfolio-grid .amy-portfolio-item {
	float: left;
	display: inline-block;
	padding: 0 15px;
	margin-bottom: 15px;
	z-index: 2;
}

.amy-portfolio-grid .amy-portfolio-item .amy-project-content {
	text-align: center;
	padding: 15px;
}

.amy-portfolio-grid .amy-portfolio-item .amy-project-content h3 {
	margin: 0;
}

.amy-portfolio-grid .amy-portfolio-item .amy-project-content .amy-project-categories {
	font-family: "PT Sans Narrow", sans-serif;
	font-size: 16px;
}

.amy-portfolio-grid .amy-portfolio-item:hover .amy-project-image img {
	transform: scale(1.1);
}

.amy-portfolio-grid .amy-portfolio-item:hover .amy-project-image a:before {
	top: 50%;
	opacity: .7;
	background: rgba(0, 0, 0, 0.4);
}

.amy-portfolio-grid .amy-portfolio-item:hover .amy-project-image a:hover:before {
	opacity: 1;
}

.amy-portfolio-grid .amy-portfolio-item:hover .amy-project-image:after {
	opacity: 0.4;
}

.amy-portfolio-grid .amy-portfolio-meta-under-image .amy-project-content {
	background: #fff;
	border: 1px solid rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.amy-portfolio-grid .amy-portfolio-meta-under-image .amy-project-content h3 a {
	color: #373f46;
}

.amy-portfolio-grid .amy-portfolio-meta-under-image .amy-project-content h3 a:hover,
.amy-portfolio-grid .amy-portfolio-meta-under-image .amy-project-content h3 a:active,
.amy-portfolio-grid .amy-portfolio-meta-under-image .amy-project-content h3 a:focus {
	color: #fcce08;
}

.amy-portfolio-grid .amy-portfolio-meta-under-image .amy-project-content .amy-project-categories {
	color: #637280;
}

.amy-portfolio-grid .amy-portfolio-meta-under-image .amy-project-content .amy-project-categories a {
	color: #637280;
}

.amy-portfolio-grid .amy-portfolio-meta-under-image .amy-project-content .amy-project-categories a:hover,
.amy-portfolio-grid .amy-portfolio-meta-under-image .amy-project-content .amy-project-categories a:active,
.amy-portfolio-grid .amy-portfolio-meta-under-image .amy-project-content .amy-project-categories a:focus {
	color: #fcce08;
}

.amy-portfolio-grid .amy-portfolio-meta-over-image .amy-project-wrapper {
	position: relative;
}

.amy-portfolio-grid .amy-portfolio-meta-over-image .amy-project-wrapper:after {
	background: #000;
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	top: 0;
	opacity: 0;
	z-index: 0;
	transition: opacity 0.5s;
}

.amy-portfolio-grid .amy-portfolio-meta-over-image .amy-portfolio-item:hover .amy-project-wrapper:after {
	opacity: 0.4;
}

.amy-portfolio-grid .amy-portfolio-meta-over-image .amy-portfolio-item:hover .amy-project-content {
	opacity: 1;
	bottom: 20px;
}

.amy-portfolio-grid .amy-portfolio-meta-over-image .amy-project-image a:before {
	content: none;
}

.amy-portfolio-grid .amy-portfolio-meta-over-image .amy-project-content {
	position: absolute;
	bottom: 0;
	width: 100%;
	z-index: 2;
	opacity: 0;
	transition: 0.5s;
}

.amy-portfolio-grid .amy-portfolio-meta-over-image .amy-project-content h3 a {
	color: #fff;
}

.amy-portfolio-grid .amy-portfolio-meta-over-image .amy-project-content h3 a:hover,
.amy-portfolio-grid .amy-portfolio-meta-over-image .amy-project-content h3 a:active,
.amy-portfolio-grid .amy-portfolio-meta-over-image .amy-project-content h3 a:focus {
	color: #fcce08;
}

.amy-portfolio-grid .amy-portfolio-meta-over-image .amy-project-content .amy-project-categories {
	color: #bdbdbd;
}

.amy-portfolio-grid .amy-portfolio-meta-over-image .amy-project-content .amy-project-categories a {
	color: #bdbdbd;
}

.amy-portfolio-grid .amy-portfolio-meta-over-image .amy-project-content .amy-project-categories a:hover,
.amy-portfolio-grid .amy-portfolio-meta-over-image .amy-project-content .amy-project-categories a:active,
.amy-portfolio-grid .amy-portfolio-meta-over-image .amy-project-content .amy-project-categories a:focus {
	color: #fff;
}

.amy-portfolio-project {
	position: relative;
	background: #fff;
	border: 1px solid rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.amy-portfolio-project .amy-project-content-wrapper {
	padding: 15px 30px 50px 30px;
}

.amy-portfolio-project.amy-portfolio-project-left-slider .amy-project-content-wrapper {
	padding: 0 15px 15px 0;
}

.amy-portfolio-project.amy-portfolio-project-bottom-images {
	padding-bottom: 30px;
}

.amy-portfolio-project.amy-portfolio-project-bottom-images .amy-project-content-wrapper {
	padding-bottom: 10px;
}

.amy-portfolio-project.amy-portfolio-project-bottom-images .amy-project-images {
	padding: 30px;
	margin: 0 -5px;
}

.amy-portfolio-project.amy-portfolio-project-bottom-images .amy-project-images [class*="amy-col-"] {
	padding: 5px;
}

.amy-portfolio-project.amy-portfolio-project-horizontal {
	position: relative;
}

.amy-portfolio-project.amy-portfolio-project-horizontal .amy-project-wrapper .frame>ul>li.amy-project-horizontal-text {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
}

.amy-portfolio-project.amy-portfolio-project-horizontal .amy-portfolio-back-to-gallery {
	position: static;
	-ms-flex-order: 99;
	order: 99;
	text-align: center;
}

.amy-portfolio-project.amy-portfolio-project-horizontal .amy-project-wrapper {
	position: relative;
	height: 100%;
	overflow: hidden;
}

.amy-portfolio-project.amy-portfolio-project-horizontal .amy-project-wrapper .frame {
	width: 100%;
	margin: 0 auto;
	height: 100%;
}

.amy-portfolio-project.amy-portfolio-project-horizontal .amy-project-wrapper .frame>ul {
	list-style: none;
	margin: 0;
	padding: 0;
	height: 100%;
}

.amy-portfolio-project.amy-portfolio-project-horizontal .amy-project-wrapper .frame>ul>li {
	float: left;
	display: inline-block;
	height: 100%;
	padding: 0;
	cursor: pointer;
}

.amy-portfolio-project.amy-portfolio-project-horizontal .amy-project-wrapper .controls .button-nav {
	display: inline-block;
	cursor: pointer;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: rgba(0, 0, 0, 0.3);
	color: #fff;
	text-align: center;
	line-height: 48px;
	font-size: 26px;
	position: absolute;
	top: 48%;
	z-index: 99;
}

.amy-portfolio-project.amy-portfolio-project-horizontal .amy-project-wrapper .controls .button-nav:hover {
	background-color: rgba(0, 0, 0, 0.6);
}

.amy-portfolio-project.amy-portfolio-project-horizontal .amy-project-wrapper .controls .button-nav.prev {
	left: 5px;
}

.amy-portfolio-project.amy-portfolio-project-horizontal .amy-project-wrapper .controls .button-nav.next {
	right: 5px;
}

.amy-portfolio-project.amy-portfolio-project-horizontal .amy-project-wrapper .controls .button-nav.disabled {
	display: none;
}

.amy-portfolio-project.amy-portfolio-project-horizontal .amy-project-wrapper .amy-project-content-wrapper {
	width: 320px;
	height: 100%;
	padding-bottom: 15px;
}

.amy-portfolio-project.amy-portfolio-project-horizontal .amy-project-wrapper .amy-project-image {
	height: 100%;
}

.amy-portfolio-project.amy-portfolio-project-horizontal .amy-project-wrapper .amy-project-image a {
	height: 100%;
	display: inline-block;
}

.amy-portfolio-project.amy-portfolio-project-horizontal .amy-project-wrapper .amy-project-image a img {
	transition: none;
	height: 100%;
	max-width: none;
}

.amy-portfolio-project.amy-portfolio-project-horizontal .scrollbar {
	margin: 0;
	width: 100%;
	height: 14px;
	line-height: 0;
	border-radius: 10px;
	position: absolute;
	left: 0;
	bottom: -20px;
	background-color: #fff;
	background: #fff;
	border: 1px solid rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.amy-portfolio-project.amy-portfolio-project-horizontal .scrollbar .handle {
	width: 100px;
	height: 100%;
	background: #fcce08;
	cursor: pointer;
	border-radius: 10px;
}

.amy-portfolio-project.amy-portfolio-project-horizontal .scrollbar .handle .mousearea {
	position: absolute;
	bottom: 0px;
	left: 0;
	width: 100%;
	height: 12px;
	text-align: center;
	line-height: 11px;
	color: #fff;
}

.amy-portfolio-project.amy-portfolio-project-horizontal .scrollbar .handle .mousearea:before {
	content: "\f07e";
	font-family: 'FontAwesome';
}

.amy-portfolio-project h2.amy-project-title {
	margin-bottom: 0;
}

.amy-portfolio-project .amy-project-categories {
	font-family: "PT Sans Narrow", sans-serif;
	font-size: 16px;
}

.amy-portfolio-project .amy-project-categories a {
	color: #637280;
}

.amy-portfolio-project .amy-project-categories a:hover,
.amy-portfolio-project .amy-project-categories a:active,
.amy-portfolio-project .amy-project-categories a:focus {
	color: #fcce08;
}

.amy-portfolio-project .amy-project-content {
	margin-top: 20px;
}

.amy-portfolio-project .amy-project-share {
	margin-top: 20px;
}

.amy-portfolio-project .amy-project-share ul.amy-social-icons {
	display: inline-block;
	margin-left: 10px;
}

.amy-portfolio-project .amy-project-image:hover a:before {
	top: 50%;
	opacity: .7;
	background: rgba(0, 0, 0, 0.4);
}

.amy-portfolio-project .amy-project-image:hover a:hover:before {
	opacity: 1;
}

.amy-portfolio-project .amy-project-image:hover:after {
	opacity: 0.2;
}

.amy-portfolio-project .amy-portfolio-back-to-gallery {
	position: absolute;
	top: 0;
	right: 0;
	font-family: "PT Sans Narrow", sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 30px;
	padding: 0 30px;
	background: #d1d1d1;
	color: #637280;
	z-index: 99;
}

.amy-portfolio-project .amy-portfolio-back-to-gallery:before {
	content: "⟵";
	margin-right: 5px;
}

.amy-portfolio-project .amy-portfolio-back-to-gallery:hover,
.amy-portfolio-project .amy-portfolio-back-to-gallery:active,
.amy-portfolio-project .amy-portfolio-back-to-gallery:focus {
	opacity: 0.8;
}

.page-content .amy-shortcode-portfolio-grid,
.page-content .amy-portfolio-loop {
	min-height: 500px;
}

.page-content .amy-portfolio-project {
	width: 100%;
}

.amy-portfolio-wrapper {
	visibility: hidden;
}

.amy-portfolio-wrapper.amy-portfolio-loaded {
	visibility: visible;
}


/* Grid Loading Effect*/

.grid--hidden {
	position: fixed !important;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	pointer-events: none;
	opacity: 0;
}

.grid--loading::before,
.grid--loading::after {
	content: '';
	z-index: 1000;
}

.grid--loading::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #f9f9f9;
}

.grid--loading::after {
	position: absolute;
	top: calc(25vh - 20px);
	left: 50%;
	width: 40px;
	height: 40px;
	margin: 0 0 0 -20px;
	border: 8px solid #383a41;
	border-bottom-color: #565963;
	border-radius: 50%;
	animation: animLoader 0.8s linear forwards infinite;
}

.grid__deco {
	position: absolute;
	top: 0;
	left: 0;
	pointer-events: none;
}

.grid__deco path {
	fill: none;
	stroke: #fff;
	stroke-width: 2px;
}

.grid__reveal {
	position: absolute;
	z-index: 50;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	opacity: 0;
	background-color: #2c2d31;
}

@keyframes animLoader {
	to {
		transform: rotate(360deg);
	}
}

@media (max-width: 980px) {
	.amy-col-3,
	.amy-col-4 {
		width: 50%;
	}
	.amy-col-5,
	.amy-col-6 {
		width: 33.33333%;
	}
}

@media (max-width: 480px) {
	.amy-col-2,
	.amy-col-3,
	.amy-col-4,
	.amy-col-5,
	.amy-col-6 {
		width: 100%;
	}
}


/**
 * ============================================================================
 * 05. SHORTCODES
 * ============================================================================
 */


/**
 * --------------------------------------------------------
 * 4.1. BLOG SLIDER
 * --------------------------------------------------------
 */

.amy-shortcode-post-slider-wrapper {
	margin: 0 auto;
}

.amy-shortcode-post-slider-wrapper.slick-dotted.slick-slider {
	margin-bottom: 0;
}

.amy-shortcode-post-slider-wrapper .slick-slide {
	position: relative;
}

.amy-shortcode-post-slider-wrapper .slick-slide .entry-image a {
	display: block;
}

.amy-shortcode-post-slider-wrapper .slick-slide .entry-content {
	position: absolute;
	bottom: 60px;
	left: 35px;
	background-color: #fff;
	padding: 25px;
	max-width: 70%;
}

.amy-shortcode-post-slider-wrapper .slick-slide .entry-content .entry-header:after {
	content: none !important;
}

.amy-shortcode-post-slider-wrapper .slick-slide .entry-content .entry-header .entry-meta .entry-cat-links:before {
	content: none;
}

.amy-shortcode-post-slider-wrapper .slick-slide .entry-content .entry-header .entry-title {
	font-size: 20px;
	margin: 10px 0 5px;
}

.amy-shortcode-post-slider-wrapper .custom_paging {
	list-style: none;
	margin: 0;
	position: absolute;
	width: 100px;
	background-color: rgba(255, 255, 255, 0.85);
	bottom: 48px;
	left: 35px;
	text-align: center;
	padding: 6px 0;
}

.amy-shortcode-post-slider-wrapper .custom_paging li {
	margin: 0;
	display: none;
	font-family: "PT Sans Narrow", sans-serif;
	color: #4d5863;
	font-size: 16px;
}

.amy-shortcode-post-slider-wrapper .custom_paging li.slick-active {
	display: block;
}

.amy-shortcode-post-slider-wrapper .slick-next:before,
.amy-shortcode-post-slider-wrapper .slick-prev:before {
	font-family: "PT Sans Narrow", sans-serif;
}

.amy-shortcode-post-slider-wrapper .slick-next {
	right: inherit;
	top: inherit;
	bottom: 45px;
	z-index: 9;
	left: 108px;
}

.amy-shortcode-post-slider-wrapper .slick-next:before {
	color: #999;
	opacity: 1;
}

.amy-shortcode-post-slider-wrapper .slick-prev {
	z-index: 9;
	top: inherit;
	bottom: 45px;
	left: 40px;
}

.amy-shortcode-post-slider-wrapper .slick-prev:before {
	color: #999;
	opacity: 1;
}

.amy-shortcode-post-slider-wrapper button:active {
	top: auto;
	position: absolute;
}

.slick-slide img {
	width: 100%;
}

.blog-masonry .amy-shortcode-post-slider-wrapper .custom_paging {
	bottom: 22.7%;
}

.blog-masonry .amy-shortcode-post-slider-wrapper .slick-next,
.blog-masonry .amy-shortcode-post-slider-wrapper .slick-prev {
	bottom: 22.2%;
}

@media (max-width: 1440px) {
	.blog-masonry .amy-shortcode-post-slider-wrapper .custom_paging {
		display: none;
	}
	.blog-masonry .amy-shortcode-post-slider-wrapper .slick-prev,
	.blog-masonry .amy-shortcode-post-slider-wrapper .slick-next {
		display: none;
	}
}