@charset "utf-8";
/*@font-face{
  src:url('../webfonts/Gotham-Bold.eot');
  font-family:'Gotham';
  src:url('../font/webfonts/Gotham-Bold.eot?#iefix') format('embedded-opentype'),url('../font/webfonts/Gotham-Bold.woff') format('woff'),url('../webfonts/Gotham-Bold.ttf') format('truetype');
  font-weight:normal;
  font-style:normal
}

@font-face{
  src:url('../webfonts/TheBohemian.eot');
  font-family:'TheBohemian';
  src:url('../font/webfonts/TheBohemian.eot?#iefix') format('embedded-opentype'),url('../font/webfonts/TheBohemian.woff') format('woff'),url('../webfonts/TheBohemian.ttf') format('truetype');
  font-weight:normal;
  font-style:normal
}

@font-face{
  src:url('../webfonts/KaushanScript-Regular.eot');
  font-family:'KaushanScript-Regular';
  src:url('../font/webfonts/KaushanScript-Regular.eot?#iefix') format('embedded-opentype'),url('../font/webfonts/KaushanScript-Regular.woff') format('woff'),url('../webfonts/KaushanScript-Regular.ttf') format('truetype');
  font-weight:normal;
  font-style:normal
}

@font-face{
  src:url('../webfonts/maass3D.eot');
  font-family:'maass3D';
  src:url('../font/webfonts/maass3D.eot?#iefix') format('embedded-opentype'),url('../font/webfonts/maass3D.woff') format('woff'),url('../webfonts/maass3D.ttf') format('truetype');
  font-weight:normal;
  font-style:normal
}*/

body{
  /*background: #000 !important;*/
  text-align: center;
  margin-top: 3%;
}

.body{
  margin: auto;
  margin-top: 3%;
  text-align: center;
}

.body-ana{
   background: url(../images/su-el-roman.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 100vh;
  overflow: hidden;
}

.body-1{
   background: url(../images/su-el-roman.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.body-2{
   background: url(../images/su-el-roman-2.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.body-3{
  background: url(../images/su-el-roman-3.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #888; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}

.sync_video{
  position: fixed;
  top: -10%;
  right: -10%;
  bottom: -10%;
  left: -10%;
  overflow: hidden;
}

.sync_video > video{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 105%;
  margin-top: -20px;
}

.sync_video > iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 105%;
  margin-top: -20px;
}

#page_wrap{
  padding: 156px 0 100px;
  overflow: hidden;
}

#page_wrap.fullscreen{
  padding: 0;
}

.full_screen_container{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background: rgba(0,0,0,0.5);
}

.logo{
  width: 100%;
  padding: 20px;
  position: relative;
  z-index: 9999 !important;
  top: 0px;
  text-align: center;
  font-size: 55px;
  color: #fff;
  font-weight: bold;
  letter-spacing: 5px;
}

.album{
  width: 100%;
  padding-top: 20px;
  position: relative;
  z-index: 9999 !important;
  margin-top: 9%;
  text-align: center;
  font-size: 45px;
  color: #fff;
  font-weight: bold;
  letter-spacing: 3px;
}

.album-bottom{
  width: 100%;
  padding-bottom: 20px;
  position: relative;
  z-index: 9999 !important;
  text-align: center;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  letter-spacing: 3px;
}

.side-menu{
  font-size:25px; 
  cursor:pointer; 
  z-index: 99999; 
  position: absolute; 
  color: #fff; 
  right: 0; 
  margin-right: 35px;
  margin-top: 25px;
}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
  z-index: 9999999;
  color: #fff;
  text-align: center;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #fff;
  display: block;
  transition: 0.3s;
  text-decoration: none;
}

.sidenav a:hover {
  color: #f1f1f1;
  text-decoration: none;
}

.sidenav .closebtn {
  position: absolute;
  top: 8px;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
  z-index: 9999;
  color: #fff;
}

.menu{
  text-align: center;
  letter-spacing: 3px;
}

.menu a{
  font-size: 25px;
  text-decoration: none;
  margin-right: 15px;
  font-weight: 300;
  color: #fff;
}

.menu a:hover{
  color: rgba(255,255,255,.6);
  text-decoration: none;
  
}

.content{
  width: 100%;
  padding: 20px;
  position: relative;
  z-index: 9999 !important;
}

.page-content{
  position: relative;
  height: 70vh;
  background: rgba(255,255,255,0.6);
  z-index: 999999;
  margin: auto;
  padding: 20px;
  overflow-x: auto;
  font-size: 14px;
  text-align: justify;
}

.page-contents{
  position: relative;
  width: 320px;
  height: 95vh;
  background: rgba(255,255,255,0.6);
  z-index: 999999;
  margin: auto;
  padding: 20px;
  overflow-x: auto;
  font-size: 14px;
  text-align: justify;
}

.page-contents a{
  text-align: center;
  display: inline-block;
  float: right;
  margin-top: 10px;
  border-radius: 5px;
  border: 1px solid #777;
  padding: 8px 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 155px;
  color: #777;
  text-decoration: none;
}

.page-contents a:hover{
  color: #fff;
  background: #171717;
  text-decoration: none;
}

.gallery img{
  width: 100%;
}

.listen-header{
  background-color: #181818;
  text-align: center;
  color: #fff;
  padding: 10px;
}

.music{
  background: #fff;
}

.music div{
  float: left;
}

.music img{
  width: 100%;
}

.social-media{
  text-align: center;
}

.social-media a{
  font-size: 25px;
  padding: 10px;
  color: #fff;
}

.social-media a:hover{
  color: rgba(255,255,255,.6);
}

.footer{
  position: fixed;
  width: 100%;
  bottom: 20px;
  left: 0px;
  z-index: 999;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}

@media (max-width: 799px){

body{
  margin-top: 10%;
}

.logo{
  width: 100%;
  padding: 20px;
  position: relative;
  z-index: 9999 !important;
  top: 0px;
  text-align: center;
  font-size: 30px;
  color: #fff;
  font-weight: bold;
  letter-spacing: 5px;
  background: #000;
}

.album{
  width: 100%;
  padding: 20px;
  position: relative;
  z-index: 9999 !important;
  margin-top: 50%;
  text-align: center;
  font-size: 35px;
  font-weight: bold;
  letter-spacing: 3px;
  padding-bottom: 0px;
}

.menu{
  margin-top: 10%;
}

.menu a{
  font-size: 15px;
  text-decoration: none;
  margin-right: 15px;
  font-weight: 300;
  color: #fff;
}

.menu a:hover{
  color: rgba(255,255,255,.6);
  text-decoration: none;
  
}

.side-menu {
  margin-right: 15px;
  z-index: 9999999;
}

.full_screen_container{
  background: transparent;
  height: 100vh !important;
}

.page-content{
  height: 100%;
  background: rgba(255,255,255,0.8);
  font-size: 15px;
}

.page-contents{
  width: 100%;
  height: 100%;
}

.col-xs-6{
  width: 50% !important;
}

.gallery{
  height: 100vh;
}

.kapak-img{
  height: 200px;
}

#pagepiling .logo{
  display: none;
}


}

#pagepiling .album{
  width: 100%;
  padding: 20px;
  position: relative;
  z-index: 9999 !important;
  margin-top: 15%;
  text-align: center;
  font-size: 35px;
  font-weight: bold;
  letter-spacing: 3px;
  padding-bottom: 0px;
}

.mob{
  display: none;
}

.section{
  text-align:center;
}


/* Backgrounds will cover all the section
* --------------------------------------- */
#section1,
#section2,
#section3,
#section4{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background: rgba(0,0,0,0.5);
}

/* Defining each section background and styles
* --------------------------------------- */
#section1{
  background: url(../images/su-el-roman4.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 100vh;
  overflow: hidden;
}
#section2{
  background: url(../images/su-el-roman3.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 100vh;
  overflow: hidden;
}
#section3{
  background: url(../images/su-el-roman2.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 100vh;
  overflow: hidden;
}
#section4{
  background: url(../images/su-el-roman.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 100vh;
  overflow: hidden;
}
#section5{
  background: url(../images/su-el-roman5.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 100vh;
  overflow: hidden;
}



