/* ==========================================================================
   Additional files including
   ========================================================================== */
@import url(https://fonts.googleapis.com/css?family=Oswald:400,300,700);
@font-face {
  font-family: gothamLight;
  src: url('fonts/ufonts.com_gotham-light.ttf');
}
@font-face {
  font-family: 'Gotham';
  src: url('fonts/Gotham-Light.eot');
  src: url('fonts/Gotham-Light.eot?#iefix') format('embedded-opentype'),
  url('fonts/Gotham-Light.woff') format('woff'),
  url('fonts/Gotham-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Gotham';
  src: url('fonts/Gotham-Medium.eot');
  src: url('fonts/Gotham-Medium.eot?#iefix') format('embedded-opentype'),
  url('fonts/Gotham-Medium.woff') format('woff'),
  url('fonts/Gotham-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Gotham Book';
  src: url('fonts/Gotham-Book.eot');
  src: url('fonts/Gotham-Book.eot?#iefix') format('embedded-opentype'),
  url('fonts/Gotham-Book.woff') format('woff'),
  url('fonts/Gotham-Book.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

html {
  box-sizing: border-box; }

*, *::after, *::before {
  box-sizing: inherit; }

/* ==========================================================================
   Fonts import
   ========================================================================== */
/* ==========================================================================
   Personal Resets
   ========================================================================== */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
  border: none;
  outline: none;
  box-sizing: border-box !important;
  -webkit-box-sizing: border-box !important; }

.browserupgrade {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: 0.2em 0;
  padding: 0.2em 0;
  font-size: 18px;
  color: #fff;
  text-align: center;
  background: rgba(0, 0, 0, 0.9); }

a {
  text-decoration: none;
  color: #595959; }
a:hover {
  text-decoration: underline; }

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-family: 'Oswald'; }

p {
  margin: 0; 
overflow-wrap :normal !important;
}

img {
  width: 100%;
  height: auto;
  vertical-align: top;
  border: none; }

/* ==========================================================================
   Helper classes
   ========================================================================== */

.stop-scrolling{height: 100%;
  overflow: hidden;}
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.visible {
  visibility: visible; }

.toggle-menu.is-open {
  display: flex !important;
  display: -webkit-flex !important;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.left-col {
  float: left;
  width: 50%; }

.right-col {
  float: right;
  width: 50%; }

::-webkit-input-placeholder {
  font-weight: 400;
  font-style: italic;
  color: #d8d8d7; }

::-moz-placeholder {
  font-weight: 400;
  font-style: italic;
  color: #d8d8d7; }

/* Firefox 19+ */
:-moz-placeholder {
  font-weight: 400;
  font-style: italic;
  color: #d8d8d7; }

/* Firefox 18- */
:-ms-input-placeholder {
  font-weight: 400;
  font-style: italic;
  color: #d8d8d7; }

.clearfix:after,
#header:after,
.slider:after,
.owl-thumbs:after,
.content:after,
.search-holder:after,
.news:after,
.announce-holder-small:after,
.social-bar:after,
.copyright:after,
.filters:after,
.sort-line:after,
.search-item:after,
#sidebar:after,
.social-big:after,
/*.concert-details:after,*/
.footer-social:after,
#main:after,
.row:after,
.toggle-menu:after,
.filter-tools .filters{
  content: '';
  display: block;
  clear: both; }

/* ==========================================================================
   Main Styles
   ========================================================================== */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

* {
  max-height: 1000000px; }

html {
  font-size: 100%; }

body {
  position: relative;
  min-width: 320px;
  font: 1rem/1.3 Arial, Helvetica, sans-serif;
  font-weight: 400;
  color: #595959;
  background-color: #fff; }

#wrapper, .footer-container {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 5px; }

.container {
  max-width: 950px;
  margin: 0 auto;
  padding: 0 5px; }

#header {
  position: relative;
  padding: 8px;
  border: 1px solid #b8b8b7; }

.logo {
  float: left;}
.logo a {
  display: block;
  max-width: 165px;}
.logo-mobile{display: none;}

.c-hamburger {
  display: none;
  position: relative;
  float: right;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 62px;
  height: 62px;
  font-size: 0;
  text-indent: -9999px;
  appearance: none;
  box-shadow: none;
  border-radius: 0;
  border: none;
  cursor: pointer;
  transition: background 0.3s; }
.c-hamburger:focus {
  outline: none; }
.c-hamburger span {
  display: block;
  position: absolute;
  top: 30px;
  left: 14px;
  right: 14px;
  height: 3px;
  background: #575757;
  pointer-events: none;
}
.c-hamburger span::before, .c-hamburger span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #575757;
  content: ""; }
.c-hamburger span::before {
  top: 8px; }
.c-hamburger span::after {
  bottom: 8px; }

.c-hamburger--htx {
  background-color: #cd0000;
  background-color: transparent;
}
/*.c-hamburger--htx span {*/
  /*transition: background 0s 0.3s;*/
  /*-webkit-transition: background 0s 0.3s; }*/
.c-hamburger--htx span::before, .c-hamburger--htx span::after {
  /*transition-duration: 0.3s, 0.1s;*/
  /*-webkit-transition-duration: 0.3s, 0.1s;*/
  /*transition-delay: 0.3s, 0.3s;*/
  /*-webkit-transition-delay: 0.3s, 0.3s;*/
}
/*.c-hamburger--htx span::before {*/
  /*transition-property: top, transform;*/
  /*-webkit-transition-property: top, transform; }*/
/*.c-hamburger--htx span::after {*/
  /*transition-property: bottom, transform;*/
  /*-webkit-transition-property: bottom, transform; }*/
.c-hamburger--htx.is-active {
  background-color: #ea1c1c;
  background-color: transparent;
  /*border: 1px solid silver;*/
}
.c-hamburger--htx.is-active span {
  background: none; }
.c-hamburger--htx.is-active span::before {
  width: 26px;
  top: 0;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg); }
.c-hamburger--htx.is-active span::after {
  width: 26px;
  bottom: 0;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg); }
/*.c-hamburger--htx.is-active span::before, .c-hamburger--htx.is-active span::after {*/
  /*transition-delay: 0s, 0.3s;*/
  /*-webkit-transition-delay: 0s, 0.3s;*/
/*}*/

/* active state, i.e. menu open */
#nav {
  position: relative;
  float: right;
  margin: 5px 0 0 0;
  z-index: 9000; 
width:100%;}
#nav ul {
  text-align : right;}
#nav ul li {
  position: relative;
  display: inline-block;
  margin-right: -4px; }
#nav ul li .sub-nav {
  display: none;
  position: absolute;
  top: 115%;
  left: -7px;
  background: #e5e5e5;
  border: 1px solid #e5e5e5;
  z-index: 9999; }
#nav ul li .sub-nav:before {
  content: '';
  position: absolute;
  top: -17px;
  left: 12px;
  width: 20px;
  height: 17px;
  background: url("images/sprite.png") no-repeat -37px 0; }
#nav ul li .sub-nav li {
  display: block;
  width: 182px;
  margin: 0 0 2px 0;
  background: #f7f8fa;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f7f8fa 0%, #ffffff 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #f7f8fa 0%, #ffffff 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #f7f8fa 0%, #ffffff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f8fa', endColorstr='#ffffff',GradientType=0 );
  /* IE6-9 */ }
#nav ul li .sub-nav li:hover {
  background: #fff; }
#nav ul li .sub-nav li:hover a {
  text-decoration: none; }
#nav ul li .sub-nav li:last-child {
  margin: 0; }
#nav ul li .sub-nav li:after {
  display: none; }
#nav ul li .sub-nav li a {
  padding: 7px; }
/*#nav ul li:after {*/
  /*content: '';*/
  /*position: absolute;*/
  /*top: 50%;*/
  /*right: -1px;*/
  /*width: 2px;*/
  /*height: 100%;*/
  /*background: #b8b8b7;*/
  /*transform: translateY(-50%);*/
  /*-webkit-transform: translateY(-50%);*/
/*}*/
#nav ul li a {
  display: block;
  padding: 13px 5px;
  padding: 5px;
  color: #8d8d89;
  font-size: 13px;}
#nav ul li a.active {
  font-weight: bold; }

li.lang-item-ru {
	display: none;
}

.lang-change {
  float: right;
  margin: -9px 0 0 0; }
.lang-change li {
  margin: 0 0 3px 0; }
.lang-change li:last-child {
  margin: 0; }
.lang-change li a {
  display: block;
  color: #777775;
  font-size: 12px;
  text-decoration: none;
  text-align: center; }
.lang-change li a:hover {
  text-decoration: none; }

.icon {
  display: inline-block;
  width: 20px;
  height: 20px; }
.icon.flag {
  width: 23px;
  height: 16px;
  margin: 0 3px 0 0;
  vertical-align: middle; }
.icon.flag.fr {
  background: url("images/sprite.png") no-repeat 0 0; }
.icon.flag.ru {
  background: url("images/sprite.png") no-repeat 0 -42px; }
.icon.flag.en {
  background: url("images/sprite.png") no-repeat 0 -21px; }

.content {
  margin: 0 0 14px 0; }

.slider {
  margin-bottom: 10px; }

#sync1 .item {
  margin: 5px 0;
  color: #FFF;
  text-align: center; }
#sync2 .owl-item{padding-right: 10px;}
#sync2 .owl-item .item {
  /*margin: 0 5px;*/
  text-align: center;
  cursor: pointer;
  filter: opacity(0.4);
  -webkit-filter: opacity(0.4); }
#sync2 .owl-item .item:hover {
  filter: opacity(1);
  -webkit-filter: opacity(1); }

#sync2 .owl-item.synced .item {
  outline: 1px solid #ea1c1c;
  box-shadow: 3px 2px 13px rgba(0, 0, 0, 0.5);
  filter: opacity(1);
  -webkit-filter: opacity(1); }

.thumbs-holder {
  overflow: hidden; }
.thumbs-holder #sync2 {
  float: left;
  width: 85.7%;

}
.thumbs-holder .btn-holder {
  position: relative;
  float: right;
  width: 14.3%;
  margin: 5px 0 10px 0;
  text-align: center;
  background-size: contain; 
    max-height: 82px;
}
.thumbs-holder .btn-holder.fr {
  /*background: url("images/btn-fr-new.svg") no-repeat 100% center; }*/
  background: url("images/btn-fr-new.png") no-repeat center;
  background-size: cover;
  
}
.thumbs-holder .btn-holder.en {
  background: url("images/btn-en-new.svg") no-repeat 100% center;}
.thumbs-holder .btn-holder.ru {
  background: url("images/btn-ru-new.svg") no-repeat 100% center;}

.btn-holder .txt-holder {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  text-transform: uppercase;
  color: #FFF;
  width: 80%; }
.btn-holder .txt-holder p:nth-of-type(1) {
  font-size: 30px; }
.btn-holder .txt-holder p:nth-of-type(2) {
  font-size: 20px; }

#sync2 .owl-wrapper {
  padding: 5px 0 10px 0; 
max-height: 102px;}

.search-holder {
  float: left;
  width: 32%;
  min-width: 305px;
  border: 1px solid #8d8d89; }
.search-holder .search-header {
  padding: 15px 0 13px 0;
  border-bottom: 2px solid #8d8d89; }
.search-holder .search-header p {
	display: none;
  margin: 0 0 7px 0;
  font-size: 1.3rem;
  font-weight: bold;
  color: #cd0000;
  text-align: center; }
.search-holder .search-header .search-form {
  position: relative; }
.search-holder .search-header .search-form fieldset {
  position: relative;
  width: 271px;
  margin: 0 auto;
  border: none;
  padding: 0; }
.search-holder .search-header .search-form .search-input {
  display: block;
  width: 100%;
  padding: 6px 40px 6px 30px;
  border: 2px solid #8d8d89;
  border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  -webkit-appearance: none; }
.search-holder .search-header .search-form .search-btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 36px;
  border: 2px solid #8d8d89;
  border-radius: 0 5px 5px 0;
  -webkit-border-radius: 0 5px 5px 0;
  padding: 8px 10px 8px 11px;
  z-index: 10;
  background: url("images/sprite.png") no-repeat -15px -89px; }

/* Mozilla Firefox */
@-moz-document url-prefix() {
  .search-holder .search-header .search-form .search-btn{height: 37px;}
}
/* Mozilla Firefox */
.search-holder .map-title {
  margin: 20px 0 24px 0;
    margin: 9px 0;
  font-size: 1.15rem;
  font-weight: lighter;
  color: #cd0000;
  text-align: center; }
.search-holder .map-title h1{
    font-family: "Arial";
    font-size: 1.625rem;
    text-transform: uppercase;}
.search-holder .carte {
  position: relative;
  display: block;
  height: 315px;
  width: 99%;
  margin: 0 0 2px 0;
  background: url("images/map.svg") no-repeat 0px 0;
  background-size: contain; }
.carte .paris, .search-holder .nord, .search-holder .est, .search-holder .centre, .search-holder .ouest, .search-holder .rhonealpes, .search-holder .sud-ouest, .search-holder .sud-est, .search-holder .belgique, .search-holder .luxembourg, .search-holder .allemagne, .search-holder .suisse {
  position: absolute;
  color: #FFF !important;
  border: 1px solid #C4091D;
  background: #c12632;
  background: -moz-linear-gradient(top, #c12632 0%, #922a2f 100%);
  background: -webkit-linear-gradient(top, #c12632 0%, #922a2f 100%);
  background: linear-gradient(to bottom, #c12632 0%, #922a2f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c12632', endColorstr='#922a2f',GradientType=0 );
  text-decoration: none;
  text-align: center;
  padding: 1px 2px 0;
  font-size: 9px;
  font-weight: bold;
  text-transform: uppercase;
  text-shadow: none; }
.carte .paris:hover, .search-holder .nord:hover, .search-holder .est:hover, .search-holder .centre:hover, .search-holder .rhonealpes:hover, .search-holder .sud-ouest:hover, .search-holder .sud-est:hover, .search-holder .belgique:hover, .search-holder .luxembourg:hover, .search-holder .allemagne:hover, .search-holder .suisse:hover, .search-holder .ouest:hover {
  color: #C4091D !important;
  border-color: #C4091D;
  background: #FFF;
  text-decoration: none;
  font-weight: bold; }
.carte .paris {
  top: 76px;
  left: 128px; }
.carte .paris span {
  font-size: 70%;
  display: block;
  margin-top: -3px; }
.carte .nord {
  top: 43px;
  left: 135px; }
.carte .ouest {
  top: 100px;
  left: 57px; }
.carte .est {
  top: 90px;
  left: 208px; }
.carte .centre {
  top: 130px;
  left: 130px; }
.carte .rhonealpes {
  top: 168px;
  left: 170px; }
.carte .sud-ouest {
  top: 207px;
  left: 69px; }
.carte .sud-est {
  top: 211px;
  left: 183px; }
.carte .belgique {
  top: 16px;
  left: 162px;
  /*font-size: 7px;*/
}
.carte .luxembourg {
  top: 44px;
  left: 213px;
  /*font-size: 7px; */
}
.carte .allemagne {
  top: 90px;
  left: 250px;
  left: 244px;
  /*font-size: 7px;*/
  padding: 0 1px; }
.carte .suisse {
  top: 125px;
  left: 239px;
  /*font-size: 7px; */
}
.carte.en .suisse {
  top: 128px;
  left: 228px;
}
.carte.en .est {
  top: 80px;
  left: 195px;
}
.carte.en .sud-est {
  top: 210px;
  left: 169px;
}
.carte.ru  .est{
  top: 81px;
  left: 191px;
}
.carte.ru .suisse {
  top: 127px;
  left: 230px;
}
.carte.ru .sud-est {
  top: 210px;
  left: 169px;
}

.carte.ru .rhonealpes {
  top: 159px;
  left: 186px;
}

.news {
  float: right;
  width: calc(98% - 304px);
  margin: 0 0 10px 0;
  padding: 15px 19px 19px 19px;
  border: 1px solid #8d8d89; }
.news h2 {
  margin: 0 0 11px 0;
  font-weight: lighter;
  color: #cd0000;
  font-family: "gotham book", Arial, Helvetica, sans-serif;
  font-size: 1.15rem; }

.news-thumbs {
  display: flex;
  display: -webkit-flex;
  justify-content: left; /* space-between */
  -webkit-justify-content: left; /* space-between */
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap; }

.news-thumbs .thumb {
  max-width: 132px;
  max-height: 172px;
  overflow: hidden;
  border: 1px solid #989897;
  vertical-align: top;
  margin:10px 0 0 14px; /* 10px 0 0 */
}

.news-thumbs .thumb a {
  display: block; }
.news-thumbs .thumb img {
  width: 100%;
  height: auto; }

.container {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: space-between; }

.announce-holder-small {
  float: right;
  width: calc(98% - 303px);
  /*margin-bottom: 20px; */
}
.announce-holder-small .announce {
  display: inline-block;
  overflow: hidden;
  margin: 0 0 0 -4px;
  border: 1px solid #8d8d89; }

.announce {
  width: 305px;
  max-height: 190px;
  vertical-align: top; }
.announce.cloned {
  display: none; }
.announce img {
  max-width: 305px;
  max-height: 190px; }

.announce-holder-small .announce:first-child {
  float: left;
  margin: 0 -4px 0 0; }

.announce-holder-small .announce:last-child {
  float: right; }

.announce-holder-big {
  position: relative;
  display: flex;
  display: -webkit-flex;
  flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
margin-top: 10px;}
.announce-holder-big .announce {
  width: 32%;
  max-width: 305px;
  overflow: hidden;
  margin: 0 0px 10px 2%;
  border: 1px solid #8d8d89; }
.announce-holder-big .announce:nth-of-type(3n+1) {
  margin-left: 0; }
.announce-holder-big .announce.blinking {
  display: none; }

.filter-tools {
  margin: 18px 0 4px 0; width: 100%;}


.sort-line {
  margin: 3px 0 0 0;
  padding: 2px 12px 2px 23px;
  background: #dcdcdd; }
.sort-line .sort-info {
  float: left;
  width: 30%; }
.sort-line .sort-info p {
  font-size: .95rem; }
.sort-line .results-qty {
  float: left;
  width: 41%;
  font-size: .75rem;
  margin: 4px 0 0 0;
  text-align: right; }
.sort-line .results-qty a {
  font-size: .95rem; }
.sort-line .results-qty a.active, a.active {
  font-weight: 600;}
.sort-line .pagination {
  float: right;
  width: 25%;
  max-width: 30%;
  text-align: right;
  font-size: .75rem;}
.sort-line .pagination ul {
  display: inline;
  margin: 0;
  padding: 0;
  text-align: center; }
.sort-line .pagination ul li {
  display: inline;
  list-style: none; }
.sort-line .pagination ul ul li {
  display: none; }
.sort-line .pagination ul ul li:nth-child(1), .sort-line .pagination ul ul li:nth-child(2), .sort-line .pagination ul ul li:nth-child(3) {
  display: inline; }
.sort-line .pagination ul li a {
  color: #333;
  outline: none;
  text-decoration: none; }
.sort-line .pagination ul li a:hover, .sort-line .pagination ul li a:focus {
  background: white;
  color: #477DCA; }
.sort-line .pagination ul li a:active {
  background: #f6f6f6; }

@media screen and (min-width: 53.75em) {
  .sort-line .pagination ul ul li {
    display: inline; } }

.search-results .search-item {
  position: relative;
  padding: 20px 0 20px 20px; }
.search-results .search-item:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: url("images/border-bg.png") repeat-x; }
.search-results .search-item:last-child:before {
  display: none; }
.search-results .search-item .poster {
  display: block;
  float: left;
  width: 226px;
  max-width: 226px;
  margin: 0 18px 0 0;
  border: 1px solid #8d8d89; }
.search-results .search-item .poster img {
  width: 100%;
  height: auto; }
.search-results .search-item .search-item-info {
  position: relative;
  float: left;
  width: 70%;
  padding: 15px 180px 0 4px; }
.search-results .search-item .search-item-info h3 a {
  font-size: 1.6rem;
  color: #ea1c1c;
  letter-spacing: 2px; }
.search-results .search-item .search-item-info .where_from {
  font-weight: bold;
  font-size: 1.25rem;
  text-transform: uppercase; }
.search-results .search-item .search-item-info .category {
  margin: -4px 0 6px 0;
  font-size: 1.25rem; }
.search-results .search-item .search-item-info .date, .search-results .search-item .search-item-info .start-coast {
  font-size: 1.15rem; }
.search-results .search-item .search-item-info .facebook-holder {

}
.search-results .search-item .search-item-info .description {
  max-height: 120px;
  font-size: .95rem;
  overflow: hidden;
  line-height: 1.1; }
.search-results .search-item .search-item-info .description .translate-option {
  display: block;
  margin: 0 0 7px 0;
  color: #ea1c1c; }
.search-results .search-item .reserv {
  position: absolute;
  min-width: 185px;
  top: 50%;
  right: 0;
  margin: -27px 0px 0 0px;
  padding: 19px 32px;
  font-size: 1.2rem;
  letter-spacing: 1.5px;
  border-radius: 12px; }
.search-results .search-item .reserv:hover {
  background: #aa1010; }

.search-results + .sort-line {
  margin-bottom: 5px; }

.btn {
  display: inline-block;
  width: auto;
  margin: 0;
  padding: 10px;
  color: #fff;
  text-align: center;
  border-radius: 10px;
  border: none !important; }
.btn:hover {
  text-decoration: none; }
.btn.reserv {
  background: #ea1c1c; }
.btn.reserv:hover {
  background: #aa1010; }
#tickets .dropdown .dropdown-menu {
  top: 23px; }
#tickets .dropdown .dropdown-menu li {
  padding: 5px 0 5px 20px;
  font-size: 12px; }
#tickets .dropdown .dropdown-button {
  position: relative;
  max-height: 25px;
  margin: 0;
  padding: 6px 10px 5px 25px;
  color: #595959;
  background: #dcdcdd;
  cursor: pointer;
  font-size: 12px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }
#tickets .dropdown .dropdown-button:after {
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  display: block;
  width: 15px;
  height: 15px;
  margin: 5px 0 0 5px;
  background: url("images/sprite.png") no-repeat -170px 1px;
  transform: rotate(-90deg);}

#tickets .dropdown .dropdown-button.opened:after{
  transform: none;
}

#tickets .dropdown .dropdown-button.selected {
  background-color: #ea1c1c;
  color: #fff; }
#tickets .dropdown .dropdown-button.selected:after {
  background-position: -201px -1px;
  margin: 4px 0 0 10px;
  transform: rotate(0deg);
}
#tickets .dropdown-button.selected.opened:after{
  transform: rotate(90deg);
  margin: 8px 0 0 6px;
}
#tickets .dropdown {
  position: relative;
  width: 24.5%;
}
#tickets .dropdown .dropdown-button:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 2px;
  background: #fff;
}
#tickets .dropdown .dropdown-button.city-dropdown-button:before{
  width: 0px;
}
#tickets .sort-info {
  margin: 4px 0 0 0; }
#tickets .sort-info p {
  font-size: .75rem; }

#tickets .results-qty a, #tickets .pagination a {
  font-size: .75rem; }

#tickets .content {
  float: left;
  width: calc(100% - 315px);
  /*margin: 0 0 6px 0; */
  margin: 0;
}

@media (max-width: 480px){
	#tickets .content {
      margin: 15px 0 0;
    }
}

#tickets .content form{margin-bottom: 6px;}
#tickets .content .search-results .search-item {
  padding: 10px 0;
  border-bottom: 1px solid #b6b7b7; }
#tickets .content .search-results .search-item:last-child {
  border-bottom: none; }
#tickets .content .search-results .search-item:before {
  display: none; }
#tickets .content .search-results .search-item .poster {
  max-width: 102px;
  margin-right: 9px; }
#tickets .content .search-results .search-item .search-item-info {
  width: 35%;
  padding-top: 0;
  padding-right: 10px; }
#tickets .content .search-results .search-item .search-item-info h4 a {
  font-size: 1rem;
  color: #595959;
  text-transform: uppercase; }
#tickets .content .search-results .search-item .search-item-info h4 a:hover {
  color: #ea1c1c; }
#tickets .content .search-results .search-item .search-item-info .concert-ganre {
  margin: 0 0 10px 0;
  font-size: .7rem;
  text-transform: uppercase; }
#tickets .content .search-results .search-item .search-item-info .date {
  font-size: .75rem;
  font-weight: 600;
  color: #ea1c1c; }
#tickets .content .search-results .search-item .search-item-info .date .start-date.fr {
  position: relative;
  padding: 0 0 0 19px; }

#tickets .content .search-results .search-item .search-item-info .date .start-date.ru {
  position: relative;
  padding: 0 0 0 10px; }

#tickets .content .search-results .search-item .search-item-info .date .start-date.en {
  position: relative;
  padding: 0 0 0 30px; }

#tickets .content .search-results .search-item .search-item-info .date .end-date.fr:before {
  content: 'au';
  position: absolute;
  top: 0;
  left: 2.5px; }


#tickets .content .search-results .search-item .search-item-info .date .end-date.en:before {
  content: 'to';
  position: absolute;
  top: 0;
  left: 2.5px; }

#tickets .content .search-results .search-item .search-item-info .date .end-date.ru:before {
  content: 'до';
  position: absolute;
  top: 0;
  left: 2.5px; }

#tickets .content .search-results .search-item .search-item-info .start-coast {
  font-size: .75rem; }

#tickets .content .search-results .search-item .concert-region {
  float: left;
  width: auto;
  max-width: 150px;
  padding: 0px 10px 30px 10px;
  text-transform: uppercase;
}
#tickets .content .search-results .search-item .concert-region .city {
  font-size: .9rem;
  font-weight: 600; }
#tickets .content .search-results .search-item .concert-region .place {
  font-size: .6rem; }

#tickets .content .search-results .search-item .reserv {
  position: absolute;
  top: 50%;
  right: 0;
  min-width: 125px;
  margin: -17px 0px 0 0px;
  padding: 7px 9px;
  font-size: 1rem;
  letter-spacing: 1.5px;
  border-radius: 5px; }

#tickets #sidebar {
  float: right;
  width: 32%;
  min-width: 305px;
  margin-bottom: 15px;
  padding: 15px 0 0 0; }
#tickets #sidebar .search-holder {
  float: none;
  margin: 0 0 20px 0;
}
/*#tickets #sidebar .announce-holder {*/
  /*margin-bottom: 20px; }*/
.announce-holder{
  padding-top: 0px;
}
.announce-holder .announce {
  display: block;
  max-height: none;
  margin: 0 0 15px 0;
  border: 1px solid #8d8d89; }
.announce-holder .announce img {
  max-height: none; }
.announce-holder .announce:last-child {
  margin: 0; }
#tickets .left-side{
  max-width: 300px; margin-top: 10px; margin-bottom: 10px; float: left; color: #cd0000;
}
#tickets .right-side{
  float: right; margin-top: 18px; margin-bottom: 10px; color: #cd0000; font-size: 0.6em;
}
#tickets .social-box {
  margin-bottom: 15px;
  padding: 13px;
  border: 2px solid #d4d4d4; }
#tickets .social-box p {
  margin-bottom: 13px;
  color: #b6b7b7;
  font-family: 'Oswald';
  font-size: 2rem;
  letter-spacing: 4px;
  text-align: center;
  font-weight: 200;
  text-transform: uppercase; }
#tickets .social-box .social-big {
  text-align: center; }
#tickets .social-box .social-big li {
  display: inline-block;
  width: 55px;
  margin-right: 13px;
  border: 1px solid rgba(182, 183, 183, 0.5);
  background: #b6b7b7; }
#tickets .social-box .social-big li:last-child {
  margin-right: 0px; }
#tickets .social-box .social-big li a {
  display: block;
  padding: 7px 6px 6px 6px; }
#tickets .social-box .social-big li a.facebook:hover .fa {
  color: #3b5998; }
#tickets .social-box .social-big li a.tweeter:hover .fa {
  color: #55acee; }
#tickets .social-box .social-big li a.google:hover .fa {
  color: #dc4e41; }
#tickets .social-box .social-big li a.youtube:hover .fa {
  color: #cd201f; }
#tickets .social-box .social-big li .fa {
  color: #fff;
  font-size: 2.5rem; }

#tickets .concert-details {
  margin-top: 15px; }
#tickets .concert-details .left-col {
  width: calc(100% - 305px);
  margin-bottom: 15px;
  padding: 0; }
#tickets .concert-details .left-col .poster {
  float: left;
  display: block;
	width: 255px;
	height: 340px;
  margin: 0 15px 0 0; }
#tickets .concert-details .left-col .concert-info {
  padding: 0 10px 0 0;
  position: relative}
#tickets .concert-details .left-col .concert-info h3 a {
  font-size: 1.6rem;
  color: #ea1c1c;
  letter-spacing: 2px; }

#tickets .concert-details .left-col .concert-info h1 a {
  font-size: 1.6rem;
  color: #ea1c1c;
  letter-spacing: 2px; }
#tickets .concert-details .left-col .concert-info .where_from {
  font-size: .9rem;
  font-weight: bold; }
#tickets .concert-details .left-col .concert-info .category {
  margin: 0 0 15px 0;
  font-size: 1.05rem; }
#tickets .concert-details .left-col .concert-info .date, #tickets .concert-details .left-col .concert-info .start-coast {
  font-size: .95rem; }
#tickets .concert-details .left-col .concert-info .facebook-holder {
  transform: translateY(10px);
  -moz-transform: translateY(10px);
  -webkit-transform: translateY(10px); }
#tickets .concert-details .left-col .concert-info .description {
  min-height: 110px;
  overflow: hidden;
  margin: 36px 0 0 0;
  font-size: .95rem;
  text-align: justify; }
#tickets .concert-details .left-col .concert-info .description .translate-option {
  display: block;
  margin: 0 0 5px 0;
  color: #ea1c1c;
  font-weight: 600; }
#tickets .concert-details .right-col {
  width: 305px; }
#tickets .concert-details .right-col .gallery {
  min-height: 240px;
  margin-bottom: 15px;
  padding: 15px;
  text-align: center;
  border: 1px solid #b8b8b7; }
#tickets .concert-details .right-col .img-holder {
  min-height: 240px;
  max-height: 240px;
  overflow: hidden;
  margin-bottom: 15px;
  border: 1px solid #b8b8b7; }

#tickets .gallery + .social-box,
#tickets .img-holder + .social-box {
  margin-bottom: 15px; }

.companies .search-holder {
  border: none; }
.companies .search-holder .search-header {
  padding: 10px 0;
  border: 1px solid #8d8d89;
  background: #fdfdfd; }
.companies .search-holder .search-header p {
  margin-bottom: 3px; }

.companies .content {
  padding: 8px 0 0 0; }
.companies .content h2 {
  margin: 0;
  font-family: Arial;
  font-size: 1.2rem;
  font-weight: bold;
  color: #cd0000; }
.companies .content > p {
  margin-bottom: 10px;
  font-size: 12px;
  color: #9b9b97; }

.projects {
  margin:0 0 15px 0;
  padding: 0 12px 15px 12px;
  border: 1px solid #8d8d89;
  background: #fdfdfd; }

.projects h2 {
  margin: 0.9em 0;
  font-family: Arial;
  font-size: 1.2rem;
  font-weight: bold;
  color: #cd0000;
  text-align: center; }

.projects-list {
  padding: 0 30px 0 13px; }
.projects-list li {
  position: relative;
  margin: 0 0 5px 0;
  font-size: 14px;
  font-weight: 600;
  line-height: .9; }

.projects-list li:before {
  content: '•';
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 0;
  margin: 2px 0 0 -13px; }

.projects-list li:last-child {
  margin: 0; }

.projects-list li a {
	line-height: 1.1;
  color: #777775; }

.company-info {
  margin-bottom: 20px;
  padding: 15px 8px;
  border: 1px solid #b8b8b7;
  border-width: 0 1px 1px 1px;
  background: #fdfdfd; }

.company-info h3 {
  margin: 0;
  font-family: Arial;
  font-size: 1.2rem;
  font-weight: bold;
  color: #cd0000;
  letter-spacing: -.4px; }

.company-info a {
  position: relative;
  padding-left: 10px;
  font-size: 14px;
  color: #777775;
  font-weight: bold; }
.company-info a:before {
  content: ">";
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 0 0 0; }

.accordion-tabs-minimal {

  margin: 20px 0 40px 0;
  line-height: 1.5;
  padding: 0; }
.companies .accordion-tabs-minimal{position: relative;}
.accordion-tabs-minimal::after {
  clear: both;
  content: "";
  display: table; }
.accordion-tabs-minimal .tab-header-and-content {
  list-style: none; }
@media screen and (min-width: 40em) {
  .accordion-tabs-minimal .tab-header-and-content {
    display: inline; } }
.accordion-tabs-minimal .tab-link {
  position: relative;
  background-color: #dcdcdd;
  border: none;
  color: #595959;
  display: block;
  padding: 4px 27.5px 3px 27.5px;
  text-decoration: none;
  font-size: 12.8px;
  text-transform: uppercase; }
@media screen and (min-width: 40em) {
  .accordion-tabs-minimal .tab-link {
    border-top: 0;
    display: inline-block; } }
.accordion-tabs-minimal .tab-link:hover {
  background: #c2c2c4;
  color: #fff;
  box-shadow: 0px 2px 0 0px #c2c2c4;
  -webkit-box-shadow: 0px 2px 0 0px #c2c2c4; }
.accordion-tabs-minimal .tab-link:focus {
  outline: none; }
.accordion-tabs-minimal .tab-link:before {
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  display: block;
  width: 15px;
  height: 15px;
  margin: 6px 0 0 10px;
  background: url("../images/sprite.png") no-repeat -170px 1px; }
.accordion-tabs-minimal .tab-link.is-active {
  border-bottom: 0;
  background: #d10d00;
  color: #fff;
  box-shadow: 0px 2px 0 0px #d10d00;
  -webkit-box-shadow: 0px 2px 0 0px #d10d00; }
.accordion-tabs-minimal .tab-link.is-active:before {
  background-position: -201px -1px; }
@media screen and (min-width: 40em) {
  .accordion-tabs-minimal .tab-link.is-active {
    border: none;
    margin-bottom: -1px; } }
.accordion-tabs-minimal .tab-content {

  display: none;
  padding: 12px 11px;
  width: 100%;
  overflow: hidden; }
.companies .accordion-tabs-minimal .tab-content{
	position: absolute;
	top: 78px;
	left: 0;
	right: 0;
}
@media screen and (min-width: 40em) {
  .accordion-tabs-minimal .tab-content {

    border: 1px solid #dcdcdc;
    border-width: 2px 1px 1px 1px;
    float: left; }
	.companies .accordion-tabs-minimal .tab-content{position: static;}
}

.accordion-tabs-minimal .tab-content h3 {
  font-size: 29px;
  color: #ee230f; }
.accordion-tabs-minimal .tab-content .sub-title {
  margin: -5px 0 10px;
  font-weight: 600;
  font-size: 19px;
  color: #000; }
.accordion-tabs-minimal .tab-content .location {
  padding-right: 60px;
  font-weight: 600;
  font-size: 19px;
  color: #ee230f;
  line-height: normal; }
.accordion-tabs-minimal .tab-content p {
  font-size: 14.9px;
  font-weight: 400;
  color: #595959;
  line-height: 1.1; }
.accordion-tabs-minimal .by-tickets {
  position: relative;
  float: right;
  width: 100%;
  max-width: 155px;
  height: 78px;
  margin: 20px 0 0 0;
  text-align: center;
  background-size: contain; }
.accordion-tabs-minimal .by-tickets.fr {
  background: url("../images/btn-fr.svg") no-repeat center center; }
.accordion-tabs-minimal .by-tickets.en {
  background: url("../images/btn-en.svg") no-repeat center center; }
.accordion-tabs-minimal .by-tickets.ru {
  background: url("../images/btn-ru.svg") no-repeat center center; }

.event__gallery {
  font-size: 0;
  margin: 0 auto; }
.event__gallery-item {
  display: inline-block;
  margin: 0 4px 8px 0;
  padding: 4px;
  border: 1px solid #b1b1b1; }
.event__gallery-item a {
  display: block; }
.event__gallery-item img {
  width: 97px;
  height: 70px; }
@media (min-width: 480px){
	.event__gallery-item img {
		width: 108px;}
}
.start-d {
  position: relative;
}

#tickets .content .search-results .search-item .search-item-info .date .start-date.fr:before {
  content: 'du';
  position: absolute;
  top: 0;
  left: 0; }

#tickets .content .search-results .search-item .search-item-info .date .start-date.en:before {
  content: 'from';
  position: absolute;
  top: 0;
  left: 0; }

#tickets .content .search-results .search-item .search-item-info .date .start-date.ru:before {
  content: 'c';
  position: absolute;
  top: 0;
  left: 0; }

#tickets .content .search-results .search-item .search-item-info .date .end-date.fr {
  position: relative;
  padding: 0 0 0 20px; }

#tickets .content .search-results .search-item .search-item-info .date .end-date.ru {
  position: relative;
  padding: 0 0 0 21px; }

#tickets .content .search-results .search-item .search-item-info .date .end-date {
  position: relative;
  padding: 0 0 0 18px; }

.end-d {
  position: relative;
  padding: 0 0 0 18px; }

#tickets .concert-details .right-col .gallery .gallery-title {
  margin-bottom: 13px;
  color: #b6b7b7;
  font-family: 'Oswald';
  font-size: 2rem;
  letter-spacing: 4px;
  text-align: left;
  font-weight: 200;
  text-transform: uppercase; }

#tickets .concert-details .right-col .gallery .gallery-img-holder {
  position: relative;
  overflow: hidden;
  max-height: 140px; }
#tickets .concert-details .right-col .gallery .gallery-img-holder .gall-img {
  position: relative;
  float: left;
  margin: 0 6px 7px 0;
  width: 47px;
  height: 31px; }
.gall-img {
  overflow: hidden;
}
#tickets .concert-details .right-col .gallery .gallery-img-holder .gall-img a {
  display: block; }
#tickets .concert-details .right-col .gallery .gallery-img-holder .gall-img:nth-child(5n+5) {
  margin: 0 0 7px 0; }

#tickets .concert-details .right-col .gallery .gallery-img-holder .gall-img.more {
  position: absolute;
  background: #fff;
  bottom: 0;
  right: 0;
  margin: 0 14px 0 0;
}

#tickets .concert-details .right-col .gallery .gallery-img-holder .gall-img.more a {
  display: block;
  width: 64px;
  height: 41px;
  background: url("images/plus.png") no-repeat center center; }

#tickets .concert-details .right-col .gallery .gallery-video-holder {
  display: none; }

#tickets .concert-details .right-col .gallery.video .gallery-img-holder {
  max-height: 32px; }

#tickets .concert-details .right-col .gallery.video .gallery-video-holder {
  display: block; }
#tickets .concert-details .right-col .gallery.video .gallery-video-holder iframe {
  margin: 0 auto;
  width: 100%; }

.expander {
  position: relative;
  top: -155px;
  /*width: calc(100% - 315px);*/
  margin-bottom: -155px;
  clear: both; }
.expander .expander-trigger {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  border-bottom: 1px solid #DDD;
  cursor: pointer;
  display: block;
  font-size: 1.25rem;
  color: #fff;
  margin: 0;
  padding: 24px 10px 24px 70px;
  text-decoration: none;
  background: #ea1c1c; }
.expander .expander-content {
  /*width: calc(100% + 315px);*/
  margin-top: 15px;
  padding: 40px 20px 37px;
  border: 1px solid #b8b8b7;
  border-width: 1px 2px; }
.expander .expander-content .description {
  margin-bottom: 35px;
  font-size: .95rem;
  text-align: justify; }
.expander .expander-content .description .translate-option {
  display: block;
  margin: 0 0 5px 0;
  color: #ea1c1c;
  font-weight: 600; }
.expander .expander-content .description + p {
  text-align: center; }
.expander .expander-content p {
	text-align: justify;
  color: #333;
  line-height: 1.5em; }
.expander .expander-hidden {
  color: #595959;
  font-size: 1.25rem;
  background: #dcdcdd; }
.expander .expander-trigger:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  display: block;
  width: 23px;
  height: 23px;
  margin: 26px 0 0 21px;
  background: url("images/sprite.png") no-repeat -102px -28px; }
.expander .expander-hidden:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  display: block;
  width: 23px;
  height: 23px;
  margin: 25px 0 0 28px;
  background: url("images/sprite.png") no-repeat -53px -28px; }
.expander .expander-hidden + .expander-content {
  display: none; }

.dropdown {
  display: inline-block;
  width: 49.5%; }
.dropdown.ganre {
  float: left; }
.dropdown.spectacle {
  float: right; }
.dropdown .dropdown-container {
  display: inline-block;
  width: 100%;
  position: relative; }
.dropdown .dropdown-button {
  position: relative;
  min-height: 25px;
  margin: 0;
  padding: 8px 10px 8px 60px;
  color: #595959;
  background: #dcdcdd;
  cursor: pointer;
  font-size: 1em;
  letter-spacing: 1.4px;
  text-transform: uppercase; }
.dropdown .dropdown-button:after {
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  display: block;
  width: 23px;
  height: 23px;
  margin: 6px 0 0 25px;
  background: url("images/sprite.png") no-repeat -102px 3px; }
.dropdown .dropdown-button.selected {
  background-color: #ea1c1c;
  color: #fff; }
.dropdown .dropdown-button.selected:after {
  background-position: -139px 0px; }
.dropdown .dropdown-menu {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background: #dcdcdd;
  border-radius: 3px;
  border: 1px solid silver;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  color: #595959;
  cursor: pointer;
  display: none;
  margin: 0;
  overflow: visible;
  padding: 0;
  position: absolute;
  right: 0;
  top: 36px;
  width: inherit;
  z-index: 99;
  max-height: 300px;
  overflow-y: auto;
}
.dropdown .dropdown-menu li {
  border-bottom: 1px solid silver;
  color: #595959;
  list-style: none;
  padding: 5px 0 5px 60px;
  text-transform: uppercase;
  background: #f7f8fa;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f7f8fa 0%, #ffffff 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #f7f8fa 0%, #ffffff 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #f7f8fa 0%, #ffffff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f8fa', endColorstr='#ffffff',GradientType=0 );
  /* IE6-9 */ }
.dropdown .dropdown-menu li:hover {
  background: #d4d4d5; }
.dropdown .dropdown-menu li:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px; }
.dropdown .dropdown-menu li:last-child {
  border: none;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px; }
.dropdown .show-menu {
  display: block; }

.social-bar {
  margin: 0 0 5px 0;
  padding: 28px 20px 21px 25px;
  border: 1px solid #8d8d89;
  background: #cd0000;
  text-align: right; }
.social-bar .mailto {
  position: relative;
  float: left;
  display: inline-block;
  margin: 4px 0 0 0;
  padding: 0 0 0 80px;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold; }


.copyright {
  margin: 0 0 15px 0;
  padding: 13px 23px 13px  25px;
  background: #8d8d89;
  color: #fff;
  text-transform: uppercase; }
.copyright p {
  float: left;
  font-size: 0.7rem; }
.copyright .to-top {
  float: right;
  font-size: 0.7rem;
  color: #fff; }
.copyright a {
  color: #fff; }
.copyright a:hover {
  color: #595959; }

div.pp_default .pp_close {
  margin: -13px 0px 0 0px;
  background: url("images/sprite.png") no-repeat -102px -57px;
  z-index: 10; }

div.pp_default .pp_arrow_next {
  display: block !important;
  margin: 4px 0 0 10px !important;
  background: url("images/pp_next.png") no-repeat !important; }

div.pp_default .pp_arrow_previous {
  display: block !important;
  margin: 4px 6px 0 0 !important;
  background: url("images/pp_prev.png") no-repeat !important; }

div.pp_default .pp_next:hover {
  background: url("images/pp_next.png") no-repeat 95% center; }

div.pp_default .pp_previous:hover {
  background: url("images/pp_prev.png") no-repeat 5% center; }

div.pp_gallery ul {
  height: 40px;
  padding: 3px 0; }
div.pp_gallery ul li {
  width: 50px; }
div.pp_gallery ul li.selected {
  outline: 2px solid #fff; }
div.pp_gallery ul li a {
  border: none !important;
  background: none !important; }

.pp_overlay {
  z-index: 9999 !important; }

div.ppt {
  display: none !important; }

.pp_gallery {
  display: block !important;
  bottom: -10px;
  padding: 5px 0 0 0; }

.pp_details, .pp_bottom, .pp_top {
  display: none !important; }

.pp_right, .pp_left {
  background: none !important; }

div.pp_default .pp_content, div.light_rounded .pp_content {
  background-color: transparent !important; }

.contact-heading {
  margin: 15px 0 20px;
  padding: 20px 20px 15px 20px;
  text-align: center;
  border: 1px solid #b8b8b7; }
.contact-heading h2 {
  color: #777775;
  text-align: center;
  font-size: 22px;
  letter-spacing: 1px; }
.contact-heading a {
  display: block;
  margin: 15px 0 0  0;
  text-align: center;
  font-size: 28px;
  color: #d10d00; }
.contact-heading .call-price {
  margin: -6px 0 8px 0;
  font-size: 15px;
  color: #b0b0ae; }
.contact-heading .call-time {
  color: #777775;
  font-size: 18px; }

.wpcf7-form {
  position: relative;
  padding: 15px 17px 19px;
  border: 1px solid #b8b8b7; }
.wpcf7-form h3 {
  margin: 0 0 7px 0;
  font-family: Arial;
  color: #d10d00;
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: .8px; }
.wpcf7-form .appeal {
  font-size: 12px;
  color: #777775; }
.wpcf7-form fieldset {
  padding: 0;
  border: none;
  font-size: 12px;
  color: #777775; }
.wpcf7-form fieldset label {
  display: inline-block;
  font-weight: bold; }
.wpcf7-form fieldset .required {
  position: relative; }
.wpcf7-form fieldset .required:after {
  font-family: 'FontAwesome';
  color: #cd0000;
  content: '\f069';
  font-size: .6em;
  position: absolute;
  top: 0;
  right: 0;
  margin: -2px -10px 0 0; }
.wpcf7-form fieldset input {
  height: 33px;
  width: 100%;
  margin: 7px 0 0 0;
  padding: 5px 10px;
  border: 1px solid #909090;
  border-radius: 8px 8px 8px 8px/5px 5px 5px 5px; }
.wpcf7-form fieldset input.not-valid {
  box-shadow: 0 0 5px #ff1303;
  border: 1px solid #d7d7d6; }
.wpcf7-form fieldset .row.qualite span {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold; }
.wpcf7-form fieldset .row.qualite label {
  display: block; }
.wpcf7-form fieldset .row.qualite label input {
  margin: 0 5px 0 0; }

#wpcf7-f151-p152-o1 .wpcf7-form {
  margin-top: 20px;
  padding-top: 0; }
#wpcf7-f151-p152-o1 .wpcf7-form h3 {
  margin: 0 -17px 20px;
  padding: 7.5px 20px 3.5px;
  color: #fff;
  font-size: 25px;
  background: #cd0000; }
#wpcf7-f151-p152-o1 .wpcf7-form .select-wrapper {
  position: relative;
  display: inline-block; }
#wpcf7-f151-p152-o1 .wpcf7-form .select-wrapper select {
  display: block;
  padding: 2px 32px 2px 8px;
  border: 1px solid #efefef;
  border-radius: 3px;
  -webkit-appearance: none;
  appearance: none; }
#wpcf7-f151-p152-o1 .wpcf7-form .select-wrapper:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 15px;
  height: 21px;
  margin: 1px 0 0 0;
  background: url("images/sprite.png") no-repeat -477px -3px;
  pointer-events: none; }
#wpcf7-f151-p152-o1 .wpcf7-form .label-wrapper {
  margin-bottom: 10px; }
#wpcf7-f151-p152-o1 .wpcf7-form .submit .reserv {
  padding: 7px 18px;
  border-radius: 9px; }
#wpcf7-f151-p152-o1 .wpcf7-form .msg-send {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 0 0 0;
  padding: 7px 15px;
  font-size: 12px;
  color: #777775;
  border-bottom: 1px solid #b8b8b7;
  background: #fff; }

.wpcf7-form {
  padding-bottom: 5px;
  margin-top: 15px;
  padding-top: 0; }
.wpcf7-form .msg-send span {
  display: block;
  margin-bottom: 8px;
  color: #cd0000;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase; }
.wpcf7-form h3 {
  margin: 0 -17px 20px;
  padding: 7.5px 20px 3.5px;
  color: #fff;
  text-align: left;
  font-size: 25px;
  background: #cd0000; }
.wpcf7-form .select-wrapper {
  position: relative;
  display: inline-block; }
.wpcf7-form .select-wrapper select {
  display: block;
  padding: 2px 32px 2px 8px;
  border: 1px solid #efefef;
  border-radius: 3px;
  -webkit-appearance: none;
  appearance: none; }
.wpcf7-form .select-wrapper:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 15px;
  height: 21px;
  margin: 1px 0 0 0;
  background: url("images/sprite.png") no-repeat -477px -3px;
  pointer-events: none; }

#wpcf7-f157-p158-o1 .wpcf7-form .label-wrapper {
  margin-bottom: 10px; }

#wpcf7-f157-p158-o1 .wpcf7-form input[type="radio"], #wpcf7-f157-p158-o1 .wpcf7-form input[type="checkbox"] {
  width: auto;
  height: auto;
  display: inline-block; }

#wpcf7-f157-p158-o1 .wpcf7-form input[type="radio"] + label, #wpcf7-f157-p158-o1 .wpcf7-form input[type="checkbox"] + label {
  display: block; }

#wpcf7-f157-p158-o1 .wpcf7-form .submit .reserv {
  margin-bottom: 15px;
  padding: 7px 18px;
  border-radius: 9px; }

#wpcf7-f157-p158-o1 .wpcf7-form .submit p {
  margin-bottom: 5px; }

#wpcf7-f157-p158-o1 .wpcf7-form .msg-send {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 0 0 0;
  padding: 7px 15px;
  font-size: 12px;
  color: #777775;
  border-bottom: 1px solid #b8b8b7;
  background: #fff; }

#wpcf7-f163-p164-o1 .wpcf7-form .label-wrapper {
  margin-bottom: 10px; }

#wpcf7-f163-p164-o1 .wpcf7-form input[type="radio"], #wpcf7-f163-p164-o1 .wpcf7-form input[type="checkbox"] {
  width: auto;
  height: auto;
  display: inline-block; }

#wpcf7-f163-p164-o1 .wpcf7-form input[type="radio"] + label, #wpcf7-f163-p164-o1 .wpcf7-form input[type="checkbox"] + label {
  display: block; }

#wpcf7-f163-p164-o1 .wpcf7-form .submit .reserv {
  margin-bottom: 15px;
  padding: 7px 18px;
  border-radius: 9px; }

#wpcf7-f163-p164-o1 .wpcf7-form .submit p {
  margin-bottom: 5px; }

#wpcf7-f163-p164-o1 .wpcf7-form .msg-send {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 0 0 0;
  padding: 7px 15px;
  font-size: 12px;
  color: #777775;
  border-bottom: 1px solid #b8b8b7;
  background: #fff; }

#wpcf7-f168-p169-o1 .wpcf7-form .label-wrapper {
  margin-bottom: 10px; }

#wpcf7-f168-p169-o1 .wpcf7-form input[type="radio"], #wpcf7-f168-p169-o1 .wpcf7-form input[type="checkbox"] {
  width: auto;
  height: auto;
  display: inline-block; }

#wpcf7-f168-p169-o1 .wpcf7-form input[type="radio"] + label, #wpcf7-f168-p169-o1 .wpcf7-form input[type="checkbox"] + label {
  display: block; }

#wpcf7-f168-p169-o1 .wpcf7-form .submit .reserv {
  margin-bottom: 15px;
  padding: 7px 18px;
  border-radius: 9px; }

#wpcf7-f168-p169-o1 .wpcf7-form .submit p {
  margin-bottom: 5px; }

#wpcf7-f168-p169-o1 .wpcf7-form .msg-send {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 0 0 0;
  padding: 7px 15px;
  font-size: 12px;
  color: #777775;
  border-bottom: 1px solid #b8b8b7;
  background: #fff; }

.wpcf7-not-valid {
  box-shadow: 0 0 2.5px 1px rgba(255, 0, 9, 0.7);
  -web-kit-box-shadow: 0 0 2.5px 1px rgba(255, 0, 9, 0.7); }

.wpcf7-form .msg-send span {
  display: block;
  margin-bottom: 8px;
  color: #cd0000;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase; }

.form-validation-msg {
  display: none;
  padding: 10px;
  color: #cd0000;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  border: 1px dashed #cd0000; }

.msg-send {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 40px 0 0 0;
  padding: 0 15px;
  font-size: 12px;
  color: #777775;
  border-bottom: 1px solid #b8b8b7;
  background: #fff; }

.row {
  margin: 10px 0 0 0; }

.form-group.city {
  float: right;
  width: 58%; }

.form-group.name {
  float: left;
  width: 40%; }

.form-group.mail-code {
  float: left;
  width: 40%; }

.form-group.surname {
  float: right;
  width: 58%; }

#message {
  width: 100%;
  padding: 5px 10px;
  border: 1px solid #909090;
  border-radius: 8px 8px 8px 8px/5px 5px 5px 5px;
  resize: none; }

span.required {
  margin-right: 10px; }

.submit p {
  margin-bottom: 20px; }

.submit .reserv {
  padding: 3.5px 18px;
  font-size: 14px;
  border-radius: 6px; }

.legales {
  /*font-weight: bold;*/
  /*color: #777775;*/
  margin-top: 15px; }
.legales h2 {
  margin-bottom: 20px;
  /*font-size: 25px;*/
  /*color: #777775; */
}
.legales p {
  margin-bottom: 7px; }
.legales p.intellectual {
  margin-top: 30px;
  /*font-size: 14px;*/
  /*color: #cd0000; */
}
.legales address {
  margin-top: 15px; }
.legales address span {
  display: block;
  margin-bottom: 3px;
  /*font-size: 14px; */
}

.tip-yellowsimple {
  z-index: 1000;
  text-align: center;
  border: 1px solid #bdb8b2;
  border-radius: 1px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  padding: 9px 8px;
  min-width: 50px;
  max-width: 300px;
  color: #000;
  background-color: #fafafa;
  /**
     * - If you set a background-image, border/padding/background-color will be ingnored.
     *   You can set any padding to .tip-inner instead if you need.
     * - If you want a tiled background-image and border/padding for the tip,
     *   set the background-image to .tip-inner instead.
     */ }
.tip-yellowsimple .tip-inner {
  font-size: 12px; }
.tip-yellowsimple .tip-arrow-top {
  margin-top: -6px;
  margin-left: 20px;
  /* approx. half the width to center it */
  top: 0;
  left: 0;
  width: 9px;
  height: 6px;
  background: url(images/tip-yellowsimple_arrows.gif) no-repeat; }
.tip-yellowsimple .tip-arrow-right {
  margin-top: -4px;
  /* approx. half the height to center it */
  margin-left: 0;
  top: 50%;
  left: 100%;
  width: 6px;
  height: 9px;
  background: url(images/tip-yellowsimple_arrows.gif) no-repeat -9px 0; }
.tip-yellowsimple .tip-arrow-bottom {
  margin-top: 0;
  margin-left: -5px;
  /* approx. half the width to center it */
  top: 100%;
  left: 50%;
  width: 9px;
  height: 6px;
  background: url(images/tip-yellowsimple_arrows.gif) no-repeat -18px 0; }
.tip-yellowsimple .tip-arrow-left {
  margin-top: -4px;
  /* approx. half the height to center it */
  margin-left: -6px;
  top: 50%;
  left: 0;
  width: 6px;
  height: 9px;
  background: url(images/tip-yellowsimple_arrows.gif) no-repeat -27px 0; }

/* Configure an arrow image - the script will automatically position it on the correct side of the tip */
.ajax-loader {
  width: auto; }

.wpcf7-submit {
  width: auto !important; }

#wpcf7-f157-p158-o1 [type="radio"], #wpcf7-f157-p158-o1 [type="checkbox"] {
  width: auto;
  height: auto; }

#wpcf7-f157-p158-o1 .wpcf7-radio .wpcf7-list-item {
  display: block;
  margin-bottom: 0; }

#wpcf7-f157-p158-o1 .wpcf7-radio .wpcf7-list-item-label {
  margin-bottom: 0; }

#wpcf7-f163-p164-o1 [type="radio"], #wpcf7-f157-p158-o1 [type="checkbox"] {
  width: auto;
  height: auto; }

#wpcf7-f163-p164-o1 .wpcf7-radio .wpcf7-list-item {
  display: block;
  margin-bottom: 0; }

#wpcf7-f163-p164-o1 .wpcf7-radio .wpcf7-list-item-label {
  margin-bottom: 0; }

#wpcf7-f168-p169-o1 [type="radio"], #wpcf7-f157-p158-o1 [type="checkbox"] {
  width: auto;
  height: auto; }

#wpcf7-f168-p169-o1 .wpcf7-radio .wpcf7-list-item {
  display: block;
  margin-bottom: 0; }

#wpcf7-f168-p169-o1 .wpcf7-radio .wpcf7-list-item-label {
  margin-bottom: 0; }

.lang-item img {
  width: 23px;
  height: 16px;
  margin: 0 3px 0 0;
  vertical-align: middle; }

/*.description {*/
  /*position: relative; }*/

.read-more {
    position: absolute;
    /*padding: 0 24px 0 11px;*/
    bottom: 0;
    right: 10px;
    background: #fff;
    text-align: right;}
.read-more a {
  background: #dcdcdd;
  padding: 0 3px; }

.lang-change {
  text-transform: uppercase; }

/*.fb-like span, .fb-like iframe {
  height: 20px !important; }*/

/*# sourceMappingURL=all.css.map */
.st0 {
  fill: #D2232A; }

.st1 {
  fill: #FFFFFF; }

nav#nav a{
  text-transform: uppercase;
}
.news h2{
  text-transform: uppercase;
}
.tab-content a img:not(.gallery-item)  {
  width: auto;
}
.page_number{
  width: 20px;
  text-align: center;
}
.facebook-holder{
  margin: 10px 0 0 0;
  z-index: 2;
  position: relative;
}

.facebook-holder iframe{
  width: 175px !important;
}

#wpcf7-f177-p178-o1 [type=radio]{
   height: auto;
   width: auto;
}

#wpcf7-f177-p178-o1 .wpcf7-list-item{
  display: block;
}
#wpcf7-f180-p181-o1 [type=radio]{
  height: auto;
  width: auto;
}

#wpcf7-f180-p181-o1 .wpcf7-list-item{
  display: block;
}

#wpcf7-f151-p152-o1 [type=radio]{
  height: auto;
  width: auto;
}

#wpcf7-f151-p152-o1 .wpcf7-list-item{
  display: block;
}

.concert-details{
  position: relative;
  z-index: 2;
}
.expander{
  z-index: -1;
}
.expander-content img{
  width: auto;
  height: auto;
}

.t_content {
padding-top: 15px;
}
#footer .social-bar .mailto{
  font-family: gothamLight;
}
#tickets #main:not(.companies) .clearfix .content{
/*margin: -85px 0 6px 0;*/
margin: 0px 0 6px 0;
}

/*style edit 12.12.16*/
.social-bar{
	padding: 9px 20px 9px 25px;
}
.social-bar .mailto{
	font-size: 0.9rem;
	padding: 0;
}
/*.footer-social .social-title{*/
	/*margin-top: 6px;*/
	/*display: inline-block;*/
	/*font-size: 0.7rem;*/
/*}*/
/*.footer-social .social {*/
	/*margin: 0;*/
/*}*/
/*.footer-social .social li a{*/
	/*font-size: 1.3rem;*/
/*}*/
.social-bar .mailto:before {
	content: '';
	/*position: absolute;*/
	/*top: 0;*/
	/*left: 0;*/
	display: inline-block;
	width: 25px;
	height: 13px;
	margin: 0 8px 0 0;
	background: url("images/envelop.png") no-repeat;
	background-size: cover;
	vertical-align: text-top;
}

.fb-page{
    margin: 0;
    position: relative;
    /*left: 50%;*/
    /*-wekit-transform: translateX(-50%);*/
    /*transform: translateX(-50%);*/
}
.fb-page.fb_iframe_widget_fluid{    display: inline-block!important;}

.expander{
    position: relative;
    z-index: 5;
}

.expander .expander-content {
    background: #ffffff;
    /*width: calc(100% + 317px);}*/
}

.btn.reserv.not-active {
    cursor: default;
}

.btn.reserv.complete {
    background-color: #788a89;
}

.btn.reserv.complete:hover {
    background-color: #788a89;
}

.btn.reserv.coming-soon {
    width: 120px;
    font-size: 12.5px !important;
    line-height: 1.6;
}

.btn.reserv.sold-out,
.btn.reserv.canceled {
    background-color: #8d8d89;
}

.btn.reserv.sold-out:hover,
.btn.reserv.canceled:hover {
    background-color: #8d8d89;
}

.btn.reserv.coming-soon:hover {
  background-color: #ea1c1c;
}


/* IE11 style only!!!  */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.search-holder .search-header .search-form .search-btn{
		height: 34px;}
}

/* Map */
.wt-map-holder{
  margin-top: -25px;
  text-align: center;
}
.wt-map-holder > svg{
  height: 350px;}
.wt-map-holder text{
  text-transform: uppercase;
  font-family: "gotham book", Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: 600;
}
.wt-map-holder a:hover, .wt-map-holder a.selected-region {text-decoration: none;}
.wt-map-holder a:hover text, .wt-map-holder a.selected-region text {fill: #fff ;}
.wt-map-holder a:hover text.wt-no-hover {fill: #8D8E8A;}
.wt-map-holder a:hover path, .wt-map-holder a.selected-region path {fill:  #8D8E8A;}
.wt-map-holder ul{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  width: 100%;
  margin-bottom: 10px;
  margin-top: -55px;
}
.wt-map-holder ul li{
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  vertical-align: top;
  width: 71px;
  text-transform: uppercase;
  font-family: "gotham book", Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: 600;
  color: #8D8E8A;
  text-align: center;
}
@media screen and (max-width: 768px){
  .wt-map-holder ul{
    -webkit-justify-content: center;
    -ms-flex-pack: distribute;
    justify-content: center;
  }
  .wt-map-holder ul li + li{margin-left: 16px;}
}
.wt-map-holder ul li p{
  margin-bottom: 10px;
  cursor: default;
}
.wt-map-holder ul li a{
  height: 67px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #dcdcdd;
  border-radius: 5px;
  padding: 5px;
}
.wt-map-holder ul li a:hover, .wt-map-holder ul li a.selected-country{background-color: #8D8E8A;}
.wt-map-holder ul li a:hover path, .wt-map-holder ul li a.selected-country path{fill: #fff;}
.wt-map-holder ul li a svg{
  width: 71%;
  margin: auto;
}
html[lang="ru-RU"] .wt-map-holder ul li a[data-value="1824"] svg{width: 90%;}
html[lang="en-GB"] .wt-map-holder ul li a[data-value="1826"] svg{width: 90%;}
html[lang="fr-FR"] .wt-map-holder ul li a[data-value="1822"] svg{width: 90%;}
html[lang="ru-RU"] .wt-map-holder ul li a[data-value="156"] svg{width: 65%;}
html[lang="en-GB"] .wt-map-holder ul li a[data-value="148"] svg{width: 65%;}
html[lang="fr-FR"] .wt-map-holder ul li a[data-value="176"] svg{width: 65%;}
.wt-map-holder ul li a svg path{
  fill: #dcdcdd;
  stroke-width: 0.5;
}
html[lang="ru-RU"] a[data-value="164"] text{transform: matrix(1, 0, 0, 1, 250.924, 231.489);}
html[lang="ru-RU"] a[data-value="36"] text{transform: matrix(1, 0, 0, 1, 184.74, 130.216);}
html[lang="ru-RU"] a[data-value="156"] text{transform: matrix(1, 0, 0, 1, 261.099, 144.946);}
html[lang="fr-FR"] a[data-value="190"] text{transform: matrix(1, 0, 0, 1, 311.008, 192.884);}

html[lang="en-GB"] .wt-map-holder ul li:nth-of-type(2) p{margin-left: -2px;}


/*--- Footer new ---*/
footer{
  background-color: #52514f;
  color: #fff;
  font-family: 'Gotham', 'Arial';
  font-weight: 300;
}
.footer-bottom{background-color: #fff;}
.footer-container{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 60px 0 30px;
}
.footer-address{
  text-align: center;
}
address{
  font-size: 12px;
  font-style: normal;
}
.footer-logo{
  max-width: 62px;
  margin: auto;
  margin-bottom: 20px;
}
footer .social{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin-top: 24px;
  margin-bottom: 25px;
}
footer .social li{
  display: inline-block;
  vertical-align: middle;
}
.footer-top a .fa-phone,
.footer-top a .fa-envelope-o
{
  font-size: 16px;
  margin-right: 10px;
}
.footer-top a,
.menu-centerfr-container a,
.menu-centerru-container a,
.menu-centeren-container a
{color: #fff;}
.menu-centerfr-container .menu,
.menu-centerru-container .menu,
.menu-centeren-container .menu
{text-align: center;}
.menu-centerfr-container,
.menu-centerru-container,
.menu-centeren-container
{
  padding: 15px;
  font-size: 12px;
}
.menu-centerfr-container .menu li,
.menu-centerru-container .menu li,
.menu-centeren-container .menu li{
  display: inline-block;
}
.menu-centerfr-container .menu li + li:before,
.menu-centerru-container .menu li + li:before,
.menu-centeren-container .menu li + li:before{
  content: '-';
  display: inline-block;
  margin-left: 4px;
  margin-right: 8px;
}
footer .social a{font-size: 25px;  }
footer .newsletter-link{
  display: inline-block;
  padding: 5px 15px;
  border-radius: 10px;
  color: #fff;
  background-color: #e53123;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  letter-spacing: 2px;
}
footer .newsletter-link:hover{
  text-decoration: none;
  /*color: #595959;*/
}
.footer-list{font-size: 12px;}
.footer-list h1{
  text-transform: uppercase;
  font: normal 16px Gotham, Arial, Helvetica, sans-serif;
  margin-bottom: 20px;
}
.footer-list ul > li{margin-bottom: 3px;}
.footer-contact .font-small{
  font-size: 11px;
  margin: 10px 0;
}
.footer-bottom .footer-container{
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 20px 0;
  background-color: #fff;
}
.footer-bottom .footer-container > div{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 11%;
  padding-bottom: 15px;
}
.footer-bottom .footer-container > div:nth-child(1):nth-last-child(10),
.footer-bottom .footer-container > div:nth-child(2):nth-last-child(9),
.footer-bottom .footer-container > div:nth-child(3):nth-last-child(8),
.footer-bottom .footer-container > div:nth-child(4):nth-last-child(7),
.footer-bottom .footer-container > div:nth-child(5):nth-last-child(6),
.footer-bottom .footer-container > div:nth-child(6):nth-last-child(5),
.footer-bottom .footer-container > div:nth-child(7):nth-last-child(4),
.footer-bottom .footer-container > div:nth-child(8):nth-last-child(3),
.footer-bottom .footer-container > div:nth-child(9):nth-last-child(2),
.footer-bottom .footer-container > div:nth-child(10):nth-last-child(1){width: 12.5%;}
.footer-bottom .footer-container > div{
  width: 11%;
}
.footer-bottom .footer-container > div:nth-child(1):nth-last-child(10),
.footer-bottom .footer-container > div:nth-child(2):nth-last-child(9),
.footer-bottom .footer-container > div:nth-child(3):nth-last-child(8),
.footer-bottom .footer-container > div:nth-child(4):nth-last-child(7),
.footer-bottom .footer-container > div:nth-child(5):nth-last-child(6),
.footer-bottom .footer-container > div:nth-child(6):nth-last-child(5),
.footer-bottom .footer-container > div:nth-child(7):nth-last-child(4),
.footer-bottom .footer-container > div:nth-child(8):nth-last-child(3),
.footer-bottom .footer-container > div:nth-child(9):nth-last-child(2),
.footer-bottom .footer-container > div:nth-child(10):nth-last-child(1),
.footer-bottom .footer-container > div:nth-child(1):nth-last-child(8),
.footer-bottom .footer-container > div:nth-child(2):nth-last-child(7),
.footer-bottom .footer-container > div:nth-child(3):nth-last-child(6),
.footer-bottom .footer-container > div:nth-child(4):nth-last-child(5),
.footer-bottom .footer-container > div:nth-child(5):nth-last-child(4),
.footer-bottom .footer-container > div:nth-child(6):nth-last-child(3),
.footer-bottom .footer-container > div:nth-child(7):nth-last-child(2),
.footer-bottom .footer-container > div:nth-child(8):nth-last-child(1){width: 12.5%;}
.footer-bottom .footer-container > div:nth-child(1):nth-last-child(7),
.footer-bottom .footer-container > div:nth-child(2):nth-last-child(6),
.footer-bottom .footer-container > div:nth-child(3):nth-last-child(5),
.footer-bottom .footer-container > div:nth-child(4):nth-last-child(4),
.footer-bottom .footer-container > div:nth-child(5):nth-last-child(3),
.footer-bottom .footer-container > div:nth-child(6):nth-last-child(2),
.footer-bottom .footer-container > div:nth-child(7):nth-last-child(1){width: 14.28%}
.footer-bottom .footer-container > div:nth-child(1):nth-last-child(6),
.footer-bottom .footer-container > div:nth-child(2):nth-last-child(5),
.footer-bottom .footer-container > div:nth-child(3):nth-last-child(4),
.footer-bottom .footer-container > div:nth-child(4):nth-last-child(3),
.footer-bottom .footer-container > div:nth-child(5):nth-last-child(2),
.footer-bottom .footer-container > div:nth-child(6):nth-last-child(1){width: 16.66%;}
.footer-bottom .footer-container > div:nth-child(1):nth-last-child(5),
.footer-bottom .footer-container > div:nth-child(2):nth-last-child(4),
.footer-bottom .footer-container > div:nth-child(3):nth-last-child(3),
.footer-bottom .footer-container > div:nth-child(4):nth-last-child(2),
.footer-bottom .footer-container > div:nth-child(5):nth-last-child(1){width: 20%;}
.footer-bottom .footer-container > div:nth-child(1):nth-last-child(4),
.footer-bottom .footer-container > div:nth-child(2):nth-last-child(3),
.footer-bottom .footer-container > div:nth-child(3):nth-last-child(2),
.footer-bottom .footer-container > div:nth-child(4):nth-last-child(1){width: 25%;}
.footer-bottom .footer-container > div:nth-child(1):nth-last-child(3),
.footer-bottom .footer-container > div:nth-child(2):nth-last-child(2),
.footer-bottom .footer-container > div:nth-child(3):nth-last-child(1){width: 33.33%;}
.footer-bottom .footer-container > div:nth-child(1):nth-last-child(2),
.footer-bottom .footer-container > div:nth-child(2):nth-last-child(1){width: 50%;}
.footer-bottom .footer-container > div > a{
  display: block;
  max-width: 70px;
}
.footer-bottom .footer-container > div > a img{
  width: auto;
  max-width: 100%;
  max-height: 60px;
}
a[href^="tel:"]{pointer-events: none;}


@media screen and (min-width: 737px) and (max-width: 1024px)  and (orientation: portrait){
  .footer-bottom .footer-container > div,
  .footer-bottom .footer-container > div:nth-child(1):nth-last-child(10),
  .footer-bottom .footer-container > div:nth-child(2):nth-last-child(9),
  .footer-bottom .footer-container > div:nth-child(3):nth-last-child(8),
  .footer-bottom .footer-container > div:nth-child(4):nth-last-child(7),
  .footer-bottom .footer-container > div:nth-child(5):nth-last-child(6),
  .footer-bottom .footer-container > div:nth-child(6):nth-last-child(5),
  .footer-bottom .footer-container > div:nth-child(7):nth-last-child(4),
  .footer-bottom .footer-container > div:nth-child(8):nth-last-child(3),
  .footer-bottom .footer-container > div:nth-child(9):nth-last-child(2),
  .footer-bottom .footer-container > div:nth-child(10):nth-last-child(1){
    width: 14%;
  }
  .footer-bottom .footer-container > div:nth-child(1):nth-last-child(8),
  .footer-bottom .footer-container > div:nth-child(2):nth-last-child(7),
  .footer-bottom .footer-container > div:nth-child(3):nth-last-child(6),
  .footer-bottom .footer-container > div:nth-child(4):nth-last-child(5),
  .footer-bottom .footer-container > div:nth-child(5):nth-last-child(4),
  .footer-bottom .footer-container > div:nth-child(6):nth-last-child(3),
  .footer-bottom .footer-container > div:nth-child(7):nth-last-child(2),
  .footer-bottom .footer-container > div:nth-child(8):nth-last-child(1),
  .footer-bottom .footer-container > div:nth-child(1):nth-last-child(6),
  .footer-bottom .footer-container > div:nth-child(2):nth-last-child(5),
  .footer-bottom .footer-container > div:nth-child(3):nth-last-child(4),
  .footer-bottom .footer-container > div:nth-child(4):nth-last-child(3),
  .footer-bottom .footer-container > div:nth-child(5):nth-last-child(2),
  .footer-bottom .footer-container > div:nth-child(6):nth-last-child(1){width: 16.66%;}
  .footer-bottom .footer-container > div:nth-child(1):nth-last-child(6),
  .footer-bottom .footer-container > div:nth-child(2):nth-last-child(5),
  .footer-bottom .footer-container > div:nth-child(3):nth-last-child(4),
  .footer-bottom .footer-container > div:nth-child(4):nth-last-child(3),
  .footer-bottom .footer-container > div:nth-child(5):nth-last-child(2),
  .footer-bottom .footer-container > div:nth-child(6):nth-last-child(1){width: 16.66%;}
  .footer-bottom .footer-container > div:nth-child(1):nth-last-child(5),
  .footer-bottom .footer-container > div:nth-child(2):nth-last-child(4),
  .footer-bottom .footer-container > div:nth-child(3):nth-last-child(3),
  .footer-bottom .footer-container > div:nth-child(4):nth-last-child(2),
  .footer-bottom .footer-container > div:nth-child(5):nth-last-child(1){width: 20%;}
  .footer-bottom .footer-container > div:nth-child(1):nth-last-child(4),
  .footer-bottom .footer-container > div:nth-child(2):nth-last-child(3),
  .footer-bottom .footer-container > div:nth-child(3):nth-last-child(2),
  .footer-bottom .footer-container > div:nth-child(4):nth-last-child(1){width: 25%;}
  .footer-bottom .footer-container > div:nth-child(1):nth-last-child(3),
  .footer-bottom .footer-container > div:nth-child(2):nth-last-child(2),
  .footer-bottom .footer-container > div:nth-child(3):nth-last-child(1){width: 33.33%;}
  .footer-bottom .footer-container > div:nth-child(1):nth-last-child(2),
  .footer-bottom .footer-container > div:nth-child(2):nth-last-child(1){width: 50%;}

}
@media screen and (min-width: 737px) and (max-width: 1024px)  and (orientation: landscape){
  .footer-bottom .footer-container > div{
    width: 11%;
  }
  .footer-bottom .footer-container > div:nth-child(1):nth-last-child(10),
  .footer-bottom .footer-container > div:nth-child(2):nth-last-child(9),
  .footer-bottom .footer-container > div:nth-child(3):nth-last-child(8),
  .footer-bottom .footer-container > div:nth-child(4):nth-last-child(7),
  .footer-bottom .footer-container > div:nth-child(5):nth-last-child(6),
  .footer-bottom .footer-container > div:nth-child(6):nth-last-child(5),
  .footer-bottom .footer-container > div:nth-child(7):nth-last-child(4),
  .footer-bottom .footer-container > div:nth-child(8):nth-last-child(3),
  .footer-bottom .footer-container > div:nth-child(9):nth-last-child(2),
  .footer-bottom .footer-container > div:nth-child(10):nth-last-child(1),
  .footer-bottom .footer-container > div:nth-child(1):nth-last-child(8),
  .footer-bottom .footer-container > div:nth-child(2):nth-last-child(7),
  .footer-bottom .footer-container > div:nth-child(3):nth-last-child(6),
  .footer-bottom .footer-container > div:nth-child(4):nth-last-child(5),
  .footer-bottom .footer-container > div:nth-child(5):nth-last-child(4),
  .footer-bottom .footer-container > div:nth-child(6):nth-last-child(3),
  .footer-bottom .footer-container > div:nth-child(7):nth-last-child(2),
  .footer-bottom .footer-container > div:nth-child(8):nth-last-child(1){width: 12.5%;}
  .footer-bottom .footer-container > div:nth-child(1):nth-last-child(7),
  .footer-bottom .footer-container > div:nth-child(2):nth-last-child(6),
  .footer-bottom .footer-container > div:nth-child(3):nth-last-child(5),
  .footer-bottom .footer-container > div:nth-child(4):nth-last-child(4),
  .footer-bottom .footer-container > div:nth-child(5):nth-last-child(3),
  .footer-bottom .footer-container > div:nth-child(6):nth-last-child(2),
  .footer-bottom .footer-container > div:nth-child(7):nth-last-child(1){width: 14.28%}
  .footer-bottom .footer-container > div:nth-child(1):nth-last-child(6),
  .footer-bottom .footer-container > div:nth-child(2):nth-last-child(5),
  .footer-bottom .footer-container > div:nth-child(3):nth-last-child(4),
  .footer-bottom .footer-container > div:nth-child(4):nth-last-child(3),
  .footer-bottom .footer-container > div:nth-child(5):nth-last-child(2),
  .footer-bottom .footer-container > div:nth-child(6):nth-last-child(1){width: 16.66%;}
  .footer-bottom .footer-container > div:nth-child(1):nth-last-child(5),
  .footer-bottom .footer-container > div:nth-child(2):nth-last-child(4),
  .footer-bottom .footer-container > div:nth-child(3):nth-last-child(3),
  .footer-bottom .footer-container > div:nth-child(4):nth-last-child(2),
  .footer-bottom .footer-container > div:nth-child(5):nth-last-child(1){width: 20%;}
  .footer-bottom .footer-container > div:nth-child(1):nth-last-child(4),
  .footer-bottom .footer-container > div:nth-child(2):nth-last-child(3),
  .footer-bottom .footer-container > div:nth-child(3):nth-last-child(2),
  .footer-bottom .footer-container > div:nth-child(4):nth-last-child(1){width: 25%;}
  .footer-bottom .footer-container > div:nth-child(1):nth-last-child(3),
  .footer-bottom .footer-container > div:nth-child(2):nth-last-child(2),
  .footer-bottom .footer-container > div:nth-child(3):nth-last-child(1){width: 33.33%;}
  .footer-bottom .footer-container > div:nth-child(1):nth-last-child(2),
  .footer-bottom .footer-container > div:nth-child(2):nth-last-child(1){width: 50%;}
}
/*--- Header new ---*/
.toggle-menu{
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.lang-change{
  margin-top: -48px;
  margin-left: 10px;}
.lang-change li{
  display: inline-block;
  margin-left: 5px;}
.lang-change li:last-child{
  margin-left: 5px;}
.lang-change li.current-lang a{
  color: #000;
  font-weight: 800;}
/*.lang-change li a {font-size: 15px;}*/


/* MENU BOUTIQUE */

#nav ul li.shopButtonNav {
	display: none !important;
}

.shop{
  margin-top: -48px;
  margin-left: 8px;}
.shop li{
  display: inline-block;
  margin-left: 5px;}
.shop li:last-child{
  margin-left: 5px;}

a.shopButton {
	float: right;
    display: block;
    padding: 3px 10px;
    color: #fff;
    font-size: 13px;
	background-color: #cd0000;
    display: block;
}

/* FIN MENU BOUTIQUE */


.search-header{
  float: right;
  /*margin-right: 90px;*/
	margin-right: 185px;
  font-size: 12px;
}
.search-form fieldset{
  padding: 3px;
  border:0;
  border-bottom: 1px solid silver;
}
.search-form .search-input{min-width: 140px;}
.search-btn{
  display: inline-block;
  text-indent: -9999px;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  background-image: url(/wp-content/themes/traviata/images/loupe.png);
  background-size: contain;
  background-repeat: no-repeat;
}
#nav{
  margin-top: -26px;
  /*margin-right: -88px;*/
}
.search-toggle, .map-toggle{
  display: none;
  width: 62px;
  height: 62px;
  background-color: transparent;
}
.search-toggle{
   background-image: url(/wp-content/themes/traviata/images/loupe.png);
  background-size: 19px;
  background-repeat: no-repeat;
  background-position: center;
 }
.map-toggle{
  background-image: url(/wp-content/themes/traviata/images/map-toggle.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 45px;
}
.search-toggle.is-active, .map-toggle.is-active{
  /*border: 1px solid silver;*/
}
/*#tickets #main > .content{margin-top: 15px;}*/
