/*
 ----------------------------- 
 PVII Layout Builder Magic
 by Project Seven Development
 www.projectseven.com
 Custom Styles
 -----------------------------
*/

/*
***************************************************
Font Families: You may edit the font-family values,
BUT DO NOT REMOVE OR RENAME THE 4 RULES BELOW
***************************************************
*/
.lbm-stack-sans {font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", sans-serif;}
.lbm-stack-serif {font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;}
.lbm-stack-thin {font-family: Lato, "Gill Sans", Optima, sans-serif; font-weight: 300;}
.lbm-stack-fancy {font-family: Federo, "Gill Sans", Optima, sans-serif;}


h1, h2, h3, h4, h5 {
	font-weight: normal; font-family: 'Vollkorn SC', serif;
}
h1 {font-size: 200%;}
h2 {font-size: 170%;}
h3 {font-size: 155%; margin-top:0px; padding-top:15px;}
h4 {font-size: 135%;}
h5 {font-size: 125%;}

.scalable-rounded {
	width: auto;
	height: auto;
	max-width: 100%;
	border-radius: 7px;
}
.scalable-fancy {
	width: auto;
	height: auto;
	max-width: 100%;
	border-radius: 7px;
	box-shadow: 0px 0px 10px rgba(0,0,0,.65);
}

.bigg {
	font-size: 180%;
}
.bigg strong {
	font-weight: 400;
}
strong {font-weight:bold;}

/*
Link Styles
Assign one of the following classes to
Text Links on your page
*/
.text-link-light {
	color: #EEE;
	border-bottom: 1px dotted;
}
.text-link-dark {
	color: #000;
	border-bottom: 1px dotted;
}
.text-link-dark:hover, .text-link-light:hover {
	border-bottom: 1px solid;
}
.text-link-dark, .text-link-light {
	text-decoration: none;
}


/*Media Queries*/

@media only screen and (min-width: 767px) and (max-width: 1104px) {
body {font-size: 85%;}
}

@media only screen and (min-width: 480px) and (max-width: 767px) {

body {font-size: 80%;}
}

@media only screen and (min-width: 0px) and (max-width: 480px) {
.slide-text-big {margin-top:0% !important;}
.slide-text-small {margin-bottom:0% !important;}
body {font-size: 80%;}
.slide-p-gap {display:none}
}

.max-width-237 {max-width:237px;}
.max-width-1000 {max-width:1000px;}

.slide-text-big {margin-top:12%; font-size: 36px;     text-shadow: 1px 1px 10px #000, 3px 3px 8px #000; color: #fff; padding-left:30px; padding-right:30px;}
.slide-text-small {margin-bottom:2%;     text-shadow: 1px 1px 10px #000, 3px 3px 8px #000; color: #fff; padding-left:30px; padding-right:30px;}

@media only screen and (min-width: 0px) and (max-width: 768px) {
	  .slide-div{width:100%; padding-bottom:20px; }
}

@media only screen and (min-width: 0px) and (max-width: 700px) {
	  .slide-text-big {margin-top:6%; padding-left:0px; padding-right:0px;}
.slide-text-small {padding-left:0px; padding-right:0px;}
}

@media only screen and (min-width: 892px) and (max-width: 1176px) {
	  .slide-text-big {margin-top:6%;}
}
@media only screen and (min-width: 780px) and (max-width: 892px) {
	  .slide-text-big {margin-top:3%;}
}
@media only screen and (min-width: 700px) and (max-width: 780px) {
	  .slide-text-big {margin-top:3%; font-size: 32px;}
}

@media only screen and (min-width: 768px) {
 .slide-div{width:50%; padding-bottom:20px; padding-right:30px }
}

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

/*.map-padding {padding-top:20px;}*/

.p-align {text-align:right;}
@media only screen and (min-width: 0px) and (max-width: 700px) {
	  .p-align {text-align:left;}
}

.button {
        background-image: linear-gradient(#740506, #ae0c0c);
	    border-radius: 50px;
    border: 2px solid #f4c872;
    /*border-radius: 5px;*/
    line-height: 3.6em;
    padding-left: 20px;
	padding-right: 20px;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    /*letter-spacing: 0.1em;*/
    text-decoration: none;
    text-transform: uppercase;
    outline: 0;
    white-space: nowrap;
    /*font-family: 'Open Sans', sans-serif;
    font-weight: 700;*/
    font-size: 1.05em !important;
        color: #f4c872 !important;
	width:100%;
	padding-bottom:10px;
	padding-top:10px;
}
.button-big {
    line-height: 4em;
    /*padding: 0 3em;
    font-size: 1.2em !important;*/
}
.button:hover { 
color: #fff !important;
	background-color: #000000;
	background-image: linear-gradient(#ae0c0c, #740506);#740506
}

.video_overlays {
    position: absolute;
    display: table-cell;
    vertical-align: middle;
	z-index: 1;
	width:100%
}
@media only screen and (min-width: 0px) and (max-width: 700px) {
	  .video_overlays{display:none; }
}

@media only screen and (min-width: 1264px) and (max-width: 1360px) {
	  .fbook-img {width:31px; height:31px; }
}

@media only screen and (min-width: 1104px) and (max-width: 1264px) {
	  .fbook-img {width:29px; height:29px; }
}

@media only screen and (min-width: 1050px) and (max-width: 1104px) {
	  .fbook-img {width:26px; height:26px; }
}

@media only screen and (min-width: 877px) and (max-width: 1050px) {
	  .fbook-img {width:25px; height:25px; }
}

@media only screen and (min-width: 0px) and (max-width: 877px) {
	  .fbook-img {width:32px; height:32px; }
}
.max-250{max-width:250px;}

.max-200{max-width:200px;}

@media only screen and (min-width: 0px) and (max-width: 768px) {
	  .responsiveImage{width:100%; align:left; padding-bottom;10px }
}

@media only screen and (min-width: 768px) {
 .responsiveImage{width:40%; align:left; padding-left:15px; padding-bottom:10px; }
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
	  .responsiveImage-l{width:100%; align:right; padding-bottom;10px }
}

@media only screen and (min-width: 768px) {
 .responsiveImage-l{width:40%; align:left; padding-right:15px; padding-bottom:10px; }
}

@media only screen and (min-width: 0px) and (max-width: 668px) {
	  .responsiveImage-e{width:100%; align:right; padding-bottom:10px }
}

@media only screen and (min-width: 668px) {
 .responsiveImage-e{width:20%; align:left; padding-right:15px;  }
}

@media only screen and (min-width: 0px) and (max-width: 668px) {
	  .responsiveImage-404{width:100%; align:left; }
}

@media only screen and (min-width: 668px) {
 .responsiveImage-404{width:50%; align:left; }
}

.lr-post {
    background: #ffffff;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.14);
    /* border: 1px solid #8c8981; */
    padding: 15px;}

.text-404 {font-size:3em;}

.ticket-radius {border-radius:38px;}

.f-but-hm-pad {margin-left:30px; margin-right:30px; padding-top:25px;}
@media only screen and (min-width: 0px) and (max-width: 900px) {
.f-but-hm-pad {margin-left:7px; margin-right:7px; padding-top:0px;}
}
.max-300 {max-width:300px;} 


.logo {
	width: 100%;
	max-width: 400px !important;	
}