/* Custom styles for current website */

[onclick*="window.location.href='"] { cursor: pointer; }
a:not(.btn):not(.btn-c2):hover {
  color:#00A0E3;
  transition: color .2s ease-in;
  -webkit-transition: color .2s ease-in;
}

/* Ratio */
:not(.image-box).ratio-custom::after {
  padding-bottom: 56.25% !important;
}
.image-vh-50 > [class*="ratio-"] {
  padding-bottom: calc(50vh + 112px) !important;
}

/*Heights*/
.center-cover > .row { height: 100%; }

/* Widths */
.max-w-640 { max-width: 640px; }
.max-w-360 { max-width: 360px; }

/* Text */
html { font-size: 15px; }
body { font-family: 'Open Sans', sans-serif; }
h1, h2, h3, .h1, .h2, .h3 { font-weight: bold; }
h2, .h2 { font-size: calc(15px + (24 - 15) * ((100vw - 300px) / (1600 - 300))) !important; }
h3, .h3 { font-size: calc(15px + (20 - 15) * ((100vw - 300px) / (1600 - 300))) !important; }
.display-1 {
  font-size: calc(30px + (70 - 30) * ((100vw - 300px) / (1600 - 300))) !important;
  font-weight: 700;
  line-height:1.06;
}
.display-2 {
  font-size: calc(24px + (70 - 24) * ((100vw - 300px) / (1600 - 300))) !important;
  font-weight: 300;
  line-height:1.06;
  letter-spacing: .025em;
  color:#00A0E3;
}
.display-3 {
  font-size: calc(24px + (40 - 24) * ((100vw - 300px) / (1600 - 300))) !important;
  font-weight: 300;
  line-height: 1.06;
  letter-spacing: .025em;
  color: #00A0E3;
}
.display-4 {
  font-size: calc(12px + (20 - 12) * ((100vw - 300px) / (1600 - 300))) !important;
  font-weight: 700;
  text-transform:uppercase;
  color:#3C3C3B;
}
.count-number.h2 {
  font-size: calc(24px + (44 - 24) * ((100vw - 300px) / (1600 - 300))) !important;
  font-weight: 900;
  color:#00A0E3;
}
.subtitle, .subtitle-big { font-size:calc(12px + (15 - 12) * ((100vw - 300px) / (1600 - 300))) !important; font-weight:700; margin-top:1rem; margin-bottom:2rem; display:block;  }
.subtitle-big { font-size:calc(15px + (30 - 15) * ((100vw - 300px) / (1600 - 300))) !important;  }
.text-outline {
  color: transparent !important;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #00A0E3;
}
.bg-negative h1.text-outline, .bg-negative .h1.text-outline, .bg-negative h2.text-outline, .bg-negative .h2.text-outline, .bg-negative h3.text-outline, .bg-negative .h3.text-outline, .bg-negative h4.text-outline, .bg-negative .h4.text-outline, .bg-negative h5.text-outline, .bg-negative .h5.text-outline, .text-white h1.text-outline, .text-white .h1.text-outline, .text-white h2.text-outline, .text-white .h2.text-outline, .text-white h3.text-outline, .text-white .h3.text-outline, .text-white h4.text-outline, .text-white .h4.text-outline, .text-white h5.text-outline, .text-white .h5.text-outline {
  color: transparent !important;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
}

/* Colors */
body { background: #F6F6F6 !important; color: #323232; }
.bg-normal { background-color: #F6F6F6 !important; }
.n-overlay::before {
  content: '';
  position: absolute;
  top:0;
  left:0;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(top, rgba(99,43,21,0.4) 0%, rgba(99,43,21,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(99,43,21,0.4) 0%,rgba(99,43,21,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(99,43,21,0.4) 0%,rgba(99,43,21,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99000000', endColorstr='#00000000',GradientType=0 );
}
.text-gray { color:#858585; }
.meta { color:#00A0E3; }

/* Buttons */
.btn-lg, .btn-group-lg>.btn {
  font-size: .75rem;
}
.btn, .btn-c2 {
  transition: all .2s ease-in;
  -webkit-transition: all .2s ease-in;
}
.more-plus {
  position: relative;
  display: inline-block;
  width: 2.666rem;
  height: 2.666rem;
  border: 1px solid #24D4E3;
  transition: background .2s ease-in;
  -webkit-transition: background .2s ease-in;
}
.more-plus::before {
  content: '';
  position: absolute;
  top: calc(50% - .5rem);
  left: calc(50% - .03rem);
  width: .06rem;
  height: 1rem;
  background: #24D4E3;
}
.more-plus::after {
  content: '';
  position: absolute;
  top: calc(50% - .03rem);
  left: calc(50% - .5rem);
  width: 1rem;
  height: .06rem;
  background: #24D4E3;
}
.btn-primary, .btn-primary:hover
{
  position: relative;
  color: #fff !important;
	border-color: transparent;
  background-color: transparent;
	overflow: hidden;
	z-index: 1;
}
.btn-primary::before
{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -10;
	-moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  -khtml-border-radius: 50px;
  border-radius: 50px;
	background: rgba(237,43,124,1);
  background: -moz-linear-gradient(45deg, rgba(237,43,124,1) 0%, rgba(251,176,64,1) 100%);
  background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(237,43,124,1)), color-stop(100%, rgba(251,176,64,1)));
  background: -webkit-linear-gradient(45deg, rgba(237,43,124,1) 0%, rgba(251,176,64,1) 100%);
  background: -o-linear-gradient(45deg, rgba(237,43,124,1) 0%, rgba(251,176,64,1) 100%);
  background: -ms-linear-gradient(45deg, rgba(237,43,124,1) 0%, rgba(251,176,64,1) 100%);
  background: linear-gradient(45deg, rgba(237,43,124,1) 0%, rgba(251,176,64,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed2b7c', endColorstr='#fbb040', GradientType=1 );
  transition: all .3s ease-in;
  -webkit-transition: all .3s ease-in;
}
.btn-primary::after
{
	content: "";
	position: absolute;
	top: 2px;
	left: 2px;
	width: calc( 50% - 4px );
	height: calc( 100% - 4px );
	z-index: -5;
	-moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  -khtml-border-radius: 50px;
  border-radius: 50px;
	background: rgba(255,255,255,0);
  transition: all .3s ease-in;
  -webkit-transition: all .3s ease-in;
}
.btn-primary:hover::after
{
	width: calc( 100% - 4px );
	background: rgba(255,255,255,0.95);
}
.btn-primary:hover
{
  color: #DA1C5C !important;
  background: none;
}
.btn-outline-primary, .btn.btn-primary.mixitup-control-active { 
  position:relative;
  color:#EE2A7B !important;
  z-index:0;
}
.btn-outline-primary::before, .btn.btn-primary.mixitup-control-active::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 5px solid transparent;
  border-radius: 1.5rem;
  background: linear-gradient(to right, #ed2b7c, #fbb040) border-box;
  -webkit-mask: radial-gradient(farthest-side at bottom left ,transparent calc(100% - 2px),#fff calc(100% - 1px) 100%) top right/1.35rem 1.35rem, radial-gradient(farthest-side at top right ,transparent calc(100% - 2px),#fff calc(100% - 1px) 100%) bottom left /1.35rem 1.35rem, radial-gradient(farthest-side at top left ,transparent calc(100% - 2px),#fff calc(100% - 1px) 100%) bottom right/1.35rem 1.35rem, radial-gradient(farthest-side at bottom right,transparent calc(100% - 2px),#fff calc(100% - 1px) 100%) top left /1.35rem 1.35rem, linear-gradient(#fff,#fff) top /100% 2px, linear-gradient(#fff,#fff) bottom/100% 2px, linear-gradient(#fff,#fff) left /2px 100%, linear-gradient(#fff,#fff) right /2px 100%;
    -webkit-mask-repeat: no-repeat;
  mask: radial-gradient(farthest-side at bottom left ,transparent calc(100% - 2px),#fff calc(100% - 1px) 100%) top right/1.35rem 1.35rem, radial-gradient(farthest-side at top right ,transparent calc(100% - 2px),#fff calc(100% - 1px) 100%) bottom left /1.35rem 1.35rem, radial-gradient(farthest-side at top left ,transparent calc(100% - 2px),#fff calc(100% - 1px) 100%) bottom right/1.35rem 1.35rem, radial-gradient(farthest-side at bottom right,transparent calc(100% - 2px),#fff calc(100% - 1px) 100%) top left /1.35rem 1.35rem, linear-gradient(#fff,#fff) top /100% 2px, linear-gradient(#fff,#fff) bottom/100% 2px, linear-gradient(#fff,#fff) left /2px 100%, linear-gradient(#fff,#fff) right /2px 100%;
  mask-repeat: no-repeat;
}
.btn-outline-primary::after, .btn.btn-primary.mixitup-control-active::after {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  width: calc( 50% - 2px );
  height: calc( 100% - 2px );
  z-index: -5;
  opacity:0;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  -khtml-border-radius: 50px;
  border-radius: 50px;
  background: rgba(237,43,124,1);
  background: -moz-linear-gradient(45deg, rgba(237,43,124,1) 0%, rgba(251,176,64,1) 100%);
  background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(237,43,124,1)), color-stop(100%, rgba(251,176,64,1)));
  background: -webkit-linear-gradient(45deg, rgba(237,43,124,1) 0%, rgba(251,176,64,1) 100%);
  background: -o-linear-gradient(45deg, rgba(237,43,124,1) 0%, rgba(251,176,64,1) 100%);
  background: -ms-linear-gradient(45deg, rgba(237,43,124,1) 0%, rgba(251,176,64,1) 100%);
  background: linear-gradient(45deg, rgba(237,43,124,1) 0%, rgba(251,176,64,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed2b7c', endColorstr='#fbb040', GradientType=1 );
  transition: all .3s ease-in;
  -webkit-transition: all .3s ease-in;
}
.btn-outline-primary:hover:after, .btn.btn-primary.mixitup-control-active:hover:after {
	width: calc( 100% - 2px );
  opacity:1;
}
.btn-outline-primary:hover, .bg-dark .btn-outline-primary, .btn.btn-primary.mixitup-control-active:hover {
  color: #fff !important;
}
.btn-secondary, .btn-secondary:hover
{
  position: relative;
  color: #fff !important;
	border-color: transparent;
  background-color: transparent;
	overflow: hidden;
	z-index: 1;
}
.btn-secondary::before
{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -10;
	-moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  -khtml-border-radius: 50px;
  border-radius: 50px;
	background: rgb(0,160,227);
  background: -moz-linear-gradient(top, rgba(0,160,227,1) 0%, rgba(36,212,227,1) 100%);
  background: -webkit-linear-gradient(top, rgba(0,160,227,1) 0%,rgba(36,212,227,1) 100%);
  background: linear-gradient(to bottom, rgba(0,160,227,1) 0%,rgba(36,212,227,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a0e3', endColorstr='#24d4e3',GradientType=0 );
  transition: all .3s ease-in;
  -webkit-transition: all .3s ease-in;
}
.btn-secondary::after
{
	content: "";
	position: absolute;
	top: 2px;
	left: 2px;
	width: calc( 50% - 4px );
	height: calc( 100% - 4px );
	z-index: -5;
	-moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  -khtml-border-radius: 50px;
  border-radius: 50px;
	background: rgba(255,255,255,0);
  transition: all .3s ease-in;
  -webkit-transition: all .3s ease-in;
}
.btn-secondary:hover::after
{
	width: calc( 100% - 4px );
	background: rgba(255,255,255,0.95);
}
.btn-secondary:hover
{
  color: #00a0e3 !important;
  background: none;
}
.btn-outline-secondary, .btn.btn-secondary.mixitup-control-active { 
  position:relative;
  color:#00a0e3 !important;
  z-index:0;
}
.btn-outline-secondary::before, .btn.btn-secondary.mixitup-control-active::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 5px solid transparent;
  border-radius: 1.5rem;
  background: linear-gradient(to right, #00A0E3, #24D4E3) border-box;
  -webkit-mask: radial-gradient(farthest-side at bottom left ,transparent calc(100% - 2px),#fff calc(100% - 1px) 100%) top right/1.35rem 1.35rem, radial-gradient(farthest-side at top right ,transparent calc(100% - 2px),#fff calc(100% - 1px) 100%) bottom left /1.35rem 1.35rem, radial-gradient(farthest-side at top left ,transparent calc(100% - 2px),#fff calc(100% - 1px) 100%) bottom right/1.35rem 1.35rem, radial-gradient(farthest-side at bottom right,transparent calc(100% - 2px),#fff calc(100% - 1px) 100%) top left /1.35rem 1.35rem, linear-gradient(#fff,#fff) top /100% 2px, linear-gradient(#fff,#fff) bottom/100% 2px, linear-gradient(#fff,#fff) left /2px 100%, linear-gradient(#fff,#fff) right /2px 100%;
    -webkit-mask-repeat: no-repeat;
  mask: radial-gradient(farthest-side at bottom left ,transparent calc(100% - 2px),#fff calc(100% - 1px) 100%) top right/1.35rem 1.35rem, radial-gradient(farthest-side at top right ,transparent calc(100% - 2px),#fff calc(100% - 1px) 100%) bottom left /1.35rem 1.35rem, radial-gradient(farthest-side at top left ,transparent calc(100% - 2px),#fff calc(100% - 1px) 100%) bottom right/1.35rem 1.35rem, radial-gradient(farthest-side at bottom right,transparent calc(100% - 2px),#fff calc(100% - 1px) 100%) top left /1.35rem 1.35rem, linear-gradient(#fff,#fff) top /100% 2px, linear-gradient(#fff,#fff) bottom/100% 2px, linear-gradient(#fff,#fff) left /2px 100%, linear-gradient(#fff,#fff) right /2px 100%;
  mask-repeat: no-repeat;
}
.btn-outline-secondary::after, .btn.btn-secondary.mixitup-control-active::after {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  width: calc( 50% - 2px );
  height: calc( 100% - 2px );
  z-index: -5;
  opacity:0;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  -khtml-border-radius: 50px;
  border-radius: 50px;
  background: rgb(0,160,227);
  background: -moz-linear-gradient(top, rgba(0,160,227,1) 0%, rgba(36,212,227,1) 100%);
  background: -webkit-linear-gradient(top, rgba(0,160,227,1) 0%,rgba(36,212,227,1) 100%);
  background: linear-gradient(to bottom, rgba(0,160,227,1) 0%,rgba(36,212,227,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a0e3', endColorstr='#24d4e3',GradientType=0 );
  transition: all .3s ease-in;
  -webkit-transition: all .3s ease-in;
}
.btn-outline-secondary:hover:after, .btn.btn-secondary.mixitup-control-active:hover:after {
	width: calc( 100% - 2px );
  opacity:1;
}
.btn-outline-secondary:hover, .bg-dark .btn-outline-secondary, .btn.btn-secondary.mixitup-control-active:hover {
  color: #fff !important;
}

/* Icons */
[class*="icon-"] {
  display: flex;
  align-items:center;
  justify-content:center;
}
.icon-16, .icon-16 > svg {
  width: 16px;
  height: 16px;
}
.icon-40, .icon-40 > svg {
  width: 40px;
  height: 40px;
}
.icon-48, .icon-48 > svg {
  width: 48px;
  height: 48px;
}
.icon-96, .icon-96 > svg {
  width: 96px;
  height: 96px;
}
.icon-192, .icon-192 > svg {
  width: 192px;
  height: 192px;
}
.icon-96 { font-size:2rem; }
.icon-40 { font-size:1.66rem; }
.scroll-top, .scroll-down {
  width: 2rem;
  height: 2rem;
  position: relative;
  display: inline-block;
  cursor: pointer;
  overflow:visible;
  border: none;
}
.scroll-down {
  position:absolute;
  width: 100%;
  bottom: 2rem;
  left: 0;
  text-align: center;
  z-index: 999999;
}
.scroll-down::before {
  content: '';
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background: url('/img/scroll-down.png');
  background-repeat:no-repeat;
  background-size: contain;
  -webkit-animation: fadeInDown 1s infinite linear;
  animation: fadeInDown 1s infinite linear;
}

/* Logo */
.navbar-brand svg {
  position: relative;
  display: block;
  width: 236px;
  height: 42px;
}
.transparent .navbar-brand svg [fill="#5D2701"] { fill: #fff; }

/* Menu */
.desktop-navbar {
  transition: background .2s ease-in;
  -webkit-transition: background .2s ease-in;
}
.desktop-navbar.transparent .top-navbar .nav-menu li > a:not(.btn):not(.btn-c2),
.desktop-navbar.transparent .main-navigation .nav-menu > li > a:not(.btn):not(.btn-c2) { color: #fff; }
.desktop-navbar.transparent .top-navbar .nav-menu li.active > a:not(.btn):not(.btn-c2),
.desktop-navbar.transparent .main-navigation .nav-menu > li.active > a:not(.btn):not(.btn-c2) { color: #00A0E3; }

/* Rows */
.row {
  background-position: center;
  background-size: cover; 
}
.row.contacts {
  margin: .5rem auto;
  justify-content: space-between;
  max-width: 320px;
  text-align: right;
}
.row.contacts strong {
  color: #00A0E3;
  text-align:center;
  width: 100%;
}
.row.contacts a, .row.contacts span {
  display: inline-block;
  width: 100%;
  text-align: center;
}
.row.contacts strong [class*="fa-"] {
  width: 1.25rem;
  text-align: center;
  color: #00A0E3;
}

/* Slideshow */
.video-holder.n-overlay::after, .carousel-item.n-overlay::after {
  background: -moz-linear-gradient(top, rgba(31,15,15,0.4) 0%, rgba(31,15,15,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(31,15,15,0.4) 0%,rgba(31,15,15,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(31,15,15,0.4) 0%,rgba(31,15,15,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#661f0f0f', endColorstr='#001f0f0f',GradientType=0 );
}

/* Infobox */
.n-overlay .center-cover h2, .toggle-cover > .toggle-on-hover h3 {
  position: relative;
  height: calc(30px + (40 - 30) * ((100vw - 300px) / (1600 - 300))) !important;
  color: #fff !important;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  transition: all .2s ease-in;
  -webkit-transition: all .2s ease-in;
}
.n-overlay:hover .center-cover h2, .toggle-cover:hover > .toggle-on-hover h3 {
  color:#24D4E3 !important;
  transform: translateY(0);
  -webkit-transform: translateY(0);
}
.n-overlay .more-plus, .toggle-cover > .toggle-on-hover .more-plus {
  opacity: 0;
  visibility:hidden;
  transition: opacity .2s ease-in;
  -webkit-transition: opacity .2s ease-in;
}
.n-overlay:hover .more-plus, .toggle-cover:hover > .toggle-on-hover .more-plus {
  position: relative;
  opacity: 1;
  visibility: visible;
}
.n-overlay > .center-cover::before {
  content:'';
  position: absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background:rgba(18,64,102,0);
  transition: background .2s ease-in;
  -webkit-transition: background .2s ease-in;
}
.n-overlay:hover > .center-cover::before { background:rgba(18,64,102,.8); }
.toggle-cover::before {
  content:'';
  position: absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background:rgba(18,64,102,0);
  transition: background .2s ease-in;
  -webkit-transition: background .2s ease-in;
}
.toggle-cover:hover:before {
  background:rgba(18,64,102,.8);
}

/* Footer */
footer > .bg-negative {
  color:#fff !important;
}
.scroll-top {
  width: 40px;
  height: 40px;
  position: relative;
  display: inline-block;
  cursor: pointer;
  overflow: hidden;
  border: 1px solid;
  transition: all .2s ease-in;
  -webkit-transition: all .2s ease-in;
}
.scroll-top:hover { border-color:#00A0E3; }
.scroll-top::before {
  content: '\f062';
  position: absolute;
  display: block;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300;
  font-size: 1rem;
  top: .55rem;
  left: calc(50% - .5rem);
  width: 1rem;
  text-align: center;
}
.scroll-top:hover:before {
  -webkit-animation: fadeInUp 1s infinite linear;
	animation: fadeInUp 1s infinite linear;
  color: #00A0E3;
}

/* List slideshow */
.row.slider-cover {
  width: calc(100% + 4rem);
  margin: 0 -2rem;
}
.customize-tools {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
[id*="customize-controls-"] .prev.text-dark, [id*="customize-controls-"] .next.text-dark {
  transition: color .2s ease-in;
  -webkit-transition: color .2s ease-in;
}
[id*="customize-controls-"] .prev.text-dark:hover, [id*="customize-controls-"] .next.text-dark:hover {
  color:#24D4E3!important;
}
[id*="customize-controls-"] .prev .icon-96, [id*="customize-controls-"] .next .icon-96 {
  width: 48px;
  height: 48px;
  font-size: 1rem;
}
[id*="customize-controls-"] .prev { left:2rem }
[id*="customize-controls-"] .next { right:2rem }

/* Special content */
.on-hover-link { padding-bottom: 1rem; }
.on-hover-link:hover { color:#323232; }
.on-hover-link a:hover { color: inherit !important; }
[class*="item-"] .on-hover-link::after {
  content: '';
  position: absolute;
  display: block;
  width: 4rem;
  height: 1px;
  background: #00A0E3;
  left: 50%;
  bottom:0;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
[class*="item-"]:hover .on-hover-link::after {
  -webkit-animation: widthGrow .3s linear;
	animation: widthGrow .3s linear;
}
@-webkit-keyframes widthGrow {
  0% {
    width: 0;
  }
  100% {
    width: 4rem;
  }
}
@keyframes widthGrow {
  0% {
    width: 0;
  }
  100% {
    width: 4rem;
  }
}

[class*="item-"] .on-hover-plus {
  position: relative;
  display: block;
  top:0;
  margin-bottom:1rem;
  transition: all .2s ease-in;
  -webkit-transition: all .2s ease-in;
}
[class*="item-"]:hover .on-hover-plus { top: 0; }
[class*="item-"] .on-hover-plus::after {
  content: '\f067';
  position: relative;
  display: block;
  top:1rem;
  width: 2rem;
  height: 0;
  opacity:0;
  visibility:hidden;
  font-family: 'Font Awesome 5 Pro';
  font-size:2rem;
  font-weight:300;
  left: 50%;
  bottom:0;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transition: all .2s ease-in;
  -webkit-transition: all .2s ease-in;
}
[class*="item-"]:hover .on-hover-plus::after {
  height: 2rem;
  opacity:1;
  visibility:visible;
  transition: all .2s ease-in;
  -webkit-transition: all .2s ease-in;
}
[class*="item-"] [style*="background-image: url('"][style*=".jpeg"]::before,
[class*="item-"] [style*="background-image: url('"][style*=".jpg"]::before {
  content:'';
  position: absolute;
  top:0;
  left:0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity .2s ease-in;
  -webkit-transition: opacity .2s ease-in;
  background: -moz-linear-gradient(top, rgba(99,43,21,0.5) 0%, rgba(99,43,21,0) 100%);
  background: -webkit-linear-gradient(top, rgba(99,43,21,0.5) 0%,rgba(99,43,21,0) 100%);
  background: linear-gradient(to bottom, rgba(99,43,21,0.5) 0%,rgba(99,43,21,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99000000', endColorstr='#00000000',GradientType=0 );
}
[class*="item-"]:hover [style*="background-image: url('"][style*=".jpeg"]::before,
[class*="item-"]:hover [style*="background-image: url('"][style*=".jpg"]::before{
  opacity: 1;
  visibility: visible;
  transition: opacity .2s ease-in;
  -webkit-transition: opacity .2s ease-in;
}

.article-list-5 h3.card-title { font-size:1rem !important; }
.preview .icon-16, .preview .meta, .article-list-5 .icon-16, .article-list-5 .meta { color:#00A0E3; }
.preview .icon-16 , .article-list-5 .icon-16 { margin-top: .25rem; }
.preview .meta, .article-list-5 .meta { font-size:.8rem; }

@media (min-width: 565.98px)
{
  .row.contacts strong {
    color: #00A0E3;
    text-align:left;
    width: auto;
  }
  .row.contacts a, .row.contacts span {
    display: inline-block;
    width: auto;
    text-align: left;
  }
}
@media (min-width: 767.98px)
{
  .customize-tools {
    position: static;
    width: calc(100% + 96px);
    margin: 0 48px;
  }
  .row.contacts {
    margin: .5rem 0;
    justify-content: start;
    max-width: none;
    text-align: left;
  }
  .row.contacts strong {
    min-width: calc(150px + 3rem);
  }
}

@media (max-width: 767.98px)
{
  .buttons-cover.justify-content-start {
    justify-content: center !important;
  }
  .bg-fixed .ratio-1-1, .image-md-16-9 .ratio-1-1 {
    padding-bottom: 56.25%;
  }
}
@media (min-width: 991.98px)
{
  /*.navbar-brand svg {
    width: 236px;
    height: 42px;
  }*/
  .navbar-brand svg {
    width: 294px;
    height: 44px;
  }
  .btn-lg, .btn-group-lg>.btn {
    padding: .75rem 1.5rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0;
  }
  .max-w-lg-none { max-width:none; }
  :not(.image-box).ratio-custom::after {
    padding-bottom: 30% !important;  
  }
}
@media (min-width: 1023.98px)
{
  /* List slideshow */
  [id*="customize-controls-"] .prev, [id*="customize-controls-"] .next {
    width: 96px;
  }
  [id*="customize-controls-"] .prev { left:0 }
  [id*="customize-controls-"] .next { right:0; }
  [id*="customize-controls-"] .prev .icon-96, [id*="customize-controls-"] .next .icon-96 {
    width: 96px;
    height: 96px;
    font-size: 3.333rem;
  }
  .row.slider-cover {
    position: relative;
    margin: 0;
    width: 100%;
    padding: 0 96px;
  }
}
@media (min-width: 1471.98px)
{
  /* List slideshow */
  .row.slider-cover {
    position: relative;
    margin: 0 -96px;
    width: calc(100% + 192px);
    padding: 0 96px;
  }
}
@media (min-width: 1599.98px)
{
  h2, .h2 { font-size: 24px !important; }
  h3, .h3 { font-size: 20px !important; } 
  .display-1 { font-size: 70px !important; }
  .display-2 { font-size: 70px !important; }
  .display-3 { font-size: 40px !important; }
  .display-4 { font-size: 20px !important; }
  .count-number.h2 { font-size: 44px !important; }
  .subtitle { font-size: 15px !important; }
  .subtitle-big { font-size: 30px !important; }
  .article-list-5 h3.card-title { font-size:1rem !important; }
}