@charset "UTF-8";
/* CSS Document */
body {
	margin: 0;
	background-color:#000;
}
header {
	height: 75px;
	padding-left: 25px;
	padding-right: 25px;
	margin-bottom: 0;
	overflow:hidden;
}
.mainTitle {
	float:left;
	margin-top:-20px
}
#menuToggle {
	float: right;
	padding-top:8px;
	padding-right:5px;
}
#menuToggle input {
	display:none
}
footer {
	height:75px;
	clear:left
}
.wrapper {
	background-image: url(../images/Egytian-Allure-Crystal.jpg);
	background-repeat: repeat;
	margin:0;
	padding:10px;
	clear:both
}
@font-face {
	font-family: embFont;
	src: url(../images/fonts/gothic.ttf);
}
/* slideshow animation */
@keyframes slideshow {
	10% {left: 0;}
	20% {left: 0;}
	30% {left: -100%;}
	40% {left: -100%;}
	50% {left: -200%;}
	60% {left: -200%;}
	70% {left: -300%;}
	80% {left: -300%;}
	90% {left: -400%;}
	100% {left: -400%}
}
#slider {
	overflow:hidden;
	width:100%;
	margin:0
}
#slider figure img{
	width:20%;
	float:left;
}
#slider figure{
	position:relative;
	width:500%;
	margin:0;
	left:0;
	text-align:left;
	animation:20s slideshow infinite
}
@media screen and (max-width: 800px) {
#slider {
	overflow: hidden; 
	width: 100%; 
	margin: 0 auto;
}
}
/* end slideshow */
.copyright {
	font-family: Century Gothic, embFont, sans-serif;
	font-size: 12px;
	font-weight: lighter;
	color: white;
	text-align:center;
	padding: 10px
}
h1 {
	color: #fff;
	font-family: Century Gothic, embFont, sans-serif;
	font-size: 42px;
	font-weight: lighter;
}
h2 {
	display:inline-block;
	position:relative;
	top:-3px;
	color: #fff;
	font-family: Century Gothic, embFont, sans-serif;
	font-size: 18px;
	font-weight: lighter;
	padding-left:12px;
	padding-right:10px;
	padding-top:10px
}
h3 {
	color: #000;
	font-family: Century Gothic, embFont, sans-serif;
	font-size: 32px;
	font-weight: lighter;
	padding-left:25%;
	margin-bottom:-5px
}
p {
	color: #000;
	font-family: Century Gothic, embFont, sans-serif;
	font-size: 16px;
	font-weight: lighter;
}
.menu li {
	display:inline-block;
	list-style-type: none;
}
a:link, a:visited {
	color: #fff;
	font-family: Century Gothic, embFont, sans-serif;
	font-size: 22px;
	font-weight: lighter;
	text-decoration: none;
	outline:0 !important
}
.about {
	padding-left: 25px;
	padding-right:25px;
}
.about p {
	padding-bottom:50px;
	padding-left:25%;
	padding-right:25%;
	line-height: 1.5;
	text-indent: 3em
}
.gallery {
	width:99%;
	padding-top:50px;
	padding-bottom:25px;
	margin-left:auto;
	margin-right:auto;
	text-align: center	
}
* {box-sizing: border-box;}

.container {
	position: relative;
	display:inline-block;
	width:250px;
	height:250px;
	margin-bottom:25px;
	margin-left:12.5px;
	margin-right:12.5px;
}
.image {
	display: block;
	width: 100%;
	height: auto;
	cursor: pointer
}
.overlay {
	position: absolute; 
	bottom: 0; 
	background: rgb(0, 0, 0);
	background: rgba(0, 0, 0, 0.6); /* Black see-through */
	width: 100%;
	transition: .5s ease;
	opacity:0;
	color: #fff;
	font-size: 16px;
	padding: 10px;
	font-family: Century Gothic, embFont, sans-serif;
	text-align:left
}
.container:hover .overlay {
	opacity: 1;
}
.fancybox-custom .fancybox-skin {
	box-shadow: 0 0 50px #222;
}
/* contact form */
.wspform_input {
	width:250px;
	padding-left:3px;
	padding-bottom:2px;
	margin-top:2px;
}
.wspform_input:focus {
	border-color:#ece3d1;
	border-style:solid;
}
.wspform_label, .wsp_required {
	font-family: Century Gothic, embFont, sans-serif;
	padding:2px;
}
.wspform_button {
	padding:5px;
	width:80px;
	margin-right:10px;
	box-shadow: 0 2px 5px #bbb;
	cursor:pointer
}
.cntctform {
	width:460px;
	margin-top:0;
	margin-left:auto;
	margin-right:auto;
	padding-left:30px;
	padding-right:30px;
	padding-bottom:10px;
	padding-top:1px;	
	margin-bottom:50px;
}
.cntctform #messagebox {
	width:400px;
	resize:none;
	padding-left:5px;
	border-color: #ccc;
	border-style:solid;
	border-width:thin
}
.cntctform h3 {
	padding-left:0
}
p.ast, .ast {
	color:#C00;
	margin-top:10px;
	padding-left:0;
	margin-left:0;
	font-size:12px;
	text-align:left;
	display:inline
}
.thankyou {
	height:600px;
	width:600px;
	margin-left:auto;
	margin-right:auto
}
.thankyou p {
	font-size: 24px
}


@media screen and (max-width: 1200px) {
header {
	height: 50px;
	padding-left: 15px;
	padding-right: 0;
	margin-bottom: 0;
	overflow:hidden;
}
.mainTitle {
	margin-top:0;
}
.menu {
	margin-top:0;
	margin-right:10px;
}
a:link, a:visited {
	font-size: 16px;
	
}
.about {
	padding-left: 15px;
	padding-right:15px;
}
.about p {
	padding-bottom:25px;
	padding-left:10%;
	padding-right:10%;
	line-height: 1.5;
	text-indent: 1em
}
h1 {
	font-size: 20px;
}
h2 {
	top:-1.5px;
	font-size: 12px;
	padding-left:10px;
	padding-right:8px;
}
h3 {
	font-size: 24px;
	padding-left:10%;
	margin-bottom:-5px
}
p {
	font-size: 14px;
}
.gallery {
	width:99%;
	padding-top:50px;
	padding-left: 25px;
	padding-right:25px;
	padding-bottom:25px;
	margin-left:auto;
	margin-right:auto;
	text-align: center	
}
.container, .container img {
	width:200px;
	height:200px;
}
.overlay {
	font-size:12px
}
.thankyou {
	height:300px;
	width:300px;
	margin-left:auto;
	margin-right:auto
}
.thankyou p {
	font-size: 16px
}
}


@media only screen and (max-width: 650px) {
html {
    overflow: scroll;
}
body {
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    position: relative;
    margin: 0;
    padding: 0;
}
#menuToggle {
	float: right;	
	display: block;
	position: absolute;
	top: 5px;
	right: 15px; 
	z-index: 1;  
	-webkit-user-select: none;
	user-select: none;
}
#menuToggle input {
	display: block;
	width: 30px;
	height: 32px;
	position: absolute;
	top: -7px;
	left: -5px; 
	cursor: pointer; 
	opacity: 0; /* hide this */
	z-index: 2; /* and place it over the hamburger */ 
	-webkit-touch-callout: none;
}
/*
 * Just a quick hamburger
 */
#menuToggle span {
  display: block;
  width: 29px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;
  left:5px;
  background: #fff;
  border-radius: 3px; 
  z-index: 1;
  transform-origin: 0px 0px; 
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;
}
#menuToggle span:first-child {
	transform-origin: 0% 0%;
}
#menuToggle span:nth-last-child(2) {
	transform-origin: 0% 100%;
}
/* 
 * Transform all the slices of hamburger
 * into a crossmark.
 */
#menuToggle input:checked ~ span {
	opacity: 1;
	transform: rotate(45deg) translate(-2px, -1px);
	background: #fff;
}
/*
 * But let's hide the middle one.
 */
#menuToggle input:checked ~ span:nth-last-child(3) {
	opacity: 0;
	transform: rotate(0deg) scale(0.2, 0.2);
}
/*
 * Ohyeah and the last one should go the other direction
 */
#menuToggle input:checked ~ span:nth-last-child(2) {
	transform: rotate(-45deg) translate(0, -1px);
}
/*
 * Make this absolute positioned
 * at the top left of the screen
 */
.menu {
	position: absolute;
	width:175px;
	top:45px;
	right:-25px;
	padding-left:50px;
	padding-top: 10px;
	padding-right:30px;
	padding-bottom:20px;
	background: rgba(0,0,0,0.8);
	list-style-type: none;
	overflow: visible;
	-webkit-font-smoothing: antialiased;
	/* to stop flickering of text in safari */ 
	transform-origin: 0% 0%;
	transform: translate(100%, 0); 
	transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
}
.menu h2 {
	display:none
}
#menuToggle input:checked ~ ul
{
  transform: none;
}
.menu a:link,.menu a:hover {
  font-size:18px;
}
.menu li {
	float:right;
	margin:10px 0 0 0
}
.gallery {
	padding-top:25px;
	padding-bottom:15px;	
}
.container, .container img {
	width:125px;
	height:125px;
	margin-left:5px;
	margin-right:5px;
	margin-bottom:10px
}
.overlay {
	position:absolute;
	bottom:0;
	left:5px;
	font-size:10px
}
.copyright {
	font-size: 10px;
}
.cntctform {
	width:300px;
	padding: 0 15px 20px 15px;	
	margin-bottom:50px;
}
.cntctform #messagebox {
	width:250px;
}
.cntctfrm p {
	font-size:12px
}
}
