@import url(https://fonts.googleapis.com/css?family=Open+Sans:200,300,600,400,700);
@import url('https://fonts.googleapis.com/css?family=Philosopher:400,700');
body {
  letter-spacing: 0.5px;
  font-family: 'Philosopher', sans-serif;
  font-weight: 300;
  line-height: 1.6;
  color: #800922;
}
html,
body,
.wrapper {
  overflow-x: hidden;
  letter-spacing: 2px;
}
*:focus {
  outline: none;
  box-shadow: none;
  border: none;
}
input:focus {
  border: 1px solid #b80633 !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 200;
  line-height: 1.6;
}
p,
span {
  font-size: 15px;
  font-weight: 400;
  color: #444;
  letter-spacing: 1px;
}
a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  color: inherit;
  text-decoration: none;
}
a:focus {
  color: inherit;
  text-decoration: none;
}
img {
  width: 100%;
}
.separator {
  position: relative;
  height: 25px;
  width: 100%;
  margin: 5vh 0;
  display: inline-block;
  background: url("../img/model.png") repeat-x;
  background-size: contain;
  z-index: 2;
}
.separator.top {
  position: absolute;
  margin: 0;
  top: -15px;
}
.separator.first {
  margin-top: 0;
}
.space {
  height: 5vh;
  display: flex;
  width: 100%;
}
.bg {
  background: url("../img/g1.jpg") no-repeat center right;
  background-size: contain;
  width: 100%;
  height: 700px;
  transform: rotate(25deg);
  position: absolute;
  z-index: -1;
  top: -650px;
  right: -10%;
}
header.home {
  background: url("../uploads/dd.png");
  background-size: cover;
  width: 100%;
  height: 100vh;
  position: relative;
}
header.home .ov {
  position: absolute;
  width: 100%;
  height: 100vh;
}
header.home .ov .c {
  margin-top: 20vh;
}
header .logo {
  float: left;
}
header .logo img {
  width: 200px;
  height: 80px;
  margin: 30px 0 0 0;
  transition: 0.5s;
}
header .header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  height: 120px;
  transition: 0.5s;
}
header .header .nav {
  padding: 0;
  width: 70%;
  margin: 0 25%;
  position: absolute;
  transition: 0.5s;
}
header .header .nav ul {
  height: 120px;
  margin: 0 auto;
  text-align: center;
  width: 100%;
  display: inline-block;
  padding-top: 50px;
  transition: 0.5s;
}
header .header .nav ul li {
  padding: 0 15px;
  transition: 0.5s;
}
header .header .nav ul li a {
  font-weight: 600;
  color: #b80633;
  transition: 0.5s;
}
header .header .nav ul li:last-child {
  padding-right: 0;
}
header .header .nav ul li:nth-child(1) {
  padding-left: 5px;
}
header .header .social {
  position: absolute;
  right: 0;
  transition: 0.5s;
}
header .header .social ul {
  height: 120px;
  margin: 0 auto;
  text-align: center;
  width: 100%;
  display: inline-block;
  padding-top: 40px;
  transition: 0.5s;
}
header .header .social ul li {
  padding: 0 5px;
  transition: 0.5s;
}
header .header .social ul li a {
  font-weight: 600;
  color: #b80633;
  font-size: 28px;
  transition: 0.5s;
}
.title {
  position: relative;
  margin: 0;
  padding-bottom: 10px;
  font-size: 4vmax;
  line-height: 1.2;
}
p.track {
  text-transform: uppercase;
}
button {
  background-color: #b80633;
  border: none;
  color: white;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  position: relative;
  margin: 0 25px 0 5px;
}
button[data-am-button^="large"] {
  width: 40px;
  height: 40px;
}
button[data-am-button^="large"] i {
  font-size: 20px;
  padding: 5px;
}
button[data-am-button^="small"] {
  width: 40px;
  height: 40px;
}
button[data-am-button^="small"] i {
  font-size: 14px;
}
button:hover {
  color: #fff;
}
button:focus {
  outline: none;
}
#progress-bar {
  width: 100%;
  background-color: #000;
  height: 5px;
  position: relative;
  margin: 1em 0;
}
#progress-bar #progress {
  background-color: #DBDCDE;
  height: 5px;
  position: absolute;
  left: 0;
  -webkit-transition: width 2.5s linear;
  transition: width 2.5s linear;
}
.new-songs li {
  border-bottom: 1px solid #DBDCDE;
  margin: 15px 0;
  transition: 1s;
}
.new-songs li:hover {
  background: rgba(142, 23, 26, 0.15);
  transition: 1s;
}
.new-songs li .audio-item {
  display: inline-flex;
  position: relative;
  width: 100%;
  padding: 20px 0 15px;
}
.new-songs li .audio-item .nr {
  font-size: 35px;
  font-weight: 200;
  line-height: 40px;
}
.new-songs li .audio-item .txt p {
  margin: 0;
  font-size: 26px;
  font-weight: bold;
  line-height: 24px;
}
.new-songs li .audio-item .txt span {
  font-weight: 400;
}
.new-songs li .audio-item .txt span:nth-child(2) {
  color: #b80633;
  font-weight: 700;
}
.modal {
  background: rgba(30, 40, 52, 0.9);
}
.modal .modal-dialog {
  margin-top: 15vh;
}
.modal .title {
  margin: 10% 15% 0;
}
.modal p.btn-modern {
  position: absolute;
  cursor: pointer;
  top: -10%;
  color: #fff;
  right: 0;
  border: 2px solid #fff;
  padding: 5px 10px;
  background: #000;
}
.contentWidthSidebar {
  padding-right: 10%;
}
.contentWidthSidebar .reservation {
  padding-bottom: 10%;
}
.contentWidthSidebar .reservation .input-group {
  width: 48%;
  float: left;
  display: block;
}
.contentWidthSidebar .reservation .input-group.text {
  width: 100%;
}
.contentWidthSidebar .reservation .input-group.text textarea {
  height: 120px;
}
.contentWidthSidebar .reservation .input-group .input-group-addon {
  position: absolute;
  right: 0;
  width: 50px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  background: none;
  border: none;
  border-left: 1px solid #DBDCDE;
  margin-top: 5px;
  color: #b80633;
  font-size: 20px;
  border-radius: 0;
}
.contentWidthSidebar .reservation .input-group .input-group-addon i.fa-mobile {
  font-size: 30px;
  top: 5px;
}
.contentWidthSidebar .reservation .input-group .input-group-addon i {
  position: relative;
  top: 2px;
}
.contentWidthSidebar .reservation .input-group label {
  margin: 0;
  font-weight: 400;
}
.contentWidthSidebar .reservation .input-group .form-control {
  height: 50px;
  line-height: 50px;
  padding: 0 60px 0 10px;
  margin-bottom: 25px;
  background: none;
  box-shadow: none;
}
.contentWidthSidebar .reservation .input-group:nth-child(even) {
  float: right;
}
.contentWidthSidebar .reservation .btn {
  width: 45%;
  margin-left: 0;
  height: 50px;
  line-height: 50px;
  background: none;
  color: #fff;
  border: 2px solid #b80633;
  padding: 0;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1px;
}
.video .col-sm-4 {
  padding: 15px;
  margin-bottom: 25px;
}
.video .col-sm-4 .item {
  box-shadow: 0 18px 20px -20px;
  position: relative;
}
.video .col-sm-4 .item img {
  height: 300px;
  object-fit: cover;
}
.video .col-sm-4 .item h5 {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #800922;
  color: #fff;
  width: 100%;
  margin: 0;
  padding: 10px;
  z-index: 2;
  height: 42px;
  padding-left: 55px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}
.video .col-sm-4 .item h5::before {
  font-family: "FontAwesome";
  content: "\f04b";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 42px;
  height: 42px;
  font-size: 20px;
  background: #b80633;
  color: #fff;
  text-align: center;
  padding-top: 7px;
}
.video .col-sm-4 .item iframe,
.video .col-sm-4 .item embed {
  width: 100%;
  height: 250px;
  transition: 0.3s;
  z-index: 0;
  position: relative;
}
.video .col-sm-4 .item:hover .overlay_video {
  background: rgba(0, 0, 0, 0);
  transition: 0.3s;
  cursor: pointer;
}
.video .col-sm-4 .item:hover .overlay_video i {
  box-shadow: 0 0 10px #000;
  text-shadow: 0 0 10px #000;
}
.video .col-sm-4 .item:hover iframe,
.video .col-sm-4 .item:hover embed {
  z-index: 1;
}
.video #carousel-video {
  margin-top: 50px;
}
.video #carousel-video .carousel-control.right {
  right: -15%;
  background: none;
}
.video #carousel-video .carousel-control.left {
  left: -15%;
  background: none;
}
.video #carousel-video .carousel-indicators {
  bottom: 0;
  margin-bottom: 0;
}
.video #carousel-video .carousel-indicators li {
  background: #b1b1b1;
  border: none;
  position: relative;
  z-index: 1;
  margin: 0 5px;
}
.video #carousel-video .carousel-indicators li.active::before {
  content: '';
  position: absolute;
  left: -4px;
  top: -4px;
  width: 20px;
  height: 20px;
}
.video #carousel-video .carousel-indicators:before {
  content: '';
  position: absolute;
  left: -33%;
  bottom: 11px;
  width: 166%;
  height: 1px;
  background: #DBDCDE;
}
.artists {
  position: relative;
}
.artists .bg {
  background-position: 25% center;
  top: 0;
}
.artists .col-sm-3 {
  padding: 15px;
}
.artists .col-sm-3 .item {
  position: relative;
  width: 100%;
  display: block;
  box-shadow: 0 15px 20px -20px #000;
}
.artists .col-sm-3 .item img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  object-position: top center;
}
.artists .col-sm-3 .item h5 {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #b80633;
  color: #fff;
  width: 100%;
  margin: 0;
  padding: 10px;
}
.artists #carousel-video {
  margin-top: 50px;
}
.artists #carousel-video .carousel-control.right {
  right: -15%;
  background: none;
}
.artists #carousel-video .carousel-control.left {
  left: -15%;
  background: none;
}
.artists #carousel-video .carousel-indicators {
  bottom: 0;
  margin-bottom: 0;
}
.artists #carousel-video .carousel-indicators li {
  background: #b1b1b1;
  border: none;
  position: relative;
  z-index: 1;
  margin: 0 5px;
}
.artists #carousel-video .carousel-indicators li.active::before {
  content: '';
  position: absolute;
  left: -4px;
  top: -4px;
  width: 20px;
  height: 20px;
  border: 1px solid #b1b1b1;
}
.artists #carousel-video .carousel-indicators:before {
  content: '';
  position: absolute;
  left: -33%;
  bottom: 11px;
  width: 166%;
  height: 1px;
  background: #DBDCDE;
}
.artists #carousel-artists {
  margin-top: 50px;
}
.artists #carousel-artists .carousel-control.right {
  right: -15%;
  background: none;
}
.artists #carousel-artists .carousel-control.left {
  left: -15%;
  background: none;
}
.artists #carousel-artists .carousel-indicators {
  bottom: 0;
  margin-bottom: 0;
}
.artists #carousel-artists .carousel-indicators li {
  background: #b1b1b1;
  border: none;
  position: relative;
  z-index: 1;
  margin: 0 5px;
}
.artists #carousel-artists .carousel-indicators li.active::before {
  content: '';
  position: absolute;
  left: -4px;
  top: -4px;
  width: 20px;
  height: 20px;
  border: 1px solid #b1b1b1;
}
.artists #carousel-artists .carousel-indicators:before {
  content: '';
  position: absolute;
  left: -33%;
  bottom: 11px;
  width: 166%;
  height: 1px;
  background: #DBDCDE;
}
#carousel .carousel-control {
  display: none;
}
.artists-page .col-sm-3 {
  padding: 15px;
}
.artists-page .col-sm-3 .item {
  position: relative;
  box-shadow: 0 15px 20px -20px #000;
}
.artists-page .col-sm-3 .item img {
  height: 250px;
  object-fit: cover;
  object-position: top;
}
.artists-page .col-sm-3 .item h5 {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #b80633;
  color: #fff;
  width: 100%;
  margin: 0;
  padding: 10px;
}
.artists-page .btn {
  width: 100%;
  margin-top: 25px;
  display: inline-block;
  line-height: 50px;
  padding: 0;
}
.artists-page .songs li {
  border-bottom: 1px solid #DBDCDE;
  margin: 15px 0;
  transition: 1s;
}
.artists-page .songs li:hover {
  background: rgba(142, 23, 26, 0.15);
  transition: 1s;
}
.artists-page .songs li .audio-item {
  display: inline-flex;
  position: relative;
  width: 100%;
  padding: 20px 0 15px;
}
.artists-page .songs li .audio-item .nr {
  font-size: 26px;
  font-weight: 200;
  line-height: 40px;
}
.artists-page .songs li .audio-item .txt p {
  margin: 0;
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
}
.artists-page .songs li .audio-item .txt span {
  font-weight: 400;
}
.artists-page .songs li .audio-item .txt span:nth-child(2) {
  color: #b80633;
  font-weight: 700;
}
.artists-page .songs li .audio-item button {
  margin-right: 15px;
}
.artists-page .title h1 {
  margin-top: 0;
}
.video .ytp-chrome-top {
  width: 100%;
  left: 0px;
  position: absolute;
  background: #F44336;
  height: 50px;
  top: 200px;
}
.rezerva_eveniment .input-group {
  width: 45%;
  float: left;
  display: block;
}
.rezerva_eveniment .input-group .input-group-addon {
  position: absolute;
  right: 0;
  width: 50px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  background: none;
  border: none;
  border-left: 1px solid #DBDCDE;
  margin-top: 5px;
  color: #b80633;
  font-size: 20px;
}
.rezerva_eveniment .input-group .input-group-addon i.fa-mobile {
  font-size: 30px;
}
.rezerva_eveniment .input-group label {
  margin: 0;
  font-weight: 400;
}
.rezerva_eveniment .input-group .form-control {
  height: 50px;
  line-height: 50px;
  padding: 0 60px 0 10px;
  margin-bottom: 25px;
  background: none;
  box-shadow: none;
}
.rezerva_eveniment .input-group:nth-child(even) {
  float: right;
}
.rezerva_eveniment .btn {
  width: 45%;
  margin-left: 0;
  height: 50px;
  line-height: 50px;
  padding: 0;
  background: none;
  color: #b80633;
  border: 2px solid #b80633;
  font-size: 20px;
  font-weight: 700;
}
.contact-page .input-group {
  width: 30%;
  display: inline-block;
}
.contact-page .input-group:nth-child(2) {
  margin: 0 4%;
}
.contact-page .input-group .input-group-addon {
  position: absolute;
  right: 0;
  width: 50px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  background: none;
  border: none;
  border-left: 1px solid #DBDCDE;
  margin-top: 5px;
  color: #b80633;
  font-size: 20px;
}
.contact-page .input-group .input-group-addon i.fa-mobile {
  font-size: 30px;
}
.contact-page .input-group label {
  margin: 0 0 0 25px;
  font-weight: 400;
  opacity: 0;
}
.contact-page .input-group .form-control {
  height: 50px;
  line-height: 50px;
  padding: 0 60px 0 10px;
  margin-bottom: 25px;
  background: none;
  box-shadow: none;
}
.contact-page .btn {
  width: 30%;
  margin-left: 0;
  height: 50px;
  line-height: 50px;
  background: none;
  color: #b80633;
  border: 2px solid #b80633;
  padding: 0;
  font-size: 20px;
  font-weight: 700;
}
.contact-page .input-group.textarea {
  width: 100%;
}
.contact-page .input-group.textarea textarea {
  height: 250px;
}
.contact-page .input-group.textarea textarea:focus {
  border: 1px solid #b80633 !important;
}
.btn-team {
  background: none;
  color: #b80633;
  border: 2px solid #b80633;
  font-weight: 700;
  padding: 10px 35px;
  margin: 5% auto 0;
  width: auto;
  display: table;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
}
.overlay_video {
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.overlay_video i {
  color: #fff;
  font-size: 20px;
  width: 50px;
  height: 50px;
  border: 2px solid #fff;
  padding: 15px;
  text-align: center;
  position: absolute;
  top: 35%;
  left: 40%;
  border-radius: 50%;
}
.overlay_video .fa-play:before {
  position: relative;
  left: 3px;
}
#modal_video .modal-dialog {
  margin-top: 15vh;
  width: 80vw;
}
#modal_video .modal-dialog iframe {
  height: 70vh;
}
#modal_video .modal-dialog .modal-content {
  background: #000;
}
.sax {
  position: absolute;
  top: -20vh;
  z-index: 0;
  width: 80%;
  height: 100%;
  transform: rotate3d(-20, 60, 0, 180deg);
  right: 20%;
}
.sax img {
  opacity: 0.03;
}
.container {
  position: relative;
}
.btn {
  width: 100%;
  margin-left: 0;
  height: 50px;
  line-height: 50px;
  background: transparent;
  color: #b80633;
  border: 2px solid #b80633;
  font-size: 20px;
  font-weight: 700;
  display: inline;
  padding: 10px 25px;
}
.btn:hover {
  color: #fff;
  background: #b80633;
}
.btn:focus {
  color: #fff;
  background: #b80633;
}
.evenimente {
  text-align: center;
}
.evenimente .contentWidthSidebar {
  padding: 0;
}
.evenimente .contentWidthSidebar .col-sm-6 ul {
  padding: 0 25px 0;
}
.evenimente .contentWidthSidebar .col-sm-6 ul li {
  margin: 5px 0;
}
.evenimente .contentWidthSidebar ul > li:first-child {
  margin-bottom: 5px;
  font-size: 20px;
  color: #b80633;
}
.evenimente .l {
  padding: 0  0 0 25px;
  font-size: 14px;
}
.evenimente .l li:first-child {
  font-size: 14px!important;
  color: inherit!important;
}
.evenimente .l li {
  margin: 15px 0;
  letter-spacing: 1px;
}
.evenimente p {
  text-align: justify;
}
.evenimente .btn {
  margin-top: 25px;
  width: auto;
  display: inline-block;
  padding: 0 30px;
}
.evenimente.artists .btn {
  margin: 0 auto;
  display: table;
}
.evenimente .title {
  text-align: center;
}
.carousel-control span {
  color: #f9f9f9;
  font-size: 6em;
  top: 40%;
  position: absolute;
  opacity: 0.5;
}
.video #carousel-video .carousel-control.right,
.artists #carousel-artists .carousel-control.right {
  right: -11%;
}
.btn {
  text-transform: uppercase!important;
  font-size: 14px!important;
  letter-spacing: 1px;
}
.team {
  padding: 0 15% 10%;
}
.team .form-group {
  width: 47%;
  float: left;
}
.team .form-group label {
  margin: 0;
  font-weight: 400;
  opacity: 0;
  height: 0;
}
.team .form-group .form-control {
  height: 50px;
  line-height: 50px;
  padding: 0 10px;
  margin-bottom: 15px;
  background: none;
  box-shadow: none;
}
.team .form-group:nth-child(even) {
  float: right;
}
.team .textarea {
  width: 100%;
}
.team .textarea .form-control {
  width: 100%;
  height: 150px;
}
.team .btn {
  width: 100%;
  margin-left: 0;
  height: 50px;
  line-height: 50px;
  background: none;
  color: #b80633;
  padding: 0;
  border: 2px solid #b80633;
  font-size: 20px;
  font-weight: 700;
}
.sidebar .team {
  padding: 25px 0 0 ;
}
.video-page h1 {
  margin-top: 0;
}
.playlist-section {
  background: #800922;
  padding: 7% 0;
}
.playlist {
  height: 480px;
  background: #161e27;
}
.playlist iframe {
  height: 480px!important;
}
.playlist ul {
  height: 480px;
  overflow-y: auto;
}
.playlist ul li {
  width: 100%;
  display: inline-block;
  height: 80px;
  border-top: 1px solid #000;
  padding: 10px;
  cursor: pointer;
}
.playlist ul li img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  float: left;
}
.playlist ul li h5 {
  margin: 0;
  padding-left: 10px;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 60px;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 1px;
}
.icon-top-page {
  position: absolute;
  right: -12%;
  z-index: -1;
  opacity: 0.3;
  width: 50vw;
  top: -2vh;
  display: none;
}
@media all and (min-width: 1600px) {
  .playlist {
    height: 720px;
  }
  .playlist iframe {
    height: 720px !important;
  }
  .playlist ul {
    height: 720px;
  }
  .icon-top-page {
    position: absolute;
    right: -12%;
    z-index: -1;
    opacity: 0.3;
    width: 38vw;
    top: 1vh;
  }
}
@media all and (min-width: 1400px) {
  .playlist {
    height: 640px;
  }
  .playlist iframe {
    height: 640px!important;
  }
  .playlist ul {
    height: 640px;
  }
}
@media all and (min-width: 1200px) {
  .playlist {
    height: 560px;
  }
  .playlist iframe {
    height: 560px !important;
  }
  .playlist ul {
    height: 560px;
  }
}
.a {
  position: relative;
}
.a h1 {
  color: #444;
  font-weight: bold;
  margin: 15% 0 15%;
}
.a h1 span {
  font-size: inherit;
  font-weight: bold;
}
.a .line-bottom {
  position: relative;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100px;
  background: #b80633;
  color: #fff;
  display: inline-block;
  padding: 0 5%;
  box-shadow: 0 16px 20px -20px #000;
}
.a .line-bottom::before {
  content: '';
  position: absolute;
  width: 98%;
  border: 2px solid #a76c6c;
  top: 10%;
  left: 1%;
  height: 80%;
}
.a .line-bottom h3 {
  line-height: 100px;
  margin: 0;
  display: inline-block;
  font-weight: 700;
}
.a .line-bottom .btn {
  border-color: #fff;
  color: #fff;
  position: absolute;
  top: 25px;
  right: 5%;
  width: 200px;
  padding: 0;
}
.a .left {
  position: relative;
  display: block;
  width: 40vw;
  position: absolute;
  bottom: 0;
  right: 0;
}
.art-home {
  position: absolute;
  bottom: 100px;
  right: 0;
  width: 100%;
  max-width: 550px;
}
.btn:hover,
.btn:focus,
.btn-team:hover,
.btn-team:focus {
  background: #b80633 !important;
  color: #fff !important;
  transition: 0.5s;
  cursor: pointer;
}
.btn,
.btn-team {
  transition: 0.5s;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 1px solid #ccc;
}
select:focus {
  border: 1px solid #ccc;
}
.form-control:focus {
  border-color: #b80633;
}
div#nav {
  padding: 0;
}
.video_bga {
  height: 100vh;
  position: relative;
  z-index: -1;
  top: 0;
  left: 0;
}
.bga {
  width: 100%;
  height: 100vh;
  position: relative;
  z-index: -1;
}
.first-section {
  background: #b80633;
  padding: 7% 0;
  color: #fff;
}
.first-section h3 {
  margin: 0 0 25px 0;
}
.first-section p {
  color: #fff;
}
.first-section img {
  box-shadow: 0 15px 60px -20px #000;
}
.bottom-section {
  background: url("../uploads/footer.jpg") no-repeat;
  background-size: cover;
  background-attachment: fixed;
  color: #fff;
  display: flex;
  width: 100%;
  overflow: hidden;
}
.bottom-section .ov {
  background: rgba(4, 22, 43, 0.95);
  width: 100%;
}
.bottom-section .title {
  margin-top: 7%;
  font-size: 3.5vmax;
}
.bottom-section .title::before,
.bottom-section .title::after {
  display: none;
}
footer {
  background: #800922;
  text-align: center;
}
footer .bottom-logo img {
  height: 100px;
  object-fit: contain;
  max-width: 200px;
  margin: 50px 0;
  display: inline-block;
}
footer ul {
  width: 90%;
}
footer ul li {
  float: left;
  line-height: 200px;
  width: 33%;
}
footer ul li a {
  font-size: 2vmax;
  cursor: pointer;
  color: #fff;
}
footer ul li a:hover {
  color: #fff;
}
footer h4 {
  font-size: 2vmax;
  color: #fff;
  margin-bottom: 5%;
}
footer h4 span {
  margin: 0 25px;
  font-size: 2vmax;
  color: #fff;
}
footer .copyright {
  background: #101010;
  width: 100%;
  height: 25px;
  padding: 0 15%;
}
footer .copyright span {
  font-size: 12px;
}
footer .copyright span a {
  color: #b80633;
}
.c {
  width: 70%;
  margin: 30vh auto 0;
  color: #b80633;
  text-align: center;
}
.c h4 {
  color: #fff;
}
.c h2 {
  font-weight: bold;
  font-size: 4vmax;
  line-height: 1.2;
  font-family: 'Kaushan Script', cursive;
  color: #b80633;
}
.c i {
  margin-top: 10vh;
  color: transparent;
  border: 2px solid #b80633;
  font-size: 4vmax;
  padding: 2.5% 3%;
  cursor: pointer;
  transition: 0.5s;
}
.c i::before {
  color: #b80633;
  position: relative;
  left: 3px;
  transition: 0.5s;
}
.c i:hover {
  border-color: #fff;
  transition: 0.5s;
}
.c i:hover::before {
  color: #fff;
  transition: 0.5s;
}
.c img {
  position: absolute;
  bottom: 0;
  left: 20vw;
  width: 60vw;
  max-height: 60vh;
  object-fit: contain;
}
.artists .col-sm-3 .item h5 {
  color: #fff;
  background: #800922;
}
.title h1 {
  text-align: center;
}
.evenimente p {
  text-align: center;
}
.contact-page .bottom-logo {
  width: 200px;
  margin: 5% auto 5% 0;
}
.contact-page ul.social {
  margin: 0 auto 5% auto!important;
  width: 90%;
}
.contact-page ul.social li {
  margin: 0 10px;
}
.contact-page ul.social li a {
  font-size: 2vmax;
  cursor: pointer;
  color: #b80633;
}
#modal_header {
  width: 100vw;
  height: 100vh;
  margin: 0;
}
#modal_header .modal-dialog {
  margin: 0;
  width: 100vw;
  height: 100vh;
}
#modal_header .modal_h,
#modal_header iframe {
  width: 100vw;
  height: 100vh;
}
#modal_header p.btn-modern {
  position: absolute;
  cursor: pointer;
  top: 25px;
  color: #fff;
  right: 25px;
  border: 2px solid #fff;
  padding: 5px 10px;
  background: #000;
}
.form-control:focus {
  border: 1px solid #b80633;
  color: #fff;
}
.form-control {
  color: #fff;
  border-radius: 4px !important;
}
.hh3 {
  font-family: 'Kaushan Script', cursive;
  font-size: 2.5vmax;
}
.bott .reservation .btn {
  color: #000;
}
.bott .form-control {
  color: #000;
}
.sada {
  height: 300px;
  object-fit: cover;
  object-position: top;
}
.lightbox-gallery .item {
  width: 20%;
  padding: 5px;
  float: left;
}
.lightbox-gallery img {
  height: 200px;
  width: 100%;
  object-fit: cover;
}
@media all and (max-width: 767px) {
  .lightbox-gallery .item {
    width: 50%;
  }
  header .logo {
    width: 100%;
  }
  header .logo img {
    margin: 0 auto;
  }
  button.navbar-toggle {
    position: absolute;
    top: 15px;
    right: 0;
    margin: 0;
  }
  .navbar-toggle .icon-bar {
    background: #DBDCDE;
  }
  header .top {
    display: none;
  }
  .a h1 {
    font-size: 20px;
  }
  .a .line-bottom h3 {
    line-height: 20px;
    margin: 15px 5px 0;
    font-weight: 700;
    font-size: 18px;
  }
  .a .line-bottom {
    height: 100%;
  }
  .a .line-bottom .btn {
    position: relative;
    padding: 5px 25px;
    top: -5px;
    left: 5px;
  }
  .a .line-bottom::before {
    top: 5%;
    height: 90%;
  }
  .bg {
    top: -500px;
  }
  .video #carousel-video {
    margin-top: 0;
  }
  #modal_video .modal-dialog {
    width: 95vw;
  }
  .title {
    font-size: 4.5vmax;
  }
  .contentWidthSidebar .reservation .input-group,
  .contentWidthSidebar .reservation .btn,
  .rezerva_eveniment .input-group,
  .rezerva_eveniment .btn,
  .contact-page .input-group {
    width: 100%;
  }
  header .nav ul li {
    width: 100%;
    text-align: center;
    margin: 5px 0;
  }
  .h1,
  h1 {
    font-size: 20px;
  }
  .h2,
  h2 {
    font-size: 18px;
  }
  .h3,
  h3 {
    font-size: 16px;
  }
  .playlist iframe {
    height: 200px!important;
  }
  .playlist {
    height: auto;
  }
  .playlist ul {
    height: 280px;
  }
  .contact-page .input-group:nth-child(2) {
    margin: 0;
  }
  .title {
    margin-left: 15px;
  }
  .reservation {
    width: 90%;
    margin-left: 7%;
  }
  .evenimente .contentWidthSidebar,
  .contentWidthSidebar p {
    padding: 0 15px;
  }
  .c h4 {
    font-size: 12px;
  }
  .c h2 {
    font-size: 3vmax;
  }
  .first-section h3 {
    margin-top: 25px;
  }
  footer .copyright {
    height: 100%;
    display: inline-block;
  }
  header .logo img {
    width: 110px;
    height: 45px;
    margin: 10px 0 0 25px;
  }
  header .header .social {
    top: 20px;
    right: 45px;
  }
  header .header .social ul {
    padding: 0;
    height: auto;
  }
  header .logo img {
    width: 160px;
    height: 70px;
  }
  header .header .social ul {
    margin-top: -7px;
  }
  header .header .nav {
    padding: 15px !important;
    width: 100%;
    margin: 0;
    background: #fff;
    box-shadow: 0 5px 30px -10px #000;
    z-index: -2;
  }
  header .header .nav ul {
    height: 100%;
    padding-top: 100px;
  }
  header.home .ov,
  header.home {
    height: 60vh;
  }
  .c img {
    left: 10vw;
    width: 80vw;
  }
  .col-sm-4.sidebar {
    height: 60vh !important;
  }
  footer ul li {
    line-height: 1.4;
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  footer .bottom-logo img {
    margin: 15px 0;
  }
  .artists {
    width: 90%;
    margin: 0 auto;
  }
  .playlist-section {
    background: #800922;
    padding: 7% 10%;
  }
  .evenimente .col-sm-5 {
    width: 100%;
  }
}
@media all and (min-width: 600px) and (max-width: 767px) {
  .a h1 {
    width: 65%;
  }
  .art-home {
    bottom: 80px;
  }
  .video .col-sm-4 .item img,
  .artists .col-sm-3 .item img {
    height: 350px;
  }
  .playlist ul {
    height: 480px;
  }
  .playlist iframe {
    height: 480px!important;
  }
}
