/**
 * ****************************************************************************
 * CSS SITEMAP
 * ****************************************************************************
 * 01. NORMALIZE
 * 02. BASE
 * -- 2.1. BOOTSTRAP BASE
 * -- 2.2. HELPERS
 * -- 2.3. FORM
 * -- 2.4. BUTTON
 * 03. LAYOUT
 * -- 3.1. GRID
 * -- 3.2. RESPONSIVE UTILITIES
 * -- 3.3. TOP BAR
 * -- 3.4. HEADER
 * -- 3.5. FOOTER
 * -- 3.6. PAGINATION
 * -- 3.7. BLOG
 * -- 3.8. PAGE
 * -- 3.9. BREADCRUMB
 * -- 3.10. 404
 * -- 3.11. CONTACT
 * 04. WIDGETS
 * -- 4.1. BASE
 * -- 4.2. MENU
 * -- 4.3. SEARCH
 * -- 4.4. POSTS
 * -- 4.5. CALENDAR
 * -- 4.6. TAGS
 * -- 4.7. COMMENTS
 * -- 4.8. AMY COMMENTS
 * -- 4.9. AMY CONTACT
 * -- 4.10. AMY WEATHER
 * 05. SHORTCODES
 * -- 5.1. BASE
 * -- 5.2. BLOG POST
 * -- 5.3. CAROUSEL POST
 * -- 5.4. GRIDLIST POST
 * -- 5.5. LIVESCORE
 * -- 5.6. METROSLIDER
 * -- 5.7. SLIDE POST
 * -- 5.8. TABS
 * -- 5.9. MODULE
 *
 *
 */


/**
 * ============================================================================
 * 01. NORMALIZE
 * ============================================================================
 */


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


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


/**
 * ---------------------------------------------
 * 2.1. BOOTSTRAP BASE
 * ---------------------------------------------
 */


/*! 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 {
		border-collapse: collapse !important;
	}
	.table td,
	.table th {
		background-color: #fff !important;
	}
	.table-bordered th,
	.table-bordered td {
		border: 1px solid #ddd !important;
	}
}

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

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

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

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

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

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

a:hover,
a:focus {
	color: #ec6060;
	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;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	display: inline-block;
	max-width: 100%;
	height: auto;
}

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

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

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

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

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

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	font-family: "Roboto Condensed", sans-serif;
	font-weight: 500;
	line-height: 1.1;
	color: inherit;
}

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

h1,
.h1,
h2,
.h2,
h3,
.h3 {
	margin-top: 22px;
	margin-bottom: 11px;
}

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

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

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

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

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

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

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

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

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

p {
	margin: 0 0 11px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.text-muted {
	color: #777777;
}

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

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

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

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

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

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

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

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

.text-danger {
	color: #a94442;
}

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

.bg-primary {
	color: #fff;
}

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

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

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

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

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

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

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

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

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

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

.page-header {
	padding-bottom: 10px;
	margin: 44px 0 22px;
	border-bottom: 1px solid #eeeeee;
}

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

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

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

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

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

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

dt,
dd {
	line-height: 1.5;
}

dt {
	font-weight: bold;
}

dd {
	margin-left: 0;
}

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

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

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

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

.initialism {
	font-size: 90%;
}

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

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

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

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

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

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

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

address {
	margin-bottom: 22px;
	font-style: normal;
	line-height: 1.5;
}

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

table {
	background-color: transparent;
}

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

th {
	text-align: left;
}

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

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

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

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

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

.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 {
	border: 1px solid #eee;
}

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

.table-bordered> thead> tr> th,
.table-bordered> 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> th.active,
.table> thead> tr.active> td,
.table> thead> tr.active> th,
.table> tbody> tr> td.active,
.table> tbody> tr> th.active,
.table> tbody> tr.active> td,
.table> tbody> tr.active> th,
.table> tfoot> tr> td.active,
.table> tfoot> tr> th.active,
.table> tfoot> tr.active> td,
.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> th.success,
.table> thead> tr.success> td,
.table> thead> tr.success> th,
.table> tbody> tr> td.success,
.table> tbody> tr> th.success,
.table> tbody> tr.success> td,
.table> tbody> tr.success> th,
.table> tfoot> tr> td.success,
.table> tfoot> tr> th.success,
.table> tfoot> tr.success> td,
.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> th.info,
.table> thead> tr.info> td,
.table> thead> tr.info> th,
.table> tbody> tr> td.info,
.table> tbody> tr> th.info,
.table> tbody> tr.info> td,
.table> tbody> tr.info> th,
.table> tfoot> tr> td.info,
.table> tfoot> tr> th.info,
.table> tfoot> tr.info> td,
.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> th.warning,
.table> thead> tr.warning> td,
.table> thead> tr.warning> th,
.table> tbody> tr> td.warning,
.table> tbody> tr> th.warning,
.table> tbody> tr.warning> td,
.table> tbody> tr.warning> th,
.table> tfoot> tr> td.warning,
.table> tfoot> tr> th.warning,
.table> tfoot> tr.warning> td,
.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> th.danger,
.table> thead> tr.danger> td,
.table> thead> tr.danger> th,
.table> tbody> tr> td.danger,
.table> tbody> tr> th.danger,
.table> tbody> tr.danger> td,
.table> tbody> tr.danger> th,
.table> tfoot> tr> td.danger,
.table> tfoot> tr> th.danger,
.table> tfoot> tr.danger> td,
.table> tfoot> tr.danger> th {
	background-color: #f2dede;
}

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

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

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


/**
 * ---------------------------------------------
 * 2.2. HELPERS
 * ---------------------------------------------
 */

body {
	overflow-x: hidden;
}

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

a {
	color: #000;
	cursor: pointer;
	outline: medium none;
	text-decoration: none;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

a:hover,
a:focus {
	text-decoration: none;
	outline: none;
}

@media (max-width: 480px) {
	.mobilehidden {
		display: none !important;
	}
}

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

.amy-image {
	display: block;
	overflow: hidden;
}

.no-float {
	float: none !important;
}

.alignleft {
	float: left;
	margin-right: 20px;
}

.alignright {
	float: right;
	margin-left: 20px;
}

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

.alignleft {
	margin: 7px 14px 7px 0;
}

.wp-caption {
	max-width: 100%;
}

.wp-caption-text {
	color: #767676;
	font-size: 12px;
	margin-bottom: 0 !important;
	margin-top: 6px;
}

hr {
	color: #ddd;
}

#infscr-loading img {
	max-width: 100%;
	width: auto;
}

blockquote {
	border-color: #428bca;
	border-left: 3px solid #ec6060;
	font-size: 15px;
	font-style: italic;
	margin: 20px;
	padding: 10px 20px;
}

.sticky-post {
	background: #000 !important;
	color: #fff !important;
}

.post.sticky {
	background: #f7f7f7;
	padding: 20px;
	margin-bottom: 15px;
}

.post.sticky .postitem {
	border: none;
	margin: 0;
	padding: 0;
}

.post.sticky:after {
	clear: both;
	display: table;
	content: '';
}

.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;
	/* Above WP toolbar. */
}

.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 {
	content: "\f304";
	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;
}

.amy-main-content {
	margin-top: 30px;
}

@media (max-width: 480px) {
	.amy-main-content {
		margin-top: 20px;
	}
}

.amy-mbottom {
	margin: 40px 0;
}

.amy-widget {
	margin-bottom: 50px;
}

.amy-widget.amy_widget_amytabs {
	margin-bottom: 0;
}

.amy-page-content .s-displaypost h4 {
	font-size: 20px !important;
	font-weight: bold !important;
}

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

table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin: 0 0 1.75em;
	table-layout: fixed;
	width: 100%;
}

th,
td {
	padding: 0.4375em;
	text-align: left;
}

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

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

.nav-links {
	margin-bottom: 20px;
}

.nav-links .nav-previous {
	display: inline-block;
	width: 50%;
}

.nav-links .nav-next {
	display: inline-block;
	width: 50%;
	text-align: right;
}

.entry-title {
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}

.amy-page-title {
	background: #f0f0f0;
}

.amy-page-title h1.page-title {
	color: #000000;
	font-weight: 600;
	margin: 0;
	padding: 40px 0;
}

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

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

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


/**
 * ---------------------------------------------
 * 2.3. FORM
 * ---------------------------------------------
 */

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

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

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

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

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

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

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

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

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

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

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

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

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

input[type="password"] {
	display: inline-block;
}

textarea {
	height: auto;
}

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

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

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

.required {
	color: #d9534f;
}

input[type="reset"],
input[type="submit"] {
	background: #252525 none repeat scroll 0 0;
	border: 0 none;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	padding: 10px 25px;
	text-transform: uppercase;
	transition: all 0.5s ease 0s;
	width: auto;
	margin-right: 15px;
}

input[type="reset"]:hover,
input[type="submit"]:hover {
	background: #f15c22 none repeat scroll 0 0;
}


/**
 * ---------------------------------------------
 * 2.4. BUTTON
 * ---------------------------------------------
 */


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


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


/**
 * ---------------------------------------------
 * 3.2. RESPONSIVE UTILITIES
 * ---------------------------------------------
 */

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


/**
 * ---------------------------------------------
 * 3.3. TOP BAR
 * ---------------------------------------------
 */

.amy-topbar {
	margin-top: 20px;
}

.amy-topbar .amy-carousel-items {
	margin-bottom: 0;
}

.amy-topbar .amy-widget {
	margin-bottom: 0;
}

.amy-topbar .amy-shortcode {
	margin-bottom: 0;
}

@media (max-width: 768px) {
	.amy-topbar {
		display: none;
	}
}


/**
 * ---------------------------------------------
 * 3.4. HEADER
 * ---------------------------------------------
 */

.amy-header-default #amy-site-logo h1 a,
.amy-header-default #amy-site-logo a {
	color: #fff;
}

#amy-site-logo a {
	display: inline-block;
	line-height: 100px;
	color: #333;
}

@media (max-width: 768px) {
	#amy-site-logo a {
		height: 60px;
		line-height: 60px;
	}
}

#amy-site-logo img {
	padding-top: 5px;
	padding-bottom: 5px;
	max-height: 100%;
}

#amy-site-logo h1 {
	margin: 0;
	font-weight: 700;
}

#amy-site-logo h1 a {
	color: #333;
}

#amy-site-logo h1 a:hover {
	color: #428bca;
	text-decoration: none;
}

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

#amy-site-logo .amy-logo1x {
	display: inline-block;
}

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

@media (max-width: 768px) {
	.amy-header-center #amy-site-logo {
		text-align: left;
		margin-top: 8px;
	}
}

#amy-masthead {
	background: #23282d;
	position: relative;
}

#amy-masthead.headroom--pinned {
	display: table;
}

#amy-masthead.headroom--pinned.headroom--not-top {
	position: fixed;
	top: 0;
	z-index: 9999;
}

#amy-masthead.headroom--unpinned {
	display: none;
}

#amy-masthead.amy-header-default ul.nav-menu {
	line-height: 56px;
}

.amy-header-default #amy-site-logo {
	float: left;
	max-width: 85%;
}

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

@media (max-width: 768px) {
	.amy-logo-left {
		display: none;
	}
}

@media (max-width: 768px) {
	.amy-logo-right {
		display: none;
	}
}

@media (max-width: 768px) {
	.amy-logo-wrapper {
		width: 100%;
	}
}

body.hasresponsive li.amy-search {
	display: none !important;
}

li.amy-search input {
	background: transparent;
	border: none;
	box-shadow: none;
	color: #fff;
	font-family: "Roboto Condensed", sans-serif;
	font-size: 14px;
}

li.amy-search input:focus,
li.amy-search input:hover {
	border: none;
	box-shadow: none;
	border-top: none;
}

li.amy-search button {
	background: transparent none repeat scroll 0 0;
	border: medium none;
	color: #fff;
	font-size: 14px;
	position: absolute;
	right: 15px;
	top: 10px;
}

@media (max-width: 768px) {
	li.amy-search {
		display: none;
	}
}

li.amy-user {
	color: #fff;
}

body.hasresponsive li.amy-user {
	display: none !important;
}

li.amy-user a {
	background: none !important;
	font-size: 14px;
	padding: 21px 4px;
	text-transform: capitalize !important;
}

li.amy-user a:hover {
	background: none !important;
	color: #ec6060 !important;
}

li.amy-user a.amy-signin {
	padding-left: 20px;
}

li.amy-user a.amy-signup {
	padding-right: 6px;
	padding-left: 1px;
}

li.amy-user a.amy-signout {
	padding-left: 20px;
}

li.amy-user i {
	color: #fff;
	padding-right: 20px;
}

.headroom {
	-webkit-transition: transform 200ms linear;
	-o-transition: transform 200ms linear;
	transition: transform 200ms linear;
}

.headroom--pinned {
	-webkit-transform: translateY(0%);
	-ms-transform: translateY(0%);
	-o-transform: translateY(0%);
	transform: translateY(0%);
}

.headroom--unpinned {
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transform: translateY(-100%);
}

#amy-menu-overlay {
	display: none;
}

#amy-menu-toggle {
	position: absolute;
	right: 5px;
	top: 50%;
	margin-top: -20px;
	padding: 10px;
	display: none;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
}

.amy-menu-toggle-open #amy-menu-toggle {
	position: fixed;
	left: 270px;
	top: 0;
	margin: 0;
	z-index: 1001;
}

.amy-menu-toggle-open.admin-bar #amy-menu-toggle {
	top: 46px;
}

#amy-menu-toggle a {
	display: inline-block;
	width: 20px;
	position: relative;
	cursor: pointer;
}

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

#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-is-transparent #amy-menu-toggle a span,
.amy-is-transparent #amy-menu-toggle a span:after,
.amy-is-transparent #amy-menu-toggle a span:before {
	background: #fff;
}

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

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

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

.amy-primary-navigation {
	font-family: "Roboto Condensed", sans-serif;
}

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

.amy-primary-navigation li {
	margin: 0;
	display: block;
	position: relative;
	text-align: left;
}

.amy-primary-navigation a {
	display: block;
	padding: 16px 20px;
	text-transform: none;
	white-space: nowrap;
	font-size: 16.071px;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}

.amy-primary-navigation ul.nav-menu {
	text-align: center;
}

.amy-primary-navigation ul.nav-menu> li {
	display: inline-block;
}

.amy-primary-navigation ul.nav-menu> li> a {
	display: inline-block;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
}

.amy-primary-navigation ul.nav-menu> li> a:hover,
.amy-primary-navigation ul.nav-menu> li:hover> a,
.amy-primary-navigation ul.nav-menu> li.current-menu-item> a {
	color: #ec6060;
}

.amy-primary-navigation ul.nav-menu li ul {
	text-align: left;
}

.amy-primary-navigation ul.nav-menu li ul li {
	width: 240px;
	padding: 0;
	height: auto;
	border-collapse: collapse;
}

.amy-primary-navigation ul.nav-menu li ul li a {
	padding: 10px 16px;
	color: #333;
	border-top: 1px solid #eee;
}

.amy-primary-navigation ul.nav-menu li ul li:first-child> a {
	border-top: none;
}

.amy-primary-navigation ul.nav-menu li ul li> a:hover,
.amy-primary-navigation ul.nav-menu li ul li:hover> a,
.amy-primary-navigation ul.nav-menu li ul li.active> a {
	color: #ec6060;
}

.amy-primary-navigation ul.nav-menu li ul li.menu-item-has-children> a:after {
	content: '\f105';
	font-family: 'FontAwesome';
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	position: absolute;
	right: 10px;
}

.amy-primary-navigation ul.nav-menu li> ul {
	background-color: #fff;
	position: absolute;
	visibility: hidden;
	opacity: 0;
	margin: 20px 0 0 0;
	z-index: 1;
	-webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
	-webkit-transition: margin 0.2s ease-in-out, opacity 0.2s ease-in-out, visibility 0.06s ease-in-out;
	-o-transition: margin 0.2s ease-in-out, opacity 0.2s ease-in-out, visibility 0.06s ease-in-out;
	transition: margin 0.2s ease-in-out, opacity 0.2s ease-in-out, visibility 0.06s ease-in-out;
}

.amy-primary-navigation ul.nav-menu li> ul li ul {
	left: 240px;
	top: 5px;
	margin: 0 0 0 20px;
}

.amy-primary-navigation ul.nav-menu li> ul li ul.amy-submenu-left,
.amy-primary-navigation ul.nav-menu li> ul li ul .amy-submenu-right .amy-submenu-left,
.amy-primary-navigation ul.nav-menu li> ul li ul .amy-submenu-left ul {
	left: -240px;
}

.amy-primary-navigation ul.nav-menu li> ul li ul .amy-submenu-left .amy-submenu-right,
.amy-primary-navigation ul.nav-menu li> ul li ul .amy-submenu-right ul {
	left: 240px;
}

.amy-primary-navigation ul.nav-menu li:hover> ul {
	opacity: 1 !important;
	visibility: visible !important;
	margin: 0 !important;
}

.amy-header-default .amy-primary-navigation ul.nav-menu ul.sub-menu li.menu-item-has-children a:after {
	top: 17px;
}

.amy-header-default .amy-primary-navigation ul.nav-menu ul.sub-menu li a {
	padding: 0 16px;
	line-height: 45px;
}

body.hasresponsive #amy-menu-overlay {
	background-color: rgba(0, 0, 0, 0.5);
	cursor: pointer;
	position: fixed;
	top: 0;
	height: 100%;
	left: 0;
	width: 100%;
}

.amy-menu-toggle-open body.hasresponsive #amy-menu-overlay {
	display: block;
	z-index: 1000;
}

body.hasresponsive #amy-menu-toggle {
	display: block;
}

.amy-menu-toggle-open body.hasresponsive #amy-menu-toggle a span:before,
.amy-menu-toggle-open body.hasresponsive #amy-menu-toggle a span:after {
	background-color: #fff;
}

body.hasresponsive.amy-menu-toggle-open .amy-primary-navigation {
	width: 270px;
	overflow-y: auto;
}

body.hasresponsive .amy-primary-navigation {
	position: fixed;
	top: 0;
	height: 100%;
	left: 0;
	overflow: hidden;
	margin: 0;
	width: 0;
	z-index: 1001;
	background-color: #414146;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
}

.admin-bar body.hasresponsive .amy-primary-navigation {
	top: 46px;
}

body.hasresponsive .amy-primary-navigation ul.nav-menu {
	float: none;
}

body.hasresponsive .amy-primary-navigation ul.nav-menu li.menu-item-has-children:after {
	color: #fff;
	position: absolute;
	font-family: FontAwesome;
	content: "\f0d7";
	right: 25px;
	top: 18px;
}

body.hasresponsive .amy-primary-navigation ul.nav-menu li.menu-item-has-children:hover:after {
	content: "\f0d8";
}

body.hasresponsive .amy-primary-navigation ul.nav-menu> li {
	float: none;
	display: block;
}

body.hasresponsive .amy-primary-navigation ul.nav-menu> li> a.amy-link {
	display: block;
	padding: 10px 16px;
	color: #fff;
}

body.hasresponsive .amy-primary-navigation ul.nav-menu> li> a.amy-link:hover,
body.hasresponsive .amy-primary-navigation ul.nav-menu> li:hover> a.amy-link,
body.hasresponsive .amy-primary-navigation ul.nav-menu> li.active> a.amy-link {
	color: #414146;
	background-color: #ff6c5d;
}

body.hasresponsive .amy-primary-navigation ul.nav-menu> li.menu-item-has-children> a.amy-link:after {
	position: absolute;
	right: 10px;
	content: '\f105';
}

body.hasresponsive .amy-primary-navigation ul.nav-menu li ul li {
	width: auto;
}

body.hasresponsive .amy-primary-navigation ul.nav-menu li ul li a.amy-link {
	color: #333;
}

body.hasresponsive .amy-primary-navigation ul.nav-menu li ul li:first-child> a.amy-link {
	border-top: 1px solid #eee;
}

body.hasresponsive .amy-primary-navigation ul.nav-menu li> ul,
body.hasresponsive .amy-primary-navigation ul.nav-menu li> div.mega-menu {
	position: static;
	overflow: hidden;
	max-height: 0;
	padding: 0;
	margin: 0;
	opacity: 1;
	visibility: visible;
	display: none;
	background-color: #fff;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body.hasresponsive .amy-primary-navigation ul.nav-menu li> ul li ul,
body.hasresponsive .amy-primary-navigation ul.nav-menu li> div.mega-menu li ul {
	margin: 0;
	display: block;
}

body.hasresponsive .amy-primary-navigation ul.nav-menu li> ul {
	padding: 0 0 0 15px;
}

body.hasresponsive .amy-primary-navigation ul.nav-menu li:hover> ul,
body.hasresponsive .amy-primary-navigation ul.nav-menu li:hover> div.mega-menu {
	max-height: 99999em;
	display: block;
}

body.hasresponsive .amy-primary-navigation ul.nav-menu div.mega-menu ul.mega-menu-row {
	padding: 0;
}

body.hasresponsive .amy-primary-navigation ul.nav-menu div.mega-menu ul.mega-menu-row li.mega-menu-col {
	display: block;
	padding: 0;
}

body.hasresponsive .amy-primary-navigation ul.nav-menu div.mega-menu ul.mega-menu-row li.mega-menu-col> a.amy-link {
	font-size: 16.071px;
	font-weight: normal;
	display: block;
	color: #333;
	border-top: 1px solid #eee;
}

body.hasresponsive .amy-primary-navigation ul.nav-menu div.mega-menu ul.mega-menu-row li.mega-menu-col> a.amy-link:after {
	content: '\f105';
}

body.hasresponsive .amy-primary-navigation ul.nav-menu div.mega-menu ul.mega-menu-row li.mega-menu-col> a.amy-link:hover,
body.hasresponsive .amy-primary-navigation ul.nav-menu div.mega-menu ul.mega-menu-row li.mega-menu-col:hover> a.amy-link,
body.hasresponsive .amy-primary-navigation ul.nav-menu div.mega-menu ul.mega-menu-row li.mega-menu-col.active> a.amy-link {
	color: #ec6060;
}


/**
 * ---------------------------------------------
 * 3.5. FOOTER
 * ---------------------------------------------
 */

.amy-site-footer {
	margin-top: 40px;
	border-top: 3px solid #23282d;
	background-color: #f4f4f4;
}

@media (max-width: 768px) {
	.amy-site-footer {
		margin-top: 0;
	}
}

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

.amy-site-footer .amy-footer-widgets a {
	padding-left: 0 !important;
}

.amy-site-footer .amy-footer-widgets a:before {
	content: none !important;
}

.amy-site-footer .amy-footer-before,
.amy-site-footer .amy-footer-after {
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
}

.amy-site-footer .amy-footer-after {
	padding-bottom: 0;
}

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

@media (max-width: 480px) {
	.amy-site-footer .amy-footer-after {
		display: none;
	}
}

.amy-site-footer .amy-widget-title {
	text-transform: uppercase;
	display: inline-block;
	border-bottom: 2px solid #9a9a9a;
	margin-bottom: -2px !important;
	padding: 0 8px 8px 0;
}

.amy-site-footer .amy-widget-title h4 {
	margin: 0;
	font-size: 16px;
	font-weight: bold;
}

.amy-site-footer .amy-widget-content {
	border-top: 2px solid #e1e1e1;
	padding-top: 20px;
}

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

.amy-site-footer li.menu-item {
	margin-bottom: 15px;
}

.amy-site-footer li.menu-item a {
	color: #646464;
}

.amy-site-footer .amy-footer-after {
	border-top: 1px solid #ebebeb;
}

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

.amy-site-footer ul li {
	margin-bottom: 12px;
	list-style: none;
}

.amy-site-footer ul li a {
	color: #646464;
}

.amy-site-footer ul li a:hover {
	color: #ec6060;
}

.amy-copyright {
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: #e9e9e9;
}

@media (max-width: 480px) {
	.amy-copyright .pull-left {
		float: none;
		margin-bottom: 10px;
	}
	.amy-copyright .pull-right {
		float: none;
	}
}


/**
 * ---------------------------------------------
 * 3.6. PAGINATION
 * ---------------------------------------------
 */

.amy-pagination {
	clear: both;
	padding-top: 10px;
	padding-bottom: 20px;
	text-align: center;
}

.amy-pagination a {
	color: #000;
	border: 1px solid #aaa;
	font-family: "Roboto Condensed", sans-serif;
	font-weight: 700;
	font-size: 15px;
	margin: 0 5px;
	padding: 7px 15px;
}

.amy-pagination a:hover {
	background: #ec6060;
	border-color: #ec6060;
	color: #fff !important;
}

.amy-pagination span.current {
	background: #ec6060;
	border: 1px solid #ec6060;
	color: #fff;
	font-family: "Roboto Condensed", sans-serif;
	font-weight: 700;
	font-size: 15px;
	margin: 0 5px;
	padding: 7px 15px;
}

.amy-load-more {
	border: 2px solid #e1e1e1;
	border-radius: 25px;
	clear: both;
	color: #000 !important;
	cursor: pointer;
	display: block;
	font-family: "Roboto Condensed", sans-serif;
	margin: 0 auto;
	padding: 8px 0;
	text-align: center;
	text-transform: uppercase;
	width: 140px;
}

.button-load.a-loadimg {
	width: 100%;
	height: 48px;
	background: url("../images/frontend/loading.gif") center center no-repeat;
	cursor: pointer;
	z-index: 8060;
}


/**
 * ---------------------------------------------
 * 3.7. BLOG
 * ---------------------------------------------
 */

article.attachment .entry-title,
article.post .entry-title {
	font-weight: 700;
	margin-top: 0;
	margin-bottom: 10px;
	word-spacing: -1px;
}

@media (max-width: 480px) {
	article.attachment .entry-title,
	article.post .entry-title {
		font-size: 26px;
	}
}

article.attachment .entry-title a,
article.post .entry-title a {
	color: #000;
}

article.attachment .entry-meta,
article.post .entry-meta {
	margin-bottom: 10px;
}

article.attachment .entry-meta span,
article.post .entry-meta span {
	margin-right: 5px;
}

article.attachment .entry-meta span.entry-date a,
article.post .entry-meta span.entry-date a {
	color: #aaa;
	font-size: 12px;
	font-style: italic;
}

article.attachment .entry-meta span.entry-date a:hover,
article.post .entry-meta span.entry-date a:hover {
	color: #ec6060;
}

article.attachment .amy-social-box,
article.post .amy-social-box {
	margin-bottom: 15px;
}

article.attachment .amy-social-box ul,
article.post .amy-social-box ul {
	display: block;
	margin: 0;
	padding: 0;
}

article.attachment .amy-social-box ul li,
article.post .amy-social-box ul li {
	display: inline-block;
	font-size: 18px;
	margin: 0 15px 20px 0;
}

@media (max-width: 480px) {
	article.attachment .amy-social-box ul li,
	article.post .amy-social-box ul li {
		width: 20%;
	}
}

article.attachment .amy-social-box ul li a.fa,
article.post .amy-social-box ul li a.fa {
	background: transparent none repeat scroll 0 0;
	display: inline-block;
	font-size: 18px;
	text-align: center;
	border-radius: 0;
	color: #fff;
	height: 42px;
	line-height: 42px;
	width: 114px;
	max-width: 114px;
}

@media (max-width: 480px) {
	article.attachment .amy-social-box ul li a.fa,
	article.post .amy-social-box ul li a.fa {
		height: 36px;
		line-height: 36px;
		width: 100%;
	}
}

article.attachment .amy-social-box ul li a.fa.fa-facebook,
article.post .amy-social-box ul li a.fa.fa-facebook {
	background: #4867a7 none repeat scroll 0 0;
}

article.attachment .amy-social-box ul li a.fa.fa-twitter,
article.post .amy-social-box ul li a.fa.fa-twitter {
	background: #50bcfa none repeat scroll 0 0;
}

article.attachment .amy-social-box ul li a.fa.fa-google-plus,
article.post .amy-social-box ul li a.fa.fa-google-plus {
	background: #dc3547 none repeat scroll 0 0;
}

article.attachment .amy-social-box ul li a.fa.fa-pinterest,
article.post .amy-social-box ul li a.fa.fa-pinterest {
	background: #d93444 none repeat scroll 0 0;
}

article.attachment .entry-content,
article.post .entry-content {
	color: #646464;
	line-height: 24px;
}

article.attachment .entry-content p,
article.post .entry-content p {
	margin-bottom: 15px;
}

article.attachment .entry-content img,
article.post .entry-content img {
	width: auto;
	max-width: 100%;
}

article.attachment .entry-content:after,
article.post .entry-content:after {
	clear: both;
	display: table;
	content: '';
}

article.attachment .tag-box,
article.post .tag-box {
	padding: 10px 0;
	position: relative;
	word-spacing: 5px;
	margin-bottom: 20px;
}

article.attachment .tag-box .top-corner,
article.post .tag-box .top-corner {
	background: #ec6060 none repeat scroll 0 0;
	height: 2px;
	left: 0;
	position: absolute;
	top: 0;
	width: 60px;
}

article.attachment .amy-author,
article.post .amy-author {
	background: #f1f1f1 none repeat scroll 0 0;
	padding: 30px;
	margin-bottom: 20px;
}

article.attachment .amy-author .author-thumb,
article.post .amy-author .author-thumb {
	float: left;
	margin-right: 30px;
	width: 104px;
}

@media (max-width: 480px) {
	article.attachment .amy-author .author-thumb,
	article.post .amy-author .author-thumb {
		width: 70px;
	}
}

article.attachment .amy-author .author-name,
article.post .amy-author .author-name {
	font-weight: 700;
}

article.attachment .amy-author .author-website,
article.post .amy-author .author-website {
	font-style: italic;
}

#commentform h3,
.amy-comment-form h3 {
	border-bottom: 2px solid #9a9a9a;
	color: #1e1e1e;
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: -2px;
	margin-left: 10px;
	padding: 10px;
	text-transform: uppercase;
}

#commentform label,
.amy-comment-form label {
	font-weight: bold;
	max-width: 100%;
}

#commentform input[type="submit"],
.amy-comment-form input[type="submit"] {
	margin-top: 25px;
}

#commentform .textarea-block,
.amy-comment-form .textarea-block {
	clear: both;
	margin-top: 20px;
}

#commentform .comment-form,
.amy-comment-form .comment-form {
	border-top: 2px solid #e1e1e1;
	padding: 30px 0;
}

.amy-list-comments {
	margin-bottom: 30px;
}

@media (max-width: 480px) {
	.amy-list-comments {
		margin-bottom: 0;
	}
}

.amy-list-comments h3 {
	border-bottom: 2px solid #9a9a9a;
	color: #1e1e1e;
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: -2px;
	margin-left: 10px;
	padding: 10px;
	text-transform: uppercase;
}

.amy-list-comments ol.comment-list {
	border-top: 2px solid #e1e1e1;
	display: block;
	padding: 0;
}

.amy-list-comments ol.comment-list.children {
	border: none;
	padding-left: 30px;
}

@media (max-width: 480px) {
	.amy-list-comments ol.comment-list.children {
		padding-left: 0;
	}
}

.amy-list-comments ol.comment-list li.comment {
	list-style: none;
	border-bottom: 1px solid #f6f6f6;
	padding: 30px 0;
}

@media (max-width: 480px) {
	.amy-list-comments ol.comment-list li.comment {
		padding: 25px 0;
	}
}

.amy-list-comments ol.comment-list li.comment .comment-avatar {
	float: left;
	margin-right: 25px;
	width: 104px;
}

@media (max-width: 480px) {
	.amy-list-comments ol.comment-list li.comment .comment-avatar {
		width: 70px;
	}
}

.amy-list-comments ol.comment-list li.comment .comment-body {
	color: #646464;
}

.amy-list-comments ol.comment-list li.comment .comment-body .comment-meta {
	margin-bottom: 10px;
}

.amy-list-comments ol.comment-list li.comment .comment-body .amy-author {
	background: none;
	padding: 0;
	color: #000;
	font-size: 17px;
}

.amy_related_post {
	border-top: 2px solid #e1e1e1;
	margin: 30px 0;
}

@media (max-width: 480px) {
	.amy_related_post {
		margin: 50px 0 0;
	}
}

.amy_related_post img {
	width: 100%;
	height: auto;
}

.amy_related_post h3 {
	border-top: 2px solid #ec6060;
	display: inline-block;
	margin-left: 10px;
	margin-top: -2px;
	padding: 10px;
	font-size: 18px;
	font-weight: 700;
	position: relative;
	text-transform: uppercase;
}

.amy_related_post .amy-related h4 {
	font-size: 16px;
	word-spacing: -1px;
	margin-bottom: 3px;
	max-height: 2.4em;
	line-height: 1.2em;
	overflow: hidden;
}

.amy_related_post .amy-related .related-date {
	color: #aaa;
	font-family: "Lato", sans-serif;
	font-size: 12px;
	font-style: italic;
}

.amy_related_post .amy-related .related {
	margin-bottom: 20px;
}

article.post.format-video {
	position: relative;
}

article.post.format-video .entry-title {
	margin-top: 0;
}

body.single-format-video .amy-video-wrapper {
	position: absolute;
	top: 0;
	width: 100%;
}

body.single-format-video .amy-video-frame {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 25px;
	height: 0;
}

body.single-format-video .amy-video-frame iframe {
	top: 0;
	position: absolute;
	width: 100%;
	height: 100%;
}

.amy-search article {
	border-bottom: 1px solid #e8e8e8;
	margin-bottom: 30px;
	padding-bottom: 30px;
}

.amy-search article .entry-title {
	font-size: 24px;
	font-weight: normal;
}

.amy-search article .entry-title a:hover {
	color: #ec6060;
}

.amy-page-break a span.current {
	background: transparent none repeat scroll 0 0;
	border: medium none;
	color: #000;
	padding: 0;
	margin: 0;
}

.amy-page-break a:hover span.current {
	color: #fff;
}


/**
 * ---------------------------------------------
 * 3.8. PAGE
 * ---------------------------------------------
 */

@media (max-width: 480px) {
	.homepage-row1> div:first-child {
		margin-bottom: 30px;
	}
}

.homepage-row2 .s-carouselpost h3 {
	top: 0 !important;
}

.homepage-row2 .s-carouselpost .amy-carousel-arrow {
	background: #ececec none repeat scroll 0 0;
	color: #a9a9a9;
	display: block;
	top: 0;
	z-index: 9999;
}

.homepage-row2 .s-carouselpost .amy-carousel-arrow.amy-next {
	padding: 6px 3px 6px 9px;
	right: 22px;
}

.homepage-row2 .s-carouselpost .amy-carousel-arrow.amy-pre {
	padding: 6px 9px 6px 4px;
	right: 3px;
}

.home-blogpost .amypost-meta-date {
	border-bottom: 1px solid #e1e1e1;
	display: block;
	margin-bottom: 15px;
	padding-bottom: 15px;
	position: relative;
}

.home-blogpost .amypost-meta-date:after {
	background-color: #ec6060;
	bottom: -1px;
	content: "";
	height: 2px;
	left: 5px;
	position: absolute;
	width: 25px;
}

.home-blogpost .items-leading {
	border-bottom: none !important;
}

.homepage-col1 .blogpost-layout2-top {
	border-bottom: 1px dotted #ddd !important;
}

.home-carouselpost .carouselpost-bg {
	background: none;
	border: none;
}

.home-carouselpost .slick-slide> div {
	border-bottom: 1px dotted #ddd;
	margin-bottom: 15px;
}

.home-carouselpost .slick-slide> div:first-child {
	border: none;
}

.homepage-row3 {
	margin-bottom: 20px;
}

@media (max-width: 480px) {
	.homepage-row3 {
		margin-bottom: 0;
	}
}

.wpb_single_image img {
	width: 100%;
}

.spec1 ul.blogpost-childcat li:first-child:after {
	bottom: -2px !important;
}

.cat-slidepost .amy-slidepost-nav-item {
	margin-left: 7px;
}

.cat-listpost .postitem-right.col-md-6 {
	padding-left: 15px !important;
}

.cat-listpost .postitem {
	margin-right: 30px;
}

@media (max-width: 480px) {
	.cat-listpost .postitem {
		margin-right: 0;
	}
}

.cat-listpost .postitem h4 {
	font-size: 18px !important;
}

.stories-listpost {
	border-bottom: 1px solid #e1e1e1;
	border-left: 1px solid #e1e1e1;
	border-right: 1px solid #e1e1e1;
}

@media (max-width: 480px) {
	.stories-listpost {
		margin-bottom: 0 !important;
	}
}

.stories-listpost .postitem {
	border: none;
	margin: 0;
	padding: 0 14px 20px;
}

.stories-listpost .postitem:last-child {
	border: none;
}

.cat-rows .vc_col-sm-9 {
	padding-right: 0;
}

@media (max-width: 480px) {
	.cat-rows .vc_col-sm-9 {
		padding-right: 15px;
		margin-bottom: 12px;
	}
}

.cat-rows .vc_col-sm-3 {
	padding-right: 15px;
	padding-left: 0;
}

@media (max-width: 480px) {
	.cat-rows .vc_col-sm-3 {
		padding-left: 15px;
	}
}

.cat-carouselpost .amy-carousel-item .col-md-4 {
	display: none !important;
}

.cat-carouselpost .amy-carousel-item .col-md-8 {
	border-bottom: 1px dotted #e1e1e1;
	padding: 15px 0;
	width: 100%;
}

.video-slidepost {
	margin-bottom: 40px;
}

.video-slidepost .amy-slidepost-slide-item-meta-right {
	background: rgba(0, 0, 0, 0.5);
	padding: 20px;
	right: 20px;
	bottom: 20px;
}

.video-slidepost .amy-slidepost-slide-item-meta-right h4 a {
	color: #fff;
}

.video-slidepost .amy-slidepost-slide-item-meta-right h4 a:hover {
	color: #ec6060;
}

.video-slidepost .amy-slidepost-slide-item-meta-right .amypost-meta-introtxt {
	color: #fff;
}

.s-blogpost.gallery-blogpost .show-all {
	display: none;
}

.s-blogpost.gallery-blogpost .items-leading {
	border: none;
	padding: 0;
}

.s-blogpost.gallery-blogpost .items-leading .leading-content {
	background: #fff none repeat scroll 0 0;
	bottom: 20px;
	left: 20px;
	padding: 25px;
	position: absolute;
	width: 50%;
}

.s-blogpost.gallery-blogpost .items-intro .intro-item {
	border: medium none;
	margin-bottom: 20px;
	padding: 0;
	position: relative;
}

.s-blogpost.gallery-blogpost .items-intro .intro-item .intro-item-right {
	background-color: rgba(0, 0, 0, 0.5);
	bottom: 0;
	left: 0;
	padding: 15px 20px;
	position: absolute;
	right: 0;
}

.s-blogpost.gallery-blogpost .items-intro .intro-item .intro-item-right a {
	color: #fff;
}

.s-blogpost.gallery-blogpost .items-intro .intro-item .intro-item-right a:hover {
	color: #ec6060;
}

.s-blogpost.gallery-blogpost ul.items-link {
	display: none;
}

.amy-fancybox .fancybox-skin {
	background: #000 none repeat scroll 0 0;
	border-radius: 0;
	padding: 0 !important;
}

.amy-fancybox .fancybox-nav {
	height: auto;
	top: 40%;
}

.amy-fancybox .fancybox-nav span {
	background: none;
	border: 2px solid #fff;
	height: 45px;
	visibility: inherit;
	width: 45px;
}

.amy-fancybox .fancybox-nav span:before {
	color: #fff;
	font-family: FontAwesome;
	font-size: 26px;
	font-weight: normal;
	position: absolute;
	top: 5%;
}

@media (max-width: 480px) {
	.amy-fancybox .fancybox-nav span {
		width: 30px;
		height: 30px;
	}
	.amy-fancybox .fancybox-nav span:before {
		font-size: 20px;
		top: -2px;
	}
}

.amy-fancybox .fancybox-nav.fancybox-prev {
	left: 14%;
}

.amy-fancybox .fancybox-nav.fancybox-prev span:before {
	content: "\f104";
	left: 33%;
}

.amy-fancybox .fancybox-nav.fancybox-next {
	right: 14%;
}

.amy-fancybox .fancybox-nav.fancybox-next span:before {
	content: '\f105';
	left: 44%;
}

.amy-fancybox .fancybox-nav> span {
	visibility: inherit;
}

.amy_gallery_popup .amy_popup_top {
	position: relative;
}

.amy_gallery_popup .amy_popup_top img {
	display: block;
	margin: 0 auto;
	height: auto;
	width: 72%;
	max-height: 600px;
}

@media (max-width: 480px) {
	.amy_gallery_popup .amy_popup_top img {
		width: 100%;
	}
}

.amy_gallery_popup .amy_popup_top> div {
	background: #e9e3e3;
	bottom: 0;
	left: 14%;
	color: #646464;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	padding: 15px 20px;
	position: absolute;
	width: 72%;
	opacity: 0.8;
}

.amy_gallery_popup .amy_popup_bot {
	background: #fff;
	padding: 30px 20px 10px;
}

@media (max-width: 480px) {
	.amy_gallery_popup .amy_popup_bot {
		padding: 15px 20px 10px;
	}
}

.amy_gallery_popup .amy_popup_bot> div {
	padding: 0;
}

.amy_gallery_popup .amy_popup_bot .post-info {
	padding-right: 40px;
}

.amy_gallery_popup .amy_popup_bot .count-image {
	float: left;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 18px;
	font-weight: bold;
	margin-right: 20px;
	min-height: 63px;
}

.amy_gallery_popup .amy_popup_bot h4 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 5px;
}

@media (max-width: 480px) {
	.amy_gallery_popup .amy_popup_bot h4 {
		font-size: 15px;
	}
}

.amy_gallery_popup .amy_popup_bot .popup-post-meta {
	font-family: 'Roboto Condensed', sans-serif;
	color: #aaa;
	font-size: 13px;
}

.amy_gallery_popup .amy_popup_bot .next-post-info .count-next-image {
	border: 2px solid #000;
	font-size: 15px;
	padding: 0 10px;
	margin-right: 10px;
}

.amy_gallery_popup .amy_popup_bot .next-post-info h4 {
	font-size: 13px;
}

.amy_gallery_popup .amy_popup_bot .next-post-info h4 span {
	font-size: 17px;
}

@media (max-width: 480px) {
	.amy_gallery_popup .amy_popup_bot .next-post-info {
		display: none;
	}
}


/**
 * ---------------------------------------------
 * 3.9. BREADCRUMB
 * ---------------------------------------------
 */

.amy-breadcrumb {
	line-height: 50px;
	color: #727272;
	border-bottom: 1px solid #e1e1e1;
}

.amy-breadcrumb span {
	padding-left: 5px;
	padding-right: 5px;
}

.amy-breadcrumb span:first-child {
	padding-left: 0;
}

.amy-breadcrumb a {
	color: #646464;
	display: inline-block;
}

.amy-breadcrumb a:hover {
	text-decoration: underline;
}

@media (max-width: 480px) {
	.amy-breadcrumb {
		line-height: 22px;
		padding-bottom: 20px;
	}
}


/**
 * ---------------------------------------------
 * 3.10. 404
 * ---------------------------------------------
 */

.amy-404 {
	position: relative;
	font-family: "Roboto Condensed";
	margin-top: 5%;
}

.amy-404 .amy-404-btn {
	display: block;
	width: 100%;
	text-align: center;
	margin-top: 20px;
}

.amy-404 .amy-404-btn a {
	background: #ec6060;
	border: 1px solid #ec6060;
	color: #fff;
	font-family: "Roboto Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 15px;
	font-weight: 700;
	margin: 0 5px;
	padding: 7px 15px;
}

.amy-404 .amy-404-btn a:hover {
	color: #fff;
}

.amy-404 .amy-404-left {
	padding: 0;
	text-align: right;
}

.amy-404 p {
	color: #646464;
	font-size: 17px;
	margin: 0;
	text-align: center;
}

.amy-404 h1 {
	font-family: Lato;
	font-size: 54px;
	margin-bottom: 3px;
}

.amy-404 h1 span {
	font-family: Roboto Condensed;
	font-size: 120px;
	font-weight: bold;
}


/**
 * ---------------------------------------------
 * 3.11. CONTACT
 * ---------------------------------------------
 */

.page-contact h3 {
	font-weight: 700;
	font-size: 20px;
	text-transform: uppercase;
}

.page-contact #ninja_forms_field_1_div_wrap {
	float: left;
	padding-right: 15px;
	width: 50%;
}

.page-contact #ninja_forms_field_2_div_wrap {
	float: left;
	padding-left: 15px;
	width: 50%;
}

.page-contact textarea {
	clear: both;
}


/**
 * ============================================================================
 * 04. WIDGETS
 * ============================================================================
 */


/**
 * ---------------------------------------------
 * 4.1. BASE
 * ---------------------------------------------
 */

.widget_tag_cloud .amy-widget-title,
.widget_archive .amy-widget-title,
.widget_calendar .amy-widget-title,
.widget_categories .amy-widget-title,
.widget_pages .amy-widget-title,
.widget_meta .amy-widget-title,
.widget_recent_comments .amy-widget-title,
.widget_recent_entries .amy-widget-title,
.widget_rss .amy-widget-title,
.widget_search .amy-widget-title,
.widget_text .amy-widget-title,
.widget_nav_menu .amy-widget-title {
	display: block;
	border-bottom: 2px solid #e5e5e5;
	margin: 0 0 25px !important;
	min-height: 25px;
	position: relative;
	text-transform: uppercase;
}

.widget_tag_cloud .amy-widget-title h4,
.widget_archive .amy-widget-title h4,
.widget_calendar .amy-widget-title h4,
.widget_categories .amy-widget-title h4,
.widget_pages .amy-widget-title h4,
.widget_meta .amy-widget-title h4,
.widget_recent_comments .amy-widget-title h4,
.widget_recent_entries .amy-widget-title h4,
.widget_rss .amy-widget-title h4,
.widget_search .amy-widget-title h4,
.widget_text .amy-widget-title h4,
.widget_nav_menu .amy-widget-title h4 {
	border-bottom: 2px solid #ec6060;
	bottom: -2px;
	display: inline-block;
	left: 0;
	padding-bottom: 5px;
	position: absolute;
	margin: 0;
}

.amy-footer-widgets .widget_tag_cloud .amy-widget-title h4,
.amy-footer-widgets .widget_archive .amy-widget-title h4,
.amy-footer-widgets .widget_calendar .amy-widget-title h4,
.amy-footer-widgets .widget_categories .amy-widget-title h4,
.amy-footer-widgets .widget_pages .amy-widget-title h4,
.amy-footer-widgets .widget_meta .amy-widget-title h4,
.amy-footer-widgets .widget_recent_comments .amy-widget-title h4,
.amy-footer-widgets .widget_recent_entries .amy-widget-title h4,
.amy-footer-widgets .widget_rss .amy-widget-title h4,
.amy-footer-widgets .widget_search .amy-widget-title h4,
.amy-footer-widgets .widget_text .amy-widget-title h4,
.amy-footer-widgets .widget_nav_menu .amy-widget-title h4 {
	border-color: #9a9a9a;
}

.widget_tag_cloud ul,
.widget_archive ul,
.widget_calendar ul,
.widget_categories ul,
.widget_pages ul,
.widget_meta ul,
.widget_recent_comments ul,
.widget_recent_entries ul,
.widget_rss ul,
.widget_search ul,
.widget_text ul,
.widget_nav_menu ul {
	margin: 0;
	padding: 0;
}

.widget_tag_cloud ul li,
.widget_archive ul li,
.widget_calendar ul li,
.widget_categories ul li,
.widget_pages ul li,
.widget_meta ul li,
.widget_recent_comments ul li,
.widget_recent_entries ul li,
.widget_rss ul li,
.widget_search ul li,
.widget_text ul li,
.widget_nav_menu ul li {
	border-bottom: 1px solid #ececec;
	margin-bottom: 10px;
	padding-bottom: 10px;
	color: #aaa;
	list-style-type: disc;
	list-style-position: inside;
	list-style-image: none;
	font-size: 14px;
}

.widget_tag_cloud ul li a,
.widget_archive ul li a,
.widget_calendar ul li a,
.widget_categories ul li a,
.widget_pages ul li a,
.widget_meta ul li a,
.widget_recent_comments ul li a,
.widget_recent_entries ul li a,
.widget_rss ul li a,
.widget_search ul li a,
.widget_text ul li a,
.widget_nav_menu ul li a {
	color: #444;
}

.widget_tag_cloud ul li a:hover,
.widget_archive ul li a:hover,
.widget_calendar ul li a:hover,
.widget_categories ul li a:hover,
.widget_pages ul li a:hover,
.widget_meta ul li a:hover,
.widget_recent_comments ul li a:hover,
.widget_recent_entries ul li a:hover,
.widget_rss ul li a:hover,
.widget_search ul li a:hover,
.widget_text ul li a:hover,
.widget_nav_menu ul li a:hover {
	color: #ec6060;
}

.widget_tag_cloud ul li a:active,
.widget_archive ul li a:active,
.widget_calendar ul li a:active,
.widget_categories ul li a:active,
.widget_pages ul li a:active,
.widget_meta ul li a:active,
.widget_recent_comments ul li a:active,
.widget_recent_entries ul li a:active,
.widget_rss ul li a:active,
.widget_search ul li a:active,
.widget_text ul li a:active,
.widget_nav_menu ul li a:active {
	color: #ec6060;
}

.widget_tag_cloud ul li a:focus,
.widget_archive ul li a:focus,
.widget_calendar ul li a:focus,
.widget_categories ul li a:focus,
.widget_pages ul li a:focus,
.widget_meta ul li a:focus,
.widget_recent_comments ul li a:focus,
.widget_recent_entries ul li a:focus,
.widget_rss ul li a:focus,
.widget_search ul li a:focus,
.widget_text ul li a:focus,
.widget_nav_menu ul li a:focus {
	color: #ec6060;
}

.widget_tag_cloud ul li ul.children,
.widget_archive ul li ul.children,
.widget_calendar ul li ul.children,
.widget_categories ul li ul.children,
.widget_pages ul li ul.children,
.widget_meta ul li ul.children,
.widget_recent_comments ul li ul.children,
.widget_recent_entries ul li ul.children,
.widget_rss ul li ul.children,
.widget_search ul li ul.children,
.widget_text ul li ul.children,
.widget_nav_menu ul li ul.children {
	border-top: 1px solid #ececec;
	margin-left: 30px;
	margin-top: 10px;
	padding-top: 10px;
}

.widget_tag_cloud ul li ul.children li:last-child,
.widget_archive ul li ul.children li:last-child,
.widget_calendar ul li ul.children li:last-child,
.widget_categories ul li ul.children li:last-child,
.widget_pages ul li ul.children li:last-child,
.widget_meta ul li ul.children li:last-child,
.widget_recent_comments ul li ul.children li:last-child,
.widget_recent_entries ul li ul.children li:last-child,
.widget_rss ul li ul.children li:last-child,
.widget_search ul li ul.children li:last-child,
.widget_text ul li ul.children li:last-child,
.widget_nav_menu ul li ul.children li:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.amy_widget_shortcode {
	padding: 0 !important;
}

.widget_tag_cloud,
.widget_archive,
.widget_calendar,
.widget_categories,
.widget_pages,
.widget_meta,
.widget_recent_comments,
.widget_recent_entries,
.widget_rss,
.widget_search,
.widget_text {
	margin-top: 10px;
	margin-bottom: 35px !important;
}

.widget_tag_cloud .amy-showcase,
.amy-topbar .widget_tag_cloud,
.widget_archive .amy-showcase,
.amy-topbar .widget_archive,
.widget_calendar .amy-showcase,
.amy-topbar .widget_calendar,
.widget_categories .amy-showcase,
.amy-topbar .widget_categories,
.widget_pages .amy-showcase,
.amy-topbar .widget_pages,
.widget_meta .amy-showcase,
.amy-topbar .widget_meta,
.widget_recent_comments .amy-showcase,
.amy-topbar .widget_recent_comments,
.widget_recent_entries .amy-showcase,
.amy-topbar .widget_recent_entries,
.widget_rss .amy-showcase,
.amy-topbar .widget_rss,
.widget_search .amy-showcase,
.amy-topbar .widget_search,
.widget_text .amy-showcase,
.amy-topbar .widget_text {
	padding: 0 15px;
}

.amy-site-footer .widget_tag_cloud ul,
.amy-site-footer .widget_tag_cloud li,
.amy-site-footer .widget_archive ul,
.amy-site-footer .widget_archive li,
.amy-site-footer .widget_calendar ul,
.amy-site-footer .widget_calendar li,
.amy-site-footer .widget_categories ul,
.amy-site-footer .widget_categories li,
.amy-site-footer .widget_pages ul,
.amy-site-footer .widget_pages li,
.amy-site-footer .widget_meta ul,
.amy-site-footer .widget_meta li,
.amy-site-footer .widget_recent_comments ul,
.amy-site-footer .widget_recent_comments li,
.amy-site-footer .widget_recent_entries ul,
.amy-site-footer .widget_recent_entries li,
.amy-site-footer .widget_rss ul,
.amy-site-footer .widget_rss li,
.amy-site-footer .widget_search ul,
.amy-site-footer .widget_search li,
.amy-site-footer .widget_text ul,
.amy-site-footer .widget_text li {
	list-style: none;
}

.amy-footer-widgets .widget_tag_cloud,
.amy-footer-widgets .widget_archive,
.amy-footer-widgets .widget_calendar,
.amy-footer-widgets .widget_categories,
.amy-footer-widgets .widget_pages,
.amy-footer-widgets .widget_meta,
.amy-footer-widgets .widget_recent_comments,
.amy-footer-widgets .widget_recent_entries,
.amy-footer-widgets .widget_rss,
.amy-footer-widgets .widget_search,
.amy-footer-widgets .widget_text {
	margin-top: 0;
}

#amy-header-logo .amy-widget {
	margin-top: 25px;
}

h3.widgettitle {
	background: #f1f1f1 none repeat scroll 0 0;
	border-bottom: medium none;
	border-top: 2px solid #e1e1e1;
	display: block;
	margin: 0 0 15px;
	padding: 10px;
	position: relative;
}

h3.widgettitle:before {
	border-left: 2px solid #ec6060;
	bottom: 8px;
	content: "";
	display: block;
	height: auto;
	left: 0;
	position: absolute;
	top: 7px;
	width: 2px;
}


/**
 * --------------------------------------------------------
 * 4.2. MENU
 * --------------------------------------------------------
 */

.widget_nav_menu .amy-widget-content {
	border-top: none;
	padding: 0;
}

.widget_nav_menu .sub-menu {
	border-top: 1px solid #ececec;
	margin-left: 30px;
	margin-top: 15px;
	padding-top: 15px;
}

.widget_nav_menu .sub-menu li:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.amy-footer-widgets .widget_nav_menu .amy-widget-title {
	display: block;
	border-bottom: 2px solid #e5e5e5;
	margin: 0 0 25px;
	min-height: 25px;
	position: relative;
	text-transform: uppercase;
}

.amy-footer-widgets .widget_nav_menu .amy-widget-title h4 {
	border-bottom: 2px solid #9a9a9a;
	bottom: -2px;
	display: inline-block;
	left: 0;
	padding-bottom: 5px;
	position: absolute;
}

.amy-footer-widgets .widget_nav_menu .amy-widget-content {
	border-top: none;
	padding: 0;
}

.amy-footer-widgets .widget_nav_menu ul li {
	border: none;
}

.amy-site-footer .widget_nav_menu ul,
.amy-site-footer .widget_nav_menu li {
	list-style: none;
}

.widget_nav_menu .amy-showcase,
.amy-topbar .widget_nav_menu {
	padding: 0 15px;
}


/**
 * --------------------------------------------------------
 * 4.3. SEARCH
 * --------------------------------------------------------
 */

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

.widget_search input[type="text"] {
	background-color: #fafafa;
	border: 1px solid #e4e4e4;
	border-radius: 0;
	box-shadow: none;
	box-sizing: border-box;
	color: #666;
	font-size: 12px;
	height: 40px;
	line-height: 40px;
	margin: 0;
	padding: 0 10px;
	width: 100%;
}

.widget_search button[type="submit"] {
	background-color: #ec6060;
	background-position: center center;
	background-repeat: no-repeat;
	border: medium none;
	border-radius: 0;
	height: 40px;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 40px;
	color: #fff;
	transition: all 0.3s ease 0s;
}

.widget_search button[type="submit"]:hover {
	background-color: #0B1926;
}


/**
 * --------------------------------------------------------
 * 4.4. POSTS
 * --------------------------------------------------------
 */

.widget_archive select:focus {
	outline: thin dotted #333;
	outline-offset: -2px;
	background-color: #ffffff;
	border: 1px solid #cccccc;
}

.widget_categories select:focus {
	outline: thin dotted #333;
	outline-offset: -2px;
	background-color: #ffffff;
	border: 1px solid #cccccc;
}

.widget_text .amy-widget-content {
	border: none;
	padding: 0;
}

.widget_text select {
	background-color: #ffffff;
	border: 1px solid #cccccc;
	width: 220px;
}

.widget_text select:focus {
	outline: thin dotted #333;
	outline-offset: -2px;
	background-color: #ffffff;
	border: 1px solid #cccccc;
}

.widget_rss ul li {
	color: #666;
}


/**
 * --------------------------------------------------------
 * 4.5. CALENDAR
 * --------------------------------------------------------
 */

.widget_calendar #wp-calendar {
	background: #ebf5fb none repeat scroll 0 0;
	width: 100%;
}

.widget_calendar #wp-calendar caption {
	background: #ebf5fb none repeat scroll 0 0;
	color: #333;
	font-size: 12px;
	font-weight: bold;
	padding: 10px 10px 15px 0;
	text-align: center;
}

.widget_calendar #wp-calendar thead {
	font-size: 10px;
}

.widget_calendar #wp-calendar thead th {
	padding-bottom: 10px;
	padding-top: 10px;
	text-align: center;
}

.widget_calendar #wp-calendar tbody {
	color: #aaa;
}

.widget_calendar #wp-calendar tbody .pad {
	background: transparent none repeat scroll 0 0;
}

.widget_calendar #wp-calendar tbody td {
	background: #f5f5f5 none repeat scroll 0 0;
	border: 1px solid #fff;
	padding: 8px;
	text-align: center;
}

.widget_calendar #wp-calendar tfoot #prev {
	font-size: 10px;
	padding-top: 0;
	text-transform: uppercase;
}

.widget_calendar #wp-calendar tfoot #next {
	font-size: 10px;
	text-align: right;
	text-transform: uppercase;
}


/**
 * --------------------------------------------------------
 * 4.6. TAGS
 * --------------------------------------------------------
 */


/**
 * --------------------------------------------------------
 * 4.7. COMMENTS
 * --------------------------------------------------------
 */

.widget_recent_comments ul li {
	list-style: none !important;
}

.widget_recent_comments ul li:before {
	font-family: 'FontAwesome';
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f0e5";
	font-size: 12px;
	margin-top: 5px;
	margin-right: 7px;
}


/**
 * --------------------------------------------------------
 * 4.8. AMY COMMENTS
 * --------------------------------------------------------
 */

.amy-comments article {
	border-bottom: 1px dotted #e1e1e1;
	padding: 15px 0;
}

.amy-comments article .comm-thumb {
	float: left;
	margin-right: 15px;
	width: 64px;
}

.amy-comments article h4 {
	display: inline-block;
	margin: 0 5px 5px 0;
}

.amy-comments article span.comm-date {
	color: #aaa;
	font-family: "Lato", sans-serif;
	font-size: 13px;
	font-style: italic;
}

.amy-comments article p {
	margin: 0;
}

.amy-comments article .comm-in {
	clear: both;
	padding-top: 8px;
}

.amy-comments article .comm-in span {
	color: #646464;
	font-family: "Roboto Condensed", sans-serif;
	margin-right: 3px;
}

.amy-comments article .comm-in a {
	color: #aaaaaa;
	font-family: "Roboto Condensed", sans-serif;
}

.amy-comments article .comm-in a:active,
.amy-comments article .comm-in a:focus,
.amy-comments article .comm-in a:hover {
	color: #ec6060;
}


/**
 * --------------------------------------------------------
 * 4.9. AMY CONTACT
 * --------------------------------------------------------
 */

.amy-contact {
	max-width: 360px;
	text-align: left;
}

.amy-contact address {
	border: 1px dashed #d4d6dd;
	margin-top: 5px;
	margin-bottom: 10px;
	padding: 3px 3px 1px;
}

.amy-contact address div {
	margin-bottom: 2px;
	background: #f1f1f1;
}

.amy-contact address i.fa {
	height: 36px;
	line-height: 36px;
	text-align: center;
	width: 36px;
	background: #ec6060;
	color: #fff;
}

.amy-contact address span {
	padding: 0 10px;
	border-right: 1px solid #fff;
}

.amy-contact address span a {
	font-family: "Roboto Condensed", sans-serif;
}

.amy-contact address span:last-child {
	border-right: none;
}

.amy-contact ul.social-link li {
	display: inline-block;
	float: inherit;
	margin: 10px 15px;
	font-size: 14px;
}

.amy-contact ul.social-link a {
	border: 1px solid #c3c3c3;
	margin-right: 10px;
}

.amy-contact ul.social-link a.fa {
	background: transparent none repeat scroll 0 0;
	border-radius: 50%;
	color: #000;
	display: inline-block;
	font-size: 18px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	width: 36px;
}

.amy-contact ul.social-link a.fa:hover {
	background: #ec6060 none repeat scroll 0 0;
	color: #fff;
}

.amy-contact ul.social-link a.fa-facebook {
	color: #4867a7;
}

.amy-contact ul.social-link a.fa-twitter {
	color: #50bcfa;
}

.amy-contact ul.social-link a.fa-google-plus {
	color: #dc3547;
}

.amy-contact ul.social-link a.fa-pinterest {
	color: #d93444;
}

.amy-contact ul.social-link a:hover {
	border-color: #ec6060;
	color: #fff;
}


/**
 * --------------------------------------------------------
 * 4.10. AMY WEATHER
 * --------------------------------------------------------
 */

.amy-weather {
	margin: 20px auto;
}

.amy-weather .amy-weather-ny span.ico {
	float: left;
	font-size: 20px;
	margin-right: 5px;
	margin-top: 10px;
}

.amy-weather .amy-weather-header {
	color: #646464;
	float: left;
	font-size: 15px;
	margin-bottom: 2px;
	margin-right: 15px;
}

.amy-weather .amy-weather-header h5 {
	margin-bottom: 5px;
}

.amy-weather .amy-weather-header span {
	color: #b0afaf;
	font-size: 13px;
}

.amy-weather .amy-weather-current-temp {
	float: left;
	height: 40px;
	width: 100px;
}

.social-link li {
	float: left;
	font-size: 18px;
	margin: 0 5px;
}

.social-link li a.fa {
	background: transparent none repeat scroll 0 0;
	border-radius: 50%;
	color: #000;
	display: inline-block;
	font-size: 18px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	width: 36px;
}

.social-link li a.fa:hover {
	background: #ec6060 none repeat scroll 0 0;
	color: #fff;
}

.social-top {
	float: right;
	margin-top: 30px;
	padding: 0;
}


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


/**
 * ---------------------------------------------
 * 5.1. BASE
 * ---------------------------------------------
 */

.amy-slick {
	opacity: 0;
	-webkit-transition: opacity 0.2s ease 0s;
	-o-transition: opacity 0.2s ease 0s;
	transition: opacity 0.2s ease 0s;
}

.amy-slick div[class*="col-md"] {
	display: none;
}

.amy-slick.slick-initialized {
	opacity: 1;
}

.amy-slick.slick-initialized div[class*="col-md"] {
	display: block;
}

.amy-shortcode {
	margin-bottom: 30px;
	position: relative;
}

.amy-shortcode .slick-slider {
	margin-bottom: 0;
}

@media (max-width: 768px) {
	.amy-shortcode> div {
		overflow-x: hidden;
	}
	.amy-shortcode> div.amy-slick {
		overflow-x: visible;
	}
	.amy-shortcode> div.amy-slick .slick-list {
		overflow-x: hidden;
	}
}

.amy-shortcode ul,
.amy-shortcode li {
	list-style: none;
}

.amy-has-title h3.amy-shortcode-title {
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
}

.amy-has-title.header_basic {
	border-top: 2px solid #e1e1e1;
}

.amy-has-title.header_basic h3.amy-shortcode-title {
	border-top: 2px solid #ec6060;
	display: inline-block;
	margin-left: 10px;
	margin-top: -2px;
	padding: 10px;
}

.amy-has-title.header_left h3.amy-shortcode-title {
	background: #f1f1f1 none repeat scroll 0 0;
	border-bottom: medium none;
	border-top: 2px solid #e1e1e1;
	display: block;
	margin: 0 0 15px;
	position: relative;
	padding: 10px;
}

.amy-has-title.header_left h3.amy-shortcode-title:before {
	border-left: 2px solid #ec6060;
	content: "";
	display: block;
	height: auto;
	top: 7px;
	position: absolute;
	bottom: 8px;
	left: 0;
	width: 2px;
}

.amy-has-title.header_inimg h3.amy-shortcode-title {
	background: #ececec none repeat scroll 0 0;
	border: none;
	color: #000;
	padding: 8px 20px;
	position: absolute;
	margin: 0;
	top: 10px;
	z-index: 1;
}

.amy-has-title.header_inimg h3.amy-shortcode-title:before {
	border-top: 2px solid #ec6060;
	content: "";
	display: block;
	height: 2px;
	left: 10px;
	position: absolute;
	right: 10px;
	top: 0;
	width: auto;
}

.amypost-meta {
	color: #aaa;
	font-family: "Roboto Condensed", sans-serif;
	font-size: 12px;
	font-style: italic;
}

.amypost-meta-introtxt {
	color: #646464;
	font-family: "Lato", sans-serif;
	font-style: normal;
	font-size: 14px;
	margin-top: 10px;
	line-height: 21px;
}

.meta-space::after {
	content: "-";
	padding: 0 5px;
}

.row1 {
	position: relative;
}

.row1:before {
	font: normal normal normal 4px/1 FontAwesome;
	position: absolute;
	content: "\f04d";
	color: #b0afaf;
	left: -14px;
	top: 7px;
}

.row0 {
	position: relative;
}

.row0:before {
	font: normal normal normal 12px/1 FontAwesome;
	position: absolute;
	content: "\f0da";
	color: #ec6060;
	left: -14px;
	top: 3px;
}

.intro-item[class*="row"],
.postitem[class*="row"] {
	margin-left: 12px;
}

.amy-arrow-basic {
	color: #8f8f8f !important;
	cursor: pointer;
	font-size: 16px;
	position: absolute;
	top: -34px;
}

.amy-arrow-basic:hover {
	color: #ec6060 !important;
}

.amy-arrow-basic.amy-carousel-arrow:hover {
	color: #ec6060;
	text-decoration: none;
}

.amy-arrow-basic.amy-next {
	left: auto;
	right: 9px;
}

.amy-arrow-basic.amy-pre {
	right: 0;
}

.amy-arrow:hover {
	color: #ec6060 !important;
}

.amy-arrow-spec {
	cursor: pointer;
	color: #646464;
	font-size: 13px;
	height: 85px;
	line-height: 60px;
	position: absolute;
	bottom: -5px;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	width: 115px;
}

.amy-arrow-spec.amy-next {
	left: 0;
	padding-left: 25px;
	text-align: left;
	background: #f6f6f6;
	background: -moz-linear-gradient(left, #f6f6f6 0%, white 0%, white 22%, white 52%, rgba(255, 255, 255, 0.61) 100%);
	background: -webkit-linear-gradient(left, #f6f6f6 0%, white 0%, white 22%, white 52%, rgba(255, 255, 255, 0.61) 100%);
	background: -o-linear-gradient(left, #f6f6f6 0%, white 0%, white 22%, white 52%, rgba(255, 255, 255, 0.61) 100%);
	background: -ms-linear-gradient(left, #f6f6f6 0%, white 0%, white 22%, white 52%, rgba(255, 255, 255, 0.61) 100%);
	background: linear-gradient(to right, #f6f6f6 0%, white 0%, white 22%, white 52%, rgba(255, 255, 255, 0.61) 100%);
}

.amy-arrow-spec.amy-pre {
	right: 0;
	padding-right: 25px;
	text-align: right;
	background: rgba(246, 246, 246, 0.61);
	background: -moz-linear-gradient(left, rgba(246, 246, 246, 0.61) 0%, rgba(255, 255, 255, 0.61) 0%, white 45%, white 46%);
	background: -webkit-linear-gradient(left, rgba(246, 246, 246, 0.61) 0%, rgba(255, 255, 255, 0.61) 0%, white 45%, white 46%);
	background: -o-linear-gradient(left, rgba(246, 246, 246, 0.61) 0%, rgba(255, 255, 255, 0.61) 0%, white 45%, white 46%);
	background: -ms-linear-gradient(left, rgba(246, 246, 246, 0.61) 0%, rgba(255, 255, 255, 0.61) 0%, white 45%, white 46%);
	background: linear-gradient(to right, rgba(246, 246, 246, 0.61) 0%, rgba(255, 255, 255, 0.61) 0%, white 45%, white 46%);
	z-index: 99;
}

.amy-icon-video {
	border: 3px solid #bebfc0;
	border-radius: 50%;
	color: #bbb8b5;
	font-size: 13px;
	height: 30px;
	left: 4px;
	line-height: 23px !important;
	padding: 0;
	position: absolute;
	text-align: center;
	text-transform: capitalize;
	bottom: 5px;
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	width: 30px;
}

.amy-icon-video:before {
	content: '\f04b';
}

.amy-icon-img {
	background: transparent url("../images/shortcode/icon-img.png") no-repeat scroll 0 0;
	height: 44px;
	position: absolute;
	right: 15px;
	top: 15px;
	width: 54px;
}

.amy-icon-img span {
	color: #fff;
	display: block;
	font-size: 12px;
	padding-left: 18px;
	padding-top: 10px;
}


/**
 * ---------------------------------------------
 * 5.2. BLOG POST
 * ---------------------------------------------
 */

.s-blogpost {
	clear: both;
	position: relative;
}

.s-blogpost span.show-all {
	position: absolute;
	right: 0;
	top: 4px;
}

.s-blogpost span.show-all a {
	color: #646464;
	font-family: "Roboto Condensed", sans-serif;
	font-size: 14px;
}

.s-blogpost span.show-all a:hover {
	color: #ec6060;
}

.s-blogpost.style1> h3 {
	border-bottom: 2px solid #e1e1e1;
	margin-bottom: 20px;
	margin-top: 0;
	padding: 5px 0 5px 15px;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	position: relative;
}

.s-blogpost.style1> h3:after {
	border-bottom: 2px solid #9a9a9a;
	bottom: -2px;
	content: "";
	display: block;
	left: 8px;
	position: absolute;
	width: 60px;
}

.s-blogpost .items-leading {
	border-bottom: 1px solid #e1e1e1;
	margin-bottom: 3px;
	padding-bottom: 15px;
}

.s-blogpost .items-leading .leading-title h3 {
	margin: 10px 0;
}

.s-blogpost .items-leading .leading-item {
	position: relative;
}

.s-blogpost .items-leading .leading-image {
	position: relative;
}

.s-blogpost .items-leading .caption-over-img {
	background: #ddd none repeat scroll 0 0;
	bottom: 0;
	left: 0;
	opacity: 0.8;
	padding: 15px;
	position: absolute;
	width: 100%;
}

.s-blogpost .items-leading .leading-introtxt {
	font-family: "Roboto Condensed", sans-serif;
	font-size: 14px;
	margin-top: 5px;
}

.s-blogpost .intro-title h4 {
	font-size: 16px;
	word-spacing: -1px;
	line-height: 20px;
}

.s-blogpost .intro-item {
	border-bottom: 1px dotted #e1e1e1;
	margin-bottom: 12px;
	padding-bottom: 12px;
}

.s-blogpost .intro-item .intro-item-left,
.s-blogpost .intro-item .intro-item-right {
	padding-left: 0;
}

.s-blogpost .intro-item-right.col-md-6 h4 {
	margin-top: 0;
}

.s-blogpost .intro-title h5 {
	font-size: 14px;
	margin-top: 0;
}

.s-blogpost .intro-image {
	position: relative;
}

.s-blogpost ul.items-link {
	padding: 0;
	margin: 0;
}

.s-blogpost ul.items-link:after {
	display: table;
	clear: both;
	content: "";
}

@media (max-width: 480px) {
	.s-blogpost .blogpost-layout3 .items-intro {
		margin-top: 20px;
	}
}

.s-blogpost .blogpost-layout3 .intro-item-right {
	padding: 0;
}

.s-blogpost .blogpost-layout3 .leading-title h3 {
	margin: 10px 0 6px !important;
}

.s-blogpost .blogpost-layout3 .amypost-meta-introtxt {
	margin-top: 10px;
}

.s-blogpost .blogpost-layout3 .col-md-4 .items-intro .intro-item-right h4 {
	height: 2.4em;
	line-height: 1.2em;
	overflow: hidden;
}

.s-blogpost .blogpost-layout2 .intro-item-right {
	padding: 0;
}

.s-blogpost .blogpost-layout2 .items-leading {
	border: none;
	margin: 0;
	padding: 0;
}

.s-blogpost .blogpost-layout2 .leading-title h3 {
	margin-top: 0;
}

.s-blogpost .blogpost-layout2 .blogpost-layout2-top,
.s-blogpost .blogpost-layout2 .leading-content {
	border-bottom: 1px solid #ddd;
	margin-bottom: 8px;
	padding-bottom: 12px;
}

.s-blogpost .blogpost-layout2 .blogpost-layout2-top {
	border: none !important;
}

.s-blogpost .blogpost-layout2 .blogpost-layout2-top:after {
	position: absolute;
	content: "";
	display: block;
	border-bottom: 1px dotted #ddd;
	right: 15px;
	left: 15px;
	bottom: 0;
	margin: 0 auto;
	width: auto;
	height: 1px;
}

.s-blogpost .blogpost-layout2 ul.items-link {
	padding-left: 15px;
}

.s-blogpost .blogpost-layout2 ul.items-link> div {
	padding-right: 0;
}

@media (max-width: 768px) {
	.s-blogpost .blogpost-layout2 ul.items-link {
		padding-left: 0;
	}
}

.s-blogpost .blogpost-layout2 .leading-item> div[class*="col-md"] {
	padding-right: 0;
}

.s-blogpost .blogpost-layout2 .leading-item> div[class*="col-md"]:first-child {
	padding-left: 0;
}

.s-blogpost .blogpost-layout2 .leading-item> div[class*="col-md"]:last-child {
	padding-right: 0;
}

@media (max-width: 768px) {
	.s-blogpost .blogpost-layout2 .leading-item> div[class*="col-md"]:last-child {
		padding-left: 0;
		margin-top: 10px;
	}
}

.s-blogpost .blogpost-layout2 .items-intro {
	margin-top: 12px;
}

.s-blogpost .blogpost-layout1 .items-leading {
	margin-bottom: 3px;
}

.s-blogpost ul.blogpost-childcat {
	border-bottom: 2px solid #e1e1e1;
	margin-bottom: 20px;
	padding: 0;
}

.s-blogpost ul.blogpost-childcat li {
	float: left;
	list-style: none;
	position: relative;
}

@media (max-width: 480px) {
	.s-blogpost ul.blogpost-childcat li {
		display: none;
		float: none;
	}
}

@media (max-width: 480px) {
	.s-blogpost ul.blogpost-childcat li:first-child {
		display: inline-block;
	}
	.s-blogpost ul.blogpost-childcat li:first-child:after {
		bottom: -2px !important;
	}
	.s-blogpost ul.blogpost-childcat li:first-child a:after {
		content: none !important;
	}
}

.s-blogpost ul.blogpost-childcat li:first-child:after {
	border-bottom: 2px solid #9a9a9a;
	bottom: -4px;
	content: "";
	height: auto;
	left: 12px;
	position: absolute;
	width: 74%;
}

.s-blogpost ul.blogpost-childcat li:first-child a {
	border-left: none;
	color: #000;
	font-size: 18px;
	font-weight: 700;
	line-height: 24px;
	margin: 0 5px 0 10px;
	padding-bottom: 2px;
	text-transform: uppercase;
	position: relative;
}

.s-blogpost ul.blogpost-childcat li:first-child a:after {
	border-left: 1px solid #e1e1e1;
	content: "";
	display: block;
	height: 14px;
	position: absolute;
	right: -7px;
	top: 7px;
	width: 1px;
}

.s-blogpost ul.blogpost-childcat li a {
	color: #646464;
	font-family: "Roboto Condensed", sans-serif;
	font-size: 14px;
	padding: 0 10px;
	line-height: 26px;
}

.s-blogpost ul.blogpost-childcat li a:hover {
	color: #ec6060;
}


/**
 * ---------------------------------------------
 * 5.3. CAROUSEL POST
 * ---------------------------------------------
 */

.amy-carousel-item {
	position: relative;
}

.amy-carousel-item .amy-carousel-title h5 {
	font-family: "Roboto Condensed", sans-serif;
	margin-bottom: 1px;
	overflow: hidden;
	line-height: 1.2em;
	max-height: 2.5em;
}

.amy-carousel-item .amy-carousel-content-over {
	bottom: 0;
	left: 0;
	margin: 0;
	padding: 8px 20px;
	position: absolute;
	width: 100%;
}

.amy-carousel-item .amy-carousel-content-over .amy-carousel-title h5 a {
	color: #fff;
}

.amy-carousel-item .amy-carousel-content-over .amy-carousel-title h5 a:hover {
	color: #ec6060;
}

.amy-carousel-item .amy-carousel-thumbnail {
	position: relative;
}

.amy-carousel-item .amy-carousel-thumbnail.amy-carousel-thumbnail-right {
	padding: 0;
}

.amy-carousel-item .amy-carousel-thumbnail.amy-carousel-thumbnail-over:after {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100;Neutral+Density */
	background: -moz-linear-gradient(45deg, rgba(0, 0, 0, 0.65) 0%, transparent 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(45deg, rgba(0, 0, 0, 0.65) 0%, transparent 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg, rgba(0, 0, 0, 0.65) 0%, transparent 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000', GradientType=1);
	/* IE6-9 fallback on horizontal gradient */
	content: "";
	display: block;
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
}

.amy-carousel-item .amy-carousel-thumbnail.amy-carousel-thumbnail-over:hover:after {
	background: transparent;
	content: none;
}

.amy-carousel-item .amy-carousel-thumbnail.amy-carousel-thumbnail-over:hover img {
	transform: scale(1.1);
	-webkit-transition: transform 0.3s ease 0s, opacity 0.3s ease 0s;
	-o-transition: transform 0.3s ease 0s, opacity 0.3s ease 0s;
	transition: transform 0.3s ease 0s, opacity 0.3s ease 0s;
}

.amy-carousel-item .amy-carousel-content-right {
	margin-top: 5px;
	padding-right: 0;
}

.amy-carousel-vertical {
	max-width: 500px;
}

.amy-carousel-vertical .amy-carousel-item {
	margin-bottom: 8px;
}

.amy-carousel-vertical h5 {
	margin-top: 0;
}

.s-carouselpost {
	position: relative;
}

.s-carouselpost.vertical .carouselpost-bg {
	display: none;
}

.s-carouselpost.vertical .slick-slide> div {
	border-bottom: 1px dotted #ddd;
	margin-bottom: 15px;
}

.s-carouselpost.vertical .slick-slide> div:first-child {
	border: none;
}

.s-carouselpost h5 {
	font-size: 16px;
}

.carouselpost-bg {
	background: #f9f9f9 none repeat scroll 0 0;
	border-bottom: 1px solid #e1e1e1;
	left: 0;
	min-height: 63px;
	position: absolute;
	bottom: -6px;
	width: 100%;
}


/**
 * ---------------------------------------------
 * 5.4. GRIDLIST POST
 * ---------------------------------------------
 */

.amy-list .postitem {
	border-bottom: 1px dotted #ddd;
	margin-bottom: 15px;
	padding-bottom: 15px;
}

.amy-list .postitem.over {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 17px;
}

.amy-list .postitem.over:hover .postitem-image-over:after {
	-webkit-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
	background: rgba(255, 255, 255, 0.895) none repeat scroll 0 0;
}

.amy-list .postitem.over:hover .postitem-content-over {
	bottom: 18px;
}

.amy-list .postitem.over:hover .postitem-content-over h4 a {
	color: #000;
}

.amy-list .postitem.over:hover .postitem-content-over h4 a:hover {
	color: #ec6060;
}

.amy-list .postitem .postitem-image {
	position: relative;
}

.amy-list .postitem .postitem-image.postitem-image-right {
	padding: 0;
}

.amy-list .postitem .postitem-image.postitem-image-over:after {
	background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
	content: "";
	display: block;
	height: 100%;
	position: absolute;
	top: 0;
	width: 100%;
}

.amy-list .postitem .postitem-content.postitem-content-right {
	padding-right: 0;
}

.amy-list .postitem .postitem-content.postitem-content-right h4 {
	margin-top: 0;
}

.amy-list .postitem .postitem-content.postitem-content-over {
	-webkit-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
	position: absolute;
	bottom: 0;
	padding: 20px 25px;
}

.amy-list .postitem .postitem-content.postitem-content-over h4 {
	margin-top: 10px;
	font-size: 18px;
}

.amy-list .postitem .postitem-content.postitem-content-over h4 a {
	color: #fff;
}

.amy-list .postitem h4 {
	font-size: 16px;
	margin-bottom: 3px;
}

.amy-list {
	position: relative;
}

.postitem-timeline {
	position: relative;
}

.postitem-timeline .postitem {
	border-bottom: medium none;
	border-top: 1px dotted #ddd;
	padding-bottom: 0;
	padding-left: 100px;
}

.postitem-timeline .postitem .postitem-content {
	background: #fff;
	margin-top: -1px;
}

.postitem-timeline .s-timeline {
	background: #fff none repeat scroll 0 0;
	padding: 9px 0;
	position: absolute;
	text-align: center;
	top: 50px;
}

.postitem-timeline .s-timeline span {
	border: 2px solid #e1e1e1;
	border-radius: 50%;
	display: block;
	height: 45px;
	line-height: 41px;
	text-align: center;
	width: 45px;
	margin-left: 15px;
}

.list-line {
	background: #e1e1e1 none repeat scroll 0 0;
	height: 100%;
	left: 37px;
	position: absolute;
	top: 0;
	width: 2px;
}

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

.griditem.griditem-over:hover .griditem-image-over:after {
	-webkit-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
	background: rgba(255, 255, 255, 0.895) none repeat scroll 0 0;
}

.griditem.griditem-over:hover .griditem-content-over {
	-webkit-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
	bottom: 18px;
}

.griditem.griditem-over:hover .griditem-content-over h4 a {
	color: #000;
}

.griditem.griditem-over:hover .griditem-content-over h4 a:hover {
	color: #ec6060;
}

.griditem h4 {
	font-family: "Roboto Condensed", sans-serif;
	font-size: 17px;
	margin-bottom: 1px;
	overflow: hidden;
	line-height: 1.2em;
	max-height: 2.5em;
}

.griditem .griditem-content.griditem-content-right {
	padding-right: 0;
}

.griditem .griditem-content.griditem-content-right h4 {
	margin-top: 0;
}

.griditem .griditem-content.griditem-content-over {
	bottom: 0;
	left: 15px;
	padding: 10px 15px;
	position: absolute;
	right: 15px;
}

.griditem .griditem-content.griditem-content-over h4 {
	font-size: 17px;
}

.griditem .griditem-content.griditem-content-over h4 a {
	color: #fff;
}

.griditem .griditem-content.griditem-content-over h4 a:hover {
	color: #ec6060;
}

.griditem .griditem-image {
	position: relative;
}

.griditem .griditem-image.griditem-image-right {
	padding: 0;
}

.griditem .griditem-image.griditem-image-over:after {
	background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
	content: "";
	display: block;
	height: 100%;
	position: absolute;
	top: 0;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
	width: 100%;
}

.titlebold h4 {
	font-weight: bold;
}


/*
 * TIMELINE
 */

.amy-timeline-day:last-child .timeline-left:after {
	content: "";
}

.amy-timeline-day .timeline-left {
	border: 1px dotted #ddd;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	margin-right: 20px;
	position: relative;
}

.amy-timeline-day .timeline-left:after {
	bottom: -19px;
	color: #ddd;
	content: "|";
	display: block;
	font-size: 16px;
	position: absolute;
}

.amy-timeline-day .timeline-left .postitem-timeline {
	color: #646464;
	font-size: 12px;
	font-family: "Roboto Condensed", sans-serif;
	margin-left: -6px;
	padding-top: 10px;
	text-transform: uppercase;
}

.amy-timeline-day .timeline-right {
	border: 1px solid #ddd;
	position: relative;
	margin-bottom: 17px;
}

.amy-timeline-day .timeline-right:before,
.amy-timeline-day .timeline-right:after {
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.amy-timeline-day .timeline-right:before {
	border-color: rgba(221, 221, 221, 0);
	border-right-color: #ddd;
	border-width: 7px;
	margin-top: -7px;
}

.amy-timeline-day .timeline-right:after {
	border-color: rgba(255, 255, 255, 0);
	border-right-color: #fff;
	border-width: 6px;
	margin-top: -6px;
}

.amy-timeline-day .postitem-title span {
	border-right: 1px solid #ddd;
	color: #b80000;
	font-family: "Roboto Condensed", sans-serif;
	float: left;
	margin-right: 10px;
	padding-right: 10px;
}

.amy-timeline-day .postitem-title h4 {
	height: 1.2em;
	font-size: 15px;
	line-height: 1.2em;
	overflow: hidden;
}

.amy-timeline-item {
	border-top: 1px dotted #e1e1e1;
	margin-top: 12px;
	padding-top: 12px;
	position: relative;
	text-align: left;
}

.amy-timeline-item:first-child {
	border-top: 0;
}

.amy-timeline-item h4 {
	margin-top: 0;
}

.amy-timeline {
	position: relative;
}

.timeline-middle {
	background: #ec6060 none repeat scroll 0 0;
	border-radius: 4px;
	display: block;
	height: 7px;
	left: 82px;
	position: absolute;
	top: 18px;
	width: 7px;
	z-index: 999;
}

.timeline-line {
	border-left: 1px dotted #ddd;
	display: block;
	height: 500px;
	left: 76px;
	position: absolute;
	top: 0;
	width: 1px;
}


/**
 * ---------------------------------------------
 * 5.5. LIVESCORE
 * ---------------------------------------------
 */

.amy-livescore {
	margin-bottom: 30px;
}

.amy-livescore .amy-shortcode-title {
	background: #ec6060 none repeat scroll 0 0;
	border: medium none;
	color: #fff;
	display: table;
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 30px;
	padding: 8px 20px;
	position: relative;
	text-transform: uppercase;
	width: auto;
	z-index: 1;
}

.amy-livescore .amy-shortcode-title:after {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-left-color: #ec6060;
	border-width: 18px;
	margin-top: -18px;
}

.amy-livescore-iframe .AmyLiveScore {
	border: none;
	width: 100%;
	height: 100%;
}

.amy-livescrore-filter {
	margin-bottom: 20px;
}

.amy-livescrore-filter select {
	background: #fff;
	border: 1px solid #e1e1e1;
	border-radius: 0;
	padding: 9px 30px 8px 10px;
	font-family: "Roboto Condensed", sans-serif;
	font-size: 15px;
	color: #646464;
}

.amy-livescrore-filter select::-ms-expand {
	display: none;
}

.amy-livescrore-filter label {
	position: relative;
	margin-right: 25px;
	display: inline-block;
}

.amy-livescrore-filter label:after {
	background: #fff none repeat scroll 0 0;
	content: "\f0d7";
	color: #8c8c8c;
	display: inline-block;
	font-family: 'FontAwesome';
	font-size: 18px;
	bottom: 1px;
	padding-top: 8px;
	position: absolute;
	pointer-events: none;
	right: 1px;
	top: 1px;
	width: 22px;
}

.amy-livescore-league {
	background: #efefef;
	border-left: 3px solid #ec6060;
	font-family: "Roboto Condensed", sans-serif;
	color: #000;
	font-weight: bold;
	font-size: 15px;
	line-height: 40px;
	padding-left: 20px;
}

.amy-livescore .flag {
	float: left;
	margin-right: 6px;
}

@media (max-width: 480px) {
	.amy-livescore .flag {
		float: none !important;
		height: 30px;
	}
}

.amy-livescore .flag img {
	height: auto;
	margin-top: 4px;
	width: 24px;
	max-height: 24px;
}

@media (max-width: 480px) {
	.amy-livescore .flag,
	.amy-livescore .col-won,
	.amy-livescore .col-goal_againsts,
	.amy-livescore .col-draw,
	.amy-livescore .col-lost,
	.amy-livescore .col-goals,
	.amy-livescore .col-goal-againsts {
		display: none;
	}
}

.amy-livescore table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}

.amy-livescore table tr {
	border-bottom: 1px solid #e1e1e1;
	line-height: 40px;
}

.amy-livescore table th {
	border-top: none;
	border-left: none;
	border-right: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
	font-family: "Roboto Condensed", sans-serif;
	font-size: 13px;
	text-align: center;
	text-transform: uppercase;
}

.amy-livescore table td {
	border-top: none;
	border-left: none;
	border-right: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
	padding: 0 15px;
	text-align: center;
	font-size: 13px;
}

.amy-livescore .col-no {
	width: 11%;
	font-family: "Roboto Condensed", sans-serif;
}

.amy-livescore .col-played,
.amy-livescore .col-won,
.amy-livescore .col-draw,
.amy-livescore .col-lost,
.amy-livescore .col-goals,
.amy-livescore .col-goal_againsts,
.amy-livescore .col-goal_diffs {
	width: 7%;
}

.amy-livescore .col-points {
	width: 9%;
}

.amy-livescore table td.col-team {
	text-align: left;
}

.amy-livescore .col-goal-diffs,
.amy-livescore .col-points,
.amy-livescore .col-no,
.amy-livescore .col-team {
	font-weight: bold;
	font-family: "Roboto Condensed", sans-serif;
}

.amy-livescore td.col-goal-diffs,
.amy-livescore td.col-points {
	color: #b80000;
}

.amy-livescore .col-no {
	border-left: 1px solid #e1e1e1;
}

.amy-livescore .team {
	height: 40px;
	overflow: hidden;
}

@media (max-width: 480px) {
	.amy-livescore .team {
		float: none !important;
		height: 50px;
	}
}

.amy-livescore .AmyFixtures tr td {
	border-right: none;
}

.amy-livescore .AmyFixtures .col-status {
	width: 10%;
	padding: 0;
	text-align: left;
}

.amy-livescore .AmyFixtures .col-result {
	width: 5%;
	padding: 0;
	font-family: "Roboto Condensed", sans-serif;
	font-size: 15px;
	font-weight: bold;
}

@media (max-width: 480px) {
	.amy-livescore .AmyFixtures .col-result {
		border: none;
		display: block;
		width: 40px !important;
	}
}

.amy-livescore .AmyFixtures tr {
	line-height: 50px;
}

.amy-livescore .AmyFixtures .col-home_team,
.amy-livescore .AmyFixtures .col-away_team {
	width: 40%;
}

.amy-livescore .AmyFixtures .col-home_team .team {
	float: right;
	height: 50px;
}

.amy-livescore .AmyFixtures .col-home_team .flag {
	float: right;
	margin-left: 10px;
	margin-right: 0;
	margin-top: -4px;
}

.amy-livescore .AmyFixtures .col-away_team .team {
	float: left;
}

.amy-livescore .AmyFixtures .col-away_team .flag {
	float: left;
	margin-left: 0;
	margin-right: 10px;
	margin-top: -4px;
}

.amy-livescore .AmyFixtures .col-result .home-score {
	display: inline-block;
}

.amy-livescore .AmyFixtures .col-result .sepa {
	display: inline-block;
	margin: 0 5px;
}

.amy-livescore .AmyFixtures .col-result .away-score {
	display: inline-block;
}


/** Live Score Custom **/

.livetab .amy-tab-nav ul {
	background: #f1f1f1;
	border-top: none;
	border-bottom: 2px solid #ec6060;
}

.livetab .amy-tab-nav ul li {
	border: none;
	width: 50%;
	margin: 0;
	text-align: center;
}

.livetab .amy-tab-nav ul li a {
	border: none !important;
}

.livetab .amy-tab-nav ul li.active {
	background: #ec6060;
	border: none !important;
}

.livetab .amy-tab-nav ul li.active a {
	color: #fff;
}

#sidebar .amy-livescrore-filter label:after,
.sidebar .amy-livescrore-filter label:after {
	top: 1px;
	padding-top: 9px;
}

#sidebar .amy-livescrore-filter label select,
.sidebar .amy-livescrore-filter label select {
	padding: 8px 30px 9px 10px;
}

#sidebar .amy-livescore-league,
.sidebar .amy-livescore-league {
	display: none;
}

#sidebar .amyfixtures table .flag,
.sidebar .amyfixtures table .flag {
	display: none;
}

#sidebar .amyfixtures table tr,
.sidebar .amyfixtures table tr {
	border: 1px solid #fff;
}

#sidebar .amyfixtures table tr.amy-even,
.sidebar .amyfixtures table tr.amy-even {
	background: #f9f9f9;
}

#sidebar .amyfixtures table tr.amy-even .col-status,
.sidebar .amyfixtures table tr.amy-even .col-status {
	background: #ecebeb;
}

#sidebar .amyfixtures table tr.amy-odd .col-status,
.sidebar .amyfixtures table tr.amy-odd .col-status {
	background: #f9f9f9;
}

#sidebar .amyfixtures table tr td,
.sidebar .amyfixtures table tr td {
	border: none;
	color: #646464;
	font-size: 13px;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 30px;
}

#sidebar .amyfixtures table tr td.col-status,
.sidebar .amyfixtures table tr td.col-status {
	padding: 4px;
}

#sidebar .amyfixtures table tr td.col-home_team .team,
.sidebar .amyfixtures table tr td.col-home_team .team {
	height: 30px;
	line-height: 30px;
	text-align: right;
}

#sidebar .amyfixtures table tr td.col-away_team .team,
.sidebar .amyfixtures table tr td.col-away_team .team {
	height: 30px;
	line-height: 30px;
	text-align: left;
}

#sidebar .amyfixtures table tr td.col-result,
.sidebar .amyfixtures table tr td.col-result {
	background: #ecebeb;
	font-family: "Roboto Condensed", sans-serif;
	color: #000;
	font-weight: bold;
	font-size: 14px;
	width: 15%;
}

#sidebar .amycharts,
.sidebar .amycharts {
	max-height: 450px;
}

#sidebar .amycharts .mCSB_inside> .mCSB_container,
.sidebar .amycharts .mCSB_inside> .mCSB_container {
	margin-right: 9px;
}

#sidebar .amycharts table .flag,
#sidebar .amycharts table .col-won,
#sidebar .amycharts table .col-goal_againsts,
#sidebar .amycharts table .col-draw,
#sidebar .amycharts table .col-lost,
#sidebar .amycharts table .col-goals,
#sidebar .amycharts table .col-goal-againsts,
.sidebar .amycharts table .flag,
.sidebar .amycharts table .col-won,
.sidebar .amycharts table .col-goal_againsts,
.sidebar .amycharts table .col-draw,
.sidebar .amycharts table .col-lost,
.sidebar .amycharts table .col-goals,
.sidebar .amycharts table .col-goal-againsts {
	display: none;
}

#sidebar .amycharts table thead tr,
.sidebar .amycharts table thead tr {
	border-top: 1px solid #e1e1e1;
}

#sidebar .amycharts table tr th,
.sidebar .amycharts table tr th {
	font-family: "Roboto Condensed", sans-serif;
	font-size: 13px;
	border-right: none;
}

#sidebar .amycharts table tr td,
.sidebar .amycharts table tr td {
	border-right: none;
	font-size: 13px;
}

#sidebar .amycharts table tr td.col-team,
.sidebar .amycharts table tr td.col-team {
	font-family: "Roboto Condensed", sans-serif;
}

#sidebar .amycharts table tr td.col-played-count,
#sidebar .amycharts table tr td.col-goal-diffs,
.sidebar .amycharts table tr td.col-played-count,
.sidebar .amycharts table tr td.col-goal-diffs {
	color: #646464;
}

#sidebar .amycharts table tr td.col-points,
.sidebar .amycharts table tr td.col-points {
	font-family: "Roboto Condensed", sans-serif;
	color: #b80000;
	font-weight: bold;
}

#sidebar .amycharts table tr td.col-no,
.sidebar .amycharts table tr td.col-no {
	border-right: 1px solid #e1e1e1;
}


/**
 * ---------------------------------------------
 * 5.6. METROSLIDER
 * ---------------------------------------------
 */

@media (max-width: 480px) {
	.s-isotopeslider {
		height: 192px !important;
	}
}

@media (max-width: 768px) {
	.s-isotopeslider {
		height: 290px !important;
	}
}

.amy-metroslider {
	margin: 0;
	padding: 0;
}

@media (max-width: 480px) {
	.amy-metroslider {
		height: 192px !important;
	}
}

@media (max-width: 768px) {
	.amy-metroslider {
		height: 290px !important;
	}
}

.amy-metroslider li {
	border-right: 1px solid rgba(0, 0, 0, 0.2);
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	float: left;
	overflow: hidden;
	cursor: move;
	display: block;
	width: 200px;
	height: 200px;
	opacity: 1;
}

.amy-metroslider li:hover {
	opacity: 0.8;
}

.amy-metroslider li a {
	cursor: move;
	display: block;
}

.amy-metroslider li img {
	cursor: move;
	display: block;
	width: 200px;
	height: 200px;
}

.amy-metroslider li.full h4 {
	font-size: 25px;
}

.amy-metroslider li.wide h4 {
	font-size: 20px;
}

@media (max-width: 480px) {
	.amy-metroslider li {
		width: 384px !important;
		height: 192px !important;
		-webkit-transform: none !important;
		-ms-transform: none !important;
		-o-transform: none !important;
		transform: none !important;
	}
	.amy-metroslider li img {
		width: 384px !important;
		height: 192px !important;
		-webkit-transform: none !important;
		-ms-transform: none !important;
		-o-transform: none !important;
		transform: none !important;
	}
	.amy-metroslider li h4 {
		padding: 40px 20px !important;
	}
}

@media (max-width: 768px) {
	.amy-metroslider li {
		width: 540px !important;
		height: 290px !important;
		-webkit-transform: none !important;
		-ms-transform: none !important;
		-o-transform: none !important;
		transform: none !important;
		position: relative !important;
		margin: 0;
		padding: 0;
	}
	.amy-metroslider li img {
		width: 540px !important;
		height: 290px !important;
		-webkit-transform: none !important;
		-ms-transform: none !important;
		-o-transform: none !important;
		transform: none !important;
	}
	.amy-metroslider li h4 {
		padding: 40px 20px !important;
	}
}

.amy-metroslider .amy-content {
	position: static;
}

.amy-metroslider .amy-content h4 {
	left: 0;
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 30px 20px;
	margin: 0;
}

.amy-metroslider .amy-content h4:after {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,1+100;Neutral+Density */
	background: -moz-linear-gradient(top, transparent 0%, black 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, transparent 0%, black 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, transparent 0%, black 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000', GradientType=0);
	/* IE6-9 */
	content: "";
	display: block;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
}

.amy-metroslider .amy-content h4 a {
	color: #fff;
	cursor: pointer;
	position: relative;
	z-index: 1;
}

.amy-metroslider .amy-content h4 a:hover {
	color: #ec6060;
}

@media (max-width: 992px) {
	.amy-metroslider .amy-content h4 a {
		height: 1.2em;
		line-height: 1.2em;
		overflow: hidden;
	}
}

.scrollWrapper {
	height: 100%;
	overflow: hidden;
	position: relative;
	width: 100%;
}

div.scrollableArea {
	height: 100%;
	position: absolute;
	width: auto;
}

.s-isotopeslider {
	clear: both;
	cursor: move;
	overflow: hidden;
	padding: 0;
	position: relative;
	z-index: 1;
}


/**
 * ---------------------------------------------
 * 5.7. SLIDE POST
 * ---------------------------------------------
 */

.s-slidepost {
	clear: both;
	position: relative;
}

.amy-slidepost-slide-item-meta {
	position: absolute;
}

.amy-slidepost-slide-item-meta-left {
	background: #fff none repeat scroll 0 0;
	left: 15px;
	padding: 15px;
	bottom: 15px;
	width: 35%;
}

@media (max-width: 480px) {
	.amy-slidepost-slide-item-meta-left {
		width: 50%;
		padding: 15px !important;
	}
	.amy-slidepost-slide-item-meta-left h4 {
		font-size: 15px;
		line-height: 20px;
		margin-top: 0 !important;
	}
}

.amy-slidepost-slide-item-meta-right {
	background: #fff none repeat scroll 0 0;
	right: 15px;
	padding: 15px;
	bottom: 15px;
	width: 35%;
}

@media (max-width: 480px) {
	.amy-slidepost-slide-item-meta-right {
		width: 50%;
	}
	.amy-slidepost-slide-item-meta-right h4 {
		font-size: 15px;
		line-height: 20px;
	}
}

.amy-slidepost-nav-item-thumbnail,
.amy-slidepost-slide-item-thumbnail {
	position: relative;
}

.amy-slidepost-slide-item-meta-bottom {
	background-color: rgba(0, 0, 0, 0.5);
	bottom: 0;
	left: 0;
	margin: 0;
	padding: 15px 20px;
	width: 100%;
}

.amy-slidepost-slide-item-meta-bottom a {
	color: #fff;
}

.amy-slidepost-slide-item-meta-bottom a:hover {
	color: #ec6060;
}

.amy-slidepost-slide-item-meta-title h4,
.amy-slidepost-slide-item-meta-title h5 {
	font-family: "Roboto Condensed", sans-serif;
	margin-bottom: 3px;
}

.amy-slidepost-slide-item-meta-title h5 {
	max-height: 2.4em;
	line-height: 1.2em;
	overflow: hidden;
	margin-top: 6px;
}

.amy-slidepost-slide-item-introtxt {
	font-family: "Roboto Condensed", sans-serif;
	margin-top: 10px;
}

@media (max-width: 480px) {
	.amy-slidepost-nav {
		display: none;
	}
}

@media (max-width: 480px) {
	.amy-slidepost-slide {
		margin-bottom: 30px !important;
	}
}

.amy-widget-slidepost {
	position: relative;
}

.amy-widget-slidepost img {
	height: auto;
	max-width: 100%;
}

.amy-widget-slidepost .amy-widget-slidepost-slide {
	margin-bottom: 7px;
}

.amy-widget-slidepost .amy-widget-slidepost-slide-layout1 .amy-slide-meta {
	background-color: rgba(0, 0, 0, 0.5);
	bottom: 0;
	left: 0;
	position: absolute;
	margin: 0;
	padding: 15px 20px;
	width: 100%;
	text-align: left;
}

.amy-widget-slidepost .amy-widget-slidepost-slide-layout1 .amy-slide-meta a {
	color: #fff;
}

.amy-widget-slidepost .amy-widget-slidepost-slide-layout1 .amy-slide-meta a:hover {
	color: #ec6060;
}

.amy-widget-slidepost .amy-widget-slidepost-slide-layout2 .amy-slide-thumbnail {
	padding: 0;
}

.amy-widget-slidepost .amy-widget-slidepost-slide-layout2 .amy-slide-meta {
	padding-right: 0;
	text-align: left;
}

.amy-widget-slidepost .amy-widget-slidepost-slide-layout2 .amy-slide-meta h5 {
	font-size: 16px;
	margin-top: 0;
	margin-bottom: 3px;
}

.amy-widget-slidepost .amy-widget-slidepost-slide-layout2 .amy-slide-meta h5 a {
	color: #000;
	font-family: "Roboto Condensed", sans-serif;
}

.amy-widget-slidepost .amy-widget-slidepost-slide-layout2 .amy-slide-meta h5 a:hover {
	color: #ec6060;
}

.amy-widget-slidepost .amy-widget-slidepost-slide-layout2 .amy-slide-meta.amy-slide-meta-special {
	background-color: rgba(0, 0, 0, 0.5);
	bottom: 0;
	left: 0;
	position: absolute;
	margin: 0;
	padding: 15px 20px;
	width: 100%;
	text-align: left;
}

.amy-widget-slidepost .amy-widget-slidepost-slide-layout2 .amy-slide-meta.amy-slide-meta-special h5 a {
	color: #fff;
}

.amy-widget-slidepost .amy-widget-slidepost-slide-layout2 .amy-slide-meta.amy-slide-meta-special h5 a:hover {
	color: #ec6060;
}

.amy-widget-slidepost .amy-nav-item {
	margin-right: 7px;
}

.amy-widget-slidepost .amy-slide-item {
	position: relative;
}

.amy-widget-slidepost .amy-arrow {
	color: #8f8f8f;
	cursor: pointer;
	font-size: 16px;
	position: absolute;
	top: -34px;
}

.amy-widget-slidepost .amy-arrow:hover {
	color: #ec6060;
}

.amy-widget-slidepost .amy-pre {
	right: 0;
}

.amy-widget-slidepost .amy-next {
	left: auto;
	right: 9px;
}


/**
 * ---------------------------------------------
 * 5.8. TABS
 * ---------------------------------------------
 */

.amy-tab:after {
	content: "";
	clear: both;
	display: table;
}

.amy-tab-nav ul {
	border-top: 2px solid #e1e1e1;
	margin-bottom: 8px;
	list-style: outside none none;
	padding: 0;
	width: 100%;
	display: table;
}

.amy-tab-nav ul li {
	display: block;
	position: relative;
	float: left;
	margin-bottom: -1px;
	padding: 8px 0;
}

.amy-tab-nav ul li.active {
	border-top: 2px solid #ec6060;
	margin-top: -2px;
}

.amy-tab-nav ul li.active a {
	color: #000;
}

.amy-tab-nav ul li:last-child a {
	border-right: none;
}

.amy-tab-nav ul li a {
	display: block;
	position: relative;
	border-right: 1px solid #ddd;
	color: #646464;
	font-family: "Roboto Condensed", sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin-right: -1px;
	padding: 0 15px !important;
	text-transform: uppercase;
}

.amy-tab-contents .amy-tab-content {
	display: none;
}

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

.amy-tab-contents h3.amy-shortcode-title {
	display: none;
}

.amy-tab.tab-style2 .amy-tab-nav ul {
	background: #f1f1f1 none repeat scroll 0 0;
	border-bottom: 1px solid #ddd;
}

.amy-tab-left .amy-tab-nav {
	float: left;
	width: 25%;
}

.amy-tab-left .amy-tab-nav ul {
	border: none;
	padding-right: 30px;
}

.amy-tab-left .amy-tab-nav ul:before {
	height: 0;
}

.amy-tab-left .amy-tab-nav ul li {
	float: none;
	border-bottom: 1px dotted #ddd;
	line-height: 40px;
}

.amy-tab-left .amy-tab-nav ul li:before {
	content: "";
}

.amy-tab-left .amy-tab-nav ul li a {
	font-size: 16px;
	font-weight: normal;
	text-transform: none;
}

.amy-tab-left .amy-tab-contents {
	float: right;
	width: 75%;
}


/*
 * TAB WIDGET
 */

.amy_widget_amytabs .amy-tab-nav ul {
	background: #f1f1f1 none repeat scroll 0 0;
}

.amy_widget_amytabs .amy-tab-nav ul li a {
	border: none;
	position: relative;
}

.amy_widget_amytabs .amy-tab-nav ul li a:before {
	border-right: 1px solid #ddd;
	content: "";
	display: block;
	height: 14px;
	position: absolute;
	right: 0;
	top: 5px;
	width: 2px;
}

.amy_widget_amytabs .amy-tab-nav ul li:last-child a:before {
	content: none;
}

.amy_widget_amytabs .amy-tab-contents .amy-has-title {
	border: none;
}

.amy_widget_amytabs .amy-tab-contents h3 {
	display: none !important;
}


/**
 * ---------------------------------------------
 * 5.9. MODULE
 * ---------------------------------------------
 */

.amy-module {
	margin: 0 2px;
	text-align: center;
	display: inline-block;
}

.amy-module a {
	font-size: 15px;
	margin-right: 15px;
}

.amy-module i {
	background: transparent none repeat scroll 0 0;
	border-radius: 50%;
	color: #000;
	display: inline-block;
	font-size: 18px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	width: 36px;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}

.amy-module i:hover {
	background: #ec6060 none repeat scroll 0 0;
	color: #fff;
}

.amy-site-footer .amy-module i {
	border: 1px solid #ebebeb;
}

.amy-site-footer .amy-module i:hover {
	border-color: #ec6060;
}

#amy-header-logo .amy-widget-module {
	line-height: 100px;
	margin: 0;
}

#amy-header-logo .amy-widget-module a {
	margin-right: 3px;
}

.amy-logo-right .amy-widget-module {
	text-align: right;
}