html,
body,
#wrapper,
#main {
    height:100%;
}
#container {
    height:100%;
   /**/ opacity:0;
    visibility:hidden;
}
#container.show {
    opacity:1;
    visibility:visible;
}
#container.empty-page-template .content {
    min-height:500px;
}
.center-text {
    text-align:center;
}
.left-text {
    text-align:left;
}
.trigger-slide {
    cursor:pointer;
}
#loader {
    position:fixed;
    top:50%;
    right:50%;
    width: 80px;
    height: 80px;
    margin-right: -40px;
    margin-top: -40px;
    z-index:9999;
    opacity:0;
    visibility:hidden;
    -webkit-transition: opacity 150ms, visibility 150ms; 
    transition: opacity 150ms, visibility 150ms; 
}
#loader.show {
    opacity:1;
    visibility:visible;
}
#loader.slider {
    right:462px;
}
.fixed {
    position:fixed!important;
}
.video-holder iframe {
    width:50%;
    height:100%;
    position:relative;
    left:25%;
}


.green-text {
    color:#4bb596;
} 
.red-text {
    color:#d45d45;
}
.yellow-text {
    color:#ffc700
}
.default-text {
    color:#000;
}

/* Header, Main & Footer
================================================== */
#header {
    position:absolute;
    top:0px;
    left:0;
    width:100%;
    z-index:100;
}
/*#header:not(.small) {
    background: rgba(0,0,0,0.3);
    height: 200px;
}*/
#container:not(.empty-page-template) #header:not(.small) {
    -webkit-transition: background-color 250ms;
    transition: background 250ms;
    height: 300px;
    background: linear-gradient(to bottom, rgba(0,0,0,0.5), transparent);
}
.header {
    position: absolute;
    top: 65px;
    width: 100%;
    height: 60px;
    /**/ -webkit-transition: background 250ms;
    transition: background 250ms;
    background: transparent;
    color: rgba(254,254,254,0.6);
}
#header .logo {
    position:relative;
    top: -2px;
    width:230px;
    -webkit-transition: width 250ms; 
    transition: width 250ms;
}
#header .logo img {
    position: absolute;
    width:230px;
    -webkit-transition: width 250ms, opacity 0.5s; 
    transition: width 250ms, opacity 0.5s;
    padding:15px 20px;
}
#container:not(.empty-page-template) #header:not(.small) .logo img {
    top: -10px;
}
.header .logo .green,
.header .logo .yellow,
.header .logo .red {
    opacity:0;
}

body.red .header .logo .red,
body.green .header .logo .green,
body.yellow .header .logo .yellow,
body.none .header .logo .red {
    opacity:1;
} 
#header.small,
#container.empty-page-template #header {
    position:fixed;
    color:rgba(254,254,254,0.6);
}
#header.small .logo,
#container.empty-page-template .logo {
    width:140px;
}
#header.small .logo img,
#container.empty-page-template .logo img {
    width:140px;
}
#header.small .header,
#container.empty-page-template .header {
    top:0;
}

.header nav ul {
    position:relative;
    top:20px;
    float:left;
}
.header li {
    float:left;
    font-family:'OpenSans-SemiBold';
    font-size:16px;
    padding:0 20px;
}
.header li.search-dropdown {
    padding:0;
}
#header li a {
    color:inherit;
    -webkit-transition: color 250ms; 
    transition: color 250ms;
}
#header li:hover > div > a,
#header .active > div > a {
    color:rgba(254,254,254,1);
}
#header .results li:hover a {
    color:#000;
}

#header .col:first-child {
    float:left;
}
#header .col:last-child {
    float: right;
    /*background: #003552;*/
    border-radius: 25px;
}
#container:not(.empty-page-template) #header:not(.small) .col:last-child {
    background: rgba(0,0,0,0.3);
}




#main {
    position:relative;
    z-index:99;
}
#main > span {
    padding-bottom:1px;
    display:block;
}
.row:last-of-type {
    margin-bottom:365px;
}
.simple-page .row:first-of-type {
    padding-top: 175px;
}
.simple-page .row:last-of-type {
    /*margin-bottom: 175px;*/
    margin-bottom:0;
}
.simple-page #wrapper {
    margin-bottom:175px;
}
.simple-page .onepcssgrid-1280 > div {
    padding:0 20px;
}
body.simple-page {
    height:auto;
}

#footer {
    position:fixed;
    bottom:0;
    width:100%;
    height:365px;
    overflow:hidden;
    z-index:1;
}
.simple-page #footer {
    height: 175px;
}
#footer-holder {
    width:100%;
    height:100%;
}
#footer .logo {
    padding-top:1px;
}
#footer .logo .green,
#footer .logo .red,
#footer .logo .yellow,
#footer .logo .white {
    position:absolute;
    display:none;
    width:230px;
}
.red #footer .logo .red,
.green #footer .logo .green,
.yellow #footer .logo .yellow {
    display:none;
}
#footer .logo .white {
    display:block;
}

#footer .top {
    padding:35px 20px 30px;
    overflow:hidden;
    border-bottom:1px solid #fff;
}
#footer .top .last {
    float:right;
}
#footer .bottom {
    padding:40px 20px;
    color:#eef2f3;
    overflow:hidden;
}
#footer .bottom p,
#footer .bottom a {
    color:inherit;
}
#footer .bottom a {
    font-size:16px;
    font-family:'OpenSans-Regular';
}
#footer .bottom h6 {
    margin-bottom:10px;
}
#footer .bottom li {
    position:relative;
    margin-bottom:0;
    margin-left:10px;
}
#footer ul {
    margin:0;
}
#footer .bottom ul ul li:before {
    content:'- ';
    display:block;
    position:absolute;
    left:-10px;
    color:#eef2f3;
}
#footer .bottom .col {
    float:left;
    width:16%;
    margin:0 1%;
}
#footer .bottom > .col {
    width:25%;
    margin-left:0;
    margin-right:3%
}
#footer .bottom .col:last-child {
    margin-right:0;
}
#footer .bottom .col:first-child p {
    margin-bottom:10px;
}
#footer .bottom li a,
#footer .bottom li h6 {
    -webkit-transition: opacity 0.5s; 
    transition: opacity 0.5s;
}
#footer .bottom li a:hover,
#footer .bottom li h6:hover {
    opacity:0.7;
}

/*
#footer .bottom .col > div {
    float:right
}
#footer .bottom ul ul div {
    display:inline;
}

#footer .bottom ul ul li {
    display:inline;
}
#footer .bottom ul ul li:before{ position:static;display: block; content: ""; width: 100%; *zoom: 1; }
    */
/* Search
================================================== */
#header li.search span {
    text-indent: -9999px;
    background: url(../images/sprite.png) -59px -2px no-repeat;
    display: block;
    width: 22px;
    height: 23px;
    cursor:pointer;
    opacity:0.6;
    -webkit-transition: opacity 250ms; 
    transition: opacity 250ms;
}
#header li.search:hover span {
    opacity:1;
}
.search-dropdown {
    position:relative;
    left: 10px;
    display:none;
    width: calc(100% - 20px);
    padding:0;
    clear:both;
}
.search-dropdown.open {
    display:block;
}
.search-dropdown input {
    width: calc(100% - 20px);
    border: 4px solid #d45d45;
    background: #e0dfdf;
    margin-bottom:0;
    padding: 8px 5px 10px 17px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    font-size:20px;
    line-height:22px;
    height:24px;
}
 
.search-dropdown input:focus {
    border:4px solid #d45d45;
}
.search-dropdown .results {
    position:absolute;
    width:100%;
    display:none;
    padding: 0 5px;
}
.search-dropdown .results.open {
    display:block;
}
.search-dropdown .results .show-more.hidden {
    display:none;
}
.search-dropdown .results .show-more {
    background:#fff;
}

.search-dropdown .no-result {
    background:#fff;
    padding:15px 20px;
}
.no-result span,
.no-result li {
    font-size: 1em;
    font-family: 'OpenSans-Regular';
}
.no-result ul {
    color:#000;
}
.results .show-more a {
    margin:20px 0;
}
.header .results ul {
    top:0;
    margin:0;
    width:100%;
}
#header .results li {
    width:100%;
    background:#fff;
    margin-bottom:0;
    padding:0;
    border-bottom: 1px solid #d8d8d8;
}
#header .no-result li,
#header .no-result ul {
    float:none;
    border-bottom:0;
    margin-bottom:5px;
}
.results .img {
    width:76px;
    height:76px;
    /*width:17%;*/
    float:left;
    /*padding: 15px 20px;*/
    margin: 15px 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
/*.results .img img {
    display:block;
}*/

.results .red.icon-project .img {
    background: url(../images/search-icons.png) 0px 0px no-repeat;
}
.results .yellow.icon-project .img {
    background: url(../images/search-icons.png) 0px -81px no-repeat;
}
.results .green.icon-project .img {
    background: url(../images/search-icons.png) 0px -162px no-repeat;
}
.results .search-project .img {
    background: url(../images/search-icons.png) 0px -244px no-repeat;
}

.results .icon-pdf .img {
    background:  url(../images/search-icons.png) 0px -326px no-repeat;
}
.results .icon-doc .img {
    background: url(../images/search-icons.png) -81px -326px no-repeat;
}
.results .icon-xls .img {
    background: url(../images/search-icons.png) -163px -326px no-repeat;
}
.results .icon-ppt .img,
.results .icon-pptx .img,
.results .icon-ppsx .img {
    background: url(../images/search-icons.png) -245px -326px no-repeat;
}


.results .red.icon-publications .img {
    background: url(../images/search-icons.png) -81px 0px no-repeat;
}
.results .yellow.icon-publications .img {
    background: url(../images/search-icons.png) -81px -81px no-repeat;
}
.results .green.icon-publications .img {
    background: url(../images/search-icons.png) -81px -162px no-repeat;
}
.results .icon-publications .img {
    background: url(../images/search-icons.png) -81px -244px no-repeat;
}


.results .red.icon-article .img {
    background: url(../images/search-icons.png) -163px 0px no-repeat;
}
.results .yellow.icon-article .img {
    background: url(../images/search-icons.png) -163px -81px no-repeat;
}
.results .green.icon-article .img {
    background: url(../images/search-icons.png) -163px -162px no-repeat;
}
.results .icon-article .img {
    background: url(../images/search-icons.png) -163px -244px no-repeat;
}


.results .red.icon-news .img {
    background: url(../images/search-icons.png) -245px 0px no-repeat;
}
.results .yellow.icon-news .img {
    background: url(../images/search-icons.png) -245px -81px no-repeat;
}
.results .green.icon-news .img {
    background: url(../images/search-icons.png) -245px -162px no-repeat;
}
.results .icon-news .img {
    background: url(../images/search-icons.png) -245px -244px no-repeat;
}


.results .red.icon-rapport .img {
    background: url(../images/search-icons.png) -327px 0px no-repeat;
}
.results .yellow.icon-rapport .img {
    background: url(../images/search-icons.png) -327px -81px no-repeat;
}
.results .green.icon-rapport .img {
    background: url(../images/search-icons.png) -327px -162px no-repeat;
}
.results .icon-rapport .img {
    background: url(../images/search-icons.png) -327px -244px no-repeat;
}


.results .red.icon-contact .img {
    background: url(../images/search-icons.png) -409px 0px no-repeat;
}
.results .yellow.icon-contact .img {
    background: url(../images/search-icons.png) -409px -81px no-repeat;
}
.results .green.icon-contact .img {
    background: url(../images/search-icons.png) -409px -162px no-repeat;
}
.results .icon-contact .img {
    background: url(../images/search-icons.png) -409px -244px no-repeat;
}


.results .red.icon-default .img {
    background: url(../images/search-icons.png) -491px 0px no-repeat;
}
.results .yellow.icon-default .img {
    background: url(../images/search-icons.png) -491px -81px no-repeat;
}
.results .green.icon-default .img {
    background: url(../images/search-icons.png) -491px -162px no-repeat;
}
.results .icon-default .img {
    background: url(../images/search-icons.png) -491px -244px no-repeat;
}





.results .text {
    width:calc(100% - 116px);/*83%;*/
    float:left;
    color:#000;
    padding:15px 100px 15px 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-transition: opacity 0.5s; 
    transition: opacity 0.5s;
}
.results .text:hover {
    opacity:0.6;
}
.results .text p {
    margin-bottom:0;
}


/* Menu
================================================== */
#slide-menu {
    position: fixed;
    top:50%;
    right: 0;
     margin-top:-150px;
    height:300px;
    z-index: 19;
    color:#fff;
    width:55px;
}
#slide-menu .center-holder {
    display:table;
    height:100%;
}
#slide-menu .center-vertical {
    display:table-cell;
    vertical-align:middle;
}
.green > div > .secondary-subnav {
    background-color:#4bb596;
}
.red > div  > .secondary-subnav {
    background-color:#d45d45;
}
.yellow > div  > .secondary-subnav {
    background-color:#ffc700;
}

#slide-menu nav {
   position:relative;
   right:/*0;*/155px;
    width: 170px;
    padding: 20px 25px 20px 15px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    -webkit-transition: right 250ms, background-color 250ms; 
    transition: right 250ms, background-color 250ms;
}
#slide-menu nav.slide {
    right:0px;
}
html:not(.touch) #slide-menu nav:hover {
    right:155px;
}
.touch #slide-menu nav.clicked {
    right:155px;
}

#slide-menu.hide-overflow,
#slide-menu.slide {
    overflow:hidden;
}


.secondary-subnav {
    background-color:#d45d45;
    margin-bottom:10px;
}
.primary-subnav {
    background:#003450;
}
#slide-menu ul {
    margin-bottom:0;
}
#slide-menu li {
    position:relative;
    font-family:'OpenSans-SemiBold';
    font-size:18px;
    color:#fff;
    margin-bottom:10px;
}
#slide-menu li:last-child {
    margin-bottom:0;
}
#slide-menu a {
    color:inherit;
    line-height: 1.3;
}


#slide-menu li:before {
    content:' ';
    position:relative;
    top:-5px;
    left:0;
    width:30px;
    height:30px;
    background: url(../images/sprite-icon.png) 0 -181px no-repeat;
    float:left;
    margin-right: 10px;
}
#slide-menu .icon-history:before {
    background: url(../images/sprite-icon.png) 0 0 no-repeat;
}
#slide-menu .icon-organisation:before {
    background: url(../images/sprite-icon.png) 0 -30px no-repeat;
}
#slide-menu .icon-company:before {
    background: url(../images/sprite-icon.png) 0 -60px no-repeat;
}
#slide-menu .icon-publications:before {
    background: url(../images/sprite-icon.png) 0 -90px no-repeat;
}
#slide-menu .icon-media:before {
    background: url(../images/sprite-icon.png) 0 -120px no-repeat;
}
#slide-menu .icon-contact:before {
    background: url(../images/sprite-icon.png) 0 -151px no-repeat;
}
#slide-menu .icon-press:before,
#slide-menu .icon-news:before {
    background: url(../images/sprite-icon.png) 0 -243px no-repeat;
}
#slide-menu .icon-africa:before {
    background: url(../images/sprite-icon.png) 0 -271px no-repeat;
}
#slide-menu .icon-anniversary:before {
    background: url(../images/40th-anniversary.png) no-repeat;
    background-size: contain;
}



#mobile-menu {
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 50px;
    background: rgba(254,254,254,0.7);
    z-index: 999;
    cursor: pointer;
}
#mobile-menu .icon {
    position: relative;
    top: 9px;
    left: 6px;
    width:35px;
    height:30px;
    background: url(../images/sprite.png) -63px 1px no-repeat;
    background-size:150px;
}
#mobile-menu .logo {
    position:absolute;
    top:0;
    left:45px;
    width:calc(100% - 90px);
    text-align:center;
}
#mobile-menu .logo img {
    display:none;
    width:130px;
    margin:10px auto 0;
}
#mobile-menu .logo a {
    display:inline-block;
}
.red #mobile-menu .logo .red,
.green #mobile-menu .logo .green,
.yellow #mobile-menu .logo .yellow {
    display:block;
}


/* Main content
================================================== */
.introduction-text {
    padding-bottom:40px;    
}
.show-more {
    width:100%;
    text-align:center;
    display:inline-block;
    opacity:1;
    visibility:visible;
    -webkit-transition: opacity 350ms,visibility 350ms; 
    transition: opacity 350ms,visibility 350ms; 
}
.show-more.fade {
    opacity:0;
    visibility:hidden;
}
.show-more a {
    margin-top:50px;
}

.list-type-one .box {
    float:left;
    width:29.6%;
    margin-left:3.7%;
}
.square .box,
.square-first .box {
    margin-left:1.5%;
}
/*.list-type-one .box:nth-child(3n+1) {  måste ändras 
    margin-left:5vw;
}*/
.list-type-two + .list-type-two {
    padding-top:0;
}
.list-type-two ul {
    margin-top:15px;
}
.list-type-two .box {
    width:76.2%;
    margin-bottom:50px;
}
.list-type-two .box:last-child {
    margin-bottom:25px;
}
.list-type-two .box .img {
    position:relative;
    width:20%;
    height:100%;
    float:left;
    background-size:cover;
    background-position:center;
}
.list-type-two .icon-pdf .img,
.list-type-two .icon-doc .img,
.list-type-two .icon-xls .img,
.list-type-two .icon-ppt .imgr,
.list-type-two .icon-pptx .img,
.list-type-two .icon-ppsx .img {
    position:relative;
    background-color:#ccc;
}
.list-type-two .icon-pdf .img:after,
.list-type-two .icon-doc .img:after,
.list-type-two .icon-xls .img:after,
.list-type-two .icon-ppt .img:after,
.list-type-two .icon-pptx .img:after,
.list-type-two .icon-ppsx .img:after {
    content:'';
    display:block;
    width:76px;
    height:76px;
    position:absolute;
    top:50%;
    left:50%;
    margin-top:-38px;
    margin-left:-38px;
}
.list-type-two .icon-pdf .img:after {
    background: url(../images/search-icons.png) 0px -326px no-repeat!important;
}
.list-type-two .icon-doc .img:after {
    background: url(../images/search-icons.png) -81px -326px no-repeat!important;
}
.list-type-two .icon-xls .img:after {
    background: url(../images/search-icons.png) -163px -326px no-repeat!important;
}
.list-type-two .icon-ppt .img:after,
.list-type-two .icon-pptx .img:after,
.list-type-two .icon-ppsx .img:after {
    background: url(../images/search-icons.png) -245px -326px no-repeat!important;
}

.list-type-two .img .buttons {
    position: absolute;
    bottom: -5px;
    left:-25%;
    width:150%;
    border-radius: 15px;
}
.img .buttons ul {
    display:block;
    text-align:center;
    margin:0;
}
.img .buttons li {
    display:inline;
    color:#fff;
    padding:13px 15px 13px 25px;
    background:#003552;
}
.img .buttons a {
    color:inherit!important;
    font-family: 'OpenSans-SemiBold';
    font-size:14px;
}
.img .buttons li:first-child {
    border-top-left-radius:20px;
    border-bottom-left-radius:20px;
}
.img .buttons li:last-child {
    border-top-right-radius:20px;
    border-bottom-right-radius:20px;
    padding-right:20px;
    padding-left:15px;
}

.empty-page-template {

}

/* Icons */


.list-type-two .box .text {
    width:80%;
    height:100%;
    float:left;
    background:#fff;
    padding:20px 35px;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
}
.list-type-two .text .published {
    margin-bottom:5px;
}
.list-type-two .text h4 {
    margin-bottom:20px;
}
.text .published {
    font-family: 'OpenSans-Italic';
    font-size:14px;
    margin-bottom:14px;
}
#slider .published {
    margin-bottom:15px;
}
.content {
    padding:77px 0 67px;
}
.content.grey {
    padding-top:45px;
}
.content .table {
    display:table;
}
.content .col {
    width:50%;
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    float: none;
}
.content .col:first-child {
    border-right:1px solid #bababa;
}
.content .col > div {
    padding:0 80px;
}
.content .col p:last-child {
    margin-bottom:0;
}
.content img {
    width:100%;
}
.square-first .holder,
.square .holder {
    overflow:hidden;
}
.square .holder {
    padding:30px 0;
    margin: -30px 0;
}
.square ul,
.square-first ul {
    margin: 0 auto;
}
.square .box {
    width: 32.25%;
    height: 100%;
    cursor: pointer;
}
/*
.square .front:before {
    content:'';
    display:block;
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.3);
    z-index:10;
}*/
.square .front-holder {
    position: relative;
    z-index: 20;
    background: rgba(0,0,0,0.3);
}
.square-first .box:first-child {
    width: 32.25%;
    height: 100%;
    margin-left:0;
    margin-bottom:0;
}
.square-first .box:first-child .input-search span {
    position:absolute;
    top:10px;
    left:10px;
    width: 23px;
    height: 24px;
    display: block;
    background: url(../images/sprite.png) -59px -2px no-repeat;
    opacity:0.8;
}
.square-first .input-search {
    position:relative;
    display:inline-block;
    margin-top: 25px;
}
.square-first .input-search input {
    text-align:center;
    padding-left:40px;
}
.square-first .box:first-child .text {
    display:table;
    width:100%;
    height:97%;
    color:#fff;
    padding:0;
}
.square-first .box:first-child p {
    color:inherit;
}
.square-first .box:first-child .text > div {
    display:table-cell;
    vertical-align:middle;
    text-align:center;
    padding:0 20px;
}
.square-first .box:first-child input {
    margin: 0 auto;
    font-size: 18px;
}
.square .box:nth-child(3n+1),
.square-first .box:nth-child(3n+7) {
    margin-left:0;
}
.square .box .back {
    height: 100%; /*19.8vw;*/
}
.square-first .box {
    width: 32.25%;
    height:50%;
    float:left;
    margin-bottom: 0.2%;
}
.square-first .box:not(:first-child):not(.protected) {
    opacity:0.6;
    -webkit-transition: opacity 250ms; 
    transition: opacity 250ms; 
}
.square-first .box:not(:first-child):hover {
    opacity:1;
}
.square-first .img {
    width:30%;
    height:90%;
    float:left;
    overflow:hidden;
    background-size: cover;
    background-position: center;
}
/*.square-first .img img {  går det att centrera? eller ska dom här också vara bakgrundbilder? 
    height:100%;
    width:auto;
    max-width:none;
}*/
.square-first .text {
    width:70%;
    height:90%;
    float:left;
    background:#fff;
    padding: 10px 15px;/*15px 20px;*/
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    overflow:hidden;
}
.square-first .box:not(:first-child) .text p {
    font-size:0.8em;
    line-height:1.3em;
}
.square-first .text h5 {
    margin-bottom:5px;
}


.square .box {
    position:relative;
    color:#fff;
    text-align:center;
}
.box .flip {
    width: 100%;
    height: 100%;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}
.box .front,
.box .back {
    width: 100%;
    height: 100%;
    display: table;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: transform 400ms;
    -moz-transition: transform 400ms;
    transition: transform 400ms;
    z-index: 10;
    background-size: cover;
    background-position: center;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.ie11 .box .front,
.ie11 .box .back {
    -webkit-transition-duration: 0ms;
    -moz-transition-duration: 0ms;
    transition-duration: 0ms;
}
.ipad .square-four .box .front,
.ipad .square-four .box .back {
    background-size:100%;
}
.box .front {
    position:relative;
    height:100%;
    /*padding:0 70px;*/
    background-color:#ccc;
}
.box .front .front-holder {
    display:table-cell;
    vertical-align:middle;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
}
.box .back {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    -webkit-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.box .back .overlay {
    display:table-cell;
    vertical-align:middle;
    width:100%;
    padding:0 20px;
}
.back .overlay p {
    color:inherit;
}
.box .front h2 {
    width: calc(100% - 140px);
    margin:0 auto;
}
.box .back .btn {
    margin-top:20px;
}

html:not(.touch) .box:hover .front,
.box.flipped .front {
    -webkit-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
    z-index: 0;
}
html:not(.touch) .box:hover .back,
.box.flipped .back {
    -webkit-transform: rotateY(360deg) translateZ(1px);
    -ms-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    transform: rotateY(360deg);
    z-index: 10;
}

.square-four .box {
    width:23.1%;
    float:left;
    height:100%;
    text-align:center;
    margin-left: 2.5%;
    position:relative;
    color:#fff;
    cursor:pointer;
}
.square-four .box:nth-child(4n+1) {
    margin-left:0;
}
.square-four .front > div {
    position:absolute;
    top:70%;
    left:10%;
    width:80%;
}
.square-four .front h2 {
    width: 100%;
    background: rgba(0,0,0,0.3);
    border-radius: 25px;
    padding: 8px 0;
}
.square.yellow .box h2 {
    color:#fff;
}/*
.square.yellow .box .back:before {
    content:'';
    display:block;
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.5);
    z-index:10;
}*/
.square.yellow .box .back .overlay {
    /*background: rgba(184, 144, 0, 0.8);
     position:relative;  
    z-index:20;*/
}


/* Slide elements
================================================== */
#wrapper {
    position:relative;
    right:0;
    z-index:2;
    width:100%;
    /*background-color:#fff;*/
}
#wrapper.short,
#wrapper.short #main {
    height:auto;    
}
#wrapper,
#header,
#footer,
#overlay,
#slide-menu,
#mobile-menu,
#slider,
#sub-menu,
#close-slider {
    -webkit-transform:translate3d(0,0,0);
    transform:translate3d(0,0,0);
    -webkit-transition-duration: 350ms;
    transition-duration: 350ms;
    -webkit-transition-property: transform;
    transition-property: transform;

    -webkit-backface-visibility:hidden; /* Chrome, Safari, Opera */
    backface-visibility:hidden;
   /* -webkit-transition-duration: 0ms;
    transition-duration:0ms;
    -webkit-transition-property: transform;
    transition-property: transform;*/
}

#wrapper.slide,
#header.slide,
#footer.slide,
#overlay.slide,
#slide-menu.slide,
#sub-menu.slide,
#close-slider.slide {
    position:fixed;
    /*-webkit-transform:translate3d(-630px,0,0);
    transform:translate3d(-630px,0,0);*/
     -webkit-transform:translate3d(-1000px,0,0);
    transform:translate3d(-1000px,0,0);
}

.ie #wrapper.ie-slide.slide,
.ie #header.ie-slide.slide,
.ie #footer.ie-slide.slide,
.ie #overlay.ie-slide.slide,
.ie #slide-menu.ie-slide.slide,
.ie #sub-menu.ie-slide.slide {
    left:-1000px;/*-630px;*/
}
.ie #close-slider.ie-slide.slide {
    right:942px;/*570px;*/
}
#fadePage {
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:9992;
    background:#003552;
    opacity:1;
    visibility:visible;
    -webkit-transition: opacity 350ms, visibility 350ms; 
    transition: opacity 350ms, visibility 350ms; 
}
#fadePage.faded {
    opacity:0;
    visibility:hidden;
}
.lt-ie9 #fadePage {
    display:none!important;
}
.lt-ie9 #container {
    opacity:1;
    visibility:visible;
}
/*#slider .holder {
    opacity:1;
    visibility:visible;
    -webkit-transition: opacity 350ms, visibility 350ms; 
    transition: opacity 350ms, visibility 350ms; 
}
#slider.faded .holder {
    opacity:0;
    visibility:hidden;
}*/

#slider .slider-content {
    width:925px;/*555px;*/
    min-height:100%;
    position:relative;
    top:0;
    left:75px;
    background:#fff;
    opacity:1;
    visibility:visible;
    -webkit-transition: opacity 500ms, visibility 500ms; 
    transition: opacity 500ms, visibility 500ms; 
}
#slider.faded .slider-content {
    opacity:0;
    visibility:hidden;
}

#slider {
    position:absolute;
    top:0;
    right:0;
    width:1000px;/*630px;*/
    min-height:100%;
    z-index:1;
    background:#003552;
}
#slider.long {
    height:1px;
}
#slider.slide-left {
   /* position:absolute;*/
}

.slider-content p {
    font-size:1em;
    line-height:1.4em;
    margin-bottom:25px;
    font-family:'OpenSans-Regular';
}
.slider-content .holder > .text {
    padding:35px 45px;
    clear:both;
    overflow:hidden;
}
.slider-content .text-holder {
    width:65%;
    float:left;
    padding-right:20px;
}
.contactpage .text-holder {
    width:100%;
}
.preamble {
    font-family:'OpenSans-SemiBold';
    margin-bottom:25px;
    line-height:1.5em;
}
.slider-content h1,
.slider-content h2,
.slider-content h3, 
.slider-content h4, 
.slider-content h5,
.slider-content h6 {
    color:#000;
}
.slider-content .related {
    overflow:hidden;
}
.slider-content .related h5 {
    color:inherit;
}
.slider-content h2 {
    font-family:'OpenSans-SemiBold';
    margin-bottom:20px;
}
.slider-content h5:not(.preamble) {
    margin-bottom:5px;
    margin-top:-5px;
}
.slider-content h6 {
    margin-bottom:25px;
}
#close-slider {
    position:fixed;
    top:40px;
    right:-58px;/*572px;*/
    width:40px;
    height:40px;
    z-index:9999;
    background: url(../images/sprite.png) -132px -1px no-repeat;
    text-indent:-9999px;
    cursor:pointer;
}

#overlay {
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0, 53, 83, 0.8);
    z-index:9999;
    visibility:hidden;
    opacity:0;
   
}
#overlay.slide {
    opacity:1;
    visibility:visible;
}

#main,
#footer-holder,
#slide-menu > div {
    opacity:1;
    -webkit-transition: opacity 250ms; 
    transition: opacity 250ms; 
}
#main.fade,
#footer-holder.fade,
#slide-menu > div.fade  {
    opacity:0;
}

/*
#page-fade {
    width:100%;
    height:100%;
    position:fixed;
    top:0;
    left:0;
    opacity:0;
    visibility:hidden;  --------------------------------------------------- WILL NOT WORK IN ANDROID MOBILE -------------------------------------------- 
    -webkit-transition: opacity 200ms, visibility 200ms; 
    transition: opacity 200ms, visibility 200ms; 
    background:#fff;
    z-index:9999;
}
#page-fade.fade {
    opacity:1;
    visibility:visible;
}*/

/* Social media
================================================== */
#slider .social-media {
    clear:both;
    overflow:hidden;
    padding-top:5px;
    margin-bottom:60px;
}
.social-media nav {
    float:right;
    margin-top:5px;
}
.social-media li {
    float:left;
    margin-left:10px;
}
#slider .social-media li {
    margin-left:5px;
}
#slider .social-media a {
    width: 41px;
    height: 40px;
    display:block;
    text-indent:-9999px;
}
.yellow #slider .social-media li.fb a {
    background-size: 160px;
    background-position: 1px -156px;
}
.yellow #slider .social-media li.twitter a {
    background-size: 160px;
    background-position: -40px -156px;
}
.green #slider .social-media li.fb a {
    background-size: 160px;
    background-position: 1px -35px;
}
.green #slider .social-media li.twitter a {
    background-size: 160px;
    background-position: -40px -35px;
}
.red #slider .social-media li.fb a {
    background-size: 160px;
    background-position: 1px -115px;
}
.red #slider .social-media li.twitter a {
    background-size: 160px;
    background-position: -40px -115px;
}

#footer .social-media a {
    width: 50px;
    height: 50px;
    display:block;
    text-indent:-9999px;
}
.red .social-media li.fb a {
    background: url(../images/sprite.png) 1px -142px no-repeat;
}
.red .social-media li.twitter a {
    background: url(../images/sprite.png) -49px -142px no-repeat;
}
.red .social-media li.youtube a {
    background: url(../images/sprite.png) -99px -142px no-repeat;
}
.red .social-media li.spotify a {
    height:49px;
    background: url(../images/sprite.png) -149px -142px no-repeat;
}
.red .social-media li.blog a {
    height:49px;
    background: url(../images/sprite.png) -148px -243px no-repeat;
}
.red .social-media li.linkedin a {
    height:49px;
    background: url(../images/sprite.png) -99px -293px no-repeat;
}

.red .social-media li.instagram a {
    height: 49px;
    background: url(../images/sprite.png) -99px -343px no-repeat;
}

.green .social-media li.fb a {
    background: url(../images/sprite.png) 1px -43px no-repeat;
}
.green .social-media li.twitter a {
    background: url(../images/sprite.png) -49px -43px no-repeat;
}
.green .social-media li.youtube a {
    background: url(../images/sprite.png) -99px -43px no-repeat;
}
.green .social-media li.spotify a {
    height:49px;
    background: url(../images/sprite.png) -149px -43px no-repeat;
}
.green .social-media li.blog a {
    height:49px;
    background: url(../images/sprite.png) 1px -243px no-repeat;
}
.green .social-media li.linkedin a {
    height:49px;
    background: url(../images/sprite.png) 1px -293px no-repeat;
}
.green .social-media li.instagram a {
    height: 49px;
    background: url(../images/sprite.png) 1px -343px no-repeat;
}

.yellow .social-media li.fb a {
    background: url(../images/sprite.png) 1px -192px no-repeat;
}
.yellow .social-media li.twitter a {
    background: url(../images/sprite.png) -49px -192px no-repeat;
}
.yellow .social-media li.youtube a {
    background: url(../images/sprite.png) -99px -192px no-repeat;
}
.yellow .social-media li.spotify a {
    height:49px;
    background: url(../images/sprite.png) -149px -192px no-repeat;
}
.yellow .social-media li.blog a {
    height:49px;
    background: url(../images/sprite.png) -99px -243px no-repeat;
}
.yellow .social-media li.linkedin a {
    height:49px;
    background: url(../images/sprite.png) -49px -293px no-repeat;
}
.yellow .social-media li.instagram a {
    height: 49px;
    background: url(../images/sprite.png) -49px -343px no-repeat;
}

#footer .social-media li.fb:hover a {
    background: url(../images/sprite.png) 1px -92px no-repeat;
}
#footer .social-media li.twitter:hover a {
    background: url(../images/sprite.png) -49px -92px no-repeat;
}
#footer .social-media li.youtube:hover a {
    background: url(../images/sprite.png) -99px -92px no-repeat;
}
#footer .social-media li.spotify:hover a {
    background: url(../images/sprite.png) -149px -92px no-repeat;
}
#footer .social-media li.blog:hover a {
    background: url(../images/sprite.png) -49px -243px no-repeat;
}
#footer .social-media li.linkedin:hover a {
    background: url(../images/sprite.png) -148px -293px no-repeat;
}
#footer .social-media li.instagram:hover a {
    background: url(../images/sprite.png) -148px -343px no-repeat;
}

/* Related
================================================== */
.related-title,
#slider .related-title {
    font-family:'OpenSans-SemiBold';
    margin-bottom:15px;
}
.related li {
    margin-bottom:5px;
}
.related .text h5 {
    font-family:'OpenSans-SemiBold';
    margin-top:0;
    margin-bottom:0;
}

.related .img {
    display:none;
    width:25%;
    height:100%;
    float:left;
    background-size:cover;
    background-position:center;
}
.related .text {
    width:100%;
    background:#e5e5e5;
    padding:13px 15px;
    float:left;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;  
    margin-bottom:10px; 
}
.related .text p {
    display:none;
    font-size:0.8em;
    line-height:1.3em;
}

/* Newsfeed
================================================== */
.newsfeed {
    background:#fff; 
    padding-bottom:32px;
}
.newsfeed .a5b5e4 {
    width:100%;
    height:500px!important;
}

/* Maps
================================================== */
#maps {
    width:100%; 
    height:100%;
}

/* Blocks
================================================== */
.first-row,
.slideshow,
.paralax > div {
    position:relative;
}
.paralax {
    position:static!important;
}
.first-row,
.tiny-top {
    overflow:hidden;
    background-size:cover;
    background-position:center;
}
.first-row {
    height:97%;
}

.video-holder {
    height:50%;
}
.row.video-holder {
    background:#003552;
}
.first-row .text,
.tiny-top .text {
    position: absolute;
    text-align:center;
}
.first-row .text {
    width: 53%;
    left: 23.5%;
    bottom:34%;
}
.tiny-top {
    height:345px;
}
.tiny-top .text {
    color:#fff;
    bottom:50px;
    width: 100%;
    left: 0;
}

.has-arrow.content:not(.slideshow):not(.paralax) {
    padding-bottom:110px;
} 
.arrow {
    position:absolute;
    bottom:-1px;
    background:url(../images/greyarrow-bg.png) center no-repeat;/**/
    width:100%;
    height:32px;
}
.grey-arrow .arrow {
    background:url(../images/greyarrow-bg.png) center no-repeat;/**/
}
.white-arrow .arrow {
    background:url(../images/whitearrow-bg.png) center no-repeat;/**/
}
.arrow .icon {
    width: 0; 
	height: 0; 
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	
	border-top: 20px solid #d45d45;
    margin: -10px auto 0;
    cursor:pointer;
}
.green.row .arrow .icon {
    border-top-color:#4bb596;
}
.yellow.row .arrow .icon {
    border-top-color:#ffc700;
}

.sub-menu li {
    font-family:'OpenSans-SemiBold';
    font-size:16px;/* 20px */
    color:#fff;
    margin: 0 16px;
}
.sub-menu-link:hover {
    opacity:0.7;
}
.sub-menu .btn {
    padding: 10px 15px 0;
}
.flex-control-nav .sub-menu .btn {
    padding:8px 15px;
}
.sub-menu .btn:hover {
    opacity:1;
}
.sub-menu .btn li {
    -webkit-transition:opacity 200ms;
    transition:opacity 200ms;
}
.sub-menu .btn a {
    padding-bottom:10px;
    display:block;
}
.sub-menu .btn li:hover {
    opacity:0.7;
}

.paralax {
    height:750px;
    background-attachment:fixed;
    background-size:cover;
    background-position:center;
    -webkit-transition:background-position 200ms;
    transition:background-position 200ms;
}
.ie .paralax,
.touch .paralax {
    background-attachment:scroll;
}
.paralax > div > div:first-child,
.paralax > div {
    position:relative;
    height:100%;
}
.paralax .text {
    position:absolute;
    bottom:90px;
    left:20px;
}

.video-holder-slider {
    position:relative;
}
.video-holder-slider .player {
    position:absolute;
    top:50%;
    left:50%;
    height:100px;
    width:100px;
    margin-top:-50px;
    margin-left:-50px;
    display:table;

}
.video-holder-slider .player img {
    cursor:pointer;
}
.video-holder-slider .player > div {
    display:table-cell;
    vertical-align:middle;
    text-align:center;
}
#player {
    position:absolute;
    top:0;
    left:0;
    width:100%;
}

/* Images
================================================== */
img {
    max-width:100%;
}
.round .round-div div {
    height:100%;
    background-size:cover;
    background-position:center;
}
.round .round-div div,
.round-area .area {
    border-radius: 50%;
}
.round-area .area {
    position:relative;
    width:63%;
    margin:0 auto;
    overflow:hidden;
}
.round-area .area img {
    width:100%;
}
.round-area .area .text {
    position:absolute;
    bottom:0;
    width:100%;
    height:50%;
    text-align:center;
    color:#fff;
}
.area .text > div {
    width: 67%;
    margin: 0 auto;
    padding-top: 30px;
}
.round-area .area .text p {
    color:inherit;    
}
.round-area .area .btn {
    margin-top:20px;
}


/* Flexslider
================================================== */
.flexslider,
.flex-viewport,
.slides,
.slides li {
    height:100%;
}
.flexslider {
    margin:0;
    border:0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}
.flex-control-nav {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    right: 0;
    bottom: 12%;
    left: 20px;
}
.flex-control-nav li,
.sub-menu li {
    display:block;
    float:left;
}
.slides li {
    position:relative;
}

.slides li > div,
.first-row > div:not(.arrow),
.tiny-top > div:not(.arrow) {
    position:absolute;
    top:0;
    right:0;
    left:0;
    width:100%;
    height:100%;
}

.first-row .text h2 {
    color:#fff;
}
.slideshow .text {
    text-align: left;
    left: 20px;
    z-index: 1;
}
.slideshow .text::before {
    content: "";
    position: absolute;
    top: -30px;
    right: -30px;
    bottom: -30px;
    left: -30px;
    /*background: #003552;*/
    /*background: rgba(0,0,0,0.3);*/
    background: rgba(0,0,0,0.3);
    border-radius: 25px;
    z-index: -1;
}
.flex-control-paging li a:not(.sub-menu-link) {
    width:27px;
    height:27px;
    background:url(../images/sprite.png) -30px 0px no-repeat;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}
.flex-control-paging li a.flex-active:not(.sub-menu-link),
.flex-control-paging li a:hover:not(.sub-menu-link) {
    background:url(../images/sprite.png) 0px 0px no-repeat;
}
.flex-control-nav li:not(.sub-menu) {
    margin-top:11px;
}
.flex-control-nav .sub-menu li {
    margin-top:0;
}


.sub-menu ul {
    margin-left: 5px;
}
#sub-menu {
    position:fixed;
    width:100%;
    z-index:3;
}
.sub-menu-holder {
    position:absolute;
    bottom:18%; /* 12% */
    left:0;
    width:100%;
    text-align:center;
}
.sub-menu-holder > ul,
.sub-menu-holder > ul > li {
    margin-bottom:0;
}
.sub-menu-link {
    cursor:pointer;
}
/*.attach-to-top.attach:not(.copy) {
    visibility:hidden;
}*/
#sub-menu .attach-to-top {
    position:/*fixed;*/absolute;
    top:-100px;
    bottom:auto;
    z-index:99;
    padding:15px 0 5px;
    -webkit-transition: top 300ms; 
    transition: top 300ms;
}
#sub-menu .attach-to-top.animate {
    top:60px;
    opacity:1;
}
#sub-menu .attach-to-top .btn {
    background:none;
    padding:0;
    margin:0;
}
#sub-menu .attach-to-top ul,
#sub-menu .attach-to-top li {
    margin-bottom:0;
}
#sub-menu .attach-to-top ul ul li {
    background:rgba(0,0,0,0.3);
    font-size:22px;
    border-radius: 50px;
    margin: 0 5px 10px;
    -webkit-transition: background 250ms; 
    transition: background 250ms;
}
#sub-menu .attach-to-top ul ul li:hover {
    background:rgba(0,0,0,0.30);
}
#sub-menu .attach-to-top li a {
    padding: 18px 22px;
    display: block;
    font-family:'OpenSans-Regular';
}


/*IE fixes
================================================== */

/* Colors
================================================== */
.white-bg {
    background:#fff;
}
.grey-bg {
    background:#e0dfdf;
}
.dark-blue,
#header.small .header,
body,
#container.empty-page-template .header {
    background:#003552;
}

.red,
.red.content a:not(.btn),
.red .slider-content a:not(.btn) {
    color:#d45d45;
}
.yellow,
.yellow.content a:not(.btn),
.yellow .slider-content a:not(.btn) {
    color:#ffc700;
}
.yellow.content h1,
.yellow.content h2,
.yellow.content h3,
.yellow.content h4,
.yellow.content h5,
.yellow.content h6 {
    color:#000;
}

.green,
.green.content a:not(.btn),
.green .slider-content a:not(.btn) {
    color:#4bb596;
}

.green .area .text {
    background:#4bb596;
}


.box.green .buttons li,
.row.green .area .text,
.green.square-first .box:first-child .text,
.green #sub-menu .sub-menu-holder,
.green .show-more a,
.green .secondary-subnav,
#slide-menu.green .secondary-subnav {
    background:#4bb596;
}
.box.red .buttons li,
.row.red .area .text,
.red.square-first .box:first-child .text,
.red #sub-menu .sub-menu-holder,
.red .show-more a,
.red .secondary-subnav,
#slide-menu.red .secondary-subnav {
    background:#d45d45;
}
.box.yellow .buttons li,
.row.yellow .area .text,
.yellow.square-first .box:first-child .text,
.yellow #sub-menu .sub-menu-holder,
.yellow .show-more a,
.yellow .secondary-subnav,
#slide-menu.yellow .secondary-subnav {
    background:#ffc700;
}
.none .secondary-subnav,
#slide-menu.none .secondary-subnav {
    background-color:rgba(0,0,0,0.3);
}
.row.red .box .back .overlay {
    background:rgba(212,93,69,0.8);
}

.row.green .box .back .overlay {
    background:rgba(75,181,150,0.8);
}

.row.yellow .box .back .overlay {
    background: rgba(255,199,0,0.8);
    background: rgba(184, 144, 0, 0.8);
}


.paralax h2,
.paralax h3,
.paralax h4 {
    color:#fff;
}
.content.yellow  {
    /*color:#000;*/
}

.red .search-dropdown input {
    border-color:#d45d45;
}
.green .search-dropdown input {
    border-color:#4bb596;
}
.yellow .search-dropdown input {
    border-color:#ffc700;

}

/* Styled Elements
================================================== */
.btn,
input[type="text"].btn {
    display:inline-block;
    background:#003552;
    padding:10px 35px;
    border-radius:25px;
    color:#fff;
    font-family:'OpenSans-SemiBold';
    -webkit-transition: opacity 250ms; 
    transition: opacity 250ms;
}
.content .btn {
    margin-top:20px;
}
.row.yellow .btn {
    background:#ffc700;
    color:#000;
}
.row.green .btn {
    background:#4bb596;
}
.row.red .btn {
    background:#d45d45;
}
.row .btn.see-through,
.see-through,
input[type="text"].btn.see-through {
    background:rgba(0,0,0,0.3);
    color:#fff;
    border:none;
}
.btn:hover {
    opacity:0.8;
}

p.grey-box {
    background:#e0dfdf;
    border-radius:80px;
    padding: 20px;
}


/* Self Clearing Goodness */
.container:after { content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; }

/* Use clearfix class on parent to clear nested columns,
or wrap each row of columns in a <div class="row"> */
.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}
.row:after,
.clearfix:after {
clear: both; }
.row,
.clearfix {
zoom: 1; }
.row {
    position:relative;
}
/* You can also use a <br class="clear" /> to clear columns */
.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}


/* #Media Queries
================================================== */

@media only screen and (max-width: 1200px) {
    .header li {
        font-size: 14px;
        padding: 0 10px;
    }
}
/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 1024px) {
    .touch .square-first .box:not(:first-child) {
        opacity:1;
    }
    .row:last-of-type {
        margin-bottom:0;
    }
    
    .simple-page #wrapper {
        margin-bottom:0;
    }
}
@media only screen and (min-width: 960px) and (max-width: 1024px) {
    .first-row:not(.tiny-top) {
        height:645px;   
    }
    .tiny-top,
    
    .back .overlay p {
        font-size:12px;
        line-height:16px;
    }
    #slide-menu {
        top:38%;
    }
    /* Round */
    .round-area .area {
        width:80%;
    }

}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    /* Header & Footer */

    #main,
    #wrapper {
        height:auto;
        overflow:hidden;
    }
    #header .logo {
        top:-5px;
        width:190px;
    }
    #header.small .logo,
    #container.empty-page-template #header .logo {
        top:-2px;
    }
    #header .logo img {
        padding-left:0;
    }
    #header:not(.small) .logo img {
        top: 0;
    }
    .simple-page .row:first-child {
        padding-top: 100px;
    }
    
    .row:last-child, 
    .simple-page .row:last-of-type {
        margin-bottom:0;
    }
    #footer {
        position:relative;
    }
    /* Content */
    .video-holder {
        height:400px;
    }
    .onepcssgrid-1280,
    .flex-control-nav {
        width:95%!important;
    }    
    .flex-control-nav {
        left:0;
    }
    .slideshow .text {
        left:0;
        bottom:25%;
    }
    
    /* Boxes */
    .square .box .back {
        height:100%;
    }
    .square-first .box:first-child,
    .square-first .box {
        width:49%;
    }
    .square-first .box {
        height:50.5%;
    }
    .square-first .box:nth-child(3n+8) {
        margin-left:1.5%;
    }
    
    .square-first .box:nth-child(1n+4) {
        margin:0 0 10px;
    }

    .list-type-two .box .text {
        padding:10px 15px;
    }
    .list-type-two .text h4 {
        margin-bottom:5px;
    }
    .list-type-two .text .published {
        margin-bottom:0;
    }
    .box .back .btn {
        margin-top:10px;
    }
    .square-four .box .back .overlay {
        padding:0;
    }
    .square-first .box:nth-child(2n+2) {
        margin-left:1.5%;
    }
}

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
    /* Header & Footer */
    .header li {
        padding:0 10px;
        font-size:12px;
    }
    .header .onepcssgrid-1280 {
        width: 100%!important;
    } 
    #header .logo img {
        width: 140px;
        padding-left:5px;
        padding-right:0;
    }
    .sub-menu-holder .sub-menu .btn {
        padding:10px;
    }
    .sub-menu-holder .sub-menu li {
        font-size: 12px;
        margin: 0 5px;
    }
    .sub-menu .btn a {
        padding-bottom:0;
    }

    #footer .bottom a,
    #footer .bottom .col:first-child p {
        font-size:12px;
    }

    /* Content */
    .video-holder iframe {
        width:90%;
        left:5%;
    }
    .content .col > div {
        padding:0 40px;
    }
    .first-row:not(.tiny-top) {
        height:750px;
    }
    .tiny-top {
        height:500px;
    }
    .first-row .text {
        width:70%;
        left:15%;
    }
    
    .slideshow .text {
        left:0;
    }
    .content {
        padding: 50px 0 65px;
    }

    .img .buttons li,
    .img .buttons li:last-child:first-child {
        padding:10px 15px;
    }
    .img .buttons li:first-child {
        padding-right:5px;
    }
    .img .buttons li:last-child {
        padding-left:5px;
    }

    /* Round */
    .round-area .area {
        width:95%;
    }
    .area .text > div {
        width:75%;
        padding-top:30px;
    }
    .square-first .text {
        padding:5px 10px;
    }

    /* Boxes */
    .box .front {
        padding:0;
    }
    .box .front h2 {
        font-size:1em;
        width:calc(100% - 20px);
    }
    .box .back .overlay {
        padding:0 20px;
    }
    .box .back h4 {
        font-size:1em;
    } 
    .back .overlay p {
        font-size:0.6em;
        line-height:1.5em;
    }
    .box .back .btn {
        padding: 5px 15px;
        font-size: 12px;
        margin-top:0;
    }
    .square-first .box:first-child {
        height:140%;
    }
    .square-first .box {
        height:70%;
    }

    .list-type-two .box .text {
        padding:10px 15px;
        width:70%;
    }
    .list-type-two .text h4 {
        margin-bottom:5px;
    }
    .list-type-two .text .published {
        margin-bottom:0;
    }
    .list-type-two .box .img,
    .list-type-two .box .text {
        height:120%;
        margin-bottom:50px;
    }
    .list-type-two .box .img {
        width:30%;
    }

    .list-type-two .box .text h4 {
        font-size: 1.2em;
    }

    /* Slider */
    #slider {
        width:700px;
    }
    #slider .slider-content {
        width:625px;
    }
    .slider-content .text-holder {
        width: 100%;
        float: none;
    }
    #loader.slider {
        right:312px;
    }
    #wrapper.slide, 
    #header.slide, 
    #footer.slide, 
    #overlay.slide, 
    #slide-menu.slide, 
    #sub-menu.slide, 
    #close-slider.slide {
        -webkit-transform: translate3d(-700px,0,0);
        transform: translate3d(-700px,0,0);
    }

    iframe {
        width:100%;
    }
    .square-first .input-search {
        margin-top:0;
    }
    #footer .bottom > .col {
        width:22%;
        margin-right: 2%;
    }
    #footer .bottom .col {
        margin:0 1.5%;
    }
}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
    body {
        font-size: 12px;
        overflow-x:hidden;
    }
    html {
        width:100%;
        height:auto;
        overflow-x:hidden;
    }
    p,
    li p {
        line-height: 16px;
    }

    .onepcssgrid-1280 {
        width: 90%;
    }
    .simple-page .onepcssgrid-1280 > div {
        padding:0;
    }

    #wrapper {
        height: auto!important
    }
    #wrapper.fixed #main {
        position:absolute;
        width:100%;
    }
    .first-row .text {
        font-size:10px;
    }

    .row:last-child, 
    .simple-page .row:last-of-type {
        margin-bottom:0;
    }
    .simple-page #mobile-menu {
        background:#e0dfdf;
    }

    /*.tiny-top {
        height:250px;
    }*/
    .video-holder iframe {
        width:100%;
        left:0;
    }
    .video-holder {
        height:340px;
    }

    /* Header & Footer */
    #header {
        position:fixed;
        top:0;
        left: -280px;
        width: 280px;
        height: 100%;
        background: #003552;
        -webkit-overflow-scrolling: touch;
        overflow-y: scroll;
        overflow-x:auto;
    }
    .android #header {
        overflow:scroll;
    }
    #header.small .header,
    #container.empty-page-template .header {
        background:#003552;
    }
    .header,
    #header.small .header,
    #container.empty-page-template .header {
        top:20px;
        height:auto;
    }
    .header .logo {
        display:none;
    }
    .header nav {
        margin-top:20px;
    }
    #header .col:last-child,
    .header li {
        float:none;
    }
    .header .results li {
        float:left;
    }
    .results .text {
        color:#fff;
        padding:10px;
        width:calc(100% - 40px);
    }
    .header .menu-item-level-3 ul.hidden {
        left:0;
        display:block;
        opacity:0;
        position:absolute;
        visibility:hidden;
    }
    .header .menu-item-level-3.active:not(.closed) ul.hidden,
    .header .menu-item-level-3.open ul.hidden {
        /*display:block;*/
        position:relative;
        opacity:1;
        top:0;
        margin:10px 0 0;
        -webkit-transition: left 350ms; 
        transition: left 350ms; 
        visibility:visible;

    }

    .slide-right .header .menu-item-level-3.active:not(.closed) ul.hidden,
    .slide-right .header .menu-item-level-3.open ul.hidden {
        left:25px;
    }
    .header .col:not(.logo) .menu-item-level-3.active:not(.closed) li,
    .header .col:not(.logo) .menu-item-level-3.open li {
        padding:0;
    }

    #footer {
        position:static;
        height:auto;
        top:0;
    }
    .simple-page #footer {
        height:auto;
    }
    #footer.fixed #footer-holder {
        position:absolute;
    }
    .row:last-child {
        margin-bottom:0;
    }
    .simple-page .row:first-child {
        padding-top:75px;
    }
    #footer .logo img {
        position:static!important;
    }
    #footer .social-media nav {
        float:left;
        margin-top:30px;
    }
    #footer .social-media li {
        margin-left:0;
        margin-right:10px;
    }
    #footer .bottom {
        clear:both;
        overflow:hidden;
        padding-bottom:30px;
    }
    #footer .bottom .col {
        width:100%;
        margin-bottom:35px;
    }
    #footer .bottom .col > div {
        float:none;
    }
    #footer h6,
    #footer .bottom a,
    #footer .bottom .col:first-child p {
        font-size:14px;
    }
    #footer .top,
    #footer .bottom {
        padding-right:0;
        padding-left:0;
    }

    /* Menus */
    #slide-menu,
    #sub-menu,
    .attach-to-top.copy {
        display:none;
    }
    #mobile-menu {
        display:block;
    }
    .header nav ul {
        top:50px;
        width:100%;
        margin-bottom: 0;
    }
    .header li {
        padding:0 10px;
    }
    #header .results li {
        background:#003552;
    }
    #header .no-result li {
        background:#fff;
    }
    #header .no-result p {
        color:#000;
    }

    .search-dropdown .results {
        padding:10px 0;
    }
    .results .img {
        /*padding:10px 0;*/
        margin:10px 0;
        width: 40px;
        height: 40px;
        background-size: 290px!important;
    }

    
    .results .red.icon-project .img {
        background: url(../images/search-icons.png) 0px 0px no-repeat;
    }
    .results .yellow.icon-project .img {
        background: url(../images/search-icons.png) 0px -40px no-repeat;
    }
    .results .green.icon-project .img {
        background: url(../images/search-icons.png) 0px -82px no-repeat;
    }
    .results .search-project .img {
        background: url(../images/search-icons.png) 0px -124px no-repeat;
    }

    .results .icon-pdf .img {
        background: url(../images/search-icons.png) 0px -166px no-repeat;
    }
    .results .icon-doc .img {
        background: url(../images/search-icons.png) -40px -166px no-repeat;
    }
    .results .icon-xls .img {
        background: url(../images/search-icons.png) -83px -166px no-repeat;
    }
    .results .icon-ppt .img,
    .results .icon-pptx .img,
    .results .icon-ppsx .img {
        background: url(../images/search-icons.png) -125px -166px no-repeat;
    }

    .results .red.icon-publications .img {
        background: url(../images/search-icons.png) -41px 0px no-repeat;
    }
    .results .yellow.icon-publications .img {
        background: url(../images/search-icons.png) -41px -40px no-repeat;
    }
    .results .green.icon-publications .img {
        background: url(../images/search-icons.png) -41px -82px no-repeat;
    }
    .results .icon-publications .img {
        background: url(../images/search-icons.png) -41px -124px no-repeat;
    }

    .results .red.icon-article .img {
        background: url(../images/search-icons.png) -83px 0px no-repeat;
    }
    .results .yellow.icon-article .img {
        background: url(../images/search-icons.png) -83px -40px no-repeat;
    }
    .results .green.icon-article .img {
        background: url(../images/search-icons.png) -83px -82px no-repeat;
    }
    .results .icon-article .img {
        background: url(../images/search-icons.png) -83px -124px no-repeat;
    }

    .results .red.icon-news .img {
        background: url(../images/search-icons.png) -125px 0px no-repeat;
    }
    .results .yellow.icon-news .img {
        background: url(../images/search-icons.png) -125px -40px no-repeat;
    }
    .results .green.icon-news .img {
        background: url(../images/search-icons.png) -125px -82px no-repeat;
    }
    .results .icon-news .img {
        background: url(../images/search-icons.png) -125px -124px no-repeat;
    }

    .results .red.icon-rapport .img {
        background: url(../images/search-icons.png) -166px 0px no-repeat;
    }
    .results .yellow.icon-rapport .img {
        background: url(../images/search-icons.png) -166px -40px no-repeat;
    }
    .results .green.icon-rapport .img {
        background: url(../images/search-icons.png) -166px -82px no-repeat;
    }
    .results .icon-rapport .img {
        background: url(../images/search-icons.png) -166px -124px no-repeat;
    }

    .results .red.icon-contact .img {
        background: url(../images/search-icons.png) -208px 0px no-repeat;
    }
    .results .yellow.icon-contact .img {
        background: url(../images/search-icons.png) -208px -40px no-repeat;
    }
    .results .green.icon-contact .img {
        background: url(../images/search-icons.png) -208px -82px no-repeat;
    }
    .results .icon-contact .img {
        background: url(../images/search-icons.png) -208px -124px no-repeat;
    }

    .results .red.icon-default .img {
        background: url(../images/search-icons.png) -250px 0px no-repeat;
    }
    .results .yellow.icon-default .img {
        background: url(../images/search-icons.png) -250px -40px no-repeat;
    }
    .results .green.icon-default .img {
        background: url(../images/search-icons.png) -250px -82px no-repeat;
    }
    .results .icon-default .img {
        background: url(../images/search-icons.png) -250px -124px no-repeat;
    }

 
    #header .results li:hover a {
        color:#fff;
    }
    .results h4 {
        font-size:16px;
    }
    .results p {
        color:#fff;
        font-size:12px;
    }
    .results strong {
        color:#fff;
    }

    

    /* Content */
    .content {
        padding: 40px 0 60px;
    }
    .content .col > div {
        padding:0;
    }
    .content .col:first-child {
        border:none;
    }
    .content .col {
        float:left;
        margin-bottom:50px;
    }
    .content .col:last-child {
        margin-bottom:0;
    }
    .content .col:last-child p:last-child {
        margin-bottom:0;
    }
    .first-row .text {
        width:80%;
        left:10%;
    }
    .slideshow .text {
        bottom:30%;
    }
    .slideshow .text h1 {
        margin-bottom:10px;
    }
    .slideshow .text h2 {
        margin-bottom:10px;
    }
   .introduction-text {
        padding-bottom:20px;
    }
    
    .paralax {
        height:auto;
        background-attachment:scroll;
    }
    .paralax .text {
        position:static;
        padding:40px 0 120px;
    }

    /* Boxes */
    .box .front,
    .box .back {
        -webkit-transition-duration: 1ms;
        transition-duration: 1ms;
    }
    .square .box,
    .square-first .box:first-child,
    .square-first .box,
    .square-four .box,
    .content .col {
        width:100%;
    }
    .square .box,
    .square-four .box {
        margin-left:0;
    }
    .square .box .back {
        height:100%;
    }
    .square-first .box {
        margin-left:0;
    }
    .square-first .box:first-child .text {
        padding:0;
    }
    .square-first .box:first-child .text > div {
        padding:0;
    }
    .square-first .text h5 {
        margin-bottom:5px;
    }
    .square-first .box:first-child .text h2,
    .square-first .box:first-child .text p {
        width:90%;
        margin:0 auto;
    }
    .square-first .input-search {
        margin-top:20px;
    }
    .list-type-two .box .img {
        float:none;
        width:100%;
        height:150px;
    }
    .list-type-two .box .text {
        width: 100%;
        float: none;
        padding-top:40px;
    }
    .square-first .box:not(:first-child) .text p,
    .square-first .box:not(:first-child) .text h5 {
        font-size: 1.2em;
        line-height: 1.3em;
    }



    /* Search */
    li.search {
        display:none;
    }
    .search-dropdown {
        position:absolute;
        top:0;
        display:block;
        
    }
    .search-dropdown input,
    .search-dropdown input:focus {
        position:relative;
        left:50px;
        width:calc(100% - 80px);
        background:#ddd;
        border:#ddd;
    }
    .search-dropdown:before {
        position: absolute;
        left: 15px;
        top: 5px;
        content:' ';
        background: url(../images/sprite.png) -59px -2px no-repeat;
        display: block;
        width: 22px;
        height: 23px;
    }

    /* Slide */
    

    #wrapper.slide,
    #header.slide,
    #footer.slide,
    #slider.slide-left {
        -webkit-transform:translate3d(0,0px,0);
        transform:translate3d(0,0px,0);
    }
     #overlay.slide {
        -webkit-transform:translate3d(0px,0px,0);
        transform:translate3d(0px,0px,0);
    }
   /* #overlay.slide,*/
    #slide-menu.slide {
        -webkit-transform:translate3d(-280px,0px,0);
        transform:translate3d(-280px,0px,0);
    }
    #wrapper.slide-right,
    #header.slide-right,
    #footer.slide-right,
    /*#overlay.slide-right,*/
    #slide-menu.slide-right,
    #mobile-menu.slide-right {
        -webkit-transform:translate3d(280px,0px,0);
        transform:translate3d(280px,0px,0);
    }
    #overlay.slide-right{
        -webkit-transform:translate3d(280px,50px,0);
        transform:translate3d(280px,50px,0);
        opacity: 1;
        visibility: visible;
    }
    #overlay {
        -webkit-transform:translate3d(0px,50px,0);
        transform:translate3d(0px,50px,0);
    }
    #slider {
        position:fixed;
        height:100%;
        overflow-y:scroll;
        -webkit-overflow-scrolling: touch;
        z-index:9998;
    }
    #slider .slider-content {
        width:100%;
        left:0;
    }
    .slider-content .text-holder {
        width: 100%;
        float: none;
    }
    #close-slider {
        top:15px;
        right:0;
        /*-webkit-transform:translate3d(380px,0,0);
        transform:translate3d(380px,0,0);*/
        -webkit-transform:translate3d(0px,0,0);
        transform:translate3d(0px,0,0);
    }
    #close-slider.slide {
        right:auto;
        top:15px;
        -webkit-transform:translate3d(75px,0,0);
        transform:translate3d(75px,0,0);
    }
    #overlay {
        z-index:999;
    }

    .slider-content .holder > .text {
        padding:20px;
    }
    .slider-content .related li {
        clear:both;
        overflow:hidden;
    }
    .slider-content .related .text {
        width:100%;
        padding:10px;
    }
    .related .text p {
        margin-bottom:0;
    }
    .slider-content .related .img {
        display:none;
    }
    #slider .social-media {
        margin-bottom:30px;
    }

    /* round area */
    .round-area .area {
        border-radius:0;
    }
    .round-area .area .text {
        position:relative;
    }
    .round-area .area img {
        display:block;
    }
    .round-area .area .btn {
        margin-bottom:25px;
    }
    .area .text > div {
        width:90%;
    }
}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .first-row,
    .tiny-top {
        height: 310px;
    }

    .round-area .area {
        width:90%;
    }
    .round-area .area .text {
        height:60%;
        border-radius:0!important;
    }
    .flex-control-nav {
        left:10%;
        bottom:15%;
    }
    .flex-control-nav > li:first-child {
        margin-left:0;
    }
    .first-row .text {
        bottom:25%;
    }

    #header {
        background:transparent;
    }

    /* Boxes */
    .square .box{
        width:48%;
        height:48%;
        margin-right:2%;
    }
    .square-four .box {
        width:49%;
        height:100%;
        margin:0 0 10px;
    }
    .square .box:nth-child(even) {
        margin-right:0;
    }
    .square-four .box:nth-child(even) {
        margin-left:2%;
    }
    .box .front h2 {
        width: calc(100% - 40px);
    }
    .box .back .overlay {
        padding: 0 20px;
    }
    .square-first .box:first-child {
        height:auto;
        margin-bottom:20px;
    }
    .square-first .box:first-child .text {
        padding:40px 0;
    }
    .square-first .text h5 {
        font-size:1.3em;
    }
    .square-first .box {
        margin-bottom:5px;
        height:30%;
    }
    .square-first .text input {
        width:300px;
    }
    .list-type-two .box {
        width:48%;
        float:left!important;
        clear:none;
    }
    .list-type-two .box .text {
        padding:40px 20px 20px;
    }
    .list-type-two .box:nth-child(odd) {
        margin-right:2%;
    }

    #slider {
        width:440px;
        -webkit-transform:translate3d(590px,0px,0);
        transform:translate3d(590px,0px,0);
    } 
    #close-slider.slide {
        /*left:-5px;*/
        right:0;
        -webkit-transform:translate3d(-420px,0px,0);
        transform:translate3d(-420px,0px,0);
    }
    #close-slider {
        /*left:610px;*/
        -webkit-transform:translate3d(150px,0px,0);
        transform:translate3d(150px,0px,0);
    }

    .box .back .btn {
        margin-top: 0px;
    }
    #loader.slider {
        right:220px;
    }
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
    /*  body {
        overflow-x:hidden;
    }
   Header & menu */
    

    .sub-menu, 
    .sub-menu ul {
        margin:0;
    }
    .flex-control-nav .sub-menu > li {
        margin:15px 0 0;
    }
    .flex-control-nav {
        margin:10px 0;
        left:0;
    } 
    .first-row,
    .tiny-top {
        height: 440px;
    }
    .flex-control-nav li, 
    .sub-menu li {
        display:inline-block;
        float:none;
    }
    /*  */
    .box .front h2 {
        width:calc(100% - 40px);
    }
    .round-area .area {
        width:100%;
    }
    .round-area .area .text {
        height:100%;
        border-radius:50%;
    }
    .round-area .area .btn {
        margin-top:0;
    }
    .area .text > div {
        padding-top:20px;
    }
    .square-first .box {
        height:55%;
    }
    .square-first .box .img {
        display:none;
    }
    .square-first .box .text {
        width:100%;
        height:auto;
    }
    .square-first .text input {
        width:165px;
    }
    .first-row .text {
        bottom:33%;
    }    
    .list-type-two .box {
        width:100%;
    }
    
    #slider {
        width:280px;
        -webkit-transform:translate3d(360px,0px,0);
        transform:translate3d(360px,0px,0);
    }
    #close-slider.slide {
        /*left:-55px;*/
        -webkit-transform:translate3d(20px,0px,0);
        transform:translate3d(20px,0px,0);
    }
    
    #close-slider {
        left:0;
        /*left:380px;*/
        -webkit-transform:translate3d(380px,0px,0);
        transform:translate3d(380px,0px,0);
    }
    #loader.slider {
        right:140px;
    }
    .newsfeed .a5b5e4 {
        height:300px!important;
    }
}


/* #Font-Face
================================================== */
/*
@font-face {
	font-family: 'Vattenfall-regular';
	src: url('../font/vattenfallvoiceweb-book-webfont.eot');
	src: url('../font/vattenfallvoiceweb-book-webfont.eot?iefix') format('eot'),
	     url('../font/vattenfallvoiceweb-book-webfont.woff') format('woff'),
	     url('../font/vattenfallvoiceweb-book-webfont.ttf') format('truetype'),
	     url('../font/vattenfallvoiceweb-book-webfont.svg#webfontZam02nTh') format('svg');
	font-weight: normal;
	font-style: normal;
}
*/

@font-face {
    font-family: 'OpenSans-Regular';
    src: url('../font/OpenSans-Regular-webfont.eot');
    src: url('../font/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'), 
        url('../font/OpenSans-Regular-webfont.woff') format('woff'), 
        url('../font/OpenSans-Regular-webfont.ttf') format('truetype');
}

@font-face {
    font-family: 'OpenSans-Bold';
    src: url('../font/OpenSans-Bold-webfont.eot');
    src: url('../font/OpenSans-Bold-webfont.eot?#iefix') format('embedded-opentype'), 
        url('../font/OpenSans-Bold-webfont.woff') format('woff'), 
        url('../font/OpenSans-Bold-webfont.ttf') format('truetype');
}

@font-face {
    font-family: 'OpenSans-SemiBold';
    src: url('../font/OpenSans-Semibold-webfont.eot');
    src: url('../font/OpenSans-Semibold-webfont.eot?#iefix') format('embedded-opentype'), 
        url('../font/OpenSans-Semibold-webfont.woff') format('woff'), 
        url('../font/OpenSans-Semibold-webfont.ttf') format('truetype');
}

@font-face {
    font-family: 'OpenSans-Italic';
    src: url('../font/OpenSans-Italic-webfont.eot');
    src: url('../font/OpenSans-Italic-webfont.eot?#iefix') format('embedded-opentype'), 
        url('../font/OpenSans-Italic-webfont.woff') format('woff'), 
        url('../font/OpenSans-Italic-webfont.ttf') format('truetype');
}