html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a img {
  border: none;
}

a {
  outline: none;
  text-decoration: none;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  -ms-transition: all .3s ease;
  transition: all .3s ease;
  color: #a6ce39;
}

textarea {
  height: auto;
  min-height: 50px;
  -webkit-resize: none;
  -moz-resize: none;
  resize: none;
}

.clearfloat:before, .clearfloat:after {
  content: "";
  display: table;
}

.clearfloat:after {
  clear: both;
}

/* For IE 6/7 (triggers hasLayout) */
.clearfloat {
  *zoom: 1;
}

img {
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
  display: inline-block;
  vertical-align: middle;
}

select {
  width: 100%;
}

/*FONTS--------------------------------------------------------------------*/
@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: normal;
  src: url("fonts/fa-brands-400.eot");
  src: url("fonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), 
  	   url("fonts/fa-brands-400.woff2") format("woff2"), 
	   url("fonts/fa-brands-400.woff") format("woff"), 
	   url("fonts/fa-brands-400.ttf") format("truetype"), 
	   url("fonts/fa-brands-400.svg#fontawesome") format("svg"); 
}
.fab {
  font-family: 'Font Awesome 5 Brands';
}
@font-face {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 300;
  src: url("fonts/fa-light-300.eot");
  src: url("fonts/fa-light-300.eot?#iefix") format("embedded-opentype"), 
  	   url("fonts/fa-light-300.woff2") format("woff2"), 
	   url("fonts/fa-light-300.woff") format("woff"), 
	   url("fonts/fa-light-300.ttf") format("truetype"), 
	   url("fonts/fa-light-300.svg#fontawesome") format("svg");
}
.fal {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300;
}
@font-face {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 400;
  src: url("fonts/fa-regular-400.eot");
  src: url("fonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), 
  	   url("fonts/fa-regular-400.woff2") format("woff2"), 
	   url("fonts/fa-regular-400.woff") format("woff"), 
	   url("fonts/fa-regular-400.ttf") format("truetype"), 
	   url("fonts/fa-regular-400.svg#fontawesome") format("svg");
}
.far {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
@font-face {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 900;
  src: url("fonts/fa-solid-900.eot");
  src: url("fonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), 
  	   url("fonts/fa-solid-900.woff2") format("woff2"), 
	   url("fonts/fa-solid-900.woff") format("woff"), 
	   url("fonts/fa-solid-900.ttf") format("truetype"), 
	   url("fonts/fa-solid-900.svg#fontawesome") format("svg"); 
}
.fa,
.fas {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900; 
}

@font-face {
    font-family: 'Uni Sans';
    src: url('fonts/UniSansRegular.eot');
    src: url('fonts/UniSansRegular.eot?#iefix') format('embedded-opentype'),
        url('fonts/UniSansRegular.woff2') format('woff2'),
        url('fonts/UniSansRegular.woff') format('woff'),
        url('fonts/UniSansRegular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Uni Sans';
    src: url('fonts/UniSansSemiBold.eot');
    src: url('fonts/UniSansSemiBold.eot?#iefix') format('embedded-opentype'),
        url('fonts/UniSansSemiBold.woff2') format('woff2'),
        url('fonts/UniSansSemiBold.woff') format('woff'),
        url('fonts/UniSansSemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Uni Sans';
    src: url('fonts/UniSansBold.eot');
    src: url('fonts/UniSansBold.eot?#iefix') format('embedded-opentype'),
        url('fonts/UniSansBold.woff2') format('woff2'),
        url('fonts/UniSansBold.woff') format('woff'),
        url('fonts/UniSansBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Uni Sans';
    src: url('fonts/UniSansSemiBoldItalic.eot');
    src: url('fonts/UniSansSemiBoldItalic.eot?#iefix') format('embedded-opentype'),
        url('fonts/UniSansSemiBoldItalic.woff2') format('woff2'),
        url('fonts/UniSansSemiBoldItalic.woff') format('woff'),
        url('fonts/UniSansSemiBoldItalic.ttf') format('truetype');
    font-weight: 600;
    font-style: italic;
}

h1, h2, h3, h4, h5, h6{
  color: #a6ce39;
  text-transform: uppercase;
}
h1 {
  font-size: 46px;
  letter-spacing: 8px;
}
h2 {
  font-size: 46px;
  letter-spacing: 8px;
}
h3 {
  font-size: 34px;
  letter-spacing: 7px;
}
h4 {
  font-size: 30px;
  letter-spacing: 6px;
}
h5 {
  font-size: 24px;
  letter-spacing: 5px;
}
h6 {
  font-size: 17px;
  letter-spacing: 2px;
}

/*
################################################
#                                              #
#   author:  webrix-studio                     #
#   url:  http://webrix-studio.com             #
#                                              #
################################################
 */
/*BODY-------------------------------------------------------------------*/

body {
  background-color: #fff;
  font-family: 'Uni Sans', 'Open Sans', Arial, Helvetica, sans-serif;
  color: #8e979c;
  font-size: 17px;
}
.wrapper{
  max-width: 1170px;
  margin: 0 auto;
}

/*-------------- header ---------------*/
header{
  position: relative;
  z-index: 1100;
  background: #fff;
}
.header-right{
  float: right;
  padding-top: 16px;
}

/*----------------------- logo -------------------------*/
.logo{
  float: left;
  position: relative;
  z-index: 2;
  margin: 16px 0px;
}
.logo > img{
  position: relative;
  -webkit-transition: all .5s ease 0s;
  -moz-transition: all .5s ease 0s;
  -ms-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
}
.logo:hover > img{
  -webkit-transform: scale(.5);
  -ms-transform: scale(.5);
  -o-transform: scale(.5);
  transform: scale(.5);
  opacity: 0;
}
.home-page-btn{
  opacity: 0;
  width: 180px;
  height: 70px;
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -35px;
  font-size: 0px;
  box-sizing: border-box;
  -webkit-transform: scale(.5);
  -ms-transform: scale(.5);
  -o-transform: scale(.5);
  transform: scale(.5);
  -webkit-transition: all .5s ease 0s;
  -moz-transition: all .5s ease 0s;
  -ms-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s; 
}
.logo:hover .home-page-btn{
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.home-page-btn img{
  margin-right: 20px;
}

/*-------------- other menu ---------------*/
.other-menu{
  float: left;
  position: relative;
  z-index: 5;
}
.other-menu ul{
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
.other-menu ul li{
  position: relative;
  float: left;
  margin-right: 10px;
  padding-right: 10px;
}
.other-menu ul li::after{
  content: '';
  position: absolute;
  top: 11px;
  right: 0px;
  width: 3px;
  height: 15px;
  background: #a6ce39;
}
.other-menu ul li:last-child::after{
  display: none;
}
.other-menu ul li a{
  display: block;
  font-size: 16px;
  color: #8e979c;
  font-weight: bold;
  letter-spacing: 4px;
  text-transform: uppercase;
  position: relative;
  line-height: 38px;
}
.other-menu > ul > li:hover > a, .other-menu ul li.current a{
  color: #a6ce39;
}

/*-------------------- search ---------------------*/
.search-form{
  float: left;
  position: relative;
  z-index: 6;
}
.search-link{
  height: 34px;
  width: 45px;
  background: url('../images/search_icon.png') no-repeat;
  font-size: 0px;
  cursor: pointer;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  -ms-transition: all .3s ease;
  transition: all .3s ease;
  box-sizing: border-box;
}
.search-link:hover{
  background: url('../images/search_icon_hover.png') no-repeat;
}
.search-wrap{
  display: none;
  position: absolute;
  top: -4px;
  right: 55px;
  background: #fff;
  width: 580px;
}
.search-input{
  float: left;
  background: #f4f4f4;
  width: calc(100% - 110px);
  height: 46px;
  border: 0px;
  color: #6c7478;
  font-size: 15px;
  letter-spacing: 2px;
  font-family: 'Uni Sans', 'Open Sans', Arial, Helvetica, sans-serif;
  outline: none;
  padding: 0 15px;
  box-sizing: border-box;
}
.search-submit{
  display: block;
  position: relative;
  float: right;
  font-size: 13px;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 2px;
  width: 105px;
  line-height: 46px;
  text-align: center;
  background: #a6ce39;
  z-index: 1;
  box-sizing: border-box;
}
.search-submit::before {
  width: 100%;
  height: 0;
  content: '';
  background: #6c7478;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  -webkit-transition: all 350ms;
  -o-transition: all 350ms;
  transition: all 350ms;
  box-sizing: border-box;
}
.search-submit:hover::before{
  height: 100%;
}

/*----------------------------- languages -------------------------------*/
.languages{
  float: left;
}
.languages a{
  display: inline-block;
  width: 35px;
  height: 34px;
  line-height: 34px;
  font-size: 0px;
  margin-left: 8px;
}
.languages a.bg{
  background: url('../images/lang_bg.png') no-repeat;
}
.languages a.bg:hover{
  background: url('../images/lang_bg_hover.png') no-repeat;
}
.languages a.en{
  background: url('../images/lang_en.png') no-repeat;
}
.languages a.en:hover{
  background: url('../images/lang_en_hover.png') no-repeat;
}

/*----------------------------- menu -------------------------------*/
.menu-wrap{
  background: rgba(166, 206, 57, 0.85);
  position: absolute;
  z-index: 5;
  top: 100%;
  left: 0px;
  width: 100%;
}
#menu ul{
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  box-sizing: border-box;
}
#menu > ul{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#menu ul li{
  position: relative;
}
#menu > ul > li{
  -webkit-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  box-sizing: border-box;
}
#menu ul li a{
  display: block;
  font-size: 16px;
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-weight: bold;
  white-space: nowrap;
  position: relative;
  padding: 11px 15px;
  margin-top: 4px;
  line-height: 20px;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
  box-sizing: border-box;
}
#menu > ul > li:hover > a, #menu > ul > li.current > a{
  background: #fff;
  color: #a6ce39;
}

/* submenu */
#menu > ul > li > .submenu-wrap {
  top: 100%;
  left: 0;
}
#menu ul li .submenu-wrap {
  opacity: 0;
  min-width: 100%;
  visibility: hidden;
  position: absolute;
  transform: translateY(-10px);
  transition: transform 0.2s linear;
  box-sizing: border-box;
}
#menu ul li ul {
  text-align: left;
  z-index: 9999;
  background: rgba(166, 206, 57, 0.85);
  padding: 10px 0px;
}
#menu ul li ul li a{
  padding: 2px 15px;
  font-size: 14px;
  text-transform: none;
  font-weight: normal;
  letter-spacing: normal;
  margin-top: 0px;
}
#menu ul li ul li a:hover{
  color: #a6ce39;
  background: #fff;
}
#menu ul li:hover > .submenu-wrap {
  visibility: visible;
  opacity: 1;
  top: 0;
  left: 0;
  transform: translateY(0);
  -webkit-transition: all 350ms;
  -moz-transition: all 350ms;
  -o-transition: all 350ms;
  transition: all 350ms;
}
#menu > ul > li:hover > .submenu-wrap {
  top: 100%;
  opacity: 1;
}
/* sub submenu */
#menu ul li ul li .submenu-wrap {
  top: 0px;
  left: 100%;
}
#menu ul li ul li:hover .submenu-wrap {
  left: 100%;
  top: 0;
  opacity: 1;
}

#menu > ul > li:last-child > .submenu-wrap{
  left: auto;
  right: 0px;
}


/*------------------------ banner --------------------------*/
.ban-wrap{
  max-height: 810px;
  position: relative;
  overflow: hidden;
  border-bottom: 4px solid #a6ce39;
}
.ban-image img{
  max-width: none;
  width: 100%;
}
.fade .slick-dots{
  width: 1170px;
  left: 50%;
  margin-left: -585px;
}

/*------------------------- Plan your event icon link on banner -------------------------*/
.plan-icon{
  position: absolute;
  top: 61px;
  left: 50%;
  width: 1170px;
  margin: 0px 0px 0px -585px;
  text-align: right;
  z-index: 1;
}

/*------------------------- rotated boxes on banner -------------------------*/
.rotated-cubs{
  position: absolute;
  top: 50%;
  left: 0px;
  width: 100%;
  z-index: 1;
  -moz-transform: translateY(-40%);
  -ms-transform: translateY(-40%);
  -o-transform: translateY(-40%);
  -webkit-transform: translateY(-40%);
  transform: translateY(-40%);
  box-sizing: border-box;
}
.rotated-cubs .wrapper{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cube-wrap {
  width: 220px;
  height: 220px;
  -webkit-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
}

.cube-wrap:nth-child(2) .cube > div{
  background: #8e979c;
}
.cube {
  position: relative;
  width: 220px;
  height: 220px;
  margin: 0 auto;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform-origin: 110px 110px 0;
  -moz-transform-origin: 110px 110px 0;
  -ms-transform-origin: 110px 110px 0;
  transform-origin: 110px 110px 0;
  -webkit-transition: all .5s linear;
  -moz-transition: all .5s linear;
  -o-transition: all .5s linear;
  -ms-transition: all .5s linear;
  transition: all .5s linear;
}
.cube-wrap:hover .cube{
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
}
.cube > div {
  position: absolute;
  width: 220px;
  height: 220px;
  color: #fff;
  background: #a6ce39;
  box-shadow: inset 0 0 50px rgba(0,0,0,0.2);
  box-sizing: border-box;
}
.front {
  -webkit-transform: translateZ(110px);
  -moz-transform: translateZ(110px);
  -ms-transform: translateZ(110px);
  transform: translateZ(110px);
}
.back {
  -webkit-transform: translateZ(-110px) rotateX(180deg);
  -moz-transform: translateZ(-110px) rotateX(180deg);
  -ms-transform: translateZ(-110px) rotateX(180deg);
  transform: translateZ(-110px) rotateX(180deg);
}
.top {
  -webkit-transform: rotateX(-270deg) translateY(-110px);
  -moz-transform: rotateX(-270deg) translateY(-110px);
  -ms-transform: rotateX(-270deg) translateY(-110px);
  transform: rotateX(-270deg) translateY(-110px);
  -webkit-transform-origin: top center;
  -moz-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
}
.bottom {
  -webkit-transform: rotateX(-90deg) translateY(110px);
  -moz-transform: rotateX(-90deg) translateY(110px);
  -ms-transform: rotateX(-90deg) translateY(110px);
  transform: rotateX(-90deg) translateY(110px);
  -webkit-transform-origin: bottom center;
  -moz-transform-origin: bottom center;
  -ms-transform-origin: bottom center;
  transform-origin: bottom center;
}
.left {
  -webkit-transform: rotateY(270deg) translateX(-110px);
  -webkit-transform-origin: center left;
  -moz-transform: rotateY(270deg) translateX(-110px);
  -moz-transform-origin: center left;
  -ms-transform: rotateY(270deg) translateX(-110px);
  -ms-transform-origin: center left;
  transform: rotateY(270deg) translateX(-110px);
  transform-origin: center left;
}
.right {
  -webkit-transform: rotateY(-270deg) translateX(110px);
  -webkit-transform-origin: top right;
  -moz-transform: rotateY(-270deg) translateX(110px);
  -moz-transform-origin: top right;
  -ms-transform: rotateY(-270deg) translateX(110px);
  -ms-transform-origin: top right;
  transform: rotateY(-270deg) translateX(110px);
  transform-origin: top right;
}

.cube-text{
  padding: 70px 18px 0px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  box-sizing: border-box;
}
.cube-text h5{
  color: #fff;
  line-height: 27px;
  border-left: 2px solid #fff;
  padding-left: 5px;
  position: relative;
  width: 100%;
  height: 80px;
  box-sizing: border-box;
}
.cube-text h5 span{
  display: block;
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cube-text .styled-select{
  height: 42px;
}
.cube-text .styled-select:after{
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 27px;
  text-align: center;
  line-height: 42px;
  background: #fff;
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  z-index: 2;
}
.cube-text .styled-select select{
  height: 42px;
  text-transform: none;
  font-size: 16px;
  font-weight: normal;
  padding: 0 12px;
  letter-spacing: normal;
}
.box-arrow{
  position: absolute;
  bottom: 27px;
  right: 0px;
}
.view {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 10;
  font-size: 0px;
  opacity: 0;
}

/*----------- styles for text on back side --------------*/
.back .cube-text{
  padding: 18px;
}
.back .cube-text h5{
  border-left: none;
  border-bottom: 2px solid #fff;
  padding-left: 0px;
  height: auto;
  margin-bottom: 10px;
}
.back .cube-text h5 span{
  position: relative;
  top: auto;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  -webkit-transform: none;
  transform: none;
}
.back .cube-text h5 span i{
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  line-height: 18px;
  display: block;
  color: rgba(255,255,255,0.7);
  letter-spacing: 1px;
  text-transform: none;
}

.cube-list{
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
.cube-list li{
  position: relative;
  color: #fff;
  padding-left: 20px;
  font-size: 18px;
  letter-spacing: 0.75px;
  line-height: 24px;
}
.cube-list li a{
  color: #fff;
}
.cube-list li a:hover{
  color: #6c7478;
}
.cube-list li::before{
  content: '';
  width: 11px;
  height: 11px;
  position: absolute;
  top: 6px;
  left: 0px;
  background: #fff;
}

/*--------------------------------- section about us --------------------------------*/
.about-us{
  position: relative;
  padding: 110px 0px;
  overflow: hidden;
}
.title{
  padding-bottom: 15px;
  margin-bottom: 25px;
  position: relative;
  z-index: 1;
}
.title:after{
  content: '';
  position: absolute;
  background: #a6ce39;
  width: 100%;
  height: 4px;
  bottom: 0px;
  left: 0px;
}
.about-us .title:after{
  width: 50%;
}
.about-us-text{
  float: left;
  width: 50%;
  font-size: 18px;
  line-height: 28px;
  box-sizing: border-box;
}

.read-more{
  display: inline-block;
  position: relative;
  width: 60px;
  height: 60px;
  background: #a6ce39;
  color: #fff;
  text-transform: uppercase;
  font-size: 17px;
  letter-spacing: 2px;
  font-weight: 600;
  text-align: center;
  padding-top: 10px;
  margin-top: 20px;
  z-index: 1;
  box-sizing: border-box;
}
.read-more::before {
  width: 100%;
  height: 0;
  content: '';
  background: #6c7478;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  -webkit-transition: all 350ms;
  -o-transition: all 350ms;
  transition: all 350ms;
  box-sizing: border-box;
}
.read-more:hover::before{
  height: 100%;
}

/*--------------------------------- section what we do --------------------------------*/
.what-we-do{
  position: relative;
  overflow: hidden;
  padding-bottom: 50px;
}
.float-l{
  float: left;
  width: 50%;
  box-sizing: border-box;
}
.float-r{
  float: right;
  width: 50%;
  padding-left: 100px;
  box-sizing: border-box;
}
.text h1, .text h2, .text h3, .text h4, .text h5, .text h6{
  color: #8e979c;
}
.what-we-do .float-l{
  padding-right: 100px;
}

/*--------------------------------- section 6 reasons why to choose us --------------------------------*/
.six-reasons{
  position: relative;
  overflow: hidden;
  padding-bottom: 110px;
  padding-top: 20px;
}
.six-reasons .title h3{
  text-transform: none;
}
.tab-title{
  position: relative;
  padding-left: 20px;
  margin-bottom: 12px;
}
.tab-title::before{
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  background: url('../images/little_arrow_green.png') no-repeat;
  width: 15px;
  height: 20px;
}
.six-reasons .float-r{
  padding-top: 51px;
}

/* ---- tab menu -----*/
.tabs-menu{
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  position: relative;
}
.tabs-menu::after{
  content: '';
  display: block;
  clear: both;
}
.tabs-menu li{
  display: block;
  float: left;
  width: 50%;
  padding-right: 30px;
  margin-bottom: 35px;
  box-sizing: border-box;
}
.tabs-menu li a{
  color: #8e979c;
  display: block;
  font-size: 17px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: bold;
  position: relative;
  padding-left: 95px;
  height: 85px;
}
.tabs-menu li:hover a, .tabs-menu li.current-tab a{
  color: #a6ce39;
}
.tabs-menu .current-tab a {
  cursor: default;
}
.tabs-menu li a::before{
  content: '';
  position: absolute;
  top: -5px;
  left: 0px;
  width: 90px;
  height: 85px;
  background: url('../images/icons.png') no-repeat;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
.tabs-menu li:hover a::before, .tabs-menu li.current-tab a::before{
  background: url('../images/icons_hover.png') no-repeat;
}
.blue-site .tabs-menu li:hover a::before, .blue-site .tabs-menu li.current-tab a::before{
  background: url('../images/icons_hover_blue.png') no-repeat;
}
.tabs-menu li.tab-image-1 a::before, 
.tabs-menu li.tab-image-1:hover a::before, .tabs-menu li.current-tab.tab-image-1 a::before{
  background-position: 0 0;
}
.tabs-menu li.tab-image-2 a::before, 
.tabs-menu li.tab-image-2:hover a::before, .tabs-menu li.current-tab.tab-image-2 a::before{
  background-position: 0 -95px;
}
.tabs-menu li.tab-image-3 a::before, 
.tabs-menu li.tab-image-3:hover a::before, .tabs-menu li.current-tab.tab-image-3 a::before{
  background-position: 0 -190px;
}
.tabs-menu li.tab-image-4 a::before, 
.tabs-menu li.tab-image-4:hover a::before, .tabs-menu li.current-tab.tab-image-4 a::before{
  background-position: 0 -285px;
}
.tabs-menu li.tab-image-5 a::before, 
.tabs-menu li.tab-image-5:hover a::before, .tabs-menu li.current-tab.tab-image-5 a::before{
  background-position: 0 -380px;
}
.tabs-menu li.tab-image-6 a::before, 
.tabs-menu li.tab-image-6:hover a::before, .tabs-menu li.current-tab.tab-image-6 a::before{
  background-position: 0 -475px;
}
.tabs-menu li.tab-image-7 a::before, 
.tabs-menu li.tab-image-7:hover a::before, .tabs-menu li.current-tab.tab-image-7 a::before{
  background-position: 0 -570px;
}
.tabs-menu li.tab-image-8 a::before, 
.tabs-menu li.tab-image-8:hover a::before, .tabs-menu li.current-tab.tab-image-8 a::before{
  background-position: 0 -665px;
}
.tabs-menu li.tab-image-9 a::before, 
.tabs-menu li.tab-image-9:hover a::before, .tabs-menu li.current-tab.tab-image-9 a::before{
  background-position: 0 -760px;
}
.tabs-menu li.tab-image-10 a::before, 
.tabs-menu li.tab-image-10:hover a::before, .tabs-menu li.current-tab.tab-image-10 a::before{
  background-position: 0 -855px;
}
.tabs-menu li.tab-image-11 a::before, 
.tabs-menu li.tab-image-11:hover a::before, .tabs-menu li.current-tab.tab-image-11 a::before{
  background-position: 0 -950px;
}
.tabs-menu li.tab-image-12 a::before, 
.tabs-menu li.tab-image-12:hover a::before, .tabs-menu li.current-tab.tab-image-12 a::before{
  background-position: 0 -1045px;
}
.tabs-menu li.tab-image-13 a::before, 
.tabs-menu li.tab-image-13:hover a::before, .tabs-menu li.current-tab.tab-image-13 a::before{
  background-position: 0 -1140px;
}
.tabs-menu li.tab-image-14 a::before, 
.tabs-menu li.tab-image-14:hover a::before, .tabs-menu li.current-tab.tab-image-14 a::before{
  background-position: 0 -1235px;
}
.tabs-menu li.tab-image-15 a::before, 
.tabs-menu li.tab-image-15:hover a::before, .tabs-menu li.current-tab.tab-image-15 a::before{
  background-position: 0 -1330px;
}
.tabs-menu li.tab-image-16 a::before, 
.tabs-menu li.tab-image-16:hover a::before, .tabs-menu li.current-tab.tab-image-16 a::before{
  background-position: 0 -1425px;
}
.tabs-menu li.tab-image-17 a::before, 
.tabs-menu li.tab-image-17:hover a::before, .tabs-menu li.current-tab.tab-image-17 a::before{
  background-position: 0 -1520px;
}
.tabs-menu li.tab-image-18 a::before, 
.tabs-menu li.tab-image-18:hover a::before, .tabs-menu li.current-tab.tab-image-18 a::before{
  background-position: 0 -1615px;
}
.tabs-menu li.tab-image-19 a::before, 
.tabs-menu li.tab-image-19:hover a::before, .tabs-menu li.current-tab.tab-image-19 a::before{
  background-position: 0 -1710px;
}

.tab {
  width: 100%;
  overflow: hidden;
}
.tab-content {
  padding: 0px;
  display: none;
}
#tab-1 {
 display: block;   
}
/*---- end tab menu -----*/

/*------------------------- testimonials (customer feedback) -------------------------*/
.testimonials{
  margin-top: 50px;
  border: 3px solid #8e979c;
  padding: 60px 10px;
  box-sizing: border-box;
}
.testimon-one{
  padding: 18px;
}
.customer-text{
  color: #a6ce39;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 2px;
  margin-bottom: 10px;
}
.customer{
  font-size: 16px;
}
.testimonials-slider .slick-prev{
  background: url('../images/arrow_up.png') center center no-repeat;
  width: 20px;
  height: 25px;
  top: auto;
  margin-top: 0px;
  top: -50px;
  left: auto;
  right: 0px;
}
.testimonials-slider .slick-prev::before{
  display: none;
}
.testimonials-slider .slick-next{
  background: url('../images/arrow_down.png') center center no-repeat;
  width: 20px;
  height: 25px;
  top: auto;
  margin-top: 0px;
  bottom: -50px;
}
.testimonials-slider .slick-next::before{
  display: none;
}

/*------------------------- section index video 360 -------------------------*/
.index-video{
  border-top: 4px solid #1923a0;
  border-bottom: 4px solid #1923a0;
  background: #8e979c;
}

/*-------------------------------------- footer -------------------------------------*/
footer{
  padding: 110px 0px;
}
.footer-top{
  border-bottom: 4px solid #a6ce39;
}
.footer-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.flex-item {
  margin-top: 20px;
  -webkit-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  box-sizing: border-box;
}
.footer-title{
  margin-bottom: 5px;
  font-size: 12px;
  letter-spacing: 2px;
}
.footer-title img{
  position: relative;
  top: -2px;
}

/*----------------------- partners in footer ------------------------*/
.partners{
  margin-bottom: 10px;
  width: calc(100% - 280px)
}
.partners .footer-title{
  float: left;
  padding-top: 20px;
  margin-bottom: 0px;
  min-width: 210px;
  color: #8e979c;
  box-sizing: border-box;
}
.partners-slider{
  float: left;
  width: calc(100% - 210px);
}
.partners-slider .slick-prev{
  display: none !important;
}
.partners-slider .slick-next{
  background: url('../images/little_arrow_grey.png') center center no-repeat;
  width: 25px;
  height: 30px;
  top: auto;
  margin-top: 0px;
  bottom: -9px;
  right: auto;
  left: -140px;
}
.partners-slider .slick-next::before{
  display: none;
}
.logo-image{
  text-align: center;
}
.logo-image img{
  display: inline-block !important;
}

/*----------------------- some logos in footer ------------------------*/
.some-logos{
  float: left;
  margin-bottom: 10px;
  width: calc(100% - 380px);
}
.some-logos .footer-title{
  float: left;
  padding-top: 20px;
  margin-bottom: 0px;
  min-width: 210px;
  color: #8e979c;
  box-sizing: border-box;
}
.logos-slider{
  float: left;
  width: calc(100% - 210px);
}
.logos-slider .slick-prev{
  display: none !important;
}
.logos-slider .slick-next{
  background: url('../images/little_arrow_grey.png') center center no-repeat;
  width: 25px;
  height: 30px;
  top: auto;
  margin-top: 0px;
  bottom: -9px;
  right: auto;
  left: -80px;
}
.logos-slider .slick-next::before{
  display: none;
}

/*----------------------- follow us ------------------------*/
.follow-us{
  margin-bottom: 10px;
  float: right;
}
.follow-us .footer-title{
  float: left;
  padding-top: 20px;
  margin-bottom: 0px;
  padding-right: 5px;
  color: #8e979c;
  box-sizing: border-box;
}
.all-socials{
  float: left;
}
.all-socials a{
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
.all-socials a:hover{
  opacity: 0.8;
}

/*---------- footer menu -----------*/
.footer-menu{
}
.footer-menu ul{
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
.footer-menu ul li{
  position: relative;
  padding-left: 10px;
}
.footer-menu ul li::before{
  content: '';
  position: absolute;
  top: 8px;
  left: 0px;
  width: 5px;
  height: 5px;
  background: #a6ce39;
}
.footer-menu ul li a{
  font-size: 12px;
  color: #8e979c;
  letter-spacing: 0.75px;
}
.footer-menu ul li a:hover{
  color: #a6ce39;
}

/*---------- footer contacts -----------*/
.footer-contacts{
  width: 142px;
}
.footer-contacts a{
  display: block;
  color: #8e979c;
  font-size: 12px;
  letter-spacing: 0.75px;
  margin-bottom: 15px;
  margin-top: 5px;
}
.footer-contacts a img{
  float: left;
  margin-right: 5px;
}
.footer-contacts a span{
  display: block;
  position: relative;
  color: #a6ce39;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 2px;
  padding-right: 13px;
}
.footer-contacts a span::after{
  content: '';
  background: url('../images/little_arrow_down.png') no-repeat;
  width: 10px;
  height: 8px;
  position: absolute;
  top: 2px;
  right: 0px;
}

/*--------------- page top button -----------------*/
.page-top{
  visibility: hidden;
  opacity: 0;
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: block;
  width: 105px;
  height: 105px;
  background: rgba(166, 206, 57, 0.75);
  color: #fff;
  text-align: center;
  font-size: 66px;
  line-height: 105px;
  z-index: 100;
}
.page-top:hover{
  background: #6c7478;
}
.page-top.page-top-show{
  visibility: visible;
  opacity: 1;
}

/*--------------- footer accordion transformation in mobile -----------------*/
.foot-btn{
  background: #f1f1f1;
  cursor: pointer;
  padding: 10px;
  margin-bottom: 8px;
  position: relative;
  z-index: 10;
}
.foot-content {
  height:auto;
  width:100%;
  margin:0 auto;
  overflow:hidden;
  position: relative;
}
.foot-open {
  height: auto;
}

/*--------------------- page inside ----------------------*/
.content{
  position: relative;
  padding: 80px 0px;
  overflow: hidden;
}
.text-module{
  margin-bottom: 45px;
}

/*----------------------------------- page Halls and Spaces -------------------------------*/
.halls-wrap {
  margin-bottom: 50px;
}
.halls-wrap .title{
  padding-top: 20px;
  margin-bottom: 50px;
}
.halls-wrap .title h3{
  color: #8e979c;
}
.halls-wrap .title::after{
  background: #8e979c;
}
.floor-num{
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 105px;
  height: 105px;
  text-align: center;
  background: #8e979c;
  color: #1923a0;
  font-weight: bold;
  font-size: 74px;
  line-height: 105px;
  text-transform: uppercase;
}
.floor-num sup{
  font-size: 26px;
  position: relative;
  top: -8px;
}
.halls-list{
  margin: 0 -35px;
}
.hall-item{
  float: left;
  width: 25%;
  padding: 0 35px;
  margin-bottom: 30px;
  box-sizing: border-box;


}
.hall-item h5{
  min-height: 40px;
  color: #8e979c;
  border-left: 3px solid #8e979c;
  padding-left: 5px;
  margin-bottom: 10px;
  font-size: 18px;
  letter-spacing: 3px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  -ms-transition: all .3s ease;
  transition: all .3s ease;

}
.hall-item h5 a{
  color: #8e979c;
}
.hall-item:hover h5{
  color: #a6ce39;
  border-left: 3px solid #a6ce39;
}
.hall-item:hover h5 a{
  color: #a6ce39;
}
.hall-item figure{
  position: relative;
  background: #6c7478;
}
.hall-item figure a{
  display: block;
}
.hall-item figure a:hover{
  opacity: 0.7;
}
.hall-item figure img{
  max-width: none;
  width: 100%;
}
.hall-item figure figcaption{
  position: absolute;
  bottom: 5px;
  left: 5px;
  right: 5px;
  box-sizing: border-box;
}
.hall-info{
  display: none;
  background: rgba(166,206,57,0.75);
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 12px;
  padding: 5px 10px;
  letter-spacing: 1px;
  line-height: 16px;
  text-align: left;
  box-sizing: border-box;
}
.hall-info span{
  float: right;
  font-size: 16px;
}
.capacity-menu{
  background: #8e979c;
  padding: 5px;
}
.capacity-img{
  text-align: center;
}
.capacity-img img{
  display: inline-block !important;
  cursor: pointer;
}
.halls-list .slider .slick-prev{
  display: none !important;
}
.halls-list .slider .slick-next{
  width: 19px;
  height: 19px;
  top: auto;
  margin-top: 0px;
  bottom: -5px;
  right: -5px;
  background: rgba(0,0,0,0.3);
}
.halls-list .slider .slick-next:before{
  content: '\f178';
  line-height: 19px;
  color: #fff;
  font-size: 15px;
  font-weight: lighter;
}

/*---------------------------- filter ----------------------------*/
.filter{
  background: #8e979c;
  padding: 18px 40px;
  margin-bottom: 70px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.filter-flex{
  -webkit-flex: 0 0 28%;
  -ms-flex: 0 0 28%;
  flex: 0 0 28%;
}
.filter-btn{
  display: inline-block;
  position: relative;
  width: 75px;
  height: 75px;
  background: #a6ce39;
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 2px;
  font-weight: 600;
  padding: 12px 10px;
  z-index: 1;
  box-sizing: border-box;
}
.filter-btn::before {
  width: 100%;
  height: 0;
  content: '';
  background: #6c7478;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  -webkit-transition: all 350ms;
  -o-transition: all 350ms;
  transition: all 350ms;
  box-sizing: border-box;
}
.filter-btn:hover::before{
  height: 100%;
}
.filter-btn i{
  font-size: 52px;
  text-align: center;
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
}

/*--------------- custom select -----------------*/
.custom-select {
  width: 100%;
  height: 75px;
  position: relative;
  background: #fff;
  border: none;
  box-sizing: border-box;
}
.custom-select select {
  display: none;
}
.select-selected{
  background: #fff;
  width: 100%;
  padding: 24px 40px 0px;
  height: 75px;
  line-height: normal;
  border: 0;
  border-radius: 0;
  -webkit-appearance: none;
  color: #8e979c;
  font-size: 21px;
  font-family: 'Uni Sans', 'Open Sans', Arial, Helvetica, sans-serif;
  outline: none;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: bold;
  z-index: 1;
  box-sizing: border-box;
  cursor: pointer;
  user-select: none;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  -ms-transition: all .3s ease;
  transition: all .3s ease;
}
.select-selected:hover{
  color: #fff;
  background: #a6ce39;
}
.select-items {
  position: absolute;
  background-color: #a6ce39;
  padding: 10px 0px;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  box-sizing: border-box;
}
.select-items div {
  background: #a6ce39;
  color: #fff;
  padding: 2px 40px;
  text-transform: none;
  border: 0px;
  font-size: 15px;
  outline: none;
  box-sizing: border-box;
  cursor: pointer;
  user-select: none;
}

/*hide the items when the select box is closed:*/
.select-hide {
  display: none;
}
.select-items div:hover, .same-as-selected {
  background: #fff;
  color: #a6ce39;
}

.select-selected:before{
  position: absolute;
  content: "";
  width: 3px;
  height: 40px;
  background: #8e979c;
  top: 18px;
  left: 20px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  -ms-transition: all .3s ease;
  transition: all .3s ease;
}
.select-selected:hover::before{
  background: #fff;
}
.select-selected:after {
  position: absolute;
  content: "";
  background: url('../images/arrow_down_grey.png') no-repeat;
  width: 17px;
  height: 13px;
  bottom: 12px;
  right: 12px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  -ms-transition: all .3s ease;
  transition: all .3s ease;
}
.select-selected:hover::after{
  background: url('../images/arrow_down_white.png') no-repeat;
}

/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
  opacity: 0;
}

/*-------------------------------------- table floor ------------------------------------*/
.table-floor-wrap, .table-floor-wrap-bottom{
  margin-bottom: 40px;
  position: relative;
  display: table;
  width: 100%;
  box-sizing: border-box;
}
.t-wrap{
  display: table-cell;
  vertical-align: top;
  margin-right: -4px;
  width: 50%;
  position: relative;
  box-sizing: border-box;
}
.table-floor-right{
  border: 3px solid #1923a0;
}
.table-floor-left > div{
  margin-right: -23px;
  margin-left: -20px;
  margin-bottom: -40px;
}
.floor-shape{
  display: inline-table;
  vertical-align: top;
  margin-right: -4px;
  width: 33.333%;
  height: 170px;
  padding: 0 20px;
  margin-bottom: 40px;
  box-sizing: border-box;
}
.floor-shape > a{
  display: block;
  width: 100%;
  height: 100%;
  background: #1923a0;
  color: #fff;
  padding: 14px;
  box-sizing: border-box;
}
.floor-text > a{
  background: #8e979d;
  position: relative;
}
.floor-text > a:hover{
  background: #a6ce39;
}
.floor-text > a > span{
  display: block;
  position: absolute;
  bottom: 14px;
  color: #1923a0;
  font-weight: bold;
  font-size: 130px;
  line-height: 85px;
  text-transform: uppercase;
}
.floor-text > a > span sup {
  font-size: 44px;
  position: relative;
  top: -17px;
  left: 7px;
}
.choosen-floor{
  float: right;
  padding: 0 0px 0px 23px;
  margin-right: 0px;
  margin-bottom: 37px;
}
.choosen-floor > a:hover{
  background: #8e979c;
}
.choosen-floor > a > span, .table-floor-wrap-bottom .floor-text > a > span{
  font-size: 33px;
  line-height: normal;
  letter-spacing: 1px;
  top: 50%;
  bottom: auto;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.floor-halls-info{
  width: 66.666%;
}
.table-floor-wrap-bottom .floor-halls-info > a > span{
  font-size: 130px;
  line-height: 85px;
  bottom: 14px;
  top: auto;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  -webkit-transform: none;
  transform: none;
}
.table-floor-wrap-bottom .floor-halls-info > a > span em{
  font-style: normal;
  font-size: 33px;
  line-height: 24px;
}
.floor-halls-info > a:hover{
  background: #8e979c;
}
.placement{
  position: relative;
}
.placement-hall{
  position: absolute;
  top: 0px;
  width: 127px;
  height: 64px;
  background: #8e979c;
  color: #1923a0;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
  overflow: hidden;
  padding: 5px 14px;
  letter-spacing: 1px;
  box-sizing: border-box;
}
.placement-hall span{
  position: relative;
  top: 32px;
}
.placement-hall strong{
  font-size: 60px;
  display: inline-block;
  float: right;
  line-height: 60px;
}
.pl-6{
  left: 40px;
}
.pl-5{
  top: 32px;
  left: 170px;
}
.pl-10{
  top: 99px;
  left: 252px;
  width: 32px;
  height: 32px;
}
.pl-2{
  top: 134px;
  left: 200px;
}
.pl-3{
  top: 134px;
  left: 331px;
}
.pl-1{
  top: 201px;
  left: 170px;
}
.pl-4{
  top: 201px;
  left: 369px;
}
.pl-11{
  top: 201px;
  left: 301px;
  width: 64px;
}

.choice-hall-menu{
  float: right;
  width: 230px;
  border: 2px solid #8e979c;
  background: #fff;
  padding: 20px 15px 12px;
  box-sizing: border-box;
}
.choice-hall-menu ul{
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
.choice-hall-menu ul li{
  display: block;
  position: relative;
  padding-left: 12px;
  margin-bottom: 8px;
}
.choice-hall-menu ul li::before {
  content: '\f45c';
  font-family: 'Font Awesome 5 Pro';
  font-size: 6px;
  position: absolute;
  color: #8e979c;
  top: 4px;
  left: 0px;
  font-weight: bold;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  -ms-transition: all .3s ease;
  transition: all .3s ease;
}
.choice-hall-menu ul li:hover::before, .choice-hall-menu ul li.current::before{
  color: #a6ce39;
}
.choice-hall-menu ul li a{
  display: block;
  font-size: 12px;
  color: #8e979c;
  letter-spacing: 1px;
}
.choice-hall-menu ul li:hover a, .choice-hall-menu ul li.current a{
  color: #a6ce39;
}

/*----------------------------------- page Convention and Event Spaces -------------------------------*/
.another-wrap{
  position: relative;
  min-height: 80px;
}
.green-square-links{
  float: left;
  width: calc(100% - 300px);
  position: absolute;
  bottom: 0px;
  left: 0px;
}
.green-square-links a{
  display: block;
  float: left;
  position: relative;
  width: 80px;
  height: 80px;
  color: #fff;
  background: #a6ce39;
  font-weight: bold;
  text-transform: uppercase;
  padding: 8px;
  letter-spacing: 1px;
  font-size: 13px;
  margin-right: 70px;
  margin-top: 25px;
  box-sizing: border-box;
}
.green-square-links a:last-child{
  margin-right: 0px;
}
.green-square-links a:hover{
  background: #8e979c;
}
.green-square-links a > span{
  display: block;
  position: absolute;
  top: 50%;
  left: 8px;
  right: 8px;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.green-square-links a > span i{
  font-size: 66px;
  display: block;
  text-align: center;
}
.green-square-links a > strong{
  position: absolute;
  left: calc(100% + 15px);
  top: 50%;
  width: 80px;
  color: #a6ce39;
  font-size: 15px;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  box-sizing: border-box;
}
.bigger-letters{
  font-size: 16px;
}

/*----------------------------------- page Capacity sheets -------------------------------*/
.simple-image{
  margin-bottom: 60px;
  text-align: center;
}

/*----------------------------------- page Rodopi hall -------------------------------*/
.main-image{
  text-align: center;
  margin-bottom: 70px;
  position: relative;
}
.main-image img{
  max-width: none;
  width: 100%;
}
.main-image figcaption{
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
}
.huge-title{
  position: absolute;
  color: #fff;
  padding-left: 120px;
  font-size: 90px;
  letter-spacing: 20px;
  z-index: 1;
  text-align: left;
  height: 430px;
  top: 50%;
  left: 50%;
  -moz-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  box-sizing: border-box;
}
.huge-title::before{
  content: '';
  top: 0px;
  left: 0px;
  position: absolute;
  width: 430px;
  height: 100%;
  background: rgba(166, 206, 57, 0.75);
  z-index: -1;
  box-sizing: border-box;
}
.huge-title span{
  display: block;
  position: relative;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  box-sizing: border-box;
}

/*------------- Simple gallery in details ------------ */
.simple-gallery{
  margin-bottom: 60px;
}
.simple-gallery .title{
  padding-bottom: 10px;
  margin-bottom: 55px;
}
.simple-gallery .title:after{
  width: 48%;
  height: 3px;
}
.simple-gallery .slick-slider .slick-prev{
  display: none !important;
}
.simple-gallery .slick-slider .slick-next{
  width: 217px;
  height: 103px;
  background: url('../images/gallery_big_arrow.svg') no-repeat;
  top: -108px;
  margin-top: 0px;
  right: auto;
  left: 50%;
  margin-left: -170px;
}
.simple-gallery .slick-next:before{
  display: none;
}
.simple-gallery-img{
  margin: 0 30px;
}
.simple-gallery-img > a{
  display: block;
  overflow: hidden;
}
.simple-gallery-img > a > img{
  max-width: none;
  width: 100%;
  webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}
.simple-gallery-img:hover > a > img{
  -webkit-transform: scale3d(1.1,1.1,1);
  transform: scale3d(1.1,1.1,1);
}
.gallery-slider{
  position: relative;
  margin-left: -30px;
  margin-right: -30px;
}
.gallery-slider::before, .gallery-slider::after{
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 30px;
  height: 100%;
  background: #fff;
  z-index: 2;
}
.gallery-slider::after{
  left: auto;
  right: 0px;
}

.description .text ul li:before{
  color: #a6ce39;
}
.description .float-l{
  padding-right: 70px;
}
.description .float-r{
  padding-left: 70px;
}

/*------------- Features in detail ------------ */
.features-icons-wrap{
  box-sizing: border-box;
  margin-bottom: 35px;
}
.features-icon-one{
  position: relative;
  margin-bottom: 65px;
  float: left;
  width: 20%;
  box-sizing: border-box;
}
.features-icon-one figcaption{
  position: absolute;
  top: 100%;
  left: -7px;
  width: 76px;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  font-size: 12px;
  letter-spacing: 1px;
  padding-top: 10px;
}
.features-icon-one figcaption strong{
  color: #a6ce39;
  font-size: 24px;
  display: block;
  text-transform: none;
}
.features-icon-one figcaption strong i{
  display: block;
  font-size: 14px;
  font-style: normal;
}

/*------------- Capacities slider gallery in details ------------ */
.c-slider{
  position: relative;
  margin: 0 -30px 40px;
}
.c-slider::before, .c-slider::after{
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 30px;
  height: 100%;
  background: #fff;
  z-index: 2;
}
.c-slider::after{
  left: auto;
  right: 0px;
}
.c-gallery-img{
  margin: 0 30px;
}
.capacity-text{
  padding-top: 20px;
}
.c-gallery-img > a{
  display: block;
  overflow: hidden;
}
.c-gallery-img > a > img{
  max-width: none;
  width: 100%;
  webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}
.c-gallery-img:hover > a > img{
  -webkit-transform: scale3d(1.1,1.1,1);
  transform: scale3d(1.1,1.1,1);
}
.capacity-text img{
  float: left;
  margin-right: 10px;
}
.c-text-right{
  float: left;
  width: calc(100% - 68px);
  font-weight: bold;
  text-transform: uppercase;
  font-size: 22px;
  line-height: 20px;
  letter-spacing: 2px;
}
.c-text-right span{
  display: block;
  height: 40px;
}
.c-text-right strong{
  color: #a6ce39;
  text-transform: none;
}

.congress-center-img {
  position: relative;
  float: left;
  width: calc(100% - 300px);
  position: relative;
  margin-bottom: 140px;
}
.congress-center-img > div{
  position: relative;
  display: inline-block;
}
.congress-center-img > div::after{
  content: '';
  position: absolute;
  top: 325px;
  right: 124px;
  z-index: 2;
  width: 102px;
  height: 0px;
  background: #fff;
  border-right: 1px solid #757e87;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  -ms-transition: all .4s ease;
  transition: all .4s ease;
}
.congress-center-img > div:hover::after{
  height: 62px;
}
.for-contact{
  float: right;
  width: 230px;
  box-sizing: border-box;
}
.for-contact .team-one{
  display: block;
  margin-right: 0px;
  margin-bottom: 16px;
  width: auto; 
  padding: 0px;
}
.for-contact .team-one figure::after{
  right: 17px;
  bottom: 17px;
}
.for-contact .team-one figcaption{
  padding: 10px 12px 15px;
  background: rgba(108, 116, 120, 0.3);
}
.for-contact .team-one-contacts li{
  font-size: 11px;
  padding-left: 17px;
}
.for-contact .team-one figcaption h5{
  font-size: 15px;
}
.for-contact .work-position{
  font-size: 9px;
}

/*------------------------------------- Page Technical services -------------------------------------*/
.anothet-page-styles{
  padding-top: 70px;
}
.anothet-page-styles .title h3{
  text-transform: none;
  color: #8e979c;
}
.anothet-page-styles .title::after{
  background: #8e979c;
}
.anothet-page-styles .tabs-menu li{
  width: 60%;
}
.only-green-squares {
  padding-top: 50px;
  padding-bottom: 100px;
}
.only-green-squares .green-square-links{
  float: none;
  width: auto;
  position: relative;
  bottom: auto;
  left: auto;
}
.only-green-squares .green-square-links a{
  margin-right: 125px;
}
.only-green-squares .green-square-links a:last-child{
  margin-right: 0px;
}

/*------------------------------------- Page Catering services -------------------------------------*/
.logo-menu{
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  position: relative;
}
.logo-menu li{
  display: block;
  float: left;
  width: 50%;
  padding-right: 30px;
  margin-bottom: 35px;
  box-sizing: border-box;
}
.logo-menu li a {
  color: #8e979c;
  display: block;
  font-size: 17px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: bold;
  position: relative;
  height: 85px;
}
.logo-menu li a span{
  display: block;
  float: left;
  width: 84px;
  height: 84px;
  background: #fff;
  margin-right: 10px;
  text-align: center;
  line-height: 80px;
  box-sizing: border-box;
}
.logo-menu li a i{
  display: block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  text-transform: none;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  color: #a6ce39;
  margin-top: 8px;
}
.logo-menu li:hover a{
  color: #a6ce39;
}

/*----------------------------------- page Events (calendar) ----------------------------------- */
.main-image-event{
  text-align: center;
  margin-bottom: 70px;
  position: relative;
}
.main-image-event img{
  max-width: none;
  width: 100%;
}
.main-image-event figcaption{
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
}
.main-image-event .huge-title{
  font-size: 56px;
  letter-spacing: 10px;
}
.heading{
  text-transform: none;
  font-size: 22px;
  letter-spacing: 2px;
  margin-bottom: 30px;
}

.incoming-wrap{
  float: left;
  width: 50%;
  margin-top: 35px;
  overflow: hidden;
  padding-right: 35px;
  box-sizing: border-box;
}
.incoming-wrap .title img, .past-wrap .title img{
  max-width: 26px;
}
.past-wrap{
  float: left;
  width: 50%;
  margin-top: 35px;
  overflow: hidden;
  padding-left: 35px;
  box-sizing: border-box;
}
.past-wrap .title h5{
  color: #8e979c;
}
.past-wrap .title::after{
  background: #8e979c;
}
.past-wrap .event-one::before{
  background: #8e979c;
}
.past-wrap .date{
  color: #8e979c;
}
.past-wrap .date::before{
  background: #8e979c;
}

.events-list{
  margin: 35px -35px 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.event-one{
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  padding: 0 35px;
  margin-bottom: 60px;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
}
.event-one::before{
  content: '';
  position: absolute;
  top: 0px;
  left: 35px;
  right: 35px;
  bottom: 0px;
  background: #a6ce39;
  z-index: -1;
}

/*-------- date ----------- */
.date{
  font-size: 16px;
  background: #fff;
  color: #a6ce39;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 3px;
  line-height: 20px;
  position: relative;
  padding: 0 0 10px 10px;
}
.date::before{
  content: '';
  position: absolute;
  left: 0px;
  top: 0px;
  width: 3px;
  height: 20px;
  background: #a6ce39;
}
.date::after {
  content: '';
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  z-index: 5;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  -ms-transition: all .3s ease;
  transition: all .3s ease;
}
.hidden-date{
  position: absolute;
  top: 40px;
  left: 40px;
  right: 40px;
  bottom: 40px;
  background: rgba(166, 206, 57, 0.6);
  z-index: 5;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  text-align: left;
  letter-spacing: 3px;
  font-size: 17px;
  padding: 30px 15px;
  opacity: 0;
  visibility: hidden;
  box-sizing: border-box;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  -ms-transition: all .3s ease;
  transition: all .3s ease;
}
.event-one figure{
  overflow: hidden;
  background: #fff;
  position: relative;
}
.event-one figure a{
  display: block;
}
.event-one figure img {
  max-width: none;
  width: 100%;
}
.event-one:hover .hidden-date{
  opacity: 1;
  visibility: visible;
}
.event-one:hover .date::after{
  opacity: 1;
  visibility: visible;
}
.event-info{
  padding: 18px 12px 62px;
  color: #fff;
  font-size: 12px;
}
.event-one-title{
  display: block;
  color: #fff;
  font-size: 15px;
  margin-bottom: 8px;
  font-weight: 600;
}
.event-info .text{
  max-height: 60px;
  overflow: hidden;
}
.event-one .read-more{
  position: absolute;
  right: 47px;
  bottom: 12px;
  margin-top: 0px;
  background: #fff;
  color: #8e979c;
  width: 40px;
  height: 40px;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 1px;
  padding-top: 7px;
}
.event-one .read-more:hover{
  color: #fff;
}

/*------------------------------------- page Gallery ----------------------------------- */
.gallery-wrap{
  margin: 0 -100px;
}
.obj{
  float: left;
  width: 50%;
  padding: 45px 100px;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
}
.obj > a{
  display: block;
  overflow: hidden;
  position: relative;
}
.image-overlay {
  position: absolute;
  left: 30px;
  top: 30px;
  bottom: 30px;
  right: 30px;
  background: rgba(166, 206, 57, 0.75);
  opacity: 0;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}
.image-overlay > span {
  display: block;
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  font-size: 24px;
  color: #fff;
  text-align: center;
  width: 100%;
  text-transform: uppercase;
  letter-spacing: 4px;
  font-weight: bold;
}
.obj > a > img{
  max-width: none;
  width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}
.obj figcaption{
  width: 100%;
  height: 100%;
  padding: 5px;
  margin:10px 0;
  text-align: center;
  box-sizing: border-box;
}
.obj figcaption h5{
  font-size: 16px;
  color: #000;
  line-height: 18px;
  overflow: hidden;
}
.obj:hover > a .image-overlay{
  opacity: 1;
}
.obj:hover > a > img{
  -webkit-transform: scale3d(1.1,1.1,1);
  transform: scale3d(1.1,1.1,1);
}

/*-------------------------------------- page Team ---------------------------------------*/
.team-list-wrap{
  margin: 50px -50px 0px;
}
.team-one{
  display: inline-table;
  vertical-align: top;
  width: 50%;
  padding: 0px 50px;
  margin-right: -4px;
  margin-bottom: 40px;
  box-sizing: border-box;
}
.team-one figure{
  position: relative;
  margin-bottom: 15px;
  max-width: 431px;
}
.team-one figure > img:nth-of-type(2){
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  -ms-transition: all .4s ease;
  transition: all .4s ease;
}
.team-one:hover figure > img:nth-of-type(2){
  opacity: 1;
  visibility: visible;
}
.team-one figure::after{
  content: '';
  position: absolute;
  bottom: 30px;
  right: 30px;
  width: 50%;
  height: 50%;
  background: rgba(166, 206, 57, 0.25);
  z-index: 5;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  -ms-transition: all .4s ease;
  transition: all .4s ease;
}
.team-one:hover figure::after{
  background: rgba(166, 206, 57, 0);
}
.team-one figcaption{
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 2;
  padding: 20px 18px 50px;
  background: rgba(108, 116, 120, 0.6);
  box-sizing: border-box;
}
.team-one figcaption > div{
  border-left: 3px solid #a6ce39;
  padding-left: 8px;
}
.team-one figcaption h5{
  font-size: 22px;
  letter-spacing: 3px;
  margin-bottom: 2px;
}
.work-position{
  color: #fff;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: bold;
}
.team-one-contacts{
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
.team-one-contacts li{
  position: relative;
  display: block;
  padding-left: 22px;
  font-size: 15px;
  letter-spacing: 1px;
  margin-bottom: 4px;
}
.team-one-contacts li span{
  position: absolute;
  left: 0px;
  font-weight: bold;
  color: #a6ce39;
}
.team-one-contacts li a{
  color: #8e979c;
}
.team-one-contacts li a:hover{
  color: #a6ce39;
}

/*--------------------------------------------- Contacts ------------------------------------------*/
.reach-with{
  margin-bottom: 25px;
}
.reach-with img{
  float: left;
  margin-right: 15px;
}
.reach-text{
  overflow: hidden;
}
.reach-with h5{
  margin-bottom: 6px;
  color: #8e979c;
}
.reach-with .team-one-contacts li a{
  color: #a6ce39
}
.reach-text .team-one-contacts li{
  padding-left: 0px;
}
.reach-text .team-one-contacts li span{
  position: relative;
  left: auto;
}
.reach-with a:hover{
  text-decoration: underline;
}
.iec-location{
  border: 3px solid #1923a0;
  line-height: 435px;
  margin-left: 54px;
  text-align: center;
  margin-top: 45px;
  margin-bottom: 175px;
}

.coordinates{
  color: #1923a0;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 30px;
}
.map-place{
  margin-bottom: 65px;
}
.map-place figure{
  position: relative;
  margin-bottom: 10px;
}
.city-name{
  position: absolute;
  bottom: 25px;
  left: 30px;
  color: #a6ce39;
  font-weight: normal;
  text-transform: none;
  letter-spacing: 4px;
}
.contact-us-address{
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  position: relative;
}
.contact-us-address::before{
  content: '';
  position: absolute;
  top: 0px;
  left: 40px;
  width: 3px;
  height: 100%;
  background: #1923a0;
}
.contact-us-address li{
  display: block;
  position: relative;
  color: #1923a0;
  line-height: 30px;
  font-weight: 600;
  padding-left: 55px;
  margin-bottom: 10px;
}
.contact-us-address li::before{
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  background: url('../images/contact_icons.png') no-repeat;
  width: 32px;
  height: 31px;
}
.contact-us-address li:nth-child(2)::before{
  background-position: 0px -36px;
}
.contact-us-address li:nth-child(3)::before{
  background-position: 0px -71px;
}
.contact-us-address li:nth-child(4)::before{
  background-position: 0px -106px;
}
.contact-us-address li:nth-child(5)::before{
  background-position: 0px -141px;
}

.map{
  width: 100%;
  height: 430px;
  overflow: hidden;
  margin-bottom: 35px;
  border: 3px solid #1923a0;
  background: #1923a0;
}
.map iframe{
  pointer-events: none;
  opacity: 0.7;
}
.contact-form {
  margin-bottom: 100px;
  float: left;
  max-width: 600px;
}
.contact-form-left{
  float: left;
  width: 35%;
  padding-right: 45px;
  position: relative;
  box-sizing: border-box;
}
.contact-form-right{
  float: left;
  width: 65%;
  padding-right: 75px;
  position: relative;
  box-sizing: border-box;
}
.label{
  color: #a6ce39;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 5px;
  display: block;
  letter-spacing: 3px;
}
.input{
  border: 3px solid #a6ce39;
  padding: 0 10px;
  margin-bottom: 17px;
  width: 100%;
  height: 40px;
  color: #1923a0;
  font-family: 'Uni Sans', 'Open Sans', Arial, Helvetica, sans-serif;
  font-size: 16px;
  outline: none;
  box-sizing: border-box;
}
textarea.input{
  height: 123px;
  resize: none;
  padding: 8px 10px;
  margin-bottom: 12px;
  box-sizing: border-box;
}
.ok, .error {
  display: block;
  font-size: 13px;
  margin: 10px;
}
.error {
  color: #BF1717;
}
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #8e979c;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color: #8e979c;
   opacity: 1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color: #8e979c;
   opacity: 1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: #8e979c;
}
:placeholder-shown { /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
  color: #8e979c;
}

.captcha input {
  width: 150px;
}
.captcha img:hover{
  opacity: 0.9;
}

.contact-btn{
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 75px;
  text-align: right;
}
.contact-btn a{
  display: inline-block;
  text-align: center;
  width: 40px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 2px;
  font-size: 13px;
}
.contact-btn a img{
  margin-bottom: 4px;
}
.contact-btn:hover a{
  color: #1923a0;
}
.contact-btn::before{
  content: '';
  position: absolute;
  bottom: 28px;
  left: 10px;
  background: url('../images/little_arrow_green.png') no-repeat;
  width: 15px;
  height: 20px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  -ms-transition: all .3s ease;
  transition: all .3s ease;
}
.contact-btn:hover::before{
  opacity: 0;
  left: 20px;
}
.contact-form form{
  position: relative;
  padding-top: 7px;
}
.contact-form form::before{
  content: '';
  position: absolute;
  top: -15px;
  right: 0px;
  background: url('../images/big_arrow_down.png') no-repeat;
  width: 35px;
  height: 26px;
}

/*----------------------- Checkbox and Radio style ----------------------*/
.checkbox-custom, .radio-custom {
  position: relative;
  display: block;
  margin-bottom: 10px;
  line-height: 15px;
}
.checkbox-custom label,.radio-custom label{
  position:relative;
  display:inline-block;
  vertical-align:middle;
  margin:0;
  padding:0;
  cursor:pointer;
  color: #a6ce39;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 11px;
  letter-spacing: 1px;
  line-height: 20px;
}
.checkbox-custom label a,.radio-custom label a{
  text-decoration: underline;
}
.checkbox-custom label a:hover,.radio-custom label a:hover{
  text-decoration: none;
}
.checkbox-custom input[type=checkbox]{
  opacity:0;
  position:absolute;
  margin: 0px;
}
.checkbox-custom input[type=checkbox]+label:before{
  content:'';
  background:#fff;
  border: 3px solid #a6ce39;
  display:inline-block;
  vertical-align:top;
  width: 18px;
  height: 18px;
  margin-right:10px;
  text-align:center;
  box-shadow:inset 0 0 0 8px #fff;
  -webkit-transition:box-shadow .1s ease-in-out;
  -o-transition:box-shadow .1s ease-in-out;
  transition:box-shadow .1s ease-in-out;
  box-sizing: border-box;
}
.checkbox-custom input[type=checkbox]:checked+label:before{
  background: #a6ce39;
  box-shadow:inset 0 0 0 3px #fff;
}
/*
.checkbox-custom input[type=checkbox]:focus+label:before{
  box-shadow:inset 0 0 0 3px #fff;
}*/
.checkbox-custom input[type=checkbox].disabled+label:before,.checkbox-custom input[type=checkbox]:disabled+label:before,fieldset[disabled] .checkbox-custom input[type=checkbox]+label:before{
  cursor:default;
  opacity:.4;
}

.radio-custom.radio-inline{
  padding-left:0;
}
.radio-custom input[type=radio]{
  opacity:0;
  position:absolute;
  margin: 0px;
}
.radio-custom input[type=radio]+label:before{
  border-radius:50%;
  content:'';
  background:#fff;
  border: 1px solid #eee;
  display:inline-block;
  vertical-align:top;
  width: 18px;
  height: 18px;
  padding:2px;
  margin-right:10px;
  text-align:center;
  box-shadow:inset 0 0 0 8px #fff;
  -webkit-transition:box-shadow .1s ease-in-out;
  -o-transition:box-shadow .1s ease-in-out;
  transition:box-shadow .1s ease-in-out;
  box-sizing: border-box;
}
.radio-custom input[type=radio]:checked+label:before{
  background: #ed701e;
  box-shadow:inset 0 0 0 3px #fff;
}
/*
.radio-custom input[type=radio]:focus+label:before{
  box-shadow:inset 0 0 0 3px #fff;
}*/
.radio-custom input[type=radio].disabled+label:before,.radio-custom input[type=radio]:disabled+label:before,fieldset[disabled] .radio-custom input[type=radio]+label:before{
  cursor:default;
  opacity:.4;
}

/*--------------- simple list in whole site -----------------*/
.text ul{
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
.text ul li{
  position: relative;
  margin-top: 4px;
}
.text ul li:before{
  content: '\f45c';
  font-family: 'Font Awesome 5 Pro';
  font-size: 10px;
  position: relative;
  color: #8e979c;
  top: -1px;
  margin-right: 7px;
  font-weight: bold;
}

/*------------------------ Tables for whole site ------------------------*/
table {
  width: 100%; 
  border-collapse: collapse; 
  border: none;
  margin-bottom: 20px;
  overflow-x: auto;
  box-sizing: border-box;
}
table th{
  display: table-cell;
  padding: 12px;
  color: #fff;
  background: #222;
  border: none;
  font-size: 15px;
  font-weight: 600;
  overflow: hidden;
  text-align: center;
}
table td{
  background: #fff;
  display: table-cell;
  padding: 12px;
  font-size: 14px;
  text-align: center;
  border-bottom: 1px solid #eaeaea;
}
table tr:nth-child(odd) td{
  background: #F5F5F5;
}

/*pagination-----------------------------------------------------------------*/
.pagination{
  padding-bottom: 70px;
}
.pagination ul {
  font-size: 15px;
  text-align: right;
  padding: 0px;
  margin: 0px;
}
.pagination li {
  list-style-type: none;
  display: inline-block;
  margin-left: 3px;
}
.pagination a,
.pagination a:visited {
  display: inline-block;
  width: 32px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  background: #fff;
  border: 1px solid #e9e9e9;
  font-weight: bold;
  color: #3e3e3e;
  text-decoration: none;
}
.pagination a:hover,
.pagination a:visited:hover {
  background: #707070;
  border: 1px solid #707070;
  color: #FFF;
}
.pagination a.currentpage {
  background: #2c2d2e;
  border: 1px solid #2c2d2e;
  color: #fff;
  cursor: default;
}
.pagination a.currentpage:hover{
  background: #2c2d2e;
  border: 1px solid #2c2d2e;
}
.pagination a.disablelink,
.pagination a.prevnext {
  color: #9f9f9f;
  cursor: default;
}
.pagination a.disablelink:hover,
.pagination a.prevnext:hover {
  color: #9f9f9f;
  background: #fff;
  border: 1px solid #fff;
}

/*--------------- video -----------------*/
.video{
  width: 100%;
  margin: 40px auto 0px;
}
.videowrapper {
  float: none;
  clear: both;
  width: 100%;
  position: relative;
  padding-bottom: 51%;
  height: 0;
}
.videowrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.small-video{
  margin: 90px 0px;
}
.small-video iframe{
  border: 1px solid #f1f1f1;
}

/*----------------------- styled select ----------------------*/
.styled-select {
  width: 100%;
  height: 75px;
  position: relative;
  overflow: hidden;
  background: #fff;
  border: none;
  box-sizing: border-box;
}
.styled-select:after{
  content: '\f107';
  font-family: 'Font Awesome 5 Pro';
  color: #888;
  font-size: 14px;
  position: absolute;
  top: 50%;
  right: 10px;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 0;
}
.styled-select select {
  background: transparent;
  width: 120%;
  padding: 0px 40px;
  height: 75px;
  line-height: 1;
  border: 0;
  border-radius: 0;
  -webkit-appearance: none;
  color: #888;
  font-size: 32px;
  font-family: 'Uni Sans', 'Open Sans', Arial, Helvetica, sans-serif;
  outline: none;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: bold;
  z-index: 1;
  box-sizing: border-box;
}

/*------------------------- Buttons in site -------------------------*/
.btn{
  display: inline-block;
  background: #f8ad03;
  min-width: 120px;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  line-height: normal;
  text-transform: uppercase;
  color: #222222;
  padding: 16px 44px;
  margin-top: 35px;
  box-sizing: border-box;
}
.btn:hover{
  background: #232323;
  color: #fff;
}
.btn-black{
  background: #232323;
  color: #fff;
}
.btn-black:hover{
  background: #f8ad03;
}







/*################################################
*/
/*------------------------------------- Styles for blue site Inter Expo Center ------------------------------------*/
/*
################################################*/
.blue-site a{
  color: #1923a0;
}
.blue-site .page-top{
  color: #fff;
}
.blue-site .text h1, .blue-site .text h2, .blue-site .text h3, .blue-site .text h4, .blue-site .text h5, .blue-site .text h6 {
  color: #8e979c;
}
.blue-site .other-menu > ul > li:hover > a, .blue-site .other-menu ul li.current a{
  color: #1923a0;
}
.blue-site .other-menu ul li::after{
  background: #1923a0;
}
.blue-site .languages a.bg:hover {
  background: url(../images/lang_bg_hover_blue.png) no-repeat;
}
.blue-site .search-link:hover {
  background: url(../images/search_icon_hover_blue.png) no-repeat;
}
.blue-site .search-submit{
  background: #1923a0;
  color: #fff;
}
.blue-site #menu{
  float: right;
  margin-right: -15px;
  margin-top: 3px;
}
.blue-site #menu > ul > li{
  margin-left: 15px;
}
.blue-site #menu ul li a{
  color: #8e979c;
}
.blue-site #menu > ul > li:hover > a, .blue-site #menu > ul > li.current > a{
  color: #1923a0;
}
.blue-site #menu ul li ul{
  background: rgba(255, 255, 255, 0.45);
}
.blue-site #menu ul li ul li a{
  color: #fff;
}
.blue-site #menu ul li ul li a:hover{
  color: #1923a0;
}
.blue-site .ban-wrap{
  border-top: 4px solid #1923a0;
  border-bottom: 4px solid #1923a0;
  background: #1923a0;
}
.ban-image{
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  -ms-transition: all .3s ease;
  transition: all .3s ease;
}
.ban-with-hover:hover .ban-image{
  opacity: 0.6;
}
.blue-site .slick-dots li button{
  border: 3px solid #fff;
}
.blue-site .slick-dots li.slick-active button{
  background: #fff;
}
.blue-site .slick-dots li button:hover, .blue-site .slick-dots li button:focus{
  background: #fff;
}

.blue-site .rotated-cubs{
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.blue-site .cube-wrap{
  width: 336px;
  height: 336px;
}
.blue-site .cube{
  width: 336px;
  height: 336px;
  -webkit-transform-origin: 168px 168px 0;
  -moz-transform-origin: 168px 168px 0;
  -ms-transform-origin: 168px 168px 0;
  transform-origin: 168px 168px 0;
}
.blue-site .cube > div {
  width: 336px;
  height: 336px;
}
.blue-site .front {
  -webkit-transform: translateZ(168px);
  -moz-transform: translateZ(168px);
  -ms-transform: translateZ(168px);
  transform: translateZ(168px);
}
.blue-site .back {
  -webkit-transform: translateZ(-168px) rotateX(180deg);
  -moz-transform: translateZ(-168px) rotateX(180deg);
  -ms-transform: translateZ(-168px) rotateX(180deg);
  transform: translateZ(-168px) rotateX(180deg);
}
.blue-site .top {
  -webkit-transform: rotateX(-270deg) translateY(-168px);
  -moz-transform: rotateX(-270deg) translateY(-168px);
  -ms-transform: rotateX(-270deg) translateY(-168px);
  transform: rotateX(-270deg) translateY(-168px);
}
.blue-site .bottom {
  -webkit-transform: rotateX(-90deg) translateY(168px);
  -moz-transform: rotateX(-90deg) translateY(168px);
  -ms-transform: rotateX(-90deg) translateY(168px);
  transform: rotateX(-90deg) translateY(168px);
}
.blue-site .left {
  -webkit-transform: rotateY(270deg) translateX(-168px);
  -moz-transform: rotateY(270deg) translateX(-168px);
  -ms-transform: rotateY(270deg) translateX(-168px);
  transform: rotateY(270deg) translateX(-168px);
}
.blue-site .right {
  -webkit-transform: rotateY(-270deg) translateX(168px);
  -moz-transform: rotateY(-270deg) translateX(168px);
  -ms-transform: rotateY(-270deg) translateX(168px);
  transform: rotateY(-270deg) translateX(168px);
}
.blue-site .cube > div, .blue-site .cube-wrap:nth-child(2) .cube > div{
  background: #1923a0;
}
.blue-site .cube > div.back, .blue-site .cube-wrap:nth-child(2) .cube > div.back{
  background: #8e979c;
}
.blue-site .cube-text{
  padding: 120px 65px 0px;
}
.blue-site .cube-text h5{
  color: #fff;
}
.blue-site .back .cube-text h5{
  margin-bottom: 0px;
  border-left: 2px solid #fff;
  border-bottom: 0px;
  padding-left: 5px;
  height: 100px;
}
.blue-site .back .cube-text h5 span {
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.blue-site .footer-top {
  border-bottom: 4px solid #1923a0;
}
.blue-site h1, .blue-site h2, .blue-site h3, .blue-site h4, .blue-site h5, .blue-site h6{
  color: #1923a0;
}
.blue-site .footer-menu ul li::before{
  background: #1923a0;
}
.blue-site .footer-menu ul li a:hover{
  color: #1923a0;
}
.blue-site .footer-contacts a span{
  color: #1923a0;
}
.blue-site .footer-contacts a span::after{
  background: url('../images/little_arrow_down_blue.png') no-repeat;
}
.blue-site .page-top{
  background: rgba(25,35,160,0.75);
}
.blue-site .page-top:hover{
  background: #6c7478;
}
.blue-site .title:after{
  background: #1923a0;
}
.blue-site .text ul li:before{
  color: #1923a0;
}

.blue-site .customer-text{
  color: #1923a0;
}
.blue-site .testimonials-slider .slick-next{
  background: url('../images/arrow_down_blue.png') center center no-repeat;
}
.blue-site .testimonials-slider .slick-prev{
  background: url('../images/arrow_up_blue.png') center center no-repeat;
}

/*------------------------- transparent blue squares on banner -------------------------*/
.transp-squares{
  position: absolute;
  top: 0px;
  left: 50%;
  width: 1170px;
  margin-left: -585px;
  z-index: 1;
  overflow: hidden;
  box-sizing: border-box;
}
.transp-squares > div{
  margin: 0 -40px;
}
.transp-one{
  float: left;
  width: 33.333%;
  padding: 0 40px;
  box-sizing: border-box;
}
.transp-one > span{
  display: block;
  height: 65px;
  background: rgba(25,35,160,0.75);
  box-sizing: border-box;
}

/*------------------------- more banners in index blue -------------------------*/
.more-bans{
  overflow: hidden;
  margin-top: -65px;
  position: relative;
  z-index: 100;
}
.more-bans-slider{
  position: relative;
  padding-bottom: 140px;
  margin: 0 -40px;
}
.more-bans-slider .slick-prev{
  display: none !important;
}
.more-bans-slider .slick-next {
  width: 217px;
  height: 103px;
  background: url(../images/gallery_big_arrow_blue.svg) no-repeat;
  top: auto;
  bottom: 0px;
  margin-top: 0px;
  right: 50%;
  margin-right: -104px;
}
.more-bans-slider .slick-next:before{
  display: none;
}
.b-item{
  margin: 0 40px;
  padding-top: 65px;
  position: relative;
  box-sizing: border-box;
}
.b-item::before{
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  height: 65px;
  background: rgba(25,35,160,0.75);
  z-index: 2;
}
.b-item a{
  display: block;
}
.b-item:hover > a{
  opacity: 0.75;
}
.b-item figcaption{
  color: #1923a0;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 34px;
  letter-spacing: 4px;
  padding-top: 10px;
}

/*-------------------------------- page History ---------------------------------*/
.half-line-title:after{
  width: 44%;
}
.history-wrap{
  margin-top: 100px;
  position: relative;
}
.history-wrap::after{
  content: '';
  position: absolute;
  top: 160px;
  left: 0px;
  width: 100%;
  height: 3px;
  background: #1923a0;
  -webkit-box-shadow: 0px 0px 0px 10px rgba(255,255,255,1);
  -moz-box-shadow: 0px 0px 0px 10px rgba(255,255,255,1);
  box-shadow: 0px 0px 0px 10px rgba(255,255,255,1);
}
.history-one-year{
  width: 13.5%;
  float: left;
  position: relative;
  border-left: 3px solid #1923a0;
  font-size: 12px;
  padding: 15px 25px 70px 10px;
  margin-left: -65px;
  box-sizing: border-box;
}
.history-one-year:first-child{
  margin-left: 0px;
}
.history-one-year::before{
  content: '';
  position: absolute;
  top: 0px;
  left: -8px;
  width: 13px;
  height: 13px;
  background: #1923a0;
}
.history-one-year .text{
  height: 105px;
  overflow: hidden;
}
.year{
  position: absolute;
  bottom: -2px;
  left: 5px;
  color: #1923a0;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 19px;
  letter-spacing: 2px;
  line-height: 20px;
}
.history-one-year:nth-child(2n){
  padding: 45px 65px 15px 10px;
  margin-top: 130px;
  margin-left: -100px;
}
.history-one-year:nth-child(2n)::before{
  top: auto;
  bottom: 0px;
}
.history-one-year:nth-child(2n) .text{
  height: auto;
}
.history-one-year:nth-child(2n) .year{
  bottom: auto;
  top: 0px;
}

.history-one-year:nth-child(2){
  -webkit-animation-delay: 0.3s; 
  animation-delay: 0.3s;
}
.history-one-year:nth-child(3){
  -webkit-animation-delay: 0.6s; 
  animation-delay: 0.6s;
}
.history-one-year:nth-child(4){
  -webkit-animation-delay: 0.9s; 
  animation-delay: 0.9s;
}
.history-one-year:nth-child(5){
  -webkit-animation-delay: 1.2s; 
  animation-delay: 1.2s;
}
.history-one-year:nth-child(6){
  -webkit-animation-delay: 1.5s; 
  animation-delay: 1.5s;
}
.history-one-year:nth-child(7){
  -webkit-animation-delay: 1.8s; 
  animation-delay: 1.8s;
}
.history-one-year:nth-child(8){
  -webkit-animation-delay: 2.1s; 
  animation-delay: 2.1s;
}
.history-one-year:nth-child(9){
  -webkit-animation-delay: 2.4s; 
  animation-delay: 2.4s;
}
.history-one-year:nth-child(10){
  -webkit-animation-delay: 2.7s; 
  animation-delay: 2.7s;
}
.history-one-year:nth-child(11){
  -webkit-animation-delay: 3.0s; 
  animation-delay: 3.0s;
}
.history-one-year:nth-child(12){
  -webkit-animation-delay: 3.3s; 
  animation-delay: 3.3s;
}
.history-one-year:nth-child(13){
  -webkit-animation-delay: 3.6s; 
  animation-delay: 3.6s;
}

/*-------------------------------- page Purpose ---------------------------------*/
.two-column-text{
  -webkit-column-count: 2; 
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 250px;
  -moz-column-gap: 250px;
  column-gap: 250px;
}

/*-------------------------------- page How to reach us (contacts) ---------------------------------*/
.grey-line-title::after{
  background: #8e979c !important;
}
.blue-site .reach-with h5{
  color: #8e979c;
}
.blue-site .reach-with .team-one-contacts li a{
  color: #1923a0;
}
.blue-site .team-one-contacts li span{
  color: #1923a0;
}
.blue-site .team-one-contacts li a:hover{
  color: #1923a0
}
.blue-site .city-name{
  color: #8e979c;
}
.blue-site .checkbox-custom label, .blue-site .radio-custom label{
  color: #8e979c;
}
.blue-site .label{
  color: #1923a0;
}
.blue-site .input, .blue-site .checkbox-custom input[type=checkbox]+label:before{
  border: 3px solid #8e979c;
}
.blue-site .checkbox-custom input[type=checkbox]:checked+label:before{
  background: #1923a0;
}
.blue-site .contact-btn::before{
  background: url('../images/little_arrow_blue.png') no-repeat;
}
.blue-site .contact-form form::before{
  background: url('../images/big_arrow_down2.png') no-repeat;
}
.blue-site .contact-form .title h5{
  color: #8e979c;
}
.blue-site .contact-form .title::after{
  background: #8e979c;
}

/*-------------------------------- page Services ---------------------------------*/
.p-style{
  margin-top: -27px;
}
.p-style .title h3{
  text-transform: none;
}
.blue-site .tab-title::before{
  background: url('../images/little_arrow_blue.png') no-repeat
}
.blue-site .tabs-menu li:hover a, .blue-site .tabs-menu li.current-tab a{
  color: #1923a0;
}
.blue-site .green-square-links a{
  color: #fff;
  background: #8e979c;
}
.blue-site .green-square-links a:hover{
  background: #1923a0;
}
.blue-site .green-square-links a > strong{
  color: #8e979c;
}
.some-contacts{
  float: right;
  width: 220px;
}
.some-contacts .title{
  padding-bottom: 8px;
  margin-bottom: 15px;
}
.tab .another-wrap{
  margin-top: 70px;
}
.tab .green-square-links a{
  margin-right: 100px;
}
.tab .green-square-links{
  width: calc(100% - 220px);
}

/*-------------------------------- page Stand Construction ---------------------------------*/
.blue-site .read-more{
  color: #fff;
  background: #1923a0;
}
.cube-wrap.rotated .cube{
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
}
.what-we-offer{
  margin-bottom: 140px;
}
.blue-site .simple-gallery .slick-slider .slick-next{
  background: url('../images/gallery_big_arrow_blue.svg') no-repeat
}

/*-------------------------------- page Gallery ---------------------------------*/
.blue-site .image-overlay{
  background: rgba(25, 35, 160, 0.75);
}

/*-------------------------------- page News ---------------------------------*/
.news-list{
  margin: 35px -35px 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.news-list .event-one {
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  padding: 0 35px;
  margin-bottom: 60px;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
}
.blue-site .event-one::before{
  background: #8e979c;
}
.blue-site .event-one-title{
  color: #fff;
}
.blue-site .event-one .read-more{
  background: #fff;
  color: #8e979c;
}
.blue-site .event-one .read-more:hover{
  color: #fff;
}
.blue-site .read-more::before{
  background: #1923a0;
}
.blue-site .date{
  color: #8e979c;
}
.blue-site .date::before{
  background: #8e979c;
}
.blue-site .choice-hall-menu ul li:hover a, .blue-site .choice-hall-menu ul li.current a{
  color: #1923a0;
}
.blue-site .choice-hall-menu ul li:hover::before, .blue-site .choice-hall-menu ul li.current::before{
  color: #1923a0;
}
.blue-site .hidden-date{
  background: rgba(25,35,160,0.6);
}

.choice-hall-menu h6{
  text-transform: none;
  margin-bottom: 10px;
}

/*-------------------------------- page News details ---------------------------------*/
.date-in-details{
  font-size: 20px;
  text-transform: none;
  letter-spacing: 2px;
  padding-left: 0px;
}
.date-in-details::before{
  display: none;
}

/*-------------------------------- page Calendar ---------------------------------*/
.year-btns{
  position: absolute;
  bottom: 0px;
  right: 0px;
  z-index: 1;
}


.year-btns a{
  position: relative;
  display: inline-block;
  width: 80px;
  height: 80px;
  line-height: 68px;
  font-size: 11px;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  letter-spacing: 2.5px;
  background: #8e979c;
  padding: 0 5px;
  margin-left: 50px;
  box-sizing: border-box;
}
.year-btns a::after{
  content: '';
  position: absolute;
  top: 50%;
  left: 5px;
  right: 5px;
  background: url('../images/long_arrow_white.png') no-repeat;
  background-size: contain;
  height: 21px;
  z-index: 1;
}
.year-btns a:hover{
  background: #1923a0;
}



.calendar-year{
  display: block;
  font-size: 124px;
  letter-spacing: 15px;
  line-height: 130px;
}

.organizer{
  position: absolute;
  bottom: 20px;
  right: 0px;
  background: #fff;
}
.organizer > div{
  display: inline-block;
  font-size: 40px;
  padding-left: 55px;
  position: relative;
}
.organizer > div::before{
  content: '';
  position: absolute;
  top: 2px;
  left: 0px;
  width: 39px;
  height: 39px;
  background: #8e979c;
}
.organizer > div.org-blue::before{
  background: #1923a0;
}

.calendar-one{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.cal-flex {
  margin-top: 50px;
  -webkit-flex: 0 0 33.333%;
  -ms-flex: 0 0 33.333%;
  flex: 0 0 33.333%;
  overflow: hidden;
  box-sizing: border-box;
}
.calendar-info{
  border-left: 3px solid #8e979c;
  padding-left: 20px;
  padding-right: 50px;
  height: 100%;
}
.calendar-info .date{
  color: #1923a0;
  font-size: 34px;
  text-transform: none;
  padding-left: 0px;
  margin-bottom: 15px;
  line-height: normal;
  letter-spacing: 2px;
}
.calendar-info .date::before{
  display: none;
}
a.calendar-one-title{
  color: #8e979c;
  font-size: 22px;
  display: block;
  max-width: 220px;
}
.organizer-info{
  padding-top: 66px;
  color: #8e979c;
  font-size: 22px;
}
.cal-image{
  position: relative;
}
.cal-image a{
  display: block;
}
.cal-image a > img:nth-of-type(2){
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  -ms-transition: all .4s ease;
  transition: all .4s ease;
}
.calendar-one:hover .cal-image a > img:nth-of-type(2){
  opacity: 1;
  visibility: visible;
}

/*-------------------------------- page Calendar and Services in one ---------------------------------*/
.calendar-slider-wrap {
  margin: 50px 0px;
  border: 3px solid #8e979c;
  padding: 20px;
  box-sizing: border-box;
}
.calendar-slider .slick-prev{
  background: url('../images/arrow_up_blue.png') center center no-repeat;
  width: 20px;
  height: 25px;
  top: auto;
  margin-top: 0px;
  top: -15px;
  left: auto;
  right: 0px;
}
.calendar-slider .slick-prev::before{
  display: none;
}
.calendar-slider .slick-next{
  background: url('../images/arrow_down_blue.png') center center no-repeat;
  width: 20px;
  height: 25px;
  top: auto;
  margin-top: 0px;
  bottom: -15px;
}
.calendar-slider .slick-next::before{
  display: none;
}
.calendar-slider .cal-flex{
  margin: 15px 0px;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}
.calendar-slider .calendar-info{
  border-left: 2px solid #8e979c;
}
.calendar-slider .calendar-info .date{
  font-size: 24px;
  margin-bottom: 10px;
}
.calendar-slider a.calendar-one-title{
  font-size: 16px;
}
.calendar-slider .special-image{
  width: 145px;
  height: 145px;
}
.calendar-slider .text-wrap{
  font-size: 30px;
  line-height: normal;
  left: 20px;
  width: 250px;
}

/*-------------------------------- page Calendar and Services for visitors ---------------------------------*/
.serv-squares{
  margin-top: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.serv-square-one {
  position: relative;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  border: 3px solid #8e979c;
  background: #fff;
  padding: 10px 30px 3px 20px;
  box-sizing: border-box;
}
.serv-square-one::before{
  content: '';
  position: absolute;
  top: 10px;
  right: 10px;
  background: url('../images/arrow_down_blue.png') no-repeat;
  background-size: contain;
  width: 18px;
  height: 12px;
  z-index: 1;
}
.serv-square-one h6{
  margin-bottom: 10px;
}
.serv-square-one ul{
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
.serv-square-one ul li {
  display: block;
  position: relative;
  padding-left: 12px;
  margin-bottom: 7px;
  text-transform: uppercase;
  font-size: 14px;
  color: #8e979c;
  letter-spacing: 1px;
}
.serv-square-one ul li::before {
  content: '\f45c';
  font-family: 'Font Awesome 5 Pro';
  font-size: 6px;
  position: absolute;
  color: #8e979c;
  top: 5px;
  left: 0px;
  font-weight: bold;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  -ms-transition: all .3s ease;
  transition: all .3s ease;
}
.serv-square-one ul li a{
  color: #8e979c;
}
.serv-square-one ul li:hover::before, .serv-square-one ul li.current::before,
.serv-square-one ul li:hover a, .serv-square-one ul li.current a {
  color: #1923a0;
}

.serv-last{
  border: 3px solid #1923a0;
  padding: 10px 0px 3px 0px !important;
}
.serv-last h6{
  padding: 0 30px 0px 20px;
}

/*------------------------------------------- page Outside plan map --------------------------------------------*/
.content-custom{
  overflow: visible;
}
.iec-map-wrap{
  position: relative;
  background: url("../images/iec-location2.png") no-repeat top left;
  background-size: contain;
  margin-top: 40px;
  -webkit-box-shadow: inset 0px 0px 0px 3px rgba(25,35,160,1);
  -moz-box-shadow: inset 0px 0px 0px 3px rgba(25,35,160,1);
  box-shadow: inset 0px 0px 0px 3px rgba(25,35,160,1);
}
.onmap, .onmap-hover {
  fill: #a6ce39;
  fill-opacity: 0.8;
  stroke: #a6ce39;
  stroke-width: 2;
}
.iec-map-wrap .hall-item{
  position: absolute;
  display: none;
  z-index: 5;
  max-width: none;
  width: 250px;
  padding: 10px 0 0;
  float: none;
  margin: 0px;
  background: #fff;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
  box-shadow: 0 5px 10px rgba(0,0,0,0.2);
}
.iec-map-wrap .hall-item h5{
  color: #a6ce39;
  border-left: 3px solid #a6ce39;
  font-size: 16px;
  letter-spacing: 2px;
}
.iec-map-wrap .hall-item figure a:hover{
  opacity: 1;
}
.iec-map-wrap .capacity-menu{
  padding: 0px;
  text-align: center;
}
.iec-map-wrap .capacity-menu > a{
  display: block;
  color: #fff;
  padding: 10px;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
  font-weight: bold;
}
.iec-map-wrap .capacity-menu > a:hover{
  background: #a6ce39;
}

.my-mask{
  position: fixed;
  display: none;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  background: rgba(255,255,255,0.6);
}

/*-------------------------------- page Plan Your Event ---------------------------------*/
.plan-form{
  padding-top: 40px;
}
.form-row{
  position: relative;
  background: #8e979c;
  padding: 18px 40px;
  margin-bottom: 50px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.form-flex{
  -webkit-flex: 0 0 28%;
  -ms-flex: 0 0 28%;
  flex: 0 0 28%;
}
.flex-btn {
  -webkit-flex: 0 0 60px;
  -ms-flex: 0 0 60px;
  flex: 0 0 60px;
}
.ff-1{
  -webkit-flex: 0 0 69%;
  -ms-flex: 0 0 69%;
  flex: 0 0 69%;
}
.ff-2{
  -webkit-flex: 0 0 59%;
  -ms-flex: 0 0 59%;
  flex: 0 0 59%;
}
.ff-3{
  -webkit-flex: 0 0 38%;
  -ms-flex: 0 0 38%;
  flex: 0 0 38%;
}
.ff-4{
  -webkit-flex: 0 0 48.5%;
  -ms-flex: 0 0 48.5%;
  flex: 0 0 48.5%;
}
.ff-5{
  -webkit-flex: 0 0 48.5%;
  -ms-flex: 0 0 48.5%;
  flex: 0 0 59%;
}
.form-input{
  border: none;
  padding: 0 20px;
  width: 100%;
  height: 75px;
  color: #8e979c;
  background: #fff;
  font-family: 'Uni Sans', 'Open Sans', Arial, Helvetica, sans-serif;
  font-size: 21px;
  letter-spacing: 2px;
  font-weight: bold;
  outline: none;
  box-sizing: border-box;
}
.ugly-label{
  position: relative;
  display: block;
  border: none;
  padding: 7px 40px 0px;
  width: 100%;
  height: 75px;
  color: #8e979c;
  background: #fff;
  font-family: 'Uni Sans', 'Open Sans', Arial, Helvetica, sans-serif;
  font-size: 28px;
  line-height: 32px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: bold;
  outline: none;
  box-sizing: border-box;
}
.ugly-label:before {
  position: absolute;
  content: "";
  width: 3px;
  height: 55px;
  background: #8e979c;
  top: 10px;
  left: 20px;
}
.ugly-label:after {
  position: absolute;
  content: "";
  background: url(../images/arrow_right_grey.png) no-repeat;
  width: 13px;
  height: 17px;
  right: 12px;
  top: 10px;
}
.form-flex-content{
  -webkit-flex: 0 0 69%;
  -ms-flex: 0 0 69%;
  flex: 0 0 69%;
  margin-bottom: -10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.form-flex-content .ugly-label{
  height: 32px;
  color: #a6ce39;
  font-size: 21px;
  text-transform: none;
  padding: 4px 33px 0px;
  margin-bottom: 10px;
  line-height: normal;
}
.form-flex-content .ugly-label::after{
  display: none;
}
.form-flex-content .ugly-label::before{
  top: 6px;
  background: #a6ce39;
  height: 20px;
}
.form-flex-content .form-input{
  height: 32px;
  margin-bottom: 10px;
  background: #fff url('../images/calendar_icon.png') no-repeat right center;
  padding-right: 45px;
}
.special-checkbox{
  position: absolute;
  right: 0px;
  bottom: -30px;
  margin-bottom: 0px;
}
.ff-white{
  background: #fff;
  margin-bottom: 0px;
  padding: 10px 0px;
}
.ff-white .checkbox-custom, .ff-white .radio-custom{
  float: left;
  width: 33.333%;
  padding: 5px 0px 5px 50px;
  margin: 0px;
  box-sizing: border-box;
}
.plan-form .checkbox-custom label, .plan-form .radio-custom label{
  color: #8e979c;
  text-transform: none;
  font-size: 18px;
}
.plan-form .checkbox-custom input[type=checkbox]+label:before{
  border: 3px solid #8e979c;
}
.plan-form .checkbox-custom input[type=checkbox]:checked+label:before{
  background: #8e979c;
}
.filter-btn.fileUpload {
  position: relative;
  overflow: hidden;
  padding: 12px 7px;
  font-size: 14px;
  letter-spacing: 1px;
  width: 75px;
  height: 75px;
  cursor: pointer;
}
.filter-btn.fileUpload > span{
  display: inline-block;
  position: relative;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.fileUpload input.upload {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
  height:75px;
}

.field-other-type .ugly-label {
  height: 32px;
  padding: 4px 33px 0px;
  margin-bottom: 10px;
  line-height: 26px;
}
.field-other-type .ugly-label::before {
  top: 6px;
  height: 20px;
}
.field-other-type .ugly-label:after{
  top: 7px;
}
.field-other-type .form-input {
  height: 32px;
  margin-bottom: 10px;
}
.send-btn {
  float: right;
  display: inline-block;
  position: relative;
  width: 116px;
  height: 116px;
  background: #a6ce39;
  color: #fff;
  text-transform: uppercase;
  font-size: 32px;
  letter-spacing: 3px;
  text-align: center;
  font-weight: bold;
  padding: 12px 10px;
  z-index: 1;
  box-sizing: border-box;
}
.send-btn > span{
  display: inline-block;
  position: relative;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.send-btn::before {
  width: 100%;
  height: 0;
  content: '';
  background: #6c7478;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  -webkit-transition: all 350ms;
  -o-transition: all 350ms;
  transition: all 350ms;
  box-sizing: border-box;
}
.send-btn:hover::before {
  height: 100%;
}



/*/*media queries----------------------------------------------------------*/

@media only screen and (max-width: 1700px) {
  
}

@media only screen and (max-width: 1580px) {
  

}

@media only screen and (max-width: 1440px) {
  

}

@media only screen and (max-width: 1366px) {
  

}

@media only screen and (max-width: 1210px) {
  .wrapper{max-width: 980px;}
  .plan-icon img{max-width: 80px;}
  .plan-icon, .fade .slick-dots{width: 980px; margin-left: -490px;}
  .partners .footer-title, .some-logos .footer-title{min-width: 180px;}
  .partners-slider, .logos-slider{width: calc(100% - 180px);}
  .tabs-menu li{float: none; width: auto; margin-bottom: 30px;}
  .partners-slider .slick-next{left: -105px;}
  .logos-slider .slick-next{left: -45px;}
  .hall-item{padding: 0 20px; width: 33.333%;}
  .halls-list{margin: 0 -20px;}
  .select-selected{font-size: 17px; padding: 20px 40px 0px 20px; height: 65px;}
  .select-selected:before{left: 10px; top: 13px;}
  .filter-btn{font-size: 13px; font-weight: bold; line-height: 15px; width: 65px; height: 65px; padding: 10px; letter-spacing: 1px;}
  .filter-btn i{font-size: 44px;}
  .filter-flex {-webkit-flex: 0 0 29%;-ms-flex: 0 0 29%;flex: 0 0 29%;}
  .custom-select{height: 65px;}
  .select-items div{padding: 2px 20px;}
  .floor-shape{height: 137px;}
  .floor-text > a > span{font-size: 90px;}
  .floor-text > a > span sup{font-size: 30px; top: -12px;}
  .choosen-floor > a > span, .table-floor-wrap-bottom .floor-text > a > span{font-size: 26px;}
  .table-floor-wrap-bottom .floor-halls-info > a > span{font-size: 90px;}
  .placement-hall strong{font-size: 48px;}
  .placement-hall span{top: 28px;}
  .placement-hall{width: 107px; padding: 5px 8px;}
  .pl-5, .pl-1{left: 150px;}
  .pl-10{left: 212px; width: 32px;}
  .pl-2{left: 180px;}
  .pl-3{left: 291px;}
  .pl-11{width: 64px; left: 261px;}
  .pl-4{left: 329px;}
  .simple-gallery-img{margin: 0 20px;}
  .gallery-slider, .c-slider{margin: 0 -20px;}
  .c-slider{margin: 0 -20px 40px;}
  .c-gallery-img{margin: 0 20px;}
  .c-slider::before, .c-slider::after, .gallery-slider::before, .gallery-slider::after{width: 20px;}
  .logo-menu li{float: none; width: auto; padding-right: 0px;}
  .event-one{padding: 0 20px;}
  .events-list{margin-left: -20px; margin-right: -20px;}
  .event-one::before{left: 20px; right: 20px;}
  .obj{padding: 45px;}
  .gallery-wrap{margin: 0 -45px;}
  .contact-form-left{padding-right: 25px;}
  .contact-form-right{padding-right: 65px;}
  .six-reasons .float-r{padding-top: 92px;}
  .ugly-label{font-size: 22px; line-height: normal; padding: 13px 30px 0px;}
  .ugly-label:before{left: 15px;}
  .ff-white .checkbox-custom, .ff-white .radio-custom{padding-left: 30px;}
  .ff-5 {-webkit-flex: 0 0 58%;-ms-flex: 0 0 58%;flex: 0 0 58%;}

  /* blue site */
  .blue-site .cube-wrap{width: 274px; height: 274px;}
  .blue-site .cube{width: 274px; height: 274px; -webkit-transform-origin: 137px 137px 0; -moz-transform-origin: 137px 137px 0; -ms-transform-origin: 137px 137px 0; transform-origin: 137px 137px 0;}
  .blue-site .cube > div {width: 274px; height: 274px;}
  .blue-site .front {-webkit-transform: translateZ(137px);-moz-transform: translateZ(137px);-ms-transform: translateZ(137px);transform: translateZ(137px);}
  .blue-site .back {-webkit-transform: translateZ(-137px) rotateX(180deg);-moz-transform: translateZ(-137px) rotateX(180deg);-ms-transform: translateZ(-137px) rotateX(180deg);transform: translateZ(-137px) rotateX(180deg);}
  .blue-site .top {-webkit-transform: rotateX(-270deg) translateY(-137px);-moz-transform: rotateX(-270deg) translateY(-137px);-ms-transform: rotateX(-270deg) translateY(-137px);transform: rotateX(-270deg) translateY(-137px);}
  .blue-site .bottom {-webkit-transform: rotateX(-90deg) translateY(137px);-moz-transform: rotateX(-90deg) translateY(137px);-ms-transform: rotateX(-90deg) translateY(137px);transform: rotateX(-90deg) translateY(137px);}
  .blue-site .left {-webkit-transform: rotateY(270deg) translateX(-137px);-moz-transform: rotateY(270deg) translateX(-137px);-ms-transform: rotateY(270deg) translateX(-137px);transform: rotateY(270deg) translateX(-137px);}
  .blue-site .right {-webkit-transform: rotateY(-270deg) translateX(137px);-moz-transform: rotateY(-270deg) translateX(137px);-ms-transform: rotateY(-270deg) translateX(137px);transform: rotateY(-270deg) translateX(137px);}
  .blue-site .cube-text{padding: 95px 40px 0px;}
  .transp-squares{width: 980px; margin-left: -490px;}
  .blue-site #menu > ul > li{margin-left: 0px;}
  .blue-site #menu ul li a{letter-spacing: 3px; padding: 11px 13px;}
  .b-item figcaption{font-size: 28px;}
  .blue-site .tab .green-square-links{width: auto;}
  .two-column-text{-webkit-column-gap: 100px; -moz-column-gap: 100px; column-gap: 100px;}
  .news-list .event-one{padding: 0 20px;}
  .news-list{margin: 35px -20px 0px;}
  .history-one-year:nth-child(2n){margin-left: 0px; margin-top: 0px; padding: 15px 40px 70px 10px;}
  .history-one-year .text{height: auto;}
  .history-one-year{margin-left: 0px; width: 20%; float: none; display: inline-table; margin-right: -4px; vertical-align: top; margin-bottom: 40px;}
  .history-one-year:nth-child(2n)::before{top: 0px; bottom: auto;}
  .history-one-year:nth-child(2n) .year{bottom: 0px; top: auto;}
  .history-wrap::after{display: none;}
  .calendar-slider .calendar-info .date{font-size: 20px;}
  .serv-square-one{padding: 10px 15px 3px 15px;}
  .serv-last h6{padding: 0px 30px 3px 15px;}
}

@media only screen and (max-width: 1020px) {
  .wrapper{max-width: 870px;}
  .plan-icon, .fade .slick-dots{width: 870px; margin-left: -435px;}
  .rotated-cubs{top: 54%;}
  .fade .slick-dots{bottom: 10px;}
  .plan-icon{top: 55px;}
  .search-wrap{width: 490px;}
  .other-menu ul li a{font-size: 14px; letter-spacing: 3px;}
  #menu ul li a{font-size: 14px; letter-spacing: 3px;}
  .about-us{padding: 80px 0px;}
  h1, h2{font-size: 38px; letter-spacing: 6px;}
  h3{font-size: 32px; letter-spacing: 6px;}
  .read-more{font-size: 14px; padding-top: 14px;}
  .what-we-do .float-l{padding-right: 30px;}
  .float-r{padding-left: 60px;}
  .page-top{width: 84px; height: 84px; line-height: 84px; font-size: 48px;}
  .slick-dots li button{width: 20px !important; height: 20px !important;}
  .filter{padding: 18px;}
  .content{padding: 50px 0px;}
  .green-square-links{float: none; width: auto; position: relative; bottom: auto; left: auto; margin-bottom: 30px;}
  .green-square-links a{margin-bottom: 10px;}
  .choice-hall-menu{float: none;}
  .floor-shape{padding: 0 10px; margin-bottom: 20px;}
  .table-floor-left > div{margin-right: -13px; margin-left: -10px; margin-bottom: -20px;}
  .choosen-floor{padding: 0 0 0 13px; margin-bottom: 17px;}
  .table-floor-wrap, .table-floor-wrap-bottom{margin-bottom: 20px;}
  .placement{left: -23px;}
  .t-wrap .choice-hall-menu{float: right;}
  .huge-title{height: 320px; font-size: 78px; padding-left: 54px;}
  .huge-title::before{width: 320px;}
  .features-icon-one figcaption strong{font-size: 20px;}
  .c-text-right{font-size: 20px;}
  .congress-center-img{float: none; width: auto; margin-bottom: 40px;}
  .for-contact{float: none; width: auto; margin: 50px 0;}
  .for-contact .team-one-contacts li{font-size: 15px; padding-left: 22px;}
  .description .float-r{padding-left: 0px;}
  .anothet-page-styles{padding-top: 55px;}
  .incoming-wrap{float: none; width: auto; padding-right: 0px;}
  .past-wrap{float:  none; width: auto; padding-left: 0px;}
  .event-one{-webkit-flex: 0 0 33.333%; -ms-flex: 0 0 33.333%; flex: 0 0 33.333%;}
  .main-image-event{margin-bottom: 45px;}
  .contact-btn{position: relative; right: auto; bottom: auto;}
  .contact-btn::before{left: 0px;}
  .contact-form-right{padding-right: 0px;}
  .contact-form{margin-bottom: 78px;}
  .six-reasons .float-r{padding-top: 86px;}
  .form-row{padding: 18px;}
  .plan-form .checkbox-custom label, .plan-form .radio-custom label{font-size: 16px;}
  .ff-white .checkbox-custom, .ff-white .radio-custom{padding-left: 15px;}
  .ff-5 {-webkit-flex: 0 0 57%;-ms-flex: 0 0 57%;flex: 0 0 57%;}

  /* blue site */
  .transp-squares{width: 870px; margin-left: -435px;}
  .transp-one > span{height: 30px;}
  .blue-site .cube-wrap{width: 236px; height: 236px;}
  .blue-site .cube{width: 236px; height: 236px; -webkit-transform-origin: 118px 118px 0; -moz-transform-origin: 118px 118px 0; -ms-transform-origin: 118px 118px 0; transform-origin: 118px 118px 0;}
  .blue-site .cube > div {width: 236px; height: 236px;}
  .blue-site .front {-webkit-transform: translateZ(118px);-moz-transform: translateZ(118px);-ms-transform: translateZ(118px);transform: translateZ(118px);}
  .blue-site .back {-webkit-transform: translateZ(-118px) rotateX(180deg);-moz-transform: translateZ(-118px) rotateX(180deg);-ms-transform: translateZ(-118px) rotateX(180deg);transform: translateZ(-118px) rotateX(180deg);}
  .blue-site .top {-webkit-transform: rotateX(-270deg) translateY(-118px);-moz-transform: rotateX(-270deg) translateY(-118px);-ms-transform: rotateX(-270deg) translateY(-118px);transform: rotateX(-270deg) translateY(-118px);}
  .blue-site .bottom {-webkit-transform: rotateX(-90deg) translateY(118px);-moz-transform: rotateX(-90deg) translateY(118px);-ms-transform: rotateX(-90deg) translateY(118px);transform: rotateX(-90deg) translateY(118px);}
  .blue-site .left {-webkit-transform: rotateY(270deg) translateX(-118px);-moz-transform: rotateY(270deg) translateX(-118px);-ms-transform: rotateY(270deg) translateX(-118px);transform: rotateY(270deg) translateX(-118px);}
  .blue-site .right {-webkit-transform: rotateY(-270deg) translateX(118px);-moz-transform: rotateY(-270deg) translateX(118px);-ms-transform: rotateY(-270deg) translateX(118px);transform: rotateY(-270deg) translateX(118px);}
  .blue-site .cube-text{padding: 80px 18px 0px;}
  .blue-site #menu ul li a{letter-spacing: 2px;}
  .b-item::before{height: 30px;}
  .b-item{padding-top: 30px;}
  .more-bans{margin-top: -30px;}
  .what-we-offer{margin-bottom: 80px;}
  .some-contacts{float: none; width: auto;}
  .news-list .event-one{-webkit-flex: 0 0 33.333%; -ms-flex: 0 0 33.333%; flex: 0 0 33.333%;}
  .calendar-info{padding-right: 20px;}
  a.calendar-one-title{font-size: 18px;}
  .organizer-info{font-size: 18px;}
  .calendar-info .date{font-size: 30px;}
  .serv-square-one{padding: 10px 30px 3px 20px;-webkit-flex: 0 0 100%; -ms-flex: 0 0 100%; flex: 0 0 100%;}
  .serv-last h6{padding: 0 30px 0px 20px;}
}

@media only screen and (max-width: 980px) {
  .history-wrap{margin-top: 50px;}
}

@media only screen and (max-width: 900px) {
  .wrapper{padding: 0 20px;}
  .plan-icon{display: none;}
  .rotated-cubs{top: 50%;}
  .customer-text{font-size: 18px;}
  .partners{width: auto;}
  .some-logos{float: none; width: auto;}
  .follow-us{float: none;}
  .follow-us .footer-title{min-width: 195px; position: relative;}
  .footer-title img{position: absolute; top: 21px; left: 95px;}
  .flex-item{-webkit-flex: 0 0 33.333%; -ms-flex: 0 0 33.333%; flex: 0 0 33.333%;}
  .footer-flex{-webkit-justify-content: flex-start; -ms-flex-pack: flex-start; justify-content: flex-start;}
  .fade .slick-dots{margin-left: 0px; width: 100%; left: 0px; text-align: center;}
  .select-selected{padding: 15px 30px 0px 20px;}
  .placement{left: -35px;}
  .description .float-l{float: none; width: auto; padding-right: 0px; margin-bottom: 60px;}
  .description .float-r{float: none; width: auto; margin-bottom: 70px;}
  .only-green-squares .green-square-links a:nth-of-type(2n){margin-right: 70px;}

  /* blue site */
  .blue-site .cube-wrap{width: 220px; height: 220px;}
  .blue-site .cube{width: 220px; height: 220px; -webkit-transform-origin: 110px 110px 0; -moz-transform-origin: 110px 110px 0; -ms-transform-origin: 110px 110px 0; transform-origin: 110px 110px 0;}
  .blue-site .cube > div {width: 220px; height: 220px;}
  .blue-site .front {-webkit-transform: translateZ(110px);-moz-transform: translateZ(110px);-ms-transform: translateZ(110px);transform: translateZ(110px);}
  .blue-site .back {-webkit-transform: translateZ(-110px) rotateX(180deg);-moz-transform: translateZ(-110px) rotateX(180deg);-ms-transform: translateZ(-110px) rotateX(180deg);transform: translateZ(-110px) rotateX(180deg);}
  .blue-site .top {-webkit-transform: rotateX(-270deg) translateY(-110px);-moz-transform: rotateX(-270deg) translateY(-110px);-ms-transform: rotateX(-270deg) translateY(-110px);transform: rotateX(-270deg) translateY(-110px);}
  .blue-site .bottom {-webkit-transform: rotateX(-90deg) translateY(110px);-moz-transform: rotateX(-90deg) translateY(110px);-ms-transform: rotateX(-90deg) translateY(110px);transform: rotateX(-90deg) translateY(110px);}
  .blue-site .left {-webkit-transform: rotateY(270deg) translateX(-110px);-moz-transform: rotateY(270deg) translateX(-110px);-ms-transform: rotateY(270deg) translateX(-110px);transform: rotateY(270deg) translateX(-110px);}
  .blue-site .right {-webkit-transform: rotateY(-270deg) translateX(110px);-moz-transform: rotateY(-270deg) translateX(110px);-ms-transform: rotateY(-270deg) translateX(110px);transform: rotateY(-270deg) translateX(110px);}
  .blue-site .cube-text{padding: 70px 18px 0px;}
  .transp-squares{display: none;}
  .more-bans{margin-top: 80px;}
  .b-item{padding-top: 0px; margin: 0 20px;}
  .b-item::before{display: none;}
  .more-bans-slider{margin: 0 -20px;}
  .b-item figcaption{font-size: 24px;}
  .calendar-year{font-size: 96px; line-height: 82px;}
  .history-one-year{width: 25%;}
  .calendar-slider .calendar-info .date{font-size: 18px;}
  .calendar-slider .cal-flex{-webkit-flex: 0 0 55%; -ms-flex: 0 0 55%; flex: 0 0 55%;}
  .calendar-slider .cal-flex:first-child{-webkit-flex: 0 0 45%; -ms-flex: 0 0 45%; flex: 0 0 45%;}
  .calendar-slider .calendar-info{padding-right: 0px; padding-left: 15px;}
}

@media only screen and (max-width: 860px) {
  .menu-wrap{display: none;}
  #menu{display: none;}
  header .responsive-menu-btn{display: block;}
  .other-menu{display: none;}
  .search-form{margin-right: 10px;}
  .logo{margin: 10px 0px;}
  .logo > img{max-width: 150px;}
  .header-right{padding-top: 23px;}
  .rotated-cubs{-moz-transform: translateY(-50%);-ms-transform: translateY(-50%);-o-transform: translateY(-50%);-webkit-transform: translateY(-50%);transform: translateY(-50%);}
  .search-wrap{width: 370px;}
  .t-wrap{display: block; margin-right: 0px; width: auto; min-height: 450px;}
  .table-floor-left > div{margin: 0 -10px;}
  .placement{left: auto;}
  .table-floor-left{min-height: inherit;}
  .t-wrap .choice-hall-menu{float: none;}
  .huge-title{height: 230px; font-size: 52px; letter-spacing: 12px;}
  .huge-title::before{width: 230px;}
  .main-image-event .huge-title{font-size: 46px; letter-spacing: 6px;}
  .fl-c, .fr-c{float: none; width: auto; padding: 0px;}
  .contact-form{float: none; max-width: none; margin-bottom: 60px;}
  .iec-location{margin-bottom: 60px; margin-left: 0px;}
  .form-flex{-webkit-flex: 0 0 33%; -ms-flex: 0 0 33%; flex: 0 0 33%;}
  .ff-1, .form-flex-content{-webkit-flex: 0 0 64%; -ms-flex: 0 0 64%; flex: 0 0 64%;}
  .ff-2{-webkit-flex: 0 0 59%; -ms-flex: 0 0 59%; flex: 0 0 59%;}
  .ff-3{-webkit-flex: 0 0 38%; -ms-flex: 0 0 38%; flex: 0 0 38%;}
  .ff-4{-webkit-flex: 0 0 48%; -ms-flex: 0 0 48%; flex: 0 0 48%;}
  .ff-5{-webkit-flex: 0 0 51%; -ms-flex: 0 0 51%; flex: 0 0 51%;}
  .ff-white .checkbox-custom, .ff-white .radio-custom{width: 50%;}

  /* blue site */
  .two-column-text{-webkit-column-gap: 50px; -moz-column-gap: 50px; column-gap: 50px;}
  .calendar-info .date{font-size: 25px;}
  .history-one-year{padding-right: 30px !important;}
}

@media only screen and (max-width: 760px) {
  .float-l{float: none; width: auto;}
  .float-r{float: none; width: auto; padding: 0px; margin-top: 15px;}
  .what-we-do .float-l{padding-right: 0px;}
  .tabs-menu li{float:  left; width: 50%;}
  .cube-wrap, .blue-site .cube-wrap{width: 154px; height: 154px;}
  .cube, .blue-site .cube{width: 154px; height: 154px; -webkit-transform-origin: 77px 77px 0; -moz-transform-origin: 77px 77px 0; -ms-transform-origin: 77px 77px 0; transform-origin: 77px 77px 0;}
  .cube > div, .blue-site .cube > div {width: 154px; height: 154px;}
  .front, .blue-site .front {-webkit-transform: translateZ(77px);-moz-transform: translateZ(77px);-ms-transform: translateZ(77px);transform: translateZ(77px);}
  .back, .blue-site .back {-webkit-transform: translateZ(-77px) rotateX(180deg);-moz-transform: translateZ(-77px) rotateX(180deg);-ms-transform: translateZ(-77px) rotateX(180deg);transform: translateZ(-77px) rotateX(180deg);}
  .top, .blue-site .top {-webkit-transform: rotateX(-270deg) translateY(-77px);-moz-transform: rotateX(-270deg) translateY(-77px);-ms-transform: rotateX(-270deg) translateY(-77px);transform: rotateX(-270deg) translateY(-77px);}
  .bottom, .blue-site .bottom {-webkit-transform: rotateX(-90deg) translateY(77px);-moz-transform: rotateX(-90deg) translateY(77px);-ms-transform: rotateX(-90deg) translateY(77px);transform: rotateX(-90deg) translateY(77px);}
  .left, .blue-site .left {-webkit-transform: rotateY(270deg) translateX(-77px);-moz-transform: rotateY(270deg) translateX(-77px);-ms-transform: rotateY(270deg) translateX(-77px);transform: rotateY(270deg) translateX(-77px);}
  .right, .blue-site .right {-webkit-transform: rotateY(-270deg) translateX(77px);-moz-transform: rotateY(-270deg) translateX(77px);-ms-transform: rotateY(-270deg) translateX(77px);transform: rotateY(-270deg) translateX(77px);}
  .cube-text, .blue-site .cube-text{padding: 40px 12px 0px;}
  .cube-text h5{font-size: 18px; letter-spacing: 3px; line-height: 20px;}
  .box-arrow{bottom: 12px;}
  .back .cube-text{padding: 12px;}
  .cube-text .styled-select select{font-size: 14px; padding: 0 7px;}
  .cube-list li{font-size: 12px; padding-left: 15px; line-height: 18px;}
  .cube-list li::before{width: 8px; height: 8px; top: 5px;}
  .filter{padding: 12px;}
  .filter-flex {-webkit-flex: 0 0 28%;-ms-flex: 0 0 28%;flex: 0 0 28%;}
  .hall-item{width: 50%;}
  .only-green-squares .green-square-links a:nth-of-type(2n){margin-right: 240px;}
  .logo-menu li{float: left; width: 50%; padding-right: 30px;}
  .event-one{-webkit-flex: 0 0 50%; -ms-flex: 0 0 50%; flex: 0 0 50%;}
  .obj{padding: 20px;}
  .gallery-wrap{margin: 0 -20px;}
  .team-one{padding: 0 20px;}
  .team-list-wrap{margin: 50px -20px 0px;}
  .six-reasons .float-r{padding-top: 0px;}
  .congress-center-img > div::after{display: none;}
  .form-row{padding: 12px; margin-bottom: 40px;}
  .special-checkbox{bottom: -25px;}

  /* blue site */
  .p-style{margin-top: 20px;}
  .two-column-text{-webkit-column-gap: 0px; -moz-column-gap: 0px; column-gap: 0px; -webkit-column-count: 1; -moz-column-count: 1; column-count: 1;}
  .half-line-title:after{width: 100%;}
  .news-list .event-one{-webkit-flex: 0 0 50%; -ms-flex: 0 0 50%; flex: 0 0 50%;}
  .cal-flex{-webkit-flex: 0 0 50%; -ms-flex: 0 0 50%; flex: 0 0 50%; overflow: visible;}
  .calendar-one{-webkit-justify-content: flex-end;-ms-flex-pack: flex-end;justify-content: flex-end;}
  .organizer-info{padding-top: 0px; padding-left: 23px; margin-top: -80px;}
  .year-btns{bottom: 4px;}
  .year-btns a{margin-left: 15px;}
  .organizer > div{font-size: 34px;}
  .calendar-slider .cal-flex{-webkit-flex: 0 0 50%; -ms-flex: 0 0 50%; flex: 0 0 50%;}
  .calendar-slider .cal-flex:first-child{-webkit-flex: 0 0 50%; -ms-flex: 0 0 50%; flex: 0 0 50%;}
  .serv-square-one{-webkit-flex: 0 0 50%; -ms-flex: 0 0 50%; flex: 0 0 50%;}
  .serv-squares{margin-bottom: 60px;}
}

@media only screen and (max-width: 700px) {
  .flex-item{-webkit-flex: 0 0 100%; -ms-flex: 0 0 100%; flex: 0 0 100%; margin-top: 0px;}
  .foot-content{height: 0px;}
  .foot-content-inner{padding: 0 10px 20px;}
  .footer-contacts{width: auto;}
  .footer-top{margin-bottom: 30px;}
  footer{padding: 65px 0px 35px;}
  .search-wrap{right: 0px; top: 61px;}
  .six-reasons{padding-bottom: 70px;}
  .testimonials{padding: 35px 10px;}
  .testimonials-slider .slick-next{bottom: -25px;}
  .testimonials-slider .slick-prev{top: -25px;}
  h1, h2{font-size: 36px;}
  .home-page-btn img{margin-right: 10px;}
  .green-square-links a{margin-right: 25px;}
  .form-flex, .form-flex-content{-webkit-flex: 0 0 100%; -ms-flex: 0 0 100%; flex: 0 0 100%; margin: 5px 0px;}
  .ugly-label:after{background: url(../images/arrow_down_grey.png) no-repeat; width: 17px; height: 13px;}
  .form-flex-content .ugly-label, .form-flex-content .form-input{margin-bottom: 0px;}
  .ff-5{-webkit-flex: 0 0 84%; -ms-flex: 0 0 84%; flex: 0 0 84%;}
  .filter-btn.fileUpload{margin: 5px 0px;}
  /*
  .ff-1, .form-flex-content{-webkit-flex: 0 0 64%; -ms-flex: 0 0 64%; flex: 0 0 64%;}
  .ff-2{-webkit-flex: 0 0 59%; -ms-flex: 0 0 59%; flex: 0 0 59%;}
  .ff-3{-webkit-flex: 0 0 38%; -ms-flex: 0 0 38%; flex: 0 0 38%;}
  .ff-4{-webkit-flex: 0 0 48%; -ms-flex: 0 0 48%; flex: 0 0 48%;}
  
  .ff-white .checkbox-custom, .ff-white .radio-custom{width: 50%;}*/

  /* blue site */
  .history-one-year{width: 33.333%;}
}

@media only screen and (max-width: 640px) {
  .about-us{padding: 70px 0px;}
  .partners .footer-title, .some-logos .footer-title{min-width: 150px;}
  .partners-slider, .logos-slider{width: calc(100% - 150px);}
  .partners-slider .slick-next{left: -70px;}
  .logos-slider .slick-next{left: -18px;}
  .follow-us .footer-title{min-width: 170px;}
  .b-item{margin: 0 10px;}
  .more-bans-slider{margin: 0 -10px; padding-bottom: 95px;}
  .more-bans{margin-top: 40px;}
  .more-bans-slider .slick-next{background-size: auto 60px; width: 126px; height: 60px; margin-right: -63px;}
  .filter-flex {-webkit-flex: 0 0 48%;-ms-flex: 0 0 48%;flex: 0 0 48%; margin: 5px 0px;}
  .flex-btn{margin: 5px 0px;}
  .filter{padding: 7px 12px;}
  .simple-image{margin-bottom: 25px;}
  .only-green-squares .green-square-links a:nth-of-type(2n){margin-right: 200px;}
  .main-image-event .huge-title{font-size: 40px;}
  .form-row{padding: 7px 12px;}
  .ff-5{-webkit-flex: 0 0 82%; -ms-flex: 0 0 82%; flex: 0 0 82%;}
  .filter-btn.fileUpload{margin: 0px;}
  .form-flex-content .ugly-label{font-size: 18px;}

  /* blue site */
  .small-video{margin: 60px 0px;}
  .small-video {float: none;clear: both;width: 100%;position: relative;padding-bottom: 51%;height: 0;border: 1px solid #ccc; margin: 60px 0px;}
  .small-video iframe {position: absolute;top: 0;left: 0;width: 100%;height: 100%;border: 0;}
  .organizer-info{margin-top: 0px;}
  .cal-flex{-webkit-flex: 0 0 100%; -ms-flex: 0 0 100%; flex: 0 0 100%; margin-top: 20px;}
  .calendar-one{margin-bottom: 30px;}
  .organizer{position: relative; bottom: auto; right: auto; margin-top: 25px;}
}

@media only screen and (max-width: 550px) {
  .rotated-cubs{display: none;}
  .search-form{margin-right: 0px;}
  header .responsive-menu-btn{margin-right: 10px;}
  h3{letter-spacing: 4px; font-size: 30px;}
  h4 {font-size: 26px;letter-spacing: 4px;}
  h5 {font-size: 20px;letter-spacing: 3px;}
  .hall-item{padding: 0 13px;}
  .halls-list{margin: 0 -13px;}
  .filter{margin-bottom: 50px;}
  .green-square-links a{margin-right: 65px;}
  .simple-gallery-img{margin: 0 12px;}
  .gallery-slider{margin: 0 -12px;}
  .c-slider{margin: 0 -12px 30px;}
  .c-gallery-img{margin: 0 12px;}
  .c-slider::before, .c-slider::after, .gallery-slider::before, .gallery-slider::after{width: 12px;}
  .simple-gallery{margin-bottom: 40px;}
  .only-green-squares .green-square-links a:nth-of-type(2n){margin-right: 125px;}
  .event-one{padding: 0 12px; margin-bottom: 45px;}
  .events-list{margin-left: -12px; margin-right: -12px;}
  .event-one::before{left: 12px; right: 12px;}
  .team-one{float: none; width: auto; padding: 0px;}
  .team-list-wrap{margin: 50px 0 0;}
  .iec-map-wrap .hall-item{width: 170px;}
  .iec-map-wrap .hall-item h5{font-size: 12px; letter-spacing: 1px;}
  .ff-5{-webkit-flex: 0 0 80%; -ms-flex: 0 0 80%; flex: 0 0 80%;}

  /* blue site */
  .news-list .event-one{padding: 0 12px;}
  .news-list{margin: 35px -12px 0px;}
  .history-one-year{padding-bottom: 45px !important;}
}

@media only screen and (max-width: 500px) {
  .logo > img{max-width: 110px;}
  .home-page-btn img{max-width: 50px;}
  .home-page-btn{height: 50px; margin-top: -25px;}
  .header-right{padding-top: 15px;}
  .search-wrap{top: 52px;}
  h1, h2{font-size: 30px; letter-spacing: 5px;}
  h3{font-size: 28px;}
  .tabs-menu li a{font-size: 15px;}
  .partners .footer-title, .some-logos .footer-title{float: none; min-width: inherit; margin-bottom: 5px;}
  .partners-slider, .logos-slider{width: 100%; box-sizing: border-box; padding-left: 20px;}
  .partners-slider .slick-next, .logos-slider .slick-next{left: -8px;}
  .follow-us .footer-title{float: none; min-width: inherit; margin-bottom: 5px;}
  .footer-title img{display: none;}
  .all-socials a{margin-left: 0px; margin-right: 10px;}
  .placement{left: -23px;}
  .floor-text > a > span{font-size: 76px;}
  .floor-text > a > span sup{font-size: 24px;}
  .choosen-floor > a > span, .table-floor-wrap-bottom .floor-text > a > span{font-size: 23px;}
  .table-floor-wrap-bottom .floor-halls-info > a > span em{font-size: 26px;}
  .table-floor-wrap-bottom .floor-halls-info > a > span{font-size: 76px;}
  .huge-title{height: 170px; font-size: 40px; letter-spacing: 8px; padding-left: 38px;}
  .huge-title::before{width: 170px;}
  .main-image-event .huge-title{font-size: 28px;}
  .ff-5{-webkit-flex: 0 0 77%; -ms-flex: 0 0 77%; flex: 0 0 77%;}

  /* blue site */
  .organizer > div{font-size: 28px; padding-left: 36px;}
  .organizer > div::before{width: 26px; height: 26px;}
  .history-one-year{width: 50%;}
}

@media only screen and (max-width: 460px) {
  .search-wrap{width: 290px;}
  .search-submit{width: 88px;}
  .search-input{width: calc(100% - 88px);}
  .tabs-menu li{float: none; width: auto; margin-bottom: 15px;}
  .tabs-menu li a{font-size: 17px;}
  .filter-flex {-webkit-flex: 0 0 100%;-ms-flex: 0 0 100%;flex: 0 0 100%;}
  .hall-item{padding: 0px; float: none; width: auto;}
  .halls-list{margin: 0px;}
  .floor-num{width: 75px; height: 75px; line-height: 70px; font-size: 54px;}
  .floor-num sup{font-size: 18px;}
  .halls-wrap .title h3{font-size: 26px; letter-spacing: 2px;}
  .halls-wrap .title{margin-bottom: 35px;}
  .floor-shape{height: 120px;}
  .placement{left: -40px;}
  .placement-hall{width: 87px; padding: 5px 8px; font-size: 14px;}
  .placement-hall strong{font-size: 42px;}
  .pl-5, .pl-1{left: 130px;}
  .pl-10{left: 172px; width: 32px;}
  .pl-2{left: 160px;}
  .pl-3{left: 251px;}
  .pl-11{width: 54px; left: 221px;}
  .pl-4{left: 279px;}
  .floor-text > a > span{font-size: 62px; line-height: 70px;}
  .floor-text > a > span sup{font-size: 17px;}
  .choosen-floor > a > span, .table-floor-wrap-bottom .floor-text > a > span{font-size: 20px; line-height: normal;}
  .table-floor-wrap-bottom .floor-halls-info > a > span{font-size: 62px;}
  .table-floor-wrap-bottom .floor-halls-info > a > span em{font-size: 20px;}
  .floor-shape{height: 104px;}
  .t-wrap{min-height: 405px;}
  .table-floor-left{min-height: inherit;}
  .simple-gallery-img{margin: 0px;}
  .gallery-slider, .c-slider{margin: 0px;}
  .c-gallery-img{margin: 0px;}
  .c-slider::before, .c-slider::after, .gallery-slider::before, .gallery-slider::after{display: none;}
  .simple-gallery .slick-slider .slick-next{right: 0px; left: auto; margin-left: 0px;}
  .features-icon-one{width: 33.333%;}
  .only-green-squares .green-square-links a:nth-of-type(2n){margin-right: 0px;}
  .logo-menu li{float: none; width: auto; padding-right: 0px; margin-bottom: 20px;}
  .event-one{-webkit-flex: 0 0 100%; -ms-flex: 0 0 100%; flex: 0 0 100%;}
  .heading{font-size: 20px;}
  .obj{padding: 20px 0px; float: none; width: auto;}
  .gallery-wrap{margin: 0px;}
  .contact-form-left{float: none; padding-right: 0px; width: auto;}
  .contact-form-right{float: none; width: auto;}
  .label{font-size: 13px;}
  .iec-location{line-height: normal; margin-top: 20px;}
  .ff-5{-webkit-flex: 0 0 100%; -ms-flex: 0 0 100%; flex: 0 0 100%;}
  .ugly-label{font-size: 18px; padding-top: 15px;}
  .ff-white .checkbox-custom, .ff-white .radio-custom{float: none; width: 100%;}

  /* blue site */
  .what-we-offer{margin-bottom: 60px;}
  .news-list .event-one{-webkit-flex: 0 0 100%; -ms-flex: 0 0 100%; flex: 0 0 100%;}
  a.calendar-one-title{max-width: none;}
  .year-btns a{width: 61px; height: 61px; line-height: 54px; font-size: 10px; letter-spacing: 1px; margin-left: 8px;}
  .calendar-year{font-size: 72px; line-height: normal; letter-spacing: 8px;}
  .organizer{margin-top: 15px;}
  .history-one-year{display: block; margin-right: 0px; width: auto; padding-right: 0px !important; margin-bottom: 30px;}
  .calendar-slider .cal-flex{-webkit-flex: 0 0 55%; -ms-flex: 0 0 55%; flex: 0 0 55%;}
  .calendar-slider .cal-flex:first-child{-webkit-flex: 0 0 45%; -ms-flex: 0 0 45%; flex: 0 0 45%;}
  .serv-square-one{-webkit-flex: 0 0 100%; -ms-flex: 0 0 100%; flex: 0 0 100%;}
}

@media only screen and (max-width: 360px) {
  .wrapper{padding: 0 10px;}
  body{font-size: 16px;}
  .follow-us .footer-title{min-width: 105px;}
  .all-socials a{margin-left: 5px;}
  .page-top{width: 56px; height: 56px; line-height: 56px; font-size: 30px;}
  .about-us{padding: 50px 0px;}
  .what-we-do{padding-bottom: 30px;}
  .customer-text{font-size: 16px;}
  .customer{font-size: 13px;}
  footer{padding-top: 40px;}
  .search-wrap{width: 250px;}
  .green-square-links a{margin-right: 25px;}
  .choosen-floor > a > span, .table-floor-wrap-bottom .floor-text > a > span{font-size: 16px;}
  .table-floor-wrap-bottom .floor-halls-info > a > span{font-size: 60px;}
  .placement-hall{width: 77px; padding: 5px;}
  .pl-5, .pl-1{left: 120px;}
  .pl-10{left: 152px; width: 32px;}
  .pl-2{left: 140px;}
  .pl-3{left: 221px;}
  .pl-11{width: 54px; left: 201px;}
  .pl-4{left: 259px;}
  .floor-shape{padding: 0 5px; margin-bottom: 10px;}
  .table-floor-left > div{margin: 0 -5px;}
  .choosen-floor{padding: 0 0 0 5px;}
  .huge-title{height: 130px; font-size: 32px; letter-spacing: 6px; padding-left: 26px;}
  .huge-title::before{width: 130px;}
  .main-image-event .huge-title{font-size: 22px;}
  .content{padding: 30px 0px;}
  .ugly-label{font-size: 17px;}

  /* blue site */
  .year-btns a{margin-left: 0px;}
  .calendar-slider .cal-flex{-webkit-flex: 0 0 100%; -ms-flex: 0 0 100%; flex: 0 0 100%;}
  .calendar-slider .cal-flex:first-child{-webkit-flex: 0 0 100%; -ms-flex: 0 0 100%; flex: 0 0 100%;}
  .calendar-slider .cal-flex{margin: 10px 0px;}
}

@media only screen and (max-width: 320px) {
}












/* amri kalendar */

.organizer a{
  position: relative;
  display: inline-block;
  width: 80px;
  height: 80px;
  line-height: 68px;
  font-size: 11px;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  letter-spacing: 2.5px;
  background: #8e979c;
  padding: 0 5px;
  margin-left: 50px;
  box-sizing: border-box;
}
/* amri

.organizer .prev
{
  background: url('/images/calendar_icons/2019-0.png') no-repeat;
  width: 80px;
  height: 80px;
}

.organizer .prev:hover
{
  background: url('/images/calendar_icons/2019-b.png') no-repeat;
  width: 80px;
  height: 80px;
}


.organizer .next
{
  background: url('/images/calendar_icons/2020-0.png') no-repeat;
  width: 80px;
  height: 80px;
}

.organizer .next:hover
{
  background: url('/images/calendar_icons/2020-b.png') no-repeat;
  width: 80px;
  height: 80px;
}


*/