/* 
Author: Joey Skawski
Author URI: http://www.wsisme.com
*/

/* =Global
------------------------------------------------------------------*/
.BellCentennialStd-BdListing {
	font-weight: normal; 
	font-style: normal; 
	font-family: 'BellCentennialStdBoldListing', sans-serif;
	font-size:40px;
	color: #ffffff;
	text-align:right;
	text-decoration:none;
	text-transform:uppercase;
	line-height: 50px;
}
a.BellCentennialStd-BdListing:hover {
    text-decoration:overline;
	color: #f5ba19;
	
}


html, body, form, fieldset, h1, h2, h3, h4, h5, h6, pre, ul, ol, dl, img, p, a {
	margin:0;
	padding:0;
	}
	
	body{
		background:#000;
	}
p {
	font-size:12px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	line-height: 18px;
	color: #ffffff;
	padding:10px 7px;
	margin:0px;
	text-align:right;
}
a {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-align:right;
}
a:hover {
border:none;
text-decoration:overline;
	color: #f5ba19;
}

a.large {
	font-size:40px;
	font-family:Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-align:right;
	text-decoration:none;
	text-transform:uppercase;
		line-height: 50px;

}
a.large:hover {
border:none;
text-decoration:overline;
	color: #f5ba19;
}

/* =Layout
------------------------------------------------------------------*/


/* body and Top
------------------------*/


#logo {
	margin: 0px; 
	height:100%; 
	width: 100%;
	background-image:url(../images/logo-home.png);
	background-repeat:no-repeat;
	background-position:top left;
	position:absolute;
}
#wrapperfull {
	margin: 0px auto;
  width:850px;
  background:none;
	padding:0px;
	position:relative;
	z-index: 2;
}
#top {
	height: 55px;
  width:700px;
  float:right;
}
#top a {
	color: #ffffff;
	text-decoration:none;
	font-size:10px;
	text-transform:uppercase;
	font-weight: normal; 
	font-style: normal; 
	font-family: 'BellCentennialStdBoldListing', sans-serif;

}
#top a:hover {
	color: #f5ba19;
	text-decoration:overline;
}

#section1 {
	height: 280px;
	padding-top:10px;
  width:700px;
   float:right;
}
#section2 {
	height: 220px;
  width:700px;
  float:right;
  
}
#footer {
  width:700px;
  height: 50px;
 background:url(../images/fiesta-footer-bg.png);
  float:right;
}
#footer a {
	color: #ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:underline;
}
#footer p {
	font-family:Arial, Helvetica, sans-serif;
	color: #ffffff;
	/*float:right;*/
	text-decoration:none;
	padding-top: 10px;
	padding-right: 0px;
	font-size:12px;
	text-align:right;
}
#footer a:hover {
	color: #f5ba19;
	text-decoration:overline;
}
.spacerlarge{
	padding-left: 12px; 
	padding-right: 12px;
}
.spacersmall{
	padding-left: 6px; 
	padding-right: 6px;
}

/* Popup */
.img-replace {
  /* replace text with an image */
  display: inline-block;
  overflow: hidden;
  text-indent: 100%; 
  color: transparent;
  white-space: nowrap;
}
.bts-popup {
	z-index:9999;
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
}
.bts-popup.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}

.bts-popup-container {
  position: relative;
  width: 90%;
  max-width: 640px;
  margin: 4em auto;
  background: #fff;
  border-radius: none; 
  text-align: center;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(-40px);
  -moz-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  -o-transform: translateY(-40px);
  transform: translateY(-40px);
  /* Force Hardware Acceleration in WebKit */
  -webkit-backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.bts-popup-container img {
  padding: 20px 0 0 0;
}
.bts-popup-container p {
	color: #666;
  padding: 10px 40px;
}
.bts-popup-container .bts-popup-button {
  padding: 10px 35px;
  /* border: 2px solid white; */
      background: #018ac8;
	display: inline-block;
  margin-bottom: 10px;
}

.bts-popup-container a {
  color: white;
  font-size:20px;
  text-decoration: none;
  text-transform: uppercase;
}






.bts-popup-container .bts-popup-close {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 30px;
  height: 30px;
}
.bts-popup-container .bts-popup-close::before, .bts-popup-container .bts-popup-close::after {
  content: '';
  position: absolute;
  top: 12px;
  width: 16px;
  height: 3px;
  background-color: #666;
}
.bts-popup-container .bts-popup-close::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 8px;
}
.bts-popup-container .bts-popup-close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 6px;
  top: 13px;
}
.is-visible .bts-popup-container {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
@media only screen and (min-width: 1170px) {
  .bts-popup-container {
    margin: 8em auto;
  }
}