html, body, .page {
	height: 100%; /* needed for proper layout */
	font-family: Roboto, Arial, Helvetica;
	color: rgb(102, 102, 102);
	line-height: 1.7em;
}

p {
	margin-bottom: 1em;
}

.pshop {
	font-size: 20px;
	font-weight: bold;
    margin-top: 2px;
}	

a {
	color: #00a9c6;
}

/* What's actually happening here is that the sections of the page are always
   visible and automatically consume the available space. */
.page {
	display: flex;
	flex-direction: column;
}

.site-header {
	flex: 0 0 auto;
	background-color: rgb(248, 248, 248);
	padding: 0.25em 0;
	border-bottom: 1px solid #e7e7e7;
}

/* The content, however, gets a scrollbar when content overflows available space.
   Note that this means the scrollbar is only for the content! */
.content {
	flex: 1 1 auto;
	position: relative; /* need this to position inner content */
	overflow-y: auto;
	padding: 2em 1em;
}

.site-footer {
	flex: 0 0 auto;
	background-color: rgb(17, 17, 17);
	color: rgb(170, 170, 170);
	text-align: center;
}

h1, h2, h3 {
	font-weight: 300;
	color: fff;
}

h1 {
	text-align: center;
	margin: 0 0 0.5em 0;
	color: fff;
}

h2 {
	margin-top: 1em;
	margin-bottom: 0.5em;
}

h3 {
	margin-top: 0.25em;
}

h4 {
	text-align: center;
	margin-top: 0.25em;
}

h4 {
	text-align: center;
	margin-top: 0.25em;
}

h5 {
	text-align: center;
	font-size: 16pt;
	margin-top: 25px;
	margin-bottom: 50px;
}

#price-heading {
	text-align: center;
}

/* Lists without icons before each item */
.list-no-icon {
	list-style: none;
}

/* Nav list is horizontal */
.nav-list li {
	display: inline;
	padding-right: 1em;
}

.nav-list {
	text-align: right;
	margin-top: -2em;
	font-size: 110%;
}

/* Nav list links are coloured uniquely */
.nav-list a {
	color: rgb(102, 102, 102);
}

.nav-list a:hover {
	color: rgb(62, 62, 62);
	text-decoration: none;
}

.required {
	text-align: center;
	color:red;
}

/* Flat design instead of Bootstrap's default rounded design */
.form-control {
	margin-bottom: 0.5em;
	border-radius: 0;
}

/* Submit button matches the form controls */
.send-button {
	color: white;
	background: #00a9c6;
	width: 100%;
	border: none;
	border-radius: 0;
}

.error {
	color:red;
}

/* Make the contact form more compact */
#contact-info h3 {
	margin-top: 0;
}

/* We want to be sure that the last element(s) on the page have some margins
   at the bottom so that the footer doesn't start too abruptly. */
form, #contact-info {
	margin-bottom: 2em;
}

/* Display fields with errors */
.field-error {
	border-color: red;
	background-color: #fff1f1;
}

/* Message that displays when an email has been sent (or failed). */
#formResultMessage {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	padding: 0.5em;
	color: white;
	text-align: center;
	font-size: 1.5em;
	text-shadow: 0 0 2px black;
	box-shadow: 0px 5px 20px 0 black;
}
#formResultMessage.error {
	background-color: rgba(255, 0, 0, 0.8);
}
#formResultMessage.success {
	background-color: rgba(10, 240, 10, 0.8);
}

/* Runs for tablets and mobile (anything that isn't what Bootstrap considers a
   desktop) */
@media (max-width: 991px) {
	/* Tiny footer for mobile */
	.site-footer{
		padding: 0.25em 0;
	}

	/* Logo is huge -- shrink it too */
	#logo {
		height: 5em;
	}

	/* No massive padding that we can't afford for the first level of the list */
	.parent-list {
		padding-left: 0;
	}
}

/* Desktop only styles */
@media (min-width: 992px) {
	/* Big footer for non-mobile */
	/*CHANGE HERE */
	/* .site-footer {
		padding: 3em 0;
	} */

	.site-footer {
		padding: 0.5em 0;
	}
    /*END CHANGE HERE*/
	/* The main content on the page gets padding so it appears more centered. Also
	   eases readability, since reading long lines is harder than short ones. */
	.page > div {
		padding-left: 20%;
		padding-right: 20%;
	}

	/* Make the form sort of centered */
	form {
		padding: 0 20%;
	}

	.contactForm {
		padding-left: 15%;
	}
}

#container{
  width:960px;
  margin:auto;
  padding:20px;
}

p{
  margin-bottom:20px;
  line-height:24px;
}

#hover{
  position:fixed;
  background:#000;
  width:100%;
  height:100%;
  opacity: .6
}

#popup{
  position:absolute;
  width:600px;
  height:180px;
  background:#fff;
  left:50%;
  top:50%;
  border-radius:5px;
  padding:60px 0;
  margin-left:-320px; /* width/2 + padding-left */
  margin-top:-150px; /* height/2 + padding-top */
  text-align:center;
  box-shadow:0 0 10px 0 #000;
  

}

#tweet{
    color: #4099FF;
  }

#close{
  position:absolute;
  background:black;
  color:white;
  right:-15px;
  top:-15px;
  border-radius:50%;
  width:30px;
  height:30px;
  line-height:30px;
  text-align:center;
  font-size:8px;
  font-weight:bold;
  font-family:'Arial Black', Arial, sans-serif;
  cursor:pointer;
  box-shadow:0 0 10px 0 #000;
}

.payment {
    border-top: 5px;
  }
  
.nav-list,
.nav-list li ul {  
  padding: 0;
  font-size: 110%;  
}
.nav-list a {
  display: block;
  padding: 2px 2px;
  text-decoration: none;
}
.nav-list a:hover {
  background-color: #f9f9f9;
}
.nav-list li {
	display: inline-block;
}
.nav-list li ul {
  position: absolute;
  display: none;
}
.nav-list li ul li {
  display: none;
}
.nav-list li:hover ul {
  display: none;
}
/*
.dropbtn {
    background-color: #4CAF50;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
}
*/
.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 180px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    padding: 5px 5px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #f1f1f1}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
    background-color: #f1f1f1
}

.slideshow {
	width: 800px;
	height: 500px;
	position: relative;
	text-align: center;
	line-height: 1050px;
	padding-bottom: 30px;
}

.slideshow[data-transition="zoom"] {
	overflow: hidden;
}

/* slideshow item */
.slideshow--item {
	width: 800px;
	height: 500px;
	line-height: 1.5;
	position: absolute;
	top: 0;
	visibility: hidden;
}

.slideshow--bullet:checked + .slideshow--item {
	visibility: visible;
}

.slideshow[data-transition="fade"] .slideshow--item {
	visibility: visible;
	opacity: 0;
	transition: .3s ease-out opacity;
}

.slideshow[data-transition="fade"] .slideshow--bullet:checked + .slideshow--item {
	opacity: 1;
}

.slideshow[data-transition="zoom"] .slideshow--item {
	visibility: visible;
	opacity: 1;
	transform: scale(0.000001);
	transition: .3s ease-out transform;
}

.slideshow[data-transition="zoom"] .slideshow--bullet:checked + .slideshow--item {
	opacity: 1;
	transform: scale(1);
}

/* slideshow navigation */
.slideshow--nav{
	position: absolute;
	top: 0;
	bottom: 0;
	width: 50%;
	display: none;
	z-index: 100;
	cursor: pointer;
	color: transparent;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.slideshow--nav:after {
	display: block;
	content: '\25B6';
	font-size: 2em;
	color: #6d6f71;
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -.5em;
}

.slideshow--nav-previous {
	left: 0;
	display: block;
}

.slideshow--nav-previous:after {
	-webkit-transform: scaleX(-1);
	-moz-transform: scaleX(-1);
	transform: scaleX(-1);
	right: auto;
	left: 10px;
}

.slideshow--nav-next {
	left: 50%;
	display: block;
}

/* Radiobuttons to control the slideshow */
.slideshow--bullet {
	font-size: .75em;
	width: 1em;
	height: 1em;
	display: inline-block;
	position: relative;
	z-index: 99;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: #ccc;
	border-radius: 1em;
	transition: .3s ease-out background,
				.3s ease-out transform;
}

.slideshow--bullet:checked {
	background: #999;
	outline: none;
	-webkit-transform: scale(1.3);
	-moz-transform: scale(1.3);
	transform: scale(1.3);
}

section {
  display: none;
  padding: 20px 0 0;
}

input {
	display: inherit;
}

label {
  margin: 0 0 -1px;
  padding: 15px 18px;
  font-size: 20px;
  text-align: center;
  color: #000;
}

label:before {
  font-weight: normal;
  margin-right: 10px;
}

label[for*='1']
label[for*='2']
label[for*='3']
label[for*='4']

label:hover {
  color: #789;
  cursor: pointer;
}

input:checked + label {
  color: #6d6f71; 
  border-bottom: 2px solid #0af;
  font-size: 20px;
}

#tab1:checked ~ #content1,
#tab2:checked ~ #content2,
#tab3:checked ~ #content3,
#tab4:checked ~ #content4,
#tab5:checked ~ #content5,
#tab6:checked ~ #content6,
#tab7:checked ~ #content7,
#tab8:checked ~ #content8, 
#tab9:checked ~ #content9, 
#tab10:checked ~ #content10, 
#tab11:checked ~ #content11, 
#tab12:checked ~ #content12, 
#tab13:checked ~ #content13, 
#tab14:checked ~ #content14, 
#tab15:checked ~ #content15 {
  display: block;
}

@media screen and (max-width: 800px) {
  label {
    font-size: 20px;
  }
  label:before {
    margin: 0;
    font-size: 20px;
  }
}

@media screen and (max-width: 500px) {
  label {
    padding: 15px;
  }
}


nav {
	margin: 5px 0;
	background-color: #f9f9f9;
	float:right; /*CHANGE HERE */
}
nav ul {
	padding: 0;
        margin: 0;
	list-style: none;
	position: relative;
	}	
nav ul li {
	display: inline-block;
	background-color: #f9f9f9;
	}
nav a {
	display: block;
	padding:0 10px;	
	color: black;
	font-size: 20px;
	line-height: 50px;
	text-decoration: none;
}
nav a:hover { 
    background-color: #f1f1f1;
}
nav ul ul {
	display: none;
	position: absolute; 
	/*top: 60px;  CHANGE HERE */
	top:50px;
	 background-color: #f1f1f1;
	 z-index: 1000; /*CHANGE HERE added this line */
}	
nav ul li:hover > ul {
	display: list-item;
     background-color: #f1f1f1;
}	
nav ul ul li {
	width: 230px;
	float: none;
	display: list-item;
	position: relative;
     background-color: #f1f1f1;
}
/* CHANGE HERE */
/* nav ul ul ul li {
	position: relative;
	top:-60px; 
	left:230px;
} */

nav ul ul ul {
	left: 230px;
	top: 0px;
}

/*END CHANGE HERE*/

nav ul ul li {
	border: none;
}	
li > a:after { content:  ' ▼'; }
li > a:only-child:after { content: ''; }

.imageContainer > img:hover {
  width: 365px;
  height: 500px;
}

.imageContainer2 > img:hover {
  width: 286px;
  height: 500px;
}

.imageContainer3 > img:hover {
  width: 372px;
  height: 500px;
}

.imageContainer4 > img:hover {
  width: 539px;
  height: 500px;
}


hr {
width: 80%;
height: 3px;
margin-left: auto;
margin-right: auto;
background-color:black;
border: 0 none;
margin-top: 20px;
margin-bottom:20px;
}

table {
  width: 100%;
}

table, th, td {
  border: 1px solid black;
}