body{
	background-color: #eb5329;
	margin: 0;
	padding: 0;
}

::selection {
background: #f4eace;
color: #fff;
}
::-moz-selection {
background: #f4eace;
color: #fff;
}
img::selection {
background: transparent;
}
img::-moz-selection {
background: transparent;
}


img{
	display:block;
	text-align: center;
	max-width:100%;
	margin:0 auto;
}

.rel{
	position: relative;
}


.ttt{
	width:100px;
	height: 100px;
	background-image: linear-gradient(45deg, #ffab9e 0, #fff 30%, #ff795f 50%, #ffab9e 70%, #e54331 100%);
}


.titlelogo{
	left:40px;
	position: absolute;
}

.copyright span{
    font-size: 12px;
    color: #cac395;
    position: fixed;
    bottom: 220px;
    left: -150px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.menu{
	text-align: right;
	z-index:1;
	position:fixed;
 	right:0px;
}

.menu ul{
	float: left;
}

.menu ul li{
	padding:13px 0px;
}

.menu ul li a{
	font-size: 16px;
	color: #fff;
}

.menu ul li a:hover{
	color: #ccc;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	ransition: all .2s ease-in-out;
}

.menu img{
	display: block;
	float:right;
}

.scroll a{
	display:block;
	width: 40px;
	height: 90px;
	border: 2px #fff solid;
	border-radius: 20px;
	margin: 100px auto 100px auto;
}
.scroll span{
	font-size: 26px;
	color: #fff;
	padding: 25px 0px;
    display: block;
}

.scroll a:hover{
	border: 2px rgba(255,255,255,.5) solid;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	ransition: all .2s ease-in-out;
}

.start{
	position: fixed;
	right:100px;
	bottom: 100px;
	z-index: 99;
}
.rel-parent{
	position: relative;
}
.go-bottom{
	position: absolute;
	display: block;
	width: 80px;
	height: 80px;
	background-color: #cac395;
	color: #e95432;
	font-weight: bold;
	border-radius: 50%;
	padding: 32px 0;
	z-index: 3;
	
}
.start:hover .go-bottom:before,.start:hover .go-bottom:after{
	transition: top 0.2s;
	top: 0%;
	color:#eb5329;
}
.go-bottom:before,.go-bottom:after{
	content: '';
	position:absolute;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	left:50%;
	transform:translateX(-50%);
		color:#eb5329;
		transition: top 0.2s;
	
}
.go-bottom:before{
	background-color: rgba(255,255,255,0.5);
	z-index: 2;
	top: -50%;

	
}
.go-bottom:after{
	background-color: rgba(255,255,255,0.3);
	top: -100%;z-index: 1;
}
.about{
	padding:330px 0px 0 0 ;
	width: 600px;
}

.about p{
	display: block;
	color:#fff;
	font-size:16px;
	line-height: 30px;
	text-align: justify;
	padding:30px 0;
}


.flower{
	position: relative;
	background-image: url(../img/0826-2.png);
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
	height: 100vh;
}
.flower:hover{
	background-image: url(../img/1022.gif)
}

.flower img{
	width:100%;
}

.flower a{
	display: block;
	position: absolute;
	top:50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border:1px solid #fff;
	width:110px;
	height: 220px;
	border-radius: 60px;
	margin: 0px auto;
	background:  url('../img/title-profolio.png') center center no-repeat;

}

/*
.flower a img{
	display: block;
	margin:95px auto;
}
*/

.flower:hover a{
	width: 110px;

	background: rgba(30,30,30,.15) url('../img/title-3.png')  center center no-repeat;
                -webkit-animation: play 1.5s steps(3) infinite alternate;
                        animation: play 1.5s steps(3) infinite alternate;
}

@-webkit-keyframes play {
   from { background-position:    0px; }
     to { background-position: -360px; }
}

@keyframes play {
   from { background-position:    0px; }
     to { background-position: -360px; }
}

}
.flower a:hover{
		width: 110px;
	border:1px solid rgba(30,30,30,.3);
	background: rgba(30,30,30,.3) url('../img/title-profolio.png')  center center no-repeat;

}



.fbtn2{
	position: absolute;
	top:50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border:1px solid #fff;
	width:160px;
	height: 290px;
	border-radius: 120px;
}

.fbtn3{
	position: absolute;
	top:50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border:1px solid #fff;
	width:210px;
	height: 360px;
	border-radius: 120px;
}

.works{
	padding:20px 0 0 0;
}

.workscontain{
	padding: 30px 0 0 0;
}

.workstitle{
	height: 720px;
	text-align: left;
	padding:15px 0;
	display: flex;
	align-items:center;
}

.workintro{
	color:#fff;
	padding:0;
}

.workintro span{
	font-size: 24px;
	display: block;
	padding-bottom: 20px;
}

.workintro p{
	text-align: justify;
	line-height: 24px;
}

.workicon{
	padding:25px 0 0 15px;
}

.workicon img{
	text-align: left;
}

.workintro, .workicon{
	padding-bottom: 10px;
}

.workline{
	padding:0px 0 50px 2px;
}

.profolipdf{
	color: #fff;
	font-size:16px;
	padding:20px 0 60px 0;
}

.profolipdf a{
	color: #fff;
	width: 100px;
	text-align: center;
	border:2px solid #fff;
	border-radius: 50px;
	padding:8px 40px;
	font-weight: bold;
}

.profolipdf a:hover{
	background-color: #fff;
	color:#eb5329;
	-webkit-transition:all .2s ease-in-out;
	-moz-transition:all .2s ease-in-out;
	-o-transition:all .2s ease-in-out;
	-ms-transition:all .2s ease-in-out;
}

.graybg{
	background-color:#ddd; 
}

.graybbbg{
	background-color:#bbb; 
}

.clientstitle{
	height: 150px;
	text-align: left;
	padding:15px 0;
	display: flex;
	align-items:center;
}

/*clients輪播*/


section.client {
	padding: 0em;


}
section.client .section-title {
	margin-bottom: 6em;
}
.bx-controls {
	position: relative;
}
.bx-wrapper .bx-pager {
    text-align: center;
    padding-top: 5px;
}
.bx-wrapper .bx-pager .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
    *zoom: 1;
    *display: inline;
}
.bx-wrapper .bx-pager.bx-default-pager a {
    background: rgba(255,255,255,.5);
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    outline: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
/*輪播end*/

.shadow img{
	width: 100%;
}



.contact{
	padding:30px 0;
}

.contactcontain{
	padding:40px 0;
}

.contactinfo{
	padding:0 0 20px 0;
}

.contactinfo h2{
	font-size:18px;
	color:#605f58;
	font-weight: bolder;
	padding:0 0 12px ;
}

.contactinfo ul li{
	color:#eb5329;
	padding:3px 0;
}

.endlogo a img{
	width: 65px;
	text-align: center;
	margin: -15px auto -22px auto;
	display: block;
}





/*pop區塊*/
/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.6); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #000;
  margin: auto;
  padding: 20px;
  border: 1px solid #eb5329;
  width: 80%;
    -webkit-box-shadow: 0 0 0 rgba(0,0,0,0);
    box-shadow: 0 0 0x rgba(0,0,0,0);
}

/* The Close Button */
.close {
  color: #eb5329;
  float: right;
  font-size: 26px;
  font-weight: 100;
  opacity: 1;
  text-shadow: 0 0 black;
}

.close:hover,
.close:focus {
  color: #eb5329;
  text-decoration: none;
  cursor: pointer;
}

/*tabs*/
/* Style the tab */
.tab {
  overflow: hidden;
  border-bottom: 1px solid #eb5329;
  /*background-color: #f1f1f1;*/
}

/* Style the buttons inside the tab */
.tab button {
  background-color: inherit;
  float: right;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 20px 14px 0;
  transition: 0.3s;
  font-size: 15px;
  color: #eb5329;
}

/* Change background color of buttons on hover 
.tab button:hover {
  color: #ddd;
}*/

/* Create an active/current tablink class 
.tab button.active {
  background-color: #ccc;
}*/

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 0px;
  margin: 20px 0;
  -webkit-animation: fadeEffect 1s;
  animation: fadeEffect 1s;
}

.tabcontent h3{
	font-size:28px;
	color:#eb5329;
	margin-bottom: -5px;
}

.tabcontent{
	color:#eb5329;
	padding:15px 0;
	line-height: 24px;
}

.tabcontent img{
	width: 100%;
}

.caseintro{
	padding:15px 0;
}

.casetag{
	float: right;
	padding-bottom:20px;
	text-align: right;
	font-size: 16px;
}


/* Fade in tabs */
@-webkit-keyframes fadeEffect {
  from {opacity: 0;}
  to {opacity: 1;}
}

@keyframes fadeEffect {
  from {opacity: 0;}
  to {opacity: 1;}
}

#po1 img, #po2 img, #po3 img, #po4 img, #po5 img{
	width: 100%;
}

.poparrow button{
	color:#eb5329;
	background-color: rgba(0,0,0,0);
	font-size:24px;
	border: none;
	outline: none;
	cursor: pointer;
	padding: 0;
    margin-left: -11px;
	transition: 0.3s;
	position: fixed;
	z-index: 99;
	top:50%;

}



/*淡入淡出區塊*/

/* 使用 keyframes 來決定物件的開始和結束狀態 */
@-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
.fade-in {
 opacity:0;  /* 一開始讓東西消失 */
 -webkit-animation:fadeIn ease-in .;  /* 呼叫命名為 fadeIn 的 keyframe, 使用 ease-in 動畫效果並且只重複執行一次 */
 -moz-animation:fadeIn ease-in 1;
 animation:fadeIn ease-in 1;

 -webkit-animation-fill-mode:forwards;  /* 確保在動畫完成後，我們會保持在最後的 keyframe 值 (opacity: 1)*/
 -moz-animation-fill-mode:forwards;
 animation-fill-mode:forwards;

 -webkit-animation-duration:.5s;
 -moz-animation-duration:.5s;
 animation-duration:.5s;
}

.fade-in.one {
-webkit-animation-delay: 0.6s;
-moz-animation-delay: 0.6s;
animation-delay: 0.6s;
}

.fade-in.two {
-webkit-animation-delay: 1s;
-moz-animation-delay:1s;
animation-delay: 1s;
}

.fade-in.three {
-webkit-animation-delay: 1.4s;
-moz-animation-delay: 1.4s;
animation-delay: 1.4s;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUp {
  animation-name: fadeInUp;
}

/*淡入淡出區塊end*/

/*表單*/

.controls label{
	font-weight: bolder;

}

.controls input, .controls textarea{
	border:1px solid #bbb;
	background-color: rgba(255,255,255,0.2);
	padding: 12px;
	width: 100%;
	margin-bottom: 15px;
	border-radius: 0px;
	-webkit-appearance: none;
}

.controls textarea{
	height: 120px;
	margin-top: 10px;
}

input:-internal-autofill-selected {
    background-color: rgba(255,255,255,.7) !important;
}

.controls label{
	display: block;

}

.conform{
	margin-bottom: 15px;
}

.conform h3{
	font-size:14px;
	color:#333;
	font-weight: bolder;
	margin:0;
}

.formbtn a{
	display: block;
	color:#555;
	border: 1px solid #bbb;
	background-color: rgba(255,255,255,.2);
	padding:15px;
	margin:8px 0px 10px 0;
	text-align: center;
}

.formbtn a:hover{
	border: 1px solid #eb5329;
	background-color: #eb5329;
	color:#fff;
}

.controls button{
	text-align: center;
	margin:15px auto;
	display: block;
	color:#555;
	border: 1px solid #777;
	padding:12px 70px;
	background-color: rgba(0,0,0,0);
	outline: none;
}

.controls button:hover{
	border: 1px solid #eb5329;
	background-color: #eb5329;
	color:#fff;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	ransition: all .2s ease-in-out;
}

.floatLabel:focus{
	outline: none;
}

.contactinfo ul li a{
	color:#eb5329;
}

.contactinfo ul li a:hover{
	color:#db4826;
}

/*表單END*/



/**/
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.fadeInDown {
  animation-name: fadeInDown;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  animation-name: fadeIn;
}
/**/


@media (min-width: 992px){
	.rabbit{
	position: absolute;
	z-index: -1;
}

}


@media only screen and (max-width : 991px){

.about{
	padding:0;
	width: 90%;
	margin:-60px auto 60px auto;
}

.scroll{
	display:none;
}

.rabbit{
	padding:120px 0 40px 0;
}

.workscontain{
	padding:15px 70px 15px 80px;
}

.workstitle{
	height: auto;
	text-align: center;
	align-items:normal;
	display: block;
	padding:30px 0 50px 0;
}

.clientstitle {
    height: auto;
    text-align: center;
    padding: 30px 0 0 0 ;
    display: block;
    align-items: center;
}

.contact {
    padding: 30px 80px;
}

}

@media only screen and (max-width : 767px){

.titlelogo{
	left:30px;
}

.copyright span{
	bottom: 240px;
    left: -166px;
}

.start {
    right: 100px;
    bottom: 100px;
}



.flower {
    height: 60vh;
}

.workintro, .workicon{
	padding-bottom: 50px;
}



.modal-content {
  width: 95%;
}

.casetag{
	text-align: left;
}

.workstitle img, .clientstitle img{
	margin: 0 37%;
}


}




@media only screen and (max-width : 460px){

.about{
	width: 70%;
}



}


