@charset "UTF-8"; /*!
	Theme Name: iGoMoon Apollo
	Theme URI: http://www.igomoon.com/products/themes/
	Description: iGoMoon Apollo is a mobile responsive and HTML5 theme built for the Genesis Framework.
	Author: iGoMoon AB
	Author URI: http://www.igomoon.com/

	Version: 1.0

	Template: genesis
	Template Version: 2.0
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
	display: block;
}
audio,
canvas,
video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
[hidden] {
	display: none;
}
html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
body {
	margin: 0;
}
a:focus {
	outline: thin dotted;
}
a:active,
a:hover {
	outline: 0;
}
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}
abbr[title] {
	border-bottom: 1px dotted;
}
b,
strong {
	font-weight: bold;
}
dfn {
	font-style: italic;
}
hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}
mark {
	background: #ff0;
	color: #000;
}
code,
kbd,
pre,
samp {
	font-family: monospace, serif;
	font-size: 1em;
}
pre {
	white-space: pre-wrap;
}
q {
	quotes: "\201C""\201D""\2018""\2019";
}
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: 0;
}
fieldset {
	border: 1px solid silver;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}
legend {
	border: 0;
	padding: 0;
}
button,
input,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	margin: 0;
}
button,
input {
	line-height: normal;
}
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;
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}
input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
textarea {
	overflow: auto;
	vertical-align: top;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.archive-pagination:before,
.clearfix:before,
.entry:before,
.entry-pagination:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
	content: " ";
	display: block;
}
.archive-pagination:after,
.clearfix:after,
.entry:after,
.entry-pagination:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
	clear: both;
	content: " ";
	display: block;
}
html {
	font-size: 100%;
}
body {
	background: #fff;
	color: #333;
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.625;
}
a,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}
::-moz-selection {
	background: #333;
	color: #fff;
}
::selection {
	background: #333;
	color: #fff;
}
a {
	color: #000;
	font-weight: 400;
	text-decoration: none;
}
a:hover {
	color: #888;
	text-decoration: underline;
}
a img {
	margin-bottom: -4px;
	margin-bottom: -0.25rem;
}
p {
	margin: 0 0 20px;
	margin: 0 0 1.25rem;
	padding: 0;
}
strong {
	font-weight: 700;
}
ol,
ul {
	margin: 0;
	padding: 0;
}
blockquote,
blockquote::before {
	color: #999;
}
blockquote {
	background: url(images/blockquote.png) no-repeat;
	border: none;
	margin: 5px 5px 20px;
	padding: 0 30px 5px 60px;
}
pre {
	background: #333;
	color: #ccc;
	overflow: scroll;
	padding: 0 1.25rem;
	padding: 0 20px;
	white-space: pre;
}
cite {
	font-style: normal;
}
.quote {
	background: #fff;
	border: 1px solid #ddd;
	color: #888;
	padding: 20px;
}
.quote strong {
	color: #333;
	padding: 10px 0 0;
}
.quote-arrow {
	background-image: url(images/quote-arrow.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	bottom: 1px;
	display: block;
	margin: 0 0 10px;
	padding: 14px 0 0;
	position: relative;
}
.quote-gray {
	background: #eee;
	border: 1px solid #ccc;
	color: #333;
	padding: 20px;
}
.quote-arrow-gray {
	background-image: url(images/quote-arrow-gray.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	bottom: 1px;
	display: block;
	padding: 14px 0 0;
	position: relative;
}
.quote-black {
	background: #121212;
	border: 1px solid #353535;
	color: #fff;
	padding: 20px;
}
.quote-black a {
	coor: #aaa;
}
.quote-black p  {
	color: #fff;
}
.quote-arrow-black {
	background-image: url(images/quote-arrow-black.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	bottom: 1px;
	display: block;
	padding: 14px 0 0;
	position: relative;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #333;
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	line-height: 1.5;
	margin: 0;
	margin-bottom: 16px;
	margin-bottom: 1rem;
	padding: 0;
}
h1 {
	font-size: 36px;
	font-size: 2.25rem;
}
h1 a {
	color: #fff;
}
h1:hover {
	text-decoration: none;
}
h2 {
	font-size: 30px;
	font-size: 1.875rem;
}
h2 a {
	color: #fff;
}
h2:hover {
	text-decoration: none;
}
h3 {
	font-size: 24px;
	font-size: 1.5rem;
}
h4 {
	font-size: 20px;
	font-size: 1.25rem;
}
h5 {
	font-size: 18px;
	font-size: 1.125rem;
}
h6 {
	font-size: 16px;
	font-size: 1rem;
}
embed,
iframe,
img,
object,
video {
	max-width: 100%;
}
img {
	height: auto;
	width: auto;
}
.format-gallery #gallery-1 img {
	border: none;
}
.social-img:hover {
	opacity: 0.8;
}
table {
	width: 100%;
	border-collapse: collapse;
}
tr:nth-of-type(odd) {
	background: #eee;
}
th {
	background: #3498db;
	color: white;
	font-weight: bold;
}
td,
th {
	padding: 6px;
	border: 1px solid #ccc;
	text-align: left;
}
@media only screen and (max-width: 767px) {
	table,
	thead,
	tbody,
	th,
	td,
	tr {
		display: block;
		width: 100%;
	}
}
input,
select,
textarea {
	box-shadow: 0 1px 3px #eee;
	-moz-box-shadow: 0 1px 3px #eee;
	-webkit-box-shadow: 0 1px 3px #eee;
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 3px;
	color: #333;
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-size: 1rem;
	padding: 12px;
	padding: 0.75rem;
	width: 100%;
}
input:focus,
select:focus,
textarea:focus {
	border: 1px solid #aaa;
	outline: none;
}
::-moz-placeholder {
	color: #999;
}
::-webkit-input-placeholder {
	color: #999;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	background: #333;
	border: none;
	color: #fff;
	cursor: pointer;
	font-weight: 400;
	letter-spacing: 1px;
	letter-spacing: 0.1rem;
	padding: 12px 20px;
	padding: 0.75rem 1.25rem;
	width: auto;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	opacity: 0.7;
	transition: all 0.5s ease;
}
.entry-title {
	font-size: 30px;
	font-weight: 700;
	line-height: 1.3;
	padding: 0 20px;
}
.entry-title a {
	color: #333;
	font-weight: 400;
}
.entry-title a:hover {
	color: #888;
}
.sidebar .widgettitle {
	border: none;
	font-size: 14px;
	text-transform: uppercase;
}
.sidebar .widgettitle a {
	color: #333;
	border: 0;
}
.sidebar .widgettitle a:hover {
	color: #888;
}
.site-header .widgettitle {
	color: #333;
	font-size: 18px;
	letter-spacing: 1px;
	margin-bottom: 16px;
}
.site-header .widgettitle:hover {
	color: #888;
}
.archive-title {
	font-size: 20px;
	margin-bottom: 24px;
}
.genesis-nav-menu {
	clear: both;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 1px;
	line-height: 1.5;
	margin: 0;
	padding: 0;
	width: 100%;
	color: #fff;
	text-align: right;
}
@media only screen and (max-width: 767px) {
	.genesis-nav-menu {
		width: 100%;
		text-align: left;
	}
}
.genesis-nav-menu .menu-item {
	display: inline-block;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
@media only screen and (max-width: 767px) {
	.genesis-nav-menu .menu-item {
		display: block;
	}
}
.genesis-nav-menu a {
	border: 0;
	color: #fff;
	display: block;
	font-size: 17px;
	font-weight: 300;
	padding: 6 px;
	position: relative;
}
.genesis-nav-menu .sub-menu {
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
	left: -9999px;
	margin: 0;
	padding: 0;
	opacity: 0;
	position: absolute;
	text-align: left;
	-webkit-transition: opacity 0.4s ease-in-out;
	-moz-transition: opacity 0.4s ease-in-out;
	-ms-transition: opacity 0.4s ease-in-out;
	-o-transition: opacity 0.4s ease-in-out;
	transition: opacity 0.4s ease-in-out;
	width: 202px;
	z-index: 99;
}
.genesis-nav-menu .sub-menu a {
	color: #fff;
	background: #fff;
	letter-spacing: 0;
	padding: 13px;
	position: relative;
	width: 250px;
	border-radius: 0;
}
@media only screen and (max-width: 767px) {
	.genesis-nav-menu .sub-menu a {
		width: 100%;
	}
}
.genesis-nav-menu .sub-menu .sub-menu {
	margin: -45px 0 0 201px;
}
@media only screen and (max-width: 767px) {
	.genesis-nav-menu .sub-menu {
		left: auto;
		width: 100%;
		position: static;
		opacity: 1;
	}
}
.genesis-nav-menu .menu-item:hover {
	position: static;
}
.genesis-nav-menu .menu-item:hover .sub-menu {
	left: auto;
	opacity: 1;
}
.nav-primary {
	margin-top: 14px;
}
.nav-primary .genesis-nav-menu a {
	color: #fff;
	background: red;
	padding: 11px;
	border-radius: 4px 4px 0 0;
}
.nav-primary .genesis-nav-menu a:hover {
	text-decoration: none;
}
.nav-primary .genesis-nav-menu a .current-menu-item a {
	text-decoration: none;
}
.nav-primary .genesis-nav-menu a .current-menu-item a:hover {
	text-decoration: none;
}
@media only screen and (max-width: 767px) {
	.nav-primary .genesis-nav-menu a {
		border-radius: 0;
	}
}
.nav-primary .sub-menu a {
	border-radius: 0;
}
.nav-secondary {
	clear: both;
}
.nav-secondary .genesis-nav-menu a {
	font-size: 12px;
	padding: 3px;
	background: #eee;
}
.nav-secondary .genesis-nav-menu a:hover {
	color: #333;
}
.nav-secondary .genesis-nav-menu .current-menu-item > a {
	color: #333;
}
.nav-secondary .sub-menu a {
	border-radius: 0;
}
.nav-secondary .sub-menu a:hover {
	color: #333;
}
.nav-secondary .sub-menu .sub-menu {
	margin: -34px 0 0 201px;
}
#responsive-menu-icon {
	cursor: pointer;
	display: none;
	text-align: center;
}
#responsive-menu-icon:before {
	-webkit-font-smoothing: antialiased;
	color: #333;
	content: "\e00e";
	font-family: "Icon";
	font-size: 16px;
	font-size: 1.6rem;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	margin: 0 auto;
	speak: none;
	text-transform: none;
}
@media only screen and (max-width: 767px) {
	.responsive-menu {
		display: none;
	}
}
@media only screen and (max-width: 767px) {
	#responsive-menu-icon {
		display: block;
	}
}
header.site-header {
	margin: 0 auto;
	max-width: 1140px;
}
@media only screen and (max-width: 767px) {
	header.site-header {
		background-position: top center !important;
	}
}
.head-wrap {
	background-color: #eee;
}
.header-image .site-description {
	display: block;
	text-indent: -9999px;
}
.header-image .site-title a {
	display: block;
	text-indent: -9999px;
	float: left;
	min-height: 85px;
	width: 100%;
}
.header-image .site-title a:hover {
	text-decoration: none;
}
.header-image .wrap {
	padding: 0;
}
.header-image .title-area {
	padding: 0;
	width: 360px;
	float: left;
}
@media only screen and (max-width: 767px) {
	.header-image .title-area {
		width: 100%;
	}
}
.slider-wide {
	background: #f8f8f8;
	color: #333;
	clear: both;
	width: 100%;
	text-align: center;
}
.slider-wide .wrap {
	margin: 0 auto;
	padding: 0;
	max-width: 100%;
}
.slider-wide .widget {
	margin: 0 0 20px;
}
.welcome {
	clear: both;
	color: #333;
	background: #fff;
	margin: 0 auto;
	text-align: center;
	padding: 15px 0 30px;
}
.welcome .wrap {
	margin: 0 auto;
	overflow: hidden;
	width: 1140px;
	padding-bottom: 55px;
	padding-top: 15px;
}
@media only screen and (max-width: 1140px) {
	.welcome .wrap {
		width: 100%;
		text-align: center;
		padding: 0 10px;
	}
}
.welcome .widget {
	margin: 0 0 20px;
	overflow: hidden;
}
.welcome .widgettitle {
	font-size: 24px;
	font-weight: 300;
}
.welcome p {
	color: #333;
}
.welcome a {
	color: #333;
}
.welcome .welcome-features {
	overflow: hidden;
	width: 100%;
	text-align: left;
}
.welcome .welcome-features .welcome-feature-0 {
	float: left;
	margin: 0 0 0 0;
	width: 25%;
}
.welcome .welcome-features .welcome-feature-0 .widgettitle {
	color: #333;
	margin: 0 0 10px;
	padding: 0 0 10px;
}
.welcome .welcome-features .welcome-feature-0 p {
	color: #333;
	font-size: 14px;
	margin: 0 0 20px;
}
@media only screen and (max-width: 767px) {
	.welcome .welcome-features .welcome-feature-0 {
		width: 100%;
		text-align: center;
	}
}
.welcome .welcome-features .welcome-feature-1 {
	float: left;
	margin: 0;
	width: 25%;
}
.welcome .welcome-features .welcome-feature-1 .widgettitle {
	color: #333;
	margin: 0 0 10px;
	padding: 0 0 10px;
}
.welcome .welcome-features .welcome-feature-1 p {
	color: #333;
	font-size: 14px;
	margin: 0 0 20px;
}
@media only screen and (max-width: 767px) {
	.welcome .welcome-features .welcome-feature-1 {
		width: 100%;
		text-align: center;
	}
}
.welcome .welcome-features .welcome-feature-2 {
	float: left;
	margin: 0 0 0 0;
	width: 25%;
}
.welcome .welcome-features .welcome-feature-2 .widgettitle {
	color: #333;
	margin: 0 0 10px;
	padding: 0 0 10px;
}
.welcome .welcome-features .welcome-feature-2 p {
	color: #333;
	font-size: 14px;
	margin: 0 0 20px;
}
@media only screen and (max-width: 767px) {
	.welcome .welcome-features .welcome-feature-2 {
		width: 100%;
		text-align: center;
	}
}
.welcome .welcome-features .welcome-feature-3 {
	float: left;
	margin: 0 0 0 0;
	width: 25%;
}
.welcome .welcome-features .welcome-feature-3 .widgettitle {
	color: #333;
	margin: 0 0 10px;
	padding: 0 0 10px;
}
.welcome .welcome-features .welcome-feature-3 p {
	color: #333;
	font-size: 14px;
	margin: 0 0 20px;
}
@media only screen and (max-width: 767px) {
	.welcome .welcome-features .welcome-feature-3 {
		width: 100%;
		text-align: center;
	}
}
.home-feature-bg-alt {
	background: #eee;
	color: #333;
	padding: 30px 0;
}
.home-feature-bg-alt .widgettitle {
	font-size: 36px;
}
.home-feature-bg-alt .wrap {
	margin: 0 auto;
	overflow: hidden;
	padding-bottom: 55px;
	padding-top: 15px;
	width: 1140px;
}
@media only screen and (max-width: 1140px) {
	.home-feature-bg-alt .wrap {
		width: 100%;
		text-align: center;
	}
}
.home-feature-bg-alt p {
	margin: 0 0 25px;
}
.home-feature-bg-alt .home-feature-1 {
	float: left;
	width: 48%;
}
.home-feature-bg-alt .home-feature-1 .widget {
	margin: 0 0 40px;
	overflow: hidden;
}
.home-feature-bg-alt .home-feature-1 .widgettitle {
	font-weight: 400px;
	line-height: 28px;
}
@media only screen and (max-width: 767px) {
	.home-feature-bg-alt .home-feature-1 {
		width: 100%;
		text-align: center;
	}
}
.home-feature-bg-alt .home-feature-2 {
	float: right;
	width: 48%;
}
.home-feature-bg-alt .home-feature-2 .widget {
	margin: 0 0 40px;
	overflow: hidden;
}
.home-feature-bg-alt .home-feature-2 .widgettitle {
	font-weight: 400px;
	line-height: 28px;
}
@media only screen and (max-width: 767px) {
	.home-feature-bg-alt .home-feature-2 {
		width: 100%;
		text-align: center;
	}
}
.home-feature-bg {
	clear: both;
	color: #333;
	background: #fff;
	margin: 0 auto;
	text-align: center;
	padding: 30px 0;
}
.home-feature-bg .wrap {
	margin: 0 auto;
	overflow: hidden;
	width: 1140px;
	padding-bottom: 55px;
	padding-top: 15px;
}
@media only screen and (max-width: 1140px) {
	.home-feature-bg .wrap {
		width: 100%;
	}
}
@media only screen and (max-width: 1140px) {
	.home-feature-bg {
		width: 100%;
		text-align: center;
		padding: 0 10px;
	}
}
.home-feature-bg .widget {
	margin: 0 0 20px;
	overflow: hidden;
}
.home-feature-bg .widgettitle {
	font-size: 24px;
	font-weight: 300;
}
.home-feature-bg p {
	color: #333;
}
.home-feature-bg a {
	color: #333;
}
.home-feature-bg .welcome-features {
	overflow: hidden;
	width: 100%;
	text-align: left;
}
.home-feature-bg .welcome-features .welcome-feature-1 {
	float: left;
	margin: 0;
	width: 30%;
}
.home-feature-bg .welcome-features .welcome-feature-1 .widgettitle {
	color: #333;
	margin: 0 0 10px;
	padding: 0 0 10px;
}
.home-feature-bg .welcome-features .welcome-feature-1 p {
	color: #333;
	font-size: 14px;
	margin: 0 0 20px;
}
@media only screen and (max-width: 767px) {
	.home-feature-bg .welcome-features .welcome-feature-1 {
		width: 100%;
		text-align: center;
	}
}
.home-feature-bg .welcome-features .welcome-feature-2 {
	float: left;
	margin: 0 5% 0 0;
	width: 30%;
}
.home-feature-bg .welcome-features .welcome-feature-2 .widgettitle {
	color: #333;
	margin: 0 0 10px;
	padding: 0 0 10px;
}
.home-feature-bg .welcome-features .welcome-feature-2 p {
	color: #333;
	font-size: 14px;
	margin: 0 0 20px;
}
@media only screen and (max-width: 767px) {
	.home-feature-bg .welcome-features .welcome-feature-2 {
		width: 100%;
		text-align: center;
	}
}
.home-feature-bg .welcome-features .welcome-feature-3 {
	float: right;
	width: 30%;
}
.home-feature-bg .welcome-features .welcome-feature-3 .widgettitle {
	color: #333;
	margin: 0 0 10px;
	padding: 0 0 10px;
}
.home-feature-bg .welcome-features .welcome-feature-3 p {
	color: #333;
	font-size: 14px;
	margin: 0 0 20px;
}
@media only screen and (max-width: 767px) {
	.home-feature-bg .welcome-features .welcome-feature-3 {
		width: 100%;
		text-align: center;
	}
}
.home-feature-bg-dark {
	background: #eee;
	color: #333;
	padding: 30px 0;
}
.home-feature-bg-dark .wrap {
	margin: 0 auto;
	overflow: hidden;
	padding-bottom: 55px;
	padding-top: 15px;
	width: 1140px;
}
@media only screen and (max-width: 1140px) {
	.home-feature-bg-dark .wrap {
		width: 100%;
		text-align: center;
		padding: 0 20px;
	}
}
.home-feature-bg-dark p {
	margin: 0 0 25px;
}
.home-feature-bg-dark .widgettitle {
	font-size: 36px;
}
.home-feature-bg-dark .home-feature-1 {
	float: left;
	width: 48%;
}
.home-feature-bg-dark .home-feature-1 .widget {
	margin: 0 0 40px;
	overflow: hidden;
}
.home-feature-bg-dark .home-feature-1 .widgettitle {
	font-weight: 400px;
	line-height: 28px;
}
@media only screen and (max-width: 767px) {
	.home-feature-bg-dark .home-feature-1 {
		width: 100%;
		text-align: center;
	}
}
.home-feature-bg-dark .home-feature-2 {
	float: right;
	width: 48%;
}
.home-feature-bg-dark .home-feature-2 .widget {
	margin: 0 0 40px;
	overflow: hidden;
}
.home-feature-bg-dark .home-feature-2 .widgettitle {
	font-weight: 400px;
	line-height: 28px;
}
@media only screen and (max-width: 767px) {
	.home-feature-bg-dark .home-feature-2 {
		width: 100%;
		text-align: center;
	}
}
.site-header .widget-area {
	float: right;
	text-align: right;
	width: auto;
}
@media only screen and (max-width: 767px) {
	.site-header .widget-area {
		width: 100%;
		text-align: center;
	}
}
.site-header .widget-area a {
	color: #333;
	text-decoration: none;
}
.site-header .search-form {
	float: right;
}
@font-face {
	font-family: "Icon";
	src: url("fonts/Icon.eot");
	src: url("fonts/Icon.eot?#iefix") format("embedded-opentype"), url("fonts/Icon.woff") format("woff"), url("fonts/Icon.ttf") format("truetype"), url("fonts/Icon.svg#Icon") format("svg");
	font-weight: normal;
	font-style: normal;
}
.wrap {
	margin: 0 auto;
	max-width: 1140px;
}
@media only screen and (max-width: 1140px) {
	.wrap {
		max-width: 960px;
	}
}
@media only screen and (max-width: 1023px) {
	.wrap {
		width: 100%;
	}
}
@media only screen and (max-width: 1140px) {
	.site-header {
		max-width: 960px;
	}
}
.site-inner {
	clear: both;
	padding-top: 40px;
	padding-bottom: 20px;
}
.site-inner .wrap {
	margin-bottom: 20px;
}
.home .site-inner {
	padding-top: 0;
	padding-bottom: 0;
}
.home .site-inner .wrap {
	margin-bottom: 0;
}
.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 920px;
}
@media only screen and (max-width: 1140px) {
	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 740px;
	}
}
@media only screen and (max-width: 1023px) {
	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 100%;
	}
}
.content-sidebar-sidebar .content-sidebar-wrap {
	float: left;
}
@media only screen and (max-width: 1023px) {
	.content-sidebar-sidebar .content-sidebar-wrap {
		width: 100%;
	}
}
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	float: right;
}
@media only screen and (max-width: 1023px) {
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 100%;
	}
}
.content {
	float: right;
	width: 750px;
	margin-top: -10px;
	margin-bottom: 0;
}
@media only screen and (max-width: 1139px) {
	.content {
		width: 620px;
	}
}
@media only screen and (max-width: 1023px) {
	.content {
		width: 100%;
	}
}
.content-sidebar .content {
	float: left;
}
.content-sidebar-sidebar .content {
	float: left;
	width: 520px;
}
@media only screen and (max-width: 1139px) {
	.content-sidebar-sidebar .content {
		width: 400px;
	}
}
@media only screen and (max-width: 1023px) {
	.content-sidebar-sidebar .content {
		width: 100%;
	}
}
.sidebar-content-sidebar .content {
	float: left;
	width: 530px;
}
@media only screen and (max-width: 1139px) {
	.sidebar-content-sidebar .content {
		width: 400px;
	}
}
@media only screen and (max-width: 1023px) {
	.sidebar-content-sidebar .content {
		width: 100%;
	}
}
.full-width-content .content {
	width: 100%;
}
.sidebar-primary {
	float: right;
	width: 390px;
	padding: 30px 25px;
	-webkit-box-shadow: 3px 1px 5px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 3px 1px 5px rgba(0, 0, 0, 0.1);
	box-shadow: 3px 1px 5px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 1139px) {
	.sidebar-primary {
		width: 300px;
	}
}
@media only screen and (max-width: 1023px) {
	.sidebar-primary {
		width: 100%;
	}
}
.sidebar-primary .widget {
	border-bottom: 1px solid #ddd;
	margin-bottom: 32px;
	padding-bottom: 32px;
}
.sidebar-primary .widget li {
	list-style-type: none;
}
.sidebar-primary .widget input[type="text"],
.sidebar-primary .widget input[type="search"],
.sidebar-primary .widget input[type="password"],
.sidebar-primary .widget input[type="email"],
.sidebar-primary .widget select {
	width: 100%;
}
.sidebar-primary .entry {
	box-shadow: none;
	background: transparent;
}
.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
}
@media only screen and (max-width: 1023px) {
	.sidebar-content .sidebar-primary,
	.sidebar-sidebar-content .sidebar-primary {
		width: 100%;
	}
}
.sidebar-secondary {
	float: left;
	width: 220px;
	padding: 15px 10px;
	text-align: center;
	-webkit-box-shadow: -3px 0px 5px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: -3px 0px 5px rgba(0, 0, 0, 0.1);
	box-shadow: -3px 0px 5px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 1023px) {
	.sidebar-secondary {
		width: 100%;
	}
}
.sidebar-secondary .entry {
	box-shadow: none;
	background: transparent;
}
img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}
img.alignnone {
	margin-bottom: 12px;
	margin-bottom: 0.75rem;
}
.alignleft {
	float: left;
	text-align: left;
}
.alignright {
	float: right;
	text-align: right;
}
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
}
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}
.wp-caption-text {
	font-size: 14px;
	font-weight: 700;
	margin: 0;
	text-align: center;
}
.widget_calendar table {
	width: 100%;
}
.widget_calendar td {
	text-align: center;
}
.breadcrumb {
	margin-bottom: 40px;
	margin-bottom: 2.5rem;
}
.archive-description {
	margin-bottom: 40px;
	padding: 40px 40px 24px;
	background: #fff;
}
.author-box {
	margin-bottom: 40px;
	padding: 40px 40px 24px;
	background: #fff;
}
.author-box p {
	margin: 0;
}
.author-box .avatar {
	margin-right: 24px;
}
.author-box-title {
	color: #333;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	margin-bottom: 4px;
}
.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}
@media only screen and (max-width: 767px) {
	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		width: 100%;
		margin: 0;
	}
}
.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}
@media only screen and (max-width: 767px) {
	.one-half,
	.three-sixths,
	.two-fourths {
		width: 100%;
		margin: 0;
	}
}
.one-third,
.two-sixths {
	width: 30%;
}
@media only screen and (max-width: 767px) {
	.one-third,
	.two-sixths {
		width: 100%;
		margin: 0;
	}
}
.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}
@media only screen and (max-width: 767px) {
	.four-sixths,
	.two-thirds {
		width: 100%;
		margin: 0;
	}
}
.one-fourth {
	width: 23.076923076923077%;
}
@media only screen and (max-width: 767px) {
	.one-fourth {
		width: 100%;
		margin: 0;
	}
}
.three-fourths {
	width: 74.35897435897436%;
}
@media only screen and (max-width: 767px) {
	.three-fourths {
		width: 100%;
		margin: 0;
	}
}
.one-sixth {
	width: 14.52991452991453%;
}
@media only screen and (max-width: 767px) {
	.one-sixth {
		width: 100%;
		margin: 0;
	}
}
.five-sixths {
	width: 82.90598290598291%;
}
@media only screen and (max-width: 767px) {
	.five-sixths {
		width: 100%;
		margin: 0;
	}
}
.first {
	clear: both;
	margin-left: 0;
}
.entry {
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
	background: #fff;
	margin: 0 0px 40px;
	padding: 20px 0 0;
}
.entry .entry-content {
	padding: 0 20px 20px;
}
.entry .entry-content a {
	color: #000;
}
.entry .entry-content a:hover {
	color: #888;
}
.entry .entry-content .attachment a,
.entry .entry-content .gallery a {
	border: 0;
}
.entry .entry-content ol,
.entry .entry-content p,
.entry .entry-content ul {
	margin-bottom: 25px;
}
.entry .entry-content ul li {
	list-style-type: decimal;
}
.entry .entry-content ol li {
	list-style-type: disc;
}
.entry .entry-meta {
	clear: both;
	color: #999;
	font-size: 14px;
}
.entry .entry-meta a {
	font-weight: 700;
}
.entry .entry-header .entry-meta {
	border-bottom: 1px solid #eee;
	font-size: 12px;
	font-weight: 400;
	margin: 0 0 10px;
	padding: 20px;
}
.entry .entry-header .entry-comments-link::before {
	content: "\2014";
}
.entry .entry-footer {
	background: #eee;
	padding: 10px 20px;
}
.entry .entry-footer .entry-meta {
	border-top: 1px solid #eee;
	margin: 0;
	overflow: hidden;
	padding: 16px 0;
}
.entry .entry-footer .entry-comments-link::before {
	content: "\2014";
}
.archive-pagination,
.entry-pagination {
	clear: both;
	font-size: 14px;
	margin: 112px 32px;
}
.archive-pagination li,
.entry-pagination li {
	display: inline;
}
.archive-pagination li a,
.entry-pagination li a {
	background: #000;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-weight: 700;
	padding: 4px 12px;
	text-decoration: none;
}
.archive-pagination li a:hover,
.entry-pagination li a:hover {
	background: #424242;
}
.archive-pagination .active a,
.entry-pagination .active a {
	background: #424242;
}
.entry-comments,
#respond {
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
	background: #fff;
	margin: 0 0px 40px;
	padding: 20px;
}
.entry-comments,
.ping-list,
#respond {
	margin-bottom: 40px;
	margin-bottom: 2.5rem;
}
.entry-comments .comment-author {
	margin: 0;
}
#respond input[type="email"],
#respond input[type="text"],
#respond input[type="url"] {
	width: 50%;
}
#respond label {
	display: block;
	margin-right: 12px;
	margin-right: 1.2rem;
}
.comment-list li,
.ping-list li {
	list-style-type: none;
	margin-top: 24px;
	margin-top: 1.5rem;
	padding: 32px;
	padding: 3.2rem;
}
li.comment {
	border-radius: 10px;
	padding: 30px;
}
li.comment ul li {
	border-radius: 0;
	border-left: 1px solid #ddd;
}
.thread-alt li.comment {
	border-radius: 0;
	border-left: 1px solid #aaa;
}
.comment .avatar {
	margin: 0 16px 24px 0;
	margin: 0 1rem 1.5rem 0;
}
.thread-alt {
	background-color: #ddd;
}
.thread-even {
	background-color: #fff;
}
.form-allowed-tags {
	background: #dedede;
	font-size: 14px;
	font-size: 0.875rem;
	padding: 24px;
	padding: 1.5rem;
}
.footer-widgets {
	background: #000;
	color: #fff;
	clear: both;
	font-size: 18px;
}
.footer-widgets .wrap {
	padding: 40px 0 60px;
}
.footer-widgets a,
.footer-widgets p {
	color: #fff;
}
.footer-widgets .footer-widget-1,
.footer-widgets .footer-widget-2,
.footer-widgets .footer-widget-3 {
	float: left;
	width: 24%;
	margin: 0 1.3% 0 0;
}
.footer-widgets .footer-widget-1 h1,
.footer-widgets .footer-widget-1 h2,
.footer-widgets .footer-widget-1 h3,
.footer-widgets .footer-widget-1 h4,
.footer-widgets .footer-widget-1 h5,
.footer-widgets .footer-widget-2 h1,
.footer-widgets .footer-widget-2 h2,
.footer-widgets .footer-widget-2 h3,
.footer-widgets .footer-widget-2 h4,
.footer-widgets .footer-widget-2 h5,
.footer-widgets .footer-widget-3 h1,
.footer-widgets .footer-widget-3 h2,
.footer-widgets .footer-widget-3 h3,
.footer-widgets .footer-widget-3 h4,
.footer-widgets .footer-widget-3 h5 {
	color: #fff;
}
.footer-widgets .footer-widget-4 {
	float: right;
	width: 24%;
}
.footer-widgets .footer-widget-4 h1,
.footer-widgets .footer-widget-4 h2,
.footer-widgets .footer-widget-4 h3,
.footer-widgets .footer-widget-4 h4,
.footer-widgets .footer-widget-4 h5 {
	color: #fff;
}
.footer-widgets .widget {
	margin-bottom: 24px;
}
.footer-widgets .widget .widgettitle {
	color: #fff;
	font-size: 19px;
	font-weight: 600;
}
.footer-widgets li {
	list-style-type: none;
	margin-bottom: 6px;
	word-wrap: break-word;
}
.footer-widgets .entry {
	background: transparent;
}
.site-footer {
	background: #000;
	color: #fff;
	font-size: 14px;
	text-align: center;
}
.site-footer .wrap {
	padding: 30px 20px;
}
.site-footer a {
	color: #fff;
}
.site-footer p {
	margin: 0;
}

/* SLIDER */

#fssPrev,
#fssNext,
#fssPlayPause,
#fssList {
	display: none !important;
}

.ghatan-slider,
.ghatan-slider .table,
.ghatan-slider .table-cell,
#slideshowWrapper,
#slideshow {
	height: 400px;
	position: relative;
	z-index: 1;
}

li.fssActive {
	height: 400px !important;
	width: 100% !important;
}

.slider-content {
	position: relative;
	z-index: 99;
	padding: 0 20px;
}

#slideshow {
	position: absolute !important;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 400px !important;
}

#slideshow li {
	background-size: cover;
	background-position: center center;
	width: 100%;
	height: 400px;
}

.table {
	display: table;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

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

.ghatan-slider h1,
.ghatan-slider {
	color: #fff;
	font-weight: 500;
}

.ghatan-slider {
	font-size: 18px;
}

.cta {
	padding: 10px 30px;
	border-radius: 3px;
	background: #731466;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
	color: #fff;
	text-decoration: none;
}

.cta:hover {
	background: #982488;
	opacity: 1;
	text-decoration: none;
	color: #fff;
}

@media all and (max-width: 600px) {
	.ghatan-slider,
	.ghatan-slider .table,
	.ghatan-slider .table-cell,
	#slideshowWrapper,
	#slideshow {
		text-align: center;
	}

	.ghatan-slider h1 {
		font-size: 24px;
	}
}

.welcome-features img {
	width: 100px;
}
.welcome-features h2 {
	font-size: 1.5rem;
}

.welcome-features .widgettitle {
	display: none
}
.welcome-features > div {
	padding: 0 10px 10px;
}

@media( max-width:1024px ) {
	.welcome-features > div {
		width: 50% !important;
	}	
}

@media( max-width:567px ) {
	.welcome-features > div {
		width: 100% !important;
	}	
}