#top-nav {
    position: fixed;
    width: 100%;
    background: #2c3e50;
    height: 32px;
    vertical-align: middle;
    padding: 7px;
    z-index: 999;
}

#top-nav .container {
    padding-left: 5px !important;
    padding-right: 5px !important;
}

#top-nav a:link,
#top-nav a:visited {
    color: #2c3e50;
}

.nav-fluid {
    padding: 0 !important;
    background-color: #263846;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
    margin-top: -2px;
    padding: 0.5em 0;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
    height: 118px;
}

.left {
    font-family: 'Oswald', sans-serif;
    float: left;
    font-size: 16px;
}

.left span {
    color: #fff;
}

.left a {
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
}

.left a span {
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    font-style: normal;
}

.right {
    text-align: right;
}

.right .list-inline .social {
    background: #798590;
    border-radius: 3px;
    padding: 3px;
    font-size: 11px;
    width: 16px;
    margin: 0 5px 0 5px;
    color: #2c3e50 !important;
}

.right .list-inline .social:hover {
    background: #fff;
}

nav#top-nav .right .list-inline .social a,
nav#top-nav .right a:link,
nav#top-nav .right a:visited {
    color: #2c3e50 !important;
}

nav#main-nav {
    font-family: 'Oswald', sans-serif;
    font-style: normal;
    display: none;
    font-size: 14px;
    left: 0;
    right: 0;
    top: 0;
    padding: 0;
    margin: auto;
    font-weight: 300;
    letter-spacing: 0.2px;
    height: 60px;
    z-index: 100;
    text-transform: uppercase;
    position: fixed;
    z-index: 999;
    background-color: #fff;
}

nav#main-nav {
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #3c3e3e;
}

@media only screen and (min-width: 768px) {
    /*only screen and (min-width: 768px), */
    nav#main-nav {
        display: block;
    }
}

@media only screen and (min-width: 992px) {
    nav#main-nav {
        font-size: 14px;
    }
}

@media only screen and (min-width: 1200px) {
    nav#main-nav {
        font-size: 14px;
    }
}

nav#top-nav .left a:link,
nav#top-nav .left a:visited {
    color: #798590;
}

nav#top-nav .left a:hover,
nav#top-nav .left a:focus {
    color: #fff;
}

nav#main-nav a:link,
nav#main-nav a:visited {
    color: whitesmoke;
    text-decoration: none;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    font-style: normal;
}

nav#main-nav a:hover,
nav#main-nav a:focus {
    color: #9ea2a3;
}

nav#main-nav .left,
nav#main-nav .right {
    float: left;
    display: inline-block;
    list-style: none;
    padding: 0.4em 0 0.3em;
}

nav#main-nav .left {
    margin-top: 1.08em;
}

nav#main-nav .right {
    margin-top: 0.2em;
}

nav#main-nav .left,
nav#main-nav .right {
    width: 100%;
}

nav#main-nav .secondary_menu .right {
    margin: 0;
    float: right;
}

@media only screen and (min-width: 768px) {
    nav#main-nav .left {
        width: 38%;
    }

    nav#main-nav .right {
        width: 62%;
    }
}

@media only screen and (min-width: 992px) {
    nav#main-nav .left {
        width: 24%;
    }

    nav#main-nav .right {
        width: 76%;
    }
}

@media only screen and (min-width: 1200px) {
    nav#main-nav .left {
        width: 24%;
    }

    nav#main-nav .right {
        width: 76%;
    }
}

nav#main-nav .menu_first ul {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    text-align: center;
    line-height: 2.9em;
}

nav#main-nav .menu_first ul li {
    padding: 0 15px 0 15px;
    color: whitesmoke;
}

nav#main-nav .menu_first ul li:last-of-type {
    padding-right: 0;
}

nav#main-nav .menu_first .right ul {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    float: right;
    line-height: 5em;
}
nav#main-nav #menu-ul {
    margin-top: 23px;
    border-top: 5px solid whitesmoke;
    padding-top: 11px;
}

nav#main-nav .secondary_menu .right ul {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    float: right;
    line-height: 1.9em;
}

@media only screen and (min-width: 768px) {
    nav#main-nav .right ul.list-bouton {
        margin-left: 1em;
    }
}

nav#main-nav .menu_first {
    display: inline-block;
    width: 100%;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #2c3e50;
    font-size: 16px;
    text-transform: uppercase;
}

nav#main-nav .menu_first .right .top {
    overflow: visible;
    float: right;
    width: 50em;
    background-color: transparent;
    height: 1.75rem;
    margin: -1.35rem -.5em .35rem 0;
}

nav#main-nav .submenu {
    text-transform: none;
}
nav#main-nav .menu_first .right .top ul.list-inline {
    background-color: whitesmoke;
    line-height: 0.5em;
    border-radius: 3px;
}

nav#main-nav .menu_first .right .top ul.list-inline li {
    padding: 8px 8px;
    line-height:20px;
}

nav#main-nav .menu_first .right .top ul.list-inline li .dropdown-menu table {
    background-color: #000;
    width: 100% !important;
}

nav#main-nav .menu_first .right .top ul.list-inline li div#dropdown-search {
    background-color: #263846;
    min-width: 330px !important;
    margin-top: 5px;
    color:white;
}

nav#main-nav .menu_first .right .top ul.list-inline li div#dropdown-search div.checkbox label {
    line-height: 1.4em;
}

nav#main-nav .menu_first .right .top ul.list-inline li a {
    color: #263846;
}

nav#main-nav .menu_first {
    padding: 0;
}

nav#main-nav .secondary_menu {
    background-color: rgba(255, 255, 255, 0.42);
    text-align: right;
    height: 40px;
}

nav#main-nav .secondary_menu ul {
    margin: 0;
}

nav#main-nav .secondary_menu ul li {
    padding: 0 0.5em;
    color: #2c3e50;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    font-style: normal;
    margin-left: 14px;
    font-size: 12px;
}

nav#main-nav .secondary_menu ul li a:link,
nav#main-nav .secondary_menu ul li a:visited {
    color: #3c3e3e;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
}

nav#main-nav .secondary_menu ul li a:hover,
nav#main-nav .secondary_menu ul li a:focus {
    text-shadow: 0 0 1px rgba(255, 255, 255, 0.8);
    color: #2c3e50;
}

nav#main-nav .menu_first.sticky {
    padding: 0.5em 0;
    -moz-transition: all 1s;
    height: 70px;
}

nav#main-nav .menu_first.sticky .left {
    margin-top: 0.6em;
}

nav#main-nav .secondary_menu.scroll {
    background-color: #E0E0E0;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
    margin-top: -2px;
    padding: 0.5em 0;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    transition: all 0.6s;
}

nav#main-nav .secondary_menu .right .list-menu.menu_b {
    line-height: inherit !important;
}

nav#main-nav .menu_first ul.list-menu li {
    padding: 0;
    margin-left: 18px;
    color: #2c3e50;
}

nav#main-nav .menu_first ul.list-menu li:first-of-type {
    padding-left: 0;
}

@media only screen and (min-width: 768px) {
    nav#main-nav .menu_first ul.list-menu li {
        padding: 0 .25em;
    }

}

nav#main-nav .menu_first .right ul {
    line-height: 4.5em;
}

@media only screen and (min-width: 768px) {
    nav#main-nav .menu_first .right ul {
        line-height: 3.5em;
    }

    nav#main-nav .menu_first.sticky .right ul {
        line-height: 1.5em;
    }
}

nav.menu-hamburger {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    z-index: 990;
    padding: 0;
    display: block;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
    margin-top: -2px;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
}

@media only screen and (min-width: 992px) {
    /*(min-width: 768px) */
    nav.menu-hamburger {
        display: none;
    }
}

nav.menu-hamburger .bottom-bar {
    background-color:  #263846;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
}

nav.menu-hamburger img {
    width: 115px;
    margin-top: 19px;
}

#mobile-menu-toggle {
    display: block;
    text-align: right;
    color: whitesmoke;
    line-height: 65px;
    text-decoration: none;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    opacity: 1;
}

#mobile-menu-toggle:hover,
#mobile-menu-toggle:active {
    opacity: 0.6;
}

#mobile-menu-toggle::before {
    content: "Menu \f0c9";
    font-family: "Muli", 'Oswald', sans-serif, "FontAwesome";
    text-transform: uppercase;
    letter-spacing: 2px;
    white-space: nowrap;
    color: black;
}

nav.menu-phone {
    position: fixed;
    top: 0;
    /*top: 6%;*/
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 900;
    text-align: center;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    -webkit-transition: -webkit-transform;
    -moz-transition: -moz-transform;
    -o-transition: -o-transform;
    transition: transform;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    display: block;
}

nav.menu-phone.open {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    overflow-y: scroll;
}

nav.menu-phone ul {
    background-color: #E84B4B;
    margin-top: 96px;
}

nav.menu-phone ul li {
    display: block !important;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    font-size: 16px;
    line-height: 43px;
    padding: 0px 18px;
    color: #2c3e50;
    display: block;
    display: block;
    text-transform: uppercase;
    padding: 2.5px 0;
    margin: 0;
    border-bottom: 1px solid rgba(33, 33, 33, 0.22);
    text-align: left;
    padding-left: 20px;
}

nav.menu-phone ul li a {
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    font-size: 14px;
    height: 48px;
    line-height: 43px;
    padding: 0px 18px;
    color: black;
    display: block;
    text-transform: uppercase;
    padding: 2.5px 0;
    margin: 0;
}

nav.menu-phone ul li a:hover,
nav.menu-phone ul li a:active {
    color: #2c3e50;
}

div.phone-overlay {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #040707;
    opacity: 0;
    visibility: hidden;
    z-index: 500;
    text-align: right;
    -webkit-transition: opacity;
    transition: opacity;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    display: none;
}

.left a {
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
}

@media only screen and (min-width: 768px) {
    nav#main-nav {
        font-size: 14px;
    }
}

@media only screen and (min-width: 992px) {
    nav#main-nav .right ul.list-bouton {
        margin-left: 1em;
    }
}

nav#main-nav .menu_first .right .top {
    overflow: visible;
    float: right;
    width: 50em;
    background-color: transparent;
    height: 2em;
    margin: -1.05rem 0 .35rem 0;
}

nav#main-nav .menu_first.sticky .right .top {
    margin: -1.39rem 0 .35rem 0;
}

@media only screen and (min-width: 768px) {
    nav#main-nav .menu_first.sticky .right ul {
        line-height: 1.5em;
    }
}

@media only screen and (min-width: 768px) {
    nav#main-nav .menu_first .right ul {
        line-height: 1.5em;
        margin-top: 9px;
    }

    nav#main-nav .menu_first.sticky .right ul {
        line-height: 1.5em;
        margin-top: 7px;
    }
}

nav.menu-phone ul {
    background-color: #E84B4B;
}

div.phone-overlay.active {
    opacity: .85;
    visibility: visible;
    display: block;
}

span.cogs {
    display: block;
    text-align: right;
    color: #FFFFFF;
    background: #444;
    float: right;
    padding: 15px 20px;
    position: absolute;
    right: 0px;
    font-size: 28px;
    top: 0;
}

nav.menu-phone ul {
    background: #E84B4B;
}

@media only screen and (min-width: 992px) {
    /*(min-width: 768px) */
    nav.menu-hamburger, nav.menu-phone {
        display: none;
    }
}

nav.menu-hamburger div.top.dropdown ul.list-inline li.open div.dropdown-menu {
    position: fixed;
    right: 0px;
    background-color: #000;
}

.left {
    font-family: 'Oswald', sans-serif;
    float: left;
    font-size: 14px;
}

nav#main-nav .left,
nav#main-nav .right {
    float: left;
    display: inline-block;
    list-style: none;
    padding: 0.8em 0 0.3em;
}

nav#main-nav .menu_first .right .top {
    overflow: visible;
    float: right;
    width: 50em;
    background-color: transparent;
    height: 2em;
    margin: -1.45rem 0 .35rem 0;
}

nav#main-nav .menu_first.sticky .right .top {
    margin: -1.79rem 0 .35rem 0;
}

nav#main-nav .menu_first .right .top ul.list-inline > li {

}

nav#main-nav .menu_first .right .top ul.list-inline > li:last-child {
    border-right: 0px;
}

nav#main-nav .menu_first .right .top ul.list-inline li:nth-child(2) a {
    position: relative;
}

nav#main-nav .menu_first .right .top ul.list-inline li:nth-child(2) a i.fa-sort-desc {
    position: absolute;
    top: -4px;
    right: -12px;
}

nav#main-nav .menu_first .right .top ul.list-inline div#dropdown-cart {
    width: 231px;
}

nav#main-nav .menu_first .right .top ul.list-inline div#dropdown-cart table tr td img {
    max-height: 52px;
    margin-top: 4px;
    width: auto;
}

nav#main-nav .menu_first .right .top ul.list-inline div#dropdown-cart table tr td {
    font-size: 12px;
    padding: 0px 4px 15px;
    color: #fff;
    line-height: 1.1em;
}

nav#main-nav .menu_first.sticky {
    padding: 0.5em 0;
    -moz-transition: all 1s;
    height: 74px;
}
nav#main-nav .menu_first.sticky .left {
    margin-top: 0.4em;
}

@media only screen and (min-width: 1200px) {
    nav#main-nav .menu_first .right ul {
        line-height: 1.5em;
        margin-top: 15px;
    }

    nav#main-nav .menu_first.sticky .right ul {
        line-height: 1.5em;
        margin-top: 14px;
    }
}

#mobile-menu-toggle::before {
    content: "\f0c9";
    font-family: "Muli", 'Oswald', sans-serif, "FontAwesome";
    text-transform: uppercase;
    letter-spacing: 2px;
    white-space: nowrap;
    color: whitesmoke;
    font-size: 28px;
}

nav.menu-phone ul {
    background-color: #e7e6e6;
    margin-top: 70px;
    color: black;
}

.dropdown {
    height: 70px;
}

@media only screen and (min-width: 767px) and (max-width: 1200px) {
    nav#main-nav .menu_first.sticky img {
        width: 80%;
    }
}


/*////////////////////////////////////*/
.ac-container {
    width: 100%;
    margin: 10px auto 30px auto;
}

.ac-container label {
    font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
    padding: 15px 20px;
    position: relative;
    z-index: 20;
    display: block;
    cursor: pointer;
    color: #263846;
    font-size: 19px;
    background: linear-gradient(top, #ffffff 1%, #eaeaea 100%);
    box-shadow: 0px 0px 0px 1px rgba(155, 155, 155, 0.3),
    1px 0px 0px 0px rgba(255, 255, 255, 0.9) inset,
    0px 2px 2px rgba(0, 0, 0, 0.1);
    text-transform: uppercase;
}

.ac-container label:hover {
    background: #f5f5f5;
}

.ac-container input:checked + label,
.ac-container input:checked + label:hover {
    background: #fff;
    color: #263846;
    box-shadow: 0px 0px 0px 1px rgb(155 155 155 / 30%), 0px 2px 2px rgb(0 0 0 / 10%);
}

.ac-container label:hover:after,
.ac-container input:checked + label:hover:after {
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    right: 13px;
    top: 7px;
}

.ac-container input {
    display: none;
}

.ac-container article {
    background: rgba(255, 255, 255, 0.5);
    margin-top: -1px;
    overflow: hidden;
    max-height: 0px;
    position: relative;
    z-index: 10;
    transition: max-height 0.3s ease-in-out,
    box-shadow 0.6s linear;
}

.ac-container input:checked ~ article {
    transition: max-height 0.5s ease-in-out,
    box-shadow 0.1s linear;
}

.ac-container article p {
    font-style: italic;
    color: #777;
    line-height: 23px;
    font-size: 14px;
    padding: 20px;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.8);
}

.ac-container input:checked ~ article.ac-small {
    max-height: 140px;
}

.ac-container input:checked ~ article.ac-medium {
    max-height: 230px;
}

.ac-container input:checked ~ article.ac-large {
    max-height: 320px;
}

.ac-container input:checked ~ article.ac-xlarge {
    max-height: 2320px;
}

.ac-container .child-accordion label {
    background: transparent;
    color: #000;
    margin-left: 20px;
}

.ac-container .child-accordion label:hover,
.ac-container .child-accordion input:checked + label,
.ac-container .child-accordion input:checked + label:hover {
    background: transparent;
    color: #000;
    margin-left: 20px;
}

.ac-container .child-accordion ul {
    padding-left: 20px;
}
#your-project-menu {
    margin-top:15px;
}

#mobile-your-project-menu {
    padding:8px;
    color:#fff;
}
#mobile-your-project-menu a {
    color:#fff !important;
    padding:4px;
    font-size:14px;
}

#mobile-your-project-menu li{
    position:relative;
    height:auto;
}
#mobile-your-project-menu  {
    padding: 8px;
    color: #fff;
    margin-top: 80px;
    background-color: black;
    margin-left: 0;
    display:none;
}

#mobile-your-project-menu li:nth-child(1){
    display:none;
}
#mobile-your-project-menu .dropdown-menu {
    background-color: black;
    top:23px;
}
#mobile-your-project-menu #dropdown-cart {
    top:70px !important;
}
.menu-hamburger .top .list-inline {
    margin-left:0 !important;
}




