@font-face {
  font-family: 'giloo';
  font-style: normal;
  font-weight: normal;
  src: url('font/gilmt-webfont.eot');
  src: url('font/gilmt-webfont.eot?iefix') format('eot'), url('font/gilmt-webfont.woff') format('woff'), url('font/gilmt-webfont.ttf') format('truetype');
}

@font-face {
  font-family: 'gilooC';
  font-style: normal;
  font-weight: normal;
  src: url('font/gilc.eot');
  src: url('font/gilc.eot?iefix') format('eot'), url('font/gilc.woff') format('woff'), url('font/gilc.ttf') format('truetype');
}

h3 {
  padding: 0;
  padding-bottom: 7px;
  margin: 0;
  margin-bottom: 7px;
}

h3 + p,
p {
  font-size: 135%;
}

.navbar-nav li a {
  font-size: 183%;
}

.navbar-nav > li {
  float: left;
  width: 50%;
  text-align: center;
}

.container > .navbar-header,
.container > .navbar-collapse {
  margin-left: inherit;
  text-align: center;
}

.navbar-default .navbar-brand {
  display: block;
  float: inherit;
  padding: 0;
}

.bW {
  background: rgba(255, 255, 255, 0.9);
}

.cW {
  color: #ffffff;
}

.cB {
  color: #000000;
}

#download a:hover,
.noactive {
  opacity: 0.6;
  transition: opacity 0.6s linear;
}

.nopad {
  padding-right: 0;
  padding-left: 0;
}

.pB {
  padding-bottom: 15px;
}

.mB {
  margin-bottom: 15px;
}

.bB {
  border-bottom: 1px solid grey;
}

.mT {
  margin-top: 30px;
}

footer ul {
  padding: 20px;
  list-style: none;
}

footer ul li {
  font-size: 150%;
  line-height: 150%;
  list-style: none;
}

article.container {
  width: 100%;
  padding: 0;
}

article.container section {
  height: 800px;
  padding-top: 150px;
  background: red;
}

article.container section#disco {
  height: 1250px;
  color: #fff;
  background: url('../../img/back-4.jpg') center center no-repeat;
  -webkit-background-size: cover;
     -moz-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
}

article.container section#support {
  background: url('https://fbcdn-sphotos-c-a.akamaihd.net/hphotos-ak-prn2/t1/1480771_633860500009813_344866558_n.jpg') center center no-repeat;
  -webkit-background-size: cover;
     -moz-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
}

article.container section#mix {
  background: url('../../img/back-2.jpg') center center no-repeat;
  -webkit-background-size: cover;
     -moz-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
}

article.container section#about {
  height: 1400px;
  background: url('../../img/back-1.jpg') center center no-repeat;
  -webkit-background-size: cover;
     -moz-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
}

article.container section#about .itv small {
  display: block;
  float: right;
  font-size: 75%;
}

article.container section#now {
  height: 1013px;
  padding-top: 310px;
  background: url('../../img/back-3.jpg') center center no-repeat;
  -webkit-background-size: cover;
     -moz-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
}

footer {
  bottom: 0;
  width: 100%;
  height: 220px;
  background: white;
}

#download {
  padding-top: 10px;
}

#download img {
  padding-right: 6px;
  padding-bottom: 6px;
}

@media (min-width: 768px) {
  .navbar .navbar-header {
    float: inherit;
    width: 300px;
    margin: auto;
    text-align: center;
  }
  .navbar .navbar-header.big {
    width: 450px;
  }
  .navbar > .container .navbar-brand {
    display: block;
    float: inherit;
    padding-top: 45px;
    margin-left: 0;
    font-size: 30px;
    text-transform: uppercase;
  }
  .navbar-nav {
    float: inherit;
    width: 272px;
    margin: auto;
    text-align: center;
  }
  .navbar-nav > li {
    display: table-cell;
    width: 70px;
  }
  .navbar-nav > li#menu-mix {
    width: 47px;
  }
  .navbar-nav > li#menu-support {
    width: 93px;
  }
  article.container section {
    padding-top: 250px;
  }
}

@media (min-width: 988px) {
  article.container section .section-inner {
    width: 960px;
    margin: auto;
  }
  article.container section .section-inner .inner-col {
    padding: 20px;
  }
}