@font-face {
    font-family: 'socialicoregular';
    src: url('../font/socialico-webfont.eot');
    src: url('../font/socialico-webfont.eot?#iefix') format('embedded-opentype'),
        url('../font/socialico-webfont.woff2') format('woff2'),
        url('../font/socialico-webfont.woff') format('woff'),
        url('../font/socialico-webfont.ttf') format('truetype'),
        url('../font/socialico-webfont.svg#socialicoregular') format('svg');
}

@font-face {
    font-family: 'socialico_plusregular';
    src: url('../font/socialico_plus-webfont.eot');
    src: url('../font/socialico_plus-webfont.eot?#iefix') format('embedded-opentype'),
        url('../font/socialico_plus-webfont.woff2') format('woff2'),
        url('../font/socialico_plus-webfont.woff') format('woff'),
        url('../font/socialico_plus-webfont.ttf') format('truetype'),
        url('../font/socialico_plus-webfont.svg#socialico_plusregular') format('svg');
}

/*-------------------------*/
/* 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 */
/*----------------------------*/



.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{
    height: 78px;
/*    float:left;*/
    width:100%;
    background-color:#ffffff;
    font-family: Arial, Helvetica, sans-serif;

    /*background-color:#5bdd7726;*/
    /*background-color:#2E2D30;*/
    /*opacity:0;*/
}

#main-header{
    position:relative;
    width:1200px;
    left:50%;
    margin-left:-600px;
    height:auto;
}

.logo{
    position:absolute;
    margin-top:13.5px;
    left:15px;
}

#stripes{
    background: url(../img/stripes.svg) no-repeat;
    position:absolute;
    width:27px;
    height:20px;
    right:15px;
    top:22.5px;
    cursor:pointer;
    display:none;
}

/*.logo img{height:100%;width:60%;}*/
.logo img{
    height: 100%;
    width: 40%;
    margin-top: 10px;
    align-items: center;
}

.logoMobile img{
    height: 40%;
    width: 60%;
    margin-left: 20%;
    margin-top: 8%;
}

/*----------------------------*/
/* SUB WHITE NAV BAR */
/*----------------------------*/

#wrapper-navbar{
   
}

.navbar{
    position:relative;
    width:1200px;
    left:50%;
    margin-left:-600px;
    height:100%;
    top:6px;
    font-family: Proxima Nova,-apple-system,Helvetica Neue,Helvetica,Roboto,Arial,sans-serif;
    font-weight: 300;

}

.top-rated,.recent,.oldies{
    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;
}

.top-rated{color:#666;margin-left:15px;font-weight:500;}
.recent,.oldies{color: #CCC;margin-left:80px;font-weight:500;margin-left:40px;}

.top-rated:hover,.recent:hover,.oldies:hover{color:#666;opacity:1;}

#fleche-nav-1,#fleche-nav-2,#fleche-nav-3{
    float:left;
    margin-top:26px;
    background: url(../img/fleche-nav.svg) no-repeat ;
    width:5px;
    height:10px;
    margin-left:5px;
}

#fleche-nav-2,#fleche-nav-3{opacity:0.5;}

#wrapper-bouton-icon{display:block;}
#bouton-ai,#bouton-psd,#bouton-photo,#bouton-font,#bouton-theme,#bouton-premium{
    float:right;
    width:28px;
    height:28px;
    margin-top:16px;
    margin-right:15px;
    cursor:pointer;
    opacity:1;
    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;
    -ms-transition: all 0.2s ease-in-out;
}

#bouton-ai:hover,#bouton-psd:hover,#bouton-photo:hover,#bouton-font:hover,#bouton-theme:hover,#bouton-premium:hover{opacity:0.5;transform: scale(1.2);}

#bouton-ai img,#bouton-psd img,#bouton-photo img,#bouton-font img,#bouton-theme img,#bouton-premium img{width:100%;height:100%;}

/*----------------------------*/
/* MAIN DIV */
/*----------------------------*/

#wrapper-container{
    float:left;
    width:100%;
    height:auto;
	/*padding-top: 70px;*/
    padding-top: 20px;
}

.container,.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;
}

/*----------------------------*/
/* SMALL LOGO RESPONSIVE MENU */
/*----------------------------*/

#main-small-logo{
    float:left;
    min-height:53px;
    width:100%;
    margin-bottom:25px;
}

.small-logo{
    position:absolute;
    width:131px;
    height:53px;
    left:50%;
    margin-left:-65.5px;
    background: url(img/small-logo.svg) no-repeat;
}

/*----------------------------*/
/* MAIN DIV WITH IMAGE */
/*----------------------------*/

#main-container-image {
    float:left;
    width:100%;
    height:auto;
    background-color:#eef2f7;
    margin-top:25px;
    opacity:0;
    border-radius: 28px;
}

.work figure {
    float:left;
    width:calc(100% / 5 - 10px);
    height:300px;
    line-height:auto;
    position: relative;
    padding: 20 !important;
    margin: 5px;
    margin-bottom: 70px;
    /*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 a img {
    height: 90%;
    width: 90%;
    margin-left:5%;
	margin-right: 5%;
    margin-top:5%;
    border-radius:25px;
	border: 2px solid #ffffff;
	/*border: 2px solid;
    border-color: white;*/
}

.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 {
    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:20px;
    line-height:100%;
    margin-top:40px;

}

.work figure dl dd {
    margin-left: 0;
    font-family: Helvetica, sans-serif;
    font-size: 12px;
    font-weight:400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height:150%;
    color:#999;
    width:80%;
    margin-left:10%;
    text-align:left;

}

#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:44px;
    font-family: Helvetica, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 15px;
    font-weight:400;
    color:#666;
    margin-left:10px;
    height:44px;
}

.part-info-image{
    float:inherit;
    margin-left:0px;
    margin-top:-40px;
}

.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    */
/*----------------------------*/

#wrapper-thank{
    float:left;
    width:100%;
    height:90px;
    /*background-color:#F2F2F2;*/
    margin-top:40px;
}

#wrapper-oldnew{
    float:left;
    width:100%;
    height:80px;
    background-color:#F4F4F4;
    margin-top:50px;
}

.thank,.oldnew{
    position:relative;
    width:1200px;
    left:50%;
    margin-left:-600px;
    height:100%;
    /*top:0;*/
    top: 15px;
}

.thank-text{
    float:left;
    text-align:center;
    font-family: Proxima Nova,-apple-system,Helvetica Neue,Helvetica,Roboto,Arial,sans-serif;
    font-size: 28px;
    height:190px;
    line-height:90px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color:black;
    font-weight:300;
    width:100%;
}

.thank-text2{
    float:left;
    text-align:center;
    font-family: Proxima Nova,-apple-system,Helvetica Neue,Helvetica,Roboto,Arial,sans-serif;
    font-size: 28px;
    /* height:190px; */
    /*line-height:90px;*/
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color:black;
    font-weight:300;
    width:100%;
    margin-top: 2px;
}


.wrapper-oldnew-prev,.wrapper-oldnew-next{
    float:left;
    width:50%;
}

#oldnew-prev,#oldnew-next{
    width:43px;
    height:43px;
    opacity:0.5;
    cursor:pointer;
}

#oldnew-next{background: url(../img/next.svg) no-repeat;margin-left:25px;float:left;}
#oldnew-prev{background: url(../img/prev.svg) no-repeat;margin-right:25px;float:right;}

/*----------------------------*/
/* FOOTER */
/*----------------------------*/

#main-container-footer{
    float:left;
    width:100%;
    height:auto;
    background-color:#FFFFFF;
    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);

}

#row-1f,#row-2f,#row-3f,#row-4f{
    float:left;
    width:calc(100% / 4);
    height:auto;
}

.text-row-1f,.text-row-2f,.text-row-3f,.text-row-4f{
    float:left;
    text-align:left;
    height:140%;
    line-height:140%;
    margin-left:20px;
    width:80%;
    text-align:left;
    font-family: Helvetica, sans-serif;
    font-size: 14px;
    font-weight:400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color:#A1A1A1;
    margin-top:80px;
}
.text-row-1f,.text-row-2f,.text-row-3f{
    margin-bottom:100px;
}

/*----------------------------*/
/* NEWSLETTER BOX */
/*----------------------------*/

#main_tip_newsletter{
    float:left;
    width:100%;
    height:auto;
    margin-top:20px;
}

#tip_newsletter_input
{
    font: 15px/1.6 Helvetica, sans-serif;
    color: #CCC;
    padding: 5px 5px 5px 46px;
    width: 170px;
    border:solid 2px #339afe;
    border-radius: 5px;
    -moz-appearance: none;
    -webkit-appearance: none;
    box-shadow: none; 
    outline: 0;
    background: url(../img/icon-newsletter.svg) no-repeat 10px 9px;
    margin-left:20px;
    vertical-align:center;
    font-weight:400;
}

/*----------------------------*/
/* SEARCH BOX */
/*----------------------------*/

#main_tip_search{
    float:right;
    width:170px;
    margin-top:13px;
    height:auto;
    margin-right:25px;
    display:block;
}

#tip_search_input{
    font: 16px/1.6 Helvetica, sans-serif;
    color: #686868;
    padding: 4px 50px 4px 46px;
    width: 170px;
    border:solid 1px #a79898;
    border-radius: 5px;
    -moz-appearance: none;
    -webkit-appearance: none;
    box-shadow: none; 
    outline: 0;
    margin: 0;
    background: url(../img/icon-search.svg) no-repeat 12px 7px;
    vertical-align:center;
    margin-left:0px;
    background-color:#FFF;
    font-family: Proxima Nova,-apple-system,Helvetica Neue,Helvetica,Roboto,Arial,sans-serif;font-weight: 300;
}

#loupe{
    position:absolute;
    background: url(img/loupe.svg) no-repeat;
    width:28px;
    height:30px;
    right:20px;
    top:94px;
    cursor:pointer;
    opacity:1;
}

/*----------------------------*/
/* 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;
}

.footer {
    position: fixed; 
    bottom: 0;
    left: 0;
    right: 0;
    height: 50px;
}

.copy-text{
    float:left;
    text-align:left;
    font-family: Helvetica, sans-serif;
    font-size: 15px;
    height:70px;
    line-height:70px;
    cursor:pointer;
    -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) {
	.custom-file-upload-plus {
        background-color: #0b7cee0d;
        border: 1px solid #ccc;
        display: inline-block;
        padding: 6px 12px;
        cursor: pointer;
        font-size: 16px;
        border-radius: 5px;
        min-width: 10%;
        max-width: 90%
    }
    #main-container-menu {
        display:none;
    }
	#wrapper-navbar{
	 float:left; 
    width:100%;
    height:60px;
    background-color:#FFF;
   /* barra navegacion border-bottom:solid #EDEDED 1px;*/
/*    opacity:0; */
	}
}

/* Others wide screen */

@media only screen and (max-width: 1200px) {
	.custom-file-upload-plus {
        background-color: #0b7cee0d;
        border: 1px solid #ccc;
        display: inline-block;
        padding: 6px 12px;
        cursor: pointer;
        font-size: 16px;
        border-radius: 5px;
        min-width: 10%;
        max-width: 90%
    }
    #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);
    }
	#wrapper-navbar{
	 float:left;
    width:100%;
    height:0px;
    background-color:#FFF;
    /* barra navegacion border-bottom:solid #EDEDED 1px;*/
    opacity:0;
	}
}

/* Small viewports � Old monitors, netbooks, tablets (landscape), etc. */

@media only screen and (max-width: 965px) {
	.custom-file-upload-plus {
        background-color: #0b7cee0d;
        border: 1px solid #ccc;
        display: inline-block;
        padding: 6px 12px;
        cursor: pointer;
        font-size: 16px;
        border-radius: 5px;
        min-width: 10%;
        max-width: 90%
    }
    #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;
    }
	#wrapper-navbar{
	    float: left;
		width: 100%;
		height: 0px;
		background-color: #FFF;
		opacity: 0;
        padding-bottom: 18%;	
    } 
}


input[type="file"] {
    display: none;
}
input[type="button"] {
    display: none;
}

.custom-file-upload {
    background-color: #0b7cee0d;
    border: 1px solid #ccc;
    display: inline-block;
    padding: 6px 8px;
    cursor: pointer;
    font-size: 16px;
    border-radius: 5px;
    font-weight: 300;
    font-family: Proxima Nova,-apple-system,Helvetica Neue,Helvetica,Roboto,Arial,sans-serif;
}

.custom-file-1 {
    background-color: #0b7cee0d;
    color: black;
    border: 1px solid #ccc;
    /*display: inline-block;*/
    padding: 6px 12px;
    cursor: pointer;
    font-size: 16px;
    border-radius: 5px;
    font-weight: 300;
    font-family: Proxima Nova,-apple-system,Helvetica Neue,Helvetica,Roboto,Arial,sans-serif;
}

.custom-file-2 {
    background-color: #0b7cee0d;
    color: black;
    border: 1px solid #ccc;
    /*display: inline-block;*/
    padding: 2px 2px;
    text-align: center;
    cursor: pointer;
    font-size: 14px;
    border-radius: 5px;
    font-weight: 300;
    font-family: Proxima Nova,-apple-system,Helvetica Neue,Helvetica,Roboto,Arial,sans-serif;
}


.custom-Recla {
    background-color: #0b7cee0d;
    border: 1px solid #ccc;
    display: inline-block;
    padding: 3px 6px;
    cursor: pointer;
    font-size: 12px;
    border-radius: 5px;
}

.custom-file-filter{
	color: white;
    display: inline-block;
    padding: 6px 6px;
    cursor: pointer;
    font-size: 14px;
    border-radius: 8px;
    background: #339afe;
    margin: 1px;
}

.custom-input-1 {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
    font-size: 16px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.custom-file-mobile {
    background-color: #0b7cee0d;
    color: black;
    border: 1px solid #ccc;
    margin-left: 23%;
    padding: 6px 8px;
    cursor: pointer;
    font-size: 14px;
    border-radius: 5px;
    font-weight: 300;
    font-family: Proxima Nova,-apple-system,Helvetica Neue,Helvetica,Roboto,Arial,sans-serif;
}


.custom-input {
    background-color: #339afe;
    border: 0px solid #ccc;
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
    font-size: 20px;
    border-radius: 6px;
}


/* Smaller viewports � more tablets, old monitors */

@media only screen and (max-width: 860px) {
.custom-file-upload-plus {
        background-color: #0b7cee0d;
        border: 1px solid #ccc;
        display: inline-block;
        padding: 6px 12px;
        cursor: pointer;
        font-size: 16px;
        border-radius: 5px;
        min-width: 10%;
        max-width: 90%
    }
    #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) {
	.custom-file-upload-plus {
        background-color: #0b7cee0d;
        border: 1px solid #ccc;
        display: inline-block;
        padding: 6px 12px;
        cursor: pointer;
        font-size: 16px;
        border-radius: 5px;
        min-width: 10%;
        max-width: 90%
    }
    #main-header,.navbar,.container,.container-footer,.thank,.oldnew,.copyright {
        width:585px;
        margin-left:-292.5px;
    }   
    #wrapper-bouton-icon,#main_tip_search{
    margin-top: -10%;
	text-align: center;
    }
    #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) {
	.custom-file-upload-plus {
        background-color: #0b7cee0d;
        border: 1px solid #ccc;
        display: inline-block;
        padding: 6px 12px;
        cursor: pointer;
        font-size: 16px;
        border-radius: 5px;
        min-width: 33%;
        max-width: 90%
    }
    #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) {

    .custom-file-upload {
        background-color: #0b7cee0d;
        border: 1px solid #ccc;
        display: inline-block;
        padding: 6px 12px;
        cursor: pointer;
        font-size: 16px;
        border-radius: 5px;
        min-width: 75%;
        max-width: 90%
    }
	.custom-file-upload-plus {
        background-color: #0b7cee0d;
        border: 1px solid #ccc;
        display: inline-block;
        padding: 6px 12px;
        cursor: pointer;
        font-size: 16px;
        border-radius: 5px;
        min-width: 33%;
        max-width: 90%
    }
    .custom-input-1 {
        border: 1px solid #ccc;
        display: inline-block;
        padding: 6px 12px;
        cursor: pointer;
        font-size: 16px;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
    }
    .custom-input {
        background-color: #339afe;
        border: 0px solid #ccc;
        display: inline-block;
        padding: 6px 12px;
        cursor: pointer;
        font-size: 20px;
        border-radius: 6px;
    }
    #main-header,.navbar,.container,.container-footer,.thank,.oldnew,.copyright {
        width:280px;
        margin-left:-147.5px;
        /*text-align: -webkit-center;*/
        
    }
    .work figure {
        width:calc(100% - 10px);
    }
    .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) {
    .custom-file-upload {
        background-color: #0b7cee0d;
        border: 1px solid #ccc;
        display: inline-block;
        padding: 6px 12px;
        cursor: pointer;
        font-size: 16px;
        border-radius: 5px;
        min-width: 93%;
    }
	.custom-file-upload-plus {
        background-color: #0b7cee0d;
        border: 1px solid #ccc;
        display: inline-block;
        padding: 6px 12px;
        cursor: pointer;
        font-size: 16px;
        border-radius: 5px;
        min-width: 33%;
        max-width: 90%
    }
	
    .custom-input-1 {
        border: 1px solid #ccc;
        display: inline-block;
        padding: 6px 12px;
        cursor: pointer;
        font-size: 16px;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
    }
    .custom-input {
        background-color: #8ab9f4;
        border: 0px solid #ccc;
        display: inline-block;
        padding: 6px 12px;
        cursor: pointer;
        font-size: 20px;
        border-radius: 6px;
    }
}

.styled-select {
   height: 29px;
   overflow: hidden;
}

.styled-select select {
   background: transparent;
   border: none;
   font-size: 14px;
   height: 29px;
   padding: 5px; /* If you add too much padding here, the options won't show in IE */
}

.styled-select.slate {
   height: 34px;
}

.styled-select.slate select {
   border: 1px solid #ccc;
   font-size: 16px;
   height: 34px;

}
h6 {
    display: block;
    font-size: 0.80em;
    color:#666;
    -webkit-margin-before: 1.67em;
    -webkit-margin-after: 1.67em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: bold;
}
h5 {
    display: block;
    font-size: 0.70em;
    color:#666;
    -webkit-margin-before: 1.67em;
    -webkit-margin-after: 1.67em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: bold;
}
h4 {
    display: block;
    color: #999;
    font-size: 0.60em;
    -webkit-margin-before: 1.33em;
    -webkit-margin-after: 1.33em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: bold;
}
h3 {
    display: block;
    color: #999;
    font-size: 0.50em;
    -webkit-margin-before: 1.33em;
    -webkit-margin-after: 1.33em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: bold;
}
h2 {
    display: block;
    color: #999;
    font-size: 0.40em;
    -webkit-margin-before: 1.33em;
    -webkit-margin-after: 1.33em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: bold;
}

.filter_1{
    background-color:#e1e4e6c7;
}

A:link { color: black;  text-decoration: none }
A:hover { color: black; text-decoration: none }
A:visited { color: black; text-decoration: none }
