/* Minification failed. Returning unminified contents.
(216,1): run-time error CSS1019: Unexpected token, found '@import'
(216,9): run-time error CSS1019: Unexpected token, found 'url('http://fonts.googleapis.com/css?family=Open+Sans:400,700')'
(303,1): run-time error CSS1019: Unexpected token, found '@import'
(303,9): run-time error CSS1019: Unexpected token, found 'url(http://fonts.googleapis.com/css?family=Lato:300)'
 */
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Roboto', sans-serif;
    color: #666666;
    line-height: 1.5em;
    position: relative;
}

h5.style {
    font-family: times, Times New Roman, times-roman, georgia, serif;
    color: #3e3c2e;
    margin: 0;
    padding: 0px 0px 6px 0px;
    font-size: 51px;
    line-height: 44px;
    letter-spacing: -2px;
    font-weight: bold;
}

.navOpen {
    overflow: hidden;
}

.logo-title {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wrapper {
    transition-duration: 0.5s;
    transition-timing-function: ease;
    background-color: white;
    width: 100%;
    min-height: 70%;
    min-height: -webkit-calc(100% - 180px);
    min-height: -moz-calc(100% - 180px);
    min-height: calc(100% - 180px);
    position: relative;
    /*padding: 100px 40px;*/
    padding-top: 80px;
}

    .wrapper.open {
        transform: translateX(250px) translateY(50px);
        -webkit-transform: translateX(250px) translateY(50px);
        box-shadow: 0 0 50px rgba(0, 0, 0, 0.7);
    }

    .wrapper section {
        max-width: 960px;
        margin: 0 auto;
    }

        .wrapper section img {
            resize: inherit;
        }

        .wrapper section h1 {
            font-weight: 300;
            font-size: 30px;
            margin-bottom: 10px;
        }

        .wrapper section h2 {
            font-weight: 300;
            font-size: 20px;
            margin-bottom: 40px;
        }

        .wrapper section p {
            margin-bottom: 20px;
        }

    .wrapper .block {
        float: right;
        margin-right: 11px;
        margin-top: 15px;
    }

    .wrapper #cssmenu {
        margin-left: 20px;
    }



.openNav {
    transition-duration: 0.5s;
    transition-timing-function: initial;
    width: 50px;
    height: 50px;
    background-color: #336699;
    position: fixed;
    top: 20px;
    left: 20px;
    z-index: 10;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

    .openNav:hover {
        cursor: pointer;
    }

    .openNav .icon {
        transition-duration: 0.2s;
        position: absolute;
        width: 30px;
        height: 2px;
        background-color: white;
        top: 24px;
        left: 10px;
    }

        .openNav .icon:before,
        .openNav .icon:after {
            transition-duration: 0.5s;
            background-color: white;
            position: absolute;
            content: "";
            width: 30px;
            height: 2px;
            left: 0px;
        }

        .openNav .icon:before {
            top: -7px;
        }

        .openNav .icon:after {
            top: 7px;
        }

    .openNav.open {
        transform: translateX(250px) translateY(50px);
        -webkit-transform: translateX(250px) translateY(50px);
    }

        .openNav.open .icon {
            background-color: transparent;
        }

            .openNav.open .icon:before,
            .openNav.open .icon:after {
                top: 0;
            }

            .openNav.open .icon:before {
                transform: rotate(-45deg);
                -webkit-transform: rotate(-45deg);
            }

            .openNav.open .icon:after {
                transform: rotate(45deg);
                -webkit-transform: rotate(45deg);
            }

nav {
    background-color: #336699;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
}

    nav ul {
        width: 250px;
        margin-top: 50px;
    }

        nav ul:hover li {
            color: rgba(255, 255, 255, 0.5);
        }

            nav ul:hover li a:hover {
                color: rgba(255, 255, 255, 0.5);
            }

        nav ul li {
            transition-duration: 0.25s;
            display: block;
            padding: 20px 30px;
            color: white;
            letter-spacing: 0.09em;
            text-align: right;
            font-size: 18px;
        }

            nav ul li a:link {
                color: white;
                text-decoration: none;
            }

            nav ul li a:visited {
                color: white;
            }

            nav ul li a:hover {
                cursor: pointer;
                color: white;
            }


            nav ul li:hover {
                cursor: pointer;
                color: white;
            }

@import url('http://fonts.googleapis.com/css?family=Open+Sans:400,700');

* {
    padding: 0;
    margin: 0;
}

html {
    background-color: #eaf0f2;
}

body {
    font: 14px/1.8 Arial, Helvetica, sans-serif;
}

header {
    text-align: center;
    padding-top: 100px;
    margin-bottom: 200px;
}

    header h1 {
        font: normal 32px/1.5 'Open Sans', sans-serif;
        color: #3F71AE;
        padding-bottom: 16px;
    }

    header h2 {
        color: #F05283;
    }

        header h2 a {
            color: inherit;
            text-decoration: none;
            display: inline-block;
            border: 1px solid #F05283;
            padding: 10px 15px;
            border-radius: 3px;
            font: bold 14px/1 'Open Sans', sans-serif;
            text-transform: uppercase;
        }

            header h2 a:hover {
                background-color: #F05283;
                transition: 0.2s;
                color: #fff;
            }

    header ul {
        max-width: 600px;
        margin: 60px auto 0;
    }

        header ul a {
            text-decoration: none;
            color: #FFF;
            text-align: left;
            background-color: #B9C1CA;
            padding: 10px 16px;
            border-radius: 2px;
            opacity: 0.8;
            font-size: 16px;
            display: inline-block;
            margin: 4px;
            line-height: 1;
            outline: none;
            transition: 0.2s ease;
        }

        header ul li a.active {
            background-color: #66B650;
            pointer-events: none;
        }

        header ul li a:hover {
            opacity: 1;
        }

    header ul {
        list-style: none;
        padding: 0;
    }

        header ul li {
            display: inline-block;
        }
/*css menu starts here*/
@import url(http://fonts.googleapis.com/css?family=Lato:300);

html,
body {
    min-height: 100%;
    -webkit-font-smoothing: antialiased;
}

body {
    background: #404853;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
}

a {
    text-decoration: none;
}

ul {
    margin: 0;
    padding: 0;
    width: 100%;
}

li {
    list-style-type: none;
}

/* ------ FOOTER PARTIAL ------ */
.footer-partial {
    margin-top: 100px;
}

.footer-company-name {
    text-align: center;
    padding: 10px 0;
}

.main-footer h3 {
    font-weight: bold;
}

.main-footer {
    width: 100%;
    height: 180px;
    background-color: #292c2f;
    padding: 20px;
    box-sizing: border-box;
    text-align: center;
    color: #f2f2f2;
    font-size: 0.9em;
}

    .main-footer div {
        display: inline-block;
        text-align: left;
        vertical-align: top;
    }

footer a {
    color: #0F9CD8;
    text-decoration: underline;
}

    footer a:hover {
        color: #FFF;
        text-decoration: underline;
    }

.ellab-logo {
    width: 15%;
    padding: 10px;
}

.about-us {
    width: 25%;
    padding: 10px;
}

.contact {
    width: 15%;
    padding: 10px;
}

.danak {
    width: 25%;
    padding: 10px;
}

    .danak img {
        width: 90%;
    }

.bottom-footer {
    width: 100%;
    height: auto;
    background-color: #242629;
    clear: both;
    color: #FFF;
    font-size: 0.8em;
}

.separator {
    color: #474d52;
}

@media (max-width: 1000px) {

    .main-footer {
        width: 100%;
        height: 100%;
    }

    .ellab-logo {
        display: block !important;
        width: 100% !important;
    }

    .about-us {
        display: block !important;
        width: 100% !important;
    }

    .contact {
        display: block !important;
        width: 100% !important;
    }

    .danak {
        display: block !important;
        width: 100% !important;
    }

        .danak img {
            width: 30% !important;
        }
}

