/*!
 * Start Bootstrap - Freelancer Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
    font-family: 'Raleway', sans-serif;
    height: 100%;
}


p.small {
    font-size: 16px;
}

a,
a:hover,
a:focus,
a:active,
a.active {
    outline: 0;
    color: #fecb04;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
}
.nopadding {padding: 0 !important;}
.main {background: #000; height:100%;-webkit-box-shadow: 0 0 20px 7px rgba(0,0,0,0.5);
box-shadow: 0 0 20px 7px rgba(0,0,0,0.5);}
.aside {height: 100%; color: #fff; background:url(../images/bg.jpg) -1000px bottom; background-size: auto 120%; text-shadow: 0px 0px 5px #000;}
.aside img {width: 50%; margin: 10px auto 10px auto; display: block;}
.high {height: 50%; padding: 0 !important; margin: 0 !important;}
.medium {height: 33.3%; padding: 0 !important; margin: 0 !important;}
.doboz {height: 100%;
overflow: hidden;
}
.sponsor {position: absolute; bottom:5px; left:0;}
.sponsor img {width: 90%;}

.doboz {
-webkit-transition: all 0.65s ease-in-out;
-moz-transition: all 0.65s ease-in-out;
-o-transition: all 0.65s ease-in-out;
transition: all 0.65s ease-in-out;
}
img.hatter {width: 100%; height: auto; overflow: hidden; opacity: 0.3; pointer-events: none;
    -webkit-transition: all 0.65s ease-in-out;
  -moz-transition: all 0.65s ease-in-out;
  -o-transition: all 0.65s ease-in-out;
  transition: all 0.65s ease-in-out;}

.hover .hatter {width: 130%;height: auto; margin:-10% 10% 10% -10%;}
.logo {
pointer-events: none;
  position: absolute;
  overflow: hidden;
  margin: 0 auto;
  left:0;
  right:0;
  top: 20%;
  z-index: 5;
  width:50%;
  opacity: 1;
-webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
     -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
}
.hover .logo {margin-top: -20px; opacity: 0;
-webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
     -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;}
.content {opacity: 0; margin: 0 auto; position: absolute; overflow: hidden; width: 80%; left: 0; right: 0;
  top: 35%; color: #fff;
-webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
     -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
}
.hover .content {opacity: 1; top:25%;
-webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
     -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;}
.url {position: absolute; height: 100%; width: 100%; display: none; z-index: 4;}
.hover .url {display: block;}

@media (max-width:767px) {
    .aside {height: 700px}
    img.hatter {width: 140%;}
    .hover .hatter {width: 180%; height: auto;}
}
@media (min-width:768px) and (max-width: 880px) {
    .content, .aside {font-size:14px;}
    .hover .content {top:10%;}
}
@media (min-width:881px) and (max-width: 1100px) {
    .content, .aside {font-size:16px;}
    .hover .content {top:10%;}
}
@media (min-width:1101px) and (max-width: 1300px) {
    .content, .aside {font-size:18px;}
    .hover .content {top:15%;}
}
@media (min-width:1301px) and (max-width: 1600px) {
    .content, .aside {font-size:20px;}
    .hover .content {top:20%;}
}
@media (min-width: 1601px) {
    .content, .aside {font-size:22px;}
    .hover .content {top:20%;}
}