html { 
   width:100%; 
   height:100%; 
/*   background:url(../images/logo.png) center center no-repeat;*/
   background-size: 250px;

}
body, html{
	margin: 0;
	font:1em "calibri", sans-serif;
}

h2{
	color: #DA6E0C;
	text-decoration: underline;
}

h1{
	color: #DA6E0C;
	text-decoration: underline;
}

#llogo{
	position: absolute;
	top: 0;
}

#logo-cente{
   position: absolute;
   top: 50%;
   left: 50%;
   height: 250px;
   margin-top: -200px; /* Half the height */
   margin-left: -250px; /* Half the width */
}


#container{
	margin: 0 auto;
}


#header-container{

	color:#fff;
	margin: 0 auto;

}

#header{	
	height: auto;
	color:#fff;
	width: 100%;
	margin: 0 auto;
	box-shadow: 5px 5px 15px 5px #999;
	margin-bottom: 25px;
	
	
}

.clearfix:before,
.clearfix:after{
content: " ";
display:block;
}

.clearfix:after{
clear:both;
}

.clearfix{
*zoom: 1;
}

.left{
	float: left;
}

.right{
	float: right;
}
	

nav ul {
	/*border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;*/
	/*background-color:#F1592A;*/
	
	background-color:#DA6E0C;
	overflow: hidden;
	/*text-align: center;*/
	margin: 0;
	padding: 0;
	webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
	

}

nav ul li{
	font-size: 1em;
	display:inline-block;
	list-style:none;
	
}



/*nav > ul > li:first-child{
background:url(../images/logo3.png) center center no-repeat;
background-size: 100px;
}

nav > ul > li:first-child :hover{
background:url(../images/logo3.png) center center no-repeat;
background-size: 100px;
}*/
nav .logo{
	float: left;

}
.logo{

		webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;

}
.nav-item{
	display: inline-block;
	padding: 20px 20px;
	height: 30px;
	line-height: 30px;
	color: #fff;
	text-decoration: none;
	min-width: 60px;
	text-align: center;	
}

.current{
	background-color: #DA7E0D;
}

.has-bottom{
	background: no-repeat url("../images/downArrow.png");
	background-position: center 40px;
	background-size: 15px;
}

.nav-item:hover{
	background-color: #DA7E0D;
}

.nav-content{
	position: absolute;
	overflow: hidden;
	background-color:#F1592A;
	max-height: 0;
	z-index: 1;
}

.nav-content a{
	color:#fff;
	text-decoration: none;
}

.nav-sub ul li:hover{
	background-color: #DA7E0D;
}


.nav-sub{
	box-shadow: 5px 5px 15px 5px #999;
}

.nav-sub ul{
	margin: 0;
	padding: 0;
	list-style-type: none; 
	
}

.nav-sub ul li{
	display: block;
	border-bottom: 1px solid #fff;
}

.nav-sub ul li a{
	display: inline-block;
	padding: 15px 20px;
	height: 10px;
	line-height: 10px;
	color: #fff;
	text-decoration: none;
	min-width: 150px;
}



.nav-item:hover ~ .nav-content {
	max-height: 400px;
	-webkit-transition:max-height 0.4s ease-in;
	-moz-transition:max-height 0.4s ease-in;	
	transition:max-height 0.4s ease-in;
}

.nav-item:hover ~ .nav-content > li{
	
}

.nav-content:hover{
	max-height: 400px;
}

.handle{
    width: 100%;
    background-color:#E2502B;
    padding: 15px 10px;
    color: #FFFFFF;
    cursor: pointer;
    box-sizing: border-box;
    display: none;
}



@media screen and (max-width: 1200px){
	.hehe{
		width: 100% !important;
		background-color: #fff;
		top: 0px !important;
	}
	#info-nav{
    	display: none;
    	visibility: hidden;
    }

    #stickytypeheader{
		display: none;
    	visibility: hidden;    	
    }

    #info{
    	width: 100% !important;
    	float: none;
    }

   .showing{
         max-height: 60em;
     }

	nav ul{
        max-height: 0;
    }

 	nav .logo{
		margin: 0 auto;
		float: none;
		text-align: center;
    }
    nav .logo img{
    	width: 150px;
    	height: 100px;
    }
    .nav-item{
    	min-width: 100%;
    	margin-top: 2px;
    	margin-bottom: 2px;
    }
 	
    nav li {
        width: 100%;
        text-align: center;
    }
    .nav-content{
    	width: 100%;
    	position: relative;
    }
    /*
    .nav-sub ul li{
    min-width: 100%;
    	margin-top: 2px;
    	margin-bottom: 2px;	
    }*/
    .handle{
        display: block;
    }

    
}

#straight-container{
	display: none;
}

@media screen and (max-width: 1100px){

#straight-container{
	display: block;
	text-align: center;
}
#circle-container{
	display: none;
}

}

#body{
	width: 80%;
	margin: 0 auto;
	margin-bottom: 20px;
}

#circle-container{
	width: 70%;
	height: 470px;
	margin: 0 auto;
	border-radius:50%;
	
}

#upper{
	width: 100%;
	height: 30%;
	text-align: center;
	
}
#upper > img{
	bottom: 0;
}
#bottom{
	width: 100%;
	height: 30%;
	text-align: center;
	
	
}
#middle{
	height: 40%;
}

#left{
	float: left;
	width: 30%;
	height: 100%;
	text-align: center;
	
}
#center{
	float: left;
	width: 40%;
	height: 100%;
	text-align: center;
	
}
#right{
	float: left;
	width: 30%;
	height: 100%;
	text-align: center;
	
}

.club-logo{
	width: 140px;
	height: 40px;
	webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;

}

.club-logo:hover{
	-webkit-box-shadow: 0px 0px 17px 0px rgba(50, 50, 50, 0.7);
	-moz-box-shadow:    0px 0px 17px 0px rgba(50, 50, 50, 0.7);
	box-shadow:         0px 0px 17px 0px rgba(50, 50, 50, 0.7);
}

#side1{
	width: 75%;
}

#side2{
	width: 20%;
}

p{
	text-align: justify;
}

#info-nav{
	width: 20%;
	margin-top: 25px;
	color: #fff;
	background-color: #fff;

}
#info-nav ul{
background-color: #fff;	
width: 220px;
list-style: none;
text-decoration: none;
}

#info-nav ul li{
	background-color: #DA6E0C;	
	padding: 10px 0px;
	margin-bottom: 2px;
	width: 100%;
	text-align: center;
	color: #fff;
	text-decoration: none;
}

#info-nav ul li:hover{
	background-color: #DA7E0D;
}


#info{
	width: 77%;
}

/*#deprtment{
	float: right;
	font-size: 24px;
	color: #DA6E0C;	
	
}*/

footer{
	float:left;
	width:100%;
	line-height: 80px;
	background-color: #DA6E0C;		
	color: #fff;
	text-align: center;
}

footer a{ 
	text-decoration: none;
	color: #fff;
}

div.img {
    margin: 5px;
    border: 1px solid #ccc;
    float: left;
    width: 180px;
}

div.img:hover {
    border: 1px solid #777;
}

div.img img {
    width: 100%;
    height: auto;
}

.example-image{
	width: 250px;
	height: 150px;
	margin: 2px;

}