#bottom_menu li a span.icon-media-icon-billboard:hover {
color: white !important;
}
body {
    display: block;
}

div#logo {
    position: absolute;
    height: 70px;
    left: 1vw;
    top: 10px;
    z-index: 3;
}

#contactus {
    position: absolute;
    z-index: 3;
    right: 54px;
    top: 14px;
    text-transform: uppercase;
    background: #4fc9e8;
    color: #1d2453;
    font-size: 0.7rem;
    padding: 3px;
    font-weight: bold;
}

div#header {
    height: 90px;
}

div#logo img {
    max-height: 100%;
}


* > .animate-up-layer {
    -webkit-transition-property: all;
    -webkit-transition-duration: .5s;
    -webkit-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
    -moz-transition-property: all;
    -moz-transition-duration: .5s;
    -moz-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
    -ms-transition-property: all;
    -ms-transition-duration: .5s;
    -ms-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
    transition-property: all;
    transition-duration: .5s;
    transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}

*:hover > .animate-up-layer {
    height: 100% !important;
    -webkit-transition-property: all;
    -webkit-transition-duration: .5s;
    -webkit-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
    -moz-transition-property: all;
    -moz-transition-duration: .5s;
    -moz-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
    -ms-transition-property: all;
    -ms-transition-duration: .5s;
    -ms-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
    transition-property: all;
    transition-duration: .5s;
    transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}

*>.fadeinlayer {
    visibility: hidden;
    opacity: 0;
    -o-transition: visibility 0s 2s, opacity 2s linear;
    -ms-transition: visibility 0s 2s, opacity 2s linear;
    -moz-transition: visibility 0s 2s, opacity 2s linear;
    -webkit-transition: visibility 0s 2s, opacity 2s linear;
    transition: visibility 0s 2s, opacity 2s linear;
}

*:hover>.fadeinlayer,
.current .fadeinlayer {
    visibility: visible;
    opacity: 1;
    -o-transition: opacity 2s linear;
    -ms-transition: opacity 2s linear;
    -moz-transition: opacity 2s linear;
    -webkit-transition: opacity 2s linear;
    transition: opacity 2s linear;
}

#bottom_menu > li:nth-child(1) {
    background-color: #4fc9e8;
    color: #ffffff
}

#bottom_menu > li:nth-child(2) {
    background-color: #283a48;
    color: #ffffff
}

#bottom_menu > li:nth-child(3) {
    background-color: #89989d;
    color: #ffffff
}

#bottom_menu > li:nth-child(4) {
    background-color: #e5e5e5;
    color: #686866
}

#bottom_menu > li:nth-child(5) {
    background-color: #283a48;
    color: #ffffff
}

#bottom_menu > li:nth-child(6) {
    background-color: #445a72;
    color: #ffffff
}

#bottom_menu > li:nth-child(7) {
    background-color: #aadbd5;
    color: #ffffff
}

#bottom_menu li:hover {
    font-weight: bold;
    background: #141328;
}

#bottom_menu li:hover span.ico:before {
    color: #4fc9e8;
}

#bottom_menu {
    width: 100%;
    margin: 0;
    padding: 0;
    display: block;
}

#bottom_menu li {
    display: table;
    list-style: none;
    list-style-position: inside;
    text-align: center;
    position: relative;
    width: 14.2857%;
    float: left;
    height: 11vw;
    padding: 0;
    margin: 0;
    text-transform: uppercase;
    vertical-align: middle;
}

#bottom_menu li a,
#bottom_menu li a:visited,
#bottom_menu li a:hover {
    color: inherit;
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
}

#bottom_menu li a span {
    width: 74%;
    display: table;
    margin: auto;
    font-size: 1.2vw;
}

#footer {
    background-color: #18323f;
    padding: 0.9vw 0;
    height: 3.7vw;
    vertical-align: middle;
    padding-top: 1.1vw;
}

#social_media {
    margin: 0;
    display: table;
    float: right;
    margin-right: 0.66vw;
    margin-top: auto;
    margin-bottom: auto;
}

#social_media li {
    float: left;
    margin-right: 0.3rem;
    display: table-cell;
    box-sizing: content-box;
    text-align: center;
    vertical-align: middle;
    border-radius: 1px;
    color: white;
}

#social_media li:last-child {
    margin-right: 0;
}

#social_media li a {
    color: white;
    height: 100%;
}

#social_media li a i:before {
    font-size: 1.5rem;
    font-size: 1.5vw;
}

div#top_content {
    height: calc( 100vh - 14.72vw);
}

.slider,
.slider > .owl-carousel,
.slider .owl-stage-outer,
.slider .owl-stage,
.slider .owl-item,
.slider .item {
    height: 100%;
}

.owl-carousel .item {
    /*background-size: cover;
    background-position: 50% 50%;*/
      background-size: contain;
    background-position: left center;
    background-position: 50% 50%;
     background-repeat: no-repeat; 
    background-color: white;
    background-repeat: no-repeat;
}

.owl-carousel .item .caption {
    position: absolute;
    left: 3vw;
    top: 17vh;
}

.owl-carousel .item .caption p {}

div#MainMenu ul li:first-child:before {
    border: none;
    content: " ";
    width: 100%;
    display: block;
}

div#MainMenu ul li:before {
    border: 1px solid white;
    content: " ";
    width: 100%;
    display: block;
}

div#MainMenu ul {
    width: 51vw;
    height: 80vh;
    margin: auto;
    z-index: 4;
    display: table;
    position: relative;
    margin-top: 10vh;
}

div#MainMenu ul li {
    width: auto;
    display: table-row;
    text-align: center;
    outline-color: transparent;
    border: none;
}

div#MainMenu ul li a {
    color: white;
    font-size: 1rem;
    text-transform: uppercase;
    outline: none;
}

#MainMenu button.close-button {
    color: white;
    right: 2vw;
}

#MainMenu button.close-button span {
    font-size: 56px;
    font-weight: 100;
}

.off-canvas {
    z-index: 3;
    background-image: url(../img/trans-black.png);
    background-repeat: repeat;
    background-color: transparent;
}



.black {
    color: black !important;
}
#bottom_menu li:hover .black {
    color: white !important;
}
.black:before {
    color: black;
}

#homeslider {
    background-image: url(../img/home.jpg);
    background-size: cover;
    height: 100%;
    background-repeat: no-repeat;
    position: relative;
    background-position-y: 90%;
}

.laptop .slider {
    width: 31.6vw;
    height: 21vw;
    top: 1.5vw;
    position: absolute;
    left: 9.3vw;
    bottom: 0;
    padding: 0;
    margin: 0;
}

#homeslider .laptop {
    background-image: url(../img/laptop.png);
    background-size: contain;
    height: 100%;
    padding: 0;
    background-repeat: no-repeat;
    background-position: center 90%;
    width: 50vw;
    height: 25.5vw;
    box-sizing: content-box;
    position: absolute;
    bottom: 1vw;
    left: 25vw;
}

#homeslider .laptop .owl-stage-outer {
    background: black;
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .laptop .slider {
        width: 39vw;
        height: 25.5vw;
        top: 8.5vw;
        left: 10.5vw;
    }
    #homeslider .laptop {
        width: 60vw;
        height: 38.25vw;
        bottom: 1vw;
        left: 20vw;
    }
    .owl-carousel .item .caption {
        position: absolute;
        left: 3vw;
        top: 2vh;
    }
}

@media screen and (max-width: 39.9375em) {
    div#MainMenu ul {
        height: auto;
    }
    div#MainMenu ul li a {
        font-size: 13px;
    }
    #footer {
        height: 3rem;
    }
    #social_media {
        display: table;
        float: right;
        margin-right: 11px;
    }
    .ico:before {
        font-size: 2.3rem;
    }
    .scroll-pane {
        height: auto!important;
        display: table-cell;
    }
    ico:before {
        font-size: 2rem;
        font-size: 9vw;
    }
    div#top_content {
        height: calc(100vh - (50vw + 90px + 3rem));
        min-height: 200px;
    }
    .MainMenuButtonOpen {
        width: 30px;
    }
    #bottom_menu li {
        width: 25%;
        height: 25vw;
    }
    #bottom_menu li a span {
        font-size: 2rem;
        font-size: 3vw;
    }
    #social_media li {
        /*width: 18vw;
height: 18vw;*/
    }
    #social_media li a i:before {
        font-size: 1.3rem;
        line-height: 2.5rem;
    }
    .laptop .slider {
        width: 51vw;
        height: 33vw;
        top: 12.5vw;
        left: 14.3vw;
    }
    #homeslider .laptop {
        width: 80vw;
        height: 51vw;
        bottom: 1vw;
        left: 12.5vw;
    }
    .owl-carousel .item .caption {
        position: absolute;
        left: 3vw;
        top: 3vh;
    }
     div#logo {
        height: 50px;
    }
}

.tight {
    padding: 0;
    margin: 0;
}

.fullWidth {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: initial;
}

@import url(https://fonts.googleapis.com/css?family=Lato);
.bar {
    width: 40px;
    height: 7px;
    background-color: #fff;
    border-radius: 7px;
    margin-bottom: 7px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

body .MainMenuButtonOpen {
    cursor: pointer;
    position: absolute;
    width: 30px;
    z-index: 10000;
    top: 15px;
    right: 15px;
    x;
}

body .MainMenuButtonOpen .bar1 {
    width: 30px;
    height: 4px;
    background-color: #fff;
    border-radius: 7px;
    margin-bottom: 3px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

body .MainMenuButtonOpen .bar2 {
    width: 30px;
    height: 4px;
    background-color: #fff;
    border-radius: 7px;
    margin-bottom: 3px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

body .MainMenuButtonOpen .bar3 {
    width: 30px;
    height: 4px;
    background-color: #fff;
    border-radius: 7px;
    margin-bottom: 3px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.MainMenuButtonOpen.on .bar1 {
    -webkit-transform: translate(0, 7px) rotate(45deg);
    transform: translate(0, 7px) rotate(45deg);
}

.MainMenuButtonOpen.on .bar2 {
    opacity: 0;
}

.MainMenuButtonOpen.on .bar3 {
    -webkit-transform: translate(0, -7px) rotate(-45deg);
    transform: translate(0, -7px) rotate(-45deg);
}

body .MainMenuButtonOpen .bar1,
body .MainMenuButtonOpen .bar2,
body .MainMenuButtonOpen .bar3 {
    background-color: #4fc9e8;
}

.MainMenuButtonOpen.cor .bar1 {
    background-color: #4fc9e8;
}

.MainMenuButtonOpen.cor .bar2 {
    background-color: #4fc9e8;
}

.MainMenuButtonOpen.cor .bar3 {
    background-color: #4fc9e8;
}

div#MainMenu ul li:hover {
    font-weight: bold;
}

div#MainMenu ul li:hover a {
    padding: 1.2rem 0;
}

#footer a:hover i:before {
    color: #4fc9e8;
}