/* * * * * * * * * * Google Font Import * * * * * * * * * */
@import url(//fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,700italic,800italic,400,700,800,300);
@import url(//fonts.googleapis.com/css?family=Fjalla+One);

html {scroll-behavior: smooth;}

/* * * * * * * * * * Media * * * * * * * * * */
@media (max-width: 767px) {
.tileZ img {max-width:48% !important;}
.dropdown-menu {
  background-color: transparent !important;
}
.priceIcon {
	margin-left:10px !important; 
	max-width:40% !important;
}
h1, .h1 {font-size:250% !important;}
h2, .h2 {font-size:200% !important;}
h3, .h3 {font-size:160% !important;}
h4, .h4 {font-size:120% !important;}
h5, .h5 {font-size:120% !important;}
h6, .h6 {font-size:110% !important;}
}

@media (min-width: 768px) and (max-width:1200px) {
.tileZ img {max-width:23% !important;}
}

/* * * * * * * * * * Desktop * * * * * * * * * */
body { background:#000 url("../img/back.jpg") top center fixed no-repeat; }

/* * * * * * * * * * Global Setups * * * * * * * * * */
img, iframe {max-width:100%;}
.aligncenter {display: block; margin-left: auto; margin-right: auto;}
.alignleft {float: left;}
.alignright {float: right;}

/* * * * * * * * * * Typography * * * * * * * * * */
body { font-family: "Open Sans", Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;}

@font-face {
    font-family: 'ZaloraRegular';
    src: url('../fonts/ZaloraRegular.eot'); /* IE9 Compat Modes */
    src: url('../fonts/ZaloraRegular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/ZaloraRegular.woff') format('woff'), /* Modern Browsers */
         url('../fonts/ZaloraRegular.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../fonts/ZaloraRegular.svg#Zalora Regular') format('svg'); /* Legacy iOS */
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

/* * * * * * * * * * Headlines And Whatnot * * * * * * * */

h1, .h1 {font-size:300%;}
h2, .h2 {font-size:250%;}
h3, .h3 {font-size:200%;}
h4, .h4 {font-size:150%;}
h5, .h5 {font-size:150%;}
h6, .h6 {font-size:125%;}

h1, .h1, h2, .h2 {
  font-family: "ZaloraRegular", Helvetica, Arial, sans-serif;
  font-weight: normal;
  margin: 0 0 10px 0;
	text-transform:lowercase;
	text-shadow: 0px 0px 4px #000, 1px 1px 6px #000, 2px 2px 8px #000;
}
h3, .h3, h4, .h4 {
  font-family: "Fjalla One", Helvetica, Arial, sans-serif;
  font-weight: normal;
	text-transform:uppercase;
  margin: 15px 0 10px 0;
	text-shadow: 0px 0px 4px #000, 1px 1px 6px #000, 2px 2px 8px #000;
}
h5, .h5, h6, .h6 {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin-top: 0;
}

/* * * * * * * * * * Hyperlinks * * * * * * * * * */
a {
  text-decoration:none;
 }
a:link,a:visited {
-webkit-transition: color .25s linear .1s;
transition: color .25s linear .1s;
  text-decoration:none;
 }
a:hover,a:active,a:focus {
-webkit-transition: color .25s linear;
transition: color .25s linear;
  text-decoration:none;
 }

/* * * * * * * * * * Colors * * * * * * * * * */
body {
  color: #B4B4B4;
}
a:link,a:visited {
  color:#FF0000;
}
a:hover,a:active,a:focus {
  color:#FFFFFF;
}
h1, .h1, h2, .h2 {
  color: #E1E1E1;
}
h3, .h3, h4, .h4 {
  color: #D2D2D2;
}
h5, .h5, h6, .h6 {
  color: #C3C3C3;
}

/* * * * * * * * * * Navigation * * * * * * * * * */

.navbar-dark {
  font-family: "Fjalla One", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform:uppercase;
	font-size:150%;
}
.bg-dark {
  background-color:rgba(0,0,0,0.7) !important;
}

a.bg-dark:hover, a.bg-dark:focus {
  background-color: transparent;
}
.navbar-dark .navbar-brand {
  color: #fff;
}

.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #f00;
}

.navbar-dark .navbar-nav .nav-link {
  color: #F00;
}

.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: #FFF;
}

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}

.navbar-dark .navbar-toggler {
  color: #F00;
}

.dropdown-menu {
  font-size: 85%;
  color: #FFF;
  text-align: center;
  list-style: none;
  background-color: rgba(0,0,0,0.7);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.dropdown-item {
  padding: 0.25rem 1.5rem;
  font-weight: normal;
  color: #F00;
  text-align: inherit;
  background:transparent;
  border: 0;
}

.dropdown-item:hover, .dropdown-item:focus {
  color: #FFF;
  text-decoration: none;
  background:transparent;
}

.dropdown-item.active, .dropdown-item:active {
  color: #000;
  text-decoration: none;
  background-color: #F00;
}
/* * * * * * * * * * Header * * * * * * * * * */
.SVi-header {text-align:center; margin:20px auto;}

/* * * * * * * * * * Content * * * * * * * * * */

.contentWrap {
	padding:0;
	margin:0 0 10px 0;
}
.contentInner {
  background-color: rgba(0,0,0,0.7);
  -moz-border-radius: 10px;
	border-radius: 10px;
	padding:10px;
	margin:0 5px;
}
.contentInner p, .contentInner li {
	margin:0 10px 10px 10px;
	padding:0;
}
.contentInner p:last-child,
.contentInner ul:last-child,
.contentInner ol:last-child {
  margin-bottom: 0;
}

/* * * * * * * * * * Sharing Buttons and Social Media-Related * * * * * * * * * */

.social {
	clear:both;
	text-align:center;
	margin:10px;
	padding:0 10px;	
}
ul.like-buttons{
list-style: none;
margin: 5px 0 20px 0;
padding: 0;
text-align:center;
}

ul.like-buttons li{
display:inline-block;
margin:0 5px;
vertical-align:top;
}

/* * * * * * * * * * Footer * * * * * * * * * */

footer {
	font-size:85%;
  padding: 20px 0;
  text-align: center;
background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.75) 70%, rgba(0,0,0,0.75) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(70%,rgba(0,0,0,0.75)), color-stop(100%,rgba(0,0,0,0.75))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.75) 70%,rgba(0,0,0,0.75) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.75) 70%,rgba(0,0,0,0.75) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.75) 70%,rgba(0,0,0,0.75) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.75) 70%,rgba(0,0,0,0.75) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#bf000000',GradientType=0 ); /* IE6-9 */	
}
/* SOLID BACKGROUND WITH TOP LINE 
.SVi-footer {
	font-size:85%;
  border-top: 1px solid #BB0000;
  background-color: rgba(0,0,0,0.7);
  padding: 20px 0;
  text-align: center;
} */
footer p {
	text-shadow: 1px 1px 1px #000;	
}

/* * * * * * * * * * Extras * * * * * * * * * */

.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
hr { 
border: 0; 
height: 1px; 
background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(200, 0, 0, 0.75), rgba(0, 0, 0, 0)); 
}
.lessPad {
	padding-left:5px !important;
	padding-right:5px !important;	
}
.noPad {
	padding-left:0px !important;
	padding-right:0px !important;	
}
.fb-page, 
.fb-page span, 
.fb-page span iframe[style] { 
    width: 100% !important; 
}
.ctr {text-align:center;}
.lft {text-align:left;}
.rht {text-align:right;}
.floatR {float:right;}
.floatL {float:left;}
.mgn10 {margin-bottom:10px;}
.mgn20 {margin-bottom:20px;}

/* ------------------------------------------------------------------------------------------ Animated Items on page */
.animated {
	visibility: hidden;
}
.visible {
	visibility: visible;
}

/* ------------------------------------------------------------------------------------------- Home Page */
.tileZ {text-align:center; margin-bottom:20px;}
.tileZ img {max-width:16%; padding:5px;}

/*B&W*/
.bw {
  -webkit-transition: all 1s ease;
     -moz-transition: all 1s ease;
       -o-transition: all 1s ease;
      -ms-transition: all 1s ease;
          transition: all 1s ease;
}
 
.bw:hover {
  -webkit-filter: grayscale(100%);
}

/*
Removes white gap between slides - chagnge to base color of slide images
*/
.carousel {
  background:#000;
}

/*
Forces image to be 100% width and not max width of 100%
*/
.carousel-item .img-fluid {
  width:100%;
}

/* 
anchors are inline so you need ot make them block to go full width
*/
.carousel-item a {
  display: block;
  width:100%;
}
.priceIcon {
	float:right; 
	margin-left:20px; 
	max-width:25%;
}
.priceJumper {
  font-family: "Fjalla One", Helvetica, Arial, sans-serif;
  font-weight: normal;
	text-transform:uppercase;
  margin:10px auto;
	text-align:center;
	font-size:120%;
}
ul.hrz {text-align:center;}
ul.hrz li {display: inline-block;}

.sectHead {
	padding:5px;
	background: -moz-linear-gradient(left, rgba(255,0,0,1) 0%, rgba(255,0,0,0) 100%);
background: -webkit-linear-gradient(left, rgba(255,0,0,1) 0%,rgba(255,0,0,0) 100%);
background: linear-gradient(to right, rgba(255,0,0,1) 0%,rgba(255,0,0,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#00ff0000',GradientType=1 );
	color:#000;
	text-shadow:none !important;
}
.floatWrap {
	text-align:center;
	margin:0 auto;
}
.float50 {
	display:inline-block;
	max-width:48%;
	text-align:center;
}
.float33 {
	display:inline-block;
	max-width:33%;
	text-align:center;
}
.float25 {
	display:inline-block;
	max-width:25%;
	text-align:center;
}
.featureBoxA, .featureBoxB, .featureBoxC, .featureBoxD {
} 
.featureBoxA {
	padding:0 10px 10px 10px;
	background-color:#600;
	border:1px solid #900;
}
.featureBoxB {
	padding:0 10px 10px 10px;
	background-color:#040;
	border:1px solid #090;
}
.featureBoxC {
	padding:0 10px 10px 10px;
	background-color:rgba(150,150,150,0.25);
	border:1px solid #666;
	margin:5px;
}
.featureBoxD{
	padding:0 10px 10px 10px;
	background-color:#FC0;
	border:1px solid #F90;
	color:#000;
	margin:5px;
}
.featureBoxD h6 {color:#000;}
.featureBoxD li {font-size:125%;}
.hidButton {
font-family: "Fjalla One", Helvetica, Arial, sans-serif;
font-weight: normal !important;
text-transform:uppercase;
font-size:300% !important;
text-shadow:0 0 3px #300, 0 0 6px #300, 0 0 9px #300;
text-align:center;
margin:20px auto;
padding:0;
background-color:#F00;
}

/* * * * * * BLOG STUFF * * * * * */

.blogPost {
		margin:20px 0 10px 10px;
		padding:0 0 10px 0;
}

.blogPost p, .blogPost h3 {
	margin:0;
	padding:0 10px 0 10px;
}

.blogPost ul, .blogPost ol {
	margin:10px 0 10px 30px;	
}

.blogPost .bloggerDate {
  font-size:85%;
  font-weight:bold;
  line-height:1;
  color:#FFF8DC;
  margin: 0 0 10px 0;
  padding:3px 10px 3px 0;
  border-bottom: 1px solid #6A2E00;
  text-align:right;
   }

.blogPost .blogContent {margin: 0 10px;}

/* MAILCHIMP STYLES */
	#mc_embed_signup{clear:left; width:100%;}
	#mc_embed_signup .button {background-color:#900;}
	#mc_embed_signup .button:hover {background-color:#F00;color:#FFF;}

.pbbox {background:#333;padding:5px 5px 5px 0;border:1px solid #666;}
.asbox {background:#300;padding:5px 5px 5px 0;border:1px solid #F00; margin-bottom:20px;}

.mapTilez {
	background-color:#333;text-align:center;border:4px solid #900;
}
.mapTiles img {padding:5px;}
.policy {
	color:#FFFF00;
	border:2px solid #FFFF00;
	padding:5px;
	text-align:center;
font-family: "Fjalla One", Helvetica, Arial, sans-serif;
  font-weight: normal;
	font-size:125%;
}