
/************************************************************************************
bigger than 1600
*************************************************************************************/
@media screen and (min-width: 1599px) {

    body {
        font-size: 1.0em;
    }
    
    .header-line {	
        text-indent: 1%;
    }
    
}



/************************************************************************************
bigger than 1400
*************************************************************************************/
@media screen and (min-width: 1400px) {

    body {
        font-size: 0.9em;
    }
}



/************************************************************************************
smaller than 1400
*************************************************************************************/
@media screen and (max-width: 1399px) {
    body {
        font-size: 0.9em;
    }
}


/************************************************************************************
smaller than 1300
*************************************************************************************/

@media screen and (max-width: 1300px) {
    body {
    font-size: 0.8em;
    }
}



/************************************************************************************
smaller than 1100
*************************************************************************************/

@media screen and (max-width: 1100px) {
    body {
    font-size:0.8em;
    }
}



/************************************************************************************
smaller than 980
*************************************************************************************/

@media screen and (max-width: 980px) {

    body {
    font-size: 0.80em;
    }


    #header {
            display: block; 
            width: 90%; 
            height: auto; 
            margin: 0 auto; 
            padding: 0;
    }
    a.logo {
            float: none; 
            width: 100%; 
            height: 90px;
            margin: 0 auto;
    }
    a.logo img {
            display: block;
            float: none;
            max-width: 100%;
            max-height: 80px;
            margin: 5px auto;
    }



    .menu , .menu-en {
            display: block; 
            width: 100%; 
            height: 70px; 
            float: none; 
            margin: 10px 0 0 0;
    }

    .header-line {
            display: none;
    }


    .content-left , .content-right  {
            width: 100%; 
            float: none;
            margin: 20px 0;
            }


}


/************************************************************************************

smaller than 880

*************************************************************************************/

@media screen and (max-width: 880px) {


body {
font-size: 1.1em;
line-height: 1.4em;
}


#header a.menu-mobile {
	display: block;	
}

.menu , .menu-en {
	display: none; 
	width: 96%; 
	height: auto; 
	float: none; 
	margin: 50px auto;
	position: relative; 
	z-index: 999;
	background: #333;
	padding: 2%;
}		
.menu a , .menu-en a , .menu a.bg-en , .menu-en a.bg-en {
	width: 90%; 
	height: 40px; 
	float: none; 
	color: #b3b4b4; 
	text-align: center; 
	line-height: 40px; 
	font-size: 0.9em; 
	text-decoration: none; 
	letter-spacing: 1px; 
	margin: 5px auto; 
	position: relative; 
	z-index: 4;
	
	background: rgba(74,74,74,1);
	background: -moz-linear-gradient(top, rgba(74,74,74,1) 0%, rgba(28,28,28,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(74,74,74,1)), color-stop(100%, rgba(28,28,28,1)));
	background: -webkit-linear-gradient(top, rgba(74,74,74,1) 0%, rgba(28,28,28,1) 100%);
	background: -o-linear-gradient(top, rgba(74,74,74,1) 0%, rgba(28,28,28,1) 100%);
	background: -ms-linear-gradient(top, rgba(74,74,74,1) 0%, rgba(28,28,28,1) 100%);
	background: linear-gradient(to bottom, rgba(74,74,74,1) 0%, rgba(28,28,28,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4a4a4a', endColorstr='#1c1c1c', GradientType=0 );
	
        -webkit-box-shadow: 0px 0px 10px 1px rgba(255,255,255,0.5);
        -moz-box-shadow: 0px 0px 10px 1px rgba(255,255,255,0.5);
        box-shadow: 0px 0px 10px 1px rgba(255,255,255,0.5);
}
.menu a:hover,.menu-en a:hover {
	color: #ffffff;
	
	background: rgba(1,161,137,1);
background: -moz-linear-gradient(top, rgba(1,161,137,1) 0%, rgba(1,116,101,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(1,161,137,1)), color-stop(100%, rgba(1,116,101,1)));
background: -webkit-linear-gradient(top, rgba(1,161,137,1) 0%, rgba(1,116,101,1) 100%);
background: -o-linear-gradient(top, rgba(1,161,137,1) 0%, rgba(1,116,101,1) 100%);
background: -ms-linear-gradient(top, rgba(1,161,137,1) 0%, rgba(1,116,101,1) 100%);
background: linear-gradient(to bottom, rgba(1,161,137,1) 0%, rgba(1,116,101,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#01a189', endColorstr='#017465', GradientType=0 );

-webkit-box-shadow: 0px 0px 10px 1px rgba(3,250,213,1);
-moz-box-shadow: 0px 0px 10px 1px rgba(3,250,213,1);
box-shadow: 0px 0px 10px 1px rgba(3,250,213,1);
}

a.menu-active {
	color: #ffffff; 
	line-height: 40px; 
	text-decoration: none; 
	font-weight: bold; 
	z-index: 9; 
		
	background: rgba(1,161,137,1);
background: -moz-linear-gradient(top, rgba(1,161,137,1) 0%, rgba(1,116,101,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(1,161,137,1)), color-stop(100%, rgba(1,116,101,1)));
background: -webkit-linear-gradient(top, rgba(1,161,137,1) 0%, rgba(1,116,101,1) 100%);
background: -o-linear-gradient(top, rgba(1,161,137,1) 0%, rgba(1,116,101,1) 100%);
background: -ms-linear-gradient(top, rgba(1,161,137,1) 0%, rgba(1,116,101,1) 100%);
background: linear-gradient(to bottom, rgba(1,161,137,1) 0%, rgba(1,116,101,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#01a189', endColorstr='#017465', GradientType=0 );

-webkit-box-shadow: 0px 0px 10px 1px rgba(3,250,213,1);
-moz-box-shadow: 0px 0px 10px 1px rgba(3,250,213,1);
box-shadow: 0px 0px 10px 1px rgba(3,250,213,1);
}


#tumb-park {
	display: none;
	}

#loadarea2 {
	display: none;
}



#main-wapper {
	margin: 0; 
	}
        
.index-img {	
	max-width: 100%;
	margin: 0;
        padding: 0;        
}

#niteragroup-min , #niteragroup-min2{
	
        height: auto;
	}

#niteragroup-min img {
	display: block;
	float: none;
	max-height: 30px;
	margin: 10px auto;
}

#niteragroup-min a , #niteragroup-min span {
	display: block;
        width: 100%;
	float: none;
	margin: 10px auto;
	line-height: 30px;
	font-weight: bold;
	opacity: 0.6;
	color: #fff;
	text-decoration: none;
	text-align: center;
}

}



/************************************************************************************

smaller than 560

*************************************************************************************/

@media screen and (max-width: 480px) {

body {
	font-size: 1.1em;
}

}
