@charset "UTF-8";

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


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


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

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

body {
	margin: 0;
}

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

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

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

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

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

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

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

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

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

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

td,
th {
	padding: 0;
}


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

@media print {
	*,
	*:before,
	*:after {
		background: transparent !important;
		color: #000 !important;
		box-shadow: none !important;
		text-shadow: none !important;
	}
	a,
	a:visited {
		text-decoration: underline;
	}
	a[href]:after {
		content: " (" attr(href) ")";
	}
	abbr[title]:after {
		content: " (" attr(title) ")";
	}
	a[href^="#"]:after,
	a[href^="javascript:"]:after {
		content: "";
	}
	pre,
	blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}
	thead {
		display: table-header-group;
	}
	tr,
	img {
		page-break-inside: avoid;
	}
	img {
		max-width: 100% !important;
	}
	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}
	h2,
	h3 {
		page-break-after: avoid;
	}
	.navbar {
		display: none;
	}
	.btn>.caret,
	.dropup>.btn>.caret {
		border-top-color: #000 !important;
	}
	.label {
		border: 1px solid #000;
	}
	.table,
	table {
		border-collapse: collapse !important;
	}
	.table td,
	table td,
	.table th,
	table th {
		background-color: #fff !important;
	}
	.table-bordered th,
	table th,
	.table-bordered td,
	table td {
		border: 1px solid #ddd !important;
	}
}


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

* {
	box-sizing: border-box;
}

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

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

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

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

a {
	color: #3c78b3;
	text-decoration: none;
}

a:hover,
a:focus {
	color: #f09d18;
	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: 24px;
	margin-bottom: 24px;
	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 {
	/*text-transform: capitalize;*/
	font-family: Roboto Condensed, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 700;
	color: #222;
}

h1,
.h1 {
	font-size: 34px;
	line-height: 40px;
	margin-top: 33px;
	margin-bottom: 23px;
}

h2,
.h2 {
	font-size: 25px;
	line-height: 38px;
	margin-top: 30px;
	margin-bottom: 20px;
}

h3,
.h3 {
	font-size: 22px;
	line-height: 30px;
	margin-top: 27px;
	margin-bottom: 17px;
}

h4,
.h4 {
	font-size: 20px;
	line-height: 29px;
	margin-top: 24px;
	margin-bottom: 14px;
}

h5,
.h5 {
	font-size: 17px;
	line-height: 25px;
	margin-top: 21px;
	margin-bottom: 11px;
}

h6,
.h6 {
	font-size: 16px;
	line-height: 24px;
	margin-top: 21px;
	margin-bottom: 11px;
}

small,
.small {
	font-weight: normal;
	line-height: 1;
	color: #666;
}

.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 {
	text-transform: uppercase;
}

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

p {
	margin-bottom: 20px;
	margin-top: 0;
}

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

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

a:hover,
a:active,
a:focus {
	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;
	font-size: 18px;
	color: #222;
	padding: 0;
	position: relative;
	border-left: none;
	margin: 40px 5% 38px 5%;
}

cite {
	font-family: Roboto Condensed, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-style: italic;
	font-weight: normal;
	text-transform: none;
	color: #999;
}

::-moz-selection {
	background: #3c78b3;
	color: #fff;
}

::selection {
	background: #3c78b3;
	color: #fff;
}

::-moz-selection {
	background: #3c78b3;
	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: 11.5px;
	margin: 0 0 12px;
	font-size: 15px;
	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: 24px;
}

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

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

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

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

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

.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: 18px;
		overflow-y: hidden;
		-ms-overflow-style: -ms-autohiding-scrollbar;
		border: 1px solid #e2e2e2;
	}
	.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: 24px;
	font-size: 24px;
	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: 16px;
	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: inline-block;
	width: 100%;
	height: 40px;
	padding: 6px 12px;
	font-size: 16px;
	line-height: 1.5;
	color: #555555;
	background-color: #fff;
	background-image: none;
	border: 2px solid #e2e2e2;
	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: #dadada;
}

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

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

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

.amy-contact-form .row {
	margin: 0 -10px 10px -10px;
}

.amy-contact-form .row [class*="col-"] {
	padding: 0 10px;
}

.amy-contact-form p {
	margin-bottom: 0px;
}

.amy-contact-form .your-appointment {
	background: #fff none repeat scroll 0 0;
	display: block;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.amy-contact-form .your-appointment:after {
	content: "\f0d7";
	font-family: 'FontAwesome';
	position: absolute;
	top: 8px;
	right: 15px;
	position: absolute;
	color: #4a4949;
}

.amy-contact-form .your-appointment select {
	-moz-appearance: none;
	appearance: none;
	-webkit-appearance: none;
	background-color: transparent;
}

.amy-contact-form.style-1 {
	padding-top: 40px;
	margin-top: 20px;
	border-top: 1px dotted #8caac8;
}

.amy-contact-form.style-1 input,
.amy-contact-form.style-1 select {
	border: none !important;
}

.amy-contact-form.style-1 label {
	color: #fff;
	display: block;
}

.amy-contact-form.style-1 input[type="submit"] {
	background: #fff;
	color: #3c78b3;
	margin-top: 10px;
}

.amy-contact-form.style-1 input[type="submit"]:hover {
	background: #f09d18;
	color: #fff;
}

input[type="button"],
input[type="submit"],
input[type="reset"],
button,
.button,
.widget_tag_cloud .tagcloud a {
	color: #666;
	font-family: Roboto Condensed, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
	background: transparent;
	display: inline-block;
	height: 40px;
	line-height: 36px;
	border: 2px solid #e2e2e2;
	padding-left: 50px;
	padding-right: 50px;
	margin-bottom: 5px;
	margin-right: 10px;
	border-radius: 30px;
	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: #3c78b3;
	border-color: #3c78b3;
}

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: #3c78b3;
	border-color: #3c78b3;
	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: #f09d18;
	border-color: #f09d18;
	color: #fff;
}

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

.amy-ct-button button {
	padding: 11px 40px !important;
	border-radius: 30px !important;
	margin-top: 25px;
	margin-right: 0;
}

@media (max-width: 980px) {
	.amy-ct-button button {
		padding: 11px 15px !important;
	}
}

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

.amyui-number-input input {
	padding-left: 10px;
	padding-right: 30px;
	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: 30px;
	height: 16px;
	line-height: 16px;
	z-index: 1;
	top: 12px;
	color: #fff;
	cursor: pointer;
	text-align: center;
	vertical-align: middle;
	display: inline-block;
	font-size: 14px;
}

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

.amyui-number-input span.ni-up {
	background: #3c78b3;
	border-top-right-radius: 30px;
	right: 0;
	top: 0px;
	line-height: 22px;
}

.amyui-number-input span.ni-up:before {
	content: "\f0d8";
	font-family: 'FontAwesome';
}

.amyui-number-input span.ni-down {
	right: 0px;
	top: 14px;
	line-height: 9px;
	background: #3c78b3;
	border-bottom-right-radius: 30px;
}

.amyui-number-input span.ni-down:before {
	content: "\f0d7";
	font-family: 'FontAwesome';
}


/**
 * --------------------------------------------------------
 * 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: #3c78b3;
}

.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: 90px;
	padding-bottom: 90px;
}

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

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

.hint--top-right:before {
	border-top-color: #3c78b3;
}

.hint--top:before {
	border-top-color: #3c78b3;
}

.hint--bottom-left:before {
	border-bottom-color: #3c78b3;
}

.hint--bottom-right:before {
	border-bottom-color: #3c78b3;
}

.hint--bottom:before {
	border-bottom-color: #3c78b3;
}

.hint--left:before {
	border-left-color: #3c78b3;
}

.hint--right:before {
	border-right-color: #3c78b3;
}


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

.blog-default .page-content {
	max-width: 750px;
	margin: 0 auto;
}

.amy-main-content {
	overflow: hidden;
}

.amy-section .container .vc_row .vc_column_container .vc_column-inner {
	padding-top: 0;
}

.amy-section .top-icon .aio-icon-header h3.aio-icon-title {
	margin: 8px 0 5px;
}

.amy-section .top-icon .aio-icon-header+.aio-icon-description {
	line-height: 22px;
}

.amy-section .top-icon .aio-icon-header+.aio-icon-description p {
	margin-bottom: 0;
}

.amy-section .aio-icon-component,
.amy-section .wpb_column>.wpb_wrapper .aio-icon-component {
	margin-bottom: 0;
}

@media (max-width: 768px) {
	.amy-section .aio-icon-component,
	.amy-section .wpb_column>.wpb_wrapper .aio-icon-component {
		margin-bottom: 30px;
	}
}

.amy-section .ultimate-map-wrapper.ult-adjust-bottom-margin {
	margin-bottom: 0;
}

.amy-section.triangle:after {
	content: '';
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-top: 20px solid #3c78b3;
	bottom: -10px;
	content: "";
	height: 0;
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	text-align: center;
	width: 0;
}


/**
 * --------------------------------------------------------
 * 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 .amy-mini-cart .cart_list .mini_cart_item {
	border-bottom: 1px dotted #6d9ac6;
}

.amy-top-module .amy-mini-cart .cart_list .mini_cart_item .remove {
	position: absolute;
	right: 0;
	color: #7aaddf;
}

.amy-top-module .amy-mini-cart .cart_list .mini_cart_item .remove:hover {
	color: red;
}

.amy-top-module .amy-mini-cart .cart_list .mini_cart_item a {
	color: #fff;
	font-size: 18px;
	font-family: Roboto Condensed, "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 26px;
}

.amy-top-module .amy-mini-cart .cart_list .mini_cart_item a:hover {
	color: #f09d18;
}

.amy-top-module .amy-mini-cart .cart_list .mini_cart_item .quantity .amount {
	font-size: 18px;
	font-family: Roboto Condensed, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.amy-top-module .amy-mini-cart .total {
	text-align: center;
	font-size: 18px;
	font-family: Roboto Condensed, "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-top: 10px;
}

.amy-top-module .amy-mini-cart p.buttons {
	text-align: center;
	margin-bottom: 0;
}

.amy-top-module .amy-mini-cart p.buttons a.button,
.amy-top-module .amy-mini-cart p.buttons .widget_tag_cloud .tagcloud a,
.widget_tag_cloud .tagcloud .amy-top-module .amy-mini-cart p.buttons a {
	background: #fff;
	color: #3c78b3;
	height: 36px;
	line-height: 36px;
	padding-left: 20px;
	padding-right: 20px;
}

.amy-top-module .amy-mini-cart p.buttons a.button:last-child,
.amy-top-module .amy-mini-cart p.buttons .widget_tag_cloud .tagcloud a:last-child,
.widget_tag_cloud .tagcloud .amy-top-module .amy-mini-cart p.buttons a:last-child {
	margin-right: 0;
}

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

.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: #3c78b3;
	color: #fff;
	display: inline-block;
	position: relative;
	top: -10px;
	left: -8px;
	font-size: 12px;
	border-radius: 100%;
	width: 18px;
	height: 18px;
	line-height: 18px;
	text-align: center;
	vertical-align: middle;
}

.amy-header-default .amy-module-woominicart .amy-top-modal a {
	line-height: 70px;
}

.amy-header-default .amy-site-header.amy-is-sticky .amy-module-woominicart .amy-top-modal a {
	line-height: 56px;
	margin-top: 3px;
}

.amy-module-woominicart .amy-top-modal a {
	line-height: 56px;
}

.amy-module-woominicart .fa-shopping-cart:before {
	content: url("../images/icons/cart.png");
}

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

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

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

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

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

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

.amy-top-modal-trigger .fa-search:before {
	content: url("../images/icons/search.png");
}

.amy-top-modal-trigger .fa-shopping-cart:before {
	content: url("../images/icons/cart.png");
}

.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-header-default .amy-top-modal-content {
	top: 60px;
}

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

.amy-top-modal-content input,
.amy-top-modal-content input::-webkit-input-placeholder {
	color: #fff;
}

.amy-top-modal-content input,
.amy-top-modal-content input:-ms-input-placeholder {
	color: #fff;
}

.amy-top-modal-content input,
.amy-top-modal-content input::placeholder {
	color: #fff;
}

.amy-top-modal-content a {
	color: #3c78b3;
}

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

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

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

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


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

.amy-header-logo-top-left .amy-site-header,
.amy-header-logo-top-center .amy-site-header {
	padding: 0;
}

.amy-header-logo-top-left .amy-site-header .header-top-left,
.amy-header-logo-top-center .amy-site-header .header-top-left {
	margin-top: 10px;
}

.amy-header-logo-top-left .amy-site-header .header-bottom,
.amy-header-logo-top-center .amy-site-header .header-bottom {
	margin-top: 30px;
}

.amy-header-logo-top-left .amy-site-header .header-bottom .amy-icon-buttons:before,
.amy-header-logo-top-center .amy-site-header .header-bottom .amy-icon-buttons:before {
	content: none;
}

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

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

.amy-header-logo-top-center .amy-site-header .header-top {
	margin-top: 15px;
}

.amy-header-logo-top-center .amy-site-header .header-bottom {
	display: inline-block;
	margin-top: 10px;
}

.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-site-header .amy-widget-top-right {
	text-align: right;
}

.amy-site-header .amy-widget-top-right .amy-widget {
	margin-bottom: 0;
	font-style: italic;
	color: #999999;
	padding: 22px 37px 5px;
	border-left: 1px solid #e7e7e7;
	border-right: 1px solid #e7e7e7;
	position: relative;
	max-width: 382px;
	float: left;
}

.amy-site-header .amy-widget-top-right .amy-widget p {
	margin: 0;
}

.amy-site-header .amy-widget-top-right .amy-widget:before {
	content: "";
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #e7e7e7;
	position: absolute;
	top: 100%;
	left: -3.5px;
}

.amy-site-header .amy-widget-top-right .amy-widget:after {
	content: "";
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #e7e7e7;
	position: absolute;
	top: 100%;
	right: -3.8px;
}

.amy-site-header .amy-widget-top-right .amy-widget:last-child {
	margin-left: 75px;
	line-height: 1.1;
	border: none;
	font-style: normal;
	padding-left: 0;
	padding-right: 0;
}

.amy-site-header .amy-widget-top-right .amy-widget:last-child:after,
.amy-site-header .amy-widget-top-right .amy-widget:last-child:before {
	content: none;
}

.amy-site-header .amy-widget-top-right .amy-widget:last-child .label {
	display: block;
	font-size: 17px;
	color: #666;
	font-family: Roboto Condensed, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.amy-site-header .amy-widget-top-right .amy-widget:last-child .phone {
	display: block;
	font-size: 25px;
	color: #f09d18;
	font-weight: 700;
	font-family: Roboto Condensed, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.amy-site-header .header-bottom {
	position: relative;
}

.amy-site-header .header-bottom .amy-site-nav>ul>li>ul,
.amy-site-header .header-bottom .amy-site-nav .amy-mega-menu>ul {
	top: 51px;
}

.amy-site-header .header-bottom .amy-site-nav>ul>li.amy-mega-menu>.amy-link::after {
	bottom: 5px;
}

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

.amy-site-header .amy-icon-buttons:before {
	content: "";
	width: 1px;
	height: 24px;
	background: #e1e1e1;
	position: absolute;
	top: 20px;
	left: -22px;
}

.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: 70px;
	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: #3c78b3;
}

.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;
	color: #3c78b3;
	line-height: 70px;
	font-size: 20px;
}

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

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

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

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

.amy-site-header.amy-is-sticky.amy-is-compact .header-right,
.amy-site-header.amy-is-sticky.amy-is-compact .header-left {
	margin-top: 0;
}

.amy-site-header.amy-is-sticky.amy-is-compact .amy-site-nav>ul>li>ul,
.amy-site-header.amy-is-sticky.amy-is-compact .amy-site-nav .amy-mega-menu>ul {
	top: 60px;
}

.amy-site-header.amy-is-sticky.amy-is-compact .amy-site-nav>ul>li.menu-item-has-children>.amy-link:after,
.amy-site-header.amy-is-sticky.amy-is-compact .amy-site-nav>ul>li.amy-mega-menu>.amy-link:after {
	bottom: 0;
}

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

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

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

.amy-site-header.amy-is-sticky.amy-is-compact .header-top-right {
	display: none;
}

.amy-site-header.amy-is-sticky.amy-is-compact .header-top-left {
	margin-top: 0;
}

.amy-site-header.amy-is-sticky.amy-is-compact .header-top {
	float: left;
	margin-top: 0;
}

.amy-site-header.amy-is-sticky.amy-is-compact .header-bottom {
	float: right;
	margin-top: 0;
}

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

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

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

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

@media (max-width: 980px) {
	.amy-site-header {
		padding: 0;
	}
	.amy-header-logo-top-left .header-top-right {
		display: none;
	}
	.amy-header-logo-top-left .amy-site-header .amy-site-logo a {
		line-height: 80px;
	}
	.header-top {
		float: left;
	}
	.header-bottom {
		float: right;
	}
}


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

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

.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: #3c78b3;
	width: 250px;
	padding: 10px 30px;
	position: absolute;
	top: 65px;
	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: 16px;
	font-weight: 400;
	position: relative;
	padding: 10px 0px;
	border-bottom: 1px dotted #6d9ac6;
	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: #f09d18;
}

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

.amy-site-nav ul li ul li:last-child>.amy-link {
	border-bottom: none !important;
}

.amy-site-nav ul li ul li.menu-item-has-children>.amy-link {
	padding-right: 15px;
	border-bottom: 1px dotted #6d9ac6;
}

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

.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: Roboto Condensed, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 20px;
	font-weight: 700;
	color: #222;
	/*text-transform: capitalize;*/
	display: block;
	position: relative;
	padding-left: 25px;
	padding-right: 25px;
	line-height: 70px;
}

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

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

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

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

.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: 5px;
	left: 30%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-bottom-color: #3c78b3;
	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>ul>li.amy-mega-menu>.amy-link:after {
	bottom: 6px;
}

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

.amy-site-nav .amy-mega-menu>.amy-link:after {
	bottom: 6px;
}

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

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

.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: Lato, "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: transparent;
}

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

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

#amy-navigation-mobile {
	display: none;
	background-color: #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;
}

@media (max-width: 980px) {
	.amy-site-nav {
		display: none;
	}
	#amy-menu-toggle {
		display: block;
	}
	.amy-site-header .header-right,
	.amy-header-logo-top-left .amy-site-header .header-bottom,
	.amy-header-logo-top-center .amy-site-header .header-bottom {
		margin-top: 12px;
	}
	.amy-site-header .header-left,
	.amy-header-logo-top-center .amy-site-header .header-top {
		margin-top: 3px;
	}
	.amy-site-header .amy-icon-buttons {
		margin: 0px 60px 0 0;
	}
	.amy-header-logo-top-left .amy-site-header .header-top-left,
	.amy-header-logo-top-center .amy-site-header .header-top-left {
		margin-top: 0;
	}
	.amy-header-logo-top-left .amy-site-header .header-top-left:before,
	.amy-header-logo-top-center .amy-site-header .header-top-left:before {
		content: none;
	}
}


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

.amy-page-header {
	position: relative;
	background-color: #3c78b3;
	background-repeat: no-repeat;
	background-position: center center;
	max-height: 142px;
	text-align: center;
	padding-top: 60px;
	padding-bottom: 60px;
	z-index: 1;
}

.amy-page-header:after {
	content: '';
	width: 100%;
	height: 100%;
	background: url("../images/bg/bg-header.jpg") no-repeat center center transparent;
	opacity: 0.1;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

.amy-page-header h1 {
	color: #ffffff;
	margin: 0;
	float: left;
	font-size: 26px;
	font-weight: bold;
	text-transform: capitalize;
	line-height: 22px;
}

.amy-page-header .amy-breadcrumb {
	color: #ffffff;
	float: right;
	font-size: 15px;
	line-height: 22px;
}

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

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


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

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

.main-content.blog-default .row {
	margin-left: -24px;
	margin-right: -24px;
}

.main-content.blog-default .row [class*="col-md"] {
	padding-left: 24px;
	padding-right: 24px;
}

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

.amy-isotope-container .row [class*="col-md"] {
	padding-left: 15px;
	padding-right: 15px;
}

.slider-info-box .entry-title {
	font-size: 35px !important;
	font-family: Roboto Condensed, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
	font-weight: bold !important;
	color: #fff !important;
	margin-top: 0 !important;
}

.slider-info-box ul {
	list-style: none;
}

@media (max-width: 480px) {
	.slider-info-box ul {
		display: none;
	}
}

.slider-info-box ul li {
	position: relative;
}

.slider-info-box ul li:before {
	content: "\f1b0";
	font-family: 'FontAwesome';
	position: absolute;
	top: 0;
	left: -18px;
	font-size: 14px;
}

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

.amy-page-404 .button,
.amy-page-404 .widget_tag_cloud .tagcloud a,
.widget_tag_cloud .tagcloud .amy-page-404 a {
	background: #3c78b3;
	color: #fff;
	border-color: #3c78b3;
}

.amy-page-404 .button:hover,
.amy-page-404 .widget_tag_cloud .tagcloud a:hover,
.widget_tag_cloud .tagcloud .amy-page-404 a:hover {
	background: #f09d18;
	border-color: #f09d18;
}

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

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

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


/**
 * --------------------------------------------------------
 * 3.6. FOOTER
 * --------------------------------------------------------
 */

.amy-site-footer {
	background-color: #f4f4f4;
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 1;
}

.amy-site-footer p {
	margin: 0 0 5px;
}

.amy-site-footer:after {
	content: '';
	width: 100%;
	height: 100%;
	background: url(../images/bg/bg-footer.jpg) no-repeat center center transparent;
	opacity: 0.05;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

.amy-site-footer .amy-widget {
	margin-bottom: 20px;
}

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

.amy-site-footer .amy-widget .amy-widget-title h4 {
	font-size: 22px;
	color: #3c78b3;
	padding-left: 0;
	margin-bottom: 40px;
	text-align: center;
	text-transform: capitalize;
}

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

.amy-site-footer .amy-widget .about {
	margin-top: -22px;
}

.amy-site-footer .amy-widget .about .footer-logo {
	margin-bottom: 40px;
}

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

.amy-site-footer .amy-footer-widgets .row {
	margin-left: -20px;
	margin-right: -20px;
}

.amy-site-footer .amy-footer-widgets .row [class*="col-"] {
	padding-right: 20px;
	padding-left: 20px;
}

.amy-site-footer .amy-footer-copyright {
	padding-top: 30px;
	padding-bottom: 30px;
	border-top: 1px dotted #dcdcdc;
}

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

.amy-site-footer .amy-footer-copyright .amy-footer-copyright-right {
	padding-right: 0;
}

.amy-site-footer .amy-footer-copyright .amy-footer-copyright-left {
	padding-left: 0;
}

.amy-site-footer .amy-footer-copyright ul.menu {
	margin: 0;
}

.amy-site-footer .amy-footer-copyright ul.menu li.menu-item {
	display: inline-block;
	float: left;
	padding: 0;
	margin: 0;
}

.amy-site-footer .amy-footer-copyright ul.menu li.menu-item a {
	margin: 0 15px;
	font-size: 16px;
	color: #222;
}

.amy-site-footer .amy-footer-copyright ul.menu li.menu-item a:hover {
	color: #3c78b3;
}

.amy-site-footer .amy-footer-copyright ul.menu li.menu-item:before {
	content: none;
}

.amy-site-footer .newsletter-title-wrapper {
	margin-bottom: 15px;
}

.amy-site-footer .newsletter-input-wrapper {
	position: relative;
}

.amy-site-footer .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 #e2e2e2;
	color: #999;
}

.amy-site-footer .newsletter-input-wrapper input[type="text"]::-moz-placeholder {
	color: #999;
	opacity: 1;
}

.amy-site-footer .newsletter-input-wrapper input[type="text"]:-ms-input-placeholder {
	color: #999;
}

.amy-site-footer .newsletter-input-wrapper input[type="text"]::-webkit-input-placeholder {
	color: #999;
}

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

.amy-site-footer .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: 12px;
	right: 10px;
	opacity: 0.8;
}

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

.amy-site-footer .amy-social-icons a {
	font-size: 16px;
	width: 40px;
	height: 40px;
	line-height: 36px;
	border-width: 2px;
	border-color: #e2e2e2;
	margin-right: 8px;
	color: #a7a7a7;
}

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

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

@media (max-width: 980px) {
	.amy-footer-widgets [class*="col-"] {
		margin-bottom: 30px;
	}
	.amy-site-footer .amy-widget .amy-widget-title h4 {
		text-align: left;
		margin-bottom: 20px;
	}
	.amy-site-footer .newsletter-input-wrapper input[type="text"] {
		max-width: 100%;
	}
}


/**
 * --------------------------------------------------------
 * 3.7. PAGINATION
 * --------------------------------------------------------
 */

.amy-pagination {
	border-top: 1px dotted #dcdcdc;
	padding-top: 20px;
	margin-top: 40px;
	font-family: Roboto Condensed, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

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

.amy-pagination .pagination {
	float: right;
}

.pagination {
	text-align: right;
}

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

.pagination .page-numbers.current {
	color: #3c78b3;
}

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

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


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


/**
 * --------------------------------------------------------
 * 4.1. DEFAULT STYLES
 * --------------------------------------------------------
 */

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


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

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

.amy-widget .amy-widget-title h4 {
	margin-top: 0;
	font-weight: 700;
	text-transform: capitalize;
	color: #3c78b3;
	font-size: 22px;
	margin-bottom: 20px;
	position: relative;
}

.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;
	position: relative;
	padding-left: 21px;
}

.widget_categories ul li:before,
.widget_archive ul li:before,
.widget_pages ul li:before,
.widget_meta ul li:before,
.widget_nav_menu ul li:before,
.widget_recent_entries ul li:before {
	content: url("../images/icons/icon-list.png");
	position: absolute;
	top: 0;
	left: 0;
}

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

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

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

.widget_calendar caption {
	text-align: center;
}

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

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

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

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

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

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

.amy-dark-bg .widget_calendar table tbody a {
	background-color: #ececec;
	color: #3c78b3;
}

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

@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: #3c78b3;
}

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

.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: Roboto Condensed, "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: 8px 20px;
	text-transform: none;
	font-weight: 400;
	font-family: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
	font-size: 16px !important;
	border-width: 2px;
	color: #666;
	margin-right: 2px;
	height: auto;
	line-height: 1;
}

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

ul.amy_list_post li {
	border-bottom: 1px dotted #dcdcdc;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

ul.amy_list_post li .entry-thumb {
	width: 110px;
	float: left;
	margin-right: 15px;
}

ul.amy_list_post li .entry-thumb a {
	position: relative;
	display: inline-block;
	overflow: hidden;
}

ul.amy_list_post li .entry-thumb a:before {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	display: block;
	content: '';
	width: 0;
	height: 0;
	background: rgba(255, 255, 255, 0.2);
	border-radius: 100%;
	transform: translate(-50%, -50%);
	opacity: 0;
}

ul.amy_list_post li .entry-thumb a:hover:before {
	animation: circle .75s;
}

ul.amy_list_post li .entry-title {
	font-size: 18px;
	margin: 5px 0 10px 0;
}

ul.amy_list_post li .entry-title a {
	color: #222;
}

ul.amy_list_post li .entry-title a:hover {
	color: #3c78b3;
}

ul.amy_list_post li .entry-meta {
	font-size: 14px;
	font-style: normal;
}

ul.amy_list_post li .entry-meta .entry-date {
	color: #b4b4b4;
	display: inline-block;
	margin-right: 20px;
	position: relative;
}

ul.amy_list_post li .entry-meta .entry-date:after {
	content: none;
}

ul.amy_list_post li .entry-meta .entry-cat-links {
	display: none;
}

ul.amy_list_post li .entry-meta .entry-cat-links a {
	color: #666;
}

ul.amy_list_post li .entry-meta .entry-cat-links a:hover {
	color: #3c78b3;
}

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

.amy-list-tab ul li {
	font-family: Roboto Condensed, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 25px;
	font-weight: 700;
	display: inline-block;
	float: left;
	margin-right: 20px;
	padding-right: 20px;
	position: relative;
}

.amy-list-tab ul li:after {
	content: '';
	width: 1px;
	height: 20px;
	background: #e2e2e2;
	position: absolute;
	top: 10px;
	right: 0;
}

.amy-list-tab ul li:last-child:after {
	content: none;
}

.amy-list-tab ul li.active a {
	color: #f09d18;
}

.amy-list-tab ul li.active:before {
	content: "\f0dd";
	font-family: 'FontAwesome';
	color: #f09d18;
	position: absolute;
	bottom: -6px;
	left: 36%;
	font-size: 14px;
}

.page-sidebar .instagram ul {
	margin: 0 -3px;
}

.page-sidebar .instagram li {
	display: inline-block;
	float: left;
	width: 33.33333%;
	padding: 0 3px;
	margin-bottom: 6px;
}

.amy-footer-widgets .instagram ul {
	margin: 0 -2px;
}

.amy-footer-widgets .instagram ul li {
	padding: 0 2px;
	margin-bottom: 4px;
	display: inline-block;
	float: left;
	max-height: 84px;
	overflow: hidden;
}

.amy-footer-widgets .instagram ul li img {
	width: 84px;
	height: 84px;
}

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

.instagram ul li {
	line-height: 1;
}

.instagram ul li a {
	position: relative;
	display: inline-block;
	overflow: hidden;
}

.instagram ul li a:before {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	display: block;
	content: '';
	width: 0;
	height: 0;
	background: rgba(255, 255, 255, 0.2);
	border-radius: 100%;
	transform: translate(-50%, -50%);
	opacity: 0;
}

.instagram ul li a:hover:before {
	animation: circle .75s;
}

@keyframes circle {
	0% {
		opacity: 1;
	}
	40% {
		opacity: 1;
	}
	100% {
		width: 200%;
		height: 200%;
		opacity: 0;
	}
}

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

.amy_widget_slider_post ul .entry-item {
	position: relative;
}

.amy_widget_slider_post ul .entry-title {
	position: absolute;
	bottom: -10px;
	width: 100%;
	padding: 10px 25px;
	left: 0;
	background: rgba(0, 0, 0, 0.2);
}

.amy_widget_slider_post ul .entry-title a {
	color: #fff;
}

.amy_widget_slider_post ul .entry-title a:hover {
	color: #3c78b3;
}

.amy_widget_slider_post ul .entry-thumb img {
	max-height: 210px;
	width: 100%;
}

.amy_widget_slider_post .amy_post_slider:hover .slick-arrow {
	opacity: 1;
}

.amy_widget_slider_post .slick-arrow {
	width: 30px;
	height: 30px;
	z-index: 1;
	margin: 0;
	opacity: 0;
}

.amy_widget_slider_post .slick-arrow.slick-prev {
	left: 0;
}

.amy_widget_slider_post .slick-arrow.slick-next {
	right: 0;
}


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

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

.entry-meta {
	color: #b4b4b4;
	font-size: 14px;
}

.entry-meta>span {
	margin-right: 20px;
	position: relative;
}

.entry-meta>span:after {
	content: " ";
	width: 1px;
	height: 12px;
	background: #e2e2e2;
	position: absolute;
	top: 3px;
	right: -12px;
}

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

.entry-meta>span.entry-cat-links {
	color: #666;
}

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

.entry-meta>span.entry-cat-links a:hover {
	color: #3c78b3;
}

.entry-meta>span.entry-author-link a {
	margin-left: 3px;
}

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

.entry-meta a:hover,
.entry-meta a:active,
.entry-meta a:focus {
	color: #3c78b3;
}

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

article {
	word-wrap: break-word;
}

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

.entry-summary a,
.entry-content a {
	color: #3c78b3;
}

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

.blog-default .entry-read-more,
.blog-masonry .entry-read-more {
	display: none;
}

.blog-default .amy-petcare-responsive-embed iframe,
.blog-masonry .amy-petcare-responsive-embed iframe {
	width: 100%;
}

.blog-masonry .amy-petcare-responsive-embed iframe {
	width: 100%;
	height: 250px;
}

.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: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style: italic;
	font-weight: 400;
	text-transform: none;
}

.entry-footer {
	margin-top: 30px;
	padding-bottom: 20px;
	border-bottom: 1px dotted #dcdcdc;
}

.entry-footer .tags-links {
	color: #999;
	float: left;
}

.entry-footer .tags-links .tags-links-title {
	color: #222;
	margin-right: 3px;
}

.entry-footer .tags-links a {
	color: #999;
	text-transform: capitalize;
}

.entry-footer .tags-links a:hover {
	color: #3c78b3;
}

.entry-footer .amy-post-share {
	text-align: right;
}

.entry-footer .amy-post-share .amy-post-share-icons {
	float: right;
	margin-left: 15px;
}

.entry-footer .amy-post-share .amy-post-share-icons a {
	margin: 0 10px;
	color: #a7a7a7;
}

.entry-footer .amy-post-share .amy-post-share-icons a:hover {
	color: #3c78b3;
}

.entry-author {
	background-color: #f9f9f9;
	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: 20px;
	line-height: 20px;
	margin-top: 0;
	text-transform: none;
	margin-bottom: 6px;
	text-transform: capitalize;
}

.post-navigation {
	margin-top: 30px;
	margin-bottom: 30px;
}

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

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

.post-navigation span {
	display: block;
	color: #999;
}

.post-navigation span.entry-title {
	font-size: 16px;
	color: #222222;
	font-family: Roboto Condensed, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 700;
}

.post-navigation a:hover span {
	color: #3c78b3;
}

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

.post-navigation .nav-previous .entry-title {
	margin: 0;
}

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

.post-navigation .nav-next .entry-title {
	margin: 0;
}

.blog-default .amy-list-post .hentry:last-child {
	border-bottom: none;
	margin-bottom: 5px;
	padding-bottom: 0px;
}

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

.blog-default .hentry {
	margin-bottom: 35px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #dcdcdc;
}

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

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

.has-post-thumbnail .entry-image a {
	position: relative;
}

.has-post-thumbnail .entry-image a:before {
	content: "\f0c1";
	background: rgba(255, 255, 255, 0.45);
	color: #3c78b3;
	font-family: "FontAwesome";
	font-size: 26px;
	height: 64px;
	left: 50%;
	line-height: 64px;
	position: absolute;
	text-align: center;
	top: 50%;
	width: 64px;
	z-index: 2;
	opacity: 0;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	border-radius: 50%;
	-webkit-border-radius: 50%;
	transition: all 0.25s ease 0.1s;
	-webkit-transition: all 0.25s ease 0.1s;
}

.has-post-thumbnail .entry-image a:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	top: 0;
	opacity: 0;
	z-index: 0;
	transform: scale(0.15);
	-webkit-transform: scale(0.15);
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.has-post-thumbnail .entry-image a:hover:before {
	opacity: 1;
}

.has-post-thumbnail .entry-image a:hover:after {
	background-color: #000;
	opacity: 0.3;
	transform: scale(1);
	-webkit-transform: scale(1);
}

.has-post-thumbnail.format-video .entry-image a:before {
	content: "\f04b";
	text-indent: 6px;
	line-height: 66px;
}

.blog-search {
	overflow: hidden;
}

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

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

.blog-masonry .hentry p {
	margin-bottom: 0;
}

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

.blog-masonry .entry-title {
	font-size: 22px;
	margin: 10px 0 0;
	line-height: 1.3;
}

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

.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: Roboto Condensed, "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: #3c78b3;
	border-color: #3c78b3;
	color: #fff;
}

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

.comments-title {
	color: #3c78b3;
	margin-top: 60px;
	margin-bottom: 40px;
	font-size: 22px;
}

.comment-list {
	border-bottom: 1px dotted #f1f1f1;
	list-style: none;
	margin: 0;
	padding: 0;
}

.comment-list .comment {
	padding-bottom: 10px;
	position: relative;
}

.comment-list .comment:before {
	content: '';
	width: 1px;
	height: 100%;
	border-left: 1px dotted #dcdcdc;
	position: absolute;
	top: 30px;
	left: 32px;
}

.comment-list .comment:last-child:before {
	content: none;
}

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

.comment-list .comment .children .comment:before {
	content: none;
}

.comment-list .comment .children .comment .children .comment .comment-body:before {
	content: none;
}

.comment-list .comment .children .comment .comment-body:before {
	border-top: 1px dotted #dcdcdc;
	content: "";
	height: 1px;
	left: -51px;
	position: absolute;
	top: 33px;
	width: 56px;
}

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

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

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

.comment-list .comment-author {
	display: inline-block;
	margin-right: 5px;
	color: #333;
	font-size: 18px;
	font-family: Roboto Condensed, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

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

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

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

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

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

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

.comment-list .reply {
	font-size: 15px;
	transition: opacity .2s;
	display: inline-block;
	margin-left: 35px;
	opacity: 1;
}

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

.comment-list .reply a:hover {
	color: #3c78b3;
}

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

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

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

.comment-respond .comment-reply-title {
	color: #3c78b3;
	font-size: 22px;
}

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

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

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

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

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

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

.entry-image a {
	display: inline-block;
	position: relative;
}

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

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

.col-md-8 .related-posts.related-posts-thumbnail ul li {
	width: 25%;
}

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

.related-posts h3 {
	font-size: 22px;
	color: #3c78b3;
}

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

.related-posts.related-posts-thumbnail ul li a {
	font-size: 16px;
	font-family: Roboto Condensed, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #222;
	font-weight: 700;
	line-height: 22px;
}

.related-posts.related-posts-thumbnail ul li a:hover {
	color: #3c78b3;
}

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

@media (max-width: 768px) {
	.comment-list .comment::before {
		border-left: none;
	}
	.comment-list .comment .children .comment .comment-body::before {
		border-top: none;
	}
	.comment-list .children {
		padding-left: 0;
	}
	.comment-list .comment-content {
		padding-left: 60px;
	}
	.post-navigation span.entry-title {
		font-size: 16px;
	}
	.post-navigation span {
		font-size: 13px;
	}
	.entry-footer .amy-post-share {
		float: left;
		margin-top: 10px;
	}
}

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

ul.blogpost-slider {
	padding: 0;
	margin: 0;
}

ul.blogpost-slider .slick-slide {
	text-align: center;
}

ul.blogpost-slider .slick-slide img {
	margin: 0 auto;
	text-align: center;
}

ul.blogpost-slider:hover .slick-arrow {
	opacity: 1;
}

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

ul.blogpost-slider .slick-arrow.slick-prev {
	left: 20px;
}

ul.blogpost-slider .slick-arrow.slick-prev:before {
	content: "\f104";
	font-family: FontAwesome;
}

ul.blogpost-slider .slick-arrow.slick-next {
	right: 20px;
}

ul.blogpost-slider .slick-arrow.slick-next:before {
	content: "\f105";
	font-family: FontAwesome;
}


/**
 * ============================================================================
 * 05. PORTFOLIO
 * ============================================================================
 */

.more-button-wrap {
	text-align: center;
	margin-top: 40px;
}

.more-button-wrap .loadmore-item.more-loading:before {
	display: inline-block;
	margin-right: 2px;
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f110";
	animation: wc-spinner 1.5s linear infinite;
}

.amy-portfolio-list .amy-filters-group {
	text-align: center;
	margin-bottom: 35px;
}

.amy-portfolio-list .amy-filters-group a {
	font-family: Roboto Condensed, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 15px;
	font-weight: 700;
	display: inline-block;
	margin: 0 20px;
	text-transform: uppercase;
	color: #666;
}

.amy-portfolio-list .amy-filters-group a:hover {
	color: #3c78b3;
}

.amy-portfolio-list .amy-filters-group a.is-checked {
	color: #3c78b3;
}

.amy-portfolio-list .amy-grid-content .portfolio-item {
	padding: 0;
}

.amy-portfolio-list .amy-grid-content .portfolio-item .content-wrap {
	position: relative;
}

.amy-portfolio-list .amy-grid-content .portfolio-item:hover .entry-meta {
	opacity: 1;
	background-color: rgba(240, 157, 24, 0.45);
	transform: scale(1);
	-webkit-transform: scale(1);
}

.amy-portfolio-list .amy-grid-content .portfolio-item .entry-meta {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
	width: 100%;
	height: 100%;
	opacity: 0;
	transform: scale(0.15);
	-webkit-transform: scale(0.15);
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.amy-portfolio-list .amy-grid-content .portfolio-item .entry-meta .meta-box-wrap {
	display: table;
	width: 100%;
	height: 100%;
}

.amy-portfolio-list .amy-grid-content .portfolio-item .entry-meta .meta-box-wrap .tb-cel {
	display: table-cell;
	vertical-align: middle;
}

.amy-portfolio-list .amy-grid-content .portfolio-item .entry-meta .entry-icon a {
	width: 64px;
	height: 64px;
	line-height: 64px;
	text-align: center;
	border-radius: 50%;
	background: #fff;
	display: inline-block;
	font-size: 22px;
	color: #3c78b3;
}

.amy-portfolio-list .amy-grid-content .portfolio-item .entry-meta .entry-icon a:hover {
	background: #3c78b3;
	color: #fff;
}

.amy-portfolio-list .amy-grid-content .portfolio-item .entry-meta .entry-title {
	font-size: 25px;
	color: #fff;
	margin-top: 16px;
	margin-bottom: 0;
}

.amy-portfolio-list .amy-grid-content .portfolio-item .entry-meta .entry-title a {
	color: #fff;
}

.amy-portfolio-list .amy-grid-content .portfolio-item .entry-meta .entry-title a:hover {
	color: #3c78b3;
}

.amy-portfolio-list .amy-grid-content .portfolio-item .entry-meta .entry-category a {
	color: #fff;
	font-size: 16px;
	text-transform: capitalize;
}

.amy-portfolio-list .amy-grid-content .portfolio-item .entry-meta .entry-category a:hover {
	color: #3c78b3;
}

.portfolio-single .entry-gallery a {
	display: inline-block;
	margin-bottom: 15px;
}

.portfolio-single .entry-content .entry-title {
	font-size: 25px;
	margin-top: 0;
}

.portfolio-single .entry-content .entry-meta {
	margin-top: 40px;
}

.portfolio-single .entry-content .entry-meta h6 {
	font-weight: 400;
	margin-bottom: 0;
}

.portfolio-single .entry-content .entry-meta span {
	color: #999;
}

.portfolio-single .entry-content .entry-meta .meta-categories {
	margin-bottom: 30px;
}

.portfolio-single .entry-content .entry-meta .meta-categories a {
	color: #999;
	margin-left: 5px;
}

.portfolio-single .entry-content .entry-meta .meta-categories a:first-child {
	margin-left: 0;
}

.portfolio-single .entry-content .entry-meta .meta-categories a:hover {
	color: #3c78b3;
}

.portfolio-single .entry-content .entry-meta .amy-post-share .amy-post-share-title {
	font-size: 16px;
	color: #222;
	font-family: Roboto Condensed, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 400;
}

.portfolio-single .entry-content .entry-meta .amy-post-share .amy-post-share-icons a {
	color: #a7a7a7;
	margin-right: 15px;
}

.portfolio-single .entry-content .entry-meta .amy-post-share .amy-post-share-icons a:hover {
	color: #3c78b3;
}

.portfolio-single .entry-footer {
	margin-top: 30px;
	border-bottom: none;
	border-top: 1px dotted #dcdcdc;
}

.portfolio-single .entry-footer .post-navigation {
	margin-top: 15px;
	position: relative;
}

.portfolio-single .entry-footer .post-navigation:before {
	content: "\f00a";
	font-family: 'FontAwesome';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	text-align: center;
	margin: 0 auto;
	display: block;
	color: #222222;
}

.portfolio-single .entry-footer .post-navigation a span {
	display: inline-block;
}

.portfolio-single .entry-footer .post-navigation .nav-previous a {
	position: relative;
	color: #666;
}

.portfolio-single .entry-footer .post-navigation .nav-previous a:hover {
	color: #3c78b3;
}

.portfolio-single .entry-footer .post-navigation .nav-previous a:before {
	content: "\f053";
	font-family: 'FontAwesome';
	position: absolute;
	top: 0;
	left: 0;
}

.portfolio-single .entry-footer .post-navigation .nav-previous a span:first-child {
	display: none;
}

.portfolio-single .entry-footer .post-navigation .nav-previous a .entry-title {
	padding-left: 18px;
	color: #666;
}

.portfolio-single .entry-footer .post-navigation .nav-previous a .entry-title:hover {
	color: #3c78b3;
}

.portfolio-single .entry-footer .post-navigation .nav-next a {
	color: #666;
	position: relative;
}

.portfolio-single .entry-footer .post-navigation .nav-next a:hover {
	color: #3c78b3;
}

.portfolio-single .entry-footer .post-navigation .nav-next a span:first-child {
	display: none;
}

.portfolio-single .entry-footer .post-navigation .nav-next a:before {
	content: "\f054";
	font-family: 'FontAwesome';
	position: absolute;
	top: 0;
	right: 0;
}

.portfolio-single .entry-footer .post-navigation .nav-next a .entry-title {
	padding-right: 18px;
	color: #666;
}

.portfolio-single .entry-footer .post-navigation .nav-next a .entry-title:hover {
	color: #3c78b3;
}


/**
 * ============================================================================
 * 06. SHORTCODES
 * ============================================================================
 */

.amy_pricing_table.ult_design_4 .ult_pricing_table {
	border-top: none;
}

.amy_pricing_table.ult_design_4 .ult_pricing_table .ult_pricing_heading {
	padding: 25px 20px 20px;
	margin-bottom: 20px;
}

.amy_pricing_table.ult_design_4 .ult_pricing_table .ult_pricing_heading h3 {
	font-weight: bold;
	color: #222;
	font-size: 22px;
	border-bottom: 1px dotted #dcdcdc;
	padding-bottom: 10px;
}

.amy_pricing_table.ult_design_4 .ult_pricing_table .ult_price_body_block {
	border-bottom: none;
}

.amy_pricing_table.ult_design_4 .ult_pricing_table .ult_price_body .ult_price .ult_price_figure {
	font-size: 45px;
	color: #e5aa34;
	font-family: Roboto Condensed, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 700;
}

.amy_pricing_table.ult_design_4 .ult_pricing_table .ult_price_features {
	padding: 0px 20px 0 20px;
	margin-bottom: 6px;
}

.amy_pricing_table.ult_design_4 .ult_pricing_table .ult_price_features ul li {
	margin-left: 0;
	margin-right: 0;
	border-bottom: 1px dotted #eaeaea;
}

.amy_pricing_table.ult_design_4 .ult_pricing_table .ult_price_features ul li:last-child {
	border-bottom: none;
}

.amy_pricing_table.ult_design_4 .ult_pricing_table .ult_price_link {
	padding-bottom: 40px;
}

.amy_pricing_table.ult_design_4 .ult_pricing_table .ult_price_link .ult_price_action_button {
	font-size: 15px;
	color: #fff;
	text-transform: uppercase;
	font-family: Roboto Condensed, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	padding: 10px 30px;
	border-radius: 30px;
}

.amy_pricing_table.ult_design_4.style-1 .ult_pricing_table {
	background: #fff;
	color: #666;
	border: 1px solid #e7e7e7;
}

.amy_pricing_table.ult_design_4.style-1 .ult_pricing_table .ult_price_link .ult_price_action_button {
	background: #3c78b3;
}

.amy_pricing_table.ult_design_4.style-2 .ult_pricing_table {
	background: #3c78b3;
	color: #fff;
	border: 1px solid #3c78b3;
}

.amy_pricing_table.ult_design_4.style-2 .ult_pricing_table .ult_pricing_heading h3 {
	color: #222;
	border-color: #7ca0c3;
}

.amy_pricing_table.ult_design_4.style-2 .ult_pricing_table .ult_price_features ul li {
	border-color: #6491bd;
}

.amy_pricing_table.ult_design_4.style-2 .ult_pricing_table .ult_price_link .ult_price_action_button {
	background: #f09d18;
}

.amy-heading .entry-title {
	font-size: 34px;
	line-height: 1;
	color: #3c78b3;
	font-family: Roboto Condensed, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 12px;
	display: inline-block;
	position: relative;
}

.amy-heading .entry-sub-title {
	margin-bottom: 8px;
}

.amy-heading.text-center {
	max-width: 900px;
	margin: 0 auto;
}

.amy-heading.text-center .entry-title:before {
	content: url("../images/icons/bf-t.png");
	position: absolute;
	top: -8px;
	left: -112px;
}

.amy-heading.text-center .entry-title:after {
	content: url("../images/icons/at-t.png");
	position: absolute;
	top: -8px;
	right: -112px;
}

.amy-heading.text-left .entry-title:after {
	content: url("../images/icons/at-t.png");
	position: absolute;
	top: -8px;
	right: -112px;
}

@media (max-width: 480px) {
	.amy-lg-padding {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.amy-heading .entry-title:after,
	.amy-heading .entry-title:before {
		content: none !important;
	}
}

.amy-testimonial {
	max-width: 935px;
	margin: 0 auto;
	text-align: center;
}

.amy-testimonial .testimonial-item .quote {
	width: 68px;
	height: 68px;
	border-radius: 50%;
	border: 2px solid #fff;
	color: #fff;
	line-height: 68px;
	text-align: center;
	font-size: 26px;
	display: inline-block;
	margin-bottom: 20px;
}

.amy-testimonial .testimonial-item .entry-content {
	font-size: 18px;
}

.amy-testimonial .testimonial-item .entry-meta {
	display: inline-block;
	margin-top: 15px;
}

.amy-testimonial .testimonial-item .entry-meta .meta-image-wrap {
	display: table-cell;
	vertical-align: top;
}

.amy-testimonial .testimonial-item .entry-meta .meta-image-wrap .meta-avatar {
	margin-right: 15px;
}

.amy-testimonial .testimonial-item .entry-meta .meta-image-wrap img {
	width: 64px;
	height: 64px;
	border-radius: 50%;
}

.amy-testimonial .testimonial-item .entry-meta .meta-info-wrap {
	display: table-cell;
	vertical-align: middle;
	text-align: left;
}

.amy-testimonial .testimonial-item .entry-meta .meta-info-wrap .meta-name {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 20px;
	font-weight: 700;
}

.amy-testimonial .testimonial-item .entry-meta .meta-info-wrap .meta-position {
	font-size: 15px;
	font-style: italic;
}

.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: #3c78b3;
	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 {
	bottom: -45px !important;
}

.slick-dots>li {
	width: 10px !important;
	height: 10px !important;
}

.slick-dots>li>button {
	border-radius: 50%;
	width: 10px !important;
	height: 10px !important;
}

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

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

.slick-dots.style-1>li>button:before {
	background: #d7d7d7;
	opacity: 1 !important;
}

.slick-dots.style-1>li.slick-active>button:before {
	background: #f09d18;
	opacity: 1 !important;
}

.amy-shortcode-list-post .entry-item .entry-thumb img {
	max-height: 250px;
}

.amy-shortcode-list-post .entry-item .entry-thumb a {
	position: relative;
	display: inline-block;
}

.amy-shortcode-list-post .entry-item .entry-thumb a:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	top: 0;
	opacity: 0;
	z-index: 0;
	transform: scale(0.15);
	-webkit-transform: scale(0.15);
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.amy-shortcode-list-post .entry-item .entry-thumb a:before {
	content: "\f0c1";
	background: rgba(255, 255, 255, 0.45);
	color: #3c78b3;
	font-family: "FontAwesome";
	font-size: 26px;
	height: 64px;
	left: 50%;
	line-height: 64px;
	position: absolute;
	text-align: center;
	top: 50%;
	width: 64px;
	z-index: 2;
	opacity: 0;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	border-radius: 50%;
	-webkit-border-radius: 50%;
	transition: all 0.25s ease 0.1s;
	-webkit-transition: all 0.25s ease 0.1s;
}

.amy-shortcode-list-post .entry-item .entry-thumb a:hover:after {
	background-color: #000;
	opacity: 0.3;
	transform: scale(1);
	-webkit-transform: scale(1);
}

.amy-shortcode-list-post .entry-item .entry-thumb a:hover:before {
	opacity: 1;
}

.amy-shortcode-list-post .entry-item .entry-header {
	margin-top: 15px;
}

.amy-shortcode-list-post .entry-item .entry-header .entry-title {
	margin-top: 3px;
	margin-bottom: 10px;
}

.amy-section .woocommerce {
	padding: 0 15px;
}

.amy-sc-product.row {
	margin: 0 -30px;
}

.amy-sc-product.row [class*="col-"] {
	padding: 0 30px;
}

.amy-sc-product .slick-list .product {
	margin-bottom: 10px !important;
}

.amy-sc-product:hover .slick-arrow {
	opacity: 1;
}

.amy-sc-product .slick-arrow {
	width: 40px;
	height: 40px;
	line-height: 50px;
	background: #fff;
	text-align: center;
	border: 2px solid #e2e2e2;
	border-radius: 3px;
	top: 36%;
	margin: 0;
	opacity: 0;
}

.amy-sc-product .slick-arrow:hover {
	background: #fff;
}

.amy-sc-product .slick-arrow.slick-prev {
	left: 36px;
}

.amy-sc-product .slick-arrow.slick-prev:before {
	content: '\f104';
	font-family: 'FontAwesome';
	color: #e2e2e2;
}

.amy-sc-product .slick-arrow.slick-next {
	right: 36px;
}

.amy-sc-product .slick-arrow.slick-next:before {
	content: '\f105';
	font-family: 'FontAwesome';
	color: #e2e2e2;
}

@media (max-width: 1600px) {
	.amy-sc-product.row {
		margin: 0 -15px;
	}
	.amy-sc-product.row [class*="col-"] {
		padding: 0 15px;
	}
}

.itable {
	display: table;
	width: 100%;
	height: 100%;
}

.icell {
	display: table-cell;
	vertical-align: middle;
}

.amy-info-special .entry-item {
	position: relative;
	z-index: 1;
}

.amy-info-special .entry-item .thumbnail-wrap {
	display: table-cell;
	vertical-align: top;
}

.amy-info-special .entry-item .entry-thumb {
	width: 120px;
	height: 120px;
	border-radius: 50%;
	border: 3px solid #f28d16;
	display: inline-block;
	overflow: hidden;
}

.amy-info-special .entry-item .entry-thumb img {
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.amy-info-special .entry-item .content-wrap {
	display: table-cell;
	vertical-align: middle;
}

.amy-info-special .entry-item .entry-title {
	font-size: 25px;
	font-weight: 700;
	color: #fff;
	margin-top: 0;
	margin-bottom: 5px;
}

.amy-info-special .entry-item .entry-title:hover {
	color: #f09d18;
}

.amy-info-special .entry-item .entry-title a {
	color: #fff;
}

.amy-info-special .entry-item .entry-title a:hover {
	color: #f09d18;
}

.amy-info-special .style-1 .entry-item:hover .entry-thumb img {
	transform: rotateY(360deg);
	-moz-transform: rotateY(360deg);
	-webkit-transform: rotateY(360deg);
}

.amy-info-special .style-1 .box-left {
	text-align: right;
}

.amy-info-special .style-1 .box-left .thumbnail-wrap {
	float: right;
}

.amy-info-special .style-1 .box-left .entry-item {
	margin-bottom: 126px;
	margin-top: 30px;
}

.amy-info-special .style-1 .box-left .entry-item .entry-thumb {
	float: right;
	margin-left: 20px;
	overflow: hidden;
}

.amy-info-special .style-1 .box-left .entry-item:first-child {
	margin-right: -90px;
}

.amy-info-special .style-1 .box-left .entry-item:last-child {
	margin-right: -65px;
	margin-bottom: 0;
}

.amy-info-special .style-1 .box-center {
	position: relative;
	text-align: center;
}

.amy-info-special .style-1 .box-center:after {
	border: 1px dashed #fff;
	border-radius: 50%;
	content: "";
	height: 460px;
	left: -50px;
	position: absolute;
	top: 0;
	width: 460px;
	z-index: 0;
}

.amy-info-special .style-1 .box-center .box-image {
	width: 100%;
	height: 460px;
	text-align: center;
}

.amy-info-special .style-1 .box-center .entry-item {
	margin-top: -65px;
}

.amy-info-special .style-1 .box-center .entry-item .entry-thumb {
	margin-bottom: 16px;
}

.amy-info-special .style-1 .box-right {
	text-align: left;
}

.amy-info-special .style-1 .box-right .entry-item {
	margin-bottom: 126px;
	margin-top: 30px;
}

.amy-info-special .style-1 .box-right .entry-item .entry-thumb {
	float: right;
	margin-right: 20px;
}

.amy-info-special .style-1 .box-right .entry-item:first-child {
	margin-left: -90px;
}

.amy-info-special .style-1 .box-right .entry-item:last-child {
	margin-left: -65px;
	margin-bottom: 0;
}

.amy-info-special .style-2 .entry-item .entry-thumb {
	width: 140px;
	height: 140px;
	overflow: hidden;
}

.amy-info-special .style-2 .entry-item:hover .entry-thumb img {
	transform: scale(1.3);
	-moz-transform: scale(1.3);
	-webkit-transform: scale(1.3);
}

.amy-info-special .style-2 .entry-title {
	color: #3c78b3;
}

.amy-info-special .style-2 .entry-title:hover {
	color: #f09d18;
}

.amy-info-special .style-2 .entry-title a {
	color: #3c78b3;
}

.amy-info-special .style-2 .entry-title a:hover {
	color: #f09d18;
}

.amy-info-special .style-2 .box-left {
	position: relative;
}

.amy-info-special .style-2 .box-left:after {
	content: url("../images/bg/bg-border.png");
	height: 585px;
	left: 23px;
	position: absolute;
	top: 15px;
	width: 519px;
	z-index: 0;
}

.amy-info-special .style-2 .box-left .box-image {
	position: relative;
	z-index: 1;
	cursor: pointer;
}

.amy-info-special .style-2 .box-left .box-image img {
	max-width: 371px;
	display: inline-block;
	height: 100%;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.amy-info-special .style-2 .box-right .entry-item {
	margin-top: 50px;
	margin-left: 40px;
}

.amy-info-special .style-2 .box-right .entry-item .entry-thumb {
	margin-right: 20px;
}

.amy-info-special .style-2 .box-right .entry-item:first-child {
	margin-left: -27px;
	margin-top: 55px;
}

.amy-info-special .style-2 .box-right .entry-item:last-child {
	margin-left: -50px;
	margin-bottom: 0;
}

.amy-section .margin-bottom-30 .smile_icon_list li.icon_list_item {
	padding: 0 0 30px !important;
}

.amy-section .smile_icon_list li.icon_list_item {
	margin: 0 !important;
	padding: 0 0 50px !important;
}

.amy-section .smile_icon_list li.icon_list_item .icon_description h3 {
	margin-top: 8px;
	margin-bottom: 6px;
}

.amy-section .smile_icon_list li.icon_list_item .icon_description p {
	line-height: 20px;
}

.amy-section .amy-ct-list .smile_icon_list .icon_list_connector {
	display: none;
}

.amy-section .amy-ct-list .smile_icon_list li.icon_list_item {
	margin: 0 !important;
	padding: 0 0 30px !important;
}

.amy-section .amy-ct-list .smile_icon_list li.icon_list_item .icon_description h3 {
	margin-top: 20px;
	margin-bottom: 20px;
	padding-bottom: 6px;
	position: relative;
	border-bottom: 1px dashed #dadada;
}

.amy-section .amy-ct-list .smile_icon_list li.icon_list_item .icon_description h3:after {
	content: url("../images/icons/at-t-65.png");
	position: absolute;
	bottom: 0;
	right: 0;
}

@media (max-width: 980px) {
	.amy-info-special .style-1 .box-left {
		text-align: left;
	}
	.amy-info-special .style-1 .box-left .entry-item {
		margin: 0 0 30px 0 !important;
	}
	.amy-info-special .style-1 .box-left .entry-item .thumbnail-wrap {
		float: none;
	}
	.amy-info-special .style-1 .box-left .entry-item .thumbnail-wrap .entry-thumb {
		margin-right: 20px;
		margin-left: 0;
	}
	.amy-info-special .style-1 .box-right .entry-item {
		margin: 0 0 30px 0 !important;
	}
	.amy-info-special .style-1 .box-center {
		text-align: left;
	}
	.amy-info-special .style-1 .box-center:after {
		content: none;
	}
	.amy-info-special .style-1 .box-center .box-image {
		display: none;
	}
	.amy-info-special .style-1 .box-center .entry-item {
		margin-top: 0;
		margin-bottom: 30px;
	}
	.amy-info-special .style-1 .box-center .entry-item .entry-thumb {
		float: left;
		margin-right: 20px;
		margin-bottom: 0;
	}
	.amy-info-special .style-2 .box-right .entry-item {
		margin-left: 0;
	}
	.amy-info-special .style-2 .box-right .entry-item:first-child,
	.amy-info-special .style-2 .box-right .entry-item:last-child {
		margin-left: 0;
	}
}

@media (max-width: 600px) {
	.amy-info-special .style-2 .box-left:after {
		content: none;
	}
	.amy-info-special .style-2 .box-left img {
		width: 100%;
	}
}

.amy-info-member .box-left {
	padding-right: 30px;
	margin-bottom: 30px;
}

.amy-info-member .entry-avatar {
	max-height: 290px;
	overflow: hidden;
	border-bottom: 1px dotted #dcdcdc;
	text-align: center;
}

.amy-info-member .entry-avatar img {
	width: 330px;
	height: 330px;
	border-radius: 50%;
}

.amy-info-member .entry-social {
	margin-top: 30px;
	text-align: center;
}

.amy-info-member .entry-social a {
	width: 38px;
	height: 38px;
	line-height: 36px;
	border: 2px solid #dadada;
	color: #a7a7a7;
	text-align: center;
	display: inline-block;
	margin: 0 7px;
	border-radius: 50%;
}

.amy-info-member .entry-social a:hover {
	color: #3c78b3;
	border-color: #3c78b3;
}

.amy-info-member .entry-header {
	padding-bottom: 10px;
	border-bottom: 1px dotted #dcdcdc;
	margin-bottom: 40px;
	position: relative;
}

.amy-info-member .entry-header:after {
	content: url("../images/icons/at-t.png");
	position: absolute;
	bottom: -9px;
	right: 0;
}

.amy-info-member .entry-header>div {
	display: inline-block;
	padding: 0 40px;
	border-right: 1px solid #e7e7e7;
}

.amy-info-member .entry-header>div:first-child {
	padding-left: 0;
}

.amy-info-member .entry-header>div:last-child {
	padding-right: 0;
	border-right: none;
}

.amy-info-member .entry-header>div .entry-title {
	margin: 0;
	color: #3c78b3;
	font-size: 25px;
}

.amy-info-member .entry-header>div h6 {
	font-size: 18px;
	margin: 0;
}

.amy-info-member .entry-header>div>span {
	color: #999;
}

.amy-info-member .entry-header>div>span a {
	color: #999;
}

.amy-info-member .entry-header>div>span a:hover {
	color: #3c78b3;
}

@media (max-width: 640px) {
	.amy-info-member .entry-header::after {
		content: none;
	}
	.amy-info-member .entry-header>span {
		padding: 0 20px;
	}
}

@media (max-width: 480px) {
	.amy-info-member .entry-header>span {
		margin-bottom: 10px;
	}
}

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

.amy-schedule ul li {
	border-bottom: 1px dotted #dcdcdc;
	padding: 12px 0;
	margin: 0;
}

.amy-schedule ul li:last-child {
	border-bottom: none;
}

.amy-section #bookinginstructions {
	margin: 20px 0;
}

.amy-section #bkbtndiv {
	margin-bottom: 20px;
}

.amy-section #bkbtndiv button {
	border-radius: 30px;
	font-family: Roboto Condensed, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 15px;
	font-weight: 700;
	padding: 9px 35px !important;
}

.amy-section #calendar .fc-header {
	background: #f3f3f3;
}

.amy-section #calendar .fc-header td {
	vertical-align: middle;
}

.amy-section #calendar .fc-header .fc-button {
	vertical-align: middle;
	margin-bottom: 0;
}

.amy-section #calendar .fc-header .fc-button.fc-button-prev {
	border-right: 1px dotted #dcdcdc !important;
	margin-right: 0;
}

.amy-section #calendar .fc-header .fc-state-default,
.amy-section #calendar .fc-header .fc-state-default .fc-button-inner {
	border-top: none;
	border-bottom: none;
	border-left: none;
	border-right: none;
}

.amy-section #calendar .fc-header .fc-button-content {
	color: #c2c2c2;
	font-family: Roboto Condensed, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
}

.amy-section #calendar .fc-header .fc-header-title h2 {
	margin-bottom: 0;
	font-size: 20px;
}

.amy-section #calendar .fc-header .fc-button-agendaWeek .fc-button-content,
.amy-section #calendar .fc-header .fc-button-agendaDay .fc-button-content,
.amy-section #calendar .fc-header .fc-button-month .fc-button-content,
.amy-section #calendar .fc-header .fc-button-today .fc-button-content {
	color: #666666;
	font-size: 16px;
	font-family: Roboto Condensed, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.amy-section #calendar .fc-header .fc-state-active .fc-button-inner,
.amy-section #calendar .fc-header .fc-state-active {
	background: transparent !important;
	color: #3c78b3 !important;
	text-align: center;
}

.amy-section #calendar .fc-header .fc-state-active .fc-button-inner .fc-button-content,
.amy-section #calendar .fc-header .fc-state-active .fc-button-content {
	color: #3c78b3 !important;
}

.amy-section #calendar .fc-content th {
	font-family: Roboto Condensed, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 18px;
	color: #666;
	font-weight: 400;
}

.amy-section #calendar .fc-content .fc-state-highlight {
	background: #f09d18;
	color: #fff;
}

.amy-section #calendar .fc-content .fc-event-inner {
	background: #fff !important;
	text-align: center;
	border: none !important;
}

.amy-section #calendar .fc-content .fc-event-inner span {
	color: #666 !important;
	font-family: Roboto Condensed, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: 400;
}

.amy-section #calendar .fc-content .fc-event {
	border: none !important;
	margin: 0 !important;
	background: #fff !important;
}

.amy-section #calendar .fc-content .fc-event-head {
	background: #3c78b3 !important;
	color: #fff !important;
}

.amy-section #calendar .fc-content .fc-event-head div {
	color: #fff !important;
	font-family: Roboto Condensed, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: 400;
}

.amy-section .apcal_modal-info,
.amy-section .apcal_alert-info {
	background-color: #3c78b3 !important;
	color: #fff !important;
	font-family: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
}

.amy-section .apcal_modal-info strong,
.amy-section .apcal_alert-info strong {
	font-family: Roboto Condensed, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 18px;
}

#calendar-footer,
#calendar-header {
	border-radius: 0 !important;
	background: #3c78b3 !important;
	font-family: Roboto Condensed, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 15px;
	font-weight: bold;
}

.amy-section .apcal_modal .apcal_alert {
	background-color: #f3f3f3;
	color: #666;
}

.amy-section #bordercssremove tr td {
	border: none;
}

.amy-section #bordercssremove tr td strong {
	font-weight: 400;
	font-size: 16px;
}

.amy-section #bordercssremove {
	border: none;
}

.amy-section .apcal_btn {
	border-radius: 30px;
	margin-top: 10px;
	margin-right: 10px;
}

.amy-section .apcal_btn.apcal_btn-success {
	background-color: #3c78b3 !important;
	background-image: none;
}

#secdiv strong {
	font-weight: 400;
	font-family: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #666;
	font-size: 16px;
}

#secdiv button.apcal_btn {
	border-radius: 30px;
	font-family: Roboto Condensed, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 15px;
	text-transform: uppercase;
	color: #666;
	padding: 10px 30px;
	border: 2px solid #e2e2e2;
	background: #fff;
	margin-top: 10px;
}

#secdiv #appdate {
	height: 40px !important;
}

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

.amy-skills ul li.amy-skillbar {
	position: relative;
	display: block;
	margin-bottom: 20px;
	width: 100%;
	transition: 0.2s linear;
}

.amy-skills ul li.amy-skillbar .skillbar-title {
	margin-bottom: 5px;
}

.amy-skills ul li.amy-skillbar .skillbar-bar {
	height: 30px;
	width: 0px;
	background: url("../images/bg/bg-skillbar.png") no-repeat left top;
	border-top: 6px solid #3c78b3;
}

.amy-team-list .amy-team-grid .row {
	border-bottom: 1px dotted #dcdcdc;
}

.amy-team-list .amy-team-grid .row:last-child {
	border-bottom: none;
}

.amy-team-list .amy-team-grid .row:last-child .wrap-content {
	padding-bottom: 30px;
}

.amy-team-list .amy-team-grid .row:first-child .wrap-content {
	padding-top: 30px;
}

.amy-team-list .amy-team-grid .row .team-item:last-child {
	border-right: none;
}

.amy-team-list .amy-team-grid .team-item {
	text-align: center;
	border-right: 1px dotted #dcdcdc;
}

.amy-team-list .amy-team-grid .team-item .wrap-content {
	padding: 60px 30px;
}

.amy-team-list .amy-team-grid .team-item .entry-header .entry-title {
	font-size: 22px;
	margin-top: 0;
}

.amy-team-list .amy-team-grid .team-item .entry-header .entry-title a {
	color: #3c78b3;
}

.amy-team-list .amy-team-grid .team-item .entry-header .entry-title a:hover {
	color: #f09d18;
}

.amy-team-list .amy-team-grid .team-item .entry-avatar {
	position: relative;
}

.amy-team-list .amy-team-grid .team-item .entry-avatar .entry-social {
	position: absolute;
	text-align: left;
	width: 35px;
	top: 0;
	right: -40px;
	opacity: 0;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.amy-team-list .amy-team-grid .team-item .entry-avatar .entry-social a {
	display: inline-block;
	width: 100%;
	color: #d6d6d6;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
}

.amy-team-list .amy-team-grid .team-item .entry-avatar .entry-social a:hover {
	color: #3c78b3;
}

.amy-team-list .amy-team-grid .team-item .entry-avatar img {
	width: 165px;
	height: 192px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.amy-team-list .amy-team-grid .team-item .entry-avatar:hover .entry-social {
	opacity: 1;
}

.amy-team-list .amy-team-grid .team-item .entry-avatar:hover img {
	transform: scale(1.2);
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
}

.amy-team-list .style-2 .amy-team-grid .row {
	margin: 0 -40px;
	border: none;
}

.amy-team-list .style-2 .amy-team-grid .row:first-child {
	margin-bottom: 40px;
}

.amy-team-list .style-2 .amy-team-grid .row [class*="col-"] {
	padding: 0 40px;
}

.amy-team-list .style-2 .amy-team-grid .team-item {
	border: none;
	margin-bottom: 20px;
}

.amy-team-list .style-2 .amy-team-grid .team-item .wrap-content {
	padding: 0;
}

.amy-team-list .style-2 .amy-team-grid .team-item .wrap-content .entry-header {
	border-top: 1px dotted #dcdcdc;
}

.amy-team-list .style-2 .amy-team-grid .team-item .wrap-content .entry-header .entry-title {
	margin-top: 15px;
	margin-bottom: 2px;
}

.amy-team-list .style-2 .amy-team-grid .team-item .wrap-content .entry-jb {
	color: #999;
}

.amy-team-list .style-2 .amy-team-grid .team-item .wrap-content .entry-avatar {
	margin: 0 auto;
	max-height: 208px;
	overflow: hidden;
}

.amy-team-list .style-2 .amy-team-grid .team-item .wrap-content .entry-avatar .entry-social {
	right: 0px;
}

.amy-team-list .style-2 .amy-team-grid .team-item .wrap-content .entry-avatar img {
	width: 240px;
	height: 240px;
	border-radius: 50%;
}

.amy-team-list .style-2 .amy-team-grid .team-item .wrap-content .entry-avatar:hover img {
	transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
}

.amy-team-list .style-3 .amy-team-list-tab ul {
	list-style: none;
	padding: 0;
	margin: 0 -15px;
	text-align: center;
}

.amy-team-list .style-3 .amy-team-list-tab ul li {
	display: inline-block;
	margin-bottom: 30px;
	position: relative;
	float: left;
	padding: 0 15px;
	width: 25%;
}

.amy-team-list .style-3 .amy-team-list-tab ul li img {
	width: 190px;
	height: 190px;
	border-radius: 50%;
	border: 4px solid transparent;
}

@media (max-width: 1000px) {
	.amy-team-list .style-3 .amy-team-list-tab ul li img {
		width: 100%;
		height: 100%;
	}
}

.amy-team-list .style-3 .amy-team-list-tab ul li.active .triangle {
	display: block;
}

.amy-team-list .style-3 .amy-team-list-tab ul li.active img {
	border-color: #f09d18;
}

.amy-team-list .style-3 .amy-team-list-tab ul li .triangle {
	width: 0;
	height: 0;
	display: none;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-bottom: 15px solid #e2e2e2;
	position: absolute;
	bottom: -31px;
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
}

.amy-team-list .style-3 .amy-team-list-tab ul li .triangle:after {
	content: '';
	position: absolute;
	top: 1px;
	left: -15px;
	width: 0;
	height: 0;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-bottom: 15px solid white;
}

.amy-team-list .style-3 .amy-team-list-tab ul li:last-child {
	margin-right: 0;
}

.amy-team-list .style-3 .amy-team-tab-container .amy-team-tab-content .wrap-content {
	padding: 40px;
	border: 1px solid #e2e2e2;
	border-radius: 5px;
}

.amy-team-list .style-3 .amy-team-tab-container .amy-team-tab-content .wrap-content p {
	margin-bottom: 0;
}

.amy-team-list .style-3 .amy-team-tab-container .amy-team-tab-content .wrap-content .entry-header .entry-title {
	font-size: 22px;
	display: inline-block;
	float: left;
	margin: 0 30px 15px 0;
}

.amy-team-list .style-3 .amy-team-tab-container .amy-team-tab-content .wrap-content .entry-header .entry-title a {
	color: #3c78b3;
}

.amy-team-list .style-3 .amy-team-tab-container .amy-team-tab-content .wrap-content .entry-header .entry-title a:hover {
	color: #f09d18;
}

.amy-team-list .style-3 .amy-team-tab-container .amy-team-tab-content .wrap-content .entry-header .entry-social {
	display: inline-block;
	float: left;
}

.amy-team-list .style-3 .amy-team-tab-container .amy-team-tab-content .wrap-content .entry-header .entry-social a {
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 28px;
	text-align: center;
	color: #a7a7a7;
	border-radius: 50%;
	border: 2px solid #e4e4e4;
	background: #fff;
	font-size: 12px;
	margin-right: 9px;
}

.amy-team-list .style-3 .amy-team-tab-container .amy-team-tab-content .wrap-content .entry-header .entry-social a:hover {
	color: #3c78b3;
	border-color: #3c78b3;
}
amy-site-nav > ul > li > .amy-link{
	text-transform:none;
}