


/* ------------------------------------------------------------------------------
	Typography
-------------------------------------------------------------------------------*/
@import url(http://fonts.googleapis.com/css?family=Cutive%20Mono:400);
p {
	font-size: 15px;
	line-height: 1.6em;
	color: #888;
}
h1 {
	font-size: 52px;
	color: #666;
	font-weight: 600;
	margin-bottom:64px;
	line-height: 1.4em;
	font-family: Gill Sans;
}
h1 span{
	color: #FF659B;
	font-weight: 600 !important;
	font-family: Gill Sans;
}
h2 {
	font-size: 36px;
	color: #666;
	font-weight: 600;
}
h3 {
	font-size: 28px;
	color: #666;
	font-weight: 600;
	line-height: 1.4em;
}
h4 {
	font-size: 24px;
	color: #666;
	font-weight: 600;
}
h5 {
	font-size: 20px;
	color: #666;
	font-weight: 600;
	line-height: 1.6em;
}
.header-content img {
	width: 50px;
}
.navbar-right ul {
	text-align: right;
	display: inline-block;
  float: right;
  margin-left: 64px;
  font-size: 17px;
}
.navbar-right li {
  text-align: center;
  float: left;
	color: #666;
}
.navbar-right li a{
	display: table-cell;
  vertical-align: middle;
	padding:12px 16px 12px;
}
@media(max-width:420px) {
.navbar-right li a {
	padding: 12px 10px 12px;
}
}
.navbar-right li a:hover {
	color: #FF659B;
	background-color: #FFE2EF;
	border-radius: 12px;
	-webkit-transition: background .4s ease-in-out;
	-moz-transition: background .4s ease-in-out;
	transition: background .4s ease-in-out;
}

.btn {
	background: linear-gradient(-135deg,#FF6CAD,#FF4B52);
	margin: 35px 40px 40px 40px;
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 1px;
	border-radius: 0px;
	padding: 3%;
	display: inline-block;
	text-transform: uppercase;
}
.btn:hover, .btn:focus {
	background: linear-gradient(#FF6CAD,#FF6CAD);
	color: #fff;
}
.btn-large {
	padding: 15px 40px;
}
hr {
   border-width: 1px 0px 0px 0px;
   border-style: solid; 
   border-color: #e4e4e4; 
   height: 1px;        
}
/* ------------------------------------------------------------------------------
	Global Styles
-------------------------------------------------------------------------------*/
a {
	color: #555;
}
a:hover, a:focus {
	text-decoration: none;
	-moz-transition: background-color, color, 0.3s;
	-o-transition: background-color, color, 0.3s;
	-webkit-transition: background-color, color, 0.3s;
	transition: background-color, color, 0.3s;
}
body {
	font-family: Hiragino Sans，Avenir next,Arial;
	font-weight: 300;
	color: #fff;
}
ul, ol {
	margin: 0;
	padding: 0;
}
ul li {
	list-style: none;
}
.section {
	padding: 16px 0 4px 0;
	border-color: #fff; 
}
.no-padding {
	padding: 0;
}
.no-gutter [class*=col-] {
	padding-right: 0;
	padding-left: 0;
}
.extra-padding {
	margin-top: 10px;
	text-align: center;
}
.extra-padding-ui {
	margin-top: -10px;
	text-align: center;
}
/* ------------------------------------------------------------------------------
	 Header
-------------------------------------------------------------------------------*/
#header {
	position: fixed;
	width: 100%;
	z-index: 999;
}
#header .header-content {
	margin: 0 auto;
	padding: 20px 10%;
	width: 100%;
	-moz-transition: padding 0.3s;
	-o-transition: padding 0.3s;
	-webkit-transition: padding 0.3s;
	transition: padding 0.3s;
}
#header .logo {
	float: left;
}
#header.fixed {
	background-color: rgba(255, 255, 255, 1);
	box-shadow: 0 1px 8px 2px rgba(0,0,0,0.08);
	opacity: 0.9;
}
#header.fixed .header-content {
	border-bottom: 0;
	padding: 15px 10%;
}
#header.fixed .nav-toggle {
	top: 18px;
}
.navigation.open {
	opacity: 0.9;
	visibility: visible;
	-moz-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}
.navigation {
	float: right;
}
.navigation li {
	display: inline-block;
}
.navigation, .navigation a {
	color:#666;
	font-size: 16px;
	margin-left: 40px;
	letter-spacing: -1px;
}
.navigation a:hover, .navigation a.active {
	color: #000;
}
.copyrights{
	text-indent:-9999px;
	height:0;
	line-height:0;
	font-size:0;
	overflow:hidden;
}
.nav-toggle {
	display: none;
	height: 44px;
	overflow: hidden;
	position: fixed;
	right: 5%;
	text-indent: 100%;
	top: 32px;
	white-space: nowrap;
	width: 44px;
	z-index: 99999;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.nav-toggle:before, .nav-toggle:after {
	border-radius: 50%;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-webkit-transition-property: -webkit-transform;
	transition-property: transform;
}
.nav-toggle:before {
	background-color: #333;
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.nav-toggle:after {
	background-color: #000;
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-webkit-transform: scale(0);
	transform: scale(0);
	-moz-transition-duration: 0s;
	-o-transition-duration: 0s;
	-webkit-transition-duration: 0s;
	transition-duration: 0s;
}
.nav-toggle span {
	background-color: #fff;
	bottom: auto;
	display: inline-block;
	height: 3px;
	left: 50%;
	position: absolute;
	right: auto;
	top: 50%;
	width: 18px;
	z-index: 10;
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
.nav-toggle span:before, .nav-toggle span:after {
	background-color: #fff;
	content: "";
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-transition: -moz-transform 0.3s;
	-o-transition: -o-transform 0.3s;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
}
.nav-toggle span:before {
	-moz-transform: translateY(-6px) rotate(0deg);
	-ms-transform: translateY(-6px) rotate(0deg);
	-webkit-transform: translateY(-6px) rotate(0deg);
	transform: translateY(-6px) rotate(0deg);
}
.nav-toggle span:after {
	-moz-transform: translateY(6px) rotate(0deg);
	-ms-transform: translateY(6px) rotate(0deg);
	-webkit-transform: translateY(6px) rotate(0deg);
	transform: translateY(6px) rotate(0deg);
}
.nav-toggle.close-nav:before {
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-webkit-transform: scale(0);
	transform: scale(0);
}
.nav-toggle.close-nav:after {
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
}
.nav-toggle.close-nav span {
	background-color: rgba(255, 255, 255, 0);
}
.nav-toggle.close-nav span:before, .nav-toggle.close-nav span:after {
	background-color: #fff;
}
.nav-toggle.close-nav span:before {
	-moz-transform: translateY(0) rotate(45deg);
	-ms-transform: translateY(0) rotate(45deg);
	-webkit-transform: translateY(0) rotate(45deg);
	transform: translateY(0) rotate(45deg);
}
.nav-toggle.close-nav span:after {
	-moz-transform: translateY(0) rotate(-45deg);
	-ms-transform: translateY(0) rotate(-45deg);
	-webkit-transform: translateY(0) rotate(-45deg);
	transform: translateY(0) rotate(-45deg);
}
/* ------------------------------------------------------------------------------
	 Hero content
-------------------------------------------------------------------------------*/
.hero {
	margin-top: 3%;
}
/*
.hero-content {
	float: left;
}
*/
.hero-content_btn {
	float: right;
}
.hero-content_btn a {
	border-radius:5px;
	padding: 5px 25px;
	}
.hero-content_btn p {
	padding-top: 10px;
	color: #fff;
}
.hero-content h4 {
	margin-top: 48px;
}
.hero-content h5 {
	margin-top: 24px;
}
.hero-content p {
	font-size: 16px;
	line-height: 1.8em;
	color: #888;
	margin: 24px 0 24px;
}
.hero-content h3 {
	font-size: 24px;
	margin: 24px 0 24px;
}
.hero-content-English h2 {
	font-size: 46px;
}
.hero h1 {
	text-transform: uppercase;
}
.hero h4 {
	font-size: 40px;
}
.hero h5 {
	font-size: 20px;
}
.hero p {
	font-size: 18px;
	line-height: 28.8px;
	color: #888;
	margin: 0 0 24px;
}
.supplement p {
	font-size: 16px;
	color: #BDBDBD;
	margin: -20px auto 24px !important;
}
.warning p {
	font-size: 16px;
	color: #FFB472;
	margin: -12px 0 24px;
}
.lead p {
	font-size: 17px;
	line-height: 1.8em;
	color: #888;
	margin: 0 0 24px;
}
.tags {
  list-style: none;
  margin: 0 0 0 16px;
  overflow: hidden; 
  padding: 0;
}

.tags li {
  float: left; 
}

.tag {
	border: 1px solid #888;
	font-weight: bold;
  background: #fff;
  border-radius: 2px;
  color: #888;
  display: inline-block;
  height: 28px;
  line-height: 28px;
  padding: 0 12px 0 12px;
  position: relative;
  margin: 16px 10px 10px 0;
  text-decoration: none;
  -webkit-transition: color 0.2s;
}
/* ------------------------------------------------------------------------------
	 Portfolio
-------------------------------------------------------------------------------*/
#portfolio .portfolio-item {
	right: 0;
	margin: 0 0 20px;
	padding: 0 16px;
}
#portfolio .portfolio-item .portfolio-link {
	display: block;
	position: relative;
	margin: 0 auto;
}
#portfolio .portfolio-item .portfolio-link .caption {
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
	background: rgba(58,54,54,.9);
	border-radius: 15px;
	-webkit-transition: all ease .5s;
	-moz-transition: all ease .5s;
	transition: all ease .5s;
}

.caption {
	box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.08);
	border-radius: 8px;
	transition: 0.3s;
}
.caption:hover {
	-webkit-transform: scale(1.04);
	-moz-transform: scale(1.04);
	-ms-transform: scale(1.04);
	-o-transform: scale(1.04);
	transform: scale(1.04);
}
.caption h5 {
	margin: 8px 20px 8px;
}
.caption p {
	padding: 0 20px 24px;
	color: #888;
}
#portfolio .portfolio-item .portfolio-link .caption:hover {
	opacity: 1;
}
#portfolio .portfolio-item .portfolio-link .caption .caption-content {
	position: absolute;
	top: 50%;
	width: 100%;
	height: 20px;
	margin-top: -12px;
	text-align: center;
	font-size: 20px;
	color: #fff;
}
#portfolio .portfolio-item .portfolio-link .caption .caption-content i {
	margin-top: -12px;
}
#portfolio .portfolio-item .portfolio-link .caption .caption-content h3 {
	margin: 0;
	color: #e9eaed;
	font-size: 17px;
	letter-spacing: 4px;
	text-transform: uppercase;
}
#portfolio .portfolio-item .portfolio-link .caption .caption-content h4 {
	margin: 10px 0;
	color: #e9eaed;
	font-size: 12px;
	letter-spacing: 2px;
	text-transform: uppercase;
}

#portfolio * {
	z-index: 2;
}
/* ------------------------------------------------------------------------------
	 Service
-------------------------------------------------------------------------------*/
.service {
	margin-bottom: 60px;
}
.service h4 {
	font-size: 20px;
	color: #666;
	font-weight: 600;
	text-transform: uppercase;
}
.service-content {
	margin-top: 30px;
}
.service .icon {
	color: #a1a4a8;
	font-size: 30px;
}
.service-content h5 {
	text-transform: uppercase;
	font-weight: 40;
	color: #000;
}
/* ------------------------------------------------------------------------------
	 Footer
-------------------------------------------------------------------------------*/
.footer {
	text-align: left;
	background-color: #333;
	padding: 2%;
	margin-top: 60px;
}
.footer h4 {
	color: #fff;
	padding: 0px;
}
.footer p {
	color: #c8c8c8;
}
.footer a {
	color: #fff;
}
.footer a:hover {
	text-decoration: underline;
}
.footer .fa-heart {
	color: #e84545;
	font-size: 11px;
	margin: 0 2px;
}
/* ------------------------------------------------------------------------------
	 Work project
-------------------------------------------------------------------------------*/
.work-project img {
	width: 100%;
	text-align: center;
	margin: -12px 0 52px;
	border-radius: 6px;
	/* 
	box-shadow: 0 8px 24px 2px rgba(0,0,0,0.08), 0 6px 30px 5px rgba(0,0,0,0.04);
	-webkit-transition: all ease .5s;
	-moz-transition: all ease .5s;
	transition: all ease .5s;
	*/
}
.work-project video {
	width: 100%;
	text-align: center;
	margin: -10px 0 -12px;
	border-radius: 6px;
	/* 
	box-shadow: 0 8px 24px 2px rgba(0,0,0,0.08), 0 6px 30px 5px rgba(0,0,0,0.04);
	-webkit-transition: all ease .5s;
	-moz-transition: all ease .5s;
	transition: all ease .5s;
	*/
}
/* ------------------------------------------------------------------------------
	 Work Details
-------------------------------------------------------------------------------*/
.work-detail img {
	width: 100%;
	text-align: center;
	margin: 48px 0 8px;
	border-radius: 6px;
	/* 
	box-shadow: 0 8px 24px 2px rgba(0,0,0,0.08), 0 6px 30px 5px rgba(0,0,0,0.04);
	-webkit-transition: all ease .5s;
	-moz-transition: all ease .5s;
	transition: all ease .5s;
	*/
}
.work-detail video {
	width: 100%;
	text-align: center;
	margin: 10px 0 0px;
	border-radius: 6px;
	/* 
	box-shadow: 0 8px 24px 2px rgba(0,0,0,0.08), 0 6px 30px 5px rgba(0,0,0,0.04);
	-webkit-transition: all ease .5s;
	-moz-transition: all ease .5s;
	transition: all ease .5s;
	*/
}
/*
.work-detail img:hover{
	-webkit-transform: scale(1.02);
	-moz-transform: scale(1.02);
	-ms-transform: scale(1.02);
	-o-transform: scale(1.02);
	transform: scale(1.02);
	-webkit-transition: all ease .5s;
	-moz-transition: all ease .5s;
	transition: all ease .5s;
}
.work-detail video:hover{
	-webkit-transform: scale(1.02);
	-moz-transform: scale(1.02);
	-ms-transform: scale(1.02);
	-o-transform: scale(1.02);
	transform: scale(1.02);
	-webkit-transition: all ease .5s;
	-moz-transition: all ease .5s;
	transition: all ease .5s;
}
*/
.work-detail a {
	color:#000;
}
.work-detail-link img {
	width: 100%;
	text-align: center;
	margin: 30px 0 20px;
	border-radius: 6px;
	/* 
	box-shadow: 0 8px 24px 2px rgba(0,0,0,0.08), 0 6px 30px 5px rgba(0,0,0,0.04);
	-webkit-transition: all ease .5s;
	-moz-transition: all ease .5s;
	transition: all ease .5s;
	*/
}
.work-detail-link video {
	width: 100%;
	text-align: center;
	margin: 10px 0 0px;
	border-radius: 6px;
	/* 
	box-shadow: 0 8px 24px 2px rgba(0,0,0,0.08), 0 6px 30px 5px rgba(0,0,0,0.04);
	-webkit-transition: all ease .5s;
	-moz-transition: all ease .5s;
	transition: all ease .5s;
	*/
}
.work-detail-link img:hover{
	-webkit-transform: scale(1.02);
	-moz-transform: scale(1.02);
	-ms-transform: scale(1.02);
	-o-transform: scale(1.02);
	transform: scale(1.02);
	-webkit-transition: all ease .5s;
	-moz-transition: all ease .5s;
	transition: all ease .5s;
}
.work-detail-link video:hover{
	-webkit-transform: scale(1.02);
	-moz-transform: scale(1.02);
	-ms-transform: scale(1.02);
	-o-transform: scale(1.02);
	transform: scale(1.02);
	-webkit-transition: all ease .5s;
	-moz-transition: all ease .5s;
	transition: all ease .5s;
}
.work-detail-link a {
	color:#000;
}

.portfolio-image {
	margin: 10px auto 30px;
	text-align: center;
}
.portfolio-image video {
	border-radius: 8px;
}
.illustration-text p {
   margin-top: 20px;
   margin-bottom: 40px;
   text-align: center;
}
.portfolio-gif {
	max-width: 300px;
	margin: 0 auto;
}
.banner-text p {
	margin-top: 30px;
	text-align: left;
}
.profil img {
	width: 70px;
	transition: 0.3s;
}
.profil img:hover{
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}
.dribbble img {
	margin: 20px 10px 2px 10px;
	width: 100px;
	transition: 0.3s;
}
.dribbble img:hover{
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}
.logo img {
	transition: 0.3s;
}
.logo img:hover{
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}
.primary-nav {
	margin-top: 10px;
	transition: 0.3s;
}
.primary-nav:hover {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}
.movie-player {
	text-align: center;
	padding: 20px 0 15px;
	background-color: #f6f6f6;
}
.gif-responsive{
	padding-top: 20px;
	padding-right: 10px;
	height:220px !important;
}

/* About Section */
#about .about-text {
	margin-left: 10px;
}
#about H4 {
	color: #333;
}

#about img {
	margin-top: 24px;
	width: 200px;
	height: 200px;
	display: inline-block;
}
@media(max-width:768px) {
#about img {
	margin-top: 120px;
	width: 200px;
	height: 200px;
	display: inline-block;
}
}
@media(max-width:420px) {
#about img {
	margin-top: 120px;
	width: 180px;
	height: 180px;
	display: inline-block;
}
}
#about p {
	font-size: 17px;
	line-height: 1.6em;
	margin-top: 20px;
	margin-bottom: 80px;
}
/* Resume Section */
.timeline {
	position: relative;
	padding: 0;
	list-style: none;
}
.timeline:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 40px;
	width: 2px;
	margin-left: -1.5px;
	background-color: #eee;
	border: 1px solid #e4e4e4;
}
.timeline>li {
	position: relative;
	margin-bottom: 50px;
	min-height: 50px;
}
.timeline>li:before, .timeline>li:after {
	content: " ";
	display: table;
}
.timeline>li:after {
	clear: both;
}
.timeline>li .timeline-panel {
	float: right;
	position: relative;
	width: 100%;
	padding: 0 20px 0 100px;
	text-align: left;
}
.timeline>li .timeline-image {
	z-index: 100;
	position: absolute;
	left: 0;
	width: 80px;
	height: 80px;
	margin-left: 0;
	border: 2px solid #fff;
	border-radius: 100%;
	text-align: center;
	background: #fff;
}
.timeline>li .timeline-image h4 {
	margin-top: 8x;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 300;
}
.timeline .timeline-heading h2 {
	margin-top: 30px;
}