/*
    Theme Name: Laura
    Theme URL: https://bootstrapmade.com/laura-free-creative-bootstrap-theme/
    Author: BootstrapMade.com
    Author URL: https://bootstrapmade.com
*/

.fa-3x {
    font-size: 3em;
    -webkit-text-stroke-color: black;
    -webkit-text-stroke-width: 2px;
}

.kit {
	width: 100%;
}

.margin {
	margin-left: auto;
	margin-right: auto;
}

.quicklink {
	font-size: 2em;
	color: teal;
}

.links {
	padding-top: 20px;
	text-align: center;
}

#demo {
	text-align: justify;
}

.video-container {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}


.clear {
	clear: both;
}

.white {
	color: green;
}

.underline {
	text-decoration: underline;
}

.container {
	    background-color: rgb(255 255 255 / 80%);
}

.no-background {
	background: none;
}

#main-header > div > div > a > img {
	width: 300px;
}

body {
  line-height: 1.4;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  letter-spacing: 0.5px;
  font-size: 15px;
  font-weight: 400;
  color: black;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  outline: none;
}

a:hover, a:focus, a:active {
  text-decoration: none;
  outline: none;
}


/* epk */
 .epk-vids {
 	margin-top: 5%;
 }
 .epk-vids video {
 	border: 1px solid white;
 	
 }
 
 .epk-title {
 	color: black;
 	font-size: 4em;
 	margin-left: 5%;
 	
 }
 
.epk-words {
 	padding-bottom: 5px;
 }


div.epk-words > a {
	color: black;
	font-style: italic;
	font-size: 1em;
	padding-top: 5px;
	margin-top: 20px;
	padding-bottom: 5px;
}

.center {
	text-align: center;
	float: none;
	margin: auto;
}

.block {
	display: block;
}

.drop {
	margin-top: 225px !important;
}

.epk-words span {
	font-size: 8px;
}

.top img {
	width: 25px;
	visibility: hidden;
}

img.top {
	
}

.checkered{
	
    background: -webkit-linear-gradient(45deg, rgba(0, 0, 0, 0.0980392) 25%, transparent 25%, transparent 75%, rgba(0, 0, 0, 0.0980392) 75%, rgba(0, 0, 0, 0.0980392) 0), -webkit-linear-gradient(45deg, rgba(0, 0, 0, 0.0980392) 25%, transparent 25%, transparent 75%, rgba(0, 0, 0, 0.0980392) 75%, rgba(0, 0, 0, 0.0980392) 0), white;
    background: -moz-linear-gradient(45deg, rgba(0, 0, 0, 0.0980392) 25%, transparent 25%, transparent 75%, rgba(0, 0, 0, 0.0980392) 75%, rgba(0, 0, 0, 0.0980392) 0), -moz-linear-gradient(45deg, rgba(0, 0, 0, 0.0980392) 25%, transparent 25%, transparent 75%, rgba(0, 0, 0, 0.0980392) 75%, rgba(0, 0, 0, 0.0980392) 0), white;
    background: linear-gradient(45deg, rgba(0, 0, 0, 0.0980392) 25%, transparent 25%, transparent 75%, rgba(0, 0, 0, 0.0980392) 75%, rgba(0, 0, 0, 0.0980392) 0), linear-gradient(45deg, rgba(0, 0, 0, 0.0980392) 25%, transparent 25%, transparent 75%, rgba(0, 0, 0, 0.0980392) 75%, rgba(0, 0, 0, 0.0980392) 0), white;
    background-repeat: repeat, repeat;
    background-position: 0px 0, 5px 5px;
    -webkit-transform-origin: 0 0 0;
    transform-origin: 0 0 0;
    -webkit-background-origin: padding-box, padding-box;
    background-origin: padding-box, padding-box;
    -webkit-background-clip: border-box, border-box;
    background-clip: border-box, border-box;
    -webkit-background-size: 10px 10px, 10px 10px;
    background-size: 10px 10px, 10px 10px;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-shadow: none;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
    -webkit-transform: scaleX(1) scaleY(1) scaleZ(1);
    transform: scaleX(1) scaleY(1) scaleZ(1);
}
/***********************************
************************************
Responsive media queries
************************************
***********************************/

body{
	background: black;
}

.header {
	
}

img.top {
  
  width: 100%;
  z-index: -100;
  
  position: fixed;
  
 -webkit-animation: fadein 4s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 4s; /* Firefox < 16 */
        -ms-animation: fadein 4s; /* Internet Explorer */
         -o-animation: fadein 4s; /* Opera < 12.1 */
            animation: fadein 4s;
            animation-iteration-count:infinite;

  
}

img.top-solo {
  
  width: 100%;
  z-index: -100;
  
  position: fixed;
  
 -webkit-animation: fadein 4s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 4s; /* Firefox < 16 */
        -ms-animation: fadein 4s; /* Internet Explorer */
         -o-animation: fadein 4s; /* Opera < 12.1 */
            animation: fadein 4s;
            animation-iteration-count:1;

  
}

.flicker {
	 -webkit-animation: flicker 3s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: flicker 3s; /* Firefox < 16 */
        -ms-animation: flicker 3s; /* Internet Explorer */
         -o-animation: flicker 3s; /* Opera < 12.1 */
            animation: flicker 3s;
            animation-iteration-count:1;
           }

.flicker-fast {
	 -webkit-animation: flicker 2s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: flicker 2s; /* Firefox < 16 */
        -ms-animation: flicker 2s; /* Internet Explorer */
         -o-animation: flicker 2s; /* Opera < 12.1 */
            animation: flicker 2s;
            animation-iteration-count:infinite;
           }


.navbar-default {
  background-color: transparent;
  border: 0px;
  padding: 20px 0;
  transition: all 0.3s;
}

.navbar-brand {
  font-size: 36px;
  font-family: 'Satisfy', cursive;
}

.navbar-default .navbar-brand, .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #fff;
  outline: none;
}

.navbar-default .navbar-nav>li>a {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  outline: none;
}

.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
  color: #fffde0;
  background-color: transparent;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
  color: #fffde0;
  background-color: transparent;
}


.top-nav-collapse {
  padding: 0;
  background: rgba(50, 60, 70, 0.9);
}

.bg-color {
  background-color: RGBA(0, 0, 0, .5);
  
  

}


@keyframes fadein {
    0% {opacity: 1;}
    50% {opacity: .5;}
    100% {opacity: 1;}  
  
}

@keyframes flicker {
    0% {opacity: .5;}
    50% {opacity: 1;}
    100% {opacity: .5;}  
  
}

@keyframes flicker-fast {
    0% {opacity: .5;}
    50% {opacity: 1;}
    100% {opacity: .5;}  
  
}







.navbar-border {}

.banner-text {
  
  padding: 15px ;
  color: #fff;
  margin-top: 170px;
  margin-left: auto;
  margin-right: auto;
  width: 40%;
  text-align: center;
  
}

.banner-text img {
	width: 100%;
	padding-bottom: 75%;
}

.banner-text h2, .banner-text p {
  font-size: 40px;
  font-weight: 400;
  font-family: 'Questrial', sans-serif;
}

.banner-text h2 span {
  font-family: 'Satisfy', cursive;
}

.overlay-detail {
  margin: 0 auto;
}

.overlay-detail a i {
  text-align: center;
  margin-bottom: 50%;
  font-size: 24px;
  color: #fff;
  width: 40px;
  height: 40px;
  border: 1px solid #fff;
  line-height: 40px;
  border-radius: 50%;
}

.deco {
  font-family: 'Satisfy', cursive;
}

#about {
      background: rgb(15 91 99 / 65%);
  background-size: cover;
  margin-bottom: -3px;
 
  color: white;
}

#tour {
	background: rgba(36, 34, 0, 0.65);
  background-size: cover;
  margin-bottom: -3px;
 
  color: white;
 }

.section-padding {
  padding: 10px 0px;
  margin-top: 40px;
}

.title {
  font-size: 24px;
  margin-bottom: 50px;
}

.title-text {
	color: teal;
  padding: 0px 25px 0px 0px;
  
  font-size: 24px;
}

.about-text p {
  color: black;
}

.abt-list li {
  padding: 5px 0px;
  font-size: 18px;
  font-weight: 400;
}

#portfolio {
  background: url("../img/platos-cave-3.jpg") no-repeat fixed center;
  background-size: cover;
}

.grid-padding {
  padding: 0 8px;
}

.grid-padding img {
  margin-bottom: 15px;
}

.padding-right-zero {
  padding-right: 0px !important;
}

#myGrid {
  margin-top: 50px;
}

.test-sec blockquote {
  background: #eee;
  display: block;
  font-size: 14px;
  line-height: 20px;
  padding: 15px;
  position: relative;
}

.test-sec blockquote::after {
  content: '';
  position: absolute;
  bottom: -14px;
  margin-left: 10px;
  border-top: 14px solid #eee;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid RGBA(0, 0, 0, 0.18);
}

.test-sec .carousel-info span {
  display: block;
}

.test-sec span.musics-name {
  color: #62646f;
  font-weight: 600;
  margin: 16px 0 5px;
}

#contact {
  width: 100%;
  background-color: RGBA(8, 7, 7, 0.92);
}

#contact .btn-primary {
  background: #BE2525;
  border: 1px solid #BE2525;
}

.validation {
  color: red;
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 13px;
}

#sendmessage {
  color: green;
  border: 1px solid green;
  background: #fff;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#errormessage {
  color: red;
  display: none;
  border: 1px solid red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
  background: #fff;
}

#sendmessage.show, #errormessage.show, .show {
  display: block;
}

footer {
  padding: 15px 0;
  background: rgba(50, 60, 70, 0.9);
  color: white;
}

.footer a {
  color: #BE2525;
}

.footer__navigation li, .social-list li {
  display: inline-block;
}

.contact-sec h2 {
  font-size: 28px;
  color: #fff;
  font-weight: 600;
  padding: 15px 0px;
}

.footer__navigation li a {
  display: inline-block;
  color: #767676;
  font-weight: 600;
  font-variant-ligatures: common-ligatures;
  font-size: 1.2em;
  line-height: 1.625em;
  margin-top: 0;
  margin-bottom: 1.625em;
  padding-right: 10px;
}

.contact-sec p {
  color: #fff;
  font-size: 18px;
  padding: 16px 0px 24px;
}

.contact-sec i {
  padding-right: 15px;
}

.contact-sec a {
  color: #FFF;
  background-color: RGBA(174, 142, 142, 0.7);
  display: inline-block;
  padding: 16px 34px;
  font-size: 18px;
  transition: all 0.5s ease-in 0s;
}

.carousel-info, blockquote {
  float: left;
}

.social-list li {
  transition: 0.2s linear;
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  opacity: .8;
  display: inline-block;
  margin: 0;
  
}

.social-list li a {
  font-size: 28px;
  margin-right: 15px;
}

.type-underline, .type-underline:hover {
  color: #767676;
}

.footer__lower {
  margin-top: 3.25em;
}

.type--fine-print {
  color: #767676;
}

.navbar-toggle {
  position: relative;
  background-color: #fff;
  border-radius: 4px;
}

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

.navbar-brand {
  margin-top: 9px;
}

.grid-item {
  width: 200px;
}

.grid-item--width2 {
  width: 400px;
}





#mc_embed_signup .mc-field-group.input-group label {
	padding-left: 5px;
}

/*Post template edits */

.navbar-brand img {
	width: 25%;
}

ul.nav {
	margin-top: -30px;
}

#header {
	-webkit-transform: translateZ(0);
}

.full-height {
	height: 100vh;
}

.bottom {
	position: absolute;
	bottom: 0;
}

.white {
	color: black !important;
}

#about img {
	width: 50%;
	margin-bottom: 20px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  border: black 3px solid;
}

#about img.wider {
width: 80%;

}

#videos img {
	width: 100%;
	
}

#action {
	padding-bottom: 40px;
}

.musics-post {
	color: teal;
}
/***********************************
************************************
Responsive media queries
************************************
***********************************/

@media (min-width: 551px) and (max-width: 980px) {
  .title-text {
    margin-bottom: 15px;
  }
  .mobile img {
  	height: 20px;
  }
  
  .mobile img {
  	height: 80px;
  }
  
  .epk-title {
  	font-size: .8em;
  	margin-top: -15px;
  }
	
	.epk-vids {
		margin-top: 65px;
	}

#main-header > div > div > a > img {
	width: 100px;
}

}

@media (min-width: 100px) and (max-width: 550px) {
  .navbar-nav>li>a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .navbar-brand {
    margin-top: 0px;
  }
  .carousel-info {
    margin-bottom: 30px;
  }
  .type--fine-print {
    text-align: center;
  }
  .text-center-xs {
    text-align: center !important;
  }
  .social-list {
    margin-bottom: 15px;
  }
  .banner-text h2, .banner-text p {
    font-size: 30px;
  }
  .title-text {
    margin-bottom: 15px;
  }
  
  
  .mobile img {
  	height: 80px;
  }
  
  .epk-title {
  	font-size: .8em;
  	margin-top: -15px;
  }
	
	.epk-vids {
		margin-top: 65px;
	}
	
	#main-header > div > div > a > img {
	width: 100px;
}

  
}

.navbar-fixed-top .navbar-collapse {
	max-height: 60vh;
}

#myPage > footer > div > div > div:nth-child(2) > ul {
	position: fixed;
	bottom: 0px;
	right: 15px;
}

.social-list a {
	color: teal;
}

/* mobile changes */

button.navbar-toggle {
		z-index: 100;
	}

@media (max-width: 768px) {
	.navbar-collapse {
		background: rgba(50, 60, 70, 0.9);

	}
	
	a.navbar-brand {
		position: absolute;
		top: 0;
   }
   
   .navbar-brand img {
	width: 25% !important;
	}
	
	ul.nav {
		text-align: center;
		margin-top: 20px;
	}
}

/** LIGHTBOX MARKUP **/

.lightbox {
	/** Default lightbox to hidden */
	display: none;

	/** Position and style */
	position: relative;
	margin-top: 100px;
	z-index: 5000;
	margin: auto;
	
	height: 100%;
	text-align: left;
	top: 0;
	left: 0;
	padding: 10px;

	
}

.lightbox p {
	background-color: rgba(36, 34, 0, 0.65);
	padding: 15px;
	border-radius: 2%;
	font-size: small;
}

.lightbox  {
	/** Pad the lightbox image */
		padding-top: 20%;
		margin-top: 20%;
	max-width: 95%;
	max-height: 80%;
	
}

.lightbox:target {
	/** Remove default browser outline */
	outline: none;

	/** Unhide lightbox **/
	display: block;
} 

.red {
	color: teal;
}


/* animation nonbugs */

/* Firefox < 16 */
@-moz-keyframes fadein {
    0% {opacity: 1;}
    50% {opacity: .5;}
    100% {opacity: 1;}
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    0% {opacity: 1;}
    50% {opacity: .5;}
    100% {opacity: 1;}
}
/* Internet Explorer */
@-ms-keyframes fadein {
    0% {opacity: 1;}
    50% {opacity: .5;}
    100% {opacity: 1;}
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    0% {opacity: 1;}
    50% {opacity: .5;}
    100% {opacity: 1;}
}

.footlist {
	background-color: black;
	width: 100%;
	margin: 0px;
	padding: 0;
	right: 15;
	text-align: center;
}
