@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. CONTENT
 *		3.7. FOOTER
 *		3.8. PAGINATION
 *	04. WORDPRESS DEFAULT STYLES
 *		4.1. WIDGETS
 *		4.2. BLOG
 *	05. SHORTCODES
 *		5.1. PRODUCTS
 *		5.2. LOOKBOOK
 *		5.3. TESTIMONIALS
 *		5.4. BLOGS
 *		5.5. COUNTDOWN
 *		5.6. TABS
 *		5.7. HEADING
 *		5.8. INSTAGRAM
 *		5.9. CUSTOM
 */

/*
 * ============================================================================
 * 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: rgba(0, 0, 0, 0);
}

body {
	font-family: Muli, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 15px;
	line-height: 1.5;
	color: #666;
	background-color: #fff;
}

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

a {
	color: #00a5b2;
	text-decoration: none;
}

a:hover,
a:focus {
	color: #00a5b2;
	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.5;
	background-color: #fff;
	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: 22px;
	margin-bottom: 22px;
	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: Heebo, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 700;
	line-height: 1.1;
	color: #00a5b2;
}

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: 22px;
	margin-bottom: 11px;
}

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: 11px;
	margin-bottom: 11px;
}

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: 25px;
}

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

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

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

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

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

p {
	margin: 0 0 11px;
}

.lead {
	margin-bottom: 22px;
	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: 10px;
	margin: 44px 0 22px;
	border-bottom: 1px solid #eeeeee;
}

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

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: 22px;
}

dt,
dd {
	line-height: 1.5;
}

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: 11px 22px;
	margin: 0 0 22px;
	font-size: 15px;
	border-left: 5px solid #00a5b2;
}

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.5;
	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 #00a5b2;
	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: 22px;
	font-style: normal;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	text-transform: uppercase;
}

p {
	margin-bottom: 20px;
}

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

a:hover,
a:active,
a:focus {
	text-decoration: none;
	color: #00a5b2;
}

a:hover,
a:active {
	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;
}

::-moz-selection {
	background: #00a5b2;
	color: #fff;
}

::selection {
	background: #00a5b2;
	color: #fff;
}

::-moz-selection {
	background: #00a5b2;
	color: #fff;
}

/**
 * --------------------------------------------------------
 * 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: 10.5px;
	margin: 0 0 11px;
	font-size: 14px;
	line-height: 1.5;
	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: 22px;
}

.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.5;
	vertical-align: top;
	border-top: 1px solid #f1f1f1;
}

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

.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 #f1f1f1;
}

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

.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 #f1f1f1;
}

.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 #f1f1f1;
}

.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: 16.5px;
		overflow-y: hidden;
		-ms-overflow-style: -ms-autohiding-scrollbar;
		border: 1px solid #f1f1f1;
	}
	.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: 22px;
	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.5;
	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: block;
	width: 100%;
	height: 40px;
	padding: 6px 12px;
	font-size: 15px;
	line-height: 1.5;
	color: #555555;
	background-color: #fafafa;
	background-image: none;
	border: 1px solid #f1f1f1;
	border-radius: 0;
	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: #e9e9e9;
}

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: #00a5b2;
}

.amy-dark-bg select,
.amy-dark-bg textarea,
.amy-dark-bg input[type="text"],
.amy-dark-bg input[type="password"],
.amy-dark-bg input[type="datetime"],
.amy-dark-bg input[type="datetime-local"],
.amy-dark-bg input[type="date"],
.amy-dark-bg input[type="month"],
.amy-dark-bg input[type="time"],
.amy-dark-bg input[type="week"],
.amy-dark-bg input[type="number"],
.amy-dark-bg input[type="email"],
.amy-dark-bg input[type="url"],
.amy-dark-bg input[type="search"],
.amy-dark-bg input[type="tel"],
.amy-dark-bg input[type="color"] {
	background: transparent;
	color: #fff;
	border-color: #f2f2f2;
}

.amy-dark-bg select::-moz-placeholder,
.amy-dark-bg textarea::-moz-placeholder,
.amy-dark-bg input[type="text"]::-moz-placeholder,
.amy-dark-bg input[type="password"]::-moz-placeholder,
.amy-dark-bg input[type="datetime"]::-moz-placeholder,
.amy-dark-bg input[type="datetime-local"]::-moz-placeholder,
.amy-dark-bg input[type="date"]::-moz-placeholder,
.amy-dark-bg input[type="month"]::-moz-placeholder,
.amy-dark-bg input[type="time"]::-moz-placeholder,
.amy-dark-bg input[type="week"]::-moz-placeholder,
.amy-dark-bg input[type="number"]::-moz-placeholder,
.amy-dark-bg input[type="email"]::-moz-placeholder,
.amy-dark-bg input[type="url"]::-moz-placeholder,
.amy-dark-bg input[type="search"]::-moz-placeholder,
.amy-dark-bg input[type="tel"]::-moz-placeholder,
.amy-dark-bg input[type="color"]::-moz-placeholder {
	color: #f2f2f2;
	opacity: 1;
}

.amy-dark-bg select:-ms-input-placeholder,
.amy-dark-bg textarea:-ms-input-placeholder,
.amy-dark-bg input[type="text"]:-ms-input-placeholder,
.amy-dark-bg input[type="password"]:-ms-input-placeholder,
.amy-dark-bg input[type="datetime"]:-ms-input-placeholder,
.amy-dark-bg input[type="datetime-local"]:-ms-input-placeholder,
.amy-dark-bg input[type="date"]:-ms-input-placeholder,
.amy-dark-bg input[type="month"]:-ms-input-placeholder,
.amy-dark-bg input[type="time"]:-ms-input-placeholder,
.amy-dark-bg input[type="week"]:-ms-input-placeholder,
.amy-dark-bg input[type="number"]:-ms-input-placeholder,
.amy-dark-bg input[type="email"]:-ms-input-placeholder,
.amy-dark-bg input[type="url"]:-ms-input-placeholder,
.amy-dark-bg input[type="search"]:-ms-input-placeholder,
.amy-dark-bg input[type="tel"]:-ms-input-placeholder,
.amy-dark-bg input[type="color"]:-ms-input-placeholder {
	color: #f2f2f2;
}

.amy-dark-bg select::-webkit-input-placeholder,
.amy-dark-bg textarea::-webkit-input-placeholder,
.amy-dark-bg input[type="text"]::-webkit-input-placeholder,
.amy-dark-bg input[type="password"]::-webkit-input-placeholder,
.amy-dark-bg input[type="datetime"]::-webkit-input-placeholder,
.amy-dark-bg input[type="datetime-local"]::-webkit-input-placeholder,
.amy-dark-bg input[type="date"]::-webkit-input-placeholder,
.amy-dark-bg input[type="month"]::-webkit-input-placeholder,
.amy-dark-bg input[type="time"]::-webkit-input-placeholder,
.amy-dark-bg input[type="week"]::-webkit-input-placeholder,
.amy-dark-bg input[type="number"]::-webkit-input-placeholder,
.amy-dark-bg input[type="email"]::-webkit-input-placeholder,
.amy-dark-bg input[type="url"]::-webkit-input-placeholder,
.amy-dark-bg input[type="search"]::-webkit-input-placeholder,
.amy-dark-bg input[type="tel"]::-webkit-input-placeholder,
.amy-dark-bg input[type="color"]::-webkit-input-placeholder {
	color: #f2f2f2;
}

.amy-dark-bg select:focus,
.amy-dark-bg textarea:focus,
.amy-dark-bg input[type="text"]:focus,
.amy-dark-bg input[type="password"]:focus,
.amy-dark-bg input[type="datetime"]:focus,
.amy-dark-bg input[type="datetime-local"]:focus,
.amy-dark-bg input[type="date"]:focus,
.amy-dark-bg input[type="month"]:focus,
.amy-dark-bg input[type="time"]:focus,
.amy-dark-bg input[type="week"]:focus,
.amy-dark-bg input[type="number"]:focus,
.amy-dark-bg input[type="email"]:focus,
.amy-dark-bg input[type="url"]:focus,
.amy-dark-bg input[type="search"]:focus,
.amy-dark-bg input[type="tel"]:focus,
.amy-dark-bg input[type="color"]:focus {
	border-color: #fff;
}

.amy-dark-bg option {
	color: #666;
}

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

input[type="button"],
input[type="submit"],
input[type="reset"],
button,
.button,
.widget_tag_cloud .tagcloud a {
	color: #00a5b2;
	font-size: 14px;
	font-weight: 700;
	background: transparent;
	display: inline-block;
	height: 40px;
	line-height: 36px;
	border: 2px solid #f1f1f1;
	padding-left: 30px;
	padding-right: 30px;
	margin-bottom: 5px;
	margin-right: 10px;
	border-radius: 4px;
	transition: all 0.2s ease-in-out;
}

input[type="button"]:focus,
input[type="button"]:hover,
input[type="button"]:active,
input[type="submit"]:focus,
input[type="submit"]:hover,
input[type="submit"]:active,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="reset"]:active,
button:focus,
button:hover,
button:active,
.button:focus,
.widget_tag_cloud .tagcloud a:focus,
.button:hover,
.widget_tag_cloud .tagcloud a:hover,
.button:active,
.widget_tag_cloud .tagcloud a:active {
	outline: none;
	text-decoration: none;
	color: #00a5b2;
	border-color: #00a5b2;
}

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,
.widget_tag_cloud .tagcloud a.disabled,
.button[disabled],
.widget_tag_cloud .tagcloud a[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,
.widget_tag_cloud .tagcloud a.disabled:hover,
.button.disabled:active,
.widget_tag_cloud .tagcloud a.disabled:active,
.button.disabled:focus,
.widget_tag_cloud .tagcloud a.disabled:focus,
.button[disabled]:hover,
.widget_tag_cloud .tagcloud a[disabled]:hover,
.button[disabled]:active,
.widget_tag_cloud .tagcloud a[disabled]:active,
.button[disabled]:focus,
.widget_tag_cloud .tagcloud a[disabled]:focus {
	background-color: inherit;
	color: inherit;
}

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

input[type="submit"],
button[type="submit"],
.submit,
.button.alt,
.widget_tag_cloud .tagcloud a.alt {
	background: #00a5b2;
	border-color: #00a5b2;
	color: #fff;
}

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,
.widget_tag_cloud .tagcloud a.alt:hover,
.button.alt:active,
.widget_tag_cloud .tagcloud a.alt:active,
.button.alt:focus,
.widget_tag_cloud .tagcloud a.alt:focus {
	background: #be511f;
	border-color: #ffffff;
	color: #fff;
}

.button-block {
	display: block;
	width: 100%;
	margin-left: 0;
	margin-right: 0;
}

.amyui-number-input {
	display: inline-block;
	position: relative;
	vertical-align: middle;
}

.amyui-number-input input {
	padding-left: 36px;
	padding-right: 36px;
	width: auto;
	-moz-appearance: textfield;
}

.amyui-number-input input::-webkit-outer-spin-button,
.amyui-number-input input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.amyui-number-input span {
	position: absolute;
	width: 32px;
	height: 16px;
	line-height: 16px;
	z-index: 1;
	top: 12px;
	color: #ccc;
	cursor: pointer;
	text-align: center;
	vertical-align: middle;
	display: inline-block;
}

.amyui-number-input span:hover {
	color: #00a5b2;
}

.amyui-number-input span.ni-up {
	right: 2px;
	border-left: 1px solid #f1f1f1;
}

.amyui-number-input span.ni-up:before {
	content: "+";
}

.amyui-number-input span.ni-down {
	left: 2px;
	border-right: 1px solid #f1f1f1;
}

.amyui-number-input span.ni-down:before {
	content: "-";
}

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

.screen-reader-text {
	display: none;
}

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

.clear:after {
	clear: both;
}

.amy-highlight {
	color: #00a5b2;
}

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

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

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

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

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

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

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

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

.amy-no-padding {
	padding-top: 0;
	padding-bottom: 0;
}

.amy-xs-padding {
	padding-top: 10px;
	padding-bottom: 10px;
}

.amy-sm-padding {
	padding-top: 20px;
	padding-bottom: 20px;
}

.amy-md-padding {
	padding-top: 40px;
	padding-bottom: 40px;
}

.amy-lg-padding {
	padding-top: 80px;
	padding-bottom: 80px;
}

.amy-xl-padding {
	padding-top: 160px;
	padding-bottom: 160px;
}

.amy-social-icons a {
	font-size: 13px;
	display: inline-block;
	color: #d5d5d5;
	border: 1px solid #d5d5d5;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	vertical-align: middle;
}

.amy-social-icons a:hover {
	color: #fff;
	background: #00a5b2;
	border-color: #fff;
}

.amy-list,
.amy-list ul,
.amy-list-with-icon,
.amy-list-with-icon ul,
.amy-list-with-image,
.amy-list-with-image ul {
	list-style: none;
	padding: 0;
}

.amy-list li,
.amy-list-with-icon li,
.amy-list-with-image li {
	padding-left: 15px;
	margin-bottom: 10px;
}

.amy-list li:before,
.amy-list-with-icon li:before,
.amy-list-with-image li:before {
	position: absolute;
	left: 0;
	content: '•';
	color: #00a5b2;
}

ol.amy-list {
	counter-reset: li;
}

ol.amy-list li {
	padding-left: 25px;
}

ol.amy-list li:before {
	content: counter(li, decimal-leading-zero);
	counter-increment: li;
}

.amy-list-with-icon li:before,
.amy-list-with-image li:before {
	content: "";
}

.amy-list-with-icon li {
	padding-left: 20px;
}

.amy-list-with-icon li a {
	margin-left: 10px;
}

.amy-list-with-icon li i.fa {
	color: #00a5b2;
	position: absolute;
	left: 0;
	font-size: 14px;
	line-height: 1.5;
}

.amy-list-with-image li {
	position: relative;
	min-height: 30px;
	padding-left: 50px;
	margin-bottom: 10px;
}

.amy-list-with-image li a {
	display: block;
}

.amy-list-with-image li a img {
	position: absolute;
	left: 0;
	top: 0;
	max-height: 100%;
	max-width: 30px;
}

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

/**
 * --------------------------------------------------------
 * 2.7. HINT
 * --------------------------------------------------------
 */

/*-------------------------------------*\
	HINT.css - A CSS tooltip library
\*-------------------------------------*/

/**
 * HINT.css is a tooltip library made in pure CSS.
 *
 * Source: https://github.com/chinchang/hint.css
 * Demo: http://kushagragour.in/lab/hint/
 *
 * Release under The MIT License
 *
 */

/**
 * source: hint-core.scss
 *
 * Defines the basic styling for the tooltip.
 * Each tooltip is made of 2 parts:
 * 	1) body (:after)
 * 	2) arrow (:before)
 *
 * Classes added:
 * 	1) hint
 */

[class*="hint--"] {
	position: relative;
	display: inline-block;
	/**
	 * tooltip arrow
	 */
	/**
	 * tooltip body
	 */
}

[class*="hint--"]:before,
[class*="hint--"]:after {
	position: absolute;
	transform: translate3d(0, 0, 0);
	visibility: hidden;
	opacity: 0;
	z-index: 1000000;
	pointer-events: none;
	transition: 0.3s ease;
	transition-delay: 0ms;
}

[class*="hint--"]:hover:before,
[class*="hint--"]:hover:after {
	visibility: visible;
	opacity: 1;
}

[class*="hint--"]:hover:before,
[class*="hint--"]:hover:after {
	transition-delay: 100ms;
}

[class*="hint--"]:before {
	content: '';
	position: absolute;
	background: transparent;
	border: 6px solid transparent;
	z-index: 1000001;
}

[class*="hint--"]:after {
	background: #00a5b2;
	color: white;
	padding: 8px 10px;
	font-size: 12px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 12px;
	white-space: nowrap;
}

[class*="hint--"][aria-label]:after {
	content: attr(aria-label);
}

[class*="hint--"][data-hint]:after {
	content: attr(data-hint);
}

[aria-label='']:before,
[aria-label='']:after,
[data-hint='']:before,
[data-hint='']:after {
	display: none !important;
}

/**
 * source: hint-position.scss
 *
 * Defines the positoning logic for the tooltips.
 *
 * Classes added:
 * 	1) hint--top
 * 	2) hint--bottom
 * 	3) hint--left
 * 	4) hint--right
 */

/**
 * set default color for tooltip arrows
 */

.hint--top-left:before {
	border-top-color: #00a5b2;
}

.hint--top-right:before {
	border-top-color: #00a5b2;
}

.hint--top:before {
	border-top-color: #00a5b2;
}

.hint--bottom-left:before {
	border-bottom-color: #00a5b2;
}

.hint--bottom-right:before {
	border-bottom-color: #00a5b2;
}

.hint--bottom:before {
	border-bottom-color: #00a5b2;
}

.hint--left:before {
	border-left-color: #00a5b2;
}

.hint--right:before {
	border-right-color: #00a5b2;
}

/**
 * top tooltip
 */

.hint--top:before {
	margin-bottom: -11px;
}

.hint--top:before,
.hint--top:after {
	bottom: 100%;
	left: 50%;
}

.hint--top:before {
	left: calc(50% - 6px);
}

.hint--top:after {
	transform: translateX(-50%);
}

.hint--top:hover:before {
	transform: translateY(-8px);
}

.hint--top:hover:after {
	transform: translateX(-50%) translateY(-8px);
}

/**
 * bottom tooltip
 */

.hint--bottom:before {
	margin-top: -11px;
}

.hint--bottom:before,
.hint--bottom:after {
	top: 100%;
	left: 50%;
}

.hint--bottom:before {
	left: calc(50% - 6px);
}

.hint--bottom:after {
	transform: translateX(-50%);
}

.hint--bottom:hover:before {
	transform: translateY(8px);
}

.hint--bottom:hover:after {
	transform: translateX(-50%) translateY(8px);
}

/**
 * right tooltip
 */

.hint--right:before {
	margin-left: -11px;
	margin-bottom: -6px;
}

.hint--right:after {
	margin-bottom: -14px;
}

.hint--right:before,
.hint--right:after {
	left: 100%;
	bottom: 50%;
}

.hint--right:hover:before {
	transform: translateX(8px);
}

.hint--right:hover:after {
	transform: translateX(8px);
}

/**
 * left tooltip
 */

.hint--left:before {
	margin-right: -11px;
	margin-bottom: -6px;
}

.hint--left:after {
	margin-bottom: -14px;
}

.hint--left:before,
.hint--left:after {
	right: 100%;
	bottom: 50%;
}

.hint--left:hover:before {
	transform: translateX(-8px);
}

.hint--left:hover:after {
	transform: translateX(-8px);
}

/**
 * top-left tooltip
 */

.hint--top-left:before {
	margin-bottom: -11px;
}

.hint--top-left:before,
.hint--top-left:after {
	bottom: 100%;
	left: 50%;
}

.hint--top-left:before {
	left: calc(50% - 6px);
}

.hint--top-left:after {
	transform: translateX(-100%);
}

.hint--top-left:after {
	margin-left: 12px;
}

.hint--top-left:hover:before {
	transform: translateY(-8px);
}

.hint--top-left:hover:after {
	transform: translateX(-100%) translateY(-8px);
}

/**
 * top-right tooltip
 */

.hint--top-right:before {
	margin-bottom: -11px;
}

.hint--top-right:before,
.hint--top-right:after {
	bottom: 100%;
	left: 50%;
}

.hint--top-right:before {
	left: calc(50% - 6px);
}

.hint--top-right:after {
	transform: translateX(0);
}

.hint--top-right:after {
	margin-left: -12px;
}

.hint--top-right:hover:before {
	transform: translateY(-8px);
}

.hint--top-right:hover:after {
	transform: translateY(-8px);
}

/**
 * bottom-left tooltip
 */

.hint--bottom-left:before {
	margin-top: -11px;
}

.hint--bottom-left:before,
.hint--bottom-left:after {
	top: 100%;
	left: 50%;
}

.hint--bottom-left:before {
	left: calc(50% - 6px);
}

.hint--bottom-left:after {
	transform: translateX(-100%);
}

.hint--bottom-left:after {
	margin-left: 12px;
}

.hint--bottom-left:hover:before {
	transform: translateY(8px);
}

.hint--bottom-left:hover:after {
	transform: translateX(-100%) translateY(8px);
}

/**
 * bottom-right tooltip
 */

.hint--bottom-right:before {
	margin-top: -11px;
}

.hint--bottom-right:before,
.hint--bottom-right:after {
	top: 100%;
	left: 50%;
}

.hint--bottom-right:before {
	left: calc(50% - 6px);
}

.hint--bottom-right:after {
	transform: translateX(0);
}

.hint--bottom-right:after {
	margin-left: -12px;
}

.hint--bottom-right:hover:before {
	transform: translateY(8px);
}

.hint--bottom-right:hover:after {
	transform: translateY(8px);
}

/**
 * source: hint-sizes.scss
 *
 * Defines width restricted tooltips that can span
 * across multiple lines.
 *
 * Classes added:
 * 	1) hint--small
 * 	2) hint--medium
 * 	3) hint--large
 *
 */

.hint--small:after,
.hint--medium:after,
.hint--large:after {
	white-space: normal;
	line-height: 1.4em;
	word-wrap: break-word;
}

.hint--small:after {
	width: 80px;
}

.hint--medium:after {
	width: 150px;
}

.hint--large:after {
	width: 300px;
}

/**
 * source: hint-theme.scss
 *
 * Defines basic theme for tooltips.
 *
 */

[class*="hint--"] {
	/**
	 * tooltip body
	 */
}

[class*="hint--"]:after {
	box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
}

/**
 * source: hint-color-types.scss
 *
 * Contains tooltips of various types based on color differences.
 *
 * Classes added:
 * 	1) hint--error
 * 	2) hint--warning
 * 	3) hint--info
 * 	4) hint--success
 *
 */

/**
 * Error
 */

.hint--error:after {
	background-color: #b34e4d;
}

.hint--error.hint--top-left:before {
	border-top-color: #b34e4d;
}

.hint--error.hint--top-right:before {
	border-top-color: #b34e4d;
}

.hint--error.hint--top:before {
	border-top-color: #b34e4d;
}

.hint--error.hint--bottom-left:before {
	border-bottom-color: #b34e4d;
}

.hint--error.hint--bottom-right:before {
	border-bottom-color: #b34e4d;
}

.hint--error.hint--bottom:before {
	border-bottom-color: #b34e4d;
}

.hint--error.hint--left:before {
	border-left-color: #b34e4d;
}

.hint--error.hint--right:before {
	border-right-color: #b34e4d;
}

/**
 * Warning
 */

.hint--warning:after {
	background-color: #c09854;
}

.hint--warning.hint--top-left:before {
	border-top-color: #c09854;
}

.hint--warning.hint--top-right:before {
	border-top-color: #c09854;
}

.hint--warning.hint--top:before {
	border-top-color: #c09854;
}

.hint--warning.hint--bottom-left:before {
	border-bottom-color: #c09854;
}

.hint--warning.hint--bottom-right:before {
	border-bottom-color: #c09854;
}

.hint--warning.hint--bottom:before {
	border-bottom-color: #c09854;
}

.hint--warning.hint--left:before {
	border-left-color: #c09854;
}

.hint--warning.hint--right:before {
	border-right-color: #c09854;
}

/**
 * Info
 */

.hint--info:after {
	background-color: #3986ac;
}

.hint--info.hint--top-left:before {
	border-top-color: #3986ac;
}

.hint--info.hint--top-right:before {
	border-top-color: #3986ac;
}

.hint--info.hint--top:before {
	border-top-color: #3986ac;
}

.hint--info.hint--bottom-left:before {
	border-bottom-color: #3986ac;
}

.hint--info.hint--bottom-right:before {
	border-bottom-color: #3986ac;
}

.hint--info.hint--bottom:before {
	border-bottom-color: #3986ac;
}

.hint--info.hint--left:before {
	border-left-color: #3986ac;
}

.hint--info.hint--right:before {
	border-right-color: #3986ac;
}

/**
 * Success
 */

.hint--success:after {
	background-color: #458746;
}

.hint--success.hint--top-left:before {
	border-top-color: #458746;
}

.hint--success.hint--top-right:before {
	border-top-color: #458746;
}

.hint--success.hint--top:before {
	border-top-color: #458746;
}

.hint--success.hint--bottom-left:before {
	border-bottom-color: #458746;
}

.hint--success.hint--bottom-right:before {
	border-bottom-color: #458746;
}

.hint--success.hint--bottom:before {
	border-bottom-color: #458746;
}

.hint--success.hint--left:before {
	border-left-color: #458746;
}

.hint--success.hint--right:before {
	border-right-color: #458746;
}

/**
 * source: hint-always.scss
 *
 * Defines a persisted tooltip which shows always.
 *
 * Classes added:
 * 	1) hint--always
 *
 */

.hint--always:after,
.hint--always:before {
	opacity: 1;
	visibility: visible;
}

.hint--always.hint--top:before {
	transform: translateY(-8px);
}

.hint--always.hint--top:after {
	transform: translateX(-50%) translateY(-8px);
}

.hint--always.hint--top-left:before {
	transform: translateY(-8px);
}

.hint--always.hint--top-left:after {
	transform: translateX(-100%) translateY(-8px);
}

.hint--always.hint--top-right:before {
	transform: translateY(-8px);
}

.hint--always.hint--top-right:after {
	transform: translateY(-8px);
}

.hint--always.hint--bottom:before {
	transform: translateY(8px);
}

.hint--always.hint--bottom:after {
	transform: translateX(-50%) translateY(8px);
}

.hint--always.hint--bottom-left:before {
	transform: translateY(8px);
}

.hint--always.hint--bottom-left:after {
	transform: translateX(-100%) translateY(8px);
}

.hint--always.hint--bottom-right:before {
	transform: translateY(8px);
}

.hint--always.hint--bottom-right:after {
	transform: translateY(8px);
}

.hint--always.hint--left:before {
	transform: translateX(-8px);
}

.hint--always.hint--left:after {
	transform: translateX(-8px);
}

.hint--always.hint--right:before {
	transform: translateX(8px);
}

.hint--always.hint--right:after {
	transform: translateX(8px);
}

/**
 * source: hint-rounded.scss
 *
 * Defines rounded corner tooltips.
 *
 * Classes added:
 * 	1) hint--rounded
 *
 */

.hint--rounded:after {
	border-radius: 4px;
}

/**
 * source: hint-effects.scss
 *
 * Defines various transition effects for the tooltips.
 *
 * Classes added:
 * 	1) hint--no-animate
 * 	2) hint--bounce
 *
 */

.hint--no-animate:before,
.hint--no-animate:after {
	transition-duration: 0ms;
}

.hint--bounce:before,
.hint--bounce:after {
	transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
}

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

/**
 * --------------------------------------------------------
 * 3.1. LAYOUT
 * --------------------------------------------------------
 */

.amy-boxed-layout #page {
	max-width: 1200px;
	margin: 0 auto;
	box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.16);
}

/**
 * --------------------------------------------------------
 * 3.2. TOP BAR
 * --------------------------------------------------------
 */

.amy-top-bar {
	background-color: #f7f7f7;
	color: #999;
	font-size: 13px;
	line-height: 38px;
}

.amy-top-bar .amy-top-bar-left {
	float: left;
}

.amy-top-bar .amy-top-bar-right {
	float: right;
}

.amy-top-module {
	float: left;
	padding: 0 15px;
	position: relative;
}

.amy-top-module:first-child {
	padding-left: 0;
}

.amy-top-module:last-child {
	padding-right: 0;
}

.amy-top-module:before {
	content: "";
	background-color: rgba(0, 0, 0, 0.075);
	position: absolute;
	width: 1px;
	height: 14px;
	left: 0;
	top: 12px;
}

.amy-top-module:first-child:before,
.amy-top-module.amy-module-text:before,
.amy-top-module.amy-module-social+.amy-top-module.amy-module-social:before,
.amy-top-module.amy-module-social:hover:before,
.amy-top-module.amy-module-social:active:before,
.amy-top-module.amy-module-social:focus:before {
	content: none;
}

.amy-top-module a {
	display: inline-block;
	color: #999;
}

.amy-top-module a:hover,
.amy-top-module a:active,
.amy-top-module a:focus {
	color: #00a5b2;
}

.amy-top-module>a.fa {
	line-height: 38px;
}

.amy-top-module.amy-module-social {
	padding: 0;
	text-align: center;
}

.amy-top-module.amy-module-social>a.fa {
	width: 38px;
	display: block;
}

.amy-top-module.amy-module-social>a.fa:hover,
.amy-top-module.amy-module-social>a.fa:active,
.amy-top-module.amy-module-social>a.fa:focus {
	color: #fff;
}

.amy-top-module.amy-module-social>a.fa[class*='facebook']:hover,
.amy-top-module.amy-module-social>a.fa[class*='facebook']:active,
.amy-top-module.amy-module-social>a.fa[class*='facebook']:focus {
	background: #3b5998;
}

.amy-top-module.amy-module-social>a.fa[class*='twitter']:hover,
.amy-top-module.amy-module-social>a.fa[class*='twitter']:active,
.amy-top-module.amy-module-social>a.fa[class*='twitter']:focus {
	background: #55acee;
}

.amy-top-module.amy-module-social>a.fa[class*='google-plus']:hover,
.amy-top-module.amy-module-social>a.fa[class*='google-plus']:active,
.amy-top-module.amy-module-social>a.fa[class*='google-plus']:focus {
	background: #dd4b39;
}

.amy-top-module.amy-module-social>a.fa[class*='youtube']:hover,
.amy-top-module.amy-module-social>a.fa[class*='youtube']:active,
.amy-top-module.amy-module-social>a.fa[class*='youtube']:focus {
	background: #bb0000;
}

.amy-top-module.amy-module-social>a.fa[class*='linkedin']:hover,
.amy-top-module.amy-module-social>a.fa[class*='linkedin']:active,
.amy-top-module.amy-module-social>a.fa[class*='linkedin']:focus {
	background: #007bb5;
}

.amy-top-module.amy-module-social>a.fa[class*='instagram']:hover,
.amy-top-module.amy-module-social>a.fa[class*='instagram']:active,
.amy-top-module.amy-module-social>a.fa[class*='instagram']:focus {
	background: #125688;
}

.amy-top-module.amy-module-social>a.fa[class*='pinterest']:hover,
.amy-top-module.amy-module-social>a.fa[class*='pinterest']:active,
.amy-top-module.amy-module-social>a.fa[class*='pinterest']:focus {
	background: #cb2027;
}

.amy-top-module.amy-module-social>a.fa[class*='tumblr']:hover,
.amy-top-module.amy-module-social>a.fa[class*='tumblr']:active,
.amy-top-module.amy-module-social>a.fa[class*='tumblr']:focus {
	background: #32506d;
}

.amy-top-module .amy-cart-count {
	background: #00a5b2;
	color: #fff;
	display: inline-block;
	position: relative;
	top: -10px;
	left: -8px;
	font-size: 9px;
	border-radius: 16px;
	width: 16px;
	height: 16px;
	line-height: 16px;
	text-align: center;
	vertical-align: middle;
}

.amy-top-module.amy-module-woominicart ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.amy-top-module.amy-module-woominicart ul .remove {
	color: red;
	font-weight: 700;
	display: inline-block;
}

.amy-top-module.amy-module-woominicart ul li {
	margin: 0;
	padding: 10px;
	padding-left: 60px;
	position: relative;
}

.amy-top-module.amy-module-woominicart ul li a {
	display: inline-block;
}

.amy-top-module.amy-module-woominicart ul li a img {
	position: absolute;
	top: 14px;
	left: 0;
	width: 48px;
}

.amy-top-module.amy-module-woominicart ul li .quantity {
	display: block;
}

.amy-top-modal-trigger:after {
	content: "";
	pointer-events: none;
	position: absolute;
	left: 50%;
	bottom: -10px;
	width: 0;
	height: 0;
	margin-left: -4px;
	border: 5px solid #fff;
	border-color: #fff #fff transparent transparent;
	transform-origin: 0 0;
	transform: rotate(-45deg);
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.125);
	opacity: 0;
	visibility: hidden;
}

.amy-top-modal:hover .amy-top-modal-trigger:not([data-trigger-event=click]):after,
.amy-opened .amy-top-modal-trigger:after {
	opacity: 1;
	visibility: visible;
}

.amy-top-modal-content {
	display: none;
	background-color: #fff;
	color: #666;
	line-height: 1.5;
	padding: 15px;
	width: 300px;
	position: absolute;
	left: -30px;
	z-index: 10000;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.125);
}

.amy-top-modal-content a {
	color: #00a5b2;
}

.amy-top-modal-content a:hover,
.amy-top-modal-content a:active,
.amy-top-modal-content a:focus {
	color: #00a5b2;
}

.amy-module-menu .amy-top-modal-content,
.amy-lang-top-modal .amy-top-modal-content {
	padding: 0;
	width: 200px;
}

.amy-module-menu .amy-top-modal-content ul,
.amy-lang-top-modal .amy-top-modal-content ul {
	list-style: none;
	padding: 0;
	margin: 0;
	line-height: 1em;
}

.amy-module-menu .amy-top-modal-content ul li,
.amy-lang-top-modal .amy-top-modal-content ul li {
	padding: 0;
	margin: 0;
}

.amy-module-menu .amy-top-modal-content ul li a,
.amy-lang-top-modal .amy-top-modal-content ul li a {
	display: block;
	background-color: #fff;
	color: #666;
	padding: 12px;
	border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.amy-module-menu .amy-top-modal-content ul li a:hover,
.amy-module-menu .amy-top-modal-content ul li a:active,
.amy-module-menu .amy-top-modal-content ul li a:focus,
.amy-lang-top-modal .amy-top-modal-content ul li a:hover,
.amy-lang-top-modal .amy-top-modal-content ul li a:active,
.amy-lang-top-modal .amy-top-modal-content ul li a:focus {
	color: #00a5b2;
}

.amy-module-menu .amy-top-modal-content ul li a img,
.amy-lang-top-modal .amy-top-modal-content ul li a img {
	vertical-align: top;
}

.amy-module-menu .amy-top-modal-content ul li:first-child a,
.amy-lang-top-modal .amy-top-modal-content ul li:first-child a {
	border-top: none;
}

.amy-top-modal-content.amy-login-form p:last-child {
	margin-bottom: 0;
}

.amy-top-modal-content .search-form {
	position: relative;
}

.amy-top-modal-content .search-form input {
	padding-left: 15px;
	padding-right: 35px;
	background: transparent;
	border: none;
}

.amy-top-modal-content .search-form button {
	font-size: 16px;
	color: #cccccc;
	background: none;
	border: none;
	padding: 7px;
	margin: 0;
	position: absolute;
	right: 10px;
	top: 0;
}

.amy-top-modal-content .search-form button:hover,
.amy-top-modal-content .search-form button:active,
.amy-top-modal-content .search-form button:focus {
	color: #00a5b2;
}

.amy-is-top-bar-transparent .amy-top-bar {
	background-color: transparent;
	color: #fff;
	display: block;
	position: absolute;
	width: 100%;
	z-index: 1000;
}

.amy-is-top-bar-transparent .amy-top-module:before {
	background: rgba(255, 255, 255, 0.2);
}

.amy-is-top-bar-transparent .amy-top-module .amy-top-modal-trigger,
.amy-is-top-bar-transparent .amy-top-module>a {
	color: #fff;
}

.amy-is-top-bar-transparent .amy-top-module .amy-top-modal-trigger:hover,
.amy-is-top-bar-transparent .amy-top-module .amy-top-modal-trigger:active,
.amy-is-top-bar-transparent .amy-top-module .amy-top-modal-trigger:focus,
.amy-is-top-bar-transparent .amy-top-module>a:hover,
.amy-is-top-bar-transparent .amy-top-module>a:active,
.amy-is-top-bar-transparent .amy-top-module>a:focus {
	color: #00a5b2;
}

.amy-module-woominicart .amy-top-modal:hover .amy-top-modal-content.woocommerce {
	display: block;
	left: -200px;
}

/**
 * --------------------------------------------------------
 * 3.3. HEADER
 * --------------------------------------------------------
 */

.amy-site-header {
	color: #666;
	background: #fff;
	width: 100%;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
	transition: all 0.2s ease;
}

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

.amy-site-header .amy-icon-buttons {
	float: right;
	position: relative;
	margin-left: 100px;
}

.amy-center-menu .amy-site-header .amy-icon-buttons,
.amy-middle-logo .amy-site-header .amy-icon-buttons {
	position: absolute;
	right: 0;
	top: 0;
}

.amy-site-header .amy-top-module {
	padding: 0 10px;
}

.amy-site-header .amy-top-module:last-child {
	padding-right: 0;
}

.amy-site-header .amy-top-module:before {
	content: none;
}

.amy-site-header .amy-top-modal-trigger,
.amy-site-header .amy-top-module>a {
	display: inline-block;
	line-height: 80px;
	color: #666;
}

.amy-site-header .amy-top-modal-trigger:hover,
.amy-site-header .amy-top-modal-trigger:active,
.amy-site-header .amy-top-modal-trigger:focus,
.amy-site-header .amy-top-module>a:hover,
.amy-site-header .amy-top-module>a:active,
.amy-site-header .amy-top-module>a:focus {
	color: #00a5b2;
}

.amy-bottom-menu .amy-site-header .amy-top-modal-trigger,
.amy-center-menu .amy-site-header .amy-top-modal-trigger,
.amy-bottom-menu .amy-site-header .amy-top-module>a,
.amy-center-menu .amy-site-header .amy-top-module>a {
	line-height: 50px;
}

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

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

.amy-bottom-menu .amy-site-logo a,
.amy-center-menu .amy-site-logo a {
	line-height: 1em;
	margin-top: 15px;
	margin-bottom: 15px;
}

.amy-site-logo a:hover,
.amy-site-logo a:active,
.amy-site-logo a:focus {
	color: #00a5b2;
}

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

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

.amy-middle-logo .amy-site-logo {
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center;
}

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

.amy-left-logo.amy-bottom-menu .amy-site-logo {
	text-align: left;
	float: none;
}

.amy-boxed-layout .amy-site-header {
	max-width: 1200px;
}

.amy-site-header.amy-is-sticky {
	position: fixed;
	top: 0;
	z-index: 999;
}

.admin-bar .amy-site-header.amy-is-sticky {
	top: 32px;
}

.amy-site-header.amy-is-compact {
	padding: 0;
}

.amy-site-header.amy-is-compact .amy-header-logo {
	display: none;
}

.amy-site-header.amy-is-compact .amy-site-logo a,
.amy-site-header.amy-is-compact .amy-top-modal-trigger,
.amy-site-header.amy-is-compact .amy-top-module>a,
.amy-site-header.amy-is-compact .amy-site-nav>ul>li>.amy-link {
	line-height: 60px;
}

.amy-site-header.amy-is-compact .amy-site-nav>ul>li>.amy-link:before {
	top: 22.5px;
}

.amy-is-top-bar-transparent .amy-site-header.amy-is-compact .amy-top-modal-trigger,
.amy-is-top-bar-transparent .amy-site-header.amy-is-compact .amy-top-module>a {
	color: #666;
}

.amy-is-transparent .amy-site-header.amy-is-sticky,
.admin-bar.amy-is-transparent .amy-site-header.amy-is-sticky {
	top: auto;
}

.amy-is-top-bar-transparent .amy-site-header {
	margin-top: 38px;
}

.amy-is-top-bar-transparent .amy-site-header.amy-is-compact {
	margin-top: 0;
	z-index: 1000;
}

.amy-is-transparent .amy-site-header {
	color: #fff;
	background: transparent;
	position: absolute;
	box-shadow: none;
	z-index: 999;
}

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

.amy-is-transparent .amy-site-header .amy-site-logo a:hover,
.amy-is-transparent .amy-site-header .amy-site-logo a:active,
.amy-is-transparent .amy-site-header .amy-site-logo a:focus {
	color: #00a5b2;
}

.amy-is-transparent .amy-site-header .amy-top-modal-trigger,
.amy-is-transparent .amy-site-header .amy-top-module>a,
.amy-is-transparent .amy-site-header .amy-site-nav>ul>li>.amy-link {
	color: #fff;
}

.amy-is-transparent .amy-site-header .amy-top-modal-trigger:hover,
.amy-is-transparent .amy-site-header .amy-top-modal-trigger:active,
.amy-is-transparent .amy-site-header .amy-top-modal-trigger:focus,
.amy-is-transparent .amy-site-header .amy-top-module>a:hover,
.amy-is-transparent .amy-site-header .amy-top-module>a:active,
.amy-is-transparent .amy-site-header .amy-top-module>a:focus,
.amy-is-transparent .amy-site-header .amy-site-nav>ul>li>.amy-link:hover,
.amy-is-transparent .amy-site-header .amy-site-nav>ul>li>.amy-link:active,
.amy-is-transparent .amy-site-header .amy-site-nav>ul>li>.amy-link:focus {
	color: #00a5b2;
}

.amy-is-transparent .amy-site-header .amy-site-nav>ul>li>.amy-link:before {
	background: rgba(255, 255, 255, 0.5);
}

/**
 * --------------------------------------------------------
 * 3.4. MENU
 * --------------------------------------------------------
 */

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

.amy-bottom-menu .amy-site-nav,
.amy-center-menu .amy-site-nav,
.amy-middle-logo .amy-site-nav {
	float: none;
}

.amy-center-menu .amy-site-nav,
.amy-middle-logo .amy-site-nav {
	text-align: center;
}

.amy-center-menu .amy-site-nav>ul {
	float: none;
	display: inline-block;
	margin: 0 auto;
	vertical-align: top;
}

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

.amy-middle-logo .amy-site-nav:after {
	clear: both;
}

.amy-site-nav .amy-primary-menu-left-wrapper {
	float: left;
	width: 50%;
	padding-right: 120px;
}

.amy-site-nav .amy-primary-menu-right-wrapper {
	float: right;
	width: 50%;
	padding-left: 120px;
}

.amy-site-nav .amy-primary-menu-left {
	float: right;
}

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

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

.amy-site-nav ul li ul {
	display: none;
	background-color: #00a5b2;
	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: #fff;
	font-size: 14px;
	position: relative;
	padding: 10px;
	transition: all 0.3s ease;
}

.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: rgba(255, 255, 255, 0.6);
}

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

.amy-site-nav ul li ul li.menu-item-has-children:hover>.amy-link:not(.amy-title) {
	color: rgba(255, 255, 255, 0.6);
}

.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: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>.amy-link {
	font-family: Heebo, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: 700;
	color: #666;
	text-transform: uppercase;
	display: block;
	position: relative;
	padding-left: 25px;
	padding-right: 25px;
	line-height: 80px;
}

.amy-bottom-menu .amy-site-nav>ul>li>.amy-link,
.amy-center-menu .amy-site-nav>ul>li>.amy-link {
	line-height: 50px;
}

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

.amy-site-nav>ul>li>.amy-link:before {
	transition: all .2s ease;
	background: rgba(0, 0, 0, 0.2);
	position: absolute;
	content: "";
	right: 0;
	top: 32.5px;
	width: 1px;
	height: 15px;
}

.amy-bottom-menu .amy-site-nav>ul>li>.amy-link:before,
.amy-center-menu .amy-site-nav>ul>li>.amy-link:before {
	top: 17.5px;
}

.amy-site-nav>ul>li:last-child>.amy-link:before {
	content: none;
}

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

.amy-site-nav>ul>li:first-child>.amy-link {
	padding-left: 0;
}

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

.amy-site-nav>ul>li.current-menu-ancestor>.amylink,
.amy-site-nav>ul>li.current-menu-item>.amylink {
	color: #00a5b2;
}

.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";
	margin-left: 8px;
}

.amy-site-nav>ul>li.menu-item-has-children>.amy-link:after {
	bottom: 0;
	left: 49%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-bottom-color: #00a5b2;
	border-width: 6px;
	margin-left: -4px;
	opacity: 0;
	visibility: hidden;
	transition: all 0.2s ease;
}

.amy-site-nav>ul>li.menu-item-has-children.sfHover>.amy-link:after {
	opacity: 1;
	visibility: visible;
	transform: none;
}

.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: 14px;
	font-weight: 700;
	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: Muli, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 9px;
	text-transform: uppercase;
	border-radius: 2px;
	color: #fff;
}

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

.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: rgba(255, 255, 255, 0.6);
}

#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: 0px;
	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: #555;
	transition: all 0.1s;
}

#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: rgba(0, 0, 0, 0);
}

#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: #222;
}

#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: #222;
	transition: all 0.2s;
}

#amy-navigation-mobile .amy-dropdown-plus:hover {
	background-color: #1a1a1a;
}

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

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

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

#amy-navigation-mobile a {
	transition: all 0.2s;
	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 #333;
	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: #333;
}

#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 #333;
	border-bottom: none;
	margin: 0;
}

#amy-navigation-mobile ul li:last-child {
	border-bottom: 1px solid #333;
}

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

#amy-navigation-mobile ul li a:hover {
	color: #fff;
}

#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 #333;
	margin-right: 50px;
}

/**
 * --------------------------------------------------------
 * 3.5. PAGE HEADER
 * --------------------------------------------------------
 */

.amy-page-header {
	position: relative;
	background-color: #f1f1f1;
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
	padding-top: 90px;
	padding-bottom: 80px;
}

.amy-page-header h1 {
	color: #00a5b2;
	margin: 0;
}

.amy-page-header h1:after {
	content: "· · ·";
	display: block;
}

.amy-page-header .amy-breadcrumb {
	color: #666;
}

.amy-page-header .amy-breadcrumb a {
	color: #666;
}

.amy-page-header .amy-breadcrumb a:hover,
.amy-page-header .amy-breadcrumb a:active,
.amy-page-header .amy-breadcrumb a:focus {
	color: #00a5b2;
}

.amy-parallax {
	overflow: hidden;
}

.amy-parallax .container {
	z-index: 3;
	position: relative;
}

.amy-parallax .amy-section-overlay,
.amy-parallax .amy-section-video-wrapper,
.amy-parallax .amy-video-wrapper {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.amy-parallax .amy-section-video-wrapper {
	z-index: 1;
}

.amy-parallax .amy-section-overlay {
	z-index: 2;
}

.amy-parallax .amy-video-wrapper {
	overflow: hidden;
}

/**
 * --------------------------------------------------------
 * 3.6. CONTENT
 * --------------------------------------------------------
 */

.main-content {
	padding-top: 90px;
	padding-bottom: 80px;
}

/**
 * --------------------------------------------------------
 * 3.7. FOOTER
 * --------------------------------------------------------
 */

.amy-site-footer {
	background-color: #00a5b2;
	color: #fff;
}

.amy-site-footer .amy-footer-widgets-before .widget_categories ul a,
.amy-site-footer .amy-footer-widgets-before .widget_archive ul a,
.amy-site-footer .amy-footer-widgets-before .widget_pages ul a,
.amy-site-footer .amy-footer-widgets-before .widget_meta ul a,
.amy-site-footer .amy-footer-widgets-before .widget_nav_menu ul a,
.amy-site-footer .amy-footer-widgets-before .widget_recent_entries ul a,
.amy-site-footer .amy-footer-widgets-before .widget_text a,
.amy-site-footer .amy-footer-widgets-before .widget_rss a,
.amy-site-footer .amy-footer-widgets-before a,
.amy-site-footer .amy-footer-widgets .widget_categories ul a,
.amy-site-footer .amy-footer-widgets .widget_archive ul a,
.amy-site-footer .amy-footer-widgets .widget_pages ul a,
.amy-site-footer .amy-footer-widgets .widget_meta ul a,
.amy-site-footer .amy-footer-widgets .widget_nav_menu ul a,
.amy-site-footer .amy-footer-widgets .widget_recent_entries ul a,
.amy-site-footer .amy-footer-widgets .widget_text a,
.amy-site-footer .amy-footer-widgets .widget_rss a,
.amy-site-footer .amy-footer-widgets a,
.amy-site-footer .amy-footer-copyright .widget_categories ul a,
.amy-site-footer .amy-footer-copyright .widget_archive ul a,
.amy-site-footer .amy-footer-copyright .widget_pages ul a,
.amy-site-footer .amy-footer-copyright .widget_meta ul a,
.amy-site-footer .amy-footer-copyright .widget_nav_menu ul a,
.amy-site-footer .amy-footer-copyright .widget_recent_entries ul a,
.amy-site-footer .amy-footer-copyright .widget_text a,
.amy-site-footer .amy-footer-copyright .widget_rss a,
.amy-site-footer .amy-footer-copyright a {
	color: #fff;
}

.amy-site-footer .amy-footer-widgets-before .widget_categories ul a:hover,
.amy-site-footer .amy-footer-widgets-before .widget_categories ul a:active,
.amy-site-footer .amy-footer-widgets-before .widget_categories ul a:focus,
.amy-site-footer .amy-footer-widgets-before .widget_archive ul a:hover,
.amy-site-footer .amy-footer-widgets-before .widget_archive ul a:active,
.amy-site-footer .amy-footer-widgets-before .widget_archive ul a:focus,
.amy-site-footer .amy-footer-widgets-before .widget_pages ul a:hover,
.amy-site-footer .amy-footer-widgets-before .widget_pages ul a:active,
.amy-site-footer .amy-footer-widgets-before .widget_pages ul a:focus,
.amy-site-footer .amy-footer-widgets-before .widget_meta ul a:hover,
.amy-site-footer .amy-footer-widgets-before .widget_meta ul a:active,
.amy-site-footer .amy-footer-widgets-before .widget_meta ul a:focus,
.amy-site-footer .amy-footer-widgets-before .widget_nav_menu ul a:hover,
.amy-site-footer .amy-footer-widgets-before .widget_nav_menu ul a:active,
.amy-site-footer .amy-footer-widgets-before .widget_nav_menu ul a:focus,
.amy-site-footer .amy-footer-widgets-before .widget_recent_entries ul a:hover,
.amy-site-footer .amy-footer-widgets-before .widget_recent_entries ul a:active,
.amy-site-footer .amy-footer-widgets-before .widget_recent_entries ul a:focus,
.amy-site-footer .amy-footer-widgets-before .widget_text a:hover,
.amy-site-footer .amy-footer-widgets-before .widget_text a:active,
.amy-site-footer .amy-footer-widgets-before .widget_text a:focus,
.amy-site-footer .amy-footer-widgets-before .widget_rss a:hover,
.amy-site-footer .amy-footer-widgets-before .widget_rss a:active,
.amy-site-footer .amy-footer-widgets-before .widget_rss a:focus,
.amy-site-footer .amy-footer-widgets-before a:hover,
.amy-site-footer .amy-footer-widgets-before a:active,
.amy-site-footer .amy-footer-widgets-before a:focus,
.amy-site-footer .amy-footer-widgets .widget_categories ul a:hover,
.amy-site-footer .amy-footer-widgets .widget_categories ul a:active,
.amy-site-footer .amy-footer-widgets .widget_categories ul a:focus,
.amy-site-footer .amy-footer-widgets .widget_archive ul a:hover,
.amy-site-footer .amy-footer-widgets .widget_archive ul a:active,
.amy-site-footer .amy-footer-widgets .widget_archive ul a:focus,
.amy-site-footer .amy-footer-widgets .widget_pages ul a:hover,
.amy-site-footer .amy-footer-widgets .widget_pages ul a:active,
.amy-site-footer .amy-footer-widgets .widget_pages ul a:focus,
.amy-site-footer .amy-footer-widgets .widget_meta ul a:hover,
.amy-site-footer .amy-footer-widgets .widget_meta ul a:active,
.amy-site-footer .amy-footer-widgets .widget_meta ul a:focus,
.amy-site-footer .amy-footer-widgets .widget_nav_menu ul a:hover,
.amy-site-footer .amy-footer-widgets .widget_nav_menu ul a:active,
.amy-site-footer .amy-footer-widgets .widget_nav_menu ul a:focus,
.amy-site-footer .amy-footer-widgets .widget_recent_entries ul a:hover,
.amy-site-footer .amy-footer-widgets .widget_recent_entries ul a:active,
.amy-site-footer .amy-footer-widgets .widget_recent_entries ul a:focus,
.amy-site-footer .amy-footer-widgets .widget_text a:hover,
.amy-site-footer .amy-footer-widgets .widget_text a:active,
.amy-site-footer .amy-footer-widgets .widget_text a:focus,
.amy-site-footer .amy-footer-widgets .widget_rss a:hover,
.amy-site-footer .amy-footer-widgets .widget_rss a:active,
.amy-site-footer .amy-footer-widgets .widget_rss a:focus,
.amy-site-footer .amy-footer-widgets a:hover,
.amy-site-footer .amy-footer-widgets a:active,
.amy-site-footer .amy-footer-widgets a:focus,
.amy-site-footer .amy-footer-copyright .widget_categories ul a:hover,
.amy-site-footer .amy-footer-copyright .widget_categories ul a:active,
.amy-site-footer .amy-footer-copyright .widget_categories ul a:focus,
.amy-site-footer .amy-footer-copyright .widget_archive ul a:hover,
.amy-site-footer .amy-footer-copyright .widget_archive ul a:active,
.amy-site-footer .amy-footer-copyright .widget_archive ul a:focus,
.amy-site-footer .amy-footer-copyright .widget_pages ul a:hover,
.amy-site-footer .amy-footer-copyright .widget_pages ul a:active,
.amy-site-footer .amy-footer-copyright .widget_pages ul a:focus,
.amy-site-footer .amy-footer-copyright .widget_meta ul a:hover,
.amy-site-footer .amy-footer-copyright .widget_meta ul a:active,
.amy-site-footer .amy-footer-copyright .widget_meta ul a:focus,
.amy-site-footer .amy-footer-copyright .widget_nav_menu ul a:hover,
.amy-site-footer .amy-footer-copyright .widget_nav_menu ul a:active,
.amy-site-footer .amy-footer-copyright .widget_nav_menu ul a:focus,
.amy-site-footer .amy-footer-copyright .widget_recent_entries ul a:hover,
.amy-site-footer .amy-footer-copyright .widget_recent_entries ul a:active,
.amy-site-footer .amy-footer-copyright .widget_recent_entries ul a:focus,
.amy-site-footer .amy-footer-copyright .widget_text a:hover,
.amy-site-footer .amy-footer-copyright .widget_text a:active,
.amy-site-footer .amy-footer-copyright .widget_text a:focus,
.amy-site-footer .amy-footer-copyright .widget_rss a:hover,
.amy-site-footer .amy-footer-copyright .widget_rss a:active,
.amy-site-footer .amy-footer-copyright .widget_rss a:focus,
.amy-site-footer .amy-footer-copyright a:hover,
.amy-site-footer .amy-footer-copyright a:active,
.amy-site-footer .amy-footer-copyright a:focus {
	color: rgba(255, 255, 255, 0.6);
}

.amy-site-footer .amy-footer-widgets-before .amy-widget:last-child,
.amy-site-footer .amy-footer-widgets .amy-widget:last-child,
.amy-site-footer .amy-footer-copyright .amy-widget:last-child {
	margin-bottom: 0;
}

.amy-site-footer .amy-footer-widgets-before .amy-widget .amy-widget-title h4,
.amy-site-footer .amy-footer-widgets .amy-widget .amy-widget-title h4,
.amy-site-footer .amy-footer-copyright .amy-widget .amy-widget-title h4 {
	font-size: 18px;
	color: #fff;
	padding-left: 0;
	margin-bottom: 30px;
}

.amy-site-footer .amy-footer-widgets-before .amy-widget .amy-widget-title h4:before,
.amy-site-footer .amy-footer-widgets .amy-widget .amy-widget-title h4:before,
.amy-site-footer .amy-footer-copyright .amy-widget .amy-widget-title h4:before {
	content: none;
}

.amy-site-footer .amy-footer-widgets-before .vcard>div,
.amy-site-footer .amy-footer-widgets .vcard>div,
.amy-site-footer .amy-footer-copyright .vcard>div {
	margin-bottom: 20px;
}

.amy-site-footer .amy-footer-widgets-before .vcard .adr,
.amy-site-footer .amy-footer-widgets-before .vcard .url,
.amy-site-footer .amy-footer-widgets-before .vcard .tel,
.amy-site-footer .amy-footer-widgets-before .vcard .email,
.amy-site-footer .amy-footer-widgets .vcard .adr,
.amy-site-footer .amy-footer-widgets .vcard .url,
.amy-site-footer .amy-footer-widgets .vcard .tel,
.amy-site-footer .amy-footer-widgets .vcard .email,
.amy-site-footer .amy-footer-copyright .vcard .adr,
.amy-site-footer .amy-footer-copyright .vcard .url,
.amy-site-footer .amy-footer-copyright .vcard .tel,
.amy-site-footer .amy-footer-copyright .vcard .email {
	background-repeat: no-repeat;
	background-position: left center;
	position: relative;
	padding-left: 35px;
}

.amy-site-footer .amy-footer-widgets-before .vcard .adr,
.amy-site-footer .amy-footer-widgets .vcard .adr,
.amy-site-footer .amy-footer-copyright .vcard .adr {
	background-image: url(../images/icons/pin.png);
}

.amy-site-footer .amy-footer-widgets-before .vcard .url,
.amy-site-footer .amy-footer-widgets .vcard .url,
.amy-site-footer .amy-footer-copyright .vcard .url {
	background-image: url(../images/icons/globe.png);
}

.amy-site-footer .amy-footer-widgets-before .vcard .tel,
.amy-site-footer .amy-footer-widgets .vcard .tel,
.amy-site-footer .amy-footer-copyright .vcard .tel {
	background-image: url(../images/icons/phone.png);
}

.amy-site-footer .amy-footer-widgets-before .vcard .email,
.amy-site-footer .amy-footer-widgets .vcard .email,
.amy-site-footer .amy-footer-copyright .vcard .email {
	background-image: url(../images/icons/paper-airplane.png);
}

.amy-site-footer .amy-footer-widgets-before {
	padding-top: 40px;
	padding-bottom: 40px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

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

.amy-site-footer .amy-footer-copyright .container {
	padding-top: 30px;
	padding-bottom: 30px;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.amy-site-footer .amy-footer-widgets-before-center,
.amy-site-footer .amy-footer-copyright-center {
	text-align: center;
}

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

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

.amy-site-footer .amy-footer-widgets-before .newsletter-title-wrapper {
	display: inline;
	font-size: 20px;
	font-weight: 700;
	margin-right: 20px;
}

.amy-site-footer .amy-footer-widgets-before .newsletter-input-wrapper {
	display: inline;
	position: relative;
}

.amy-site-footer .amy-footer-widgets-before .newsletter-input-wrapper input[type="text"] {
	background: transparent;
	display: inline-block;
	border-radius: 50px;
	max-width: 350px;
	padding-left: 20px;
	padding-right: 40px;
	height: 42px;
	border: 2px solid rgba(255, 255, 255, 0.5);
	color: #fff;
}

.amy-site-footer .amy-footer-widgets-before .newsletter-input-wrapper input[type="text"]::-moz-placeholder {
	color: rgba(255, 255, 255, 0.5);
	opacity: 1;
}

.amy-site-footer .amy-footer-widgets-before .newsletter-input-wrapper input[type="text"]:-ms-input-placeholder {
	color: rgba(255, 255, 255, 0.5);
}

.amy-site-footer .amy-footer-widgets-before .newsletter-input-wrapper input[type="text"]::-webkit-input-placeholder {
	color: rgba(255, 255, 255, 0.5);
}

.amy-site-footer .amy-footer-widgets-before .newsletter-input-wrapper input[type="text"]:focus {
	border-color: #fff;
}

.amy-site-footer .amy-footer-widgets-before .newsletter-input-wrapper input[type="submit"] {
	position: absolute;
	border: none;
	text-indent: -9999em;
	padding: 0;
	width: 24px;
	height: 24px;
	background: url(../images/icons/newsletter-btn.png) no-repeat;
	top: -3px;
	right: 10px;
	opacity: 0.8;
}

.amy-site-footer .amy-footer-widgets-before .newsletter-input-wrapper input[type="submit"]:hover,
.amy-site-footer .amy-footer-widgets-before .newsletter-input-wrapper input[type="submit"]:active,
.amy-site-footer .amy-footer-widgets-before .newsletter-input-wrapper input[type="submit"]:focus {
	opacity: 1;
}

.amy-site-footer .amy-footer-widgets-before .amy-social-icons a {
	font-size: 16px;
	width: 40px;
	height: 40px;
	line-height: 36px;
	border-width: 2px;
	border-color: rgba(255, 255, 255, 0.5);
	margin-right: 8px;
}

.amy-site-footer .amy-footer-widgets-before .amy-social-icons a:hover,
.amy-site-footer .amy-footer-widgets-before .amy-social-icons a:active,
.amy-site-footer .amy-footer-widgets-before .amy-social-icons a:focus {
	color: #fff;
	border-color: #fff;
}

@media (max-width: 767px) {
	.amy-site-footer .amy-footer-widgets-before .widget_text,
	.amy-site-footer .amy-footer-widgets-before .widget_text .amy-align-left,
	.amy-site-footer .amy-footer-widgets-before .widget_text .amy-align-right {
		text-align: center;
	}
	.amy-site-footer .amy-footer-widgets-before .newsletter-title-wrapper {
		display: block;
		margin-bottom: 10px;
	}
	.amy-site-footer .amy-footer-widgets-before #mc-embedded-subscribe-form {
		margin-bottom: 20px;
	}
	.amy-site-footer .amy-footer-widgets {
		padding-bottom: 0;
	}
	.amy-site-footer .amy-footer-widgets .amy-widget:last-child {
		margin-bottom: 40px;
	}
	.amy-site-footer .amy-footer-copyright,
	.amy-site-footer .amy-footer-copyright-left,
	.amy-site-footer .amy-footer-copyright-right {
		float: none;
		text-align: center;
	}
}

/**
 * --------------------------------------------------------
 * 3.8. PAGINATION
 * --------------------------------------------------------
 */

.amy-pagination {
	border-top: 1px dotted #eee;
	padding-top: 20px;
	margin-top: 40px;
}

.pagination {
	text-align: right;
}

.pagination .page-numbers {
	color: #666;
	padding-left: 10px;
	padding-right: 10px;
	float: left;
}

.pagination .page-numbers.current {
	color: #00a5b2;
}

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

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

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

/**
 * --------------------------------------------------------
 * 4.1. WIDGETS
 * --------------------------------------------------------
 */

.amy-widget {
	margin-bottom: 40px;
	overflow-wrap: break-word;
}

.amy-widget .amy-widget-title h4 {
	margin-top: 0;
	font-weight: 700;
	text-transform: uppercase;
	color: #00a5b2;
	font-size: 20px;
	margin-bottom: 20px;
	position: relative;
	padding-left: 15px;
}

.amy-widget .amy-widget-title h4:before {
	content: "";
	background: #00a5b2;
	position: absolute;
	left: 0;
	width: 3px;
	height: 100%;
}

.amy-dark-bg .amy-widget .amy-widget-title h4 {
	color: #fff;
}

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

.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: #666;
}

.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: #00a5b2;
}

.amy-dark-bg .widget_categories ul li,
.amy-dark-bg .widget_archive ul li,
.amy-dark-bg .widget_pages ul li,
.amy-dark-bg .widget_meta ul li,
.amy-dark-bg .widget_nav_menu ul li,
.amy-dark-bg .widget_recent_entries ul li {
	color: #e6e6e6;
}

.widget_text a,
.widget_rss a {
	color: #00a5b2;
}

.amy-dark-bg {
	color: white;
}

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

@media (max-width: 767px) {
	.sidebar-left {
		margin-bottom: 60px;
	}
	.sidebar-right {
		margin-top: 60px;
	}
}

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

.widget_search .search-form input {
	border-radius: 20px;
	padding-left: 15px;
	padding-right: 35px;
	background: #fff;
}

.widget_search .search-form button {
	color: #ccc;
	background: none;
	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: #00a5b2;
}

.widget_calendar caption {
	text-align: center;
}

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

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

.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: #fbfbfb;
}

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

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

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

.amy-dark-bg .widget_calendar table tbody a {
	background-color: #fbfbfb;
	color: #00a5b2;
}

.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: #00a5b2;
}

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

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

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

.page-sidebar .widget_nav_menu ul li:before {
	content: none;
}

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

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

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

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

.page-sidebar .widget_nav_menu ul .menu-item-has-children>a:hover:after {
	color: #00a5b2;
}

.page-sidebar .widget_nav_menu ul .current-menu-item>a {
	color: #00a5b2;
}

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

.amy_widget_custom_posts .amy-list-with-image li {
	padding-left: 70px;
	min-height: 75px;
}

.amy_widget_custom_posts .amy-list-with-image li a {
	font-family: Heebo, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 700;
	text-transform: uppercase;
}

.amy_widget_custom_posts .amy-list-with-image li a img {
	top: 4px;
	max-width: 60px;
	border-radius: 2px;
}

.amy_widget_custom_posts .post-date,
.amy_widget_custom_posts .post-category {
	display: block;
	font-size: 11px;
	opacity: 0.7;
}

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

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

.widget_recent_comments ul li:before {
	font-family: FontAwesome;
	content: "\f0e5";
	font-size: 13px;
	margin-right: 7px;
	opacity: 0.7;
}

.amy-dark-bg .widget_recent_comments ul li {
	color: white;
}

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

.amy-dark-bg .widget_rss .rss-date {
	color: #c5c5c5;
}

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

.widget_tag_cloud .tagcloud a {
	padding: 5px 10px;
	text-transform: none;
	font-weight: 400;
	font-size: 13px !important;
	border-width: 1px;
	color: #666;
	margin-right: 2px;
	height: auto;
	line-height: 1.2;
}

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

.amy_widget_blog_posts .amy-with-image li {
	position: relative;
	padding-left: 85px;
	padding-bottom: 15px;
	margin-bottom: 10px;
	min-height: 80px;
}

.amy_widget_blog_posts .amy-with-image a {
	display: block;
	width: 100%;
	font-family: Heebo, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 700;
	font-size: 14px;
	line-height: 1.3;
	text-transform: uppercase;
	color: #333;
}

.amy_widget_blog_posts .amy-with-image a img {
	position: absolute;
	top: 2px;
	left: 0;
	max-width: 75px;
}

.amy_widget_blog_posts .amy-full-width-image a {
	display: block;
}

.amy_widget_blog_posts .amy-full-width-image a img {
	display: block;
	margin-bottom: 7px;
}

.amy_widget_blog_posts .post-author,
.amy_widget_blog_posts .post-date,
.amy_widget_blog_posts .post-category,
.amy_widget_blog_posts .post-comments {
	display: inline;
	font-size: 13px;
	font-style: italic;
	opacity: 0.7;
}

.amy_widget_blog_posts .post-author:before,
.amy_widget_blog_posts .post-date:before,
.amy_widget_blog_posts .post-category:before,
.amy_widget_blog_posts .post-comments:before {
	content: "/";
	margin: 0 5px;
}

.amy_widget_blog_posts .post-author:first-child:before,
.amy_widget_blog_posts .post-date:first-child:before,
.amy_widget_blog_posts .post-category:first-child:before,
.amy_widget_blog_posts .post-comments:first-child:before {
	content: none;
}

/**
 * --------------------------------------------------------
 * 4.2. BLOG
 * --------------------------------------------------------
 */

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

.entry-meta {
	color: #999;
	font-size: 14px;
	font-style: italic;
}

.entry-meta>span {
	margin-right: 5px;
}

.entry-meta>span:after {
	content: "/";
	margin-left: 5px;
}

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

.entry-meta a {
	color: #999;
}

.entry-meta a:hover,
.entry-meta a:active,
.entry-meta a:focus {
	color: #00a5b2;
}

.posted-on {
	position: absolute;
	top: 0;
	margin-left: 5px;
	text-align: center;
	padding: 8px 16px;
	background: #00a5b2;
	line-height: 0;
	left: 0;
}

.posted-on span {
	display: block;
	color: #fff;
	font-size: 15px;
	font-style: normal;
	line-height: 1.4;
}

.posted-on .d {
	font-size: 18px;
	font-weight: 700;
}

.has-post-thumbnail .posted-on {
	top: -30px;
}

.entry-title {
	line-height: 1.3;
	color: #333;
}

.entry-title a {
	color: #333;
}

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

article {
	word-wrap: break-word;
}

.amy-post-text-inner {
	position: relative;
}

.entry-summary a,
.entry-content a {
	color: #00a5b2;
}

.blog .entry-summary p:last-of-type,
.blog .entry-content p:last-of-type {
	margin-bottom: 0;
}

.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 {
	display: block;
	margin-top: 20px;
}

.entry-read-more .button,
.entry-read-more .widget_tag_cloud .tagcloud a,
.widget_tag_cloud .tagcloud .entry-read-more a {
	border: none;
	padding: 0;
	font-family: Muli, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style: italic;
	font-weight: 400;
	text-transform: none;
}

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

.entry-footer .amy-footer-meta {
	border-top: 1px dotted #00a5b2;
	border-bottom: 1px dotted #00a5b2;
	padding: 10px 0;
	line-height: 30px;
}

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

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

.entry-footer .amy-footer-meta .amy-post-tag-title,
.entry-footer .amy-footer-meta .amy-post-share-title {
	font-family: Heebo, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
}

.entry-footer .amy-footer-meta .entry-tags {
	float: left;
}

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

.entry-author {
	background-color: #fbfbfc;
	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 h2.author-title {
	font-size: 18px;
	margin-top: 0;
	text-transform: none;
}

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

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

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

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

.blog-default article.sticky {
	background: #ecf0f1;
	padding: 30px;
	border-color: transparent;
}

.blog-default .hentry {
	padding-bottom: 40px;
	margin-bottom: 40px;
	border-bottom: 1px dashed #e5e5e5;
}

.blog-default .hentry:last-of-type {
	border-bottom: none;
}

.blog-default .entry-header {
	margin-bottom: 15px;
}

.blog-default .entry-title {
	font-size: 18px;
	margin: 0 0 10px 0;
}

.blog-default .amy-post-text-inner {
	padding-left: 80px;
}

.blog-search {
	overflow: hidden;
}

.blog-masonry article.sticky {
	background: #ecf0f1;
	padding: 15px;
}

.blog-masonry .hentry {
	margin-bottom: 40px;
}

.blog-masonry .entry-header {
	margin-bottom: 15px;
}

.blog-masonry .entry-title {
	font-size: 15px;
	margin: 10px 0;
	min-height: 70px;
	margin-left: 80px;
	line-height: 1.3;
}

.blog-masonry .has-post-thumbnail .entry-title {
	min-height: 40px;
}

.blog-masonry .amy-no-title .amy-post-text-inner {
	padding-top: 70px;
}

.blog-masonry .has-post-thumbnail.amy-no-title .amy-post-text-inner {
	padding-top: 40px;
}

.single-post .hentry {
	margin-bottom: 0;
}

.single-post .amy-post-text {
	position: relative;
}

.single-post .amy-post-left-info {
	position: absolute;
	z-index: 1;
	margin-left: 5px;
	width: 56px;
	text-align: center;
}

.single-post .amy-post-left-info .posted-on {
	position: static;
	display: block;
	padding-left: 0;
	padding-right: 0;
	margin-bottom: 15px;
	left: auto;
	margin-left: 0;
}

.single-post .amy-post-left-info .entry-comments-link {
	display: block;
	padding-bottom: 10px;
	margin-bottom: 15px;
	border-bottom: 1px solid #f1f1f1;
}

.single-post .amy-post-left-info .entry-comments-link a {
	display: block;
	color: #333;
	font-weight: 700;
}

.single-post .amy-post-left-info .entry-comments-link a:hover,
.single-post .amy-post-left-info .entry-comments-link a:active,
.single-post .amy-post-left-info .entry-comments-link a:focus {
	color: #00a5b2;
}

.single-post .amy-post-left-info .entry-comments-link a:before {
	font-size: 23px;
	font-family: 'FontAwesome';
	font-style: normal;
	font-weight: normal;
	display: block;
	line-height: 1.2;
	content: "\f086";
	color: #bebcbb;
}

.single-post .amy-post-left-info .amy-post-share .amy-post-share-title {
	display: block;
	font-family: Heebo, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	margin-bottom: 15px;
}

.single-post .amy-post-left-info .amy-post-share .amy-post-share-icons a {
	display: inline-block;
	width: 36px;
	height: 36px;
	line-height: 32px;
	margin-bottom: 5px;
	color: #c2c2c2;
	border: 1px solid #f1f1f1;
	border-radius: 3px;
}

.single-post .amy-post-left-info .amy-post-share .amy-post-share-icons a:hover,
.single-post .amy-post-left-info .amy-post-share .amy-post-share-icons a:active,
.single-post .amy-post-left-info .amy-post-share .amy-post-share-icons a:focus {
	background: #00a5b2;
	border-color: #00a5b2;
	color: #fff;
}

.single-post .amy-post-left-info .amy-post-share .amy-post-share-icons a i {
	font-size: 13px;
}

.single-post .amy-post-text-inner {
	padding-left: 85px;
	min-height: 350px;
}

.single-post .has-post-thumbnail:not(.amy-hide-featured-image) .amy-post-left-info {
	margin-top: -30px;
}

.single-post .has-post-thumbnail:not(.amy-hide-featured-image) .amy-post-text-inner {
	min-height: 320px;
}

.comments-title {
	color: #00a5b2;
	margin-top: 60px;
	margin-bottom: 40px;
}

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

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

.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
	border-bottom: 1px solid #f1f1f1;
	margin-top: 40px;
	margin-bottom: 10px;
	min-height: 75px;
	padding-left: 85px;
	position: relative;
}

.comment-list .comment-author {
	display: inline-block;
	margin-right: 5px;
	color: #333;
	font-size: 16px;
}

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

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

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

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

.comment-list .comment-metadata:before {
	content: "-";
	margin-right: 5px;
	font-size: 15px;
	color: #666;
}

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

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

.comment-list .reply {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 13px;
	font-style: italic;
	opacity: 0;
	transition: opacity .2s;
}

.comment-list .comment-body:hover>.reply {
	opacity: 1;
}

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

.comment-respond .comment-reply-title {
	color: #00a5b2;
}

.comments-title,
.comment-reply-title {
	position: relative;
	padding-left: 15px;
}

.comments-title:before,
.comment-reply-title:before {
	content: "";
	background: #00a5b2;
	position: absolute;
	left: 0;
	width: 3px;
	height: 100%;
}

.page-links .page-links-title {
	font-weight: 700;
	border-color: transparent;
	background-color: transparent;
	color: #666;
}

.page-links span {
	color: #00a5b2;
	padding: 4px 10px;
	border-radius: 3px;
	display: inline-block;
	border: 1px solid #f1f1f1;
}

.page-links a {
	display: inline-block;
}

.page-links a:hover span,
.page-links a:focus span,
.page-links a:active span,
.page-links>span {
	color: #fff;
	text-decoration: none;
	background: #00a5b2;
	border-color: #00a5b2;
}

.entry-image {
	position: relative;
	margin-bottom: 15px;
}

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

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

.entry-media {
	margin-bottom: 15px;
	overflow: hidden;
}

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

.entry-media .amy-organic-responsive-embed embed,
.entry-media .amy-organic-responsive-embed object,
.entry-media .amy-organic-responsive-embed video,
.entry-media .amy-organic-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: 700;
	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;
}

.format-quote blockquote {
	margin-left: 0;
	margin-right: 0;
}

.tag-links {
	position: relative;
	padding-top: 15px;
}

.tag-links:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 60px;
	height: 2px;
	content: "";
	background: #ddd;
}

.tag-links .tag-links-title {
	color: #333;
	font-weight: 700;
	margin-right: 5px;
}

.tag-links a {
	color: #666;
}

.tag-links a:hover,
.tag-links a:active,
.tag-links a:focus {
	color: #00a5b2;
}

.related-posts {
	margin-top: 60px;
}

.related-posts h3 {
	position: relative;
	padding-left: 15px;
}

.related-posts h3:before {
	content: "";
	background: #00a5b2;
	position: absolute;
	left: 0;
	width: 3px;
	height: 100%;
}

.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: 20%;
	display: inline-block;
	vertical-align: top;
	padding: 0 10px;
	margin-bottom: 10px;
}

.related-posts.related-posts-thumbnail ul li img {
	margin-bottom: 5px;
}

@media (max-width: 767px) {
	.blog-default .amy-post-text-inner {
		padding-left: 0;
	}
	.blog-default .entry-title {
		font-size: 15px;
		margin: 10px 0;
		min-height: 70px;
		margin-left: 80px;
		line-height: 1.3;
	}
	.blog-default .has-post-thumbnail .entry-title {
		min-height: 40px;
	}
	.comment-list .comment-body {
		padding-left: 0;
	}
	.comment-list .comment-meta {
		min-height: 60px;
		padding-left: 60px;
	}
	.comment-list .comment-meta .avatar {
		height: 50px;
		width: auto;
	}
	.comment-list .children {
		padding-left: 50px;
	}
	.single-post .amy-post-left-info {
		float: left;
		position: relative !important;
		top: 0 !important;
		margin-right: 10px;
	}
	.single-post .amy-post-text-inner {
		padding: 0;
	}
	.single-post .amy-post-text-inner .entry-header {
		min-height: 80px;
	}
}

/*
 * ============================================================================
 * 05. SHORTCODES
 * ============================================================================
 */

/**
 * --------------------------------------------------------
 * 5.1. PRODUCTS
 * --------------------------------------------------------
 */

.slick-slide:focus {
	outline: none;
}

.amy-handmade-products .amy-products-list .slick-prev {
	top: -48px;
	left: 20%;
	width: 30px;
	height: 40px;
	background: #e5e5e5;
	border-radius: 0;
}

.amy-handmade-products .amy-products-list .slick-prev:hover {
	background: #00a5b2;
}

.amy-handmade-products .amy-products-list .slick-prev:hover:before {
	color: #fff;
}

.amy-handmade-products .amy-products-list .slick-prev:before {
	color: #00a5b2;
	content: "\f104";
	font-family: 'FontAwesome';
}

.amy-handmade-products .amy-products-list .slick-next {
	right: 20%;
	top: -48px;
	width: 30px;
	height: 40px;
	background: #e5e5e5;
	border-radius: 0;
}

.amy-handmade-products .amy-products-list .slick-next:hover {
	background: #00a5b2;
}

.amy-handmade-products .amy-products-list .slick-next:hover:before {
	color: #fff;
}

.amy-handmade-products .amy-products-list .slick-next:before {
	color: #00a5b2;
	content: "\f105";
	font-family: 'FontAwesome';
}

.amy-handmade-products .amy-products-list .product {
	margin: 0 15px;
}

.amy-handmade-products .amy-products-list .product-wrapper .product-image-wrapper>a .secondary-image {
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	transition: opacity 0.3s ease 0s;
	width: 100%;
}

.amy-handmade-products .amy-products-list .product-wrapper .product-image-wrapper>a:hover .secondary-image {
	opacity: 1;
}

.amy-handmade-products .amy-products-list .product-wrapper .product-description-wrapper h3,
.amy-handmade-products .amy-products-list .product-wrapper .product-description-wrapper h2 {
	font-size: 16px;
	text-transform: none;
	margin-top: 12px;
	font-weight: 400;
}

.amy-handmade-products .amy-products-list .product-wrapper .product-description-wrapper h3 a,
.amy-handmade-products .amy-products-list .product-wrapper .product-description-wrapper h2 a {
	color: #333;
}

.amy-handmade-products .amy-products-list .product-wrapper .product-description-wrapper h3 a:hover,
.amy-handmade-products .amy-products-list .product-wrapper .product-description-wrapper h2 a:hover {
	color: #00a5b2;
}

.amy-handmade-products .amy-products-list .product-wrapper .product-description-wrapper .product-short-description {
	display: none;
}

.amy-handmade-products .amy-products-list .product-wrapper .product-description-wrapper .star-rating {
	float: right;
	margin-top: 4px;
}

.amy-handmade-products .amy-products-list .product-wrapper .product-description-wrapper .price {
	float: left;
	display: inline-block;
	line-height: 30px;
}

.amy-handmade-products .amy-products-list .product-wrapper .product-description-wrapper .price .amount {
	font-size: 18px;
	color: #d74704;
	font-family: Heebo, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 400;
}

.amy-handmade-products .amy-products-list .product-wrapper .product-description-wrapper .price del {
	float: right;
	margin-left: 8px;
}

.amy-handmade-products .amy-products-list .product-wrapper .product-description-wrapper .price del .amount {
	font-size: 14px;
	color: #b0b0b0;
	font-style: italic;
}

.amy-handmade-products .amy-products-list .product-wrapper .product-buttons {
	opacity: 1;
	position: absolute;
	text-align: center;
	top: 40%;
	transition: all 0.3s ease 0s;
	width: 100%;
}

.amy-handmade-products .amy-products-list .product-wrapper .product-buttons div {
	opacity: 0;
	transform: translateY(20px);
	-webkit-transform: translateY(20px);
	transition: all 0.3s ease, opacity 0.3s ease 0s;
}

.amy-handmade-products .amy-products-list .product-wrapper .product-buttons div.woocommerce_loop_add_to_cart_button {
	transition-delay: 0s;
	-webkit-transition-delay: 0s;
}

.amy-handmade-products .amy-products-list .product-wrapper .product-buttons div.yith-wcwl-add-to-wishlist {
	transition-delay: 0.1s;
	-webkit-transition-delay: 0.2s;
}

.amy-handmade-products .amy-products-list .product-wrapper .product-buttons div.yith-compare-btn {
	transition-delay: 0.2s;
	-webkit-transition-delay: 0.2s;
}

.amy-handmade-products .amy-products-list .product-wrapper .product-buttons div.amy-quickview-button {
	transition-delay: 0.3s;
	-webkit-transition-delay: 0.3s;
}

.amy-handmade-products .amy-products-list .product-wrapper:hover .product-buttons div {
	opacity: 1;
	transform: none;
	-webkit-transform: none;
}

.amy-handmade-products .carousel-vertical header {
	width: 80%;
	overflow: hidden;
}

.amy-handmade-products .carousel-vertical header .amy-title-heading {
	margin-bottom: 12px;
	font-size: 20px;
	position: relative;
	display: inline-block;
}

.amy-handmade-products .carousel-vertical header .amy-title-heading:after {
	content: "";
	position: absolute;
	height: 1px;
	width: 100%;
	top: 50%;
	right: -110%;
	background: #f7f7f7;
}

.amy-handmade-products .carousel-vertical .amy-products-list .product-item {
	margin: 10px 0;
	height: 128px;
}

.amy-handmade-products .carousel-vertical .amy-products-list .product-item .product-wrapper {
	position: relative;
}

.amy-handmade-products .carousel-vertical .amy-products-list .product-item .product-wrapper .product-buttons>div>div a {
	box-shadow: 0px 0px 6px #666;
	-webkit-box-shadow: 0px 0px 6px #666;
}

.amy-handmade-products .carousel-vertical .amy-products-list .product-item .product-wrapper:before {
	content: " ";
	display: table;
}

.amy-handmade-products .carousel-vertical .amy-products-list .product-item .product-wrapper:after {
	content: " ";
	display: table;
	clear: both;
}

.amy-handmade-products .carousel-vertical .amy-products-list .product-item .product-wrapper .product-image-wrapper {
	position: relative;
	width: 120px;
	height: 128px;
	float: left;
	margin-right: 20px;
}

.amy-handmade-products .carousel-vertical .amy-products-list .product-item .product-wrapper .product-image-wrapper img {
	height: 100%;
}

.amy-handmade-products .carousel-vertical .amy-products-list .product-item .product-wrapper .product-description-wrapper h3 {
	margin-top: 8px;
	font-weight: 400;
}

.amy-handmade-products .carousel-vertical .amy-products-list .product-item .product-wrapper .product-description-wrapper .price {
	float: none;
}

.amy-handmade-products .carousel-vertical .amy-products-list .product-item .product-wrapper .product-description-wrapper .star-rating {
	float: none;
}

.amy-handmade-products .carousel-vertical .amy-products-list .slick-dots {
	bottom: inherit;
	top: -33px;
	text-align: right;
	line-height: 11px;
}

.amy-handmade-products .carousel-vertical .amy-products-list .slick-dots>li {
	margin: 0;
}

.amy-handmade-products .carousel-vertical .amy-products-list .slick-dots>li>button:before {
	background: rgba(0, 165, 178, 0.33);
}

.amy-handmade-products .carousel-vertical .amy-products-list .slick-dots>li>button:hover,
.amy-handmade-products .carousel-vertical .amy-products-list .slick-dots>li>button:active,
.amy-handmade-products .carousel-vertical .amy-products-list .slick-dots>li>button:focus {
	border: none;
}

.amy-handmade-products .carousel-vertical .amy-products-list .slick-dots>li.slick-active>button {
	border: none;
}

.amy-handmade-products .carousel-vertical .amy-products-list .slick-dots>li.slick-active>button:before {
	background: #00a5b2;
}

.amy-handmade-products .grid-layout-1 .product-buttons>div>div a {
	box-shadow: 0px 0px 6px #666;
	-webkit-box-shadow: 0px 0px 6px #666;
}

.amy-handmade-products .grid-layout-1 .amy-products-list .product-wrapper {
	position: relative;
}

.amy-handmade-products .grid-layout-1 .amy-products-list .product-wrapper:before {
	content: " ";
	display: table;
}

.amy-handmade-products .grid-layout-1 .amy-products-list .product-wrapper:after {
	content: " ";
	display: table;
	clear: both;
}

.amy-handmade-products .grid-layout-1 .amy-products-list .product-wrapper.thumbnail-left .product-image-wrapper {
	position: relative;
	width: 180px;
	float: left;
	margin-right: 20px;
}

.amy-handmade-products .grid-layout-1 .amy-products-list .product-wrapper.thumbnail-left .product-description-wrapper .price {
	float: none;
}

.amy-handmade-products .grid-layout-1 .amy-products-list .product-wrapper.thumbnail-left .product-description-wrapper .star-rating {
	float: none;
}

.amy-handmade-products .grid-layout-1 .amy-products-list .product-wrapper.thumbnail-right .product-image-wrapper {
	position: relative;
	width: 180px;
	float: right;
	margin-left: 20px;
}

.amy-handmade-products .grid-layout-1 .amy-products-list .product-wrapper.thumbnail-right .product-description-wrapper .price {
	float: none;
}

.amy-handmade-products .grid-layout-1 .amy-products-list .product-wrapper.thumbnail-right .product-description-wrapper .star-rating {
	float: none;
}

.amy-handmade-products .grid-layout-1 .amy-products-list .product-wrapper.thumbnail-right .onsale {
	top: 5px;
	right: -2px;
	left: inherit;
}

.amy-handmade-products .masonry-layout .amy-products-list .product-item .product-wrapper {
	position: relative;
	margin-bottom: 12px;
}

@media (max-width: 980px) {
	.amy-handmade-products .masonry-layout .amy-products-list .product-item .product-wrapper .product-image-wrapper img {
		width: 100%;
	}
}

.amy-handmade-products .masonry-layout .amy-products-list .product-item .product-description-wrapper {
	margin-bottom: 12px;
}

.amy-handmade-products .masonry-layout .amy-products-list .product-item .product-description-wrapper:before {
	content: " ";
	display: table;
}

.amy-handmade-products .masonry-layout .amy-products-list .product-item .product-description-wrapper:after {
	content: " ";
	display: table;
	clear: both;
}

.amy-handmade-products .masonry-layout .amy-products-list .product-item .product-description-wrapper.hide-rate {
	text-align: center;
}

.amy-handmade-products .masonry-layout .amy-products-list .product-item .product-description-wrapper.hide-rate .star-rating {
	display: none;
}

.amy-handmade-products .masonry-layout .amy-products-list .product-item .product-description-wrapper.hide-rate .price {
	float: none;
}

.amy-handmade-products .masonry-layout .amy-products-list .product-item .product-description-wrapper h3 {
	margin-bottom: 3px;
}

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

.hide-rate .star-rating {
	display: none;
}

.hide-rate .price {
	float: none !important;
}

.slick-slide img {
	width: 100%;
}

@media (max-width: 1440px) {
	.amy-padding-custom-75 {
		padding-left: 0;
		padding-right: 0;
	}
}

@media (max-width: 980px) {
	.amy-handmade-products .amy-products-list .slick-next {
		right: 5%;
	}
	.amy-handmade-products .amy-products-list .slick-prev {
		left: 5%;
	}
}

@media (max-width: 768px) {
	.grid-layout-1 .col-md-4 {
		max-width: 360px;
		margin: 0 auto;
	}
}

@media (max-width: 640px) {
	.masonry-layout .product-item {
		max-width: 360px;
		left: 0;
		right: 0;
		margin-left: auto;
		margin-right: auto;
	}
	.carousel-horizontal .slick-arrow {
		display: none !important;
	}
}

/**
 * --------------------------------------------------------
 * 5.2. LOOKBOOK
 * --------------------------------------------------------
 */

.amy-handmade-lookbook .amy-lookbook-list {
	margin: 0 5px;
}

.amy-handmade-lookbook .amy-lookbook-list .row {
	margin-left: -5px;
	margin-right: -5px;
}

.amy-handmade-lookbook .amy-lookbook-list .lookbook-item {
	margin-bottom: 10px;
}

.amy-handmade-lookbook .amy-lookbook-list .lookbook-item[class*="col"] {
	padding-left: 5px;
	padding-right: 5px;
}

.amy-handmade-lookbook .amy-lookbook-list .lookbook-item .amy-lookbook-image-wrap .amy-lookbook-image {
	overflow: hidden;
}

.amy-handmade-lookbook .amy-lookbook-list .lookbook-item .amy-lookbook-image-wrap .amy-lookbook-image:hover img {
	transform: scale(1.1);
}

.amy-handmade-lookbook .amy-lookbook-list .lookbook-item .amy-lookbook-image-wrap .amy-lookbook-image img {
	transition: all 0.35s ease 0s;
}

.amy-handmade-lookbook .amy-lookbook-list .lookbook-item.last-item {
	text-align: center;
	padding: 70px 50px;
}

.amy-handmade-lookbook .amy-lookbook-list .lookbook-item.last-item a h2 {
	font-size: 22px;
	color: #333;
	border-bottom: 2px solid #00a5b2;
	padding-bottom: 10px;
	margin-top: 0;
}

.amy-handmade-lookbook .amy-lookbook-list .lookbook-item.last-item a h2:hover {
	color: #00a5b2;
}

.amy-handmade-lookbook .amy-lookbook-list .lookbook-item.last-item a span {
	font-size: 17px;
	color: #999999;
	display: block;
}

.amy-handmade-lookbook .amy-lookbook-list .lookbook-item.last-item a span:hover {
	color: #00a5b2;
}

@media (max-width: 768px) {
	.lookbook-item {
		max-width: 325px;
		margin-left: auto;
		margin-right: auto;
		left: 0;
		right: 0;
	}
}

/**
 * --------------------------------------------------------
 * 5.3. TESTIMONIALS
 * --------------------------------------------------------
 */

.slick-prev,
.slick-next {
	width: 30px;
	height: 40px;
	background: rgba(0, 0, 0, 0.48);
	border-radius: 0;
	z-index: 9;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
	background: #00a5b2;
	color: #fff;
}

.slick-prev:before,
.slick-next:before {
	color: #fff;
	font-family: 'FontAwesome';
}

.slick-next::before {
	content: "\f105";
}

.slick-prev::before {
	content: "\f104";
}

.slick-dots>li>button {
	border-radius: 50%;
}

.slick-dots>li>button:before {
	content: "";
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #ededed;
	top: 5px;
	left: 5px;
	opacity: 1;
}

.slick-dots>li>button:hover,
.slick-dots>li>button:active,
.slick-dots>li>button:focus {
	border: 2px solid #ededed;
}

.slick-dots>li.slick-active>button {
	border: 2px solid #ededed;
}

.slick-dots>li.slick-active>button:before {
	opacity: 1;
}

.amy-handmade-testimonial {
	position: relative;
	z-index: 99;
}

.amy-handmade-testimonial .slick-dots {
	position: inherit;
}

.amy-handmade-testimonial .slick-arrow {
	display: none !important;
}

.amy-handmade-testimonial:hover .slick-arrow {
	display: block !important;
}

.amy-handmade-testimonial .style-1 {
	color: #fff;
	padding: 120px 0 140px 0;
	background: linear-gradient(rgba(0, 165, 178, 0.65), rgba(0, 165, 178, 0.65)), rgba(0, 165, 178, 0.65) url("../images/1-3.jpg") no-repeat center;
	background-size: cover;
	text-rendering: optimizeLegibility;
}

.amy-handmade-testimonial .style-1 .slick-dots {
	bottom: -45px;
}

.amy-handmade-testimonial .style-1 .amy-testimonials-wrapper {
	width: 880px;
	margin: 0 auto;
}

@media (max-width: 880px) {
	.amy-handmade-testimonial .style-1 .amy-testimonials-wrapper {
		width: 90%;
	}
}

.amy-handmade-testimonial .style-1 .amy-testimonials-wrapper .testimonial-item {
	float: left;
}

.amy-handmade-testimonial .style-1 .amy-testimonials-wrapper .testimonial-item .amy-avatar-wrapper {
	display: table-cell;
	vertical-align: top;
}

.amy-handmade-testimonial .style-1 .amy-testimonials-wrapper .testimonial-item .amy-avatar-wrapper .amy-avatar {
	width: 92px;
	height: 92px;
	margin-right: 30px;
	border-radius: 50%;
	overflow: hidden;
	border: 2px solid #fff;
}

.amy-handmade-testimonial .style-1 .amy-testimonials-wrapper .testimonial-item .amy-info-wrapper {
	display: table-cell;
	vertical-align: top;
}

.amy-handmade-testimonial .style-1 .amy-testimonials-wrapper .testimonial-item .amy-info-wrapper h4.amy-info-name {
	color: #fff;
	position: relative;
	display: inline-block;
}

.amy-handmade-testimonial .style-1 .amy-testimonials-wrapper .testimonial-item .amy-info-wrapper h4.amy-info-name:after {
	content: "";
	width: 50px;
	height: 2px;
	background: #6dc7d2;
	position: absolute;
	top: 50%;
	right: -60px;
}

.amy-handmade-testimonial .style-2 {
	text-align: center;
}

.amy-handmade-testimonial .style-2 .amy-testimonials-wrapper {
	padding: 0 110px;
}

@media (max-width: 980px) {
	.amy-handmade-testimonial .style-2 .amy-testimonials-wrapper {
		padding: 0 20px;
	}
}

.amy-handmade-testimonial .style-2 .amy-testimonials-wrapper .testimonial-item span.quote {
	display: inline-block;
	margin-bottom: 10px;
	width: 75px;
	height: 75px;
	border-radius: 50%;
	border: 2px solid #00a5b2;
	background: url("../images/icons/quote1.png") no-repeat center;
}

.amy-handmade-testimonial .style-2 .amy-testimonials-wrapper .testimonial-item .amy-info-testimonial {
	margin-bottom: 25px;
}

.amy-handmade-testimonial .style-2 .amy-testimonials-wrapper .testimonial-item .amy-bottom {
	display: inline-block;
}

.amy-handmade-testimonial .style-2 .amy-testimonials-wrapper .testimonial-item .amy-bottom .amy-avatar-wrapper {
	display: table-cell;
	vertical-align: top;
}

.amy-handmade-testimonial .style-2 .amy-testimonials-wrapper .testimonial-item .amy-bottom .amy-avatar-wrapper .amy-avatar {
	width: 75px;
	height: 75px;
	margin-right: 15px;
	border-radius: 50%;
	overflow: hidden;
}

.amy-handmade-testimonial .style-2 .amy-testimonials-wrapper .testimonial-item .amy-bottom .amy-info-wrapper {
	display: table-cell;
	vertical-align: middle;
	text-align: left;
}

.amy-handmade-testimonial .style-2 .amy-testimonials-wrapper .testimonial-item .amy-bottom .amy-info-wrapper .amy-info-name {
	font-size: 18px;
	margin: 0;
}

.amy-handmade-testimonial .style-2 .amy-testimonials-wrapper .testimonial-item .amy-bottom .amy-info-wrapper span {
	font-style: italic;
}

.amy-handmade-testimonial .style-3 {
	position: relative;
}

.amy-handmade-testimonial .style-3:before {
	position: absolute;
	content: url("../images/flower.png");
	margin: 0 auto;
	text-align: center;
	top: -50%;
	right: 0;
	left: 0;
}

.amy-handmade-testimonial .style-3 .slick-dots {
	width: 30px;
	position: absolute;
	right: 0;
	bottom: 48%;
}

.amy-handmade-testimonial .style-3 .slick-dots>li.slick-active>button {
	border-color: #00a5b2;
}

.amy-handmade-testimonial .style-3 .slick-dots>li.slick-active>button:before {
	background: #00a5b2;
}

.amy-handmade-testimonial .style-3 .amy-testimonials-wrapper {
	margin: 0 -40px;
}

.amy-handmade-testimonial .style-3 .amy-testimonials-wrapper .testimonial-item {
	padding: 40px;
}

.amy-handmade-testimonial .style-3 .amy-testimonials-wrapper .testimonial-item .amy-info-testimonial blockquote {
	position: relative;
	padding: 0;
	border-left: none;
	font-style: normal;
}

.amy-handmade-testimonial .style-3 .amy-testimonials-wrapper .testimonial-item .amy-info-testimonial blockquote:before {
	content: url("../images/icons/quote2.png");
	display: inline-block;
	float: left;
	margin-right: 8px;
	margin-top: -18px;
	text-align: center;
	width: 36px;
	height: 36px;
	line-height: 36px;
	border-radius: 50%;
	background: #00a5b2;
}

.amy-handmade-testimonial .style-3 .amy-testimonials-wrapper .testimonial-item .amy-bottom {
	display: inline-block;
}

.amy-handmade-testimonial .style-3 .amy-testimonials-wrapper .testimonial-item .amy-bottom .amy-avatar-wrapper {
	display: table-cell;
	vertical-align: top;
}

.amy-handmade-testimonial .style-3 .amy-testimonials-wrapper .testimonial-item .amy-bottom .amy-avatar-wrapper .amy-avatar {
	width: 68px;
	height: 68px;
	margin-right: 15px;
	border-radius: 50%;
	overflow: hidden;
}

.amy-handmade-testimonial .style-3 .amy-testimonials-wrapper .testimonial-item .amy-bottom .amy-info-wrapper {
	display: table-cell;
	vertical-align: middle;
	text-align: left;
}

.amy-handmade-testimonial .style-3 .amy-testimonials-wrapper .testimonial-item .amy-bottom .amy-info-wrapper .amy-info-name {
	font-size: 18px;
	margin: 0 0 5px;
	color: #000;
}

.amy-handmade-testimonial .style-3 .amy-testimonials-wrapper .testimonial-item .amy-bottom .amy-info-wrapper span {
	font-style: normal;
}

/**
 * --------------------------------------------------------
 * 5.4. BLOGS
 * --------------------------------------------------------
 */

@keyframes shine {
	100% {
		left: 125%;
	}
}

.entry-header .blog-default .entry-title {
	font-size: 20px;
}

.comment-list .comment-body .reply {
	font-size: 17px;
	font-style: normal;
}

@media (max-width: 480px) {
	.comment-list .comment-body .reply {
		margin-top: 25px;
	}
	.comment-list .children {
		padding-left: 0.6em;
	}
}

h4.entry-title {
	text-transform: capitalize;
}

.amy-handmade-blogs .amy-blogs-wrapper article.post .entry-image {
	position: relative;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.amy-handmade-blogs .amy-blogs-wrapper article.post .entry-image img {
	transform: scale(1);
	transition: 0.3s ease-in-out;
}

.amy-handmade-blogs .amy-blogs-wrapper article.post .entry-image:before {
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
	transform: skewX(-25deg);
}

.amy-handmade-blogs .amy-blogs-wrapper article.post .entry-image:hover img {
	transform: scale(1.15);
}

.amy-handmade-blogs .amy-blogs-wrapper article.post .entry-image:hover:before {
	animation: shine .75s;
}

.amy-handmade-blogs .amy-blogs-wrapper article.post .amy-post-text-inner .style-1 .entry-header {
	margin-bottom: 15px;
}

.amy-handmade-blogs .amy-blogs-wrapper article.post .amy-post-text-inner .style-1 .entry-header .entry-title {
	margin-left: 80px;
	min-height: 39px;
}

.amy-handmade-blogs .amy-blogs-wrapper article.post .amy-post-text-inner .style-1 .entry-header .entry-meta .posted-on {
	top: -30px;
}

.amy-handmade-blogs .amy-blogs-wrapper article.post .amy-post-text-inner .style-1 .entry-summary {
	font-size: 17px;
}

.amy-handmade-blogs .amy-blogs-wrapper article.post .amy-post-text-inner .style-2 {
	padding-left: 80px;
	padding-right: 5px;
}

.amy-handmade-blogs .amy-blogs-wrapper article.post .amy-post-text-inner .style-2 .entry-title {
	font-size: 20px;
}

.amy-handmade-blogs .amy-blogs-wrapper article.post .amy-post-text-inner .style-2 .entry-summary {
	position: relative;
}

.amy-handmade-blogs .amy-blogs-wrapper article.post .amy-post-text-inner .style-2 .entry-summary:after {
	content: " ";
	width: 40px;
	height: 2px;
	background: #eeeeee;
	position: absolute;
	left: 0;
	bottom: -20px;
}

.amy-handmade-blogs .amy-blogs-wrapper article.post .amy-post-text-inner .style-2 .entry-meta {
	font-style: normal;
	padding: 10px 0;
	color: #666;
	font-size: 17px;
	font-family: Josefin Sans, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.amy-handmade-blogs .amy-blogs-wrapper article.post .amy-post-text-inner .style-2 .entry-meta>span {
	display: block;
}

.amy-handmade-blogs .amy-blogs-wrapper article.post .amy-post-text-inner .style-2 .entry-meta>span:after {
	content: none;
}

.amy-handmade-blogs .amy-blogs-wrapper article.post .amy-post-text-inner .style-2 .entry-meta a {
	color: #666;
}

.amy-handmade-blogs .amy-blogs-wrapper article.post .amy-post-text-inner .style-2 .entry-meta a:hover {
	color: #00a5b2;
}

.amy-handmade-blogs .amy-blogs-wrapper article.post .amy-post-text-inner .style-2 .entry-meta span.label {
	color: #999;
}

.amy-handmade-blogs .amy-blogs-wrapper article.post .amy-post-text-inner .style-2 .entry-meta .posted-on {
	display: block;
	width: 64px;
	height: 64px;
	padding: 6px 16px;
	margin: 0 0 0 5px;
	border: 3px solid;
	border-color: #ccedf0;
}

/**
 * --------------------------------------------------------
 * 5.5. COUNTDOWN
 * --------------------------------------------------------
 */

@keyframes flash {
	0% {
		opacity: .4;
	}
	100% {
		opacity: 1;
	}
}

.pd-top-90 {
	padding-top: 90px;
}

.bottom-100px {
	margin-bottom: -100px;
	z-index: 99;
}

@media (max-width: 980px) {
	.bottom-100px {
		margin-bottom: 0;
	}
}

.amy-handmade-product-countdown .amy-countdown-wrapper {
	margin-left: -30px;
	margin-right: -30px;
	padding-right: 98px;
	padding-left: 98px;
	padding-bottom: 65px;
	background: #fff;
	position: relative;
}

@media (max-width: 980px) {
	.amy-handmade-product-countdown .amy-countdown-wrapper {
		padding-left: 20px;
		padding-right: 20px;
	}
}

.amy-handmade-product-countdown .amy-countdown-wrapper .amy-move-image {
	position: relative;
	z-index: 9;
	padding-top: 30px;
	padding-right: 30px;
}

.amy-handmade-product-countdown .amy-countdown-wrapper .amy-move-image img {
	width: 100%;
	transition: all 0.2s linear;
}

.amy-handmade-product-countdown .amy-countdown-wrapper .amy-move-image .amy-img-bg {
	border: 4px solid #f5f5f5;
	top: 0px;
	right: 0;
	left: 30px;
	bottom: 30px;
	pointer-events: none;
	z-index: 9;
	position: absolute;
	transition: all 0.2s linear;
}

.amy-handmade-product-countdown .amy-countdown-wrapper .entry-header {
	margin-bottom: 35px;
}

.amy-handmade-product-countdown .amy-countdown-wrapper h3.amy-product-title {
	margin-top: 10px;
	font-size: 22px;
}

.amy-handmade-product-countdown .amy-countdown-wrapper h3.amy-product-title>a {
	color: #333;
}

.amy-handmade-product-countdown .amy-countdown-wrapper h3.amy-product-title>a:hover {
	color: #00a5b2;
}

.amy-handmade-product-countdown .amy-countdown-wrapper .entry-product-content {
	padding-top: 10px;
	padding-left: 50px;
}

@media (max-width: 980px) {
	.amy-handmade-product-countdown .amy-countdown-wrapper .entry-product-content {
		padding-left: 5px;
	}
}

.amy-handmade-product-countdown .amy-countdown-wrapper .entry-product-content .product-description-wrapper {
	margin-bottom: 40px;
}

.amy-handmade-product-countdown .amy-countdown-wrapper .entry-product-content .product-description-wrapper .product-short-description {
	margin-bottom: 30px;
}

.amy-handmade-product-countdown .amy-countdown-wrapper .entry-product-content .product-description-wrapper .product-short-description ul {
	list-style: none;
	padding: 0;
}

.amy-handmade-product-countdown .amy-countdown-wrapper .entry-product-content .product-description-wrapper .product-short-description ul li {
	position: relative;
	padding-left: 10px;
}

.amy-handmade-product-countdown .amy-countdown-wrapper .entry-product-content .product-description-wrapper .product-short-description ul li:before {
	content: "";
	width: 3px;
	height: 3px;
	border-radius: 50%;
	background: #00a5b2;
	position: absolute;
	top: 13px;
	left: 0px;
}

.amy-handmade-product-countdown .amy-countdown-wrapper .entry-product-content .product-description-wrapper span.price {
	margin-left: 10px;
}

.amy-handmade-product-countdown .amy-countdown-wrapper .entry-product-content .product-description-wrapper span.price span.amount {
	font-size: 35px;
	color: #d74704;
	font-family: "Lora", serif;
	font-style: italic;
	font-weight: 400;
}

.amy-handmade-product-countdown .amy-countdown-wrapper .entry-product-content .product-description-wrapper span.price del {
	margin-left: 10px;
}

.amy-handmade-product-countdown .amy-countdown-wrapper .entry-product-content .product-description-wrapper span.price del span.amount {
	font-size: 20px;
	color: #999;
}

.amy-handmade-product-countdown .amy-countdown-wrapper .entry-product-content .amy-clock-countdown ul {
	list-style: none;
	padding: 0;
}

.amy-handmade-product-countdown .amy-countdown-wrapper .entry-product-content .amy-clock-countdown ul>li {
	display: inline-block;
	width: 84px;
	height: 84px;
	border-radius: 50%;
	border: 2px solid #f6f6f6;
	text-align: center;
	margin-right: 30px;
}

.amy-handmade-product-countdown .amy-countdown-wrapper .entry-product-content .amy-clock-countdown ul>li:last-child {
	margin-right: 0;
}

.amy-handmade-product-countdown .amy-countdown-wrapper .entry-product-content .amy-clock-countdown ul>li>span {
	display: block;
	line-height: 22px;
}

.amy-handmade-product-countdown .amy-countdown-wrapper .entry-product-content .amy-clock-countdown ul>li>span.count {
	font-size: 25px;
	color: #00a5b2;
	font-family: "Lora", serif;
	font-weight: bold;
	margin-top: 18px;
}

.amy-handmade-product-countdown .amy-countdown-wrapper .entry-product-content .amy-clock-countdown ul>li>span.label {
	font-size: 17px;
	color: #00a5b2;
}

/**
 * --------------------------------------------------------
 * 5.6. TABS
 * --------------------------------------------------------
 */

.amy-tabs .fade {
	opacity: 0;
	transition: opacity .15s ease-in;
}

.amy-tabs .fade.in {
	opacity: 1;
}

.amy-tabs .horizontal-tabs ul.amy-tab-navs {
	padding: 0;
	list-style: none;
	text-align: center;
	margin-bottom: 30px;
}

.amy-tabs .horizontal-tabs ul.amy-tab-navs li {
	display: inline-block;
	margin: 0 15px;
}

.amy-tabs .horizontal-tabs ul.amy-tab-navs li.active a {
	color: #00a5b2;
	outline: none;
}

.amy-tabs .horizontal-tabs ul.amy-tab-navs li a {
	color: #333;
}

.amy-tabs .horizontal-tabs ul.amy-tab-navs li a:hover {
	color: #00a5b2;
}

.amy-tabs .vertical-tabs {
	min-height: 680px;
}

.amy-tabs .vertical-tabs header {
	padding-left: 30px;
}

.amy-tabs .vertical-tabs ul.amy-tab-navs {
	padding: 0;
	list-style: none;
	text-align: right;
}

.amy-tabs .vertical-tabs ul.amy-tab-navs li {
	display: block;
}

.amy-tabs .vertical-tabs ul.amy-tab-navs li.active a {
	color: #00a5b2;
	outline: none;
}

.amy-tabs .vertical-tabs ul.amy-tab-navs li a {
	color: #333;
}

.amy-tabs .vertical-tabs ul.amy-tab-navs li a:hover {
	color: #00a5b2;
}

.amy-tabs .vertical-tabs a.button.nav-button,
.amy-tabs .vertical-tabs .widget_tag_cloud .tagcloud a.nav-button,
.widget_tag_cloud .tagcloud .amy-tabs .vertical-tabs a.nav-button {
	float: right;
	margin: 0;
	background: #00a5b2;
	color: #fff;
}

.amy-tabs .amy-tab-content {
	min-height: 300px;
}

.amy-tabs .amy-tab-content>.amy-tab-panel {
	display: none;
}

.amy-tabs .amy-tab-content>.active {
	display: block;
}

.amy-verticle-shop {
	z-index: 999;
	position: absolute;
	top: 45%;
	left: 14%;
}

.amy-verticle-shop a {
	font-size: 14px !important;
	text-transform: uppercase;
	background: #00a5b2 !important;
	color: #fff;
	padding: 10px 20px !important;
	font-family: "Lora", serif;
	line-height: 14px !important;
}

.vertical-tabs {
	position: relative;
}

.vertical-tabs:before {
	content: url("../images/bg-tab.png");
	position: absolute;
	bottom: -2%;
	left: -27%;
}

@media (max-width: 980px) {
	.amy-verticle-shop {
		display: none;
	}
	.amy-tabs .vertical-tabs:before {
		content: none;
	}
	.amy-tabs .vertical-tabs .text-right {
		text-align: center;
	}
	.amy-tabs .vertical-tabs ul.amy-tab-navs {
		text-align: center;
	}
	.amy-tabs .vertical-tabs ul.amy-tab-navs li {
		display: inline-block;
		margin: 0 5px;
	}
}

/**
 * --------------------------------------------------------
 * 5.7. HEADING
 * --------------------------------------------------------
 */

.amy-title-heading {
	font-size: 25px;
	margin-top: 0;
}

.amy-title-heading.dots-bottom {
	position: relative;
	margin-bottom: 20px;
}

.amy-title-heading.dots-bottom:after {
	content: "\00B7  \00B7  \00B7";
	position: absolute;
	top: 80%;
	right: 0;
	left: 0;
	color: #00a5b2;
	font-style: normal;
}

p.amy-subtitle-heading {
	margin-bottom: 28px;
}

/**
 * --------------------------------------------------------
 * 5.8. INSTAGRAM
 * --------------------------------------------------------
 */

.amy-handmade-instagram .amy-instagram-wrap {
	overflow: hidden;
	position: relative;
}

.amy-handmade-instagram .amy-instagram-wrap ul {
	list-style: none;
	padding: 0;
}

.amy-handmade-instagram .amy-instagram-wrap ul li {
	float: left;
	width: 16.66667%;
	margin: 0;
	overflow: hidden;
	position: relative;
}

.amy-handmade-instagram .amy-instagram-wrap ul li img {
	transition: all 0.35s ease 0s;
}

.amy-handmade-instagram .amy-instagram-wrap ul li:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}

.amy-widget-module .instagram .amy-instagram-wrap ul {
	padding: 0;
	list-style: none;
	margin-left: -1.5px;
	margin-right: -1.5px;
}

.amy-widget-module .instagram .amy-instagram-wrap ul li {
	float: left;
	width: 33.33333%;
	padding: 0 1.5px;
	margin-bottom: 3px;
}

/**
 * --------------------------------------------------------
 * 5.9. CUSTOM
 * --------------------------------------------------------
 */

.amy-site-header {
	position: relative;
	z-index: 99;
}

.amy-site-header.header-full {
	padding-left: 120px;
	padding-right: 120px;
}

@media (max-width: 1400px) {
	.amy-site-header.header-full {
		padding-left: 20px;
		padding-right: 20px;
	}
}

.site-content {
	overflow: hidden;
}

.amy-menu-dropdown-icon .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 {
	font-size: 12px;
	position: absolute;
	top: 3px;
	right: -12px;
}

.amy-site-nav>ul>li>.amy-link:before {
	background: #ebebeb;
}

.amy-middle-logo .amy-site-header {
	padding-top: 5px;
}

.amy-middle-logo .amy-site-logo {
	left: 0;
	margin: 0 auto;
	right: 0;
	text-align: center;
	max-width: 220px;
}

.amy-is-top-bar-transparent .amy-site-header {
	margin-top: 15px;
}

.amy-middle-logo .amy-header-box-left {
	position: absolute;
	top: 32%;
	left: 0;
}

.amy-middle-logo .amy-header-box-left .amy-module-text {
	color: #999999;
	font-size: 15px;
}

.amy-middle-logo .amy-header-box-left .amy-module-text i.fa {
	color: #00a5b2;
	font-size: 22px;
}

.blog-default .hentry p {
	margin-bottom: 5px;
}

input[type="password"] {
	display: inline-block;
}

.blog-default .amy-isotope-blog .amy-post-text-inner {
	padding-left: 0;
}

.blog-default .amy-isotope-blog .amy-post-text-inner .entry-header .entry-title {
	padding-left: 80px;
}

.amy-handmade-responsive-embed iframe {
	width: 100%;
}

.amy-isotop-wrapper .amy-handmade-responsive-embed iframe {
	max-height: 300px;
}

.amy-module-woominicart .fa-shopping-cart {
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	border-radius: 50%;
	background: #00a5b2;
}

.amy-module-woominicart .fa-shopping-cart:before {
	content: url("../images/icon-cart.png");
}

.amy-module-woominicart .amy-cart-count {
	top: 6px;
	background: #d74704;
}

.amy-tab-panel .star-rating {
	margin-bottom: 0;
}

.amy-is-transparent .amy-top-bar {
	background: transparent;
	position: absolute;
}

.amy-is-transparent .amy-page-header {
	padding-bottom: 30px;
}

.amy-is-transparent .amy-page-header .page-title {
	margin-top: 30px;
}

.amy-top-bar.topbar-full {
	padding-left: 60px;
	padding-right: 60px;
}

@media (max-width: 1200px) {
	.amy-top-bar.topbar-full {
		padding-right: 20px;
		padding-left: 20px;
	}
}

.amy-top-bar .amy-module-woominicart .fa-shopping-cart {
	width: 26px;
	height: 26px;
	line-height: 30px;
}

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"] {
	background-color: #fff;
}

input[type="submit"] {
	text-transform: uppercase;
}

.amy-site-footer .amy-footer-widgets-before .newsletter-title-wrapper {
	font-size: 18px;
	text-transform: uppercase;
}

.related-posts ul li p {
	text-transform: capitalize;
	color: #333;
	line-height: 26px;
}

.related-posts ul li:hover p {
	color: #00a5b2;
}

.post-navigation a {
	color: #333;
}

.post-navigation a:hover {
	color: #00a5b2;
}

.products .product .product-wrapper .product-short-description ul {
	list-style: none;
}

#yith-quick-view-modal #yith-quick-view-close {
	color: #00a5b2;
}

#yith-quick-view-modal .yith-wcqv-wrapper .yith-wcqv-main {
	box-shadow: none;
	padding: 35px;
	border-radius: 3px;
}

#yith-quick-view-content .product .single_add_to_cart_button {
	text-transform: uppercase;
}

#cboxLoadedContent input[type="button"]:active {
	top: initial !important;
}

.wpb_revslider_element {
	margin-bottom: 0 !important;
}

.aio-icon-title {
	margin: 0 !important;
}

#amy-top-bar {
	font-size: 16px;
}

.amy-widget-list .entry-item {
	padding: 15px 0;
	border-bottom: 1px solid #f1f1f1;
}

.amy-widget-list .entry-thumb {
	float: left;
	margin-right: 15px;
}

.amy-widget-list .entry-title {
	font-size: 14px;
}

.amy-widget-list .entry-title a {
	color: #333;
}

.amy-widget-list .entry-title a:hover {
	color: #00a5b2;
}

.amy-contact-wrapper {
	width: 756px;
	text-align: center;
	margin: 0 auto;
}

@media (max-width: 756px) {
	.amy-contact-wrapper {
		width: 100%;
		padding: 0 15px;
	}
}

.amy-site-footer {
	position: relative;
}

.amy-site-footer:before {
	position: absolute;
	top: 10px;
	left: 0;
}

.amy-site-footer:after {
	position: absolute;
	bottom: 0px;
	right: 0;
}

.padding-column-100px .vc_column-inner {
	padding-left: 100px;
	padding-right: 100px;
}

@media (max-width: 1400px) {
	.padding-column-100px .vc_column-inner {
		padding-left: 35px;
		padding-right: 20px;
	}
}

.woocommerce .products .list-view .product-wrapper .product-buttons div,
.wocommerce-page .products .list-view .product-wrapper .product-buttons div {
	opacity: 1;
	transform: none;
	-webkit-transform: none;
}

.woocommerce .products .product.list-view .product-image-wrapper,
.wocommerce-page .products .product.list-view .product-image-wrapper {
	margin-right: 30px;
}

::-webkit-input-placeholder {
	font-family: Muli, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style: italic;
}

::-moz-placeholder {
	font-family: Muli, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style: italic;
}

input {
	font-family: Muli, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.woocommerce .product .woocommerce-tabs.wc-tabs-wrapper,
.wocommerce-page .product .woocommerce-tabs.wc-tabs-wrapper {
	border-top: none;
	padding-top: 20px;
}

.woocommerce .commentlist .comment,
.wocommerce-page .commentlist .comment {
	border-color: #e7e7e7;
}

.wrapper-content-full .comment-form-email,
.wrapper-content-full .comment-form-author {
	width: 48%;
	float: left;
	display: block;
	margin-right: 20px;
}

.amy-main-content {
	overflow: hidden;
}

html,
body {
	overflow-x: hidden;
}

.amy-post-inner .amy-post-text-inner h1,
.amy-post-inner .amy-post-text-inner h2,
.amy-post-inner .amy-post-text-inner h3,
.amy-post-inner .amy-post-text-inner h4,
.amy-post-inner .amy-post-text-inner h5,
.amy-post-inner .amy-post-text-inner h6 {
	text-transform: capitalize;
	font-weight: 400;
}

.amy-post-inner .amy-post-text-inner h1 {
	font-size: 32px;
	line-height: 40px;
	margin-top: 33px;
	margin-bottom: 23px;
}

.amy-post-inner .amy-post-text-inner h2 {
	font-size: 27px;
	line-height: 38px;
	margin-top: 30px;
	margin-bottom: 20px;
}

.amy-post-inner .amy-post-text-inner h3 {
	font-size: 22px;
	line-height: 30px;
	margin-top: 27px;
	margin-bottom: 17px;
}

.amy-post-inner .amy-post-text-inner h4 {
	font-size: 19px;
	line-height: 29px;
	margin-top: 24px;
	margin-bottom: 14px;
}

.amy-post-inner .amy-post-text-inner h5 {
	font-size: 17px;
	line-height: 25px;
	margin-top: 21px;
	margin-bottom: 11px;
}

.amy-post-inner .amy-post-text-inner h6 {
	font-size: 16px;
	line-height: 24px;
	margin-top: 21px;
	margin-bottom: 11px;
}

.amy-post-inner .amy-post-text-inner input[type="submit"] {
	text-transform: capitalize;
	font-weight: 400;
	line-height: 1;
	border-radius: 0;
	background: #222;
	border: none;
}

.amy-post-inner .amy-post-text-inner input[type="submit"]:hover {
	background: #00a5b2;
}

.woocommerce-tabs ul.tabs {
	text-align: center;
}

.woocommerce-tabs .wrapper-content-full {
	background: #f7f7f7;
}

.woocommerce-tabs .wrapper-content-full .woocommerce-Tabs-panel {
	padding: 20px 35px;
}

.related-posts-thumbnail img {
	width: 100%;
}

.amy-isotope-blog .amy-isotope-item {
	border-bottom: none !important;
	margin-bottom: 20px !important;
}

.amy-isotope-blog .amy-isotope-item .entry-read-more {
	margin-top: 0;
}

.widget_nm_color_filters .color-item {
	width: auto;
	display: inline-block;
}

.widget_nm_color_filters .color-item .color-wrap {
	width: auto;
}

.widget_nm_color_filters .color-item .rcorners {
	width: 30px;
	height: 30px;
	border-radius: 3px;
}

.widget_nm_color_filters .color-item .color_and_text_link {
	display: none;
}

.col-md-9 .list-view .product-description-wrapper {
	margin-left: 290px;
}

.col-md-9 .list-view .product-description-wrapper .star-rating {
	margin-bottom: 8px;
}

.col-md-9 .list-view .product-description-wrapper .product-short-description ul {
	list-style: disc !important;
}

.col-md-9 .list-view .product-buttons {
	margin-left: 290px;
}

.col-md-12 .list-view .product-description-wrapper {
	margin-left: 330px;
}

.col-md-12 .list-view .product-description-wrapper .star-rating {
	margin-bottom: 8px;
}

.col-md-12 .list-view .product-description-wrapper .product-short-description ul {
	list-style: disc !important;
}

.col-md-12 .list-view .product-buttons {
	margin-left: 330px;
}

.woocommerce-loop-product__title a {
	color: #333;
}

.woocommerce-loop-product__title a:hover {
	color: #00a5b2;
}

.woocommerce-product-gallery {
	position: relative;
}

.woocommerce-product-gallery .woocommerce-product-gallery__trigger {
	position: absolute;
	top: 5px;
	right: 5px;
	z-index: 9;
}

.woocommerce-product-gallery ol.flex-control-thumbs {
	list-style: none;
	padding: 0;
	margin-left: -5px;
	margin-right: -5px;
}

.woocommerce-product-gallery ol.flex-control-thumbs li {
	width: 25%;
	padding: 0 5px;
	float: left;
	cursor: pointer;
}

[class*="hint--"]:after {
	background-color: #00a5b2;
}

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

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

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

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

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

@media (max-width: 1400px) {
	.page-content .vc_custom_1490708885867 {
		padding-left: 20px !important;
		padding-right: 20px !important;
	}
}

.amy-404 {
	text-align: center;
	padding: 130px 0;
	background: url("../images/bg-404.jpg") no-repeat center;
}

.amy-404 .title {
	font-size: 300px;
}

.amy-404 .button-404 a {
	padding: 5px 20px;
	background: #fff;
	border: 2px solid #00a5b2;
	text-transform: uppercase;
	border-radius: 3px;
	margin-left: 20px;
	font-size: 14px;
	font-weight: bold;
}

.amy-404 .button-404 a:hover {
	background: #00a5b2;
	color: #fff;
}

.amy-404 .button-404:hover {
	border: none;
}

@media (max-width: 1200px) {
	.amy-header-box-left {
		display: none;
	}
	.newsletter-title-wrapper {
		display: inline-block;
		float: left;
	}
	.amy-site-footer .amy-footer-widgets-before .newsletter-input-wrapper {
		display: inline-block;
	}
	.amy-site-footer .amy-footer-widgets-before .newsletter-input-wrapper input[type="submit"] {
		right: 4px;
		top: 7px;
	}
	.amy-site-footer .amy-footer-widgets-before .newsletter-input-wrapper input[type="text"] {
		width: 350px;
	}
}

@media (max-width: 980px) {
	.amy-is-transparent #amy-navigation-mobile {
		left: 0;
		position: absolute;
		top: 112px;
		width: 100%;
		z-index: 999;
	}
	.amy-left-logo .amy-icon-buttons {
		margin-right: 55px;
	}
	.amy-site-nav .amy-site-logo {
		position: inherit;
		max-width: 80px;
		float: left;
		padding-bottom: 10px;
	}
	.amy-header-box-left {
		display: none;
	}
	.amy-center-menu .amy-site-header .amy-icon-buttons,
	.amy-middle-logo .amy-site-header .amy-icon-buttons {
		right: 50px;
	}
	.amy-main-content [class*="vc_custom"] {
		padding-bottom: 40px !important;
	}
}

@media (max-width: 800px) {
	.column-left .product-item,
	.column-right .product-item {
		margin-bottom: 30px;
	}
	.column-left .product-image-wrapper,
	.column-right .product-image-wrapper {
		width: 100%;
	}
	.column-left .product-image-wrapper img,
	.column-right .product-image-wrapper img {
		width: 100%;
	}
	.vc_custom_1490845024519 {
		padding-top: 40px;
	}
}

@media (max-width: 640px) {
	.amy-handmade-products .amy-products-list .slick-arrow {
		display: none;
	}
	.amy-site-footer .amy-footer-widgets-before-right,
	.amy-site-footer .amy-footer-copyright-right {
		float: left;
		margin-top: 15px;
	}
	.amy-module-textarea {
		display: none;
	}
	.vc_col-sm-12 .amy-handmade-heading {
		padding: 0 15px;
	}
}
