@charset "UTF-8";
/* CSS Document */

body {
	background:#fff;
}

.wrapper {
	width: 100%;
	height: 100%;
	background:url(../img/common/IMG_29781.jpg) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow:auto;
}
#home .wrapper {
	width: 100%;
	height: 100%;
	background:url(../img/home/home-background.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow:auto;
}
#home img.bg {
	/* Set rules to fill background */
  min-height: 100%;
	min-width: 1024px;
	/* Set up proportionate scaling */
  width: 100%;
	height: auto;
	/* Set up positioning */
  position: fixed;
	top: 0;
	left: 0;
}

 @media screen and (max-width: 1024px) { 
#home img.bg {
	left: 50%;
	margin-left: -512px;   /* 50% */
}
}

#home .container{
	position: absolute;
	top: 33.3%;
	min-width: 100%;
}

#home-content {
	text-shadow: 0px 0px 4px #000000;
	filter: dropshadow(color=#000000, offx=0, offy=0);
}
#home-content {
	text-align:center;
	color:#fff;
}
#home-content h2 {
	line-height:14px;
}

#home-content h2 a:link,#home-content h2 a:visited  {
	border-bottom:none;
}

#home-content a {
	color:#fff;
}
#home-content a:hover, #home-content p:active, #home-content h2 a:hover,#home-content h2 a:active {
	border-bottom:1px dotted #fff;
}
h1, h2, h3 {
	text-transform:uppercase;
}

.contact {
    font-size:32px;
    text-align:right;
    font-weight:700;
    color:#000;
    opacity:1;
    text-shadow: 0px 0px 0px #FFF;
    padding:10px 10px;
    float:right;
}

.contact img {
    width: 50px;
    height: auto;
    position:relative;
}

.simple_overlay {
    
    /*initially hidden */
    display:none;
    
    /* place overlay on top of other elements */
    z-index:10000;
    
    /* styling */
    background-color:#333;
    
    width:75%;
    min-height:75px;
    border:1px solid #666;
    
    /* CSS3 styling for latest browsers */
    -moz-box-shadow:0 0 90px 5px #000;
    -webkit-box-shadow: 0 0 90px #000;
    
}

/* close button positioned on upper right corner */
.simple_overlay .close {
    background-image:url(media/img/overlay/close.png);
    background-size: 100% 100%;
    position:relative;
    right:2px;
    top:2px;
    cursor:pointer;
    height:30px;
    width:30px;
    display:block;
    
}


a:link, a:visited {
	border-bottom:1px dotted #bcbec0;
}
a.no-border:link, a.no-border:visited {
	border-bottom:none !important;
}
a:hover, a:active {
	/*
    text-decoration:none;
	border-bottom:2px dotted #000;
    */
}
h1 {
	font-size:100px;
	text-align:center;
	font-weight:700;
	text-transform:uppercase;
	color:#000;
	opacity:0.35;
	text-shadow: 0px 0px 0px #FFF;
	
}
h2 {
	font-family: 'Caecilia-RomanSC', serif;
	letter-spacing:1px;
	font-size:11px;
	text-transform:uppercase;
}
