@import url(http://netdna.bootstrapcdn.com/font-awesome/2.0/css/font-awesome.css);
@font-face
{
font-family: asia;
src:url(../fonts/asia.otf);
}
@font-face{font-family:Kleymissky;src:url(../fonts/Kleymissky.otf);}
* {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative
}

html{width:100%;height:100%;background: url('../img/tlo1.jpg') fixed center no-repeat;background-size: cover;-webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover;}
body {
  height: 100%;

  
  color: #fff;
}
#foto{
        transform:perspective(200px) rotateY(15deg);}

.csstransforms .cn-wrapper {
  font-size: 1em;
  width: 26em;
  height: 26em;
  overflow: hidden;
  position: fixed;
  z-index: 10;
  bottom: -13em;
  left: 50%;
  border-radius: 50%;
  margin-left: -13em;
  -webkit-transform: scale(0.1);
  -ms-transform: scale(0.1);
  -moz-transform: scale(0.1);
  transform: scale(0.1);
  pointer-events: none;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}

.csstransforms .opened-nav {
  border-radius: 50%;
  pointer-events: auto;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.cn-overlay {
  width: 100%;
  height: 100%;
  
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
  z-index: 2;
}

.cn-overlay.on-overlay {
  visibility: visible;
  opacity: 1;
}

.cn-button {
  border: none;
  background: none;
  color: #fff;
  text-align: center;
  font-size: 1.8em;
  padding-bottom: 1em;
  height: 3.5em;
  width: 3.5em;
  background-color: red;
  position: fixed;
  left: 50%;
  margin-left: -1.75em;
  bottom: -1.75em;
  border-radius: 50%;
  cursor: pointer;
  z-index: 11;
}

.cn-button:hover,
.cn-button:active,
.cn-button:focus {
  color: #fff;
}

.csstransforms .cn-wrapper li {
  position: absolute;
  font-size: 1.5em;
  width: 10em;
  height: 10em;
  -webkit-transform-origin: 100% 100%;
  -moz-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
  overflow: hidden;
  left: 50%;
  top: 50%;
  margin-top: -1.3em;
  margin-left: -10em;
  -webkit-transition: border .3s ease;
  -moz-transition: border .3s ease;
  transition: border .3s ease;
}

.csstransforms .cn-wrapper li a {
  display: block;
  font-size: 1.18em;
  height: 14.5em;
  width: 14.5em;
  position: absolute;
  bottom: -7.25em;
  right: -7.25em;
  border-radius: 50%;
  text-decoration: none;
  color: #fff;
  padding-top: 1.8em;
  text-align: center;
  -webkit-transform: skew(-50deg) rotate(-70deg) scale(1);
  -ms-transform: skew(-50deg) rotate(-70deg) scale(1);
  -moz-transform: skew(-50deg) rotate(-70deg) scale(1);
  transform: skew(-50deg) rotate(-70deg) scale(1);
  -webkit-backface-visibility: hidden;
  -webkit-transition: opacity 0.3s, color 0.3s;
  -moz-transition: opacity 0.3s, color 0.3s;
  transition: opacity 0.3s, color 0.3s;
}

.csstransforms .cn-wrapper li a span {
  font-size: 1.1em;
  opacity: 0.7;
}

/* for a central angle x, the list items must be skewed by 90-x degrees
in our case x=40deg so skew angle is 50deg
items should be rotated by x, minus (sum of angles - 180)2s (for this demo) */

.csstransforms .cn-wrapper li:first-child {
  -webkit-transform: rotate(-10deg) skew(50deg);
  -ms-transform: rotate(-10deg) skew(50deg);
  -moz-transform: rotate(-10deg) skew(50deg);
  transform: rotate(-10deg) skew(50deg);
}

.csstransforms .cn-wrapper li:nth-child(2) {
  -webkit-transform: rotate(30deg) skew(50deg);
  -ms-transform: rotate(30deg) skew(50deg);
  -moz-transform: rotate(30deg) skew(50deg);
  transform: rotate(30deg) skew(50deg);
}

.csstransforms .cn-wrapper li:nth-child(3) {
  -webkit-transform: rotate(70deg) skew(50deg);
  -ms-transform: rotate(70deg) skew(50deg);
  -moz-transform: rotate(70deg) skew(50deg);
  transform: rotate(70deg) skew(50deg)
}

.csstransforms .cn-wrapper li:nth-child(4) {
  -webkit-transform: rotate(110deg) skew(50deg);
  -ms-transform: rotate(110deg) skew(50deg);
  -moz-transform: rotate(110deg) skew(50deg);
  transform: rotate(110deg) skew(50deg);
}

.csstransforms .cn-wrapper li:nth-child(5) {
  -webkit-transform: rotate(150deg) skew(50deg);
  -ms-transform: rotate(150deg) skew(50deg);
  -moz-transform: rotate(150deg) skew(50deg);
  transform: rotate(150deg) skew(50deg);
}


.csstransforms .cn-wrapper li:nth-child(odd) a {
    background-color: #000;
  background-color: hsla(0, 0%, 13%, 1);
  border-top:4px solid #000;
}

.csstransforms .cn-wrapper li:nth-child(even) a {
   background-color: #000;
  background-color: hsla(0, 0%, 15%, 1);
  border-top:4px solid #000;
}

/* active style */
.csstransforms .cn-wrapper li.active a {
  background-color: #000;
  background-color: hsla(0, 0%, 20%, 1);
  border-top:4px solid #000;
}


/* hover style */
.csstransforms .cn-wrapper li:not(.active) a:hover,
.csstransforms .cn-wrapper li:not(.active) a:active,
.csstransforms .cn-wrapper li:not(.active) a:focus {
   background-color: #000;
  background-color: hsla(0, 0%, 20%, 1);
  border-top:4px solid #000;
}
.csstransforms .cn-wrapper li:not(.active) a:focus
{
    position:fixed;
}
 

/* fallback */
.no-csstransforms .cn-button {
  display: none;
}

.no-csstransforms .cn-wrapper li {
  position: static;
  float: left;
  font-size: 1em;
  height: 5em;
  width: 5em;
  background-color: #eee;
  text-align: center;
  line-height: 5em;
}

.no-csstransforms .cn-wrapper li a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: inherit;
  font-size: 1.3em;
  border-right: 1px solid #ddd;
}

.no-csstransforms .cn-wrapper li a:last-child {
  border: none;
}

.no-csstransforms .cn-wrapper li a:hover,
.no-csstransforms .cn-wrapper li a:active,
.no-csstransforms .cn-wrapper li a:focus {
  background-color: white;
}

.no-csstransforms .cn-wrapper li.active a {
  background-color: #6F325C;
  color: #fff;
}

.no-csstransforms .cn-wrapper {
  font-size: 1em;
  height: 5em;
  width: 25.15em;
  bottom: 0;
  margin-left: -12.5em;
  overflow: hidden;
  position: fixed;
  z-index: 10;
  left: 50%;
  border: 1px solid #ddd;
}

@media screen and (max-width:480px) {
  .csstransforms .cn-wrapper {
    font-size: .68em;
  }

  .cn-button {
    font-size: 1em;
  }

  .csstransforms .cn-wrapper li {
    font-size: 1.52em;
  }
}

@media screen and (max-width:320px) {
  .no-csstransforms .cn-wrapper {
    width: 15.15px;
    margin-left: -7.5em;
  }

  .no-csstransforms .cn-wrapper li {
    height: 3em;
    width: 3em;
  }
}
.container > header h1 span{
  display: block;
  float: left;
  animation: animate 4.0s linear infinite;
  margin: 0 5px;
  padding: 0;
  color: #DC143C;
  font-family: asia;
  
  
}
 .container > header h1 span {
    font-size: 3em;
  }
}
.container > header h1 span:nth-child(1){
  animation-delay: 0s;
}
.container > header h1 span:nth-child(2){
  animation-delay: .25s;
}
.container > header h1span:nth-child(2){
  animation-delay: .5s;
}
.container > header h1 span:nth-child(3){
  animation-delay: .75s;
}
.container > header h1 span:nth-child(4){
  animation-delay: 1s;
}
.container > header h1 span:nth-child(5){
  animation-delay: 1.25s;
}
.container > header h1 span:nth-child(6){
  animation-delay: 1.5s;
}
.container > header h1 span:nth-child(7){
  animation-delay: 1.75s;
}
.container > header h1 span:nth-child(8){
  animation-delay: 2.0s;
}
.container > header h1 span:nth-child(9){
  animation-delay: 2.25s;
}
.container > header h1 span:nth-child(10){
  animation-delay: 2.5s;
}
.container > header h1 span:nth-child(11){
  animation-delay: 2.75s;
}
.container > header h1 span:nth-child(12){
  animation-delay: 3.0s;
}
.container > header h1 span:nth-child(13){
  animation-delay: 3.25s;
}
.container > header h1 span:nth-child(14){
  animation-delay: 3.5s;
}
.container > header h1 span:nth-child(15){
  animation-delay: 3.75s;
}
.container > header h1 span:nth-child(16){
  animation-delay: 4.0s;
}
@keyframes animate {
  0%, 100%{
    color: #DC143C;
    filter: blur(2px);
    text-shadow: 0 0 10px red,
      0 0 20px red,
      0 0 40px red,
      0 0 80px red,
      0 0 120px red,
      0 0 200px red,
      0 0 300px red,
      0 0 400px red;
  }
  5%, 95%{
    color: #fff;
    filter: blur(0px);
    text-shadow: none;
  }
}
#panel {

    position: fixed;

    top: 50px;

    right: -345px;

    z-index: 99999;

    transition: right 0.5s ease-out 0s;

}

 

#panel:hover {

    right: 0;

}

 

#panel #content {

    width: 340px;

    height: 465px;

    padding: 0px;

    border-top: 2px solid red;

    border-right: none;

    border-bottom: 2px solid red;

    border-left: 2px solid red;

    z-index: 20;

    background: #FFFFFF;

    position: relative;

    border-radius: 0px 0 0 0px;

}
#panel #title {

    width: 75px;

	height:465px

    border: 0px;

    color: #FFFFFF;

    font-weight: bold;

    border-radius: 10px;

    

    text-align: center;

    position: relative;

    top: 119px;

    left: -70px;

    transform: rotate(0deg);

    z-index: 1;

 

}
/* background-image: linear-gradient(-20deg, rgb(0,0,0,0.6) 30%, rgb(255,0,0,0.7)); padding:15px;*/
aside {float:left;margin:0 0 15px;}

#main {float:right;margin:0 0 15px;}

@media (min-width: 800px) {
	aside {width:30%;}
	#main {width:65%;}	
}
@media (max-width: 800px) {
	aside,
	#main {width:100%;}	
}




@media (max-width: 1200px) {
  #container {
    width: 100%;
  }
  .container > header h1 span {
    font-size: 1.7em;
  }
}
@media (max-width: 800px) {
  #container {
    width: 100%;
  }
  .container > header h1 span {
    font-size: 1.1em;
  }
}
@media (max-width: 600px) {
  #container {
    width: 100%;
  }
  .container > header h1 span {
    font-size: 30px;
  }