.disable-select {
  -webkit-user-select: none;  
  -moz-user-select: none;    
  -ms-user-select: none;      
  user-select: none;
}

.hidden {
    position: absolute !important;
    top: -9999px;
    left: 0px !important;
    min-width: 0px !important;
}

#content {
	position: absolute;
	width: 100%;
	height: auto;
    text-align: center;
}

.no-js footer {
    display: none;
}

.js #noJS {
    display: none;
}

.no-js #noJS {
    text-align: center;
    background: black;
    color: white;
}

.js footer {
	position: fixed;
    backface-visibility: hidden;
	width: 100%;
	height: 4em;
	left: 0px;
	bottom: 0px;
    background-color: black;
}

#footer-content {
    display: table;
    table-layout: auto;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
	width: 40%;
    height: 100%;
    min-width: 320px;
    max-width: 600px;
	font-size: small;
}

#footer-content ul li {
    font-weight: bold;
}

#footer-content li:first-child {
	font-size: large;
    border-bottom: 1px solid;
    border-color: inherit;
}

#footer-content ul {
    display: table-cell;
    border-color: #00AEEF;
    color: white;
    height: auto;
    padding: 5px 2% 5px 2%;
    text-align: center;
    cursor: pointer;
    cursor: hand;
	list-style-type: none;
    
    -webkit-transition: border-color 0.3s;
    -moz-transition: border-color 0.3s;
    -o-transition: border-color 0.3s;
    transition: border-color 0.3s;
}

#footer-content ul:hover {
    border-color: white;
}

.aboutPos {
    left: 25%;
}

.contactPos {
    left: 75%;
}

html {
    overflow: hidden;
    height: 100%;
}

body {
    width: 100%;
    height: 100%;
    font-family: 'Trebuchet MS', cursive;
	padding: 0px;
	margin: 0px;
}

h1 {
    text-align: center;
}

#about {
    position: relative;
    width: 80%;
    max-width: 600px;
    min-width: 350px;
    margin-left: auto;
    margin-right: auto;
}

#logo {
    position: absolute;
    top: 15%;
    width: 100%;
    height: 70%;
}

#logotop {
    position: relative;
    width: 100%;
    height: 50%;
    min-height: 60px;
    background-color: black;
}

#contact {
    position: relative;
    width: 80%;
    max-width: 600px;
    min-width: 350px;
    margin-left: auto;
    margin-right: auto;
}

#logoarea {
    position: relative;
	width: 100%;
    min-height: 120px;

}

.usecsstransitions #logoarea {
    -webkit-transition: height 0.3s ease;
    -moz-transition: height 0.3s ease;
    -o-transition: height 0.3s ease;
    transition: height 0.3s ease;
}

.logobig {
    height: 100%;
}

.logosmall {
    height: 35%;
}

.no-js #scr {
    display: none;
}

.js #scr {
    position: absolute;
    width: 100%;
    top: 0px;
    bottom: 4em;
    left: 0px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

#contact div a {
    display: table-cell;
    vertical-align: middle;
    text-align: right;
    padding-right: 10px;
    width: 250px;
}

hr {
    color: #00AEEF;
    border: 1px solid;
    border-color: #00AEEF;
    background-color: #00AEEF;
}

#contact div svg, #contact div div {
    display: table-cell;
    height: 50px;
    width: 50px;
    stroke: #00AEEF;
    fill: #00AEEF;
}

#contact div {
    display: table;
    width: 100%;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
}

.link_cursor {
    cursor: pointer;
    cursor: hand;
}

#indicator {
    position: absolute;
    height: 15px;
    width: 15px;

    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);    
}

.usecsstransitions #indicator {
    -webkit-transition: bottom 0.3s ease, left 0.6s ease;
    -moz-transition: bottom 0.3s ease, left 0.6s ease;
    -o-transition: bottom 0.3s ease, left 0.6s ease;
    transition: bottom 0.3s ease, left 0.6s ease;
}

.onlybottom {
  -webkit-transition: bottom 0.3s ease !important;
  -moz-transition: bottom 0.3s ease !important;
  -o-transition: bottom 0.3s ease !important;
  transition: bottom 0.3s ease !important;
}

.indHide {
    bottom: -15px;
}

.indShow {
    bottom: 0px;
}

#copyright {
    position: absolute;
    right: 10px;
    bottom: -4px;
    color: #404040;
    font-size: 8px;
    text-align: right;
}

#info {
    display: inline-block;
    position: relative;
    right: 100%;
    width: auto;
    background-color: purple;
    text-align: right;
}

.usecsstransitions .rotate {
    -webkit-transform-origin: 0px 0px;
    -moz-transform-origin: 0px 0px;
    -o-transform-origin: 0px 0px;
    transform-origin: 0px 0px;
    
    -webkit-transition: -webkit-transform 1.5s ease-out;
    -moz-transition: -moz-transform 1.5s ease-out;
    -o-transition: -o-transform 1.5s ease-out;
    transition: transform 1.5s ease-out;
}

.rotate-2 {
    -webkit-transform: rotate(-720deg);
    -moz-transform: rotate(-720deg);
    -o-transform: rotate(-720deg);
    transform: rotate(-720deg);
}
.rotate-1 {
    -webkit-transform: rotate(-360deg);
    -moz-transform: rotate(-360deg);
    -o-transform: rotate(-360deg);
    transform: rotate(-360deg);
}
.rotate0 {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(-360deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}
.rotate1 {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(-360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
}
.rotate2 {
    -webkit-transform: rotate(720deg);
    -moz-transform: rotate(720deg);
    -o-transform: rotate(720deg);
    transform: rotate(720deg);
}




