body {
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  min-width: 320px;
  font-size: 14px;
  line-height: 1.6;
  -webkit-font-smoothing: antialised; }

body input:focus:required:invalid,
body textarea:focus:required:invalid {
  color: red; }

body input:required:valid,
body textarea:required:valid {
  color: green; }

.hidden {
  display: none; }
  

button:focus { outline: none; }
  
  
/*Header*/

.header-slide {
	position: absolute;
	top: 0;
	left:0;
	z-index: -100;
}

.header-bg img:last-child {
	/*position: absolute;*/
	/*top: 0;*/
	/*left: 0;*/
	/*z-index: 2;*/
} 


.top-panel {
   /* background-color: rgba(0,0,0,.5);*/
    color: #fff;
    padding: 28px 0;
    position: absolute;
    width: 100%;
    z-index: 10;
}

.top_logo img {
	max-width: 100%;
}

.toggle_mnu {
  z-index: 1000;
  border: none;
  background-color: transparent;
 }
  
.toggle_mnu span {
    display: block; 
}

.sandwich {
  width: 55px;
  height: 28px;
  top: 8px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 200; 
}

.sw-topper {
  position: relative;
  top: 0;
  width: 55px;
  height: 6px;
  background: white;
  border: none;
  border-radius: 4px 4px 4px 4px;
  -webkit-transition: -webkit-transform 0.5s, top 0.2s;
          transition: transform 0.5s, top 0.2s;
  display: block; 
 }


.sw-bottom {
  position: relative;
  width: 55px;
  height: 6px;
  top: 6.6px;
  background: white;
  border: none;
  border-radius: 4px 4px 4px 4px;
  -webkit-transition: -webkit-transform 0.5s, top 0.2s;
          transition: transform 0.5s, top 0.2s;
  -webkit-transition-delay: 0.2s, 0s;
          transition-delay: 0.2s, 0s;
}

.sw-footer {
  position: relative;
  width: 55px;
  height: 6px;
  top: 13.5px;
  background: white;
  border: none;
  border-radius: 4px 4px 4px 4px;
  -webkit-transition: all 0.5s;
          transition: all 0.5s;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s; }

.sandwich.active .sw-topper {
  top: 9px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg); }
		  
.sandwich.active .sw-bottom {
  top: 3px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg); }
		  
.sandwich.active .sw-footer {
  opacity: 0;
  top: 0;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg); 
}
  

.top_mnu {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 50;
  right: 0;
  top: 0;
 display: none; 
 }
  
.top_mnu ul,
.top_mnu li {
    list-style-type: none;
    padding: 0;
    margin: 15px 0 0 0; 
}

.top_mnu ul {
    margin-top: 100px;
	text-align: center;
    -webkit-animation-duration: 0.01s;
    animation-duration: 0.01s; 
	}
	
.top_mnu ul li:nth-child(1) a {
      -webkit-animation-delay: 0;
      animation-delay: 0; 
	  }
	  
.top_mnu ul li:nth-child(2) a {
      -webkit-animation-delay: 0.1s;
      animation-delay: 0.1s; 
	  }
	  
.top_mnu ul li:nth-child(3) a {
      -webkit-animation-delay: 0.2s;
      animation-delay: 0.2s; 
	  }
	  
.top_mnu ul li:nth-child(4) a {
      -webkit-animation-delay: 0.3s;
      animation-delay: 0.3s; 
	  }
	  
.top_mnu ul a {
      color: #d3a377;
      display: block;
      text-transform: uppercase;
      font-size: 30px;
	  font-family: "RobotoBold", sans-serif; 
      position: relative;
      height: 45px;
      outline: none; 
	  }
	  
.top_mnu ul a span {
        display: block;
        position: relative;
        top: -40px;
        left: 0;
        height: 100%;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease; 
		}
		
/* .top_mnu ul a span:hover {
	background-color: rgba(211, 163, 119, 0.9);
}  */

.button-close .fa {
	color: #d3a377; 
	font-size: 20px;
}

.button-close {
	position: relative;
	display: inline-block;
	cursor: pointer;
	top: 5%;
	right: 20%;
	float: right;
}

.button-close p {
	font-size: 25px;
	font-weight: 400;
	color: #d3a377;
}

/*====================sub menu====================*/

/* .sub {
	display: none;
} */

/* .top_mnu li:hover .sub {
    display: block;
} */

.top_mnu .sub {
	margin-top: 0;
}

/* .top_mnu .sub span {
	background-color: rgba(211, 163, 119, 0.5);
} */

.top_mnu .sub a {
	font-family: "RobotoRegular", sans-serif; 
	text-transform: none;
	font-size: 16px;
	color: #fff;
}

.top_mnu .sub li {
	margin-top: 5px;
	height: 25px;
}

/*====================END sub menu====================*/

.social_wrap {
	float: right;
}

.social_wrap li {
	display: inline-block;
	margin-left: 10px;
}

.social_wrap ul {
  margin: 0;
  padding: 0;
  list-style-type: none; 
}

.language {
	list-style: none; 
	margin: 0; 
	padding-left: 7px;
	margin-top: 10px;
}

.language li {
	display: inline-block;
}

.language li a {
	color: #fff;
	text-decoration: none;
	font-size: 12px;
}

.language li a:hover {
	color: #d3a377;
}

.language a.active {
	color: #d3a377;
}

.slider .slide {
	position: relative;
}

.slider .slide .slide-bg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
}

/*==============================================search css==============================================*/




/*==============================================END search css==============================================*/

/*end Header*/

.slider-wrap .slider-nav {
	position: absolute;
	z-index: 100;
	width: 100%;
	color: #fff;
	font-size: 25px;
}

.slider-wrap .slider-nav div {
	cursor: pointer;
	position: absolute;
	top: 120px;
	background-color: rgba(128, 128, 128, 0.65);
	padding: 10px 20px;
}

.slider-wrap .slider-nav div:last-child {
	right:-10px;
}

.slider-wrap .slider-naw-container {
	position: relative;
}

.future-musik {
	padding-top: 80px;
	padding-bottom: 54px;
}

.future-header h1 {
    text-align: center;
	font-family: "RobotoLight", sans-serif; 
    font-size: 80px;
	color: #d3a377;
}

.future-slider {
	text-align: center;
	font-family: "RobotoRegular", sans-serif; 
}

.future-slider .furure-item img {
	width: 100%; 
}

.casete-deskr {
	margin-top: 25px;
}

.casete-deskr h4 {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 14px;
	color: #d3a377;
	text-transform: uppercase;
	height: 50px;
}

.casete-deskr p {
	font-size: 16px;
	color: #464646;
	margin-top: 12px;
}

.button-wrap {
    text-align: center;
    margin-top: 40px;
}

.buttons {
    display: inline-block;
    background-color: transparent;
    border: 2px solid #000;
	border-radius: 50px;
    padding: 14px 40px;
    color: #464646;
    font-size: 20px;
    font-family: "RobotoRegular", sans-serif;
    text-decoration: none;
	text-transform: uppercase;
}

.buttons:hover {
    border: 2px solid rgb(211, 163, 119);
    color: rgb(211, 163, 119);
}

/*===================================== section about=====================================*/

#about {
	background-image: url(../img/about-bg-bw.jpg);
	background-size: cover;
	background-position: center center;
	margin-top: 55px;
	height: 606px;
	background-repeat: no-repeat;
	color: #fff;
	font-family: "RobotoRegular", sans-serif;
	margin-bottom: 60px;
}

#about:hover {
	background-image: url(../img/about-bg-color.jpg);
}

.about-header h2 {
	color: #fff;
	font-family: "RobotoBold", sans-serif;
	font-size: 80px;
	border: 2px solid #d3a377;
	padding: 20px 35px 20px 12px;
	margin: 0;
	line-height: 80px;
	text-transform: uppercase;
}

.about-header {
	display: inline-block;
	position: absolute;
    top: -37px;
	z-index: 100;
}


#about .about-wrap-text {
	margin-top: 115px; 
}

#about .button-wrap .buttons {
    color: rgb(211, 163, 119);
    border-width: 2px;
    border-style: solid;
    border-color: rgb(211, 163, 119);
    border-image: initial;
}


#about .button-wrap .buttons:hover {
	opacity: 0.5;
}




/*=====================================end section about=====================================*/

/*=====================================services=====================================*/

#services {
	padding-top: 100px;
	position: relative;
	margin-bottom: 200px;
}

.services-header h2 {
	color: #000;
	font-family: "RobotoBold", sans-serif;
	font-size: 80px;
	border: 2px solid #d3a377;
	padding: 20px 35px 20px 12px;
	margin: 0;
	line-height: 80px;
	text-transform: uppercase;
	z-index: 100;
}

.services-header {
	display: inline-block;
	z-index:100;
	position: absolute;
	top: -100px;
}

.slide-img img {
	max-width: 100%;
    height: auto;
	position: absolute;
}

.slider-text-header {
	padding-left: 70px;
}

.slider-text-header img {
	display: inline-block;
	float: left;
	margin-right: 15px;
}

.slide-text {
	right: 50px;
	z-index: -5;
}

.slide-text p {
	color: #464646;
	/* padding: 45px 22px 40px 90px; */
}

.slide-text .tt:before {
	content: "";
	border: 2px solid #d3a377;
	top: 87px;
	right:0;
	left: -10px;
	position: absolute;
	bottom:0;
}

.tt {
	padding: 45px 22px 40px 90px;
}

.tt p {
	margin: 15px;
}

.slide-text h3 {
	font-size: 32px;
	color: #000;
	font-family: "RobotoLight", sans-serif;
	text-transform: uppercase;
	margin-top: 0;
	line-height: 1.2;
	margin-bottom: 5px;
}

.digits .big-digits {
	font-family: "RobotoBold", sans-serif;
	font-size: 80px;
	color: #d3a377;
}

.digits .smal-digits {
	font-family: "RobotoBold", sans-serif;
	font-size: 24px;
	color: #000;
}

.digits {
	position: relative;
	top: 329px;
}

.slide-chek {
	padding-top: 60px;
}

.carousel-indicators,
.discr-carousel-indicators {
    list-style: none;
}

.serv-carousel-indicators {
  margin-top: 50px;
}

.serv-carousel-indicators li {
    display: inline-block;
    width: 25px;
    height: 25px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    border: 2px solid #b2b2b2;
    margin-bottom: 15px;
    margin-top: 0;
}

.serv-carousel-indicators .active {
	background-color: #d3a377;
	border: 2px solid #d3a377;
}

/*=================================================media=================================================*/

#media {
	width: 100%;
	height: 502px;
	background-size: contain;
	background-repeat: no-repeat;
	margin-bottom: 70px;
	position: relative;
}

#media {
	background-image: url(../img/media-bg.jpg);
	background-size: cover;
	background-position: center center;
}

.media-head {
	position: relative;
}

.top_wrapper {
    display: table;
    width: 100%;
    height: 100%;
	position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}

.top_wrapper .top_descr {
    display: table-row;
}

.top_wrapper .top_descr .top_centered {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.top_wrapper .top_text {
	color: #fff;
}

.play-button img {
	width: 160px;
	height: 160px;
}

.play-button a:hover {
	opacity: 0.5;
}

.top_text .text-left {
	font-size: 36px;
	text-align: right;
	font-family: "RobotoLight", sans-serif;
	text-transform: uppercase;
	line-height: 160px;
}

.top_text .text-right {
	font-size: 36px;
	text-align: left;
	font-family: "RobotoLight", sans-serif;
	text-transform: uppercase;
	line-height: 160px;
}

#video-bg {
	position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: 1;
    background: url(../img/media-bg.jpg) no-repeat #222;
    background-size: cover;
}
 
#video-bg > video {
    top: 0;
    left: 0;
    min-width: 100%; 
    min-height: 500px;
    width: auto;
    height: 500px; 
}
 
@supports (object-fit: cover) {
     #video-bg > video {
         top: 0;
         left: 0;
         width: 100%;
         height: 100%;
         object-fit: cover;
     }
}


/*=============================================end section MEDIA=============================================*/

/* ============================================section discography============================================*/

#discography .col-md-7 a:hover {
	text-decoration: none;
}

#discography {
	margin-bottom: 60px;
}

.discography-header {
	margin-bottom: 60px;
}

.discography-header h2 {
	color: #000;
	font-family: "RobotoBold", sans-serif;
	font-size: 80px;
	border: 2px solid #d3a377;
	padding: 20px 35px 20px 12px;
	margin: 0;
	line-height: 80px;
	text-transform: uppercase;
	z-index: 100;
}

.s_portfolio ul {
    margin-bottom: 50px;
}

.s_portfolio ul, .s_portfolio li {
    list-style-type: none;
    padding: 0;
    margin: 0;
    text-align: left;
}

.s_portfolio li {
    display: inline-block;
    margin: 0 10px;
	font-family: "RobotoLight", sans-serif;
    text-transform: uppercase;
    font-size: 15px;
    cursor: pointer;
    line-height: 2;
	color: #b2b2b2;
}

.s_portfolio ul, .s_portfolio li {
    list-style-type: none;
    padding: 0;
}

.s_portfolio li.active {
    color: #d3a378;
    border-bottom: 1px solid #d3a378;
}

.discr-carousel-indicators {
    text-align: center;
}

.discr-carousel-indicators li {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #b2b2b2;
    border: 2px solid #b2b2b2;
	margin-top: 0;
	border-radius: 50%;
}

.discr-carousel-indicators .active {
	background-color: #d3a377;
	border: 2px solid #d3a377;
}

.discography-content {
	margin-bottom: 30px;
}

/*========================================end section discography========================================*/

/*=============================================buy-musik=============================================*/

#buy-musik .col-md-5 a:hover {
	text-decoration: none;
}

#buy-musik {
	padding: 65px 0;
	background-color: #d3a377; 
	margin-bottom: 80px;
}

.buy-musik-header h2 {
	color: #000;
	font-family: "RobotoBold", sans-serif;
	font-size: 68px;
	border: 2px solid #fff;
	padding: 20px 15px 20px 12px;
	margin: 0;
	line-height: 80px;
	text-transform: uppercase;
	z-index: 100;
}

#buy-musik .buy-musik-logo p {
	margin-top: 0;
	color: #fff;
	font-family: "RobotoRegular", sans-serif;
	font-size: 15px;
}

#buy-musik .buy-musik-logo span {
	margin-right: 20px;
}

.buy-musik_wrap img {
	width: 183px;
	height: 60px;
	margin-bottom: 5px;
	border-radius: 5px;
}


/*end buy-musik*/

/*==========================================news==========================================*/

#news {
	margin-bottom: 80px;
	width: 100%;
	height: 560px;
	background-size: cover;
	background-repeat: no-repeat;
	background-image: url(../img/news-bg.png);
	background-size: cover;
	background-position: center center;
}

#news .about-header {
	top: 12px;
	right: 15px;
}

#news:hover {
	background-image: url(../img/news-bg-color.png);
}

.news-content {
	padding-top: 116px;
	color: #fff;
}

.news-item span {
	color: #d3a377;
	font-size: 16px;
	font-family: "RobotoRegular", sans-serif;
}

.news-item h3 {
	font-size: 30px;
	font-family: "RobotoRegular", sans-serif;
	line-height: 1.3;
	margin-top: 35px;
	margin-bottom: 10px;
}

.aside_carousel_cont .lead > .autor {
	display: block;
	font-size: 30px;
	font-family: "RobotoRegular", sans-serif;
	color: #fff;
}

.aside_container p {
	font-family: "RobotoRegular", sans-serif;
	margin-bottom: 0;
}

.aside_carousel_cont a {
	color: #d3a377; 
	text-decoration: underline;
}

.fa-arrow-left,
.fa-arrow-right {
	color: #d3a377;
}

.carusel-controls .right {
	float: right;
}


#news .news-wrap .button-wrap {
	margin-top: 55px;
}

#news .news-wrap .button-wrap .buttons {
    border: 2px solid #d3a377;
    color: #d3a377;
}

#news .news-wrap .button-wrap .buttons:hover {
    opacity: 0.5;
}


.carusel-controls {
    top: 70px;
    width: 100%;
	position: relative;
	z-index: 10;
}


.carousel-control .glyphicon-chevron-left, 
.carousel-control .glyphicon-chevron-right, 
.carousel-control .icon-next, 
.carousel-control .icon-prev {
    width: 15px;
    height: 15px;
    color: #fff;
    text-shadow: none;
}

/*=================================================end news=================================================*/

/*==================================================contact==================================================*/

#contact .contact-items p {
	font-size: 24px;
}

#contact .contact-items ul {
	list-style: none;
	font-size: 23px;
	padding: 0;
	display: inline-table;
}

.table {
	margin-bottom: 0;
}

#contact .contact-items img {
	margin-right: 12px;
}

.contact-items {
	margin-bottom: 20px;
}

#contact .contact-items div {
	display: inline-block;
}

#contact {
	margin-bottom: 156px;
	position: relative;
}

#contact .discography-header h2 {
	display: inline-block;
}

.table div {
	display: table-cell;
}

.form-group {
    display: block;
    margin-bottom: 20px;
}

.form-group input {
	color: red;
}

.form-group input, 
.form-group textarea {
    display: block;
    width: 100%;
    border: 1px solid #d3a377;
    margin-top: 5px;
    line-height: 40px;
    text-indent: 12px;
    font-size: 14px;
    background-color: transparent;
	font-family: "RobotoRegular", sans-serif;
}

#contact .contact-form .button-right {
	text-align: right;
    margin-top: 15px;
}

#contact .contact-form .button-left {
	text-align: left;
}

#contact .contact-form .button-right .buttons {
	background-color: #d3a377;
	border: 2px solid #d3a377;
	color: #fff;
}

#contact .contact-form .button-right .buttons:hover {
	opacity: 0.5;
}

#contact .button-wrap {
    margin-top: 15px;
	float: left;
}


.contact-img {
	position: absolute;
	right: 0;
	bottom: -180px;
}

input[type="email"],
input[type="text"],
textarea[name="message"] {
	font-size: 14px;
	font-family: "RobotoRegular", sans-serif;
	padding-left: 28px;
}

input[type="email"] {
	background: url(../img/input-icon-mail.png) no-repeat;
	background-position: 3% 50%;
}

input[type="text"] {
	background: url(../img/input-icon-namel.png) no-repeat;
	background-position: 3% 50%;
}

textarea[name="message"] {
	background: url(../img/input-icon-messag.png) no-repeat;
	background-position: 1.5% 9%;
}

/*==============================================end contact==============================================*/

/*==============================================footer==============================================*/

footer {
	background-color: #000;
	padding: 45px 0 40px 0;
	
}

footer .social_wrap {
	float: none;
}

.footer-logo .logo img {
	width: 100%;
	height: 35px;
}

footer span {
	color: #fff;
	font-size: 12px;
	text-align: center;
}

.privacy {
	text-decoration: underline;
	text-transform: uppercase;
	margin-right: 10px;
}

.reserved {
	text-decoration: underline;
}

.scroll-top-btn {
    display: none;
    position: fixed;
    right: 2.30769em;
    bottom: 3.07692em;
    width: 3em;
    height: 3em;
    border: 2px solid #d3a377;
    border-radius: 50%;
    outline: none;
/*     box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.4); */
    background-color: rgba(255, 255, 255, .9);
    z-index: 500;
    cursor: pointer;
}

.scroll-top-btn span {
    display: block;
    background-position: 0 -11507px;
    width: 15px;
    height: 16px;
    /* top: 0.76923em; */
    left: 1em;
	top: 1em;
    color: #d3a377;
}

a.scroll-top-btn {
	text-decoration: none;
}

.to-mail p,
.to-mail a {
	color: #fff;
	font-size: 12px;
	margin-bottom: 5px;
}

.to-mail a {
	text-decoration: underline;
}

/*=================================================end footer=================================================*/


/* .top_wrapper .top_text {
    display: inline-block;
} */

/* .top_wrapper .top_text h1 {
    display: inline-block;
    padding: 10px 35px;
    color: #fff;
    border: 8px solid #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 2.8em;
    background-color: rgba(0, 0, 0, 0.1);
    margin-left: 20px;
    margin-right: 20px;
} */

/* .top_wrapper .top_text p {
    margin: 0;
    text-transform: uppercase;
} */




.slide-i{
	    display: none;
}
.active_slide{
	    display: block;
}




