﻿@media only screen and (min-device-width: 320px) and (max-device-width: 500px) and (-webkit-min-device-pixel-ratio: 2) {

}

@font-face {
    font-family: 'AktivGrotesk-Regular';
    src: url(./fonts/AktivGrotesk/AktivGrotesk-Regular.woff) format('woff');
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: 'AktivGrotesk-Bold';
    src: url(./fonts/AktivGrotesk/AktivGrotesk-Bold.woff) format('woff');
}

body {
    font-family: 'AktivGrotesk-Regular';
    overflow-x: hidden !important;
    background-color: #ffffff !important;
}

 

h1, h2, h3, h4, h5, h6, .heading, .page-heading {
    font-family: 'AktivGrotesk-Bold';
    text-transform: uppercase;
    font-weight: normal;
    color: #009dd9;
}


h1 {
    font-size: 46px;
}

h2 {
    font-size: 23px;
    color: black !important;
    margin-bottom: 5px;
}

h4 {
    font-size: 18px;
}

h5 {
    color: black;
    text-transform: none;
    font-size: 16px !important;
}

.nav-clear-colour {
    background-color: #fff;
}


.navbar-fixed-top {
    position: relative !important;
}

.header {
    /*height:100px !important;*/
}


footer {
    font-size: 13px;
    background-color: #333333;
    color: #fff;
    margin-top: 100px;
}

    footer a {
        color: #fff;
    }

        footer a:hover {
            text-decoration: underline;
            color: #fff;
        }

    footer .container {
        padding-top: 10px;
        padding-bottom: 10px;
    }

.footer-head {
    background-color: #545962;
    color: #fff !important;
}

    .footer-head h4 {
        color: #fff !important;
    }

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */

.homepage-top-block {
    padding-left: 5px;
    padding-right: 5px;
    margin-top: 10px;
    margin-right: 5px;
    margin-bottom: 5px;
    background-color: #fff !important;
    border-bottom: 2px solid #009DD9;
}

.homepage-block {
    padding-left: 5px;
    padding-right: 5px;
    margin-top: 25px;
    margin-right: 5px;
    margin-bottom: 15px;
    text-align: center;
}

    .homepage-block h2 {
        color: #000;
    }

.homepage-block-imgholder {
    display: block !important;
}


.homepage-block-2ndRow {
    text-align: center !important;
    padding:2%;
    /*padding-left: 5px;
    padding-right: 5px;
    margin-top: 25px;
    margin-right: 5px;
    margin-bottom: 15px;
    text-align: center;*/
    /*width: 32.8% !important;*/
    /*min-height: 260px !important;*/
}


.body-content {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 10px;
    margin-bottom: 15px;
    background-color: #fff !important;
}

.carousel {
    background-color: #fff;
}

#whiteCarousel {
    background-color: #fff;
}

    #whiteCarousel img {
        max-height: 250px !important;
        padding-top: 50px;
        vertical-align: middle !important;
        align-items: center;
    }

.voice {
    font-size: 28px; /*55*/
    line-height: 30px;
    font-family: 'AktivGrotesk-Regular';
    text-transform: uppercase;
    font-weight: normal;
    color: #009DD9;
}

.voice-wb {
    font-size: 28px;
    line-height: 28px;
    font-family: 'AktivGrotesk-Regular';
    text-transform: uppercase;
    font-weight: normal;
    color: #009DD9;
}

.carousel p {
    color: #fff;
    font-size: 22px;
    padding-top: 40px;
}

.page-header-img {
    margin-left: -15px;
    height: 205px;
    float: left;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input,
select,
textarea {
    max-width: 280px;
}

.input-tick {
    float: left !important;
    text-align: left !important;
    line-height: 1.42857143 !important;
    margin-right: 4px !important;
}

.input-tiny {
    max-width: 50px !important;
}

.input-wide {
    max-width: 450px !important;
}

.input-fill {
    max-width: 100% !important;
}

.input-required {
    border-width: 1px !important;
    /*border-color: #fea3a3 !important;*/
}

/* Carousel */
.carousel-caption {
    z-index: 10 !important;
}

    .carousel-caption p {
        font-size: 20px;
        line-height: 1.4;
    }

@media (min-width: 768px) {
    .carousel-caption {
        z-index: 10 !important;
    }

    .homepage-block {
        padding-left: 5px;
        padding-right: 5px;
        margin-top: 10px;
        margin-right: 5px;
        margin-bottom: 15px;
        width: 49.55% !important;
        min-height: 260px !important;
    }

    #whiteCarousel .carousel-inner {
        height: 345px !important;
    }
}

.page-heading {
    margin: 40px 0 20px;
}

/*BEGIN BANNER STYLES*/
.banner-wrap {
    width: 100% !important;
    max-width: 100% !important;
    /*background: #040707;*/
    background-image: url(../../images/2017/banner-generic.jpg);
    height: 114px;
}

.banner-wrap-image {
    position: absolute;
    float: left;
    height: 114px;
    z-index: 100;
}

.banner-wrap .container {
    position: relative;
}

.banner-wrap ul {
    color: #a8aaba;
    font-size: 14px;
    line-height: 30px;
    float: right;
    margin: 0 0 0 0;
    text-transform: uppercase;
    font-family: 'Open Sans';
    font-weight: 400;
    position: relative;
    z-index: 100;
    /*background-image:url(../../images/2017/banner-generic.jpg);*/
}

    .banner-wrap ul li {
        float: left;
        left: -400px;
        list-style: none;
        color: #fff;
    }

        .banner-wrap ul li a {
            color: #fff;
        }

/*.banner-wrap {
        width:100% !important;
        max-width:100% !important;
        background:#009dd9;
        background-image:url(../../images/2017/banner-generic.jpg);
}
.banner-wrap-image {
        position:absolute;
        float:left;
        left:-400px;
        height:114px;
        z-index:100
}
.banner-wrap .container {
        position:relative
}
.banner-wrap ul {
        color:#a8aaba;
        font-size:14px;
        line-height:114px;
        float:right;
        margin:0 0 0 0;
        text-transform:uppercase;
        font-family:'BrandonGrotesqueWeb-Regular';
        font-weight:400;
        position:relative;
        z-index:100;
        background-image:url(../../images/2017/banner-generic.jpg);
}
.banner-wrap ul li {
    float:left;     
    list-style:none;
    color:#fff;  
}

.banner-wrap ul li a {    
    color:#fff;  
}*/

#b2lCrousel img {
    width: 100% !important;
}

.contact-tag {
    color: #ff8300;
    font-family: 'AktivGrotesk-Regular';
    font-weight: 600;
    font-size: 16px;
}

.contact-block {
    padding-left: 10px;
}

input[value="Cancel"], input[value="Submit"], .form_button_proceed, .form_button_submit, .form_button_reset {
    background: none repeat scroll 0 0 #009dd9;
    border: medium none !important;
    color: #ffffff !important;
    float: left;
    /*
    
    padding: 5px 25px !important;
    transition: background-color 0.5s ease 0s;
    width: auto;
    font-size: 16px;*/
    margin-top: 25px !important;
    margin-right: 25px;
    text-transform: uppercase;
    font-family: 'AktivGrotesk-Regular';
    font-size: 22px;
    letter-spacing: 1px;
    border-radius: 2px;
    padding: 16px;
}

    input[value="Cancel"]:hover, input[value="Submit"]:hover, .form_button_submit:hover, .form_button_proceed:hover, .form_button_reset:hover {
        background-color: #00b1f4 !important;
        text-decoration: underline;
        cursor: pointer;
    }


.form_button_cart {
    background: none repeat scroll 0 0 #009dd9;
    border: medium none !important;
    color: #ffffff !important;
    float: left;
    text-transform: uppercase;
    font-family: 'AktivGrotesk-Regular';
    font-size: 12px;
    letter-spacing: 1px;
    border-radius: 2px;
    padding: 7px;
}

    .form_button_cart:hover {
        background-color: #00b1f4;
    }

.align-bottom {
    position: absolute;
    bottom: 5px;
}

.form_button_action {
    font-family: 'AktivGrotesk-Regular';
    text-transform: uppercase;
    font-weight: normal;
    color: #009dd9;
    font-size: 20px;
}

    .form_button_action:hover {
        color: #009dd9;
    }

.buy-icon {
    width: 100%;
    height: 100%;
    vertical-align: middle !important;
    max-width: 77px;
}

.no-padding {
    padding: 0 !important;
}

.thin-padding {
    padding: 4 !important;
}

.narrow {
    height: 30px !important;
    margin-top: 15px !important;
    margin-right: 15px;
    padding: 5px 15px !important;
}

.navbar-btn {
    font-size: 16px;
    line-height: 50px !important;
    font-family: 'AktivGrotesk-Regular';
}

.navbar-nav > li > a {
    color: #707276;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 50px !important;
    font-family: 'AktivGrotesk-Regular';
    padding-bottom: 0px !important;
}

    .navbar-nav > li > a:hover,
    .navbar-nav > li > a:focus {
        color: #009dd9;
        background-color: transparent;
    }

.navbar-brand {
    padding: 0px 15px !important;
}

@media (max-width: 980px) {
    /*767*/
    .navbar-nav > li > a {
        color: #fff !important;
        font-size: 16px;
        text-transform: uppercase;
        line-height: 20px !important;
        font-family: 'AktivGrotesk-Regular';
        background-color: #333333 !important;
    }

        .navbar-nav > li > a:hover {
            color: #009dd9 !important;
        }

    .navbar-collapse {
        background-color: #333333 !important;
    }

    .navbar-inverse .btn-link {
        color: #fff !important;
    }

        .navbar-inverse .btn-link:hover,
        .navbar-inverse .btn-link:focus {
            color: #009DD9 !important;
            text-decoration: none;
        }

    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        .navbar-nav .open .dropdown-menu > li > a,
        .navbar-nav .open .dropdown-menu .dropdown-header {
            padding: 5px 15px 5px 25px;
        }

        .navbar-nav .open .dropdown-menu > li > a {
            line-height: 20px !important;
        }

            .navbar-nav .open .dropdown-menu > li > a:hover,
            .navbar-nav .open .dropdown-menu > li > a:focus {
                color: #009dd9;
            }
}


@media (max-width: 980px) {
    .navbar {
        height: 70px !important;
    }

    .navbar-header {
        float: none;
    }

    .navbar-left, .navbar-right {
        float: none !important;
    }

    .navbar-toggle {
        display: block;
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
      
    }


    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-nav {
        float: none !important;
        margin-top: 7.5px;
    }

        .navbar-nav > li {
            float: none;
        }

            .navbar-nav > li > a {
                padding-top: 10px;
                padding-bottom: 10px;
            }

    .collapse.in {
        display: block !important;
    }

    .navbar-right {
        margin-right: 0 !important;
    }

    .contact-us {
        font-size: 12px;
        padding-top: 10px;
        text-align: left !important;
    }
}

.alert {
    border-radius: 0 !important;
}

.alert-site-message {
    margin-bottom: 0 !important;
    text-align: center;
}

.panel-heading h5 {
    margin: 0px !important;
}

.heading-slogan {
    padding-top: 15px;
    padding-left: 20px;
    float: left;
    font-size: 16px;
    color: #009CDB;
    text-transform: uppercase;
    line-height: 50px !important;
    font-family: 'AktivGrotesk-Regular';
}

.bread-crum {
    text-transform: uppercase;
    font-family: 'AktivGrotesk-Regular';
    font-weight: 400;
    font-size: 14px;
    padding-top: 10px;
}

    .bread-crum a {
        color: #333;
    }

        .bread-crum a:hover {
            color: #333;
        }

.contact-us {
    font-size: 12px;
    padding-top: 10px;
    text-align: right;
}

    .contact-us a {
        color: #009CDB;
    }


.banner-breadcrum {
    font-size: 14px;
    height: 114px;
    float: right;
    margin: 0 0 0 0;
    text-transform: uppercase;
    font-family: 'AktivGrotesk-Regular';
    font-weight: 400;
    position: relative;
    z-index: 100;
}

.banner-breadcrum-active {
    background-color: #000;
    color: #fff;
    line-height: 114px;
    display: inline;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
    padding: 1px 25px 1px 5px;
    margin-left: -3px;
    background-image: url(../images/banner-breadcrum-arrow.png);
    background-position: right;
    background-repeat: no-repeat;
}

.banner-breadcrum-normal {
    background-color: #fff;
    color: #000;
    line-height: 114px;
    display: inline;
    padding: 2px 30px 2px 5px;
    margin-left: -3px;
    background-image: url(../images/banner-breadcrum-chevron.png);
    background-position: right;
    background-repeat: no-repeat;
}

.banner-breadcrum-end {
    background-color: #fff;
    color: #000;
    line-height: 114px;
    display: inline;
    padding: 2px 15px 2px 5px;
    margin-left: -4px;
}

.carousel-control-home {
    background-image: none !important;
}

.container1 {
    padding-right: 10px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 768px) {
    .container1 {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .container1 {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .container1 {
        width: 1170px;
    }
}

.container1-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

#homepageTopBannerSpacing {
    padding-top: 20px;
    padding-bottom: 25px;
}

.homepage-header {
    font-size: 26px; /*55*/
    line-height: 28px;
    font-family: 'AktivGrotesk-Regular';
    text-transform: uppercase;
    font-weight: normal;
    color: #009DD9;
}

.title-block {
    height: 80px;
}

.barcodesFormatWidth {
    width: 370px !important;
    padding: 13px !important;
    max-width: 800px !important;
    border: 1px solid #ccc;
}

@media (min-width: 768px) {
    .fivecolumns .span2 {
        width: 18.297872340425532%;
        *width: 18.2234042553191494%;
    }
}

@media (min-width: 1200px) {
    .fivecolumns .span2 {
        width: 17.9487179487179488%;
        *width: 17.87424986361156592%;
    }
}

@media (min-width: 768px) and (max-width: 979px) {
    .fivecolumns .span2 {
        width: 17.79005524861878448%;
        *width: 17.7155871635124022%;
    }
}

.reasearchreportbiblet {
    border: 1px solid #009DD9;
    border-radius: 12px;
    padding: 25px;
}

.item {
    margin: 10px;
    display: block;
    float: left;
    opacity: 0;
    /*width:180px;*/
    min-width: 160px;
    max-width: 180px;
    z-index: 0;
    opacity: 1\9; /* IE9 and older, but thereâ€™s moreâ€¦ */
}

.itemImageWrapper {
    border-radius: 6px 6px 0 0;
    display: block;
    padding: 7px;
    position: relative;
    z-index: 1;
    cursor: pointer;
}

.itemImage {
    border-radius: 6px 6px 0 0;
    display: block;
    padding: 0;
    position: relative;
}

.itemBase {
    position: relative;
    background: none repeat scroll 0 0 #fff;
    border-radius: 6px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
    min-width: 160px;
    max-width: 180px;
}


.itemPubWrapper, .itemViralWrapper {
    padding: 10px;
    border-top: 1px solid #e7e7e7;
    color: #777;
    position: relative;
    display: block;
    /*display:table;
	width:100%;
	table-layout:fixed;*/
}

    .itemPubWrapper a, .itemPubWrapperDiv {
        display: block;
        max-height: 45px;
        overflow: hidden;
        color: #505050;
        font-size: 14px;
        font-family: opensans-bold, Arial, Helvetica, sans-serif;
        position: relative;
        /*display:table-cell;
	vertical-align:middle;*/
    }

    .itemPubWrapper .pubLogoDiv {
        border: solid 1px #e7e7e7;
        border-radius: 6px;
        float: left;
        margin-right: 10px;
        max-width: 42px;
        max-height: 42px;
        overflow: hidden;
        box-sizing: content-box;
        z-index: 1;
    }

        .itemPubWrapper .pubLogoDiv .pubLogo {
            border: solid 0px #e7e7e7;
            border-radius: 6px;
            height: 40px;
            width: 40px;
            overflow: hidden;
            text-align: center;
            display: table-cell;
            vertical-align: middle;
            font-size: 8px;
            max-width: 40px;
            max-height: 40px;
        }

    .itemPubWrapper .pubLogo img {
        width: auto;
        height: auto;
        max-width: 40px;
        max-height: 40px;
        border: none;
    }

    .itemPubWrapper .pubName {
        display: table;
        height: 40px;
        max-height: 45px;
        overflow: hidden;
        padding-left: 50px;
        position: absolute;
        table-layout: fixed;
        width: 100%;
    }

.item.animate {
    -webkit-transform: translateY(200px);
    transform: translateY(200px);
    -webkit-animation: moveUp 0.65s ease forwards;
    animation: moveUp 0.65s ease forwards;
}

.pubNameInner {
    height: 40px;
    max-height: 45px;
    overflow: hidden;
    display: table;
    table-layout: fixed;
    position: absolute;
}


/*.itemPubWrapper .pubName:before {
  content: '';
  display: inline-block;
	height:40px;
	max-height:45px;
  vertical-align: middle;
  margin-right: -0.25em;
}*/




.itemPubWrapper h1, .itemPubWrapper span, .itemPubWrapper p {
    display: table-cell;
    vertical-align: middle;
    height: 40px;
    max-height: 45px;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    word-wrap: normal;
    word-break: keep-all;
}

shareBlock {
    /* background-color: #fff;
    border: 1px solid #e7e7e7;
    border-radius: 5px;
    left: 5px;
    position: absolute;
    top: 55px;
    width: 160px;
    z-index: 5;
	padding:5px 5px 0;
	display:none;
	box-shadow:0 2px 2px 0 rgba(0, 0, 0, 0.3);*/
    background: url("../../images/bookwall/icons/shareblock.png") no-repeat scroll 0 0 rgba(0,0,0,0);
    width: 155px;
    height: 110px;
    margin: auto;
    padding: 5px 10px;
    position: absolute;
    left: 2px;
    display: none;
    top: -60px;
    z-index: 5;
    background-size: 155px 110px;
}


.shareBlock li {
    list-style: none;
    float: left;
    padding: 5px;
    width: 45px;
    height: 45px;
}

    .shareBlock li a img {
        border: none;
    }


.Share {
    cursor: pointer;
}

.arrow {
    left: 15px;
    position: absolute;
    top: 39px;
    z-index: 6;
    display: none;
}

.arrow-up {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid black;
}

.wallLoader {
    background-color: #fff;
    cursor: pointer;
    display: block;
    height: 30px;
    padding: 9px;
    position: fixed;
    width: 100%;
    z-index: 100;
}

    .wallLoader img { /* */
    }

    .wallLoader span {
        font-size: 15px;
    }

.wallLoaderTop {
    top: 10px;
}

.wallLoaderBottom {
    bottom: 0px;
}

.popupBlock {
    background-color: #fff;
    border-radius: 6px;
    display: block;
    min-width: 200px;
    max-width: 450px;
    min-height: 230px;
    position: fixed;
    top: 80px;
    z-index: 11;
}

.btn-primary {
    background-color: #009dd9 !important;
    border-color: #009dd9 !important;
}
