﻿
/*-------------------------*/
/* DON'T TOUCH  */
/*-------------------------*/
body{
    /*
	width:100%;
	height:100%;
	position:absolute;
	background-color:#FFF;
	z-index:1000;
    */
}
.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; 
    -moz-transition: all 0.25s ease-in-out; 
    -o-transition: all 0.25s ease-in-out; 
}
*/
/*----------------------------*/
/* BODY SETTINGS */
/*----------------------------*/

body,html{
	padding:0;margin:0;
	background-color:#F4F4F4;
    font-family:"Microsoft JhengHei";
}

/*----------------------------*/
/* 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:100%;
	height:65px;
	background-color:#2E2D30;
    position: fixed;
    top:0px;
    z-index: 100;
}

#main-header{
	position:relative;
	width:1200px;
	left:50%;
	margin-left:-600px;
	height:auto;
}

.logo{
	position:absolute;
    margin-top:3px;
	left:15px;
}

.logo img{
    height: 100%;
    width: 100%;
    /* width: 20%; */
}

/*----------------------------*/
/* SUB WHITE NAV BAR */
/*----------------------------*/

#wrapper-navbar{
	float:left;
	width:100%;
	height:60px;
	background-color:#FFF;
	border-bottom:solid #EDEDED 1px;
	/*opacity:0;*/
    display: inline-table;
}
#wrapper-keyword{
	float:left;
	width:100%;
	height:70px;
    margin-top: 5px;
    /*
	background-color:#FFF;
	border-bottom:solid #EDEDED 1px;
    */
    display:none;
    /*暫時拿掉熱門關鍵字*/
}
/*
#wrapper-keyword div{
    float:left;
}
*/
.navbar{
	position:relative;
	width:1200px;
	left:50%;
	margin-left:-600px;
    margin-bottom:0px !important;
	height:100%;
	top:0;
}

.county_town{
    margin-top: 60px !important;
    overflow: -moz-scrollbars-vertical;
    overflow: scroll;
    overflow-x: scroll;
    overflow: auto;
    /*width: 1200px;*/
    margin: auto;
    overflow-x: auto;
    overflow-y: hidden;
    height: 60px;
    float:left;
    position: relative;
    width: 1200px;
    left: 50%;
    margin-left: -600px;
}

.county_town a{
	float:left;
	text-align:left;
    font-size: 15px;
	height:40px;
	line-height:40px;
    margin-top:10px;
	cursor:pointer;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	text-transform: uppercase;
    color:#666;
    margin-left:15px;
    font-weight:500;
}
.county_town a:hover{
    color:#ff6600;
    text-decoration:none;
}
.county_town a.active {
    border-bottom: 3px solid #ff6600;
}

#wrapper-keyword #wrapper-sorting a {
    color: #666;
    /*margin-left: 15px;*/
    margin: 10px 5px;
    font-weight: 500;
    
    background: lightblue;
    border-radius: 5px;
    line-height: 80%;
    margin: 10px 5px;
    padding: 5px 8px;
    float:left;
}
.nscrolldiv {
    overflow: -moz-scrollbars-vertical;
    overflow: scroll;
    overflow-x: scroll;
    overflow: auto;
    /*width: 1200px;*/
    margin: auto;
    overflow-x: auto;
    overflow-y: hidden;
    height: 80px;
    float:left;
    position: relative;
    width: 1200px;
    left: 50%;
    margin-left: -600px;
}


.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-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;
    margin-bottom: 60px;
}

.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;
}

/*----------------------------*/
/* MAIN DIV WITH IMAGE */
/*----------------------------*/

#ContentPlaceHolder1 {
    float:left;
    width:100%;
    height:auto;
	background-color:#F4F4F4;
	margin-top:25px;
	opacity:0;
}

.shop 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;
}

.shop figure.white dl{
    background: #FFF;
    overflow: hidden;
}


.shop figure a img {
    /*
    height: 90%;
    width: 90%;
    */
    width:236.25px;
    height:157.5px;
	margin-left:5%;
	margin-top:5%;
}

.shop 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;
}

.shop figure:hover dl {
    opacity: 1;
}

.shop 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;

}

.shop figure dl dd {
    margin-left: 0;
    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% - 25px);/*-53px*/
	text-align:left;
	line-height:44px;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 15px;
	font-weight:400;
	color:#666;
	margin-left:15px;
	height:44px;
    overflow:hidden;
}

.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-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:190px;
	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;
}

.thank-text{
	float:left;
	text-align:center;
    font-size: 70px;
	height:190px;
	line-height:190px;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	color:#B3B3B3;
	font-weight:400;
	width:100%;
}

.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:#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);

}

#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-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 #CCC;
	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_title{
	float:left;
	color:#eee;
	height:auto;
	margin-left:250px;
	display:block;
    font-size: 28px;
    font-weight: bolder;
    line-height: 65px;
}
#main_tip_search{
	float:right;
	width:200px;
	margin-top:13px;
	height:auto;
	margin-right:15px;
	display:block;
    z-index:50;

}
#search_submit{
    height: 35px;
    background: #777;
    border: 0px;
    width: 40px;
    margin-left: -4px;
    padding-top: 0px;
    line-height: 18px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

#tip_search_input{
    font: 16px/1.6 Helvetica, sans-serif;
	color: #686868;
	padding: 4px 4px 4px 4px;
	width: 170px;
	border:solid 1px #FFF;
	border-radius: 5px;
	-moz-appearance: none;
	-webkit-appearance: none;
    box-shadow: none; 
	outline: 0;
	margin: 0;
	/*background: url(/images/icon-search.svg) no-repeat 12px 7px;*/
	vertical-align:center;
	margin-left:-40px;
	background-color:#FFF;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}


/*----------------------------*/
/* COPYRIGHT PART */
/*----------------------------*/

#wrapper-copyright{
	float:left;
	width:100%;
	height:70px;
	background-color:#2E2D30;
    position: fixed;
    bottom: 0px;
}

.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;
	cursor:pointer;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	color:#D0D1D4;
	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);}

/*  手機  */
#menu {
    position: fixed;
    background-color: #222;
    height: 100%;
    z-index: 10;
    width: 280px;
    color: #bbb;
    top: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 1;
    z-index: 101;
}

#menu ul {
    list-style: none;
    margin-top: 0;
    padding: 0;
}

    #menu ul li {
        border-bottom: 1px solid #2a2a2a;
    }

#menu > ul > li > a {
    border-left: 4px solid #222;
}

#menu ul li a {
    color: inherit;
    font-size: 15px;
    display: block;
    padding: 2px 0 2px 7px;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-weight: 600;
}

#menu ul a i {
    margin-right: 10px;
    font-size: 18px;
    margin-top: 3px;
    width: 20px;
}

#menu ul a i[class*='fa-caret'] {
    float: right;
}

#menu ul a:hover,
#menu ul a.active {
    background-color: #111;
    border-left-color: #FFCC33;
    color: #FFCC33;
}

#menu ul a:hover i:first-child {
    color: #FFCC33;
}

#menu ul li a.active + ul {
    display: block;
}

#menu ul li ul {
    margin-top: 0;
    display: none;
}

#menu ul li ul li {
    border-bottom: none;
}

#menu ul li ul li a {
    padding-left: 30px;
}

#menu ul li ul li a:hover {
    background-color: #1A1A1A;
}

.left {
left: -280px;
}

.show {
left: 0;
}

#showmenu {
    margin-left: 100%;
    position: absolute;
    top: 0;
    padding: 5px 10px;
    font-size: 10px;
    color: white;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border:1px solid white;
    margin-top: 4px;
    background: #2E2D30;
    left: 3px;
}
#showmenu i{
    font-size: 27px;
}

#container {
padding: 50px;
}

#searchdiv .modal-header, h4, .close {
    background-color: #2E2D30;
    color:white !important;
    text-align: center;
    font-size: 30px;
    border-radius: 3px;
}
#searchdiv .btn{
    background-color:#2E2D30;
    border-color:#2E2D30;
}
#searchdiv .modal-footer {
    background-color: #2E2D30;
}

/*----------------------------*/
/* RWD !important */
/*----------------------------*/

@media only screen and (max-width: 768px) {
    #main-header,.navbar,.container,.thank,.oldnew,.copyright {
	    width:100%;
	    margin:0px;
        left:0px;
        position:initial;
    }   
    .copyright .wrapper-navbouton{
        display:none;
    }
    #wrapper-bouton-icon,#main_tip_search{
        display:none;
        /*
        position: absolute;
        right: 10px;
        width: initial;
        */
    }
    #mobile_search{
        position: absolute;
        right: 10px;
        top: 15px;
    }
    #mobile_search a{
        color:white;
        padding: 10px;
    }
    #stripes {
	    display:block;
    }
    #main-container-menu {
	    display:block;
    }
    .shop figure {
	    width:calc(100% / 2 - 30px);
    }
    .logo {
        margin-left:40px;
    }
    .logo img{
        width: 50%;
        margin-top: 10px;
        margin-left: 10px;
        border: 1px solid white;
        border-radius: 20px;
        padding: 3px;
    }
    #wrapper-keyword{
        /*width:initial !important;*/
        /*
        height:38px;
        float:initial;
        */
        margin-top: 65px;
        height: 35px;
    }
    .navbar{
        width:initial !important;
        height:35px;
    }
    .nscrolldiv{
        height:35px;
    }
    #main_title{
        margin-left: 118px;
        font-weight:normal;
    }
    #wrapper-container{
        margin-bottom:30px;
        background-color:#F4F4F4;
        min-height:250px;
        margin-top: 60px;
    }
    #wrapper-copyright {
        height: 40px;
    }
    .copy-text{
        line-height: 35px;
    }
    
    #wrapper-sorting {
        margin:auto;
        left:0;
        overflow:initial;
        overflow-x:initial;
        overflow-y:initial;
        height:initial;
        width:initial;
        position:initial;
        background: white;
    }
    
    #wrapper-keyword #wrapper-sorting a{
        /*
        background: initial;
        border-radius: 0px;
        margin: 5px 5px;
        line-height: 150%;
        */
        margin: 8px 5px;
    }
    .shop figure a img {
        /*
        height: 90%;
        width: 90%;
        */
        width:initial;
        height:initial;
        margin:0px;
    }

}



