@charset "utf-8";
/* CSS Document */

/* - - - - - - - - - - - - - general - - - - - - - - - - - - - */

html, body, div, span, applet, object, iframe,
h1, h4, h5, h6, p, blockquote, pre,
abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 18px;
	font-weight: normal;
	vertical-align: baseline;
	background: transparent;
	color: #CCCCCC;
	font-family: 'Quicksand', "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, "AppleGothic", sans-serif;
}

body {
	line-height: 1;
	background-image: url(images/bg.jpg);
	background-color: #000000;
    background-repeat: no-repeat;
    background-position: top center; 
	font-family: 'Quicksand', "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, sans-serif;
	overflow-x: hidden;

		-webkit-transition: background-image 0.5s ease-in-out;
		-moz-transition: background-image 0.5s ease-in-out;
		-o-transition: background-image 0.5s ease-in-out;
		transition: background-image 0.5s ease-in-out;
}


@media only screen and (orientation: portrait) {
  body {
	background-image: url(images/bgmobile.jpg);
	
		-webkit-transition: background-image 0.5s ease-in-out;
		-moz-transition: background-image 0.5s ease-in-out;
		-o-transition: background-image 0.5s ease-in-out;
		transition: background-image 0.5s ease-in-out;
  }
}


hr {
	color: #8e9181;
  }

ol, ul {
	list-style: none;
}


 .ghostghost {
    background: transparent;
    position: absolute;
    top: 70px;
    width: 454px;
    height: 982px;
    min-width: 454px;
    min-height: 982px;
    z-index: -1;
    animation-name: ghost;
    animation-duration: 6s;
    animation-iteration-count: infinite;
	left:50%;
    margin-left:350px;
	
		-webkit-transition: display 1s ease-in-out;
		-moz-transition: display 1s ease-in-out;
		-o-transition: display 1s ease-in-out;
		transition: display 1s ease-in-out;
	
  }
 @keyframes ghost {
    0%   {top: 70px;}
    50%  {top: 90px;}
    100% {top: 70px;}
 }
 
 @media only screen and (orientation: portrait) {
  .ghostghost {
	
	display: none;
	
		-webkit-transition: display 1s ease-in-out;
		-moz-transition: display 1s ease-in-out;
		-o-transition: display 1s ease-in-out;
		transition: display 1s ease-in-out;
  }
  
}
 
 
 

h1{
	font-size: 30px;
	padding: 0px;
	font-weight: bold;
	background: transparent;
	color: #8e9181;

}
h2 {
	font-size: 30px;
	padding: 0px;
	font-weight: bold;
	background: transparent;
	color: #8e9181;

	-webkit-transition: color 1.5s ease-in-out;
	-moz-transition: color 1.5s ease-in-out;
	-o-transition: color 1.5s ease-in-out;
	transition: color 1.5s ease-in-out;
}
h3 {
	font-size: 28px;
	padding: 0px;
	font-weight: bold;
	background: transparent;
	color: #8e9181;
	z-index: 0;
}
h4 {
	font-size: 30px;
	padding: 5px;
	font-weight: bold;
	color: #000000;
	border-radius: 50px;
	background-color: #71765f;
}
h5 {
	font-size: 22px;
	padding: 15px;
	font-weight: bold;
	background: transparent;
	color: #8e9181;
	z-index: 0;

	-webkit-transition: color 1.5s ease-in-out;
	-moz-transition: color 1.5s ease-in-out;
	-o-transition: color 1.5s ease-in-out;
	transition: color 1.5s ease-in-out;
}
h6{
	font-size: 18px;
	font-weight: bold;
	background: transparent;
	color: #ccffcc;
	z-index: 0;

	-webkit-transition: color 1.5s ease-in-out;
	-moz-transition: color 1.5s ease-in-out;
	-o-transition: color 1.5s ease-in-out;
	transition: color 1.5s ease-in-out;
}
h6:hover {
	color: #FFFFFF;
 
	-webkit-transition: color .22s ease-in-out;
	-moz-transition: color .22s ease-in-out;
	-o-transition: color .22s ease-in-out;
	transition: color .22s ease-in-out;
}

a, a:link, a:visited{
    text-decoration: none;
	color: #ea0346;
	
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;  
}
a:hover, a:active    {
	color: #cbcec6;
	
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;  
}


.linkbuttons{
  
  -webkit-box-shadow: 0px 0px 0px 0px #ccffcc;
  -moz-box-shadow: 0px 0px 0px 0px #ccffcc;
  box-shadow: 0px 0px 0px 0px #ccffcc; 
  
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;  
}

.linkbuttons:hover{
  
  -webkit-box-shadow: 0px 0px 10px 1px #ccffcc;
  -moz-box-shadow: 0px 0px 10px 1px #ccffcc;
  box-shadow: 0px 0px 10px 1px #ccffcc; 
  
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;  
}


::-moz-selection { /* Code for Firefox */
    color: #A60000;
    background: transparent;
}

::selection {
    color: #cbcec6;
    background: #000000;
}


.menuframe {
	height: 210px;
	width: 620px;
	overflow: hidden;
}
#menumenu{
	width: 620px;
	min-height: 205px;
	max-height: 205px;
	overflow: hidden;
	background-image: url(images/titlebg.png);
	background-color: transparent;
    background-repeat: no-repeat;
    background-position: top center; 
	text-align: center;
}
#menu{
	width: 620px;
	height: 205px;
	overflow: hidden;
}

.menu2buttons {
	text-decoration: none;
	padding: 8px 5px;
	color: #ea0346;
	width: 40px;
	text-align: center;
	outline: none;
 
	-webkit-transition: color 0.5s ease-in-out;
	-moz-transition: color 0.5s ease-in-out;
	-o-transition: color 0.5s ease-in-out;
	transition: color 0.5s ease-in-out;
}
.menu2buttons:hover {
	color: #cbcec6;
 
	-webkit-transition: color 0.3s ease-in-out;
	-moz-transition: color 0.3s ease-in-out;
	-o-transition: color 0.3s ease-in-out;
	transition: color 0.3s ease-in-out;
}

.menubuttons {
	border-radius: 50px;
	text-decoration: none;
	padding: 8px 5px;
	background-color: #ea0346;
	width: 40px;
	text-align: center;
	outline: none;
 
	-webkit-transition: color 0.5s linear, background-color 0.5s ease-in-out;
	-moz-transition: color 0.5s linear, background-color 0.5s ease-in-out;
	-o-transition: color 0.5s linear, background-color 0.5s ease-in-out;
	transition: color 0.5s linear, background-color 0.5s ease-in-out;
}
.menubuttons:hover {
	color: #666666;
	background-color: #cbcec6;
 
	-webkit-transition: background-color 0.3s ease-in-out;
	-moz-transition: background-color 0.3s ease-in-out;
	-o-transition: background-color 0.3s ease-in-out;
	transition: background-color 0.3s ease-in-out;
}


.footerframe {
	height: 320px;
	width: 630px;
	overflow: hidden;
	margin-bottom: 0px; 
	position: bottom center; 	
}
#footer{
	width: 620px;
	height: 320px;
	overflow: hidden;
	position: bottom center; 
}
#footerfooter{
	width: 620px;
	min-height: 320px;
	max-height: 320px;
	overflow: hidden;
	background-image: url(images/footerbg.png);
	background-color: transparent;
    background-repeat: no-repeat;
    background-position: bottom center; 
	text-align: center;
}

#imgbuttons {
    border-radius: 200px;
    border: 5px solid #000000;
    background: transparent;
	vertical-align: middle;
	
	-webkit-transition: border 0.5s ease-in-out;
	-moz-transition: border 0.5s ease-in-out;
	-o-transition: border 0.5s ease-in-out;
	transition: border 0.5s ease-in-out;
}
#imgbuttons:hover {
    border-radius: 200px;
    border: 5px solid #ea0346;
    background: transparent;
	vertical-align: middle;
	
	-webkit-transition: border 0.3s ease-in-out;
	-moz-transition: border 0.3s ease-in-out;
	-o-transition: border 0.3s ease-in-out;
	transition: border 0.3s ease-in-out;
}
	
#content{
	width: 620px;
	top: 0px;
	margin-left: auto;
	margin-right: auto;                 
	text-align: center;          
}

#contentinner{
	width: 620px;
	min-height: 600px;
	top: 0px;              
	text-align: center;                 
}

#homelinks{
	text-align: center;
	float: center;
}



/* - - - - - - - - - - - - - slideshow - - - - - - - - - - - - - */


* {
	  box-sizing: border-box;
	}
	
	
	#gallery {
	  display: table;
	  margin: 0 auto;
	}
	#gallery img {
	  border-radius: 200px;
	  float: center;
	  text-align: center;
	  
	}

	#gallery li {
	  float: left;
	  border-radius: 200px;
	  text-align: center;
	  position: relative;
	  opacity: 0.6;
	  border: 7px solid #000000;

		-webkit-transition: border 0.5s ease-in-out;
		-moz-transition: border 0.5s ease-in-out;
		-o-transition: border 0.5s ease-in-out;
		transition: border 0.5s ease-in-out;
	}

	#gallery li:hover{
	  opacity: 1;
	  border: 7px solid #ea0346;
	  
	  -moz-transition: all 0.6s ease-in-out;
	  -o-transition: all 0.6s ease-in-out;
	  -webkit-transition: all 0.6s ease-in-out;  
	}
	

	/* The Modal (background) */
	.modal {
	  display: none;
	  position: fixed;
	  z-index: 1;
	  padding-top: 100px;
	  left: 0;
	  top: 0;
	  width: 100%;
	  height: 100%;
	  overflow: scroll;
	  background-color:  rgba(0, 0, 0, 0.8);
	}

	/* Modal Content */
	.modal-content {
	  position: relative;
	  background-color: #transparent;
	  margin: auto;
	  padding-bottom: 0;
	  width: 600px;
	  max-width: 600px;
	}

	/* The Close Button */
	.close {
	  color: white;
	  position: fixed;
	  top: 10px;
	  margin-left: auto;
	  margin-right: auto;
	  z-index: 2;
	  font-size: 50px;
	  font-weight: bold;
	}

	.close:hover,
	.close:focus {
	  color: #ea0346;
	  text-decoration: none;
	}

	.mySlides {
	  display: none;
	}

	.cursor {
	  cursor: default;
	}

	/* Next & previous buttons */
	.prev,
	.next {
	  position: fixed;
	  top: 0;
	  padding: 16px;
	  margin-top: 0px;
	  color: white;
	  font-weight: bold;
	  font-size: 40px;
	  transition: 0.6s ease;
	  border-radius: 0 3px 3px 0;
	  user-select: none;
	  -webkit-user-select: none;
	}

	/* Position the "next button" to the right */
	.next {
	  right: 30%;
	  border-radius: 3px 0 0 3px;
	}
	.prev {
	  left: 30%;
	  border-radius: 3px 0 0 3px;
	}

	.prev:hover,
	.next:hover {
	  color: #ea0346;
	}

	/* Number text (1/3 etc) */
	.numbertext {
	  color: #f2f2f2;
	  font-size: 12px;
	  padding: 8px 12px;
	  position: absolute;
	  top: 0;
	}


	.caption-container {
	  text-align: center;
	  background-color: black;
	  padding: 2px 16px;
	  color: white;
	}

	.demo {
	  opacity: 0.6;
	}

	.active,
	.demo:hover {
	  opacity: 1;
	}