@media (max-width: 479px) {
	.no-mobile {
		display: none !important;
	}
}

@media (max-width: 479px) {
	.no-mobile {
		display: none !important;
	}
}

.only-mobile {
	display: none;
}

@media (max-width: 479px) {
	.only-mobile {
		display: block !important;
	}
}

@media (max-width: 479px) {
	.only-mobile {
		display: block !important;
	}
}

@media (min-width: 681px) {
	.no-desktop {
		display: none !important;
	}
}

@media (min-width: 681px) {
	.no-desktop {
		display: none !important;
	}
}

.only-desktop {
	display: none;
}

@media (min-width: 681px) {
	.only-desktop {
		display: block !important;
	}
}

@media (min-width: 681px) {
	.only-desktop {
		display: block !important;
	}
}

.only-lg-desktop {
	display: none;
}

@media (min-width: 1441px) {
	.only-lg-desktop {
		display: block !important;
	}
}

@media (min-width: 1201px) {
	.only-lg-desktop {
		display: block !important;
	}
}

.input-placeholder {
	position: relative;
}

.input-placeholder :focus {
	outline: 0;
}

.input-placeholder input {
	background: transparent;
	border: none;
	width: 100%;
	font-size: 18px;
	line-height: 19px;
}

.input-placeholder span {
	display: block;
	position: absolute;
	width: 100%;
	text-align: center;
	pointer-events: none;
	left: 0;
	font-weight: 500;
	font-size: 20px;
	color: #7F7F7F;
	line-height: 24px;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}

@media (max-width: 479px) {
	.input-placeholder span {
		font-size: 18px;
		line-height: 22px;
	}
}

@media (max-width: 479px) {
	.input-placeholder span {
		font-size: 18px;
		line-height: 22px;
	}
}

.input-placeholder span.down {
	bottom: 2px;
}

@media (max-width: 479px) {
	.input-placeholder span.down {
		bottom: 0;
	}
}

@media (max-width: 479px) {
	.input-placeholder span.down {
		bottom: 0;
	}
}

.input-placeholder span.up {
	opacity: .7;
	font-weight: 300;
	font-size: 14px;
	line-height: 19px;
	bottom: -20px;
}

@media (max-width: 479px) {
	.input-placeholder span.up {
		line-height: 14px;
		bottom: -15px;
		font-size: 12px;
	}
}

@media (max-width: 479px) {
	.input-placeholder span.up {
		line-height: 14px;
		bottom: -15px;
		font-size: 12px;
	}
}

.input-placeholder input {
	border-bottom: 1px solid #BDBDBD;
	padding: 10px 0;
	text-align: center;
	font-weight: 100;
	font-size: 20px;
	color: #FFFFFF;
	line-height: 24px;
	-webkit-transition: border-color .25s ease;
	-moz-transition: border-color .25s ease;
	-o-transition: border-color .25s ease;
	transition: border-color .25s ease;
}

@media (max-width: 479px) {
	.input-placeholder input {
		padding: 6px 0;
		font-size: 16px;
	}
}

@media (max-width: 479px) {
	.input-placeholder input {
		padding: 6px 0;
		font-size: 16px;
	}
}

.input-placeholder.incorrect span {
	color: #ff664c;
}

.input-placeholder.incorrect input {
	border-color: #ff664c;
}

.input-placeholder.hover input {
	border-color: #FFB14C;
}

.main-navigation .current_page_item a {
	border-top-color: #ffb14c;
}

.main-navigation li > a {
	text-transform: uppercase;
}

.container {
	margin: 0 auto;
	position: relative;
	z-index: 200;
}

@media (min-width: 1441px) {
	.container {
		width: 1140px;
	}
}

@media (min-width: 1201px) {
	.container {
		width: 1140px;
	}
}

@media (min-width: 681px) and (max-width: 1440px) {
	.container {
		width: 930px;
	}
}

@media (min-width: 993px) and (max-width: 1200px) {
	.container {
		width: 930px;
	}
}

@media (min-width: 681px) and (max-width: 992px) {
	.container {
		width: 570px;
	}
}

@media (min-width: 480px) and (max-width: 680px) {
	.container {
		width: 360px;
	}
}

@media (min-width: 480px) and (max-width: 680px) {
	.container {
		width: 360px;
	}
}

@media (max-width: 479px) {
	.container {
		width: 100%;
		min-width: 280px;
		padding: 0 20px;
	}
}

@media (max-width: 479px) {
	.container {
		width: 100%;
		min-width: 280px;
		padding: 0 20px;
	}
}

.nav {
	width: 100%;
	position: fixed;
	z-index: 300;
	top: 0;
	left: 0;
	height: 80px;
}

@media (max-width: 479px) {
	.nav {
		height: 52px;
	}
}

@media (max-width: 479px) {
	.nav {
		height: 52px;
	}
}

.nav + div {
	padding-top: 80px;
}

@media (max-width: 479px) {
	.nav + div {
		padding-top: 52px;
	}
}

@media (max-width: 479px) {
	.nav + div {
		padding-top: 52px;
	}
}

.nav > .container > .burger-to-close {
	float: left;
}

@media (min-width: 480px) and (max-width: 680px) {
	.nav > .container > .burger-to-close {
		margin-top: 24px;
		margin-right: 30px;
	}
	
	.nav > .container > .burger-to-close > div {
		width: 42px;
		height: 4px;
		-webkit-border-radius: 2px;
		-webkit-background-clip: padding-box;
		-moz-border-radius: 2px;
		-moz-background-clip: padding;
		border-radius: 2px;
		background-clip: padding-box;
		margin-bottom: 10px;
	}
	
	.nav > .container > .burger-to-close > div:nth-child(3n+1) {
		-webkit-transition: opacity .4s .2s ease-in-out;
		-moz-transition: opacity .4s .2s ease-in-out;
		-o-transition: opacity .4s .2s ease-in-out;
		transition: opacity .4s .2s ease-in-out;
	}
	
	.nav > .container > .burger-to-close > div:nth-child(3) {
		margin-top: -14px;
	}
	
	.nav > .container > .burger-to-close > div:nth-child(4) {
		margin-bottom: 0;
	}
	
	.nav > .container > .burger-to-close,
								  .nav > .container > .burger-to-close > div:nth-child(2),
								  .nav > .container > .burger-to-close > div:nth-child(3) {
		-webkit-transition: -webkit-transform .6s ease-in-out;
		-moz-transition: -moz-transform .6s ease-in-out;
		-o-transition: -o-transform .6s ease-in-out;
		transition: -webkit-transform .6s ease-in-out, -moz-transform .6s ease-in-out, -o-transform .6s ease-in-out, transform .6s ease-in-out;
	}
	
	.nav > .container > .burger-to-close.close-state {
		-webkit-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		-o-transform: rotate(90deg);
		transform: rotate(90deg);
	}
	
	.nav > .container > .burger-to-close.close-state > div:nth-child(3n+1) {
		zoom: 1;
		filter: alpha(opacity=0);
		-webkit-opacity: 0;
		-moz-opacity: 0;
		opacity: 0;
		-webkit-transition-delay: 0;
		-moz-transition-delay: 0;
		-o-transition-delay: 0;
		transition-delay: 0;
	}
	
	.nav > .container > .burger-to-close.close-state > div:nth-child(2) {
		-webkit-transform: rotate(135deg);
		-moz-transform: rotate(135deg);
		-ms-transform: rotate(135deg);
		-o-transform: rotate(135deg);
		transform: rotate(135deg);
	}
	
	.nav > .container > .burger-to-close.close-state > div:nth-child(3) {
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	
	.nav > .container > .burger-to-close:hover {
		cursor: pointer;
	}
}

@media (min-width: 480px) and (max-width: 680px) {
	.nav > .container > .burger-to-close {
		margin-top: 24px;
		margin-right: 30px;
	}
	
	.nav > .container > .burger-to-close > div {
		width: 42px;
		height: 4px;
		-webkit-border-radius: 2px;
		-webkit-background-clip: padding-box;
		-moz-border-radius: 2px;
		-moz-background-clip: padding;
		border-radius: 2px;
		background-clip: padding-box;
		margin-bottom: 10px;
	}
	
	.nav > .container > .burger-to-close > div:nth-child(3n+1) {
		-webkit-transition: opacity .4s .2s ease-in-out;
		-moz-transition: opacity .4s .2s ease-in-out;
		-o-transition: opacity .4s .2s ease-in-out;
		transition: opacity .4s .2s ease-in-out;
	}
	
	.nav > .container > .burger-to-close > div:nth-child(3) {
		margin-top: -14px;
	}
	
	.nav > .container > .burger-to-close > div:nth-child(4) {
		margin-bottom: 0;
	}
	
	.nav > .container > .burger-to-close,
								  .nav > .container > .burger-to-close > div:nth-child(2),
								  .nav > .container > .burger-to-close > div:nth-child(3) {
		-webkit-transition: -webkit-transform .6s ease-in-out;
		-moz-transition: -moz-transform .6s ease-in-out;
		-o-transition: -o-transform .6s ease-in-out;
		transition: -webkit-transform .6s ease-in-out, -moz-transform .6s ease-in-out, -o-transform .6s ease-in-out, transform .6s ease-in-out;
	}
	
	.nav > .container > .burger-to-close.close-state {
		-webkit-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		-o-transform: rotate(90deg);
		transform: rotate(90deg);
	}
	
	.nav > .container > .burger-to-close.close-state > div:nth-child(3n+1) {
		zoom: 1;
		filter: alpha(opacity=0);
		-webkit-opacity: 0;
		-moz-opacity: 0;
		opacity: 0;
		-webkit-transition-delay: 0;
		-moz-transition-delay: 0;
		-o-transition-delay: 0;
		transition-delay: 0;
	}
	
	.nav > .container > .burger-to-close.close-state > div:nth-child(2) {
		-webkit-transform: rotate(135deg);
		-moz-transform: rotate(135deg);
		-ms-transform: rotate(135deg);
		-o-transform: rotate(135deg);
		transform: rotate(135deg);
	}
	
	.nav > .container > .burger-to-close.close-state > div:nth-child(3) {
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	
	.nav > .container > .burger-to-close:hover {
		cursor: pointer;
	}
}

@media (max-width: 479px) {
	.nav > .container > .burger-to-close {
		margin-top: 18px;
		margin-right: 18px;
	}
	
	.nav > .container > .burger-to-close > div {
		width: 20px;
		height: 2px;
		-webkit-border-radius: 1px;
		-webkit-background-clip: padding-box;
		-moz-border-radius: 1px;
		-moz-background-clip: padding;
		border-radius: 1px;
		background-clip: padding-box;
		margin-bottom: 5px;
	}
	
	.nav > .container > .burger-to-close > div:nth-child(3n+1) {
		-webkit-transition: opacity .4s .2s ease-in-out;
		-moz-transition: opacity .4s .2s ease-in-out;
		-o-transition: opacity .4s .2s ease-in-out;
		transition: opacity .4s .2s ease-in-out;
	}
	
	.nav > .container > .burger-to-close > div:nth-child(3) {
		margin-top: -7px;
	}
	
	.nav > .container > .burger-to-close > div:nth-child(4) {
		margin-bottom: 0;
	}
	
	.nav > .container > .burger-to-close,
								  .nav > .container > .burger-to-close > div:nth-child(2),
								  .nav > .container > .burger-to-close > div:nth-child(3) {
		-webkit-transition: -webkit-transform .6s ease-in-out;
		-moz-transition: -moz-transform .6s ease-in-out;
		-o-transition: -o-transform .6s ease-in-out;
		transition: -webkit-transform .6s ease-in-out, -moz-transform .6s ease-in-out, -o-transform .6s ease-in-out, transform .6s ease-in-out;
	}
	
	.nav > .container > .burger-to-close.close-state {
		-webkit-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		-o-transform: rotate(90deg);
		transform: rotate(90deg);
	}
	
	.nav > .container > .burger-to-close.close-state > div:nth-child(3n+1) {
		zoom: 1;
		filter: alpha(opacity=0);
		-webkit-opacity: 0;
		-moz-opacity: 0;
		opacity: 0;
		-webkit-transition-delay: 0;
		-moz-transition-delay: 0;
		-o-transition-delay: 0;
		transition-delay: 0;
	}
	
	.nav > .container > .burger-to-close.close-state > div:nth-child(2) {
		-webkit-transform: rotate(135deg);
		-moz-transform: rotate(135deg);
		-ms-transform: rotate(135deg);
		-o-transform: rotate(135deg);
		transform: rotate(135deg);
	}
	
	.nav > .container > .burger-to-close.close-state > div:nth-child(3) {
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	
	.nav > .container > .burger-to-close:hover {
		cursor: pointer;
	}
}

@media (max-width: 479px) {
	.nav > .container > .burger-to-close {
		margin-top: 18px;
		margin-right: 18px;
	}
	
	.nav > .container > .burger-to-close > div {
		width: 20px;
		height: 2px;
		-webkit-border-radius: 1px;
		-webkit-background-clip: padding-box;
		-moz-border-radius: 1px;
		-moz-background-clip: padding;
		border-radius: 1px;
		background-clip: padding-box;
		margin-bottom: 5px;
	}
	
	.nav > .container > .burger-to-close > div:nth-child(3n+1) {
		-webkit-transition: opacity .4s .2s ease-in-out;
		-moz-transition: opacity .4s .2s ease-in-out;
		-o-transition: opacity .4s .2s ease-in-out;
		transition: opacity .4s .2s ease-in-out;
	}
	
	.nav > .container > .burger-to-close > div:nth-child(3) {
		margin-top: -7px;
	}
	
	.nav > .container > .burger-to-close > div:nth-child(4) {
		margin-bottom: 0;
	}
	
	.nav > .container > .burger-to-close,
								  .nav > .container > .burger-to-close > div:nth-child(2),
								  .nav > .container > .burger-to-close > div:nth-child(3) {
		-webkit-transition: -webkit-transform .6s ease-in-out;
		-moz-transition: -moz-transform .6s ease-in-out;
		-o-transition: -o-transform .6s ease-in-out;
		transition: -webkit-transform .6s ease-in-out, -moz-transform .6s ease-in-out, -o-transform .6s ease-in-out, transform .6s ease-in-out;
	}
	
	.nav > .container > .burger-to-close.close-state {
		-webkit-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		-o-transform: rotate(90deg);
		transform: rotate(90deg);
	}
	
	.nav > .container > .burger-to-close.close-state > div:nth-child(3n+1) {
		zoom: 1;
		filter: alpha(opacity=0);
		-webkit-opacity: 0;
		-moz-opacity: 0;
		opacity: 0;
		-webkit-transition-delay: 0;
		-moz-transition-delay: 0;
		-o-transition-delay: 0;
		transition-delay: 0;
	}
	
	.nav > .container > .burger-to-close.close-state > div:nth-child(2) {
		-webkit-transform: rotate(135deg);
		-moz-transform: rotate(135deg);
		-ms-transform: rotate(135deg);
		-o-transform: rotate(135deg);
		transform: rotate(135deg);
	}
	
	.nav > .container > .burger-to-close.close-state > div:nth-child(3) {
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	
	.nav > .container > .burger-to-close:hover {
		cursor: pointer;
	}
}

.nav > .container > .burger-to-close.close-state {
	position: fixed;
	z-index: 200;
}

.nav > .container > .logo {
	float: left;
	margin-top: 26px;
}

@media (max-width: 479px) {
	.nav > .container > .logo {
		margin-top: 16.5px;
	}
}

@media (max-width: 479px) {
	.nav > .container > .logo {
		margin-top: 16.5px;
	}
}

.nav > .container > .logo > svg {
	height: 28px;
	width: 103.63485477px;
}

@media (max-width: 479px) {
	.nav > .container > .logo > svg {
		height: 19px;
		width: 70.32365145px;
	}
}

@media (max-width: 479px) {
	.nav > .container > .logo > svg {
		height: 19px;
		width: 70.32365145px;
	}
}

.nav > .container > .logo > svg .letters {
}

@media (max-width: 680px) {
	.nav > .container > .items {
		display: none;
	}
}

@media (max-width: 680px) {
	.nav > .container > .items {
		display: none;
	}
}

.nav > .container > .items > ul {
	float: right;
	list-style: none;
	margin: 0;
}

.nav > .container > .items > ul > li {
	display: inline-block;
	text-align: center;
}

@media (min-width: 1441px) {
	.nav > .container > .items > ul > li {
		width: 170px;
	}
}

@media (min-width: 1201px) {
	.nav > .container > .items > ul > li {
		width: 170px;
	}
}

@media (min-width: 681px) and (max-width: 1440px) {
	.nav > .container > .items > ul > li {
		width: 120px;
	}
}

@media (min-width: 993px) and (max-width: 1200px) {
	.nav > .container > .items > ul > li {
		width: 120px;
	}
}

@media (min-width: 681px) and (max-width: 992px) {
	.nav > .container > .items > ul > li {
		width: 76px;
	}
}

@media (min-width: 681px) {
	.nav > .container > .items > ul > li:first-child {
		display: none;
	}
}

@media (min-width: 681px) {
	.nav > .container > .items > ul > li:first-child {
		display: none;
	}
}

.nav > .container > .items > ul > li > a {
	display: inline-block;
	text-decoration: none;
	font-weight: 500;
	color: #84888D;
	line-height: 80px;
	-webkit-transition: color .25s ease, font-weight .25s ease;
	-moz-transition: color .25s ease, font-weight .25s ease;
	-o-transition: color .25s ease, font-weight .25s ease;
	transition: color .25s ease, font-weight .25s ease;
}

@media (min-width: 1441px) {
	.nav > .container > .items > ul > li > a {
		font-size: 20px;
	}
}

@media (min-width: 1201px) {
	.nav > .container > .items > ul > li > a {
		font-size: 20px;
	}
}

@media (min-width: 681px) and (max-width: 1440px) {
	.nav > .container > .items > ul > li > a {
		font-size: 18px;
	}
}

@media (min-width: 993px) and (max-width: 1200px) {
	.nav > .container > .items > ul > li > a {
		font-size: 18px;
	}
}

@media (min-width: 681px) and (max-width: 992px) {
	.nav > .container > .items > ul > li > a {
		font-size: 16px;
	}
}

@media (min-width: 681px) {
	.nav > .container > .items > ul > li > a.hover {
		font-weight: 700;
	}
}

@media (min-width: 681px) {
	.nav > .container > .items > ul > li > a.hover {
		font-weight: 700;
	}
}

.nav > .container > .items > ul > li > a.click,
.nav > .container > .items > ul > li > a.active {
	color: #F7B145;
}

@media (max-width: 680px) {
	.nav > .container > .items.open-state {
		display: block;
		position: fixed;
		z-index: 100;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		background: #313840;
		float: none;
	}
	
	.nav > .container > .items.open-state > ul {
		position: absolute;
		top: 50%;
		width: 64%;
		left: 18%;
	}
	
	.nav > .container > .items.open-state > ul > li {
		display: block;
		padding: 0;
		text-align: center;
		margin-left: auto;
		margin-right: auto;
		width: auto;
		border-bottom: 2px solid rgba(255,255,255,0.5);
	}
	
	.nav > .container > .items.open-state > ul > li:last-child {
		border-bottom: none;
	}
	
	.nav > .container > .items.open-state > ul > li > a {
		text-transform: uppercase;
		font-family: Helvetica;
		color: #ECECEF;
	}
	
	.nav > .container > .items.open-state > ul > li > a.hover {
		color: #9A9A9A;
	}
	
	.nav > .container > .items.open-state > ul > li > a.click {
		color: #ffb14c;
	}
}

@media (max-width: 680px) and (min-width: 480px) and (max-width: 680px) {
	.nav > .container > .items.open-state > ul {
		margin-top: -321.5px;
	}
}

@media (max-width: 680px) and (min-width: 480px) and (max-width: 680px) {
	.nav > .container > .items.open-state > ul {
		margin-top: -321.5px;
	}
}

@media (max-width: 680px) and (max-width: 479px) {
	.nav > .container > .items.open-state > ul {
		margin-top: -181.5px;
	}
}

@media (max-width: 680px) and (max-width: 479px) {
	.nav > .container > .items.open-state > ul {
		margin-top: -181.5px;
	}
}

@media (max-width: 680px) and (min-width: 480px) and (max-width: 680px) {
	.nav > .container > .items.open-state > ul > li > a {
		font-size: 64px;
		line-height: 127px;
	}
}

@media (max-width: 680px) and (min-width: 480px) and (max-width: 680px) {
	.nav > .container > .items.open-state > ul > li > a {
		font-size: 64px;
		line-height: 127px;
	}
}

@media (max-width: 680px) and (max-width: 479px) {
	.nav > .container > .items.open-state > ul > li > a {
		font-size: 32px;
		line-height: 71px;
	}
}

@media (max-width: 680px) and (max-width: 479px) {
	.nav > .container > .items.open-state > ul > li > a {
		font-size: 32px;
		line-height: 71px;
	}
}

.nav > .container > .btn-fill {
	line-height: 45px;
	margin-top: 17.5px;
	font-size: 20px;
	padding: 0 25px;
	float: right;
	text-transform: none;
}

@media (min-width: 480px) and (max-width: 680px) {
	.nav > .container > .btn-fill {
		margin-top: 17.5px;
	}
}

@media (min-width: 480px) and (max-width: 680px) {
	.nav > .container > .btn-fill {
		margin-top: 17.5px;
	}
}

@media (max-width: 479px) {
	.nav > .container > .btn-fill {
		line-height: 29px;
		margin-top: 11.5px;
		font-size: 14px;
		padding: 0 10px;
	}
}

@media (max-width: 479px) {
	.nav > .container > .btn-fill {
		line-height: 29px;
		margin-top: 11.5px;
		font-size: 14px;
		padding: 0 10px;
	}
}

.nav.dark {
	background: rgba(42,46,60,0.9);
}

.nav.dark,
.nav.home {
	border-bottom: 1px solid rgba(0,0,0,0.5);
}

.nav.dark > .container > .burger-to-close > div,
.nav.home > .container > .burger-to-close > div {
	background: #FFFFFF;
}

.nav.dark > .container > .logo > svg .center,
.nav.home > .container > .logo > svg .center {
}

@media (min-width: 681px) {
	.nav.dark > .container > .items > ul > li > a.hover,
								  .nav.home > .container > .items > ul > li > a.hover {
		color: #FFFFFF;
	}
}

@media (min-width: 681px) {
	.nav.dark > .container > .items > ul > li > a.hover,
								  .nav.home > .container > .items > ul > li > a.hover {
		color: #FFFFFF;
	}
}

.nav.home {
	background: rgba(5,6,26,0.2);
}

@media (max-width: 680px) {
	.nav.home {
		background: transparent;
		border-bottom-color: transparent;
	}
}

@media (max-width: 680px) {
	.nav.home {
		background: transparent;
		border-bottom-color: transparent;
	}
}

@media (max-width: 680px) {
	.nav.home > .container > .logo {
		display: none;
	}
}

@media (max-width: 680px) {
	.nav.home > .container > .logo {
		display: none;
	}
}

.nav.light,
.nav.white {
	border-bottom: 1px solid rgba(0,0,0,0.19);
}

.nav.light > .container > .burger-to-close.close-state > div,
.nav.white > .container > .burger-to-close.close-state > div {
	background: #FFFFFF;
}

.nav.light > .container > .burger-to-close > div,
.nav.white > .container > .burger-to-close > div {
	background: #3C424A;
}

.nav.light > .container > .logo > svg .center,
.nav.white > .container > .logo > svg .center {
}

.nav.light > .container > .logo > svg .letters,
.nav.white > .container > .logo > svg .letters {
}

@media (min-width: 681px) {
	.nav.light > .container > .items > ul > li > a.hover,
								  .nav.white > .container > .items > ul > li > a.hover {
		color: #313840;
	}
}

@media (min-width: 681px) {
	.nav.light > .container > .items > ul > li > a.hover,
								  .nav.white > .container > .items > ul > li > a.hover {
		color: #313840;
	}
}

.nav.light {
	background: rgba(255,255,255,0.9);
}

.nav.white {
	background: #FFFFFF;
}

.btn-fill {
	display: inline-block;
	font-weight: 500;
	color: #FFFFFF !important;
	-webkit-border-radius: 40px;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 40px;
	-moz-background-clip: padding;
	border-radius: 40px;
	background-clip: padding-box;
	text-transform: uppercase;
	text-decoration: none !important;
	text-align: center;
	font-size: 32px;
	-webkit-transition: background .25s ease, border .25s ease;
	-moz-transition: background .25s ease, border .25s ease;
	-o-transition: background .25s ease, border .25s ease;
	transition: background .25s ease, border .25s ease;
	background: #ffb14c;
	line-height: 60px;
	-webkit-transition: background .25s ease;
	-moz-transition: background .25s ease;
	-o-transition: background .25s ease;
	transition: background .25s ease;
}

@media (max-width: 479px) {
	.btn-fill {
		font-size: 17px;
		line-height: 44px;
	}
}

@media (max-width: 479px) {
	.btn-fill {
		font-size: 17px;
		line-height: 44px;
	}
}

.btn-fill.hover {
	background: #DC9B47;
}

.btn-fill.click {
	background: #FF9812;
}

.lunapps-btn-hire-us {
	background-color: #ffb14c;
	color: #fff !important;
	position: fixed;
	right: -70px;
	z-index: 400;
	top: 200px;
	line-height: 40px;
	width: 180px;
	font-size: 20px;
	font-weight: 700;
	border: 0;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none !important;
	cursor: pointer;
	-ms-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

@media (max-width: 479px) {
	.lunapps-btn-hire-us {
		line-height: 20px;
		font-size: 12px;
		right: -50px;
		width: 120px;
	}
}

@media (max-width: 479px) {
	.lunapps-btn-hire-us {
		line-height: 20px;
		font-size: 12px;
		right: -50px;
		width: 120px;
	}
}

.semicolon-navigation,
.widget-area {
	display: flex;
	justify-content: center;
}

.lunapps-btn-open-search {
	position: absolute;
	right: 0;
	top: 0;
	width: 32px;
	height: 32px;
	margin-top: 7px;
	margin-right: 7px;
	background: url('/img/blog/search.png') no-repeat;
	background-size: contain;
}

.lunapps-btn-open-search:hover {
	opacity: .8;
	cursor: pointer;
}

html,
body {
	height: 100%;
}

html.no-scroll,
body.no-scroll {
	overflow: hidden;
}

.lunapps-overlay-search {
	display: none;
	position: fixed;
	overflow-y: scroll;
	z-index: 500;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background: rgba(49,56,64,0.95);
	text-align: center;
}

.lunapps-overlay-search > span.search-title {
	display: block;
	margin: 60px auto;
	text-transform: uppercase;
	font-weight: 700;
	color: #FFFFFF;
}

.lunapps-overlay-search > span.search-title > b {
	color: #F7B145;
}

@media (min-width: 681px) {
	.lunapps-overlay-search > span.search-title {
		font-size: 72px;
	}
}

@media (min-width: 681px) {
	.lunapps-overlay-search > span.search-title {
		font-size: 72px;
	}
}

@media (max-width: 680px) {
	.lunapps-overlay-search > span.search-title {
		font-size: 40px;
	}
}

@media (max-width: 680px) {
	.lunapps-overlay-search > span.search-title {
		font-size: 40px;
	}
}

.lunapps-overlay-search > .input-placeholder {
	width: 80%;
	max-width: 600px;
	margin: 0 auto;
}

.lunapps-overlay-search #search-results {
	margin: 60px auto 0;
	width: 840px;
}

@media (min-width: 681px) and (max-width: 992px) {
	.lunapps-overlay-search #search-results {
		width: 630px;
	}
}

@media (min-width: 480px) and (max-width: 680px) {
	.lunapps-overlay-search #search-results {
		width: 420px;
	}
}

@media (min-width: 480px) and (max-width: 680px) {
	.lunapps-overlay-search #search-results {
		width: 420px;
	}
}

@media (max-width: 479px) {
	.lunapps-overlay-search #search-results {
		width: 100%;
		padding-left: 20px;
		padding-right: 20px;
	}
}

@media (max-width: 479px) {
	.lunapps-overlay-search #search-results {
		width: 100%;
		padding-left: 20px;
		padding-right: 20px;
	}
}

.lunapps-overlay-search #search-results .entry-title > a {
	color: #fff;
}

.lunapps-overlay-search #search-results .entry-meta > a {
	color: #ddd;
}

.lunapps-overlay-search #search-results article {
	height: 300px;
}

@media (max-width: 479px) {
	.lunapps-overlay-search #search-results article {
		height: auto;
	}
}

@media (max-width: 479px) {
	.lunapps-overlay-search #search-results article {
		height: auto;
	}
}

.lunapps-overlay-search > .close-btn {
	position: absolute;
	left: 30px;
	top: 30px;
	width: 52px;
	height: 52px;
	-webkit-transition: opacity .25s ease;
	-moz-transition: opacity .25s ease;
	-o-transition: opacity .25s ease;
	transition: opacity .25s ease;
}

@media (max-width: 479px) {
	.lunapps-overlay-search > .close-btn {
		left: 12px;
		top: 12px;
		width: 26px;
		height: 26px;
	}
}

@media (max-width: 479px) {
	.lunapps-overlay-search > .close-btn {
		left: 12px;
		top: 12px;
		width: 26px;
		height: 26px;
	}
}

.lunapps-overlay-search > .close-btn::before,
.lunapps-overlay-search > .close-btn::after {
	content: '';
	position: absolute;
	background: #FFFFFF;
	left: 0;
	width: 52px;
	height: 4px;
	-webkit-border-radius: 2px;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 2px;
	-moz-background-clip: padding;
	border-radius: 2px;
	background-clip: padding-box;
	top: 24px;
	-webkit-transition: background .25s ease;
	-moz-transition: background .25s ease;
	-o-transition: background .25s ease;
	transition: background .25s ease;
}

@media (max-width: 479px) {
	.lunapps-overlay-search > .close-btn::before,
								  .lunapps-overlay-search > .close-btn::after {
		width: 26px;
		height: 2px;
		-webkit-border-radius: 1px;
		-webkit-background-clip: padding-box;
		-moz-border-radius: 1px;
		-moz-background-clip: padding;
		border-radius: 1px;
		background-clip: padding-box;
		top: 12px;
	}
}

@media (max-width: 479px) {
	.lunapps-overlay-search > .close-btn::before,
								  .lunapps-overlay-search > .close-btn::after {
		width: 26px;
		height: 2px;
		-webkit-border-radius: 1px;
		-webkit-background-clip: padding-box;
		-moz-border-radius: 1px;
		-moz-background-clip: padding;
		border-radius: 1px;
		background-clip: padding-box;
		top: 12px;
	}
}

.lunapps-overlay-search > .close-btn::before {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.lunapps-overlay-search > .close-btn::after {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.lunapps-overlay-search > .close-btn.hover {
	zoom: 1;
	filter: alpha(opacity=40);
	-webkit-opacity: .4;
	-moz-opacity: .4;
	opacity: .4;
}

.lunapps-overlay-search > .close-btn.click {
	zoom: 1;
	filter: alpha(opacity=100);
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
}

.lunapps-overlay-search > .close-btn.click::before,
.lunapps-overlay-search > .close-btn.click::after {
	background: #ffb14c;
}

.syntaxhighlighter-custom {
	font-size: 14px !important;
}

.hover {
	cursor: pointer;
}