/*

   _______ _    _ ______ __  __          
  |__   __| |  | |  ____|  \/  |   /\    
     | |  | |__| | |__  | \  / |  /  \   
     | |  |  __  |  __| | |\/| | / /\ \  
     | |  | |  | | |____| |  | |/ ____ \ 
     |_|  |_|  |_|______|_|  |_/_/    \_\
	 
	 
##########################################################################
#                                                                        #
# FIXES                                                                  #
#                                                                        #
##########################################################################
*/

.clearfix:before,.clearfix:after {content: " ";display: table;}
.clearfix:after {clear: both;}
.clearfix {*zoom: 1;}

/*
##########################################################################
#                                                                        #
# FONTS                                                                  #
#                                                                        #
##########################################################################
*/

@font-face{font-family:'canal';src:url("/css/fonts/canallightromain-webfont.eot");src:url("/css/fonts/canallightromain-webfont.eot?#iefix") format("embedded-opentype"),url("/css/fonts/canallightromain-webfont.woff") format("woff"),url("/css/fonts/canallightromain-webfont.ttf") format("truetype"),url("/css/fonts/canallightromain-webfont.svg#canallightromain") format("svg");font-weight:200;font-style:normal}@font-face{font-family:'canal';src:url("/css/fonts/canaldemiromain-webfont.eot");src:url("/css/fonts/canaldemiromain-webfont.eot?#iefix") format("embedded-opentype"),url("/css/fonts/canaldemiromain-webfont.woff") format("woff"),url("/css/fonts/canaldemiromain-webfont.ttf") format("truetype"),url("/css/fonts/canaldemiromain-webfont.svg#canaldemiromain") format("svg");font-weight:600;font-style:normal}@font-face{font-family:'canal';src:url("/css/fonts/canalboldromain-webfont.eot");src:url("/css/fonts/canalboldromain-webfont.eot?#iefix") format("embedded-opentype"),url("/css/fonts/canalboldromain-webfont.woff") format("woff"),url("/css/fonts/canalboldromain-webfont.ttf") format("truetype"),url("/css/fonts/canalboldromain-webfont.svg#canalboldromain") format("svg");font-weight:800;font-style:normal}@font-face{font-family:'canal';src:url("/css/fonts/canallightitalique-webfont.eot");src:url("/css/fonts/canallightitalique-webfont.eot?#iefix") format("embedded-opentype"),url("/css/fonts/canallightitalique-webfont.woff") format("woff"),url("/css/fonts/canallightitalique-webfont.ttf") format("truetype"),url("/css/fonts/canallightitalique-webfont.svg#canallightitalique") format("svg");font-weight:200;font-style:italic}@font-face{font-family:'canal';src:url("/css/fonts/canaldemiitalique-webfont.eot");src:url("/css/fonts/canaldemiitalique-webfont.eot?#iefix") format("embedded-opentype"),url("/css/fonts/canaldemiitalique-webfont.woff") format("woff"),url("/css/fonts/canaldemiitalique-webfont.ttf") format("truetype"),url("/css/fonts/canaldemiitalique-webfont.svg#canaldemiitalique") format("svg");font-weight:600;font-style:italic}@font-face{font-family:'canal';src:url("/css/fonts/canalbolditalique-webfont.eot");src:url("/css/fonts/canalbolditalique-webfont.eot?#iefix") format("embedded-opentype"),url("/css/fonts/canalbolditalique-webfont.woff") format("woff"),url("/css/fonts/canalbolditalique-webfont.ttf") format("truetype"),url("/css/fonts/canalbolditalique-webfont.svg#canalbolditalique") format("svg");font-weight:800;font-style:italic}@font-face{font-family:'blank';src:url("/css/fonts/blank-webfont.eot");src:url("/css/fonts/blank-webfont.eot?#iefix") format("embedded-opentype"),url("/css/fonts/blank-webfont.woff") format("woff"),url("/css/fonts/blank-webfont.ttf") format("truetype"),url("/css/fonts/blank-webfont.svg#blank") format("svg")}@media screen and (-webkit-min-device-pixel-ratio: 0){@font-face{font-family:'canal';src:url("/css/fonts/canallightromain-webfont.svg#canallightromain") format("svg");font-weight:200;font-style:normal}@font-face{font-family:'canal';src:url("/css/fonts/canaldemiromain-webfont.svg#canaldemiromain") format("svg");font-weight:600;font-style:normal}@font-face{font-family:'canal';src:url("/css/fonts/canalboldromain-webfont.svg#canalboldromain") format("svg");font-weight:800;font-style:normal}@font-face{font-family:'canal';src:url("/css/fonts/canallightitalique-webfont.svg#canallightitalique") format("svg");font-weight:200;font-style:italic}@font-face{font-family:'canal';src:url("/css/fonts/canaldemiitalique-webfont.svg#canaldemiitalique") format("svg");font-weight:600;font-style:italic}@font-face{font-family:'canal';src:url("/css/fonts/canalbolditalique-webfont.svg#canalbolditalique") format("svg");font-weight:800;font-style:italic}}

/*
##########################################################################
#                                                                        #
# BASIC STYLES                                                           #
#                                                                        #
##########################################################################
*/

html {
	margin:0;
	padding:0;
	width:100%;
	height:100%;
}

body {
	position:relative;
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	font-family:canal;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	background:#292929;
}
strong, b {
	font-weight:600;
}
.center {
	text-align:center;
}
.placeholder {
	min-height:50vh;
}
.spacer {
	height:50px;
}
.half {
	height:25px;
}
#static {
	padding:0;
	margin:0;
	height:100vh;
}
.ovrl {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background: linear-gradient(170deg, rgba(0,0,0,1) 0%, rgba(170,0,0,0) 30%);
}
.arrow {
	position:absolute;
	left:50%;
	bottom:80px;
	z-index:4;
	box-sizing: border-box;
	height: 70px;
	width: 70px;
	border-style: solid;
	border-color: white;
	border-width: 0px 15px 15px 0px;
	transform: translateX(-50%) rotate(45deg);
	transition: border-width 150ms ease-in-out;
	cursor:hand;
	cursor:pointer;
}
.bounce {
	animation: bounce 2s 4s 5;
}
.play {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.play .ovrltxt {
	position:absolute;
	display:inline-block;
	left:0;
	right:0;
	top:45%;
	margin-left: auto; 
	margin-right: auto; 
	margin-top:auto;
	margin-bottom:auto;
	color:#fff;
	font-size:4vw;
	line-height:4.2vw;
	text-align:center;
	text-transform:uppercase;
	z-index:1;
}
.play .ovrltxt span {
	font-weight:700;
	font-size:5vw;
}
.play .btn {
	position:absolute;
	width:206px;
	height:205px;
	left:0;
	right:0;
	top:0;
	bottom:0;
	margin-left: auto; 
	margin-right: auto; 
	margin-top:auto;
	margin-bottom:auto;
	background-image:url(/images/playbtn_white.png);
	background-position:center center;
	background-repeat:no-repeat;
	opacity:.3;
	-webkit-transition-duration:.4s;
	-moz-transition-duration:.4s;
	transition-duration:.4s;
	cursor:hand;
	cursor:pointer
}
.play .btn:hover {
	opacity:1
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateX(-50%) translateY(0) rotate(45deg);
  }
  40% {
    transform: translateX(-50%) translateY(-30px) rotate(45deg);
  }
  60% {
    transform: translateX(-50%) translateY(-15px) rotate(45deg);
  }
}
#content {
	margin-top:-50px;
	height:50px;
}
.heading {
	max-width:1150px;
	margin:0 auto;
	padding:100px 40px 20px 40px;
}
.heading h1 {
	text-transform:uppercase;
	color:#000 !important;
	font-weight:bold !important;
}
.heading.nopad {
	padding:0px 40px 20px 40px;
}
.eventTitle {
	padding:13px 0px 20px 0px;
	margin-top:0;
	margin-bottom:8px;
	text-transform:uppercase;
	font-size:30px;
	font-weight:bold;
	text-align:center;
}
.content {	
	display:flex;
	max-width:1150px;
	margin:0 auto;
	padding:0 40px 0 40px;
	align-items:center;
}
.large {
	font-size:20px;
	line-height:30px;
}
.parallax-window img {
	display:block;
}
main {
	background:#fff;
}
section {
	display:flex;
	max-width:1150px;
	margin:0 auto;
	padding:40px;
}
section .col1 {
	flex:1 1 640px;
	padding:20px 45px 60px 0;
	border-right:1px solid #939393;
	font-size:18px;
	line-height:26px;
}
section .col1 a {
	color:#000;
}
section .col1 h1 {
	margin-top:0;
	margin-bottom:8px;
	color:#000;
	text-transform:uppercase;
	font-size:30px;
	font-weight:600;
}
section .col1 h2 {
	margin-top:0;
	text-transform:uppercase;
	font-size:16px;
	font-weight:600;
}
section .col1 h3 {
	font-size:16px;
	font-weight:600;
}
section .col1 ul {
	padding-left:28px;
}
.sticky {
	position:sticky;
	top:100px;
}
section .col2 {
	flex:1 1 240px;
	padding:0 0 60px 45px;
}
section .col2 .brand-logo img {
	width:100%;
	max-width:200px;
	height:auto;
	border:none;
	text-align:center;
}
section .col2 h4 {
	color:#000;
	text-transform:uppercase;
	font-weight:600;
	margin-bottom:5px;
}
section .col2 ul {
	list-style:none;
	margin:0 0 30px 0;
	padding:0;
}
section .col2 li {
	font-family:canal;
	font-size:16px;
	font-weight:200;
}
.generic {
	padding-bottom:100px;
	justify-content:center;
}
#yt {
	padding-top:20px;
	padding-bottom:20px;
}
#yt .col1 {
	padding-bottom:0;
}
#yt .col2 {
	padding:20px 0 60px 20px;
}
.banner-youtube {
	max-width:1150px;
	margin:20px auto 0 auto;
}
.banner-youtube img {
	width:100%;
	height:auto;
	border:none;
}
.banner-youtube a {
	transition: 0.5s opacity ease;
}
.banner-youtube a:hover {
	opacity:0.5;
}
.clients-youtube img {
	width:100%;
	height:auto;
	border:none;
}
#youtube-services {
	padding-top:50px;
	text-align:center;
	font-size:24px;
}
#youtube-intro {
	padding-top:30px;
	text-align:center;
	font-size:24px;
	max-width:1200px;
	margin:0 auto
}
.youtube-block {
	display:block;
	position:relative;
	padding:10px 0 10px 0;
	background-color:#F0E2D9;
	max-width:1000px;
	margin:0 auto;
	font-style:italic;
}
.youtube-block .dot {
	position:absolute;
	left:-30px;
	top:50%;
	translate: 0 -50%;
	background-color:#000;
	width:60px;
	height:60px;
	border-radius:50%;
}
.youtube-block .arg {
	margin:0 auto;
	max-width:80%
}
.youtube-block p {
	font-size:20px;
}
.youtube-figures {
	display:flex;
	justify-content: space-evenly;
	max-width:1000px;
	margin:0 auto;
}
.youtube-figures div {
	text-align:center;
	font-size:24px;
}
.youtube-figures span {
	font-size: 150px;
	font-weight: bold;
	color: white;
	text-shadow: -4px -4px 0 #000, 4px -4px 0 #000, -4px 4px 0 #000, 4px 4px 0 #000;
}
.app {
	display:flex;
	flex-direction:column;
	flex:1 1 33%;
	padding:0 30px 20px 30px;
}
.applogo {
	flex:0 0 30%;
	padding:0 20px 0 20px;
}
.applogo img {
	width:100%;
	height:auto;
	border:none;
}
.appdesc {
	flex:0 0 45%;
	padding:20px 0 20px 0;
	font-size:18px;
	text-align:justify;
}
.appurl {
	flex:0 0 auto;
	text-align:center;
}
.appurl a {
	background-color:#000;
	color:#fff;
	font-size:18px;
	font-weight:600;
	text-decoration:none;
	padding:8px 20px 8px 20px;
	transition: 0.5s all ease-in-out;
}
.sr {
	display:flex;
	flex-direction:column;
	flex:1 1 33%;
	padding:0 30px 20px 30px;
}
.srss {
	flex:0 0 auto;
	padding:0 10px 0 10px;
}
.srss img {
	width:100%;
	height:auto;
	border:none;
}
.srdesc {
	flex:0 0 auto;
	padding:20px 0 20px 0;
	font-size:18px;
	text-align:justify;
}
.srurl {
	flex:0 0 auto;
	text-align:center;
}
.srurl a {
	background-color:#000;
	color:#fff;
	font-size:18px;
	font-weight:600;
	text-decoration:none;
	padding:8px 20px 8px 20px;
	transition: 0.5s all ease-in-out;
}
.srurl a.blue {
	margin-left:20px;
	background-color:#00b1eb;
}
.management {
	margin-top:50px;
	flex-wrap:wrap;
	justify-content:center;
	align-items:flex-start;
	gap:10px;
}
.codir {
	flex:0 1 19%;
	margin-bottom:10px;
	text-align:center;
	font-size:14px;
}
.codir img {
	width:100%;
	height:auto;
	border:1px solid #d9d9d9;
}
.codir .name {
	font-weight:600;
	color:#000;
}
#history {
	display:none;
}
.hist_visuals {
	flex:0 1 20%;
}
.hist_timeline {
	flex:0 1 80%;
}
.hist_timeline h3 {
	color:#000;
	margin-top:0;
}
.hist_timeline p {
	margin:0;
	padding:6px 0 4px 10px;
	line-height:22px;
	border-left:1px dotted #000;
}
#more {
	width:150px;
	margin:10px auto;
	text-align:center;
	border:1px solid #000;
	color:#000;
	font-size:16px;
	padding:4px;
	cursor:pointer;cursor:hand;
	transition: 0.5s all ease-in-out;
}
#more:hover {
	color:#fff;
	background:#000;
}
#brochure {
	width:300px;
	margin:10px auto;
	text-align:center;
	border:1px solid #000;
	background:#000;
	color:#fff;
	font-size:16px;
	padding:8px 4px 8px 4px;
	cursor:pointer;cursor:hand;
	transition: 0.5s all ease-in-out;
}
#brochure:hover {
	color:#000;
	background:#fff;
}
#loadMoreNews {
	width:250px;
	margin:10px auto;
	text-align:center;
	background-color:#000;
	color:#fff;
	font-size:16px;
	padding:4px;
	cursor:pointer;cursor:hand;
	transition: 0.5s all ease-in-out;
}
.flex-item {
	flex:0 1 33%;
}
.pad20 {
	padding:0 0 0 25px;
}
.count {
	display:inline-block;
}
.f48px {
	font-size:48px;
	font-weight:600;
}
.red {
	color:#000;
}
#dist-contacts ul li a {
	color:#000;
}
#dist-contacts ul li a:hover {
	color:#000;
}
.buttonsgroup {
	margin-top:50px;
}
.button {
	position: relative;
	background-color:#000;
	color:#fff;
	text-transform:uppercase;
	max-width:150px;
	margin:15px 0 0 0;
	padding:10px 10px 10px 40px;
	cursor: pointer;
	font-size:15px;
	font-weight:600;
}
.button::before {  
	transform: scaleX(0);
	transform-origin: bottom right;
}
.button:hover::before {
	transform: scaleX(1);
	transform-origin: bottom left;
}
.button::before {
	content: " ";
	display: block;
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	inset: 0 0 0 0;
	background: rgba(255,255,255,0.2);
	z-index: 2;
	transition: transform .3s ease;
}
.button a {
	color:#fff;
	text-decoration:none;
}
.button.download {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23fff' style='line-height:normal;text-indent:0;text-align:start;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23fff;text-transform:none;block-progression:tb;isolation:auto;mix-blend-mode:normal' d='M 7 2 L 7 9.2929688 L 4.3535156 6.6464844 L 3.6464844 7.3535156 L 7.5 11.207031 L 11.353516 7.3535156 L 10.646484 6.6464844 L 8 9.2929688 L 8 2 L 7 2 z M 3 13 L 3 14 L 3.5 14 L 11.5 14 L 12 14 L 12 13 L 11.5 13 L 3.5 13 L 3 13 z' font-weight='400' font-family='sans-serif' white-space='normal' overflow='visible'/%3E%3C/svg%3E");
	background-repeat:no-repeat;
	background-size:auto 60%;
	background-position:10px 50%;
}

/*
##########################################################################
#                                                                        #
# HEADER + MAIN MENU                                                     #
#                                                                        #
##########################################################################
*/

header {
	position:fixed;
	z-index:10;
	width:100%;
}

header .container {
	position:relative;
    -webkit-transition: background-color 700ms linear;
    -moz-transition: background-color 700ms linear;
    -o-transition: background-color 700ms linear;
    -ms-transition: background-color 700ms linear;
    transition: background-color 700ms linear;
}

header .container.scrolled, header .container.visible {
    background-color: #000;
}

#logo {
	display:inline-block;
	padding:20px 0 20px 90px;
}

#logo a img {
	border:none;
	width:174px;
	height:42px;
}

#menuToggle
{
  display: block;
  position: absolute;
  top: 30px;
  left: 20px;
  z-index: 20;
  -webkit-user-select: none;
  user-select: none;
}

#menuToggle a
{
  font-size:18px;
  font-weight:600;
  text-decoration: none;
  text-transform:uppercase;
  color: #fff;
  transition: all 0.3s ease;
}

#menuToggle a:hover
{
  color: #ffcc00;
  padding-left:10px;
}

#menuToggle input
{
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
  left: -5px;
  cursor: pointer;
  opacity: 0;
  z-index: 2;
  -webkit-touch-callout: none;
}

#menuToggle span
{
  display: block;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;
  background: #fff;
  border-radius: 3px;
  z-index: 1;
  transform-origin: 4px 0px;
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;
}

#menuToggle span:first-child
{
  transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2)
{
  transform-origin: 0% 100%;
}

#menuToggle input:checked ~ span
{
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -1px);
  background: #fff;
}

#menuToggle input:checked ~ span:nth-last-child(3)
{
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

#menuToggle input:checked ~ span:nth-last-child(2)
{
  transform: rotate(-45deg) translate(0, -1px);
}

#menu
{
  position: absolute;
  width: 360px;
  height:100vh;
  margin: -80px 0 0 -80px;
  padding: 50px;
  padding-left: 80px;
  padding-top: 125px;
  background: rgba(0,0,0,0.5);
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  transform-origin: 0% 0%;
  transform: translate(-100%, 0);
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
}

#menu li
{
  padding: 10px 0 0 65px;
  font-size: 22px;
}
.submenu {
	display:none;
}
.submenu li {
	list-style-type: none;
	padding: 0 0 0 40px !important;
}
.submenu li a {
	font-size:16px !important;
}

#menuToggle input:checked ~ nav ul
{
  transform: none;
}

/*
##########################################################################
#                                                                        #
# FOOTER                                                                 #
#                                                                        #
##########################################################################
*/

footer {
	background:#292929;
	padding:100px;
}
footer .cpy {
	text-align:center;
	color:#fff;
}
footer .cpy a {
	text-decoration:none;
	color:#fff;
}

/*
##########################################################################
#                                                                        #
# NEWSLETTER                                                             #
#                                                                        #
##########################################################################
*/

#newsletter {
	z-index:999999;
	position:fixed;
	display:relative;
	top:10px;
	right:10px;
	background-color:#000;
	width:450px;
	padding:10px;
	box-shadow:0 0 10px rgba(0,0,0,0.5);
	color:#fff;
	background-image:url('/images/nl-img.jpg');
	background-position:center right;
	background-repeat:no-repeat;
}
#nl-post {
	display:none;
}
.nl-sub {
	font-size:18px;
	font-weight:700;
}
.nl-title {
	font-size:22px;
	font-weight:700;
	line-height:19px;
	margin-bottom:10px;
}
.nl-txt a {
	color:#fff;
}
.nl-form {
	display:flex;
	margin:8px 0 8px 0;
}
.nl-input, .nl-submit {
	display:inline-block;
	vertical-align:middle;
	flex:0 1 auto;
}
.nl-input {
	background-color:#fff;
}
.nl-input input {
	margin:8px 5px 8px 5px;
	font-size:14px;
	font-weight:200;
	border:none;
}
.nl-input input:focus {
    outline: none;
}
.nl-input input:autofill {
    background-color:none;
	border:none;
}
.nl-submit {
	background-color:#000;
	cursor:hand;
	cursor:pointer;
}
.nl-submit svg {
	border:none;
	max-width:16px;
	height:auto;
	border:none;
	display:block;
	margin:8px;
}
.nl-close {
	position:absolute;
	top:-9px;
	left:-6px;
	background-color:#fff;
	border-radius:50%;
	cursor:hand;
	cursor:pointer;
}
.nl-close svg {
	max-width:15px;
	height:auto;
	border:none;
	padding:2px;
	display:block;
}

/*
##########################################################################
#                                                                        #
# STAGE                                                                  #
#                                                                        #
##########################################################################
*/

#stage {
	width:100%;
	position:relative;
}

#stage img {
	width:100%;
	height:auto;
}

#stage div {
	position: absolute;
	width:100%;
	top:0;
	left:0;
}

#stage div img {
	width:100%;
	height:auto;
	border:none;
}

#stage div:nth-of-type(1) {
	animation-name: fader;
	animation-delay: 5s;
	animation-duration: 2s;
	z-index: 3;
}

#stage div:nth-of-type(2) {
	z-index: 2;
}

#stage div:nth-of-type(n+3) {
	display: none;
}

@keyframes fader {
	from { opacity: 1.0; }
	to   { opacity: 0.0; }
}

#city {
	width:100%;
	position:relative;
}

#city img {
	width:100%;
	height:auto;
	display:block;
}

#city div {
	position: absolute;
	width:100%;
	top:0;
	left:0;
}

#city div img {
	width:100%;
	height:auto;
	border:none;
	display:block;
}

#news {
	width:100%;
	position:relative;
}

#news img {
	width:100%;
	height:auto;
	display:block;
}

#news div {
	position: absolute;
	width:100%;
	top:0;
	left:0;
}

#generic div img {
	width:100%;
	height:auto;
	border:none;
	display:block;
}

#generic {
	width:100%;
	position:relative;
}

#generic img {
	width:100%;
	height:auto;
	display:block;
}

#generic div {
	position: absolute;
	width:100%;
	top:0;
	left:0;
}

#generic div img {
	width:100%;
	height:auto;
	border:none;
	display:block;
}

/*
##########################################################################
#                                                                        #
# CHANNELS LIST                                                          #
#                                                                        #
##########################################################################
*/
#channels {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	padding:0 0 100px 0;
}
.channel {
	position:relative;
	flex:0 0 16.6%;
	display: flex;
	justify-content: center;
	align-items: stretch;
	box-sizing: border-box;
}
.channel:before {
	content: '';
	display: table;
	padding-top: 100%;
}
.channel .bckgrnds {
	position:absolute;
	top:5px;left:5px;bottom:5px;right:5px;
	background-position:center center;
	background-size:cover;
	transition: 0.5s filter ease;
	transition: 0.5s opacity ease;
	border:1px solid #ccc;
	
}
.channel .logo {
	position:absolute;
	width:100%;
	height:100%;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:85%;
	transition: 0.5s filter ease;
	transition: 0.5s all ease;	
	cursor:hand;
	cursor:pointer;
	opacity:1;
}
.langs {
	text-align:right;
	font-size:14px;
}
.langs a {
	padding:0 4px 0 4px;
	text-decoration:none;
	font-weight:600;
	font-size:14px;
}
.switcher-content {
  display: none;
}
.rus {
	font-family:helvetica, arial, sans-serif;
	font-size:18px;
	line-height:30px;
}

/*
##########################################################################
#                                                                        #
# CONTACTS                                                               #
#                                                                        #
##########################################################################
*/

.offices {
	display:flex;
	justify-content: space-evenly;
	flex-wrap:wrap;
	max-width:1150px;
	margin:0 auto;
	padding:40px;
}
.office {
	flex:0 0 33%;
	text-align:center;
	margin-bottom:50px;
}
.city {
	margin-bottom:5px;
	font-size:18px;
	font-weight:600;
	color:#000;
}
.address {
	font-size:14px;
	margin-bottom:10px;
}
.phone {
	margin-bottom:15px;
	font-size:14px;
}
.phone svg {
	max-width:12px;
	height:auto;
	opacity:0.5;
}
.phone a {
	text-decoration:none;
	color:#000;
}
.contacts a {
	border:1px solid #000;
	color:#000;
	font-size:16px;
	text-decoration:none;
	padding:4px 8px 4px 8px;
	transition: 0.5s all ease-in-out;
}
.contacts a:hover {
	background-color:#000;
	color:#fff;
}
.area {
	position:sticky;
	top:86px;
	padding:40px;
	background-color:#fbfbfb;
	border-bottom:1px solid #ebebeb;
	text-align:center;
	margin-bottom:20px;
}
.area br {
	display:none;
}
.area h2 {
	margin:0 0 10px 0;
	font-weight:600;
	font-size:22px;
}
.area p {
	font-size:16px;
	margin:0 0 10px 0;
}
.area a {
	text-decoration:none;
	color:#000;
}
.ctc {
	padding:0 40px 40px 40px;
	flex-wrap:wrap;
	justify-content:center;
}
.ctcsep {
	
}
.service {
	flex:1 0 100%;
	padding-bottom:5px;
	border-bottom:1px dotted #ebebeb;
	text-align:center;
	text-transform:uppercase;
	color:#000;
	font-size:18px;
	font-weight:600;
}
.contact {
	flex:0 1 33%;
	padding:20px 0 20px 0;
	text-align:center;
	font-size:14px;
}
.contact .nom {
	font-weight:600;
	font-size:16px;
	text-transform:uppercase;
}
.contact a {
	color:#000;
	text-decoration:none;
}
.contact a:hover {
	text-decoration:underline;
}
.contact .phone {
	display:inline-block;
	margin:5px;
	font-size:12px;
}
.contact .phone a {
	text-decoration:none;
	color:#000;
}

/*
##########################################################################
#                                                                        #
# NEWS                                                                   #
#                                                                        #
##########################################################################
*/

.news {
	max-width:850px;
	margin:0 auto;
	padding:0px 0px 100px 0px;
}

.news div {
	width:100%;
}

.news div .justified {
	text-align:justify;
}

.news li {
	font-size:18px;
	line-height:26px;
}

.news a {
	color:#000;
}

.news img {
	max-width:100%;
	height:auto;
	border:none;
}

.news h1 {
	font-size:28px !important;
	line-height:32px;
	font-weight:600;
	text-align:center;
	text-transform:none;
}

.news h1 a {
	color:#000;
	line-height:32px;
	text-decoration:none;
	text-transform:none;
}

.news .date {
	text-align:center;
	font-size:12px;
}

.news p {
	font-size:18px;
	line-height:26px;
}

.news p.centered {
	text-align:center;
}

.news p.justified {
	text-align:justify;
}

.news .readmore {
	padding-top:20px;
	text-align:center;
}

.news .readmore a {
	border:1px solid #000;
	color:#000;
	font-size:16px;
	text-decoration:none;
	padding:4px 12px 4px 12px;
	transition: 0.5s all ease-in-out;
}

.news .wbmstrtools {
	display:flex;
	margin:0 auto;
	align-content:center;
	align-items:center;
	justify-content:center;
}

.news .wbmstrtools .readmore {
	flex:0 1 100px;
	margin:2px;
	padding:5px;
	background-color:#ec008c;
	border:1px solid #ec008c;
}
.news .wbmstrtools .readmore a {
	color:#fff;
	border:none;
	padding:none;
}
#fil section .col2 {
	padding-left:20px;
}
.events {
	display:flex;
	flex-wrap:wrap;
	margin-left: -10px;
	margin-top: -10px;
	width:100%;
	justify-content: flex-start;
	align-items: center;
	box-sizing: border-box;
}
.event {
	position:relative;
	flex-basis: calc(50% - 10px);
	border-bottom:1px solid #e8e8e8;
	box-sizing: border-box;
	margin-left: 10px;
	margin-top: 10px;
	padding-bottom:20px;
}
.event-logo img {
	width:100%;
	height:auto;
	border:none;
}
.event-name {
	font-weight:600;
	font-size:12px;
	text-align:center;
	padding:0 4px 0 4px;
}
.event-topic {
	font-size:12px;
	text-align:center;
	padding:2px 4px 5px 4px;
}

.videobg {
  position: relative;
  width: 100%; /* Set video container element width here */
  height: 100%; /* Set video container element height here */
  overflow: hidden;
  background: #111; /* bg color, if video is not high enough */
}

/* horizontally center the video */
.videobg-width {
  position: absolute;
  width: 100%; /* Change width value to cover more area*/
  height: 100%;
  left: -9999px;
  right: -9999px;
  margin: auto;
}

/* set video aspect ratio and vertically center */
.videobg-aspect {
  position: absolute;
  width: 100%;
  height: 0;
  top: -9999px;
  bottom: -9999px;
  margin: auto;
  padding-bottom: 56.25%; /* 16:9 ratio */
  overflow: hidden;
  
}

.videobg-make-height {
  position: absolute;
  top: 0; right: 0; bottom: 0; left: 0;
}

.videobg iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 0 none;
}

.novideo {
	height:86px;
}

.iconsbar {
	background-color:#000;
}
.iconsbar-inner {
	max-width:800px;
	margin:0 auto;	
}
.icons {
	display:flex;
	max-width:1150px;
	margin:0 auto;
	padding:40px;
	gap:10px;
}
.icons .icon {
	display:flex;
	align-content: center;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	display:1 1 auto;
	text-align:center;
}
.icons .icon img {
	flex:0 0 auto;
	width:80%;
	height:auto;
}
.icons .icon .icon-text {
	flex:0 0 20px;
	padding-top:5px;
	font-size:12px;
	font-weight:600;
	color:#fff;
	text-transform:uppercase;
}
.package-content {
	display:flex;
	padding:50px 0 0 0;
	flex-wrap:wrap;
}
.item-package {
	flex:0 1 16.6%;
	text-align:center;
	margin-bottom:30px;
}
.item-package .item-package-logo img {
	width:60%;
	height:auto;
	border:none;
	border-radius: 50%;
	box-shadow:0 0 4px rgba(0,0,0,0.5);
	margin-bottom:2px;
}
.item-package .item-package-name {
	text-align:center;
	font-size:14px;
}

.activities {
	flex-wrap: wrap;
	align-items: flex-start;
}
.activity {
	box-sizing: border-box;
	border: 3px solid #fff;
	flex:1 0 14%;
}
.activity-name {
	min-height:90px;
	padding:0 10px 0 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	background-color:#000;
	color:#fff;
	font-size:14px;
	font-weight:600;
}
.activity-strength {
	display: flex;
	min-height:70px;
	padding:0 10px 0 10px;
	justify-content: center;
	align-items: center;
	text-align: center;
	color:#000;
	font-size:12px;
	font-weight:600;
}
.activity-detail p {
	padding:0 10px 0 10px;
	text-align:center;
	color:#000;
}
/*
	STYLES FOR WIDTH -----------------------------------------------------

	1199px
	
	AND LOWER ------------------------------------------------------------
*/

@media only screen and (max-width : 1199px) {
	

	.srurl a {
		display:block;
		margin:0;
	}
	.srurl a.blue {
		margin-left:0;
		margin-top:10px;
	}

}
	
/*
	STYLES FOR WIDTH -----------------------------------------------------

    #### #  # ####
    #    #  # #  #  #### #  #
    #### #### #  #  #  #  ##
    #  #    # #  #  ####  ##
    ####    # ####  #    #  # #768px
	
	AND LOWER ------------------------------------------------------------
*/
@media only screen and (max-width : 768px) {
	#menu {
	  width: 370px;
	  padding: 100px 50px 0 20px;
	}
	#menuToggle
	{
	  top: 20px;
	}

	#logo {
		padding:10px 0 10px 0;
		width:100%;
		text-align:center;
	}
	.icons {
		padding:20px;
	}
	.icons .icon img {
		width:60%;
		height:auto;
	}
	.icons .icon .icon-text {
		font-size:8px;
	}
	.large {
		font-size:16px;
		line-height:24px;
	}
	.novideo {
		height:66px;
	}
	.play .ovrltxt {
		font-size:5vw;
		line-height:6.5vw;
	}
	.play .ovrltxt span {
		font-size:7vw;
	}
	.play .btn {
		width:100px;
		height:100px;
		background-size:cover;
	}
	.arrow {
		bottom:5px;
		height: 30px;
		width: 30px;
		border-width: 0px 5px 5px 0px;
	}
	.heading {
		padding:100px 20px 20px 20px;
	}
	.heading h1 {
		text-align:center;
		font-size:20px;
	}
	.heading.nopad {
		padding:0px 20px 20px 20px;
	}
	.content {
		padding:0 20px 0 20px;
	}
	.news {
		padding:0 30px 60px 30px;
	}
	.news h1 {
		font-size:20px;
	}
	.news li {
		font-size:16px;
		line-height:24px;
	}
	.news p {
		font-size:16px;
		line-height:24px;
	}
	.generic {
		padding-bottom:50px;
	}
	.app {
		display:block;
		padding:0px 10px 100px 10px;
	}	
	.applogo {
		flex:none;
		padding:0 10px 0 10px;
	}
	.appdesc {
		flex:none;
		font-size:16px;
	}
	.appurl a {
		font-size:16px;		
	}
	.sr {
		padding:50px 20px 50px 20px;
	}
	.srss {
		flex:none;
		padding:0 10px 0 10px;
	}
	.srdesc {
		flex:none;
		font-size:16px;
	}
	.srurl a {
		display:inline-block;
		font-size:16px;
		margin:0 10px 0 10px;
	}
	.offices {
		padding:20px;
	}
	.office {
		flex:0 0 100%;
	}
	.area {
		top:66px;
		padding:10px;
		margin-bottom:20px;
	}
	.area h2 {
		font-size:18px;
	}
	.area br {
		display:block;
	}
	.area p {
		font-size:14px;
	}
	.counter {
		flex-wrap:wrap;
		align-items:flex-start;
	}
	.flex-item {
		font-size:14px;
		padding-bottom:20px;
	}
	.f48px {
		font-size:24px;
	}
	.management {
		justify-content:center;
	}
	.codir {
		flex:0 0 48%;
		font-size:12px;
	}
	.codir .name {
		font-size:16px;
	}
	.expansion {
		display:block;
	}
	.hist_visuals {
		display:none;
		flex:none;
	}
	.hist_timeline {
		flex:none;
		margin-bottom:20px;
		font-size:16px;
	}
	.hist_timeline p {
		padding-bottom:10px;
	}
	footer {
		padding:40px 10px 40px 10px;
		font-size:14px;
	}
	
	section {
		display:block;
		padding:20px;
	}
	
	section .col1, section .col2 {
		flex:none;
		display:block;
	}
	
	section .col1 {
		padding:0;
		border:none;
		font-size:16px;
		line-height:24px;
	}
	section .col1 h1 {
		margin-top:10px;
		font-size:22px;
	}
	section .col1 h2 {
		font-size:14px;
	}
	section .col1 h3 {
		font-size:14px;
	}
	section .col1 ul {
		padding-left:28px;
	}
	.sticky {
		position:relative;
		top:0;
	}
	section .col2 {
		padding:0;
	}
	section .col2 .brand-logo img {
		display:none
	}
	section .col2 h4 {
		margin:5px 0 5px 0;
	}
	section .col2 ul {
		margin:0 0 20px 0;
		padding:0;
	}
	section .col2 li {
		font-size:16px;
	}
	
	#channels {
		justify-content:center;
		padding:0 0 50px 0
	}
	.channel {
		flex:0 0 33%;
	}
	
	.package-content {
		justify-content:center;
	}
	.item-package {
		flex:0 1 25%;
		margin-bottom:15px;
	}
	.item-package .item-package-name {
		font-size:11px;
	}
	.buttonsgroup {
		margin-top:10px;
	}
	.button {
		display:inline-block;
		padding:8px 15px 8px 30px;
		margin-top:5px;
		font-size:12px;
	}
	#generic img, #news img, #city img, #stage img {
		height:40vh;
	}
	#stage {
		overflow:hidden;
	}
	#stage div {
		margin-left: 50%;
		transform: translateX(-50%);
		background-position:center center;
	}
	#stage div img {
		width:auto;
		height:40vh;
	}
	.activity {
		flex:0 1 100%;
	}
	.activity .inner {
		margin:0;
	}
	.thema-channel {
		flex:0 1 100%;
	}
	.thema-channel-inner {
		margin:10px 0 20px 0;
	}
	.thema-channel-desc {
		font-size:16px;
		
	}
	#newsletter {
		position:fixed;
		display:relative;
		bottom:0;
		right:0;
		left:0;
		top:auto;
		width:100%;
		padding:10px 0 10px 0;
		background-image:none;
		background-color:rgba(207,0,56,0.8);
	}
	.nl-title, .nl-sub, .nl-txt {
		text-align:center;
	}
	.nl-form {
		justify-content:center;
	}
	.nl-close {
		border-radius:0;
		top:0;
		left:0;
	}
	.nl-close svg {
		max-width:15px;
		padding:4px;
	}
	#yt .col2 {
		padding:0;
	}
	.banner-youtube {
		padding-left:10px;
		padding-right:10px;
	}
	#youtube-intro {
		font-size:18px;
		padding:20px 10px 0 10px;
	}
	.youtube-figures div {
		font-size:12px;
	}
	.youtube-figures span {
		font-size: 50px;
		text-shadow: -2px -2px 0 #000, 2px -2px 0 #000, -2px 2px 0 #000, 2px 2px 0 #000;
	}
	.youtube-block {
		margin:0 20px 0 20px;
	}
	.youtube-block .arg h2 {
		font-size:20px;
	}
	.youtube-block .arg p {
		font-size:16px;
	}
	.youtube-block .dot {
		left:-15px;
		width:30px;
		height:30px;
	}
	.yt-partners {
		display:none;
	}

}




























/*! lightslider - v1.1.3 - 2015-04-14
* https://github.com/sachinchoolur/lightslider
* Copyright (c) 2015 Sachin N; Licensed MIT */.lSSlideWrapper,.lSSlideWrapper .lSFade{position:relative}.lSSlideWrapper .lSSlide,.lSSlideWrapper.usingCss .lSFade>*{-webkit-transition-timing-function:inherit!important;transition-timing-function:inherit!important;-webkit-transition-duration:inherit!important;transition-duration:inherit!important}.lSSlideOuter,.lSSlideOuter .lSPager.lSGallery{-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;-webkit-touch-callout:none;-webkit-user-select:none}.lSSlideOuter .lSPager.lSGallery:after,.lSSlideWrapper>.lightSlider:after{clear:both}.lSSlideOuter{overflow:hidden;user-select:none}.lightSlider:after,.lightSlider:before{content:" ";display:table}.lightSlider{overflow:hidden;margin:0}.lSSlideWrapper{max-width:100%;overflow:hidden}.lSSlideWrapper .lSSlide{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0);-webkit-transition:all 1s;-webkit-transition-property:-webkit-transform,height;-moz-transition-property:-moz-transform,height;transition-property:transform,height}.lSSlideWrapper .lSFade>*{position:absolute!important;top:0;left:0;z-index:9;margin-right:0;width:100%}.lSSlideWrapper.usingCss .lSFade>*{opacity:0;-webkit-transition-delay:0s;transition-delay:0s;-webkit-transition-property:opacity;transition-property:opacity}.lSSlideWrapper .lSFade>.active{z-index:10}.lSSlideWrapper.usingCss .lSFade>.active{opacity:1}.lSSlideOuter .lSPager.lSpg{margin:10px 0 0;padding:0;text-align:center}.lSSlideOuter .lSPager.lSpg>li{cursor:pointer;display:inline-block;padding:0 5px}.lSSlideOuter .lSPager.lSpg>li a{background-color:#222;border-radius:30px;display:inline-block;height:8px;overflow:hidden;text-indent:-999em;width:8px;position:relative;z-index:99;-webkit-transition:all .5s linear 0s;transition:all .5s linear 0s}.lSSlideOuter .lSPager.lSpg>li.active a,.lSSlideOuter .lSPager.lSpg>li:hover a{background-color:#428bca}.lSSlideOuter .media{opacity:.8}.lSSlideOuter .media.active{opacity:1}.lSSlideOuter .lSPager.lSGallery{list-style:none;padding-left:0;margin:0;overflow:hidden;transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-webkit-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);-webkit-transition-property:-webkit-transform;-moz-transition-property:-moz-transform;user-select:none}.lSSlideOuter .lSPager.lSGallery li{overflow:hidden;-webkit-transition:border-radius .12s linear 0s .35s linear 0s;transition:border-radius .12s linear 0s .35s linear 0s}.lSSlideOuter .lSPager.lSGallery li.active,.lSSlideOuter .lSPager.lSGallery li:hover{border-radius:5px}.lSSlideOuter .lSPager.lSGallery img{display:block;height:auto;max-width:100%}.lSSlideOuter .lSPager.lSGallery:after,.lSSlideOuter .lSPager.lSGallery:before{content:" ";display:table}.lSAction>a{width:32px;display:block;top:50%;height:32px;background-image:url(../images/ls_controls.png);cursor:pointer;position:absolute;z-index:99;margin-top:-16px;opacity:.5;-webkit-transition:opacity .35s linear 0s;transition:opacity .35s linear 0s}.lSAction>a:hover{opacity:1}.lSAction>.lSPrev{background-position:0 0;left:10px}.lSAction>.lSNext{background-position:-32px 0;right:10px}.lSAction>a.disabled{pointer-events:none}.cS-hidden{height:1px;opacity:0;filter:alpha(opacity=0);overflow:hidden}.lSSlideOuter.vertical{position:relative}.lSSlideOuter.vertical.noPager{padding-right:0!important}.lSSlideOuter.vertical .lSGallery{position:absolute!important;right:0;top:0}.lSSlideOuter.vertical .lightSlider>*{width:100%!important;max-width:none!important}.lSSlideOuter.vertical .lSAction>a{left:50%;margin-left:-14px;margin-top:0}.lSSlideOuter.vertical .lSAction>.lSNext{background-position:31px -31px;bottom:10px;top:auto}.lSSlideOuter.vertical .lSAction>.lSPrev{background-position:0 -31px;bottom:auto;top:10px}.lSSlideOuter.lSrtl{direction:rtl}.lSSlideOuter .lSPager,.lSSlideOuter .lightSlider{padding-left:0;list-style:none}.lSSlideOuter.lSrtl .lSPager,.lSSlideOuter.lSrtl .lightSlider{padding-right:0}.lSSlideOuter .lSGallery li,.lSSlideOuter .lightSlider>*{float:left}.lSSlideOuter.lSrtl .lSGallery li,.lSSlideOuter.lSrtl .lightSlider>*{float:right!important}@-webkit-keyframes rightEnd{0%,100%{left:0}50%{left:-15px}}@keyframes rightEnd{0%,100%{left:0}50%{left:-15px}}@-webkit-keyframes topEnd{0%,100%{top:0}50%{top:-15px}}@keyframes topEnd{0%,100%{top:0}50%{top:-15px}}@-webkit-keyframes leftEnd{0%,100%{left:0}50%{left:15px}}@keyframes leftEnd{0%,100%{left:0}50%{left:15px}}@-webkit-keyframes bottomEnd{0%,100%{bottom:0}50%{bottom:-15px}}@keyframes bottomEnd{0%,100%{bottom:0}50%{bottom:-15px}}.lSSlideOuter .rightEnd{-webkit-animation:rightEnd .3s;animation:rightEnd .3s;position:relative}.lSSlideOuter .leftEnd{-webkit-animation:leftEnd .3s;animation:leftEnd .3s;position:relative}.lSSlideOuter.vertical .rightEnd{-webkit-animation:topEnd .3s;animation:topEnd .3s;position:relative}.lSSlideOuter.vertical .leftEnd{-webkit-animation:bottomEnd .3s;animation:bottomEnd .3s;position:relative}.lSSlideOuter.lSrtl .rightEnd{-webkit-animation:leftEnd .3s;animation:leftEnd .3s;position:relative}.lSSlideOuter.lSrtl .leftEnd{-webkit-animation:rightEnd .3s;animation:rightEnd .3s;position:relative}.lightSlider.lsGrab>*{cursor:-webkit-grab;cursor:-moz-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}.lightSlider.lsGrabbing>*{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:-o-grabbing;cursor:-ms-grabbing;cursor:grabbing}

/*! lightgallery - v1.6.0 - 2017-08-08
* http://sachinchoolur.github.io/lightGallery/
* Copyright (c) 2017 Sachin N; Licensed GPLv3 */
@font-face {
  font-family: 'lg';
  src: url("fonts/lg.eot?n1z373");
  src: url("fonts/lg.eot?#iefixn1z373") format("embedded-opentype"), url("fonts/lg.woff?n1z373") format("woff"), url("fonts/lg.ttf?n1z373") format("truetype"), url("fonts/lg.svg?n1z373#lg") format("svg");
  font-weight: normal;
  font-style: normal;
}
.lg-icon {
  font-family: 'lg';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.lg-actions .lg-next, .lg-actions .lg-prev {
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1080;
  border: none;
  outline: none;
}
.lg-actions .lg-next.disabled, .lg-actions .lg-prev.disabled {
  pointer-events: none;
  opacity: 0.5;
}
.lg-actions .lg-next:hover, .lg-actions .lg-prev:hover {
  color: #FFF;
}
.lg-actions .lg-next {
  right: 20px;
}
.lg-actions .lg-next:before {
  content: "\e095";
}
.lg-actions .lg-prev {
  left: 20px;
}
.lg-actions .lg-prev:after {
  content: "\e094";
}

@-webkit-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-moz-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-ms-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@-moz-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@-ms-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
.lg-outer.lg-right-end .lg-object {
  -webkit-animation: lg-right-end 0.3s;
  -o-animation: lg-right-end 0.3s;
  animation: lg-right-end 0.3s;
  position: relative;
}
.lg-outer.lg-left-end .lg-object {
  -webkit-animation: lg-left-end 0.3s;
  -o-animation: lg-left-end 0.3s;
  animation: lg-left-end 0.3s;
  position: relative;
}

.lg-toolbar {
  z-index: 1082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.45);
}
.lg-toolbar .lg-icon {
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: medium none;
  -webkit-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
.lg-toolbar .lg-icon:hover {
  color: #FFF;
}
.lg-toolbar .lg-close:after {
  content: "\e070";
}
.lg-toolbar .lg-download:after {
  content: "\e0f2";
}

.lg-sub-html {
  background-color: rgba(0, 0, 0, 0.45);
  bottom: 0;
  color: #EEE;
  font-size: 16px;
  left: 0;
  padding: 10px 40px;
  position: fixed;
  right: 0;
  text-align: center;
  z-index: 1080;
}
.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: bold;
}
.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0;
}

#lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  vertical-align: middle;
}

.lg-toolbar, .lg-prev, .lg-next {
  opacity: 1;
  -webkit-transition: -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  -moz-transition: -moz-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  -o-transition: -o-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
}

.lg-hide-items .lg-prev {
  opacity: 0;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
}
.lg-hide-items .lg-next {
  opacity: 0;
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0);
}
.lg-hide-items .lg-toolbar {
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
  -webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -moz-transition: -moz-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -o-transition: -o-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

.lg-outer .lg-thumb-outer {
  background-color: #0D0A0A;
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 1080;
  max-height: 350px;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
}
.lg-outer.lg-thumb-open .lg-thumb-outer {
  -webkit-transform: translate3d(0, 0%, 0);
  transform: translate3d(0, 0%, 0);
}
.lg-outer .lg-thumb {
  padding: 10px 0;
  height: 100%;
  margin-bottom: -5px;
}
.lg-outer .lg-thumb-item {
  border-radius: 5px;
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border: 2px solid #FFF;
  border-radius: 4px;
  margin-bottom: 5px;
}
@media (min-width: 1025px) {
  .lg-outer .lg-thumb-item {
    -webkit-transition: border-color 0.25s ease;
    -o-transition: border-color 0.25s ease;
    transition: border-color 0.25s ease;
  }
}
.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
  border-color: #a90707;
}
.lg-outer .lg-thumb-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lg-outer.lg-has-thumb .lg-item {
  padding-bottom: 120px;
}
.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0;
}
.lg-outer.lg-pull-caption-up .lg-sub-html {
  -webkit-transition: bottom 0.25s ease;
  -o-transition: bottom 0.25s ease;
  transition: bottom 0.25s ease;
}
.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
  bottom: 100px;
}
.lg-outer .lg-toogle-thumb {
  background-color: #0D0A0A;
  border-radius: 2px 2px 0 0;
  color: #999;
  cursor: pointer;
  font-size: 24px;
  height: 39px;
  line-height: 27px;
  padding: 5px 0;
  position: absolute;
  right: 20px;
  text-align: center;
  top: -39px;
  width: 50px;
}
.lg-outer .lg-toogle-thumb:after {
  content: "\e1ff";
}
.lg-outer .lg-toogle-thumb:hover {
  color: #FFF;
}

.lg-outer .lg-video-cont {
  display: inline-block;
  vertical-align: middle;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 0 5px;
}
.lg-outer .lg-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}
.lg-outer .lg-video .lg-object {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.lg-outer .lg-video .lg-video-play {
  width: 84px;
  height: 59px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -42px;
  margin-top: -30px;
  z-index: 1080;
  cursor: pointer;
}
.lg-outer .lg-has-vimeo .lg-video-play {
  background: url("../img/vimeo-play.png") no-repeat scroll 0 0 transparent;
}
.lg-outer .lg-has-vimeo:hover .lg-video-play {
  background: url("../img/vimeo-play.png") no-repeat scroll 0 -58px transparent;
}
.lg-outer .lg-has-html5 .lg-video-play {
  background: transparent url("../img/video-play.png") no-repeat scroll 0 0;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  width: 64px;
  opacity: 0.8;
}
.lg-outer .lg-has-html5:hover .lg-video-play {
  opacity: 1;
}
.lg-outer .lg-has-youtube .lg-video-play {
  background: url("../img/youtube-play.png") no-repeat scroll 0 0 transparent;
}
.lg-outer .lg-has-youtube:hover .lg-video-play {
  background: url("../img/youtube-play.png") no-repeat scroll 0 -60px transparent;
}
.lg-outer .lg-video-object {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}
.lg-outer .lg-has-video .lg-video-object {
  visibility: hidden;
}
.lg-outer .lg-has-video.lg-video-playing .lg-object, .lg-outer .lg-has-video.lg-video-playing .lg-video-play {
  display: none;
}
.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
  visibility: visible;
}

.lg-progress-bar {
  background-color: #333;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1083;
  opacity: 0;
  -webkit-transition: opacity 0.08s ease 0s;
  -moz-transition: opacity 0.08s ease 0s;
  -o-transition: opacity 0.08s ease 0s;
  transition: opacity 0.08s ease 0s;
}
.lg-progress-bar .lg-progress {
  background-color: #a90707;
  height: 5px;
  width: 0;
}
.lg-progress-bar.lg-start .lg-progress {
  width: 100%;
}
.lg-show-autoplay .lg-progress-bar {
  opacity: 1;
}

.lg-autoplay-button:after {
  content: "\e01d";
}
.lg-show-autoplay .lg-autoplay-button:after {
  content: "\e01a";
}

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap, .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}
.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -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;
  backface-visibility: hidden;
}

#lg-zoom-in:after {
  content: "\e311";
}

#lg-actual-size {
  font-size: 20px;
}
#lg-actual-size:after {
  content: "\e033";
}

#lg-zoom-out {
  opacity: 0.5;
  pointer-events: none;
}
#lg-zoom-out:after {
  content: "\e312";
}
.lg-zoomed #lg-zoom-out {
  opacity: 1;
  pointer-events: auto;
}

.lg-outer .lg-pager-outer {
  bottom: 60px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 1080;
  height: 10px;
}
.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
  overflow: visible;
}
.lg-outer .lg-pager-cont {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  margin: 0 5px;
}
.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
  box-shadow: 0 0 0 2px white inset;
}
.lg-outer .lg-pager-thumb-cont {
  background-color: #fff;
  color: #FFF;
  bottom: 100%;
  height: 83px;
  left: 0;
  margin-bottom: 20px;
  margin-left: -60px;
  opacity: 0;
  padding: 5px;
  position: absolute;
  width: 120px;
  border-radius: 3px;
  -webkit-transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  -moz-transition: opacity 0.15s ease 0s, -moz-transform 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s, -o-transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
}
.lg-outer .lg-pager-thumb-cont img {
  width: 100%;
  height: 100%;
}
.lg-outer .lg-pager {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
  display: block;
  height: 12px;
  -webkit-transition: box-shadow 0.3s ease 0s;
  -o-transition: box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s;
  width: 12px;
}
.lg-outer .lg-pager:hover, .lg-outer .lg-pager:focus {
  box-shadow: 0 0 0 8px white inset;
}
.lg-outer .lg-caret {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px dashed;
  bottom: -10px;
  display: inline-block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  vertical-align: middle;
  width: 0;
}

.lg-fullscreen:after {
  content: "\e20c";
}
.lg-fullscreen-on .lg-fullscreen:after {
  content: "\e20d";
}

.lg-outer #lg-dropdown-overlay {
  background-color: rgba(0, 0, 0, 0.25);
  bottom: 0;
  cursor: default;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1081;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  -o-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
}
.lg-outer.lg-dropdown-active .lg-dropdown, .lg-outer.lg-dropdown-active #lg-dropdown-overlay {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -moz-transform: translate3d(0, 0px, 0);
  -o-transform: translate3d(0, 0px, 0);
  -ms-transform: translate3d(0, 0px, 0);
  -webkit-transform: translate3d(0, 0px, 0);
  transform: translate3d(0, 0px, 0);
  opacity: 1;
  visibility: visible;
}
.lg-outer.lg-dropdown-active #lg-share {
  color: #FFF;
}
.lg-outer .lg-dropdown {
  background-color: #fff;
  border-radius: 2px;
  font-size: 14px;
  list-style-type: none;
  margin: 0;
  padding: 10px 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: 50px;
  opacity: 0;
  visibility: hidden;
  -moz-transform: translate3d(0, 5px, 0);
  -o-transform: translate3d(0, 5px, 0);
  -ms-transform: translate3d(0, 5px, 0);
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
  -webkit-transition: -webkit-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  -moz-transition: -moz-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  -o-transition: -o-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
}
.lg-outer .lg-dropdown:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  border: 8px solid transparent;
  border-bottom-color: #FFF;
  right: 16px;
  top: -16px;
}
.lg-outer .lg-dropdown > li:last-child {
  margin-bottom: 0px;
}
.lg-outer .lg-dropdown > li:hover a, .lg-outer .lg-dropdown > li:hover .lg-icon {
  color: #333;
}
.lg-outer .lg-dropdown a {
  color: #333;
  display: block;
  white-space: pre;
  padding: 4px 12px;
  font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 12px;
}
.lg-outer .lg-dropdown a:hover {
  background-color: rgba(0, 0, 0, 0.07);
}
.lg-outer .lg-dropdown .lg-dropdown-text {
  display: inline-block;
  line-height: 1;
  margin-top: -3px;
  vertical-align: middle;
}
.lg-outer .lg-dropdown .lg-icon {
  color: #333;
  display: inline-block;
  float: none;
  font-size: 20px;
  height: auto;
  line-height: 1;
  margin-right: 8px;
  padding: 0;
  vertical-align: middle;
  width: auto;
}
.lg-outer #lg-share {
  position: relative;
}
.lg-outer #lg-share:after {
  content: "\e80d";
}
.lg-outer #lg-share-facebook .lg-icon {
  color: #3b5998;
}
.lg-outer #lg-share-facebook .lg-icon:after {
  content: "\e901";
}
.lg-outer #lg-share-twitter .lg-icon {
  color: #00aced;
}
.lg-outer #lg-share-twitter .lg-icon:after {
  content: "\e904";
}
.lg-outer #lg-share-googleplus .lg-icon {
  color: #dd4b39;
}
.lg-outer #lg-share-googleplus .lg-icon:after {
  content: "\e902";
}
.lg-outer #lg-share-pinterest .lg-icon {
  color: #cb2027;
}
.lg-outer #lg-share-pinterest .lg-icon:after {
  content: "\e903";
}

.lg-group:after {
  content: "";
  display: table;
  clear: both;
}

.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  text-align: left;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}
.lg-outer * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.lg-outer.lg-visible {
  opacity: 1;
}
.lg-outer.lg-css3 .lg-item.lg-prev-slide, .lg-outer.lg-css3 .lg-item.lg-next-slide, .lg-outer.lg-css3 .lg-item.lg-current {
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important;
}
.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
  opacity: 1;
}
.lg-outer.lg-grab img.lg-object {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.lg-outer .lg {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%;
}
.lg-outer .lg-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
}
.lg-outer .lg-item {
  background: url("../img/loading.gif") no-repeat scroll center center transparent;
  display: none !important;
}
.lg-outer.lg-css3 .lg-prev-slide, .lg-outer.lg-css3 .lg-current, .lg-outer.lg-css3 .lg-next-slide {
  display: inline-block !important;
}
.lg-outer.lg-css .lg-current {
  display: inline-block !important;
}
.lg-outer .lg-item, .lg-outer .lg-img-wrap {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
}
.lg-outer .lg-item:before, .lg-outer .lg-img-wrap:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}
.lg-outer .lg-img-wrap {
  position: absolute;
  padding: 0 5px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.lg-outer .lg-item.lg-complete {
  background-image: none;
}
.lg-outer .lg-item.lg-current {
  z-index: 1060;
}
.lg-outer .lg-image {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important;
}
.lg-outer.lg-show-after-load .lg-item .lg-object, .lg-outer.lg-show-after-load .lg-item .lg-video-play {
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object, .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
  opacity: 1;
}
.lg-outer .lg-empty-html {
  display: none;
}
.lg-outer.lg-hide-download #lg-download {
  display: none;
}

.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: #000;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}
.lg-backdrop.in {
  opacity: 1;
}

.lg-css3.lg-no-trans .lg-prev-slide, .lg-css3.lg-no-trans .lg-next-slide, .lg-css3.lg-no-trans .lg-current {
  -webkit-transition: none 0s ease 0s !important;
  -moz-transition: none 0s ease 0s !important;
  -o-transition: none 0s ease 0s !important;
  transition: none 0s ease 0s !important;
}
.lg-css3.lg-use-css3 .lg-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.lg-css3.lg-use-left .lg-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.lg-css3.lg-fade .lg-item {
  opacity: 0;
}
.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1;
}
.lg-css3.lg-fade .lg-item.lg-prev-slide, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-current {
  -webkit-transition: opacity 0.1s ease 0s;
  -moz-transition: opacity 0.1s ease 0s;
  -o-transition: opacity 0.1s ease 0s;
  transition: opacity 0.1s ease 0s;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}
.lg-css3.lg-slide.lg-use-left .lg-item {
  opacity: 0;
  position: absolute;
  left: 0;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  left: -100%;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
  left: 100%;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  left: 0;
  opacity: 1;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  -webkit-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

/*# sourceMappingURL=lightgallery.css.map */



.blocker {
  position: fixed;
  top: 0; right: 0; bottom: 0; left: 0;
  width: 100%; height: 100%;
  overflow: auto;
  z-index: 1;
  padding: 20px;
  box-sizing: border-box;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.75);
  text-align: center;
}
.blocker:before{
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.05em;
}
.blocker.behind {
  background-color: transparent;
}
.modal {
	display: none;
	vertical-align: middle;
	position: relative;
	z-index: 9999999;
	box-sizing: border-box;
	background: #ce0037;
	padding: 20px 20px 15px 20px;
	border: none;
	-webkit-box-shadow: 0 0 10px #000;
	-moz-box-shadow: 0 0 10px #000;
	-o-box-shadow: 0 0 10px #000;
	-ms-box-shadow: 0 0 10px #000;
	box-shadow: 0 0 10px #000;
	text-align: left;
	font-size: 17px;
	line-height: 1.5;
}
.modal.yellow {
	background:#ffba00;
	color:#000;
}
.modal.green {
	background:#427300;
	color:#fff;
}
.modal.white {
	background:#fff;
}
.modal a.close-modal {
  position: absolute;
  top: -12.5px;
  right: -12.5px;
  display: block;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAAXNSR0IArs4c6QAAA3hJREFUaAXlm8+K00Acx7MiCIJH/yw+gA9g25O49SL4AO3Bp1jw5NvktC+wF88qevK4BU97EmzxUBCEolK/n5gp3W6TTJPfpNPNF37MNsl85/vN/DaTmU6PknC4K+pniqeKJ3k8UnkvDxXJzzy+q/yaxxeVHxW/FNHjgRSeKt4rFoplzaAuHHDBGR2eS9G54reirsmienDCTRt7xwsp+KAoEmt9nLaGitZxrBbPFNaGfPloGw2t4JVamSt8xYW6Dg1oCYo3Yv+rCGViV160oMkcd8SYKnYV1Nb1aEOjCe6L5ZOiLfF120EjWhuBu3YIZt1NQmujnk5F4MgOpURzLfAwOBSTmzp3fpDxuI/pabxpqOoz2r2HLAb0GMbZKlNV5/Hg9XJypguryA7lPF5KMdTZQzHjqxNPhWhzIuAruOl1eNqKEx1tSh5rfbxdw7mOxCq4qS68ZTjKS1YVvilu559vWvFHhh4rZrdyZ69Vmpgdj8fJbDZLJpNJ0uv1cnr/gjrUhQMuI+ANjyuwftQ0bbL6Erp0mM/ny8Fg4M3LtdRxgMtKl3jwmIHVxYXChFy94/Rmpa/pTbNUhstKV+4Rr8lLQ9KlUvJKLyG8yvQ2s9SBy1Jb7jV5a0yapfF6apaZLjLLcWtd4sNrmJUMHyM+1xibTjH82Zh01TNlhsrOhdKTe00uAzZQmN6+KW+sDa/JD2PSVQ873m29yf+1Q9VDzfEYlHi1G5LKBBWZbtEsHbFwb1oYDwr1ZiF/2bnCSg1OBE/pfr9/bWx26UxJL3ONPISOLKUvQza0LZUxSKyjpdTGa/vDEr25rddbMM0Q3O6Lx3rqFvU+x6UrRKQY7tyrZecmD9FODy8uLizTmilwNj0kraNcAJhOp5aGVwsAGD5VmJBrWWbJSgWT9zrzWepQF47RaGSiKfeGx6Szi3gzmX/HHbihwBser4B9UJYpFBNX4R6vTn3VQnez0SymnrHQMsRYGTr1dSk34ljRqS/EMd2pLQ8YBp3a1PLfcqCpo8gtHkZFHKkTX6fs3MY0blKnth66rKCnU0VRGu37ONrQaA4eZDFtWAu2fXj9zjFkxTBOo8F7t926gTp/83Kyzzcy2kZD6xiqxTYnHLRFm3vHiRSwNSjkz3hoIzo8lCKWUlg/YtGs7tObunDAZfpDLbfEI15zsEIY3U/x/gHHc/G1zltnAgAAAABJRU5ErkJggg==');

}

.modal-spinner {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  padding: 12px 16px;
  border-radius: 5px;
  background-color: #111;
  height: 20px;
}

.modal-spinner > div {
  border-radius: 100px;
  background-color: #fff;
  height: 20px;
  width: 2px;
  margin: 0 1px;
  display: inline-block;

  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.modal-spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.modal-spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.modal-spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% { -webkit-transform: scaleY(0.5) }
  20% { -webkit-transform: scaleY(1.0) }
}

@keyframes sk-stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.5);
    -webkit-transform: scaleY(0.5);
  }  20% {
    transform: scaleY(1.0);
    -webkit-transform: scaleY(1.0);
  }
}
