/* Main CSS styles for the site */


/*  =========================================================================================================
    Colors
    Header background: #090909
    Grey background: #282828
    Mid Grey background #5B5B5B
    Light Grey background: #3c3c3c
    Yellow: #FDFE02
    Light grey: #DDDDDD
    Green: #92D400
    Nav Green: #88C13E
    Pale blue: #E4E9ED

    Brands in action bg 1: #9BD3BA
    Brands in action bg 2: #91B2D5
    =========================================================================================================
*/

/* =========================================================================================================
Fonts
========================================================================================================= */

@font-face {
    font-family: dinot-regular;
    src: url('../fonts/DINOT-Regular.otf'),
        url('../fonts/DINOT-Regular.woff') format('woff'),
        url('../fonts/DINOT-Regular.ttf') format('truetype');
}

@font-face {
    font-family: dinot-light;
    src: url('../fonts/DINOT-Light.otf'),
         url('../fonts/DINOT-Light.woff') format('woff'),
         url('../fonts/DINOT-Light.ttf') format('truetype');
}

@font-face {
  font-family: 'kantar-brown-bold';
  src: url('../fonts/KantarBrownWeb-Bold.eot');
  src: url('../fonts/KantarBrownWeb-Bold.woff2') format('woff2'),
       url('../fonts/KantarBrownWeb-Bold.woff') format('woff');
}

@font-face {
  font-family: 'kantar-brown-light';
  src: url('../fonts/KantarBrownWeb-Light.eot');
  src: url('../fonts/KantarBrownWeb-Light.woff2') format('woff2'),
       url('../fonts/KantarBrownWeb-Light.woff') format('woff');
}

/* =========================================================================================================
Layout elements
========================================================================================================= */
html {
    height: 100%;
}
body {
    background: #282828;
    color: #fff;
    font-family: 'kantar-brown-light', verdana, arial, sans-serif;
    height: 100%;
}
body > div {
    height: 100%;
    position: relative;
}

header {
    background: #ffffff;
}

nav {
    background: #ffffff;
}

@media (min-width: 768px)
{
    nav {
        background: #000000;
    }
}

.view-container {
    min-height: 400px;
}

@media (min-width: 40em) {
    .view-container {
        min-height: 450px;
    }
}

footer {
    background: #090909;
}

.site-inner {
    width: 100%;
    position: relative;
}

.clearfix:after {
    clear: both;
    content: '';
    display: block;
    font-size: 0;
    line-height: 0;
}

.clearfix { zoom: 1; }

@media (min-width: 43em) {
    .col-md-offset-3 {
        margin-left: 25%;
    }
}


/* =========================================================================================================
Grid
========================================================================================================= */

.row-top {
    padding-top: 40px;
}

/* =========================================================================================================
Backgrounds
========================================================================================================= */

.background-white {
    background: #fff;
    color: #555;
    padding: 10px 0;
}

.background-grey {
    background: #282828;
    color: #fff;
    padding: 1px 30px 30px 30px;
    margin-bottom: 30px;
}

.background-grey h3 a {
    color: #fff;
}

.instruction-panel h3 {
    margin-bottom: 0;
}

.instruction-panel h3 a {
    color: #fff;
    font-size: 20px;
}

.chart-instruct h3  {
    margin-top: 10px;
}

.chart-instruct h3 a {
    width: 37%;
    font-family: 'kantar-brown-light', verdana, arial, sans-serif;
    color: #fff;
    font-size: 15px;
    display: inline-block;
    margin-left: 5px;
}

.background-light-grey {
    background: #3c3c3c;
}

.background-pale-blue {
    background: #E4E9ED;
    color: #090909;
}
.background-color-pale-green {background: #9BD3BA; color:#090909;}
.background-color-pale-blue {background: #91B2D5; color:#090909;}
.background-color-green{background: #92c841;}
.background-color-light-grey{background: #707070;}
.background-color-dark-grey{background: #272727;}
.background-color-black{background: #000101;}
.background-color-pink {background: #f8adb0;}
.background-color-teal {background: #00717e;}
.background-color-black {background: #000101;}
.background-color-light-blue {background: #3bbeb2;}
.background-color-light-red {background: #ef4957;}
.background-color-orange {background: #febe14;}

/* =========================================================================================================
Height
========================================================================================================= */
.height-2 {
    height:300px; 
}

.height-4 {
    height:600px; 
}

/* =========================================================================================================
Typography
========================================================================================================= */

.h2, h2 {
    /*font-size: 20px;*/
}

.standfirst {
    font-size: 16px;
}

h3.standfirst {
    font-size: 45px;
    font-family: 'kantar-brown-light', verdana, arial, sans-serif;
    margin-top:90px;
    color:#fff;
    
}

@media (min-width: 992px) and (max-width: 1215px) {
    h3.standfirst {
        font-size: 25px;
       }
}

.btn-primary {
    background: #88c13e;
    border-radius: 0;
    border: 0;
}

.btn-default {
    background: #404040;
    border-radius: 0;
    border: 0;
    color: #fff;
    text-transform: uppercase;
}

.border-top {
    border-top: 1px solid #5b5b5b;
    margin-top: 20px;
}

.url {
    word-wrap: break-word;
}

.roundel {
    display: inline-block;
    background: #92D400;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    color: #282828;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
    font-weight: bold;
    margin: 20px 20px 30px 0;
}
.padded-roundel {
    margin: 20px 20px 53px 0;
}

.text-center {
    text-align:center;
}

/* =========================================================================================================
Labels
========================================================================================================= */

.label {
    border-radius: 0;
    background: #dddddd;
    color: #090909;
}

/* =========================================================================================================
Form Controls
========================================================================================================= */

.form-control {
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

.form-control:focus {
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

/* Labels */

label {
    font-weight: normal;
}
label.underline {
    display: block;
    padding-bottom: 10px;
    border-bottom: 1px solid #3c3c3c;
}

/* Checkbox */
input[type=checkbox] {
    display: none;
}

.checkbox {
    position: relative;
    height: 25px;
}

.checkbox label {
    cursor: pointer;
    position: absolute;
    width: 22px;
    height: 22px;
    top: 0;
    left: 0;
    background: #3c3c3c;
}

.checkbox label:after {
    opacity: 0;
    content: '';
    position: absolute;
    width: 15px;
    height: 9px;
    background: transparent;
    top: 4px;
    left: 3px;
    border: 2px solid #fff;
    border-top: none;
    border-right: none;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.checkbox label span {
    margin-left: 10px;
}

.checkbox.checked label:after{
    opacity: 1;
}


/*Select*/

select.form-control {
    background: #dddddd;
    cursor: pointer;
    height: 38px;
    line-height: 35px;
    text-transform: uppercase;
}

select option {
    background: transparent;
}

select, select:focus, select:active { outline: none; }

select::-ms-value {
    background: none;
}

.select-style {
    position: relative;
    width: 100%;
}
.select-style.brand-compare select {
    background: #92D400;
}
.select-style.brand-compare-two select {
    background: rgba(0,180,255,1);
}

.select-style span {
    color: #88c13e;
    background: #3c3c3c;
    display: block;
    font-size: 26px;
    pointer-events: none;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 40px;
    height: 38px;
    padding-top: 5px;
    text-align: center;
}

.select-style option {
    height: 38px;
    padding: 10px 0 10px 20px;
    text-transform: uppercase;
    border-bottom: 1px solid #dddddd;
    color: #555;
}

.select-style optgroup {
    background: #fff;
}


/* =========================================================================================================
Page head
========================================================================================================= */

.page-header {
    border-bottom: 0px none;
    margin: 0;
    overflow: hidden;
}

#brand-footprint-logo {
    width: 178px;
    height: 15px;
    margin-top: 24px;
    margin-bottom: 10px;
    background: url('../images/header/brand-footprint.png') no-repeat 0 0;
    background-size: 100%;
    text-indent: -9999px;
    cursor: pointer;
    display: block;
}

#brand-footprint-logo2 {
    display: block;
    width: 178px;
    height: 15px;
    background: url('../images/header/brand-footprint.png') no-repeat 0 0;
    background-size: 100%;
    text-indent: -9999px;
    cursor: pointer;
    margin:12px auto 4px;
    float: none !important;
}

@media (min-width: 768px) {
    #brand-footprint-logo2 {
        display: none;
    }
}

#kantar-worldpanel-logo {
    display: block;
    float: right;
    width: 205px;
    height: 15px;
    margin-top: 11px;
    background: url('../images/header/kantar-worldpanel.png') no-repeat 0 0;
    text-indent: -9999px;
}

#header-links {
    width: 384px;
    float: right;
    margin-top: 12px;
}

#social-media-links {
    float: left;
}
#social-media-links li {
    list-style: none;
    display: inline-block;
    margin-right: 14px;
}
#social-media-links a {
    display: block;
    width: 38px;
    height: 37px;
    text-indent: -9999px;
}
#twitter a {
    background: url('../images/header/twitter.png') no-repeat 0 0;
    background-size: 39px;
}
#linked-in a {
    background: url('../images/header/linked-in.png') no-repeat -1px -1px;
}
#google-plus a {
    background: url('../images/header/google-plus.png') no-repeat 0 0;
}

/* =========================================================================================================
Nav
========================================================================================================= */

.navbar {
    margin-bottom: 0;
    border: 0;
    background: #ffffff;
    border-radius: 0;
}
@media (min-width: 768px)
{
    .navbar {
        background: #000000;
    }
}

.navbar-nav {
    width: 100%;
}

.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-nav > li > a:visited,
.navbar-default .navbar-nav > li > a:active,
.navbar-default .navbar-nav > li > a:link {
    max-width: 100%;
    color: #fff;
    cursor: pointer;
    text-align: left;
    padding-left:10px;
    padding-right:10px;
    font-family: 'kantar-brown-bold';
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:active{
    color: #91D400
}
.navbar-default .navbar-nav > li > a.active{
    color: #91D400;
}
.navbar-default .navbar-nav > li > a.active:hover,
.navbar-default .navbar-nav > li > a.active:active{
    color: #ddd;
}

@media Screen and (max-width: 767px) {
    .navbar-default .navbar-nav > li > a,
    .navbar-default .navbar-nav > li > a:visited,
    .navbar-default .navbar-nav > li > a:active,
    .navbar-default .navbar-nav > li > a:link {
        max-width: 100%;
        color: #000000;
        font-size: 16px;
        cursor: pointer;
        text-align: left;
        padding-left:10px;
        padding-right:10px;
    }

    .navbar-default .navbar-nav > li > a:hover {
        background: #92c841;
        color: #ffffff;
    }
}

@media (min-width: 756px) and (max-width: 992px) {
    .navbar-default .navbar-nav > li > a,
    .navbar-default .navbar-nav > li > a:visited,
    .navbar-default .navbar-nav > li > a:active,
    .navbar-default .navbar-nav > li > a:link {
        max-width: 97px;
        padding-left: 7px;
        padding-right: 7px;
        text-align: center;
    }
}
@media (min-width: 1200px) {
    .navbar-default .navbar-nav > li > a {
        padding-left: 24px;
        padding-right: 24px;
    }
}

@media (min-width: 768px) {
    .navbar-default .navbar-nav > li:first-child > a {
        padding-left: 0;
    }

    .navbar-collapse.collapse{
        padding-left: 0;
    }
}

@media (min-width: 960px) and (max-width: 1200px) {
    .navbar-nav  li  a{
        font-size:12px;
    }
}

@media Screen and (max-width: 960px) {
    .navbar-nav  li  a{
        font-size:11px;
    }
}

nav .affix {
    position: relative;
    margin-bottom: 20px;
}

@media (min-width: 767px) {

    nav .affix {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 1000;
        background: #000000;
        margin-bottom: 0px;
    }
}


.navbar-toggle {
    float: left;
    padding: 9px 10px;
    margin-top: 3px;
    border: 0px none;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #000000;
}

.navbar-default .navbar-toggle:focus, 
.navbar-default .navbar-toggle:hover {
    background-color: #ffffff;
}

@media Screen and (max-width: 767px) {
    .navbar-default .navbar-collapse {
        background-color: #ffffff;
    }
}

.inner-nav {
    width: 100%;
    margin: 0;
    padding: 0;
    display: none;
}

.brands-nav {
    width: 100%;
    margin: 0;
    padding: 0;
    display: block;
}

@media (min-width: 756px) {
    .inner-nav {
        display: none;
    }
    .brands-nav {
        display: none;
    }
}

.inner-nav.active {
    display: block;
}

.inner-nav li {
    width: 100%;
    list-style: none;
    background: #ffffff !important;
    border: 0px none !important;
}

.brands-nav li {
    width: 100%;
    list-style: none;
    background: #f2f2f2;
    border-bottom: 1px solid #000000;
}

.inner-nav li a {
    width: 100%;
    color: #000000;
    font-family: 'kantar-brown-bold';
    font-size: 16px;
    display: block;
    padding: 10px 0 10px 10%;
}

.inner-nav li a:hover {
    background: #92c841;
    color: #ffffff;
    text-decoration: none;
}

.brands-nav li a {
    width: 100%;
    color: #000000;
    font-family: 'kantar-brown-bold';
    font-size: 16px;
    display: block;
    padding: 10px 0 10px 10%;
}

.brands-nav li a:hover {
    background: #92c841;
    color: #ffffff;
    text-decoration: none;
}

.arrow {
    width: 30px;
    height: 16px;
    background-image: url('../images/icons/mob-nav-arrows.png');
    background-size: 65%;
    background-repeat: no-repeat;
    background-position: 0 4px;
    display: inline-block;
    float: right;
}

.arrow-up {
    background-position: 0 -51px;
}

@media (min-width: 768px) {
    .arrow {
        display: none;
    }
}

.legal-anchor {
    display: block;
}

@media (min-width: 768px) {
    .legal-anchor {
        display: none !important;
    }
}


/* =========================================================================================================
Side nave
========================================================================================================= */
#side-nav {
    left: 0;
    position: absolute;
    top: 525px;
    width: 100%;
}

#side-nav.affix {
    position: fixed;
    top: 100px;
    z-index: 10000;
}

#side-nav ul {
    padding-top: 30px;
    padding-bottom: 30px;
    background: #5b5b5b;
}
#side-nav ul li {
    list-style: none;
}
#side-nav ul li a{
    color: #fff;
    cursor: pointer;
}
#side-nav ul li a:hover{
    color: #88C13E;
    text-decoration: none;
}


/* =========================================================================================================
Page footer
========================================================================================================= */

footer li {
    list-style: none;
    display: inline-block;
}
footer a {
    cursor: pointer;
    color: #fff;
    line-height: 50px;
}
footer a:hover {
    color: #ddd;
    text-decoration: none;
}

#site-links {
    width: 170px;
    margin: 0 auto;
    padding: 0;
}

@media (min-width: 35em) {
    #site-links {
        width: auto;
        float: left;
        margin: 0;
        padding: 0;
    }
}


#site-links li {
    margin-right: 10px;
}
#site-links a {
    color: #88C13E;
    font-size: 14px;
    text-transform: uppercase;
}

#site-links li:first-child a {
    padding-right: 10px;
}

@media (min-width: 350px) {
    #site-links li:first-child a {
        border-right: 2px solid #88C13E;
    }
}

#data-links {
    width: 300px;
    margin: 0 auto;
    padding: 0;
}

@media (min-width: 35em) {
    #data-links {
        width: auto;
        float: right;
        margin: 0;
        padding: 0;
    }
}

#data-links li {
    margin-left: 10px;
}
#data-links a {
    color: #88C13E;
    text-transform: uppercase;
}

#data-links li:first-child a {
    padding-right: 10px;
}

@media (min-width: 350px) {
    #data-links li:first-child a {
        border-right: 2px solid #88C13E;
    }
}


/* =========================================================================================================
Tab Nav
========================================================================================================= */

.nav-tabs {
    margin-top: 10px;
    border-bottom: none;
}

.nav-tabs > li > a {
    border-radius: 0;
    color: #fff;
    background: #5b5b5b;
    border-bottom: none;
    cursor: pointer;
}

.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus{
    color: #555;
}

/* =========================================================================================================
Tables
========================================================================================================= */


@media (max-width: 767px) {
    .table-cont {
        width: 100%;
        overflow: scroll;
    }
}

.table {
    font-size: 14px;
}

.table thead th {
    background-color: #3c3c3c;
    border-right: 1px solid #fff;
    text-align: center;
}

.table>thead>tr>th {
    padding: 20px 8px 25px;
    color: #ffffff;
    font-size: 16px;
}

@media (min-width: 700px) {
    .table>thead>tr>th {
        padding: 20px 0px 25px;
    }
}

@media (min-width: 768px) {
    .table>thead>tr>th {
        padding: 20px 8px 25px;
    }
}


.table thead th:first-child {
    /*text-align: left;*/
}
.table thead th.small-col {
    width: 90px;
}

.table thead th a {
    position: relative;
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    cursor: pointer;
    margin-right: 25px;
}


.table thead th.growth a {
    display: inline-block;
    width: 18px;
    height: 14px;
    background: url('../images/table/growth-bg.png') no-repeat 0 0;
    background-size: 18px 14px;
}
.table thead th a span {
    display: block;
    width: 10px;
    height: 20px;
    position: absolute;
    top: -2px;
    right: -20px;
    background: url('../images/table/sort-bg.png') no-repeat center center;
    background-size: 10px 20px;
}

@media (min-width: 700px) {
    .table thead th a span {
        right: -14px;
    }
}

@media (min-width: 768px) {
    .table thead th a span {
        right: -20px;
    }
}
.table thead th a span.sorted {
    background: url('../images/table/sorted-up-bg.png') no-repeat center center;
    background-size: 10px 10px;
}
.table thead th a span.sorted.sorted-reverse {
    background: url('../images/table/sorted-down-bg.png') no-repeat center center;
    background-size: 10px 10px;
}
.table thead th a:hover {
    text-decoration: none;
    color: #ccc;
}

@media (min-width: 700px) {
    .table thead th a {
        font-size: 12px;
        margin-right: 25px;
    }

    .table thead th a span.sorted {
        right: 10px;
        top: 16px;
    }
}

@media (min-width: 768px) {
    .table thead th a {
        font-size: 16px;
    }
    .table thead th a span.sorted {
        top: -2px;
        right: -20px;
    }
}

.table tbody tr td {
    border-top: 0px none !important;
    color: #555;
    font-size: 16px;
    text-align: center;
    padding: 12px;
    vertical-align: middle;
}
.table tbody tr td a {
    color: #555;
    font-size: 16px;
    cursor: pointer;
}
.table tbody tr
{
    border-bottom: 1px solid #8f8f8f !important;
    background-color: #fff;
}

.table tbody tr td:first-child  {
    /*text-align: left;*/
}
.table tbody tr:hover  {
    background-color: #f2f2f2;
}

.table>thead>tr>th.penetration {
    border-right: 0px solid #ffffff !important;
    position: relative;
    padding: 40px 8px 15px;
}

.table>thead>tr>th.penetration-last {
    border-right: 1px solid #ffffff !important;
}

.table>thead>tr>th.penetration p{
    width: 200%;
    position: absolute;
    top: 10px;
    left:0;
    z-index: 10;
}

@media (min-width: 700px) {
    .table>thead>tr>th.penetration p{
        font-size: 14px;
    }
}

@media (min-width: 768px) {
    .table>thead>tr>th.penetration p{
        font-size: 16px;
    }
}

.penetration-tbl {
    width: 100%;
    background: #3c3c3c;
    text-align: center;
}

table.penetration-tbl tbody tr {
    border-bottom: 0px solid #8f8f8f !important;
}

.penetration-tbl tbody tr td{
    background: #3c3c3c;
    color: #ffffff !important;
    text-align: center !important;
    padding-top: 6px;
}

.penetration-tbl tbody tr td a{
    color: #ffffff !important;
    text-align: center;
}

.brand-one-color {
    /*color: #FFBE00;*/
    color: rgba(146,212,0,1);
}

.table .brand-one-color {
    width:100%;
    display: block;
    /*color: #FFBE00;*/
    color: rgba(146,212,0,1);
}

.brand-two-color {
    /*color: #8353A9;*/
    color: rgba(0,180,255,1);
}

.table .brand-two-color {
    width:100%;
    display: block;
    /*color: #8353A9;*/
    color: rgba(0,180,255,1);
}

.table tbody tr td span.positive {
    color: rgba(0,204,186,1);
}
.table tbody tr td span.negative {
    color: rgba(253,71,84,1);
}
.brand-two-data {
    margin-top: 10px;
}


/* XS media query */
@media (max-width: 500px) {
    .table thead th {
        padding: 2px;
    }
    .table thead th a {
        margin-right: 0;
    }
    .table thead th a span {
        display: none;
    }
}

/* =========================================================================================================
List inline
========================================================================================================= */

.list-inline {
    background: #3c3c3c;
    color: #fff;
    padding-left: 10px;
    margin-bottom: 20px;
}

.list-inline li {
    height: 35px;
    line-height: 35px;
    border-left: 2px solid #fff;
    padding: 0 10px;
}
.list-inline li:first-child {
    border-left: 0;
    padding: 0 12px;
}
.list-inline li:last-child {
    padding: 0;
    width: 130px;
}
.list-inline li.rank-movement {
    text-indent: -9999px;
    background: url('../images/table/growth-bg.png') no-repeat center center;
    background-size: 18px 14px;
    width: 35px;
}

.list-inline a {

    color: #fff;
    cursor: pointer;
}
.list-inline a:hover {
    text-decoration: none;
}

.list-inline select.form-control {
    background: #3c3c3c;
    height: 35px;
    color: #fff;
}

.list-inline .select-style span {
    color: #fff;
    font-size: 15px;
    width: 35px;
    height: 35px;
    padding-top: 0px;
    line-height: 35px;
}

.list-inline .select-style option {
    display: none;
    height: 30px;
    padding: 5px 0 5px 10px;
    text-transform: capitalize;
    color: #555;
}

#bubble-chart .list-inline .select-style option {
    color:#fff;
}

/*#scatter-chart {
    max-height: 900px;
}*/

#scatter-chart .list-inline .select-style option {
    color:#fff;
}

.hideCRPGrowth {
    display: none;
}

.showCRPGrowth {
    display: inline;
}

.only-fmcg-data {
    color: #0066ff;
}

.highcharts-tooltip table {
    height: auto;
    -moz-min-width: 90px;
    -ms-min-width: 90px;
    -o-min-width: 90px;
    -webkit-min-width: 90px;
    min-width: 90px;
}


.list-inline .visible-one option:first-child  {
    display: block;
}
.list-inline .visible-two option:first-child,
.list-inline .visible-two option:nth-child(2) {
    display: block;
}
.list-inline .visible-three option:first-child,
.list-inline .visible-three option:nth-child(2),
.list-inline .visible-three option:nth-child(3) {
    display: block;
}


/* =========================================================================================================
Panel groups
========================================================================================================= */

.panel-group {
    margin-top: 10px;
}
.panel-default > .panel-heading {
    background-color: #dddddd;
    border-color: #ddd;
    color: #555;
}

.panel {
    background: #282828;
}

.panel-group .panel {
    border-radius: 0;
}

.panel-body {
    padding: 0;
}

.panel-heading {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

/* =========================================================================================================
Dropdown
========================================================================================================= */


/* =========================================================================================================
Charts
========================================================================================================= */

h2.small-title {
    font-size: 20px;
}

.chart-container {
    overflow: hidden;
    position: relative;
}

#bubble-chart .highcharts-container {
    display: none;
}

@media (min-width: 500px) {
    #bubble-chart .highcharts-container {
        display: block;
    }
}

#main-chart {
    /*margin-bottom: 40px;*/
}

#region-chart {
    padding-bottom: 20px;
    border-bottom: 2px solid #3c3c3c;
    margin-bottom: 20px;
}

.hidden-chart {
    /*visibility: hidden;*/
    display: none;
}

/* Key */

#key-positive {
    line-height: 30px;
    margin-top: 10px;
    margin-bottom: 10px;
}
#key-positive span{
    position: relative;
    display: inline-block;
    top: 4px;
    width: 18px;
    height: 18px;
    border-radius: 9px;
    margin-right: 10px;
    background-color: rgba(0,204,186,1);
}
#key-negative {
    line-height: 30px;
    margin-top: -5px;
    margin-bottom: 10px;
}
#key-negative span{
    position: relative;
    display: inline-block;
    top: 4px;
    width: 18px;
    height: 18px;
    border-radius: 9px;
    margin-right: 10px;
    background-color: rgba(253,71,84,1);
}

.key-no-crp-growth.showCRPGrowth span, #scatter-chart .key-no-crp-growth span, #bubble-chart .key-no-crp-growth .label-rank  {
    position: relative;
    display: inline-block;
    top: 4px;
    width: 18px;
    height: 18px;
    border-radius: 9px;
    margin-right: 10px;
    background-color: rgba(0,102,255,0.8);
}

#bubble-chart .key-no-crp-growth .label-rank {
    width: 25px;
    height: 25px;
    border-radius: 14px;
}

/* Labels */

.chart-labels,
.chart-labels-compare {
    position: relative;
    width: 100%;
    min-height: 50px;
    margin-top: 20px;
    z-index: 1;
}

@media (min-width: 500px) {

    .chart-labels,
    .chart-labels-compare {
        position: relative;
        width: 208px;
        min-height: 50px;
        margin-top: 55px;
        z-index: 1;
    }
}


.chart-labels-compare {
    width: 68px;
    margin-left: 10px;
}

.chart-label {
    position: absolute;
    left: 0px;
    height: 50px;
    -webkit-transition: top 0.5s; /* Safari */
    transition: top 0.5s;
}
.label-name {
    display: inline-block;
    width: 105px;
    height: 50px;
    line-height: 50px;
    text-align: right;
    font-size: 14px;
    margin-right: 20px;
}
.label-name.long-name {
    line-height: 15px;
    height: 40px;
    position: relative;
    top: 5px
}
a.label-name {
    color: #555;
    cursor: pointer;
}
a.label-name:hover {
    text-decoration: none;
    color: #101010;
}
.label-rank {
    display: inline-block;
    width: 26px;
    height: 26px;
    line-height: 26px;
    margin-top: 12px;
    border-radius: 13px;
    text-align: center;
}
.label-rank.positive {
    background: rgba(0,204,186,1);
}
.label-rank.negative {
    background: rgba(253,71,84,1);
}

.key-no-crp-growth.label-rank.negative {
    background: rgba(0,102,255,0.8);
}

.label-rank.compare {
    background: rgba(146,212,0,1);
}
.chart-labels-compare .label-rank.compare {
    background: rgba(0,180,255,1);
    margin-left: 5px;
}
.label-rank-movement {
    display: inline-block;
    margin-left: 18px;
    text-align: center;
    width: 30px;
}
.chart-labels-compare .label-rank-movement {
    margin-left: 5px;
}

.label-amount {
    position: absolute;
    right: -115px;
    top: 15px;
    display: block;
    width: 95px;
    color: #727272;
}

@media (min-width: 500px) {
    .label-amount {
        top: 5px;
    }
}

.label-crp, .label-crp-compare {
    position: absolute;
    right: 44px;
    top: -26px;
    display: block;
    color: #727272;
    z-index: 10;
}

@media (min-width: 500px) {
    .label-crp,
    .label-crp-compare{
        position: absolute;
        right: -37px;
        top: -18px;
        display: block;
        color: #727272;
        z-index: 10;
    }

    .label-crp-compare {
        right: -45px;
    }
}

.label-empty {
    display: inline-block;
    height: 50px;
    line-height: 50px;
    text-align: right;
    font-size: 14px;
    margin-right: 10px;
}

/* Area + Sector select */

#area > option:first-child, #sector > option:first-child,
#brand-one > option:first-child, #brand-one > option:first-child {
    display: none;
}
#area optgroup option:first-child, #sector optgroup option:first-child {
    display: block;
}

/* Map link */

.map-link {
    display: block;
    height: 30px;
    line-height: 30px;
    margin-top: 10px;
    background: #3c3c3c;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
}
.map-link:hover {
    color: #fff;
    text-decoration: none;
}

/* Chart sharing */

#chart-share {
    float: right;
    margin-top: 50px;
}
#chart-share span {
    margin-right: 20px;
}

/* Case study sharing */
#case-study-share {
    float: right;
    margin-top: 50px;
}

/* View link */

.view-link {
    line-height: 39px;
    width: 241px;
    margin-top: 20px;
    font-size: 16px;
}

.view-link a {
    line-height: 50px;
    cursor: pointer;
    display: inline-block;
    width: 39px;
    height: 39px;
    text-indent: -9999px;
}
.view-link-bubble {
    background: url('../images/explore-the-data/bubble.png') no-repeat 0 0;
    margin: 0 0 0 20px;
}
.view-link-bubble.active {
    background: url('../images/explore-the-data/bubble-active.png') no-repeat 0 0;
}
.view-link-chart {
    background: url('../images/explore-the-data/chart.png') no-repeat 0 0;
}
.view-link-chart.active {
    background: url('../images/explore-the-data/chart-active.png') no-repeat 0 0;
}
.view-link-table {
    background: url('../images/explore-the-data/table.png') no-repeat 0 0;

}
.view-link-table.active {
    background: url('../images/explore-the-data/table-active.png') no-repeat 0 0;

}

.instruction-image {
    margin: 10px 10px 15px 0;
}

/* =========================================================================================================
Modal
========================================================================================================= */

#modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
}
#dialog {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 400px;
    padding: 10px 20px;
    margin-left: -220px;
    margin-top: -110px;
    background: #fff;
    color: #555;
    z-index: 100;
}
#close-dialog {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    color: #555;
}
#close-dialog:hover {
    text-decoration: none;
    color: #222222;
}


/* =========================================================================================================
Tooltip
========================================================================================================= */

.tooltip .tooltip-inner {
    color: #282828;
    background-color: #fff;
    border-radius: 0;
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    opacity: 1;
    font-size: 14px;
}

.tooltip .tooltip-arrow {
    display: none;
}

.tooltip-crp-noshow {
    display: none;
}


/* =========================================================================================================
What is brand footprint
========================================================================================================= */



/* =========================================================================================================
Social media icons
========================================================================================================= */


.social-content-cont {
    width: auto;
    position: relative;
    float: right;
    display: block;
    margin: 20px 0px 20px 0;
}

@media (min-width: 768px) {
    .social-content-cont {
        margin: 20px 20px 0 0;
    }
}

.social-content-table {
    width: auto;
    position: relative;
    float: right;
    display: block;
    margin: -23.5% 0% 20px 0;
}

.social-content-map {
    width: auto;
    position: relative;
    float: right;
    display: block;
    margin: -5% 0% 20px 0;
}

.social-content-hightchart {
    width: auto;
    position: relative;
    float: right;
    display: block;
    margin: -23.5% 0% 20px 0;
}

.social-content-chart {
    width: auto;
    position: absolute;
    top: 10px;
    right:0;
    display: block;
    margin: 20px 0px 20px 0;
}

@media (min-width: 768px) {
    .social-content-chart {
        margin: 20px 20px 0 0;
    }
}

.social-btn {
    width: 39px;
    height: 39px;
    display: block;
    float: left;
    text-indent: -99999px;
    margin-left: 10px;
    border: 0px none;
}

.social-btn:focus {
    border: 0;
    border-radius: 0;
    box-shadow: none;
    outline: none;
}

.social-btn--export {
    background: url('../images/icons/export.png') no-repeat 0 0;
}

.social-btn--print {
    background: url('../images/icons/print.png') no-repeat 0 0;
}

.social-btn--share {
    background: url('../images/icons/share.png') no-repeat 0 0;
}

.sec-social-list {
    width: 185px;
    background: #ffffff;
    position: absolute;
    bottom: -80px;
    right: -20px;
    z-index: 100;
    display: none;
    padding: 10px 5px;
    -webkit-box-shadow: 1px 1px 3px 2px rgba(0,0,0,0.3);
    -moz-box-shadow: 1px 1px 3px 2px rgba(0,0,0,0.3);
    box-shadow: 1px 1px 3px 2px rgba(0,0,0,0.3);
}

.sec-social-list:after, .sec-social-list:before {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.sec-social-list:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #ffffff;
    border-width: 14px;
    margin-left: 43px;
}
.sec-social-list:before {
    border-color: rgba(174, 174, 174, 0);
    border-bottom-color: #aeaeae;
    border-width: 15px;
    margin-left: 42px;
}

.sec-social-listitem {
    width: 39px;
    height: 39px;
    list-style: none;
    display: inline-block;
    border-left: 1px solid #4b4b4b;
}

.sec-social-listitem:first-child {
    border-left: 0px solid #4b4b4b;
}

.sec-soc-anchor {
    width:100%;
    height: 100%;
    display: block;
    text-indent: -9999px;
}

.sec-soc-anchor--twitter {
    background: url('../images/icons/twitter-icon.png') no-repeat 0 0;
}

.sec-soc-anchor--linkedin {
    background: url('../images/icons/linkedin-icon.png') no-repeat 0 0;
}

.sec-soc-anchor--google {
    width:100%;
    height: 100%;
    display: block;
    text-indent: -9999px;
    background: url('../images/icons/google-icon.png') no-repeat 0 0;
}

.sec-soc-anchor--email {
    background: url('../images/icons/mail-icon.png') no-repeat 0 0;
}

/* =========================================================================================================
Snapshot page
========================================================================================================= */

.snapshot-content {
    width: 100%;
    position: relative;
    float: left;
    margin-bottom: 10%;
}

.snapshot--img-cont {
    width: 100%;
    position: relative;
}

.snapshot--img-cont img {
    width: 100%;
    height: auto;
    margin: 0 auto;
    display: block;
}

.snapshot--img-cont1 img{
    max-width: 749px;
}

.snapshot--img-cont2 img{
    max-width: 752px;
}

.snapshot--img-cont3 img{
    max-width: 752px;
}

.snapshot--img-cont4 img{
    max-width: 752px;
}

.snapshot--img-cont5 img{
    max-width: 752px;
}

.brand-per img {
    max-width: 632px;
}

.fmcg2015 img {
    max-width: 227px;
}

.top-risers img {
    max-width: 227px;
}

.channel img {
    max-width: 227px;
}

.beverage img {
    max-width: 632px;
}

.food img {
    max-width: 632px;
}

.health img {
    max-width: 632px;
}

.home img {
    max-width: 632px;
}

.crp img {
    max-width: 227px;
}

.snap-full {
    width: 100%;
    float: left;
}

.snap-left {
    width: 100%;
}

@media (min-width: 600px) {
    .snap-left {
        width: 73%;
        margin-right: 2%;
        float: left;
    }
}

.snap-right {
    width: 100%;
}

@media (min-width: 600px) {
    .snap-right {
        width: 25%;
        float: left;
    }
}




/* =========================================================================================================
Download page
========================================================================================================= */


.section-content {
    background: #ffffff;
}

.section-content-inner {
    min-height: 350px;
    background: #f5f5f5;
    color: #000;
}

.download-content {
    width: 100%;
    padding: 5%;
    position: relative;
    float: left;
}

@media (min-width: 48em) {
    .download-content {
        padding: 2% 5%;
    }
}

.download-content h4 {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0px 0 25px;
    margin: 0;
}

.download-content--p {
    width: 100%;
}

@media (min-width: 48em) {
    .download-content--p {
        width: 80%;
    }
}

.download-list {
    width: 100%;
    margin: 0;
    padding: 0;
}

.download-listitem {
    width: 100%;
    list-style: none;
    margin: 20px 0;
}

@media (min-width: 48em) {
    .download-listitem {
        margin: 10px 0;
    }
}

.report-anchor {
    width: 70%;
    max-width: 440px;
    background: url('../images/downloads/download-anc-bg.png') no-repeat 0 0;
    color: #000000;
    text-decoration: none;
    display: block;
    float: left;
    padding-left: 30px;
}

@media (min-width: 48em) {
    .report-anchor {
        width: 70%;
    }
}

.report-anchor:hover {
    color: #88C13E;
    text-decoration: none;
}

.report-date {
    width: 15%;
    max-width: 115px;
    float: left;
    text-align: center;
}

.report-size {
    width: 15%;
    max-width: 115px;
    float: left;
    text-align: center;
}


/* =========================================================================================================
Legal
========================================================================================================= */

.snapshot-content {
    width: 100%;
    position: relative;
    float: left;
    margin-bottom: 10%;
}


/* =========================================================================================================
About us
========================================================================================================= */

#about-us-head {
    width:100%;
    float:left;
    color: #282828; 
}
#worldpanel {
    background: #9bd3ba;
    color: #090909;
}

/* =========================================================================================================
About us
========================================================================================================= */

#contact-head {
    background:#9bd3ba url('../images/get-in-touch/header-get-in-touch.jpg') no-repeat 0 0;
    background-size: 113%;
    color: #282828;
    height: 464px;
}
#contact-form {
    background: #9bd3ba;
    color: #090909;
}

/* =========================================================================================================
Secondary nav
========================================================================================================= */

.sec-nav {
    width: 21%;
    max-width: 245px;
    height: 100%;
    background: #ffffff;
    position: absolute;
    top: 0;
    left: 5%;
    z-index: 10;
    padding: 2% 1%;
}

.sec-nav p {
    font-size: 16px;
}

.sec-nav ul {
    width: 85%;
    margin: 0 5% 0 10%;
    padding: 0;
}

.sec-nav ul li {
    color: #000;
    list-style: none;
    margin-bottom:7px;
}

.sec-nav ul li a {
    font-size: 16px;
    font-family: 'kantar-brown-bold', verdana, arial, sans-serif;
    font-weight: 500;
    color: #1c1c1c;
    display: block;
    cursor:pointer;
}

@media (min-width: 767px) {
    .sec-nav ul li a {
        font-size: 14px;
    }
}
@media (min-width: 960px) {
    .sec-nav ul li a {
        font-size: 13px;
    }
}

@media (min-width: 1100px) {
    .sec-nav ul li a {
        font-size: 16px;
    }
}

.sec-nav ul li a:hover,
.sec-nav ul li a.active {
    color: #91d300;
    text-decoration: none;
}

.sec-nav-listtitle {
    color: #000;
    margin-bottom: 0;
}

.sec-nav-listtitle-2 {
    padding-top: 14%;
}

/* =========================================================================================================
Brands in action
========================================================================================================= */

.brand-sec-header {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.brand-cont {
    width: 100%;
    float: left;
}

.callout-intro {
    width: 100%;
    float: left;
}

@media (min-width: 640px) {
    .callout-intro {
        width: 73%;
        margin-right: 2%;
    }
}

.callout-img {
    width: 100%;
    float: left;
}

.insight-callout {
    width: 100%;
    max-width: 180px;
    height: auto;
    display: block;
    margin: 0 auto;
}

@media (min-width: 640px) {
    .callout-img {
        width: 23%;
        max-width: 180px;
        margin-right: 2%;
    }
}

.logo-img--mobile {
    width: 100%;
    float: left;
}

.logo-img {
    display: none;
}

@media (min-width: 640px) {

    .logo-img--mobile {
        display: none;
    }

    .logo-img {
        width: 23%;
        max-width: 180px;
        margin-right: 2%;
        display: inline-block;
    }
}

.brand-logo-img {
    width: 100%;
    max-width: 180px;
    height: auto;
    display: block;
    margin: 0 auto;
}


.brands-title {
    width: 100%;
    position: relative;
    float: left;
}

@media (min-width: 768px) {
    .brands-title {
        background: rgba(0,0,0,0.5);
        position: absolute;
        bottom:0;
        left: 0;
        float: none;
    }
}


.brands-title h3 {
    font-size: 30px;
    font-family: 'kantar-brown-bold', verdana, arial, sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    padding: 0 4% 0;
}

.brands-title p {
    font-size: 18px;
    font-family: 'kantar-brown-bold', verdana, arial, sans-serif;
    font-weight: 500;
    padding: 0 4% 15px;
}

.section-circles {
    background: #ebebeb;
}

.brand-grid {
    width: 100%;
    margin: 0;
    padding: 4% 8% 0 0;
}

.brand-grid2 {
    padding: 4px 0 4% 8%;
}

@media (min-width: 1200px) {
    .brand-grid {
        max-width: 863px;
        padding: 4% 8% 0 0;
    }

    .brand-grid2 {
        padding: 0 0 4% 8%;
    }

}


.brand-gridlist {
    width: 17%;
    max-width: 128px;
    background: #ffffff;
    border-radius: 50%;
    float: left;
    list-style: none;
    margin: 0 6px 0;
    overflow: hidden;
}


@media (min-width: 1200px) {
    .brand-gridlist {
        width: 18%;
        max-width: 100%;
        margin: 0 6px 0;
    }
}

.brand-gridanchor {
    width: 80%;
    margin: 10%;
    display: block;
    cursor: pointer;
}

.brand-gridanchor img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}


.brands-in-action-header {     
    float:left;
    width:100%;
    position:relative;
}

.brands-in-action-content {
    width: 100%;
    background-color: #ffffff;
    color: #090909;
    float: left;
    position: relative;
    padding-bottom: 40px;
}

.sub-page-content {
    width: 100%;
    background-color: #ffffff;
    color: #090909;
    float: left;
    position: relative;
    padding-bottom: 40px;
}

@media (min-width: 1200px) {
    .brand-width {
        max-width: 863px;
    }
}

.brand-content-inner {
    width: 100%;
    min-height: 350px;
    float: left;
}

.brand-content-inner h4 {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}

.brand-content-inner h5 {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

.brands-in-action-header-image {
    width: 111%;
    float:left;
}

@media (min-width: 767px) {
    .brands-in-action-header-image {
        width: 135%;
        margin-left: -17.5%;
    }
}

@media (min-width: 960px) {
    .brands-in-action-header-image {
        width: 110%;
        margin-left: -5%;
    }
}


.brands-in-action-header-title {
    width: 100%;
    float: left;
}

.brands-in-action-header .outer-container,
#global-brands-head .outer-container,
#local-brands-head .outer-container,
.snapshot-header .outer-container,
#what-is-brand-footprint-head .outer-container,
#about-us-head .outer-container{
    position:absolute;
    width:100%;
    top:0;
    left:0;
}

.expert--img {
    width: 84px;
    height: 73px;
    display: block;
    margin-bottom: 10px;
}

.expert-title {
    width: 100%;
    margin-bottom: 7px;
}

.expert-name {
    width: auto;
    border-bottom: 2px solid rgba(190,190,190,0.7);
    display: inline-block;
    margin-bottom: 7px;
}

.expert-jobtitle {
    width: 100%;
    padding-right: 5%;
    margin-bottom: 7px;
}

.expert-tel {
    width: 100%;
    margin-bottom: 7px;
}

.expert-contact {
    width: 100%;
    color: #090909;
    display: block;
    text-decoration: underline;
}

.expert-contact:hover {
    color: #88C13E;
}



/* =========================================================================================================
Carousel
========================================================================================================= */


ul[rn-carousel] {
    overflow: hidden;
    padding: 0;
    white-space: nowrap;
    position: relative;
    -webkit-perspective: 1000px;
    -ms-perspective: 1000px;
    perspective: 1000px;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    min-height: 550px;
    margin: 0 auto;
    width: 100%;
}

@media (min-width: 63em) {
    ul[rn-carousel] {
        min-height: 500px;
    }
}

ul[rn-carousel] > li {
    color: black;
    -webkit-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: visible;
    vertical-align: top;
    position: absolute;
    left: 0;
    right: 0;
    white-space: normal;
    padding: 0;
    margin: 0;
    list-style-type: none;
    width: 100%;
    height: 100%;
    display: inline-block; 
}

/* prevent flickering when moving buffer */
ul[rn-carousel-buffered] > li {
    display: none; }

ul[rn-carousel-transition="hexagon"] {
    overflow: visible; }


.carousel-indicator{
    position:absolute;
    bottom:10px;
    z-index:500;
    text-align:center;
    margin:auto;
    width:100%;
    z-index:20;
}

div.rn-carousel-indicator {
    width:50%;
    margin:auto;
}

/* indicators */
div.rn-carousel-indicator span {
    width: 15px;
    height: 15px;
    background: transparent;
    border-radius: 50%;
    border: 1px solid #ffffff;
    text-indent: -99999px;
    cursor: pointer;
    opacity: 0.75;
    display: inline-block;
    margin-right: 3%;
}
div.rn-carousel-indicator span.active {
    background: #ffffff;
    opacity: 1;
}

/*div.rn-carousel-indicator span {    
    font-size: 2rem; 
}*/

.rn-carousel-controls
{
    position:relative;
    z-index:99999;
}

/* prev/next controls */
.rn-carousel-control {
    -webkit-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
    font-size: 2rem;
    position: absolute;
    top: 45%;
    opacity: 1;
    cursor: pointer;
    z-index:9999;
    width:100%;
}

@media (min-width: 63em) {
    .rn-carousel-control {
        opacity: 0.75; 
    }
}

.rn-carousel-control:hover {
    opacity: 1; 
}

.rn-carousel-control.rn-carousel-control-prev {
    background: url('../images/carousel/previous.png') no-repeat 0 0;
    background-size: 100%;
    width:31px;
    height:53px; 
    top:80px;
    left: 1em;
}

@media (min-width: 27.9em) {
    .rn-carousel-control.rn-carousel-control-prev {
        background-size:75%;
        left:3em;
        top:140px;
    }
}

@media (min-width: 40em) {
    .rn-carousel-control.rn-carousel-control-prev {
        background-size:75%;
        top:160px;
        left:3em;
    }
}

@media (min-width: 63em) {
    .rn-carousel-control.rn-carousel-control-prev {
        top: 77px;
        left: 4em;     
        background-size: 100%;
    } 
}

.rn-carousel-control.rn-carousel-control-next {
    right: 1em; 
    background: url('../images/carousel/next.png') no-repeat 0 0;
    background-size: 100%;
    width:31px;
    height:53px; 
    top:80px;
}

@media (min-width: 27.9em) {
    .rn-carousel-control.rn-carousel-control-next {
        background-size:75%;
        right:3em;
        top:140px;
    }
}

@media (min-width: 40em) {
    .rn-carousel-control.rn-carousel-control-next {
        background-size:75%;
        right:3em;
        top:160px;
    }
}

@media (min-width: 63em) {
    .rn-carousel-control.rn-carousel-control-next {
        right: 4em; 
        top: 77px;
        background-size: 100%;
    }
}

.home-page .rn-carousel-indicator {
    position: absolute;
    top: 14px;
    left: 22%;
}

@media (min-width: 40em) {
    .home-page .rn-carousel-indicator {
        top: 14px;
        left: 29%;
    }
}

@media (min-width: 48em) {
    .home-page .rn-carousel-indicator {
        left: 27%;
        bottom: 5%;
        top: auto;
    }
}

@media (min-width: 63em) {
    .home-page .rn-carousel-indicator {
        left: 27%;
        bottom: 5%;
        top: auto;
    }
}

/* =========================================================================================================
Homepage
========================================================================================================= */

.container-fluid.home-page {
    padding-left: 0;
    padding-right: 0;
}

.home-page {
    position:relative;
}

.home-page .carousel {
    position:relative;
    width:100%;
}

.home-page ul[rn-carousel] li {
    background: none !important;
}

@media (min-width: 40em) {
    .home-page ul[rn-carousel] li.slide-one {
        background: url('../images/carousel/ho_carousel1.jpg') no-repeat center center / cover !important;
    }
    .home-page ul[rn-carousel] li.slide-two {
        background: url('../images/carousel/ho_carousel2.jpg') no-repeat center center / cover !important;
    }
    .home-page ul[rn-carousel] li.slide-three {
        background: url('../images/carousel/ho_carousel3.jpg') no-repeat center center / cover !important;
    }
    .home-page ul[rn-carousel] li.slide-four {
        background: url('../images/carousel/ho_carousel4.jpg') no-repeat center center / cover !important;
    }
    .home-page ul[rn-carousel] li.slide-five {
        background: url('../images/carousel/ho_carousel5.jpg') no-repeat center center / cover !important;
        
    }
}

.home-page ul[rn-carousel] li > div {
    width: 100%;
    height: 260px; 
    color:#fff;
    position:relative;
    bottom:0;
    padding-top:10px;
    margin:auto;
    text-align:center;
}

@media (min-width: 40em) {
    .home-page ul[rn-carousel] li > div {
        background:url('../images/homepage/bg-semi-opaque.png');
        height: 300px;
        margin: 0 auto;
        position:absolute;
        top:0;
    }
}

@media (min-width: 63em) {
    .home-page ul[rn-carousel] li > div {
        height: 250px;
    }
}

@media (min-width: 71em) {
    .home-page ul[rn-carousel] li > div {
        height: 270px;
    }
}

.home-page ul[rn-carousel] .slide-inner{
    width:80%;   
    margin:auto;
    text-align:left;
    margin-top: 12%;
}

@media (min-width: 27.9em) {
    .home-page ul[rn-carousel] .slide-inner {
        margin-top: 8%;
    }
}

@media (min-width: 40em) {
    .home-page ul[rn-carousel] .slide-inner {
        margin-top: 6%;
        width:70%; 
    }
}

@media (min-width: 48em) {
    .home-page ul[rn-carousel] .slide-inner {
        width:70%; 
    }
}

@media (min-width: 48em) {
    .home-page ul[rn-carousel] .slide-inner {
        margin-top: 6%;
    }
}

@media (min-width: 63em) {
    .home-page ul[rn-carousel] .slide-inner {
        width:70%;
        margin-top: 1%;
    }
}

.home-page .carousel-img {
    width: 110%;
    position:relative;
    display: block;
}

@media (min-width: 40em) {
    .home-page .carousel-img {
        display: none;
    }
}

.home-page ul[rn-carousel] p {
    color:#fff;
    font-family: 'kantar-brown-light', verdana, arial, sans-serif;
    font-size: 15px;
}

@media (min-width: 40em) {
    .home-page ul[rn-carousel] p {
        font-size:22px
    }
}

@media (min-width: 63em) {
    .home-page ul[rn-carousel] p {
        font-size:24px
    }
}

@media (min-width: 71em) {
    .home-page ul[rn-carousel] p {
        font-size:32px
    }
}

.home-page ul[rn-carousel] a {
    color:#92c841;
    font-family: 'kantar-brown-light', verdana, arial, sans-serif;
    font-size: 15px;
}

@media (min-width: 40em) {
    .home-page ul[rn-carousel] a {
        font-size: 22px;
    }
}

@media (min-width: 43em) {
    .home-page ul[rn-carousel] a {
        font-size: 15px;
    }
}

@media (min-width: 48em) {
    .home-page ul[rn-carousel] a {
        font-size:22px
    }
}

@media (min-width: 63em) {
    .home-page ul[rn-carousel] a {
        font-size:24px
    }
}

@media (min-width: 71em) {
    .home-page ul[rn-carousel] a {
        font-size:32px
    }
}


.home-page .carousel #header-caption {
    color: #88C13E;
    font-size:25px;     
    padding:20px;
    bottom:10%;
    right:5%;
    position:absolute;
}

.home-page .carousel #header-caption span{
   color:#fff;
}

.home-page .carousel #header-caption {
    width:30%;
    position:absolute;
    bottom:10%;
    right:5%;
    font-size:15px;
    margin-left:0;
    margin-top:0;
    display:none;
}

@media (min-width: 50em) {
    .home-page .carousel #header-caption {
        display: block;
    }
}

@media (min-width: 63em) {
    .home-page .carousel #header-caption {
        width: 30%;
        max-width: 366px;
        font-size: 24px;
    }
}

.home-page .carousel #header-caption #left-haptic {
    position:absolute;
    bottom:0;
    left:0;
    width:auto;
}

.home-page .carousel #header-caption #right-haptic {
    position:absolute;
    top:0;
    right:0;
    width:auto;
}


#homepage-content{
    width:100%;
    float:left;
    z-index:10;
}

.home-page #homepage-head{
    width:100%;
    float:left
}

/**** Print fixes *****/

@media print {
    html, body {
        height: 99%; 
        
    }

    table { page-break-inside:auto; }

    .table-print-cont {
        
    }

}



