/*
@media (min-width: 1200px) {
  .container {
    width: 970px;
  }
}


@media (max-width: @screen-xs) {
    body{font-size: 10px;}
}

@media (max-width: @screen-sm) {
    body{font-size: 14px;}
}
*/

/*
.container{
  max-width: none !important;
  width: 970px;
}*/

.container{
  max-width: none !important;
  width: 970px;
  color: #FFF;
}

@font-face {
    font-family: bitfont;
    src: url(./editundo.ttf);
}

body {
   background: #69ceec !important;
   font-family: bitfont;
   font-size: 10px;
}

p, h1, h2, h3 {
   font-family: bitfont;
}

h1 {
    font-size: 5.0em;
    line-height: 1.0em;
}

h2 {
    font-size: 3.0em;
    line-height: 1.0em;
}

p {
   font-size: 2em;
   line-height: 1.0em;
}

a {
/*       color: #ff00e3; */
    color: #ffe100;
    text-decoration: none;
}

a:hover{
/*    color: #ffc0f8;*/
    color: #ffe100;
    text-decoration: underline;
}

.tmtext {
    font-family: arial,sans-serif;
    padding-top: 20px;
    font-size: 11px !important;
    font-size: 1.5em;
    line-height: 1.0em;
}

.golden a{
    color:#ffe100;
}

.supert{
    font-family:sans-serif;
    font-size:0.3em;
    vertical-align:super;
}

.plain{
    font-family:sans-serif !important;
    padding-top:10px !important;
    padding-bottom:10px !important;
    font-size:1.6em !important;
}
video {
    width: 100%;
    height: auto;
}

/*
.img-responsive {
    margin: 0 auto;
}*/

/*
.privacy p,h1,h2{
   font-family: Monaco, monospace;
   font-size: 14px !important;
}

.privacy b,h1,h2{
   color: rgb(0, 52, 100);
}*/