@CHARSET "ISO-8859-1";
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700,700i');

/*----- Reset ------------------------*/
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* Custom CSS
 * --------------------------------------- */
body{
	font-family: 'Open Sans', sans-serif;
	color: #333333;
	color: rgba(0,0,0,0.5);
  background-color:#999966;
}

a:link {
    color: black;
    text-decoration: none;
    -webkit-transition-property: color; /* Safari */
    -webkit-transition-duration: .5s; /* Safari */
    transition-property: color;
    transition-duration: .5s;
}
a:visited {
	text-decoration: none;
	color: black;
}
a:hover {
	text-decoration: none;
	color: white;
}

.wrap{
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
h1{
	font-size: 6em;
}
p{
	font-size: 1em;
	line-height: 115%;
}
/*.top-box{
  position: absolute;
  width:100%;
  height:100px;
  background-color:#999966;
  top: -100px;
}*/
.logo{
  max-width: 80%;
  height: auto;
}
.textbox01{
  position: relative;
  margin-right: auto;
  margin-left: auto;
  margin-top:45px;
  width:80%;
  max-width: 1002px
}
.textbox01 p{
  color: #333333;
  font-size: 1.2em;
  text-align: left;
}
.textbox02{
  margin-top:0.5em;
  line-height:1.3em;
  color: #666666;
  font-size: 1.2em;
  text-align: left;
}
.textbox03{
  margin-top:0.5em;
  line-height:1.3em;
  color: #333333;
  font-size: 1.2em;
  text-align: left;
}
.textbox03 span{
  font-weight: bold;
}
.textbox03 a{
  color: #333333;
}
.menu-box{
  position: relative;
  margin-right: auto;
  margin-left: auto;
  margin-top:50px;
  width:90%
}
.menu-box p{
  color: black;
  font-size: 1.2em;
  font-weight: bold;
  text-align: center;
  text-justify: inter-word;
}
.menu-box a{
  text-decoration: none;
}
.menu-box span{
  font-style: italic;
}
.content-box{
  position: relative;
  margin-right: auto;
  margin-left: auto;
  width:80%;
  max-width: 1000px;
}
.title{
  color: black;
  font-weight: bold;
  font-size: 2em;
  text-align: left;
}
.title span{
  font-style: italic;
}
.grid-box{
  margin-top:40px;
  height: auto;
}
/*----- Slider ------------------------*/
.section{
	text-align:center;
}
.slider {
          width: 80%;
          max-width: 1000px;
          margin: auto;
}
.slick-slide img {
  width: 100%;
}
.slick-prev:before,
.slick-next:before {
  color: black;
}
/*----- Grid ------------------------*/
.square01 {
        float:left;
        position: relative;
        width: 24.6%;
        padding-bottom : 24.6%;
        margin:0.2%;
        height: 0;
        background-position:center center;
        background-repeat:no-repeat;
        background-size:cover;
        /*background-color: grey;*/
    }

    .square02 {
        float:left;
        position: relative;
        width: 24.6%;
        padding-bottom : 24.6%;
        margin:0.2%;
        height: 0;
        background-position:center center;
        background-repeat:no-repeat;
        background-size:cover;
        background-color: grey;
    }

    .square01 img {
      width: 100%;
      /*z-index: 5;*/
      -webkit-transition: all 0.215s ease;
      -moz-transition: all 0.15s ease;
      -ms-transition: all 0.15s ease;
      -o-transition: all 0.15s ease;
      transition: all 0.15s ease;
    }
    .square01:hover img {
      position: relative;
      cursor: pointer;
      box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
      z-index: 5;
      -webkit-transform:scale(1.04);
      -moz-transform:scale(1.04);
      -ms-transform:scale(1.04);
      -o-transform:scale(1.04);
      transform:scale(1.04);
      -webkit-transition: all 0.43s ease;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease;
    }

    .square02 img {
      width: 100%;
      /*z-index: 8;*/
      -webkit-transition: all 0.215s ease;
      -moz-transition: all 0.15s ease;
      -ms-transition: all 0.15s ease;
      -o-transition: all 0.15s ease;
      transition: all 0.15s ease;
    }
    .square02:hover img {
      position: relative;
      cursor: pointer;
      z-index: 8;
      box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
      -webkit-transform:scale(1.04);
      -moz-transform:scale(1.04);
      -ms-transform:scale(1.04);
      -o-transform:scale(1.04);
       transform:scale(1.04);
      -webkit-transition: all 0.43s ease;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease;
    }
/*-------------------------------------*/

.shutdownButton{
	position: fixed;
	left: 90%;
	top: 10%;
}
.shutdown.icon {
  color: #999966;
  position: absolute;
  margin-top: 3px;
  margin-left: 3px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: solid 2px #999966;
}
.shutdown.icon:before {
  content: '';
  position: absolute;
  left: 10px;
  top: -4px;
  width: 2px;
  height: 16px;
  border-left: solid 4px white;
  border-right: solid 4px white;
  background-color: currentColor;
}


 @media only screen and (max-width: 500px) {
    
}