/* * * * * * * * * * Google Font Import * * * * * * * * * */
@import url(//fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,700italic,800italic,400,700,800,300&display=swap);
@import url(//fonts.googleapis.com/css?family=Fjalla+One&display=swap);
@font-face {
    font-family: "night_shaderegular";
    src: url("fonts/night_shade-webfont.woff2") format("woff2"),
         url("fonts/night_shade-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "dolenzo_jbubbed";
    src: url("fonts/9dolenzo-webfont.woff2") format("woff2"),
         url("fonts/9dolenzo-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}
/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */
@media (max-width: 767px) {
.headHeroWrap {
background: url(img/headerM.jpg) center center no-repeat !important;
      -webkit-background-size: auto 100% !important;
      -moz-background-size: auto 100% !important;
      -o-background-size: auto 100% !important;
      background-size: auto 100% !important;
}
	.ghost1,.ghost2 {max-width:40%;}
	p, li {font-size:100%;}
}

@media (min-width: 768px) {
.tixM {display:none;}
p, li {font-size:120%;}
}

/* * * * * * * * * * Background * * * * * * * * * */
body {background-color:#000;}
body:after{
      content:"";
      position:fixed; /* stretch a fixed position to the whole screen */
      top:0;
      height:100vh; /* fix for mobile browser address bar appearing disappearing */
      left:0;
      right:0;
      z-index:-10; /* needed to keep in the background */
      background: url("img/back.jpg") top center;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
}
/* * * * * * * * * * 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:"dolenzo_jbubbed",Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif"; font-weight:regular;font-style:normal;}


/* * * * * * * * * HEADERS * * * * * * * * */

@media (max-width: 767px) {
h1, .h1 {font-size:175%;}
h2, .h2 {font-size:150%;}
h3, .h3 {font-size:125%;}
h4, .h4, .card-header {font-size:110%;}
h5, .h5 {font-size:120%;}
h6, .h6 {font-size:100%;}
}
@media (min-width: 768px) {
h1, .h1 {font-size:200%;}
h2, .h2 {font-size:175%;}
h3, .h3 {font-size:150%;}
h4, .h4, .card-header {font-size:125%;}
h5, .h5 {font-size:150%;}
h6, .h6 {font-size:125%;}
}

h1, .h1, h2, .h2 {
  font-family: "night_shaderegular", Helvetica, Arial, sans-serif;
  font-weight: normal;
  margin: 0 0 10px 0;
	text-transform:uppercase;
	text-shadow: 0px 0px 4px #000, 1px 1px 6px #000, 2px 2px 8px #000;
	line-height:.8;
}
h3, .h3, h4, .h4 {
  font-family: "night_shaderegular", Helvetica, Arial, sans-serif;
  font-weight: normal;
	text-transform:uppercase;
  margin: 10px 0;
	text-shadow: 0px 0px 4px #000, 1px 1px 6px #000, 2px 2px 8px #000;
	line-height:.8;
}
h5, .h5, h6, .h6 {
  font-family: "night_shaderegular", Helvetica, Arial, sans-serif;
  font-weight: normal;
  margin-top: 0;
	line-height:.8;
}

/* * * * * * * * * * 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, .textwidget, .card {color:#A6F1D9;}
h1, .h1, h2, .h2 {
  color:#AE2DFF;
}
h3, .h3, h4, .h4 {
  color:#FF6E00;
}
h5, .h5, h6, .h6 {
  color:#FFAA00;
}

a {text-decoration:none;}
a:link,a:visited, 
.entry-meta a, .comments-link a, .edit-link a,
.cat-links a, .tags-links a,
.single .post-navigation .nav-links a,
.sidebar-1-area .widget ul li a, .footer-widgets .widget ul li a,
.comments-area .logged-in-as a {color:#00FFC7;}

a:hover,a:active,a:focus, .entry-meta a:hover, .comments-link a:hover, .edit-link a:hover,
.cat-links a:hover, .tags-links a:hover,
.single .post-navigation .nav-links a:hover,
.sidebar-1-area .widget ul li a:hover, .footer-widgets .widget ul li a:hover,
.comments-area .comment-reply-link:hover, .comments-area .comment-edit-link:hover,
.comments-area .comment-author a:hover,
.comments-area .logged-in-as a:hover, .page-link:hover, .page-link:focus { color: #FFFFFF; text-decoration:none; }

footer a, footer a:link { color: #00FFC7 !important; text-decoration:none; }
footer a:hover { color: #FFFFFF !important; text-decoration:none; }

/* * * * * * * * * * Header * * * * * * * * * */
.headLogo {text-align:center; }
.headLogo img {max-width:100%;}
.headerIcons { }
.headerInfo {
	padding:20px 0;	
}
.headerReg { }
.headBlock {
	margin:20px auto 60px auto;
}

.SVi-header {
	text-align:center; 
	margin:20px auto;
}
.SVi-header img {
	max-width:75vw;
	max-height:75vh;
}
/* * * * * * * * * NAVBAR * * * * * * * * */

.navbar-dark {
  font-family: "night_shaderegular", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform:uppercase;
	font-size:150%;
  background-color: transparent !important;
}
.bg-dark {
  background: url("img/navBack.png") bottom left repeat-x scroll;
}

a.bg-dark:hover, a.bg-dark:focus {
  background-color: transparent;
}
/* Main Colors */
.navbar-dark, .dropdown-menu {background-color:rgba(0,0,0,0.75);}
.site-title a, .navbar-dark .navbar-brand, .site-description, .navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus, .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus, .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, .navbar-dark .navbar-nav .dropdown-menu .active > .nav-link, .navbar-dark .navbar-nav .dropdown-menu .nav-link:hover {color: #00ffd2;}
.navbar-dark .navbar-nav .nav-link, .navbar-dark .navbar-nav .dropdown-menu .nav-link:focus {color: #00ffd2;}

/* Color Augmentations */
.navbar-dark .navbar-nav .nav-link {text-shadow:0 0 6px #00ffd2; opacity:1; }
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .dropdown-menu .nav-link:hover, .navbar-dark .navbar-nav .dropdown-menu .nav-link:focus {text-shadow:0 0 6px #00ffd2; opacity:1; }
.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, .navbar-dark .navbar-nav .dropdown-menu .active > .nav-link {text-shadow:0 0 6px #FFFFFF; opacity:1; }

/* Other Elements */
.dropdown-menu {
  text-align: inherit;
  list-style: none;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  padding: 0;
}
.site-title a, .navbar-dark .navbar-brand, .site-description {margin-bottom: 0;}

.navbar-toggler {background-color: #006600;font-size:100%;}
.navbar-toggler:link { color: #00FF00; opacity:1; }
.navbar-toggler:hover { color:#FFF; background-color: #090; }


/* FOOTER */

footer {
  border-top: 1px solid #333;
  background-color: rgba(0,0,0,0.7);
  text-align: center;
} 
footer p {
  	font-size:75%;
	text-shadow: 1px 1px 1px #000;
	font-weight:normal;
}
.shdw {text-shadow:0 0 3px #000, 0 0 6px #000, 0 0 10px #000;}
.SVi-footer {
	font-size:85%;
	 background:url("img/linez.png") top left repeat;
  padding: 20px 0;
  text-align: center;
}
.SVi-footer p {
	text-shadow: 1px 1px 1px #000;	
}


/* Vertical Alignment in Div */
.align-vertically {
  display: flex;
  align-items: center;
}

/* SV MODS */
h1, .h1 {margin-top:0; padding-top:0;}
h2, .h2 {margin-top:0; padding-top:0;}
h3, .h3 {margin-top:0; padding-top:0;}
h4, .h4 {margin-top:0; padding-top:0;}
h5, .h5 {margin-top:0; padding-top:0;}
h6, .h6 {margin-top:0; padding-top:0;}
.SVMasthead {text-align:center; margin:10px auto;}
/*#main-container {margin-left:20px; margin-right:20px;} */
.SVcontainer, .SVwidg {background-color:rgba(0,0,0,0.75);border-radius: 0.5rem;}
.SVcontainer {padding-top: 10px;padding-bottom:10px;}
.SVwidg {padding:10px;}
.card-header {
  background-color: rgba(0,0,0,0.75);
  border-bottom: 1px solid #68C4AA;
  color:#dde4b3;
}
.card {
  background-color: rgba(0,0,0,0.75);
  background-clip: border-box;
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.card h4 {margin:0;padding:0;}
.page-numbers {background:#333 !important;}
.page-numbers.current.page-link {background:#666 !important;color:#eee;}
.page-link {border-color:#444;}
.page-link:hover {
  background-color: #666;
  border-color: #000;
}
.page-link:focus {
  background-color: #666;
  outline: 0;
  box-shadow: 0 0 0 0.25rem #000;
}
.svThumb {margin-right:20px;}

.textwidget {
}
.footer-widgets h4 {
  background-color: rgba(0,0,0,0.75);
  border-bottom: 1px solid #68C4AA;
  color:#dde4b3;
  padding:10px;
  margin-bottom:0px;
}
#main-container {margin-bottom:20px;}
.svPost {margin-bottom:20px;}
.post-meta {text-align:right;color:#827458;text-transform:uppercase;border-top:1px solid #FF6600;}
/* * * * * * * * * * 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 {
	margin:0 10px 10px 10px;
	padding:0;
	line-height:1.2;
}
.contentInner li {
	margin:0 10px 10px 0;
	padding:0;
	line-height:1.2;
}
.contentInner p:last-child,
.contentInner ul:last-child,
.contentInner ol:last-child {
  margin-bottom: 0;
}
.contentInner p:first-child,
.contentInner ul:first-child,
.contentInner ol:first-child {
  margin-top: 10px;
}

.headHeroWrap {
	width:100%;
	max-width:100%;
	overflow:hidden;
	margin:0;
	padding:0;
	background: url(img/header.jpg) center center no-repeat;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
}
.headHero {
	width: 100%;
	height:90vh;
	position: relative;
	background:url("img/edge1A.png") bottom left repeat-x scroll;
}
.headHeroCont {
        position: absolute;
        top: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
	display:flex;
	justify-content:center;
	align-items:center;
}
.edge1bot {
	background:url("img/edge1A.png") bottom left repeat-x scroll;
	height:40px;
}
.edge1botB {
	background:url("img/edge1A.png") bottom left repeat-x scroll;
}
.edge1top {
	background:url("img/edge1B.png") bottom left repeat-x scroll;
	height:40px;
}
.edge2bot {
	background:url("img/edge2A.png") bottom left repeat-x scroll;
	height:40px;
}
.edge2botB {
	background:url("img/edge2A.png") bottom left repeat-x scroll;
}
.edge2top {
	background:url("img/edge2B.png") bottom left repeat-x scroll;
	height:40px;
}
.edge3bot {
	background:url("img/edge3A.png") bottom left repeat-x scroll;
	height:40px;
}
.edge3botB {
	background:url("img/edge3A.png") bottom left repeat-x scroll;
}
.edge3top {
	background:url("img/edge3B.png") bottom left repeat-x scroll;
	height:40px;
}
.divBack1 {
  background-color:#000;
  background-image: url("img/divBack1.jpg");
  background-attachment: scroll;
  background-position: center center;
  background-repeat: no-repeat;
}
.divBack2 {
  background-color:#000;
  background-image: url("img/divBack2.jpg");
  background-attachment: scroll;
  background-position: center center;
  background-repeat: no-repeat;
}
.divBack3 {
  background-color:#000;
  background-image: url("img/divBack3.jpg");
  background-attachment: scroll;
  background-position: center center;
  background-repeat: no-repeat;
}
.divBack4 {
  background-color:#000;
}
.ghost1 {
	float:right;
	margin-left:20px;
}
.ghost2 {
	float:left;
	margin-right:20px;
}
.price {color:#FFF;font-size:140%;}
.Q {color:#FFF;font-size:130%;}

.form-group {margin-bottom:10px;}
.tixM {
	background-color:rgba(0,0,0,0.75);
	vertical-align:middle;
	position:fixed;
	bottom:0px;
	left:0px;
	width:100%;
	text-align:center;
}
.btnTICK {
	background-color:#F00;
  font-weight: bold;
	text-transform:uppercase;
	padding:10px;
	display:inline-block;
	line-height:1;
	text-align:center;
}
.btnTICK a, .btnTICK a:link, .btnTICK a:visited {color:#FFF !important;}
.btnTICK a:hover, .btnTICK a:active, .btnTICK a:focus {color:#000 !important;}
.tixB a, .tixB a:link, .tixB a:visited {background-color: #F00;color:#FFF !important;}
.tixB a:active, .tixB a:hover, .tixB a:focus {background-color: #FFF;color:#F00 !important;}
.frontLogos img {vertical-align:middle;}

.reviews-section {background:#222;padding:5px;}
.gReview {
	background:#000;
	margin:10px; 
	padding:10px;
-moz-border-radius: 10px;
	border-radius: 10px;}
.gReviewBody {color:#FFF;font-size:145%;}
/* * * * * * * * * * Contact Bar * * * * * * * * * * */

.ruwtop{background:url("img/ruwtop.png") bottom left repeat-x scroll;height:43px;}
.ruwbot{background:url("img/ruwbot.png") top left repeat-x scroll, url("img/linez.png") top left repeat;height:44px;}
.reachUsWrap {background-color:#52190e;margin:0px;padding:0px;}
.reachUs {margin:0 auto; text-align:center;}

.gTix {padding:0px !important;}
.gTix a {
	padding:0px !important;
	margin:5px 5px 0 5px;
	color:#000 !important;
	background-color:#00FFC7;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-decoration:none;
	box-shadow:0 0 5px 5px #00FFC7;
}
.gTix a:hover {
	color:#00FFC7 !important;
	background-color:#000;
	-moz-border-radius: 5px;
	border-radius: 5px;
	box-shadow:0 0 5px 5px #000;
}
.ctr {text-align:center;}
.lft {text-align:left;}
.rht {text-align:right;}
.floatR {float:right;}
.floatL {float:left;}