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

body{
margin:0;
padding:0;
overflow:hidden;
font-family: 'Ubuntu', sans-serif;
}

a{
text-decoration:none;
color:inherit;
}

#logo{
 left: 1%;
    position: absolute;
    top: -10px;
    width: 28%;
}

#logo img{
width:100%;
}

#header{
position: absolute;
    right: 0;
    top: 0%;
    width: 66%;
background:url('../img/back.png');
font-size: 1vw;
}

#footer{
position:absolute;
bottom:0;
width:100%;
background:url('../img/blueoverlay.png');
}

#menu{
left: 0;
    position: absolute;
       width: 100%;

}

.menuitem{
 display: inline-block;


text-align: center;
width: 13%;

}
.menuitem:hover{

color:#950202;

}
#social{
 bottom: 21%;
    height: 100%;
    
    position: absolute;
    
    
    transform: scale(0.75);
    width: 20%;
}


#wheather{
	bottom: 8%;
    color: #ffffff;
    font-size: 1vw;
    font-weight: 300;
    margin: 0 auto;
    position: absolute;
    right: 0;
     
    text-align: center;
    text-shadow: 2px 1px 1px #000000;
	
}

#social a img{
width:2.5vw;
}

#book{
background: none repeat scroll 0 0 #900;
    border-radius: 6%;
    box-shadow: 2px 2px 17px  #a19f9f;
    color: #ffffff;
    cursor: pointer;
    font-size: 1vw;
    font-weight: bold;
    padding: 0.8%;
    position: absolute;
    right: 4%;
    text-align: center;
    top: 71%;
    transition: background 1s ease 0s;
    width: 14%;
    z-index: 3;

}

#made{
color: #fff;
    font-size:0.7vw;
    position: absolute;
    right: 1%;
    top: 75%;

}
#mite{
color: #fff;
    font-size:0.7vw;
    position: absolute;
    right: 1%;
    top: 53%;

}

#made a:hover{
color:#950202;
}
#contact_info{
 color: #fff;
    font-size: 0.8vw;
    font-weight: bold;
    left: 1%;
    position: absolute;
    top: 2%;
}

#contact_info a:hover{
color:#900;
}

.blackoverlay{
background-image: url("blackoverlay.png");
  position: absolute;
 width: 100%;
left:100%;
  z-index: -1;
opacity:0.75;
 
      }


.blueoverlay{
background-image: url("blueoverlay.png");
  position: absolute;
 width: 100%;
left:100%;
  z-index: -1;
opacity:0.75;

      }









#gallery{
				font-size: 18px;
				position:fixed;
				right:-100%;
				top:110px;
				width:100%;
				background:url(../img/back.png);
				
				}
				
				.dg-container{
	width: 100%;
	height: 450px;
	position: absolute;
	left:-105px;
}
.dg-wrapper{
	width: 481px;
	height: 316px;
	margin: 0 auto;
	position: relative;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-perspective: 1000px;
	-moz-perspective: 1000px;
	-o-perspective: 1000px;
	-ms-perspective: 1000px;
	perspective: 1000px;
}
.dg-wrapper a{
	width: 482px;
	height: 316px;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	
	box-shadow: 0px 10px 20px rgba(0,0,0,0.3);
}
.dg-wrapper a.dg-transition{
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.dg-wrapper a img{
	display: block;
	padding: 41px 0px 0px 1px;
}
.dg-wrapper a div{
	font-style: italic;
	text-align: center;
	line-height: 50px;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.5);
	color: #333;
	font-size: 16px;
	width: 100%;
	bottom: -55px;
	display: none;
	position: absolute;
}
.dg-wrapper a.dg-center div{
	display: block;
}
.dg-container nav{
	width: 58px;
	position: absolute;
	z-index: 1000;
	bottom: -150px;
	left: 50%;
	margin-left: -29px;
}
.dg-container nav span{
	text-indent: -9000px;
	float: left;
	cursor:pointer;
	width: 24px;
	height: 25px;
	opacity: 0.8;
	background: transparent url(../img/arrows.png) no-repeat top left;
}
.dg-container nav span:hover{
	opacity: 1;
}
.dg-container nav span.dg-next{
	background-position: top right;
	margin-left: 10px;
}

#content{
				font-size: 18px;
				position:fixed;
				right:-793px;
				top:110px;
				width: 700px;
				background:url(../img/back.png);
				padding:100px 20px 20px 20px;
				}
				.close{
					position:absolute;
					top:20px;
					right:20px;
					cursor:pointer;
					}

input[type=button]
{
  background-color: #611500 !important; 
}


input[type=button]:hover
{
  background-color: red !important;
}





.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;
	border-radius:8px;
	cursor:pointer;
}
.social-slide:hover {
	background-position: 0px -48px;
	box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.8);
}
.twitter-slide {
	background-image: url("../img/t.png");
}
.facebook-slide {
	background-image: url("../img/f.png");
}
.google-slide {
	background-image: url("../img/g.png");
}