@charset "UTF-8";
/**
 * @package Helix Ultimate Framework
 * @author JoomShaper https://www.joomshaper.com
 * @copyright Copyright (c) 2010 - 2018 JoomShaper
 * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 or Later
*/
/*
	$global_color: #5a83be;
	$global_color2: #27ea9d;
*/
/*---------delete after setting color scheme---*/
/*
	$link_hover_color: $global_color;
	$menu_text_hover_color: $global_color;
	$menu_text_active_color: $global_color;
	$menu_dropdown_text_hover_color: $global_color;
	$menu_dropdown_text_active_color: $global_color;
*/
/*-----------delete after setting color scheme----*/
@-webkit-keyframes run {
  0% {
    top: -120px;
  }
  100% {
    top: 0;
  }
}

@keyframes run {
  0% {
    top: -120px;
  }
  100% {
    top: 0;
  }
}

.list-group-item {
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.list-group-item.list-group-item-action {
  transition: .3s;
}

.list-group-item-action:active, .list-group-item-action:focus, .list-group-item-action:hover {
  background-color: inherit;
}

@-webkit-keyframes run {
  0% {
    top: -120px;
  }
  100% {
    top: 0;
  }
}

@keyframes run {
  0% {
    top: -120px;
  }
  100% {
    top: 0;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .swiper-slider .swiper-slide div.slide-inner {
    display: block;
  }
  .swiper-slider .swiper-slide div.slide-inner .swiper-slide-caption {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 710px) {
  .container {
    max-width: 740px;
  }
}

@media (min-width: 738px) {
  .container {
    max-width: 768px;
  }
}

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

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

.item {
  margin-bottom: 3.26;
}

.item_img a {
  position: relative;
}

body.view-article:not(.elements) .body-innerwrapper section:not(#sp-main-body), body.layout-edit:not(.elements) .body-innerwrapper section:not(#sp-main-body), body.com-users:not(.elements) .body-innerwrapper section:not(#sp-main-body) {
  display: none;
}

body.view-article:not(.elements) .body-innerwrapper section:not(#sp-main-body)#sp-main-top, body.view-article:not(.elements) .body-innerwrapper section:not(#sp-main-body)#sp-fixed-right, body.layout-edit:not(.elements) .body-innerwrapper section:not(#sp-main-body)#sp-main-top, body.layout-edit:not(.elements) .body-innerwrapper section:not(#sp-main-body)#sp-fixed-right, body.com-users:not(.elements) .body-innerwrapper section:not(#sp-main-body)#sp-main-top, body.com-users:not(.elements) .body-innerwrapper section:not(#sp-main-body)#sp-fixed-right {
  display: block;
}

body.view-article:not(.elements) .body-innerwrapper section#sp-breadcrumbs, body.view-article:not(.elements) .body-innerwrapper section#sp-bottom, body.layout-edit:not(.elements) .body-innerwrapper section#sp-breadcrumbs, body.layout-edit:not(.elements) .body-innerwrapper section#sp-bottom, body.com-users:not(.elements) .body-innerwrapper section#sp-breadcrumbs, body.com-users:not(.elements) .body-innerwrapper section#sp-bottom {
  display: block;
}

body.view-article:not(.elements) .body-innerwrapper .sp-module-content-top, body.layout-edit:not(.elements) .body-innerwrapper .sp-module-content-top, body.com-users:not(.elements) .body-innerwrapper .sp-module-content-top {
  display: none;
}

body.view-article:not(.elements) .body-innerwrapper .sp-module-content-bottom, body.layout-edit:not(.elements) .body-innerwrapper .sp-module-content-bottom, body.com-users:not(.elements) .body-innerwrapper .sp-module-content-bottom {
  display: none;
}

.addthis_sharing_toolbox {
  margin-top: 20px;
  margin-bottom: 20px;
}

.video_frame {
  margin-bottom: 26px;
  position: relative;
}

.video_frame iframe {
  border: medium none !important;
  height: 100% !important;
  left: 0;
  margin: 0;
  position: absolute;
  top: 0;
  width: 100% !important;
}

.item_img,
.category_img {
  font-size: 0;
  line-height: 0;
  margin: 0 0 25px;
  position: relative;
}

.item_img a,
.category_img a {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  position: relative;
}

.item_img a:hover img, .item_img a:hover .BWfade,
.category_img a:hover img,
.category_img a:hover .BWfade {
  opacity: 1 !important;
}

.item_img img,
.category_img img {
  max-width: 100%;
  height: auto;
}

.pretext {
  margin-bottom: 20px;
  display: inline-block;
}

.img-intro__left,
.img-full__left {
  float: left;
  margin-right: 30px;
}

@media (min-width: 768px) {
  .img-intro__left,
  .img-full__left {
    max-width: 48%;
  }
}

.img-intro__right,
.img-full__right {
  float: right;
  margin-left: 30px;
}

@media (min-width: 768px) {
  .img-intro__right,
  .img-full__right {
    max-width: 48%;
  }
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.img-offset1 {
  margin-top: 1px;
}

.BWfade {
  display: block !important;
  height: 100% !important;
  left: 0 !important;
  opacity: 0 !important;
  top: 0 !important;
  transform: scale(1);
  -o-transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transition: all 0.5s linear !important;
  -o-transition: all 0.5s linear !important;
  transition: all 0.5s linear !important;
  width: 100% !important;
  z-index: 2;
}

.no-edit .jmodedit {
  display: none !important;
}

.spacer {
  background: #ebebeb;
  clear: both;
  height: 1px;
  margin: 50px 0 80px;
}

/*======================= DOCUMENTATION =======================*/
#mod_table .module {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px 30px;
  -webkit-box-shadow: 0 1px 18px 0 rgba(0, 0, 0, 0.09);
  box-shadow: 0 1px 18px 0 rgba(0, 0, 0, 0.09);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  margin-bottom: 30px;
}

#mod_table .module b, #mod_table .module strong {
  color: #3F3F3F;
}

#mod_table .module [class*="span"] + [class*="span"] {
  margin-top: 20px;
}

#mod_table .module:nth-child(even) {
  background: transparent;
}

#mod_table ul li {
  list-style: none;
}

/*======================= SCROLL TO TOP =======================*/
#back-top {
  bottom: 90px;
  position: fixed;
  right: 20px;
  -webkit-transform: translateZ(0);
  z-index: 99;
  display: none;
}

#back-top a {
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  display: block;
  font: 34px/34px FontAwesome;
  color: #6360ED;
}

#back-top a > span:before {
  content: "\f0aa";
}

#back-top a:hover {
  color: #747B7F;
}

*::selection {
  background: #6360ED;
  color: #fff;
}

*::-moz-selection {
  background: #6360ED;
  color: #fff;
}

.body-innerwrapper {
  display: flex;
  flex-direction: column;
  align-content: space-between;
  min-height: 100vh;
  justify-content: flex-start;
}

.body-innerwrapper > footer {
  margin-top: auto;
}

/*
* Page Loaders
* --------------------------------------------------
*/
.page-loader {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  float: left;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px;
  z-index: 9999;
  background: #fff;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

.page-loader.loaded {
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}

.page-loader.ending {
  display: none;
}

.page-loader .page-loader-body {
  text-align: center;
}

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

.cssload-bell {
  position: relative;
  width: 55px;
  height: 55px;
  border-radius: 100%;
  animation: cssload-spin 5.75s infinite linear;
}

@keyframes cssload-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.cssload-circle {
  width: 100%;
  height: 100%;
  position: absolute;
}

.cssload-circle .cssload-inner {
  width: 30px;
  height: 20px;
  border-top: 3px solid #6360ED;
  animation: cssload-spin 2.5s infinite linear;
}

.cssload-circle:nth-child(1n) {
  transform: rotate(0deg);
}

.cssload-circle:nth-child(2n) {
  transform: rotate(45deg);
}

.cssload-circle:nth-child(3n) {
  transform: rotate(90deg);
}

.cssload-circle:nth-child(4n) {
  transform: rotate(135deg);
}

.cssload-circle:nth-child(5n) {
  transform: rotate(180deg);
}

.cssload-circle:nth-child(6n) {
  transform: rotate(225deg);
}

.cssload-circle:nth-child(7n) {
  transform: rotate(270deg);
}

.cssload-circle:nth-child(8n) {
  transform: rotate(315deg);
}

.center {
  text-align: center;
}

.tcenter .sp-module-title {
  text-align: center;
}

.tleft .sp-module-title {
  text-align: left;
}

.tright .sp-module-title {
  text-align: right;
}

.full > .row {
  margin: 0;
}

.full > .row > .col-lg-12 {
  padding: 0;
}

.article-ratings {
  display: flex;
  align-items: center;
}

.article-ratings .rating-symbol {
  unicode-bidi: bidi-override;
  direction: rtl;
  font-size: 1rem;
  display: inline-block;
  margin-left: 5px;
}

.article-ratings .rating-symbol span.rating-star {
  font-family: "FontAwesome";
  font-weight: normal;
  font-style: normal;
  display: inline-block;
}

.article-ratings .rating-symbol span.rating-star.active:before {
  content: "\f005";
  color: #F6BC00;
}

.article-ratings .rating-symbol span.rating-star:before {
  content: "\f006";
  padding-right: 5px;
}

.article-ratings .rating-symbol span.rating-star:hover:before,
.article-ratings .rating-symbol span.rating-star:hover ~ span.rating-star:before {
  content: "\f005";
  color: #E7B000;
  cursor: pointer;
}

.article-ratings .fa-spinner {
  margin-right: 5px;
}

.article-full-image.float-left {
  margin-right: 25px;
}

.article-full-image.float-right {
  margin-left: 25px;
}

body.rtl {
  direction: rtl;
}

body.rtl .dropdown-menu {
  float: right;
  text-align: right;
}

body.rtl .close {
  float: left;
}

body.rtl .float-left {
  float: right !important;
}

body.rtl .float-right {
  float: left !important;
}

@media (min-width: 768px) {
  body.rtl .float-sm-left {
    float: right !important;
  }
  body.rtl .float-sm-right {
    float: left !important;
  }
}

@media (min-width: 768px) {
  body.rtl .float-md-left {
    float: right !important;
  }
  body.rtl .float-md-right {
    float: left !important;
  }
}

@media (min-width: 992px) {
  body.rtl .float-lg-left {
    float: right !important;
  }
  body.rtl .float-lg-right {
    float: left !important;
  }
}

@media (min-width: 1200px) {
  body.rtl .float-xl-left {
    float: right !important;
  }
  body.rtl .float-xl-right {
    float: left !important;
  }
}

body.rtl .text-left {
  text-align: right !important;
}

body.rtl .text-right {
  text-align: left !important;
}

@media (min-width: 768px) {
  body.rtl .text-sm-left {
    text-align: right !important;
  }
  body.rtl .text-sm-right {
    text-align: left !important;
  }
}

@media (min-width: 768px) {
  body.rtl .text-md-left {
    text-align: right !important;
  }
  body.rtl .text-md-right {
    text-align: left !important;
  }
}

@media (min-width: 992px) {
  body.rtl .text-lg-left {
    text-align: right !important;
  }
  body.rtl .text-lg-right {
    text-align: left !important;
  }
}

@media (min-width: 1200px) {
  body.rtl .text-xl-left {
    text-align: right !important;
  }
  body.rtl .text-xl-right {
    text-align: left !important;
  }
}

body.rtl code,
body.rtl kbd,
body.rtl pre,
body.rtl samp {
  direction: ltr;
  unicode-bidi: bidi-override;
}

body.rtl .mr-auto,
body.rtl .mx-auto {
  margin-right: initial !important;
  margin-left: auto !important;
}

.com-media.contentpane {
  padding: 10px !important;
}

.com-media .well {
  background: #f5f5f5;
  padding: 20px;
  border-radius: 4px;
  margin-bottom: 10px;
}

.com-media .well .row {
  margin: 0;
  padding: 0;
}

.com-media .well .row > div:first-child {
  width: calc(100% - 200px);
}

.com-media .well .row > div:last-child {
  width: 200px;
  float: right;
  text-align: right;
  padding-top: 30px;
}

.com-media .well .row #folderlist {
  display: inline-block;
}

.com-media .well .row #upbutton {
  display: none;
}

.com-media.view-imagesList {
  padding: 0px 0px 10px 0 !important;
}

.com-media.view-imagesList:before {
  content: " ";
  display: table;
}

.com-media.view-imagesList:after {
  display: block;
  clear: both;
  content: "";
}

.com-media.view-imagesList ul.manager {
  list-style: none;
  padding: 0;
  margin: 0;
}

.com-media.view-imagesList ul.manager > li.thumbnail {
  width: 110px;
  float: left;
}

.com-media.view-imagesList ul.manager > li.thumbnail > a > div:first-child {
  height: 60px;
  margin-bottom: 10px;
  text-align: center;
}

.com-media.view-imagesList ul.manager > li.thumbnail > a > div:first-child > span {
  display: inline-block;
  width: 60px;
  height: 40px;
  margin: 0 auto;
  margin-top: 25px;
  position: relative;
  background-color: #92ceff;
  border-radius: 0 5px 5px 5px;
}

.com-media.view-imagesList ul.manager > li.thumbnail > a > div:first-child > span:before {
  content: '';
  width: 50%;
  height: 12px;
  border-radius: 0 20px 0 0;
  background-color: #92ceff;
  position: absolute;
  top: -12px;
  left: 0px;
}

.com-media.view-imagesList ul.manager > li.thumbnail > a > div:first-child img {
  display: inline-block;
}

@keyframes spFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes spFadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes spFadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes spZoomIn {
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 1;
  }
}

@keyframes spRotateIn {
  from {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    transform-origin: center;
    transform: none;
    opacity: 1;
  }
}

@keyframes spPulse {
  from {
    opacity: 0;
    transform: scale3d(1, 1, 1);
  }
  50% {
    opacity: 0.5;
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}

@keyframes spSpin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes load {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-97px);
    transform: translateY(-97px);
  }
  15% {
    opacity: 0;
    -webkit-transform: translateY(-97px);
    transform: translateY(-97px);
  }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  70% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  85% {
    opacity: 0;
    -webkit-transform: translateY(97px);
    transform: translateY(97px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(97px);
    transform: translateY(97px);
  }
}

@-o-keyframes load {
  0% {
    opacity: 0;
    -o-transform: translateY(-97px);
  }
  15% {
    opacity: 0;
    -o-transform: translateY(-97px);
  }
  30% {
    opacity: 1;
    -o-transform: translateY(0);
  }
  70% {
    opacity: 1;
    -o-transform: translateY(0);
  }
  85% {
    opacity: 0;
    -o-transform: translateY(97px);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(97px);
  }
}

@-ms-keyframes load {
  0% {
    opacity: 0;
    -ms-transform: translateY(-97px);
  }
  15% {
    opacity: 0;
    -ms-transform: translateY(-97px);
  }
  30% {
    opacity: 1;
    -ms-transform: translateY(0);
  }
  70% {
    opacity: 1;
    -ms-transform: translateY(0);
  }
  85% {
    opacity: 0;
    -ms-transform: translateY(97px);
  }
  100% {
    opacity: 0;
    -ms-transform: translateY(97px);
  }
}

@-webkit-keyframes load {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-97px);
  }
  15% {
    opacity: 0;
    -webkit-transform: translateY(-97px);
  }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  70% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  85% {
    opacity: 0;
    -webkit-transform: translateY(97px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(97px);
  }
}

@-moz-keyframes load {
  0% {
    opacity: 0;
    -moz-transform: translateY(-97px);
  }
  15% {
    opacity: 0;
    -moz-transform: translateY(-97px);
  }
  30% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  70% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  85% {
    opacity: 0;
    -moz-transform: translateY(97px);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(97px);
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes uil-adjust-hue-css {
  0% {
    opacity: 1;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: 0.1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-moz-keyframes uil-adjust-hue-css {
  0% {
    opacity: 1;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: 0.1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes uil-adjust-hue-css {
  0% {
    opacity: 1;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: 0.1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-o-keyframes uil-adjust-hue-css {
  0% {
    opacity: 1;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: 0.1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes uil-adjust-hue-css {
  0% {
    opacity: 1;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: 0.1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes swiper-preloader-adjust-hue {
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-adjust-hue {
  100% {
    transform: rotate(360deg);
  }
}

/*
section {
	.sp-module:not(.services) {	
		.sp-module-content {	
			@include transform(translateY(50px));
			@include transition(transform .7s ease);
			&.visible-first {
				@include transform(none);
			}
		}
	}
	.sp-module.services {	
		article {
			@include transform(translateY(50px));
			@include transition(transform .7s ease);
			&.visible-first {
				@include transform(none);
			}
		}
	}
}


.pretext, .sp-module-title {
	section:not(#sp-bottom) & {		
		@include transform(scale(.5));
		@include transition(transform .7s ease);	
		&.visible-first {
			@include transform(none);
		}		
	}
}
*/
.sp-megamenu-wrapper {
  margin-bottom: 10px;
}

@media (max-width: 1199px) {
  .sp-megamenu-wrapper > ul {
    text-align: center li;
    text-align-text-align: left;
  }
}

.sp-megamenu-parent div.sp-dropdown.view-search {
  padding-top: 28px;
}

.sp-megamenu-parent {
  list-style: none;
  padding: 0;
  position: static;
  margin-bottom: 10px;
  display: block;
}

@media (min-width: 768px) {
  .sp-megamenu-parent {
    z-index: 99;
  }
}

@media (max-width: 991px) {
  .sp-megamenu-parent {
    float: none;
    text-align: center;
    margin-top: 20px;
  }
}

.sp-megamenu-parent .sp-has-child {
  font-size: 16px;
}

.sp-megamenu-parent .sp-has-child.mega-menu {
  position: static;
}

.sp-megamenu-parent .sp-has-child .sp-dropdown {
  display: none;
  padding-top: 14px;
}

.sp-megamenu-parent .mega-menu.sp-has-child .sp-dropdown {
  padding-top: 20px;
  margin-top: -20px;
}

.sp-megamenu-parent > li {
  display: inline-block;
  position: relative;
  padding: 0;
  letter-spacing: 1px;
}

.sp-megamenu-parent > li.menu-justify {
  position: static;
}

.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
  display: inline-block;
  position: relative;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  letter-spacing: -0.1px;
  color: #3F3F3F;
  font-style: normal;
  margin: 0;
  text-decoration: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.sp-megamenu-parent > li > a:hover {
  color: #6360ED;
}

.sp-megamenu-parent > li.active > a {
  color: #6360ED;
}

.sp-megamenu-parent > li .sp-menu-badge {
  height: 20px;
  line-height: 20px;
  padding: 0 5px;
  font-size: 10px;
  display: inline-block;
  text-transform: uppercase;
  background: #d60000;
  color: #fff;
  border-radius: 3px;
}

.sp-megamenu-parent > li.sp-has-child > a:after,
.sp-megamenu-parent > li.sp-has-child > span:after {
  font-family: "FontAwesome";
  content: "\f0dd";
  float: right;
  margin-left: 7px;
}

.sp-megamenu-parent > li + li {
  margin: 0 0 0 30px;
}

.sp-megamenu-parent .sp-module {
  padding: 10px;
}

.sp-megamenu-parent .sp-mega-group {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sp-megamenu-parent .sp-mega-group > li > a {
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 10px;
  padding-left: 0;
  position: relative;
  -webkit-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
  transition: 0.2s all ease;
}

@media (min-width: 992px) {
  .sp-megamenu-parent .sp-mega-group > li > a:before {
    display: inline-block;
    position: absolute;
    top: 2px;
    left: -20px;
    line-height: 16px;
    content: '\f14f';
    font-family: "Material Design Icons";
    -webkit-transition: 0.2s all ease;
    -o-transition: 0.2s all ease;
    transition: 0.2s all ease;
    opacity: 0;
    padding-right: 5px;
    pointer-events: none;
  }
  .sp-megamenu-parent .sp-mega-group > li > a:hover, .sp-megamenu-parent .sp-mega-group > li > a:focus, .sp-megamenu-parent .sp-mega-group > li > a:active {
    padding-left: 20px;
  }
  .sp-megamenu-parent .sp-mega-group > li > a:hover:before, .sp-megamenu-parent .sp-mega-group > li > a:focus:before, .sp-megamenu-parent .sp-mega-group > li > a:active:before {
    opacity: 1;
    left: 0;
  }
}

.sp-megamenu-parent .sp-mega-group > li.active > a {
  color: #6360ED;
  padding-left: 20px;
}

.sp-megamenu-parent .sp-mega-group > li.active > a:before {
  opacity: 1;
  left: 0;
}

.sp-megamenu-parent .sp-mega-group .sp-mega-group-child {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sp-megamenu-parent .menu-search > a:after, .sp-megamenu-parent .menu-login > a:after {
  display: none;
}

.sp-megamenu-parent .menu-search .sp-dropdown.sp-dropdown-main, .sp-megamenu-parent .menu-login .sp-dropdown.sp-dropdown-main {
  display: none;
}

.sp-megamenu-parent .menu-login > a {
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  color: white;
  background-color: #6360ED;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 13px 36px 14px 36px;
}

.sp-megamenu-parent .menu-login > a:hover, .sp-megamenu-parent .menu-login > a:focus, .sp-megamenu-parent .menu-login > a:active {
  color: white;
  background-color: #FFB907;
}

.sp-megamenu-parent .menu-search .sp-dropdown .sp-dropdown-inner {
  padding: 0;
}

.sp-megamenu-parent .menu-icon > a {
  font-size: 0;
  line-height: 0;
}

.sp-megamenu-parent .menu-icon > a > span:before {
  font-size: 16px;
}

.sp-megamenu-parent .sp-dropdown {
  margin: 0;
  position: absolute;
  z-index: 10;
  text-align: left;
  display: none;
}

.sp-megamenu-parent .sp-dropdown .sp-dropdown-items li.sp-menu-item > a {
  font-weight: 300;
  font-family: "Open Sans", sans-serif;
  letter-spacing: 1.5px;
  position: relative;
  -webkit-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
  transition: 0.2s all ease;
}

.sp-megamenu-parent .sp-dropdown .sp-dropdown-items li.sp-menu-item > a:before {
  display: inline-block;
  position: absolute;
  top: 2px;
  left: -20px;
  content: '\f14f';
  font-family: "Material Design Icons";
  -webkit-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
  transition: 0.2s all ease;
  opacity: 0;
  padding-right: 5px;
  pointer-events: none;
}

.sp-megamenu-parent .sp-dropdown .sp-dropdown-items li.sp-menu-item > a:hover, .sp-megamenu-parent .sp-dropdown .sp-dropdown-items li.sp-menu-item > a:focus, .sp-megamenu-parent .sp-dropdown .sp-dropdown-items li.sp-menu-item > a:active {
  padding-left: 20px;
}

.sp-megamenu-parent .sp-dropdown .sp-dropdown-items li.sp-menu-item > a:hover:before, .sp-megamenu-parent .sp-dropdown .sp-dropdown-items li.sp-menu-item > a:focus:before, .sp-megamenu-parent .sp-dropdown .sp-dropdown-items li.sp-menu-item > a:active:before {
  opacity: 1;
  left: 0;
}

.sp-megamenu-parent .sp-dropdown .sp-dropdown-items li.sp-menu-item.active > a {
  color: #6360ED;
  padding-left: 20px;
}

.sp-megamenu-parent .sp-dropdown .sp-dropdown-items li.sp-menu-item.active > a:before {
  opacity: 1;
  left: 0;
}

.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
  background: white;
  padding: 15px 0;
  -webkit-box-shadow: 0 6px 8px rgba(110, 123, 157, 0.17);
  box-shadow: 0 6px 8px rgba(110, 123, 157, 0.17);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner > .row:not(:first-child) {
  margin-top: 20px;
}

.sp-megamenu-parent .sp-dropdown.sp-dropdown-mega .sp-dropdown-inner {
  padding: 40px 70px;
  overflow: hidden;
}

.sp-megamenu-parent .sp-dropdown.sp-dropdown-mega .sp-dropdown-inner > .row {
  margin-left: -20px;
  margin-right: -20px;
}

.sp-megamenu-parent .sp-dropdown.sp-dropdown-mega .sp-dropdown-inner .col, .sp-megamenu-parent .sp-dropdown.sp-dropdown-mega .sp-dropdown-inner .col-1, .sp-megamenu-parent .sp-dropdown.sp-dropdown-mega .sp-dropdown-inner .col-10, .sp-megamenu-parent .sp-dropdown.sp-dropdown-mega .sp-dropdown-inner .col-11, .sp-megamenu-parent .sp-dropdown.sp-dropdown-mega .sp-dropdown-inner .col-12, .sp-megamenu-parent .sp-dropdown.sp-dropdown-mega .sp-dropdown-inner .col-2, .sp-megamenu-parent .sp-dropdown.sp-dropdown-mega .sp-dropdown-inner .col-3, .sp-megamenu-parent .sp-dropdown.sp-dropdown-mega .sp-dropdown-inner .col-4, .sp-megamenu-parent .sp-dropdown.sp-dropdown-mega .sp-dropdown-inner .col-5, .sp-megamenu-parent .sp-dropdown.sp-dropdown-mega .sp-dropdown-inner .col-6, .sp-megamenu-parent .sp-dropdown.sp-dropdown-mega .sp-dropdown-inner .col-7, .sp-megamenu-parent .sp-dropdown.sp-dropdown-mega .sp-dropdown-inner .col-8, .sp-megamenu-parent .sp-dropdown.sp-dropdown-mega .sp-dropdown-inner .col-9, .sp-megamenu-parent .sp-dropdown.sp-dropdown-mega .sp-dropdown-inner .col-auto, .sp-megamenu-parent .sp-dropdown.sp-dropdown-mega .sp-dropdown-inner .col-lg, .sp-megamenu-parent .sp-dropdown.sp-dropdown-mega .sp-dropdown-inner .col-lg-1, .sp-megamenu-parent .sp-dropdown.sp-dropdown-mega .sp-dropdown-inner .col-lg-10, .sp-megamenu-parent .sp-dropdown.sp-dropdown-mega .sp-dropdown-inner .col-lg-11, .sp-megamenu-parent .sp-dropdown.sp-dropdown-mega .sp-dropdown-inner .col-lg-12, .sp-megamenu-parent .sp-dropdown.sp-dropdown-mega .sp-dropdown-inner .col-lg-2, .sp-megamenu-parent .sp-dropdown.sp-dropdown-mega .sp-dropdown-inner .col-lg-3, .sp-megamenu-parent .sp-dropdown.sp-dropdown-mega .sp-dropdown-inner .col-lg-4, .sp-megamenu-parent .sp-dropdown.sp-dropdown-mega .sp-dropdown-inner .col-lg-5, .sp-megamenu-parent .sp-dropdown.sp-dropdown-mega .sp-dropdown-inner .col-lg-6, .sp-megamenu-parent .sp-dropdown.sp-dropdown-mega .sp-dropdown-inner .col-lg-7, .sp-megamenu-parent .sp-dropdown.sp-dropdown-mega .sp-dropdown-inner .col-lg-8, .sp-megamenu-parent .sp-dropdown.sp-dropdown-mega .sp-dropdown-inner .col-lg-9, .sp-megamenu-parent .sp-dropdown.sp-dropdown-mega .sp-dropdown-inner .col-lg-auto, .sp-megamenu-parent .sp-dropdown.sp-dropdown-mega .sp-dropdown-inner .col-md, .sp-megamenu-parent .sp-dropdown.sp-dropdown-mega .sp-dropdown-inner .col-md-1, .sp-megamenu-parent .sp-dropdown.sp-dropdown-mega .sp-dropdown-inner .col-md-10, .sp-megamenu-parent .sp-dropdown.sp-dropdown-mega .sp-dropdown-inner .col-md-11, .sp-megamenu-parent .sp-dropdown.sp-dropdown-mega .sp-dropdown-inner .col-md-12, .sp-megamenu-parent .sp-dropdown.sp-dropdown-mega .sp-dropdown-inner .col-md-2, .sp-megamenu-parent .sp-dropdown.sp-dropdown-mega .sp-dropdown-inner .col-md-3, .sp-megamenu-parent .sp-dropdown.sp-dropdown-mega .sp-dropdown-inner .col-md-4, .sp-megamenu-parent .sp-dropdown.sp-dropdown-mega .sp-dropdown-inner .col-md-5, .sp-megamenu-parent .sp-dropdown.sp-dropdown-mega .sp-dropdown-inner .col-md-6, .sp-megamenu-parent .sp-dropdown.sp-dropdown-mega .sp-dropdown-inner .col-md-7, .sp-megamenu-parent .sp-dropdown.sp-dropdown-mega .sp-dropdown-inner .col-md-8, .sp-megamenu-parent .sp-dropdown.sp-dropdown-mega .sp-dropdown-inner .col-md-9, .sp-megamenu-parent .sp-dropdown.sp-dropdown-mega .sp-dropdown-inner .col-md-auto, .sp-megamenu-parent .sp-dropdown.sp-dropdown-mega .sp-dropdown-inner .col-sm, .sp-megamenu-parent .sp-dropdown.sp-dropdown-mega .sp-dropdown-inner .col-sm-1, .sp-megamenu-parent .sp-dropdown.sp-dropdown-mega .sp-dropdown-inner .col-sm-10, .sp-megamenu-parent .sp-dropdown.sp-dropdown-mega .sp-dropdown-inner .col-sm-11, .sp-megamenu-parent .sp-dropdown.sp-dropdown-mega .sp-dropdown-inner .col-sm-12, .sp-megamenu-parent .sp-dropdown.sp-dropdown-mega .sp-dropdown-inner .col-sm-2, .sp-megamenu-parent .sp-dropdown.sp-dropdown-mega .sp-dropdown-inner .col-sm-3, .sp-megamenu-parent .sp-dropdown.sp-dropdown-mega .sp-dropdown-inner .col-sm-4, .sp-megamenu-parent .sp-dropdown.sp-dropdown-mega .sp-dropdown-inner .col-sm-5, .sp-megamenu-parent .sp-dropdown.sp-dropdown-mega .sp-dropdown-inner .col-sm-6, .sp-megamenu-parent .sp-dropdown.sp-dropdown-mega .sp-dropdown-inner .col-sm-7, .sp-megamenu-parent .sp-dropdown.sp-dropdown-mega .sp-dropdown-inner .col-sm-8, .sp-megamenu-parent .sp-dropdown.sp-dropdown-mega .sp-dropdown-inner .col-sm-9, .sp-megamenu-parent .sp-dropdown.sp-dropdown-mega .sp-dropdown-inner .col-sm-auto, .sp-megamenu-parent .sp-dropdown.sp-dropdown-mega .sp-dropdown-inner .col-xl, .sp-megamenu-parent .sp-dropdown.sp-dropdown-mega .sp-dropdown-inner .col-xl-1, .sp-megamenu-parent .sp-dropdown.sp-dropdown-mega .sp-dropdown-inner .col-xl-10, .sp-megamenu-parent .sp-dropdown.sp-dropdown-mega .sp-dropdown-inner .col-xl-11, .sp-megamenu-parent .sp-dropdown.sp-dropdown-mega .sp-dropdown-inner .col-xl-12, .sp-megamenu-parent .sp-dropdown.sp-dropdown-mega .sp-dropdown-inner .col-xl-2, .sp-megamenu-parent .sp-dropdown.sp-dropdown-mega .sp-dropdown-inner .col-xl-3, .sp-megamenu-parent .sp-dropdown.sp-dropdown-mega .sp-dropdown-inner .col-xl-4, .sp-megamenu-parent .sp-dropdown.sp-dropdown-mega .sp-dropdown-inner .col-xl-5, .sp-megamenu-parent .sp-dropdown.sp-dropdown-mega .sp-dropdown-inner .col-xl-6, .sp-megamenu-parent .sp-dropdown.sp-dropdown-mega .sp-dropdown-inner .col-xl-7, .sp-megamenu-parent .sp-dropdown.sp-dropdown-mega .sp-dropdown-inner .col-xl-8, .sp-megamenu-parent .sp-dropdown.sp-dropdown-mega .sp-dropdown-inner .col-xl-9, .sp-megamenu-parent .sp-dropdown.sp-dropdown-mega .sp-dropdown-inner .col-xl-auto {
  padding-left: 20px;
  padding-right: 20px;
}

.sp-megamenu-parent .sp-dropdown.sp-dropdown-mega .sp-dropdown-inner li.item-header + li.item-header {
  border-top: 1px solid #f2f3f9;
  padding-top: 15px;
  margin-top: 15px;
}

.sp-megamenu-parent .sp-dropdown.sp-dropdown-mega .sp-dropdown-inner .sp-module-title, .sp-megamenu-parent .sp-dropdown.sp-dropdown-mega .sp-dropdown-inner .item-header > a {
  text-align: left;
  line-height: 1.2em;
  text-transform: none;
}

.sp-megamenu-parent .sp-dropdown.sp-dropdown-mega .sp-dropdown-inner .mod_custom__menu-img {
  position: absolute;
  content: '';
  top: -40px;
  bottom: -40px;
  left: -74px;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sp-megamenu-parent .sp-dropdown.sp-dropdown-mega .sp-dropdown-inner .mod_custom__menu-img img {
  max-width: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sp-megamenu-parent .sp-dropdown .sp-dropdown-items {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sp-megamenu-parent .sp-dropdown.sp-dropdown-main {
  top: 100%;
}

.sp-megamenu-parent .sp-dropdown.sp-dropdown-sub {
  top: -20px;
  margin-left: 0px;
}

.sp-megamenu-parent .sp-dropdown.sp-dropdown-sub .sp-dropdown-inner {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.sp-megamenu-parent .sp-dropdown a + ul li.sp-menu-item {
  padding-left: 0;
  padding-right: 0;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item {
  display: block;
  padding: 0;
  position: relative;
  padding-left: 28px;
  padding-right: 28px;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item + li.sp-menu-item {
  margin-top: 10px;
  padding-top: 10px;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item + li.sp-menu-item:before {
  position: absolute;
  content: '';
  top: 0;
  left: 28px;
  right: 28px;
  border-top: 1px solid #e1e1e1;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a, .sp-megamenu-parent .sp-dropdown li.sp-menu-item span:not(.sp-menu-badge) {
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1;
  display: inline;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a.sp-group-title, .sp-megamenu-parent .sp-dropdown li.sp-menu-item span:not(.sp-menu-badge).sp-group-title {
  text-transform: uppercase;
  font-weight: bold;
}

.sp-megamenu-parent .sp-dropdown .sp-module {
  padding: 0;
}

.sp-megamenu-parent .sp-dropdown .sp-module .sp-module-title {
  font-size: 16px;
  margin: 0 0 15px;
  text-transform: uppercase;
  font-weight: bold;
}

.sp-megamenu-parent .sp-dropdown .sp-module .latestnews {
  margin: 0;
}

.sp-megamenu-parent .sp-dropdown .sp-module .latestnews > li:not(:last-child) {
  margin: 0 0 15px;
}

.sp-megamenu-parent .sp-dropdown .sp-module .latestnews > li a {
  font-size: 14px;
}

.sp-megamenu-parent .sp-dropdown .sp-module .latestnews > li a span {
  opacity: .8;
}

.sp-megamenu-parent .sp-dropdown-mega > .row {
  margin-top: 30px;
}

.sp-megamenu-parent .sp-dropdown-mega > .row:first-child {
  margin-top: 0;
}

.sp-megamenu-parent.menu-animation-fade .sp-has-child:hover > .sp-dropdown {
  animation: spFadeIn 600ms;
}

.sp-megamenu-parent.menu-animation-fade .menu-search:hover > .sp-dropdown, .sp-megamenu-parent.menu-animation-fade .menu-login:hover > .sp-dropdown {
  animation: none;
}

.sp-megamenu-parent.menu-animation-fade-up .sp-has-child:hover > .sp-dropdown {
  animation: spFadeInUp 400ms ease-in;
}

.sp-megamenu-parent.menu-animation-fade-up .menu-search:hover > .sp-dropdown, .sp-megamenu-parent.menu-animation-fade-up .menu-login:hover > .sp-dropdown {
  animation: none;
}

.sp-megamenu-parent.menu-animation-fade-down .sp-has-child:hover > .sp-dropdown {
  animation: spFadeInDown 400ms ease-in;
}

.sp-megamenu-parent.menu-animation-fade-down .menu-search:hover > .sp-dropdown, .sp-megamenu-parent.menu-animation-fade-down .menu-login:hover > .sp-dropdown {
  animation: none;
}

.sp-megamenu-parent.menu-animation-zoom .sp-has-child:hover > .sp-dropdown {
  animation: spZoomIn 300ms;
}

.sp-megamenu-parent.menu-animation-zoom .menu-search:hover > .sp-dropdown, .sp-megamenu-parent.menu-animation-zoom .menu-login:hover > .sp-dropdown {
  animation: none;
}

.sp-megamenu-parent.menu-animation-rotate .sp-has-child:hover > .sp-dropdown {
  animation: spRotateIn 300ms;
}

.sp-megamenu-parent.menu-animation-rotate .menu-search:hover > .sp-dropdown, .sp-megamenu-parent.menu-animation-rotate .menu-login:hover > .sp-dropdown {
  animation: none;
}

.sp-megamenu-parent.menu-animation-pulse .sp-has-child:hover > .sp-dropdown {
  animation: spPulse 300ms;
}

.sp-megamenu-parent.menu-animation-pulse .menu-icon:hover > .sp-dropdown {
  animation: none;
}

.menu-login .sp-dropdown.sp-dropdown-mega .sp-dropdown-inner {
  padding: 30px 30px 20px;
}

.login_megamenu .sp-module-title {
  font-size: 16px;
  line-height: 1.2em;
  padding: 15px 20px 14px;
  cursor: pointer;
  color: #3F3F3F;
  text-transform: uppercase;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.5px;
  border: 2px solid #ededed;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}

.login_megamenu .sp-module-title:hover {
  color: #6360ED;
}

body.ltr .sp-megamenu-parent > li.sp-has-child > a:after,
body.ltr .sp-megamenu-parent > li.sp-has-child > span:after {
  font-family: "FontAwesome";
  content: "\f107";
  float: right;
  margin-left: 7px;
  display: none;
}

body.ltr .sp-megamenu-parent > li .sp-menu-badge.sp-menu-badge-right {
  margin-left: 5px;
}

body.ltr .sp-megamenu-parent > li .sp-menu-badge.sp-menu-badge-left {
  margin-right: 5px;
}

body.ltr .sp-megamenu-parent .sp-dropdown .sp-dropdown-items .sp-has-child > a:after {
  font-family: "FontAwesome";
  content: "\f105";
  float: right;
  margin-left: 7px;
}

body.ltr .sp-megamenu-parent .sp-dropdown.sp-menu-center {
  margin-left: 45px;
  left: 50% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

body.ltr .sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-full {
  left: -15px;
  right: -15px;
}

body.ltr .sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-left {
  right: 0;
}

body.ltr .sp-megamenu-parent .sp-dropdown.sp-dropdown-sub {
  left: 100%;
}

.menu-search .sp-dropdown.sp-dropdown-mega .sp-dropdown-inner {
  padding: 0;
}

.menu-search .sp-dropdown {
  background: transparent;
}

.menu-search .sp-dropdown .sp-dropdown-inner {
  padding: 0;
  display: inline-block;
  float: right;
  background: transparent;
}

.menu-search .sp-dropdown .sp-dropdown-inner .search form {
  padding: 0;
  margin: 0;
}

.menu-search .sp-dropdown .sp-dropdown-inner .search form .input-group {
  position: relative;
}

.menu-search .sp-dropdown .sp-dropdown-inner .search form .input-group input.form-control {
  width: 100%;
  padding-right: 30px;
  margin: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.menu-search .sp-dropdown .sp-dropdown-inner .search form .input-group input.form-control[type="search"] {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.menu-search .sp-dropdown .sp-dropdown-inner .search form .input-group input.form-control:focus {
  z-index: 0;
}

.menu-search .sp-dropdown .sp-dropdown-inner .search form .input-group .input-group-btn {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
}

@media (min-width: 768px) {
  .sp-menu-full.container {
    width: 540px;
  }
}

@media (min-width: 768px) {
  .sp-menu-full.container {
    width: 720px;
  }
}

@media (min-width: 992px) {
  .sp-menu-full.container {
    width: 960px;
  }
}

@media (min-width: 1200px) {
  .sp-menu-full.container {
    width: 1200px;
  }
}

@media (max-width: 767px) {
  .body-wrapper {
    padding-top: 50px;
  }
}

@media (max-width: 767px) {
  .body-wrapper {
    padding-top: 50px;
  }
}

body.mobile .mobile-menu-box {
  display: block;
}

body.mobile #sp-menu {
  display: none;
}

body.mobile .body-wrapper {
  padding-top: 50px;
}

@media (max-width: 767px) {
  .body-wrapper {
    padding-top: 50px;
  }
}

.mobile-menu-box {
  display: none;
}

@media (max-width: 767px) {
  .mobile-menu-box {
    display: block;
  }
}

.mobile-menu-box .sp-megamenu-wrapper.mobilemenu .d-none {
  display: block !important;
}

.mobile-menu-box .slicknav_menu {
  display: block;
  position: relative;
  font-weight: 400;
}

.mobile-menu-box .slicknav_menu a {
  text-decoration: none;
}

.mobile-menu-box .slicknav_menu a.slicknav_btn {
  height: 50px;
  width: 100%;
  display: block;
  background: white;
  color: #333;
  font-size: 20px;
  line-height: 24px;
  padding: 12px;
  cursor: pointer;
  border-bottom: 1px solid #F3F3F3;
  text-decoration: none;
  position: fixed;
  top: 0;
  z-index: 99;
  cursor: pointer;
}

.mobile-menu-box .slicknav_menu a.slicknav_btn:hover {
  color: #6360ED;
}

.mobile-menu-box .slicknav_menu a.slicknav_btn:before {
  content: '\f65f';
  font-family: "Material Design Icons";
  font-size: 24px;
  line-height: 1em;
  padding-right: 10px;
  vertical-align: top;
}

.mobile-menu-box .slicknav_menu .slicknav_nav {
  position: fixed;
  left: 0;
  top: -150px;
  width: 270px;
  padding-top: 200px;
  bottom: 0;
  float: none;
  border: none;
  background: #f9f9f9;
  -webkit-box-shadow: 3px 0 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 3px 0 10px 0 rgba(0, 0, 0, 0.1);
  z-index: 98;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  margin: 0;
  overflow-y: auto;
  display: block !important;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.mobile-menu-box .slicknav_menu .slicknav_nav.slicknav_hidden {
  display: block !important;
  background: #fff;
  -webkit-transform: translate(-270px, 0);
  -ms-transform: translate(-270px, 0);
  -o-transform: translate(-270px, 0);
  transform: translate(-270px, 0);
}

.mobile-menu-box .slicknav_menu .slicknav_nav > li {
  font-size: 16px;
  line-height: 24px;
  border-top: 1px solid #e8e9e9;
  position: relative;
}

.mobile-menu-box .slicknav_menu .slicknav_nav > li::after {
  display: block;
  clear: both;
  content: "";
}

.mobile-menu-box .slicknav_menu .slicknav_nav > li.menu-icon, .mobile-menu-box .slicknav_menu .slicknav_nav > li.menu-login {
  display: none;
}

.mobile-menu-box .slicknav_menu .slicknav_nav > li:first-child {
  border-top: none;
}

.mobile-menu-box .slicknav_menu .slicknav_nav > li .sp-module {
  padding: 0;
}

.mobile-menu-box .slicknav_menu .slicknav_nav > li .slicknav_arrow {
  font-family: "Material Icons";
  content: '';
  font-size: 0;
}

.mobile-menu-box .slicknav_menu .slicknav_nav > li .slicknav_arrow + ul {
  padding-left: 15px;
}

.mobile-menu-box .slicknav_menu .slicknav_nav > li .slicknav_arrow:before {
  content: '\e5cf';
  font-size: 14px;
  padding-left: 2px;
  display: inline-block;
}

.mobile-menu-box .slicknav_menu .slicknav_nav > li .slicknav_arrow.expanded:before {
  content: '\f239';
  font-family: "Material Design Icons";
}

.mobile-menu-box .slicknav_menu .slicknav_nav > li > a {
  display: block;
  color: #262d36;
  background: transparent;
  position: relative;
  text-decoration: none;
  padding: 15px 9px;
  margin-right: 0;
  width: 100%;
}

.mobile-menu-box .slicknav_menu .slicknav_nav > li > a:hover {
  color: #6360ED;
}

.mobile-menu-box .slicknav_menu .slicknav_nav > li .sp-menu-badge {
  position: relative;
  top: -1px;
  padding: 0 4px;
  margin: 0 4px;
  font-size: 12px;
  line-height: 20px;
}

.mobile-menu-box .slicknav_menu .slicknav_nav > li .icon {
  color: #262d36;
  text-align: center;
  line-height: 24px;
  opacity: 1;
  position: absolute;
  top: 14px;
  right: 10px;
}

.mobile-menu-box .slicknav_menu .slicknav_nav > li .icon:before {
  content: '\f236';
  font-family: "Material Design Icons";
  display: inline-block;
}

.mobile-menu-box .slicknav_menu .slicknav_nav > li .icon.expanded:before {
  content: '\f239';
  font-family: "Material Design Icons";
}

.mobile-menu-box .slicknav_menu .slicknav_nav > li .icon:hover:before {
  color: #6360ED;
}

.mobile-menu-box .slicknav_menu .slicknav_nav > li.active > a, .mobile-menu-box .slicknav_menu .slicknav_nav > li.bgact > a {
  color: #6360ED;
}

.mobile-menu-box .slicknav_menu .slicknav_nav > li.active .icon, .mobile-menu-box .slicknav_menu .slicknav_nav > li.bgact .icon {
  color: #6360ED;
}

.mobile-menu-box .slicknav_menu .slicknav_nav > li.active .sp-dropdown, .mobile-menu-box .slicknav_menu .slicknav_nav > li.bgact .sp-dropdown {
  padding-top: 15px;
  border-top: 1px solid #e8e9e9;
}

.mobile-menu-box .slicknav_menu .slicknav_nav > li.active .sp-dropdown .sp-dropdown, .mobile-menu-box .slicknav_menu .slicknav_nav > li.bgact .sp-dropdown .sp-dropdown {
  border-top: none !important;
}

.mobile-menu-box .slicknav_menu .slicknav_nav > li + li {
  margin: 0;
}

.mobile-menu-box .slicknav_menu .slicknav_nav > li.sp-has-child > a {
  width: 82%;
}

.mobile-menu-box .slicknav_menu .slicknav_nav > li.sp-has-child .sp-has-child > span {
  top: 0;
}

.mobile-menu-box .slicknav_menu .slicknav_nav .sp-dropdown {
  padding: 15px 9px !important;
  width: 100% !important;
}

.mobile-menu-box .slicknav_menu .slicknav_nav .sp-dropdown [class*="col-sm-"] {
  margin: 0;
  padding: 0;
  width: 100%;
}

.mobile-menu-box .slicknav_menu .slicknav_nav .sp-dropdown .row {
  margin: 0;
  display: block;
}

.mobile-menu-box .slicknav_menu .slicknav_nav .sp-dropdown .row > div {
  max-width: 100%;
}

.mobile-menu-box .slicknav_menu .slicknav_nav .sp-dropdown .row > div + * {
  margin-top: 20px;
}

.mobile-menu-box .slicknav_menu .slicknav_nav .sp-dropdown .sp-module {
  padding: 0;
}

.mobile-menu-box .slicknav_menu .slicknav_nav .sp-dropdown .sp-module .sp-module-title {
  font-size: 16px;
  margin: 0 0 15px;
  text-transform: uppercase;
  font-weight: bold;
}

.mobile-menu-box .slicknav_menu .slicknav_nav .sp-dropdown .sp-module .latestnews {
  margin: 0;
}

.mobile-menu-box .slicknav_menu .slicknav_nav .sp-dropdown .sp-module .latestnews > li:not(:last-child) {
  margin: 0 0 15px;
}

.mobile-menu-box .slicknav_menu .slicknav_nav .sp-dropdown .sp-module .latestnews > li a {
  font-size: 14px;
}

.mobile-menu-box .slicknav_menu .slicknav_nav .sp-dropdown .sp-module .latestnews > li a span {
  opacity: .8;
}

.mobile-menu-box .slicknav_menu .slicknav_nav .sp-dropdown ul {
  margin-top: 8px;
}

.mobile-menu-box .slicknav_menu .slicknav_nav .sp-dropdown ul > li {
  position: relative;
}

.mobile-menu-box .slicknav_menu .slicknav_nav .sp-dropdown ul > li .icon {
  top: 0px;
}

.mobile-menu-box .slicknav_menu .slicknav_nav .sp-dropdown ul > li.active > a {
  color: #6360ED;
}

.mobile-menu-box .slicknav_menu .slicknav_nav .sp-dropdown .sp-dropdown-inner > ul.sp-dropdown-items {
  display: block !important;
}

.mobile-menu-box .slicknav_menu .slicknav_nav .sp-dropdown .sp-mega-group {
  padding: 0;
  margin: 0;
  display: block !important;
}

.mobile-menu-box .slicknav_menu .slicknav_nav .sp-dropdown .sp-mega-group .item-header .sp-dropdown-items {
  display: none;
}

.mobile-menu-box .slicknav_menu .slicknav_nav .sp-dropdown .sp-mega-group .item-header.active .sp-dropdown-items {
  display: block;
}

.mobile-menu-box .slicknav_menu .slicknav_nav .sp-dropdown .tagspopular ul {
  display: block !important;
}

.mobile-menu-box .slicknav_menu .slicknav_nav .sp-menu-full {
  width: 100%;
  padding: 0px;
  max-width: 100%;
}

.mobile-menu-box .slicknav_menu .slicknav_nav .sp-menu-full .row {
  margin: 0px;
  width: 100%;
}

.mobile-menu-box .slicknav_menu .slicknav_nav .sp-menu-full .row > div {
  width: 100%;
  padding: 0px;
  max-width: 100%;
  -moz-box-flex: 0 0 100%;
  flex: 0 0 100%;
}

.mobile-menu-box .slicknav_menu .slicknav_nav .sp-menu-full .sp-mega-group .sp-dropdown-items {
  padding-top: 0px;
  padding-bottom: 0px;
}

.mobile-menu-box .slicknav_menu .slicknav_nav > ul {
  padding-left: 15px;
}

#offcanvas-toggler {
  display: block;
  font-size: 20px;
}

#offcanvas-toggler > span:hover {
  color: #fff;
}

.offcanvas-init {
  position: relative;
}

.offcanvas-active .offcanvas-overlay {
  visibility: visible;
  opacity: 1;
}

.offcanvas-overlay {
  background: rgba(0, 0, 0, 0.5);
  bottom: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9999;
  visibility: hidden;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.body-wrapper {
  position: relative;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  backface-visibility: hidden;
}

.close-offcanvas {
  position: absolute;
  top: 15px;
  z-index: 1;
  border-radius: 100%;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  font-size: 14px;
  background: #333;
  color: #fff;
}

.close-offcanvas:hover {
  background: #666;
  color: #fff;
}

.offcanvas-menu {
  width: 300px;
  height: 100%;
  position: fixed;
  top: 0;
  overflow: inherit;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  z-index: 10000;
}

.offcanvas-menu .offcanvas-inner {
  padding: 30px;
}

.offcanvas-menu .offcanvas-inner .sp-module {
  padding: 0;
  margin: 0;
}

.offcanvas-menu .offcanvas-inner .sp-module .sp-module-title {
  font-size: 1rem;
  font-weight: bold;
}

.offcanvas-menu .offcanvas-inner .sp-module:not(:last-child) {
  margin-bottom: 20px;
}

.offcanvas-menu .offcanvas-inner .sp-module ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0;
  margin: 0;
  list-style: none;
}

.offcanvas-menu .offcanvas-inner .sp-module ul > li {
  border: 0;
  padding: 0;
  margin: 0;
  position: relative;
  overflow: hidden;
  display: block;
}

.offcanvas-menu .offcanvas-inner .sp-module ul > li a,
.offcanvas-menu .offcanvas-inner .sp-module ul > li span {
  display: block;
  font-size: 1rem;
  padding: .125rem 0;
  position: relative;
}

.offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > a > .menu-toggler,
.offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > .menu-separator > .menu-toggler {
  display: block;
  position: absolute;
  top: 50%;
  cursor: pointer;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  font-family: FontAwesome;
}

.offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > a > .menu-toggler:after,
.offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > .menu-separator > .menu-toggler:after {
  content: "\f055";
}

.offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent.menu-parent-open > a > .menu-toggler:after,
.offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent.menu-parent-open > .menu-separator > .menu-toggler:after {
  content: "\f056";
}

.offcanvas-menu .offcanvas-inner .sp-module ul > li ul {
  display: none;
}

.offcanvas-menu .offcanvas-inner .sp-module ul > li ul li a {
  font-size: 0.875rem;
}

body.ltr #offcanvas-toggler.offcanvas-toggler-right {
  float: right;
  margin-left: 20px;
}

body.ltr #offcanvas-toggler.offcanvas-toggler-left {
  float: left;
  margin-right: 20px;
}

body.ltr.offcanvs-position-left .body-wrapper {
  left: 0;
}

body.ltr.offcanvs-position-left .offcanvas-menu {
  left: -300px;
}

body.ltr.offcanvs-position-left.offcanvas-active .offcanvas-menu {
  left: 0;
}

body.ltr.offcanvs-position-left.offcanvas-active .body-wrapper {
  left: 300px;
}

body.ltr.offcanvs-position-right .body-wrapper {
  right: 0;
}

body.ltr.offcanvs-position-right .offcanvas-menu {
  right: -300px;
}

body.ltr.offcanvs-position-right.offcanvas-active .offcanvas-menu {
  right: 0;
}

body.ltr.offcanvs-position-right.offcanvas-active .body-wrapper {
  right: 300px;
}

body.ltr .close-offcanvas {
  right: 15px;
}

body.ltr .offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > a > .menu-toggler,
body.ltr .offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > .menu-separator > .menu-toggler {
  right: 0;
}

body.ltr .offcanvas-menu .offcanvas-inner .sp-module ul > li ul {
  margin-left: 10px;
}

/**
 * @package Helix Ultimate Framework
 * @author JoomShaper https://www.joomshaper.com
 * @copyright Copyright (c) 2010 - 2018 JoomShaper
 * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 or Later
*/
body.rtl {
  direction: rtl;
}

body.rtl .dropdown-menu {
  float: right;
  text-align: right;
}

body.rtl .close {
  float: left;
}

body.rtl .float-left {
  float: right !important;
}

body.rtl .float-right {
  float: left !important;
}

@media (min-width: 768px) {
  body.rtl .float-sm-left {
    float: right !important;
  }
  body.rtl .float-sm-right {
    float: left !important;
  }
}

@media (min-width: 768px) {
  body.rtl .float-md-left {
    float: right !important;
  }
  body.rtl .float-md-right {
    float: left !important;
  }
}

@media (min-width: 992px) {
  body.rtl .float-lg-left {
    float: right !important;
  }
  body.rtl .float-lg-right {
    float: left !important;
  }
}

@media (min-width: 1200px) {
  body.rtl .float-xl-left {
    float: right !important;
  }
  body.rtl .float-xl-right {
    float: left !important;
  }
}

body.rtl .text-left {
  text-align: right !important;
}

body.rtl .text-right {
  text-align: left !important;
}

@media (min-width: 768px) {
  body.rtl .text-sm-left {
    text-align: right !important;
  }
  body.rtl .text-sm-right {
    text-align: left !important;
  }
}

@media (min-width: 768px) {
  body.rtl .text-md-left {
    text-align: right !important;
  }
  body.rtl .text-md-right {
    text-align: left !important;
  }
}

@media (min-width: 992px) {
  body.rtl .text-lg-left {
    text-align: right !important;
  }
  body.rtl .text-lg-right {
    text-align: left !important;
  }
}

@media (min-width: 1200px) {
  body.rtl .text-xl-left {
    text-align: right !important;
  }
  body.rtl .text-xl-right {
    text-align: left !important;
  }
}

body.rtl code,
body.rtl kbd,
body.rtl pre,
body.rtl samp {
  direction: ltr;
  unicode-bidi: bidi-override;
}

body.rtl .mr-auto,
body.rtl .mx-auto {
  margin-right: initial !important;
  margin-left: auto !important;
}

body.rtl {
  text-align: right;
}

body.rtl .sp-scroll-up {
  right: auto;
  left: 30px;
}

body.rtl .article-details .link-edit-article {
  right: auto;
  left: 0;
}

body.rtl .sp-megamenu-parent {
  float: left;
}

body.rtl .sp-megamenu-parent > li.sp-has-child > a:before,
body.rtl .sp-megamenu-parent > li.sp-has-child > span:before {
  font-family: "FontAwesome";
  content: "\f107";
  float: left;
  margin-right: 7px;
}

body.rtl .sp-megamenu-parent > li .sp-menu-badge.sp-menu-badge-right {
  margin-right: 7px;
}

body.rtl .sp-megamenu-parent > li .sp-menu-badge.sp-menu-badge-left {
  margin-left: 7px;
}

body.rtl .sp-megamenu-parent .sp-dropdown .sp-dropdown-items .sp-has-child > a:after {
  font-family: "FontAwesome";
  content: "\f104";
  float: left;
  margin-right: 7px;
}

body.rtl .sp-megamenu-parent .sp-dropdown.sp-menu-center {
  margin-right: 45px;
}

body.rtl .sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-right {
  right: 0;
}

body.rtl .sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-full {
  right: auto;
  left: 0;
}

body.rtl .sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-left {
  left: 0;
}

body.rtl .sp-megamenu-parent .sp-dropdown.sp-dropdown-sub {
  right: 100%;
}

body.rtl #offcanvas-toggler.offcanvas-toggler-right {
  float: left;
  margin-right: 20px;
}

body.rtl #offcanvas-toggler.offcanvas-toggler-left {
  float: right;
  margin-left: 20px;
}

body.rtl.offcanvs-position-left .body-wrapper {
  right: 0;
}

body.rtl.offcanvs-position-left .offcanvas-menu {
  right: -300px;
}

body.rtl.offcanvs-position-left.offcanvas-active .offcanvas-menu {
  right: 0;
}

body.rtl.offcanvs-position-left.offcanvas-active .body-wrapper {
  right: 300px;
}

body.rtl.offcanvs-position-right .body-wrapper {
  left: 0;
}

body.rtl.offcanvs-position-right .offcanvas-menu {
  left: -300px;
}

body.rtl.offcanvs-position-right.offcanvas-active .offcanvas-menu {
  left: 0;
}

body.rtl.offcanvs-position-right.offcanvas-active .body-wrapper {
  left: 300px;
}

body.rtl .close-offcanvas {
  left: 15px;
}

body.rtl .offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > a > .menu-toggler,
body.rtl .offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > .menu-separator > .menu-toggler {
  left: 0;
}

body.rtl .offcanvas-menu .offcanvas-inner .sp-module ul > li ul {
  margin-right: 10px;
}

form {
  margin-bottom: 20px;
}

form mark {
  background: none !important;
  font-size: 11px;
  line-height: 14px;
  text-transform: none;
  bottom: 100%;
  right: 0;
  padding: 0 !important;
  position: absolute;
  z-index: 1;
}

form mark label {
  color: red;
  display: block;
  font-size: 14px;
  line-height: 14px;
  margin: 0 !important;
}

form mark label.error {
  display: inline;
}

form textarea {
  min-height: 130px;
  max-height: 130px;
  padding-top: 22px;
}

.control,
.control-group {
  position: relative;
}

.control.reset-margin, .control:last-child,
.control select,
.control textarea,
.control input[type="text"],
.control input[type="password"],
.control input[type="datetime"],
.control input[type="datetime-local"],
.control input[type="date"],
.control input[type="dates"]
input[type="month"],
.control input[type="time"],
.control input[type="times"],
.control input[type="week"],
.control input[type="number"],
.control input[type="email"],
.control input[type="url"],
.control input[type="search"],
.control input[type="tel"],
.control input[type="color"], .control:not(input.field-media-input),
.control .uneditable-input,
.control-group.reset-margin,
.control-group:last-child,
.control-group select,
.control-group textarea,
.control-group input[type="text"],
.control-group input[type="password"],
.control-group input[type="datetime"],
.control-group input[type="datetime-local"],
.control-group input[type="date"],
.control-group input[type="dates"]
input[type="month"],
.control-group input[type="time"],
.control-group input[type="times"],
.control-group input[type="week"],
.control-group input[type="number"],
.control-group input[type="email"],
.control-group input[type="url"],
.control-group input[type="search"],
.control-group input[type="tel"],
.control-group input[type="color"],
.control-group:not(input.field-media-input),
.control-group .uneditable-input {
  width: 100%;
}

.control.reset-margin,
.control-group.reset-margin {
  margin-bottom: 9px;
}

.controls {
  position: relative;
}

.control-group.warning .control-label,
.control-group.warning .help-block,
.control-group.warning .help-inline {
  color: #000;
}

.control-group.warning .checkbox,
.control-group.warning .radio,
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  color: #000;
}

.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  border-color: #000;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.control-group.warning input:focus,
.control-group.warning select:focus,
.control-group.warning textarea:focus {
  border-color: black;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #333333;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #333333;
}

.control-group.warning .input-prepend .add-on,
.control-group.warning .input-append .add-on {
  color: #000;
  background-color: #faffbd;
  border-color: #000;
}

.control-group.error .control-label,
.control-group.error .help-block,
.control-group.error .help-inline {
  color: #000;
}

.control-group.error .checkbox,
.control-group.error .radio,
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  color: #000;
}

.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  border-color: #000;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.control-group.error input:focus,
.control-group.error select:focus,
.control-group.error textarea:focus {
  border-color: black;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #333333;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #333333;
}

.control-group.error .input-prepend .add-on,
.control-group.error .input-append .add-on {
  color: #000;
  background-color: #ffe6e7;
  border-color: #000;
}

.control-group.success .control-label,
.control-group.success .help-block,
.control-group.success .help-inline {
  color: #000;
}

.control-group.success .checkbox,
.control-group.success .radio,
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  color: #000;
}

.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  border-color: #000;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.control-group.success input:focus,
.control-group.success select:focus,
.control-group.success textarea:focus {
  border-color: black;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #333333;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #333333;
}

.control-group.success .input-prepend .add-on,
.control-group.success .input-append .add-on {
  color: #000;
  background-color: #cffeca;
  border-color: #000;
}

.control-group.info .control-label,
.control-group.info .help-block,
.control-group.info .help-inline {
  color: #000;
}

.control-group.info .checkbox,
.control-group.info .radio,
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  color: #000;
}

.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  border-color: #000;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.control-group.info input:focus,
.control-group.info select:focus,
.control-group.info textarea:focus {
  border-color: black;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #333333;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #333333;
}

.control-group.info .input-prepend .add-on,
.control-group.info .input-append .add-on {
  color: #000;
  background-color: #d8f3fd;
  border-color: #000;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="dates"]
input[type="month"],
input[type="time"],
input[type="times"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  display: block;
  max-width: 100%;
  height: 46px;
  background: #f9f9fe;
  border: 1px solid #ebeced;
  color: #333333;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 300;
  padding: 13px 20px 13px 27px;
  vertical-align: middle;
  outline: none;
  margin-bottom: 29px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: 1s ease;
  -o-transition: 1s ease;
  transition: 1s ease;
  -webkit-box-shadow: none;
  box-shadow: none;
}

select:-webkit-autofill,
textarea:-webkit-autofill,
input[type="text"]:-webkit-autofill,
input[type="password"]:-webkit-autofill,
input[type="datetime"]:-webkit-autofill,
input[type="datetime-local"]:-webkit-autofill,
input[type="date"]:-webkit-autofill,
input[type="dates"]
input[type="month"]:-webkit-autofill,
input[type="time"]:-webkit-autofill,
input[type="times"]:-webkit-autofill,
input[type="week"]:-webkit-autofill,
input[type="number"]:-webkit-autofill,
input[type="email"]:-webkit-autofill,
input[type="url"]:-webkit-autofill,
input[type="search"]:-webkit-autofill,
input[type="tel"]:-webkit-autofill,
input[type="color"]:-webkit-autofill,
.uneditable-input:-webkit-autofill {
  -webkit-box-shadow: inset 0 0 0 40px/2 #f9f9fe !important;
  -webkit-text-fill-color: #333333 !important;
  color: #333333 !important;
}

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="dates"]
input[type="month"]:focus,
input[type="time"]:focus,
input[type="times"]: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-color: #e1e3f2;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0 none;
}

form textarea {
  min-height: 110px;
  max-height: 110px;
  padding-top: 14px;
}

#searchForm input[type="text"] {
  height: 70px;
}

input {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}

label.inline {
  display: inline-block;
}

div.chzn-container {
  font-size: 16px;
  line-height: 1.2;
  text-align: left;
  margin-bottom: 20px;
}

div.chzn-container .chzn-results {
  margin: 0;
  padding: 0;
}

div.chzn-container .chzn-results li {
  padding: 10px 20px;
  color: #333333;
  background: #f9f9fe;
}

div.chzn-container .chzn-results li.highlighted {
  background: #6360ED;
  color: white;
}

div.chzn-container-single-nosearch {
  width: 470px !important;
  max-width: 100%;
}

div.chzn-container-single .chzn-single {
  background: #f9f9fe;
  height: 46px;
  padding: 0 25px 0 15px;
  line-height: inherit;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #ebeced;
  color: #333333;
}

div.chzn-container-single .chzn-single + .chzn-drop {
  width: 100%;
}

div.chzn-container-single .chzn-single + .chzn-drop .chzn-results li {
  padding-left: 6px;
  padding-right: 6px;
}

div.chzn-container-single .chzn-single > span {
  line-height: 46px;
  padding-right: 46px;
  font-weight: 300;
}

div.chzn-container-single .chzn-single div {
  background: #f9f9fe;
  color: #747B7F;
  height: 46px;
  top: -1px;
  right: -1px;
  width: 23px;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

div.chzn-container-single .chzn-single div b {
  display: none;
}

div.chzn-container-single .chzn-single div:before {
  content: '\f238';
  font-size: 13px;
  font-family: "Material Design Icons";
  line-height: 0;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  padding-left: 5px;
  padding-right: 5px;
}

div.chzn-container-single .chzn-single span {
  margin: 0;
}

div.chzn-container-single.chzn-container-active.chzn-with-drop .chzn-single {
  background: #f9f9fe;
  border: 1px solid #dee2e6;
}

div.chzn-container-single.chzn-container-active.chzn-with-drop .chzn-single div {
  background: #fafafa;
  color: #747B7F;
}

div.chzn-container-single.chzn-container-active.chzn-with-drop .chzn-single div:before {
  content: '\f239';
}

div.chzn-container-single .chzn-drop {
  -webkit-border-radius: 0 0 0px 0px;
  -moz-border-radius: 0 0 0px 0px;
  border-radius: 0 0 0px 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-top: none;
  margin: 0;
  height: auto;
  color: #374046;
  border: none;
}

div.chzn-container-single .chzn-drop .chzn-results {
  border: 1px solid #dee2e6;
}

div.chzn-container-single .chzn-results li {
  color: #374046;
}

.chzn-container .chzn-drop {
  z-index: 1009;
}

span.checkbox {
  position: relative;
  display: inline-block;
  min-height: 0;
  height: 27px;
  line-height: 27px;
  width: 27px;
  background: #e0e2f0;
  border: 1px solid transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  vertical-align: middle;
  margin-right: 5px;
  margin-bottom: 4px;
}

span.checkbox input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  margin: 0;
  opacity: 0;
}

span.checkbox input[type="checkbox"]:checked + label.checkbox_inner:before {
  content: "";
  font-family: 'Material Design Icons';
}

span.checkbox label.checkbox_inner {
  left: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  line-height: inherit;
  font-size: inherit;
}

span.checkbox label.checkbox_inner:before {
  content: '';
  font-family: 'Material Design Icons';
  font-size: inherit;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  color: #6360ED;
  text-align: center;
}

span.checkbox + label {
  vertical-align: middle;
}

span.checkbox input[type="checkbox"]:checked + label.checkbox_inner:before, span.checkbox input[type="checkbox"]:checked + mark + label.checkbox_inner:before {
  content: "" !important;
  font-family: 'Material Design Icons';
}

span.radio {
  display: inline-block;
  height: 28px;
  line-height: 28px;
  min-height: 0;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 28px;
  border: 1px solid transparent;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #e0e2f0;
  margin-right: 5px;
}

span.radio input[type="radio"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  margin: 0;
  opacity: 0;
}

span.radio input[type="radio"]:checked + label.radio_inner:before {
  border-radius: 50%;
  content: "";
  height: 10px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 10px;
  background: #6360ED;
  min-height: auto;
}

span.radio label.radio_inner {
  bottom: 0;
  left: 0;
  line-height: 28px;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  min-height: auto;
}

span.radio + label {
  margin: 0 0 0 8px;
  vertical-align: middle;
}

.item_introtext input,
.item_introtext select,
.item_introtext .select,
.item_introtext textarea,
.item_fulltext input,
.item_fulltext select,
.item_fulltext .select,
.item_fulltext textarea,
.category_desc input,
.category_desc select,
.category_desc .select,
.category_desc textarea,
.controls input,
.controls select,
.controls .select,
.controls textarea {
  width: 100%;
}

.item_introtext textarea,
.item_fulltext textarea,
.category_desc textarea,
.controls textarea {
  height: 130px;
}

.form-inline .checkbox input[type="checkbox"] {
  float: none;
}

.form-horizontal .control-label {
  padding-top: 11px;
}

.form-horizontal .control-label label {
  margin-bottom: 0;
}

.form_placeholder {
  border-color: transparent;
  border-style: solid;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: text;
  height: 100%;
  left: 0;
  margin: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
}

.ie_placeholder_controls {
  position: relative;
}

.btn#jform_profile_dob_img {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 46px !important;
  line-height: 100%;
  padding: 0 !important;
  text-align: center;
  width: 46px !important;
}

.btn#jform_profile_dob_img i {
  margin: 0;
}

input.search-query {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.chzn-container-multi .chzn-choices li.search-field .default {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

textarea#jform_profile_aboutme {
  height: 200px;
  width: 100%;
}

#helpsite-refresh {
  margin-bottom: 9px;
}

.page-registration form label,
.page-remind form label,
.page-reset form label,
.page-login form label,
.page-login form label,
.page-profile__edit form label {
  display: inline-block !important;
}

textarea.invalid {
  border: red;
}

.form-vertical label {
  display: inline-block;
  margin-bottom: 1.63;
}

select[name=ordering] {
  margin: 0;
}

textarea[style*="overflow"] {
  overflow: auto !important;
}

#form-login .btn {
  margin-bottom: 30px;
}

.add-on.btn {
  padding-left: 0;
  padding-right: 0;
  width: 46px;
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 1.63;
  font-size: 16px;
  line-height: 1.63;
  color: #212529;
  border: 0;
  border-bottom: 1px solid #E5E5E5;
}

legend small {
  font-size: 1.2225;
  color: #dee2e6;
}

label {
  color: #333333;
  font-size: 14px;
  font-weight: 400;
  display: block;
  line-height: 1.2;
}

label + * {
  margin-top: 30px;
}

.uneditable-input {
  width: 206px;
}

input,
textarea {
  width: 100%;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #747B7F;
  opacity: 1;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #747B7F;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #747B7F;
}

textarea {
  resize: none;
  height: auto;
}

input[type="radio"],
input[type="checkbox"] {
  margin: -2px 0 0;
  line-height: normal;
}

input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
  width: auto;
}

select,
input[type="file"] {
  height: 46px;
  line-height: 46px;
  max-width: 100%;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

select[multiple] {
  height: auto;
}

.uneditable-input,
.uneditable-textarea {
  color: #dee2e6;
  background-color: #f5f5fd;
  border-color: #dee2e6;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  cursor: not-allowed;
}

.uneditable-input {
  overflow: hidden;
  white-space: nowrap;
}

.uneditable-textarea {
  width: auto;
  height: auto;
}

.radio,
.checkbox {
  min-height: 1.63;
}

.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  float: left;
}

.controls > .radio:first-child,
.controls > .checkbox:first-child {
  padding-top: 5px;
}

.radio.inline,
.checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle;
}

.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
  margin-left: 10px;
}

.input-mini {
  width: 60px;
}

.input-small {
  width: 120px;
}

.input-medium {
  width: 150px;
}

.input-large {
  width: 210px;
}

.input-xlarge {
  width: 270px;
}

.input-xxlarge {
  width: 530px;
}

input[class*="span"],
select[class*="span"],
textarea[class*="span"],
.uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"] {
  float: none;
  margin-left: 0;
}

.input-append input[class*="span"],
.input-append .uneditable-input[class*="span"],
.input-prepend input[class*="span"],
.input-prepend .uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"],
.row-fluid .input-prepend [class*="span"],
.row-fluid .input-append [class*="span"] {
  display: inline-block;
}

.controls-row::after {
  display: block;
  clear: both;
  content: "";
}

.controls-row [class*="span"],
.row-fluid .controls-row [class*="span"] {
  float: left;
}

.controls-row .checkbox[class*="span"],
.controls-row .radio[class*="span"] {
  padding-top: 5px;
}

input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  cursor: not-allowed;
  background-color: #dee2e6;
}

input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"][readonly],
input[type="checkbox"][readonly] {
  background-color: transparent;
}

input:focus:invalid,
textarea:focus:invalid,
select:focus:invalid {
  color: #333333;
  border-color: red;
}

input:focus:invalid:focus,
textarea:focus:invalid:focus,
select:focus:invalid:focus {
  border-color: #e1e3f2;
}

input.error,
textarea.error,
select.error {
  border-color: red !important;
  color: red !important;
}

input.error::-webkit-input-placeholder,
input.error:-moz-placeholder,
input.error::-moz-placeholder,
input.error:-ms-input-placeholder,
textarea.error::-webkit-input-placeholder,
textarea.error:-moz-placeholder,
textarea.error::-moz-placeholder,
textarea.error:-ms-input-placeholder {
  color: #333333 !important;
}

.form-actions {
  padding: 0.63 20px 1.63;
  margin-top: 1.63;
  margin-bottom: 1.63;
  background-color: #F5F5F5;
  border-top: 1px solid #E5E5E5;
}

.form-actions::after {
  display: block;
  clear: both;
  content: "";
}

.help-block,
.help-inline {
  color: #9ba1a4;
}

.help-block {
  display: block;
  margin-bottom: 0.815;
}

.help-inline {
  display: inline-block;
  vertical-align: middle;
  padding-left: 5px;
}

.input-append,
.input-prepend {
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  white-space: nowrap;
}

.input-append input,
.input-append select,
.input-append .uneditable-input,
.input-append .dropdown-menu,
.input-append .popover,
.input-prepend input,
.input-prepend select,
.input-prepend .uneditable-input,
.input-prepend .dropdown-menu,
.input-prepend .popover {
  font-size: 16px;
}

.input-append input,
.input-append select,
.input-append .uneditable-input,
.input-prepend input,
.input-prepend select,
.input-prepend .uneditable-input {
  position: relative;
  vertical-align: top;
  display: inline-block;
}

.input-append .add-on,
.input-append .btn,
.input-append .btn-group > .dropdown-toggle,
.input-prepend .add-on,
.input-prepend .btn,
.input-prepend .btn-group > .dropdown-toggle {
  vertical-align: top;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.input-append .active,
.input-prepend .active {
  background-color: #86e29b;
  border-color: #28a745;
}

.input-prepend {
  position: relative;
}

.input-prepend .add-on {
  display: none;
  font-size: 17px;
  width: 46px;
  height: 46px;
  line-height: 40px;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: transparent !important;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}

.input-prepend .add-on i, .input-prepend .add-on > span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  border: 1px solid #dee2e6;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  line-height: 23px;
  width: 23px;
  color: #6360ED;
  font-size: 13px;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.input-prepend .add-on:hover i {
  background: #6360ED;
  color: #fff;
}

.input-prepend:focus .add-on {
  background: #F00;
}

.input-append input,
.input-append select,
.input-append .uneditable-input {
  -webkit-border-radius: 0px 0 0 0px;
  -moz-border-radius: 0px 0 0 0px;
  border-radius: 0px 0 0 0px;
}

.input-append input + .btn-group .btn:last-child,
.input-append select + .btn-group .btn:last-child,
.input-append .uneditable-input + .btn-group .btn:last-child {
  -webkit-border-radius: 0 0px 0px 0;
  -moz-border-radius: 0 0px 0px 0;
  border-radius: 0 0px 0px 0;
}

.input-append .add-on,
.input-append .btn,
.input-append .btn-group {
  margin-left: -1px;
}

.input-append .add-on:last-child,
.input-append .btn:last-child,
.input-append .btn-group:last-child > .dropdown-toggle {
  -webkit-border-radius: 0 0px 0px 0;
  -moz-border-radius: 0 0px 0px 0;
  border-radius: 0 0px 0px 0;
}

.input-prepend.input-append input,
.input-prepend.input-append select,
.input-prepend.input-append .uneditable-input {
  -webkit-border-radius: 0px 0 0 0px;
  -moz-border-radius: 0px 0 0 0px;
  border-radius: 0px 0 0 0px;
}

.input-prepend.input-append input + .btn-group .btn,
.input-prepend.input-append select + .btn-group .btn,
.input-prepend.input-append .uneditable-input + .btn-group .btn {
  -webkit-border-radius: 0 0px 0px 0;
  -moz-border-radius: 0 0px 0px 0;
  border-radius: 0 0px 0px 0;
}

.input-prepend.input-append .add-on:first-child,
.input-prepend.input-append .btn:first-child {
  margin-right: -1px;
  -webkit-border-radius: 0px 0 0 0px;
  -moz-border-radius: 0px 0 0 0px;
  border-radius: 0px 0 0 0px;
}

.input-prepend.input-append .add-on:last-child,
.input-prepend.input-append .btn:last-child {
  margin-left: -1px;
  -webkit-border-radius: 0 0px 0px 0;
  -moz-border-radius: 0 0px 0px 0;
  border-radius: 0 0px 0px 0;
}

.input-prepend.input-append .btn-group:first-child {
  margin-left: 0;
}

input.search-query {
  margin-bottom: 0;
}

/* Allow for input prepend/append in search forms */
.form-search .input-append .search-query {
  -webkit-border-radius: 14px 0 0 14px;
  -moz-border-radius: 14px 0 0 14px;
  border-radius: 14px 0 0 14px;
}

.form-search .input-append .btn {
  -webkit-border-radius: 0 14px 14px 0;
  -moz-border-radius: 0 14px 14px 0;
  border-radius: 0 14px 14px 0;
}

.form-search .input-prepend .search-query {
  -webkit-border-radius: 0 14px 14px 0;
  -moz-border-radius: 0 14px 14px 0;
  border-radius: 0 14px 14px 0;
}

.form-search .input-prepend .btn {
  -webkit-border-radius: 14px 0 0 14px;
  -moz-border-radius: 14px 0 0 14px;
  border-radius: 14px 0 0 14px;
}

.form-search input,
.form-search textarea,
.form-search select,
.form-search .help-inline,
.form-search .uneditable-input,
.form-search .input-prepend,
.form-search .input-append,
.form-inline input,
.form-inline textarea,
.form-inline select,
.form-inline .help-inline,
.form-inline .uneditable-input,
.form-inline .input-prepend,
.form-inline .input-append,
.form-horizontal input,
.form-horizontal textarea,
.form-horizontal select,
.form-horizontal .help-inline,
.form-horizontal .uneditable-input,
.form-horizontal .input-prepend,
.form-horizontal .input-append {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
}

.form-search .hide,
.form-inline .hide,
.form-horizontal .hide {
  display: none;
}

.form-search label,
.form-inline label,
.form-search .btn-group,
.form-inline .btn-group {
  display: inline-block;
}

.form-search .input-append,
.form-inline .input-append,
.form-search .input-prepend,
.form-inline .input-prepend {
  margin-bottom: 0;
}

.form-search .radio,
.form-search .checkbox,
.form-inline .radio,
.form-inline .checkbox {
  padding-left: 0;
  margin-bottom: 0;
  vertical-align: middle;
}

.form-search .radio input[type="radio"],
.form-search .checkbox input[type="checkbox"],
.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
  float: left;
  margin-right: 3px;
  margin-left: 0;
}

legend + .control-group {
  margin-top: 1.63;
  -webkit-margin-top-collapse: separate;
}

.form-horizontal .control-group {
  margin-bottom: 1.63;
}

.form-horizontal .control-group::after {
  display: block;
  clear: both;
  content: "";
}

.form-horizontal .control-label {
  float: left;
  width: 160px;
  padding-top: 5px;
  text-align: right;
}

.form-horizontal .controls {
  margin-left: 180px;
}

.form-horizontal .help-block {
  margin-bottom: 0;
}

.form-horizontal input + .help-block,
.form-horizontal select + .help-block,
.form-horizontal textarea + .help-block,
.form-horizontal .uneditable-input + .help-block,
.form-horizontal .input-prepend + .help-block,
.form-horizontal .input-append + .help-block {
  margin-top: 0.815;
}

.form-horizontal .form-actions {
  padding-left: 180px;
}

.btn, .btn-info {
  display: inline-block;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  width: auto;
  color: white;
  background: #6360ED;
  border: none;
  padding: 15px 25px;
  font-size: 14px;
  line-height: 16px;
  font-family: "Montserrat", sans-serif;
  text-decoration: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none !important;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.btn:hover, .btn:focus, .btn-info:hover, .btn-info:focus {
  text-decoration: none;
}

.btn:focus, .btn.focus, .btn-info:focus, .btn-info.focus {
  outline: none !important;
}

.btn.disabled, .btn:disabled, .btn-info.disabled, .btn-info:disabled {
  opacity: 0.65;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn:not(:disabled):not(.disabled), .btn-info:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.btn:focus, .btn:active, .btn-info:focus, .btn-info:active {
  color: white;
  background: #6360ED;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn:hover, .btn-info:hover {
  color: white;
  background: #FFB907;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-info {
  color: white;
  background: #FFB907;
}

.btn-info:hover, .btn-info:focus, .btn-info:active {
  color: white;
  background: #6360ED;
}

.btn-icon {
  display: inline-block;
  text-align: center;
  color: white;
  background: #6360ED;
  font-size: 24px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.btn-icon:after {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  width: 110%;
  padding-bottom: 110%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  transform: translate3d(-50%, -50%, 0) scale(1);
  pointer-events: none;
  z-index: -1;
  background: #6360ED;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn-icon:hover {
  background: #FFB907;
  color: white;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-icon:hover:after {
  transform: translate3d(-50%, -50%, 0) scale(0);
}

.btn:not(:disabled):not(.disabled).active, .btn:not(:disabled):not(.disabled).active:focus,
.btn:not(:disabled):not(.disabled):active,
.btn:not(:disabled):not(.disabled):active:focus,
.show > .btn.dropdown-toggle,
.show > .btn.dropdown-toggle:focus {
  color: white;
  background-color: #6360ED;
  border-color: #6360ED;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled).active:focus,
.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled):active:focus,
.show > .btn-info.dropdown-toggle,
.show > .btn-info.dropdown-toggle:focus {
  color: white;
  background-color: #FFB907;
  border-color: #FFB907;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.kmt-form-submit button {
  display: inline-block !important;
  font-weight: 700 !important;
  text-align: center !important;
  white-space: nowrap !important;
  vertical-align: middle !important;
  user-select: none !important;
  width: auto !important;
  background: #6360ED !important;
  color: white !important;
  border: 1px solid transparent !important;
  padding: 8px 15px !important;
  font-size: 14px !important;
  line-height: 16px !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-border-radius: 37px !important;
  -moz-border-radius: 37px !important;
  border-radius: 37px !important;
  -webkit-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out !important;
  -o-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out !important;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out !important;
}

.kmt-form-submit button:hover {
  background: #FFB907 !important;
  color: white !important;
}

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

a.btn-link {
  font-size: 14px;
  line-height: 1.2em;
  display: inline-block;
  font-weight: 700;
  color: #6360ED;
  background-color: transparent;
}

a.btn-link:after {
  font-family: "Material Design Icons";
  font-weight: 700;
  content: "\f14f";
  font-size: 16px;
  line-height: 1em;
  vertical-align: top;
  padding-left: 13px;
}

a.btn-link:hover {
  color: #FFB907;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
}

a.btn-link:focus, a.btn-link.focus {
  text-decoration: none;
  border-color: transparent;
  box-shadow: none;
}

a.btn-link:disabled, a.btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn-lg {
  padding: 0.5rem 1rem;
  font-size: 0.9375rem;
  line-height: 1.6;
  border-radius: 0.3rem;
}

.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.65625rem;
  line-height: 1.6;
  border-radius: 0.2rem;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Montserrat", sans-serif;
  line-height: 1.3;
  color: #3F3F3F;
  margin-bottom: 20px;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, .h1 a, .h2 a, .h3 a, .h4 a, .h5 a, .h6 a {
  color: inherit;
}

h1 a:hover, h1 a:focus, h1 a:active, h2 a:hover, h2 a:focus, h2 a:active, h3 a:hover, h3 a:focus, h3 a:active, h4 a:hover, h4 a:focus, h4 a:active, h5 a:hover, h5 a:focus, h5 a:active, h6 a:hover, h6 a:focus, h6 a:active, .h1 a:hover, .h1 a:focus, .h1 a:active, .h2 a:hover, .h2 a:focus, .h2 a:active, .h3 a:hover, .h3 a:focus, .h3 a:active, .h4 a:hover, .h4 a:focus, .h4 a:active, .h5 a:hover, .h5 a:focus, .h5 a:active, .h6 a:hover, .h6 a:focus, .h6 a:active {
  color: #6360ED;
}

h1, .h1 {
  font-size: 60px;
  font-weight: 900;
  font-style: normal;
}

h2, .h2 {
  font-size: 36px;
  font-weight: 900;
  font-style: normal;
  letter-spacing: -1.5px;
}

h3, .h3 {
  font-size: 24px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: -.6px;
}

h4, .h4 {
  font-size: 18px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: -.6px;
}

h4 a:hover, h4 a:focus, h4 a:active, .h4 a:hover, .h4 a:focus, .h4 a:active {
  color: #FFB907;
}

h5, .h5 {
  font-size: 14px;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  color: #6360ED;
  letter-spacing: 1.3px;
  margin-bottom: 13px;
}

h6, .h6 {
  font-size: 16px;
  line-height: 1.7em;
  font-weight: 700;
  font-style: normal;
  letter-spacing: -.3px;
}

.lead {
  font-size: 0.9375rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.3;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.3;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.3;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.3;
}

a {
  color: #3F3F3F;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}

a:hover, a:focus, a:active {
  color: #6360ED;
  text-decoration: none;
  outline: none;
}

label {
  font-weight: normal;
}

legend {
  padding-bottom: 10px;
}

p {
  margin-bottom: 0;
}

p + * {
  margin-top: 30px;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

b, strong {
  font-weight: bold;
}

small,
.small {
  font-size: 80%;
  font-weight: 400;
}

mark,
.mark {
  padding: 0;
  background-color: #FFB907;
}

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

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

.list-inline-item {
  display: inline-block;
}

.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

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

ul li,
ol li {
  font-size: inherit;
  font-weight: 400;
}

ul li + li,
ol li + li {
  margin-top: 10px;
}

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

ol {
  padding: 0;
  counter-reset: item;
}

ol li {
  position: relative;
  list-style: none;
}

ol li:before {
  content: counters(item, ". ") ". ";
  counter-increment: item;
  margin: 0;
}

ul {
  padding: 0;
}

ul li {
  position: relative;
  list-style: none;
}

ul.icons li {
  font-size: 18px;
  line-height: 46px;
}

ul.icons li:before {
  vertical-align: middle;
  font-size: 40px;
  margin-right: 10px;
  color: #6360ED;
}

ul.list li {
  list-style: disc;
  list-style-position: inside;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 18px;
  line-height: 1.44em;
  font-family: "Montserrat", sans-serif;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}

.blockquote-footer::before {
  content: "\2014 \00A0";
}

blockquote {
  padding: 65px 0 26px;
  margin: 0;
  font-size: 18px;
  line-height: 1.45em;
  letter-spacing: 0.37px;
  font-family: "Montserrat", sans-serif;
  position: relative;
  display: inline-block;
}

blockquote:before {
  position: absolute;
  display: inline-block !important;
  top: 0;
  left: 0;
  right: 0;
  content: '\201C';
  font-size: 80px;
  line-height: 1.2em;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0;
  color: rgba(99, 96, 237, 0.22);
  cursor-pointer: none;
}

blockquote p {
  margin-bottom: 10px;
}

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.63;
  color: #6c757d;
  font-size: 14px;
  line-height: 27px;
  font-weight: 500;
}

* + blockquote {
  margin-top: 50px;
}

.article-details blockquote {
  padding: 0 0 0 58px;
  margin-top: 35px;
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 1.5em;
  color: #3F3F3F;
}

.article-details blockquote:before {
  font-size: 80px;
  top: 10px;
}

.article-details .autor {
  display: inline-block;
  font-style: italic;
  padding-left: 58px;
  margin-bottom: 20px;
}

mark {
  background: #6360ED;
  color: white;
}

/*Jquery.fancybox.css*/
.fancybox-wrap, .fancybox-skin, .fancybox-outer, .fancybox-inner, .fancybox-image, .fancybox-wrap iframe, .fancybox-wrap object, .fancybox-nav, .fancybox-nav span, .fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.fancybox-opened {
  z-index: 8030;
}

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
  position: relative;
}

.fancybox-inner {
  overflow: hidden;
  text-align: center;
}

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

.fancybox-image {
  display: block;
  width: 100%;
  height: 100%;
}

.fancybox-iframe {
  display: inline-block;
  vertical-align: middle !important;
}

.iframe-before {
  display: inline-block;
  height: 100%;
  width: 0;
  vertical-align: middle;
}

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("../images/fancybox/fancybox_sprite.png");
}

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: .8;
  cursor: pointer;
  z-index: 8060;
}

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("../images/fancybox/fancybox_loading.gif") center center no-repeat;
}

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}

.fancybox-prev {
  left: 0;
}

.fancybox-next {
  right: 0;
}

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}

.fancybox-nav:hover span {
  visibility: visible;
}

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}

.fancybox-lock body {
  overflow: hidden !important;
}

.fancybox-lock-test {
  overflow-y: hidden !important;
}

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("../images/fancybox/fancybox_overlay.png");
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

.fancybox-opened .fancybox-title {
  visibility: visible;
}

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: 700;
  line-height: 24px;
  white-space: nowrap;
}

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

.fancybox-title-inside-wrap {
  padding-top: 10px;
}

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url("../images/fancybox/fancybox_sprite$2x.png");
    background-size: 44px 152px;
  }
  #fancybox-loading div {
    background-image: url("../images/fancybox/fancybox_loading$2x.gif");
    background-size: 24px 24px;
  }
}

/*jquery.fancybox-buttons.css*/
#fancybox-buttons {
  position: fixed;
  left: 0;
  width: 100%;
  z-index: 8050;
}

#fancybox-buttons.top {
  top: 10px;
}

#fancybox-buttons.bottom {
  bottom: 10px;
}

#fancybox-buttons ul {
  display: block;
  width: 166px;
  height: 30px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  border: 1px solid #111;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
  -moz-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
  background: #323232;
  background: -moz-linear-gradient(top, #444 0%, #343434 50%, #292929 50%, #333 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #444), color-stop(50%, #343434), color-stop(50%, #292929), color-stop(100%, #333));
  background: -webkit-linear-gradient(top, #444 0%, #343434 50%, #292929 50%, #333 100%);
  background: -o-linear-gradient(top, #444 0%, #343434 50%, #292929 50%, #333 100%);
  background: -ms-linear-gradient(top, #444 0%, #343434 50%, #292929 50%, #333 100%);
  background: linear-gradient(top, #444 0%, #343434 50%, #292929 50%, #333 100%);
}

#fancybox-buttons ul li {
  float: left;
  margin: 0;
  padding: 0;
}

#fancybox-buttons a {
  display: block;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  background-color: transparent;
  background-image: url(../images/fancybox/fancybox_buttons.png);
  background-repeat: no-repeat;
  outline: none;
  opacity: .8;
}

#fancybox-buttons a:hover {
  opacity: 1;
}

#fancybox-buttons a.btnPrev {
  background-position: 5px 0;
}

#fancybox-buttons a.btnNext {
  background-position: -33px 0;
  border-right: 1px solid #3e3e3e;
}

#fancybox-buttons a.btnPlay {
  background-position: 0 -30px;
}

#fancybox-buttons a.btnPlayOn {
  background-position: -30px -30px;
}

#fancybox-buttons a.btnToggle {
  background-position: 3px -60px;
  border-left: 1px solid #111;
  border-right: 1px solid #3e3e3e;
  width: 35px;
}

#fancybox-buttons a.btnToggleOn {
  background-position: -27px -60px;
}

#fancybox-buttons a.btnClose {
  border-left: 1px solid #111;
  width: 35px;
  background-position: -56px 0;
}

#fancybox-buttons a.btnDisabled {
  opacity: .4;
  cursor: default;
}

/*jquery.fancybox-thumbs.css*/
#fancybox-thumbs {
  position: fixed;
  left: 0;
  width: 100%;
  overflow: hidden;
  z-index: 8050;
}

#fancybox-thumbs.bottom {
  bottom: 2px;
}

#fancybox-thumbs.top {
  top: 2px;
}

#fancybox-thumbs ul {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}

#fancybox-thumbs ul li {
  float: left;
  padding: 1px;
  opacity: .5;
}

#fancybox-thumbs ul li.active {
  opacity: .75;
  padding: 0;
  border: 1px solid #fff;
}

#fancybox-thumbs ul li:hover {
  opacity: 1;
}

#fancybox-thumbs ul li a {
  display: block;
  position: relative;
  overflow: hidden;
  border: 1px solid #222;
  background: #111;
  outline: none;
}

#fancybox-thumbs ul li img {
  display: block;
  position: relative;
  border: 0;
  padding: 0;
  max-width: none;
}

/*Theme styles*/
.fancybox-close {
  background: none !important;
  color: #fff;
  font-size: 22px;
  height: 36px !important;
  line-height: 36px;
  margin: 0 !important;
  padding: 0 !important;
  position: fixed;
  right: 0 !important;
  text-align: center !important;
  top: 0 !important;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.fancybox-close:before {
  content: '\f057';
  font-family: FontAwesome;
}

.fancybox-close:hover {
  color: #fff;
  font-size: 30px;
}

.fancybox-overlay {
  z-index: 10000;
}

.fancybox-lock .fancybox-overlay {
  min-height: 320px;
  overflow: hidden;
}

.fancybox-prev,
.fancybox-next {
  overflow: hidden;
}

.fancybox-prev span,
.fancybox-next span {
  background: none !important;
  color: #fff;
  margin-top: -50px;
  visibility: visible !important;
  -webkit-transition: font-size 0.2s ease;
  -o-transition: font-size 0.2s ease;
  transition: font-size 0.2s ease;
  width: 140px !important;
  height: 140px !important;
}

.fancybox-prev span:before,
.fancybox-next span:before {
  border-left: 2px solid #fff;
  border-top: 2px solid #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  content: '';
  height: 100px;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transition: border-color 0.3s ease;
  -o-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
  width: 100px;
}

.fancybox-prev:hover span,
.fancybox-next:hover span {
  color: #fff;
}

.fancybox-prev:hover span:before,
.fancybox-next:hover span:before {
  border-left-color: #666;
  border-top-color: #666;
}

.fancybox-next span {
  text-align: center;
}

.fancybox-prev span:before {
  left: 36px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.fancybox-next span {
  right: 6px;
}

.fancybox-next span:before {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

.fancybox-skin {
  background: #191919;
}

.fancybox-image {
  opacity: .9;
}

#fancybox-thumbs {
  font-size: 0;
  line-height: 0;
  text-align: center;
  z-index: 100000;
  -webkit-transition: bottom 0.5s ease;
  -o-transition: bottom 0.5s ease;
  transition: bottom 0.5s ease;
}

#fancybox-thumbs ul {
  background: #191919;
  display: inline-block;
  font-size: 0;
  line-height: 0;
  top: 0 !important;
  white-space: nowrap;
}

#fancybox-thumbs ul li {
  border: none !important;
  display: inline-block;
  float: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

#fancybox-thumbs ul li .holder {
  bottom: 0;
  cursor: pointer;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}

#fancybox-thumbs ul li.active {
  opacity: 1;
}

#fancybox-thumbs img {
  border-radius: 0;
}

.fancybox-lock body {
  overflow: visible !important;
}

body.mobile #fancybox-thumbs {
  display: none;
}

.fancybox-wrap {
  height: 100% !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  position: fixed !important;
  top: 0 !important;
}

.fancybox-inner,
.fancybox-skin,
.fancybox-outer {
  height: 100% !important;
  position: relative;
  width: 100% !important;
}

.fancybox-outer {
  background: none !important;
}

.fancybox-image {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.fancybox-image {
  opacity: 0;
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  -o-transform: scale(1.02);
  transform: scale(1.02);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.fancybox-type-image.fancybox-opened {
  z-index: 10001;
}

.fancybox-type-image.fancybox-opened .fancybox-image {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.fancybox-nav {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: 56px;
  z-index: 100;
}

.fancybox-nav span {
  visibility: visible;
}

.fancybox-close {
  -webkit-transition: right 0.5s ease;
  -o-transition: right 0.5s ease;
  transition: right 0.5s ease;
}

.fancybox-close:hover {
  text-decoration: none;
}

.fancybox-full #fancybox-thumbs {
  bottom: -100px;
}

.fancybox-full .fancybox-prev {
  left: -100px;
}

.fancybox-full .fancybox-next,
.fancybox-full .fancybox-close {
  right: -100px;
}

#fancybox-thumbs ul li + li {
  margin: 0;
  padding: 0;
}

.mod-article-single {
  margin-bottom: 20px;
}

.mod-article-single .item__module::after {
  display: block;
  clear: both;
  content: "";
}

.mod-article-single .mod-newsflash-adv .row {
  margin-left: 0;
  margin-right: 0;
}

@media (min-width: 768px) {
  .mod-article-single .img-intro + .item_introtext .mod-newsflash-adv [class*="col-sm-"]:first-child {
    padding-left: 0;
  }
  .mod-article-single .img-intro + .item_introtext .mod-newsflash-adv [class*="col-sm-"] + [class*="col-sm-"] {
    padding-right: 0;
  }
}

@media (min-width: 768px) {
  .mod-article-single .img-intro__left + .item_introtext [class*="moduletable"] .mod_tm_counters .row [class*="col-sm-"]:first-child {
    padding-left: 0;
  }
  .mod-article-single .img-intro__left + .item_introtext [class*="moduletable"] .mod_tm_counters .row [class*="col-sm-"]:last-child {
    padding-right: 0;
  }
}

.mod-article-single * + .btn {
  margin-top: 30px;
}

body.view-article .article-details .article-full-image.float-left, body.view-article .article-details .article-full-image.float-right {
  max-width: 48%;
}

.mod-article-single__questions {
  margin-bottom: 30px;
}

.mod-article-single__questions .item_img {
  margin-bottom: 20px;
}

.mod-article-single__questions .item__module .btn {
  margin-top: 15px;
  background: white;
  color: inherit;
}

.mod-article-single__questions .item__module .btn:before {
  content: '\f0e0';
  font-family: "FontAwesome";
  color: inherit;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  font-size: 14px;
  margin-right: 5px;
}

.mod-article-single__questions .item__module .btn:hover {
  background: #FFB907;
  color: white;
}

.mod-article-single__questions .item__module .btn:hover:before {
  color: white;
}

.mod-article-single__questions .mod-newsflash-adv_custom-link {
  margin-top: 15px;
}

@media (max-width: 1199px) {
  .mod-article-single__questions {
    text-align: center;
  }
  .mod-article-single__questions .item_content .item-title {
    text-align: center;
    font-size: 18px;
  }
  .mod-article-single__questions .item_content .btn {
    white-space: normal;
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (max-width: 991px) {
  .mod-article-single__questions .item_img {
    padding: 15px;
    padding-top: 30px;
  }
  .mod-article-single__questions .item_content {
    padding-bottom: 30px;
  }
}

.mod-article-single__home-about h2 {
  line-height: 1em;
}

@media (min-width: 768px) {
  .mod-article-single__home-about .item__module:before {
    position: absolute;
    content: '';
    pointer-events: none;
    width: 279px;
    height: 223px;
    left: 13px;
    top: -40px;
    background: rgba(99, 96, 237, 0.8);
  }
  .mod-article-single__home-about .item_img:before, .mod-article-single__home-about .item_img:after {
    position: absolute;
    content: '';
    pointer-events: none;
  }
  .mod-article-single__home-about .item_img:before {
    width: 94px;
    height: 75px;
    left: 45.5%;
    top: -88px;
    background: rgba(99, 96, 237, 0.1);
  }
  .mod-article-single__home-about .item_img:after {
    width: 164px;
    height: 112px;
    right: -34px;
    bottom: -42px;
    background: rgba(99, 96, 237, 0.2);
  }
  .mod-article-single__home-about .item_img img {
    position: relative;
  }
}

.mod-article-single__home-about .img-intro__left {
  margin-right: 14.5%;
}

.mod-article-single__testimonials-home:before, .mod-article-single__testimonials-home:after {
  position: absolute;
  content: '';
  background: #F9F9FE;
  pointer-events: none;
}

.mod-article-single__testimonials-home:after {
  top: 70px;
  left: 50%;
  width: 1170px;
  margin-left: -585px;
  right: auto;
  bottom: 0;
}

.mod-article-single__testimonials-home:before {
  top: 70px;
  left: 50%;
  right: 0;
  bottom: 0;
}

.mod-article-single__testimonials-home figure {
  position: relative;
  z-index: 1;
  width: 31.5%;
  margin-bottom: 50px;
}

.mod-article-single__testimonials-home figure:after {
  position: absolute;
  content: '';
  display: inline-block;
  bottom: -20px;
  right: 38px;
  width: 104px;
  height: 76px;
  background-image: url("../images/quotes.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.mod-article-single__testimonials-home figure + .container {
  padding-top: 144px;
  line-height: 1.9em;
  position: relative;
  z-index: 1;
}

.mod-article-single__testimonials-home figure + .container > .item_introtext {
  margin-left: 34%;
  width: 62%;
}

.mod-article-single__testimonials-home .item_img img {
  width: 100%;
}

.mod-article-single__testimonials-home .item_introtext p {
  margin-bottom: 28px;
}

.mod-article-single__services-home {
  margin-bottom: 44px;
}

.mod-article-single__services-home .mod-newsflash-adv {
  margin-left: -15px;
}

@media (min-width: 768px) {
  .mod-article-single__services-home figure + .container > .item_introtext {
    padding-right: calc(33.2vw - (100vw - 1200px)/2);
  }
}

.mod-article-single__services-home:before, .mod-article-single__services-home:after {
  position: absolute;
  content: '';
  pointer-events: none;
  background: #F9F9FE;
}

.mod-article-single__services-home:after {
  top: 70px;
  left: 50%;
  width: 1170px;
  margin-left: -585px;
  right: auto;
  bottom: 0;
}

.mod-article-single__services-home:before {
  top: 70px;
  left: 0;
  right: 50%;
  bottom: 0;
}

.mod-article-single__services-home figure {
  width: 33.2%;
  z-index: 1;
}

.mod-article-single__services-home figure + .container {
  padding-top: 155px;
  position: relative;
  z-index: 1;
}

.mod-article-single__services-home .item_img img {
  width: 100%;
}

.mod-article-single__services-home .item_introtext h5 {
  margin-bottom: 8px;
}

.mod-article-single__services-home .item_introtext h2 {
  margin-bottom: 80px;
}

.mod-article-single__about-home {
  margin-bottom: 15px;
}

.mod-article-single__about-home .item_img {
  margin-bottom: 15px;
}

.mod-article-single__about-home p + h6 {
  margin-top: 15px;
  margin-bottom: 10px;
}

.mod-article-single__about-home .about-phone {
  display: inline-block;
  font-size: 36px;
  font-weight: 900;
  font-family: "Montserrat", sans-serif;
  color: #FFB907;
  margin-bottom: 20px;
}

.mod-article-single__about-home .about-phone:hover, .mod-article-single__about-home .about-phone:focus, .mod-article-single__about-home .about-phone:active {
  color: #6360ED;
}

.mod-article-single__home-about h2 + h6 {
  padding-top: 10px;
  margin-bottom: 15px;
}

.mod-article-single__home-about .moduletablepost {
  padding-top: 7px;
}

@media (min-width: 1200px) {
  .mod-article-single__home-about .moduletablepost {
    padding-right: 9%;
  }
}

.mod-article-single__services .img-intro {
  margin-right: 10%;
}

.mod-article-single__services .row [class*="col-sm-"] {
  padding-left: 0;
  padding-right: 0;
}

.mod-article-single__services figure {
  position: relative;
  z-index: 1;
  width: 34%;
  margin-bottom: 50px;
}

.mod-article-single__services figure + .container {
  padding-top: 144px;
  line-height: 1.9em;
  position: relative;
  z-index: 1;
}

.mod-article-single__services:before, .mod-article-single__services:after {
  position: absolute;
  content: '';
  background: #F9F9FE;
  pointer-events: none;
}

.mod-article-single__services:after {
  top: 70px;
  left: 50%;
  width: 1170px;
  margin-left: -585px;
  right: auto;
  bottom: 0;
}

.mod-article-single__services:before {
  top: 70px;
  left: 50%;
  right: 0;
  bottom: 0;
}

.mod-bootstrap-collapse {
  margin-top: 5px;
}

.mod-bootstrap-collapse .accordion .card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-clip: border-box;
  border: none;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  background-color: transparent;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.mod-bootstrap-collapse .accordion .card:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.mod-bootstrap-collapse .accordion .card .card-header {
  padding: 0;
  margin: 0;
  background-color: transparent;
  border: none;
}

.mod-bootstrap-collapse .accordion .card .card-header .card-header-title {
  padding: 18px 55px 14px 32px;
  font-family: "Montserrat", sans-serif;
  display: block;
  position: relative;
  text-decoration: none;
  text-transform: none;
  font-size: 24px;
  letter-spacing: 0;
  font-weight: 400;
  color: #3F3F3F;
  -webkit-transition: color 0.25s ease;
  -o-transition: color 0.25s ease;
  transition: color 0.25s ease;
}

.mod-bootstrap-collapse .accordion .card .card-header .card-header-title .heading_icon {
  position: absolute;
  right: 20px;
  top: 54%;
  text-align: center;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-size: 28px;
  line-height: 1.2em;
  color: #6360ED;
}

.mod-bootstrap-collapse .accordion .card .card-header .card-header-title .heading_icon:before {
  display: inline-block;
  content: '\f504';
  font-family: "Material Design Icons";
  -webkit-transition: transform 0.25s ease;
  -o-transition: transform 0.25s ease;
  transition: transform 0.25s ease;
}

.mod-bootstrap-collapse .accordion .card .card-header.active .card-header-title .heading_icon:before {
  content: '\f465';
  font-family: "Material Design Icons";
}

.mod-bootstrap-collapse .accordion .card .item_introtext {
  padding: 0 105px 20px 32px;
}

.mod-bootstrap-collapse .accordion .card .collapse-block .card-body {
  padding: 0;
}

.mod-bootstrap-collapse .accordion .card .collapse-block .card-body .item_introtext p {
  margin: 0;
}

.mod-bootstrap-collapse .accordion .card .collapse-block .card-body .item_introtext p + p {
  margin-top: 18px;
}

.mod-newsflash-adv .item {
  margin-bottom: 25px;
}

.mod-newsflash-adv .fields-container {
  display: none;
}

.mod-newsflash-adv__ .mod-newsflash-adv_custom-link {
  margin-bottom: 3.26;
}

.mod-newsflash-adv__pricing_simple {
  text-align: center;
  padding-left: 95px;
  padding-right: 95px;
}

.mod-newsflash-adv__pricing_simple > .row {
  margin-right: 0;
  margin-left: 0;
}

.mod-newsflash-adv__pricing_simple > .row [class*="col-sm-"] {
  padding-left: 0;
  padding-right: 0;
}

.mod-newsflash-adv__pricing_simple .item .item_content .item_introtext {
  margin-top: 20px;
}

.mod-newsflash-adv__pricing_simple .item .item_content .item_introtext .pricing-table {
  background: #fff;
  -webkit-box-shadow: 2px 2px 20px 0px rgba(63, 63, 63, 0.1);
  box-shadow: 2px 2px 20px 0px rgba(63, 63, 63, 0.1);
  text-align: center;
}

.mod-newsflash-adv__pricing_simple .item .item_content .item_introtext .pricing-table .pricing-table__heading {
  text-align: center;
  padding: 35px 25px 0px 27px;
}

.mod-newsflash-adv__pricing_simple .item .item_content .item_introtext .pricing-table .pricing-table__heading .pricing-table__title {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  padding: 0;
  text-align: center;
}

.mod-newsflash-adv__pricing_simple .item .item_content .item_introtext .pricing-table .pricing-table__heading .pricing-table__subtitle {
  text-transform: none;
  padding: 0;
  margin: 0;
  text-align: center;
}

.mod-newsflash-adv__pricing_simple .item .item_content .item_introtext .pricing-table .pricing-table__heading .pricing-table__price {
  text-align: center;
  display: block;
  vertical-align: middle;
  padding: 15px 0 6px;
}

.mod-newsflash-adv__pricing_simple .item .item_content .item_introtext .pricing-table .pricing-table__heading .pricing-table__price + ul {
  margin-top: 15px;
}

.mod-newsflash-adv__pricing_simple .item .item_content .item_introtext .pricing-table .pricing-table__heading .pricing-table__price .pricing-table__price-prefix,
.mod-newsflash-adv__pricing_simple .item .item_content .item_introtext .pricing-table .pricing-table__heading .pricing-table__price .pricing-table__price-val,
.mod-newsflash-adv__pricing_simple .item .item_content .item_introtext .pricing-table .pricing-table__heading .pricing-table__price .pricing-table__price-suffix {
  vertical-align: baseline;
  display: inline-block;
  color: #6360ED;
  font-size: 48px;
  line-height: 1;
  font-style: normal;
  font-weight: 900;
  font-family: "Montserrat", sans-serif;
  vertical-align: top;
}

.mod-newsflash-adv__pricing_simple .item .item_content .item_introtext .pricing-table .pricing-table__heading .pricing-table__price .pricing-table__price-prefix, .mod-newsflash-adv__pricing_simple .item .item_content .item_introtext .pricing-table .pricing-table__heading .pricing-table__price .pricing-table__price-suffix {
  font-size: 18px;
  padding-top: 8px;
}

.mod-newsflash-adv__pricing_simple .item .item_content .item_introtext .pricing-table .pricing-table__action {
  padding-bottom: 40px;
  padding-top: 25px;
  padding-left: 29px;
  padding-right: 30px;
  text-align: center;
}

.mod-newsflash-adv__pricing_simple .item .item_content .item_introtext .pricing-table .pricing-table__action .btn {
  white-space: normal;
}

@media (max-width: 991px) {
  .mod-newsflash-adv__pricing_simple .item .item_content .item_introtext .pricing-table .pricing-table__action {
    padding: 10px 15px;
  }
}

.mod-newsflash-adv__pricing_simple .item li.not-available {
  color: rgba(116, 123, 127, 0.3);
}

.mod-newsflash-adv__pricing_simple .item.featured .item_content .item_introtext {
  margin-top: 0;
}

.mod-newsflash-adv__pricing_simple .item.featured .item_content .item_introtext .pricing-table {
  color: white;
  background-color: #6360ED;
}

.mod-newsflash-adv__pricing_simple .item.featured .item_content .item_introtext .pricing-table .pricing-table__heading {
  padding-top: 37px;
}

.mod-newsflash-adv__pricing_simple .item.featured .item_content .item_introtext .pricing-table .pricing-table__heading .pricing-table__price-val {
  font-size: 78px;
}

.mod-newsflash-adv__pricing_simple .item.featured .item_content .item_introtext .pricing-table .pricing-table__action {
  padding-bottom: 50px;
}

.mod-newsflash-adv__pricing_simple .item.featured .item_content .item_introtext .pricing-table h1, .mod-newsflash-adv__pricing_simple .item.featured .item_content .item_introtext .pricing-table h2, .mod-newsflash-adv__pricing_simple .item.featured .item_content .item_introtext .pricing-table h3, .mod-newsflash-adv__pricing_simple .item.featured .item_content .item_introtext .pricing-table h4, .mod-newsflash-adv__pricing_simple .item.featured .item_content .item_introtext .pricing-table h5, .mod-newsflash-adv__pricing_simple .item.featured .item_content .item_introtext .pricing-table h6, .mod-newsflash-adv__pricing_simple .item.featured .item_content .item_introtext .pricing-table .h1, .mod-newsflash-adv__pricing_simple .item.featured .item_content .item_introtext .pricing-table .h2, .mod-newsflash-adv__pricing_simple .item.featured .item_content .item_introtext .pricing-table .h3, .mod-newsflash-adv__pricing_simple .item.featured .item_content .item_introtext .pricing-table .h4, .mod-newsflash-adv__pricing_simple .item.featured .item_content .item_introtext .pricing-table .h5, .mod-newsflash-adv__pricing_simple .item.featured .item_content .item_introtext .pricing-table .h6 {
  color: #FFB907;
}

.mod-newsflash-adv__pricing_simple .item.featured .item_content .item_introtext .pricing-table div.pricing-table__price .pricing-table__price-prefix,
.mod-newsflash-adv__pricing_simple .item.featured .item_content .item_introtext .pricing-table div.pricing-table__price .pricing-table__price-val,
.mod-newsflash-adv__pricing_simple .item.featured .item_content .item_introtext .pricing-table div.pricing-table__price .pricing-table__price-suffix {
  color: inherit;
}

.mod-newsflash-adv__pricing_simple .item.featured li.not-available {
  color: rgba(255, 255, 255, 0.3);
}

.mod-newsflash-adv__pricing_simple .item.featured .btn-info:hover, .mod-newsflash-adv__pricing_simple .item.featured .btn-info:focus, .mod-newsflash-adv__pricing_simple .item.featured .btn-info:active {
  background: #908ef2;
}

.mod-newsflash-adv__pricing_detailed .item .item_content {
  height: 100%;
}

.mod-newsflash-adv__pricing_detailed .item .item_content .item_introtext {
  height: inherit;
}

.mod-newsflash-adv__pricing_detailed .item .item_content .item_introtext .pricing-table {
  height: inherit;
  background: #fff;
  -webkit-box-shadow: 2px 2px 20px 0px rgba(63, 63, 63, 0.1);
  box-shadow: 2px 2px 20px 0px rgba(63, 63, 63, 0.1);
  text-align: center;
}

.mod-newsflash-adv__pricing_detailed .item .item_content .item_introtext .pricing-table .pricing-table__heading {
  text-align: left;
  padding: 33px 25px 23px 27px;
  border-bottom: 1px solid #e6e8e8;
}

.mod-newsflash-adv__pricing_detailed .item .item_content .item_introtext .pricing-table .pricing-table__heading .pricing-table__title {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  padding: 0;
}

.mod-newsflash-adv__pricing_detailed .item .item_content .item_introtext .pricing-table .pricing-table__heading .pricing-table__subtitle {
  text-transform: none;
  padding: 0;
  margin: 0;
  color: #747B7F;
  text-align: left;
}

.mod-newsflash-adv__pricing_detailed .item .item_content .item_introtext .pricing-table .pricing-table__heading .pricing-table__price {
  text-align: left;
  display: block;
  vertical-align: middle;
  padding: 15px 0 6px;
}

.mod-newsflash-adv__pricing_detailed .item .item_content .item_introtext .pricing-table .pricing-table__heading .pricing-table__price .pricing-table__price-prefix,
.mod-newsflash-adv__pricing_detailed .item .item_content .item_introtext .pricing-table .pricing-table__heading .pricing-table__price .pricing-table__price-val,
.mod-newsflash-adv__pricing_detailed .item .item_content .item_introtext .pricing-table .pricing-table__heading .pricing-table__price .pricing-table__price-suffix {
  vertical-align: baseline;
  display: inline-block;
  color: #6360ED;
  line-height: 1;
  font-style: normal;
  font-weight: 900;
  font-family: "Montserrat", sans-serif;
}

.mod-newsflash-adv__pricing_detailed .item .item_content .item_introtext .pricing-table .pricing-table__heading .pricing-table__price .pricing-table__price-prefix {
  font-size: 34px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .mod-newsflash-adv__pricing_detailed .item .item_content .item_introtext .pricing-table .pricing-table__heading .pricing-table__price .pricing-table__price-prefix {
    font-size: 21px;
  }
}

.mod-newsflash-adv__pricing_detailed .item .item_content .item_introtext .pricing-table .pricing-table__heading .pricing-table__price .pricing-table__price-val {
  font-size: 34px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .mod-newsflash-adv__pricing_detailed .item .item_content .item_introtext .pricing-table .pricing-table__heading .pricing-table__price .pricing-table__price-val {
    font-size: 21px;
  }
}

.mod-newsflash-adv__pricing_detailed .item .item_content .item_introtext .pricing-table .pricing-table__heading .pricing-table__price .pricing-table__price-suffix {
  font-size: 18px;
}

@media (max-width: 991px) {
  .mod-newsflash-adv__pricing_detailed .item .item_content .item_introtext .pricing-table .pricing-table__heading {
    padding: 15px;
  }
}

.mod-newsflash-adv__pricing_detailed .item .item_content .item_introtext .pricing-table .pricing-table__list {
  padding-top: 30px;
  padding-left: 29px;
  padding-right: 30px;
  text-align: left;
}

.mod-newsflash-adv__pricing_detailed .item .item_content .item_introtext .pricing-table .pricing-table__list .pricing__list-item {
  display: block;
}

.mod-newsflash-adv__pricing_detailed .item .item_content .item_introtext .pricing-table .pricing-table__list .pricing__list-item .pricing-feature__inner {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.mod-newsflash-adv__pricing_detailed .item .item_content .item_introtext .pricing-table .pricing-table__list .pricing__list-item .pricing-feature__inner .item-icon {
  font-size: 14px;
  width: 14px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 10px;
  color: #cecfd0;
}

.mod-newsflash-adv__pricing_detailed .item .item_content .item_introtext .pricing-table .pricing-table__list .pricing__list-item .pricing-feature__inner .item-icon:before {
  content: '\f00d';
  font-family: "FontAwesome";
  position: relative;
}

.mod-newsflash-adv__pricing_detailed .item .item_content .item_introtext .pricing-table .pricing-table__list .pricing__list-item .pricing-feature__inner .pricing-feature__text {
  color: #cecfd0;
}

.mod-newsflash-adv__pricing_detailed .item .item_content .item_introtext .pricing-table .pricing-table__list .pricing__list-item.active .pricing-feature__inner .item-icon {
  color: #6360ED;
}

.mod-newsflash-adv__pricing_detailed .item .item_content .item_introtext .pricing-table .pricing-table__list .pricing__list-item.active .pricing-feature__inner .item-icon:before {
  content: '\f00c';
}

.mod-newsflash-adv__pricing_detailed .item .item_content .item_introtext .pricing-table .pricing-table__list .pricing__list-item.active .pricing-feature__inner .pricing-feature__text {
  color: #747B7F;
}

@media (max-width: 991px) {
  .mod-newsflash-adv__pricing_detailed .item .item_content .item_introtext .pricing-table .pricing-table__list {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.mod-newsflash-adv__pricing_detailed .item .item_content .item_introtext .pricing-table .pricing-table__action {
  padding-bottom: 41px;
  padding-top: 30px;
  padding-left: 29px;
  padding-right: 30px;
  text-align: center;
}

@media (max-width: 991px) {
  .mod-newsflash-adv__pricing_detailed .item .item_content .item_introtext .pricing-table .pricing-table__action {
    padding: 15px;
  }
}

.mod-newsflash-adv__contact-us > .row + .row {
  margin-top: 35px;
}

.mod-newsflash-adv__contact-us .item {
  margin-bottom: 0;
}

.mod-newsflash-adv__contact-us .item_content {
  display: inline-flex;
  flex: 0 1 100%;
}

.mod-newsflash-adv__contact-us .item_title {
  font-weight: 400;
  padding-bottom: 15px;
  border-bottom: 1px solid #d2d5e4;
}

.mod-newsflash-adv__contact-us i {
  font-size: 23px;
  line-height: 1.2em;
  color: #6360ED;
  display: inline-block;
  flex: 0 0 auto;
  margin-right: 10px;
}

.mod-newsflash-adv__contact-us ul li, .mod-newsflash-adv__contact-us ol li {
  font-weight: inherit;
}

.mod-newsflash-adv__testimonials h3 {
  letter-spacing: -.3px;
  line-height: 1.4em;
}

.mod-newsflash-adv__testimonials .item__module {
  margin-bottom: 25px;
}

.mod-newsflash-adv__testimonials .row + .row {
  margin-top: 12px;
}

.mod-newsflash-adv__video-items i, .mod-newsflash-adv__feedback-items i {
  display: inline-block;
  font-size: 50px;
  color: #6360ED;
  margin-bottom: 19px;
}

.mod-newsflash-adv__feedback-items h3 {
  margin-bottom: 15px;
}

.mod-newsflash-adv__team .item {
  margin-bottom: 30px;
}

.mod-newsflash-adv__team .row + .row {
  margin-top: 20px;
}

.mod-newsflash-adv__team .item_img {
  font-size: inherit;
  line-height: inherit;
  margin-bottom: 23px;
  line-height: 0;
}

.mod-newsflash-adv__team .item_img a {
  overflow: visible;
}

.mod-newsflash-adv__team .item_img a:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: #FFB907;
  pointer-events: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.mod-newsflash-adv__team .item_img img {
  display: inline-block;
  position: relative;
}

.mod-newsflash-adv__team .item_img a:hover:before {
  top: 10px;
  left: 10px;
}

.mod-newsflash-adv__team .item_title {
  margin-bottom: 3px;
}

.mod-newsflash-adv__history {
  margin-left: 15%;
  margin-right: 15%;
  position: relative;
}

.mod-newsflash-adv__history > .row + .row .item {
  padding-top: 30px;
}

.mod-newsflash-adv__history > .row + .row .item:before {
  z-index: 1;
  left: 0px;
  top: 0;
}

.mod-newsflash-adv__history > .row + .row .item figcaption + .item_title:before {
  top: 30px;
}

.mod-newsflash-adv__history:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 14px;
  height: 14px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #6360ED;
}

.mod-newsflash-adv__history article.item {
  margin-bottom: 0;
  padding-left: 85px;
}

.mod-newsflash-adv__history article.item .item_img {
  margin-bottom: 20px;
}

.mod-newsflash-adv__history article.item figcaption {
  font-size: 14px;
  font-weight: 700;
  color: #6360ED;
  margin-bottom: 2px;
}

.mod-newsflash-adv__history article.item figcaption + .item_title {
  margin-bottom: 10px;
}

.mod-newsflash-adv__history article.item figcaption + .item_title .item_introtext {
  padding-right: 35%;
}

.mod-newsflash-adv__history article.item figcaption + .item_title:after, .mod-newsflash-adv__history article.item figcaption + .item_title:before {
  content: '';
  position: absolute;
}

.mod-newsflash-adv__history article.item figcaption + .item_title:after {
  left: 21px;
  top: 0;
  bottom: 0;
  border-left: 2px solid #6360ED;
}

.mod-newsflash-adv__history article.item figcaption + .item_title:before {
  z-index: 1;
  left: 15px;
  top: 0;
  width: 14px;
  height: 14px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #6360ED;
}

.mod-newsflash-adv__services-home > .row {
  list-style-type: none;
  counter-reset: list1 0;
}

.mod-newsflash-adv__services-home > .row + .row {
  margin-top: 30px;
}

.mod-newsflash-adv__services-home > .row article {
  list-style-type: none;
}

.mod-newsflash-adv__services-home > .row article:before {
  position: absolute;
  top: -60px;
  left: -25px;
  font-size: 72px;
  line-height: 1em;
  font-family: "Montserrat", sans-serif;
  padding-top: 15px;
  padding-right: 20px;
  font-weight: 900;
  color: rgba(99, 96, 237, 0.1);
  counter-increment: list1;
  content: "0" counter(list1);
  pointer-events: none;
}

.mod-newsflash-adv__services-home > .row + .row {
  counter-reset: list1 2;
}

.mod-newsflash-adv__services-home > .row + .row + .row {
  counter-reset: list1 4;
}

.mod-newsflash-adv__services-home > .row + .row + .row + .row {
  counter-reset: list1 6;
}

.mod-newsflash-adv__services-home > .row + .row + .row + .row + .row {
  counter-reset: list1 8;
}

.mod-newsflash-adv__services-home .item {
  margin-bottom: 30px;
}

.mod-newsflash-adv__services-home .item_title {
  margin-bottom: 15px;
}

.mod-newsflash-adv__services-home .mod-newsflash-adv_custom-link {
  margin-top: 10px;
}

.mod-newsflash-adv__services-home .mod-newsflash-adv_custom-link {
  padding-left: 15px;
}

.mod-newsflash-adv__portfolio .item {
  margin-bottom: 29px;
}

.mod-newsflash-adv__portfolio *:not(.masonry) {
  display: block;
  position: relative;
}

.mod-newsflash-adv__portfolio *:not(.masonry) article {
  color: white;
}

@media (min-width: 480px) {
  .mod-newsflash-adv__portfolio *:not(.masonry) article {
    flex: none;
    position: relative;
    width: 50%;
    max-width: 50%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
  }
  .mod-newsflash-adv__portfolio *:not(.masonry) article:first-child {
    width: 100%;
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .mod-newsflash-adv__portfolio *:not(.masonry) article {
    flex: none;
    position: relative;
    width: 25%;
    max-width: 25%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
  }
  .mod-newsflash-adv__portfolio *:not(.masonry) article:first-child {
    width: 50%;
    max-width: 50%;
  }
}

.mod-newsflash-adv__portfolio *:not(.masonry) article .item_img {
  margin-bottom: 0;
}

.mod-newsflash-adv__portfolio *:not(.masonry) article .item_img:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  display: inline-block;
  background: #6360ED;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.mod-newsflash-adv__portfolio *:not(.masonry) article .item_img, .mod-newsflash-adv__portfolio *:not(.masonry) article .item_img img {
  width: 100%;
}

.mod-newsflash-adv__portfolio *:not(.masonry) article h1, .mod-newsflash-adv__portfolio *:not(.masonry) article h2, .mod-newsflash-adv__portfolio *:not(.masonry) article h3, .mod-newsflash-adv__portfolio *:not(.masonry) article h4, .mod-newsflash-adv__portfolio *:not(.masonry) article h6, .mod-newsflash-adv__portfolio *:not(.masonry) article .h1, .mod-newsflash-adv__portfolio *:not(.masonry) article .h2, .mod-newsflash-adv__portfolio *:not(.masonry) article .h3, .mod-newsflash-adv__portfolio *:not(.masonry) article .h4, .mod-newsflash-adv__portfolio *:not(.masonry) article .h6 {
  color: white;
}

.mod-newsflash-adv__portfolio *:not(.masonry) article h5, .mod-newsflash-adv__portfolio *:not(.masonry) article .h5 {
  color: #FFB907;
  margin-bottom: 15px;
}

.mod-newsflash-adv__portfolio *:not(.masonry) article a {
  color: inherit;
}

.mod-newsflash-adv__portfolio *:not(.masonry) article a:hover, .mod-newsflash-adv__portfolio *:not(.masonry) article a:focus, .mod-newsflash-adv__portfolio *:not(.masonry) article a:active {
  color: #FFB907;
}

.mod-newsflash-adv__portfolio *:not(.masonry) article .item_content:hover .item_img:after, .mod-newsflash-adv__portfolio *:not(.masonry) article .item_content:hover .img_content {
  opacity: 1;
}

.mod-newsflash-adv__portfolio .item_title {
  font-size: 30px;
  line-height: 1.2em;
}

.mod-newsflash-adv__portfolio .img_content {
  position: absolute;
  left: 40px;
  bottom: 32px;
  right: 30px;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.mod-newsflash-adv__recent-posts h4 {
  font-size: 14px;
}

.acym_module .acymailing_module_error + form {
  display: block !important;
}

.acym_module .acymailing_module_success {
  font-weight: bold;
}

.acym_module .acymailing_module_success:before {
  content: '\f058';
  display: inline-block;
  font-family: FontAwesome;
  font-size: 22px;
  padding-right: 10px;
  vertical-align: middle;
}

.acym_module .acymailing_module_success + form {
  display: none;
}

.acym_module .acym_fulldiv form .acym_module_form .acym_form .onefield {
  position: relative;
}

.acym_module .acym_fulldiv form .acym_module_form .acym_form .onefield label.cell {
  width: 100%;
}

.acym_module_form {
  position: relative;
}

.acym_module_form div.onefield {
  margin-top: 19px;
  padding-right: 170px;
}

.acym_module_form .acysubbuttons input {
  max-width: 100%;
  width: 160px;
}

.acym_module_form .acym_form input {
  max-width: 100%;
  border: none;
  color: #ABABAD;
  background: #2c2c2c;
}

.acym_module_form .acym_form input::-webkit-input-placeholder {
  color: #ABABAD;
  opacity: 1;
}

.acym_module_form .acym_form input::-moz-placeholder {
  color: #ABABAD;
  opacity: 1;
}

.acym_module_form .acym_form input:-moz-placeholder {
  color: #ABABAD;
  opacity: 1;
}

.acym_module_form .acym_form input:-ms-input-placeholder {
  color: #ABABAD;
  opacity: 1;
}

.acym_module_form .acysubbuttons {
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: 0;
}

.mod_bootstraptabs {
  text-align: center;
  padding-top: 10px;
}

.mod_bootstraptabs .nav-tabs {
  text-align: center;
  border: none;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  justify-content: space-between;
  margin-left: -15px;
  margin-right: -15px;
}

.mod_bootstraptabs .nav-tabs::after {
  display: block;
  clear: both;
  content: "";
}

.mod_bootstraptabs .nav-tabs:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 15px;
  right: 15px;
  height: 4px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background: #d7d7d7;
}

.mod_bootstraptabs .nav-tabs:after {
  display: none;
}

.mod_bootstraptabs .nav-tabs .nav-item {
  margin: 0;
  display: inline-block;
  word-spacing: 0;
  padding-left: 15px;
  padding-right: 15px;
}

.mod_bootstraptabs .nav-tabs .nav-item a {
  padding: 0;
  text-decoration: none;
  color: #9b9b9b;
  font-size: 14px;
  line-height: 1.2em;
  padding-bottom: 16px;
  font-weight: 600;
  position: relative;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  background: transparent;
  border: none;
}

.mod_bootstraptabs .nav-tabs .nav-item a:after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 50%;
  width: 130%;
  height: 4px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background: #6360ED;
  transform: translate3d(-50%, 0, 0);
  -o-transform: translate3d(-50%, 0, 0);
  -moz-transform: translate3d(-50%, 0, 0);
  -webkit-transform: translate3d(-50%, 0, 0);
  -ms-transform: translate3d(-50%, 0, 0);
  opacity: 0;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.mod_bootstraptabs .nav-tabs .nav-item a:hover:after {
  width: 100%;
  opacity: 1;
}

.mod_bootstraptabs .nav-tabs .nav-item a.active {
  color: #3F3F3F;
  background: transparent;
}

.mod_bootstraptabs .nav-tabs .nav-item a.active:after {
  width: 100%;
  opacity: 1;
}

.mod_bootstraptabs .nav-tabs + .tab-content {
  margin-top: 30px;
}

.mod_bootstraptabs .tab-content .item_introtext + .btn {
  margin-top: 30px;
}

#sp-breadcrumbs {
  margin-bottom: 30px;
  text-align: center;
  background: #f2f3f9;
}

#sp-breadcrumb .sp-module {
  padding: 15px 0;
}

.breadcrumb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  background: none;
  padding: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  display: inline-block;
}

.breadcrumb li:before {
  content: '';
}

.breadcrumb .breadcrumb-item {
  padding: 0;
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  margin-top: 0;
}

.breadcrumb .breadcrumb-item a {
  color: #777;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.breadcrumb .breadcrumb-item a, .breadcrumb .breadcrumb-item span {
  font-size: 18px;
  line-height: 1.2em;
  font-weight: 300;
  text-decoration: none;
}

.breadcrumb .breadcrumb-item a:hover {
  color: #6360ED;
  text-decoration: none;
}

.breadcrumb .breadcrumb-item.active a, .breadcrumb .breadcrumb-item.active span {
  color: #3F3F3F;
}

.breadcrumb .breadcrumb-item + .breadcrumb-item:before {
  content: "";
  display: inline-block;
  padding-right: .5rem;
  font-family: "Material Design Icons";
  padding-left: 6px;
  vertical-align: middle;
  font-weight: 400;
  color: #777;
}

.breadcrumb .breadcrumb-item:before, .breadcrumb .breadcrumb-item:after {
  display: none;
}

.breadcrumb .breadcrumb-item.breadcrumb-icon {
  display: none;
}

.breadcrumb .breadcrumb-item.breadcrumb-icon + .breadcrumb-item:before {
  display: none;
}

.mod_custom__contacts-top li {
  display: inline-block;
  margin-right: 22px;
  margin-bottom: 10px;
}

.mod_custom__contacts-top li .icon {
  vertical-align: top;
}

.mod_custom__contacts-top li .icon svg {
  margin-top: 2px;
  margin-right: 4px;
}

.mod_custom__contacts-top li a {
  color: #747B7F;
}

.mod_custom__contacts-top li a:hover, .mod_custom__contacts-top li a:focus, .mod_custom__contacts-top li a:active {
  color: #6360ED;
}

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

.mod_custom__contacts-info [class*="col-sm-"] {
  margin-bottom: 25px;
}

.mod_custom__contacts-info h2 + p {
  padding-left: 20%;
  padding-right: 20%;
}

.mod_custom__contacts-info h4 {
  margin-bottom: 10px;
}

.mod_custom__contacts-info i {
  font-size: 30px;
  color: #6360ED;
  margin-bottom: 15px;
}

.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1;
}

.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-nav.disabled:before, .owl-carousel .owl-nav.disabled:after, .owl-carousel .owl-dots.disabled:before, .owl-carousel .owl-dots.disabled:after {
  display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  display: block;
  opacity: 0;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/*===================================================*/
.mod_owl_carousel .owl-prev, .mod_owl_carousel .owl-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #747b7f;
  background: white;
  font-size: 14px;
  line-height: 35px;
  width: 35px;
  height: 35px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 2px 2px 10px 0px rgba(63, 63, 63, 0.05);
  box-shadow: 2px 2px 10px 0px rgba(63, 63, 63, 0.05);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
}

.mod_owl_carousel .owl-prev:after, .mod_owl_carousel .owl-next:after {
  font-family: 'FontAwesome';
}

.mod_owl_carousel .owl-prev:hover, .mod_owl_carousel .owl-next:hover {
  color: white;
  background: #6360ED;
}

.mod_owl_carousel .owl-prev.disabled, .mod_owl_carousel .owl-next.disabled {
  opacity: 0;
  pointer-events: none;
}

.mod_owl_carousel .owl-prev {
  left: 0;
}

.mod_owl_carousel .owl-prev:after {
  content: '\f053';
}

.mod_owl_carousel .owl-next {
  right: 0;
}

.mod_owl_carousel .owl-next:after {
  content: '\f054';
}

.mod_owl_carousel .owl-dots {
  margin-top: 17px;
}

.mod_owl_carousel .owl-dots .owl-dot {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  position: relative;
  width: 14px;
  height: 14px;
  outline: none;
  cursor: pointer;
  background-color: #d7d7d7;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  margin-left: 6px;
  margin-right: 6px;
}

.mod_owl_carousel .owl-dots .owl-dot:hover, .mod_owl_carousel .owl-dots .owl-dot:focus, .mod_owl_carousel .owl-dots .owl-dot.active {
  background: #6360ED;
}

.mod_owl_carousel .owl-item_content blockquote:before {
  display: none;
}

.mod_owl_carousel__testimonials .item_introtext {
  font-size: 18px;
  margin-bottom: 20px;
}

.mod_owl_carousel__testimonials .item_title {
  margin-bottom: 0;
}

.mod_owl_carousel__testimonials .owl-nav {
  margin-top: 35px;
}

.mod_owl_carousel__testimonials .owl-prev, .mod_owl_carousel__testimonials .owl-next {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  transform: none;
  -o-transform: none;
  -moz-transform: none;
  -webkit-transform: none;
  -ms-transform: none;
  display: inline-block;
  margin-right: 16px;
}

.mod_owl_carousel__partners {
  text-align: center;
}

.mod_owl_carousel__partners .item_img {
  display: inline-block;
}

.mod_owl_carousel__partners .item_img img {
  opacity: .5;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.mod_owl_carousel__partners .item_img a:hover img {
  opacity: .5;
}

.search.modal_search {
  padding: 15px;
}

.search.modal_search .form-search {
  padding: 0;
  margin: 0;
  position: relative;
}

.search.modal_search .form-search .btn {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 50px;
  padding: 0;
  margin: 0;
  height: 46px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.search.modal_search .form-search .btn:before {
  content: "\f002";
  font-size: 14px;
  line-height: 50px;
  display: inline-block;
  font-family: "FontAwesome";
}

.search.modal_search .form-search #mod-search-searchword {
  width: 100%;
  padding-right: 50px;
  margin: 0;
}

@media (max-width: 767px) {
  .search.modal_search .navbar-form {
    margin: 0;
  }
}

.blog-search .search form {
  padding: 0;
  margin: 0;
}

.blog-search .search form .input-group {
  position: relative;
  padding: 0;
}

.blog-search .search form .input-group input.form-control {
  height: 40px;
  padding-right: 30px;
  margin: 0 46px 0 0;
  padding: 9px 12px;
  border: 1px solid #ebeced;
  background-color: white;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.blog-search .search form .input-group input.form-control:focus {
  z-index: 0;
}

.blog-search .search form .input-group .input-group-btn {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
}

.blog-search .search form .input-group .input-group-btn .btn-search-icon {
  display: inline-block;
  color: white;
  background: #6360ED;
  width: 36px;
  height: 36px;
  line-height: 36px;
  margin-top: 2px;
  border: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
  font-size: 0;
}

.blog-search .search form .input-group .input-group-btn .btn-search-icon:before {
  content: "\f43b";
  font-family: "Material Design Icons";
  font-size: 18px;
  line-height: inherit;
}

.blog-search .search form .input-group .input-group-btn .btn-search-icon:hover {
  color: white;
  background: #FFB907;
}

.btn-search-icon {
  padding: 0 10px;
  border: none;
  color: #3F3F3F;
  background: none;
  font-size: 26px;
  font-weight: 400;
  height: 46px;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}

.btn-search-icon:hover {
  color: #6360ED;
}

.btn-search-icon:focus {
  outline: none !important;
}

.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
  width: 100%;
}

.swiper-container h2 {
  font-size: 60px;
  line-height: 1em;
  letter-spacing: -1.2px;
  margin-bottom: 24px;
}

.swiper-container .btn-wrapper .btn {
  vertical-align: top;
}

.swiper-container .btn-wrapper .btn + .btn {
  margin-left: 15px;
}

.swiper-container .swiper-button-prev {
  left: 30px;
}

.swiper-container .swiper-button-next {
  right: 30px;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -webkit-box;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-button-prev,
.swiper-button-next {
  display: none;
  position: absolute;
  top: 50%;
  font-size: 34px;
  font-weight: 700;
  line-height: 1em;
  padding: 0;
  text-align: center;
  margin-top: -20px;
  z-index: 10;
  cursor: pointer;
  outline: none !important;
  color: #747B7F;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
  color: #6360ED;
}

@media (min-width: 767px) {
  .swiper-button-prev,
  .swiper-button-next {
    display: block;
  }
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev:before {
  font-family: "Material Design Icons";
  content: "\f400";
}

.swiper-button-next {
  transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
}

.swiper-button-next:before {
  font-family: "Material Design Icons";
  content: "\f400";
}

.swiper-pagination {
  display: block;
  position: absolute;
  text-align: center;
  transition: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-bullet {
  outline: none;
  width: 14px;
  height: 14px;
  display: inline-block;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background: #d7d7d7;
  opacity: 0.85;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #6360ED;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}

.swiper-container-vertical > .swiper-pagination {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  -moz-transform: translate3d(0px, -50%, 0);
  -o-transform: translate(0px, -50%);
  -ms-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}

.swiper-container-horizontal > .swiper-pagination {
  bottom: 20px;
  left: 0;
  width: 100%;
}

.swiper-container-horizontal > .swiper-pagination .swiper-pagination-bullet {
  margin: 0 5px;
}

.swiper-container-3d {
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-scrollbar {
  position: relative;
  -ms-touch-action: none;
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  bottom: 0;
  z-index: 50;
  height: 3px;
  width: 100%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: #6360ED;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -moz-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-adjust-hue 1s steps(12, end) infinite;
  -moz-animation: swiper-preloader-adjust-hue 1s steps(12, end) infinite;
  animation: swiper-preloader-adjust-hue 1s steps(12, end) infinite;
}

.swiper-slide > .vide__body,
.swiper-slide > .slider-parallax-content {
  height: 100%;
}

.slider-parallax-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.slider-parallax {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-position: center center;
  width: 100%;
  height: 100%;
}

.slider-parallax img {
  display: none;
  position: absolute;
  left: 50%;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  max-width: none;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
}

.slider-parallax-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.slider-parallax-content .slide-inner {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -webkit-box;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  white-space: nowrap;
}

.swiper-slider .swiper-slide {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -webkit-box;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  width: auto;
  height: 100%;
  white-space: nowrap;
}

.swiper-slider .swiper-slide:not(.vide):not(.parallax):before, .swiper-slider .swiper-slide .parallax_cnt:before, .swiper-slider .swiper-slide .vide__body:before {
  content: '';
  display: inline-block;
  height: 50%;
}

.swiper-slider .swiper-slide .swiper-slide-caption .camera_caption {
  display: inline-block;
  width: 65%;
  margin-bottom: 60px;
  max-height: 100%;
  vertical-align: middle;
  white-space: normal;
  padding: 0;
  color: #3F3F3F;
}

.swiper-slider .swiper-slide .swiper-slide-caption .camera_caption * + .btn {
  margin-top: rem(100px);
}

.swiper-slider .swiper-slide .swiper-slide-caption .camera_caption p {
  font-weight: 700;
}

.swiper-slider .swiper-slide .swiper-slide-caption .camera_caption .slide-title {
  font-size: 66px;
  line-height: 70px;
  font-weight: 300;
}

@media (max-width: 1199px) {
  .swiper-slider .swiper-slide .swiper-slide-caption .camera_caption .slide-title {
    font-size: 40px;
    line-height: 50px;
  }
}

@media (max-width: 767px) {
  .swiper-slider .swiper-slide .swiper-slide-caption .camera_caption .slide-title {
    font-size: 25px;
    line-height: 32px;
  }
}

.swiper-slider .swiper-slide .swiper-slide-caption .camera_caption .btn {
  margin-top: 16px;
  padding-left: 35px;
  padding-right: 35px;
}

@media (max-width: 767px) {
  .swiper-slider .swiper-slide .swiper-slide-caption .camera_caption .btn {
    margin-top: 0;
  }
}

.swiper-slider .swiper-slide .swiper-slide-caption .camera_caption.container {
  width: 100%;
}

.swiper-slider .swiper-slide .slide-inner {
  min-height: inherit;
  position: relative;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -webkit-box;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  height: 100%;
  width: 100%;
  white-space: nowrap;
}

@media (max-width: 767px) {
  .swiper-slider .swiper-slide .slide-inner {
    width: 100%;
  }
}

.mod_tm_ajax_contact_form {
  margin-bottom: 1.63;
}

.mod_tm_ajax_contact_form fieldset > .row {
  display: flex;
}

.mod_tm_ajax_contact_form fieldset > .row > div[class*="col-sm-"] {
  vertical-align: top;
}

.mod_tm_ajax_contact_form .mod_tm_ajax_contact_form_select {
  margin-bottom: 20px;
  font-size: 0;
}

.mod_tm_ajax_contact_form .control label {
  padding-left: 20px;
  color: #747B7F;
  font-weight: 300;
  font-size: 12px;
}

.mod_tm_ajax_contact_form .control label + * {
  margin-top: 10px;
}

.mod_tm_ajax_contact_form .control-group-input {
  position: relative;
}

body.contacts .mod_tm_ajax_contact_form .control-group-input textarea {
  min-height: 135px;
}

.mod_tm_ajax_contact_form .control-group-input.reset-margin {
  margin-bottom: 0;
}

.mod_tm_ajax_contact_form .control-group-input select {
  border: none;
}

.mod_tm_ajax_contact_form .control-group-captcha {
  margin-bottom: 20px;
}

.mod_tm_ajax_contact_form table {
  border: none;
}

.mod_tm_ajax_contact_form table tr {
  border: none;
}

.mod_tm_ajax_contact_form table tr td {
  border: none;
}

.mod_tm_ajax_contact_form .timepicker .btn {
  padding: 3px;
  margin: 0;
  background: #eee;
  color: #777;
  border-radius: 0;
}

.mod_tm_ajax_contact_form .timepicker .btn:before {
  display: none;
}

.mod_tm_ajax_contact_form .timepicker .btn:hover {
  background: #c8c8c8;
  color: #777;
  border-radius: 0;
}

.mod_tm_ajax_contact_form .timepicker .btn span {
  margin: 0;
  padding: 0;
  background: transparent;
}

.mod_tm_ajax_contact_form .timepicker .timepicker-hour,
.mod_tm_ajax_contact_form .timepicker .timepicker-minute {
  color: #777;
}

.mod_tm_ajax_contact_form .datepicker .datepicker-days tr th,
.mod_tm_ajax_contact_form .datepicker .datepicker-months tr th {
  background: #777;
  color: #eee;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.mod_tm_ajax_contact_form .datepicker .datepicker-days tr th.prev, .mod_tm_ajax_contact_form .datepicker .datepicker-days tr th.picker-switch, .mod_tm_ajax_contact_form .datepicker .datepicker-days tr th.next,
.mod_tm_ajax_contact_form .datepicker .datepicker-months tr th.prev,
.mod_tm_ajax_contact_form .datepicker .datepicker-months tr th.picker-switch,
.mod_tm_ajax_contact_form .datepicker .datepicker-months tr th.next {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.mod_tm_ajax_contact_form .datepicker .datepicker-days tr th.prev:hover, .mod_tm_ajax_contact_form .datepicker .datepicker-days tr th.picker-switch:hover, .mod_tm_ajax_contact_form .datepicker .datepicker-days tr th.next:hover,
.mod_tm_ajax_contact_form .datepicker .datepicker-months tr th.prev:hover,
.mod_tm_ajax_contact_form .datepicker .datepicker-months tr th.picker-switch:hover,
.mod_tm_ajax_contact_form .datepicker .datepicker-months tr th.next:hover {
  background: #515151;
  color: #eee;
}

.mod_tm_ajax_contact_form .datepicker tbody tr td.day {
  background: #777;
  color: #eee;
}

.mod_tm_ajax_contact_form .datepicker tbody tr td.day:hover {
  background: #515151;
  color: #eee;
}

.mod_tm_ajax_contact_form .datepicker tbody tr td {
  background: #777;
  color: #eee;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.mod_tm_ajax_contact_form .datepicker tbody tr td span:hover {
  background: #515151;
  color: #eee;
}

.mod_tm_ajax_contact_form .checkbox-area {
  margin-bottom: 20px;
}

.mod_tm_ajax_contact_form .checkbox-area .checkbox_label {
  display: inline;
}

.mod_tm_ajax_contact_form .checkbox-area .checkbox {
  margin: 0;
}

.mod_tm_ajax_contact_form .checkbox-area .checkbox mark {
  width: 150px;
  left: 0;
}

.mod_tm_ajax_contact_form .checkbox-area .checkbox mark label {
  padding: 0;
}

.mod_tm_portfolio .portfolio_filters, .mod_tm_portfolio .portfolio_sorting {
  text-align: center;
}

.mod_tm_portfolio .portfolio_filters > b, .mod_tm_portfolio .portfolio_sorting > b {
  display: none;
}

.mod_tm_portfolio .item_title {
  font-weight: 400;
}

.mod_tm_portfolio .pretext {
  padding-left: 22%;
  padding-right: 22%;
  text-align: center;
  margin-bottom: 30px;
}

.mod_tm_portfolio .module-custom-link {
  text-align: center;
  margin-bottom: 30px;
}

.mod_tm_portfolio .portfolio_filters {
  padding-bottom: 0;
}

.mod_tm_portfolio figure:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #6360ED;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.mod_tm_portfolio .portfolio-container .tags {
  position: absolute;
  top: 20px;
  right: 15px;
}

.mod_tm_portfolio .portfolio-container .portfolio-content {
  position: relative;
  color: white;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.mod_tm_portfolio .portfolio-container .portfolio-content h1, .mod_tm_portfolio .portfolio-container .portfolio-content h2, .mod_tm_portfolio .portfolio-container .portfolio-content h3, .mod_tm_portfolio .portfolio-container .portfolio-content h4, .mod_tm_portfolio .portfolio-container .portfolio-content h5, .mod_tm_portfolio .portfolio-container .portfolio-content h6, .mod_tm_portfolio .portfolio-container .portfolio-content .h1, .mod_tm_portfolio .portfolio-container .portfolio-content .h2, .mod_tm_portfolio .portfolio-container .portfolio-content .h3, .mod_tm_portfolio .portfolio-container .portfolio-content .h4, .mod_tm_portfolio .portfolio-container .portfolio-content .h5, .mod_tm_portfolio .portfolio-container .portfolio-content .h6 {
  color: white;
}

.mod_tm_portfolio .portfolio-container .portfolio-content .item_title {
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .mod_tm_portfolio .portfolio-container .portfolio-content:hover {
    z-index: 1;
  }
  .mod_tm_portfolio .portfolio-container .portfolio-content:hover .more_wrapper {
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  .mod_tm_portfolio .portfolio-container {
    max-width: 100%;
    margin: 0 auto;
  }
}

.mod_tm_portfolio .portfolio-container .portfolio-item .item_introtext {
  margin-bottom: 20px;
}

.mod_tm_portfolio .portfolio-container .portfolio-item .portfolio-item__content {
  margin-bottom: 20px;
}

.mod_tm_portfolio .portfolio-container .portfolio-item .portfolio-item__content .item_img {
  position: relative;
  display: inline-block;
}

@media (max-width: 767px) {
  .mod_tm_portfolio .portfolio-container .portfolio-item .portfolio-item__content .item_img {
    width: 100%;
  }
}

.mod_tm_portfolio .portfolio-container .portfolio-item .portfolio-item__content:hover figure:after, .mod_tm_portfolio .portfolio-container .portfolio-item .portfolio-item__content:hover .portfolio-content {
  opacity: 1;
}

.mod_tm_portfolio .portfolio-container .portfolio-item .portfolio-item__content .item_header h1.item_title a, .mod_tm_portfolio .portfolio-container .portfolio-item .portfolio-item__content .item_header h2.item_title a, .mod_tm_portfolio .portfolio-container .portfolio-item .portfolio-item__content .item_header h3.item_title a, .mod_tm_portfolio .portfolio-container .portfolio-item .portfolio-item__content .item_header h4.item_title a, .mod_tm_portfolio .portfolio-container .portfolio-item .portfolio-item__content .item_header h5.item_title a, .mod_tm_portfolio .portfolio-container .portfolio-item .portfolio-item__content .item_header h6.item_title a {
  color: #6360ED;
}

.mod_tm_portfolio .portfolio-container .portfolio-item .portfolio-item__content .item_header h1.item_title a:hover, .mod_tm_portfolio .portfolio-container .portfolio-item .portfolio-item__content .item_header h2.item_title a:hover, .mod_tm_portfolio .portfolio-container .portfolio-item .portfolio-item__content .item_header h3.item_title a:hover, .mod_tm_portfolio .portfolio-container .portfolio-item .portfolio-item__content .item_header h4.item_title a:hover, .mod_tm_portfolio .portfolio-container .portfolio-item .portfolio-item__content .item_header h5.item_title a:hover, .mod_tm_portfolio .portfolio-container .portfolio-item .portfolio-item__content .item_header h6.item_title a:hover {
  color: #747B7F;
}

.mod_tm_portfolio .portfolio-container .portfolio-item + .portfolio-item {
  margin-top: 0;
}

@media (max-width: 767px) {
  .mod_tm_portfolio .portfolio-container .portfolio-item {
    width: 100%;
  }
}

.mod_tm_portfolio .portfolio-container .portfolio-item .more_wrapper {
  margin-bottom: -60px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.mod_tm_portfolio ul#filters {
  font-size: 24px;
  display: inline-block;
  margin-bottom: 0;
}

.mod_tm_portfolio ul#filters:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background: #d7d7d7;
}

.mod_tm_portfolio ul#filters li {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 15px;
}

.mod_tm_portfolio ul#filters li + li {
  margin-left: 42px;
}

.mod_tm_portfolio ul#filters li a {
  cursor: pointer;
  color: #3F3F3F;
}

.mod_tm_portfolio ul#filters li a:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -15px;
  width: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  height: 1px;
  background: #6360ED;
  opacity: 0;
}

.mod_tm_portfolio ul#filters li a:hover, .mod_tm_portfolio ul#filters li a.active {
  color: #6360ED;
}

.mod_tm_portfolio ul#filters li a:hover:after, .mod_tm_portfolio ul#filters li a.active:after {
  right: auto;
  left: 0;
  width: 100%;
}

.mod_tm_portfolio ul#filters li + li {
  margin-top: 0;
}

.mod_tm_portfolio ul#sort {
  display: inline-block;
  margin-bottom: 1.63;
}

.mod_tm_portfolio ul#sort li {
  margin: 0 8px 16px;
  float: left;
}

.mod_tm_portfolio ul#sort li a {
  cursor: pointer;
  border: none;
}

.mod_tm_portfolio ul#sort li a:after {
  font-family: FontAwesome;
  margin-left: 7px;
}

.mod_tm_portfolio ul#sort li a[data-order=asc]:after {
  content: '\f0d7';
}

.mod_tm_portfolio ul#sort li a[data-order=desc]:after {
  content: '\f0d8';
}

.mod_tm_portfolio ul#sort li a:hover {
  border: none;
}

.mod_tm_portfolio ul#sort li a + a {
  display: none;
}

.mod_tm_portfolio ul#sort li.active a {
  border: none;
}

.mod_tm_portfolio ul#sort li.active a:hover {
  border: none;
}

.mod_tm_portfolio .block {
  display: block !important;
}

.mod_tm_portfolio .none {
  display: none !important;
}

.mod_tm_portfolio__masonry .portfolio-item__content {
  position: relative;
  width: 100%;
  display: inline-block;
}

.mod_tm_portfolio__masonry .portfolio-item__content figure {
  margin-bottom: 0;
}

.mod_tm_portfolio__masonry .portfolio-item__content figure.item_img {
  width: 100%;
}

.mod_tm_portfolio__masonry .portfolio-item__content figure.item_img img {
  width: 100%;
}

.mod_tm_portfolio__masonry .portfolio-item__content .portfolio-content {
  position: absolute;
  left: 30px;
  right: 20px;
  bottom: 20px;
}

* + .portfolio-meta-list {
  margin-top: 30px;
  border-top: 1px solid #e1e1e1;
  padding-top: 15px;
  display: flex;
  flex-wrap: wrap;
}

* + .portfolio-meta-list li {
  width: 100%;
}

.portfolio-meta-list {
  letter-spacing: .025em;
}

.mod_tm_progress_bars {
  margin-bottom: 3.26;
}

.mod_tm_progress_bars .progress-linear {
  margin-bottom: 50px;
  position: relative;
  height: 2px;
}

.mod_tm_progress_bars .progress-linear .progress-header .progress-title {
  float: left;
}

.mod_tm_progress_bars .progress-linear .progress-header .progress-value {
  float: right;
}

.mod_tm_progress_bars .progress-linear .progress-header .progress-value:after {
  content: "%";
}

.mod_tm_progress_bars .progress-linear .progress-header .progress-title, .mod_tm_progress_bars .progress-linear .progress-header .progress-value {
  color: #3F3F3F;
  font-size: 18px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 5px;
}

.mod_tm_progress_bars .progress-linear .progress-bar-linear-wrap {
  background: rgba(79, 109, 244, 0.1);
  height: 100%;
  border-radius: 3px;
}

.mod_tm_progress_bars .progress-linear .progress-bar-linear-wrap .progress-bar-linear {
  height: 100%;
  border-radius: 3px;
  width: 0;
  -webkit-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.mod_tm_progress_bars .progress-circle {
  text-align: center;
  margin-bottom: 30px;
}

.mod_tm_progress_bars .progress-circle .progress-bar-circle {
  display: inline-block;
  position: relative;
  text-align: center;
  line-height: 1.2;
  text-align: center;
  padding: 10%;
}

@media (max-width: 767px) {
  .mod_tm_progress_bars .progress-circle .progress-bar-circle {
    width: 290px;
    max-width: 100%;
    padding: 10px;
  }
}

.mod_tm_progress_bars .progress-circle .progress-bar-circle:before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 74%;
  height: 74%;
  content: '';
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
}

.mod_tm_progress_bars .progress-circle .progress-bar-circle canvas {
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: 100%;
}

.mod_tm_progress_bars .progress-circle .progress-bar-circle span {
  position: absolute;
  top: 50%;
  left: 50%;
  font-weight: 400;
  color: #3F3F3F;
  font-size: 38px;
  line-height: 1em;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.mod_tm_progress_bars .progress-circle .progress-bar-circle span:after {
  content: '%';
}

.sp-module::after {
  display: block;
  clear: both;
  content: "";
}

.sp-module.col-sm-12 + .sp-column {
  clear: both;
}

.sp-module.col-sm-12:last-child {
  margin-bottom: 0;
}

.sp-module.col-sm-12 + * {
  margin-top: 0;
}

@media (max-width: 767px) {
  .sp-module.facebook, .sp-module.twitter {
    text-align: center;
  }
}

.sp-module + .sp-module {
  margin-top: 50px;
}

.sp-column > div + div {
  margin-top: 30px;
}

.sp-column > div#system-message-container + .blog_home {
  margin-top: 0;
}

#sp-left .sp-column .sp-module, #sp-right .sp-column .sp-module {
  padding: 0;
}

#sp-left .sp-column .sp-module .sp-module-title, #sp-right .sp-column .sp-module .sp-module-title {
  font-size: 20px;
  text-transform: uppercase;
}

#sp-left .sp-column .sp-module .mod-newsflash-adv > .row + .row, #sp-right .sp-column .sp-module .mod-newsflash-adv > .row + .row {
  margin-top: 15px;
}

#sp-left .sp-column .sp-module .mod-newsflash-adv .item, #sp-right .sp-column .sp-module .mod-newsflash-adv .item {
  margin-bottom: 0;
}

#sp-left .sp-column .sp-module .mod-newsflash-adv .item + .item, #sp-right .sp-column .sp-module .mod-newsflash-adv .item + .item {
  margin-top: 25px;
}

#sp-left .sp-column .sp-module .mod-newsflash-adv .item .item_title, #sp-right .sp-column .sp-module .mod-newsflash-adv .item .item_title {
  margin-bottom: 0;
}

#sp-left .sp-column .sp-module .mod-newsflash-adv .item .item_title + *, #sp-right .sp-column .sp-module .mod-newsflash-adv .item .item_title + * {
  margin-top: 15px;
}

#sp-left .sp-column .sp-module ul.list li, #sp-right .sp-column .sp-module ul.list li {
  list-style: none;
  font-weight: 300;
}

#sp-left .sp-column .sp-module ul.list li a, #sp-right .sp-column .sp-module ul.list li a {
  color: #6360ED;
}

#sp-left .sp-column .sp-module ul.list li a:hover, #sp-left .sp-column .sp-module ul.list li a:focus, #sp-left .sp-column .sp-module ul.list li a:active, #sp-right .sp-column .sp-module ul.list li a:hover, #sp-right .sp-column .sp-module ul.list li a:focus, #sp-right .sp-column .sp-module ul.list li a:active {
  color: #3F3F3F;
}

#sp-left .sp-column .sp-module + *, #sp-right .sp-column .sp-module + * {
  margin-top: 50px;
  padding-top: 40px;
  border-top: 1px solid #ebeced;
}

.sp-module.home-about {
  padding-left: 38px;
}

.sp-module.contacts-top {
  font-size: 14px;
}

.sp-module.contacts-top ul {
  margin-bottom: 0;
}

.sp-module.contacts-top, .sp-module.social-menu {
  display: inline-block;
}

#sp-bottom .sp-module.social-menu {
  padding-top: 7px;
}

header .sp-module.social-menu {
  float: right;
}

.sp-module.accordion .sp-module-title {
  text-align: left;
}

.sp-module.accordion .pretext {
  letter-spacing: .1px;
  margin-bottom: 10px;
}

.sp-module.contact-form {
  margin-bottom: 30px;
}

.sp-module.contact-form .sp-module-title {
  text-align: inherit;
  margin-bottom: 5px;
}

.sp-module.contact-form .pretext {
  font-size: 35px;
  line-height: 1.2em;
  font-family: "Montserrat", sans-serif;
  color: #3F3F3F;
  font-weight: 900;
  margin-bottom: 30px;
}

.sp-module.contact-form .btn {
  padding-left: 35px;
  padding-right: 35px;
  margin-top: 27px;
}

.sp-module.team .sp-module-title, .sp-module.team .page_header {
  text-align: inherit;
  margin-bottom: 8px;
}

.sp-module.team .pretext {
  margin-bottom: 38px;
}

.sp-module.team .pretext h2, .sp-module.team .pretext h3, .sp-module.team .pretext h4, .sp-module.team .pretext h5, .sp-module.team .pretext h6 {
  margin-bottom: 0;
}

.sp-module.team .mod-newsflash-adv_custom-link {
  float: right;
  margin-top: 17px;
}

.sp-module.counters-progress {
  margin-top: 60px;
  margin-bottom: 100px;
}

.sp-module.history {
  margin-bottom: 40px;
}

.sp-module.contacts-home {
  margin-bottom: 40px;
}

.sp-module.contacts-home .sp-module-title {
  text-align: left;
  margin-bottom: 10px;
}

.sp-module.contacts-home ul {
  padding-top: 10px;
}

.sp-module.contacts-home ul li + li {
  margin-top: 2px;
}

.sp-module.contacts-home ul li b {
  color: #3F3F3F;
  margin-bottom: 5px;
  display: inline-block;
}

.sp-module.contacts-home ul li a {
  color: #747B7F;
}

.sp-module.contacts-home ul li a:hover, .sp-module.contacts-home ul li a:focus, .sp-module.contacts-home ul li a:active {
  color: #6360ED;
}

.mod_tm_countdown_circular .ClassyCountdown-wrapper, .mod_tm_countdown_simple .ClassyCountdown-wrapper {
  text-align: center;
  margin: -15px;
}

.mod_tm_countdown_circular .ClassyCountdown-wrapper .ClassyCountdown-days,
.mod_tm_countdown_circular .ClassyCountdown-wrapper .ClassyCountdown-hours,
.mod_tm_countdown_circular .ClassyCountdown-wrapper .ClassyCountdown-minutes,
.mod_tm_countdown_circular .ClassyCountdown-wrapper .ClassyCountdown-seconds, .mod_tm_countdown_simple .ClassyCountdown-wrapper .ClassyCountdown-days,
.mod_tm_countdown_simple .ClassyCountdown-wrapper .ClassyCountdown-hours,
.mod_tm_countdown_simple .ClassyCountdown-wrapper .ClassyCountdown-minutes,
.mod_tm_countdown_simple .ClassyCountdown-wrapper .ClassyCountdown-seconds {
  display: inline-block;
  position: relative;
  width: calc(25% - $item-margin);
  margin: 0 15px;
  margin-bottom: 20px;
}

.mod_tm_countdown_circular .ClassyCountdown-wrapper .ClassyCountdown-days .ClassyCountdown-value,
.mod_tm_countdown_circular .ClassyCountdown-wrapper .ClassyCountdown-hours .ClassyCountdown-value,
.mod_tm_countdown_circular .ClassyCountdown-wrapper .ClassyCountdown-minutes .ClassyCountdown-value,
.mod_tm_countdown_circular .ClassyCountdown-wrapper .ClassyCountdown-seconds .ClassyCountdown-value, .mod_tm_countdown_simple .ClassyCountdown-wrapper .ClassyCountdown-days .ClassyCountdown-value,
.mod_tm_countdown_simple .ClassyCountdown-wrapper .ClassyCountdown-hours .ClassyCountdown-value,
.mod_tm_countdown_simple .ClassyCountdown-wrapper .ClassyCountdown-minutes .ClassyCountdown-value,
.mod_tm_countdown_simple .ClassyCountdown-wrapper .ClassyCountdown-seconds .ClassyCountdown-value {
  font-size: 24px !important;
  line-height: 30px;
  width: 100%;
  position: absolute;
  top: 50%;
  text-align: center;
  left: 0;
  display: block;
}

.mod_tm_countdown_circular .ClassyCountdown-wrapper .ClassyCountdown-days .ClassyCountdown-value div,
.mod_tm_countdown_circular .ClassyCountdown-wrapper .ClassyCountdown-hours .ClassyCountdown-value div,
.mod_tm_countdown_circular .ClassyCountdown-wrapper .ClassyCountdown-minutes .ClassyCountdown-value div,
.mod_tm_countdown_circular .ClassyCountdown-wrapper .ClassyCountdown-seconds .ClassyCountdown-value div, .mod_tm_countdown_simple .ClassyCountdown-wrapper .ClassyCountdown-days .ClassyCountdown-value div,
.mod_tm_countdown_simple .ClassyCountdown-wrapper .ClassyCountdown-hours .ClassyCountdown-value div,
.mod_tm_countdown_simple .ClassyCountdown-wrapper .ClassyCountdown-minutes .ClassyCountdown-value div,
.mod_tm_countdown_simple .ClassyCountdown-wrapper .ClassyCountdown-seconds .ClassyCountdown-value div {
  font-size: 20px;
  line-height: 24px;
}

@media (max-width: 767px) {
  .mod_tm_countdown_circular .ClassyCountdown-wrapper .ClassyCountdown-days,
  .mod_tm_countdown_circular .ClassyCountdown-wrapper .ClassyCountdown-hours,
  .mod_tm_countdown_circular .ClassyCountdown-wrapper .ClassyCountdown-minutes,
  .mod_tm_countdown_circular .ClassyCountdown-wrapper .ClassyCountdown-seconds, .mod_tm_countdown_simple .ClassyCountdown-wrapper .ClassyCountdown-days,
  .mod_tm_countdown_simple .ClassyCountdown-wrapper .ClassyCountdown-hours,
  .mod_tm_countdown_simple .ClassyCountdown-wrapper .ClassyCountdown-minutes,
  .mod_tm_countdown_simple .ClassyCountdown-wrapper .ClassyCountdown-seconds {
    width: calc(100% - $item-margin);
    max-width: 400px;
    margin: 0 auto;
    margin-bottom: 30px;
    padding-left: 15%;
    padding-right: 15%;
  }
}

@media (max-width: 479px) {
  .mod_tm_countdown_circular .ClassyCountdown-wrapper .ClassyCountdown-days,
  .mod_tm_countdown_circular .ClassyCountdown-wrapper .ClassyCountdown-hours,
  .mod_tm_countdown_circular .ClassyCountdown-wrapper .ClassyCountdown-minutes,
  .mod_tm_countdown_circular .ClassyCountdown-wrapper .ClassyCountdown-seconds, .mod_tm_countdown_simple .ClassyCountdown-wrapper .ClassyCountdown-days,
  .mod_tm_countdown_simple .ClassyCountdown-wrapper .ClassyCountdown-hours,
  .mod_tm_countdown_simple .ClassyCountdown-wrapper .ClassyCountdown-minutes,
  .mod_tm_countdown_simple .ClassyCountdown-wrapper .ClassyCountdown-seconds {
    padding-left: 5%;
    padding-right: 5%;
    max-width: 250px;
  }
}

.mod_tm_countdown_simple .ClassyCountdown-wrapper > div {
  max-height: 40px !important;
}

.mod_tm_countdown_simple .ClassyCountdown-wrapper .ClassyCountdown-days > div,
.mod_tm_countdown_simple .ClassyCountdown-wrapper .ClassyCountdown-hours > div,
.mod_tm_countdown_simple .ClassyCountdown-wrapper .ClassyCountdown-minutes > div,
.mod_tm_countdown_simple .ClassyCountdown-wrapper .ClassyCountdown-seconds > div {
  visibility: hidden;
}

.mod_tm_countdown_simple .ClassyCountdown-wrapper .ClassyCountdown-days .ClassyCountdown-value,
.mod_tm_countdown_simple .ClassyCountdown-wrapper .ClassyCountdown-hours .ClassyCountdown-value,
.mod_tm_countdown_simple .ClassyCountdown-wrapper .ClassyCountdown-minutes .ClassyCountdown-value,
.mod_tm_countdown_simple .ClassyCountdown-wrapper .ClassyCountdown-seconds .ClassyCountdown-value {
  font-size: 24px !important;
  line-height: 30px;
}

.mod_tm_countdown_simple .ClassyCountdown-wrapper .ClassyCountdown-days .ClassyCountdown-value div,
.mod_tm_countdown_simple .ClassyCountdown-wrapper .ClassyCountdown-hours .ClassyCountdown-value div,
.mod_tm_countdown_simple .ClassyCountdown-wrapper .ClassyCountdown-minutes .ClassyCountdown-value div,
.mod_tm_countdown_simple .ClassyCountdown-wrapper .ClassyCountdown-seconds .ClassyCountdown-value div {
  font-size: 20px;
  line-height: 24px;
}

.categories-module ul.categories-module {
  margin-bottom: 1.63;
}

.categories-module ul.categories-module li {
  list-style: none;
}

.categories-module.blog_categories li {
  border: none;
  position: relative;
  padding: 0;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

.categories-module.blog_categories li .category-num {
  float: right;
  color: #777;
}

.categories-module.blog_categories li + li {
  margin-top: 19px;
}

.categories-module.blog_categories li a {
  color: #3F3F3F;
  font-weight: inherit;
  font-size: inherit;
  text-decoration: none;
}

.categories-module.blog_categories li a:hover {
  color: #6360ED;
}

.categories-module.blog_categories.nav-tabs li {
  padding: 0;
}

.categories-module.blog_categories.nav-tabs li:before {
  display: none;
}

.categories-module.blog_categories span {
  text-decoration: none;
}

.category-module {
  margin-bottom: 1.63;
}

.category-module li {
  list-style: none;
}

.mod_tm_counters .counter_item {
  margin-bottom: 3.26;
}

.mod_tm_counters .counter_item .counter-wrapper {
  position: relative;
}

.mod_tm_counters .counter_item .counter-wrapper .counter-wrapper-box .counter-wrapper-box_content .counter-value-box {
  position: relative;
  margin-bottom: 0;
}

.mod_tm_counters .counter_item .counter-wrapper .counter-wrapper-box .counter-wrapper-box_content .counter-value-box .counter-value, .mod_tm_counters .counter_item .counter-wrapper .counter-wrapper-box .counter-wrapper-box_content .counter-value-box .counter-symbol {
  font-size: 48px;
  line-height: 1.15em;
  letter-spacing: -2px;
  font-weight: 900;
  font-family: "Montserrat", sans-serif;
  color: #6360ED;
}

.mod_tm_counters .counter_item .counter-wrapper .counter-wrapper-box .counter-wrapper-box_content .counter-value-box .counter-value {
  border: none;
  background: transparent;
  display: inline-block;
  vertical-align: middle;
}

.mod_tm_counters .counter_item .counter-wrapper .counter-wrapper-box .counter-wrapper-box_content .counter-value-box .counter-symbol {
  display: inline-block;
  vertical-align: middle;
}

.mod_tm_counters .counter_item .counter-wrapper .counter-wrapper-box .counter-wrapper-box_content .counter-title {
  color: #3F3F3F;
}

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

.mod_tm_counters__circle .counter_item .counter-wrapper {
  display: block;
  position: relative;
  max-width: 270px;
  margin: 0 auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 5px solid #eaeaea;
}

.mod_tm_counters__circle .counter_item .counter-wrapper .counter-wrapper-box {
  width: 100%;
  padding-top: 100%;
}

.mod_tm_counters__circle .counter_item .counter-wrapper .counter-wrapper-box .counter-wrapper-box_content {
  position: absolute;
  top: 50%;
  left: 15px;
  right: 15px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.mod_tm_counters__post .counter_item:first-child .counter-wrapper .counter-wrapper-box .counter-wrapper-box_content .counter-value-box .counter-value, .mod_tm_counters__post .counter_item:first-child .counter-wrapper .counter-wrapper-box .counter-wrapper-box_content .counter-value-box .counter-symbol {
  color: #FFB907;
}

.mod_tm_counters__counters-progress .counter-wrapper {
  background: white;
  padding: 36px 29px 29px 32px;
  -webkit-box-shadow: 2px 2px 10px 0px rgba(63, 63, 63, 0.05);
  box-shadow: 2px 2px 10px 0px rgba(63, 63, 63, 0.05);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}

.mod_tm_counters__counters-progress .counter_item:nth-child(even) .counter-wrapper {
  color: white;
  background-color: #6360ED;
}

.mod_tm_counters__counters-progress .counter_item:nth-child(even) .counter-wrapper .counter-icon {
  color: #FFB907;
}

.mod_tm_counters__counters-progress .counter_item:nth-child(even) .counter-wrapper .counter-wrapper-box .counter-wrapper-box_content .counter-value-box .counter-value, .mod_tm_counters__counters-progress .counter_item:nth-child(even) .counter-wrapper .counter-wrapper-box .counter-wrapper-box_content .counter-value-box .counter-symbol {
  color: inherit;
}

.mod_tm_counters__counters-progress .counter_item:nth-child(even) .counter-wrapper .counter-wrapper-box .counter-wrapper-box_content .counter-title {
  color: inherit;
}

.mod_tm_counters__counters-progress .counter-icon {
  font-size: 50px;
  color: #6360ED;
}

.mod_tm_counters__counters-progress .counter_item .counter-wrapper .counter-wrapper-box .counter-wrapper-box_content .counter-value-box .counter-value, .mod_tm_counters__counters-progress .counter_item .counter-wrapper .counter-wrapper-box .counter-wrapper-box_content .counter-value-box .counter-symbol {
  font-size: 72px;
  color: #FFB907;
}

.mod_tm_counters__counters-progress .counter-value-box {
  margin-top: 78px;
}

.mod_tm_counters__counters-progress .mdi {
  font-size: 50px;
  width: 1em;
  height: 1em;
  position: relative;
  display: block;
}

.mod_tm_counters__counters-progress .mdi-account-outline:before {
  content: url('data:image/svg+xml;utf8,<svg width="40px" height="49px" viewBox="0 0 40 49" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Layer_1" enable-background="new 0 0 40 49" xml:space="preserve" ><g><path d="M20 48.5181C22.8438 48.5181 25.4062 48.3618 27.6875 48.0493C29.9688 47.7368 31.9062 47.3774 33.5 46.9712C35.0938 46.5962 36.3281 46.2368 37.2031 45.8931C38.0781 45.5806 38.5469 45.4087 38.6094 45.3774L39.5 45.0024V44.0181C39.5 41.9556 39.1094 40.0181 38.3281 38.2056C37.5469 36.3618 36.4688 34.7681 35.0938 33.4243C33.75 32.0493 32.1562 30.9712 30.3125 30.1899C28.5 29.4087 26.5625 29.0181 24.5 29.0181H15.5C13.4375 29.0181 11.4844 29.4087 9.64062 30.1899C7.82812 30.9712 6.23438 32.0493 4.85938 33.4243C3.51562 34.7681 2.45312 36.3618 1.67188 38.2056C0.890625 40.0181 0.5 41.9556 0.5 44.0181V45.0024L1.39062 45.3774C1.45312 45.4087 1.92188 45.5806 2.79688 45.8931C3.67188 46.2368 4.90625 46.5962 6.5 46.9712C8.09375 47.3774 10.0156 47.7368 12.2656 48.0493C14.5469 48.3618 17.125 48.5181 20 48.5181ZM15.5 32.0181H24.5C26.0625 32.0181 27.5312 32.2993 28.9062 32.8618C30.3125 33.4243 31.5469 34.2056 32.6094 35.2056C33.7031 36.2056 34.5781 37.3774 35.2344 38.7212C35.9219 40.0337 36.3281 41.4556 36.4531 42.9868C35.9219 43.2056 35.1562 43.4556 34.1562 43.7368C33.1562 44.0181 31.9531 44.2993 30.5469 44.5806C29.1719 44.8306 27.5938 45.0493 25.8125 45.2368C24.0312 45.4243 22.0938 45.5181 20 45.5181C17.9062 45.5181 15.9688 45.4243 14.1875 45.2368C12.4062 45.0493 10.8125 44.8306 9.40625 44.5806C8.03125 44.2993 6.84375 44.0181 5.84375 43.7368C4.84375 43.4556 4.07812 43.2056 3.54688 42.9868C3.67188 41.4556 4.0625 40.0337 4.71875 38.7212C5.40625 37.3774 6.28125 36.2056 7.34375 35.2056C8.4375 34.2056 9.67188 33.4243 11.0469 32.8618C12.4531 32.2993 13.9375 32.0181 15.5 32.0181ZM20 26.0181C21.7188 26.0181 23.3125 25.6118 24.7812 24.7993C26.25 23.9868 27.5156 22.9399 28.5781 21.6587C29.6406 20.3774 30.4688 18.9399 31.0625 17.3462C31.6875 15.7212 32 14.1118 32 12.5181C32 10.8618 31.6875 9.31494 31.0625 7.87744C30.4375 6.40869 29.5781 5.12744 28.4844 4.03369C27.3906 2.93994 26.1094 2.08057 24.6406 1.45557C23.2031 0.830566 21.6562 0.518066 20 0.518066C18.3438 0.518066 16.7812 0.830566 15.3125 1.45557C13.875 2.08057 12.6094 2.93994 11.5156 4.03369C10.4219 5.12744 9.5625 6.40869 8.9375 7.87744C8.3125 9.31494 8 10.8618 8 12.5181C8 14.1118 8.29688 15.7212 8.89062 17.3462C9.51562 18.9399 10.3594 20.3774 11.4219 21.6587C12.4844 22.9399 13.75 23.9868 15.2188 24.7993C16.6875 25.6118 18.2812 26.0181 20 26.0181ZM20 3.51807C22.4688 3.51807 24.5781 4.40869 26.3281 6.18994C28.1094 7.93994 29 10.0493 29 12.5181C29 13.7368 28.7656 14.9712 28.2969 16.2212C27.8281 17.4712 27.1875 18.5962 26.375 19.5962C25.5938 20.5962 24.6562 21.4243 23.5625 22.0806C22.4688 22.7056 21.2812 23.0181 20 23.0181C18.7188 23.0181 17.5312 22.7056 16.4375 22.0806C15.3438 21.4243 14.3906 20.5962 13.5781 19.5962C12.7969 18.5962 12.1719 17.4712 11.7031 16.2212C11.2344 14.9712 11 13.7368 11 12.5181C11 10.0493 11.875 7.93994 13.625 6.18994C15.4062 4.40869 17.5312 3.51807 20 3.51807Z" fill="rgb(99, 96, 237)"/></g></svg>');
}

.mod_tm_counters__counters-progress .mdi-crosshairs-gps:before {
  content: url('data:image/svg+xml;utf8,<svg width="48px" height="46px" viewBox="0 0 48 46" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Layer_1" enable-background="new 0 0 48 46" xml:space="preserve" ><g><path d="M19.5 39.5181C19.875 39.5181 20.2656 39.5181 20.6719 39.5181C21.1094 39.4868 21.5156 39.4399 21.8906 39.3774L22.5 44.1587C22.5625 44.4712 22.6719 44.7368 22.8281 44.9556C23.0156 45.1431 23.25 45.2837 23.5312 45.3774C23.8438 45.4399 24.1406 45.4399 24.4219 45.3774C24.7031 45.3149 24.9062 45.2056 25.0312 45.0493L30 40.1274L36.4688 46.5493C36.5938 46.7056 36.75 46.8149 36.9375 46.8774C37.1562 46.9712 37.3438 47.0181 37.5 47.0181C37.6562 47.0181 37.8281 46.9712 38.0156 46.8774C38.2344 46.8149 38.4062 46.7056 38.5312 46.5493L46.0312 39.0493C46.3438 38.7681 46.5 38.4243 46.5 38.0181C46.5 37.6118 46.3438 37.2681 46.0312 36.9868L39.6094 30.5181L44.5312 25.5493C44.7812 25.3306 44.9375 25.0962 45 24.8462C45.0625 24.5649 45.0156 24.2993 44.8594 24.0493C44.7031 23.8306 44.5312 23.6274 44.3438 23.4399C44.1875 23.2212 43.9531 23.0806 43.6406 23.0181L38.8594 22.4087C38.9219 22.0337 38.9531 21.6587 38.9531 21.2837C38.9844 20.8774 39 20.4556 39 20.0181C39 17.3306 38.4844 14.7993 37.4531 12.4243C36.4531 10.0493 35.0625 7.98682 33.2812 6.23682C31.5312 4.45557 29.4688 3.06494 27.0938 2.06494C24.7188 1.03369 22.1875 0.518066 19.5 0.518066C16.8125 0.518066 14.2812 1.03369 11.9062 2.06494C9.53125 3.06494 7.45312 4.45557 5.67188 6.23682C3.92188 7.98682 2.53125 10.0493 1.5 12.4243C0.5 14.7993 0 17.3306 0 20.0181C0 22.7056 0.5 25.2368 1.5 27.6118C2.53125 29.9868 3.92188 32.0649 5.67188 33.8462C7.45312 35.5962 9.53125 36.9868 11.9062 38.0181C14.2812 39.0181 16.8125 39.5181 19.5 39.5181ZM28.5 21.0493L24 20.4868C24 20.3931 24 20.3149 24 20.2524C24 20.1587 24 20.0806 24 20.0181C24 18.7368 23.5625 17.6743 22.6875 16.8306C21.8438 15.9556 20.7812 15.5181 19.5 15.5181C18.2188 15.5181 17.1406 15.9556 16.2656 16.8306C15.4219 17.6743 15 18.7368 15 20.0181C15 21.2993 15.4219 22.3774 16.2656 23.2524C17.1406 24.0962 18.2188 24.5181 19.5 24.5181C19.5625 24.5181 19.625 24.5181 19.6875 24.5181C19.7812 24.5181 19.875 24.5181 19.9688 24.5181L20.5312 29.0181C20.4062 29.0181 20.25 29.0181 20.0625 29.0181C19.9062 29.0181 19.7188 29.0181 19.5 29.0181C17.0312 29.0181 14.9062 28.1431 13.125 26.3931C11.375 24.6118 10.5 22.4868 10.5 20.0181C10.5 17.5493 11.375 15.4399 13.125 13.6899C14.9062 11.9087 17.0312 11.0181 19.5 11.0181C21.9688 11.0181 24.0781 11.9087 25.8281 13.6899C27.6094 15.4399 28.5 17.5493 28.5 20.0181C28.5 20.1743 28.5 20.3306 28.5 20.4868C28.5 20.6431 28.5 20.8306 28.5 21.0493ZM19.5 21.5181C19.0625 21.5181 18.7031 21.3774 18.4219 21.0962C18.1406 20.8149 18 20.4556 18 20.0181C18 19.5806 18.1406 19.2212 18.4219 18.9399C18.7031 18.6587 19.0625 18.5181 19.5 18.5181C19.9375 18.5181 20.2969 18.6587 20.5781 18.9399C20.8594 19.2212 21 19.5806 21 20.0181C20.7812 20.0181 20.5781 20.0649 20.3906 20.1587C20.2344 20.2212 20.0938 20.3306 19.9688 20.4868C19.8125 20.6118 19.6875 20.7681 19.5938 20.9556C19.5312 21.1118 19.5 21.2993 19.5 21.5181ZM36.4688 29.4868C36.1562 29.7681 36 30.1118 36 30.5181C36 30.9243 36.1562 31.2681 36.4688 31.5493L42.8906 38.0181L37.5 43.4087L31.0312 36.9868C30.9062 36.8306 30.75 36.7212 30.5625 36.6587C30.4062 36.5649 30.2188 36.5181 30 36.5181C29.7812 36.5181 29.5781 36.5649 29.3906 36.6587C29.2344 36.7212 29.0938 36.8306 28.9688 36.9868L25.0312 40.8774L22.6406 23.2993L29.25 24.2368L40.2188 25.7368L36.4688 29.4868ZM19.5 3.51807C21.7812 3.51807 23.9219 3.95557 25.9219 4.83057C27.9219 5.67432 29.6719 6.84619 31.1719 8.34619C32.6719 9.81494 33.8438 11.5649 34.6875 13.5962C35.5625 15.5962 36 17.7368 36 20.0181C36 20.3306 35.9844 20.6587 35.9531 21.0024C35.9531 21.3462 35.9219 21.6743 35.8594 21.9868L31.3594 21.3774C31.3594 21.1587 31.375 20.9399 31.4062 20.7212C31.4688 20.4712 31.5 20.2368 31.5 20.0181C31.5 18.3618 31.1875 16.8149 30.5625 15.3774C29.9375 13.9087 29.0781 12.6274 27.9844 11.5337C26.8906 10.4399 25.6094 9.58057 24.1406 8.95557C22.7031 8.33057 21.1562 8.01807 19.5 8.01807C17.8438 8.01807 16.2812 8.33057 14.8125 8.95557C13.375 9.58057 12.1094 10.4399 11.0156 11.5337C9.92188 12.6274 9.0625 13.9087 8.4375 15.3774C7.8125 16.8149 7.5 18.3618 7.5 20.0181C7.5 21.6743 7.8125 23.2368 8.4375 24.7056C9.0625 26.1431 9.92188 27.4087 11.0156 28.5024C12.1094 29.5962 13.375 30.4556 14.8125 31.0806C16.2812 31.7056 17.8438 32.0181 19.5 32.0181C19.7188 32.0181 19.9375 32.0181 20.1562 32.0181C20.4062 31.9868 20.6406 31.9399 20.8594 31.8774L21.4688 36.3774C21.1562 36.4399 20.8281 36.4868 20.4844 36.5181C20.1406 36.5181 19.8125 36.5181 19.5 36.5181C17.2188 36.5181 15.0781 36.0962 13.0781 35.2524C11.0781 34.3774 9.32812 33.2056 7.82812 31.7368C6.32812 30.2368 5.14062 28.4868 4.26562 26.4868C3.42188 24.4556 3 22.2993 3 20.0181C3 17.7368 3.42188 15.5962 4.26562 13.5962C5.14062 11.5962 6.3125 9.84619 7.78125 8.34619C9.28125 6.84619 11.0312 5.67432 13.0312 4.83057C15.0625 3.95557 17.2188 3.51807 19.5 3.51807Z" fill="rgb(255, 185, 7)"/></g></svg>');
}

.mod_tm_counters__counters-progress .mdi-briefcase:before {
  content: url('data:image/svg+xml;utf8,<svg width="48px" height="46px" viewBox="0 0 48 46" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Layer_1" enable-background="new 0 0 48 46" xml:space="preserve" ><g><path class="icon-svg" d="M46.5 6.01807H33V1.51807C33 1.08057 32.8594 0.721191 32.5781 0.439941C32.2969 0.158691 31.9375 0.0180664 31.5 0.0180664H16.5C16.0625 0.0180664 15.7031 0.158691 15.4219 0.439941C15.1406 0.721191 15 1.08057 15 1.51807V6.01807H1.5C1.0625 6.01807 0.703125 6.15869 0.421875 6.43994C0.140625 6.72119 0 7.08057 0 7.51807V31.5181C0 31.9556 0.140625 32.3149 0.421875 32.5962C0.703125 32.8774 1.0625 33.0181 1.5 33.0181H3V43.5181C3 43.9556 3.14062 44.3149 3.42188 44.5962C3.70312 44.8774 4.0625 45.0181 4.5 45.0181H43.5C43.9375 45.0181 44.2969 44.8774 44.5781 44.5962C44.8594 44.3149 45 43.9556 45 43.5181V33.0181H46.5C46.9375 33.0181 47.2969 32.8774 47.5781 32.5962C47.8594 32.3149 48 31.9556 48 31.5181V7.51807C48 7.08057 47.8594 6.72119 47.5781 6.43994C47.2969 6.15869 46.9375 6.01807 46.5 6.01807ZM18 3.01807H30V6.01807H18V3.01807ZM42 42.0181H6V33.0181H18V34.5181C18 34.9556 18.1406 35.3149 18.4219 35.5962C18.7031 35.8774 19.0625 36.0181 19.5 36.0181H28.5C28.9375 36.0181 29.2969 35.8774 29.5781 35.5962C29.8594 35.3149 30 34.9556 30 34.5181V33.0181H42V42.0181ZM27 33.0181H21V28.5181H27V33.0181ZM45 30.0181H30V27.0181C30 26.5806 29.8594 26.2212 29.5781 25.9399C29.2969 25.6587 28.9375 25.5181 28.5 25.5181H19.5C19.0625 25.5181 18.7031 25.6587 18.4219 25.9399C18.1406 26.2212 18 26.5806 18 27.0181V30.0181H3V9.01807H45V30.0181Z" fill="rgb(99, 96, 237)"/></g></svg>');
}

.mod_tm_counters__counters-progress .mdi-trophy-variant-outline:before {
  content: url('data:image/svg+xml;utf8,<svg width="48px" height="46px" viewBox="0 0 48 46" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Layer_1" enable-background="new 0 0 48 46" xml:space="preserve" ><g><path d="M0.390625 39.9868C0.546875 40.2056 0.75 40.3618 1 40.4556C1.28125 40.5181 1.53125 40.5493 1.75 40.5493L7.60938 39.6587L10.6094 44.7681C10.7656 44.9868 10.9531 45.1743 11.1719 45.3306C11.3906 45.4556 11.6562 45.5181 11.9688 45.5181C11.9688 45.5181 12.0156 45.5181 12.1094 45.5181C12.3906 45.5181 12.6406 45.4399 12.8594 45.2837C13.1094 45.1274 13.3125 44.9087 13.4688 44.6274L18.7188 33.5181C18.7812 33.5181 18.8281 33.5181 18.8594 33.5181C18.8906 33.5181 18.9375 33.5181 19 33.5181C19.0625 33.5181 19.1094 33.5181 19.1406 33.5181C19.1719 33.5181 19.2188 33.5181 19.2812 33.5181L24.5312 44.6274C24.6875 44.8462 24.875 45.0493 25.0938 45.2368C25.3438 45.4243 25.6094 45.5181 25.8906 45.5181C25.9219 45.5181 25.9688 45.5181 26.0312 45.5181C26.2812 45.5181 26.5312 45.4556 26.7812 45.3306C27.0312 45.1743 27.2344 44.9868 27.3906 44.7681L30.3906 39.6587L36.25 40.5493C36.5625 40.6431 36.8281 40.6274 37.0469 40.5024C37.2656 40.3774 37.4531 40.2056 37.6094 39.9868C37.7656 39.7368 37.8594 39.4868 37.8906 39.2368C37.9531 38.9556 37.9062 38.7056 37.75 38.4868L32.2188 26.9087C33.25 25.5649 34.0469 24.0649 34.6094 22.4087C35.2031 20.7212 35.5 18.9712 35.5 17.1587C35.5 14.8774 35.0625 12.7368 34.1875 10.7368C33.3438 8.73682 32.1719 6.98682 30.6719 5.48682C29.1719 3.98682 27.4219 2.81494 25.4219 1.97119C23.4219 1.09619 21.2812 0.658691 19 0.658691C16.7188 0.658691 14.5625 1.08057 12.5312 1.92432C10.5312 2.76807 8.78125 3.92432 7.28125 5.39307C5.8125 6.86182 4.64062 8.59619 3.76562 10.5962C2.92188 12.5962 2.5 14.7368 2.5 17.0181C2.5 18.8931 2.78125 20.6587 3.34375 22.3149C3.9375 23.9399 4.75 25.4243 5.78125 26.7681L0.25 38.2993C0.1875 38.6118 0.15625 38.9087 0.15625 39.1899C0.15625 39.4712 0.234375 39.7368 0.390625 39.9868ZM29.6406 36.5181C29.3594 36.4556 29.0781 36.4868 28.7969 36.6118C28.5156 36.7368 28.2969 36.9556 28.1406 37.2681L26.0312 40.8774L22.4688 33.2368C23.875 32.9243 25.2344 32.4399 26.5469 31.7837C27.8594 31.1274 29.0469 30.2993 30.1094 29.2993L33.8594 37.2681L29.6406 36.5181ZM19 3.51807C20.875 3.51807 22.625 3.87744 24.25 4.59619C25.9062 5.28369 27.3438 6.23682 28.5625 7.45557C29.7812 8.67432 30.7344 10.1118 31.4219 11.7681C32.1406 13.3931 32.5 15.1431 32.5 17.0181C32.5 18.5806 32.2344 20.0806 31.7031 21.5181C31.2031 22.9243 30.4688 24.2212 29.5 25.4087C29.4375 25.5024 29.3594 25.5806 29.2656 25.6431C29.2031 25.7056 29.125 25.7837 29.0312 25.8774C27.9062 27.1587 26.5781 28.1899 25.0469 28.9712C23.5156 29.7524 21.8438 30.2212 20.0312 30.3774C20.0312 30.3774 19.9844 30.3774 19.8906 30.3774C19.7344 30.3774 19.5625 30.3774 19.375 30.3774C19.1875 30.3774 19.0156 30.3774 18.8594 30.3774C18.7031 30.3774 18.5469 30.3774 18.3906 30.3774C18.2344 30.3774 18.0938 30.3774 17.9688 30.3774C17.875 30.3774 17.7969 30.3774 17.7344 30.3774C17.6719 30.3774 17.6406 30.3774 17.6406 30.3774C15.9219 30.2212 14.3281 29.7524 12.8594 28.9712C11.3906 28.1899 10.0938 27.1587 8.96875 25.8774C8.875 25.7212 8.78125 25.5806 8.6875 25.4556C8.625 25.2993 8.51562 25.1899 8.35938 25.1274C7.45312 24.0649 6.75 22.8462 6.25 21.4712C5.75 20.0649 5.5 18.5806 5.5 17.0181C5.5 15.1431 5.84375 13.3931 6.53125 11.7681C7.25 10.1118 8.21875 8.67432 9.4375 7.45557C10.6562 6.23682 12.0781 5.28369 13.7031 4.59619C15.3594 3.87744 17.125 3.51807 19 3.51807ZM7.89062 29.1587C8.95312 30.1274 10.1406 30.9556 11.4531 31.6431C12.7656 32.2993 14.125 32.7681 15.5312 33.0493L11.9688 40.7368L9.85938 37.1274C9.70312 36.9087 9.48438 36.7368 9.20312 36.6118C8.92188 36.4556 8.64062 36.3774 8.35938 36.3774L4.28125 36.9868L7.89062 29.1587ZM13.6094 19.4087L12.8594 23.7681C12.7656 24.0806 12.7812 24.3774 12.9062 24.6587C13.0312 24.9087 13.2188 25.1118 13.4688 25.2681C13.6875 25.4243 13.9375 25.5337 14.2188 25.5962C14.5 25.6274 14.7969 25.5649 15.1094 25.4087L19 23.2993L22.8906 25.4087C22.9844 25.5024 23.0938 25.5493 23.2188 25.5493C23.3438 25.5493 23.4844 25.5493 23.6406 25.5493C23.7969 25.5493 23.9531 25.5181 24.1094 25.4556C24.2656 25.3931 24.4062 25.3306 24.5312 25.2681C24.7812 25.1118 24.9688 24.9087 25.0938 24.6587C25.2188 24.3774 25.2344 24.0806 25.1406 23.7681L24.3906 19.4087L27.5312 16.2681C27.7812 16.0493 27.9375 15.7993 28 15.5181C28.0625 15.2368 28.0625 14.9868 28 14.7681C27.9375 14.4556 27.7969 14.2212 27.5781 14.0649C27.3594 13.9087 27.0938 13.7993 26.7812 13.7368L22.4688 13.1274L20.5 9.04932C20.3438 8.83057 20.1562 8.62744 19.9375 8.43994C19.7188 8.25244 19.4531 8.15869 19.1406 8.15869C18.8594 8.15869 18.5938 8.23682 18.3438 8.39307C18.125 8.54932 17.9375 8.76807 17.7812 9.04932L15.8594 12.9868L11.5 13.5493C11.1875 13.6431 10.9219 13.7681 10.7031 13.9243C10.5156 14.0806 10.375 14.3149 10.2812 14.6274C10.2188 14.9087 10.2188 15.1899 10.2812 15.4712C10.3438 15.7524 10.4531 15.9712 10.6094 16.1274L13.6094 19.4087ZM16.8906 15.9868C17.1094 15.9868 17.3281 15.9243 17.5469 15.7993C17.7656 15.6431 17.9531 15.4556 18.1094 15.2368L19 13.2681L19.8906 15.2368C19.9844 15.4556 20.125 15.6431 20.3125 15.7993C20.5 15.9243 20.7188 16.0337 20.9688 16.1274L23.0312 16.4087L21.3906 17.9087C21.2344 18.0649 21.125 18.2837 21.0625 18.5649C21 18.8149 20.9688 19.0493 20.9688 19.2681L21.25 21.3774L19.2812 20.2993C19.2188 20.2368 19.1094 20.2056 18.9531 20.2056C18.8281 20.1743 18.6875 20.1587 18.5312 20.1587C18.4062 20.1587 18.2812 20.1743 18.1562 20.2056C18.0625 20.2056 17.9375 20.2368 17.7812 20.2993L15.8594 21.3774L16.2812 19.2681C16.375 19.0493 16.375 18.8149 16.2812 18.5649C16.2188 18.2837 16.0781 18.0649 15.8594 17.9087L14.3594 16.4087L16.8906 15.9868Z" fill="rgb(255, 185, 7)"/></g></svg>');
}

.jlslogin #login-form {
  margin-bottom: 0;
}

.jlslogin #login-form .userdata #form-login-username label + *, .jlslogin #login-form .userdata #form-login-password label + * {
  margin-top: 10px;
}

.jlslogin #login-form .userdata #form-login-username .inputbox, .jlslogin #login-form .userdata #form-login-password .inputbox {
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  margin-bottom: 16px;
  padding: 0 14px;
  width: 100%;
}

.jlslogin #login-form .userdata #form-login-remember {
  margin-top: 7px;
  padding-bottom: 10px;
}

.jlslogin #login-form .userdata #form-login-remember label {
  font-weight: normal;
}

.jlslogin #login-form .userdata #form-login-remember label .checkbox {
  margin-right: 5px;
}

.jlslogin #login-form .ul-jlslogin {
  margin-bottom: 20px;
}

.jlslogin #login-form .ul-jlslogin li {
  font-size: 12px;
}

.jlslogin #slogin-buttons .btn {
  margin-bottom: 10px;
}

.jlslogin #slogin-buttons .btn:hover {
  background: #FFB907;
}

.jlslogin .btn {
  padding: 12px 18px;
}

.sp-megamenu-wrapper .login_megamenu .jlslogin #login-form, .mobile-menu-box .login_megamenu .jlslogin #login-form {
  margin-bottom: 15px;
}

.sp-megamenu-wrapper .login_megamenu .jlslogin #login-form .userdata, .mobile-menu-box .login_megamenu .jlslogin #login-form .userdata {
  margin-bottom: 10px;
}

.sp-megamenu-wrapper .login_megamenu .jlslogin #login-form .userdata #form-login-remember span, .mobile-menu-box .login_megamenu .jlslogin #login-form .userdata #form-login-remember span {
  border: 1px solid transparent;
}

.sp-megamenu-wrapper .login_megamenu .jlslogin label + *, .mobile-menu-box .login_megamenu .jlslogin label + * {
  margin-top: 0;
  margin-bottom: 10px;
}

.sp-megamenu-wrapper .login_megamenu .jlslogin a.btn, .mobile-menu-box .login_megamenu .jlslogin a.btn {
  padding: 10px 15px;
  background: #6360ED;
  color: white;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 15px;
}

.sp-megamenu-wrapper .login_megamenu .jlslogin a.btn:hover, .mobile-menu-box .login_megamenu .jlslogin a.btn:hover {
  background: #FFB907;
}

.mod_tm_google_map {
  position: relative;
}

.mod_tm_google_map .rd-google-map .map_locations {
  display: none;
}

@media (max-width: 767px) {
  .mod_tm_google_map .rd-google-map {
    height: 300px !important;
  }
}

.mod_tm_google_map .rd-google-map .gm-style-iw-a > div {
  max-width: 270px !important;
  min-width: 270px;
  margin-left: -135px;
  margin-top: 10px;
}

.mod_tm_google_map .rd-google-map .gm-style-iw-a > div div {
  max-width: 270px !important;
  min-width: 270px;
  position: relative;
}

.mod_tm_google_map .rd-google-map .gm-style-iw-a > div .gm-style-iw-d {
  max-width: 270px !important;
  min-width: 270px;
  overflow: auto !important;
  text-align: center;
}

.mod_tm_google_map .rd-google-map .gm-style-iw-a > div .gm-style-iw-d .iw-content {
  background: white;
}

.mod_tm_google_map .rd-google-map .gm-style-iw-a > div .gm-style-iw-d .iw-content .image {
  display: inline-block;
  margin-bottom: 10px;
}

.mod_tm_google_map .rd-google-map .gm-style-iw-a > div .gm-style-iw-d .iw-content .image img {
  max-width: 270px;
  min-width: 270px;
}

.mod_tm_google_map .rd-google-map .gm-style-iw-a > div .gm-style-iw-d .iw-content .desc {
  padding: 5px 15px 5px 5px;
}

.mod_tm_google_map .rd-google-map .gm-style-iw-a > div .gm-style-iw-d + div {
  top: 3px !important;
  right: 1px !important;
}

@media (max-width: 767px) {
  .mod_tm_google_map .rd-google-map .gm-style-iw-a > div {
    max-width: 150px !important;
  }
  .mod_tm_google_map .rd-google-map .gm-style-iw-a > div div {
    max-width: 150px !important;
  }
  .mod_tm_google_map .rd-google-map .gm-style-iw-a > div .gm-style-iw {
    max-width: 120px !important;
  }
  .mod_tm_google_map .rd-google-map .gm-style-iw-a > div .gm-style-iw .iw-content .image {
    display: inline-block;
    margin-bottom: 10px;
  }
  .mod_tm_google_map .rd-google-map .gm-style-iw-a > div .gm-style-iw .iw-content .image img {
    max-width: 120px;
  }
  .mod_tm_google_map .rd-google-map .gm-style-iw-a > div .gm-style-iw + div {
    top: 3px !important;
    right: 1px !important;
  }
}

.mod_tm_google_map .map_preloader {
  z-index: 1007;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: #eaeaea;
}

.mod_tm_google_map .map_preloader svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  stroke: #6360ED;
  height: 70px;
  width: 70px;
}

.mod_tm_google_map.map-loaded .map_preloader {
  z-index: -1;
  opacity: 0;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}

.style-switcher {
  position: fixed;
  z-index: 97;
}

#sp-switcher {
  display: none;
}

#style_switcher {
  color: #fff;
  position: relative;
}

#style_switcher,
#style_switcher .toggler {
  background: #333;
}

#style_switcher .style_switcher_form .btn,
#style_switcher .style_switcher_form .kbutton {
  color: #fff;
}

#style_switcher .style_switcher_form .btn:hover,
#style_switcher .style_switcher_form .kbutton:hover {
  color: #fff;
}

#style_switcher .toggler:hover {
  color: #fff;
}

#style_switcher.shown {
  z-index: 97 !important;
}

#style_switcher.shown p {
  margin: 0 0 5px 0;
  padding: 0;
}

#style_switcher #color-box li + li {
  margin-top: 0;
}

#style_switcher div.color_scheme {
  position: relative;
  overflow: hidden;
  /*&.color_scheme_4 {
      background: #3989e4;
      &:before {
        top: 0;
        background: #212121;
      }
      &:after {
        bottom: 0;
        background: #212121;
      }    
    }*/
}

#style_switcher div.color_scheme:before, #style_switcher div.color_scheme:after {
  content: '';
  position: absolute;
  left: 50%;
  width: 50%;
  height: 50%;
}

#style_switcher div.color_scheme.preset1 {
  background: #6360ED;
}

#style_switcher div.color_scheme.preset1:before {
  top: 0;
  background: #FFB907;
}

#style_switcher div.color_scheme.preset1:after {
  bottom: 0;
}

#style_switcher div.color_scheme.preset2 {
  background: #5a83be;
}

#style_switcher div.color_scheme.preset2:before {
  top: 0;
  background: #27ea9d;
}

#style_switcher div.color_scheme.preset2:after {
  bottom: 0;
}

#style_switcher div.color_scheme.preset3 {
  background: #e92f5d;
}

#style_switcher div.color_scheme.preset3:before {
  top: 0;
  background: #ffbc47;
}

#style_switcher div.color_scheme.preset3:after {
  bottom: 0;
}

#style_switcher div.color_scheme.preset4 {
  background: #fda829;
}

#style_switcher div.color_scheme.preset4:before {
  top: 0;
  background: #477eff;
}

#style_switcher div.color_scheme.preset4:after {
  bottom: 0;
}

@media screen and (max-height: 550px) {
  #style_switcher {
    padding-bottom: 10px;
    bottom: 0;
  }
}

@media (max-width: 320px) {
  #style_switcher {
    width: 220px !important;
    padding: 20px !important;
  }
  #style_switcher ul {
    padding: 0 0 13px !important;
  }
  #style_switcher ul li {
    margin-right: 5px !important;
  }
}

#color_preloader {
  background: #434242;
  height: 100%;
  left: 0;
  margin-bottom: 0 !important;
  overflow: hidden;
  position: fixed !important;
  right: 0;
  text-align: center;
  top: 0 !important;
  z-index: 9999;
  display: none;
}

#color_preloader .loader_wrapper {
  text-align: center;
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 250px;
  height: 300px;
  margin-left: -125px;
  margin-top: -150px;
}

#color_preloader .loader_wrapper p {
  color: white;
}

#color_preloader .uil-adjust-hue-css {
  -webkit-transform: scale(0.6);
  -ms-transform: scale(0.6);
  -o-transform: scale(0.6);
  transform: scale(0.6);
  margin: 0 auto;
}

#color_preloader:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

#color_preloader.on {
  z-index: 9999;
  display: block;
  height: 100%;
}

#color_preloader.on:before {
  display: block;
}

#color_preloader.on .loader_wrapper {
  display: block;
}

#color_preloader.on .uil-adjust-hue-css {
  display: block;
  z-index: 9999;
}

.uil-adjust-hue-css {
  background: none;
  position: relative;
  width: 200px;
  height: 200px;
}

.uil-adjust-hue-css > div {
  width: 24px;
  height: 24px;
  margin-left: 4px;
  margin-top: 4px;
  position: absolute;
}

.uil-adjust-hue-css > div > div {
  width: 100%;
  height: 100%;
  border-radius: 100px;
  background: #ffffff;
}

.uil-adjust-hue-css > div:nth-of-type(1) > div {
  -webkit-animation: uil-adjust-hue-css 1s linear infinite;
  animation: uil-adjust-hue-css 1s linear infinite;
  -webkit-animation-delay: -0.87s;
  animation-delay: -0.87s;
}

.uil-adjust-hue-css > div:nth-of-type(1) {
  -webkit-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
}

.uil-adjust-hue-css > div:nth-of-type(2) > div {
  -webkit-animation: uil-adjust-hue-css 1s linear infinite;
  animation: uil-adjust-hue-css 1s linear infinite;
  -webkit-animation-delay: -0.75s;
  animation-delay: -0.75s;
}

.uil-adjust-hue-css > div:nth-of-type(2) {
  -webkit-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
}

.uil-adjust-hue-css > div:nth-of-type(3) > div {
  -webkit-animation: uil-adjust-hue-css 1s linear infinite;
  animation: uil-adjust-hue-css 1s linear infinite;
  -webkit-animation-delay: -0.62s;
  animation-delay: -0.62s;
}

.uil-adjust-hue-css > div:nth-of-type(3) {
  -webkit-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
}

.uil-adjust-hue-css > div:nth-of-type(4) > div {
  -webkit-animation: uil-adjust-hue-css 1s linear infinite;
  animation: uil-adjust-hue-css 1s linear infinite;
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.uil-adjust-hue-css > div:nth-of-type(4) {
  -webkit-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
}

.uil-adjust-hue-css > div:nth-of-type(5) > div {
  -webkit-animation: uil-adjust-hue-css 1s linear infinite;
  animation: uil-adjust-hue-css 1s linear infinite;
  -webkit-animation-delay: -0.37s;
  animation-delay: -0.37s;
}

.uil-adjust-hue-css > div:nth-of-type(5) {
  -webkit-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
}

.uil-adjust-hue-css > div:nth-of-type(6) > div {
  -webkit-animation: uil-adjust-hue-css 1s linear infinite;
  animation: uil-adjust-hue-css 1s linear infinite;
  -webkit-animation-delay: -0.25s;
  animation-delay: -0.25s;
}

.uil-adjust-hue-css > div:nth-of-type(6) {
  -webkit-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
}

.uil-adjust-hue-css > div:nth-of-type(7) > div {
  -webkit-animation: uil-adjust-hue-css 1s linear infinite;
  animation: uil-adjust-hue-css 1s linear infinite;
  -webkit-animation-delay: -0.12s;
  animation-delay: -0.12s;
}

.uil-adjust-hue-css > div:nth-of-type(7) {
  -webkit-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
}

.uil-adjust-hue-css > div:nth-of-type(8) > div {
  -webkit-animation: uil-adjust-hue-css 1s linear infinite;
  animation: uil-adjust-hue-css 1s linear infinite;
  -webkit-animation-delay: -0s;
  animation-delay: -0s;
}

.uil-adjust-hue-css > div:nth-of-type(8) {
  -webkit-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
}

.icon {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.sp-megamenu-wrapper h1, .sp-megamenu-wrapper h2, .sp-megamenu-wrapper h3, .sp-megamenu-wrapper h4, .sp-megamenu-wrapper h5, .sp-megamenu-wrapper h6,
.slicknav_menu h1,
.slicknav_menu h2,
.slicknav_menu h3,
.slicknav_menu h4,
.slicknav_menu h5,
.slicknav_menu h6 {
  margin: 0;
  padding: 0;
}

.sp-megamenu-wrapper .dropdown-header.mega-group-title,
.sp-megamenu-wrapper .moduletable .page_header .moduleTitle,
.slicknav_menu .dropdown-header.mega-group-title,
.slicknav_menu .moduletable .page_header .moduleTitle {
  padding: 0 15px;
  font-size: 26px;
  line-height: 36px;
  text-transform: none;
  margin-bottom: 30px;
  color: #000;
}

.sp-megamenu-wrapper .moduletable .page_header .moduleTitle,
.slicknav_menu .moduletable .page_header .moduleTitle {
  padding: 0;
}

.sp-megamenu-wrapper .moduletable,
.slicknav_menu .moduletable {
  padding-bottom: 0;
}

.sp-megamenu-wrapper .mega-inner .mega-inner,
.slicknav_menu .mega-inner .mega-inner {
  padding: 0;
}

.sp-megamenu-wrapper .notitle a.mega-group-title,
.slicknav_menu .notitle a.mega-group-title {
  display: none;
}

@media (max-width: 767px) {
  .sp-megamenu-wrapper,
  .slicknav_menu {
    padding-bottom: 0;
    max-width: 268px;
  }
  .sp-megamenu-wrapper .mega-dropdown-inner,
  .slicknav_menu .mega-dropdown-inner {
    padding: 0 15px;
  }
  .sp-megamenu-wrapper .mega-dropdown-inner .mega-dropdown-inner,
  .slicknav_menu .mega-dropdown-inner .mega-dropdown-inner {
    padding: 0;
  }
  .sp-megamenu-wrapper .moduletable,
  .sp-megamenu-wrapper .mega-col-module,
  .sp-megamenu-wrapper .mega-col-nav,
  .sp-megamenu-wrapper [class*='col-sm-'],
  .slicknav_menu .moduletable,
  .slicknav_menu .mega-col-module,
  .slicknav_menu .mega-col-nav,
  .slicknav_menu [class*='col-sm-'] {
    padding: 0;
  }
  .sp-megamenu-wrapper .moduletable .row,
  .sp-megamenu-wrapper .mega-col-module .row,
  .sp-megamenu-wrapper .mega-col-nav .row,
  .sp-megamenu-wrapper [class*='col-sm-'] .row,
  .slicknav_menu .moduletable .row,
  .slicknav_menu .mega-col-module .row,
  .slicknav_menu .mega-col-nav .row,
  .slicknav_menu [class*='col-sm-'] .row {
    margin: 0;
  }
  .sp-megamenu-wrapper .nav-child,
  .slicknav_menu .nav-child {
    margin: 0;
  }
  .sp-megamenu-wrapper .level2,
  .slicknav_menu .level2 {
    padding-left: 15px;
  }
}

.sp-megamenu-wrapper .mega-col-module span,
.slicknav_menu .mega-col-module span {
  color: inherit !important;
  background: inherit !important;
}

.sp-megamenu-wrapper .mega-col-module span:hover,
.slicknav_menu .mega-col-module span:hover {
  color: inherit !important;
  background: inherit !important;
}

.nav.menu.social-menu li {
  display: inline-block;
  margin: 6px 0 5px;
}

.nav.menu.social-menu li + li {
  margin: 6px 0 5px 17px;
}

.nav.menu.social-menu li a {
  font-size: 22px;
  line-height: 24px;
  color: #b9bdbf;
}

.nav.menu.social-menu li a.fa-facebook {
  font-size: 18px;
  padding-top: 2px;
}

.nav.menu.social-menu li a:hover, .nav.menu.social-menu li a:focus, .nav.menu.social-menu li a:active {
  color: #6360ED;
}

#sp-bottom .nav.menu.social-menu li {
  margin-bottom: 10px;
  margin-top: 0;
}

#sp-bottom .nav.menu.social-menu li + li {
  margin-top: 0;
  margin-left: 8px;
}

#sp-bottom .nav.menu.social-menu li a {
  font-size: 26px;
  line-height: 58px;
  width: 58px;
  height: 58px;
  text-align: center;
  color: #90929D;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

#sp-bottom .nav.menu.social-menu li a:hover, #sp-bottom .nav.menu.social-menu li a:focus, #sp-bottom .nav.menu.social-menu li a:active {
  color: white;
  background-color: #FFB907;
}

#sp-bottom .menu li.active {
  color: #FFB907;
}

.jg_catelem_photo {
  font-size: 0;
  line-height: 0;
}

.loaded .jg_element_cat {
  display: none;
}

.jg_element_cat {
  padding-bottom: 30px;
  border-radius: 0;
}

@media (max-width: 767px) {
  .jg_element_cat {
    width: 100%;
  }
}

.jg_detailnaviprev, .jg_detailnavinext {
  width: auto;
}

.jg_imgalign_catsubs {
  font-size: 0;
  margin-bottom: 30px;
  max-width: 100%;
  overflow: hidden;
  position: relative;
  border-radius: 0;
}

.jg_imgalign_catsubs .jg_photo_custom {
  -webkit-transition: transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
}

.jg_imgalign_catsubs:hover .jg_photo_custom {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.jg_imgalign_catsubs:hover .jg_subcatelem_txt {
  opacity: 1;
}

.jg_subcatelem_cat a {
  height: auto;
}

.jg_subcatelem_photo a {
  display: block;
}

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

.jg_subcatelem_txt {
  background: rgba(255, 185, 7, 0.5);
  bottom: 0;
  color: #fff;
  font-size: 16px;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}

.jg_subcatelem_txt:before {
  content: '';
  display: inline-block;
  height: 100%;
  overflow: hidden;
  vertical-align: middle;
  width: 0;
  background: #6360ED;
}

.jg_subcatelem_txt ul {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  max-width: 99%;
  vertical-align: middle;
}

.jg_subcatelem_txt ul li {
  font-size: 16px;
  line-height: 1.63;
}

.jg_subcatelem_txt ul li:before {
  display: none;
}

.jg_subcatelem_txt ul a {
  color: #fff;
  position: relative;
}

.jg_subcatelem_txt ul a:hover {
  color: #fff;
}

.jg_subcatelem_txt .jg_subcatelem_txt__link {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}

.jg_catelem_txt {
  margin: 0;
  text-align: center !important;
}

.jg_catelem_txt .gallery_desc p + p {
  display: none;
}

.jg_catelem_txt ul li a:hover {
  color: #747B7F;
}

.jg_catelem_txt ul li:before {
  display: none;
}

.jg_catelem_txt ul li > * {
  color: #fff;
}

.jg_dtl_photo {
  font-size: 0;
  line-height: 0;
}

.jg_dtl_photo .lazy_container {
  width: 100%;
}

.jg_dtl_photo .lazy_container .lazy_preloader {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.jg_dtl_photo .lazy_container img {
  position: relative;
}

div.jg_details,
div.jg_voting,
div.jg_commentsarea,
div.jg_send2friend,
div.jg_bbcode,
div.jg_exif,
div.jg_panemodule {
  border: none;
  margin: 0;
}

.jg_iconbar {
  padding: 0;
}

.jg_imgtitle {
  text-align: left;
  font-weight: 400;
}

.jg_imgalign_catimgs {
  font-size: 0;
  line-height: 0;
  overflow: hidden;
  position: relative;
  border-radius: 0;
}

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

.jg_imgalign_catimgs .jg_photo_custom {
  -webkit-transition: transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
}

.jg_imgalign_catimgs .jg_catelem_txt {
  background: rgba(99, 96, 237, 0.5);
  color: #fff;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
  width: 100%;
}

.jg_imgalign_catimgs .jg_catelem_txt .item_title {
  color: inherit;
}

.jg_imgalign_catimgs .jg_catelem_txt:before {
  content: '';
  display: inline-block;
  height: 100%;
  overflow: hidden;
  vertical-align: middle;
  width: 0;
  background: #6360ED;
}

.jg_imgalign_catimgs .jg_catelem_txt ul {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  font-size: 16px;
  line-height: 1.63;
  max-width: 99%;
  padding: 0 10px;
  vertical-align: middle;
}

.jg_imgalign_catimgs .jg_catelem_txt .jg_links a {
  font-size: 28px;
  margin: 0 5px;
}

.jg_imgalign_catimgs .jg_catelem_txt .jg_links a i:before {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.jg_imgalign_catimgs .jg_catelem_txt .jg_links a:hover {
  color: inherit;
}

.jg_imgalign_catimgs .jg_catelem_txt .jg_links a:hover i:before {
  color: rgba(255, 255, 255, 0.5);
}

.jg_imgalign_catimgs:hover .jg_photo_custom {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.jg_imgalign_catimgs:hover .jg_catelem_txt {
  opacity: 1;
}

img.jg_photo, .jg_minis a img {
  border: none;
}

img.jg_photo {
  padding: 0;
}

.gallery header.page_header h2 {
  margin-bottom: 30px;
}

.jg_gallery {
  font-size: 0;
  line-height: 0;
  text-align: left;
  margin-bottom: 3.26;
}

.jg_catorderlist {
  text-align: left;
  white-space: normal;
}

.jg_catorderlist > strong {
  display: block;
  margin-bottom: 15px;
}

.jg_links .fancybox-thumb .lazy,
.jg_links .fancybox-thumb img {
  display: none;
}

#joomcommentform {
  margin-bottom: 3.26;
  text-align: left;
}

#joomcommentform + .jg_row1 {
  padding-bottom: 0;
}

#joomcommentform .btn-group {
  display: inline-block;
}

#joomcommentform .input_wrapper {
  position: relative;
}

.jg_comments_title {
  margin-bottom: 30px;
}

.jg_cmtf {
  border: 1px dashed #ddd;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  padding: 30px 0;
  text-align: center;
}

.ui-loader {
  display: none;
}

.jg_pathway {
  margin: 0 0 1.63;
  padding: 0;
}

ul#order {
  margin: 0 0 15px;
  overflow: hidden;
}

ul#order li {
  display: inline-block;
}

.jg_commentsarea {
  clear: both;
  padding-top: 20px;
}

.jg_commentsarea textarea {
  height: 200px;
  width: 100%;
}

.jg_commentsarea .username {
  display: block;
  font-size: 19.2px;
  font-weight: 500;
  line-height: 1.956;
  margin-bottom: 1.63;
}

.jg_commentsarea div[class*="jg_row"] {
  padding-bottom: 40px;
}

.jg_commentsarea div[class*="jg_row"] .comment_text {
  display: block;
}

.jg-details-header h4 {
  padding: 0;
  text-align: inherit;
}

.jg_dtl_photo {
  text-align: center;
}

.jg_subcat {
  margin-bottom: 3.26;
}

.joomgallery-toggler,
.joomgallery-toggler-down {
  background-image: none;
}

.jg_detailnavi {
  padding: 20px 0;
}

.jg_detailnavi a img.pngfile {
  display: none;
}

#jg_dtl_photo {
  max-width: 100%;
}

.jdGallery .slideElement {
  background-size: cover;
}

.jdGallery a.carouselBtn {
  padding: 9px 10px;
}

div.jg_details,
div.jg_commentsarea {
  background: transparent;
  margin-bottom: 10px;
}

#kunena td,
#kunena table,
#kunena th,
#kunena div,
#kunena p,
#kunena span,
#kunena .knewchar,
#kunena #ktab a span {
  font-family: inherit;
}

table td[class*="col-"], table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}

.hidden, #kunena .ktopblock .ktopblock-wrapper div.hidden {
  display: none;
}

@media (min-width: 768px) {
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-12 {
    width: 100%;
  }
}

.option-com_kunena .datepicker .datepicker-days table th {
  border-radius: 0 !important;
}

.option-com_kunena .datepicker tr th.prev,
.option-com_kunena .datepicker tr th.next,
.option-com_kunena .datepicker tr th.datepicker-switch {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.option-com_kunena .datepicker tr th.prev:hover,
.option-com_kunena .datepicker tr th.next:hover,
.option-com_kunena .datepicker tr th.datepicker-switch:hover {
  background: #eee;
  color: #777;
}

#kunena + div {
  margin-bottom: 30px;
}

#kunena li.btn-link, #kunena li.btn-link:hover {
  color: #3F3F3F;
}

#kunena nav.navbar + div[itemscope] {
  display: inline-block;
  width: 100%;
}

#kunena .profilebox.center li img {
  display: inline-block;
}

#kunena span.heading.btn + .content {
  margin-top: 15px;
}

@media (min-width: 1200px) {
  #kunena {
    margin-top: 60px;
  }
}

@media (max-width: 767px) {
  #kunena .hidden-xs {
    display: none;
  }
}

#kunena .h1-heading {
  display: block;
  margin-bottom: 10px;
}

#kunena .h2-heading {
  display: block;
  font-size: 21px;
}

#kunena .h3-heading {
  display: block;
  font-size: 19px;
}

#kunena .h4-heading {
  font-size: 16px;
}

#kunena .h5-heading {
  font-size: 14px;
  line-height: 20px;
}

#kunena a {
  text-decoration: none;
}

#kunena .chzn-container {
  margin-bottom: 0;
}

#kunena form .input-group-btn .btn {
  padding: 0 10px;
  font-size: 14px;
  line-height: 46px;
  height: 46px;
}

#kunena .breadcrumb {
  display: none;
}

#kunena #jumpto {
  margin-bottom: 0;
}

#kunena #jumpto::after {
  display: block;
  clear: both;
  content: "";
}

#kunena #jumpto #catid_chzn {
  float: right;
  margin-bottom: 20px;
}

@media (min-width: 1200px) {
  #kunena #jumpto .chzn-container {
    width: 370px !important;
  }
  #kunena #jumpto .chzn-container .chzn-single {
    padding: 0 50px 0 20px;
    width: 100%;
  }
}

#kunena .ktopblock {
  padding: 0;
  margin-bottom: 10px;
}

#kunena .ktopblock .ktopblock-wrapper {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
}

#kunena .ktopblock .ktopblock-wrapper .kmenu,
#kunena .ktopblock .ktopblock-wrapper .klogin,
#kunena .ktopblock .ktopblock-wrapper .klogout {
  display: flex;
  margin-bottom: 10px;
}

#kunena .ktopblock .ktopblock-wrapper .kmenu {
  margin-right: 10px;
}

#kunena .ktopblock .ktopblock-wrapper .kmenu .navbar-nav li {
  margin-right: 20px;
}

#kunena .ktopblock .ktopblock-wrapper .kmenu .navbar-nav li a {
  text-decoration: none;
  position: relative;
  font-size: 22px;
  line-height: 1.2em;
  padding-bottom: 5px;
}

#kunena .ktopblock .ktopblock-wrapper .kmenu .navbar-nav li:hover a, #kunena .ktopblock .ktopblock-wrapper .kmenu .navbar-nav li.active a {
  color: #6360ED;
}

#kunena .ktopblock .ktopblock-wrapper .klogin #klogin .login-text,
#kunena .ktopblock .ktopblock-wrapper .klogin #klogin .caret,
#kunena .ktopblock .ktopblock-wrapper .klogin .dropdown-toggle .login-text,
#kunena .ktopblock .ktopblock-wrapper .klogin .dropdown-toggle .caret,
#kunena .ktopblock .ktopblock-wrapper .klogout #klogin .login-text,
#kunena .ktopblock .ktopblock-wrapper .klogout #klogin .caret,
#kunena .ktopblock .ktopblock-wrapper .klogout .dropdown-toggle .login-text,
#kunena .ktopblock .ktopblock-wrapper .klogout .dropdown-toggle .caret {
  display: none;
}

#kunena .ktopblock .ktopblock-wrapper .klogin #klogin:after,
#kunena .ktopblock .ktopblock-wrapper .klogin .dropdown-toggle:after,
#kunena .ktopblock .ktopblock-wrapper .klogout #klogin:after,
#kunena .ktopblock .ktopblock-wrapper .klogout .dropdown-toggle:after {
  display: none;
}

#kunena .ktopblock .ktopblock-wrapper .klogin .dropdown .dropdown-menu,
#kunena .ktopblock .ktopblock-wrapper .klogout .dropdown .dropdown-menu {
  right: 0;
  left: auto;
  width: 300px;
}

#kunena .ktopblock .ktopblock-wrapper .klogin .dropdown .dropdown-menu .form-inline,
#kunena .ktopblock .ktopblock-wrapper .klogout .dropdown .dropdown-menu .form-inline {
  padding: 10px;
}

#kunena .ktopblock .ktopblock-wrapper .klogin .dropdown .dropdown-menu .form-inline .control-group,
#kunena .ktopblock .ktopblock-wrapper .klogout .dropdown .dropdown-menu .form-inline .control-group {
  width: 100%;
}

#kunena .ktopblock .ktopblock-wrapper .klogin .dropdown .dropdown-menu .form-inline .control-group .input-prepend,
#kunena .ktopblock .ktopblock-wrapper .klogout .dropdown .dropdown-menu .form-inline .control-group .input-prepend {
  width: 100%;
}

#kunena .ktopblock .ktopblock-wrapper .klogin .dropdown .dropdown-menu .form-inline .control-group .input-prepend input,
#kunena .ktopblock .ktopblock-wrapper .klogout .dropdown .dropdown-menu .form-inline .control-group .input-prepend input {
  border-radius: 0px;
}

@media (max-width: 767px) {
  #kunena .ktopblock .ktopblock-wrapper .klogin .dropdown .dropdown-menu,
  #kunena .ktopblock .ktopblock-wrapper .klogout .dropdown .dropdown-menu {
    right: -25px;
  }
}

#kunena .ktopblock .ktopblock-wrapper .klogin ul li {
  margin: 0;
}

#kunena .ktopblock ul.nav {
  display: block;
}

#kunena .ktopblock ul.nav li {
  display: inline-block;
  float: left;
  margin-right: 10px;
  margin-bottom: 5px;
}

#kunena .ktopblock ul.nav li + li {
  margin-top: 0;
}

#kunena .section-header {
  padding-right: 54px;
  position: relative;
  background: #f5f6fa;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: stretch;
}

#kunena .section-header .ksection-name, #kunena .section-header .ksection-description {
  padding-top: 13px;
  padding-bottom: 13px;
  display: flex;
}

#kunena .section-header .ksection-name {
  padding-left: 17px;
  padding-right: 15px;
  margin-right: 24px;
}

#kunena .section-header .ksection-name .h1-heading,
#kunena .section-header .ksection-name .h2-heading,
#kunena .section-header .ksection-name .h3-heading,
#kunena .section-header .ksection-name .h4-heading,
#kunena .section-header .ksection-name .h5-heading,
#kunena .section-header .ksection-name .h6-heading {
  margin-bottom: 0;
  line-height: 20px;
  text-decoration: none;
}

#kunena .section-header .ksection-name .h1-heading a,
#kunena .section-header .ksection-name .h2-heading a,
#kunena .section-header .ksection-name .h3-heading a,
#kunena .section-header .ksection-name .h4-heading a,
#kunena .section-header .ksection-name .h5-heading a,
#kunena .section-header .ksection-name .h6-heading a {
  line-height: 20px;
  line-height: 1.2em;
  text-decoration: none;
  color: inherit;
}

#kunena .section-header .ksection-name .h1-heading a:hover,
#kunena .section-header .ksection-name .h2-heading a:hover,
#kunena .section-header .ksection-name .h3-heading a:hover,
#kunena .section-header .ksection-name .h4-heading a:hover,
#kunena .section-header .ksection-name .h5-heading a:hover,
#kunena .section-header .ksection-name .h6-heading a:hover {
  color: #3F3F3F;
}

#kunena .section-header .ksection-description {
  font-size: 14px;
  line-height: 20px;
}

@media (max-width: 767px) {
  #kunena .section-header .ksection-description {
    display: none;
  }
}

#kunena .section-header .section-toggler {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

#kunena .section-header .section-toggler .section-toggler-btn {
  padding: 0;
  margin: 0;
  background: transparent;
}

#kunena .section-header .section-toggler .section-toggler-btn:hover {
  background: transparent;
}

#kunena .section-header .section-toggler .section-toggler-btn.collapsed .toggle-icon:before {
  content: "\e145";
}

#kunena .category td.col-md-8 {
  padding: 17px 15px 0 15px;
}

#kunena .category .category-title-wrapper {
  margin-bottom: 13px;
}

#kunena .category .category-title-wrapper .h3-heading a {
  text-decoration: none;
}

#kunena .category .category-title-wrapper .h3-heading a:hover {
  text-decoration: none;
  color: #6360ED;
}

#kunena .category .category-title-desc {
  margin-bottom: 10px;
}

#kunena .category .ksubcategories {
  padding: 10px 0 0 0;
}

#kunena .category .ksubcategories ul {
  margin: 0;
}

#kunena .category .ksubcategories ul li {
  font-size: 12px;
  line-height: 12px;
  margin-bottom: 10px;
  margin-right: 10px;
}

#kunena .category .ksubcategories ul li a {
  font-size: 12px;
  line-height: 12px;
  font-weight: 500;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
}

#kunena .category .ksubcategories ul li a span {
  font-size: 12px;
  line-height: 12px;
  margin-right: 10px;
}

#kunena .category .ksubcategories ul li a span:before {
  font-size: 12px;
  line-height: 12px;
}

#kunena .category .moderators {
  padding: 10px 0;
  font-size: 12px;
  line-height: 12px;
  font-weight: 500;
}

#kunena .category .moderators a {
  font-weight: 400;
  text-decoration: none;
}

#kunena .category .post-info .lastpostlink,
#kunena .category .post-info .lastpostby,
#kunena .category .post-info .datepost {
  display: block;
  margin-bottom: 4px;
}

#kunena .category .post-info .lastpostlink span,
#kunena .category .post-info .lastpostby span,
#kunena .category .post-info .datepost span {
  font-weight: 500;
}

#kunena .category .last-post-message {
  padding: 0 30px;
}

#kunena table,
#kunena .table {
  margin-bottom: 35px;
  border: 1px solid #e8e9ee;
}

#kunena table tr,
#kunena .table tr {
  border: 1px solid #e8e9ee;
}

#kunena table tr td,
#kunena .table tr td {
  border: 1px solid #e8e9ee;
}

#kunena .table-bordered > thead > tr > th,
#kunena .table-bordered > thead > tr > td {
  border-bottom-width: 1px;
}

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

#kunena .kfrontend + .kfrontend {
  margin-top: 20px;
}

#kunena .close {
  text-decoration: none;
}

#kunena #kwho .row > div {
  border-left: 1px solid #e8e9ee;
  border-right: 1px solid #e8e9ee;
  border-bottom: 1px solid #e8e9ee;
}

#kunena #kwho .row > div + div {
  border-left: none;
}

#kunena #kwho .glyphicon:before {
  font-size: 20px;
  line-height: 20px;
}

#kunena #kwho .list-unstyled {
  padding-top: 19px;
  text-align: center;
}

#kunena #kwho .who-box {
  margin: 0 -15px;
}

#kunena #kwho .who-box > div {
  padding: 0 15px;
}

#kunena #kwho .who-box .who-total {
  padding: 19px 15px;
  display: inline-block;
}

#kunena #kwho .who-box .legend-box {
  padding: 19px 15px;
  border-top: 1px solid #e8e9ee;
}

#kunena #kwho .who-box .legend-box .legend-title {
  font-weight: 500;
}

#kunena #kwho .who-box .legend-box .glyphicon {
  display: none;
}

#kunena #kstats {
  border: 1px solid #e8e9ee;
  border-top: none;
}

#kunena #kstats [class*='col-md-'] {
  padding-top: 18px;
}

#kunena #kstats .col-md-1 {
  border-right: 1px solid #e8e9ee;
}

#kunena #kstats .kstats-list li {
  display: block;
}

#kunena #kstats .kstats-list li::after {
  display: block;
  clear: both;
  content: "";
}

#kunena #kstats .kstats-list li p {
  float: left;
  display: inline-block;
  margin-right: 6px;
  position: relative;
}

#kunena #kstats .kstats-list li p strong {
  font-weight: 500;
}

#kunena #kstats .kstats-list li p + p {
  margin: 0;
  padding-left: 10px;
}

#kunena #kstats .kstats-list li p + p:before {
  content: "|";
  font-size: 12px;
  line-height: 18px;
  margin-right: 10px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

#kunena #kstats .kstats-list li + li {
  margin-top: 4px;
}

#kunena #kstats .kstats-info {
  float: right;
}

#kunena #kstats .kstats-info::after {
  display: block;
  clear: both;
  content: "";
}

#kunena #kstats .kstats-info li {
  display: block;
  font-size: 12px;
  line-height: 18px;
}

#kunena #kstats .kstats-info li::after {
  display: block;
  clear: both;
  content: "";
}

#kunena #kstats .kstats-info li p {
  float: left;
  display: inline-block;
  margin-right: 6px;
  position: relative;
}

#kunena #kstats .kstats-info li p strong {
  font-weight: 500;
}

#kunena #kstats .kstats-info li p strong a {
  font-weight: inherit;
  text-decoration: none;
}

#kunena #kstats .kstats-info li p strong a:hover {
  color: #6360ED;
}

#kunena #kstats .kstats-info li p + p {
  margin: 0;
  padding-left: 10px;
}

#kunena #kstats .kstats-info li p + p:before {
  content: "|";
  font-size: 12px;
  line-height: 18px;
  margin-right: 10px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

@media (max-width: 767px) {
  #kunena #kstats .kstats-info {
    float: left;
  }
}

#kunena .kwho-globalmoderator {
  color: #3598FE;
}

#kunena .kwho-moderator {
  color: #184FA2;
}

#kunena .kwho-banned {
  color: #18A291;
}

#kunena .kwho-user {
  color: #6D86A0;
}

#kunena .kwho-guest {
  color: #333333;
}

#kunena .announcement-box {
  position: relative;
  margin-bottom: 21px;
}

#kunena .announcement-box .announcement-title {
  position: relative;
  display: block;
  background: #37383e;
  padding-right: 31px;
}

#kunena .announcement-box .announcement-title .h5-heading {
  display: inline-block;
  background: #FFB907;
  padding: 13px 18px 12px 17px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}

#kunena .announcement-box .announcement-title .h5-heading > a {
  display: inline-block;
  text-decoration: none;
  color: white;
}

#kunena .announcement-box .announcement-title .h5-heading > a:hover {
  color: white;
}

#kunena .announcement-box .announcement-title .close {
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: white;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

#kunena .announcement-box .announcement-content {
  padding: 15px 17px;
}

#kunena .announcement-box .announcement-content .announcement-info {
  padding-bottom: 21px;
  display: block;
  border-bottom: 1px solid #D9D9D9;
}

#kunena .announcement-box .announcement-content .announcement-info::after {
  display: block;
  clear: both;
  content: "";
}

#kunena .announcement-box .announcement-content .announcement-info .announcement-date,
#kunena .announcement-box .announcement-content .announcement-info .announcement-author {
  float: left;
  font-size: 14px;
  line-height: 27px;
}

#kunena .announcement-box .announcement-content .announcement-info .announcement-date span,
#kunena .announcement-box .announcement-content .announcement-info .announcement-author span {
  font-weight: 500;
}

#kunena .announcement-box .announcement-content .announcement-info .announcement-date {
  margin-right: 34px;
}

#kunena .announcement-box .announcement-content .announcement-desc {
  padding: 28px 0 0 0;
}

#kunena .announcement-box .announcement-content .btn-box {
  margin-top: 2px;
  padding-right: 27px;
}

#kunena .announcement-box .announcement-content .btn-box::after {
  display: block;
  clear: both;
  content: "";
}

#kunena .announcement-box .announcement-content .btn-box .btn-link {
  font-weight: 400;
  font-size: 14px;
}

#kunena .announcement-box .announcement-content .btn-box .btn-link:hover {
  text-decoration: none;
}

#kunena .mobile-user #userdropdown {
  padding: 20px 15px;
}

#kunena .mobile-user #userdropdown .form-inline {
  padding: 0;
  margin: 0;
}

#kunena .mobile-user #userdropdown .form-inline .element-invisible {
  display: none;
}

#kunena .mobile-user #userdropdown .form-inline .input-prepend .add-on {
  display: block;
}

#kunena .mobile-user #userdropdown .form-inline .control-group {
  margin: 0;
  padding: 0;
}

#kunena .mobile-user #userdropdown .form-inline .control-group input {
  padding-left: 50px;
}

#kunena .mobile-user #userdropdown .form-inline .control-group + .control-group {
  margin-top: 10px;
}

#kunena #timeselect #sel_chzn .chzn-single > span {
  padding: 0;
}

#kunena .pagination li a {
  display: inline-block;
  background: #FFB907;
  color: white;
  padding: 7px 10px;
}

#kunena .pagination li a:disabled {
  cursor: default;
}

#kunena .pagination li:active a {
  background: #37383e;
}

#kunena .pagination li + li {
  margin-top: 0;
}

#kunena .visible-xs-block .pagination li.active a {
  cursor: default;
  padding: 7px 20px;
}

#kunena .form-search .search {
  position: relative;
  line-height: 0;
}

#kunena .form-search .search::after {
  display: block;
  clear: both;
  content: "";
}

#kunena .form-search .search input {
  position: relative;
  padding-right: 60px;
  border-radius: 0px;
}

#kunena .form-search .search input:focus {
  border-radius: 0px;
}

#kunena .form-search .search .btn {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 20px;
  line-height: 55px;
  border-radius: 0px;
  height: 46px;
  outline: none !important;
}

#kunena .adv-search .section-header {
  margin-bottom: 20px;
}

#kunena .adv-search #search .search-options-box {
  margin-bottom: 20px;
}

#kunena .adv-search #search .search-options-box #datepicker {
  display: inline-block !important;
  border-radius: 0px !important;
}

#kunena .adv-search #search .search-options-box .chzn-container {
  margin-bottom: 20px;
}

#kunena .adv-search #search legend {
  margin-bottom: 15px;
}

#kunena .chzn-single > span {
  padding: 0;
}

#kunena #postform .control-group .control-label,
#kunena #postform .form-group .control-label {
  display: block;
  width: 100%;
  float: none;
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
}

#kunena #postform .control-group .controls,
#kunena #postform .form-group .controls {
  width: 100%;
  margin: 0;
  padding: 0;
  display: block;
  float: none;
}

#kunena #postform #kpost-attachments {
  margin-bottom: 10px;
}

#kunena #postform #kpost-subscribe label {
  display: inline-block;
}

#kunena .wysibb .wysibb-text-editor {
  border: 1px solid #e8e9ee;
}

#kunena #ktopicsform .input-group .input-group-btn label::after {
  display: block;
  clear: both;
  content: "";
}

#kunena #ktopicsform .input-group .input-group-btn label > * {
  margin-bottom: 20px;
}

#kunena #ktopicsform .input-group .input-group-btn > * {
  margin-bottom: 20px;
}

#kunena #ktopicsform .input-group .input-group-btn #kchecktask_chzn {
  width: auto !important;
}

#kunena .tabs .nav-tabs li {
  margin: 0;
  margin-right: 10px;
  margin-bottom: 10px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

#kunena .tabs .nav-tabs li:hover {
  background: #6360ED;
}

#kunena .tabs .nav-tabs li a {
  padding: 7px 12px;
  background: #FFB907;
  color: white;
  text-decoration: none;
}

#kunena .tabs .nav-tabs li a.active {
  background: #6360ED;
}

#kunena .tabs .nav-tabs li a:hover {
  color: white;
  background: #6360ED;
}

#kunena .tabs .nav-tabs li + li {
  margin-top: 0;
}

#kunena .post-publish-date {
  display: inline-block;
  margin-bottom: 10px;
}

#kunena .kmessage .mykmsg-header,
#kunena .kmessage .kmsg {
  margin-bottom: 10px;
}

.datepicker-dropdown {
  padding: 5px;
}

#sp-main-top, #sp-title, #sp-pos-1, #sp-pos-2, #sp-pos-3, #sp-pos-4, #sp-pos-5, #sp-pos-7, #sp-pos-8, #sp-pos-9, #sp-pos-10 {
  background-size: cover;
  background-position: center center;
}

#sp-pos-6 {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

#sp-top {
  border-bottom: 1px solid #F3F3F3;
}

#sp-top .sp-module + .sp-module {
  margin-top: 0;
}

.sticky-wrapper .header-box {
  padding-top: 13px;
  padding-bottom: 3px;
}

body:not(.home) .sticky-wrapper {
  -webkit-box-shadow: 0px 2px 10px 0px rgba(63, 63, 63, 0.05);
  box-shadow: 0px 2px 10px 0px rgba(63, 63, 63, 0.05);
  margin-bottom: 50px;
}

#sp-main-body {
  padding-top: 20px;
  padding-bottom: 40px;
}

body.home #sp-main-body, body.about #sp-main-body, body.works #sp-main-body {
  padding-top: 0;
  padding-bottom: 0;
}

body.home #sp-main-body .col, body.home #sp-main-body .col-1, body.home #sp-main-body .col-10, body.home #sp-main-body .col-11, body.home #sp-main-body .col-12, body.home #sp-main-body .col-2, body.home #sp-main-body .col-3, body.home #sp-main-body .col-4, body.home #sp-main-body .col-5, body.home #sp-main-body .col-6, body.home #sp-main-body .col-7, body.home #sp-main-body .col-8, body.home #sp-main-body .col-9, body.home #sp-main-body .col-auto, body.home #sp-main-body .col-lg, body.home #sp-main-body .col-lg-1, body.home #sp-main-body .col-lg-10, body.home #sp-main-body .col-lg-11, body.home #sp-main-body .col-lg-12, body.home #sp-main-body .col-lg-2, body.home #sp-main-body .col-lg-3, body.home #sp-main-body .col-lg-4, body.home #sp-main-body .col-lg-5, body.home #sp-main-body .col-lg-6, body.home #sp-main-body .col-lg-7, body.home #sp-main-body .col-lg-8, body.home #sp-main-body .col-lg-9, body.home #sp-main-body .col-lg-auto, body.home #sp-main-body .col-md, body.home #sp-main-body .col-md-1, body.home #sp-main-body .col-md-10, body.home #sp-main-body .col-md-11, body.home #sp-main-body .col-md-12, body.home #sp-main-body .col-md-2, body.home #sp-main-body .col-md-3, body.home #sp-main-body .col-md-4, body.home #sp-main-body .col-md-5, body.home #sp-main-body .col-md-6, body.home #sp-main-body .col-md-7, body.home #sp-main-body .col-md-8, body.home #sp-main-body .col-md-9, body.home #sp-main-body .col-md-auto, body.home #sp-main-body .col-sm, body.home #sp-main-body .col-sm-1, body.home #sp-main-body .col-sm-10, body.home #sp-main-body .col-sm-11, body.home #sp-main-body .col-sm-12, body.home #sp-main-body .col-sm-2, body.home #sp-main-body .col-sm-3, body.home #sp-main-body .col-sm-4, body.home #sp-main-body .col-sm-5, body.home #sp-main-body .col-sm-6, body.home #sp-main-body .col-sm-7, body.home #sp-main-body .col-sm-8, body.home #sp-main-body .col-sm-9, body.home #sp-main-body .col-sm-auto, body.home #sp-main-body .col-xl, body.home #sp-main-body .col-xl-1, body.home #sp-main-body .col-xl-10, body.home #sp-main-body .col-xl-11, body.home #sp-main-body .col-xl-12, body.home #sp-main-body .col-xl-2, body.home #sp-main-body .col-xl-3, body.home #sp-main-body .col-xl-4, body.home #sp-main-body .col-xl-5, body.home #sp-main-body .col-xl-6, body.home #sp-main-body .col-xl-7, body.home #sp-main-body .col-xl-8, body.home #sp-main-body .col-xl-9, body.home #sp-main-body .col-xl-auto, body.about #sp-main-body .col, body.about #sp-main-body .col-1, body.about #sp-main-body .col-10, body.about #sp-main-body .col-11, body.about #sp-main-body .col-12, body.about #sp-main-body .col-2, body.about #sp-main-body .col-3, body.about #sp-main-body .col-4, body.about #sp-main-body .col-5, body.about #sp-main-body .col-6, body.about #sp-main-body .col-7, body.about #sp-main-body .col-8, body.about #sp-main-body .col-9, body.about #sp-main-body .col-auto, body.about #sp-main-body .col-lg, body.about #sp-main-body .col-lg-1, body.about #sp-main-body .col-lg-10, body.about #sp-main-body .col-lg-11, body.about #sp-main-body .col-lg-12, body.about #sp-main-body .col-lg-2, body.about #sp-main-body .col-lg-3, body.about #sp-main-body .col-lg-4, body.about #sp-main-body .col-lg-5, body.about #sp-main-body .col-lg-6, body.about #sp-main-body .col-lg-7, body.about #sp-main-body .col-lg-8, body.about #sp-main-body .col-lg-9, body.about #sp-main-body .col-lg-auto, body.about #sp-main-body .col-md, body.about #sp-main-body .col-md-1, body.about #sp-main-body .col-md-10, body.about #sp-main-body .col-md-11, body.about #sp-main-body .col-md-12, body.about #sp-main-body .col-md-2, body.about #sp-main-body .col-md-3, body.about #sp-main-body .col-md-4, body.about #sp-main-body .col-md-5, body.about #sp-main-body .col-md-6, body.about #sp-main-body .col-md-7, body.about #sp-main-body .col-md-8, body.about #sp-main-body .col-md-9, body.about #sp-main-body .col-md-auto, body.about #sp-main-body .col-sm, body.about #sp-main-body .col-sm-1, body.about #sp-main-body .col-sm-10, body.about #sp-main-body .col-sm-11, body.about #sp-main-body .col-sm-12, body.about #sp-main-body .col-sm-2, body.about #sp-main-body .col-sm-3, body.about #sp-main-body .col-sm-4, body.about #sp-main-body .col-sm-5, body.about #sp-main-body .col-sm-6, body.about #sp-main-body .col-sm-7, body.about #sp-main-body .col-sm-8, body.about #sp-main-body .col-sm-9, body.about #sp-main-body .col-sm-auto, body.about #sp-main-body .col-xl, body.about #sp-main-body .col-xl-1, body.about #sp-main-body .col-xl-10, body.about #sp-main-body .col-xl-11, body.about #sp-main-body .col-xl-12, body.about #sp-main-body .col-xl-2, body.about #sp-main-body .col-xl-3, body.about #sp-main-body .col-xl-4, body.about #sp-main-body .col-xl-5, body.about #sp-main-body .col-xl-6, body.about #sp-main-body .col-xl-7, body.about #sp-main-body .col-xl-8, body.about #sp-main-body .col-xl-9, body.about #sp-main-body .col-xl-auto, body.works #sp-main-body .col, body.works #sp-main-body .col-1, body.works #sp-main-body .col-10, body.works #sp-main-body .col-11, body.works #sp-main-body .col-12, body.works #sp-main-body .col-2, body.works #sp-main-body .col-3, body.works #sp-main-body .col-4, body.works #sp-main-body .col-5, body.works #sp-main-body .col-6, body.works #sp-main-body .col-7, body.works #sp-main-body .col-8, body.works #sp-main-body .col-9, body.works #sp-main-body .col-auto, body.works #sp-main-body .col-lg, body.works #sp-main-body .col-lg-1, body.works #sp-main-body .col-lg-10, body.works #sp-main-body .col-lg-11, body.works #sp-main-body .col-lg-12, body.works #sp-main-body .col-lg-2, body.works #sp-main-body .col-lg-3, body.works #sp-main-body .col-lg-4, body.works #sp-main-body .col-lg-5, body.works #sp-main-body .col-lg-6, body.works #sp-main-body .col-lg-7, body.works #sp-main-body .col-lg-8, body.works #sp-main-body .col-lg-9, body.works #sp-main-body .col-lg-auto, body.works #sp-main-body .col-md, body.works #sp-main-body .col-md-1, body.works #sp-main-body .col-md-10, body.works #sp-main-body .col-md-11, body.works #sp-main-body .col-md-12, body.works #sp-main-body .col-md-2, body.works #sp-main-body .col-md-3, body.works #sp-main-body .col-md-4, body.works #sp-main-body .col-md-5, body.works #sp-main-body .col-md-6, body.works #sp-main-body .col-md-7, body.works #sp-main-body .col-md-8, body.works #sp-main-body .col-md-9, body.works #sp-main-body .col-md-auto, body.works #sp-main-body .col-sm, body.works #sp-main-body .col-sm-1, body.works #sp-main-body .col-sm-10, body.works #sp-main-body .col-sm-11, body.works #sp-main-body .col-sm-12, body.works #sp-main-body .col-sm-2, body.works #sp-main-body .col-sm-3, body.works #sp-main-body .col-sm-4, body.works #sp-main-body .col-sm-5, body.works #sp-main-body .col-sm-6, body.works #sp-main-body .col-sm-7, body.works #sp-main-body .col-sm-8, body.works #sp-main-body .col-sm-9, body.works #sp-main-body .col-sm-auto, body.works #sp-main-body .col-xl, body.works #sp-main-body .col-xl-1, body.works #sp-main-body .col-xl-10, body.works #sp-main-body .col-xl-11, body.works #sp-main-body .col-xl-12, body.works #sp-main-body .col-xl-2, body.works #sp-main-body .col-xl-3, body.works #sp-main-body .col-xl-4, body.works #sp-main-body .col-xl-5, body.works #sp-main-body .col-xl-6, body.works #sp-main-body .col-xl-7, body.works #sp-main-body .col-xl-8, body.works #sp-main-body .col-xl-9, body.works #sp-main-body .col-xl-auto {
  min-height: 0;
}

#sp-pos-1 {
  padding-top: 30px;
  padding-bottom: 30px;
}

body.home #sp-pos-1 {
  padding-top: 0;
  padding-bottom: 104px;
}

#sp-pos-2 {
  padding-top: 30px;
  padding-bottom: 30px;
}

body.home #sp-pos-2 {
  padding-top: 90px;
  padding-bottom: 40px;
}

#sp-pos-3 {
  padding-top: 30px;
  padding-bottom: 30px;
}

body.home #sp-pos-3 {
  padding-bottom: 60px;
}

#sp-pos-4 {
  padding-top: 30px;
  padding-bottom: 30px;
}

body.home #sp-pos-4 {
  padding-top: 60px;
  padding-bottom: 60px;
}

#sp-pos-5 {
  padding-top: 30px;
  padding-bottom: 30px;
}

body.home #sp-pos-5 {
  padding-bottom: 98px;
}

#sp-pos-6 {
  padding-top: 30px;
  padding-bottom: 30px;
}

#sp-pos-7 {
  padding-top: 30px;
  padding-bottom: 30px;
}

body.home #sp-pos-7 {
  padding-top: 62px;
}

#sp-pos-8 {
  padding-top: 30px;
  padding-bottom: 30px;
}

body.home #sp-pos-8 {
  padding-top: 102px;
  padding-bottom: 50px;
}

#sp-pos-9 {
  padding-top: 30px;
  padding-bottom: 30px;
}

#sp-pos-10 {
  padding-top: 30px;
  padding-bottom: 30px;
}

#sp-footer {
  color: #ababad;
  padding-bottom: 50px;
}

#sp-footer .container-inner {
  padding-top: 22px;
  border-top: 1px solid rgba(171, 171, 173, 0.2);
}

#sp-footer a {
  color: inherit;
}

#sp-footer a:hover, #sp-footer a:focus, #sp-footer a:active {
  color: #FFB907;
}

#sp-bottom {
  font-size: 14px;
  color: #ababad;
  background: #252525;
  padding: 66px 0 17px;
  margin-top: 36px;
}

#sp-bottom .sp-module {
  margin-bottom: 30px;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}

#sp-bottom .sp-module + .sp-module {
  margin-top: 0;
}

#sp-bottom .acym_introtext {
  line-height: 1.7em;
  padding-right: 20%;
  margin-bottom: 25px;
}

#sp-bottom ul li + li {
  margin-top: 16px;
}

@media (min-width: 1200px) {
  #sp-bottom-1 {
    padding-right: 10%;
  }
}

#sp-bottom-1 .sp-column {
  display: flex;
  align-items: flex-start;
  justify-content: stretch;
}

#sp-bottom-1 a {
  color: inherit;
}

#sp-bottom-1 a:hover, #sp-bottom-1 a:focus, #sp-bottom-1 a:active {
  color: #FFB907;
}

body.view-search #sp-pos-1, body.view-search #sp-pos-2, body.view-search #sp-pos-3, body.view-search #sp-pos-4, body.view-search #sp-pos-5, body.view-search #sp-pos-6, body.view-search #sp-pos-7, body.view-search #sp-pos-8, body.view-search #sp-pos-9, body.view-search #sp-pos-10 {
  display: none;
}

#sp-fixed-left, #sp-fixed-right {
  position: fixed;
  z-index: 99;
  top: 0;
  background: white;
}

#sp-fixed-right {
  right: -440px;
  width: 440px;
  bottom: 0;
  text-align: center;
  overflow-y: auto;
  padding: 52px 21px 45px;
  -webkit-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.25);
}

#sp-fixed-right h6 {
  font-weight: 600;
}

#sp-fixed-right .sp-module + .sp-module {
  margin-top: 50px;
}

#sp-fixed-right .item_img {
  margin-bottom: 5px;
}

#sp-fixed-right .nav.menu.social-menu li + li {
  margin-left: 36px;
}

#sp-fixed-right .close-right {
  position: absolute;
  display: inline-block;
  cursor: pointer;
  width: 28px;
  height: 28px;
  top: -8px;
  left: 8px;
  content: '';
}

#sp-fixed-right .close-right:before, #sp-fixed-right .close-right:after {
  content: "";
  position: absolute;
  top: 19px;
  left: 0;
  width: 28px;
  height: 2px;
  background-color: black;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

#sp-fixed-right .close-right:before {
  transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}

#sp-fixed-right .close-right:after {
  transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}

#sp-fixed-right .close-right:hover:before, #sp-fixed-right .close-right:hover:after {
  background-color: #6360ED;
}

#sp-fixed-right .nav.menu {
  display: inline-block;
}

#sp-fixed-left {
  left: 0;
}

#sp-fixed-left .col, #sp-fixed-left .col-1, #sp-fixed-left .col-10, #sp-fixed-left .col-11, #sp-fixed-left .col-12, #sp-fixed-left .col-2, #sp-fixed-left .col-3, #sp-fixed-left .col-4, #sp-fixed-left .col-5, #sp-fixed-left .col-6, #sp-fixed-left .col-7, #sp-fixed-left .col-8, #sp-fixed-left .col-9, #sp-fixed-left .col-auto, #sp-fixed-left .col-lg, #sp-fixed-left .col-lg-1, #sp-fixed-left .col-lg-10, #sp-fixed-left .col-lg-11, #sp-fixed-left .col-lg-12, #sp-fixed-left .col-lg-2, #sp-fixed-left .col-lg-3, #sp-fixed-left .col-lg-4, #sp-fixed-left .col-lg-5, #sp-fixed-left .col-lg-6, #sp-fixed-left .col-lg-7, #sp-fixed-left .col-lg-8, #sp-fixed-left .col-lg-9, #sp-fixed-left .col-lg-auto, #sp-fixed-left .col-md, #sp-fixed-left .col-md-1, #sp-fixed-left .col-md-10, #sp-fixed-left .col-md-11, #sp-fixed-left .col-md-12, #sp-fixed-left .col-md-2, #sp-fixed-left .col-md-3, #sp-fixed-left .col-md-4, #sp-fixed-left .col-md-5, #sp-fixed-left .col-md-6, #sp-fixed-left .col-md-7, #sp-fixed-left .col-md-8, #sp-fixed-left .col-md-9, #sp-fixed-left .col-md-auto, #sp-fixed-left .col-sm, #sp-fixed-left .col-sm-1, #sp-fixed-left .col-sm-10, #sp-fixed-left .col-sm-11, #sp-fixed-left .col-sm-12, #sp-fixed-left .col-sm-2, #sp-fixed-left .col-sm-3, #sp-fixed-left .col-sm-4, #sp-fixed-left .col-sm-5, #sp-fixed-left .col-sm-6, #sp-fixed-left .col-sm-7, #sp-fixed-left .col-sm-8, #sp-fixed-left .col-sm-9, #sp-fixed-left .col-sm-auto, #sp-fixed-left .col-xl, #sp-fixed-left .col-xl-1, #sp-fixed-left .col-xl-10, #sp-fixed-left .col-xl-11, #sp-fixed-left .col-xl-12, #sp-fixed-left .col-xl-2, #sp-fixed-left .col-xl-3, #sp-fixed-left .col-xl-4, #sp-fixed-left .col-xl-5, #sp-fixed-left .col-xl-6, #sp-fixed-left .col-xl-7, #sp-fixed-left .col-xl-8, #sp-fixed-left .col-xl-9, #sp-fixed-left .col-xl-auto {
  min-height: 0;
}

.btn.jmodedit {
  padding: 5px 5px !important;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background: white;
  border: 1px solid #333;
  z-index: 1019;
}

.btn.jmodedit:after {
  display: none;
}

.btn.jmodedit .icon-edit {
  font-size: 14px;
  line-height: 14px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.btn.jmodedit .icon-edit:before {
  content: "\f5de";
  font-family: "Material Design Icons";
  color: #333;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.btn.jmodedit:hover {
  background: #333;
}

.btn.jmodedit:hover .icon-edit:before {
  color: white;
}

.edit-icon a {
  color: #777;
}

.edit-icon a:hover {
  color: #6360ED;
}

.jmoddiv .dropdown-toggle {
  padding: 5px;
  background: white;
  border: 1px solid #333;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  z-index: 10;
}

.jmoddiv .dropdown-toggle:after {
  color: #333;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.jmoddiv .dropdown-toggle .icon-cog {
  font-size: 14px;
  line-height: 14px;
  color: #333;
}

.jmoddiv .dropdown-toggle .icon-cog:before {
  content: "\f582";
  font-family: "Material Design Icons";
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.jmoddiv .dropdown-toggle:hover {
  background: #6360ED;
}

.jmoddiv .dropdown-toggle:hover .icon-cog:before {
  color: white;
}

.jmoddiv .dropdown-toggle:hover:after {
  color: white;
}

.jmoddiv .dropdown-menu a {
  text-decoration: none;
}

.jmoddiv .icons .show .btn .icon-cog {
  color: white;
}

.jmoddiv .icons .btn-group.pull-right {
  padding-right: 17px;
}

.jmoddiv .icons .btn.dropdown-toggle:after {
  display: none;
}

.jmoddiv .icons .btn.dropdown-toggle + .dropdown-menu {
  padding-left: 10px;
  padding-right: 10px;
}

#modules-form input {
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}

#modules-form div.chzn-container-single .chzn-single {
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}

#modules-form .btn {
  padding: 8px 15px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}

#modules-form .btn-toolbar .btn-group {
  margin-right: 10px;
  margin-bottom: 8px;
}

#modules-form .control-group {
  margin-bottom: 8px;
}

#modules-form .label {
  font-weight: 500;
}

#modules-form .field-calendar .input-group {
  position: relative input;
  position-padding-right: 50px;
}

#modules-form .field-calendar .input-group .input-group-append {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
}

#modules-form #options .accordion-heading {
  margin-bottom: 15px;
}

#modules-form #options .accordion-body .nav li {
  display: block;
  width: 100%;
}

.field-calendar input + .input-group-append .btn {
  padding-top: 15px;
  padding-bottom: 15px;
  height: inherit;
}

#adminForm .nav li a {
  text-decoration: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border-color: transparent transparent #dee2e6 transparent;
}

#adminForm .nav li a.active {
  border-color: #dee2e6 #dee2e6 transparent #dee2e6;
}

#adminForm .nav li + li {
  margin-top: 0;
}

#adminForm #editor-xtd-buttons {
  margin-bottom: 15px;
}

#adminForm #editor-xtd-buttons .btn {
  margin-right: 10px;
}

#adminForm .btn-toolbar .btn {
  margin-left: 0 !important;
  margin-right: 10px;
}

#adminForm #editor #jform_title {
  margin-top: 0;
}

#adminForm #images .input-group {
  margin-top: 5px;
}

#adminForm #images .input-group .media-preview .input-group-text {
  border: none;
  height: 46px;
}

#adminForm #images .input-group .media-preview .input-group-text .icon-eye {
  font-size: 14px;
}

#adminForm #images .input-group .media-preview .input-group-text .icon-eye:before {
  content: "\f2fd";
  font-family: "Material Design Icons";
}

#adminForm #images .input-group .btn {
  padding: 0 15px;
  height: 46px;
  line-height: 46px;
}

#adminForm #images .chzn-container {
  display: block;
}

#adminForm .form-group,
#adminForm .input-group,
#adminForm textarea,
#adminForm .helix-ultimate-image-field {
  margin-top: 5px;
}

#adminForm .btn-group {
  margin-top: 0;
}

#adminForm .btn {
  padding: 8px 15px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}

#adminForm #publishing .form-group,
#adminForm #language .form-group {
  margin-top: 5px;
}

#adminForm #publishing .form-group label,
#adminForm #language .form-group label {
  display: block;
  width: 100%;
}

#adminForm #publishing .form-group input,
#adminForm #language .form-group input {
  margin-top: 0;
}

#adminForm #publishing .field-calendar,
#adminForm #language .field-calendar {
  margin-top: 0;
}

#adminForm label + * {
  margin-top: 10px;
}

#adminForm .control-group + .control-group {
  margin-top: 10px;
}

#adminForm.form-vertical label {
  width: 100%;
}

#imageForm .btn {
  padding: 0 15px;
  height: 46px;
  line-height: 46px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}

#imageForm .pull-right {
  padding-top: 25px;
}

.js-calendar .calendar-container table {
  max-width: 330px;
  margin: 0 auto;
}

.js-calendar .calendar-container .calendar-head-row {
  border: none;
}

.js-calendar .calendar-container .calendar-head-row td {
  border: none;
}

.js-calendar .calendar-container .calendar-head-row .nav {
  margin: 0 auto;
}

.js-calendar .calendar-container .day-name {
  font-size: 1rem;
}

.js-calendar .calendar-container .time .time select {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  height: 36px;
  padding: 8px 0 8px 8px;
}

.js-calendar .calendar-container .buttons-wrapper {
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
}

.js-calendar .calendar-container .buttons-wrapper .js-btn {
  display: flex;
  margin-left: 2px;
  margin-right: 2px;
}

.profile-edit #member-profile .password-group {
  margin-top: 15px;
}

.profile-edit #member-profile .buttons-wrapper {
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
}

.profile-edit #member-profile .buttons-wrapper .js-btn {
  display: flex;
}

.profile-edit #member-profile .btn {
  padding: 8px 15px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}

.article-info {
  line-height: 32px;
}

.article-info i {
  display: inline-block;
  font-size: 27px;
  line-height: inherit;
  vertical-align: bottom;
  color: #6360ED;
  margin-right: 5px;
}

.article-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 10px;
}

.article-info > span {
  margin-right: 15px;
  margin-bottom: 15px;
}

.article-info > span a {
  color: #6360ED;
}

.article-info > span a:hover {
  color: #FFB907;
}

.article-info .extra {
  font-weight: 500;
}

.blog .article-list .article {
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-bottom: 50px;
}

body.careers .blog .article-list .article {
  margin-bottom: 0;
}

.blog .article-list .article .article-intro-image {
  display: inline-block;
  max-width: 100%;
}

.blog .article-list .article .article-introtext {
  margin-bottom: 15px;
}

.blog .article-list .article .fields-container {
  display: none;
}

.blog .article-list .article .article-intro-image,
.blog .article-list .article .article-featured-video,
.blog .article-list .article .article-featured-audio,
.blog .article-list .article .article-feature-gallery {
  margin-bottom: 30px;
}

.blog .article-list .article .article-header {
  margin-bottom: 5px;
}

.blog .article-list .article .article-header h1, .blog .article-list .article .article-header h2 {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -.6px;
  margin: 0;
}

.blog .article-list .article .article-header h1 a, .blog .article-list .article .article-header h2 a {
  color: inherit;
  text-decoration: none;
}

.blog .article-list .article .article-header h1 a:hover, .blog .article-list .article .article-header h1 a:active, .blog .article-list .article .article-header h1 a:focus, .blog .article-list .article .article-header h2 a:hover, .blog .article-list .article .article-header h2 a:active, .blog .article-list .article .article-header h2 a:focus {
  color: #6360ED;
}

.blog .pager {
  list-style: none;
  padding: 2rem 0 0 0;
  margin: 2rem 0 0 0;
  border-top: 1px solid #f5f5f5;
}

.blog .pager::after {
  display: block;
  clear: both;
  content: "";
}

.blog .pager > li {
  display: inline-block;
}

.blog .pager > li.previous {
  float: left;
}

.blog .pager > li.next {
  float: right;
}

.blog .pager > li a {
  display: inline-block;
  font-size: 0.785rem;
  padding: 1rem 2.5rem;
  border-radius: 100px;
}

.blog #article-comments {
  padding-top: 2rem;
  margin-top: 2rem;
  border-top: 1px solid #f5f5f5;
}

.pagination-wrapper {
  align-items: center;
  margin-bottom: 40px;
}

.pagination-wrapper .mr-auto {
  margin: 0 auto;
}

.pagination-wrapper .pagination {
  margin-bottom: 0;
}

.pagination-wrapper .pagination .page-item {
  text-align: center;
}

.pagination .page-item a.page-link {
  font-size: 14px;
  line-height: 36px;
  width: 36px;
  height: 36px;
  text-align: center;
  color: white;
  background: #6360ED;
  padding: 0;
  margin: 0 10px 5px 0;
  border: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-decoration: none;
  outline: none !important;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.pagination .page-item a.page-link:hover {
  color: white;
  background: #FFB907;
  border: none;
}

.pagination .page-item.active a.page-link {
  color: white;
  background: #FFB907;
  border: none;
}

.pagination .page-item + * {
  margin: 0;
  padding: 0;
}

.search .search-results + * {
  margin-top: 40px;
}

.article-ratings-social-share + div .article-social-share {
  margin-bottom: 15px;
}

.article-ratings-social-share .article-social-share {
  float: right;
}

.article-social-share .social-share-icon ul {
  padding: 0;
  list-style: none;
  margin: 0;
}

.article-social-share .social-share-icon ul li {
  display: inline-block;
}

.article-social-share .social-share-icon ul li + li {
  margin-top: 0;
}

.article-social-share .social-share-icon ul li a {
  font-size: 22px;
  color: #c2c2c3;
}

.article-social-share .social-share-icon ul li a:hover, .article-social-share .social-share-icon ul li a:focus, .article-social-share .social-share-icon ul li a:active {
  color: #6360ED;
}

.article-social-share .social-share-icon ul li:not(:last-child) {
  margin-right: 10px;
}

.related-article-list > .row > [class*="col-md-"] {
  margin-bottom: 20px;
}

.related-article-list .article {
  padding-top: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.related-article-list .article:hover {
  padding-top: 0;
}

.related-article-list .article-full-image {
  margin-bottom: 20px;
}

.related-article-list .article-full-image.float-left {
  float: none !important;
  margin-right: 0;
}

.related-article-list .article-full-image.float-left img {
  display: inline-block;
}

.related-article-list .article-header h1, .related-article-list .article-header h2 {
  font-size: 24px;
  line-height: 1.2em;
  margin-bottom: 10px;
}

.related-article-list .article-info {
  margin: 0;
}

.article-details .article-header {
  position: relative;
}

.article-details .article-header h1, .article-details .article-header h2 {
  font-size: 40px;
  font-weight: 700;
  text-transform: none;
}

.article-details table.article_table td {
  padding-top: 5px;
  padding-bottom: 5px;
}

.article-details table.article_table td a {
  color: inherit;
}

.article-details table.article_table td a:hover, .article-details table.article_table td a:focus, .article-details table.article_table td a:active {
  color: #6360ED;
}

.article-details table.article_table td:first-child {
  font-weight: 700;
  color: #3F3F3F;
  padding-right: 20px;
}

.article-details table.article_table tr + tr td {
  border-top: 1px solid #f3f3f3;
}

.article-details .btn {
  margin-bottom: 30px;
}

.article-details .price {
  font-size: 24px;
}

.article-details .link-edit-article {
  position: absolute;
  right: 0;
  top: 10px;
}

.article-details .article-info {
  margin-bottom: 1rem;
}

.article-details .article-full-image {
  margin-bottom: 2rem;
}

.article-details .article-full-image img {
  display: inline-block;
}

.article-details .article-featured-video,
.article-details .article-featured-audio,
.article-details .article-feature-gallery {
  margin-bottom: 2rem;
}

.article-details .article-ratings-social-share {
  padding: 1rem 0;
  border-top: 1px solid rgba(205, 208, 226, 0.4);
  border-bottom: 1px solid rgba(205, 208, 226, 0.4);
  margin-bottom: 1rem;
}

.article-details .article-author-information {
  padding-top: 2rem;
  margin-top: 2rem;
  border-top: 1px solid #e1e1e1;
}

@media (min-width: 1200px) {
  .article-details.works .article-full-image {
    margin-right: 15px;
  }
}

@media (max-width: 1199px) {
  .article-details.works .article-full-image {
    width: 100%;
  }
  .article-details.works .article-full-image img {
    width: 100%;
  }
}

.article-details.team p + ol, .article-details.team p + ul {
  margin-top: 15px;
}

.tag-category ul.category li > h3 + a {
  margin-top: 20px;
  display: inline-block;
}

.login img {
  display: inline-block;
  margin: 20px 0;
}

.login label + * {
  margin-top: 7px;
}

.login .input-group-text {
  display: none;
}

.login .checkbox input[type="checkbox"] {
  margin-top: 6px;
}

.form-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

body.blog #sp-main-body {
  padding-top: 15px;
}

body.blog.view-category #sp-main-body {
  padding-top: 15px;
}

.blog.blog_blog {
  margin-top: 0 !important;
}

.blog.blog_blog .article-list .article .article-header h1, .blog.blog_blog .article-list .article .article-header h2 {
  text-transform: none;
}

.blog.blog_blog .article-list .article .article-introtext {
  line-height: 1.74em;
}

.blog.blog_blog .article-list .article .article-intro-image {
  margin-bottom: 0;
}

.blog.blog_blog .article-list .article .article-info .extra {
  display: none;
}

.blog.blog_blog .article-list .article .article-info > span {
  margin-bottom: 5px;
}

.blog.blog_blog .article-list .article > div {
  line-height: 1.2em;
}

.blog_testimonials {
  text-align: center;
}

.blog_testimonials .article-list > .row > [class*="col-md-"] {
  margin-bottom: 40px;
}

.blog_testimonials .article-list .article {
  padding: 0;
  height: 100%;
  margin-bottom: 0;
}

.blog_testimonials .article-list .article .article-intro-image {
  font-size: 0;
  line-height: 0;
  margin: 0 0 20px;
  position: relative;
  display: inline-block;
  overflow: hidden;
}

.blog_testimonials .article-list .article .article-intro-image.float-left {
  float: left;
  margin-right: 30px;
  max-width: 50%;
}

.blog_testimonials .article-list .article .article-header {
  margin-bottom: 20px;
}

.blog_testimonials .article-list .article blockquote {
  padding-bottom: 0;
}

.blog_testimonials .article-list .article .article-body {
  overflow: hidden;
}

.blog_testimonials .article-list .article .article-body .article-header h1, .blog_testimonials .article-list .article .article-body .article-header h2, .blog_testimonials .article-list .article .article-body .article-header h3, .blog_testimonials .article-list .article .article-body .article-header h4, .blog_testimonials .article-list .article .article-body .article-header h5, .blog_testimonials .article-list .article .article-body .article-header h6 {
  margin-bottom: 5px;
}

.blog.blog_services > .page-header, .blog.blog_team > .page-header {
  padding-bottom: 0;
}

.blog.blog_services > .page-header h1, .blog.blog_services > .page-header h2, .blog.blog_team > .page-header h1, .blog.blog_team > .page-header h2 {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  color: #6360ED;
  margin-bottom: 5px;
}

.blog.blog_services > .page-header + h2, .blog.blog_team > .page-header + h2 {
  text-align: center;
  margin-bottom: 30px;
}

.blog.blog_services .article {
  padding: 38px 49px 38px 49px;
  background: white;
  box-shadow: 2px 2px 20px 0px rgba(63, 63, 63, 0.1);
  margin-bottom: 0;
  display: inline-block;
  height: 100%;
  position: relative;
  z-index: 1;
}

.blog.blog_services .article .article-header {
  padding-top: 15px;
  margin-bottom: 10px;
}

.blog.blog_services .article .article-header h2 {
  font-size: 18px;
  letter-spacing: 0;
}

.blog.blog_services .article .article-intro-image {
  display: inline-block;
  margin-right: 11px;
  margin-bottom: 10px;
  max-width: 25%;
}

.blog.blog_services .article .article-introtext {
  display: inline-block;
  width: 100%;
}

.blog.blog_services .article:hover {
  box-shadow: 2px 2px 20px 0px rgba(63, 63, 63, 0.1), 8px 8px 0px 0px #FFB907;
}

.blog.blog_services .article-list > .row > [class*="col-md-"] {
  margin-bottom: 30px;
}

.blog.blog_team .article-list .article .article-intro-image {
  margin-bottom: 15px;
}

.blog.blog_team .article-list .article .article-intro-image a {
  overflow: visible;
  position: relative;
  display: inline-block;
}

.blog.blog_team .article-list .article .article-intro-image a img {
  position: relative;
}

.blog.blog_team .article-list .article .article-intro-image a:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: #FFB907;
  pointer-events: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.blog.blog_team .article-list .article .article-intro-image a:hover:before {
  top: 10px;
  left: 10px;
}

body.contacts #sp-position-3 > .sp-column {
  display: flex;
  margin-left: -15px;
  margin-right: -15px;
}

body.contacts #sp-position-3 .sp-module {
  margin-bottom: 25px;
}

body.contacts #sp-position-3 .sp-module + .sp-module {
  margin-top: 0;
}

.article-details.services ul.list {
  margin-top: 20px;
  margin-bottom: 20px;
}

.article-details.services ul.list li {
  overflow: hidden;
  list-style-position: inside;
}

.service-content img {
  margin: 0 auto 24px auto;
}

@media (min-width: 768px) {
  .service-content img {
    width: 100%;
    margin-bottom: 24px;
  }
}

.service-content table {
  margin-bottom: 24px;
}

.service-content table.service-table {
  width: 100%;
  max-width: 100%;
}

.service-content table.service-table tbody {
  border-collapse: collapse;
  border-spacing: 0;
}

.service-content table.service-table tbody tr:nth-child(2n+1) {
  background: #f5f6f6;
}

.service-content table.service-table tbody tr th, .service-content table.service-table tbody tr td {
  border: none;
  color: #747B7F;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.44;
  font-family: "Montserrat", sans-serif;
  padding: 13px 18px;
}

.service-content table.service-table tbody tr th {
  width: 30%;
}

.service-content table.service-table tbody tr th + td {
  border-left: 1px solid #e6e8e8;
}

.service-content table.service-table tbody tr td {
  vertical-align: top;
}

.service-content .moduletable .page_header .moduleTitle {
  padding: 0;
}

.service-content .moduletable .page_header .moduleTitle:before {
  display: none;
}

.team-contacts {
  display: inline-block;
  width: 100%;
  padding-top: 30px;
}

.team-contacts [class*="col-sm-"] > .row > [class*="col-sm-"] {
  margin-bottom: 20px;
}

.team-contacts i {
  display: inline-block;
  float: left;
  font-size: 24px;
  line-height: 1em;
  color: #6360ED;
  margin: 0 10px 10px 0;
}

.team-contacts i + p {
  overflow: hidden;
  margin-bottom: 10px;
}

.team-contacts ul li {
  font-weight: 400;
}

.page-item__team .team-content-wrap .post {
  font-size: 34px;
  line-height: 1.344;
  color: inherit;
  margin-bottom: 30px;
}

.page-item__team .team-content-wrap .team-meta {
  margin-bottom: 40px;
}

.page-item__team .team-content-wrap .team-meta .team-meta-location,
.page-item__team .team-content-wrap .team-meta .team-meta-phone,
.page-item__team .team-content-wrap .team-meta .team-meta-email {
  min-height: 70px;
  margin-bottom: 20px;
}

.page-item__team .team-content-wrap .team-meta .team-meta-location .team-icon,
.page-item__team .team-content-wrap .team-meta .team-meta-phone .team-icon,
.page-item__team .team-content-wrap .team-meta .team-meta-email .team-icon {
  float: left;
  width: 70px;
  height: 70px;
  display: inline-block;
  margin-right: 15px;
}

.page-item__team .team-content-wrap .team-meta .team-meta-location .team-icon i,
.page-item__team .team-content-wrap .team-meta .team-meta-phone .team-icon i,
.page-item__team .team-content-wrap .team-meta .team-meta-email .team-icon i {
  width: 70px;
  line-height: 70px;
  font-size: 34px;
  background: #6360ED;
  text-align: center;
  display: inline-block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: white;
}

.page-item__team .team-content-wrap .team-meta .team-meta-location .team-meta-title,
.page-item__team .team-content-wrap .team-meta .team-meta-phone .team-meta-title,
.page-item__team .team-content-wrap .team-meta .team-meta-email .team-meta-title {
  margin-bottom: 0;
}

.page-item__team .team-content-wrap .team-socials {
  display: inline-block;
  margin-bottom: 30px;
}

.page-item__team .team-content-wrap .team-socials::after {
  display: block;
  clear: both;
  content: "";
}

.page-item__team .team-content-wrap .team-socials .team-socials_item {
  display: inline-block;
  float: left;
  margin-right: 10px;
  margin-bottom: 5px;
}

.page-item__team .team-content-wrap .team-socials .team-socials_item a {
  width: 40px;
  height: 40px;
  display: block;
  text-align: center;
  background: #eaeaea;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  line-height: 40px;
}

.page-item__team .post-content {
  padding-top: 30px;
  border-top: 1px solid #eaeaea;
  display: inline-block;
}

@media (max-width: 767px) {
  .page-item__team .item_img {
    float: none;
    width: 100%;
    max-width: 100%;
    display: inline-block;
    margin-bottom: 30px;
    text-align: center;
  }
  .page-item__team .team-content-wrap {
    text-align: center;
  }
  .page-item__team .team-content-wrap .team-meta .team-meta-location .team-icon,
  .page-item__team .team-content-wrap .team-meta .team-meta-phone .team-icon,
  .page-item__team .team-content-wrap .team-meta .team-meta-email .team-icon {
    float: none;
    margin-right: 0;
  }
  .page-item__team .team-content-wrap .team-meta .team-meta-location .team-meta-title,
  .page-item__team .team-content-wrap .team-meta .team-meta-phone .team-meta-title,
  .page-item__team .team-content-wrap .team-meta .team-meta-email .team-meta-title {
    text-align: center;
  }
  .page-item__team .team-content-wrap .team-socials .team-socials_item {
    float: none;
  }
}

.blog_history .article-list {
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .blog_history .article-list .article-intro-image.float-right {
    margin-left: 30px;
  }
}

.blog_history .article-list .article-intro-image img + .img_caption {
  display: none;
}

.blog_history .article-list .row {
  position: relative;
}

.blog_history .article-list .row .article {
  height: 100%;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .blog_history .article-list .row .article .article-body {
    height: 100%;
    padding-left: 30px;
  }
  .blog_history .article-list .row .article .article-introtext {
    padding-right: 32%;
  }
}

.blog_history .article-list .row > div {
  clear: both;
  position: relative;
}

@media (min-width: 768px) {
  .blog_history .article-list .row > div:before {
    content: '';
    display: block;
    position: absolute;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 14px;
    height: 14px;
    left: 14px;
    top: 15px;
    background: #6360ED;
  }
}

.blog_history .article-list .row > div .article {
  position: relative;
}

.blog_history .article-list .row > div .article .item_introtext p {
  padding-bottom: 0;
}

.blog_history .article-list .row > div .article .item_info {
  left: 100%;
  margin-left: 80px;
  position: absolute;
  top: 20px;
}

@media (min-width: 768px) {
  .blog_history .article-list .row:before {
    bottom: 0;
    content: '';
    display: block;
    left: 20px;
    position: absolute;
    top: 0;
    width: 2px;
    background: #6360ED;
  }
}

.blog_history .article-list .item_info_dl {
  font-size: inherit;
}

.page-404 .title {
  font-size: 200px;
  line-height: 188px;
  font-weight: 800;
}

.page-404 .subtitle {
  font-size: 64px;
  line-height: 78px;
  font-weight: 800;
  margin-bottom: 20px;
}

.page-404 .message {
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
}

.page-404 .btn {
  margin-top: 44px;
}

.registration .page-header,
.login .page-header {
  margin-top: 31px;
  text-align: center;
}

.registration input,
.login input {
  margin: 15px 0 25px 0;
}

.registration .input-prepend,
.login .input-prepend {
  width: 100%;
}

.registration .input-group .input-group-prepend,
.login .input-group .input-group-prepend {
  display: none;
}

.registration legend,
.login legend {
  margin-bottom: 10px;
}

.registration .text,
.login .text {
  margin-bottom: 20px;
}

.registration .password-group > .input-group input,
.login .password-group > .input-group input {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}

.registration .field-calendar input,
.login .field-calendar input {
  margin: 0;
}

.registration .field-calendar .input-group .btn,
.login .field-calendar .input-group .btn {
  padding-right: 15px;
  padding-left: 15px;
}

.registration .btn,
.login .btn {
  padding-right: 15px;
  padding-left: 15px;
}

.registration .btn-lg,
.login .btn-lg {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 15px 25px;
}

.login input {
  margin: 15px 0 5px 0;
}

.login .form-check {
  margin-top: 42px;
  text-align: center;
  padding-left: 0;
  margin-bottom: 38px;
}

.login .btn-block {
  width: auto;
  margin: 0 auto;
}

.login .login-list {
  margin: 35px 0 0 0;
}

.login .login-list .login-list-item {
  display: block;
  border: none;
  padding: 0;
  background-color: transparent;
  text-align: center;
}

.login .login-list .login-list-item a {
  display: inline-block;
  font-size: 10px;
  color: #747B7F;
  text-decoration: underline;
}

.login .login-list .login-list-item a:hover {
  color: #6360ED;
}

.login .login-list .login-list-item + * {
  margin-top: 2px;
}

body {
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.63;
  color: #747B7F;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  font-family: "Open Sans", sans-serif;
}

body.helix-ultimate-preloader {
  overflow: hidden;
}

body.helix-ultimate-preloader:before {
  content: " ";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99998;
  background: rgba(255, 255, 255, 0.9);
}

body.helix-ultimate-preloader:after {
  content: "\f110";
  font-family: "FontAwesome";
  font-size: 36px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -24px;
  margin-left: -24px;
  width: 48px;
  height: 48px;
  line-break: 48px;
  text-align: center;
  color: #007bff;
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
  z-index: 99999;
}

.body-wrapper {
  overflow: hidden;
}

.pos-separator {
  position: relative;
}

.pos-separator:after {
  content: '';
  width: 29.5%;
  height: 1px;
  background: #D9D9D9;
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

#sp-top-bar .sp-module {
  display: inline-block;
}

#sp-top-bar .container #sp-top-1, #sp-top-bar .container #sp-top-2 {
  min-height: auto;
}

ul.social-icons {
  list-style: none;
  padding: 0;
  line-height: 18px;
  display: inline-block;
}

ul.social-icons > li {
  display: inline-block;
  margin: 0;
}

ul.social-icons > li a {
  font-size: 22px;
  line-height: 1em;
}

ul.social-icons > li + li {
  margin-left: 18px;
}

#sp-footer .social-icons {
  float: right;
}

#sp-footer .social-icons::after {
  display: block;
  clear: both;
  content: "";
}

@media (max-width: 991px) {
  #sp-footer .social-icons {
    float: none;
    margin-top: 30px;
  }
}

.nav-tabs {
  border-bottom: none;
}

.sp-module-content .mod-languages ul.lang-inline {
  margin: 0;
  padding: 0;
}

.sp-module-content .mod-languages ul.lang-inline li {
  border: none;
  display: inline-block;
  margin: 0 5px 0 0;
}

.sp-module-content .mod-languages ul.lang-inline li a {
  padding: 0 !important;
}

.sp-module-content .mod-languages ul.lang-inline li > a:before {
  display: none;
}

.sp-module-content .latestnews > li > a > span {
  display: block;
  margin-top: 5px;
  font-size: 85%;
}

.sp-contact-info {
  list-style: none;
  padding: 0;
  margin: 0 -10px;
}

.sp-contact-info li {
  display: inline-block;
  margin: 0 10px;
  font-size: 90%;
  white-space: nowrap;
}

.sp-contact-info li i {
  margin: 0 3px;
}

header {
  background: white;
}

#sp-header {
  left: 0;
  position: relative;
  top: 0;
  width: 100%;
  padding-top: 4px;
  line-height: 1.2em;
}

@media (min-width: 768px) {
  body:not(.mobile) #sp-header {
    z-index: 99;
  }
}

#sp-header #sp-logo {
  margin-bottom: 10px;
}

#sp-header #sp-logo .logo {
  display: inline-flex;
  margin: 0;
  align-items: center;
}

#sp-header #sp-logo .logo a {
  font-size: 24px;
  line-height: 1;
  margin: 0;
  padding: 0;
}

#sp-header #sp-logo .logo p {
  margin: 5px 0 0;
}

@media (max-width: 1199px) {
  #sp-header #sp-logo {
    text-align: center;
  }
}

.header-box > .container > div {
  position: relative;
}

@media (max-width: 1199px) {
  .sticky-wrapper {
    height: auto !important;
  }
}

@media (min-width: 1200px) {
  .header-box.header-sticky {
    background: #fff;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 99;
    -webkit-box-shadow: 0px 2px 10px 0px rgba(63, 63, 63, 0.05);
    box-shadow: 0px 2px 10px 0px rgba(63, 63, 63, 0.05);
    -webkit-animation: run .5s infinite ease-in-out;
    animation: run .5s infinite ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
  }
}

body.layout-boxed .header-box.header-sticky {
  left: auto;
  right: auto;
  max-width: 1240px;
  top: 0;
  width: 100%;
  z-index: 99;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
}

#sp-title {
  min-height: 0;
}

.sp-page-title {
  padding: 30px 0;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sp-page-title > .container {
  margin-left: 0;
  margin-right: 0;
  position: relative;
}

.sp-page-title .sp-page-title-heading, .sp-page-title .sp-page-title-sub-heading {
  margin: 0;
  padding: 0;
}

.sp-page-title .sp-page-title-heading {
  text-align: center;
}

.sp-page-title .sp-page-title-sub-heading {
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  margin-top: 10px;
}

.sp-page-title .breadcrumb {
  background: none;
  padding: 0;
  margin: 10px 0 0 0;
}

.sp-page-title .breadcrumb > .active {
  color: rgba(255, 255, 255, 0.8);
}

.sp-page-title .breadcrumb > span, .sp-page-title .breadcrumb > li, .sp-page-title .breadcrumb > li + li:before, .sp-page-title .breadcrumb > li > a {
  color: #fff;
}

.layout-boxed .body-innerwrapper {
  max-width: 1240px;
  margin: 0 auto;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

body.view-category #sp-main-body .sp-component {
  min-height: auto;
}

body.home.view-article #sp-main-body {
  margin-top: 15px;
  margin-bottom: 30px;
}

.com-sppagebuilder #sp-main-body {
  padding: 0;
}

#sp-left .sp-module-title, #sp-left .page_header, #sp-right .sp-module-title, #sp-right .page_header {
  text-align: inherit;
}

#sp-left .sp-module .categories-module ul, #sp-right .sp-module .categories-module ul {
  margin: 0 10px;
}

#sp-left .sp-module .latestnews > div, #sp-right .sp-module .latestnews > div {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #e8e8e8;
}

#sp-left .sp-module .latestnews > div:last-child, #sp-right .sp-module .latestnews > div:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}

#sp-left .sp-module .latestnews > div > a, #sp-right .sp-module .latestnews > div > a {
  display: block;
  font-weight: 400;
}

#sp-left .sp-module .tagscloud, #sp-right .sp-module .tagscloud {
  margin: -2px 0;
}

#sp-left .sp-module .tagscloud .tag-name, #sp-right .sp-module .tagscloud .tag-name {
  display: inline-block;
  padding: 5px 10px;
  background: #808080;
  color: #fff;
  border-radius: 4px;
  margin: 2px 0;
}

#sp-left .sp-module .tagscloud .tag-name span, #sp-right .sp-module .tagscloud .tag-name span {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}

@media (min-width: 768px) {
  .module-search {
    position: relative;
  }
}

.module-search .sp-module-title {
  font-size: 0;
  cursor: pointer;
  color: #3F3F3F;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}

.module-search .sp-module-title:before {
  display: inline-block;
  font-size: 30px;
  line-height: 1em;
  padding-top: 13px;
  content: '\f002';
  font-family: "FontAwesome";
}

.module-search .sp-module-title.active:before {
  content: '\f00d';
}

.module-search .sp-module-title:hover {
  color: #6360ED;
}

.module-search .sp-module-content {
  display: none;
  position: absolute;
  z-index: 5;
  top: 100%;
  margin-top: 41px;
  right: 0;
}

.module-search .sp-module-content input {
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  padding-right: 40px;
  color: #29293a;
  background-color: #f2f3f9;
  -webkit-box-shadow: 0 2px 5px rgba(41, 41, 58, 0.05);
  box-shadow: 0 2px 5px rgba(41, 41, 58, 0.05);
}

.module-search .sp-module-content input.custom-select:not(:last-child), .module-search .sp-module-content input.form-control:not(:last-child) {
  border-top-right-radius: 35px;
  border-bottom-right-radius: 35px;
}

.module-search .sp-module-content input + .input-group-btn {
  position: absolute;
  z-index: 6;
  top: 0;
  right: 0;
}

.search .btn-toolbar {
  margin-bottom: 20px;
}

.search .btn-toolbar span.icon-search {
  margin: 0;
}

.search .btn-toolbar button {
  color: #fff;
}

.search .phrases .phrases-box .controls label {
  display: inline-block;
  margin: 0 20px 20px;
}

.search .phrases .ordering-box {
  margin-bottom: 15px;
}

.search .only label {
  display: inline-block;
  margin: 0 20px 20px;
}

.search .search-results dt.result-title {
  margin-top: 40px;
}

.search .search-results dt, .search .search-results dd {
  margin: 5px 0;
}

.filter-search .chzn-container-single .chzn-single {
  height: 34px;
  line-height: 34px;
}

.form-search .finder label {
  display: block;
}

.form-search .finder .input-medium {
  width: 60%;
  border-radius: 4px;
}

.finder .word input {
  display: inline-block;
}

.finder .search-results.list-striped li {
  padding: 20px 0;
}

.newsfeed-category .category {
  list-style: none;
  padding: 0;
  margin: 0;
}

.newsfeed-category .category li {
  padding: 5px 0;
}

.newsfeed-category #filter-search {
  margin: 10px 0;
}

.category-module, .categories-module, .archive-module, .latestnews, .newsflash-horiz, .mostread, .form-links, .list-striped {
  list-style: none;
  padding: 0;
  margin: 0;
}

.category-module li, .categories-module li, .archive-module li, .latestnews li, .newsflash-horiz li, .mostread li, .form-links li, .list-striped li {
  padding: 2px 0;
}

.category-module li h4, .categories-module li h4, .archive-module li h4, .latestnews li h4, .newsflash-horiz li h4, .mostread li h4, .form-links li h4, .list-striped li h4 {
  margin: 5px 0;
}

.article-footer-top {
  display: table;
  clear: both;
  width: 100%;
}

.article-footer-top .post_rating {
  float: left;
}

.contentpane:not(.com-sppagebuilder) {
  padding: 20px;
}

#sp-bottom .sp-module .sp-module-title {
  margin: 0 0 30px;
}

#sp-bottom .sp-module h5.sp-module-title {
  margin-top: 6px;
  margin-bottom: 49px;
}

#sp-bottom .sp-module ul.menucontacts {
  list-style: none;
  padding: 0;
  margin: 0;
}

#sp-bottom .sp-module ul.menucontacts > li {
  display: block;
}

#sp-bottom .sp-module ul.menucontacts > li:last-child {
  margin-bottom: 0;
}

#sp-bottom .sp-module ul.menucontacts > li + li {
  margin-top: 17px;
}

#sp-bottom .sp-module ul.menucontacts > li > a {
  display: inline-flex;
  font-size: 16px;
  line-height: 1.63;
  font-family: "Open Sans", sans-serif;
}

#sp-bottom .sp-module ul.menucontacts > li > a:before {
  display: inline-block;
  font-family: "Material Design Icons";
  font-size: 18px;
  color: #6360ED;
  vertical-align: top;
  margin-right: 12px;
}

#sp-footer {
  background: #252525;
}

@media (max-width: 991px) {
  #sp-footer {
    text-align: center;
  }
}

html.coming-soon {
  width: 100%;
  height: 100%;
  min-height: 100%;
}

html.coming-soon body {
  width: 100%;
  height: 100%;
  min-height: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
  background-repeat: no-repeat;
  background-position: 50% 40%;
}

html.coming-soon .coming-soon-logo {
  display: inline-block;
  margin-bottom: 2rem;
}

html.coming-soon .coming-soon-content {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 20px;
}

html.coming-soon #coming-soon-countdown {
  color: #3F3F3F;
  margin-top: 1rem;
}

html.coming-soon #coming-soon-countdown .coming-soon-days,
html.coming-soon #coming-soon-countdown .coming-soon-hours,
html.coming-soon #coming-soon-countdown .coming-soon-minutes,
html.coming-soon #coming-soon-countdown .coming-soon-seconds {
  position: relative;
  margin: 0;
  float: left;
  width: 25%;
}

html.coming-soon #coming-soon-countdown .coming-soon-days .coming-soon-number,
html.coming-soon #coming-soon-countdown .coming-soon-hours .coming-soon-number,
html.coming-soon #coming-soon-countdown .coming-soon-minutes .coming-soon-number,
html.coming-soon #coming-soon-countdown .coming-soon-seconds .coming-soon-number {
  display: inline-block;
  width: 100%;
  font-size: 55px;
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  color: #6360ED;
  line-height: 1;
  padding-bottom: 20px;
}

html.coming-soon #coming-soon-countdown .coming-soon-days .coming-soon-string,
html.coming-soon #coming-soon-countdown .coming-soon-hours .coming-soon-string,
html.coming-soon #coming-soon-countdown .coming-soon-minutes .coming-soon-string,
html.coming-soon #coming-soon-countdown .coming-soon-seconds .coming-soon-string {
  font-size: 20px;
  font-weight: 500;
  display: block;
}

html.coming-soon .coming-soon-position {
  margin-top: 2rem;
}

html.coming-soon .social-icons {
  margin-top: 4rem;
}

html.error-page {
  width: 100%;
  height: 100%;
}

html.error-page body {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
  background-repeat: no-repeat;
  background-position: 50% 40%;
}

html.error-page .error-logo {
  display: inline-block;
  margin-bottom: 2rem;
}

html.error-page .page-404 .title {
  color: #6360ED !important;
}

html.error-page .error-code {
  margin: 0 0 1rem;
  font-size: 6rem;
  line-break: 1;
}

html.error-page .error-message {
  font-size: 1.5rem;
  margin-bottom: 3rem;
}

.sp-social-share ul {
  display: block;
  padding: 0;
  margin: 20px -5px 0;
}

.sp-social-share ul li {
  display: inline-block;
  font-size: 24px;
  margin: 0 5px;
}

.profile > div:not(:last-child) {
  margin-bottom: 30px;
}

.dl-horizontal dt {
  margin: 8px 0;
  text-align: left;
}

.page-header {
  padding-bottom: 15px;
  text-align: center;
}

.sp-module-title,
.page_header {
  text-align: center;
}

table.category {
  width: 100%;
}

table.category thead > tr, table.category tbody > tr {
  border: 1px solid #f2f2f2;
}

table.category thead > tr th, table.category thead > tr td, table.category tbody > tr th, table.category tbody > tr td {
  padding: 10px;
}

.contact-form .form-actions {
  background: none;
  border: none;
}

@media print {
  .visible-print {
    display: inherit !important;
  }
  .hidden-print {
    display: none !important;
  }
}

.sp-preloader {
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999;
}

.sp-preloader > div {
  border-radius: 50%;
  height: 50px;
  width: 50px;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  position: absolute;
  animation: spSpin 0.75s linear infinite;
}

.sp-preloader > div:after {
  content: '';
  position: absolute;
  width: 49px;
  height: 49px;
  top: 1px;
  right: 0;
  left: 0;
  margin: auto;
  border-radius: 50%;
}

.sp-scroll-up {
  display: none;
  position: fixed;
  bottom: 40px;
  right: 30px;
  width: 50px;
  height: 50px;
  font-size: 20px;
  line-height: 50px;
  text-align: center;
  color: white;
  background: #6360ED;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  z-index: 1000;
  transition: color 0.25s ease, background 0.25s ease;
  -webkit-transition: color 0.25s ease, background 0.25s ease;
}

.sp-scroll-up:hover, .sp-scroll-up:active, .sp-scroll-up:focus {
  color: white;
  background-color: #FFB907;
}

* + ul.tags {
  margin-top: 30px;
}

ul.tags, .tagspopular ul {
  font-size: 14px;
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
  display: block;
}

ul.tags li, .tagspopular ul li {
  display: inline-block;
  margin-bottom: 5px;
  margin-right: 6px;
}

ul.tags li a, .tagspopular ul li a {
  line-height: 1.2em;
  text-decoration: none;
  text-transform: uppercase;
  display: block;
  padding: 5px 8px;
  background: #6360ED;
  color: white;
  font-weight: 300;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

ul.tags li a:hover, .tagspopular ul li a:hover {
  color: #3F3F3F;
  background: #FFB907;
}

ul.tags li + li, .tagspopular ul li + li {
  margin-top: 0;
}

.price, .price-old {
  font-size: 16px;
  letter-spacing: 0;
  line-height: 1.2em;
}

.price {
  color: #76aa6f;
  font-weight: bold;
}

.price-old {
  text-decoration: line-through;
  color: #a3a3a3;
}

.price-old + .price {
  margin-left: 5px;
}

.form-horizontal .control-label {
  float: left;
  width: auto;
  padding-top: 5px;
  padding-right: 5px;
  text-align: left;
}

.form-horizontal .controls {
  margin-left: 220px;
}

.card-block {
  padding: 20px;
}

.card-block ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
}

.card-block ul li {
  display: block;
}

.alert.alert-error {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.offset {
  padding-top: 5px;
}

.pos-offset {
  padding-top: 6px;
}

/* Large desktop */
@media screen and (max-height: 639px) {
  .modal-dialog {
    bottom: 0;
    top: 0;
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    -o-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
  }
}

@media (max-width: 1320px) {
  .swiper-container .slide-inner {
    padding-left: 35px;
    padding-right: 35px;
  }
  .swiper-container .swiper-button-prev {
    left: 5px;
  }
  .swiper-container .swiper-button-next {
    right: 5px;
  }
  .mod-newsflash-adv__services-home > .row article:before {
    left: 0px;
  }
  .swiper-slider .swiper-slide .swiper-slide-caption .camera_caption {
    margin-bottom: 20px;
  }
  .article-list .article-intro-image .img_caption {
    max-width: 100%;
  }
}

@media (min-width: 1200px) and (max-width: 1479px) {
  .swiper-container h2 {
    font-size: 54px;
  }
  .mod-newsflash-adv__portfolio .item_title {
    font-size: 26px;
  }
  body.home #sp-pos-1 {
    padding-bottom: 83px;
  }
  body.home #sp-pos-3 {
    padding-bottom: 48px;
  }
  body.home #sp-pos-4 {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  body.home #sp-pos-5 {
    padding-bottom: 78px;
  }
  body.home #sp-pos-8 {
    padding-top: 80px;
    padding-bottom: 40px;
  }
  .sp-module.counters-progress {
    margin-top: 48px;
    margin-bottom: 80px;
  }
  .mod-article-single__home-about .img-intro__left {
    margin-right: 10%;
  }
}

/* Large desktop */
@media (min-width: 992px) and (max-width: 1199px) {
  .sp-megamenu-parent > li + li {
    margin-left: 24px;
  }
  .swiper-container h2 {
    font-size: 45px;
  }
  .mod-newsflash-adv__portfolio .item_title {
    font-size: 22px;
    margin-bottom: 5px;
  }
  .mod-newsflash-adv__portfolio .img_content {
    left: 32px;
    bottom: 26px;
    right: 24px;
  }
  .mod-newsflash-adv__team h3 {
    font-size: 22px;
  }
  .mod-article-single__services-home figure + .container > .item_introtext {
    padding-right: calc(33.2vw - (100vw - 992px)/2);
  }
  .mod_tm_counters .counter_item .counter-wrapper .counter-wrapper-box .counter-wrapper-box_content .counter-value-box .counter-value, .mod_tm_counters .counter_item .counter-wrapper .counter-wrapper-box .counter-wrapper-box_content .counter-value-box .counter-symbol {
    font-size: 38px;
  }
  body.home #sp-pos-1 {
    padding-bottom: 66px;
  }
  body.home #sp-pos-3 {
    padding-bottom: 38px;
  }
  body.home #sp-pos-4 {
    padding-top: 38px;
    padding-bottom: 38px;
  }
  body.home #sp-pos-5 {
    padding-bottom: 62px;
  }
  body.home #sp-pos-8 {
    padding-top: 64px;
    padding-bottom: 32px;
  }
  .mod_tm_counters__counters-progress .counter-value-box {
    margin-top: 62px;
  }
  .mod_tm_counters__counters-progress .counter_item .counter-wrapper .counter-wrapper-box .counter-wrapper-box_content .counter-value-box .counter-value {
    font-size: 58px;
  }
  .mod-article-single__services-home figure {
    margin-top: 50px;
  }
  .mod-article-single__services-home figure + .container {
    padding-top: 50px;
  }
  .mod-article-single__services-home:before, .mod-article-single__services-home:after {
    top: 0;
  }
  .sp-module.counters-progress {
    margin-top: 48px;
    margin-bottom: 80px;
  }
  .mod-article-single__home-about .img-intro__left {
    margin-right: 10%;
  }
  .mod-article-single__testimonials-home:before, .mod-article-single__testimonials-home:after {
    top: 0;
  }
  .mod-article-single__testimonials-home figure {
    margin-top: 50px;
  }
  .mod-article-single__testimonials-home figure + .container {
    padding-top: 50px;
  }
  .page-404 .title {
    font-size: 160px;
    line-height: 1em;
  }
  .page-404 .subtitle {
    font-size: 50px;
    line-height: 1.2em;
  }
}

/* Narrow desktop */
@media (max-width: 991px) {
  #back-top {
    display: none !important;
    opacity: 0 !important;
  }
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 991px) {
  #sp-header #sp-logo.pull-left, #sp-header .rd-navbar.pull-right {
    float: none !important;
  }
  .sp-megamenu-parent > li + li {
    margin-left: 22px;
  }
  .swiper-container h2 {
    font-size: 36px;
  }
  .swiper-slider .swiper-slide .swiper-slide-caption .camera_caption .btn {
    margin-top: 0;
  }
  .swiper-button-prev, .swiper-button-next {
    font-size: 24px;
  }
  .menu-search .sp-dropdown, .menu-search .sp-dropdown .sp-dropdown-inner {
    max-width: 420px;
  }
  .mod-article-single__services-home figure + .container > .item_introtext {
    padding-right: calc(33.2vw - (100vw - 768px)/2);
  }
  .mod-newsflash-adv__portfolio .item_title {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .mod-newsflash-adv__portfolio .img_content {
    left: 20px;
    bottom: 15px;
    right: 20px;
  }
  .mod-newsflash-adv__team h3 {
    font-size: 20px;
  }
  .mod_tm_counters .counter_item .counter-wrapper .counter-wrapper-box .counter-wrapper-box_content .counter-value-box .counter-value, .mod_tm_counters .counter_item .counter-wrapper .counter-wrapper-box .counter-wrapper-box_content .counter-value-box .counter-symbol {
    font-size: 30px;
  }
  .mod_tm_counters__counters-progress .counter-wrapper {
    padding: 20px 16px 20px;
  }
  .mod_owl_carousel__testimonials .item_introtext {
    font-size: 14px;
  }
  .mod_owl_carousel__testimonials .item_introtext p {
    margin-bottom: 20px;
  }
  .mod-article-single__testimonials-home figure:after {
    transform: scale(0.8);
    -o-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
  }
  body.home #sp-pos-1 {
    padding-bottom: 53px;
  }
  body.home #sp-pos-2 {
    padding-bottom: 20px;
  }
  body.home #sp-pos-3 {
    padding-bottom: 30px;
  }
  body.home #sp-pos-4 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  body.home #sp-pos-5 {
    padding-bottom: 50px;
  }
  body.home #sp-pos-8 {
    padding-top: 50px;
    padding-bottom: 26px;
  }
  .mod_tm_counters__counters-progress .counter-value-box {
    margin-top: 50px;
  }
  .mod_tm_counters__counters-progress .counter_item .counter-wrapper .counter-wrapper-box .counter-wrapper-box_content .counter-value-box .counter-value {
    font-size: 46px;
  }
  .mod-article-single__services-home figure {
    margin-top: 40px;
  }
  .mod-article-single__services-home figure + .container {
    padding-top: 40px;
  }
  .mod-article-single__services-home:before, .mod-article-single__services-home:after {
    top: 0;
  }
  .sp-module.counters-progress {
    margin-top: 38px;
    margin-bottom: 64px;
  }
  .mod-article-single__home-about .img-intro__left {
    margin-right: 10%;
    margin-bottom: 70px;
  }
  .mod-article-single__testimonials-home:before, .mod-article-single__testimonials-home:after {
    top: 0;
  }
  .mod-article-single__testimonials-home figure {
    margin-top: 40px;
  }
  .mod-article-single__testimonials-home figure + .container {
    padding-top: 40px;
  }
  .mod-newsflash-adv__pricing_simple .item.featured .item_content .item_introtext .pricing-table .pricing-table__heading .pricing-table__price-val {
    font-size: 55px;
  }
  .blog.blog_services .article {
    padding: 30px;
  }
  .mod-article-single__services figure + .container {
    padding-top: 30px;
  }
  .mod-article-single__services:before, .mod-article-single__services:after {
    top: 0;
  }
  .mod-newsflash-adv__pricing_simple {
    padding-left: 0;
    padding-right: 0;
  }
  .blog .article-list .article .article-header h1, .blog .article-list .article .article-header h2 {
    font-size: 18px;
  }
  .page-404 .title {
    font-size: 130px;
    line-height: 1em;
  }
  .page-404 .subtitle {
    font-size: 40px;
    line-height: 1.2em;
  }
}

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
  .sp-megamenu-parent > li + li {
    margin-left: 15px;
  }
  .swiper-container h2 {
    font-size: 32px;
  }
  .swiper-slider .swiper-slide .swiper-slide-caption .camera_caption .btn {
    margin-top: 0;
  }
  .swiper-slider .swiper-slide:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    z-index: -1;
    background: rgba(255, 255, 255, 0.4);
  }
  .swiper-button-prev, .swiper-button-next {
    font-size: 24px;
  }
  .menu-search .sp-dropdown, .menu-search .sp-dropdown .sp-dropdown-inner {
    max-width: 420px;
  }
  .mod-article-single__services-home {
    text-align: center;
  }
  .mod-article-single__services-home .item {
    margin-bottom: 50px;
  }
  .mod-article-single__services-home figure {
    display: inline-block;
    width: 320px;
    max-width: 100%;
    margin-left: 0;
  }
  .mod-article-single__services-home figure.img-intro__left, .mod-article-single__services-home figure.img-intro__right {
    float: none;
  }
  .item_img.img-intro__left, .item_img.img-intro__right {
    float: none;
    margin-left: 0;
    margin-right: 0;
  }
  .article-details.elements form .btn {
    margin-top: 10px;
  }
  .mod_tm_counters .counter_item {
    text-align: center;
    margin-top: 10px;
  }
  .mod-newsflash-adv__services-home > .row article:before {
    left: 44%;
  }
  .mod-newsflash-adv__portfolio .item_title {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .mod-newsflash-adv__portfolio .img_content {
    left: 20px;
    bottom: 15px;
    right: 20px;
  }
  .mod-newsflash-adv__team h3 {
    font-size: 20px;
  }
  .mod_tm_counters .counter_item .counter-wrapper .counter-wrapper-box .counter-wrapper-box_content .counter-value-box .counter-value, .mod_tm_counters .counter_item .counter-wrapper .counter-wrapper-box .counter-wrapper-box_content .counter-value-box .counter-symbol {
    font-size: 30px;
  }
  .img-intro__left + .item_introtext [class*="moduletable"] .mod_tm_counters .row [class*="col-sm-6"] {
    width: 50%;
  }
  .mod_owl_carousel__testimonials .item_introtext {
    font-size: 14px;
  }
  .mod_owl_carousel__testimonials .item_introtext p {
    margin-bottom: 20px;
  }
  .mod-article-single__testimonials-home figure:after {
    transform: scale(0.8);
    -o-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
  }
  .mod-article-single__about-home .item_img.img-intro__left, .mod-article-single__about-home .item_img.img-intro__right {
    float: none;
  }
  body.home #sp-pos-1 {
    padding-bottom: 30px;
  }
  body.home #sp-pos-2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  body.home #sp-pos-3 {
    padding-bottom: 30px;
  }
  body.home #sp-pos-4 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  body.home #sp-pos-5 {
    padding-bottom: 20px;
  }
  body.home #sp-pos-7 {
    padding-top: 30px;
  }
  body.home #sp-pos-8 {
    padding-top: 30px;
    padding-bottom: 25px;
  }
  .mod_tm_counters__counters-progress .counter-wrapper {
    text-align: center;
  }
  .mod_tm_counters__counters-progress .counter-value-box {
    margin-top: 10px;
  }
  .mod_tm_counters__counters-progress .counter_item .counter-wrapper .counter-wrapper-box .counter-wrapper-box_content .counter-value-box .counter-value {
    font-size: 46px;
  }
  .mod_tm_counters__counters-progress .counter-icon {
    line-height: 1.2em;
  }
  .mod_tm_counters__counters-progress .mdi {
    display: inline-block;
  }
  .mod-article-single__services-home figure {
    margin-top: 40px;
  }
  .mod-article-single__services-home figure + .container {
    padding-top: 20px;
  }
  .mod-article-single__services-home:before, .mod-article-single__services-home:after {
    top: 0;
  }
  .sp-module.home-about {
    padding-left: 0;
    text-align: center;
  }
  .sp-module.team {
    text-align: center;
  }
  .sp-module.team .pretext {
    margin-bottom: 15px;
  }
  .sp-module.team .mod-newsflash-adv_custom-link {
    margin-top: 0;
    margin-bottom: 25px;
  }
  .sp-module.counters-progress {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .mod-article-single__home-about .img-intro__left {
    display: inline-block;
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
    float: none;
  }
  .mod-newsflash-adv__pricing_simple .item.featured .item_content .item_introtext .pricing-table .pricing-table__action,
  .mod-newsflash-adv__pricing_simple .item .item_content .item_introtext .pricing-table {
    padding-bottom: 30px;
  }
  .mod-article-single__testimonials-home {
    text-align: center;
  }
  .mod-article-single__testimonials-home:before, .mod-article-single__testimonials-home:after {
    top: 0;
  }
  .mod-article-single__testimonials-home figure {
    margin-top: 40px;
    display: inline-block;
    width: 320px;
    max-width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }
  .mod-article-single__testimonials-home figure.img-intro__left, .mod-article-single__testimonials-home figure.img-intro__right {
    float: none;
  }
  .mod-article-single__testimonials-home figure + .container {
    padding-top: 0;
  }
  .mod-article-single__testimonials-home figure + .container > .item_introtext {
    margin-left: 0;
    width: 100%;
  }
  #sp-menu li.sp-menu-item {
    display: none;
  }
  #sp-menu li.sp-menu-item.menu-icon, #sp-menu li.sp-menu-item.menu-login {
    display: inline-block;
    position: static;
  }
  #sp-menu li.sp-menu-item.menu-login > a {
    font-family: "Material Design Icons";
    padding: 0;
    background: none;
    color: black;
    font-size: 0 !important;
  }
  #sp-menu li.sp-menu-item.menu-login > a:before {
    font-size: 18px !important;
    line-height: 1em;
    content: '\f103';
  }
  #sp-menu li.sp-menu-item a.menu-search-form {
    font-size: 0 !important;
  }
  .menu-search .sp-dropdown, .menu-search .sp-dropdown .sp-dropdown-inner {
    max-width: 270px;
  }
  .sp-dropdown-mega.view-log {
    max-width: 270px;
  }
  #sp-header #sp-logo, #sp-header #sp-logo .logo {
    text-align: inherit;
  }
  .blog.blog_team {
    text-align: center;
  }
  .blog .article-list .article {
    margin-bottom: 30px;
  }
  .blog.blog_testimonials .article-list .article {
    margin-bottom: 0;
  }
  .blog_history {
    text-align: center;
  }
  .blog_history .article-list .row .article {
    margin-bottom: 40px;
  }
  .blog_history .article-intro-image.float-left, .blog_history .article-intro-image.float-right {
    float: none !important;
  }
  #sp-header .header-box > div {
    max-width: 100%;
  }
  #sp-header .header-box > div.rd-navbar-panel {
    justify-content: left;
  }
  .blog .article-list .article .article-header h1, .blog .article-list .article .article-header h2 {
    font-size: 18px;
  }
  .blog.blog_blog .article-list {
    text-align: center;
  }
  .blog.blog_blog .article-list .article {
    display: inline-block;
    width: 470px;
    max-width: 100%;
    text-align: left;
  }
  .sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
    font-size: 13px !important;
  }
  .sp-module.team .mod-newsflash-adv_custom-link {
    float: none;
  }
  .sp-module.contacts-home {
    text-align: center;
  }
  .sp-module.contacts-home .sp-module-title {
    text-align: inherit;
  }
  #sp-bottom {
    text-align: center;
  }
  #sp-bottom .acym_introtext {
    padding-right: 0;
  }
  .sp-megamenu-parent div.sp-dropdown.view-search {
    padding-top: 3px;
  }
  .sp-megamenu-parent .sp-has-child .sp-dropdown {
    padding-top: 4px;
  }
  .mod-article-single__services {
    text-align: center;
  }
  .mod-article-single__services:before, .mod-article-single__services:after {
    top: 0;
  }
  .mod-article-single__services figure + .container {
    padding-top: 0;
  }
  .mod-article-single__services .img-intro {
    margin-left: 0;
    margin-right: 0;
    display: inline-block;
    width: 320px;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 100%;
    margin-top: 40px;
    margin-bottom: 20px;
  }
  .mod-article-single__services .img-intro.img-intro__left, .mod-article-single__services .img-intro.img-intro__right {
    float: none;
  }
  .mod_tm_progress_bars > .row {
    margin-left: 0;
    margin-right: 0;
  }
  .related-article-list-container {
    text-align: center;
  }
  .article-details .article-header h1, .article-details .article-header h2 {
    font-size: 30px;
  }
  body.view-article .article-details .article-full-image.float-left, body.view-article .article-details .article-full-image.float-right {
    max-width: 100%;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    float: none;
  }
  body.contacts #sp-position-3 > .sp-column {
    display: block;
  }
  .mod_custom__contacts-info [class*="col-sm-"] {
    margin-bottom: 0;
  }
  .mod_custom__contacts-info [class*="col-sm-"] + [class*="col-sm-"] {
    margin-top: 25px;
  }
  #sp-main-body {
    padding-bottom: 30px;
  }
  .mod-bootstrap-collapse .accordion .card .card-header .card-header-title {
    font-size: 18px;
  }
  html.coming-soon {
    width: 100%;
    height: 100%;
    min-height: 100%;
  }
  html.coming-soon body {
    width: 100%;
    height: 100%;
    min-height: 100%;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
    background-repeat: no-repeat;
    background-position: 50% 40%;
  }
  html.coming-soon .coming-soon-logo {
    display: inline-block;
    margin-bottom: 2rem;
  }
  html.coming-soon .coming-soon-content {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 20px;
  }
  html.coming-soon #coming-soon-countdown .coming-soon-days .coming-soon-number, html.coming-soon #coming-soon-countdown .coming-soon-hours .coming-soon-number, html.coming-soon #coming-soon-countdown .coming-soon-minutes .coming-soon-number, html.coming-soon #coming-soon-countdown .coming-soon-seconds .coming-soon-number {
    font-size: 44px;
    padding-bottom: 15px;
  }
  html.coming-soon #coming-soon-countdown .coming-soon-days .coming-soon-string, html.coming-soon #coming-soon-countdown .coming-soon-hours .coming-soon-string, html.coming-soon #coming-soon-countdown .coming-soon-minutes .coming-soon-string, html.coming-soon #coming-soon-countdown .coming-soon-seconds .coming-soon-string {
    font-size: 16px;
  }
  .page-404 .title {
    font-size: 100px;
    line-height: 1em;
  }
  .page-404 .subtitle {
    font-size: 32px;
    line-height: 1.2em;
  }
}

@media (max-width: 479px) {
  #sp-top {
    text-align: center;
  }
  .article-details blockquote {
    font-size: 18px;
  }
  .swiper-slider .swiper-slide .swiper-slide-caption .camera_caption {
    width: 100%;
    margin-bottom: 0;
  }
  .swiper-container h2 {
    font-size: 26px;
    margin-bottom: 15px;
  }
  .mod-newsflash-adv__portfolio > .row {
    margin-left: 0;
    margin-right: 0;
  }
  .mod-bootstrap-collapse .accordion .card .card-header .card-header-title {
    font-size: 16px;
  }
  header .sp-module.social-menu {
    float: none;
  }
  .mod-article-single__services-home figure, .mod-article-single__testimonials-home figure {
    padding-left: 15px;
    padding-right: 15px;
  }
  .blog.blog_services .article {
    padding: 30px 40px;
  }
  .article-details .article-header h1, .article-details .article-header h2 {
    font-size: 24px;
  }
  #sp-bottom-1 .sp-column {
    display: block;
  }
  .acym_module_form div.onefield {
    padding-right: 0;
  }
  .acym_module_form .acysubbuttons {
    position: relative;
  }
  .mod-article-single__about-home .item_img.img-intro__left, .mod-article-single__about-home .item_img.img-intro__right {
    margin-left: 0;
    margin-right: 0;
  }
  .mod-article-single__about-home .about-phone {
    font-size: 30px;
  }
  .mod-newsflash-adv__history {
    margin-left: 0;
    margin-right: 0;
  }
  .mod-newsflash-adv__history article.item {
    padding-left: 50px;
  }
  .mod-newsflash-adv__pricing_simple {
    padding-left: 0;
    padding-right: 0;
  }
  .blog .article-list .article .article-header h1, .blog .article-list .article .article-header h2 {
    font-size: 18px;
  }
  html.coming-soon #coming-soon-countdown .coming-soon-days .coming-soon-number, html.coming-soon #coming-soon-countdown .coming-soon-hours .coming-soon-number, html.coming-soon #coming-soon-countdown .coming-soon-minutes .coming-soon-number, html.coming-soon #coming-soon-countdown .coming-soon-seconds .coming-soon-number {
    font-size: 30px;
    padding-bottom: 10px;
  }
  html.coming-soon #coming-soon-countdown .coming-soon-days .coming-soon-string, html.coming-soon #coming-soon-countdown .coming-soon-hours .coming-soon-string, html.coming-soon #coming-soon-countdown .coming-soon-minutes .coming-soon-string, html.coming-soon #coming-soon-countdown .coming-soon-seconds .coming-soon-string {
    font-size: 14px;
  }
  .page-404 .title {
    font-size: 80px;
    line-height: 1em;
  }
  .page-404 .subtitle {
    font-size: 26px;
    line-height: 1.2em;
  }
  .page-404 .message {
    font-size: 14px;
    line-height: 1.6em;
  }
}
