/* 
    Created on : 01/12/2015, 17:47:11
    Author     : Eliran Levi

    Filename: css/ole-style.css

*/

@font-face {font-family: Ubuntu; src: url('../fonts/Ubuntu-Regular.woff');}
@font-face {font-family: Ubuntul; src: url('../fonts/Ubuntu-Light.woff');}
@font-face {font-family: Ubuntub; src: url('../fonts/Ubuntu-Bold.woff');}
@font-face {font-family: OpenSansb; src: url('../fonts/OpenSans-Bold.woff');}
/*@font-face {font-family: FA; src: url('../fonts/fontawesome-webfont.ttf');}*/

body {
    padding-top: 30px;
    /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
    font-family: Ubuntu;
    background: #303030;
}

button::-moz-focus-inner {
  border: 0;
}

a:focus { 
    outline: none; 
}

.parallax {
    height: 710px;
    background: url('../images/bg.jpg') 50% 0;
    background-size: cover;
    position: relative;
}

@media (min-width:1400px) {
    .parallax {
        height: 750px;
        background: url('../images/bg.jpg') 50% 10%;
        background-size: cover;
        position: relative;
    }
}

@media (max-width:700px) {
    .carousel-inner > .item > .parallax {
        height: 490px;
        background-position: 57% 0;
    }
}

.pdrum {
    height: 450px;
    background: url('../images/dbg.jpg') 50% 50%;
    background-size: cover;
    position: relative;
}

@media (max-width:767px) {
    .pdrum {
        height: 500px;
    }
    
    .playlist .in-txt h2 {
        font-size: 20px;
    }
}

.twitter {
    margin-top: 7%;
}

@media (min-width:760px) and (max-width:850px) and (orientation:portrait) {
    .twitter {
        margin-top: 2.5%;
    }
}

@media (min-width:900px) and (max-width:1025px) and (orientation:landscape) {
    .twitter {
        margin-top: 8.5%;
    }
}

.twitter img {
    margin-right: 35%;
}

.oletweet {
    font-size: 28px;
    color: #fff;
    margin-top: 15%;
    margin-left: -38%;
    padding-right: 28%;
}

.oletweet hr {
    margin: 22px 0px;
    border-width: 1px 0px;
    border-style: solid none;
    border-color: #EEE -moz-use-text-color #FFF;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
}

.oletweet a {
    transition:all 0.3s ease 0s;
    text-decoration: none;
    color: #eed461;
}

.oletweet a:hover,
.oletweet a:focus 
.oletweet a:visited {
    color: #cc3333;
}

@media (max-width:800px) {
    .twitter img, .oletweet {
        margin-left: auto;
        margin-right: auto;
        padding-right: 0px;
        margin-top: -30px;
    }
    
    .oletweet {
        font-size: 20px;
        margin-top: 30px;
    }
}

.scrollup {
    position: fixed;
    bottom: 15px;
    right: 0px;
    display: block;
    z-index: 1001;
}

.ptext {
    position: absolute;
    top: 38%;
    left: 5.5%;
}

@media (min-width:1900px) {
    .ptext {
        top: 25.5%;
        left: 19%;
    }
}

.ptext h1, .ptext h2 {
    font-family: Ubuntu;
    line-height: 20px;
    color: #fff;
}

.ptext h1 {
    font-family: Ubuntub;
    font-size: 50px;
    color: #dd3333;
    margin-bottom: 22px;
}

.ptext p {
    font-family: Ubuntul;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
}

@media (max-width:770px) {
    .ptext {
        top:25%;
    }
}

@media (max-width:700px) {
    .ptext {
        margin-top: 6%;
    }
}

.fa-chevron-up {
    color:  #303030;
    position: relative;
    right: 53%;
}

.fa-circle {
    color: #fff;
}

nav {
    font-family: Ubuntub;
    font-size: 16px;
}

.navbar-inverse {
    box-shadow: none;
    background-color: #38363A;
    border-bottom-color: #4D4C50;
}

.navbar-collapse > .navbar-nav > li > a,
.navbar-collapse > .navbar-nav > li > a:visited,
.navbar-collapse > .navbar-nav > li > a:focus,
.navbar-header > .navbar-brand,
.navbar-header > .navbar-brand:visited,
.navbar-header > .navbar-brand:hover {
    color: #eed461;
    text-decoration: none;
}

.navbar-collapse > .navbar-nav > li > a:hover {
    color: #cc3333;
}

@media (max-width:500px) {
    .navbar-collapse li {
        margin-left: 16px;
    }
    
    .oletweet {
        margin-left: 6%;
        margin-right: 6%;
    }
}

.navbar-header > .navbar-brand {
    margin-right: 30px;
    padding-left: 32px;
    font-size: 15.7px;
}

.about, .drum {
    background-color: #38363A;
    padding-top:95px;
    padding-bottom: 67px;
}

.about {
    padding-top: 79px;
    padding-bottom: 47px; 
}

.drum {
    padding-top: 37px;
}

.box {
    margin-left: 5.5%;
}

@media (min-width:1900px) {
    .box {
        margin-left: 16%;
    }
}

.about h2 {
    font-family: Ubuntub;
    font-size: 50px;
    color: #dd3333;
    margin-bottom: 2px;
}

.about h6 {
    font-family: Ubuntu;
    color: #fff;
    font-size: 19px;
    margin-bottom: 3px;
}

.about p {
    font-family: Ubuntu;
    color: #ACABAD;
    font-size: 14px;
}

@media (max-width:700px) {
    .about p {
        padding-bottom: 30px;
    }
    
    .about {
        padding-top: 80px;
        padding-bottom: 40px;
    }
}

.ole-title {
    display: none;
}

.players {
    background-color: #4D4C50;
}

.playlist {
    list-style-type: none;
    padding: 0;
}

@media (min-width:1050px) {

    .playlist {
        display: table-row;
        list-style-type: none;
    }

    .playlist li {
        float: left;
        width: 25%;
    }
}

.playlist li:last-child, .playlist li:last-child:hover {
    display: none;
}
.inner-container {
    position: relative;
    display: table;
}

.playlist li img {
    position:relative;
    transition: 400ms ease; 
}

.playlist li:hover img, li.playing img{
    transform: scale(1.1);
    overflow: hidden;
    transition: 400ms ease;
}

li.playing .ole-title{
    display: initial;
}

.img-container {
    overflow: hidden;
}

.img-text {
    position: absolute;
    z-index: 1001;
    width: 100%;
    text-align: center;
    top:38%;
}

.in-txt {
    font-family: Ubuntub;
    text-transform: uppercase;
    color: #fff;
}

h2.genre-name {
    font-size: 40px;
}

@media (min-width:1900px) {
    .img-text {
        top:41%;
    }
    
    .in-txt {
        font-size: 60px;
    }
}

.player-wrap {
    position: absolute;
    z-index: 1001;
    top:0%;
    vertical-align: middle;
    height: 100%;
    width: 100%;
    background: rgba(221, 51, 51, 0);
    left: 0;
    opacity: 0;
    transition: all 200ms ease;
}

.playlist li:hover .player-wrap, li.playing .player-wrap {
    background: rgba(221, 51, 51, 0.8);
    opacity: 1;
}

.playlist li:hover .in-txt, li.playing .in-txt {
    transition: all 200ms ease;
    opacity: 0;
}

.ole-controls {
    margin-top: -35px !important;
    margin-bottom: 20px !important;
}

.ole-title {
    position: absolute;
    left: 34%;
}

.jp-pause {
    padding: 0 15% !important;
    font-size: 90px !important;
}

.ole-title, .ole-author {
    text-align: center !important;
    font-size: 20px !important;
    font-family: Ubuntul !important;
}

.ole-author {
    font-family: Ubuntu !important;
}

.playlist .jp-next,.playlist .jp-previous {
    margin-top: -50px;
}

@media (min-width:1300px) {
    .playlist .jp-next,.playlist .jp-previous {
        margin-top: -20px;
    }
}

@media (min-width:700px) and (max-width:1250px) {
    .playlist .jp-next,.playlist .jp-previous {
        margin-top: -35px;
    }
}

@media (max-width:1050px) {
    .jp-next span, .jp-previous span {
        font-size: 60px;
    }
    
    .ole-title {
        left: 39.5%;
    }
    
    .jp-play span, .jp-pause span {
        font-size: 100px;
    }
    
    .jp-play, .jp-pause {
        margin-top: 0px ;
    }
    
    .ole-gui {
        top:-40px;
    }
    
    .ole-controls {
        margin-top: -10px !important;
    }
    
    .ole-volume-controls {
        margin-top: 50px;
    }
    
}

@media (max-width:1050px) and (orientation:landscape) {
    .ole-controls {
        margin-top: 20px !important;
    }
    
    .ole-volume-controls {
        margin-top: 70px;
    }
}

@media (max-width:800px) {
    
    .jp-next span, .jp-previous span {
        font-size: 60px;
    }
    
    .ole-title {
        position: absolute;
        left: 36%;
    }
    
    .jp-play span, .jp-pause span {
        font-size: 100px;
    }
    
    .jp-play, .jp-pause {
        margin-top: 0px ;
    }
    
    .ole-gui {
        top: 15px;
    }
    
    .jp-next, .jp-previous {
        margin-top: -30px;
    }
    
    .ole-controls {
        margin-top: -20px !important;
    }
    
    .ole-volume-controls {
        margin-top: 40px;
    }
    
    .playlist .in-txt h2 {
        font-size: 50px;
    }
}

.lSSlideOuter .lSPager.lSpg > li:last-child {
    display: none;
}

@media (max-width:700px) {
    .playlist .ole-author, .playlist .ole-title {
        font-size: 18px !important;
    }
    
    .playlist .ole-title {
        position: absolute;
        left: 34.7%;
        margin-bottom: 50px;
    }
    
    .ole-gui {
        top: 30px !important;
    }
    
    .playlist .ole-playlist {
        padding-bottom: 20px;
    }
    
    .jp-next span, .jp-previous span, .playlist .in-txt h2{
        font-size: 30px !important;
    }
    
    .ole-controls .jp-next, .ole-controls .jp-previous{
        padding-top: 25px !important;
    }
    
    .jp-play span, .jp-pause span {
        font-size: 70px !important;
    }
    
    .ole-controls {
        margin-top: -80px !important;
    }
    
    .ole-mute, .ole-volume-bar, .ole-volume-bar-value, .ole-volume-max, .ole-volume-controls {
        display: none;
    }
    
    .playlist .ole-progress {
        width: 60%;
    }
}

@media (max-width:700px) and (orientation:portrait){
    .playlist .ole-author, .playlist .ole-title {
        font-size: 20px !important;
    }
    
    .jp-next span, .jp-previous span, .playlist .in-txt h2{
        font-size: 40px !important;
    }
    
    .playlist .in-txt h2{
        font-size: 58px !important;
    }
    
    .jp-play span, .jp-pause span {
        font-size: 90px !important;
    }
    
    .ole-controls {
        margin-top: -45px !important;
    }
    
    .playlist .ole-title {
        left: 34%;
    }
    
    .playlist .ole-progress {
        width: 70%;
    }
    
    .playlist .ole-controls button {
        padding: 0 !important; 
        margin-top: -10px !important;
    }
    
    .playlist .jp-pause {
        margin: 0 15% !important;
    }
    
    .playlist .ole-controls .jp-previous, .playlist .ole-controls .jp-next {
        margin-top: -15px !important; 
    }
}

@media (max-width:650px) and (orientation:landscape) {   
    .playlist .ole-title {
        position: absolute;
        left: 32.5%;
        margin-bottom: 50px;
    }
}

.drum h1 {
    color: #fff;
    font-family: Ubuntub;
    font-style: normal;
    font-weight: bold;
    font-size: 88px;
    line-height: 83px;
    font-size-adjust: none;
    font-stretch: normal;
    -x-system-font: none;
    font-feature-settings: normal;
    font-language-override: normal;
    font-kerning: auto;
    font-synthesis: weight style;
    font-variant-alternates: normal;
    font-variant-caps: normal;
    font-variant-east-asian: normal;
    font-variant-ligatures: normal;
    font-variant-numeric: normal;
    font-variant-position: normal;
}

@media (max-width:700px) {
    .drum h1 {
        font-size: 28px;
        line-height: 30px;
    }
}

.partners {
    min-height: 50px;
    background-color: #545454;
    text-align: center;
    margin-left: -3%;
}

.partners a { 
    padding-top: 1%;
    padding-bottom: 1%;
    margin-left: 3%;
    display: inline-block; 
}

@media (max-width:700px) and (orientation:portrait){
    .partners a {
        padding-top: 3%;
        padding-bottom: 3%;
    }
}

@media  (max-width:700px) and (orientation:landscape) {
    .partners a {
        padding-top: 2%;
        padding-bottom: 2%;
    }
}

.partners img {
    max-height: 30px;
}

.map {
    padding-top: 37px;
    background: #303030;
    height: 570px;
    color: #fff;
}

#map {
    width:100%;
    height:500px;
}

.footer {
    background-color: #303030;
    color: #fff;
    font-size: 12px;
    padding-bottom: 10px;
    margin-top: -10px;
    font-family: Ubuntul;
}

.footer a,
.footer a:visited,
.footer a:focus {
    color: #eed461;
    text-decoration: none;
}

.footer a:hover {
    color: #cc3333;
    text-decoration: none;
    transition: 300ms ease;
}

.navbar-inverse .navbar-right .navbar-nav > li > a:hover {
    color: #eed461;
}

.navbar-right li a:hover{
    transform: rotateY(360deg);
}

.navbar-right li a {
    font-size:14px;
}

/*@media (min-width:700px) and (max-width:799px) and (orientation:portrait){
    .navbar-right li {
        max-width: 10px;
        margin-right: 7px;
    }
    
    .navbar-right li a {
        margin-right: 7px;
        padding: 15px 0;
    }
    
    .navbar-right {
        margin-right: 17px;
    }
}*/

.butn {
    background: #4D4C50;
    border:none;
    padding:0;
    text-decoration:none;
    cursor:pointer;
    padding:0;
    text-transform:uppercase;
    border-radius:0;
    outline:none;
    box-shadow:none;
    text-shadow:none;
    position:relative;
    letter-spacing:0;
    font-family: Ubuntul;
    font-size:15px;
    color: #eed461;
    padding:15px 25px;
    z-index:100;
}

.butn:before {
	position:absolute;
	top:0;
	left:0;
	width:0;
	height:100%;
	background: #dd3333;
	content:'';
	z-index:-1;
	transition:all 0.3s ease 0s;
	-webkit-box-sizing:content-box;
	-moz-box-sizing:content-box;
	box-sizing:content-box;
}

.butn:after {
	content:'';
	width:0;
	height:0;
	border-style:solid;
	border-width:5.5px 0 5.5px 6px;
	border-color:transparent transparent transparent #4d4c50;
	position:absolute;
	top:50%;
	right:-4px;
	margin-top:-5.5px;
	transition:all 0.3s ease 0s;
}

.butn:hover:before { width:100%; }

.butn {
	margin-top: 15px;
}

.butn {
    background: #eed461;
    color: #4d4c50;
}

.butn:after {
	border-left-color: #eed461;
        transition: 1100ms ease;
}

.ole-butn-b {
	color: #4d4c50;
	background-color: #eed461;
}

.ole-butn-a {
	color: #eed461;
	background: #4d4c50;
}

.butn:hover {
	color: #fff;
}

.ole-butn-b:after {
	border-left-color: #eed461;
}

.ole-butn-a:after {
	border-left-color: #4d4c50;
}

.butn:hover:after {
	border-left-color: #dd3333;
}

.ole-butn-a {
    margin-right: 3%;
}

li > a span.rotate, li > a {
	color:inherit;
	font:inherit;
	display:block;
	position:relative;
	padding:0 2px;
	-webkit-transition:all 400ms ease;
	-moz-transition:all 400ms ease;
	-ms-transition:all 400ms ease;
	transition:all 400ms ease;
	-webkit-transform-origin:50% 0%;
	-moz-transform-origin:50% 0%;
	-ms-transform-origin:50% 0%;
	transform-origin:50% 0%;
	-webkit-transform-style:preserve-3d;
	-moz-transform-style:preserve-3d;
	-ms-transform-style:preserve-3d;
	transform-style:preserve-3d;
	transition:all 0.3s ease 0s;
}
a span.rotate:after {
	content:attr(data-hover);
	color:#dd3333;
	display:block;
	position:absolute;
	left:0;
	top:0;
	border-radius:0;
	padding:0 2px;
	border:none;
	font:inherit;
	-webkit-transform-origin:50% 0%;
	-moz-transform-origin:50% 0%;
	-ms-transform-origin:50% 0%;
	transform-origin:50% 0%;
	-webkit-transform:translate3d(0px,0px,-20px) rotateX(90deg);
	-moz-transform:translate3d(0px,0px,-20px) rotateX(90deg);
	-ms-transform:translate3d(0px,0px,-20px) rotateX(90deg);
	transform:translate3d(0px,0px,-20px) rotateX(90deg);
}
li > a:hover span.rotate, li > a:active span.rotate, li > a:focus span.rotate {
	-webkit-transform:translate3d(0px,98%,0px) rotateX(-90deg);
	-moz-transform:translate3d(0px,98%,0px) rotateX(-90deg);
	-ms-transform:translate3d(0px,98%,0px) rotateX(-90deg);
	transform:translate3d(0px,98%,0px) rotateX(-90deg);
}

#about, #media, #tweets, #ole-map {
    height: 1px;
    visibility: hidden;
    margin-top: -50px;
}

#media, #tweets, #ole-map {
    padding-top: 50px;
}

@media (min-width:767px) and (max-width:1050px) {
    .ptext {
        max-width: 700px;
    }
    
    .twitter {
        margin-left: -33px;
    }
    
    .oletweet {
        padding-left: 55px;
        padding-top: 20px;
    }
}

@media (max-width:700px) {
    .oletweet {
        margin-left: 6%;
        margin-right: 6%;
        margin-top: -25px;
    }
    
    .partners .row {
        padding: 10px 0;
    }
}

@media (min-width:700px) and (max-width:1100px) {
    .partners .row {
        padding: 10px 0;
    }
}

@media (max-width:700px) and (orientation:landscape) {
    .drum h1 {
        font-size: 40px;
        line-height: 40px;
    }
    
    .partners .row {
        max-width: 570px;
        margin: 0 auto;
    }
    
    .twitter img{
        margin-top: -50px;
    }
    
    .oletweet {
        margin-top: 50px;
    }
    
    .navbar-collapse li {
        margin-left: 16px;
    }
}

@media (min-width:767px) and (max-width:800px) {
    .oletweet {
        padding: 0;
        margin: 0 9%;
    }
}

@media (min-width:767px) and (max-width:1025px) and (orientation:landscape) {
    .about .col-md-8 {
        width: 60.6667%;
    }
    
    .about .row .col-md-8 {
        margin-left: 25px;
    }
    
    h2.genre-name {
        font-size: 50px;
    }
}

.drum .butn.ole-butn-b.box {
    margin-left: 6.3%;
}