@import url(http://fonts.googleapis.com/css?family=Open+Sans:400italic,400,300,600);

@font-face {
    font-family: 'icomoon';
    src: url('../../fonts/icomoon.eot');
    src: url('../../fonts/icomoon.eot?#iefix') format('embedded-opentype'),
    url('../../fonts/icomoon.woff') format('woff'),
    url('../../fonts/icomoon.ttf') format('truetype'),
    url('../../fonts/icomoon.svg#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}


/* minimal styles for that navi */
.rmm {
    margin: 0 auto;
}

.rmm ul {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    background: #000;
}

.rmm ul:after {
    content: "";
    clear: both;
    display: block;
}

.rmm ul li {
    float: left;
}

.rmm ul li:hover {
    background: #202020;
}

.rmm ul li:hover > ul {
    display: block;
}

.rmm ul li:hover a {
    color: #fff;
}

.rmm ul li a {
    color: #fff;
    display: block;
    text-decoration: none;
}

.rmm ul ul {
    display: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 100%;
}

.rmm ul ul li {
    float: none;
    position: relative;
}

.rmm ul ul li a {
    color: #fff;
}

.rmm ul ul li a:hover {
    background: #202020;
}

.rmm ul ul ul {
    position: absolute;
    left: 100%;
    top: 0;
    width: 100%;
}

/* mobile menu header button */
.rmm-toggled {
    float: right;
    width: 100%;
    height: 65px;
    margin: 0 auto;
    display: none;
}

.rmm-closed ~ .rmm-mobile {
    display: none !important;
}

.rmm-toggled-controls {
    width: 100%;
}

.rmm-toggled-title {
    height: 65px;
    float: left;
    font-size: 19px;
    color: #fff;
    font-weight: 600;
    display: block;
    padding: 12px 0;
    text-decoration: none;
    text-transform: uppercase;
    text-align: left;
    padding-left: 25vw;
}

.rmm-toggled-button {
    width: 20%;
    float: left;
    margin-top: 3px;
    display: block;
    width: 32px;
    padding: 0 !important;
    margin: 10px 10px 0 0;
    float: right;
}



/* normalny back button visible only on mobiles  */
.rmm .rmm-back {
    display: none;
    font-size: 12px;
}

.rmm .rmm-back:after {
    display: none;
}

.rmm .rmm-back a:after {
    font-family: 'icomoon';
    speak: none;
    -webkit-font-smoothing: antialiased;
    content: "\e000";
    position: relative;
    display: inline-block;
    -webkit-transform: rotate(-60deg);
    transform: rotate(-60deg);
    top: 1px;
    right: -2px;
    float: left;
    font-size: 10px;
}

.rmm-mobile .rmm-back {
    display: block;
}

/* mobile menu list */
.rmm-mobile {
    width: fit-content;
    float: right;
}

.rmm-mobile .rmm-dropdown:hover ~ ul, .rmm-mobile .rmm-dropdown:hover > ul, .rmm-mobile .rmm-dropdown:hover + ul {
    display: none !important;
}

.rmm-mobile ul {
    width: 100%;
    position: inherit !important;
}

.rmm-mobile li {
    width: 100%;
}

/* mobile menu js action */
.rmm-dropdown {
    display: block !important;
}

.rmm-mobile .rmm-subview {
    display: block !important;
    width: 100%;
}

.rmm-mobile .rmm-subover-hidden {
    display: none !important;
}

.rmm-mobile .rmm-subover-visible {
    display: block;
}

.rmm-mobile .rmm-subover-header {
    display: none !important;
    padding: 0;
    margin: 0;
}

/* mobile menu content */
.rmm-mobile .rmm-submenu {
    position: relative;
    left: 0px;
}

.rmm .rmm-mobile li:hover > ul {
    display: none;
}

/* arrow down for wide screen */
.rmm.style {
    text-align: left;
    font-family: "Barna";
    z-index: 1;
}

.rmm.style ul {
    box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.15);
    background-color: rgba(24, 32, 48, 1.0);
    display: inline-table;
    text-align: left;
    font-family: "Barna Stencil", Helvetica, Arial, serif;
}

.rmm.style ul li {
    text-align: left;
}

.rmm.style ul li:hover {
    background-color: rgba(24, 32, 48, 1.0);
}

.rmm.style ul ul {
    display: none;
    margin: 0;
    background-color: rgba(24, 32, 48, 1.0);
    border-radius: 0px;
    padding: 0;
    position: absolute;
}

.rmm.style ul li a {
    color: #fff;
    /*font-weight: 600;*/
    display: block;
    padding: 15px 35px;
    text-decoration: none;
    /*font-weight: 600;*/
}

.rmm.style > ul.rmm-menu > li:hover > a {
    color: #337ab7;
}

.rmm.style > ul.rmm-menu > li{
    height: 60px;
}

.rmm.style ul.rmm-submenu > li:hover a {
    color: white;
}

.rmm.style ul ul li {
    border-bottom: 1px solid rgba(24, 32, 48, 1.0);
    border-top: 1px solid rgba(24, 32, 48, 1.0);
}

.rmm.style ul ul li a {
    padding: 12px 35px;
    color: #fff;
}

.rmm.style ul ul li a:hover {
    background: #4b545f;
}

/* arrow down for wide screen */
.rmm.style ul li > a:not(:only-child):after {
    font-family: 'icomoon';
    speak: none;
    -webkit-font-smoothing: antialiased;
    content: "\e000";
    position: relative;
    display: inline-block;
    -webkit-transform: rotate(210deg);
    transform: rotate(210deg);
    top: -4px;
    left: 1px;
    font-size: 10px;
}

/* arrow left for wide screen submenus  */
.rmm.style ul ul li > a:not(:only-child):after {
    -webkit-transform: rotate(120deg) !important;
    transform: rotate(120deg) !important;
    top: 2px;
    font-size: 14px;
    float: right;
    margin-right: -20px;
}

/* mobile style */
.rmm.style .rmm-mobile li > a:not(:only-child):after {
    -webkit-transform: rotate(120deg) !important;
    transform: rotate(120deg) !important;
    top: 4px !important;
    font-size: 14px !important;
    float: right;
    margin-right: -20px;
}

.rmm.style .rmm-mobile li {
    border-bottom: 1px solid #575f6a !important;
    border-top: 0 !important;
}

.menuapmainclassic {
    background-color: rgba(24, 32, 48, 1.0);
    /*top: 0px;*/
    /*!*height: 55px;*!*/
    /*width: 1800px;*/
    /*position: absolute;*/
    /*margin: 0;*/
    left: 120px;
    /*-ms-transform: rotate(0deg); !* IE 9 *!*/
    /*-webkit-transform: rotate(0deg); !* Chrome, Safari, Opera *!*/
    /*transform: rotate(0deg);*/
    /*z-index: 14;*/
    position: relative;
    font-family: "Barna Stencil", Helvetica, Arial, serif;
    z-index: 1;
}


.menuapmainclassic .menuap {
    background-color: rgba(255, 255, 255, 0.0);
    top: 0px;
    height: 55px;
    width: 1800px;
    position: absolute;
    margin: 0;
    left: 0px;
    -ms-transform: rotate(0deg); /* IE 9 */
    -webkit-transform: rotate(0deg); /* Chrome, Safari, Opera */
    transform: rotate(0deg);
}

.menuapmainclassic .search {
    background-color: rgba(255, 255, 255, 0.0);
    top: 0px;
    height: 55px;
    width: 55px;
    position: absolute;
    margin: 0;
    left: 1745px;
    -ms-transform: rotate(0deg); /* IE 9 */
    -webkit-transform: rotate(0deg); /* Chrome, Safari, Opera */
    transform: rotate(0deg);
    z-index: 1;
}

.menuapmainclassic .search .rectangle6235copiecopy2 {
    /*background-image: url("../img/homepagemenumainexe-rectangle-6235-copie-copy-2@2x.png");*/
    background-color: rgba(255, 255, 255, 0.0);
    top: 0px;
    height: 57.3px;
    width: 55px;
    position: relative;
    margin: 0;
    left: 0px;
    -ms-transform: rotate(0deg); /* IE 9 */
    -webkit-transform: rotate(0deg); /* Chrome, Safari, Opera */
    transform: rotate(0deg);
}

.menuapmainclassic .search .icon30loupe {
    background-color: rgba(255, 255, 255, 0.0);
    top: 17px;
    height: 22px;
    width: 22px;
    position: absolute;
    margin: 0;
    left: 17px;
    -ms-transform: rotate(0deg); /* IE 9 */
    -webkit-transform: rotate(0deg); /* Chrome, Safari, Opera */
    transform: rotate(0deg);
}

.menuapmainclassic .search .icon30loupe .shape {
    /*background-image: url("../img/homepagemenumainexesticky-shape@2x.png");*/
    background-color: rgba(255, 255, 255, 0.0);
    top: 0px;
    height: 22px;
    width: 22px;
    position: absolute;
    margin: 0;
    left: 0px;
    -ms-transform: rotate(0deg); /* IE 9 */
    -webkit-transform: rotate(0deg); /* Chrome, Safari, Opera */
    transform: rotate(0deg);
}
.no-padding{
    padding: 0px !important;
}

.logotypeap {
    background-color: rgba(255, 255, 255, 0.0);
    top: -2px;
    margin: 0;
    -ms-transform: rotate(0deg); /* IE 9 */
    -webkit-transform: rotate(0deg); /* Chrome, Safari, Opera */
    transform: rotate(0deg);
    z-index: 1;
}

.menu-background {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    z-index: 14;
    background-color: rgba(24, 32, 48, 1.0);
    width: 100%;
    width: -moz-available;
    width: -webkit-fill-available;
    position: sticky !important;
    top: 0;
    padding-left: calc(12.50% - 18px);
    max-height: 65px;
}


.main-press-menu {
    max-width: 1046px !important;
    margin: 0px !important;
}

.logotypeap .logotypeap1 {
    background-image: url("../img/homepagemenumainexe-logotypeap.png");
    background-color: rgba(255, 255, 255, 0.0);
    top: 2px;
    height: 172px;
    width: 240px;
    position: absolute;
    margin: 0;
    left: -3px;
    -ms-transform: rotate(0deg); /* IE 9 */
    -webkit-transform: rotate(0deg); /* Chrome, Safari, Opera */
    transform: rotate(0deg);
    z-index: 1;
    /*z-index: 14;*/
}

.logotypeap .logotypeap2 {
    background-color: rgba(255, 255, 255, 0.0);
    top: -2px;
    padding-top: 8px;
    height: 51px;
    width: 90px;
    position: absolute;
    margin: 0;
    -ms-transform: rotate(0deg); /* IE 9 */
    -webkit-transform: rotate(0deg); /* Chrome, Safari, Opera */
    transform: rotate(0deg);
    color: #FFFFFF;
    font-family: "Barna", "Barna-Regular", sans-serif;
    line-height: 22px;
    font-size: 28px;
    font-weight: bold;
    text-decoration: none;
}

.rectangle6235copiecopy2 {
    background: url(../img/loupe_blanche22.png) center no-repeat rgb(51, 138, 254);
    background-size: cover;
    display: block;
    height: 65px;
    width: 60px;
    margin: 0;
    /* left: 0px; */
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.rectangle6235copiecopy2:hover {
    background: url("../img/loupe_bleue22.png") center no-repeat white;
    background-size: cover;
}

.sticky .logotypeap1 {
    display: none;
}

.logotypeap .logotypeap1:hover {
    background-image: url("../img/homepagemenumainexeon1stelements-logotypeap.png");
}

.logotypeap .logotypeap2:hover {
    text-decoration: none !important;
    color: #4A90E2;
}

@media only screen and (max-width: 1024px) {
    .main-press-menu {
        max-width: 1046px !important;
        margin-right: inherit !important;
        width: 100% !important;
        margin-left: 0px !important;
    }

    .search {
        display: block;
    }

    .rmm-toggled-button:after {
        font-family: 'icomoon';
        speak: none;
        -webkit-font-smoothing: antialiased;
        content: "\2304";
        position: relative;
        display: inline-block;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        top: -7px;
        left: 1px;
        font-size: 22px;
        color: white;
    }

    .rectangle6235copiecopy2 {
        height: 60px;
    }

    nav {
        border: none;
    }
}
