@font-face{font-family: 'Raleway'; src: url("../fonts/raleway/Raleway-Thin.ttf") format("truetype"); font-weight:100}
@font-face{font-family: 'Raleway'; src: url("../fonts/raleway/Raleway-ExtraLight.ttf") format("truetype"); font-weight:200}
@font-face{font-family: 'Raleway'; src: url("../fonts/raleway/Raleway-Light.ttf") format("truetype"); font-weight:300}
@font-face{font-family: 'Raleway'; src: url("../fonts/raleway/Raleway-Regular.ttf") format("truetype"); font-weight:400}
@font-face{font-family: 'Raleway'; src: url("../fonts/raleway/Raleway-Medium.ttf") format("truetype"); font-weight:500}
@font-face{font-family: 'Raleway'; src: url("../fonts/raleway/Raleway-SemiBold.ttf") format("truetype"); font-weight:600}
@font-face{font-family: 'Raleway'; src: url("../fonts/raleway/Raleway-Bold.ttf") format("truetype"); font-weight:700}
@font-face{font-family: 'TrajanPro'; src: url("../fonts/TrajanPro.ttf") format("truetype"); font-weight:300}


html {
  font-family: 'Raleway', sans-serif;
  font-size: 13px;
  font-weight: 400;
}

h5 {
    font-size: 1.54rem;
	font-family: 'TrajanPro', sans-serif;
}

.top50 {
	margin-top: 50px;
}

.bot50 {
	margin-bottom: 50px;
}

.bm-logo {
	line-height: 75px;
	height: 75px;
	float: right;
}

.bm-logo:hover {
	background: none!important;
}

.bm-logo img{
	width: 80px;
	margin-top: 22px;
}

nav ul a,
nav .brand-logo {
  color: #444;
  text-transform: uppercase;
}

nav ul a {
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

nav ul a:hover {
  color: #e4353a;
}

nav {
	position: absolute;
    height: 75px;
    line-height: 75px;
	z-index: 999;
}

nav.showing {
	position: fixed;
	top: -75px;
	left: 0;
	will-change: top;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

nav.showed {
    transform: translate3d(0,75px,0);
    -webkit-transform: translate3d(0,75px,0);
    -moz-transform: translate3d(0,75px,0);
    -o-transform: translate3d(0,75px,0);
    -ms-transform: translate3d(0,75px,0);
	border-bottom: 1px solid rgba(160, 160, 160, 0.2)!important;
}

nav .socials {
    margin-right: 12px;
    margin-left: 10px;
}

#nav-mobile .socials {
    margin-top: 10px;
}

nav .btn i, #nav-mobile .btn i {
    height: 38px;
    line-height: 38px;
}

#nav-mobile .btn {
    float: left;
}

#nav-mobile .btn i {
    color: #fafafa!important;
}

#nav-mobile .btn:hover i {
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #e4353a!important;
}

nav .btn, #nav-mobile .btn {
    background-color: #111110;
    box-shadow: none;
    color: #fafafa!important;
    font-size: 10px;
    padding: 0px 8px;
    margin-top: 5px;
    width: 38px;
    height: 38px;
    line-height: 38px;
    margin: 0px 4px!important;
}

nav .btn:hover, #nav-mobile .btn:hover {
    background-color: #111110;
    color: #e4353a!important;
    box-shadow: none;
}

.btn:focus, .btn-large:focus, .btn-floating:focus {
    background-color: #111110;
}

.btn-large:hover, .btn:hover {
	color: #e4353a!important;
	background: #fafafa!important;
}

nav ul a:hover, nav ul li.active {
    background-color: #fafafa!important;
}

.socials a:not(.bm-logo):hover {
    color: #e4353a!important;
	background-color: #fafafa!important;
}

p {
  line-height: 2rem;
}

.button-collapse {
  color: #111110;
  margin: 0!important;
}

.btn-large, .btn {
	text-transform: uppercase;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
	border-radius: 0;
}

.btn-large:hover, .btn:hover {
	color: #d69e58;
}

.parallax-container {
  min-height: 100vh;
  line-height: 0;
  height: auto;
  color: rgba(255,255,255,.9);
}

.parallax-container.main-prlx {
  min-height: 100vh;
}
  .parallax-container .section {
    width: 100%;
  }

.uppcase {
	text-transform: uppercase;
}

.main-color-text {
	color: #e4353a;
}

.main-color {
	background: #e4353a;
}

.main-color-text-dark {
	color: #111110!important;
}

.main-color-dark {
	background: #111110!important;
}
 
.text-block {
	margin-top: 125px;
}
	.text-block h1 {
		text-transform: uppercase;
		font-weight: 400;
		margin-bottom: -13px;
	}
	
	.text-block .tour-img {
		max-width: 400px;
		width: 100%;
		height: auto;
	}
	
	.text-block h5 {
		color: #111110;
		font-weight: 400;
	}

.shows-porster {
  padding: 12px 15px;    
  height: auto;
  overflow: auto;
  border-bottom: 1px solid rgba(160, 160, 160, 0.2);
}

.shows-porster span {
    float: left;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 18px!important;
}

.shows-porster p {
	font-size: 12px;
    line-height: 15px!important;
    margin: 5px 0px;
    color: #e4353a;
}

.shows-porster .btn {
    box-shadow: none;
    font-size: 10px;
    padding: 0px 8px;
    height: 38px;
    line-height: 38px;
    float: right;
}

.shows-porster .btn u {
	text-decoration: none;
}
@media only screen and (min-width : 993px) {

	.parallax img {
		width: 100vw!important;
	}

}

@media only screen and (max-width : 992px) {
	.text-block {
	margin-top: 20px!important;
	}
	.text-block h1 {
		font-size: 3rem!important;
	}
	
	i.left {
    margin-right: 3px!important;
	}
	
	p {
    line-height: 1.4rem!important;
	}
}

@media only screen and (max-width : 992px) and (orientation: portrait) {
	
	.text-block {
	margin-top: 80px!important;
	}
	
.parallax img {
    height: 100vh!important;
}

  .parallax-container .section {
    position: absolute;
    top: 1%;
  }
  
  h5 {
    font-size: 1.24rem!important;
  }
  
  #index-banner .section {
    top: 10%;
  }
  .copyright {
	display: none;
	}

	nav .brand-logo img {
		max-width: 150px;
	}

}

@media only screen and (max-width : 992px) and (orientation: landscape) {
	
.parallax img {
    width: 100vw!important;
}

  .parallax-container .section {
    position: absolute;
    top: 10%;
  }
  #index-banner .section {
    top: 10%;
  }
  .copyright {
	display: none;
	}

	nav .brand-logo img {
		width: 150px;
	}
}

@media only screen and (max-width : 600px) {
  #index-banner .section {
    top: 0;
  }
}

.icon-block {
  padding: 0 15px;
}
.icon-block .material-icons {
  font-size: inherit;
}

footer.page-footer {
  margin: 0;
  padding: 0!important;
}

.footer-copyright {
    font-weight: 300;
    height: 64px;
}

.main_menu {
	margin-left: 80px;
	width: calc(100% - 80px);
}

.mar0pad0 {
	margin:0!important;
	padding:0!important;
}