

        body {
            font-family: 'Exo 2', sans-serif; font-weight: 300; background: #000
        }

a{color:#fff}
a:hover{color:#ddd}

.zoom {
  padding: 50px;
  transition: transform .2s; /* Animation */
  margin: 0 auto;
}

.zoom:hover {
  transform: scale(1.5); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
    z-index: 9999
}

        #myVideo {
            position: fixed;
            right: 0;
            bottom: 0;
            min-width: 100%;
            min-height: 100%;
            z-index: -1
        }

        /* Add some content at the bottom of the video/page */
        .contents {
            position: fixed;
            bottom: 0;
            background: rgba(0, 0, 0, 0.5);
            color: #f1f1f1;
            width: 100%;
            padding: 20px;
        }

        /* Style the button used to pause/play the video */
        #myBtn {
            width: 200px;
            font-size: 18px;
            padding: 10px;
            border: none;
            background: #000;
            color: #fff;
            cursor: pointer;
        }

        #myBtn:hover {
            background: #ddd;
            color: black;
        }

        /* Place the navbar at the bottom of the page, and make it stick */
        .navbar {
            background-color: #000;
            overflow: hidden;
            position: fixed;
            bottom: 0;
            width: 100%;
            z-index: 99999
        }

        /* Style the links inside the navigation bar */
        .navbar a {
            float: left;
            display: block;
            color: #f2f2f2;
            text-align: center;
            padding: 14px 16px;
            text-decoration: none;
            font-size: 17px;
        }

        /* Change the color of links on hover */
        .navbar a:hover {
            background-color: #ddd;
            color: black;
        }

        /* Add a color to the active/current link */
        .navbar a.active {
            background-color: #4CAF50;
            color: white;
        }



        .center {

            width: 100%;

        }

        #social-test {

            vertical-align: bottom;
            text-align: left;
            font-size: 22px;
            bottom: 0px;
            right: 0px;
            margin-top:10%
         

        }

        .social {
            padding-left: 0px;
        }

        li {
            display: inline-block;
        }

        li a {
            color: rgba(256, 256, 256, 0.6);
            border-radius: 6px;
            list-style-type: none;
            display: inline-block;
            text-align: center;
            width: 50px;
            height: 50px;
            padding: 10px;
            border: 1px solid rgba(256, 256, 256, 0.6);
            cursor: pointer;
            margin-left: 10px;
            margin-bottom: 20px;
            transition: ease .3s;

            &:hover {
                color: rgba(256, 256, 256, 1);
                border: 1px solid rgba(256, 256, 256, 1);
            }
        }
        }

        .social:hover>li {
            opacity: 0.5;
        }

        .social:hover>li:hover {
            opacity: 1;
        }

        .credits,
        .credits a {
            font-size: 20px;
            font-family: Open Sans;
            color: rgba(256, 256, 256, 0.6);
        }


* {
  box-sizing: border-box;
/*   border: 1px solid black; */
}

.acc-header{color:#999}
.acc-content{color:#777}


h3 {
            color: #fff;
            font-size: 24px;
            text-align: center;
            margin-top: 30px;
            padding-bottom: 30px;
            margin-bottom: 30px;
            font-weight: 300;
        }
        
        .container {
            max-width: 970px;
        }
        
        div[class*='col-'] {
            padding: 0 30px;
        }
        
        .wrap {
            /*box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);*/
            border-radius: 4px;
        }
        
        a:focus,
        a:hover,
        a:active {
            outline: 0;
            text-decoration: none;
        }
        
        .panel {
            border-width: 0 0 0px 0;
            border-style: solid;
            border-color: #000;
            background: none;
            box-shadow: none;
        }

.album{padding: 8px !important; margin-bottom: 10px; font-size: 14px; color:#fff}
.album img{     box-shadow: 0px -1px 11px 0px #484848;
    padding: 5px;
    background: #fff;
    margin-bottom: 9px;}

.guncelalbum{margin-top:13%; font-size: 40px;color: #847359; letter-spacing: 5px; font-weight: 200; text-align: right;}
.guncelalbum span{font-weight: 200;letter-spacing: 0px; font-size: 25px; color:#fff}

.panel-group{margin-top:8%}
        
        .panel:last-child {
            border-bottom: none;
        }
        
        .panel-group > .panel:first-child .panel-heading {
            border-radius: 4px 4px 0 0;
        }
        
        .panel-group .panel {
            border-radius: 0;
        }
        
        .panel-group .panel + .panel {
            margin-top: 0;
        }
        
        .panel-heading {
            /*background-color: rgb(0 0 0 / 31%);*/
            border-radius: 0;
            border: none;
            color: #fff;
            padding: 0;
        }
        
        .panel-title a {
            display: block;
            color: #fff;
            padding: 10px 20px;
            position: relative;
            font-size: 32px;
            font-weight: 600;
            margin-bottom: 20px;
            border: none;
        }
        
        .panel-body2 {
            background: transparent;
            font-size: 18px; color:#8a8a8a; padding: 20px;
        }

.panel-body2 p{font-size: 18px; line-height: 30px; font-weight: 300}
        
        .panel:last-child .panel-body2 {
            border-radius: 0 0 4px 4px;
        }
        
        .panel:last-child .panel-heading {
            border-radius: 0 0 4px 4px;
            transition: border-radius 0.3s linear 0.2s;
        }
        
        .panel:last-child .panel-heading.active {
            border-radius: 0;
            transition: border-radius linear 0s;
        }
        /* #bs-collapse icon scale option */
        
      
        
        #accordion .panel-heading.active a:before {
            transform: rotate(0deg);
            transition: all 0.5s;
        }

