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

	body {
	background-image: url("../images/bg01.gif");
    background-position:center;
    background-repeat: no-repeat;
	background-attachment: fixed;
    }

	h1 {
	font-size: 150%;
	color: #535353;
	padding-bottom: 10px;
	}

	h2 {
	font-size: 200%;
	color: #535353;
	padding-bottom: 10px;
	}
	
	h3 {
	font-size: 250%;
	color: #535353;
	padding-bottom: 10px;
	}
	
	hr {
	color: #f00;
	background-color: #f00;
	width: 100%;
	height: 1px;
	}
		
	.wrapper {
	width: 100%;
	margin: 0;
	padding: 0;
	font-family: 'Lato', Helvetica, Arial, sans-serif;
	font-weight:400;
	font-size: 100%;
	margin: 0 auto;
	}
	
	
	
/* ----------------------------------------------------------*/
	.column {
    float: left;
    width: 50%;
	}

	/* Clear floats after the columns */
	.row:after {
    content: "";
    display: table;
    clear: both;
	}

	.spacebox1 {
	width: 60%;
  	margin: 0 auto;
	padding: 25px;
	}

	.spacebox1 img {
	padding: 10px;
	max-width: 100%;
    height: auto;
	}
	
/* ----------------------------------------------------------*/


    footer a:link { color: #ff0000; }
    footer a:visited {color: #ff0000; }
    footer a:active { color: #ff0000; }
    footer a:hover { color: #ff0000; }
    
/* ----------------------------------------------------------*/
/* ----------------animation---------------------------------*/
/* ----------------------------------------------------------*/
.scale-up-center {
	-webkit-animation: scale-up-center 1s cubic-bezier(0.390, 0.575, 0.565, 1.000) 1s both;
	        animation: scale-up-center 1s cubic-bezier(0.390, 0.575, 0.565, 1.000) 1s both;
}
	
/* ----------------------------------------------
 * Generated by Animista on 2018-12-1 11:58:24
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation scale-up-center
 * ----------------------------------------
 */
@-webkit-keyframes scale-up-center {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes scale-up-center {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

	
/* ----------------------------------------------------------*/
/* ----------------animation end-----------------------------*/
/* ----------------------------------------------------------*/
	
	
/* ----------------------------------------------------------*/
/* navigation attributes - section, colors, rollovers, links */
/* ----------------------------------------------------------*/
        
	nav {
	width: 100%;
	background-color: #000000;
	margin: 0;
	padding: 0;
	}

	.fly {
	position:absolute;
	top: 450px;
	right: 50%;
	width: 400px;
    text-align: center;
    padding: 0;
	}

/* navigation attributes - colors, rollovers etc */

	nav ul {
	background: ;
	overflow: hidden;
	color: white;
	padding: 0;
	text-align: center;
	margin: 0;
	
	-webkit-transition: max-height 0.4s;
	-ms-transition: max-height 0.4s;
	-moz-transition: max-height 0.4s;
	-o-transition: max-height 0.4s;
	transition: max-height 0.4s;
	}
	
	nav ul li {
	display: inline-block;
	padding: 30px 5% 30px 5%;
	}

	nav ul li:hover {
	color: #ffffff;
	background-image:url(../images/grnbg.png);
	}
	
/* link attributes in the navigation section only (not mobile) */

	nav a { text-decoration: none; color: inherit; }
	nav a:link { color: white; }
	nav a:visited { color: white; }
	nav a:active { color: white; }
	nav a:hover { color: white; }

/* ----------------------------------------------------------- */

	.handle {
	width: 100%;
	text-align: left;
	box-sizing: border-box;
	background: #000000;
	padding: 25px;
	cursor: pointer;
	color: white;
	display: none;
	}
	
   .newsection { 
   clear: both;
   background-color: #d8d8d8;
   padding: 30px;
   text-align: center;
   }
   
   .newsection img {
	max-width: 100%;
    height: auto;
	}	
	
	header {
	background-repeat: no-repeat;
    background-position: center;
	padding: 15px 20% 0 20%;
	color: white;
	margin: 0;
	}
	
	header p {
	color: #838080;
	line-height: 1.65em;
	padding: 20px;
	}	
	
	section p {
	color: #575656;
	font-size: 1.2em;
	line-height: 1.65em;
	padding-bottom: 1.65em;
	}

	section {
	padding: 0 20% 30px 20%;
	min-height: 500px;
	}

	section img {
	padding: 10px;
	max-width: 100%;
    height: auto;
	}
	
	section a:link { color: #fe0000}
	section a:visited { color: #fe0000}
	section a:active { color: #fe0000}
	section a:hover { color: #fe0000}

	.secdesk {}
	.secdesk p {
	padding: 15px;
	}

	section ul {
	font-family: 'Lato', Helvetica, Arial, sans-serif;
	font-weight:400;
	font-size: 100%;
	}

	footer {
	clear:both;
	text-align: center;
	background: #000000;
	color: #838080;
	line-height: 1.5em;
	font-size: 100%;
	padding: 40px 20px;
	margin: 0 auto;
	}
	
	footer a:link { color: #ff0000; }
    footer a:visited {color: #ff0000; }
    footer a:active { color: #ff0000; }
    footer a:hover { color: #ff0000; }
	footer a {text-decoration:none;}
	
	p {
	color: #838080;
	line-height: 1.65em;
	}
	
	.red {
	color: #ff0000;
	}
	
	.section_reg {
	display: block;
	}
	
	.section_tab {
	display: none;	
	}
	
	.section_mobile {
	display: none;
	}		

	.left1 {
	width: 97%;
	float: left;
	padding: 0 2.5% 10px .5%;
	}
	
	.left1 p { padding: 25px 25px 0px 25px; }
	
	.left2 {
	width:97%;
	float:left;
	padding: 0 .5% 10px 2.5%;
	}
	
	.left3 {
	clear:both;
	width: 97%;
	float: left;
	padding: 0 2.5% 10px .5%;
	}
	
	.left4 {
	width:97%;
	float:left;
	padding: 0 .5% 10px 2.5%;
	}

/* animation */

	#animated-button {
	position: fixed;
	top: 170px;
	right: 23px;
	width: 100px;
    text-align: center;
    padding: 0;
	}

	.animated { 
 	-webkit-animation-name: bounceIn;
 	-webkit-animation-duration: 4s;
 	-webkit-animation-iteration-count: 5;
 	-webkit-animation-timing-function: ease-out;
 	-webkit-animation-fill-mode: forwards;
	
 	animation-name: bounceIn;
 	animation-duration: 4s;
 	animation-iteration-count: 10;
 	animation-timing-function: ease-out;
 	animation-fill-mode: forwards;
	} 

/*
 * Animation for webkit
*/
@-webkit-keyframes bounce { 
    0%, 20%, 50%, 80%, 100% {-webkit-transform: translateY(0);} 
    40% {-webkit-transform: translateY(-30px);} 
    60% {-webkit-transform: translateY(-15px);} 
} 
  
@keyframes bounce { 
    0%, 20%, 50%, 80%, 100% {transform: translateY(0);} 
    40% {transform: translateY(-30px);} 
    60% {transform: translateY(-15px);} 
} 
  
/*
 * Adding the animation to our element
*/
	.bounce { 
    -webkit-animation-name: bounce; 
    animation-name: bounce; 
}

/* end animation */

@media only screen and (min-width: 581px) and (max-width: 1280px) {

	body {
    background-color: #ffffff;
    background-position:center;
    background-repeat:repeat;
    }
    
	section p { padding: 25px; }
	
    .section_reg {
	display:none;	
	}
	
	.section_tab {
	display:block;
	}
	
	.section_mobile {
	display: none;
	}
}

@media only screen and (min-width: 283px) and (max-width: 580px) {
	
	body {
    background-color: #ffffff;
    background-position:center;
    background-repeat:repeat;
    }
    
	section p { padding: 20px 10px 20px 25px; }
	
	.section_reg {
	display: none;
	}
	
	.section_tab {
	display: none;
	}
	
	.section_mobile {
	display: block;
	}
	
	header {
	background-repeat: no-repeat;
    background-position: center;
	padding: 20px 20px 0 20px;
	color: white;
	}
	
	nav ul {
	max-height: 0;	
	}
	
	.showing {
	max-height: 20em;	
	}

	nav ul li {	
	box-sizing: border-box;
	width: 100%;
	padding: 20px;
	text-align: left;
	}
	
	.spacebox1 {
	width: 90%;
  	margin: 0 auto;
	padding: 0px;
	}
	
	section img {
	padding: 0;
	}

	.handle {
	 display:block;
	 color: white;
	}
	
	section {
	padding: 0 15% 30px 5%;
	}

	#animated-button {
	position: fixed;
	top: 80px;
	right: 10px;
	width: 60px;
    text-align: center;
    padding: 0;
	}
    
    .centerimg {
    display: block;
    margin-left: auto;
    margin-right: auto;
    }    

    footer img {
    max-width: 100%;
    height: fixed;
    }
}


