body {
	background: #fff;
	color: #000;
	line-height: 125%;
	font-size:28px;
	font-family: "AlumniSans-Light";
  	position:relative;
}
b, strong {
  	font-family: "AlumniSans-Regular", sans-serif;
	font-weight: normal;
}

a {
	color: #7f8000;
	font-family: "AlumniSans-Regular", sans-serif;
	-webkit-transition: all 360ms ease-in-out;
	-moz-transition: all 360ms ease-in-out;
	-o-transition: all 360ms ease-in-out;
	-ms-transition: all 360ms ease-in-out;
	transition: all 360ms ease-in-out;
}

a:hover,  a:focus {
	color: #67C15E;
	-webkit-transition: all 360ms ease-in-out;
	-moz-transition: all 360ms ease-in-out;
	-o-transition: all 360ms ease-in-out;
	-ms-transition: all 360ms ease-in-out;
	transition: all 360ms ease-in-out;
}

h1, div.componentheading {
	font-weight: normal;
	line-height: 150%;
	font-size: 36px;
  	font-family: "AlumniSans-Regular", sans-serif;
}

h2, div.contentheading {
	font-weight: normal;
	line-height: 150%;
	font-size: 30px;
  	font-family: "AlumniSans-Regular", sans-serif;
}

h3 {
	font-weight: normal;
	line-height: 150%;
	font-size: 24px;
  	font-family: "AlumniSans-Regular", sans-serif;
}
h4 {
	font-weight: normal;
	line-height: 150%;
	font-size: 20px;
  	font-family: "AlumniSans-Regular", sans-serif;
}

.button, button, button.btn, input.btn, .btn {
    border: none;
	background: #e8e8e8;
	color: #333333;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 10px;
}

.button:hover, button:hover, button.btn:hover, input.btn:hover, .btn:hover,
.button:focus, button:focus, button.btn:focus, input.btn:focus, .btn:focus {
	background: #dedede;
	color: #000000;
}

.readmore a, .readmore .btn {
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 10px;
	font-weight: normal;
}

.invalid {border: red;}
                
input.inputbox, .registration input, .login input, .contact input, .contact textarea,  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"], .uneditable-input {
    border: none;
	height: auto;
	background: #ffffff;
	border: #c7c7c7 1px solid;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
}

input:focus, input.inputbox:focus, .registration input:focus, .login input:focus, .contact input:focus, .contact textarea:focus,  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, .uneditable-input:focus {
	border: #7d7d7d 1px solid;
}


/* ---------------------------------------
	Table styling
-----------------------------------------*/

table {
  width: 100%;
  border-collapse:separate;
  border-spacing:0;
  color:#333;
	border-radius:3px;
	margin:20px 0;
	color:#fff;
}
table th,
table td {
  padding:15px 5px;
  line-height: 20px;
	text-align:center;
	border:1px solid #d6d6d6;
}
table th {
	font-weight:normal;
	background:#157115;
	width:16%;
}
table th:first-child {
	background:#0B5A0B;
	width:51%;
	text-align:left;
	padding:15px;
}
table th:first-child {
	border-radius:3px 0 0 0;
}
table th:last-child {
	border-radius:0 3px 0 0;
}
table td {
	color:#666;
}
table td:first-child {
	text-align:left;
	padding:15px;
}
table tr:last-child td:first-child {
	border-radius:0 0 0 3px;
}
table tr:last-child td:last-child {
	border-radius:0 0 3px 0;
}
@media screen and (max-width:768px) {
	table {font-size:13px;}
	table th, table td {padding:5px;}
	table th:first-child {width:auto;word-break: break-all;}
	table td:first-child {word-break: break-all;padding:5px;}
}
@media screen and (max-width:524px) {
	table {font-size:12px;}
}

/* ---------------------------------------
	Mobile menu styling
-----------------------------------------*/

.jf_mm_pro_backout.opened {
    z-index:100;
}

.jf_mm_pro_panel .jf_mm_pro_panel_title {
    font-size:25px;
    padding: 0 20px 0 80px;
    text-shadow:none;
	color:#4A3938;
    font-weight:normal;
    border-bottom:2px solid #4A3938;
	background:#f6f6f6;
	font-weight:normal;
}
.jf_mm_pro_panel_content {
	background:#f6f6f6;
}
.jf_mm_pro_wrapper li {
	border-bottom:1px solid #ccc;
	text-align:left;
}
.jf_mm_pro_wrapper li a {
    padding:0 0 0 20px;
    font-size:16px;
    text-decoration:none;
    line-height: 50px !important;
    text-shadow:none;
    font-weight:normal;
	letter-spacing:1px;
    color:#4A3938 !important;
}
.jf_mm_pro_wrapper li a:hover {
    color:#000 !important;
}
#jf_mmpro_1 li.jf_mm_pro_back {
	background:#19181D !Important;
}
#jf_mmpro_1 li.jf_mm_pro_back > a:hover {
    color: #f6f6f6 !important;
    position:relative;
	background:#4A3938;
}
#jf_mmpro_1 li.jf_mm_pro_back > a:before {
    color: #f6f6f6 !important;
    content:"<";
    top:3px;left:24px;
    width:20px;
    font-size:21px;
    position:absolute;
}
body .jf_mm_pro_panelBtn .burger {
    position: absolute;
    left: 12px;
    width: 30px;
    height: 3px;
}
body .jf_mm_pro_panelBtn .burger.top {
    top: 18px;left:10px;
    transform-origin: 100% 100% 0;
    
}
body #jf_mmpro_1_panel.opened .burger.top {
	top: 19px;left:4px;
}
body .jf_mm_pro_panelBtn .burger.center {
    top: 25px;left:10px;
}
body #jf_mmpro_1_panel.opened .burger.center {
	top: 24px;left:14px;
}
body .jf_mm_pro_panelBtn .burger.bottom {
    top: 32px;left:10px;
}
body #jf_mmpro_1_panel.opened .burger.bottom {
	top: 30px;left:15px;
}


/* ---------------------------------------
	Standart styling
-----------------------------------------*/

.flex-st {
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
.mw1366 {
	max-width:1366px;
	margin:0 auto;
}
.head-keys {
	margin-bottom:-35px;
}
.head-keys h2 {
	color:#fff;
	font-size:30px !important;
	text-transform:uppercase;
	text-shadow:
    0 0 5px #fa0fff,
    0 0 10px #fa0fff,
    0 0 20px #fa0fff,
    0 0 40px #fa0fff,
    0 0 80px #fa0fff,
    0 0 100px #FB7BFF,
    0 0 150px #FB7BFF;
}
.head-srv {
	margin:50px 0;
}
.head-srv h2 {
	color:#fff;
	font-size:30px !important;
	text-transform:uppercase;
	text-shadow:
    0 0 5px #fff,
    0 0 10px #fff,
    0 0 40px #0ff,
    0 0 80px #0ff;
}
.head-srv strong {
	display:block;
	margin:50px 0;
	width:calc(100% / 2 - 20px);
	text-align:left;
	color:#ccc;
	font-size:16px;
}
.spacer-dashed {
	display:block;
	margin:100px auto;
	border-bottom:2px dashed #666;
}
.links {
	margin:40px 20px;
}
.links p:before {
	display:none !important;
}
.links-left {
	width:100%;
	align-items:center;
}
.links-left p {
	width:50%;
}
.links-reviews {
	width:calc(100% / 2 - 20px);
}
.links-reviews a {
	display:flex;
	align-items:center;
	color:#fff;
	font-family: "Mulish-Bold", sans-serif;
	text-transform:uppercase;
}
.links-reviews a span {
	margin-left:20px;
	padding-bottom:20px;
}
.links-reviews a:hover {
	color:#E37DB1;
}
.links-phone {
	width:calc(100% / 2 - 20px);
	font-family: "Mulish-Bold", sans-serif;
	text-transform:uppercase;
	padding-bottom:25px;
}
.links-phone a {
	display:block;
	text-transform:lowercase;
	color:#98BE96;
	font-size:20px;
}
.links-phone a:hover {
	color:#E37DB1;
}
.links-right {
	width:100%;
	margin-top:20px;
}
.links-right p {
	width:50%;
}
.links-right a img {
	width:50px;
	vertical-align:middle;
	margin:0 20px 0 0;
}
.links-right a {
	color:#fff;
	display:flex;
	line-height:100%;
	align-items:center;
}
.links-right a:hover {
	color:#98BE96;
}

@media screen and (max-width:1180px) {
	.head-srv strong {width:100%;}
	.links-left {flex-wrap:wrap;}
	.links-left p {width:100%;}
	.links-reviews img {width:100px;}
	.links-reviews {width:100%;}
	.links-phone {width:100%;margin-top:20px;}
}
@media screen and (max-width:968px) {
	.head-keys {margin-bottom:0;margin-top:-50px;}
	.head-keys h2 {display:block;text-align:left;}
	.head-srv {margin:0 0 50px;text-align:left;}
}


/* ---------------------------------------
	Form styling
-----------------------------------------*/

.no_title #rl_modals_close {
    right: 6px;
    top: 14px;
}
.convertforms .cf-content-wrap, .convertforms .cf-form-wrap {
    padding: 10px 20px 0;
}
.convertforms h3 {
	margin-bottom:20px;
}

/* ---------------------------------------
	       Gallery
-----------------------------------------*/

.fr-content-element {border-radius:10px;}
.fr-info-padder {display:none;}
.fr-close-background {border-radius:3px;}
ul.sigProResponsiveBlue li.sigProThumb a.sigProLink {
    background:none;
    border:none;
	height:240px;
	padding:0 !important;
}
ul.sigProResponsiveBlue li.sigProThumb a.sigProLink:hover {
	border:none;
	background:none;
}
ul.sigProResponsiveBlue li.sigProThumb a.sigProLink img.sigProImg, ul.sigProResponsiveBlue li.sigProThumb a.sigProLink:hover img.sigProImg {
    display: block;
    padding: 0;
    margin: 0;
    border:4px solid #fff;
    border-radius:10px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
	height:240px;
}
ul.sigProResponsiveBlue span.sigProPseudoCaption {
    padding-top: 0;
}
.mnwall_iso_buttons > span {
	display:none;
}
.mnwall_iso_buttons a {
	padding: 3px 15px;
	border:none;
	margin: 0 5px 5px 0;
	color: #fff;
	text-shadow:0 1px 1px rgb(0 0 0 / 50%);
	background: #333333;
	height:38px;
}
.mnwall_iso_buttons a:hover,
.mnwall_iso_buttons a:focus {
	background: #333333;
	color:#EBDB99;
}
#mnwall_container_1 .mnwall_iso_buttons a.mnw_filter_active {
    color:#fff;
}
.mnwall-columns .mnwall-photo-link img {
	border-radius:5px 5px 0 0;
}
.mnwall-columns .mnwall-photo-link {
	border-radius:5px 5px 0 0;
}
.mnwall-columns .mnwall-item-inner {
	border-radius:0 0 5px 5px;
	border-top:5px solid #fff;
}
h3.mnwall-title {padding: 10px 20px;}
h3.mnwall-title a,
h3.mnwall-title span {
	font-size: 16px;
	line-height: 27px;
	text-transform: none;
	text-decoration:none;
	font-weight:normal;
}
h3.mnwall-title a:hover,
h3.mnwall-title a:focus {
	text-decoration: underline;
}
.mnwall_more_results a {
	box-shadow:none;
	border: none;
	padding:10px 20px;
	line-height: 27px;
	font-size: 16px;
}
.mnwall_more_results a:hover {
	background: #333333;
}
.mnwall_more_results a.more-results:hover,
.mnwall_more_results a.mnwall-reset-btn:hover {
	background: rgb(51 51 51) !important;
	border:none !important;
	color: #fff !important;
}
@media screen and (max-width:768px) {
	ul.sigProResponsiveBlue li.sigProThumb a.sigProLink {height:180px;}
}
@media screen and (max-width:524px) {
	ul.sigProResponsiveBlue li.sigProThumb a.sigProLink {height:150px;}
}

.cases-link-section {
	display:block;
	margin:100px 20px 0;
}
.cases-link {
	margin:0;
}
.neon-btn {
  text-transform: uppercase;
  font-size: 15px;
  padding: 15px 30px;
  transition: 0.2s;
}
.neon-btn--purple {
	background-color: #f038ff;
	color: #fff;
	border: 2px solid #f038ff;
	box-shadow: 0 0 5px #fa0fff8c,
	0 0 10px #fa0fff94,
	0 0 40px #fa0fff87,
	0 0 100px #fb7bff78;
	border-radius:50px;
}
.neon-btn--purple:hover {
  background:#5b7d5a;
	border: 2px solid #5b7d5a;
	box-shadow: 0 0 5px #5b7d5a87,
	0 0 10px #5b7d5a82,
	0 0 50px #5b7d5a82,
	0 0 100px #5b7d5a82;
	color:#fff;
}
.main .case-head1 {
	color:#fff;
	font-size:30px !important;
	text-transform:uppercase;
	text-shadow:
    0 0 5px #fa0fff,
    0 0 10px #fa0fff,
    0 0 20px #fa0fff,
    0 0 40px #fa0fff,
    0 0 80px #fa0fff,
    0 0 100px #FB7BFF,
    0 0 150px #FB7BFF;
	margin:100px 0;
	text-align:center;
}
.case-section {
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	text-align:left;
	margin-bottom:100px;
}
.case-section-left {
	width:calc(100% / 2 - 40px);
}
.case-section-right {
	width:calc(100% / 2 - 40px);
}
.case-head2 {
	color:#fff;
	font-size:25px !important;
	text-shadow:
    0 0 10px #fff,
    0 0 40px #0ff,
    0 0 80px #0ff;
	margin-bottom:50px;
}
.case-section a {
	color:#ee8730;
	font-family: "Mulish-Bold";
	display:block;
	margin:20px 0;
}
.case-section a:hover {
	color:#fa0fff;
}
.case-section h3 {
	color:#fa0fff;
	margin-top:15px;
	font-size:20px;
}
.case-section p {
	font-size:16px;
}

@media screen and (max-width:968px) {
	.case-section {
		flex-direction:column-reverse;
	}
	.case-section-left {
		width:100%;
	}
	.case-section-right {
		width:100%;
		margin-bottom:50px;
	}
	.case-section-right img {
		display:block;
		margin:0 auto;
	}
	.case-head2 {
		text-align:center;
	}
	.case-section a {
		text-align:center;
	}
}

.banner {
	background:#985403;
	color:#fff;
	border-radius:6px;
	margin:0 auto 100px;
	position:relative;
	padding:40px 0;
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	justify-content:space-between;
	background:linear-gradient(to right, rgb(152,84,3) 0%,rgb(89,36,0) 100%);
}
.banner:before {
	content:'';
	position:absolute;
	bottom:20px;right:20px;
	width:128px;height:128px;
	opacity:0.78;
	background:url('/images/ngkorp.png') 0 0 no-repeat;
}
.banner h3 {
	font-size:35px;
	line-height:110%;
}
.banner-left {
	width:calc(100% / 2 - 20px);
	border-right:1px solid rgb(204 153 94 / 30%);
	padding:0 40px;
}
.banner-right {
	width:calc(100% / 2 - 20px);
}
.banner a {
	color:#fff;
	text-decoration:underline;
	display:inline-block;
}
.banner a:hover {
	color:#989a56;
}
.banner ul {
	padding:0;margin:30px 0 0 0;
}
.banner ul li {
	list-style:none;
	position:relative;
	padding-left:30px;
}
.banner ul li:before {
	content:'';
	background:#989a56;
	width:15px;height:15px;
	border-radius:15px;
	position:absolute;
	top:10px;left:0px;
}
@media screen and (max-width:968px) {
	.banner-left {width:100%;border-right:none;padding:0 30px 30px;}
	.banner-right {width:100%;padding:0 120px 0 30px;}
	.banner {margin:30px auto 10px;}
}
@media screen and (max-width:524px) {
	.banner-left {padding:0 25px 30px;}
	.banner-right {width:100%;padding:0 100px 0 25px;}
	.banner h3 {font-size:30px;}
	.banner:before {bottom:15px;right:5px;}
}