/*****************************
* TEMPLATE
******************************/

html {
  position: relative;
  min-height: 100%;
}

body {
  z-index: 0;
  position: relative;
  font-family: "Moonshiner-Round";
  color: #fff;
  background-color: #000;
}

.main {
    z-index: 1;
    background-color: #fff;
}

footer {
    z-index: -2;
    position: relative;
    min-height: 70px;
}

.footer-links-wrapper {
    z-index: -1;
    position: fixed;
    bottom: -20px;
    width: 100%;
}

a, p {
  color: #D2CDCD;
}

a:hover {
  color: #222;
}

h1 {
  font-family: "Masterplan";
  font-size: 32px;
  color: #f4f3f3;
  padding-bottom: 10px;
  text-align: center;
}

#content {
  background-image:url('/images/background.jpg');
  background-size:cover;
  background-position:center center;
  background-attachment:fixed;
}

.main-content{
  z-index: 1;
  position: relative;
  background: rgba(12, 11, 11, 0.54);
  padding: 20px 72px 20px 72px;
  margin: 35px 25px 0 25px;
}

.entry {
  border-bottom: 1px solid #262626;
  padding:0px 0 50px 0;
  margin-bottom: 50px;
}
.title {
  margin-top: -15px;
}

/*****************************
* NAVIGATION
******************************/

.navbar{
  font-family: "Masterplan";
  min-height: 72px;
  margin-bottom: 0px;
}

.navbar .navbar-brand {
  color: #fff;
  padding-top: 30px;
}

.navbar  .navbar-toggle {
  margin-top: 20px;
  margin-bottom: 20px;
}

.navbar-nav > li > a {
    padding-top: 40px;
    padding-bottom: 0px;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
    color: #fff;
    background-color: #222;
}

@media (min-width: 1025px) and (orientation : landscape){ 
  .navbar-right {
    margin-right: -73px;
  }

  @media only screen and (max-width: 1024px) {
    .navbar-right {
      margin-right: -40px;
    }
  }
}

/*****************************
* FOOTER
******************************/


#footer {
  z-index: 1;
  color: #fff;
  background-color: #262626;
}

.mail {
  font-size: 24px;
  color: white;
  background-color: #111;
  width: 219px;
  height: 34px;
  border-radius: 0;
  border-color: #111;
  padding: 0;
  line-height: 1.1;
  margin: 14px 17px;
}
.mail:hover {
  background-color: gray;
  border-color: gray;
  color: black; 
}
.mail:active {
  background-color: gray;
  border-color: gray;
  color: black; 
}

.copyright {
  font-size: 17px;
  margin: 20px 0;
}

.social {
    margin: 14px 20px;
    padding: 0px;
}

.social ul {
  margin: 0px;
  padding: 0px;
  text-align: left;
}

.social ul li {
  margin: -1px;
  list-style: none outside none;
  display: inline-block;
  padding: 0px;
}
.social img {
  width: 95%;
  height: 36px;
}

.social img:hover {
  color: red;
  text-decoration: none;
  transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
}

@media (max-width: 1024px) and (orientation : landscape){ 
  .social ul li {
    margin: 0;
  }
  .social {
    margin: 19px 0;
  }

}

@media (max-width: 768px) and (orientation : portrait){ 
  .social ul li {
    margin: 0;
  }
  .social {
    margin: 19px 0;
  }
  .social img {
    width: 90%;
    height: 34px;
  }

}

/*****************************
* TWITTER FEEDS
******************************/

.feeds {
  padding: 62px 0;
  font-family: "Times New Roman";
  color: white;
}

.tweet-text {
  text-align: left;
  font-size: 15px;
  line-height: 1;
}

.tweet-date {
  text-align: center;
  font-size: 13px;
  text-transform: uppercase;
  line-height: 1;
}

@media (max-width: 1024px) and (orientation : landscape){ 

  @media only screen and (max-width: 736px) {
    footer { 
      height: 120px;
    }

    .footer-links-wrapper {
      bottom: 8px;
    }

    .feeds {
      padding: 0;
    } 
    .tweet-text {
      text-align: center;
      font-size: 14px;
    }

    .tweet-date {
      font-size: 13px;
    }

  }

}

@media (max-width: 768px) and (orientation : portrait){
    footer { 
      height: 110px;
    }
    .fa-2x {
      font-size: 1.7em;
    }
    .feeds {
      padding: 30px 0;
    } 
    .tweet-text {
      text-align: center;
      font-size: 13px;
    }

    .tweet-date {
      font-size: 12px;
    }

  @media only screen and (max-width: 414px) {
    footer { 
      height: 110px;
    }
    .fa-2x {
      font-size: 1.3em;
    }
    .feeds {
      padding: 17px 0;
    } 
    .tweet-text {
      text-align: center;
      font-size: 13px;
    }

    .tweet-date {
      font-size: 12px;
    }

  }

  @media only screen and (max-width: 375px) {
    footer { 
      height: 110px;
    }
    .fa-2x {
      font-size: 1.3em;
    }
    .feeds {
      padding: 25px 0;
    } 
    .tweet-text {
      text-align: center;
      font-size: 12.5px;
    }

    .tweet-date {
      font-size: 11.5px;
    }
  }

  @media only screen and (max-width: 320px) {
    
    .footer-links-wrapper {
      bottom: -8px;
    }

    .feeds {
      padding: 0;
    } 
    .tweet-text {
      text-align: center;
      font-size: 12.5px;
    }

    .tweet-date {
      font-size: 11.5px;
    }

  }

}


/*****************************
* Pagination
******************************/

.pagination.custom > li > a {
  display: inline-block;
  text-decoration: none;
  padding: 10px 10px;
  margin: 4px;
  min-width: 4rem;
  min-height: 2em;
  text-align: center;
  border-color: #d0d0d0;
  background-color: rgba(255, 253, 253, 0);
  color: #949494;
}

.pagination.custom > li > span {
  display: inline-block;
  text-decoration: none;
  padding: 10px 10px;
  margin: 4px;
  min-width: 4rem;
  min-height: 2em;
  text-align: center;
  border-color: #d0d0d0;
  background-color: rgba(255, 253, 253, 0);
  color: #fff;
}

.pagination.custom li:first-child span {
  border-radius: 0;
}

.pagination.custom li:last-child a {
  border-radius: 0;
}

.pagination.custom > li > a:hover, 
.pagination.custom > li > a:focus {
  background-color: rgba(255, 253, 253, 0);
  border-color: #d0d0d0;
  color: #d0d0d0;
}

.pagination.custom > li.active > a  {
  color: #d0d0d0;
  font-weight: bold;
}

/*****************************
* CAROUSEL
******************************/

.carousel {
  background-color: #000;
  width: 100%;
  height: 100px;
  padding: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
}

.carousel, .item, .active {
  height:100%;
}

.carousel-inner {
  height:100%;
}

.fill {
  width: 100%;
  height: 100%;
  background-position:center center;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-color: #000;
}

.main-img {
  width: 100%;
  height: 420px;
}

@media (max-width: 768px) and (orientation : portrait){

  .main-img {
    height: 520px;
  }

  @media only screen and (max-width: 414px) {
    .main-img {
      height: 210px;
    }
  }

}

div.thumb-img {
  width: 99px;
  height: 99px;
}

.gallery-main {
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 100%;
}


.carousel-control.right, .carousel-control.left {
  background-image:none;
}

.carousel-indicators li {
  border-color:#222;
  background-color:#222;
  width: 15px;
  height: 15px;
  border-radius:15px;
}

.carousel-indicators .active {
    background-color: #222;
    width: 16px;
    height: 16px;
    border-radius:16px;
}

.control {
    color: gray;
    font-size: 30px;
}

/*****************************
* CONTACT
******************************/

.contact-icon {
  text-align: center;
}

.form-control {
  background-color: #000;
  border-radius: 0;
  border-color: #000;
  color: white;
  font-size: 25px;
  height:40px;
}

button.send {
  background-color: black;
  border-color: gray;
  border-radius: 0;
  height: 40px;
  font-size: 25px;
  padding: 0;
  width: 150px;
  margin: 0;
  line-height: .7;
  color: white;
}
button.send:hover {
  background-color: gray;
  border-color: black;
  color: black;
}

a.email  {
    font-size: 26px;
    color: white;
}

.contact-management div.col-md-12  {
  margin-top: 5px;
}


@media (max-width: 1024px) and (orientation : landscape){ 

  .contact-icon {
    text-align: center;
  }
  @media only screen and (max-width: 736px) {
    .contact-management, .contact-mailing {
      text-align: center;
    }
    .contact-management h2, .contact-management h3  {
      line-height: .7;
    }
    img.contact-social {
      display: block;
      margin-left: auto;
      margin-right: auto
    }
  }


}

@media (max-width: 768px) and (orientation : portrait){
  .contact-icon {
    text-align: center;
    vertical-align: middle;
  }
  img.contact-social {
    display: block;
    margin-left: auto;
    margin-right: auto;
    min-height: 20px;
    margin-top: 2px;
  }

  @media only screen and (max-width: 414px) {
    .contact-management, .contact-mailing {
      text-align: center;
      line-height: .7;
    }
    .contact-management h2, .contact-management h3  {
        line-height: .7;
    }

    .form-control {
      height:35px;
    }

    button.send {
      height:35px;
      width: 120px;
    }
  }
  @media only screen and (max-width: 320px) {
    .form-control {
      height:35px;
    }

    button.send {
      height:35px;
      width: 100px;
    }
  }

}

/*****************************
* Entry Title
******************************/

img.hr-left {
  float:right;
  padding-top: 35px;
  margin-right: -25px;
}
img.hr-right {
   float:left;
   padding-top: 35px;
   margin-left: -25px;
}

@media (max-width: 768px) and (orientation : portrait){
  img.hr-left {
    margin-right: 15px;
  }
    img.hr-right {
    margin-left: 15px;
  }
  h1.entry-title {
    font-size: 27px;
  }


  @media only screen and (max-width :414px) {
    img.hr-left {
      width:105px;
      margin-right:-10px;
    }
      img.hr-right {
      width:105px;
      margin-left:-10px;
    }
    h1.entry-title {
      font-size: 27px;
    }
  }

  @media only screen and (max-width :375px) {
    h1.entry-title {
      font-size: 32px;
    }
    img.hr-left {
      width:90px;
      margin-right:-10px;
    }
      img.hr-right {
      width:90px;
      margin-left:-10px;
    }
  }
  @media only screen and (max-width :320px) {
    h1.entry-title {
      font-size: 27px;
    }
    img.hr-left {
      width:70px;
      margin-right:-7px;
    }
      img.hr-right {
      width:70px;
      margin-left:-7px;
    }
  }
}

@media (max-width: 736px) and (orientation : landscape){
    img.hr-left {
      width:100%;
      margin-right:-50px;
    }
      img.hr-right {
      width:100%;
       margin-left:-50px;
    }

    @media only screen and (max-width :480px) {
      img.hr-left {
        width:100%;
        margin-right:-20px;
      }
        img.hr-right {
        width:100%;
         margin-left:-20px;
      }
    }
}

/*****************************
* News Page
******************************/

.news-content {
  padding-left: 30px;
  line-height: 1;
  margin-top: -10px;
}

.news-thumbnail {
    height: 100%;
    width: 100%;
}

.news-title {
  color: #ffffff;
  font-size: 32px;
  text-transform: uppercase;
}

a.news-title:hover{
  color: #949494;
  text-decoration: none;
}

.news-date {
  color: #959595;
  font-size: 32px;
  text-transform: uppercase;
}

.news-summary {
  color: #959595;
  font-size: 18px;
  font-family: "Times New Roman";
  text-align: justify;
  line-height: 1.3;
  padding-top: 10px;
}

.news-description {
  color: #959595;
  font-size: 18px;
  font-family: "Times New Roman";
  text-align: justify;
  line-height: 1.3;
}

.news-description p img {
  max-width: 100%;
  height: auto;
  display: block;
  padding: 5px;
}

a.see-more {
  color: #959595;
  font-size: 32px;
  text-transform: uppercase;
}

a.see-more:hover{
  color: #E9E6E6;
  text-decoration: none;
}

@media (max-width: 768px) and (orientation : portrait){
    
    .news-content {
      margin-top: 0;
    }

    .news-title, .news-date, a.see-more {
      font-size: 27px;
    }

    .news-summary {
      font-size: 16px;
      padding-top: 0;
    }

    .entry {
      padding: 0px 0 25px 0;
      margin-bottom: 25px;
    }

  @media only screen and (max-width: 414px) {

    .news-content {
      margin-top: 0;
      padding-left: 15px ;
      line-height: 1;
    }

    .news-title {
      padding-top: 10px;
    }
    
    .single-news {
      line-height: .7;
      text-align: left;
    }

  }


}

@media (max-width: 736px) and (orientation : landscape){
    .news-title, .news-date, a.see-more {
      font-size: 27px;
    }

    .news-summary {
      font-size: 16px;
      padding-top: 0;
    }
    
    .news-content {
      margin-top: 0;
      padding-left: 15px ;
      line-height: 1;
    }
    .news-title {
      padding-top: 10px;
    }
    .entry {
      padding: 0px 0 25px 0;
      margin-bottom: 25px;
    }
    .single-news {
      line-height: .7;
      text-align: left;
    }

}


/*****************************
* Music Page
******************************/

.albums{
  margin-bottom: 50px;
}

.albums-cover {
    width: 95%;
    height: auto;
}
.music-content {
  padding-left: 30px;
  margin-top: -30px;
  line-height: .7;
}

.album-title{
  font-size: 32px;
}

.download-link {
  text-align: right;
}

a.album-download{
 font-size: 26px;
 color: #ffffff;
 line-height: .7;
 width: 170px;
 height: 38px;
 margin-top:10px;
 background-color: #2a2a2a;
 border-radius: 0;
 border-color: #2a2a2a;
}

a.play-area {
  padding:15px 20px 15px 20px;
  margin:-20px;
}

.music-title {
  color: #ffffff;
  margin: 25px 0;
  line-height: 1.2em;
}

ul.music-entry  {
  list-style: none;
  margin-left: -40px;
  font-family: "Times New Roman";
  font-size: 17px;
}

ul.music-entry li {
  display: flex;
  align-items: center;
  flex-direction: row;
}

.embedded-player {
  height: 57px;
  width: 60px;
  overflow: hidden;
}

.embedded-player iframe {
  margin-top: -3px;
}

.music-border {
  margin-top: 11px;
  margin-bottom: 11px;
}

@media only screen and (max-width :768px) {
  .albums-cover {
    width: 100%;
  }
  .album-title {
    text-align: left;
  }
  .music-content {
    padding-left: 0px;
    margin-top: -20px;
    line-height: .7;
  }
  .download-link {
    text-align: left;
    margin-top: -10px;
  }
  ul.music-entry li {
    flex-direction: column;
  }
  ul.music-entry li .music-title {
    text-align: center;
  }
  .embedded-player {
    overflow: hidden;
    width: 100%;
    height: 120px;
  }

  @media only screen and (max-width :736px) {
    .albums{
      margin-bottom: 30px;
    }
    .album-title {
      text-align: center;
      font-size: 28px;
    }
    a.album-download {
       font-size: 20px;
       line-height: .5;
       width: 100%;
       height: 30px;
       margin-top:10px;
    } 
    .download-link {
      text-align: center;
      margin-top: -10px;
    }
    ul.music-entry  {
      font-size: 15px;
    }
    .music-border {
      margin-top: 10px;
      margin-bottom: 10px;
    }
  }
}  

/*****************************
* Videos Page
******************************/

.videos {
  padding: 20px 50px 20px 50px;
}

.videos-thumbnail {
    height: auto;
    width: 100%;
}

.video-wrapper{  
    float:left; 
    position:relative;
    margin-bottom: 105px;
    width: 100%;
}  
.video-description {  
    position:absolute; 
    left:0; 
    width:100%; 
    height: 65px;
    background-color:black ; 
    padding:16px 12px;
}  
.video-title {
    text-align:left; 
    font-family: "Times New Roman";
    font-size: 12px;
    color:white;
}

@media (max-width : 768px) {

  .video-wrapper{  
    margin-bottom: 90px;
  }

  .videos-thumbnail {
    height: auto;
  }

  .video-description {    
    
  }
}

/*****************************
* Tours Page
******************************/

.tours {
  color: #ffffff;
  font-size: 30px;
  text-transform: uppercase;
  line-height: .7;
}

.tours-date, .tours-title,.tours-location  {
  color: #ffffff;
  font-size: 30px;
  text-transform: uppercase;
  line-height: 1;
}

.tours-info {
   font-size: 26px;
   color: #ffffff;
   line-height: .7;
   width: 100%;
   height: 38px;
   background-color: #2a2a2a;
   border-radius: 0;
   border-color: #2a2a2a;
}

.tours-description {
  color: #959595;
  font-size: 18px;
  font-family: "Times New Roman";
  text-align: justify;
  line-height: 1;
}

.tours-description p img {
  max-width: 100%;
  height: auto;
  display: block;
}

.tours-border {
  margin: 0 0 12px 0;
}

@media (max-width: 768px) and (orientation : portrait){
    
   .tours-date, .tours-title,.tours-location {
      font-size: 23px;
    }

    .tours-info {
       height: 30px;
       font-size: 20px;
       color: #ffffff;
       line-height: .4;
    }

  @media only screen and (max-width: 414px) {
    
    .tours-date, .tours-title,.tours-location {
      text-align: center;
    }
    .single-tours {
      line-height: 1;
      text-align: left;
    }

  }

}

@media (max-width: 1024px) and (orientation : landscape){
    
    .tours-date, .tours-title,.tours-location {
      font-size: 23px;
    }

    .tours-info {
       height: 30px;
       font-size: 20px;
       color: #ffffff;
       line-height: .4;
    }


    @media only screen and (max-width: 736px) {
      
      .tours-date, .tours-title,.tours-location {
        font-size: 23px;
        text-align: center;
      }

      .tours-info {
         height: 30px;
         font-size: 20px;
         color: #ffffff;
         line-height: .4;
      }

      .single-tours {
        line-height: 1;
        text-align: left;
      }

    }

}


/*****************************
* About Page
******************************/

.about-description {
  font-family: "Time New Roman";
  font-size: 17px;
  margin-top: -15px;
  padding-left: 50px;
  line-height: 1.8;
}


@media (max-width: 768px) and (orientation : portrait){

    .about-description {
      margin-top: 20px;
      padding-left: 20px;
    }
    @media only screen and (max-width: 320px) {
      .about-description {
        font-size: 14px;
      }

    }
}

@media (max-width: 736px) and (orientation : landscape){
    .about-description {
      margin-top: 20px;
      padding-left: 20px;
      font-size: 15px;
    } 
}


@media only screen and (min-width : 768px) {
   .flex-row.row {
     display: flex;
     flex-wrap: wrap;
   }
   .flex-row.row > [class*='col-'] {
     display: flex;
     flex-direction: column;
   }
}

@media (max-width: 767px) {
  .navbar .navbar-brand {
    font-size: 58px;
  }
  .navbar-nav > li > a {
    font-size: 27px;
    line-height: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 20px;
  }
  .main-content{
    padding-left: 30px;
    padding-right: 30px;
  }

 .copyright{
    margin-top: -20px;
    text-align:center;
    font-size: 15px;
  }
  .social ul {
    text-align: center;
    margin: -10px -30px 0 -30px; 
  }
  .social img {
    height: 27px;
    width: auto;
  }
  .mail {
    font-size: 18px;
    width: 100%;
    height: 25px;
    margin: -15px 0 10px 0; 
  }
  .feeds {
    margin: 0px;
  }

}

@media (min-width: 768px) and (max-width: 999px) {
  .navbar .navbar-brand {
    font-size: 65px;
  }
  .navbar-nav > li > a {
    font-size: 27px;
    padding: 40px 30px 0 0;
  }
  .main-content{
    padding-left: 40px;
    padding-right: 40px;
  }

  .copyright{
    font-size: 15px;
    margin: 18px -5px 0 -5px;
    line-height: 1;
  }
  .social ul {
    text-align: center;
    margin: 0 -28px 0 -28px; 
  }
  .social img {
    height: 26px;
    width: auto;
  }
  .mail {
    font-size: 20px;
    height: 33px; 
  }
  .feeds {
    margin: 0px;
  }
}

@media (min-width: 1000px) and (max-width: 1199px) {
  .navbar .navbar-brand {
    font-size: 70px;
  }
  .navbar-nav > li > a {
    font-size: 32px;
    padding: 40px 43px 0 0;
  }
  .main-content{
    padding-left: 40px;
    padding-right: 40px;
  }

  .copyright{
    font-size: 16px;
    margin: 18px -30px 0 -30px;
  }
  .social ul {
    top: 50%;
    text-align: center;
  }
  .social img {
    height: 34px;
    width: auto;
  }
  .mail {
    font-size: 23px;
    height: 35px; 
  }
  .feeds {
    margin: 0px;
  }
  #footer {
    max-height: 65px;
  }
}

@media (min-width: 1200px)  {
  .navbar .navbar-brand {
    font-size: 72px;
  }
  .navbar-nav > li > a {
    font-size: 32px;
    margin: 0 48px 0 0;
  }
  #footer {
    height: 65px;
  }
  .copyright{
    margin: 22px -30px 0 -30px;
  }
}

/*****************************
* Youtube Modal
******************************/

.modalButton {
  display: block;
}

.modal-dialog .close-button {
  overflow: hidden;
}

.modal-dialog .close-button button.close {
  font-size: 20px;
  line-height: 10px;
  padding: 2px 4px 7px 13px;
  text-shadow: none;
  opacity: 0.7;
  color: #fff;
}

.modal-dialog .close-button button.close span {
  display: block;
}

.modal-dialog .close-button button.close:hover, .modal-dialog .close-button button.close:focus {
  opacity: 1;
  outline: none;
}

.modal-dialog .modal-content {
  box-shadow: none;
  background-color: transparent;
  border: 0;
}

.modal-dialog .modal-content iframe {
  display: block;
  margin: 0 auto;
}

.modal iframe{
   border: 1px solid #111111;
   background-color: #111111;
}

  #home .owl-carousel  {
    background-color: black;
    background-size: inherit;
  } 

  #home .owl-carousel .item img  {
    background-size: inherit;
  } 
  
  #slider .item img {
    min-height: 370px;
    height: 100%;
  }

  #navigation {
    margin-top: 15px;
  }
  #navigation .item img {
    height: 100%;
  }
  #navigation .thumb-img {
    opacity: .5;
  }

  #navigation .current .thumb-img{
    opacity: 1;
  }

  .owl-next, .owl-prev {
    position: absolute;
    top: 20%;
  }
  .owl-prev {
    left: -45px;
  }
  .owl-next {
    right: -45px;
  }
.owl-theme .owl-nav [class*="owl-"] {
    background: none;
    font-size: 30px;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
    background: none;
    color: #a2a2a2;
}

@media (max-width: 768px) and (orientation : portrait){ 

  #slider .item img {
    min-height: 550px;
    height: 100%;
  }

  .container {
    padding-left: 0;
    padding-right: 0; 
  }

  #navigation .item img {
    width: 100px;
    height: 100px;
  }

  @media only screen and (max-width: 414px) {

    #slider .item img {
        min-height: 310px;
        height: 100%;
    }

    #navigation .item img {
        height: 97px;
        width: 97px;
        margin: 2px;
    }

    .owl-prev {
      left: -35px;
    }

    .owl-next {
      right: -35px;
    }
    .owl-theme .owl-nav [class*="owl-"] {
        font-size: 20px;
    }
  }

  @media only screen and (max-width: 375px) {

    #slider .item img {
        min-height: 270px;
        height: 100%;
    }
    #navigation .item img {
      width: 85px;
      height: 85px;
    }


  }

  @media only screen and (max-width: 320px) {

    
    #slider .item img {
        min-height: 100px;
        height: 100%;
    }
    .owl-next, .owl-prev {
        top: 10%;
    }

    #navigation .item img {
      width: 68px;
      height: 68px;
    }

    .owl-prev {
      left: -30px;
    }

    .owl-next {
      right: -30px;
    }

    .owl-theme .owl-nav [class*="owl-"] {
        font-size: 18px;
    }

  }

}

@media (max-width: 1024px) and (orientation : landscape){ 

  #slider .item img {
    min-height: calc(35vw);
  }

  #navigation .item img {
    width: 85px;
    height: 85px;
  }

  @media only screen and (max-width: 736px) {
    #slider .item img {
      min-height: calc(55vw);
    }
    #navigation .item img {
      width: 95px;
      height: 95px;
    }
    .owl-prev {
      left: -35px;
    }

    .owl-next {
      right: -35px;
    }
    .owl-theme .owl-nav [class*="owl-"] {
        font-size: 25px;
    }

  }

    @media only screen and (max-width: 667px) {

    #navigation .item img {
      width: 85px;
      height: 85px;
    }


  }

  @media only screen and (max-width: 568px) {
    #slider .item img {
      min-height: calc(60vw);
    }
     #navigation .item img {
      width: 69px;
      height: 69px;
    }

    .owl-prev {
      top: 10px;
      left: -35px;
    }

    .owl-next {
      top: 10px;
      right: -35px;
    }
    .owl-theme .owl-nav [class*="owl-"] {
        font-size: 20px;
    }

  }
  @media only screen and (max-width: 480px) {
    #slider .main-img {
      height: calc(70vw);
    }
    #navigation .item img {
      width: 55px;
      height: 55px;
    }
    .owl-prev {
      top: 5px;
      left: -30px;
    }

    .owl-next {
      top: 5px;
      right: -30px;
    }
    .owl-theme .owl-nav [class*="owl-"] {
        font-size: 17px;
    }

  }

}

.owl-dots {
    width: 100%;
    text-align: center;
    z-index: 10;
    margin-top: -40px;
    position: absolute;
}

.owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
}

.owl-dots .owl-dot span {
    border-color:#222;
    background-color:#222;
    width: 15px;
    height: 15px;
    margin: 5px 7px;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity 200ms ease;
    -moz-transition: opacity 200ms ease;
    -ms-transition: opacity 200ms ease;
    -o-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.owl-carousel .owl-dots .owl-dot.active span {
    background: #888;
}

::-webkit-input-placeholder {
 font-size: 25px; 
 color: #d0cdfa;
}
:-moz-placeholder { /* older Firefox*/
 font-size: 25px; 
 color: #d0cdfa;
}
::-moz-placeholder { /* Firefox 19+ */ 
 font-size: 25px; 
 color: #d0cdfa;
} 
:-ms-input-placeholder { 
 font-size: 25px; 
 color: #d0cdfa;
}

span.help-block {
  font-size: 25px;
  color: #f22521!important;
}
.has-error .form-control {
  border-color: #f22521!important;
}

@media (max-width: 768px) and (orientation : portrait){ 
  .container > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-header, .container-fluid > .navbar-collapse {
    margin: 0;
  }
  .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    margin: 0;
    padding-left: 10px;
    padding-right: 10px; 
  }
  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: 0;
  }

}

/*****************************
* Presskit
******************************/

#page-presskit h2 {
  letter-spacing: 1px;
}

#page-presskit img.banner {
  max-width: 100%;
}

#page-presskit a {
  text-decoration: none;
}

#page-presskit .links-wrapper a:hover {
  color: #999;
}

#page-presskit .text-content p {
  font-size: 18px;
  font-family: "Times New Roman";
}

#page-presskit .music-content {
  padding: 10px 20px;
  background-color: #262626;
  margin-top: 30px;
}

#page-presskit .album-title {
  margin: 0 0 20px 0;
}

#page-presskit .video-wrapper {
  margin: 10px 0;
}

#page-presskit .video-description {
  position: relative;
}

#page-presskit .links-wrapper ul {
  margin: 40px 0 0;
  padding: 0;
}

#page-presskit .links-wrapper li {
  list-style-type: none;
  padding: 0 25px 5px;
  background-color: #262626;
  font-size: 24px;
  margin-bottom: 6px;
}

#page-presskit .links-wrapper li a {
  color: white;
  letter-spacing: 1px;
}

#page-presskit .images-wrapper {
  margin: 30px -15px 10px;
}

#page-presskit .images-wrapper .col-md-3 {
  margin-bottom: 20px;
}

#page-presskit .images-wrapper .col-md-3:last-child {
  margin-bottom: 0;
}

#page-presskit .images-wrapper .download {
  height: 47px;
  width: 47px;
  position: absolute;
  right: 20px;
  top: 5px;
  display: none;
}

#page-presskit .discography-wrapper {
  margin-left: -72px;
  margin-right: -72px;
  background-color: #262626;
  padding: 0 57px 10px;
}

#page-presskit .discography-wrapper .title {
  font-family: "Times New Roman";
  font-size: 18px;
  line-height: 40px;
}

#page-presskit .discography-wrapper p {
  font-family: "Times New Roman";
  font-size: 14px;
}

#page-presskit .discography-wrapper .col-md-6 {
  margin-bottom: 20px;
}

#page-presskit .discography-wrapper .col-md-6:last-child {
  margin-bottom: 0;
}

#page-presskit .highlights-wrapper .item {
  margin: 10px 0 20px;
  font-family: "Times New Roman";
  font-size: 16px;
}

@media (max-width: 1200px) {
  #page-presskit .discography-wrapper {
    margin-left: -40px;
    margin-right: -40px;
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (max-width: 768px) {
  #page-presskit .discography-wrapper {
    margin-left: -30px;
    margin-right: -30px;
    padding-left: 15px;
    padding-right: 15px;
  }
}