/*

*/

@import url(https://fonts.googleapis.com/css?family=Questrial);
@import url(http://fonts.googleapis.com/css?family=Dancing+Script:700);

html,
body {
    width: 100%;
    height: 100%;
}

body {
    font-family: 'Questrial','Helvetica Neue',Arial,sans-serif;
    webkit-tap-highlight-color: #222;
}

hr {
    max-width: 80px;
    border-width: 3px;
    opacity: 0.8f;
    margin-top: 15px;
    margin-bottom: 15px;
}

hr.light {
    border-color: #777;
    max-width: 98% !important;
}



.cursive {
    font-family: 'Dancing Script', cursive;
    text-transform: none;
}

.text-faded {
    color: rgba(245,245,245,0.7);
}

.text-dark {
    color: #111;
}

.text-primary {
    color: #9c27b0;
}

header {
    position: relative;
    min-height: auto;
    text-align: center;
    color: #fff;
    width: 100%;
    background-color: #c9c9c9;
    background-image: url('https://splashbase.s3.amazonaws.com/lifeofpix/regular/Life-of-Pix-free-stock-photos-Slate-Stone-Xeromatic-1440x953.jpg');
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

header .header-content {
    position: relative;
    width: 100%;
    padding: 100px 15px;
    text-align: center;
    z-index: 2;
}

header .header-content .inner h1 {
    margin-top: 0;
    margin-bottom: 0;
}

header .header-content .inner p {
    margin-bottom: 50px;
    font-size: 16px;
    font-weight: 300;
    color: rgba(255,255,255,0.7);
}

#video-background {
  position: absolute;
  right: 0; 
  bottom: 0;
  min-width: 100%; 
  min-height: 100%;
  width: auto; 
  height: auto;
  z-index: 1;
}

#video-background.collapsing {
  display:none;
}


@media(max-width:478px) {
    .btn-second {
        margin-top: 30px;
    }
}

@media(min-width:768px) {
    
    header {
        min-height: 100%;
    }

    header .header-content {
        position: absolute;
        top: 50%;
        padding: 0 50px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    header .header-content .inner {
        margin-right: auto;
        margin-left: auto;
        max-width: 1000px;
    }

    header .header-content .inner h1 {
        font-size: 53px;
    }

    header .header-content .inner p {
        margin-right: auto;
        margin-left: auto;
        max-width: 80%;
        font-size: 18px;
    }
    
}

li.en {
  margin-top: 15px;
  
}

li.en a{
  padding-right: 5px !important;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  //border-right: 2px solid #fff;
}

li.ro a{
  padding-left: 0px !important;
}

@media(max-width:767px) {
    
    header {
        min-height: 100%;
    }

    header .header-content-mob {
        position: absolute;
        top: 50%;
        padding: 0 50px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    header .header-content-mob .inner {
        margin-right: auto;
        margin-left: auto;
        max-width: 1000px;
    }

    header .header-content-mob .inner h1 {
        font-size: 53px;
    }

    header .header-content-mob .inner p {
        margin-right: auto;
        margin-left: auto;
        max-width: 80%;
        font-size: 18px;
    }
    li.ro a{
      padding-left: 15px !important;
    }
}

.btn.btn-primary {
    background-color: transparent;
    border:1px solid #f0f0f0;
    border-color:#f0f0f0;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.btn.btn-primary:hover {
    opacity: 0.7;
}

.btn {
    border: 0;
    border-radius: 290px;
    font-family: 'Helvetica Neue',Arial,sans-serif;
}

.btn-xl {
    padding: 15px 25px;
    font-size: 20px;
    width: 220px;
}

.btn-ask {
    padding: 10px 15px;
    font-size: 14px;
    width: auto; //120px;
    min-width: 120px;
    background-color: #0085a1;
}

.btn-cancel {
    padding: 10px 15px;
    font-size: 14px;
    width: auto; //120px;
    min-width: 120px;
    margin-right: 5px;
}

.btn-contact-sent {
    text-align: center;
    margin: auto;
}

.btn-contact-sent button{
    padding: 10px 15px;
    font-size: 18px;
    width: 180px;
    border:1px solid #f0f0f0;
}

::-moz-selection {
    text-shadow: none;
    color: #fff;
    background: #222;
}

::selection {
    text-shadow: none;
    color: #fff;
    background: #222;
}

img::selection {
    color: #fff;
    background: 0 0;
}

img::-moz-selection {
    color: #fff;
    background: 0 0;
}

.back-to-top {
    bottom: 4em;
    right: 20%;
    color: #0085a1;
    display: none;
    font-size: 12px;
    opacity: 0.2;
    outline: medium none;
    position: fixed;
    text-decoration: none;
    z-index: 9999;
}

@media(max-width:968px) {
    .back-to-top {
        right: 10px !important;
        font-size: 10px !important;
    }
}
/*CLEAN-BLOG style*/

.text-danger {
    color: #a94442 !important;
}

a {
  color: #404040;
  outline: 0 none !important;
}
a:hover,
a:focus {
  color: #0085a1;
  outline: 0 none !important;
}

blockquote {
  color: #808080;
  font-style: italic;
}
hr.small {
  max-width: 100px;
  margin: 15px auto;
  border-width: 4px;
  border-color: white;
}
.navbar-custom {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.navbar-custom .navbar-brand {
  font-weight: 800;
}
.navbar-custom .nav li a {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1px;
}
@media only screen and (min-width: 768px) {
  .navbar-custom {
    background: transparent;
    border-bottom: 1px solid transparent;
  }
  .navbar-custom .navbar-brand {
    color: white;
    padding: 20px;
  }
  .navbar-custom .navbar-brand:hover,
  .navbar-custom .navbar-brand:focus {
    color: rgba(255, 255, 255, 0.8);
  }
  .navbar-custom .nav li a {
    color: white;
    padding: 20px;
  }
  .navbar-custom .nav li a:hover,
  .navbar-custom .nav li a:focus {
    color: rgba(255, 255, 255, 0.8);
  }
}
@media only screen and (min-width: 1170px) {
  .navbar-custom {
    -webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    transition: background-color 0.3s;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .navbar-custom.is-fixed {
    /* when the user scrolls down, we hide the header right above the viewport */
    position: fixed;
    top: -61px;
    background-color: rgba(255, 255, 255, 0.9);
    border-bottom: 1px solid #f2f2f2;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
  }
  .navbar-custom.is-fixed .navbar-brand {
    color: #404040;
  }
  .navbar-custom.is-fixed .navbar-brand:hover,
  .navbar-custom.is-fixed .navbar-brand:focus {
    color: #0085a1;
  }
  .navbar-custom.is-fixed .nav li a {
    color: #404040;
    border-right-color: #404040;
  }
  .navbar-custom.is-fixed .nav li a:hover,
  .navbar-custom.is-fixed .nav li a:focus {
    color: #0085a1;
  }
  .navbar-custom.is-visible {
    /* if the user changes the scrolling direction, we show the header */
    -webkit-transform: translate3d(0, 100%, 0);
    -moz-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    -o-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.intro-header {
  background-color: #808080;
  background: no-repeat center center;
  background-attachment: scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  margin-bottom: 30px;
  min-height: 500px;
  width: 100%;
}
.intro-header .site-heading,
.intro-header .post-heading,
.intro-header .page-heading {
  padding: 100px 0 50px;
  color: white;
}
@media only screen and (min-width: 768px) {
  .intro-header .site-heading,
  .intro-header .post-heading,
  .intro-header .page-heading {
    padding: 150px 0;
  }
}
.intro-header .site-heading,
.intro-header .page-heading {
  text-align: center;
}
.intro-header .site-heading h1,
.intro-header .page-heading h1 {
  margin-top: 0;
  font-size: 50px;
}
.intro-header .site-heading .subheading,
.intro-header .page-heading .subheading {
  font-size: 24px;
  line-height: 1.1;
  display: block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 300;
  margin: 10px 0 0;
}
@media only screen and (min-width: 768px) {
  .intro-header .site-heading h1,
  .intro-header .page-heading h1 {
    font-size: 80px;
  }
}
.intro-header .post-heading h1 {
  font-size: 35px;
}
.intro-header .post-heading .subheading,
.intro-header .post-heading .meta {
  line-height: 1.1;
  display: block;
}
.intro-header .post-heading .subheading {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 24px;
  margin: 10px 0 30px;
  font-weight: 600;
}
.intro-header .post-heading .meta {
  font-family: 'Lora', 'Times New Roman', serif;
  font-style: italic;
  font-weight: 300;
  font-size: 20px;
}
.intro-header .post-heading .meta a {
  color: white;
}
@media only screen and (min-width: 768px) {
  .intro-header .post-heading h1 {
    font-size: 55px;
  }
  .intro-header .post-heading .subheading {
    font-size: 30px;
  }
}
.section-heading {
  font-size: 36px;
  margin-top: 60px;
  font-weight: 700;
}
.caption {
  text-align: center;
  font-size: 14px;
  padding: 10px;
  font-style: italic;
  margin: 0;
  display: block;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
footer {
  padding: 50px 0 65px;
}
footer .list-inline {
  margin: 0;
  padding: 0;
}
footer .copyright {
  font-size: 14px;
  text-align: center;
  margin-bottom: 0;
  margin-top: 10px;
}
.floating-label-form-group {
  font-size: 14px;
  position: relative;
  margin-bottom: 0;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #eeeeee;
}
.floating-label-form-group input,
.floating-label-form-group textarea {
  z-index: 1;
  position: relative;
  padding-right: 0;
  padding-left: 0;
  border: none;
  border-radius: 0;
  font-size: 1.5em;
  background: none;
  box-shadow: none !important;
  resize: none;
}
.floating-label-form-group label {
  display: block;
  z-index: 0;
  position: relative;
  top: 2em;
  margin: 0;
  font-size: 0.85em;
  line-height: 1.764705882em;
  vertical-align: middle;
  vertical-align: baseline;
  opacity: 0;
  -webkit-transition: top 0.3s ease,opacity 0.3s ease;
  -moz-transition: top 0.3s ease,opacity 0.3s ease;
  -ms-transition: top 0.3s ease,opacity 0.3s ease;
  transition: top 0.3s ease,opacity 0.3s ease;
}
.floating-label-form-group::not(:first-child) {
  padding-left: 14px;
  border-left: 1px solid #eeeeee;
}
.floating-label-form-group-with-value label {
  top: 0;
  opacity: 1;
}
.floating-label-form-group-with-focus label {
  color: #0085a1;
}
form .row:first-child .floating-label-form-group {
  border-top: 1px solid #eeeeee;
}
.btn {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 1px;
  border-radius: 0;
  padding: 15px 25px;
}
.btn-lg {
  font-size: 16px;
  padding: 25px 35px;
}
.btn-default:hover,
.btn-default:focus {
  background-color: #0085a1;
  border: 1px solid #0085a1;
  color: white;
}

::-moz-selection {
  color: white;
  text-shadow: none;
  background: #0085a1;
}
::selection {
  color: white;
  text-shadow: none;
  background: #0085a1;
}
img::selection {
  color: white;
  background: transparent;
}
img::-moz-selection {
  color: white;
  background: transparent;
}
body {
  webkit-tap-highlight-color: #0085a1;
}


/* PLAYER STYLES */
.container{
  margin-top: 20px;
}
.responsive-wrapper{
    margin-left: 95px;
  margin-top: 6px;
}

.main-col{
  margin-left: auto;
}

.song-container{
    margin: auto;
}

.song-logo{
    float:left;
    display: inline-block;
    margin-right: 5px;
}

.song-logo img{
    width: 90px;
    height: 90px;
}

.song-details{
  margin-bottom: 0px;
  display: inline-block;
  width: 70%;
}

.song-details .song-title{
  -moz-osx-font-smoothing: grayscale;
  color: #565a5c;
    display: inline-block;
  font-family: "Questrial","Helvetica Neue",Arial,sans-serif;
  font-weight: bold;
    font-size: 16px;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 20px;
}

.song-details .song-tags{
  -moz-osx-font-smoothing: grayscale;
  color: #0085a1;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 10px;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 12px;
}

@media only screen and (max-width: 768px) {
  .song-details{
    width: 50%;
  }
}

@media only screen and (max-width: 430px) {
  .song-details{
    width: 35%;
  }
}

@media only screen and (max-width: 360px) {
  .mejs-time-rail{
    display: none !important;
  }
}


@media only screen and (max-width: 440px) {
  .mejs-duration-container{
    display: none !important;
  }
}

.buy {
  float: right;
  margin-top: 10px;
}

.buy > a,
.buy > span {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 1px;
  padding: 6px 8px;
  background-color: white;
  border-radius: 0;
  border: 1px solid #ddd;
  color: black;
}
.buy > a:hover,
.buy > a:focus {
  color: white;
  background-color: #0085a1;
  border: 1px solid #0085a1;
  text-decoration: none;
}
.buy .disabled > a,
.buy .disabled > a:hover,
.buy .disabled > a:focus,
.buy .disabled > span {
  color: #808080;
  background-color: #404040;
  cursor: not-allowed;
}

.page-intro{
  margin-bottom: 40px;
  text-align: center;
}

.margin-bottom-min{
  margin-bottom: -6px;
}

/* Shop - Portfolio Listing */

ul#portfolio-filter{ margin: 0px 0px 20px 0; padding: 0; line-height: 30px; text-align: center;}
ul#portfolio-filter li{ display: inline; }
ul#portfolio-filter a{ margin-right: 0.5em; padding: 0.5em 1em; background: #FFF; color: #565a5c; font-weight: normal; text-decoration: none; outline: none; text-transform: capitalize; }
ul#portfolio-filter a:hover, ul#portfolio-filter a.current{ color: #565a5c; outline: none;}
ul#portfolio-filter a.current{ background-color: #DDD; outline: none;}

ul#portfolio-list{ padding-left: 0px !important;}
ul#portfolio-list li{ list-style-type: none;}

/* Home - Content */

a.main-link{
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  outline: 0 none;
  transition: opacity .45s ease-in-out;
  -moz-transition: opacity .45s ease-in-out;
  -webkit-transition: opacity .45s ease-in-out;
}

a.main-link:hover{
  outline: 0 none;
  opacity: 0.5;
  transition: opacity .30s ease-in-out;
  -moz-transition: opacity .30s ease-in-out;
  -webkit-transition: opacity .30s ease-in-out;
}

.main-img{
  outline: 0 none;
  width: 100%;
}

/* Youtube - Portfolio Listing */
.youtube-player{
  width: 100%;
}

@media  (max-width: 460px) {
  .youtube-player{
    height: 200px;
  }
}

@media  (min-width: 461px) {
  .youtube-player{
    height: 335px;
  }
}

.form-horizontal{
  width: 100%;
  padding: 0px 20px;
}

/*
ADMIN STYLES
*/

#auth{
  text-align: center;
}

#auth p{
  margin-top: 10px;
}

#edit-container-sc,
#edit-container{
  text-align: center;
}

#edit-container-sc textarea{
  width: 500px  !important;
  height: 75px !important;
}

#edit-container textarea{
  width: 100%  !important;
  height: 560px !important;
}

.btn-admin{
  background-color:gray !important;
  font-size: 10px;
}

.control-btns{
  margin-bottom: 20px;
}

.footer-aj{
  background-image:url("../img/ajicon-white.png");
  background-size: 32px 32px;
  background-repeat: no-repeat;
  border-radius: 50% 50%;
  font-size: 1.15em;
}

a.footer-aj:hover{
  background-image:url("../img/ajicon-blue.png");
}