﻿
body, html {
	font-family: 'Fira Sans', sans-serif;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	color: #202a30;
	overflow-x:hidden;

}
h2, h3 {
font-family: 'Market Deco', 'Fira Sans', sans-serif;
}
h2 {
	font-size: 36px;
	margin-bottom: 10px;
}
h3 {
	font-size: 16px;
	font-weight: 700;
}
h5 {
	font-size: 15px;
	font-weight: 500;
	color: #482018;
}
p {
	font-family: 'Fira Sans', sans-serif;
	font-size: 13px;
}
a {
	color: #482018;
	transition: all 0.5s;
}
a:hover, a:focus {
	text-decoration: none;
	color: #202a30;
}
.img-centered {
	margin: 0 auto;
}
ul, ol {
	list-style: none;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;	content: " ";
	clear: both;
	height: 0;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #202c30;
	z-index: 99999;
	height: 100%;
}
#status {
	position: absolute;
	width:500px;
	height:500px;
	left: 50%;
	top: 50%;
	color: #ffebcf;
	margin-top: -250px;
	margin-left: -250px;
	padding: 0;
}
.section-title h2 {
	font-weight: 400;
	margin-bottom: 26px;
	text-align:center;
}
hr {
	height: 3px;
	width: 60px;
	position: relative;
	background: #482018;
	border: 0;
	margin-bottom: 30px;
}
/* Navigation */
#menu {
	padding: 20px;
	transition: all 0.8s;
}
#menu.navbar-default {
	background-color: rgba(0,0,0,0);
	border-color: rgba(0,0,0,0);
}
#menu.navbar-default .navbar-nav > li > a {
	text-transform: uppercase;
	color: #ffebcf;
	font-size: 12px;
	letter-spacing: 1px;
}
#menu.navbar-default .navbar-nav > li > a:hover {
	color: #d9e0e2;
	background-color: rgba(255,235,207,0.1)
}
.on {
	background-image: url("../img/bg-dark.jpg") !important;
	padding: 0 !important;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #ffebcf !important;
	background-color: rgba(255,235,207,0.2);
}
.navbar-toggle {
	border-radius: 0;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: #ffebcf;
	border-color: #ffebcf;
}
.navbar-default .navbar-toggle:hover>.icon-bar {
	background-color: #FFF;
}
/* Home Style */
header {
	background: url(../img/header-bg.jpg) no-repeat bottom center;
	background-size: cover;
	background-attachment: fixed;
	color: #d9e0e2;
	position: relative;
	height: 100vh;
}

header .vid {
	z-index:-100;
}
header video {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 100vh;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
	    transform: translate(-50%, -50%);
}
header img {
	margin-top:10vh;
}
header p {
	color: #d9e0e2;
	font-size: 20px;
	margin-bottom: 80px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.intro-text {
	position: relative;
	padding-top: 100px;
}
.intro-text H2 {
	text-transform: uppercase;
	color: #d9e0e2;
	letter-spacing: 3px;
}
.color {
	color: #ffebcf;
}
.btn-default {
	color: #482018;
	background-color: #ffebcf;
	border: 0;
	margin: 8px;
	font-size: 18px;
	transition: all 0.5s;
}
.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active {
	background-color: #d9e0e2;
	transition: all 0.5s;
}
/* Services Section */
#services-section {
	padding: 80px 0 100px 0;
	background: linear-gradient(rgba(255,235,207,1),rgba(255,235,207,0.7)), url(../img/header-bg.jpg) no-repeat center;
	background-size: cover;
	background-attachment: fixed;
	color: #202a30;
}
#services-section p {
	text-align:justify;
}
.space {
	margin-top: 40px;
}

#owl-pics .item{
    margin: 3px;
}
#owl-pics .item img{
    display: block;
    width: 100%;
    height: auto;
}

#services-section i.fa {
	font-size: 40px;
	border: 0;
	width: 100px;
	height: 80px;
	padding: 22px 25px;
	background: #482018;
	margin-bottom: 6px;
	border-radius: 10%;
	color: #ffebcf;
	transition: all 0.5s;
}
#services-section a:hover > i.fa{
	background: #202a30;
}
/* Gallery Section 
==============================*/
#works-section {
	padding: 80px 0;
	background: linear-gradient(rgba(32,42,48,0.8),rgba(32,42,48,1)), url(../img/gigs-bg.jpg) no-repeat center;
	background-size: cover;
	background-attachment: fixed;
	color: #ffebcf;
}
#works-section i.fa {
	font-size: 30px;
	padding: 5px;
	color: #482018;
}

.nope {
animation-duration:0.5s !important;
cursor:pointer;
opacity:0.5;
border:2px inset #ffebcf;
}

.isotope-item {
	z-index: 2
}
.isotope-hidden.isotope-item {
	z-index: 1
}
.isotope, .isotope .isotope-item {
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	transition-duration: 0.8s;
}
.isotope-item {
	margin-right: -1px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.isotope {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	transition-property: height, width;
}
.isotope .isotope-item {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	transition-property: transform, opacity;
}
.portfolio-item {
	margin-bottom: 30px;
}

.portfolio-item .hover-bg {
	height: 260px;
	overflow: hidden;
	position: relative;
}
.hover-bg .hover-text  {
	position: absolute;
	text-align: center;
	font-size:16px;
	margin: 0 auto;
	color: #202a30;
	background: rgba(255,235,207,0.8);
	padding: 25% 0;
	height: 100%;
	width: 100%;
	opacity: 0.8;
	transition: all 0.5s;
}

.hover-bg .hover-text>h4 {
	opacity: 0;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	transition: all 0.5s;
	font-size: 20px;
	color: #482018; 
}
.hover-bg:hover .hover-text>h4 {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.hover-bg .hover-text>i {
	opacity: 0;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	transition: all 0.5s;
}
.hover-bg:hover .hover-text>i {
	opacity: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
}
.hover-bg:hover .hover-text {
	opacity: 1;
}

.portfolio-modal .modal-content {
	padding: 100px 0;
	min-height: 100%;
	min-width:100%;
	border: 0;
	border-radius: 0;
	text-align: center;
	background-clip: border-box;
	-webkit-box-shadow: none;
	box-shadow: none;
	background: rgba(255,235,207,0.9);
}
.portfolio-modal .modal-content h2 {
	margin-bottom: 15px;
	font-size: 3em;
}
.portfolio-modal .modal-content p {
	margin-bottom: 30px;
}
.portfolio-modal .modal-content p.item-intro {
	margin: 10px 0 30px;
	font-size: 18px;
}
.portfolio-modal .modal-content ul.datetime {
	font-size: 20px;
	display: inline !important;
}
.portfolio-modal .modal-content ul.list-inline {
	margin-top: 0;
	margin-bottom: 30px;
}
.portfolio-modal .modal-content img {
	margin-bottom: 30px;
}
.portfolio-modal .close-modal {
	position: absolute;
	top: 50px;
	right: 50px;
	font-size:3em;
	cursor: pointer;
}
.portfolio-modal .close-modal:hover {
	opacity: .3;
}
.portfolio-modal .btn-primary {
	color: #ffebcf;
	background-color: #482018;
	border-color: #000;
}
.portfolio-modal .btn-primary:hover, .portfolio-modal .btn-primary:focus, .portfolio-modal .btn-primary.focus, .portfolio-modal .btn-primary:active, .portfolio-modal .btn-primary.active {
	color: #ffebcf;
	background-color: #202a30;
	border-color: #000;
}
#works-section hr {
	background: #ffebcf;
}

/* About Section */
#about-section {
	padding: 80px 0;
	background: linear-gradient(rgba(255,235,207,0.9),rgba(255,235,207,0.6)), url(../img/header-bg.jpg) no-repeat center;
	background-size: cover;
	background-attachment: fixed;
	color: #202a30;
	font-size:16px;
}

#about-section .fa {
color:#482018
}

#about-section .song {
text-align:right;
color:#482018
}

#about-section .artist {
text-align: left;
color: #202a30;
}

#about-section .bigsong {
display: block;
margin-top: 10px;
font-size: 20px;
text-align: right;
color:#482018;
}

#about-section .bigartist {
display: block;
margin-top: -25px;
margin-bottom: 10px;
text-align: right;
color: #202a30;
}

#about-section .track i {
font-size: 50px;
margin-top: 10px;
margin-bottom: 10px;
}

#about-section .track i:hover {
cursor: pointer;
color:#202a30;
}

/* Team Section */
#team-section {
	color: #ffebcf;
	padding: 80px 0;
	background: linear-gradient(rgba(72,32,24,0.6),rgba(72,32,24,0.7)), url(../img/band-bg.jpg) no-repeat center;
	background-size: cover;
	background-attachment: fixed;
	}
#team-section hr {
	background: #ffebcf;
}
#team-section .item {
	padding: 0;
	text-align: center;
}
#team-section .thumbnail {
	background: transparent;
	border: 0;
}
#team-section .thumbnail .caption {
	color: #d9e0e2;
}
#team-section .thumbnail .caption  h3{
	color: #ffebcf;
	font-size: 2em;
	letter-spacing:3px;
}
#team-section i.fa {
	color: #d9e0e2;
	font-size: 26px;
	transition: all 0.5s;
}
#team-section i.fa:hover {
	color: #ffebcf;
}
/* Demos */
#demo-section {
	padding: 80px 0 100px 0;
	background: linear-gradient(rgba(255,255,255,0),rgba(255,255,255,1)), url(../img/demo-bg.jpg) no-repeat center;
	background-size: cover;
	background-attachment: fixed;
}
#demo-section h4 {
	color: #202a30;
	text-align:center;
}
#demo-section .info p {
text-align:right;
color:#482018;
font-size: 1.3em;
}

#demo-section .blurb p {
text-align: left;
color: #202a30;
font-size: 1em;
margin-bottom: 20px;
}

#demo-section i {
font-size: 50px;
color:#482018;
}
#demo-section i:hover {
cursor: pointer;
color:#202a30;
}

#demo-section span {
font-size: 1.1em;
color: #202a30;
}
/* FAQs */
#faq-section {
	padding: 80px 0 100px 0;
	background: linear-gradient(rgba(255,235,207,1),rgba(255,235,207,0.7)), url(../img/header-bg.jpg) no-repeat center;
	background-size: cover;
	background-attachment: fixed;
}
#faq-section h4 {
	color: #202a30;
	text-transform: uppercase;
}
#faq-section .call {
text-align:right;
color:#482018;
margin-bottom: 20px;
}

#faq-section .response {
text-align: left;
color: #202a30;
margin-bottom: 20px;
}
/* Testimonials Section */
#testimonials-section {
	padding: 80px 0;
	background: url(../img/testimonials-bg.jpg);
	background-size: cover;
	background-attachment: fixed;
	color: #ffebcf;
}
#testimonial {
	padding: 30px 0;
}
#testimonial .item {
	display: block;
	width: 100%;
	height: auto;
}
#testimonial .item p {
	font-weight: 400;
	margin: 0 0 30px 0;
}
#testimonial .item strong {
color:#d9e0e2 !important
}
/* Contact Section */
#contact-section {
	padding: 80px 0 20px 0;
	background: linear-gradient(rgba(72,32,24,1),rgba(72,32,24,0.8)), url(../img/header-bg.jpg) no-repeat center;
	background-size: cover;
	background-attachment: fixed;
	color:#d9e0e2
	}
#contact-section hr {
	background: #ffebcf;
}
#contact-section h4 {
	font-size: 20px;
	font-weight: 400;
	color:#ffebcf
}
#contact-section form {
	padding: 10px 0;
}
#contact-section .form-group{
	text-align: left;
}
#contact-section .form-group .fa {
	color: #ffebcf;
	margin-bottom: 10px;
}
label {
	font-size: 12px;
	font-weight: 200;
	float: left;
}
#contact-section .form-control {
	display: block;
	width: 100%;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #202a30;
	background-color: #ffebcf;
	background-image: none;
	border: 1px solid #202a30;
	border-radius: 4px;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}
#contact-section .form-control:focus {
	border-color: inherit;
	outline: 0;
	-webkit-box-shadow: transparent;
	box-shadow: transparent;
}
#contact-section .social {
	margin-top: 60px;
}
#contact-section .social ul li {
	display: inline-block;
	margin: 0 20px;
}
#contact-section .social i.fa {
	font-size: 26px;
	padding: 4px 5px;
	color: #ffebcf;
	transition: all 0.5s;
}
#contact-section .social i.fa:hover {
	color: #fff;
}
#contact-section .btn {
	background: #ffebcf;
	border: 2px solid #ffebcf;
	border-radius: 4px;
	padding: 6px 14px;
	margin-top: 20px;
	color: #482018;
	font-size: 16px;
	transition: all 0.5s;
}
#contact-section .btn:hover, #contact-section .btn:focus {
	background: #fff;
	border: 2px solid #ffebcf;
	color: #202a30;
}
#contact-section .text-danger {
	color: red;
	text-align: left;
}
.btn:active, .btn.active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
a:focus, .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
	outline: none;
	outline-offset: none;
}
/* Footer */
#footer {
	background-image: url("../img/bg-dark.jpg");
	padding: 15px 0 10px 0;
	color: #ffebcf;
	text-align: center;
}
#footer p {
	margin-top: 8px;
}

#footer a{
	color: #ffebcf;
}
#footer a:hover{
	color: #d9e0e2;
}

@media (max-width: 768px) {
.content {
	padding: 40% 0 0;
}
}

@media (max-width: 603px) {
#menu.navbar-default {
	background-color: #ffebcf
}
label {
	float: none !important
}
.hover-bg .hover-text {
	padding: 12% 10%;
}
}

@media (max-width: 360px) {
.hover-bg .hover-text {
	padding: 22% 10%;
}
}

@font-face {
  font-family: Market Deco;
  src: url('../fonts/market_deco-webfont.eot'); /* IE9 Compat Modes */
  src: url('../fonts/market_deco-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/market_deco-webfont.woff') format('woff'), /* Pretty Modern Browsers */
       url('../fonts/market_deco-webfont.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/market_deco-webfont.svg#market_deco') format('svg'); /* Legacy iOS */
}