/*-------------------------*/
/* DON'T TOUCH  */
/*-------------------------*/

.disable-hover {
    pointer-events: none;
}

img {
    vertical-align: bottom;
}

a {
    text-decoration: none;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}





/*-------------------------*/
/* MAIN CLASS TRANSITION FOR EFFECT HOVER*/
/*-------------------------*/

.object {
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out; /** Chrome & Safari **/
    -moz-transition: all 0.25s ease-in-out; /** Firefox **/
    -o-transition: all 0.25s ease-in-out; /** Opera **/
}

/*----------------------------*/
/* BODY SETTINGS */
/*----------------------------*/

body, html {
    padding: 0;
    margin: 0;
    background-color: #F4F4F4;
}

.cache {
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #FFF;
    z-index: 1000;
}

/*----------------------------*/
/* CUSTOM SCROLLBAR  */
/*----------------------------*/

::-webkit-scrollbar {
    width: 9px;
}

::-webkit-scrollbar-track {
    background: #eee;
    border: thin solid lightgray;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1) inset;
}

::-webkit-scrollbar-thumb {
    background: #999;
    border: thin solid gray;
}

/*----------------------------*/
/* HEADER BLACK TOP WITH LOGO */
/*----------------------------*/

#wrapper-header {
    float: left;
    width: 105%;
    height: 65px;
    background-color: #2E2D30;
    opacity: 0;
}

#main-header {
    position: relative;
    width: 1200px;
    left: 50%;
    margin-left: -600px;
    height: auto;
}

.logo img a {
    position: absolute;
    margin-top: 13.5px;
    left: 15px;
}

.website-title a {
    position: relative;
    line-height: 65px;
    font-size: 16px;
    color: white;
}
.website-title a:hover {
    color:white;
    opacity:0.8
}
#stripes {
    background: url(img/stripes.svg) no-repeat;
    position: absolute;
    width: 27px;
    height: 20px;
    right: 15px;
    top: 22.5px;
    cursor: pointer;
    display: none;
}


/*----------------------------*/
/* SUB WHITE NAV BAR */
/*----------------------------*/

#wrapper-navbar {
    float: left;
    width: 100%;
    height: 0px;
    background-color: #FFF;
    border-bottom: solid #EDEDED 1px;
    opacity: 0;
}

.navbar {
    position: relative;
    width: 1200px;
    left: 50%;
    margin-left: -600px;
    height: 100%;
    top: 0;
}

.tag {
    float: left;
    text-align: left;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    height: 40px;
    line-height: 40px;
    margin-top: 10px;
    cursor: pointer;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

.tag a {
    color: #666;
    margin-left: 15px;
    font-weight: 500;
    opacity: 0.7;
}

.tag a:hover {
    color: #666;
    opacity: 1;
}

#fleche-nav {
    float: left;
    margin-top: 26px;
    background: url('img/fleche-nav.svg') no-repeat;
    width: 5px;
    height: 10px;
    margin-left: 5px;
}

#main-container-header {
    float: left;
    width: 100%;
    height: auto;
    background-color: #F9F9F9;
    border-bottom: solid #F1F1F1 1px;
    -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.1);

}

/*----------------------------*/
/* MAIN DIV */
/*----------------------------*/

#wrapper-container {
    float: left;
    width: 100%;
    height: auto;
}

.container, .container-header, .container-footer {
    position: relative;
    width: 1200px;
    margin-left: -600px;
    left: 50%;
}

/*----------------------------*/
/* RESPONSIVE MENU */
/*----------------------------*/

#main-container-menu {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(34, 34, 34, 0.95);
    left: -100%;
    z-index: 10000;
!important
}

.container-menu {
    position: relative;
    height: 100%;
    width: 100%;
}

/*----------------------------*/
/* CROSS/CLOSE FOR THE RESPONSIVE MENU */
/*----------------------------*/

#main-cross {
    float: left;
    min-height: 53px;
    width: 100%;
    margin-bottom: 50px;
}

#cross-menu {
    position: absolute;
    width: 18px;
    height: 18px;
    right: 25px;
    margin-top: 25px;
    background: url(img/cross-menu.svg) no-repeat;
    cursor: pointer;
}

/*----------------------------*/
/* MAIN DIV WITH IMAGE */
/*----------------------------*/

#main-container-image {
    float: left;
    width: 100%;
    height: auto;
    background-color: #F4F4F4;
    margin-top: 25px;
    opacity: 0;
}

.work figure {
    float: left;
    width: calc(100% / 4 - 30px);
    height: auto;
    line-height: auto;
    position: relative;
    padding: 0 !important;
    margin: 15px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2);
    background-color: #FFF;
}

.work detail {
    width: 100%;
    height: auto;
    line-height: auto;
    position: relative;
    padding: 0 !important;
    margin: 15px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2);
    background-color: #FFF;
}

.work figure.white dl {
    background: #FFF;
}

.work figure img {
    height: 90%;
    width: 90%;
    margin-left: 5%;
    margin-top: 5%;
}

.work figure dl {
    opacity: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    padding: 10px;
    margin: 0;
    line-height: 2.5;
    color: white;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

.work figure:hover dl {
    opacity: 1;
}

.work figure dl dt a {
    font-family: Helvetica, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 13px;
    margin-bottom: 0;
    font-weight: 600;
    width: 80%;
    margin-left: 10%;
    color: #666;
    text-align: left;
    height: 13px;
    line-height: 100%;
    margin-top: 40px;

}

#wrapper-part-info {
    position: relative;
    width: 100%;
    height: 44px;
    background-color: #FFFFFF;
}

#part-info {
    float: left;
    width: calc(100% - 53px);
    text-align: left;
    line-height: 12px;
    font-family: Helvetica, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    font-weight: 400;
    color: #666;
    margin-left: 10px;
    height: 44px;
}

#part-info a {
    color: #666;
    opacity: 0.5;
}

#part-info a:hover {
    color: #666;
    opacity: 1;
}

.part-info-image {
    float: left;
    margin-left: 15px;
    margin-top: 8px;
}

.part-info-image img {
    width: 100%;
    height: 100%;
}

/*----------------------------*/
/* RESPONSIVE MENU LIST  */
/*----------------------------*/

#main-premium-ressource, #main-themes, #main-psd, #main-ai, #main-font, #main-photo {
    float: left;
    width: 100%;
    min-height: 36px;
}

.premium-ressource, .themes, .psd, .ai, .font, .photo {
    position: relative;
    text-align: center;
    font-family: Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 400;
    height: 36px;
    line-height: 36px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.premium-ressource a, .themes a, .psd a, .ai a, .font a, .photo a {
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.premium-ressource a, .themes a, .psd a, .photo a, .font a, .ai a {
    color: #999;
}

.premium-ressource a:hover {
    color: #CCC;
}

.themes a:hover {
    color: #66CC7A;
}

.psd a:hover {
    color: #2B9ED8;
}

.photo a:hover {
    color: #56514C;
}

.font a:hover {
    color: #B88DFF;
}

.ai a:hover {
    color: #FF9000;
}

/*----------------------------*/
/* UNDERNEATH THE MAIN IMAGE PART    */
/*----------------------------*/




/*----------------------------*/
/* FOOTER */
/*----------------------------*/

#main-container-footer {
    float: left;
    width: 100%;
    height: auto;
    background-color: #F9F9F9;
    border-top: solid #F1F1F1 1px;
    -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.1);

}

#main-container-footer p{
    text-align: left;
    font-family: Helvetica, sans-serif;
    font-size: 15px;
    line-height: 15px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #666;
    margin-left: 15px;
    font-weight: 500;
}

/*----------------------------*/
/* COPYRIGHT PART */
/*----------------------------*/

#wrapper-copyright {
    float: left;
    width: 100%;
    height: 70px;
    background-color: #2E2D30;
}

.copyright {
    position: relative;
    width: 1200px;
    left: 50%;
    margin-left: -600px;
    height: 100%;
    top: 0;
}

.copy-text {
    float: left;
    text-align: left;
    font-family: Helvetica, sans-serif;
    font-size: 15px;
    height: 70px;
    line-height: 70px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #666;
    margin-left: 15px;
    font-weight: 500;
}

.wrapper-navbouton {
    position: absolute;
    height: 100%;
    right: 0;
}

/*.google, .facebook, .dribbble, .linkin {*/
    /*-webkit-font-smoothing: antialiased;*/
    /*-moz-osx-font-smoothing: grayscale;*/
    /*text-align: right;*/
    /*font-family: 'socialicoregular';*/
    /*font-size: 44px;*/
    /*height: 70px;*/
    /*line-height: 70px;*/
    /*float: right;*/
    /*opacity: 0.5;*/
    /*cursor: pointer;*/
    /*float: right;*/
    /*color: #666;*/
    /*opacity: 1;*/
/*}*/

/*.dribbble, .facebook, .linkin, .google {*/
    /*padding-right: 20px;*/
/*}*/

/*.dribbble, .facebook, .linkin {*/
    /*padding-right: 12px;*/
/*}*/

/*.linkin:hover, .google:hover, .facebook:hover, .dribbble:hover {*/
    /*color: #CCC;*/
    /*transform: scale(1.2);*/
/*}*/

/*----------------------------*/
/* RWD !important */
/*----------------------------*/

/* Others wide screen -2 */

@media only screen and (max-width: 2000px) {
    #main-container-menu {
        display: none;
    }
}

/* Others wide screen */

@media only screen and (max-width: 1200px) {
    #main-header, .navbar, .container, .container-footer, .thank, .oldnew, .copyright {
        width: 940px;
        margin-left: -465px;
    }

    #main-container-menu {
        display: none;
    }

    .work figure {
        width: calc(100% / 3 - 30px);
    }
}

/* Small viewports � Old monitors, netbooks, tablets (landscape), etc. */

@media only screen and (max-width: 965px) {
    #main-header, .navbar, .container, .container-footer, .thank, .oldnew, .copyright {
        width: 835px;
        margin-left: -417.5px;
    }

    #main-container-menu {
        display: none;
    }

    #row-1f, #row-2f, #row-3f, #row-4f {
        width: 100%;
    }

    .text-row-1f, .text-row-2f, .text-row-3f, .text-row-4f {
        text-align: center;
        width: 70%;
        margin-left: 15%;
    }

    .text-row-1f {
        margin-top: 75px;
        margin-bottom: 35px;
    }

    .text-row-4f {
        margin-top: 0;
        margin-bottom: 0;
    }

    .text-row-2f, .text-row-3f {
        margin-bottom: 35px;
        margin-top: 0;
    }

    #tip_newsletter_input {
        position: relative;
        left: 50%;
        margin-left: -112.5px;
        margin-bottom: 75px;
    }
}

/* Smaller viewports � more tablets, old monitors */

@media only screen and (max-width: 860px) {
    #main-header, .navbar, .container, .container-footer, .thank, .oldnew, .copyright {
        width: 715px;
        margin-left: -357.5px;
    }

    #main-container-menu {
        display: none;
    }
}

/* Even smaller viewports � more tablets, etc. */

@media only screen and (max-width: 740px) {
    #main-header, .navbar, .container, .container-footer, .thank, .oldnew, .copyright {
        width: 585px;
        margin-left: -292.5px;
    }

    #wrapper-bouton-icon, #main_tip_search {
        display: none;
    }

    #stripes {
        display: block;
    }

    #main-container-menu {
        display: block;
    }

    .work figure {
        width: calc(100% / 2 - 30px);
    }
}

/* Mobile phones (Landscape) and Tablets (Portrait) */

@media only screen and (max-width: 610px) {
    #main-header, .navbar, .container, .container-footer, .thank, .oldnew, .copyright {
        width: 455px;
        margin-left: -227.5px;
    }

    #wrapper-sorting {
        position: relative;
        width: 300px;
        left: 50%;
        margin-left: -165px;
    }

    .top-rated, .recent, .oldies {
        text-align: center;
        font-family: 'Roboto', sans-serif;
        font-size: 13px;
        height: 40px;
        line-height: 40px;
        margin-left: 25px;
    }
}

/* Mobile phones (Landscape) and Tablets (Portrait) */

@media only screen and (max-width: 480px) {
    #main-header, .navbar, .container, .container-footer, .thank, .oldnew, .copyright {
        width: 295px;
        margin-left: -147.5px;
    }

    .work figure {
        width: calc(100% - 30px);
    }

    .wrapper-navbouton {
        display: none;
    }

    .copy-text {
        text-align: center;
        width: 100%;
    }

    .thank-text {
        font-size: 50px;
    }
}

/* Mobile phones (iphone4/5)*/

@media only screen and (max-width: 320px) {

}

