/*
color: #e03b26;
color2: linear-gradient(#f58730, #d92022);
*/

body{
    /*font-family:'Comfortaa';*/
    font-size: 16px;
    background: url(../img/background.jpg)no-repeat scroll center 0 / cover; 
   font-weight: 200;
    color: aliceblue;
  background-blend-mode: screen;
}

img{
    width: 100%;
    height: auto;
    

}
.main_foto img{
    mix-blend-mode: lighten;
}
h1,h2,h3,h4,h5,h6{
 
    padding: 10px 30px;
}
h1{
    text-align: center;
}
ul{
    display: flex;
    justify-content:space-between;
    flex-wrap: wrap;
    list-style: none;
    align-items: center;
    height: 100%;
    padding-inline-start: 0px;
    

}
nav ul{
   margin-top: 100px; 
}
.footer ul li{
    flex-direction: row;
    align-items:center;
    padding: 10px;
}
    
/*a{*/
/*    color: white;*/
    
/*}*/
/*a:hover{*/
/*    color: seashell;*/
/*    text-decoration: none;*/
/*}*/
a:hover{
    text-decoration: none;
}
.padding_text{
    padding: 100px 0;
}
.soc_connection{
    height: 300px;
}
.soc_connection img:hover {
    transform: scale(1.2);
    transition: transform .5s ease;
}
/* header{*/
/*    height: 100%;*/
/*}*/
.button{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 300px;
}

 .button_blue{
    justify-content: flex-end;
    height: 226px;
    position: inherit;
 }

 .block_news, .albom{
     background: url(../img/bg_orange.png)no-repeat scroll center 0 / cover;
     height: auto;
     text-align: left;
    
     
 }
.albom-post{
    text-align: center;
}
.albom-post p{
    font-size:35px;
}
 .albom img{
    width: 100%;
    max-width:300px;
 }
 .o_nas{
     background: url(../img/book.png)no-repeat scroll center 0 / cover; 
    height: auto;
     
 }
 .col-lg-12.text {
    margin-top: 260px;
}

  footer img{
    mix-blend-mode: luminosity;
  }
  .effect-5 {
    display: inline-block;
    overflow: hidden;
  }
  .effect-5:before, .effect-5:after {
    right: 0;
    bottom: 0;
    background: #d92022;
  }
  .effect-5:before {
    width: 100%;
    height: 2px;
    transform: translateX(-100%);
  }
  .effect-5:after {
    width: 2px;
    height: 100%;
    transform: translateY(100%);
  }
  .effect-5 > span {
    display: block;
    padding: 10px;
  }
  .effect-5 > span:before, .effect-5 > span:after {
    left: 0;
    top: 0;
    background: #f58730;
  }
  .effect-5 > span:before {
    width: 100%;
    height: 2px;
    transform: translateX(100%);
  }
  .effect-5 > span:after {
    width: 2px;
    height: 100%;
    transform: translateY(-100%);
  }
  .effect-5:hover:before, .effect-5:hover:after, .effect-5:hover > span:before, .effect-5:hover > span:after {
    transform: translate(0, 0);

  }
    nav a:hover {
    text-shadow: 1px 1px 0 #37cdf5, 2px 2px 0 #1fc7f3, 3px 3px 0 #0cbdec;
    transform: translate(-3px, -3px);
  } 
  a, a > span {
    position: relative;
    color: inherit;
    text-decoration: none;
    line-height: 24px;
  }
  a:before, a:after, a  > span:before, a > span:after {
    content: '';
    position: absolute;
    transition: transform .5s ease;
  }
  p{
      line-height: 32px;
    font-size: 16px;
    letter-spacing: 2px;
  }
  /*************************BUTTON*************************/
  body {
    margin: 0;
    padding: 0;
  }
  .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
      font-weight: 100;
  }
  
  * {
    box-sizing: border-box;
  }
  .btn-draw {
    position: relative;
    display: inline-block;
    color: #ffffff;
    border-bottom: 1px solid #ffffff;
    cursor: pointer;
    overflow: hidden;
    -webkit-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 4px;
     border-radius: 2px; 
     
  }
  .btn-draw:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 2px;
    background: #ffffff;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    -webkit-transition: -webkit-transform 0.2s ease-in-out;
    transition: -webkit-transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
    -webkit-transition-delay: 0.6s;
            transition-delay: 0.6s;
           
  }
  .btn-draw > b {
    position: relative;
    display: block;
    padding: 0.7em;
    color: inherit;
  }
  .btn-draw > b:before, .btn-draw > b:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background: #ffffff;
    -webkit-transition: -webkit-transform 0.2s ease-in-out;
    transition: -webkit-transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  }
  .btn-draw > b:before {
    height: 2px;
    width: 100%;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition-delay: 0.4s;
            transition-delay: 0.4s;
  }
  .btn-draw > b:after {
    height: 100%;
    width: 2px;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
  }
  .btn-draw:hover:after, .btn-draw:hover > b:before, .btn-draw:hover > b:after {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  .btn-draw:hover:after {
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
  .btn-draw:hover > b:before {
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
  }
  .btn-draw:hover > b:after {
    -webkit-transition-delay: 0.4s;
            transition-delay: 0.4s;
  }
  .btn-draw:hover {
    color: #e4e4e2;
    background-color: #2f2b51;
    -webkit-transition-delay: 0.6s;
            transition-delay: 0.6s;
  } 
  .developer{
      display: none;
  }
 /******************************ICONS********************/ 
 
  ul.menu li a i.fa {
    display: inline-block;
    height: 45px;
    width: 45px;
    text-align: center;
    line-height: 45px;
    /* padding: 10px; */
    border-radius: 40px;
    color:  #2f2b51;
    position: relative;
    transition: all ease 0.2s;
  }
  ul.menu li a i.fa::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 100%;
    width: 100%;
    z-index: -1;
    border-radius: 40px;
    background-color: #ffffff;
  }
  ul.menu li a i.fa:hover {
    color: #fff;
    font-size: 18px;
  }
  ul.menu li a i.fa:hover::after {
    animation: animate ease 0.6s forwards;
  }
  ul.menu li a i.fa-vk:hover::after {
    background-color: #3b5998;
  }
  ul.menu li a i.fa-twitter:hover::after {
    background-color: #00aced;
  }
  ul.menu li a i.fa-instagram:hover::after {
    background-color: #8a3ab9;
  }
  ul.menu li a i.fa-youtube-play:hover::after {
    background-color: #ff0000;
  }
  
  @keyframes animate {
    0%,20% {
      transform: scale(1);
      border-radius: 40px;
      background-color: #9E9E9E;
    }
    30% {
      transform: scale(1.2);
    }
    40% {
      transform: scale(1.1);
    }
    50% {
      transform: scale(1);
      border-radius: 10px;
    }
    60%,100% {
      transform: scale(1);
      border-radius: 5px;
    }
  }
  .seehere {
    font-size: 50px;
    position: absolute;
    bottom: 20px;
    right: 20px;
    color: #ff0000;
  }
  @media screen and (max-width: 768px) {
   ul.menu li a i.fa {
       font-size: 20px;
       height: 40px;
       width: 40px;
   }
   .button{
       height: 100px;
   }
   .soc_connection {
    height: 200px;
}
h1{font-size:2rem;}
#footer {
    margin:0 auto;
    text-align:center;
}
.footer nav ul{
    display: none;
}

#footer img{
    width: 50%;
}
  }
/********************************MENU*********************/
a:active,
 a:hover {
   outline: 0;
 }
 
 @-webkit-viewport { width: device-width; }
 @-moz-viewport { width: device-width; }
 @-ms-viewport { width: device-width; }
 @-o-viewport { width: device-width; }
 @viewport { width: device-width; }
 
 
 /* ------------------------------------------
   RESPONSIVE NAV STYLES
 --------------------------------------------- */
 
 
 
 /*.js .nav-collapse {*/
 /*  clip: rect(0 0 0 0);*/
 /*  max-height: 0;*/
 /*  position: absolute;*/
 /*  display: block;*/
 /*  overflow: hidden;*/
 /*  zoom: 1;*/
 /*}*/
 
 /*.nav-collapse.opened {*/
 /*  max-height: 9999px;*/
 /*}*/
 
 /*.disable-pointer-events {*/
 /*  pointer-events: none !important;*/
 /*}*/
 
 /*.nav-toggle {*/
 /*  -webkit-tap-highlight-color: rgba(0,0,0,0);*/
 /*  -webkit-touch-callout: none;*/
 /*  -webkit-user-select: none;*/
 /*  -moz-user-select: none;*/
 /*  -ms-user-select: none;*/
 /*  -o-user-select: none;*/
 /*  user-select: none;*/
 /*}*/
 
 /*@media screen and (min-width: 40em) {*/
 /*  .js .nav-collapse {*/
 /*    position: relative;*/
 /*  }*/
 /*  .js .nav-collapse.closed {*/
 /*    max-height: none;*/
 /*  }*/
 /*  .nav-toggle {*/
 /*    display: none;*/
 /*  }*/
 /*}*/
 /*section {*/
   /*text-align: center;*/
   /*padding: 100px 0 0;*/
 /*  width: 100%;*/
 /*}*/
 
 
 
 /*.main-menu{*/
   /* background: #f4421a; */
   /* position: fixed; */
 /*  z-index: 3;*/
 /*  width: 100%;*/
 /*  left: 0;*/
 /*  top: 0;*/
 /*   display: flex;*/
 /*   justify-content:space-between;*/
 /*   flex-wrap: wrap;*/
 /*   list-style: none;*/
 /*   align-items: center;*/
 /*   padding-inline-start: 0px;*/
 /*}*/
 
 .logo {
   -webkit-tap-highlight-color: rgba(0,0,0,0);
   text-decoration: none;
   font-weight: bold;
   line-height: 55px;
   padding: 0 20px;
   color: #fff;
   float: left;
 }
  
 
 /* ------------------------------------------
   MASK
 --------------------------------------------- */
 
 /*.mask {*/
 /*  -webkit-transition: opacity 300ms;*/
 /*  -moz-transition: opacity 300ms;*/
 /*  transition: opacity 300ms;*/
 /*  background: rgba(0,0,0, .5);*/
 /*  visibility: hidden;*/
 /*  position: fixed;*/
 /*  opacity: 0;*/
 /*  z-index: 2;*/
 /*  bottom: 0;*/
 /*  right: 0;*/
 /*  left: 0;*/
 /*  top: 0;*/
 /*}*/
 
 .android .mask {
   -webkit-transition: none;
   transition: none;
 }
 
 .js-nav-active .mask {
   visibility: visible;
   opacity: 1;
 }
 
 @media screen and (min-width: 768px) {
   .mask {
     display: none !important;
     opacity: 0 !important;
   }
 }
 
 
 /* ------------------------------------------
   NAVIGATION STYLES
 --------------------------------------------- */
 
 /*.fixed {*/
 /*  position: fixed;*/
 /*  width: 100%;*/
 /*  left: 0;*/
 /*  top: 0;*/
 /*}*/
 
 /*.nav-collapse,*/
 /*.nav-collapse * {*/
 /*  -webkit-box-sizing: border-box;*/
 /*  -moz-box-sizing: border-box;*/
 /*  box-sizing: border-box;*/
 /*}*/
 
 /*.nav-collapse,*/
 /*.nav-collapse ul {*/
 /*  list-style: none;*/
 /*  width: 100%;*/
   /*float: left;*/
 /*}*/
 
 /*@media screen and (min-width: 768px) {*/
 /*  .nav-collapse {*/
 /*    float: right;*/
 /*    width: auto;*/
 /*  }*/
 /* }*/
 
 /*.nav-collapse li {*/
   /*float: left;*/
 /*  width: 100%;*/
 /*}*/
 
 /*@media screen and (min-width: 40em) {*/
 /*  .nav-collapse li {*/
 /*    width: auto;*/
 /*    padding: 10px;*/
 /*  }*/
 /*}*/
 
 /*.nav-collapse a {*/
 /*  -webkit-tap-highlight-color: rgba(0,0,0,0);*/
 /*  border-top: 1px solid white;*/
 /*  text-decoration: none;*/
   /* background: #f4421a; */
 /*  padding: 0;*/
 /*  color: #fff;*/
 /*  width: 100%;*/
   /*float: left;*/
 /*}*/
 
 /*.nav-collapse a:active,*/
 /*.nav-collapse .active a, footer a:active {*/
 /* background: rgb(22, 23, 68);*/
 /* opacity: 50%;*/
 /*}*/
 
 /*@media screen and (min-width: 40em) {*/
 /*  .nav-collapse a {*/
     /* border-left: 1px solid white;
     padding: 1.02em 2em; */
 /*    text-align: center;*/
 /*    border-top: 0;*/
 /*    float: left;*/
 /*    margin: 0;*/
 /*  }*/
 /*}*/
 
 /*.nav-collapse ul ul a {*/
 /*  background: #ca3716;*/
 /*  padding-left: 2em;*/
 /*}*/
 
 /*@media screen and (min-width: 40em) {*/
 /*  .nav-collapse ul ul a {*/
 /*    display: none;*/
 /*  }*/
 /*}*/
 
 
 /* ------------------------------------------
   NAV TOGGLE STYLES
 --------------------------------------------- */
 
 
 
 /*.nav-toggle {*/
 /*  -webkit-font-smoothing: antialiased;*/
 /*  -moz-osx-font-smoothing: grayscale;*/
 /*  text-decoration: none;*/
 /*  text-indent: -300px;*/
 /*  position: relative;*/
 /*  overflow: hidden;*/
 /*  width: 60px;*/
 /*  height: 55px;*/
 /*  float: right;*/
 /*}*/
 
 /*.nav-toggle:before {*/
   color: #fff; /* Edit this to change the icon color */
   font: normal 28px/55px "responsivenav"; /* Edit font-size (28px) to change the icon size */
 /*  text-transform: none;*/
 /*  text-align: center;*/
 /*  position: absolute;*/
   content: "\2261"; /* Hamburger icon */
 /*  text-indent: 0;*/
 /*  speak: none;*/
 /*  width: 100%;*/
 /*  left: 0;*/
 /*  top: 0;*/
 /*}*/
 
 /*.nav-toggle.active:before {*/
 /*  font-size: 24px;*/
   content: "\78"; /* Close icon */
 /*}  */
/*********************************MEDIA**********************/
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  body{
      font-size: 13px;
  }
  h1,h2,h3,h4,h5,h6{
      font-family:'hanshand';
      padding: 20px;
      font-size: x-large;;
  }

  .button{
      height: 125px;
  }
  .block_news, .albom{
      background: linear-gradient(#f58730, #d92022);
      text-align: center;
      height: auto;
  }
  .albom img {
      width: 90%;
      border: beige 1px solid;
      margin: 18px 0px;
      padding: 30px 40px;
  }
  .padding_text {
      padding: 40px 15px;
  }
  .soc_connection {
      display: flex;
       height: 210px; 
  }
  .soc_connection ul{
      justify-content: space-around;
  }
  /*h3{*/
  /*    display: none;*/
  /*}*/
  .button_blue{
      justify-content: center;
      height: 226px;
      position: inherit;
   }
   .button a {
      font-size: 20px;
  }
  .nav-collapse ul {
      margin: 0;
      padding: 0;
      width: 100%;
      display: block;
      list-style: none;
  }   

  .nav-collapse li {
      width: 100%;
      display: block;
  } 
  .main-menu{
      display: block;
  }
  .footer ul{
      display: none;
  }
  .logo2{
      display: flex;
      justify-content: center;
  }

  .logo2 img{
      text-align: center;
      width: 37%;
  }
  .albom img {
      width: 50%;
      border: beige 1px solid;
      margin: 18px 0px;
      padding: 30px 40px;
  }
  .block_news, .albom{
      text-align: center;
      height: auto;
  }
  .nav-collapse a span:hover{
      color: rgb(255, 255, 255);
  }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
 
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {


  
  .button_blue{
      justify-content: center;
      height: 226px;
      position: inherit;
   }
  
   .padding_text {
      padding: 123px 0;
  }
  .button{
      height: 250px;
  }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
 
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
  
}  
/********************player***************/
.g-background-default {
    background-color: #f4433600!importante;
}
.sc-background-white {
    background-color: #fff0;
}
.songs{
    text-align: center;
}
   .songs p{
       line-height: 10px;
   }
div#gtx-trans {
    display: none;
}
.text-song {
    border-bottom: solid 1px #fff;
    padding: 40px;
}
.songs strong {
    color: #eb7221;
}
.text-song h3{
    font-family:'hanshand';
}
.owl-carousel .owl-item img {
    height: 500px;
    object-fit: cover;
}
.new-media{
    width: 100%;
}
.new-media iframe{
    width: 100%;
}
/*******************menu*************************/
.main-menu .list a{
    font-size: 15px;
    color: #fff;
}
 /************************burger******************/ 
  header .header__burger {
  display: none;
  cursor: pointer;
}
body.home header .nav-main {
  border-bottom: 0;
}
.header__burger, .main-menu {
  transition: 3s;
}
@media (max-width: 768px) {
    .header .header__burger {
    display: block;
    position: relative;
    width: 25px;
    height: 16px;
    margin-left: 57px;
    transition: transform 10s 1s ease-in-out;
    padding-left: 30px;
    margin-top: 20px;
    margin-left: 50%;
  }
  .menu h3{
      font-size: 25px;
  }
  .header .header__burger--active {
    margin-bottom: 11px;
    transition: transform 10s 1s ease-in-out;
  }
    
  header .header__burger::before, .header .header__burger::after {
    content: ' ';
    background-color: #fff;
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
  }
  .header .header__burger::before {
    top: 0;
    animation: ease 0.7s top-2 forwards;
  }
  .header .header__burger--active.header__burger::before {
    animation: ease 0.7s top forwards;
  }
  .header .header__burger span {
    position: absolute;
    background-color: #fff;
    left: 0;
    width: 100%;
    height: 2px;
    top: 7px;
    animation: ease 0.7s top-2 forwards;
  }
  .header .header__burger--active.header__burger span {
    animation: ease 0.7s scaled forwards;
  }
  .header .header__burger::after {
    animation: ease 0.7s bottom-2 forwards;
  }
  .header .header__burger--active.header__burger::after {
    animation: ease 0.7s bottom forwards;
  }
  @keyframes top {
    0% {
      top: 0;
      transform: rotate(0);
    }
    50% {
      top: 22px;
      transform: rotate(0);
    }
    100% {
      top: 13px;
      transform: rotate(45deg);
    }
  }
  @keyframes top-2 {
    0% {
      top: 22px;
      transform: rotate(45deg);
    }
    50% {
      top: 22px;
      transform: rotate(0deg);
    }
    100% {
      top: 0;
      transform: rotate(0deg);
    }
  }
  @keyframes bottom {
    0% {
      bottom: 0;
      transform: rotate(0);
    }
    50% {
      bottom: 22px;
      transform: rotate(0);
    }
    100% {
      bottom: 1px;
      transform: rotate(135deg);
    }
  }
  @keyframes bottom-2 {
    0% {
      bottom: 22px;
      transform: rotate(135deg);
    }
    50% {
      bottom: 22px;
      transform: rotate(0);
    }
    100% {
      bottom: 0;
      transform: rotate(0);
    }
  }
  @keyframes scaled {
    50% {
      transform: scale(0);
    }
    100% {
      transform: scale(0);
    }
  }
  @keyframes scaled-2 {
    0% {
      transform: scale(0);
    }
    50% {
      transform: scale(0);
    }
    100% {
      transform: scale(1);
    }
  }
  .header .main-menu {
    height: 100vh;
    width: 290px;
    background-color: #0a0a20;
    position: fixed;
    top: 0;
    left: 0;
    transform: translateX(-290px);
    z-index: 27;
    transition: transform 0.5s 0.1s ease-in-out;
  }
  .header .main-menu--active {
    height: 100vh;
    width: 290px;
    background-color:#0a0a20;
    position: fixed;
    top: 0;
    left: 0;
    transform: translateX(0px);
    z-index: 27;
    transition: transform 0.5s 0.1s ease-in-out;
  }
    .header .main-menu ul {
    flex-direction: column;
    margin-top: 30px;
    margin-left: 20px;
  }

  .header .main-menu--active ul {
    flex-direction: column;
    margin-top: 30px;
    margin-left: 20px;
  }
  .header .main-menu--active ul a:hover {
      color:red;
  }
}
.col-xs-12{
    padding-right:0;
}

.page-gallery img {
    width: 100%;
    min-width: 250px;
    height: 300px;
    object-fit: cover;
    margin-bottom:35px;
    border: 10px solid #fff;
    transition: 3s;
}
.page-gallery img:hover {
    border: 0 ;
    transition: 3s;
}
.news-page h3{
    font-size: 36px;
    font-weight: 300;
    padding-top:40px;
}
.news-page .post{
    border-bottom:solid 1px;
   
    padding-bottom:40px;
}
.news-page img{
    height: 300px;
    object-fit:cover;
}

