@font-face{
  font-family:'Ubuntu';
  src:url('../fonts/Ubuntu-Regular.eot');
  src:url('../fonts/Ubuntu-Regular.eot?iefix') format('eot'),
    url('../fonts/Ubuntu-Regular.woff') format('woff'),
    url('../fonts/Ubuntu-Regular.svg#webfont') format('svg');
  font-weight:normal;
  font-style:normal;
}
@font-face{
  font-family:'Ubuntu';
  src:url('../fonts/Ubuntu-Bold.eot');
  src:url('../fonts/Ubuntu-Bold.eot?iefix') format('eot'),
    url('../fonts/Ubuntu-Bold.woff') format('woff'),
    url('../fonts/Ubuntu-Bold.svg#webfont') format('svg');
  font-weight: Bold;
  font-style:normal;
}
@font-face{
  font-family:'Ubuntu';
  src:url('../fonts/Ubuntu-Italic.eot');
  src:url('../fonts/Ubuntu-Italic.eot?iefix') format('eot'),
    url('../fonts/Ubuntu-Italic.woff') format('woff'),
    url('../fonts/Ubuntu-Italic.svg#webfont') format('svg');
  font-weight:normal;
  font-style: italic;
}
@font-face{
  font-family:'Ubuntu';
  src:url('../fonts/Ubuntu-Medium.eot');
  src:url('../fonts/Ubuntu-Medium.eot?iefix') format('eot'),
    url('../fonts/Ubuntu-Medium.woff') format('woff'),
    url('../fonts/Ubuntu-Medium.svg#webfont') format('svg');
  font-weight:600;
  font-style:normal;
}

html,
body{
  overflow-x: hidden;
}



body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-family:'Ubuntu';
  font-size: 16px;
  /*filter: grayscale(1);*/
}
body *{
  outline: none;
}

.jr_component {
  width: 100%;
  margin: 0 auto;
}

.jr_component .jr_full {
  float: left;
  width: 100%;
}

.jr_component .jr_middle {
  float: left;
  width: 70%;
}

.jr_component .jr_small {
  float: left;
  width: 30%;
}

.jr_component .jr_right {
  float: left;
  width: 27%;
  margin-left: 3%;
}

.jr_component .jr_left {
  float: left;
  width: 27%;
  margin-left: 3%;
}

.jr_component .jr_right,
.jr_component .jr_left {
  float: left;
}

.jr_component .jr_right .moduletable,
.jr_component .jr_left .moduletable {
  float: left;
  margin: 2;
  padding: 2%;
  width: 96%;
}

.clr {
  clear: both;
  float: none;
  margin: 0;
  padding: 0;
}

div#back-top img {
  position: fixed;
  right: 2%;
  top: inherit;
  bottom: 20px;
  z-index: 10;
}
.header_hamburger {
  display: none;
}


div#header {
  border-top: 7px solid #03008d;
  position: absolute;
  width: 100% !important;
  z-index: 10;
  margin: 0 auto !important;
  background: transparent;
}

.header_logo {
  width: 200px;
  text-align: center;
  margin-top: 35px;
}

.header_menu {
  margin-top: 35px;
}

.header_contact {
  display: flex;
}

.header_soc {
  background: #1d1d1d;
  padding: 0px 30px;
  max-height: 70px;
  display: flex;
  align-items: center;
}

.header_soc a {
  display: flex;
  align-items: center;
  margin-left: 15px;
}
.header_soc a:first-child{
  margin: 0;
}
.header_online {
  max-height: 70px;
  display: flex;
  align-items: center;
}

.header_online a {
  padding: 0 25px;
  height: 100%;
  display: flex;
  align-items: center;
  background: #03008d;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
}
.header_menu .menu a,
.header_menu .menu span {
  padding: 15px 10px;
  text-decoration: none;
  color: #fff;
  cursor: pointer;
}
.slide-absol {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  height: 100%;
  display: flex;
  align-items: center;
  background: rgba(0, 0, 0, 0.55);
}

.a-slider-swiper {
  position: relative;
}

.slide-data {
  font-weight: bold;
  font-size: 125%;
  color: #fff;
  margin-bottom: 0px;
}

.slide-title {
  font-weight: bold;
  font-size: 350%;
  color: #fff;
  margin-bottom: 20px;
}

.slide-link a {
  padding: 20px 25px;
  color: #fff !important;
  border: 1px solid #fff;
  display: inline-block;
  cursor: pointer;
  text-transform: uppercase;
  text-decoration: none;
}

.a-slider-swiper .swiper-slide img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  max-height: 100vh;
}
.slide-absol_block {
  margin-top: 150px;
}

.section_afisha_slider .swiper-slide img,
.section_news_slider .swiper-slide img{
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  max-height: 750px;
}
.a-slider-pagination {
  position: absolute;
  z-index: 2;
  flex-direction: column;
  top: 50%;
  transform: translateY(-50%);
  justify-content: center;
  left: 0px;
  width: 100%;
}
.a-slider-pagination2 {
  display: flex;
  flex-direction: column;
  right: 0;
  align-items: flex-end;
}
.a-slider-pagination2 span {
  margin: 10px 0;
  width: 12px;
  height: 12px;
  background: transparent;
  opacity: 0.5;
  transition: all 0.5s ease;
  border: 1px solid #fff;
}
.swiper-pagination-bullet-active,
.a-slider-pagination2 span:hover {
  background: #fff !important;
  opacity: 1 !important;
}

.section_afisha_title_number {
  font-weight: bold;
  font-size: 350%;
  color: #dbdbdb;
}




.section_afisha_title_block {
  display: flex;
  align-items: center;
}
.section_afisha_title_line {
  width: 100px;
  height: 2px;
  background: #ff6c00;
  margin: 0 50px;
}
.section_afisha_title_title {
  font-weight: bold;
  font-size: 350%;
  color: #000000;
}


.section_afisha_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}

.section_afisha_navigation {
  display: flex;
}
.section_afisha_item {
  padding-right: 40px;
}
.section_afisha_body {
  position: relative;
}

.section_afisha_body:before {
  content: "";
  height: 100%;
  width: 100%;
  background: white;
  position: absolute;
  right: 100%;
  top: 0;
  z-index: 2;
}
.section_afisha {
  /* margin-top: -50px; */
  z-index: 1;
  position: relative;
}
.afisha_header_block {
  background: #fff;
  position: relative;
  padding-top: 60px;
}
.section {
  padding-bottom: 60px;
}
.afisha_header_block:before {
  content: "";
  position: absolute;
  right: 100%;
  width: 100%;
  height: 100%;
  background: white;
  top: 0;
}

.section_afisha_navigation div {
  margin: 0 10px;
  padding: 5px;
  cursor: pointer;
}

.section_afisha_navigation {
  margin-right: 30px;
}

.section_afisha_data-price {
  font-size: 80%;
  color: #03008d;
  font-weight: bold;
  margin-bottom: 5px;
}

.section_afisha_img {
  margin-bottom: 20px;
  height: 250px;
}


.section_afisha_title a{
  font-size: 115%;
  font-weight: bold;
  color: #000;
  text-decoration: none;
}
a.linck_afisha {
  display: block;
  text-align: center;
  background: #03008d;
  padding: 20px 0;
  color: #fff;
  font-size: 120%;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  margin-top: 50px;
}

.section_gallery {
  height: 580px;
  text-align: center;
  display: flex;
  align-items: center;
  background: url(../images/gallery-bg.png);
}
.section_gallery:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 0;
}

.gallery_linck {
  position: relative;
  z-index: 1;
  color: #fff;
  text-decoration: none !important;
  padding: 25px 40px;
  border: 2px solid #fff;
  -webkit-transition: color 1000ms;
  transition: color 1000ms;
  font-weight: bold;
  text-transform: uppercase;
  display: inline-block;
}

.gallery_linck:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ffffff;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition: 300ms ease-out;
  transition: 300ms ease-out;
}
.gallery_linck:hover:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.gallery_linck:hover{
  color: #000000;
}
.section_news_item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px;
}

.section_news_block_list {
  display: flex;
  width: 75%;
  border-top: 1px solid #c5c5c5;
}

.section_news_img {
  width: 25%;
  height: 100px;
}

.section_news_data-price {
  width: 130px;
  position: relative;
  padding-top: 30px;
  font-size: 85%;
  text-transform: uppercase;
  color: #03008d;
  font-weight: bold;
}

.section_news_data-price:before {content: "";width: 100px;height: 3px;background: #03008d;position: absolute;top: -1px;left: 0;}

.section_news_title{
  /* width: 100%; */
  padding-top: 30px;
  font-size: 120%;
}
.section_news_title a{
  font-weight: bold;
  color: #000;
  text-decoration: none;
}
.section_news_img img {
  object-fit: cover;
  object-position: center;
}
.section_news_title a.section_news_linck {
  font-weight: normal;
  font-style: italic;
  margin-top: 20px;
  color: #ff6c00;
  display: inline-block;
}



.section_news_item{
  height: 110px !important;
}
.section_news_slider.swiper-container-vertical {
  position: relative;
  height: 405px;
  overflow: hidden;
}
.section_about_bloc {
  padding: 90px;
  background: #f3f3f3;
}

h1.home_h1 {
  font-weight: bold;
  margin-bottom: 30px;
}

.section_about_text {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
}

.section_about_img {
  height: 100%;
  display: flex;
  align-items: center;
}
.section_about_bg {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f3f3f3+80,f3f3f3+80&1+80,0+81 */
  background: -moz-linear-gradient(left,  rgba(243,243,243,1) 80%, rgba(243,243,243,0) 80%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left,  rgba(243,243,243,1) 80%,rgba(243,243,243,0) 80%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right,  rgba(243,243,243,1) 80%,rgba(243,243,243,0) 80%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f3', endColorstr='#00f3f3f3',GradientType=1 ); /* IE6-9 */
}
.section.section_about {
  padding-bottom: 0;
  margin-top: -50px;
  z-index: 1;
  position: relative;
}

.section_online {
  padding: 50px 0;
  background: #e87400;
  text-align: center;
}
.section_news {
  /* margin-top: -50px; */
}
.section_online a.gallery_linck:hover {
  color: #e87400;
}
div#footer {
  padding: 60px 0 40px 0;
  background: #1d1d1d;
  color: #fff;
  font-size: 85%;
}
.footer_menu li {
  /* width: 50%; */
  margin-bottom: 20px;
  color: #a2a2a2;
}
.footer_menu li a{
  color: #a2a2a2;
  text-decoration: none;
}
.footer_menu li a:hover {
  color: #fff;
}
.footer_contact ul li {
  color: #a2a2a2;
  margin-bottom: 20px;
}
.footer_menu_block {
  display: flex;
}
.footer_menu ul.nav {
  flex-direction: column;
}
.footer_menu {
  margin-right: 50px;
}


.footer_soc {
  display: flex;
  justify-content: flex-end;
}
.footer_soc a {
  margin-left: 20px;
}

.menu .nav-child {
  list-style: none;
  padding: 10px;
  font-size: 100%;
  display: none;
  position: absolute;
  z-index: 1;
}
.second-page .menu .nav-child {
  background: #fff;
}
.parent {
  position: relative;
}
.menu .parent:hover .nav-child{
  display: block;
}
.second-page div#content {
  margin: 50px 0;
}

.page-secondblock .section_afisha_title_block {
  margin-bottom: 20px;
}

.rep-item img {
  max-width: 100%;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.rep-item {
  height: 200px;
  margin-bottom: 30px;
}
.kuram-item {
  height: 400px;
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}
.kuram-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
}
.page-kuram-absol {
  position: absolute;
  bottom: 0;
  padding: 11px;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 120%;
  z-index: 1;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.kuram-item a {
  position: absolute;
  bottom: 0;
  font-size: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 2;
  /* background: rgba(3, 0, 141, 0.6); */
  transition: all 0.5s ease;
}
.kuram-item:before {
  content: "";
  height: 50px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(3, 0, 141, 0.6);
  z-index: 1;
}
.kuram-item:hover img {
  transform: scale(1.1);
}
.nazar-item {
  height: 400px;
}
.menu .nav-child a {
  display: inline-block;
  padding: 5px 10px;
}

.second-page div#header {
  position: relative;
}

.second-page div#header .header_menu .menu a,
.second-page div#header .header_menu .menu span {
  color: #000;  
}



.a-item img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  object-position: center;
}

.a-item {
  position: relative;
  margin-bottom: 30px;
}

.a-item > p {
  position: absolute;
  bottom: 0;
  padding: 20px;
  text-align: center;
  background: rgba(3, 0, 141, 0.8);
  color: #fff;
  margin: 0;
  left: 0;
  width: 100%;
  height: 115px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.a-item a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 0;
}

.second-page .section_afisha_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}


.rep-img img {
  width: 100%;
}
.repertyar-item {
  margin-bottom: 30px;
}
.section_afisha_list_item {
  margin-bottom: 30px;
}

.home-page.page-2 .jr_component {
  margin-top: 50px;
}


.section_about_img .swiper-slide {
  display: flex;
  align-items: center;
}


.item-128 .page-kuram-absol {
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 100%;
}

.item-128 .kuram-item:before {
  height: 100px;
}
.section_news_title p {
  margin-bottom: 0;
}

a[title="Faboba : CrÃƒÆ’Ã‚Â©ation de composantJoomla"], 
a[href="http://www.faboba.com"] {
  display: none !important;
}

/* --------------------- */

.header_soc {
  /* display: none; */
  padding: 0 10px;
}
div.mod-languages ul {
  display: flex;
}

div.mod-languages ul a {
  color: #fff;
}
div.mod-languages li:last-child {
  margin: 0;
}

div.mod-languages li {
  margin-right: 10px;
}
/* --------------------- */

.item-131 .page-kuram-absol {
  font-size: 100%;
}

.item-131 .kuram-item:before {
  height: 95px;
}

.mamir-item img {
  width: 100%;
}

.mamir-item {
  margin-bottom: 20px;
}

.gallery-height .rep-item.nazar-item {
  height: 200px;
}

.gallery-height {
  margin-bottom: 40px;
}

.gallery-height h3 {
  text-align: center;
  width: 100%;
  margin-bottom: 20px;
  font-weight: bold;
}

.desc-page img {
  max-width: 100%;
}

.pagination {
  margin-top: 30px;
}
.pagination ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  list-style: none;
  padding: 0;
}
li.pagination-start,
li.pagination-prev,
li.pagination-next,
li.pagination-end {
  display: none;
}
.pagination ul li a,
.pagination ul li span {
  padding: 5px;
  font-size: 18px;
  line-height: 1;
  width: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #000;
  text-decoration: none;
  margin: 0 5px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.pagination ul li a:hover,
.pagination ul li span {
  background: #03008d;
  color: #fff;
  border-radius: 100%;
  font-weight: bold;
  background-color: #03008d;
}


.news-center {
  margin-left: auto;
  margin-right: auto;
  display: table;
  width: 40%;
}
img.float-left {
  margin-right: 20px;
  margin-bottom: 20px;
}
a.readmore {
  color: #fff;
  background: #03018d;
  padding: 15px 40px;
  border-radius: 10px;
  display: table;
  cursor: pointer;
  z-index: 4;
  position: absolute;
  bottom: 90px;
}
.site__links img{
	border:1px solid #ddd;
	padding:3px;
	margin:10px;
}
.site__links img:hover{	
	border:1px solid #aaa;
}

