/* 
    Package : UK Fannetwork
    Author  : Simon Noyce
    Name    : main.css
    info    : Main CSS for UK Fannetwork specific styling
*/
@font-face{
    font-family: 'Circular Std Book';
        src: url("/fonts/CircularStd/CircularStd-Book.eot");
        src: url("/fonts/CircularStd/CircularStd-Book.eot?#iefix") 
            format("embedded-opentype"),url("/fonts/CircularStd/CircularStd-Book.woff") 
            format("woff"),url("/fonts/CircularStd/CircularStd-Book.ttf") 
            format("truetype"),url("/fonts/CircularStd/CircularStd-Book.svg#dd452d63ae05ddb466f19713a7d09fd5") 
            format("svg");
    font-style: normal;
    font-weight: 400;
}

@media(max-width:1200px){
    .addthis_vertical_follow_toolbox{
        display: none !important;
    }
}

@media(max-width:600px){
    #footer > .cont {
        display: inline-block;
        margin: 0 auto;
    }
}

body{
    font-family: Circular Std Book;
    width: 100%;
    height:100%;
}
h2{
    color: #337ab7;
}
.cont{
    margin: 0 auto;
    width: 60%;
    min-width: 1042px;
    background-color: #fff;
}
#header{
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 60px;
    background-image: linear-gradient(to bottom, #337ab7 0px, #2b669a 100%);
    border: 1px solid #000066;
    position: fixed;
    z-index: 20;
}
#logo{
    display: inline-block;
    float: left;
    width: 270px;
    z-index: 22;
    margin-top: 4px;
}
#logo > a > img{
    height: 55px
}
.sublogo{
    display: inline-block;
    float: left;
    z-index: 20;
    margin-top: 6px;
    margin-left: 20px;
}
.sublogo > img{
    border: 1px solid #3f3f3f;
    border-radius: 4px;
    box-shadow: 1px 1px 2px 2px #555;
    height: 48px;
}
.union-jack{
    background: rgba(0, 0, 0, 0) url("/img/union-jack.jpg") no-repeat scroll 0 0;
    box-shadow: 2px -3px 5px 1px;
    display: inline-block;
    float: left;
    height: 58px;
    width: 107px;
}
#navbar{
    margin-right: 10px;
    margin-top: 10px;
    display: inline-block;
    float: right;
}
.navbar-nav > li > a{
    color: #eeeeee;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    border-radius: 5px;
}
.navbar-nav > li > a:hover{
    color: #3a5795 !important;
}
.navbar-nav > li > a:focus{
    color: #3a5795 !important;
}
.nav .open > a{
    color: #3a5795 !important;
}
.dropdown:hover .dropdown-menu {
  display: block;
}
#head-social{
    display: inline-block;
    float: right;
}
.at4-follow .at4-follow-inner{
    padding: 18px 282px 10px 15px !important;
}
full-cont{
    width: 100%;
    margin: 0 auto;
}
#main-cont{
    width: 100%;
    display: block;
    min-height: 500px;
    background-image: url("/img/bg.png");
    background-repeat: repeat;
    padding-top: 60px;
}
.left{
    float: left;
    display: inline-block;
}
.right{
    float: right;
    display: inline-block;
}
.addthis_vertical_follow_toolbox{
    position: absolute;
    margin-top: 150px;
    margin-left: 5px;
    display: inline-block;
    width: 100px;
}
.well{
    margin-top: 0px;
    margin-bottom: 10px;
}
.well > .page-header > h2{
    margin-top: 0px !important;
}
.page-header{
    float: left;
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #333;
    margin: 0 0 5px 0;
    padding-bottom: 0;
}
.carousel-cont{
    width: 100%;
    display: inline-block;
    background-color: #333;
}
.carousel{
    margin-top: 0px;
}
.carousel-control{
    height: 50% !important;
    margin-top: 10%;
}
.carousel-control.right{
    background-image: none !important;
}
.carousel-control.left{
    background-image: none !important;
}
.item{
    text-align: center;
}
.item > iframe{
    margin-bottom: 0 !important;
}
#footer{
    width: 100%;
    float: left;
    position: relative;
    display: block;
    background-color: #333 !important;
    color: #ffffff;
    min-height: 55px;
}
#footer > .cont{
    background-color: #333 !important;
}
#copyright{
    margin-top: 20px;
    float: left;
}
#footer-menu{
    margin-top: 10px;
    float: right;
}
.foot-link{
    color: #ffffff;
}

.home-features{
    width: 100%;
    display: inline-block;
    min-height: 330px;
    margin-bottom: 10px;
}
.home-features-menu{
    width: 30%;
    height: 100%;
    float: left;
    display: inline-block;
}
.home-features-menu > a{
    height: 25%;
    margin-bottom: 0px !important;
}
.home-features-vids{
    width: 70%;
    float: right;
    display: inline-block;
    height: 100%;
}
.home-features-vid{
    height: 100%;
    margin-left: 0.5%;
    padding: 3px;
    width: 99.5%;
    position: relative;
    min-height: 300px;
    margin: auto;
    border-radius: 4px;
}
.home-features-vid:hover,
.home-features-vid:focus{
    background-image: linear-gradient(to bottom, #e8e8e8 0px, #f5f5f5 100%) !important;
}
.home-features-vids > ul{
    height: 100%;
}
.home-welcome{
    float: left;
    margin-top: -11px;
    padding-top: 0;
    border-radius: 0px 0px 4px 4px;
    width: 100%;
}
.home-welcome > .left{
    display: inline-block;
    float: left;
    width: 60%
}
.home-welcome > .right{
    display: inline-block;
    float: right;
    width: 40%
}
.subscribe-banner{
    background-image: linear-gradient(to bottom, #2b669a 0px, #333 100%);
    background-repeat: repeat-x;
    border-color: #2b669a;
    border-radius: 10px;
    color: #fff;
    height: 160px;
    margin: 35px 0 0 15px;
    text-align: center;
    text-shadow: 1px 1px 4px #286090;
    width: 92%;
    min-width: 400px;
}
.subscribe-banner > .left{
    margin-left: 55px;
    margin-top: 14px;
    width: 18%;
}
.subscribe-banner > .right{
    font-size: 45px;
    margin-left: 10px;
    padding-bottom: 0;
    width: 82px;
    float: left;
}
.subscribe-banner > h3{
    font-size: 25px;
    padding-top: 15px;
}
.subscribe-banner > p{
    display: inline-block;
    float: left;
    margin-left: 35px;
    margin-top: 0;
    width: 55%;
}
.subscribe-banner > .btn-success{
    float: right;
    margin-right: 15px;
    margin-top: -12px;
    text-decoration: none;
}
.list-group-item{
    background-image: linear-gradient(to bottom, #e8e8e8 0px, #f5f5f5 100%);
}
.list-group-item:hover,
.list-group-item:focus{
    background-image: none;
    background-color: #f7f7f7 !important;
}

/* CAT PAGE */
.cat-features{
    width: 100%;
    display: inline-block;
    margin-bottom: 10px;
}
.cat-features-menu{
    width: 20%;
    height: 100%;
    float: left;
    display: inline-block;
}
.cat-features-menu > a{
    height: 25%;
    margin-bottom: 0px !important;
}
.cat-features-vids{
    width: 80%;
    float: right;
    display: inline-block;
    height: 100%;
}
.cat-features-vids-full{
    width: 100% !important;
}
.cat-features-vid{
    margin-left: 0.5%;
    padding: 5px;
    width: 99.5%;
    position: relative;
    margin: auto;
    border-radius: 4px;
}
.cat-features-vid:hover,
.cat-features-vid:focus{
    background-image: linear-gradient(to bottom, #e8e8e8 0px, #f5f5f5 100%) !important;
}
.cat-features-vids > ul{
    height: 100%;
}
.glyphicon-play-circle{
    background-color: #555;
    border: 0 none;
    border-radius: 40px;
    color: #fff;
    font-size: 70px;
    margin-left: 35%;
    margin-top: 16%;
    position: absolute;
}
.glyphicon-play-circle:hover{
    opacity: 0.8;
}
.play_small{
    font-size: 55px !important;
    margin-left: 30% !important;
    margin-top: 14% !important;
}
.vid-info{
    border-radius: 0 0 4px 4px;
    margin-top: -5px;
}
.cat-thumb{
    min-height: 270px;
}
.cat-thumb > .caption{
    padding: 5px;
}
.caption > h3{
    margin-bottom: 2px;
    margin-top: 8px;
}
.cat-features-vid > .row,
.home-features-vid > .row{
    margin-left: 0;
    margin-right: 0;
}
.thumb-cont{
    padding-left: 5px;
    padding-right: 5px;
}
.thumbnail a > img:hover{
    opacity: 0.5;
}
.col-md-3{
    padding-left: 5px;
    padding-right: 5px;
}
.col-md-3 > .thumbnail{
    min-height: 301px;
    background-image: linear-gradient(to bottom, #fff 100px, #38719a 100%);
}
.addthis_sharing_toolbox{
    float: right;
}
#overlay {
    background-color: #fff;
    opacity: 0.7;
    display: none;
    height: 150%;
    left: 0;
    position: fixed;
    top: 0;
    width: 150%;
    z-index: 991;
}
#login-lightbox,
#error-lightbox{
    position: absolute;
    width: 100%;
}
#login-lightbox > .lightbox-content,
#error-lightbox > .lightbox-content{
    margin-top: 280px;
    width: 500px;
}
.lightbox-close{
    color: red;
    float: right;
    font-size: 25px;
    margin-right: -4px;
    margin-top: -8px;
}
.form-signin{
    margin: 0 auto 15px;
    width: 80%;
}
.form-signin > input {
    margin-bottom: 10px;
}
.lightbox-close{
    color: red !important;
    float: right;
    font-size: 25px;
    margin-right: -4px;
    margin-top: -8px;
}
.lightbox-close:hover{
    color: red !important;
    text-decoration: none !important;
    opacity: 0.8;
}
.lightbox-content > .alert{
    margin-top: 25px;
}
.lightbox-content > .btn-block{
    margin-bottom: 10px;
}
/*
Store styles
*/
#progress-bar > .list-group{
    width: 95%;
}
#progress-bar > .list-group > .list-group-item{
    display: inline-block;
    width: 33%;
}
#store > .page-header{
    float: none !important;
}
#user{
    text-align: center;
    width: 100%;
}
#user > .left,
#user > .right{
    background-color: #fff;
    border-radius: 10px;
    border: 1px solid #ddd;
    height: 205px;
    margin: 10px;
    width: 48%;
}
#user-step1 > .right > .btn-success{
    margin-top: 30px;
}
#user-details{
    display: inline-block;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 5px;
    width: 100%
}
#user-step1{
    display: inline-block;
    width: 100%;
}
#user-step1 > .left,
#user-step1 > .right{
    background-color: #fff;
    border-radius: 10px;
    height: 230px;
    margin: 10px;
    width: 47%;
}
.form-signup{
    margin: 0 auto 15px;
    width: 80%;
}
.form-signup > .left,
.form-signup > .right{
    background-color: #fff;
    border-radius: 10px;
    margin: 10px;
    width: 47%;
}
#user-details > .form-control{
    margin-bottom: 5px;
}
.user-details-button-cont{
    display: inline-block;
    margin-top: 15px;
    width: 100%;
}
#payment-details{
    background-color: #fff;
    margin: 10px;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 5px;
    width: 100%;
}
.pp-logo{
    background-color: #f5f5f5;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 6px;
    width: 125px;
}
.pp-border{
    border: 1px solid #ddd;
    border-radius: 10px;
    display: inline-block;
    margin: 10px;
    padding: 10px;
}
.pp-border > h3{
    float: left;
    margin-bottom: 0;
    padding-left: 50px;
    text-align: left;
    width: 100%;
}
.pp-border > .left{
    background-color: #fff;
    border-radius: 10px;
    display: inline-block;
    float: left;
    margin-top: 20px;
    padding-left: 50px;
    width: 20%;
}
.pp-border > .right{
    background-color: #fff;
    border-radius: 10px;
    display: inline-block;
    margin-top: 20px;
    text-align: left;
    width: 80%;
}
#paypal-form{
    display: inline-block;
    width: 100%;
}
#paypalFrm > .left{
    background-color: #fff;
    border-radius: 10px;
    display: inline-block;
    float: left;
    padding-left: 50px;
    width: 50%;
}
#paypalFrm > .right{
    background-color: #fff;
    border-radius: 10px;
    display: inline-block;
    height: 110px;
    margin-top: 0;
    text-align: left;
    width: 50%;
}
#paypalFrm > .right > .btn-success{
    margin-top: 35px;
    width: 80%;
}
.pp-logo{
    background-color: #f5f5f5;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 6px;
    width: 125px;
}
.price{
    background-color: #fff;
    border: 1px solid #333;
    border-radius: 5px;
    color: #60b560;
    float: right;
    margin-right: 50px;
    padding: 5px;
    text-align: right;
    width: 110px;
}
.price > strike{
    color: red;
}
.price > strike > small{
    color: red;
    margin-right: 5px;
}
#progress-bar{
    float: left;
    width: 100%;
}
#progress-bar > .list-group {
    border: 1px solid #ddd;
    padding: 18px;
    width: 100%;
}
#progress-bar > .list-group > .list-group-item {
    border-radius: 4px !important;
    display: inline-block;
    width: 33%;
}
.form-control{
    margin-bottom: 5px;
}
label {
    display: inline-block;
    float: right;
    font-weight: normal;
    margin-bottom: 5px;
    max-width: 90%;
    text-align: left;
}
input[type="checkbox"]{
    width: 15px;
}
.payment-price{
    background-color: #999;
    border: 1px solid #555;
    border-radius: 5px;
    color: #fff;
    float: right;
    margin-right: 14px;
    margin-top: -20px;
    padding: 5px;
    text-align: center;
    width: 100px;
}
#paypal-form > h5{
    float: right; 
    margin-right: 12px
}


.list-group-item2{
    background-image: linear-gradient(to bottom, #e8e8e8 0px, #f5f5f5 100%);
}
.list-group-item2:hover,
.list-group-item2:focus{
    background-image: none;
    background-color: #9bc3e3 !important;
    text-decoration: none;
}
#progress-bar > .list-group2 {
    border: 1px solid #ddd;
    padding: 18px;
    width: 100%;
    text-decoration: none;
}
#progress-bar > .list-group2 > .list-group-item2 {
    border-radius: 4px !important;
    display: inline-block;
    width: 33%;
    text-decoration: none;
}
.list-group-item2.active, .list-group-item2.active:focus, .list-group-item2.active:hover {
    background-image: linear-gradient(to bottom, #337ab7 0px, #2b669a 100%);
    background-repeat: repeat-x;
    border-color: #2b669a;
    text-shadow: 0 -1px 0 #286090;
    text-decoration: none;
}
.list-group-item2.active, .list-group-item2.active:focus, .list-group-item2.active:hover {
    background-color: #337ab7;
    border-color: #337ab7;
    color: #fff;
    z-index: 2;
    text-decoration: none;
}
.list-group-item2 {
    background-color: #fff;
    border: 1px solid #ddd;
    display: block;
    margin-bottom: -1px;
    padding: 10px 15px;
    position: relative;
    text-decoration: none;
}
.list-group-item2.active .list-group-item-text, .list-group-item2.active:focus .list-group-item-text, .list-group-item2.active:hover .list-group-item-text {
    color: #c7ddef;
    text-decoration: none;
}
.pp-loading{
    margin-left: 250px; 
    border-radius: 10px; 
    border: 1px solid #333; 
    display: inline-block;
}
.pp-loading-text{
    margin-bottom: 10px; 
    display: inline-block; 
    margin-left: 440px;
}

.navbar-collapse.collapse {
    display: block!important;
}

.navbar-nav>li, .navbar-nav {
    float: left !important;
}

.navbar-nav.navbar-right:last-child {
    margin-right: -15px !important;
}

.navbar-right {
    float: right!important;
}

.dropdown-menu{
    background-color: #fff !important;
}

.cont-details{
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
    display: inline-block;
    padding: 20px;
    width: 100%;
}

.cont-details > p{
    margin-bottom: 20px !important;
}