.clear {
    clear: both;
    height: 0;
    width: 0;
}

.noStyle {
    text-decoration: none;
}

li {
    list-style: none;
}

a.noStyle:visited {
    color: inherit;
}

a:hover, a.current {
    color: #dd4444 !important;
}

a, a:visited {
    color: inherit;
    text-decoration: none;
}

html, body {
    position: relative;
    height: 100%;
    font-family: Tahoma, Geneva, sans-serif;
    color: #464646;
}

body {
    margin: 0;
    padding: 0;
}

.mainContainer {
    width: 100%;
    height: 100% !important;
   /* overflow: hidden;*/
}

.logoContainer {
    /*position: absolute;
    top: 20px;
    left: 20px;*/
    height: 80px;
    line-height: 80px;
    width: 100%;
}

.logoContainer .realLogo {
    font-size: 36px;
    float: left;
    padding-left: 20px;
}

.logoContainer .subline {
    font-size: 18px;
}

.menuContainer {
    /*position: absolute;*/
    width: 170px;
    /*background-color: red;*/
    height: auto;
    /*padding-top: 120px;*/
    float: left;
}

ul.menu {
    padding-left: 20px;
    margin-top: 0;
    /*position: relative;*/
}

ul.menu li {
    padding-bottom: 15px;
}

ul.menu a {
    font-size: 24px;
    text-decoration: none;
}

ul.menu a, ul.menu a:visited {
    color: inherit;
}

ul.dropit-submenu {
    background: #fff;
    width: 300px;
}

ul.dropit-submenu li {

}

ul.dropit-submenu li a {
    font-size: 16px;
}

ul.dropit ul.dropit-submenu {
    top: 5px;
}

#hamburgerBtn {
    display: none;
}

/*ul.menu {
    position: relative;
}*/

.projectsMenu {
    display: none;
    position: absolute;
    background: #fff;
    z-index: 100;
    line-height: 15px;
    padding-top: 0px;    left: 145px;    top: 87px;    padding-left: 0px;
}

.projectsMenu li a {
    font-size: 16px;    
}



/*.hamb ul{display:none;}*/

.dropit-open ul.dropit-submenu {
    left: 120px;
    top: 0;
}

.customNavigation {
    font-size: 16px;
    padding-top: 20px;
    padding-left: 20px;
}

.customNavigation a, .customNavigation a:visited {
    color: inherit;
    text-decoration: none;
}

.contentContainer {
    width: 900px;
    height: 100%;
    float: left;
    line-height:30px;
    /*padding-top: 120px;*/
}

.swiper-container {
    width: 100%;
    height: 100%;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

}
.swiper-slide img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    left: 50%;
    top: 50%;
}


#project_text {
    display: none;
    padding-right: 30px;
    text-align: justify;
    font-size: 14px;
    max-width: 800px;
}

.project_menu {
    font-size: 14px;
    height: 30px;
    line-height: 30px;
}

.contact {padding-top: 0px;}

img {
    max-width: 100%;
    max-height: 100%;
}

#hamburger {
    display: none;
}


@media only screen and (min-width: 768px) {
    /* tablets and desktop */
}

@media only screen and (max-width: 767px) {
    .logoContainer {
        /*height: 40px*/;
        height: auto;
        line-height: 40px;
        text-align: left;
    }
    .logoContainer .realLogo {
        font-size: 22px;
        padding-left: 15px;
        width: 90%;
    }

    div#hamburger {
        padding: 0 15px;
        margin: 0 auto;
    }

    #hamburger > ul {
        padding: 10px 0;
        border: 1px solid;
    }

    #hamburger ul ul {
        padding-left: 15px;
        margin-left: 0;
    }

    #hamburger li li li {
        font-size: 14px;
        font-weight: normal;
    }


    #hamburger li  {
        list-style: none;
        padding-left: 0;
        margin-left: 0;
        line-height:30px;
        font-weight: bold;
    }

    #hamburgerBtn {
        display: inline;
    }

    #hamburgerBtn img {
        width: 20px;
        padding-left: 20px;
    }

    /*ul.dropit-submenu {
        background: #fff;
        width: 170px;
    }*/

    /*#hamburger {
        display: block;
        !*float: right;*!
        padding-right: 15px;
    }

    #hamburger.dropit .dropit-submenu {

    }

    #hamburger > li.dropit-trigger.dropit-open {
        left: 0;
        top: 40px;
        height: 100%;
        width: 100%;
        z-index: 100000;
        position: absolute;
        background: #fff;
    }

    #hamburger li {
        line-height:30px;
    }

    #hamburger .dropit-open ul.dropit-submenu.project_submenu {
        left: 15px;
        position: absolute;
    }
    #hamburger .dropit-open ul.dropit-submenu {
        position: relative;
        left: 25px;
        width: 90%;
    }*/

    /*#hamburgerBtn {
        position: absolute;
        right: 10px;
        top: -35px;
    }*/

    body.home .menuContainer {
        display: block;
    }

    .logoContainer .subline, .menuContainer {
        display: none;
    }

    .contentContainer {
        width: 100%;
        float: none;
    }
    .projectsMenu {        top: 48px;        left: 130px;    }
    .project_menu, #project_text {
        padding-left: 15px;
    }

    .project_menu {
        font-size: 14px;
        height: 25px;
        line-height: 10px;
    }

    ul.menu {padding-left: 15px;}

    .contact {padding-left: 15px;}
}

@media only screen and (max-width: 767px) and (orientation: portrait) {
}