@font-face {
    font-family: Avignon-Demi;
    src: url('../../pikpok/fonts/Avignon-Demi.ttf');
    font-weight: bold;
}
@font-face {
    font-family: Ancona-Cd-Regular;
    src: url('../../pikpok/fonts/Ancona-Cd-Regular.ttf');
}
@font-face {
    font-family: Octin-Sports-Regular;
    src: url('../../pikpok/fonts/Octin-Sports-Rg.ttf');
}

body {
    background-color: #0c112b;
    line-height: 1.2em;
    font-size: 14px;
    color: #FFF;
    padding-left:0px;
    padding-right:0px;

}

h1 {
    font-family: Octin-Sports-Regular;
    font-size: 24px;
}

h3 {
    font-family: Octin-Sports-Regular;
    font-size: 24px;
    padding-bottom:10px;
}

li {
    line-height: 1.2em;
    padding-top:15px;
}

ul, ol {
    margin:0px 0px 0px 25px;
}

.pullback {
    margin-left:-13px;
    width:594px;
    height:157px;
}


#tighten {
    margin-left:-8px;
}

#tighten img {
    margin-left: -3px;
    margin-right: -3px;
}

.span8 {
    width:602px;
}

.span4 {
    width:300px;
}

.title{
    background-image: url("../../pikpok/panels/panel_main_header.png");
    background-repeat: no-repeat;
    padding-bottom:4px;
}

.mbefore {
    content: url("../../pikpok/panels/panel_main_top.png");
}

.mainpanel {
    background-image: url("../../pikpok/panels/panel_main_middle.png");
    background-size: 100%;
}

.title h1 {
    padding-left:30px;
    padding-top:5px;
    margin-bottom:-5px;
}

.mainpanel div {
    margin-left:20px;
}

.mpull {
    margin-left:-10px;
}

.mafter {
    content: url("../../pikpok/panels/panel_main_bottom.png");
    margin-bottom:20px;
}

.smallpanel .inner{
    background-image: url("../../pikpok/panels/panel_small_middle.png");
    margin-top:-6px;
    padding-top:-10px;
    padding-left:15px;
    margin-right:12px;
    margin-left:0px;
    padding-bottom:20px;
}

.smallpanel {
    background-image: url("../../pikpok/panels/panel_small_top.png");
    background-repeat: no-repeat;
    padding-bottom: 30px;
}

.smallpanel:after {
    content: url("../../pikpok/panels/panel_small_bottom.png");
}

.smallpanel h3 {
    margin-left: 15px;
    padding-top: 4px;
    font-family: Octin-Sports-Regular;
    font-size: 18px;
}

.smallpanel div {
    margin-left: 15px;
    padding-top: 5px;
    margin-right: 25px;
}

.smallpanel img {
    padding:20px 20px 5px 17px;
}

#header {
    background-image: url("../../pikpok/banners/header.jpg");
    background-repeat: no-repeat;
    background-position: center; 
    height: 678px;
    margin-bottom: -250px;
}

.footer-text {
    font-family: Avignon-Demi;
    font-size: 9px;
    text-align: center;
}

.pull-right{
    float:right;
    padding-right:35px;
}

.social {
    padding-bottom:15px;
}

.footer {
    margin-top:40px;
    margin-bottom:20px;
    text-align: center;
}

.footer:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em; /* Adjusts for spacing */
}

.thumb{
    width:180px;
}

.thumbnails {
    margin-left:-15px;
}

.thumbnails > li {
    margin-top:10px;
    margin-left:15px;
    margin-bottom:20px;
}

#humble {
    background-color: #040e1a;
    border-color: #071c2c;
    border-width:3px;
}

.modal {
    width: 610px;
}

.mainpanel .video-container{
    margin-left:-10px;
    margin-right:10px;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media (max-width: 320px) {
    #header{
        width: 320px;
        height: 161px;
        margin-bottom: -70px;
        background-size:320px;
        background-size: 100%;
        -webkit-background-size: 100%;
    }
    .container{
        width:320px;
    }
    .pull-right{
        padding-right:0px;
    }
    .span8 {
        width:320px;
    }
    .mainpanel{
        padding-right:10px;
    }
    .span4 {
        width:300px;
    }
    .mbefore{
        width:320px;
    }
    .mafter{
        width:320px;
    }
    .social img{
        height:25px;
    }
}

@media (max-width: 481px) and (min-width:321px) {
    #header{
        width: 480px;
        height: 323px;
        margin-bottom: -140px;
        background-size:480px;
        background-size: 100%;
        -webkit-background-size: 100%;
    }
    .container{
        width:480px;
    }
    .pull-right{
        padding-right:5px;
    }
    .container{
        width:480px;
    }
    .pull-right{
        padding-right:5px;
    }
    .span8 {
        width:480px;
    }
    .mainpanel{
        padding-right:20px;
    }
    .span4 {
        width:300px;
    }
    .mbefore{
        width:480px;
    }
    .mafter{
        width:480px;
    }
}


@media (max-width: 979px) and (min-width:768px){
    .container{
        width:602px;
    }
     .pull-right{
        padding-right:10px;
    }
}
