@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:200');

html, body{
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 20px;
    overflow: hidden !important;
    background: #000;
}

.body{
  width: 100%;
  height: 100%;
  background: url(../img/pat.png) repeat;
  box-sizing: border-box;
}


.pat{
  width: 100%;
  height: 100%;
  background: url(../img/pat.png) repeat;
  box-sizing: border-box;
}


/* END OF HEADER STYLING FOR WEB*/

/* END OF HEADER STYLING FOR WEB*/

#preloader {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  /* change if the mask should have another color then white */
  z-index: 99;
  /* makes sure it stays on top */
}

#status {

}


h1{
  color:#fff;
  font-size: 4em;
  font-weight: 200;
  margin: 0;
  line-height: .9em;
}

nav .txt-edit{
  padding: 20px;
    text-align: left;
    font-size: .92em;
    line-height: 1.02em;
    color: #fff;
    text-align: justify;
}


.songscont{
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  top: 0;
  left: 0;
}

.songscont .tbl-disp{
  display: table;
  width: 100%;
  height: 100%;
  padding: 0 45px;
  box-sizing: border-box;
}

.songscont .tbl-disp > div{
  display: table-row;
}

.songscont .tbl-disp > div > div{
  display: table-cell;
  vertical-align: middle;
}

.logo-cont {
  height: 70px;
  margin-bottom: 70px;
}

.logo-cont svg{
  transform: scale(0.4);
  margin-left: -177px;
  margin-top: -55px;
}

.logo{
    width: 600px;
    height: 192.17px;
    margin-bottom: 30px;
}

.songscont iframe{
  margin-top: 20px;
  max-width: 88%;
  /*margin: 28px 0 90px;*/
}


.sign{
  padding-bottom: 0;
}

.sign a,
.credit a{
  color: #fff;
  text-decoration: none;
}

.credit{
  position: absolute;
  bottom: 35px;
  left: 45px;
  color: #fff;
  font-size: .85em;
}

.credit > *{
  float: left;
}


@-webkit-keyframes rotating /* Safari and Chrome */ {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.rotating {
  -webkit-animation: rotating 2.5s linear infinite;
  -moz-animation: rotating 2.5s linear infinite;
  -ms-animation: rotating 2.5s linear infinite;
  -o-animation: rotating 2.5s linear infinite;
  animation: rotating 2.5s linear infinite;
  transform-origin: 475.5px 98.8px;
}

.preloader{
  width: 100px;
  height: 100px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.lastiframe{
  margin-bottom: 50px;
}




ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* contents */
.contents {
    display: block;
    width: 100%;
    height: 100vh;
    padding: 0;
    margin: 0;
    background: url(../img/bg.jpg?v=1.1.1) center no-repeat;
    background-size: cover;
    box-shadow: 0 0 50px 0 rgba(0,0,0,.8);
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
}

.contents__inner {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.contents__inner h1 {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 40px;
    font-family: Futura, "Century Gothic", "helvetica neue", arial, sans-serif !important;
    font-style: italic;
}

.contents__inner p {
    margin-top: 20px;
    color: #fff;
    font-size: 20px;
}

.contents__inner p span {
    border-bottom: 1px solid #fff;
}

/* drawer menu */
.drawer-menu {
    box-sizing: border-box;
    position: fixed;
    top: 0;
    left: 0;
    width: 620px;
    height: 100%;
    padding: 60px 0;
    background: #222;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
    -webkit-transform: perspective(500px) rotateY(-90deg);
    transform: perspective(500px) rotateY(-90deg);
    opacity: 0;
}

.drawer-menu li {
    text-align: center;
}

.drawer-menu li a {


    text-decoration:underline;
    color: #fff;
    -webkit-transition: all .8s;
    transition: all .8s;
}

.drawer-menu li a:hover {

}

/* checkbox */
.check {
    display: none;
}

/* menu button - label tag */
.menu-btn {
    position: absolute;
    display: block;
    top: 40px;
    left: 48px;
    display: block;
    width: 40px;
    height: 40px;
    font-size: 10px;
    text-align: center;
    cursor: pointer;
    z-index: 3;
}

.bar {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 40px;
    height: 1px;
    background: #fff;
    -webkit-transition: all .5s;
    transition: all .5s;
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
}

.bar.middle {
    top: 15px;
    opacity: 1;
}

.bar.bottom {
    top: 30px;
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
}


.menu-btn:hover .bar {
    background: #eee;
}

.menu-btn:hover .menu-btn__text {
    color: #999;
}

.close-menu {
    position: fixed;
    top: 0;
    left: 620px;
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,0);
    cursor: url(http://theorthodoxworks.com/demo/images/cross.svg),auto;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    visibility: hidden;
    opacity: 0;
}

/* checked */
.check:checked ~ .drawer-menu {
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
    z-index: 2;
}

.check:checked ~ .contents {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transform: translateX(620px);
    -ms-transform: translateX(620px);
    transform: translateX(620px);
}

.check:checked ~ .menu-btn .menu-btn__text {
    visibility: hidden;
    opacity: 0;
}

.check:checked ~ .menu-btn .bar.top {
    width: 56px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.check:checked ~ .menu-btn .bar.middle {
    opacity: 0;
}

.check:checked ~ .menu-btn .bar.bottom {
    width: 56px;
    top: 40px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.check:checked ~ .close-menu {
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
    background: rgba(0,0,0,.5);
    visibility: visible;
    opacity: 1;
    z-index: 3;
}


@media all and (max-width: 1366px) {
  .logo-cont,
  .songscont iframe{
    margin-bottom: 0;
  }

  h1{
    font-size: 2.3em;
    margin-top: 25px;
  }

  .sign{
    padding-bottom: 0;
  }

  .lastiframe{
    margin-bottom: 20px;
  }

  nav .txt-edit{
    font-size: .75em;
  }
  
}


@media all and (max-width: 1024px) {

  .songscont .pat{
    width: 100%;
    padding: 20px;
  }

  .songscont .tbl-disp{
    padding: 0;
  }

  /*h1{font-size: 3em;}*/

  .credit{
    left: 20px;
    bottom: 20px;
  }

  .menu-btn{
    top: 25px;
    left: 23px;
  }

  .close-menu {
    left: 375px;
  }

  .drawer-menu {
    width: 375px;
  }
  .check:checked ~ .contents {
    -webkit-transform: translateX(375px);
    -ms-transform: translateX(375px);
    transform: translateX(375px);
  }
	
}

@media all and (max-width: 512px) {
  .logo-cont svg{
      transform: scale(0.4);
  }

  nav .txt-edit {
    font-size: .75em;
    line-height: 1.1em;
  }

  nav .txt-edit h3{
    text-align: right;
  }

  .songscont .tbl-disp{
    display: block;
    width: 100%;
    box-sizing: border-box;
    margin: 0;
    padding-top: 60px;
  }

  .songscont .tbl-disp > div,
  .songscont .tbl-disp > div > div{
    display: block;
  }
  .songscont iframe{
    max-width: 100%;
  }

  .sign > *{
    width: 50%;
    float: left;
  }

  .sign > a{
    text-align: right;
  }

  .drawer-menu{
    padding: 10px 0 60px;
  }
  
}
.contents
{
	display:flex
}
.videos_list , .songscont
{
	width:50%;
}
.ml-15
{
	margin-left:15px;
}
@media (max-width: 640px){
	  .videos_list , .songscont
	{
		width:100%;height:auto
	}	
	.contents{display:block;        position: relative;}
	.videos_list{height:580px;padding:50px 0}
	.contents{height:auto}
	html, body , .body{height:auto;overflow-y:scroll !important}
	.credit{position: relative;
        top: auto;
        bottom: auto;
        padding: 20px 0;
        float: left;
        width: 100%;}
	.sign > a{text-align:left;width:100%;}
	.ml-15{margin-left:0;}
	.l_links{font-size:28px;}
}
@media (max-height: 640px){
  nav .txt-edit {
      font-size: .73em;
  }

  .songscont .tbl-disp{
    padding-top: 50px;
  }
	
}







