/* CSS Document */
@font-face {
    font-family: "BebasFont";
    src: url(../BebasNeue.otf) format("opentype"); /* format("truetype"); */
}
.customfont { 
    font-family: "BebasFont", Verdana, Tahoma;
	font-weight: lighter;
	letter-spacing:1px;
}
@font-face {
    font-family: "Pacifico";
    src: url(../Pacifico.ttf) format("truetype"); /* format("truetype"); */
}
.Pacificofont {
	font-family: "Pacifico", Verdana, Tahoma;
	font-weight: lighter;
	color: c6c;
}
@font-face {
    font-family: "FlagSwag";
    src: url(../flagswag.ttf) format("truetype"); /* format("truetype"); */
}
.Flagfont {
	font-family: "FlagSwag", Verdana, Tahoma;
	color: c6c;
}
@font-face {
    font-family: "queens";
    src: url(../queens.ttf) format("truetype"); /* format("truetype"); */
}
.queensfont {
	font-family: "queens", Verdana, Tahoma;
	color: #FF76C8;
}
@font-face {
	font-family: "Hands";
	src: url(../ThrowMyHandsUpintheAir.ttf) format("truetype");
}
@font-face {
	font-family: "HandsBold";
	src: url(../ThrowMyHandsUpintheAirBold.ttf) format("truetype");
}
@font-face { 
    font-family: "JennaSue";
	src: url(../JennaSue.ttf) format("truetype");
}
@font-face { 
    font-family: "BlueHWY";
	src: url(../bluehighwayrg.ttf) format("truetype");
}

#home {
	background: url(../images/9.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
/* 

#home {
	margin: 0px auto;
	background-image: url(../images/6.jpg);
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-repeat:repeat-x;
    background-attachment:fixed;
    background-position: left top;
    position:absolute;
    height:610px;
    margin:0;
}
*/

#header {
	width: 1100px;
	height: 285px;
	margin: 0px auto;
	position: relative;
	padding-left: 35px;
	font-family: Arial, Helvetica, sans-serif;
	color: rgb(110, 105, 105);
	text-decoration: none;
}
#header-inside {
	width: 1100px;
	height: 190px;
	margin: 0px auto;
	position: relative;
	padding-left: 35px;
	font-family: Arial, Helvetica, sans-serif;
	color: rgb(110, 105, 105);
	text-decoration: none;
}
#header-title {
	color: #FFF;
	text-decoration: none;
	font-family: "FlagSwag", Verdana, Tahoma;
	color: c6c;
}
#header-title-link {
	text-decoration: none;
	color: #3C15A2;
 }
#header-date {
	color: #FF76C8;
	text-decoration: none;
	font-size: 30px;
	margin-top: -10px;
	font-family: "Pacifico", Verdana, Tahoma;
	font-weight: lighter;
}
#counter-block {
	position: absolute;
	width: 200px;
	right: -160px;
	top: 15px;
	color: #c6c;
}
#count-down {
	width: 250px;
	height: 50px;
	font-size: 24px;
	text-align: right;
	position: inherit;
	font-family: "Pacifico", Verdana, Tahoma;
	font-weight: lighter;
	color: #FF76C8;
	float: right;
	font-weight: bold;
}
#countdownHMS {
	font-size: 18px;
	text-align: right;
	position: relative;
	margin-right: 1px;
	margin-top: -5px;
}
#logo {
	position: relative;
	width: 560px;
	height: 59px;
	font-family: "Bebas Neue";
	font-size: 125px;
	text-align: center;
	margin-left: 254px;
	float: left;
}
.container {
	width: 1090px;
	margin: 0px auto 5px auto;
	padding: 1px 22px 15px 22px;
	background-image: url(../images/bg-trans-60.png);
	position: relative;
}
.container h1 {
	color: #FFFFFF;
}
.container h2 {
	color:#EEE;
}
.container h3 {
	color:#D8CBF8;
}
.container p {
	color: #EEE;
	font-family: "BlueHWY", Verdana, Tahoma;
	font-size:18px;
}
.container a {
	color: #D8CBF8;
	text-decoration: none;
}
.container-p {
	font-size: 18px !important;
}
.container a:hover {
	color: #FF76C8;
}
#slider {
	background-image: url(../images/hands.jpg);
	background-size: 100%;
	width: 1059px;
	height: 460px;
	margin-top: 0px;
	margin-left: 15px;
	margin-bottom: 0px;
}
#slider-inside-1 {
	background-image: url(../images/menu-1-inside.jpg);
	background-size: 100%;
	width: 1059px;
	height: 460px;
	margin-top: 0px;
	margin-left: 15px;
	margin-bottom: 0px;
}
#slider-inside-2 {
	background-image: url(../images/location/header-location.jpg);
	background-size: 100%;
	width: 1059px;
	height: 460px;
	margin-top: 0px;
	margin-left: 15px;
	margin-bottom: 0px;
}
#slider-inside-3 {
	background-image: url(../images/program/header-program.jpg);
	background-size: 100%;
	width: 1059px;
	height: 460px;
	margin-top: 0px;
	margin-left: 15px;
	margin-bottom: 0px;
}
.clear {
	clear:both;
}
#social {
	width: 1100px;
	height: 70px;
	margin: 0px auto;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	color: rgb(110, 105, 105);
	text-decoration: none;
}
.footer {
	margin: 0px auto;
	width: 1100px;

}
.footer p {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: rgb(255,255,255);
}
/*
#footer{
	width: 200px;
	height: 40px;
	position: relative;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: rgb(255,255,255);
	text-decoration: none;
	bottom: 10px;
	left: 50%;
	margin-left: -48px;
	z-index: -999;
	padding-top: 40px;
}
*/
#nav {
	height: 45px;
	margin: -20px auto 20px auto;
	position: relative;
	font-size: 30px;
	font-family: "BebasFont", Verdana, Tahoma;
	font-weight: lighter;
	letter-spacing: 1px;
	width: 638px;
	padding-left: 30px;
}
/* TEXT MENU NAVIGATION - START */
#navigation {
	margin-left: auto;
	margin-right: auto;
	margin: 0;
	padding: 0 1em;
	height: 1em;
	list-style: none;
}

#navigation > li {
	float: left;
	height: 100%;
	margin-right: 23px;
	padding: 0 3px;
	color: #3C15A2;
}

#navigation > li > a {
	float: left;
	height: 100%;
	color: #006; /* menu li items color no hover */
	text-decoration: none;
	line-height: 3;
	font-weight: lighter;
	text-transform: none;
}

#navigation > li > a:hover {
	color: #FF76C8;
	/* text-decoration: underline; */
}
#navigation > li.sub {
 position: relative;
}
#navigation > li.sub ul {
	width: 10em;
	margin: 0;
	padding: 0.5em 0;
	list-style: none;
	background: rgb(239,235,255); /* sub menu bg color no hover */
	position: absolute;
	top: -1000em;
}

#navigation > li.sub ul li {
 width: 90%;
 margin: 0 auto 0.3em auto;
}

#navigation > li.sub ul li a {
	height: 100%;
	display: block;
	padding: 0.4em;
	color: #999;
	font-weight: bold;
	text-decoration: none;
}

#navigation > li.sub ul li a:hover {
 background: rgb(240,200,245);
 /* text-decoration: underline; */
}
#navigation > li.sub:hover ul {
 top: 3em;
}
/* TEXT MENU NAVIGATION - END */

/* SOCIAL ICONS */
.twitter-hover {
	background-image: url('../images/twitter-hover.png');
}
.fb-hover {
	background-image: url('../images/fb-hover.png');
}
.google-hover {
	background-image: url('../images/google-hover.png');
}
.social-slide {
	height: 48px;
	width: 48px;
	margin: 10px;
	float: left;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
	transition: all ease 0.3s;
}

.social-slide:hover {
	background-position: 0px -48px;
	box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.8);
}

.highlight {
	color: #AF96F1;
}

.block {
	height: 260px;
	width: 535px;
	float: left;
	padding: 5px;
}
.block p {
	color: #EEE;
	font-family: "BlueHWY", Verdana, Tahoma;
	font-size:13px;
}
.block h3 {
    font-family: "Pacifico";
}
#block-head{
	height: 40px;
	width: 535px;
	float: left;
	padding: 5px;
}
.friend-frame {
	/*border: solid 0px #ffffff;*/
	margin: 10px;
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	border-radius: 14px;
}
.friend-frame-bgdiv {   /* White BG for hover lighten effect */
	background-color: #FFFFFF;
	margin: 10px;
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	border-radius: 14px;
	float: left;
}
.friend-frame-nomargin {  /* special no margin for white bg to help hover effect */
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	border-radius: 14px;
}

.lw-hover img {
	opacity:1.0;
	color:#799961;
	border:none;
	-o-transition-duration: .2s;
	-o-transition-property:opacity;
	-webkit-transition-duration: .2s;
	-webkit-transition-property:opacity
}
.lw-hover img:hover{
	opacity:0.8;
	color:#799961;
}
