@import url('fontello.css');        
        
/**********************************
    General
***********************************/
body {
    font-family: "Open Sans", sans-serif;
    font-size:100%; 
    line-height:2;
	padding-top: 88px;
	margin: 0;
}
h1, h2, h3, h4, h5, h6 {
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    line-height:1.4;
}        
h1 {font-size: 2.37em;}
h2 {font-size: 1.73em;}
h3 {font-size: 1.39em;}
h4 {font-size: 1.1em;}
h5 {font-size: 0.98em;}
h6 {font-size: 0.85em;}
.display h1 {
    font-weight: 650;
    font-size: 2.6em;
    line-height:1.4;
}
.display p {
    font-size: 1.5em;
    font-style: italic;
}
a {color: #3fb4e5;}
hr {border:none;border-top: rgba(0, 0, 0, 0.18) 0x solid;margin-top: 2em;margin-bottom: 2em;}    
img {max-width:100%;}

.imgNoGap{
    display: block;
    float: left;
}

figure {
    margin: 0;
}

.noGapImage{
    display: block;
}

.circle {
    border-radius: 50%;
}

/* FIX: Preventing Chrome from wrapping text with span-style (when editing) */
.display h1 span {font-size: 2.8em;line-height:1.4;}
.display p span {font-size: 1.5em;line-height:1.7;}
h1 span {font-size: 2.37em;line-height:1.7;}
h2 span {font-size: 1.83em;line-height:1.7;}
h3 span {font-size: 1.39em;line-height:1.7;}
h4 span {font-size: 1.1em;line-height:1.7;}
h5 span {font-size: 0.98em;line-height:1.7;}
h6 span {font-size: 0.85em;line-height:1.7;}
p span {font-size: 14px; line-height: 1.7;}
li span {font-size: 14px; line-height: 1.7;}




/**********************************
    Hero!
***********************************/

.hero__video {
    min-width: 100%;
    min-height: 100%;
    position: relative;
    left: 50%;
    top: 50%;
    pointer-events: none;
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.hero--homepage .hero__content {
    position: relative;
    display: block;
    z-index: 100;
    padding-top: 250px;
    padding-bottom: 200px;
    margin: 0 auto;
}

.hero--homepage .hero_video {
    position: absolute;
    display: block;
    z-index: 100;
    margin: 0 auto;
}

.hero--homepage .hero__video-container {
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 0;
    display: block;
}

.hero {    
    position: relative;
    overflow: hidden;
	margin-top: -100px;
	width: 100%;
	height: 750px;
	max-height: 750px;
	background: url(../Images/BB_LandingPage_Header.jpg) 50% 50% no-repeat;
    background-size: cover;
    -webkit-transition: all 0.15s cubic-bezier(0.21, 0.01, 0.58, 0.9);
    -moz-transition: all 0.15s cubic-bezier(0.21, 0.01, 0.58, 0.9);
    -ms-transition: all 0.15s cubic-bezier(0.21, 0.01, 0.58, 0.9);
    -o-transition: all 0.15s cubic-bezier(0.21, 0.01, 0.58, 0.9);
    transition: all 0.15s cubic-bezier(0.21, 0.01, 0.58, 0.9)
}

.heroText {
	position: relative;
	margin: 0 auto;	
	color: white;
}

.hero--homepage .hero__tagline {
    color: #fff;
    text-shadow: 0 2px 7px rgba(0, 0, 0, 0.3), 0 0 15px rgba(0, 0, 0, 0.15);
    font-size: 4em;
    display: block;
}

.hero_Video {
 position: relative;
 overflow: hidden;
 margin-top: -100px;
 width: 100%;
 height: 750px;
 max-height: 750px; 
 background-size: cover;
 -webkit-transition: all 0.15s cubic-bezier(0.21, 0.01, 0.58, 0.9);
 -moz-transition: all 0.15s cubic-bezier(0.21, 0.01, 0.58, 0.9);
 -ms-transition: all 0.15s cubic-bezier(0.21, 0.01, 0.58, 0.9);
 -o-transition: all 0.15s cubic-bezier(0.21, 0.01, 0.58, 0.9);
 transition: all 0.15s cubic-bezier(0.21, 0.01, 0.58, 0.9)
}

.hero_BBWebBannerTest2016_DS {
 position: relative;
 overflow: hidden;
 margin-top: -100px;
 width: 100 %;
 height: 750px;
 max-height: 750px;
 background: url(../Images/hero_BBWebBannerTest2016_DS.jpg) 50% 50% no-repeat;
 background-size: cover;
 -webkit-transition: all 0.15s cubic-bezier(0.21, 0.01, 0.58, 0.9);
 -moz-transition: all 0.15s cubic-bezier(0.21, 0.01, 0.58, 0.9);
 -ms-transition: all 0.15s cubic-bezier(0.21, 0.01, 0.58, 0.9);
 -o-transition: all 0.15s cubic-bezier(0.21, 0.01, 0.58, 0.9);
 transition: all 0.15s cubic-bezier(0.21, 0.01, 0.58, 0.9)
}


.hero_HomePage_Image {
 position: relative;
 overflow: hidden;
 margin-top: -100px;
 width: 100%;
 height: 750px;
 max-height: 750px;
 background: url(../Images/hero_HomePage_Image.jpg) 50% 50% no-repeat;
 background-size: cover;
 -webkit-transition: all 0.15s cubic-bezier(0.21, 0.01, 0.58, 0.9);
 -moz-transition: all 0.15s cubic-bezier(0.21, 0.01, 0.58, 0.9);
 -ms-transition: all 0.15s cubic-bezier(0.21, 0.01, 0.58, 0.9);
 -o-transition: all 0.15s cubic-bezier(0.21, 0.01, 0.58, 0.9);
 transition: all 0.15s cubic-bezier(0.21, 0.01, 0.58, 0.9)
}

.hero_Support {
 position: relative;
 overflow: hidden;
 margin-top: -100px;
 width: 100 %;
 height: 750px;
 max-height: 750px;
 background: url(../Images/hero_Support.jpg) 50% 50% no-repeat;
 background-size: cover;
 -webkit-transition: all 0.15s cubic-bezier(0.21, 0.01, 0.58, 0.9);
 -moz-transition: all 0.15s cubic-bezier(0.21, 0.01, 0.58, 0.9);
 -ms-transition: all 0.15s cubic-bezier(0.21, 0.01, 0.58, 0.9);
 -o-transition: all 0.15s cubic-bezier(0.21, 0.01, 0.58, 0.9);
 transition: all 0.15s cubic-bezier(0.21, 0.01, 0.58, 0.9)
}


.hero_Contact {
 position: relative;
 overflow: hidden;
 margin-top: -100px;
 width: 100 %;
 height: 750px;
 max-height: 750px;
 background: url(../Images/hero_Contact.jpg) 50% 50% no-repeat;
 background-size: cover;
 -webkit-transition: all 0.15s cubic-bezier(0.21, 0.01, 0.58, 0.9);
 -moz-transition: all 0.15s cubic-bezier(0.21, 0.01, 0.58, 0.9);
 -ms-transition: all 0.15s cubic-bezier(0.21, 0.01, 0.58, 0.9);
 -o-transition: all 0.15s cubic-bezier(0.21, 0.01, 0.58, 0.9);
 transition: all 0.15s cubic-bezier(0.21, 0.01, 0.58, 0.9)
}


.hero_Philips_960_L_contact_6 {
 position: relative;
 overflow: hidden;
 margin-top: -100px;
 width: 100 %;
 height: 750px;
 max-height: 750px;
 background: url(../Images/hero_Philips_960_L_contact_6.jpg) 50% 50% no-repeat;
 background-size: cover;
 -webkit-transition: all 0.15s cubic-bezier(0.21, 0.01, 0.58, 0.9);
 -moz-transition: all 0.15s cubic-bezier(0.21, 0.01, 0.58, 0.9);
 -ms-transition: all 0.15s cubic-bezier(0.21, 0.01, 0.58, 0.9);
 -o-transition: all 0.15s cubic-bezier(0.21, 0.01, 0.58, 0.9);
 transition: all 0.15s cubic-bezier(0.21, 0.01, 0.58, 0.9)
}


.hero_Philips_960_L_contact_6_1500-3500 {
 position: relative;
 overflow: hidden;
 margin-top: -100px;
 width: 100 %;
 height: 750px;
 max-height: 750px;
 background: url(../Images/hero_Philips_960_L_contact_6_1500-3500.jpg) 50% 50% no-repeat;
 background-size: cover;
 -webkit-transition: all 0.15s cubic-bezier(0.21, 0.01, 0.58, 0.9);
 -moz-transition: all 0.15s cubic-bezier(0.21, 0.01, 0.58, 0.9);
 -ms-transition: all 0.15s cubic-bezier(0.21, 0.01, 0.58, 0.9);
 -o-transition: all 0.15s cubic-bezier(0.21, 0.01, 0.58, 0.9);
 transition: all 0.15s cubic-bezier(0.21, 0.01, 0.58, 0.9)
}


.hero_Philips_960_L_contact_6_1500-3500 {
 position: relative;
 overflow: hidden;
 margin-top: -100px;
 width: 100 %;
 height: 750px;
 max-height: 750px;
 background: url(../Images/hero_Philips_960_L_contact_6_1500-3500.jpg) 50% 50% no-repeat;
 background-size: cover;
 -webkit-transition: all 0.15s cubic-bezier(0.21, 0.01, 0.58, 0.9);
 -moz-transition: all 0.15s cubic-bezier(0.21, 0.01, 0.58, 0.9);
 -ms-transition: all 0.15s cubic-bezier(0.21, 0.01, 0.58, 0.9);
 -o-transition: all 0.15s cubic-bezier(0.21, 0.01, 0.58, 0.9);
 transition: all 0.15s cubic-bezier(0.21, 0.01, 0.58, 0.9)
}


.hero_HeroImagePlaceholder {
 position: relative;
 overflow: hidden;
 margin-top: -100px;
 width: 100 %;
 height: 750px;
 max-height: 750px;
 background: url(../Images/hero_HeroImagePlaceholder.jpg) 50% 50% no-repeat;
 background-size: cover;
 -webkit-transition: all 0.15s cubic-bezier(0.21, 0.01, 0.58, 0.9);
 -moz-transition: all 0.15s cubic-bezier(0.21, 0.01, 0.58, 0.9);
 -ms-transition: all 0.15s cubic-bezier(0.21, 0.01, 0.58, 0.9);
 -o-transition: all 0.15s cubic-bezier(0.21, 0.01, 0.58, 0.9);
 transition: all 0.15s cubic-bezier(0.21, 0.01, 0.58, 0.9)
}


.hero_HeroImagePlaceholder {
 position: relative;
 overflow: hidden;
 margin-top: -100px;
 width: 100 %;
 height: 750px;
 max-height: 750px;
 background: url(../Images/hero_HeroImagePlaceholder.jpg) 50% 50% no-repeat;
 background-size: cover;
 -webkit-transition: all 0.15s cubic-bezier(0.21, 0.01, 0.58, 0.9);
 -moz-transition: all 0.15s cubic-bezier(0.21, 0.01, 0.58, 0.9);
 -ms-transition: all 0.15s cubic-bezier(0.21, 0.01, 0.58, 0.9);
 -o-transition: all 0.15s cubic-bezier(0.21, 0.01, 0.58, 0.9);
 transition: all 0.15s cubic-bezier(0.21, 0.01, 0.58, 0.9)
}


.hero_HeroImagePlaceholder {
 position: relative;
 overflow: hidden;
 margin-top: -100px;
 width: 100 %;
 height: 750px;
 max-height: 750px;
 background: url(../Images/hero_HeroImagePlaceholder.jpg) 50% 50% no-repeat;
 background-size: cover;
 -webkit-transition: all 0.15s cubic-bezier(0.21, 0.01, 0.58, 0.9);
 -moz-transition: all 0.15s cubic-bezier(0.21, 0.01, 0.58, 0.9);
 -ms-transition: all 0.15s cubic-bezier(0.21, 0.01, 0.58, 0.9);
 -o-transition: all 0.15s cubic-bezier(0.21, 0.01, 0.58, 0.9);
 transition: all 0.15s cubic-bezier(0.21, 0.01, 0.58, 0.9)
}


.hero_HeroImagePlaceholder {
 position: relative;
 overflow: hidden;
 margin-top: -100px;
 width: 100 %;
 height: 750px;
 max-height: 750px;
 background: url(../Images/hero_HeroImagePlaceholder.jpg) 50% 50% no-repeat;
 background-size: cover;
 -webkit-transition: all 0.15s cubic-bezier(0.21, 0.01, 0.58, 0.9);
 -moz-transition: all 0.15s cubic-bezier(0.21, 0.01, 0.58, 0.9);
 -ms-transition: all 0.15s cubic-bezier(0.21, 0.01, 0.58, 0.9);
 -o-transition: all 0.15s cubic-bezier(0.21, 0.01, 0.58, 0.9);
 transition: all 0.15s cubic-bezier(0.21, 0.01, 0.58, 0.9)
}


.hero_HeroImagePlaceholder {
 position: relative;
 overflow: hidden;
 margin-top: -100px;
 width: 100 %;
 height: 750px;
 max-height: 750px;
 background: url(../Images/hero_HeroImagePlaceholder.jpg) 50% 50% no-repeat;
 background-size: cover;
 -webkit-transition: all 0.15s cubic-bezier(0.21, 0.01, 0.58, 0.9);
 -moz-transition: all 0.15s cubic-bezier(0.21, 0.01, 0.58, 0.9);
 -ms-transition: all 0.15s cubic-bezier(0.21, 0.01, 0.58, 0.9);
 -o-transition: all 0.15s cubic-bezier(0.21, 0.01, 0.58, 0.9);
 transition: all 0.15s cubic-bezier(0.21, 0.01, 0.58, 0.9)
}


.hero_HeroImagePlaceholder {
 position: relative;
 overflow: hidden;
 margin-top: -100px;
 width: 100 %;
 height: 750px;
 max-height: 750px;
 background: url(../Images/hero_HeroImagePlaceholder.jpg) 50% 50% no-repeat;
 background-size: cover;
 -webkit-transition: all 0.15s cubic-bezier(0.21, 0.01, 0.58, 0.9);
 -moz-transition: all 0.15s cubic-bezier(0.21, 0.01, 0.58, 0.9);
 -ms-transition: all 0.15s cubic-bezier(0.21, 0.01, 0.58, 0.9);
 -o-transition: all 0.15s cubic-bezier(0.21, 0.01, 0.58, 0.9);
 transition: all 0.15s cubic-bezier(0.21, 0.01, 0.58, 0.9)
}


        
/**********************************
    Grid
***********************************/
.container {
	float: left;
    margin: 0 auto;
    max-width: 1400px;
    width: 90%;
}
@media (min-width: 40rem) {
    .column {
        float: left;
        padding-left: 1.32rem; /* 1rem */
        padding-right: 1.32rem;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    .column.full { width: 100%; }
    .column.two-third { width: 66.7%; }
    .column.two-fourth { width: 75%; }
    .column.two-fifth { width: 80%; }
    .column.two-sixth { width: 83.3%; }
    .column.half { width: 50%; }
    .column.third { width: 33.3%; }
    .column.fourth { width: 25%; }
    .column.fifth { width: 20%; }
    .column.sixth { width: 16.6%; }
    .column.flow-opposite { float: right; }  

    .columnNoPad{
        padding: 0 !important;
    }

}
.clearfix:before, .clearfix:after {content: " ";display: table;}
.clearfix:after {clear: both;}
.clearfix {*zoom: 1;}

   
/**********************************
    Elements
***********************************/

.center {text-align:center}
.right {text-align:right}
.left {text-align:left}

.pl-2 {padding-left:2rem;}

.btn {
    padding: 10px 30px;
    font-size: 1.3em;
    line-height: 2em;
    border-radius: 6px;

    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;   
}

.btn.btn-darkgrey {color: #ffffff;background-color: #333f48;}
.btn.btn-darkgrey:hover {color: #ffffff;background-color: #f1b434;}

.btn.btn-lightgrey {color: #000000;background-color: #bec6c4;}
.btn.btn-lightgrey:hover {color: #000000;background-color: #f1b434;}

.btn.btn-yellow {color: #000000;background-color: #f1b434;}
.btn.btn-yellow:hover { color: #000000;background-color: #bec6c4;border-color: #bec6c4;}
    
.social {line-height:1;margin-bottom:1.5em}
.social a > i {text-decoration:none;color:#333;font-size:1.2em;margin:0 5px 0 0;-webkit-transition: all 0.1s ease-in-out;transition: all 0.1s ease-in-out;}
.social a:hover > i {color:#3fb4e5;}

.relativity {
	position: relative;
}

   
/**********************************
    Header & Footer
***********************************/

.global-header {
	line-height: 0;    
    font-size: 2.8em;
	color: #fff;
    background: #2C2C2C;
	opacity: 0.95;
    margin: 0 0 40px 0;    
    z-index: 1000;
    -webkit-transition: all 0.15s cubic-bezier(0.21, 0.01, 0.58, 0.9);
    -moz-transition: all 0.15s cubic-bezier(0.21, 0.01, 0.58, 0.9);
    -ms-transition: all 0.15s cubic-bezier(0.21, 0.01, 0.58, 0.9);
    -o-transition: all 0.15s cubic-bezier(0.21, 0.01, 0.58, 0.9);
    transition: all 0.15s cubic-bezier(0.21, 0.01, 0.58, 0.9)
}

.position--fixed {
    position: fixed;
    width: 100%;
    top: 0;
    box-sizing: border-box;
    -webkit-backface-visibility: hidden;
    -moz-transform: translateZ(0);
    -o-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.global-navigation-container {
    margin-right: auto;
    margin-left: auto;
/*    max-width: 1180px;*/
    padding-top: 15px;
    padding-bottom: 15px;
    -webkit-transition: background 0.15s cubic-bezier(0.21, 0.01, 0.58, 0.9);
    -moz-transition: background 0.15s cubic-bezier(0.21, 0.01, 0.58, 0.9);
    -ms-transition: background 0.15s cubic-bezier(0.21, 0.01, 0.58, 0.9);
    -o-transition: background 0.15s cubic-bezier(0.21, 0.01, 0.58, 0.9);
    transition: background 0.15s cubic-bezier(0.21, 0.01, 0.58, 0.9)
}

.global-container {
    margin-right: auto;
    margin-left: auto;
    max-width: 1180px;
    padding-right: 15px;
    padding-left: 15px
}

.global-footer {
    padding-top: 30px;
    padding-bottom: 30px;
    background: #2C2C2C;
    -webkit-transition: all 0.15s cubic-bezier(0.21, 0.01, 0.58, 0.9);
    -moz-transition: all 0.15s cubic-bezier(0.21, 0.01, 0.58, 0.9);
    -ms-transition: all 0.15s cubic-bezier(0.21, 0.01, 0.58, 0.9);
    -o-transition: all 0.15s cubic-bezier(0.21, 0.01, 0.58, 0.9);
    transition: all 0.15s cubic-bezier(0.21, 0.01, 0.58, 0.9)
}

.footer__copyright {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    padding: 10px;
    font-weight: bold
}

.footer-navigation {
    display: inline-block;
    float: right
}

.footer-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block
}

.footer-list__item {
    display: inline-block
}

/**********************************m
    MENUS AND LOGO IN HEADER
**********************************/

.navigation-list__item {
    display: inline-block
}

.navigation-list__item-mini {
    display: none
}

.navigation-list-vertical__item {
    display: block;
    margin-top: 15px;
    margin-bottom: 15px;    
}

.navigation-list__link {
    color: #fff;
    opacity: 0.9;
    font-size: 0.35em;
    margin-right: 40px;
    text-decoration: none;
    -webkit-transition: opacity 0.15s cubic-bezier(0.21, 0.01, 0.58, 0.9);
    -moz-transition: opacity 0.15s cubic-bezier(0.21, 0.01, 0.58, 0.9);
    -ms-transition: opacity 0.15s cubic-bezier(0.21, 0.01, 0.58, 0.9);
    -o-transition: opacity 0.15s cubic-bezier(0.21, 0.01, 0.58, 0.9);
    transition: opacity 0.15s cubic-bezier(0.21, 0.01, 0.58, 0.9);
    background: none;
    border: none;
    cursor: pointer;
    font-family: inherit
}

.navigation-list__link-mini{
    padding-bottom: 0.6rem;
}

.navigation-list-vertical__link {
    color: #fff;
    opacity: 0.9;
    font-size: 0.35em;
    margin-right: 40px;
    text-decoration: none;
    -webkit-transition: opacity 0.15s cubic-bezier(0.21, 0.01, 0.58, 0.9);
    -moz-transition: opacity 0.15s cubic-bezier(0.21, 0.01, 0.58, 0.9);
    -ms-transition: opacity 0.15s cubic-bezier(0.21, 0.01, 0.58, 0.9);
    -o-transition: opacity 0.15s cubic-bezier(0.21, 0.01, 0.58, 0.9);
    transition: opacity 0.15s cubic-bezier(0.21, 0.01, 0.58, 0.9);
    background: none;
    border: none;
    cursor: pointer;
    font-family: inherit
}

.wide_menu {
    top: 50%;
    display: inline-block;
    margin-top: 12px;
    margin-right:5%;
}

.navigation-list {
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
    margin-top: 0;
    list-style: none;
}



.narrow_menu {
        display: none
}

.footer-list__link {
    vertical-align: middle;
    color: #fff;
    text-decoration: none;
    padding: 10px 20px
}

.rightaligned_footertext {
	text-align: right;
    line-height: 100%;
}

.footer-smalltext {
	text-align:right;
	color: #fff;
	line-height: 1%;
	font-size: 0.6em;
}


.sitelogo {
    color: white;
    margin-left: 15px;
    width: 200px;
    pointer-events: none;
}

.sitelogosmall {
	color: white;
	margin-left: 15px;    
	width: 70px;
    
    pointer-events: none;
}

.productlogo1 {
	color: white;   
	width: 100px;
    pointer-events: none;
}

.hyphenList {
    list-style-type: '- ';
}

ul {
    list-style-type: none;
    padding-left: 0;
    padding-top: 0px;
    -webkit-margin-after: 0;
}

.global-navigation-container a {
    display: inline-block;
    color: white;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
}

.dropbtn {
    display: inline-block;
    color: white;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
}


/*.dropdown-content-mini {
    display: none;
    position: absolute;        
    color: #f9f9f9;
    background-color: #2C2C2C;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}*/

.dropdown-content {
    display: none;
    position: absolute;    
    margin-top: 10px;
    color: #f9f9f9;
    background-color: #2C2C2C;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

.dropdown-content a {
    color: #f9f9f9;
    background-color: #2C2C2C;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

/*.dropdown-content a:hover {background-color: #f1f1f1}*/

.show {
    display: block;
}

.has-nib::after {
    content: '';
    width: 14px;
    height: 8px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    background: url(../Images/nib.png) 0 0 no-repeat;
    opacity: 0.9;
    -webkit-transition: all 0.15s cubic-bezier(0.21, 0.01, 0.58, 0.9);
    -moz-transition: all 0.15s cubic-bezier(0.21, 0.01, 0.58, 0.9);
    -ms-transition: all 0.15s cubic-bezier(0.21, 0.01, 0.58, 0.9);
    -o-transition: all 0.15s cubic-bezier(0.21, 0.01, 0.58, 0.9);
    transition: all 0.15s cubic-bezier(0.21, 0.01, 0.58, 0.9);
}

.navigation-list__link--is-active.has-nib::after {
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.navigation-list--main--is-visible {
    display: inline-block
}


a.svg:after {
  content: ""; 
  position: absolute; 
  top: 0; 
  right: 0; 
  bottom: 0; 
  left: 0;
}

a.svg {
    position: relative;
}



.smallview-menuhide {
    display: none;
}

.small_screen_view {
    display: none;
}

/***************************************
    RESPONSIVENESS
****************************************/

@media only screen and (max-width: 850px) {
    
    .hero--homepage .hero__tagline {
        font-size: 2.5em;
        line-height: 1.5em;
        margin-left: 80px;
        margin-right: 80px;
        margin-top: -20px;
    }
     
    .hero_Video {
        height: 400px;
    }
    

    .global-header .three-quarters {
        width: 100%
    }
    
    .global-header {
        /*line-height: 1.8;*/
        font-size: 1.2em;
        color: #fff;
    }
    
    .small_screen_view {
        display: inline-block;
    }

    #minimenuButton {
        right: 1rem;
    }

    .miniMenu .ul .li {
        font-size: 14px;
    }

    .global-header {
        opacity: 1;
    }
    .smallview-menuhide {
        display: none;
    }

    .global-navigation {
        position: relative
    }

    .navigation-list__item-mini {
        display: block;
        float: none;
    }
    .miniMenu--is-visible {
        display: block
    }
	.navigation-list__item { display: none; }
	.navigation-list__link { display: none; }
	.wide_menu { display: none; }
	.sitelogo { display: none; pointer-events: none }
		
	.hero { font-size: 0.5em; }
	
    .narrow_menu {
        display: block;        
    }
    .account-actions {
        display: none
    }
    .toggle-menu {
        display: block
    }
    	
	.hero--homepage .hero__content {
		position: relative;
		display: block;
		z-index: 100;
		padding-top: 150px;
		padding-bottom: 200px;
		margin: 0 auto;
	}

	.hero--homepage .hero__video {
		position: absolute;
		display: block;
		z-index: 100;
		margin: 0 auto;    
	}

}

@media only screen and (max-width:480px) {
    
    .hero--homepage .hero__tagline {
        font-size: 2em;
        margin-left: 20px;
        margin-right: 20px;
        margin-top: -20px;
    }

    .hero_Video {
        height: 480px;
    }

    .dv-container--padded {
        padding: 0 10px
	}
	
	.hero--homepage .hero__content {
		position: relative;
		display: block;
		z-index: 100;
		padding-top: 150px;
		padding-bottom: 200px;
		margin: 0 auto;
	}
	
	.hero--homepage .hero__video {
		position: absolute;
		display: block;
		z-index: 100;		
		margin: 0 auto;
	}
}


/******************************************
    TOGGLE MENU
*******************************************/
    
.toggle-menu {
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    height: 40px;
    width: 55px;
    right: 0;
    padding: 0;
    opacity: 0.9;
    right: 0;
    cursor: pointer;
    background: none;
    outline: none;
    border: none;
    display: block
}
.toggle-menu:hover:not(.toggle-menu--is-active) .toggle-menu__icon,
.toggle-menu:focus:not(.toggle-menu--is-active) .toggle-menu__icon {    
    margin-top: 6px;
    margin-bottom: 6px
}
.toggle-menu--is-active .toggle-menu__icon:first-child {
    -moz-transform: translate(0, 8px) rotate(-45deg);
    -o-transform: translate(0, 8px) rotate(-45deg);
    -ms-transform: translate(0, 8px) rotate(-45deg);
    -webkit-transform: translate(0, 8px) rotate(-45deg);
    transform: translate(0, 8px) rotate(-45deg)
}
.toggle-menu--is-active .toggle-menu__icon:last-of-type {
    -moz-transform: translate(0, -8px) rotate(45deg);
    -o-transform: translate(0, -8px) rotate(45deg);
    -ms-transform: translate(0, -8px) rotate(45deg);
    -webkit-transform: translate(0, -8px) rotate(45deg);
    transform: translate(0, -8px) rotate(45deg)
}
.toggle-menu--is-active:hover .toggle-menu__icon {
 
}
.toggle-menu--is-active:focus .toggle-menu__icon {
    
}

.toggle-menu--is-active {
    position: absolute;
    top: 40px;
}

.toggle-menu--is-active .toggle-menu__icon:nth-child(2) {
    opacity: 0
}
.toggle-menu__icon {
    display: block;
    background: #fff;
    opacity: 0.9;
    height: 4px;
    margin: 4px auto;
    width: 25px;
    -webkit-transition: all 0.15s cubic-bezier(0.21, 0.01, 0.58, 0.9);
    -moz-transition: all 0.15s cubic-bezier(0.21, 0.01, 0.58, 0.9);
    -ms-transition: all 0.15s cubic-bezier(0.21, 0.01, 0.58, 0.9);
    -o-transition: all 0.15s cubic-bezier(0.21, 0.01, 0.58, 0.9);
    transition: all 0.15s cubic-bezier(0.21, 0.01, 0.58, 0.9)
}
    


/*****************************************
    ERRRRR
******************************************/

.ie8 .dv-container {
    width: 980px
}

.ie8 .dv-container--large {
    width: 1180px
}

.is-vertical-middle .dv-grid__item {
    vertical-align: middle
}

.is-centered-content {
    text-align: center
}

.height-half {
    height: 50%;
    box-sizing: border-box
}

.max {
    max-width: 100%
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.mpu {
    max-width: 300px;
    max-height: 250px
}

.leaderboard {
    max-width: 728px;
    max-height: 90px
}

main img {
    max-width: 100%
}

.global-navigation--is-coloured,
.touch .global-navigation {
    background: #28c1de
}

.hideonly {
    display: none;
}



.hidden {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden
}


.right {
    float: right;
}

.text--centered {
    text-align: center;
}
.extra-bottom-margin--small {
    margin-bottom: 40px;
}

/**********************************
    Folds
***********************************/

.fold1 {
	background: url(../Images/fold2.jpg) 50% 50% no-repeat;
	background-size: cover;
	height: auto;
	color: white;
}

.foldYellow {
	background: #F1B434;
	height: auto;
	color: black;
}

.foldDarkGrey {
	background: #333f49;
	height: auto;
    color: white;
}

.foldLightGrey {
    background: #BEC6C4;
    height: auto;
    color: black;
}

.foldWhite {
    background: #FFFFFF;
    height: auto;
    color: black;
}

.foldRed {
    background: #BA0C2F;
    height: auto;
    color: white;
}

.foldGreen {
    background: #40C1AC;
    height: auto;
    color: white;
}

.foldPurple {
    background: #9C4392;
    height: auto;
    color: white;
}

.foldSkypeBlue {
    background: #1470b7;
    height: auto;
    color: white;
}


/**********************************
    Small menu formatting
***********************************/

.dv-grid {
    list-style: none;
    margin: 0 0 0 -20px;
    padding: 0
}
.dv-grid__item {
    display: inline-block;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 20px
}

@media only screen and (max-width: 480px) {    
    .s-one-half {
        width: 50%;
    }
}
.one-quarter {
    width: 25%
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.one-quarter {
    width: 25%;
}

@media only screen and (max-width: 480px) {
    .s-one-half {
        width: 50%;
    }

    /*.toggle-menu--is-active {
        position:absolute;
        top: 20px;
    }*/

}

.products-navigation__link {
    display: block;
    padding: 25px 0 0 0;
    color: #999999;
    font-size: 0.9em;
    text-decoration: none;
}

/* FRONT PAGE SPECIAL SECTION --- START */

.fixed-min-height1 { min-height: 150px; }
.fixed-min-height2 { min-height: 45px; }
.fixed-min-height3 { min-height: 180px; }


@media only screen and (max-width: 950px) {
    
    .fixed-min-height1 { min-height: 220px; }
    .fixed-min-height2 { min-height: 70px; }
}

@media only screen and (max-width: 1100px) {
    
    .fixed-min-height2 { min-height: 80px; }
}


@media only screen and (max-width: 700px) and (min-width: 623px) {
    
    .fixed-min-height2 { height: 60px; }
}

@media only screen and (max-width: 622px) {
    
    .fixed-min-height1 { min-height: 0; }
    .fixed-min-height2 { min-height: 45px; }
    .fixed-min-height3 { min-height: 0; }
}

/* FRONT PAGE SPECIAL SECTION --- END */


.videohalf {
    position: relative;            
    width: 100%;
    border: none;
    min-height: 100%;
    height: 330px;
    margin-top: 40px;
}

@media only screen and (max-width: 480px) {
    .videohalf {
    margin-top: 0;
}
}

.list {position:relative;margin:1.5em 0;}
.list > i {position:absolute;left:-3px;top:-13px;font-size:2em;}
.list > span {left:-3px;top:-13px;font-size:2em;}
.list > h2, .list > h3 {margin: 0 0 0 50px}
.list > p {margin: 0 0 0 50px}
.list > div { margin: 0 0 0 50px; display:inline-block}


/**********************************
            Product Detail
***********************************/
.productlist {
    list-style-type: circle;
    margin: 1.5em;
}


/**********************************
        Google custom search
***********************************/

.gsc-results-wrapper-overlay {
    line-height: 1rem !important;
    height: 40rem !important;
}

.gsc-control-cse {
    width: 13rem !important;
    padding: 0 !important;
    border: 0rem !important;
    background-color: #2C2C2C !important;
    float: right !important;
}

.gsc-input {
    padding-right: 0.25rem !important;    
}

#___gcse_0 {
    float: right !important;
}

/**********************************
        Video embedding
***********************************/

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}

    .embed-responsive::before {
        display: block;
        content: "";
    }

    .embed-responsive .embed-responsive-item,
    .embed-responsive iframe,
    .embed-responsive embed,
    .embed-responsive object,
    .embed-responsive video {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0;
    }

.embed-responsive-21by9::before {
    padding-top: 42.857143%;
}

.embed-responsive-16by9::before {
    padding-top: 56.25%;
}

.embed-responsive-4by3::before {
    padding-top: 75%;
}

.embed-responsive-1by1::before {
    padding-top: 100%;
}