@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
*/
/*-----------*/
/*-----------*/
/*-----------*/
/*---------delete after setting color scheme---*/
/*
$global_color: #79d7ff;
$global_color2: #5bbfea;

$text_color: rgba(55, 56, 62, 0.7);
$bg_color: #fff;
$link_color: $global_color;
$link_hover_color: $global_color2;
$header_bg_color: #aab8c0;
$logo_text_color: #fff;
$menu_text_color: #fff;
$menu_text_hover_color: #fff;
$menu_text_active_color: #fff;
$menu_dropdown_bg_color: #fff;
$menu_dropdown_text_color: #37383E;
$menu_dropdown_text_hover_color: $global_color;
$menu_dropdown_text_active_color: $global_color;
$footer_bg_color: #37383e;
$footer_text_color: #fff;
$footer_link_color: #fff;
$footer_link_hover_color: $global_color;
$scheme-color-1-base: $global_color;
$scheme-color-2-base: darken( desaturate( $global_color, 23 ), 10 );
*/
/*-----------delete after setting color scheme----*/
#sp-footer h1, #sp-footer h2, #sp-footer h3, #sp-footer h4, #sp-footer h5, #sp-footer h6, #sp-footer .h1, #sp-footer .h2, #sp-footer .h3, #sp-footer .h4, #sp-footer .h5, #sp-footer .h6 {
  color: #fff;
}

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

@media (min-width: 576px) {
  .container {
    max-width: 767px;
  }
}

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

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

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

.item {
  margin-bottom: 3.34;
}

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

body.view-article .body-innerwrapper section#sp-breadcrumbs, body.layout-edit .body-innerwrapper section#sp-breadcrumbs {
  display: block;
}

body.view-article .body-innerwrapper .sp-module-content-top, body.layout-edit .body-innerwrapper .sp-module-content-top {
  display: none;
}

body.view-article .body-innerwrapper .sp-module-content-bottom, body.layout-edit .body-innerwrapper .sp-module-content-bottom {
  display: none;
}

.addthis_sharing_toolbox {
  margin-top: 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 {
  margin: 0 0 29px;
  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;
  max-width: 48%;
}

.img-intro__right,
.img-full__right {
  float: right;
  margin-left: 30px;
  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: 10px;
}

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

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

#back-top a:hover {
  color: rgba(55, 56, 62, 0.7);
}

*::selection {
  background: #79d7ff;
  color: #fff;
}

*::-moz-selection {
  background: #79d7ff;
  color: #fff;
}

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

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

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

.loader {
  height: 58px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  width: 58px;
}

.loader span {
  display: block;
  height: 12px;
  opacity: 0;
  position: absolute;
  width: 12px;
  background: #79d7ff;
  animation: load 4.6s ease-in-out infinite;
  -o-animation: load 4.6s ease-in-out infinite;
  -ms-animation: load 4.6s ease-in-out infinite;
  -webkit-animation: load 4.6s ease-in-out infinite;
  -moz-animation: load 4.6s ease-in-out infinite;
}

.loader span.block-1 {
  animation-delay: 1.06s;
  -o-animation-delay: 1.06s;
  -ms-animation-delay: 1.06s;
  -webkit-animation-delay: 1.06s;
  -moz-animation-delay: 1.06s;
  left: 0px;
  top: 0px;
}

.loader span.block-2 {
  animation-delay: 0.97s;
  -o-animation-delay: 0.97s;
  -ms-animation-delay: 0.97s;
  -webkit-animation-delay: 0.97s;
  -moz-animation-delay: 0.97s;
  left: 16px;
  top: 0px;
}

.loader span.block-3 {
  animation-delay: 0.87s;
  -o-animation-delay: 0.87s;
  -ms-animation-delay: 0.87s;
  -webkit-animation-delay: 0.87s;
  -moz-animation-delay: 0.87s;
  left: 31px;
  top: 0px;
}

.loader span.block-4 {
  animation-delay: 0.78s;
  -o-animation-delay: 0.78s;
  -ms-animation-delay: 0.78s;
  -webkit-animation-delay: 0.78s;
  -moz-animation-delay: 0.78s;
  left: 47px;
  top: 0px;
}

.loader span.block-5 {
  animation-delay: 0.69s;
  -o-animation-delay: 0.69s;
  -ms-animation-delay: 0.69s;
  -webkit-animation-delay: 0.69s;
  -moz-animation-delay: 0.69s;
  left: 0px;
  top: 16px;
}

.loader span.block-6 {
  animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
  -ms-animation-delay: 0.6s;
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  left: 16px;
  top: 16px;
}

.loader span.block-7 {
  animation-delay: 0.51s;
  -o-animation-delay: 0.51s;
  -ms-animation-delay: 0.51s;
  -webkit-animation-delay: 0.51s;
  -moz-animation-delay: 0.51s;
  left: 31px;
  top: 16px;
}

.loader span.block-8 {
  animation-delay: 0.41s;
  -o-animation-delay: 0.41s;
  -ms-animation-delay: 0.41s;
  -webkit-animation-delay: 0.41s;
  -moz-animation-delay: 0.41s;
  left: 47px;
  top: 16px;
}

.loader span.block-9 {
  animation-delay: 0.32s;
  -o-animation-delay: 0.32s;
  -ms-animation-delay: 0.32s;
  -webkit-animation-delay: 0.32s;
  -moz-animation-delay: 0.32s;
  left: 0px;
  top: 31px;
}

.loader span.block-10 {
  animation-delay: 0.23s;
  -o-animation-delay: 0.23s;
  -ms-animation-delay: 0.23s;
  -webkit-animation-delay: 0.23s;
  -moz-animation-delay: 0.23s;
  left: 16px;
  top: 31px;
}

.loader span.block-11 {
  animation-delay: 0.14s;
  -o-animation-delay: 0.14s;
  -ms-animation-delay: 0.14s;
  -webkit-animation-delay: 0.14s;
  -moz-animation-delay: 0.14s;
  left: 31px;
  top: 31px;
}

.loader span.block-12 {
  animation-delay: 0.05s;
  -o-animation-delay: 0.05s;
  -ms-animation-delay: 0.05s;
  -webkit-animation-delay: 0.05s;
  -moz-animation-delay: 0.05s;
  left: 47px;
  top: 31px;
}

.loader span.block-13 {
  animation-delay: -0.05s;
  -o-animation-delay: -0.05s;
  -ms-animation-delay: -0.05s;
  -webkit-animation-delay: -0.05s;
  -moz-animation-delay: -0.05s;
  left: 0px;
  top: 47px;
}

.loader span.block-14 {
  animation-delay: -0.14s;
  -o-animation-delay: -0.14s;
  -ms-animation-delay: -0.14s;
  -webkit-animation-delay: -0.14s;
  -moz-animation-delay: -0.14s;
  left: 16px;
  top: 47px;
}

.loader span.block-15 {
  animation-delay: -0.23s;
  -o-animation-delay: -0.23s;
  -ms-animation-delay: -0.23s;
  -webkit-animation-delay: -0.23s;
  -moz-animation-delay: -0.23s;
  left: 31px;
  top: 47px;
}

.loader span.block-16 {
  animation-delay: -0.32s;
  -o-animation-delay: -0.32s;
  -ms-animation-delay: -0.32s;
  -webkit-animation-delay: -0.32s;
  -moz-animation-delay: -0.32s;
  left: 47px;
  top: 47px;
}

.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 .ratings-count {
  font-size: 0.785rem;
  color: #999;
}

.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: 576px) {
  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: 576px) {
  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 h1.sp-module-title, section h1.item-title, section h2.sp-module-title, section h2.item-title, section h3.sp-module-title, section h3.item-title, section h4.sp-module-title, section h4.item-title, section h5.sp-module-title, section h5.item-title, section h6.sp-module-title, section h6.item-title {
  margin-top: 80px;
  -webkit-transition: margin 0.7s;
  -o-transition: margin 0.7s;
  transition: margin 0.7s;
}

section h1.sp-module-title.visible-first, section h1.item-title.visible-first, section h2.sp-module-title.visible-first, section h2.item-title.visible-first, section h3.sp-module-title.visible-first, section h3.item-title.visible-first, section h4.sp-module-title.visible-first, section h4.item-title.visible-first, section h5.sp-module-title.visible-first, section h5.item-title.visible-first, section h6.sp-module-title.visible-first, section h6.item-title.visible-first {
  margin-top: 0;
}

.mod-article-single__welcome h3 {
  transform: translateX(-50px);
  -o-transform: translateX(-50px);
  -moz-transform: translateX(-50px);
  -webkit-transform: translateX(-50px);
  -ms-transform: translateX(-50px);
  -webkit-transition: transform 0.7s;
  -o-transition: transform 0.7s;
  transition: transform 0.7s;
}

.mod-article-single__welcome h3.visible-first {
  transform: none;
  -o-transform: none;
  -moz-transform: none;
  -webkit-transform: none;
  -ms-transform: none;
}

.mod-article-single__welcome h2 {
  transform: scale(0.1);
  -o-transform: scale(0.1);
  -moz-transform: scale(0.1);
  -webkit-transform: scale(0.1);
  -ms-transform: scale(0.1);
  -webkit-transition: transform 0.7s;
  -o-transition: transform 0.7s;
  transition: transform 0.7s;
}

.mod-article-single__welcome h2.visible-first {
  transform: none;
  -o-transform: none;
  -moz-transform: none;
  -webkit-transform: none;
  -ms-transform: none;
}

.mod-newsflash-adv__home-post article, .mod-newsflash-adv__post-offer article, .mod-newsflash-adv__latest-posts article, .mod-newsflash-adv__pricing_simple article {
  transform: translateX(-80px);
  -o-transform: translateX(-80px);
  -moz-transform: translateX(-80px);
  -webkit-transform: translateX(-80px);
  -ms-transform: translateX(-80px);
  -webkit-transition: transform 0.7s;
  -o-transition: transform 0.7s;
  transition: transform 0.7s;
}

.mod-newsflash-adv__home-post article.visible-first, .mod-newsflash-adv__post-offer article.visible-first, .mod-newsflash-adv__latest-posts article.visible-first, .mod-newsflash-adv__pricing_simple article.visible-first {
  transform: none;
  -o-transform: none;
  -moz-transform: none;
  -webkit-transform: none;
  -ms-transform: none;
}

.mod-newsflash-adv__home-post article + article, .mod-newsflash-adv__post-offer article + article, .mod-newsflash-adv__latest-posts article + article, .mod-newsflash-adv__pricing_simple article + article {
  transform: translateY(-80px);
  -o-transform: translateY(-80px);
  -moz-transform: translateY(-80px);
  -webkit-transform: translateY(-80px);
  -ms-transform: translateY(-80px);
}

.mod-newsflash-adv__home-post article + article.visible-first, .mod-newsflash-adv__post-offer article + article.visible-first, .mod-newsflash-adv__latest-posts article + article.visible-first, .mod-newsflash-adv__pricing_simple article + article.visible-first {
  transform: none;
  -o-transform: none;
  -moz-transform: none;
  -webkit-transform: none;
  -ms-transform: none;
}

.mod-newsflash-adv__home-post article + article + article, .mod-newsflash-adv__post-offer article + article + article, .mod-newsflash-adv__latest-posts article + article + article, .mod-newsflash-adv__pricing_simple article + article + article {
  transform: translateX(80px);
  -o-transform: translateX(80px);
  -moz-transform: translateX(80px);
  -webkit-transform: translateX(80px);
  -ms-transform: translateX(80px);
}

.mod-newsflash-adv__home-post article + article + article.visible-first, .mod-newsflash-adv__post-offer article + article + article.visible-first, .mod-newsflash-adv__latest-posts article + article + article.visible-first, .mod-newsflash-adv__pricing_simple article + article + article.visible-first {
  transform: none;
  -o-transform: none;
  -moz-transform: none;
  -webkit-transform: none;
  -ms-transform: none;
}

.mod-newsflash-adv__pricing_detailed.cols-4 article {
  transform: translateX(-80px);
  -o-transform: translateX(-80px);
  -moz-transform: translateX(-80px);
  -webkit-transform: translateX(-80px);
  -ms-transform: translateX(-80px);
  -webkit-transition: transform 0.7s;
  -o-transition: transform 0.7s;
  transition: transform 0.7s;
}

.mod-newsflash-adv__pricing_detailed.cols-4 article.visible-first {
  transform: none;
  -o-transform: none;
  -moz-transform: none;
  -webkit-transform: none;
  -ms-transform: none;
}

.mod-newsflash-adv__pricing_detailed.cols-4 article + article {
  transform: translateY(50px);
  -o-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
}

.mod-newsflash-adv__pricing_detailed.cols-4 article + article.visible-first {
  transform: none;
  -o-transform: none;
  -moz-transform: none;
  -webkit-transform: none;
  -ms-transform: none;
}

.mod-newsflash-adv__pricing_detailed.cols-4 article + article + article {
  transform: translateY(80px);
  -o-transform: translateY(80px);
  -moz-transform: translateY(80px);
  -webkit-transform: translateY(80px);
  -ms-transform: translateY(80px);
}

.mod-newsflash-adv__pricing_detailed.cols-4 article + article + article.visible-first {
  transform: none;
  -o-transform: none;
  -moz-transform: none;
  -webkit-transform: none;
  -ms-transform: none;
}

.mod-newsflash-adv__pricing_detailed.cols-4 article + article + article + article {
  transform: translateX(80px);
  -o-transform: translateX(80px);
  -moz-transform: translateX(80px);
  -webkit-transform: translateX(80px);
  -ms-transform: translateX(80px);
}

.mod-newsflash-adv__pricing_detailed.cols-4 article + article + article + article.visible-first {
  transform: none;
  -o-transform: none;
  -moz-transform: none;
  -webkit-transform: none;
  -ms-transform: none;
}

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

.sp-megamenu-parent {
  list-style: none;
  padding: 0;
  z-index: 99;
  margin-bottom: 5px;
  display: inline-block !important;
}

.sp-megamenu-parent > li.sp-menu-item {
  padding-top: 9px;
  vertical-align: top;
}

.sp-megamenu-parent > li.sp-menu-item.menu-icon {
  padding-top: 1px;
}

.sp-megamenu-parent > li {
  display: inline-block;
  padding: 0;
  position: static;
}

.sp-megamenu-parent > li.current-item {
  position: relative;
}

.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
  display: inline-block;
  position: relative;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-style: normal;
  margin: 0;
  text-decoration: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.sp-megamenu-parent > li > a:before, .sp-megamenu-parent > li > span:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  right: 0;
  height: 4px;
  width: 100%;
  background: #79d7ff;
  transition: all .3s;
  transform: translateY(35px);
  will-change: transform;
  opacity: 0;
  pointer-events: none;
}

.home .sp-megamenu-parent > li > a:before, .home .sp-megamenu-parent > li > span:before {
  bottom: -1px;
}

.sp-megamenu-parent > li.active > a, .sp-megamenu-parent > li > a:hover, .sp-megamenu-parent > li > span:hover {
  color: #fff;
}

.sp-megamenu-parent > li.active > a:before, .sp-megamenu-parent > li > a:hover:before, .sp-megamenu-parent > li > span:hover:before {
  transform: translateY(38px);
  opacity: 1;
}

.sp-megamenu-parent > li .sp-menu-badge {
  height: 20px;
  line-height: 20px;
  padding: 0 5px;
  font-size: 10px;
  letter-spacing: 1px;
  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 36px;
}

.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 {
  display: block;
  text-transform: uppercase;
  font-size: 14px;
  text-decoration: none;
  font-weight: 500;
  margin-bottom: 10px;
}

.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-inner {
  padding: 0;
}

.sp-megamenu-parent a.menu-search-form {
  padding: 9px 17px;
  font-size: 15px;
  line-height: 1.3em;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  background-color: transparent;
  border: 1px solid #fff;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: 0px 0px 15px rgba(21, 21, 21, 0.15);
  box-shadow: 0px 0px 15px rgba(21, 21, 21, 0.15);
}

.sp-megamenu-parent a.menu-search-form:hover, .sp-megamenu-parent a.menu-search-form:active {
  color: #fff;
  background-color: #60c5ff;
  border-color: #60c5ff;
}

.sp-megamenu-parent a.menu-search-form:before {
  display: none;
}

.sp-megamenu-parent .menu-icon.menu-search {
  margin-left: 215px;
}

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

.sp-megamenu-parent .sp-dropdown.sp-dropdown-main {
  display: none;
}

.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
  border: 1px solid #444141;
  -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
  background: white;
  padding: 20px 0;
}

.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: 30px 40px;
}

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

.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 li.sp-menu-item {
  display: block;
  padding: 0;
  position: relative;
}

.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: 14px;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  line-height: 1;
  display: block;
  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:hover, .sp-megamenu-parent .sp-dropdown li.sp-menu-item span:not(.sp-menu-badge):hover {
  padding-left: 15px;
}

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

.sp-megamenu-parent .sp-dropdown li.sp-menu-item.active > a {
  padding-left: 15px;
}

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

.sp-megamenu-parent .sp-dropdown .sp-module .sp-module-title {
  font-size: 14px;
  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 .sp-has-child .sp-dropdown {
  display: none;
}

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

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

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

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

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

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

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

.menu-search .sp-dropdown.sp-dropdown-mega {
  text-align: right;
}

.menu-search .sp-dropdown.sp-dropdown-mega .sp-dropdown-inner {
  padding: 0;
  display: inline-block;
  max-width: 100%;
}

.menu-search .sp-dropdown.sp-dropdown-mega.view .sp-dropdown-inner {
  width: 100%;
}

.menu-search .sp-dropdown.sp-dropdown-mega input {
  border: none !important;
}

.menu-search .sp-dropdown {
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
  background: transparent;
  margin-top: 1px;
  margin-right: 1px;
}

.menu-search .sp-dropdown .search {
  animation: spFadeOut .3s;
}

.menu-search .sp-dropdown.view {
  top: 100% !important;
}

.menu-search .sp-dropdown.view .search {
  animation: spFadeIn .3s;
}

.menu-search .sp-dropdown .sp-dropdown-inner {
  padding: 0;
  background: transparent;
  border: none;
  -webkit-border-radius: 28px;
  -moz-border-radius: 28px;
  border-radius: 28px;
}

.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;
  padding-right: 160px;
}

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

.menu-search .sp-dropdown .sp-dropdown-inner .search form .input-group input.form-control:focus {
  z-index: 0;
  outline: none;
  border-color: transparent;
}

.menu-search .sp-dropdown .sp-dropdown-inner .search form .input-group input.custom-select:not(:last-child),
.menu-search .sp-dropdown .sp-dropdown-inner .search form .input-group input.form-control:not(:last-child) {
  -webkit-border-radius: 28px;
  -moz-border-radius: 28px;
  border-radius: 28px;
}

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

.menu-search .sp-dropdown .sp-dropdown-inner .search form .input-group .input-group-btn .btn {
  background: #5ec0ea;
  padding: 16px 45px;
  border: none;
  letter-spacing: 0.1em;
  height: 55px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.menu-search .sp-dropdown .sp-dropdown-inner .search form .input-group .input-group-btn .btn:hover {
  background: #79d7ff;
}

.sp-menu-full.container {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}

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

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

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

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

@media (max-width: 767px) {
  .sp-mega-group {
    display: none;
  }
}

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

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

.mobile-menu-box .slicknav_menu a:hover, .mobile-menu-box .slicknav_menu a:focus, .mobile-menu-box .slicknav_menu a:active {
  color: #79d7ff;
}

.mobile-menu-box .slicknav_menu a.slicknav_btn {
  height: 50px;
  width: 100%;
  display: block;
  color: rgba(255, 255, 255, 0.8);
  font-size: 20px;
  line-height: 24px;
  padding: 12px;
  cursor: pointer;
  background: #aab8c0;
  text-decoration: none;
  position: fixed;
  top: 0;
  z-index: 1020;
  cursor: pointer;
}

.mobile-menu-box .slicknav_menu a.slicknav_btn:hover {
  color: white;
}

.mobile-menu-box .slicknav_menu a.slicknav_btn:before {
  content: '\f44e';
  font-family: "Material Design Icons";
  font-size: 16px;
  padding-right: 10px;
}

.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;
  box-shadow: 3px 0 10px 0 rgba(0, 0, 0, 0.1);
  z-index: 1010;
  -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: 15px;
  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: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 > 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: #79d7ff;
}

.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;
  font-family: "Material Design Icons";
  border-radius: 100%;
  width: 24px;
  height: 24px;
  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-size: 14px;
  padding-left: 2px;
  display: inline-block;
}

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

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

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

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

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

.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: 14px;
  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: #79d7ff;
}

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

.mobile-menu-box .slicknav_menu .slicknav_nav > ul li {
  text-transform: capitalize;
  font-size: 14px;
}

#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: 576px) {
  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: 576px) {
  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: 11px;
  line-height: 14px;
  margin: 0 !important;
}

form mark label.error {
  display: inline;
}

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

#modules-form .input-group-append .btn {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.input-group input + .input-group-append .btn {
  box-shadow: none;
  padding-top: 18px;
  padding-bottom: 17px;
}

.js-calendar .buttons-wrapper .btn {
  margin-left: 2px;
  margin-right: 2px;
}

.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: 55px;
  background: #fff;
  border: 1px solid #d7d7d7;
  color: #333333;
  font-weight: 300;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 300;
  padding: 10px 15px 10px 29px;
  vertical-align: middle;
  outline: none;
  margin-bottom: 20px;
  -webkit-border-radius: 28px;
  -moz-border-radius: 28px;
  border-radius: 28px;
  -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;
}

footer select, footer
textarea, footer
input[type="text"], footer
input[type="password"], footer
input[type="datetime"], footer
input[type="datetime-local"], footer
input[type="date"], footer
input[type="dates"]
input[type="month"], footer
input[type="time"], footer
input[type="times"], footer
input[type="week"], footer
input[type="number"], footer
input[type="email"], footer
input[type="url"], footer
input[type="search"], footer
input[type="tel"], footer
input[type="color"], footer
.uneditable-input {
  background: rgba(255, 255, 255, 0.1);
  border-color: transparent;
  color: #fff !important;
}

footer select::-webkit-input-placeholder, footer
textarea::-webkit-input-placeholder, footer
input[type="text"]::-webkit-input-placeholder, footer
input[type="password"]::-webkit-input-placeholder, footer
input[type="datetime"]::-webkit-input-placeholder, footer
input[type="datetime-local"]::-webkit-input-placeholder, footer
input[type="date"]::-webkit-input-placeholder, footer
input[type="dates"]
input[type="month"]::-webkit-input-placeholder, footer
input[type="time"]::-webkit-input-placeholder, footer
input[type="times"]::-webkit-input-placeholder, footer
input[type="week"]::-webkit-input-placeholder, footer
input[type="number"]::-webkit-input-placeholder, footer
input[type="email"]::-webkit-input-placeholder, footer
input[type="url"]::-webkit-input-placeholder, footer
input[type="search"]::-webkit-input-placeholder, footer
input[type="tel"]::-webkit-input-placeholder, footer
input[type="color"]::-webkit-input-placeholder, footer
.uneditable-input::-webkit-input-placeholder {
  color: #fff;
  opacity: .8;
  font-weight: 300;
}

footer select:-moz-placeholder, footer
textarea:-moz-placeholder, footer
input[type="text"]:-moz-placeholder, footer
input[type="password"]:-moz-placeholder, footer
input[type="datetime"]:-moz-placeholder, footer
input[type="datetime-local"]:-moz-placeholder, footer
input[type="date"]:-moz-placeholder, footer
input[type="dates"]
input[type="month"]:-moz-placeholder, footer
input[type="time"]:-moz-placeholder, footer
input[type="times"]:-moz-placeholder, footer
input[type="week"]:-moz-placeholder, footer
input[type="number"]:-moz-placeholder, footer
input[type="email"]:-moz-placeholder, footer
input[type="url"]:-moz-placeholder, footer
input[type="search"]:-moz-placeholder, footer
input[type="tel"]:-moz-placeholder, footer
input[type="color"]:-moz-placeholder, footer
.uneditable-input:-moz-placeholder {
  color: #fff;
  opacity: .8;
  font-weight: 300;
}

footer select::-moz-placeholder, footer
textarea::-moz-placeholder, footer
input[type="text"]::-moz-placeholder, footer
input[type="password"]::-moz-placeholder, footer
input[type="datetime"]::-moz-placeholder, footer
input[type="datetime-local"]::-moz-placeholder, footer
input[type="date"]::-moz-placeholder, footer
input[type="dates"]
input[type="month"]::-moz-placeholder, footer
input[type="time"]::-moz-placeholder, footer
input[type="times"]::-moz-placeholder, footer
input[type="week"]::-moz-placeholder, footer
input[type="number"]::-moz-placeholder, footer
input[type="email"]::-moz-placeholder, footer
input[type="url"]::-moz-placeholder, footer
input[type="search"]::-moz-placeholder, footer
input[type="tel"]::-moz-placeholder, footer
input[type="color"]::-moz-placeholder, footer
.uneditable-input::-moz-placeholder {
  color: #fff;
  opacity: .8;
  font-weight: 300;
}

footer select:-ms-input-placeholder, footer
textarea:-ms-input-placeholder, footer
input[type="text"]:-ms-input-placeholder, footer
input[type="password"]:-ms-input-placeholder, footer
input[type="datetime"]:-ms-input-placeholder, footer
input[type="datetime-local"]:-ms-input-placeholder, footer
input[type="date"]:-ms-input-placeholder, footer
input[type="dates"]
input[type="month"]:-ms-input-placeholder, footer
input[type="time"]:-ms-input-placeholder, footer
input[type="times"]:-ms-input-placeholder, footer
input[type="week"]:-ms-input-placeholder, footer
input[type="number"]:-ms-input-placeholder, footer
input[type="email"]:-ms-input-placeholder, footer
input[type="url"]:-ms-input-placeholder, footer
input[type="search"]:-ms-input-placeholder, footer
input[type="tel"]:-ms-input-placeholder, footer
input[type="color"]:-ms-input-placeholder, footer
.uneditable-input:-ms-input-placeholder {
  color: #fff;
  opacity: .8;
  font-weight: 300;
}

footer select:focus, footer
textarea:focus, footer
input[type="text"]:focus, footer
input[type="password"]:focus, footer
input[type="datetime"]:focus, footer
input[type="datetime-local"]:focus, footer
input[type="date"]:focus, footer
input[type="dates"]
input[type="month"]:focus, footer
input[type="time"]:focus, footer
input[type="times"]:focus, footer
input[type="week"]:focus, footer
input[type="number"]:focus, footer
input[type="email"]:focus, footer
input[type="url"]:focus, footer
input[type="search"]:focus, footer
input[type="tel"]:focus, footer
input[type="color"]:focus, footer
.uneditable-input:focus {
  box-shadow: none;
}

footer select:-internal-autofill-selected, footer select:-webkit-autofill, footer select:-webkit-autofill:hover, footer select:-webkit-autofill:focus, footer
textarea:-internal-autofill-selected, footer
textarea:-webkit-autofill, footer
textarea:-webkit-autofill:hover, footer
textarea:-webkit-autofill:focus, footer
input[type="text"]:-internal-autofill-selected, footer
input[type="text"]:-webkit-autofill, footer
input[type="text"]:-webkit-autofill:hover, footer
input[type="text"]:-webkit-autofill:focus, footer
input[type="password"]:-internal-autofill-selected, footer
input[type="password"]:-webkit-autofill, footer
input[type="password"]:-webkit-autofill:hover, footer
input[type="password"]:-webkit-autofill:focus, footer
input[type="datetime"]:-internal-autofill-selected, footer
input[type="datetime"]:-webkit-autofill, footer
input[type="datetime"]:-webkit-autofill:hover, footer
input[type="datetime"]:-webkit-autofill:focus, footer
input[type="datetime-local"]:-internal-autofill-selected, footer
input[type="datetime-local"]:-webkit-autofill, footer
input[type="datetime-local"]:-webkit-autofill:hover, footer
input[type="datetime-local"]:-webkit-autofill:focus, footer
input[type="date"]:-internal-autofill-selected, footer
input[type="date"]:-webkit-autofill, footer
input[type="date"]:-webkit-autofill:hover, footer
input[type="date"]:-webkit-autofill:focus, footer
input[type="dates"]
input[type="month"]:-internal-autofill-selected, footer
input[type="dates"]
input[type="month"]:-webkit-autofill, footer
input[type="dates"]
input[type="month"]:-webkit-autofill:hover, footer
input[type="dates"]
input[type="month"]:-webkit-autofill:focus, footer
input[type="time"]:-internal-autofill-selected, footer
input[type="time"]:-webkit-autofill, footer
input[type="time"]:-webkit-autofill:hover, footer
input[type="time"]:-webkit-autofill:focus, footer
input[type="times"]:-internal-autofill-selected, footer
input[type="times"]:-webkit-autofill, footer
input[type="times"]:-webkit-autofill:hover, footer
input[type="times"]:-webkit-autofill:focus, footer
input[type="week"]:-internal-autofill-selected, footer
input[type="week"]:-webkit-autofill, footer
input[type="week"]:-webkit-autofill:hover, footer
input[type="week"]:-webkit-autofill:focus, footer
input[type="number"]:-internal-autofill-selected, footer
input[type="number"]:-webkit-autofill, footer
input[type="number"]:-webkit-autofill:hover, footer
input[type="number"]:-webkit-autofill:focus, footer
input[type="email"]:-internal-autofill-selected, footer
input[type="email"]:-webkit-autofill, footer
input[type="email"]:-webkit-autofill:hover, footer
input[type="email"]:-webkit-autofill:focus, footer
input[type="url"]:-internal-autofill-selected, footer
input[type="url"]:-webkit-autofill, footer
input[type="url"]:-webkit-autofill:hover, footer
input[type="url"]:-webkit-autofill:focus, footer
input[type="search"]:-internal-autofill-selected, footer
input[type="search"]:-webkit-autofill, footer
input[type="search"]:-webkit-autofill:hover, footer
input[type="search"]:-webkit-autofill:focus, footer
input[type="tel"]:-internal-autofill-selected, footer
input[type="tel"]:-webkit-autofill, footer
input[type="tel"]:-webkit-autofill:hover, footer
input[type="tel"]:-webkit-autofill:focus, footer
input[type="color"]:-internal-autofill-selected, footer
input[type="color"]:-webkit-autofill, footer
input[type="color"]:-webkit-autofill:hover, footer
input[type="color"]:-webkit-autofill:focus, footer
.uneditable-input:-internal-autofill-selected, footer
.uneditable-input:-webkit-autofill, footer
.uneditable-input:-webkit-autofill:hover, footer
.uneditable-input:-webkit-autofill:focus {
  background-color: transparent !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
}

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: none !important;
  -webkit-text-fill-color: #333333 !important;
  color: #333333 !important;
}

footer select:-webkit-autofill, footer
textarea:-webkit-autofill, footer
input[type="text"]:-webkit-autofill, footer
input[type="password"]:-webkit-autofill, footer
input[type="datetime"]:-webkit-autofill, footer
input[type="datetime-local"]:-webkit-autofill, footer
input[type="date"]:-webkit-autofill, footer
input[type="dates"]
input[type="month"]:-webkit-autofill, footer
input[type="time"]:-webkit-autofill, footer
input[type="times"]:-webkit-autofill, footer
input[type="week"]:-webkit-autofill, footer
input[type="number"]:-webkit-autofill, footer
input[type="email"]:-webkit-autofill, footer
input[type="url"]:-webkit-autofill, footer
input[type="search"]:-webkit-autofill, footer
input[type="tel"]:-webkit-autofill, footer
input[type="color"]:-webkit-autofill, footer
.uneditable-input:-webkit-autofill {
  color: #fff !important;
}

select:-internal-autofill-selected, select:-webkit-autofill, select:-webkit-autofill:hover, select:-webkit-autofill:focus,
textarea:-internal-autofill-selected,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
input[type="text"]:-internal-autofill-selected,
input[type="text"]:-webkit-autofill,
input[type="text"]:-webkit-autofill:hover,
input[type="text"]:-webkit-autofill:focus,
input[type="password"]:-internal-autofill-selected,
input[type="password"]:-webkit-autofill,
input[type="password"]:-webkit-autofill:hover,
input[type="password"]:-webkit-autofill:focus,
input[type="datetime"]:-internal-autofill-selected,
input[type="datetime"]:-webkit-autofill,
input[type="datetime"]:-webkit-autofill:hover,
input[type="datetime"]:-webkit-autofill:focus,
input[type="datetime-local"]:-internal-autofill-selected,
input[type="datetime-local"]:-webkit-autofill,
input[type="datetime-local"]:-webkit-autofill:hover,
input[type="datetime-local"]:-webkit-autofill:focus,
input[type="date"]:-internal-autofill-selected,
input[type="date"]:-webkit-autofill,
input[type="date"]:-webkit-autofill:hover,
input[type="date"]:-webkit-autofill:focus,
input[type="dates"]
input[type="month"]:-internal-autofill-selected,
input[type="dates"]
input[type="month"]:-webkit-autofill,
input[type="dates"]
input[type="month"]:-webkit-autofill:hover,
input[type="dates"]
input[type="month"]:-webkit-autofill:focus,
input[type="time"]:-internal-autofill-selected,
input[type="time"]:-webkit-autofill,
input[type="time"]:-webkit-autofill:hover,
input[type="time"]:-webkit-autofill:focus,
input[type="times"]:-internal-autofill-selected,
input[type="times"]:-webkit-autofill,
input[type="times"]:-webkit-autofill:hover,
input[type="times"]:-webkit-autofill:focus,
input[type="week"]:-internal-autofill-selected,
input[type="week"]:-webkit-autofill,
input[type="week"]:-webkit-autofill:hover,
input[type="week"]:-webkit-autofill:focus,
input[type="number"]:-internal-autofill-selected,
input[type="number"]:-webkit-autofill,
input[type="number"]:-webkit-autofill:hover,
input[type="number"]:-webkit-autofill:focus,
input[type="email"]:-internal-autofill-selected,
input[type="email"]:-webkit-autofill,
input[type="email"]:-webkit-autofill:hover,
input[type="email"]:-webkit-autofill:focus,
input[type="url"]:-internal-autofill-selected,
input[type="url"]:-webkit-autofill,
input[type="url"]:-webkit-autofill:hover,
input[type="url"]:-webkit-autofill:focus,
input[type="search"]:-internal-autofill-selected,
input[type="search"]:-webkit-autofill,
input[type="search"]:-webkit-autofill:hover,
input[type="search"]:-webkit-autofill:focus,
input[type="tel"]:-internal-autofill-selected,
input[type="tel"]:-webkit-autofill,
input[type="tel"]:-webkit-autofill:hover,
input[type="tel"]:-webkit-autofill:focus,
input[type="color"]:-internal-autofill-selected,
input[type="color"]:-webkit-autofill,
input[type="color"]:-webkit-autofill:hover,
input[type="color"]:-webkit-autofill:focus,
.uneditable-input:-internal-autofill-selected,
.uneditable-input:-webkit-autofill,
.uneditable-input:-webkit-autofill:hover,
.uneditable-input:-webkit-autofill:focus {
  background-color: #fff !important;
  box-shadow: inset 0 0 0 50px #fff !important;
  -webkit-box-shadow: inset 0 0 0 50px #fff !important;
  -moz-box-shadow: inset 0 0 0 50px #fff !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: #79d7ff;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0 none;
}

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

label.inline {
  display: inline-block;
}

div.chzn-container {
  font-size: 15px;
  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: #fff;
}

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

div.chzn-container-single .chzn-single {
  background: #fff;
  height: 55px;
  padding: 0 50px 0 29px;
  line-height: inherit;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 27px;
  -moz-border-radius: 27px;
  border-radius: 27px;
  -webkit-box-shadow: 0 4px 30px #e7e7e7;
  box-shadow: 0 4px 30px #e7e7e7;
  border: 1px solid transparent;
  color: #333333;
}

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

div.chzn-container-single .chzn-single div {
  background: #fff;
  color: rgba(55, 56, 62, 0.7);
  height: 55px;
  top: -1px;
  right: -1px;
  width: 55px;
  -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: '\f236';
  font-size: 13px;
  font-family: "Material Design Icons";
  line-height: 0;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
}

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

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

div.chzn-container-single.chzn-container-active.chzn-with-drop .chzn-single div {
  background: #fff;
  color: rgba(55, 56, 62, 0.7);
}

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 28px 28px;
  -moz-border-radius: 0 0 28px 28px;
  border-radius: 0 0 28px 28px;
  -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;
}

#searchForm div.chzn-container.chzn-container-single {
  width: 250px !important;
  max-width: 100%;
}

.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: #f1f1f1;
  border: 1px solid transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 2px 10px rgba(255, 255, 255, 0.4);
  box-shadow: 0 2px 10px rgba(255, 255, 255, 0.4);
  vertical-align: middle;
  margin-right: 5px;
}

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: "";
}

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: 10px;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  color: #5ec0ea;
  text-align: center;
}

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

span.radio {
  display: inline-block;
  height: 27px;
  line-height: 27px;
  min-height: 0;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 27px;
  border: 1px solid transparent;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 2px 10px rgba(255, 255, 255, 0.4);
  box-shadow: 0 2px 10px rgba(255, 255, 255, 0.4);
  background: #f1f1f1;
}

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: #79d7ff;
  min-height: auto;
}

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

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

.radio {
  margin-right: 8px;
}

.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: 55px !important;
  line-height: 100%;
  padding: 0 !important;
  text-align: center;
  width: 55px !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.67;
}

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: 55px;
}

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

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

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

label {
  color: #333333;
  font-size: 12px;
  font-weight: 300;
  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: rgba(55, 56, 62, 0.7);
  opacity: 1;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: rgba(55, 56, 62, 0.7);
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: rgba(55, 56, 62, 0.7);
}

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: 55px;
  line-height: 55px;
  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: #fcfcfc;
  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.67;
}

.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: #79d7ff;
}

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.67 20px 1.67;
  margin-top: 1.67;
  margin-bottom: 1.67;
  background-color: #F5F5F5;
  border-top: 1px solid #E5E5E5;
}

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

.help-block,
.help-inline {
  color: rgba(91, 93, 103, 0.7);
}

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

.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: 15px;
}

.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: 16px;
  width: 55px;
  height: 55px;
  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: 27.5px;
  width: 27.5px;
  color: #79d7ff;
  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: #79d7ff;
  color: #fff;
}

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

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

.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 28px 28px 0;
  -moz-border-radius: 0 28px 28px 0;
  border-radius: 0 28px 28px 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 28px 28px 0;
  -moz-border-radius: 0 28px 28px 0;
  border-radius: 0 28px 28px 0;
}

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

.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 28px 28px 0;
  -moz-border-radius: 0 28px 28px 0;
  border-radius: 0 28px 28px 0;
}

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

.input-prepend.input-append .add-on:last-child,
.input-prepend.input-append .btn:last-child {
  margin-left: -1px;
  -webkit-border-radius: 0 28px 28px 0;
  -moz-border-radius: 0 28px 28px 0;
  border-radius: 0 28px 28px 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.67;
  -webkit-margin-top-collapse: separate;
}

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

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

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

.btn, .btn-info {
  display: inline-block;
  font-weight: 600;
  text-align: center;
  letter-spacing: -.3px;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  width: auto;
  background: #79d7ff;
  color: white;
  border: 1px solid transparent;
  padding: 20px 43px 19px;
  font-size: 15px;
  line-height: 1.25em;
  text-decoration: none;
  text-transform: uppercase;
  outline: none !important;
  -webkit-border-radius: 37px;
  -moz-border-radius: 37px;
  border-radius: 37px;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

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

.btn:focus, .btn.focus, .btn-info:focus, .btn-info.focus {
  outline: 0;
  -webkit-box-shadow: 0 5px 0 #5ec0ea;
  box-shadow: 0 5px 0 #5ec0ea;
}

.btn.disabled, .btn:disabled, .btn-info.disabled, .btn-info:disabled {
  opacity: 0.65;
  -webkit-box-shadow: 0 5px 0 #5ec0ea;
  box-shadow: 0 5px 0 #5ec0ea;
}

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

.btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active {
  background-image: none;
}

.btn:not(:disabled):not(.disabled):active:focus, .btn:not(:disabled):not(.disabled).active:focus, .btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus {
  -webkit-box-shadow: 0 5px 0 #5ec0ea;
  box-shadow: 0 5px 0 #5ec0ea;
}

.btn:hover, .btn-info:hover {
  background: #93dfff;
  color: white;
  border-color: transparent;
}

.btn {
  box-shadow: 0 5px 0 #5ec0ea;
}

.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active,
.show > .btn.dropdown-toggle,
.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active,
.show > .btn-info.dropdown-toggle,
.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show > .btn-secondary.dropdown-toggle {
  background-color: #93dfff;
  border-color: transparent;
}

.kmt-form-submit button {
  display: inline-block !important;
  font-weight: 600 !important;
  text-align: center !important;
  white-space: nowrap !important;
  vertical-align: middle !important;
  user-select: none !important;
  width: auto !important;
  background: #79d7ff !important;
  color: white !important;
  border: 1px solid transparent !important;
  padding: 8px 15px !important;
  font-size: 15px !important;
  line-height: 1.25em !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.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out !important;
  -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out !important;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out !important;
}

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

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

.btn-link {
  font-weight: 400;
  color: #79d7ff;
  background-color: transparent;
}

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

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

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

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

.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.65625rem;
  line-height: 1.2;
  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 {
  margin-bottom: 0.5rem;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  line-height: 1.2;
  color: #37383E;
  margin-bottom: 25px;
}

h1, .h1 {
  font-size: 56px;
  font-weight: 600;
  font-style: normal;
  letter-spacing: -0.03em;
}

h2, .h2 {
  font-size: 50px;
  font-weight: 600;
  font-style: normal;
  letter-spacing: -0.03em;
}

h3, .h3 {
  font-size: 30px;
  font-weight: 600;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: -0.03em;
}

h4, .h4 {
  font-size: 24px;
  font-weight: 400;
  font-style: normal;
}

h5, .h5 {
  font-size: 17px;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: 15px;
}

h6, .h6 {
  font-size: 15px;
  font-weight: 600;
  font-style: normal;
  color: rgba(55, 56, 62, 0.7);
  text-transform: uppercase;
  margin-bottom: 10px;
}

a {
  color: #79d7ff;
}

a:hover, a:focus, a:active {
  color: #5ec0ea;
}

p {
  font-weight: 300;
}

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

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

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

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

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

a {
  transition: color 400ms, background-color 400ms;
}

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

label {
  font-weight: normal;
}

legend {
  padding-bottom: 10px;
}

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

.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: 14px;
  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 5px 0 0;
  color: #79d7ff;
}

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

ul.list li {
  position: relative;
  padding-left: 25px;
}

ul.list li:before {
  position: absolute;
  display: inline-block;
  left: 0;
  top: -1px;
  min-width: 25px;
  content: '\f222';
  font-family: "Material Design Icons";
  line-height: 23px;
  font-size: 15px;
  letter-spacing: 0;
  color: #37383E;
}

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

.blockquote {
  margin-bottom: 1rem;
  font-size: 18px;
}

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

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

blockquote {
  padding: 10px 20px 15px 0;
  margin: 0;
  font-style: italic;
  font-size: 18px;
  letter-spacing: 0.08em;
  position: relative;
  color: #37383E;
  display: inline-block;
}

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

mark {
  background: #212529;
  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-decoration: none;
  text-align: center !important;
  top: 0 !important;
}

.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: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s 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;
}

/*
*
* Material Design Icons
* --------------------------------------------------
*/
@font-face {
  font-family: "Material Design Icons";
  src: url("../fonts/materialdesignicons-webfont.eot?v=1.4.57");
  src: url("../fonts/materialdesignicons-webfont.eot?#iefix&v=1.4.57") format("embedded-opentype"), url("../fonts/materialdesignicons-webfont.woff2?v=1.4.57") format("woff2"), url("../fonts/materialdesignicons-webfont.woff?v=1.4.57") format("woff"), url("../fonts/materialdesignicons-webfont.ttf?v=1.4.57") format("truetype"), url("../fonts/materialdesignicons-webfont.svg?v=1.4.57#materialdesigniconsregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

.mdi {
  display: inline-block;
  font: normal normal normal 24px/1 "Material Design Icons";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}

.mdi-access-point:before {
  content: "\f101";
}

.mdi-access-point-network:before {
  content: "\f102";
}

.mdi-account:before {
  content: "\f103";
}

.mdi-account-alert:before {
  content: "\f104";
}

.mdi-account-box:before {
  content: "\f105";
}

.mdi-account-box-outline:before {
  content: "\f106";
}

.mdi-account-check:before {
  content: "\f107";
}

.mdi-account-circle:before {
  content: "\f108";
}

.mdi-account-convert:before {
  content: "\f109";
}

.mdi-account-key:before {
  content: "\f10a";
}

.mdi-account-location:before {
  content: "\f10b";
}

.mdi-account-minus:before {
  content: "\f10c";
}

.mdi-account-multiple:before {
  content: "\f10d";
}

.mdi-account-multiple-outline:before {
  content: "\f10e";
}

.mdi-account-multiple-plus:before {
  content: "\f10f";
}

.mdi-account-network:before {
  content: "\f110";
}

.mdi-account-off:before {
  content: "\f111";
}

.mdi-account-outline:before {
  content: "\f112";
}

.mdi-account-plus:before {
  content: "\f113";
}

.mdi-account-remove:before {
  content: "\f114";
}

.mdi-account-search:before {
  content: "\f115";
}

.mdi-account-star:before {
  content: "\f116";
}

.mdi-account-star-variant:before {
  content: "\f117";
}

.mdi-account-switch:before {
  content: "\f118";
}

.mdi-adjust:before {
  content: "\f119";
}

.mdi-air-conditioner:before {
  content: "\f11a";
}

.mdi-airballoon:before {
  content: "\f11b";
}

.mdi-airplane:before {
  content: "\f11c";
}

.mdi-airplane-off:before {
  content: "\f11d";
}

.mdi-airplay:before {
  content: "\f11e";
}

.mdi-alarm:before {
  content: "\f11f";
}

.mdi-alarm-check:before {
  content: "\f120";
}

.mdi-alarm-multiple:before {
  content: "\f121";
}

.mdi-alarm-off:before {
  content: "\f122";
}

.mdi-alarm-plus:before {
  content: "\f123";
}

.mdi-album:before {
  content: "\f124";
}

.mdi-alert:before {
  content: "\f125";
}

.mdi-alert-box:before {
  content: "\f126";
}

.mdi-alert-circle:before {
  content: "\f127";
}

.mdi-alert-octagon:before {
  content: "\f128";
}

.mdi-alert-outline:before {
  content: "\f129";
}

.mdi-alpha:before {
  content: "\f12a";
}

.mdi-alphabetical:before {
  content: "\f12b";
}

.mdi-amazon:before {
  content: "\f12c";
}

.mdi-amazon-clouddrive:before {
  content: "\f12d";
}

.mdi-ambulance:before {
  content: "\f12e";
}

.mdi-anchor:before {
  content: "\f12f";
}

.mdi-android:before {
  content: "\f130";
}

.mdi-android-debug-bridge:before {
  content: "\f131";
}

.mdi-android-studio:before {
  content: "\f132";
}

.mdi-apple:before {
  content: "\f133";
}

.mdi-apple-finder:before {
  content: "\f134";
}

.mdi-apple-ios:before {
  content: "\f135";
}

.mdi-apple-mobileme:before {
  content: "\f136";
}

.mdi-apple-safari:before {
  content: "\f137";
}

.mdi-appnet:before {
  content: "\f138";
}

.mdi-apps:before {
  content: "\f139";
}

.mdi-archive:before {
  content: "\f13a";
}

.mdi-arrange-bring-forward:before {
  content: "\f13b";
}

.mdi-arrange-bring-to-front:before {
  content: "\f13c";
}

.mdi-arrange-send-backward:before {
  content: "\f13d";
}

.mdi-arrange-send-to-back:before {
  content: "\f13e";
}

.mdi-arrow-all:before {
  content: "\f13f";
}

.mdi-arrow-bottom-drop-circle:before {
  content: "\f140";
}

.mdi-arrow-bottom-left:before {
  content: "\f141";
}

.mdi-arrow-bottom-right:before {
  content: "\f142";
}

.mdi-arrow-collapse:before {
  content: "\f143";
}

.mdi-arrow-down:before {
  content: "\f144";
}

.mdi-arrow-down-bold:before {
  content: "\f145";
}

.mdi-arrow-down-bold-circle:before {
  content: "\f146";
}

.mdi-arrow-down-bold-circle-outline:before {
  content: "\f147";
}

.mdi-arrow-down-bold-hexagon-outline:before {
  content: "\f148";
}

.mdi-arrow-expand:before {
  content: "\f149";
}

.mdi-arrow-left:before {
  content: "\f14a";
}

.mdi-arrow-left-bold:before {
  content: "\f14b";
}

.mdi-arrow-left-bold-circle:before {
  content: "\f14c";
}

.mdi-arrow-left-bold-circle-outline:before {
  content: "\f14d";
}

.mdi-arrow-left-bold-hexagon-outline:before {
  content: "\f14e";
}

.mdi-arrow-right:before {
  content: "\f14f";
}

.mdi-arrow-right-bold:before {
  content: "\f150";
}

.mdi-arrow-right-bold-circle:before {
  content: "\f151";
}

.mdi-arrow-right-bold-circle-outline:before {
  content: "\f152";
}

.mdi-arrow-right-bold-hexagon-outline:before {
  content: "\f153";
}

.mdi-arrow-top-left:before {
  content: "\f154";
}

.mdi-arrow-top-right:before {
  content: "\f155";
}

.mdi-arrow-up:before {
  content: "\f156";
}

.mdi-arrow-up-bold:before {
  content: "\f157";
}

.mdi-arrow-up-bold-circle:before {
  content: "\f158";
}

.mdi-arrow-up-bold-circle-outline:before {
  content: "\f159";
}

.mdi-arrow-up-bold-hexagon-outline:before {
  content: "\f15a";
}

.mdi-assistant:before {
  content: "\f15b";
}

.mdi-at:before {
  content: "\f15c";
}

.mdi-attachment:before {
  content: "\f15d";
}

.mdi-audiobook:before {
  content: "\f15e";
}

.mdi-auto-fix:before {
  content: "\f15f";
}

.mdi-auto-upload:before {
  content: "\f160";
}

.mdi-autorenew:before {
  content: "\f161";
}

.mdi-av-timer:before {
  content: "\f162";
}

.mdi-baby:before {
  content: "\f163";
}

.mdi-backburger:before {
  content: "\f164";
}

.mdi-backspace:before {
  content: "\f165";
}

.mdi-backup-restore:before {
  content: "\f166";
}

.mdi-bank:before {
  content: "\f167";
}

.mdi-barcode:before {
  content: "\f168";
}

.mdi-barcode-scan:before {
  content: "\f169";
}

.mdi-barley:before {
  content: "\f16a";
}

.mdi-barrel:before {
  content: "\f16b";
}

.mdi-basecamp:before {
  content: "\f16c";
}

.mdi-basket:before {
  content: "\f16d";
}

.mdi-basket-fill:before {
  content: "\f16e";
}

.mdi-basket-unfill:before {
  content: "\f16f";
}

.mdi-battery:before {
  content: "\f170";
}

.mdi-battery-10:before {
  content: "\f171";
}

.mdi-battery-20:before {
  content: "\f172";
}

.mdi-battery-30:before {
  content: "\f173";
}

.mdi-battery-40:before {
  content: "\f174";
}

.mdi-battery-50:before {
  content: "\f175";
}

.mdi-battery-60:before {
  content: "\f176";
}

.mdi-battery-70:before {
  content: "\f177";
}

.mdi-battery-80:before {
  content: "\f178";
}

.mdi-battery-90:before {
  content: "\f179";
}

.mdi-battery-alert:before {
  content: "\f17a";
}

.mdi-battery-charging:before {
  content: "\f17b";
}

.mdi-battery-charging-100:before {
  content: "\f17c";
}

.mdi-battery-charging-20:before {
  content: "\f17d";
}

.mdi-battery-charging-30:before {
  content: "\f17e";
}

.mdi-battery-charging-40:before {
  content: "\f17f";
}

.mdi-battery-charging-60:before {
  content: "\f180";
}

.mdi-battery-charging-80:before {
  content: "\f181";
}

.mdi-battery-charging-90:before {
  content: "\f182";
}

.mdi-battery-minus:before {
  content: "\f183";
}

.mdi-battery-negative:before {
  content: "\f184";
}

.mdi-battery-outline:before {
  content: "\f185";
}

.mdi-battery-plus:before {
  content: "\f186";
}

.mdi-battery-positive:before {
  content: "\f187";
}

.mdi-battery-unknown:before {
  content: "\f188";
}

.mdi-beach:before {
  content: "\f189";
}

.mdi-beaker:before {
  content: "\f18a";
}

.mdi-beaker-empty:before {
  content: "\f18b";
}

.mdi-beaker-empty-outline:before {
  content: "\f18c";
}

.mdi-beaker-outline:before {
  content: "\f18d";
}

.mdi-beats:before {
  content: "\f18e";
}

.mdi-beer:before {
  content: "\f18f";
}

.mdi-behance:before {
  content: "\f190";
}

.mdi-bell:before {
  content: "\f191";
}

.mdi-bell-off:before {
  content: "\f192";
}

.mdi-bell-outline:before {
  content: "\f193";
}

.mdi-bell-plus:before {
  content: "\f194";
}

.mdi-bell-ring:before {
  content: "\f195";
}

.mdi-bell-ring-outline:before {
  content: "\f196";
}

.mdi-bell-sleep:before {
  content: "\f197";
}

.mdi-beta:before {
  content: "\f198";
}

.mdi-bike:before {
  content: "\f199";
}

.mdi-bing:before {
  content: "\f19a";
}

.mdi-binoculars:before {
  content: "\f19b";
}

.mdi-bio:before {
  content: "\f19c";
}

.mdi-biohazard:before {
  content: "\f19d";
}

.mdi-bitbucket:before {
  content: "\f19e";
}

.mdi-black-mesa:before {
  content: "\f19f";
}

.mdi-blackberry:before {
  content: "\f1a0";
}

.mdi-blender:before {
  content: "\f1a1";
}

.mdi-blinds:before {
  content: "\f1a2";
}

.mdi-block-helper:before {
  content: "\f1a3";
}

.mdi-blogger:before {
  content: "\f1a4";
}

.mdi-bluetooth:before {
  content: "\f1a5";
}

.mdi-bluetooth-audio:before {
  content: "\f1a6";
}

.mdi-bluetooth-connect:before {
  content: "\f1a7";
}

.mdi-bluetooth-off:before {
  content: "\f1a8";
}

.mdi-bluetooth-settings:before {
  content: "\f1a9";
}

.mdi-bluetooth-transfer:before {
  content: "\f1aa";
}

.mdi-blur:before {
  content: "\f1ab";
}

.mdi-blur-linear:before {
  content: "\f1ac";
}

.mdi-blur-off:before {
  content: "\f1ad";
}

.mdi-blur-radial:before {
  content: "\f1ae";
}

.mdi-bone:before {
  content: "\f1af";
}

.mdi-book:before {
  content: "\f1b0";
}

.mdi-book-multiple:before {
  content: "\f1b1";
}

.mdi-book-multiple-variant:before {
  content: "\f1b2";
}

.mdi-book-open:before {
  content: "\f1b3";
}

.mdi-book-open-variant:before {
  content: "\f1b4";
}

.mdi-book-variant:before {
  content: "\f1b5";
}

.mdi-bookmark:before {
  content: "\f1b6";
}

.mdi-bookmark-check:before {
  content: "\f1b7";
}

.mdi-bookmark-music:before {
  content: "\f1b8";
}

.mdi-bookmark-outline:before {
  content: "\f1b9";
}

.mdi-bookmark-outline-plus:before {
  content: "\f1ba";
}

.mdi-bookmark-plus:before {
  content: "\f1bb";
}

.mdi-bookmark-remove:before {
  content: "\f1bc";
}

.mdi-border-all:before {
  content: "\f1bd";
}

.mdi-border-bottom:before {
  content: "\f1be";
}

.mdi-border-color:before {
  content: "\f1bf";
}

.mdi-border-horizontal:before {
  content: "\f1c0";
}

.mdi-border-inside:before {
  content: "\f1c1";
}

.mdi-border-left:before {
  content: "\f1c2";
}

.mdi-border-none:before {
  content: "\f1c3";
}

.mdi-border-outside:before {
  content: "\f1c4";
}

.mdi-border-right:before {
  content: "\f1c5";
}

.mdi-border-style:before {
  content: "\f1c6";
}

.mdi-border-top:before {
  content: "\f1c7";
}

.mdi-border-vertical:before {
  content: "\f1c8";
}

.mdi-bowling:before {
  content: "\f1c9";
}

.mdi-box:before {
  content: "\f1ca";
}

.mdi-box-cutter:before {
  content: "\f1cb";
}

.mdi-briefcase:before {
  content: "\f1cc";
}

.mdi-briefcase-check:before {
  content: "\f1cd";
}

.mdi-briefcase-download:before {
  content: "\f1ce";
}

.mdi-briefcase-upload:before {
  content: "\f1cf";
}

.mdi-brightness-1:before {
  content: "\f1d0";
}

.mdi-brightness-2:before {
  content: "\f1d1";
}

.mdi-brightness-3:before {
  content: "\f1d2";
}

.mdi-brightness-4:before {
  content: "\f1d3";
}

.mdi-brightness-5:before {
  content: "\f1d4";
}

.mdi-brightness-6:before {
  content: "\f1d5";
}

.mdi-brightness-7:before {
  content: "\f1d6";
}

.mdi-brightness-auto:before {
  content: "\f1d7";
}

.mdi-broom:before {
  content: "\f1d8";
}

.mdi-brush:before {
  content: "\f1d9";
}

.mdi-bug:before {
  content: "\f1da";
}

.mdi-bulletin-board:before {
  content: "\f1db";
}

.mdi-bullhorn:before {
  content: "\f1dc";
}

.mdi-bus:before {
  content: "\f1dd";
}

.mdi-cached:before {
  content: "\f1de";
}

.mdi-cake:before {
  content: "\f1df";
}

.mdi-cake-layered:before {
  content: "\f1e0";
}

.mdi-cake-variant:before {
  content: "\f1e1";
}

.mdi-calculator:before {
  content: "\f1e2";
}

.mdi-calendar:before {
  content: "\f1e3";
}

.mdi-calendar-blank:before {
  content: "\f1e4";
}

.mdi-calendar-check:before {
  content: "\f1e5";
}

.mdi-calendar-clock:before {
  content: "\f1e6";
}

.mdi-calendar-multiple:before {
  content: "\f1e7";
}

.mdi-calendar-multiple-check:before {
  content: "\f1e8";
}

.mdi-calendar-plus:before {
  content: "\f1e9";
}

.mdi-calendar-remove:before {
  content: "\f1ea";
}

.mdi-calendar-text:before {
  content: "\f1eb";
}

.mdi-calendar-today:before {
  content: "\f1ec";
}

.mdi-call-made:before {
  content: "\f1ed";
}

.mdi-call-merge:before {
  content: "\f1ee";
}

.mdi-call-missed:before {
  content: "\f1ef";
}

.mdi-call-received:before {
  content: "\f1f0";
}

.mdi-call-split:before {
  content: "\f1f1";
}

.mdi-camcorder:before {
  content: "\f1f2";
}

.mdi-camcorder-box:before {
  content: "\f1f3";
}

.mdi-camcorder-box-off:before {
  content: "\f1f4";
}

.mdi-camcorder-off:before {
  content: "\f1f5";
}

.mdi-camera:before {
  content: "\f1f6";
}

.mdi-camera-enhance:before {
  content: "\f1f7";
}

.mdi-camera-front:before {
  content: "\f1f8";
}

.mdi-camera-front-variant:before {
  content: "\f1f9";
}

.mdi-camera-iris:before {
  content: "\f1fa";
}

.mdi-camera-party-mode:before {
  content: "\f1fb";
}

.mdi-camera-rear:before {
  content: "\f1fc";
}

.mdi-camera-rear-variant:before {
  content: "\f1fd";
}

.mdi-camera-switch:before {
  content: "\f1fe";
}

.mdi-camera-timer:before {
  content: "\f1ff";
}

.mdi-candycane:before {
  content: "\f200";
}

.mdi-car:before {
  content: "\f201";
}

.mdi-car-battery:before {
  content: "\f202";
}

.mdi-car-connected:before {
  content: "\f203";
}

.mdi-car-wash:before {
  content: "\f204";
}

.mdi-carrot:before {
  content: "\f205";
}

.mdi-cart:before {
  content: "\f206";
}

.mdi-cart-outline:before {
  content: "\f207";
}

.mdi-cart-plus:before {
  content: "\f208";
}

.mdi-case-sensitive-alt:before {
  content: "\f209";
}

.mdi-cash:before {
  content: "\f20a";
}

.mdi-cash-100:before {
  content: "\f20b";
}

.mdi-cash-multiple:before {
  content: "\f20c";
}

.mdi-cash-usd:before {
  content: "\f20d";
}

.mdi-cast:before {
  content: "\f20e";
}

.mdi-cast-connected:before {
  content: "\f20f";
}

.mdi-castle:before {
  content: "\f210";
}

.mdi-cat:before {
  content: "\f211";
}

.mdi-cellphone:before {
  content: "\f212";
}

.mdi-cellphone-android:before {
  content: "\f213";
}

.mdi-cellphone-basic:before {
  content: "\f214";
}

.mdi-cellphone-dock:before {
  content: "\f215";
}

.mdi-cellphone-iphone:before {
  content: "\f216";
}

.mdi-cellphone-link:before {
  content: "\f217";
}

.mdi-cellphone-link-off:before {
  content: "\f218";
}

.mdi-cellphone-settings:before {
  content: "\f219";
}

.mdi-certificate:before {
  content: "\f21a";
}

.mdi-chair-school:before {
  content: "\f21b";
}

.mdi-chart-arc:before {
  content: "\f21c";
}

.mdi-chart-areaspline:before {
  content: "\f21d";
}

.mdi-chart-bar:before {
  content: "\f21e";
}

.mdi-chart-histogram:before {
  content: "\f21f";
}

.mdi-chart-line:before {
  content: "\f220";
}

.mdi-chart-pie:before {
  content: "\f221";
}

.mdi-check:before {
  content: "\f222";
}

.mdi-check-all:before {
  content: "\f223";
}

.mdi-checkbox-blank:before {
  content: "\f224";
}

.mdi-checkbox-blank-circle:before {
  content: "\f225";
}

.mdi-checkbox-blank-circle-outline:before {
  content: "\f226";
}

.mdi-checkbox-blank-outline:before {
  content: "\f227";
}

.mdi-checkbox-marked:before {
  content: "\f228";
}

.mdi-checkbox-marked-circle:before {
  content: "\f229";
}

.mdi-checkbox-marked-circle-outline:before {
  content: "\f22a";
}

.mdi-checkbox-marked-outline:before {
  content: "\f22b";
}

.mdi-checkbox-multiple-blank:before {
  content: "\f22c";
}

.mdi-checkbox-multiple-blank-outline:before {
  content: "\f22d";
}

.mdi-checkbox-multiple-marked:before {
  content: "\f22e";
}

.mdi-checkbox-multiple-marked-outline:before {
  content: "\f22f";
}

.mdi-checkerboard:before {
  content: "\f230";
}

.mdi-chemical-weapon:before {
  content: "\f231";
}

.mdi-chevron-double-down:before {
  content: "\f232";
}

.mdi-chevron-double-left:before {
  content: "\f233";
}

.mdi-chevron-double-right:before {
  content: "\f234";
}

.mdi-chevron-double-up:before {
  content: "\f235";
}

.mdi-chevron-down:before {
  content: "\f236";
}

.mdi-chevron-left:before {
  content: "\f237";
}

.mdi-chevron-right:before {
  content: "\f238";
}

.mdi-chevron-up:before {
  content: "\f239";
}

.mdi-church:before {
  content: "\f23a";
}

.mdi-cisco-webex:before {
  content: "\f23b";
}

.mdi-city:before {
  content: "\f23c";
}

.mdi-clipboard:before {
  content: "\f23d";
}

.mdi-clipboard-account:before {
  content: "\f23e";
}

.mdi-clipboard-alert:before {
  content: "\f23f";
}

.mdi-clipboard-arrow-down:before {
  content: "\f240";
}

.mdi-clipboard-arrow-left:before {
  content: "\f241";
}

.mdi-clipboard-check:before {
  content: "\f242";
}

.mdi-clipboard-outline:before {
  content: "\f243";
}

.mdi-clipboard-text:before {
  content: "\f244";
}

.mdi-clippy:before {
  content: "\f245";
}

.mdi-clock:before {
  content: "\f246";
}

.mdi-clock-end:before {
  content: "\f247";
}

.mdi-clock-fast:before {
  content: "\f248";
}

.mdi-clock-in:before {
  content: "\f249";
}

.mdi-clock-out:before {
  content: "\f24a";
}

.mdi-clock-start:before {
  content: "\f24b";
}

.mdi-close:before {
  content: "\f24c";
}

.mdi-close-box:before {
  content: "\f24d";
}

.mdi-close-box-outline:before {
  content: "\f24e";
}

.mdi-close-circle:before {
  content: "\f24f";
}

.mdi-close-circle-outline:before {
  content: "\f250";
}

.mdi-close-network:before {
  content: "\f251";
}

.mdi-close-octagon:before {
  content: "\f252";
}

.mdi-close-octagon-outline:before {
  content: "\f253";
}

.mdi-closed-caption:before {
  content: "\f254";
}

.mdi-cloud:before {
  content: "\f255";
}

.mdi-cloud-check:before {
  content: "\f256";
}

.mdi-cloud-circle:before {
  content: "\f257";
}

.mdi-cloud-download:before {
  content: "\f258";
}

.mdi-cloud-outline:before {
  content: "\f259";
}

.mdi-cloud-outline-off:before {
  content: "\f25a";
}

.mdi-cloud-print:before {
  content: "\f25b";
}

.mdi-cloud-print-outline:before {
  content: "\f25c";
}

.mdi-cloud-upload:before {
  content: "\f25d";
}

.mdi-code-array:before {
  content: "\f25e";
}

.mdi-code-braces:before {
  content: "\f25f";
}

.mdi-code-brackets:before {
  content: "\f260";
}

.mdi-code-equal:before {
  content: "\f261";
}

.mdi-code-greater-than:before {
  content: "\f262";
}

.mdi-code-greater-than-or-equal:before {
  content: "\f263";
}

.mdi-code-less-than:before {
  content: "\f264";
}

.mdi-code-less-than-or-equal:before {
  content: "\f265";
}

.mdi-code-not-equal:before {
  content: "\f266";
}

.mdi-code-not-equal-variant:before {
  content: "\f267";
}

.mdi-code-parentheses:before {
  content: "\f268";
}

.mdi-code-string:before {
  content: "\f269";
}

.mdi-code-tags:before {
  content: "\f26a";
}

.mdi-codepen:before {
  content: "\f26b";
}

.mdi-coffee:before {
  content: "\f26c";
}

.mdi-coffee-to-go:before {
  content: "\f26d";
}

.mdi-coin:before {
  content: "\f26e";
}

.mdi-color-helper:before {
  content: "\f26f";
}

.mdi-comment:before {
  content: "\f270";
}

.mdi-comment-account:before {
  content: "\f271";
}

.mdi-comment-account-outline:before {
  content: "\f272";
}

.mdi-comment-alert:before {
  content: "\f273";
}

.mdi-comment-alert-outline:before {
  content: "\f274";
}

.mdi-comment-check:before {
  content: "\f275";
}

.mdi-comment-check-outline:before {
  content: "\f276";
}

.mdi-comment-multiple-outline:before {
  content: "\f277";
}

.mdi-comment-outline:before {
  content: "\f278";
}

.mdi-comment-plus-outline:before {
  content: "\f279";
}

.mdi-comment-processing:before {
  content: "\f27a";
}

.mdi-comment-processing-outline:before {
  content: "\f27b";
}

.mdi-comment-question-outline:before {
  content: "\f27c";
}

.mdi-comment-remove-outline:before {
  content: "\f27d";
}

.mdi-comment-text:before {
  content: "\f27e";
}

.mdi-comment-text-outline:before {
  content: "\f27f";
}

.mdi-compare:before {
  content: "\f280";
}

.mdi-compass:before {
  content: "\f281";
}

.mdi-compass-outline:before {
  content: "\f282";
}

.mdi-console:before {
  content: "\f283";
}

.mdi-contact-mail:before {
  content: "\f284";
}

.mdi-content-copy:before {
  content: "\f285";
}

.mdi-content-cut:before {
  content: "\f286";
}

.mdi-content-duplicate:before {
  content: "\f287";
}

.mdi-content-paste:before {
  content: "\f288";
}

.mdi-content-save:before {
  content: "\f289";
}

.mdi-content-save-all:before {
  content: "\f28a";
}

.mdi-contrast:before {
  content: "\f28b";
}

.mdi-contrast-box:before {
  content: "\f28c";
}

.mdi-contrast-circle:before {
  content: "\f28d";
}

.mdi-cookie:before {
  content: "\f28e";
}

.mdi-cow:before {
  content: "\f28f";
}

.mdi-credit-card:before {
  content: "\f290";
}

.mdi-credit-card-multiple:before {
  content: "\f291";
}

.mdi-credit-card-scan:before {
  content: "\f292";
}

.mdi-crop:before {
  content: "\f293";
}

.mdi-crop-free:before {
  content: "\f294";
}

.mdi-crop-landscape:before {
  content: "\f295";
}

.mdi-crop-portrait:before {
  content: "\f296";
}

.mdi-crop-square:before {
  content: "\f297";
}

.mdi-crosshairs:before {
  content: "\f298";
}

.mdi-crosshairs-gps:before {
  content: "\f299";
}

.mdi-crown:before {
  content: "\f29a";
}

.mdi-cube:before {
  content: "\f29b";
}

.mdi-cube-outline:before {
  content: "\f29c";
}

.mdi-cube-send:before {
  content: "\f29d";
}

.mdi-cube-unfolded:before {
  content: "\f29e";
}

.mdi-cup:before {
  content: "\f29f";
}

.mdi-cup-water:before {
  content: "\f2a0";
}

.mdi-currency-btc:before {
  content: "\f2a1";
}

.mdi-currency-eur:before {
  content: "\f2a2";
}

.mdi-currency-gbp:before {
  content: "\f2a3";
}

.mdi-currency-inr:before {
  content: "\f2a4";
}

.mdi-currency-ngn:before {
  content: "\f2a5";
}

.mdi-currency-rub:before {
  content: "\f2a6";
}

.mdi-currency-try:before {
  content: "\f2a7";
}

.mdi-currency-usd:before {
  content: "\f2a8";
}

.mdi-cursor-default:before {
  content: "\f2a9";
}

.mdi-cursor-default-outline:before {
  content: "\f2aa";
}

.mdi-cursor-move:before {
  content: "\f2ab";
}

.mdi-cursor-pointer:before {
  content: "\f2ac";
}

.mdi-database:before {
  content: "\f2ad";
}

.mdi-database-minus:before {
  content: "\f2ae";
}

.mdi-database-plus:before {
  content: "\f2af";
}

.mdi-debug-step-into:before {
  content: "\f2b0";
}

.mdi-debug-step-out:before {
  content: "\f2b1";
}

.mdi-debug-step-over:before {
  content: "\f2b2";
}

.mdi-decimal-decrease:before {
  content: "\f2b3";
}

.mdi-decimal-increase:before {
  content: "\f2b4";
}

.mdi-delete:before {
  content: "\f2b5";
}

.mdi-delete-variant:before {
  content: "\f2b6";
}

.mdi-delta:before {
  content: "\f2b7";
}

.mdi-deskphone:before {
  content: "\f2b8";
}

.mdi-desktop-mac:before {
  content: "\f2b9";
}

.mdi-desktop-tower:before {
  content: "\f2ba";
}

.mdi-details:before {
  content: "\f2bb";
}

.mdi-deviantart:before {
  content: "\f2bc";
}

.mdi-diamond:before {
  content: "\f2bd";
}

.mdi-dice:before {
  content: "\f2be";
}

.mdi-dice-1:before {
  content: "\f2bf";
}

.mdi-dice-2:before {
  content: "\f2c0";
}

.mdi-dice-3:before {
  content: "\f2c1";
}

.mdi-dice-4:before {
  content: "\f2c2";
}

.mdi-dice-5:before {
  content: "\f2c3";
}

.mdi-dice-6:before {
  content: "\f2c4";
}

.mdi-directions:before {
  content: "\f2c5";
}

.mdi-disk-alert:before {
  content: "\f2c6";
}

.mdi-disqus:before {
  content: "\f2c7";
}

.mdi-disqus-outline:before {
  content: "\f2c8";
}

.mdi-division:before {
  content: "\f2c9";
}

.mdi-division-box:before {
  content: "\f2ca";
}

.mdi-dns:before {
  content: "\f2cb";
}

.mdi-domain:before {
  content: "\f2cc";
}

.mdi-dots-horizontal:before {
  content: "\f2cd";
}

.mdi-dots-vertical:before {
  content: "\f2ce";
}

.mdi-download:before {
  content: "\f2cf";
}

.mdi-drag:before {
  content: "\f2d0";
}

.mdi-drag-horizontal:before {
  content: "\f2d1";
}

.mdi-drag-vertical:before {
  content: "\f2d2";
}

.mdi-drawing:before {
  content: "\f2d3";
}

.mdi-drawing-box:before {
  content: "\f2d4";
}

.mdi-dribbble:before {
  content: "\f2d5";
}

.mdi-dribbble-box:before {
  content: "\f2d6";
}

.mdi-drone:before {
  content: "\f2d7";
}

.mdi-dropbox:before {
  content: "\f2d8";
}

.mdi-drupal:before {
  content: "\f2d9";
}

.mdi-duck:before {
  content: "\f2da";
}

.mdi-dumbbell:before {
  content: "\f2db";
}

.mdi-earth:before {
  content: "\f2dc";
}

.mdi-earth-off:before {
  content: "\f2dd";
}

.mdi-edge:before {
  content: "\f2de";
}

.mdi-eject:before {
  content: "\f2df";
}

.mdi-elevation-decline:before {
  content: "\f2e0";
}

.mdi-elevation-rise:before {
  content: "\f2e1";
}

.mdi-elevator:before {
  content: "\f2e2";
}

.mdi-email:before {
  content: "\f2e3";
}

.mdi-email-open:before {
  content: "\f2e4";
}

.mdi-email-outline:before {
  content: "\f2e5";
}

.mdi-email-secure:before {
  content: "\f2e6";
}

.mdi-emoticon:before {
  content: "\f2e7";
}

.mdi-emoticon-cool:before {
  content: "\f2e8";
}

.mdi-emoticon-devil:before {
  content: "\f2e9";
}

.mdi-emoticon-happy:before {
  content: "\f2ea";
}

.mdi-emoticon-neutral:before {
  content: "\f2eb";
}

.mdi-emoticon-poop:before {
  content: "\f2ec";
}

.mdi-emoticon-sad:before {
  content: "\f2ed";
}

.mdi-emoticon-tongue:before {
  content: "\f2ee";
}

.mdi-engine:before {
  content: "\f2ef";
}

.mdi-engine-outline:before {
  content: "\f2f0";
}

.mdi-equal:before {
  content: "\f2f1";
}

.mdi-equal-box:before {
  content: "\f2f2";
}

.mdi-eraser:before {
  content: "\f2f3";
}

.mdi-escalator:before {
  content: "\f2f4";
}

.mdi-ethernet:before {
  content: "\f2f5";
}

.mdi-ethernet-cable:before {
  content: "\f2f6";
}

.mdi-ethernet-cable-off:before {
  content: "\f2f7";
}

.mdi-etsy:before {
  content: "\f2f8";
}

.mdi-evernote:before {
  content: "\f2f9";
}

.mdi-exclamation:before {
  content: "\f2fa";
}

.mdi-exit-to-app:before {
  content: "\f2fb";
}

.mdi-export:before {
  content: "\f2fc";
}

.mdi-eye:before {
  content: "\f2fd";
}

.mdi-eye-off:before {
  content: "\f2fe";
}

.mdi-eyedropper:before {
  content: "\f2ff";
}

.mdi-eyedropper-variant:before {
  content: "\f300";
}

.mdi-facebook:before {
  content: "\f301";
}

.mdi-facebook-box:before {
  content: "\f302";
}

.mdi-facebook-messenger:before {
  content: "\f303";
}

.mdi-factory:before {
  content: "\f304";
}

.mdi-fan:before {
  content: "\f305";
}

.mdi-fast-forward:before {
  content: "\f306";
}

.mdi-fax:before {
  content: "\f307";
}

.mdi-ferry:before {
  content: "\f308";
}

.mdi-file:before {
  content: "\f309";
}

.mdi-file-chart:before {
  content: "\f30a";
}

.mdi-file-check:before {
  content: "\f30b";
}

.mdi-file-cloud:before {
  content: "\f30c";
}

.mdi-file-delimited:before {
  content: "\f30d";
}

.mdi-file-document:before {
  content: "\f30e";
}

.mdi-file-document-box:before {
  content: "\f30f";
}

.mdi-file-excel:before {
  content: "\f310";
}

.mdi-file-excel-box:before {
  content: "\f311";
}

.mdi-file-export:before {
  content: "\f312";
}

.mdi-file-find:before {
  content: "\f313";
}

.mdi-file-image:before {
  content: "\f314";
}

.mdi-file-import:before {
  content: "\f315";
}

.mdi-file-lock:before {
  content: "\f316";
}

.mdi-file-multiple:before {
  content: "\f317";
}

.mdi-file-music:before {
  content: "\f318";
}

.mdi-file-outline:before {
  content: "\f319";
}

.mdi-file-pdf:before {
  content: "\f31a";
}

.mdi-file-pdf-box:before {
  content: "\f31b";
}

.mdi-file-powerpoint:before {
  content: "\f31c";
}

.mdi-file-powerpoint-box:before {
  content: "\f31d";
}

.mdi-file-presentation-box:before {
  content: "\f31e";
}

.mdi-file-send:before {
  content: "\f31f";
}

.mdi-file-video:before {
  content: "\f320";
}

.mdi-file-word:before {
  content: "\f321";
}

.mdi-file-word-box:before {
  content: "\f322";
}

.mdi-file-xml:before {
  content: "\f323";
}

.mdi-film:before {
  content: "\f324";
}

.mdi-filmstrip:before {
  content: "\f325";
}

.mdi-filmstrip-off:before {
  content: "\f326";
}

.mdi-filter:before {
  content: "\f327";
}

.mdi-filter-outline:before {
  content: "\f328";
}

.mdi-filter-remove:before {
  content: "\f329";
}

.mdi-filter-remove-outline:before {
  content: "\f32a";
}

.mdi-filter-variant:before {
  content: "\f32b";
}

.mdi-fingerprint:before {
  content: "\f32c";
}

.mdi-fire:before {
  content: "\f32d";
}

.mdi-firefox:before {
  content: "\f32e";
}

.mdi-fish:before {
  content: "\f32f";
}

.mdi-flag:before {
  content: "\f330";
}

.mdi-flag-checkered:before {
  content: "\f331";
}

.mdi-flag-outline:before {
  content: "\f332";
}

.mdi-flag-outline-variant:before {
  content: "\f333";
}

.mdi-flag-triangle:before {
  content: "\f334";
}

.mdi-flag-variant:before {
  content: "\f335";
}

.mdi-flash:before {
  content: "\f336";
}

.mdi-flash-auto:before {
  content: "\f337";
}

.mdi-flash-off:before {
  content: "\f338";
}

.mdi-flashlight:before {
  content: "\f339";
}

.mdi-flashlight-off:before {
  content: "\f33a";
}

.mdi-flattr:before {
  content: "\f33b";
}

.mdi-flip-to-back:before {
  content: "\f33c";
}

.mdi-flip-to-front:before {
  content: "\f33d";
}

.mdi-floppy:before {
  content: "\f33e";
}

.mdi-flower:before {
  content: "\f33f";
}

.mdi-folder:before {
  content: "\f340";
}

.mdi-folder-account:before {
  content: "\f341";
}

.mdi-folder-download:before {
  content: "\f342";
}

.mdi-folder-google-drive:before {
  content: "\f343";
}

.mdi-folder-image:before {
  content: "\f344";
}

.mdi-folder-lock:before {
  content: "\f345";
}

.mdi-folder-lock-open:before {
  content: "\f346";
}

.mdi-folder-move:before {
  content: "\f347";
}

.mdi-folder-multiple:before {
  content: "\f348";
}

.mdi-folder-multiple-image:before {
  content: "\f349";
}

.mdi-folder-multiple-outline:before {
  content: "\f34a";
}

.mdi-folder-outline:before {
  content: "\f34b";
}

.mdi-folder-plus:before {
  content: "\f34c";
}

.mdi-folder-remove:before {
  content: "\f34d";
}

.mdi-folder-upload:before {
  content: "\f34e";
}

.mdi-food:before {
  content: "\f34f";
}

.mdi-food-apple:before {
  content: "\f350";
}

.mdi-food-variant:before {
  content: "\f351";
}

.mdi-football:before {
  content: "\f352";
}

.mdi-football-australian:before {
  content: "\f353";
}

.mdi-football-helmet:before {
  content: "\f354";
}

.mdi-format-align-center:before {
  content: "\f355";
}

.mdi-format-align-justify:before {
  content: "\f356";
}

.mdi-format-align-left:before {
  content: "\f357";
}

.mdi-format-align-right:before {
  content: "\f358";
}

.mdi-format-bold:before {
  content: "\f359";
}

.mdi-format-clear:before {
  content: "\f35a";
}

.mdi-format-color-fill:before {
  content: "\f35b";
}

.mdi-format-float-center:before {
  content: "\f35c";
}

.mdi-format-float-left:before {
  content: "\f35d";
}

.mdi-format-float-none:before {
  content: "\f35e";
}

.mdi-format-float-right:before {
  content: "\f35f";
}

.mdi-format-header-1:before {
  content: "\f360";
}

.mdi-format-header-2:before {
  content: "\f361";
}

.mdi-format-header-3:before {
  content: "\f362";
}

.mdi-format-header-4:before {
  content: "\f363";
}

.mdi-format-header-5:before {
  content: "\f364";
}

.mdi-format-header-6:before {
  content: "\f365";
}

.mdi-format-header-decrease:before {
  content: "\f366";
}

.mdi-format-header-equal:before {
  content: "\f367";
}

.mdi-format-header-increase:before {
  content: "\f368";
}

.mdi-format-header-pound:before {
  content: "\f369";
}

.mdi-format-indent-decrease:before {
  content: "\f36a";
}

.mdi-format-indent-increase:before {
  content: "\f36b";
}

.mdi-format-italic:before {
  content: "\f36c";
}

.mdi-format-line-spacing:before {
  content: "\f36d";
}

.mdi-format-list-bulleted:before {
  content: "\f36e";
}

.mdi-format-list-bulleted-type:before {
  content: "\f36f";
}

.mdi-format-list-numbers:before {
  content: "\f370";
}

.mdi-format-paint:before {
  content: "\f371";
}

.mdi-format-paragraph:before {
  content: "\f372";
}

.mdi-format-quote:before {
  content: "\f373";
}

.mdi-format-size:before {
  content: "\f374";
}

.mdi-format-strikethrough:before {
  content: "\f375";
}

.mdi-format-strikethrough-variant:before {
  content: "\f376";
}

.mdi-format-subscript:before {
  content: "\f377";
}

.mdi-format-superscript:before {
  content: "\f378";
}

.mdi-format-text:before {
  content: "\f379";
}

.mdi-format-textdirection-l-to-r:before {
  content: "\f37a";
}

.mdi-format-textdirection-r-to-l:before {
  content: "\f37b";
}

.mdi-format-underline:before {
  content: "\f37c";
}

.mdi-format-wrap-inline:before {
  content: "\f37d";
}

.mdi-format-wrap-square:before {
  content: "\f37e";
}

.mdi-format-wrap-tight:before {
  content: "\f37f";
}

.mdi-format-wrap-top-bottom:before {
  content: "\f380";
}

.mdi-forum:before {
  content: "\f381";
}

.mdi-forward:before {
  content: "\f382";
}

.mdi-foursquare:before {
  content: "\f383";
}

.mdi-fridge:before {
  content: "\f384";
}

.mdi-fridge-filled:before {
  content: "\f385";
}

.mdi-fridge-filled-bottom:before {
  content: "\f386";
}

.mdi-fridge-filled-top:before {
  content: "\f387";
}

.mdi-fullscreen:before {
  content: "\f388";
}

.mdi-fullscreen-exit:before {
  content: "\f389";
}

.mdi-function:before {
  content: "\f38a";
}

.mdi-gamepad:before {
  content: "\f38b";
}

.mdi-gamepad-variant:before {
  content: "\f38c";
}

.mdi-gas-station:before {
  content: "\f38d";
}

.mdi-gate:before {
  content: "\f38e";
}

.mdi-gauge:before {
  content: "\f38f";
}

.mdi-gavel:before {
  content: "\f390";
}

.mdi-gender-female:before {
  content: "\f391";
}

.mdi-gender-male:before {
  content: "\f392";
}

.mdi-gender-male-female:before {
  content: "\f393";
}

.mdi-gender-transgender:before {
  content: "\f394";
}

.mdi-ghost:before {
  content: "\f395";
}

.mdi-gift:before {
  content: "\f396";
}

.mdi-git:before {
  content: "\f397";
}

.mdi-github-box:before {
  content: "\f398";
}

.mdi-github-circle:before {
  content: "\f399";
}

.mdi-glass-flute:before {
  content: "\f39a";
}

.mdi-glass-mug:before {
  content: "\f39b";
}

.mdi-glass-stange:before {
  content: "\f39c";
}

.mdi-glass-tulip:before {
  content: "\f39d";
}

.mdi-glasses:before {
  content: "\f39e";
}

.mdi-gmail:before {
  content: "\f39f";
}

.mdi-google:before {
  content: "\f3a0";
}

.mdi-google-cardboard:before {
  content: "\f3a1";
}

.mdi-google-chrome:before {
  content: "\f3a2";
}

.mdi-google-circles:before {
  content: "\f3a3";
}

.mdi-google-circles-communities:before {
  content: "\f3a4";
}

.mdi-google-circles-extended:before {
  content: "\f3a5";
}

.mdi-google-circles-group:before {
  content: "\f3a6";
}

.mdi-google-controller:before {
  content: "\f3a7";
}

.mdi-google-controller-off:before {
  content: "\f3a8";
}

.mdi-google-drive:before {
  content: "\f3a9";
}

.mdi-google-earth:before {
  content: "\f3aa";
}

.mdi-google-glass:before {
  content: "\f3ab";
}

.mdi-google-nearby:before {
  content: "\f3ac";
}

.mdi-google-pages:before {
  content: "\f3ad";
}

.mdi-google-physical-web:before {
  content: "\f3ae";
}

.mdi-google-play:before {
  content: "\f3af";
}

.mdi-google-plus:before {
  content: "\f3b0";
}

.mdi-google-plus-box:before {
  content: "\f3b1";
}

.mdi-google-translate:before {
  content: "\f3b2";
}

.mdi-google-wallet:before {
  content: "\f3b3";
}

.mdi-grid:before {
  content: "\f3b4";
}

.mdi-grid-off:before {
  content: "\f3b5";
}

.mdi-group:before {
  content: "\f3b6";
}

.mdi-guitar:before {
  content: "\f3b7";
}

.mdi-guitar-pick:before {
  content: "\f3b8";
}

.mdi-guitar-pick-outline:before {
  content: "\f3b9";
}

.mdi-hand-pointing-right:before {
  content: "\f3ba";
}

.mdi-hanger:before {
  content: "\f3bb";
}

.mdi-hangouts:before {
  content: "\f3bc";
}

.mdi-harddisk:before {
  content: "\f3bd";
}

.mdi-headphones:before {
  content: "\f3be";
}

.mdi-headphones-box:before {
  content: "\f3bf";
}

.mdi-headphones-settings:before {
  content: "\f3c0";
}

.mdi-headset:before {
  content: "\f3c1";
}

.mdi-headset-dock:before {
  content: "\f3c2";
}

.mdi-headset-off:before {
  content: "\f3c3";
}

.mdi-heart:before {
  content: "\f3c4";
}

.mdi-heart-box:before {
  content: "\f3c5";
}

.mdi-heart-box-outline:before {
  content: "\f3c6";
}

.mdi-heart-broken:before {
  content: "\f3c7";
}

.mdi-heart-outline:before {
  content: "\f3c8";
}

.mdi-help:before {
  content: "\f3c9";
}

.mdi-help-circle:before {
  content: "\f3ca";
}

.mdi-hexagon:before {
  content: "\f3cb";
}

.mdi-hexagon-outline:before {
  content: "\f3cc";
}

.mdi-history:before {
  content: "\f3cd";
}

.mdi-hololens:before {
  content: "\f3ce";
}

.mdi-home:before {
  content: "\f3cf";
}

.mdi-home-modern:before {
  content: "\f3d0";
}

.mdi-home-variant:before {
  content: "\f3d1";
}

.mdi-hops:before {
  content: "\f3d2";
}

.mdi-hospital:before {
  content: "\f3d3";
}

.mdi-hospital-building:before {
  content: "\f3d4";
}

.mdi-hospital-marker:before {
  content: "\f3d5";
}

.mdi-hotel:before {
  content: "\f3d6";
}

.mdi-houzz:before {
  content: "\f3d7";
}

.mdi-houzz-box:before {
  content: "\f3d8";
}

.mdi-human:before {
  content: "\f3d9";
}

.mdi-human-child:before {
  content: "\f3da";
}

.mdi-human-male-female:before {
  content: "\f3db";
}

.mdi-image:before {
  content: "\f3dc";
}

.mdi-image-album:before {
  content: "\f3dd";
}

.mdi-image-area:before {
  content: "\f3de";
}

.mdi-image-area-close:before {
  content: "\f3df";
}

.mdi-image-broken:before {
  content: "\f3e0";
}

.mdi-image-broken-variant:before {
  content: "\f3e1";
}

.mdi-image-filter:before {
  content: "\f3e2";
}

.mdi-image-filter-black-white:before {
  content: "\f3e3";
}

.mdi-image-filter-center-focus:before {
  content: "\f3e4";
}

.mdi-image-filter-center-focus-weak:before {
  content: "\f3e5";
}

.mdi-image-filter-drama:before {
  content: "\f3e6";
}

.mdi-image-filter-frames:before {
  content: "\f3e7";
}

.mdi-image-filter-hdr:before {
  content: "\f3e8";
}

.mdi-image-filter-none:before {
  content: "\f3e9";
}

.mdi-image-filter-tilt-shift:before {
  content: "\f3ea";
}

.mdi-image-filter-vintage:before {
  content: "\f3eb";
}

.mdi-image-multiple:before {
  content: "\f3ec";
}

.mdi-import:before {
  content: "\f3ed";
}

.mdi-inbox:before {
  content: "\f3ee";
}

.mdi-information:before {
  content: "\f3ef";
}

.mdi-information-outline:before {
  content: "\f3f0";
}

.mdi-instagram:before {
  content: "\f3f1";
}

.mdi-instapaper:before {
  content: "\f3f2";
}

.mdi-internet-explorer:before {
  content: "\f3f3";
}

.mdi-invert-colors:before {
  content: "\f3f4";
}

.mdi-jeepney:before {
  content: "\f3f5";
}

.mdi-jira:before {
  content: "\f3f6";
}

.mdi-jsfiddle:before {
  content: "\f3f7";
}

.mdi-keg:before {
  content: "\f3f8";
}

.mdi-key:before {
  content: "\f3f9";
}

.mdi-key-change:before {
  content: "\f3fa";
}

.mdi-key-minus:before {
  content: "\f3fb";
}

.mdi-key-plus:before {
  content: "\f3fc";
}

.mdi-key-remove:before {
  content: "\f3fd";
}

.mdi-key-variant:before {
  content: "\f3fe";
}

.mdi-keyboard:before {
  content: "\f3ff";
}

.mdi-keyboard-backspace:before {
  content: "\f400";
}

.mdi-keyboard-caps:before {
  content: "\f401";
}

.mdi-keyboard-close:before {
  content: "\f402";
}

.mdi-keyboard-off:before {
  content: "\f403";
}

.mdi-keyboard-return:before {
  content: "\f404";
}

.mdi-keyboard-tab:before {
  content: "\f405";
}

.mdi-keyboard-variant:before {
  content: "\f406";
}

.mdi-label:before {
  content: "\f407";
}

.mdi-label-outline:before {
  content: "\f408";
}

.mdi-lan:before {
  content: "\f409";
}

.mdi-lan-connect:before {
  content: "\f40a";
}

.mdi-lan-disconnect:before {
  content: "\f40b";
}

.mdi-lan-pending:before {
  content: "\f40c";
}

.mdi-language-csharp:before {
  content: "\f40d";
}

.mdi-language-css3:before {
  content: "\f40e";
}

.mdi-language-html5:before {
  content: "\f40f";
}

.mdi-language-javascript:before {
  content: "\f410";
}

.mdi-language-php:before {
  content: "\f411";
}

.mdi-language-python:before {
  content: "\f412";
}

.mdi-language-python-text:before {
  content: "\f413";
}

.mdi-laptop:before {
  content: "\f414";
}

.mdi-laptop-chromebook:before {
  content: "\f415";
}

.mdi-laptop-mac:before {
  content: "\f416";
}

.mdi-laptop-windows:before {
  content: "\f417";
}

.mdi-lastfm:before {
  content: "\f418";
}

.mdi-launch:before {
  content: "\f419";
}

.mdi-layers:before {
  content: "\f41a";
}

.mdi-layers-off:before {
  content: "\f41b";
}

.mdi-leaf:before {
  content: "\f41c";
}

.mdi-led-off:before {
  content: "\f41d";
}

.mdi-led-on:before {
  content: "\f41e";
}

.mdi-led-outline:before {
  content: "\f41f";
}

.mdi-led-variant-off:before {
  content: "\f420";
}

.mdi-led-variant-on:before {
  content: "\f421";
}

.mdi-led-variant-outline:before {
  content: "\f422";
}

.mdi-library:before {
  content: "\f423";
}

.mdi-library-books:before {
  content: "\f424";
}

.mdi-library-music:before {
  content: "\f425";
}

.mdi-library-plus:before {
  content: "\f426";
}

.mdi-lightbulb:before {
  content: "\f427";
}

.mdi-lightbulb-outline:before {
  content: "\f428";
}

.mdi-link:before {
  content: "\f429";
}

.mdi-link-off:before {
  content: "\f42a";
}

.mdi-link-variant:before {
  content: "\f42b";
}

.mdi-link-variant-off:before {
  content: "\f42c";
}

.mdi-linkedin:before {
  content: "\f42d";
}

.mdi-linkedin-box:before {
  content: "\f42e";
}

.mdi-linux:before {
  content: "\f42f";
}

.mdi-lock:before {
  content: "\f430";
}

.mdi-lock-open:before {
  content: "\f431";
}

.mdi-lock-open-outline:before {
  content: "\f432";
}

.mdi-lock-outline:before {
  content: "\f433";
}

.mdi-login:before {
  content: "\f434";
}

.mdi-logout:before {
  content: "\f435";
}

.mdi-looks:before {
  content: "\f436";
}

.mdi-loupe:before {
  content: "\f437";
}

.mdi-lumx:before {
  content: "\f438";
}

.mdi-magnet:before {
  content: "\f439";
}

.mdi-magnet-on:before {
  content: "\f43a";
}

.mdi-magnify:before {
  content: "\f43b";
}

.mdi-magnify-minus:before {
  content: "\f43c";
}

.mdi-magnify-plus:before {
  content: "\f43d";
}

.mdi-mail-ru:before {
  content: "\f43e";
}

.mdi-map:before {
  content: "\f43f";
}

.mdi-map-marker:before {
  content: "\f440";
}

.mdi-map-marker-circle:before {
  content: "\f441";
}

.mdi-map-marker-multiple:before {
  content: "\f442";
}

.mdi-map-marker-off:before {
  content: "\f443";
}

.mdi-map-marker-radius:before {
  content: "\f444";
}

.mdi-margin:before {
  content: "\f445";
}

.mdi-markdown:before {
  content: "\f446";
}

.mdi-marker-check:before {
  content: "\f447";
}

.mdi-martini:before {
  content: "\f448";
}

.mdi-material-ui:before {
  content: "\f449";
}

.mdi-math-compass:before {
  content: "\f44a";
}

.mdi-maxcdn:before {
  content: "\f44b";
}

.mdi-medium:before {
  content: "\f44c";
}

.mdi-memory:before {
  content: "\f44d";
}

.mdi-menu:before {
  content: "\f44e";
}

.mdi-menu-down:before {
  content: "\f44f";
}

.mdi-menu-left:before {
  content: "\f450";
}

.mdi-menu-right:before {
  content: "\f451";
}

.mdi-menu-up:before {
  content: "\f452";
}

.mdi-message:before {
  content: "\f453";
}

.mdi-message-alert:before {
  content: "\f454";
}

.mdi-message-draw:before {
  content: "\f455";
}

.mdi-message-image:before {
  content: "\f456";
}

.mdi-message-outline:before {
  content: "\f457";
}

.mdi-message-processing:before {
  content: "\f458";
}

.mdi-message-reply:before {
  content: "\f459";
}

.mdi-message-reply-text:before {
  content: "\f45a";
}

.mdi-message-text:before {
  content: "\f45b";
}

.mdi-message-text-outline:before {
  content: "\f45c";
}

.mdi-message-video:before {
  content: "\f45d";
}

.mdi-microphone:before {
  content: "\f45e";
}

.mdi-microphone-off:before {
  content: "\f45f";
}

.mdi-microphone-outline:before {
  content: "\f460";
}

.mdi-microphone-settings:before {
  content: "\f461";
}

.mdi-microphone-variant:before {
  content: "\f462";
}

.mdi-microphone-variant-off:before {
  content: "\f463";
}

.mdi-microsoft:before {
  content: "\f464";
}

.mdi-minus:before {
  content: "\f465";
}

.mdi-minus-box:before {
  content: "\f466";
}

.mdi-minus-circle:before {
  content: "\f467";
}

.mdi-minus-circle-outline:before {
  content: "\f468";
}

.mdi-minus-network:before {
  content: "\f469";
}

.mdi-monitor:before {
  content: "\f46a";
}

.mdi-monitor-multiple:before {
  content: "\f46b";
}

.mdi-more:before {
  content: "\f46c";
}

.mdi-motorbike:before {
  content: "\f46d";
}

.mdi-mouse:before {
  content: "\f46e";
}

.mdi-mouse-off:before {
  content: "\f46f";
}

.mdi-mouse-variant:before {
  content: "\f470";
}

.mdi-mouse-variant-off:before {
  content: "\f471";
}

.mdi-movie:before {
  content: "\f472";
}

.mdi-multiplication:before {
  content: "\f473";
}

.mdi-multiplication-box:before {
  content: "\f474";
}

.mdi-music-box:before {
  content: "\f475";
}

.mdi-music-box-outline:before {
  content: "\f476";
}

.mdi-music-circle:before {
  content: "\f477";
}

.mdi-music-note:before {
  content: "\f478";
}

.mdi-music-note-eighth:before {
  content: "\f479";
}

.mdi-music-note-half:before {
  content: "\f47a";
}

.mdi-music-note-off:before {
  content: "\f47b";
}

.mdi-music-note-quarter:before {
  content: "\f47c";
}

.mdi-music-note-sixteenth:before {
  content: "\f47d";
}

.mdi-music-note-whole:before {
  content: "\f47e";
}

.mdi-nature:before {
  content: "\f47f";
}

.mdi-nature-people:before {
  content: "\f480";
}

.mdi-navigation:before {
  content: "\f481";
}

.mdi-needle:before {
  content: "\f482";
}

.mdi-nest-protect:before {
  content: "\f483";
}

.mdi-nest-thermostat:before {
  content: "\f484";
}

.mdi-newspaper:before {
  content: "\f485";
}

.mdi-nfc:before {
  content: "\f486";
}

.mdi-nfc-tap:before {
  content: "\f487";
}

.mdi-nfc-variant:before {
  content: "\f488";
}

.mdi-nodejs:before {
  content: "\f489";
}

.mdi-note:before {
  content: "\f48a";
}

.mdi-note-outline:before {
  content: "\f48b";
}

.mdi-note-plus:before {
  content: "\f48c";
}

.mdi-note-plus-outline:before {
  content: "\f48d";
}

.mdi-note-text:before {
  content: "\f48e";
}

.mdi-notification-clear-all:before {
  content: "\f48f";
}

.mdi-numeric:before {
  content: "\f490";
}

.mdi-numeric-0-box:before {
  content: "\f491";
}

.mdi-numeric-0-box-multiple-outline:before {
  content: "\f492";
}

.mdi-numeric-0-box-outline:before {
  content: "\f493";
}

.mdi-numeric-1-box:before {
  content: "\f494";
}

.mdi-numeric-1-box-multiple-outline:before {
  content: "\f495";
}

.mdi-numeric-1-box-outline:before {
  content: "\f496";
}

.mdi-numeric-2-box:before {
  content: "\f497";
}

.mdi-numeric-2-box-multiple-outline:before {
  content: "\f498";
}

.mdi-numeric-2-box-outline:before {
  content: "\f499";
}

.mdi-numeric-3-box:before {
  content: "\f49a";
}

.mdi-numeric-3-box-multiple-outline:before {
  content: "\f49b";
}

.mdi-numeric-3-box-outline:before {
  content: "\f49c";
}

.mdi-numeric-4-box:before {
  content: "\f49d";
}

.mdi-numeric-4-box-multiple-outline:before {
  content: "\f49e";
}

.mdi-numeric-4-box-outline:before {
  content: "\f49f";
}

.mdi-numeric-5-box:before {
  content: "\f4a0";
}

.mdi-numeric-5-box-multiple-outline:before {
  content: "\f4a1";
}

.mdi-numeric-5-box-outline:before {
  content: "\f4a2";
}

.mdi-numeric-6-box:before {
  content: "\f4a3";
}

.mdi-numeric-6-box-multiple-outline:before {
  content: "\f4a4";
}

.mdi-numeric-6-box-outline:before {
  content: "\f4a5";
}

.mdi-numeric-7-box:before {
  content: "\f4a6";
}

.mdi-numeric-7-box-multiple-outline:before {
  content: "\f4a7";
}

.mdi-numeric-7-box-outline:before {
  content: "\f4a8";
}

.mdi-numeric-8-box:before {
  content: "\f4a9";
}

.mdi-numeric-8-box-multiple-outline:before {
  content: "\f4aa";
}

.mdi-numeric-8-box-outline:before {
  content: "\f4ab";
}

.mdi-numeric-9-box:before {
  content: "\f4ac";
}

.mdi-numeric-9-box-multiple-outline:before {
  content: "\f4ad";
}

.mdi-numeric-9-box-outline:before {
  content: "\f4ae";
}

.mdi-numeric-9-plus-box:before {
  content: "\f4af";
}

.mdi-numeric-9-plus-box-multiple-outline:before {
  content: "\f4b0";
}

.mdi-numeric-9-plus-box-outline:before {
  content: "\f4b1";
}

.mdi-nutrition:before {
  content: "\f4b2";
}

.mdi-octagon:before {
  content: "\f4b3";
}

.mdi-octagon-outline:before {
  content: "\f4b4";
}

.mdi-odnoklassniki:before {
  content: "\f4b5";
}

.mdi-office:before {
  content: "\f4b6";
}

.mdi-oil:before {
  content: "\f4b7";
}

.mdi-oil-temperature:before {
  content: "\f4b8";
}

.mdi-omega:before {
  content: "\f4b9";
}

.mdi-onedrive:before {
  content: "\f4ba";
}

.mdi-open-in-app:before {
  content: "\f4bb";
}

.mdi-open-in-new:before {
  content: "\f4bc";
}

.mdi-opera:before {
  content: "\f4bd";
}

.mdi-ornament:before {
  content: "\f4be";
}

.mdi-ornament-variant:before {
  content: "\f4bf";
}

.mdi-outbox:before {
  content: "\f4c0";
}

.mdi-owl:before {
  content: "\f4c1";
}

.mdi-package:before {
  content: "\f4c2";
}

.mdi-package-down:before {
  content: "\f4c3";
}

.mdi-package-up:before {
  content: "\f4c4";
}

.mdi-package-variant:before {
  content: "\f4c5";
}

.mdi-package-variant-closed:before {
  content: "\f4c6";
}

.mdi-palette:before {
  content: "\f4c7";
}

.mdi-palette-advanced:before {
  content: "\f4c8";
}

.mdi-panda:before {
  content: "\f4c9";
}

.mdi-pandora:before {
  content: "\f4ca";
}

.mdi-panorama:before {
  content: "\f4cb";
}

.mdi-panorama-fisheye:before {
  content: "\f4cc";
}

.mdi-panorama-horizontal:before {
  content: "\f4cd";
}

.mdi-panorama-vertical:before {
  content: "\f4ce";
}

.mdi-panorama-wide-angle:before {
  content: "\f4cf";
}

.mdi-paper-cut-vertical:before {
  content: "\f4d0";
}

.mdi-paperclip:before {
  content: "\f4d1";
}

.mdi-parking:before {
  content: "\f4d2";
}

.mdi-pause:before {
  content: "\f4d3";
}

.mdi-pause-circle:before {
  content: "\f4d4";
}

.mdi-pause-circle-outline:before {
  content: "\f4d5";
}

.mdi-pause-octagon:before {
  content: "\f4d6";
}

.mdi-pause-octagon-outline:before {
  content: "\f4d7";
}

.mdi-paw:before {
  content: "\f4d8";
}

.mdi-pen:before {
  content: "\f4d9";
}

.mdi-pencil:before {
  content: "\f4da";
}

.mdi-pencil-box:before {
  content: "\f4db";
}

.mdi-pencil-box-outline:before {
  content: "\f4dc";
}

.mdi-pencil-lock:before {
  content: "\f4dd";
}

.mdi-pencil-off:before {
  content: "\f4de";
}

.mdi-percent:before {
  content: "\f4df";
}

.mdi-pharmacy:before {
  content: "\f4e0";
}

.mdi-phone:before {
  content: "\f4e1";
}

.mdi-phone-bluetooth:before {
  content: "\f4e2";
}

.mdi-phone-forward:before {
  content: "\f4e3";
}

.mdi-phone-hangup:before {
  content: "\f4e4";
}

.mdi-phone-in-talk:before {
  content: "\f4e5";
}

.mdi-phone-incoming:before {
  content: "\f4e6";
}

.mdi-phone-locked:before {
  content: "\f4e7";
}

.mdi-phone-log:before {
  content: "\f4e8";
}

.mdi-phone-missed:before {
  content: "\f4e9";
}

.mdi-phone-outgoing:before {
  content: "\f4ea";
}

.mdi-phone-paused:before {
  content: "\f4eb";
}

.mdi-phone-settings:before {
  content: "\f4ec";
}

.mdi-phone-voip:before {
  content: "\f4ed";
}

.mdi-pi:before {
  content: "\f4ee";
}

.mdi-pi-box:before {
  content: "\f4ef";
}

.mdi-pig:before {
  content: "\f4f0";
}

.mdi-pill:before {
  content: "\f4f1";
}

.mdi-pin:before {
  content: "\f4f2";
}

.mdi-pin-off:before {
  content: "\f4f3";
}

.mdi-pine-tree:before {
  content: "\f4f4";
}

.mdi-pine-tree-box:before {
  content: "\f4f5";
}

.mdi-pinterest:before {
  content: "\f4f6";
}

.mdi-pinterest-box:before {
  content: "\f4f7";
}

.mdi-pizza:before {
  content: "\f4f8";
}

.mdi-play:before {
  content: "\f4f9";
}

.mdi-play-box-outline:before {
  content: "\f4fa";
}

.mdi-play-circle:before {
  content: "\f4fb";
}

.mdi-play-circle-outline:before {
  content: "\f4fc";
}

.mdi-play-pause:before {
  content: "\f4fd";
}

.mdi-play-protected-content:before {
  content: "\f4fe";
}

.mdi-playlist-minus:before {
  content: "\f4ff";
}

.mdi-playlist-play:before {
  content: "\f500";
}

.mdi-playlist-plus:before {
  content: "\f501";
}

.mdi-playlist-remove:before {
  content: "\f502";
}

.mdi-playstation:before {
  content: "\f503";
}

.mdi-plus:before {
  content: "\f504";
}

.mdi-plus-box:before {
  content: "\f505";
}

.mdi-plus-circle:before {
  content: "\f506";
}

.mdi-plus-circle-multiple-outline:before {
  content: "\f507";
}

.mdi-plus-circle-outline:before {
  content: "\f508";
}

.mdi-plus-network:before {
  content: "\f509";
}

.mdi-plus-one:before {
  content: "\f50a";
}

.mdi-pocket:before {
  content: "\f50b";
}

.mdi-pokeball:before {
  content: "\f50c";
}

.mdi-polaroid:before {
  content: "\f50d";
}

.mdi-poll:before {
  content: "\f50e";
}

.mdi-poll-box:before {
  content: "\f50f";
}

.mdi-polymer:before {
  content: "\f510";
}

.mdi-popcorn:before {
  content: "\f511";
}

.mdi-pound:before {
  content: "\f512";
}

.mdi-pound-box:before {
  content: "\f513";
}

.mdi-power:before {
  content: "\f514";
}

.mdi-power-settings:before {
  content: "\f515";
}

.mdi-power-socket:before {
  content: "\f516";
}

.mdi-presentation:before {
  content: "\f517";
}

.mdi-presentation-play:before {
  content: "\f518";
}

.mdi-printer:before {
  content: "\f519";
}

.mdi-printer-3d:before {
  content: "\f51a";
}

.mdi-printer-alert:before {
  content: "\f51b";
}

.mdi-professional-hexagon:before {
  content: "\f51c";
}

.mdi-projector:before {
  content: "\f51d";
}

.mdi-projector-screen:before {
  content: "\f51e";
}

.mdi-pulse:before {
  content: "\f51f";
}

.mdi-puzzle:before {
  content: "\f520";
}

.mdi-qrcode:before {
  content: "\f521";
}

.mdi-qrcode-scan:before {
  content: "\f522";
}

.mdi-quadcopter:before {
  content: "\f523";
}

.mdi-quality-high:before {
  content: "\f524";
}

.mdi-quicktime:before {
  content: "\f525";
}

.mdi-radar:before {
  content: "\f526";
}

.mdi-radiator:before {
  content: "\f527";
}

.mdi-radio:before {
  content: "\f528";
}

.mdi-radio-handheld:before {
  content: "\f529";
}

.mdi-radio-tower:before {
  content: "\f52a";
}

.mdi-radioactive:before {
  content: "\f52b";
}

.mdi-radiobox-blank:before {
  content: "\f52c";
}

.mdi-radiobox-marked:before {
  content: "\f52d";
}

.mdi-raspberrypi:before {
  content: "\f52e";
}

.mdi-ray-end:before {
  content: "\f52f";
}

.mdi-ray-end-arrow:before {
  content: "\f530";
}

.mdi-ray-start:before {
  content: "\f531";
}

.mdi-ray-start-arrow:before {
  content: "\f532";
}

.mdi-ray-start-end:before {
  content: "\f533";
}

.mdi-ray-vertex:before {
  content: "\f534";
}

.mdi-rdio:before {
  content: "\f535";
}

.mdi-read:before {
  content: "\f536";
}

.mdi-readability:before {
  content: "\f537";
}

.mdi-receipt:before {
  content: "\f538";
}

.mdi-record:before {
  content: "\f539";
}

.mdi-record-rec:before {
  content: "\f53a";
}

.mdi-recycle:before {
  content: "\f53b";
}

.mdi-reddit:before {
  content: "\f53c";
}

.mdi-redo:before {
  content: "\f53d";
}

.mdi-redo-variant:before {
  content: "\f53e";
}

.mdi-refresh:before {
  content: "\f53f";
}

.mdi-regex:before {
  content: "\f540";
}

.mdi-relative-scale:before {
  content: "\f541";
}

.mdi-reload:before {
  content: "\f542";
}

.mdi-remote:before {
  content: "\f543";
}

.mdi-rename-box:before {
  content: "\f544";
}

.mdi-repeat:before {
  content: "\f545";
}

.mdi-repeat-off:before {
  content: "\f546";
}

.mdi-repeat-once:before {
  content: "\f547";
}

.mdi-replay:before {
  content: "\f548";
}

.mdi-reply:before {
  content: "\f549";
}

.mdi-reply-all:before {
  content: "\f54a";
}

.mdi-reproduction:before {
  content: "\f54b";
}

.mdi-resize-bottom-right:before {
  content: "\f54c";
}

.mdi-responsive:before {
  content: "\f54d";
}

.mdi-rewind:before {
  content: "\f54e";
}

.mdi-ribbon:before {
  content: "\f54f";
}

.mdi-road:before {
  content: "\f550";
}

.mdi-road-variant:before {
  content: "\f551";
}

.mdi-rocket:before {
  content: "\f552";
}

.mdi-rotate-3d:before {
  content: "\f553";
}

.mdi-rotate-left:before {
  content: "\f554";
}

.mdi-rotate-left-variant:before {
  content: "\f555";
}

.mdi-rotate-right:before {
  content: "\f556";
}

.mdi-rotate-right-variant:before {
  content: "\f557";
}

.mdi-router-wireless:before {
  content: "\f558";
}

.mdi-routes:before {
  content: "\f559";
}

.mdi-rss:before {
  content: "\f55a";
}

.mdi-rss-box:before {
  content: "\f55b";
}

.mdi-ruler:before {
  content: "\f55c";
}

.mdi-run:before {
  content: "\f55d";
}

.mdi-sale:before {
  content: "\f55e";
}

.mdi-satellite:before {
  content: "\f55f";
}

.mdi-satellite-variant:before {
  content: "\f560";
}

.mdi-scale:before {
  content: "\f561";
}

.mdi-scale-bathroom:before {
  content: "\f562";
}

.mdi-school:before {
  content: "\f563";
}

.mdi-screen-rotation:before {
  content: "\f564";
}

.mdi-screen-rotation-lock:before {
  content: "\f565";
}

.mdi-screwdriver:before {
  content: "\f566";
}

.mdi-script:before {
  content: "\f567";
}

.mdi-sd:before {
  content: "\f568";
}

.mdi-seal:before {
  content: "\f569";
}

.mdi-seat-flat:before {
  content: "\f56a";
}

.mdi-seat-flat-angled:before {
  content: "\f56b";
}

.mdi-seat-individual-suite:before {
  content: "\f56c";
}

.mdi-seat-legroom-extra:before {
  content: "\f56d";
}

.mdi-seat-legroom-normal:before {
  content: "\f56e";
}

.mdi-seat-legroom-reduced:before {
  content: "\f56f";
}

.mdi-seat-recline-extra:before {
  content: "\f570";
}

.mdi-seat-recline-normal:before {
  content: "\f571";
}

.mdi-security:before {
  content: "\f572";
}

.mdi-security-network:before {
  content: "\f573";
}

.mdi-select:before {
  content: "\f574";
}

.mdi-select-all:before {
  content: "\f575";
}

.mdi-select-inverse:before {
  content: "\f576";
}

.mdi-select-off:before {
  content: "\f577";
}

.mdi-selection:before {
  content: "\f578";
}

.mdi-send:before {
  content: "\f579";
}

.mdi-server:before {
  content: "\f57a";
}

.mdi-server-minus:before {
  content: "\f57b";
}

.mdi-server-network:before {
  content: "\f57c";
}

.mdi-server-network-off:before {
  content: "\f57d";
}

.mdi-server-off:before {
  content: "\f57e";
}

.mdi-server-plus:before {
  content: "\f57f";
}

.mdi-server-remove:before {
  content: "\f580";
}

.mdi-server-security:before {
  content: "\f581";
}

.mdi-settings:before {
  content: "\f582";
}

.mdi-settings-box:before {
  content: "\f583";
}

.mdi-shape-plus:before {
  content: "\f584";
}

.mdi-share:before {
  content: "\f585";
}

.mdi-share-variant:before {
  content: "\f586";
}

.mdi-shield:before {
  content: "\f587";
}

.mdi-shield-outline:before {
  content: "\f588";
}

.mdi-shopping:before {
  content: "\f589";
}

.mdi-shopping-music:before {
  content: "\f58a";
}

.mdi-shredder:before {
  content: "\f58b";
}

.mdi-shuffle:before {
  content: "\f58c";
}

.mdi-shuffle-disabled:before {
  content: "\f58d";
}

.mdi-shuffle-variant:before {
  content: "\f58e";
}

.mdi-sigma:before {
  content: "\f58f";
}

.mdi-sign-caution:before {
  content: "\f590";
}

.mdi-signal:before {
  content: "\f591";
}

.mdi-silverware:before {
  content: "\f592";
}

.mdi-silverware-fork:before {
  content: "\f593";
}

.mdi-silverware-spoon:before {
  content: "\f594";
}

.mdi-silverware-variant:before {
  content: "\f595";
}

.mdi-sim:before {
  content: "\f596";
}

.mdi-sim-alert:before {
  content: "\f597";
}

.mdi-sim-off:before {
  content: "\f598";
}

.mdi-sitemap:before {
  content: "\f599";
}

.mdi-skip-backward:before {
  content: "\f59a";
}

.mdi-skip-forward:before {
  content: "\f59b";
}

.mdi-skip-next:before {
  content: "\f59c";
}

.mdi-skip-previous:before {
  content: "\f59d";
}

.mdi-skype:before {
  content: "\f59e";
}

.mdi-skype-business:before {
  content: "\f59f";
}

.mdi-slack:before {
  content: "\f5a0";
}

.mdi-sleep:before {
  content: "\f5a1";
}

.mdi-sleep-off:before {
  content: "\f5a2";
}

.mdi-smoking:before {
  content: "\f5a3";
}

.mdi-smoking-off:before {
  content: "\f5a4";
}

.mdi-snapchat:before {
  content: "\f5a5";
}

.mdi-snowman:before {
  content: "\f5a6";
}

.mdi-sofa:before {
  content: "\f5a7";
}

.mdi-sort:before {
  content: "\f5a8";
}

.mdi-sort-alphabetical:before {
  content: "\f5a9";
}

.mdi-sort-ascending:before {
  content: "\f5aa";
}

.mdi-sort-descending:before {
  content: "\f5ab";
}

.mdi-sort-numeric:before {
  content: "\f5ac";
}

.mdi-sort-variant:before {
  content: "\f5ad";
}

.mdi-soundcloud:before {
  content: "\f5ae";
}

.mdi-source-fork:before {
  content: "\f5af";
}

.mdi-source-pull:before {
  content: "\f5b0";
}

.mdi-speaker:before {
  content: "\f5b1";
}

.mdi-speaker-off:before {
  content: "\f5b2";
}

.mdi-speedometer:before {
  content: "\f5b3";
}

.mdi-spellcheck:before {
  content: "\f5b4";
}

.mdi-spotify:before {
  content: "\f5b5";
}

.mdi-spotlight:before {
  content: "\f5b6";
}

.mdi-spotlight-beam:before {
  content: "\f5b7";
}

.mdi-square-inc:before {
  content: "\f5b8";
}

.mdi-square-inc-cash:before {
  content: "\f5b9";
}

.mdi-stackoverflow:before {
  content: "\f5ba";
}

.mdi-stairs:before {
  content: "\f5bb";
}

.mdi-star:before {
  content: "\f5bc";
}

.mdi-star-circle:before {
  content: "\f5bd";
}

.mdi-star-half:before {
  content: "\f5be";
}

.mdi-star-off:before {
  content: "\f5bf";
}

.mdi-star-outline:before {
  content: "\f5c0";
}

.mdi-steam:before {
  content: "\f5c1";
}

.mdi-steering:before {
  content: "\f5c2";
}

.mdi-step-backward:before {
  content: "\f5c3";
}

.mdi-step-backward-2:before {
  content: "\f5c4";
}

.mdi-step-forward:before {
  content: "\f5c5";
}

.mdi-step-forward-2:before {
  content: "\f5c6";
}

.mdi-stethoscope:before {
  content: "\f5c7";
}

.mdi-stocking:before {
  content: "\f5c8";
}

.mdi-stop:before {
  content: "\f5c9";
}

.mdi-store:before {
  content: "\f5ca";
}

.mdi-store-24-hour:before {
  content: "\f5cb";
}

.mdi-stove:before {
  content: "\f5cc";
}

.mdi-subway:before {
  content: "\f5cd";
}

.mdi-sunglasses:before {
  content: "\f5ce";
}

.mdi-swap-horizontal:before {
  content: "\f5cf";
}

.mdi-swap-vertical:before {
  content: "\f5d0";
}

.mdi-swim:before {
  content: "\f5d1";
}

.mdi-switch:before {
  content: "\f5d2";
}

.mdi-sword:before {
  content: "\f5d3";
}

.mdi-sync:before {
  content: "\f5d4";
}

.mdi-sync-alert:before {
  content: "\f5d5";
}

.mdi-sync-off:before {
  content: "\f5d6";
}

.mdi-tab:before {
  content: "\f5d7";
}

.mdi-tab-unselected:before {
  content: "\f5d8";
}

.mdi-table:before {
  content: "\f5d9";
}

.mdi-table-column-plus-after:before {
  content: "\f5da";
}

.mdi-table-column-plus-before:before {
  content: "\f5db";
}

.mdi-table-column-remove:before {
  content: "\f5dc";
}

.mdi-table-column-width:before {
  content: "\f5dd";
}

.mdi-table-edit:before {
  content: "\f5de";
}

.mdi-table-large:before {
  content: "\f5df";
}

.mdi-table-row-height:before {
  content: "\f5e0";
}

.mdi-table-row-plus-after:before {
  content: "\f5e1";
}

.mdi-table-row-plus-before:before {
  content: "\f5e2";
}

.mdi-table-row-remove:before {
  content: "\f5e3";
}

.mdi-tablet:before {
  content: "\f5e4";
}

.mdi-tablet-android:before {
  content: "\f5e5";
}

.mdi-tablet-ipad:before {
  content: "\f5e6";
}

.mdi-tag:before {
  content: "\f5e7";
}

.mdi-tag-faces:before {
  content: "\f5e8";
}

.mdi-tag-multiple:before {
  content: "\f5e9";
}

.mdi-tag-outline:before {
  content: "\f5ea";
}

.mdi-tag-text-outline:before {
  content: "\f5eb";
}

.mdi-target:before {
  content: "\f5ec";
}

.mdi-taxi:before {
  content: "\f5ed";
}

.mdi-teamviewer:before {
  content: "\f5ee";
}

.mdi-telegram:before {
  content: "\f5ef";
}

.mdi-television:before {
  content: "\f5f0";
}

.mdi-television-guide:before {
  content: "\f5f1";
}

.mdi-temperature-celsius:before {
  content: "\f5f2";
}

.mdi-temperature-fahrenheit:before {
  content: "\f5f3";
}

.mdi-temperature-kelvin:before {
  content: "\f5f4";
}

.mdi-tennis:before {
  content: "\f5f5";
}

.mdi-tent:before {
  content: "\f5f6";
}

.mdi-terrain:before {
  content: "\f5f7";
}

.mdi-text-to-speech:before {
  content: "\f5f8";
}

.mdi-text-to-speech-off:before {
  content: "\f5f9";
}

.mdi-texture:before {
  content: "\f5fa";
}

.mdi-theater:before {
  content: "\f5fb";
}

.mdi-theme-light-dark:before {
  content: "\f5fc";
}

.mdi-thermometer:before {
  content: "\f5fd";
}

.mdi-thermometer-lines:before {
  content: "\f5fe";
}

.mdi-thumb-down:before {
  content: "\f5ff";
}

.mdi-thumb-down-outline:before {
  content: "\f600";
}

.mdi-thumb-up:before {
  content: "\f601";
}

.mdi-thumb-up-outline:before {
  content: "\f602";
}

.mdi-thumbs-up-down:before {
  content: "\f603";
}

.mdi-ticket:before {
  content: "\f604";
}

.mdi-ticket-account:before {
  content: "\f605";
}

.mdi-ticket-confirmation:before {
  content: "\f606";
}

.mdi-tie:before {
  content: "\f607";
}

.mdi-timelapse:before {
  content: "\f608";
}

.mdi-timer:before {
  content: "\f609";
}

.mdi-timer-10:before {
  content: "\f60a";
}

.mdi-timer-3:before {
  content: "\f60b";
}

.mdi-timer-off:before {
  content: "\f60c";
}

.mdi-timer-sand:before {
  content: "\f60d";
}

.mdi-timetable:before {
  content: "\f60e";
}

.mdi-toggle-switch:before {
  content: "\f60f";
}

.mdi-toggle-switch-off:before {
  content: "\f610";
}

.mdi-tooltip:before {
  content: "\f611";
}

.mdi-tooltip-edit:before {
  content: "\f612";
}

.mdi-tooltip-image:before {
  content: "\f613";
}

.mdi-tooltip-outline:before {
  content: "\f614";
}

.mdi-tooltip-outline-plus:before {
  content: "\f615";
}

.mdi-tooltip-text:before {
  content: "\f616";
}

.mdi-tor:before {
  content: "\f617";
}

.mdi-traffic-light:before {
  content: "\f618";
}

.mdi-train:before {
  content: "\f619";
}

.mdi-tram:before {
  content: "\f61a";
}

.mdi-transcribe:before {
  content: "\f61b";
}

.mdi-transcribe-close:before {
  content: "\f61c";
}

.mdi-transfer:before {
  content: "\f61d";
}

.mdi-tree:before {
  content: "\f61e";
}

.mdi-trello:before {
  content: "\f61f";
}

.mdi-trending-down:before {
  content: "\f620";
}

.mdi-trending-neutral:before {
  content: "\f621";
}

.mdi-trending-up:before {
  content: "\f622";
}

.mdi-triangle:before {
  content: "\f623";
}

.mdi-triangle-outline:before {
  content: "\f624";
}

.mdi-trophy:before {
  content: "\f625";
}

.mdi-trophy-award:before {
  content: "\f626";
}

.mdi-trophy-outline:before {
  content: "\f627";
}

.mdi-trophy-variant:before {
  content: "\f628";
}

.mdi-trophy-variant-outline:before {
  content: "\f629";
}

.mdi-truck:before {
  content: "\f62a";
}

.mdi-truck-delivery:before {
  content: "\f62b";
}

.mdi-tshirt-crew:before {
  content: "\f62c";
}

.mdi-tshirt-v:before {
  content: "\f62d";
}

.mdi-tumblr:before {
  content: "\f62e";
}

.mdi-tumblr-reblog:before {
  content: "\f62f";
}

.mdi-twitch:before {
  content: "\f630";
}

.mdi-twitter:before {
  content: "\f631";
}

.mdi-twitter-box:before {
  content: "\f632";
}

.mdi-twitter-circle:before {
  content: "\f633";
}

.mdi-twitter-retweet:before {
  content: "\f634";
}

.mdi-ubuntu:before {
  content: "\f635";
}

.mdi-umbraco:before {
  content: "\f636";
}

.mdi-umbrella:before {
  content: "\f637";
}

.mdi-umbrella-outline:before {
  content: "\f638";
}

.mdi-undo:before {
  content: "\f639";
}

.mdi-undo-variant:before {
  content: "\f63a";
}

.mdi-unfold-less:before {
  content: "\f63b";
}

.mdi-unfold-more:before {
  content: "\f63c";
}

.mdi-ungroup:before {
  content: "\f63d";
}

.mdi-untappd:before {
  content: "\f63e";
}

.mdi-upload:before {
  content: "\f63f";
}

.mdi-usb:before {
  content: "\f640";
}

.mdi-vector-arrange-above:before {
  content: "\f641";
}

.mdi-vector-arrange-below:before {
  content: "\f642";
}

.mdi-vector-circle:before {
  content: "\f643";
}

.mdi-vector-circle-variant:before {
  content: "\f644";
}

.mdi-vector-combine:before {
  content: "\f645";
}

.mdi-vector-curve:before {
  content: "\f646";
}

.mdi-vector-difference:before {
  content: "\f647";
}

.mdi-vector-difference-ab:before {
  content: "\f648";
}

.mdi-vector-difference-ba:before {
  content: "\f649";
}

.mdi-vector-intersection:before {
  content: "\f64a";
}

.mdi-vector-line:before {
  content: "\f64b";
}

.mdi-vector-point:before {
  content: "\f64c";
}

.mdi-vector-polygon:before {
  content: "\f64d";
}

.mdi-vector-polyline:before {
  content: "\f64e";
}

.mdi-vector-selection:before {
  content: "\f64f";
}

.mdi-vector-square:before {
  content: "\f650";
}

.mdi-vector-triangle:before {
  content: "\f651";
}

.mdi-vector-union:before {
  content: "\f652";
}

.mdi-verified:before {
  content: "\f653";
}

.mdi-vibrate:before {
  content: "\f654";
}

.mdi-video:before {
  content: "\f655";
}

.mdi-video-off:before {
  content: "\f656";
}

.mdi-video-switch:before {
  content: "\f657";
}

.mdi-view-agenda:before {
  content: "\f658";
}

.mdi-view-array:before {
  content: "\f659";
}

.mdi-view-carousel:before {
  content: "\f65a";
}

.mdi-view-column:before {
  content: "\f65b";
}

.mdi-view-dashboard:before {
  content: "\f65c";
}

.mdi-view-day:before {
  content: "\f65d";
}

.mdi-view-grid:before {
  content: "\f65e";
}

.mdi-view-headline:before {
  content: "\f65f";
}

.mdi-view-list:before {
  content: "\f660";
}

.mdi-view-module:before {
  content: "\f661";
}

.mdi-view-quilt:before {
  content: "\f662";
}

.mdi-view-stream:before {
  content: "\f663";
}

.mdi-view-week:before {
  content: "\f664";
}

.mdi-vimeo:before {
  content: "\f665";
}

.mdi-vine:before {
  content: "\f666";
}

.mdi-vk:before {
  content: "\f667";
}

.mdi-vk-box:before {
  content: "\f668";
}

.mdi-vk-circle:before {
  content: "\f669";
}

.mdi-voicemail:before {
  content: "\f66a";
}

.mdi-volume-high:before {
  content: "\f66b";
}

.mdi-volume-low:before {
  content: "\f66c";
}

.mdi-volume-medium:before {
  content: "\f66d";
}

.mdi-volume-off:before {
  content: "\f66e";
}

.mdi-vpn:before {
  content: "\f66f";
}

.mdi-walk:before {
  content: "\f670";
}

.mdi-wallet:before {
  content: "\f671";
}

.mdi-wallet-giftcard:before {
  content: "\f672";
}

.mdi-wallet-membership:before {
  content: "\f673";
}

.mdi-wallet-travel:before {
  content: "\f674";
}

.mdi-wan:before {
  content: "\f675";
}

.mdi-watch:before {
  content: "\f676";
}

.mdi-watch-export:before {
  content: "\f677";
}

.mdi-watch-import:before {
  content: "\f678";
}

.mdi-water:before {
  content: "\f679";
}

.mdi-water-off:before {
  content: "\f67a";
}

.mdi-water-percent:before {
  content: "\f67b";
}

.mdi-water-pump:before {
  content: "\f67c";
}

.mdi-weather-cloudy:before {
  content: "\f67d";
}

.mdi-weather-fog:before {
  content: "\f67e";
}

.mdi-weather-hail:before {
  content: "\f67f";
}

.mdi-weather-lightning:before {
  content: "\f680";
}

.mdi-weather-night:before {
  content: "\f681";
}

.mdi-weather-partlycloudy:before {
  content: "\f682";
}

.mdi-weather-pouring:before {
  content: "\f683";
}

.mdi-weather-rainy:before {
  content: "\f684";
}

.mdi-weather-snowy:before {
  content: "\f685";
}

.mdi-weather-sunny:before {
  content: "\f686";
}

.mdi-weather-sunset:before {
  content: "\f687";
}

.mdi-weather-sunset-down:before {
  content: "\f688";
}

.mdi-weather-sunset-up:before {
  content: "\f689";
}

.mdi-weather-windy:before {
  content: "\f68a";
}

.mdi-weather-windy-variant:before {
  content: "\f68b";
}

.mdi-web:before {
  content: "\f68c";
}

.mdi-webcam:before {
  content: "\f68d";
}

.mdi-weight:before {
  content: "\f68e";
}

.mdi-weight-kilogram:before {
  content: "\f68f";
}

.mdi-whatsapp:before {
  content: "\f690";
}

.mdi-wheelchair-accessibility:before {
  content: "\f691";
}

.mdi-white-balance-auto:before {
  content: "\f692";
}

.mdi-white-balance-incandescent:before {
  content: "\f693";
}

.mdi-white-balance-irradescent:before {
  content: "\f694";
}

.mdi-white-balance-sunny:before {
  content: "\f695";
}

.mdi-wifi:before {
  content: "\f696";
}

.mdi-wifi-off:before {
  content: "\f697";
}

.mdi-wii:before {
  content: "\f698";
}

.mdi-wikipedia:before {
  content: "\f699";
}

.mdi-window-close:before {
  content: "\f69a";
}

.mdi-window-closed:before {
  content: "\f69b";
}

.mdi-window-maximize:before {
  content: "\f69c";
}

.mdi-window-minimize:before {
  content: "\f69d";
}

.mdi-window-open:before {
  content: "\f69e";
}

.mdi-window-restore:before {
  content: "\f69f";
}

.mdi-windows:before {
  content: "\f6a0";
}

.mdi-wordpress:before {
  content: "\f6a1";
}

.mdi-worker:before {
  content: "\f6a2";
}

.mdi-wrap:before {
  content: "\f6a3";
}

.mdi-wrench:before {
  content: "\f6a4";
}

.mdi-wunderlist:before {
  content: "\f6a5";
}

.mdi-xbox:before {
  content: "\f6a6";
}

.mdi-xbox-controller:before {
  content: "\f6a7";
}

.mdi-xbox-controller-off:before {
  content: "\f6a8";
}

.mdi-xda:before {
  content: "\f6a9";
}

.mdi-xing:before {
  content: "\f6aa";
}

.mdi-xing-box:before {
  content: "\f6ab";
}

.mdi-xing-circle:before {
  content: "\f6ac";
}

.mdi-xml:before {
  content: "\f6ad";
}

.mdi-yeast:before {
  content: "\f6ae";
}

.mdi-yelp:before {
  content: "\f6af";
}

.mdi-youtube-play:before {
  content: "\f6b0";
}

.mdi-zip-box:before {
  content: "\f6b1";
}

.mdi-18px {
  font-size: 18px;
}

.mdi-24px {
  font-size: 24px;
}

.mdi-36px {
  font-size: 36px;
}

.mdi-48px {
  font-size: 48px;
}

.mdi-dark {
  color: rgba(0, 0, 0, 0.54);
}

.mdi-dark.mdi-inactive {
  color: rgba(0, 0, 0, 0.26);
}

.mdi-light {
  color: white;
}

.mdi-light.mdi-inactive {
  color: rgba(255, 255, 255, 0.3);
}

/*# sourceMappingURL=materialdesignicons.css.map */
.mod-article-single {
  margin-bottom: 1.67;
}

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

.mod-article-single .text-with-divider {
  position: relative;
  padding-left: 60px;
}

.mod-article-single .text-with-divider h4 {
  font-weight: 400;
  letter-spacing: -.03em;
  line-height: 38px;
}

.mod-article-single .text-with-divider:before {
  position: absolute;
  left: 0;
  top: 17px;
  content: '';
  display: inline-block;
  width: 40px;
  height: 2px;
  background-color: #79d7ff;
}

.mod-article-single__about .item_img.img-intro img {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  overflow: hidden;
}

.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: #5ec0ea;
  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__welcome .item_introtext {
  width: 33.3333%;
}

.mod-article-single__welcome .mod-newsflash-adv_custom-link {
  position: absolute;
  top: 30.5%;
  right: 46px;
}

.mod-article-single__welcome .mod-newsflash-adv_custom-link a {
  width: 110px;
  height: 110px;
  line-height: 110px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: linear-gradient(137.79deg, #55befb 17.17%, #7adbe0 82.4%);
  -webkit-box-shadow: 0px 5px 0px #4ec1f2;
  box-shadow: 0px 5px 0px #4ec1f2;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.mod-article-single__welcome .mod-newsflash-adv_custom-link a:before {
  content: "\f04b";
  font: 400 27px/27px "FontAwesome";
  line-height: inherit;
}

.mod-article-single__welcome .mod-newsflash-adv_custom-link a:hover {
  transform: scale(0.9);
  -o-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
}

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

.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: 16px 30px 11px 0;
  display: block;
  position: relative;
  text-decoration: none;
  text-transform: none;
  font-size: 23px;
  line-height: 1.2em;
  font-weight: 500;
  color: #37383E;
}

.mod-bootstrap-collapse .accordion .card .card-header .card-header-title .heading_icon {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-size: 14px;
  line-height: 22px;
}

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

.mod-bootstrap-collapse .accordion .card .card-header .card-header-title:hover, .mod-bootstrap-collapse .accordion .card .card-header .card-header-title:focus, .mod-bootstrap-collapse .accordion .card .card-header .card-header-title:active {
  color: #79d7ff;
}

.mod-bootstrap-collapse .accordion .card .card-header.active .card-header-title .heading_icon:before {
  content: '\f465';
}

.mod-bootstrap-collapse .accordion .card .collapse-block .card-body {
  padding: 0 35px 12px 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-bootstrap-collapse .accordion .card + .card {
  border-top: 1px solid #D9D9D9 !important;
}

.mod-bootstrap-collapse__custom .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: 33px !important;
  -moz-border-radius: 33px !important;
  border-radius: 33px !important;
  background-color: transparent;
  -webkit-box-shadow: 0 4px 30px #e7e7e7;
  box-shadow: 0 4px 30px #e7e7e7;
}

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

.mod-bootstrap-collapse__custom .accordion .card .card-header .card-header-title {
  padding: 14px 0 13px 56px;
  display: block;
  position: relative;
  text-decoration: none;
  text-transform: none;
  font-size: 17px;
  font-weight: 500;
}

.mod-bootstrap-collapse__custom .accordion .card .card-header .card-header-title .heading_icon {
  position: absolute;
  right: auto;
  left: 20px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-size: 14px;
  line-height: 22px;
  color: #000;
}

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

.mod-bootstrap-collapse__custom .accordion .card .card-header.active .card-header-title .heading_icon:before {
  content: '\f239';
}

.mod-bootstrap-collapse__custom .accordion .card .collapse-block .card-body {
  padding: 0 35px 12px 56px;
}

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

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

.mod-bootstrap-collapse__custom .accordion .card + .card {
  border-top: none !important;
  margin-top: 11px;
}

.tags {
  line-height: 1.2em;
}

.tags li {
  line-height: inherit;
}

.tags li a {
  text-transform: uppercase;
  font-size: 15px;
  display: inline-block;
  line-height: inherit;
  font-weight: 600;
  text-decoration: none;
  letter-spacing: -.03em;
  padding: 4px 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  background: #60c5ff;
}

.tags li a:hover {
  background: #79d7ff;
}

.mod-newsflash-adv .hidden {
  display: none;
}

.mod-newsflash-adv .item_title a {
  text-decoration: none;
  color: inherit;
}

.mod-newsflash-adv .item_title a:hover, .mod-newsflash-adv .item_title a:focus, .mod-newsflash-adv .item_title a:active {
  color: #79d7ff;
}

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

.mod-newsflash-adv time {
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
}

.mod-newsflash-adv figure .tags {
  display: none;
}

.mod-newsflash-adv__pricing_simple .item .item_content .item_introtext .pricing-table {
  border: 1px solid #e6e8e8;
  text-align: center;
}

.mod-newsflash-adv__pricing_simple .item .item_content .item_introtext .pricing-table .pricing-table__heading {
  text-align: center;
  padding: 33px 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: 2px;
  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;
  color: rgba(55, 56, 62, 0.7);
  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: 22px 0 6px;
}

.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: #79d7ff;
  line-height: 1;
  font-style: normal;
  letter-spacing: 0em;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}

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

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

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

.mod-newsflash-adv__pricing_simple .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;
}

.mod-newsflash-adv__pricing_simple .item .item_content .item_introtext .pricing-table .pricing-table__action .btn {
  display: block;
  width: 100%;
  padding: 16px 29px;
  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.featured .item_content .item_introtext .pricing-table {
  background: #444141;
}

.mod-newsflash-adv__pricing_simple .item.featured .item_content .item_introtext .pricing-table .pricing-table__heading {
  border: 1px solid #444141;
}

.mod-newsflash-adv__pricing_simple .item.featured .item_content .item_introtext .pricing-table .pricing-table__heading .pricing-table__title {
  color: white;
}

.mod-newsflash-adv__pricing_simple .item.featured .item_content .item_introtext .pricing-table .pricing-table__heading .pricing-table__subtitle {
  color: #848a90;
}

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

.mod-newsflash-adv__pricing_detailed .item .item_content .item_introtext .pricing-table {
  border: 1px solid #e6e8e8;
  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: 1px solid #e6e8e8;
  border-bottom-width: 2px;
}

.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: 2px;
  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: rgba(55, 56, 62, 0.7);
  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: 22px 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: #79d7ff;
  line-height: 1;
  font-style: normal;
  letter-spacing: 0em;
  font-weight: 600;
  font-family: "Poppins", 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: #79d7ff;
}

.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: rgba(55, 56, 62, 0.7);
}

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

.mod-newsflash-adv__pricing_detailed .item .item_content .item_introtext .pricing-table .pricing-table__action .btn {
  display: block;
  width: 100%;
  padding: 16px 29px;
  white-space: normal;
}

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

.mod-newsflash-adv__pricing_detailed .item.featured .item_content .item_introtext .pricing-table .pricing-table__heading {
  border: 1px solid #444141;
  background: #444141;
}

.mod-newsflash-adv__pricing_detailed .item.featured .item_content .item_introtext .pricing-table .pricing-table__heading .pricing-table__title {
  color: white;
}

.mod-newsflash-adv__pricing_detailed .item.featured .item_content .item_introtext .pricing-table .pricing-table__heading .pricing-table__subtitle {
  color: #848a90;
}

.mod-newsflash-adv__pricing_detailed .item.featured .item_content .item_introtext .pricing-table .pricing-table__heading .pricing-table__price .pricing-table__price-suffix,
.mod-newsflash-adv__pricing_detailed .item.featured .item_content .item_introtext .pricing-table .pricing-table__heading .pricing-table__price .pricing-table__price-prefix,
.mod-newsflash-adv__pricing_detailed .item.featured .item_content .item_introtext .pricing-table .pricing-table__heading .pricing-table__price .pricing-table__price-val {
  color: white;
}

.mod-newsflash-adv__recent_posts .item .item_content .item_img {
  margin-bottom: 10px;
}

.mod-newsflash-adv__recent_posts .item .item_content .item_img img {
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}

.mod-newsflash-adv__recent_posts .item .item_content .item_title {
  text-decoration: none;
}

.mod-newsflash-adv__recent_posts .item .item_content .item_title a {
  color: #37383E;
}

.mod-newsflash-adv__recent_posts .item .item_content .item_title a:hover {
  color: #79d7ff;
}

.mod-newsflash-adv__team .item {
  text-align: center;
  margin-bottom: 30px;
}

.mod-newsflash-adv__team .item .item_img {
  margin-bottom: 11px;
}

.mod-newsflash-adv__team .item .item_title {
  display: inline-block;
  margin-bottom: 0;
  text-align: left;
  text-transform: none;
}

.mod-newsflash-adv__team .item .item_introtext {
  margin-top: 10px;
}

.mod-newsflash-adv__team .item .item_introtext .post {
  font-style: italic;
  color: #848a90;
  line-height: 20px;
}

.mod-newsflash-adv__team .item .item_introtext p {
  margin-bottom: 0;
}

.mod-newsflash-adv__team .item .item_introtext p + p {
  margin-top: 10px;
}

.mod-newsflash-adv__team .separator {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 30px;
}

.mod-newsflash-adv__default-services .item {
  text-align: left;
  margin-bottom: 35px;
}

.mod-newsflash-adv__default-services .item .item_content .item_title {
  text-align: left;
  color: inherit;
  text-transform: none;
}

.mod-newsflash-adv__default-services .item .item_content .item_title:hover {
  color: #79d7ff;
}

@media (max-width: 767px) {
  .mod-newsflash-adv__default-services .item {
    margin-bottom: 45px;
    text-align: center;
  }
  .mod-newsflash-adv__default-services .item .item_content .item_title {
    text-align: center;
  }
}

.mod-newsflash-adv__partners .item .item_content .item_img {
  text-align: center;
  background: none;
  padding: 42px 15px;
  display: block;
  width: 100%;
  margin: 0;
}

.mod-newsflash-adv__partners .item .item_content .item_img img {
  display: inline-block;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.mod-newsflash-adv__partners .item .item_content .item_introtext .item_title {
  margin-bottom: 6px;
}

@media (max-width: 767px) {
  .mod-newsflash-adv__partners .item {
    text-align: center;
  }
  .mod-newsflash-adv__partners .item .item_content .item_img {
    margin-bottom: 20px;
  }
  .mod-newsflash-adv__partners .item .item_content [class*="heading-style-"] {
    text-align: center;
  }
}

.mod-newsflash-adv__contacts .pretext {
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 57px;
}

.mod-newsflash-adv__contacts .item .item_content {
  text-align: center;
}

.mod-newsflash-adv__contacts .item .item_content i {
  display: inline-block;
  width: 113px;
  height: 113px;
  color: #79d7ff;
  font-size: 45px;
  line-height: 113px;
  background: white;
  -webkit-box-shadow: 0 4px 30px #e7e7e7;
  box-shadow: 0 4px 30px #e7e7e7;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin-bottom: 30px;
}

.mod-newsflash-adv__contacts .item .item_content .item_title {
  margin-bottom: 18px;
}

.mod-newsflash-adv__contacts .item .item_content .item_introtext {
  padding: 0 9%;
}

.mod-newsflash-adv__contacts .item .item_content .item_introtext p {
  margin-bottom: 0;
}

.mod-newsflash-adv__contacts .item .item_content .item_introtext p + * {
  margin-top: 10px;
}

.mod-newsflash-adv__contacts .item .item_content .item_introtext ul li a {
  text-decoration: none;
}

.mod-newsflash-adv__contacts .item .item_content .item_introtext ul li + li {
  margin-top: 0;
}

.mod-newsflash-adv__home-post {
  text-align: center;
}

.mod-newsflash-adv__home-post .box-icon-svg-inner {
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
}

.mod-newsflash-adv__home-post .box-icon-svg svg {
  -webkit-filter: drop-shadow(0 5px 0 #5ec0ea);
  filter: drop-shadow(0 5px 0 #5ec0ea);
}

.mod-newsflash-adv__home-post .box-icon-svg .icon-inner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 50px;
  line-height: 1em;
}

.mod-newsflash-adv__home-post .item_introtext {
  letter-spacing: -.45px;
}

@media (min-width: 1200px) {
  .mod-newsflash-adv__home-post .item_introtext {
    padding-left: 52px;
    padding-right: 52px;
  }
}

.mod-newsflash-adv__post-offer {
  text-align: center;
}

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

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

.mod-newsflash-adv__post-offer figure {
  padding-bottom: 115px;
  margin-bottom: 0;
  line-height: 0;
}

.mod-newsflash-adv__post-offer h1, .mod-newsflash-adv__post-offer h2, .mod-newsflash-adv__post-offer h3, .mod-newsflash-adv__post-offer h4, .mod-newsflash-adv__post-offer h5, .mod-newsflash-adv__post-offer h6, .mod-newsflash-adv__post-offer .h1, .mod-newsflash-adv__post-offer .h2, .mod-newsflash-adv__post-offer .h3, .mod-newsflash-adv__post-offer .h4, .mod-newsflash-adv__post-offer .h5, .mod-newsflash-adv__post-offer .h6 {
  margin-bottom: 5px;
}

.mod-newsflash-adv__post-offer .item_content {
  background: #fff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.mod-newsflash-adv__post-offer .item_content-text {
  padding: 28px 15px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  top: 100%;
  margin-top: -115px;
  left: 0;
  right: 0;
  background: #fff;
}

.mod-newsflash-adv__post-offer .item_content-text p {
  margin-bottom: 0;
}

.mod-newsflash-adv__post-offer .item_introtext {
  color: #79d7ff;
  font-weight: 600;
  text-transform: uppercase;
}

.mod-newsflash-adv__post-offer .item_introtext p {
  font-weight: 600;
  letter-spacing: -.1px;
}

@media (min-width: 768px) {
  .mod-newsflash-adv__post-offer article:hover {
    position: relative;
    z-index: 1;
  }
  .mod-newsflash-adv__post-offer article:hover .item_content {
    -webkit-box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.25);
  }
  .mod-newsflash-adv__post-offer article:hover .item_content-text {
    padding-top: 29px;
    padding-bottom: 38px;
  }
}

.mod-newsflash-adv__latest-posts figure {
  margin-bottom: 0;
}

.mod-newsflash-adv__latest-posts figure .tags {
  position: absolute;
  display: block;
  bottom: 18px;
  left: 27px;
  margin-bottom: 0;
}

.mod-newsflash-adv__latest-posts figure + .item_content-text .tags {
  display: none;
}

.mod-newsflash-adv__latest-posts figure + .item_content-text .item_title {
  margin-bottom: 0;
}

.mod-newsflash-adv__latest-posts figure img {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.mod-newsflash-adv__latest-posts article:hover .item_img img {
  transform: scale(1.04);
  -o-transform: scale(1.04);
  -moz-transform: scale(1.04);
  -webkit-transform: scale(1.04);
  -ms-transform: scale(1.04);
}

.mod-newsflash-adv__latest-posts .item_content {
  background: #fff;
  line-height: 0;
}

.mod-newsflash-adv__latest-posts .item_content div {
  line-height: 1.67;
}

.mod-newsflash-adv__latest-posts .item_introtext {
  font-weight: 300;
  padding-top: 3px;
  letter-spacing: -.4px;
  margin-bottom: 45px;
}

.mod-newsflash-adv__latest-posts .item_introtext + .tags {
  margin-bottom: 0;
}

.mod-newsflash-adv__latest-posts .item_content-text {
  padding: 29px 25px 37px 25px;
}

.mod-newsflash-adv__latest-posts .item_content-text .item_title {
  margin-bottom: 15px;
}

.mod-newsflash-adv__latest-posts .item_title {
  line-height: 1.3848em;
}

.mod-newsflash-adv__latest-posts .item_title a {
  color: #37383E;
  text-decoration: none;
}

.mod-newsflash-adv__latest-posts .item_title a:hover {
  color: #79d7ff;
}

.mod-newsflash-adv__latest-posts article:nth-child(2) .custom-block {
  display: block;
  padding: 29px 25px 37px 25px;
}

.mod-newsflash-adv__latest-posts article:nth-child(2) .custom-block .item_title {
  margin-bottom: 0;
}

.mod-newsflash-adv__latest-posts article:nth-child(2) .item_content-text {
  display: none;
}

.mod-newsflash-adv__latest-posts article:nth-child(3) .item_content-text {
  padding-bottom: 25px;
}

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

.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 .acym_form {
  width: 525px;
  margin-right: 15px;
  display: inline-block;
}

.acym_module_form .acym_form input {
  max-width: 100%;
}

.acym_module_form .acysubbuttons {
  display: inline-block;
  vertical-align: top;
}

.acym_module_form .acysubbuttons input {
  max-width: 100%;
}

.acym_module_form .acysubbuttons input.btn {
  padding-left: 37px;
  padding-right: 37px;
  box-shadow: none !important;
  background: #60c5ff;
}

.acym_module_form .acysubbuttons input.btn:hover {
  background: #13a9ff;
}

.mod_bootstraptabs h4 a {
  color: inherit;
  text-decoration: none;
}

.mod_bootstraptabs h4 a:hover, .mod_bootstraptabs h4 a:focus, .mod_bootstraptabs h4 a:active {
  color: #79d7ff;
}

.mod_bootstraptabs .nav-tabs {
  text-align: center;
  border: none;
  display: inline-block;
}

.mod_bootstraptabs .nav-tabs::after {
  display: block;
  clear: both;
  content: "";
}

.mod_bootstraptabs .nav-tabs .nav-item {
  margin: 0 20px 10px 0;
  float: left;
}

.mod_bootstraptabs .nav-tabs .nav-item a {
  padding: 0;
  text-decoration: none;
  color: #37383E;
  font-size: 17px;
  line-height: 1.2em;
  font-weight: 500;
  background: transparent;
  border: none;
}

.mod_bootstraptabs .nav-tabs .nav-item a:hover, .mod_bootstraptabs .nav-tabs .nav-item a.active {
  color: #79d7ff;
}

.mod_bootstraptabs .nav-tabs .nav-item.active a {
  color: #79d7ff;
  background: transparent;
}

.mod_bootstraptabs .nav-tabs .nav-item.active a, .mod_bootstraptabs .nav-tabs .nav-item.active a:hover, .mod_bootstraptabs .nav-tabs .nav-item.active a:focus {
  color: #79d7ff;
}

.mod_bootstraptabs_pricing .pretext {
  font-size: 17px;
  line-height: 1.65em;
  font-weight: 300;
  letter-spacing: -0.03em;
  margin-top: 13px;
  margin-bottom: 87px;
  padding-left: 15%;
  padding-right: 15%;
  text-align: center;
}

.mod_bootstraptabs_pricing .nav-block, .mod_bootstraptabs_pricing .tab-content {
  float: right;
}

.mod_bootstraptabs_pricing .nav-block {
  width: 22%;
  line-height: 0;
}

.mod_bootstraptabs_pricing .nav-block .btn-custom {
  line-height: 1.5em;
  text-align: center;
}

.mod_bootstraptabs_pricing .nav-block .btn-custom a {
  display: block;
  padding: 21px 25px;
  font-size: 15px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  background: #60c5ff;
  -webkit-border-radius: 0 0 20px 0;
  -moz-border-radius: 0 0 20px 0;
  border-radius: 0 0 20px 0;
}

.mod_bootstraptabs_pricing .nav-block .btn-custom a:hover {
  background: #79d7ff;
}

.mod_bootstraptabs_pricing .nav.nav-tabs {
  background: #37383E;
  padding: 48px 10px 47px 35px;
  line-height: 1.2em;
}

.mod_bootstraptabs_pricing .nav.nav-tabs .nav-item {
  margin-right: 0;
}

.mod_bootstraptabs_pricing .nav.nav-tabs .nav-item + .nav-item {
  margin-top: 25px;
}

.mod_bootstraptabs_pricing .nav.nav-tabs .nav-item a {
  color: rgba(255, 255, 255, 0.4);
  font-size: 17px;
  line-height: 1.2em;
  padding-left: 43px;
  font-weight: 600;
  letter-spacing: .01em;
  text-transform: uppercase;
}

.mod_bootstraptabs_pricing .nav.nav-tabs .nav-item a:before {
  position: absolute;
  content: '\f400';
  top: -1px;
  left: 0;
  font-family: "Material Design Icons";
  line-height: inherite;
  font-weight: 400;
  font-size: 30px;
  color: #79d7ff;
  transform: rotateY(-180deg);
  -o-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  -webkit-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  transition: all .3s;
  opacity: 0;
}

.mod_bootstraptabs_pricing .nav.nav-tabs .nav-item a:hover, .mod_bootstraptabs_pricing .nav.nav-tabs .nav-item a.active {
  color: #fff;
}

.mod_bootstraptabs_pricing .nav.nav-tabs .nav-item a:hover:before, .mod_bootstraptabs_pricing .nav.nav-tabs .nav-item a.active:before {
  opacity: 1;
}

.mod_bootstraptabs_pricing .tab-content {
  width: 78%;
}

.mod_bootstraptabs_pricing .content-tabs {
  width: 100%;
  background: #fff;
  padding: 61px 40px 57px 186px;
  font-family: "Poppins", sans-serif;
}

.mod_bootstraptabs_pricing .content-tabs + .content-tabs {
  border-top: 1px solid #c4c4c4;
}

.mod_bootstraptabs_pricing .content-tabs.mdi:before {
  position: absolute;
  font-family: "Material Design Icons";
  top: 57px;
  left: 40px;
  font-size: 80px;
  line-height: 1;
  color: rgba(55, 56, 62, 0.08);
}

.mod_bootstraptabs_pricing .content-tabs h4 {
  margin-bottom: 16px;
}

.mod_bootstraptabs_pricing .content-tabs b {
  display: inline-block;
  font-size: 17px;
  color: #79d7ff;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.04em;
  margin-bottom: 25px;
}

.mod_bootstraptabs_pricing .content-tabs p {
  font-size: 17px;
  line-height: 1.65em;
  margin-bottom: 0;
  letter-spacing: -0.03em;
}

#sp-breadcrumbs {
  background-color: white;
  margin-bottom: 30px;
  text-align: center;
  overflow: hidden;
  position: relative;
  background-size: cover;
}

#sp-breadcrumbs:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(117.34deg, rgba(61, 62, 67, 0.1) 2.52%, rgba(61, 62, 67, 0.47) 96.73%);
  pointer-events: none;
}

#sp-breadcrumbs h2 {
  color: white;
  font-size: 70px;
  letter-spacing: 0.1px;
  font-weight: 700;
  text-transform: uppercase;
  text-shadow: 0 4px 4px rgba(55, 56, 62, 0.25);
}

#sp-breadcrumb .sp-module {
  padding: 250px 0 145px;
}

.breadcrumb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 7px 0;
  font-size: 13px;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 1.7em;
  list-style: none;
  margin: 0;
  background-color: transparent;
  display: inline-block;
}

.breadcrumb li:before {
  content: '';
}

.breadcrumb .breadcrumb-item {
  padding: 0;
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
}

.breadcrumb .breadcrumb-item a, .breadcrumb .breadcrumb-item span {
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.breadcrumb .breadcrumb-item a:hover, .breadcrumb .breadcrumb-item span:hover {
  color: #fff;
  text-decoration: none;
}

.breadcrumb .breadcrumb-item.active a, .breadcrumb .breadcrumb-item.active span {
  color: #fff;
}

.breadcrumb .breadcrumb-item + .breadcrumb-item:before {
  content: '';
  display: inline-block;
  width: 5px;
  height: 5px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  padding: 0;
  margin-left: 6px;
  margin-right: 6px;
  margin-bottom: 3px;
  line-height: 5px;
  vertical-align: middle;
  font-weight: 400;
  background: #79d7ff;
}

.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__working-time .scheduled-time {
  margin-top: 11px;
  margin-bottom: 0;
}

.mod_custom__working-time .scheduled-time li {
  font-size: 16px;
  line-height: 20px;
}

.mod_custom__working-time .scheduled-time li i {
  color: #79d7ff;
}

.mod_custom__working-time .scheduled-time li + li {
  margin-top: 10px;
}

.mod_custom__working-time .scheduled-time + * {
  margin-top: 20px;
}

@media (max-width: 1199px) {
  .mod_custom__working-time {
    text-align: center;
  }
}

/*==================== Base styles =================*/
.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;
  /* fix firefox animation glitch */
}

.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;
  /* fix for flashing background */
  -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%);
  font: 400 24px/24px "Material Design Icons";
  opacity: .25;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.mod_owl_carousel .owl-prev:hover, .mod_owl_carousel .owl-next:hover {
  opacity: 1;
}

.mod_owl_carousel .owl-prev {
  left: 0;
}

.mod_owl_carousel .owl-prev:before {
  content: '\f14a';
}

.mod_owl_carousel .owl-next {
  right: 0;
}

.mod_owl_carousel .owl-next:before {
  content: '\f14f';
}

.mod_owl_carousel .owl-dots {
  text-align: left;
  margin-top: 2px;
}

.mod_owl_carousel .owl-dots .owl-dot {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  position: relative;
  width: 8px;
  height: 8px;
  outline: none;
  cursor: pointer;
  background-color: rgba(37, 67, 99, 0.1);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.mod_owl_carousel .owl-dots .owl-dot:hover, .mod_owl_carousel .owl-dots .owl-dot:focus {
  background: #5ec0ea;
}

.mod_owl_carousel .owl-dots .owl-dot.active {
  background: #5ec0ea;
}

.mod_owl_carousel .owl-dots .owl-dot + .owl-dot {
  margin-left: 7px;
}

.mod_owl_carousel .owl-item_content blockquote:before {
  display: none;
}

.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: 55px;
  -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 {
  width: 100%;
  padding-right: 45px;
  margin: 0;
  font-size: 12px;
  -webkit-border-radius: 28px;
  -moz-border-radius: 28px;
  border-radius: 28px;
}

.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 {
  background: transparent;
  padding: 0 17px 0 5px;
  border: none;
  letter-spacing: 0.1em;
  height: 55px;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 0;
  color: rgba(55, 56, 62, 0.7);
}

.blog-search .search form .input-group .input-group-btn .btn:before {
  content: "\f43b";
  font-family: "Material Design Icons";
  font-size: 24px;
  vertical-align: middle;
}

.blog-search .search form .input-group .input-group-btn .btn:hover {
  color: #79d7ff;
  background: transparent;
}

.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
  width: 100%;
}

.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%;
  width: 56px;
  height: 56px;
  line-height: 56px;
  font-size: 40px;
  text-align: center;
  margin-top: -28px;
  z-index: 10;
  cursor: pointer;
  color: #212529;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
  color: #fff;
}

.swiper-button-prev:hover:before,
.swiper-button-next:hover:before {
  background: #79d7ff;
}

.swiper-button-prev:before,
.swiper-button-next:before {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  content: '';
  display: block;
  position: absolute;
  width: 56px;
  height: 56px;
  background: white;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

@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 {
  left: 5%;
}

.swiper-button-prev:before {
  content: "\f237";
  position: absolute;
  top: 0;
  left: 0;
  font-family: "Material Design Icons";
}

.swiper-button-next {
  right: 5%;
}

.swiper-button-next:before {
  content: "\f238";
  position: absolute;
  top: 0;
  right: 0;
  font-family: "Material Design Icons";
}

.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: 16px;
  height: 16px;
  display: inline-block;
  border-radius: 100%;
  background: #fff;
  opacity: 0.5;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}

.swiper-pagination-bullet-active {
  opacity: 1;
}

.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: #79d7ff;
  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: 100%;
  max-height: 100%;
  vertical-align: middle;
  white-space: normal;
  padding: 0;
  text-align: center;
}

.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-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 23px;
  color: white;
  display: block;
  padding: 0;
  margin-bottom: 10px;
}

@media (max-width: 991px) {
  .swiper-slider .swiper-slide .swiper-slide-caption .camera_caption p {
    display: none;
  }
}

.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: 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%;
  white-space: nowrap;
}

@media (max-width: 767px) {
  .swiper-slider .swiper-slide .slide-inner {
    width: 100%;
  }
}

.mod_tm_ajax_contact_form {
  margin-bottom: 1.67;
}

.mod_tm_ajax_contact_form .mod_tm_ajax_contact_form_select {
  margin-bottom: 20px;
  font-size: 0;
}

.mod_tm_ajax_contact_form .control-group-input {
  position: relative;
}

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

.mod_tm_ajax_contact_form .control-group-input.reset-margin {
  margin-bottom: 0;
}

.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 .control-group-button {
  margin-top: 10px;
}

.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 mark {
  width: 150px;
  left: 0;
}

.mod_tm_ajax_contact_form .checkbox-area .checkbox mark label {
  padding: 0;
}

.parallax-container {
  position: relative;
  overflow: hidden;
}

.mod_tm_parallax {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-position: center center;
}

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

.parallax-content {
  padding-top: 135px;
  padding-bottom: 98px;
  color: #fff;
}

.parallax-content h1, .parallax-content h2, .parallax-content h3, .parallax-content h4, .parallax-content h5, .parallax-content h6, .parallax-content .h1, .parallax-content .h2, .parallax-content .h3, .parallax-content .h4, .parallax-content .h5, .parallax-content .h6 {
  color: #fff;
}

.parallax-content .sp-module-title {
  margin-bottom: 33px;
}

.parallax-content .pretext {
  font-size: 17px;
  line-height: 1.65em;
  font-weight: 300;
  padding-left: 19%;
  padding-right: 19%;
  letter-spacing: -0.03em;
  margin-bottom: 68px;
}

.parallax-content .sp-module, .parallax-content .moduletable {
  position: relative;
  z-index: 1;
}

.parallax-content .sp-module .item_content, .parallax-content .sp-module item__module, .parallax-content .moduletable .item_content, .parallax-content .moduletable item__module {
  color: rgba(55, 56, 62, 0.7);
}

.parallax-content .sp-module .item_content h1, .parallax-content .sp-module .item_content h2, .parallax-content .sp-module .item_content h3, .parallax-content .sp-module .item_content h4, .parallax-content .sp-module .item_content h5, .parallax-content .sp-module .item_content h6, .parallax-content .sp-module .item_content .h1, .parallax-content .sp-module .item_content .h2, .parallax-content .sp-module .item_content .h3, .parallax-content .sp-module .item_content .h4, .parallax-content .sp-module .item_content .h5, .parallax-content .sp-module .item_content .h6, .parallax-content .sp-module item__module h1, .parallax-content .sp-module item__module h2, .parallax-content .sp-module item__module h3, .parallax-content .sp-module item__module h4, .parallax-content .sp-module item__module h5, .parallax-content .sp-module item__module h6, .parallax-content .sp-module item__module .h1, .parallax-content .sp-module item__module .h2, .parallax-content .sp-module item__module .h3, .parallax-content .sp-module item__module .h4, .parallax-content .sp-module item__module .h5, .parallax-content .sp-module item__module .h6, .parallax-content .moduletable .item_content h1, .parallax-content .moduletable .item_content h2, .parallax-content .moduletable .item_content h3, .parallax-content .moduletable .item_content h4, .parallax-content .moduletable .item_content h5, .parallax-content .moduletable .item_content h6, .parallax-content .moduletable .item_content .h1, .parallax-content .moduletable .item_content .h2, .parallax-content .moduletable .item_content .h3, .parallax-content .moduletable .item_content .h4, .parallax-content .moduletable .item_content .h5, .parallax-content .moduletable .item_content .h6, .parallax-content .moduletable item__module h1, .parallax-content .moduletable item__module h2, .parallax-content .moduletable item__module h3, .parallax-content .moduletable item__module h4, .parallax-content .moduletable item__module h5, .parallax-content .moduletable item__module h6, .parallax-content .moduletable item__module .h1, .parallax-content .moduletable item__module .h2, .parallax-content .moduletable item__module .h3, .parallax-content .moduletable item__module .h4, .parallax-content .moduletable item__module .h5, .parallax-content .moduletable item__module .h6 {
  color: #37383E;
}

.parallax-content:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(55, 56, 62, 0.68) 0%, rgba(255, 255, 255, 0) 100%);
}

.parallax-2 .parallax-content {
  padding-top: 100px;
  padding-bottom: 160px;
  text-align: center;
}

.parallax-2 .parallax-content .moduletable {
  width: 100%;
}

.parallax-2 .parallax-content h2 {
  letter-spacing: -.04em;
  margin-bottom: 55px;
}

.parallax-2 .parallax-content:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(55, 56, 62, 0.68) 0%, rgba(255, 255, 255, 0) 100%);
  pointer-events: none;
}

.parallax-2 .parallax-content:after {
  position: absolute;
  content: '';
  top: 0;
  bottom: -1px;
  right: 0;
  left: 0;
  width: 100%;
  background: url(../images/wave-2.png) no-repeat center bottom transparent;
  background-size: 100% auto;
  pointer-events: none;
}

body.mobile .mod_tm_parallax {
  position: absolute;
}

.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: block;
  margin: 0 0 15px;
}

.mod_tm_portfolio .pretext {
  font-size: 17px;
  line-height: 1.65em;
  font-weight: 300;
  text-align: center;
  display: block;
  padding-left: 9.5%;
  padding-right: 9.5%;
  letter-spacing: -.1px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 74px;
  padding-top: 12px;
}

@media (min-width: 1200px) {
  .mod_tm_portfolio .pretext {
    width: 1200px;
  }
}

@media (max-width: 767px) {
  .mod_tm_portfolio .portfolio-container {
    max-width: 480px;
    margin: 0 auto;
  }
}

.mod_tm_portfolio .portfolio-container .portfolio-item .portfolio-item__content {
  margin-bottom: 30px;
  text-align: center;
}

.mod_tm_portfolio .portfolio-container .portfolio-item .portfolio-item__content .item_img {
  position: relative;
  display: block;
}

.mod_tm_portfolio .portfolio-container .portfolio-item .portfolio-item__content .item_img img {
  max-width: none;
  width: 100%;
}

.mod_tm_portfolio .portfolio-container .portfolio-item .portfolio-item__content .item_img .more_wrapper {
  background: rgba(121, 215, 255, 0.5);
  top: 0;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  width: 100%;
}

.mod_tm_portfolio .portfolio-container .portfolio-item .portfolio-item__content .item_img .more_wrapper .vert-align {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.mod_tm_portfolio .portfolio-container .portfolio-item .portfolio-item__content .item_img:hover .more_wrapper {
  opacity: 1;
}

.mod_tm_portfolio .portfolio-container .portfolio-item .portfolio-item__content .item_img:hover .gallery-item-classic-caption {
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

@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 .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: #79d7ff;
}

.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: rgba(55, 56, 62, 0.7);
}

.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 ul#filters {
  margin: 0 0 15px;
}

.mod_tm_portfolio ul#filters li {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 10px;
  margin-right: 10px;
}

.mod_tm_portfolio ul#filters li a {
  cursor: pointer;
  color: white;
}

.mod_tm_portfolio ul#filters li a.active {
  background: #93dfff;
}

.mod_tm_portfolio ul#filters li + li {
  margin-top: 0;
}

.mod_tm_portfolio ul#sort {
  display: inline-block;
  margin-bottom: 1.67;
}

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

.gallery-item-classic-caption {
  transform: translate(-70%, -50%);
  -o-transform: translate(-70%, -50%);
  -moz-transform: translate(-70%, -50%);
  -webkit-transform: translate(-70%, -50%);
  -ms-transform: translate(-70%, -50%);
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transition: transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
}

.btn-zoom {
  display: inline-block;
  font-size: 24px;
  line-height: 35px;
  text-align: center;
  padding: 25px 5px;
  color: #37383E;
  font-weight: 500;
  width: 85px;
  height: 85px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.4);
  cursor: pointer;
  text-decoration: none;
  text-transform: lowercase;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn-zoom:hover {
  color: #37383E;
  box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.4);
}

.mod_tm_progress_bars {
  margin-bottom: 3.34;
}

.mod_tm_progress_bars .progress-linear {
  margin-bottom: 50px;
  position: relative;
  height: 12px;
}

.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-bar-linear-wrap {
  background: #dee2e6;
  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: 1199px) {
  .mod_tm_progress_bars .progress-circle .progress-bar-circle {
    padding: 0;
  }
}

@media (max-width: 767px) {
  .mod_tm_progress_bars .progress-circle .progress-bar-circle {
    padding: 20%;
  }
}

@media (max-width: 479px) {
  .mod_tm_progress_bars .progress-circle .progress-bar-circle {
    padding: 10%;
  }
}

.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: 48%;
  left: 50%;
  font-weight: 800;
  font-size: 38px;
  line-height: 38px;
  -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 + div {
  margin-top: 0;
}

#sp-right .sp-column .sp-module {
  padding: 0;
}

#sp-right .sp-column .sp-module + * {
  margin-top: 60px;
}

.sp-module.team {
  padding-top: 0;
}

.sp-module.contacts {
  padding-top: 100px;
  padding-bottom: 49px;
}

.sp-module.contacts .sp-module-title {
  margin-bottom: 25px;
}

.sp-module.map {
  padding-bottom: 0;
}

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

.sp-module.social-menu {
  padding: 0;
}

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

.categories-module ul.categories-module li {
  list-style: none;
}

.categories-module.blog_categories li {
  border: none;
  position: relative;
  padding: 0;
  padding-left: 22px;
  font-size: 18px;
  font-weight: 300;
  text-decoration: none;
}

.categories-module.blog_categories li:before {
  content: '\f234';
  font-family: "Material Design Icons";
  font-size: 18px;
  line-height: inherit;
  color: #79d7ff;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: 0;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  -o-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.categories-module.blog_categories li + li {
  margin-top: 12px;
}

.categories-module.blog_categories li a {
  color: rgba(55, 56, 62, 0.7);
  font-weight: inherit;
  font-size: inherit;
  text-decoration: none;
}

.categories-module.blog_categories li a:hover {
  color: #79d7ff;
}

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

.blog_blog .article-list .col-md-12 + .col-md-12 .article {
  border-top: 1px solid #C4C4C4;
  padding-top: 30px;
  margin-top: 10px;
}

.blog_blog .article-list .article .article-intro-image a {
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  display: inline-block;
  overflow: hidden;
}

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

.article-details.blog ul.list-marked > li {
  position: relative;
  padding-left: 25px;
}

.article-details.blog ul.list-marked > li:before {
  position: absolute;
  display: inline-block;
  left: 0;
  top: -1px;
  min-width: 25px;
  content: '\f222';
  font-family: "Material Design Icons";
  line-height: 23px;
  font-size: 15px;
  letter-spacing: 0;
  color: #37383E;
}

.category-module {
  margin-bottom: 1.67;
}

.category-module li {
  list-style: none;
}

.mod_tm_counters {
  margin-top: 105px;
  margin-bottom: 105px;
}

.mod_tm_counters .counter_item {
  margin-bottom: 3.34;
}

.mod_tm_counters .counter_item .counter-wrapper {
  position: relative;
}

.mod_tm_counters .counter_item .counter-wrapper .counter-wrapper-box .counter-wrapper-box_content {
  text-align: center;
}

.mod_tm_counters .counter_item .counter-wrapper .counter-wrapper-box .counter-wrapper-box_content .counter-icon {
  font-size: 40px;
}

.mod_tm_counters .counter_item .counter-wrapper .counter-wrapper-box .counter-wrapper-box_content .counter-value-box {
  position: relative;
  margin-bottom: 15px;
}

.mod_tm_counters .counter_item .counter-wrapper .counter-wrapper-box .counter-wrapper-box_content .counter-value-box .counter-value {
  font-size: 110px;
  line-height: 1em;
  font-weight: 100;
  border: none;
  color: white;
  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 {
  font-size: 24px;
  display: inline-block;
  vertical-align: middle;
}

.mod_tm_counters .counter_item .counter-wrapper .counter-wrapper-box .counter-wrapper-box_content .counter-title {
  font-size: 14px;
  line-height: 1.2em;
  letter-spacing: .05em;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.8);
}

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

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

.jlslogin #login-form .userdata #form-login-remember label {
  font-weight: normal;
}

.jlslogin #login-form .ul-jlslogin {
  margin-bottom: 20px;
}

.jlslogin #slogin-buttons .btn {
  margin-bottom: 10px;
}

.jlslogin #slogin-buttons .btn:hover {
  background: #5ec0ea;
}

.jlslogin fieldset .btn {
  padding-top: 15px;
  padding-bottom: 15px;
}

.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: #79d7ff;
  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: #5ec0ea;
}

#sp-sidebar-right {
  z-index: 100;
}

#sp-sidebar-right .sp-module {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  right: 0;
  position: absolute;
  top: 0;
  left: auto;
  transition: width .2s ease;
}

#sp-sidebar-right .sp-module i.fa-user {
  color: white;
  cursor: pointer;
  font-size: 18px;
  height: 40px;
  left: -40px;
  line-height: 40px;
  -webkit-border-radius: 0 0 0 20px;
  -moz-border-radius: 0 0 0 20px;
  border-radius: 0 0 0 20px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 40px;
  background: #79d7ff;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

#sp-sidebar-right .sp-module .mod_login_wrapper {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-height: 100%;
  position: relative;
  right: 0;
  width: 0;
  transition: width linear .2s, right linear .2s;
}

#sp-sidebar-right .sp-module .mod_login_wrapper *[class*=heading-style] {
  color: white;
}

#sp-sidebar-right .sp-module .mod_login_wrapper .login-greeting {
  margin-bottom: 1.67;
}

#sp-sidebar-right .sp-module .mod_login_wrapper .input-prepend .add-on:hover i {
  background: transparent;
  color: #79d7ff;
}

#sp-sidebar-right .sp-module .mod_login_wrapper .jlslogin {
  width: 300px;
  background: #f9f9f9;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
}

#sp-sidebar-right .sp-module .mod_login_wrapper .jlslogin > div {
  padding: 20px;
}

#sp-sidebar-right .sp-module .mod_login_wrapper.shown {
  width: 300px;
}

.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 {
  margin-top: 10px;
}

.mod_tm_google_map .rd-google-map .gm-style-iw-a > div {
  max-width: 270px !important;
  min-width: 270px;
  margin-left: -135px;
}

.mod_tm_google_map .rd-google-map .gm-style-iw-a > div div {
  max-width: 270px !important;
  min-width: 270px;
}

.mod_tm_google_map .rd-google-map .gm-style-iw-a > div p {
  margin-bottom: 0;
}

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

.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: #79d7ff;
  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: 999999;
}

#sp-sidebar-left {
  z-index: 2;
}

#style_switcher {
  color: #fff;
}

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

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

#style_switcher div.color_scheme.preset1:before {
  top: 0;
  background: #5bbfea;
}

#style_switcher div.color_scheme.preset1:after {
  bottom: 0;
}

#style_switcher div.color_scheme.preset2 {
  background: #ff7986;
}

#style_switcher div.color_scheme.preset2:before {
  top: 0;
  background: #ea5e6e;
}

#style_switcher div.color_scheme.preset2:after {
  bottom: 0;
}

#style_switcher div.color_scheme.preset3 {
  background: #ecd302;
}

#style_switcher div.color_scheme.preset3:before {
  top: 0;
  background: #e4c702;
}

#style_switcher div.color_scheme.preset3:after {
  bottom: 0;
}

#style_switcher div.color_scheme.preset4 {
  background: #4ae777;
}

#style_switcher div.color_scheme.preset4:before {
  top: 0;
  background: #34d161;
}

#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: 2147483647;
  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: 100000;
  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: 1000001;
}

.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 .categories-module.blog_categories_megamenu li,
.slicknav_menu .categories-module.blog_categories_megamenu li {
  border: none;
  position: relative;
  padding: 0;
  padding-left: 19px;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
}

.sp-megamenu-wrapper .categories-module.blog_categories_megamenu li:before,
.slicknav_menu .categories-module.blog_categories_megamenu li:before {
  content: '\f238';
  font-family: "Material Design Icons";
  font-size: 14px;
  line-height: inherit;
  color: #79d7ff;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1px;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  -o-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.sp-megamenu-wrapper .categories-module.blog_categories_megamenu li + li,
.slicknav_menu .categories-module.blog_categories_megamenu li + li {
  margin-top: 19px;
}

.sp-megamenu-wrapper .categories-module.blog_categories_megamenu li a,
.slicknav_menu .categories-module.blog_categories_megamenu li a {
  color: rgba(55, 56, 62, 0.7);
  font-weight: inherit;
  font-size: inherit;
  text-decoration: none;
}

.sp-megamenu-wrapper .categories-module.blog_categories_megamenu li a:hover,
.slicknav_menu .categories-module.blog_categories_megamenu li a:hover {
  color: #79d7ff;
}

.sp-megamenu-wrapper .mod-newsflash-adv__latest_posts .item,
.slicknav_menu .mod-newsflash-adv__latest_posts .item {
  margin-bottom: 10px;
}

.sp-megamenu-wrapper .mod-newsflash-adv__latest_posts .item .item_img,
.slicknav_menu .mod-newsflash-adv__latest_posts .item .item_img {
  margin-right: 10px;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .sp-megamenu-wrapper .mod-newsflash-adv__latest_posts .item .item_img,
  .slicknav_menu .mod-newsflash-adv__latest_posts .item .item_img {
    float: none;
    max-width: none;
    margin: 0 0 10px 0;
  }
  .sp-megamenu-wrapper .mod-newsflash-adv__latest_posts .item .item_img img,
  .slicknav_menu .mod-newsflash-adv__latest_posts .item .item_img img {
    width: 100%;
    max-width: none;
  }
}

.sp-megamenu-wrapper .mod-newsflash-adv__latest_posts .item .item_title,
.slicknav_menu .mod-newsflash-adv__latest_posts .item .item_title {
  font-size: 14px;
  line-height: 20px;
}

.sp-megamenu-wrapper .mod-newsflash-adv__latest_posts .item .item_title a,
.slicknav_menu .mod-newsflash-adv__latest_posts .item .item_title a {
  font-size: inherit;
  line-height: inherit;
  text-transform: none;
  font-weight: 400;
}

.sp-megamenu-wrapper .mod-newsflash-adv__latest_posts .item .item_createdby,
.sp-megamenu-wrapper .mod-newsflash-adv__latest_posts .item .item_published,
.slicknav_menu .mod-newsflash-adv__latest_posts .item .item_createdby,
.slicknav_menu .mod-newsflash-adv__latest_posts .item .item_published {
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #79d7ff;
  position: relative;
  padding-left: 0;
  display: inline;
  letter-spacing: 1.4px;
}

.sp-megamenu-wrapper .mod-newsflash-adv__latest_posts .item .item_createdby:before,
.sp-megamenu-wrapper .mod-newsflash-adv__latest_posts .item .item_published:before,
.slicknav_menu .mod-newsflash-adv__latest_posts .item .item_createdby:before,
.slicknav_menu .mod-newsflash-adv__latest_posts .item .item_published:before {
  font-family: "FontAwesome";
  font-size: 14px;
  line-height: 14px;
  color: #79d7ff;
  position: relative;
}

.sp-megamenu-wrapper .mod-newsflash-adv__latest_posts .item .item_createdby:after,
.sp-megamenu-wrapper .mod-newsflash-adv__latest_posts .item .item_published:after,
.slicknav_menu .mod-newsflash-adv__latest_posts .item .item_createdby:after,
.slicknav_menu .mod-newsflash-adv__latest_posts .item .item_published:after {
  display: none;
  font-family: "FontAwesome";
  font-size: 14px;
  line-height: 14px;
  color: #79d7ff;
  position: relative;
}

.sp-megamenu-wrapper .mod-newsflash-adv__latest_posts .item .item_createdby,
.slicknav_menu .mod-newsflash-adv__latest_posts .item .item_createdby {
  margin-right: 10px;
}

.sp-megamenu-wrapper .mod-newsflash-adv__latest_posts .item .item_createdby:before, .sp-megamenu-wrapper .mod-newsflash-adv__latest_posts .item .item_createdby:after,
.slicknav_menu .mod-newsflash-adv__latest_posts .item .item_createdby:before,
.slicknav_menu .mod-newsflash-adv__latest_posts .item .item_createdby:after {
  content: '\f007';
}

.sp-megamenu-wrapper .mod-newsflash-adv__latest_posts .item .item_published,
.slicknav_menu .mod-newsflash-adv__latest_posts .item .item_published {
  padding-left: 0;
}

.sp-megamenu-wrapper .mod-newsflash-adv__latest_posts .item .item_published:before, .sp-megamenu-wrapper .mod-newsflash-adv__latest_posts .item .item_published:after,
.slicknav_menu .mod-newsflash-adv__latest_posts .item .item_published:before,
.slicknav_menu .mod-newsflash-adv__latest_posts .item .item_published:after {
  content: '\f133';
}

@media (max-width: 767px) {
  .sp-megamenu-wrapper .mod-newsflash-adv__latest_posts .item,
  .slicknav_menu .mod-newsflash-adv__latest_posts .item {
    margin-bottom: 30px;
  }
}

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

.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
  color: #fff;
}

.sp-megamenu-parent > li .sp-dropdown li.sp-menu-item > a {
  font-size: 14px !important;
}

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

.sp-megamenu-parent > li.active > a,
.sp-megamenu-parent > li.active:hover > a {
  color: #fff;
}

.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
  background: #fff;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a {
  color: #37383E;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a:hover {
  color: #79d7ff;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item.active > a {
  color: #79d7ff;
}

.sp-megamenu-parent .sp-mega-group > li > a {
  color: #37383E;
}

.sp-megamenu-parent .sp-mega-group > li > a:hover, .sp-megamenu-parent .sp-mega-group > li > span:hover {
  color: #79d7ff;
}

.sp-megamenu-parent .sp-mega-group > li.active > a, .sp-megamenu-parent .sp-mega-group > li > a.active {
  color: #79d7ff;
}

.sp-megamenu-parent .sp-mega-group > li li.sp-menu-item > a {
  color: #9b9b9b;
  text-transform: uppercase;
  font-weight: 500;
}

.sp-megamenu-parent .sp-mega-group > li li.sp-menu-item > a:before {
  position: absolute;
  top: 0;
  left: -20px;
  display: inline-block;
  content: '\f105';
  font-family: "FontAwesome";
  font-size: inherit;
  line-height: inherit;
  color: #60c5ff;
  opacity: 0;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
  pointer-events: none;
}

.sp-megamenu-parent .sp-mega-group > li li.sp-menu-item > a:hover, .sp-megamenu-parent .sp-mega-group > li li.sp-menu-item > span:hover {
  color: #79d7ff;
}

.sp-megamenu-parent .sp-mega-group > li li.sp-menu-item.active > a, .sp-megamenu-parent .sp-mega-group > li li.sp-menu-item > a.active {
  color: #79d7ff;
}

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

.nav.menu.social-menu {
  float: right;
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0 -10px;
}

.nav.menu.social-menu li {
  display: inline-block;
  margin: 0 10px;
}

.nav.menu.social-menu li a {
  text-decoration: none;
  display: block;
}

.nav.menu.social-menu li a:hover {
  background: none;
}

.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 a, .jg_detailnavinext a {
  text-decoration: none;
}

.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(94, 192, 234, 0.5);
  bottom: 0;
  color: #fff;
  font-size: 15px;
  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: #79d7ff;
}

.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: 15px;
  line-height: 1.67;
}

.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: rgba(55, 56, 62, 0.7);
}

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

.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(121, 215, 255, 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: #79d7ff;
}

.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: 15px;
  line-height: 1.67;
  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;
}

.jg_gallery {
  font-size: 0;
  line-height: 0;
  text-align: left;
  margin-bottom: 3.34;
}

.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.34;
  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.67;
  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: 18px;
  font-weight: 500;
  line-height: 2.004;
  margin-bottom: 1.67;
}

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

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

#kunena + div {
  margin-bottom: 30px;
}

#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 {
  font-size: 30px;
  line-height: 40px;
  color: #333333;
  display: block;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  #kunena .h1-heading {
    font-size: 26px;
  }
}

#kunena .h2-heading {
  color: #333333;
  display: block;
  font-size: 21px;
}

#kunena .h3-heading {
  color: #333333;
  display: block;
  font-size: 19px;
}

#kunena .h4-heading {
  color: #333333;
  font-size: 16px;
}

#kunena .h5-heading {
  color: #333333;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}

#kunena a {
  text-decoration: none;
}

#kunena .btn {
  padding: 7px 20px;
  font-size: 14px;
  line-height: 20px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#kunena .chzn-container {
  margin-bottom: 0;
}

#kunena form .input-group-btn .btn {
  padding: 0 10px;
  font-size: 14px;
  line-height: 55px;
  height: 55px;
}

#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 25px;
    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: 20px;
}

#kunena .ktopblock .ktopblock-wrapper .kmenu {
  margin-right: 20px;
}

#kunena .ktopblock .ktopblock-wrapper .kmenu .navbar-nav li {
  margin-right: 15px;
}

#kunena .ktopblock .ktopblock-wrapper .kmenu .navbar-nav li a {
  text-decoration: none;
  position: relative;
  border-bottom: 1px solid transparent;
  font-size: 18px;
  line-height: 1.2em;
  font-weight: 600;
  color: #37383E;
  padding-bottom: 5px;
}

#kunena .ktopblock .ktopblock-wrapper .kmenu .navbar-nav li:hover a, #kunena .ktopblock .ktopblock-wrapper .kmenu .navbar-nav li.active a {
  color: #79d7ff;
}

#kunena .ktopblock .ktopblock-wrapper .klogin #klogin .glyphicon,
#kunena .ktopblock .ktopblock-wrapper .klogin .dropdown-toggle .glyphicon,
#kunena .ktopblock .ktopblock-wrapper .klogout #klogin .glyphicon,
#kunena .ktopblock .ktopblock-wrapper .klogout .dropdown-toggle .glyphicon {
  font-family: "Material Design Icons";
}

#kunena .ktopblock .ktopblock-wrapper .klogin #klogin .glyphicon:before,
#kunena .ktopblock .ktopblock-wrapper .klogin .dropdown-toggle .glyphicon:before,
#kunena .ktopblock .ktopblock-wrapper .klogout #klogin .glyphicon:before,
#kunena .ktopblock .ktopblock-wrapper .klogout .dropdown-toggle .glyphicon:before {
  font-family: "Material Design Icons" !important;
  content: "\f433";
}

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

@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 .ktopblock-wrapper #userdropdownlogout .glyphicon {
  font-family: "Material Design Icons";
}

#kunena .ktopblock .ktopblock-wrapper #userdropdownlogout .glyphicon:before {
  font-family: "Material Design Icons" !important;
}

#kunena .ktopblock .ktopblock-wrapper #userdropdownlogout .user-default:before {
  content: "\f112";
}

#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: #37383e;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: stretch;
}

#kunena .section-header .ksection-name,
#kunena .section-header .ksection-description {
  padding-top: 15px;
  padding-bottom: 11px;
  display: flex;
}

#kunena .section-header .ksection-name {
  padding-left: 17px;
  padding-right: 15px;
  margin-right: 24px;
  background: #5ec0ea;
}

#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;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  color: white;
  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 {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  color: white;
  text-decoration: none;
}

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

#kunena .section-header .ksection-description {
  color: white;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}

@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;
  color: white;
}

#kunena .section-header .section-toggler .section-toggler-btn:hover {
  background: transparent;
  color: white;
}

#kunena .section-header .section-toggler .section-toggler-btn .toggle-icon:before {
  content: "\f465";
  font-family: "Material Design Icons";
}

#kunena .section-header .section-toggler .section-toggler-btn.collapsed .toggle-icon:before {
  content: "\f504";
}

#kunena .category .glyphicon.glyphicon-folder-open {
  font-family: "Material Design Icons";
}

#kunena .category .glyphicon.glyphicon-folder-open:before {
  content: "\f34b";
  font-family: "Material Design Icons" !important;
  font-size: 26px;
  line-height: inherit;
}

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

#kunena .category .category-title-desc {
  margin-bottom: 10px;
}

#kunena .category .ksubcategories {
  padding: 10px 0 0 0;
  margin-bottom: 10px;
}

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

#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;
  font-weight: 300;
  font-size: 12px;
  line-height: 16px;
  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 #C4C4C4;
}

#kunena table tr,
#kunena .table tr {
  border: 1px solid #C4C4C4;
}

#kunena table tr td,
#kunena .table tr td {
  border: 1px solid #C4C4C4;
}

#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 #C4C4C4;
}

#kunena .kfrontend + .kfrontend {
  margin-top: 20px;
}

#kunena .kfrontend .glyphicon.glyphicon-super:before {
  content: "\f103";
}

#kunena .close {
  text-decoration: none;
}

#kunena #kwho .row > div {
  border-left: 1px solid #C4C4C4;
  border-right: 1px solid #C4C4C4;
  border-bottom: 1px solid #C4C4C4;
}

#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 #C4C4C4;
}

#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 #C4C4C4;
  border-top: none;
}

#kunena #kstats [class*='col-md-'] {
  padding-top: 18px;
}

#kunena #kstats .col-md-1 {
  border-right: 1px solid #C4C4C4;
}

#kunena #kstats .glyphicon.glyphicon-stats:before {
  content: "\f50e";
}

#kunena #kstats .kstats-list li {
  display: block;
  font-weight: 300;
}

#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;
  font-weight: 300;
}

#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 {
  color: #37383e;
  font-weight: inherit;
  text-decoration: none;
}

#kunena #kstats .kstats-info li p strong a:hover {
  color: #79d7ff;
}

#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 .glyphicon.glyphicon-super {
  font-family: "Material Design Icons" !important;
}

#kunena .glyphicon.glyphicon-super:before {
  content: "\ea23";
  font-size: 20px;
  line-height: 20px;
  color: #79d7ff;
  font-family: "Material Design Icons" !important;
}

#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: #5ec0ea;
  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: 500;
  font-size: 14px;
  color: #79d7ff;
}

#kunena .announcement-box .announcement-content .btn-box .btn-link:hover {
  color: #5ec0ea;
  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 #kform-login-password .input-prepend .add-on > span,
#kunena .mobile-user #userdropdown .form-inline #kform-login-username .input-prepend .add-on > span {
  font-family: "Material Design Icons" !important;
}

#kunena .mobile-user #userdropdown .form-inline #kform-login-password .input-prepend .add-on > span:before,
#kunena .mobile-user #userdropdown .form-inline #kform-login-username .input-prepend .add-on > span:before {
  content: '\f430';
  font-family: "Material Design Icons" !important;
}

#kunena .mobile-user #userdropdown .form-inline #kform-login-username .input-prepend .add-on > span:before {
  content: '\f103';
}

#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;
  font-size: 12px;
}

#kunena .pagination li a {
  display: inline-block;
  background: #5ec0ea;
  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;
  border-radius: 28px;
}

#kunena .form-search .search input:focus {
  border-radius: 28px;
}

#kunena .form-search .search .btn {
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 28px;
  height: 55px;
  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: 28px !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;
  font-size: 12px;
}

#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 #C4C4C4;
}

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

#kunena .tabs .nav-tabs li a {
  padding: 7px 12px;
  background: #5ec0ea;
  color: white;
  text-decoration: none;
}

#kunena .tabs .nav-tabs li a.active {
  background: #79d7ff;
}

#kunena .tabs .nav-tabs li a:hover {
  color: white;
  background: #79d7ff;
}

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

.kmt-disabled {
  cursor: inherit !important;
}

.page-blog .item > .kmt-readon {
  display: none;
}

.kmt-readon {
  vertical-align: top;
  width: auto !important;
}

.komento .kmt-readon span.kmt-comment {
  background: none;
}

#section-kmt .kmt-author {
  height: auto;
  text-transform: none;
  color: inherit;
}

#section-kmt .kmt-author a {
  height: auto;
}

#section-kmt .kmt-avatar {
  float: left;
  margin-right: 20px;
  position: relative;
  width: 48px;
  z-index: 10;
}

#section-kmt .kmt-avatar a,
#section-kmt .kmt-avatar a img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 100%;
}

#section-kmt .kmt-avatar + .kmt-content,
#section-kmt .kmt-rank + .kmt-content {
  margin-left: 68px;
}

#section-kmt #kmt-fame {
  margin: 0;
}

#section-kmt .kmt-list.reset-child {
  text-align: left;
}

#section-kmt .kmt-list.reset-child > li.kmt-empty-comment {
  margin-top: 0;
}

#section-kmt .kmt-list.reset-child li + li .kmt-wrap {
  margin-top: 20px;
}

#section-kmt .kmt-list.reset-child .kmt-wrap {
  padding: 20px;
  background: transparent;
  border: 1px solid #dee2e6;
  color: rgba(55, 56, 62, 0.7);
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}

#section-kmt .kmt-head {
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  color: rgba(55, 56, 62, 0.7);
  height: auto !important;
}

#section-kmt .kmt-head .author-kmt span span {
  color: inherit;
}

#section-kmt .kmt-head .author-kmt a {
  color: inherit;
}

#section-kmt .kmt-head .author-kmt a:hover {
  color: rgba(55, 56, 62, 0.7);
}

#section-kmt .kmt-inreplyto {
  color: inherit;
}

#section-kmt .kmt-inreplyto a {
  color: inherit;
}

#section-kmt .kmt-inreplyto a:hover {
  color: rgba(55, 56, 62, 0.7);
}

#section-kmt .kmt-form-content {
  margin-bottom: 20px;
}

#section-kmt .kmt-form-content .kmt-form-addon > div {
  max-width: 90%;
}

#section-kmt .kmt-form-content .kmt-form-addon > div b {
  margin-bottom: 10px !important;
}

#section-kmt .kmt-form-content .kmt-form-addon > div .input.kmt-location {
  max-width: 100%;
}

#section-kmt .kmt-form-content .kmt-form-editor > div > .input.textarea {
  -webkit-border-radius: 28px 28px 0 0;
  -moz-border-radius: 28px 28px 0 0;
  border-radius: 28px 28px 0 0;
}

#section-kmt .kmt-content .parentContainer {
  left: -70px;
  right: -15px;
}

#section-kmt .kmt-content .parentContainer .kmt-author {
  margin-left: 7px;
}

#section-kmt .input[type="checkbox"] {
  margin-top: 0;
}

#section-kmt .radio input[type="radio"],
#section-kmt .checkbox input[type="checkbox"] {
  margin-left: 0;
  margin-right: 15px;
}

#section-kmt .radio, #section-kmt .checkbox {
  background: none !important;
  border: none !important;
  padding: 0;
}

#section-kmt .kmt-profile-avatar {
  width: 60px;
}

#section-kmt .kmt-profile-activity li {
  min-width: 0 !important;
  padding: 15px 8px !important;
}

#section-kmt .kmt-time {
  font-size: 16px;
  color: inherit;
}

#section-kmt .kmt-time a {
  color: inherit;
}

#section-kmt .kmt-time a:hover {
  color: rgba(55, 56, 62, 0.7);
}

#section-kmt .kmt-time i {
  margin-right: 3px;
}

#section-kmt .kmt-control-user .kmt-btn {
  font-size: 14px;
  margin-left: 5px;
  padding: 0;
  width: 30px;
  line-height: 23px;
  height: 23px;
  border: 1px solid #ccc;
  background: transparent;
  color: #ccc;
  text-align: center;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#section-kmt .kmt-control-user .kmt-btn:hover {
  color: rgba(55, 56, 62, 0.7);
}

#section-kmt .kmt-control-user .kmt-btn > span {
  margin: 0 auto;
}

#section-kmt .kmt-toolbar {
  border: none;
  margin: 0;
  padding: 0;
}

#section-kmt .kmt-like-counter {
  border: 1px solid #ccc;
  line-height: 23px;
  background: transparent;
  color: rgba(55, 56, 62, 0.7);
  line-height: 19px;
  height: 23px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

#section-kmt .kmt-like-counter:hover {
  color: rgba(55, 56, 62, 0.7);
}

#section-kmt .kmt-control-user .kmt-like.cancel,
#section-kmt .kmt-control-user .kmt-reply.cancel {
  color: #5ec0ea;
}

#section-kmt .kmt-option > span.kmt-admin-wrap > ul {
  background: #fff;
  border: 1px solid #333;
}

#section-kmt .kmt-admin-list {
  font-size: 13px;
}

#section-kmt .kmt-admin-wrap:hover a.kmt-admin-link {
  color: #5ec0ea;
}

#section-kmt .kmt-form-content .kmt-form-addon {
  border-top: none;
}

#section-kmt .kmt-rank-bar {
  background: rgba(55, 56, 62, 0.7);
}

#section-kmt .kmt-rank-progress {
  background: #79d7ff;
}

#section-kmt .kmt-form-author {
  margin-bottom: 30px;
}

#section-kmt .kmt-form-author::after {
  display: block;
  clear: both;
  content: "";
}

#section-kmt .kmt-form-author ul {
  margin: 0;
  margin-left: -30px;
}

#section-kmt .kmt-form-author ul::after {
  display: block;
  clear: both;
  content: "";
}

#section-kmt .kmt-form-author ul li.col {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 30px;
  width: 33.33%;
}

#section-kmt .kmt-form-author ul li.col div {
  position: relative;
}

#section-kmt .kmt-form-author ul li.col > div {
  margin: 0;
}

#section-kmt .kmt-form {
  margin: 30px 0;
}

#section-kmt .kmt-form-editor > div {
  padding: 0;
  position: relative;
}

#section-kmt .kmt-form-editor > div > .input.textarea {
  padding: 20px;
  height: 193px;
}

#section-kmt .input.text,
#section-kmt .input.password {
  height: 55px;
  padding: 5px 20px;
}

#section-kmt .kmt-form-submit {
  position: relative;
}

#section-kmt .kmt-item .kmt-form-submit .btn {
  margin-right: 6px;
}

#section-kmt .kmt-body {
  margin-bottom: 0;
}

#section-kmt #kmt-form {
  padding-bottom: 60px;
}

#section-kmt .kmt-text p {
  padding-bottom: 20px;
}

#section-kmt .editInput.kmt-edit-form-input {
  height: 193px;
  width: 100%;
}

#section-kmt .submitButton {
  border: none;
  font-size: 0;
  height: 0;
  line-height: 0;
  margin: 0;
  padding: 0;
  width: 0;
}

#section-kmt .submitButton img {
  display: none;
}

.kmt-readon span.kmt-comment {
  background: none;
  float: none;
  margin: 0;
  padding: 0;
}

.foundryDialog .dialog-head {
  padding-right: 24px;
}

.komento_title {
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  #section-kmt .kmt-form-author ul li.col {
    width: 100%;
  }
  #section-kmt .kmt-form-author ul li.col + li {
    margin-top: 25px;
  }
  #section-kmt .kmt-control-user {
    margin-top: 5px;
  }
  #section-kmt .kmt-control-user::after {
    display: block;
    clear: both;
    content: "";
  }
}

@media (max-width: 479px) {
  #section-kmt .kmt-avatar {
    float: none;
    margin: 0 auto 15px;
  }
  #section-kmt .kmt-avatar + .kmt-content {
    padding-left: 0;
    margin-left: 0;
  }
  #section-kmt .kmt-body {
    padding: 0;
  }
}

#sp-header .header-box {
  background: rgba(170, 184, 192, 0.85);
  -webkit-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
  transition: background-color 0.5s;
}

@media (min-width: 768px) {
  body:not(.mobile) .home #sp-header .header-box {
    background: transparent;
  }
  body:not(.mobile) .home #sp-header .header-box.header-sticky > .container > .container-inner {
    border-bottom: transparent;
  }
  body:not(.mobile) .home #sp-header .header-box.header-sticky .sp-megamenu-parent > li > a:before, body:not(.mobile) .home #sp-header .header-box.header-sticky .sp-megamenu-parent > li > span:before {
    bottom: 0;
  }
}

@media (min-width: 768px) {
  body:not(.mobile) #sp-header .header-box.header-sticky {
    background: #aab8c0;
  }
}

.home.view-article #sp-header .header-box, .layout-edit #sp-header .header-box {
  background: #aab8c0;
}

@media (min-width: 768px) {
  body:not(.mobile) .home #sp-header {
    position: absolute;
  }
}

.home.view-article #sp-header, .layout-edit #sp-header {
  position: relative;
}

@media (min-width: 992px) {
  #sp-header + #sp-breadcrumbs {
    margin-top: -106px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  #sp-header + #sp-breadcrumbs {
    margin-top: -171px;
  }
}

#sp-main-top {
  margin-bottom: 81px;
  position: relative;
  background-size: cover;
}

#sp-main-top .sp-module-title {
  text-align: inherit;
}

#sp-main-top > div {
  position: relative;
  z-index: 1;
}

#sp-main-top p {
  margin-bottom: 34px;
}

#sp-menu {
  text-align: right;
}

#sp-pos1 {
  padding-top: 40px;
  padding-bottom: 40px;
}

#sp-pos2 {
  padding-top: 70px;
  padding-bottom: 40px;
}

#sp-pos3 {
  padding-top: 40px;
  padding-bottom: 40px;
}

#sp-pos3 h1, #sp-pos3 h2, #sp-pos3 h3, #sp-pos3 h4, #sp-pos3 h5, #sp-pos3 h6, #sp-pos3 .h1, #sp-pos3 .h2, #sp-pos3 .h3, #sp-pos3 .h4, #sp-pos3 .h5, #sp-pos3 .h6 {
  color: white;
}

#sp-pos4 {
  padding-top: 50px;
  padding-bottom: 40px;
}

#sp-pos5 {
  padding-top: 30px;
  padding-bottom: 50px;
}

#sp-pos-1 {
  margin-bottom: 112px;
}

#sp-pos-3 {
  padding-top: 110px;
  padding-bottom: 125px;
}

#sp-pos-4 {
  padding-top: 131px;
  padding-bottom: 86px;
}

#sp-pos-5 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.home #sp-pos-5 {
  padding-top: 0;
  padding-bottom: 0;
}

#sp-pos-6 {
  padding-top: 131px;
  padding-bottom: 102px;
}

.home #sp-main-top {
  padding-top: 271px;
  padding-bottom: 321px;
}

.home #sp-main-top h1, .home #sp-main-top h2, .home #sp-main-top h3, .home #sp-main-top h4, .home #sp-main-top h5, .home #sp-main-top h6, .home #sp-main-top .h1, .home #sp-main-top .h2, .home #sp-main-top .h3, .home #sp-main-top .h4, .home #sp-main-top .h5, .home #sp-main-top .h6 {
  color: inherit;
  margin-bottom: 0;
}

.home #sp-main-top h2.big {
  font-size: 180px;
  line-height: 1.07em;
  font-weight: 700;
  text-transform: uppercase;
}

.home #sp-main-top h3 {
  letter-spacing: 0.3px;
}

.home #sp-main-top p {
  font-size: 24px;
  line-height: 1.38em;
  font-weight: 400;
  opacity: .8;
  letter-spacing: -0.03em;
}

.home #sp-main-top:after {
  position: absolute;
  content: '';
  top: 0;
  bottom: -1px;
  right: 0;
  left: 0;
  width: 100%;
  background: url(../images/wave-1.png) no-repeat center bottom transparent;
  background-size: 100% auto;
  pointer-events: none;
}

.home #sp-pos-4.container {
  max-width: 1920px;
}

#sp-sidebar-left {
  position: fixed;
  top: 0;
  left: 0;
}

#sp-sidebar-right {
  position: fixed;
  top: 0;
  right: 0;
}

form#searchForm .input-group-append .btn {
  box-shadow: none;
}

form#searchForm .input-group-append .btn span:before {
  display: none;
}

.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 .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: "\f582";
  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;
}

.btn.jmodedit {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.jmoddiv .dropdown-toggle {
  padding: 5px;
  background: white;
  border: 1px solid #333;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  -webkit-box-shadow: none;
  box-shadow: none;
  z-index: 1019;
}

.jmoddiv .dropdown-toggle + .dropdown-menu {
  padding-left: 5px;
  padding-right: 5px;
}

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

.jmoddiv .dropdown-toggle .icon-cog:before {
  content: "\f582";
  font-family: "Material Design Icons";
  color: #333;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.jmoddiv .dropdown-toggle:hover {
  background: #79d7ff;
}

.jmoddiv .dropdown-toggle:hover .icon-cog:before {
  color: white;
}

.jmoddiv .dropdown-toggle:hover:after {
  color: white;
}

.jmoddiv .dropdown-menu a {
  text-decoration: none;
}

#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%;
}

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

#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: 55px;
  line-height: 55px;
}

#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: 55px;
  line-height: 55px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}

#imageForm .pull-right {
  padding-top: 25px;
}

.js-calendar .calendar-container {
  line-height: 1.2em;
}

.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 select, .js-calendar .calendar-container input, .js-calendar .calendar-container input[type="file"] {
  font-size: 13px;
  line-height: 1.2em;
}

.js-calendar .calendar-container .time .time select {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  height: 30px;
  padding: 5px 0 5px 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-bottom: 10px;
}

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

.blog .article-list .article {
  margin-bottom: 30px;
}

.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: 13px;
}

.blog .article-list .article .article-header h1,
.blog .article-list .article .article-header h2 {
  font-size: 24px;
  font-weight: 400;
  color: #37383E;
  margin: 0;
}

.blog .article-list .article .article-header h1 a,
.blog .article-list .article .article-header h2 a {
  color: #37383E;
  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: #79d7ff;
}

.blog .article-list .article .readmore {
  margin-top: 15px;
}

.blog .article-list .article .readmore a.btn {
  color: white;
  padding: 16px 33px;
  letter-spacing: .1em;
}

.blog .article-list .article .readmore a.btn:hover, .blog .article-list .article .readmore a.btn:active, .blog .article-list .article .readmore a.btn:focus {
  color: white;
}

.blog .article-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 15px;
}

.blog .article-info > span {
  font-size: 14px;
  font-weight: 300;
  margin-right: 31px;
  margin-bottom: 15px;
}

.blog .article-info > span a {
  color: rgba(55, 56, 62, 0.7);
}

.blog .article-info > span a:hover {
  color: #5ec0ea;
}

.blog .article-info .extra {
  font-weight: 500;
}

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

.blog .pagination-wrapper {
  align-items: center;
}

.blog .pagination-wrapper .mr-auto {
  margin: 0 auto;
}

.blog .pagination-wrapper .pagination {
  margin-bottom: 0;
}

.blog .pagination-wrapper .pagination .page-item {
  text-align: center;
}

.blog .pagination-wrapper .pagination .page-item + * {
  padding: 0;
}

.blog .article-social-share {
  float: right;
}

.blog .article-social-share .social-share-icon ul {
  padding: 0;
  list-style: none;
  margin: 0;
}

.blog .article-social-share .social-share-icon ul li {
  display: inline-block;
}

.blog .article-social-share .social-share-icon ul li:not(:last-child) {
  margin-right: 5px;
}

.blog .article-social-share .social-share-icon ul li a {
  font-size: 1rem;
  border-radius: 50%;
  height: 34px;
  line-height: 34px;
  text-align: center;
  width: 34px;
  display: inline-block;
  color: #fff;
  background: #79d7ff;
}

.blog .article-social-share .social-share-icon ul li a:hover, .blog .article-social-share .social-share-icon ul li a:focus {
  color: #fff;
  background: #5ec0ea;
}

.article-details .article-header {
  position: relative;
}

.article-details .article-header h1,
.article-details .article-header h2 {
  font-size: 2.25rem;
}

.article-details .link-edit-article {
  position: absolute;
  right: 0;
  top: 10px;
}

.article-details .article-info {
  margin-bottom: 1rem;
}

.article-details .article-full-image {
  text-align: center;
  margin-bottom: 2rem;
}

.article-details .article-full-image img {
  display: inline-block;
  border-radius: 4px;
}

.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 #f5f5f5;
  border-bottom: 1px solid #f5f5f5;
  margin-bottom: 1rem;
}

.article-details .article-author-information {
  padding-top: 2rem;
  margin-top: 2rem;
  border-top: 1px solid #f5f5f5;
}

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

.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: 60px;
}

body.blog.view-category #sp-main-body {
  padding-top: 60px;
}

.sp-module.testimonials .owl-item {
  text-align: center;
}

.sp-module.testimonials blockquote {
  font-size: 24px;
  line-height: 1.5em;
  padding-left: 40px;
  padding-left: 40px;
}

.sp-module.testimonials h1 a, .sp-module.testimonials h2 a, .sp-module.testimonials h3 a, .sp-module.testimonials h4 a, .sp-module.testimonials h5 a, .sp-module.testimonials h6 a {
  color: inherit;
  text-decoration: none;
}

.sp-module.testimonials h1 a:hover, .sp-module.testimonials h1 a:focus, .sp-module.testimonials h1 a:active, .sp-module.testimonials h2 a:hover, .sp-module.testimonials h2 a:focus, .sp-module.testimonials h2 a:active, .sp-module.testimonials h3 a:hover, .sp-module.testimonials h3 a:focus, .sp-module.testimonials h3 a:active, .sp-module.testimonials h4 a:hover, .sp-module.testimonials h4 a:focus, .sp-module.testimonials h4 a:active, .sp-module.testimonials h5 a:hover, .sp-module.testimonials h5 a:focus, .sp-module.testimonials h5 a:active, .sp-module.testimonials h6 a:hover, .sp-module.testimonials h6 a:focus, .sp-module.testimonials h6 a:active {
  color: #79d7ff;
}

.sp-module.testimonials .item_img {
  display: inline-block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  width: 60px;
  height: 60px;
  box-shadow: 4px 8px 8px rgba(55, 56, 62, 0.25);
}

.related-article-list .article {
  margin-bottom: 30px;
  display: inline-block;
  width: 100%;
}

.related-article-list .article .article-full-image {
  overflow: hidden;
  margin-bottom: 10px;
}

.testimonials .related-article-list .article .article-full-image {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.related-article-list .article .article-header {
  display: inline;
}

.related-article-list .article .article-header h2 {
  font-size: 20px;
  padding-top: 10px;
}

.related-article-list .article-header a {
  color: inherit;
  text-decoration: none;
}

.related-article-list .article-header a:hover, .related-article-list .article-header a:focus, .related-article-list .article-header a:active {
  color: #79d7ff;
}

.blog_blog {
  margin-top: 0 !important;
  margin-bottom: 119px;
}

.blog_testimonials .article-list .article {
  margin-bottom: 50px;
}

.blog_testimonials .article-list .article .article-intro-image {
  font-size: 0;
  line-height: 0;
  margin: 0 0 23px;
  position: relative;
}

.blog_testimonials .article-list .article .article-intro-image.float-left {
  float: left;
  margin-right: 30px;
  max-width: 50%;
}

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

body.contacts #sp-component .sp-column > div + div {
  margin-top: 0;
}

.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: rgba(55, 56, 62, 0.7);
  font-weight: 600;
  font-size: 16px;
  line-height: 1.44;
  font-family: "Poppins", sans-serif;
  letter-spacing: 0em;
  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;
}

.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: #79d7ff;
  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;
  }
}

ul.pagination li, ul.pagination li + li {
  margin: 0 10px 5px 0;
}

li.page-item a.page-link {
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  font-weight: 300;
  text-align: center;
  color: #fff;
  background: #37383e;
  border: none;
  padding: 0;
  outline: none !important;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-decoration: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

li.page-item a.page-link:hover {
  color: #fff;
  background-color: #79d7ff;
}

li.page-item.active a.page-link {
  color: #fff;
  background-color: #79d7ff;
}

li.page-item:first-child .page-link {
  border-top-left-radius: 50%;
  border-bottom-left-radius: 50%;
}

li.page-item:last-child .page-link {
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
}

.blog_history .article-list .row {
  position: relative;
}

.blog_history .article-list .row.items-row {
  display: inline-block;
}

.blog_history .article-list .row.items-row [class*="col-md-"] {
  width: 50%;
}

.blog_history .article-list .row > div {
  clear: both;
  position: relative;
}

.blog_history .article-list .row > div:before {
  color: #fff;
  content: '\f073';
  display: block;
  font-family: "FontAwesome";
  position: absolute;
  line-height: 40px;
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  border-radius: 1000px;
  right: -21px;
  text-align: center;
  top: 15px;
  width: 40px;
  background: #79d7ff;
}

.blog_history .article-list .row > div .article {
  margin-bottom: 0;
  border: 1px solid #dee2e6;
  margin-right: 25px;
  padding: 30px;
  position: relative;
}

.blog_history .article-list .row > div .article:before, .blog_history .article-list .row > div .article:after {
  border-bottom: 10px solid transparent;
  border-top: 10px solid transparent;
  content: '';
  position: absolute;
  top: 24px;
}

.blog_history .article-list .row > div .article:before {
  border-left: 10px solid #dee2e6;
  right: -10px;
}

.blog_history .article-list .row > div .article:after {
  border-left: 10px solid #fff;
  right: -9px;
}

.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 (max-width: 767px) {
  .blog_history .article-list .row > div .article {
    margin-bottom: 30px;
  }
}

.blog_history .article-list .row > div + div {
  float: right;
}

.blog_history .article-list .row > div + div:before {
  left: -19px;
  right: auto;
}

.blog_history .article-list .row > div + div .article {
  margin-left: 25px;
  margin-right: 0;
  margin-bottom: 0;
}

.blog_history .article-list .row > div + div .article:before, .blog_history .article-list .row > div + div .article:after {
  border-bottom: 10px solid transparent;
  border-left: none;
  border-top: 10px solid transparent;
  content: '';
  position: absolute;
  right: auto;
  top: 24px;
}

.blog_history .article-list .row > div + div .article:before {
  border-right: 10px solid #dee2e6;
  left: -10px;
}

.blog_history .article-list .row > div + div .article:after {
  border-right: 10px solid #fff;
  left: -9px;
}

.blog_history .article-list .row > div + div .article .item_info {
  left: auto;
  margin-left: 0;
  margin-right: 80px;
  right: 100%;
}

.blog_history .article-list .row:before {
  bottom: 0;
  content: '';
  display: block;
  left: 50%;
  margin-left: 0;
  position: absolute;
  top: 0;
  width: 2px;
  background: #79d7ff;
}

@media (max-width: 767px) {
  .blog_history .article-list .row:before {
    display: none;
  }
}

.blog_history .article-list .item_info_dl {
  font-size: inherit;
}

.page-item__template_settings .module ul li {
  font-size: 14px;
  line-height: 20px;
}

.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: 40px;
}

.registration .page-header,
.login .page-header {
  margin-top: 31px;
  text-align: center;
}

.registration .page-header h1, .registration .page-header h2, .registration .page-header h3, .registration .page-header h4, .registration .page-header h5, .registration .page-header h6,
.login .page-header h1,
.login .page-header h2,
.login .page-header h3,
.login .page-header h4,
.login .page-header h5,
.login .page-header h6 {
  font-size: 45px;
  font-weight: 400;
  margin-bottom: 1px;
}

.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: 28px;
  -moz-border-radius: 28px;
  border-radius: 28px;
}

.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: 25px;
  padding-left: 25px;
  margin-bottom: 20px;
}

.registration .btn-lg,
.login .btn-lg {
  -webkit-border-radius: 37px;
  -moz-border-radius: 37px;
  border-radius: 37px;
  padding: 20px 43px 19px;
}

.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: rgba(55, 56, 62, 0.7);
}

.login .login-list .login-list-item a:hover {
  color: #79d7ff;
}

.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.67;
  color: rgba(55, 56, 62, 0.7);
  background-color: #fff;
  font-size: 15px;
  line-height: 1.67em;
  font-weight: 400;
  font-style: normal;
  font-family: "Poppins", 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;
}

.logo {
  color: #fff;
}

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

@media (max-width: 1500px) {
  .pos-separator:after {
    width: 50%;
  }
}

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

#sp-pos-6 .sp-module.latest-posts .sp-module-title {
  margin-bottom: 69px;
}

ul.social li {
  margin: 0 0 10px 0;
}

ul.social li + li {
  margin: 0 0 10px 22px;
}

ul.social li a {
  font-size: 22px;
  line-height: 48px;
  width: 48px;
  height: 48px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  background: rgba(255, 255, 255, 0.05);
}

ul.social li a:hover {
  color: #fff;
  background: #60c5ff;
}

#sp-footer ul.social li a:hover {
  color: #fff;
}

ul.social-icons {
  list-style: none;
  padding: 0;
  line-height: 14px;
  display: inline-block;
}

ul.social-icons > li {
  display: inline-block;
  margin: 0;
}

ul.social-icons > li a {
  font-size: 14px;
  line-height: 14px;
}

ul.social-icons > li + li {
  margin-left: 18px;
}

footer a {
  text-decoration: none;
}

footer h5, footer .h5 {
  margin-bottom: 25px;
}

footer .sp-module-title, footer .page_header {
  text-align: inherit;
}

footer .sp-module + .sp-module {
  margin-top: 10px;
}

footer .item_introtext {
  color: rgba(255, 255, 255, 0.5);
  font-weight: 300;
  line-height: 1.8em;
}

footer p {
  letter-spacing: -0.03em;
}

footer form {
  margin-bottom: 33px;
}

footer .mod-article-single .item_img {
  margin-bottom: 30px;
}

footer .mod-article-single .item_introtext p {
  line-height: 1.65em;
}

@media (min-width: 1200px) {
  footer .mod-article-single .item_introtext p {
    padding-right: 30%;
  }
}

footer .acym_form {
  vertical-align: top;
}

footer .acym_module_form {
  padding-top: 13px;
}

footer .acym_module_form .onefield {
  margin-top: 0;
}

footer input[type="text"], footer input[type="email"] {
  height: 60px;
  padding-left: 25px;
}

#sp-footer {
  font-weight: 300;
}

#sp-footer .sp-module-title {
  letter-spacing: 1.1px;
}

#sp-footer .menufooter-contacts {
  padding-top: 5px;
  letter-spacing: -.5px;
}

#sp-footer .menufooter-contacts li {
  padding-left: 40px;
}

#sp-footer .menufooter-contacts li + li {
  margin-top: 24px;
}

#sp-footer .menufooter-contacts li a {
  font-size: 17px;
  line-height: 1.65em;
  display: inline;
  text-decoration: none;
  font-family: "Poppins", sans-serif;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 300;
}

#sp-footer .menufooter-contacts li a:before {
  font-size: 27px;
  font-family: "Material Design Icons";
  font-weight: 400;
  color: #79d7ff;
  position: absolute;
  left: 0;
  top: 2px;
}

#sp-footer .menufooter-contacts li a:hover {
  color: #79d7ff;
}

#sp-footer .sp-copyright {
  letter-spacing: -0.4px;
  color: rgba(255, 255, 255, 0.5);
}

#sp-footer .sp-copyright a {
  color: rgba(255, 255, 255, 0.5);
}

#sp-footer .sp-copyright a:hover {
  color: #79d7ff;
}

#sp-footer .sp-module.social .sp-module-title {
  margin-bottom: 30px;
}

#sp-footer .sp-module.social .pretext, #sp-footer .sp-module.social .pretext p {
  font-size: 17px;
  line-height: 1.8em;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.8);
  letter-spacing: -.6px;
}

#sp-footer .nav.menu.social {
  padding-top: 11px;
}

.footer-divider {
  line-height: 1.2em;
  width: 70px;
  height: 1px;
  margin-top: 36px;
  margin-bottom: 26px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

#sp-footer-2 > .sp-column {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

#sp-footer-2 > .sp-column > div {
  padding-left: 15px;
  padding-right: 15px;
}

#sp-footer,
#sp-bottom {
  color: #fff;
  background: #37383e;
}

#sp-footer a,
#sp-bottom a {
  color: #fff;
}

#sp-footer a:hover, #sp-footer a:active, #sp-footer a:focus,
#sp-bottom a:hover,
#sp-bottom a:active,
#sp-bottom a:focus {
  color: #79d7ff;
}

#sp-footer .social-icons {
  float: right;
}

#sp-footer .social-icons::after {
  display: block;
  clear: both;
  content: "";
}

@media (min-width: 992px) {
  #sp-footer > div > div > div .col-lg-4 {
    -ms-flex: 0 0 39%;
    flex: 0 0 39%;
    max-width: 39%;
  }
  #sp-footer > div > div > div .col-lg-4 + .col-lg-8 {
    -ms-flex: 0 0 61%;
    flex: 0 0 61%;
    max-width: 61%;
  }
}

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

#sp-header {
  left: 0;
  position: relative;
  top: 0;
  width: 100%;
  z-index: 99;
}

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

@media (min-width: 768px) {
  body:not(.mobile) .header-box.header-sticky {
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 99;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
  }
}

.header-box > .container > .container-inner {
  position: relative;
  padding: 34px 0 22px;
}

.home .header-box > .container > .container-inner {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

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

.sp-page-title .sp-page-title-heading, .sp-page-title .sp-page-title-sub-heading {
  margin: 0;
  padding: 0;
  color: #fff;
}

.sp-page-title .sp-page-title-heading {
  font-size: 24px;
  line-height: 1;
}

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

#sp-main-body {
  padding: 30px 0;
}

body.view-category #sp-main-body {
  padding: 0;
}

body.view-category #sp-main-body .sp-component {
  min-height: auto;
}

.com-sppagebuilder #sp-main-body {
  padding: 0;
}

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

.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 {
  padding: 60px 0 30px;
  font-size: 14px;
  line-height: 1.6;
}

#sp-bottom .sp-module {
  margin-bottom: 30px;
}

#sp-bottom .sp-module .sp-module-title {
  font-weight: 700;
  font-size: 18px;
  margin: 0 0 30px;
}

#sp-bottom .sp-module ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#sp-bottom .sp-module ul > li {
  display: block;
  margin-bottom: 15px;
}

#sp-bottom .sp-module ul > li:last-child {
  margin-bottom: 0;
}

#sp-bottom .sp-module ul > li > a {
  display: block;
}

#sp-footer {
  padding: 0;
}

#sp-footer .container-inner {
  padding: 90px 0 118px 0;
}

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-btn {
  margin-bottom: 20px;
}

html.coming-soon .coming-soon-content {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 20px;
}

html.coming-soon #coming-soon-countdown {
  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: 64px;
  font-weight: 700;
  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 .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: 40px;
  width: 60px;
  height: 60px;
  font-size: 20px;
  line-height: 56px;
  color: #fff;
  overflow: hidden;
  background: #83daff;
  border-radius: 5px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: 0.45s all ease-in-out;
  -o-transition: 0.45s all ease-in-out;
  transition: 0.45s all ease-in-out;
  z-index: 1000;
}

.sp-scroll-up:hover, .sp-scroll-up:active, .sp-scroll-up:focus {
  color: #fff;
  background: #414248;
}

.tags ul, .tagspopular ul {
  list-style: none;
  padding: 0;
  margin: 0 10px 10px 0;
  display: block;
}

.tags ul li, .tagspopular ul li {
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 6px;
}

.tags ul li a, .tagspopular ul li a {
  text-transform: uppercase;
  font-size: 15px;
  line-height: 1.33em;
  font-weight: 600;
  text-decoration: none;
  letter-spacing: .05em;
  padding: 4px 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  background: #60c5ff;
}

.tags ul li a:hover, .tagspopular ul li a:hover {
  background: #79d7ff;
}

.tags ul li + li, .tagspopular ul li + li {
  margin-top: 0;
}

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

@media (min-width: 1200px) and (max-width: 1479px) {
  .home #sp-main-top {
    padding-top: 215px;
    padding-bottom: 255px;
    margin-bottom: 65px;
  }
  .home #sp-main-top h2.big {
    font-size: 145px;
  }
  .home #sp-main-top p {
    font-size: 20px;
  }
  #sp-pos-1 {
    margin-bottom: 90px;
  }
  #sp-pos-3 {
    padding-top: 88px;
    padding-bottom: 100px;
  }
  #sp-pos-4 {
    padding-top: 105px;
    padding-bottom: 68px;
  }
  #sp-pos-6 {
    padding-top: 105px;
    padding-bottom: 82px;
  }
  #sp-pos-6 .sp-module.latest-posts .sp-module-title {
    margin-bottom: 55px;
  }
  #sp-footer .container-inner {
    padding-top: 72px;
    padding-bottom: 95px;
  }
  #sp-breadcrumb .sp-module {
    padding-top: 200px;
    padding-bottom: 115px;
  }
  .parallax-content {
    padding-top: 120px;
    padding-bottom: 78px;
  }
  .parallax-2 .parallax-content {
    padding-top: 80px;
    padding-bottom: 128px;
  }
  .mod_bootstraptabs_pricing .pretext {
    margin-bottom: 70px;
  }
  .acym_module_form .acym_form {
    width: 515px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  body h1, body .h1 {
    font-size: 45px;
  }
  body h2, body .h2 {
    font-size: 40px;
  }
  .home #sp-main-top {
    padding-top: 180px;
    padding-bottom: 125px;
    margin-bottom: 52px;
  }
  .home #sp-main-top h2.big {
    font-size: 115px;
  }
  .home #sp-main-top p {
    font-size: 18px;
  }
  .mod_tm_counters {
    margin-top: 70px;
    margin-bottom: 70px;
  }
  #sp-pos-1 {
    margin-bottom: 72px;
  }
  #sp-pos-3 {
    padding-top: 70px;
    padding-bottom: 80px;
  }
  #sp-pos-4 {
    padding-top: 105px;
    padding-bottom: 68px;
  }
  #sp-pos-6 {
    padding-top: 85px;
    padding-bottom: 65px;
  }
  #sp-pos-6 .sp-module.latest-posts .sp-module-title {
    margin-bottom: 55px;
  }
  #sp-footer .container-inner {
    padding-top: 58px;
    padding-bottom: 75px;
  }
  #sp-breadcrumbs h2 {
    font-size: 56px;
  }
  #sp-breadcrumb .sp-module {
    padding-top: 160px;
    padding-bottom: 92px;
  }
  .parallax-content {
    padding-top: 95px;
    padding-bottom: 60px;
  }
  .parallax-2 .parallax-content {
    padding-top: 64px;
    padding-bottom: 105px;
  }
  .mod_bootstraptabs_pricing .nav-block {
    width: 28%;
  }
  .mod_bootstraptabs_pricing .tab-content {
    width: 72%;
  }
  .mod_bootstraptabs_pricing .content-tabs {
    padding: 50px 32px 45px 150px;
  }
  .mod_bootstraptabs_pricing .pretext {
    margin-bottom: 55px;
  }
  .sp-scroll-up {
    bottom: 32px;
    right: 32px;
    width: 48px;
    height: 48px;
    line-height: 45px;
  }
  .acym_module_form .acym_form {
    width: 380px;
  }
  .sp-megamenu-parent > li + li {
    margin-left: 25px;
  }
  .sp-megamenu-parent .menu-icon.menu-search {
    margin-left: 40px;
  }
  .mod-article-single__welcome .item_introtext {
    width: 45%;
  }
  ul.social li + li {
    margin-left: 6px;
  }
  .mod-newsflash-adv__latest-posts h4 {
    font-size: 20px;
  }
  .mod-newsflash-adv__latest-posts div.item_introtext {
    font-size: 13px;
    line-height: 1.61em;
    margin-bottom: 26px;
  }
  .sp-module map, .rd-google-map {
    height: 420px !important;
  }
  #sp-footer .sp-module.social .pretext,
  #sp-footer .sp-module.social .pretext p,
  #sp-footer .menufooter-contacts li a {
    font-size: 15px;
  }
  .sp-module.contacts {
    padding-top: 80px;
    padding-bottom: 40px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  body h1, body .h1 {
    font-size: 40px;
  }
  body h2, body .h2 {
    font-size: 35px;
  }
  .home #sp-main-top {
    padding-top: 145px;
    padding-bottom: 100px;
    margin-bottom: 42px;
  }
  .home #sp-main-top h2.big {
    font-size: 92px;
  }
  .home #sp-main-top p {
    font-size: 16px;
  }
  .mod_tm_counters {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  #sp-pos-1 {
    margin-bottom: 58px;
  }
  #sp-pos-3 {
    padding-top: 56px;
    padding-bottom: 64px;
  }
  #sp-pos-4 {
    padding-top: 85px;
    padding-bottom: 55px;
  }
  #sp-pos-6 {
    padding-top: 68px;
    padding-bottom: 52px;
  }
  #sp-pos-6 .sp-module.latest-posts .sp-module-title {
    margin-bottom: 44px;
  }
  #sp-footer .container-inner {
    padding-top: 46px;
    padding-bottom: 60px;
  }
  #sp-breadcrumb .sp-module {
    padding-top: 205px;
    padding-bottom: 48px;
  }
  #sp-breadcrumbs h2 {
    font-size: 45px;
    margin-bottom: 0;
  }
  .sp-copyright {
    display: inline-block;
    width: 100%;
    margin-bottom: 35px;
  }
  .footer-divider {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .parallax-content {
    padding-top: 60px;
    padding-bottom: 48px;
  }
  .parallax-content .pretext {
    padding-left: 7%;
    padding-right: 7%;
  }
  .parallax-content .sp-module .item_content h4 {
    font-size: 18px;
  }
  .parallax-2 .parallax-content {
    padding-top: 51px;
    padding-bottom: 85px;
  }
  .mod_bootstraptabs_pricing .nav.nav-tabs {
    padding: 38px 10px 38px 28px;
  }
  .mod_bootstraptabs_pricing .nav-block {
    width: 33%;
  }
  .mod_bootstraptabs_pricing .tab-content {
    width: 67%;
  }
  .mod_bootstraptabs_pricing .content-tabs {
    padding: 40px 26px 36px 120px;
  }
  .mod_bootstraptabs_pricing .content-tabs.mdi:before {
    top: 46px;
    left: 32px;
    font-size: 64px;
  }
  .mod_bootstraptabs_pricing .content-tabs h4 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .mod_bootstraptabs_pricing .content-tabs b {
    margin-bottom: 12px;
  }
  .mod_bootstraptabs_pricing .pretext {
    margin-bottom: 44px;
  }
  .btn-zoom {
    font-size: 19px;
    line-height: 28px;
    padding: 20px 4px;
    width: 68px;
    height: 68px;
  }
  .sp-scroll-up {
    bottom: 32px;
    right: 32px;
    width: 48px;
    height: 48px;
    line-height: 45px;
  }
  .acym_module_form .acym_form {
    width: 540px;
  }
  .sp-megamenu-parent > li + li {
    margin-left: 15px;
  }
  .sp-megamenu-parent .menu-icon.menu-search {
    margin-left: 30px;
  }
  .mod-article-single__welcome .item_introtext {
    width: 60%;
  }
  ul.social li + li {
    margin-left: 6px;
  }
  .mod-newsflash-adv__latest-posts .item_content-text, .mod-newsflash-adv__latest-posts article:nth-child(2) .custom-block {
    padding-left: 13px;
    padding-right: 13px;
  }
  .mod-newsflash-adv__latest-posts h4 {
    font-size: 15px;
  }
  .mod-newsflash-adv__latest-posts .item_introtext {
    padding-top: 0;
  }
  .mod-newsflash-adv__latest-posts div.item_introtext {
    font-size: 12px;
    line-height: 1.2em;
    margin-bottom: 10px;
  }
  .mod-newsflash-adv__home-post h4 {
    font-size: 18px;
  }
  .sp-module map, .rd-google-map {
    height: 350px !important;
  }
  #sp-footer .sp-module.social .pretext,
  #sp-footer .sp-module.social .pretext p,
  #sp-footer .menufooter-contacts li a {
    font-size: 15px;
  }
  .sp-module.contacts {
    padding-top: 64px;
    padding-bottom: 32px;
  }
}

@media (max-width: 991px) {
  .thumbnails {
    margin-left: -12px;
  }
  .thumbnails > li {
    margin-left: 12px;
  }
  #back-top {
    display: none !important;
    opacity: 0 !important;
  }
  .nav-collapse .nav > li > a, .nav-collapse .dropdown-menu a {
    font-weight: inherit;
  }
}

.mobile .slicknav_menu .menu-search .sp-dropdown-inner {
  width: 100% !important;
}

.mobile .slicknav_menu .menu-search .sp-dropdown-inner .search form div.input-group {
  padding-right: 0;
}

.mobile .slicknav_menu .menu-search .sp-dropdown-inner .search form div.input-group input.form-control {
  width: 100% !important;
  margin-bottom: 10px;
}

.mobile .slicknav_menu .menu-search .sp-dropdown-inner .search form div.input-group span.input-group-btn {
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  bottom: auto;
}

/*== Up to 767px ======================================================
========================================================================*/
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
  body {
    padding: 0;
  }
  body h1, body .h1 {
    font-size: 40px;
  }
  body h2, body .h2 {
    font-size: 35px;
  }
  #sp-logo {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .mod_tm_counters {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .home #sp-main-top {
    padding-top: 45px;
    padding-bottom: 100px;
    margin-bottom: 42px;
  }
  .home #sp-main-top h2.big {
    font-size: 92px;
  }
  .home #sp-main-top p {
    font-size: 16px;
  }
  .home .header-box > .container > .container-inner {
    padding-top: 28px;
    padding-bottom: 28px;
    border-bottom-color: transparent;
  }
  #sp-pos-1 {
    margin-bottom: 58px;
  }
  #sp-pos-3 {
    padding-top: 56px;
    padding-bottom: 64px;
  }
  #sp-pos-4 {
    padding-top: 85px;
    padding-bottom: 55px;
  }
  #sp-pos-6 {
    padding-top: 68px;
    padding-bottom: 52px;
  }
  #sp-pos-6 .sp-module.latest-posts .sp-module-title {
    margin-bottom: 44px;
  }
  #sp-footer .container-inner {
    padding-top: 46px;
    padding-bottom: 60px;
  }
  #sp-breadcrumb .sp-module {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  #sp-breadcrumbs h2 {
    font-size: 45px;
    margin-bottom: 0;
  }
  .slicknav_menu .menu-search .sp-dropdown-inner {
    width: 100% !important;
  }
  .slicknav_menu .menu-search .sp-dropdown-inner .search form div.input-group {
    padding-right: 0;
  }
  .slicknav_menu .menu-search .sp-dropdown-inner .search form div.input-group input.form-control {
    width: 100% !important;
    margin-bottom: 10px;
  }
  .slicknav_menu .menu-search .sp-dropdown-inner .search form div.input-group span.input-group-btn {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    bottom: auto;
  }
  .sp-copyright {
    display: inline-block;
    width: 100%;
    margin-bottom: 35px;
  }
  .footer-divider {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .parallax-content {
    padding-top: 60px;
    padding-bottom: 48px;
  }
  .parallax-content .pretext {
    padding-left: 7%;
    padding-right: 7%;
  }
  .parallax-content .sp-module .item_content h4 {
    font-size: 18px;
  }
  .parallax-2 .parallax-content {
    padding-top: 51px;
    padding-bottom: 85px;
  }
  .mod_bootstraptabs_pricing .nav.nav-tabs {
    padding: 38px 10px 38px 28px;
    width: 100%;
    text-align: left;
  }
  .mod_bootstraptabs_pricing .nav.nav-tabs .nav-item {
    float: none;
  }
  .mod_bootstraptabs_pricing .nav-block, .mod_bootstraptabs_pricing .tab-content {
    width: 100%;
  }
  .mod_bootstraptabs_pricing .nav-block .btn-custom a {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .mod_bootstraptabs_pricing .content-tabs {
    padding: 40px 26px 36px 70px;
  }
  .mod_bootstraptabs_pricing .content-tabs.mdi:before {
    top: 40px;
    left: 15px;
    font-size: 40px;
  }
  .mod_bootstraptabs_pricing .content-tabs h4 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .mod_bootstraptabs_pricing .content-tabs b {
    margin-bottom: 12px;
  }
  .mod_bootstraptabs_pricing .pretext {
    margin-bottom: 44px;
  }
  .btn-zoom {
    font-size: 19px;
    line-height: 28px;
    padding: 20px 4px;
    width: 68px;
    height: 68px;
  }
  .sp-scroll-up {
    bottom: 32px;
    right: 32px;
    width: 48px;
    height: 48px;
    line-height: 45px;
  }
  .acym_module_form .acym_form {
    width: 300px;
  }
  .sp-megamenu-parent > li + li {
    margin-left: 15px;
  }
  .sp-megamenu-parent .menu-icon.menu-search {
    margin-left: 30px;
  }
  .mod-article-single__welcome .item_introtext {
    width: 60%;
  }
  ul.social li + li {
    margin-left: 6px;
  }
  .mod-newsflash-adv__home-post h4 {
    margin-bottom: 10px;
  }
  .mod-newsflash-adv__post-offer article {
    width: 390px;
    flex: none;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
  }
  .parallax-content .sp-module-title, .parallax-content .pretext {
    margin-bottom: 30px;
  }
  .mod-newsflash-adv__latest-posts article {
    width: 390px;
    flex: none;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
  }
  .mod-newsflash-adv__latest-posts .item_content-text, .mod-newsflash-adv__latest-posts article:nth-child(2) .custom-block {
    padding-left: 25px;
    padding-right: 25px;
  }
  .mod-newsflash-adv__latest-posts .item_introtext {
    padding-top: 0;
  }
  .mod-newsflash-adv__latest-posts div.item_introtext {
    margin-bottom: 20px;
  }
  .mod-newsflash-adv__home-post h4 {
    font-size: 18px;
  }
  .sp-module map, .rd-google-map {
    height: 350px !important;
  }
  #sp-footer .sp-module.social .pretext,
  #sp-footer .sp-module.social .pretext p,
  #sp-footer .menufooter-contacts li a {
    font-size: 15px;
  }
  #sp-menu {
    display: none;
  }
  #sp-sidebar-right .sp-module {
    top: 50px;
  }
  .sp-module.contacts {
    padding-top: 64px;
    padding-bottom: 32px;
  }
  .blog_history .article-list .row {
    margin-bottom: 30px;
  }
  .blog_history .article-list .row > div:before {
    display: none;
  }
  .blog_history .article-list .row > div .article {
    margin-right: 0;
  }
  .blog_history .article-list .row > div .article:before, .blog_history .article-list .row > div .article:after {
    display: none;
  }
  .blog_history .article-list .row > div + div .article {
    margin-left: 0;
  }
  .blog_history .article-list .row:before {
    display: none;
  }
  .mod_tm_counters .counter_item .counter-wrapper .counter-wrapper-box .counter-wrapper-box_content .counter-value-box .counter-value {
    font-size: 70px;
  }
  [class*="col-sm-"] {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@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: 639px) {
  ul#order {
    float: none;
  }
}

@media (max-width: 479px) {
  .modal-dialog {
    left: 0;
    -webkit-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    -o-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
  }
  .mod-article-single .text-with-divider h4 {
    font-size: 20px;
    line-height: 1.4em;
  }
  .acym_module_form .acym_form {
    max-width: 100%;
  }
  .sp-module.testimonials h4 {
    font-size: 18px;
  }
  .sp-module.testimonials blockquote {
    font-size: 14px;
    padding: 0 0 5px;
  }
  .alert {
    padding: 28px 58px 28px 70px;
  }
  .alert:before {
    left: 10px;
    font-size: 40px;
  }
  .chzn-container {
    width: 100% !important;
    min-width: 200px;
  }
  .parallax-content .pretext {
    padding-left: 0;
    padding-right: 0;
  }
  .mod-article-single__welcome {
    text-align: center;
  }
  .mod-article-single__welcome .item_introtext {
    width: 100%;
  }
  .mod-article-single__welcome .mod-newsflash-adv_custom-link {
    position: relative;
    margin-top: 30px;
    top: auto;
    right: auto;
  }
  .mod-article-single__welcome .mod-newsflash-adv_custom-link a {
    width: 90px;
    height: 90px;
    line-height: 90px;
  }
}
/* KK Úprava výšky šedého bloku s navigací cesty - breadcrumb pruhu*/
.sp-module {
  padding-top: 100px !important;
  padding-bottom: 40px !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  min-height: 0 !important;
}

.sp-module .breadcrumb {
  padding: 6px 10px !important;
  font-size: 0.95em !important;
  line-height: 1.3em !important;
  margin: 0 !important;
  }

.sp-module .breadcrumb li {
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1.2em !important;
}
.sp-module {
  position: relative;
  top: 20px; /* KK úprava výšky šedého bloku s navigací cesty */
}
#sp-main-top {
    height: 700px !important;
}
body.home sp-logo {
    display: none !important;
}
body.home #item_232 {
  position: relative;
  top: -140px;        /* posune blok výš (větší záporná hodnota = výš) */
  left: 120px;        /* posune blok doprava (kladná hodnota = doprava) */
}
/* KK - úprava šablony o posuvník u tabulky, která se na mobilu nevleze na obrazovku
.scroll-box {
  overflow-x: auto;
  max-width: 100%;
}
.fixed-width table {
  min-width: 800px;
  border-collapse: collapse;
}
/* KK - sbalování a rozbalování textu pod nadpisem
.collapsible {
  cursor: pointer;
  user-select: none;
  margin: 10px 0;
}
.collapsible .symbol {
  font-weight: bold;
  margin-right: 8px;
  color: #79d7ff;
}

.collapsible-content {
  margin-bottom: 15px;
}
