/*--
Author: W3layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
--*/
/*-- ↓20160427追加 --*/
 blockquote {  
    background: url(../images/blockquote2.gif) no-repeat 2% 6%;  
    padding: 10px 20px;  
    border-top: 1px solid #CCC;  
    border-bottom: 1px solid #CCC;  
    color: #212121;  
}  
blockquote p {  
	font-size: 0.8em;
    margin-bottom: 12px;  
	font-style: oblique;
}  
blockquote .origin    {  
    text-align: right;  
    margin-bottom:0;  
}  
/*-- ↑20160427追加 --*/

h1, h2, h3, h4, h5{
	font-family: "游明朝","Yu Mincho",YuMincho,"ヒラギノ明朝 Pro","Hiragino Mincho Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",serif;
}

html, body{
	font-family: 'EB Garamond',"游明朝","Yu Mincho",YuMincho,"ヒラギノ明朝 Pro","Hiragino Mincho Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",serif;
    	font-size: 95%;
	font-weight:normal;
  	background: #FFf;
}
body a{
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
/*-----start-header----*/
#news dt{float:left; width:24%; padding:1em 0 1em 0;}
#news dd{float:left; width:76%; padding:1em 0 1em 0;}
.logo{
	float: left;
	margin-top:2em;
	color:#FFF;
}
.logo320{
	display:none;
}
.top-nav ul li a{
	color: #AAA;
	padding: 0.23em 1em;
	font-size: 1.15em;
	text-align: center;
	position: relative;
	font-weight: 300;
/*	font-family: 'Lato', sans-serif;*/
}
.top-nav ul li.active a,
.top-nav ul li a:hover{
	color:#fff;
}
.logo a{
	display:block;
}
/* top-nav */
.top-nav:before,
.top-nav:after {
    content: " ";
    display: table;
}
.top-nav:after {
    clear: both;
}
nav {
	position: relative;
text-align: center;
/*	float: right;*/
}
nav ul {
	padding: 0;
	margin: /*1.2em:*/ 0;
	background:#000000;
	opacity:0.85;
	z-index:9;
	position:fixed;
	width:100%;
}
nav li {
	display: inline;
/*	float: left;*/
	position:relative;
	margin-left: 12px;
}
nav a {
	color: #fff;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	line-height: 40px;
}
nav a:hover{
	text-decoration:none;
	color:#00A2C1;
}
nav a#pull {
	display: none;
}
/*Styles for screen 600px and lower*/
@media screen and (max-width: 768px) {
	#news dt{float:none; width:100%; padding:1em 0 0.5em 0;}
	#news dd{float:none; width:100%;  padding:0 0 0 0;}
	nav { 
  		height: auto;
  		float:none;
  	}
  	nav ul {
  		width: 100%;
  		display: block;
  		height: auto;
		z-index:0;
  	}
  	nav li {
  		width: 100%;
  		position: relative;
  	}
  	nav li a {
		border-bottom: 1px solid #888;
		margin: 0px -13px;
	}
  	nav a {
	  	text-align: left;
	  	width: 100%;
  	}
}
/*Styles for screen 515px and lower*/
@media only screen and (max-width : 768px) {
	nav {
		border-bottom: 0;
		float:none;
	}
	nav ul {
		display: none;
		height: auto;
		margin:0;
		background: #000;
		z-index:9;
	}
	nav li{
		margin-left:0;
	}
	nav a#pull {
		display: block;
		position: relative;
		text-align: right;
		position: fixed;
		top: 18px;
		right: 15px;		
		z-index:10;
	}
	
.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.menu-trigger {
  position: relative;
  width: 44px;
  height: 40px;
}
.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #8A6D3B;
  border-radius: 4px;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger span:nth-of-type(2) {
  top: 18px;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}

.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(20px) rotate(-45deg);
  transform: translateY(20px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
  left: 50%;
  opacity: 0;
  -webkit-animation: active-menu-bar02 .8s forwards;
  animation: active-menu-bar02 .8s forwards;
}
@-webkit-keyframes active-menu-bar02 {
  100% {
    height: 0;
  }
}
@keyframes active-menu-bar02 {
  100% {
    height: 0;
  }
}
.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-20px) rotate(45deg);
  transform: translateY(-20px) rotate(45deg);
}

	
/*	nav a#pull:after {
		content:"";
		background: url('nav-icon.png') no-repeat;
		width: 30px;
		height: 30px;
		display: inline-block;
		position: absolute;
		right: 15px;
		top: 10px;
	}
	nav a#pull img{
		margin-right:2%;
	}
	.top-nav ul li a {
		color: #999999;
		padding: 0em 0;
	}*/
}
/*Smartphone*/
@media only screen and (max-width : 320px) {
	nav {
		float:none;
	}
	nav li {
		display: block;
		float: none;
		width: 100%;
	}
	nav li a {
		border-bottom: 1px solid #888;
	}
}
/*----slider----*/
.main-header{
	background:url(../images/bg.jpg);
	background-size:cover;
	min-height: 780px;
}
#slider2,
#slider3 {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  margin: 0 auto;
}
.rslides_tabs {
  list-style: none;
  padding: 0;
  background: rgba(0,0,0,.25);
  box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
  -moz-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
  -webkit-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
  font-size: 18px;
  list-style: none;
  margin: 0 auto 50px;
  max-width: 540px;
  padding: 10px 0;
  width: 100%;
}
.rslides_tabs li {
  display: inline;
  float: none;
  margin-right: 1px;
}
.rslides_tabs a {
  width: auto;
  line-height: 20px;
  padding: 9px 20px;
  height: auto;
  background: transparent;
  display: inline;
}
.rslides_tabs li:first-child {
  margin-left: 0;
}
.rslides_tabs .rslides_here a {
  background: rgba(255,255,255,.1);
  color: #fff;
  font-weight: bold;
}
.events {
  list-style: none;
}
.callbacks_container {
  position: relative;
  float: left;
  width: 100%;
}
.callbacks {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}
.callbacks li {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}
.callbacks img {
  position: relative;
  z-index: 1;
  height: auto;
  border: 0;
  width: 100%;
}
.callbacks .caption {
	display: block;
	position: absolute;
	z-index: 2;
	font-size: 20px;
	text-shadow: none;
	color: #fff;
	left: 8%;
	right: 8%;
	padding: 10px 20px;
	margin: 0;
	max-width: none;
	top: 0%;
}
.callbacks_nav {
  	position: absolute;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	top: 27%;
	left: 16%;
	z-index: 3;
	text-indent: -9999px;
	overflow: hidden;
	text-decoration: none;
	height: 43px;
	width: 43px;
	background: transparent url("../images/slider-arrows.png") no-repeat left top;
	margin-top: -65px;
	display: none;
}
.callbacks_nav:active {
  opacity: 1.0;
}
.callbacks_nav.next {
 	left: auto;
	background-position: right top;
	left: 19.7%;
	display: none;
}
#slider3-pager a {
  display: inline-block;
}
#slider3-pager span{
  float: left;
}
#slider3-pager span{
	width:100px;
	height:15px;
	background:#fff;
	display:inline-block;
	border-radius:30em;
	opacity:0.6;
}
#slider3-pager .rslides_here a {
  background: #FFF;
  border-radius:30em;
  opacity:1;
}
#slider3-pager a {
  padding: 0;
}
#slider3-pager li{
	display:inline-block;
}
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}
.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
}
.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
}
.rslides img {
  height: auto;
  border: 0;
}
.callbacks_tabs{
	display:none;
}
.callbacks_tabs li{
	display:inline-block;
}
@media screen and (max-width: 600px) {
.pc_only{
	display:none;
}		
  h1 {
/*    font: 24px/50px "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    }
  .callbacks_nav {
    top: 47%;
    }
}
/*----*/
.callbacks_tabs a{
 visibility: hidden;
}
.callbacks_tabs a:after {
  content: "\f111";
  font-size:0;
  font-family: FontAwesome;
  visibility: visible;
  display: block;
  height:18px;
  width:18px;
  display:inline-block;
  border:2px solid #FFF;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -o-border-radius: 30px;
  -ms-border-radius: 30px;
}
.callbacks_here a:after{
	border:2px solid #F4BB36;
}
.tittle-head {
	text-align: center;
	margin: 24% auto;
	width: 66%;
}
.tittle-head h1 {
	color: #FFF;
	font-size:4em;
	padding: 0;
	font-weight: 400;
	line-height: 1.4em;
/*	font-family: 'Lato', sans-serif;*/
}
.tittle-head p {
	color: #FFF;
	font-size:1.5em;
	font-weight:500;
	margin: /*1em*/ 0;
	
}
/*----*/
.learn-button {
	text-align: center;
}
/*----*/
.slide-btn {
	padding: 0.8em 2em;
	text-decoration: none;
	border:none;
	margin-top: 1em;
	display: inline-block;
/*	font-family: 'Lato', sans-serif;*/
	color: #FFF;
	font-size: 1.4em;
	text-align: center;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	border-radius: 0.4em;
	-moz-border-radius: 0.4em;
	-o-border-radius: 0.4em;
	background: #00B09C;
	font-weight: 300;
	width:30%;
}
.slide-btn:hover{
	background: #019F8D;
	text-decoration: none;
	color:#fff;
}
/*----//slider----*/
.about{
	padding: 2em 0;
}
.about-head {
padding: 1em 0;
text-align: center;
}
.about-head h3{
/*	font-family: 'Lato', sans-serif;*/
	font-size:4em;
	font-weight:500;
/*	margin: 0;*/
}
.about-head span {
	color: #888888;
	margin:0.5em 0;
/*	font-size: 1.55em;*/
/*	font-family: 'Lato', sans-serif;*/
/*	font-weight:300;*/
}
.about-head p{
/*	color: #888888;*/
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1em;
	text-align: center;
	line-height: 2.1em;
/*	font-weight: 700;*/
	margin-top: 2.1em;
	padding-bottom: 1em;
}

#about dl{
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	/*	width:90%;*/
	border-top: 0;
	line-height: 1.5;
	background-color: #EEE;
	overflow: hidden;
	margin: 2em 0 2em 0;
}
#about dt{
	float: left;
	width: 22%;
	padding: 1em;
	font-weight: 800;
}
#about dd{
	float: left;
	width: 78%;
	text-align: left;
	padding: 1em;
}
#about dt.even{
}
#about dd.even{
}


/*--services--*/
.services{
	padding-top:2em;
	background:#F8F8F8;
	padding-bottom:6em;
}

i.icon1{
	width: 105px;
	height: 105px;
	background: url(../images/icons-spt.png)no-repeat -17px -11px;
	display: inline-block;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	cursor: pointer;
}
i.icon2{
	width: 105px;
	height: 105px;
	background: url(../images/icons-spt.png)no-repeat -144px -12px;
	display: inline-block;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	cursor: pointer;
}
i.icon3{
	width: 105px;
	height: 105px;
	background: url(../images/icons-spt.png)no-repeat -266px -12px;
	display: inline-block;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	cursor: pointer;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
}
i.icon1:hover{
	background: url(../images/icons-spt.png)no-repeat -17px -121px;
}
i.icon2:hover{
	background: url(../images/icons-spt.png)no-repeat -144px -126px;
}
i.icon3:hover{
	background: url(../images/icons-spt.png)no-repeat -266px -123px;	
}
.service_grid h3 {
	font-size: 2em;
	text-decoration: none;
	font-weight: 900;
/*	font-family: 'Lato', sans-serif;*/
	margin-top: 1em;
}
.service_grid p{
	color: #424242;
	font-size: 0.95em;
	line-height: 1.7em;
	width: 90%;
	margin: 0.5em auto;
/*	font-family: 'Open Sans', sans-serif;*/
	font-weight: 400;
}
.approach{
	background:#f3f3f3;
	padding:5em 0 2em;
}
.gallery-head h3,.port-head h3,.team-head h3,.feed-head h3, .contact h3 {
	font-weight: 400;
	font-size: 4em;
/*	margin: 0;
	font-family: 'Lato', sans-serif;*/

}
.gallery-head p,.port-head p,.team-head p,.feed-head p, .about-head p {
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1em;
	text-align: center;
	line-height: 2.1em;
/*	font-weight: 700;*/
	margin-top: 2.1em;
	padding-bottom: 1em;
}
.gallery-head {
	margin: 4em 0;
}
#book .col2 img{
	width:100%;
	margin:2em 0 0 0;
}
/******************/
#news {
	background: #ffffff;
}
#news dl{
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;	
/*	text-align:center;*/
	margin:0 auto;
	width:87%;
	}

#news dd span{
	font-size:80%;
	color:#fff;
	background:hsla(359,70%,47%,1.00);
	padding:0.2em;
	}
	
#portfolio{
	background:#F8F8F8;
}
#about dl, #portfolio dl{
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	/*	width:90%;*/
	border-top: 0;
	line-height: 1.5;
	background-color: #444;
	overflow: hidden;
	margin: 2em 0 2em 0;
}
#about dt, #portfolio dt{
	float: left;
	width: 40%;
	background-color: #444;
	color: #FFF;
	padding: 1em;
	font-weight: 400;
}
#about dd, #portfolio dd{
	float: left;
	width: 60%;
	background-color: #D8D8D8;
	text-align: left;
	padding: 1em;
}
#about dt.even, #portfolio dt.even{
	background-color: #545454;
}
#about dd.even, #portfolio dd.even{
	background-color: #E4E4E4;
}

h4.bordered{
margin:0 auto;
/*width:90%;*/
border:solid 1px;
padding:1em;
text-align:center;
}

.potrfolio-head {
	text-align: center;
	margin:8% auto;
}
.potrfolio-content{
/*	padding-bottom:6em;*/
}
.port-head {
	text-align: center;
	padding: 4em 0 3em 0;
}
.potrfolio-head h2{
	color: #fff;
	font-size: 4em;
	padding: 0;
	font-weight: 700;
	line-height: 1.4em;
/*	font-family: 'Lato', sans-serif;*/
}
.prt-btn,.con-btn {
	padding: 0.6em 2em;
	text-decoration: none;
	border: 2px solid#fff;
	margin-top: 1em;
	display: inline-block;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
/*	color: #FFF;*/
	text-align: center;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	border-radius: 0.4em;
	-moz-border-radius: 0.4em;
	-o-border-radius: 0.4em;
	background:none;
	font-weight: 300;
	background-color:#D0D0D0;
}
.prt-btn:hover,.con-btn:hover{
	border:2px solid #8A6D3B;
	text-decoration:none;
	color:#8A6D3B;
}
#portfoliolist {
	text-align: center;
	margin: 0 auto;
	width: 87%;
}
#contest{
	margin-top: 2em;
}
#contest p, #contest h4{
	text-align:left;
}
#movie{
	text-align: center;
	margin: 0 auto;
}
/* CSS3 STYLE GENERIC */
.view {
   float: left;
   overflow: hidden;
   position: relative;
   text-align: center;
   cursor: default;
   margin: 10px 10px;
}
.view2 {
   float: left;
   overflow: hidden;
   position: relative;
   text-align: center;
   cursor: default;
   margin: 33px 50px;
}
.view .mask, .view .contentn,.view2 .mask, .view2 .content  {
   width: 100%;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
   height: 100%;	
}
.view img,.view2 img  {
   display: block;
   position: relative;
}
.view a.info {
   background:url(../images/caption.png) center no-repeat;
   display: inline-block;
   text-decoration: none;
   padding:0;
   text-indent:-9999px;
   width:298px;
   height:65px;
}
.view2 a.info {
   background:url(../images/zoom.png) center no-repeat;
   display: inline-block;
   text-decoration: none;
   padding:0;
   text-indent:-9999px;
   width:145px;
   height:62px;
}
/* CSS3 EFFECTS */
/* SECOND EFFECTS */
.second-effect .mask,.second-effect .mask{
   opacity: 0;
   overflow:visible;
   border:0px solid rgba(0, 176, 156, 0.61);
   -moz-box-sizing:border-box;
   -webkit-box-sizing:border-box;
   box-sizing:border-box;
   -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;
   cursor: pointer;
}
.second-effect a.info {
	position: relative;
	top: 45%;
	left: -10px;
	opacity: 0;
   -moz-transform:scale(0,0);
   -webkit-transform:scale(0,0);
   -o-transform:scale(0,0);
   -ms-transform:scale(0,0);
   transform:scale(0,0);
   -webkit-transition: -webkit-transform 0.2s 0.1s ease-in, opacity 0.1s ease-in-out;
   -moz-transition: -moz-transform 0.2s 0.1s ease-in, opacity 0.1s ease-in-out;
   -o-transition: -o-transform 0.2s 0.1s ease-in, opacity 0.1s ease-in-out;
   -ms-transition: -ms-transform 0.2s 0.1s ease-in, opacity 0.1s ease-in-out;
   transition: transform 0.2s 0.1s ease-in, opacity 0.1s ease-in-out;
}
.second-effect2 a.info {
	position: relative;
	top: 45%;
	left: 0px;
	opacity: 0;
   -moz-transform:scale(0,0);
   -webkit-transform:scale(0,0);
   -o-transform:scale(0,0);
   -ms-transform:scale(0,0);
   transform:scale(0,0);
   -webkit-transition: -webkit-transform 0.2s 0.1s ease-in, opacity 0.1s ease-in-out;
   -moz-transition: -moz-transform 0.2s 0.1s ease-in, opacity 0.1s ease-in-out;
   -o-transition: -o-transform 0.2s 0.1s ease-in, opacity 0.1s ease-in-out;
   -ms-transition: -ms-transform 0.2s 0.1s ease-in, opacity 0.1s ease-in-out;
   transition: transform 0.2s 0.1s ease-in, opacity 0.1s ease-in-out;
}
.second-effect2 img {
	width:100%
	}
.second-effect:hover .mask,.second-effect2:hover .mask {
   	 opacity: 1;
     background:rgba(0, 176, 156, 0.61);
     cursor: pointer;
}
.second-effect:hover a.info,.second-effect2:hover a.info{
	opacity:1;
	-moz-transform:scale(1,1);
	-webkit-transform:scale(1,1);
	-o-transform:scale(1,1);
	-ms-transform:scale(1,1);
	transform:scale(1,1);
	-moz-transition-delay:0.3s;
	-webkit-transition-delay:0.3s;
	-o-transition-delay:0.3s;
	-ms-transition-delay:0.3s;
	transition-delay:0.3s;
}
/****end-CSS3 EFFECTS *****/	
#team {
	background: #F8F8F8;
	padding-top: 3em;
	padding-bottom:6em;
}	
.team-head {
	text-align: center;
	margin: 4em 0 0 0;
}		

.teams-head {
	margin: 4em 0;
}
.team_grid h3 {
	font-size: 1.2em;
	text-decoration: none;
	font-weight: 400;
/*	font-family: 'Lato', sans-serif;*/
	margin-top: 1em;
}
.team_grid h4{
	margin:1em 0 1em 0;
}
.team_grid p{
	color: #424242;
/*	font-size: 0.95em;*/
	line-height: 1.7em;
/*	width: 90%;*/
/*	margin: 2em auto;*/
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: 400;
}
/******Membership***********/
/*#member .container{
	width:90%;
	margin:0 auto;
}*/
#member  .container{
	padding-bottom:4.5em;
	;}
#member .row h4, #member .row p{
	text-align:left;
}
#member .mailform{
	text-align:center;
/*	margin:1em 0 2em 0;*/
}
#member .prt-btn{
	width:88%;
	font-size:1.2em;
}
/******contact***********/
.contact{
	background: url(../images/bg-3.jpg);
	background-size: cover;
	min-height:400px;

}
#contact{
	background: url(../images/bg-4.jpg);
	background-size: cover;
	min-height: 654px;
}
#contact .prt-btn{
	width:80%;
	margin-bottom:1em;
}
.contact-head {
	text-align: center;
	padding: 4.5em 0;
}
.contact-head h3{
	color: #fff;
	padding: 0;
/*	line-height: 1.4em;*/
	font-weight:400;
/*	font-family: 'Lato', sans-serif;*/
}
.contact-head span{
	color: #fff;
}
#contact .row{
	margin:2em 0;
}
#contact .other{
	width:88%;
}
.contact-head h4, .contact-head p{
	color: #fff;
}
.feed-head {
padding: 2em 0;
text-align: center;
}
.contact-form input[type="text"] {
	width: 46.85%;
	background: #fff;
	padding: 0.8em;
/*	font-family: 'Lato', sans-serif;*/
	font-weight: 300;
	font-size: 1.3em;
	color: #666;
	border: 1px solid #DADADA;
	outline: none;
	-webkit-appearance: none;
	margin-bottom: 14px;
	transition: border-color 0.3s;
	-o-transition: border-color 0.3s;
	-ms-transition: border-color 0.3s;
	-moz-transition: border-color 0.3s;
	-webkit-transition: border-color 0.3s;
}
.contact-form textarea {
	width:94%;
	min-height: 254px;
	resize: none;
	outline: none;
	background: #fff;
	padding: 0.8em;
	font-size: 1.3em;
	color: #666;
	border: 1px solid #DADADA;
	-webkit-appearance: none;
	transition: border-color 0.3s;
	-o-transition: border-color 0.3s;
	-ms-transition: border-color 0.3s;
	-moz-transition: border-color 0.3s;
	-webkit-transition: border-color 0.3s;
/*	font-family: 'Lato', sans-serif;*/
	font-weight: 300;
}
.contact-form input[type="submit"] {
	outline: none;
	-webkit-appearance: none;
	padding: 0.5em 1em;
	width: 29%;
	font-size: 1.5em;
	background: #00B09C;
	color: #fff;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	text-align: center;
	border: none;
	cursor: pointer;
	margin: 4px 42px;
	float:right;
/*	font-family: 'Lato', sans-serif;*/
	font-weight: 300;
}
.contact-form input[type="submit"]:hover{
	background: #019F8D;
	text-decoration: none;
}
.address h4 {
	font-size: 2em;
	color: #222;
/*	font-family: 'Lato', sans-serif;*/
	font-weight: 700;
}
.address p,
.address p a {
	color: #888888;
	font-size: 1.1em;
/*	font-family: 'Lato', sans-serif;*/
	font-weight: 300;
	text-decoration:none;
}
.address p a:hover{
	color:#00B09C;
}

.footer-icons ul li a i {
	width:42px;
	height: 42px;
	display: inline-block;
	background: url('../images/icons-spt.png') no-repeat;
	vertical-align: middle;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
}
ul.soc_icons{
	padding: 0;
}
.footer-icons ul li {
	list-style: none;
}
.footer-icons ul li a i.icon_1 {
	background-position: -11px -279px;
}
.footer-icons ul li a i.icon_1:hover {
	background-position: -11px -328px;
}
.footer-icons ul li a i.icon_2{
	background-position: -69px -279px;
}
.footer-icons ul li a i.icon_2:hover{
	background-position: -69px -328px;
}
.footer-icons ul li a i.icon_3{
	background-position: -124px -278px;
}
.footer-icons ul li a i.icon_3:hover{
	background-position: -124px -328px;
}
.footer-icons ul li a i.icon_4{
	background-position: -181px -279px;
}
.footer-icons ul li a i.icon_4:hover{
	background-position: -181px -328px;
}
/*********************/
.logo2 {
	float: left;
	margin-top: 0.8em;
}
.copy-right {
	float: right;
	margin-top:0.8em;
}
.footer {
	background: #333333;
	padding: 1em 0;
}
.copy-right p {
	color: #fff;
	font-weight:300;
/*	font-family: 'Lato', sans-serif;*/
	font-size: 1em;
}
.copy-right p a{
	color:#AAA;
}
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 29px;
	right: 3%;
	overflow: hidden;
	width:30px;
	height:23px;
	border: none;
	text-indent: 100%;
	background: url("../images/top-up.png") no-repeat 0px 0px;
}
#toTopHover {
	width:30px;
	height:23px;
	display: block;
	overflow: hidden;
	float: right;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
}
/*---- responsive-design -----*/
@media(max-width:1440px){
}
@media(max-width:1366px){
	.about-head h3,.gallery-head h3, .port-head h3, .team-head h3, .feed-head h3, .contact-head h3, .potrfolio-head h2 {
	font-size: 3.8em;
	}
}
@media(max-width:1280px){
	.main-header {
	min-height: 650px;
	z-index:0;
	}
	.about-head h3,.gallery-head h3, .port-head h3, .team-head h3, .feed-head h3, .contact-head h3, .potrfolio-head h2 {
	font-size: 3.8em;
	}
	.slide-btn {
	width: 34%;
	}
	#portfoliolist {
	text-align: center;
	margin: 1% 0% 6% 15%;
	}
}
@media(max-width:1024px){
	#news dt{float:none; width:100%; padding:1em 0 0.5em 0;}
	#news dd{float:none; width:100%;  padding:0 0 0 0;}
	.main-header {
	min-height: 600px;
	}
	.about-head h3,.gallery-head h3, .port-head h3, .team-head h3, .feed-head h3, .contact-head h3, .potrfolio-head h2 {
	font-size: 3.5em;
	}
	.slide-btn {
	width: 48%;
	padding: 0.7em 1em;
	}
	.tittle-head {
	margin: 24% auto;
	}
	.tittle-head p {
	margin: 0.5em 0;
	}
	.about {
	padding: 3em 0;
	}
	.services {
	padding-top: 1em;
	padding-bottom: 4em;
	}
	.service_grid p,.team_grid p {
	width: 100%;
	}
	/*.prt-btn, .con-btn {
	width: 31%;
	}*/
	#portfoliolist {
	text-align: center;
	margin: 1% 0% 6% 15%;
	}
	.view2 {
	margin: 33px 11px;
	}
	.contact-form input[type="submit"] {
	width: 39%;
	font-size: 1.5em;
	margin: 4px 38px;
	}
	.contact-head {
	padding: 5em 0;
	}
	#movie iframe{
	width:100%;
	}
	#contact .other{
	width:77%;
	}
}
@media(max-width:768px){
	.tittle-head h1 {
	font-size: 3.6em;
	}
	.tittle-head p {
	font-size:2.73em;
	}
	.main-header {
	min-height: 435px;
	/*background-size: inherit;*/
	background:url(../images/bg_sp.jpg);
	background-size:cover;
	}
	.about-head h3, .gallery-head h3, .port-head h3, .team-head h3, .feed-head h3, .contact-head h3, .potrfolio-head h2 {
	font-size: 3.2em;
	}
	.potrfolio-content {
	padding-bottom:5em;
	}
	.tittle-head {
	margin: 25% auto;　/*21%*/
	width: 94%;
	}
	.slide-btn {
	width: 36%;
	padding: 0.7em 1em;
	margin-top: 10px;
	}
	.about-head {
	padding: 0em 0;
	}
	.about-head p, .gallery-head p, .port-head p{
	font-size: 1em;
	text-align:left;
	}
	.prt-btn, .con-btn {
	width: 90%;
	}
	.view img{
		width:100%
	}
	.view {
	float: none;
	}
	#portfoliolist {
	width: 100%;
	}
	#portfoliolist {
	margin:0;
	}
	.portfolio-grids {
	margin: 1px 0% 2% 0%;
	}
	.view2 {
	float: none;
	margin: 1% 0 0% 29%;
	}
	.view2 .mask, .view2 .content{
	width: 53%;
	}
	#contact {
	background: url(../images/bg-4.jpg);
	background-size: cover;
	min-height:650px;
	padding-bottom: 2em;
	}
	.team_grid p{
/*		padding-bottom:1.5em;*/
	}
	.contact-form input[type="text"] {
	width: 48.85%;
	}
	.contact-form textarea {
	width: 98%;
	}
	.address{
		margin-top: 4em;
	}
	.logo2,.copy-right {
	float: none;
	margin-top: 1em;
	text-align: center;
	}
	.contact-form input[type="submit"] {
	width: 39%;
	font-size: 1.5em;
	margin: 4px 15px;
	}
	#movie iframe{
	width:100%;
	}
	#book .col1, #book .col2 {
	float:none;
	padding:0 1em 1em 1em;
	width:100%;
	}
}
@media(max-width:640px){
	.main-header {
	min-height: 354px;
	background:url(../images/bg_sp.jpg);
	background-size:cover;
	}
	.view2 .mask, .view2 .content {
	width: 66%;
	}
	.tittle-head h1 {
	font-size: 3em;
	}
	.tittle-head p {
	margin: 2px 0;
	font-size: 2.5em;
	}
	.slide-btn {
	width: 39%;
	padding: 0.5em 1em;
	margin-top: 10px;
	}
	.about {
	padding: 2em 0;
	}
	.about-head h3, .gallery-head h3, .port-head h3, .team-head h3, .feed-head h3, .contact-head h3, .potrfolio-head h2 {
	font-size: 2.7em;
	}
	.services {
	padding-top: 0em;
	padding-bottom: 3em;
	}
/*	.portfolio {
	background: url(../images/dow-bg.jpg);
	min-height: 354px;
	}*/
	.view img{
		width:100%
	}
	.view {
	float: none;
	}
	#portfoliolist {
	width: 100%;
	}
	#portfoliolist {
	margin:0;
	}
	.address {
	margin-top: 4em;
	}
	.copy-right p {
	font-size: 1em;
	}
	.address h4 {
	font-size: 1.5em;
	}
}
@media(max-width:480px){
	.main-header {
	min-height: 295px;
	background:url(../images/bg_sp.jpg);
	background-size:cover;
	}
	.contact-head h3 {
	font-size: 3.7em;
	}
	.tittle-head h1 {
	font-size: 2em;
	}
	.tittle-head p {
	margin: 0px 0;
	font-size: 1.6em;
	}
	.slide-btn {
	width: 40%;
	padding: 0.7em 1em;
	margin-top: 10px;
	font-size: 1em;
	}
/*	.about-head p {
	font-size: 16px;
	}*/
	.about-head h3, .gallery-head h3, .port-head h3, .team-head h3, .feed-head h3, .contact-head h3, .potrfolio-head h2 {
	font-size: 2em;
	}
	.gallery-head {
	margin: 2em 0;
	}
	.service_grid h3 {
	font-size: 1.4em;
	}
	.prt-btn, .con-btn {
	padding: 0.5em 0.5em;
	}
	.portfolio {
	background: url(../images/dow-bg.jpg);
	min-height: 299px;
	}
	.port-head {
	padding: 2em 0;
	}
	#team {
	padding-top: 1em;
	padding-bottom: 3em;
	}
	.potrfolio-content {
	padding-bottom: 4em;
	}
	#about dt, #portfolio dt{
	float:none;
	width:100%
	}
    #about dd, #portfolio dd{
	float:none;
	width:100%
	}	
	.view2 {
	float: none;
	margin: 1% 0 0% 18%;
	}
	.view2 .mask, .view2 .content {
	width: 78%;
	}
	.contact {
	background: url(../images/bg-3.jpg);
	min-height: 351px;
	}
	.contact-form input[type="text"] {
	width: 98.85%;
	padding: 0.5em 0.5em;
	}
	.contact-form textarea {
	width: 98.5%;
	min-height: 162px;
	}
	.address {
	margin-top: 7em;
	}
	.contact-form input[type="submit"] {
	width: 97%;
	font-size: 1.5em;
	margin: 4px 9px;
	}
	.logo2 {
	float: none;
	margin-top: 1em;
	text-align: center;
	}
	.copy-right {
	float: none;
	text-align: center;
	margin-bottom: 1em;
	}
	.team_grid h3 {
	font-size: 1.2em;
	}
	.address h4 {
	font-size: 1.5em;
	}
	.copy-right p {
	font-size: 1em;
	line-height: 1.8em;
	}
}
@media(max-width:320px){
	.logo {
	margin: 2em -1em;
	}
	.main-header {
	min-height: 243px;
	background:url(../images/bg_sp.jpg);
	background-size:cover;
	}
	.tittle-head h1 {
	font-size: 1.6em;
	}
	.tittle-head p {
	margin: 3px 0;
	font-size: 1.3em;
	}
	.slide-btn {
	width: 51%;
	padding: 0.7em 1em;
	margin-top: 5px;
	font-size: 15px;
	}
	.about {
	padding: 1em 0;
	}
	.about-head h3, .gallery-head h3, .port-head h3, .team-head h3, .feed-head h3, .contact-head h3, .potrfolio-head h2 {
	font-size: 1.4em;
	}
	.about-head span {
	font-size: 1.1em;
	}
	.about-head p {
	font-size: 15px;
	line-height: 1.6em;
	overflow: hidden;
	height: 138px;
	}
	.service_grid h3 {
	font-size: 1.05em;
	}
	.service_grid p, .team_grid p {
	width: 96%;
	font-size: 15px;
	}
	.prt-btn, .con-btn {
	padding: 0.5em 0.5em;
	font-size: 16px;
	}
	.tittle-head {
	margin: 12% auto;
	width: 94%;
	}
	nav ul {
	margin: 0;
	background: #eee;
	}
	.portfolio {
	background: url(../images/dow-bg.jpg);
	min-height: 184px;
	}
	.port-head {
	padding: 1.96em 0;
	}
	.gallery-head p, .port-head p, .team-head p, .feed-head p {
	font-size: 1.1em;
	}
	.potrfolio-content {
	padding-bottom: 1em;
	}
	.view2 {
	float: none;
	margin: 1% 0 0% 0%;
	}
	.team_grid h3 {
	font-size: 1.05em;
	}
	.contact-head h3 {
	font-size: 2em;
	}
	.contact-head {
	padding: 2em 0;
	}
	#team {
	padding-top: 1em;
	padding-bottom: 1em;
	}
	.contact {
	background: url(../images/bg-3.jpg);
	min-height: 231px;
	}
	.contact-form input[type="text"] {
	width: 100%;
	padding: 0.45em 0.45em;
	font-size: 15px;
	margin-bottom: 6px;
	}
	.contact-form textarea {
	width: 100%;
	min-height: 110px;
	font-size: 15px;
	}
	.contact-form input[type="submit"] {
	width: 98.6%;
	font-size: 1em;
	margin: 4px 1px;
	padding: 9px 11px;
	}
	.view2 .mask, .view2 .content {
	width: 100%;
	}
}
