/* * * * * * * * * * 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=PT+Sans:400,400italic,700,700italic&display=swap);
@import url(//fonts.googleapis.com/css?family=Fjalla+One&display=swap);
@font-face {
    font-family: "rocket_rinderregular";
    src: url("../fonts/rocket_rinder-webfont.woff2") format("woff2"),
         url("../fonts/rocket_rinder-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
	font-display: swap;
}

html {scroll-behavior: smooth;}

/* * * * * * * * * * iProduct Fixes * * * * * * * * * */
/* ----------- iPhone 4 and 4S ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2) {
	.bg-1, .bg-2, .bg-3, .bg-4, .bg-5, .bg-6, .bg-7, .bg-8 {
	background-attachment:scroll !important;
}
}

/* ----------- iPhone 5 and 5S ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2) {
	.bg-1, .bg-2, .bg-3, .bg-4, .bg-5, .bg-6, .bg-7, .bg-8 {
	background-attachment:scroll !important;
}
}

/* ----------- iPhone 6 ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2) { 
	.bg-1, .bg-2, .bg-3, .bg-4, .bg-5, .bg-6, .bg-7, .bg-8 {
	background-attachment:scroll !important;
}
}

/* ----------- iPhone 6+ ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3) { 
	.bg-1, .bg-2, .bg-3, .bg-4, .bg-5, .bg-6, .bg-7, .bg-8 {
	background-attachment:scroll !important;
}
}

/* ----------- iPad mini ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 1) {
	.bg-1, .bg-2, .bg-3, .bg-4, .bg-5, .bg-6, .bg-7, .bg-8 {
	background-attachment:scroll !important;
}
}

/* ----------- iPad 1 and 2 ----------- */
/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 1) {
	.bg-1, .bg-2, .bg-3, .bg-4, .bg-5, .bg-6, .bg-7, .bg-8 {
	background-attachment:scroll !important;
}
	  }

/* ----------- iPad 3 and 4 ----------- */
/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 2) {
	.bg-1, .bg-2, .bg-3, .bg-4, .bg-5, .bg-6, .bg-7, .bg-8 {
	background-attachment:scroll !important;
}
	  }

/* * * * * * * * * * Media * * * * * * * * * */
@media (max-width: 767px) {
	.sectionInner {padding:20px !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;}
}

/* * * * * * * * * * Desktop * * * * * * * * * */
body { background:#FFF; }

/* * * * * * * * * * Global Setups * * * * * * * * * */
img, iframe {max-width:100%;}
.aligncenter {display: block; margin-left: auto; margin-right: auto;}
.alignleft {float: left;}
.alignright {float: right;}
.videoWrapper {position: relative; padding-bottom: 60.25%; padding-top: 25px; height: 0; margin-bottom:20px;}
.videoWrapper iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%;}
.iWrapper {position: relative; padding-bottom: 60.25%;  height: 0; /* padding-top: 25px; margin-bottom:20px; */}
.iWrapper iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%;}

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


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

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

h1, .h1, h2, .h2 {
  font-family: "rocket_rinderregular", Helvetica, Arial, sans-serif;
  font-weight: normal;
	text-transform:uppercase;
  margin: 0 0 10px 0;
}
h3, .h3, h4, .h4 {
  font-family: "Fjalla One", Helvetica, Arial, sans-serif;
  font-weight: normal;
	text-transform:uppercase;
  margin: 0 0 10px 0;
}
h5, .h5, h6, .h6 {
  font-family: "PT 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: #192810;
}
a:link,a:visited {
  color:#689f00;
}
a:hover,a:active,a:focus {
  color:#a8ff00;
  text-shadow:0 0 3px #000, 0 0 6px #000, 0 0 9px #000;
}
h1, .h1, h2, .h2 {
  color: #192810;
}
h3, .h3, h4, .h4 {
  color: #192810;
}
h5, .h5, h6, .h6 {
  color: #192810;
}

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

.navbar-dark {
  font-family: "Fjalla One", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform:uppercase;
	font-size:150%;
}
.bg-dark {
  background:transparent;
  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: #a8ff00;
}

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

.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-toggler { 
	background-color: #1F4A00;
    float: none;
    margin: 5px auto;
	padding:5px;
}
.navbar-toggler:link { color: #a8ff00; opacity:1; }
.navbar-toggler:hover { color:#FFF; background-color: #3A9900; }

.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: #a8ff00;
  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: #a8ff00;
}
.navArrow {font-size:100%; padding-left:5px; vertical-align:middle;}


/* * * * * * * * * * Buttons and Inputs * * * * * * * * * */
.bookNow2 a, .bookNow2 a:link, .bookNow2 a:visited {
border:2px solid #333; -webkit-border-radius: 5px; -moz-border-radius: 5px;border-radius: 5px; padding: 5px; text-decoration:none; display:inline-block;text-shadow: -1px -1px 0 rgba(0,0,0,0.3); color: #333;
 background: rgb(191,210,85);
background: -moz-linear-gradient(top,  rgba(191,210,85,1) 0%, rgba(142,185,42,1) 50%, rgba(114,170,0,1) 51%, rgba(158,203,45,1) 100%);
background: -webkit-linear-gradient(top,  rgba(191,210,85,1) 0%,rgba(142,185,42,1) 50%,rgba(114,170,0,1) 51%,rgba(158,203,45,1) 100%);
background: linear-gradient(to bottom,  rgba(191,210,85,1) 0%,rgba(142,185,42,1) 50%,rgba(114,170,0,1) 51%,rgba(158,203,45,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfd255', endColorstr='#9ecb2d',GradientType=0 );

	cursor:pointer;
}

.bookNow2 a:focus, .bookNow2 a:active, .bookNow2 a:hover {
 border:2px solid #000;
 background: rgb(230,240,163);
background: -moz-linear-gradient(top,  rgba(230,240,163,1) 0%, rgba(210,230,56,1) 50%, rgba(195,216,37,1) 51%, rgba(219,240,67,1) 100%);
background: -webkit-linear-gradient(top,  rgba(230,240,163,1) 0%,rgba(210,230,56,1) 50%,rgba(195,216,37,1) 51%,rgba(219,240,67,1) 100%);
background: linear-gradient(to bottom,  rgba(230,240,163,1) 0%,rgba(210,230,56,1) 50%,rgba(195,216,37,1) 51%,rgba(219,240,67,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6f0a3', endColorstr='#dbf043',GradientType=0 );

	color:#000;
	cursor:pointer;
}

.bookNow3 {
  font-family: "Fjalla One", Helvetica, Arial, sans-serif;
  font-weight: normal;
	text-transform:uppercase;
	line-height:1;
	display:block; 
	text-transorm:uppercase; 
	font-size:150%; 
	max-width:300px; 
	text-align:center; 
	margin:20px auto;}

.btn-SVcustom, input[type=button], input[type=submit], input[type=submit]:link {
  font-weight:800;
  color: #010101;
  background-color: #01ffb2;
  border-color: #ffc600;
-webkit-transition: color .25s linear .1s;
transition: color .25s linear .1s;
}
.btn-SVcustom:hover,
.btn-SVcustom:focus,
.btn-SVcustom:active,
.btn-SVcustom.active,
.open .dropdown-toggle.btn-SVcustom,
input[type=submit]:hover {
  color: #000;
  background-color: #ffc600;
  border-color: #010101;
-webkit-transition: color .25s linear;
transition: color .25s linear;
}
.btn-SVcustom.disabled,
.btn-SVcustom[disabled],
fieldset[disabled] .btn-SVcustom,
.btn-SVcustom.disabled:hover,
.btn-SVcustom[disabled]:hover,
fieldset[disabled] .btn-SVcustom:hover,
.btn-SVcustom.disabled:focus,
.btn-SVcustom[disabled]:focus,
fieldset[disabled] .btn-SVcustom:focus,
.btn-SVcustom.disabled:active,
.btn-SVcustom[disabled]:active,
fieldset[disabled] .btn-SVcustom:active,
.btn-SVcustom.disabled.active,
.btn-SVcustom[disabled].active,
fieldset[disabled] .btn-SVcustom.active {
  background-color: #333;
  border-color: #ffc600;
}
.btn-SVcustom .badge {
  color: #010101;
  background-color: #01ffb2;
}
input, input[type=text], option, select, textarea {
	color:#FFF;
	border:1px solid #01ffb2;	
	background-color: #333;
	padding:3px;
  -moz-border-radius: 5px;
	border-radius: 5px;
}
.btn-SVcustom:active,
.btn-SVcustom.active,
.open .dropdown-toggle.btn-SVcustom {
  background-image: none;
}
input[type=button], input[type=submit], input[type=submit]:link {
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-transform:uppercase;
}
input[type=submit]:hover {
	-moz-border-radius: 5px;
	border-radius: 5px;
}
/* * * * * * * * * * Header * * * * * * * * * */
.SVi-header { text-align:center; margin:0 20px; height:100vh; }
.logo {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.SVi-headerb { text-align:center; margin:80px 20px 50px 20px;}

/* * * * * * * * * * 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;
}

.fb-share, .fb-Likey {
	float:left;
}

.fb-comments, .fb-comments iframe[style], .fb-like-box, .fb-like-box iframe[style] {width: 100% !important;}
.fb-comments span, .fb-comments iframe span[style], .fb-like-box span, .fb-like-box iframe span[style] {width: 100% !important;}
.fb-page, .fb-page span, .fb-page span iframe[style] {width: 100% !important;}

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

.SVi-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 */	
}
footer p {
	text-shadow: 1px 1px 1px #000;	
}

/* * * * * * * * * * Parallax * * * * * * * * * */

section {
    overflow:auto;
}

.sectionInner {
	padding:50px 0;
	overflow: hidden;
}
.sectionInner p {
	font-size:125%;
}

.bg-1 {
	background:#192810 url('../img/bricks-1.jpg') repeat-y center center fixed;
    color:#fff;
    background-size:cover;
}
.bg-2 {
	background: url('../img/bricks-2.jpg') repeat-y center center fixed;
    color:#000;
    background-size:cover;
}

.bg-3 {
	background: url('../img/bricks-3.jpg') repeat center center fixed;
    color:#fff;
    background-size:cover;
}

.bg-4 {
	background: url('../img/bricks-4.jpg') repeat-y center center fixed;
    color:#fff;
    background-size:cover;
}

.bg-5 {
	background: url('../img/bricks-5.jpg') repeat-y center center fixed;
    color:#fff;
    background-size:cover;
}

.bg-6 {
	background: url('../img/bricks-6.jpg') repeat-y center center fixed;
    color:#FFF;
    background-size:cover;
}
.bg-3 h1, .bg-3 h2, .bg-3 h3, .bg-3 h4, 
.bg-6 h1, .bg-6 h2, .bg-6 h3 {
	color:#FFF !important;
	margin:10px;
	text-shadow:0 0 3px #000, 0 0 6px #000;
}
.bg-4 h1, .bg-4 h2, .bg-4 h3, .bg-4 h4 {
	color:#446000;
	margin:10px;
	text-shadow:0 0 3px #000, 0 0 6px #000;
}
.bg-3 p, .bg-6 p {font-size:100%; line-height:1.1;text-shadow:0 0 3px #000, 0 0 6px #000; padding:0 10px; color:#FFF;}
.bg-4 p {padding:0 20px;}


/* * * * * * * * * * 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(255, 255, 255, 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;}

.hln {background-color:#446000; color:#FFF; padding-top:10px; text-align:center; margin:0;}
.hln h1, .hln h2, .hln h3 {color:#FFF; text-shadow:none;}

.iconOne {font-size:450%; color:#FFF;}

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