@font-face {
    font-family: 'ECSquareSansProRegular';
    src: url('ecsquaresanspro-regular-web.eot.jpg');
    src: url('ecsquaresanspro-regular-web.eot.jpg?#iefix') format('embedded-opentype'),
         url('ecsquaresanspro-regular-web.woff.jpg') format('woff'),
         url('ecsquaresanspro-regular-web.ttf.jpg') format('truetype'),
         url('ecsquaresanspro-regular-web.svg.jpg#ECSquareSansProRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ECSquareSansProLight';
    src: url('ecsquaresanspro-light-web.eot.jpg');
    src: url('ecsquaresanspro-light-web.eot.jpg?#iefix') format('embedded-opentype'),
         url('ecsquaresanspro-light-web.woff.jpg') format('woff'),
         url('ecsquaresanspro-light-web.ttf.jpg') format('truetype'),
         url('ecsquaresanspro-light-web.svg.jpg#ECSquareSansProRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ECSquareSansProBold';

    src: url('ecsquaresanspro-bold-web.eot.jpg');
    src: url('ecsquaresanspro-bold-web.eot.jpg?#iefix') format('embedded-opentype'),
         url('ecsquaresanspro-bold-web.woff.jpg') format('woff'),
         url('ecsquaresanspro-bold-web.ttf.jpg') format('truetype'),
         url('ecsquaresanspro-bold-web.svg.jpg#ECSquareSansProRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
/************************************END TYPOGRAPHY**************************************/


body, html{
    font:normal 16px ECSquareSansProLight;
    background-color:#A4BFA4;
    margin:0px;
    padding:0px;
    color:white;
    height: 100%;
	min-height: 100%;
    overflow-x:hidden;
}
.no-js {
	padding-top: 106px;
}
.loading {
	background: url('../images/hd/ico_loading.gif') no-repeat center center;
}
section {
	min-width: 960px;
	opacity: 0;
}
.loaded section,
.no-js section {
	opacity: 1;
	-webkit-transition: opacity 300ms ease-out;
	-moz-transition: opacity 300ms ease-out;
	transition: opacity 300ms ease-out;
}
main {
    display: block;
    overflow-x: hidden;
    position: absolute;
    top: 189px;
    width: 100%;
}
.bcg {
	background-position: center center;
	background-repeat: no-repeat;
	height: 100%;
	width: 100%;
}
strong{
    font-family:ECSquareSansProBold;
    font-weight:normal;
}
a, a:visited, a:hover, a:link{
    color:white;
}
h1,h2,h3,h4,p,strong{
    margin:0px;
    padding:0px;
}
h1{
    color:white;
    font-size:60px;
}
h2 {
    color: white;
    font-size: 37pt;
    text-align: center;
}
h3 {
    color: white;
    font-size: 28pt;
}
.txt-right{
    text-align:right;
}
.txt-left{
    text-align:left;
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}
img {
    vertical-align: middle;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

.hsContent {
    color: #ebebeb;
    display: table-cell;
    margin: -150px auto 0;
    padding: 0;
    text-align: center;
    vertical-align: middle;
}
.hsContainer {
	display: table;
	table-layout: fixed;
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}
.inner {
    margin: 0 auto;

    position: relative;
    width: 1280px;
     border-left: 2px dashed white;
    border-right: 2px dashed white;
}

/* CIRCLES */
.circle {
    margin: 0 auto;
    position:relative;
}
.circle strong {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    text-align: center;
    margin-top: -20px;
    line-height: 40px;
    font: 38px/40px ECSquareSansProRegular;
}
/* next style is only for IE8
   you may include it as a separate stylesheet
   included within IE8 conditional comments
*/
.static-circle {
    background: url(http://i.imgur.com/0vPwcbx.png) center no-repeat;
}
#entry-header {
    height: 200px;
    position: absolute;
    width: 100%;
    z-index:99;
}
#entry-header .inner {
    background-color: white;
    height: 189px;
    width:100%;
}
#entry-header h1{
    background:transparent url("../images/hd/ec-logo_en.png") no-repeat scroll 100% center;
    background-size:100% auto;
    background-position-x:100%;
    background-position-y:center;
    display:block;
    width:300px;
    height:300px;
    left: 0;
    position: absolute;
    right: 0;
    margin: 0 auto;
    top: 0px;
}
#entry-header h1 span{
    left: -1000px;
    position: absolute;
    top: -10000px;
}
#entry-header #ec_logo{

}
.scroll-down {
    bottom: 16px;
    font-size: 20px;
    left: 0;
    margin: 0 auto;
    max-width: 1280px;
    opacity: 0.8;
    padding-left: 70px;
    position: fixed;
    right: 0;
    text-align: left;
    text-transform: uppercase;
    z-index: 4;
    display:none;
    width:1280px;
}
.loaded .scroll-down{
    display:block;

}
.scroll-down > span {
    display: block;
    font-family: arial;
    font-size: 18px;
    font-weight: lighter;
    line-height: 22px;
    margin-left: 52px;
    padding-top: 0;
    -ms-transform: scale(6, 0.7);
    -webkit-transform: scale(6, 0.7);
    transform: scale(6, 0.7);
    width: 10px;
}


/* Nav */

#navigation {
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 0 5px 5px 0;
    color: #627a82;
    left: 0;
    max-width: 40px;
    padding: 26px 20px 7px;
    position: absolute;
    top: 80px;
    z-index: 99;
    transition:max-width ease-in-out 0.4s;
    overflow: hidden;
}
#navigation.fixed {
    position: fixed;
    top: 60px;
}
#navigation .reduce {
    font-size: 20pt;
    position: absolute;
    right: 12px;
    top: 7px;
    text-decoration:none;
    cursor:pointer;
    color: #627a82;
}

#navigation li a {
    color: #627a82;
    opacity:0;
    display:none;
    font-size: 13pt;
    margin-left: 30px;
    text-decoration: none;
    width: 200px;
}
#navigation.open{
    max-width: 230px;
}
#navigation.open li a{
    display:block;
    opacity:1;
}
#navigation.open .reduce::after {
    content:">";

}
#navigation .reduce::after {
    content:"<";
}
#navigation li.on a{
    color:#A4BFA4;
}


#navigation > ul {
    margin: 0;
    padding: 0;
    position:relative;
    z-index:2;
}
#navigation li {
    clear: both;
    display: block;
    list-style: outside none none;
    margin-bottom: 24px;
    min-height: 44px;
    width: 100%;
}

#navigation i {
    background-color: white;
    border: 1px solid #a4bfa4;
    border-radius: 10px;
    display: block;
    float: left;
    height: 18px;
    margin: 1px 10px 0 0;
    width: 18px;
}

#navigation li.on i {
    background-color:#627a82;
    border-color:#627a82;
}
#navigation .border {
    border-left: 2px dashed #a4bfa4;
    height: 332px;
    left: 29px;
    position: absolute;
    top: 38px;
    width: 1px;
    z-index: 1;
}

/* Slide 1 */
#slide-1 .bcg {background-image:url('../img/bcg_slide-1.jpg')}
#slide-1 .inner, #slide-1 .hsContent, #slide-1 .hsContainer{
    height:1024px;
}
#slide-1 .inner{
    background: transparent url("../images/hd/head-bg.png") no-repeat scroll 0 0;
    border-left:2px dashed white;
    border-right:2px  dashed white;
    z-index:2;
    background-size: 100% auto;
}
#slide-1 .dashed {
    border-bottom: 2px dashed white;
    display: block;
    height: 2px;
    left: 0;
    position: absolute;
    top: 820px;
    width: 100%;
    z-index: 0;
}
#slide-1 h1 {
    display: block;
    float: right;
    font-size: 45pt;
    left: 76px;
    line-height: 42pt;
    padding-right: 20px;
    position: absolute;
    top: 120px;
    width: 100%;
}

#slide-1 h1 span {
    display: block;
    font-size: 22pt;
    margin-top: 5px;
}
#slide-1 h2 {
    display: block;
    line-height: 48px;
    margin-top: 38px;
}
#slide-1 .abstract {
    color: white;
    font-size: 20pt;
    font-weight: bold;
    left: 76px;
    position: absolute;
    text-align: left;
    top: 312px;
}
#slide-1 .meca-1 {
    display: block;
    font-size: 18pt;
    height: 245px;
    padding: 100px 0 0;
    position: absolute;
    right: 262px;
    top: 52px;
    width: 245px;
    z-index: 2;
}

#slide-1 .meca-1::after {
    background: transparent url("../images/hd/meca-green-brown.png") no-repeat scroll left top;
    background-size:cover cover;
    content: "";
    display: block;
    height: 245px;
    left: 0;
    position: absolute;
    top: 0;
    width: 245px;
    z-index: -1;
    animation-name:rotateLeft;
    animation-iteration-count:infinite;
    animation-duration: 5s;

    -o-animation-duration: 5s;
    -o-animation-name:rotateLeft;
    -o-animation-iteration-count:infinite;
    -moz-animation-duration: 5s;
    -moz-animation-name:rotateLeft;
    -moz-animation-iteration-count:infinite;
    -webkit-animation-duration: 5s;
    -webkit-animation-name:rotateLeft;
    -webkit-animation-iteration-count:infinite;

     z-index:-1;
}
#slide-1 .meca-2 {
    display: block;
    font-size: 18pt;
    height: 283px;
    padding: 112px 0 0;
    position: absolute;
    right: 424px;
    top: 498px;
    width: 283px;
    z-index: 2;
}

#slide-1 .meca-2::after {
    background: transparent url("../images/hd/meca-orange-light.png") no-repeat scroll left top;
    background-size:cover cover;
    content: "";
    display: block;
    height: 283px;
    left: 0;
    position: absolute;
    top: 0;
    width: 283px;
    z-index: -1;
    animation-name:rotateLeft;
    animation-iteration-count:infinite;
    animation-duration: 5s;

    -o-animation-duration: 5s;
    -o-animation-name:rotateLeft;
    -o-animation-iteration-count:infinite;
    -moz-animation-duration: 5s;
    -moz-animation-name:rotateLeft;
    -moz-animation-iteration-count:infinite;
    -webkit-animation-duration: 5s;
    -webkit-animation-name:rotateLeft;
    -webkit-animation-iteration-count:infinite;

     z-index:-1;
}

#slide-1 .meca-3 {
    display: block;
    font-size: 18pt;
    height: 248px;
    left: 374px;
    padding: 112px 0 0;
    position: absolute;
    top: 350px;
    width: 248px;
    z-index: 2;
}
#slide-1 .meca-3::after {
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-name: rotateRight;
    -o-animation-duration: 5s;
    -o-animation-name:rotateRight;
    -o-animation-iteration-count:infinite;
    -moz-animation-duration: 5s;
    -moz-animation-name:rotateRight;
    -moz-animation-iteration-count:infinite;
    -webkit-animation-duration: 5s;
    -webkit-animation-name:rotateRight;
    -webkit-animation-iteration-count:infinite;

    background: transparent url("../images/hd/meca-orange.png") no-repeat scroll left top;
    content: "";
    display: block;
    height: 248px;
    left: 0;
    position: absolute;
    top: 0;
    width: 248px;
    z-index: -1;
}
#slide-1 .meca-4 {
    display: block;
    font-size: 18pt;
    height: 228px;
    padding: 98px 0 0;
    position: absolute;
    right: 224px;
    top: 408px;
    width: 228px;
    z-index: 2;
}
#slide-1 .meca-4::after {
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-name: rotateRight;
    -o-animation-duration: 5s;
    -o-animation-name:rotateRight;
    -o-animation-iteration-count:infinite;
    -moz-animation-duration: 5s;
    -moz-animation-name:rotateRight;
    -moz-animation-iteration-count:infinite;
    -webkit-animation-duration: 5s;
    -webkit-animation-name:rotateRight;
    -webkit-animation-iteration-count:infinite;

    background: transparent url("../images/hd/meca-brown.png") no-repeat scroll left top;
    content: "";
    display: block;
    height: 228px;
    left: 0;
    position: absolute;
    top: 0;
    width: 228px;
    z-index: -1;
}
#slide-1 .meca-5 {
    display: block;
    font-size: 18pt;
    height: 260px;
    padding: 98px 0 0;
    position: absolute;
    right: 24px;
    top: 210px;
    width: 260px;
    z-index: 2;
}
#slide-1 .meca-5::after {
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-name: rotateRight;
    -o-animation-duration: 5s;
    -o-animation-name:rotateRight;
    -o-animation-iteration-count:infinite;
    -moz-animation-duration: 5s;
    -moz-animation-name:rotateRight;
    -moz-animation-iteration-count:infinite;
    -webkit-animation-duration: 5s;
    -webkit-animation-name:rotateRight;
    -webkit-animation-iteration-count:infinite;

    background: transparent url("../images/hd/meca-green.png") no-repeat scroll left top;
    content: "";
    display: block;
    height: 260px;
    left: 0;
    position: absolute;
    top: 0;
    width: 260px;
    z-index: -1;
}
#slide-1 .arrow-to-right {
    background: transparent url("../images/hd/white-arrow-to-right.png") no-repeat scroll left top;
    background-size:100% 100%;
    height: 300px;
    left: 347px;
    position: absolute;
    top: 323px;
    width: 180px;
}
#slide-1 .arrow-to-left {
    background: transparent url("../images/hd/white-arrow-to-left.png") no-repeat scroll left top;
    background-size:100% 100%;
    height: 260px;
    left: 810px;
    position: absolute;
    top: 404px;
    width: 200px;
}

#slide-1 .people {
    border-left: 2px dashed white;
    border-right: 2px dashed white;
    border-top: 2px dashed white;
    height: 240px;
    left: 490px;
    position: absolute;
    top: 250px;
    width: 468px;
    z-index: 0;
    background:transparent url("../images/hd/people.png") no-repeat scroll 186px 44px;
}

#slide-1 .dotted-right-block {
    border: 2px dashed white;
    height: 590px;
    position: absolute;
    right: 146px;
    top: 146px;
    width: 170px;
    z-index: 0;
}

#slide-1 .dotted-dia {
    background: transparent url("../images/hd/slide-1-dotted-diagonal.png") no-repeat scroll left top;
    height: 760px;
    position: absolute;
    right: 254px;
    top: 44px;
    width: 473px;
}
#slide-1 .basket {
    background: transparent url("../images/hd/basket-blue.png") no-repeat scroll center center;
    display: block;
    font-size: 18pt;
    height: 97px;
    left: 536px;
    padding: 98px 0 0;
    position: absolute;
    top: 154px;
    width: 97px;
    z-index: 2;
}

#slide-1 .light {
    background: transparent url("../images/hd/light-green.png") no-repeat scroll center center;
    display: block;
    font-size: 18pt;
    height: 97px;
    padding: 98px 0 0;
    position: absolute;
    right: 96px;
    top: 50px;
    width: 97px;
    z-index: 2;
}
#slide-1 .mobile {
    background: transparent url("../images/hd/mobile-green.png") no-repeat scroll center center;
    display: block;
    font-size: 18pt;
    height: 97px;
    padding: 98px 0 0;
    position: absolute;
    right: 268px;
    top: 640px;
    width: 97px;
    z-index: 2;
}
#slide-1 .hands {
    background: transparent url("../images/hd/hands-green.png") no-repeat scroll center center;
    display: block;
    font-size: 18pt;
    height: 97px;
    padding: 98px 0 0;
    position: absolute;
    right: 97px;
    top: 565px;
    width: 97px;
    z-index: 2;
}

/* Slide 2 */

#slide-2 .inner, #slide-2 .hsContent, #slide-2 .hsContainer{
    height:614px;
    font-style:normal;
}

#slide-2 .inner {
    background: #557a85 url("../images/hd/slide-2-bg.png") no-repeat scroll left top;
    height: 101%;
    margin-bottom: -3px;
    margin-top: -3px;
}
#slide-2 h3{
    color:#98C8CD;
    margin-top:38px;
}
#slide-2 .green-question-man {
    background: transparent url("../images/hd/green-question-man.png") no-repeat scroll center center;
    display: block;
    font-size: 18pt;
    height: 285px;
    left: 160px;
    position: absolute;
    top: 190px;
    width: 94px;
    z-index: 2;
}
#slide-2 .dimensions{
    position:absolute;
    right:40px;
    top:180px;
}

#slide-2 p.legend {
    font-style: italic;
    left: 336px;
    position: absolute;
    top: 429px;
}

#slide-2 .dimensions div {
    border-left: 2px dashed white;
    float: left;
    font-size: 16pt;
    height: 220px;
    padding: 10px;
    width: 164px;
}
#slide-2 .dimensions div:first-child{
    float:left;
    border-left:none;
}
#slide-2 .dimensions div span {
    color:#A4BFA4;
    font-size:52pt;
}

#slide-2 h4 {
    color: #a4bfa4;
    font-size: 25pt;
    margin-top: 38px;
    position: absolute;
    right: 70px;
    top: 450px;
}
#slide-2 .footnote {
    bottom: 0;
    font-size: 15pt;
    left: 76px;
    position: absolute;
}
#slide-2 .footnote img {
    display: block;
    float: left;
    margin: -6px 20px 4px 0;
}
/* Slide 3 */

#slide-3 .inner, #slide-3 .hsContent, #slide-3 .hsContainer {
    height: 1140px;
}
#slide-3 .inner{
    background:#79929c url('../images/hd/slide-3-bg.png') no-repeat top left;
    padding-top:160px;
    z-index:2;
}
#slide-3 .dashed {
    border-bottom: 2px dashed white;
    display: block;
    height: 2px;
    left: 0;
    position: absolute;
    top: 160px;
    width: 100%;
    z-index: 0;
}
#slide-3 .dim .num {
    float: left;
    font-size: 42pt;
    margin-top: 20px;
}
#slide-3 .arrow-to-right {
    background: transparent url("../images/hd/white-arrow-to-left.png") no-repeat scroll left top / 100% 100%;
    height: 250px;
    position: absolute;
    right: 52px;
    top: 50px;
    transform: rotate(145deg);
    -ms-transform:rotate(145deg);
    -webkit-transform:rotate(145deg);
    width: 190px;
}
#slide-3 .dimensions {
    display: block;
    font-size: 18pt;
    left: 34px;
    margin: 50px auto 0;
    position: absolute;
    right: 0;
    width: 90%;
}
#slide-3 .dimensions .desc {
    display: inline;
    float: left;
    height: 165px;
    margin-top: 20px;
    width: 50%;
    padding-top: 10px;
    position:relative;
}
#slide-3 .dimensions .dim .val {
    background-color: #98c8cd;
    border-left: 2px dashed white;
    box-sizing: border-box;
    color: #627a82;
    display: block;
    margin: 0 0 0 50%;
    padding: 0;
    height: 165px;
}


#slide-3 .dimensions .dim:last-child .val{
    border-right:none;

}
#slide-3 .dim .desc img {
    float: left;
    margin: 0 10px 10px;
}
#slide-3 .dim .desc p {
    display: block;
    margin-top: 20px;
    text-align: left;
    width: 80%;
}

#slide-3 .dimensions .val p {
    padding: 46px 36px 46px 10px;
    text-align: left;
}
#slide-3 .dimensions .val .example {
    background-color: rgba(43, 87, 107, 0.5);
    color: #ffffff;
    font-size: 16px;
    height: auto;
    left: auto;
    letter-spacing: 2px;
    line-height: 26px;
    padding: 0;
    position: absolute;
    right: -70px;
    text-align: center;
    top: 69px;
    transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -moz-transform:rotate(270deg);
    -o-transform:rotate(270deg);
    width: 165px;
    z-index: 10;
}
#slide-3 .dimensions > div {

    font-size: 16pt;
    padding: 10px 0 0;
}
#slide-3 .dimensions > div:first-child{
    border-left:none;
}
#slide-3 .dimensions .dim{
    position:relative;

}
#slide-3 .dimensions .dim > p {
    display: block;
    height: 132px;
    padding: 20px 10px;
}
#slide-3 .dimensions .dim .arrow {
    background: transparent url("../Images/hd/arrow-white-to-bottom.png") no-repeat scroll left top;
    height: 15px;
    margin: auto 0 auto 92%;
    position: absolute;
    right: 10px;
    top: 45%;
    transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    width: 48px;
}
#slide-3 .dimensions canvas {
    float: left;
    margin: 10px;
}
#slide-3 .dimensions .circle strong {
    display: block;
    font: 32px/40px ECSquareSansProRegular;
    left: 43px;
    margin-top: 19px;
    position: absolute;
    text-align: center;
    top: 25%;
    width: 80px;
}
#slide-3 .dimensions .circle .indice {
    font: 38px/40px ECSquareSansProRegular;
    left: 6%;
    margin-top: -20px;
    position: absolute;
    text-align: center;
    top: 48%;
}
#slide-3 .dimensions .circle {
    height: 165px;
    margin-top: 20px;
}

/* Slide 4 */


#slide-4 .inner {
    background: #557a85 url("../images/hd/slide-4-bg.png") no-repeat scroll left top;
    padding-top: 140px;
    display: table;
}
#slide-4 .intro{
    font-size:15pt;
}
#slide-4 .data {
    background-color: rgba(0, 0, 0, 0.2);
    color: white;
    display: block;
    font-size: 14pt;
    font-style: normal;
    list-style: outside none none;
    margin: 29px 10px 10px 82px;
    overflow: hidden;
    padding: 10px;
    text-align: left;
    width: 668px;
}
#slide-4 .data ul {
    font-style: normal;
    list-style: outside none none;
    padding-left: 5px;
    clear:both;
}
#slide-4 .data ul li {
    background-color: rgba(121,146,156,0.7);
    color: white;
    display: table;
    margin: 10px 0;
   padding: 4px 12px;
    transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    -webkit-transition: all 0.25s ease-out;
    -o-transition:all 0.25s ease-out;
    min-height:38px;
    width: 96%;
}
#slide-4 .data i.off{
    -moz-filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    -o-filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(100%);
    filter: gray;
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    opacity:0.5;
}
#slide-4 .data ul li span {
    display: block;
    float: left;
    margin: 8px 7px;
    max-width: 43%;
}

#slide-4 i {
    background-size: 100% 100% !important;
    display: block;
    float: right;
    height: 36px;
    margin-left: 6px;
    width: 36px;
}
#slide-4 i.more-vul {
    background-color: rgb(218,58,36);
    border-radius: 35px;
    height: 20px;
    width: 20px;
}
#slide-4 i.less-vul {
    background-color: rgb(63,142,43);
    border-radius: 35px;
    height: 20px;
    width: 20px;
}

#slide-4 .title {
    font-size: 20pt;
    line-height: 26pt;
}
#slide-4 .sub-title {
    font-size: 16pt;
    line-height: 26pt;
    text-transform:uppercase;
    cursor:pointer;
    float:left;
    clear:both;
}
#slide-4 li .sub-title::after {
    content: "V";
    display: block;
    float: left;
    font-family: arial;
    font-size: 13pt;
    line-height: 0;
    margin: 2px 10px 0;
    padding-top: 16px;
}
#slide-4 .data > li {
    background-color: rgba(0, 0, 0, 0.2);
    margin-bottom: 10px;
    padding: 10px;
}
#slide-4 .data > li:first-child {
    background-color: transparent;
    margin-bottom: 10px;
    padding: 10px;
}
#slide-4 .data li ul{
   max-height:0;
   transition: max-height 1s ease-in-out ;
   overflow:hidden;
}
#slide-4 .data li.on ul{
   max-height:1200px;
   opacity:1;
}
#slide-4 .data > li.on {
    background-color: rgba(172, 218, 145, 0.9);
    color: #44626a;
}
#slide-4 li.on .sub-title::after {
    content: "^";
    display: block;
    float: left;
    font-family: "Lucida Grande";
    font-size: 25pt;
    line-height: 0;
    margin: 6px 10px 0;
    padding-top: 16px;
}

#slide-4 .legend {
    background-color: rgba(0, 0, 0, 0.2);
    color: white;
    display: block;
    float: right;
    font-size: 12pt;
    font-style: normal;
    list-style: outside none none;
    margin: 29px 68px 40px 20px;
    padding: 20px;
    text-align: left;
    width: 382px;
}
#slide-4 .legend li {
    display: table;
    margin-bottom: 10px;
}
#slide-4 .legend i {
    float: left;
    margin: 0 5px;
}

#slide-4 .legend input[type="checkbox"]:checked + label::before{
    background-image: url("../images/hd/checked.png");
}
#slide-4 .legend input[type="checkbox"] + label::before {
    background: transparent url("../images/hd/unchecked.png") no-repeat scroll 0 0;
    content: "";
    display: inline-block;
    float: left;
    height: 31px;
    margin-right: 10px;
    vertical-align: -3px;
    width: 35px;
}

#slide-4 .legend input[type="checkbox"] {
    display: none;
}

#slide-4  i.dim1-m{
    background:transparent url('../images/hd/risk-m-ico.png') no-repeat top left;
}
#slide-4 i.dim1-l{
    background:transparent url('../images/hd/risk-l-ico.png') no-repeat top left;
}
#slide-4  i.dim2-m{
    background:transparent url('../images/hd/personal-char-m-ico.png') no-repeat top left;
}
#slide-4  i.dim2-l{
    background:transparent url('../images/hd/personal-char-l-ico.png') no-repeat top left;
}
#slide-4  i.dim3-m{
    background:transparent url('../images/hd/understanding-m-ico.png') no-repeat top left;
}
#slide-4 i.dim3-l{
    background:transparent url('../images/hd/understanding-l-ico.png') no-repeat top left;
}
#slide-4 i.dim4-m{
    background:transparent url('../images/hd/comparing-m-ico.png') no-repeat top left;
}
#slide-4 i.dim4-l{
    background:transparent url('../images/hd/comparing-l-ico.png') no-repeat top left;
}
#slide-4 i.dim5-m{
    background:transparent url('../images/hd/switching-m-ico.png') no-repeat top left;
}
#slide-4 i.dim5-l{
    background:transparent url('../images/hd/switching-l-ico.png') no-repeat top left;
}
#slide-4 i.dim6-m{
    background:transparent url('../images/hd/choosing-m-ico.png') no-repeat top left;
}
#slide-4 i.dim6-l{
    background:transparent url('../images/hd/choosing-l-ico.png') no-repeat top left;
}
#slide-4 i.dim7-m{
    background:transparent url('../images/hd/accessing-m-ico.png') no-repeat top left;
}
#slide-4  i.dim7-l{
    background:transparent url('../images/hd/accessing-l-ico.png') no-repeat top left;
}
#slide-4 i.dim8-m{
    background:transparent url('../images/hd/susceptible-m-ico.png') no-repeat top left;
}
#slide-4 i.dim8-l{
    background:transparent url('../images/hd/susceptible-l-ico.png') no-repeat top left;
}

/* Slide 5 */

#slide-5 .inner, #slide-5 .hsContent, #slide-5 .hsContainer{
    height:1180px;
}
#slide-5 .inner {
    background: #79929c url("../images/hd/slide-5-bg.png") no-repeat scroll left top;
    padding-top: 140px;
}

#slide-5 .map-container {
    display: block;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 40px;
    width: 904px;
}

#slide-5 #cntry_map,
#slide-5 .map,
#slide-5 .eu-map,
#slide-5 .k-map {
	height:100%;
}

#slide-5 .title-legend {
    bottom: 250px;
    left: 0;
    position: absolute;
    right: 0;
}

#slide-5 .color-legend {
    background-color: #3a6574;
    border: 0 none;
    bottom: 0px;
    left: 0;
    list-style: outside none none;
    margin: 0 auto;
    padding: 15px;
    position: absolute;
    right: 0;
    text-align: left;
    width: 520px;
    font-size: 16pt;
}
#slide-5 .color-legend li {
    display: block;
    height: 52px;
    padding: 4px;
}
#slide-5 .color-legend li i {
    background-color: orange;
    border-radius: 16px;
    display: block;
    float: left;
    height: 32px;
    margin: 0 10px 0 0;
    width: 32px;
}
#slide-5 .map-legend {
    bottom: 120px;
    left: 0;
    position: absolute;
    right: 0;
    
}
#slide-5 .color-legend .l1 i{background-color:#3C8F1C}
#slide-5 .color-legend .l2 i{background-color:#81CC65}
#slide-5 .color-legend .l3 i{background-color:#D7B42A}
#slide-5 .color-legend .l4 i{background-color:#EB7E03} 
#slide-5 .color-legend .l5 i{background-color:#DD3A1A}

#slide-5 path.l1 {fill:#3C8F1C}
#slide-5 path.l2 {fill:#81CC65}
#slide-5 path.l3 {fill:#D7B42A}
#slide-5 path.l4 {fill:#EB7E03} 
#slide-5 path.l5 {fill:#DD3A1A}


#slide-5 .slide-footer {
    background: none;
}
#slide-5 .slide-footer .inner-left span {
    background-color: #2b576b;
}


#slide-5 .map-container {
    margin: 0 auto;
    height:671px;
    width: 90%;
    animation:flipInX;
    animation-delay:0.4s;
    animation-duration:1s;
    animation-fill-mode:none;
    animation-timing-function:ease-in;
    overflow: hidden;
    position: relative;
    width: 1012px;
    background-color: rgba(223, 224, 225, 0.97);
}

#slide-5 .map-container #cntry_map {
    position: absolute;
    right: -50px;
    width: 100%;
}
#slide-5  .box-count{
    height: 95.5%;
    display:none;
    padding:14px;
    box-shadow:8px 2px 30px 18px rgba(0, 0, 0, 0.36);
    overflow: auto;
    perspective: none;
}

#slide-5 .box-count.on{
    display:block;
}

#slide-5 .map-container path.on{
    fill:#f68c24;
}
#slide-5 .map-container path[data-count="Malta"].on {
    stroke:#f68c24;
}

#slide-5  .map-container h4{
    display:none;
}
#slide-5 .map-container > h4 {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: white;
    display: block;
    font-size: 50pt;
    padding: 0;
    position: absolute;
    right: 4px;
    top: 50% !important;
    width: auto !important;
}
#slide-5  svg{
    border:none;
    background-color: rgba(219,220,222,0.84);
    position:absolute;
    left:0px;
    right:0px!important;
    margin:auto;
}
#slide-5  svg{

    position:absolute;
    left:auto!important;
    right:0px!important;

}
#slide-5  h5 {
    color: white;
    padding-top: 210px;
    text-align: center;
}
#slide-5 h5{
    padding-top:90px;
}

#slide-5 .k-window{
    display:block;
    bottom: 0;
    height: 100%;
    left: 0;
    position: relative;
    top: 0;
    width: 312px;
    z-index: 99;
}
#slide-5 .k-window h2 {
    color: gray;
    font-size: 22pt;
}
#slide-5 .k-window h3 {
    color: #325053;
    font-size: 24pt;
    font-weight: bold;
    left: -68px;
    letter-spacing: 7px;
    position: absolute;
    text-transform: uppercase;
    top: 45%;
    transform: rotate(-90deg);
    -webkit-transform:rotate(-90deg);
    -ms-transform:rotate(-90deg);
}

#slide-5 .k-window .close-but{
    display:none;
}
#slide-5 .k-window .info{
    background-color:rgba(20,71,89,0.84);
    padding:10px 4px;
    color:white;
    margin: 13px 0;
    display:none;
    clear:both;
   text-align:left;
   border-radius: 10px;
   min-height: 64px;
}
/*fix bug chrome*/
#slide-5 .k-window .animated{
     -webkit-perspective: 0!important;
}
#slide-5 .k-window .info span {
    background-color: rgba(246, 137, 35, 1);
    border-radius: 38px;
    box-shadow: 2px 8px 7px 6px rgba(0, 0, 0, 0.24);
    display: block;
    float: left;
    font-size: 17pt;
    font-weight: bold;
    height: 76px;
    line-height: 78px;
    margin: -20px -14px;
    text-align: center;
    width: 76px;
}
#slide-5 .k-window .info strong {
    display: block;
    margin-left: 74px;
}
/* Slide 6 */
#slide-6 .inner, #slide-6 .hsContent, #slide-6 .hsContainer {
    height: 1080px;
}
#slide-6 .inner {
    background:transparent url("../images/hd/slide-6-bg.png") no-repeat scroll left top padding-box;
    padding-top: 140px;
}
#slide-6 .intro {
    font-size: 20pt;
    padding: 60px 82px;
    text-align: justify;
}
#slide-6 h3 {
    background-color: white;
    border-radius: 10px;
    color: #4e6160;
    left: 0;
    margin: 10px auto 0;
    padding: 10px 20px;
    position: relative;
    right: 0;
    width: 60%;
}
#slide-6 .good-practices {
    left: 0;
    margin: 0 auto;
    position: relative;
    right: 0;
    width: 100%;
}
#slide-6 .good-practices .good-practice {
    border-left: 2px dashed white;
    float: left;
    margin: 0;
    padding-top: 60px;
    width: 33%;
}
#slide-6 .good-practices .good-practice:first-child{
    float:left;
    border-left:none;
}

#slide-6 .good-practice > p {
    font-size: 30pt;
    padding: 36px 60px 28px;
    text-transform: uppercase;
}
/* Slide 7 */

#slide-7 .inner, #slide-7 .hsContent, #slide-7 .hsContainer {
    height: 380px;
}
#slide-7 .inner{
    background-color:#A4BFA4;
}
#slide-7 a.about {
    border: 1px solid white;
    border-radius: 10px;
    display: table;
    font-size: 18pt;
    margin: 0 auto;
    padding: 18px 60px;
    text-decoration:none;
}

#slide-7 .intro {
    color: #4e6160;
    font-size: 20pt;
    padding: 42px 80px;
    text-align: justify;
}
#slide-7 .related-links > li {
    border-left: 2px dashed white;
    display: block;
    float: left;
    font-size: 18pt;
    padding: 20px 40px;
    text-align: center;
    width: 41%;
}
#slide-7 .related-links > li:first-child {
    border-left:none;
}
#slide-7 .related-links p{
    color: #4e6160;
}
#slide-7 .footnote {
    clear: both;
    color: #4e6160;
    display: table;
    font-size: 15pt;
    left: 0;
    margin: 190px auto 40px;
    position: absolute;
    right: 0;
    text-transform:uppercase;
}
#slide-7 .footnote img {
    display: block;
    float: left;
    margin: -6px 20px 4px 0;
}

/* footer for each sections*/
.slide-footer {
    bottom: 0px;
    height: 80px;
    position: absolute;
    right: 0;
    width: 100%;
    background: #2b576b none repeat scroll 0 0;
}
.slide-footer .inner-footer {
    background-color: #2b576b;
    height: 49px;
    margin-left: 100px;
    min-width: 0;
    padding: 12px 20px 21px 80px;
    position: absolute;
    right: 0;
    text-align: left;
    width: 30%;
}
.inner-footer > p {
    font-size: 18px;
}

.slide-footer .inner-left {
    background: transparent url("../images/hd/bg-corner-dark-green_241.png") no-repeat scroll right top;
    float: left;
    height: 80px;
    width: 72%;
}
.slide-footer .inner-left span {

    display: block;
    height: 80px;
    margin-right: 240px;
}

.slide-footer i.mouse {
    background: transparent url("../images/hd/mouse_167.png") no-repeat scroll left top;
    background-size:100% auto;
    background-position-x:left;
    background-position-y:top;
    display: block;
    height: 100%;
    left: 0;
    margin-top: -20px;
    position: absolute;
    top: 32px;
    width: 46px;
}
.slide-footer i.mouse span{
    position:absolute;
    top:-10000px;
}
.update {
    bottom: 0;
    color: white !important;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-align: center !important;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (max-width: 1279px) {
    /* Style adjustments for viewports that meet the condition */
    h2{
        font-size: 32pt;
    }
    .inner {
        width: 100%;
    }
     #slide-4 .legend{
        margin:29px 78px 40px;
        width:auto;
        display: table;
    }
     .legend > li:first-child {
            clear: both;
            width: 100% !important;
        }
     #slide-4 .legend li {
        display: table;
        float: left;
        height: 44px;
        margin-bottom: 10px;
        width: 50%;
    }
    #slide-4 .data{
        margin:29px 78px 10px;
        width:auto;
    }

    #slide-5 .map-container {
        height: 546px;
        width: 84%;
    }

}

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

.fb-share-button {
	position:absolute !important;
	top:48px;
	left:-4px;
	z-index:500;
}

.fb-share-button.fixed {
	position:fixed !important;
	top:28px;
}
