﻿#cloud-landing {
    height: 100vh;
    margin-top: 0px;
    /*background: url('../content/images/ict-cloud-landing/cloud.png') no-repeat center center;
    background-size:auto 100%;*/
}

.menuWrapper {
    height: 100%;
    width: 100%;
    display: table;
    table-layout: fixed;
}

.menuItem {
    display: table-cell;
    /*background: url(../content/images/ict-cloud-landing/cloud.png) no-repeat center 159%;
    background-size: auto 90vh;*/
         background: url(../content/images/ict-cloud-landing/cloud.png) no-repeat center 63px;
    background-size: 1235px;
    background-attachment: fixed;
    border-left: 1px solid #fff;
    position: relative;
    -webkit-transition: all linear 0.4s;
    -moz-transition: all linear 0.4s;
    -ms-transition: all linear 0.4s;
    -o-transition: all linear 0.4s;
    transition: all linear 0.4s;
}

    .menuItem:hover {
        /*background: url(../content/images/ict-cloud-landing/cloud_hover.png) no-repeat center 159%;
        background-size: auto 90vh;*/
       background: url(../content/images/ict-cloud-landing/cloud_hover.png) no-repeat center 63px;
    background-size: 1235px;
        background-attachment: fixed;
        -webkit-transition: all linear 0.4s;
        -moz-transition: all linear 0.4s;
        -ms-transition: all linear 0.4s;
        -o-transition: all linear 0.4s;
        transition: all linear 0.4s;
    }

.parentMenu {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    padding: 70px 30px 30px;
    background: rgba(255,255,255,0);
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0)), color-stop(100%, rgba(255,255,255,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 );
}

    .parentMenu a {
        padding-bottom: 30px;
        font-size: 18px;
        display: block;
        color: #333;
        font-family: tscreen-medium;
        line-height: 1;
    }

    .parentMenu > a {
        font-family: tscreen-bold;
        color: #333;
        padding-bottom: 50px;
    }

.submenuItem {
    height: 0;
    overflow: hidden;
    -webkit-transition: all linear 0.2s;
    -moz-transition: all linear 0.2s;
    -ms-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    transition: all linear 0.2s;
}

.menuItem:hover .submenuItem {
    -webkit-transition: all linear 0.2s;
    -moz-transition: all linear 0.2s;
    -ms-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    transition: all linear 0.2s;
}
@media (min-width: 768px) and (max-width: 1199px) {
    .parentMenu {
        padding: 70px 10px 30px;
    }

}
@media (max-width: 767px) {
   #cloud-landing {
    height: 100vh;
    margin: -56px 0 -85px;
   padding: 56px 0 85px;
}.menuWrapper {
    
    display: block; 
}
 .menuItem {
    display: block;
    background: url(../content/images/ict-cloud-landing/cloud.png) no-repeat center center;
    background-size: 160vw auto;
    background-attachment: fixed;
    border-bottom: 1px solid #fff;
    border-left:0;
    position: relative;
    -webkit-transition: all linear 0.4s;
    -moz-transition: all linear 0.4s;
    -ms-transition: all linear 0.4s;
    -o-transition: all linear 0.4s;
    transition: all linear 0.4s;
    height: 20%;
}
 .menuItem.active {
     height:auto;
      -webkit-transition: all linear 0.2s;
    -moz-transition: all linear 0.2s;
    -ms-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    transition: all linear 0.2s;
 }
 .menuItem:hover {
        background: url(../content/images/ict-cloud-landing/cloud_hover.png) no-repeat center center;
        background-size: 160vw auto;
        background-attachment: fixed;
        -webkit-transition: all linear 0.4s;
        -moz-transition: all linear 0.4s;
        -ms-transition: all linear 0.4s;
        -o-transition: all linear 0.4s;
        transition: all linear 0.4s;
    }
 .menuItem.active .submenuItem {
     height:31px;
    -webkit-transition: all linear 0.2s;
    -moz-transition: all linear 0.2s;
    -ms-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    transition: all linear 0.2s;
}
 .parentMenu {
         position: relative;
    bottom: auto;
    left:auto;
    right:auto;
    padding:10px;
     background:none;
 }
  .parentMenu a {
    padding-bottom: 15px;
    font-size: 16px;
    display:inline-block;
}
 .parentMenu > a {
    padding-bottom: 20px;
    font-size: 19px;
    display:inline-block;
}

}