/*
Theme Name: Lucas - Onepage Personal Resume/Portfolio Template
Description: Lucas - Onepage Personal Resume/Portfolio Template 
Version: 2.0
Author: Metrothemes
Author URI: http://themeforest.net/user/metrothemes/profile?ref=metrothemes
*/

/* Body and structure
-------------------------------------------------- */
html {
    font-family: Microsoft JhengHei,serif,noto-sans,sans-serif!important;
}
body{
  border: 15px solid #bf975d;  
   margin: 0px;
  line-height: 1.6em;
  font-family: Microsoft JhengHei,serif,noto-sans,sans-serif!important;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  color: #222222;
  letter-spacing: 0.06em;
  background: #222222;
  transition: all 500ms;
  will-change: background;
}

section {
  display: block;
  width: 100%;
  
}
h1, h2, h3, h4, h5, h6{
  font-weight: bold;
 -webkit-font-smoothing: initial;
  -moz-font-smoothing: initial;
  font-smoothing: initial;
}
.color{
  color:#3BC2C8;
}
.container {
  
}
.fa fa-navicon{
	color:#FFF;
	}
a{
  font-weight: bold;
 -webkit-font-smoothing: initial;
  -moz-font-smoothing: initial;
  font-smoothing: initial;
 text-decoration: none;
  cursor: pointer;
  color: inherit;
}
a:hover, button:hover {
  webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
-webkit-filter: brightness(1.3);
-moz-filter: brightness(1.3);
-o-filter:  brightness(1.3);
-ms-filter:  brightness(1.3);
}
ol, ul, li {
  list-style: none;
  -webkit-padding-start: 0px;
}

form, button, input{
  outline: 0;
  resize:none;
}

.fixed{
  position: fixed;
}
iframe {
    border: 0 none;
    width: 100%;
}
* {
    transition-duration: 0.2s;
    transition-property: color, background-color;
    transition-timing-function: ease;
	/*background-color: #222222;*/
}
.logoback{
	background-image:url(../img/avater/logo-gold.svg);
	background-repeat:no-repeat;
	background-position:center;
	    margin-top: -16px;
	}
.mobillogo{
	display:none;
	}
/* Sidebar
-------------------------------------------------- */
.sidebar{
 /* background: #FFFFFF;*/
  border-radius: 5px 5px 5px 5px;
  /*box-shadow: 4px 4px rgba(0, 0, 0, 0.05);*/
  height: auto;
  margin-top: -3.9em;
  text-align: center;
  color: #C29B61;
  position: fixed;
}
.mobile-menu{
  display: none;
}
.navbar-default {
    background: none repeat scroll 0 0 ;
    /*border-color: #ffffff;*/
    border-radius: 0;
   /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);*/
    clear: both;
}
.navbar-header{
    float: none;
}
.header-logo {
    position: relative;
    display: inline-block;
}
.header-logo .logo{
    text-align: center;
}
.header-logo .logo h2{
    font-weight: normal;
    line-height: 30px;
    margin-top: 30px;
    font-family: Microsoft JhengHei,serif,noto-sans,sans-serif!important;
    font-size: 34px;
}

.header-logo .logo h2 span {
    display: block;
    font-family: arial;
    font-size: 16px;
    font-weight: normal;
    text-transform: uppercase;
}
#bs-example-navbar-collapse-1 {
    padding: 0px;
}

.navbar-fixed-top, .navbar-fixed-bottom{
    position: absolute; 
}
.navbar-default {
   /* background-color: transparent;*/
    border: none;
    border-radius: 0;
    margin-bottom: 0;
    height: 80px;
}

.navbar-default .navbar-collapse {
    border: none;
    box-shadow: none;
    max-height: 430px; /* change as needed */
}
.navbar-nav > li > a{
    padding-bottom: 28px;
}
.navbar-nav {
    float: right;
	
   /* margin-top: 10px;*/
    width: 100%;
}
.navbar-nav>li{
	background-color: #222222;
    position: relative;
    float: none;
}
.navbar-nav > li > a {
    font-size: 14px;
    font-weight: bold;
    position: relative;
    text-transform: uppercase;
    outline: none;
    
}
.navbar-nav>li>a:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 15px;
    right: 15px;
    height: 0px;
    background:transparent;
}

.navbar-nav>li.menu-item-has-children>a:after{
    height: 0!important;
}

.navbar-nav>li .sub-menu,
.navbar-nav>li .sub-menu>li>a,
.navbar-nav>li .sub-menu>li .sub-menu,
.navbar-nav>li>a:after {
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}
.navbar-nav>li.menu-item-has-children{
    padding-right: 0px;
}
.navbar-nav>li.menu-item-has-children:before,
.sub-menu>li.menu-item-has-children:before {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    right: 15px;
    font-family: FontAwesome;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.navbar-nav>li.menu-item-has-children:before {
    content: "\f0d7";
    color: #FFFFFF;
}
.sub-menu>li.menu-item-has-children:before{
    content: "\f0da";
    color: #ffffff;
}
.sub-menu>li.menu-item-has-children:hover:before {
  /*  color: #FFFFFF;*/
    outline: none;
}
.navbar-nav>li .sub-menu{
    position: absolute;
    list-style: none;
    padding: 0;
    top: 130%;
    left: 0;
    min-width: 160px;
    height:0;
    overflow: hidden;
    opacity: 0;
    z-index: 999;
    width: 100%;
}
.navbar-nav>li:hover .sub-menu{
    height: auto;
    opacity: 1;
    overflow: visible;
    top: 100%;
}
.navbar-nav > li .sub-menu > li > a {
    background: none repeat scroll 0 0 #161e2b;
    color: #ffffff;
    display: inline-block;
    font-size: 12px;
    line-height: 25px;
    min-width: 100%;
    padding: 15px;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
    
}
.navbar-nav>li .sub-menu>li{
    position: relative;
}
.navbar-nav>li .sub-menu>li .sub-menu{
    position: absolute;
    list-style: none;
    padding: 0;
    top: 0;
    left: 130%;
    width: 0;
    height:auto;
    opacity: 0;
}
.navbar-nav > li .sub-menu > li > a:hover{
   /* background-color: #ffffff;*/
    color: #747474;
}
.navbar-nav>li .sub-menu>li:hover .sub-menu{
    opacity: 1;
    overflow: visible;
    width: 160px;
    left: 100%;
}
.toggle_nav_button {
    display: none;
}

ul.social {
  border-bottom: 1px dashed;
  border-top: 1px dashed;
  list-style: none outside none;
  margin-bottom: 0;
  margin-left: 0;
  margin-top: 0;
  padding: 10px;
}

ul.social > li {
  display: inline;
  font-size: 16px;
}
ul.social > li a {
  text-decoration: none;
  color:#747474;
  -webkit-transition: color 0.2s linear;  
  -moz-transition: color 0.2s linear;  
  -o-transition: color 0.2s linear;  
  -ms-transition: color 0.2s linear;  
  transition: color 0.2s linear;
  cursor: pointer;  
  margin-left: 8px;  
}
ul.social > li a:hover{
  color:#3BC2C8;
}
.copyright{
  margin-top: 20px;
}
/* Content
-------------------------------------------------- */
.content{
}
.section {
    padding-bottom: 60px ;
    padding-top: 60px ;
}
.section-container{
   /* padding: 30px;  */
}

/* Intro
-------------------------------------------------- */
.intro{
  text-align: center;
  /*padding-top: 200px;*/
  background-color: #222222;
}
.intro h2{
  font-weight: bold;
  font-family: PT Sans;
  line-height: 60px;
  text-transform: uppercase;
}
.intro h3{
  font-family: PT Sans;
  font-size: 1.5em;
  line-height: 40px;
  font-weight: normal;
}
.intro hr{ 
  border: 0;
  height: 1px;
  background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
  background-image: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
  background-image: -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
  background-image: -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
}
.indexspace{
		width:200px;
		height:100px;
		}
#mainimage{
	margin-left: 10%;
    float: left;
	}
#mainimage2{
	margin-left: 30%;
    float: left;
	}

/* Metrocon
-------------------------------------------------- */
.mtcon {
    background: #E0DBD3;
    /*border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    border-top: 1px solid #CCCCCC;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);*/
   /* -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);*/
    padding: 0 0 0px;
    position: relative;
    z-index: 9;
    margin-bottom: 100px;
}
.mtcon:before {
  /*  background: #FFFFFF;*/
    /*border: 1px solid rgba(0, 0, 0, 0.15);
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);*/
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: -2px;
   /* transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);*/
    width: 100%;
    z-index: -1;
}
.mtcon:after {
    /*background: #FFFFFF;*/
   /* border: 1px solid rgba(0, 0, 0, 0.15);
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);*/
    content: "";
    height: 100%;
    left: -2px;
    position: absolute;
    top: 1px;
    /*transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    -ms-transform: rotate(359deg);
    -o-transform: rotate(359deg);*/
    width: 100%;
    z-index: -2;
}
.mtcon-title{
    color: #373432;
    font-family: PT Sans;
    font-weight: 700;
    letter-spacing: 0.1em;
    margin-top: 40px;
    text-align: center;
    text-transform: uppercase;
}
.mtcon .short-dec{
  margin: 40px;   
}

/*///////////////////*/
	.slidermaxpic {
		
		vertical-align: middle;
	}
	.pictureslider {
		
		
		overflow: hidden;
	}
	.pictureslider a {
		
	}
	.pictureslider a img {
		
		vertical-align: middle;
	}

/* Timeline
-------------------------------------------------- */
.timeline {
    background: url("../img/line.gif") repeat-y scroll 109px 0 transparent;
    margin-left: 50px;
}
.timeline-item {
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
}
.timeline-head {
    background: none repeat scroll 0 0 #FBA24E;
    border-radius: 136px 136px 136px 136px;
    color: #FFFFFF;
    cursor: pointer;
    float: left;
    font-size: 28px;
    height: 46px;
    line-height: 46px;
    margin-top: 20px;
    text-align: center;
    width: 46px;
    margin-left: 85px;  
}
.timeline-head-content {
    background-color: #F5F5F5;
    border: 1px solid #CCCCCC;
    border-radius: 5px 5px 5px 5px;
    float: left;
    margin-left: 15px;
    padding: 10px 30px;
    position: relative;
    width: 550px;
}
.timeline-head-content h3{
    color: #363636;
    font-family: PT Sans;
    font-weight: normal;
    text-transform: uppercase;
}
.timeline-item-date {
    float: left;
    margin-top: 31px;
    width: 85px;
    font-family: PT Sans;
    font-size: 14px;    
}
.timeline-item-trigger {
    background: none repeat scroll 0 0 #3BC2C8;
    border-radius: 136px 136px 136px 136px;
    color: #FFFFFF;
    cursor: pointer;
    float: left;
    font-size: 28px;
    height: 46px;
    line-height: 46px;
    margin-top: 20px;
    text-align: center;
    width: 46px;  
}
.timeline-item-content {
    background-color: #F5F5F5;
    border: 1px solid #CCCCCC;
    border-radius: 5px 5px 5px 5px;
    float: left;
    margin-left: 15px;
    padding: 10px 30px;
    position: relative;
    width: 550px;
}
.timeline-item-content h3 {
    cursor: pointer;
    font-family: PT Sans;
    font-weight: normal;
    line-height: 30px;
    color: #363636;
}
.timeline-arrow {
    display: block;
    position: relative;
}
.timeline-arrow i {
    background: none repeat scroll 0 0 #F5F5F5;
    border-left: 1px solid #CCCCCC;
    border-top: 1px solid #CCCCCC;
    display: block;
    height: 10px;
    left: 142px;
    position: absolute;
    top: 37px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    width: 10px;
    z-index: 10;
}
.timeline-item h4 {
    margin-bottom: 10px;
    font-family: PT Sans;
}
.download {
    background-color: #f5f5f5;
    border: 1px solid #cccccc;
    border-radius: 5px;
    margin: 44px 30px 44px 20px;
    padding: 10px 30px;
    position: relative;
    text-align: center;
}
.download h3{
  color: #363636;
  font-family: PT Sans;
  font-weight: normal; 
}
.download .btn-success {
    margin-top: -48px;
}
.download .btn-success {
    margin-bottom: 20px;
    margin-top: 20px;
}
.rowresume{
	background-color:#E0DBD3;
	}
.sliderminpic{
	float:left;
	padding:0.5em;
	background-color:#E0DBD3;
	}
.col-md-4{
 padding-right: 0px;
    padding-left: 0px;
	background-color:#E0DBD3;	
	}
.pictureslider{
	float:right;
	background-color:#E0DBD3;
	margin-top: 80px;
	}
#picturetext{
	
	margin-left: 0px;
	margin-top: 195px;
	padding: 3em;
	font-family: Microsoft JhengHei,serif,noto-sans,sans-serif!important;
	background-color: #FFF;
	}
/* Service
-------------------------------------------------- */
.service{
  margin-top: 20px;
  margin-bottom: 20px;
}
.service .box{
  text-align: center;
}
.service .box h2{
  color: #676767;
  font-size: 22px;
  font-weight: bold;
  text-transform: uppercase;
}
/***/
.skills{
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
} 
.skills h4 {
    line-height: 46px;
    text-align: left;
    text-transform: uppercase;
}

.progress {
  background:#f7f7f9;
  height:10px;
  box-shadow:none;
  -webkit-box-shadow:none;
  -moz-box-shadow:none;
  border-radius:0px;
  -webkit-border-radius:0px;
  -moz-border-radius:0px;
  overflow:visible;
}
.progress .bar {
  box-shadow:none;
  -webkit-box-shadow:none;
  -moz-box-shadow:none;
  position:relative;
}
.percentage-marker {
  background:#393939;
  color:#fff;
  padding:4px 6px;
  position:absolute;
  top:-30px;
  right:-13px;
  font-size:10px;
  line-height:10px;
}
.percentage-marker:after {
  content:"";
  display:block;
  width:0;
  height:0;
  border-top:5px solid #393939;
  border-left:5px solid transparent;
  border-right:5px solid transparent;
  bottom:-5px;
  left:50%;
  margin-left:-5px;
  position:absolute;
  z-index:15;
}

.progress .bar {
    background-color:#00bba6;
    background-image:none;
    filter:none;
    box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15) inset;
    box-sizing: border-box;
    color: #ffffff;
    float: left;
    font-size: 12px;
    height: 100%;
    text-align: center;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    transition: width 0.6s ease 0s;
    width: 0;
}
.productpic{
	width:46%;
	float:left;
	background-color:#FFF;
	padding:1em;
	height:400px;
	}

.producttext{
	width:54%;
	float:right;
	background-color:#FFF;
	padding:3em;
	height:400px;
	overflow:auto;
	
	
	}
/* Portfolio
-------------------------------------------------- */
#options ul {
  list-style: none outside none;
  text-align: center;
  margin: 20px auto;
  font-family:PT Sans;
  border-top: 1px dashed;
  border-bottom: 1px dashed;
  width: 80%;
}
#options li {
  display: inline-block;
}
#options li a {
    color:#646464;
    font-size: 16px;
    padding: 10px;
    text-decoration: none;
    text-transform: none;
    line-height: 34px;
    outline: none;
}
#options li a:hover {
    color:#E41212;
}
#options li a:active {
    color:#E41212;
    outline: none;
}
#options li a.selected {
   color:#E41212;
    outline: none;
}
#portfolio{
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
}

.tringle { 
  background:url(../img/tringle.png); 
  width:20px;
  height:13px; 
  position: absolute;
  bottom:0px;
  left:15px; 
  z-index:999;
}

.block{
  float: left;
  overflow: hidden;
  width:  248px;
  background: none repeat scroll 0 0 rgba(255, 255, 255, 0.5);
  margin: 6px;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
}
.des{
  background: none repeat scroll 0 0 #FFFFFF;
  clear: both;
  padding: 6px !important;
}
.des h4{

}
.des p{
  font-size: 13px;
}
.view {
   width:100%;
   float: left;
   position: relative;
   text-align: center;
   cursor: default;
   background:url('../img/spinner.gif') center center no-repeat #f1f1f1 !important; 
}
.view .mask {
   width:100%;
   height:100%;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
}

.view a.info {
   display:block;
   width:32px;
   height:32px;
   border-radius:3px;
   background-color:#000;
   background-image: url(../img/zoom.png); 
   position:absolute;
   top:50% !important;
   left:50%;
   margin-top:-16px;
   margin-left:-36px;
   border:1px solid;
   border-color: rgba(0,0,0, 0.5);
   -webkit-transition: all 0.2s linear;
   -moz-transition: all 0.2s linear;
   -o-transition: all 0.2s linear;
   -ms-transition: all 0.2s linear;
   transition: all 0.2s linear;
}
.nolink a.info {margin-left:-17px !important;}
.view a.info:hover {
  background-color:#69c1e7 !important;
  border:1px solid;
  border-color: rgba(255,255,255, 0.7);
   -webkit-transition: all 0.2s linear;
   -moz-transition: all 0.2s linear;
   -o-transition: all 0.2s linear;
   -ms-transition: all 0.2s linear;
   transition: all 0.2s linear;
}
.view a.link {
   display:block;
   width:32px;
   height:32px;
   border-radius:3px;
   background-color:#000;
   background-image: url(../img/link.png); 
   position:absolute;
   top:50% !important;
   left:50%;
   margin-top:-16px;
   margin-left:4px;
   border:1px solid;
   border-color: rgba(0,0,0, 0.5);
   -webkit-transition: all 0.2s linear;
   -moz-transition: all 0.2s linear;
   -o-transition: all 0.2s linear;
   -ms-transition: all 0.2s linear;
   transition: all 0.2s linear;
}
.noinfo a.link { margin-left:-17px;}
.view a.link:hover {
  background-color:#69c1e7 !important;
  border:1px solid;
  border-color: rgba(255,255,255, 0.7);
  -webkit-transition: all 0.2s linear;
   -moz-transition: all 0.2s linear;
   -o-transition: all 0.2s linear;
   -ms-transition: all 0.2s linear;
   transition: all 0.2s linear;
}
.view-first img {
   -webkit-transition: all 0.2s linear;
   -moz-transition: all 0.2s linear;
   -o-transition: all 0.2s linear;
   -ms-transition: all 0.2s linear;
   transition: all 0.2s linear;
}
.view-first .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   background-color: rgba(105,193,231, 0.5);
   -webkit-transition: all 0.4s ease-in-out;
   -moz-transition: all 0.4s ease-in-out;
   -o-transition: all 0.4s ease-in-out;
   -ms-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
}
.view-first:hover .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
}
.worksmenu{
	float:left;
	margin-left:10px;
	}
.worktext{
	width:100%;
	height:auto;
	padding: 3em;
	background-color:#FFFFFF;
	font-family:Microsoft JhengHei,serif,noto-sans,sans-serif!important;
	}
.workmiddle{
	padding-bottom: 3em;
	padding-left:3em;
	padding-right:3em;
	background-color:#FFFFFF;
	
	}
.buttonwork {
   border-top: 1px solid #c29b61;
   background: #c29b61;

   padding: 9.5px 19px;
   -webkit-border-radius: 0px;
   -moz-border-radius: 0px;
   border-radius: 0px;

   color: white;
   font-size: 15px;
   font-family:Microsoft JhengHei,serif,noto-sans,sans-serif!important;
   text-decoration: none;
   vertical-align: middle;
   }
.buttonwork:hover {
   background: #c29b61;
 text-decoration: none;
   color: white;
   }
.workbtn{
	text-align:center;
	}
/* Isotop css
-------------------------------------------------- */
.isotope-item {
    z-index: 2; 
 }
.isotope-hidden.isotope-item { 
    pointer-events: none;
     z-index: 1; 
 }
/* Isotope CSS3 transitions */
.isotope, .isotope .isotope-item {
     -webkit-transition-duration: 0.8s; 
     -moz-transition-duration: 0.8s; 
     -ms-transition-duration: 0.8s;
     -o-transition-duration: 0.8s;
     transition-duration: 0.8s;
     display:block; 
 }
.isotope { 
    -webkit-transition-property: height, width; 
    -moz-transition-property: height, width; 
    -ms-transition-property: height, width;
     -o-transition-property: height, width;
     transition-property: height, width; 
 }
.isotope .isotope-item { 
    -webkit-transition-property: -webkit-transform, opacity; 
    -moz-transition-property: -moz-transform, opacity;
     -ms-transition-property: -moz-transform, opacity;
     -o-transition-property: top, left, opacity; 
     transition-property: transform, opacity;
 }
/* disabling Isotope CSS3 transitions */
.isotope.no-transition, .isotope.no-transition .isotope-item, .isotope .isotope-item.no-transition { 
    -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s; 
     -ms-transition-duration: 0s; 
     -o-transition-duration: 0s; 
     transition-duration: 0s;
 }

/* Blog
-------------------------------------------------- */
 .blog{
  width: 86%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  margin-bottom: 60px;
 }

.blog .block{
  width: 100%;
  margin-bottom: 30px;
}
.meta {
  margin-bottom: 6px;
}
.meta hr{
  margin: 10px;
 }
.meta span { 
  font-size:12px;
  line-height:16px; 
  display:block;
  font-family: PT Sans;
  color:#c5c5c5;
}
.meta_date { 
  float:left;
}
.meta_comment { 
  float:right;
}
.quote { 
  padding:24px;
  background:#333;
  text-align:left;
}
.quote blockquote p {
  font-family:"georgia"; 
  color: #FFFFFF; 
  text-transform:none !important;
  font-size:12px;
  font-style: italic; 
  border:none; 
  line-height:18px;
  margin-bottom:0px;
 }
.quote blockquote {
  border-width:1px;
  margin-bottom:0px;
}
.blogleft{
	width:20%;
	float:left;
	}
.blogright{
	width:80%;
padding:3em;
	}
.blogbanner{
	padding-top:2em;
	}
	iframe{
    overflow:hidden;
}

/* contact

-------------------------------------------------- */
.map{
  background: none repeat scroll 0 0 #DDDDDD;
  height: 250px;
  margin: 20px auto 30px;
  width: 98%;
}
.contact{
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  width: 98%;
}
.contact p{
  font-family: PT Sans;
}
.get_in{
    list-style: none;
    margin-top: 40px;
    margin-bottom: 40px;
}
.get_in li i {
    border-radius: 25px;
    color: #FFFFFF;
    height: 42px;
    line-height: 20px;
    margin-bottom: 10px;
    padding: 10px;
    text-align: center;
    width: 42px;
    background-color: #F54F36;
}
.get_in p {
    display: inline-block;
    padding-left: 10px;
}
.form input[type="text"], textarea {
    color: #999999;
    font-size: 14px;
    text-transform:uppercase;
    height: 64px;
    padding: 26px 3%;
    background:#f5f5f5;
    border-radius:3px;
    margin-bottom:20px;
    width: 100%;
    border:0;
    box-shadow: 0 0px 3px rgba(0, 0, 0, 0.22) inset;
    -moz-box-shadow: 0 0px 3px rgba(0, 0, 0, 0.22) inset;
    -webkit-box-shadow: 0 0px 3px rgba(0, 0, 0, 0.22) inset;
    -o-box-shadow: 0 0px 3px rgba(0, 0, 0, 0.22) inset;
    transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    }
.form input[type=text]:focus,.form textarea:focus, input[type=email]:focus {
    background-color: #e1e1e1;
    box-shadow:none;
    border: none;
}
.form textarea {
    height:174px;
    resize:none;
}

.form input.btn[type="submit"] {
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    margin-bottom: 100px;
    outline: none;
}

.sending{
  display:none;
  color:#222222;
  font-size:20px;
  line-height:20px;
  text-align: center;
}
.mess.center {
    color: #222222;
    text-align: center;
}
.bigfllow1{
margin-left: 4px;
	}
.bigfllow2{
margin-left: 20px;
	}
	/**/

a.mt-button {
    border-radius:3px;  
    letter-spacing:0;
    text-transform:uppercase;
    display:inline-block;   
}

.small {
    font-size:12px;
    line-height:14px;
    padding:5px 9px 7px 9px;
    line-height:12px;
}
.medium {
    font-size:14px;
    line-height:14px;
    padding:18px 15px;
    line-height:14px;
}
.large {
    font-size:16px;
    line-height:14px;
    padding:15px 25px;
    line-height:16px
}
.grey {
    color:#FFF;
}       
.grey:hover {
    color:#FFF;
}
.color {
    color:#fff;
}
.color:hover {
    color:#fff;
}
.outline {
    background-color:none;
    color:#222222;
    line-height:10px!important;
}       
.rounded {
    border-radius:50px!important;
}
/* Scroll-Top
-------------------------------------------------- */
.scroll-top {
    background: url("../img/small-arrow-top.png") no-repeat scroll center center #070707;
    bottom: 0;
    display: none;
    height: 30px;
    position: fixed;
    right: 10px;
    text-indent: -9999px;
    width: 30px;
    z-index: 9999;
    outline: none;
}
#footertop{
	background-image:url(../img/avater/ftback.png);
	/*padding-bottom:20px;*/
	padding-top:20px;
	}

.story{
	
	    margin: 30px auto 30px auto;
	}
#footerdown{
	background-color:#E0DBD3;
	}
#footerdown img{

	}
#downfooter{
	background-image: url(../img/avater/img_main-bg.png);
	background-repeat: no-repeat;
	background-position:center;
	color:#FFF;
}
.mobilelogo {
 
   display:block;
    width: 109%;
    margin-left: -3.2em;
    height: 64px;
/*	background-image:url(../img/avater/mobilelogo.png);*/
	background-position:center;
	background-repeat:no-repeat;
	background-color: #bf975d;    
}
p { 
text-indent:31px !important;
}
/******************************************
Responsive
******************************************/
@media (min-width: 1500px){

	.side-bar {
       width: 8%;
	   bottom: 2px;
	    right:8%;  
	}
	.blogright{
	width:80%;
	float:left;
padding:3em;
	}
	#footleft{
		width:30%
		}
	#footright{
		width:30%
		}
	.story{
		width:40%;
		}
		
	}

@media (max-width: 1366px){
	#mainimage{
	margin-left: 14%;
    float: left;
	}
#mainimage2{
	margin-left: 23%;
    float: left;
	}
	.side-bar {
       width: 8%;
	   bottom: 2px;
	   right:8%; 
	}
	.blogright{
	width:80%;
	float:left;
padding:3em;
	}
	#footleft{
		width:30%
		}
	#footright{
		width:30%
		}
	.story{
		width:40%;
		}
		
  
}

@media (max-width: 1180px){
    .sidebar{
      position: relative;
      display: none;
    }
	.blogright{
	width:80%;
	float:left;
	padding:3em;
	}
	
    .mobile-menu{
      /*background-color: #ffffff;*/
      /*border-radius: 5px 5px 5px 5px;
      box-shadow: 4px 4px rgba(0, 0, 0, 0.05);*/
      z-index: 20;
      /*margin-left: -18px;*/
	   opacity:0.7;
      position: fixed;
      display: block;
    }  
    .header-logo{
      display: none;
    }
    .social-list , .copyright{
      display: none;
    }
    .navbar-default{
        z-index: 10;
    }
    .navbar-header{
        float: none;
    }

    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-default .navbar-collapse, 
    .navbar-default .navbar-form{
        /*border-color:#f1f2f7;*/
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav{
		background-color: rgb(34, 34, 34);
		
        float: none!important;
        margin: 0!important;
        padding: 2px 0;
    }
    .navbar-nav>li {
        float: none;
        /*border-bottom: 1px solid #f1f2f7;*/
    }
    .navbar-nav>li:last-child {
        border-bottom: 0px solid transparent;
    }
    .navbar-nav>li>a {
        color: #ffffff;;
        padding-top: 10px;
        padding-bottom: 10px;
		
    }
    .navbar-nav>li>a:after {
        height: 0 !important;
    }
    .collapse.in {
        display:block !important;
    }
    .navbar-toggle {
        margin-top: 8px;
        margin-bottom: 8px;
		color: white;
    }
    .container>.navbar-header, 
    .container-fluid>.navbar-header, 
    .container>.navbar-collapse, 
    .container-fluid>.navbar-collapse {
        margin-left: -15px;
        margin-right: -15px;
    }
    .navbar>.container .navbar-brand, 
    .navbar>.container-fluid .navbar-brand {
        margin-left:0;
    }
    .navbar-default .navbar-toggle, 
    .navbar-default .navbar-toggle {
        -webkit-transition: all .25s ease;
           -moz-transition: all .25s ease;
            -ms-transition: all .25s ease;
             -o-transition: all .25s ease;
                transition: all .25s ease;
    }
    .navbar-default .navbar-toggle {
       /* border-color: transparent;*/
        font-size: 2em;
        line-height: 25px;
    }
    .navbar-collapse.in {
        overflow-y: auto!important;
       /* background:#222222;*/
    }
    
    .navbar-nav > li .sub-menu, .navbar-nav > li .sub-menu > li .sub-menu {
        display: none;
        height: auto;
        left: inherit;
        min-width: 100%;
        opacity: 1;
        overflow: visible;
        padding-left: 20px;
        position: relative;
        top: inherit;
        z-index: 1;
    }    
    .navbar-nav>li:hover .sub-menu,
    .navbar-nav>li .sub-menu>li:hover .sub-menu{
        width: 100%;
        left: inherit;
        top: inherit;
    }
    .navbar-nav>li.menu-item-has-children:before ,
    .sub-menu>li.menu-item-has-children:before{
        content: ""!important;
    }
    .navbar-nav>li .sub-menu>li>a {
        line-height: 20px;
        padding: 10px 15px; 
        background: inherit !important;
        border-top:1px solid #f1f2f7 !important;
        color: #262626;
    }
    .toggle_nav_button{
        display: block ;
        color: #ffffff;
        font-size: 28px;
        line-height: 20px;
        text-align: center;
        position: absolute;
        top: 0;
        right: 15px;
        left: inherit;
        margin-left: 0px;
        border: 0;
        padding: 10px;
        width: 42px;
        height: 42px;
        z-index: 100;
        cursor: pointer;
    }
    .sub-menu .toggle_nav_button{
        right: 40px;
    }
	

}

@media (max-width: 980px){
    .timeline-head-content{
      width: 70%;
    }
    .timeline-item-content{
      width: 70%;
    }

}
@media (max-width: 768px){
.logolink{
float:left;	
}
.logoback{
display:none;		
}
.bigfllow1{
margin-left: 21em;
	}
.worktext {
    width: 100%;
    height: auto;
    padding: 1em;
    background-color: #FFFFFF;
    font-family: Microsoft JhengHei,serif,noto-sans,sans-serif!important;
}
.mobilelogo {
 
   display:block;
    width: 109%;
    margin-left: -3.2em;
    height: 64px;
	background-image:url(../img/avater/mobilelogo.png);
	background-position:center;
	background-repeat:no-repeat;
	background-color: #bf975d;    
}
.mtcon:before {
  display: none;
}
.mtcon:after {
  display: none;
}
#mainimage{
	margin-left: 8%;
    float: left;
	margin-top: 15%;
	}
#mainimage2{
	margin-left: 11%;
    float: left;
    margin-top: 15%;
	}
.pictureslider {
    float: right;
    background-color: #E0DBD3;
    margin-top: -11em;
}
#picturetext {
    margin-left: 0px;
    margin-top: 15px;
    padding: 3em;
    font-family: Microsoft JhengHei,serif,noto-sans,sans-serif!important;
    background-color: #FFF;
}
.slidermaxpic {
    vertical-align: middle;
    width: 90%;
    margin-left: 6em;
    margin-top: 2em;
}
.ugimg{
	margin-left:21em;
	margin-bottom:3em;
	}
.section {
    padding-bottom: 0px; 
    padding-top: 0px; 
}
.worksmenu {
    float: left;
    margin-left: 14em;
    margin-bottom: 3em;
}
.dukestory{
	margin-left:21em;
	margin-bottom:3em;
	}
.blogright {
    width: 100%;
    float: none;
  padding:3em;
}
.fishgirl{
	margin-left: 0em;
	}

	#footleft{
		width:10%
		}
	.story{
		width:80%;
		}
	#footright{
		width:10%
		}
	.sharelogo{
		width:30%;
		margin-left: 3em;
		margin-right: 3em;
		margin-top:2em;
		
		}
	.shareline{
		display:none;
		}
	h3{
		margin-left: 1.5em;
		}
.side-bar a {width: 66px;height: 66px;display: inline-block;margin-bottom: 2px; margin-left: 0.1em;}
}
@media (max-width: 667px){
.logolink{
float:left;	
}
.logoback{
display:none;		
}
.worktext {
    width: 100%;
    height: auto;
    padding: 1em;
    background-color: #FFFFFF;
    font-family: Microsoft JhengHei,serif,noto-sans,sans-serif!important;
}
.bigfllow1{
margin-left: 18em;
	}
.mobilelogo {
 
   display:block;
    width: 109%;
    margin-left: -3.2em;
    height: 64px;
	background-image:url(../img/avater/mobilelogo.png);
	background-position:center;
	background-repeat:no-repeat;
	background-color: #bf975d;    
}
.mtcon:before {
  display: none;
}
.mtcon:after {
  display: none;
}
#mainimage{
	margin-left: 8%;
    float: left;
	margin-top: 15%;
	}
#mainimage2{
	margin-left: 11%;
    float: left;
    margin-top: 15%;
	}
.pictureslider {
    float: right;
    background-color: #E0DBD3;
    margin-top: -11em;
}
#picturetext {
    margin-left: 0px;
    margin-top: 15px;
    padding: 3em;
    font-family:Microsoft JhengHei,serif,noto-sans,sans-serif!important;
    background-color: #FFF;
}
.slidermaxpic {
    vertical-align: middle;
    width: 90%;
    margin-left: 6em;
    margin-top: 2em;
}
.ugimg{
	margin-left:21em;
	margin-bottom:3em;
	}
.section {
    padding-bottom: 0px; 
    padding-top: 0px; 
}
.worksmenu {
    float: left;
    margin-left: 14em;
    margin-bottom: 3em;
}
.dukestory{
	margin-left:21em;
	margin-bottom:3em;
	}
.blogright {
    width: 100%;
    float: none;
    padding:3em;
}
.fishgirl{
	margin-left: 0em;
	}

	#footleft{
		width:10%
		}
	.story{
		width:80%;
		}
	#footright{
		width:10%
		}
	.sharelogo{
		width:30%;
		margin-left: 3em;
		margin-right: 3em;
		margin-top:2em;
		
		}
	.shareline{
		display:none;
		}
	h3{
		margin-left: 1.5em;
		}
}

@media (max-width: 601px){
.logolink{
float:left;	
}
.logoback{
display:none;		
}
.worktext {
    width: 100%;
    height: auto;
    padding: 1em;
    background-color: #FFFFFF;
    font-family: Microsoft JhengHei,serif,noto-sans,sans-serif!important;
}
.bigfllow1{
margin-left: 15em;
	}
.mobilelogo {
 
   display:block;
    width: 230%;
    margin-left: -2.2em;
    height: 64px;
	background-image:url(../img/avater/mobilelogo.png);
	background-position:center;
	background-repeat:no-repeat;
	background-color: #bf975d;    
}
.mtcon:before {
  display: none;
}
.mtcon:after {
  display: none;
}
#mainimage{
	margin-left: 0%;
    float: left;
	margin-top: 15%;
	}
#mainimage2{
	margin-left: 3%;
    float: left;
    margin-top: 15%;
	}
.pictureslider {
    float: right;
    background-color: #E0DBD3;
    margin-top: -11em;
}
#picturetext {
    margin-left: 0px;
    margin-top: 15px;
    padding: 3em;
    font-family: Microsoft JhengHei,serif,noto-sans,sans-serif!important;
    background-color: #FFF;
}
.slidermaxpic {
    vertical-align: middle;
    width: 90%;
    margin-left: 6em;
    margin-top: 2em;
}
.ugimg{
	margin-left:18em;
	margin-bottom:3em;
	}
.section {
    padding-bottom: 0px; 
    padding-top: 0px; 
}
.worksmenu {
    float: left;
    margin-left: 11em;
    margin-bottom: 3em;
}
.dukestory{
	margin-left:18em;
	margin-bottom:3em;
	}
.blogright {
    width: 100%;
    float: none;
 padding:3em;
}
.fishgirl{
	margin-left: 0em;
	}

	#footleft{
		width:10%
		}
	.story{
		width:80%;
		}
	#footright{
		width:10%
		}
	.sharelogo{
		width:30%;
		margin-left: 3em;
		margin-right: 3em;
		margin-top:2em;
		
		}
	.shareline{
		display:none;
		}
	h3{
		margin-left: 1.5em;
		}
.side-bar a {width: 66px;height: 66px;display: inline-block;margin-bottom: 2px; margin-left: 0.1em;}
}

@media (max-width: 414px){
.logoback{
		display:none;		
		}
.logolink{
	float:left;
	}
.bigfllow1{
margin-left: 8em;
	}
.mobilelogo {
 
   display:block;
    width:153%;
	margin-left: -2.15em;
    height: 64px;
	background-image:url(../img/avater/mobilelogo.png);
	background-position:center;
	background-repeat:no-repeat;
	background-color: #bf975d;
}
#mainimage {
     margin-left: 8%;
    float: left;
    margin-top: 20%;
}
#mainimage2 {
    margin-left: 29%;
    float: left;
}
.side-bar {
    width: 20%;
    right: 8%;
    bottom: 2em;
	}
.pictureslider {
    float: right;
    background-color: #E0DBD3;
    margin-top: -14em;
    width: 67%;
}
#picturetext {
    margin-left: 0px;
    margin-top: 23px;
    padding: 3em;
	font-family:Microsoft JhengHei,serif,noto-sans,sans-serif!important;
    background-color: #FFF;
}
.slidermaxpic {
    display: none;
}
.productpic{
	width:100%;
	float:left;
	background-color:#FFF;
	padding:1em;
	height:400px;
	}
.producttext {
    width: 100%;
    float: left;
    background-color: #FFF;
    padding:3em;
    height: 400px;
    overflow: auto;
}
.ugimg{
	margin-left:9em;
	margin-bottom:3em;
	}
.section {
    padding-bottom: 0px; 
    padding-top: 0px; 
}
.worksmenu {
    float: left;
    margin-left: 6em;
    margin-bottom: 3em;
}
.dukestory{
	margin-left:9em;
	margin-bottom:3em;
	}
.blogright {
    width: 100%;
    float: none;
   padding:3em;
}
.fishgirl{
	margin-left: 0em;
	}

#footleft{
		width:10%
		}
.story{
		width:80%;
		}
#footright{
		width:10%
		}
.sharelogo{
		width:30%;
		margin-left: 3em;
		margin-right: 3em;
		margin-top:2em;
		
		}
.shareline{
		display:none;
		}
h3{
		margin-left: 1.5em;
		}
.worktext {
    width: 100%;
    height: auto;
    padding: 1em;
    background-color: #FFFFFF;
    font-family: Microsoft JhengHei,serif,noto-sans,sans-serif!important;
}
.side-bar a {width: 66px;height: 66px;display: inline-block;margin-bottom: 2px; margin-left: 0.1em;}	
}



@media (max-width: 423px){
.logoback{
		display:none;		
		}
.logolink{
	float:left;
}
.bigfllow1{
margin-left: 9em;
	}
.mobilelogo {
   display:block;
    width: 157%;
    margin-left: -2.15em;    height: 64px;
	background-image:url(../img/avater/mobilelogo.png);
	background-repeat:no-repeat;
	background-position:center;
	background-color: #bf975d;
}
  .side-bar {
    width: 20%;
    right: 8%;
    bottom: 1.5em;
	}
  .pictureslider {
    float: right;
    background-color: #E0DBD3;
    margin-top: -14em;
    width: 67%;
}
#picturetext {
    margin-left: 0px;
    margin-top: 23px;
    padding: 3em;
	font-family:Microsoft JhengHei,serif,noto-sans,sans-serif!important;
    background-color: #FFF;
}
.slidermaxpic {
    display: none;
}
.productpic{
	width:100%;
	float:left;
	background-color:#FFF;
	padding:1em;
	height:400px;
	}
.producttext {
    width: 100%;
    float: left;
    background-color: #FFF;
    padding:3em;
    height: 400px;
    overflow: auto;
}
.ugimg{
	margin-left:9em;
	margin-bottom:3em;
	}
.section {
    padding-bottom: 0px; 
    padding-top: 0px; 
}
.worksmenu {
    float: left;
    margin-left: 6em;
    margin-bottom: 3em;
}
.dukestory{
	margin-left:9em;
	margin-bottom:3em;
	}
.blogright {
    width: 100%;
    float: none;
   padding:3em;
}
.fishgirl{
	margin-left: 0em;
	}

	#footleft{
		width:10%
		}
	.story{
		width:80%;
		}
	#footright{
		width:10%
		}
	.sharelogo{
		width:30%;
		margin-left: 3em;
		margin-right: 3em;
		margin-top:2em;
		
		}
	.shareline{
		display:none;
		}
	h3{
		margin-left: 1.5em;
		}
	#mainimage{
	margin-left: 8%;
    float: left;
	}
	.side-bar {
    width: 18%;
    right: 10%;
    bottom:2em;
	}
    #mainimage2{
	margin-left: 24%;
    float: left;
	}
.worktext {
    width: 100%;
    height: auto;
    padding: 1em;
    background-color: #FFFFFF;
    font-family: Microsoft JhengHei,serif,noto-sans,sans-serif!important;
}
.side-bar a {width: 66px;height: 66px;display: inline-block;margin-bottom: 2px; margin-left: 0.1em;}	
}
@media (max-width: 412px){
	.logoback{
		display:none;		
		}
.logolink{
	float:left;
	}
.bigfllow1{
margin-left: 8em;
	}
.mobilelogo {
 
   display:block;
    width:153%;
	margin-left: -2.15em;
    height: 64px;
	background-image:url(../img/avater/mobilelogo.png);
	background-position:center;
	background-repeat:no-repeat;
	background-color: #bf975d;
}
#mainimage {
     margin-left: 8%;
    float: left;
    margin-top: 20%;
}
#mainimage2 {
    margin-left: 29%;
    float: left;
}
.worktext {
    width: 100%;
    height: auto;
    padding: 1em;
    background-color: #FFFFFF;
    font-family: Microsoft JhengHei,serif,noto-sans,sans-serif!important;
}
  .side-bar {
    width: 20%;
    right: 8%;
    bottom: 2em;
	}
  .pictureslider {
    float: right;
    background-color: #E0DBD3;
    margin-top: -14em;
    width: 67%;
}
#picturetext {
    margin-left: 0px;
    margin-top: 23px;
    padding: 3em;
	font-family:Microsoft JhengHei,serif,noto-sans,sans-serif!important;
    background-color: #FFF;
}
.slidermaxpic {
    display: none;
}
.productpic{
	width:100%;
	float:left;
	background-color:#FFF;
	padding:1em;
	height:400px;
	}
.producttext {
    width: 100%;
    float: left;
    background-color: #FFF;
   padding:3em;
    height: 400px;
    overflow: auto;
}
.ugimg{
	margin-left:9em;
	margin-bottom:3em;
	}
.section {
    padding-bottom: 0px; 
    padding-top: 0px; 
}
.worksmenu {
    float: left;
    margin-left: 6em;
    margin-bottom: 3em;
}
.dukestory{
	margin-left:9em;
	margin-bottom:3em;
	}
.blogright {
    width: 100%;
    float: none;
  padding:3em;
}
.fishgirl{
	margin-left: 0em;
	}

	#footleft{
		width:10%
		}
	.story{
		width:80%;
		}
	#footright{
		width:10%
		}
	.sharelogo{
		width:30%;
		margin-left: 3em;
		margin-right: 3em;
		margin-top:2em;
		
		}
	.shareline{
		display:none;
		}
	h3{
		margin-left: 1.5em;
		}
.side-bar a {width: 66px;height: 66px;display: inline-block;margin-bottom: 2px; margin-left: 0.1em;}
	
}


@media (max-width: 375px){
.logoback{
		display:none;		
		}
.logolink{
	float:left;
	}
.bigfllow1{
margin-left: 6em;
	}
.worktext {
    width: 100%;
    height: auto;
    padding: 1em;
    background-color: #FFFFFF;
    font-family: Microsoft JhengHei,serif,noto-sans,sans-serif!important;
}
.mobilelogo {
    display:block;
    width:111%;  
    margin-left: -1.15em;
    height: 64px;
	background-image:url(../img/avater/mobilelogo.png);
	background-position:center;  
	background-repeat:no-repeat;
	background-color: #bf975d;  
}
    .mobile-menu{     
	width: 92%;
    margin-left: -16px;
	opacity: 0.7;
    }
	.img-circle{
		width: 100%;
	}
	#mainimage{
	margin-left: 1%;
    float: left;
	}
	.side-bar {
    width: 18%;
    right: 10%;
    bottom:2em;
	}
    #mainimage2{
	margin-left: 24%;
    float: left;
	}
	.pictureslider {
    float: right;
    background-color: #E0DBD3;
    margin-top: -14em;
    width: 67%;
}
#picturetext {
    margin-left: 0px;
    margin-top: 23px;
    padding: 3em;
	font-family:Microsoft JhengHei,serif,noto-sans,sans-serif!important;
    background-color: #FFF;
}
.slidermaxpic {
    display: none;
}
.productpic{
	width:100%;
	float:left;
	background-color:#FFF;
	padding:1em;
	height:400px;
	}
.producttext {
    width: 100%;
    float: left;
    background-color: #FFF;
	padding:3em;
    height: 400px;
    overflow: auto;
}
.ugimg{
	margin-left:8em;
	margin-bottom:3em;
	}
.section {
    padding-bottom: 0px; 
    padding-top: 0px; 
}
.worksmenu {
    float: left;
    margin-left: 5em;
    margin-bottom: 3em;
}
.dukestory{
	margin-left:8em;
	margin-bottom:3em;
	}
.blogright {
    width: 100%;
    float: none;
   padding:3em;
}
.fishgirl{
	margin-left: 0em;
	}

	#footleft{
		width:10%
		}
	.story{
		width:80%;
		}
	#footright{
		width:10%
		}
	.sharelogo{
		width:30%;
		margin-left: 3em;
		margin-right: 3em;
		margin-top:2em;
		
		}
	.shareline{
		display:none;
		}
	h3{
		margin-left: 1.5em;
		}
	
.side-bar a {width: 66px;height: 66px;display: inline-block;margin-bottom: 2px; margin-left: 0.1em;}


}


@media (max-width: 360px){
.logoback{
  display:none;		
}
.logolink{
  float:left;
}
.bigfllow1{
margin-left: 6em;
	}
.worktext {
    width: 100%;
    height: auto;
    padding: 1em;
    background-color: #FFFFFF;
    font-family: Microsoft JhengHei,serif,noto-sans,sans-serif!important;
}
.blogleft{
	width:100%;
	float:left;
	}
.blogright {
    width: 100%;
    float: none;
    padding:1em;
}
.mobilelogo {
    display:block;
    width: 111%;
    margin-left: -1.15em;
    height: 64px;
	background-image:url(../img/avater/mobilelogo.png);
	background-position:center;
	background-repeat:no-repeat;
	background-color: #bf975d;    
}
.side-bar {
    width: 18%;
    right: 10%;
    bottom:2em;
	}
.mobile-menu{     
	width: 92%;
    margin-left: -16px;
	opacity: 0.7;
    }
.img-circle{
		width: 100%;
}
#mainimage{
	margin-left: 1%;
    float: left;
}
.side-bar {
    width: 18%;
    right: 10%;
    bottom:2em;
}
#mainimage2{
	margin-left: 24%;
    float: left;
	}
.pictureslider {
    float: right;
    background-color: #E0DBD3;
    margin-top: -14em;
    width: 67%;
}
#picturetext {
    margin-left: 0px;
    margin-top: 23px;
    padding: 3em;
	font-family:Microsoft JhengHei,serif,noto-sans,sans-serif!important;
    background-color: #FFF;
}
.slidermaxpic {
    display: none;
}
.productpic{
	width:100%;
	float:left;
	background-color:#FFF;
	padding:1em;
	height:400px;
	}
.producttext {
    width: 100%;
    float: left;
    background-color: #FFF;
    padding:3em;
    height: 400px;
    overflow: auto;
}
.ugimg{
	margin-left:8em;
	margin-bottom:3em;
	}
.section {
    padding-bottom: 0px; 
    padding-top: 0px; 
}
.worksmenu {
    float: left;
    margin-left: 5em;
    margin-bottom: 3em;
}
.dukestory{
	margin-left:8em;
	margin-bottom:3em;
	}

.fishgirl{
	margin-left: 0em;
	}

	#footleft{
		width:10%
		}
	.story{
		width:80%;
		}
	#footright{
		width:10%
		}
	.sharelogo{
		width:30%;
		margin-left: 3em;
		margin-right: 3em;
		margin-top:2em;
		
		}
	.shareline{
		display:none;
		}
	h3{
		margin-left: 1.5em;
		}
.side-bar a {width: 66px;height: 66px;display: inline-block;margin-bottom: 2px; margin-left: 0.1em;}
	

}

@media (max-width: 320px){
.logoback{
	display:none;		
		}
.logolink{
	float:left;
}

.bigfllow1{
margin-left: 5em;
	}
.mobilelogo {
   display:block;
    width: 119%;
	margin-left: -0.15em;
    height: 64px;
	background-image:url(../img/avater/mobilelogo.png);
	background-position:center;
	background-repeat:no-repeat;
	background-color: #bf975d;    
}

.side-bar {
    width: 20%;
    right: 5%;
    bottom: 3em;
	}
.mobile-menu{     
	width: 92%;
    margin-left: -16px;
	opacity: 0.7;
    }
	.img-circle{
		width: 100%;
	}
	#mainimage{
	margin-left: 1%;
    float: left;
	}
    #mainimage2{
	margin-left: 24%;
    float: left;
	}
	.pictureslider {
    float: right;
    background-color: #E0DBD3;
    margin-top: -14em;
    width: 75%;
}
.kong{
	width:20%;
	}
#picturetext {
    margin-left: 0px;
    margin-top: 95px;
    padding: 3em;
	font-family:Microsoft JhengHei,serif,noto-sans,sans-serif!important;
    background-color: #FFF;
}
#nav{
	width: 93%;
    margin-left: -1em;
	}
.slidermaxpic {
    display: none;
}
.productpic{
	width:100%;
	float:left;
	background-color:#FFF;
	padding:1em;
	height:400px;
	}
.producttext {
    width: 100%;
    float: left;
    background-color: #FFF;
    padding:3em;
    height: 400px;
    overflow: auto;
}
.ugimg{
	margin-left:6em;
	margin-bottom:3em;
	}
.section {
    padding-bottom: 0px; 
    padding-top: 0px; 
}
.worksmenu {
    float: left;
    margin-left: 4em;
    margin-bottom: 3em;
}
.dukestory{
	margin-left:5em;
	margin-bottom:3em;
	}
.blogright {
    width: 100%;
    float: none;
	padding:1em;
}
.fishgirl{
	margin-left: -2em;
	}

	#footleft{
		width:10%
		}
	.story{
		width:80%;
		}
	#footright{
		width:10%
		}
	.sharelogo{
		width:30%;
		margin-left: 3em;
		margin-right: 3em;
		margin-top:2em;
		
		}
	.shareline{
		display:none;
		}
	h3{
		margin-left: 1.5em;
		}

.worktext {
    width: 100%;
    height: auto;
    padding: 1em;
    background-color: #FFFFFF;
    font-family: Microsoft JhengHei,serif,noto-sans,sans-serif!important;
}
.mtcon {
    background: #E0DBD3;
    padding: 0 0 0px;
    position: relative;
    z-index: 9;
    margin-bottom: 40px;
}	
.scroll-top {
    background: url(../img/small-arrow-top.png) no-repeat scroll center center #070707;
    bottom: 0;
    display: none;
    height: 30px;
    position: fixed;
    right: 1.1em;
    text-indent: -9999px;
    width: 30px;
    z-index: 9999;
    outline: none;	
}
.side-bar a {width: 66px;height: 66px;display: inline-block;margin-bottom: 2px; margin-left: 0.1em;}
}

.side-bar {
	
    position: fixed;
   /* bottom: 2px;*/
   /* right: 10%;*/
    line-height: 0;
    z-index: 100;
	} 
.side-bartext{
	text-align:center;
	color:#FFF;
	 line-height: 1.6em;
	 margin-bottom:1em;	 
	}
.sidebartextlink{
	text-shadow:1px 1px 2px #000;
	font-size:1em;
	}

.side-bar a {width: 66px;height: 66px;display: inline-block;margin-bottom: 2px; margin-left: 0em;} 

.side-bar .icon-qq {background-position: 0 -62px;} 


.side-bar .icon-chat:hover .chat-tips {display: block;} 
.chat-tips {padding: 20px;border: 1px solid #d1d2d6;position: absolute;right: 78px;top: -55px;background-color: #fff;display: none;} 
.chat-tips i {width: 9px;height: 16px;display: inline-block;position: absolute;right: -9px;top: 80px;background-position:-88px -350px;} 
.chat-tips img {width: 138px;height: 138px;} 

/*輪播*/
/* Thumbnails */
.thumb-box {
  padding: 1.4em 0 1em;
  margin-left: -1%;
  width: 102%;
  .thumbs {
    @include clearfix;
    li {
      float: left;
      width: 25%;
      text-align: center;
      padding: 0 1%;
      img {
        width: 100%;
        opacity: .8;
        @include transition(opacity .32s);
        border-bottom: 4px solid transparent;
        &.active {
          border-color: $bc-rk-blue;
          opacity: 1;
        }
      }
      &:hover {
        img {
          opacity: 1;
          @include transition(opacity .2s);
        }
      }
    }
  }
}